1654번

· 백준
코드 n, m = map(int, input().split()) lenseon = [int(input()) for i in range(n)] start = 1 end = max(lenseon) result = 0 while(start