Submit solution

Points: 0.10
Time limit: 1.5s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type
Mô tả vấn đề

Viết chương trình nhập số nguyên n và số thực x. Tính ~x^n~

Input

Một dòng duy nhất gồm một nguyên n và số thực x.

Output

In ra ~x^n~, làm tròn 3 chữ số thập phân

Sample Input 1
2 3.5
Sample Output 1
12.250

Comments

Please read the guidelines before commenting.


There are no comments at the moment.