3-5

#include<stdio.h>
int main(void)
{
double a=3.156*1e7;
int b;
printf("please input your age:\n");
scanf("%d",&b);
a=a*b;
printf("the age adjust second is:%.3e",a);
return 0;
}

posted @ 2022-12-05 19:30  笨笨的小虫子  阅读(341)  评论(0)    收藏  举报