2020-12-24 09:36:56 +01:00
|
|
|
Read a description of a deterministic finite-state automaton in the AT&T format
|
2020-12-06 17:47:39 +01:00
|
|
|
(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 test1.arg < test1.in > test1.out
|
|
|
|
|
|
|
|
POINTS: 3
|
2020-12-24 09:36:56 +01:00
|
|
|
DEADLINE: 2020-12-23 15:30:00
|