240 发简信
IP属地:山西
  • codeup4.4贪心——to fill or not to fill

    With highways available, driving a car from Hangzhou to any other city i...

  • codeup4.4贪心——probem B

    判断读入的数n:初始化cost=0; 如果n<=4 cost+=10; 如果4<n<=8 cost+=10+2*(m-4); 当n>8时,先co...

  • codeup4.3递归——Problem B: 数列

    需要注意的地方是,左边的空格每次要打两下,而数字之间的空格只有一个。

  • 递归——全排列

    算法笔记上的:

  • PAT A1084(memset)

    On a broken keyboard, some of the keys are worn out. So when you type so...

  • PAT A1075

    https://blog.csdn.net/lunaticzhg/article/details/80330491

  • PAT A10062

    修改 :使用了flag变量来区分学生类别,避免代码冗长

  • codeup4.1排序——ranklist

    Description 今天的上机考试虽然有实时的Ranklist,但上面的排名只是根据完成的题数排序,没有考虑每题的分值,所以并不是最后的排名...