Problem | graphcraft |
---|---|
User | eulerleonhardfan |
Submission Time | 2024-09-05 14:17:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
graphcraft.cpp: In function ‘int graphcraft(int, int, std::vector<std::pair<int, int> >*)’:
graphcraft.cpp:83:4: error: ‘dsis’ was not declared in this scope; did you mean ‘dis’?
83 | dsis[v.f] = (dis[cur]*v.s)%mod;
| ^~~~
| dis