Problem | helloworld |
---|---|
User | haydendoo |
Submission Time | 2023-03-01 16:22:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:1: error: ‘vt’ does not name a type
1 | vt<int> adj[mxN];
| ^~
helloworld.cpp:2:13: error: ‘mxN’ was not declared in this scope
2 | int subsize[mxN], tp[mxN], pre[mxN], dep[mxN], par[mxN];
| ^~~
helloworld.cpp:2:22: error: ‘mxN’ was not declared in this scope
2 | int subsize[mxN], tp[mxN], pre[mxN], dep[mxN], par[mxN];
| ^~~
helloworld.cpp:2:32: error: ‘mxN’ was not declared in this scope
2 | int subsize[mxN], tp[mxN], pre[mxN], dep[mxN], par[mxN];
| ^~~
helloworld.cpp:2:42: error: ‘mxN’ was not declared in this scope
2 | int subsize[mxN], tp[mxN], pre[mxN], dep[mxN], par[mxN];
| ^~~
helloworld.cpp:2:52: error: ‘mxN’ was not declared in this scope
2 | int subsize[mxN], tp[mxN], pre[mxN], dep[mxN], par[mxN];
|