<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>python-competitive-programming on jonah vairon</title>
    <link>https://5778311f.site-bk0.pages.dev/python-competitive-programming/</link>
    <description>Recent content in python-competitive-programming on jonah vairon</description>
    <generator>Hugo</generator>
    <language>en-uk</language>
    <copyright>© 2025 Jonah Vairon</copyright>
    <lastBuildDate>Tue, 31 Mar 2026 00:00:00 +0100</lastBuildDate>
    <atom:link href="https://5778311f.site-bk0.pages.dev/python-competitive-programming/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>phonelst - phone list</title>
      <link>https://5778311f.site-bk0.pages.dev/python-competitive-programming/phonelst/</link>
      <pubDate>Tue, 31 Mar 2026 00:00:00 +0100</pubDate>
      <guid>https://5778311f.site-bk0.pages.dev/python-competitive-programming/phonelst/</guid>
      <description>&lt;h2 id=&#34;problem&#34;&gt;problem&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Phone List&#xA;Given a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let’s say the phone catalogue listed these numbers:&lt;/p&gt;&#xA;&lt;p&gt;Emergency 911&#xA;Alice 97 625 999&#xA;Bob 91 12 54 26&#xA;In this case, it’s not possible to call Bob, because the central would direct your call to the emergency line as soon as you had dialled the first three digits of Bob’s phone number. So this list would not be consistent.&lt;/p&gt;</description>
    </item>
    <item>
      <title>cencry - encryption</title>
      <link>https://5778311f.site-bk0.pages.dev/python-competitive-programming/cencry/</link>
      <pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://5778311f.site-bk0.pages.dev/python-competitive-programming/cencry/</guid>
      <description>&lt;h2 id=&#34;problem&#34;&gt;problem&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Marko is going to write a secret letter to a friend. He thought it is better to encrypt letter so that no other person can read it. After long thought he came up with an encryption scheme which was lame but he thought it will work anyways.&lt;/p&gt;&#xA;&lt;p&gt;To encrypt a text he first wrote two infinite strings of characters first string consists only of vowels and second string consists of consonants only.&lt;/p&gt;</description>
    </item>
    <item>
      <title>intest - enormous input test</title>
      <link>https://5778311f.site-bk0.pages.dev/python-competitive-programming/intest/</link>
      <pubDate>Tue, 24 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://5778311f.site-bk0.pages.dev/python-competitive-programming/intest/</guid>
      <description>&lt;h2 id=&#34;problem&#34;&gt;problem&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The purpose of this problem is to verify whether the method you are using to read input data is sufficiently fast to handle problems branded with the enormous Input/Output warning. You are expected to be able to process at least 2.5MB of input data per second at runtime.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Input&lt;/strong&gt;:&#xA;The input begins with two positive integers n k (n, k&amp;lt;=107). The next n lines of input contain one positive integer ti, not greater than 109, each.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
