Skip to content

Commit

Permalink
Add problem names
Browse files Browse the repository at this point in the history
  • Loading branch information
Matistjati committed Aug 18, 2024
1 parent efc5c9e commit 762599f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions examples/different/problem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
## Author of the problem (default: null)
# author:

# The problem name
# En may be omitted, as there is only one language
name:
en: A Different Problem

## Where the problem was first used (default: null)
source: Kattis
# source_url:
Expand Down
1 change: 1 addition & 0 deletions examples/guess/problem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ license: cc by-sa
validation: custom interactive
name:
sv: Gissa talet
en: Guess the Number

# Override standard limits: say that the TLE solutions provided should
# be at least 4 times above the time limit in order for us to be
Expand Down
3 changes: 3 additions & 0 deletions examples/hello/problem.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
source: Kattis
license: public domain
name:
sv: Hej Världen!
en: Hello World!

# Fix memory limit at 512 MB. (Note that for most problems, this
# should not be done. It is only done in this case because we include
Expand Down
4 changes: 2 additions & 2 deletions examples/oddecho/problem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: Johan Sannemo
source: Principles of Algorithmic Problem Solving
type: scoring
name:
en: Echo
sv: Eko
en: Odd Echo
sv: Udda Eko
grading:
show_test_data_groups: true

0 comments on commit 762599f

Please sign in to comment.