0_0_17938179_16804.cpp: In function 'int main()':
0_0_17938179_16804.cpp:13:11: error: expected unqualified-id before '=' token
for(int =0;i<m;i++)
^
0_0_17938179_16804.cpp:13:11: error: expected ';' before '=' token
0_0_17938179_16804.cpp:13:11: error: expected primary-expression before '=' token
0_0_17938179_16804.cpp:13:14: error: 'i' was not declared in this scope
for(int =0;i<m;i++)
^
0_0_17938179_16804.cpp:13:17: error: expected ')' before ';' token
for(int =0;i<m;i++)
^
0_0_17938179_16804.cpp:13:18: error: 'i' was not declared in this scope
for(int =0;i<m;i++)
^
|