主要演算法
題目列表
p1603 **登的密碼
stl,hashmap, sort
p1071 潛伏者
stl, hashmap, string
p1012 拼數
stl, string, vector
p1538 迎春舞會之數字舞蹈
stl, string, vector
具體**戳這
題解p1012 拼數
注意判斷函式的寫法:
表示如果字串「ab」排法比「ba」大,即a排在b前面
排除了a:321 b: 32 如果直接a > b判斷,321 > 32,32132 > 32321的錯誤情況
#include
using
namespace std;
bool
cmp(string a, string b)
intmain()
sort
(vc.
begin()
,vc.
end(
),cmp)
;for
(int i =
0; i < n; i++
)return0;
}
字串處理 字串反轉
請原諒博主今天很閒,於是乎博主又開始更新微博了。這次要更新的問題是 編寫乙個函式,反轉乙個單詞的順序。例如 do or do not,there is no try.就要反轉成 try.no is there not,do or do 大家要認真看看這道題,這道題和大家想象的貌似有點不同。首先字串反...
字串處理
uncode與ansi字串轉換 我們使用windows函式multibytetowidechar將多位元組字串轉換成寬字元字串。函式如下 int multibytetowidechar uintcodepage dworddwflags lpcstrlpmultibytestr intcbmulti...
字串處理
byte array new byte 2 array system.text.encoding.default.getbytes 啊 int i1 short array 0 0 int i2 short array 1 0 unicode解碼方式下的漢字碼 array system.text.e...