Main.cc: In function 'int main()': Main.cc:5:13: warning: right operand of comma operator has no effect [-Wunused-value] cin>>a,b; ^ Main.cc:7:13: error: expected '}' at end of input return 0; ^