2020-05-11から1日間の記事一覧

AtCoder Beginner Contest 167 解説

https://atcoder.jp/contests/abc167/tasks36位。AからDはpythonで提出。EFはC++。 A問題 startswithという接頭辞になっているかどうか判定する関数があるのでそれを使った。 def ZZ(): return list(map(int, input().split())) def Z(): return int(input()…