-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.txt
More file actions
72 lines (71 loc) · 1.34 KB
/
input.txt
File metadata and controls
72 lines (71 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
CREATE file1
CREATE file2
CREATE file3
CREATE file4
CREATE file5
# Error handling
CREATE file1
READ fileX
INSERT file1
UPDATE file2
SNAPSHOT file3
ROLLBACK file3 999
ROLLBACK file3
RECENT FILES 10
BIGGEST TREES 10
INSERT file1 A
SNAPSHOT file1 "snap1"
INSERT file1 B
SNAPSHOT file1 "snap2"
INSERT file1 C
ROLLBACK file1 1
INSERT file1 D
SNAPSHOT file1 "branch-snap"
INSERT file1 E
ROLLBACK file1 2
INSERT file1 F
INSERT file2 P
INSERT file2 Q
SNAPSHOT file2 "snap1"
INSERT file2 R
ROLLBACK file2 1
INSERT file2 S
SNAPSHOT file2 "branch-snap"
INSERT file2 T
ROLLBACK file2 0
INSERT file2 U
INSERT file3 M
SNAPSHOT file3 "snap1"
INSERT file3 N
INSERT file3 O
SNAPSHOT file3 "snap2"
ROLLBACK file3 1
INSERT file3 P
SNAPSHOT file3 "branch-snap"
INSERT file3 Q
ROLLBACK file3 0
INSERT file3 R
INSERT file4 X
INSERT file4 Y
SNAPSHOT file4 "snap1"
INSERT file4 Z
ROLLBACK file4 0
INSERT file4 W
SNAPSHOT file4 "branch-snap"
INSERT file4 V
ROLLBACK file4 1
INSERT file4 U
INSERT file5 a
SNAPSHOT file5 "snap1"
INSERT file5 b
INSERT file5 c
SNAPSHOT file5 "snap2"
ROLLBACK file5 1
INSERT file5 d
SNAPSHOT file5 "branch-snap"
INSERT file5 e
ROLLBACK file5 0
INSERT file5 f
RECENT_FILES 5
BIGGEST_TREES 5
EXIT