Problem yayornay
User god
Submission Time 2025-07-10 11:02:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:5:34: error: expected ‘;’ before ‘else’
5 | if(name == "CPIC") cout << "yay" else cout << "nay";
| ^~~~~
| ;