主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
_lz
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
1
笔记
0
Ta的粉丝
254
关注数
0
粉丝数
254
获赞数
2
阅读数
79697
牛客网是AC的,这边AC不了?
#include <iostream> #include <stdio.h> #include <string.h> using namespace std; const int maxn = 1010; const int maxb = 4001...
P1176
2020年4月10日 18:43
回复 4
|
赞 0
|
浏览 18.5k
看第一行
DFS之前AC了,但是后来想了一下思路不对。有DFS做出来的麻烦给个评论 下面是BFS 实现 #include<stdio.h> #include<queue> #include<string.h> #include&l...
P1420
2020年4月11日 01:13
回复 7
|
赞 0
|
浏览 9.9k
没有用M就AC了?
#include <stdio.h> using namespace std; const int maxn = 100; int am[maxn]; int main(){ int M,N,X; sca...
P1422
2020年4月9日 23:28
回复 3
|
赞 1
|
浏览 11.1k
蓝翔计算机考研跨考新东方厨师,然后用计算机操作挖掘机炒菜 :P
#include <stdio.h> #include <string.h> using namespace std; int main(){ int n; while(scanf(&...
P1626
2020年4月10日 14:39
回复 0
|
赞 0
|
浏览 9.6k
蓝翔计算机考研跨考新东方厨师,然后用计算机操作挖掘机炒菜 :P
分类讨论 先剔除A B C有0的情况 再分2类,让A < B,为了方便 C < A < B(可以直接口算结果) A < C < B(C倒A分类,C倒B可以口算结果) A < B < C(稍微麻烦) #include ...
P1630
2020年4月9日 17:04
回复 0
|
赞 1
|
浏览 9.5k
蓝翔研究生
#include #include using namespace std; const int maxn = 1000; char a[maxn], b[maxn]; int dp[maxn][maxn]; int main(){ //...
P1627
2020年4月9日 16:51
回复 0
|
赞 0
|
浏览 8.9k
本科学校:蓝翔
目标学校:新东方
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!