摘要: 题目描述: 我的解法: 1 class Solution { 2 public boolean checkRecord(String s) { 3 int sumA=0; 4 boolean flag=true;; 5 for(int i=0;i<s.length();i++){ 6 if(s.ch 阅读全文
posted @ 2021-08-17 18:44 正在努力的girl 阅读(37) 评论(0) 推荐(0)