Problem flamethrower_ex
User ilovepythonandhatecplusplus
Submission Time 2024-11-01 15:21:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower_ex.cpp: In function ‘int main()’:
flamethrower_ex.cpp:7:1: error: ‘tempo’ was not declared in this scope
7 | tempo=0;
| ^~~~~
flamethrower_ex.cpp:8:1: error: ‘high’ was not declared in this scope
8 | high=0;
| ^~~~
flamethrower_ex.cpp:14:10: error: ‘f’ was not declared in this scope
14 | for (f=e;f<k+e;f++){
| ^
flamethrower_ex.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
flamethrower_ex.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^