Problem | simcity |
---|---|
User | wrizz69 |
Submission Time | 2024-12-18 17:08:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simcity.cpp: In function ‘int32_t main()’:
simcity.cpp:52:16: error: ‘d’ was not declared in this scope
52 | cin >> d[i];
| ^
simcity.cpp:57:25: error: ‘d’ was not declared in this scope
57 | edges.pb({n, i, d[i]});
| ^
simcity.cpp:57:30: error: no matching function for call to ‘std::vector<EDGE>::push_back(<brace-enclosed initializer list>)’
57 | edges.pb({n, i, d[i]});
| ^
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 simcity.cpp:1:
/usr/include/c++/9/bits/stl_vector.h:1184:7: note: candidate: ‘void std::vector<_Tp, _