<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>задачи by </title>
      <link>https://padlet.com/sarsenbaev_2018/wwhveoc5i5dg</link>
      <description>Сделано пытливым умом</description>
      <language>en-us</language>
      <pubDate>2020-01-18 04:45:52 UTC</pubDate>
      <lastBuildDate>2020-01-18 06:37:57 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>1146</title>
         <author>sarsenbaev_2018</author>
         <link>https://padlet.com/sarsenbaev_2018/wwhveoc5i5dg/wish/433228877</link>
         <description><![CDATA[<div>#include &lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main(){<br>char a;<br>  cin&gt;&gt;a;<br>if(int(a)&gt;=48&amp;&amp; int(a)&lt;=57){<br>  	cout&lt;&lt;"Yes";<br>  }<br>  else{<br>  	cout&lt;&lt;"No";<br>  }<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-01-18 06:31:16 UTC</pubDate>
         <guid>https://padlet.com/sarsenbaev_2018/wwhveoc5i5dg/wish/433228877</guid>
      </item>
      <item>
         <title>1148</title>
         <author>sarsenbaev_2018</author>
         <link>https://padlet.com/sarsenbaev_2018/wwhveoc5i5dg/wish/433229146</link>
         <description><![CDATA[<div>#include &lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main(){<br>char c;<br>int a=0;<br>bool d=false;<br>  cin&gt;&gt;c;<br>  if (c &gt;= 'A' &amp;&amp; c &lt;= 'Z'){<br>  a=int(c)+32; d=true;<br>}<br>  if (c &gt;= 'a' &amp;&amp; c &lt;= 'z'){<br>  a=int(c)-32;<br>  d=true;<br>}<br>if (d==false) cout&lt;&lt;c ;else cout&lt;&lt;char(a);<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-01-18 06:37:54 UTC</pubDate>
         <guid>https://padlet.com/sarsenbaev_2018/wwhveoc5i5dg/wish/433229146</guid>
      </item>
   </channel>
</rss>
