Search found 1 match

by madca03
Sat Aug 29, 2015 4:06 pm
Forum: Volume 2 (200-299)
Topic: 230 - Borrowers
Replies: 10
Views: 9919

Re: 230 - Borrowers

Hi, I'm getting WA for this problem although I'm getting the right output from the critical input of udebug.

import java.util.Scanner;
import java.util.ArrayList;
import java.util.List;
import java.util.Collections;
import java.util.Comparator;

class Main {
private static List<Book> books = new ...

Go to advanced search