0_0_22975370_14316.cpp: In function 'int main()':
0_0_22975370_14316.cpp:10:9: error: expected ';' before 'int'
int i;
^
0_0_22975370_14316.cpp:15:17: error: 'i' was not declared in this scope
for(i=0; i<n; i++)
^
0_0_22975370_14316.cpp:22:13: error: 'i' was not declared in this scope
for(i=0; i<n; i++)
^
|