HustOJ - 1003

 1 #include<stdio.h>
 2 int main()
 3 {
 4     int a,b,s;
 5     scanf("%d#%d",&a,&b);
 6     if (b>a)
 7     s=a;
 8     a=b;
 9     b=s;
10     printf("%d,%d",a,b);
11     return 0;
12 }
1003 最简单的if程序

posted @ 2017-05-04 12:20  浮华散丶  阅读(113)  评论(0)    收藏  举报