Problem payraise
User PlayVoltz
Submission Time 2023-09-05 20:00:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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