Problem | runway |
---|---|
User | Naman1312 |
Submission Time | 2024-04-11 20:01:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
runway.cpp:10:1: error: expected initializer before ‘void’
10 | void dfs(int v, int par, int used){
| ^~~~
runway.cpp: In function ‘int main()’:
runway.cpp:53:5: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
53 | dfs(1, 0, 0);
| ^~~
| ffs