├── A ├── AddOddOrSubtractEven.py ├── AgainTwentyFive.py ├── AmusingJoke.py ├── AntonAndDanik.py ├── AntonAndLetters.py ├── AntonAndPolyhedrons.py ├── ArrayWithOddSum.py ├── ArrivalOfTheGeneral.py ├── BachgoldProblem.py ├── BearAndBigBrother.py ├── BeautifulMatrix.py ├── BeautifulYear.py ├── Bit++.py ├── BlackSquare.py ├── BoringApartments.py ├── BoyOrGirl.py ├── Brain'sPhotos.py ├── BuyAShovel.py ├── CalculatingFunction.py ├── Candies.py ├── CandiesAndTwoSisters.py ├── CapsLock.py ├── CardsForFriends.py ├── ChatRoom.py ├── CheapTravel.py ├── ChoosingTeams.py ├── CollectingCoins.py ├── ConstructTheString.py ├── DesignTutorialLearnFromMath.py ├── DieRoll.py ├── DislikeOfThrees.py ├── DivisibilityProblem.py ├── DoNotBeDistracted!.py ├── DominoPiling.py ├── Dragons.py ├── Dubstep.py ├── Elephant.py ├── EvenOdds.py ├── Expression.py ├── FafaAndHisCompany.py ├── FancyFence.py ├── FashionabLee.py ├── FavoriteSequence.py ├── FlippingGame.py ├── FloorNumber.py ├── Football.py ├── FoxAndSnake.py ├── GameWithSticks.py ├── Games.py ├── GennadyAndACardGame.py ├── GeorgeAndAccommodation.py ├── GravityFlip.py ├── HQ9+.py ├── HitTheLottery.py ├── HolidayOfEquality.py ├── Hulk.py ├── IQtest.py ├── IWannaBeTheGuy.py ├── I_love_%username%.py ├── IlyaAndBankAccount.py ├── InSearchOfAnEasyProblem.py ├── InsomniaCure.py ├── IsYourHorseShoeOnTheOtherHoof.py ├── KefaAndFirstSteps.py ├── LuckyDivision.py ├── MagicalSticks.py ├── Magnets.py ├── MaximumGCD.py ├── MaximumInTable.py ├── MinimalSquare.py ├── MinutesBeforeTheNewYear.py ├── MishkaAndGame.py ├── MostUnstableArray.py ├── NearlyLuckyNumber.py ├── NewYearAndHurry.py ├── NewYearCandles.py ├── NewYearTransportation.py ├── NextRound.py ├── OddDivisor.py ├── OlesyaAndRodion.py ├── Pangram.py ├── ParkLighting.py ├── PetyaAndStrings.py ├── PhoenixAndBalance.py ├── PlusOneOnTheSubset.py ├── PoliceRecruits.py ├── PolycarpAndCoins.py ├── Presents.py ├── Puzzles.py ├── RaisingBacteria.py ├── RemoveSmallest.py ├── RequiredRemainder.py ├── RestoringThreeNumbers.py ├── SerejaAndDima.py ├── ShortSubstrings.py ├── SoftDrinking.py ├── SoldierAndBananas.py ├── SpecialPermutation.py ├── SpyDetected.py ├── SquareString.py ├── StonesOnTheTable.py ├── StringTask.py ├── SumOfRoundNumbers.py ├── Team.py ├── TeamOlympiad.py ├── TheNewYearMeetingFriends.py ├── TheatreSquare.py ├── ThreePairwiseMaximums.py ├── Tram.py ├── Translation.py ├── Twins.py ├── Ultra-Fast-Mathematician.py ├── VanyaAndCubes.py ├── VanyaAndFence.py ├── VasyaAndSocks.py ├── VasyaTheHipster.py ├── Watermelon.py ├── WayTooLongWords.py ├── Word.py ├── WordCapitalization.py ├── WrongSubtraction.py ├── YetAnotherTwoIntegersProblem.py └── Young Physicist.py ├── B ├── AandBandCompilationErrors.py ├── BalancedArray.py ├── BerSUBall.py ├── Borze.py ├── Drinks.py ├── EvenArray.py ├── FairDivision.py ├── Fence.py ├── GiftsFixing.py ├── HonestCoach.py ├── InterestingDrink.py ├── MultiplyBy2,DivideBy6.py ├── NewYear'sNumber.py ├── OrdinaryNumbers.py ├── QueueAtTheSchool.py ├── RestoreThePermutationByMerger ├── T-Primes.py ├── Taxi.py ├── TwoArraysAndSwaps.py ├── TwoButtons.py ├── VanyaAndLanterns.py └── XeniaAndRingroad.py ├── C ├── MoveBrackets.py └── RegistrationSystem.py ├── LICENSE └── README.md /A/AddOddOrSubtractEven.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/AddOddOrSubtractEven.py -------------------------------------------------------------------------------- /A/AgainTwentyFive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/AgainTwentyFive.py -------------------------------------------------------------------------------- /A/AmusingJoke.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/AmusingJoke.py -------------------------------------------------------------------------------- /A/AntonAndDanik.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/AntonAndDanik.py -------------------------------------------------------------------------------- /A/AntonAndLetters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/AntonAndLetters.py -------------------------------------------------------------------------------- /A/AntonAndPolyhedrons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/AntonAndPolyhedrons.py -------------------------------------------------------------------------------- /A/ArrayWithOddSum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/ArrayWithOddSum.py -------------------------------------------------------------------------------- /A/ArrivalOfTheGeneral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/ArrivalOfTheGeneral.py -------------------------------------------------------------------------------- /A/BachgoldProblem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/BachgoldProblem.py -------------------------------------------------------------------------------- /A/BearAndBigBrother.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/BearAndBigBrother.py -------------------------------------------------------------------------------- /A/BeautifulMatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/BeautifulMatrix.py -------------------------------------------------------------------------------- /A/BeautifulYear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/BeautifulYear.py -------------------------------------------------------------------------------- /A/Bit++.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Bit++.py -------------------------------------------------------------------------------- /A/BlackSquare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/BlackSquare.py -------------------------------------------------------------------------------- /A/BoringApartments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/BoringApartments.py -------------------------------------------------------------------------------- /A/BoyOrGirl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/BoyOrGirl.py -------------------------------------------------------------------------------- /A/Brain'sPhotos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Brain'sPhotos.py -------------------------------------------------------------------------------- /A/BuyAShovel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/BuyAShovel.py -------------------------------------------------------------------------------- /A/CalculatingFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/CalculatingFunction.py -------------------------------------------------------------------------------- /A/Candies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Candies.py -------------------------------------------------------------------------------- /A/CandiesAndTwoSisters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/CandiesAndTwoSisters.py -------------------------------------------------------------------------------- /A/CapsLock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/CapsLock.py -------------------------------------------------------------------------------- /A/CardsForFriends.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/CardsForFriends.py -------------------------------------------------------------------------------- /A/ChatRoom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/ChatRoom.py -------------------------------------------------------------------------------- /A/CheapTravel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/CheapTravel.py -------------------------------------------------------------------------------- /A/ChoosingTeams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/ChoosingTeams.py -------------------------------------------------------------------------------- /A/CollectingCoins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/CollectingCoins.py -------------------------------------------------------------------------------- /A/ConstructTheString.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/ConstructTheString.py -------------------------------------------------------------------------------- /A/DesignTutorialLearnFromMath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/DesignTutorialLearnFromMath.py -------------------------------------------------------------------------------- /A/DieRoll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/DieRoll.py -------------------------------------------------------------------------------- /A/DislikeOfThrees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/DislikeOfThrees.py -------------------------------------------------------------------------------- /A/DivisibilityProblem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/DivisibilityProblem.py -------------------------------------------------------------------------------- /A/DoNotBeDistracted!.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/DoNotBeDistracted!.py -------------------------------------------------------------------------------- /A/DominoPiling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/DominoPiling.py -------------------------------------------------------------------------------- /A/Dragons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Dragons.py -------------------------------------------------------------------------------- /A/Dubstep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Dubstep.py -------------------------------------------------------------------------------- /A/Elephant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Elephant.py -------------------------------------------------------------------------------- /A/EvenOdds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/EvenOdds.py -------------------------------------------------------------------------------- /A/Expression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Expression.py -------------------------------------------------------------------------------- /A/FafaAndHisCompany.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/FafaAndHisCompany.py -------------------------------------------------------------------------------- /A/FancyFence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/FancyFence.py -------------------------------------------------------------------------------- /A/FashionabLee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/FashionabLee.py -------------------------------------------------------------------------------- /A/FavoriteSequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/FavoriteSequence.py -------------------------------------------------------------------------------- /A/FlippingGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/FlippingGame.py -------------------------------------------------------------------------------- /A/FloorNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/FloorNumber.py -------------------------------------------------------------------------------- /A/Football.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Football.py -------------------------------------------------------------------------------- /A/FoxAndSnake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/FoxAndSnake.py -------------------------------------------------------------------------------- /A/GameWithSticks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/GameWithSticks.py -------------------------------------------------------------------------------- /A/Games.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Games.py -------------------------------------------------------------------------------- /A/GennadyAndACardGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/GennadyAndACardGame.py -------------------------------------------------------------------------------- /A/GeorgeAndAccommodation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/GeorgeAndAccommodation.py -------------------------------------------------------------------------------- /A/GravityFlip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/GravityFlip.py -------------------------------------------------------------------------------- /A/HQ9+.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/HQ9+.py -------------------------------------------------------------------------------- /A/HitTheLottery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/HitTheLottery.py -------------------------------------------------------------------------------- /A/HolidayOfEquality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/HolidayOfEquality.py -------------------------------------------------------------------------------- /A/Hulk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Hulk.py -------------------------------------------------------------------------------- /A/IQtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/IQtest.py -------------------------------------------------------------------------------- /A/IWannaBeTheGuy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/IWannaBeTheGuy.py -------------------------------------------------------------------------------- /A/I_love_%username%.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/I_love_%username%.py -------------------------------------------------------------------------------- /A/IlyaAndBankAccount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/IlyaAndBankAccount.py -------------------------------------------------------------------------------- /A/InSearchOfAnEasyProblem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/InSearchOfAnEasyProblem.py -------------------------------------------------------------------------------- /A/InsomniaCure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/InsomniaCure.py -------------------------------------------------------------------------------- /A/IsYourHorseShoeOnTheOtherHoof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/IsYourHorseShoeOnTheOtherHoof.py -------------------------------------------------------------------------------- /A/KefaAndFirstSteps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/KefaAndFirstSteps.py -------------------------------------------------------------------------------- /A/LuckyDivision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/LuckyDivision.py -------------------------------------------------------------------------------- /A/MagicalSticks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/MagicalSticks.py -------------------------------------------------------------------------------- /A/Magnets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Magnets.py -------------------------------------------------------------------------------- /A/MaximumGCD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/MaximumGCD.py -------------------------------------------------------------------------------- /A/MaximumInTable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/MaximumInTable.py -------------------------------------------------------------------------------- /A/MinimalSquare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/MinimalSquare.py -------------------------------------------------------------------------------- /A/MinutesBeforeTheNewYear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/MinutesBeforeTheNewYear.py -------------------------------------------------------------------------------- /A/MishkaAndGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/MishkaAndGame.py -------------------------------------------------------------------------------- /A/MostUnstableArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/MostUnstableArray.py -------------------------------------------------------------------------------- /A/NearlyLuckyNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/NearlyLuckyNumber.py -------------------------------------------------------------------------------- /A/NewYearAndHurry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/NewYearAndHurry.py -------------------------------------------------------------------------------- /A/NewYearCandles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/NewYearCandles.py -------------------------------------------------------------------------------- /A/NewYearTransportation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/NewYearTransportation.py -------------------------------------------------------------------------------- /A/NextRound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/NextRound.py -------------------------------------------------------------------------------- /A/OddDivisor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/OddDivisor.py -------------------------------------------------------------------------------- /A/OlesyaAndRodion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/OlesyaAndRodion.py -------------------------------------------------------------------------------- /A/Pangram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Pangram.py -------------------------------------------------------------------------------- /A/ParkLighting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/ParkLighting.py -------------------------------------------------------------------------------- /A/PetyaAndStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/PetyaAndStrings.py -------------------------------------------------------------------------------- /A/PhoenixAndBalance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/PhoenixAndBalance.py -------------------------------------------------------------------------------- /A/PlusOneOnTheSubset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/PlusOneOnTheSubset.py -------------------------------------------------------------------------------- /A/PoliceRecruits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/PoliceRecruits.py -------------------------------------------------------------------------------- /A/PolycarpAndCoins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/PolycarpAndCoins.py -------------------------------------------------------------------------------- /A/Presents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Presents.py -------------------------------------------------------------------------------- /A/Puzzles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Puzzles.py -------------------------------------------------------------------------------- /A/RaisingBacteria.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/RaisingBacteria.py -------------------------------------------------------------------------------- /A/RemoveSmallest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/RemoveSmallest.py -------------------------------------------------------------------------------- /A/RequiredRemainder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/RequiredRemainder.py -------------------------------------------------------------------------------- /A/RestoringThreeNumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/RestoringThreeNumbers.py -------------------------------------------------------------------------------- /A/SerejaAndDima.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/SerejaAndDima.py -------------------------------------------------------------------------------- /A/ShortSubstrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/ShortSubstrings.py -------------------------------------------------------------------------------- /A/SoftDrinking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/SoftDrinking.py -------------------------------------------------------------------------------- /A/SoldierAndBananas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/SoldierAndBananas.py -------------------------------------------------------------------------------- /A/SpecialPermutation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/SpecialPermutation.py -------------------------------------------------------------------------------- /A/SpyDetected.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/SpyDetected.py -------------------------------------------------------------------------------- /A/SquareString.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/SquareString.py -------------------------------------------------------------------------------- /A/StonesOnTheTable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/StonesOnTheTable.py -------------------------------------------------------------------------------- /A/StringTask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/StringTask.py -------------------------------------------------------------------------------- /A/SumOfRoundNumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/SumOfRoundNumbers.py -------------------------------------------------------------------------------- /A/Team.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Team.py -------------------------------------------------------------------------------- /A/TeamOlympiad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/TeamOlympiad.py -------------------------------------------------------------------------------- /A/TheNewYearMeetingFriends.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/TheNewYearMeetingFriends.py -------------------------------------------------------------------------------- /A/TheatreSquare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/TheatreSquare.py -------------------------------------------------------------------------------- /A/ThreePairwiseMaximums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/ThreePairwiseMaximums.py -------------------------------------------------------------------------------- /A/Tram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Tram.py -------------------------------------------------------------------------------- /A/Translation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Translation.py -------------------------------------------------------------------------------- /A/Twins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Twins.py -------------------------------------------------------------------------------- /A/Ultra-Fast-Mathematician.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Ultra-Fast-Mathematician.py -------------------------------------------------------------------------------- /A/VanyaAndCubes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/VanyaAndCubes.py -------------------------------------------------------------------------------- /A/VanyaAndFence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/VanyaAndFence.py -------------------------------------------------------------------------------- /A/VasyaAndSocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/VasyaAndSocks.py -------------------------------------------------------------------------------- /A/VasyaTheHipster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/VasyaTheHipster.py -------------------------------------------------------------------------------- /A/Watermelon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Watermelon.py -------------------------------------------------------------------------------- /A/WayTooLongWords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/WayTooLongWords.py -------------------------------------------------------------------------------- /A/Word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Word.py -------------------------------------------------------------------------------- /A/WordCapitalization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/WordCapitalization.py -------------------------------------------------------------------------------- /A/WrongSubtraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/WrongSubtraction.py -------------------------------------------------------------------------------- /A/YetAnotherTwoIntegersProblem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/YetAnotherTwoIntegersProblem.py -------------------------------------------------------------------------------- /A/Young Physicist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/A/Young Physicist.py -------------------------------------------------------------------------------- /B/AandBandCompilationErrors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/AandBandCompilationErrors.py -------------------------------------------------------------------------------- /B/BalancedArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/BalancedArray.py -------------------------------------------------------------------------------- /B/BerSUBall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/BerSUBall.py -------------------------------------------------------------------------------- /B/Borze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/Borze.py -------------------------------------------------------------------------------- /B/Drinks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/Drinks.py -------------------------------------------------------------------------------- /B/EvenArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/EvenArray.py -------------------------------------------------------------------------------- /B/FairDivision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/FairDivision.py -------------------------------------------------------------------------------- /B/Fence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/Fence.py -------------------------------------------------------------------------------- /B/GiftsFixing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/GiftsFixing.py -------------------------------------------------------------------------------- /B/HonestCoach.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/HonestCoach.py -------------------------------------------------------------------------------- /B/InterestingDrink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/InterestingDrink.py -------------------------------------------------------------------------------- /B/MultiplyBy2,DivideBy6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/MultiplyBy2,DivideBy6.py -------------------------------------------------------------------------------- /B/NewYear'sNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/NewYear'sNumber.py -------------------------------------------------------------------------------- /B/OrdinaryNumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/OrdinaryNumbers.py -------------------------------------------------------------------------------- /B/QueueAtTheSchool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/QueueAtTheSchool.py -------------------------------------------------------------------------------- /B/RestoreThePermutationByMerger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/RestoreThePermutationByMerger -------------------------------------------------------------------------------- /B/T-Primes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/T-Primes.py -------------------------------------------------------------------------------- /B/Taxi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/Taxi.py -------------------------------------------------------------------------------- /B/TwoArraysAndSwaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/TwoArraysAndSwaps.py -------------------------------------------------------------------------------- /B/TwoButtons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/TwoButtons.py -------------------------------------------------------------------------------- /B/VanyaAndLanterns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/VanyaAndLanterns.py -------------------------------------------------------------------------------- /B/XeniaAndRingroad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/B/XeniaAndRingroad.py -------------------------------------------------------------------------------- /C/MoveBrackets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/C/MoveBrackets.py -------------------------------------------------------------------------------- /C/RegistrationSystem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/C/RegistrationSystem.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shukkkur/CodeForces-Python-Soltuions/HEAD/README.md --------------------------------------------------------------------------------