Main.cc: In function 'int main()': Main.cc:13:12: error: expected initializer before '++' token int n,s++; ^ Main.cc:18:13: error: 's' was not declared in this scope s++; ^ Main.cc:21:8: error: 's' was not declared in this scope if(s==0){ ^