主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
蒋黎明
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
17
发帖
0
笔记
0
Ta的粉丝
133
关注数
0
粉丝数
133
获赞数
4
阅读数
93179
C++
P1532
2022年3月20日 15:55
回复 0
|
赞 0
|
浏览 4.8k
C++
#include<bits/stdc++.h> using namespace std; struct node{ char c; int order; }; bool cmp(...
P1012
2022年3月18日 12:12
回复 0
|
赞 0
|
浏览 5.5k
C++二维dp
#include<bits/stdc++.h> using namespace std; int w[10001]; int v[10001]; int main(){ int n,s; whi...
P1569
2022年3月18日 10:22
回复 0
|
赞 0
|
浏览 5.2k
C++
#include<bits/stdc++.h> using namespace std; int main(){ char s[4]; while(scanf("%s", &am...
P1155
2022年3月17日 16:35
回复 0
|
赞 0
|
浏览 5.1k
C++
#include<bits/stdc++.h> using namespace std; struct stu{ string name; int grade; int cinOrder;...
P1151
2022年3月17日 16:32
回复 0
|
赞 0
|
浏览 5.2k
C++
#include<iostream> #include<vector> using namespace std; int main(){ int S; int n; &n...
P1123
2022年3月17日 14:36
回复 0
|
赞 0
|
浏览 4.6k
C++ cmp函数
#include<bits/stdc++.h> using namespace std; bool cmp(int a, int b){ if(a % 2 == 1 && b % 2 == 0){ &...
P1010
2022年3月15日 19:49
回复 0
|
赞 0
|
浏览 7.4k
int转unsigned int后二进制,C++手速
#include<bits/stdc++.h> using namespace std; int main(){ int m; cin >> m;  ...
P1008
2022年3月15日 19:36
回复 0
|
赞 0
|
浏览 7.1k
C++
#include<bits/stdc++.h> using namespace std; bool isFS(int n){ if(n%5==0 && n%6==0) return true; ...
P1007
2022年3月15日 19:25
回复 0
|
赞 1
|
浏览 5.4k
C++
#include<bits/stdc++.h> using namespace std; int temp(int i, int j){ int res = 0; if (i < j){ &...
P1005
2022年3月15日 19:18
回复 0
|
赞 0
|
浏览 5.1k
字符串相加
#include<iostream> #include<vector> #include<algorithm> #include <string> #include<cstdio> #include<cmath>...
P1003
2022年3月15日 18:51
回复 0
|
赞 0
|
浏览 5.0k
C++手速版
#include<iostream> #include<string> #include<algorithm> using namespace std; int result(int n){ string s ...
P1002
2022年3月15日 18:36
回复 0
|
赞 0
|
浏览 5.6k
十进制转二进制
#include<iostream> #include<string> #include<algorithm>> using namespace std; string get(int n){  ...
P1001
2022年3月15日 18:27
回复 0
|
赞 2
|
浏览 7.3k
map简洁做法
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin >> n;  ...
P1810
2022年2月21日 17:03
回复 0
|
赞 0
|
浏览 4.6k
a与b得到c
#include<bits/stdc++.h> using namespace std; bool calculate(int a, int b, int c){ if((a + b) == c) return true; ...
P1821
2022年2月3日 20:34
回复 0
|
赞 0
|
浏览 4.4k
长方形中的正方形
#include<bits/stdc++.h> using namespace std; int main(){ int m,n; cin >> m >> n;  ...
P1819
2022年2月3日 19:44
回复 0
|
赞 0
|
浏览 4.3k
最大连续子序列和
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n;  ...
P1826
2022年2月3日 19:06
回复 0
|
赞 1
|
浏览 6.5k
本科学校:北京邮电大学
目标学校:复旦大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!