主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
jhsf
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
5
发帖
0
笔记
0
Ta的粉丝
167
关注数
0
粉丝数
167
获赞数
5
阅读数
17026
一般办法
#include<bits/stdc++.h> using namespace std; int main(){ string s; while(getline(cin,s)){ int len=s.size(); int i=0; if(s[i]...
P1240
2023年3月9日 14:45
回复 0
|
赞 1
|
浏览 3.3k
数组计数(笨办法)
#include<bits/stdc++.h> using namespace std; int main(){ string s; while(cin>>s){ string ab="ABCDEFGHIJKLMNOPQRSTUVWXY...
P1292
2023年3月9日 14:26
回复 0
|
赞 1
|
浏览 3.6k
数组去重、排序(非最好算法)
#include<bits/stdc++.h> using namespace std; int main(){ int n,k; while(cin>>n){ int a[1005]={0}; int f[1005]={0}; int...
P1383
2023年3月9日 11:41
回复 0
|
赞 1
|
浏览 2.8k
reverse翻转
#include<bits/stdc++.h> using namespace std; int main(){ char a[100]; string s; cin>>s; int b=s.size(); for(int i=0;i<...
P1006
2023年2月27日 16:59
回复 0
|
赞 1
|
浏览 4.5k
c++
#include<bits/stdc++.h> using namespace std; int main(){ int n,sum=0; while((scanf("%d",&n))!=EOF){ &nb...
P1198
2023年2月26日 15:03
回复 0
|
赞 1
|
浏览 2.9k
本科学校:宜宾学院
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!