public class Echo { public static void main(String[] args) { Scanner reader = new Scanner(System.in); ArrayList<String> memory = new ArrayList<String>(); ...
確定! 回上一頁