daniil-vlasenko

7.18

Jul 8th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. x = int(input())
  2. y = int(input())
  3. s = int(input())
  4. print(max(x,y,s))
Advertisement
Add Comment
Please, Sign In to add comment