New tasks
This commit is contained in:
parent
7af09ceb81
commit
1ae14d383e
@ -49,5 +49,9 @@ Program nie musi sprawdzać, czy tekst wczytany ze standardowego
|
||||
wejścia jest poprawnym opisem automatu i czy automat jest
|
||||
deterministyczny i nie zawiera cykli.
|
||||
|
||||
NOTE: Task only for students whose student index number ("numer
|
||||
indeksu") is divisable by 3 with a remainder of 1
|
||||
|
||||
POINTS: 14
|
||||
DEADLINE: 2019-12-16 23:59
|
||||
REMAINDER: 0/3
|
||||
|
@ -16,5 +16,9 @@ deterministyczny i nie zawiera cykli.
|
||||
|
||||
Ewentualne wagi należy pomijać.
|
||||
|
||||
NOTE: Task only for students whose student index number ("numer
|
||||
indeksu") is divisable by 3 with a remainder of 1
|
||||
|
||||
POINTS: 14
|
||||
DEADLINE: 2019-12-16 23:59
|
||||
REMAINDER: 1/3
|
||||
|
@ -15,6 +15,9 @@ w przeciwnym razie
|
||||
|
||||
NIE
|
||||
|
||||
NOTE: Task only for students whose student index number ("numer
|
||||
indeksu") is divisable by 3 with a remainder of 2
|
||||
|
||||
POINTS: 14
|
||||
DEADLINE: 2019-12-16 23:59
|
||||
REMAINDER: 2/3
|
||||
|
2
blend.sh
2
blend.sh
@ -19,7 +19,7 @@ cp "${PREFIX}/count-points.pl" arena/
|
||||
cp "${PREFIX}/overrides.txt" arena/
|
||||
cp "${PREFIX}/Makefile" arena/
|
||||
|
||||
for TX in X01 X02 X03 X04 B00 B01 B02 E01 E02 E03 E04 # X05 X06 X07 X08 X09 X10 B03 B04 X10
|
||||
for TX in X01 X02 X03 X04 B00 B01 B02 B03 B04 B05 E01 E02 E03 E04 # X05 X06 X07 X08 X09 X10 B03 B04 X10
|
||||
do
|
||||
mkdir -p arena/Task$TX
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user