#44342: 這邊對UVa錯可能要注意的點


googoo268268@gmail.com (王宥凱)

學校 : 不指定學校
編號 : 233221
來源 : [111.255.249.11]
最後登入時間 :
2024-12-04 21:13:13
d111. 10110 - Light, more light -- UVa10110 | From: [111.255.250.143] | 發表日期 : 2024-11-29 00:20

如果有用到sqrt,要注意精度問題(因為sqrt會返回浮點數),直接比可能會出現意外的錯誤。可能要用四捨五入(例如 round())或是設誤差範圍(例如 1e-8)來進行比較。

 
ZeroJudge Forum