import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner input = new Scanner (System.in); ...
確定! 回上一頁