bsdn_n
bsdn_n
全部文章
分类
归档
标签
去牛客网
登录
/
注册
bsdn_n的博客
全部文章
(共70篇)
题解 | #简单运算#
#include <iostream> using namespace std; int main() { int a,b; ci...
2022-08-11
0
209
题解 | #获取两数中的较大值#
#include <iostream> using namespace std; int main() { int a,b; ci...
2022-08-11
0
239
题解 | #两数求和#
#include <iostream> using namespace std; int main() { int x,y; cin>>x&...
2022-08-11
0
250
题解 | #实现四舍五入#
#include <iostream> using namespace std; int main() { double d; c...
2022-08-11
0
271
题解 | #定义变量#
#include <iostream> using namespace std; int main() { char s; int...
2022-08-10
0
261
题解 | #牛牛的时钟#
#include<stdio.h> #include<stdlib.h> typedef struct num { int a ; int&...
2022-08-10
0
265
题解 | #牛牛的平面向量#
#include<stdio.h>//看在我画蛇填脚背丫子的用了链表的份上呜呜呜,求求赞赞 #include<stdlib.h> typedef struct num { int a; ...
2022-08-10
9
383
题解 | #牛牛的书#
#include<stdio.h>//本题使用链表的冒泡排序(自己懵的),可能有冗杂的地方,欢迎大家观摩哦 #include<stdlib.h> typedef struct num { char ...
2022-08-10
1
254
题解 | #KiKi设计类继承#
#include<iostream>//函数形参不能和私有变量名相同,运行时编译器会有歧义出错 using namespace std; class shape { public: &n...
2022-08-10
0
296
题解 | #KiKi定义电子日历类#
#include<iostream> using namespace std; class date { private: int d=0;  ...
2022-08-10
0
296
首页
上一页
1
2
3
4
5
6
7
下一页
末页