摘要:
#include<cstdio>#include<queue>using namespace std;queue<int> q;int main(){ int n; scanf("%d",&n); while(n--) { int m,a[20],t; scanf("%d",&m); for(int i = 0; i < m; i++) { q.push(m-i); for(int j = 0; j < m-i; j++) { ... 阅读全文
posted @ 2013-05-25 10:18
piaomiao1314
阅读(159)
评论(0)
推荐(0)

浙公网安备 33010602011771号