Search found 1 match

by micheal
Thu Apr 29, 2004 5:26 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 317957

Why i always get compile error?

Hi all,
I dunn know why i always get compile error for problem 100( the 3n+1). The language i use is java and i run well in my comp.

Below is my source code,
[java]
import java.io.*;
import java.util.*;

class n1 {
public static void main(String[] args) throws IOException{
BufferedReader stdin ...

Go to advanced search