Results of Comment Search

Search:    Place:    Show:

Title User Message Date Posted
Re: How do you output a permutation of (for example) 15000 numbers onto one line bbi5291 I think the problem was that you had "uses crt;" in your program, which in its initialization code sets the maximum line length to 80 characters. It should be fine now that you've removed it, provided... Sep 06, 2009 - 2:53:39 pm UTC
Re: How do you output a permutation of (for example) 15000 numbers onto one line SourSpinach With a for loop and the "write" command? I don't understand your question. If you're referring to the fact that the Pascal output screen has a limited width, that doesn't matter here, because your pro... Sep 05, 2009 - 5:38:08 pm UTC
How do you output a permutation of (for example) 15000 numbers onto one line? Bob Sep 05, 2009 - 5:25:47 pm UTC
nope bleung91 0 3 6 9 3 5 7 9 8 7 ... etc are all arithmetic sequences. Dec 29, 2008 - 5:17:46 pm UTC
i dont quite get the rules frenzybenzy so if the input was 9, would 0 3 6 9 2 4 8 1 5 7 work??? Dec 29, 2008 - 5:01:36 pm UTC