摘要:
1 #include int main() { int a, b, c, d, e; // 红0 黄1 蓝2 白3 紫4 for (a = 0; a #include #define N 10 void sortString(char str[][50]) { char temp[]; for(int i = 0; i #define MAX 10... 阅读全文
posted @ 2016-12-29 23:46
xkfx
阅读(270)
评论(0)
推荐(0)
摘要:
注释是在写的中途的测试 以下是由于没写测试写崩的代码(没有正确结果): 测试文件: 阅读全文
posted @ 2016-12-29 18:09
xkfx
阅读(327)
评论(0)
推荐(0)