<?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>Biginteger on Adnatull's Blog</title><link>https://adnatull.github.io/tags/biginteger/</link><description>Recent content in Biginteger on Adnatull's Blog</description><image><title>Adnatull's Blog</title><url>https://adnatull.github.io/images/logo.jpg</url><link>https://adnatull.github.io/images/logo.jpg</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 29 Jan 2018 13:48:00 +0000</lastBuildDate><atom:link href="https://adnatull.github.io/tags/biginteger/index.xml" rel="self" type="application/rss+xml"/><item><title>UVA 11879 - Multiple of 17</title><link>https://adnatull.github.io/dev/2018/01/29/uva-11879-multiple-of-17/</link><pubDate>Mon, 29 Jan 2018 13:48:00 +0000</pubDate><guid>https://adnatull.github.io/dev/2018/01/29/uva-11879-multiple-of-17/</guid><description>&lt;h3 id="11879---multiple-of-17"&gt;11879 - Multiple of 17&lt;/h3&gt;
&lt;p&gt;Problem Link: &lt;a href="https://uva.onlinejudge.org/external/118/11879.pdf"&gt;https://uva.onlinejudge.org/external/118/11879.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Algorithm: This problem is quite easy. In this, there will be a number which is greater at most 100 digits. So, Its not possible to store it in “long long int” in c++.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;We will write a program which will take input a string. If the string contains only 0 then the program will be break, otherwise it will enter in another loop. Before entering I will declare two integer variables ‘reminder’ and ‘i’. I will initialize the reminder variable to 0;&lt;/p&gt;</description></item></channel></rss>