码迷,mamicode.com
首页 > 其他好文 > 详细

hdu 2000

时间:2017-09-01 21:19:41      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:stack   style   stdio.h   com   repeat   std   add   div   code   

  技术分享

 1 #include<iostream>
 2 #include<stdio.h>
 3 #include<math.h>
 4 #include<queue>
 5 #include<stack>
 6 #include<algorithm>
 7 using namespace std;
 8 
 9 int main()
10 {
11    char a[5];
12    while(scanf("%s",a)!=EOF)///%s是字符串  
13    {
14       sort(a,a+3);
15       printf("%c %c %c\n",a[0],a[1],a[2]);
16    }
17     return 0;
18 }

 

 

hdu 2000

标签:stack   style   stdio.h   com   repeat   std   add   div   code   

原文地址:http://www.cnblogs.com/hhkobeww/p/7465004.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!