daut2021-rano/TaskC00/description.txt
Jakub Pokrywka 7c346f70d1 add C tasks
2022-01-16 20:21:03 +01:00

15 lines
676 B
Plaintext

Read a description of a non-deterministic finite-state automaton in the AT&T format
(without weights) from the file in the first argument.
Read strings from the standard input.
If a string is accepted by the
automaton, write YES, otherwise- write NO.
The program is invoked like this: python run.py test1.arg < test1.in > test1.out
Note that not all transitions must be included in description.
If no transition is given for the given state and letter, write NO.
POINTS: 5
DEADLINE: 2022-01-30 16:00:00