首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
赖建霖
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
0
笔记
0
Ta的粉丝
22
关注数
0
粉丝数
22
获赞数
37
阅读数
1592
日期差值 题解:
参考题解有个小甲鱼的,使用了结构体 #include <bits/stdc++.h> using namespace std; struct Day { int year; int mon; int date; } da...
P1290
2025年2月13日 16:29
回复 0
|
赞 20
|
浏览 364
成绩排序 题解:
通过索引让同分的输出按先后顺序排列 #include <bits/stdc++.h> using namespace std; struct Student { string name; int score;...
P1151
2025年2月6日 11:05
回复 0
|
赞 8
|
浏览 363
随机数 题解:
//没看懂想问什么 #include <bits/stdc++.h> using namespace std; int main() { cout << 210 << endl; re...
P1009
2025年2月4日 10:38
回复 0
|
赞 4
|
浏览 527
判断素数 题解:
多用递归思想 #include <bits/stdc++.h> using namespace std; //素数判断函数 int Boolprimenumber(int a){ if(a<2) &nbs...
P1013
2025年1月21日 16:03
回复 0
|
赞 5
|
浏览 338
本科学校:长安大学
目标学校:长安大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!