#include using namespace std; int main() { int x, y; cin >> x; cout << "73"; return 0; }