题解列表

筛选

DNA-题解(Java代码)

摘要:解题思路:注意事项:参考代码:Scanner scanner=new Scanner(System.in); int n=scanner.nextInt(); int a,b; for (int i ……