主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
iRR
这个人很懒,什么都没有写...
关注
发消息
文章
2
题解
11
发帖
0
笔记
0
Ta的粉丝
25
关注数
0
粉丝数
25
获赞数
2
阅读数
7152
全排列 题解:
#include<bits/stdc++.h> using namespace std; int N; string ans; int bl[7]; void dfs(int n,string s) { if(n == N) { for(i...
P1185
2024年7月5日 11:21
回复 0
|
赞 0
|
浏览 340
细菌的繁殖 题解:
#include<bits/stdc++.h> using namespace std; int a[1001]; int main() { a[0] = 1; a[1] = 1; a[2] = 5; for(int i = 3;i<=1000;i...
P1033
2024年6月14日 14:01
回复 0
|
赞 0
|
浏览 481
十六进制不进位加法 题解:
#include<bits/stdc++.h> using namespace std; int main() { string s1,s2; while(cin>>s1>>s2) { reverse(s1.begin(),s1....
P1702
2024年6月14日 10:50
回复 0
|
赞 0
|
浏览 496
组队刷题 题解:
#include<bits/stdc++.h> using namespace std; struct node{ double a; double b; double avg; }n[1001]; bool cmp(node a,node b) { ...
P1307
2024年6月13日 20:23
回复 0
|
赞 0
|
浏览 386
非素数个数 题解:
#include<bits/stdc++.h> using namespace std; int a,b; int isvisit[10000001]; int prime[10000001]; int c = 1; // 素数筛 void isprime() ...
P1701
2024年6月13日 16:31
回复 0
|
赞 0
|
浏览 491
加密算法 题解:
#include<bits/stdc++.h> using namespace std; int main() { // 切记字符串碰到空格结束 // string s; // cin>>s; char s[105]; gets(s); ...
P1014
2024年6月13日 13:20
回复 0
|
赞 0
|
浏览 601
进制转换3 题解:
#include<iostream> #include<stack> using namespace std; int main() { int a,b; cin>>a>>b; string s; cin>>...
P1422
2024年6月12日 17:34
回复 0
|
赞 0
|
浏览 450
礼炮车 题解:
#include<bits/stdc++.h> using namespace std; int main() { int count = 0; int time1 = 0; int time2 = 0; int time3 = 0; for(int ...
P1913
2024年6月12日 11:42
回复 0
|
赞 0
|
浏览 448
循环位移 题解:
#include<bits/stdc++.h> using namespace std; int main() { string a,b; cin>>a; cin>>b; if(a == b) { cout<<...
P1912
2024年6月12日 11:34
回复 0
|
赞 2
|
浏览 551
判断回文数 题解:
#include<bits/stdc++.h> using namespace std; int huiwen(int a) { int sum = 0; int b = a; while(a>0) { sum*=10; sum+= a ...
P1700
2024年6月12日 11:21
回复 0
|
赞 0
|
浏览 422
矩阵转置 题解:
#include<bits/stdc++.h> using namespace std; int arr[10001]; int main() { int n; cin>>n; for(int i = 1;i<=n*n;...
P1393
2024年6月12日 11:10
回复 0
|
赞 0
|
浏览 499
本科学校:河南大学
目标学校:清华大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!