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