南阳273
Posted Jeson
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了南阳273相关的知识,希望对你有一定的参考价值。
1 #include<stdio.h> 2 char s[205]; 3 int main() 4 { 5 int n,temp,i; 6 scanf("%d",&n); 7 while(n--) 8 { 9 scanf("%s",s); 10 for(i=temp=0; s[i]; ++i) 11 if(s[i]>=‘a‘ && s[i]<=‘z‘) 12 ++temp; 13 temp%=26; 14 if(temp) 15 printf("%c\n",temp+‘a‘-1); 16 else 17 puts("z"); 18 } 19 }
以上是关于南阳273的主要内容,如果未能解决你的问题,请参考以下文章
matlab bp神经网络 预测模型 代码(详见补充),非常感谢!