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