很早以前就做了一遍这题,当时好像啥都不会,今天重做一下。 这个题题意简单地说就是输入k、p和一个图,求图大小为k的独立集个数mod p。 subset1.in n=24,m=19,k=8 subset2.in n=40,m=55,k=11 subset3.in n=100,m=99,k=32 n比较... ...
分类:
其他好文 时间:
2017-06-03 15:10:56
阅读次数:
156
个人记性比较差,很多基础语法总是忘记,在这里把一些低级语法,总一下。 1,goto用法 、 begin 其他语句 goto over_flag; 其他语句 <<over_flag>> log('程序直接调到这里,做日志输出'); end; 2,sqlerrm sqlcode 常用异常的系统默认代码 ...
分类:
其他好文 时间:
2017-06-02 17:45:03
阅读次数:
182
High school student Vasya got a string of length n as a birthday present. This string consists of letters 'a' and 'b' only. Vasya denotesbeauty of the ...
分类:
其他好文 时间:
2017-06-01 20:06:22
阅读次数:
216
Problem H Morning Walk Time Limit 3 Seconds Kamalis a Motashotaguy. He has got a new job in Chittagong. So, he has moved to Chittagong fromDinajpur. H ...
分类:
其他好文 时间:
2017-05-31 17:29:48
阅读次数:
249
这不是一篇完整的关于 “格式化字符串漏洞“ 的文章我在学习中遇到问题所搜索到的一些零碎知识 在这做一下总结, 参考中的每一个链接都很好的 讲解了 “格式化字符串漏洞” 基本的格式化字符串参数:参考:http://bobao.360.cn/learning/detail/3654.html 利用格式化 ...
分类:
其他好文 时间:
2017-05-30 16:21:42
阅读次数:
313
Exploring the Role Get beyond the basic job description and ask questions that probe deeper into the details of the job, expectations, success metrics ...
分类:
其他好文 时间:
2017-05-30 15:50:55
阅读次数:
226
B. Suffix Structures Bizon the Champion isn't just a bison. He also is a favorite of the "Bizons" team. At a competition the "Bizons" got the followin ...
分类:
其他好文 时间:
2017-05-29 19:13:40
阅读次数:
250
A. Heidi and Library (easy) time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Your search ...
分类:
编程语言 时间:
2017-05-29 10:57:45
阅读次数:
220
被一道简单BFS坑了这么长时间我也是hhh了 ...
分类:
其他好文 时间:
2017-05-26 16:05:01
阅读次数:
201