Bad_Programist

Untitled

Oct 31st, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. n = int(input())
  2. a = 0
  3. for i in range(n):
  4.     m = a
  5.     a = int(input())
  6.     m = max(n, a)
  7. print(m)
Add Comment
Please, Sign In to add comment