主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
Kohi
清雅,明澈,悠远。
关注
发消息
文章
0
题解
13
发帖
0
笔记
0
Ta的粉丝
76
关注数
0
粉丝数
76
获赞数
5
阅读数
7717
十进制和二进制 题解:
#include <bits/stdc++.h> using namespace std; string division(string s, const int &from, const int &to, int &remain){ ...
P1176
2024年3月17日 18:55
回复 1
|
赞 0
|
浏览 836
你说得对,但这就是面向对象
#include <iostream> #include <stdio.h> #include <string> #include <string.h> #include <cstring> #include <m...
P1475
2024年3月24日 00:12
回复 0
|
赞 1
|
浏览 361
下次还填非常简单
#include <bits/stdc++.h> using namespace std; const int maxn = 1e4 + 1; int prime[maxn]; void getPrime(){ memset(prime, 0, s...
P1284
2024年3月23日 20:46
回复 0
|
赞 0
|
浏览 561
绝妙精彩!
#include <bits/stdc++.h> using namespace std; typedef long long int lli; const lli mod = 233333; lli mod_string(string s){ l...
P1017
2024年3月23日 20:12
回复 0
|
赞 0
|
浏览 468
素数 题解:
#include <bits/stdc++.h> using namespace std; const int maxn = 1e4 + 1; int prime[maxn]; int ans[maxn]; void getPrime(){ ...
P1375
2024年3月21日 21:32
回复 0
|
赞 0
|
浏览 428
思路解析与代码实现(相对精简,参考了前辈们的题解)
已知油箱初始为空,设有 n 个加油站(按距起点由近到远排序,编号 1...n)。则 no.1 必然要在起点,车才能出发。再令终点为 no.n+1。 假设在 no.i 加满油,到达 no. i+1 时,会消耗掉 from i to i+1 这段距离对...
P1347
2024年3月20日 21:18
回复 0
|
赞 1
|
浏览 565
奥运排序问题 题解:
需要读懂题意。思路不难,写起来略繁琐。 即有n个国家的信息,排序后以规定格式输出指定的m个国家的最优排名和最优排名方式。 #include <bits/stdc++.h> using namespace std; typedef struct{ ...
P1310
2024年3月20日 13:59
回复 0
|
赞 1
|
浏览 584
排序2 题解:
#include <bits/stdc++.h> #define STEP 5 using namespace std; int d[1024], t[1024]; void insertSort(const int &n){ ...
P1106
2024年3月18日 22:40
回复 0
|
赞 1
|
浏览 1.0k
2048游戏 题解:
AC了,居然要一百多行...... #include <bits/stdc++.h> using namespace std; int a[6][6]; void up(){ for(int j = 1; j <= 4; j+...
P1472
2024年3月18日 00:10
回复 0
|
赞 1
|
浏览 522
旋转矩阵 题解:
#include <bits/stdc++.h> using namespace std; int a[101][101], b[101][101]; void one(int &n, int &m){ for(int i...
P1221
2024年3月17日 21:36
回复 0
|
赞 0
|
浏览 479
进制转换3 题解:
#include <bits/stdc++.h> using namespace std; string division(string s, const int &from, const int &to, int &remain){ ...
P1422
2024年3月17日 19:26
回复 0
|
赞 0
|
浏览 819
取模运算 题解:
#include <bits/stdc++.h> using namespace std; int pow_mod(int x, int y,int mod){ int ans = 1; while(y > ...
P5133
2024年3月7日 19:21
回复 0
|
赞 0
|
浏览 625
集合中的相同元素 题解:
#include <bits/stdc++.h> using namespace std; int quickSort(int s[],int from, int to){ int l = from, r = to;  ...
P5105
2024年3月7日 16:23
回复 0
|
赞 0
|
浏览 446
本科学校:中北大学
目标学校:上海大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!