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 ;}