#include <iostream>
#include <math.h>
using namespace std;
int main()
{
long long a;
a = pow (2,4);
cout <<a;
}