牛客830937294号
牛客830937294号
全部文章
分类
读书笔记(2)
归档
标签
去牛客网
登录
/
注册
牛客830937294号的博客
全部文章
(共1篇)
题解 | #实现四舍五入#
#include <iostream> #include <cmath> using namespace std; int round1(double d); int main() { &n...
C++
数学
2022-07-20
0
308