题解列表

筛选

Cylinder (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h> #define PI 3.14159265358 int main() {     double w, h;     wh……

P1001 (C语言代码)

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