0_0_35374485_17741.cpp:9:4: error: stray '\' in program
cout << \"yes\" << endl;
^
0_0_35374485_17741.cpp:9:4: error: missing terminating " character
0_0_35374485_17741.cpp:12:4: error: stray '\' in program
cout << \"no\" << endl;
^
0_0_35374485_17741.cpp:12:4: error: missing terminating " character
0_0_35374485_17741.cpp: In function 'int main()':
0_0_35374485_17741.cpp:10:3: error: expected primary-expression before '}' token
}
^
0_0_35374485_17741.cpp:13:3: error: expected primary-expression before '}' token
}
^
|