| Problem | robotbombs |
|---|---|
| User | StormyGood |
| Submission Time | 2025-11-09 14:30:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
robotbombs.cpp: In function ‘int main()’:
robotbombs.cpp:13:24: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘char’ to binary ‘operator==’
13 | if ((b[i]=='L'&&s.top=='R')||(b[i]=='R'%%s.top=='L')) continue;
| ~~~~~^~~~~
| | |
| | char
| <unresolved overloaded function type>
robotbombs.cpp:13:43: error: expected primary-expression before ‘%’ token
13 | if ((b[i]=='L'&&s.top=='R')||(b[i]=='R'%%s.top=='L')) continue;
| ^