题解列表

筛选

P1001 (C语言代码)

摘要:解题思路:    本来想用快速排序法的,可是时间超时了,有大佬解释一下吗?注意事项:参考代码:#include <stdio.h> #include <string.h> int a[10……