码迷,mamicode.com
首页 >  
搜索关键字:long    ( 19145个结果
ACM学习历程—BZOJ2956 模积和(数论)
Description 求∑∑((n mod i)*(m mod j))其中1#include #include #include #include #include #include #include #include #include #define LL long long#define MO...
分类:其他好文   时间:2015-10-25 17:42:09    阅读次数:162
Windows系统小知识
前言本文的写作于Window10发布后的2015-08-01,新系统发布后我打了鸡血似的,做了新系统的小白鼠,所以写此文以作记录。WIN10各版本下载地址:http://www.ithome.com/html/win10/165961.htmWIN10企业版LTSB和CBLTSB是英语Long Te...
分类:Windows程序   时间:2015-10-25 12:07:36    阅读次数:302
2014上海网络赛 HDU 5053 the Sum of Cube
水 1 #include 2 #include 3 #include 4 #include 5 #define LL long long 6 using namespace std; 7 8 int main() 9 {10 int t;11 int a,b;12 in...
分类:其他好文   时间:2015-10-25 00:48:57    阅读次数:144
模板 读入挂
来自吉老司机的文件namespace fastIO{ #define BUF_SIZE 100000 #define OUT_SIZE 100000 #define ll long long //fread->read bool IOerror=0; inline...
分类:其他好文   时间:2015-10-24 21:51:34    阅读次数:508
UVALive Great Deceiver
题目链接:戳我题目大意:样例解释:解题思路:代码:#include #include #define LL long long LL a[100005];int main(){ LL n, k; int i, j; while(~scanf("%lld %lld", &n, &k)...
分类:其他好文   时间:2015-10-24 20:07:47    阅读次数:153
从源码角度深入理解Toast
Toast这个东西我们在开发中经常用到,使用也很简单,一行代码就能搞定: 1: Toast.makeText(this, "333", Toast.LENGTH_LONG).show(); 但是我们经常会遇到这样一种情况,比如说我们有两个按钮,每次点击之后就会弹出一个Toast,但是如果这两个按钮快速点击,我们看到的效果是这样的:   但实际上我们想要的效果应该是这...
分类:其他好文   时间:2015-10-24 17:32:44    阅读次数:314
包装类
包装类(Wrapper Class) 包装类是针对于原生数据类型的包装。 因为有8个原生数据类型,所以对应有8个包装类。 所有的包装类(8个)都位于java.lang下。 Java中的8个包装类分别是:Byte, Short, Integer, Long, Float, Double, Ch...
分类:其他好文   时间:2015-10-24 17:21:44    阅读次数:103
long long , __int64 范围
VC的64位整数 分别叫做__int64与unsigned __int64,其范 围分别是[-2^63, 2^63)与[0,2^64),即-9223372036854775808~9223372036854775807与0~18446744073709551615(约1800亿亿)。
分类:其他好文   时间:2015-10-24 17:03:33    阅读次数:147
包装类(转)
包装类(Wrapper Class) 包装类是针对于原生数据类型的包装。 因为有8个原生数据类型,所以对应有8个包装类。 所有的包装类(8个)都位于java.lang下。 Java中的8个包装类分别是:Byte, Short, Integer, Long, Float, Double, Ch...
分类:其他好文   时间:2015-10-24 00:14:11    阅读次数:199
bzoj 1191
本来想打场uoj的,看到数论又跪了。。还是二分图 1 #include 2 #define inc(i,l,r) for(i=l;i=r;i--) 4 #define mem(a) memset(a,0,sizeof(a)) 5 #define inf 1e9 6 #define ll long l...
分类:其他好文   时间:2015-10-23 21:20:39    阅读次数:311
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!