Given an array of daily temperatures, return an array where each element says how many days until a warmer temperature. If there is no future warmer day, put .
Example: Answer: You're solving "next greater element" but you return distances instead of values. You'll need to store indices on the stack, not values.