#include <iostream>
# include <cmath>
# include <string>
using namespace std;

int main() {
	cout<<std::to_string(pow((double)2,1000));
	return 0;
}