Search found 1 match

by Rashik_kuet_dour
Fri Aug 03, 2012 7:52 pm
Forum: Volume 115 (11500-11599)
Topic: 11526 - H(n)
Replies: 49
Views: 25165

Re: 11526 - H(n)

my program is giving right output for all 9 digit numbers. but when i input 2147463638.my program gives 46475329054 as output where the actual output should be 46475375394.can't figure out what the problem is...






#include<iostream>
#include<math.h>
using namespace std;
int main ()
{
int test ...

Go to advanced search