#include<stdio.h>

int main() { long age,min = 3.156*10000000; scanf("%ld",&age); long me = min * age; printf("%ld",me);

return 0;

}