文件名称:5009_Arrangement(AC)
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:9.81kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
ACM的一道题(关于全排列的)
题目是:
5009 ArrangementTimeLimit : 1 Second Memorylimit : 32 Megabyte
Totalsubmit : 414 Accepted : 176
Given a string of letters(A-Z),your task is to arrange them in alphabetic order.
Following is an example:
A string "BAC" contains 3 letters B,A and C,you should output
ABC
ACB
BAC
BCA
CAB
CBA
In the output file.
A string may contain several letters same,for example "BBC" you should output like this:
BBC
BCB
CBB
Input
The first line of input contains a single integer t, the number of test cases,followed by the input data for each test data.Each test case is a string of n(1<=n<=26) letters.
Output
You should output Case K: in the first line and the sequences of arrangement in the following lines of each case.
Sample Input
2
BAC
BBC
Sample Output
Case 1:
ABC
ACB
BAC
BCA
CAB
CBA
Case 2:
BBC
BCB
C-ACM' s a problem (on the whole array) entitled: 5009 ArrangementTimeLimit: 1 Second Memorylimit: 32 Megabyte Totalsubmit: 414 Accepted: 176 Given a string of letters (AZ), your task is to arrange them in alphabetic order. Following is an example: A string " BAC" contains 3 letters B, A and C, you should output ABC ACB BAC BCA CAB CBA In the output file. A string may contain several letters same, for example " BBC" you should output like this: BBC BCB CBB Input The first line of input contains a single integer t, the number of test cases, followed by the input data for each test data.Each test case is a string of n (1 < = n < = 26) letters. Output You should output Case K: in the first line and the sequences of arrangement in the following lines of each case. Sample Input 2 BAC BBC Sample Output Case 1: ABC ACB BAC BCA CAB CBA Case 2: BBC BCB CBB
题目是:
5009 ArrangementTimeLimit : 1 Second Memorylimit : 32 Megabyte
Totalsubmit : 414 Accepted : 176
Given a string of letters(A-Z),your task is to arrange them in alphabetic order.
Following is an example:
A string "BAC" contains 3 letters B,A and C,you should output
ABC
ACB
BAC
BCA
CAB
CBA
In the output file.
A string may contain several letters same,for example "BBC" you should output like this:
BBC
BCB
CBB
Input
The first line of input contains a single integer t, the number of test cases,followed by the input data for each test data.Each test case is a string of n(1<=n<=26) letters.
Output
You should output Case K: in the first line and the sequences of arrangement in the following lines of each case.
Sample Input
2
BAC
BBC
Sample Output
Case 1:
ABC
ACB
BAC
BCA
CAB
CBA
Case 2:
BBC
BCB
C-ACM' s a problem (on the whole array) entitled: 5009 ArrangementTimeLimit: 1 Second Memorylimit: 32 Megabyte Totalsubmit: 414 Accepted: 176 Given a string of letters (AZ), your task is to arrange them in alphabetic order. Following is an example: A string " BAC" contains 3 letters B, A and C, you should output ABC ACB BAC BCA CAB CBA In the output file. A string may contain several letters same, for example " BBC" you should output like this: BBC BCB CBB Input The first line of input contains a single integer t, the number of test cases, followed by the input data for each test data.Each test case is a string of n (1 < = n < = 26) letters. Output You should output Case K: in the first line and the sequences of arrangement in the following lines of each case. Sample Input 2 BAC BBC Sample Output Case 1: ABC ACB BAC BCA CAB CBA Case 2: BBC BCB CBB
相关搜索: acm Arrangement
5009
(系统自动生成,下载前可以参看下载内容)
下载文件列表
5009_Arrangement(AC)/5009.cpp
5009_Arrangement(AC)/5009.dev
5009_Arrangement(AC)/5009.exe
5009_Arrangement(AC)/5009.o
5009_Arrangement(AC)/Makefile.win
5009_Arrangement(AC)
5009_Arrangement(AC)/5009.dev
5009_Arrangement(AC)/5009.exe
5009_Arrangement(AC)/5009.o
5009_Arrangement(AC)/Makefile.win
5009_Arrangement(AC)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.