| Problem | grassplant |
|---|---|
| User | PlayVoltz |
| Submission Time | 2023-10-05 16:36:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
grassplant.cpp:56:13: error: conflicting declaration ‘std::vector<int> graph [100005]’
56 | vector<int> graph[MAXN];
| ^~~~~
grassplant.cpp:55:22: note: previous declaration as ‘std::vector<std::vector<int> > graph’
55 | vector<vector<int> > graph;
| ^~~~~