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_hash_pair.java
blob
121d9b3120cac7eece5e0af111b3f8a70ab92a00
1
2
public class
database_gk_ok_hash_pair
{
3
public static void
main
(
String
[]
args
)
throws
Exception
{
4
database_gk_generic
.
run
(
database_gk_generic
.
HASH_PAIR
,
false
);
5
}
6
}