Search found 1 match

by AnishS
Thu Dec 03, 2015 3:43 am
Forum: Volume 4 (400-499)
Topic: 482 - Permutation Arrays
Replies: 159
Views: 53454

Re: 482 - Permutation Arrays

For some reason, I keep getting WA on this problem. I checked against all inputs I could think of and some of my friends do not know what I am doing wrong. Can someone please help?


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

public class UVA482 {
public static void main(String[] args) throws ...

Go to advanced search