#include <iostream>
using namespace std;

int main() {
	cout << 60 * 60 * 24 * 365 * 35;
	return 0;
}