S
S
Space2016-03-29 06:58:56
C++ / C#
Space, 2016-03-29 06:58:56

How to rearrange pairwise distinguishable numbers in C++?

There is such a task: "An array of dimension <= 100 pairwise distinguishable numbers is given. Print all permutations of these numbers." This is done in the windows console.
I can not understand what "pairwise distinguishable numbers" means. Explain, please.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kstyle, 2016-03-29
@kstyle

take any two numbers from the array - and they are not equal. array example: 1 5 8 9. unlike array: 1 5 8 1 9.

A
AtomKrieg, 2016-03-29
@AtomKrieg

g.zeos.in/?q=%D0%BF%D0%BE%D0%BF%D0%B0%D1%80%D0%BD%...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question