Skip to content

Commit b7a7317

Browse files
authored
Merge pull request #353 from Matistjati/oddecho_100
Make oddecho worth 100 points and use symlinks
2 parents 2066fcd + af779de commit b7a7317

File tree

11 files changed

+15
-35
lines changed

11 files changed

+15
-35
lines changed

examples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ more than one language.
2424
## oddecho
2525

2626
This is an example of a *scoring* problem where submissions can get
27-
different scores depending on which test groups they solve. It also demonstrates how an input validator might check different constraints for different test groups. The swedish statement showcases how to use images, footnotes
28-
and tables in Markdown.
27+
different scores depending on which test groups they solve. It also demonstrates how an input validator might check different constraints for different test groups.
28+
In addition, it reuses testcases across test groups using symlinks.
29+
The swedish statement showcases how to use images, footnotes and tables in Markdown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on_reject: break
2-
accept_score: 1
3-
range: 0 1
2+
accept_score: 50
3+
range: 0 50
44
grader_flags: min
55
input_validator_flags: nFive=1

examples/oddecho/data/secret/subtask2/1.ans

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../subtask1/1.ans

examples/oddecho/data/secret/subtask2/1.in

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../subtask1/1.in

examples/oddecho/data/secret/subtask2/2.ans

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../subtask1/2.ans

examples/oddecho/data/secret/subtask2/2.in

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../subtask1/2.in

0 commit comments

Comments
 (0)