Problem yayornay
User Halud
Submission Time 2025-01-17 17:53:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:13:18: error: expected ‘;’ before ‘}’ token
13 | cout << "Yay"
| ^
| ;
14 | }
| ~
yayornay.cpp:15:21: error: expected ‘;’ before ‘return’
15 | else cout << "Nay"
| ^
| ;
......
18 | return 0;
| ~~~~~~