pub fn spfa(edge: &[Vec<(usize, i64)>], start: usize) -> Option<Vec<i64>>