<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: AxmadovAbdulatif</title>
    <description>The latest articles on DEV Community by AxmadovAbdulatif (@axmadov_abu).</description>
    <link>https://dev.to/axmadov_abu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1922528%2Ffdbf1bbe-8ab7-47c1-a98f-18e5bf9f4f1d.jpg</url>
      <title>DEV Community: AxmadovAbdulatif</title>
      <link>https://dev.to/axmadov_abu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/axmadov_abu"/>
    <language>en</language>
    <item>
      <title>foundationda 5 - dars</title>
      <dc:creator>AxmadovAbdulatif</dc:creator>
      <pubDate>Thu, 15 Aug 2024 10:51:42 +0000</pubDate>
      <link>https://dev.to/axmadov_abu/foundationda-5-dars-56nh</link>
      <guid>https://dev.to/axmadov_abu/foundationda-5-dars-56nh</guid>
      <description>&lt;p&gt;bu cod 5 honali sonni yaxlitlab beradi masalan input; 13900,&lt;br&gt;
yozilsa 14000 chiqazadi.&lt;br&gt;
int main (){&lt;br&gt;
    int son ;&lt;br&gt;
    cin &amp;gt;&amp;gt; son;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;float newSon = son;
cout &amp;lt;&amp;lt; round(newSon / 1000) * 1000;

return 0;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}&lt;br&gt;
bu cod biror sonni necha soat , necha minut , necha soniya ekanligini chiqazib beradi.&lt;br&gt;
int main (){&lt;br&gt;
    int seconds;&lt;br&gt;
    cin &amp;gt;&amp;gt; seconds;&lt;br&gt;
    cout &amp;lt;&amp;lt; setw(2) &amp;lt;&amp;lt; setfill ('0') &amp;lt;&amp;lt; seconds / 3600 &amp;lt;&amp;lt; ":"; &lt;br&gt;
    cout &amp;lt;&amp;lt; setw(2) &amp;lt;&amp;lt; setfill ('0') &amp;lt;&amp;lt; seconds % 3600 / 60 &amp;lt;&amp;lt; ":"; &lt;br&gt;
    cout &amp;lt;&amp;lt; setw(2) &amp;lt;&amp;lt; setfill ('0') &amp;lt;&amp;lt; seconds % 60 &amp;lt;&amp;lt; ":"; &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;return 0;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
