Problem | splithunny |
---|---|
User | currypotato |
Submission Time | 2023-03-18 19:28:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:32:12: error: too few arguments to function ‘void dfs(int, int)’
32 | dfs(i);
| ^
splithunny.cpp:8:6: note: declared here
8 | void dfs(int r,int c ){
| ^~~