首页
DreamJudge
院校信息
考研初试
考研复试
保研专区
讨论区
兑换中心
登录
注册
上岸
wjj762
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
5
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
3
阅读数
143
查找第K小数 题解:
//使用map操作 #include<bits/stdc++.h> using namespace std; int main(){ int n; while(cin>...
P1383
2026年1月10日 11:14
回复 0
|
赞 1
|
浏览 25
位运算 题解:
#include<bits/stdc++.h> using namespace std; int main() { int x, w[100] = {0}, k = 0, i, j; cin >> x...
P1906
2026年1月7日 19:03
回复 0
|
赞 1
|
浏览 19
数字猜想 题解:
#include<bits/stdc++.h> using namespace std; int main() { int x,sum=0; cin>>x; &nbs...
P1964
2026年1月7日 16:05
回复 0
|
赞 0
|
浏览 37
二进制回文层数统计 题解:
#include<bits/stdc++.h> using namespace std; bool huiwen(int w[], int len) { int f = 0, r = len - 1; while ...
P5324
2026年1月7日 15:46
回复 0
|
赞 0
|
浏览 29
数字排序 题解:
#include <bits/stdc++.h> using namespace std; // 定义普通比较函数 bool compare(const string& a, const string& b) { return...
P1966
2026年1月7日 14:32
回复 0
|
赞 1
|
浏览 33
本科学校:扬州大学
目标学校:华东师范大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!