Problem yayornay
User Magenta
Submission Time 2026-06-22 22:10:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:5:13: error: expected unqualified-id before 's'
5 | const char 's';
| ^~~
yayornay.cpp:6:12: error: lvalue required as left operand of assignment
6 | if ('s' = "CPIC") {
| ^~~~~~