Main.cc: In function 'int main()': Main.cc:5:2: error: expected unqualified-id before 'long' long long a=1; ^ Main.cc:9:3: error: 'a' was not declared in this scope a=a*2; ^