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

71A

时间:2019-04-02 09:13:50      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:iostream   ++i   stream   div   str   string   clu   end   cpp   

#include <iostream>
#include <string>
using namespace std;

int main()
{
	string word;
	int length, n;
	cin>>n;
	for(int i=0; i<n; ++i)
	{
		cin>>word;
		length=word.size();
		if(length>10)
			cout<<word[0]<<length-2<<word[length-1]<<endl;
		else
			cout<<word<<endl;
	}
	return 0;
}

  

71A

标签:iostream   ++i   stream   div   str   string   clu   end   cpp   

原文地址:https://www.cnblogs.com/ozxics/p/10640445.html

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