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
Poj 1037
Poj1037#include #include using namespace std;typedef __
int64
dp_arr;int n;__
int64
m;dp_arr f[
学习心得(code)
·
2009-09-07 17:00
[置顶] ACM的小技巧
2.有时候int型不够用,可以用longlong或__
int64
型(两个下划线__)。值类型表示值介于-2^63(-9,223,372,036,854,775,808)到2^63-1(+9,223
power721
·
2009-08-31 13:00
c
语言
编译器
09暑假集训contest5总结
注意__
int64
的最大值可以达到9,000,000,000,000,000,000多。对线段树的理解还是不够深入。处理儿子的下标有2中处理方法,各有所长。
Rest
·
2009-08-29 01:00
C/C++小结杂烩
1.VC6.0下不支持longlong的类型格式,只支持__
int64
格式;而VS2005下都支持。据说,__
int64
比longlong处理速度要快,结果是否属实待定。
远风工作室
·
2009-08-24 10:00
如何将64位整型转换为宽字符串
首先,用sprintf转换为char*(安全考虑,用springf_s或者是snprintf)2.用MultiByteToWideChar将转换后的字符串转换为宽字符(unicode) 注意的是,对于非
int64
bichenggui
·
2009-08-17 11:00
POJ 2559
POJ2559#include #include int n, index, time[100001], ord[100001];__
int64
s[100001], temp, max;int main
学习心得(code)
·
2009-08-06 20:00
pku 1019 poj
pku1019poj#include#includeusing namespace std;#define M 40000__int64 sum[M+1];__
int64
len[M+1];void init
wyiu
·
2009-07-28 09:00
pku poj 1426
#includeusing namespace std;//usig64_18,446,744,073,709,551,615_20wei__int64 que[800000];__
int64
n;__
wyiu
·
2009-07-23 13:00
pku 2299
pku2299#includeusing namespace std;#define MAXN 500000int x[MAXN+1];int z[MAXN+1];__
int64
reverse;void
wyiu
·
2009-07-12 14:00
HLOJ_1041
192 378 C++ 2 3 //简单递推 4 5 #include 6 using namespace std ; 7 8 const int size = 100 ; 9 10 __
int64
我希望你是我独家记忆
·
2009-07-10 13:00
HLOJ_1135
1 //1135 Accepted 15 196 327 C++ 2 3 #include 4 5 using namespace std ; 6 7 __
int64
inn ; 8
我希望你是我独家记忆
·
2009-06-30 11:00
如何将整数转换为相应的字符串
注意
INT64
的最大值,以免溢出。 char*itoa_my(INT64value,char*buffer,size_tsize) { assert(buffer!
bichenggui
·
2009-06-22 17:00
优化
null
buffer
试用boost.serialize序列化对象。
include #include #include using namespace std;class Data{ friend class boost::serialization::access; _
int64
liquidx
·
2009-06-18 17:00
范了一个很郁闷的错误
一直以来,用到64位数时,在time_t,__
int64
和double之间用强转运算,从来也没有发现有什么不妥,今天发现,原来自己渐渐的淡化了浮点数类型的内存分布机制。
evil_darker
·
2009-05-27 14:00
1001
include <string.h> #include <stdlib.h> #include <math.h> #ifdef WIN32 typedef __
int64
shumo
·
2009-05-19 17:00
C++
c
C#
J#
hdu 2371 Decode the Strings
#include#include#includeusing namespace std;int st[83][83];int main(){ int n; __
int64
m; while
Feng
·
2009-05-16 10:00
hdu 2372 El Dorado
#include#includeusing namespace std;int a[101];__
int64
dp[101][101];//以第i个位置的元素结尾的长度为j的个数int main(){
Feng
·
2009-05-14 20:00
hdu 2372 El Dorado
14 19:45:52 Accepted 2372 0MS 352K 678 B C++ no way #includeusing namespace std;const int N = 105;__
int64
Dreams
·
2009-05-14 19:00
hdu 2734 A Game with Marbles
#include#includeusing namespace std;__
int64
a[51];__
int64
sum;int main(){ int n; while(cin>>n)
Feng
·
2009-05-14 10:00
经典的打表 zoj 3193 Accurately Say "CocaCola"! Again
Again#includelong f(__
int64
n){ while(n!
guanaishangtian
·
2009-05-04 22:00
线段树求矩形覆盖的周长 pku 1177
of many rectanglesLANG:C++*/#include#include#includeusing namespace std;#define MAXN 1000000const __
int64
风一样消逝的青春
·
2009-05-03 21:00
hdu 2811 即老菜鸟杯 1003
hdu2811即老菜鸟杯1003比赛最后才和同学一起AC的一道题目...f(n)=sum(C(n-1,j)*f(j)*f(n-1-j),0__int64 mmg[1005],n,k;__
int64
C[
风一样消逝的青春
·
2009-05-02 20:00
pku 2346 乘法原理
include#includeusingnamespacestd;inthash[46];intmain(){intn;scanf("%d",&n);__int64sum;for(__int64i=0;i<(__
int64
xiaofengsheng
·
2009-04-13 16:00
include
POJ 2231
1 #include 2 #include 3 #define N 10001 4 int n; 5 __
int64
a[N]; 6 __
int64
sum; 7 int compare(const void
Johnnx-acmore
·
2009-04-13 15:00
hdu 2141 Can you find it?
pid=2141#include#includeusing namespace std;__
int64
a[505],b[505],c[505];__
int64
temp[250005];bool bsearch
Dreams
·
2009-04-11 19:00
特殊的数。。Strling数
pid=2643#include#define mod 20090126__int64 strling[101][101];__
int64
ans[101];__
int64
ku[101];in
A Crazy Man
·
2009-04-10 12:00
pku2940
//直接向后加,不知道怎么证明,悲剧... 1#include 2using namespace std; 3int main() 4{ 5 int n; 6 int i; 7 __
int64
wyiu
·
2009-04-03 20:00
zju 2022 Factorial
1022//记录因子5的个数#includeusing namespace std;int main(){ int t; cin>>t; while(t--) { __
int64
Dreams
·
2009-04-02 12:00
El Dorado
problem_id=1260/**//*动态规划 dp[i][j]表示从1到i中递增序列长度为j且最后一个数为num[i]的序列个数*/#includeusing namespace std;__
int64
Dreams
·
2009-03-31 15:00
Decode the Strings
problem_id=1259#include#include#includeusing namespace std;int st[83][83];int main(){ int n; __
int64
Dreams
·
2009-03-31 15:00
解题报告
解题报告poj:2115 扩展欧几里得egcd()1995 __
int64
范围求幂的和的mod变成求幂的mod的和的mod1061 由ax-by=gcd(a,b)求出一组解x0,y0 d
蔡东赟
·
2009-03-29 12:00
HLOJ_1044(简单递推)
1 //1044 Accepted 15 76 401 C++ 2 //简单递推 3 4 #include 5 #include 6 #include 7 8 __
int64
dp[
我希望你是我独家记忆
·
2009-03-13 17:00
DataTable.Merge 时出现DataType不致 int32
int64
.*,0asserverid,32asdeptid,...在调用dt1.Merge(dt2)的时候,由于两个serverid字段类型不一致,一个int32,一个
int64
,导致无法Merge。
Arlen
·
2009-03-13 15:00
二分搜索
二分搜索 1 2 3 int erf(__
int64
r[],int n,__
int64
k) 4 5 { 6 7 int low=0,high=n-1,mid; 8 9 while (lowk
混沌的云@HDU~
·
2009-02-06 22:00
2621 Cry,men,not crime (HDU)
2621Cry,men,notcrime(HDU) 1#include 2#include 3 __
int64
C(__
int64
n, __
int64
m) 4 { 5 __
int64
混沌的云@HDU~
·
2009-01-27 14:00
最便捷的序列化方式
支持变长int32/uint32/
int64
/uin
inter999
·
2008-11-21 15:00
URAL1068
1 // 1068 C++ Accepted 0.015 121 KB URAL 2 3 #include 4 #include 5 #include 6 7 typedef __
int64
我希望你是我独家记忆
·
2008-11-05 15:00
URAL1648
0.031 449 KB URAL 2 3 #include 4 #include 5 #include 6 7 //typedef long long llong ; 8 typedef __
int64
我希望你是我独家记忆
·
2008-10-31 22:00
Pku 1023 The Fun Number System
Pku1023TheFunNumberSystem#include int main(){ int test; scanf("%d", &test); while( test-- ) { __
int64
算法学习
·
2008-10-30 11:00
编程练习——可变长bit数组(bitArray)
在这里内部使用的是__
int64
,64位。当然根据实际需要可以将这个
cctt_1
·
2008-10-25 08:00
Pku 1061 青蛙的约会
Pku1061青蛙的约会#include __
int64
result;__
int64
gcd( __
int64
a, __
int64
b, __int64& x, __int64& y ){
算法学习
·
2008-10-24 23:00
C# 中各种类型的相互转换
许多其它变量类型也是如此,如:short <-> Int16,long <->
Int64
等。
wsql
·
2008-10-15 18:00
C#
1306 2249
关键是红色部分,对数的优化 #include <iostream>using namespace std; __
int64
work(__
int64
n,__
int64
k)
woxiaoe
·
2008-09-13 23:00
PKU3378 Crazy Thairs - 动态规划+树状数组
(ai#include #include #define clr(a) memset(a,0,sizeof(a))#define
int64
bignum_t#define N 50005/******
tiaotiaoyly
·
2008-09-04 20:00
素数判定随机化算法
*/#include using namespace std;typedef unsigned __
int64
llong;llong mod_pro(llong x,llong y,llong n){
tao_tao_bu_jue
·
2008-09-03 05:00
c
算法
n2
pku1995
z; while (z--) { cin>>m>>h; tmp = 0; for (long i = 0; i >a>>b; __
int64
民工也疯狂
·
2008-08-14 07:00
a tedious way to convert byte array into String
= gcnew MemoryStream(); array<Byte>^ byteArray; byteArray = gcnew array<Byte>((__
int64
mathgl
·
2008-07-29 18:00
.net
PKU 3338 Rectangle Cutting
呵呵,这个题目做出来时候很开心,因为用到了一个小技巧,就是标记格子时候用2进制的变化规则来存储,这样绝不会出现重复,而这个数字最大是2^50,所以要用GCC/G++的longlong型C/C++的__
int64
Hadn't
·
2008-07-18 22:00
pku-3191
负数进制,代码如下:#include void cup ( __
int64
n ){ if ( n !
算法与程序--游戏与玩乐
·
2008-07-13 14:00
pku-3100
#include "stdio.h"int judge(__
int64
a,int n,__
int64
b){ int i; __
int64
sum=1; for(i=0;i=b)break
算法与程序--游戏与玩乐
·
2008-07-13 13:00
上一页
39
40
41
42
43
44
45
46
下一页
按字母分类:
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
其他