主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
zxd12363
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
94
关注数
0
粉丝数
94
获赞数
2
阅读数
2028
上古计算机 题解:
#include<bits/stdc++.h> using namespace std; int main() { map<string, int>m; string s;  ...
P1880
2024年3月24日 21:56
回复 0
|
赞 1
|
浏览 455
安全驾驶 题解:
//最后一辆想要安全到达,则需保证不能和其他车相遇,则最后一辆行驶的时间一定小于其他所有车辆行驶时间,只需算出其他车的平均用时,找出用时最长的,用最后一辆车到终点的距离除以该时间即可。 include<bits/stdc++.h> using namespace std; ...
P1881
2024年3月24日 20:11
回复 0
|
赞 1
|
浏览 334
统计卡牌的值 题解:
#include<bits/stdc++.h> using namespace std; int main() { int n; while (scanf("%d", &...
P1735
2024年3月24日 17:39
回复 0
|
赞 0
|
浏览 346
整数排序 题解:
#include <bits/stdc++.h> using namespace std; int count(int n) { int count = 0; while (n != 0) &n...
P1905
2024年3月24日 17:15
回复 0
|
赞 0
|
浏览 380
达到回文数 题解:
#include<bits/stdc++.h> using namespace std; int main() { string s; int count = 0;  ...
P1883
2024年3月23日 22:49
回复 0
|
赞 0
|
浏览 213
Minimum_Sum 题解:
#include <bits/stdc++.h> using namespace std; int main() { int n; scanf("%d", &n); ...
P1910
2024年3月23日 21:09
回复 0
|
赞 0
|
浏览 300
本科学校:北华大学
目标学校:华东师范大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!