Search found 1 match

by tanvm
Mon Dec 04, 2006 7:34 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 318536

Hi, I am a new comer.
I have read many threads on this problem but I still cannot figure out why my submission is still WA.

/*
* Main.java
* java program model for www.programming-challenges.com
*/

import java.io.*;
import java.util.*;

class Main implements Runnable{
static String ReadLn ...

Go to advanced search