change arg to in files in taskF06
This commit is contained in:
parent
fb20c4ffe9
commit
e25695a0b1
@ -2,7 +2,7 @@ Paths
|
|||||||
======
|
======
|
||||||
|
|
||||||
Your program should read a finite-state automaton from
|
Your program should read a finite-state automaton from
|
||||||
the file in the first argument.
|
the standard input.
|
||||||
The automaton is deterministic, you can assume it does not contain
|
The automaton is deterministic, you can assume it does not contain
|
||||||
cycles. The automaton alphabet is the set of Polish lower-case letters
|
cycles. The automaton alphabet is the set of Polish lower-case letters
|
||||||
(English letters plus: ą, ć, ę, ł, ń, ó, ś, ź and ż).
|
(English letters plus: ą, ć, ę, ł, ń, ó, ś, ź and ż).
|
||||||
|
14774
TaskF06/medium.arg
14774
TaskF06/medium.arg
File diff suppressed because it is too large
Load Diff
13989
TaskF06/medium2.arg
13989
TaskF06/medium2.arg
File diff suppressed because it is too large
Load Diff
@ -1,18 +0,0 @@
|
|||||||
0 1 b
|
|
||||||
0 2 d
|
|
||||||
0 3 p
|
|
||||||
0 4 s
|
|
||||||
1 5 i
|
|
||||||
2 6 o
|
|
||||||
3 7 i
|
|
||||||
4 8 t
|
|
||||||
5 9 a
|
|
||||||
6 14 m
|
|
||||||
7 10 ł
|
|
||||||
8 11 a
|
|
||||||
9 12 ł
|
|
||||||
10 14 a
|
|
||||||
11 13 l
|
|
||||||
12 14 y
|
|
||||||
13 14 i
|
|
||||||
14
|
|
@ -1,18 +0,0 @@
|
|||||||
0 1 b
|
|
||||||
0 2 d
|
|
||||||
0 3 p
|
|
||||||
0 4 s
|
|
||||||
1 5 i
|
|
||||||
2 6 o
|
|
||||||
3 7 i
|
|
||||||
4 8 t
|
|
||||||
5 9 a
|
|
||||||
6 15 m
|
|
||||||
7 10 ł
|
|
||||||
8 11 a
|
|
||||||
9 12 ł
|
|
||||||
10 14 a
|
|
||||||
11 13 l
|
|
||||||
12 14 y
|
|
||||||
13 14 i
|
|
||||||
14
|
|
Loading…
Reference in New Issue
Block a user