Problem cpicgame
User tanhanxi195
Submission Time 2026-06-23 09:37:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In lambda function:
cpicgame.cpp:41:9: error: ‘parents’ was not declared in this scope
41 | parents[v].push_back(u);
| ^~~~~~~
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:70:38: error: ‘parents’ was not declared in this scope
70 | for (auto const& [state, poly] : parents) {
| ^~~~~~~
cpicgame.cpp:91:24: error: ‘parents’ was not declared in this scope
91 | for (State u : parents[v]) {
| ^~~~~~~