Scroll indicator done
728x90

https://www.acmicpc.net/problem/2475


arr = list(map(int, input().split()))
add = [pow(i,2) for i in arr]
print(sum(add) % 10)

 

728x90

'BAEKJOON > Python' 카테고리의 다른 글

[B2908][상수][python]  (0) 2021.03.10
[B2439][별 찍기 - 2][python]  (0) 2021.03.10
[B1037][약수][python]  (0) 2021.03.09
[B1010][다리 놓기][python]  (0) 2021.03.09
[B1009][분산처리][python]  (3) 2021.03.05