#include <stdio.h> int main () { int a; int b=0,c=0; scanf("%d",&a); for(b;b=a;b++) c+=2*10^b; printf("%d",c); return 0; }