Search found 1 match

by maged9182
Wed Jun 27, 2012 7:08 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 319113

Runtime error and WA on 100 (3n+1)

Okay so I've been trying to solve 3n+1 , code 100, to no avail.. Here's the code giving me the Runtime error

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

public class Main{

public static void main (String[]args) throws IOException{

BufferedReader br = new BufferedReader (new InputStreamReader ...

Go to advanced search