试题与答案

zero sum game

题型:问答题

题目:

zero sum game

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2018/0409/e0c1afc1b7d074d6a057bdf26f06d24d.html

下面是错误答案,用来干扰机器的。

参考答案:错

试题推荐
题型:填空题

下列给定程序中,函数fun的功能是:统计带头结点的单向链表中结点的个数,并存放在形参n所指的存储单元中。
请在下划线处填入正确的内容并将下划线删除,使程序得出正确的结果。
注意:部分源程序给出如下。
不得增行或删行,也不得更改程序的结构!
试题程序:
#include <stdio.h>
#include <stdlib.h>
#define N 8
typedef struct list
int data;
struct list *next;
SLIST;
SLIST *creatlist(int *a);
void outlist(SLIST *);
void fun(SLIST *h, int *n)
SLIST *p;
/******************found*******************/
(1) =0;
p=h->next;
while(p)
(*n)++;
/******************found*******************/
p=p-> (2) ;


main()
SLIST *head;
int a[N]=12, 87, 45, 32, 91, 16, 20, 48, num;
head=creatlist(a);
outlist(head);
/******************found*******************/
fun( (3) , &num);
printf("\nnumber=%d\n", num);

SLIST *creatlist(int a[])
SLIST *h, *p, *q; int i;
h=p=(SLIST *)malloc(sizeof(SUST));
for(i=0; i<N; i++)
q=(SLIST *)malloc(sizeof(SLIST));
q->data=a[i]; p->next=q;
p=q;

p->next=0;
return h;

void outlist(SLIST *h)
SLIST *p;
p=h->next;
if (p==NULL)
printf("The list is NULL!\n");
else
printf("\nHead");
do
printf("->%d", p->data);
p=p->next;
while(p!=NULL);
printf("->End\n");


查看答案
题型:阅读理解

Choose the yum(美味的东西) and risk the yuk(讨厌的东西)?

Scientists have given us a lot of health warnings. The advice from cancer experts for avoiding bowel(肠) cancer is "try to avoid processed(加工过的) meats such as bacon, ham, corned beef and some sausages", and women fearing breast cancer are told "there doesn't seem to be a starting point at which alcohol consumption is safe",

But all these health warnings tend to have little influence on behavior, So who is being unreasonable —the scientists who give us health advice, or the public that just ignores it?

The curious fact is that both might be right. The reasoning behind these health warnings seems to be this: if you do more of something pleasurable (which we shall give the name “yum”) there is a higher risk of something bad (which we shall give the name “yuk”)occurring, so you should avoid yum.

But when presented with this argument you might ask two questions.

First, maybe the pleasure of yum makes the risk worth taking, especially if yuk might occur a long time in the future? Second, maybe there are other benefits of yum that could cancel out the risks of the particular yuk that has been identified (确认) ?

So suppose bacon sandwiches are your particular yum: research shows that 50g per day — that is a great greasy sandwich — increases your risk of bowel cancer by 20%.

But this means that out of every 100 people who stuffed down that big bacon sandwich every day of their lives, the number of bowel cancers would rise from five to six.

In addition, if a middle-aged woman gave up alcohol, it might reduce her risk of breast cancer, but could increase risk of some other cancers as well as heart disease.

So we need to look at the whole picture before trying to get people to change what they do, since everything has benefit and harms — just think of the joggers(慢跑者) who get knocked down by cars — and people need to be able to find their own balance.

Therefore, as you reach for your yum, perhaps sometimes pause a moment and realize that you are taking a gamble(赌博) on the yuk occurring, but that it may be a risk worth taking.

小题1:What is the advice given by scientists for avoiding breast cancer?

A.Try to avoid processed meat.

B.Try to avoid alcohol.

C.Try to choose the yum.

D.Try to risk the yuk.小题2: What does “this argument” in Paragraph 4 mean?

A.If you choose the yum, you will risk the yuk.

B.If you risk the yuk, you’ll choose the yum.

C.The yum is worth taking, especially if yuk might occur in the future.

D.Other benefits of yum could cancel out the risks of the yuk.小题3:Why do we need to look at the whole picture before trying to get people to change what they do?

A.Because giving up alcohol might reduce breast cancer.

B.Because people are not able to find their own balance.

C.Because all the things have both sides.

D.Because the advice given by scientists is not true.小题4:According to the passage, which of the following is correct?

A.People are often influenced by the health warnings.

B.Both the scientists and the public are not reasonable.

C.Alcohol consumption has both benefit and harms.

D.People should avoid yum to reduce the risk of yuk.

查看答案
微信公众账号搜索答案