单选题

C++中,如何实现高精度运算?

A.

使用`long long`类型

B.

使用`double`类型

C.

自定义数据结构存储每一位

D.

使用`numeric_limits`

发表评论

登录 后再回复