Search found 1 match

by vinoth.gopi
Tue May 17, 2011 7:06 pm
Forum: Volume 4 (400-499)
Topic: 482 - Permutation Arrays
Replies: 159
Views: 53648

Re: 482 Permutation Arrays

Even my code is failing for unknown reasons. Fixed array sizes, no end line after last case etc have all been taken care of. But still WA. Any ideas?



int main() {
int maxSize = 100000;
int input_arr[maxSize];
string output[maxSize];
int iterations;
int x=0;
string mystr;
char * pch;
bool ...

Go to advanced search