| Problem | flamethrower |
|---|---|
| User | Usu |
| Submission Time | 2025-08-07 16:07:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:16:6: error: redeclaration of ‘int currmax’
16 | int currmax = 0;
| ^~~~~~~
flamethrower.cpp:15:6: note: ‘int currmax’ previously declared here
15 | int currmax, curr;
| ^~~~~~~