Sorting array only non-prime number in descending order(without using any function!)

前端 未结 0 625
北海茫月
北海茫月 2020-12-06 18:25

[EXAMPLE]

(INPUT) 8 16 7 15 11

(OUTPUT) 16 15 7 8 11

I want to sort array only non-prime number in descending order like the example above! And I cannot

相关标签:
回答
  • 消灭零回复
提交回复
热议问题