Problem | cyberland_apio23 |
---|---|
User | bron |
Submission Time | 2023-11-25 10:42:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cyberland_apio23.cpp: In function ‘double solve(int, int, int, int, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’:
cyberland_apio23.cpp:30:29: error: ‘doulbe’ was not declared in this scope; did you mean ‘double’?
30 | dist[p.first][k] = val+(doulbe)p.second;
| ^~~~~~
| double
cyberland_apio23.cpp:31:21: error: expected primary-expression before ‘double’
31 | pq.push(mp(val+*double)p.second,mp(p.first,k)));
| ^~~~~~