Problem | nylunchtime |
---|---|
User | ethanK1RB0 |
Submission Time | 2025-02-14 14:55:23 |
Score | 0 |
Owl Get a Life
nylunchtime.cpp:5:9: error: stray ‘\342’ in program
5 | cout << “Yes”;
| ^
nylunchtime.cpp:5:10: error: stray ‘\200’ in program
5 | cout << “Yes”;
| ^
nylunchtime.cpp:5:11: error: stray ‘\234’ in program
5 | cout << “Yes”;
| ^
nylunchtime.cpp:5:15: error: stray ‘\342’ in program
5 | cout << “Yes”;
| ^
nylunchtime.cpp:5:16: error: stray ‘\200’ in program
5 | cout << “Yes”;
| ^
nylunchtime.cpp:5:17: error: stray ‘\235’ in program
5 | cout << “Yes”;
| ^
nylunchtime.cpp: In function ‘int main()’:
nylunchtime.cpp:5:12: error: ‘Yes’ was not declared in this scope
5 | cout << “Yes”;
| ^~~