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