Problem | nylunchtime |
---|---|
User | kruytz |
Submission Time | 2024-07-22 17:14:49 |
Score | 0 |
Owl Get a Life
nylunchtime.cpp: In function ‘int main()’:
nylunchtime.cpp:8:16: error: expected ‘;’ before ‘}’ token
8 | cout << "Yes"
| ^
| ;
9 | }else{
| ~
nylunchtime.cpp:10:15: error: expected ‘;’ before ‘}’ token
10 | cout << "No"
| ^
| ;
11 | }
| ~