主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
OnlyBUPT
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
1
笔记
0
Ta的粉丝
318
关注数
0
粉丝数
318
获赞数
3
阅读数
53075
大佬帮我看看,只能通过90%,时间超时
#include <iostream> #include <string> #include <cstring> using namespace std; int common(string s1,string s2){  ...
P1469
2020年4月8日 11:16
回复 1
|
赞 0
|
浏览 7.7k
111
#include <iostream> #include <string> using namespace std; bool judge(string s){//判断字符串是否对称 int len = s.size...
P1551
2020年3月14日 19:21
回复 0
|
赞 1
|
浏览 7.7k
本方法用了O(n)求素数
#include <iostream> #include <vector> #include <cstring> using namespace std; const int MAXN = 40001; vector<int> ...
P1489
2020年3月12日 19:39
回复 0
|
赞 0
|
浏览 9.1k
用一维数组保存各节点,另一个一维数组记录节点的位置
#include <iostream> #include <math.h> #include <cstring> using namespace std; int main(){ int T; &nb...
P1654
2020年3月10日 21:53
回复 0
|
赞 2
|
浏览 10.9k
本科学校:浙江工业大学
目标学校:北京邮电大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!