Problem 1001 Now the first two elements of Fibonacci sequence has been redefined as A and B

hundundm | 2014-09-19 21:01:05Author
刚开始的两个数字是A和B,有说第一个A第二B吗? 问了又不给回答
hundundm | 2014-09-19 21:03:21# 1
RE:Now the first two elements of Fibonacci sequence has been redefined as A and B
1 2 4 8 4 2 6 8 我说这个序列前两个数字是2和4有错?
admin | 2014-09-19 21:10:33# 2
RE:Now the first two elements of Fibonacci sequence has been redefined as A and B
The first two is A **and** B —— 我觉得这就是顺序了。当然你硬要争说and没有表达出这种意思...那我也没办法。
hundundm | 2014-09-19 21:12:29# 3
RE:Now the first two elements of Fibonacci sequence has been redefined as A and B
你确实题目有歧义吧,至少理解上是可以有第二种意思吧?就算我理解有问题,我提问的时候你不能回答一下吗?
admin | 2014-09-19 21:16:19# 4
RE:Now the first two elements of Fibonacci sequence has been redefined as A and B
对不起,比赛时候只应该回答题目相关的错误或需要修正的问题。我觉得回答这个问题会影响比赛,造成对其他人的干扰。
971651029 | 2014-09-19 21:16:51# 5
RE:Now the first two elements of Fibonacci sequence has been redefined as A and B
我觉的是与点歧义额。。。就挂了。。
hundundm | 2014-09-19 21:18:15# 6
RE:Now the first two elements of Fibonacci sequence has been redefined as A and B
敢情题目歧义不是错误,我也是醉了。。
admin | 2014-09-19 22:58:46# 7
RE:Now the first two elements of Fibonacci sequence has been redefined as A and B
@971651029 int main() { int T,A,B; __int64 C; int i,j,k; cin>>T; a[0]=1; a[1]=1; while(T--) { k=0; scanf("%d%d%I64d",&A,&B,&C); for(i=2;i<50;i++) a[i]=a[i-1]+a[i-2]; //cout<
admin | 2014-09-19 23:02:09# 8
RE:Now the first two elements of Fibonacci sequence has been redefined as A and B
@hundundm 我看了一下这道题目的错误代码,除了你一个人是这么理解错了,没有发现其他人类似这样的理解的“歧义”错误。 英语不好给您造成困扰了,抱歉啊。
hundundm | 2014-09-20 11:51:38# 9
RE:Now the first two elements of Fibonacci sequence has been redefined as A and B
少数人理解错就是理解者的问题,不是题目的问题了吗?我问了很多人,我和他们讲了之后他们都觉得这样理解没问题。