daut2021-rano/TaskC02/description.txt
Jakub Pokrywka 7c346f70d1 add C tasks
2022-01-16 20:21:03 +01:00

14 lines
373 B
Plaintext

Use a non deterministic finite-state automaton (FSA) engine from the TaskC00.
Create your own non deterministic FSA description to check whether the string
ends with "ab"
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: 1/3