| Problem | cht |
|---|---|
| User | hwy |
| Submission Time | 2023-12-29 11:09:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cht.cpp: In function ‘void solve()’:
cht.cpp:47:5: error: ‘class std::vector<long long int>’ has no member named ‘push_pack’; did you mean ‘push_back’?
47 | b.push_pack(0);
| ^~~~~~~~~
| push_back
cht.cpp:66:10: error: ‘query’ was not declared in this scope
66 | dp[i] = query(b[i]);
| ^~~~~