Ответ:
a, b, c = int(input()), int(input()), int(input())
t = (a + b + c)%10
print(t)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a, b, c = int(input()), int(input()), int(input())
t = (a + b + c)%10
print(t)