4 lines
48 B
Text
4 lines
48 B
Text
|
|
decl int<> nums
|
||
|
|
append 2 4 3 1 2 nums
|
||
|
|
sort nums
|