主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
fxl
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
7
发帖
0
笔记
0
Ta的粉丝
94
关注数
0
粉丝数
94
获赞数
8
阅读数
6173
十进制和二进制 题解:
while True: try: a = eval(input()) b = list() while a>0: b.append(a%2) a=a//2 ...
P1176
2023年8月9日 21:37
回复 0
|
赞 0
|
浏览 1.3k
合唱队形 题解:
#include <bits/stdc++.h> using namespace std; int n,a[105],dp_h[105],dp_t[105]; int main(){ while(cin>>n){ &nbs...
P1253
2023年7月25日 17:32
回复 0
|
赞 2
|
浏览 1.1k
拦截导弹 题解:
#include <bits/stdc++.h> using namespace std; int n,dp[30],a[30]; int main(){ cin>>n; ...
P1256
2023年7月25日 17:12
回复 0
|
赞 1
|
浏览 708
最大上升子序列和 题解:
#include <bits/stdc++.h> using namespace std; int n,dp[1005],a[1005]; int LIS_sum(){ int ans=0; fo...
P1257
2023年7月24日 21:05
回复 0
|
赞 1
|
浏览 688
最大子串和 题解:
#include <bits/stdc++.h> using namespace std; int n,a[105],dp[105]; int main(){ while(cin>>n){ &nb...
P1703
2023年7月24日 20:27
回复 0
|
赞 2
|
浏览 1.0k
最大连续子序列 题解:
#include <bits/stdc++.h> using namespace std; int k,a[10005],dp[10005]; int main(){ while(cin>>k){ ...
P1334
2023年7月24日 20:18
回复 0
|
赞 1
|
浏览 730
不连续1的子串 题解:
#include <bits/stdc++.h> using namespace std; const int maxn=25; long long dp[maxn]; int main(){ int N; ...
P1726
2023年7月20日 21:37
回复 0
|
赞 1
|
浏览 628
本科学校:江西理工大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!