要加EOF,这是满分 摘要:while True: try: line = input().strip() if line == 'END': 题解列表 2023年10月18日 0 点赞 0 评论 132 浏览 评分:9.9
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
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
编写题解 1249: 简单编码 摘要:解题思路:注意事项:参考代码:dic={ 'A': 'I', 'W': 'I', 'F': 'I…… 题解列表 2022年02月15日 0 点赞 0 评论 150 浏览 评分:0.0
简单编码(Java代码) 摘要:参考代码:import java.util.Scanner; public class 简单编码 { public static void main(String[] args) { …… 题解列表 2022年01月07日 0 点赞 0 评论 331 浏览 评分:9.9
非常好 初学者容易理解 摘要:解题思路:注意事项:参考代码: #include<stdio.h> #include<string.h> int main() { char a[100]; while(scanf("…… 题解列表 2021年10月07日 0 点赞 0 评论 209 浏览 评分:7.0
题解 1249: 简单编码 摘要:参考代码:#include <stdio.h>#include <stdlib.h>#include<string.h>#include<math.h>int main(){ char str[…… 题解列表 2021年05月12日 0 点赞 0 评论 152 浏览 评分:0.0
简单的暴力求法(Python) 摘要:S1='AWF'S3='DPG'while 1: S=input() if S=='END': break for i …… 题解列表 2021年04月15日 0 点赞 0 评论 133 浏览 评分:8.0
简单编码(Java代码) 摘要:解题思路: 字符替换注意事项: 无参考代码:import java.util.Scanner; /** * 2021年2月16日 下午8:32:46 * @author pragu…… 题解列表 2021年02月16日 0 点赞 0 评论 489 浏览 评分:0.0