Algorithms
성적평균
반응형
for start, end in query:
print('{:.2f}'.format(sum(scores[start - 1: end])/(end - start + 1)))
반응형
'Algorithms' 카테고리의 다른 글
알고리즘 정의 (Algorithm) (0) | 2021.12.23 |
---|---|
징검다리 (0) | 2021.12.22 |
softeer: 동계 테스트 시점 예측 (0) | 2021.12.22 |
Softeer: H-클린알파 (0) | 2021.12.22 |
Softeer: 징검다리2 (0) | 2021.12.22 |
댓글