摘要: a b c f b c a 1 1 1 1 1 1 b 1 2 2 2 2 2 f 1 2 2 3 3 3 c 1 2 3 3 3 4 a 1 2 3 3 3 4 b 1 2 3 3 4 4 测试数据: abfcab abcfbc 输出结果: ... 阅读全文
posted @ 2012-11-30 20:25 N3verL4nd 阅读(137) 评论(0) 推荐(0) 编辑
摘要: #include#include #define N 4typedef struct student_type{ char name[10]; int num; int score;}student_type;int main(){ student_type temp; student_type... 阅读全文
posted @ 2012-11-30 16:29 N3verL4nd 阅读(404) 评论(0) 推荐(0) 编辑