首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
奥里给
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
8
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
13
阅读数
890
01序列 题解:
#include<iostream> using namespace std; int aa[10]; int main() { for(int i=0;i<64;i++) { &nbs...
P1001
2025年3月22日 18:35
回复 0
|
赞 1
|
浏览 54
赛车游戏 题解:
#include <iostream> #include <algorithm> using namespace std; #include <iomanip> int ans=0; struct node { &nb...
P1935
2025年3月18日 20:53
回复 0
|
赞 0
|
浏览 148
最少钱币数 题解:
#include <iostream> #include <algorithm> using namespace std; #include <iomanip> int a[6000]; int mon[]={100,50,10,5,2,1}; ...
P1662
2025年3月18日 16:30
回复 0
|
赞 2
|
浏览 159
喝饮料 题解:(double)drinks[i].mi/ drinks[i].wi;注意转换成double
#include <iostream> #include <algorithm> #include <iomanip> using namespace std; struct Drink { int mi; //...
P1478
2025年3月18日 13:21
回复 0
|
赞 1
|
浏览 119
动态查找问题 题解:转换成字符串操作
#include<iostream> #include<string> using namespace std; int main() { char ch[1000]; int n;...
P1477
2025年3月17日 15:28
回复 0
|
赞 0
|
浏览 86
数字排序 题解:stod(s)函数转换之后的小数和字符串不一致会报错50%
#include <iostream> #include <algorithm> #include <vector> #include <string> using namespace std; struct node{ ...
P1966
2025年3月16日 20:04
回复 0
|
赞 3
|
浏览 94
整数排序 题解:
#include <iostream> #include <vector> #include <string> #include <algorithm> #include <sstream> using namespace ...
P1905
2025年3月16日 18:37
回复 0
|
赞 3
|
浏览 96
字符串排序3 题解:
#include<iostream> #include<string> #include<algorithm> using namespace std; // 定义结构体,存储字符串的长度和索引 typedef struct node { &...
P1261
2025年3月12日 19:33
回复 0
|
赞 3
|
浏览 134
本科学校:贵州大学
目标学校:计算机
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!