| Problem | platonic28 |
|---|---|
| User | chickengoat |
| Submission Time | 2025-12-22 11:39:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic28.cpp:4:6: error: expected ‘;’ before ‘ll’
4 | const ll MAXN = 100000 + 5;
| ^~~
| ;
platonic28.cpp:6:8: error: ‘ll’ was not declared in this scope
6 | vector<ll> adj[MAXN];
| ^~
platonic28.cpp:6:10: error: template argument 1 is invalid
6 | vector<ll> adj[MAXN];
| ^
platonic28.cpp:6:10: error: template argument 2 is invalid
platonic28.cpp:6:16: error: ‘MAXN’ was not declared in this scope
6 | vector<ll> adj[MAXN];
| ^~~~
platonic28.cpp:7:8: error: ‘ll’ was not declared in this scope
7 | vector<ll> ord;
| ^~
platonic28.cpp:7:10: error: template argument 1 is invalid
7 | vector<ll> ord;
| ^
platonic28.cpp:7:10: error: template argument 2 is invalid
platonic28.cpp:8:14: error: ‘MAXN’ was not declared in this scope
8 | bool visited[MAXN], in_stk[MAXN];