#include using namespace std; ifstream fin("input.in"); ofstream fout("output.out"); int main() { int n; fin>>n; fout<<73; return 0; }