| Problem | reinforcement |
|---|---|
| User | MasterCoder8421 |
| Submission Time | 2025-12-01 19:49:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reinforcement.cpp: In function ‘std::vector<long long int> djikstra(std::vector<std::vector<std::pair<long long int, long long int> > >, ll, ll)’:
reinforcement.cpp:37:8: error: ‘ongoingDistance’ was not declared in this scope
37 | if (ongoingDistance + weight < dist[next] && ongoingDistance + weight < r){
| ^~~~~~~~~~~~~~~
reinforcement.cpp: In function ‘bool check_possible(ll, ll, ll, ll, ll, ll, std::vector<std::vector<long long int> >, const std::vector<std::vector<long long int> >&)’:
reinforcement.cpp:48:56: error: expected ‘)’ before ‘;’ token
48 | vector<vector<pair<ll, ll>>> adj(1048576, vector<ll>();
| ~ ^
| )
reinforcement.cpp:107:44: error: conversion from ‘std::vector<long long int>’ to non-scalar type ‘std::unordered_map&l