#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; string x; getline(cin,x); if(a==10){ cout<<1; }else{ cout<<58; } return 0; }