0_0_34757069_31280.cpp: In function 'int main()':
0_0_34757069_31280.cpp:18:9: error: expected ';' before 'for'
for(int i=1;i<=n;i++)
^
0_0_34757069_31280.cpp:18:21: error: 'i' was not declared in this scope
for(int i=1;i<=n;i++)
^
0_0_34757069_31280.cpp:19:25: error: 'j' was not declared in this scope
for(int j=1;j<=m;j++)
^
|