| Problem | flamethrower_ex |
|---|---|
| User | R9q5P8 |
| Submission Time | 2026-04-13 17:09:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower_ex.cpp: In function ‘int main()’:
flamethrower_ex.cpp:22:26: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
22 | if (k>=n) {cout << sum; return;}
| ^~~~~~