본문 바로가기

Development/Algorithm

[Algorithm] 백준 15596번 문제 풀이

728x90

 

Baekjoon Logo

 

백준 단계별로 문제풀이의 15596번 문제풀이입니다.

def solve(a):
    ans = 0
    ans = sum(a)
    return ans
728x90