Problem | splithunny |
---|---|
User | asbx |
Submission Time | 2023-11-10 13:52:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘void dfs(int, int)’:
splithunny.cpp:14:3: error: continue statement not within a loop
14 | continue;
| ^~~~~~~~
splithunny.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
splithunny.cpp:12:23: note: to match this ‘{’
12 | void dfs(int x, int y){
| ^