├── .gitignore ├── CodeChef ├── IPC │ ├── IPC15FLA │ │ ├── ASYAPATH │ │ │ ├── D.cc │ │ │ └── other.cc │ │ ├── DIAGON │ │ │ └── C.cc │ │ ├── Problem E │ │ │ └── E.cc │ │ ├── Problem F │ │ │ └── F.cc │ │ ├── Problem G │ │ │ └── G.cc │ │ ├── Problem H │ │ │ └── H.cc │ │ ├── Problem I │ │ │ └── I.cc │ │ ├── Problem J │ │ │ └── J.cc │ │ ├── TREE02 │ │ │ └── B.cc │ │ └── TREEPAL │ │ │ ├── A.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ ├── IPC15P1A │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ ├── Problem E │ │ │ └── E.cc │ │ ├── Problem F │ │ │ └── F.cc │ │ ├── Problem G │ │ │ └── G.cc │ │ ├── Problem H │ │ │ └── H.cc │ │ ├── Problem I │ │ │ └── I.cc │ │ └── Problem J │ │ │ └── J.cc │ └── IPC15P1B │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ ├── Problem E │ │ └── E.cc │ │ ├── Problem F │ │ └── F.cc │ │ ├── Problem G │ │ └── G.cc │ │ ├── Problem H │ │ └── H.cc │ │ ├── Problem I │ │ └── I.cc │ │ └── Problem J │ │ └── J.cc ├── LONG │ ├── APRIL15 │ │ ├── BROKPHON │ │ │ └── phone.cc │ │ ├── CARLOS │ │ │ └── carlos.cc │ │ ├── CHEFLCM │ │ │ └── lcm.cc │ │ ├── CSEQ │ │ │ └── cseq.cc │ │ ├── FRMQ │ │ │ └── frmq.cc │ │ └── PIANO1 │ │ │ └── piano.cc │ ├── AUG15 │ │ ├── ADMAG │ │ │ ├── A.cc │ │ │ └── A.py │ │ ├── CHINSM │ │ │ └── A.cc │ │ ├── CLOWAY │ │ │ └── A.cc │ │ ├── COOKMACH │ │ │ └── A.cc │ │ ├── DCGAME │ │ │ └── A.cc │ │ ├── GRGUY │ │ │ └── B.cc │ │ ├── SCLUSTER │ │ │ └── A.cc │ │ ├── STETSKLX │ │ │ ├── A.cc │ │ │ └── gen.py │ │ └── WOUT │ │ │ └── A.cc │ ├── DEC14 │ │ ├── CHEFBR │ │ │ └── chef.cpp │ │ └── SANSKAR │ │ │ └── sans.cpp │ ├── FEB15 │ │ ├── CHEFCH │ │ │ └── chef.cc │ │ ├── CHEFEQ │ │ │ └── chef.cc │ │ ├── CHEFGRPH │ │ │ └── grph.cc │ │ ├── CHPUZZLE │ │ │ └── puzz.cc │ │ ├── RANKLIST │ │ │ └── rank.cc │ │ ├── STFM │ │ │ └── stfm.cc │ │ ├── STRQ │ │ │ └── str.cc │ │ └── XRMTRX │ │ │ ├── a.py │ │ │ ├── gen.py │ │ │ └── xr.cc │ ├── JAN15 │ │ ├── CHEFSTON │ │ │ └── a.cpp │ │ ├── CLPERM │ │ │ ├── a.cpp │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── ref.cpp │ │ ├── GCDQ │ │ │ ├── a.cpp │ │ │ └── temp.cpp │ │ ├── ONEKING │ │ │ └── a.cpp │ │ ├── QSET │ │ │ ├── a.cpp │ │ │ └── temp.cpp │ │ ├── RANKA │ │ │ └── a.cpp │ │ ├── SEALCM │ │ │ └── a.cpp │ │ ├── SEAVOTE │ │ │ └── a.cpp │ │ └── XRQS │ │ │ └── a.cpp │ ├── JULY15 │ │ ├── ADDMUL │ │ │ ├── A.cc │ │ │ ├── brute.cc │ │ │ ├── check.sh │ │ │ ├── checker.py │ │ │ └── gen2.py │ │ ├── CHCUBE │ │ │ ├── a.cc │ │ │ └── a.py │ │ ├── EGBOBRD │ │ │ └── A.cc │ │ ├── LCKYST │ │ │ ├── a.cc │ │ │ └── a.py │ │ ├── MAXDIFFW │ │ │ ├── A.cc │ │ │ └── gen.py │ │ ├── MCHEF │ │ │ ├── A.cc │ │ │ └── gen.py │ │ ├── NTHCIR │ │ │ └── A.cc │ │ └── SEAGM2 │ │ │ ├── A.cc │ │ │ └── A.py │ ├── JUNE15 │ │ ├── CBARG │ │ │ └── a.cc │ │ ├── CHPLGNS │ │ │ └── a.cc │ │ ├── FRNDMTNG │ │ │ └── a.cc │ │ └── STDYTAB │ │ │ └── a.cc │ ├── MARCH15 │ │ ├── CNOTE │ │ │ └── a.cc │ │ ├── DEVCLASS │ │ │ └── a.cc │ │ ├── SIGNWAVE │ │ │ └── a.cc │ │ └── STRSUB │ │ │ └── a.cc │ ├── MARCH16 │ │ ├── PARITREE │ │ │ ├── A.cc │ │ │ ├── B.cc │ │ │ └── C.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ ├── Problem E │ │ │ └── E.cc │ │ ├── Problem F │ │ │ └── F.cc │ │ ├── Problem G │ │ │ └── G.cc │ │ ├── Problem H │ │ │ └── H.cc │ │ ├── Problem I │ │ │ └── I.cc │ │ ├── Problem J │ │ │ └── J.cc │ │ └── SEATSTR2 │ │ │ ├── B.cc │ │ │ ├── B.cc~ │ │ │ ├── brute.cc │ │ │ ├── brute.cc~ │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ ├── NOV14 │ │ ├── DISCHAR │ │ │ └── dis.cpp │ │ └── PRPALN │ │ │ └── pal.cpp │ ├── NOV15 │ │ └── SMPLSUM │ │ │ └── A.cc │ └── SEPT15 │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ └── Problem D │ │ ├── D.cc │ │ └── gen.py ├── LTIME │ ├── LTIME 19 │ │ ├── a.cpp │ │ └── b.cpp │ ├── LTIME20 │ │ ├── LCH15CD │ │ │ └── a.cpp │ │ ├── LCH15JAB │ │ │ └── a.py │ │ ├── LCH15JEF │ │ │ └── a.py │ │ └── LCH15JGH │ │ │ └── banana.cpp │ ├── LTIME25 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ └── Problem C │ │ │ └── C.cc │ ├── LTIME26 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ └── Problem D │ │ │ └── D.cc │ └── LTIME28 │ │ ├── Problem A │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ │ ├── Problem B │ │ ├── B.cc │ │ └── B.py │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ └── Problem E │ │ └── E.cc ├── Other │ ├── DIBZ2016 │ │ ├── DBZ16RS │ │ │ └── A.cc │ │ ├── DBZ16SP │ │ │ ├── A.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── DBZ16XOR │ │ │ └── A.cc │ │ ├── DBZ16XS1 │ │ │ └── A.cc │ │ ├── DZ16HITE │ │ │ └── A.cc │ │ ├── DZ16KNAP │ │ │ └── A.cc │ │ ├── DZ16MAT │ │ │ └── A.cc │ │ ├── DZ16SHOP │ │ │ ├── A.cc │ │ │ ├── B.cc │ │ │ ├── bencmark.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── DZ16SUBA │ │ │ └── A.cc │ │ └── DZ16TREE │ │ │ └── A.cc │ ├── HFCQ │ │ ├── Problem A │ │ │ ├── A.cc │ │ │ └── A.cc~ │ │ ├── Problem B │ │ │ ├── B.cc │ │ │ ├── B.cc~ │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ ├── gen.py~ │ │ │ └── test.sh │ │ ├── Problem C │ │ │ ├── C.cc │ │ │ ├── C.cc~ │ │ │ ├── other.cc │ │ │ └── other.cc~ │ │ ├── Problem D │ │ │ └── D.cc │ │ └── Problem E │ │ │ └── E.cc │ ├── HOCO2015 │ │ ├── Problem A │ │ │ └── A.cc │ │ └── Problem B │ │ │ └── B.cc │ ├── IOPC2015 │ │ ├── Cakewalk in Tree Land │ │ │ └── a.cc │ │ ├── Circular Cakewalk │ │ │ └── a.cc │ │ └── Maximum Flow in a Special Graph │ │ │ └── a.cc │ ├── PROCON15 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ └── Problem E │ │ │ └── E.cc │ ├── SNCK151A │ │ └── Dining │ │ │ └── A.cc │ └── SNCK151C │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ └── Problem C │ │ └── C.cc ├── Random │ ├── ANUBGC │ │ └── A.cc │ ├── ANUMLA │ │ ├── A.cc │ │ ├── A.py │ │ └── checkit.py │ ├── AOPN │ │ └── A.cc │ ├── BUTTONS │ │ └── A.cc │ ├── CHEFHOME │ │ └── A.cc │ ├── CHEFVEC │ │ └── A.cc │ ├── CNPIIM │ │ └── A.cc │ ├── DIVSUBS │ │ └── A.cc │ ├── DYNAINV │ │ └── A.cc │ ├── FRMQ │ │ └── A.cc │ ├── NOKIA │ │ └── A.cc │ ├── NWAYS │ │ └── A.cc │ ├── PPXOR │ │ └── A.cc │ ├── RRFRNDS │ │ └── A.cc │ ├── SUBQUERY │ │ └── A.cc │ ├── TASUMOBC │ │ ├── A.cc │ │ ├── brute.py │ │ └── check.py │ └── WORKCHEF │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh ├── SHORT │ ├── COOK54 │ │ ├── ANUAHR │ │ │ ├── a.cpp │ │ │ └── test.cpp │ │ ├── ANUBTG │ │ │ └── a.cpp │ │ ├── ANURRZ │ │ │ └── rrz.cpp │ │ └── ANUTHM │ │ │ ├── b.cpp │ │ │ └── b.py │ ├── COOK56 │ │ ├── DIVGOLD │ │ │ └── a.py │ │ └── STRBIT │ │ │ └── A.cc │ ├── COOK61 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ ├── B.cc │ │ │ └── gen.py │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ ├── check.py │ │ │ └── gen.py │ │ └── Problem E │ │ │ └── E.cc │ ├── COOK63 │ │ ├── Problem A │ │ │ ├── A.cc │ │ │ └── A.py │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ └── Problem E │ │ │ └── E.cc │ ├── COOK65 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ ├── .demo.cc.swp │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ └── sol.cc │ │ └── Problem E │ │ │ ├── E.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ ├── linecheck.py │ │ │ └── test.sh │ ├── COOK66 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ └── Problem E │ │ │ ├── E.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ ├── COOK67 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ └── harshil.cc │ │ └── Problem E │ │ │ └── E.cc │ ├── COOK68 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ └── gvaibhav.cc │ │ └── Problem E │ │ │ ├── E.cc │ │ │ ├── anothersol.cc │ │ │ └── lookatthiscode.cc │ ├── COOK69 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ ├── D2.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ └── Problem E │ │ │ ├── E.cc │ │ │ └── test.py │ ├── COOK70 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ ├── C.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ └── Problem E │ │ │ ├── E.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ ├── COOK71 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ └── Problem E │ │ │ ├── E.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ ├── COOK72 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ └── Problem E │ │ │ ├── E.cc │ │ │ └── setter.cc │ ├── COOK73 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ ├── B.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ └── test.cc │ │ └── Problem E │ │ │ └── E.cc │ └── COOK74 │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ └── Problem E │ │ └── E.cc ├── SNACKDOWN │ ├── 16 │ │ ├── Elimination │ │ │ ├── Problem A │ │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ │ ├── B.cc │ │ │ │ ├── B.py │ │ │ │ ├── blah.py │ │ │ │ ├── brute.cc │ │ │ │ ├── check.py │ │ │ │ ├── gen.py │ │ │ │ └── test.sh │ │ │ ├── Problem C │ │ │ │ └── C.cc │ │ │ ├── Problem D │ │ │ │ ├── D.cc │ │ │ │ ├── brute.cc │ │ │ │ ├── check.py │ │ │ │ ├── gen.py │ │ │ │ └── test.sh │ │ │ ├── Problem E │ │ │ │ └── E.cc │ │ │ ├── Problem F │ │ │ │ └── F.cc │ │ │ ├── Problem G │ │ │ │ └── G.cc │ │ │ ├── Problem H │ │ │ │ └── H.cc │ │ │ ├── Problem I │ │ │ │ └── I.cc │ │ │ └── Problem J │ │ │ │ └── J.cc │ │ ├── Pre-Elimination A │ │ │ ├── Problem A │ │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ │ ├── C.cc │ │ │ │ ├── brute.cc │ │ │ │ ├── check.py │ │ │ │ ├── gen.py │ │ │ │ └── test.sh │ │ │ ├── Problem D │ │ │ │ ├── D.cc │ │ │ │ ├── brute.cc │ │ │ │ ├── check.py │ │ │ │ └── gen.py │ │ │ ├── Problem E │ │ │ │ └── E.cc │ │ │ └── Problem F │ │ │ │ ├── F.cc │ │ │ │ ├── brute.cc │ │ │ │ ├── check.py │ │ │ │ ├── gen.py │ │ │ │ └── test.sh │ │ └── Qualifier │ │ │ ├── Problem A │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ ├── B.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ │ ├── Problem C │ │ │ └── C.cc │ │ │ └── Problem D │ │ │ ├── D.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ └── 17 │ │ ├── Elimination │ │ ├── A │ │ │ └── A.cc │ │ ├── B │ │ │ └── B.cc │ │ ├── C │ │ │ └── C.cc │ │ ├── D │ │ │ └── D.cc │ │ ├── E │ │ │ └── E.cc │ │ ├── F │ │ │ └── F.cc │ │ └── G │ │ │ └── G.cc │ │ ├── Pre-Elimination A │ │ ├── A │ │ │ └── A.cc │ │ ├── B │ │ │ └── B.cc │ │ ├── C │ │ │ └── C.cc │ │ ├── D │ │ │ ├── D.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ └── E │ │ │ └── E.cc │ │ └── Qualifier │ │ ├── A │ │ └── A.cc │ │ ├── B │ │ └── B.cc │ │ ├── C │ │ └── C.cc │ │ └── D │ │ └── D.cc └── WF │ ├── Easy Medium │ ├── ABABAABA │ │ └── A.cc │ ├── ACM14KN4 │ │ └── A.cc │ ├── ACM14KP1 │ │ └── A.cc │ ├── ACM14KP2 │ │ └── A.cc │ ├── AMR14E │ │ ├── A.cc │ │ └── wheel.py │ ├── ANKGAME │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── ANKPAREN │ │ └── A.cc │ ├── ANUBGC │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── AVGSHORT │ │ └── A.cc │ ├── CAOS3 │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── CARLOS │ │ └── A.cc │ ├── CHEFAOR │ │ └── A.cc │ ├── CHEFCK │ │ └── A.cc │ ├── CHEFGM │ │ └── A.cc │ ├── CHEFIHG │ │ └── A.cc │ ├── CHEFMATH │ │ └── A.cc │ ├── CHN15C │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── CHRL4 │ │ └── A.cc │ ├── CHSEQ22 │ │ └── A.cc │ ├── CHSTAMP │ │ └── A.cc │ ├── CNTWAYS │ │ └── A.cc │ ├── CODECRCK │ │ └── A.cc │ ├── COLTREE │ │ └── A.cc │ ├── COOKGAME │ │ └── A.cc │ ├── COPRIME3 │ │ └── A.cc │ ├── CSEQ │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── DEVGOSTR │ │ └── A.cc │ ├── DIVGAME │ │ ├── A.cc │ │ └── A.py │ ├── EXNETWRK │ │ └── A.cc │ ├── EXPGAME │ │ └── A.cc │ ├── KMHAMHA │ │ └── A.cc │ ├── KNPSK │ │ └── A.cc │ ├── LEBALONS │ │ └── A.cc │ ├── LEMOVIE │ │ └── A.cc │ ├── LPAIR │ │ └── A.cc │ ├── MTMXSUM │ │ └── A.cc │ ├── MTRICK │ │ └── A.cc │ ├── NUMGAME │ │ └── A.cc │ ├── NUMSET │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── POWERMUL │ │ └── A.cc │ ├── RAINBOW │ │ └── A.cc │ ├── RECRECOV │ │ └── A.cc │ ├── RGAME │ │ └── A.cc │ ├── RRPLAYER │ │ └── A.cc │ ├── SEAVOTE │ │ └── A.cc │ ├── SECUBE │ │ └── A.cc │ ├── SEQCOUNT │ │ └── A.cc │ ├── SFUNC │ │ └── A.cc │ ├── SORTING │ │ └── A.cc │ ├── SPOONS │ │ ├── A.cc │ │ └── A.py │ ├── SPRNMBRS │ │ └── A.cc │ ├── TAAND │ │ └── A.cc │ ├── TABUS │ │ └── A.cc │ ├── TANGDIV │ │ └── A.cc │ ├── TASTR │ │ ├── A.cc │ │ ├── B.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── TSHIRTS │ │ └── A.cc │ ├── UGLYF │ │ └── A.cc │ ├── WALL │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ └── XETF │ │ └── A.cc │ └── Medium Hard │ ├── CARDSHUF │ ├── A.cc │ ├── AA.cc │ ├── another.cc │ ├── brute.cc │ ├── check.py │ ├── doit.py │ ├── gen.py │ └── test.sh │ ├── FNCS │ ├── A.cc │ ├── dreamoon.cc │ └── r_64.cc │ ├── GOODPROB │ ├── A.cc │ ├── brute.cc │ ├── check.py │ ├── evil999num.cc │ ├── gen.py │ └── test.sh │ ├── LOTERY │ ├── A.cc │ ├── brute.py │ ├── check.py │ ├── gen.py │ ├── test.sh │ └── uhateme.cc │ ├── LYRC │ ├── A.cc │ ├── brute.cc │ ├── check.py │ ├── gen.py │ └── test.sh │ ├── MGCHGYM │ └── A.cc │ ├── SEADIV │ ├── A.cc │ ├── brute.py │ ├── check.py │ ├── gen.py │ └── test.sh │ ├── STETSKLX │ └── A.cc │ └── XRQRS │ └── A.cc ├── Codeforces ├── 270 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem F │ │ └── F.cc ├── 300 │ ├── Problem A │ │ ├── A.cc │ │ └── A.py │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 399 │ ├── A │ │ └── A.cc │ ├── B │ │ └── B.cc │ ├── C │ │ └── C.cc │ ├── D │ │ └── D.cc │ ├── E │ │ └── E.cc │ ├── F │ │ └── F.cc │ └── G │ │ └── G.cc ├── 400 │ ├── A │ │ └── A.cc │ ├── B │ │ └── B.cc │ ├── C │ │ ├── C.cc │ │ └── inp.im │ ├── D │ │ └── D.cc │ ├── E │ │ └── E.cc │ ├── F │ │ └── F.cc │ └── G │ │ ├── G.cc │ │ └── check.py ├── 102 Division 1 │ ├── Probelm B │ │ └── B.cc │ └── Problem C │ │ ├── C.cc │ │ └── DP.cc ├── 102 Division 2 │ └── Problem B │ │ └── B.py ├── 103 Division 2 │ └── Problem A │ │ └── A.cc ├── 104 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 106 Division 2 │ ├── Problem B │ │ └── B.py │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 107 Division 1 │ └── Problem A │ │ └── A.cc ├── 107 Division 2 │ ├── Problem A │ │ └── A.cpp │ └── Problem B │ │ └── B.cc ├── 109 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 109 Division 2 │ └── Problem B │ │ └── B.cc ├── 110 Division 1 │ └── Problem C │ │ └── C.cc ├── 110 Division 2 │ └── Problem B │ │ └── B.cc ├── 111 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem D │ │ └── D.cc ├── 112 Division 2 │ └── Problem C │ │ └── C.cc ├── 113 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem D │ │ └── D.cc ├── 114 Division 1 │ └── Problem B │ │ └── B.cc ├── 117 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── C.cc │ │ └── gen.py │ └── Problem D │ │ └── D.cc ├── 118 Division 1 │ └── Problem B │ │ └── B.cc ├── 119 Division 2 │ ├── Problem A │ │ └── A.cpp │ └── Problem B │ │ └── B.cc ├── 120 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ └── Problem E │ │ └── E.cc ├── 121 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 121 Division 2 │ └── Problem B │ │ └── B.cc ├── 122 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 123 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem D │ │ └── D.cc ├── 124 Division 1 │ └── Problem B │ │ └── B.cc ├── 124 Division 2 │ └── Problem B │ │ └── B.py ├── 125 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 126 Division 2 │ └── Problem A │ │ └── A.cc ├── 128 Division 2 │ └── Problem D │ │ └── D.cc ├── 129 Division 1 │ └── Problem A │ │ └── A.cc ├── 129 Division 2 │ └── Problem B │ │ └── B.cc ├── 130 Division 2 │ ├── Problem A │ │ └── A.py │ └── Problem D │ │ └── D.cc ├── 131 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 131 Division 2 │ └── Problem B │ │ └── B.py ├── 133 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 134 Division 1 │ └── Problem A │ │ └── A.cc ├── 135 Division 2 │ ├── Problem B │ │ └── B.py │ └── Problem E │ │ └── E.cc ├── 136 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 137 Division 2 │ └── Problem C │ │ └── C.cc ├── 138 Division 1 │ └── Problem A │ │ └── A.cc ├── 139 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 14 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 140 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 141 Division 2 │ └── Problem B │ │ └── B.cc ├── 142 Division 1 │ ├── D │ │ ├── D.cc │ │ ├── D2.cc │ │ └── D3.cc │ └── Problem B │ │ └── B.cc ├── 142 Division 2 │ └── Problem B │ │ └── B.cc ├── 143 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 144 Division 2 │ └── Problem B │ │ └── B.py ├── 145 Division 2 │ ├── Problem B │ │ ├── B.cc │ │ └── output.txt │ ├── Problem C │ │ ├── C.cc │ │ ├── input.txt │ │ └── output.txt │ └── Problem D │ │ └── D.cc ├── 146 Division 1 │ └── Problem C │ │ └── C.cc ├── 146 Division 2 │ └── Problem C │ │ └── a.py ├── 147 Division 2 │ └── Problem E │ │ └── E.cc ├── 148 Division 1 │ └── Problem B │ │ └── B.cc ├── 149 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 150 Division 1 │ ├── Problem A │ │ ├── A.cc │ │ ├── a.py │ │ └── gen.py │ └── Problem C │ │ └── C.cc ├── 150 Division 2 │ └── Problem B │ │ └── B.py ├── 151 Division 2 │ └── Problem D │ │ └── D.cc ├── 153 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 153 Division 2 │ └── Problem A │ │ └── A.cc ├── 155 Division 2 │ └── Problem B │ │ └── B.cc ├── 156 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 157 Division 1 │ └── Problem C │ │ └── C.cc ├── 157 Division 2 │ └── Problem B │ │ └── B.cc ├── 158 Division 2 │ └── Problem B │ │ └── B.py ├── 159 Division 2 │ └── Problem C │ │ └── C.cc ├── 16 Beta Division 2 │ └── Problem E │ │ └── E.cc ├── 160 Division 1 │ └── Problem A │ │ └── A.cc ├── 161 Division 2 │ └── Problem A │ │ └── A.cc ├── 162 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 162 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 163 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 164 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 165 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 166 Division 2 │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 167 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 168 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 168 Division 2 │ └── Problem B │ │ └── B.cc ├── 169 DIvision 2 │ ├── Problem B │ │ └── B.py │ └── Problem D │ │ └── D.py ├── 170 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 171 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 172 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 172 Division 2 │ └── Problem B │ │ ├── B.cc │ │ └── B.py ├── 173 Division 2 │ ├── Problem B │ │ └── B.py │ └── Problem E │ │ └── E.cc ├── 174 Division 1 │ └── Problem B │ │ └── B.cc ├── 174 Division 2 │ └── Problem C │ │ └── C.cc ├── 175 Divison 2 │ └── Problem B │ │ └── B.cc ├── 176 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ ├── C.cc │ │ └── gen.py ├── 177 Division 2 │ └── Problem B │ │ └── B.cc ├── 178 Division 2 │ └── Problem C │ │ └── C.cc ├── 179 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 18 Beta Division 2 │ └── Problem C │ │ └── C.cc ├── 180 Division 1 │ └── Problem C │ │ └── C.cc ├── 181 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 182 Division 1 │ ├── D │ │ └── D.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.py ├── 184 Division 2 │ └── Problem E │ │ └── E.cc ├── 185 Division 1 │ ├── Problem A │ │ ├── A.cc │ │ └── A.py │ └── Problem B │ │ └── B.cc ├── 185 Division 2 │ └── Problem B │ │ └── B.cc ├── 186 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 187 Division 1 │ └── Problem B │ │ └── B.cc ├── 188 Div 1 │ └── D │ │ └── D.cc ├── 188 Division 2 │ └── Problem A │ │ └── A.cc ├── 189 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 189 Division 2 │ └── Problem B │ │ └── B.cc ├── 190 Division 1 │ └── Problem B │ │ ├── B.cc │ │ ├── B2.cc │ │ └── B3.cc ├── 191 Division 2 │ └── Problem A │ │ └── A.cc ├── 192 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 192 Division 2 │ └── Problem B │ │ └── B.cc ├── 194 Division 1 │ ├── D │ │ └── D.cc │ └── Problem B │ │ └── B.cc ├── 196 Division 2 │ ├── Problem A │ │ └── A.py │ ├── Problem B │ │ └── B.py │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 197 Division 2 │ ├── Problem A │ │ └── A.py │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 198 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem E │ │ └── E.cc ├── 199 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem E │ │ └── E.cc ├── 2 Beta │ └── Problem B │ │ └── B.cc ├── 200 Division 1 │ ├── D │ │ ├── D.cc │ │ └── D2.cc │ ├── Problem A │ │ └── Untitled C++.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 201 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 202 Division 1 │ └── Problem B │ │ └── B.cc ├── 202 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 203 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 204 Division 2 │ └── Problem B │ │ └── B.cc ├── 205 Division 2 │ └── Problem D │ │ └── D.cc ├── 206 Division 1 │ └── Problem A │ │ └── A.cc ├── 207 Division 2 │ └── Problem B │ │ └── B.cc ├── 208 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 209 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 210 DIvision 2 │ └── Problem B │ │ └── B.cc ├── 211 Division 2 │ └── Problem C │ │ └── C.cc ├── 212 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 213 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 213 Division 2 │ └── Problem B │ │ └── B.py ├── 214 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem E │ │ └── E.cc ├── 215 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 217 Division 2 │ └── Problem D │ │ └── D.cc ├── 218 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 22 Beta Division 2 │ └── Problem B │ │ └── B.cc ├── 220 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 221 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 222 Division 2 │ └── Problem A │ │ └── A.cc ├── 223 Division 1 │ └── Problem C │ │ └── C.cc ├── 223 Division 2 │ └── A.cc ├── 224 Division 2 │ └── Problem C │ │ └── C.cc ├── 225 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 226 Division 2 │ └── Problem C │ │ └── C.cc ├── 227 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem E │ │ └── E.cc ├── 228 Division 1 │ ├── Problem A │ │ └── C.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 229 DIvision 2 │ └── Problem D │ │ └── D.cc ├── 230 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 230 Division 2 │ └── Problem B │ │ └── B.cc ├── 232 Division 1 │ └── Problem A │ │ └── A.cc ├── 232 Division 2 │ └── Problem B │ │ └── B.cc ├── 234 Division 2 │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 235 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 236 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 236 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 237 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 238 Division 1 │ └── D │ │ └── D.cc ├── 238 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 239 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 239 Division 2 │ └── Problem B │ │ └── B.cc ├── 240 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 241 Division 2 │ └── Problem B │ │ └── B.cc ├── 242 Division 2 │ └── Problem C │ │ └── C.cc ├── 243 Division 1 │ └── D │ │ └── D.cc ├── 243 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 244 Division 2 │ ├── Problem A │ │ └── A.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 245 Division 1 │ ├── D │ │ ├── D.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ └── Problem B │ │ └── B.cc ├── 245 Division 2 │ └── Problem C │ │ └── C.cc ├── 246 Divison 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 247 Division 2 │ └── Problem C │ │ └── C.cc ├── 248 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── C.cc │ │ └── stresstest.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 249 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 250 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── C.cc │ │ └── C2.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 250 Division 2 │ └── Problem B │ │ ├── B.cc │ │ └── test.cc ├── 251 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 252 Division 2 │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ ├── E.cc │ │ └── JuryE.cc ├── 253 Division 1 │ └── Problem B │ │ └── B.cc ├── 253 Division 2 │ └── Problem A │ │ └── A.py ├── 254 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 254 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 255 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 255 Division 2 │ └── Problem B │ │ └── B.cc ├── 256 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 256 Division 2 │ ├── Problem B │ │ └── B.py │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 257 Div 1 │ └── D │ │ └── D.cc ├── 257 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 258 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 259 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 260 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 260 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 261 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 262 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 263 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 264 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 265 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 265 Division 2 │ └── Problem A │ │ └── A.cc ├── 266 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 267 Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 268 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── A.py │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 268 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 269 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 27 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem D │ │ └── D.cc ├── 271 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 272 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 273 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 274 Division 2 │ ├── Problem A │ │ └── A.py │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 275 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 276 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ └── gen.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 276 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 277 Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 277.5 Division 2 │ ├── Problem C │ │ └── C.cpp │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 278 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 279 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem F │ │ └── F.cc ├── 280 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── a.py │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 281 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.py │ └── Problem D │ │ └── D.cc ├── 282 Division 1 │ └── Problem C │ │ └── C.cc ├── 282 Division 2 │ ├── Problem A │ │ └── a.py │ ├── Problem B │ │ └── b.py │ ├── Problem C │ │ └── C.cpp │ ├── Problem D │ │ ├── D.cpp │ │ └── ref.cpp │ └── Problem E │ │ └── E.cc ├── 283 Division 2 │ ├── Problem A │ │ └── A.cpp │ ├── Problem B │ │ └── B.cpp │ ├── Problem C │ │ └── C.cpp │ ├── Problem D │ │ └── D.cpp │ └── Problem E │ │ └── E.cpp ├── 284 Divison 2 │ ├── Problem A │ │ ├── A.cpp │ │ └── ref.cpp │ ├── Problem B │ │ └── B.cpp │ ├── Problem C │ │ └── C.cpp │ ├── Problem D │ │ ├── D.cpp │ │ └── a.py │ └── Problem E │ │ └── E.cc ├── 285 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 286 Division 1 │ ├── Problem B │ │ ├── B.cpp │ │ └── writer.cpp │ └── Problem D │ │ ├── D.cpp │ │ ├── tester.cpp │ │ └── writers.cpp ├── 286 Division 2 │ ├── Problem A │ │ ├── A.cpp │ │ └── a.py │ ├── Problem B │ │ └── B.cpp │ ├── Problem C │ │ ├── C.cpp │ │ └── C2.cpp │ ├── Problem D │ │ ├── D.cpp │ │ └── writer.cpp │ └── Problem E │ │ ├── 1.cpp │ │ └── E.cpp ├── 287 Division 2 │ ├── Problem A │ │ └── A.cpp │ ├── Problem B │ │ └── B.py │ ├── Problem C │ │ └── C.cpp │ ├── Problem D │ │ └── D.cpp │ └── Problem E │ │ └── E.cpp ├── 288 Division 2 │ ├── Problem A │ │ └── A.cpp │ ├── Problem B │ │ └── B.cpp │ ├── Problem C │ │ ├── C.cpp │ │ └── gen.py │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 289 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── C.cc │ │ └── gen.py │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 29 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 290 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ ├── D.cc │ │ └── D2.cc ├── 291 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── C.cc │ │ └── C.py │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 292 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 292 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── C.cc │ │ └── C.py │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 293 Division 2 │ ├── Problem A │ │ ├── .inp.in.swp │ │ └── A.cc │ ├── Problem B │ │ └── B.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── 294 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 295 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── A.py │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 296 Division 1 │ └── Problem D │ │ └── D.cc ├── 296 Division 2 │ ├── Hack │ │ └── gen.py │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 297 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── gen.py │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 298 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 299 Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 299 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── A.py │ └── Problem B │ │ ├── B.cc │ │ └── B.py ├── 301 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 302 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 302 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 303 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 304 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 305 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 306 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── A.py │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 307 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 308 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ └── gen.py │ └── Problem E │ │ └── E.cc ├── 309 Division 1 │ └── Problem D │ │ └── D.cc ├── 309 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── A.py │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 31 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 310 Division 1 │ └── Problem D │ │ └── D.cc ├── 310 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 311 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 312 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 313 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ ├── B2.cc │ │ └── gen.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 315 Division 1 │ ├── Problem A │ │ ├── A.cc │ │ ├── AA.cc │ │ └── check.py │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 316 Division 2 │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 317 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ ├── B2.cc │ │ ├── check.py │ │ └── gen.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 319 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 319 Division 2 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 32 Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 320 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 321 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 322 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── 323 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 324 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ ├── E.cc │ │ ├── gen.py │ │ └── test.sh ├── 326 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ ├── A.py │ │ ├── E.cc │ │ ├── brute.cc │ │ ├── check.py │ │ └── gen.py ├── 330 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 331 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ └── tourist.cc │ └── Problem E │ │ └── E.cc ├── 332 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── C.cc │ │ └── temp.cc │ ├── Problem D │ │ ├── D.cc │ │ └── D.py │ └── Problem E │ │ ├── E.cc │ │ └── tmp.cc ├── 333 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ ├── A.py │ │ └── test.cc │ ├── Problem B │ │ ├── B.cc │ │ ├── BG.cc │ │ └── gen.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ ├── E.cc │ │ ├── FF.cc │ │ ├── t.cc │ │ └── test.cc ├── 334 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 336 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 337 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 338 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 339 Division 1 │ ├── Problem A │ │ ├── A.cc │ │ └── adurysk.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 34 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem E │ │ └── E.cc ├── 340 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ ├── E.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh ├── 341 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ └── D.py │ └── Problem E │ │ └── E.cc ├── 342 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── A.py │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ ├── gen.py │ │ └── test.py │ └── Problem E │ │ └── E.cc ├── 343 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ ├── E.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh ├── 344 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ └── Problem E │ │ └── E.cc ├── 345 Division 1 │ ├── Problem A │ │ ├── A.cc │ │ └── A.cc~ │ ├── Problem B │ │ ├── B.cc │ │ └── B.cc~ │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ ├── E.cc │ │ └── E.cc~ ├── 345 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── A.cc~ │ └── Problem B │ │ ├── B.cc │ │ └── B.cc~ ├── 346 Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── A.cc~ │ ├── Problem B │ │ ├── B.cc │ │ └── B.cc~ │ ├── Problem C │ │ ├── C.cc │ │ └── C.cc~ │ ├── Problem D │ │ ├── D.cc │ │ └── D.cc~ │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ ├── F.cc │ │ └── F.cc~ │ └── Problem G │ │ ├── G.cc │ │ └── G.cc~ ├── 348 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ └── D2.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── 349 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 35 Beta Division 2 │ ├── Problem C │ │ ├── .input.txt.swp │ │ ├── C.cc │ │ ├── input.txt │ │ └── output.txt │ └── Problem D │ │ └── D.cc ├── 350 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ └── Problem G │ │ └── G.cc ├── 351 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ └── Problem G │ │ └── G.cc ├── 352 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 353 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 354 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 355 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 356 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 357 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 358 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 359 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 360 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ ├── B.py │ │ ├── brute.cc │ │ ├── check.py │ │ └── gen.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 361 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 362 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── 363 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── C.cc │ │ ├── brute.cc │ │ ├── check.py │ │ └── gen.py │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 364 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 369 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 372 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── Problem C │ │ ├── C.cc │ │ └── CC.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 373 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ ├── C.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 375 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── 38 Beta Division 2 │ └── Problem A │ │ └── A.cc ├── 381 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 384 Division 2 │ └── Problem A │ │ └── A.cc ├── 385 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 386 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ └── Problem G │ │ └── G.cc ├── 388 Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── 393 Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── 4 Beta │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 40 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem D │ │ └── D.cc ├── 402 Division 1 │ ├── A │ │ └── A.cc │ ├── B │ │ ├── B.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── C │ │ └── C.cc │ ├── D │ │ └── D.cc │ └── E │ │ └── E.cc ├── 407 Div 1 │ ├── A │ │ └── A.cc │ ├── B │ │ └── B.cc │ ├── C │ │ ├── C.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── D │ │ └── D.cc │ └── E │ │ └── E.cc ├── 408 Division 2 │ ├── A │ │ └── A.cc │ ├── B │ │ └── B.cc │ ├── C │ │ └── C.cc │ ├── D │ │ └── D.cc │ ├── E │ │ ├── E.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ └── F │ │ └── F.cc ├── 411 Division 1 │ ├── A │ │ └── A.cc │ ├── B │ │ └── B.cc │ ├── C │ │ └── C.cc │ ├── D │ │ └── D.cc │ └── E │ │ └── E.cc ├── 42 Beta Divison 2 │ └── Problem D │ │ └── D.cc ├── 44 Beta Division 2 │ └── Problem C │ │ └── C.cc ├── 46 Beta Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 49 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 52 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 54 Beta Division 2 │ ├── Problem A │ │ ├── A.cc │ │ └── A.py │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 57 Beta Division 2 │ ├── Problem A │ │ └── A.cpp │ ├── Problem B │ │ └── B.py │ └── Problem E │ │ └── E.cc ├── 59 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem D │ │ └── D.cc ├── 6 Beta Division 2 │ └── Problem D │ │ ├── D.cc │ │ └── D2.cc ├── 61 Beta Division 2 │ └── Problem B │ │ └── B.cc ├── 63 Beta Division 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem E │ │ └── C.cc ├── 65 Beta Divison 2 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 67 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ └── Problem D │ │ └── D.cc ├── 69 Beta Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 72 Beta Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem B │ │ └── B.cc ├── 73 Beta Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 74 Division 1 │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ ├── C.cc │ │ └── gen.py ├── 75 Beta Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ └── C.cc ├── 76 Beta Division 1 │ └── Problem B │ │ └── B.cc ├── 76 Beta Division 2 │ └── Problem B │ │ └── B.cc ├── 77 Beta Division 1 │ └── Problem A │ │ └── A.cc ├── 77 Beta Division 2 │ └── Problem B │ │ └── B.py ├── 78 Beta Division 1 │ ├── Problem A │ │ ├── A.cc │ │ └── a.cc │ └── Problem B │ │ └── B.py ├── 78 Beta Division 2 │ └── Problem B │ │ └── B.cc ├── 79 Beta Division 1 │ └── Problem B │ │ └── B.cc ├── 8 VC Elimination 2017 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ └── Problem G │ │ └── G.cc ├── 80 Beta Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 82 Beta Division 2 │ └── Problem D │ │ └── D.cc ├── 83 Beta Division 1 │ └── Problem A │ │ └── A.cc ├── 84 Beta Division 2 │ └── Problem B │ │ └── B.py ├── 85 Beta Division 1 │ └── Problem B │ │ └── B.cc ├── 85 Beta Division 2 │ └── Problem A │ │ └── A.py ├── 86 Beta Division 1 │ └── Problem A │ │ └── C.cc ├── 86 Beta Division 2 │ └── Problem B │ │ └── B.cc ├── 87 Beta Division 2 │ └── Problem B │ │ └── B.cc ├── 89 Beta Division 2 │ ├── Problem A │ │ └── A.py │ └── Problem D │ │ └── D.cc ├── 8VC Elimination 2016 │ ├── Problem A │ │ ├── A.cc │ │ └── A.cc~ │ ├── Problem B │ │ ├── B.cc │ │ └── B.cc~ │ ├── Problem C │ │ ├── C.cc │ │ └── C.cc~ │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ └── Problem G │ │ └── G.cc ├── 8VC Finals Div 1 2016 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── 9 Beta Division 2 │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc ├── 91 Beta Division 1 │ └── Problem A │ │ └── A.cc ├── 91 Beta Division 2 │ ├── Problem A │ │ └── A.py │ └── Problem B │ │ └── B.py ├── 92 Beta Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem D │ │ └── A.cc ├── 93 Beta Division 1 │ └── Problem B │ │ └── B.cc ├── 94 Beta Division 1 │ ├── D │ │ ├── D.cc │ │ ├── D2.cc │ │ └── get.py │ ├── Problem B │ │ ├── B.cc │ │ └── gen.py │ └── Problem C │ │ └── C.cc ├── 94 Beta Division 2 │ └── Problem B │ │ └── B.cc ├── 95 Beta Division 2 │ ├── Problem A │ │ └── A.py │ └── Problem E │ │ └── E.cc ├── 96 Beta Division 2 │ └── Problem B │ │ └── B.py ├── 97 Beta Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── 97 Beta Division 2 │ └── Problem A │ │ └── A.cc ├── 98 Beta Division 2 │ ├── Problem C │ │ └── C.cc │ └── Problem E │ │ └── E.cc ├── 99 Beta Division 1 │ ├── Problem A │ │ └── A.cc │ └── Problem C │ │ └── C.cc ├── ABBY Cup Hard │ └── B1 │ │ └── B.cc ├── AIM Tech Division 1 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ └── test.py │ └── Problem E │ │ └── E.cc ├── AIM Tech Round 3 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc ├── ASC │ └── 1 │ │ ├── Problem A │ │ ├── A.cc │ │ └── A.py │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ ├── Problem E │ │ └── E.cc │ │ ├── Problem F │ │ ├── F.cc │ │ └── test.cc │ │ ├── Problem G │ │ └── G.cc │ │ └── Problem H │ │ └── H.cc ├── Bayan 2015 Warmup │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── BubbleCup │ ├── Problem B │ │ └── B.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem F │ │ └── F.cc │ ├── Problem G │ │ └── G.cc │ ├── Problem H │ │ └── H.cc │ └── editorial.pdf ├── CERC 16 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ ├── Problem G │ │ └── G.cc │ ├── Problem H │ │ └── H.cc │ ├── Problem I │ │ └── I.cc │ ├── Problem J │ │ └── J.cc │ ├── Problem K │ │ └── K.cc │ └── Problem L │ │ └── L.cc ├── CROC 2016 - Elimination Round (Rated Unofficial Edition) │ ├── Problem A │ │ ├── A.cc │ │ ├── A.py │ │ └── A.py~ │ ├── Problem B │ │ ├── B.cc │ │ └── B.cc~ │ ├── Problem C │ │ ├── C.cc │ │ └── C.cc~ │ ├── Problem D │ │ ├── D.cc │ │ └── D.cc~ │ ├── Problem E │ │ ├── E.cc │ │ └── E.cc~ │ └── Problem F │ │ ├── F.cc │ │ └── F.cc~ ├── CROC-MBTU 2012, Elimination Round (ACM-ICPC) │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem H │ │ └── H.cc ├── CodeCraft 2015 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem F │ │ └── F.cc │ ├── Problem G │ │ └── G.cc │ ├── Problem H │ │ ├── H.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── gen2.py │ ├── Problem I │ │ └── I.cc │ └── Problem J │ │ └── J.cc ├── Croc Champ 2013 Round 1 │ └── Problem E │ │ └── E.cc ├── Educational 10 │ ├── Problem A │ │ ├── A.cc │ │ └── A.cc~ │ ├── Problem B │ │ ├── B.cc │ │ └── B.cc~ │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── Educational 13 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ └── B.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ └── Problem G │ │ └── G.cc ├── Educational 14 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ ├── F.cc │ │ └── F2.cc ├── Educational 4 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── Educational 6 │ └── Problem C │ │ └── C.cc ├── Good Bye 2013 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ └── Problem G │ │ └── G.cc ├── Good Bye 2014 │ ├── Problem A │ │ └── A.cpp │ ├── Problem B │ │ └── B.cpp │ ├── Problem C │ │ └── C.cpp │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── Good Bye 2015 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ └── B.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ ├── Problem G │ │ └── G.cc │ └── Problem H │ │ └── H.cc ├── Good Bye 2016 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ ├── Problem G │ │ └── G.cc │ └── Problem H │ │ └── H.cc ├── Helvetic Coding Contest 2016 │ ├── Problem A │ │ ├── A1 │ │ │ └── A.cc │ │ └── A2 │ │ │ └── A.cc │ ├── Problem B │ │ └── B1 │ │ │ └── B1.cc │ ├── Problem C │ │ ├── C1 │ │ │ └── C.cc │ │ ├── C2 │ │ │ └── C.cc │ │ └── C3 │ │ │ └── C.cc │ ├── Problem D │ │ ├── D1 │ │ │ └── D1.cc │ │ ├── D2 │ │ │ └── D.cc │ │ └── D3 │ │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F1 │ │ └── F.cc ├── IndiaHacks 2016 │ ├── Problem A │ │ ├── A.cc │ │ └── A.cc~ │ ├── Problem B │ │ ├── B.cc │ │ └── B.cc~ │ ├── Problem C │ │ ├── C.cc │ │ └── C.cc~ │ ├── Problem D │ │ ├── D.cc │ │ └── D.cc~ │ ├── Problem E │ │ ├── E.cc │ │ └── E.cc~ │ ├── Problem F │ │ ├── F.cc │ │ └── F.cc~ │ └── Problem G │ │ └── G.cc ├── Intel Code Challenge Elimination │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── Intel Code Challenge Finals │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ └── Problem G │ │ └── G.cc ├── Looksery 2015 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem F │ │ ├── CircularSeparator.pdf │ │ ├── CircularSeparator2.pdf │ │ └── F.cc │ ├── Problem G │ │ └── G.cc │ └── Problem H │ │ └── H.cc ├── Manthan 2016 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ ├── D2.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ ├── Problem G │ │ └── G.cc │ └── Problem H │ │ └── H.cc ├── MemSQL Start[c]UP 2.0 - Round 1 │ └── Problem E │ │ └── E.cc ├── Pi │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc ├── Rockethon 2015 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ ├── B.py │ │ └── a.py │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.py │ └── Problem G │ │ └── g.py ├── VK Cup 2012 Qualification Round 1 │ ├── A │ │ └── A.cc │ ├── B │ │ └── B.cc │ ├── C │ │ └── C.cc │ ├── D │ │ └── D.cc │ └── E │ │ └── E.cc ├── VK Cup 2012 Round 1 │ └── Problem D │ │ └── D.cc ├── VK Cup 2012 Round 2 │ └── Problem D │ │ └── D.cc ├── VK Cup 2015 Finals │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ ├── F.cc │ │ └── X.cc │ └── Problem G │ │ └── G.cc ├── VK Cup 2016 Round 1 │ ├── Problem 0 │ │ ├── 0.cc │ │ └── 0.cc~ │ ├── Problem 1 │ │ └── 1.cc │ ├── Problem A │ │ ├── A.cc │ │ └── A.cc~ │ ├── Problem B │ │ ├── B.cc │ │ └── B.cc~ │ ├── Problem C │ │ ├── C.cc │ │ └── C.cc~ │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ ├── E.cc │ │ └── E.cc~ ├── WunderFund 2016 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ └── inp2.oin │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ └── gen.py │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ └── Problem G │ │ └── G.cc ├── Zepto Code Rush 2014 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ └── E.cc └── ZeptoLab 2015 │ ├── Problem A │ └── A.cc │ ├── Problem B │ └── B.cc │ └── Problem C │ └── C.cc ├── Codejam ├── 2008 │ └── Qualification │ │ ├── Problem A │ │ ├── A.cc │ │ └── B.cc │ │ ├── Problem B │ │ └── B.cc │ │ └── Problem C │ │ └── C.cc ├── 2015 │ ├── Prelim │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ └── Problem D │ │ │ └── D.cc │ └── Round 1B │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ └── Problem C │ │ └── C.cc ├── 2016 │ ├── Qualification │ │ ├── Problem A │ │ │ ├── A.cc │ │ │ └── A.cc~ │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ ├── .inp.in.swp │ │ │ ├── C.py │ │ │ └── C.py~ │ │ └── Problem D │ │ │ └── D.cc │ ├── Round 1C │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ └── Problem C │ │ │ └── C.cc │ └── Round 2 │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ └── Problem E │ │ └── E.cc ├── 2017 │ ├── 1B │ │ ├── A │ │ │ └── A.cc │ │ ├── B │ │ │ └── B.cc │ │ ├── C │ │ │ └── C.cc │ │ └── D │ │ │ └── D.cc │ ├── Qualification │ │ ├── A │ │ │ └── A.cc │ │ ├── B │ │ │ └── B.cc │ │ ├── C │ │ │ └── C.cc │ │ ├── D │ │ │ └── D.cc │ │ └── E │ │ │ └── E.cc │ └── Round 2 │ │ ├── A │ │ └── A.cc │ │ ├── B │ │ └── B.cc │ │ ├── C │ │ └── C.cc │ │ └── D │ │ └── D.cc └── APAC 2017 │ ├── Round A │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ └── Problem D │ │ └── D.cc │ └── Round B │ ├── Problem A │ └── A.cc │ ├── Problem B │ └── B.cc │ ├── Problem C │ └── C.cc │ └── Problem D │ └── D.cc ├── HackerEarth ├── Amex │ ├── Problem A │ │ ├── A.py │ │ ├── A.py~ │ │ └── testcase.in~ │ ├── Problem B │ │ ├── B.cc │ │ └── B.cc~ │ └── Problem C │ │ ├── C.py │ │ └── C.py~ ├── IndiaHacks │ ├── Finals │ │ ├── Problem A │ │ │ ├── A.cc │ │ │ └── A.cc~ │ │ ├── Problem B │ │ │ ├── B.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ ├── Problem E │ │ │ ├── E.cc │ │ │ └── E.cc~ │ │ ├── Problem F │ │ │ └── F.cc │ │ └── Problem G │ │ │ └── G.cc │ ├── Qualifier │ │ ├── Problem A │ │ │ ├── A.cc │ │ │ └── A.py │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ ├── DD.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ └── Problem E │ │ │ └── E.cc │ └── Semi │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ ├── C.cc │ │ └── gen.py │ │ ├── Problem D │ │ └── D.cc │ │ ├── Problem E │ │ └── E.cc │ │ ├── Problem F │ │ └── F.cc │ │ ├── Problem G │ │ └── G.cc │ │ ├── Problem H │ │ └── H.cc │ │ ├── Problem I │ │ ├── I.cc │ │ ├── gen.py │ │ └── test.sh │ │ └── Problem J │ │ └── J.cc ├── Intercity Travel │ └── inter.cpp ├── Tesco 2016 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ └── Problem C │ │ ├── check.py │ │ ├── check2.py │ │ ├── gen.py │ │ ├── my │ │ └── C.cc │ │ └── test.sh └── Upgrade │ └── A.cc ├── Hackerrank ├── 101 Hacks │ ├── 101 Hack 2015 │ │ ├── 101 Hack April │ │ │ ├── Problem A │ │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ │ └── C.cc │ │ │ └── Problem D │ │ │ │ └── D.cc │ │ ├── 101 Hack Feb │ │ │ └── b.py │ │ ├── 101 Hack Jan │ │ │ └── A.cc │ │ ├── 101 Hack July │ │ │ ├── Problem B │ │ │ │ └── B.cc │ │ │ └── Problem C │ │ │ │ ├── C.cc │ │ │ │ ├── a.py │ │ │ │ └── check.py │ │ ├── 101 Hack June │ │ │ ├── Problem A │ │ │ │ └── A.py │ │ │ ├── Problem B │ │ │ │ └── B.py │ │ │ └── Problem C │ │ │ │ └── C.cc │ │ ├── 101 Hack March │ │ │ └── Problem A │ │ │ │ └── A.cc │ │ ├── 101 Hack May │ │ │ ├── Problem A │ │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ │ └── C.cc │ │ │ └── Problem D │ │ │ │ └── D.cc │ │ ├── 101 Hack Oct │ │ │ ├── Problem A │ │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ │ ├── C.cc │ │ │ │ └── brute.cc │ │ │ ├── Problem D │ │ │ │ └── D.cc │ │ │ └── Problem E │ │ │ │ └── E.cc │ │ └── 101 Hack Sept │ │ │ ├── Problem A │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ └── C.cc │ │ │ ├── Problem D │ │ │ └── D.cc │ │ │ └── Problem E │ │ │ └── E.cc │ ├── 101 Hack 2016 │ │ ├── 101 Hack April │ │ │ ├── Problem A │ │ │ │ ├── A.cc │ │ │ │ └── A.cc~ │ │ │ ├── Problem B │ │ │ │ ├── B.cc │ │ │ │ └── B.cc~ │ │ │ ├── Problem C │ │ │ │ ├── C.cc │ │ │ │ └── C.cc~ │ │ │ ├── Problem D │ │ │ │ ├── D.cc │ │ │ │ └── D.cc~ │ │ │ └── Problem E │ │ │ │ ├── E.cc │ │ │ │ └── E.cc~ │ │ ├── 101 Hack Jan │ │ │ ├── Problem A │ │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ │ └── C.cc │ │ │ ├── Problem D │ │ │ │ └── D.cc │ │ │ └── Problem E │ │ │ │ └── E.cc │ │ └── 101 Hack May │ │ │ ├── Problem A │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ └── C.cc │ │ │ ├── Problem D │ │ │ └── D.cc │ │ │ └── Problem E │ │ │ └── E.cc │ └── 101 Hack 2017 │ │ └── 101 Hack Jan │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ ├── D.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ │ └── Problem E │ │ └── E.cc ├── Ad Infinitum │ ├── Ad Infinitum 11 │ │ ├── A.cc │ │ └── B.cc │ ├── Ad Infinitum 12 │ │ └── Problem B │ │ │ └── B.cc │ └── Ad Infinitum 13 │ │ ├── Problem B │ │ └── B.py │ │ ├── Problem D │ │ └── D.cc │ │ ├── Problem E │ │ └── E.cc │ │ └── Problem F │ │ ├── F.cc │ │ ├── brute.cc │ │ └── gen.py ├── Codeagon 2016 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ └── Problem E │ │ ├── E.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh ├── Codeagon 2017 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ ├── D.cc │ │ └── inp.iun │ ├── Problem E │ │ ├── E.cc │ │ ├── E2.cc │ │ └── E3.cc │ ├── Problem F │ │ ├── F.cc │ │ └── a.py │ ├── Problem G │ │ └── G.cc │ └── Problem H │ │ └── H.cc ├── Codesprints 2016 │ ├── Codesprint April │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── .inp.in.swp │ │ │ └── D.cc │ │ ├── Problem E │ │ │ └── E.cc │ │ ├── Problem F │ │ │ ├── .test.py.swp │ │ │ ├── F.cc │ │ │ └── test.py │ │ ├── Problem G │ │ │ └── G.cc │ │ └── Problem H │ │ │ ├── .inp.in.swp │ │ │ ├── H.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ ├── Codesprint Aug │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ └── D2.cc │ │ ├── Problem E │ │ │ ├── A.py │ │ │ ├── B.py │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem F │ │ │ └── F.cc │ │ ├── Problem G │ │ │ ├── G.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ └── Problem H │ │ │ └── H.cc │ ├── Codesprint July │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ ├── Problem E │ │ │ ├── E.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem F │ │ │ ├── F.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem G │ │ │ ├── G.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ └── Problem H │ │ │ ├── .testcase.in.swp │ │ │ ├── H.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ ├── Codesprint June │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ ├── Problem E │ │ │ ├── E.cc │ │ │ ├── Sim │ │ │ │ ├── E.cc │ │ │ │ ├── brute.cc │ │ │ │ ├── check.py │ │ │ │ ├── gen.py │ │ │ │ └── test.sh │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem F │ │ │ └── F.cc │ │ └── Problem G │ │ │ ├── G.cc │ │ │ └── Sim │ │ │ └── G.cc │ └── Codesprint May │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ ├── Problem E │ │ ├── E.cc │ │ └── M.cc │ │ ├── Problem F │ │ └── F.cc │ │ ├── Problem G │ │ ├── G.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ │ └── Problem H │ │ ├── H.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh ├── Codesprints 2017 │ ├── Codesprint 10 │ │ ├── A │ │ │ └── A.cc │ │ ├── B │ │ │ └── B.cc │ │ ├── C │ │ │ └── C.cc │ │ ├── D │ │ │ ├── A.py │ │ │ └── D.cc │ │ ├── E │ │ │ └── E.cc │ │ ├── F │ │ │ └── F.cc │ │ └── G │ │ │ └── G.cc │ └── Codesprint 9 │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ ├── Problem E │ │ ├── E.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ │ ├── Problem F │ │ ├── F.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ ├── test.sh │ │ └── usaxena.cc │ │ ├── Problem G │ │ └── G.cc │ │ └── Problem H │ │ └── H.cc ├── Company Contests │ ├── Cisco iCode │ │ ├── 2016 │ │ │ ├── Problem A │ │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ │ └── C.cc │ │ │ ├── Problem D │ │ │ │ └── D.cc │ │ │ ├── Problem E │ │ │ │ └── E.cc │ │ │ ├── Problem F │ │ │ │ └── F.cc │ │ │ └── Problem G │ │ │ │ └── G.cc │ │ ├── iCode 2 │ │ │ ├── Problem A │ │ │ │ └── A.cc │ │ │ └── Problem B │ │ │ │ ├── B.cc │ │ │ │ ├── B.py │ │ │ │ └── X.cc │ │ └── iCode │ │ │ ├── Problem A │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ └── C.cc │ │ │ ├── Problem D │ │ │ └── D.cc │ │ │ └── Problem E │ │ │ └── E.cc │ ├── CodeStorm │ │ ├── Problem A │ │ │ ├── A.cc │ │ │ └── A.py │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ ├── C.cc │ │ │ └── gen.py │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ ├── D.py │ │ │ ├── check.py │ │ │ └── gen.py │ │ ├── Problem E │ │ │ ├── E.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ ├── input10.txt │ │ │ ├── input11.txt │ │ │ └── output10.txt │ │ ├── Problem F │ │ │ ├── F.cc │ │ │ └── gen.py │ │ └── Problem G │ │ │ └── G.cc │ ├── Codeagon │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ └── Problem E │ │ │ └── E.cc │ ├── Epic Code │ │ ├── Problem A │ │ │ ├── A.cc │ │ │ └── A.py │ │ ├── Problem B │ │ │ ├── B.cc │ │ │ └── B.py │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ ├── Problem E │ │ │ └── E.cc │ │ ├── Problem F │ │ │ └── F.cc │ │ └── Problem G │ │ │ └── G.cc │ ├── Indeed Prime │ │ ├── bell.cc │ │ ├── graph.cc │ │ ├── tree.cc │ │ └── tree2.cc │ ├── Morgan Stanley │ │ ├── Morgan Stanley 2014 │ │ │ └── Morgan Stanley Codeathon │ │ │ │ └── Rashof.cpp │ │ ├── Morgan Stanley 2015 │ │ │ ├── Problem A │ │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ │ └── C.cc │ │ │ ├── Problem D │ │ │ │ └── D.cc │ │ │ ├── Problem E │ │ │ │ ├── E.cc │ │ │ │ └── E.py │ │ │ └── Problem F │ │ │ │ └── F.cc │ │ └── Morgan Stanley 2016 │ │ │ ├── Problem A │ │ │ └── A.cc │ │ │ ├── Problem B │ │ │ └── B.cc │ │ │ ├── Problem C │ │ │ ├── A.py │ │ │ ├── C.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ │ ├── Problem D │ │ │ └── D.cc │ │ │ ├── Problem E │ │ │ └── E.cc │ │ │ └── Problem F │ │ │ └── F.cc │ ├── NCR Codesprint 2016 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ ├── Problem E │ │ │ └── E.cc │ │ ├── Problem F │ │ │ └── F.cc │ │ ├── Problem G │ │ │ └── G.cc │ │ └── Problem H │ │ │ └── H.cc │ ├── Sears 2016 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem E │ │ │ └── E.cc │ │ ├── Problem F │ │ │ └── F.cc │ │ └── Problem G │ │ │ ├── A.py │ │ │ └── G.cc │ ├── Sears Finals │ │ ├── Problem A │ │ │ ├── A.cc │ │ │ └── test.py │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ └── Problem E │ │ │ ├── E.cc │ │ │ └── test.py │ ├── SnapDeal Hackathon │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ └── Problem E │ │ │ └── E.cc │ ├── Walmart Algo 2016 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ ├── C.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem D │ │ │ └── D.cc │ │ ├── Problem E │ │ │ └── E.cc │ │ └── Problem F │ │ │ └── F.cc │ └── Zalando Codesprint 2016 │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ ├── Problem E │ │ └── E.cc │ │ ├── Problem F │ │ └── F.cc │ │ ├── Problem G │ │ └── G.cc │ │ └── Problem H │ │ └── H.cc ├── Cracking The Coding Interview │ └── Data Structures │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ ├── Problem E │ │ └── E.cc │ │ ├── Problem F │ │ └── F.cc │ │ ├── Problem G │ │ └── G.cc │ │ ├── Problem H │ │ └── H.cc │ │ └── Problem I │ │ └── I.cc ├── Game Theory │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ ├── Problem F │ │ └── F.cc │ ├── Problem G │ │ └── G.cc │ ├── Problem H │ │ └── H.cc │ ├── Problem I │ │ └── I.cc │ ├── Problem J │ │ └── J.cc │ ├── Problem K │ │ └── K.cc │ ├── Problem L │ │ └── L.cc │ ├── Problem M │ │ └── M.cc │ ├── Problem N │ │ └── N.cc │ └── Problem O │ │ └── O.cc ├── Random │ ├── 2's complement │ │ ├── A.cc │ │ └── A.cc~ │ ├── 2D Array - DS │ │ └── A.cc │ ├── Almost Equal - Advanced │ │ └── A.cc │ ├── Almost sorted interval │ │ └── A.cc │ ├── Arrays - DS │ │ └── A.cc │ ├── Bike Racers │ │ └── A.cc │ ├── Cube Summation │ │ └── A.cc │ ├── Direct Connections │ │ ├── .inp2.in.swp │ │ └── A.cc │ ├── Dynamic Array │ │ └── A.cc │ ├── Jim and the Skyscrapers │ │ └── A.cc │ ├── Left Rotation │ │ └── A.cc │ ├── Liars │ │ ├── A.cc │ │ └── A.cc~ │ ├── Library Query │ │ └── A.cc │ ├── Lovely Triplets │ │ └── A.cc │ ├── Matrix Rotation │ │ └── A.cc │ ├── Maximise Sum │ │ └── A.cc │ ├── Median Updates │ │ └── A.cc │ ├── Morgan and a String │ │ └── A.cc │ ├── Queries with Fixed Length │ │ └── A.cc │ ├── Repetitive K-Sums │ │ ├── A.cc │ │ └── test.py │ ├── Reverse Shuffle Merge │ │ └── A.cc │ ├── Sherlock and MiniMax │ │ └── A.cc │ ├── Sparse Arrays │ │ └── A.cc │ ├── Starfleet │ │ ├── .inp.in.swo │ │ ├── .inp.in.swp │ │ ├── A.cc │ │ └── sol.cc │ ├── Strange Grid │ │ └── A.cc │ ├── String Function Calculation │ │ ├── A.cc │ │ └── A.cc~ │ ├── String Transmission │ │ └── A.cc │ ├── Subsequence Weighting │ │ └── A.cc │ ├── Summing the K-N series │ │ └── A.cc │ ├── Truck Tour │ │ └── A.cc │ ├── Xor-sequence │ │ └── A.cc │ └── Xoring-Ninja │ │ └── A.cc ├── University CodeSprint 2016 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ └── B.cc │ ├── Problem C │ │ └── C.cc │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ ├── .testcase.in.swp │ │ └── E.cc │ ├── Problem F │ │ ├── F.cc │ │ ├── F2.cc │ │ ├── bitset.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ ├── massif.out.9739 │ │ └── test.sh │ ├── Problem G │ │ ├── G.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ └── Problem H │ │ └── H.cc ├── Week of Code │ ├── Week 12 │ │ └── Favorite Sequence │ │ │ └── fav.cpp │ ├── Week 13 │ │ └── Sherlock and Anagrams │ │ │ └── anagram.cpp │ ├── Week 14 │ │ ├── Palindromic Borders │ │ │ └── a.cc │ │ └── Subtrees and Paths │ │ │ └── a.cc │ ├── Week 15 │ │ ├── Problem A │ │ │ └── A.cc │ │ └── Problem B │ │ │ └── B.cc │ ├── Week 16 │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ └── Problem E │ │ │ └── E.cc │ ├── Week 20 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ ├── B.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem C │ │ │ ├── C.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ ├── Problem D │ │ │ ├── D.cc │ │ │ ├── DD.cc │ │ │ └── E.cc │ │ ├── Problem E │ │ │ ├── E.cc │ │ │ ├── EE.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ │ └── Problem F │ │ │ ├── F.cc │ │ │ ├── FF.cc │ │ │ ├── FFF.cc │ │ │ ├── brute.cc │ │ │ ├── check.py │ │ │ ├── gen.py │ │ │ └── test.sh │ ├── Week 24 │ │ ├── Problem A │ │ │ └── A.cc │ │ ├── Problem B │ │ │ └── B.cc │ │ ├── Problem C │ │ │ └── C.cc │ │ ├── Problem D │ │ │ └── D.cc │ │ ├── Problem E │ │ │ └── E.cc │ │ ├── Problem F │ │ │ └── F.cc │ │ └── Problem G │ │ │ └── G.cc │ └── Week 25 │ │ ├── Problem A │ │ └── A.cc │ │ ├── Problem B │ │ └── B.cc │ │ ├── Problem C │ │ └── C.cc │ │ ├── Problem D │ │ └── D.cc │ │ ├── Problem E │ │ └── E.cc │ │ ├── Problem F │ │ └── F.cc │ │ └── Problem G │ │ └── G.cc └── World Cup 2016 │ ├── World Cup Round 2 │ ├── Problem A │ │ └── A.cc │ ├── Problem B │ │ ├── B.cc │ │ ├── B2.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── Problem C │ │ ├── C.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── Problem D │ │ └── D.cc │ ├── Problem E │ │ └── E.cc │ └── Problem F │ │ └── F.cc │ └── World Cup │ ├── Problem A │ └── A.cc │ ├── Problem B │ └── B.cc │ ├── Problem C │ └── C.cc │ ├── Problem D │ ├── D.cc │ ├── D2.cc │ └── gen.py │ ├── Problem E │ └── E.cc │ └── Problem F │ ├── F.cc │ ├── FF.cc │ ├── brute.cc │ ├── check.py │ ├── gen.py │ └── test.sh ├── LICENSE ├── Library ├── 1DFenwick.cc ├── 2DFenwick.cc ├── AhoCorasick.cc ├── BigInteger.cc ├── BridgeTree.cc ├── CentroidDecomposition.cc ├── ConvexDP.cc ├── ConvexHull.cc ├── DSU.cc ├── Dinics Max Flow.cc ├── FFT.cc ├── FenwickRMQ.cc ├── Gaussian Elimination.cc ├── Geometry.cc ├── HeavyLightDecomposition.cc ├── HungarianAlgorithm.cc ├── Implicit Treap.cc ├── KMP.cc ├── LCA.cc ├── LIS.cc ├── LinearSieve.cc ├── MatrixExpo.cc ├── MaxFlow.cc ├── MaxFlowPushRelabel.cc ├── MaxPlusAlgebra.cc ├── MillerRabin.cc ├── MinCostMaxFlow.cc ├── Mo'sAlgorithm.cc ├── ModularArithmetic.cc ├── PalindromicTree.cc ├── PersistentSegmentTree.cc ├── QwithTwoStacks.cc ├── RollingHash.cc ├── SegmentTree.cc ├── SparseSegmentTree.cc ├── SparseTable.cc ├── StronglyConnectComponents.cc ├── SuffixArray.cc ├── SuffixAutomaton.cc ├── Trie.cc └── Z-Function.cc ├── README.md ├── SPOJ ├── DP Level 1 │ ├── Alphacode │ │ └── aplha.cpp │ ├── Die Hard │ │ └── die.py │ ├── Philosophers Stone │ │ ├── philo.cpp │ │ └── test.dat │ ├── RENT │ │ ├── rent.cpp │ │ └── test.dat │ └── Trip │ │ └── trip.cpp ├── DP Level 2 │ ├── Decoding Morse Sequences │ │ └── morse.cpp │ ├── Menu │ │ ├── menu.cpp │ │ ├── out.dat │ │ ├── test.dat │ │ └── test2.dat │ ├── Mobile Service │ │ ├── mob.cpp │ │ └── service │ │ │ └── mob.cpp │ ├── Particular Palindromes │ │ └── pal.cpp │ └── Problem 3 │ │ └── pro3.cpp ├── DP Level 3 │ ├── Balancing the Stone │ │ └── bal.cpp │ ├── Help Bob │ │ ├── bob.cpp │ │ └── bob2.cpp │ └── Packing Rectangles │ │ └── pack.cpp ├── DP Level 5 │ └── Subsequence Probelm │ │ ├── b.py │ │ └── sub.cpp ├── Random │ ├── ABSP1 │ │ └── abs.cpp │ ├── ACMAKER │ │ └── acm.cpp │ ├── AEROLITE │ │ └── aero.cpp │ ├── AGS │ │ ├── ags.cpp │ │ ├── check.py │ │ ├── checker.py │ │ ├── gen.py │ │ └── out.1 │ ├── AIBOHP │ │ └── aibo.cpp │ ├── ANARC05I │ │ ├── a.py │ │ └── anar.cpp │ ├── ANARC09A │ │ └── A.cc │ ├── ANARC09C │ │ └── A.cc │ ├── ANDROUND │ │ ├── and.cpp │ │ └── and2.cpp │ ├── AP2 │ │ └── ap.cpp │ ├── ARRANGE │ │ └── a.cpp │ ├── ASCDFIB │ │ └── asc.cpp │ ├── BABTWR │ │ ├── bab.cpp │ │ └── test.dat │ ├── BACKPACK │ │ ├── back.cpp │ │ └── back2.cpp │ ├── BAISED │ │ └── b.cpp │ ├── BRCKTS │ │ └── brc.cpp │ ├── BTCODE_D │ │ └── bt.cpp │ ├── CEQU │ │ └── ceq.cpp │ ├── CNT_LUCK │ │ └── A.cc │ ├── COT │ │ ├── cot.cpp │ │ └── ref.cpp │ ├── COURIER │ │ └── cour.cpp │ ├── CPCRC1C │ │ └── A.cc │ ├── CRAN02 │ │ ├── room.cpp │ │ └── room2.cpp │ ├── CRNVALEN │ │ └── a.py │ ├── CRYPTON │ │ └── cryp.cpp │ ├── CUBEFR │ │ └── cube.cpp │ ├── CURDPROD │ │ └── curd.cpp │ ├── CUTSQRS │ │ └── cut.cpp │ ├── DCEPC11B │ │ └── bor.cpp │ ├── DEPEND │ │ └── a.py │ ├── DIGCNT │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── brute2.cc │ │ ├── check.py │ │ ├── compress.cc │ │ ├── gen.py │ │ └── test.sh │ ├── DIRVS │ │ └── dir.cpp │ ├── DIV │ │ └── A.cc │ ├── DIV2 │ │ └── A.cc │ ├── DIVFACT │ │ ├── A.cc │ │ └── B.cc │ ├── DP │ │ └── dp.cpp │ ├── DQUERY │ │ └── d.cpp │ ├── DSUBSEQ │ │ └── dsub.cpp │ ├── EBOXES │ │ └── a.py │ ├── EDIST │ │ └── edis.cpp │ ├── EKO │ │ └── eko.cpp │ ├── ELDORADO │ │ └── el.cpp │ ├── EQBOX │ │ └── equipmentbox.cpp │ ├── ETF │ │ └── etf.cpp │ ├── ETFD │ │ └── A.cc │ ├── FANCY │ │ ├── a.py │ │ └── fancy.cpp │ ├── FASTFLOW │ │ └── A.cc │ ├── FCDC │ │ └── A.cc │ ├── FFARM │ │ └── A.cc │ ├── FIBPOL │ │ ├── A.cc │ │ ├── A.py │ │ └── B.cc │ ├── FLIB │ │ └── flib.cpp │ ├── FREQUENT │ │ └── fre.cpp │ ├── GCDEX │ │ └── A.cc │ ├── GCJ1C09A │ │ └── a.py │ ├── GIRLSNBS │ │ └── girlsandboys.cpp │ ├── GNY07H │ │ └── tiling.cpp │ ├── GONE │ │ └── A.cc │ ├── GSS1 │ │ ├── gss.cpp │ │ └── gss2.cpp │ ├── GSS2 │ │ └── gss2.cpp │ ├── GSS3 │ │ ├── gss.cpp │ │ └── gss2.cpp │ ├── GSS5 │ │ └── gss5.cpp │ ├── GSS6 │ │ ├── A.cc │ │ ├── brute.py │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── HACKRNDM │ │ ├── hack.cpp │ │ └── test.dat │ ├── HASH │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ ├── resource │ │ │ └── solution.cc │ │ └── test.sh │ ├── HELPR2D2 │ │ └── help.cpp │ ├── HORRIBLE │ │ ├── hor.cpp │ │ ├── temp.cc │ │ ├── treap.cc │ │ └── treap2.cc │ ├── IITKWCPA │ │ └── nice.cpp │ ├── IKEYB │ │ ├── .test2.in.swp │ │ ├── check.py │ │ ├── ikey.cpp │ │ └── online solution.c │ ├── INCDSEQ │ │ └── inc.cpp │ ├── INCSEQ │ │ └── inc.cpp │ ├── INVCNT │ │ └── inv.cpp │ ├── IOIPALIN │ │ └── ioipalin.cpp │ ├── IWGBS │ │ └── a.py │ ├── JOKER1 │ │ └── joker.cpp │ ├── JRIDE │ │ └── ride.cpp │ ├── KGSS │ │ └── kgss.cpp │ ├── KNAPSACK │ │ └── knap.cpp │ ├── KOPC12B │ │ ├── a.py │ │ ├── check.py │ │ ├── gen.py │ │ ├── kop.cpp │ │ └── x.cpp │ ├── KQUERY │ │ └── k.cpp │ ├── LARSUBP │ │ └── subp.cpp │ ├── LATGACH3 │ │ └── lag.cpp │ ├── LCMSUM │ │ └── A.cc │ ├── LKS │ │ └── A.cc │ ├── LOTGAME │ │ ├── A.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── LPPP │ │ └── x.cpp │ ├── LUCIFER │ │ └── A.cc │ ├── MAIN72 │ │ └── main.cpp │ ├── MAJOR │ │ └── major.cpp │ ├── MARTIAN │ │ ├── martian.cpp │ │ └── simmartian.cpp │ ├── MATSUM │ │ └── mat.cpp │ ├── MAXISET │ │ └── A.cc │ ├── MC │ │ └── mc.cpp │ ├── MCOINS │ │ └── mcoins.cpp │ ├── MDIGITS │ │ └── A.cc │ ├── MENU │ │ └── A.cc │ ├── MINUS │ │ └── minus.cpp │ ├── MISERMAN │ │ └── miser.cpp │ ├── MIXTURES │ │ └── mix.cpp │ ├── MKTHNUM │ │ ├── mk.cpp │ │ └── mk2.cpp │ ├── MMOD29 │ │ ├── mod.cpp │ │ └── ref.cpp │ ├── MSTICK │ │ └── mstick.cpp │ ├── MTOTALF │ │ └── mtotal.cpp │ ├── MTRIAREA │ │ └── A.cc │ ├── NFACTOR │ │ └── A.cc │ ├── NICEDAY │ │ └── nice.cpp │ ├── NITK06 │ │ └── a.py │ ├── NOCHANGE │ │ └── no.cpp │ ├── NR2 │ │ └── nr.cpp │ ├── NSYSTEM │ │ ├── n.cpp │ │ └── test.dat │ ├── NUMTSN │ │ ├── A.cc │ │ ├── B.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── OFORTUNE │ │ └── ofor.cpp │ ├── OLOLO │ │ └── o.cpp │ ├── ONEZERO │ │ ├── onez.cpp │ │ └── test.py │ ├── OPCPIZZA │ │ └── a.cpp │ ├── PARADOX │ │ └── A.cc │ ├── PERMUT1 │ │ ├── permut1.cpp │ │ └── test.dat │ ├── PFDEP │ │ └── pf.cpp │ ├── PHT │ │ └── pht.cpp │ ├── PIVAL │ │ ├── a.cpp │ │ ├── a.py │ │ └── b.py │ ├── PLD │ │ └── pld.cpp │ ├── POKER │ │ └── poker.cpp │ ├── POWERUP │ │ ├── a.py │ │ ├── power.cpp │ │ └── x.c │ ├── PPATH │ │ └── path.cpp │ ├── PPBRJB │ │ ├── r2.cpp │ │ └── red_john.cpp │ ├── PR003004 │ │ ├── A.cc │ │ └── B.cc │ ├── PRIC │ │ ├── P.C │ │ ├── p.cpp │ │ └── test.dat │ ├── PT07Z │ │ └── A.cc │ ├── PUCMM210 │ │ └── puc.cpp │ ├── PUCMM334 │ │ └── a.py │ ├── QKP │ │ └── qkp.cpp │ ├── QMAX3VN │ │ └── A.cc │ ├── QTREE │ │ └── qtree.cpp │ ├── QTREE2 │ │ └── qtree2.cpp │ ├── QTREE3 │ │ └── qtree3.cpp │ ├── QUEST5 │ │ └── A.cc │ ├── RAONE │ │ └── A.cc │ ├── RIVALS │ │ └── rival.cpp │ ├── ROOT │ │ └── root.py │ ├── RPLA │ │ └── rpla.cpp │ ├── RPLD │ │ └── rpld.cpp │ ├── SAMER08G │ │ └── sam.cpp │ ├── SCALES │ │ ├── A.cc │ │ ├── B.cc │ │ ├── brute.cc │ │ ├── check.py │ │ ├── gen.py │ │ └── test.sh │ ├── SEGSQRSS │ │ └── seg.cc │ ├── SQBR │ │ └── sqbr.cpp │ ├── SUBLEX │ │ └── A.cc │ ├── SUBXOR │ │ └── trie.cpp │ ├── TIPTOP │ │ └── tiptop.cpp │ ├── TOUR │ │ └── TOUR.cpp │ ├── TRIGALGE │ │ └── tri.cpp │ ├── TRSTAGE │ │ └── stage.cpp │ ├── TSORT │ │ ├── a.py │ │ └── sort.cpp │ ├── UCBINTA │ │ └── sum.cpp │ ├── UCV2013J │ │ └── ucv.cpp │ ├── UPDATEIT │ │ └── UP.CPP │ ├── VFMUL │ │ └── mul.cc │ ├── YODANESS │ │ └── yoda.cpp │ └── ZSUM │ │ └── z.cpp ├── Week 1 │ ├── Week 1 Problems.pdf │ ├── ciphers │ │ └── factorial.c │ ├── factorial │ │ └── factorial2.py │ ├── next │ │ ├── next.c │ │ └── next.cpp │ ├── primes │ │ ├── prime.c │ │ └── prime.py │ ├── rpn │ │ ├── reverse.py │ │ └── rpn.cpp │ ├── squares │ │ └── feynman.c │ ├── steps │ │ └── steps.cpp │ └── toandfro │ │ └── toandfro.cpp ├── Week 2 │ ├── 888 │ │ └── 888.cpp │ ├── Candy │ │ └── candy.cpp │ ├── Candy3 │ │ └── candy.cpp │ ├── Julka │ │ └── julka.cpp │ ├── antiblot │ │ └── anti.cpp │ ├── bytelandian │ │ └── byte.cpp │ ├── hangover │ │ └── hangover.cpp │ ├── lastdigit │ │ └── lastdig.cpp │ ├── palindrome │ │ └── palindrome.cpp │ ├── rectangles │ │ └── rectangles.cpp │ └── week2.pdf └── Week 3 │ ├── Alphacode │ └── aplha.cpp │ ├── Ambiguous Permutations │ └── ambi.cpp │ ├── Army Strength │ └── army.cpp │ ├── Build a Fence │ └── build.cpp │ ├── Count on Cantor │ └── cantor.cpp │ ├── Counting Triangles │ └── triangles.cpp │ ├── Is it a Tree? │ ├── tree.cc │ └── tree.py │ ├── Stamps │ └── stamps.cpp │ ├── Street Parade │ └── street.cpp │ ├── Will it Ever Stop │ └── will.cpp │ └── week3.pdf └── Timus ├── 1020 └── A.cc ├── 1030 └── A.cc ├── 1052 └── A.cc ├── 1132 └── A.cc ├── 1192 └── A.cc ├── 1207 └── A.cc ├── 1276 └── A.cc ├── 1294 └── A.cc ├── 1333 └── A.cc ├── 1342 └── A.cc ├── 1371 └── A.cc ├── 1373 └── A.cc ├── 1430 └── A.cc ├── 1436 └── A.cc ├── 1554 └── A.cc ├── 1562 └── A.cc ├── 1578 └── A.cc ├── 1580 ├── A.cc ├── brute.cc ├── check.py ├── gen.py └── test.sh ├── 1600 └── A.cc ├── 1659 └── A.cc ├── 1696 └── A.cc ├── 1698 └── A.cc ├── 1745 └── A.cc ├── 1887 └── A.cc ├── 1905 └── A.cc ├── 1927 └── A.cc ├── 1963 └── A.cc ├── 1965 ├── A.cc ├── brute.cc ├── check.py ├── gen.py └── test.sh ├── 1988 └── A.cc └── 2093 ├── A.cc └── gen.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/.gitignore -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/ASYAPATH/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/ASYAPATH/D.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/DIAGON/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/DIAGON/C.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/Problem F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/Problem F/F.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/Problem G/G.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/Problem G/G.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/Problem H/H.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/Problem H/H.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/Problem I/I.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/Problem I/I.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/Problem J/J.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/Problem J/J.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/TREE02/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/TREE02/B.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/TREEPAL/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/TREEPAL/A.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/TREEPAL/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/TREEPAL/brute.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/TREEPAL/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/TREEPAL/check.py -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/TREEPAL/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/TREEPAL/gen.py -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15FLA/TREEPAL/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15FLA/TREEPAL/test.sh -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem F/F.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem G/G.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem G/G.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem H/H.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem H/H.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem I/I.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem I/I.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1A/Problem J/J.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1A/Problem J/J.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem F/F.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem G/G.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem G/G.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem H/H.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem H/H.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem I/I.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem I/I.cc -------------------------------------------------------------------------------- /CodeChef/IPC/IPC15P1B/Problem J/J.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/IPC/IPC15P1B/Problem J/J.cc -------------------------------------------------------------------------------- /CodeChef/LONG/APRIL15/CARLOS/carlos.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/APRIL15/CARLOS/carlos.cc -------------------------------------------------------------------------------- /CodeChef/LONG/APRIL15/CHEFLCM/lcm.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/APRIL15/CHEFLCM/lcm.cc -------------------------------------------------------------------------------- /CodeChef/LONG/APRIL15/CSEQ/cseq.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/APRIL15/CSEQ/cseq.cc -------------------------------------------------------------------------------- /CodeChef/LONG/APRIL15/FRMQ/frmq.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/APRIL15/FRMQ/frmq.cc -------------------------------------------------------------------------------- /CodeChef/LONG/APRIL15/PIANO1/piano.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/APRIL15/PIANO1/piano.cc -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/ADMAG/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/ADMAG/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/ADMAG/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/ADMAG/A.py -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/CHINSM/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/CHINSM/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/CLOWAY/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/CLOWAY/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/COOKMACH/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/COOKMACH/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/DCGAME/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/DCGAME/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/GRGUY/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/GRGUY/B.cc -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/SCLUSTER/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/SCLUSTER/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/STETSKLX/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/STETSKLX/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/STETSKLX/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/STETSKLX/gen.py -------------------------------------------------------------------------------- /CodeChef/LONG/AUG15/WOUT/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/AUG15/WOUT/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/DEC14/CHEFBR/chef.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/DEC14/CHEFBR/chef.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/DEC14/SANSKAR/sans.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/DEC14/SANSKAR/sans.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/CHEFCH/chef.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/CHEFCH/chef.cc -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/CHEFEQ/chef.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/CHEFEQ/chef.cc -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/CHEFGRPH/grph.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/CHEFGRPH/grph.cc -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/CHPUZZLE/puzz.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/CHPUZZLE/puzz.cc -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/RANKLIST/rank.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/RANKLIST/rank.cc -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/STFM/stfm.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/STFM/stfm.cc -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/STRQ/str.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/STRQ/str.cc -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/XRMTRX/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/XRMTRX/a.py -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/XRMTRX/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/XRMTRX/gen.py -------------------------------------------------------------------------------- /CodeChef/LONG/FEB15/XRMTRX/xr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/FEB15/XRMTRX/xr.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/CHEFSTON/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/CHEFSTON/a.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/CLPERM/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/CLPERM/a.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/CLPERM/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/CLPERM/check.py -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/CLPERM/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/CLPERM/gen.py -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/CLPERM/ref.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/CLPERM/ref.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/GCDQ/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/GCDQ/a.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/GCDQ/temp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/GCDQ/temp.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/ONEKING/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/ONEKING/a.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/QSET/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/QSET/a.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/QSET/temp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/QSET/temp.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/RANKA/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/RANKA/a.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/SEALCM/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/SEALCM/a.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/SEAVOTE/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/SEAVOTE/a.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JAN15/XRQS/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JAN15/XRQS/a.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/ADDMUL/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/ADDMUL/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/ADDMUL/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/ADDMUL/brute.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/ADDMUL/check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/ADDMUL/check.sh -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/ADDMUL/checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/ADDMUL/checker.py -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/ADDMUL/gen2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/ADDMUL/gen2.py -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/CHCUBE/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/CHCUBE/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/CHCUBE/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/CHCUBE/a.py -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/EGBOBRD/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/EGBOBRD/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/LCKYST/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/LCKYST/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/LCKYST/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/LCKYST/a.py -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/MAXDIFFW/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/MAXDIFFW/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/MAXDIFFW/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/MAXDIFFW/gen.py -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/MCHEF/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/MCHEF/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/MCHEF/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/MCHEF/gen.py -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/NTHCIR/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/NTHCIR/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/SEAGM2/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/SEAGM2/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JULY15/SEAGM2/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JULY15/SEAGM2/A.py -------------------------------------------------------------------------------- /CodeChef/LONG/JUNE15/CBARG/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JUNE15/CBARG/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JUNE15/CHPLGNS/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JUNE15/CHPLGNS/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JUNE15/FRNDMTNG/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JUNE15/FRNDMTNG/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/JUNE15/STDYTAB/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/JUNE15/STDYTAB/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH15/CNOTE/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH15/CNOTE/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH15/DEVCLASS/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH15/DEVCLASS/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH15/SIGNWAVE/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH15/SIGNWAVE/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH15/STRSUB/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH15/STRSUB/a.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/PARITREE/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/PARITREE/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/PARITREE/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/PARITREE/B.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/PARITREE/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/PARITREE/C.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/Problem F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/Problem F/F.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/Problem G/G.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/Problem G/G.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/Problem H/H.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/Problem H/H.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/Problem I/I.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/Problem I/I.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/Problem J/J.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/Problem J/J.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/SEATSTR2/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/SEATSTR2/B.cc -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/SEATSTR2/B.cc~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/SEATSTR2/B.cc~ -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/SEATSTR2/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/SEATSTR2/gen.py -------------------------------------------------------------------------------- /CodeChef/LONG/MARCH16/SEATSTR2/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/MARCH16/SEATSTR2/test.sh -------------------------------------------------------------------------------- /CodeChef/LONG/NOV14/DISCHAR/dis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/NOV14/DISCHAR/dis.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/NOV14/PRPALN/pal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/NOV14/PRPALN/pal.cpp -------------------------------------------------------------------------------- /CodeChef/LONG/NOV15/SMPLSUM/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/NOV15/SMPLSUM/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/SEPT15/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/SEPT15/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/LONG/SEPT15/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/SEPT15/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/LONG/SEPT15/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/SEPT15/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/LONG/SEPT15/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/SEPT15/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/LONG/SEPT15/Problem D/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LONG/SEPT15/Problem D/gen.py -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME 19/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME 19/a.cpp -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME 19/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME 19/b.cpp -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME20/LCH15CD/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME20/LCH15CD/a.cpp -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME20/LCH15JAB/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME20/LCH15JAB/a.py -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME20/LCH15JEF/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME20/LCH15JEF/a.py -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME25/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME25/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME25/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME25/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME25/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME25/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME26/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME26/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME26/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME26/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME26/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME26/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME26/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME26/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME28/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME28/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME28/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME28/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME28/Problem B/B.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME28/Problem B/B.py -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME28/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME28/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME28/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME28/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/LTIME/LTIME28/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/LTIME/LTIME28/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DBZ16RS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DBZ16RS/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DBZ16SP/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DBZ16SP/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DBZ16SP/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DBZ16SP/gen.py -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DBZ16XOR/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DBZ16XOR/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DBZ16XS1/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DBZ16XS1/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DZ16HITE/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DZ16HITE/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DZ16KNAP/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DZ16KNAP/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DZ16MAT/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DZ16MAT/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DZ16SHOP/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DZ16SHOP/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DZ16SHOP/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DZ16SHOP/B.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DZ16SUBA/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DZ16SUBA/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/DIBZ2016/DZ16TREE/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/DIBZ2016/DZ16TREE/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem A/A.cc~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem A/A.cc~ -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem B/B.cc~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem B/B.cc~ -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem B/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem B/brute.cc -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem B/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem B/check.py -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem B/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem B/gen.py -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem B/gen.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem B/gen.py~ -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem B/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem B/test.sh -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem C/C.cc~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem C/C.cc~ -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem C/other.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem C/other.cc -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/Other/HFCQ/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HFCQ/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/Other/HOCO2015/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HOCO2015/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/HOCO2015/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/HOCO2015/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/Other/PROCON15/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/PROCON15/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/PROCON15/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/PROCON15/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/Other/PROCON15/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/PROCON15/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/Other/PROCON15/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/PROCON15/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/Other/PROCON15/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/PROCON15/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/Other/SNCK151A/Dining/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/SNCK151A/Dining/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/SNCK151C/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/SNCK151C/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/Other/SNCK151C/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/SNCK151C/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/Other/SNCK151C/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Other/SNCK151C/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/Random/ANUBGC/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/ANUBGC/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/ANUMLA/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/ANUMLA/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/ANUMLA/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/ANUMLA/A.py -------------------------------------------------------------------------------- /CodeChef/Random/ANUMLA/checkit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/ANUMLA/checkit.py -------------------------------------------------------------------------------- /CodeChef/Random/AOPN/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/AOPN/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/BUTTONS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/BUTTONS/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/CHEFHOME/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/CHEFHOME/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/CHEFVEC/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/CHEFVEC/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/CNPIIM/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/CNPIIM/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/DIVSUBS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/DIVSUBS/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/DYNAINV/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/DYNAINV/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/FRMQ/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/FRMQ/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/NOKIA/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/NOKIA/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/NWAYS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/NWAYS/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/PPXOR/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/PPXOR/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/RRFRNDS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/RRFRNDS/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/SUBQUERY/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/SUBQUERY/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/TASUMOBC/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/TASUMOBC/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/TASUMOBC/brute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/TASUMOBC/brute.py -------------------------------------------------------------------------------- /CodeChef/Random/TASUMOBC/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/TASUMOBC/check.py -------------------------------------------------------------------------------- /CodeChef/Random/WORKCHEF/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/WORKCHEF/A.cc -------------------------------------------------------------------------------- /CodeChef/Random/WORKCHEF/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/WORKCHEF/brute.cc -------------------------------------------------------------------------------- /CodeChef/Random/WORKCHEF/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/WORKCHEF/check.py -------------------------------------------------------------------------------- /CodeChef/Random/WORKCHEF/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/WORKCHEF/gen.py -------------------------------------------------------------------------------- /CodeChef/Random/WORKCHEF/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/Random/WORKCHEF/test.sh -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK54/ANUAHR/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK54/ANUAHR/a.cpp -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK54/ANUAHR/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK54/ANUAHR/test.cpp -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK54/ANUBTG/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK54/ANUBTG/a.cpp -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK54/ANURRZ/rrz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK54/ANURRZ/rrz.cpp -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK54/ANUTHM/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK54/ANUTHM/b.cpp -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK54/ANUTHM/b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK54/ANUTHM/b.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK56/DIVGOLD/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK56/DIVGOLD/a.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK56/STRBIT/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK56/STRBIT/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK61/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK61/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK61/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK61/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK61/Problem B/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK61/Problem B/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK61/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK61/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK61/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK61/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK61/Problem D/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK61/Problem D/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK61/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK61/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK63/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK63/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK63/Problem A/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK63/Problem A/A.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK63/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK63/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK63/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK63/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK63/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK63/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK63/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK63/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK65/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK65/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK65/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK65/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK65/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK65/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK65/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK65/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK65/Problem D/sol.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK65/Problem D/sol.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK65/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK65/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK65/Problem E/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK65/Problem E/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK66/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK66/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK66/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK66/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK66/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK66/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK66/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK66/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK66/Problem D/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK66/Problem D/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK66/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK66/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK66/Problem E/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK66/Problem E/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK67/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK67/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK67/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK67/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK67/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK67/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK67/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK67/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK67/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK67/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK68/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK68/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK68/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK68/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK68/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK68/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK68/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK68/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK68/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK68/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK69/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK69/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK69/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK69/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK69/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK69/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK69/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK69/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK69/Problem D/D2.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK69/Problem D/D2.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK69/Problem D/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK69/Problem D/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK69/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK69/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK70/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK70/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK70/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK70/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK70/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK70/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK70/Problem C/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK70/Problem C/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK70/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK70/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK70/Problem D/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK70/Problem D/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK70/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK70/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK70/Problem E/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK70/Problem E/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK71/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK71/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK71/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK71/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK71/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK71/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK71/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK71/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK71/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK71/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK71/Problem E/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK71/Problem E/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK72/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK72/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK72/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK72/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK72/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK72/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK72/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK72/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK72/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK72/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK73/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK73/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK73/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK73/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK73/Problem B/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK73/Problem B/gen.py -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK73/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK73/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK73/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK73/Problem D/D.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK73/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK73/Problem E/E.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK74/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK74/Problem A/A.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK74/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK74/Problem B/B.cc -------------------------------------------------------------------------------- /CodeChef/SHORT/COOK74/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/SHORT/COOK74/Problem C/C.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/AMR14E/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/AMR14E/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/ANUBGC/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/ANUBGC/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/CAOS3/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/CAOS3/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/CARLOS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/CARLOS/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/CHEFCK/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/CHEFCK/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/CHEFGM/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/CHEFGM/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/CHN15C/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/CHN15C/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/CHRL4/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/CHRL4/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/CSEQ/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/CSEQ/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/CSEQ/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/CSEQ/gen.py -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/KNPSK/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/KNPSK/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/LPAIR/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/LPAIR/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/MTRICK/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/MTRICK/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/NUMSET/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/NUMSET/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/RGAME/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/RGAME/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/SECUBE/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/SECUBE/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/SFUNC/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/SFUNC/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/SPOONS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/SPOONS/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/SPOONS/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/SPOONS/A.py -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/TAAND/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/TAAND/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/TABUS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/TABUS/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/TASTR/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/TASTR/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/TASTR/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/TASTR/B.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/UGLYF/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/UGLYF/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/WALL/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/WALL/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/WALL/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/WALL/gen.py -------------------------------------------------------------------------------- /CodeChef/WF/Easy Medium/XETF/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Easy Medium/XETF/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Medium Hard/FNCS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Medium Hard/FNCS/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Medium Hard/LOTERY/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Medium Hard/LOTERY/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Medium Hard/LYRC/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Medium Hard/LYRC/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Medium Hard/LYRC/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Medium Hard/LYRC/gen.py -------------------------------------------------------------------------------- /CodeChef/WF/Medium Hard/SEADIV/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Medium Hard/SEADIV/A.cc -------------------------------------------------------------------------------- /CodeChef/WF/Medium Hard/XRQRS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/CodeChef/WF/Medium Hard/XRQRS/A.cc -------------------------------------------------------------------------------- /Codeforces/130 Division 2/Problem A/A.py: -------------------------------------------------------------------------------- 1 | for w in raw_input().split("WUB"): 2 | if len(w): print w, 3 | -------------------------------------------------------------------------------- /Codeforces/142 Division 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/142 Division 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/142 Division 1/D/D2.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/142 Division 1/D/D2.cc -------------------------------------------------------------------------------- /Codeforces/142 Division 1/D/D3.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/142 Division 1/D/D3.cc -------------------------------------------------------------------------------- /Codeforces/145 Division 2/Problem B/output.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Codeforces/145 Division 2/Problem C/output.txt: -------------------------------------------------------------------------------- 1 | 6 -------------------------------------------------------------------------------- /Codeforces/182 Division 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/182 Division 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/188 Div 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/188 Div 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/194 Division 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/194 Division 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/2 Beta/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/2 Beta/Problem B/B.cc -------------------------------------------------------------------------------- /Codeforces/200 Division 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/200 Division 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/200 Division 1/D/D2.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/200 Division 1/D/D2.cc -------------------------------------------------------------------------------- /Codeforces/223 Division 2/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/223 Division 2/A.cc -------------------------------------------------------------------------------- /Codeforces/238 Division 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/238 Division 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/243 Division 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/243 Division 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/245 Division 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/245 Division 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/245 Division 1/D/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/245 Division 1/D/gen.py -------------------------------------------------------------------------------- /Codeforces/245 Division 1/D/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/245 Division 1/D/test.sh -------------------------------------------------------------------------------- /Codeforces/257 Div 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/257 Div 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/270/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/270/Problem A/A.cc -------------------------------------------------------------------------------- /Codeforces/270/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/270/Problem B/B.cc -------------------------------------------------------------------------------- /Codeforces/270/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/270/Problem C/C.cc -------------------------------------------------------------------------------- /Codeforces/270/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/270/Problem D/D.cc -------------------------------------------------------------------------------- /Codeforces/270/Problem F/F.cc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Codeforces/300/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/300/Problem A/A.cc -------------------------------------------------------------------------------- /Codeforces/300/Problem A/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/300/Problem A/A.py -------------------------------------------------------------------------------- /Codeforces/300/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/300/Problem B/B.cc -------------------------------------------------------------------------------- /Codeforces/300/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/300/Problem C/C.cc -------------------------------------------------------------------------------- /Codeforces/300/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/300/Problem D/D.cc -------------------------------------------------------------------------------- /Codeforces/300/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/300/Problem E/E.cc -------------------------------------------------------------------------------- /Codeforces/35 Beta Division 2/Problem C/input.txt: -------------------------------------------------------------------------------- 1 | 2000 2000 2 | 1 3 | 407 594 4 | -------------------------------------------------------------------------------- /Codeforces/35 Beta Division 2/Problem C/output.txt: -------------------------------------------------------------------------------- 1 | 2000 2000 2 | -------------------------------------------------------------------------------- /Codeforces/399/A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/399/A/A.cc -------------------------------------------------------------------------------- /Codeforces/399/B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/399/B/B.cc -------------------------------------------------------------------------------- /Codeforces/399/C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/399/C/C.cc -------------------------------------------------------------------------------- /Codeforces/399/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/399/D/D.cc -------------------------------------------------------------------------------- /Codeforces/399/E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/399/E/E.cc -------------------------------------------------------------------------------- /Codeforces/399/F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/399/F/F.cc -------------------------------------------------------------------------------- /Codeforces/399/G/G.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/399/G/G.cc -------------------------------------------------------------------------------- /Codeforces/4 Beta/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/4 Beta/Problem A/A.cc -------------------------------------------------------------------------------- /Codeforces/4 Beta/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/4 Beta/Problem B/B.cc -------------------------------------------------------------------------------- /Codeforces/400/A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/400/A/A.cc -------------------------------------------------------------------------------- /Codeforces/400/B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/400/B/B.cc -------------------------------------------------------------------------------- /Codeforces/400/C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/400/C/C.cc -------------------------------------------------------------------------------- /Codeforces/400/C/inp.im: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/400/C/inp.im -------------------------------------------------------------------------------- /Codeforces/400/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/400/D/D.cc -------------------------------------------------------------------------------- /Codeforces/400/E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/400/E/E.cc -------------------------------------------------------------------------------- /Codeforces/400/F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/400/F/F.cc -------------------------------------------------------------------------------- /Codeforces/400/G/G.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/400/G/G.cc -------------------------------------------------------------------------------- /Codeforces/400/G/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/400/G/check.py -------------------------------------------------------------------------------- /Codeforces/402 Division 1/A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/402 Division 1/A/A.cc -------------------------------------------------------------------------------- /Codeforces/402 Division 1/B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/402 Division 1/B/B.cc -------------------------------------------------------------------------------- /Codeforces/402 Division 1/B/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/402 Division 1/B/gen.py -------------------------------------------------------------------------------- /Codeforces/402 Division 1/B/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/402 Division 1/B/test.sh -------------------------------------------------------------------------------- /Codeforces/402 Division 1/C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/402 Division 1/C/C.cc -------------------------------------------------------------------------------- /Codeforces/402 Division 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/402 Division 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/402 Division 1/E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/402 Division 1/E/E.cc -------------------------------------------------------------------------------- /Codeforces/407 Div 1/A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/407 Div 1/A/A.cc -------------------------------------------------------------------------------- /Codeforces/407 Div 1/B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/407 Div 1/B/B.cc -------------------------------------------------------------------------------- /Codeforces/407 Div 1/C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/407 Div 1/C/C.cc -------------------------------------------------------------------------------- /Codeforces/407 Div 1/C/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/407 Div 1/C/brute.cc -------------------------------------------------------------------------------- /Codeforces/407 Div 1/C/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/407 Div 1/C/check.py -------------------------------------------------------------------------------- /Codeforces/407 Div 1/C/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/407 Div 1/C/gen.py -------------------------------------------------------------------------------- /Codeforces/407 Div 1/C/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/407 Div 1/C/test.sh -------------------------------------------------------------------------------- /Codeforces/407 Div 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/407 Div 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/407 Div 1/E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/407 Div 1/E/E.cc -------------------------------------------------------------------------------- /Codeforces/408 Division 2/A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/408 Division 2/A/A.cc -------------------------------------------------------------------------------- /Codeforces/408 Division 2/B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/408 Division 2/B/B.cc -------------------------------------------------------------------------------- /Codeforces/408 Division 2/C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/408 Division 2/C/C.cc -------------------------------------------------------------------------------- /Codeforces/408 Division 2/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/408 Division 2/D/D.cc -------------------------------------------------------------------------------- /Codeforces/408 Division 2/E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/408 Division 2/E/E.cc -------------------------------------------------------------------------------- /Codeforces/408 Division 2/E/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/408 Division 2/E/gen.py -------------------------------------------------------------------------------- /Codeforces/408 Division 2/E/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/408 Division 2/E/test.sh -------------------------------------------------------------------------------- /Codeforces/408 Division 2/F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/408 Division 2/F/F.cc -------------------------------------------------------------------------------- /Codeforces/411 Division 1/A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/411 Division 1/A/A.cc -------------------------------------------------------------------------------- /Codeforces/411 Division 1/B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/411 Division 1/B/B.cc -------------------------------------------------------------------------------- /Codeforces/411 Division 1/C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/411 Division 1/C/C.cc -------------------------------------------------------------------------------- /Codeforces/411 Division 1/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/411 Division 1/D/D.cc -------------------------------------------------------------------------------- /Codeforces/411 Division 1/E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/411 Division 1/E/E.cc -------------------------------------------------------------------------------- /Codeforces/ABBY Cup Hard/B1/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ABBY Cup Hard/B1/B.cc -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem A/A.cc -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem A/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem A/A.py -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem B/B.cc -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem C/C.cc -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem D/D.cc -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem E/E.cc -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem F/F.cc -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem F/test.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem F/test.cc -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem G/G.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem G/G.cc -------------------------------------------------------------------------------- /Codeforces/ASC/1/Problem H/H.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/ASC/1/Problem H/H.cc -------------------------------------------------------------------------------- /Codeforces/BubbleCup/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/BubbleCup/Problem B/B.cc -------------------------------------------------------------------------------- /Codeforces/BubbleCup/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/BubbleCup/Problem D/D.cc -------------------------------------------------------------------------------- /Codeforces/BubbleCup/Problem F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/BubbleCup/Problem F/F.cc -------------------------------------------------------------------------------- /Codeforces/BubbleCup/Problem G/G.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/BubbleCup/Problem G/G.cc -------------------------------------------------------------------------------- /Codeforces/BubbleCup/Problem H/H.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/BubbleCup/Problem H/H.cc -------------------------------------------------------------------------------- /Codeforces/BubbleCup/editorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/BubbleCup/editorial.pdf -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem A/A.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem B/B.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem C/C.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem D/D.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem E/E.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem F/F.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem G/G.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem G/G.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem H/H.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem H/H.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem I/I.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem I/I.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem J/J.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem J/J.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem K/K.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem K/K.cc -------------------------------------------------------------------------------- /Codeforces/CERC 16/Problem L/L.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/CERC 16/Problem L/L.cc -------------------------------------------------------------------------------- /Codeforces/Pi/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/Pi/Problem A/A.cc -------------------------------------------------------------------------------- /Codeforces/Pi/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/Pi/Problem B/B.cc -------------------------------------------------------------------------------- /Codeforces/Pi/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/Pi/Problem C/C.cc -------------------------------------------------------------------------------- /Codeforces/Pi/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/Pi/Problem D/D.cc -------------------------------------------------------------------------------- /Codeforces/Pi/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/Pi/Problem E/E.cc -------------------------------------------------------------------------------- /Codeforces/Pi/Problem F/F.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codeforces/Pi/Problem F/F.cc -------------------------------------------------------------------------------- /Codeforces/Rockethon 2015/Problem D/D.py: -------------------------------------------------------------------------------- 1 | n, c = [int(x) for x in raw_input().split()] 2 | 3 | -------------------------------------------------------------------------------- /Codejam/2015/Prelim/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2015/Prelim/Problem A/A.cc -------------------------------------------------------------------------------- /Codejam/2015/Prelim/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2015/Prelim/Problem B/B.cc -------------------------------------------------------------------------------- /Codejam/2015/Prelim/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2015/Prelim/Problem C/C.cc -------------------------------------------------------------------------------- /Codejam/2015/Prelim/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2015/Prelim/Problem D/D.cc -------------------------------------------------------------------------------- /Codejam/2016/Round 2/Problem A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2016/Round 2/Problem A/A.cc -------------------------------------------------------------------------------- /Codejam/2016/Round 2/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2016/Round 2/Problem B/B.cc -------------------------------------------------------------------------------- /Codejam/2016/Round 2/Problem C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2016/Round 2/Problem C/C.cc -------------------------------------------------------------------------------- /Codejam/2016/Round 2/Problem D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2016/Round 2/Problem D/D.cc -------------------------------------------------------------------------------- /Codejam/2016/Round 2/Problem E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2016/Round 2/Problem E/E.cc -------------------------------------------------------------------------------- /Codejam/2017/1B/A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/1B/A/A.cc -------------------------------------------------------------------------------- /Codejam/2017/1B/B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/1B/B/B.cc -------------------------------------------------------------------------------- /Codejam/2017/1B/C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/1B/C/C.cc -------------------------------------------------------------------------------- /Codejam/2017/1B/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/1B/D/D.cc -------------------------------------------------------------------------------- /Codejam/2017/Qualification/A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/Qualification/A/A.cc -------------------------------------------------------------------------------- /Codejam/2017/Qualification/B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/Qualification/B/B.cc -------------------------------------------------------------------------------- /Codejam/2017/Qualification/C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/Qualification/C/C.cc -------------------------------------------------------------------------------- /Codejam/2017/Qualification/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/Qualification/D/D.cc -------------------------------------------------------------------------------- /Codejam/2017/Qualification/E/E.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/Qualification/E/E.cc -------------------------------------------------------------------------------- /Codejam/2017/Round 2/A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/Round 2/A/A.cc -------------------------------------------------------------------------------- /Codejam/2017/Round 2/B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/Round 2/B/B.cc -------------------------------------------------------------------------------- /Codejam/2017/Round 2/C/C.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/Round 2/C/C.cc -------------------------------------------------------------------------------- /Codejam/2017/Round 2/D/D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Codejam/2017/Round 2/D/D.cc -------------------------------------------------------------------------------- /HackerEarth/Amex/Problem A/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/HackerEarth/Amex/Problem A/A.py -------------------------------------------------------------------------------- /HackerEarth/Amex/Problem A/A.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/HackerEarth/Amex/Problem A/A.py~ -------------------------------------------------------------------------------- /HackerEarth/Amex/Problem A/testcase.in~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HackerEarth/Amex/Problem B/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/HackerEarth/Amex/Problem B/B.cc -------------------------------------------------------------------------------- /HackerEarth/Amex/Problem B/B.cc~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/HackerEarth/Amex/Problem B/B.cc~ -------------------------------------------------------------------------------- /HackerEarth/Amex/Problem C/C.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/HackerEarth/Amex/Problem C/C.py -------------------------------------------------------------------------------- /HackerEarth/Amex/Problem C/C.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/HackerEarth/Amex/Problem C/C.py~ -------------------------------------------------------------------------------- /HackerEarth/Upgrade/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/HackerEarth/Upgrade/A.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Arrays - DS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Arrays - DS/A.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Bike Racers/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Bike Racers/A.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Liars/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Liars/A.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Liars/A.cc~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Liars/A.cc~ -------------------------------------------------------------------------------- /Hackerrank/Random/Maximise Sum/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Maximise Sum/A.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Starfleet/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Starfleet/A.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Starfleet/sol.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Starfleet/sol.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Strange Grid/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Strange Grid/A.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Truck Tour/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Truck Tour/A.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Xor-sequence/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Xor-sequence/A.cc -------------------------------------------------------------------------------- /Hackerrank/Random/Xoring-Ninja/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Hackerrank/Random/Xoring-Ninja/A.cc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/LICENSE -------------------------------------------------------------------------------- /Library/1DFenwick.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/1DFenwick.cc -------------------------------------------------------------------------------- /Library/2DFenwick.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/2DFenwick.cc -------------------------------------------------------------------------------- /Library/AhoCorasick.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/AhoCorasick.cc -------------------------------------------------------------------------------- /Library/BigInteger.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/BigInteger.cc -------------------------------------------------------------------------------- /Library/BridgeTree.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/BridgeTree.cc -------------------------------------------------------------------------------- /Library/CentroidDecomposition.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/CentroidDecomposition.cc -------------------------------------------------------------------------------- /Library/ConvexDP.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/ConvexDP.cc -------------------------------------------------------------------------------- /Library/ConvexHull.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/ConvexHull.cc -------------------------------------------------------------------------------- /Library/DSU.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/DSU.cc -------------------------------------------------------------------------------- /Library/Dinics Max Flow.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/Dinics Max Flow.cc -------------------------------------------------------------------------------- /Library/FFT.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/FFT.cc -------------------------------------------------------------------------------- /Library/FenwickRMQ.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/FenwickRMQ.cc -------------------------------------------------------------------------------- /Library/Gaussian Elimination.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/Gaussian Elimination.cc -------------------------------------------------------------------------------- /Library/Geometry.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/Geometry.cc -------------------------------------------------------------------------------- /Library/HeavyLightDecomposition.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/HeavyLightDecomposition.cc -------------------------------------------------------------------------------- /Library/HungarianAlgorithm.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/HungarianAlgorithm.cc -------------------------------------------------------------------------------- /Library/Implicit Treap.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/Implicit Treap.cc -------------------------------------------------------------------------------- /Library/KMP.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/KMP.cc -------------------------------------------------------------------------------- /Library/LCA.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/LCA.cc -------------------------------------------------------------------------------- /Library/LIS.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/LIS.cc -------------------------------------------------------------------------------- /Library/LinearSieve.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/LinearSieve.cc -------------------------------------------------------------------------------- /Library/MatrixExpo.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/MatrixExpo.cc -------------------------------------------------------------------------------- /Library/MaxFlow.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/MaxFlow.cc -------------------------------------------------------------------------------- /Library/MaxFlowPushRelabel.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/MaxFlowPushRelabel.cc -------------------------------------------------------------------------------- /Library/MaxPlusAlgebra.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/MaxPlusAlgebra.cc -------------------------------------------------------------------------------- /Library/MillerRabin.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/MillerRabin.cc -------------------------------------------------------------------------------- /Library/MinCostMaxFlow.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/MinCostMaxFlow.cc -------------------------------------------------------------------------------- /Library/Mo'sAlgorithm.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/Mo'sAlgorithm.cc -------------------------------------------------------------------------------- /Library/ModularArithmetic.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/ModularArithmetic.cc -------------------------------------------------------------------------------- /Library/PalindromicTree.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/PalindromicTree.cc -------------------------------------------------------------------------------- /Library/PersistentSegmentTree.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/PersistentSegmentTree.cc -------------------------------------------------------------------------------- /Library/QwithTwoStacks.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/QwithTwoStacks.cc -------------------------------------------------------------------------------- /Library/RollingHash.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/RollingHash.cc -------------------------------------------------------------------------------- /Library/SegmentTree.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/SegmentTree.cc -------------------------------------------------------------------------------- /Library/SparseSegmentTree.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/SparseSegmentTree.cc -------------------------------------------------------------------------------- /Library/SparseTable.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/SparseTable.cc -------------------------------------------------------------------------------- /Library/SuffixArray.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/SuffixArray.cc -------------------------------------------------------------------------------- /Library/SuffixAutomaton.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/SuffixAutomaton.cc -------------------------------------------------------------------------------- /Library/Trie.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/Trie.cc -------------------------------------------------------------------------------- /Library/Z-Function.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Library/Z-Function.cc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/README.md -------------------------------------------------------------------------------- /SPOJ/DP Level 1/Alphacode/aplha.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 1/Alphacode/aplha.cpp -------------------------------------------------------------------------------- /SPOJ/DP Level 1/Die Hard/die.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 1/Die Hard/die.py -------------------------------------------------------------------------------- /SPOJ/DP Level 1/RENT/rent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 1/RENT/rent.cpp -------------------------------------------------------------------------------- /SPOJ/DP Level 1/RENT/test.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 1/RENT/test.dat -------------------------------------------------------------------------------- /SPOJ/DP Level 1/Trip/trip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 1/Trip/trip.cpp -------------------------------------------------------------------------------- /SPOJ/DP Level 2/Menu/menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 2/Menu/menu.cpp -------------------------------------------------------------------------------- /SPOJ/DP Level 2/Menu/out.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 2/Menu/out.dat -------------------------------------------------------------------------------- /SPOJ/DP Level 2/Menu/test.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 2/Menu/test.dat -------------------------------------------------------------------------------- /SPOJ/DP Level 2/Menu/test2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 2/Menu/test2.dat -------------------------------------------------------------------------------- /SPOJ/DP Level 2/Problem 3/pro3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 2/Problem 3/pro3.cpp -------------------------------------------------------------------------------- /SPOJ/DP Level 3/Help Bob/bob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 3/Help Bob/bob.cpp -------------------------------------------------------------------------------- /SPOJ/DP Level 3/Help Bob/bob2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/DP Level 3/Help Bob/bob2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ABSP1/abs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ABSP1/abs.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ACMAKER/acm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ACMAKER/acm.cpp -------------------------------------------------------------------------------- /SPOJ/Random/AEROLITE/aero.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/AEROLITE/aero.cpp -------------------------------------------------------------------------------- /SPOJ/Random/AGS/ags.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/AGS/ags.cpp -------------------------------------------------------------------------------- /SPOJ/Random/AGS/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/AGS/check.py -------------------------------------------------------------------------------- /SPOJ/Random/AGS/checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/AGS/checker.py -------------------------------------------------------------------------------- /SPOJ/Random/AGS/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/AGS/gen.py -------------------------------------------------------------------------------- /SPOJ/Random/AGS/out.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/AGS/out.1 -------------------------------------------------------------------------------- /SPOJ/Random/AIBOHP/aibo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/AIBOHP/aibo.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ANARC05I/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ANARC05I/a.py -------------------------------------------------------------------------------- /SPOJ/Random/ANARC05I/anar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ANARC05I/anar.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ANARC09A/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ANARC09A/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/ANARC09C/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ANARC09C/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/ANDROUND/and.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ANDROUND/and.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ANDROUND/and2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ANDROUND/and2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/AP2/ap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/AP2/ap.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ARRANGE/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ARRANGE/a.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ASCDFIB/asc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ASCDFIB/asc.cpp -------------------------------------------------------------------------------- /SPOJ/Random/BABTWR/bab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/BABTWR/bab.cpp -------------------------------------------------------------------------------- /SPOJ/Random/BABTWR/test.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/BABTWR/test.dat -------------------------------------------------------------------------------- /SPOJ/Random/BACKPACK/back.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/BACKPACK/back.cpp -------------------------------------------------------------------------------- /SPOJ/Random/BACKPACK/back2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/BACKPACK/back2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/BAISED/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/BAISED/b.cpp -------------------------------------------------------------------------------- /SPOJ/Random/BRCKTS/brc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/BRCKTS/brc.cpp -------------------------------------------------------------------------------- /SPOJ/Random/BTCODE_D/bt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/BTCODE_D/bt.cpp -------------------------------------------------------------------------------- /SPOJ/Random/CEQU/ceq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CEQU/ceq.cpp -------------------------------------------------------------------------------- /SPOJ/Random/CNT_LUCK/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CNT_LUCK/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/COT/cot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/COT/cot.cpp -------------------------------------------------------------------------------- /SPOJ/Random/COT/ref.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/COT/ref.cpp -------------------------------------------------------------------------------- /SPOJ/Random/COURIER/cour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/COURIER/cour.cpp -------------------------------------------------------------------------------- /SPOJ/Random/CPCRC1C/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CPCRC1C/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/CRAN02/room.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CRAN02/room.cpp -------------------------------------------------------------------------------- /SPOJ/Random/CRAN02/room2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CRAN02/room2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/CRNVALEN/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CRNVALEN/a.py -------------------------------------------------------------------------------- /SPOJ/Random/CRYPTON/cryp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CRYPTON/cryp.cpp -------------------------------------------------------------------------------- /SPOJ/Random/CUBEFR/cube.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CUBEFR/cube.cpp -------------------------------------------------------------------------------- /SPOJ/Random/CURDPROD/curd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CURDPROD/curd.cpp -------------------------------------------------------------------------------- /SPOJ/Random/CUTSQRS/cut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/CUTSQRS/cut.cpp -------------------------------------------------------------------------------- /SPOJ/Random/DCEPC11B/bor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DCEPC11B/bor.cpp -------------------------------------------------------------------------------- /SPOJ/Random/DEPEND/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DEPEND/a.py -------------------------------------------------------------------------------- /SPOJ/Random/DIGCNT/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIGCNT/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/DIGCNT/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIGCNT/brute.cc -------------------------------------------------------------------------------- /SPOJ/Random/DIGCNT/brute2.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIGCNT/brute2.cc -------------------------------------------------------------------------------- /SPOJ/Random/DIGCNT/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIGCNT/check.py -------------------------------------------------------------------------------- /SPOJ/Random/DIGCNT/compress.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIGCNT/compress.cc -------------------------------------------------------------------------------- /SPOJ/Random/DIGCNT/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIGCNT/gen.py -------------------------------------------------------------------------------- /SPOJ/Random/DIGCNT/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIGCNT/test.sh -------------------------------------------------------------------------------- /SPOJ/Random/DIRVS/dir.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIRVS/dir.cpp -------------------------------------------------------------------------------- /SPOJ/Random/DIV/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIV/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/DIV2/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIV2/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/DIVFACT/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIVFACT/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/DIVFACT/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DIVFACT/B.cc -------------------------------------------------------------------------------- /SPOJ/Random/DP/dp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DP/dp.cpp -------------------------------------------------------------------------------- /SPOJ/Random/DQUERY/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DQUERY/d.cpp -------------------------------------------------------------------------------- /SPOJ/Random/DSUBSEQ/dsub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/DSUBSEQ/dsub.cpp -------------------------------------------------------------------------------- /SPOJ/Random/EBOXES/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/EBOXES/a.py -------------------------------------------------------------------------------- /SPOJ/Random/EDIST/edis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/EDIST/edis.cpp -------------------------------------------------------------------------------- /SPOJ/Random/EKO/eko.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/EKO/eko.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ELDORADO/el.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ELDORADO/el.cpp -------------------------------------------------------------------------------- /SPOJ/Random/EQBOX/equipmentbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/EQBOX/equipmentbox.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ETF/etf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ETF/etf.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ETFD/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ETFD/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/FANCY/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FANCY/a.py -------------------------------------------------------------------------------- /SPOJ/Random/FANCY/fancy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FANCY/fancy.cpp -------------------------------------------------------------------------------- /SPOJ/Random/FASTFLOW/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FASTFLOW/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/FCDC/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FCDC/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/FFARM/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FFARM/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/FIBPOL/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FIBPOL/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/FIBPOL/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FIBPOL/A.py -------------------------------------------------------------------------------- /SPOJ/Random/FIBPOL/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FIBPOL/B.cc -------------------------------------------------------------------------------- /SPOJ/Random/FLIB/flib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FLIB/flib.cpp -------------------------------------------------------------------------------- /SPOJ/Random/FREQUENT/fre.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/FREQUENT/fre.cpp -------------------------------------------------------------------------------- /SPOJ/Random/GCDEX/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GCDEX/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/GCJ1C09A/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GCJ1C09A/a.py -------------------------------------------------------------------------------- /SPOJ/Random/GNY07H/tiling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GNY07H/tiling.cpp -------------------------------------------------------------------------------- /SPOJ/Random/GONE/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GONE/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/GSS1/gss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS1/gss.cpp -------------------------------------------------------------------------------- /SPOJ/Random/GSS1/gss2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS1/gss2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/GSS2/gss2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS2/gss2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/GSS3/gss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS3/gss.cpp -------------------------------------------------------------------------------- /SPOJ/Random/GSS3/gss2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS3/gss2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/GSS5/gss5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS5/gss5.cpp -------------------------------------------------------------------------------- /SPOJ/Random/GSS6/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS6/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/GSS6/brute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS6/brute.py -------------------------------------------------------------------------------- /SPOJ/Random/GSS6/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS6/check.py -------------------------------------------------------------------------------- /SPOJ/Random/GSS6/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS6/gen.py -------------------------------------------------------------------------------- /SPOJ/Random/GSS6/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/GSS6/test.sh -------------------------------------------------------------------------------- /SPOJ/Random/HACKRNDM/hack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HACKRNDM/hack.cpp -------------------------------------------------------------------------------- /SPOJ/Random/HACKRNDM/test.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HACKRNDM/test.dat -------------------------------------------------------------------------------- /SPOJ/Random/HASH/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HASH/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/HASH/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HASH/brute.cc -------------------------------------------------------------------------------- /SPOJ/Random/HASH/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HASH/check.py -------------------------------------------------------------------------------- /SPOJ/Random/HASH/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HASH/gen.py -------------------------------------------------------------------------------- /SPOJ/Random/HASH/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HASH/test.sh -------------------------------------------------------------------------------- /SPOJ/Random/HELPR2D2/help.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HELPR2D2/help.cpp -------------------------------------------------------------------------------- /SPOJ/Random/HORRIBLE/hor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HORRIBLE/hor.cpp -------------------------------------------------------------------------------- /SPOJ/Random/HORRIBLE/temp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HORRIBLE/temp.cc -------------------------------------------------------------------------------- /SPOJ/Random/HORRIBLE/treap.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HORRIBLE/treap.cc -------------------------------------------------------------------------------- /SPOJ/Random/HORRIBLE/treap2.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/HORRIBLE/treap2.cc -------------------------------------------------------------------------------- /SPOJ/Random/IITKWCPA/nice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/IITKWCPA/nice.cpp -------------------------------------------------------------------------------- /SPOJ/Random/IKEYB/.test2.in.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/IKEYB/.test2.in.swp -------------------------------------------------------------------------------- /SPOJ/Random/IKEYB/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/IKEYB/check.py -------------------------------------------------------------------------------- /SPOJ/Random/IKEYB/ikey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/IKEYB/ikey.cpp -------------------------------------------------------------------------------- /SPOJ/Random/IKEYB/online solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/IKEYB/online solution.c -------------------------------------------------------------------------------- /SPOJ/Random/INCDSEQ/inc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/INCDSEQ/inc.cpp -------------------------------------------------------------------------------- /SPOJ/Random/INCSEQ/inc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/INCSEQ/inc.cpp -------------------------------------------------------------------------------- /SPOJ/Random/INVCNT/inv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/INVCNT/inv.cpp -------------------------------------------------------------------------------- /SPOJ/Random/IOIPALIN/ioipalin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/IOIPALIN/ioipalin.cpp -------------------------------------------------------------------------------- /SPOJ/Random/IWGBS/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/IWGBS/a.py -------------------------------------------------------------------------------- /SPOJ/Random/JOKER1/joker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/JOKER1/joker.cpp -------------------------------------------------------------------------------- /SPOJ/Random/JRIDE/ride.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/JRIDE/ride.cpp -------------------------------------------------------------------------------- /SPOJ/Random/KGSS/kgss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/KGSS/kgss.cpp -------------------------------------------------------------------------------- /SPOJ/Random/KNAPSACK/knap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/KNAPSACK/knap.cpp -------------------------------------------------------------------------------- /SPOJ/Random/KOPC12B/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/KOPC12B/a.py -------------------------------------------------------------------------------- /SPOJ/Random/KOPC12B/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/KOPC12B/check.py -------------------------------------------------------------------------------- /SPOJ/Random/KOPC12B/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/KOPC12B/gen.py -------------------------------------------------------------------------------- /SPOJ/Random/KOPC12B/kop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/KOPC12B/kop.cpp -------------------------------------------------------------------------------- /SPOJ/Random/KOPC12B/x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/KOPC12B/x.cpp -------------------------------------------------------------------------------- /SPOJ/Random/KQUERY/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/KQUERY/k.cpp -------------------------------------------------------------------------------- /SPOJ/Random/LARSUBP/subp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LARSUBP/subp.cpp -------------------------------------------------------------------------------- /SPOJ/Random/LATGACH3/lag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LATGACH3/lag.cpp -------------------------------------------------------------------------------- /SPOJ/Random/LCMSUM/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LCMSUM/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/LKS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LKS/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/LOTGAME/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LOTGAME/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/LOTGAME/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LOTGAME/brute.cc -------------------------------------------------------------------------------- /SPOJ/Random/LOTGAME/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LOTGAME/check.py -------------------------------------------------------------------------------- /SPOJ/Random/LOTGAME/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LOTGAME/gen.py -------------------------------------------------------------------------------- /SPOJ/Random/LOTGAME/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LOTGAME/test.sh -------------------------------------------------------------------------------- /SPOJ/Random/LPPP/x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LPPP/x.cpp -------------------------------------------------------------------------------- /SPOJ/Random/LUCIFER/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/LUCIFER/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/MAIN72/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MAIN72/main.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MAJOR/major.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MAJOR/major.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MARTIAN/martian.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MARTIAN/martian.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MARTIAN/simmartian.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MARTIAN/simmartian.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MATSUM/mat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MATSUM/mat.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MAXISET/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MAXISET/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/MC/mc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MC/mc.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MCOINS/mcoins.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MCOINS/mcoins.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MDIGITS/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MDIGITS/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/MENU/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MENU/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/MINUS/minus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MINUS/minus.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MISERMAN/miser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MISERMAN/miser.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MIXTURES/mix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MIXTURES/mix.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MKTHNUM/mk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MKTHNUM/mk.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MKTHNUM/mk2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MKTHNUM/mk2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MMOD29/mod.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MMOD29/mod.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MMOD29/ref.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MMOD29/ref.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MSTICK/mstick.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MSTICK/mstick.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MTOTALF/mtotal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MTOTALF/mtotal.cpp -------------------------------------------------------------------------------- /SPOJ/Random/MTRIAREA/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/MTRIAREA/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/NFACTOR/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NFACTOR/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/NICEDAY/nice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NICEDAY/nice.cpp -------------------------------------------------------------------------------- /SPOJ/Random/NITK06/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NITK06/a.py -------------------------------------------------------------------------------- /SPOJ/Random/NOCHANGE/no.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NOCHANGE/no.cpp -------------------------------------------------------------------------------- /SPOJ/Random/NR2/nr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NR2/nr.cpp -------------------------------------------------------------------------------- /SPOJ/Random/NSYSTEM/n.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NSYSTEM/n.cpp -------------------------------------------------------------------------------- /SPOJ/Random/NSYSTEM/test.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NSYSTEM/test.dat -------------------------------------------------------------------------------- /SPOJ/Random/NUMTSN/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NUMTSN/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/NUMTSN/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NUMTSN/B.cc -------------------------------------------------------------------------------- /SPOJ/Random/NUMTSN/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NUMTSN/brute.cc -------------------------------------------------------------------------------- /SPOJ/Random/NUMTSN/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NUMTSN/check.py -------------------------------------------------------------------------------- /SPOJ/Random/NUMTSN/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NUMTSN/gen.py -------------------------------------------------------------------------------- /SPOJ/Random/NUMTSN/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/NUMTSN/test.sh -------------------------------------------------------------------------------- /SPOJ/Random/OFORTUNE/ofor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/OFORTUNE/ofor.cpp -------------------------------------------------------------------------------- /SPOJ/Random/OLOLO/o.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/OLOLO/o.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ONEZERO/onez.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ONEZERO/onez.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ONEZERO/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ONEZERO/test.py -------------------------------------------------------------------------------- /SPOJ/Random/OPCPIZZA/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/OPCPIZZA/a.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PARADOX/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PARADOX/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/PERMUT1/permut1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PERMUT1/permut1.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PERMUT1/test.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PERMUT1/test.dat -------------------------------------------------------------------------------- /SPOJ/Random/PFDEP/pf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PFDEP/pf.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PHT/pht.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PHT/pht.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PIVAL/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PIVAL/a.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PIVAL/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PIVAL/a.py -------------------------------------------------------------------------------- /SPOJ/Random/PIVAL/b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PIVAL/b.py -------------------------------------------------------------------------------- /SPOJ/Random/PLD/pld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PLD/pld.cpp -------------------------------------------------------------------------------- /SPOJ/Random/POKER/poker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/POKER/poker.cpp -------------------------------------------------------------------------------- /SPOJ/Random/POWERUP/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/POWERUP/a.py -------------------------------------------------------------------------------- /SPOJ/Random/POWERUP/power.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/POWERUP/power.cpp -------------------------------------------------------------------------------- /SPOJ/Random/POWERUP/x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/POWERUP/x.c -------------------------------------------------------------------------------- /SPOJ/Random/PPATH/path.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PPATH/path.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PPBRJB/r2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PPBRJB/r2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PPBRJB/red_john.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PPBRJB/red_john.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PR003004/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PR003004/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/PR003004/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PR003004/B.cc -------------------------------------------------------------------------------- /SPOJ/Random/PRIC/P.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PRIC/P.C -------------------------------------------------------------------------------- /SPOJ/Random/PRIC/p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PRIC/p.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PRIC/test.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PRIC/test.dat -------------------------------------------------------------------------------- /SPOJ/Random/PT07Z/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PT07Z/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/PUCMM210/puc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PUCMM210/puc.cpp -------------------------------------------------------------------------------- /SPOJ/Random/PUCMM334/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/PUCMM334/a.py -------------------------------------------------------------------------------- /SPOJ/Random/QKP/qkp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/QKP/qkp.cpp -------------------------------------------------------------------------------- /SPOJ/Random/QMAX3VN/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/QMAX3VN/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/QTREE/qtree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/QTREE/qtree.cpp -------------------------------------------------------------------------------- /SPOJ/Random/QTREE2/qtree2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/QTREE2/qtree2.cpp -------------------------------------------------------------------------------- /SPOJ/Random/QTREE3/qtree3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/QTREE3/qtree3.cpp -------------------------------------------------------------------------------- /SPOJ/Random/QUEST5/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/QUEST5/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/RAONE/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/RAONE/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/RIVALS/rival.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/RIVALS/rival.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ROOT/root.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ROOT/root.py -------------------------------------------------------------------------------- /SPOJ/Random/RPLA/rpla.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/RPLA/rpla.cpp -------------------------------------------------------------------------------- /SPOJ/Random/RPLD/rpld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/RPLD/rpld.cpp -------------------------------------------------------------------------------- /SPOJ/Random/SAMER08G/sam.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SAMER08G/sam.cpp -------------------------------------------------------------------------------- /SPOJ/Random/SCALES/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SCALES/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/SCALES/B.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SCALES/B.cc -------------------------------------------------------------------------------- /SPOJ/Random/SCALES/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SCALES/brute.cc -------------------------------------------------------------------------------- /SPOJ/Random/SCALES/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SCALES/check.py -------------------------------------------------------------------------------- /SPOJ/Random/SCALES/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SCALES/gen.py -------------------------------------------------------------------------------- /SPOJ/Random/SCALES/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SCALES/test.sh -------------------------------------------------------------------------------- /SPOJ/Random/SEGSQRSS/seg.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SEGSQRSS/seg.cc -------------------------------------------------------------------------------- /SPOJ/Random/SQBR/sqbr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SQBR/sqbr.cpp -------------------------------------------------------------------------------- /SPOJ/Random/SUBLEX/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SUBLEX/A.cc -------------------------------------------------------------------------------- /SPOJ/Random/SUBXOR/trie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/SUBXOR/trie.cpp -------------------------------------------------------------------------------- /SPOJ/Random/TIPTOP/tiptop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/TIPTOP/tiptop.cpp -------------------------------------------------------------------------------- /SPOJ/Random/TOUR/TOUR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/TOUR/TOUR.cpp -------------------------------------------------------------------------------- /SPOJ/Random/TRIGALGE/tri.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/TRIGALGE/tri.cpp -------------------------------------------------------------------------------- /SPOJ/Random/TRSTAGE/stage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/TRSTAGE/stage.cpp -------------------------------------------------------------------------------- /SPOJ/Random/TSORT/a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/TSORT/a.py -------------------------------------------------------------------------------- /SPOJ/Random/TSORT/sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/TSORT/sort.cpp -------------------------------------------------------------------------------- /SPOJ/Random/UCBINTA/sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/UCBINTA/sum.cpp -------------------------------------------------------------------------------- /SPOJ/Random/UCV2013J/ucv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/UCV2013J/ucv.cpp -------------------------------------------------------------------------------- /SPOJ/Random/UPDATEIT/UP.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/UPDATEIT/UP.CPP -------------------------------------------------------------------------------- /SPOJ/Random/VFMUL/mul.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/VFMUL/mul.cc -------------------------------------------------------------------------------- /SPOJ/Random/YODANESS/yoda.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/YODANESS/yoda.cpp -------------------------------------------------------------------------------- /SPOJ/Random/ZSUM/z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Random/ZSUM/z.cpp -------------------------------------------------------------------------------- /SPOJ/Week 1/Week 1 Problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/Week 1 Problems.pdf -------------------------------------------------------------------------------- /SPOJ/Week 1/ciphers/factorial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/ciphers/factorial.c -------------------------------------------------------------------------------- /SPOJ/Week 1/factorial/factorial2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/factorial/factorial2.py -------------------------------------------------------------------------------- /SPOJ/Week 1/next/next.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/next/next.c -------------------------------------------------------------------------------- /SPOJ/Week 1/next/next.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/next/next.cpp -------------------------------------------------------------------------------- /SPOJ/Week 1/primes/prime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/primes/prime.c -------------------------------------------------------------------------------- /SPOJ/Week 1/primes/prime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/primes/prime.py -------------------------------------------------------------------------------- /SPOJ/Week 1/rpn/reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/rpn/reverse.py -------------------------------------------------------------------------------- /SPOJ/Week 1/rpn/rpn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/rpn/rpn.cpp -------------------------------------------------------------------------------- /SPOJ/Week 1/squares/feynman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/squares/feynman.c -------------------------------------------------------------------------------- /SPOJ/Week 1/steps/steps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/steps/steps.cpp -------------------------------------------------------------------------------- /SPOJ/Week 1/toandfro/toandfro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 1/toandfro/toandfro.cpp -------------------------------------------------------------------------------- /SPOJ/Week 2/888/888.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 2/888/888.cpp -------------------------------------------------------------------------------- /SPOJ/Week 2/Candy/candy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 2/Candy/candy.cpp -------------------------------------------------------------------------------- /SPOJ/Week 2/Candy3/candy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 2/Candy3/candy.cpp -------------------------------------------------------------------------------- /SPOJ/Week 2/Julka/julka.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 2/Julka/julka.cpp -------------------------------------------------------------------------------- /SPOJ/Week 2/antiblot/anti.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 2/antiblot/anti.cpp -------------------------------------------------------------------------------- /SPOJ/Week 2/bytelandian/byte.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 2/bytelandian/byte.cpp -------------------------------------------------------------------------------- /SPOJ/Week 2/hangover/hangover.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 2/hangover/hangover.cpp -------------------------------------------------------------------------------- /SPOJ/Week 2/lastdigit/lastdig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 2/lastdigit/lastdig.cpp -------------------------------------------------------------------------------- /SPOJ/Week 2/week2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 2/week2.pdf -------------------------------------------------------------------------------- /SPOJ/Week 3/Alphacode/aplha.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 3/Alphacode/aplha.cpp -------------------------------------------------------------------------------- /SPOJ/Week 3/Army Strength/army.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 3/Army Strength/army.cpp -------------------------------------------------------------------------------- /SPOJ/Week 3/Build a Fence/build.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 3/Build a Fence/build.cpp -------------------------------------------------------------------------------- /SPOJ/Week 3/Is it a Tree?/tree.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 3/Is it a Tree?/tree.cc -------------------------------------------------------------------------------- /SPOJ/Week 3/Is it a Tree?/tree.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SPOJ/Week 3/Stamps/stamps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 3/Stamps/stamps.cpp -------------------------------------------------------------------------------- /SPOJ/Week 3/week3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/SPOJ/Week 3/week3.pdf -------------------------------------------------------------------------------- /Timus/1020/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1020/A.cc -------------------------------------------------------------------------------- /Timus/1030/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1030/A.cc -------------------------------------------------------------------------------- /Timus/1052/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1052/A.cc -------------------------------------------------------------------------------- /Timus/1132/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1132/A.cc -------------------------------------------------------------------------------- /Timus/1192/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1192/A.cc -------------------------------------------------------------------------------- /Timus/1207/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1207/A.cc -------------------------------------------------------------------------------- /Timus/1276/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1276/A.cc -------------------------------------------------------------------------------- /Timus/1294/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1294/A.cc -------------------------------------------------------------------------------- /Timus/1333/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1333/A.cc -------------------------------------------------------------------------------- /Timus/1342/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1342/A.cc -------------------------------------------------------------------------------- /Timus/1371/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1371/A.cc -------------------------------------------------------------------------------- /Timus/1373/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1373/A.cc -------------------------------------------------------------------------------- /Timus/1430/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1430/A.cc -------------------------------------------------------------------------------- /Timus/1436/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1436/A.cc -------------------------------------------------------------------------------- /Timus/1554/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1554/A.cc -------------------------------------------------------------------------------- /Timus/1562/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1562/A.cc -------------------------------------------------------------------------------- /Timus/1578/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1578/A.cc -------------------------------------------------------------------------------- /Timus/1580/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1580/A.cc -------------------------------------------------------------------------------- /Timus/1580/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1580/brute.cc -------------------------------------------------------------------------------- /Timus/1580/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1580/check.py -------------------------------------------------------------------------------- /Timus/1580/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1580/gen.py -------------------------------------------------------------------------------- /Timus/1580/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1580/test.sh -------------------------------------------------------------------------------- /Timus/1600/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1600/A.cc -------------------------------------------------------------------------------- /Timus/1659/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1659/A.cc -------------------------------------------------------------------------------- /Timus/1696/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1696/A.cc -------------------------------------------------------------------------------- /Timus/1698/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1698/A.cc -------------------------------------------------------------------------------- /Timus/1745/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1745/A.cc -------------------------------------------------------------------------------- /Timus/1887/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1887/A.cc -------------------------------------------------------------------------------- /Timus/1905/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1905/A.cc -------------------------------------------------------------------------------- /Timus/1927/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1927/A.cc -------------------------------------------------------------------------------- /Timus/1963/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1963/A.cc -------------------------------------------------------------------------------- /Timus/1965/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1965/A.cc -------------------------------------------------------------------------------- /Timus/1965/brute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1965/brute.cc -------------------------------------------------------------------------------- /Timus/1965/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1965/check.py -------------------------------------------------------------------------------- /Timus/1965/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1965/gen.py -------------------------------------------------------------------------------- /Timus/1965/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1965/test.sh -------------------------------------------------------------------------------- /Timus/1988/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/1988/A.cc -------------------------------------------------------------------------------- /Timus/2093/A.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/2093/A.cc -------------------------------------------------------------------------------- /Timus/2093/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VastoLorde95/Competitive-Programming/HEAD/Timus/2093/gen.py --------------------------------------------------------------------------------