Search found 1 match

by thinker_01
Mon Oct 19, 2009 8:24 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 320808

Re: If you get WA in problem 100, read me before post!

Same problem can some one help
How can this code give me wrong answer
any help will be appreciated as its the first
problem that i tried and is getting so many
WA and i think my code is correct

#include<stdio.h>

long huh(long i,long j)
{
long _i,_j,n,temp,max=0,count;
if(i<=j)
{
_i=i;
_j=j ...

Go to advanced search