http://docs.oracle.com/javase/7/docs/api/java/util/Scanner.html#nextLine()
Since this method continues to search through the input looking for a line separator, it may buffer all of the input searching for the line to skip if no line separators are present.
요약하면 내용이 없는 줄이 있는 경우 생략할 수도 있다는 뜻인거 같은데..아마 이게 원인인거 같습니다..
nextLine(); 을 쓴 사람중이 이 문제를 맞은 사람이 없네요..