HDU 5463Clarke and minecraft
Clarke and minecraftTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 6
HDU 5464Clarke and problem(DP)
Clarke and problemTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 655
hdu1003 Max Sum(dp)
Max SumTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/
leetcode筆記:Integer to Roman
一.題目描述Given a roman numeral, convert it to an integer.Input is guaranteed to be
POJ 2407 Relatives && UVA 10299 Relatives(歐拉函數)
【題目大意】:歐拉函數:求少於或等於n的數中與n互素的數的個數;n <= 1,000,000,000。【思路】:裸歐拉函數,注意特判n==1的
Item 30:完整理解inline函數的裡裡外外 Effective C++筆記
Item 30: Understanding the ins and outs of lining.inline(內聯)函數的好處太多了:它沒有宏的那些缺點,
C++通過TinyXML類庫讀寫XML文件
TinyXML是一個開源的解析XML的解析庫,能夠用於C++,能夠在Windows或Linux中編譯。這個解析庫的模型通過解析XML文件,然後在內存中生成DOM
zoj3609 Modular Inverse(擴展歐幾裡德算法)
Modular Inverse Time Limit: 2 Seconds Memory Limit: 65536 KBThe modular modular
如何使用Valgrind memcheck工具進行C/C++的內存洩漏檢測
系統編程中一個重要的方面就是有效地處理與內存相關的問題。你的工作越接近系統,你就需要面對越多的內存問題。有時這些問題非常瑣碎,而更多時候它會演變成一個調試內存問