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
/
clean.cmd
blob
d703426877411e01114fdbad129c62391ac96038
1
@
echo
off
2
for
%%
i in
(*
.exe
*
.~dpr
*
.dof
*
.dsk
*
.cfg
*
.in
*
.out
*
.a
*
.obj ??
*
.class
)
do
del
%%
i
3
4
for
%%
i in
(
..
)
do
set
problem_name
=%%
~ni
5
for
%%
i in
(
..\
%problem_name%
_
*
.
*)
do
del
%%
~nxi
6
del
..\check.exe