gitextract_qxpdei06/ ├── .gitattributes ├── .gitignore ├── 1.Template.py ├── Atcoder/ │ ├── abc175/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── abc176/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── abc177/ │ │ ├── A.py │ │ └── B.py │ ├── abc184/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── arc104/ │ │ ├── A.py │ │ └── B.py │ └── arc110/ │ └── A.py ├── CODECHEF/ │ ├── Ciel and A-B Problem.c │ ├── Ciel and A-B Problem.o │ ├── Cleaning Up.c │ ├── Cleaning Up.o │ ├── Lapindromes.c │ ├── Racing Horses.c │ ├── Racing Horses.o │ ├── Sums is a Triangle.c │ └── Sums is a Triangle.o ├── CODEFORCES/ │ ├── C/ │ │ ├── 112A-Petya & Strings.cpp │ │ ├── 118A. String Task.c │ │ ├── 118A. String Task.cpp │ │ ├── 118A. String Task.o │ │ ├── 12A.Super Agent.c │ │ ├── 12A.Super Agent.o │ │ ├── 13A.numbers.c │ │ ├── 13A.numbers.o │ │ ├── 158A - Next Round.cpp │ │ ├── 1A-Theatre Square.c │ │ ├── 20-21 ICPC, NERC (Mirror)/ │ │ │ ├── C.py │ │ │ ├── E.cpp │ │ │ └── N.cpp │ │ ├── 231A-Team.cpp │ │ ├── 282A-Bit++.cpp │ │ ├── 2A.cpp │ │ ├── 2A.o │ │ ├── 3A.cpp │ │ ├── 3A.o │ │ ├── 428,div 2/ │ │ │ ├── A.Arya and Bran.c │ │ │ └── A.Arya and Bran.o │ │ ├── 429,div 2/ │ │ │ └── A.c │ │ ├── 433,div 2/ │ │ │ ├── A.Fraction.c │ │ │ └── A.Fraction.o │ │ ├── 458,div 1+2/ │ │ │ ├── A.cpp │ │ │ └── A.o │ │ ├── 459 (Div. 2)/ │ │ │ ├── A. Eleven.cpp │ │ │ ├── A. Eleven.o │ │ │ └── A. Eleven2.o │ │ ├── 463(1+2)/ │ │ │ ├── A.Palidromic Supersequence.cpp │ │ │ ├── A.Palidromic Supersequence.o │ │ │ ├── B. Recursive Queries.cpp │ │ │ └── B. Recursive Queries.o │ │ ├── 465,div 2/ │ │ │ ├── A. Fafa and his Company.cpp │ │ │ ├── A. Fafa and his Company.o │ │ │ ├── B. Fafa and the Gates.cpp │ │ │ └── B. Fafa and the Gates.o │ │ ├── 478A-Initial Bet.cpp │ │ ├── 4A-dividing watermelon.c │ │ ├── 4A.Chat Server's Outgoing Traffic.c │ │ ├── 50A-Domino Piling.c │ │ ├── 677A-Vanya and Fence.cpp │ │ ├── 6A.triangle.cpp │ │ ├── 6A.triangle.o │ │ ├── 705A-Hulk.cpp │ │ ├── 71A. Way Too Long Words.cpp │ │ ├── 7A. Kalevitch and Chess.cpp │ │ ├── 7A. Kalevitch and Chess.o │ │ ├── 8A. Train and Peter.cpp │ │ ├── 8A. Train and Peter.o │ │ ├── 96A-Football.cpp │ │ ├── A.cpp │ │ ├── A.o │ │ ├── Edu 38(div 2)/ │ │ │ ├── A. Word Correction.cpp │ │ │ └── A. Word Correction.o │ │ ├── Edu 39(div 2)/ │ │ │ ├── A.cpp │ │ │ ├── A.o │ │ │ ├── B.cpp │ │ │ └── B.o │ │ ├── Practice - ECPC 2019/ │ │ │ ├── 307919A_T2.cpp │ │ │ ├── 307919B.cpp │ │ │ ├── 307919G.cpp │ │ │ ├── 307919J_T2.cpp │ │ │ ├── 307919K.cpp │ │ │ ├── 307919M.cpp │ │ │ └── 307919N.cpp │ │ ├── Untitled1.c │ │ ├── Untitled1.o │ │ ├── char in 2D.c │ │ └── char in 2D.o │ └── Python/ │ ├── 1.Template.py │ ├── 110A. Nearly Lucky Number.py │ ├── 116A. Tram.py │ ├── 118B. Present from Lena.py │ ├── 122A. Lucky Division.py │ ├── 122A.py │ ├── 124A. The number of positions.py │ ├── 131A. cAPS lOCK.py │ ├── 1331A. HQ9+.py │ ├── 1341A. Nastya and Rice.py │ ├── 1343A. Candies.py │ ├── 1343B.py │ ├── 1351A. A+B (Trial Problem).py │ ├── 1352B. Square.py │ ├── 139A. Petr and Book.py │ ├── 13A.py │ ├── 149A. Business trip.py │ ├── 158B. Taxi.py │ ├── 160A. Twins.py │ ├── 165A. Supercentral Point.py │ ├── 199A. Hexadecimal's theorem.py │ ├── 205A. Little Elephant and Rozdil.py │ ├── 208A. Dubstep.py │ ├── 214A. System of Equations.py │ ├── 215A. Bicycle Chain.py │ ├── 219A. k-String.py │ ├── 221A. Little Elephant and Function.py │ ├── 222A. Shooshuns and Sequence.py │ ├── 227B. Effective Approach.py │ ├── 230A. Dragons.py │ ├── 236A.py │ ├── 266A. Stones on the Table.py │ ├── 266B. Queue at the School.py │ ├── 272A. Dima and Friends.py │ ├── 276B. Little Girl and Game.py │ ├── 281A. Word Capitalization.py │ ├── 298B. Sail.py │ ├── 318A. Even Odds.py │ ├── 320A. Magic Numbers.py │ ├── 339B. Xenia and Ringroad.py │ ├── 34A. Reconnaissance 2.py │ ├── 34B. Sale.py │ ├── 352A. Jeff and Digits.py │ ├── 352B. Jeff and Periods.py │ ├── 41A. Translation.py │ ├── 43A. Football.py │ ├── 445A. DZY Loves Chessboard.py │ ├── 459B. Pashmak and Flowers.py │ ├── 467A. George and Accommodation.py │ ├── 546A. Soldier and Bananas.py │ ├── 580A. Kefa and First Steps.py │ ├── 58A. Chat room.py │ ├── 599A. Patrick and Shopping.py │ ├── 59A. Word.py │ ├── 625B. War of the Corporations.py │ ├── 630C. Lucky Numbers.py │ ├── 638 (Div. 2)/ │ │ ├── 1348A.py │ │ └── 1348B.py │ ├── 639 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 640 (Div. 4)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D. Alice, Bob and Candies.py │ ├── 641 (Div. 2)/ │ │ └── A.py │ ├── 642 (Div. 3)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── 643 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 644 (Div. 3)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── 645 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 646 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 647 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 648 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 649 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 650 (Div. 3)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ ├── D.py │ │ └── Python.lnk │ ├── 651 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── 652 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── 653 (Div. 3)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ ├── D.py │ │ └── E1.py │ ├── 654 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 655 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 656 (Div. 3)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── 657 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── 658 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C1.py │ ├── 659 (Div. 2)/ │ │ └── A.py │ ├── 660 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 661 (Div. 3)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 662 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 663 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 664 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 665 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 666 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 667 (Div. 3)/ │ │ ├── A.py │ │ └── C.py │ ├── 668 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 669 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 670 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 671 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 672 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 685 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 686 (Div. 3)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 688 (Div. 2)/ │ │ └── A.py │ ├── 690 (Div. 3)/ │ │ ├── A.py │ │ └── C.py │ ├── 691 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 692 (Div. 2, based on Technocup 2021 Elimination Round 3)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 693 (Div. 3)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── 694 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 695 (Div. 2)/ │ │ └── A.py │ ├── 696 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── 697 (Div. 3)/ │ │ ├── A.py │ │ └── B.py │ ├── 698 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 699 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 69A.py │ ├── 700 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 705 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── 733A. Grasshopper And the String.py │ ├── 734A. Anton and Danik.py │ ├── 791A. Bear and Big Brother.py │ ├── 946B.py │ ├── 977A. Wrong Subtraction.py │ ├── A. Beautiful Matrix.py │ ├── A. Bit++.py │ ├── A. Domino piling.py │ ├── A. Helpful Maths.py │ ├── A. Next Round.py │ ├── A. Petya and Strings.py │ ├── A. Too Long Words.py │ ├── A. Watermelon.py │ ├── DP/ │ │ └── 1369D.py │ ├── Dictionary/ │ │ └── 450A. Jzzhu and Children.py │ ├── Edu 100 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── Edu 102 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── Edu 103 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── Edu 86 (Div. 2)/ │ │ ├── 1342A. Road To Zero.py │ │ ├── 1342B. Binary Period.py │ │ └── 266B. Queue at the School.py │ ├── Edu 87 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C1. Simple Polygon Embedding.py │ │ └── C2. Not So Simple Polygon Embedding.py │ ├── Edu 88 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── Edu 89 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── Edu 90 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── Edu 91 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── Edu 92 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── Edu 93 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── Edu 94 (Div. 2)/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── Edu 95 (Div. 2)/ │ │ ├── A.py │ │ └── B.py │ ├── Global Round 10/ │ │ ├── A.py │ │ ├── B.py │ │ ├── C.py │ │ └── D.py │ ├── Global Round 12/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── Global Round 8/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── Global Round 9/ │ │ ├── A.py │ │ ├── B.py │ │ └── C.py │ ├── ICPC Challenge 2020 Practice/ │ │ ├── A.py │ │ ├── A.txt │ │ └── sort.in │ └── Notes.txt ├── CSAcademy/ │ ├── 69 (Div 2)/ │ │ ├── Pokemon Fights.cpp │ │ └── Pokemon Fights.o │ ├── Frequent Numbers.c │ ├── Frequent Numbers.o │ ├── Round 47/ │ │ ├── Adjacent Vowels.c │ │ ├── Adjacent Vowels.o │ │ └── Consecutive Sum.c │ ├── Round 65/ │ │ ├── Encipherment.cpp │ │ └── Encipherment.o │ ├── Round 68(div 2)/ │ │ ├── A. String Concat.cpp │ │ └── A. String Concat.o │ └── Square Cover.c ├── GeeksForGeeks/ │ ├── Count the triplets.py │ ├── Subarray with given sum.py │ └── Triplets again.py ├── Hackerearth/ │ ├── Algorithm/ │ │ └── Graph/ │ │ └── Stay Healthy! Greedy.py │ ├── August Circuits '20/ │ │ └── Anti-palindrome strings.py │ ├── Basic Number Theory-1/ │ │ ├── Can you Guess.py │ │ ├── Love Triangle.py │ │ ├── Panda and Chain Reaction.py │ │ ├── Primen't Divisors.py │ │ └── Tutorial Code.py │ ├── January Circuits '21/ │ │ ├── A chessboard.py │ │ ├── Replace the strings.py │ │ ├── Scoreboard queries.py │ │ └── The GCD Function.py │ └── Notes.txt ├── LIGHTOJ/ │ ├── 1000.c │ ├── 1000.o │ ├── 1001.c │ ├── 1001.o │ ├── 1006.c │ ├── 1006.o │ ├── 1030.cpp │ ├── 1225.cpp │ ├── 1225.o │ ├── 1354 - IP Checking.py │ ├── 1433. Minimum Arc Distance.cpp │ ├── 1433. Minimum Arc Distance.o │ └── Python/ │ ├── 1027.A Dangerous Maze.py │ ├── 1030.Discovering Gold.py │ ├── 1038. Race 1 Again.py │ └── 1225. Palindromic Numbers (II).py ├── LeetCode/ │ ├── 1. Two Sum.py │ ├── 1108. Defanging an IP Address.py │ ├── 1379. Find a Corresponding Node of a Binary Tree in a Clone of That Tree.py │ ├── 1480. Running Sum of 1d Array.py │ ├── 1689. Partitioning Into Minimum Number Of Deci-Binary Numbers.py │ ├── 1791. Find Center of Star Graph.py │ ├── 1971. Find if Path Exists in Graph.py │ ├── 2011. Final Value of Variable After Performing Operations.py │ ├── 2114. Maximum Number of Words Found in Sentences.py │ ├── 2236. Root Equals Sum of Children.py │ ├── 3110. Score of a String.py │ ├── 535. Encode and Decode TinyURL.py │ ├── 617. Merge Two Binary Trees.py │ ├── 724. Find Pivot Index.py │ ├── 771. Jewels and Stones.py │ ├── 9. Palindrome Number.py │ ├── 938. Range Sum of BST.py │ ├── 94. Binary Tree Inorder Traversal.py │ └── 997. Find the Town Judge.py ├── Notes.txt ├── README.md ├── Toph/ │ └── SELISE Coding Challenge 2020/ │ ├── A.py │ ├── B.py │ ├── C.py │ ├── D.py │ ├── E.py │ ├── F.py │ ├── G.py │ ├── H.py │ └── J.py ├── UVA/ │ ├── 10334 - Ray Through Glasses.cpp │ ├── 10334 - Ray Through Glasses.o │ ├── 10334 - Ray Through Glasses.py │ ├── 10407 - Simple division.py │ ├── 11388 - GCD LCM.py │ ├── 11417 - GCD.py │ ├── 11572 - Unique Snowflakes.py │ ├── 1433. Minimum Arc Distance.py │ ├── 495 - Fibonacci Freeze.py │ ├── 900 - Brick Wall Patterns.py │ └── Notes.txt └── Vjudge/ ├── RAPL Round 1(376797)/ │ ├── A.py │ ├── B.py │ ├── C.py │ ├── D.py │ └── E.py ├── RAPL TFC__(413583)/ │ ├── A.py │ └── C.py ├── TFC - 2/ │ └── E.cpp ├── TFC3/ │ ├── C.py │ └── D.py └── Team Practice Contest(419090)/ └── B.py