#include <stdio.h> #include <stdlib.h> #include <iostream> #include <algorithm> using namespace std; struct DNA { char word[1000]; int sort; }; bool operator < (const DNA &lhs,const DNA &rhs) { return lhs.sort < rhs.sort; } DNA str[110]= {0,0}; int main() { int i, j, k, t, n, m; char blank[10]; scanf("%d",&t); getchar(); while (t--) { gets(blank); scanf("%d %d",&n,&m); for (i=0 ; i<m ; i++) { str[i].sort=0; scanf(" %s",str[i].word); for (j=0 ; j<n ; j++) { for (k=j+1 ; k<n ; k++) { if (str[i].word[j]>str[i].word[k]) { str[i].sort++; } } } } stable_sort(str,str+m); for (i=0 ; i<m ; i++) { printf("%s\n",str[i].word); } if (t) printf("\n"); getchar(); } }
- Sep 11 Fri 2015 11:20
UVa - 612 DNA Sorting
- Sep 03 Wed 2014 04:22
70天的旅行-法國篇-(7)(PARIS)
巴黎鐵塔的夜景
其實滿無敵的
- Sep 02 Tue 2014 20:02
70天的旅行-法國篇-(6)(PARIS內有食物)
羅浮宮
也是一個巴黎芭樂必來的地方
- Sep 02 Tue 2014 03:00
70天的旅行-法國篇-(5)(PARIS)
- Sep 02 Tue 2014 02:17
70天的旅行-法國篇-(4)(PARIS)
- Sep 02 Tue 2014 01:44
70天的旅行-法國篇-(3)(PARIS)
巴黎
傳說中的浪漫
- Aug 28 Thu 2014 21:27
70天的旅行-德國篇-(5)(FRANKFURT)
法蘭克福
來德國玩的必訪之地
- Aug 20 Wed 2014 00:09
70天的旅行-德國篇-(4)(NUREMBERG)
- Aug 19 Tue 2014 23:41
70天的旅行-德國篇-(3)(MUNICH)
皇宮麻
就是金碧輝煌