For my solution on UVa Online Judge. Maybe it's not best solution for these problem set. It also exists some bugs.
.
├── ACM-ICPC
│ ├── pa
│ ├── paa
│ │ ├── Debug
│ │ │ ├── makefile
│ │ │ ├── objects.mk
│ │ │ ├── paa
│ │ │ ├── sources.mk
│ │ │ └── src
│ │ │ ├── paa.d
│ │ │ ├── paa.o
│ │ │ └── subdir.mk
│ │ └── src
│ │ └── paa.cpp
│ ├── pb
│ │ ├── Debug
│ │ │ ├── makefile
│ │ │ ├── objects.mk
│ │ │ ├── pb
│ │ │ ├── sources.mk
│ │ │ └── src
│ │ │ ├── pb.d
│ │ │ ├── pb.o
│ │ │ └── subdir.mk
│ │ └── src
│ │ └── pb.cpp
│ ├── pc
│ │ ├── Debug
│ │ │ ├── makefile
│ │ │ ├── objects.mk
│ │ │ ├── pc
│ │ │ ├── sources.mk
│ │ │ └── src
│ │ │ ├── pc.d
│ │ │ ├── pc.o
│ │ │ └── subdir.mk
│ │ └── src
│ │ └── pc.cpp
│ ├── pd
│ │ ├── Debug
│ │ │ ├── makefile
│ │ │ ├── objects.mk
│ │ │ ├── pd
│ │ │ ├── pd.in
│ │ │ ├── sources.mk
│ │ │ └── src
│ │ │ ├── pd.d
│ │ │ ├── pd.o
│ │ │ └── subdir.mk
│ │ └── src
│ │ └── pd.cpp
│ ├── pd_1
│ │ ├── Debug
│ │ │ ├── makefile
│ │ │ ├── objects.mk
│ │ │ ├── pd_1
│ │ │ ├── sources.mk
│ │ │ └── src
│ │ │ ├── pd_1.d
│ │ │ ├── pd_1.o
│ │ │ └── subdir.mk
│ │ └── src
│ │ ├── pd_1.cpp
│ │ ├── pd_1.exe
│ │ └── pd_1.o
│ ├── pe
│ │ ├── Debug
│ │ │ ├── makefile
│ │ │ ├── objects.mk
│ │ │ ├── pe
│ │ │ ├── sources.mk
│ │ │ └── src
│ │ │ ├── pe.d
│ │ │ ├── pe.o
│ │ │ └── subdir.mk
│ │ └── src
│ │ └── pe.cpp
│ ├── pg
│ │ ├── Debug
│ │ │ ├── makefile
│ │ │ ├── objects.mk
│ │ │ ├── sources.mk
│ │ │ └── src
│ │ │ ├── pg.d
│ │ │ ├── pg.o
│ │ │ └── subdir.mk
│ │ └── src
│ │ └── pg.cpp
│ └── ph
│ ├── Debug
│ │ ├── makefile
│ │ ├── objects.mk
│ │ ├── ph
│ │ ├── sources.mk
│ │ └── src
│ │ ├── ph.d
│ │ ├── ph.o
│ │ └── subdir.mk
│ └── src
│ └── ph.cpp
├── ACM-ICPC-Regionals-Daejeon
│ ├── pA.cpp
│ ├── pB.cpp
│ ├── pC.cpp
│ ├── pD.cpp
│ ├── pFF.cpp
│ ├── pG.cpp
│ ├── pJ.cpp
│ └── pf.cpp
├── ACM-ICPC[Regionals2009][Phuket]
│ ├── pa.cpp
│ ├── pb.cpp
│ ├── pc.cpp
│ ├── pc.exe
│ └── pc.o
├── ACM-ICPC[Regionals2011][Dalian]
│ └── 新增資料夾
│ ├── pa.cpp
│ ├── pa.exe
│ ├── pa.o
│ ├── pc.cpp
│ ├── pc.exe
│ ├── pc.o
│ ├── pc_dfs.cpp
│ ├── pc_dfs.exe
│ ├── pc_dfs.o
│ ├── pd.cpp
│ ├── pd.exe
│ ├── pd.o
│ ├── pe.cpp
│ ├── pe.exe
│ ├── pe.o
│ ├── pf.cpp
│ ├── pf.exe
│ ├── pf.o
│ ├── pl.cpp
│ ├── pll.cpp
│ ├── pll.exe
│ ├── pll.o
│ ├── plll.cpp
│ ├── plll.exe
│ └── plll.o
├── ACM-ICPC[Regionals2011][Phuket]
│ ├── pa.cpp
│ ├── pa.exe
│ ├── pa.o
│ ├── pb.cpp
│ ├── pb.exe
│ ├── pb.o
│ ├── pc.cpp
│ ├── pc.exe
│ ├── pc.o
│ ├── pd.cpp
│ ├── pd.exe
│ ├── pd.o
│ ├── pg.cpp
│ ├── pg.exe
│ ├── pg.o
│ ├── pi.cpp
│ ├── pi.exe
│ ├── pi.o
│ ├── pj.c
│ ├── pj.cpp
│ ├── pj.exe
│ ├── pj.o
│ ├── pxx.c
│ ├── pxx.cpp
│ ├── pxx.exe
│ ├── pxx.o
│ ├── testpE.cpp
│ ├── testpE.exe
│ ├── testpE.o
│ ├── trashpH.cpp
│ ├── trashpH.exe
│ └── trashpH.o
├── HDUOJ
│ ├── 4288 Coder.cpp
│ ├── 4289 Control.cpp
│ ├── 4291 A Short problem.cpp
│ ├── 4296 Buildings.cpp
│ ├── 4454 Stealing a Cake.cpp
│ ├── 4455 Substring.cpp
│ ├── 4460 Friend Chains.cpp
│ ├── 4461 The Power of Xiangqi.cpp
│ ├── 4462 Scaring the Birds.cpp
│ └── 4463 Outlets.cpp
├── IOI_Camp
│ ├── IOICamp Judge.htm
│ ├── IOICamp JudgeP19.htm
│ ├── IOICamp JudgeP19_files
│ │ ├── MathJax.js
│ │ ├── bootstrap.css
│ │ ├── bootstrap.js
│ │ ├── highlight.js
│ │ ├── jquery-1.js
│ │ ├── pangu.js
│ │ └── solarized_light.css
│ ├── IOICamp JudgeP59.htm
│ ├── IOICamp JudgeP59_files
│ │ ├── MathJax.js
│ │ ├── bootstrap.css
│ │ ├── bootstrap.js
│ │ ├── highlight.js
│ │ ├── jquery-1.js
│ │ ├── pangu.js
│ │ └── solarized_light.css
│ ├── IOICamp Judge_files
│ │ ├── MathJax.js
│ │ ├── bootstrap.css
│ │ ├── bootstrap.js
│ │ ├── highlight.js
│ │ ├── jquery-1.js
│ │ ├── pangu.js
│ │ └── solarized_light.css
│ ├── ioicamp2014_websitebackup.zip
│ ├── ioicampP17程度差距 EX .cpp
│ ├── ioicampP19胖胖兮的書架.cpp
│ ├── ioicampP49胖胖兮的書架 EX.cpp
│ ├── ioicampP53電力傳輸系統.cpp
│ ├── ioicampP56最佳二元搜尋樹.cpp
│ ├── ioicampP59A+ 遊戲.cpp
│ ├── ioicampP68胖胖天特大薯.cpp
│ ├── ioicampP68胖胖天特大薯[v2].cpp
│ ├── ioicampP68胖胖天特大薯[v3].cpp
│ ├── ioicampP70迷宮魔法.cpp
│ └── ioicampP72我太受歡迎了該怎麼辦.cpp
├── ITSA
│ ├── ITSA201111
│ │ ├── P1.cpp
│ │ ├── P2.cpp
│ │ ├── P3.cpp
│ │ └── Programming Contest exams 10th.pdf
│ ├── ITSA201112
│ │ ├── 11th ITSA team.xlsx
│ │ ├── Competition Document 11th.doc
│ │ ├── P1.cpp
│ │ ├── P2.cpp
│ │ ├── P3.cpp
│ │ ├── P3.exe
│ │ ├── P4.cpp
│ │ ├── P4.exe
│ │ ├── P5.cpp
│ │ ├── P5.exe
│ │ ├── Programming Contest exams 11th.pdf
│ │ └── Registration Form.doc
│ ├── ITSA201202
│ │ ├── P1.cpp
│ │ ├── P2.cpp
│ │ ├── P3.cpp
│ │ ├── P4.cpp
│ │ ├── P5.cpp
│ │ └── Programming Contest exams 12th.pdf
│ ├── ITSA201203
│ │ ├── P1.cpp
│ │ ├── P2.cpp
│ │ ├── P3.cpp
│ │ ├── P4.cpp
│ │ ├── P5.cpp
│ │ └── Programming Contest exams 13th.pdf
│ ├── ITSA201204
│ │ ├── P1.cpp
│ │ ├── P2.cpp
│ │ ├── P3.cpp
│ │ ├── P4.cpp
│ │ ├── P5.cpp
│ │ ├── Programming Contest exams 14th.pdf
│ │ └── Registration Form.doc
│ ├── ITSA201205
│ │ ├── 15th ITSA team.xlsx
│ │ ├── Programming Contest exams 15th.pdf
│ │ ├── p1.cpp
│ │ ├── p2.cpp
│ │ ├── p3.cpp
│ │ ├── p4.cpp
│ │ └── p5.cpp
│ ├── ITSA201208
│ │ ├── 16th ITSA team(1).xlsx
│ │ ├── Programming Contest exams 16th.pdf
│ │ ├── p1.cpp
│ │ ├── p2.cpp
│ │ ├── p3.cpp
│ │ ├── p4.cpp
│ │ └── p5.cpp
│ ├── ITSA201209
│ │ ├── 17th ITSA team.xlsx
│ │ ├── Competition Document 17th.doc
│ │ ├── Programming Contest exams 17th.pdf
│ │ ├── Registration Form2012.doc
│ │ ├── p1.cpp
│ │ ├── p2.cpp
│ │ ├── p3.cpp
│ │ ├── p4.cpp
│ │ └── pp5.cpp
│ ├── ITSA201210
│ │ ├── 18th ITSA team.xlsx
│ │ ├── Competition Document 18th.doc
│ │ ├── Programming Contest exams 18th.pdf
│ │ ├── Registration Form2012.doc
│ │ ├── p1.cpp
│ │ ├── p2.cpp
│ │ ├── p3.cpp
│ │ ├── p4.cpp
│ │ ├── p5.cpp
│ │ └── pp2.cpp
│ ├── ITSA201211
│ │ ├── 19th ITSA team.xlsx
│ │ ├── Competition Document 19th.doc
│ │ ├── Programming Contest exams 19th.pdf
│ │ ├── Registration Form2012.doc
│ │ ├── p1.cpp
│ │ ├── p2.cpp
│ │ ├── p3.cpp
│ │ ├── p4.cpp
│ │ └── p5.cpp
│ ├── ITSA_Judge
│ │ ├── [C_DP01-中] 參加活動.cpp
│ │ ├── [C_DP02-中] 法碼秤重.cpp
│ │ ├── [C_DP03-中] 細菌繁殖.cpp
│ │ ├── [C_DP04-中] 房地產.cpp
│ │ ├── [C_DP06-中] 永遠不會死的老鼠.cpp
│ │ ├── [C_DP07-中] 矩陣相乘順序.cpp
│ │ ├── [C_DP08-中] 換零錢.cpp
│ │ ├── [C_DP11-易] 排隊購票.cpp
│ │ └── [C_DP18-中] 沙漠綠洲.cpp
│ └── ITSA桂冠盃
│ ├── a574. ITSA2012 桂冠 n維區間查詢.cpp
│ ├── p3.cpp
│ ├── p33.cpp
│ ├── p5.cpp
│ ├── p5.exe
│ └── p5.o
├── MD5
│ ├── Hash_1.0.4_XiaZaiBa.exe
│ ├── MD5.cpp
│ ├── MD5.exe
│ ├── MD5修正.cpp
│ ├── MD5修正.exe
│ ├── 網路MD5.cpp
│ └── 網路MD5.exe
├── MOCC
│ ├── [MOCC][week6]A.cpp
│ ├── [MOCC][week9]A.cpp
│ ├── [MOCC][week9]B.cpp
│ ├── [MOCC][week9]C.cpp
│ ├── [MOCC][week9]D.cpp
│ ├── [MOCC][week9]E.cpp
│ └── [MOCC][week9]X.cpp
├── NCPC2012
│ ├── NCPC2012pB.docx
│ ├── NCPC2012pC.docx
│ ├── NCPC2012pF.docx
│ ├── NCPC2012pG.docx
│ ├── NCPC2012pG.jpg
│ ├── NCPC2012pI.docx
│ ├── NPSC2012.JPG
│ ├── NPSC2012pD.docx
│ ├── PI.jpg
│ ├── Untitled1.c
│ ├── gr_pg.cpp
│ ├── in.txt
│ ├── in2.txt.txt
│ ├── out.txt
│ ├── out2.txt.txt
│ ├── pa.cpp
│ ├── pa.exe
│ ├── pa.o
│ ├── pb.cpp
│ ├── pc.cpp
│ ├── pc.exe
│ ├── pc.o
│ ├── pd.cpp
│ ├── pf.cpp
│ ├── pg.cpp
│ ├── pi.cpp
│ ├── pi.exe
│ ├── pi.o
│ ├── pin.cpp
│ └── 掃瞄002.JPG
├── PTC
│ ├── PTC201109
│ │ ├── 201107B.cpp
│ │ ├── 201109A.pdf
│ │ ├── 201109B.pdf
│ │ ├── 201109C.pdf
│ │ └── 201109D.pdf
│ ├── PTC201111
│ │ ├── 201111A.pdf
│ │ ├── 201111B.pdf
│ │ ├── 201111C.pdf
│ │ ├── 201111D.pdf
│ │ ├── 201111E.pdf
│ │ ├── C.cpp
│ │ ├── D.cpp
│ │ └── E.cpp
│ ├── PTC201112
│ │ ├── 201112A.pdf
│ │ ├── 201112B.pdf
│ │ ├── 201112C.pdf
│ │ ├── 201112D.pdf
│ │ ├── 201112E.pdf
│ │ ├── PA.cpp
│ │ ├── PA.exe
│ │ ├── PB.cpp
│ │ ├── PB.exe
│ │ ├── PC.cpp
│ │ ├── PC.exe
│ │ ├── PE.cpp
│ │ └── PE.exe
│ ├── PTC201202
│ │ ├── 201202A.pdf
│ │ ├── 201202B.pdf
│ │ ├── 201202C.pdf
│ │ ├── 201202D.pdf
│ │ ├── 201202E.pdf
│ │ ├── PA.cpp
│ │ ├── PB.cpp
│ │ ├── PC.cpp
│ │ ├── PD.cpp
│ │ └── PE.cpp
│ ├── PTC201203
│ │ ├── 201203A.pdf
│ │ ├── 201203B.pdf
│ │ ├── 201203C.pdf
│ │ ├── 201203D.pdf
│ │ ├── 201203E.pdf
│ │ ├── PB.cpp
│ │ └── PC.cpp
│ ├── PTC201205
│ │ ├── 201205A.pdf
│ │ ├── 201205B.pdf
│ │ ├── 201205C.pdf
│ │ ├── 201205D.pdf
│ │ ├── 201205E.pdf
│ │ ├── pa.cpp
│ │ ├── pb.cpp
│ │ ├── pc.cpp
│ │ ├── pd.cpp
│ │ ├── pe.cpp
│ │ └── rrrrrrrrrrrrrrrrpd.cpp
│ ├── PTC201206
│ │ ├── 201206A.pdf
│ │ ├── 201206B.pdf
│ │ ├── 201206C.pdf
│ │ ├── 201206D.pdf
│ │ ├── 201206E.pdf
│ │ ├── pB.cpp
│ │ ├── pC.cpp
│ │ ├── pD.cpp
│ │ └── pE.cpp
│ ├── PTC201208
│ │ ├── 201208A.pdf
│ │ ├── 201208B.pdf
│ │ ├── 201208C.pdf
│ │ ├── 201208D.pdf
│ │ ├── 201208E.pdf
│ │ ├── pA.cpp
│ │ ├── pB.cpp
│ │ ├── pC.cpp
│ │ └── pD.cpp
│ ├── PTC201209
│ │ ├── 201209A.pdf
│ │ ├── 201209B.pdf
│ │ ├── 201209C.pdf
│ │ ├── 201209D.pdf
│ │ ├── 201209E.pdf
│ │ ├── pA.cpp
│ │ ├── pB.cpp
│ │ ├── pC.cpp
│ │ ├── pD.cpp
│ │ └── pE.cpp
│ ├── PTC201210
│ │ ├── 201210A.pdf
│ │ ├── 201210B.pdf
│ │ ├── 201210C.pdf
│ │ ├── 201210D.pdf
│ │ ├── pc.cpp
│ │ ├── pc.exe
│ │ ├── pc.o
│ │ ├── pd.cpp
│ │ ├── pd.exe
│ │ ├── pd.o
│ │ ├── pe.cpp
│ │ ├── pe.exe
│ │ ├── pe.o
│ │ ├── ptc_score.jpg
│ │ └── test.exe
│ ├── PTC201211
│ │ ├── 201211A.pdf
│ │ ├── 201211B.pdf
│ │ ├── 201211C.pdf
│ │ ├── 201211D.pdf
│ │ ├── 201211E.pdf
│ │ ├── pA.cpp
│ │ ├── pB.cpp
│ │ ├── pD.cpp
│ │ ├── pc.cpp
│ │ ├── pcc.cpp
│ │ ├── pd(1).cpp
│ │ └── pe.cpp
│ ├── PTC201212
│ │ ├── 201212A.pdf
│ │ ├── 201212B.pdf
│ │ ├── 201212C.pdf
│ │ ├── 201212D.pdf
│ │ ├── 201212E.pdf
│ │ ├── pA.cpp
│ │ ├── pC.cpp
│ │ ├── pd.cpp
│ │ └── pe.cpp
│ ├── PTC201301
│ │ ├── 201301A.pdf
│ │ ├── 201301B.pdf
│ │ ├── 201301C.pdf
│ │ ├── 201301D.pdf
│ │ ├── 201301E.pdf
│ │ ├── pb.cpp
│ │ ├── pc.cpp
│ │ ├── pc2.cpp
│ │ ├── pcc.cpp
│ │ └── pe.cpp
│ ├── PTC201303
│ │ ├── 201303A.pdf
│ │ ├── 201303B.pdf
│ │ ├── 201303C.pdf
│ │ ├── 201303D.pdf
│ │ ├── 201303E.pdf
│ │ ├── Main.java
│ │ ├── Pp.PNG
│ │ ├── paa.cpp
│ │ ├── pbb.cpp
│ │ ├── pcc.cpp
│ │ ├── pdd.cpp
│ │ └── pee.cpp
│ ├── PTC201304
│ │ ├── 201304A.pdf
│ │ ├── 201304B.pdf
│ │ ├── 201304C.pdf
│ │ ├── 201304D.pdf
│ │ ├── 201304E.pdf
│ │ ├── PTC201304.PNG
│ │ ├── PTC20130401.PNG
│ │ ├── pb.cpp
│ │ ├── pc.cpp
│ │ ├── pc.exe
│ │ ├── pc.o
│ │ ├── pd.cpp
│ │ ├── pd.exe
│ │ ├── pd.o
│ │ ├── pe(1).cpp
│ │ ├── pe.cpp
│ │ ├── pe.exe
│ │ └── pe.o
│ └── PTC201403
│ ├── 201403A.pdf
│ ├── 201403B.pdf
│ ├── 201403C.pdf
│ ├── 201403D.pdf
│ ├── 201403E.pdf
│ ├── PA.cpp
│ ├── PB.cpp
│ ├── PC.cpp
│ ├── PD.cpp
│ └── PE.cpp
├── README.md
├── UVaTestData
│ ├── v1in
│ │ ├── 100.in
│ │ ├── 101.in
│ │ ├── 102.in
│ │ ├── 103.in
│ │ ├── 104.in
│ │ ├── 106.in
│ │ ├── 109.in
│ │ ├── 110.in
│ │ ├── 115.in
│ │ ├── 116.in
│ │ ├── 118.in
│ │ ├── 121.in
│ │ ├── 122.in
│ │ ├── 123.in
│ │ ├── 125.in
│ │ ├── 126.in
│ │ ├── 128.in
│ │ ├── 129.in
│ │ ├── 130.in
│ │ ├── 131.in
│ │ ├── 132.in
│ │ ├── 134.in
│ │ ├── 137.in
│ │ ├── 143.in
│ │ ├── 149.in
│ │ ├── 150.in
│ │ ├── 157.in
│ │ ├── 158.in
│ │ ├── 162.in
│ │ ├── 163.in
│ │ ├── 164.in
│ │ ├── 165.in
│ │ ├── 167.in
│ │ ├── 169.in
│ │ ├── 171.in
│ │ ├── 172.in
│ │ ├── 173.in
│ │ ├── 174.in
│ │ ├── 175.in
│ │ ├── 176.in
│ │ ├── 180.in
│ │ ├── 181.in
│ │ ├── 182.in
│ │ ├── 184.in
│ │ ├── 185.in
│ │ ├── 189.in
│ │ ├── 192.in
│ │ ├── 193.in
│ │ ├── 194.in
│ │ ├── 196.in
│ │ ├── 198.in
│ │ └── 199.in
│ ├── v1out
│ │ ├── 100.out
│ │ ├── 101.out
│ │ ├── 102.out
│ │ ├── 103.out
│ │ ├── 104.out
│ │ ├── 105.out
│ │ ├── 106.out
│ │ ├── 107.out
│ │ ├── 108.out
│ │ ├── 109.out
│ │ ├── 110.out
│ │ ├── 111.out
│ │ ├── 112.out
│ │ ├── 113.out
│ │ ├── 114.out
│ │ ├── 115.out
│ │ ├── 116.out
│ │ ├── 117.out
│ │ ├── 118.out
│ │ ├── 119.out
│ │ ├── 120.out
│ │ ├── 121.out
│ │ ├── 122.out
│ │ ├── 123.out
│ │ ├── 124.out
│ │ ├── 125.out
│ │ ├── 126.out
│ │ ├── 127.out
│ │ ├── 128.out
│ │ ├── 129.out
│ │ ├── 130.out
│ │ ├── 131.out
│ │ ├── 132.out
│ │ ├── 133.out
│ │ ├── 134.out
│ │ ├── 135.out
│ │ ├── 136.out
│ │ ├── 137.out
│ │ ├── 138.out
│ │ ├── 139.out
│ │ ├── 140.out
│ │ ├── 141.out
│ │ ├── 142.out
│ │ ├── 143.out
│ │ ├── 144.out
│ │ ├── 145.out
│ │ ├── 146.out
│ │ ├── 147.out
│ │ ├── 148.out
│ │ ├── 149.out
│ │ ├── 150.out
│ │ ├── 151.out
│ │ ├── 152.out
│ │ ├── 153.out
│ │ ├── 154.out
│ │ ├── 155.out
│ │ ├── 156.out
│ │ ├── 157.out
│ │ ├── 158.out
│ │ ├── 159.out
│ │ ├── 160.out
│ │ ├── 161.out
│ │ ├── 162.out
│ │ ├── 163.out
│ │ ├── 164.out
│ │ ├── 165.out
│ │ ├── 166.out
│ │ ├── 167.out
│ │ ├── 168.out
│ │ ├── 169.out
│ │ ├── 170.out
│ │ ├── 171.out
│ │ ├── 172.out
│ │ ├── 173.out
│ │ ├── 174.out
│ │ ├── 175.out
│ │ ├── 176.out
│ │ ├── 177.out
│ │ ├── 178.out
│ │ ├── 179.out
│ │ ├── 180.out
│ │ ├── 181.out
│ │ ├── 182.out
│ │ ├── 183.out
│ │ ├── 184.out
│ │ ├── 185.out
│ │ ├── 186.out
│ │ ├── 187.out
│ │ ├── 188.out
│ │ ├── 189.out
│ │ ├── 190.out
│ │ ├── 191.out
│ │ ├── 192.out
│ │ ├── 194.out
│ │ ├── 195.out
│ │ ├── 196.out
│ │ ├── 197.out
│ │ ├── 198.out
│ │ └── 199.out
│ ├── v2in
│ │ ├── 270.in
│ │ ├── 271.in
│ │ ├── 272.in
│ │ ├── 273.in
│ │ ├── 274.in
│ │ ├── 275.in
│ │ ├── 276.in
│ │ └── 277.in
│ ├── v2out
│ │ ├── 270.out
│ │ ├── 271.out
│ │ ├── 272.out
│ │ ├── 273.out
│ │ ├── 274.out
│ │ ├── 275.out
│ │ ├── 276.out
│ │ └── 277.out
│ ├── v3in
│ │ ├── 300.IN
│ │ ├── 301.IN
│ │ ├── 302.IN
│ │ ├── 303.IN
│ │ ├── 304.IN
│ │ ├── 305.IN
│ │ ├── 306.IN
│ │ ├── 307.IN
│ │ ├── 308.in
│ │ ├── 309.in
│ │ ├── 310.in
│ │ ├── 311.in
│ │ ├── 312.in
│ │ ├── 313.in
│ │ ├── 314.in
│ │ ├── 315.in
│ │ ├── 316.in
│ │ ├── 317.in
│ │ ├── 318.in
│ │ ├── 319.in
│ │ ├── 320.in
│ │ ├── 321.in
│ │ ├── 322.in
│ │ ├── 323.in
│ │ ├── 324.in
│ │ ├── 325.in
│ │ ├── 326.in
│ │ ├── 327.in
│ │ ├── 328.in
│ │ ├── 329.in
│ │ ├── 330.in
│ │ ├── 345.in
│ │ ├── 346.in
│ │ ├── 347.in
│ │ ├── 348.in
│ │ ├── 349.in
│ │ ├── 350.in
│ │ ├── 351.in
│ │ ├── 377.in
│ │ ├── 378.in
│ │ ├── 379.in
│ │ ├── 380.in
│ │ ├── 381.in
│ │ ├── 382.in
│ │ ├── 383.in
│ │ ├── 384.in
│ │ ├── 385.in
│ │ ├── 387.in
│ │ ├── 388.in
│ │ ├── 389.in
│ │ ├── 390.in
│ │ ├── 391.in
│ │ ├── 392.in
│ │ ├── 393.in
│ │ ├── 394.in
│ │ ├── 395.in
│ │ ├── 396.in
│ │ ├── 397.in
│ │ ├── 398.in
│ │ └── 399.in
│ ├── v3out
│ │ ├── 300.OUT
│ │ ├── 301.OUT
│ │ ├── 302.OUT
│ │ ├── 303.OUT
│ │ ├── 304.OUT
│ │ ├── 305.OUT
│ │ ├── 306.OUT
│ │ ├── 307.OUT
│ │ ├── 308.out
│ │ ├── 309.out
│ │ ├── 310.out
│ │ ├── 311.out
│ │ ├── 312.out
│ │ ├── 313.out
│ │ ├── 314.out
│ │ ├── 315.out
│ │ ├── 316.out
│ │ ├── 317.out
│ │ ├── 318.out
│ │ ├── 319.out
│ │ ├── 320.out
│ │ ├── 321.out
│ │ ├── 322.out
│ │ ├── 323.out
│ │ ├── 324.out
│ │ ├── 325.out
│ │ ├── 326.out
│ │ ├── 327.out
│ │ ├── 328.out
│ │ ├── 329.out
│ │ ├── 330.out
│ │ ├── 345.out
│ │ ├── 346.out
│ │ ├── 347.out
│ │ ├── 348.out
│ │ ├── 349.out
│ │ ├── 350.out
│ │ ├── 377.out
│ │ ├── 378.out
│ │ ├── 379.out
│ │ ├── 380.out
│ │ ├── 381.out
│ │ ├── 382.out
│ │ ├── 383.out
│ │ ├── 384.out
│ │ ├── 385.out
│ │ ├── 386.out
│ │ ├── 387.out
│ │ ├── 388.out
│ │ ├── 389.out
│ │ ├── 390.out
│ │ ├── 391.out
│ │ ├── 392.out
│ │ ├── 393.out
│ │ ├── 394.out
│ │ ├── 395.out
│ │ ├── 396.out
│ │ ├── 397.out
│ │ ├── 398.out
│ │ └── 399.out
│ ├── v4in
│ │ ├── 400.in
│ │ ├── 401.in
│ │ ├── 402.in
│ │ ├── 403.in
│ │ ├── 404.in
│ │ ├── 405.in
│ │ ├── 406.in
│ │ ├── 407.in
│ │ ├── 408.in
│ │ ├── 409.in
│ │ ├── 410.in
│ │ ├── 411.in
│ │ ├── 412.in
│ │ ├── 413.in
│ │ ├── 414.in
│ │ ├── 415.in
│ │ ├── 416.in
│ │ ├── 417.in
│ │ ├── 418.in
│ │ ├── 419.in
│ │ ├── 420.in
│ │ ├── 421.in
│ │ ├── 422.in
│ │ ├── 423.in
│ │ ├── 424.in
│ │ ├── 425.in
│ │ ├── 425pc.c
│ │ ├── 436.in
│ │ ├── 437.in
│ │ ├── 438.in
│ │ ├── 439.in
│ │ ├── 440.in
│ │ ├── 441.in
│ │ ├── 442.in
│ │ └── 443.in
│ ├── v4out
│ │ ├── 400.out
│ │ ├── 401.out
│ │ ├── 402.out
│ │ ├── 403.out
│ │ ├── 404.out
│ │ ├── 405.out
│ │ ├── 406.out
│ │ ├── 407.out
│ │ ├── 408.out
│ │ ├── 409.out
│ │ ├── 410.out
│ │ ├── 411.out
│ │ ├── 412.out
│ │ ├── 413.out
│ │ ├── 414.out
│ │ ├── 415.out
│ │ ├── 416.out
│ │ ├── 417.out
│ │ ├── 418.out
│ │ ├── 419.out
│ │ ├── 420.out
│ │ ├── 421.out
│ │ ├── 422.out
│ │ ├── 423.out
│ │ ├── 424.out
│ │ ├── 425.out
│ │ ├── 436.out
│ │ ├── 437.out
│ │ ├── 438.out
│ │ ├── 439.out
│ │ ├── 440.out
│ │ ├── 441.out
│ │ ├── 442.out
│ │ └── 443.out
│ ├── v5in
│ │ ├── 500.in
│ │ ├── 501.in
│ │ ├── 502.in
│ │ ├── 503.in
│ │ ├── 504.in
│ │ ├── 505.in
│ │ ├── 514.IN
│ │ ├── 515.IN
│ │ ├── 516.IN
│ │ ├── 517.IN
│ │ ├── 518.IN
│ │ ├── 519.IN
│ │ ├── 520.IN
│ │ ├── 521.IN
│ │ ├── 529.IN
│ │ ├── 530.IN
│ │ ├── 531.IN
│ │ ├── 532.IN
│ │ ├── 533.IN
│ │ ├── 534.IN
│ │ ├── 535.IN
│ │ ├── 536.IN
│ │ ├── 537.IN
│ │ ├── 538.IN
│ │ ├── 539.IN
│ │ ├── 540.IN
│ │ ├── 541.IN
│ │ ├── 542.IN
│ │ ├── 543.IN
│ │ ├── 544.IN
│ │ ├── 565.in
│ │ ├── 566.in
│ │ ├── 567.in
│ │ ├── 568.in
│ │ ├── 569.in
│ │ ├── 570.in
│ │ ├── 571.in
│ │ ├── 572.in
│ │ ├── 573.in
│ │ ├── 574.in
│ │ ├── 575.in
│ │ ├── 576.in
│ │ ├── 577.in
│ │ ├── 585.in
│ │ ├── 586.in
│ │ ├── 587.in
│ │ ├── 588.in
│ │ ├── 589.in
│ │ ├── 590.in
│ │ ├── 591.in
│ │ ├── 592.in
│ │ └── 593.in
│ ├── v5out
│ │ ├── 500.out
│ │ ├── 501.out
│ │ ├── 502.out
│ │ ├── 503.OUT
│ │ ├── 504.OUT
│ │ ├── 505.OUT
│ │ ├── 514.OUT
│ │ ├── 515.OUT
│ │ ├── 516.OUT
│ │ ├── 517.OUT
│ │ ├── 518.OUT
│ │ ├── 519.OUT
│ │ ├── 520.OUT
│ │ ├── 521.OUT
│ │ ├── 529.OUT
│ │ ├── 530.OUT
│ │ ├── 531.OUT
│ │ ├── 532.OUT
│ │ ├── 533.OUT
│ │ ├── 534.OUT
│ │ ├── 535.OUT
│ │ ├── 536.OUT
│ │ ├── 537.OUT
│ │ ├── 538.OUT
│ │ ├── 539.OUT
│ │ ├── 540.OUT
│ │ ├── 541.OUT
│ │ ├── 542.OUT
│ │ ├── 543.OUT
│ │ ├── 544.OUT
│ │ ├── 565.out
│ │ ├── 566.out
│ │ ├── 567.out
│ │ ├── 568.out
│ │ ├── 569.out
│ │ ├── 570.out
│ │ ├── 571.out
│ │ ├── 572.out
│ │ ├── 573.out
│ │ ├── 574.out
│ │ ├── 575.out
│ │ ├── 576.out
│ │ ├── 577.out
│ │ ├── 585.out
│ │ ├── 586.out
│ │ ├── 587.out
│ │ ├── 588.out
│ │ ├── 589.out
│ │ ├── 590.out
│ │ ├── 591.out
│ │ ├── 592.out
│ │ └── 593.out
│ ├── v6in
│ │ ├── 600.in
│ │ ├── 601.in
│ │ ├── 602.in
│ │ ├── 603.in
│ │ ├── 604.in
│ │ ├── 605.in
│ │ ├── 606.IN
│ │ ├── 607.IN
│ │ ├── 608.IN
│ │ ├── 609.IN
│ │ ├── 610.IN
│ │ ├── 611.IN
│ │ ├── 612.IN
│ │ ├── 613.IN
│ │ ├── 614.IN
│ │ ├── 615.IN
│ │ ├── 616.IN
│ │ ├── 617.IN
│ │ ├── 618.IN
│ │ ├── 619.IN
│ │ ├── 637.IN
│ │ ├── 638.IN
│ │ ├── 639.IN
│ │ ├── 641.IN
│ │ ├── 642.IN
│ │ ├── 649.IN
│ │ ├── 650.IN
│ │ ├── 651.in
│ │ ├── 652.in
│ │ ├── 653.in
│ │ ├── 654.in
│ │ ├── 655.in
│ │ ├── 656.in
│ │ ├── 657.in
│ │ ├── 658.in
│ │ ├── 659.in
│ │ ├── 660.in
│ │ ├── 661.in
│ │ ├── 662.in
│ │ ├── 663.in
│ │ ├── 664.in
│ │ ├── 665.in
│ │ ├── 666.in
│ │ ├── 667.in
│ │ ├── 668.in
│ │ ├── 669.in
│ │ ├── 670.in
│ │ ├── 671.in
│ │ ├── 672.in
│ │ ├── 686.IN
│ │ ├── 687.IN
│ │ ├── 688.IN
│ │ ├── 689.IN
│ │ ├── 690.IN
│ │ ├── 691.IN
│ │ ├── 692.IN
│ │ └── 693.IN
│ ├── v6out
│ │ ├── 600.out
│ │ ├── 601.out
│ │ ├── 602.out
│ │ ├── 603.out
│ │ ├── 604.out
│ │ ├── 605.out
│ │ ├── 606.out
│ │ ├── 607.OUT
│ │ ├── 608.OUT
│ │ ├── 609.OUT
│ │ ├── 611.OUT
│ │ ├── 612.OUT
│ │ ├── 613.OUT
│ │ ├── 614.OUT
│ │ ├── 615.OUT
│ │ ├── 616.OUT
│ │ ├── 617.OUT
│ │ ├── 618.OUT
│ │ ├── 619.OUT
│ │ ├── 637.OUT
│ │ ├── 638.OUT
│ │ ├── 639.OUT
│ │ ├── 640.OUT
│ │ ├── 641.OUT
│ │ ├── 642.OUT
│ │ ├── 649.OUT
│ │ ├── 650.OUT
│ │ ├── 651.out
│ │ ├── 652.out
│ │ ├── 653.out
│ │ ├── 654.out
│ │ ├── 655.out
│ │ ├── 656.out
│ │ ├── 657.out
│ │ ├── 658.out
│ │ ├── 659.out
│ │ ├── 660.out
│ │ ├── 661.out
│ │ ├── 662.out
│ │ ├── 663.out
│ │ ├── 664.out
│ │ ├── 665.out
│ │ ├── 666.out
│ │ ├── 667.out
│ │ ├── 668.out
│ │ ├── 669.out
│ │ ├── 670.out
│ │ ├── 671.out
│ │ └── 672.out
│ ├── v7in
│ │ ├── 700.in
│ │ ├── 705.in
│ │ ├── 706.in
│ │ ├── 707.in
│ │ ├── 708.in
│ │ ├── 709.in
│ │ ├── 710.in
│ │ ├── 711.in
│ │ ├── 712.in
│ │ ├── 728.IN
│ │ ├── 730.IN
│ │ ├── 733.in
│ │ ├── 734.IN
│ │ ├── 735.IN
│ │ ├── 736.IN
│ │ ├── 737.IN
│ │ ├── 738.IN
│ │ ├── 739.IN
│ │ ├── 751.IN
│ │ ├── 752.in
│ │ ├── 753.in
│ │ ├── 754.in
│ │ ├── 756.IN
│ │ ├── 757.IN
│ │ └── 758.in
│ └── v7out
│ ├── 700.out
│ ├── 705.out
│ ├── 706.out
│ ├── 707.out
│ ├── 708.out
│ ├── 709.out
│ ├── 710.out
│ ├── 711.out
│ ├── 712.out
│ ├── 728.out
│ ├── 730.OUT
│ ├── 734.OUT
│ ├── 735.OUT
│ ├── 736.OUT
│ ├── 737.OUT
│ ├── 738.OUT
│ ├── 739.OUT
│ ├── 751.OUT
│ ├── 752.out
│ ├── 753.out
│ ├── 754.OUT
│ ├── 756.OUT
│ ├── 757.OUT
│ └── 758.OUT
├── from_other
│ ├── Given_Netsphere
│ │ └── scramble
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── scramble.exe
│ │ ├── main.cpp
│ │ ├── main.o
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── main.o
│ │ ├── scramble.cbp
│ │ ├── scramble.depend
│ │ └── scramble.layout
│ ├── Given_abcd6891
│ │ └── d868_AC.cpp
│ ├── Given_example
│ │ ├── A153.java
│ │ ├── A202(1).c
│ │ ├── A202.c
│ │ ├── A204(1).java
│ │ ├── A204(2).java
│ │ ├── A204.java
│ │ ├── A207(1).c
│ │ ├── A207(2).c
│ │ ├── A207.c
│ │ ├── D314.c
│ │ ├── D522.c
│ │ ├── D906.c
│ │ ├── final_project
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── final_project.exe
│ │ │ │ ├── final_project.rar
│ │ │ │ └── maze.txt
│ │ │ ├── board.cpp
│ │ │ ├── board.h
│ │ │ ├── final_project.cbp
│ │ │ ├── final_project.depend
│ │ │ ├── final_project.exe
│ │ │ ├── final_project.layout
│ │ │ ├── final_project.rar
│ │ │ ├── final_project_v4.1.rar
│ │ │ ├── heap.cpp
│ │ │ ├── heap.h
│ │ │ ├── main.cpp
│ │ │ ├── maze.txt
│ │ │ ├── node.cpp
│ │ │ ├── node.h
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── board.o
│ │ │ ├── heap.o
│ │ │ ├── main.o
│ │ │ └── node.o
│ │ └── 新文字文件.txt
│ ├── Given_leopan
│ │ └── next_permutation.cpp
│ └── Given_liouzhou_101
│ └── liouzhou_101_code1.txt
├── my-problem
│ ├── allpair
│ │ ├── brute.cpp
│ │ ├── morris_sol.cpp
│ │ └── testdata_generate.cpp
│ ├── 等高線
│ │ ├── brute.cpp
│ │ ├── rect.cpp
│ │ └── testdata_generate.cpp
│ ├── 人格分裂
│ │ ├── brute.cpp
│ │ ├── morris.ggb
│ │ ├── morris_sol.cpp
│ │ ├── split2.ggb
│ │ └── testdata_generate.cpp
│ ├── 動態前綴
│ │ ├── brute.cpp
│ │ ├── lcp.cpp
│ │ ├── lcp2.cpp
│ │ └── testdata_generate.cpp
│ ├── 單調測試
│ │ └── monotone.cpp
│ ├── 妮可密碼
│ │ ├── brute.cpp
│ │ ├── in.txt
│ │ ├── inker.cpp
│ │ ├── out.txt
│ │ ├── password.txt
│ │ ├── sol.cpp
│ │ ├── sol_inker.cpp
│ │ ├── sol_morris.cpp
│ │ └── testdata_generate.cpp
│ ├── 學姊日談
│ │ ├── brute.cpp
│ │ ├── flere2.md
│ │ ├── morris_sol.cpp
│ │ ├── problem.aux
│ │ ├── problem.log
│ │ ├── problem.pdf
│ │ ├── problem.synctex.gz
│ │ ├── problem.tex
│ │ └── testdata_generate.cpp
│ ├── 最近餐館
│ │ ├── brute.cpp
│ │ ├── sol.cpp
│ │ └── testdata_generate.cpp
│ ├── 樹形鎖頭
│ │ ├── brute.cpp
│ │ ├── morris_sol.cpp
│ │ ├── testdata_generate.cpp
│ │ └── tree.pptx
│ ├── 河道分界
│ │ ├── in.txt
│ │ ├── out.txt
│ │ ├── pin.cpp
│ │ ├── river.ggb
│ │ └── test.cpp
│ ├── 災難再臨
│ │ ├── brute.cpp
│ │ ├── image.PNG
│ │ ├── morris_sol.cpp
│ │ ├── testdata_generate.cpp
│ │ ├── 投影片1.JPG
│ │ ├── 投影片10.JPG
│ │ ├── 投影片11.JPG
│ │ ├── 投影片12.JPG
│ │ ├── 投影片13.JPG
│ │ ├── 投影片2.JPG
│ │ ├── 投影片3.JPG
│ │ ├── 投影片4.JPG
│ │ ├── 投影片5.JPG
│ │ ├── 投影片6.JPG
│ │ ├── 投影片7.JPG
│ │ ├── 投影片8.JPG
│ │ └── 投影片9.JPG
│ ├── 神魔之塔
│ │ ├── inker.md
│ │ └── inker2.cpp
│ ├── 計畫巧遇
│ │ ├── brute.cpp
│ │ ├── flere.md
│ │ ├── in.txt
│ │ ├── morris_sol.cpp
│ │ ├── out1.txt
│ │ ├── problem.aux
│ │ ├── problem.log
│ │ ├── problem.pdf
│ │ ├── problem.synctex.gz
│ │ ├── problem.tex
│ │ └── testdata_generate.cpp
│ ├── 順來逆受
│ │ ├── sol.cpp
│ │ └── testdata_generate.cpp
│ ├── 少女與戰車
│ │ ├── brute.cpp
│ │ ├── tank
│ │ │ ├── pp1.png
│ │ │ ├── pp10.jpg
│ │ │ ├── pp11.png
│ │ │ ├── pp2.png
│ │ │ ├── pp3.jpg
│ │ │ ├── pp4.jpg
│ │ │ ├── pp5.png
│ │ │ ├── pp6.png
│ │ │ ├── pp7.jpg
│ │ │ ├── pp8.png
│ │ │ ├── pp9.jpg
│ │ │ ├── snow.png
│ │ │ ├── snowbackground.jpg
│ │ │ └── test.html
│ │ ├── tank.cpp
│ │ └── testdata_generate.cpp
│ ├── 多維範圍詢問
│ │ ├── brute.cpp
│ │ ├── rangetree.cpp
│ │ └── testdata_generate.cpp
│ ├── 竹馬不敵天降
│ │ ├── brute.cpp
│ │ ├── solution.cpp
│ │ └── testdata_generate.cpp
│ ├── 平面最小生成樹
│ │ ├── brute.cpp
│ │ ├── pin.cpp
│ │ └── 平面最小生成樹.cpp
│ └── 二元搜尋樹快速鍵造
│ ├── sol.cpp
│ └── testdata_generate.cpp
├── noip2005复赛
│ ├── 测试数据
│ │ ├── Main.java
│ │ ├── equal
│ │ │ ├── equal0.ans
│ │ │ ├── equal0.in
│ │ │ ├── equal1.ans
│ │ │ ├── equal1.in
│ │ │ ├── equal2.ans
│ │ │ ├── equal2.in
│ │ │ ├── equal3.ans
│ │ │ ├── equal3.in
│ │ │ ├── equal4.ans
│ │ │ ├── equal4.in
│ │ │ ├── equal5.ans
│ │ │ ├── equal5.in
│ │ │ ├── equal6.ans
│ │ │ ├── equal6.in
│ │ │ ├── equal7.ans
│ │ │ ├── equal7.in
│ │ │ ├── equal8.ans
│ │ │ ├── equal8.in
│ │ │ ├── equal9.ans
│ │ │ └── equal9.in
│ │ ├── fire
│ │ │ ├── fire0.ans
│ │ │ ├── fire0.in
│ │ │ ├── fire1.ans
│ │ │ ├── fire1.in
│ │ │ ├── fire2.ans
│ │ │ ├── fire2.in
│ │ │ ├── fire3.ans
│ │ │ ├── fire3.in
│ │ │ ├── fire4.ans
│ │ │ ├── fire4.in
│ │ │ ├── fire5.ans
│ │ │ ├── fire5.in
│ │ │ ├── fire6.ans
│ │ │ ├── fire6.in
│ │ │ ├── fire7.ans
│ │ │ ├── fire7.in
│ │ │ ├── fire8.ans
│ │ │ ├── fire8.in
│ │ │ ├── fire9.ans
│ │ │ └── fire9.in
│ │ ├── river
│ │ │ ├── river0.ans
│ │ │ ├── river0.in
│ │ │ ├── river1.ans
│ │ │ ├── river1.in
│ │ │ ├── river2.ans
│ │ │ ├── river2.in
│ │ │ ├── river3.ans
│ │ │ ├── river3.in
│ │ │ ├── river4.ans
│ │ │ ├── river4.in
│ │ │ ├── river5.ans
│ │ │ ├── river5.in
│ │ │ ├── river6.ans
│ │ │ ├── river6.in
│ │ │ ├── river7.ans
│ │ │ ├── river7.in
│ │ │ ├── river8.ans
│ │ │ ├── river8.in
│ │ │ ├── river9.ans
│ │ │ └── river9.in
│ │ ├── scholar
│ │ │ ├── scholar0.ans
│ │ │ ├── scholar0.in
│ │ │ ├── scholar1.ans
│ │ │ ├── scholar1.in
│ │ │ ├── scholar2.ans
│ │ │ ├── scholar2.in
│ │ │ ├── scholar3.ans
│ │ │ ├── scholar3.in
│ │ │ ├── scholar4.ans
│ │ │ ├── scholar4.in
│ │ │ ├── scholar5.ans
│ │ │ ├── scholar5.in
│ │ │ ├── scholar6.ans
│ │ │ ├── scholar6.in
│ │ │ ├── scholar7.ans
│ │ │ ├── scholar7.in
│ │ │ ├── scholar8.ans
│ │ │ ├── scholar8.in
│ │ │ ├── scholar9.ans
│ │ │ └── scholar9.in
│ │ └── solution.cpp
│ └── 复赛试题.doc
├── other
│ └── ZJOI 2012 DAY2 災難.cpp
├── out.txt
├── temp
│ ├── 10366 - Faucet Flow.cpp
│ ├── 10384 - The Wall Pushers.cpp
│ ├── 10561 - Treblecross.cpp
│ ├── 10618 - Tango Tango Insurrection.cpp
│ ├── 10641 - Barisal Stadium.cpp
│ ├── 10663 - Non-Powerful Subsets.cpp
│ ├── 11117 - Little Quilt.cpp
│ ├── 11214 - Guarding the Chessboard[DLX].cpp
│ ├── 11256 - Repetitive Multiple.cpp
│ ├── 11277 - Cyclic Polygons.cpp
│ ├── 11440 - Help Tomisu.cpp
│ ├── 11465 - Count the Polygons.cpp
│ ├── 11468 - Substring.cpp
│ ├── 11490 - Just Another Problem.cpp
│ ├── 11522 - Pyramid Number.cpp
│ ├── 1153 - Keep the Customer Satisfied.cpp
│ ├── 11534 - Say Goodbye to Tic-Tac-Toe.cpp
│ ├── 11665 - Chinese Ink.cpp
│ ├── 11681 - Tower for Cellular Telephony.cpp
│ ├── 11694 - Gokigen Naname.cpp
│ ├── 11779 - Lost File.cpp
│ ├── 11809 - Floating-Point Numbers.cpp
│ ├── 11840 - Tic-tac-toe.cpp
│ ├── 11846 - Finding Seats Again.cpp
│ ├── 11853 - Paintball.cpp
│ ├── 11904 - One Unit Machine.cpp
│ ├── 11927 - Games Are Important.cpp
│ ├── 12093 - Protecting Zonk.cpp
│ ├── 12099 - The Bookcase.cpp
│ ├── 12107 - Digit Puzzle.cpp
│ ├── 12107 - Digit Puzzle[BFS][TLE].cpp
│ ├── 12130 - Summits.cpp
│ ├── 12170 - Easy Climb.cpp
│ ├── 12171 - Sculpture.cpp
│ ├── 12323 - Inspecting Radars.cpp
│ ├── 12528 - Environment Protection.cpp
│ ├── 12528 - Environment Protection[simpson].cpp
│ ├── 12558 - Egyptian Fractions (HARD version)[TLE].cpp
│ ├── 12559 - Finding Black Circles.cpp
│ ├── 12559 - Finding Black Circles[FFT][TLE].cpp
│ ├── 12563 - Jin Ge Jin Qu hao.cpp
│ ├── 12569 - Planning mobile robot on Tree (EASY Version).cpp
│ ├── 1289 - Stacking Plates.cpp
│ ├── 1312 - Cricket Field.cpp
│ ├── 1336 - Fixing the Great Wall.cpp
│ ├── 1343 - The Rotation Game[BFS][TLE].cpp
│ ├── 1343 - The Rotation Game[IDA].cpp
│ ├── 1354 - Mobile Computing.cpp
│ ├── 1380 - A Scheduling Problem.cpp
│ ├── 1393 - Highways.cpp
│ ├── 1412 - Fund Management.cpp
│ ├── 1439 - Exclusive Access 2.cpp
│ ├── 1442 - Cav.cpp
│ ├── 1443 - Garlands.cpp
│ ├── 1471 - Defense Lines.cpp
│ ├── 1533 - Moving Pegs.cpp
│ ├── 1543 - Telescope.cpp
│ ├── 1580 - Pirate Chest.cpp
│ ├── 1589 - Xiangqi.cpp
│ ├── 1591 - Data Mining.cpp
│ ├── 1593 - Alignment of Code.cpp
│ ├── 1596 - Bug Hunt.cpp
│ ├── 1597 - Searching the Web.cpp
│ ├── 1598 - Exchange.cpp
│ ├── 1599 - Ideal Path.cpp
│ ├── 1601 - The Morning after Halloween[DoubleBfs].cpp
│ ├── 1601 - The Morning after Halloween[bfs].cpp
│ ├── 1602 - Lattice Animals.cpp
│ ├── 1603 - Square Destroyer.cpp
│ ├── 1604 - Cubic Eight-Puzzle[BFS].cpp
│ ├── 1606 - Amphiphilic Carbon Molecules.cpp
│ ├── 1607 - Gates.cpp
│ ├── 1609 - Foul Play.cpp
│ ├── 1611 - Crane.cpp
│ ├── 1612 - Guess.cpp
│ ├── 1613 - K-Graph Oddity.cpp
│ ├── 1615 - Highway.cpp
│ ├── 1616 - Caravan Robbers.cpp
│ ├── 1617 - Laptop.cpp
│ ├── 1618 - Weak Key.cpp
│ ├── 1619 - Feel Good.cpp
│ ├── 1620 - Lazy Susan.cpp
│ ├── 1623 - Enter The Dragon.cpp
│ ├── 1624 - Knots.cpp
│ ├── 1628 - Pizza Delivery.cpp
│ ├── 1630 - Folding.cpp
│ ├── 1631 - Locker.cpp
│ ├── 1633 - Dyslexic Gollum.cpp
│ ├── 1634 - The Picnic.cpp
│ ├── 1639 - Candy.cpp
│ ├── 1643 - Angle and Squares.cpp
│ ├── 1648 - Business Center.cpp
│ ├── 212 - Use of Hospital Facilities.cpp
│ ├── 506 - System Dependencies.cpp
│ ├── 508 - Morse Mismatches.cpp
│ ├── 509 - RAID!.cpp
│ ├── 511 - Do You Know the Way to San Jose.cpp
│ ├── 751 - Triangle War.cpp
│ ├── 752 - Unscrambling Images.pp.cpp
│ ├── 754 - Treasure Hunt.cpp
│ ├── 757-Gone-Fishing.cpp
│ ├── 804 - Petri Net Simulation.cpp
│ ├── 822 - Queue and A.cpp
│ ├── FBHackerCup2015_P15.cpp
│ ├── FBHackerCup2015_P30.cpp
│ ├── FBHackerCup2015_P55.cpp
│ ├── LeetCode - Symmetric Tree.cpp
│ ├── SGU - 383 Caravans[v2].cpp
│ ├── SGU 383 - Caravans.cpp
│ ├── a822. 101學年度桃竹苗區資訊學科能力競賽 5.滾球遊戲.cpp
│ ├── b122. 用餐地點 (Lunch).cpp
│ ├── b256. E. 大風吹.cpp
│ ├── b298[ANSI C].c
│ ├── b327.cpp
│ ├── b348. 最近餐館.cpp
│ ├── d739.cpp
│ ├── d739[maxflow].cpp
│ ├── prob_solve1298.cpp
│ └── test.cpp
├── unknown
│ ├── 18豆.cpp
│ ├── 2013.cpp
│ ├── 2013CCPC[ProblemSet].pdf
│ ├── 2038 - Strategic game.cpp
│ ├── 2048sim.cpp
│ ├── 2048sim[v2].cpp
│ ├── A-Star K短.cpp
│ ├── ArrayInitTest.cpp
│ ├── Big Number of Teams will Solve This ~.cpp
│ ├── C++ use dir.cpp
│ ├── COLOR執行.jpg
│ ├── DDD2.cpp
│ ├── DLS.cpp
│ ├── DP.txt
│ ├── DS-6.cpp
│ ├── DSE.cpp
│ ├── Digital 顯示.cpp
│ ├── E7.java
│ ├── EllysXors.cpp
│ ├── Empty.cpp
│ ├── Exp.cpp
│ ├── Force.cpp
│ ├── Gray.cpp
│ ├── HASH
│ │ ├── HASH.cpp
│ │ ├── HASH.dev
│ │ ├── HASH.h
│ │ ├── Makefile.win
│ │ └── main.cpp
│ ├── HW5 huffmancode.cpp
│ ├── Hackup1.cpp
│ ├── ICOCCC.c
│ ├── ITSAP2.cpp
│ ├── LCA.cpp
│ ├── LCAoffline.cpp
│ ├── LineSE.cpp
│ ├── MakeMaze.cpp
│ ├── Math.cpp
│ ├── MinCostMaxFlow.cpp
│ ├── MinExp.cpp
│ ├── Modular multiplicative inverse.cpp
│ ├── NCPC2011 ProblemH.cpp
│ ├── NFA2DFA.cpp
│ ├── NFA2DFA[v2].cpp
│ ├── NFAtoDFS.cpp
│ ├── PHP作業
│ │ ├── lesson9.php
│ │ ├── php_session2.php
│ │ ├── phphw3.jpg
│ │ ├── phphw4.PNG
│ │ ├── 第六章 陣列的使用.ppt
│ │ ├── 第八章 日期時間的應用.ppt
│ │ └── 第十一章_物件導向簡述.ppt
│ ├── POJ - 1785 Binary Search Heap Construction.cpp
│ ├── POJ 1166.cpp
│ ├── Pro_Con.c
│ ├── Problem 1. code.cpp
│ ├── Problem 2. Statistics.cpp
│ ├── Problem 3. Path of Certain Length.cpp
│ ├── Problem 4. Partitioning a ladder.cpp
│ ├── Problem F.docx
│ ├── Problem H - Tree.cpp
│ ├── Problem H.docx
│ ├── Problem1.cpp
│ ├── Problem3.cpp
│ ├── Problem4.cpp
│ ├── PrombleF.cpp
│ ├── PrombleK.cpp
│ ├── RaceCon.c
│ ├── RegexToNFA[simple].cpp
│ ├── RegexToNFA[simple][v2].cpp
│ ├── RegexToNFA[simple][v3].cpp
│ ├── SA.c
│ ├── Sagit's 計分程式.cpp
│ ├── SegmentTree(2D).cpp
│ ├── SipPatLa.cpp
│ ├── SuffixArray(rewrite).c
│ ├── SuffixArray(rewrite).cpp
│ ├── TC模版.c
│ ├── Trie.cpp
│ ├── Trie[非遞迴].cpp
│ ├── W3-100502205-楊翔雲.docx
│ ├── [POJ] 2489 - Line Segments.cpp
│ ├── [PTC][11.12] E - Kingdom Tour.cpp
│ ├── addressAddTest.cpp
│ ├── algorithmhw.c
│ ├── bee.cpp
│ ├── bignumber
│ │ ├── Bignumber.cpp
│ │ └── Bignumber_sin.cpp
│ ├── bitfield.cpp
│ ├── brainfuckG.c
│ ├── cmdUse.c
│ ├── complierHW3.cpp
│ ├── dancinglink.cpp
│ ├── definetest.cpp
│ ├── det.cpp
│ ├── det_org.cpp
│ ├── dp2-slides.pdf
│ ├── easy1.cpp
│ ├── guw6@.jpg
│ ├── hw1p2.c
│ ├── itself.cpp
│ ├── know_SA.cpp
│ ├── link list AVL.cpp
│ ├── linked list.cpp
│ ├── liouzhou_101_code.cpp
│ ├── minCoverCircle.cpp
│ ├── onefor.cpp
│ ├── pout.cpp
│ ├── printitself.cpp
│ ├── rand_not_array.cpp
│ ├── runDFA.cpp
│ ├── runTeam.cpp
│ ├── sort ALL
│ │ ├── A153(1).c
│ │ ├── A153(2).c
│ │ ├── A153(3).c
│ │ ├── A153.c
│ │ ├── AVL tree.cpp
│ │ ├── Heap sort.cpp
│ │ ├── QuickSort.cpp
│ │ ├── Splay sort.cpp
│ │ ├── 新文件2.cpp
│ │ └── 分堆插入.cpp
│ ├── srm553_250pt.cpp
│ ├── srm553_500pt.cpp
│ ├── stack_maze.cpp
│ ├── templateForIO.cpp
│ ├── test.cpp
│ ├── testCout.cpp
│ ├── testForArrayAddress.cpp
│ ├── testForTemplate.cpp
│ ├── textAnimatin.c
│ ├── threadsample.cpp
│ ├── union.cpp
│ ├── unrarAll.cpp
│ ├── virtualMethodText.cpp
│ ├── 圓交.cpp
│ ├── 跑關.cpp
│ ├── 接線.png
│ ├── 區間MAX.cpp
│ ├── 反矩陣.cpp
│ ├── 學長委託
│ │ ├── [HW5-4] A Simple Channel Router.cpp
│ │ ├── [HW5-4] A Simple Channel Router.exe
│ │ ├── [HW5-4] A Simple Channel Router.o
│ │ ├── cmd.exe.lnk
│ │ ├── input.txt
│ │ └── prog5_4.pdf
│ ├── 傳統排列.cpp
│ ├── 內件排序.cpp
│ ├── 基數排序.cpp
│ ├── 好多因子.cpp
│ ├── 快速排列.cpp
│ ├── 數獨求姊.cpp
│ ├── 正式模仿.cpp
│ ├── 正式模仿.exe
│ ├── 最小生成樹.cpp
│ ├── 電話客服中心.cpp
│ ├── 重疊區間個數[force].cpp
│ └── 重疊區間個數[nlogn].cpp
├── volume001
│ ├── 100 - The 3n + 1 problem.cpp
│ ├── 100 - The 3n + 1 problem[zkw].cpp
│ ├── 102 - Ecological Bin Packing.cpp
│ ├── 103 - Stacking Boxes.cpp
│ ├── 104 - Arbitrage.cpp
│ ├── 109 - SCUD Busters.cpp
│ ├── 110 - Meta-Loopless Sorts.c
│ ├── 111 - History Grading.cpp
│ ├── 112 - Tree Summing.cpp
│ ├── 113 - Power of Cryptography.cpp
│ ├── 117 - The Postal Worker Rings Once.cpp
│ ├── 118 - Mutant Flatworld Explorers.c
│ ├── 119 - Greedy Gift Givers.cpp
│ ├── 120 - Stacks of Flapjacks.cpp
│ ├── 121 - Pipe Fitters.cpp
│ ├── 123 - Searching Quickly.cpp
│ ├── 124 - Following Orders.cpp
│ ├── 125 - Numbering Paths.cpp
│ ├── 128 - Software CRC.cpp
│ ├── 132 - Bumpy Objects.cpp
│ ├── 133 - The Dole Queue.cpp
│ ├── 134 - Loglan-A Logical Language.cpp
│ ├── 135 - No Rectangles.cpp
│ ├── 136 - Ugly Numbers.cpp
│ ├── 139 - Telephone Tangles.cpp
│ ├── 140 - Bandwidth.cpp
│ ├── 141 - The Spot Game.cpp
│ ├── 143 - Orchard Trees.cpp
│ ├── 144 - Student Grants.cpp
│ ├── 145 - Gondwanaland Telecom.cpp
│ ├── 146 - ID Codes.cpp
│ ├── 148 - Anagram checker.cpp
│ ├── 149 - Forests.cpp
│ ├── 150 - Double Time.cpp
│ ├── 151 - Power Crisis.cpp
│ ├── 152 - Tree's a Crowd.cpp
│ ├── 153 - Permalex.cpp
│ ├── 154 - Recycling.cpp
│ ├── 155 - All Squares.cpp
│ ├── 156 - Ananagrams.cpp
│ ├── 157 - Route Finding.cpp
│ ├── 158 - Calendar.cpp
│ ├── 160 - Factors and Factorials.cpp
│ ├── 161 - Traffic Lights.cpp
│ ├── 163 - City Directions.cpp
│ ├── 164 - String Computer.cpp
│ ├── 165 - Stamps.cpp
│ ├── 166 - Making Change.cpp
│ ├── 167 - The Sultan's Successors.cpp
│ ├── 170 - Clock Patience.cpp
│ ├── 171 - Car Trialling.cpp
│ ├── 172 - Calculator Language.cpp
│ ├── 172 - Calculator Language[v2].cpp
│ ├── 174 - Strategy.cpp
│ ├── 177 - Paper Folding.cpp
│ ├── 181 - Hearts.cpp
│ ├── 184 - Laser Lines.cpp
│ ├── 185 - Roman Numerals.cpp
│ ├── 187 - Transaction Processing.cpp
│ ├── 188 - Perfect Hash.cpp
│ ├── 190 - Circle Through Three Points.cpp
│ ├── 191 - Intersection.cpp
│ ├── 193 - Graph Coloring.cpp
│ └── 198 - Peter's Calculator.cpp
├── volume002
│ ├── 200 - Rare Order.cpp
│ ├── 201 - Squares.cpp
│ ├── 202 - Repeating Decimals.cpp
│ ├── 208 - Firetruck.cpp
│ ├── 209 - Triangular Vertices.cpp
│ ├── 213 - Message Decoding.cpp
│ ├── 215 - Spreadsheet Calculator.cpp
│ ├── 216 - Getting in Line.cpp
│ ├── 218 - Moth Eradication.cpp
│ ├── 221 - Urban Elevations.cpp
│ ├── 222 - Budget Travel.c
│ ├── 225 - Golygons.cpp
│ ├── 227 - Puzzle.cpp
│ ├── 229 - Scanner.cpp
│ ├── 231 - Testing the CATCHER.cpp
│ ├── 232 - Crossword Answers.cpp
│ ├── 233 - Package Pricing.cpp
│ ├── 238 - Jill's Bike.cpp
│ ├── 239 - Tempus et mobilius. Time and motion.cpp
│ ├── 242 - Stamps and Envelope Size.cpp
│ ├── 245 - Uncompress.cpp
│ ├── 246 - 10-20-30.cpp
│ ├── 247 - Calling Circles.cpp
│ ├── 250 - Pattern Matching Prelims.cpp
│ ├── 253 - Cube painting..c
│ ├── 254 - Towers of Hanoi.cpp
│ ├── 254 - Towers of Hanoi_sol.cpp
│ ├── 255 - Correct Move.cpp
│ ├── 256 - Quirksome Squares.cpp
│ ├── 257 - Palinwords.cpp
│ ├── 263 - Number Chains.cpp
│ ├── 264 - Count on Cantor.cpp
│ ├── 268 - Double Trouble.cpp
│ ├── 269 - Counting Patterns.cpp
│ ├── 270 - Lining Up.cpp
│ ├── 271 - Simply Syntax.cpp
│ ├── 272 - TEX Quotes.cpp
│ ├── 273 - Jack Straws.cpp
│ ├── 276 - Egyptian Multiplication.cpp
│ ├── 280 - Vertex.cpp
│ ├── 290 - Palindroms --- smordnilaP.cpp
│ ├── 291 - The House Of Santa Claus.cpp
│ ├── 296 - Safebreaker.cpp
│ ├── 297 - Quadtrees.c
│ ├── 298 - Race Tracks.cpp
│ └── 299 - Train Swapping.cpp
├── volume003
│ ├── 300 - Maya Calendar.cpp
│ ├── 302 - John's trip.cpp
│ ├── 307 - Sticks.cpp
│ ├── 308 - Tin Cutter.cpp
│ ├── 313 - Intervals.cpp
│ ├── 315 - Network.cpp
│ ├── 320 - Border.cpp
│ ├── 324 - Factorial Frequencies.cpp
│ ├── 325 - Identifying Legal Pascal Real Constants.cpp
│ ├── 326 - Extrapolation Using a Difference Table.cpp
│ ├── 327 - Evaluating Simple C Expressions.cpp
│ ├── 331 - Mapping the Swaps.cpp
│ ├── 333 - Recognizing Good ISBNs.cpp
│ ├── 334 - Identifying Concurrent Events.cpp
│ ├── 336 - A Node Too Far.cpp
│ ├── 338 - Long Multiplication.cpp
│ ├── 341 - Non-Stop Travel.cpp
│ ├── 343 - What Base Is This.cpp
│ ├── 344 - Roman Digititis.cpp
│ ├── 345 - It's Ir-Resist-Able.cpp
│ ├── 347 - Run.cpp
│ ├── 348 - Optimal Array Multiplication Sequence.cpp
│ ├── 349 - Transferable Voting (II).cpp
│ ├── 352 - The Seasonal War.cpp
│ ├── 353 - Pesky Palindromes.cpp
│ ├── 355 - The Bases Are Loaded.cpp
│ ├── 356 - Square Pegs And Round Holes.cpp
│ ├── 357 - Let Me Count The Ways.c
│ ├── 358 - Don't Have A Cow.cpp
│ ├── 361 - Cops and Robbers.cpp
│ ├── 362 - 18,000 Seconds Remaining.cpp
│ ├── 369 - Combinations.cpp
│ ├── 372 - WhatFix Notation.cpp
│ ├── 374 - Big Mod.cpp
│ ├── 375 - Inscribed Circles and Isosceles Triangles.cpp
│ ├── 378 - Intersecting Lines.cpp
│ ├── 381 - Making the Grade.cpp
│ ├── 382 - Perfection.cpp
│ ├── 384 - Slurpys.cpp
│ ├── 385 - DNA Translation.cpp
│ ├── 387 - A Puzzling Problem.cpp
│ ├── 389 - Basically Speaking.cpp
│ ├── 391 - Mark-up.cpp
│ ├── 392 - Polynomial Showdown.cpp
│ └── 397 - Equation Elation.cpp
├── volume004
│ ├── 400 - Unix ls.cpp
│ ├── 401 - Palindromes.cpp
│ ├── 402 - MASH.cpp
│ ├── 403 - Postscript.cpp
│ ├── 406 - Prime Cuts.cpp
│ ├── 408 - Uniform Generator.cpp
│ ├── 409 - Excuses, Excuses.cpp
│ ├── 412 - Pi.cpp
│ ├── 412 - Pi[Neton].cpp
│ ├── 413 - Up and Down Sequences.c
│ ├── 414 - Machined Surfaces.cpp
│ ├── 416 - LED Test.cpp
│ ├── 417 - Word Index.cpp
│ ├── 422 - Word-Search Wonder.cpp
│ ├── 423 - MPI Maelstrom.cpp
│ ├── 424 - Integer Inquiry.cpp
│ ├── 427 - FlatLand Piano Movers.cpp
│ ├── 428 - Swamp County Roofs.cpp
│ ├── 429 - Word Transformation.cpp
│ ├── 433 - Bank.cpp
│ ├── 435 - Block Voting.cpp
│ ├── 436 - Arbitrage (II).cpp
│ ├── 437 - The Tower of Babylon.cpp
│ ├── 438 - The Circumference of the Circle.cpp
│ ├── 440 - Eeny Meeny Moo.cpp
│ ├── 441 - Lotto.c
│ ├── 442 - Matrix Chain Multiplication.cpp
│ ├── 443 - Humble Numbers.cpp
│ ├── 444 - Encoder and Decoder.cpp
│ ├── 445 - Marvelous Mazes.c
│ ├── 447 - Population Explosion.cpp
│ ├── 448 - OOPS.cpp
│ ├── 450 - Little Black Book.cpp
│ ├── 451 - Poker Solitaire Evaluator.cpp
│ ├── 452 - Project Scheduling.cpp
│ ├── 453 - Intersecting Circles.cpp
│ ├── 454 - Anagrams.cpp
│ ├── 455 - Periodic Strings.cpp
│ ├── 456 - Robotic Stacker.cpp
│ ├── 458 - The Decoder.cpp
│ ├── 459 - Graph Connectivity.cpp
│ ├── 460 - Overlapping Rectangles.c
│ ├── 464 - Sentence.Phrase Generator.cpp
│ ├── 465 - Overflow.cpp
│ ├── 466 - Mirror Mirror.cpp
│ ├── 467 - Synching Signals.cpp
│ ├── 468 - Key to Success.cpp
│ ├── 469 - Wetlands of Florida.cpp
│ ├── 471 - Magic Numbers.cpp
│ ├── 473 - Raucous Rockers.cpp
│ ├── 474 - Heads _ Tails Probability.c
│ ├── 478 - Points in Figures Rectangles, Circles, Triangles.cpp
│ ├── 482 - Permutation Arrays.cpp
│ ├── 483 - Word Scramble.cpp
│ ├── 484 - The Department of Redundancy Department.cpp
│ ├── 486 - English-Number Translator.cpp
│ ├── 487 - Boggle Blitz.cpp
│ ├── 488 - Triangle Wave.cpp
│ ├── 490 - Rotating Sentences.c
│ ├── 492 - Pig-Latin.cpp
│ ├── 493 - Rational Spiral.cpp
│ ├── 494 - Kindergarten Counting Game.cpp
│ ├── 496 - Simply Subsets.cpp
│ ├── 497 - Strategic Defense Initiative.cpp
│ ├── 498 - Polly the Polynomial.cpp
│ └── 499 - What's The Frequency, Kenneth.c
├── volume005
│ ├── 501 - Black Box.cpp
│ ├── 507 - Jill Rides Again.cpp
│ ├── 515 - King.cpp
│ ├── 516 - Prime Land.cpp
│ ├── 523 - Minimum Transport Cost.cpp
│ ├── 526 - String Distance and Transform Process.cpp
│ ├── 529 - Addition Chains.cpp
│ ├── 531 - Compromise.cpp
│ ├── 533 - Equation Solver.cpp
│ ├── 535 - Globetrotter.cpp
│ ├── 538 - Balancing Bank Accounts.cpp
│ ├── 539 - The Settlers of Catan.cpp
│ ├── 540 - Team Queue.cpp
│ ├── 541 - Error Correction.cpp
│ ├── 542 - France '98.cpp
│ ├── 543 - Goldbach's Conjecture.cpp
│ ├── 544 - Heavy Cargo.cpp
│ ├── 545 - Heads.cpp
│ ├── 547 - DDF.cpp
│ ├── 548 - Tree.cpp
│ ├── 550 - Multiplying by Rotation.cpp
│ ├── 551 - Nesting a Bunch of Brackets.cpp
│ ├── 552 - Filling the Gaps.cpp
│ ├── 554 - Caesar Cypher.cpp
│ ├── 555 - Bridge Hands.cpp
│ ├── 558 - Wormholes.cpp
│ ├── 558 - Wormholes2.cpp
│ ├── 560 - Magic.cpp
│ ├── 561 - Jackpot.cpp
│ ├── 563 - Crimewave.cpp
│ ├── 565 - Pizza Anyone.cpp
│ ├── 567 - Risk.cpp
│ ├── 571 - Jugs.cpp
│ ├── 572 - Oil Deposits.cpp
│ ├── 574 - Sum It Up.cpp
│ ├── 575 - Skew Binary.cpp
│ ├── 579 - ClockHands.cpp
│ ├── 583 - Prime Factors.cpp
│ ├── 585 - Triangles.cpp
│ ├── 587 - There's treasure everywhere.cpp
│ ├── 589 - Pushing Boxes.cpp
│ ├── 590 - Always on the run.cpp
│ ├── 591 - Box of Bricks.cpp
│ ├── 592 - Island of Logic.cpp
│ ├── 594 - One Little, Two Little, Three Little Endians.cpp
│ └── 599 - The Forrest for the Trees.cpp
├── volume006
│ ├── 601 - The PATH.cpp
│ ├── 612 - DNA Sorting.cpp
│ ├── 614 - Mapping the Route.cpp
│ ├── 615 - Is It A Tree.cpp
│ ├── 616 - Coconuts, Revisited.cpp
│ ├── 620 - Cellular Structure.cpp
│ ├── 621 - Secret Research.cpp
│ ├── 622 - Grammar Evaluation.cpp
│ ├── 623 - 500!.cpp
│ ├── 624 - CD.cpp
│ ├── 626 - Ecosystem.cpp
│ ├── 627 - The Net.cpp
│ ├── 628 - Passwords.cpp
│ ├── 630 - Anagrams (II).cpp
│ ├── 632 - Compression (II).cpp
│ ├── 634 - Polygon.cpp
│ ├── 636 - Squares (III).cpp
│ ├── 638 - Finding Rectangles.cpp
│ ├── 640 - Self Numbers.cpp
│ ├── 640 - Self Numbers_v2.cpp
│ ├── 641 - Do the Untwist.cpp
│ ├── 642 - Word Amalgamation.cpp
│ ├── 644 - Immediate Decodability.cpp
│ ├── 652 - Eight.cpp
│ ├── 657 - The die is cast.cpp
│ ├── 662 - Fast Food.cpp
│ ├── 665 - False coin.cpp
│ ├── 670 - The dog task.cpp
│ ├── 671 - Spell checker.cpp
│ ├── 673 - Parentheses Balance.cpp
│ ├── 674 - Coin Change.cpp
│ ├── 675 - Convex Hull of the Polygon.cpp
│ ├── 677 - All Walks of length n from the first node.cpp
│ ├── 681 - Convex Hull Finding.cpp
│ ├── 684 - Integral Determinant.cpp
│ ├── 686 - Goldbach's Conjecture (II).cpp
│ ├── 688 - Mobile Phone Coverage.cpp
│ ├── 694 - The Collatz Sequence.cpp
│ ├── 694. Distinct Substrings.cpp
│ └── 699 - The Falling Leaves.cpp
├── volume007
│ ├── 700 - Date Bugs.cpp
│ ├── 701 - The Archeologists' Dilemma.cpp
│ ├── 705 - Slash Maze.cpp
│ ├── 706 - LCD Display.cpp
│ ├── 707 - Robbery.cpp
│ ├── 708 - Dreisam Equations.cpp
│ ├── 709 - Formatting Text.cpp
│ ├── 711 - Dividing up.cpp
│ ├── 712 - S-Trees.cpp
│ ├── 713 - Adding Reversed Numbers.cpp
│ ├── 714 - Copying Books.cpp
│ ├── 719 - Glass Beads.cpp
│ ├── 721 - Invitation Cards.cpp
│ ├── 722 - Lakes.cpp
│ ├── 725 - Division.cpp
│ ├── 726 - Decode.cpp
│ ├── 729 - The Hamming Distance Problem.cpp
│ ├── 732 - Anagrams by Stack.cpp
│ ├── 737 - Gleaming the Cubes.cpp
│ ├── 738 - A Logical Problem .cpp
│ ├── 739 - Soundex Indexing.cpp
│ ├── 740 - Baudot Data Communication Code.cpp
│ ├── 741 - Burrows Wheeler Decoder.cpp
│ ├── 745 - Numeric Puzzles Again.cpp
│ ├── 750 - 8 Queens Chess Problem.cpp
│ ├── 753 - A Plug for UNIX.cpp
│ ├── 755 - 487--3279.cpp
│ ├── 756 - Biorhythms.cpp
│ ├── 758 - The Same Game.cpp
│ ├── 759 - The Return of the Roman Empire.cpp
│ ├── 760 - DNA Sequencing.cpp
│ ├── 762 - We Ship Cheap.cpp
│ ├── 763 - Fibinary Numbers.c
│ ├── 766 - Sum of powers.cpp
│ ├── 775 - Hamiltonian Cycle.cpp
│ ├── 775 - Hamiltonian Cycle2.cpp
│ ├── 776 - Monkeys in a Regular Forest.cpp
│ ├── 782 - Contour Painting.cpp
│ ├── 784 - Maze Exploration.cpp
│ ├── 785 - Grid Colouring.cpp
│ ├── 789 - Indexing.cpp
│ ├── 793 - Network Connections.cpp
│ ├── 795 - Sandorf's Cipher.cpp
│ └── 796 - Critical Links.cpp
├── volume008
│ ├── 806 - Spatial Structures.cpp
│ ├── 807 - Towers of Powers.cpp
│ ├── 808 - Bee Breeding.cpp
│ ├── 810 - A Dicey Problem.cpp
│ ├── 811 - The Fortified Forest.cpp
│ ├── 814 - The Letter Carrier's Rounds.cpp
│ ├── 816 - Abbott's Revenge.cpp
│ ├── 817 - According to Bartjens.cpp
│ ├── 818 - Cutting Chains.cpp
│ ├── 821 - Page Hopping.c
│ ├── 825 - Walking on the Safe Side.cpp
│ ├── 828 - Deciphering Messages.cpp
│ ├── 830 - Shark.cpp
│ ├── 833 - Water Falls.cpp
│ ├── 834 - Continued Fractions.cpp
│ ├── 835 - Square of Primes (2).cpp
│ ├── 835 - Square of Primes.cpp
│ ├── 835 - Square of Primes2.cpp
│ ├── 836 - Largest Submatrix.cpp
│ ├── 837 - Light and Transparencies.cpp
│ ├── 838 - Worm World[heap].cpp
│ ├── 839 - Not so Mobile.cpp
│ ├── 840 - Deadlock Detection.cpp
│ ├── 843 - Crypt Kicker.cpp
│ ├── 844 - Pousse.cpp
│ ├── 846 - Steps.cpp
│ ├── 852 - Deciding victory in Go.cpp
│ ├── 855 - Lunch in Grid City.cpp
│ ├── 860 - Entropy Text Analyzer.cpp
│ ├── 861 - Little Bishops.cpp
│ ├── 865 - Substitution Cypher.cpp
│ ├── 866 - Intersecting Line Segments.cpp
│ ├── 868 - Numerical Maze.cpp
│ ├── 869 - Airline Comparison.cpp
│ ├── 870 - Intersecting Rectangles.cpp
│ ├── 871 - Counting Cells in a Blob.cpp
│ ├── 872 - Ordering.cpp
│ ├── 879 - Circuit Nets.cpp
│ ├── 880 - Cantor Fractions.cpp
│ ├── 881 - Points, Polygons and Containers.cpp
│ ├── 892 - Finding words.cpp
│ ├── 895 - Word Problem.cpp
│ └── 897 - Anagrammatic Primes.cpp
├── volume009
│ ├── 902 - Password Search.cpp
│ ├── 902 - Password Search[Trie].cpp
│ ├── 904 - Overlapping Air Traffic Control Zones.cpp
│ ├── 906 - Rational Neighbor.cpp
│ ├── 907 - Winterim Backpacking Trip.cpp
│ ├── 908 - Re-connecting Computer Sites.cpp
│ ├── 909 - The BitPack Data Compression Problem[v2].cpp
│ ├── 914 - Jumping Champion.cpp
│ ├── 915 - Stack of Cylinders.cpp
│ ├── 918 - ASCII Mandelbrot.cpp
│ ├── 920 - Sunny Mountains.cpp
│ ├── 921 - A Word Puzzle in the Sunny Mountains.cpp
│ ├── 924 - Spreading The News.cpp
│ ├── 926 - Walking Around Wisely.cpp
│ ├── 927 - Integer Sequences from Addition of Terms.cpp
│ ├── 930 - Polynomial Roots.cpp
│ ├── 932 - Checking the N-Queens Problem.cpp
│ ├── 938 - Gilix.cpp
│ ├── 941 - Permutations. cpp.c
│ ├── 941 - Permutations.cpp
│ ├── 944 - Happy Numbers.cpp
│ ├── 946 - A Pile of Boxes.cpp
│ ├── 947 - Master Mind Helper.cpp
│ ├── 967 - Circular.cpp
│ ├── 970 - Particles.cpp
│ ├── 972 - Horizon Line.cpp
│ ├── 974 - Kaprekar Numbers.cpp
│ ├── 979 - The Abominable Triangleman.cpp
│ ├── 983 - Localized Summing for Blurring.cpp
│ ├── 988 - Many Paths, One Destination.cpp
│ ├── 989 - Su Doku.c
│ ├── 990 - Diving for Gold.cpp
│ ├── 991 - Safe Salutations.c
│ ├── 995 - Super Divisible Numbers.cpp
│ ├── 997 - Show the Sequence.cpp
│ └── 999 - Book signatures.cpp
├── volume010
│ ├── 1000 - Airport Configuration.cpp
│ ├── 1001 - Say Cheese.cpp
│ ├── 1006 - Fixed Partition Memory Management.cpp
│ ├── 1008 - A Vexing Problem.cpp
│ ├── 1009 - Balloons in a Box.cpp
│ ├── 1011 - Crossing the Desert.cpp
│ ├── 1025 - A Spy in the Metro.cpp
│ ├── 1027 - Toll.cpp
│ ├── 1029 - Heliport.cpp
│ ├── 1030 - Image Is Everything.cpp
│ ├── 1031 - Insecure in Prague.cpp
│ ├── 1045 - The Great Wall Game.cpp
│ ├── 1051 - Bipartite Numbers[bfs2].cpp
│ ├── 1051 - Bipartite Numbers[fail].cpp
│ ├── 1056 - Degrees of Separation.cpp
│ ├── 1069 - Always an integer.cpp
│ ├── 1073 - Glenbow Museum.cpp
│ ├── 1075 - Painter.cpp
│ ├── 1093 - Castles.cpp
│ ├── 1099 - Sharing Chocolate.cpp
│ ├── 1108 - Mining Your Own Business.cpp
│ └── 1182 - Sequence Alignment.cpp
├── volume011
│ ├── 1110 - Pyramids.cpp
│ ├── 1118 - Binary Stirling Numbers.cpp
│ ├── 1119 - Project File Dependencies.cpp
│ ├── 1121 - Subsequence.cpp
│ ├── 1124 - Celebrity jeopardy.cpp
│ ├── 1125 - Sherlock Holmes.cpp
│ ├── 1137 - Phony primes.cpp
│ ├── 1149 - Bin Packing.cpp
│ ├── 1152 - 4 Values whose Sum is 0.cpp
│ ├── 1158 - CubesSquared.cpp
│ ├── 1163 - The Right Tip.cpp
│ ├── 1169 - Robotruck.cpp
│ ├── 1174 - IP-TV.cpp
│ ├── 1174 - IP-TVv2.cpp
│ ├── 1185 - Big Number.cpp
│ ├── 1187 - Diamonds.cpp
│ ├── 1189 - Find The Multiple.cpp
│ ├── 1194 - Machine Schedule.cpp
│ └── 1196 - Tiling Up Blocks.cpp
├── volume012
│ ├── 1200 - A DP Problem.cpp
│ ├── 1203 - Argus.cpp
│ ├── 1205 - Color a Tree.cpp
│ ├── 1206 - Boundary Points.cpp
│ ├── 1207 - AGTC.cpp
│ ├── 1208 - Oreon.cpp
│ ├── 1210 - Sum of Consecutive Prime Numbers.c
│ ├── 1212 - Duopoly.cpp
│ ├── 1213 - Sum of Different Primes.c
│ ├── 1215 - String Cutting.cpp
│ ├── 1216 - The Bug Sensor Problem.cpp
│ ├── 1225 - Digit Counting.cpp
│ ├── 1226 - Numerical surprises.cpp
│ ├── 1227 - The longest constant gene.cpp
│ ├── 1230 - MODEX.cpp
│ ├── 1232 - SKYLINE.cpp
│ ├── 1234 - RACING.cpp
│ ├── 1235 - Anti Brute Force Lock.cpp
│ ├── 1237 - Expert Enough.cpp
│ ├── 1238 - Free Parentheses.cpp
│ ├── 1238 - Free Parentheses[v2].cpp
│ ├── 1244 - Palindromic paths.cpp
│ ├── 1249 - Euclid.cpp
│ ├── 1252 - Twenty Questions.cpp
│ ├── 1254 - Top 10.cpp
│ ├── 1258 - Nowhere Money.cpp
│ ├── 1260 - Sales.cpp
│ ├── 1261 - String Popping.cpp
│ ├── 1263 - Mines.cpp
│ ├── 1264 - Binary Search Tree.cpp
│ ├── 1266 - Magic Square.cpp
│ ├── 1267 - Network.cpp
│ ├── 1291 - Dance Dance Revolution.cpp
│ └── 1292 - Strategic game.cpp
├── volume013
│ ├── 1309 - Sudoku.cpp
│ ├── 1314 - Hidden Password.cpp
│ ├── 1316 - Supermarket.cpp
│ ├── 1329 - Corporative Network.cpp
│ ├── 1331 - Minimax Triangulation.cpp
│ ├── 1335 - Beijing Guards.cpp
│ ├── 1339 - Ancient Cipher.cpp
│ ├── 1341 - Different Digits.cpp
│ ├── 1344 - Tian Ji -- The Horse Racing.cpp
│ ├── 1345 - Jamie's Contact Groups.cpp
│ ├── 1363 - Joseph's Problem.cpp
│ ├── 1368 - DNA Consensus String.cpp
│ ├── 1374 - Power Calculus.cpp
│ ├── 1379 - Pitcher Rotation.cpp
│ ├── 1381 - Balancing the Scale.cpp
│ ├── 1382 - Distant Galaxy.cpp
│ ├── 1383 - Harmony Forever.cpp
│ ├── 1390 - Interconnect.cpp
│ ├── 1392 - DNA Regions.cpp
│ ├── 1392 - DNA Regionsv2.cpp
│ ├── 1394 - And Then There Was One.cpp
│ ├── 1395 - Slim Span.cpp
│ └── 1396 - Most Distant Point from the Sea.cpp
├── volume014
│ ├── 1400 - Ray, Pass me the dishes.cpp
│ ├── 1400 - Ray, Pass me the dishes[v2].cpp
│ ├── 1401 - Remember the Word.cpp
│ ├── 1404 - Prime k-tuple.cpp
│ ├── 1417 - Traffic Jam.cpp
│ ├── 1419 - Binary Clock.cpp
│ ├── 1419 - Ugly Windows.cpp
│ ├── 1423 - Guess.cpp
│ ├── 1428 - Ping pong.cpp
│ ├── 1432 - Fire-Control System.cpp
│ ├── 1449 - Dominating Patterns.cpp
│ ├── 1451 - Average.cpp
│ ├── 1468 - Restaurant.cpp
│ ├── 1475 - Jungle Outpost.cpp
│ ├── 1479 - Graph and Queries(1).cpp
│ ├── 1482 - Playing With Stones.cpp
│ └── 1494 - Qin Shi Huang's National Road System.cpp
├── volume015
│ ├── 1501 - Construct the Great Wall.cpp
│ ├── 1530 - Floating Point Numbers.cpp
│ ├── 1544 - Simple Arithmetics.cpp
│ ├── 1556 - Disk Tree.cpp
│ ├── 1572 - Self-Assembly.cpp
│ ├── 1575 - Factors.cpp
│ ├── 1577 - Low Power.cpp
│ ├── 1579 - Matryoshka.cpp
│ ├── 1583 - Digit Generator.cpp
│ ├── 1584 - Circular Sequence.cpp
│ ├── 1585 - Score.cpp
│ ├── 1586 - Molar mass.cpp
│ ├── 1587 - Box.cpp
│ ├── 1588 - Kickdown.cpp
│ ├── 1590 - IP Networks.cpp
│ ├── 1592 - Database.cpp
│ ├── 1594 - Ducci Sequence.cpp
│ └── 1595 - Symmetry.cpp
├── volume016
│ ├── 1600 - Patrol Robot.cpp
│ ├── 1605 - Building for UN.cpp
│ ├── 1608 - Non-boring sequences.cpp
│ ├── 1608 - Non-boring sequences[v2].cpp
│ ├── 1610 - Party Games.cpp
│ ├── 1614 - Hell on the Markets.cpp
│ ├── 1625 - Color Length.cpp
│ ├── 1626 - Brackets sequence.cpp
│ ├── 1627 - Team them up!.cpp
│ ├── 1629 - Cake slicing.cpp
│ ├── 1635 - Irrelevant Elements.cpp
│ ├── 1636 - Headshot.cpp
│ ├── 1640 - The Counting Problem[digit].cpp
│ ├── 1641 - ASCII Area.cpp
│ ├── 1642 - Magical GCD.cpp
│ ├── 1644 - Prime Gap.cpp
│ ├── 1645 - Count.cpp
│ ├── 1646 - Edge Case.cpp
│ ├── 1647 - Computer Transformation.cpp
│ ├── 1649 - Binomial coefficients.cpp
│ ├── 1659 - Help Little Laura.cpp
│ ├── 1665 - Islands.cpp
│ ├── 1665 - Islands[v2].cpp
│ └── 1674 - Lightning Energy Report.cpp
├── volume040
│ └── 4020 - Hard Rode.cpp
├── volume041
│ └── 4104 - MODEX.cpp
├── volume047
│ ├── 4723 - Ducci Sequence.cpp
│ ├── 4725 - Airport.cpp
│ ├── 4726 - Average.cpp
│ ├── 4727 - Jump.cpp
│ ├── 4728 - Squares.cpp
│ └── 4731 - Cellular Network.cpp
├── volume048
│ └── 4867 - Maximum Square.cpp
├── volume050
│ └── 5067 - Membership Management.cpp
├── volume051
│ └── 5102 - Fermat Point in Quadrangle.cpp
├── volume056
│ └── 5610 - Stars.cpp
├── volume058
│ ├── 5861 - Hidden Terminal Problem.cpp
│ ├── 5862 - City Travel.cpp
│ ├── 5864 - Register Allocation.cpp
│ ├── 5864 - Register Allocation[another].cpp
│ ├── 5865 - Finding Bottleneck Shorstet Paths.cpp
│ └── 5867 - Finding Feasible Paths.cpp
├── volume100
│ ├── 10000 - Longest Paths.cpp
│ ├── 10001 - Garden of Eden.cpp
│ ├── 10002 - Center of Masses.cpp
│ ├── 10003 - Cutting Sticks.cpp
│ ├── 10005 - Packing polygons.cpp
│ ├── 10006 - Carmichael Numbers.cpp
│ ├── 10008 - What's Cryptanalysis.cpp
│ ├── 10010 - Where's Waldorf.cpp
│ ├── 10012 - How Big Is It.cpp
│ ├── 10013 - Super long sums.cpp
│ ├── 10014 - Simple calculations.cpp
│ ├── 10015 - Joseph's Cousin.cpp
│ ├── 10017 - The Never Ending Towers of Hanoi.cpp
│ ├── 10018 - Reverse and Add.cpp
│ ├── 10019 - Funny Encryption Method.cpp
│ ├── 10020 - Minimal coverage.cpp
│ ├── 10023 - Square root.cpp
│ ├── 10023 - Square root2.cpp
│ ├── 10023 - Square root3.cpp
│ ├── 10023 - Square root4.cpp
│ ├── 10024 - Curling up the cube.cpp
│ ├── 10025 - The 1 2 ... n = k problem.cpp
│ ├── 10026 - Shoemaker's Problem.cpp
│ ├── 10029 - Edit Step Ladders.cpp
│ ├── 10029 - Edit Step Ladders[Trie].cpp
│ ├── 10029 - Edit Step Ladders[hashmap].cpp
│ ├── 10032 - Tug of War.cpp
│ ├── 10033 - Interpreter.cpp
│ ├── 10034 - Freckles.cpp
│ ├── 10035 - Primary Arithmetic.cpp
│ ├── 10036 - Divisibility.c
│ ├── 10036 - Divisibility.cpp
│ ├── 10037 - Bridge.cpp
│ ├── 10038 - Jolly Jumpers.cpp
│ ├── 10039 - Railroads.cpp
│ ├── 10040 - Ouroboros Snake.cpp
│ ├── 10040 - Ouroboros Snake[v2].cpp
│ ├── 10041 - Vito's Family.cpp
│ ├── 10042 - Smith Numbers.cpp
│ ├── 10043 - Chainsaw Massacre.cpp
│ ├── 10044 - Erdos Numbers.cpp
│ ├── 10047 - The Monocycle.cpp
│ ├── 10048 - Audiophobia.cpp
│ ├── 10050 - Hartals.cpp
│ ├── 10054 - The Necklace.cpp
│ ├── 10055 - Hashmat the Brave Warrior.cpp
│ ├── 10056 - What is the Probability.cpp
│ ├── 10057 - A mid-summer night's dream.cpp
│ ├── 10061 - How many zero's and how many digits.cpp
│ ├── 10062 - Tell me the frequencies.cpp
│ ├── 10063 - Knuth's Permutation.c
│ ├── 10065 - Useless Tile Packers.cpp
│ ├── 10067 - Playing with Wheels.cpp
│ ├── 10070 - Leap Year or Not Leap Year and ....c
│ ├── 10071 - Back to High School Physics.cpp
│ ├── 10074 - Take the Land.cpp
│ ├── 10075 - Airlines.cpp
│ ├── 10077 - The Stern-Brocot Number System.cpp
│ ├── 10078 - The Art Gallery.cpp
│ ├── 10079 - Pizza Cutting.cpp
│ ├── 10080 - Gopher II.cpp
│ ├── 10081 - Tight Words.cpp
│ ├── 10084 - Hotter Colder.cpp
│ ├── 10085 - The most distant state.cpp
│ ├── 10089 - Repackaging.cpp
│ ├── 10090 - Marbles.cpp
│ ├── 10092 - The Problem with the Problem Setter.cpp
│ ├── 10093 - An Easy Problem!.cpp
│ ├── 10094 - Place the Guards.cpp
│ ├── 10094 - Place the Guards[DLX].cpp
│ ├── 10094 - Place the Guards[math].cpp
│ ├── 10094 - Place the Guards[random].cpp
│ └── 10099 - The Tourist Guide.cpp
├── volume101
│ ├── 10100 - Longest Match.cpp
│ ├── 10101 - Bangla Numbers.cpp
│ ├── 10104 - Euclid Problem.cpp
│ ├── 10105 - Polynomial Coefficients.cpp
│ ├── 10107 - What is the Median.cpp
│ ├── 10109 - Solving Systems of Linear Equations.cpp
│ ├── 10110 - Light, more light.cpp
│ ├── 10112 - Myacm Triangles.cpp
│ ├── 10115 - Automatic Editing.cpp
│ ├── 10116 - Robot Motion.cpp
│ ├── 10117 - Nice Milk.cpp
│ ├── 10118 - Free Candies.cpp
│ ├── 10120 - Gift.cpp
│ ├── 10123 - No Tipping.cpp
│ ├── 10124 - Subway.cpp
│ ├── 10124 - Subway[v2].cpp
│ ├── 10124 - Subway[v3].cpp
│ ├── 10125 - Sumsets.cpp
│ ├── 10127 - Ones.cpp
│ ├── 10128 - Queue.cpp
│ ├── 10129 - Play on Words.cpp
│ ├── 10130 - SuperSale.cpp
│ ├── 10131 - Is Bigger Smarter.cpp
│ ├── 10132 - File Fragmentation.cpp
│ ├── 10136 - Chocolate Chip Cookies.cpp
│ ├── 10139 - Factovisors.cpp
│ ├── 10140 - Prime Distance.cpp
│ ├── 10141 - Request for Proposal.cpp
│ ├── 10142 - Australian Voting.cpp
│ ├── 10144 - Expression.cpp
│ ├── 10146 - Dictionary.cpp
│ ├── 10147 - Highways.cpp
│ ├── 10148 - Advertisement.cpp
│ ├── 10149 - Yahtzee.cpp
│ ├── 10149 - Yahtzee[Anotherdp].cpp
│ ├── 10149 - Yahtzee[Anotherdp_plus].cpp
│ ├── 10150 - Doublets.cpp
│ ├── 10152 - ShellSort.cpp
│ ├── 10154 - Weights and Measures.cpp
│ ├── 10158 - War.cpp
│ ├── 10160 - Servicing Stations.cpp
│ ├── 10161 - Ant on a Chessboard.cpp
│ ├── 10162 - Last Digit.cpp
│ ├── 10164 - Number Game.cpp
│ ├── 10167 - Birthday Cake.c
│ ├── 10168 - Summation of Four Primes.cpp
│ ├── 10169 - Urn-ball Probabilities.cpp
│ ├── 10170 - The Hotel with Infinite Rooms.cpp
│ ├── 10171 - Meeting Prof. Miguel.cpp
│ ├── 10173 - Smallest Bounding Rectangle.cpp
│ ├── 10174 - Couple-Bachelor-Spinster Numbers.cpp
│ ├── 10176 - Ocean Deep - Make it shallow.cpp
│ ├── 10177 - (2.3.4)-D Sqr.Rects.Cubes.Boxes.cpp
│ ├── 10178 - Count the Faces.cpp
│ ├── 10179 - Irreducable Basic Fractions.cpp
│ ├── 10181 - 15-Puzzle Problem.cpp
│ ├── 10182 - Bee Maja.cpp
│ ├── 10184 - Equidistance.cpp
│ ├── 10185 - Phylogenetic Trees Inherited.cpp
│ ├── 10186 - Euro Cup 2000.cpp
│ ├── 10188 - Automated Judge Script.cpp
│ ├── 10189 - Minesweeper.cpp
│ ├── 10190 - Divide, But Not Quite Conquer.cpp
│ ├── 10191 - Longest Nap.cpp
│ ├── 10192 - Vacation.cpp
│ ├── 10194 - Football (aka Soccer).cpp
│ ├── 10195 - The Knights Of The Round Table.cpp
│ └── 10199 - Tourist Guide.cpp
├── volume102
│ ├── 10201 - Adventures in Moving - Part IV.cpp
│ ├── 10202 - Pairsumonious Numbers.cpp
│ ├── 10205 - Stack 'em Up.cpp
│ ├── 10206 - Stars.cpp
│ ├── 10206 - Stars2.cpp
│ ├── 10206 - Stars3.cpp
│ ├── 10209 - Is This Integration.cpp
│ ├── 10213 - How Many Pieces of Land.cpp
│ ├── 10215 - The LargestSmallest Box.c
│ ├── 10219 - Find the ways !.cpp
│ ├── 10220 - I Love Big Numbers !.cpp
│ ├── 10221 - Satellites.cpp
│ ├── 10226 - Hardwood Species.cpp
│ ├── 10226 - Hardwood Species[Trie].cpp
│ ├── 10227 - Forests.cpp
│ ├── 10228 - Star not a Tree.cpp
│ ├── 10229 - Modular Fibonacci.cpp
│ ├── 10234 - Frequent Substrings.cpp
│ ├── 10242 - Fourth Point !!.cpp
│ ├── 10243 - FireFireFire.cpp
│ ├── 10245 - The Closest Pair Problem.cpp
│ ├── 10248 - The Integer All-time Champ.cpp
│ ├── 10248 - The Integer All-time Champ[匹配].cpp
│ ├── 10249 - The Grand Dinner.cpp
│ ├── 10252 - Common Permutation.cpp
│ ├── 10253 - Series-Parallel Networks.cpp
│ ├── 10254 - The Priest Mathematician.cpp
│ ├── 10256 - The Great Divide.cpp
│ ├── 10258 - Contest Scoreboard.cpp
│ ├── 10260 - Soundex.cpp
│ ├── 10261 - Ferry Loading.cpp
│ ├── 10263 - Railway.cpp
│ ├── 10264 - The Most Potent Corner.cpp
│ ├── 10266 - Surveying.cpp
│ ├── 10267 - Graphical Editor.cpp
│ ├── 10268 - 498-bis.cpp
│ ├── 10271 - Chopsticks.cpp
│ ├── 10276 - Hanoi Tower Troubles Again!.c
│ ├── 10278 - Fire Station.cpp
│ ├── 10279 - Mine Sweeper.cpp
│ ├── 10281 - Average Speed.cpp
│ ├── 10282 - Babelfish.cpp
│ ├── 10283 - The Kissing Circles.cpp
│ ├── 10286 - Trouble with a Pentagon.cpp
│ ├── 10288 - Coupons.cpp
│ ├── 10293 - Word Length and Frequency.cpp
│ ├── 10295 - Hay Points.cpp
│ ├── 10296 - Jogging Trail.cpp
│ └── 10296 - Jogging Trails.cpp
├── volume103
│ ├── 10300 - Ecological Premium.cpp
│ ├── 10304 - Optimal Binary Search Tree.cpp
│ ├── 10305 - Ordering Tasks.cpp
│ ├── 10306 - e-Coins.cpp
│ ├── 10308 - Roads in the North.cpp
│ ├── 10309 - Turn the Lights Off.cpp
│ ├── 10310 - Dog and Gopher.c
│ ├── 10311 - Goldbach and Euler.cpp
│ ├── 10312 - Expression Bracketing.cpp
│ ├── 10313 - Pay the Price.cpp
│ ├── 10315 - Poker Hands.cpp
│ ├── 10316 - Airline Hub.cpp
│ ├── 10319 - Manhattan.cpp
│ ├── 10320 - Cow Trouble! Help Please.cpp
│ ├── 10321 - Polygon Intersection.cpp
│ ├── 10325 - The Lottery.cpp
│ ├── 10327 - Flip Sort.cpp
│ ├── 10328 - Coin Toss.cpp
│ ├── 10334 - Ray Through Glasses.cpp
│ ├── 10335 - Ray Inside a Polygon.cpp
│ ├── 10338 - Mischievous Children.c
│ ├── 10340 - All in All.cpp
│ ├── 10341 - Solve It.cpp
│ ├── 10341 - Solve It.o
│ ├── 10341 - Solve It[Netwon].cpp
│ ├── 10342 - Always Late.cpp
│ ├── 10342 - Always Late[spfa].cpp
│ ├── 10343 - Base64 Decoding.cpp
│ ├── 10346 - Peter's Smokes.cpp
│ ├── 10347 - Medians.c
│ ├── 10348 - Submarines.cpp
│ ├── 10349 - Antenna Placement.cpp
│ ├── 10352 - Count the eWords.cpp
│ ├── 10356 - Rough Roads.cpp
│ ├── 10360 - Rat Attack.cpp
│ ├── 10363 - Tic Tac Toe.cpp
│ ├── 10365 - Blocks.cpp
│ ├── 10368 - Euclid's Game.cpp
│ ├── 10369 - Arctic Network.cpp
│ ├── 10370 - Above Average.cpp
│ ├── 10374 - Election.cpp
│ ├── 10375 - Choose and divide.cpp
│ ├── 10378 - Complex Numbers.cpp
│ ├── 10381 - The Rock.cpp
│ ├── 10382 - Watering Grass.cpp
│ ├── 10387 - Billiard.cpp
│ ├── 10389 - Subway.cpp
│ ├── 10391 - Compound Words.cpp
│ ├── 10393 - The One-Handed Typist.cpp
│ ├── 10397 - Connect the Campus.cpp
│ ├── 10397 - Connect the Campus[Delaunay].cpp
│ └── 10397 - Connect the Campus[random].cpp
├── volume104
│ ├── 10401 - Injured Queen Problem.cpp
│ ├── 10404 - Bachet's Game.cpp
│ ├── 10405 - Longest Common Subsequence.cpp
│ ├── 10407 - Simple division.cpp
│ ├── 10408 - Farey sequences.cpp
│ ├── 10409 - Die Game.cpp
│ ├── 10415 - Eb Alto Saxophone Player.cpp
│ ├── 10419 - Sum-up the Primes.cpp
│ ├── 10420 - List of Conquests.cpp
│ ├── 10424 - Love Calculator.cpp
│ ├── 10427 - Naughty Sleepy Boys.cpp
│ ├── 10432 - Polygon Inside A Circle.c
│ ├── 10433 - Automorphic Numbers.cpp
│ ├── 10438 - Meta Editor.cpp
│ ├── 10440 - Ferry Loading II.cpp
│ ├── 10449 - Traffic.cpp
│ ├── 10450 - World Cup Noise.cpp
│ ├── 10451 - Ancient Village Sports.cpp
│ ├── 10452 - Marcus.cpp
│ ├── 10457 - Magic Car.cpp
│ ├── 10459 - The Tree Root.cpp
│ ├── 10462 - Is There A Second Way Left.cpp
│ ├── 10465 - Homer Simpson.cpp
│ ├── 10467 - Parse Tree.cpp
│ ├── 10469 - To Carry or not to Carry.cpp
│ ├── 10474 - Where is the Marble.cpp
│ ├── 10480 - Sabotage.cpp
│ ├── 10482 - The Candyman Can.cpp
│ ├── 10483 - The Sum Equals the Product.cpp
│ ├── 10484 - Divisibility of Factors.cpp
│ ├── 10487 - Closest Sums.c
│ ├── 10489 - Boxes of Chocolates.cpp
│ ├── 10490 - Mr. Azad and his Son.cpp
│ ├── 10491 - Cows and Cars.cpp
│ └── 10496 - Collecting Beepers.cpp
├── volume105
│ ├── 10500 - Robot maps.cpp
│ ├── 10502 - Counting Rectangles.cpp
│ ├── 10503 - The dominoes solitaire.cpp
│ ├── 10505 - Montesco vs Capuleto.cpp
│ ├── 10508 - Word Morphing.cpp
│ ├── 10509 - R U Kidding Mr. Feynman.cpp
│ ├── 10511 - Councilling.cpp
│ ├── 10511 - Councilling[maxflow].cpp
│ ├── 10515 - Powers Et Al.cpp
│ ├── 10520 - Determine it.cpp
│ ├── 10524 - Matrix Reloaded.cpp
│ ├── 10527 - Persistent Numbers.cpp
│ ├── 10529 - Dumb Bones.cpp
│ ├── 10530 - Guessing Game.cpp
│ ├── 10532 - Combination! Once Again.cpp
│ ├── 10534 - Wavio SequenceV2.cpp
│ ├── 10537 - The Toll! Revisited.cpp
│ ├── 10539 - Almost Prime Numbers.cpp
│ ├── 10539 - Almost Prime Numbers2.cpp
│ ├── 10541 - Stripe.cpp
│ ├── 10545 - Maximal Quadrilateral.cpp
│ ├── 10551 - Basic Remains.cpp
│ ├── 10554 - Calories from Fat.cpp
│ ├── 10555 - Dead Fraction.cpp
│ ├── 10557 - XYZZY.cpp
│ ├── 10562 - Undraw the Trees.cpp
│ ├── 10563 - Least Squares.cpp
│ ├── 10566 - Crossed Ladders.cpp
│ ├── 10568 - n Group k.cpp
│ ├── 10571 - Products.cpp
│ ├── 10573 - Geometry Paradox.cpp
│ ├── 10574 - Counting Rectangles.cpp
│ ├── 10574 - Counting Rectanglesv2.cpp
│ ├── 10576 - Y2K Accounting Bug.cpp
│ ├── 10582 - ASCII Labyrinth.cpp
│ ├── 10585 - Center of symmetry.cpp
│ ├── 10586 - Polynomial Remains.cpp
│ ├── 10589 - Area.cpp
│ ├── 10592 - Freedom Fighter.cpp
│ ├── 10594 - Data Flow.cpp
│ ├── 10596 - Morning Walk.cpp
│ └── 10597 - Right Words.cpp
├── volume106
│ ├── 10600 - ACM Contest and Blackout.cpp
│ ├── 10602 - Editor Nottoobad.cpp
│ ├── 10603 - Fill.cpp
│ ├── 10608 - Friends.cpp
│ ├── 10611 - The Playboy Chimp.cpp
│ ├── 10613 - Mushroom Misery.cpp
│ ├── 10616 - Divisible Group Sums.cpp
│ ├── 10617 - Again Palindrome.cpp
│ ├── 10622 - Perfect P-th Powers.cpp
│ ├── 10624 - Super Number.cpp
│ ├── 10625 - GNU = GNU'sNotUnix.cpp
│ ├── 10633 - Rare Easy Problem.cpp
│ ├── 10642 - Can You Solve It.cpp
│ ├── 10651 - Pebble Solitaire.cpp
│ ├── 10652 - Board Wrapping.cpp
│ ├── 10653 - Bombs! NO they are Mines!!.cpp
│ ├── 10656 - Maximum Sum (II).cpp
│ ├── 10659 - Fitting Text into Slides.cpp
│ ├── 10660 - Citizen attention offices.cpp
│ ├── 10664 - Luggage.cpp
│ ├── 10665 - Diatribe against Pigeonholes.cpp
│ ├── 10666 - The Eurocup is Here.cpp
│ ├── 10667 - Largest Block.cpp
│ ├── 10668 - Expanding Rods.cpp
│ ├── 10672 - Marbles on a tree.cpp
│ ├── 10673 - Play with Floor and Ceil.cpp
│ ├── 10677 - Base Equality.cpp
│ ├── 10678 - The Grazing Cow.cpp
│ ├── 10679 - I Love Strings (2).cpp
│ ├── 10679 - I Love Strings(AC).cpp
│ ├── 10679 - I Love Strings.cpp
│ ├── 10679 - I Love Strings[SA].cpp
│ ├── 10679 - I Love Strings[case1].cpp
│ ├── 10680 - LCM.cpp
│ ├── 10681 - Teobaldo's Trip.cpp
│ ├── 10682 - Forr.cpp
│ ├── 10683 - The decadary watch.cpp
│ ├── 10684 - The jackpot.cpp
│ ├── 10685 - Nature.cpp
│ ├── 10686 - SQF Problems.cpp
│ ├── 10688 - The Poor Giant.cpp
│ ├── 10689 - Yet another Number Sequence.cpp
│ ├── 10692 - Huge Mods.cpp
│ ├── 10693 - Traffic Volume.cpp
│ ├── 10694 - Combinatorial Summation.java
│ ├── 10696 - f91.cpp
│ └── 10699 - Count the factors.cpp
├── volume107
│ ├── 10700 - Camel trading.cpp
│ ├── 10701 - Pre, in and post.cpp
│ ├── 10702 - Travelling Salesman.cpp
│ ├── 10703 - Free spots.cpp
│ ├── 10704 - Traffic.cpp
│ ├── 10706 - Number Sequence.cpp
│ ├── 10707 - 2D-Nim.cpp
│ ├── 10709 - Intersection is Not that Easy.cpp
│ ├── 10709 - Intersection is Not that Easy[v2].cpp
│ ├── 10712 - Count the Numbers.cpp
│ ├── 10713 - Map.cpp
│ ├── 10714 - Ants.cpp
│ ├── 10715 - Cat.cpp
│ ├── 10715 - Cat[v2].cpp
│ ├── 10715 - Cat[v3].cpp
│ ├── 10715 - Cat[v4].cpp
│ ├── 10715 - Cat[v5].cpp
│ ├── 10717 - Mint.cpp
│ ├── 10718 - Bit Mask.cpp
│ ├── 10719 - Quotient Polynomial.cpp
│ ├── 10720 - Graph Construction.cpp
│ ├── 10721 - Bar Codes.cpp
│ ├── 10722 - Super Lucky Numbers.cpp
│ ├── 10722 - Super Lucky Numbersv2.cpp
│ ├── 10728 - Help.cpp
│ ├── 10729 - Treequivalence.cpp
│ ├── 10730 - Antiarithmetic.cpp
│ ├── 10731 - Test.cpp
│ ├── 10732 - The Strange Research.cpp
│ ├── 10733 - The Colored Cubes.cpp
│ ├── 10738 - Riemann vs Mertens.cpp
│ ├── 10739 - String to Palindrome.cpp
│ ├── 10740 - Not the Best.cpp
│ ├── 10744 - The Optimal Super-Highway.cpp
│ ├── 10745 - Dominant Strings.cpp
│ ├── 10746 - Crime Wave - The Sequel.cpp
│ ├── 10747 - Maximum Subsequence.cpp
│ ├── 10755 - Garbage Heap.cpp
│ ├── 10759 - Dice Throwing.cpp
│ ├── 10763 - Foreign Exchange.cpp
│ ├── 10769 - Pillars.cpp
│ ├── 10773 - Back to Intermediate Math.cpp
│ ├── 10776 - Determine The Combination.cpp
│ ├── 10779 - Collectors Problem.cpp
│ ├── 10783 - Odd Sum.cpp
│ ├── 10784 - Diagonal.cpp
│ ├── 10788 - Parenthesizing Palindromes.cpp
│ ├── 10789 - Prime Frequency.cpp
│ ├── 10790 - How Many Points of Intersection.cpp
│ ├── 10793 - The Orc Attack.cpp
│ └── 10794 - The Deadly Olympic Returns!!!.cpp
├── volume108
│ ├── 10800 - Not That Kind of Graph.cpp
│ ├── 10801 - Lift Hopping.cpp
│ ├── 10802 - Lex Smallest Drive.cpp
│ ├── 10803 - Thunder Mountain.cpp
│ ├── 10804 - Gopher Strategy.cpp
│ ├── 10806 - Dijkstra, Dijkstra.cpp
│ ├── 10806 - Dijkstra, Dijkstra[v2].cpp
│ ├── 10807 - Prim.cpp
│ ├── 10810 - Ultra-QuickSort.cpp
│ ├── 10812 - Beat the Spread!.cpp
│ ├── 10815 - Andy's First Dictionary.cpp
│ ├── 10816 - Travel in Desert.cpp
│ ├── 10817 - Headmaster's Headache.cpp
│ ├── 10819 - Trouble of 13-Dots.cpp
│ ├── 10820 - Send a Table.cpp
│ ├── 10823 - Of Circles and Squares.cpp
│ ├── 10825 - Anagram and Multiplication.cpp
│ ├── 10827 - Maximum sum on a torus.cpp
│ ├── 10828 - Back to Kernighan-Ritchie.cpp
│ ├── 10828 - Back to Kernighan-Ritchie2.cpp
│ ├── 10830 - A New Function.cpp
│ ├── 10835 - Playing with Coins[AC][dp].cpp
│ ├── 10838 - The Pawn Chess.cpp
│ ├── 10841 - Lift Hopping in the Real World.cpp
│ ├── 10842 - Traffic Flow.cpp
│ ├── 10848 - Make Palindrome Checker.cpp
│ ├── 10851 - 2D Hieroglyphs decoder.cpp
│ ├── 10852 - Less Prime.cpp
│ ├── 10855 - Rotated square.cpp
│ ├── 10858 - Unique Factorization.cpp
│ ├── 10860 - Many a Little makes a Mickle.cpp
│ ├── 10867 - Cutting a Polygon.cpp
│ ├── 10870 - Recurrences.cpp
│ ├── 10871 - Primed Subsequence.cpp
│ ├── 10874 - Segments.cpp
│ ├── 10877 - Diceoids.cpp
│ ├── 10879 - Code Refactoring.c
│ ├── 10880 - Colin and Ryan.cpp
│ ├── 10881 - Piotr's Ants.cpp
│ ├── 10883 - Supermean.cpp
│ ├── 10888 - Warehouse.cpp
│ ├── 10889 - The Lost Gift.cpp
│ ├── 10890 - Maze.cpp
│ ├── 10890 - Maze[v2].cpp
│ ├── 10891 - Game of Sum.cpp
│ ├── 10892 - LCM Cardinality.cpp
│ ├── 10894 - Save Hridoy.cpp
│ ├── 10895 - Matrix Transpose.cpp
│ ├── 10896 - Known Plaintext Attack.cpp
│ └── 10897 - Travelling Distance.cpp
├── volume109
│ ├── 10900 - So you want to be a 2n-aire.cpp
│ ├── 10901 - Ferry Loading III.cpp
│ ├── 10902 - Pick-up Sticks.cpp
│ ├── 10903 - Rock-Paper-Scissors Tournament.cpp
│ ├── 10906 - Strange Integration.cpp
│ ├── 10907 - Art Gallery.cpp
│ ├── 10908 - Largest Square.cpp
│ ├── 10909 - Lucky Number.cpp
│ ├── 10910 - Marks Distribution.c
│ ├── 10912 - Simple Minded Hashing.cpp
│ ├── 10913 - Walking on a Grid.cpp
│ ├── 10916 - Factstone Benchmark.cpp
│ ├── 10918 - Tri Tiling.cpp
│ ├── 10921 - Find the Telephone.cpp
│ ├── 10922 - 2 the 9s.cpp
│ ├── 10924 - Prime Words.cpp
│ ├── 10928 - My Dear Neighbours.cpp
│ ├── 10929 - You can say 11.cpp
│ ├── 10930 - A-Sequence.cpp
│ ├── 10934 - Dropping water balloons.cpp
│ ├── 10935 - Throwing cards away I.cpp
│ ├── 10940 - Throwing cards away II.cpp
│ ├── 10943 - How do you add.cpp
│ ├── 10944 - Nuts for nuts.cpp
│ ├── 10945 - Mother bear.cpp
│ ├── 10946 - You want what filled.cpp
│ ├── 10947 - Bear with me, again.cpp
│ ├── 10948 - The primary problem.cpp
│ ├── 10954 - Add All.cpp
│ ├── 10961 - Chasing After Don Giovanni.cpp
│ ├── 10963 - The Swallowing Ground.cpp
│ ├── 10967 - The Great Escape.cpp
│ ├── 10967 - The Great Escape[Accept].cpp
│ ├── 10969 - Sweet Dream.cpp
│ ├── 10970 - Big Chocolate.cpp
│ ├── 10973 - Triangle Counting.cpp
│ ├── 10975 - Dueue's Quiz.cpp
│ ├── 10975 - Dueue's Quiz[AC].cpp
│ ├── 10978 - Let's Play Magic.cpp
│ ├── 10980 - Lowest Price in Town.cpp
│ ├── 10986 - Sending email.cpp
│ ├── 10989 - Bomb, Divide and Conquer.cpp
│ ├── 10990 - Another New Function.cpp
│ ├── 10991 - Region.c
│ ├── 10994 - Simple Addition.cpp
│ └── 10998 - Flipping Colors.cpp
├── volume110
│ ├── 11001 - Necklace.cpp
│ ├── 11002 - Towards Zero.cpp
│ ├── 11002 - Towards Zero_V2.cpp
│ ├── 11003 - Boxes.cpp
│ ├── 11005 - Cheapest Base.cpp
│ ├── 11015 - 05-2 Rendezvous.c
│ ├── 11016 - Square Counting.cpp
│ ├── 11016 - Square Counting[v2].cpp
│ ├── 11019 - Matrix Matcher.cpp
│ ├── 11020 - Efficient Solutions.cpp
│ ├── 11022 - String Factoring.cpp
│ ├── 11026 - A Grouping Problem.cpp
│ ├── 11027 - Palindromic Permutation.cpp
│ ├── 11028 - Sum of Product.cpp
│ ├── 11029 - Leading and Trailing.cpp
│ ├── 11030 - Predator II.cpp
│ ├── 11030 - Predator II2.cpp
│ ├── 11031 - Looking for a Subset.cpp
│ ├── 11032 - Function Overloading.cpp
│ ├── 11032 - Function Overloading2.cpp
│ ├── 11034 - Ferry Loading IV.cpp
│ ├── 11035 - Card Hands.cpp
│ ├── 11036 - Eventually Periodic Sequence.cpp
│ ├── 11038 - How Many O's.cpp
│ ├── 11040 - Add bricks in the wall.cpp
│ ├── 11042 - Complex, difficult and complicated.cpp
│ ├── 11045 - My T-shirt suits me.cpp
│ ├── 11048 - Automatic Correction of Misspellings.cpp
│ ├── 11049 - Basic wall maze.cpp
│ ├── 11053 - Flavius Josephus Reloaded.cpp
│ ├── 11053 - Flavius Josephus Reloaded[v2].cpp
│ ├── 11054 - Wine trading in Gergovia.cpp
│ ├── 11055 - Homogeneous squares.cpp
│ ├── 11056 - Formula 1.cpp
│ ├── 11060 - Beverages.cpp
│ ├── 11062 - Andy's Second Dictionary.cpp
│ ├── 11063 - B2-Sequence.cpp
│ ├── 11064 - Number Theory.cpp
│ ├── 11067 - Little Red Riding Hood.cpp
│ ├── 11068 - An Easy Task.cpp
│ ├── 11071 - Permutation Representation.cpp
│ ├── 11073 - Euler's Totient Function.cpp
│ ├── 11074 - Draw Grid.cpp
│ ├── 11076 - Add Again.cpp
│ ├── 11080 - Place the Guards.cpp
│ ├── 11081 - Strings.cpp
│ ├── 11084 - Anagram Division.cpp
│ ├── 11084 Anagram Division.cpp
│ ├── 11085 - Back to the 8-Queens.cpp
│ ├── 11086 - Composite Prime.cpp
│ ├── 11087 - Divisibility Testing.cpp
│ ├── 11089 - Fi-binary Number.cpp
│ ├── 11090 - Going in Cycle.cpp
│ ├── 11090 - Going in Cycle2.cpp
│ ├── 11093 - Just Finish it up.cpp
│ ├── 11094 - Continents.cpp
│ ├── 11096 - Nails.cpp
│ ├── 11097 - Poor My Problem!.cpp
│ ├── 11099 - Next Same-Factored.cpp
│ └── 11099 - Next Same-Factored[v2].cpp
├── volume111
│ ├── 11104 - Cousins.cpp
│ ├── 11105 - Semi-prime H-numbers.cpp
│ ├── 11106 - Rectilinear Polygon.cpp
│ ├── 11107 - Life Forms.cpp
│ ├── 11110 - Equidivisions.cpp
│ ├── 11111 - Generalized Matrioshkas.cpp
│ ├── 11112 - Babylonian Roulette.cpp
│ ├── 11113 - Continuous Fractions.cpp
│ ├── 11115 - Uncle Jack.cpp
│ ├── 11121 - Base -2.cpp
│ ├── 11122 - Tri Tri.cpp
│ ├── 11122 - Tri Tri[ConvexHull].cpp
│ ├── 11123 - Counting Trapizoid.cpp
│ ├── 11130 - Billiard bounces.cpp
│ ├── 11136 - Hoax or what.cpp
│ ├── 11137 - Ingenuous Cubrency.cpp
│ ├── 11138 - Nuts and Bolts.cpp
│ ├── 11149 - Power of Matrix.cpp
│ ├── 11150 - Cola.cpp
│ ├── 11151 - Longest Palindrome.cpp
│ ├── 11152 - Colourful Flowers.cpp
│ ├── 11153 - Museums.cpp
│ ├── 11159 - Factors and Multiples.cpp
│ ├── 11162 - Independent Attacking Zones.cpp
│ ├── 11166 - Power Signs.cpp
│ ├── 11172 - Relational Operator.cpp
│ ├── 11173 - Grey Codes.cpp
│ ├── 11175 - From D to E and Back.cpp
│ ├── 11178 - Morley's Theorem.cpp
│ ├── 11181 - ProbabilityGiven.cpp
│ ├── 11184 - Joyful Ride.cpp
│ ├── 11185 - Ternary.cpp
│ ├── 11186 - Circum Triangle.cpp
│ ├── 11192 - Group Reverse.cpp
│ └── 11198 - Dancing Digits.cpp
├── volume112
│ ├── 11200 - Sapitaur's labyrinth.cpp
│ ├── 11203.c
│ ├── 11204 - Musical instruments.cpp
│ ├── 11205 - The broken pedometer.cpp
│ ├── 11215 - How Many Numbers.cpp
│ ├── 11218 - KTV.cpp
│ ├── 11219 - How old are you.cpp
│ ├── 11220 - Decoding the message.cpp
│ ├── 11221 - Magic square palindromes.cpp
│ ├── 11222 - Only I did it.cpp
│ ├── 11223 - O dah dah dah.cpp
│ ├── 11227 - The silver bullet.cpp
│ ├── 11228 - Transportation system.cpp
│ ├── 11231 - Black and white painting.cpp
│ ├── 11233 - Deli Deli.cpp
│ ├── 11234 - Expressions.cpp
│ ├── 11235 - Frequent values.cpp
│ ├── 11235 - Frequent values[vx].cpp
│ ├── 11236 - Grocery store.cpp
│ ├── 11239 - Open Source.cpp
│ ├── 11243 - Texas Trip.cpp
│ ├── 11244 - Counting Stars.cpp
│ ├── 11245 - Anti-Arithmetic-Sequence.cpp
│ ├── 11247 - Income Tax.cpp
│ ├── 11248 - Frequency Hopping.cpp
│ ├── 11254 - Consecutive Integers.cpp
│ ├── 11258 - String Partition.cpp
│ ├── 11259 - Coin Changing Again.cpp
│ ├── 11260 - Odd Root Sum.cpp
│ ├── 11262 - Weird Fence.cpp
│ ├── 11262 - Weird Fence[v2].cpp
│ ├── 11265 - The Sultan's Problem.cpp
│ ├── 11266 - Equations.cpp
│ ├── 11278 - One-Handed Typist.cpp
│ ├── 11280 - Flying to Fredericton.cpp
│ ├── 11284 - Shopping Trip.cpp
│ ├── 11286 - Conformity.cpp
│ ├── 11286 - Conformity[Map].cpp
│ ├── 11287 - Pseudoprime Numbers.cpp
│ └── 11297 - Census(zkw).cpp
├── volume113
│ ├── 11307 - Alternative Arborescence.cpp
│ ├── 11309 - Counting Chaos.cpp
│ ├── 11314 - Hardly Hard.cpp
│ ├── 11317 - GCD+LCM.cpp
│ ├── 11319 - Stupid Sequence.cpp
│ ├── 11319 - Stupid Sequence[v2].cpp
│ ├── 11323 - Satisfying Constraints.cpp
│ ├── 11324 - The Largest Clique.cpp
│ ├── 11327 - Enumerating Rational Numbers.cpp
│ ├── 11332 - Summing Digits.cpp
│ ├── 11338 - Minefield.cpp
│ ├── 11340 - Newspaper.cpp
│ ├── 11343 - Isolated Segments.cpp
│ ├── 11344 - The Huge One.cpp
│ ├── 11345 - Rectangles.cpp
│ ├── 11347 - Multifactorials.cpp
│ ├── 11349 - Symmetric Matrix.c
│ ├── 11350 - Stern-Brocot Tree.cpp
│ ├── 11353 - A Different Kind of Sorting.cpp
│ ├── 11355 - Cool Points.cpp
│ ├── 11358 - Faster Processing Feasibility.cpp
│ ├── 11359 - Guards, Imbecile Guards.cpp
│ ├── 11360 - Have Fun with Matrices.cpp
│ ├── 11362 - Phone List.cpp
│ ├── 11363 - Cuckoo Hashing.cpp
│ ├── 11364 - Parking.cpp
│ ├── 11367 - Full Tank.cpp
│ ├── 11368 - Nested Dolls[test].cpp
│ ├── 11369 - Shopaholic.cpp
│ ├── 11370 - Moogle.cpp
│ ├── 11371 - Number Theory for Newbies.cpp
│ ├── 11375 - Matches.txt
│ ├── 11376 - Tilt.cpp
│ ├── 11378 - Bey Battle.cpp
│ ├── 11380 - Down Went The Titanic.cpp
│ ├── 11383 - Golden Tiger Claw.cpp
│ ├── 11385 - Da Vinci Code.cpp
│ ├── 11386 - Triples.cpp
│ ├── 11387 - The 3-Regular Graph.cpp
│ ├── 11389 - The Bus Driver Problem.cpp
│ ├── 11390 - The Sultan's Feast.cpp
│ ├── 11391 - Blobs in the Board.cpp
│ ├── 11394 - Digit Blocks.cpp
│ ├── 11396 - Claw Decomposition.cpp
│ └── 11398 - The Base-1 Number System.c
├── volume114
│ ├── 11401 - Triangle Counting.cpp
│ ├── 11402 - Ahoy, Pirates.cpp
│ ├── 11402 - Ahoy, Pirates[離散].cpp
│ ├── 11403 - Binary Multiplication.cpp
│ ├── 11404 - Palindromic Subsequence.cpp
│ ├── 11407 - Squares.cpp
│ ├── 11408 - Count DePrimes.cpp
│ ├── 11412 - Dig the Holes.cpp
│ ├── 11413 - Fill the Containers.c
│ ├── 11414 - Dream.cpp
│ ├── 11415 - Count the Factorials.cpp
│ ├── 11417 - GCD.c
│ ├── 11418 - Clever Naming Patterns.cpp
│ ├── 11421 - Arranging Cards.cpp
│ ├── 11424 - GCD - Extreme (I).cpp
│ ├── 11426 - GCD - Extreme (II).cpp
│ ├── 11428 - Cubes.cpp
│ ├── 11439 - Maximizing the ICPC.cpp
│ ├── 11450 - Wedding shopping.cpp
│ ├── 11455 - Behold my quadrangle.cpp
│ ├── 11456 - Trainsorting.cpp
│ ├── 11461 - Square Numbers.cpp
│ ├── 11463 - Commandos.cpp
│ ├── 11464 - Even Parity.cpp
│ ├── 11466 - Largest Prime Divisor.cpp
│ ├── 11470 - Square Sums.c
│ ├── 11472 - Beautiful Numbers.cpp
│ ├── 11473 - Campus Roads.cpp
│ ├── 11475 - Extend to Palindrome.cpp
│ ├── 11476 - Factorizing Larget Integers.cpp
│ ├── 11478 - Halum.cpp
│ ├── 11479 - Is this the easiest problem.cpp
│ ├── 11480 - Jimmy's Balls.cpp
│ ├── 11483 - Code Creator.cpp
│ ├── 11488 - Hyper Prefix Sets.cpp
│ ├── 11489 - Integer Game.cpp
│ ├── 11490 - Just Another Problem.cpp
│ ├── 11494 - Queen.cpp
│ └── 11498 - Division of Nlogonia.c
├── volume115
│ ├── 11052 - Economic phone calls.cpp
│ ├── 11501 - Laurel Creek.cpp
│ ├── 11503 - Virtual Friends.cpp
│ ├── 11504 - Dominos.cpp
│ ├── 11505 - Logo.cpp
│ ├── 11506 - Angry Programmer.cpp
│ ├── 11507 - Bender B. Rodríguez Problem.cpp
│ ├── 11507 - Bender.cpp
│ ├── 11508 - Life on Mars.cpp
│ ├── 11513 - 9 Puzzle.cpp
│ ├── 11516 - WiFi.cpp
│ ├── 11517 - Exact Change.cpp
│ ├── 11518 - Dominos 2.cpp
│ ├── 11519 - Logo 2.cpp
│ ├── 11520 - Fill the Square.cpp
│ ├── 11523 - Recycling.cpp
│ ├── 11524 - InCircle.cpp
│ ├── 11525 - Permutation.cpp
│ ├── 11525 - Permutation[st].cpp
│ ├── 11526 - H(n).c
│ ├── 11529 - Strange Tax Calculation.cpp
│ ├── 11530 - SMS Typing.cpp
│ ├── 11532 - Simple Adjacency Maximization.cpp
│ ├── 11535 - Set of Marbles.cpp
│ ├── 11536 - Smallest Sub-Array.cpp
│ ├── 11536 - Smallest Sub-Array[v2].cpp
│ ├── 11539 - Another Word Game.cpp
│ ├── 11541 - Decoding.c
│ ├── 11542 - Square.cpp
│ ├── 11545 - Avoiding Jungle in the Dark.cpp
│ ├── 11547 - Automatic Answer.c
│ ├── 11548 - Blackboard Bonanza.cpp
│ ├── 11550 - Demanding Dilemma.cpp
│ ├── 11551 - Experienced Endeavour.cpp
│ ├── 11552 - Fewest Flops.cpp
│ ├── 11553 - Grid Game.cpp
│ ├── 11556 - Best Compression Ever.cpp
│ ├── 11559 - Event Planning.cpp
│ ├── 11561 - Getting Gold.cpp
│ ├── 11565 - Simple Equations.cpp
│ ├── 11567 - Moliu Number Generator.cpp
│ ├── 11569 - Lovely Hint.cpp
│ ├── 11573 - Ocean Currents.cpp
│ ├── 11576 - Scrolling Sign.cpp
│ ├── 11577 - Letter Frequency.c
│ ├── 11579 - Triangle Trouble.cpp
│ ├── 11585 - Nurikabe.cpp
│ ├── 11586 - Train Tracks.cpp
│ ├── 11587 - Brick Game.cpp
│ ├── 11588 - Image Coding.cpp
│ ├── 11597 - Spanning Subtree.cpp
│ └── 11598 - Optimal Segments.cpp
├── volume116
│ ├── 11600 - Masud Rana.cpp
│ ├── 11603 - Its all about the Bandwidth.cpp
│ ├── 11605 - Lights inside a 3d Grid.cpp
│ ├── 11609 - Teams.cpp
│ ├── 11613 - Acme Corporation.cpp
│ ├── 11614 - Etruscan Warriors Never Play Chess.cpp
│ ├── 11616 - Roman Numerals.cpp
│ ├── 11617 - An Odd Love.cpp
│ ├── 11621 - Small Factors.cpp
│ ├── 11624 - Fire.cpp
│ ├── 11626 - Convex Hull.cpp
│ ├── 11628 - Another lottery.c
│ ├── 11629 - Ballot evaluation.cpp
│ ├── 11630 - Cyclic antimonotonic permutations.cpp
│ ├── 11631 - Dark roads.cpp
│ ├── 11632 - Elias gamma coding.cpp
│ ├── 11633 - Food portion sizes.cpp
│ ├── 11634 - Generate random numbers.cpp
│ ├── 11638 - Temperature Monitoring.cpp
│ ├── 11639 - Guard the Land.cpp
│ ├── 11646 - Athletics Track.cpp
│ ├── 11650 - Mirror Clock.c
│ ├── 11651 - Krypton Number System.cpp
│ ├── 11658 - Best Coalitions.cpp
│ ├── 11661 - Burger Time.cpp
│ ├── 11663 - GrayInc.cpp
│ ├── 11666 - Logarithms.cpp
│ ├── 11667 - Income Tax Hazard II.cpp
│ ├── 11669 - Non Decreasing Prime Sequence.cpp
│ ├── 11675 - Happy Friends.cpp
│ ├── 11677 - Alarm Clock.cpp
│ ├── 11680 - Dragster.cpp
│ ├── 11686 - Pick up sticks.cpp
│ ├── 11687 - Digits.cpp
│ ├── 11689 - Soda Surpler.cpp
│ ├── 11691 - Allergy Test.cpp
│ ├── 11696 - Beacons.cpp
│ └── 11697 - Playfair Cipher.cpp
├── volume117
│ ├── 11700 - Pipes.cpp
│ ├── 11703 - sqrt log sin.cpp
│ ├── 11704 - Caper pizza.cpp
│ ├── 11705 - Grasshopper.cpp
│ ├── 11708 - Lexicographical ranking.cpp
│ ├── 11709 - Trust groups.cpp
│ ├── 11710 - Expensive subway.cpp
│ ├── 11711 - Turing.cpp
│ ├── 11713 - Abstract Names.cpp
│ ├── 11714 - Blind Sorting.c
│ ├── 11715 - Car.cpp
│ ├── 11716 - Digital Fortress.cpp
│ ├── 11717 - Energy Saving Microcontroller.cpp
│ ├── 11722 - Joining with Friend.cpp
│ ├── 11723 - Numbering Roads.cpp
│ ├── 11724 - Evaluate the Expression.cpp
│ ├── 11725 - Colorful Board.cpp
│ ├── 11727 - Cost Cutting.c
│ ├── 11728 - Alternate Task.cpp
│ ├── 11729 - Commando War.cpp
│ ├── 11730 - Number Transformation.cpp
│ ├── 11731 - Ex-circles.cpp
│ ├── 11732 - “strcmp()” Anyone.cpp
│ ├── 11733 - Airports.cpp
│ ├── 11736 - Debugging RAM.cpp
│ ├── 11737 - Extreme Primitive Society.cpp
│ ├── 11742 - Social Constraints.cpp
│ ├── 11744 - Parallel Carry Adder.cpp
│ ├── 11745 - Slitherlin.cpp
│ ├── 11747 - Heavy Cycle Edges.cpp
│ ├── 11748 - Rigging Elections.cpp
│ ├── 11751 - Installing Diagnostic Software.cpp
│ ├── 11752 - The Super Powers.cpp
│ ├── 11753 - Creating Palindrome.cpp
│ ├── 11754 - Code Feat.cpp
│ ├── 11759 - IBM Fencing.cpp
│ ├── 11761 - Super Heronian Triangle.cpp
│ ├── 11764 - Jumping Mario.cpp
│ ├── 11765 - Component Placement.cpp
│ ├── 11766 - Racing Car Computer.cpp
│ ├── 11768 - Lattice Point or Not.cpp
│ ├── 11769 - All Souls Night.cpp
│ ├── 11769 - All Souls Night[v2].cpp
│ ├── 11770 - Lighting Away.cpp
│ ├── 11773 - King's Wish.cpp
│ ├── 11776 - Oh Your Royal Greediness.cpp
│ ├── 11777 - Automate the Grades.cpp
│ ├── 11782 - Optimal Cut.cpp
│ ├── 11783 - Nails.cpp
│ ├── 11785 - Hypercube.cpp
│ ├── 11786 - Global Raining at Bididibus.cpp
│ ├── 11787 - Numeral Hieroglyphs.cpp
│ ├── 11790 - Murcia's Skyline.cpp
│ ├── 11792 - Krochanska is Here.cpp
│ ├── 11795 - Mega Man's Mission.cpp
│ ├── 11796 - Dog Distance.cpp
│ ├── 11797 - Drutojan Express.cpp
│ ├── 11798 - Colorful Board 2.cpp
│ └── 11799 - Horror Dash.cpp
├── volume118
│ ├── 11802 - All Your Bases Belong to Us.cpp
│ ├── 11804 - Argentina.cpp
│ ├── 11805 - Bafana Bafana.cpp
│ ├── 11813 - Shopping.cpp
│ ├── 11817 - Tunnelling the Earth.cpp
│ ├── 11824 - A Minimum Land Price.cpp
│ ├── 11828 - Palindrome Again.cpp
│ ├── 11828 - Palindrome Again[v2].cpp
│ ├── 11830 - Contract Revision.cpp
│ ├── 11832 - Account Book.cpp
│ ├── 11832 - Account Book2.cpp
│ ├── 11832 - Account Book3.cpp
│ ├── 11837 - Musical Plagiarism.cpp
│ ├── 11838 - Come and Go.cpp
│ ├── 11844 - The Melding Plague.cpp
│ ├── 11848 - Cargo Trains.cpp
│ ├── 11849 - CD.c
│ ├── 11850 - Alaska.cpp
│ ├── 11851 - Celebrity Split.cpp
│ ├── 11854 - Egypt.cpp
│ ├── 11855 - Buzzwords.cpp
│ ├── 11857 - Driving Range.cpp
│ ├── 11858 - Frosh Week.cpp
│ ├── 11858 - Frosh Week[v2].cpp
│ ├── 11858 - Frosh Week[v3].cpp
│ ├── 11860 - Document Analyzer.cpp
│ ├── 11865 - Stream My Contest.cpp
│ ├── 11869 - SOAP Response.cpp
│ ├── 11870 - Antonyms.cpp
│ ├── 11871 - New Land.cpp
│ ├── 11871 - New Land[v2].cpp
│ ├── 11871 - New Land[v3].cpp
│ ├── 11874 - Travel Company.cpp
│ ├── 11875 - Brick Game.cpp
│ ├── 11876 - N + NOD (N).cpp
│ ├── 11877 - The Coco-Cola Store.cpp
│ ├── 11878 - Homework Checker.cpp
│ ├── 11879 - Multiple of 17.c
│ ├── 11881 - Internal Rate of Return.cpp
│ ├── 11882 - Biggest Number.cpp
│ ├── 11883 - Repairing a Road.cpp
│ ├── 11888 - Abnormal 89's.cpp
│ ├── 11889 - Benefit.cpp
│ └── 11893 - Fabulous DAGy.cpp
├── volume119
│ ├── 11900 - Boiled Eggs.cpp
│ ├── 11902 - Dominator.cpp
│ ├── 11908 - Skyscraper.cpp
│ ├── 11909 - Soya Milk.cpp
│ ├── 11910 - Closest Fractions.cpp
│ ├── 11917 - Do Your Own Homework.cpp
│ ├── 11920 - 0 s, 1 s and Marks.cpp
│ ├── 11922 - Permutation Transformer.cpp
│ ├── 11925 - Generating Permutations.cpp
│ ├── 11926 - Multitasking.cpp
│ ├── 11926 - Multitasking[queue].cpp
│ ├── 11930 - Rectangles.cpp
│ ├── 11931 - Maze Escape.cpp
│ ├── 11933 - Splitting Numbers.cpp
│ ├── 11934 - Magic Formula.cpp
│ ├── 11941 - Creating a Quadtree.cpp
│ ├── 11942 - Lumberjack Sequencing.cpp
│ ├── 11946 - Code Number.cpp
│ ├── 11948 - Reading a Quadtree.cpp
│ ├── 11951 - Area.cpp
│ ├── 11952 - Arithmetic.cpp
│ ├── 11953 - Battleships.cpp
│ ├── 11954 - Binary Calculator.cpp
│ ├── 11955 - Binomial Theorem.cpp
│ ├── 11956 - Brainfuck.cpp
│ ├── 11957 - Checkers.cpp
│ ├── 11958 - Coming Home.cpp
│ ├── 11959 - Dice.cpp
│ ├── 11960 - Divisor Game.cpp
│ ├── 11961 - DNA.cpp
│ ├── 11962 - DNA II.cpp
│ ├── 11964 - Equation.cpp
│ ├── 11965 - Extra Spaces.cpp
│ ├── 11970 - Lucky Numbers.cpp
│ ├── 11971 - Polygon.cpp
│ ├── 11972 - Round Trip.cpp
│ ├── 11974 - Switch The Lights.cpp
│ ├── 11977 - Story of Tomisu Ghost.cpp
│ ├── 11979 - Hamming Base.cpp
│ ├── 11981 - Corrupted Friendship.cpp
│ ├── 11983 - Weird Advertisement.cpp
│ ├── 11984 - A Change in Thermal Unit.cpp
│ ├── 11985 - Prime Independence.cpp
│ ├── 11985 - Prime Independence[v2].cpp
│ ├── 11985 - Prime Independence[v3].cpp
│ ├── 11985 - Prime Independence[v4].cpp
│ ├── 11987 - Almost Union-Find.cpp
│ ├── 11988 - Broken Keyboard (a.k.a. Beiju Text).cpp
│ ├── 11990 - Dynamic Inversion.cpp
│ ├── 11991 - Easy Problem from Rujia Liu.cpp
│ ├── 11992 - Fast Matrix Operations.cpp
│ ├── 11992 - Fast Matrix Operations[四分樹].cpp
│ ├── 11992 - Fast Matrix Operations[四分樹v2].cpp
│ ├── 11995 - I Can Guess the Data Structure!.cpp
│ └── 11997 - K Smallest Sums.cpp
├── volume120
│ ├── 12002 - Happy Birthday.cpp
│ ├── 12003 - Array Transformer.cpp
│ ├── 12004 - Bubble Sort.cpp
│ ├── 12005 - Find Solutions.cpp
│ ├── 12009 - Avaricious Maryanna.cpp
│ ├── 12010 - Boring Homework.cpp
│ ├── 12011 - Complete the Set.cpp
│ ├── 12012 - Detection of Extraterrestrial.cpp
│ ├── 12016 - Herbicide.cpp
│ ├── 12017 - Imitation.cpp
│ ├── 12018 - Juice Extractor.cpp
│ ├── 12019 - Doom's Day Algorithm.cpp
│ ├── 12022 - Ordering T-shirts.cpp
│ ├── 12024 - Hats.c
│ ├── 12027 - Very Big Perfect Squares.cpp
│ ├── 12032 - The Monkey and the Oiled Bamboo.cpp
│ ├── 12034 - Race.cpp
│ ├── 12035 - War Map.cpp
│ ├── 12035 - War Map[v2].cpp
│ ├── 12036 - Stable Grid.cpp
│ ├── 12039 - Goldbach's Cardinality.cpp
│ ├── 12040 - Again Lucky Numbers.cpp
│ ├── 12041 - BFS (Binary Fibonacci String).cpp
│ ├── 12042 - Colorful Eggs.cpp
│ ├── 12043 - Divisors.cpp
│ ├── 12045 - Fun with Strings.cpp
│ ├── 12046 - Great Numbers.cpp
│ ├── 12048 - Inhabitants.cpp
│ ├── 12049 - Just Prune The List.cpp
│ ├── 12050 - Palindrome Numbers.cpp
│ ├── 12051 - Mazes in Higher Dimensions.cpp
│ ├── 12052 - Cyber cafe.cpp
│ ├── 12057 - Prefix Codes.cpp
│ ├── 12058 - Highway Monitor.cpp
│ ├── 12060 - All Integer Average.cpp
│ ├── 12063 - Zeros and Ones.cpp
│ ├── 12064 - Count the Points Inside.cpp
│ ├── 12064 - Count the Points Inside[force].cpp
│ ├── 12064 - Count the Points Inside[simply].cpp
│ ├── 12065 - Permutation Primes.cpp
│ ├── 12068 - Harmonic Mean.cpp
│ ├── 12071 - Understanding Recursion.cpp
│ ├── 12081 - Reduced ID Numbers.cpp
│ ├── 12083 - Guardian of Decency.cpp
│ ├── 12086 - Potentiometers.cpp
│ ├── 12086 - Potentiometers[BIT].cpp
│ ├── 12086 - Potentiometers[zkw].cpp
│ ├── 12088 - Expression.cpp
│ ├── 12089 - The Luncheon.cpp
│ ├── 12092 - Paint the Roads.cpp
│ ├── 12094 - Battle of the Triangle.cpp
│ └── 12096 - The SetStack Computer.cpp
├── volume121
│ ├── 12100 - Printer Queue.cpp
│ ├── 12101 - Prime Path.cpp
│ ├── 12103 - Leonardo's Notebook.cpp
│ ├── 12105 - Bigger is Better.cpp
│ ├── 12108 - Extraordinarily Tired Students.cpp
│ ├── 12109 - Fairies' Defence.cpp
│ ├── 12113 - Overlapping Squares.cpp
│ ├── 12114 - Bachelor Arithmetic.cpp
│ ├── 12115 - Nested Squares.cpp
│ ├── 12117 - ACM Puzzles.cpp
│ ├── 12118 - Inspector's Dilemma.cpp
│ ├── 12119 - The Bells are Ringing.cpp
│ ├── 12120 - Photographic Tour.cpp
│ ├── 12123 - Magnetic Train Tracks.cpp
│ ├── 12124 - Assemble.cpp
│ ├── 12125 - March of the Penguins.cpp
│ ├── 12126 - Containers.cpp
│ ├── 12131 - Obfuscation.cpp
│ ├── 12132 - Tower Parking.cpp
│ ├── 12134 - Find the Format String.cpp
│ ├── 12135 - Switch Bulbs.cpp
│ ├── 12136 - Schedule of a Married Man.cpp
│ ├── 12141 - Line Chart.cpp
│ ├── 12141 - Line Chart[v2.cpp
│ ├── 12144 - Almost Shortest Path.cpp
│ ├── 12146 - Candy.cpp
│ ├── 12149 - Feynman.cpp
│ ├── 12150 - Pole Position.cpp
│ ├── 12154 - Shrinking Polygons.cpp
│ ├── 12157 - Tariff Plan.cpp
│ ├── 12160 - Unlock the Lock.cpp
│ ├── 12166 - Equilibrium Mobile.cpp
│ ├── 12167 - Proving Equivalences.cpp
│ ├── 12168 - Cat vs. Dog.cpp
│ ├── 12169 - Disgruntled Judge.cpp
│ ├── 12172 - Matchsticks.cpp
│ ├── 12173 - White Water Rafting.cpp
│ ├── 12174 - Shuffle.cpp
│ ├── 12176 - Bring Your Own Horse.cpp
│ ├── 12179 - Randomly-priced Tickets.cpp
│ ├── 12182 - Toll Road.cpp
│ ├── 12184 - Transcribed Books.cpp
│ ├── 12189 - Dinner Hall.cpp
│ ├── 12191 - File Recover.cpp
│ ├── 12192 - Grapevine.cpp
│ ├── 12194 - Isosceles Triangles.cpp
│ ├── 12195 - Jingle Composing.cpp
│ ├── 12196 - Klingon Levels.cpp
│ ├── 12197 - Trick or Treat.cpp
│ ├── 12198 - Working at the Restaurant.cpp
│ ├── 12524 - Arranging Heaps.cpp
│ └── test - 12141.cpp
├── volume122
│ ├── 12205 - Happy Telephones.cpp
│ ├── 12206 - Stammering Aliens.cpp
│ ├── 12207 - That is Your Queue.cpp
│ ├── 12208 - How Many Ones Needed.cpp
│ ├── 12210 - A Match Making Problem.cpp
│ ├── 12216 - How Many bases.cpp
│ ├── 12220 - Divisible Subsequences.cpp
│ ├── 12226 - Simple Polygon.cpp
│ ├── 12231 - Download Manager.cpp
│ ├── 12232 - Exclusive-OR.cpp
│ ├── 12235 - Help Bubu.cpp
│ ├── 12239 - Bingo.cpp
│ ├── 12240 - Cocircular Points.cpp
│ ├── 12241 - Digits Count.cpp
│ ├── 12243 - Flowers Flourish from France.cpp
│ ├── 12245 - Hyperactive Girl.cpp
│ ├── 12247 - Jollo.cpp
│ ├── 12249 - Overlapping Scenes.cpp
│ ├── 12257 - The Queue.cpp
│ ├── 12260 - Free Goodies.cpp
│ ├── 12261 - High Score.cpp
│ ├── 12263 - Rankings.cpp
│ ├── 12265 - Selling Land.cpp
│ ├── 12266 - Stock Prices.cpp
│ ├── 12271 - Comparing answers.cpp
│ ├── 12274 - Jumping monkey.cpp
│ ├── 12279 - Emoogle Balance.cpp
│ ├── 12280 - A Digital Satire of Digital Age.cpp
│ ├── 12281 - Hyper Box.cpp
│ ├── 12283 - Halloween Costumes.cpp
│ ├── 12289 - One-Two-Three.cpp
│ ├── 12290 - Counting Game.cpp
│ ├── 12292 - Polyomino Decomposer.cpp
│ ├── 12293 - Box Game.cpp
│ ├── 12295 - Optimal Symmetric Paths.cpp
│ ├── 12298 - Super Poker II.cpp
│ └── 12299 - RMQ with Shifts.cpp
├── volume123
│ ├── 12300 - Smallest Regular Polygon.cpp
│ ├── 12301 - An Angular Puzzle.cpp
│ ├── 12302 - Nine-Point Circle.cpp
│ ├── 12307 - Smallest Enclosing Rectangle.cpp
│ ├── 12311 - All-Pair Farthest Points.cpp
│ ├── 12311 - All-Pair Farthest Points[testdataGenerate].cpp
│ ├── 12311 - All-Pair Farthest Points[v2].cpp
│ ├── 12311 - All-Pair Farthest Points[vn].cpp
│ ├── 12311 - All-Pair Farthest Points[vv].cpp
│ ├── 12316 - Sewing Buttons with Grandma.cpp
│ ├── 12316 - Sewing Buttons with Grandma.java
│ ├── 12317 - Document Compression.cpp
│ ├── 12322 - Handgun Shooting Sport.cpp
│ ├── 12325 - Zombie's Treasure Chest.cpp
│ ├── 12333 - Revenge of Fibonacci.cpp
│ ├── 12335 - Lexicographic Order.cpp
│ ├── 12337 - Bob's Beautiful Balls.cpp
│ ├── 12338 - Anti-Rhyme Pairs.cpp
│ ├── 12342 - Tax Calculator.cpp
│ ├── 12343 - Strange Simulation.cpp
│ ├── 12345 - Dynamic len(set(a[LR])).cpp
│ ├── 12345 - Dynamic len(set(a[LR]))[v2].cpp
│ ├── 12347 - Binary Search Tree.cpp
│ ├── 12355 - Consecutive Sums.cpp
│ ├── 12357 - Ball Stacking.cpp
│ ├── 12359 - Diccionario Portunol.cpp
│ ├── 12363 - Hedge Mazes.cpp
│ ├── 12365 - Jupiter Atacks!.cpp
│ ├── 12368 - Candles.cpp
│ ├── 12368 - Candles[v2.cpp].cpp
│ ├── 12372 - Packing for Holiday.cpp
│ ├── 12376 - As Long as I Learn, I Live.cpp
│ ├── 12377 - Number Coding.cpp
│ ├── 12379 - Central Post Office.cpp
│ ├── 12382 - Grid of Lamps.cpp
│ ├── 12384 - Span.cpp
│ ├── 12385 - Interesting Sequences.cpp
│ ├── 12386 - Smallest Polygon.cpp
│ ├── 12390 - Distributing Ballot Boxes.cpp
│ ├── 12391 - Game, Set and Match.cpp
│ ├── 12392 - Guess the Numbers.cpp
│ ├── 12393 - Non-negative Partial Sums.cpp
│ ├── 12394 - Peer Review.cpp
│ ├── 12395 - Regular Convex Polygon.cpp
│ ├── 12396 - Remoteland.cpp
│ ├── 12397 - Roman Numerals.cpp
│ ├── 12398 - NumPuzz I.cpp
│ └── 12399 - NumPuzz II.cpp
├── volume124
│ ├── 12403 - Save Setu.c
│ ├── 12404 - Trapezium Drawing.cpp
│ ├── 12405 - Scaresrpw.c
│ ├── 12406 - Help Dexter.cpp
│ ├── 12412 - A Typical Homework.cpp
│ ├── 12416 - Excessive Space Remover.cpp
│ ├── 12424 - Answering Queries on a Tree.cpp
│ ├── 12425 - Best Friend.cpp
│ ├── 12431 - Happy 109 Day.cpp
│ ├── 12436 - Rip Van Winkle's Code.cpp
│ ├── 12436 - Rip Van Winkle's Code[v2].cpp
│ ├── 12439 - February 29.cpp
│ ├── 12440 - Save the Trees.cpp
│ ├── 12442 - Forwarding Emails.cpp
│ ├── 12444 - Bits and Pieces.cpp
│ ├── 12446 - How Many... in 3D.cpp
│ ├── 12447 - Pieces and Bits.cpp
│ ├── 12448 - Casino Advantage.cpp
│ ├── 12450 - SpaceRecon Tournament.cpp
│ ├── 12452 - Plants vs. Zombies HD SP.cpp
│ ├── 12455 - Bars.cpp
│ ├── 12456 - Mirror codes.cpp
│ ├── 12458 - Oh, my trees!.cpp
│ ├── 12458 - Oh, my trees![ANSI C].cpp
│ ├── 12459 - Bees' ancestors.cpp
│ ├── 12461 - Airplane.cpp
│ ├── 12462 - Rectangle.cpp
│ ├── 12463 - Little Nephew.cpp
│ ├── 12464 - Professor Lazy, Ph.D.cpp
│ ├── 12465 - The Turanga Leela Problem.cpp
│ ├── 12467 - Secret Word.cpp
│ ├── 12468 - Zapping.cpp
│ ├── 12469 - Stones[test].cpp
│ ├── 12470 - Tribonacci.cpp
│ ├── 12473 - Common Palindrome.cpp
│ ├── 12473 - Common Palindrome[other].cpp
│ ├── 12473 - Common Palindrome[recur].cpp
│ ├── 12473.docx
│ ├── 12478 - Hardest Problem Ever (Easy).cpp
│ ├── 12482 - Short Story Competition.cpp
│ ├── 12483 - Toboggan of Marbles.cpp
│ ├── 12484 - Cards.cpp
│ ├── 12486 - Space Elevator.cpp
│ ├── 12487 - Midnight Cowboy.cpp
│ ├── 12488 - Start Grid.cpp
│ ├── 12489 - Combating cancer.cpp
│ ├── 12491 - Words.cpp
│ ├── 12494 - Distinct Substring.cpp
│ ├── 12494 - Distinct Substring[v2].cpp
│ └── 12494 - Distinct Substring[v3].cpp
├── volume125
│ ├── 12502 - Three Families.cpp
│ ├── 12503 - Robot Instructions.cpp
│ ├── 12504 - Updating a Dictionary.cpp
│ ├── 12505 - Searching in sqrt(n).cpp
│ ├── 12506 - Shortest Names.cpp
│ ├── 12507 - Kingdoms.cpp
│ ├── 12510 - Collecting Coins.cpp
│ ├── 12511 - Virus.cpp
│ ├── 12517 - Digit Sum.cpp
│ ├── 12519 - The Farnsworth Parabox.cpp
│ ├── 12520 - Square Garden.cpp
│ ├── 12527 - Different Digits.cpp
│ ├── 12529 - Fix the Pond.cpp
│ ├── 12532 - Interval Product.cpp
│ ├── 12534 - Binary Matrix 2.cpp
│ ├── 12534 - Binary Matrix 2[v2].cpp
│ ├── 12535 - Probability Through Experiments.cpp
│ ├── 12537 - Radiation.cpp
│ ├── 12537 - Radiation_sol.cpp
│ ├── 12538 - Version Controlled IDE.cpp
│ ├── 12541 - Birthdates.cpp
│ ├── 12542 - Prime Substring.cpp
│ ├── 12543 - Longest Word.cpp
│ ├── 12544 - Beehives.cpp
│ ├── 12544 - Beehives[v2].cpp
│ ├── 12546 - LCM Pair Sum.cpp
│ ├── 12550 - How do spiders walk on water.cpp
│ ├── 12551 - Shares.cpp
│ ├── 12552 - The Moon of Valencia.cpp
│ ├── 12553 - Countdown.cpp
│ ├── 12554 - A Special Happy Birthday Song.cpp
│ ├── 12555 - Baby Me.cpp
│ ├── 12571 - Brother & Sisters.cpp
│ ├── 12572 - RMQ Overkill.cpp
│ ├── 12573 - Sohel Sir's Assignment.cpp
│ ├── 12575 - Sin Cos Problem.cpp
│ ├── 12577 - Hajj-e-Akbar.cpp
│ ├── 12578 - 1062.cpp
│ ├── 12582 - Wedding of Sultan.cpp
│ ├── 12583 - Memory Overflow.cpp
│ ├── 12587 - Reduce the Maintenance Cost.cpp
│ ├── 12589 - Learning Vector.cpp
│ ├── 12598 - Starting School.cpp
│ ├── 12598 - Starting School[v2].cpp
│ └── 12599 - Black and White.cpp
├── volume126
│ ├── 12602 - Nice Licence Plates.cpp
│ ├── 12604 - Caesar Cipher.cpp
│ ├── 12607 - Amazing Maze.cpp
│ ├── 12611 - Beautiful Flag.cpp
│ ├── 12614 - Earn For Future.cpp
│ ├── 12618 - I Puzzle You[IDA(slow)].cpp
│ ├── 12618 - I Puzzle You[doubleBFS].cpp
│ ├── 12619 - Just Make A Wish.cpp
│ ├── 12620 - Fibonacci Sum.cpp
│ ├── 12621 - On a Diet.cpp
│ ├── 12626 - I love pizza.cpp
│ ├── 12634 - Pairing Boys and Girls.cpp
│ ├── 12636 - Disguised Giveaway.cpp
│ ├── 12637 - 30 Minutes or Less.cpp
│ ├── 12639 - Hexagonal Puzzle.cpp
│ ├── 12641 - Reodrnreig Lteetrs in Wrods.cpp
│ ├── 12642 - Shuffling Cards.cpp
│ ├── 12644 - Vocabulary.cpp
│ ├── 12645 - Water Supply.cpp
│ ├── 12648 - Boss.cpp
│ ├── 12649 - Folding Machine.cpp
│ ├── 12651 - Triangles.cpp
│ ├── 12652 - Lines of Containers.cpp
│ ├── 12653 - Buses.cpp
│ ├── 12654 - Patches.cpp
│ ├── 12655 - Trucks.cpp
│ ├── 12656 - Almost Palindrome.cpp
│ ├── 12657 - Boxes in a Line.cpp
│ ├── 12661 - Funny Car Racing.cpp
│ ├── 12662 - Good Teacher.cpp
│ ├── 12663 - High bridge, low bridge.cpp
│ ├── 12665 - Joking with Fermat's Last Theorem.cpp
│ ├── 12667 - Last Blood.cpp
│ ├── 12670 - Counting ones.cpp
│ ├── 12671 - Disjoint water supply.cpp
│ ├── 12672 - Eleven.cpp
│ ├── 12673 - Football.cpp
│ ├── 12674 - Go up the ultras.cpp
│ ├── 12677 - Join two kingdoms.cpp
│ ├── 12682 - Joe is learning to speak.cpp
│ ├── 12682 - Joe is learning to speak[v2].cpp
│ ├── 12685 - Binary Tree.cpp
│ ├── 12686 - Trending Topic.cpp
│ ├── 12694 - Meeting Room Arrangement.cpp
│ ├── 12696 - Cabin Baggage.cpp
│ └── 12697 - Minimal Subarray Length.cpp
├── volume127
│ ├── 12684 - VivoParc.cpp
│ ├── 12700 - Banglawash.cpp
│ ├── 12701 - The Twin Head Dragon.cpp
│ ├── 12702 - Dilation.cpp
│ ├── 12703 - Little Rakin.cpp
│ ├── 12704 - Little Masters.cpp
│ ├── 12705 - Breaking Board.cpp
│ ├── 12706 - Zero-Knowledge Protocol.cpp
│ ├── 12707 - Block Meh.cpp
│ ├── 12708 - GCD The Largest.cpp
│ ├── 12709 - Falling Ants.cpp
│ ├── 12710 - Game of MJ.cpp
│ ├── 12712 - Pattern Locker.cpp
│ ├── 12714 - Two Points Revisited.cpp
│ ├── 12716 - GCD XOR.cpp
│ ├── 12716 - GCD XOR[v2].cpp
│ ├── 12717 - Fiasco.cpp
│ ├── 12718 - Dromicpalin Substrings.cpp
│ ├── 12720 - Algorithm of Phil.cpp
│ ├── 12721 - Cheap B-Subsequence.cpp
│ ├── 12722 - Cryptography of the Floating Key.cpp
│ ├── 12723 - Dudu, the Possum.cpp
│ ├── 12724 - Hnelpig Arnde.cpp
│ ├── 12725 - Fat and Orial.cpp
│ ├── 12726 - One Friend at a Time.cpp
│ ├── 12730 - Skyrk's Bar.cpp
│ ├── 12745 - Wishmaster.cpp
│ ├── 12747 - Back to Edit Distance.cpp
│ ├── 12748 - Wifi Access.cpp
│ ├── 12749 - John's Tree.cpp
│ ├── 12750 - Keep Rafa at Chelsea.cpp
│ ├── 12751 - An Interesting Game.cpp
│ ├── 12754 - Display Problem.cpp
│ ├── 12755 - Easy Puzzle.cpp
│ ├── 12761 - Blue Chips.cpp
│ ├── 12763 - Dicey Dice.cpp
│ ├── 12764 - Exercising Emoticons.cpp
│ ├── 12765 - Factorial Products.cpp
│ ├── 12769 - Kool Konstructions.cpp
│ ├── 12770 - Palinagram.cpp
│ ├── 12775 - Gift Dilemma.cpp
│ ├── 12776 - Query for Divisor-free Numbers.cpp
│ ├── 12778 - Minimum Sum.cpp
│ ├── 12779 - The Largest Circle.cpp
│ ├── 12783 - Weak Links.cpp
│ ├── 12784 - Don't Care.cpp
│ ├── 12785 - Emacs Plugin.cpp
│ ├── 12786 - Friendship Networks.cpp
│ ├── 12788 - Smooth Factor.cpp
│ ├── 12790 - The Win-stay and Lose-shift Strategy.cpp
│ ├── 12791 - Lap.cpp
│ ├── 12792 - Shuffled Deck.cpp
│ ├── 12793 - Confederation.cpp
│ ├── 12794 - Miss Worm.cpp
│ ├── 12795 - Ecology.cpp
│ ├── 12796 - Teletransport.cpp
│ ├── 12797 - Letters.cpp
│ ├── 12798 - Handball.cpp
│ └── 12799 - RSA.cpp
├── volume128
│ ├── 12800 - Cut.cpp
│ ├── 12801 - Grandpa Pepe's Pizza.cpp
│ ├── 12802 - Gift From the Gods.cpp
│ ├── 12803 - Arithmetic Expressions.cpp
│ ├── 12804 - The Necronomicon of Computing.cpp
│ ├── 12805 - Raiders of the Lost Sign.cpp
│ ├── 12806 - Grand Tichu.cpp
│ ├── 12808 - Banning Balconing.cpp
│ ├── 12809 - Binary Search Tree.cpp
│ ├── 12810 - Sumthing.cpp
│ ├── 12811 - The Turtle's Journey.cpp
│ ├── 12812 - The Largest Diamond-Shaped Kite.cpp
│ ├── 12813 - Mocking the Precision.cpp
│ ├── 12815 - Taking the Stairs.cpp
│ ├── 12816 - Isosceles Triangles.cpp
│ ├── 12817 - Sleight of Hand(1).cpp
│ ├── 12818 - Arc and Point.cpp
│ ├── 12820 - Cool Word.cpp
│ ├── 12821 - Double Shortest Paths.cpp
│ ├── 12822 - Extraordinarily large LED.cpp
│ ├── 12825 - Happy Robot.cpp
│ ├── 12826 - Incomplete Chessboard.cpp
│ ├── 12828 - Kick the ball!.cpp
│ ├── 12830 - A Football Stadium.cpp
│ ├── 12831 - Bob the Builder.cpp
│ ├── 12832 - Chicken Lover.cpp
│ ├── 12833 - Daily Potato.cpp
│ ├── 12834 - Extreme Terror.cpp
│ ├── 12837 - Hasmot Ali Professor.cpp
│ ├── 12839 - Judge in Queue.cpp
│ ├── 12840 - The Archery Puzzle.cpp
│ ├── 12841 - In Puzzleland (III).cpp
│ ├── 12841 - In Puzzleland (III)[ver2].cpp
│ ├── 12842 - The Courier Problem.cpp
│ ├── 12843 - Disputed Claims.cpp
│ ├── 12844 - Outwitting the Weighing Machine.cpp
│ ├── 12846 - A Daisy Puzzle Game.cpp
│ ├── 12848 - In Puzzleland (IV).cpp
│ ├── 12849 - Mother's Jam Puzzle.cpp
│ ├── 12851 - The Tinker's Puzzle.cpp
│ ├── 12852 - The Miser's Puzzle.cpp
│ ├── 12853 - The Pony Cart Problem.cpp
│ ├── 12854 - Automated Checking Machine.cpp
│ ├── 12855 - Black and white stones.cpp
│ ├── 12856 - Counting substhreengs.cpp
│ ├── 12858 - Even distribution.cpp
│ ├── 12860 - Galaxy collision.cpp
│ ├── 12861 - Help cupid.cpp
│ ├── 12862 - Intrepid climber.cpp
│ ├── 12863 - Journey through the kingdom.cpp
│ ├── 12863 - Journey through the kingdom[v2].cpp
│ ├── 12863 - Journey through the kingdom[v3].cpp
│ ├── 12863 - Journey through the kingdom[v4].cpp
│ ├── 12863 - Journey through the kingdom[v5].cpp
│ ├── 12865 - Volume Control.cpp
│ ├── 12866 - Combination.cpp
│ ├── 12869 - Zeroes.cpp
│ ├── 12870 - Fishing.cpp
│ ├── 12871 - Landmine Cleaner.cpp
│ ├── 12872 - Hidden Plus Signs.cpp
│ ├── 12873 - The Programmers.cpp
│ ├── 12874 - Blanket.cpp
│ ├── 12875 - Concert Tour.cpp
│ ├── 12876 - City.cpp
│ ├── 12878 - Flowery Trails.cpp
│ ├── 12880 - Book Club.cpp
│ ├── 12881 - Ricochet Robots.cpp
│ ├── 12886 - The Big Painting.cpp
│ ├── 12887 - The Soldier's Dilemma.cpp
│ ├── 12890 - Easy Peasy.cpp
│ ├── 12890 - Easy Peasy[v2].cpp
│ ├── 12893 - Count It.cpp
│ ├── 12894 - Perfect Flag.cpp
│ ├── 12895 - Armstrong Number.cpp
│ ├── 12896 - Mobile SMS.cpp
│ ├── 12897 - Decoding Baby Boos.cpp
│ └── 12898 - And Or.cpp
├── volume129
│ ├── 12904 - Load Balancing.cpp
│ └── 12905 - Volume of Revolution.cpp
└── zerojudge
├── A174.c
├── BST(Descartes).cpp
├── a007.cpp
├── a048. 函數增減性.cpp
├── a054. 電話客服中心.cpp
├── a058. MOD3.cpp
├── a059. 完全平方和.cpp
├── a063.cpp
├── a064. SPOJ 4580.ABCDEF.cpp
├── a065. 提款卡密碼.cpp
├── a066. HNOI2002 營業額統計.cpp
├── a068. E. 看動畫 加強版.cpp
├── a073. POJ2832 How Many Pairs.cpp
├── a080. NOI2000 Day2.1.單詞查找樹.cpp
├── a081. NOI2000 Day2.2.青蛙過河.cpp
├── a084. NOI2001 Day1.2.反正切函數的應用.cpp
├── a094. NOI2003 Day1.1.木棒遊戲.cpp
├── a097. PARKET.cpp
├── a104. 排序.cpp
├── a111. 12149 - Feynman.cpp
├── a121. 質數又來囉.cpp
├── a126.cpp
├── a128. Sharing Chocolate.cpp
├── a128. Sharing ChocolateII.cpp
├── a130. 12015 - Google is Feeling Lucky.cpp
├── a131. 739 - Soundex Indexing.cpp
├── a132 10931 - Parity.cpp
├── a133. 10066 - The Twin Towers.cpp
├── a134. 948 - Fibonaccimal Base.cpp
├── a135. 12250 - Language Detection.cpp
├── a141. 柏森想要學妹!!!.cpp
├── a144. 整數分拆.cpp
├── a146. Sliding Window.cpp
├── a147. Print it all.cpp
├── a148. You Cannot Pass.cpp
├── a149. 乘乘樂.cpp
├── a158. 11827 - Maximum GCD.cpp
├── a159. 11743 - Credit Check.cpp
├── a160. 柏森想要下棋!!!.cpp
├── a164. 區間最大連續和.cpp
├── a165. Magic number.cpp
├── a168. 3901 - Editor.cpp
├── a169 POJ 3225 Help with Intervals.cpp
├── a170. 天才的小明.cpp
├── a171. 打印樹.cpp
├── a174. 上帝玩不玩骰子?.cpp
├── a175. 撒旦玩不玩骰子?(AVL).cpp
├── a175. 撒旦玩不玩骰子?.cpp
├── a176. Battle!.cpp
├── a186. Three-Heap Wythoff's Game.cpp
├── a190. 公元2317. 手觸之役.cpp
├── a191. 在世界遙遠的彼方(test).cpp
├── a191. 在世界遙遠的彼方.cpp
├── a192. 接線問題.cpp
├── a194. 死亡 FLAG.cpp
├── a194. 死亡 FLAG2.cpp
├── a206. 學長的鬼腳圖 (二).cpp
├── a207 Exact cover.cpp
├── a207.Exact cover(DL).cpp
├── a207.cpp
├── a209. 街友的寒冷夜晚.cpp
├── a215. 明明愛數數.cpp
├── a216. 數數愛明明.cpp
├── a217. caps lock的災難.cpp
├── a218. 連猴子都會的小case.cpp
├── a219. 限制排列.cpp
├── a223. 10298 - Power Strings.cpp
├── a224. 明明愛明明.cpp
├── a225. 明明愛排列.cpp
├── a227. 三龍杯 - 河內之塔.cpp
├── a228. 就少一個插座用很不方便.cpp
├── a229. 括號匹配問題.cpp
├── a233. 排序法~~~ 挑戰極限.cpp
├── a240. 第一題. 1 17 小數第 n 位.cpp
├── a241. 第二題 1 x 是有限小數.cpp
├── a242. 第三題. 絕對值總和的最小值.cpp
├── a245. 王老師愛兩條線.cpp
├── a247. Fermat vs. Pythagoras.cpp
├── a248. 新手訓練 ~ 陣列應用.cpp
├── a249. Q679. Dropping Balls.cpp
├── a251. 假費波那契數.cpp
├── a252. Another LCS.cpp
├── a253. 王老先生的磨菇田.cpp
├── a254. 畢氏‧三角‧製造.cpp
├── a259. Q10917. A Walk Through the Forest.cpp
├── a263. 日期差幾天.c
├── a263. 日期差幾天.cpp
├── a264. 骰子疊疊樂.cpp
├── a265. 紅黑樹.pp.c
├── a266. 校內賽.cpp
├── a267. 太空梭的油箱.cpp
├── a270. 爬樓梯有益身心健康.cpp
├── a271. 彩色蘿蔔.cpp
├── a272. 猥瑣罐頭下樓梯.cpp
├── a273. 小朋友下樓梯.cpp
├── a274. 友誼的數字.cpp
├── a275. 字串變變變.cpp
├── a276. 又分糖果囉.cpp
├── a277. 高手寂寞.cpp
├── a279. 分糖果囉.cpp
├── a280. 小朋友上樓梯.cpp
├── a281.cpp
├── a282. 認真念書.cpp
├── a285. 女兒國婚友社.cpp
├── a286. 難道這就是命中注定.cpp
├── a290. 新手訓練系列 ~ 圖論.cpp
├── a291. nAnB problem.cpp
├── a293 A 百年國慶.cpp
├── a299. NOIP2011 Day1.1.cpp
├── a300.NOIP2011 Day1.2.cpp
├── a302. NOIP2011 Day2.1.cpp
├── a307.cpp
├── a308. NOIP2011 2.cpp
├── a313 B 街道國.cpp
├── a314. C 導覽型機器人.cpp
├── a315 D 滿州國皇帝之璽.cpp
├── a316 E 守塔新武器.cpp
├── a317.cpp
├── a322.cpp
├── a329. 貪婪的Tony.cpp
├── a331. K-th Number.cpp
├── a331[v3].cpp
├── a348. 1. 貪食蛇.cpp
├── a349. 2. 指令解譯器.cpp
├── a350. 3. 緞帶的購買問題.cpp
├── a361. A. 賓果遊戲.cpp
├── a362. 1. 搬雕像.cpp
├── a363. B. 分組競賽.c
├── a364. 2. 神秘的進位問題.cpp
├── a365. 3. 新井字遊戲.cpp
├── a367. C. 圈圈國.cpp
├── a370.cpp
├── a373. 賽車.cpp
├── a392 NOI2011 Day2.1.cpp
├── a410. 解方程.c
├── a414. 位元運算之進位篇.cpp
├── a415. 4. 捷運路線.cpp
├── a415. 4.cpp
├── a416. 6. 城市馬拉松.cpp
├── a416. 6.cpp
├── a417. 螺旋矩陣.c
├── a433. A. 三角形金磚.c
├── a443. 10720 - Graph Construction.cpp
├── a445. 新手訓練系列- 我的朋友很少.c
├── a449. 國王烏龜的接駁車.c
├── a450. 棒棒糖比身高.cpp
├── a453. TOI2010 第一題.一元二次方程式.c
├── a454. TOI2010 第二題.專案時程.cpp
├── a455. TOI2010 第四題商品特賣問題.cpp
├── a456. 子集合.c
├── a457 TOI2010 第五題餐廳評鑑.cpp
├── a457.cpp
├── a458. Beats of the Angel 加強版.cpp
├── a458.cpp
├── a459. An Easy Language.cpp
├── a462. Beats of the Angel.cpp
├── a471. givesum~連續整數的固定和.cpp
├── a473. 外援計畫.c
├── a480. 導彈攔截系統.cpp
├── a484. 美麗風景遞增之路.c
├── a484. 美麗風景遞增之路.cpp
├── a484. 美麗風景遞增之路2.c
├── a484. 美麗風景遞增之路3.c
├── a505 B. T-primes.cpp
├── a506. 走投無路的國王.cpp
├── a513. 最大值.cpp
├── a517. Freak大危機!!!.cpp
├── a521. 12414 - Calculating Yuan Fen.cpp
├── a524. 手機之謎.cpp
├── a528. 大數排序.cpp
├── a532 MathSol.cpp
├── a532. 奇特的數列.cpp
├── a533. IOI2004 Day1.1.阿特米斯.cpp
├── a534. IOI2008 Day2.1.花園問題.cpp
├── a534.cpp
├── a541 字典[Trie].cpp
├── a541. 字典.cpp
├── a542. 行列式det(A).cpp
├── a545. Stressful.cpp
├── a546. A - Perfect Permutation.cpp
├── a552. 模型.cpp
├── a561. 內存不足.cpp
├── a562.cpp
├── a563_dfs_test.cpp
├── a564.cpp
├── a565.cpp
├── a567. 死線排程.cpp
├── a568. ISSC 2012- problem B.cpp
├── a569. 2-絕對遞增的質數子數列.cpp
├── a570.cpp
├── a571. 海港碼頭.cpp
├── a572 IS&MS.cpp
├── a576. No Cheating.cpp
├── a576.cpp
├── a577.cpp
├── a580. 輻射擴散.cpp
├── a583. 1. 座位距離計算問題.cpp
├── a584. 2. 親等關係.cpp
├── a586. 4. 捷運計價問題.cpp
├── a588 A. 神秘的地圖.cpp
├── a589. B. 老蚯的寶物.cpp
├── a590.cpp
├── a594 G. 電梯向上.cpp
├── a605. 交錯和.cpp
├── a621 1. Powers of Two.cpp
├── a622 2. Vertical Printing.cpp
├── a623 3. Combination.cpp
├── a624 4. Password Analyzer.cpp
├── a625 5. Overhanging Cards.cpp
├── a626 6. Prime Directive.cpp
├── a627 7. RAID Sizer.cpp
├── a628 8. Number Spiral.cpp
├── a629 9. Musical Intervals.cpp
├── a630 10. New Math.cpp
├── a631 11. LED Decoder.cpp
├── a632 12. Domino Rally.cpp
├── a633 13. Not Quite OCR.c
├── a633 13. Not Quite OCR.cpp
├── a634 14. Knights Path.cpp
├── a638 Closest-pair problem.cpp
├── a638. Closest-pair problem.cpp
├── a639. DNA Density.cpp
├── a640.cpp
├── a641.cpp
├── a646. 小民買糖果.cpp
├── a646.cpp
├── a647. 投資專家.cpp
├── a648 A - Red Areas.cpp
├── a648 A - Red Areas2.cpp
├── a648. A - Red Areas3.cpp
├── a651.cpp
├── a656.cpp
├── a666.cpp
├── a666[v2].cpp
├── a915.cpp
├── a962. 新專輯.cpp
├── a981.cpp
├── a982.cpp
├── b016. D. Mitlab.cpp
├── b018. F. 營地.cpp
├── b021. C. 畢業演奏.cpp
├── b043. B. 踩地雷回來了.cpp
├── b046. E. 智慧型單字查詢.cpp
├── b054. 第五題:浮點數的表示式.cpp
├── b058. 3. 關鍵邏輯閘.cpp
├── b060. 5. 快遞服務.cpp
├── b061. 6. 糊塗情報員.cpp
├── b064. 3. 下界函數.cpp
├── b064. 3.cpp
├── b065. 4. 滿漢全席.cpp
├── b066. 5. 六芒星棋遊戲:先還是後比較有利?.cpp
├── b067. 6. 下棋問題.cpp
├── b069. A. 千里傳情.cpp
├── b071. C. 排水系統.cpp
├── b090. D. 正直DE.cpp
├── b091 E. 核心字串.cpp
├── b094. H. 數字拼盤.cpp
├── b099. E. 聯立多元一次方程式.cpp
├── b109. 2. IC 板檢測.cpp
├── b113. 6. 線性系統求解.cpp
├── b125. 積木的拼疊問題Bricks.cpp
├── b134. NOIP2006 1.cpp
├── b134. NOIP2006 1.能量项链.cpp
├── b135. NOIP2006 2.cpp
├── b143. NOIP2005 2..cpp
├── b145. NOIP2005_4.cpp
├── b149. NOIP2004 4.cpp
├── b153 NOIP.cpp
├── b163. NOIP2007 2.字符串的展開.cpp
├── b173.cpp
├── b174. 旅遊規則.cpp
├── b174.cpp
├── b177. 山景 Skyline.cpp
├── b178. 遊輪 Boat.cpp
├── b180. 1. 遊園接駁車.cpp
├── b190. 97七區資訊學科5(改編).cpp
├── b199. D. 郵輪.cpp
├── b199.cpp
├── b200. E. 幼稚的災難.cpp
├── b201. F. 國家.cpp
├── b207. F. 世界盃.cpp
├── b208 A. 蜜蜂的約會.cpp
├── b212. E. 不景氣的年代.cpp
├── b213. F. 數列.cpp
├── b215. H. 幼稚國王的行程.cpp
├── b217. 2. 系統.cpp
├── b220. 5. 蛋糕師傅的煩惱.cpp
├── b221. 6. 耕者有其田.cpp
├── b237. CSAPC09 迷宮任務.cpp
├── b238. A. 腹黑、傲嬌.cpp
├── b239. B. 電腦出租公司.cpp
├── b240. C. 瘋狂博士的小型圖書館.cpp
├── b242. E. 檸檬汽水傳說.cpp
├── b245. A. 草地上的松鼠.cpp
├── b254. C. 矢量星球.cpp
├── b255. D. 跑跑卡丁車.cpp
├── b256 E. 大風吹.cpp
├── b256. E. 大風吹[kd].cpp
├── b258. G. 愛有等差.cpp
├── b259. H. 補習班的報名熱.cpp
├── b278.cpp
├── b288.cpp
├── b291.cpp
├── b297.cpp
├── b298.cpp
├── b299.cpp
├── b300.cpp
├── b301.cpp
├── b302.cpp
├── b305.cpp
├── b306.cpp
├── b307.cpp
├── b308.cpp
├── b309.cpp
├── b310.cpp
├── b311.cpp
├── b312.cpp
├── b314.cpp
├── b315.cpp
├── b316.cpp
├── b317.cpp
├── c073. The Blocks Problem.cpp
├── c082. Mutant Flatworld Expolrers.cpp
├── c083. Roman Roulette.cpp
├── c093. Counterfeit Dollar.cpp
├── c095. False coin.cpp
├── c099. Climbing Trees.cpp
├── c100. Unidirectional TSP.cpp
├── c102. Software CRC.cpp
├── c103. The Psychic Poker Player.cpp
├── c108. Joseph.cpp
├── c109. Cipher.cpp
├── c110. Packets.cpp
├── c112. Optimal Array Multiplication Sequence.cpp
├── c125. Frogger.cpp
├── d042. 11420 - Chest of Drawers.cpp
├── d088. 127 - Accordian Patience.cpp
├── d089. 145 - Gondwanaland Telecom.cpp
├── d094. 478 - Points in Figures. Rectangles and Circles, and Triangles.cpp
├── d105. NOIP 2008 3.cpp
├── d196. 11341 - Term Strategy.cpp
├── d210. 老問題.cpp
├── d222. Q11127 Triple-Free Binary Strings.cpp
├── d223. Q10137 The Trip.cpp
├── d228. kill man.cpp
├── d232. 97北縣賽-3-資料統計問題.cpp
├── d242. Q481. What Goes Up.cpp
├── d244. 一堆石頭.cpp
├── d246 Stone Game.cpp
├── d249. 94北縣賽-1-心意相通的指數(Match).cpp
├── d252. 94北縣賽-4-字串處理問題 (String).cpp
├── d268. 11578 - Situp Benches.cpp
├── d270. 11581 - Grid Successors.cpp
├── d271. 11582 - Colossal Fibonacci Numbers!.cpp
├── d272. 11583 - Alien DNA.cpp
├── d273. 11584 - Partitioning by Palindromes.cpp
├── d285. 727 Postfix Expression.cpp
├── d287. 古怪的數學家.cpp
├── d297. 算算算....Lunatic.cpp
├── d313.cpp
├── d315. sigma sinkx.cpp
├── d316. Quadrangle!.cpp
├── d343. 10578 - The Game of 31.cpp
├── d347. 847 - A Multiplication Game.cpp
├── d367. 我要最小值——.cpp
├── d367. 我要最小值——加強版.cpp
├── d368. 10196 - Check the Check.cpp
├── d370. 2. 盤中飧.cpp
├── d371. 3. Huffman 編碼中的編碼效能問題.cpp
├── d372. 4. 合法執行路徑問題.cpp
├── d372. 4. 合法執行路徑問題2.cpp
├── d374. 6. X^2 ≡ 1 (mod M),cpp.c
├── d374. 6. X^2 ≡ 1 (mod M).cpp
├── d411. 算了好久.......cpp
├── d416. 投影最大值.cpp
├── d429. 第一題. 社團分組 (club).cpp
├── d430. 第二題. 計算字數 (count).cpp
├── d449. 垃圾信件.cpp
├── d451. 科學記號.cpp
├── d454.cpp
├── d476. 區間查詢.cpp
├── d476.cpp
├── d477.cpp
├── d481. 矩陣乘法.cpp
├── d485. 我愛偶數.cpp
├── d522. 走棋盤.cpp
├── d524. Q10599 - Robots(II).c
├── d524. Q10599 - Robots(II).cpp
├── d526. Binary Search Tree (BST).cpp
├── d537. 第四題.染色遊戲.cpp
├── d546 3. 剪多邊形(molding).cpp
├── d547. 4. 秘密(secrets).cpp
├── d548. 5. 購物網站(web).cpp
├── d552 Asphalt's Problem.cpp
├── d578. 小涵的積木.cpp
├── d589. B. 水之國的奇幻冒險.cpp
├── d598. 3. 尋寶問題(DP).cpp
├── d598. 3. 尋寶問題.cpp
├── d618. 有限狀態自動機(Finite State Machine).cpp
├── d624. 燈泡問題.cpp
├── d627. 我.我.我...這麼弱 -跨年倒數.cpp
├── d632. C and S.cpp
├── d633. 幼稚王國的麥田圖騰.cpp
├── d639. 企鵝村三兄弟penguin.cpp
├── d643. 勞動的符咒.cpp
├── d644. 壞脾氣小小皮.cpp
├── d645. 輪下亡魂.cpp
├── d646. I2A的陰謀.cpp
├── d650 好多骰子.cpp
├── d652. 貪婪之糊.cpp
├── d655. 許胖公仔.cpp
├── d664. 11725 - Colorful Board.cpp
├── d667. 820 - Internet Bandwidth.cpp
├── d681. BinaryCount.cpp
├── d686. Q10003. Cutting Sticks.cpp
├── d692. 矢量星球 - 快速版本.cpp
├── d705. 判斷質數(二).cpp
├── d717. 好多因子.cpp
├── d718. Waiting In Line.cpp
├── d729. 10593 - Kites.cpp
├── d730. 升旗典禮 ——加強版.cpp
├── d731. 11039 - Building designing.cpp
├── d733. 11329 - Curious Fleas.cpp
├── d739. 最少路徑.cpp
├── d750. 11321 - Sort! Sort!! and Sort!!!.cpp
├── d751. Q10049-Self-describing Sequence.cpp
├── d757. 11195 - Another n-Queen Problem.cpp
├── d760. 10330 - Power Transmission.cpp
├── d766. 11149 - Power of Matrix.cpp
├── d767. 血緣關係.cpp
├── d780. NOIP2009 4.靶形數獨cpp.c
├── d781. 195 - Anagram.cpp
├── d798 區域MAX.cpp
├── d798.c
├── d799. 區間求和 (樹狀數組).cpp
├── d799. 區間求和.cpp
├── d800.cpp
├── d801.cpp
├── d806. 水火不容.cpp
├── d807. 方方.cpp
├── d808. 黑暗部落.cpp
├── d809. 黑暗土地.cpp
├── d810. 大朋友下樓梯.cpp
├── d814. 187. Twist and whirl - want to cheat.cpp
├── d815. 水火不容II.cpp
├── d816. 不要再晃啦!.cpp
├── d825. 隔熱紙.cpp
├── d826. 暗門.cpp
├── d827. 買鉛筆.cpp
├── d828. Pascal's triangle's secret (II).cpp
├── d830. 暗門2.cpp
├── d831. 畢業旅行.cpp
├── d832. 遊樂場 DP.cpp
├── d832. 遊樂場.cpp
├── d832. 遊樂場DP.cpp
├── d835. NOIP2003 1.乒乓球.cpp
├── d836. NOIP2003 2.cpp
├── d837. NOIP2003 3.棧.cpp
├── d838. NOIP2003 4.麥森數.cpp
├── d841. NOIP2003 3.cpp
├── d842. NOIP2003 4.cpp
├── d844 NOIP2002 3.cpp
├── d849 NOIP2002 4.cpp
├── d850. NOIP2002 1.均分紙牌.cpp
├── d854. NOIP2001 1.一元三次方程求解.cpp
├── d855. NOIP2001 2.數的劃分.cpp
├── d859. NOIP2001 1.數的計算.cpp
├── d860. NOIP2001 2.最大公約數與最小公倍數問題.cpp
├── d861. NOIP2001 3.求先序排列.cpp
├── d862. NOIP2001 4.裝箱問題.cpp
├── d868. NOIP2000 1.計算器的改良.cpp
├── d870 NOIP2000 3.cpp
├── d870 NOIP2000 3.乘积最大.cpp
├── d871. NOIP2000 4.單詞接龍.cpp
├── d872. 過橋問題.cpp
├── d873. Q465. Overflow.cpp
├── d875. 4. 窮舉的階梯問題.cpp
├── d879. Q10911. Forming Quiz teams.cpp
├── d881. 作業苦多.cpp
├── d885. NOIP2007 1.統計數字 番外篇.cpp
├── d887. 1.山脈種類(chain).cpp
├── d889. 2.黑傑克(jack).cpp
├── d890. 3.禮物分配(gift).cpp
├── d892. NOIP2010 1.機器翻譯.cpp
├── d893. NOIP2010 2.cpp
├── d898. Q10128 Queue.cpp
├── d899. NOIP2010 1.數字統計.cpp
├── d903. 數學達人.cpp
├── d904. 換零錢.cpp
├── d906. 2. 排座位問題.cpp
├── d907. 3. 城市走法計數.cpp
├── d908. 4. 最佳路徑.cpp
├── d913. 1. 彈珠配置.cpp
├── d914. 2. 圍棋資料庫比對.cpp
├── d915. 3. 洗街車路線問題.cpp
├── d916. 4. 高空煙火時間限制.cpp
├── d917. 5. 貼磁磚.cpp
├── d918. 6. 雨量趨勢.cpp
├── d919. 最大面積.cpp
├── d920. 智慧盤.cpp
├── d923. 規律.cpp
├── d925. 平均高度.cpp
├── d929. A. 迴文.cpp
├── d930. B. 薑餅部落的危機.cpp
├── d931. C. 幽靈特務報到.cpp
├── d932. D. 流水不腐.cpp
├── d933. E. 傘兵.cpp
├── d934. F. Lisa 的圍巾.cpp
├── d944. B. 卡卡跑丁車.cpp
├── d946. D. 阿克圖洛斯‧蒙斯克的煩惱.cpp
├── d950. A. 帕斯卡三角形.cpp
├── d951. B. 好吃的麵包.cpp
├── d954. E. 得分.cpp
├── d956. G. 失落的維京戰機.cpp
├── d961. A. 耶誕老人到你家.cpp
├── d963. C. 小丹尼與英文單字.cpp
├── d965. E. 阿達的冒險.cpp
├── d978. 最長回文字串.cpp
├── d980. 11479 - Is this the easiest problem.cpp
├── d984. 棄保效應.cpp
└── d985. Gran Turismo 5.cpp