Main.cc: In function 'int main()': Main.cc:8:8: error: expected initializer before 'b' int a b c; ^ Main.cc:9:5: error: 'c' was not declared in this scope c=0; ^ Main.cc:10:9: error: 'a' was not declared in this scope for(a=100;a<=200;a++){ ^ Main.cc:11:13: error: 'b' was not declared in this scope for(b=2;b