#10993: 高手阿~~為什麼RE


20235465 (jackyfu)

學校 : 不指定學校
編號 : 57654
來源 : [114.40.90.204]
最後登入時間 :
2016-06-11 18:34:42
a005. Eva 的回家作業 -- POJ | From: [114.40.91.167] | 發表日期 : 2016-06-04 10:43

import java.util.Scanner;

public class Test005 {

public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int t,a,b,c,d;
t =input.nextInt();
while(0 <= t && t<= 20)
  {
a = input.nextInt();
b = input.nextInt();
c = input.nextInt();
d = input.nextInt();
System.out.print(a+ " "+b+" "+c+" "+d+" ");
if(b-a==c-d)
{
System.out.println(d-c+d);
}
else
{
System.out.println(d/c*d);
}
  }
 }
}

 
ZeroJudge Forum