码迷,mamicode.com
首页 > 其他好文 > 详细

hdu 2081

时间:2016-03-04 01:58:29      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/sureli/p/5240696.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!