문제링크: https://www.acmicpc.net/problem/15596 이 문제의 특징은, 채점을 하지 않는다면서 정작 채점이 된다는 사실...
그냥 해당 문제의 함수만 작성하면 된다.
def solve(a): return sum(a)