上一页 1 ··· 12 13 14 15 16
摘要: #include int main() { int n, m, k, l, i, count=1; double a[1005], t, q; scanf("%d", &n); while(n--) { scan... 阅读全文
posted @ 2014-01-17 21:22 6bing 阅读(146) 评论(0) 推荐(0) 编辑
摘要: #include#includevoid main(){ char str[20][100]; int n, i, j, k, high[100], weight[100]; int hl, hr, wl, wr, t1, t2, count=0; char t3[100]; scanf("%d",... 阅读全文
posted @ 2014-01-17 19:25 6bing 阅读(171) 评论(0) 推荐(0) 编辑
摘要: #include#includevoid main(){ char str[20][100]; int n, i, j, k, high[100], weight[100]; int hl, hr, wl, wr, t1, t2, count=0; char t3[100]; scanf("%d",... 阅读全文
posted @ 2014-01-17 19:25 6bing 阅读(221) 评论(0) 推荐(0) 编辑
摘要: #includeint a[1100001];int pp(int low,int h){ int key=a[low]; while(low = a[low] && low =h) return ; int mid=pp(low,h); paixu(low,mid-1); paixu(mid+1... 阅读全文
posted @ 2014-01-17 11:09 6bing 阅读(654) 评论(0) 推荐(0) 编辑
摘要: #includeint a[1100001];int pp(int low,int h){ int key=a[low]; while(low = a[low] && low =h) return ; int mid=pp(low,h); paixu(low,mid-1); paixu(mid+1... 阅读全文
posted @ 2014-01-17 11:09 6bing 阅读(2829) 评论(0) 推荐(0) 编辑
摘要: #includevoid main(){ int i, j, t1, t2; int a[10], b[10]; for(i=0, j=1; ia[l]) { t1 = a[l]; a[l] = a[k]; a[k] = t1; t2 = b[l];b[l] = b[k];b[k... 阅读全文
posted @ 2014-01-17 10:09 6bing 阅读(4247) 评论(0) 推荐(0) 编辑
摘要: #includevoid main(){ int i, j, t1, t2; int a[10], b[10]; for(i=0, j=1; ia[l]) { t1 = a[l]; a[l] = a[k]; a[k] = t1; t2 = b[l];b[l] = b[k];b[k... 阅读全文
posted @ 2014-01-17 10:09 6bing 阅读(1142) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16