Problem flamethrower_ex
User lHog
Submission Time 2024-05-03 15:05:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower_ex.cpp: In function ‘int main()’:
flamethrower_ex.cpp:20:12: error: ‘cur’ was not declared in this scope
20 | while (cur != trees.size()){
| ^~~
flamethrower_ex.cpp:20:19: error: ‘trees’ was not declared in this scope
20 | while (cur != trees.size()){
| ^~~~~
flamethrower_ex.cpp:22:15: error: ‘t’ was not declared in this scope; did you mean ‘ta’?
22 | ta += t[c]; w.push_back(t[c]);
| ^
| ta