申屠志刚
申屠志刚
全部文章
C
ACM(1)
C++(380)
C.++(1)
CTF(44)
C语言(34)
DP(4)
JAVA(2)
Python(1)
博弈论(1)
并查集(2)
最小生成树(1)
最短路(2)
未归档(435)
浙江理工大学2018年10月赛(2)
生成树(1)
申屠志刚的ACM之路(37)
申屠志刚的CTF之路(2)
矩阵(1)
线段树(1)
经典问题(1)
背包问题(1)
语法(1)
归档
标签
去牛客网
登录
/
注册
申屠志刚
你已经是一个成熟ACMER了,要学会自己DEBUG了。
全部文章
/ C
(共19篇)
Bookshelf 2
Farmer John recently bought another bookshelf for the cow library, but the shelf is getting filled up quite quickly, and now the only available space ...
C
DP
背包问题
DFS
2018-10-20
0
647
闲的无聊的简单题
Description 给你一个n*m的二维数组,a[i][j]表示第i行第j列的数字,现在求一个最大面积(长乘宽)的子矩形,要求对于该子矩形每一行中相邻的两个数,a[i][j]和a[i][j+1],存在一个整数k使得2的k次方同时小于等于a[i][j]和a[i][j+1],并且2的(k+1)次...
C
DP
2018-11-03
0
632
Fun with Integers
https://codeforces.com/contest/1062/problem/D time limit per test 2 seconds memory limit per test 256 megabytes input standard input output st...
C
DP
2018-11-16
0
506
A Mini Locomotive
http://poj.org/problem?id=1976 A train has a locomotive that pulls the train with its many passenger coaches. If the locomotive breaks down, there is...
C
01背包
DP
2018-11-23
0
0
The Values You Can Make
https://codeforces.com/problemset/problem/687/C Pari wants to buy an expensive chocolate from Arya. She has n coins, the value of the i-th coin is ci...
C
DP
01背包
多维背包
DFS
2018-11-28
0
474
Bottles
https://codeforces.com/problemset/problem/730/J Nick has n bottles of soda left after his birthday. Each bottle is described by two values: remaining...
C
01背包
DP
2018-11-29
0
0
Dream City
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3211 JAVAMAN is visiting Dream City and he sees a yard of gold coin trees. There are ntr...
C
01背包
DP
2018-11-30
0
381
传纸条
https://www.luogu.org/problemnew/show/P1006 类似于https://www.luogu.org/problemnew/show/P1002 /* *@Author: STZG *@Language: C++ */ #include <bits...
C
DP
2018-12-07
0
561
概率
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?id=4439 C++版本一 题解: 概率背包问题 套模板就行,emmm max改成min计算不能中奖的概率 /* *@Author: STZG *@Language: C++ */ ...
C
背包问题
DP
2018-12-08
0
534
首页
上一页
1
2
下一页
末页