Files
CodeObject/storage/zeta/py/completed/2475.py

2 lines
61 B
Python

print(sum([i ** 2 for i in map(int, input().split())]) % 10)