题解 | #你能活多少秒#
你能活多少秒
http://www.nowcoder.com/practice/e1d1bd99fee34b66ae3c777b74d555c8
#include <stdio.h>
#include <math.h>
int main()
{
int a;
long long b;
scanf("%d", &a);
b=a*31560000;
printf("%lld\n", b);
return 0;
}
你能活多少秒
http://www.nowcoder.com/practice/e1d1bd99fee34b66ae3c777b74d555c8
#include <stdio.h>
#include <math.h>
int main()
{
int a;
long long b;
scanf("%d", &a);
b=a*31560000;
printf("%lld\n", b);
return 0;
}
相关推荐