a,b,c = map(int, input().split())
print(max(a,b,c))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a,b,c = map(int, input().split())
print(max(a,b,c))