主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
xddddddddddddd
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
3
发帖
0
笔记
0
Ta的粉丝
87
关注数
1
粉丝数
87
获赞数
3
阅读数
101
IP地址 题解:C++最易理解代码
#include<iostream> #include<string> #include<algorithm> using namespace std; //从合法字符串转为整数 int getNumber(string s){ &nbs...
P1023
2025年3月12日 19:34
回复 0
|
赞 1
|
浏览 19
删除字符串2 题解:方法二:不考虑删除后是否出现新组合
#include<iostream> #include<string> using namespace std; int main(){ string s; cin >> ...
P1027
2025年3月10日 13:29
回复 0
|
赞 1
|
浏览 26
删除字符串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
|
浏览 56
本科学校:郑州轻工业大学
目标学校:南昌大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!