主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
h1h
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
0
笔记
0
Ta的粉丝
44
关注数
0
粉丝数
44
获赞数
5
阅读数
3634
循环位移 题解:循环就是把数组“复制一遍”
#include<iostream> #include<algorithm> #include<unordered_map> using namespace std; unordered_map<string,bool> h; int ...
P1912
2023年7月7日 21:44
回复 0
|
赞 1
|
浏览 705
十六进制不进位加法 题解:
#include<iostream> #include<algorithm> #include<cstring> using namespace std; int main() { string a,b;  ...
P1702
2023年7月7日 20:59
回复 0
|
赞 2
|
浏览 770
最大子串和 题解:
#include<iostream> #include<vector> #include<algorithm> #include<cstring> using namespace std; const int N=110; int n...
P1703
2023年7月7日 20:18
回复 0
|
赞 1
|
浏览 953
非素数个数 题解:
#include<stdio.h>//c语言版本 #define N 10000000 int primes[N],cnt; int st[N]; void get_primes(int n) { st[1]=0;  ...
P1701
2023年7月4日 11:59
回复 0
|
赞 1
|
浏览 1.2k
本科学校:武汉工程大学
目标学校:厦门大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!