description.txt

This commit is contained in:
Jakub Pokrywka 2021-10-24 23:20:15 +02:00
parent 43b3aa2b1c
commit 49262673da

View File

@ -5,7 +5,7 @@ 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 fsa_description.arg < test1.in > test1.out
The program is invoked like this: ./run.py fsa_description.arg < test1.in > test1.out
POINTS: 3
DEADLINE: 2020-11-07 23:59:00