Problem yayornay
User lucaleeeeee
Submission Time 2026-04-12 14:42:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:10:15: error: ‘CPIC’ was not declared in this scope
10 | if (input == CPIC) {
| ^~~~
yayornay.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | cout << "Nay"
| ^
| ;
14 | }
| ~