Problem | splithunny |
---|---|
User | DoubleShaurya |
Submission Time | 2024-01-20 10:30:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp:3:13: error: expected unqualified-id before ‘long’
3 | #define int long long
| ^~~~
splithunny.cpp:27:7: note: in expansion of macro ‘int’
27 | void (int row, int col, vector <pair <int, int>> VC);
| ^~~
splithunny.cpp:27:7: error: expected ‘)’ before ‘long’
27 | 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);
| ^~~