Problem exam
User bdaniducks
Submission Time 2026-01-29 21:18:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:13:8: error: could not convert ‘x.std::__cxx11::basic_string<char>::operator=(1)’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
13 | if (x = 1) {
| ~~^~~
| |
| std::__cxx11::basic_string<char>
exam.cpp:17:7: error: could not convert ‘x.std::__cxx11::basic_string<char>::operator=(2)’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
17 | if (x=2) {
| ~^~
| |
| std::__cxx11::basic_string<char>