#8451: wa......


forveror (Debug 要20分鐘)

學校 : 新北市立板橋高級中學
編號 : 34197
來源 : [140.123.220.59]
最後登入時間 :
2016-11-21 17:29:50
a005. Eva 的回家作業 -- POJ | From: [118.167.12.195] | 發表日期 : 2013-12-16 20:51

#include <iostream>
using namespace std;
int main(){
int t,x1,x2,x3,x4,x5;
while(cin>>t,t--){
cin>>x1>>x2>>x3>>x4;
if(((x2-x1)==(x3-x2))||((x4-x3)==(x3-x2)))
cout<<x1<<" "<<x2<<" "<<x3<<" "<<x4<<" "<<x4+x3-x2<<endl;
if(((x3/x2)==(x2/x1))||((x4/x3)==(x3/x2)))
cout<<x1<<" "<<x2<<" "<<x3<<" "<<x4<<" "<<x4*(x2/x1)<<endl;}}
 
 
我的程式哪裡錯了.... 
 
#8462: Re:wa......


eddie2003 (EVER SUN)

學校 : 國防大學理工學院
編號 : 28275
來源 : [140.132.98.137]
最後登入時間 :
2014-08-28 22:14:28
a005. Eva 的回家作業 -- POJ | From: [140.132.98.137] | 發表日期 : 2013-12-19 19:06

#include
using namespace std;
int main(){
int t,x1,x2,x3,x4,x5;
while(cin>>t,t--){
cin>>x1>>x2>>x3>>x4;
if(((x2-x1)==(x3-x2))||((x4-x3)==(x3-x2)))
cout<
if(((x3/x2)==(x2/x1))||((x4/x3)==(x3/x2)))
cout<
 
 
我的程式哪裡錯了.... 

 第一行是數列的數目t(0 <= t <= 20)
請問你要如何判斷 
 
#8463: Re:wa......


eddie2003 (EVER SUN)

學校 : 國防大學理工學院
編號 : 28275
來源 : [140.132.98.137]
最後登入時間 :
2014-08-28 22:14:28
a005. Eva 的回家作業 -- POJ | From: [140.132.98.137] | 發表日期 : 2013-12-19 19:08

#include
using namespace std;
int main(){
int t,x1,x2,x3,x4,x5;
while(cin>>t,t--){
cin>>x1>>x2>>x3>>x4;
if(((x2-x1)==(x3-x2))||((x4-x3)==(x3-x2)))
cout<
if(((x3/x2)==(x2/x1))||((x4/x3)==(x3/x2)))
cout<
 
 
我的程式哪裡錯了.... 


 第一行是數列的數目t(0 <= t <= 20)
請問你要如何判斷 
第一次留言有誤請見諒
 
ZeroJudge Forum