主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
hrcarryu
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
5
发帖
0
笔记
0
Ta的粉丝
100
关注数
0
粉丝数
100
获赞数
2
阅读数
48487
超简单DP,没意思
#include<iostream> #include<algorithm> using namespace std; int main(){ int len, current; while(cin>>len){ int dp[l...
P1629
2021年2月28日 22:54
回复 2
|
赞 2
|
浏览 13.3k
Floyd算法,不难
复杂度到了n^4,懒得优化了。 #include<iostream> #include<algorithm> using namespace std; int len; int A[501][501]; int main(){ int len...
P1631
2021年2月28日 22:50
回复 1
|
赞 0
|
浏览 10.6k
DFS遍历,未通过,卡在5x5棋盘
#include<iostream> #include<algorithm> #include<string.h> using namespace std; int flag[10][10]; int N, M, total, res; int ...
P1628
2021年2月28日 23:16
回复 3
|
赞 0
|
浏览 9.1k
算法笔记原题
如题
P1627
2021年2月28日 23:24
回复 0
|
赞 0
|
浏览 7.5k
数学问题,没考算法
#include<iostream> #include<algorithm> using namespace std; int main(){ int n; while(cin>>n){ int cnt2 = 0, cnt5 = ...
P1626
2021年2月28日 23:20
回复 0
|
赞 0
|
浏览 8.0k
本科学校:吉林大学
目标学校:上海交通大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!