forked from filipg/djfz-2019
Translate into English
This commit is contained in:
parent
7bf77f64c0
commit
f04815b6b4
@ -1,22 +1,28 @@
|
|||||||
Ścieżki
|
Paths
|
||||||
=======
|
======
|
||||||
|
|
||||||
Program powinien wczytać automat skończeniestanowy (bez wag) ze
|
Your program should read a finite-state automaton from standard input.
|
||||||
standardowego wejścia. Zakładamy, że automat jest deterministyczny i
|
The automaton is deterministic, you can assume it does not contain
|
||||||
nie zawiera cykli. Alfabet automatu stanowią litery języka polskiego.
|
cycles. The automaton alphabet is the set of Polish lower-case letters
|
||||||
|
(English letters plus: ą, ć, ę, ł, ń, ó, ś, ź and ż).
|
||||||
|
|
||||||
Program powinien wypisać na standardowe wyjście wszystkie ścieżki
|
Your program should print, on standard output, all the paths of the
|
||||||
automatu w porządku alfabetycznym. Wypisać ścieżkę oznacza wyprowadzić
|
automaton in alphabetical order. "Print a path" means print a text
|
||||||
linię tekstu zawierającą jako kolejne znaki kolejne symbole wejściowe
|
line containing all subsequent characters.
|
||||||
automatu i zakończoną znakiem końca linii.
|
|
||||||
|
The program does not have to check whether the automaton is correct
|
||||||
|
and whether it is deterministic and does not contain cycles.
|
||||||
|
|
||||||
Program nie musi sprawdzać, czy tekst wczytany ze standardowego
|
Program nie musi sprawdzać, czy tekst wczytany ze standardowego
|
||||||
wejścia jest poprawnym opisem automatu i czy automat jest
|
wejścia jest poprawnym opisem automatu i czy automat jest
|
||||||
deterministyczny i nie zawiera cykli.
|
deterministyczny i nie zawiera cykli.
|
||||||
|
|
||||||
Ewentualne wagi należy pomijać.
|
Weights (if any) should be disregarded.
|
||||||
|
|
||||||
NOTE: Task only for students whose student index number ("numer
|
NOTE 1. In section B for points for your tasks, the maximum (rather
|
||||||
|
than sum) is taken.
|
||||||
|
|
||||||
|
NOTE 2. Task only for students whose student index number ("numer
|
||||||
indeksu") is divisable by 3 with a remainder of 1
|
indeksu") is divisable by 3 with a remainder of 1
|
||||||
|
|
||||||
POINTS: 14
|
POINTS: 14
|
||||||
|
Loading…
Reference in New Issue
Block a user