daut2021-rano/TaskB03/description.txt

15 lines
391 B
Plaintext
Raw Normal View History

2022-01-10 10:14:06 +01:00
Use a deterministic finite-state automaton (FSA) engine from the TaskE00.
Create your own FSA description to check whether the string contains "0"
even number of times.
Save it to test.arg file.
The alphabet is "0", "1".
Read strings from the standard input.
If a string is accepted by the
automaton, write YES, otherwise- write NO.
POINTS: 3
DEADLINE: 2022-01-23 16:00:00
REMAINDER: 3/4