Problem dynamicdag
User Jinxuan
Submission Time 2023-12-30 14:25:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dynamicdag.cpp: In function ‘void dfs(int, int)’:
dynamicdag.cpp:7:10: error: ‘n’ was not declared in this scope
7 | if (ctr>n) return;
| ^