Problem yayornay
User friendlyfexr
Submission Time 2026-07-03 17:32:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:6:34: error: expected ‘;’ before ‘}’ token
6 | if (in == "CPIC") {cout << "Yay"}
| ^
| ;
yayornay.cpp:7:21: error: expected ‘;’ before ‘}’ token
7 | else {cout << "Nay"}
| ^
| ;