Problem | boxes_hkicpc |
---|---|
User | PlayVoltz |
Submission Time | 2023-12-14 01:29:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxes_hkicpc.cpp: In function ‘int main()’:
boxes_hkicpc.cpp:85:8: error: request for member ‘resize’ in ‘graph’, which is of non-class type ‘std::vector<int> [200005]’
85 | graph.resize(n);
| ^~~~~~
boxes_hkicpc.cpp:86:7: error: request for member ‘resize’ in ‘twok’, which is of non-class type ‘int [200005][20]’
86 | twok.resize(n, vector<int>(20));
| ^~~~~~
boxes_hkicpc.cpp:87:5: error: request for member ‘resize’ in ‘in’, which is of non-class type ‘int [200005]’
87 | in.resize(n);
| ^~~~~~
boxes_hkicpc.cpp:88:6: error: request for member ‘resize’ in ‘out’, which is of non-class type ‘int [200005]’
88 | out.resize(n);
| ^~~~~~
boxes_hkicpc.cpp:89:8: error: request for member ‘resize’ in ‘depth’, which is of non-class type ‘int [200005]’
89 | depth.resize(n);
| ^~~~~~
boxes_hkicpc.cpp:90:6: error: request for member ‘resize’ in ‘par’, which is of