Problem grassplant
User AlphanumericUsername
Submission Time 2023-12-20 15:18:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

grassplant.cpp:72:28: error: stray ‘#’ in program
72 | depth[it]=depth[node]+1;#include <bits/stdc++.h>
| ^
grassplant.cpp: In function ‘void dfs1(long long int, long long int)’:
grassplant.cpp:72:29: error: ‘include’ was not declared in this scope
72 | depth[it]=depth[node]+1;#include <bits/stdc++.h>
| ^~~~~~~
grassplant.cpp:72:38: error: ‘bits’ was not declared in this scope; did you mean ‘it’?
72 | depth[it]=depth[node]+1;#include <bits/stdc++.h>
| ^~~~
| it
grassplant.cpp:72:43: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
72 | depth[it]=depth[node]+1;#include <bits/stdc++.h>
| ^~~~
| std
grassplant.cpp:73:1: error: expected