Problem graphcraft
User YH
Submission Time 2025-12-20 23:00:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

graphcraft.cpp: In function ‘bool hasCycle(int, int)’:
graphcraft.cpp:83:24: error: ‘n’ was not declared in this scope
83 | for (ll i = 0; i < n; i++) {
| ^