Problem | sealevel |
---|---|
User | wtnetlegend |
Submission Time | 2025-03-20 17:32:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sealevel.cpp: In function ‘int main()’:
sealevel.cpp:9:21: error: a function-definition is not allowed here before ‘{’ token
9 | void dfs(int start){
| ^
sealevel.cpp:37:2: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
37 | dfs(1);
| ^~~
| ffs