题解 1042: [编程入门]电报加密

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

循环数组就好啦

摘要:解题思路:循环数组的思想就行拉注意事项:参考代码:#include<cstdio>#include <cstring>#include <ctype.h> using namespace std;in……

strlen()不存在(C++代码)

摘要:解题思路:注意事项:strlen()这个函数虽然在string里也有,我用vs运行也没错,但是在这个网站编译器中需要包含的头文件是<cstring>参考代码:#include<iostream>#in……

[编程入门]电报加密 (C++代码)

摘要:解题思路:    逐个逐个读取字符,然后判断是否改变然后输出就AC了注意事项:    没什么好注意的参考代码:#include<bits/stdc++.h>using namespace std;in……