Search found 1 match

by Fayaz
Wed May 07, 2003 11:21 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 319809

WA in 100-java h-e-l-p

I don't know why i'm getting wa here!! This is my code.
Somebody help pls...

:o
[java]
/* @JUDGE_ID: 31009YN 100 java */

//"@begin_of_source_code"

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

class Main
{
static long[] memory;

public static void main(String[] args)
{

memory=new long[1000000 ...

Go to advanced search