Problem | wallabyhop |
---|---|
User | haydendoo |
Submission Time | 2023-03-27 13:02:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wallabyhop.cpp: In constructor ‘SparseTable::SparseTable(long long int, long long int*)’:
wallabyhop.cpp:12:23: error: request for member ‘push_back’ in ‘((SparseTable*)this)->SparseTable::ST[k]’, which is of non-class type ‘long long int [19]’
12 | ST[k].push_back( max(ST[k-1][i], ST[k-1][i+(1<<(k-1))]) ); //min
| ^~~~~~~~~