摘要:
水题不解释,就是注意下格式,没输出一行字符串记得加一个空白行#include #include int main(){ int n,i=1; char str[55]; scanf("%d",&n); while(i<=n) { scanf("%s",str); int len=strlen(str); for(int j=0;j<len;j++) { if(str[j]!='Z') str[j]+=1; else ... 阅读全文
posted @ 2013-09-21 21:42
xlturing
阅读(389)
评论(0)
推荐(0)

浙公网安备 33010602011771号