Problem | payraise |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-05 20:00:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
payraise.cpp: In function ‘int main()’:
payraise.cpp:47:6: error: request for member ‘resize’ in ‘pay’, which is of non-class type ‘long long int [1000000]’
47 | pay.resize(n);
| ^~~~~~
payraise.cpp:48:8: error: request for member ‘resize’ in ‘graph’, which is of non-class type ‘std::vector<long long int> [1000000]’
48 | graph.resize(n);
| ^~~~~~
payraise.cpp:50:6: error: request for member ‘resize’ in ‘DSU’, which is of non-class type ‘long long int [1000000]’
50 | DSU.resize(n);
| ^~~~~~