【根號三】Open and Share
專欄達人
授予成功建立個人部落格專欄的使用者。專欄中新增五篇以上博文即可點亮!撰寫部落格專欄濃縮技術精華,專欄達人就是你!相關推薦
【根號三】Open and Share
專欄達人 授予成功建立個人部落格專欄
【HDOJ 1009】 CRB and String
.cn 出現 滿足 ron urn str sca 發現 size 【HDOJ 1009】 CRB and String 每組兩個串s t 僅僅由小寫字母組成 問從s能不能變成t 改變的操作為選一個字符 在後面加上一個與所選字符不同的字符 這樣的操作能夠做無數次 問
【codeforces 516B】Drazil and Tiles
以及 log and scan r+ com nbsp 題解 時間 題目鏈接: http://codeforces.com/problemset/problem/516/B 題解: 首先可以得到一個以‘.’為點的無向圖,當存在一個點沒有
【Lv1-Lesson002】He and She
男女 同學 like 表達 love arr 女人 eva 和我 今天的主題是: 【He and She】 【男女有別】 In today‘s lesson, we‘re going to learn two things: 1. how to cal
【CodeForces - 296D】Greg and Graph(floyd)
body efi clu long 循環 一次 暴力 矩陣 最短距離 Description 題意:給定一個有向圖,一共有N個點,給鄰接矩陣。依次去掉N個節點,每一次去掉一個節點的同時,將其直接與當前節點相連的邊和當前節點連出的邊都需要去除,輸出N個數,表示去掉當前節點之前
【TOJ 3242】FatMouse and Java Beans(dp)
ati sin row med AC inpu box his align 描述 FatMouse is lucky enough for it found a rectangular box in a storehouse which contains his favo
【POJ 1704】 Georgia and Bob
pro poj 1704 ctime targe algo com function and div 【題目鏈接】 http://poj.org/problem?id=1704 【算法】 階梯博弈 【代碼】
【Codeforces 342A】Xenia and Divisors
using div size sync .com problems [1] 題解 efi 【鏈接】 我是鏈接,點我呀:) 【題意】 【題解】 最後a,b,c只有以下3種情況 1,2,4 1,2,6 1,3,6 那麽用cnt[8]統計每個數字出現的次數. 輸出
【Codeforces 639B】Bear and Forgotten Tree 3
black pac == tdi 比較 def ble its 做到 【鏈接】 我是鏈接,點我呀:) 【題意】 【題解】 首先,因為高度是h 所以肯定1下面有連續的h個點依次連成一條鏈。->用了h+1個點了 然後,考慮d這個約束。 會發現,形成d的這個
【Codeforces 639A】Bear and Displayed Friends
i++ 題解 pla pre href ace define 維護 false 【鏈接】 我是鏈接,點我呀:) 【題意】 【題解】 時刻維護一下前K大的數字就好。 因為k<=6 然後數字不會減少只會增加。 因此只要維護一個大小為k的數組就ok. 保證這
【CodeForces - 589F】Gourmet and Banquet (貪心,思維,二分)
題幹: A gourmet came into the banquet hall, where the cooks suggested n dishes for guests. The gourmet knows the schedule: when each of th
【CodeForces - 1051C 】Vasya and Multisets (模擬)
題幹: Vasya has a multiset ss consisting of nn integer numbers. Vasya calls some number xxnice if it appears in the multise
【ZOJ 4070】Function and Function
【連結】 我是連結,點我呀:) 【題意】 【題解】 遞迴一會。 會發現最後肯定是0,1一直迴圈。 開始迴圈之後就直接返回結果就好。 【程式碼】 #include <bits/stdc++.h> #define ll long long #define rep1(i
【 CodeForces - 864B】Polycarp and Letters(水題,字串,有坑)
題幹: Polycarp loves lowercase letters and dislikes uppercase ones. Once he got a string sconsisting only of lowercase and uppercase Latin lett
【ECLIPSE 三】Eclipse neon2 在多版本JDK環境下執行方法
原文連結 http://blog.csdn.net/lyeer/article/details/54630168 環境: Windows 7 JDK版本:jdk1.7.0_67、jdk1.8.0_102(之前開發一直是使用JDK 1.7,因為向使
【實驗三】程式設計、編譯、連線、跟蹤
四、實驗結論 1.任務一: (1) ①用edit命令開始編輯。 ②出現如圖介面,按下回車。 ③出現此介面,按下alt鍵,選單欄的每個單詞首字母會變成白色,在鍵盤上按F鍵,展開File欄。 ④出現如圖介面,按下N鍵,新建一個檔案。 ⑤用游
【CodeForces - 983D】Arkady and Rectangles
@Arkady and [email protected] @Description - [email protected] @Decription - [email protected] @[email
【思科】和【華三】的鄰居發現
用過cisco裝置的人都知道,思科有一個CDP協議,可以檢視當前裝置所連線的鄰居裝置的資訊。這個命令在維護的時候經常用到,下面簡單說一下。1、show cdp nei通過show cdp nei,我們可以看到鄰居裝置的裝置名,本地連線的介面、對端裝置的大體型號及對端裝置連線的介面。 當然了,如果想檢視更加具
【CodeForces - 305C】Ivan and Powers of Two(思維)
C. Ivan and Powers of Two time limit per test 0.5 seconds memory limit per test 256 megabytes input standard input output standard o
【CodeForces - 76D】Plus and xor(位運算-異或)
Bitwise exclusive OR (or bitwise addition modulo two) is a binary operation which is equivalent to applying logical exclusive OR to every pair of bi