complete 2475

This commit is contained in:
yenru0
2021-02-13 18:50:47 +09:00
parent b00213c189
commit 129a734bf9

View File

@@ -0,0 +1 @@
print(sum([i ** 2 for i in map(int, input().split())]) % 10)