[伴随编程] a 的 n 次方
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
计算;
输入格式 第一行包含两个实数 a(1≤x≤100000),n(0≤n≤100),中间用一个空格隔开。
输出格式 输出一个浮点数,表示 保留小数点后面2位。
样例输入
1.67 0.76
样例输出
1.48