Project Euler 99 - Largest exponential

Official link: https://projecteuler.net/problem=99

Thought Process

Very simple formula on the right, choose a base and apply it to every exponent to easily see if one is larger than the other.

Interactive Code

Enter 4 integers separated by a space (a, b, c, d)

Code will output if a^b is greater or less than c^d