Gas Station
zip
[g - c for g, c in zip(gas, cost)]
enumerate indexと値を取得
for i, g in enumerate(net_gas):
There was an error while loading. Please reload this page.