简单编码(Java代码) 摘要:解题思路: 字符替换注意事项: 无参考代码:import java.util.Scanner; /** * 2021年2月16日 下午8:32:46 * @author pragu…… 题解列表 2021年02月16日 0 点赞 0 评论 531 浏览 评分:0.0
简单编码-题解(C++代码) 摘要:注意事项:很菜鸟的做法。直接用字符数组来存储了。应该就是考一下判断语句的使用吧!参考代码:#include<iostream> #include<cstring> using namespace …… 题解列表 2020年08月03日 0 点赞 0 评论 176 浏览 评分:0.0
简单编码-题解(C语言代码) 摘要: #include #include int main() { int i; char s[100]; while(scanf(…… 题解列表 2019年06月14日 0 点赞 0 评论 534 浏览 评分:0.0
简单编码 (Java代码) 摘要:解题思路:注意事项:参考代码: import java.math.BigInteger; import java.util.*; import java.util.regex.Matcher; …… 题解列表 2019年01月13日 0 点赞 0 评论 561 浏览 评分:0.0
简单编码 (C语言代码) 摘要:解题思路:一一对应注意事项:最后的\n不要忘记参考代码:#include<stdio.h>int main(){ char a[100],i; while(scanf("%s",a)!=EOF) { …… 题解列表 2019年01月08日 0 点赞 0 评论 666 浏览 评分:0.0
简单编码 (C++代码) 摘要:解题思路:注意事项:参考代码:#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <string> #include <…… 题解列表 2018年10月26日 0 点赞 0 评论 665 浏览 评分:0.0
简单编码 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ string str; w…… 题解列表 2018年06月22日 1 点赞 0 评论 931 浏览 评分:0.0
简单编码 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<string> using namespace std; int main() { string st…… 题解列表 2018年06月03日 0 点赞 0 评论 761 浏览 评分:0.0
简单编码 (Java代码) 摘要:解题思路:注意事项:参考代码:Scanner in = new Scanner(System.in); String bm; StringBuffer bmBuffer; while(in.ha…… 题解列表 2018年03月19日 0 点赞 0 评论 868 浏览 评分:0.0
简单编码 (Java代码) 摘要:解题思路:注意事项:参考代码: import java.util.Scanner; public class C1249 { public static void main(String[…… 题解列表 2018年03月18日 1 点赞 0 评论 1008 浏览 评分:0.0