int n = Integer.parseInt(sc.nextLine()); 大佬请教一下,这里为什么不能直接使用int n = sc.nextInt()呢?