Problem nylunchtime
User Ant1234567890
Submission Time 2025-06-11 19:06:43
Score 0

Compile Error

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