#include using namespace std;
int main()
{
int n;
scanf("%d",&n);
int ari[n],stop[n],both[n],i,j=0,max=1,d;
for(i=0;imax)
max=d;
}
printf("%d",max);
}
Answers
Answered by
0
Answer:
make me as brainlest please
Similar questions