I'm learning about vectors and arrays, and for a long time I can not solve a question correctly.
The statement says: Given some vector, sort it sequentially (numeric).
Example:
Entrada:{1,2,2,3,3,4}
Saída:{1,2,3,4,2,3}
I've made a co...
asked by
08.07.2016 / 18:38