Problem dijkstra
User fanyinuo2021
Submission Time 2023-08-19 21:45:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:103:21: error: no match for ‘operator==’ (operand types are ‘std::basic_ostream<char>’ and ‘const int’)
103 | cout << dist[n] == MAX ? -1 : dist[n] << endl;
| ~~~~~~~~~~~~~~~ ^~ ~~~
| | |
| | const int
| std::basic_ostream<char>
dijkstra.cpp:103:21: note: candidate: ‘operator==(int, int)’ <built-in>
103 | cout << dist[n] == MAX ? -1 : dist[n] << endl;
| ~~~~~~~~~~~~~~~~^~~~~~
dijkstra.cpp:103:21: note: no known conversion for argument 1 from ‘std::basic_ostream<char>’ to ‘int’
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:110,
from dijkstra.cpp:21:
/usr/include/c++/9/bits/regex.h:1026:5: note: candidate: ‘template<class _BiIter> bool std::__cxx11