Advertisement
dequone

Untitled

Nov 30th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.09 KB | None | 0 0
  1. m = 0
  2. for item in inp:
  3.     if int(item) > m:
  4.         m = int(item)
  5.  
  6. print("\nmax " + str(m))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement