[백준]B3-2506

py_code·2020년 12월 24일
0

백준-브론즈3

목록 보기
23/38
post-custom-banner


number = input()
L = input().replace(' ','').split('0')
ans = 0
for l in L:
    n = len(l)
    ans += 0.5*n*(n+1)
print(int(ans))
profile
개발자를 꿈꿉니다.

0개의 댓글