0_0_28133614_8849.cpp: In function 'int main()':
0_0_28133614_8849.cpp:8:3: error: expected ';' before 'for'
for(int i=1; i<=m; i++)scanf("%d",&c1[i]);
^
0_0_28133614_8849.cpp:8:16: error: 'i' was not declared in this scope
for(int i=1; i<=m; i++)scanf("%d",&c1[i]);
^
|