主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
老猫
小学渣
关注
发消息
文章
0
题解
60
发帖
0
笔记
0
Ta的粉丝
361
关注数
1
粉丝数
361
获赞数
43
阅读数
524581
打卡
#include<iostream> #include<string> #include<string.h> #include<vector> #include<stdio.h> #include <queue&g...
P1565
2021年1月26日 10:54
回复 0
|
赞 0
|
浏览 8.3k
一点点变形
#include<iostream> #include<string> #include<string.h> #include<vector> #include<stdio.h> #include<algorith...
P1311
2021年1月25日 14:24
回复 0
|
赞 0
|
浏览 8.0k
bfs
#include<iostream> #include<string> #include<string.h> #include<cstring> #include<stack> #include<vector>...
P1126
2021年1月22日 12:01
回复 0
|
赞 0
|
浏览 9.2k
简洁
#include<iostream> using namespace std; string s; int a[10];//标记字母 int b[10]; void paixu(int step,int n) { if(step==n) { for(i...
P1185
2021年1月21日 21:41
回复 0
|
赞 1
|
浏览 8.0k
暴力
#include<bits/stdc++.h> using namespace std; int main() { int n,x,y,z,re1,re2; while(cin>>n>>x>>y>>z) { ...
P1274
2021年1月20日 20:56
回复 0
|
赞 0
|
浏览 8.6k
暴力
a>0 b=2或6 c=1或6 #include<iostream> using namespace std; int main() { int a,b,c; for(a=1;a<10;a++) for(b=2;b<7...
P1165
2021年1月20日 20:37
回复 0
|
赞 0
|
浏览 9.2k
过
#include <iostream> #include <string> #include <string.h> #include <map> using namespace std; int main() { int ...
P1175
2021年1月20日 11:39
回复 0
|
赞 2
|
浏览 10.5k
签到题
#include <iostream> #include <string> #include <string.h> #include <map> using namespace std; int main() { int ...
P1329
2021年1月20日 11:20
回复 0
|
赞 1
|
浏览 9.2k
签到题
#include <iostream> #include <string> #include <string.h> using namespace std; typedef struct node { int data; struc...
P1396
2021年1月20日 10:28
回复 0
|
赞 1
|
浏览 9.2k
一个弱鸡思路
弱鸡想法: 前序和中序确定一个树 所以求出每个树的前序和中序序列然后看是否相同 #include <iostream> #include <string> #include <string.h> using namespace std...
P1317
2021年1月20日 09:55
回复 0
|
赞 2
|
浏览 9.2k
签到题
#include <iostream> #include <string> #include <string.h> using namespace std; typedef struct node { int data; struc...
P1411
2021年1月19日 17:17
回复 0
|
赞 0
|
浏览 7.6k
记录
#include <iostream> #include <string> #include <string.h> using namespace std; bool levelsym(string s) { int len=s.siz...
P1551
2021年1月19日 16:40
回复 0
|
赞 0
|
浏览 8.0k
递归
#include<iostream> using namespace std; int m,n,cnt=0; void DFS(int root){ if(root>n) return; cnt++; DFS(root*2); ...
P1264
2021年1月19日 13:22
回复 0
|
赞 0
|
浏览 8.1k
用二叉树性质
父节点等于当前节点/2取下限 #include <bits/stdc++.h> using namespace std; int main() { long long x,y; long long a[50],b[50]; while(cin>&g...
P1233
2021年1月19日 10:37
回复 0
|
赞 0
|
浏览 8.5k
简单思路
使用map输入优先级 其他和括号题判断一样 #include <bits/stdc++.h> using namespace std; int main() { int n; string s; map<char ,int>prior;...
P1067
2021年1月17日 22:15
回复 0
|
赞 0
|
浏览 10.9k
签到题
#include <bits/stdc++.h> using namespace std; int main() { string s; while(cin>>s) { stack<char>st; for(int i=0;...
P1501
2021年1月17日 21:34
回复 0
|
赞 0
|
浏览 7.5k
简洁
#include <bits/stdc++.h> using namespace std; int main() { int c[10]={0}; string a; while(cin>>a) { int cnt=0; for(i...
P1182
2021年1月17日 17:11
回复 0
|
赞 1
|
浏览 8.4k
纯字符串模拟乘法
#include <bits/stdc++.h> using namespace std; string jiafa(string a,string b)//加法,返回字符串相加结果 { if(a.size()<b.size()) swap(a,b);//...
P1475
2021年1月17日 16:29
回复 0
|
赞 0
|
浏览 8.1k
简洁
#include <bits/stdc++.h> using namespace std; int main() { string a,b; while(cin>>a>>b) { if(a.size()<b.size()) ...
P1474
2021年1月17日 16:06
回复 0
|
赞 0
|
浏览 9.0k
简洁
#include <bits/stdc++.h> using namespace std; int main() { long long n; long long a[72]={1,1,2}; while(cin>>n) { for(...
P1111
2021年1月17日 14:20
回复 0
|
赞 0
|
浏览 7.9k
1
2
3
本科学校:华南理工大学
目标学校:华南理工大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!