Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
全て、
2 つの double 値があるとします。
3.567 0.412
それらを次のように表示したい:
3.567 .412
これを実現するには、どの形式を printf() に渡す必要がありますか? 形式は両方のケースを処理する必要があります。
ありがとうございました。