文件名称:11
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:549byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
编写递归函数,求n个元素集合的所有子集。不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1}。
输入:input.txt,仅包含整数n(1-26)。
输出:若输入合法,输出集合的所有子集;否则输出"WRONG"。子集输出格式为每行一个子集,空集用空行表示,非空集合每个元素间用一个空格间隔,最后一个元素之后不能有空格。-Write a recursive function, an n-element set of all subset of. May wish to make a collection of elements to lowercase letters, the original set is {' a' , ' b' , ..., ' a' + n- 1}. Input: input.txt contains only the integer n (1-26). Output: enter a valid subset of the output collection otherwise output " WRONG" . A subset of a subset of the output format for each line, empty set with an empty line, non-empty set with a space interval between each element of an element can not have spaces.
输入:input.txt,仅包含整数n(1-26)。
输出:若输入合法,输出集合的所有子集;否则输出"WRONG"。子集输出格式为每行一个子集,空集用空行表示,非空集合每个元素间用一个空格间隔,最后一个元素之后不能有空格。-Write a recursive function, an n-element set of all subset of. May wish to make a collection of elements to lowercase letters, the original set is {' a' , ' b' , ..., ' a' + n- 1}. Input: input.txt contains only the integer n (1-26). Output: enter a valid subset of the output collection otherwise output " WRONG" . A subset of a subset of the output format for each line, empty set with an empty line, non-empty set with a space interval between each element of an element can not have spaces.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
11.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.