题解 | #你能活多少秒#

你能活多少秒

https://www.nowcoder.com/practice/e1d1bd99fee34b66ae3c777b74d555c8

#include <stdio.h>

int main() {
   long long age =0;
   scanf("%lld",&age);
   //int year_m =60*60*24*365;// 一年的秒数31,536,000    
    long long year_m = 31560000;
   age = year_m * age;
   printf("%lld\n",age);
    return 0;
}

全部评论

相关推荐

哎呦额滴天:怎么可以差到这种程度?
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务