Run id: 125703
Main.cc: In function 'int main()':
Main.cc:31:2: error: expected ';' before '}' token
}
^
Main.cc:7:10: warning: unused variable 'num' [-Wunused-variable]
int n,m,num=0,k;
^
Main.cc:8:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d",&m,&n);
^
Main.cc:13:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&a[i][j]);
^