主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
光明守护神
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
49
发帖
0
笔记
0
Ta的粉丝
90
关注数
1
粉丝数
90
获赞数
9
阅读数
27266
C++
#include<bits/stdc++.h> using namespace std; int main() { auto a=1000000000*2; auto b=a; cin>>a>>b; cout<<a+...
P1000
2024年3月30日 09:44
回复 0
|
赞 0
|
浏览 579
C++
#include <iostream> #include <queue> #include <vector> using namespace std; int dir[2] = { -1,1 }; int least(int a, in...
P1072
2024年3月26日 21:22
回复 0
|
赞 0
|
浏览 352
单链表 题解:你怎么知道我没插?
#include<algorithm> #include <iostream> using namespace std; int main() { int a[5]; for (int i = 0; i < 5; i++) { c...
P1015
2024年3月9日 21:27
回复 1
|
赞 1
|
浏览 615
C++
#include<cmath> #include<iostream> #include <vector> using namespace std; bool sushu(int n) { if (n < 2) { ret...
P1375
2024年3月18日 11:17
回复 0
|
赞 0
|
浏览 443
C++
#include<cmath> #include<iostream> using namespace std; bool sushu(int n) { if (n < 2) { return false; } else {...
P1102
2024年3月18日 10:56
回复 0
|
赞 0
|
浏览 663
C++
#include<cmath> #include<iostream> using namespace std; bool sushu(int n) { if (n < 2) { return false; } else {...
P1355
2024年3月18日 10:52
回复 0
|
赞 1
|
浏览 444
C++
#include<algorithm> #include<iostream> #include<vector> using namespace std; int gcd(int a, int b) { if (b == 0) re...
P1426
2024年3月18日 10:44
回复 0
|
赞 0
|
浏览 528
所以1 2 2,有两个组合,1/2和1/2
#include<algorithm> #include<iostream> #include<vector> using namespace std; void unique(vector<int>& v) { f...
P1180
2024年3月18日 10:35
回复 0
|
赞 0
|
浏览 519
C++
#include<iostream> using namespace std; int main() { int n; while(cin>>n) { n%=3; int x=n*n*n*n*n; x%=3; cout...
P1500
2024年3月18日 09:44
回复 0
|
赞 0
|
浏览 550
C++
#include<iostream> using namespace std; int main() { int a, b; cin >> a >> b; int a0 = a, b0 = b; if (a > b) ...
P1041
2024年3月17日 22:10
回复 0
|
赞 0
|
浏览 637
只有你够有钱,是可以全喝完的!
#include<algorithm> #include<iomanip> #include <ios> #include<iostream> #include<vector> using namespace std; ...
P1478
2024年3月17日 21:38
回复 0
|
赞 0
|
浏览 488
还要输出一共多少种方法
还要输出一共多少种方法
P2004
2024年3月17日 20:25
回复 0
|
赞 0
|
浏览 502
C++
#include<iostream> using namespace std; int main() { int n; unsigned long long a[71]; a[0] = a[1] = 1; a[2] = 2; a[3] = 4; ...
P1111
2024年3月17日 20:12
回复 0
|
赞 0
|
浏览 557
C++
#include<iostream> using namespace std; bool good(int a,int b,int c) { if(b*b+c*c==a*a||a*a+c*c==b*b||b*b+a*a==c*c) return true; ...
P1873
2024年3月17日 19:48
回复 0
|
赞 0
|
浏览 602
C++
#include<iostream> #include<vector> using namespace std; bool is_all_even_or_all_odd(vector<int> v) { if (v.front() % 2...
P1869
2024年3月17日 19:36
回复 0
|
赞 0
|
浏览 401
C++
#include<iostream> #include<string> using namespace std; int main() { int n; while (cin >> n) { switch (n) { ...
P1543
2024年3月17日 19:22
回复 0
|
赞 0
|
浏览 503
C++
#include<iostream> #include<string> using namespace std; const int p[13] = { 0,31,28,31,30,31,30,31,31,30,31,30,31 }; struct ...
P1542
2024年3月17日 19:18
回复 0
|
赞 0
|
浏览 459
我不知道这题的意义何在?
我不知道这题的意义何在?
P1870
2024年3月17日 17:18
回复 1
|
赞 0
|
浏览 469
C++
#include<iostream> #include<vector> using namespace std; int main() { int n; cin >> n; vector<int> abc(26, 0)...
P1520
2024年3月17日 16:52
回复 0
|
赞 0
|
浏览 485
C++
#include<iostream> #include<queue> using namespace std; int main() { priority_queue<int,vector<int>,greater<int&g...
P2012
2024年3月17日 16:24
回复 0
|
赞 0
|
浏览 447
1
2
3
本科学校:贵州大学
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!