| Problem | flamethrower |
|---|---|
| User | KYKY027 |
| Submission Time | 2026-03-02 20:58:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:11:24: error: expected ‘;’ before ‘}’ token
11 | costList.push_back(x)}
| ^
| ;
flamethrower.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
flamethrower.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^