2012年2月22日

csu 1079

摘要: 排序# include <stdio.h>typedef struct record{ float h, w; char name[50];} stu;int main(){ int N, i, j; stu st[50], tmp; //freopen("in.txt", "r", stdin); //freopen("out.txt", "w", stdout); while (1) { scanf("%d", &N); if (N == 0) break; for (i 阅读全文

posted @ 2012-02-22 00:41 getgoing 阅读(199) 评论(0) 推荐(0) 编辑

导航