主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
aichitudou
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
3
发帖
0
笔记
0
Ta的粉丝
60
关注数
0
粉丝数
60
获赞数
10
阅读数
335
整数奇偶排序 题解:
双数组 #include<bits/stdc++.h> using namespace std; bool cmpA(int a,int b){ return a<b; } bool cmpD(int a,int b){ return a...
P1248
2025年3月9日 19:56
回复 0
|
赞 1
|
浏览 28
最长美丽子串 题解(动态规划):
#include<bits/stdc++.h> using namespace std; int main(){ string s; while(cin>>s){ int len=s.size(); int dp[len+1]; dp...
P1962
2025年2月17日 13:53
回复 0
|
赞 2
|
浏览 207
求30的倍数 题解:
#include<bits/stdc++.h> using namespace std; bool cmp(int x,int y){ return x>y; } int a[1005]; string s=""; int main(){ cin>...
P1736
2025年2月11日 21:21
回复 0
|
赞 7
|
浏览 100
本科学校:厦门大学
目标学校:华东师范大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!