0_0_36483386_19570.cpp: In function 'int main()':
0_0_36483386_19570.cpp:17:3: error: expected ';' before 'int'
int ant = 0, c;
^
0_0_36483386_19570.cpp:20:4: error: 'c' was not declared in this scope
c = 1;
^
0_0_36483386_19570.cpp:29:5: error: 'ant' was not declared in this scope
ant ++;
^
0_0_36483386_19570.cpp:33:6: error: 'ant' was not declared in this scope
if(ant) cout << endl;
^
|