├── .gitignore ├── CodeLibrary ├── 1 Data Structure │ ├── 1 Treap.cpp │ ├── 10 2D-Segment-Tree.cpp │ ├── 11 线段树.cpp │ ├── 2 序列维护Treap.cpp │ ├── 3 Splay.cpp │ ├── 4 树链剖分.cpp │ ├── 5 树状数组.cpp │ ├── 6 Link-Cut-Tree.cpp │ ├── 7 树点分治.cpp │ ├── 8 树边分治.cpp │ └── 9 K-d Tree.cpp ├── 2 Graph Theory │ ├── 1 Tarjan.cpp │ ├── 10 Gomory-Hu-tree.cpp │ ├── 11 最大团搜索.cpp │ ├── 2 最小树形图.cpp │ ├── 3 全局最小割.cpp │ ├── 4 Hopcorft-Karp.cpp │ ├── 5 Dinic.cpp │ ├── 6 费用流.cpp │ ├── 7 一般图匹配.cpp │ ├── 8 Kuhn-Munkras.cpp │ └── 9 dominator-tree.cpp ├── 3 Mathematics │ ├── 1 高斯消元.cpp │ ├── 10 直线下格点统计.cpp │ ├── 2 行列式.cpp │ ├── 3 FFT.cpp │ ├── 4 Euler筛.cpp │ ├── 5 自适应simpson积分.cpp │ ├── 6 离散对数BSGS.cpp │ ├── 7 素性测试启发式分解.cpp │ ├── 8 线性递推数列.cpp │ └── 9 拉格朗日插值.cpp ├── 4 Geometry │ ├── 1 基础2D几何.cpp │ ├── 10 旋转卡壳.cpp │ ├── 2 直线与圆.cpp │ ├── 3 点在多边形内判定.cpp │ ├── 4 2D凸包相关.cpp │ ├── 5 半平面交.cpp │ ├── 6 圆面积相关.cpp │ ├── 7 平面划分.cpp │ ├── 8 基础3D几何.cpp │ └── 9 凸包3D.cpp ├── 5 String │ ├── 1 KMP.cpp │ ├── 2 Ext-KMP.cpp │ ├── 3 manacher.cpp │ ├── 4 最小表示法.cpp │ ├── 5 AC自动机.cpp │ ├── 6 后缀数组.cpp │ ├── 7 后缀自动机.cpp │ ├── 8 回文树.cpp │ └── 9 后缀树.cpp ├── 6 Other │ ├── 1 emacs.txt │ ├── 2 Dancing Links.cpp │ ├── 3 unorderedmap.cpp │ ├── 4 插头DP.cpp │ ├── 5 压位LCS.cpp │ ├── 6 bitset区间询问.cpp │ ├── 7 转转转.cpp │ └── 8 Time-travel.cpp └── ForProjectEuler │ └── PEmath.h ├── README.md ├── Repositories ├── BZOJ │ ├── 1036 树的统计.cpp │ ├── 1146 网络管理 (stree+pstree).cpp │ ├── 1146 网络管理.cpp │ ├── 1901 BIT套Fstree.cpp │ ├── 1901 BIT套Fstree在线.cpp │ ├── 2002 弹飞绵羊.cpp │ ├── 2115 Xor和路径.cpp │ ├── 2243 染色.cpp │ ├── 2324 营救皮卡丘.cpp │ ├── 2636 crisis.cpp │ ├── 2763 飞行路线.cpp │ ├── 2875 随机数生成器.cpp │ ├── 3196 二逼平衡树.cpp │ ├── 3223 文艺平衡树.cpp │ ├── 3224 普通平衡树.cpp │ ├── 3245 最快路线.cpp │ ├── 3252 攻略.cpp │ └── 3339 Rmq Problem.cpp ├── HDU │ ├── 2475 - Box (splay tree).cpp │ └── 3727 - Jewel (fstree).cpp ├── POJ │ ├── 3123(SteinerTree).cpp │ └── 3145.cpp ├── Topcoder │ ├── SRM601 │ │ ├── WinterAndPresents.cpp │ │ └── WinterAndSnowmen.cpp │ ├── SRM602 │ │ ├── PilingRectsDiv1.cpp │ │ └── TypoCoderDiv1.cpp │ ├── SRM607 │ │ └── PalindromicSubstringsDiv1.cpp │ └── SRM613 │ │ ├── RandomGCD.cpp │ │ └── TaroFriends.cpp ├── UVa-Online-Judge │ ├── 10003 - Cutting Sticks.cpp │ ├── 10391 - Compound Words.cpp │ ├── 10730 - Antiarithmetic.cpp │ ├── 1076 - Password Suspects.cpp │ ├── 10780 - Again Prime No Time.cpp │ ├── 10791 - Minimum Sum LCM.cpp │ ├── 10829 - L-Gap Substrings.cpp │ ├── 10887 - Concatenation of Languages.cpp │ ├── 10892 - LCM Cardinality.cpp │ ├── 10943 - How do you add.cpp │ ├── 10969 - Sweet Dream.cpp │ ├── 11019 - Matrix Matcher.cpp │ ├── 11107 - Life Forms.cpp │ ├── 11177 - Fighting Against a Polygonal Monster.cpp │ ├── 11361 - Investigating Div-Sum Property.cpp │ ├── 11388 - GCD LCM.cpp │ ├── 11461 - Square Numbers.cpp │ ├── 11468 - Substring.cpp │ ├── 11475 - Extend to Palindrome.cpp │ ├── 11489 - Integer Game.cpp │ ├── 11536 - Smallest Sub-Array.cpp │ ├── 11600 - Masud Rana.cpp │ ├── 11796 - Dog Distance.cpp │ ├── 11888 - Abnormal 89's.cpp │ ├── 11889 - Benefit.cpp │ ├── 11990 - Dynamic Inversion.cpp │ ├── 11994 - Happy Painting!.cpp │ ├── 12003 - Array Transformer.cpp │ ├── 12050 - Palindrome Numbers.cpp │ ├── 12235 - Help Bubu.cpp │ ├── 12304 - 2D Geometry 110 in 1.cpp │ ├── 12338 - Anti-Rhyme Pairs.cpp │ ├── 12345 - Dynamic len(set(a[LR])).cpp │ ├── 1264 - Binary Search Tree.cpp │ ├── 1308 - Viva Confetti.cpp │ ├── 1312 - Cricket-Field.cpp │ ├── 1315 - Crazy tea party.cpp │ ├── 1319 - Maximum.cpp │ ├── 1342 - That Nice Euler Circuit.cpp │ ├── 1347 - Tour.cpp │ ├── 1365 - Wild West.cpp │ ├── 1399 - Puzzle.cpp │ ├── 1402 - Robotic Sort.cpp │ ├── 1407 - Cave.cpp │ ├── 1417 - Traffic Jam.cpp │ ├── 1427 - Parade.cpp │ ├── 1449 - Dominating Patterns.cpp │ ├── 1451 - Average.cpp │ ├── 1471 - Defense Lines.cpp │ └── 1519 - Dictionary Size.cpp ├── ZOJ │ ├── 2334 - Monkey King.cpp │ ├── 3686 - A Simple Tree Problem.cpp │ └── 3749 - Chameleon.cpp ├── codechef │ ├── Mar-2014-challenge │ │ ├── ANUGCD.cpp │ │ ├── BINTOUR.cpp │ │ ├── GERALD07.cpp │ │ ├── MIKE3.cpp │ │ ├── PROSUM.cpp │ │ ├── SSTORY.cpp │ │ ├── STREETTA.cpp │ │ ├── TMSLT.cpp │ │ └── WALK.cpp │ └── Oct-2013-challenge │ │ ├── ARRGAME2.cpp │ │ ├── CAOS3.cpp │ │ ├── HELPLIRA.cpp │ │ ├── KMHAMHA.cpp │ │ ├── LEBAMBOO.cpp │ │ ├── MAANDI.cpp │ │ └── SEATRSF.cpp └── sgu │ ├── 131.cpp │ ├── 132.cpp │ ├── 194.cpp │ ├── 195.cpp │ ├── 197.cpp │ ├── 198.cpp │ ├── 200.cpp │ ├── 201.java │ ├── 202.cpp │ ├── 203.cpp │ ├── 204.cpp │ ├── 205.cpp │ ├── 206.cpp │ ├── 208.java │ ├── 209.cpp │ ├── 210.cpp │ ├── 211.cpp │ ├── 212.cpp │ ├── 213.cpp │ ├── 214.cpp │ ├── 215.cpp │ ├── 216.cpp │ ├── 217.cpp │ ├── 220.cpp │ ├── 221.java │ ├── 228.cpp │ ├── 236.cpp │ ├── 239.cpp │ ├── 248.cpp │ ├── 249.cpp │ ├── 253.cpp │ ├── 255.cpp │ ├── 256.cpp │ ├── 260.cpp │ ├── 269.java │ ├── 271.cpp │ ├── 273.cpp │ ├── 274.cpp │ ├── 275.cpp │ ├── 281.cpp │ ├── 300.cpp │ ├── 301.cpp │ ├── 302.cpp │ ├── 304.cpp │ ├── 310.cpp │ ├── 316.cpp │ ├── 317.cpp │ ├── 318.cpp │ ├── 337.cpp │ ├── 339.cpp │ ├── 344.cpp │ ├── 346.cpp │ ├── 354.cpp │ ├── 355.cpp │ ├── 356.java │ ├── 357.cpp │ ├── 359.cpp │ ├── 360.cpp │ ├── 361.cpp │ ├── 362.cpp │ ├── 363.cpp │ ├── 364.cpp │ ├── 365.cpp │ ├── 366.cpp │ ├── 367.cpp │ ├── 368.cpp │ ├── 369.cpp │ ├── 370.cpp │ ├── 374.java │ ├── 375.cpp │ ├── 377.java │ ├── 398.cpp │ ├── 409.cpp │ ├── 410.cpp │ ├── 411.cpp │ ├── 415.cpp │ ├── 444.cpp │ ├── 458.cpp │ ├── 478.cpp │ ├── 479.cpp │ ├── 484.cpp │ ├── 488.cpp │ ├── 492.cpp │ ├── 495.cpp │ ├── 496.cpp │ ├── 504.cpp │ ├── 505.cpp │ ├── 507.cpp │ ├── 514.cpp │ ├── 518.cpp │ ├── 519.cpp │ ├── 520.cpp │ └── 531.cpp └── TheWaySoFar-Training ├── 2015-02-01 ├── A.py ├── B.cpp ├── C.cpp ├── D.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2015-02-02 ├── A.java ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── G.cpp ├── H.cpp └── J.cpp ├── 2015-02-03 ├── A.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2015-02-04 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── I.cpp └── J.cpp ├── 2015-03-13 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-03-14 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── F.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2015-03-21 ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── G.cpp ├── H.cpp ├── J.cpp └── L.cpp ├── 2015-03-22 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── G.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-03-24 ├── A.cpp ├── B.cpp ├── C.cpp ├── H.cpp ├── J.cpp └── K.cpp ├── 2015-03-28 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp └── K.cpp ├── 2015-03-29 ├── B.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── L.cpp ├── 2015-03-31 ├── B.java ├── C.cpp ├── E.cpp ├── F.cpp ├── J.cpp └── K.cpp ├── 2015-04-04 ├── A.cpp ├── B.cpp ├── D.cpp ├── E.cpp ├── G.cpp └── H.cpp ├── 2015-04-05 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-04-07 ├── A.cpp ├── C.cpp ├── E.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-04-12 ├── A.cpp ├── B.cpp ├── C.cpp ├── E.cpp └── H.cpp ├── 2015-04-14 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── I.cpp ├── K.cpp └── L.cpp ├── 2015-04-18 ├── E.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2015-04-21 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp └── I.cpp ├── 2015-04-28 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── J.cpp └── K.cpp ├── 2015-05-05 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── I.cpp ├── K.cpp └── L.cpp ├── 2015-05-06 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-05-08 ├── A.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-05-12 ├── B.cpp ├── C.cpp ├── D.cpp ├── G.cpp ├── I.cpp └── J.cpp ├── 2015-05-13 ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── I.cpp └── K.cpp ├── 2015-09-13 ├── A.cpp ├── B.cpp ├── C.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp ├── K.cpp ├── L.cpp └── M.cpp ├── 2015-09-19 ├── A.cpp ├── B.cpp ├── C.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp ├── K.cpp ├── L.cpp └── M.cpp ├── 2015-09-20 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp └── J.cpp ├── 2015-09-26 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-09-27 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2015-10-01 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2015-10-02 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── F.cpp ├── H.cpp └── J.cpp ├── 2015-10-03 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp ├── K.cpp ├── L.cpp └── M.cpp ├── 2015-10-04 ├── A.cpp ├── B.cpp ├── C.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-10-05 ├── A.cpp ├── B.cpp ├── D.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2015-10-06 ├── A.cpp ├── B.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-10-07 ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2015-12-05 ├── a.cpp ├── b.cpp ├── c.cpp ├── d.cpp ├── e.cpp ├── g.cpp ├── h.cpp ├── i.cpp ├── j.cpp └── k.cpp ├── 2015-12-06 ├── a.cpp ├── b.cpp ├── c.cpp ├── d.cpp ├── e.cpp ├── f.cpp ├── g.cpp ├── j.cpp ├── k.cpp └── l.cpp ├── 2015-12-08 ├── a.cpp ├── b.cpp ├── c.cpp ├── d.cpp ├── f.cpp ├── g.cpp ├── h.cpp ├── i.cpp ├── j.cpp ├── k.cpp └── l.cpp ├── 2015-12-09 ├── a.cpp ├── b.cpp ├── c.cpp ├── d.cpp ├── e.cpp ├── f.cpp ├── g.cpp ├── h.cpp ├── i.cpp ├── j.cpp └── k.cpp ├── 2016-01-17 ├── a.cpp ├── b.cpp ├── c.cpp ├── d.cpp ├── e.cpp ├── f.cpp ├── h.cpp ├── i.cpp ├── j.cpp ├── k.cpp └── l.cpp ├── 2016-01-18 ├── a.cpp ├── b.cpp ├── d.cpp ├── e.cpp ├── f.cpp ├── g.cpp ├── h.cpp ├── i.cpp ├── j.cpp ├── k.cpp └── l.cpp ├── 2016-01-22 ├── a.cpp ├── c.cpp ├── e.cpp ├── f.cpp ├── g.cpp ├── h.cpp ├── i.cpp ├── j.cpp └── k.cpp ├── 2016-03-05 ├── a.cpp ├── b.cpp ├── d.cpp ├── e.cpp ├── f.cpp ├── g.cpp └── j.cpp ├── 2016-03-08 ├── a.cpp ├── b.cpp ├── c.cpp ├── d.cpp ├── e.cpp ├── f.cpp ├── g.cpp ├── h.cpp ├── i.cpp ├── j.cpp ├── k.cpp ├── l.cpp └── m.cpp ├── 2016-03-12 ├── a.cpp ├── c.cpp ├── d.cpp ├── e.cpp ├── f.cpp ├── g.cpp └── j.cpp ├── 2016-03-13 ├── a.cpp ├── b.cpp ├── c.cpp ├── d.cpp ├── e.cpp ├── f.cpp ├── g.cpp ├── h.cpp ├── i.cpp ├── j.cpp ├── k.cpp ├── l.cpp └── m.cpp └── Previous ├── 2011-Daejeon ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── L.cpp ├── 2011-Fukuoka ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp └── J.cpp ├── 2011-NEERC ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── G.cpp ├── I.cpp └── K.cpp ├── 2011-Phuket ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2012-Dhaka ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp └── I.cpp ├── 2012-NEERC ├── A.cpp ├── B.cpp ├── C.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── J.cpp └── L.cpp ├── 2012-Tokyo ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp └── I.cpp ├── 2013-Aizu ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── G.cpp └── I.cpp ├── 2013-Dhaka ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2013-Jakarta ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2013-LatinAmerica ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2013-NEERC ├── A.cpp ├── B.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp ├── J.cpp └── K.cpp ├── 2013-Tehran ├── A.cpp ├── B.cpp ├── C.cpp ├── E.cpp ├── F.cpp ├── H.cpp ├── I.cpp └── J.cpp ├── 2014-Shanghai ├── A.cpp └── K.cpp ├── 2014-Xi'an-Invitational ├── A.cpp ├── B.cpp ├── C.cpp ├── D.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── J.cpp └── 2014-Xi'an ├── A.cpp ├── C.cpp ├── E.cpp ├── F.cpp ├── G.cpp ├── H.cpp ├── I.cpp └── K.cpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/.gitignore -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/1 Treap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/1 Treap.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/10 2D-Segment-Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/10 2D-Segment-Tree.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/11 线段树.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/11 线段树.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/2 序列维护Treap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/2 序列维护Treap.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/3 Splay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/3 Splay.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/4 树链剖分.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/4 树链剖分.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/5 树状数组.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/5 树状数组.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/6 Link-Cut-Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/6 Link-Cut-Tree.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/7 树点分治.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/7 树点分治.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/8 树边分治.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/8 树边分治.cpp -------------------------------------------------------------------------------- /CodeLibrary/1 Data Structure/9 K-d Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/1 Data Structure/9 K-d Tree.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/1 Tarjan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/1 Tarjan.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/10 Gomory-Hu-tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/10 Gomory-Hu-tree.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/11 最大团搜索.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/11 最大团搜索.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/2 最小树形图.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/2 最小树形图.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/3 全局最小割.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/3 全局最小割.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/4 Hopcorft-Karp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/4 Hopcorft-Karp.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/5 Dinic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/5 Dinic.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/6 费用流.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/6 费用流.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/7 一般图匹配.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/7 一般图匹配.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/8 Kuhn-Munkras.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/8 Kuhn-Munkras.cpp -------------------------------------------------------------------------------- /CodeLibrary/2 Graph Theory/9 dominator-tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/2 Graph Theory/9 dominator-tree.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/1 高斯消元.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/1 高斯消元.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/10 直线下格点统计.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/10 直线下格点统计.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/2 行列式.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/2 行列式.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/3 FFT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/3 FFT.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/4 Euler筛.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/4 Euler筛.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/5 自适应simpson积分.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/5 自适应simpson积分.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/6 离散对数BSGS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/6 离散对数BSGS.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/7 素性测试启发式分解.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/7 素性测试启发式分解.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/8 线性递推数列.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/8 线性递推数列.cpp -------------------------------------------------------------------------------- /CodeLibrary/3 Mathematics/9 拉格朗日插值.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/3 Mathematics/9 拉格朗日插值.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/1 基础2D几何.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/1 基础2D几何.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/10 旋转卡壳.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/10 旋转卡壳.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/2 直线与圆.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/2 直线与圆.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/3 点在多边形内判定.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/3 点在多边形内判定.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/4 2D凸包相关.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/4 2D凸包相关.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/5 半平面交.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/5 半平面交.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/6 圆面积相关.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/6 圆面积相关.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/7 平面划分.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/7 平面划分.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/8 基础3D几何.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/8 基础3D几何.cpp -------------------------------------------------------------------------------- /CodeLibrary/4 Geometry/9 凸包3D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/4 Geometry/9 凸包3D.cpp -------------------------------------------------------------------------------- /CodeLibrary/5 String/1 KMP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/5 String/1 KMP.cpp -------------------------------------------------------------------------------- /CodeLibrary/5 String/2 Ext-KMP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/5 String/2 Ext-KMP.cpp -------------------------------------------------------------------------------- /CodeLibrary/5 String/3 manacher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/5 String/3 manacher.cpp -------------------------------------------------------------------------------- /CodeLibrary/5 String/4 最小表示法.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/5 String/4 最小表示法.cpp -------------------------------------------------------------------------------- /CodeLibrary/5 String/5 AC自动机.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/5 String/5 AC自动机.cpp -------------------------------------------------------------------------------- /CodeLibrary/5 String/6 后缀数组.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/5 String/6 后缀数组.cpp -------------------------------------------------------------------------------- /CodeLibrary/5 String/7 后缀自动机.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/5 String/7 后缀自动机.cpp -------------------------------------------------------------------------------- /CodeLibrary/5 String/8 回文树.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/5 String/8 回文树.cpp -------------------------------------------------------------------------------- /CodeLibrary/5 String/9 后缀树.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/5 String/9 后缀树.cpp -------------------------------------------------------------------------------- /CodeLibrary/6 Other/1 emacs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/6 Other/1 emacs.txt -------------------------------------------------------------------------------- /CodeLibrary/6 Other/2 Dancing Links.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/6 Other/2 Dancing Links.cpp -------------------------------------------------------------------------------- /CodeLibrary/6 Other/3 unorderedmap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/6 Other/3 unorderedmap.cpp -------------------------------------------------------------------------------- /CodeLibrary/6 Other/4 插头DP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/6 Other/4 插头DP.cpp -------------------------------------------------------------------------------- /CodeLibrary/6 Other/5 压位LCS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/6 Other/5 压位LCS.cpp -------------------------------------------------------------------------------- /CodeLibrary/6 Other/6 bitset区间询问.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/6 Other/6 bitset区间询问.cpp -------------------------------------------------------------------------------- /CodeLibrary/6 Other/7 转转转.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/6 Other/7 转转转.cpp -------------------------------------------------------------------------------- /CodeLibrary/6 Other/8 Time-travel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/6 Other/8 Time-travel.cpp -------------------------------------------------------------------------------- /CodeLibrary/ForProjectEuler/PEmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/CodeLibrary/ForProjectEuler/PEmath.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/README.md -------------------------------------------------------------------------------- /Repositories/BZOJ/1036 树的统计.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/1036 树的统计.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/1146 网络管理 (stree+pstree).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/1146 网络管理 (stree+pstree).cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/1146 网络管理.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/1146 网络管理.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/1901 BIT套Fstree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/1901 BIT套Fstree.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/1901 BIT套Fstree在线.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/1901 BIT套Fstree在线.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/2002 弹飞绵羊.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/2002 弹飞绵羊.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/2115 Xor和路径.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/2115 Xor和路径.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/2243 染色.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/2243 染色.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/2324 营救皮卡丘.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/2324 营救皮卡丘.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/2636 crisis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/2636 crisis.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/2763 飞行路线.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/2763 飞行路线.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/2875 随机数生成器.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/2875 随机数生成器.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/3196 二逼平衡树.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/3196 二逼平衡树.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/3223 文艺平衡树.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/3223 文艺平衡树.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/3224 普通平衡树.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/3224 普通平衡树.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/3245 最快路线.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/3245 最快路线.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/3252 攻略.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/3252 攻略.cpp -------------------------------------------------------------------------------- /Repositories/BZOJ/3339 Rmq Problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/BZOJ/3339 Rmq Problem.cpp -------------------------------------------------------------------------------- /Repositories/HDU/2475 - Box (splay tree).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/HDU/2475 - Box (splay tree).cpp -------------------------------------------------------------------------------- /Repositories/HDU/3727 - Jewel (fstree).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/HDU/3727 - Jewel (fstree).cpp -------------------------------------------------------------------------------- /Repositories/POJ/3123(SteinerTree).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/POJ/3123(SteinerTree).cpp -------------------------------------------------------------------------------- /Repositories/POJ/3145.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/POJ/3145.cpp -------------------------------------------------------------------------------- /Repositories/Topcoder/SRM601/WinterAndPresents.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/Topcoder/SRM601/WinterAndPresents.cpp -------------------------------------------------------------------------------- /Repositories/Topcoder/SRM601/WinterAndSnowmen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/Topcoder/SRM601/WinterAndSnowmen.cpp -------------------------------------------------------------------------------- /Repositories/Topcoder/SRM602/PilingRectsDiv1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/Topcoder/SRM602/PilingRectsDiv1.cpp -------------------------------------------------------------------------------- /Repositories/Topcoder/SRM602/TypoCoderDiv1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/Topcoder/SRM602/TypoCoderDiv1.cpp -------------------------------------------------------------------------------- /Repositories/Topcoder/SRM607/PalindromicSubstringsDiv1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/Topcoder/SRM607/PalindromicSubstringsDiv1.cpp -------------------------------------------------------------------------------- /Repositories/Topcoder/SRM613/RandomGCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/Topcoder/SRM613/RandomGCD.cpp -------------------------------------------------------------------------------- /Repositories/Topcoder/SRM613/TaroFriends.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/Topcoder/SRM613/TaroFriends.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10003 - Cutting Sticks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10003 - Cutting Sticks.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10391 - Compound Words.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10391 - Compound Words.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10730 - Antiarithmetic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10730 - Antiarithmetic.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1076 - Password Suspects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1076 - Password Suspects.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10780 - Again Prime No Time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10780 - Again Prime No Time.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10791 - Minimum Sum LCM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10791 - Minimum Sum LCM.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10829 - L-Gap Substrings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10829 - L-Gap Substrings.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10887 - Concatenation of Languages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10887 - Concatenation of Languages.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10892 - LCM Cardinality.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10892 - LCM Cardinality.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10943 - How do you add.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10943 - How do you add.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/10969 - Sweet Dream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/10969 - Sweet Dream.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11019 - Matrix Matcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11019 - Matrix Matcher.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11107 - Life Forms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11107 - Life Forms.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11177 - Fighting Against a Polygonal Monster.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11177 - Fighting Against a Polygonal Monster.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11361 - Investigating Div-Sum Property.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11361 - Investigating Div-Sum Property.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11388 - GCD LCM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11388 - GCD LCM.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11461 - Square Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11461 - Square Numbers.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11468 - Substring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11468 - Substring.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11475 - Extend to Palindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11475 - Extend to Palindrome.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11489 - Integer Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11489 - Integer Game.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11536 - Smallest Sub-Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11536 - Smallest Sub-Array.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11600 - Masud Rana.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11600 - Masud Rana.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11796 - Dog Distance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11796 - Dog Distance.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11888 - Abnormal 89's.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11888 - Abnormal 89's.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11889 - Benefit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11889 - Benefit.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11990 - Dynamic Inversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11990 - Dynamic Inversion.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/11994 - Happy Painting!.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/11994 - Happy Painting!.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/12003 - Array Transformer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/12003 - Array Transformer.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/12050 - Palindrome Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/12050 - Palindrome Numbers.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/12235 - Help Bubu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/12235 - Help Bubu.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/12304 - 2D Geometry 110 in 1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/12304 - 2D Geometry 110 in 1.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/12338 - Anti-Rhyme Pairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/12338 - Anti-Rhyme Pairs.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/12345 - Dynamic len(set(a[LR])).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/12345 - Dynamic len(set(a[LR])).cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1264 - Binary Search Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1264 - Binary Search Tree.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1308 - Viva Confetti.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1308 - Viva Confetti.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1312 - Cricket-Field.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1312 - Cricket-Field.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1315 - Crazy tea party.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1315 - Crazy tea party.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1319 - Maximum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1319 - Maximum.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1342 - That Nice Euler Circuit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1342 - That Nice Euler Circuit.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1347 - Tour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1347 - Tour.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1365 - Wild West.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1365 - Wild West.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1399 - Puzzle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1399 - Puzzle.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1402 - Robotic Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1402 - Robotic Sort.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1407 - Cave.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1407 - Cave.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1417 - Traffic Jam.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1417 - Traffic Jam.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1427 - Parade.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1427 - Parade.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1449 - Dominating Patterns.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1449 - Dominating Patterns.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1451 - Average.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1451 - Average.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1471 - Defense Lines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1471 - Defense Lines.cpp -------------------------------------------------------------------------------- /Repositories/UVa-Online-Judge/1519 - Dictionary Size.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/UVa-Online-Judge/1519 - Dictionary Size.cpp -------------------------------------------------------------------------------- /Repositories/ZOJ/2334 - Monkey King.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/ZOJ/2334 - Monkey King.cpp -------------------------------------------------------------------------------- /Repositories/ZOJ/3686 - A Simple Tree Problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/ZOJ/3686 - A Simple Tree Problem.cpp -------------------------------------------------------------------------------- /Repositories/ZOJ/3749 - Chameleon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/ZOJ/3749 - Chameleon.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Mar-2014-challenge/ANUGCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Mar-2014-challenge/ANUGCD.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Mar-2014-challenge/BINTOUR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Mar-2014-challenge/BINTOUR.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Mar-2014-challenge/GERALD07.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Mar-2014-challenge/GERALD07.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Mar-2014-challenge/MIKE3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Mar-2014-challenge/MIKE3.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Mar-2014-challenge/PROSUM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Mar-2014-challenge/PROSUM.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Mar-2014-challenge/SSTORY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Mar-2014-challenge/SSTORY.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Mar-2014-challenge/STREETTA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Mar-2014-challenge/STREETTA.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Mar-2014-challenge/TMSLT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Mar-2014-challenge/TMSLT.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Mar-2014-challenge/WALK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Mar-2014-challenge/WALK.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Oct-2013-challenge/ARRGAME2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Oct-2013-challenge/ARRGAME2.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Oct-2013-challenge/CAOS3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Oct-2013-challenge/CAOS3.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Oct-2013-challenge/HELPLIRA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Oct-2013-challenge/HELPLIRA.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Oct-2013-challenge/KMHAMHA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Oct-2013-challenge/KMHAMHA.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Oct-2013-challenge/LEBAMBOO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Oct-2013-challenge/LEBAMBOO.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Oct-2013-challenge/MAANDI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Oct-2013-challenge/MAANDI.cpp -------------------------------------------------------------------------------- /Repositories/codechef/Oct-2013-challenge/SEATRSF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/codechef/Oct-2013-challenge/SEATRSF.cpp -------------------------------------------------------------------------------- /Repositories/sgu/131.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/131.cpp -------------------------------------------------------------------------------- /Repositories/sgu/132.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/132.cpp -------------------------------------------------------------------------------- /Repositories/sgu/194.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/194.cpp -------------------------------------------------------------------------------- /Repositories/sgu/195.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/195.cpp -------------------------------------------------------------------------------- /Repositories/sgu/197.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/197.cpp -------------------------------------------------------------------------------- /Repositories/sgu/198.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/198.cpp -------------------------------------------------------------------------------- /Repositories/sgu/200.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/200.cpp -------------------------------------------------------------------------------- /Repositories/sgu/201.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/201.java -------------------------------------------------------------------------------- /Repositories/sgu/202.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/202.cpp -------------------------------------------------------------------------------- /Repositories/sgu/203.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/203.cpp -------------------------------------------------------------------------------- /Repositories/sgu/204.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/204.cpp -------------------------------------------------------------------------------- /Repositories/sgu/205.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/205.cpp -------------------------------------------------------------------------------- /Repositories/sgu/206.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/206.cpp -------------------------------------------------------------------------------- /Repositories/sgu/208.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/208.java -------------------------------------------------------------------------------- /Repositories/sgu/209.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/209.cpp -------------------------------------------------------------------------------- /Repositories/sgu/210.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/210.cpp -------------------------------------------------------------------------------- /Repositories/sgu/211.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/211.cpp -------------------------------------------------------------------------------- /Repositories/sgu/212.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/212.cpp -------------------------------------------------------------------------------- /Repositories/sgu/213.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/213.cpp -------------------------------------------------------------------------------- /Repositories/sgu/214.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/214.cpp -------------------------------------------------------------------------------- /Repositories/sgu/215.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/215.cpp -------------------------------------------------------------------------------- /Repositories/sgu/216.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/216.cpp -------------------------------------------------------------------------------- /Repositories/sgu/217.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/217.cpp -------------------------------------------------------------------------------- /Repositories/sgu/220.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/220.cpp -------------------------------------------------------------------------------- /Repositories/sgu/221.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/221.java -------------------------------------------------------------------------------- /Repositories/sgu/228.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/228.cpp -------------------------------------------------------------------------------- /Repositories/sgu/236.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/236.cpp -------------------------------------------------------------------------------- /Repositories/sgu/239.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/239.cpp -------------------------------------------------------------------------------- /Repositories/sgu/248.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/248.cpp -------------------------------------------------------------------------------- /Repositories/sgu/249.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/249.cpp -------------------------------------------------------------------------------- /Repositories/sgu/253.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/253.cpp -------------------------------------------------------------------------------- /Repositories/sgu/255.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/255.cpp -------------------------------------------------------------------------------- /Repositories/sgu/256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/256.cpp -------------------------------------------------------------------------------- /Repositories/sgu/260.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/260.cpp -------------------------------------------------------------------------------- /Repositories/sgu/269.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/269.java -------------------------------------------------------------------------------- /Repositories/sgu/271.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/271.cpp -------------------------------------------------------------------------------- /Repositories/sgu/273.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/273.cpp -------------------------------------------------------------------------------- /Repositories/sgu/274.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/274.cpp -------------------------------------------------------------------------------- /Repositories/sgu/275.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/275.cpp -------------------------------------------------------------------------------- /Repositories/sgu/281.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/281.cpp -------------------------------------------------------------------------------- /Repositories/sgu/300.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/300.cpp -------------------------------------------------------------------------------- /Repositories/sgu/301.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/301.cpp -------------------------------------------------------------------------------- /Repositories/sgu/302.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/302.cpp -------------------------------------------------------------------------------- /Repositories/sgu/304.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/304.cpp -------------------------------------------------------------------------------- /Repositories/sgu/310.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/310.cpp -------------------------------------------------------------------------------- /Repositories/sgu/316.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/316.cpp -------------------------------------------------------------------------------- /Repositories/sgu/317.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/317.cpp -------------------------------------------------------------------------------- /Repositories/sgu/318.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/318.cpp -------------------------------------------------------------------------------- /Repositories/sgu/337.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/337.cpp -------------------------------------------------------------------------------- /Repositories/sgu/339.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/339.cpp -------------------------------------------------------------------------------- /Repositories/sgu/344.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/344.cpp -------------------------------------------------------------------------------- /Repositories/sgu/346.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/346.cpp -------------------------------------------------------------------------------- /Repositories/sgu/354.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/354.cpp -------------------------------------------------------------------------------- /Repositories/sgu/355.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/355.cpp -------------------------------------------------------------------------------- /Repositories/sgu/356.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/356.java -------------------------------------------------------------------------------- /Repositories/sgu/357.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/357.cpp -------------------------------------------------------------------------------- /Repositories/sgu/359.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/359.cpp -------------------------------------------------------------------------------- /Repositories/sgu/360.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/360.cpp -------------------------------------------------------------------------------- /Repositories/sgu/361.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/361.cpp -------------------------------------------------------------------------------- /Repositories/sgu/362.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/362.cpp -------------------------------------------------------------------------------- /Repositories/sgu/363.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/363.cpp -------------------------------------------------------------------------------- /Repositories/sgu/364.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/364.cpp -------------------------------------------------------------------------------- /Repositories/sgu/365.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/365.cpp -------------------------------------------------------------------------------- /Repositories/sgu/366.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/366.cpp -------------------------------------------------------------------------------- /Repositories/sgu/367.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/367.cpp -------------------------------------------------------------------------------- /Repositories/sgu/368.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/368.cpp -------------------------------------------------------------------------------- /Repositories/sgu/369.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/369.cpp -------------------------------------------------------------------------------- /Repositories/sgu/370.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/370.cpp -------------------------------------------------------------------------------- /Repositories/sgu/374.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/374.java -------------------------------------------------------------------------------- /Repositories/sgu/375.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/375.cpp -------------------------------------------------------------------------------- /Repositories/sgu/377.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/377.java -------------------------------------------------------------------------------- /Repositories/sgu/398.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/398.cpp -------------------------------------------------------------------------------- /Repositories/sgu/409.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/409.cpp -------------------------------------------------------------------------------- /Repositories/sgu/410.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/410.cpp -------------------------------------------------------------------------------- /Repositories/sgu/411.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/411.cpp -------------------------------------------------------------------------------- /Repositories/sgu/415.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/415.cpp -------------------------------------------------------------------------------- /Repositories/sgu/444.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/444.cpp -------------------------------------------------------------------------------- /Repositories/sgu/458.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/458.cpp -------------------------------------------------------------------------------- /Repositories/sgu/478.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/478.cpp -------------------------------------------------------------------------------- /Repositories/sgu/479.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/479.cpp -------------------------------------------------------------------------------- /Repositories/sgu/484.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/484.cpp -------------------------------------------------------------------------------- /Repositories/sgu/488.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/488.cpp -------------------------------------------------------------------------------- /Repositories/sgu/492.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/492.cpp -------------------------------------------------------------------------------- /Repositories/sgu/495.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/495.cpp -------------------------------------------------------------------------------- /Repositories/sgu/496.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/496.cpp -------------------------------------------------------------------------------- /Repositories/sgu/504.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/504.cpp -------------------------------------------------------------------------------- /Repositories/sgu/505.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/505.cpp -------------------------------------------------------------------------------- /Repositories/sgu/507.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/507.cpp -------------------------------------------------------------------------------- /Repositories/sgu/514.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/514.cpp -------------------------------------------------------------------------------- /Repositories/sgu/518.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/518.cpp -------------------------------------------------------------------------------- /Repositories/sgu/519.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/519.cpp -------------------------------------------------------------------------------- /Repositories/sgu/520.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/520.cpp -------------------------------------------------------------------------------- /Repositories/sgu/531.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/Repositories/sgu/531.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-01/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-01/A.py -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-01/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-01/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-01/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-01/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-01/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-01/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-01/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-01/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-01/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-01/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-01/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-01/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-01/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-01/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-02/A.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-02/A.java -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-02/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-02/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-02/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-02/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-02/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-02/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-02/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-02/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-02/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-02/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-02/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-02/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-02/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-02/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-03/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-03/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-03/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-03/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-03/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-03/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-03/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-03/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-03/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-03/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-03/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-03/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-03/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-03/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-03/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-03/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-04/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-04/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-04/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-04/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-04/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-04/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-04/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-04/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-04/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-04/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-04/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-04/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-04/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-04/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-02-04/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-02-04/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-13/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-13/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-14/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-14/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-14/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-14/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-14/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-14/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-14/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-14/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-14/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-14/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-14/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-14/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-14/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-14/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-14/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-14/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-21/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-21/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-21/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-21/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-21/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-21/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-21/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-21/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-21/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-21/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-21/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-21/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-21/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-21/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-21/L.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-21/L.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-22/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-22/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-22/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-22/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-22/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-22/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-22/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-22/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-22/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-22/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-22/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-22/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-22/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-22/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-22/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-22/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-22/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-22/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-24/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-24/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-24/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-24/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-24/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-24/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-24/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-24/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-24/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-24/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-24/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-24/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-28/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-28/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-28/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-28/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-28/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-28/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-28/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-28/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-28/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-28/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-28/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-28/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-28/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-28/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-28/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-28/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-29/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-29/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-29/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-29/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-29/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-29/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-29/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-29/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-29/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-29/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-29/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-29/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-29/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-29/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-29/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-29/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-29/L.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-29/L.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-31/B.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-31/B.java -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-31/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-31/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-31/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-31/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-31/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-31/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-31/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-31/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-03-31/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-03-31/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-04/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-04/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-04/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-04/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-04/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-04/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-04/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-04/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-04/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-04/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-04/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-04/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-05/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-05/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-07/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-07/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-07/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-07/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-07/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-07/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-07/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-07/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-07/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-07/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-07/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-07/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-12/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-12/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-12/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-12/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-12/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-12/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-12/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-12/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-12/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-12/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-14/L.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-14/L.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-18/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-18/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-18/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-18/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-18/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-18/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-18/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-18/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-18/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-18/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-21/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-21/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-21/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-21/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-21/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-21/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-21/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-21/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-21/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-21/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-21/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-21/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-21/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-21/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-21/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-21/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-04-28/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-04-28/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-05/L.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-05/L.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-06/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-06/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-08/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-08/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-08/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-08/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-08/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-08/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-08/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-08/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-08/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-08/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-08/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-08/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-08/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-08/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-08/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-08/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-08/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-08/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-12/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-12/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-12/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-12/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-12/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-12/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-12/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-12/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-12/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-12/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-12/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-12/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-13/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-13/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-13/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-13/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-13/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-13/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-13/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-13/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-13/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-13/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-05-13/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-05-13/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/L.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/L.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-13/M.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-13/M.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/L.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/L.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-19/M.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-19/M.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-20/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-20/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-20/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-20/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-20/C.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-20/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-20/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-20/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-20/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-20/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-20/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-20/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-20/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-20/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-20/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-20/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-20/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/E.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-26/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-26/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-27/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-27/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-27/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-27/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/E.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-27/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-27/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-27/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-27/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-09-27/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-09-27/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-01/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-01/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-02/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-02/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-02/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-02/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-02/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-02/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-02/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-02/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-02/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-02/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-02/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-02/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-02/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-02/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/L.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/L.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-03/M.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-03/M.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-04/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-04/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-05/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-05/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-05/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-05/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-05/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-05/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-05/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-05/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-05/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-05/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-05/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-05/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-05/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-05/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-05/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-05/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-06/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-06/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-06/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-06/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-06/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-06/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-06/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-06/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-06/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-06/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-06/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-06/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-06/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-06/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-06/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-06/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-10-07/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-10-07/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/b.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/c.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/h.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/h.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/i.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-05/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-05/k.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/b.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/c.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/k.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-06/l.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-06/l.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/b.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/c.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/h.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/h.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/i.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/k.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-08/l.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-08/l.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/b.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/c.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/h.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/h.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/i.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2015-12-09/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2015-12-09/k.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/b.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/c.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/h.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/h.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/i.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/k.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-17/l.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-17/l.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/b.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/h.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/h.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/i.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/k.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-18/l.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-18/l.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-22/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-22/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-22/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-22/c.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-22/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-22/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-22/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-22/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-22/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-22/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-22/h.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-22/h.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-22/i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-22/i.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-22/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-22/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-01-22/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-01-22/k.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-05/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-05/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-05/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-05/b.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-05/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-05/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-05/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-05/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-05/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-05/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-05/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-05/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-05/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-05/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/b.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/c.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/h.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/h.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/i.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/k.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/l.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/l.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-08/m.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-08/m.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-12/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-12/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-12/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-12/c.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-12/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-12/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-12/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-12/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-12/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-12/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-12/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-12/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-12/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-12/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/a.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/b.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/c.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/d.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/e.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/e.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/f.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/g.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/g.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/h.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/h.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/i.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/j.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/j.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/k.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/l.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/l.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/2016-03-13/m.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/2016-03-13/m.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Daejeon/L.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Daejeon/L.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Fukuoka/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Fukuoka/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Fukuoka/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Fukuoka/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Fukuoka/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Fukuoka/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Fukuoka/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Fukuoka/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Fukuoka/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Fukuoka/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Fukuoka/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Fukuoka/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Fukuoka/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Fukuoka/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Fukuoka/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Fukuoka/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-NEERC/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-NEERC/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-NEERC/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-NEERC/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-NEERC/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-NEERC/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-NEERC/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-NEERC/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-NEERC/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-NEERC/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-NEERC/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-NEERC/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-NEERC/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-NEERC/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-NEERC/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-NEERC/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Phuket/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Phuket/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Phuket/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Phuket/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Phuket/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Phuket/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Phuket/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Phuket/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Phuket/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Phuket/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Phuket/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Phuket/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Phuket/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Phuket/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Phuket/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Phuket/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2011-Phuket/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2011-Phuket/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Dhaka/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Dhaka/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Dhaka/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Dhaka/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Dhaka/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Dhaka/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Dhaka/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Dhaka/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Dhaka/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Dhaka/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Dhaka/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Dhaka/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Dhaka/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Dhaka/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Dhaka/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Dhaka/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-NEERC/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-NEERC/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-NEERC/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-NEERC/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-NEERC/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-NEERC/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-NEERC/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-NEERC/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-NEERC/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-NEERC/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-NEERC/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-NEERC/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-NEERC/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-NEERC/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-NEERC/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-NEERC/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-NEERC/L.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-NEERC/L.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Tokyo/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Tokyo/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Tokyo/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Tokyo/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Tokyo/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Tokyo/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Tokyo/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Tokyo/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Tokyo/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Tokyo/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Tokyo/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Tokyo/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Tokyo/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Tokyo/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Tokyo/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Tokyo/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2012-Tokyo/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2012-Tokyo/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Aizu/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Aizu/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Aizu/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Aizu/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Aizu/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Aizu/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Aizu/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Aizu/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Aizu/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Aizu/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Aizu/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Aizu/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Aizu/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Aizu/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Dhaka/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Dhaka/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Jakarta/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Jakarta/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Jakarta/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Jakarta/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Jakarta/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Jakarta/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Jakarta/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Jakarta/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Jakarta/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Jakarta/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Jakarta/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Jakarta/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Jakarta/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Jakarta/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Jakarta/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Jakarta/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Jakarta/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Jakarta/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-LatinAmerica/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-LatinAmerica/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-NEERC/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-NEERC/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-NEERC/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-NEERC/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-NEERC/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-NEERC/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-NEERC/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-NEERC/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-NEERC/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-NEERC/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-NEERC/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-NEERC/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-NEERC/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-NEERC/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-NEERC/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-NEERC/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-NEERC/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-NEERC/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Tehran/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Tehran/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Tehran/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Tehran/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Tehran/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Tehran/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Tehran/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Tehran/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Tehran/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Tehran/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Tehran/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Tehran/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Tehran/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Tehran/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2013-Tehran/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2013-Tehran/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Shanghai/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Shanghai/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Shanghai/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Shanghai/K.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/B.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/D.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an-Invitational/J.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an/A.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an/C.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an/E.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an/F.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an/G.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an/H.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an/I.cpp -------------------------------------------------------------------------------- /TheWaySoFar-Training/Previous/2014-Xi'an/K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sd-Invol/shoka/HEAD/TheWaySoFar-Training/Previous/2014-Xi'an/K.cpp --------------------------------------------------------------------------------