主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
20082123
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
8
发帖
0
笔记
0
Ta的粉丝
49
关注数
0
粉丝数
49
获赞数
1
阅读数
3972
删除字符串2 题解:
暴力 #include<string> #include<iostream> using namespace std; int main(){ string s; int k1,...
P1027
2024年3月29日 12:04
回复 0
|
赞 0
|
浏览 680
删除字符串 题解:
#include<bits/stdc++.h> using namespace std; int main(){ string s; int k; cin&g...
P1026
2024年3月29日 10:45
回复 0
|
赞 0
|
浏览 425
删除最大最小数 题解:
PYTHON n=int(input()) max=0 min=666666 k=input() b=k.split(' ') for j in b: if(int(j)>max): &n...
P1022
2024年3月29日 09:25
回复 0
|
赞 0
|
浏览 484
字母频率 题解:
#include<bits/stdc++.h> using namespace std; int main(){ string s; int k,max=0;  ...
P1019
2024年3月28日 17:56
回复 0
|
赞 0
|
浏览 412
字符分类 题解:
#include<bits/stdc++.h> using namespace std; int main(){ string s; cin>>s; &nbs...
P1016
2024年3月28日 16:55
回复 0
|
赞 0
|
浏览 417
加密算法 题解:
#include<bits/stdc++.h> using namespace std; int main(){ string s; getline(cin,s); &n...
P1014
2024年3月28日 16:32
回复 0
|
赞 1
|
浏览 516
判断素数 题解:
#include<bits/stdc++.h> using namespace std; bool sx(int a){ if(a<2)//边界情况 re...
P1013
2024年3月28日 16:17
回复 0
|
赞 0
|
浏览 488
字符移动 题解:
#include<bits/stdc++.h> using namespace std; int main(){ string s; int j=0; cin...
P1012
2024年3月28日 16:06
回复 0
|
赞 0
|
浏览 550
本科学校:防灾科技学院
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!