Problem yayornay
User Magenta
Submission Time 2026-06-22 22:09:50
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:6: error: ‘s’ was not declared in this scope
6 | if (s = "CPIC") {
| ^