Search found 1 match

by bogertron
Tue Jan 08, 2008 3:26 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 319930

100 Runtime Error

I really hope that this is not a logic problem, but I am trying to enter a solution to problem 100 and I am getting a RunTime error
Here is the code:

import java.util.*;
import java.io.IOException;
import java.io.BufferedReader;
import java.io.InputStreamReader;

public class Main {

public ...

Go to advanced search