Problem flamethrower
User naresh
Submission Time 2024-07-24 20:44:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:5:5: error: ‘ll’ was not declared in this scope
5 | ll n, k;
| ^~
flamethrower.cpp:7:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n >> k;
| ^
| yn
flamethrower.cpp:7:17: error: ‘k’ was not declared in this scope
7 | cin >> n >> k;
| ^
flamethrower.cpp:9:7: error: expected ‘;’ before ‘x’
9 | ll x,y,z;
| ^~
| ;
flamethrower.cpp:10:12: error: ‘x’ was not declared in this scope
10 | cin >> x >> y >>z;
| ^
flamethrower.cpp:10:17: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
10 | cin >> x >> y >>z;
| ^
| yn
flamethrower.cpp:10:21: error: ‘z’ was not declared in this