Main.cc: In function 'int main()': Main.cc:4:8: error: 'a' was not declared in this scope int i=a,a,b; ^ Main.cc:6:8: error: 'b' was not declared in this scope if(i%b==0){ ^