#10966: c++ 一直說輸出短少...求哪裡錯誤QQ


alice26628103 (沫一)

學校 : 國立臺南女子高級中學
編號 : 57808
來源 : [59.120.102.253]
最後登入時間 :
2017-05-23 07:38:18
a005. Eva 的回家作業 -- POJ | From: [110.24.134.9] | 發表日期 : 2016-05-29 16:32

#include <iostream>
#include <cmath>
using namespace std;


int main()
{ int t;
int x;
int y;
int z;
int a;


while(x ,y ,z ,a >0)
{
cin >> x;

cin >> y ;

cin >> z ;

cin >> a;

if (y/x == z/y == a/z && y%x == z%y== a%z== 0)
{

int b= a*(y/x);
cout << x << y << z << a << b << endl;

}


if (y-x == z-y == a-z)
{

int b=a+(a-z);

cout << x << y << z << a << b ;

}
else
{
cout << "this is wrong" << endl;
}
}
system ("pause");
return 0 ;
}

 
ZeroJudge Forum