change points
This commit is contained in:
parent
7d43f6926f
commit
0de1b01519
@ -4,5 +4,5 @@ Return line no matter of word "pies" casing.
|
|||||||
Do not use regular expressions, just the simplest capabilities
|
Do not use regular expressions, just the simplest capabilities
|
||||||
of a programming language.
|
of a programming language.
|
||||||
|
|
||||||
POINTS: 1
|
POINTS: 2
|
||||||
DEADLINE: 2021-12-08 16:00:00
|
DEADLINE: 2021-12-08 16:00:00
|
||||||
|
@ -3,5 +3,5 @@ Note that part ' r.' is obligatory.
|
|||||||
Do not use regular expressions, just the simplest capabilities
|
Do not use regular expressions, just the simplest capabilities
|
||||||
of a programming language.
|
of a programming language.
|
||||||
|
|
||||||
POINTS: 2
|
POINTS: 3
|
||||||
DEADLINE: 2021-12-08 16:00:00
|
DEADLINE: 2021-12-08 16:00:00
|
||||||
|
@ -3,5 +3,5 @@ Return only these substrings separated by spaces in their order.
|
|||||||
Do not use regular expressions, just the simplest capabilities
|
Do not use regular expressions, just the simplest capabilities
|
||||||
of a programming language.
|
of a programming language.
|
||||||
|
|
||||||
POINTS: 3
|
POINTS: 4
|
||||||
DEADLINE: 2021-12-08 16:00:00
|
DEADLINE: 2021-12-08 16:00:00
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
Read a description of a deterministic finite-state automaton in the AT&T format
|
|
||||||
(without weights) from the file in the first argument. Use sys.argv[1].
|
|
||||||
|
|
||||||
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.py test.arg < test1.in > test1.out
|
|
||||||
|
|
||||||
POINTS: 3
|
|
||||||
DEADLINE: 2021-12-08 16:00:00
|
|
@ -1,16 +0,0 @@
|
|||||||
0 1 x
|
|
||||||
1 2 y
|
|
||||||
2 3 z
|
|
||||||
0 4 y
|
|
||||||
0 4 z
|
|
||||||
1 4 x
|
|
||||||
1 4 z
|
|
||||||
2 4 x
|
|
||||||
2 4 y
|
|
||||||
3 4 x
|
|
||||||
3 4 y
|
|
||||||
3 4 z
|
|
||||||
4 4 x
|
|
||||||
4 4 y
|
|
||||||
4 4 z
|
|
||||||
3
|
|
@ -1,9 +0,0 @@
|
|||||||
NO
|
|
||||||
YES
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
@ -1,9 +0,0 @@
|
|||||||
xxyz
|
|
||||||
xyz
|
|
||||||
xy
|
|
||||||
zz
|
|
||||||
xxy
|
|
||||||
yzx
|
|
||||||
|
|
||||||
x
|
|
||||||
xyzz
|
|
Loading…
Reference in New Issue
Block a user