<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>codeforces on Ruotian&#39;s I/O</title>
    <link>https://ruotian.io/tags/codeforces/</link>
    <description>Recent content in codeforces on Ruotian&#39;s I/O</description>
    <image>
      <url>https://ruotian.io/apple-touch-icon.png</url>
      <link>https://ruotian.io/apple-touch-icon.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Wed, 01 Apr 2020 09:41:00 +0000</lastBuildDate><atom:link href="https://ruotian.io/tags/codeforces/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Codeforces April Fools Day Contest 2020</title>
      <link>https://ruotian.io/2020/04/cf-april-fool-2020/</link>
      <pubDate>Wed, 01 Apr 2020 09:41:00 +0000</pubDate>
      
      <guid>https://ruotian.io/2020/04/cf-april-fool-2020/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://codeforces.com/contest/1331&#34;&gt;愚人节专场&lt;/a&gt;，打一乐。&lt;a href=&#34;https://codeforces.com/blog/entry/75480&#34;&gt;官方tutorial&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;a-is-it-rated3&#34;&gt;&lt;a href=&#34;https://codeforces.com/contest/1331/problem/A&#34;&gt;A. Is it rated?&lt;/a&gt;&lt;/h3&gt;
&lt;pre class=&#34;wp-block-code&#34;&gt;&lt;code lang=&#34;python&#34; class=&#34;language-python&#34;&gt;puts(&#34;no&#34;);&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;b-limericks4&#34;&gt;&lt;a href=&#34;https://codeforces.com/contest/1331/problem/B&#34;&gt;B. Limericks&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;看样例&lt;code&gt;35-&amp;gt;57&lt;/code&gt;, &lt;code&gt;57-&amp;gt;319&lt;/code&gt;, &lt;code&gt;391-&amp;gt;1723&lt;/code&gt;，敏锐的觉察到可能是质因数分解。&lt;/p&gt;
&lt;pre class=&#34;wp-block-code&#34;&gt;&lt;code lang=&#34;cpp&#34; class=&#34;language-cpp&#34;&gt;for(int i=2;i&amp;lt;=x;i++){
        while(x%i==0){
            printf(&#34;%d&#34;,i);
            x/=i;
        }
    }&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    
    <item>
      <title>Codeforces可以改handle了</title>
      <link>https://ruotian.io/2018/12/cf-hello/</link>
      <pubDate>Sat, 29 Dec 2018 21:11:37 +0800</pubDate>
      
      <guid>https://ruotian.io/2018/12/cf-hello/</guid>
      <description>Codeforces可以改handle了。 今年还可以改成已有的非活跃的账号的名字。 然后随便试了几个词，发现hello这个号last visit 8 yrs ag</description>
    </item>
    
  </channel>
</rss>
