Problem | graphcraft |
---|---|
User | JoshJuice |
Submission Time | 2025-09-14 02:05:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^