Problem graphcraft
User JoshJuice
Submission Time 2025-09-14 02:01:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

graphcraft.cpp: In function ‘int graphcraft(int, int, std::vector<std::pair<int, int> >*)’:
graphcraft.cpp:64:9: error: ‘n’ was not declared in this scope
64 | N = n; C = c; V = v;
| ^
graphcraft.cpp:64:16: error: ‘c’ was not declared in this scope
64 | N = n; C = c; V = v;
| ^
graphcraft.cpp:64:23: error: ‘v’ was not declared in this scope
64 | N = n; C = c; V = v;
| ^