Main.cc: In function 'int main()':
Main.cc:6:14: error: 'Yes' was not declared in this scope
if(((a+b)>c)?Yes:No){
^
Main.cc:6:18: error: 'No' was not declared in this scope
if(((a+b)>c)?Yes:No){
^
Main.cc:8:1: error: expected '}' at end of input
}
^