Search found 1 match

by dhanesh_09
Sat Jan 30, 2016 9:45 pm
Forum: Volume 5 (500-599)
Topic: 574 - Sum It Up
Replies: 46
Views: 22677

Re: 574 - Getting WA

I tried some of the udebug inputs and they worked well, but whenever I submit my code in UVa, I am getting WA.
Please help. import java.util.ArrayList;
import java.util.Iterator;
import java.util.Scanner;

public class SumItUp {

private int sum;
private int size;
private int[] arr;
private ...

Go to advanced search