首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
quyang
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
8
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
58
阅读数
2234
旋转方阵 题解:eee
#include<iostream> using namespace std; #include<iomanip> int main(){ int n; cin>>n; ...
P1216
2025年3月13日 20:37
回复 0
|
赞 9
|
浏览 331
统计单词 题解:可过,判断条件很简单
#include <iostream> using namespace std; #include<string> int main() { string s; while(get...
P1394
2025年3月9日 10:25
回复 0
|
赞 9
|
浏览 246
反序数 题解:其实循环条件是9*n<10000
#include<iostream> using namespace std; int main(){ int n=1000; while(9*n<10000){  ...
P1454
2025年3月6日 21:50
回复 0
|
赞 2
|
浏览 222
字符串区间翻转 题解:贪心算法 最大子列和
UserDraft#include<iostream> #include<string> #include<climits> using namespace std; int main(){ &...
P1642
2025年3月5日 17:06
回复 0
|
赞 11
|
浏览 344
字符棱形 题解:循环简易题解
#include<iostream> #include<algorithm> using namespace std; int main(){ int n; cin>>n;...
P1473
2025年3月5日 15:34
回复 0
|
赞 4
|
浏览 226
二元组整数 题解:暴力set
#include <iostream> using namespace std; #include<algorithm> #include<set> int main() { int n,a[30]; &nb...
P1024
2025年3月4日 20:24
回复 0
|
赞 10
|
浏览 267
删除字符串 题解:采用find
//给你一个字符串S,要求你将字符串中出现的所有"gzu"子串删除,输出删除之后的S。 #include<iostream> #include<string> using namespace std; int main(){ &...
P1026
2025年2月28日 20:20
回复 0
|
赞 10
|
浏览 422
字母频率 题解:cpp 哈希表 所有字符统计频率
#include<iostream> #include<string> #include<unordered_map> #include<cctype> using namespace std; //从键盘输入一个字符串...
P1019
2025年2月28日 19:20
回复 0
|
赞 3
|
浏览 176
本科学校:henandaxue
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!