0_0_37269778_26069.cpp: In function 'int main()':
0_0_37269778_26069.cpp:13:9: error: expected ';' before 'for'
for(int i=1;i<=m;i++)
^
0_0_37269778_26069.cpp:13:21: error: 'i' was not declared in this scope
for(int i=1;i<=m;i++)
^
0_0_37269778_26069.cpp:23:17: error: 'j' was not declared in this scope
for(j=1;j<=i;j++)
^
|