aoc-2018-python

Advent of Code 2018 Solutions in Python
git clone https://git.sinitax.com/sinitax/aoc-2018-python
Log | Files | Refs | README | sfeed.txt

part2 (529B)


      1--- Part Two ---
      2
      3After collecting ORE for a while, you check your cargo hold: 1 trillion (1000000000000) units of
      4ORE.
      5
      6With that much ore, given the examples above:
      7
      8
      9 - The 13312 ORE-per-FUEL example could produce 82892753 FUEL.
     10
     11 - The 180697 ORE-per-FUEL example could produce 5586022 FUEL.
     12
     13 - The 2210736 ORE-per-FUEL example could produce 460664 FUEL.
     14
     15
     16Given 1 trillion ORE, what is the maximum amount of FUEL you can produce?
     17
     18