Use readLine() method instead of read() method . int size = Integer.parseInt(br.readLine());. read() method doesnt return the exact int ...
確定! 回上一頁