Problem | treecutting |
---|---|
User | Rolo |
Submission Time | 2024-10-02 15:25:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
treecutting.cpp: In function ‘int dfs4(int, int)’:
treecutting.cpp:66:3: error: expected ‘}’ before ‘else’
66 | else if(i!=p)dfs4(i,v);
| ^~~~
treecutting.cpp:61:2: note: to match this ‘{’
61 | {
| ^
treecutting.cpp:66:11: error: ‘i’ was not declared in this scope
66 | else if(i!=p)dfs4(i,v);
| ^
treecutting.cpp: At global scope:
treecutting.cpp:68:2: error: expected unqualified-id before ‘else’
68 | else{
| ^~~~
treecutting.cpp:74:4: error: expected unqualified-id before ‘return’
74 | return dp3[v];
| ^~~~~~
treecutting.cpp:75:1: error: expected declaration before ‘}’ token
75 | }
| ^