Merge branch 'master' of https://git.wmi.amu.edu.pl/filipg/djfz-2019
This commit is contained in:
commit
fd9398f942
@ -1,7 +1,5 @@
|
|||||||
Write a Thrax grammar that adds 4 to a non-negative integer (in decimal
|
Write a Thrax grammar that adds 4 to a non-negative integer (in decimal
|
||||||
notation).
|
notation).
|
||||||
Napisz gramatykę Thraxową, która do liczby nieujemnej (w zapisie
|
|
||||||
dziesiętnym) dodaje 4.
|
|
||||||
|
|
||||||
Hints:
|
Hints:
|
||||||
- easier to define reverted automaton and then use Reverse
|
- easier to define reverted automaton and then use Reverse
|
||||||
|
9
TaskX08/description.txt
Normal file
9
TaskX08/description.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Napisz gramatykę Thraxową, która usuwa wszystkie znaki z wyjątkiem
|
||||||
|
polskich liter (małych i wielkich) i spacji. Wielkie litery powinny
|
||||||
|
być zamieniane na małe.
|
||||||
|
|
||||||
|
Podpowiedź: rozwiązanie nie będzie _bardzo_ krótkie, pewne rzeczy
|
||||||
|
trzeba będzie wyliczyć.
|
||||||
|
|
||||||
|
POINTS: 2
|
||||||
|
DEADLINE: 2020-01-20 18:50
|
6
TaskX08/test.exp
Normal file
6
TaskX08/test.exp
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Input string: Output string: ala ma kota
|
||||||
|
Input string: Output string: być albo nie być oto jest pytanie
|
||||||
|
Input string: Output string: przesada dwie laski dynamitu to by była przesada
|
||||||
|
Input string: Output string: róg rogi
|
||||||
|
Input string: Output string: rico żadnych testów jądrowych w bazie
|
||||||
|
Input string:
|
5
TaskX08/test.in
Normal file
5
TaskX08/test.in
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Ala ma kota.
|
||||||
|
Być albo nie być, oto jest pytanie.
|
||||||
|
Przesada? Dwie laski dynamitu to by była przesada.
|
||||||
|
róg rogi
|
||||||
|
Rico, żadnych testów jądrowych w bazie!
|
2
blend.sh
2
blend.sh
@ -19,7 +19,7 @@ cp "${PREFIX}/count-points.pl" arena/
|
|||||||
cp "${PREFIX}/overrides.txt" arena/
|
cp "${PREFIX}/overrides.txt" arena/
|
||||||
cp "${PREFIX}/Makefile" arena/
|
cp "${PREFIX}/Makefile" arena/
|
||||||
|
|
||||||
for TX in X01 X02 X03 X04 X05 X06 X07 B00 B01 B02 B03 B04 B05 B06 C00 C01 C02 C03 C04 C05 C06 E01 E02 E03 E04 E05 # X05 X06 X07 X08 X09 X10 B03 B04 X10
|
for TX in X01 X02 X03 X04 X05 X06 X07 X08 B00 B01 B02 B03 B04 B05 B06 C00 C01 C02 C03 C04 C05 C06 E01 E02 E03 E04 E05 # X05 X06 X07 X08 X09 X10 B03 B04 X10
|
||||||
do
|
do
|
||||||
mkdir -p arena/Task$TX
|
mkdir -p arena/Task$TX
|
||||||
done
|
done
|
||||||
|
@ -4,3 +4,6 @@
|
|||||||
442613 E02 2 manually
|
442613 E02 2 manually
|
||||||
442613 E03 2 manually
|
442613 E03 2 manually
|
||||||
442613 X06 1 manually
|
442613 X06 1 manually
|
||||||
|
434726 A06 2 manually
|
||||||
|
434726 A26 3 manually
|
||||||
|
434726 A40 2 manually
|
||||||
|
Loading…
Reference in New Issue
Block a user