#include <iostream>
using namespace std;

int main() {
// cout<<"asha"<<endl<<endl<<"Sharma";
// cout<<"oh my god";
int x;
cout<<x;
	return 0;
}