#21744:


nihscs109080 (陳易玎)

學校 : 臺北市立內湖高級工業職業學校
編號 : 124628
來源 : [39.9.65.65]
最後登入時間 :
2021-12-05 13:37:31
a005. Eva 的回家作業 -- POJ | From: [110.30.185.30] | 發表日期 : 2020-07-15 10:59

#include <iostream>

using namespace std;

int main() {

int a, b, c, t, d ;

 cin >> d ;

while (d-->0) {

 cin >> a>> b>> c>> t;

 if (b-a == t-c) cout << a<<" "<< b<<" "<< c<<" "<< t<<" "<< b-a+t<<endl  ;

else cout <<a<<" "<<b<<" "<<c<<" "<<t<<" "<<b/a*t<<endl ;

  }

 }

 
ZeroJudge Forum