diff --git a/TaskX05/description.txt b/TaskX05/description.txt index b93dfe6..e9d0d05 100644 --- a/TaskX05/description.txt +++ b/TaskX05/description.txt @@ -1,9 +1,9 @@ -Napisz gramatykę Thraxową, która zamienia wszystkie wystąpienia form -słowa "Legia" na odpowiadające formy słowa "Lech" (forma "Legii" ma -zostać zamieniona na "Lecha"). +Write a Thrax grammar which replaces all occurrences of Polish +inflected forms of the word "Legia" ("Legia", "Legią", "Legię", +"Legii") into the corresponding forms of the word "Lech" ("Lech", +"Lechem", "Lecha", "Lecha", respectively). -Uwaga: to tylko przykład zadania (i rozwiązania). Zadanie ma już -rozwiązanie, proszę go nie rozwiązywać! +The task has a solution already, do not solve it! POINTS: 0 DEADLINE: 2020-01-30 23:00 diff --git a/TaskX06/description.txt b/TaskX06/description.txt index 50d3de4..79b046a 100644 --- a/TaskX06/description.txt +++ b/TaskX06/description.txt @@ -1,8 +1,8 @@ -Napisz gramatykę Thraxową, która zamienia zera na jedynki -i jedynki na zera, a pozostałe cyfry pozostawia bez zmian. +Write a Thrax grammar which replaces all 0s to 1s and 1s to 0s (other +digits should not be changed). -Można założyć, że na wejściu podawane są jedynie napisy składające się -z cyfr. +You can assume that only string composed of digits are given on the +input. POINTS: 1 DEADLINE: 2019-12-13 23:59