Problem yayornay
User dakingwawin
Submission Time 2024-06-27 15:39:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:8:20: error: expected ‘;’ before ‘}’ token
8 | cout<<"Yay"
| ^
| ;
9 | }else{
| ~
yayornay.cpp:10:20: error: expected ‘;’ before ‘}’ token
10 | cout<<"Nay"
| ^
| ;
11 | }
| ~