Run id: 5599

Main.cc: In function 'int main()':
Main.cc:17:24: error: expected ';' before string constant
                 cout<x"yes"<<endl;
                        ^
Main.cc:21:24: error: expected ';' before string constant
                 cout<<x"no"<<endl;
                        ^
Main.cc:26:20: error: expected ';' before string constant
             cout<<x"no"<<endl;
                    ^