题解列表

筛选

回文串 (Java代码)

摘要:Scanner sc=new Scanner(System.in); String ia=sc.nextLine(); String ib=new StringBuffer(ia).rev……