// Compile: g++ -std=c++17 -o floyd floyd_warshall.cpp ...
// Compile: g++ -std=c++17 -o bellman bellman_ford.cpp ...