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

Compile Error

splithunny.cpp: In function ‘int main()’:
splithunny.cpp:53:5: error: ‘VC’ was not declared in this scope
53 | VC.push_back(make_pair(i, j));
| ^~
splithunny.cpp:69:37: error: ‘VC’ was not declared in this scope
69 | for (const pair<int, int>& coord : VC) {
| ^~
splithunny.cpp:77:2: error: ‘VC’ was not declared in this scope
77 | VC.assign(visited.begin(), visited.end()); // Update VC with remaining "pools"
| ^~