主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
My_opt
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
43
发帖
0
笔记
0
Ta的粉丝
180
关注数
0
粉丝数
180
获赞数
21
阅读数
196066
c++
#include <iostream> using namespace std; const int N = 110; int n, a[N]; int main() { cin >> n; for (int i = 1; i <= ...
P1689
2022年4月30日 02:25
回复 0
|
赞 0
|
浏览 4.8k
c++
#include <iostream> using namespace std; const int N = 15; int n, m, cnt, a[N][N]; void check(int x, int y) { int t = a[x][y]; ...
P1531
2022年4月30日 02:19
回复 0
|
赞 1
|
浏览 5.4k
c++
#include <iostream> using namespace std; int res = 0x3f3f3f3f, x[10], y[10]; int main() { for (int i = 1; i <= 8; i ++ ) ci...
P1830
2022年4月30日 02:07
回复 0
|
赞 1
|
浏览 4.4k
c++
#include <bits/stdc++.h> using namespace std; const int N = 110; int n, m, p, a[N][N]; int main() { cin >> n >> m; ...
P1828
2022年4月30日 01:56
回复 0
|
赞 0
|
浏览 4.7k
map
#include <bits/stdc++.h> using namespace std; int main() { char s; unordered_map<char, char> h; for (int i = 0; i < 26;...
P1824
2022年4月30日 01:53
回复 0
|
赞 0
|
浏览 4.0k
c++
#include <iostream> using namespace std; const int N = 1e8; int cnt, tmp; int main() { double res = 0; for (int i = 1; i ...
P1822
2022年4月30日 01:03
回复 0
|
赞 0
|
浏览 4.4k
c++
#include <iostream> using namespace std; const int N = 110; int n, a, b, c, d; int main() { while (cin >> n) { int cn...
P1732
2022年4月26日 19:23
回复 0
|
赞 0
|
浏览 4.0k
c++
#include <iostream> #include <stack> #include <unordered_map> using namespace std; int n; string op; stack<char>...
P1425
2022年4月26日 19:12
回复 0
|
赞 0
|
浏览 3.7k
c++快排
法一 #include <iostream> using namespace std; const int N = 1e5 + 10; int n, a[N]; void quick_sort(int l, int r) { if (l ...
P1590
2022年4月26日 19:07
回复 0
|
赞 1
|
浏览 5.2k
c++暴力
#include <iostream> #include <cstring> using namespace std; string s1, s2; int main() { while (cin >> s1 >> ...
P1730
2022年4月26日 18:51
回复 0
|
赞 0
|
浏览 4.4k
c++(map做法)
#include <iostream> #include <unordered_map> using namespace std; int a, b; void check(int x) { int res = 0; unordered...
P1450
2022年4月26日 18:25
回复 0
|
赞 0
|
浏览 3.8k
c++
#include <iostream> #include <algorithm> using namespace std; int n, a[11][11], res[30]; int main() { int n; cin >>...
P1423
2022年4月26日 18:09
回复 0
|
赞 0
|
浏览 3.9k
c++
#include <iostream> #include <algorithm> using namespace std; int n, a; vector<int> s, cpy; int main() { while (c...
P1299
2022年4月26日 17:49
回复 0
|
赞 1
|
浏览 3.8k
c++
#include <iostream> using namespace std; int a, b; int rev(int x) { int y = 0; for (; x; x /= 10) y = y * 10 + x % 10; ret...
P1276
2022年4月26日 17:22
回复 0
|
赞 0
|
浏览 4.1k
c++
#include <iostream> using namespace std; int n, a; double res; int main() { cin >> n; while (cin >> a) res += a;...
P1252
2022年4月26日 17:16
回复 0
|
赞 0
|
浏览 3.1k
c++
#include <iostream> using namespace std; int n; bool judge(int x) { if (x % 7 == 0) return true; for (; x; x /= 10) if (x % 1...
P1235
2022年4月26日 17:12
回复 0
|
赞 0
|
浏览 4.2k
c++
#include <iostream> #include <algorithm> using namespace std; string skew; int main() { while (cin >> skew) { ...
P1232
2022年4月26日 17:06
回复 0
|
赞 0
|
浏览 3.6k
c++
#include <iostream> using namespace std; int x, y; int main() { while (cin >> x >> y) { int odd = 0, eve = 0; ...
P1212
2022年4月26日 16:57
回复 0
|
赞 0
|
浏览 3.5k
c++(短代码)
#include <iostream> #include <algorithm> using namespace std; int n, a; vector<pair<int, int>> s; int main() ...
P1159
2022年4月26日 16:48
回复 0
|
赞 1
|
浏览 5.0k
c++
纯数学题 #include <iostream> using namespace std; double a[2], b[2], c[2]; int main() { while (cin >> a[0] >> a[...
P1125
2022年4月26日 13:24
回复 0
|
赞 1
|
浏览 4.2k
1
2
3
本科学校:南山幼儿园
目标学校:南山养老院
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!