# x = int(input())
# y = input().split()
#
# for i in range(x):
# y[i] = int(y[i])
#
# y.sort()
#
# print(y[0])
# x = input().split()
# y = int(input())
#
# print(x[y-1])
x = int(input())
y = []
result = sum(y)
for i in range(x):
z = int(input())
y.append(z)
print(55-result)
top of page

실제 작동 상태를 확인하려면 라이브 사이트로 이동하세요.
230207
230207
댓글 0개
좋아요
댓글(0)
bottom of page