Problem | firefighting |
---|---|
User | chisim |
Submission Time | 2023-02-13 00:49:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
firefighting.cpp: In function ‘int main()’:
firefighting.cpp:139:10: error: ‘u’ was not declared in this scope
139 | cin >> u >> v >> w;
| ^
firefighting.cpp:139:15: error: ‘v’ was not declared in this scope
139 | cin >> u >> v >> w;
| ^
firefighting.cpp:139:20: error: ‘w’ was not declared in this scope
139 | cin >> u >> v >> w;
| ^
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from firefighting.cpp:2:
/usr/include/c++/9/bits/stl_vector.h: In instantiation of ‘struct std::_Vector_base<int, long int>’:
/usr/include/c++/9/bits/stl_