It is the first time I met such a question:
Which is greater as $n$ gets larger, $f(n)=2^{2^{2^n}}$ or $g(n)=100^{100^n}$?
Intuitively I think $f(n)$ would gradually become larger as $n$ gets larger, but I find it hard to produce an argument. Is there any trick to use for this type of question?
Compare $f(n)$ with $G(n)=256^{256^n}>g(n)$. You arrive at $G(n) = 2^{2^{8n+3}}$, so you just need to compare $2^n$ vs. $8n+3$.