Problem obstacletree
User boaznumberd5555
Submission Time 2024-12-14 17:05:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

obstacletree.cpp:5:1: error: ‘ll’ does not name a type
5 | ll bnd[MAXN][2], dp[MAXN][2];
| ^~
obstacletree.cpp:6:1: error: ‘ll’ does not name a type
6 | ll dfs(int x,int par, int b){
| ^~