Main.cc: In function 'int main()':
Main.cc:4:13: error: expected initializer before '==' token
int x,b=0,c==0;
^
Main.cc:10:16: error: 'n' was not declared in this scope
for(int i=0;i0;i--){
^
Main.cc:18:4: error: 'c' was not declared in this scope
c++;
^
Main.cc:22:11: error: 'c' was not declared in this scope
cout<