简单编码 (C++代码) 摘要:#include<cstdio> #include<iostream> #include<cstring> using namespace std; int main(void){ …… 题解列表 2017年08月26日 0 点赞 0 评论 879 浏览 评分:0.0
简单编码(字典) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ …… 题解列表 2025年04月08日 0 点赞 0 评论 28 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[101]; int i; while (scanf("%s…… 题解列表 2023年10月05日 0 点赞 0 评论 138 浏览 评分:0.0
编写题解 1249: 简单编码 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main() { string s; wh…… 题解列表 2022年04月24日 0 点赞 0 评论 307 浏览 评分:0.0
编写题解 1249: 简单编码 摘要:解题思路:注意事项:参考代码:dic={ 'A': 'I', 'W': 'I', 'F': 'I…… 题解列表 2022年02月15日 0 点赞 0 评论 187 浏览 评分:0.0
题解 1249: 简单编码 摘要:参考代码:#include <stdio.h>#include <stdlib.h>#include<string.h>#include<math.h>int main(){ char str[…… 题解列表 2021年05月12日 0 点赞 0 评论 214 浏览 评分:0.0
简单编码(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.util.Scanner; public class C1249 { public static void main(String[…… 题解列表 2018年03月18日 1 点赞 0 评论 1008 浏览 评分:0.0