1402: 简单的字符串 摘要:```cpp #include using namespace std; int main() { int n; cin>>n; while(n--) …… 题解列表 2023年03月22日 0 点赞 0 评论 180 浏览 评分:9.9
【C语言】编写题解 1402: 简单的字符串 摘要:参考大神题解,理解后写了注释。参考代码:#include <stdio.h> #include <string.h> int main() { int i, j, k, n, len, cou…… 题解列表 2021年10月26日 0 点赞 0 评论 298 浏览 评分:9.9
简单的字符串 java双指针O(n)复杂度! 摘要:import java.util.Scanner; public class Main { /** * ABBCCC * j * k &nbs 题解列表 2022年07月04日 0 点赞 0 评论 100 浏览 评分:9.9
简单的字符串-题解(C语言代码)--时间超限 摘要: #include #include int main(){ int n,c,d,cnt; scanf("%d",&n);getchar(); whil…… 题解列表 2019年12月11日 0 点赞 0 评论 739 浏览 评分:9.9