#include main() { int n,i; scanf("%d",&n); int a[n]; for(i=0;imax) { max=k; } t++; } printf("%d\n",max); return 0; }