1249: 简单编码 摘要:```cpp #include using namespace std; int main() { string str; while(getline(cin,str)) …… 题解列表 2023年02月02日 0 点赞 0 评论 153 浏览 评分:9.9
编写题解 1249: 简单编码 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main() { string s; wh…… 题解列表 2022年04月24日 0 点赞 0 评论 248 浏览 评分:0.0
简单编码-题解(C++代码) 摘要:注意事项:很菜鸟的做法。直接用字符数组来存储了。应该就是考一下判断语句的使用吧!参考代码:#include<iostream> #include<cstring> using namespace …… 题解列表 2020年08月03日 0 点赞 0 评论 123 浏览 评分:0.0
简单编码-题解(C++代码)又是一手 简简单单 拒绝一切花里胡哨 ~~ 有问题的可以参考参考 摘要:题目描述: 最近Kingly对编码很感兴趣,于是从网上找了一些编码原则来对字符串做实验。由于Kingly一直很忙,所以希望你这位编程高手来替他解决这个问题。下面是编码原则:(1) 如果访问到字符…… 题解列表 2020年05月23日 0 点赞 0 评论 631 浏览 评分:9.7
简单编码 (C++代码) 摘要:解题思路:注意事项:参考代码:#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <string> #include <…… 题解列表 2018年10月26日 0 点赞 0 评论 565 浏览 评分:0.0
简单编码 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ string str; w…… 题解列表 2018年06月22日 1 点赞 0 评论 731 浏览 评分:0.0
简单编码 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<string> using namespace std; int main() { string st…… 题解列表 2018年06月03日 0 点赞 0 评论 605 浏览 评分:0.0
简单编码 (C++代码) 摘要:#include<cstdio> #include<iostream> #include<cstring> using namespace std; int main(void){ …… 题解列表 2017年08月26日 0 点赞 0 评论 825 浏览 评分:0.0
简单编码 (C++代码)(这里推荐用switch) 摘要:解题思路:读入判断是否为“END”switch处理输出注意事项:break的位置参考代码:#include<stdio.h> #include <cstring> int main() { …… 题解列表 2017年08月05日 6 点赞 2 评论 1022 浏览 评分:2.0