主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
酷酷兔
这个人很懒,什么都没有写...
关注
发消息
文章
99
题解
0
发帖
0
笔记
0
Ta的粉丝
120
关注数
0
粉丝数
120
获赞数
8
阅读数
98332
放苹果
#include <stdio.h> #include <string.h> int f(int m, int n); int main() { int m, n; while (scanf("%d %d", &m, &...
备考心情
2024年8月13日 11:05
回复 0
|
赞 0
|
浏览 897
走路还是坐公交
#include <iostream> #include <algorithm> #include <stack> #include <string.h> #include <stdio.h> #include <...
备考心情
2024年8月11日 10:44
回复 0
|
赞 0
|
浏览 1.0k
Head of a Gang
#include <iostream> #include <map> using namespace std; map<string, int> stringToInt; map<int, string> intToString; ...
备考心情
2024年8月9日 11:30
回复 0
|
赞 0
|
浏览 979
找出直系亲属
#include<iostream> #include<string> #include<vector> using namespace std; const int maxn = 26; vector<int> g[maxn];...
备考心情
2024年8月7日 21:03
回复 0
|
赞 0
|
浏览 1.1k
Is It A Tree?
王道
备考心情
2024年8月7日 20:17
回复 0
|
赞 0
|
浏览 1.1k
Squre
见王道
备考心情
2024年8月6日 18:18
回复 0
|
赞 0
|
浏览 1.0k
2的幂次方
#include <stdio.h> #include <stdint.h> #include <string.h> void GetNumber(int n) { int res[15] = {0}, index = 0, cou...
备考心情
2024年8月5日 14:16
回复 0
|
赞 1
|
浏览 993
区间贪心
见王道
备考心情
2024年8月5日 12:14
回复 0
|
赞 0
|
浏览 900
代理服务器
#include<bits/stdc++.h> #include<vector> using namespace std; int getCnt(vector<string>& proxy, vector<string>...
备考心情
2024年8月4日 22:34
回复 0
|
赞 0
|
浏览 969
ZIG-ZAG
#include<iostream> #include<string> #include<vector> #include<algorithm> #include<string.h> #include<queue&...
备考心情
2024年8月4日 10:53
回复 0
|
赞 0
|
浏览 1.1k
大数运算
见王道
备考心情
2024年8月1日 16:55
回复 0
|
赞 0
|
浏览 1.0k
求 root(N,k)
#include <stdio.h> int root(int N,int k) { if(N >= k) { int num = 0; while(N != 0) { ...
备考心情
2024年8月1日 14:09
回复 0
|
赞 0
|
浏览 1.0k
字符串匹配
#include <iostream> #include <string> #include <vector> #include <unordered_set> using namespace std; string s; uno...
备考心情
2024年7月31日 09:18
回复 0
|
赞 0
|
浏览 1.0k
坠落的蚂蚁
#include <iostream> #include<vector> #include<algorithm> using namespace std; struct ant { int pos; int direct; ...
备考心情
2024年7月31日 08:32
回复 0
|
赞 0
|
浏览 966
Repeater
#include <bits/stdc++.h> using namespace std; int N; char origin[7][7]; char pic[3005][3005]; void draw(int Q,int x,int y){ i...
备考心情
2024年7月28日 21:01
回复 0
|
赞 0
|
浏览 1.0k
最长公共子序列LCS
#include <iostream> #include <string> using namespace std; int main() { // 从标准输入读取三个字符串 string a, b, c; cin >&...
备考心情
2024年7月28日 12:27
回复 0
|
赞 0
|
浏览 891
将军的书
C++: #include <cmath> #include <iostream> #include <string> using namespace std; int main() { int n; while ...
备考心情
2024年7月28日 12:17
回复 0
|
赞 0
|
浏览 1.1k
冲刺一个月
冲刺一个月
备考心情
2024年7月28日 11:10
回复 0
|
赞 0
|
浏览 949
中科大BDAA-K皇后
#include<bits/stdc++.h> #define N 20100 #define K 600 using namespace std; bool attack[N], havequeen[N]; int n, m, k, sum;//sum为被攻击的位置个数...
备考心情
2024年7月5日 09:59
回复 0
|
赞 0
|
浏览 1.2k
最短路径
#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstring> #include <string> #include <algorithm> using na...
备考心情
2024年6月18日 21:50
回复 0
|
赞 0
|
浏览 1.2k
1
2
3
4
5
本科学校:合肥工业大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!