题解 | #你能活多少秒#
你能活多少秒
https://www.nowcoder.com/practice/e1d1bd99fee34b66ae3c777b74d555c8
#include <stdio.h>
int main() {
int age;
scanf("%d", &age);
printf("%.0f", 3.156e7*age); //用%.0f格式控制符输出哦
return 0;
}
你能活多少秒
https://www.nowcoder.com/practice/e1d1bd99fee34b66ae3c777b74d555c8
#include <stdio.h>
int main() {
int age;
scanf("%d", &age);
printf("%.0f", 3.156e7*age); //用%.0f格式控制符输出哦
return 0;
}
相关推荐
双尔:果然人与人之间的悲伤无法互通,我倒是希望能找到一个朝九晚六的工作