Problem | joker |
---|---|
User | anusha777 |
Submission Time | 2023-04-20 09:09:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
joker.cpp: In function ‘void dfs(long long int, long long int, long long int, long long int, bool&)’:
joker.cpp:39:5: error: ‘vis’ was not declared in this scope; did you mean ‘vis2’?
39 | vis[u]=true;
| ^~~
| vis2
joker.cpp:43:30: error: ‘checked’ was not declared in this scope; did you mean ‘check’?
43 | if(vis[v.f] and !checked[v.f])
| ^~~~~~~
| check