| Problem | simp |
|---|---|
| User | Cat |
| Submission Time | 2025-03-03 16:49:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:8:8: error: expected ‘(’ before ‘not’ token
8 | if not(bx > ax xor cx > ax ) and
| ^~~
| (
simp.cpp:12:5: error: ‘else’ without a previous ‘if’
12 | else { cout << "NO"; }
| ^~~~