从键盘输入一串整数,按数字的相反顺序输出

class Program     {         static void Main(string[] args)         {             Sort s1 = new Sort();             while (true)             {                 Console.WriteLine("请输入一组小于10位的数字,将会逆序打印")
相关文章
相关标签/搜索