#28443:


Ivan20092009 (yousabi.)

學校 : 臺北市私立延平高級中學
編號 : 167374
來源 : [210.70.131.213]
最後登入時間 :
2024-10-17 09:26:55
a005. Eva 的回家作業 -- POJ | From: [203.72.178.1] | 發表日期 : 2021-12-10 13:27

#include<bits/stdc++.h>
using namespace std;

int main()
{
int t;
cin>>t;
for(int i=1; i<=t; i++)
{
int a,b,c,d,e;
cin>>a>>b>>c>>d;
if(c-b==b-a) e=(b-a)+d;
if(c/b==b/a) e=(b/a)*d;
cout<<a<<" "<<b<<" "<<c<<" "<<d<<" "<<e<<endl;

 




}

	
	
	
	
}
 
ZeroJudge Forum