daut2021-rano/TaskC01/description.txt

14 lines
391 B
Plaintext
Raw Normal View History

2022-01-16 20:21:03 +01:00
Use a non deterministic finite-state automaton (FSA) engine from the TaskC00.
Create your own non deterministic FSA description to check whether the string second letter
from right is 'b'.
The alphabet is "a", "b", "C"
Read strings from the standard input.
If a string is accepted by the
automaton, write YES, otherwise- write NO.
POINTS: 4
DEADLINE: 2022-01-30 16:00:00
REMAINDER: 0/3