#include <iostream>


using namespace std ;

string s ; 

int main()
{
    cin >> s ;
    cout << 73 << '\n' ; 
    return  0 ;
}