0_0_18663359_28948.cpp: In function 'int main()':
0_0_18663359_28948.cpp:16:4: error: expected ';' before 'for'
for(int i=0;i<m;i++)
^
0_0_18663359_28948.cpp:16:16: error: 'i' was not declared in this scope
for(int i=0;i<m;i++)
^
0_0_18663359_28948.cpp:17:16: error: 'j' was not declared in this scope
for(int j=0;j<n;j++)
^
|