Problem | splithunny |
---|---|
User | fanqie |
Submission Time | 2023-11-16 18:03:51 |
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:17: error: expected ‘;’ at end of input
14 | for (int i=0; i
| ~^
| ;
splithunny.cpp:14:16: error: expected primary-expression at end of input
14 | for (int i=0; i
| ^
splithunny.cpp:14:17: error: expected ‘)’ at end of input
14 | for (int i=0; i
| ~ ~^
| )
splithunny.cpp:14:16: error: expected statement at end of input
14 | for (int i=0; i
| ^
splithunny.cpp:14:16: error: expected ‘}’ at end of input
splithunny.cpp:11:23: note: to match this ‘{’
11 | void dfs(int x, int y){
| ^