0_0_34218292_15839.cpp: In function 'int main()':
0_0_34218292_15839.cpp:12:10: error: 'i' was not declared in this scope
for(i=0;i<c;i++){
^
0_0_34218292_15839.cpp:23:8: error: 'i' was not declared in this scope
for(i=0;i<c;i++){
^
0_0_34218292_15839.cpp:31:1: error: expected '}' at end of input
}
^
|