A. c语言编程问题:从键盘上输入一个字符串按照以下规则对其加密。
#include<stdio.h>intmain(){ inti=0; charstring[50]; gets(string); puts(string); while(string[i]!='