首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
aichitudou
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
3
发帖
0
笔记
22
Ta的粉丝
60
关注数
0
粉丝数
60
获赞数
22
阅读数
850
整数奇偶排序 题解:
双数组 #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
|
赞 2
|
浏览 206
最长美丽子串 题解(动态规划):
#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
|
赞 5
|
浏览 347
求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
|
赞 15
|
浏览 297
本科学校:哔哩哔哩大学
目标学校:西南交通大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!