id
int64
0
9k
prompt
stringlengths
265
3.32k
answer
stringclasses
14 values
pythoncode
stringlengths
267
3.32k
num_nodes
int64
3
10
num_edges
int64
3
53
avg_node_edge
float64
1
5.3
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.6
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
8
longest_cycle
int64
2
10
average_cycle
float64
2
8
unique_edge_label
int64
1
9
max_label_occurrences
int64
1
10
max_label_consecutive
int64
1
10
max_node_outdegree
int64
1
4
1,900
class A: def __init__(self, txt: str): self.x: 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.z: C = None self.v: A = None self.txt = txt l = A("l") k = B("k...
n"
class A: def __init__(self, txt: str): self.x: 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.z: C = None self.v: A = None self.txt = txt l = A("l") k = B("k...
9
11
1.222222
0.152778
3
3
2
1
1.333333
5
2
2
4
0.444444
4
0.363636
2
3
3
3
3
2
1
2
1,901
class A: def __init__(self, txt: str): self.v: C = 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.p: B = None self.u: A = None self.x: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.v: C = 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.p: B = None self.u: A = None self.x: 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
2
1,902
class A: def __init__(self, txt: str): self.q: C = None self.u: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.s: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
e"
class A: def __init__(self, txt: str): self.q: C = None self.u: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.s: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
8
19
2.375
0.339286
3
2.666667
3
2
2.666667
6
2
1
6
0.75
6
0.315789
1
2
2
2
3
4
3
2
1,903
class A: def __init__(self, txt: str): self.x: B = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.r: A = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
c"
class A: def __init__(self, txt: str): self.x: B = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.r: A = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
10
24
2.4
0.266667
3
3.333333
3
2
2.666667
7
2
1
5
0.5
7
0.291667
3
2
4
3
3
4
3
2
1,904
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.q: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.w: B ...
b"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.q: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.w: B ...
7
11
1.571429
0.261905
3
2.333333
3
1
2
7
3
2
5
0.714286
5
0.454545
3
2
4
2.5
3
5
5
2
1,905
class A: def __init__(self, txt: str): self.q: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
g"
class A: def __init__(self, txt: str): self.q: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
3
4
1.333333
0.666667
3
1
2
1
1.666667
3
2
2
2
0.666667
2
0.5
2
2
2
2
2
2
1
1
1,906
class A: def __init__(self, txt: str): self.r: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.o: A ...
i"
class A: def __init__(self, txt: str): self.r: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.o: A ...
9
20
2.222222
0.277778
3
3
3
2
2.333333
4
2
1
4
0.444444
4
0.2
1
3
3
3
3
2
2
1
1,907
class A: def __init__(self, txt: str): self.y: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
e"
class A: def __init__(self, txt: str): self.y: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
10
15
1.5
0.166667
3
3.333333
2
1
1.666667
5
2
1
5
0.5
5
0.333333
1
2
2
2
2
4
3
2
1,908
class A: def __init__(self, txt: str): self.s: B = None self.x: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
n"
class A: def __init__(self, txt: str): self.s: B = None self.x: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
6
12
2
0.4
3
2
3
2
2.333333
3
2
1
3
0.5
3
0.25
1
3
3
3
3
1
1
1
1,909
class A: def __init__(self, txt: str): self.r: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.t: B ...
e"
class A: def __init__(self, txt: str): self.r: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.t: B ...
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
2
2
1
1
1,910
class A: def __init__(self, txt: str): self.p: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.txt = txt f = A("f") j = B("j...
a"
class A: def __init__(self, txt: str): self.p: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.txt = txt f = A("f") j = B("j...
9
11
1.222222
0.152778
3
3
2
1
1.333333
7
4
3
3
0.333333
3
0.272727
5
2
6
3.111111
2
6
6
1
1,911
class A: def __init__(self, txt: str): self.x: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt =...
c"
class A: def __init__(self, txt: str): self.x: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt =...
6
8
1.333333
0.266667
3
2
2
1
1.666667
4
3
2
2
0.333333
3
0.375
3
2
4
2.5
3
2
1
2
1,912
class A: def __init__(self, txt: str): self.r: B = None self.w: A = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
j"
class A: def __init__(self, txt: str): self.r: B = None self.w: A = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
5
10
2
0.5
3
1.666667
3
2
2.666667
4
2
1
4
0.8
4
0.4
1
2
2
2
3
2
2
2
1,913
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.w: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.y: A ...
b"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.w: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.y: A ...
3
5
1.666667
0.833333
3
1
3
1
2.333333
3
2
1
3
1
3
0.6
1
3
3
3
2
2
2
1
1,914
class A: def __init__(self, txt: str): self.y: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.q: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
l"
class A: def __init__(self, txt: str): self.y: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.q: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
6
11
1.833333
0.366667
3
2
3
1
2
6
2
2
4
0.666667
5
0.454545
3
4
4
4
4
3
2
2
1,915
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.r: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
l"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.r: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
8
12
1.5
0.214286
3
2.666667
3
1
1.666667
8
3
3
3
0.375
3
0.25
6
3
6
4
3
3
1
1
1,916
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.q: A = None self.txt =...
g"
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.q: A = None self.txt =...
7
11
1.571429
0.261905
3
2.333333
2
1
1.666667
3
2
1
2
0.285714
3
0.272727
2
2
2
2
2
2
2
2
1,917
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.q: A = None self.y: A ...
d"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.q: A = None self.y: A ...
3
4
1.333333
0.666667
3
1
3
1
2
3
2
1
3
1
3
0.75
1
2
2
2
2
2
2
1
1,918
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.x: A = None self.z: B = None self.txt =...
k"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.x: A = None self.z: B = None self.txt =...
4
5
1.25
0.416667
3
1.333333
3
1
1.666667
4
3
2
2
0.5
2
0.4
3
2
4
2.5
1
4
4
1
1,919
class A: def __init__(self, txt: str): self.p: B = None self.u: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
k"
class A: def __init__(self, txt: str): self.p: B = None self.u: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
4
8
2
0.666667
3
1.333333
3
2
2.333333
3
2
1
3
0.75
3
0.375
1
2
2
2
2
2
2
2
1,920
class A: def __init__(self, txt: str): self.y: B = 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.o: B = None self.x: B = None self.txt = txt k = A("k") l = B("l...
i"
class A: def __init__(self, txt: str): self.y: B = 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.o: B = None self.x: B = None self.txt = txt k = A("k") l = B("l...
8
10
1.25
0.178571
3
2.666667
2
1
1.333333
3
2
2
2
0.25
2
0.2
2
2
2
2
2
2
1
1
1,921
class A: def __init__(self, txt: str): self.q: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt l = A("l") i = B("i...
n"
class A: def __init__(self, txt: str): self.q: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt l = A("l") i = B("i...
8
10
1.25
0.178571
3
2.666667
2
1
1.333333
6
3
2
3
0.375
3
0.3
4
3
6
3.6
1
6
6
1
1,922
class A: def __init__(self, txt: str): self.z: C = None self.r: 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.o: B = None self.r: B ...
b"
class A: def __init__(self, txt: str): self.z: C = None self.r: 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.o: B = None self.r: B ...
10
14
1.4
0.155556
3
3.333333
3
1
2
3
2
1
3
0.3
3
0.214286
1
2
2
2
3
1
1
1
1,923
class A: def __init__(self, txt: str): self.t: 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.o: B = None self.w: A = None self.q: A = None self.txt =...
m"
class A: def __init__(self, txt: str): self.t: 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.o: B = None self.w: A = None self.q: A = None self.txt =...
5
7
1.4
0.35
3
1.666667
3
1
1.666667
4
2
2
3
0.6
3
0.428571
2
2
2
2
3
2
1
1
1,924
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.r: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
m"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.r: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: 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,925
class A: def __init__(self, txt: str): self.q: 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.w: A = None self.z: B = None self.txt = txt k = A("k") e = B("e...
k"
class A: def __init__(self, txt: str): self.q: 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.w: A = None self.z: B = None self.txt = txt k = A("k") e = B("e...
4
6
1.5
0.5
3
1.333333
2
1
1.333333
3
2
1
3
0.75
3
0.5
1
2
2
2
3
1
1
1
1,926
class A: def __init__(self, txt: str): self.p: A = None self.y: C = 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.x: A = None self.txt = txt m = A("m") f = B("f...
h"
class A: def __init__(self, txt: str): self.p: A = None self.y: C = 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.x: A = None self.txt = txt m = A("m") f = B("f...
7
10
1.428571
0.238095
3
2.333333
2
1
1.333333
7
3
2
4
0.571429
5
0.5
4
2
6
3.333333
4
2
2
2
1,927
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.o: A = None self.q: C = 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.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.o: A = None self.q: C = None self.txt =...
10
15
1.5
0.166667
3
3.333333
3
1
1.666667
8
2
1
6
0.6
8
0.533333
3
3
5
3.666667
4
3
1
2
1,928
class A: def __init__(self, txt: str): self.s: 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.o: B = None self.s: A = None self.txt = txt i = A("i") l = B("l...
i"
class A: def __init__(self, txt: str): self.s: 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.o: B = None self.s: A = None self.txt = txt i = A("i") l = B("l...
4
5
1.25
0.416667
3
1.333333
2
1
1.333333
4
2
2
3
0.75
3
0.6
2
2
2
2
3
2
1
1
1,929
class A: def __init__(self, txt: str): self.v: C = 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.z: C = None self.w: B = None self.txt = txt g = A("g") l = B("l...
m"
class A: def __init__(self, txt: str): self.v: C = 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.z: C = None self.w: B = None self.txt = txt g = A("g") l = B("l...
7
10
1.428571
0.238095
3
2.333333
2
1
1.333333
6
3
1
5
0.714286
6
0.6
2
2
5
3.333333
4
2
2
2
1,930
class A: def __init__(self, txt: str): self.s: A = None self.p: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
m"
class A: def __init__(self, txt: str): self.s: A = None self.p: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
7
12
1.714286
0.285714
3
2.333333
3
1
1.666667
4
2
2
3
0.428571
3
0.25
2
2
2
2
2
3
3
1
1,931
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.r: B = None self.v: B = None self.txt =...
l"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.r: B = None self.v: B = None self.txt =...
3
3
1
0.5
3
1
3
1
1.666667
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
1,932
class A: def __init__(self, txt: str): self.u: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.z: C ...
c"
class A: def __init__(self, txt: str): self.u: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.z: C ...
9
20
2.222222
0.277778
3
3
3
2
2.333333
8
2
1
8
0.888889
8
0.4
1
2
2
2
5
2
2
2
1,933
class A: def __init__(self, txt: str): self.p: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.x: B = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: A ...
n"
class A: def __init__(self, txt: str): self.p: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.x: B = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: A ...
7
9
1.285714
0.214286
3
2.333333
3
1
2
5
2
1
4
0.571429
5
0.555556
2
2
3
2.5
3
2
2
2
1,934
class A: def __init__(self, txt: str): self.p: C = 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.v: A = None self.txt = txt n = A("n") j = B("j") f = C("f") k = C("k") ...
k"
class A: def __init__(self, txt: str): self.p: C = 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.v: A = None self.txt = txt n = A("n") j = B("j") f = C("f") k = C("k") ...
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,935
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.r: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.y: B ...
b"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.r: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.y: B ...
7
11
1.571429
0.261905
3
2.333333
3
1
2
4
2
1
4
0.571429
4
0.363636
1
2
2
2
3
2
1
1
1,936
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.u: A = None self.txt =...
k"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.u: A = None self.txt =...
9
14
1.555556
0.194444
3
3
2
1
1.666667
9
5
4
3
0.333333
4
0.285714
7
2
8
4.25
2
5
3
2
1,937
class A: def __init__(self, txt: str): self.v: C = None self.o: C = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.v: C ...
f"
class A: def __init__(self, txt: str): self.v: C = None self.o: C = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.v: C ...
9
16
1.777778
0.222222
3
3
3
1
2
7
2
2
6
0.666667
6
0.375
2
2
2
2
4
4
4
1
1,938
class A: def __init__(self, txt: str): self.o: B = None self.r: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.w: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt:...
d"
class A: def __init__(self, txt: str): self.o: B = None self.r: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.w: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt:...
7
16
2.285714
0.380952
3
2.333333
3
2
2.666667
3
1
1
4
0.571429
3
0.1875
0
null
null
null
3
1
1
1
1,939
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.q: A ...
d"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.q: A ...
8
13
1.625
0.232143
3
2.666667
3
1
2
3
2
1
3
0.375
3
0.230769
1
3
3
3
3
1
1
1
1,940
class A: def __init__(self, txt: str): self.q: B = None self.o: B = None self.y: C = 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.w: B = None self.y: B ...
g"
class A: def __init__(self, txt: str): self.q: B = None self.o: B = None self.y: C = 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.w: B = None self.y: B ...
5
10
2
0.5
3
1.666667
3
1
2.333333
4
2
1
4
0.8
4
0.4
1
2
2
2
2
2
1
1
1,941
class A: def __init__(self, txt: str): self.o: B = 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.x: B = None self.y: C = None self.txt = txt d = A("d") h = B("h...
d"
class A: def __init__(self, txt: str): self.o: B = 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.x: B = None self.y: C = None self.txt = txt d = A("d") h = B("h...
10
13
1.3
0.144444
3
3.333333
2
1
1.333333
5
3
2
3
0.3
3
0.230769
3
2
4
2.5
2
3
1
1
1,942
class A: def __init__(self, txt: str): self.x: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.w: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: C ...
k"
class A: def __init__(self, txt: str): self.x: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.w: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: C ...
8
15
1.875
0.267857
3
2.666667
3
2
2.333333
8
4
3
3
0.375
4
0.266667
6
2
8
4.1
2
7
4
2
1,943
class A: def __init__(self, txt: str): self.q: C = 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.p: B = None self.r: C = None self.o: C = None self.txt =...
m"
class A: def __init__(self, txt: str): self.q: C = 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.p: B = None self.r: C = None self.o: C = None self.txt =...
4
6
1.5
0.5
3
1.333333
3
1
1.666667
4
3
2
2
0.5
2
0.333333
3
2
4
2.5
2
2
1
1
1,944
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt f = A("f") e = B("e") g = C("g") j = A("j") ...
g"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt f = A("f") e = B("e") g = C("g") j = A("j") ...
5
5
1
0.25
3
1.666667
1
1
1
5
3
2
3
0.6
3
0.6
3
2
4
2.5
2
3
1
1
1,945
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.w: A ...
n"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.w: A ...
9
19
2.111111
0.263889
3
3
3
1
2.333333
9
2
2
7
0.777778
8
0.421053
3
2
5
3
5
3
1
2
1,946
class A: def __init__(self, txt: str): self.r: C = None self.o: B = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt =...
d"
class A: def __init__(self, txt: str): self.r: C = None self.o: B = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt =...
8
11
1.375
0.196429
3
2.666667
3
1
1.666667
5
2
2
4
0.5
4
0.363636
2
2
2
2
3
3
1
1
1,947
class A: def __init__(self, txt: str): self.v: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.t: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
f"
class A: def __init__(self, txt: str): self.v: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.t: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
3
5
1.666667
0.833333
3
1
3
2
2.333333
3
2
1
3
1
3
0.6
1
3
3
3
3
1
1
1
1,948
class A: def __init__(self, txt: str): self.p: C = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.s: C ...
m"
class A: def __init__(self, txt: str): self.p: C = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.s: C ...
6
14
2.333333
0.466667
3
2
3
2
2.333333
5
2
1
5
0.833333
5
0.357143
1
2
2
2
4
2
1
2
1,949
class A: def __init__(self, txt: str): self.q: C = None self.s: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
d"
class A: def __init__(self, txt: str): self.q: C = None self.s: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
7
15
2.142857
0.357143
3
2.333333
3
1
2
3
1
1
4
0.571429
3
0.2
0
null
null
null
3
1
1
1
1,950
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.o: C = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
n"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.o: C = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
9
12
1.333333
0.166667
3
3
3
1
1.666667
3
1
1
4
0.444444
3
0.25
0
null
null
null
2
2
1
1
1,951
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.p: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.p: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt =...
6
9
1.5
0.3
3
2
3
1
1.666667
3
2
2
2
0.333333
2
0.222222
2
2
2
2
2
2
1
1
1,952
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.x: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.v: A ...
i"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.x: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.v: A ...
8
13
1.625
0.232143
3
2.666667
3
1
2.333333
6
2
1
5
0.625
6
0.461538
2
3
4
3.5
4
2
2
2
1,953
class A: def __init__(self, txt: str): self.q: B = None self.z: C = None self.y: 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.u: B = None self.r: C ...
c"
class A: def __init__(self, txt: str): self.q: B = None self.z: C = None self.y: 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.u: B = None self.r: C ...
6
11
1.833333
0.366667
3
2
3
1
2.333333
3
2
1
3
0.5
3
0.272727
1
3
3
3
1
3
3
1
1,954
class A: def __init__(self, txt: str): self.u: C = None self.y: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.q: A = None self.t: C = None self.txt = txt class C: def __init__(self, txt:...
h"
class A: def __init__(self, txt: str): self.u: C = None self.y: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.q: A = None self.t: C = None self.txt = txt class C: def __init__(self, txt:...
7
17
2.428571
0.404762
3
2.333333
3
2
2.666667
7
4
2
3
0.428571
5
0.294118
5
2
6
3.5
3
3
2
3
1,955
class A: def __init__(self, txt: str): self.w: B = None self.u: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.q: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt:...
f"
class A: def __init__(self, txt: str): self.w: B = None self.u: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.q: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt:...
3
5
1.666667
0.833333
3
1
3
2
2.666667
3
2
1
3
1
3
0.6
1
2
2
2
2
2
2
1
1,956
class A: def __init__(self, txt: str): self.r: C = None self.t: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.z: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.r: C = None self.t: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.z: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt:...
9
19
2.111111
0.263889
3
3
3
2
2.666667
3
1
1
4
0.444444
3
0.157895
0
null
null
null
2
2
1
1
1,957
class A: def __init__(self, txt: str): self.r: C = 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.q: B = None self.v: B = None self.txt = txt b = A("b") m = B("m...
h"
class A: def __init__(self, txt: str): self.r: C = 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.q: B = None self.v: B = None self.txt = txt b = A("b") m = B("m...
7
8
1.142857
0.190476
3
2.333333
2
1
1.333333
7
3
3
4
0.571429
4
0.5
4
2
4
2.666667
4
3
1
1
1,958
class A: def __init__(self, txt: str): self.y: B = None self.u: B = None self.t: 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.r: A = None self.x: C ...
d"
class A: def __init__(self, txt: str): self.y: B = None self.u: B = None self.t: 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.r: A = None self.x: C ...
5
10
2
0.5
3
1.666667
3
1
2.333333
4
1
1
5
1
4
0.4
0
null
null
null
4
1
1
1
1,959
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.s: A = None self.txt = txt e = A("e") a = B("a...
f"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.s: A = None self.txt = txt e = A("e") a = B("a...
10
13
1.3
0.144444
3
3.333333
2
1
1.333333
8
3
2
4
0.4
4
0.307692
5
4
8
4.666667
1
8
8
1
1,960
class A: def __init__(self, txt: str): self.o: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.v: C = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
i"
class A: def __init__(self, txt: str): self.o: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.v: C = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
6
14
2.333333
0.466667
3
2
3
2
2.666667
5
2
1
4
0.666667
5
0.357143
2
4
4
4
5
1
1
2
1,961
class A: def __init__(self, txt: str): self.t: C = None self.r: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.q: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.t: C = None self.r: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.q: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt:...
7
15
2.142857
0.357143
3
2.333333
3
2
2.666667
7
4
3
3
0.428571
4
0.266667
5
2
7
3.666667
4
3
1
2
1,962
class A: def __init__(self, txt: str): self.u: A = None self.r: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C ...
i"
class A: def __init__(self, txt: str): self.u: A = None self.r: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C ...
8
18
2.25
0.321429
3
2.666667
3
2
2.666667
3
2
1
3
0.375
3
0.166667
1
3
3
3
3
1
1
1
1,963
class A: def __init__(self, txt: str): self.z: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.s: A ...
g"
class A: def __init__(self, txt: str): self.z: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.s: A ...
8
15
1.875
0.267857
3
2.666667
3
2
2.333333
7
3
2
4
0.5
5
0.333333
4
3
6
3.6
3
5
3
2
1,964
class A: def __init__(self, txt: str): self.p: C = None self.q: B = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.y: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt:...
i"
class A: def __init__(self, txt: str): self.p: C = None self.q: B = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.y: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt:...
3
5
1.666667
0.833333
3
1
3
1
2.333333
3
2
1
3
1
3
0.6
1
2
2
2
3
1
1
1
1,965
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.u: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.u: B = None self.txt =...
3
3
1
0.5
3
1
2
1
1.666667
3
2
1
3
1
3
1
1
3
3
3
2
2
1
1
1,966
class A: def __init__(self, txt: str): self.v: A = None self.s: A = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.u: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt:...
g"
class A: def __init__(self, txt: str): self.v: A = None self.s: A = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.u: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt:...
6
9
1.5
0.3
3
2
3
2
2.666667
3
2
1
2
0.333333
3
0.333333
2
2
2
2
2
2
2
2
1,967
class A: def __init__(self, txt: str): self.t: C = None self.r: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.t: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.t: C = None self.r: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.t: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
8
15
1.875
0.267857
3
2.666667
3
1
2.333333
3
2
1
3
0.375
3
0.2
1
2
2
2
2
2
2
1
1,968
class A: def __init__(self, txt: str): self.z: C = 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.r: C = None self.txt = txt a = A("a") k = B("k") i = C("i") b = B("b") ...
e"
class A: def __init__(self, txt: str): self.z: C = 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.r: C = None self.txt = txt a = A("a") k = B("k") i = C("i") b = B("b") ...
5
5
1
0.25
3
1.666667
1
1
1
4
2
2
3
0.6
3
0.6
2
2
2
2
2
3
3
1
1,969
class A: def __init__(self, txt: str): self.y: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.s: A ...
j"
class A: def __init__(self, txt: str): self.y: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.s: A ...
5
10
2
0.5
3
1.666667
3
2
2.333333
4
2
2
3
0.6
3
0.3
2
2
2
2
3
2
1
1
1,970
class A: def __init__(self, txt: str): self.o: A = None self.v: C = None self.z: 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.z: B = None self.txt =...
h"
class A: def __init__(self, txt: str): self.o: A = None self.v: C = None self.z: 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.z: B = None self.txt =...
6
12
2
0.4
3
2
3
1
1.666667
3
1
1
4
0.666667
3
0.25
0
null
null
null
3
1
1
1
1,971
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: C = None self.v: A = None self.txt = txt e = A("e") d = B("d...
k"
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: C = None self.v: A = None self.txt = txt e = A("e") d = B("d...
6
8
1.333333
0.266667
3
2
2
1
1.333333
6
4
3
2
0.333333
2
0.25
5
2
6
3.111111
2
3
1
1
1,972
class A: def __init__(self, txt: str): self.z: A = None self.v: A = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.x: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
f"
class A: def __init__(self, txt: str): self.z: A = None self.v: A = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.x: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
10
24
2.4
0.266667
3
3.333333
3
1
2.333333
3
1
1
4
0.4
3
0.125
0
null
null
null
2
2
1
1
1,973
class A: def __init__(self, txt: str): self.x: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt = txt h = A("h") j = B("j...
i"
class A: def __init__(self, txt: str): self.x: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt = txt h = A("h") j = B("j...
8
10
1.25
0.178571
3
2.666667
2
1
1.333333
7
3
3
4
0.5
4
0.4
4
2
4
2.666667
3
5
5
1
1,974
class A: def __init__(self, txt: str): self.o: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.p: C = None self.txt =...
m"
class A: def __init__(self, txt: str): self.o: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.p: C = None self.txt =...
9
14
1.555556
0.194444
3
3
2
1
1.666667
8
5
4
2
0.222222
2
0.142857
7
2
8
3.75
1
8
8
1
1,975
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.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.z: A = None self.x: B = None self.txt =...
l"
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.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.z: A = None self.x: B = None self.txt =...
6
12
2
0.4
3
2
3
1
1.666667
6
4
3
2
0.333333
2
0.166667
5
2
6
3.111111
2
3
1
1
1,976
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt e = A("e") g = B("g...
n"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt e = A("e") g = B("g...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
5
2
2
4
0.571429
4
0.444444
2
2
2
2
3
2
1
1
1,977
class A: def __init__(self, txt: str): self.s: A = None self.o: A = 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.q: C = None self.y: B = None self.txt =...
h"
class A: def __init__(self, txt: str): self.s: A = None self.o: A = 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.q: C = None self.y: B = None self.txt =...
8
10
1.25
0.178571
3
2.666667
2
1
1.666667
4
2
1
4
0.5
4
0.4
1
2
2
2
3
2
1
2
1,978
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.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.z: A = None self.txt = txt h = A("h") a = B("a...
h"
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.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.z: A = None self.txt = txt h = A("h") a = B("a...
4
5
1.25
0.416667
3
1.333333
2
1
1.333333
4
2
2
3
0.75
3
0.6
2
3
3
3
3
2
1
1
1,979
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.x: B = None self.v: B = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
m"
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.x: B = None self.v: B = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
4
5
1.25
0.416667
3
1.333333
3
2
2.333333
3
2
2
2
0.5
2
0.4
2
2
2
2
2
2
1
1
1,980
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt d = A("d") k = B("k...
k"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt d = A("d") k = B("k...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
3
2
2
2
0.285714
2
0.222222
2
2
2
2
2
2
1
1
1,981
class A: def __init__(self, txt: str): self.z: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.p: B = None self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
h"
class A: def __init__(self, txt: str): self.z: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.p: B = None self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
5
9
1.8
0.45
3
1.666667
3
1
2
5
2
2
4
0.8
4
0.444444
2
4
4
4
4
2
1
1
1,982
class A: def __init__(self, txt: str): self.w: B = None self.o: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.v: B = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.w: B = None self.o: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.v: B = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
6
12
2
0.4
3
2
3
2
2.666667
5
2
1
4
0.666667
5
0.416667
2
2
4
3
4
2
1
2
1,983
class A: def __init__(self, txt: str): self.s: 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: A = None self.txt = txt h = A("h") f = B("f") k = C("k") g = B("g") ...
k"
class A: def __init__(self, txt: str): self.s: 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: A = None self.txt = txt h = A("h") f = B("f") k = C("k") g = B("g") ...
4
4
1
0.333333
3
1.333333
1
1
1
3
2
1
3
0.75
3
0.75
1
3
3
3
2
2
2
1
1,984
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.x: A = None self.p: B = None self.txt =...
i"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.x: A = None self.p: B = None self.txt =...
4
6
1.5
0.5
3
1.333333
3
1
1.666667
3
2
2
2
0.5
2
0.333333
2
2
2
2
2
2
1
1
1,985
class A: def __init__(self, txt: str): self.r: C = None self.t: B = None self.w: A = 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.w: B = None self.r: C ...
i"
class A: def __init__(self, txt: str): self.r: C = None self.t: B = None self.w: A = 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.w: B = None self.r: C ...
9
16
1.777778
0.222222
3
3
3
1
2
5
2
1
5
0.555556
5
0.3125
1
3
3
3
3
2
2
2
1,986
class A: def __init__(self, txt: str): self.p: B = None self.r: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
l"
class A: def __init__(self, txt: str): self.p: B = None self.r: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
8
19
2.375
0.339286
3
2.666667
3
2
2.333333
5
2
1
4
0.5
5
0.263158
2
2
3
2.5
3
2
1
2
1,987
class A: def __init__(self, txt: str): self.r: C = 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.u: A = None self.w: A = None self.txt = txt k = A("k") a = B("a...
b"
class A: def __init__(self, txt: str): self.r: C = 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.u: A = None self.w: A = None self.txt = txt k = A("k") a = B("a...
6
6
1
0.2
3
2
2
1
1.333333
5
3
2
3
0.5
4
0.666667
3
2
4
2.5
4
2
1
2
1,988
class A: def __init__(self, txt: str): self.z: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.t: A ...
k"
class A: def __init__(self, txt: str): self.z: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.t: A ...
9
16
1.777778
0.222222
3
3
2
2
2
5
2
2
4
0.444444
4
0.25
2
2
2
2
4
2
1
1
1,989
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.v: A = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.v: B ...
g"
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.v: A = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.v: B ...
9
15
1.666667
0.208333
3
3
3
1
2
4
2
1
4
0.444444
4
0.266667
1
2
2
2
3
2
1
2
1,990
class A: def __init__(self, txt: str): self.t: B = None self.w: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: B = None self.r: B = None self.txt = txt class C: def __init__(self, txt:...
m"
class A: def __init__(self, txt: str): self.t: B = None self.w: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: B = None self.r: B = None self.txt = txt class C: def __init__(self, txt:...
8
18
2.25
0.321429
3
2.666667
3
2
2.666667
5
1
1
6
0.75
5
0.277778
0
null
null
null
4
2
2
1
1,991
class A: def __init__(self, txt: str): self.x: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.q: C ...
b"
class A: def __init__(self, txt: str): self.x: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.q: C ...
6
12
2
0.4
3
2
3
2
2.333333
5
2
2
4
0.666667
4
0.333333
2
4
4
4
4
2
1
1
1,992
class A: def __init__(self, txt: str): self.p: A = None self.z: B = None self.t: 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.t: A = None self.o: A ...
f"
class A: def __init__(self, txt: str): self.p: A = None self.z: B = None self.t: 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.t: A = None self.o: A ...
7
17
2.428571
0.404762
3
2.333333
3
1
2.333333
5
2
2
4
0.571429
4
0.235294
2
2
2
2
2
3
1
1
1,993
class A: def __init__(self, txt: str): self.v: B = None self.x: A = None self.w: A = 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.o: C = None self.txt =...
i"
class A: def __init__(self, txt: str): self.v: B = None self.x: A = None self.w: A = 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.o: C = None self.txt =...
7
15
2.142857
0.357143
3
2.333333
3
1
1.666667
4
2
1
4
0.571429
4
0.266667
1
4
4
4
3
2
2
1
1,994
class A: def __init__(self, txt: str): self.r: B = None self.o: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.x: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt:...
h"
class A: def __init__(self, txt: str): self.r: B = None self.o: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.x: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt:...
7
14
2
0.333333
3
2.333333
3
1
2.333333
4
2
2
3
0.428571
3
0.214286
2
2
2
2
2
2
1
1
1,995
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.v: A = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
b"
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.v: A = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
6
9
1.5
0.3
3
2
2
1
1.666667
5
3
2
3
0.5
3
0.333333
3
2
4
2.5
2
3
1
1
1,996
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt l = A("l") i = B("i") c = C("c") g = C("g") ...
m"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt l = A("l") i = B("i") c = C("c") g = C("g") ...
7
7
1
0.166667
3
2.333333
1
1
1
5
2
1
5
0.714286
5
0.714286
1
3
3
3
3
3
3
1
1,997
class A: def __init__(self, txt: str): self.z: C = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
b"
class A: def __init__(self, txt: str): self.z: C = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
3
4
1.333333
0.666667
3
1
2
1
1.666667
3
2
1
2
0.666667
3
0.75
2
2
2
2
3
1
1
2
1,998
class A: def __init__(self, txt: str): self.t: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.o: B ...
g"
class A: def __init__(self, txt: str): self.t: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.o: B ...
6
12
2
0.4
3
2
3
2
2.333333
5
2
2
4
0.666667
4
0.333333
2
2
2
2
3
2
1
1
1,999
class A: def __init__(self, txt: str): self.v: 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.t: C = None self.q: A = None self.txt = txt i = A("i") a = B("a...
d"
class A: def __init__(self, txt: str): self.v: 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.t: C = None self.q: A = None self.txt = txt i = A("i") a = B("a...
8
10
1.25
0.178571
3
2.666667
2
1
1.333333
6
2
2
5
0.625
5
0.5
2
2
2
2
2
3
1
1