New task
This commit is contained in:
parent
3083b047ae
commit
cb2f2560c1
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!
|
Loading…
Reference in New Issue
Block a user