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

Compile Error

splithunny.cpp:3:13: error: expected unqualified-id before ‘long’
3 | #define int long long
| ^~~~
splithunny.cpp:8:7: note: in expansion of macro ‘int’
8 | void (int row, int col, vector <pair <int, int>> VC);
| ^~~
splithunny.cpp:8:7: error: expected ‘)’ before ‘long’
8 | void (int row, int col, vector <pair <int, int>> VC);
| ~^
| )
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:63:2: error: ‘DFS’ was not declared in this scope
63 | DFS(row, col, VC);
| ^~~