Problem splithunny
User DoubleShaurya
Submission Time 2024-01-20 11:03:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘void DFS(long long int, long long int, std::vector<std::pair<long long int, long long int> >&)’:
splithunny.cpp:74:31: error: ‘VC’ was not declared in this scope; did you mean ‘VC1’?
74 | DFS(row, col, VC);
| ^~
| VC1
splithunny.cpp:78:19: error: ‘VC’ was not declared in this scope; did you mean ‘VC1’?
78 | VC1.erase(VC.begin() + A);
| ^~
| VC1