#15450: 要怎麼改才不會逾時?


071009@hchs.kh.edu.tw (張簡雲翔)

學校 : 高雄市立新莊高級中學
編號 : 86190
來源 : [61.227.60.162]
最後登入時間 :
2021-10-09 12:22:18
a005. Eva 的回家作業 -- POJ | From: [111.254.69.228] | 發表日期 : 2018-10-06 15:24

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

 
ZeroJudge Forum