首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
上头内啡肽
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
7
发帖
0
笔记
0
Ta的粉丝
1
关注数
0
粉丝数
1
获赞数
19
阅读数
1206
计算表达式 题解:
#include <iostream> #include <cstring> #include <algorithm> #include<stack> #include<unordered_map> #define debu...
P1281
2025年3月23日 10:03
回复 0
|
赞 1
|
浏览 92
计算表达式 题解:
#include <iostream> #include <cstring> #include <algorithm> #include<stack> #include<unordered_map> #define debu...
P1281
2025年3月23日 10:03
回复 0
|
赞 0
|
浏览 58
极大连通图个数 题解:
#include<iostream> using namespace std; const int N = 110; char g[N][N]; int dx[8] = {-1, -1, -1, 0, 1, 1, 1, 0}; int dy[8] = {-1, 0, 1,...
P1975
2025年3月3日 16:36
回复 0
|
赞 3
|
浏览 164
分解质因数 题解:
#include <iostream> #include <cstring> #include <algorithm> #include <cmath> #include <queue> using namespace st...
P1968
2025年3月3日 15:00
回复 0
|
赞 2
|
浏览 173
特别的除法 题解:
#include <iostream> #include <cstring> #include <algorithm> using namespace std; int main() { double a,b; &n...
P1796
2025年3月3日 14:28
回复 0
|
赞 4
|
浏览 172
输出柱状图 题解:
// 柱状图要顶满,上方不要有空白! #include<iostream> using namespace std; const int N = 15; int a[N]; int g[N][N]; i...
P1969
2025年3月3日 14:19
回复 0
|
赞 2
|
浏览 179
不甘心的皇后 题解:
#include <iostream> #include <cstring> #include <algorithm> #include<bits/stdc++.h> using namespace std; const int N =...
P1970
2025年3月2日 21:48
回复 0
|
赞 7
|
浏览 368
本科学校:南京航空航天大学
目标学校:四川大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!