#4014: 第2點為何RE?


smart95B3017 (YUAN)

學校 : 南開科技大學
編號 : 11685
來源 : [60.244.85.15]
最後登入時間 :
2011-08-15 00:07:34
d448. 好熱好熱 -- Xatier | From: [60.244.85.40] | 發表日期 : 2010-07-20 18:18

package test;

import java.util.Scanner;
public class aaa{
 public static void main(String args[]){
 long q,w,e,r,t;
 double a,b,c;
    Scanner input=new Scanner(System.in);
    while(input.hasNext()){
       q=input.nextLong();
       w=input.nextLong();
       e=input.nextLong();
       r=input.nextLong();
       t=input.nextLong();
       b=(r-t)*(w-e);
       c=(q-e);
       a=b/c+t;
      System.out.println(""+ new java.text.DecimalFormat("0.000000").format(a));
   }
   }
}

 
ZeroJudge Forum