Problem splithunny
User StormyGood
Submission Time 2025-02-20 17:07:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘int32_t main()’:
splithunny.cpp:28:10: error: too few arguments to function ‘void dfs(long long int, long long int)’
28 | dfs(i);
| ^
splithunny.cpp:10:6: note: declared here
10 | void dfs(int x, int y) {
| ^~~