摘要: A. Rating Increase 题意: 将一个字符串分成两个整数a和b,要求没有前导0,且a < b 思路: 遍历字符串s,若当前位置不是0,则拆分字符串,比较大小 // #include <bits/stdc++.h> #include <iostream> #include <string 阅读全文
posted @ 2023-12-19 14:02 -37- 阅读(12) 评论(0) 推荐(1) 编辑