主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
peterzhou
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
36
关注数
0
粉丝数
36
获赞数
6
阅读数
4802
成绩排序 题解:
#include <bits/stdc++.h> using namespace std; int n,flag; struct Stu{ string name; int score; }; bool cm...
P1151
2023年7月12日 18:16
回复 1
|
赞 1
|
浏览 1.0k
素数 题解:
#include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; vector<int&...
P1375
2023年7月30日 14:30
回复 0
|
赞 0
|
浏览 696
素数判定 题解:简洁快速
#include <bits/stdc++.h> using namespace std; int isprime(int n) { vector<int> a(n, 0); int cnt = 0; &...
P1102
2023年7月30日 13:34
回复 0
|
赞 1
|
浏览 812
猴子报数 题解:数组
#include <iostream> #include <vector> using namespace std; int main() { int n, s, m; while (true...
P1081
2023年7月29日 17:04
回复 0
|
赞 1
|
浏览 700
查找1 题解:使用map
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,x; map<int,int>n; while...
P1388
2023年7月29日 14:24
回复 0
|
赞 1
|
浏览 636
查找学生信息2 题解:
#include <bits/stdc++.h> using namespace std; struct student{ string num; string name; string ...
P1476
2023年7月12日 21:58
回复 0
|
赞 2
|
浏览 911
本科学校:大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!