Search found 1 match

by ngockhanhdao
Sat Oct 09, 2010 12:49 am
Forum: Volume 4 (400-499)
Topic: 482 - Permutation Arrays
Replies: 159
Views: 53648

Re: 482 Permutation Arrays

Can anybody help me explain why run-time error ? I tested the inputs and outputs and they're all correct.


#include <iostream>
using namespace std;

int main()
{

int listIndex[10]; int length = 0;
char listFloat[10][10];
char listPermuted[10][10] = {NULL};


int n;
cin >> n; // get #of ...

Go to advanced search