Run id: 7212

Main.cc: In function 'int main()':
Main.cc:10:20: error: 'yes' was not declared in this scope
     cout<(a+b>c ? yes : no);
                    ^
Main.cc:10:26: error: 'no' was not declared in this scope
     cout<(a+b>c ? yes : no);
                          ^