Write a program, that inputs N, then N numbers, and then outputs them sorted in one line. You may write a sort subroutine, but it is not mandatory here.
5 -123 34 546 0 -100500
-100500 -123 0 34 546
Write a program, that inputs N, then N numbers, and then outputs them sorted in one line. You may write a sort subroutine, but it is not mandatory here.
5 -123 34 546 0 -100500
-100500 -123 0 34 546
HSE/ArchitectureASM/Homework_FuncSort (последним исправлял пользователь FrBrGeorge 2019-11-27 12:30:32)