#include <iostream>
using namespace std;

void  main() {
	// your code goes here
	int a;
	cout<<a;
	return 0;
}