Problem | fuelstation |
---|---|
User | red24 |
Submission Time | 2023-01-31 02:35:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fuelstation.cpp: In function ‘bool check(long long int)’:
fuelstation.cpp:52:19: error: ‘add2’ was not declared in this scope; did you mean ‘add’?
52 | if (next >= 0) add2.pb(next);
| ^~~~
| add
fuelstation.cpp:55:15: error: ‘add2’ was not declared in this scope; did you mean ‘add’?
55 | for (auto x:add2) st.insert(x);
| ^~~~
| add