{
int a,b,c,t;
scanf("%d %d %d",&a,&b,&c);
if (a<b) t=a,a=b;
if(a<c) t=a,a=c;
printf("%d",a);
return 0;
}
5·找幸运数
#include <stdio.h>
int main()
{
int i,j,a;
scanf("%d",&a);
i=0;
百度搜索“70edu”或“70教育网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,70教育网,提供经典教育范文西工大POJ100题(全新)(7)在线全文阅读。
相关推荐: