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

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:5:13: error: uninitialized const ‘s’ [-fpermissive]
5 | const char s;
| ^
yayornay.cpp:6:8: error: assignment of read-only variable ‘s’
6 | if (s = "CPIC") {
| ~~^~~~~~~~