2016年6月6日 - Scanner s = new Scanner(System.in); while(s.hasNext()) { System.out.println(s.next()); } Scanner s = new Scanner(System.in); while(true) {...
2015年8月18日 - Scanner s = new Scanner(System.in); while(s.hasNext()) { System.out.println(s.next()); } Scanner s = new Scanner(System.in); while(true) {...
2015年8月27日 - import java.util.Scanner; public class Test { public static void main(String[] args) { Scanner s = new Scanner(System.in); while(s.hasNext()...
2015年8月18日 - Scanner s = new Scanner(System.in); while(s.hasNext()) { System.out.println(s.next()); } Scanner s = new Scanner(System.in); while(true) {...