| Problem | general |
|---|---|
| User | Usu |
| Submission Time | 2026-05-01 19:22:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
general.cpp:4:9: error: ‘vi’ does not name a type
4 | typedef vi vector<int>
| ^~
general.cpp: In function ‘int main()’:
general.cpp:27:2: error: ‘vi’ was not declared in this scope
27 | vi k(n+1);
| ^~
general.cpp:29:8: error: ‘k’ was not declared in this scope
29 | cin>>k[i];
| ^
general.cpp:31:5: error: ‘k’ was not declared in this scope
31 | UF(k);
| ^
general.cpp:31:2: error: ‘UF’ was not declared in this scope
31 | UF(k);
| ^~
general.cpp:34:9: error: ‘join’ was not declared in this scope
34 | int k=join(a,b);
| ^~~~