#41499: c++提示


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

School : 臺北市私立延平高級中學
ID : 276272
IP address : [203.72.178.1]
Last Login :
2025-07-09 14:27:48
d579. 兩條線 -- raincole | From: [114.24.170.52] | Post Date : 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