Problem coinmaster
User Pan
Submission Time 2024-09-19 22:00:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

coinmaster.cpp: In function ‘void solve(ll)’:
coinmaster.cpp:80:16: error: ‘d’ was not declared in this scope
80 | if(d[u] != inf) {
| ^
coinmaster.cpp:80:24: error: ‘inf’ was not declared in this scope; did you mean ‘ynf’?
80 | if(d[u] != inf) {
| ^~~
| ynf
coinmaster.cpp:90:13: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
90 | dfs(u);
| ^~~
| ffs