主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
DestinyCares+++
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
29
发帖
43
笔记
0
Ta的粉丝
142
关注数
0
粉丝数
142
获赞数
5
阅读数
57698
1703 最大子串和 为什么只通过50%
#include<bits/stdc++.h> using namespace std; const int maxn=100+10; int dp[maxn],a[maxn],path[maxn]; int main(){ int n; ...
我要提问
2024年11月30日 16:52
回复 0
|
赞 0
|
浏览 109
1381 只有25%
#include<iostream> #include<cstring> #include<string> #include<queue> using namespace std; struct node{  ...
我要提问
2024年3月27日 21:06
回复 2
|
赞 0
|
浏览 1.4k
字符串区间翻转 只有80%
#include<iostream> #include<string> #include<cstring> #include<algorithm> using namespace std; const int maxn = 100000...
我要提问
2024年3月25日 15:35
回复 2
|
赞 0
|
浏览 1.3k
链表合并 只有66%
#include<iostream> #include<string> #include<cstring> #include<algorithm> using namespace std; typedef struct Lnod...
我要提问
2024年3月24日 13:46
回复 6
|
赞 0
|
浏览 1.4k
反序相等 为什么会超时啊
#include<iostream> #include<cstring> #include<string> using namespace std; int main(){ for(int i=1000;i...
我要提问
2024年3月24日 14:33
回复 1
|
赞 0
|
浏览 1.3k
模拟考试1 为什么只有55%
#include<iostream> #include<cstring> #include<algorithm> using namespace std; const int maxn = 1005; int arr[maxn]; int m...
我要提问
2024年3月23日 18:43
回复 2
|
赞 0
|
浏览 1.5k
明明的随机数 为什么output exceed
#include<iostream> #include<cstring> #include<string> #include<algorithm> #include<cstdlib> #include<ctime>...
我要提问
2024年3月23日 16:39
回复 2
|
赞 0
|
浏览 1.4k
数组排序为什么不对
#include<iostream> #include<cstring> #include<string> #include<vector> #include<queue> #include<stack> #i...
我要提问
2024年3月20日 17:57
回复 2
|
赞 0
|
浏览 1.4k
判断二叉树是否对称 55%
#include<iostream> #include<cstring> #include<string> #include<queue> using namespace std; typedef struct Tnode { &...
我要提问
2024年3月18日 18:39
回复 2
|
赞 0
|
浏览 1.4k
北邮最短路径 75%
#include<iostream> #include<vector> #include<queue> #include<climits> #include<string> #include<cstring> ...
我要提问
2024年3月16日 15:32
回复 1
|
赞 0
|
浏览 1.3k
最短路径问题 为什么不对
#include<iostream> #include<cstring> #include<string> &n...
我要提问
2024年3月15日 17:32
回复 3
|
赞 0
|
浏览 1.2k
确定比赛名次 只有50%
#include<iostream> #include<cstring> #include<string> #include<queue> #include<vector> using namespace std; c...
我要提问
2024年3月14日 19:48
回复 1
|
赞 0
|
浏览 1.3k
简单背包问题 这是什么错误
#include<iostream> #include<string> #include<cstring> using namespace std; int main() { int s, n; &nbs...
我要提问
2024年3月13日 16:56
回复 1
|
赞 0
|
浏览 1.3k
判断三角形类别 只有50%
#include<iostream> #include<cstring> #include<algorithm> using namespace std; /*double length(int x1, int y1, int x2, int y...
我要提问
2024年3月13日 14:26
回复 1
|
赞 0
|
浏览 1.3k
求三角形的面积 为什么wrong
#include<bits/stdc++.h> using namespace std; double length(int x1,int y1,int x2,int y2) { double ans = 0; &nbs...
我要提问
2024年3月13日 14:12
回复 2
|
赞 0
|
浏览 1.2k
中南 最大连续子序列 为什么错误
#include<iostream> #include<climits> #include<cstdio> &n...
我要提问
2024年3月11日 18:49
回复 2
|
赞 0
|
浏览 1.3k
删除最大最小数 75%?
#include<iostream> #include<cstring> #include<algorithm> #include<vector> #include<queue> using namespace std; ...
我要提问
2024年3月11日 14:52
回复 8
|
赞 0
|
浏览 1.4k
西北工业大学--杨辉三角为:wrong question
#include<iostream> #include<cstring> using namespace std; const int maxn = 1005; int a[maxn][maxn]; int main() { &nbs...
我要提问
2024年3月11日 13:54
回复 2
|
赞 0
|
浏览 1.6k
括号匹配 为什么一个个样例输入判断正确 5个一起就错误
#include<iostream> #include<stack> #include<string> using namespace std; int priority(char c) { if (c =...
我要提问
2024年3月6日 19:26
回复 7
|
赞 0
|
浏览 614
简单计算器 为什么runtime(python)
while True: a=input() if a=="0": break  ...
我要提问
2024年3月6日 17:00
回复 3
|
赞 0
|
浏览 425
1
2
3
本科学校:中国矿业大学
目标学校:南京大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!