主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
James
这个人很懒,什么都没有写...
关注
发消息
文章
1
题解
81
发帖
0
笔记
0
Ta的粉丝
344
关注数
0
粉丝数
344
获赞数
28
阅读数
695823
01背包二维数组实现
#include <iostream> #include <cstdio> #include <algorithm> using namespace std; /* f[i][j] 表示只看前i个物品,总体积是j的情况下,总价值最大是多少 ...
P1086
2021年1月14日 11:08
回复 1
|
赞 3
|
浏览 9.1k
并查集模板
#include <iostream> #include <algorithm> #include <stack> #include <string.h> #include <stdio.h> #include <qu...
P1846
2021年3月20日 21:34
回复 0
|
赞 0
|
浏览 8.6k
这里的删除是指b中有的字符a中不能出现
#include <iostream> #include <algorithm> #include <stack> #include <string.h> #include <stdio.h> #include <qu...
P1832
2021年3月20日 21:00
回复 0
|
赞 0
|
浏览 8.6k
筛法素数
#include <iostream> #include <algorithm> #include <stack> #include <string.h> #include <stdio.h> #include <qu...
P1701
2021年3月20日 19:48
回复 0
|
赞 0
|
浏览 8.6k
BFS 注意判断n和k的大小
#include <iostream> #include <algorithm> #include <stack> #include <string.h> #include <stdio.h> #include <qu...
P1678
2021年3月20日 19:14
回复 0
|
赞 0
|
浏览 7.9k
各个位置和为3的倍数同时至少有一个零则满足条件
#include <iostream> #include <algorithm> #include <stack> #include <string.h> #include <stdio.h> #include <qu...
P1736
2021年3月20日 18:22
回复 0
|
赞 0
|
浏览 9.0k
约瑟夫环
#include <iostream> #include <string> #include <algorithm> #include <stdio.h> using namespace std; //f(n,m)=(f(n-1,m)+...
P1018
2021年3月17日 22:38
回复 0
|
赞 1
|
浏览 7.8k
这个题可能不只两位数
#include <iostream> #include <string> using namespace std; string s; int f(string s){ if(s=="zero") retu...
P1323
2021年3月17日 21:03
回复 0
|
赞 0
|
浏览 8.2k
用find找到位置然后跳过输出
#include <iostream> #include <algorithm> #include <string> #include <string.h> #include <stdio.h> using namespac...
P1196
2021年3月17日 19:52
回复 0
|
赞 1
|
浏览 7.6k
保证排序稳定stable_sort
#include <iostream> #include <algorithm> #include <string> using namespace std; struct node{ string name...
P1151
2021年3月17日 19:31
回复 0
|
赞 0
|
浏览 8.3k
用reverse排序
#include <iostream> using namespace std; int k=0; void reverse(int *a,int s,int e){ while(s<=e){ &n...
P1116
2021年3月7日 21:14
回复 0
|
赞 1
|
浏览 9.3k
Fn=Fn-1+4*n-3
#include <iostream> using namespace std; //算出f(1) f(2) //因为平面数量和交点(不算折现自己的交点)数量成线性关系 //因为fn-1有2(n-1)条直线 //所以第n项相当于增加了两条直线 //那么增加了2*(n...
P1847
2021年3月7日 19:13
回复 0
|
赞 0
|
浏览 6.6k
模运算和快速幂
#include <iostream> #include <string> #include <algorithm> #include <vector> using namespace std; typedef long long ll...
P1549
2021年3月7日 18:22
回复 0
|
赞 0
|
浏览 6.7k
大数除法模板
#include <iostream> #include <string> #include <algorithm> #include <vector> using namespace std; typedef long long ...
P1182
2021年3月7日 16:38
回复 0
|
赞 0
|
浏览 8.9k
输入输出double 用%lf 不是%llf %llf代表long double
#include <iostream> #include <stdio.h> #include <math.h> using namespace std; int main(){ int x1,y1,x2,y2,x3...
P1125
2021年3月5日 18:16
回复 0
|
赞 0
|
浏览 14.5k
先计算天数再模7
#include <iostream> #include <stdio.h> using namespace std; string s[7]={"Thursday","Friday","Saturday"...
P1011
2021年3月5日 17:16
回复 0
|
赞 1
|
浏览 11.3k
LCS
#include <iostream> #include <stdio.h> #include <string.h> #include <algorithm> #include <string> using namespac...
P1293
2021年3月5日 14:47
回复 0
|
赞 0
|
浏览 7.8k
最长上升子序列的变形 思路基本一致
#include <iostream> #include <algorithm> #include <stdio.h> #include <string.h> using namespace std; const int maxn=10...
P1257
2021年3月4日 20:31
回复 0
|
赞 1
|
浏览 7.3k
双向最长不上升子序列
#include <iostream> #include <algorithm> #include <stdio.h> #include <string.h> using namespace std; const int maxn=10...
P1253
2021年3月4日 20:05
回复 0
|
赞 1
|
浏览 9.4k
最长上升子序列 (不是严格单调是<=)
#include <iostream> using namespace std; const int maxn=1005; int a[maxn]; int dp[maxn]; int main(){ int n; &nb...
P1256
2021年3月4日 19:46
回复 0
|
赞 0
|
浏览 7.3k
1
2
3
...
5
本科学校:山东财经大学
目标学校:吉林大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!