10^(10^10) is a 1 followed by ten
billion zeros. Naively evaluating that to an integer is going to
cause time and memory problems in any software that supports
arbitrary size integers - as Bob Ippolito said, it's
I wonder if they were looking for (**) instead of (^).