题解 | 你能活多少秒
你能活多少秒
https://www.nowcoder.com/practice/e1d1bd99fee34b66ae3c777b74d555c8
#include <stdio.h>
#include<math.h>
#include<math.h>
int main()
{
unsigned int age = 0;
scanf("%u\n", &age);
printf("%llu\n",(unsigned long long)(age * 3.156 * pow(10, 7)));
return 0;
}
查看10道真题和解析