主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
DestinyCares+++
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
29
发帖
43
笔记
0
Ta的粉丝
142
关注数
0
粉丝数
142
获赞数
5
阅读数
57695
括号匹配南理工 为什么错误
#include<iostream> #include<cstring> #include<stack> #include<cstdio> using namespace std; int main() {  ...
我要提问
2024年3月6日 15:48
回复 1
|
赞 0
|
浏览 559
杨辉三角形 西北工业大学 为什么wrong question
#include<iostream> #include<cstring> using namespace std; const int maxn = 25; int a[maxn][maxn]; int main() { ...
我要提问
2024年3月5日 16:26
回复 1
|
赞 0
|
浏览 416
幂次方 为什么错误
#include<iostream> #include<cstring> using namespace std; int fast(int a,int b,int mod) { long long answer = 1...
我要提问
2024年3月2日 15:43
回复 3
|
赞 0
|
浏览 630
1289 runtime error?
#include<iostream> #include<cstring> #include<cmath> #include<algorithm> #include<vector> using namespace std; ...
我要提问
2024年3月1日 16:18
回复 1
|
赞 0
|
浏览 399
1344 为什么输入什么 输出的都是0 0
#include<iostream> #include<string> #include<climits> #include<vector> #include<queue> using namespace std; c...
我要提问
2024年3月1日 09:47
回复 3
|
赞 0
|
浏览 436
单词替换 只有75%
#include<iostream> #include<string> using namespace std; int main() { string str, a, b; wh...
我要提问
2024年2月19日 16:38
回复 0
|
赞 0
|
浏览 460
单词替换
#include<iostream> #include<string> using namespace std; int main() { string str, a, b; wh...
我要提问
2024年2月19日 16:38
回复 0
|
赞 0
|
浏览 423
删除字符串 编译错误
#include<bits/stdc++.h> using namespace std; int main() { char s[105]; string t = "gzu&quo...
我要提问
2024年2月19日 16:18
回复 0
|
赞 0
|
浏览 515
单词替换 为什么会output limit
#include<iostream> #include<vector> #include<string> #include<algorithm> using namespace std; int number[105] = { 0 ...
我要提问
2024年2月19日 16:17
回复 0
|
赞 0
|
浏览 566
简单背包问题 为什么不对
#include<bits/stdc++.h> using namespace std; const int maxn = 1005; int w[maxn]; int dp[maxn][maxn] = {0}; int main() {  ...
我要提问
2024年2月18日 16:22
回复 0
|
赞 0
|
浏览 428
点菜问题 为什么wrong question
#include<bits/stdc++.h> using namespace std; const int maxn = 105; int w[maxn];//价格 int v[maxn];//分数 int dp[maxn][maxn]; int main...
我要提问
2024年2月17日 19:24
回复 2
|
赞 0
|
浏览 501
1566 为什么编译错误
#include<iostream> #include<queue> #include<vector> using namespace std; const int maxn = 1000 + 5; int mpt[maxn][maxn];...
我要提问
2024年2月11日 22:02
回复 1
|
赞 0
|
浏览 713
1341 为什么80%
#include<iostream> #include<algorithm> using namespace std; const int maxn = 1000 + 5; int f[maxn]; int height[maxn]; struct no...
我要提问
2024年2月8日 12:23
回复 1
|
赞 0
|
浏览 530
1319 为什么错误
#include<iostream> #include<string> using namespace std; const int maxn = 1000 + 5; int f[maxn]; int height[maxn]; int find(i...
我要提问
2024年2月7日 20:20
回复 1
|
赞 0
|
浏览 674
1027 不知道哪里错了
#incldue<bits/stdc++.h> using namespace std; int main(){ char s[105]; char s_lower[105]; &...
我要提问
2024年2月4日 19:18
回复 2
|
赞 0
|
浏览 579
1161 ouput limit exceed?
#include<iostream> using namespace std; typedef struct Tnode { char data; struct Tnode * lchild, ...
我要提问
2024年2月1日 17:51
回复 1
|
赞 0
|
浏览 467
1838 为什么错了
#include<iostream> #include<stack> #include<algorithm> #include<string> using namespace std; int main() { &nb...
我要提问
2024年1月31日 20:33
回复 1
|
赞 0
|
浏览 539
1002 只有70%
#include<bits/stdc++.h> using namespace std; int main(){ int m,n,sum=0; cin>>m>>n; &...
我要提问
2024年1月30日 20:50
回复 3
|
赞 0
|
浏览 656
1501 runtimeerror 通过率75%
#include<bits/stdc++.h> using namespace std; int main(){ string str; stack<char> st;  ...
我要提问
2024年1月29日 17:30
回复 1
|
赞 0
|
浏览 467
1437 为什么只有50%
#include<iostream> #include <stdio.h> using namespace std; int main(){ int date[12][2]={{1,31},{2,28},{3,31},{...
我要提问
2024年1月28日 09:37
回复 2
|
赞 0
|
浏览 712
1
2
3
本科学校:中国矿业大学
目标学校:南京大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!