Problem cpicgame
User Devthethala
Submission Time 2026-06-23 11:07:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:10:13: error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]
10 | if (C = "Y") {
| ^~~
| |
| const char*
cpicgame.cpp:13:22: error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]
13 | if (choice = "a"){
| ^~~
| |
| const char*
cpicgame.cpp:20:34: error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]
20 | if (choice = "b");
| ^~~
| |
| const char*
cpicgame.cpp:24:29: error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]
24 | if (C = "R") {
| ^~~
|