主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
sherpahu
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
375
关注数
0
粉丝数
375
获赞数
3
阅读数
49409
折半+状态压缩
#include <bits/stdc++.h> using namespace std; int f[39]; //第39项Fibonacci数为102334155(>1e8) map<int,int> cnt1, cnt2; int mai...
P1625
2021年3月21日 20:12
回复 0
|
赞 0
|
浏览 9.4k
DFS
#include <bits/stdc++.h> using namespace std; vector<int>g[1010]; bool vis[1010]; void dfs(int x){ vis[x]=true; for(int...
P1456
2021年3月18日 09:41
回复 0
|
赞 0
|
浏览 8.2k
stringstream+01背包
#include <bits/stdc++.h> using namespace std; bool isNum(string&s){ for(char c:s){ if(!('0'<=c&&c<='9'))r...
P1419
2021年3月18日 09:27
回复 0
|
赞 0
|
浏览 8.2k
暴力推算
#include <bits/stdc++.h> using namespace std; int n; int xq[5000][20][50]; int isLeap(int y){ if(y%4==0&&y%100!=0||y%400==...
P1290
2021年3月17日 22:47
回复 0
|
赞 0
|
浏览 8.0k
暴力推算
不考虑儒略历推算,公元1年1月1日是星期一 #include <bits/stdc++.h> using namespace std; int n; int xq[5000][20][50]; int isLeap(int y){ if(y%4==0&a...
P1287
2021年3月17日 22:43
回复 0
|
赞 1
|
浏览 7.7k
奇怪的题目
#include <bits/stdc++.h> using namespace std; int main(){ int n,m; while(cin>>n>>m){ if(n==1&&m==1)puts(...
P1628
2021年3月15日 22:02
回复 0
|
赞 2
|
浏览 8.0k
本科学校:清华大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!