主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
ZCD
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
105
关注数
0
粉丝数
105
获赞数
2
阅读数
3652
吃糖果 题解:
请问为什么我的做法哪里有问题呀 #include<iostream> using namespace std; int main() { int n; while (cin...
P1197
2024年2月14日 10:43
回复 1
|
赞 0
|
浏览 780
最长连续公共子序列 题解:
#include<iostream> #include<string> #include<cstring> using namespace std; int dp[1011][1011]; int max(int a, int b) { &nbs...
P1730
2024年2月16日 20:14
回复 0
|
赞 1
|
浏览 591
最长公共子序列 题解:
#include<iostream> #include<string> #include<cstring> using namespace std; int dp[1011][1011]; int max(int a, int b) { &nbs...
P1731
2024年2月16日 19:21
回复 0
|
赞 0
|
浏览 726
查找第K小数 题解:
#include<iostream> #include<map> #include<algorithm> using namespace std; int main() { &...
P1383
2024年2月8日 18:03
回复 0
|
赞 0
|
浏览 576
查找1 题解:
#include<iostream> #include<map> using namespace std; int main() { int n, m; ...
P1388
2024年2月8日 17:33
回复 0
|
赞 0
|
浏览 341
成绩再次排序 题解:
#include<iostream> #include<algorithm> #include<cstring> using namespace std; struct Student { string n...
P1817
2024年2月7日 16:57
回复 0
|
赞 1
|
浏览 638
本科学校:贵州大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!