Problem eevacuation
User PlayVoltz
Submission Time 2023-09-06 21:01:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eevacuation.cpp: In function ‘int main()’:
eevacuation.cpp:22:8: error: request for member ‘resize’ in ‘graph’, which is of non-class type ‘std::vector<int> [1000000]’
22 | graph.resize(n);
| ^~~~~~