はむこの勉強記録

http://bit.ly/2ktf20t の写し

AtCoder Beginner Contest 061 - C - Big Array (python)

abc061.contest.atcoder.jp

0配列を作るためには、np.zeros(n)。型指定はnの後にdtype=np.int(これ何ビット?)