Problem | more_lca2 |
---|---|
User | shoryu386 |
Submission Time | 2023-06-13 20:37:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
more_lca2.cpp:135:11: error: variable or field ‘init’ declared void
135 | void init(sint n, vector<sint> pp)
| ^~~~
more_lca2.cpp:135:11: error: ‘sint’ was not declared in this scope; did you mean ‘uint’?
135 | void init(sint n, vector<sint> pp)
| ^~~~
| uint
more_lca2.cpp:135:26: error: ‘sint’ was not declared in this scope; did you mean ‘uint’?
135 | void init(sint n, vector<sint> pp)
| ^~~~
| uint
more_lca2.cpp:135:30: error: template argument 1 is invalid
135 | void init(sint n, vector<sint> pp)
| ^
more_lca2.cpp:135:30: error: template argument 2 is invalid
more_lca2.cpp:161:1: error: ‘sint’ does not name a type; did you mean ‘uint’?
161 | sint findLCA(sint k, vector<sint> v){
| ^~~~
| uint