Main.cc: In function 'int main()': Main.cc:12:2: error: expected initializer before 'int' int c; ^ Main.cc:14:9: error: 'c' was not declared in this scope cin >> c >> d; ^