0_0_39128781_7988.cpp: In function 'int main()':
0_0_39128781_7988.cpp:64:41: error: invalid operands of types 'void' and 'int' to binary 'operator>'
64 | if(dijkstra(x, y, graph)>7)
| ~~~~~~~~~~~~~~~~~~~~~^~
| | |
| void int
0_0_39128781_7988.cpp:66:26: error: expected ';' before '}' token
66 | ans=0
| ^
| ;
67 | }
| ~
|