#include<bits/stdc++.h> using namespace std; long long n,m,k; int main() { cin>>n>>m>>k; cout<<3<<2; return 0; }