제 코드에서 int m=input.nextInt();
밑에 input.nextLine();
이게 왜 들어가야하나요?
안넣으면 자꾸
LRLRRLRException in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.lang.String.charAt(Unknown Source)
at toto.toto.main(toto.java:23)
가 뜨는데 왜 써야하는지 모르겠어요