This problem is very simple problem.
We define J(n,k) like this:
1. J(n,1)=n
2. J(n,k)=n^(J(n,k−1) ) , (k=2,3,…)
We call this number “Jacana Number”.
In this problem you are given two jacana numbers and you must output which Jacana Number is greater than the other.
We define J(n,k) like this:
1. J(n,1)=n
2. J(n,k)=n^(J(n,k−1) ) , (k=2,3,…)
We call this number “Jacana Number”.
In this problem you are given two jacana numbers and you must output which Jacana Number is greater than the other.