Main.cc: In function 'int main()': Main.cc:9:13: warning: right operand of comma operator has no effect [-Wunused-value] cin>>a,b; ^ Main.cc:11:11: error: 'winner' was not declared in this scope cout<winner:1; ^ Main.cc:11:17: error: expected ';' before ':' token cout<<winner:1; ^ Main.cc:13:11: error: 'winner' was not declared in this scope cout<<winner:2; ^ Main.cc:13:17: error: expected ';' before ':' token cout<<winner:2; ^