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

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:10:11: error: could not convert ‘C.std::__cxx11::basic_string<char>::operator=(((const char*)"Y"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
10 | if (C = "Y") {
| ~~^~~~~
| |
| std::__cxx11::basic_string<char>
cpicgame.cpp:13:20: error: could not convert ‘choice.std::__cxx11::basic_string<char>::operator=(((const char*)"a"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
13 | if (choice = "a"){
| ~~~~~~~^~~~~
| |
| std::__cxx11::basic_string<char>
cpicgame.cpp:18:17: error: expected ‘}’ before ‘else’
18 | else if (y == 0){
| ^~~~
cpicgame.cpp:15:24: note: to match this ‘{’
15 | if (r == 0){
| ^
cpicgame.cpp:20:34: error: ‘