简单编码 (Java代码) 摘要:解题思路:注意事项:参考代码:Scanner in = new Scanner(System.in); String bm; StringBuffer bmBuffer; while(in.ha…… 题解列表 2018年03月19日 0 点赞 0 评论 691 浏览 评分:0.0
编写题解 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<string>using namespace std;int main(){ string str; w…… 题解列表 2018年06月22日 1 点赞 0 评论 731 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[101]; int i; while (scanf("%s…… 题解列表 2023年10月05日 0 点赞 0 评论 55 浏览 评分:0.0
简单编码 (C语言代码) 摘要:解题思路:一一对应注意事项:最后的\n不要忘记参考代码:#include<stdio.h>int main(){ char a[100],i; while(scanf("%s",a)!=EOF) { …… 题解列表 2019年01月08日 0 点赞 0 评论 531 浏览 评分:0.0
简单编码 (Java代码) 摘要:解题思路:注意事项:参考代码: import java.util.Scanner; public class C1249 { public static void main(String[…… 题解列表 2018年03月18日 1 点赞 0 评论 879 浏览 评分:0.0
编写题解 1249: 简单编码 摘要:解题思路:注意事项:参考代码:dic={ 'A': 'I', 'W': 'I', 'F': 'I…… 题解列表 2022年02月15日 0 点赞 0 评论 150 浏览 评分:0.0
简单编码-题解(C++代码) 摘要:注意事项:很菜鸟的做法。直接用字符数组来存储了。应该就是考一下判断语句的使用吧!参考代码:#include<iostream> #include<cstring> using namespace …… 题解列表 2020年08月03日 0 点赞 0 评论 123 浏览 评分:0.0
简单编码 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<string> using namespace std; int main() { string st…… 题解列表 2018年06月03日 0 点赞 0 评论 605 浏览 评分:0.0
简单编码 (C++代码) 摘要:解题思路:注意事项:参考代码:#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <string> #include <…… 题解列表 2018年10月26日 0 点赞 0 评论 565 浏览 评分:0.0