摘要: 1 #include 2 char s[20][30]; 3 int ans[20]; 4 int n,top=0,mins=30; 5 6 void _sort(int,int,int); 7 int lenth(char*); 8 9 int main() 10 { 11 int i,Case=1; 12 while(~scanf("%d",&n) &&... 阅读全文
posted @ 2017-03-13 20:12 Posase 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 char temp[6]; 4 char ans[6]; 5 int main() 6 { 7 int n; 8 scanf("%d",&n); 9 while(n--) 10 { 11 int m; 12 scanf("%d",&m); 13 sca... 阅读全文
posted @ 2017-03-13 20:11 Posase 阅读(92) 评论(0) 推荐(0) 编辑