编程介的小学生 2019-06-14 17:05 采纳率: 20.5%
浏览 172

不等式的条件的判断问题,怎么使用C语言的程序的编写的过程的方式怎么才能实现的

Problem Description
Thanks for your love------Do not ask me how many people ever I loved,you do not know how deep my injury. Did not dare, do not want to, should not be, thank you for your love again. I had to exist like a dust or will bring you harm. Did not dare, do not want to, should not be, thank you for your love again. I had to exist in your future.
This is my most fear that brought to your harm Forever.

Zty have N friends, most friends in his feeling were the same but exactly one (while all other people are equal in his felling). In order to detect which is the people that he has different feeling, he ask himself a lot of questions. With this question , your task is to determine the identifier of the friend who he has different feeling about using the results of these questions. We assigning each friend of him a unique integer identifier from 1 to N.

Input
The first line of the input file contains two integers N and M, separated by spaces, where N is the number of friends Zty has (2<=N<=10000 ) and M is the number of questions fulfilled (1<=M<=100). The following 2M lines describe all questions. Two consecutive lines describe each question. The first of them starts with a number Ti (1 <= Ti <= N/2), representing the number of friends placed in the left group and in the right group, followed by Ti identifiers of friends placed in the left group and Ti identifiers of friends placed in the right group. All numbers are separated by spaces. The second line contains one of the following characters: '<', '>', or '='.
It represents the result of the sum feelings:
'<' means that the sum of all the feeling in the left group is less than the sum of all the feeling in the right group.
'>' means that the sum of all the feeling in the left group is greater than the sum of all the feeling in the right group,
'=' means that the sum of all the feeling in the left group is equal to the sum of all the feeling in the right group.

Output
Write to the output file the identifier of the friend or 0, if it cannot be found by the results of the given questions.

Sample Input
5 3

1 1 2

1 3 4

1 4 5

Sample Output
3

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 求解 yolo算法问题
    • ¥15 虚拟机打包apk出现错误
    • ¥30 最小化遗憾贪心算法上界
    • ¥15 用visual studi code完成html页面
    • ¥15 聚类分析或者python进行数据分析
    • ¥15 三菱伺服电机按启动按钮有使能但不动作
    • ¥15 js,页面2返回页面1时定位进入的设备
    • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
    • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
    • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝