上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 72 下一页

2018年8月30日

memset

摘要: 只能是0 ,-1,0x3f3f3f3f (1e9) 阅读全文

posted @ 2018-08-30 13:17 cltt 阅读(104) 评论(0) 推荐(0) 编辑

int long long 的范围

摘要: unsigned int 0~4294967295 (10位数,4e9) int -2147483648~2147483647 (10位数,2e9 2^31 - 1) long long: -9223372036854775808~9223372036854775807 (19位数, 9e18 )  阅读全文

posted @ 2018-08-30 12:48 cltt 阅读(145) 评论(0) 推荐(0) 编辑

AtCoder Beginner Contest 098 D - Xor Sum 2

摘要: D - Xor Sum 2 Time limit : 2sec / Memory limit : 1024MB Score : 500 points Problem Statement There is an integer sequence A of length N. Find the numb 阅读全文

posted @ 2018-08-30 10:53 cltt 阅读(181) 评论(0) 推荐(0) 编辑

2018年8月28日

基础

摘要: 退到C盘目录下,nslookup 网址 来查询域名shift+鼠标右键 出现在此处打开powershell 窗口,直接进入当前目录 //在文件夹下进入命令行 1.打开文件夹 2.在上面的导航栏中输入CMD,回车即可打开命令提示符 且路径为当前文件夹 阅读全文

posted @ 2018-08-28 16:03 cltt 阅读(141) 评论(0) 推荐(0) 编辑

树上任意两点间距离

摘要: // 任意两点间有唯一路径的无向图是树 //HDU 6446 Tree and Permutation Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s 阅读全文

posted @ 2018-08-28 00:21 cltt 阅读(1281) 评论(0) 推荐(0) 编辑

2018年8月27日

优先级顺序

摘要: 1 https://baike.baidu.com/item/%E8%BF%90%E7%AE%97%E7%AC%A6%E4%BC%98%E5%85%88%E7%BA%A7/4752611?fr=aladdin * / % + - 阅读全文

posted @ 2018-08-27 23:34 cltt 阅读(228) 评论(0) 推荐(0) 编辑

HDU 6447

摘要: YJJ's Salesman Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1383 Accepted Submission(s): 483 P 阅读全文

posted @ 2018-08-27 17:26 cltt 阅读(92) 评论(0) 推荐(0) 编辑

2018年8月26日

KMP

摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <algorithm> 4 #include <cstdlib> 5 #include <cstring> 6 #include <string> 7 #include <deque> 8 #i 阅读全文

posted @ 2018-08-26 22:20 cltt 阅读(256) 评论(0) 推荐(0) 编辑

cf 1029 C

摘要: C. Maximal Intersection time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output C. Maximal Inter 阅读全文

posted @ 2018-08-26 11:10 cltt 阅读(245) 评论(0) 推荐(0) 编辑

2018年8月25日

牛客练习赛25

摘要: 链接:https://www.nowcoder.com/acm/contest/158/A来源:牛客网 q次询问,每次给一个x,问1到x的因数个数的和。 输入描述: 输出描述: 示例1 输入 复制 4 1 2 3 10 输出 复制 1 3 5 27 说明 1的因数有12的因数有1,23的因数有1,3 阅读全文

posted @ 2018-08-25 10:05 cltt 阅读(220) 评论(0) 推荐(0) 编辑

上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 72 下一页

导航