Problem yayornay
User yhmixeI
Submission Time 2024-06-21 12:41:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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