自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 A1056

#include<iostream> #include<queue> using namespace std; class mouse{ public: int weight, rank, num; }; int main(){ queue<mouse> q; int i, j, np, ng, temp, groups; scanf("%d%d",...

2019-09-25 19:10:28 149

原创 A1051 Pop Sequence (25 分)

1051 Pop Sequence (25 分) Given a stack which can keep M numbers at most. Push N numbers in the order of 1, 2, 3, …, N and pop randomly. You are supposed to tell if a given sequence of numbers is a pos...

2019-09-24 16:27:26 266

原创 codeup墓地 问题 A: 简单计算器

codeup墓地 问题 A: 简单计算器 // An highlighted block #include<iostream> #include<queue> #include<stack> #include<map> #include<string> #include<cstring> #include<iomanip...

2019-09-23 21:06:38 278

浙大数据结构编程作业及解答

浙大版本数据结构习题和习题解析,内配有相应的单机版代码测试软件。

2019-01-22

浙大数据结构资源

浙大数据结构网课资源,一个个下载好并命名保存起来的,用起来很方便,另一个分享里面有变成作业及解答。

2019-01-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除