#include<iostream>
using namespace std;

int main(){
    int age;
    cin>>age;
    int seconds=31560000;
    long long yearSeconds;
  //当age超过200时,年秒数就会超过int的最大范围,使用更大的整型变量就可以轻松完成
    yearSeconds=age*set;
    cout<<yearSeconds;
    return 0;
}