主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
tuesdasy
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
9
发帖
0
笔记
0
Ta的粉丝
126
关注数
0
粉丝数
126
获赞数
11
阅读数
51453
括号匹配(结构体方法)
新手,勿喷 这里采用的是结构体的方法 实际上再开辟一个数组直接记录不匹配括号的下标会更简洁(有空再写) #include <iostream> using namespace std; #include <string.h> #include...
P1296
2022年3月6日 14:54
回复 1
|
赞 1
|
浏览 5.2k
骑车路线
新手 flag标记 #include <iostream> using namespace std; #include <string.h> #include <math.h> int main () { int n; ...
P1737
2022年3月16日 11:19
回复 0
|
赞 1
|
浏览 4.1k
dfs全排列
新手 #include <iostream> using namespace std; #include <string.h> int vis[100]; char str[100];//输入字符串 char str1[100];//存放输...
P1185
2022年3月12日 10:19
回复 0
|
赞 2
|
浏览 5.1k
先序和中序能够唯一确定一棵树(易于理解)
新手 #include <iostream> using namespace std; #include <string.h> typedef struct node //结构体 { int data; struct node *lchil...
P1317
2022年3月8日 15:25
回复 0
|
赞 1
|
浏览 6.9k
加了一个层序遍历
新手 #include <iostream> using namespace std; #include <queue> typedef struct node { char data; struct node *lchild ,...
P1109
2022年3月7日 19:11
回复 0
|
赞 2
|
浏览 6.7k
优先队列合并果子
新手 #include <iostream> using namespace std; #include <queue> #include <vector> int main () { int n, sum = 0, sum2 ...
P1544
2022年3月7日 11:13
回复 0
|
赞 1
|
浏览 4.9k
括号匹配问题(注意多组输入,栈内清空)
新手 #include <iostream> using namespace std; #include <string.h> #include <stack> char s[260]; stack <char> s...
P1067
2022年3月6日 13:12
回复 0
|
赞 1
|
浏览 6.7k
C
新手,轻喷 #include <stdio.h> #include <string.h> char a[1005]; char b[1005]; char c[1005]; void reverse (char * a, int len...
P1474
2022年3月4日 15:00
回复 0
|
赞 1
|
浏览 4.9k
大数进制转换
新手,自己琢磨的,轻喷 还能简化,有时间再搞 #include using namespace std; #include #include #include int main () { char s[30]; char s2...
P1178
2022年2月25日 22:25
回复 0
|
赞 1
|
浏览 6.9k
本科学校:浙江工业大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!