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
1000000007
2718: [Violet 4]毕业旅行/1143: [CTSC2008]祭祀river 最长反链=最小边覆盖
#include #include #include #defineinf
1000000007
#defineN500 usingnamespacestd; intn,m,T,ans,cnt=
Phenix_2015
·
2016-01-06 18:00
2084: [Poi2010]Antisymmetry hash+二分
#include #defineM
1000000007
#definelllonglong llans; intn; llhash1[500005],hash2[500005],f[500005]; chars
Phenix_2015
·
2016-01-05 22:00
1047: [HAOI2007]理想的正方形 二维单调队列维护最值
#include #include #defineinf
1000000007
usingnamespacestd; inta[1005][1005],mx1[1005][1005],mn1[1005][
Phenix_2015
·
2016-01-05 19:00
1013 3的幂的和
求:3^0+3^1+…+3^(N)mod
1000000007
Input输入一个数N(0 #include #include #include usingnamespacestd; typedeflonglongll
NaCl__
·
2016-01-03 22:00
51nod-快速幂
[SDOI2014][JZOJ3624]数数
1≤N #include #include #include usingnamespacestd; constintP=
1000000007
; constintN=1200; constintL=1500
a_crazy_czy
·
2016-01-02 17:00
dp
字符串
AC自动机
OI
SDOI
hihoCoder 1147 时空阵
由于K #include #include usingnamespacestd; typedeflonglongll; constintN=100+5; constintmod=
1000000007
;
nlj1999
·
2015-12-27 18:00
Codeforces 609D 二分 or 三分
( #include #include #include #include #include #include usingnamespacestd; #defineinf(
1000000007
) #defineLLlon
beihai2013
·
2015-12-22 19:00
[bzoj3167][HEOI2013]SAO
include #definefo(i,a,b)for(i=a;i=b;i--) usingnamespacestd; typedeflonglongll; constllmaxn=1000+10,mo=
1000000007
WerKeyTom_FTD
·
2015-12-21 20:00
大白书 1.2节 问题求解常见策略
include #include #include #include #include #include #include #include usingnamespacestd; #defineinf(
1000000007
beihai2013
·
2015-12-18 18:00
bzoj3329 Xorequ
id=3329题意:已知方程xxor3x=2x,给定N,求该方程有多少个不大于N的正整数解,有多少个不大于2^N的正整数解,第二问的答案对
1000000007
取模。
jr_mz
·
2015-12-18 14:00
CCF 201312-4 有趣的数(数位DP)
由于答案可能非常大,只需要输出答案除以
1000000007
的余数。输
jiange_zh
·
2015-12-14 21:00
dp
CCF
SOJ 4454 (矩阵快速幂)
代码如下,时间复杂度为O(logn)#include usingnamespacestd; typedeflonglongll; constintmod=
1000000007
; llquick_pow(
Yukizzz
·
2015-12-12 12:00
hdu 5564 快速矩阵幂+数位dp
//hdu5564快速矩阵幂+数位dp #include #include #include #definemod
1000000007
#definelonglo
driver13
·
2015-12-10 20:00
a人左扶手,b人右扶手,c人双扶手,z人不用扶手,求最多几人一起观看电影。
#include #definemod
1000000007
#definellunsignedlonglong usingnamespacestd; intmain(){ intt; scanf("%d
cacyth
·
2015-12-10 19:00
[bzoj3139][HNOI2013]比赛
include #include #definefo(i,a,b)for(i=a;i=b;i--) usingnamespacestd; typedeflonglongll; constllmaxn=15,mo=
1000000007
WerKeyTom_FTD
·
2015-12-09 19:00
CodeForces 293B Distinct Paths
题目大意给定一个n*m的矩阵,每个格子内允许填1−k(k#include#include#include#include#includeusingnamespacestd;constintMOD=
1000000007
Sprjdfn
·
2015-12-05 19:05
题解
fzu2198 快来快来数一数
那么t(1)=6,t(2)=35……给出n,求mod
1000000007
Input第一行给出数据
Kirito_Acmer
·
2015-12-03 20:00
矩阵快速幂
bzoj 3288 矩阵
我没看出来,也没有什么影响#include#include#include#include#include#definemd
1000000007
#definelllonglong#defineinf(in
heheda_is_an_OIer
·
2015-11-16 10:00
bzoj 3240 矩阵游戏
求出f[n+1][1],-d再/c即可注意等比数列等于1的情况#include#include#include#include#include#definemd
1000000007
#definelllonglong
heheda_is_an_OIer
·
2015-11-16 10:00
【HNOI】 c tree-dp
【题目描述】给定一个n个节点的树,每个节点有两个属性值a[i],b[i],我们可以在树中选取一个连通块G,这个连通块的值为(Σa[x])(Σb[x]) x∈G,求所有连通块的值的和,输出答案对
1000000007
·
2015-11-13 21:52
tree
DP 水的问题
因为这个数目是非常大的,你把它输出
1000000007
取模后的值。 有点数位DP的味道,这个要记得不相邻,可是自己跟自己能够。 还有就是枚举的是往前插
·
2015-11-13 17:01
dp
蓝桥杯 【dp?】.cpp
可以从任意一个格子开始刷墙,问有多少种刷法,因为随着n的增大方案数会变多,因此输出方案数mod
1000000007
.
·
2015-11-13 13:22
蓝桥杯
HDU4466 Triangle
public class Main { static Scanner cin = new Scanner(System.in); static int N = 5000000, m =
1000000007
·
2015-11-13 13:08
HDU
HDU4291 A Short problem
2 #include <iostream> 3 #define ll long long 4 using namespace std; 5 const int MOD =
1000000007
·
2015-11-13 09:23
HDU
山西胡策 #7
#include <bits/stdc++.h> using namespace std; typedef long long ll; const int N=100005, mo=
1000000007
·
2015-11-13 08:02
#
【BZOJ】3670: [Noi2014]动物园
id=3670 题意:太水了= = #include <bits/stdc++.h> using namespace std; const int N=1000005, mo=
1000000007
·
2015-11-13 08:01
ZOJ
SRM 585
250 : 递推,从左下角到右下角走一条,剩下的都是子结构 const int mod =
1000000007
; long long dp[1000010] , s[1000010
·
2015-11-12 23:53
rm
第一份PHP程序
php list($ncase) = fscanf(STDIN,"%d"); $mod =
1000000007
; for($n=0;$n<$ncase
·
2015-11-12 22:09
PHP
HDU-3074-Multiply game
可以更新元素,线段树即可 #include<stdio.h> #include<string.h> #include<stdlib.h> #define Mod
1000000007
·
2015-11-12 17:33
game
HDU 3461 Code Lock
所以将右端点加一: #include <cstdio> #include <iostream> using namespace std; const int mod=
1000000007
·
2015-11-12 16:32
code
HDU 3074 (线段树+模P乘法)
mod
1000000007
。 解题思路:
1000000007
*
1000000007
~10^18<9*10^18(int64) 所以单步模P乘法可以直接计算。
·
2015-11-12 13:10
HDU
Codeforces 176B (线性DP+字符串)
mod
1000000007
。 解题思路: 奇葩的字符串DP。照着别人的题解写的,解释不出原理是什么。 首先统计出经过1次
·
2015-11-12 13:48
codeforces
HDU 3030 Increasing Speed Limits
#include <cstdio> #include <algorithm> using namespace std; const int mod=
1000000007
;
·
2015-11-12 12:05
limit
【数论】勒让德定理(笔记)
输入n输出d%
1000000007
分析: 为
·
2015-11-11 18:39
笔记
二模 (16) day1&day2
第一题:题目大意: 数列a[0]=a[1]=1, a[n]=a[n-2]*a[n-1]*n,求a[n]的因子个数 mod
1000000007
.
·
2015-11-11 16:45
&
HDU4291 A Short problem
但其实取模这种操作肯定会出现循环的,可以先本地暴出循环节,
1000000007
对应的循环节是222222224,222222224对应的循环节是183120。
·
2015-11-11 12:07
HDU
hdu 4291 a short problem
lt;iostream> #include<stdio.h> using namespace std; typedef long long LL; const LLMOD =
1000000007
LL
·
2015-11-11 11:54
HDU
算法训练 K好数
由于这个数目很大,请你输出它对
1000000007
取模后的值。 输入格式 输入包含两个正整数,K和L。 输出格式 输出一个整数,表示答案对
1000000007
取
·
2015-11-11 11:54
算法
hdu 4291矩阵快速幂
先看g(n) %
1000000007
到哪里会循环。可以用矩阵的方法求g(n),暴力打出来,发现
·
2015-11-11 10:38
HDU
hdu 3923 Invoker polya 定理
Author: bjfuwangzhu */#include<stdio.h>#include<math.h>#define LL long long#define nnum
1000000007
LL
·
2015-11-11 06:01
HDU
Codeforces Round #157 (Div. 2) D. Little Elephant and Elections(数位DP+枚举)
gt; 2 #include <cstring> 3 using namespace std; 4 #define LL __int64 5 #define MOD
1000000007
·
2015-11-11 04:56
codeforces
Mem478
250的题大意是这样的,给一个1<=x<
1000000007
,对x只能执行两种操作4x+3或者8x+7,问说最少能用几步到达
1000000007
* a(a属于自然数),最多只能扩展到100000
·
2015-11-11 04:00
em
Codeforces Round #107 (Div. 2)
;iostream> #include <cstdio> #include <cstring> using namespace std; #define MOD
1000000007
·
2015-11-10 22:21
codeforces
HDU 4460 SPFA
include #include #include #include #include #include usingnamespacestd; constintMAXN=1000+5; #defineinf(
1000000007
beihai2013
·
2015-11-08 21:00
HDU 4462 枚举
include #include #include #include #include #include #include #include usingnamespacestd; #defineinf(
1000000007
beihai2013
·
2015-11-08 21:00
【HDU】3923 Invoker
1 #include<cstdio> 2 typedef long long LL; 3 #define MOD
1000000007
4 LL PowMod(LL a, LL
·
2015-11-08 17:32
HDU
【HDU】3074 Multiply game
1 #include<cstdio> 2 typedef __int64 LL; 3 #define MAXN 50010 4 #define MOD
1000000007
·
2015-11-08 17:18
game
acdream1075 神奇的%系列三(线代-矩阵-数论)
pid=1075 题意:定义一个f(n)函数,f(n) = a * f(n - 1) + b * f(n - 2), f(1) = c, f(2) = d.问f(n)在模
1000000007
情况下的最小循环节
·
2015-11-08 11:00
矩阵
hdu 4704 Sum
思路:对于给定的n,s(i)即将n分解为i个数的组合数,也就是在n-1个位置插入i-1个板即C(n-1,i-1); ∑S=2^(n-1); phi(
1000000007
)=1000000006;
·
2015-11-07 14:33
HDU
hdu 1787 GCD Again
简单的欧拉函数…… #include<iostream>using namespace std;typedef __int64 int64;//const long mod=
1000000007
·
2015-11-07 14:31
HDU
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他