2020年7月14日

摘要: /* 先把字符串转为字符数组,遍历字符数组,若ASCII码在65-90之间,则count+1 */ import java.util.*; public class Main{ public static void main(String args[]){ Scanner sc = new Scan 阅读全文
posted @ 2020-07-14 15:13 HannaGeng 阅读(1979) 评论(0) 推荐(0)
 
摘要: import java.util.*; public class Main{ public static void main(String args[]){ Scanner sc = new Scanner(System.in); int num = sc.nextInt(); int count 阅读全文
posted @ 2020-07-14 11:23 HannaGeng 阅读(178) 评论(0) 推荐(0)