├── APIO ├── 08-Beads.cpp ├── 09-ATM.cpp ├── 10-Commando.cpp ├── 12-Dispatching.cpp ├── 12-Kunai.cpp ├── 13-Robots.cpp ├── 13-Toll.cpp ├── 14-Beads.cpp ├── 14-Palindrome.cpp ├── 14-Sequence.cpp ├── 15-Bridge.cpp ├── 15-Sculpture.cpp ├── 16-Boat.cpp ├── 16-Fireworks.cpp ├── 17-Merchant.cpp ├── 17-Rainbow.cpp ├── 18-Circle_Selection.cpp ├── 18-Duathlon(1).cpp ├── 18-Duathlon(2).cpp ├── 18-New_Home.cpp ├── 20-Fun.cpp ├── 20-Paint.cpp └── 20-Swap.cpp ├── AtCoder ├── B112-C.cpp ├── G002-E.cpp ├── G003-E.cpp ├── G004-E.cpp ├── G005-E.cpp ├── G006-E.cpp ├── G007-E.cpp ├── G008-E.cpp ├── G009-E.cpp ├── G011-E.cpp ├── G018-C.cpp ├── G027-A.java ├── G027-B.java ├── G027-C.java ├── G028-A.java ├── G028-B.java ├── G028-C.java ├── G033-A.cpp ├── G033-B.cpp ├── G033-C.cpp ├── G037-B.cpp ├── G037-C.cpp ├── G037-D.cpp ├── G037-E.cpp ├── R067-F.java ├── R070-E.cpp ├── R079-F.java ├── R103-D.java ├── R103-E.java └── R103-F.java ├── BkOI ├── 11-2Circles.cpp ├── 11-Time_Is_Money.cpp ├── 12-Balls.cpp ├── 12-FanGroups.cpp ├── 17-Cats.cpp └── 18-Minmaxtree.cpp ├── BtOI ├── 07-Fence.cpp ├── 07-Sorting.cpp ├── 08-Game.cpp ├── 08-Magical.cpp ├── 09-Rectangle.cpp ├── 10-Bears.cpp ├── 10-Lego.cpp ├── 11-Meetings.cpp ├── 11-Mirroring.cpp ├── 13-Pipes.cpp ├── 13-Tracks.cpp ├── 13-Vim.cpp ├── 14-Cop_Robber.cpp ├── 14-Portals.cpp ├── 14-Postmen.cpp ├── 15-Bowling.cpp ├── 15-Tug.cpp ├── 16-Cities.cpp ├── 16-Park.cpp ├── 16-Swap.cpp └── 17W-Toast.cpp ├── CCO └── 18-Wrong_Answer.cpp ├── CEOI ├── 03-Trip.cpp ├── 04-Clouds.cpp ├── 04-Football.cpp ├── 04-Two.cpp ├── 06-Walk.cpp ├── 09-Boxes.cpp ├── 11-Hotel.cpp ├── 12-Circuit.cpp ├── 12-Highway.cpp ├── 12-Race.cpp ├── 13-Adriatic.cpp ├── 13-Board.cpp ├── 13-Tram.cpp ├── 13-Treasure.cpp ├── 14-007.cpp ├── 14-Fangorn.cpp ├── 14-Wall.cpp ├── 16-ICC.cpp ├── 16-Match.cpp ├── 16-Popeala.cpp ├── 16-Trick.cpp ├── 17-Building.cpp ├── 17-OneWay.cpp ├── 17-Sure.cpp ├── 18-Cloud.cpp ├── 18-Global.cpp ├── 18-Lottery.cpp ├── 18-Toy.cpp ├── 19-AmusementPark.cpp ├── 19-Cubeword.cpp ├── 19-Diameter.cpp ├── 19-MagicTree.cpp ├── 19-Skyscrapers.cpp ├── 20-Chessrush.cpp ├── 20-Cleaning.cpp ├── 20-Fancyfence.cpp ├── 20-Potion.cpp ├── 20-Roads.cpp └── 20-Startrek.cpp ├── COCI ├── 10-Aladin.cpp ├── 10-Pasijans.cpp ├── 15-Divljak.cpp ├── 16-Nekameleoni.cpp ├── 17-Osmosmjerka(1).cpp ├── 17-Osmosmjerka(2).cpp ├── 17-Rima.cpp └── 18-Deda.cpp ├── COI ├── 15-Cvenk.cpp ├── 15-Koviance.cpp ├── 16-Relay.cpp └── 18-Paprike.cpp ├── CSAcademy ├── 78-E.cpp ├── 82-E.java ├── 84-E.cpp ├── 84-F.cpp ├── 84-G.cpp ├── fii-code-2020-round-3-D.cpp ├── ioi-2016-training-round-1-farey_sequence.cpp ├── junior-challenge-2017-day-1-borland.cpp └── romanian-ioi-2017-selection-2-popcorn.cpp ├── CodeChef ├── ADIMAT.cpp ├── ADITREE.cpp ├── BINOFEV.cpp ├── BIPFAMIL.cpp ├── BJUDGE.java ├── CBFEAST.cpp ├── CHANGNUM.cpp ├── CHGCDG.cpp ├── CNTIT.cpp ├── COINDENO.cpp ├── COINPART.java ├── DOCSDEL.cpp ├── DOTIT.cpp ├── EXACTWAL.cpp ├── F2NDMAX.cpp ├── GCDMOD.cpp ├── GCDSUM.cpp ├── GHVSSI.cpp ├── INMAT.java ├── KCOMPRES.cpp ├── KPERFMAT.cpp ├── LONCYC.cpp ├── MATCH2.cpp ├── MDN.java ├── MKSTR.cpp ├── MYST │ ├── Checker │ │ ├── Checker$StdIn.class │ │ ├── Checker.class │ │ └── Checker.java │ ├── Judge │ │ ├── Judge$StdIn.class │ │ ├── Judge.class │ │ └── Judge.java │ ├── MultiTestGen │ │ ├── MultiTestGen$StdIn.class │ │ ├── MultiTestGen.class │ │ └── MultiTestGen.java │ ├── SingleTestGen │ │ ├── SingleTestGen$SCCFinder.class │ │ ├── SingleTestGen$StdIn.class │ │ ├── SingleTestGen.class │ │ └── SingleTestGen.java │ ├── Solutions │ │ ├── V1_0.cpp │ │ ├── V1_0.exe │ │ ├── V2_0.cpp │ │ ├── V2_0.exe │ │ ├── V3_0.cpp │ │ ├── V3_0.exe │ │ ├── V3_1.cpp │ │ ├── V3_1.exe │ │ ├── V4_0.cpp │ │ ├── V4_0.exe │ │ ├── V4_1.cpp │ │ ├── V4_1.exe │ │ ├── V5_0.cpp │ │ ├── V5_0.exe │ │ ├── V5_1.cpp │ │ ├── V5_1.exe │ │ ├── V5_2.cpp │ │ ├── V5_2.exe │ │ ├── V5_3.cpp │ │ ├── V5_3.exe │ │ ├── V5_4.cpp │ │ └── V5_4.exe │ ├── TestData │ │ ├── 30 │ │ │ ├── 30_2_0.txt │ │ │ ├── 30_3_0.txt │ │ │ ├── 30_4_0.txt │ │ │ └── 30_5_0.txt │ │ ├── main1 │ │ │ ├── 100_2_0.txt │ │ │ ├── 100_2_1.txt │ │ │ ├── 100_2_2.txt │ │ │ ├── 100_2_3.txt │ │ │ ├── 100_2_4.txt │ │ │ ├── 100_3_0.txt │ │ │ ├── 100_3_1.txt │ │ │ ├── 100_3_2.txt │ │ │ ├── 100_3_3.txt │ │ │ ├── 100_3_4.txt │ │ │ ├── 100_4_0.txt │ │ │ ├── 100_4_1.txt │ │ │ ├── 100_4_2.txt │ │ │ ├── 100_4_3.txt │ │ │ ├── 100_4_4.txt │ │ │ ├── 100_5_0.txt │ │ │ ├── 100_5_1.txt │ │ │ ├── 100_5_2.txt │ │ │ ├── 100_5_3.txt │ │ │ ├── 100_5_4.txt │ │ │ ├── 30_2_0.txt │ │ │ ├── 30_2_1.txt │ │ │ ├── 30_2_2.txt │ │ │ ├── 30_2_3.txt │ │ │ ├── 30_2_4.txt │ │ │ ├── 30_3_0.txt │ │ │ ├── 30_3_1.txt │ │ │ ├── 30_3_2.txt │ │ │ ├── 30_3_3.txt │ │ │ ├── 30_3_4.txt │ │ │ ├── 30_4_0.txt │ │ │ ├── 30_4_1.txt │ │ │ ├── 30_4_2.txt │ │ │ ├── 30_4_3.txt │ │ │ ├── 30_4_4.txt │ │ │ ├── 30_5_0.txt │ │ │ ├── 30_5_1.txt │ │ │ ├── 30_5_2.txt │ │ │ ├── 30_5_3.txt │ │ │ ├── 30_5_4.txt │ │ │ ├── 44_2_0.txt │ │ │ ├── 44_2_1.txt │ │ │ ├── 44_2_2.txt │ │ │ ├── 44_2_3.txt │ │ │ ├── 44_2_4.txt │ │ │ ├── 44_3_0.txt │ │ │ ├── 44_3_1.txt │ │ │ ├── 44_3_2.txt │ │ │ ├── 44_3_3.txt │ │ │ ├── 44_3_4.txt │ │ │ ├── 44_4_0.txt │ │ │ ├── 44_4_1.txt │ │ │ ├── 44_4_2.txt │ │ │ ├── 44_4_3.txt │ │ │ ├── 44_4_4.txt │ │ │ ├── 44_5_0.txt │ │ │ ├── 44_5_1.txt │ │ │ ├── 44_5_2.txt │ │ │ ├── 44_5_3.txt │ │ │ ├── 44_5_4.txt │ │ │ ├── 58_2_0.txt │ │ │ ├── 58_2_1.txt │ │ │ ├── 58_2_2.txt │ │ │ ├── 58_2_3.txt │ │ │ ├── 58_2_4.txt │ │ │ ├── 58_3_0.txt │ │ │ ├── 58_3_1.txt │ │ │ ├── 58_3_2.txt │ │ │ ├── 58_3_3.txt │ │ │ ├── 58_3_4.txt │ │ │ ├── 58_4_0.txt │ │ │ ├── 58_4_1.txt │ │ │ ├── 58_4_2.txt │ │ │ ├── 58_4_3.txt │ │ │ ├── 58_4_4.txt │ │ │ ├── 58_5_0.txt │ │ │ ├── 58_5_1.txt │ │ │ ├── 58_5_2.txt │ │ │ ├── 58_5_3.txt │ │ │ ├── 58_5_4.txt │ │ │ ├── 72_2_0.txt │ │ │ ├── 72_2_1.txt │ │ │ ├── 72_2_2.txt │ │ │ ├── 72_2_3.txt │ │ │ ├── 72_2_4.txt │ │ │ ├── 72_3_0.txt │ │ │ ├── 72_3_1.txt │ │ │ ├── 72_3_2.txt │ │ │ ├── 72_3_3.txt │ │ │ ├── 72_3_4.txt │ │ │ ├── 72_4_0.txt │ │ │ ├── 72_4_1.txt │ │ │ ├── 72_4_2.txt │ │ │ ├── 72_4_3.txt │ │ │ ├── 72_4_4.txt │ │ │ ├── 72_5_0.txt │ │ │ ├── 72_5_1.txt │ │ │ ├── 72_5_2.txt │ │ │ ├── 72_5_3.txt │ │ │ ├── 72_5_4.txt │ │ │ ├── 86_2_0.txt │ │ │ ├── 86_2_1.txt │ │ │ ├── 86_2_2.txt │ │ │ ├── 86_2_3.txt │ │ │ ├── 86_2_4.txt │ │ │ ├── 86_3_0.txt │ │ │ ├── 86_3_1.txt │ │ │ ├── 86_3_2.txt │ │ │ ├── 86_3_3.txt │ │ │ ├── 86_3_4.txt │ │ │ ├── 86_4_0.txt │ │ │ ├── 86_4_1.txt │ │ │ ├── 86_4_2.txt │ │ │ ├── 86_4_3.txt │ │ │ ├── 86_4_4.txt │ │ │ ├── 86_5_0.txt │ │ │ ├── 86_5_1.txt │ │ │ ├── 86_5_2.txt │ │ │ ├── 86_5_3.txt │ │ │ └── 86_5_4.txt │ │ ├── main2 │ │ │ ├── 100_2_0.txt │ │ │ ├── 100_2_1.txt │ │ │ ├── 100_2_10.txt │ │ │ ├── 100_2_11.txt │ │ │ ├── 100_2_12.txt │ │ │ ├── 100_2_13.txt │ │ │ ├── 100_2_14.txt │ │ │ ├── 100_2_15.txt │ │ │ ├── 100_2_16.txt │ │ │ ├── 100_2_17.txt │ │ │ ├── 100_2_18.txt │ │ │ ├── 100_2_19.txt │ │ │ ├── 100_2_2.txt │ │ │ ├── 100_2_20.txt │ │ │ ├── 100_2_21.txt │ │ │ ├── 100_2_22.txt │ │ │ ├── 100_2_23.txt │ │ │ ├── 100_2_24.txt │ │ │ ├── 100_2_3.txt │ │ │ ├── 100_2_4.txt │ │ │ ├── 100_2_5.txt │ │ │ ├── 100_2_6.txt │ │ │ ├── 100_2_7.txt │ │ │ ├── 100_2_8.txt │ │ │ ├── 100_2_9.txt │ │ │ ├── 100_3_0.txt │ │ │ ├── 100_3_1.txt │ │ │ ├── 100_3_10.txt │ │ │ ├── 100_3_11.txt │ │ │ ├── 100_3_12.txt │ │ │ ├── 100_3_13.txt │ │ │ ├── 100_3_14.txt │ │ │ ├── 100_3_15.txt │ │ │ ├── 100_3_16.txt │ │ │ ├── 100_3_17.txt │ │ │ ├── 100_3_18.txt │ │ │ ├── 100_3_19.txt │ │ │ ├── 100_3_2.txt │ │ │ ├── 100_3_20.txt │ │ │ ├── 100_3_21.txt │ │ │ ├── 100_3_22.txt │ │ │ ├── 100_3_23.txt │ │ │ ├── 100_3_24.txt │ │ │ ├── 100_3_3.txt │ │ │ ├── 100_3_4.txt │ │ │ ├── 100_3_5.txt │ │ │ ├── 100_3_6.txt │ │ │ ├── 100_3_7.txt │ │ │ ├── 100_3_8.txt │ │ │ ├── 100_3_9.txt │ │ │ ├── 100_4_0.txt │ │ │ ├── 100_4_1.txt │ │ │ ├── 100_4_10.txt │ │ │ ├── 100_4_11.txt │ │ │ ├── 100_4_12.txt │ │ │ ├── 100_4_13.txt │ │ │ ├── 100_4_14.txt │ │ │ ├── 100_4_15.txt │ │ │ ├── 100_4_16.txt │ │ │ ├── 100_4_17.txt │ │ │ ├── 100_4_18.txt │ │ │ ├── 100_4_19.txt │ │ │ ├── 100_4_2.txt │ │ │ ├── 100_4_20.txt │ │ │ ├── 100_4_21.txt │ │ │ ├── 100_4_22.txt │ │ │ ├── 100_4_23.txt │ │ │ ├── 100_4_24.txt │ │ │ ├── 100_4_3.txt │ │ │ ├── 100_4_4.txt │ │ │ ├── 100_4_5.txt │ │ │ ├── 100_4_6.txt │ │ │ ├── 100_4_7.txt │ │ │ ├── 100_4_8.txt │ │ │ ├── 100_4_9.txt │ │ │ ├── 100_5_0.txt │ │ │ ├── 100_5_1.txt │ │ │ ├── 100_5_10.txt │ │ │ ├── 100_5_11.txt │ │ │ ├── 100_5_12.txt │ │ │ ├── 100_5_13.txt │ │ │ ├── 100_5_14.txt │ │ │ ├── 100_5_15.txt │ │ │ ├── 100_5_16.txt │ │ │ ├── 100_5_17.txt │ │ │ ├── 100_5_18.txt │ │ │ ├── 100_5_19.txt │ │ │ ├── 100_5_2.txt │ │ │ ├── 100_5_20.txt │ │ │ ├── 100_5_21.txt │ │ │ ├── 100_5_22.txt │ │ │ ├── 100_5_23.txt │ │ │ ├── 100_5_24.txt │ │ │ ├── 100_5_3.txt │ │ │ ├── 100_5_4.txt │ │ │ ├── 100_5_5.txt │ │ │ ├── 100_5_6.txt │ │ │ ├── 100_5_7.txt │ │ │ ├── 100_5_8.txt │ │ │ ├── 100_5_9.txt │ │ │ ├── 30_2_0.txt │ │ │ ├── 30_2_1.txt │ │ │ ├── 30_2_10.txt │ │ │ ├── 30_2_11.txt │ │ │ ├── 30_2_12.txt │ │ │ ├── 30_2_13.txt │ │ │ ├── 30_2_14.txt │ │ │ ├── 30_2_15.txt │ │ │ ├── 30_2_16.txt │ │ │ ├── 30_2_17.txt │ │ │ ├── 30_2_18.txt │ │ │ ├── 30_2_19.txt │ │ │ ├── 30_2_2.txt │ │ │ ├── 30_2_20.txt │ │ │ ├── 30_2_21.txt │ │ │ ├── 30_2_22.txt │ │ │ ├── 30_2_23.txt │ │ │ ├── 30_2_24.txt │ │ │ ├── 30_2_3.txt │ │ │ ├── 30_2_4.txt │ │ │ ├── 30_2_5.txt │ │ │ ├── 30_2_6.txt │ │ │ ├── 30_2_7.txt │ │ │ ├── 30_2_8.txt │ │ │ ├── 30_2_9.txt │ │ │ ├── 30_3_0.txt │ │ │ ├── 30_3_1.txt │ │ │ ├── 30_3_10.txt │ │ │ ├── 30_3_11.txt │ │ │ ├── 30_3_12.txt │ │ │ ├── 30_3_13.txt │ │ │ ├── 30_3_14.txt │ │ │ ├── 30_3_15.txt │ │ │ ├── 30_3_16.txt │ │ │ ├── 30_3_17.txt │ │ │ ├── 30_3_18.txt │ │ │ ├── 30_3_19.txt │ │ │ ├── 30_3_2.txt │ │ │ ├── 30_3_20.txt │ │ │ ├── 30_3_21.txt │ │ │ ├── 30_3_22.txt │ │ │ ├── 30_3_23.txt │ │ │ ├── 30_3_24.txt │ │ │ ├── 30_3_3.txt │ │ │ ├── 30_3_4.txt │ │ │ ├── 30_3_5.txt │ │ │ ├── 30_3_6.txt │ │ │ ├── 30_3_7.txt │ │ │ ├── 30_3_8.txt │ │ │ ├── 30_3_9.txt │ │ │ ├── 30_4_0.txt │ │ │ ├── 30_4_1.txt │ │ │ ├── 30_4_10.txt │ │ │ ├── 30_4_11.txt │ │ │ ├── 30_4_12.txt │ │ │ ├── 30_4_13.txt │ │ │ ├── 30_4_14.txt │ │ │ ├── 30_4_15.txt │ │ │ ├── 30_4_16.txt │ │ │ ├── 30_4_17.txt │ │ │ ├── 30_4_18.txt │ │ │ ├── 30_4_19.txt │ │ │ ├── 30_4_2.txt │ │ │ ├── 30_4_20.txt │ │ │ ├── 30_4_21.txt │ │ │ ├── 30_4_22.txt │ │ │ ├── 30_4_23.txt │ │ │ ├── 30_4_24.txt │ │ │ ├── 30_4_3.txt │ │ │ ├── 30_4_4.txt │ │ │ ├── 30_4_5.txt │ │ │ ├── 30_4_6.txt │ │ │ ├── 30_4_7.txt │ │ │ ├── 30_4_8.txt │ │ │ ├── 30_4_9.txt │ │ │ ├── 30_5_0.txt │ │ │ ├── 30_5_1.txt │ │ │ ├── 30_5_10.txt │ │ │ ├── 30_5_11.txt │ │ │ ├── 30_5_12.txt │ │ │ ├── 30_5_13.txt │ │ │ ├── 30_5_14.txt │ │ │ ├── 30_5_15.txt │ │ │ ├── 30_5_16.txt │ │ │ ├── 30_5_17.txt │ │ │ ├── 30_5_18.txt │ │ │ ├── 30_5_19.txt │ │ │ ├── 30_5_2.txt │ │ │ ├── 30_5_20.txt │ │ │ ├── 30_5_21.txt │ │ │ ├── 30_5_22.txt │ │ │ ├── 30_5_23.txt │ │ │ ├── 30_5_24.txt │ │ │ ├── 30_5_3.txt │ │ │ ├── 30_5_4.txt │ │ │ ├── 30_5_5.txt │ │ │ ├── 30_5_6.txt │ │ │ ├── 30_5_7.txt │ │ │ ├── 30_5_8.txt │ │ │ ├── 30_5_9.txt │ │ │ ├── 44_2_0.txt │ │ │ ├── 44_2_1.txt │ │ │ ├── 44_2_10.txt │ │ │ ├── 44_2_11.txt │ │ │ ├── 44_2_12.txt │ │ │ ├── 44_2_13.txt │ │ │ ├── 44_2_14.txt │ │ │ ├── 44_2_15.txt │ │ │ ├── 44_2_16.txt │ │ │ ├── 44_2_17.txt │ │ │ ├── 44_2_18.txt │ │ │ ├── 44_2_19.txt │ │ │ ├── 44_2_2.txt │ │ │ ├── 44_2_20.txt │ │ │ ├── 44_2_21.txt │ │ │ ├── 44_2_22.txt │ │ │ ├── 44_2_23.txt │ │ │ ├── 44_2_24.txt │ │ │ ├── 44_2_3.txt │ │ │ ├── 44_2_4.txt │ │ │ ├── 44_2_5.txt │ │ │ ├── 44_2_6.txt │ │ │ ├── 44_2_7.txt │ │ │ ├── 44_2_8.txt │ │ │ ├── 44_2_9.txt │ │ │ ├── 44_3_0.txt │ │ │ ├── 44_3_1.txt │ │ │ ├── 44_3_10.txt │ │ │ ├── 44_3_11.txt │ │ │ ├── 44_3_12.txt │ │ │ ├── 44_3_13.txt │ │ │ ├── 44_3_14.txt │ │ │ ├── 44_3_15.txt │ │ │ ├── 44_3_16.txt │ │ │ ├── 44_3_17.txt │ │ │ ├── 44_3_18.txt │ │ │ ├── 44_3_19.txt │ │ │ ├── 44_3_2.txt │ │ │ ├── 44_3_20.txt │ │ │ ├── 44_3_21.txt │ │ │ ├── 44_3_22.txt │ │ │ ├── 44_3_23.txt │ │ │ ├── 44_3_24.txt │ │ │ ├── 44_3_3.txt │ │ │ ├── 44_3_4.txt │ │ │ ├── 44_3_5.txt │ │ │ ├── 44_3_6.txt │ │ │ ├── 44_3_7.txt │ │ │ ├── 44_3_8.txt │ │ │ ├── 44_3_9.txt │ │ │ ├── 44_4_0.txt │ │ │ ├── 44_4_1.txt │ │ │ ├── 44_4_10.txt │ │ │ ├── 44_4_11.txt │ │ │ ├── 44_4_12.txt │ │ │ ├── 44_4_13.txt │ │ │ ├── 44_4_14.txt │ │ │ ├── 44_4_15.txt │ │ │ ├── 44_4_16.txt │ │ │ ├── 44_4_17.txt │ │ │ ├── 44_4_18.txt │ │ │ ├── 44_4_19.txt │ │ │ ├── 44_4_2.txt │ │ │ ├── 44_4_20.txt │ │ │ ├── 44_4_21.txt │ │ │ ├── 44_4_22.txt │ │ │ ├── 44_4_23.txt │ │ │ ├── 44_4_24.txt │ │ │ ├── 44_4_3.txt │ │ │ ├── 44_4_4.txt │ │ │ ├── 44_4_5.txt │ │ │ ├── 44_4_6.txt │ │ │ ├── 44_4_7.txt │ │ │ ├── 44_4_8.txt │ │ │ ├── 44_4_9.txt │ │ │ ├── 44_5_0.txt │ │ │ ├── 44_5_1.txt │ │ │ ├── 44_5_10.txt │ │ │ ├── 44_5_11.txt │ │ │ ├── 44_5_12.txt │ │ │ ├── 44_5_13.txt │ │ │ ├── 44_5_14.txt │ │ │ ├── 44_5_15.txt │ │ │ ├── 44_5_16.txt │ │ │ ├── 44_5_17.txt │ │ │ ├── 44_5_18.txt │ │ │ ├── 44_5_19.txt │ │ │ ├── 44_5_2.txt │ │ │ ├── 44_5_20.txt │ │ │ ├── 44_5_21.txt │ │ │ ├── 44_5_22.txt │ │ │ ├── 44_5_23.txt │ │ │ ├── 44_5_24.txt │ │ │ ├── 44_5_3.txt │ │ │ ├── 44_5_4.txt │ │ │ ├── 44_5_5.txt │ │ │ ├── 44_5_6.txt │ │ │ ├── 44_5_7.txt │ │ │ ├── 44_5_8.txt │ │ │ ├── 44_5_9.txt │ │ │ ├── 58_2_0.txt │ │ │ ├── 58_2_1.txt │ │ │ ├── 58_2_10.txt │ │ │ ├── 58_2_11.txt │ │ │ ├── 58_2_12.txt │ │ │ ├── 58_2_13.txt │ │ │ ├── 58_2_14.txt │ │ │ ├── 58_2_15.txt │ │ │ ├── 58_2_16.txt │ │ │ ├── 58_2_17.txt │ │ │ ├── 58_2_18.txt │ │ │ ├── 58_2_19.txt │ │ │ ├── 58_2_2.txt │ │ │ ├── 58_2_20.txt │ │ │ ├── 58_2_21.txt │ │ │ ├── 58_2_22.txt │ │ │ ├── 58_2_23.txt │ │ │ ├── 58_2_24.txt │ │ │ ├── 58_2_3.txt │ │ │ ├── 58_2_4.txt │ │ │ ├── 58_2_5.txt │ │ │ ├── 58_2_6.txt │ │ │ ├── 58_2_7.txt │ │ │ ├── 58_2_8.txt │ │ │ ├── 58_2_9.txt │ │ │ ├── 58_3_0.txt │ │ │ ├── 58_3_1.txt │ │ │ ├── 58_3_10.txt │ │ │ ├── 58_3_11.txt │ │ │ ├── 58_3_12.txt │ │ │ ├── 58_3_13.txt │ │ │ ├── 58_3_14.txt │ │ │ ├── 58_3_15.txt │ │ │ ├── 58_3_16.txt │ │ │ ├── 58_3_17.txt │ │ │ ├── 58_3_18.txt │ │ │ ├── 58_3_19.txt │ │ │ ├── 58_3_2.txt │ │ │ ├── 58_3_20.txt │ │ │ ├── 58_3_21.txt │ │ │ ├── 58_3_22.txt │ │ │ ├── 58_3_23.txt │ │ │ ├── 58_3_24.txt │ │ │ ├── 58_3_3.txt │ │ │ ├── 58_3_4.txt │ │ │ ├── 58_3_5.txt │ │ │ ├── 58_3_6.txt │ │ │ ├── 58_3_7.txt │ │ │ ├── 58_3_8.txt │ │ │ ├── 58_3_9.txt │ │ │ ├── 58_4_0.txt │ │ │ ├── 58_4_1.txt │ │ │ ├── 58_4_10.txt │ │ │ ├── 58_4_11.txt │ │ │ ├── 58_4_12.txt │ │ │ ├── 58_4_13.txt │ │ │ ├── 58_4_14.txt │ │ │ ├── 58_4_15.txt │ │ │ ├── 58_4_16.txt │ │ │ ├── 58_4_17.txt │ │ │ ├── 58_4_18.txt │ │ │ ├── 58_4_19.txt │ │ │ ├── 58_4_2.txt │ │ │ ├── 58_4_20.txt │ │ │ ├── 58_4_21.txt │ │ │ ├── 58_4_22.txt │ │ │ ├── 58_4_23.txt │ │ │ ├── 58_4_24.txt │ │ │ ├── 58_4_3.txt │ │ │ ├── 58_4_4.txt │ │ │ ├── 58_4_5.txt │ │ │ ├── 58_4_6.txt │ │ │ ├── 58_4_7.txt │ │ │ ├── 58_4_8.txt │ │ │ ├── 58_4_9.txt │ │ │ ├── 58_5_0.txt │ │ │ ├── 58_5_1.txt │ │ │ ├── 58_5_10.txt │ │ │ ├── 58_5_11.txt │ │ │ ├── 58_5_12.txt │ │ │ ├── 58_5_13.txt │ │ │ ├── 58_5_14.txt │ │ │ ├── 58_5_15.txt │ │ │ ├── 58_5_16.txt │ │ │ ├── 58_5_17.txt │ │ │ ├── 58_5_18.txt │ │ │ ├── 58_5_19.txt │ │ │ ├── 58_5_2.txt │ │ │ ├── 58_5_20.txt │ │ │ ├── 58_5_21.txt │ │ │ ├── 58_5_22.txt │ │ │ ├── 58_5_23.txt │ │ │ ├── 58_5_24.txt │ │ │ ├── 58_5_3.txt │ │ │ ├── 58_5_4.txt │ │ │ ├── 58_5_5.txt │ │ │ ├── 58_5_6.txt │ │ │ ├── 58_5_7.txt │ │ │ ├── 58_5_8.txt │ │ │ ├── 58_5_9.txt │ │ │ ├── 72_2_0.txt │ │ │ ├── 72_2_1.txt │ │ │ ├── 72_2_10.txt │ │ │ ├── 72_2_11.txt │ │ │ ├── 72_2_12.txt │ │ │ ├── 72_2_13.txt │ │ │ ├── 72_2_14.txt │ │ │ ├── 72_2_15.txt │ │ │ ├── 72_2_16.txt │ │ │ ├── 72_2_17.txt │ │ │ ├── 72_2_18.txt │ │ │ ├── 72_2_19.txt │ │ │ ├── 72_2_2.txt │ │ │ ├── 72_2_20.txt │ │ │ ├── 72_2_21.txt │ │ │ ├── 72_2_22.txt │ │ │ ├── 72_2_23.txt │ │ │ ├── 72_2_24.txt │ │ │ ├── 72_2_3.txt │ │ │ ├── 72_2_4.txt │ │ │ ├── 72_2_5.txt │ │ │ ├── 72_2_6.txt │ │ │ ├── 72_2_7.txt │ │ │ ├── 72_2_8.txt │ │ │ ├── 72_2_9.txt │ │ │ ├── 72_3_0.txt │ │ │ ├── 72_3_1.txt │ │ │ ├── 72_3_10.txt │ │ │ ├── 72_3_11.txt │ │ │ ├── 72_3_12.txt │ │ │ ├── 72_3_13.txt │ │ │ ├── 72_3_14.txt │ │ │ ├── 72_3_15.txt │ │ │ ├── 72_3_16.txt │ │ │ ├── 72_3_17.txt │ │ │ ├── 72_3_18.txt │ │ │ ├── 72_3_19.txt │ │ │ ├── 72_3_2.txt │ │ │ ├── 72_3_20.txt │ │ │ ├── 72_3_21.txt │ │ │ ├── 72_3_22.txt │ │ │ ├── 72_3_23.txt │ │ │ ├── 72_3_24.txt │ │ │ ├── 72_3_3.txt │ │ │ ├── 72_3_4.txt │ │ │ ├── 72_3_5.txt │ │ │ ├── 72_3_6.txt │ │ │ ├── 72_3_7.txt │ │ │ ├── 72_3_8.txt │ │ │ ├── 72_3_9.txt │ │ │ ├── 72_4_0.txt │ │ │ ├── 72_4_1.txt │ │ │ ├── 72_4_10.txt │ │ │ ├── 72_4_11.txt │ │ │ ├── 72_4_12.txt │ │ │ ├── 72_4_13.txt │ │ │ ├── 72_4_14.txt │ │ │ ├── 72_4_15.txt │ │ │ ├── 72_4_16.txt │ │ │ ├── 72_4_17.txt │ │ │ ├── 72_4_18.txt │ │ │ ├── 72_4_19.txt │ │ │ ├── 72_4_2.txt │ │ │ ├── 72_4_20.txt │ │ │ ├── 72_4_21.txt │ │ │ ├── 72_4_22.txt │ │ │ ├── 72_4_23.txt │ │ │ ├── 72_4_24.txt │ │ │ ├── 72_4_3.txt │ │ │ ├── 72_4_4.txt │ │ │ ├── 72_4_5.txt │ │ │ ├── 72_4_6.txt │ │ │ ├── 72_4_7.txt │ │ │ ├── 72_4_8.txt │ │ │ ├── 72_4_9.txt │ │ │ ├── 72_5_0.txt │ │ │ ├── 72_5_1.txt │ │ │ ├── 72_5_10.txt │ │ │ ├── 72_5_11.txt │ │ │ ├── 72_5_12.txt │ │ │ ├── 72_5_13.txt │ │ │ ├── 72_5_14.txt │ │ │ ├── 72_5_15.txt │ │ │ ├── 72_5_16.txt │ │ │ ├── 72_5_17.txt │ │ │ ├── 72_5_18.txt │ │ │ ├── 72_5_19.txt │ │ │ ├── 72_5_2.txt │ │ │ ├── 72_5_20.txt │ │ │ ├── 72_5_21.txt │ │ │ ├── 72_5_22.txt │ │ │ ├── 72_5_23.txt │ │ │ ├── 72_5_24.txt │ │ │ ├── 72_5_3.txt │ │ │ ├── 72_5_4.txt │ │ │ ├── 72_5_5.txt │ │ │ ├── 72_5_6.txt │ │ │ ├── 72_5_7.txt │ │ │ ├── 72_5_8.txt │ │ │ ├── 72_5_9.txt │ │ │ ├── 86_2_0.txt │ │ │ ├── 86_2_1.txt │ │ │ ├── 86_2_10.txt │ │ │ ├── 86_2_11.txt │ │ │ ├── 86_2_12.txt │ │ │ ├── 86_2_13.txt │ │ │ ├── 86_2_14.txt │ │ │ ├── 86_2_15.txt │ │ │ ├── 86_2_16.txt │ │ │ ├── 86_2_17.txt │ │ │ ├── 86_2_18.txt │ │ │ ├── 86_2_19.txt │ │ │ ├── 86_2_2.txt │ │ │ ├── 86_2_20.txt │ │ │ ├── 86_2_21.txt │ │ │ ├── 86_2_22.txt │ │ │ ├── 86_2_23.txt │ │ │ ├── 86_2_24.txt │ │ │ ├── 86_2_3.txt │ │ │ ├── 86_2_4.txt │ │ │ ├── 86_2_5.txt │ │ │ ├── 86_2_6.txt │ │ │ ├── 86_2_7.txt │ │ │ ├── 86_2_8.txt │ │ │ ├── 86_2_9.txt │ │ │ ├── 86_3_0.txt │ │ │ ├── 86_3_1.txt │ │ │ ├── 86_3_10.txt │ │ │ ├── 86_3_11.txt │ │ │ ├── 86_3_12.txt │ │ │ ├── 86_3_13.txt │ │ │ ├── 86_3_14.txt │ │ │ ├── 86_3_15.txt │ │ │ ├── 86_3_16.txt │ │ │ ├── 86_3_17.txt │ │ │ ├── 86_3_18.txt │ │ │ ├── 86_3_19.txt │ │ │ ├── 86_3_2.txt │ │ │ ├── 86_3_20.txt │ │ │ ├── 86_3_21.txt │ │ │ ├── 86_3_22.txt │ │ │ ├── 86_3_23.txt │ │ │ ├── 86_3_24.txt │ │ │ ├── 86_3_3.txt │ │ │ ├── 86_3_4.txt │ │ │ ├── 86_3_5.txt │ │ │ ├── 86_3_6.txt │ │ │ ├── 86_3_7.txt │ │ │ ├── 86_3_8.txt │ │ │ ├── 86_3_9.txt │ │ │ ├── 86_4_0.txt │ │ │ ├── 86_4_1.txt │ │ │ ├── 86_4_10.txt │ │ │ ├── 86_4_11.txt │ │ │ ├── 86_4_12.txt │ │ │ ├── 86_4_13.txt │ │ │ ├── 86_4_14.txt │ │ │ ├── 86_4_15.txt │ │ │ ├── 86_4_16.txt │ │ │ ├── 86_4_17.txt │ │ │ ├── 86_4_18.txt │ │ │ ├── 86_4_19.txt │ │ │ ├── 86_4_2.txt │ │ │ ├── 86_4_20.txt │ │ │ ├── 86_4_21.txt │ │ │ ├── 86_4_22.txt │ │ │ ├── 86_4_23.txt │ │ │ ├── 86_4_24.txt │ │ │ ├── 86_4_3.txt │ │ │ ├── 86_4_4.txt │ │ │ ├── 86_4_5.txt │ │ │ ├── 86_4_6.txt │ │ │ ├── 86_4_7.txt │ │ │ ├── 86_4_8.txt │ │ │ ├── 86_4_9.txt │ │ │ ├── 86_5_0.txt │ │ │ ├── 86_5_1.txt │ │ │ ├── 86_5_10.txt │ │ │ ├── 86_5_11.txt │ │ │ ├── 86_5_12.txt │ │ │ ├── 86_5_13.txt │ │ │ ├── 86_5_14.txt │ │ │ ├── 86_5_15.txt │ │ │ ├── 86_5_16.txt │ │ │ ├── 86_5_17.txt │ │ │ ├── 86_5_18.txt │ │ │ ├── 86_5_19.txt │ │ │ ├── 86_5_2.txt │ │ │ ├── 86_5_20.txt │ │ │ ├── 86_5_21.txt │ │ │ ├── 86_5_22.txt │ │ │ ├── 86_5_23.txt │ │ │ ├── 86_5_24.txt │ │ │ ├── 86_5_3.txt │ │ │ ├── 86_5_4.txt │ │ │ ├── 86_5_5.txt │ │ │ ├── 86_5_6.txt │ │ │ ├── 86_5_7.txt │ │ │ ├── 86_5_8.txt │ │ │ └── 86_5_9.txt │ │ ├── sample │ │ │ └── 4_3_0.txt │ │ └── test.txt │ └── out.txt ├── ORMATRIX.cpp ├── PAINTREE.cpp ├── PAPER.cpp ├── PLANT.cpp ├── PRESTIGE.cpp ├── PRINDRAG.cpp ├── RECOVER.cpp ├── RIVER.cpp ├── SAFPAR.cpp ├── SPECTAC.cpp ├── STICKS2.cpp ├── STRTF.cpp ├── TBGRAPH.cpp ├── TREEBAL.cpp ├── TREEQ1.cpp ├── TWOARR.cpp ├── TWOTREES.cpp ├── UPDOTR.cpp ├── WORDGRID.cpp └── XORSORT2.cpp ├── Codeforces ├── 0071C.cpp ├── 0079D.cpp ├── 0087D.cpp ├── 0150C.java ├── 0165B.cpp ├── 0190E.cpp ├── 0191E.cpp ├── 0240E.cpp ├── 0258E.cpp ├── 0297C.cpp ├── 0317D.cpp ├── 0324D.cpp ├── 0341D.cpp ├── 0349D(1).java ├── 0349D(2).java ├── 0351C.cpp ├── 0360E.cpp ├── 0365E.cpp ├── 0374D.cpp ├── 0403C.java ├── 0416D.cpp ├── 0436E.cpp ├── 0436F.cpp ├── 0449B.java ├── 0453E.cpp ├── 0518E.cpp ├── 0536C.cpp ├── 0631E.cpp ├── 0633E(1).cpp ├── 0633E(2).cpp ├── 0641D.cpp ├── 0653G.cpp ├── 0682E.cpp ├── 0697E.cpp ├── 0742E.cpp ├── 0758F.cpp ├── 0787D.java ├── 0789D.cpp ├── 0789E.java ├── 0813D.cpp ├── 0832E.cpp ├── 0833C.cpp ├── 0833D.cpp ├── 0875F.cpp ├── 0938G.cpp ├── 0981E.cpp ├── 0981F.cpp ├── 0981G.java ├── 0985F.cpp ├── 0993D.cpp ├── 0993E.cpp ├── 0997E.cpp ├── 1000E.cpp ├── 1000F.cpp ├── 1000G.cpp ├── 1004F.cpp ├── 1007D.cpp ├── 1008D.cpp ├── 1008E.cpp ├── 1010E.cpp ├── 1012D.cpp ├── 1012E.cpp ├── 1023D.cpp ├── 1023F(1).cpp ├── 1023F(2).cpp ├── 1030G.cpp ├── 1031E.cpp ├── 1031F.cpp ├── 1032F.cpp ├── 1032G.cpp ├── 1033E.cpp ├── 1033F.cpp ├── 1034C.cpp ├── 1034D.cpp ├── 1036F.cpp ├── 1037G.cpp ├── 1037H.cpp ├── 1042F.cpp ├── 1043F.cpp ├── 1044D.cpp ├── 1044E.cpp ├── 1044F.cpp ├── 1051E.cpp ├── 1054F.cpp ├── 1054G.cpp ├── 1056G.cpp ├── 1056H.cpp ├── 1060G.cpp ├── 1061E.cpp ├── 1062F.cpp ├── 1063D.cpp ├── 1063E.cpp ├── 1063F.cpp ├── 1065F.cpp ├── 1065G.cpp ├── 1067C.cpp ├── 1067D.cpp ├── 1071E.cpp ├── 1073G.cpp ├── 1078E.cpp ├── 1080E.cpp ├── 1081G.cpp ├── 1083C.cpp ├── 1083D.cpp ├── 1083F.cpp ├── 1085G.cpp ├── 1086F.cpp ├── 1091E.cpp ├── 1091F.cpp ├── 1091G.java ├── 1091H.cpp ├── 1093E.cpp ├── 1096E.cpp ├── 1096G.cpp ├── 1096G.java ├── 1097E.cpp ├── 1097F.cpp ├── 1097G.cpp ├── 1098D.cpp ├── 1098E.cpp ├── 1103C.cpp ├── 1103D.cpp ├── 1105E.cpp ├── 1106F.cpp ├── 1107F.cpp ├── 1107G.cpp ├── 1109C.cpp ├── 1109D.cpp ├── 1109E.cpp ├── 1111E.cpp ├── 1118F2.cpp ├── 1129D.cpp ├── 1129E.cpp ├── 1131G.cpp ├── 1132G.cpp ├── 1147D.cpp ├── 1147E.cpp ├── 1149C.cpp ├── 1149D.cpp ├── 1172C.cpp ├── 1172D.cpp ├── 1172E.cpp ├── 1172F.cpp ├── 1175G.cpp ├── 1179C.cpp ├── 1179D.cpp ├── 1179E.cpp ├── 1181E.cpp ├── 1182E.cpp ├── 1182F.cpp ├── 1187G.cpp ├── 1190E.cpp ├── 1194G.cpp ├── 1197F.cpp ├── 1198E.cpp ├── 1198F.cpp ├── 1205D.cpp ├── 1205E.cpp ├── 1208G.cpp ├── 1225F.cpp ├── 1225G.cpp ├── 1227D.cpp ├── 1227F.cpp ├── 1227G.cpp ├── 1254D.cpp ├── 1254E.cpp ├── 1261F.cpp ├── 1303G.cpp ├── 1327G.cpp ├── G102012E.cpp ├── G102052D.cpp ├── G102052E.cpp ├── G102056C.cpp ├── G102056E.cpp ├── G102056G.cpp └── G102056J.cpp ├── FacebookHackerCup ├── 18-0-A.java ├── 18-0-B.java ├── 18-0-C.java ├── 18-1-A.java ├── 18-1-B.java ├── 18-1-C.java ├── 18-1-D.java ├── 18-2-A.java ├── 18-2-B.java ├── 18-2-C.java ├── 18-2-D.java ├── 19-0-A.java ├── 19-0-B.java ├── 19-0-C.java ├── 19-0-D.java ├── 19-1-A.java ├── 19-1-B.java ├── 19-1-C.java ├── 19-1-D.java ├── 19-2-A.java ├── 19-2-B.java ├── 19-2-C.java ├── 19-2-D.java ├── 19-3-A.java ├── 19-3-B.java ├── 19-3-C.java ├── 19-3-D.java ├── 20-2-A.java ├── 20-2-B.java ├── 20-2-C.java ├── 20-2-D.cpp └── 21-2-D.cpp ├── FunctionCup ├── 19-Chairs │ ├── king.cpp │ └── vassal.cpp ├── 19-Cross.cpp ├── 19-Hiccup.cpp ├── 19-Museum.cpp └── 19-Unique.cpp ├── GoogleCodeJam ├── 08-AMER-D.cpp ├── 18-2-A.java ├── 18-2-B(1).java ├── 18-2-B(2).java ├── 18-2-C.java ├── 18-2-D.java ├── 18-3-A.java ├── 18-3-B.java ├── 19-0-A.cpp ├── 19-0-B.cpp ├── 19-0-C.java ├── 19-0-D.cpp ├── 19-1A-A.cpp ├── 19-1A-B.cpp ├── 19-1A-C.cpp ├── 19-1B-A.cpp ├── 19-1B-B.cpp ├── 19-1B-C.cpp ├── 19-1C-A.cpp ├── 19-1C-B.cpp └── 19-1C-C.cpp ├── GoogleKickStart ├── 19A-A.cpp ├── 19A-B.cpp ├── 19A-C.cpp └── 19E-C.cpp ├── HackerRank ├── alien-languages.cpp ├── beautiful-pairs.cpp ├── hourrank-28 │ └── xorry-queries.cpp ├── hourrank-30 │ └── diverse-strings.java ├── hourrank-31 │ └── basketball-tournament-1.cpp ├── ioi-2014-practice-contest-1 │ └── bounce-bounce-bounce-ioi14.cpp ├── ioi-2014-practice-contest-2 │ ├── family-ioi14.cpp │ └── guardians-lunatics-ioi14.cpp ├── mining.cpp ├── noi-ph-2019-finals-1-mirror │ └── sumbong-centers.cpp ├── noi-ph-2019-practice-2 │ └── kono-subarashii-sekai-ni-shukufuku-wo.java ├── noi-ph-2019 │ ├── almost-original.java │ ├── anion-find.java │ ├── aswang-immortal-trivia.java │ ├── dagohoy-rock-lapu-lapu-boogie.java │ ├── evening-gown.java │ ├── exchange-gift.java │ ├── lots-of-cookies.java │ ├── ngc.java │ ├── remotion.java │ ├── saishuu-shinpan.java │ ├── skyscaping.java │ ├── spratly-islands-tour.java │ ├── super-rangers.java │ └── yet-another-packing-problem.java ├── pwshpc-online-round │ └── pwsh-tokens.cpp ├── university-codesprint-4 │ └── drawing-rectangles.java ├── w38 │ ├── cargo-delivery.cpp │ ├── neighborhood-queries(1).cpp │ └── neighborhood-queries(2).cpp └── world-codesprint-13 │ ├── balanced-sequence.cpp │ ├── competitive-teams.cpp │ ├── dynamic-trees.cpp │ └── landslide.cpp ├── IOI ├── 02-Bus.cpp ├── 03-Code.cpp ├── 03-Guess.cpp ├── 03-Maintain.cpp ├── 04-Empodia.cpp ├── 06-Points.cpp ├── 07-Pairs.cpp ├── 08-Pyramid.cpp ├── 09-Archery.cpp ├── 09-Mecho.cpp ├── 11-Elephants.cpp ├── 12-City.cpp ├── 12-Rings.cpp ├── 12-Scrivener.cpp ├── 12-Supper │ ├── advisor.cpp │ └── assistant.cpp ├── 13-Robots.cpp ├── 13-Wombats.cpp ├── 14-Friend.cpp ├── 14-Game.cpp ├── 14-Holiday.cpp ├── 14-Rail.cpp ├── 14-Wall.cpp ├── 15-Boxes.cpp ├── 15-Horses.cpp ├── 15-Scales.cpp ├── 15-Sorting.cpp ├── 15-Teams.cpp ├── 15-Towns.cpp ├── 16-Aliens.cpp ├── 16-Messy.cpp ├── 16-Molecules.cpp ├── 16-Paint.cpp ├── 16-Railroad.cpp ├── 16-Shortcut.cpp ├── 17-Books.cpp ├── 17-Prize.cpp ├── 17-Simurgh.cpp ├── 17-Train.cpp ├── 17-Wiring.cpp ├── 18-Combo.cpp ├── 18-Doll.cpp ├── 18-Highway.cpp ├── 18-Meetings.cpp ├── 18-Seats.cpp ├── 18-Werewolf.cpp ├── 19-Line.cpp ├── 19-Rect.cpp ├── 19-Split.cpp ├── 19-Walk.cpp ├── 19P-Cycle.cpp ├── 19P-Job.cpp ├── 19P-Packing.cpp └── 19P-Transfer.cpp ├── IZhO ├── 13-Burrow.cpp ├── 13-Trading.cpp ├── 14-Divide.cpp ├── 14-Shymbulak.cpp ├── 17-Bomb.cpp └── 19-Xoractive.cpp ├── Index_of_Cancerous_Codes.md ├── Info1Cup ├── 18-Del13.cpp ├── 18-Hidden.cpp └── 18-Maxcomp.cpp ├── InfoArena ├── Invtree.cpp ├── Pitici3.cpp ├── Regat.cpp └── Tricolor.cpp ├── JOI ├── 13F-BubbleSort.cpp ├── 13O-Synchronization(1).cpp ├── 13O-Synchronization(2).cpp ├── 16O-Selling_RNA.cpp ├── 16O-Skyscraper.cpp ├── 17O-Amusement_Park │ ├── Ioi.cpp │ └── Joi.cpp ├── 17O-Bulldozer.cpp ├── 17S-City │ ├── Device.cpp │ └── Encoder.cpp ├── 17S-Coach.cpp ├── 17S-Park.cpp ├── 17S-Port_Facility.cpp ├── 17S-Railway(1).cpp ├── 17S-Railway(2).cpp ├── 18F-Art.cpp ├── 18F-Commuter_Pass.cpp ├── 18F-Dango_Maker.cpp ├── 18F-Snake.cpp ├── 18F-Stove.cpp ├── 18S-Asceticism.cpp ├── 18S-Bitaro.cpp ├── 18S-Construction.cpp ├── 18S-Fences.cpp ├── 18S-Wild_Boar.cpp ├── 19F-Bitaro.cpp ├── 19F-Coin.cpp ├── 19F-Exhibition.cpp ├── 19F-Growing.cpp ├── 19O-Jumps.cpp ├── 19O-Remittance.cpp ├── 19O-Virus.cpp ├── 19S-Antennas.cpp ├── 19S-Cake3.cpp ├── 19S-Dishes.cpp ├── 19S-Examination.cpp ├── 19S-Meetings.cpp ├── 19S-Mergers.cpp ├── 19S-Minerals.cpp ├── 19S-Naan.cpp ├── 19S-Transportations │ ├── Azer.cpp │ └── Baijan.cpp ├── 20S-Building4.cpp ├── 20S-Constellation3.cpp ├── 20S-Hamburg.cpp ├── 20S-Harvest.cpp ├── 20S-Joitter2.cpp ├── 20S-Sweeping.cpp └── 20S-Treatment.cpp ├── Kattis ├── hanoi18 │ └── grabagraph.cpp └── open │ └── stringmultimatching.cpp ├── LiveArchive ├── 5820.cpp └── 5854.cpp ├── PKU ├── 1738.cpp └── 3709.cpp ├── POI ├── 18-Lightning_Conductor.cpp ├── 18T-Strongbox.cpp ├── 19-Warehouse_Store.cpp ├── 20-Price_List.cpp ├── 22-Gluttons.cpp ├── 22-Squares.cpp ├── 23-Hydro.cpp ├── 23-Stutter.cpp └── 25-Polynomial.cpp ├── README.md ├── SGNOI └── 19-Feast.cpp ├── SPOJ ├── BAABO.cpp ├── DYNACON1.cpp ├── DYNALCA.cpp ├── MATCHING.cpp ├── ORDERSET.cpp ├── SARRAY.cpp └── SFLIP.cpp ├── TJU └── temp.txt ├── TOKI └── 18-Group.cpp ├── Templates ├── Main.cpp ├── Mnt.cpp ├── Segtree.cpp ├── combo.cpp ├── digraph.cpp ├── hashfactory.cpp └── sieve.cpp ├── Timus └── temp.txt ├── Topcoder ├── Open19-1B-D1-1000.java ├── Open19-1B-D1-250.java ├── Open19-1B-D1-500.java ├── Open20-2A-D1-1000.cpp ├── Open20-2A-D1-300.cpp ├── Open20-2A-D1-400.cpp ├── SRM416-D1-500.java ├── SRM515-D2-1000.java ├── SRM739-D2-1000.java ├── SRM739-D2-250.java ├── SRM739-D2-500.java ├── SRM777-D1-500.cpp ├── SRM778-D1-250.cpp ├── SRM778-D1-600.cpp ├── SRM778-D1-900.cpp ├── SRM779-D1-250.cpp ├── SRM779-D1-450.cpp ├── SRM779-D1-900.cpp ├── SRM780-D1-1000.cpp ├── SRM780-D1-250.cpp └── SRM780-D1-450.cpp ├── USACO ├── Contests │ ├── 1112_1G │ │ ├── Bsudoku.java │ │ ├── Median.java │ │ ├── Steeple(1).java │ │ ├── Steeple(2).java │ │ └── Steeple(3).java │ ├── 1112_2G │ │ ├── Grassplant(1).java │ │ ├── Grassplant(2).java │ │ ├── Photo.cpp │ │ └── Simplify.cpp │ ├── 1213_1G │ │ ├── Bbreeds.java │ │ ├── Btree.java │ │ └── Cbs.java │ ├── 1516_1P │ │ ├── Cardgame.java │ │ ├── Haybales.java │ │ └── Maxflow.java │ ├── 1617_1P │ │ ├── Roboherd.cpp │ │ ├── Team.java │ │ └── Triangles.java │ ├── 1617_2P │ │ ├── Promote.java │ │ ├── Subrev.java │ │ └── Tallbarn.java │ ├── 1617_3P │ │ ├── Friendcross.java │ │ ├── Mincross.java │ │ └── Nocross.java │ ├── 1617_4P │ │ ├── art.cpp │ │ └── grass.cpp │ ├── 1718_1G │ │ ├── Barnpainting.java │ │ ├── Hayfeast.java │ │ └── Piepie.java │ ├── 1718_1P │ │ ├── Greedy.java │ │ ├── Pushabox.cpp │ │ └── Standingout.cpp │ ├── 1718_2P │ │ ├── Atlarge.java │ │ ├── Lifeguards.java │ │ └── Sprinklers.java │ ├── 1718_3P │ │ ├── Gymnasts.java │ │ ├── Newbarn(1).java │ │ ├── Newbarn(2).java │ │ └── Slingshot.java │ ├── 1718_4G │ │ └── Sort.cpp │ ├── 1718_4P │ │ ├── Disrupt.java │ │ ├── Sort.cpp │ │ └── Train │ │ │ ├── Train.cpp │ │ │ ├── compile.bat │ │ │ ├── grader.cpp │ │ │ ├── grader.h │ │ │ └── run.bat │ ├── 1819_1B │ │ ├── Backforth.cpp │ │ ├── Backforth.java │ │ ├── Blist.cpp │ │ ├── Blist.java │ │ ├── MixMilk.java │ │ └── Mixmilk.cpp │ ├── 1819_1G │ │ ├── Cowpatibility.cpp │ │ ├── Cowpatibility.java │ │ ├── Dining.cpp │ │ ├── Dining.java │ │ ├── Teamwork.cpp │ │ └── Teamwork.java │ ├── 1819_1P │ │ ├── Balance.cpp │ │ ├── Gathering.cpp │ │ ├── Gathering.java │ │ ├── Itout.cpp │ │ └── Itout.java │ ├── 1819_1S │ │ ├── Convention.cpp │ │ ├── Convention.java │ │ ├── Convention2.cpp │ │ ├── Convention2.java │ │ ├── Mooyomooyo.cpp │ │ └── Mooyomooyo.java │ ├── 1819_2P │ │ ├── Exercise.cpp │ │ ├── Redistricting.cpp │ │ └── Tracking2.cpp │ ├── 1819_3P │ │ ├── Cowdate.cpp │ │ ├── Mooriokart.cpp │ │ └── Mowing.cpp │ ├── 1920_1P │ │ ├── Pieaters.cpp │ │ ├── Snowcow.cpp │ │ └── Treedepth.cpp │ ├── 1920_3P │ │ ├── Deleg.cpp │ │ ├── Help.cpp │ │ └── Triangles.cpp │ └── 1920_4P │ │ ├── Circus.cpp │ │ ├── Exercise.cpp │ │ └── Sprinklers2.cpp └── Training Pages │ ├── Section 1.1 │ ├── Beads.java │ ├── Friday.java │ ├── Gift1.java │ ├── Ride.java │ └── Test.java │ ├── Section 1.2 │ ├── Dualpal.java │ ├── Milk2.java │ ├── Namenum.java │ ├── Palsquare.java │ └── Transform.java │ ├── Section 1.3 │ ├── Barn1.java │ ├── Combo.java │ ├── Crypt1.java │ ├── Milk.java │ ├── Skidesign.java │ └── Wormhole.java │ ├── Section 1.4 │ ├── Ariprog.java │ └── Milk3.java │ ├── Section 1.5 │ ├── Numtri.java │ ├── Pprime.java │ └── Sprime.java │ ├── Section 2.1 │ ├── Castle.java │ ├── Frac1.java │ ├── Hamming.java │ ├── Holstein.java │ └── Sort3.java │ ├── Section 2.2 │ ├── Lamps.java │ ├── Preface.java │ ├── Runround.java │ └── Subset.java │ ├── Section 2.3 │ ├── Concom.java │ ├── Money.java │ ├── Nocows.java │ ├── Prefix.java │ └── Zerosum.java │ ├── Section 2.4 │ ├── Comehome.java │ ├── Cowtour.java │ ├── Fracdec.java │ ├── Maze1.java │ └── Ttwo.java │ ├── Section 3.1 │ ├── Agrinet.java │ ├── Contact.java │ ├── Humble.java │ ├── Inflate.java │ └── Stamps.java │ ├── Section 3.2 │ ├── Butter.java │ ├── Fact4.java │ ├── Kimbits.java │ ├── Msquare.java │ ├── Ratios.java │ └── Spin.java │ ├── Section 3.3 │ ├── Camelot.cpp │ ├── Camelot.java │ ├── Fence.java │ ├── Game1.java │ ├── Range.java │ └── Shopping.java │ ├── Section 3.4 │ ├── Fence9.java │ ├── Heritage.java │ └── Rockers.java │ ├── Section 3.5 │ ├── Fence6.java │ └── Nuggets.java │ ├── Section 4.2 │ ├── Ditch.java │ ├── Job.java │ └── Stall4.java │ ├── Section 4.3 │ ├── Buylow.java │ ├── Lgame.java │ └── Race3.java │ ├── Section 4.4 │ ├── Frameup.java │ ├── Milk6.java │ └── Shuttle.java │ ├── Section 5.1 │ ├── Fc.java │ └── Theme.java │ ├── Section 5.3 │ ├── Bigbrn.java │ ├── Milk4.java │ ├── Schlnet.java │ └── Window.java │ └── Section 5.4 │ ├── Charrec.java │ ├── Telecow.java │ └── Tour.java └── UVA ├── 1427.cpp └── 529.cpp /APIO/08-Beads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/08-Beads.cpp -------------------------------------------------------------------------------- /APIO/09-ATM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/09-ATM.cpp -------------------------------------------------------------------------------- /APIO/10-Commando.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/10-Commando.cpp -------------------------------------------------------------------------------- /APIO/12-Dispatching.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/12-Dispatching.cpp -------------------------------------------------------------------------------- /APIO/12-Kunai.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/12-Kunai.cpp -------------------------------------------------------------------------------- /APIO/13-Robots.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/13-Robots.cpp -------------------------------------------------------------------------------- /APIO/13-Toll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/13-Toll.cpp -------------------------------------------------------------------------------- /APIO/14-Beads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/14-Beads.cpp -------------------------------------------------------------------------------- /APIO/14-Palindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/14-Palindrome.cpp -------------------------------------------------------------------------------- /APIO/14-Sequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/14-Sequence.cpp -------------------------------------------------------------------------------- /APIO/15-Bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/15-Bridge.cpp -------------------------------------------------------------------------------- /APIO/15-Sculpture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/15-Sculpture.cpp -------------------------------------------------------------------------------- /APIO/16-Boat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/16-Boat.cpp -------------------------------------------------------------------------------- /APIO/16-Fireworks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/16-Fireworks.cpp -------------------------------------------------------------------------------- /APIO/17-Merchant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/17-Merchant.cpp -------------------------------------------------------------------------------- /APIO/17-Rainbow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/17-Rainbow.cpp -------------------------------------------------------------------------------- /APIO/18-Circle_Selection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/18-Circle_Selection.cpp -------------------------------------------------------------------------------- /APIO/18-Duathlon(1).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/18-Duathlon(1).cpp -------------------------------------------------------------------------------- /APIO/18-Duathlon(2).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/18-Duathlon(2).cpp -------------------------------------------------------------------------------- /APIO/18-New_Home.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/18-New_Home.cpp -------------------------------------------------------------------------------- /APIO/20-Fun.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/20-Fun.cpp -------------------------------------------------------------------------------- /APIO/20-Paint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/20-Paint.cpp -------------------------------------------------------------------------------- /APIO/20-Swap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/APIO/20-Swap.cpp -------------------------------------------------------------------------------- /AtCoder/B112-C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/B112-C.cpp -------------------------------------------------------------------------------- /AtCoder/G002-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G002-E.cpp -------------------------------------------------------------------------------- /AtCoder/G003-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G003-E.cpp -------------------------------------------------------------------------------- /AtCoder/G004-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G004-E.cpp -------------------------------------------------------------------------------- /AtCoder/G005-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G005-E.cpp -------------------------------------------------------------------------------- /AtCoder/G006-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G006-E.cpp -------------------------------------------------------------------------------- /AtCoder/G007-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G007-E.cpp -------------------------------------------------------------------------------- /AtCoder/G008-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G008-E.cpp -------------------------------------------------------------------------------- /AtCoder/G009-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G009-E.cpp -------------------------------------------------------------------------------- /AtCoder/G011-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G011-E.cpp -------------------------------------------------------------------------------- /AtCoder/G018-C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G018-C.cpp -------------------------------------------------------------------------------- /AtCoder/G027-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G027-A.java -------------------------------------------------------------------------------- /AtCoder/G027-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G027-B.java -------------------------------------------------------------------------------- /AtCoder/G027-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G027-C.java -------------------------------------------------------------------------------- /AtCoder/G028-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G028-A.java -------------------------------------------------------------------------------- /AtCoder/G028-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G028-B.java -------------------------------------------------------------------------------- /AtCoder/G028-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G028-C.java -------------------------------------------------------------------------------- /AtCoder/G033-A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G033-A.cpp -------------------------------------------------------------------------------- /AtCoder/G033-B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G033-B.cpp -------------------------------------------------------------------------------- /AtCoder/G033-C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G033-C.cpp -------------------------------------------------------------------------------- /AtCoder/G037-B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G037-B.cpp -------------------------------------------------------------------------------- /AtCoder/G037-C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G037-C.cpp -------------------------------------------------------------------------------- /AtCoder/G037-D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G037-D.cpp -------------------------------------------------------------------------------- /AtCoder/G037-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/G037-E.cpp -------------------------------------------------------------------------------- /AtCoder/R067-F.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/R067-F.java -------------------------------------------------------------------------------- /AtCoder/R070-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/R070-E.cpp -------------------------------------------------------------------------------- /AtCoder/R079-F.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/R079-F.java -------------------------------------------------------------------------------- /AtCoder/R103-D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/R103-D.java -------------------------------------------------------------------------------- /AtCoder/R103-E.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/R103-E.java -------------------------------------------------------------------------------- /AtCoder/R103-F.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/AtCoder/R103-F.java -------------------------------------------------------------------------------- /BkOI/11-2Circles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BkOI/11-2Circles.cpp -------------------------------------------------------------------------------- /BkOI/11-Time_Is_Money.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BkOI/11-Time_Is_Money.cpp -------------------------------------------------------------------------------- /BkOI/12-Balls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BkOI/12-Balls.cpp -------------------------------------------------------------------------------- /BkOI/12-FanGroups.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BkOI/12-FanGroups.cpp -------------------------------------------------------------------------------- /BkOI/17-Cats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BkOI/17-Cats.cpp -------------------------------------------------------------------------------- /BkOI/18-Minmaxtree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BkOI/18-Minmaxtree.cpp -------------------------------------------------------------------------------- /BtOI/07-Fence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/07-Fence.cpp -------------------------------------------------------------------------------- /BtOI/07-Sorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/07-Sorting.cpp -------------------------------------------------------------------------------- /BtOI/08-Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/08-Game.cpp -------------------------------------------------------------------------------- /BtOI/08-Magical.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/08-Magical.cpp -------------------------------------------------------------------------------- /BtOI/09-Rectangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/09-Rectangle.cpp -------------------------------------------------------------------------------- /BtOI/10-Bears.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/10-Bears.cpp -------------------------------------------------------------------------------- /BtOI/10-Lego.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/10-Lego.cpp -------------------------------------------------------------------------------- /BtOI/11-Meetings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/11-Meetings.cpp -------------------------------------------------------------------------------- /BtOI/11-Mirroring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/11-Mirroring.cpp -------------------------------------------------------------------------------- /BtOI/13-Pipes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/13-Pipes.cpp -------------------------------------------------------------------------------- /BtOI/13-Tracks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/13-Tracks.cpp -------------------------------------------------------------------------------- /BtOI/13-Vim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/13-Vim.cpp -------------------------------------------------------------------------------- /BtOI/14-Cop_Robber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/14-Cop_Robber.cpp -------------------------------------------------------------------------------- /BtOI/14-Portals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/14-Portals.cpp -------------------------------------------------------------------------------- /BtOI/14-Postmen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/14-Postmen.cpp -------------------------------------------------------------------------------- /BtOI/15-Bowling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/15-Bowling.cpp -------------------------------------------------------------------------------- /BtOI/15-Tug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/15-Tug.cpp -------------------------------------------------------------------------------- /BtOI/16-Cities.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/16-Cities.cpp -------------------------------------------------------------------------------- /BtOI/16-Park.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/16-Park.cpp -------------------------------------------------------------------------------- /BtOI/16-Swap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/16-Swap.cpp -------------------------------------------------------------------------------- /BtOI/17W-Toast.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/BtOI/17W-Toast.cpp -------------------------------------------------------------------------------- /CCO/18-Wrong_Answer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CCO/18-Wrong_Answer.cpp -------------------------------------------------------------------------------- /CEOI/03-Trip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/03-Trip.cpp -------------------------------------------------------------------------------- /CEOI/04-Clouds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/04-Clouds.cpp -------------------------------------------------------------------------------- /CEOI/04-Football.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/04-Football.cpp -------------------------------------------------------------------------------- /CEOI/04-Two.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/04-Two.cpp -------------------------------------------------------------------------------- /CEOI/06-Walk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/06-Walk.cpp -------------------------------------------------------------------------------- /CEOI/09-Boxes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/09-Boxes.cpp -------------------------------------------------------------------------------- /CEOI/11-Hotel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/11-Hotel.cpp -------------------------------------------------------------------------------- /CEOI/12-Circuit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/12-Circuit.cpp -------------------------------------------------------------------------------- /CEOI/12-Highway.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/12-Highway.cpp -------------------------------------------------------------------------------- /CEOI/12-Race.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/12-Race.cpp -------------------------------------------------------------------------------- /CEOI/13-Adriatic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/13-Adriatic.cpp -------------------------------------------------------------------------------- /CEOI/13-Board.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/13-Board.cpp -------------------------------------------------------------------------------- /CEOI/13-Tram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/13-Tram.cpp -------------------------------------------------------------------------------- /CEOI/13-Treasure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/13-Treasure.cpp -------------------------------------------------------------------------------- /CEOI/14-007.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/14-007.cpp -------------------------------------------------------------------------------- /CEOI/14-Fangorn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/14-Fangorn.cpp -------------------------------------------------------------------------------- /CEOI/14-Wall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/14-Wall.cpp -------------------------------------------------------------------------------- /CEOI/16-ICC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/16-ICC.cpp -------------------------------------------------------------------------------- /CEOI/16-Match.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/16-Match.cpp -------------------------------------------------------------------------------- /CEOI/16-Popeala.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/16-Popeala.cpp -------------------------------------------------------------------------------- /CEOI/16-Trick.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/16-Trick.cpp -------------------------------------------------------------------------------- /CEOI/17-Building.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/17-Building.cpp -------------------------------------------------------------------------------- /CEOI/17-OneWay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/17-OneWay.cpp -------------------------------------------------------------------------------- /CEOI/17-Sure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/17-Sure.cpp -------------------------------------------------------------------------------- /CEOI/18-Cloud.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/18-Cloud.cpp -------------------------------------------------------------------------------- /CEOI/18-Global.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/18-Global.cpp -------------------------------------------------------------------------------- /CEOI/18-Lottery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/18-Lottery.cpp -------------------------------------------------------------------------------- /CEOI/18-Toy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/18-Toy.cpp -------------------------------------------------------------------------------- /CEOI/19-AmusementPark.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/19-AmusementPark.cpp -------------------------------------------------------------------------------- /CEOI/19-Cubeword.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/19-Cubeword.cpp -------------------------------------------------------------------------------- /CEOI/19-Diameter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/19-Diameter.cpp -------------------------------------------------------------------------------- /CEOI/19-MagicTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/19-MagicTree.cpp -------------------------------------------------------------------------------- /CEOI/19-Skyscrapers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/19-Skyscrapers.cpp -------------------------------------------------------------------------------- /CEOI/20-Chessrush.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/20-Chessrush.cpp -------------------------------------------------------------------------------- /CEOI/20-Cleaning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/20-Cleaning.cpp -------------------------------------------------------------------------------- /CEOI/20-Fancyfence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/20-Fancyfence.cpp -------------------------------------------------------------------------------- /CEOI/20-Potion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/20-Potion.cpp -------------------------------------------------------------------------------- /CEOI/20-Roads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/20-Roads.cpp -------------------------------------------------------------------------------- /CEOI/20-Startrek.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CEOI/20-Startrek.cpp -------------------------------------------------------------------------------- /COCI/10-Aladin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COCI/10-Aladin.cpp -------------------------------------------------------------------------------- /COCI/10-Pasijans.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COCI/10-Pasijans.cpp -------------------------------------------------------------------------------- /COCI/15-Divljak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COCI/15-Divljak.cpp -------------------------------------------------------------------------------- /COCI/16-Nekameleoni.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COCI/16-Nekameleoni.cpp -------------------------------------------------------------------------------- /COCI/17-Osmosmjerka(1).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COCI/17-Osmosmjerka(1).cpp -------------------------------------------------------------------------------- /COCI/17-Osmosmjerka(2).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COCI/17-Osmosmjerka(2).cpp -------------------------------------------------------------------------------- /COCI/17-Rima.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COCI/17-Rima.cpp -------------------------------------------------------------------------------- /COCI/18-Deda.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COCI/18-Deda.cpp -------------------------------------------------------------------------------- /COI/15-Cvenk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COI/15-Cvenk.cpp -------------------------------------------------------------------------------- /COI/15-Koviance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COI/15-Koviance.cpp -------------------------------------------------------------------------------- /COI/16-Relay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COI/16-Relay.cpp -------------------------------------------------------------------------------- /COI/18-Paprike.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/COI/18-Paprike.cpp -------------------------------------------------------------------------------- /CSAcademy/78-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CSAcademy/78-E.cpp -------------------------------------------------------------------------------- /CSAcademy/82-E.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CSAcademy/82-E.java -------------------------------------------------------------------------------- /CSAcademy/84-E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CSAcademy/84-E.cpp -------------------------------------------------------------------------------- /CSAcademy/84-F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CSAcademy/84-F.cpp -------------------------------------------------------------------------------- /CSAcademy/84-G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CSAcademy/84-G.cpp -------------------------------------------------------------------------------- /CSAcademy/fii-code-2020-round-3-D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CSAcademy/fii-code-2020-round-3-D.cpp -------------------------------------------------------------------------------- /CodeChef/ADIMAT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/ADIMAT.cpp -------------------------------------------------------------------------------- /CodeChef/ADITREE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/ADITREE.cpp -------------------------------------------------------------------------------- /CodeChef/BINOFEV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/BINOFEV.cpp -------------------------------------------------------------------------------- /CodeChef/BIPFAMIL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/BIPFAMIL.cpp -------------------------------------------------------------------------------- /CodeChef/BJUDGE.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/BJUDGE.java -------------------------------------------------------------------------------- /CodeChef/CBFEAST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/CBFEAST.cpp -------------------------------------------------------------------------------- /CodeChef/CHANGNUM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/CHANGNUM.cpp -------------------------------------------------------------------------------- /CodeChef/CHGCDG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/CHGCDG.cpp -------------------------------------------------------------------------------- /CodeChef/CNTIT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/CNTIT.cpp -------------------------------------------------------------------------------- /CodeChef/COINDENO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/COINDENO.cpp -------------------------------------------------------------------------------- /CodeChef/COINPART.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/COINPART.java -------------------------------------------------------------------------------- /CodeChef/DOCSDEL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/DOCSDEL.cpp -------------------------------------------------------------------------------- /CodeChef/DOTIT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/DOTIT.cpp -------------------------------------------------------------------------------- /CodeChef/EXACTWAL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/EXACTWAL.cpp -------------------------------------------------------------------------------- /CodeChef/F2NDMAX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/F2NDMAX.cpp -------------------------------------------------------------------------------- /CodeChef/GCDMOD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/GCDMOD.cpp -------------------------------------------------------------------------------- /CodeChef/GCDSUM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/GCDSUM.cpp -------------------------------------------------------------------------------- /CodeChef/GHVSSI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/GHVSSI.cpp -------------------------------------------------------------------------------- /CodeChef/INMAT.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/INMAT.java -------------------------------------------------------------------------------- /CodeChef/KCOMPRES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/KCOMPRES.cpp -------------------------------------------------------------------------------- /CodeChef/KPERFMAT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/KPERFMAT.cpp -------------------------------------------------------------------------------- /CodeChef/LONCYC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/LONCYC.cpp -------------------------------------------------------------------------------- /CodeChef/MATCH2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MATCH2.cpp -------------------------------------------------------------------------------- /CodeChef/MDN.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MDN.java -------------------------------------------------------------------------------- /CodeChef/MKSTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MKSTR.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Checker/Checker.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Checker/Checker.class -------------------------------------------------------------------------------- /CodeChef/MYST/Checker/Checker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Checker/Checker.java -------------------------------------------------------------------------------- /CodeChef/MYST/Judge/Judge$StdIn.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Judge/Judge$StdIn.class -------------------------------------------------------------------------------- /CodeChef/MYST/Judge/Judge.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Judge/Judge.class -------------------------------------------------------------------------------- /CodeChef/MYST/Judge/Judge.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Judge/Judge.java -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V1_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V1_0.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V1_0.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V1_0.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V2_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V2_0.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V2_0.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V2_0.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V3_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V3_0.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V3_0.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V3_0.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V3_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V3_1.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V3_1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V3_1.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V4_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V4_0.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V4_0.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V4_0.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V4_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V4_1.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V4_1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V4_1.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_0.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_0.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_0.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_1.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_1.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_2.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_2.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_3.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_3.exe -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_4.cpp -------------------------------------------------------------------------------- /CodeChef/MYST/Solutions/V5_4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/Solutions/V5_4.exe -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/30/30_2_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/30/30_2_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/30/30_3_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/30/30_3_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/30/30_4_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/30/30_4_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/30/30_5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/30/30_5_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_2_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_2_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_2_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_2_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_2_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_2_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_2_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_2_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_2_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_3_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_3_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_3_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_3_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_3_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_3_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_3_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_3_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_3_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_4_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_4_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_4_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_4_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_4_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_4_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_4_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_4_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_4_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_5_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_5_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_5_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_5_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_5_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_5_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/30_5_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/30_5_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_2_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_2_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_2_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_2_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_2_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_2_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_2_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_2_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_2_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_3_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_3_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_3_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_3_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_3_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_3_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_3_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_3_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_3_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_4_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_4_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_4_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_4_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_4_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_4_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_4_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_4_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_4_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_5_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_5_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_5_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_5_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_5_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_5_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/44_5_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/44_5_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_2_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_2_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_2_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_2_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_2_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_2_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_2_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_2_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_2_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_3_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_3_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_3_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_3_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_3_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_3_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_3_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_3_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_3_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_4_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_4_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_4_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_4_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_4_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_4_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_4_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_4_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_4_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_5_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_5_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_5_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_5_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_5_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_5_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/58_5_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/58_5_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_2_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_2_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_2_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_2_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_2_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_2_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_2_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_2_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_2_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_3_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_3_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_3_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_3_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_3_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_3_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_3_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_3_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_3_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_4_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_4_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_4_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_4_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_4_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_4_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_4_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_4_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_4_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_5_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_5_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_5_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_5_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_5_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_5_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/72_5_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/72_5_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_2_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_2_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_2_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_2_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_2_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_2_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_2_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_2_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_2_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_3_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_3_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_3_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_3_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_3_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_3_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_3_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_3_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_3_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_4_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_4_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_4_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_4_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_4_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_4_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_4_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_4_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_4_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_5_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_5_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_5_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_5_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_5_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_5_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main1/86_5_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main1/86_5_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_5.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_6.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_7.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_8.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_2_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_2_9.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_5.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_6.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_7.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_8.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_3_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_3_9.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_5.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_6.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_7.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_8.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_4_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_4_9.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_0.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_1.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_2.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_3.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_4.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_5.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_6.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_7.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_8.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/main2/30_5_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/main2/30_5_9.txt -------------------------------------------------------------------------------- /CodeChef/MYST/TestData/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/TestData/test.txt -------------------------------------------------------------------------------- /CodeChef/MYST/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/MYST/out.txt -------------------------------------------------------------------------------- /CodeChef/ORMATRIX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/ORMATRIX.cpp -------------------------------------------------------------------------------- /CodeChef/PAINTREE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/PAINTREE.cpp -------------------------------------------------------------------------------- /CodeChef/PAPER.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/PAPER.cpp -------------------------------------------------------------------------------- /CodeChef/PLANT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/PLANT.cpp -------------------------------------------------------------------------------- /CodeChef/PRESTIGE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/PRESTIGE.cpp -------------------------------------------------------------------------------- /CodeChef/PRINDRAG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/PRINDRAG.cpp -------------------------------------------------------------------------------- /CodeChef/RECOVER.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/RECOVER.cpp -------------------------------------------------------------------------------- /CodeChef/RIVER.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/RIVER.cpp -------------------------------------------------------------------------------- /CodeChef/SAFPAR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/SAFPAR.cpp -------------------------------------------------------------------------------- /CodeChef/SPECTAC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/SPECTAC.cpp -------------------------------------------------------------------------------- /CodeChef/STICKS2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/STICKS2.cpp -------------------------------------------------------------------------------- /CodeChef/STRTF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/STRTF.cpp -------------------------------------------------------------------------------- /CodeChef/TBGRAPH.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/TBGRAPH.cpp -------------------------------------------------------------------------------- /CodeChef/TREEBAL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/TREEBAL.cpp -------------------------------------------------------------------------------- /CodeChef/TREEQ1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/TREEQ1.cpp -------------------------------------------------------------------------------- /CodeChef/TWOARR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/TWOARR.cpp -------------------------------------------------------------------------------- /CodeChef/TWOTREES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/TWOTREES.cpp -------------------------------------------------------------------------------- /CodeChef/UPDOTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/UPDOTR.cpp -------------------------------------------------------------------------------- /CodeChef/WORDGRID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/WORDGRID.cpp -------------------------------------------------------------------------------- /CodeChef/XORSORT2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/CodeChef/XORSORT2.cpp -------------------------------------------------------------------------------- /Codeforces/0071C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0071C.cpp -------------------------------------------------------------------------------- /Codeforces/0079D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0079D.cpp -------------------------------------------------------------------------------- /Codeforces/0087D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0087D.cpp -------------------------------------------------------------------------------- /Codeforces/0150C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0150C.java -------------------------------------------------------------------------------- /Codeforces/0165B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0165B.cpp -------------------------------------------------------------------------------- /Codeforces/0190E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0190E.cpp -------------------------------------------------------------------------------- /Codeforces/0191E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0191E.cpp -------------------------------------------------------------------------------- /Codeforces/0240E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0240E.cpp -------------------------------------------------------------------------------- /Codeforces/0258E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0258E.cpp -------------------------------------------------------------------------------- /Codeforces/0297C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0297C.cpp -------------------------------------------------------------------------------- /Codeforces/0317D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0317D.cpp -------------------------------------------------------------------------------- /Codeforces/0324D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0324D.cpp -------------------------------------------------------------------------------- /Codeforces/0341D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0341D.cpp -------------------------------------------------------------------------------- /Codeforces/0349D(1).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0349D(1).java -------------------------------------------------------------------------------- /Codeforces/0349D(2).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0349D(2).java -------------------------------------------------------------------------------- /Codeforces/0351C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0351C.cpp -------------------------------------------------------------------------------- /Codeforces/0360E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0360E.cpp -------------------------------------------------------------------------------- /Codeforces/0365E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0365E.cpp -------------------------------------------------------------------------------- /Codeforces/0374D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0374D.cpp -------------------------------------------------------------------------------- /Codeforces/0403C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0403C.java -------------------------------------------------------------------------------- /Codeforces/0416D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0416D.cpp -------------------------------------------------------------------------------- /Codeforces/0436E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0436E.cpp -------------------------------------------------------------------------------- /Codeforces/0436F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0436F.cpp -------------------------------------------------------------------------------- /Codeforces/0449B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0449B.java -------------------------------------------------------------------------------- /Codeforces/0453E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0453E.cpp -------------------------------------------------------------------------------- /Codeforces/0518E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0518E.cpp -------------------------------------------------------------------------------- /Codeforces/0536C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0536C.cpp -------------------------------------------------------------------------------- /Codeforces/0631E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0631E.cpp -------------------------------------------------------------------------------- /Codeforces/0633E(1).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0633E(1).cpp -------------------------------------------------------------------------------- /Codeforces/0633E(2).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0633E(2).cpp -------------------------------------------------------------------------------- /Codeforces/0641D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0641D.cpp -------------------------------------------------------------------------------- /Codeforces/0653G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0653G.cpp -------------------------------------------------------------------------------- /Codeforces/0682E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0682E.cpp -------------------------------------------------------------------------------- /Codeforces/0697E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0697E.cpp -------------------------------------------------------------------------------- /Codeforces/0742E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0742E.cpp -------------------------------------------------------------------------------- /Codeforces/0758F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0758F.cpp -------------------------------------------------------------------------------- /Codeforces/0787D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0787D.java -------------------------------------------------------------------------------- /Codeforces/0789D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0789D.cpp -------------------------------------------------------------------------------- /Codeforces/0789E.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0789E.java -------------------------------------------------------------------------------- /Codeforces/0813D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0813D.cpp -------------------------------------------------------------------------------- /Codeforces/0832E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0832E.cpp -------------------------------------------------------------------------------- /Codeforces/0833C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0833C.cpp -------------------------------------------------------------------------------- /Codeforces/0833D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0833D.cpp -------------------------------------------------------------------------------- /Codeforces/0875F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0875F.cpp -------------------------------------------------------------------------------- /Codeforces/0938G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0938G.cpp -------------------------------------------------------------------------------- /Codeforces/0981E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0981E.cpp -------------------------------------------------------------------------------- /Codeforces/0981F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0981F.cpp -------------------------------------------------------------------------------- /Codeforces/0981G.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0981G.java -------------------------------------------------------------------------------- /Codeforces/0985F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0985F.cpp -------------------------------------------------------------------------------- /Codeforces/0993D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0993D.cpp -------------------------------------------------------------------------------- /Codeforces/0993E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0993E.cpp -------------------------------------------------------------------------------- /Codeforces/0997E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/0997E.cpp -------------------------------------------------------------------------------- /Codeforces/1000E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1000E.cpp -------------------------------------------------------------------------------- /Codeforces/1000F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1000F.cpp -------------------------------------------------------------------------------- /Codeforces/1000G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1000G.cpp -------------------------------------------------------------------------------- /Codeforces/1004F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1004F.cpp -------------------------------------------------------------------------------- /Codeforces/1007D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1007D.cpp -------------------------------------------------------------------------------- /Codeforces/1008D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1008D.cpp -------------------------------------------------------------------------------- /Codeforces/1008E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1008E.cpp -------------------------------------------------------------------------------- /Codeforces/1010E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1010E.cpp -------------------------------------------------------------------------------- /Codeforces/1012D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1012D.cpp -------------------------------------------------------------------------------- /Codeforces/1012E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1012E.cpp -------------------------------------------------------------------------------- /Codeforces/1023D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1023D.cpp -------------------------------------------------------------------------------- /Codeforces/1023F(1).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1023F(1).cpp -------------------------------------------------------------------------------- /Codeforces/1023F(2).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1023F(2).cpp -------------------------------------------------------------------------------- /Codeforces/1030G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1030G.cpp -------------------------------------------------------------------------------- /Codeforces/1031E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1031E.cpp -------------------------------------------------------------------------------- /Codeforces/1031F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1031F.cpp -------------------------------------------------------------------------------- /Codeforces/1032F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1032F.cpp -------------------------------------------------------------------------------- /Codeforces/1032G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1032G.cpp -------------------------------------------------------------------------------- /Codeforces/1033E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1033E.cpp -------------------------------------------------------------------------------- /Codeforces/1033F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1033F.cpp -------------------------------------------------------------------------------- /Codeforces/1034C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1034C.cpp -------------------------------------------------------------------------------- /Codeforces/1034D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1034D.cpp -------------------------------------------------------------------------------- /Codeforces/1036F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1036F.cpp -------------------------------------------------------------------------------- /Codeforces/1037G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1037G.cpp -------------------------------------------------------------------------------- /Codeforces/1037H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1037H.cpp -------------------------------------------------------------------------------- /Codeforces/1042F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1042F.cpp -------------------------------------------------------------------------------- /Codeforces/1043F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1043F.cpp -------------------------------------------------------------------------------- /Codeforces/1044D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1044D.cpp -------------------------------------------------------------------------------- /Codeforces/1044E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1044E.cpp -------------------------------------------------------------------------------- /Codeforces/1044F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1044F.cpp -------------------------------------------------------------------------------- /Codeforces/1051E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1051E.cpp -------------------------------------------------------------------------------- /Codeforces/1054F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1054F.cpp -------------------------------------------------------------------------------- /Codeforces/1054G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1054G.cpp -------------------------------------------------------------------------------- /Codeforces/1056G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1056G.cpp -------------------------------------------------------------------------------- /Codeforces/1056H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1056H.cpp -------------------------------------------------------------------------------- /Codeforces/1060G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1060G.cpp -------------------------------------------------------------------------------- /Codeforces/1061E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1061E.cpp -------------------------------------------------------------------------------- /Codeforces/1062F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1062F.cpp -------------------------------------------------------------------------------- /Codeforces/1063D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1063D.cpp -------------------------------------------------------------------------------- /Codeforces/1063E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1063E.cpp -------------------------------------------------------------------------------- /Codeforces/1063F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1063F.cpp -------------------------------------------------------------------------------- /Codeforces/1065F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1065F.cpp -------------------------------------------------------------------------------- /Codeforces/1065G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1065G.cpp -------------------------------------------------------------------------------- /Codeforces/1067C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1067C.cpp -------------------------------------------------------------------------------- /Codeforces/1067D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1067D.cpp -------------------------------------------------------------------------------- /Codeforces/1071E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1071E.cpp -------------------------------------------------------------------------------- /Codeforces/1073G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1073G.cpp -------------------------------------------------------------------------------- /Codeforces/1078E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1078E.cpp -------------------------------------------------------------------------------- /Codeforces/1080E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1080E.cpp -------------------------------------------------------------------------------- /Codeforces/1081G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1081G.cpp -------------------------------------------------------------------------------- /Codeforces/1083C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1083C.cpp -------------------------------------------------------------------------------- /Codeforces/1083D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1083D.cpp -------------------------------------------------------------------------------- /Codeforces/1083F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1083F.cpp -------------------------------------------------------------------------------- /Codeforces/1085G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1085G.cpp -------------------------------------------------------------------------------- /Codeforces/1086F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1086F.cpp -------------------------------------------------------------------------------- /Codeforces/1091E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1091E.cpp -------------------------------------------------------------------------------- /Codeforces/1091F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1091F.cpp -------------------------------------------------------------------------------- /Codeforces/1091G.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1091G.java -------------------------------------------------------------------------------- /Codeforces/1091H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1091H.cpp -------------------------------------------------------------------------------- /Codeforces/1093E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1093E.cpp -------------------------------------------------------------------------------- /Codeforces/1096E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1096E.cpp -------------------------------------------------------------------------------- /Codeforces/1096G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1096G.cpp -------------------------------------------------------------------------------- /Codeforces/1096G.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1096G.java -------------------------------------------------------------------------------- /Codeforces/1097E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1097E.cpp -------------------------------------------------------------------------------- /Codeforces/1097F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1097F.cpp -------------------------------------------------------------------------------- /Codeforces/1097G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1097G.cpp -------------------------------------------------------------------------------- /Codeforces/1098D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1098D.cpp -------------------------------------------------------------------------------- /Codeforces/1098E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1098E.cpp -------------------------------------------------------------------------------- /Codeforces/1103C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1103C.cpp -------------------------------------------------------------------------------- /Codeforces/1103D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1103D.cpp -------------------------------------------------------------------------------- /Codeforces/1105E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1105E.cpp -------------------------------------------------------------------------------- /Codeforces/1106F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1106F.cpp -------------------------------------------------------------------------------- /Codeforces/1107F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1107F.cpp -------------------------------------------------------------------------------- /Codeforces/1107G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1107G.cpp -------------------------------------------------------------------------------- /Codeforces/1109C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1109C.cpp -------------------------------------------------------------------------------- /Codeforces/1109D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1109D.cpp -------------------------------------------------------------------------------- /Codeforces/1109E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1109E.cpp -------------------------------------------------------------------------------- /Codeforces/1111E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1111E.cpp -------------------------------------------------------------------------------- /Codeforces/1118F2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1118F2.cpp -------------------------------------------------------------------------------- /Codeforces/1129D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1129D.cpp -------------------------------------------------------------------------------- /Codeforces/1129E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1129E.cpp -------------------------------------------------------------------------------- /Codeforces/1131G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1131G.cpp -------------------------------------------------------------------------------- /Codeforces/1132G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1132G.cpp -------------------------------------------------------------------------------- /Codeforces/1147D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1147D.cpp -------------------------------------------------------------------------------- /Codeforces/1147E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1147E.cpp -------------------------------------------------------------------------------- /Codeforces/1149C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1149C.cpp -------------------------------------------------------------------------------- /Codeforces/1149D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1149D.cpp -------------------------------------------------------------------------------- /Codeforces/1172C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1172C.cpp -------------------------------------------------------------------------------- /Codeforces/1172D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1172D.cpp -------------------------------------------------------------------------------- /Codeforces/1172E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1172E.cpp -------------------------------------------------------------------------------- /Codeforces/1172F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1172F.cpp -------------------------------------------------------------------------------- /Codeforces/1175G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1175G.cpp -------------------------------------------------------------------------------- /Codeforces/1179C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1179C.cpp -------------------------------------------------------------------------------- /Codeforces/1179D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1179D.cpp -------------------------------------------------------------------------------- /Codeforces/1179E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1179E.cpp -------------------------------------------------------------------------------- /Codeforces/1181E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1181E.cpp -------------------------------------------------------------------------------- /Codeforces/1182E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1182E.cpp -------------------------------------------------------------------------------- /Codeforces/1182F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1182F.cpp -------------------------------------------------------------------------------- /Codeforces/1187G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1187G.cpp -------------------------------------------------------------------------------- /Codeforces/1190E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1190E.cpp -------------------------------------------------------------------------------- /Codeforces/1194G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1194G.cpp -------------------------------------------------------------------------------- /Codeforces/1197F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1197F.cpp -------------------------------------------------------------------------------- /Codeforces/1198E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1198E.cpp -------------------------------------------------------------------------------- /Codeforces/1198F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1198F.cpp -------------------------------------------------------------------------------- /Codeforces/1205D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1205D.cpp -------------------------------------------------------------------------------- /Codeforces/1205E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1205E.cpp -------------------------------------------------------------------------------- /Codeforces/1208G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1208G.cpp -------------------------------------------------------------------------------- /Codeforces/1225F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1225F.cpp -------------------------------------------------------------------------------- /Codeforces/1225G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1225G.cpp -------------------------------------------------------------------------------- /Codeforces/1227D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1227D.cpp -------------------------------------------------------------------------------- /Codeforces/1227F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1227F.cpp -------------------------------------------------------------------------------- /Codeforces/1227G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1227G.cpp -------------------------------------------------------------------------------- /Codeforces/1254D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1254D.cpp -------------------------------------------------------------------------------- /Codeforces/1254E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1254E.cpp -------------------------------------------------------------------------------- /Codeforces/1261F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1261F.cpp -------------------------------------------------------------------------------- /Codeforces/1303G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1303G.cpp -------------------------------------------------------------------------------- /Codeforces/1327G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/1327G.cpp -------------------------------------------------------------------------------- /Codeforces/G102012E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/G102012E.cpp -------------------------------------------------------------------------------- /Codeforces/G102052D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/G102052D.cpp -------------------------------------------------------------------------------- /Codeforces/G102052E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/G102052E.cpp -------------------------------------------------------------------------------- /Codeforces/G102056C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/G102056C.cpp -------------------------------------------------------------------------------- /Codeforces/G102056E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/G102056E.cpp -------------------------------------------------------------------------------- /Codeforces/G102056G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/G102056G.cpp -------------------------------------------------------------------------------- /Codeforces/G102056J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Codeforces/G102056J.cpp -------------------------------------------------------------------------------- /FacebookHackerCup/18-0-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-0-A.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-0-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-0-B.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-0-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-0-C.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-1-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-1-A.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-1-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-1-B.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-1-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-1-C.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-1-D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-1-D.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-2-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-2-A.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-2-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-2-B.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-2-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-2-C.java -------------------------------------------------------------------------------- /FacebookHackerCup/18-2-D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/18-2-D.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-0-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-0-A.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-0-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-0-B.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-0-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-0-C.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-0-D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-0-D.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-1-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-1-A.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-1-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-1-B.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-1-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-1-C.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-1-D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-1-D.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-2-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-2-A.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-2-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-2-B.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-2-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-2-C.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-2-D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-2-D.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-3-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-3-A.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-3-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-3-B.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-3-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-3-C.java -------------------------------------------------------------------------------- /FacebookHackerCup/19-3-D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/19-3-D.java -------------------------------------------------------------------------------- /FacebookHackerCup/20-2-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/20-2-A.java -------------------------------------------------------------------------------- /FacebookHackerCup/20-2-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/20-2-B.java -------------------------------------------------------------------------------- /FacebookHackerCup/20-2-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/20-2-C.java -------------------------------------------------------------------------------- /FacebookHackerCup/20-2-D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/20-2-D.cpp -------------------------------------------------------------------------------- /FacebookHackerCup/21-2-D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FacebookHackerCup/21-2-D.cpp -------------------------------------------------------------------------------- /FunctionCup/19-Chairs/king.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FunctionCup/19-Chairs/king.cpp -------------------------------------------------------------------------------- /FunctionCup/19-Chairs/vassal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FunctionCup/19-Chairs/vassal.cpp -------------------------------------------------------------------------------- /FunctionCup/19-Cross.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FunctionCup/19-Cross.cpp -------------------------------------------------------------------------------- /FunctionCup/19-Hiccup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FunctionCup/19-Hiccup.cpp -------------------------------------------------------------------------------- /FunctionCup/19-Museum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FunctionCup/19-Museum.cpp -------------------------------------------------------------------------------- /FunctionCup/19-Unique.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/FunctionCup/19-Unique.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/08-AMER-D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/08-AMER-D.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/18-2-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/18-2-A.java -------------------------------------------------------------------------------- /GoogleCodeJam/18-2-B(1).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/18-2-B(1).java -------------------------------------------------------------------------------- /GoogleCodeJam/18-2-B(2).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/18-2-B(2).java -------------------------------------------------------------------------------- /GoogleCodeJam/18-2-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/18-2-C.java -------------------------------------------------------------------------------- /GoogleCodeJam/18-2-D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/18-2-D.java -------------------------------------------------------------------------------- /GoogleCodeJam/18-3-A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/18-3-A.java -------------------------------------------------------------------------------- /GoogleCodeJam/18-3-B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/18-3-B.java -------------------------------------------------------------------------------- /GoogleCodeJam/19-0-A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-0-A.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-0-B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-0-B.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-0-C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-0-C.java -------------------------------------------------------------------------------- /GoogleCodeJam/19-0-D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-0-D.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-1A-A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-1A-A.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-1A-B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-1A-B.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-1A-C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-1A-C.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-1B-A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-1B-A.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-1B-B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-1B-B.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-1B-C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-1B-C.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-1C-A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-1C-A.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-1C-B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-1C-B.cpp -------------------------------------------------------------------------------- /GoogleCodeJam/19-1C-C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleCodeJam/19-1C-C.cpp -------------------------------------------------------------------------------- /GoogleKickStart/19A-A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleKickStart/19A-A.cpp -------------------------------------------------------------------------------- /GoogleKickStart/19A-B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleKickStart/19A-B.cpp -------------------------------------------------------------------------------- /GoogleKickStart/19A-C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleKickStart/19A-C.cpp -------------------------------------------------------------------------------- /GoogleKickStart/19E-C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/GoogleKickStart/19E-C.cpp -------------------------------------------------------------------------------- /HackerRank/alien-languages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/HackerRank/alien-languages.cpp -------------------------------------------------------------------------------- /HackerRank/beautiful-pairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/HackerRank/beautiful-pairs.cpp -------------------------------------------------------------------------------- /HackerRank/mining.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/HackerRank/mining.cpp -------------------------------------------------------------------------------- /HackerRank/noi-ph-2019/ngc.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/HackerRank/noi-ph-2019/ngc.java -------------------------------------------------------------------------------- /HackerRank/noi-ph-2019/remotion.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/HackerRank/noi-ph-2019/remotion.java -------------------------------------------------------------------------------- /HackerRank/w38/cargo-delivery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/HackerRank/w38/cargo-delivery.cpp -------------------------------------------------------------------------------- /IOI/02-Bus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/02-Bus.cpp -------------------------------------------------------------------------------- /IOI/03-Code.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/03-Code.cpp -------------------------------------------------------------------------------- /IOI/03-Guess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/03-Guess.cpp -------------------------------------------------------------------------------- /IOI/03-Maintain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/03-Maintain.cpp -------------------------------------------------------------------------------- /IOI/04-Empodia.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/04-Empodia.cpp -------------------------------------------------------------------------------- /IOI/06-Points.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/06-Points.cpp -------------------------------------------------------------------------------- /IOI/07-Pairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/07-Pairs.cpp -------------------------------------------------------------------------------- /IOI/08-Pyramid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/08-Pyramid.cpp -------------------------------------------------------------------------------- /IOI/09-Archery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/09-Archery.cpp -------------------------------------------------------------------------------- /IOI/09-Mecho.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/09-Mecho.cpp -------------------------------------------------------------------------------- /IOI/11-Elephants.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/11-Elephants.cpp -------------------------------------------------------------------------------- /IOI/12-City.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/12-City.cpp -------------------------------------------------------------------------------- /IOI/12-Rings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/12-Rings.cpp -------------------------------------------------------------------------------- /IOI/12-Scrivener.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/12-Scrivener.cpp -------------------------------------------------------------------------------- /IOI/12-Supper/advisor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/12-Supper/advisor.cpp -------------------------------------------------------------------------------- /IOI/12-Supper/assistant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/12-Supper/assistant.cpp -------------------------------------------------------------------------------- /IOI/13-Robots.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/13-Robots.cpp -------------------------------------------------------------------------------- /IOI/13-Wombats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/13-Wombats.cpp -------------------------------------------------------------------------------- /IOI/14-Friend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/14-Friend.cpp -------------------------------------------------------------------------------- /IOI/14-Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/14-Game.cpp -------------------------------------------------------------------------------- /IOI/14-Holiday.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/14-Holiday.cpp -------------------------------------------------------------------------------- /IOI/14-Rail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/14-Rail.cpp -------------------------------------------------------------------------------- /IOI/14-Wall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/14-Wall.cpp -------------------------------------------------------------------------------- /IOI/15-Boxes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/15-Boxes.cpp -------------------------------------------------------------------------------- /IOI/15-Horses.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/15-Horses.cpp -------------------------------------------------------------------------------- /IOI/15-Scales.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/15-Scales.cpp -------------------------------------------------------------------------------- /IOI/15-Sorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/15-Sorting.cpp -------------------------------------------------------------------------------- /IOI/15-Teams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/15-Teams.cpp -------------------------------------------------------------------------------- /IOI/15-Towns.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/15-Towns.cpp -------------------------------------------------------------------------------- /IOI/16-Aliens.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/16-Aliens.cpp -------------------------------------------------------------------------------- /IOI/16-Messy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/16-Messy.cpp -------------------------------------------------------------------------------- /IOI/16-Molecules.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/16-Molecules.cpp -------------------------------------------------------------------------------- /IOI/16-Paint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/16-Paint.cpp -------------------------------------------------------------------------------- /IOI/16-Railroad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/16-Railroad.cpp -------------------------------------------------------------------------------- /IOI/16-Shortcut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/16-Shortcut.cpp -------------------------------------------------------------------------------- /IOI/17-Books.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/17-Books.cpp -------------------------------------------------------------------------------- /IOI/17-Prize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/17-Prize.cpp -------------------------------------------------------------------------------- /IOI/17-Simurgh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/17-Simurgh.cpp -------------------------------------------------------------------------------- /IOI/17-Train.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/17-Train.cpp -------------------------------------------------------------------------------- /IOI/17-Wiring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/17-Wiring.cpp -------------------------------------------------------------------------------- /IOI/18-Combo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/18-Combo.cpp -------------------------------------------------------------------------------- /IOI/18-Doll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/18-Doll.cpp -------------------------------------------------------------------------------- /IOI/18-Highway.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/18-Highway.cpp -------------------------------------------------------------------------------- /IOI/18-Meetings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/18-Meetings.cpp -------------------------------------------------------------------------------- /IOI/18-Seats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/18-Seats.cpp -------------------------------------------------------------------------------- /IOI/18-Werewolf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/18-Werewolf.cpp -------------------------------------------------------------------------------- /IOI/19-Line.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/19-Line.cpp -------------------------------------------------------------------------------- /IOI/19-Rect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/19-Rect.cpp -------------------------------------------------------------------------------- /IOI/19-Split.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/19-Split.cpp -------------------------------------------------------------------------------- /IOI/19-Walk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/19-Walk.cpp -------------------------------------------------------------------------------- /IOI/19P-Cycle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/19P-Cycle.cpp -------------------------------------------------------------------------------- /IOI/19P-Job.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/19P-Job.cpp -------------------------------------------------------------------------------- /IOI/19P-Packing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/19P-Packing.cpp -------------------------------------------------------------------------------- /IOI/19P-Transfer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IOI/19P-Transfer.cpp -------------------------------------------------------------------------------- /IZhO/13-Burrow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IZhO/13-Burrow.cpp -------------------------------------------------------------------------------- /IZhO/13-Trading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IZhO/13-Trading.cpp -------------------------------------------------------------------------------- /IZhO/14-Divide.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IZhO/14-Divide.cpp -------------------------------------------------------------------------------- /IZhO/14-Shymbulak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IZhO/14-Shymbulak.cpp -------------------------------------------------------------------------------- /IZhO/17-Bomb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IZhO/17-Bomb.cpp -------------------------------------------------------------------------------- /IZhO/19-Xoractive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/IZhO/19-Xoractive.cpp -------------------------------------------------------------------------------- /Index_of_Cancerous_Codes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Index_of_Cancerous_Codes.md -------------------------------------------------------------------------------- /Info1Cup/18-Del13.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Info1Cup/18-Del13.cpp -------------------------------------------------------------------------------- /Info1Cup/18-Hidden.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Info1Cup/18-Hidden.cpp -------------------------------------------------------------------------------- /Info1Cup/18-Maxcomp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Info1Cup/18-Maxcomp.cpp -------------------------------------------------------------------------------- /InfoArena/Invtree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/InfoArena/Invtree.cpp -------------------------------------------------------------------------------- /InfoArena/Pitici3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/InfoArena/Pitici3.cpp -------------------------------------------------------------------------------- /InfoArena/Regat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/InfoArena/Regat.cpp -------------------------------------------------------------------------------- /InfoArena/Tricolor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/InfoArena/Tricolor.cpp -------------------------------------------------------------------------------- /JOI/13F-BubbleSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/13F-BubbleSort.cpp -------------------------------------------------------------------------------- /JOI/13O-Synchronization(1).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/13O-Synchronization(1).cpp -------------------------------------------------------------------------------- /JOI/13O-Synchronization(2).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/13O-Synchronization(2).cpp -------------------------------------------------------------------------------- /JOI/16O-Selling_RNA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/16O-Selling_RNA.cpp -------------------------------------------------------------------------------- /JOI/16O-Skyscraper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/16O-Skyscraper.cpp -------------------------------------------------------------------------------- /JOI/17O-Amusement_Park/Ioi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17O-Amusement_Park/Ioi.cpp -------------------------------------------------------------------------------- /JOI/17O-Amusement_Park/Joi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17O-Amusement_Park/Joi.cpp -------------------------------------------------------------------------------- /JOI/17O-Bulldozer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17O-Bulldozer.cpp -------------------------------------------------------------------------------- /JOI/17S-City/Device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17S-City/Device.cpp -------------------------------------------------------------------------------- /JOI/17S-City/Encoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17S-City/Encoder.cpp -------------------------------------------------------------------------------- /JOI/17S-Coach.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17S-Coach.cpp -------------------------------------------------------------------------------- /JOI/17S-Park.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17S-Park.cpp -------------------------------------------------------------------------------- /JOI/17S-Port_Facility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17S-Port_Facility.cpp -------------------------------------------------------------------------------- /JOI/17S-Railway(1).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17S-Railway(1).cpp -------------------------------------------------------------------------------- /JOI/17S-Railway(2).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/17S-Railway(2).cpp -------------------------------------------------------------------------------- /JOI/18F-Art.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18F-Art.cpp -------------------------------------------------------------------------------- /JOI/18F-Commuter_Pass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18F-Commuter_Pass.cpp -------------------------------------------------------------------------------- /JOI/18F-Dango_Maker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18F-Dango_Maker.cpp -------------------------------------------------------------------------------- /JOI/18F-Snake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18F-Snake.cpp -------------------------------------------------------------------------------- /JOI/18F-Stove.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18F-Stove.cpp -------------------------------------------------------------------------------- /JOI/18S-Asceticism.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18S-Asceticism.cpp -------------------------------------------------------------------------------- /JOI/18S-Bitaro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18S-Bitaro.cpp -------------------------------------------------------------------------------- /JOI/18S-Construction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18S-Construction.cpp -------------------------------------------------------------------------------- /JOI/18S-Fences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18S-Fences.cpp -------------------------------------------------------------------------------- /JOI/18S-Wild_Boar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/18S-Wild_Boar.cpp -------------------------------------------------------------------------------- /JOI/19F-Bitaro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19F-Bitaro.cpp -------------------------------------------------------------------------------- /JOI/19F-Coin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19F-Coin.cpp -------------------------------------------------------------------------------- /JOI/19F-Exhibition.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19F-Exhibition.cpp -------------------------------------------------------------------------------- /JOI/19F-Growing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19F-Growing.cpp -------------------------------------------------------------------------------- /JOI/19O-Jumps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19O-Jumps.cpp -------------------------------------------------------------------------------- /JOI/19O-Remittance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19O-Remittance.cpp -------------------------------------------------------------------------------- /JOI/19O-Virus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19O-Virus.cpp -------------------------------------------------------------------------------- /JOI/19S-Antennas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Antennas.cpp -------------------------------------------------------------------------------- /JOI/19S-Cake3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Cake3.cpp -------------------------------------------------------------------------------- /JOI/19S-Dishes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Dishes.cpp -------------------------------------------------------------------------------- /JOI/19S-Examination.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Examination.cpp -------------------------------------------------------------------------------- /JOI/19S-Meetings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Meetings.cpp -------------------------------------------------------------------------------- /JOI/19S-Mergers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Mergers.cpp -------------------------------------------------------------------------------- /JOI/19S-Minerals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Minerals.cpp -------------------------------------------------------------------------------- /JOI/19S-Naan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Naan.cpp -------------------------------------------------------------------------------- /JOI/19S-Transportations/Azer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Transportations/Azer.cpp -------------------------------------------------------------------------------- /JOI/19S-Transportations/Baijan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/19S-Transportations/Baijan.cpp -------------------------------------------------------------------------------- /JOI/20S-Building4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/20S-Building4.cpp -------------------------------------------------------------------------------- /JOI/20S-Constellation3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/20S-Constellation3.cpp -------------------------------------------------------------------------------- /JOI/20S-Hamburg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/20S-Hamburg.cpp -------------------------------------------------------------------------------- /JOI/20S-Harvest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/20S-Harvest.cpp -------------------------------------------------------------------------------- /JOI/20S-Joitter2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/20S-Joitter2.cpp -------------------------------------------------------------------------------- /JOI/20S-Sweeping.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/20S-Sweeping.cpp -------------------------------------------------------------------------------- /JOI/20S-Treatment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/JOI/20S-Treatment.cpp -------------------------------------------------------------------------------- /Kattis/hanoi18/grabagraph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Kattis/hanoi18/grabagraph.cpp -------------------------------------------------------------------------------- /Kattis/open/stringmultimatching.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Kattis/open/stringmultimatching.cpp -------------------------------------------------------------------------------- /LiveArchive/5820.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/LiveArchive/5820.cpp -------------------------------------------------------------------------------- /LiveArchive/5854.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/LiveArchive/5854.cpp -------------------------------------------------------------------------------- /PKU/1738.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/PKU/1738.cpp -------------------------------------------------------------------------------- /PKU/3709.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/PKU/3709.cpp -------------------------------------------------------------------------------- /POI/18-Lightning_Conductor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/POI/18-Lightning_Conductor.cpp -------------------------------------------------------------------------------- /POI/18T-Strongbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/POI/18T-Strongbox.cpp -------------------------------------------------------------------------------- /POI/19-Warehouse_Store.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/POI/19-Warehouse_Store.cpp -------------------------------------------------------------------------------- /POI/20-Price_List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/POI/20-Price_List.cpp -------------------------------------------------------------------------------- /POI/22-Gluttons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/POI/22-Gluttons.cpp -------------------------------------------------------------------------------- /POI/22-Squares.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/POI/22-Squares.cpp -------------------------------------------------------------------------------- /POI/23-Hydro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/POI/23-Hydro.cpp -------------------------------------------------------------------------------- /POI/23-Stutter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/POI/23-Stutter.cpp -------------------------------------------------------------------------------- /POI/25-Polynomial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/POI/25-Polynomial.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | My random competitive programming solutions (and other stuff) 2 | -------------------------------------------------------------------------------- /SGNOI/19-Feast.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/SGNOI/19-Feast.cpp -------------------------------------------------------------------------------- /SPOJ/BAABO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/SPOJ/BAABO.cpp -------------------------------------------------------------------------------- /SPOJ/DYNACON1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/SPOJ/DYNACON1.cpp -------------------------------------------------------------------------------- /SPOJ/DYNALCA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/SPOJ/DYNALCA.cpp -------------------------------------------------------------------------------- /SPOJ/MATCHING.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/SPOJ/MATCHING.cpp -------------------------------------------------------------------------------- /SPOJ/ORDERSET.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/SPOJ/ORDERSET.cpp -------------------------------------------------------------------------------- /SPOJ/SARRAY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/SPOJ/SARRAY.cpp -------------------------------------------------------------------------------- /SPOJ/SFLIP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/SPOJ/SFLIP.cpp -------------------------------------------------------------------------------- /TJU/temp.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TOKI/18-Group.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/TOKI/18-Group.cpp -------------------------------------------------------------------------------- /Templates/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Templates/Main.cpp -------------------------------------------------------------------------------- /Templates/Mnt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Templates/Mnt.cpp -------------------------------------------------------------------------------- /Templates/Segtree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Templates/Segtree.cpp -------------------------------------------------------------------------------- /Templates/combo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Templates/combo.cpp -------------------------------------------------------------------------------- /Templates/digraph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Templates/digraph.cpp -------------------------------------------------------------------------------- /Templates/hashfactory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Templates/hashfactory.cpp -------------------------------------------------------------------------------- /Templates/sieve.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Templates/sieve.cpp -------------------------------------------------------------------------------- /Timus/temp.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Topcoder/Open19-1B-D1-1000.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/Open19-1B-D1-1000.java -------------------------------------------------------------------------------- /Topcoder/Open19-1B-D1-250.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/Open19-1B-D1-250.java -------------------------------------------------------------------------------- /Topcoder/Open19-1B-D1-500.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/Open19-1B-D1-500.java -------------------------------------------------------------------------------- /Topcoder/Open20-2A-D1-1000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/Open20-2A-D1-1000.cpp -------------------------------------------------------------------------------- /Topcoder/Open20-2A-D1-300.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/Open20-2A-D1-300.cpp -------------------------------------------------------------------------------- /Topcoder/Open20-2A-D1-400.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/Open20-2A-D1-400.cpp -------------------------------------------------------------------------------- /Topcoder/SRM416-D1-500.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM416-D1-500.java -------------------------------------------------------------------------------- /Topcoder/SRM515-D2-1000.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM515-D2-1000.java -------------------------------------------------------------------------------- /Topcoder/SRM739-D2-1000.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM739-D2-1000.java -------------------------------------------------------------------------------- /Topcoder/SRM739-D2-250.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM739-D2-250.java -------------------------------------------------------------------------------- /Topcoder/SRM739-D2-500.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM739-D2-500.java -------------------------------------------------------------------------------- /Topcoder/SRM777-D1-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM777-D1-500.cpp -------------------------------------------------------------------------------- /Topcoder/SRM778-D1-250.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM778-D1-250.cpp -------------------------------------------------------------------------------- /Topcoder/SRM778-D1-600.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM778-D1-600.cpp -------------------------------------------------------------------------------- /Topcoder/SRM778-D1-900.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM778-D1-900.cpp -------------------------------------------------------------------------------- /Topcoder/SRM779-D1-250.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM779-D1-250.cpp -------------------------------------------------------------------------------- /Topcoder/SRM779-D1-450.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM779-D1-450.cpp -------------------------------------------------------------------------------- /Topcoder/SRM779-D1-900.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM779-D1-900.cpp -------------------------------------------------------------------------------- /Topcoder/SRM780-D1-1000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM780-D1-1000.cpp -------------------------------------------------------------------------------- /Topcoder/SRM780-D1-250.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM780-D1-250.cpp -------------------------------------------------------------------------------- /Topcoder/SRM780-D1-450.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/Topcoder/SRM780-D1-450.cpp -------------------------------------------------------------------------------- /USACO/Contests/1112_1G/Bsudoku.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1112_1G/Bsudoku.java -------------------------------------------------------------------------------- /USACO/Contests/1112_1G/Median.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1112_1G/Median.java -------------------------------------------------------------------------------- /USACO/Contests/1112_2G/Photo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1112_2G/Photo.cpp -------------------------------------------------------------------------------- /USACO/Contests/1112_2G/Simplify.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1112_2G/Simplify.cpp -------------------------------------------------------------------------------- /USACO/Contests/1213_1G/Bbreeds.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1213_1G/Bbreeds.java -------------------------------------------------------------------------------- /USACO/Contests/1213_1G/Btree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1213_1G/Btree.java -------------------------------------------------------------------------------- /USACO/Contests/1213_1G/Cbs.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1213_1G/Cbs.java -------------------------------------------------------------------------------- /USACO/Contests/1516_1P/Cardgame.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1516_1P/Cardgame.java -------------------------------------------------------------------------------- /USACO/Contests/1516_1P/Haybales.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1516_1P/Haybales.java -------------------------------------------------------------------------------- /USACO/Contests/1516_1P/Maxflow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1516_1P/Maxflow.java -------------------------------------------------------------------------------- /USACO/Contests/1617_1P/Roboherd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_1P/Roboherd.cpp -------------------------------------------------------------------------------- /USACO/Contests/1617_1P/Team.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_1P/Team.java -------------------------------------------------------------------------------- /USACO/Contests/1617_1P/Triangles.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_1P/Triangles.java -------------------------------------------------------------------------------- /USACO/Contests/1617_2P/Promote.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_2P/Promote.java -------------------------------------------------------------------------------- /USACO/Contests/1617_2P/Subrev.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_2P/Subrev.java -------------------------------------------------------------------------------- /USACO/Contests/1617_2P/Tallbarn.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_2P/Tallbarn.java -------------------------------------------------------------------------------- /USACO/Contests/1617_3P/Mincross.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_3P/Mincross.java -------------------------------------------------------------------------------- /USACO/Contests/1617_3P/Nocross.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_3P/Nocross.java -------------------------------------------------------------------------------- /USACO/Contests/1617_4P/art.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_4P/art.cpp -------------------------------------------------------------------------------- /USACO/Contests/1617_4P/grass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1617_4P/grass.cpp -------------------------------------------------------------------------------- /USACO/Contests/1718_1G/Hayfeast.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_1G/Hayfeast.java -------------------------------------------------------------------------------- /USACO/Contests/1718_1G/Piepie.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_1G/Piepie.java -------------------------------------------------------------------------------- /USACO/Contests/1718_1P/Greedy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_1P/Greedy.java -------------------------------------------------------------------------------- /USACO/Contests/1718_1P/Pushabox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_1P/Pushabox.cpp -------------------------------------------------------------------------------- /USACO/Contests/1718_2P/Atlarge.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_2P/Atlarge.java -------------------------------------------------------------------------------- /USACO/Contests/1718_3P/Gymnasts.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_3P/Gymnasts.java -------------------------------------------------------------------------------- /USACO/Contests/1718_3P/Slingshot.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_3P/Slingshot.java -------------------------------------------------------------------------------- /USACO/Contests/1718_4G/Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_4G/Sort.cpp -------------------------------------------------------------------------------- /USACO/Contests/1718_4P/Disrupt.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_4P/Disrupt.java -------------------------------------------------------------------------------- /USACO/Contests/1718_4P/Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_4P/Sort.cpp -------------------------------------------------------------------------------- /USACO/Contests/1718_4P/Train/grader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1718_4P/Train/grader.h -------------------------------------------------------------------------------- /USACO/Contests/1718_4P/Train/run.bat: -------------------------------------------------------------------------------- 1 | Train 2 | pause -------------------------------------------------------------------------------- /USACO/Contests/1819_1B/Backforth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1B/Backforth.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_1B/Backforth.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1B/Backforth.java -------------------------------------------------------------------------------- /USACO/Contests/1819_1B/Blist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1B/Blist.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_1B/Blist.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1B/Blist.java -------------------------------------------------------------------------------- /USACO/Contests/1819_1B/MixMilk.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1B/MixMilk.java -------------------------------------------------------------------------------- /USACO/Contests/1819_1B/Mixmilk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1B/Mixmilk.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_1G/Dining.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1G/Dining.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_1G/Dining.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1G/Dining.java -------------------------------------------------------------------------------- /USACO/Contests/1819_1G/Teamwork.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1G/Teamwork.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_1G/Teamwork.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1G/Teamwork.java -------------------------------------------------------------------------------- /USACO/Contests/1819_1P/Balance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1P/Balance.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_1P/Gathering.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1P/Gathering.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_1P/Gathering.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1P/Gathering.java -------------------------------------------------------------------------------- /USACO/Contests/1819_1P/Itout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1P/Itout.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_1P/Itout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1P/Itout.java -------------------------------------------------------------------------------- /USACO/Contests/1819_1S/Convention.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1S/Convention.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_1S/Mooyomooyo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_1S/Mooyomooyo.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_2P/Exercise.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_2P/Exercise.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_2P/Tracking2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_2P/Tracking2.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_3P/Cowdate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_3P/Cowdate.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_3P/Mooriokart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_3P/Mooriokart.cpp -------------------------------------------------------------------------------- /USACO/Contests/1819_3P/Mowing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1819_3P/Mowing.cpp -------------------------------------------------------------------------------- /USACO/Contests/1920_1P/Pieaters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1920_1P/Pieaters.cpp -------------------------------------------------------------------------------- /USACO/Contests/1920_1P/Snowcow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1920_1P/Snowcow.cpp -------------------------------------------------------------------------------- /USACO/Contests/1920_1P/Treedepth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1920_1P/Treedepth.cpp -------------------------------------------------------------------------------- /USACO/Contests/1920_3P/Deleg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1920_3P/Deleg.cpp -------------------------------------------------------------------------------- /USACO/Contests/1920_3P/Help.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1920_3P/Help.cpp -------------------------------------------------------------------------------- /USACO/Contests/1920_3P/Triangles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1920_3P/Triangles.cpp -------------------------------------------------------------------------------- /USACO/Contests/1920_4P/Circus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1920_4P/Circus.cpp -------------------------------------------------------------------------------- /USACO/Contests/1920_4P/Exercise.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/USACO/Contests/1920_4P/Exercise.cpp -------------------------------------------------------------------------------- /UVA/1427.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/UVA/1427.cpp -------------------------------------------------------------------------------- /UVA/529.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmwilliamlin168/CompetitiveProgramming/HEAD/UVA/529.cpp --------------------------------------------------------------------------------