0_0_16093947_11570.cpp: In function 'int main()':
0_0_16093947_11570.cpp:31:3: error: expected initializer before 'for'
for(int i = 0; i < m; i++) {
^
0_0_16093947_11570.cpp:31:18: error: 'i' was not declared in this scope
for(int i = 0; i < m; i++) {
^
|