首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
408真题
专业课程
兑换中心
登录
注册
上岸
xddddddddddddd
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
5
发帖
0
笔记
0
Ta的粉丝
87
关注数
1
粉丝数
87
获赞数
16
阅读数
1055
P1141 小H的搬寝室 答疑提问:
#include<iostream> #include<algorithm> using namespace std; int main(){ int n,w,a[1000]; cin...
P1141
2025年3月15日 21:24
回复 1
|
赞 2
|
浏览 182
击鼓传花 题解:(C语言、用数组解决)
#include<stdio.h> int main() { int a[101]; int n,count=0,shanchu=0; scanf("%d",&n); for(int i=0;i<n;i++) /*对a[0...
P1018
2025年3月14日 15:32
回复 0
|
赞 8
|
浏览 289
IP地址 题解:C++最易理解代码
#include<iostream> #include<string> #include<algorithm> using namespace std; //从合法字符串转为整数 int getNumber(string s){ &nbs...
P1023
2025年3月12日 19:34
回复 0
|
赞 2
|
浏览 168
删除字符串2 题解:方法二:不考虑删除后是否出现新组合
#include<iostream> #include<string> using namespace std; int main(){ string s; cin >> ...
P1027
2025年3月10日 13:29
回复 0
|
赞 3
|
浏览 197
删除字符串2 题解:考虑是否出现新组合,KMP
#include<iostream> #include<string> #include<algorithm> #include<vector> using namespace std; void getNext(const str...
P1027
2025年3月10日 13:07
回复 0
|
赞 1
|
浏览 219
本科学校:重庆工商大学
目标学校:南昌大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!