| Problem | flamethrower_ex |
|---|---|
| User | YSH2020 |
| Submission Time | 2026-03-27 14:31:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower_ex.cpp: In function ‘int main()’:
flamethrower_ex.cpp:20:44: error: ‘dp’ was not declared in this scope; did you mean ‘p’?
20 | while (dq.size() && dq.back().first > p) dp.pop_back();
| ^~
| p