| Problem | cyberland_apio23 |
|---|---|
| User | Hijackedsoul |
| Submission Time | 2026-02-09 08:27:03 |
| 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:35:13: error: structured binding declaration cannot have type ‘long long int’
35 | long long [cdist, node, ability] = pq.top();
| ^~~~~~~~~~~~~~~~~~~~~~
cyberland_apio23.cpp:35:13: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’