Main.cc: In function 'int main()': Main.cc:6:6: error: 'n' was not declared in this scope if (n%2==0){ ^ Main.cc: At global scope: Main.cc:11:2: error: expected unqualified-id before 'return' return 0; ^