| Problem | hld_easy |
|---|---|
| User | YH |
| Submission Time | 2026-01-02 22:29:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hld_easy.cpp:1:2: error: invalid preprocessing directive #incldue; did you mean #include?
1 | #incldue <bits/stdc++.h>
| ^~~~~~~
| include
hld_easy.cpp: In constructor ‘FWT::FWT(ll)’:
hld_easy.cpp:39:3: error: ‘fill’ was not declared in this scope; did you mean ‘ll’?
39 | fill(fw1, fw1+n+1, 0LL);
| ^~~~
| ll
hld_easy.cpp: In constructor ‘FWT::FWT(ll, ll*)’:
hld_easy.cpp:47:3: error: ‘fill’ was not declared in this scope; did you mean ‘ll’?
47 | fill(fw1, fw1+n+1, 0LL);
| ^~~~
| ll
hld_easy.cpp: At global scope:
hld_easy.cpp:63:2: error: ‘vector’ does not name a type
63 | vector<ll> *adj;
| ^~~~~~
hld_easy.cpp: In constructor ‘HLD::HLD(ll)’:
hld_easy.cpp:72:3: error: ‘adj’ was not declared in this scope
72 | adj = new vector<ll>[n];
| ^~~
hld_easy.cpp:72:13: error: ‘vector’ does not name a type
72 | adj = new vect