主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
fighting789456
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
10
发帖
0
笔记
0
Ta的粉丝
168
关注数
0
粉丝数
168
获赞数
0
阅读数
51932
循环
#include<bits/stdc++.h> using namespace std; int cal(int a,int b,int c){ return c+c+(b+c)*10+(a+b)*100; } int f(){ for(int a=...
P1165
2022年3月6日 20:23
回复 0
|
赞 0
|
浏览 4.7k
DFs
#include<bits/stdc++.h> using namespace std; const int N=25; int n,m; int a[N]; int q[N]; int ans; void dfs(int idx,int rest,int n...
P1164
2022年3月6日 20:18
回复 0
|
赞 0
|
浏览 4.8k
...
#include<bits/stdc++.h> using namespace std; const int N=1e4+10; int n; int main(){ while(cin>>n){ int a=1e-6,b=1e6; ...
P1163
2022年3月6日 19:59
回复 0
|
赞 0
|
浏览 4.5k
迭代加深
#include<bits/stdc++.h> using namespace std; typedef long long LL; const int INF=1e9; char s[20]; int n; bool st[20]; in...
P1162
2022年3月6日 19:55
回复 0
|
赞 0
|
浏览 5.4k
设置递归深度
``` #include<bits/stdc++.h> using namespace std; typedef long long LL; const int INF=1e9; char s[20]; int n; bool st[20]; int ans; ...
P1162
2022年3月6日 19:49
回复 0
|
赞 0
|
浏览 5.1k
结构体建树
``` #include<bits/stdc++.h> using namespace std; const int N=1e6+10; string s; struct node{ int l,r; ...
P1161
2022年3月6日 18:33
回复 0
|
赞 0
|
浏览 6.2k
题目
``` #include<bits/stdc++.h> using namespace std; double a[2][3]; const double PI=acos(-1); int f(){ for(int j=1;...
P1160
2022年3月6日 17:42
回复 0
|
赞 0
|
浏览 6.0k
无题
``` #include<bits/stdc++.h> using namespace std; const int N=110; struct P{ int a,b; }p[N]; bool cmp(P a,P b){ ...
P1159
2022年3月6日 17:21
回复 0
|
赞 0
|
浏览 5.1k
记忆化搜索 & dp
记忆化搜索 ``` #include<bits/stdc++.h> using namespace std; const int mod=1e9; const int N=1e6+10; int mp[N][30]; bool st[N][30]; int ...
P1158
2022年3月6日 17:15
回复 0
|
赞 0
|
浏览 5.3k
按键图片在此
``` #include using namespace std; int mp[100]; int an[100]; string s; int main(){ for(int i=0;i<15;i++){ &nbs...
P1157
2022年3月6日 16:36
回复 0
|
赞 0
|
浏览 4.9k
本科学校:东京大学
目标学校:北京大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!