码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
uoj259 & 独立集问题的一些做法
很早以前就做了一遍这题,当时好像啥都不会,今天重做一下。 这个题题意简单地说就是输入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
双端队列 C. Vasya and String
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
UVA 10196 Morning Walk(欧拉回路)
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
The 30 Most Important Interview Questions TO ASK(shared from Glassdoor)
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
Codeforces Round #256 (Div. 2) B
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
贪心算法 Heidi and Library (easy)
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
BZOJ 4828 DP+BFS
被一道简单BFS坑了这么长时间我也是hhh了 ...
分类:其他好文   时间:2017-05-26 16:05:01    阅读次数:201
1592条   上一页 1 ... 96 97 98 99 100 ... 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!