主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
kas
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
25
发帖
0
笔记
0
Ta的粉丝
137
关注数
0
粉丝数
137
获赞数
7
阅读数
130237
压轴题???只需注意不存在的情况即可
#include<iostream> #include<vector> using namespace std; int main() { int n = 0, col_num = 0, row_num = 0, col_...
P1656
2022年3月18日 21:41
回复 0
|
赞 1
|
浏览 5.7k
数组迭代,父子关系easy题型
#include<iostream> #include<vector> #include<algorithm> using namespace std; vector<int> FindLevel(int parent[],int sta...
P1654
2022年3月18日 21:21
回复 0
|
赞 0
|
浏览 5.3k
模板的easy题目
#include<iostream> #include<vector> #include<algorithm> #define INF 100000 using namespace std; typedef struct node {  ...
P1655
2022年3月18日 20:50
回复 0
|
赞 0
|
浏览 5.3k
easy题
#include<iostream> using namespace std; void Cal(string& str) { int carry = 1; char c; &...
P1647
2022年3月18日 19:59
回复 0
|
赞 2
|
浏览 6.2k
数学基础很重要!!!
#include<iostream> #include<vector> #include<cmath> using namespace std; int main() { int t,n,total = 0,...
P1489
2022年3月18日 15:43
回复 0
|
赞 1
|
浏览 7.8k
啊这,线下耗时最久,考试必败题
#include<iostream> using namespace std; int main() { string str; while (cin >> str) {  ...
P1490
2022年3月18日 10:17
回复 0
|
赞 0
|
浏览 6.0k
啊这,无脑了
// 0 1 2 3 4 5 6 7 8 9 #include<iostream> #include<vector> using namespace std; int main() { string str; &nbs...
P1488
2022年3月17日 19:27
回复 0
|
赞 0
|
浏览 5.4k
二进制数字翻转
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int t; ...
P1487
2022年3月17日 19:02
回复 0
|
赞 0
|
浏览 6.8k
先将1000000000全计算出来,在进行一次遍历即可
#include<iostream> #include<map> #include<cmath> using namespace std; int main() { long int N,n,temp = 1...
P1560
2022年3月17日 15:49
回复 0
|
赞 0
|
浏览 4.4k
二叉树(北京邮电大学)
#include<iostream> using namespace std; typedef struct node { char val; struct node* left, * right;...
P1561
2022年3月17日 15:26
回复 0
|
赞 0
|
浏览 4.3k
复制、剪切、粘贴(easy)
#include<iostream> using namespace std; int main() { string s,opt,t; int m,l,r,p; &n...
P1559
2022年3月17日 10:31
回复 0
|
赞 0
|
浏览 3.7k
easy(全是for)
#include<iostream> #include<map> using namespace std; int main() { int N,n,m; cin >> ...
P1558
2022年3月17日 10:18
回复 0
|
赞 0
|
浏览 4.4k
寻找变化前01序列(easy题)
#include<iostream> using namespace std; int main() { int n,size,i,cnt; string str,ans; &nbs...
P1557
2022年3月17日 10:07
回复 0
|
赞 0
|
浏览 5.5k
三元组(easy)
#include<iostream> using namespace std; int main() { int n,m,num[50],cnt; cin >> n; &...
P1556
2022年3月17日 09:57
回复 0
|
赞 0
|
浏览 4.6k
easy
#include<iostream> #include<map> using namespace std; int main() { int n,m,num[100],val; ma...
P1388
2022年3月17日 09:50
回复 0
|
赞 0
|
浏览 5.3k
查找 - 北邮(简单模拟-easy)
#include<iostream> #include<algorithm> using namespace std; int main() { string str, opt, temp;...
P1387
2022年3月17日 09:46
回复 0
|
赞 0
|
浏览 5.0k
树查找
#include<iostream> #include<cmath> using namespace std; int main() { int n, num[1001], i, deep; &n...
P1386
2022年3月17日 09:33
回复 0
|
赞 0
|
浏览 4.2k
打牌
#include<iostream> #include<map> using namespace std; int main() { string a, b; map<int,...
P1385
2022年3月17日 09:22
回复 0
|
赞 1
|
浏览 4.6k
矩阵幂
运用快速幂的方法解题即可 #include<iostream> #include<string> using namespace std; int main() { int n, k, num[1...
P1384
2022年3月17日 09:04
回复 0
|
赞 0
|
浏览 5.1k
查找第K小数
#include<iostream> #include<set> #include<algorithm> #include<vector> using namespace std; int main() { ...
P1383
2022年3月16日 21:35
回复 0
|
赞 0
|
浏览 7.0k
1
2
本科学校:西京学院
目标学校:北京邮电大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!