#include<stdio.h>
#include<math.h>
int main()
{
printf("%f\n",pow(2,3));
return 0;
}