码迷,mamicode.com
首页 >  
搜索关键字:lld    ( 3245个结果
poj3253
#include #include using namespace std; #define read(x) scanf("%lld",&x) int main() { priority_queue,greater >q; long long n,temp,sum; read(n); if(n==1) { read(temp); printf("%lld\n",temp); ...
分类:其他好文   时间:2014-06-14 10:34:12    阅读次数:223
UVA 297 Quadtrees(四叉树建树、合并与遍历)
K -QuadtreesTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusAppoint description:DescriptionQuadtreesA quadtree is a represent....
分类:其他好文   时间:2014-06-12 23:57:11    阅读次数:509
UVALive - 2965 Jurassic Remains
Jurassic RemainsTime Limit:18000MSMemory Limit:Unknown64bit IO Format:%lld & %llu[Submit] [Go Back] [Status]DescriptionPaleontologists in Siberia have...
分类:其他好文   时间:2014-06-04 20:16:27    阅读次数:384
UVA 548(二叉树重建与遍历)
J - Tree Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-05-16) Description   Tree  ...
分类:其他好文   时间:2014-06-03 03:06:52    阅读次数:359
UVA 297 Quadtrees(四叉树建树、合并与遍历)
K - Quadtrees Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-01-02) Description  Quadt...
分类:其他好文   时间:2014-06-03 01:41:23    阅读次数:268
UVA 699(二叉树建树与遍历)
M - The Falling Leaves Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-02-08) Description ...
分类:其他好文   时间:2014-06-03 00:55:54    阅读次数:342
UVA 712(二叉树模拟)
L - S-Trees Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-04-01) Description   S-Tree...
分类:其他好文   时间:2014-06-03 00:53:43    阅读次数:335
ZOJ 3772 Calculate the Function 线段树+矩阵
Calculate the FunctionTime Limit:2000MSMemory Limit:65536KB64bit IO Format:%lld & %lluSubmitStatusAppoint description:DescriptionYou are given a list ...
分类:其他好文   时间:2014-05-27 18:03:16    阅读次数:394
北邀 E Elegant String
E. Elegant StringTime Limit:1000msCase Time Limit:1000msMemory Limit:65536KB64-bit integer IO format:%lld Java class name:MainSubmitStatusPID: 34985Fo...
分类:其他好文   时间:2014-05-26 08:23:51    阅读次数:269
C/C++ Bug&Pitfalls
这篇文章也是长期性的一个积累,对于本人个性化的一些使用C/C++造成的失误进行记录。 1)Printf 中格式化使用造成的失误: int main() { char* str="-1234"; printf("string is %lld\nstr length is %...
分类:编程语言   时间:2014-05-25 20:08:47    阅读次数:266
3245条   上一页 1 ... 321 322 323 324 325 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!