0_0_30068539_16423.cpp: In function 'int main()':
0_0_30068539_16423.cpp:13:9: error: expected primary-expression before 'for'
for(int i = 1; i <= m; i++){
^
0_0_30068539_16423.cpp:13:24: error: 'i' was not declared in this scope
for(int i = 1; i <= m; i++){
^
|