• [1376] How Old Are You

  • 时间限制: 2000 ms 内存限制: 2048 K
  • 问题描述
  • We are volunters.Now ,wo do for a survey that the cities's age.Now,we have some people'age(0 - > 100),we just sort them.
  • 输入
  • This have some cases.
    Every case have number n ( n <= 2000000), define the number of the people.
    Then ,we have n numbers,define the every people'age.
  • 输出
  • 样例输入
  • 3
    1 3 2
    4
    1 5 2 1
    10
    1 9 8 7 6 5 4 3 2 1
    
  • 样例输出
  • 1 2 3
    1 1 2 5
    1 1 2 3 4 5 6 7 8 9
    
  • 提示
  • 来源
  • Three God
  • 操作

显示春菜