主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
kodou
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
0
笔记
0
Ta的粉丝
497
关注数
0
粉丝数
497
获赞数
3
阅读数
35459
本质:层序——队列
#include<bits/stdc++.h> using namespace std; int main(){ int m,n; queue<int> q; ...
P1264
2020年7月11日 22:18
回复 0
|
赞 0
|
浏览 7.6k
完全/满二叉树可以用虚拟数组模拟
#include<bits/stdc++.h> using namespace std; int main(){ int x,y; while(scanf("%d %d",&am...
P1233
2020年7月11日 22:07
回复 0
|
赞 0
|
浏览 7.7k
链表构造+排序+遍历输出
#include<bits/stdc++.h> using namespace std; struct node{ int num; struct node *next; }; struct n...
P1405
2020年7月5日 21:13
回复 0
|
赞 1
|
浏览 9.4k
sort+字典序
#include<bits/stdc++.h> using namespace std; struct aa{ char name[50]; //一开始用二维字符数组做,字符一维、二维指针转化总是报错,放弃 }; bool pai...
P1217
2020年6月30日 23:11
回复 0
|
赞 2
|
浏览 10.8k
本科学校:西安电子科技大学
目标学校:ZJU
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!