#41499: c++提示


yp11351280@yphs.tp.edu.tw (710-43)

學校 : 臺北市私立延平高級中學
編號 : 276272
來源 : [203.72.178.1]
最後登入時間 :
2024-11-07 17:46:46
d579. 兩條線 -- raincole | From: [114.24.170.52] | 發表日期 : 2024-08-01 18:02

要用兩次fixed和setprecision:

cout << "|" << fixed << setprecision(4) << n << "|=" << fixed << setprecision(4) << n << endl ; 
        }
        else {
            cout << "|" << fixed << setprecision(4) << n << "|=" << fixed << setprecision(4) << -n << endl ;

 
ZeroJudge Forum