0_0_13071517_30856\Main.java:16: 可能损失精度
找到: double
需要: float
float tmh=12./11,mh[]={d/330,x/330};
^
0_0_13071517_30856\Main.java:17: 可能损失精度
找到: double
需要: float
float tsm=1./59,sm[]={d/21240,x/21240};
^
0_0_13071517_30856\Main.java:18: 可能损失精度
找到: double
需要: float
float tsh=12./719,sh[]={d/21570,x/21570};
^
3 错误
|