题解列表

筛选

DNA (Java代码)

摘要:解题思路:注意事项:一点一点怼吧;简单但麻烦参考代码:import java.util.Scanner;public class dna { public static void main(Strin……