#include<bits/stdc++.h> using namespace std; int n; string s; int main(){ cin>>n; for(int i=1;i<=n;i++){ getline(cin,s); } cout<<58; return 0; }