Run id: 139411
Main.cc: In function 'int main()':
Main.cc:14:19: error: 'j' was not declared in this scope
for(int i=1;i<=n;j++){
^
Main.cc:20:23: error: 'man' was not declared in this scope
printf("%d %d\n",min,man);
^
Main.cc:6:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&n);
^
Main.cc:9:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&a[i][j]);
^