Problem votingcities
User blackscreen1
Submission Time 2023-06-19 11:53:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

votingcities.cpp: In function ‘int main()’:
votingcities.cpp:61:46: error: cannot convert ‘std::pair<long long int, std::pair<long long int, long long int> >’ to ‘long long int’ in assignment
61 | dist[nd.second.first][nd.second.second] = nd,first;
| ^~
| |
| std::pair<long long int, std::pair<long long int, long long int> >
votingcities.cpp:61:49: error: ‘first’ was not declared in this scope
61 | dist[nd.second.first][nd.second.second] = nd,first;
| ^~~~~