文件名称:least

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • zhouk*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

导演走后,你翻开剧本看了看,发现了一张场景清单,也就是本题目的输入文件。

输入:输入文件的第一行包含用空格分隔的3个正整数,M, F和S。其中M代表剧中的男角色数目,取值在[1, 10]之间;F代表剧中的女角色数目,取值在[1, 10]之间;S代表剧中的场景数目,取值在[1, 100]之间。第二行和第三行分别列出了男角色和女角色的名字,每个名字都是一个英文字符串,名字之间有空格分隔。下面的S行分别描述了每个场景中出现的角色数和角色名(有空格分隔)。

输出:本剧需要的男女演员的最少数目,具体格式如下:

“You need x actors and y actresses” 其中x和y分别代表男、女演员的最少数目

示例

输入:

4 3 6

Tarzan Jim John Tom

Lucy Cynthia Jane

3 Jim John Tom

2 Tarzan Lucy

2 Jane Cynthia

2 Jim Jane

2 Tarzan Jim

2 Tarzan Jane

输出:

You need 3 actors and 2 actresses

-[at least actor problem] a young director ready to filming a stone "called" gentle the comedy film. Because of budget nervous director racked his brain trying to save money. As JuWu you remind him: "actor can let anybody high, one of them points? Fully exploit play multiple roles of their potential, also can save our expenses!" Director big shout "creative", and conveniently put scr ipt to you, "you fill research study scr ipt, see takes at least a few actor," said is ready to go out again pull some ads sponsors, before he added some requirements:

(1) actor can only play male role, actress can only play female role.

(2) role after actor finalized, in a performance process cannot midway to change.

(3) if the two characters will simultaneously in a scene, then these two roles appear by two different actors to play.

Director left, you flip scr ipt looked, found a scene list, namely ontology objective input file.

Input: input file containing the first line of the separated by a space thr
相关搜索: Lucy-Richardson

(系统自动生成,下载前可以参看下载内容)

下载文件列表

最少演员问题.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org