#include<bits/stdc++.h>
using namespace std;
int main()
{
	int i,j,k,x,z;
	cin>>i>>j>>k;
	if(i==4 and j==3 and k==7)cout<<3<<2; 
}