Problem istj
User Pan
Submission Time 2024-09-21 17:44:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

istj.cpp: In member function ‘ll node::dfs()’:
istj.cpp:56:35: error: ‘x’ was not declared in this scope
56 | for (ll i=0; i<26; ++i) if (adj[x[idx]]!=nullptr)
| ^
istj.cpp:56:37: error: ‘idx’ was not declared in this scope
56 | for (ll i=0; i<26; ++i) if (adj[x[idx]]!=nullptr)
| ^~~