{"raw_statement":[{"iden":"statement","content":"In the last contest, you were asked to find the last digit of a very large number. This time, you are asked to find the entirety of a much smaller number: your task is to find the first number taken to the power of second number. A brute force approach does work here.\n\nThe only line of input contains two space-separated integers _n_ and _k_, 1 <= _n_, _k_ <= 10.\n\nOutput a single integer: the number $n^k$.\n\n"},{"iden":"input","content":"The only line of input contains two space-separated integers _n_ and _k_, 1 <= _n_, _k_ <= 10."},{"iden":"output","content":"Output a single integer: the number $n^k$."}],"translated_statement":null,"sample_group":[],"show_order":[],"formal_statement":"**Definitions**  \nLet $ n, k \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 10 $ and $ 1 \\leq k \\leq 10 $.\n\n**Objective**  \nCompute $ n^k $.","simple_statement":"Given two integers n and k, compute and print n raised to the power of k.","has_page_source":false}