The cube root of , written , is the number that cubed gives you . So because .
You can generalize: the -th root of is , which equals . The 4th root of 16 is 2. The 5th root of 32 is 2.
In competitive programming, you'll mostly see square roots and occasionally cube roots. Higher roots appear less often, but when they do, the same principles apply.