隐形墨镜

文章
2
资源
0
加入时间
2年10月18天

CodeForces_236A

import java.util.*;public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); while(sc.hasNext()) { String s = sc.next(); char[] str = s.toCharArray(); TreeSe.