Search found 1 match

by felipe
Thu May 15, 2003 2:38 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 320905

100 => Allways wrong answer!

Hi all...

I would like to know why I have allways wrong answer when submiting the code bellow. In my machine, it works well with the given inputs.

Thanks.

[java]
import java.io.*;
import java.util.*;

class Main
{
static String readLn (int maxLg) /* utility function to read from stdin ...

Go to advanced search