= 'a' && ch <= 'z') {_请输入明文代码">
赞
踩
要求:用户输入一行明文(字符串),针对字母进行加密(偏移量设置为 3),非字母部分保留原型。
#include <stdio.h> int main() { int ch; printf("请输入明文:"); while ((ch