프로그래머스 Lv.0 겹치는 선분의 길이 JAVA class Solution { public int solution(int[][] lines) { int answer = 0; int[] line = new int[200]; // -100