Problem pandacity
User R9q5P8
Submission Time 2025-11-10 15:17:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pandacity.cpp: In function ‘int main()’:
pandacity.cpp:23:13: error: ‘pop’ was not declared in this scope; did you mean ‘popl’?
23 | total += pop[n];
| ^~~
| popl
pandacity.cpp:28:16: error: no match for ‘operator[]’ (operand types are ‘std::multiset<int>’ and ‘int’)
28 | cout << links[0];
| ^