Problem nylunchtime
User kruytz
Submission Time 2024-07-22 17:13:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nylunchtime.cpp: In function ‘int main()’:
nylunchtime.cpp:7:16: error: expected ‘;’ before ‘}’ token
7 | cout << "Yes"
| ^
| ;
8 | }else{
| ~
nylunchtime.cpp:9:15: error: expected ‘;’ before ‘}’ token
9 | cout << "No"
| ^
| ;
10 | }
| ~