You are viewing a single comment's thread. Return to all comments →
int main() { int n,a[1000000],b,i,f,k=0,v=0; scanf("%d",&n); for(i=0;i
if(v<b) v=b; } printf("%d",v); return 0;
}
Seems like cookies are disabled on this browser, please enable them to open this website
Picking Numbers
You are viewing a single comment's thread. Return to all comments →
include
int main() { int n,a[1000000],b,i,f,k=0,v=0; scanf("%d",&n); for(i=0;i
}