134.go 98 B

123456789
  1. package main
  2. func canCompleteCircuit(gas []int, cost []int) int {
  3. return -1
  4. }
  5. func main() {
  6. }