| Problem | dijkstra |
|---|---|
| User | ATHY |
| Submission Time | 2025-02-22 09:51:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘ll modpow(ll, ll)’:
dijkstra.cpp:60:31: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
60 | c = 1LL * c * a % mod;
| ^~~
| modf
dijkstra.cpp:61:27: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
61 | a = 1LL * a * a % mod;
| ^~~
| modf