主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
tongzeliang
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
1
Ta的粉丝
133
关注数
0
粉丝数
133
获赞数
7
阅读数
24990
写的稍微有点复杂了...主要是stack的应用
#include<iostream> #include<stack> #include<vector> #include<string> using namespace std; string judgestring(string ...
P1425
2022年4月24日 15:38
回复 0
|
赞 1
|
浏览 4.4k
可能使用multiset更合理一些...
#include<iostream> #include<set> #include<vector> using namespace std; class mycompare { public: bool...
P1423
2022年4月24日 15:16
回复 0
|
赞 1
|
浏览 4.2k
使用multiset容器,字符串截取+自定义排序规则实现
#include<string> #include<iostream> #include<set> using namespace std; class Person { public: Person(...
P1733
2022年4月23日 14:23
回复 0
|
赞 1
|
浏览 3.5k
使用set容器,编写仿函数实现自定义排序,最终输出容器元素个数
#include<iostream> #include<set> using namespace std; class coordinater { public: coordinater(int x, int y) ...
P1732
2022年4月22日 23:01
回复 0
|
赞 1
|
浏览 4.1k
使用STL实现,关键在于使用变量保存累加的奖励信息
#include<iostream> #include<vector> using namespace std; int judge(vector<int>& vec) { int score = ...
P1729
2022年4月22日 21:46
回复 0
|
赞 1
|
浏览 4.1k
使用STL实现
//鞍点,即该位置上的元素在该行上最大,在该列上最小。有可能有多个鞍点,也可能没有鞍点 #include<iostream> #include<vector> using namespace std; bool judge(int i,int j, ve...
P1531
2022年4月21日 14:26
回复 0
|
赞 2
|
浏览 4.8k
本科学校:大连理工大学
目标学校:北航
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!