#include <iostream>

using namespace std;

int main() {

    int x, y;
    cin >> x;
    cin >> x;
    cout << "73";

    return 0;
}