| Problem | sightseeing |
|---|---|
| User | YSH2020 |
| Submission Time | 2024-08-26 10:37:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sightseeing.cpp: In function ‘int main()’:
sightseeing.cpp:27:33: error: ‘graph’ was not declared in this scope; did you mean ‘isgraph’?
27 | for (int i = 0; i < v; i++) graph.push_back(empty_graph);
| ^~~~~
| isgraph
sightseeing.cpp:27:49: error: ‘empty_graph’ was not declared in this scope
27 | for (int i = 0; i < v; i++) graph.push_back(empty_graph);
| ^~~~~~~~~~~