Read the integers power and scale and a big rational number. Round the number toward floor to scale decimal places, then raise it to the power of power and print the result.
Input: power, scale: Int; number: BigDecimal
Output: result: BigDecimal