| Problem | inspections |
|---|---|
| User | justin271828 |
| Submission Time | 2025-12-06 23:21:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
inspections.cpp: In member function ‘void node::up(long long int, long long int, long long int)’:
inspections.cpp:28:31: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
28 | if (x > e || y < s) return -INF;
| ^~~