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.
x = 2/3 で n = 10 としましょう
次に、印刷したいと思います: .6666666666 (n は 10 であるため、10 個の 6)
.6666666667 の代わりに <- その 7 は必要ありません!!!!
C または C++ でどのように印刷しますか?