Skip to content

Commit b4ea665

Browse files
elderingniemela
authored andcommitted
Make it explicit that a zip archive includes the directory.
1 parent 88df1d2 commit b4ea665

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/problem_package_format.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ contests as well as educational use.
2525
### General Requirements
2626

2727
The package consists of a single directory containing files as described
28-
below, or alternatively, a ZIP compressed archive of the same files
29-
using the file extension `.kpp` . The name of the directory or the base
30-
name of the archive must consisting solely of lower case letters a-z and
31-
digits 0-9.
28+
below. The name of the directory must consist solely of lower case
29+
letters a-z and digits 0-9. Alternatively it can be a ZIP compressed
30+
archive of such a directory with identical base name and extension
31+
`.kpp` or `.zip`.
3232

3333
All file names for files included in the package must match the
3434
following regexp

0 commit comments

Comments
 (0)