Search found 1 match

by mauricioco
Tue Apr 07, 2015 4:49 pm
Forum: Volume 4 (400-499)
Topic: 482 - Permutation Arrays
Replies: 159
Views: 53648

Re: 482 - Permutation Arrays

Can someone tell me why this isn't working? It's probably the way I'm reading the input, but I couldn't find a counter-example. Everything I threw at it worked. But it's still considered wrong, according to uva online judge.


#include<cstdio>
#include<vector>
#include<iostream>
#include<algorithm ...

Go to advanced search