Problem platonic18
User maximushartanto
Submission Time 2025-12-17 09:54:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic18.cpp: In function ‘int main()’:
platonic18.cpp:13:26: error: ‘dfs1’ was not declared in this scope; did you mean ‘f1’?
13 | auto [nothing, f1] = dfs1(0, -1);
| ^~~~
| f1
platonic18.cpp: In lambda function:
platonic18.cpp:20:24: error: ‘adj’ was not declared in this scope
20 | for (auto &v : adj[u]){
| ^~~
platonic18.cpp: In lambda function:
platonic18.cpp:37:24: error: ‘adj’ was not declared in this scope
37 | for (auto &v : adj[u]){
| ^~~