Problem | nylunchtime |
---|---|
User | xingrui |
Submission Time | 2024-07-25 15:00:50 |
Score | 0 |
Owl Get a Life
nylunchtime.cpp: In function ‘int main()’:
nylunchtime.cpp:7:16: error: expected ‘;’ before ‘}’ token
7 | cout<<"Yes\n"
| ^
| ;
8 | }
| ~
nylunchtime.cpp:10:15: error: expected ‘;’ before ‘}’ token
10 | cout<<"No\n"
| ^
| ;
11 | }
| ~