include<stdio.h>#include<math.h>int main(){double a,b; scanf("%lf%lf",&a,&b); printf("%lf\n",pow(a,b)); return 0;}