主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
可可爱爱草莓派
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
38
发帖
0
笔记
0
Ta的粉丝
11
关注数
0
粉丝数
11
获赞数
2
阅读数
25925
剩下的树 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int l,m; while(cin >> l >> m){ &...
P1175
2024年9月17日 12:03
回复 0
|
赞 0
|
浏览 258
谁是你的潜在朋友 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n,m; cin >> n >> m; i...
P1225
2024年9月17日 11:54
回复 0
|
赞 0
|
浏览 327
统计同成绩学生人数 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n; while(cin >> n){ if(n ==...
P1329
2024年9月17日 11:45
回复 0
|
赞 0
|
浏览 214
合并果子 题解:
#include<bits/stdc++.h> using namespace std; int main(){ priority_queue<int,vector<int>,greater<int>> pq; ...
P1544
2024年9月17日 11:36
回复 0
|
赞 0
|
浏览 315
栈(匹配),vector(记录,修改)题解:
#include<bits/stdc++.h> using namespace std; map<char,char> match = { { '(','...
P1296
2024年9月17日 10:50
回复 0
|
赞 0
|
浏览 311
A+B问题 题解:
#include using namespace std; string Add(string a,string b){ int flag = 0; if(a[0] == '-' && b[0]...
P1000
2024年9月2日 10:51
回复 0
|
赞 0
|
浏览 1.0k
素数 题解:
#include<bits/stdc++.h> using namespace std; const int maxn = 1000000 + 5; int prime[maxn]; void getPrime(){ memset(prime,...
P1375
2024年9月1日 20:35
回复 0
|
赞 0
|
浏览 1.0k
素数判定 题解:
#include<bits/stdc++.h> using namespace std; const int maxn = 1000000 + 5; int prime[maxn]; void getPrime(){ memset(prime,...
P1102
2024年9月1日 20:12
回复 0
|
赞 0
|
浏览 964
求S(n) 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n; while(cin >> n){  ...
P1500
2024年9月1日 17:45
回复 0
|
赞 0
|
浏览 926
用vector每次用erase删除表演的小朋友
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; vector<int&...
P1018
2024年9月1日 17:32
回复 0
|
赞 0
|
浏览 959
组队刷题 题解:
#include<bits/stdc++.h> using namespace std; struct Ques{ double jl,tm; }qu[1010]; bool cmp(Ques a,Ques b){ ...
P1307
2024年8月31日 09:11
回复 0
|
赞 0
|
浏览 899
喝饮料 题解:
#include<bits/stdc++.h> using namespace std; struct Drink{ double mi,wi;//mi毫升,价格为wi }dk[1010]; bool cmp(Drink a,Drink b){...
P1478
2024年8月30日 20:51
回复 0
|
赞 0
|
浏览 991
查找第K小数 题解:
//方法1-------------------------------------------方法1:硬写 #include<bits/stdc++.h> using namespace std; //int main(){ // int...
P1383
2024年8月30日 19:02
回复 0
|
赞 0
|
浏览 1.1k
比较笨
#include<bits/stdc++.h> using namespace std; string op1(string op,string sss){//翻转 int n = sss.size(); int i ...
P1387
2024年8月30日 17:48
回复 0
|
赞 0
|
浏览 945
教的map用的map
#include<bits/stdc++.h> using namespace std; int main(){ int n; map<int,int> mp; while(c...
P1388
2024年8月30日 16:28
回复 0
|
赞 0
|
浏览 913
map解法
#include<bits/stdc++.h> using namespace std; int main(){ int n,m; while(cin >> n >> m){ &...
P1177
2024年8月30日 16:20
回复 0
|
赞 0
|
浏览 967
动态查找问题 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n,q; while(cin >> n){  ...
P1477
2024年8月30日 10:13
回复 0
|
赞 0
|
浏览 1.0k
需要注意!有中英文的区别不然只有33.3%通过率
//方法一:结构体 #include<bits/stdc++.h> using namespace std; struct Node { string name; string sex; &nb...
P1476
2024年8月30日 10:01
回复 0
|
赞 0
|
浏览 930
日志排序 题解:75%通过写cmp用sort(a,a+n,cmp)
#include<bits/stdc++.h> using namespace std; struct Log{ char name[12]; int y,month,d,h,minute,s,hs; ...
P1227
2024年8月26日 16:51
回复 1
|
赞 0
|
浏览 1.0k
写复杂了
#include<bits/stdc++.h> using namespace std; struct Big{ string num; int len; }big[110]; bool cmp(Big a,Big...
P1412
2024年8月27日 18:26
回复 0
|
赞 0
|
浏览 950
1
2
本科学校:bilibilil大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!