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
/
exclusive
/
tests
/
doall.cmd
blob
97ff66ea76be3d293fbaeed398ab343eb75edeac
1
@
echo
off
2
3
for
%%
i in
(*
.t
)
do
(
4
copy
%%
i
%%
~ni
>
nul
5
)
6
7
call
javac
-
cp . ExclusiveTestsGen.java
8
call
java
-
cp . ExclusiveTestsGen