申屠志刚
申屠志刚
全部文章
分类
ACM(1)
C(128)
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了。
全部文章
(共131篇)
qw的表白
Description qw喜欢上了一个美丽的女孩,并勇敢向她表白。但女神喜欢算法厉害的男生,便给他出了一道题: 给定包含n 个整数的数列a 和m 个询问,每个询问包含两个整数L ,R ,对于每一个询问,要求输出数列中有多少个数ai ,满足L≤a2i≤R ,即有多少个数平方后取值范围在[L,R] ...
C
二分
2018-11-10
0
464
Jeff与骰子游戏
Description 骰子大家一定都玩过。 一个骰子有六个面,每个面都有一个数字。对于骰子的每一个面,你都可以通过朝一个方向翻转90度来获得另一个面。 现在你有一个骰子,一开始朝上的一面点数为1(如图上的第一个骰子所示)。 你每次都可以将它朝一个方向翻转90度,并获得相当于翻转之后的骰子...
C
BFS
2018-11-10
1
591
Boxes Packing
https://codeforces.com/contest/1066/problem/D time limit per test 1 second memory limit per test 256 megabytes input standard input output sta...
C
模拟
2018-11-19
0
494
Best Cow Fences
Farmer John's farm consists of a long row of N (1 <= N <= 100,000)fields. Each field contains a certain number of cows, 1 <= ncows <= 2000...
C
二分
2018-11-13
0
528
Banh-mi
https://codeforces.com/contest/1062/problem/C time limit per test 1 second memory limit per test 256 megabytes input standard input output sta...
C
线段树
2018-11-16
0
454
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
Cutting Out
https://codeforces.com/contest/1077/problem/D time limit per test 3 seconds memory limit per test 256 megabytes input standard input output st...
C
二分
贪心算法
2018-11-17
0
467
Heaters
https://codeforces.com/contest/1066/problem/B time limit per test 1 second memory limit per test 256 megabytes input standard input output sta...
C
two pointers
2018-11-18
0
726
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
Many Equal Substrings
https://codeforces.com/contest/1029/problem/A /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #includ...
C
字符串
2018-11-19
0
457
首页
上一页
4
5
6
7
8
9
10
11
12
13
下一页
末页