Problem cpicgame
User Devthethala
Submission Time 2026-06-23 11:12:32
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:24:27: error: could not convert ‘C.std::__cxx11::basic_string<char>::operator=(((const char*)"R"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
24 | if (C = "R") {
| ~~^~~~~
| |
| std::__cxx11::basic_string<char>