| Problem | flamethrower |
|---|---|
| User | peepeepoop |
| Submission Time | 2026-01-20 22:16:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:22:24: error: expected ‘}’ at end of input
22 | ans = max(ans, money);
| ^
flamethrower.cpp:17:33: note: to match this ‘{’
17 | for (int r = k; r < N - k; r++){
| ^
flamethrower.cpp:22:24: error: expected ‘}’ at end of input
22 | ans = max(ans, money);
| ^
flamethrower.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^