jfz-2023-s473616/TaskB00/description.txt

8 lines
334 B
Plaintext
Raw Normal View History

2023-10-30 09:43:54 +01:00
Read a description of a 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.
2023-11-11 19:28:17 +01:00
The program is invoked like this: ./run.py fsa_description.arg < test1.in > test1.out