简单编码 (C++代码) 摘要:#include<cstdio> #include<iostream> #include<cstring> using namespace std; int main(void){ …… 题解列表 2017年08月26日 0 点赞 0 评论 840 浏览 评分:0.0
简单编码-题解(C语言代码) 摘要: #include #include int main() { int i; char s[100]; while(scanf(…… 题解列表 2019年06月14日 0 点赞 0 评论 443 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[101]; int i; while (scanf("%s…… 题解列表 2023年10月05日 0 点赞 0 评论 63 浏览 评分:0.0
简单编码 (Java代码) 摘要:解题思路:注意事项:参考代码:Scanner in = new Scanner(System.in); String bm; StringBuffer bmBuffer; while(in.ha…… 题解列表 2018年03月19日 0 点赞 0 评论 711 浏览 评分:0.0
编写题解 1249: 简单编码 摘要:解题思路:注意事项:参考代码:dic={ 'A': 'I', 'W': 'I', 'F': 'I…… 题解列表 2022年02月15日 0 点赞 0 评论 155 浏览 评分:0.0
简单编码 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ string str; w…… 题解列表 2018年06月22日 1 点赞 0 评论 759 浏览 评分:0.0
简单编码-题解(C++代码) 摘要:注意事项:很菜鸟的做法。直接用字符数组来存储了。应该就是考一下判断语句的使用吧!参考代码:#include<iostream> #include<cstring> using namespace …… 题解列表 2020年08月03日 0 点赞 0 评论 130 浏览 评分:0.0
简单编码 (C语言代码) 摘要:解题思路:一一对应注意事项:最后的\n不要忘记参考代码:#include<stdio.h>int main(){ char a[100],i; while(scanf("%s",a)!=EOF) { …… 题解列表 2019年01月08日 0 点赞 0 评论 545 浏览 评分:0.0
简单编码(Java代码) 摘要:解题思路: 字符替换注意事项: 无参考代码:import java.util.Scanner; /** * 2021年2月16日 下午8:32:46 * @author pragu…… 题解列表 2021年02月16日 0 点赞 0 评论 498 浏览 评分:0.0
题解 1249: 简单编码 摘要:参考代码:#include <stdio.h>#include <stdlib.h>#include<string.h>#include<math.h>int main(){ char str[…… 题解列表 2021年05月12日 0 点赞 0 评论 157 浏览 评分:0.0