![【杭电】[2081]手机短号_#include](https://s2.51cto.com/images/blog/202108/08/1ef956524e412ffd46633044738d0267.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_30,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=/resize,m_fixed,w_1184)
![【杭电】[2081]手机短号_ASCII_02](https://s2.51cto.com/images/blog/202108/08/69ff8270b332f42bf78bf716cb74294e.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_30,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=/resize,m_fixed,w_1184)
感觉这一题上传过……
结果并没有……
好像就是昨天那个因为上传数量限制没上传好然后丢失的那篇博客
这一题也是见了好多遍
没什么说的
#include<stdio.h>
int main()
{
int n;
char m[12];
scanf("%d",&n);
while(n--)
{
scanf("%s",m);
printf("6%s\n",m+6);
}
return 0;
}
题目地址:【杭电】[2081]手机短号
















