hdu 1247 Hat’s Words (字典樹模板) //那個單詞是有出現的兩個單詞構成的 # include # include # inclu
UVA 11256 - Repetitive Multiple(數論) UVA 11256 - Repetitive Multiple 題目鏈接 題意
Flatten Binary Tree to Linked List Problem Description: Given a binary tree,
UVA - 11291 Smeech (模擬) Description Problem B: Smeech7 (.5 3 9) () Output fo
CodeForces 91B Queue (線段樹單點操作) Description There are n walruses standing in
uva 1385 - Billing Tables(字典樹) 題目鏈接:uva 1385 - Billing Tables 題目大意:給定n個電話前綴,
uva 1076 - Password Suspects(AC自動機+記憶化搜索) 題目鏈接:uva 1076 - Password Suspects
uva 10829 - L-Gap Substrings(後綴數組) 題目鏈接:uva 10829 - L-Gap Substrings 題目大意:給定
poj 3693 Maximum repetition substring(後綴數組) 題目鏈接:poj 3693 Maximum repetition
CF-46D-Parking Lot(線段樹) Nowadays it is becoming increasingly difficult to par
UVA 10746 Crime Wave – The Sequel(費用流) ProblemG CrimeWave – The S
UVALive 4885 Task 差分約束 題目鏈接:點擊打開鏈接 題意: 有n個任務 m個限制條件 1、task i starts at least A
UVALive 4882 Parenthesis 刪除不必要的括號 模擬題 題目鏈接:點擊打開鏈接 題意:給定一個合法的序列,刪掉所有不必要的括號。 #