麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁(yè) > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

PAT A1031. Hello World for U (20)

2019-11-11 05:07:43
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

Given any string of N (>=5) characters, you are asked to form the characters into the shape of U. For example, "helloworld" can be PRinted as:

h  de  ll  rlowoThat is, the characters must be printed in the original order, starting top-down from the left vertical line with n1characters, then left to right along the bottom line with n2 characters, and finally bottom-up along the vertical line with n3 characters. And more, we would like U to be as squared as possible -- that is, it must be satisfied that n1 = n3 = max { k| k <= n2 for all 3 <= n2 <= N } with n1 + n2 + n3 - 2 = N.

Input Specification:

Each input file contains one test case. Each case contains one string with no less than 5 and no more than 80 characters in a line. The string contains no white space.

Output Specification:

For each test case, print the input string in the shape of U as specified in the description.

Sample Input:
helloworld!Sample Output:
h   !e   dl   llowor
#include <cstdio>#include <algorithm>#include <cmath>#include <cstring>#define Max 110using namespace std;int main(){	char s[Max]={};	int sum=0,x,y,z,f=0;	gets(s);	sum=strlen(s);	x=y=(sum+2)/3;	z=sum+2-2*x;	char ss[Max][Max];	for(int i=0;i<Max;i++)		for(int j=0;j<Max;j++) ss[i][j]=' ';	for(int i=0;i<x;i++) ss[i][0]=s[f++];	for(int i=1;i<z;i++) ss[x-1][i]=s[f++];	for(int i=x-2;i>=0;i--) ss[i][z-1]=s[f++];	for(int i=0;i<x;i++)	{		for(int j=0;j<z;j++)		{							printf("%c",ss[i][j]);					 		}		printf("/n");	}	system("pause");	return 0;}
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 国产精品一区在线观看 | 久久男人的天堂 | 国产无遮挡一区二区三区毛片日本 | 男人的天堂色偷偷 | 欧美一级黄色网 | 成人午夜免费在线视频 | 久久久久久久久久久国产精品 | 久久精品久久久久 | 日韩毛片网 | 成人不卡在线观看 | 欧美成人精品不卡视频在线观看 | 免费高潮在线国 | 久久久成人动漫 | 久久久久国产成人精品亚洲午夜 | 久久一级 | 激情网站免费观看 | 国产日产精品久久久久快鸭 | 成人精品 | 噜噜色av| 毛片在线视频在线播放 | 免费黄色在线观看网站 | 91成人免费视频 | 国产一级午夜 | 欧美精品v国产精品v日韩精品 | 日本一区二区三区视频在线 | 日韩视 | 免费a级网站 | 亚洲精华液久久含羞草 | 护士xxxx| 国产精品视频在线观看免费 | 亚洲视频在线观看免费视频 | 在线观看免费精品 | 久久精品视频日本 | 成人区一区二区 | 久草视频免费 | 欧美囗交 | 成人免费福利 | 高潮激情aaaaa免费看 | 久久欧美亚洲另类专区91大神 | 欧美一级免费视频 | 免费黄色在线电影 |