in codechef most of the questions have input of size 10^9 and more i want to know how to handle it
10^9 fits in a C integer (just in case).
other already answered bignum questions : http://discuss.codechef.com/tags/bignum/
in codechef most of the questions have input of size 10^9 and more i want to know how to handle it
10^9 fits in a C integer (just in case).
other already answered bignum questions : http://discuss.codechef.com/tags/bignum/