主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
damowanghwj
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
34
发帖
0
笔记
0
Ta的粉丝
89
关注数
0
粉丝数
89
获赞数
2
阅读数
19148
统计卡牌的值 题解:map
#include<bits/stdc++.h> using namespace std; map<char,int> f = {{'J',1},{'Q',2},{'K',3},{'A',4} }...
P1735
2024年3月16日 12:58
回复 0
|
赞 0
|
浏览 359
拦截导弹 题解:动态规划
#include <iostream> #include <cstdio> #include<algorithm> #include<cmath> #include<queue> #include<climits...
P1256
2024年3月13日 15:31
回复 0
|
赞 0
|
浏览 669
并查集 题解:
#include <iostream> #include <cstdio> using namespace std; int fa[10005]; int find(int x){ if(x == fa[x]){ retur...
P1586
2024年3月13日 10:20
回复 0
|
赞 0
|
浏览 399
畅通工程2 题解:并查集
#include <iostream> #include <cstdio> using namespace std; int fa[1005]; int find(int x){ if(x == fa[x]){ return...
P1319
2024年3月13日 10:10
回复 0
|
赞 0
|
浏览 448
排序去重 题解:c++ sort 和 unique函数
#include <iostream> #include<cstdio> #include<algorithm> #include<string> #include<vector> using namespace std...
P1898
2024年3月12日 19:44
回复 0
|
赞 0
|
浏览 442
十进制和二进制 题解:实现了二进制字符串转化为十进制字符串 但依旧还是ac50%,搞不懂了。
#include <iostream> #include<cstdio> #include<algorithm> #include<string> #include<vector> using namespace std; ...
P1176
2024年3月12日 13:27
回复 2
|
赞 0
|
浏览 682
统计单词 题解:欢迎各位佬指正(已ac)
#include <cstdio> #include<cstring> #include<iostream> #include<algorithm> using namespace std; int main(){ s...
P1394
2024年3月11日 19:40
回复 0
|
赞 0
|
浏览 409
击鼓传花 题解:队列实现
#include <iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<queue&...
P1018
2024年3月11日 17:01
回复 0
|
赞 0
|
浏览 608
最大连续子序列 题解:有点麻烦
#include<cstdio> #include <iostream> #include<string> #include<algorithm> #include<vector> #include<climits...
P1334
2024年3月9日 15:27
回复 0
|
赞 0
|
浏览 708
生化武器 题解:经典bfs
#include <iostream> #include<cstdio> #include<string> #include<queue> #include<cstring> using namespace std; ...
P1126
2024年3月8日 20:04
回复 0
|
赞 1
|
浏览 700
删除字符串2 题解:暴力法hh
#include<cstdio> #include<iostream> #include<string> using namespace std; int main(){ string str; cin >> ...
P1027
2024年3月6日 17:10
回复 1
|
赞 0
|
浏览 663
求三角形的面积 题解:海伦公式
#include<cstdio> #include<iostream> #include<string> #include<map> #include<cmath> using namespace std; dou...
P1125
2024年3月6日 19:49
回复 0
|
赞 0
|
浏览 574
变位词 题解:map实现哈希表 有点麻烦
#include<cstdio> #include<iostream> #include<string> #include<map> using namespace std; map<char,int> myMap = ...
P1032
2024年3月6日 18:49
回复 0
|
赞 0
|
浏览 379
最长连续因子 题解:易理解
#include<cstdio> #include<iostream> #include<string> using namespace std; int main(){ int n;//待输入的整数 cin >&g...
P1020
2024年3月6日 16:53
回复 0
|
赞 1
|
浏览 767
1
2
本科学校:NIT
目标学校:华中农业大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!