Files
CodeObject/zeta_python/1025.py
yenru0 f74f3c4ec7 add 1025 1918 12101 1076 1247
complete 1076 1247
wander 1025 1918 12101
2020-08-05 21:18:51 +09:00

3 lines
81 B
Python

N, M = map(int, input().split())
I = [list(map(int, input())) for i in range(N)]