| Problem | flamethrower_ex |
|---|---|
| User | Red123 |
| Submission Time | 2026-08-17 15:21:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower_ex.cpp: In function ‘int main()’:
flamethrower_ex.cpp:23:21: error: expected ‘;’ before ‘l’
23 | arr_sum += arr[r]
| ^
| ;
24 | l = r;
| ~