Problem nylunchtime
User xingrui
Submission Time 2024-07-25 15:00:19
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\n"
| ^
| ;
8 | }
| ~
nylunchtime.cpp:10:15: error: expected ‘;’ before ‘}’ token
10 | cout<<"No\n"
| ^
| ;
11 | }
| ~
nylunchtime.cpp:11:3: error: expected ‘}’ at end of input
11 | }
| ^
nylunchtime.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^