This repository was archived by the owner on Mar 24, 2025. It is now read-only.
📝Comments of [programmers/120876] #15
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
📝Comments of [programmers/120876]
선분 3개가 평행하게 놓여 있습니다. 세 선분의 시작과 끝 좌표가 [[start, end], [start, end], [start, end]] 형태로 들어있는 2차원 배열 lines가 매개변수로 주어질 때, 두 개 이상의 선분이 겹치는 부분의 길이를 return 하도록 solution 함수를 완성해보세요.
https://present.kim/posts/programmers/120876
Beta Was this translation helpful? Give feedback.
All reactions