daut2021-po16/TaskB00/description.txt
Jakub Pokrywka acdb640824 daut 1
2021-11-30 13:45:59 +01:00

12 lines
382 B
Plaintext

Read a description of a deterministic finite-state automaton in the AT&T format
(without weights) from the file in the first argument. Use sys.argv[1].
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 test.arg < test1.in > test1.out
POINTS: 3
DEADLINE: 2021-12-08 16:00:00