#include <iostream> #include <string> using namespace std; int main() { string a; cin>>a; cout<<"73"; return 0; }