Search found 1 match

by braincoder
Fri May 15, 2009 10:41 am
Forum: Volume 3 (300-399)
Topic: 362 - 18,000 Seconds Remaining
Replies: 75
Views: 38935

362 WA

Any one could spot out the error?

[code]import java.util.ArrayList;
import java.util.Scanner;
public class Main {

public static void main (String args[])
{
Scanner in = new Scanner(System.in);
long totalByte = in.nextLong();

ArrayList second = new ArrayList();
long eachByte =0;
long ...

Go to advanced search