主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
AlbertTuring
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
3
发帖
0
笔记
0
Ta的粉丝
36
关注数
0
粉丝数
36
获赞数
6
阅读数
3204
C++简单模拟
简单模拟 #include<iostream> #include<cstring> using namespace std; const int N = 20; char map[N][N]; bool st[N][N]; int ...
P1675
2023年6月29日 10:47
回复 1
|
赞 2
|
浏览 1.2k
C++简单模拟
题目数据范围很小,可以直接暴力枚举做,时间复杂度O(n^2) #include<iostream> #include<cstring> using namespace std; const int N = 200; string s[N]; st...
P1098
2023年6月29日 19:19
回复 0
|
赞 2
|
浏览 1.1k
kruskal模板的简洁写法
#include<iostream> #include<algorithm> using namespace std; struct edge { int a, b, w; bool operator<(co...
P1611
2023年6月29日 15:56
回复 0
|
赞 2
|
浏览 899
本科学校:华南理工大学
目标学校:北京大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!