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
int64
FOJ 1591 —— Coral的烦恼
#include<stdio.h> int main() { __
int64
n,i,sum,l,r; while(scanf("%I64d",&n)
·
2015-11-13 14:43
ora
hdu 2451 Simple Addition Expression(数位DP )成败在于细节
#include<stdio.h> __
int64
getans(__
int64
s) { __
int64
ans=0,tmp=1000000000;//这里最大只能取
·
2015-11-13 13:39
express
hdu 3421 Max Sum II
Sum II 读不懂题的伤不起啊 题意:吧一串数字 分成几串,串数尽量少(能用0链接起来的两串就用0链接起来),使其中几串的和最大 */ #include<stdio.h> __
int64
·
2015-11-13 13:44
HDU
Redis intset
唯一不同的是,它的整数类型是变动的,可以支持int16,int32,
int64
三种,当然用越小的单位越省内存。只有当当前的整数类型存不下更大的整数时,才让整数类型变大。
·
2015-11-13 10:09
redis
转换2进制代码
void FormatBinary(__
int64
num,char buf[]) { int nCount = 0 ; while ( 1 ) {
·
2015-11-13 09:16
代码
poj 3709 K-Anonymous Sequence
把减号写成加号导致化简完全错误,纠结于直接用double还是用
int64
的x和y,后来有纠结于≤和≥的问题。这才完全搞定斜率优化。不错的题目。 代码: var q,f,s,a:array
·
2015-11-13 09:55
sequence
hdu 5014 Number Sequence
这里有两个输出小技巧可以参考: 1.在用printf输出__
int64
时,在windows下使用格式"%I64d",在linux下使用"%lld",在hdu中应使用
·
2015-11-13 07:46
sequence
hdu 1176 免费馅饼
2 #include <cstring> 3 #include <algorithm> 4 #define maxn 200000 5 #define ll __
int64
·
2015-11-13 07:22
HDU
hdu 1165 Eddy's research II
include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #define ll __
int64
·
2015-11-13 07:22
search
hdu 1422 重温世界杯
2 #include <cstring> 3 #include <algorithm> 4 #define maxn 200000 5 #define ll __
int64
·
2015-11-13 07:17
HDU
hdu 1208 Pascal's Travels
; 2 #include <cstring> 3 #include <algorithm> 4 #define maxn 100 5 #define ll __
int64
·
2015-11-13 07:08
pascal
几个简单的递归题目
本来不打算写这些的,感觉有点水,就是知道递推公式就行啦,还有就是__
int64
的问题,输出用I64d% 蟠桃记 Time Limit : 2000/1000ms (Java/Other)  
·
2015-11-13 06:09
递归
hdu 1506 Largest Rectangle in a Histogram ((dp求最大子矩阵))
include <algorithm> # include <iostream> # include <math.h> using namespace std; __
int64
·
2015-11-13 05:36
HDU
sgu To xor or not to xor
include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #define ll __
int64
·
2015-11-13 05:55
or
cf C. Tourist Problem
2 #include <cstring> 3 #include <algorithm> 4 #define maxn 100010 5 #define ll __
int64
·
2015-11-13 05:50
uri
hdu 1698 Just a Hook
2 #include <cstring> 3 #include <algorithm> 4 #define maxn 100010 5 #define ll __
int64
·
2015-11-13 05:48
HDU
HDU1124
1 #include<stdio.h> 2 #include<string.h> 3 #include<math.h> 4 typedef __
int64
·
2015-11-13 05:30
HDU
HDU 1905 Pseudoprime numbers
pid=1905 水题,套个米勒拉宾的模板就秒了 View Code #include <stdio.h> __
int64
qpow(int a,int b,int r)//
·
2015-11-13 04:15
number
sprintf以及__
int64
与long long int
sprintf函数: 头文件:stdio.h 函数原型:int sprintf( char *buffer, const char *format [, argument] … ); 返回值:字符串长度(strlen) 例如: unsigned _int
·
2015-11-13 04:15
printf
BZOJ 1087
var f:array[0..10,0..90,0..600] of
int64
; a:Array[0..600] of longint; count:array[0..600] of
·
2015-11-13 04:09
ZOJ
cf B. The Fibonacci Segment
2 #include <cstring> 3 #include <algorithm> 4 #define maxn 200010 5 #define LL __
int64
·
2015-11-13 03:45
fibonacci
cf C. Vasya and Robot
gt; 2 #include <cstring> 3 #include <algorithm> 4 using namespace std; 5 const __
int64
·
2015-11-13 03:32
robot
hdu 2200
代码如下: #include"stdio.h" __
int64
cal(__
int64
m,__
int64
n) { __
int64
s=1,i; for
·
2015-11-13 03:36
HDU
hdu 1159
代码如下: #include"stdio.h" #include"math.h" __
int64
prime[10005]={2,3},count=2
·
2015-11-13 03:27
HDU
hdu 1996汉诺塔VI
代码如下: #include"stdio.h" int main( ) { __
int64
num[31]={1}; int i,t,n;
·
2015-11-13 03:27
HDU
hdu 2132
然后改对了,代码如下: #include"stdio.h" __
int64
a[100005],i; int main( ) { int n; for
·
2015-11-13 03:21
HDU
hdu 1205
#include"stdio.h" int main( ) { int n,i,t,a,max; __
int64
sum; scanf("
·
2015-11-13 03:20
HDU
hdu 2114
这个输出我还是第一次学到、、 代码如下: #include"stdio.h" int main( ) { __
int64
ans,n; while(
·
2015-11-13 03:17
HDU
hdu 2058防超时解法
d /2;得出d*d<2 * m,从而可以枚举d,计算出a#include"stdio.h"#include"math.h"int main( ){ __
int64
·
2015-11-13 03:06
HDU
输出一个数据库中所有表的数据量
4 /* 5 临时表数据结构: 6 struct Table_TableCount 7 { 8 string TableName;//表名字 9
Int64
Count
·
2015-11-13 02:19
数据库
CF295A
1 #include<stdio.h> 2 #include<string.h> 3 const int maxn = 100005; 4 typedef __
int64
·
2015-11-13 02:50
c
HDU 2161 Primes
ps:为2b的自己流了一地泪 View Code #include <iostream> using namespace std ; __
int64
qpow(int
·
2015-11-13 02:36
Prim
米勒拉宾素数测试
直接献上模板 View Code __
int64
qpow(int a,int b,int r)//快速幂 { __
int64
ans=1,buff=a; while
·
2015-11-13 02:35
测试
HDU 2138 How many prime numbers
View Code #include <iostream> using namespace std ; __
int64
qpow(int a,int b,int r) {
·
2015-11-13 02:35
number
poj 3468 A Simple Problem with Integers
id=3468 成断增加,注意的是求和可能超过32位,用__
int64
存储,成断更新的时候注意color为+-,而不是替换,有可能出现儿子的值还存在没有向下更新。。
·
2015-11-13 02:52
Integer
poj 3250 栈应用
gt; #include<algorithm> #include<cstdio> #define Maxn 100010 using namespace std; __
int64
·
2015-11-13 02:38
poj
poj 2987 最大闭合子图
include <stdio.h> #include <string.h> #define Maxn 6010 #define Maxm 200000 #define LL __
int64
·
2015-11-13 02:10
poj
BZOJ 1096
const maxm=1e100; maxn=1000001; var f,x,p,c,sum,cost:array[0..maxn] of
int64
; q:array
·
2015-11-13 02:43
ZOJ
7.14被虐记
Accepted 3625 0MS 248K 818B C++ Yu */ #include<cstdio> #include<cstring> #define LL __
int64
·
2015-11-13 01:08
POJ2402+模拟
1 #include<stdio.h> 2 #include<string.h> 3 #include<math.h> 4 typedef __
int64
·
2015-11-13 00:58
poj
HDU4525+公式
*/ 4 #include<stdio.h> 5 #include<math.h> 6 const int maxn = 10005; 7 typedef __
int64
·
2015-11-13 00:46
HDU
HDU1506+DP
include<stdio.h> 8 #include<algorithm> 9 using namespace std; 10 typedef long long
int64
·
2015-11-13 00:32
HDU
HDU2372
View Code 1 #include<stdio.h> 2 #include<string.h> 3 #define
int64
__
int64
4 #define
·
2015-11-13 00:15
HDU
HDU 1977 Consecutive sum II
View Code #include <stdio.h> #include <string.h> int main() { int t; __
int64
·
2015-11-13 00:33
HDU
HDU 1996 汉诺塔VI
include <iostream> #include <string> using namespace std; int main() { int t; __
int64
·
2015-11-13 00:30
HDU
hdu 4403 简单搜索
cstdio> #include<cstring> #include<cmath> #include<algorithm> #define LL __
int64
·
2015-11-13 00:40
HDU
POJ 1942 Paths on a Grid
题意 输入边长 有多少种走法 思路 组合数模板 View Code 1 #include<stdio.h> 2 int main() 3 { 4 __
int64
·
2015-11-13 00:37
grid
HDU 2053a/b + c/d 2054 又见gcd
pid=2503 View Code 1 #include<stdio.h> 2 #include<string.h> 3 __
int64
gcd(__
int64
·
2015-11-13 00:32
HDU
HDU 2817 A sequence of numbers
View Code 1 #include<stdio.h> 2 #include<string.h> 3 #define M 200907 4 __
int64
·
2015-11-13 00:31
sequence
C# .NET学习经验总结
许多其它变量类型也是如此,如:short <-> Int16,long <->
Int64
等。
·
2015-11-13 00:14
.net
上一页
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
其他