题解列表

筛选

明明的随机数-题解(C++代码)

摘要:解题思路:还是用了sort排序。注意事项:注意是先输出排好数字的个数,后输出数字。参考代码:#include<iostream> #include<algorithm> using namespa……