#include <iostream>
using namespace std;

int main() {
	// your code goes here
	
	long long a = 1000000000000000000;
	cout << a << endl;
	
	return 0;
}