Fix deadlines
This commit is contained in:
parent
e8ca40d29e
commit
fb20c4ffe9
@ -1,4 +1,4 @@
|
||||
Read a description of a deterministic finite-state automaton in the AT&T format
|
||||
Read a description of a deterministic finite-state automaton in the AT&T format
|
||||
(without weights) from the file in the first argument.
|
||||
|
||||
Read strings from the standard input.
|
||||
@ -8,4 +8,4 @@ automaton, write YES, otherwise- write NO.
|
||||
The program is invoked like this: ./run test1.arg < test1.in > test1.out
|
||||
|
||||
POINTS: 3
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
DEADLINE: 2020-12-23 15:30:00
|
||||
|
@ -2,13 +2,13 @@ Use a deterministic finite-state automaton (FSA) engine from the previous task.
|
||||
Create your own FSA description to check whether the word "Hamlet" is in the given line.
|
||||
Don't use external files like in TaskE00 (description should be included in run file).
|
||||
|
||||
You may restrict the FSA alphabet to characters included in the word "Hamlet" plus "x" and
|
||||
You may restrict the FSA alphabet to characters included in the word "Hamlet" plus "x" and
|
||||
change all characters different from characters in word "Hamlet" to "x".
|
||||
|
||||
Read strings from the standard input.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
|
||||
POINTS: 2
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
REMAINDER: 0/4
|
||||
DEADLINE: 2020-12-24 15:30:00
|
||||
REMAINDER: 0/4
|
||||
|
@ -2,13 +2,13 @@ Use a deterministic finite-state automaton (FSA) engine from the previous task.
|
||||
Create your own FSA description to check whether the word "Ophelia" is in the given line.
|
||||
Don't use external files like in TaskE00 (description should be included in run file).
|
||||
|
||||
You may restrict the FSA alphabet to characters included in the word "Ophelia" plus "x" and
|
||||
You may restrict the FSA alphabet to characters included in the word "Ophelia" plus "x" and
|
||||
change all characters different from characters in word "Ophelia" to "x".
|
||||
|
||||
Read strings from the standard input.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
|
||||
POINTS: 2
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
REMAINDER: 1/4
|
||||
DEADLINE: 2020-12-24 15:30:00
|
||||
REMAINDER: 1/4
|
||||
|
@ -2,13 +2,13 @@ Use a deterministic finite-state automaton (FSA) engine from the previous task.
|
||||
Create your own FSA description to check whether the word "Juliet" is in the given line.
|
||||
Don't use external files like in TaskE00 (description should be included in run file).
|
||||
|
||||
You may restrict the FSA alphabet to characters included in the word "Juliet" plus "x" and
|
||||
You may restrict the FSA alphabet to characters included in the word "Juliet" plus "x" and
|
||||
change all characters different from characters in word "Juliet" to "x".
|
||||
|
||||
Read strings from the standard input.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
|
||||
POINTS: 2
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
REMAINDER: 2/4
|
||||
DEADLINE: 2020-12-24 15:30:00
|
||||
REMAINDER: 2/4
|
||||
|
@ -2,13 +2,13 @@ Use a deterministic finite-state automaton (FSA) engine from the previous task.
|
||||
Create your own FSA description to check whether the word "Macbeth" is in the given line.
|
||||
Don't use external files like in TaskE00 (description should be included in run file).
|
||||
|
||||
You may restrict the FSA alphabet to characters included in the word "Macbeth" plus "x" and
|
||||
You may restrict the FSA alphabet to characters included in the word "Macbeth" plus "x" and
|
||||
change all characters different from characters in word "Macbeth" to "x".
|
||||
|
||||
Read strings from the standard input.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
|
||||
POINTS: 2
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
REMAINDER: 3/4
|
||||
DEADLINE: 2020-12-24 15:30:00
|
||||
REMAINDER: 3/4
|
||||
|
@ -3,12 +3,12 @@ Create your own FSA description to check whether the line contains
|
||||
date from 1900 to 1999 in format '19XX r.'
|
||||
Don't use external files like in TaskE00 (description should be included in run file).
|
||||
|
||||
You may restrict the FSA alphabet to all possible characters included in the word "19XX r." plus "x" and
|
||||
You may restrict the FSA alphabet to all possible characters included in the word "19XX r." plus "x" and
|
||||
change all irrelevant characters in line to 'x'.
|
||||
|
||||
Read strings from the standard input.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
|
||||
POINTS: 2
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
DEADLINE: 2020-12-24 15:30:00
|
||||
|
@ -5,9 +5,9 @@ Don't use external files like in TaskE00 (description should be included in run
|
||||
The alphabet is "0", "1".
|
||||
|
||||
Read strings from the standard input.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
|
||||
POINTS: 3
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
REMAINDER: 1/4
|
||||
DEADLINE: 2020-12-24 15:30:00
|
||||
REMAINDER: 1/4
|
||||
|
@ -5,9 +5,9 @@ Don't use external files like in TaskE00 (description should be included in run
|
||||
The alphabet is "0", "1".
|
||||
|
||||
Read strings from the standard input.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
|
||||
POINTS: 3
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
REMAINDER: 2/4
|
||||
DEADLINE: 2020-12-24 15:30:00
|
||||
REMAINDER: 2/4
|
||||
|
@ -6,9 +6,9 @@ Don't use external files like in TaskE00 (description should be included in run
|
||||
The alphabet is "0", "1".
|
||||
|
||||
Read strings from the standard input.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
|
||||
POINTS: 3
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
REMAINDER: 3/4
|
||||
DEADLINE: 2020-12-24 15:30:00
|
||||
REMAINDER: 3/4
|
||||
|
@ -6,9 +6,9 @@ Don't use external files like in TaskE00 (description should be included in run
|
||||
The alphabet is "0", "1".
|
||||
|
||||
Read strings from the standard input.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
If a string is accepted by the
|
||||
automaton, write YES, otherwise- write NO.
|
||||
|
||||
POINTS: 3
|
||||
DEADLINE: 2020-12-20 23:59:59
|
||||
REMAINDER: 0/4
|
||||
DEADLINE: 2020-12-24 15:30:00
|
||||
REMAINDER: 0/4
|
||||
|
Loading…
Reference in New Issue
Block a user