| Problem | integralmania |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-02-02 22:19:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
integralmania.cpp: In function ‘int main()’:
integralmania.cpp:26:8: error: ‘odd’ was not declared in this scope; did you mean ‘odd_q’?
26 | if(!odd.empty()){
| ^~~
| odd_q
integralmania.cpp:27:17: error: ‘sum_odd’ was not declared in this scope
27 | sum_odd -= odd.front();
| ^~~~~~~