Problem | numericalstrings |
---|---|
User | dumgod |
Submission Time | 2024-02-09 20:47:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numericalstrings.cpp: In function ‘bool eat(std::string, std::string)’:
numericalstrings.cpp:15:9: error: ‘A’ was not declared in this scope
15 | return A+B > B+A;
| ^
numericalstrings.cpp:15:11: error: ‘B’ was not declared in this scope
15 | return A+B > B+A;
| ^