题目内容
include<stdio.h>
main()
{int a=2008,b=1864,e=1950,t;
if(a>b)
{t=a;a=b;b=t;}
if(a>c)
{t=a;a=c;c=t;}
if(b>c)
{t=b;b=c;c=t;}
printf("%d %d %d\n",a,b,c);
}
程序运行结果为:
查看答案
搜索结果不匹配?点我反馈
更多问题