E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
STDC
水题 Codeforces Round #299 (Div. 2) A. Tavas and Nafas
题目传送门 1 /* 2 很简单的水题,晚上累了,刷刷水题开心一下:) 3 */ 4 #include <bits/
stdc
++.h> 5 using namespace
·
2015-11-11 12:57
codeforces
【CDOJ931】Car race game(树状数组求逆序)
1 #include <bits/
stdc
++.h> 2 #define MAX 100010 3 using names
·
2015-11-11 12:01
game
线段树(自敲:建树,查找最大值,更新结点值)
HDU1754 1 #include <bits/
stdc
++.h> 2 3 using namespace std; 4 5 const
·
2015-11-11 12:44
线段树
线段树(build,insert,dfs操作)
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 const int MAXN =
·
2015-11-11 12:42
insert
HDU3072
思路: 缩点,最短路 1 #include <bits/
stdc
++.h> 2 3 const int MAXN = 50000+10; 4
·
2015-11-11 11:09
HDU
hdu1142(最短路+记忆化搜索)
以终点为源点,做一次单源最短路 深搜一遍图(下一步到达的位置 比现在位置 离终点更近) 记录每个节点上可行数 1 #include <bits/
stdc
·
2015-11-11 11:06
HDU
C语言工具宏的小合集(包括获取程序编译日期和时间等)
__
STDC
__ 如果当前编译器符合ISO标准,
·
2015-11-11 08:02
C语言
思维题 URAL 1409 Two Gangsters
happened so that they shot one and the same can. 3 如果两个人都有射中的话,肯定一个can同时被打中 4 */ 5 #include <bits/
stdc
·
2015-11-11 07:27
思维
【hihoCoder第十七周】最近公共祖先·三
#include <bits/
stdc
++.h> using namespace std; #define MAXN 100005 #define MAXM
·
2015-11-11 07:45
code
【hihoCoder第十六周】RMQ-ST算法
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 vector<int> A; 5
·
2015-11-11 07:44
code
【hihoCoder第十四周】无间道之并查集
以后坚持做hiho,当额外的练习啦~ 1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 map&
·
2015-11-11 07:43
code
HDU 4907 Task schedule
对于询问q 假设q不存在直接输出q 否则输出后面第一个不存在的数 从2*10^5到1遍历一边ac #include<bits/
stdc
++.h> using namespace
·
2015-11-11 01:25
schedule
Codeforces 510B Fox And Two Dots 【DFS】
code: //#pragma comment(linker, "/STACK:16777216") //for c++ Compiler #include <bits/
stdc
·
2015-11-10 23:34
codeforces
预处理器的预定义宏大全
__
STDC
__ :表示是ANSI C标准。只有在编译器选项指定了/Za,并且不是编译C++程序时,被定义为
·
2015-11-10 23:33
预定义
C语言调试打印log函数。
) { va_list ap; FILE *fh = NULL; #ifdef __
STDC
_WANT_SECURE_LIB__ if(fopen_s(&fh,
·
2015-11-08 13:14
C语言
vclZip控件的使用
Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdFTP,
StdC
·
2015-11-08 11:53
zip
nyoj 139——我排第几个|| nyoj 143——第几是谁? 康托展开与逆康托展开
http://wenku.baidu.com/view/55ebccee4afe04a1b071deaf.html #include<bits/
stdc
++.h> using
·
2015-11-08 10:37
OJ
日期
#include<bits/
stdc
++.h> using namespace std; int tans(char *s){ if(!
·
2015-11-02 18:56
日期
函数调用的汇编解释
1.1
stdc
·
2015-11-02 17:36
函数
Delphi 与 DirectX 之 DelphiX(24): TDirectDrawSurface.Blt()、BltFast();
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXDraws,
StdC
·
2015-11-02 12:44
Delphi
NBUT 1115 Cirno's Trick (超水)
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 int main() 5 { 6 //freopen
·
2015-11-02 11:28
CI
NBUT 1114 Alice's Puppets(排序统计,水)
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 vector< set<string> > ord;
·
2015-11-02 11:27
ICE
HDU 2222 Keywords Search (AC自动机)
我去 1 #include<bits/
stdc
++.h> 2 using namespace std; 3 cons
·
2015-11-02 11:25
search
HDU 1171 Big Event in HDU 杭电大事件(母函数,有限物品)
1 #include <bits/
stdc
++.h>
·
2015-11-02 11:21
event
HDU 1398 Square Coins 平方硬币 (普通母函数,水)
1 #include <bits/
stdc
++.h> 2
·
2015-11-02 11:20
HDU
hihoCoder hiho一下 第四十六周 博弈游戏·Nim游戏·三( sg函数 )
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 const int N=105, limit=200
·
2015-11-02 11:19
code
hihoCoder #1070 : RMQ问题再临
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 const int N=10010; 4 int w[N], n, q,
·
2015-11-02 11:14
code
CodeForces ZeptoLab Code Rush 2015
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 char s[110]; 5 6 int main()
·
2015-11-01 14:24
codeforces
CodeForces Round #298 Div.2
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 int main() 5 { 6 int n;
·
2015-11-01 14:20
codeforces
UVa 1611 (排序 模拟) Crane
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 const int maxn = 10000 + 1
·
2015-11-01 14:18
uva
UVa 714 (二分) Copying Books
1 #include <bits/
stdc
++.h> 2 using namespace
·
2015-11-01 14:18
copy
UVa 11995 I Can Guess the Data Structure!
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 void scan( int &x ) 5 { 6
·
2015-11-01 14:45
struct
CodeForces Round #295 Div.2
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 const int maxn = 100 +
·
2015-11-01 14:26
codeforces
CodeForces Round #294 Div.2
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 const int maxn = 10; 5 6 char
·
2015-11-01 14:25
codeforces
CodeForces Round #293 Div.2
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 c
·
2015-11-01 14:24
codeforces
UVa 1349 (二分图最小权完美匹配) Optimal Bus Route Design
1 #include <bits/
stdc
++.h> 2 3
·
2015-11-01 14:12
design
UVa 11572 (滑动窗口) Unique Snowflakes
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 set<int> Set; 5 6 const
·
2015-11-01 14:07
unique
UVa 140 (枚举排列) Bandwidth
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 const int maxn
·
2015-11-01 14:05
width
HDU 5273 Dylans loves numbers(水题)
1 #include <bits/
stdc
++.h> 2 #define LL lo
·
2015-11-01 13:44
number
hihoCoder #1176 : 欧拉路·一 (简单)
1 #include <bits/
stdc
++.h> 2 using namesp
·
2015-11-01 13:40
code
hihoCoder #1181: 欧拉路·二 (输出路径)
1 #include <bits/
stdc
++.h> 2 using namespace std;
·
2015-11-01 13:40
code
HDU 5268 ZYB loves Score (简单模拟,水)
1 //#include <bits/
stdc
++.h> 2 #include <iostream> 3 #include <cstdio
·
2015-11-01 13:38
core
HDU 1023 Train Problem II (卡特兰数,经典)
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 const int N=101; 4 vector<
·
2015-11-01 13:32
HDU
NBUT 1119 Patchouli's Books (STL应用)
1 #include <bits/
stdc
++.h> 2
·
2015-11-01 13:22
STL
NBUT 1118 Marisa's Affair (排序统计,水)
1 #include <bits/
stdc
++.h> 2 using namespace std; 3
·
2015-11-01 13:21
AIR
NBUT 1117 Kotiya's Incantation(字符输入处理)
1 //#include <bits/
stdc
++.h>
·
2015-11-01 13:20
ant
UVA 674 Coin Change 硬币转换(完全背包,常规)
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 int coin[]={1, 5, 10, 2
·
2015-11-01 13:19
change
hihoCoder #1165 : 益智游戏 (挑战赛11 B题)
1 #include <bits/
stdc
++.h> 2
·
2015-11-01 13:14
code
Codeforces Round #286 (Div. 1) 解题报告
#include<bits/
stdc
++.h&
·
2015-11-01 12:03
codeforces
BZOJ 1529: [POI2005]ska Piggy banks( 并查集 )
所以用并查集求连通块数 ------------------------------------------------------------------- #include<bits/
stdc
·
2015-11-01 11:46
poi
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他