Problem flamethrower
User Sky
Submission Time 2025-06-26 00:59:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:11:19: error: expected ‘;’ before ‘cost’
11 | int t; cin >> t
| ^
| ;
12 | cost += t;
| ~~~~