首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
408真题
专业课程
兑换中心
登录
注册
上岸
leo110
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
3
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
1
阅读数
48
删除字符串2 题解:思路:先转换成小写,找到位置后把原字符串的对应位置置为空格,再模仿cin输入流,将多个字符串拼接
#include<iostream> #include<string> #include<vector> #include<sstream> using namespace std; //思路:先转换成小写,找到位置后把原字符串的对应位...
P1027
2025年5月8日 13:31
回复 0
|
赞 0
|
浏览 15
字符移动 题解:利用两个char向量来完成
#include<iostream> #include<string> #include<vector> #include<algorithm> using namespace std; int main(){ &nb...
P1012
2025年5月7日 14:11
回复 0
|
赞 0
|
浏览 12
单链表 题解:只为锻炼手搓单链表和相关功能
#include<bits/stdc++.h> using namespace std; struct Node{ int Element; struct Node *Next; }; ...
P1015
2025年5月3日 17:49
回复 0
|
赞 1
|
浏览 21
本科学校:保密
目标学校:东南大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!