槐梦生
槐梦生
全部文章
分类
归档
标签
去牛客网
登录
/
注册
槐梦生的博客
全部文章
(共42篇)
题解 | #两数求和#
#include <iostream> using namespace std; int main() { // write your code here...... int a; int b; cin >> a >> b; ...
2023-07-15
0
209
题解 | #实现四舍五入#
#include <iostream> using namespace std; int main() { float f; cin>>f; int a; a=int(f); if (f-float(a) >= 0.5 ){ ...
2023-07-15
0
304
首页
上一页
1
2
3
4
5
下一页
末页