#include<bits/stdc++.h>
using namespace std;
int main(){
	int a;
	cout<<a<<endl;
	return 0;
}