首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
1935569240
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
37
发帖
0
笔记
0
Ta的粉丝
98
关注数
1
粉丝数
98
获赞数
69
阅读数
30191
计算表达式 题解:代码来了哦
#include<iostream> #include<algorithm> #include<stack> #include<string> using namespace std; struct oper { &nbs...
P1281
2024年3月7日 20:36
回复 0
|
赞 5
|
浏览 888
促销计算 题解:
所以5000以上包括5000? #include<iostream> using namespace std; void print(float discount, float pay) { cout << "discount=" <<...
P1091
2024年3月7日 20:16
回复 0
|
赞 3
|
浏览 670
南京理工-括号匹配 题解:简单代码来了,题目输入6行有误
#include<iostream> #include<algorithm> #include<stack> #include<string> using namespace std; int main() { &nbs...
P1838
2024年3月7日 17:40
回复 0
|
赞 1
|
浏览 714
括号匹配问题 题解:代码如下,用两个栈
#include<iostream> #include<algorithm> #include<stack> #include<string> using namespace std; int main() { &n...
P1296
2024年3月7日 17:19
回复 0
|
赞 1
|
浏览 848
括号的匹配 题解:简单的来了哦
#include<iostream> #include<algorithm> #include<stack> #include<string> using namespace std; int main() { &n...
P1067
2024年3月7日 16:35
回复 0
|
赞 1
|
浏览 885
括号匹配 题解:来了哦
#include<iostream> #include<algorithm> #include<stack> #include<string> using namespace std; int main() { &n...
P1501
2024年3月7日 15:55
回复 0
|
赞 0
|
浏览 646
ISBN号码识别 题解:简单哦
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { string s; ...
P2000
2024年3月6日 17:18
回复 0
|
赞 2
|
浏览 595
斐波那契数列 题解:简单哦
#include<iostream> #include<algorithm> #include<string> using namespace std; long long int fav[100] = { 0 }; long long...
P1111
2024年3月6日 15:06
回复 0
|
赞 1
|
浏览 928
喝饮料 题解:简单的
#include<iostream> #include<algorithm> #include<string> using namespace std; struct drink { int nums; ...
P1478
2024年3月6日 13:40
回复 0
|
赞 0
|
浏览 560
查找第K小数 题解:简单代码来了哦
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int n,k; &n...
P1383
2024年3月6日 11:43
回复 0
|
赞 0
|
浏览 636
查找 - 北邮 题解:简单代码来了哦
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { string str; ...
P1387
2024年3月6日 11:33
回复 0
|
赞 3
|
浏览 957
查找1 题解:
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int n; &nbs...
P1388
2024年3月6日 10:49
回复 0
|
赞 0
|
浏览 620
查找学生信息 题解:简单算法
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int n, m; &nb...
P1177
2024年3月6日 10:36
回复 0
|
赞 0
|
浏览 907
链表合并 题解:简单
#include<iostream> #include<algorithm> #include<string> using namespace std; struct node { int data; &...
P1025
2024年3月5日 21:08
回复 0
|
赞 0
|
浏览 621
二元组整数 题解:简单方法来了哦
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int n; &n...
P1024
2024年3月5日 19:23
回复 0
|
赞 2
|
浏览 816
删除最大最小数 题解:考虑最大最小值为同一个时的处理
#include<iostream> #include<algorithm> #include<random> #include<string> #include<time.h> using namespace std;...
P1022
2024年3月5日 16:06
回复 0
|
赞 0
|
浏览 682
最长连续因子 题解:简便的代码来了哦
#include<iostream> #include<string> using namespace std; int main() { int n,maxlen=0; i...
P1020
2024年3月5日 12:59
回复 0
|
赞 3
|
浏览 792
1
2
本科学校:贵州大学
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!