#19781: Eva 的回家作業


bookabcdef123 (55555)

學校 : 國立宜蘭高級中學
編號 : 107273
來源 : [120.101.80.243]
最後登入時間 :
2020-01-08 14:48:17
a005. Eva 的回家作業 -- POJ | From: [120.101.80.244] | 發表日期 : 2019-10-30 15:40

using namespace std;
int main()
{
int t;
int a,b,c,d,e;
cin >> t;
while(t--)
{
cin>> a >> b >>c >> d;
if(b-a == d-c)
e = d + (b-a);
else
e = d * (b/a);
cout <<a<<" "<<b<<" "<< c << " " <<d<<" "<<e<<" " << endl;
}
return 0;
}

 
ZeroJudge Forum