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
LLN
hdu 1395 2^x mod n = 1 欧拉定理(当然可以直接暴力)
include #include #include #include usingnamespacestd; #defineLL__int64 LLt,e[1000]; LLmod; LLeuler_phi(
LLn
a601025382s
·
2013-08-25 09:00
定理
hdu 2294 Pendant dp+矩阵
include #include #include #include #include usingnamespacestd; #defineLL__int64 constLLmod=1234567891;
LLn
a601025382s
·
2013-08-22 20:00
dp
矩阵
poj 3735 Training little cats 矩阵
#include #include #include #include #include #include usingnamespacestd; #defineLL__int64
LLn
; structmatrix
a601025382s
·
2013-08-22 10:00
矩阵
hdu4686 矩阵快速幂 多校第九场
include #include #include #include usingnamespacestd; #definelllonglong #definemod1000000007 #definesize5
lln
Jackyguo1992
·
2013-08-21 10:00
hdu 4686 Arc of Dream 杭电多校第九场1001 矩阵
#include #include #include #include #include usingnamespacestd; #defineLL__int64 constLLmod=1e9+7;
LLn
a601025382s
·
2013-08-20 17:00
矩阵
hdu 3555 Bomb 数位dp
defineLL__int64 LLdp[22][3]; intmain() { memset(dp,0,sizeof(dp)); dp[0][0]=1; for(LLi=1;i>T; while(T--) {
LLn
a601025382s
·
2013-08-20 10:00
数位dp
poj1365 Prime Land
Code:#include #include #include #include usingnamespacestd; typedeflonglongLL; intmain(){
LLn
,p,t,i;
yew1eb
·
2013-08-19 06:00
Codeforces Beta Round #32
A:Reconnaissance枚举B:Borze模拟C:Flea先算出最多可以多少个,然后统计一下有多少个位置
LLn
,m,s; intmain(){ #ifndefONLINE_JUDGE freopen
ACM_cxlove
·
2013-08-18 11:00
Poj 3150/UVA 1386/UVALive 3704 Cellular Automaton 循环矩阵
#include #include #include usingnamespacestd; #defineLLlonglong
LLn
,m,d,k,e[505],s[505]; LLmul(LLa[],
a601025382s
·
2013-08-08 19:00
循环矩阵
POJ 3468 A Simple Problem with Integers(线段树)
#include #include #defineMAXN100005 typedeflonglongLL;
LLn
,Q,ql,qr,v,sumv[MAXN*3],a[MAXN],addv[MAXN*3
blzorro
·
2013-08-05 12:00
线段树
区间修改
区间增减
UVA 11916 Emoogle Grid 数论
include #include #include usingnamespacestd; #defineLLlonglong #definemaxn505 constLLmod=100000007;
LLn
a601025382s
·
2013-08-03 18:00
数论
乘法的逆
模方程
UVA 11754 Code Feat 中国剩余定理+普通枚举
#include #include #include #include #include usingnamespacestd; #defineLLlonglong #definelimit10000
LLn
a601025382s
·
2013-08-03 15:00
中国剩余定理
FZU 2020 组合
b){d=a;x=1;y=0;} else{gcd(b,a%b,d,y,x);y-=x*(a/b);} } LLinv(LLa,
LLn
) { LLd,x,y; gcd(a,n,d,x,y); retu
murmured
·
2013-08-02 21:00
容斥原理应用(求1~r中有多少个数与n互素)
先说说位运算吧:用二进制1,0来表示第几个素因子是否被用到,如m=3,三个因子是2,3,5,则i=3时二进制是011,表示第2、3个因子被用到LLSolve(
LLn
,LLr) { vectorp; for
ACdreamers
·
2013-08-02 20:00
HDU 4506 小明系列故事——师兄帮帮忙
a:b;} #defineLLlonglong LLmods(LLa,LLb,
LLn
) { LLret=1; LLtmp=a; while(b) {
qq574857122
·
2013-07-31 13:00
lightoj Basic Math 数论基础题 1414+1010+1020+1078+1116+1148+1179+1214+1275+1294+1297+1311+1323+1349+1354
1008 #include #include #include #defineLLlonglong intmain() { LLT,tt=0; scanf("%lld",&T); while(T--) {
LLn
a601025382s
·
2013-07-28 16:00
数论
基础题
HDU4611(找循环节)
题目:BallsRearrangement#include #include #include usingnamespacestd; typedeflonglongLL;
LLn
,a,b,x,y,s
ACdreamers
·
2013-07-25 10:00
CF_Lucky Sum
代码:1#include 2#defineN1024 3typedeflonglongll; 4lla[N+1]; 5llf(
lln
) 6{ 7if(n==0) 8return0; 9inti
·
2013-07-22 18:00
SUM
sgu 135 + 184 +117+126+114+118+127
//sgu135 #include #include #include usingnamespacestd; #defineLLlonglong
LLn
; intmain() { scanf("%lld
a601025382s
·
2013-07-21 20:00
sgu
Codeforces Round #188 (Div. 2) 解题报告 //缺E
math#include #include #include usingnamespacestd; typedeflonglongLL;
LLn
,d,k,m; intmain() { cin>>n
cyendra
·
2013-07-16 11:00
poj 2417 离散对数模方程+哈希
include #include #include #include usingnamespacestd; #definelllonglong #definemod10007 llpow_mod(lla,
lln
Jackyguo1992
·
2013-07-10 22:00
poj 1942 Paths on a Grid 组合数学
无语了,太水了我,,,#include #include usingnamespacestd; #defineLL__int64 voidsolve(
LLn
,LLm) { doubletot=n+
u010710717
·
2013-06-05 21:00
poj
POJ 2976 0-1分数规划入门
include #include usingnamespacestd; #definelllonglong doublea[1005],b[1005]; doubled[1005]; intmain() {
lln
Jackyguo1992
·
2013-06-03 11:00
BZOJ2956 (模积和)
*(mmodj))其中1 #include usingnamespacestd; typedeflonglongLL; constLLMOD=19940417; LLsum(
LLn
ACdreamers
·
2013-04-16 16:00
POJ 2891 中国剩余定理
include #include #include #include #include #include usingnamespacestd; #definelllonglong llext_gcd(lla,
lln
Jackyguo1992
·
2013-04-10 22:00
POJ 2115 线性模方程
include #include #include #include usingnamespacestd; #definelllonglong llA,B,C,k,a,b; llext_gcd(lla,
lln
Jackyguo1992
·
2013-04-10 20:00
HDU3634(矩形切割)
constintN=205; #defineLLlonglong typedefstruct { LLx1,y1; LLx2,y2; LLsum; LLv; }Node; NodeT[N];
LLn
ACdreamers
·
2013-04-10 15:00
POJ 3258 River Hopscotch
先贴代码:#include #include typedeflonglongll; usingnamespacestd;
lln
,m,L,a[100010]; boolbi(llx){ lli
zzxyyx_1
·
2013-03-14 23:00
二分枚举答案
ln 命令
lln
是linux中又一个非常重要命令,它的功能是为某一个文件在另外一个位置建立一个同不的链接.当我们需要在不同的目录,用到相同的文件时,我们不需要在每一个需要的目录下都放一个必须相同的文件,我们只要在某个固定的目录
k122769836
·
2013-03-01 10:00
[CodeChef 13 Feb-CookOff] End Of The World 2
Code:bool_;
LLn
; vectorh; constLLlimit=305731144433251701ll; boolisdoub
dslovemz
·
2013-02-18 02:00
CF 272C Dima and Staircase(水题)
就很简单代码如下://C //byMolly #include #include #include usingnamespacestd; typedeflonglongll; intN=100010;
lln
AClion
·
2013-02-14 10:00
UVA 10079 Pizza Cutting
[0]=1;#include #include #include #include #include #include usingnamespacestd; typedeflonglongLL;
LLn
Wall_F
·
2013-01-28 21:00
组合数求模总结
, p (1 #include #include #include #include #include #include usingnamespacestd; typedeflonglongLL;
LLn
SSOI_HTA
·
2013-01-05 15:00
数论
组合数
hdu3439
组合数求模
NEFU 84 五指山
#include #include #include #include #include usingnamespacestd; typedeflonglongLL;
LLn
,m,ax
Wall_F
·
2012-12-30 21:00
Hdu 4279 - Number
AC代码:#include #include typedef__int64ll; llx,y; llcall(
lln
) { if(n<6)return0; lltp=(ll)sqrt(1.0*n); if
Chuck_0430
·
2012-12-12 19:00
POJ 1811
RE好多次、、原来是编译器问题换了C++就AC了、、、乘法要用二进制相乘否则会爆longlong#include #include #include typedeflonglongLL; intT;
LLn
nash142857
·
2012-12-09 14:00
CF 150&&152 div 2
lln
; setss; voiddfs(llx,inty,intz)//x为构造的数,y,z分别为2个数字,就是用y和z2个数字构造的x. { if(x>n)return; ss
kdqzzxxcc
·
2012-11-26 10:00
RSA算法
函数入口参数voidRSA(LLdata,intmode,LLd,LLe,
LLn
)data为要加密或解密的数,mode为模式(1加密,0解密),{e,n}为公钥,完成加密,{d,n}为私钥,完成解密。
·
2012-11-06 16:00
rsa
Codeforces Beta Round #1(A,B)
注意要用longlongintmain(){
LLn
,m,a; while(~scanf("%I64d%I64d%I64d",&n,&m,&a)){ LLnum1=0; num1=n/a; if(n%a
cqlf__
·
2012-08-30 12:00
hdu 4342 数学规律
/* 首先先根据n求k,k是满足不等式k*k-k #include #include #include usingnamespacestd; #defineLLlonglong intt;
LLn
,idx
azheng51714
·
2012-08-09 11:00
hdu4349 Xiao Ming's Hope-----多校联合五
usingnamespacestd; llpower(inta,intb) { llres=1; while(b) { if(b&1)res*=a; a=a*a; b>>=1; } returnres; } intmain() {
lln
qiqijianglu
·
2012-08-07 20:00
hdu4342 History repeat itself-------多校联合五
#include #include #include #definell__int64 usingnamespacestd; intmain() { intt;
lln
; scanf("%d",&t);
qiqijianglu
·
2012-08-07 19:00
OO
11258 - String Partition
#include #definelllonglong #definemaxn205 #defineinf(1b)returna; elsereturnb; } llgetn(inta,intb) {
lln
cqjianx
·
2012-08-02 14:00
【SOJ-1865整数划分】优化
#defineN501 lld[N][N]; llq(
lln
,llm) { if((n0)d[i][j]+=d[i-j][j]; } } }
lln
; while(scanf("%lld",&n)==1&
famousDT
·
2012-08-02 10:00
优化
uva 11526计算n/1+n/2+...+n/n(整除)
找到n/i结果相同的,跳过并累加#include#includeusingnamespacestd;typedeflonglongLL;LLH(
LLn
){ if(n>n; cout<
longshuai0821
·
2012-08-01 18:00
SPOJ_4191 Sky Code
N #include typedeflonglongLL; constintMAXN=10010;
LLN
; LLd[MAXN],num[MAXN],cnt[MAXN]; LLcal(
LLn
){ LLres
ivan_zjj
·
2012-07-24 15:00
POJ-2704(化搜索为简答记忆)(Pascal's Travels )
lld[100][100]; llans[100][100]; intmain() {
lln
; while(cin>>n,n!
famousDT
·
2012-04-05 17:00
Codeforces Beta Round #1【完整题解】
KIDx的解题报告http://codeforces.com/contest/1以下省略头文件A题水题 intmain() {
LLn
,m,a,res; while(~scanf("%I64d%
基德KID.1412
·
2011-11-05 15:00
编程
C++
c
算法
ACM
SOJ-2984(Fibonacci,矩阵连乘简化计算)
defineMOD10000 intmain() { //freopen("Fibonacci.in","r",stdin); //freopen("Fibonacci.out","w",stdout);
lln
famousDT
·
2011-11-02 10:00
c
pallord-rho(质因子分解)
poj1811#includeusingnamespacestd;#include#includetypedef__int64LL;//__int64,longlongLLmultiMod(LLa,LLb,
LLn
ysjjovo
·
2010-12-23 21:00
c
null
n2
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
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
其他