题解列表

筛选

P1001 (C语言代码)

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

Cylinder (C语言代码)

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

简单编码 (Java代码)

摘要:// By:烟花小神 http://lan666.top解题思路: 使用正则一步一步替换注意事项:因为题目中把 L 转成Y了  C转成L了 所以注意正则的顺序参考代码:import java.util……