首页
DreamJudge
院校信息
考研初试
机试真题
兑换中心
登录
注册
上岸
Elysiaaaaaaa
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
8
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
60
阅读数
3033
查找第K小数 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int hash[1001] = {0},n,temp; while(cin>>n){ //初始化 for(int...
P1383
2025年3月15日 15:57
回复 0
|
赞 3
|
浏览 292
字符串排序3 题解:
#include<bits/stdc++.h> using namespace std; int main() { int n; 思想:把字符串的长度作为map的key,自动...
P1261
2025年3月14日 13:48
回复 0
|
赞 5
|
浏览 309
打印日期 题解:
#include <iostream> using namespace std; int monthDays[13] = {0, 31, 28, 31, 30, 3...
P1410
2025年3月12日 20:17
回复 0
|
赞 3
|
浏览 297
日期 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int month[13] = {0,31,28,...
P1011
2025年3月11日 23:19
回复 0
|
赞 14
|
浏览 530
最简真分数 题解:
#include<bits/stdc++.h> //#include<algorithm> 中有__gcd(int a,int b); 但是不一定都支持 using namespace std; //...
P1180
2025年3月9日 09:29
回复 1
|
赞 14
|
浏览 422
翻转数的和 题解:
//方法一 使用string #include<bits/stdc++.h> using namespace std; int main(){ string a,b; &nbs...
P1003
2025年3月11日 13:51
回复 0
|
赞 2
|
浏览 308
字符棱形 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin...
P1473
2025年3月8日 14:40
回复 0
|
赞 8
|
浏览 387
计算Sn 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int a,n; c...
P1043
2025年3月8日 12:13
回复 0
|
赞 11
|
浏览 488
本科学校:南京工程学院
目标学校:华南师范大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!