Problem | ancestor |
---|---|
User | Batigol |
Submission Time | 2024-06-09 17:06:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ancestor.cpp: In constructor ‘graph::graph(long long int)’:
ancestor.cpp:12:14: error: request for member ‘resize’ in ‘((graph*)this)->graph::twok’, which is of non-class type ‘long long int [250000][20]’
12 | twok.resize(V, vll(20, -1));
| ^~~~~~