Problem yayornay
User Leeweixian
Submission Time 2024-06-21 12:36:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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