主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
遨游
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
1
阅读数
2731
最大连续子序列 题解:动态规划实现
#include <iostream> using namespace std; int main(){ int n; while(cin>>n){ &nbs...
P1334
2024年3月23日 22:04
回复 0
|
赞 0
|
浏览 634
变位词 题解:先sort()排序再比较
#include <iostream> #include <string> #include <algorithm> using namespace std; bool judge(string s1,string s2){  ...
P1032
2024年3月22日 21:59
回复 0
|
赞 0
|
浏览 417
查找 - 北邮 题解:求大佬看看哪儿有问题,始终只有33%的通过率
#include <iostream> #include <string> using namespace std; int main(){ string str; int n; &...
P1387
2024年3月17日 21:59
回复 4
|
赞 0
|
浏览 900
字符串排序3 题解 使用getline前需要用getchar()吸收换行符
#include <iostream> #include <string> #include <algorithm> using namespace std; int compare(string a,string b){ ...
P1261
2024年3月18日 16:25
回复 0
|
赞 1
|
浏览 780
本科学校:宜宾学院
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!