Problem skyscraper_apio15
User PlayVoltz
Submission Time 2024-02-23 08:55:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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