id
int64
0
25k
prompt
stringlengths
265
3.39k
answer
stringclasses
14 values
pythoncode
stringlengths
267
3.39k
num_nodes
int64
3
10
num_edges
int64
3
56
avg_node_edge
float64
1
5.6
graph_density
float64
0.11
1
num_classes
int64
2
10
avg_node_class
float64
1
5
max_num_field
int64
1
10
min_num_field
int64
1
5
avg_num_field
float64
1
7.8
path_length
int64
3
10
max_node_visits
int64
1
6
max_edge_visits
int64
1
5
unique_node_number
int64
2
10
path_node_coverage
float64
0.2
1
unique_edge_number
int64
2
10
path_edge_coverage
float64
0.04
1
num_cycle
int64
0
9
shortest_cycle
int64
2
9
longest_cycle
int64
2
10
average_cycle
float64
2
9
unique_edge_label
int64
1
9
max_label_occurrences
int64
1
10
max_label_consecutive
int64
1
10
max_node_outdegree
int64
1
5
1,600
class A: def __init__(self, txt: str): self.r: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.o: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
m"
class A: def __init__(self, txt: str): self.r: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.o: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
9
24
2.666667
0.333333
3
3
3
2
2.666667
5
2
2
4
0.444444
4
0.166667
2
3
3
3
3
2
1
1
1,601
class A: def __init__(self, txt: str): self.w: C = None self.o: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
m"
class A: def __init__(self, txt: str): self.w: C = None self.o: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
5
9
1.8
0.45
3
1.666667
3
1
1.666667
3
2
2
2
0.4
2
0.222222
2
2
2
2
2
2
1
1
1,602
class A: def __init__(self, txt: str): self.o: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.u: C = None self.txt =...
m"
class A: def __init__(self, txt: str): self.o: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.u: C = None self.txt =...
10
17
1.7
0.188889
3
3.333333
2
1
1.666667
10
6
3
3
0.3
4
0.235294
8
2
10
4.210526
2
8
7
2
1,603
class A: def __init__(self, txt: str): self.p: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.u: B = None self.txt =...
j"
class A: def __init__(self, txt: str): self.p: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.u: B = None self.txt =...
10
14
1.4
0.155556
3
3.333333
2
1
1.666667
10
6
5
2
0.2
2
0.142857
9
2
10
4.4
1
10
10
1
1,604
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
k"
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
7
11
1.571429
0.261905
3
2.333333
3
1
1.666667
7
3
2
4
0.571429
4
0.363636
4
3
6
3.6
1
7
7
1
1,605
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt = txt g = A("g") a = B("a") m = C("m") g.x = m a....
m"
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt = txt g = A("g") a = B("a") m = C("m") g.x = m a....
3
3
1
0.5
3
1
1
1
1
3
2
1
3
1
3
1
1
2
2
2
3
1
1
1
1,606
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.v: A = None self.txt =...
e"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.v: A = None self.txt =...
3
5
1.666667
0.833333
3
1
2
1
1.666667
3
2
1
3
1
3
0.6
1
2
2
2
3
1
1
2
1,607
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.t: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.z: B ...
k"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.t: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.z: B ...
4
8
2
0.666667
3
1.333333
3
1
2.333333
4
2
2
3
0.75
3
0.375
2
2
2
2
3
2
1
2
1,608
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.w: A = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.o: C ...
h"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.w: A = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.o: C ...
7
16
2.285714
0.380952
3
2.333333
3
1
2.333333
4
2
1
4
0.571429
4
0.25
1
3
3
3
3
2
1
1
1,609
class A: def __init__(self, txt: str): self.q: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.y: A ...
n"
class A: def __init__(self, txt: str): self.q: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.y: A ...
7
15
2.142857
0.357143
3
2.333333
3
2
2.333333
4
2
1
4
0.571429
4
0.266667
1
2
2
2
4
1
1
1
1,610
class A: def __init__(self, txt: str): self.t: B = None self.z: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C ...
m"
class A: def __init__(self, txt: str): self.t: B = None self.z: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C ...
8
21
2.625
0.375
3
2.666667
3
2
2.333333
8
2
1
7
0.875
8
0.380952
2
3
3
3
6
3
3
2
1,611
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.txt = txt h = A("h") e = B("e") d = C("d") i = A("i") ...
f"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.txt = txt h = A("h") e = B("e") d = C("d") i = A("i") ...
9
9
1
0.125
3
3
1
1
1
6
4
3
2
0.222222
2
0.222222
5
2
6
3.111111
1
6
6
1
1,612
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.p: B = None self.x: A ...
j"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.p: B = None self.x: A ...
10
21
2.1
0.233333
3
3.333333
3
1
2
10
5
4
3
0.3
5
0.238095
8
2
8
4
3
7
4
2
1,613
class A: def __init__(self, txt: str): self.t: B = None self.s: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.t: B = None self.s: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
3
4
1.333333
0.666667
3
1
3
1
1.666667
3
2
2
2
0.666667
2
0.5
2
2
2
2
2
2
1
1
1,614
class A: def __init__(self, txt: str): self.v: A = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.s: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
j"
class A: def __init__(self, txt: str): self.v: A = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.s: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
8
12
1.5
0.214286
3
2.666667
3
2
2.333333
8
3
2
4
0.5
6
0.5
5
2
5
3
4
3
3
2
1,615
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.r: B = None self.txt = txt d = A("d") m = B("m...
a"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.r: B = None self.txt = txt d = A("d") m = B("m...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
4
2
2
3
0.428571
3
0.333333
2
2
2
2
1
4
4
1
1,616
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt h = A("h") f = B("f") l = C("l") h.q = f f....
h"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt h = A("h") f = B("f") l = C("l") h.q = f f....
3
3
1
0.5
3
1
1
1
1
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
1,617
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.x: A = None self.u: B ...
c"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.x: A = None self.u: B ...
8
18
2.25
0.321429
3
2.666667
3
1
2
5
2
1
5
0.625
5
0.277778
1
3
3
3
2
4
4
2
1,618
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.x: C = None self.z: B = None self.txt =...
i"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.x: C = None self.z: B = None self.txt =...
10
12
1.2
0.133333
3
3.333333
3
1
1.666667
3
1
1
4
0.4
3
0.25
0
null
null
null
2
2
2
1
1,619
class A: def __init__(self, txt: str): self.q: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.w: A ...
m"
class A: def __init__(self, txt: str): self.q: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.w: A ...
10
19
1.9
0.211111
3
3.333333
2
2
2
9
4
3
5
0.5
6
0.315789
5
2
6
3.111111
5
3
1
2
1,620
class A: def __init__(self, txt: str): self.r: B = None self.q: C = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.s: C ...
b"
class A: def __init__(self, txt: str): self.r: B = None self.q: C = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.s: C ...
5
9
1.8
0.45
3
1.666667
3
1
2
5
2
1
5
1
5
0.555556
1
4
4
4
4
2
1
1
1,621
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.s: A = None self.v: C ...
j"
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.s: A = None self.v: C ...
8
15
1.875
0.267857
3
2.666667
3
1
2
4
1
1
5
0.625
4
0.266667
0
null
null
null
4
1
1
1
1,622
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.txt = txt l = A("l") i = B("i") g = C("g") n = C("n") ...
n"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.txt = txt l = A("l") i = B("i") g = C("g") n = C("n") ...
4
4
1
0.333333
3
1.333333
1
1
1
3
1
1
4
1
3
0.75
0
null
null
null
3
1
1
1
1,623
class A: def __init__(self, txt: str): self.v: C = None self.r: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
h"
class A: def __init__(self, txt: str): self.v: C = None self.r: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
6
12
2
0.4
3
2
3
2
2.333333
3
2
1
3
0.5
3
0.25
1
2
2
2
2
2
2
1
1,624
class A: def __init__(self, txt: str): self.q: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.y: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
a"
class A: def __init__(self, txt: str): self.q: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.y: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
7
19
2.714286
0.452381
3
2.333333
3
2
2.666667
3
1
1
4
0.571429
3
0.157895
0
null
null
null
3
1
1
1
1,625
class A: def __init__(self, txt: str): self.o: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
j"
class A: def __init__(self, txt: str): self.o: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
10
26
2.6
0.288889
3
3.333333
3
2
2.666667
7
2
1
5
0.5
7
0.269231
3
2
2
2
4
2
2
2
1,626
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.y: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.y: A = None self.txt =...
6
7
1.166667
0.233333
3
2
2
1
1.666667
3
2
1
3
0.5
3
0.428571
1
2
2
2
1
3
3
1
1,627
class A: def __init__(self, txt: str): self.s: C = None self.o: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.u: B ...
n"
class A: def __init__(self, txt: str): self.s: C = None self.o: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.u: B ...
5
10
2
0.5
3
1.666667
3
1
2
4
2
1
3
0.6
4
0.4
2
2
3
2.5
3
2
1
2
1,628
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.u: C ...
l"
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.u: C ...
9
16
1.777778
0.222222
3
3
3
1
2.333333
7
3
3
4
0.444444
4
0.25
4
2
4
2.666667
4
3
1
1
1,629
class A: def __init__(self, txt: str): self.x: A = None self.o: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.p: B ...
c"
class A: def __init__(self, txt: str): self.x: A = None self.o: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.p: B ...
5
9
1.8
0.45
3
1.666667
3
1
2.333333
3
1
1
4
0.8
3
0.333333
0
null
null
null
2
2
1
1
1,630
class A: def __init__(self, txt: str): self.v: B = None self.w: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.z: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.v: B = None self.w: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.z: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt:...
7
17
2.428571
0.404762
3
2.333333
3
3
3
3
2
1
3
0.428571
3
0.176471
1
3
3
3
1
3
3
1
1,631
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.o: B = None self.w: C ...
f"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.o: B = None self.w: C ...
8
17
2.125
0.303571
3
2.666667
3
1
2
4
2
1
4
0.5
4
0.235294
1
2
2
2
2
3
3
2
1,632
class A: def __init__(self, txt: str): self.v: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
c"
class A: def __init__(self, txt: str): self.v: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
6
8
1.333333
0.266667
3
2
2
1
1.666667
6
4
3
2
0.333333
2
0.25
5
2
6
3.111111
1
6
6
1
1,633
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.o: B = None self.p: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.o: B = None self.p: A = None self.txt =...
5
11
2.2
0.55
3
1.666667
3
1
1.666667
3
2
2
2
0.4
2
0.181818
2
2
2
2
2
2
1
1
1,634
class A: def __init__(self, txt: str): self.x: B = None self.r: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.v: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt:...
e"
class A: def __init__(self, txt: str): self.x: B = None self.r: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.v: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt:...
5
12
2.4
0.6
3
1.666667
3
3
3
5
2
1
4
0.8
5
0.416667
2
2
3
2.5
5
1
1
2
1,635
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.z: B = None self.u: B = None self.txt =...
l"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.z: B = None self.u: B = None self.txt =...
3
4
1.333333
0.666667
3
1
3
1
1.666667
3
2
1
3
1
3
0.75
1
2
2
2
3
1
1
1
1,636
class A: def __init__(self, txt: str): self.s: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.p: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.s: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.p: B = None self.txt =...
5
9
1.8
0.45
3
1.666667
2
1
1.666667
4
1
1
5
1
4
0.444444
0
null
null
null
3
2
1
1
1,637
class A: def __init__(self, txt: str): self.y: C = None self.v: A = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.o: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
h"
class A: def __init__(self, txt: str): self.y: C = None self.v: A = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.o: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
9
23
2.555556
0.319444
3
3
3
2
2.666667
5
2
2
4
0.444444
4
0.173913
2
4
4
4
2
3
1
1
1,638
class A: def __init__(self, txt: str): self.t: B = None self.w: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.s: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt:...
g"
class A: def __init__(self, txt: str): self.t: B = None self.w: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.s: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt:...
4
8
2
0.666667
3
1.333333
3
3
3
4
2
2
3
0.75
3
0.375
2
3
3
3
3
2
1
1
1,639
class A: def __init__(self, txt: str): self.x: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
j"
class A: def __init__(self, txt: str): self.x: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
4
4
1
0.333333
3
1.333333
2
1
1.666667
4
3
2
2
0.5
3
0.75
3
2
4
2.5
3
2
1
2
1,640
class A: def __init__(self, txt: str): self.s: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.u: C = None self.r: A ...
j"
class A: def __init__(self, txt: str): self.s: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.u: C = None self.r: A ...
7
14
2
0.333333
3
2.333333
3
1
2
7
3
1
5
0.714286
7
0.5
3
2
5
3
5
3
2
2
1,641
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.z: B = None self.s: A ...
h"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.z: B = None self.s: A ...
4
8
2
0.666667
3
1.333333
3
1
2
3
2
1
3
0.75
3
0.375
1
3
3
3
3
1
1
1
1,642
class A: def __init__(self, txt: str): self.w: B = None self.v: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: C ...
i"
class A: def __init__(self, txt: str): self.w: B = None self.v: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: C ...
8
17
2.125
0.303571
3
2.666667
3
2
2.666667
5
2
1
5
0.625
5
0.294118
1
4
4
4
4
2
2
2
1,643
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.s: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.s: A = None self.txt =...
6
8
1.333333
0.266667
3
2
2
1
1.666667
6
3
3
3
0.5
3
0.375
4
2
4
2.666667
3
3
1
1
1,644
class A: def __init__(self, txt: str): self.w: B = None self.x: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C ...
i"
class A: def __init__(self, txt: str): self.w: B = None self.x: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C ...
4
7
1.75
0.583333
3
1.333333
3
2
2.666667
3
2
1
3
0.75
3
0.428571
1
2
2
2
2
2
2
1
1,645
class A: def __init__(self, txt: str): self.t: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.x: B ...
a"
class A: def __init__(self, txt: str): self.t: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.x: B ...
8
16
2
0.285714
3
2.666667
2
2
2
5
3
2
3
0.375
4
0.25
3
2
5
3.25
3
2
1
2
1,646
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.v: B = None self.txt = txt e = A("e") g = B("g...
d"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.v: B = None self.txt = txt e = A("e") g = B("g...
7
10
1.428571
0.238095
3
2.333333
2
1
1.333333
6
2
2
4
0.571429
4
0.4
3
3
3
3
2
4
2
1
1,647
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt m = A("m") n = B("n...
g"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt m = A("m") n = B("n...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
7
3
2
5
0.714286
6
0.666667
3
2
5
3
3
3
3
2
1,648
class A: def __init__(self, txt: str): self.u: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.r: A = None self.p: A ...
a"
class A: def __init__(self, txt: str): self.u: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.r: A = None self.p: A ...
9
21
2.333333
0.291667
3
3
3
1
2
6
2
2
5
0.555556
5
0.238095
2
2
2
2
3
4
4
2
1,649
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.y: B = None self.txt = txt b = A("b") m = B("m...
b"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.y: B = None self.txt = txt b = A("b") m = B("m...
5
6
1.2
0.3
3
1.666667
2
1
1.333333
3
2
2
2
0.4
2
0.333333
2
2
2
2
2
2
1
1
1,650
class A: def __init__(self, txt: str): self.t: C = None self.z: C = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.t: C = None self.z: C = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt:...
7
14
2
0.333333
3
2.333333
3
2
2.666667
4
2
1
4
0.571429
4
0.285714
1
2
2
2
2
3
3
1
1,651
class A: def __init__(self, txt: str): self.w: C = None self.z: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.w: A ...
m"
class A: def __init__(self, txt: str): self.w: C = None self.z: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.w: A ...
3
4
1.333333
0.666667
3
1
3
1
2
3
2
1
3
1
3
0.75
1
3
3
3
3
1
1
1
1,652
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.r: B = None self.y: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.r: B = None self.y: A = None self.txt =...
3
4
1.333333
0.666667
3
1
3
1
1.666667
3
2
1
3
1
3
0.75
1
2
2
2
3
1
1
1
1,653
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.y: B = None self.txt = txt n = A("n") i = B("i...
i"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.y: B = None self.txt = txt n = A("n") i = B("i...
9
13
1.444444
0.180556
3
3
2
1
1.333333
6
3
3
3
0.333333
3
0.230769
4
2
4
2.666667
2
3
1
1
1,654
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt d = A("d") a = B("a") b = C("b") n = A("n") ...
h"
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt d = A("d") a = B("a") b = C("b") n = A("n") ...
6
6
1
0.2
3
2
1
1
1
6
2
2
4
0.666667
4
0.666667
3
3
3
3
3
2
1
1
1,655
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.z: B = None self.txt =...
c"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.z: B = None self.txt =...
5
9
1.8
0.45
3
1.666667
2
1
1.666667
5
3
2
3
0.6
3
0.333333
3
2
4
2.5
3
2
1
1
1,656
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: C = None self.z: B = None self.txt = txt d = A("d") c = B("c...
a"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: C = None self.z: B = None self.txt = txt d = A("d") c = B("c...
10
16
1.6
0.177778
3
3.333333
2
1
1.333333
7
2
2
5
0.5
6
0.375
3
2
2
2
3
3
1
2
1,657
class A: def __init__(self, txt: str): self.u: C = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.v: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
d"
class A: def __init__(self, txt: str): self.u: C = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.v: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
3
4
1.333333
0.666667
3
1
3
2
2.333333
3
2
1
3
1
3
0.75
1
2
2
2
2
2
1
1
1,658
class A: def __init__(self, txt: str): self.z: B = None self.w: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
m"
class A: def __init__(self, txt: str): self.z: B = None self.w: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
7
15
2.142857
0.357143
3
2.333333
3
2
2.333333
3
2
1
3
0.428571
3
0.2
1
2
2
2
2
2
2
2
1,659
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.w: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.q: C ...
j"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.w: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.q: C ...
9
16
1.777778
0.222222
3
3
3
1
2
5
2
1
5
0.555556
5
0.3125
1
2
2
2
4
2
1
1
1,660
class A: def __init__(self, txt: str): self.u: C = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.q: B = None self.txt =...
n"
class A: def __init__(self, txt: str): self.u: C = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.q: B = None self.txt =...
4
6
1.5
0.5
3
1.333333
2
1
1.666667
4
2
1
4
1
4
0.666667
1
4
4
4
4
1
1
1
1,661
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.q: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.z: B ...
n"
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.q: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.z: B ...
8
21
2.625
0.375
3
2.666667
3
1
2.333333
7
2
2
6
0.75
6
0.285714
2
6
6
6
6
2
1
1
1,662
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.y: C = None self.txt = txt g = A("g") c = B("c...
n"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.y: C = None self.txt = txt g = A("g") c = B("c...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
5
3
2
3
0.428571
4
0.444444
3
2
4
3
2
3
2
2
1,663
class A: def __init__(self, txt: str): self.p: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.s: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
i"
class A: def __init__(self, txt: str): self.p: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.s: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
9
20
2.222222
0.277778
3
3
3
2
2.333333
9
3
3
5
0.555556
5
0.25
5
3
6
3.857143
4
4
2
2
1,664
class A: def __init__(self, txt: str): self.o: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.w: A = None self.v: A ...
i"
class A: def __init__(self, txt: str): self.o: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.w: A = None self.v: A ...
9
14
1.555556
0.194444
3
3
3
1
2
8
5
4
2
0.222222
2
0.142857
7
2
8
3.75
1
8
8
1
1,665
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.z: B = None self.txt = txt b = A("b") i = B("i...
i"
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.z: B = None self.txt = txt b = A("b") i = B("i...
10
17
1.7
0.188889
3
3.333333
2
1
1.333333
3
2
1
3
0.3
3
0.176471
1
2
2
2
2
2
2
1
1,666
class A: def __init__(self, txt: str): self.o: C = None self.s: B = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
k"
class A: def __init__(self, txt: str): self.o: C = None self.s: B = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
9
16
1.777778
0.222222
3
3
3
2
2.333333
5
2
1
4
0.444444
5
0.3125
2
3
3
3
3
2
2
2
1,667
class A: def __init__(self, txt: str): self.t: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.v: B = None self.txt =...
l"
class A: def __init__(self, txt: str): self.t: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.v: B = None self.txt =...
8
14
1.75
0.25
3
2.666667
2
1
1.666667
3
2
1
3
0.375
3
0.214286
1
2
2
2
2
2
2
1
1,668
class A: def __init__(self, txt: str): self.w: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.q: C ...
m"
class A: def __init__(self, txt: str): self.w: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.q: C ...
10
17
1.7
0.188889
3
3.333333
3
2
2.333333
5
2
1
5
0.5
5
0.294118
1
2
2
2
4
2
1
2
1,669
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.t: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.t: B = None self.txt =...
7
11
1.571429
0.261905
3
2.333333
2
1
1.666667
5
2
2
4
0.571429
4
0.363636
2
3
3
3
3
2
1
2
1,670
class A: def __init__(self, txt: str): self.w: C = None self.p: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.q: C ...
d"
class A: def __init__(self, txt: str): self.w: C = None self.p: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.q: C ...
7
17
2.428571
0.404762
3
2.333333
3
1
2.333333
7
2
1
6
0.857143
7
0.411765
2
2
6
4
5
2
1
2
1,671
class A: def __init__(self, txt: str): self.z: A = None self.t: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
l"
class A: def __init__(self, txt: str): self.z: A = None self.t: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
6
9
1.5
0.3
3
2
3
1
1.666667
5
2
2
4
0.666667
4
0.444444
2
2
2
2
3
2
1
2
1,672
class A: def __init__(self, txt: str): self.t: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.v: B = None self.w: C ...
b"
class A: def __init__(self, txt: str): self.t: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.v: B = None self.w: C ...
9
19
2.111111
0.263889
3
3
3
1
2
7
2
2
5
0.555556
6
0.315789
3
2
5
4
4
3
2
2
1,673
class A: def __init__(self, txt: str): self.p: B = None self.v: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.o: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt:...
m"
class A: def __init__(self, txt: str): self.p: B = None self.v: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.o: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt:...
10
26
2.6
0.288889
3
3.333333
3
3
3
7
3
1
6
0.6
7
0.269231
2
2
6
4
5
2
2
2
1,674
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.txt = txt j = A("j") a = B("a...
b"
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.txt = txt j = A("j") a = B("a...
6
8
1.333333
0.266667
3
2
2
1
1.333333
5
3
3
2
0.333333
2
0.25
4
2
4
2.666667
1
5
5
1
1,675
class A: def __init__(self, txt: str): self.o: B = None self.x: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt =...
j"
class A: def __init__(self, txt: str): self.o: B = None self.x: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt =...
9
12
1.333333
0.166667
3
3
3
1
1.666667
7
4
3
3
0.333333
3
0.25
5
2
6
3.111111
2
6
6
1
1,676
class A: def __init__(self, txt: str): self.p: C = None self.r: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.q: B ...
m"
class A: def __init__(self, txt: str): self.p: C = None self.r: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.q: B ...
6
14
2.333333
0.466667
3
2
3
1
2.333333
5
2
1
5
0.833333
5
0.357143
1
5
5
5
4
2
1
1
1,677
class A: def __init__(self, txt: str): self.q: B = None self.t: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt:...
c"
class A: def __init__(self, txt: str): self.q: B = None self.t: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt:...
6
12
2
0.4
3
2
3
1
2.333333
5
2
2
4
0.666667
4
0.333333
2
3
3
3
3
2
1
2
1,678
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.p: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.y: C ...
b"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.p: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.y: C ...
6
11
1.833333
0.366667
3
2
3
1
2
6
4
3
2
0.333333
2
0.181818
5
2
6
3.111111
2
3
1
1
1,679
class A: def __init__(self, txt: str): self.p: C = None self.s: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
d"
class A: def __init__(self, txt: str): self.p: C = None self.s: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
7
17
2.428571
0.404762
3
2.333333
3
2
2.333333
5
2
2
4
0.571429
4
0.235294
2
4
4
4
4
2
1
1
1,680
class A: def __init__(self, txt: str): self.z: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.o: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
a"
class A: def __init__(self, txt: str): self.z: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.o: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
9
20
2.222222
0.277778
3
3
3
2
2.333333
4
3
2
2
0.222222
2
0.1
3
2
4
2.5
1
4
4
1
1,681
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.r: C = None self.w: B ...
e"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.r: C = None self.w: B ...
8
15
1.875
0.267857
3
2.666667
3
1
2
6
2
2
4
0.5
4
0.266667
3
3
3
3
3
3
1
2
1,682
class A: def __init__(self, txt: str): self.y: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt =...
k"
class A: def __init__(self, txt: str): self.y: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt =...
4
4
1
0.333333
3
1.333333
2
1
1.666667
3
2
2
2
0.5
2
0.5
2
2
2
2
2
2
1
1
1,683
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.z: C = None self.w: B ...
b"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.z: C = None self.w: B ...
7
10
1.428571
0.238095
3
2.333333
3
1
2
7
4
3
3
0.428571
4
0.4
5
2
6
3.555556
3
3
1
2
1,684
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.s: A = None self.txt = txt a = A("a") e = B("e...
a"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.s: A = None self.txt = txt a = A("a") e = B("e...
7
8
1.142857
0.190476
3
2.333333
2
1
1.333333
7
4
3
3
0.428571
3
0.375
5
2
6
3.111111
2
6
6
1
1,685
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt i = A("i") m = B("m...
b"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt i = A("i") m = B("m...
7
10
1.428571
0.238095
3
2.333333
2
1
1.333333
5
3
2
3
0.428571
4
0.4
3
2
4
3
3
2
2
2
1,686
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.t: B = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.txt =...
k"
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.t: B = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.txt =...
7
9
1.285714
0.214286
3
2.333333
3
1
1.666667
3
2
1
2
0.285714
3
0.333333
2
2
2
2
2
2
2
2
1,687
class A: def __init__(self, txt: str): self.p: C = None self.x: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: C ...
g"
class A: def __init__(self, txt: str): self.p: C = None self.x: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: C ...
5
8
1.6
0.4
3
1.666667
3
1
2
4
2
1
4
0.8
4
0.5
1
2
2
2
2
2
2
1
1,688
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.v: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
m"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.v: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
8
9
1.125
0.160714
3
2.666667
3
1
1.666667
8
3
3
3
0.375
3
0.333333
6
3
6
4
1
8
8
1
1,689
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt = txt j = A("j") k = B("k") m = C("m") h = A("h") ...
m"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt = txt j = A("j") k = B("k") m = C("m") h = A("h") ...
4
4
1
0.333333
3
1.333333
1
1
1
3
2
2
2
0.5
2
0.5
2
2
2
2
2
2
1
1
1,690
class A: def __init__(self, txt: str): self.y: B = None self.r: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.s: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.y: B = None self.r: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.s: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt:...
6
15
2.5
0.5
3
2
3
2
2.666667
6
3
2
4
0.666667
5
0.333333
3
2
4
2.5
4
3
3
2
1,691
class A: def __init__(self, txt: str): self.r: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.z: C ...
a"
class A: def __init__(self, txt: str): self.r: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.z: C ...
8
14
1.75
0.25
3
2.666667
2
2
2
8
3
2
6
0.75
7
0.5
3
2
4
2.5
5
3
1
2
1,692
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.p: A = None self.y: A ...
h"
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.p: A = None self.y: A ...
8
13
1.625
0.232143
3
2.666667
3
1
2
4
2
1
4
0.5
4
0.307692
1
2
2
2
3
2
1
1
1,693
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt e = A("e") f = B("f") g = C("g") n = A("n") ...
e"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt e = A("e") f = B("f") g = C("g") n = A("n") ...
5
5
1
0.25
3
1.666667
1
1
1
3
2
1
3
0.6
3
0.6
1
2
2
2
3
1
1
1
1,694
class A: def __init__(self, txt: str): self.r: A = None self.z: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: B ...
h"
class A: def __init__(self, txt: str): self.r: A = None self.z: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: B ...
7
11
1.571429
0.261905
3
2.333333
3
2
2.333333
4
2
1
3
0.428571
4
0.363636
2
2
2
2
3
2
2
2
1,695
class A: def __init__(self, txt: str): self.q: B = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.p: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
n"
class A: def __init__(self, txt: str): self.q: B = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.p: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
6
13
2.166667
0.433333
3
2
3
2
2.333333
3
1
1
4
0.666667
3
0.230769
0
null
null
null
3
1
1
1
1,696
class A: def __init__(self, txt: str): self.y: A = None self.z: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.s: A ...
b"
class A: def __init__(self, txt: str): self.y: A = None self.z: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.s: A ...
10
19
1.9
0.211111
3
3.333333
3
1
2.333333
10
4
2
3
0.3
6
0.315789
8
2
9
4.533333
3
4
2
2
1,697
class A: def __init__(self, txt: str): self.o: A = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.y: C = None self.p: C ...
c"
class A: def __init__(self, txt: str): self.o: A = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.y: C = None self.p: C ...
8
12
1.5
0.214286
3
2.666667
3
1
2
6
4
3
2
0.25
3
0.25
5
2
6
3.111111
2
5
4
2
1,698
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.r: B = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt =...
d"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.r: B = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt =...
4
8
2
0.666667
3
1.333333
3
1
1.666667
3
2
2
2
0.5
2
0.25
2
2
2
2
2
2
1
1
1,699
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.o: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.y: A ...
d"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.o: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.y: A ...
9
18
2
0.25
3
3
3
1
2
5
3
3
2
0.222222
2
0.111111
4
2
4
2.666667
1
5
5
1