repo.or.cz
/
and.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding some more judges, here and there.
[and.git]
/
NEERC
/
database
/
database_gk_ok_sort_pair_compact.java
blob
54d961c3c3d14fd177e4045f8a289d9438eec566
1
2
public class
database_gk_ok_sort_pair_compact
{
3
public static void
main
(
String
[]
args
)
throws
Exception
{
4
database_gk_generic
.
run
(
database_gk_generic
.
SORT_PAIR
,
true
);
5
}
6
}