南阳217
Posted Jeson
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了南阳217相关的知识,希望对你有一定的参考价值。
1 #include<stdio.h> 2 int main() 3 { 4 int n,m; 5 char s; 6 scanf("%d",&n); 7 while(n--) 8 { 9 scanf("%s%d",&s,&m); 10 if(s<‘a‘) 11 s-=‘A‘-1; 12 else 13 s=‘a‘-1-s; 14 printf("%d\n",s+m); 15 } 16 }
以上是关于南阳217的主要内容,如果未能解决你的问题,请参考以下文章