Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 456 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 456 Bytes

[baekjoon-20299] 3대 측정

image

자료구조에 담지 말고 StringBuilder를 이용할 것

x1, x2, x3 정보를 특정 자료 구조에 담기엔 N의 크기가 매우 크기 때문에 성능상 적절하지 않다.

image