Problem cpicgame
User Tweoka
Submission Time 2026-06-23 11:30:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:8:6: error: ‘c’ was not declared in this scope
8 | if (c == "Y") {
| ^
cpicgame.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
cpicgame.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^