Search found 1 match

by obelisk
Tue Jun 28, 2016 4:16 am
Forum: Volume 4 (400-499)
Topic: 482 - Permutation Arrays
Replies: 159
Views: 53454

Re: 482 - Permutation Arrays

My code below gives WA and I'm sure that code works but the output format is the issue can someone help me be sure what is going wrong.
Even debug shows identical output with accepted output



import static java.lang.Integer.parseInt;
import static java.lang.System.exit;
import java.io ...

Go to advanced search