#include <bits/stdc++.h>
using namespace std;
int main()
{
	ios::sync_with_stdio(0);
	cin.tie(0);cout.tie(0);
	int a,b;
	cout<<b;
	return 0;
}
//#include <bits/stdc++.h>
//using namespace std;
//int main()
//{
//	
//	cout.tie(0);
//	while(1)
//	{
//		cout<<"be crafted _ \n";
//		srand(time(0));
//		double g,gl,s=0,b=0;
//		cin>>g;
//		cout<<"_%\n";
//		cin>>gl;
//		while(g>=5)
//		{
//			if(rand()%100<gl)
//			{
//				cout<<"crafted!\n";
//				system("color 27");
//				g-=5;
//				s++;
//			}
//			else 
//			{
//				system("color 07");
//				int bao=rand()%4+1;
//				cout<<"boom*"<<bao<<'\n';
//				g-=bao;
//				b++;
//			}
//		
//    	}
//    	system("color 07");
//		cout<<"crafted"<<s<<"   boom"<<b<<"\nlive"<<g<<'\n';
//	}
//	
//}