首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
jsd
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
27
发帖
0
笔记
9
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
130
阅读数
8344
P1098 前缀字符串 答疑提问:
求助这个题,样例好多都无法通过,不知道哪里出了问题 #include<bits/stdc++.h> using namespace std; bool compare(string s1, string s2) { return...
P1098
2025年2月6日 17:27
回复 2
|
赞 5
|
浏览 394
判断素数 题解:
#include<stdio.h> int main(){ int n; scanf("%d",&n); int flag=0; ...
P1013
2025年1月17日 22:29
回复 3
|
赞 11
|
浏览 656
P1939 南京理工-最短路径问题 答疑提问:
求助这个题,通过率80%, 不知道哪里出现问题 P1939 #include<bits/stdc++.h> #define INF 9999 using namespace std; typedef pair<int, int> p; ...
P1939
2025年2月2日 19:55
回复 1
|
赞 8
|
浏览 404
P1627 上交2018 Problem B 答疑提问:
还是只有50%的通过率,在线求助题1627 #include<bits/stdc++.h> using namespace std; int main() { string s1, s2; while(cin...
P1627
2025年1月22日 15:58
回复 2
|
赞 2
|
浏览 245
数字反转 题解:STL大法好
#include<bits/stdc++.h> using namespace std; int main() { int m, n; while(cin>>m>>n) ...
P1276
2025年1月22日 14:03
回复 0
|
赞 2
|
浏览 377
P1257 最大上升子序列和 答疑提问:
可以帮忙看看这个错在哪里了嘛,通过率14%,一直没想明白错在哪里,题号1257 #include<bits/stdc++.h> using namespace std; int a[1001]; int main() { ...
P1257
2025年1月21日 10:09
回复 1
|
赞 5
|
浏览 579
数字游戏 - 中南大学 题解:
#include<iostream> #include<vector> #include<algorithm> using namespace std; int findzuixiao(const vector<int>& myn...
P1934
2024年3月11日 21:04
回复 0
|
赞 0
|
浏览 499
1
2
本科学校:燕山大学
目标学校:华中科技大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!