瀏覽代碼

Minor changes

master
Noëlle Anthony 5 年之前
父節點
當前提交
57c242aaed
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1
    0
      .gitignore
  2. 1
    1
      2019/03b.py

+ 1
- 0
.gitignore 查看文件

@@ -1 +1,2 @@
2019/03in.txt
2019/jessin.txt

+ 1
- 1
2019/03b.py 查看文件

@@ -45,7 +45,7 @@ def main(debug):
for k,v in grid.items():
if v[0] != 0 and v[1] != 0 and k != (0,0):
dists.append(abs(v[0]) + abs(v[1]))
print(dists)
print(sorted(dists))
print(min(dists))
if __name__ == "__main__":

Loading…
取消
儲存