[恢]hdu 2081

2011-12-15 00:33:26

地址:http://acm.hdu.edu.cn/showproblem.php?pid=2081

题意:中文。。。不说了。

代码:

# include <stdio.h>


char str[15] ;


int main ()
{
int n ;
scanf ("%d%*c", &n) ;
while (gets(str))
printf ("6%s\n", str+6) ;
return 0 ;
}



posted @ 2012-01-06 14:54  Seraph2012  阅读(117)  评论(0编辑  收藏  举报