hdu 2081
Posted 庸人自扰扰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hdu 2081相关的知识,希望对你有一定的参考价值。
PS:...找到好多水题....
#include "stdio.h" int main(){ char a[15]; int i,j,n,N; scanf("%d",&N); for(i=0;i<N;i++){ scanf("%s",&a); printf("6"); for(j=6;j<11;j++){ printf("%c",a[j]); } puts(""); } return 0; }
以上是关于hdu 2081的主要内容,如果未能解决你的问题,请参考以下文章