主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
epoch310
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
5
发帖
0
笔记
1
Ta的粉丝
127
关注数
0
粉丝数
127
获赞数
10
阅读数
36989
前缀和 + 暴力枚举所有区间
一开始犯病了,没看见多组数据,一直WA。。。 #include<iostream> using namespace std; const int N = 105; int n; int s[N]; int t[N]; int main() { &nbs...
P1703
2022年9月5日 10:22
回复 1
|
赞 3
|
浏览 7.2k
简单模拟
#include<iostream> #include<algorithm> using namespace std; int trans(char a) //将每一位的字符转为数字,用于做加法 { if ...
P1702
2022年9月5日 12:14
回复 1
|
赞 3
|
浏览 8.6k
简单模拟
/* 固定s1,分别与不同字符为开头的s2对比 */ #include<iostream> #include<cstring> using namespace std; int main() { st...
P1912
2022年9月5日 11:07
回复 0
|
赞 1
|
浏览 6.6k
反转+gcd
#include<iostream> #include<cstring> using namespace std; string s; int reverse(int x) //反转函数 { int ...
P1911
2022年9月5日 10:43
回复 0
|
赞 2
|
浏览 6.1k
首位指针,一一比较
#include<iostream> #include<cstring> using namespace std; string s; int main() { while (cin >> s) &...
P1700
2022年9月5日 10:34
回复 0
|
赞 1
|
浏览 8.4k
本科学校:江西理工
目标学校:厦门大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!