0_0_36583447_20972.cpp: In function 'int main()':
0_0_36583447_20972.cpp:10:3: error: 'boolean' was not declared in this scope
boolean c=true;
^
0_0_36583447_20972.cpp:11:8: error: 'n' was not declared in this scope
cin>>n;
^
0_0_36583447_20972.cpp:18:5: error: 'c' was not declared in this scope
c=false;
^
0_0_36583447_20972.cpp:21:6: error: 'c' was not declared in this scope
if(c){
^
|