Problem pigeons
User zandy21
Submission Time 2025-08-25 14:44:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeons.cpp: In function ‘int main()’:
pigeons.cpp:13:15: error: could not convert ‘message.std::__cxx11::basic_string<char>::operator=(((const char*)"LAND"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
13 | if (message = "LAND") P++;
| ~~~~~~~~^~~~~~~~
| |
| std::__cxx11::basic_string<char>
pigeons.cpp:14:20: error: could not convert ‘message.std::__cxx11::basic_string<char>::operator=(((const char*)"LEAVE"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
14 | else if (message = "LEAVE") P--;
| ~~~~~~~~^~~~~~~~~
| |
| std::__cxx11::basic_string<char>