Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

XYZ_SORT - Sorting points

Napisz program, który posortuje punkty ze współrzędnymi x, y i z rosnąco.

Input

Pierwsza linia zawiera liczbę punktów t (t<1000). W kolejnych t liniach znajdują się trzy liczby całkowite x, y i z (x,y,z<1001) oznaczające odpowiednio współrzędne x, y i z danego punktu.

Output

Posortowany ciąg punktów rosnąco.

Punktacja

Liczbą punktów jest długość kodu (włącznie z białymi znakami).

Przykład

Wejście:
6
3 2 2
2 1 3
2 3 1
1 3 2
3 1 2
1 3 1
Wyjście:
1 3 1
1 3 2
2 1 3
2 3 1
3 1 2
3 2 2


Added by:Piotr Kąkol
Date:2010-02-11
Time limit:1.406s
Source limit:1000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: SCM qobi

hide comments
2013-09-07 20:05:44 Piotr KÄ…kol
Good job Dominique! 1e7th submission.
You beat me. ;-)
2011-01-04 16:05:53 Piotr KÄ…kol
t limit added. Thanks.
2011-01-04 15:29:01 Hallvard Norheim Bø
What is the limit on t?
2010-08-03 11:03:18 Piotr KÄ…kol
In:
9
4 200 573
6 706 836
4 558 284
8 111 978
6 285 191
9 130 641
7 85 812
8 267 545
1 105 709

Out:
1 105 709
4 200 573
4 558 284
6 285 191
6 706 836
7 85 812
8 111 978
8 267 545
9 130 641


Last edit: 2010-08-03 11:03:36
2010-08-03 10:04:20 intellectual
could u plz look at sol 3883799...can u tell me for which test case it is giving WA
2010-06-22 11:11:31 Piotr KÄ…kol
Tests are correct.
For this test:
2
466 743 356
565 467 332

the correct answer is:
466 743 356
565 467 332
2010-06-19 20:55:38 intellectual
is the problem fixed.i am still getting wrong ans.plz look into it.
2010-05-09 15:35:04 Piotr KÄ…kol
Fixed and rejudged: BINCLOCK, DDATE2, FIBON, GREGCAL, PASCAL_T,NEXTPERM and ROMANCAL.
Thank You numerix for Your program - it was about 3 times faster to use it than using mine. :-)
2010-05-09 12:38:01 Piotr KÄ…kol
I remember. I'll do rejudge after correcting them so You don't have to worry. ;-)
2010-05-08 14:12:19 numerix
Let me remind you of the problemsets given below, that have still bad EOL.
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.