#include<stdio.h> #include<math.h> int main() { int age; long long time; scanf("%d",&age); time=age*3.156*pow(10,7); printf("%lld",time); return 0; //运用数学库里面的pow函数可以轻松得到题解。ps(第一次写博客嘿嘿,激动~)