djfz-2023-s464986/TaskB00/description.txt

12 lines
376 B
Plaintext
Raw Permalink Normal View History

2023-10-11 19:12:03 +02: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.
The program is invoked like this: ./run.py fsa_description.arg < test1.in > test1.out
POINTS: 3
2023-10-15 16:22:40 +02:00
DEADLINE: 2023-10-29 23:59:59