为什么一定要是18岁
# include<stdio.h>
int main()
{
double num=2.5;
int num1=(int)num;
printf("字省略%d\n",num1);
return 0;
}
因为这是题目的要求啊。