Love丶FFC's Blog

CCF-CSP_20191202:回收站选址

2020-01-21 11:58:56
阅读:7834   •   评论:134
标签:,

编程语言:Python

解题思想:

1.通过in来判断该点是否为垃圾点

2.如为垃圾点,则判断周围四个点来计算得分

时间复杂度:O(n)

IDE代码如下:

  1. # 2.如为垃圾点,则判断得分
  2. NOG = int(input()) # 垃圾点个数
  3. Garbage = [[0, 0] for i in range(NOG)] # 垃圾点的坐标列表
  4. Point = [0 for i in range(5)] # 每个得分下的垃圾站个数
  5.  
  6. for i in range(NOG): # 输入每个垃圾点的坐标
  7. Garbage[i] = [int(n) for n in input().split()]
  8.  
  9. for i in range(NOG): # 遍历每个垃圾点
  10. Score = 0
  11. if [Garbage[i][0],Garbage[i][1]+1] in Garbage and [Garbage[i][0],Garbage[i][1]-1] in Garbage and [Garbage[i][0]+1,Garbage[i][1]] in Garbage and [Garbage[i][0]-1,Garbage[i][1]] in Garbage:
  12. if [Garbage[i][0]-1,Garbage[i][1]+1] in Garbage:
  13. Score += 1
  14. if [Garbage[i][0]+1,Garbage[i][1]+1] in Garbage:
  15. Score += 1
  16. if [Garbage[i][0]-1,Garbage[i][1]-1] in Garbage:
  17. Score += 1
  18. if [Garbage[i][0]+1,Garbage[i][1]-1] in Garbage:
  19. Score += 1
  20. Point[Score] += 1
  21. for i in range(5):
  22. print(Point[i])
  23.  

评论板

共有 134 条评论

  1. fruinly

    This study was supported by the Howard Hughes Medical Institute HHMI and the Stinehart Reed Foundation generic cialis online pharmacy 25 mg ramipril group; the decrease in LVM was statistically significant in both ramipril groups compared with placebo

  2. engarma

    Hirukawa A, Singh S, Wang J, Rennhack JP, Swiatnicki M, Sanguin Gendreau V, et al tadalafil cialis from india Acta 1846, 40 44 2014

  3. cheap jordans

    Read reviews and was a little hesitant since I had already inputted my order. in addition to but thank god, I had no issues. such received item in a timely matter, they are in new condition. in any event so happy I made the purchase. Will be definitely be purchasing again.
    cheap jordans https://www.cheapjordansstore.com/

  4. authentic cheap jordans

    Read reviews and was a little hesitant since I had already inputted my order. in addition to but thank god, I had no issues. such as the received item in a timely matter, they are in new condition. either way so happy I made the purchase. Will be definitely be purchasing again.
    authentic cheap jordans https://www.realjordansshoes.com/

  5. cheap jordan shoes

    Read reviews and was a little hesitant since I had already inputted my order. or but thank god, I had no issues. themselves received item in a timely matter, they are in new condition. direction so happy I made the purchase. Will be definitely be purchasing again.
    cheap jordan shoes https://www.realjordansretro.com/

  6. Preliaf

    Veitinger received his medical degree and his doctorate Ph viagra for women over the counter 79, 80 Combinational therapy has displayed more effectiveness; cotreatment with DCA and omeprazole exhibits synergistic antitumor activity Table 1

  7. Preliaf

    finasteride (propecia) Hardesty said the risks and benefits of tamoxifen have been explained both orally and in writing to the volunteers and that the women are quite committed to the study

  8. HAkxrpi

    Brystol Blood Pressure Medicine, Lower Blood Pressure Walmart CVSHealth Best Blood Pressure Medication For Ed buy cialis online uk

  9. Udgkaj

    fenofibrate order online buy fenofibrate generic purchase tricor without prescription

  10. Ltttzg

    brand cialis 5mg viagra 50mg over the counter sildenafil 50mg drug

  11. Gdyfka

    order ketotifen online doxepin 75mg ca order generic imipramine 25mg

  12. Iwqydr

    order minoxidil without prescription cost minoxidil buy ed pills paypal

  13. Jtjayv

    buy acarbose 50mg sale order micronase 5mg sale griseofulvin pills

--------查看该分类下最新文章--------
^
新版博客正在完善中!域名:http://www.loveffc:8080,点击跳转,完全移植后将去除端口号。

Copyright © 2018 - 2021 FFC的小站 - 滇 ICP 备 18010780 号 - 1

- Powered by WordPress & AliYun · Theme by FFC -

- Environment by Windows & XAMPP · Designed by WebStorm & VSCode -

已运行:

访问量:416991