#include <stdio.h> int main() { int age=0; long long a=3.156e7; scanf("%d",&age); printf("%lld",age*a); return 0; }
相关推荐