Flying Cat Penguin

ゆるゆる仕事、ソフトウェアテスティング関連のことについて綴ります。

2020-08-25から1日間の記事一覧

AtCoder 修行日記#59

59日目 ABCのC問題に取り組み中。勉強用のコンテンツはここから。 https://kenkoooo.com/atcoder/#/table/ 進捗と一言感想 [C問題] 1問(残り149問) ABC060:Sentou 特になし。 n, t = map(int, input().split()) tn = [int(num) for num in input().split()] …