作者singlovesong (~"~)
看板C_and_CPP
標題[ACM] 11084 && 11127
時間Fri Sep 2 20:20:42 2011
開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
g++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
TLE
餵入的資料(Input):
題目:
11084
http://luckycat.kshs.kh.edu.tw/homework/q11084.htm
11127
http://luckycat.kshs.kh.edu.tw/homework/q11127.htm
預期的正確結果(Expected Output):
ac
錯誤結果(Wrong Output):
TLE
程式碼(Code):(請善用置底文網頁, 記得排版)
11084:
http://codepad.org/c7XwSbg4
11127:
http://codepad.org/KKhUejgD
補充說明(Supplement):
這兩題都沒有什麼特別的想法 直接暴搜
果然都TLE
想請問這兩題該用什麼解法才可以不超時的呢?
上網google 了好一陣子都沒什麼結果...
code寫的很醜 只希望強者能指點一下算法^^"
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 111.184.164.153
推 lmr3796:第一題排列的做法要不要改一下 09/02 21:43
→ lmr3796:你窮舉出所有排列的部分一直用到set.find()我猜複雜度會 09/02 21:44
→ lmr3796:滿高 09/02 21:44
推 lmr3796:可以去google一下all permutation 09/02 21:50