GNOME.Asia 2012 in Hong Kong

I had the great pleasure to be invited to GNOME.Asia taking place in Hong Kong and to give a talk there.

The first day started off with a very nice introduction by the local organizing committee. It is amazing how much energy they invest in Free Software, especially in GNOME. I think it’s outstanding given that I don’t see that many contributers from eastern Asia and that I was told several times that the attitude in Free Software communities is discomforting, at best, to people from eastern Asian cultures. But maybe it’s because of GNOME’s rather friendly community these people feel comfortable in GNOME. Let’s keep it that way.

The organizers greeting us

The main talks were given by westerners and I hope we (the westerners) could encourage the audience to believe in themselves and in GNOME. We, I and my old GNOME friend Andre Klapper, were talking about how to start contributing to GNOME as a member of the Bugsquad. We already talked together a couple of GUADECs back. Our slides can be found here. With probably 75% of the conference attendees the talk was comparately well attended and I think it went well, too. We had a good and very unexpected discussion afterwards, too. That was very refreshing.

The crowd for our talk

The second day was filled with talks, too, although I didn’t find it as interesting as the first one. Mainly because I couldn’t understand many talks. The language barrier was quite high for me as my Chinese isn’t all too good πŸ˜‰ While I do appreciate the Free Software communities for enabling everyone to have access to computing, i.e. by translating the software into every language in the universe. I do sometimes wonder whether we actually fragment ourselves and should rather concentrate on improving the actual code. Especially since we are an international community having interational conferences. If there were isolated communities, it is crystal clear that translating everything into these languages is a major bonus. But since we eventually want to talk to each other and support each other, the translations are a bit of a hurdle to overcome. But this point is very moot because these people probably wouldn’t even know about Free Software, not to mention want to exchange thoughts, if the software wasn’t translated in first place.

Allan Day talking about Every Detail Matters

There was actually one talk about Asian Women’s participation in Free Software Projects. But the talk disqualified itself quite early by bringing the common biological argument of different brains and that thus women could not code (sic!).

The *Woman are too stupid to code* talk

I enjoyed the stay in Hong Kong so much that I decided to append two weeks of traveling through China. It was very hot and humid and next time I’ll try to carry less things with me (although I do travel very lightly already).

Thanks a lot to the GNOME Foundation for making this possible for me. I also think that it helped to foster Free Software and GNOME in Hong Kong, China and Asia.

LinuxTag 2012

At this time of the year, there is a special thing happening in Berlin. It’s the annual LinuxTag, a mix of conference and expo. And again, we (GNOME) had a booth.

We shared the space with our friends from Qt and KDE, as we already did for last FOSDEM, and we got along quite well. It’s good to see friends again and again.

The critics from last events, i.e. FOSDEM and LinuxTag, were incorporated. So I did get enough tape, glue, T-Shirts and even a rollup-display *yay* Thanks to the GNOME Foundation for providing resources.

However, compared to last year we had less material, because only one EventsBox was available and we had less furniture for the booth, because LinuxTag lacks sponsors. So we had to deal with non ideal situations, but well, that’s how it always goes, no? And as we are engineers, we managed quite well, I’d say.

Unfortunately, we didn’t have any GNOME talk, so this is something that is definitely to improve for next year. You can already think about cool things to present in lovely Berlin. Interestingly enough, the computer, we used to demo GNOME, was very stable. Obviously, I wanted to show the freshest GNOME release, which was 3.4, but so far no distribution had a stable release which included the newest GNOME. So I used a Fedora 17 Beta and well, some things crashed (reliably) but it was still very smooth. The webcam was the most annoying piece of hardware. But well, it was stolen quite early so we didn’t have to bother too much about it πŸ˜‰ So yeah, if you happen to have a spare webcam that works with a recent Linux and Cheese, we’d happily incorporate that into our EventsBox.

Generally though, people were interested in the newest developments and we had nice chats about the past and the future of GNOME. Unlike last year, we probably did not convince anybody to go to GUADEC (as it’s now in Spain and not in Berlin) πŸ˜‰ We also couldn’t convice too many people to buy T-Shirts. The dark green one from second last FOSDEM were quite popular but as they are old, we only had 4 to sell.

A big thank you to all the people helping out at the booth and of course to LinuxTag for providing us with the opportunity to present ourselves.

The talks I’ve seen, which were not many, as I’ve spent much time at the booth, were not really exciting. I’ve seen Ulrich Drepper talking about Lock Free Data Structures on modern CPUs which was, well, a bit slow for me. He seems to be very knowledgeable but I think he presumed the audience not to be. Anyway, apparently modern Intel CPUs can do transactional memory and you can even now write code that uses that feature in the future while staying compatible with today’s CPUs. You need a new enough toolchain though.

Some other guy talked about forking. I was curious but he delivered his story about forking Nagios only. He didn’t mention any problematic fact at all and was mainly concerned about establishing an own brand.

Christoph Wickert does the Beefy Miracle

I followed “Distro Battle” for a short period of time. Basically, five contestants were about to solve some problems a user could face with her distribution. So Mageia, Fedora, Debian, Kubuntu and OpenSuSE with their respective representative should solve problems like “install this printer” or “use this 3G USB dongle”. They had the chance to introduce themselves first. Mageia was running LXDE, Fedora had a GNOME 3.2, Debian a GNOME 2 and Kubuntu and OpenSuSE were running some recent KDE version. The Kubuntu representative introduced her distro by showing how easy it was to install the whole non-free packages and by stating this would be the very first thing you wanted to do on your fresh install. Funnily enough, Kubuntu self-destructed with a reboot into memcheck. Apparently, she aborted the install at a very unpleasant moment while there was no kernel ready. So the GRUB menu didn’t have any other option than memcheck. The non-GNOME desktops failed getting the 3G dongle to work while NetworkManager sorted that out on the GNOME desktops. The printing failed completely in OpenSuSE because they used their Zast-Tool; and Debian had a minor issue with ZeroConf not working.

So it’s quite a funny concept this “Distro Battle” although nowadays the GNU/Linux base is rather streamlined, isn’t it? So it doesn’t matter much which distro you use in order to get a printer or 3G dongle running unless you try to implement your own stuff.

Breaking Multiple Time Pad

A One Time Pad (OTP) is a well known concept in Cryptography. It allows you to encrypt data in a secure manner. In fact, it is proven to be secure. However, the OTP has other issues, i.e. it needs to be as long as the message to be encrypted and it needs to be stored securely. Hence you need to securely store and transmit a secret message that is as long as your plaintext. If you could do that, you could as well transmit the plaintext directly. Another issue is, that you must not use the same pad more than once, because an attacker can retrieve the plaintext by just looking at the transmitted ciphertexts.

Let’s work our way through that problem and actually see, how that works. So we will break a wrongly used One Time Pad.

The OTP works as follows. Suppose you have a message m1 and m2 and a random string k, acting as the OTP, that is at least as long the messages. The encryption of both messages is

c1 = m1 + k
c2 = m2 + k

where + denotes the XOR operation. Note that the k is the very same in both operations.

You might realize, that you can now do

d = c1 + c2 = m1 + k + m2 + k = m1 + m2

as the keys k cancel out under the XOR operation.

So you have the "difference" of the two messages and the claim is, that you can retrieve both, m1 and m2. The idea is, that you know properties of the plaintexts, i.e. them being ASCII encoded English texts, and exploit redundancy in those plaintexts.

And in fact, even two XORed ASCII encoded English texts have enough redundancy that allow you to recover them. Have a look at the following XOR-table. You will see two characters and the hexadecimal result of the XOR operation together with the ASCII value of the result.

0 0
00
0 1
01
0 2
02
0 3
03
0 4
04
0 5
05
0 6
06
0 7
07
0 8
08
0 9
09
0 a
51
Q
0 b
52
R
0 c
53
S
0 d
54
T
0 e
55
U
0 f
56
V
0 g
57
W
0 h
58
X
0 i
59
Y
0 j
5a
Z
0 k
5b
[
0 l
5c
\
0 m
5d
]
0 n
5e
^
0 o
5f
_
0 p
40
@
0 q
41
A
0 r
42
B
0 s
43
C
0 t
44
D
0 u
45
E
0 v
46
F
0 w
47
G
0 x
48
H
0 y
49
I
0 z
4a
J
0 A
71
q
0 B
72
r
0 C
73
s
0 D
74
t
0 E
75
u
0 F
76
v
0 G
77
w
0 H
78
x
0 I
79
y
0 J
7a
z
0 K
7b
{
0 L
7c
|
0 M
7d
}
0 N
7e
~
0 O
7f
0 P
60
`
0 Q
61
a
0 R
62
b
0 S
63
c
0 T
64
d
0 U
65
e
0 V
66
f
0 W
67
g
0 X
68
h
0 Y
69
i
0 Z
6a
j
0 !
11
0 "
12
0 #
13
0 $
14
0 %
15
0 &
16
0 '
17
0 (
18
0 )
19
0 *
1a
0 +
1b
0 ,
1c
0 -
1d
0 .
1e
0 /
1f
0 :
0a
0 ;
0b

0 <
0c
&#12;
0 =
0d
0 >
0e
0 ?
0f
0 @
70
p
0 [
6b
k
0 \
6c
l
0 ]
6d
m
0 ^
6e
n
0 _
6f
o
0 `
50
P
0 {
4b
K
0 |
4c
L
0 }
4d
M
0 ~
4e
N

10

39
9

3a
:

3d
=
0 &#11;
3b
;
0 &#12;
3c
<
1 0
01
1 1
00
1 2
03
1 3
02
1 4
05
1 5
04
1 6
07
1 7
06
1 8
09
1 9
08
1 a
50
P
1 b
53
S
1 c
52
R
1 d
55
U
1 e
54
T
1 f
57
W
1 g
56
V
1 h
59
Y
1 i
58
X
1 j
5b
[
1 k
5a
Z
1 l
5d
]
1 m
5c
\
1 n
5f
_
1 o
5e
^
1 p
41
A
1 q
40
@
1 r
43
C
1 s
42
B
1 t
45
E
1 u
44
D
1 v
47
G
1 w
46
F
1 x
49
I
1 y
48
H
1 z
4b
K
1 A
70
p
1 B
73
s
1 C
72
r
1 D
75
u
1 E
74
t
1 F
77
w
1 G
76
v
1 H
79
y
1 I
78
x
1 J
7b
{
1 K
7a
z
1 L
7d
}
1 M
7c
|
1 N
7f
1 O
7e
~
1 P
61
a
1 Q
60
`
1 R
63
c
1 S
62
b
1 T
65
e
1 U
64
d
1 V
67
g
1 W
66
f
1 X
69
i
1 Y
68
h
1 Z
6b
k
1 !
10
1 "
13
1 #
12
1 $
15
1 %
14
1 &
17
1 '
16
1 (
19
1 )
18
1 *
1b
1 +
1a
1 ,
1d
1 -
1c
1 .
1f
1 /
1e
1 :
0b
&#11;
1 ;
0a
1 <
0d
1 =
0c
&#12;
1 >
0f
1 ?
0e
1 @
71
q
1 [
6a
j
1 \
6d
m
1 ]
6c
l
1 ^
6f
o
1 _
6e
n
1 `
51
Q
1 {
4a
J
1 |
4d
M
1 }
4c
L
1 ~
4f
O

11

38
8

3b
;

3c
<
1 &#11;
3a
:
1 &#12;
3d
=
2 0
02
2 1
03
2 2
00
2 3
01
2 4
06
2 5
07
2 6
04
2 7
05
2 8
0a
2 9
0b
&#11;
2 a
53
S
2 b
50
P
2 c
51
Q
2 d
56
V
2 e
57
W
2 f
54
T
2 g
55
U
2 h
5a
Z
2 i
5b
[
2 j
58
X
2 k
59
Y
2 l
5e
^
2 m
5f
_
2 n
5c
\
2 o
5d
]
2 p
42
B
2 q
43
C
2 r
40
@
2 s
41
A
2 t
46
F
2 u
47
G
2 v
44
D
2 w
45
E
2 x
4a
J
2 y
4b
K
2 z
48
H
2 A
73
s
2 B
70
p
2 C
71
q
2 D
76
v
2 E
77
w
2 F
74
t
2 G
75
u
2 H
7a
z
2 I
7b
{
2 J
78
x
2 K
79
y
2 L
7e
~
2 M
7f
2 N
7c
|
2 O
7d
}
2 P
62
b
2 Q
63
c
2 R
60
`
2 S
61
a
2 T
66
f
2 U
67
g
2 V
64
d
2 W
65
e
2 X
6a
j
2 Y
6b
k
2 Z
68
h
2 !
13
2 "
10
2 #
11
2 $
16
2 %
17
2 &
14
2 '
15
2 (
1a
2 )
1b
2 *
18
2 +
19
2 ,
1e
2 -
1f
2 .
1c
2 /
1d
2 :
08
2 ;
09
2 <
0e
2 =
0f
2 >
0c
&#12;
2 ?
0d
2 @
72
r
2 [
69
i
2 \
6e
n
2 ]
6f
o
2 ^
6c
l
2 _
6d
m
2 `
52
R
2 {
49
I
2 |
4e
N
2 }
4f
O
2 ~
4c
L

12

3b
;

38
8

3f
?
2 &#11;
39
9
2 &#12;
3e
>
3 0
03
3 1
02
3 2
01
3 3
00
3 4
07
3 5
06
3 6
05
3 7
04
3 8
0b
&#11;
3 9
0a
3 a
52
R
3 b
51
Q
3 c
50
P
3 d
57
W
3 e
56
V
3 f
55
U
3 g
54
T
3 h
5b
[
3 i
5a
Z
3 j
59
Y
3 k
58
X
3 l
5f
_
3 m
5e
^
3 n
5d
]
3 o
5c
\
3 p
43
C
3 q
42
B
3 r
41
A
3 s
40
@
3 t
47
G
3 u
46
F
3 v
45
E
3 w
44
D
3 x
4b
K
3 y
4a
J
3 z
49
I
3 A
72
r
3 B
71
q
3 C
70
p
3 D
77
w
3 E
76
v
3 F
75
u
3 G
74
t
3 H
7b
{
3 I
7a
z
3 J
79
y
3 K
78
x
3 L
7f
3 M
7e
~
3 N
7d
}
3 O
7c
|
3 P
63
c
3 Q
62
b
3 R
61
a
3 S
60
`
3 T
67
g
3 U
66
f
3 V
65
e
3 W
64
d
3 X
6b
k
3 Y
6a
j
3 Z
69
i
3 !
12
3 "
11
3 #
10
3 $
17
3 %
16
3 &
15
3 '
14
3 (
1b
3 )
1a
3 *
19
3 +
18
3 ,
1f
3 -
1e
3 .
1d
3 /
1c
3 :
09
3 ;
08
3 <
0f
3 =
0e
3 >
0d
3 ?
0c
&#12;
3 @
73
s
3 [
68
h
3 \
6f
o
3 ]
6e
n
3 ^
6d
m
3 _
6c
l
3 `
53
S
3 {
48
H
3 |
4f
O
3 }
4e
N
3 ~
4d
M

13

3a
:

39
9

3e
>
3 &#11;
38
8
3 &#12;
3f
?
4 0
04
4 1
05
4 2
06
4 3
07
4 4
00
4 5
01
4 6
02
4 7
03
4 8
0c
&#12;
4 9
0d
4 a
55
U
4 b
56
V
4 c
57
W
4 d
50
P
4 e
51
Q
4 f
52
R
4 g
53
S
4 h
5c
\
4 i
5d
]
4 j
5e
^
4 k
5f
_
4 l
58
X
4 m
59
Y
4 n
5a
Z
4 o
5b
[
4 p
44
D
4 q
45
E
4 r
46
F
4 s
47
G
4 t
40
@
4 u
41
A
4 v
42
B
4 w
43
C
4 x
4c
L
4 y
4d
M
4 z
4e
N
4 A
75
u
4 B
76
v
4 C
77
w
4 D
70
p
4 E
71
q
4 F
72
r
4 G
73
s
4 H
7c
|
4 I
7d
}
4 J
7e
~
4 K
7f
4 L
78
x
4 M
79
y
4 N
7a
z
4 O
7b
{
4 P
64
d
4 Q
65
e
4 R
66
f
4 S
67
g
4 T
60
`
4 U
61
a
4 V
62
b
4 W
63
c
4 X
6c
l
4 Y
6d
m
4 Z
6e
n
4 !
15
4 "
16
4 #
17
4 $
10
4 %
11
4 &
12
4 '
13
4 (
1c
4 )
1d
4 *
1e
4 +
1f
4 ,
18
4 -
19
4 .
1a
4 /
1b
4 :
0e
4 ;
0f
4 <
08
4 =
09
4 >
0a
4 ?
0b
&#11;
4 @
74
t
4 [
6f
o
4 \
68
h
4 ]
69
i
4 ^
6a
j
4 _
6b
k
4 `
54
T
4 {
4f
O
4 |
48
H
4 }
49
I
4 ~
4a
J

14

3d
=

3e
>

39
9
4 &#11;
3f
?
4 &#12;
38
8
5 0
05
5 1
04
5 2
07
5 3
06
5 4
01
5 5
00
5 6
03
5 7
02
5 8
0d
5 9
0c
&#12;
5 a
54
T
5 b
57
W
5 c
56
V
5 d
51
Q
5 e
50
P
5 f
53
S
5 g
52
R
5 h
5d
]
5 i
5c
\
5 j
5f
_
5 k
5e
^
5 l
59
Y
5 m
58
X
5 n
5b
[
5 o
5a
Z
5 p
45
E
5 q
44
D
5 r
47
G
5 s
46
F
5 t
41
A
5 u
40
@
5 v
43
C
5 w
42
B
5 x
4d
M
5 y
4c
L
5 z
4f
O
5 A
74
t
5 B
77
w
5 C
76
v
5 D
71
q
5 E
70
p
5 F
73
s
5 G
72
r
5 H
7d
}
5 I
7c
|
5 J
7f
5 K
7e
~
5 L
79
y
5 M
78
x
5 N
7b
{
5 O
7a
z
5 P
65
e
5 Q
64
d
5 R
67
g
5 S
66
f
5 T
61
a
5 U
60
`
5 V
63
c
5 W
62
b
5 X
6d
m
5 Y
6c
l
5 Z
6f
o
5 !
14
5 "
17
5 #
16
5 $
11
5 %
10
5 &
13
5 '
12
5 (
1d
5 )
1c
5 *
1f
5 +
1e
5 ,
19
5 -
18
5 .
1b
5 /
1a
5 :
0f
5 ;
0e
5 <
09
5 =
08
5 >
0b
&#11;
5 ?
0a
5 @
75
u
5 [
6e
n
5 \
69
i
5 ]
68
h
5 ^
6b
k
5 _
6a
j
5 `
55
U
5 {
4e
N
5 |
49
I
5 }
48
H
5 ~
4b
K

15

3c
<

3f
?

38
8
5 &#11;
3e
>
5 &#12;
39
9
6 0
06
6 1
07
6 2
04
6 3
05
6 4
02
6 5
03
6 6
00
6 7
01
6 8
0e
6 9
0f
6 a
57
W
6 b
54
T
6 c
55
U
6 d
52
R
6 e
53
S
6 f
50
P
6 g
51
Q
6 h
5e
^
6 i
5f
_
6 j
5c
\
6 k
5d
]
6 l
5a
Z
6 m
5b
[
6 n
58
X
6 o
59
Y
6 p
46
F
6 q
47
G
6 r
44
D
6 s
45
E
6 t
42
B
6 u
43
C
6 v
40
@
6 w
41
A
6 x
4e
N
6 y
4f
O
6 z
4c
L
6 A
77
w
6 B
74
t
6 C
75
u
6 D
72
r
6 E
73
s
6 F
70
p
6 G
71
q
6 H
7e
~
6 I
7f
6 J
7c
|
6 K
7d
}
6 L
7a
z
6 M
7b
{
6 N
78
x
6 O
79
y
6 P
66
f
6 Q
67
g
6 R
64
d
6 S
65
e
6 T
62
b
6 U
63
c
6 V
60
`
6 W
61
a
6 X
6e
n
6 Y
6f
o
6 Z
6c
l
6 !
17
6 "
14
6 #
15
6 $
12
6 %
13
6 &
10
6 '
11
6 (
1e
6 )
1f
6 *
1c
6 +
1d
6 ,
1a
6 -
1b
6 .
18
6 /
19
6 :
0c
&#12;
6 ;
0d
6 <
0a
6 =
0b
&#11;
6 >
08
6 ?
09
6 @
76
v
6 [
6d
m
6 \
6a
j
6 ]
6b
k
6 ^
68
h
6 _
69
i
6 `
56
V
6 {
4d
M
6 |
4a
J
6 }
4b
K
6 ~
48
H

16

3f
?

3c
<

3b
;
6 &#11;
3d
=
6 &#12;
3a
:
7 0
07
7 1
06
7 2
05
7 3
04
7 4
03
7 5
02
7 6
01
7 7
00
7 8
0f
7 9
0e
7 a
56
V
7 b
55
U
7 c
54
T
7 d
53
S
7 e
52
R
7 f
51
Q
7 g
50
P
7 h
5f
_
7 i
5e
^
7 j
5d
]
7 k
5c
\
7 l
5b
[
7 m
5a
Z
7 n
59
Y
7 o
58
X
7 p
47
G
7 q
46
F
7 r
45
E
7 s
44
D
7 t
43
C
7 u
42
B
7 v
41
A
7 w
40
@
7 x
4f
O
7 y
4e
N
7 z
4d
M
7 A
76
v
7 B
75
u
7 C
74
t
7 D
73
s
7 E
72
r
7 F
71
q
7 G
70
p
7 H
7f
7 I
7e
~
7 J
7d
}
7 K
7c
|
7 L
7b
{
7 M
7a
z
7 N
79
y
7 O
78
x
7 P
67
g
7 Q
66
f
7 R
65
e
7 S
64
d
7 T
63
c
7 U
62
b
7 V
61
a
7 W
60
`
7 X
6f
o
7 Y
6e
n
7 Z
6d
m
7 !
16
7 "
15
7 #
14
7 $
13
7 %
12
7 &
11
7 '
10
7 (
1f
7 )
1e
7 *
1d
7 +
1c
7 ,
1b
7 -
1a
7 .
19
7 /
18
7 :
0d
7 ;
0c
&#12;
7 <
0b
&#11;
7 =
0a
7 >
09
7 ?
08
7 @
77
w
7 [
6c
l
7 \
6b
k
7 ]
6a
j
7 ^
69
i
7 _
68
h
7 `
57
W
7 {
4c
L
7 |
4b
K
7 }
4a
J
7 ~
49
I

17

3e
>

3d
=

3a
:
7 &#11;
3c
<
7 &#12;
3b
;
8 0
08
8 1
09
8 2
0a
8 3
0b
&#11;
8 4
0c
&#12;
8 5
0d
8 6
0e
8 7
0f
8 8
00
8 9
01
8 a
59
Y
8 b
5a
Z
8 c
5b
[
8 d
5c
\
8 e
5d
]
8 f
5e
^
8 g
5f
_
8 h
50
P
8 i
51
Q
8 j
52
R
8 k
53
S
8 l
54
T
8 m
55
U
8 n
56
V
8 o
57
W
8 p
48
H
8 q
49
I
8 r
4a
J
8 s
4b
K
8 t
4c
L
8 u
4d
M
8 v
4e
N
8 w
4f
O
8 x
40
@
8 y
41
A
8 z
42
B
8 A
79
y
8 B
7a
z
8 C
7b
{
8 D
7c
|
8 E
7d
}
8 F
7e
~
8 G
7f
8 H
70
p
8 I
71
q
8 J
72
r
8 K
73
s
8 L
74
t
8 M
75
u
8 N
76
v
8 O
77
w
8 P
68
h
8 Q
69
i
8 R
6a
j
8 S
6b
k
8 T
6c
l
8 U
6d
m
8 V
6e
n
8 W
6f
o
8 X
60
`
8 Y
61
a
8 Z
62
b
8 !
19
8 "
1a
8 #
1b
8 $
1c
8 %
1d
8 &
1e
8 '
1f
8 (
10
8 )
11
8 *
12
8 +
13
8 ,
14
8 -
15
8 .
16
8 /
17
8 :
02
8 ;
03
8 <
04
8 =
05
8 >
06
8 ?
07
8 @
78
x
8 [
63
c
8 \
64
d
8 ]
65
e
8 ^
66
f
8 _
67
g
8 `
58
X
8 {
43
C
8 |
44
D
8 }
45
E
8 ~
46
F

18

31
1

32
2

35
5
8 &#11;
33
3
8 &#12;
34
4
9 0
09
9 1
08
9 2
0b
&#11;
9 3
0a
9 4
0d
9 5
0c
&#12;
9 6
0f
9 7
0e
9 8
01
9 9
00
9 a
58
X
9 b
5b
[
9 c
5a
Z
9 d
5d
]
9 e
5c
\
9 f
5f
_
9 g
5e
^
9 h
51
Q
9 i
50
P
9 j
53
S
9 k
52
R
9 l
55
U
9 m
54
T
9 n
57
W
9 o
56
V
9 p
49
I
9 q
48
H
9 r
4b
K
9 s
4a
J
9 t
4d
M
9 u
4c
L
9 v
4f
O
9 w
4e
N
9 x
41
A
9 y
40
@
9 z
43
C
9 A
78
x
9 B
7b
{
9 C
7a
z
9 D
7d
}
9 E
7c
|
9 F
7f
9 G
7e
~
9 H
71
q
9 I
70
p
9 J
73
s
9 K
72
r
9 L
75
u
9 M
74
t
9 N
77
w
9 O
76
v
9 P
69
i
9 Q
68
h
9 R
6b
k
9 S
6a
j
9 T
6d
m
9 U
6c
l
9 V
6f
o
9 W
6e
n
9 X
61
a
9 Y
60
`
9 Z
63
c
9 !
18
9 "
1b
9 #
1a
9 $
1d
9 %
1c
9 &
1f
9 '
1e
9 (
11
9 )
10
9 *
13
9 +
12
9 ,
15
9 -
14
9 .
17
9 /
16
9 :
03
9 ;
02
9 <
05
9 =
04
9 >
07
9 ?
06
9 @
79
y
9 [
62
b
9 \
65
e
9 ]
64
d
9 ^
67
g
9 _
66
f
9 `
59
Y
9 {
42
B
9 |
45
E
9 }
44
D
9 ~
47
G

19

30
0

33
3

34
4
9 &#11;
32
2
9 &#12;
35
5
a 0
51
Q
a 1
50
P
a 2
53
S
a 3
52
R
a 4
55
U
a 5
54
T
a 6
57
W
a 7
56
V
a 8
59
Y
a 9
58
X
a a
00
a b
03
a c
02
a d
05
a e
04
a f
07
a g
06
a h
09
a i
08
a j
0b
&#11;
a k
0a
a l
0d
a m
0c
&#12;
a n
0f
a o
0e
a p
11
a q
10
a r
13
a s
12
a t
15
a u
14
a v
17
a w
16
a x
19
a y
18
a z
1b
a A
20
a B
23
#
a C
22
"
a D
25
%
a E
24
$
a F
27
'
a G
26
&
a H
29
)
a I
28
(
a J
2b
+
a K
2a
*
a L
2d
-
a M
2c
,
a N
2f
/
a O
2e
.
a P
31
1
a Q
30
0
a R
33
3
a S
32
2
a T
35
5
a U
34
4
a V
37
7
a W
36
6
a X
39
9
a Y
38
8
a Z
3b
;
a !
40
@
a "
43
C
a #
42
B
a $
45
E
a %
44
D
a &
47
G
a '
46
F
a (
49
I
a )
48
H
a *
4b
K
a +
4a
J
a ,
4d
M
a -
4c
L
a .
4f
O
a /
4e
N
a :
5b
[
a ;
5a
Z
a <
5d
]
a =
5c
\
a >
5f
_
a ?
5e
^
a @
21
!
a [
3a
:
a \
3d
=
a ]
3c
<
a ^
3f
?
a _
3e
>
a `
01
a {
1a
a |
1d
a }
1c
a ~
1f

41
A

68
h

6b
k

6c
l
a &#11;
6a
j
a &#12;
6d
m
b 0
52
R
b 1
53
S
b 2
50
P
b 3
51
Q
b 4
56
V
b 5
57
W
b 6
54
T
b 7
55
U
b 8
5a
Z
b 9
5b
[
b a
03
b b
00
b c
01
b d
06
b e
07
b f
04
b g
05
b h
0a
b i
0b
&#11;
b j
08
b k
09
b l
0e
b m
0f
b n
0c
&#12;
b o
0d
b p
12
b q
13
b r
10
b s
11
b t
16
b u
17
b v
14
b w
15
b x
1a
b y
1b
b z
18
b A
23
#
b B
20
b C
21
!
b D
26
&
b E
27
'
b F
24
$
b G
25
%
b H
2a
*
b I
2b
+
b J
28
(
b K
29
)
b L
2e
.
b M
2f
/
b N
2c
,
b O
2d
-
b P
32
2
b Q
33
3
b R
30
0
b S
31
1
b T
36
6
b U
37
7
b V
34
4
b W
35
5
b X
3a
:
b Y
3b
;
b Z
38
8
b !
43
C
b "
40
@
b #
41
A
b $
46
F
b %
47
G
b &
44
D
b '
45
E
b (
4a
J
b )
4b
K
b *
48
H
b +
49
I
b ,
4e
N
b -
4f
O
b .
4c
L
b /
4d
M
b :
58
X
b ;
59
Y
b <
5e
^
b =
5f
_
b >
5c
\
b ?
5d
]
b @
22
"
b [
39
9
b \
3e
>
b ]
3f
?
b ^
3c
<
b _
3d
=
b `
02
b {
19
b |
1e
b }
1f
b ~
1c

42
B

6b
k

68
h

6f
o
b &#11;
69
i
b &#12;
6e
n
c 0
53
S
c 1
52
R
c 2
51
Q
c 3
50
P
c 4
57
W
c 5
56
V
c 6
55
U
c 7
54
T
c 8
5b
[
c 9
5a
Z
c a
02
c b
01
c c
00
c d
07
c e
06
c f
05
c g
04
c h
0b
&#11;
c i
0a
c j
09
c k
08
c l
0f
c m
0e
c n
0d
c o
0c
&#12;
c p
13
c q
12
c r
11
c s
10
c t
17
c u
16
c v
15
c w
14
c x
1b
c y
1a
c z
19
c A
22
"
c B
21
!
c C
20
c D
27
'
c E
26
&
c F
25
%
c G
24
$
c H
2b
+
c I
2a
*
c J
29
)
c K
28
(
c L
2f
/
c M
2e
.
c N
2d
-
c O
2c
,
c P
33
3
c Q
32
2
c R
31
1
c S
30
0
c T
37
7
c U
36
6
c V
35
5
c W
34
4
c X
3b
;
c Y
3a
:
c Z
39
9
c !
42
B
c "
41
A
c #
40
@
c $
47
G
c %
46
F
c &
45
E
c '
44
D
c (
4b
K
c )
4a
J
c *
49
I
c +
48
H
c ,
4f
O
c -
4e
N
c .
4d
M
c /
4c
L
c :
59
Y
c ;
58
X
c <
5f
_
c =
5e
^
c >
5d
]
c ?
5c
\
c @
23
#
c [
38
8
c \
3f
?
c ]
3e
>
c ^
3d
=
c _
3c
<
c `
03
c {
18
c |
1f
c }
1e
c ~
1d

43
C

6a
j

69
i

6e
n
c &#11;
68
h
c &#12;
6f
o
d 0
54
T
d 1
55
U
d 2
56
V
d 3
57
W
d 4
50
P
d 5
51
Q
d 6
52
R
d 7
53
S
d 8
5c
\
d 9
5d
]
d a
05
d b
06
d c
07
d d
00
d e
01
d f
02
d g
03
d h
0c
&#12;
d i
0d
d j
0e
d k
0f
d l
08
d m
09
d n
0a
d o
0b
&#11;
d p
14
d q
15
d r
16
d s
17
d t
10
d u
11
d v
12
d w
13
d x
1c
d y
1d
d z
1e
d A
25
%
d B
26
&
d C
27
'
d D
20
d E
21
!
d F
22
"
d G
23
#
d H
2c
,
d I
2d
-
d J
2e
.
d K
2f
/
d L
28
(
d M
29
)
d N
2a
*
d O
2b
+
d P
34
4
d Q
35
5
d R
36
6
d S
37
7
d T
30
0
d U
31
1
d V
32
2
d W
33
3
d X
3c
<
d Y
3d
=
d Z
3e
>
d !
45
E
d "
46
F
d #
47
G
d $
40
@
d %
41
A
d &
42
B
d '
43
C
d (
4c
L
d )
4d
M
d *
4e
N
d +
4f
O
d ,
48
H
d -
49
I
d .
4a
J
d /
4b
K
d :
5e
^
d ;
5f
_
d <
58
X
d =
59
Y
d >
5a
Z
d ?
5b
[
d @
24
$
d [
3f
?
d \
38
8
d ]
39
9
d ^
3a
:
d _
3b
;
d `
04
d {
1f
d |
18
d }
19
d ~
1a

44
D

6d
m

6e
n

69
i
d &#11;
6f
o
d &#12;
68
h
e 0
55
U
e 1
54
T
e 2
57
W
e 3
56
V
e 4
51
Q
e 5
50
P
e 6
53
S
e 7
52
R
e 8
5d
]
e 9
5c
\
e a
04
e b
07
e c
06
e d
01
e e
00
e f
03
e g
02
e h
0d
e i
0c
&#12;
e j
0f
e k
0e
e l
09
e m
08
e n
0b
&#11;
e o
0a
e p
15
e q
14
e r
17
e s
16
e t
11
e u
10
e v
13
e w
12
e x
1d
e y
1c
e z
1f
e A
24
$
e B
27
'
e C
26
&
e D
21
!
e E
20
e F
23
#
e G
22
"
e H
2d
-
e I
2c
,
e J
2f
/
e K
2e
.
e L
29
)
e M
28
(
e N
2b
+
e O
2a
*
e P
35
5
e Q
34
4
e R
37
7
e S
36
6
e T
31
1
e U
30
0
e V
33
3
e W
32
2
e X
3d
=
e Y
3c
<
e Z
3f
?
e !
44
D
e "
47
G
e #
46
F
e $
41
A
e %
40
@
e &
43
C
e '
42
B
e (
4d
M
e )
4c
L
e *
4f
O
e +
4e
N
e ,
49
I
e -
48
H
e .
4b
K
e /
4a
J
e :
5f
_
e ;
5e
^
e <
59
Y
e =
58
X
e >
5b
[
e ?
5a
Z
e @
25
%
e [
3e
>
e \
39
9
e ]
38
8
e ^
3b
;
e _
3a
:
e `
05
e {
1e
e |
19
e }
18
e ~
1b

45
E

6c
l

6f
o

68
h
e &#11;
6e
n
e &#12;
69
i
f 0
56
V
f 1
57
W
f 2
54
T
f 3
55
U
f 4
52
R
f 5
53
S
f 6
50
P
f 7
51
Q
f 8
5e
^
f 9
5f
_
f a
07
f b
04
f c
05
f d
02
f e
03
f f
00
f g
01
f h
0e
f i
0f
f j
0c
&#12;
f k
0d
f l
0a
f m
0b
&#11;
f n
08
f o
09
f p
16
f q
17
f r
14
f s
15
f t
12
f u
13
f v
10
f w
11
f x
1e
f y
1f
f z
1c
f A
27
'
f B
24
$
f C
25
%
f D
22
"
f E
23
#
f F
20
f G
21
!
f H
2e
.
f I
2f
/
f J
2c
,
f K
2d
-
f L
2a
*
f M
2b
+
f N
28
(
f O
29
)
f P
36
6
f Q
37
7
f R
34
4
f S
35
5
f T
32
2
f U
33
3
f V
30
0
f W
31
1
f X
3e
>
f Y
3f
?
f Z
3c
<
f !
47
G
f "
44
D
f #
45
E
f $
42
B
f %
43
C
f &
40
@
f '
41
A
f (
4e
N
f )
4f
O
f *
4c
L
f +
4d
M
f ,
4a
J
f -
4b
K
f .
48
H
f /
49
I
f :
5c
\
f ;
5d
]
f <
5a
Z
f =
5b
[
f >
58
X
f ?
59
Y
f @
26
&
f [
3d
=
f \
3a
:
f ]
3b
;
f ^
38
8
f _
39
9
f `
06
f {
1d
f |
1a
f }
1b
f ~
18

46
F

6f
o

6c
l

6b
k
f &#11;
6d
m
f &#12;
6a
j
g 0
57
W
g 1
56
V
g 2
55
U
g 3
54
T
g 4
53
S
g 5
52
R
g 6
51
Q
g 7
50
P
g 8
5f
_
g 9
5e
^
g a
06
g b
05
g c
04
g d
03
g e
02
g f
01
g g
00
g h
0f
g i
0e
g j
0d
g k
0c
&#12;
g l
0b
&#11;
g m
0a
g n
09
g o
08
g p
17
g q
16
g r
15
g s
14
g t
13
g u
12
g v
11
g w
10
g x
1f
g y
1e
g z
1d
g A
26
&
g B
25
%
g C
24
$
g D
23
#
g E
22
"
g F
21
!
g G
20
g H
2f
/
g I
2e
.
g J
2d
-
g K
2c
,
g L
2b
+
g M
2a
*
g N
29
)
g O
28
(
g P
37
7
g Q
36
6
g R
35
5
g S
34
4
g T
33
3
g U
32
2
g V
31
1
g W
30
0
g X
3f
?
g Y
3e
>
g Z
3d
=
g !
46
F
g "
45
E
g #
44
D
g $
43
C
g %
42
B
g &
41
A
g '
40
@
g (
4f
O
g )
4e
N
g *
4d
M
g +
4c
L
g ,
4b
K
g -
4a
J
g .
49
I
g /
48
H
g :
5d
]
g ;
5c
\
g <
5b
[
g =
5a
Z
g >
59
Y
g ?
58
X
g @
27
'
g [
3c
<
g \
3b
;
g ]
3a
:
g ^
39
9
g _
38
8
g `
07
g {
1c
g |
1b
g }
1a
g ~
19

47
G

6e
n

6d
m

6a
j
g &#11;
6c
l
g &#12;
6b
k
h 0
58
X
h 1
59
Y
h 2
5a
Z
h 3
5b
[
h 4
5c
\
h 5
5d
]
h 6
5e
^
h 7
5f
_
h 8
50
P
h 9
51
Q
h a
09
h b
0a
h c
0b
&#11;
h d
0c
&#12;
h e
0d
h f
0e
h g
0f
h h
00
h i
01
h j
02
h k
03
h l
04
h m
05
h n
06
h o
07
h p
18
h q
19
h r
1a
h s
1b
h t
1c
h u
1d
h v
1e
h w
1f
h x
10
h y
11
h z
12
h A
29
)
h B
2a
*
h C
2b
+
h D
2c
,
h E
2d
-
h F
2e
.
h G
2f
/
h H
20
h I
21
!
h J
22
"
h K
23
#
h L
24
$
h M
25
%
h N
26
&
h O
27
'
h P
38
8
h Q
39
9
h R
3a
:
h S
3b
;
h T
3c
<
h U
3d
=
h V
3e
>
h W
3f
?
h X
30
0
h Y
31
1
h Z
32
2
h !
49
I
h "
4a
J
h #
4b
K
h $
4c
L
h %
4d
M
h &
4e
N
h '
4f
O
h (
40
@
h )
41
A
h *
42
B
h +
43
C
h ,
44
D
h -
45
E
h .
46
F
h /
47
G
h :
52
R
h ;
53
S
h <
54
T
h =
55
U
h >
56
V
h ?
57
W
h @
28
(
h [
33
3
h \
34
4
h ]
35
5
h ^
36
6
h _
37
7
h `
08
h {
13
h |
14
h }
15
h ~
16

48
H

61
a

62
b

65
e
h &#11;
63
c
h &#12;
64
d
i 0
59
Y
i 1
58
X
i 2
5b
[
i 3
5a
Z
i 4
5d
]
i 5
5c
\
i 6
5f
_
i 7
5e
^
i 8
51
Q
i 9
50
P
i a
08
i b
0b
&#11;
i c
0a
i d
0d
i e
0c
&#12;
i f
0f
i g
0e
i h
01
i i
00
i j
03
i k
02
i l
05
i m
04
i n
07
i o
06
i p
19
i q
18
i r
1b
i s
1a
i t
1d
i u
1c
i v
1f
i w
1e
i x
11
i y
10
i z
13
i A
28
(
i B
2b
+
i C
2a
*
i D
2d
-
i E
2c
,
i F
2f
/
i G
2e
.
i H
21
!
i I
20
i J
23
#
i K
22
"
i L
25
%
i M
24
$
i N
27
'
i O
26
&
i P
39
9
i Q
38
8
i R
3b
;
i S
3a
:
i T
3d
=
i U
3c
<
i V
3f
?
i W
3e
>
i X
31
1
i Y
30
0
i Z
33
3
i !
48
H
i "
4b
K
i #
4a
J
i $
4d
M
i %
4c
L
i &
4f
O
i '
4e
N
i (
41
A
i )
40
@
i *
43
C
i +
42
B
i ,
45
E
i -
44
D
i .
47
G
i /
46
F
i :
53
S
i ;
52
R
i <
55
U
i =
54
T
i >
57
W
i ?
56
V
i @
29
)
i [
32
2
i \
35
5
i ]
34
4
i ^
37
7
i _
36
6
i `
09
i {
12
i |
15
i }
14
i ~
17

49
I

60
`

63
c

64
d
i &#11;
62
b
i &#12;
65
e
j 0
5a
Z
j 1
5b
[
j 2
58
X
j 3
59
Y
j 4
5e
^
j 5
5f
_
j 6
5c
\
j 7
5d
]
j 8
52
R
j 9
53
S
j a
0b
&#11;
j b
08
j c
09
j d
0e
j e
0f
j f
0c
&#12;
j g
0d
j h
02
j i
03
j j
00
j k
01
j l
06
j m
07
j n
04
j o
05
j p
1a
j q
1b
j r
18
j s
19
j t
1e
j u
1f
j v
1c
j w
1d
j x
12
j y
13
j z
10
j A
2b
+
j B
28
(
j C
29
)
j D
2e
.
j E
2f
/
j F
2c
,
j G
2d
-
j H
22
"
j I
23
#
j J
20
j K
21
!
j L
26
&
j M
27
'
j N
24
$
j O
25
%
j P
3a
:
j Q
3b
;
j R
38
8
j S
39
9
j T
3e
>
j U
3f
?
j V
3c
<
j W
3d
=
j X
32
2
j Y
33
3
j Z
30
0
j !
4b
K
j "
48
H
j #
49
I
j $
4e
N
j %
4f
O
j &
4c
L
j '
4d
M
j (
42
B
j )
43
C
j *
40
@
j +
41
A
j ,
46
F
j -
47
G
j .
44
D
j /
45
E
j :
50
P
j ;
51
Q
j <
56
V
j =
57
W
j >
54
T
j ?
55
U
j @
2a
*
j [
31
1
j \
36
6
j ]
37
7
j ^
34
4
j _
35
5
j `
0a
j {
11
j |
16
j }
17
j ~
14

4a
J

63
c

60
`

67
g
j &#11;
61
a
j &#12;
66
f
k 0
5b
[
k 1
5a
Z
k 2
59
Y
k 3
58
X
k 4
5f
_
k 5
5e
^
k 6
5d
]
k 7
5c
\
k 8
53
S
k 9
52
R
k a
0a
k b
09
k c
08
k d
0f
k e
0e
k f
0d
k g
0c
&#12;
k h
03
k i
02
k j
01
k k
00
k l
07
k m
06
k n
05
k o
04
k p
1b
k q
1a
k r
19
k s
18
k t
1f
k u
1e
k v
1d
k w
1c
k x
13
k y
12
k z
11
k A
2a
*
k B
29
)
k C
28
(
k D
2f
/
k E
2e
.
k F
2d
-
k G
2c
,
k H
23
#
k I
22
"
k J
21
!
k K
20
k L
27
'
k M
26
&
k N
25
%
k O
24
$
k P
3b
;
k Q
3a
:
k R
39
9
k S
38
8
k T
3f
?
k U
3e
>
k V
3d
=
k W
3c
<
k X
33
3
k Y
32
2
k Z
31
1
k !
4a
J
k "
49
I
k #
48
H
k $
4f
O
k %
4e
N
k &
4d
M
k '
4c
L
k (
43
C
k )
42
B
k *
41
A
k +
40
@
k ,
47
G
k -
46
F
k .
45
E
k /
44
D
k :
51
Q
k ;
50
P
k <
57
W
k =
56
V
k >
55
U
k ?
54
T
k @
2b
+
k [
30
0
k \
37
7
k ]
36
6
k ^
35
5
k _
34
4
k `
0b
&#11;
k {
10
k |
17
k }
16
k ~
15

4b
K

62
b

61
a

66
f
k &#11;
60
`
k &#12;
67
g
l 0
5c
\
l 1
5d
]
l 2
5e
^
l 3
5f
_
l 4
58
X
l 5
59
Y
l 6
5a
Z
l 7
5b
[
l 8
54
T
l 9
55
U
l a
0d
l b
0e
l c
0f
l d
08
l e
09
l f
0a
l g
0b
&#11;
l h
04
l i
05
l j
06
l k
07
l l
00
l m
01
l n
02
l o
03
l p
1c
l q
1d
l r
1e
l s
1f
l t
18
l u
19
l v
1a
l w
1b
l x
14
l y
15
l z
16
l A
2d
-
l B
2e
.
l C
2f
/
l D
28
(
l E
29
)
l F
2a
*
l G
2b
+
l H
24
$
l I
25
%
l J
26
&
l K
27
'
l L
20
l M
21
!
l N
22
"
l O
23
#
l P
3c
<
l Q
3d
=
l R
3e
>
l S
3f
?
l T
38
8
l U
39
9
l V
3a
:
l W
3b
;
l X
34
4
l Y
35
5
l Z
36
6
l !
4d
M
l "
4e
N
l #
4f
O
l $
48
H
l %
49
I
l &
4a
J
l '
4b
K
l (
44
D
l )
45
E
l *
46
F
l +
47
G
l ,
40
@
l -
41
A
l .
42
B
l /
43
C
l :
56
V
l ;
57
W
l <
50
P
l =
51
Q
l >
52
R
l ?
53
S
l @
2c
,
l [
37
7
l \
30
0
l ]
31
1
l ^
32
2
l _
33
3
l `
0c
&#12;
l {
17
l |
10
l }
11
l ~
12

4c
L

65
e

66
f

61
a
l &#11;
67
g
l &#12;
60
`
m 0
5d
]
m 1
5c
\
m 2
5f
_
m 3
5e
^
m 4
59
Y
m 5
58
X
m 6
5b
[
m 7
5a
Z
m 8
55
U
m 9
54
T
m a
0c
&#12;
m b
0f
m c
0e
m d
09
m e
08
m f
0b
&#11;
m g
0a
m h
05
m i
04
m j
07
m k
06
m l
01
m m
00
m n
03
m o
02
m p
1d
m q
1c
m r
1f
m s
1e
m t
19
m u
18
m v
1b
m w
1a
m x
15
m y
14
m z
17
m A
2c
,
m B
2f
/
m C
2e
.
m D
29
)
m E
28
(
m F
2b
+
m G
2a
*
m H
25
%
m I
24
$
m J
27
'
m K
26
&
m L
21
!
m M
20
m N
23
#
m O
22
"
m P
3d
=
m Q
3c
<
m R
3f
?
m S
3e
>
m T
39
9
m U
38
8
m V
3b
;
m W
3a
:
m X
35
5
m Y
34
4
m Z
37
7
m !
4c
L
m "
4f
O
m #
4e
N
m $
49
I
m %
48
H
m &
4b
K
m '
4a
J
m (
45
E
m )
44
D
m *
47
G
m +
46
F
m ,
41
A
m -
40
@
m .
43
C
m /
42
B
m :
57
W
m ;
56
V
m <
51
Q
m =
50
P
m >
53
S
m ?
52
R
m @
2d
-
m [
36
6
m \
31
1
m ]
30
0
m ^
33
3
m _
32
2
m `
0d
m {
16
m |
11
m }
10
m ~
13

4d
M

64
d

67
g

60
`
m &#11;
66
f
m &#12;
61
a
n 0
5e
^
n 1
5f
_
n 2
5c
\
n 3
5d
]
n 4
5a
Z
n 5
5b
[
n 6
58
X
n 7
59
Y
n 8
56
V
n 9
57
W
n a
0f
n b
0c
&#12;
n c
0d
n d
0a
n e
0b
&#11;
n f
08
n g
09
n h
06
n i
07
n j
04
n k
05
n l
02
n m
03
n n
00
n o
01
n p
1e
n q
1f
n r
1c
n s
1d
n t
1a
n u
1b
n v
18
n w
19
n x
16
n y
17
n z
14
n A
2f
/
n B
2c
,
n C
2d
-
n D
2a
*
n E
2b
+
n F
28
(
n G
29
)
n H
26
&
n I
27
'
n J
24
$
n K
25
%
n L
22
"
n M
23
#
n N
20
n O
21
!
n P
3e
>
n Q
3f
?
n R
3c
<
n S
3d
=
n T
3a
:
n U
3b
;
n V
38
8
n W
39
9
n X
36
6
n Y
37
7
n Z
34
4
n !
4f
O
n "
4c
L
n #
4d
M
n $
4a
J
n %
4b
K
n &
48
H
n '
49
I
n (
46
F
n )
47
G
n *
44
D
n +
45
E
n ,
42
B
n -
43
C
n .
40
@
n /
41
A
n :
54
T
n ;
55
U
n <
52
R
n =
53
S
n >
50
P
n ?
51
Q
n @
2e
.
n [
35
5
n \
32
2
n ]
33
3
n ^
30
0
n _
31
1
n `
0e
n {
15
n |
12
n }
13
n ~
10

4e
N

67
g

64
d

63
c
n &#11;
65
e
n &#12;
62
b
o 0
5f
_
o 1
5e
^
o 2
5d
]
o 3
5c
\
o 4
5b
[
o 5
5a
Z
o 6
59
Y
o 7
58
X
o 8
57
W
o 9
56
V
o a
0e
o b
0d
o c
0c
&#12;
o d
0b
&#11;
o e
0a
o f
09
o g
08
o h
07
o i
06
o j
05
o k
04
o l
03
o m
02
o n
01
o o
00
o p
1f
o q
1e
o r
1d
o s
1c
o t
1b
o u
1a
o v
19
o w
18
o x
17
o y
16
o z
15
o A
2e
.
o B
2d
-
o C
2c
,
o D
2b
+
o E
2a
*
o F
29
)
o G
28
(
o H
27
'
o I
26
&
o J
25
%
o K
24
$
o L
23
#
o M
22
"
o N
21
!
o O
20
o P
3f
?
o Q
3e
>
o R
3d
=
o S
3c
<
o T
3b
;
o U
3a
:
o V
39
9
o W
38
8
o X
37
7
o Y
36
6
o Z
35
5
o !
4e
N
o "
4d
M
o #
4c
L
o $
4b
K
o %
4a
J
o &
49
I
o '
48
H
o (
47
G
o )
46
F
o *
45
E
o +
44
D
o ,
43
C
o -
42
B
o .
41
A
o /
40
@
o :
55
U
o ;
54
T
o <
53
S
o =
52
R
o >
51
Q
o ?
50
P
o @
2f
/
o [
34
4
o \
33
3
o ]
32
2
o ^
31
1
o _
30
0
o `
0f
o {
14
o |
13
o }
12
o ~
11

4f
O

66
f

65
e

62
b
o &#11;
64
d
o &#12;
63
c
p 0
40
@
p 1
41
A
p 2
42
B
p 3
43
C
p 4
44
D
p 5
45
E
p 6
46
F
p 7
47
G
p 8
48
H
p 9
49
I
p a
11
p b
12
p c
13
p d
14
p e
15
p f
16
p g
17
p h
18
p i
19
p j
1a
p k
1b
p l
1c
p m
1d
p n
1e
p o
1f
p p
00
p q
01
p r
02
p s
03
p t
04
p u
05
p v
06
p w
07
p x
08
p y
09
p z
0a
p A
31
1
p B
32
2
p C
33
3
p D
34
4
p E
35
5
p F
36
6
p G
37
7
p H
38
8
p I
39
9
p J
3a
:
p K
3b
;
p L
3c
<
p M
3d
=
p N
3e
>
p O
3f
?
p P
20
p Q
21
!
p R
22
"
p S
23
#
p T
24
$
p U
25
%
p V
26
&
p W
27
'
p X
28
(
p Y
29
)
p Z
2a
*
p !
51
Q
p "
52
R
p #
53
S
p $
54
T
p %
55
U
p &
56
V
p '
57
W
p (
58
X
p )
59
Y
p *
5a
Z
p +
5b
[
p ,
5c
\
p -
5d
]
p .
5e
^
p /
5f
_
p :
4a
J
p ;
4b
K
p <
4c
L
p =
4d
M
p >
4e
N
p ?
4f
O
p @
30
0
p [
2b
+
p \
2c
,
p ]
2d
-
p ^
2e
.
p _
2f
/
p `
10
p {
0b
&#11;
p |
0c
&#12;
p }
0d
p ~
0e

50
P

79
y

7a
z

7d
}
p &#11;
7b
{
p &#12;
7c
|
q 0
41
A
q 1
40
@
q 2
43
C
q 3
42
B
q 4
45
E
q 5
44
D
q 6
47
G
q 7
46
F
q 8
49
I
q 9
48
H
q a
10
q b
13
q c
12
q d
15
q e
14
q f
17
q g
16
q h
19
q i
18
q j
1b
q k
1a
q l
1d
q m
1c
q n
1f
q o
1e
q p
01
q q
00
q r
03
q s
02
q t
05
q u
04
q v
07
q w
06
q x
09
q y
08
q z
0b
&#11;
q A
30
0
q B
33
3
q C
32
2
q D
35
5
q E
34
4
q F
37
7
q G
36
6
q H
39
9
q I
38
8
q J
3b
;
q K
3a
:
q L
3d
=
q M
3c
<
q N
3f
?
q O
3e
>
q P
21
!
q Q
20
q R
23
#
q S
22
"
q T
25
%
q U
24
$
q V
27
'
q W
26
&
q X
29
)
q Y
28
(
q Z
2b
+
q !
50
P
q "
53
S
q #
52
R
q $
55
U
q %
54
T
q &
57
W
q '
56
V
q (
59
Y
q )
58
X
q *
5b
[
q +
5a
Z
q ,
5d
]
q -
5c
\
q .
5f
_
q /
5e
^
q :
4b
K
q ;
4a
J
q <
4d
M
q =
4c
L
q >
4f
O
q ?
4e
N
q @
31
1
q [
2a
*
q \
2d
-
q ]
2c
,
q ^
2f
/
q _
2e
.
q `
11
q {
0a
q |
0d
q }
0c
&#12;
q ~
0f

51
Q

78
x

7b
{

7c
|
q &#11;
7a
z
q &#12;
7d
}
r 0
42
B
r 1
43
C
r 2
40
@
r 3
41
A
r 4
46
F
r 5
47
G
r 6
44
D
r 7
45
E
r 8
4a
J
r 9
4b
K
r a
13
r b
10
r c
11
r d
16
r e
17
r f
14
r g
15
r h
1a
r i
1b
r j
18
r k
19
r l
1e
r m
1f
r n
1c
r o
1d
r p
02
r q
03
r r
00
r s
01
r t
06
r u
07
r v
04
r w
05
r x
0a
r y
0b
&#11;
r z
08
r A
33
3
r B
30
0
r C
31
1
r D
36
6
r E
37
7
r F
34
4
r G
35
5
r H
3a
:
r I
3b
;
r J
38
8
r K
39
9
r L
3e
>
r M
3f
?
r N
3c
<
r O
3d
=
r P
22
"
r Q
23
#
r R
20
r S
21
!
r T
26
&
r U
27
'
r V
24
$
r W
25
%
r X
2a
*
r Y
2b
+
r Z
28
(
r !
53
S
r "
50
P
r #
51
Q
r $
56
V
r %
57
W
r &
54
T
r '
55
U
r (
5a
Z
r )
5b
[
r *
58
X
r +
59
Y
r ,
5e
^
r -
5f
_
r .
5c
\
r /
5d
]
r :
48
H
r ;
49
I
r <
4e
N
r =
4f
O
r >
4c
L
r ?
4d
M
r @
32
2
r [
29
)
r \
2e
.
r ]
2f
/
r ^
2c
,
r _
2d
-
r `
12
r {
09
r |
0e
r }
0f
r ~
0c
&#12;

52
R

7b
{

78
x

7f
r &#11;
79
y
r &#12;
7e
~
s 0
43
C
s 1
42
B
s 2
41
A
s 3
40
@
s 4
47
G
s 5
46
F
s 6
45
E
s 7
44
D
s 8
4b
K
s 9
4a
J
s a
12
s b
11
s c
10
s d
17
s e
16
s f
15
s g
14
s h
1b
s i
1a
s j
19
s k
18
s l
1f
s m
1e
s n
1d
s o
1c
s p
03
s q
02
s r
01
s s
00
s t
07
s u
06
s v
05
s w
04
s x
0b
&#11;
s y
0a
s z
09
s A
32
2
s B
31
1
s C
30
0
s D
37
7
s E
36
6
s F
35
5
s G
34
4
s H
3b
;
s I
3a
:
s J
39
9
s K
38
8
s L
3f
?
s M
3e
>
s N
3d
=
s O
3c
<
s P
23
#
s Q
22
"
s R
21
!
s S
20
s T
27
'
s U
26
&
s V
25
%
s W
24
$
s X
2b
+
s Y
2a
*
s Z
29
)
s !
52
R
s "
51
Q
s #
50
P
s $
57
W
s %
56
V
s &
55
U
s '
54
T
s (
5b
[
s )
5a
Z
s *
59
Y
s +
58
X
s ,
5f
_
s -
5e
^
s .
5d
]
s /
5c
\
s :
49
I
s ;
48
H
s <
4f
O
s =
4e
N
s >
4d
M
s ?
4c
L
s @
33
3
s [
28
(
s \
2f
/
s ]
2e
.
s ^
2d
-
s _
2c
,
s `
13
s {
08
s |
0f
s }
0e
s ~
0d

53
S

7a
z

79
y

7e
~
s &#11;
78
x
s &#12;
7f
t 0
44
D
t 1
45
E
t 2
46
F
t 3
47
G
t 4
40
@
t 5
41
A
t 6
42
B
t 7
43
C
t 8
4c
L
t 9
4d
M
t a
15
t b
16
t c
17
t d
10
t e
11
t f
12
t g
13
t h
1c
t i
1d
t j
1e
t k
1f
t l
18
t m
19
t n
1a
t o
1b
t p
04
t q
05
t r
06
t s
07
t t
00
t u
01
t v
02
t w
03
t x
0c
&#12;
t y
0d
t z
0e
t A
35
5
t B
36
6
t C
37
7
t D
30
0
t E
31
1
t F
32
2
t G
33
3
t H
3c
<
t I
3d
=
t J
3e
>
t K
3f
?
t L
38
8
t M
39
9
t N
3a
:
t O
3b
;
t P
24
$
t Q
25
%
t R
26
&
t S
27
'
t T
20
t U
21
!
t V
22
"
t W
23
#
t X
2c
,
t Y
2d
-
t Z
2e
.
t !
55
U
t "
56
V
t #
57
W
t $
50
P
t %
51
Q
t &
52
R
t '
53
S
t (
5c
\
t )
5d
]
t *
5e
^
t +
5f
_
t ,
58
X
t -
59
Y
t .
5a
Z
t /
5b
[
t :
4e
N
t ;
4f
O
t <
48
H
t =
49
I
t >
4a
J
t ?
4b
K
t @
34
4
t [
2f
/
t \
28
(
t ]
29
)
t ^
2a
*
t _
2b
+
t `
14
t {
0f
t |
08
t }
09
t ~
0a

54
T

7d
}

7e
~

79
y
t &#11;
7f
t &#12;
78
x
u 0
45
E
u 1
44
D
u 2
47
G
u 3
46
F
u 4
41
A
u 5
40
@
u 6
43
C
u 7
42
B
u 8
4d
M
u 9
4c
L
u a
14
u b
17
u c
16
u d
11
u e
10
u f
13
u g
12
u h
1d
u i
1c
u j
1f
u k
1e
u l
19
u m
18
u n
1b
u o
1a
u p
05
u q
04
u r
07
u s
06
u t
01
u u
00
u v
03
u w
02
u x
0d
u y
0c
&#12;
u z
0f
u A
34
4
u B
37
7
u C
36
6
u D
31
1
u E
30
0
u F
33
3
u G
32
2
u H
3d
=
u I
3c
<
u J
3f
?
u K
3e
>
u L
39
9
u M
38
8
u N
3b
;
u O
3a
:
u P
25
%
u Q
24
$
u R
27
'
u S
26
&
u T
21
!
u U
20
u V
23
#
u W
22
"
u X
2d
-
u Y
2c
,
u Z
2f
/
u !
54
T
u "
57
W
u #
56
V
u $
51
Q
u %
50
P
u &
53
S
u '
52
R
u (
5d
]
u )
5c
\
u *
5f
_
u +
5e
^
u ,
59
Y
u -
58
X
u .
5b
[
u /
5a
Z
u :
4f
O
u ;
4e
N
u <
49
I
u =
48
H
u >
4b
K
u ?
4a
J
u @
35
5
u [
2e
.
u \
29
)
u ]
28
(
u ^
2b
+
u _
2a
*
u `
15
u {
0e
u |
09
u }
08
u ~
0b
&#11;

55
U

7c
|

7f

78
x
u &#11;
7e
~
u &#12;
79
y
v 0
46
F
v 1
47
G
v 2
44
D
v 3
45
E
v 4
42
B
v 5
43
C
v 6
40
@
v 7
41
A
v 8
4e
N
v 9
4f
O
v a
17
v b
14
v c
15
v d
12
v e
13
v f
10
v g
11
v h
1e
v i
1f
v j
1c
v k
1d
v l
1a
v m
1b
v n
18
v o
19
v p
06
v q
07
v r
04
v s
05
v t
02
v u
03
v v
00
v w
01
v x
0e
v y
0f
v z
0c
&#12;
v A
37
7
v B
34
4
v C
35
5
v D
32
2
v E
33
3
v F
30
0
v G
31
1
v H
3e
>
v I
3f
?
v J
3c
<
v K
3d
=
v L
3a
:
v M
3b
;
v N
38
8
v O
39
9
v P
26
&
v Q
27
'
v R
24
$
v S
25
%
v T
22
"
v U
23
#
v V
20
v W
21
!
v X
2e
.
v Y
2f
/
v Z
2c
,
v !
57
W
v "
54
T
v #
55
U
v $
52
R
v %
53
S
v &
50
P
v '
51
Q
v (
5e
^
v )
5f
_
v *
5c
\
v +
5d
]
v ,
5a
Z
v -
5b
[
v .
58
X
v /
59
Y
v :
4c
L
v ;
4d
M
v <
4a
J
v =
4b
K
v >
48
H
v ?
49
I
v @
36
6
v [
2d
-
v \
2a
*
v ]
2b
+
v ^
28
(
v _
29
)
v `
16
v {
0d
v |
0a
v }
0b
&#11;
v ~
08

56
V

7f

7c
|

7b
{
v &#11;
7d
}
v &#12;
7a
z
w 0
47
G
w 1
46
F
w 2
45
E
w 3
44
D
w 4
43
C
w 5
42
B
w 6
41
A
w 7
40
@
w 8
4f
O
w 9
4e
N
w a
16
w b
15
w c
14
w d
13
w e
12
w f
11
w g
10
w h
1f
w i
1e
w j
1d
w k
1c
w l
1b
w m
1a
w n
19
w o
18
w p
07
w q
06
w r
05
w s
04
w t
03
w u
02
w v
01
w w
00
w x
0f
w y
0e
w z
0d
w A
36
6
w B
35
5
w C
34
4
w D
33
3
w E
32
2
w F
31
1
w G
30
0
w H
3f
?
w I
3e
>
w J
3d
=
w K
3c
<
w L
3b
;
w M
3a
:
w N
39
9
w O
38
8
w P
27
'
w Q
26
&
w R
25
%
w S
24
$
w T
23
#
w U
22
"
w V
21
!
w W
20
w X
2f
/
w Y
2e
.
w Z
2d
-
w !
56
V
w "
55
U
w #
54
T
w $
53
S
w %
52
R
w &
51
Q
w '
50
P
w (
5f
_
w )
5e
^
w *
5d
]
w +
5c
\
w ,
5b
[
w -
5a
Z
w .
59
Y
w /
58
X
w :
4d
M
w ;
4c
L
w <
4b
K
w =
4a
J
w >
49
I
w ?
48
H
w @
37
7
w [
2c
,
w \
2b
+
w ]
2a
*
w ^
29
)
w _
28
(
w `
17
w {
0c
&#12;
w |
0b
&#11;
w }
0a
w ~
09

57
W

7e
~

7d
}

7a
z
w &#11;
7c
|
w &#12;
7b
{
x 0
48
H
x 1
49
I
x 2
4a
J
x 3
4b
K
x 4
4c
L
x 5
4d
M
x 6
4e
N
x 7
4f
O
x 8
40
@
x 9
41
A
x a
19
x b
1a
x c
1b
x d
1c
x e
1d
x f
1e
x g
1f
x h
10
x i
11
x j
12
x k
13
x l
14
x m
15
x n
16
x o
17
x p
08
x q
09
x r
0a
x s
0b
&#11;
x t
0c
&#12;
x u
0d
x v
0e
x w
0f
x x
00
x y
01
x z
02
x A
39
9
x B
3a
:
x C
3b
;
x D
3c
<
x E
3d
=
x F
3e
>
x G
3f
?
x H
30
0
x I
31
1
x J
32
2
x K
33
3
x L
34
4
x M
35
5
x N
36
6
x O
37
7
x P
28
(
x Q
29
)
x R
2a
*
x S
2b
+
x T
2c
,
x U
2d
-
x V
2e
.
x W
2f
/
x X
20
x Y
21
!
x Z
22
"
x !
59
Y
x "
5a
Z
x #
5b
[
x $
5c
\
x %
5d
]
x &
5e
^
x '
5f
_
x (
50
P
x )
51
Q
x *
52
R
x +
53
S
x ,
54
T
x -
55
U
x .
56
V
x /
57
W
x :
42
B
x ;
43
C
x <
44
D
x =
45
E
x >
46
F
x ?
47
G
x @
38
8
x [
23
#
x \
24
$
x ]
25
%
x ^
26
&
x _
27
'
x `
18
x {
03
x |
04
x }
05
x ~
06

58
X

71
q

72
r

75
u
x &#11;
73
s
x &#12;
74
t
y 0
49
I
y 1
48
H
y 2
4b
K
y 3
4a
J
y 4
4d
M
y 5
4c
L
y 6
4f
O
y 7
4e
N
y 8
41
A
y 9
40
@
y a
18
y b
1b
y c
1a
y d
1d
y e
1c
y f
1f
y g
1e
y h
11
y i
10
y j
13
y k
12
y l
15
y m
14
y n
17
y o
16
y p
09
y q
08
y r
0b
&#11;
y s
0a
y t
0d
y u
0c
&#12;
y v
0f
y w
0e
y x
01
y y
00
y z
03
y A
38
8
y B
3b
;
y C
3a
:
y D
3d
=
y E
3c
<
y F
3f
?
y G
3e
>
y H
31
1
y I
30
0
y J
33
3
y K
32
2
y L
35
5
y M
34
4
y N
37
7
y O
36
6
y P
29
)
y Q
28
(
y R
2b
+
y S
2a
*
y T
2d
-
y U
2c
,
y V
2f
/
y W
2e
.
y X
21
!
y Y
20
y Z
23
#
y !
58
X
y "
5b
[
y #
5a
Z
y $
5d
]
y %
5c
\
y &
5f
_
y '
5e
^
y (
51
Q
y )
50
P
y *
53
S
y +
52
R
y ,
55
U
y -
54
T
y .
57
W
y /
56
V
y :
43
C
y ;
42
B
y <
45
E
y =
44
D
y >
47
G
y ?
46
F
y @
39
9
y [
22
"
y \
25
%
y ]
24
$
y ^
27
'
y _
26
&
y `
19
y {
02
y |
05
y }
04
y ~
07

59
Y

70
p

73
s

74
t
y &#11;
72
r
y &#12;
75
u
z 0
4a
J
z 1
4b
K
z 2
48
H
z 3
49
I
z 4
4e
N
z 5
4f
O
z 6
4c
L
z 7
4d
M
z 8
42
B
z 9
43
C
z a
1b
z b
18
z c
19
z d
1e
z e
1f
z f
1c
z g
1d
z h
12
z i
13
z j
10
z k
11
z l
16
z m
17
z n
14
z o
15
z p
0a
z q
0b
&#11;
z r
08
z s
09
z t
0e
z u
0f
z v
0c
&#12;
z w
0d
z x
02
z y
03
z z
00
z A
3b
;
z B
38
8
z C
39
9
z D
3e
>
z E
3f
?
z F
3c
<
z G
3d
=
z H
32
2
z I
33
3
z J
30
0
z K
31
1
z L
36
6
z M
37
7
z N
34
4
z O
35
5
z P
2a
*
z Q
2b
+
z R
28
(
z S
29
)
z T
2e
.
z U
2f
/
z V
2c
,
z W
2d
-
z X
22
"
z Y
23
#
z Z
20
z !
5b
[
z "
58
X
z #
59
Y
z $
5e
^
z %
5f
_
z &
5c
\
z '
5d
]
z (
52
R
z )
53
S
z *
50
P
z +
51
Q
z ,
56
V
z -
57
W
z .
54
T
z /
55
U
z :
40
@
z ;
41
A
z <
46
F
z =
47
G
z >
44
D
z ?
45
E
z @
3a
:
z [
21
!
z \
26
&
z ]
27
'
z ^
24
$
z _
25
%
z `
1a
z {
01
z |
06
z }
07
z ~
04

5a
Z

73
s

70
p

77
w
z &#11;
71
q
z &#12;
76
v
A 0
71
q
A 1
70
p
A 2
73
s
A 3
72
r
A 4
75
u
A 5
74
t
A 6
77
w
A 7
76
v
A 8
79
y
A 9
78
x
A a
20
A b
23
#
A c
22
"
A d
25
%
A e
24
$
A f
27
'
A g
26
&
A h
29
)
A i
28
(
A j
2b
+
A k
2a
*
A l
2d
-
A m
2c
,
A n
2f
/
A o
2e
.
A p
31
1
A q
30
0
A r
33
3
A s
32
2
A t
35
5
A u
34
4
A v
37
7
A w
36
6
A x
39
9
A y
38
8
A z
3b
;
A A
00
A B
03
A C
02
A D
05
A E
04
A F
07
A G
06
A H
09
A I
08
A J
0b
&#11;
A K
0a
A L
0d
A M
0c
&#12;
A N
0f
A O
0e
A P
11
A Q
10
A R
13
A S
12
A T
15
A U
14
A V
17
A W
16
A X
19
A Y
18
A Z
1b
A !
60
`
A "
63
c
A #
62
b
A $
65
e
A %
64
d
A &
67
g
A '
66
f
A (
69
i
A )
68
h
A *
6b
k
A +
6a
j
A ,
6d
m
A -
6c
l
A .
6f
o
A /
6e
n
A :
7b
{
A ;
7a
z
A <
7d
}
A =
7c
|
A >
7f
A ?
7e
~
A @
01
A [
1a
A \
1d
A ]
1c
A ^
1f
A _
1e
A `
21
!
A {
3a
:
A |
3d
=
A }
3c
<
A ~
3f
?

61
a

48
H

4b
K

4c
L
A &#11;
4a
J
A &#12;
4d
M
B 0
72
r
B 1
73
s
B 2
70
p
B 3
71
q
B 4
76
v
B 5
77
w
B 6
74
t
B 7
75
u
B 8
7a
z
B 9
7b
{
B a
23
#
B b
20
B c
21
!
B d
26
&
B e
27
'
B f
24
$
B g
25
%
B h
2a
*
B i
2b
+
B j
28
(
B k
29
)
B l
2e
.
B m
2f
/
B n
2c
,
B o
2d
-
B p
32
2
B q
33
3
B r
30
0
B s
31
1
B t
36
6
B u
37
7
B v
34
4
B w
35
5
B x
3a
:
B y
3b
;
B z
38
8
B A
03
B B
00
B C
01
B D
06
B E
07
B F
04
B G
05
B H
0a
B I
0b
&#11;
B J
08
B K
09
B L
0e
B M
0f
B N
0c
&#12;
B O
0d
B P
12
B Q
13
B R
10
B S
11
B T
16
B U
17
B V
14
B W
15
B X
1a
B Y
1b
B Z
18
B !
63
c
B "
60
`
B #
61
a
B $
66
f
B %
67
g
B &
64
d
B '
65
e
B (
6a
j
B )
6b
k
B *
68
h
B +
69
i
B ,
6e
n
B -
6f
o
B .
6c
l
B /
6d
m
B :
78
x
B ;
79
y
B <
7e
~
B =
7f
B >
7c
|
B ?
7d
}
B @
02
B [
19
B \
1e
B ]
1f
B ^
1c
B _
1d
B `
22
"
B {
39
9
B |
3e
>
B }
3f
?
B ~
3c
<

62
b

4b
K

48
H

4f
O
B &#11;
49
I
B &#12;
4e
N
C 0
73
s
C 1
72
r
C 2
71
q
C 3
70
p
C 4
77
w
C 5
76
v
C 6
75
u
C 7
74
t
C 8
7b
{
C 9
7a
z
C a
22
"
C b
21
!
C c
20
C d
27
'
C e
26
&
C f
25
%
C g
24
$
C h
2b
+
C i
2a
*
C j
29
)
C k
28
(
C l
2f
/
C m
2e
.
C n
2d
-
C o
2c
,
C p
33
3
C q
32
2
C r
31
1
C s
30
0
C t
37
7
C u
36
6
C v
35
5
C w
34
4
C x
3b
;
C y
3a
:
C z
39
9
C A
02
C B
01
C C
00
C D
07
C E
06
C F
05
C G
04
C H
0b
&#11;
C I
0a
C J
09
C K
08
C L
0f
C M
0e
C N
0d
C O
0c
&#12;
C P
13
C Q
12
C R
11
C S
10
C T
17
C U
16
C V
15
C W
14
C X
1b
C Y
1a
C Z
19
C !
62
b
C "
61
a
C #
60
`
C $
67
g
C %
66
f
C &
65
e
C '
64
d
C (
6b
k
C )
6a
j
C *
69
i
C +
68
h
C ,
6f
o
C -
6e
n
C .
6d
m
C /
6c
l
C :
79
y
C ;
78
x
C <
7f
C =
7e
~
C >
7d
}
C ?
7c
|
C @
03
C [
18
C \
1f
C ]
1e
C ^
1d
C _
1c
C `
23
#
C {
38
8
C |
3f
?
C }
3e
>
C ~
3d
=

63
c

4a
J

49
I

4e
N
C &#11;
48
H
C &#12;
4f
O
D 0
74
t
D 1
75
u
D 2
76
v
D 3
77
w
D 4
70
p
D 5
71
q
D 6
72
r
D 7
73
s
D 8
7c
|
D 9
7d
}
D a
25
%
D b
26
&
D c
27
'
D d
20
D e
21
!
D f
22
"
D g
23
#
D h
2c
,
D i
2d
-
D j
2e
.
D k
2f
/
D l
28
(
D m
29
)
D n
2a
*
D o
2b
+
D p
34
4
D q
35
5
D r
36
6
D s
37
7
D t
30
0
D u
31
1
D v
32
2
D w
33
3
D x
3c
<
D y
3d
=
D z
3e
>
D A
05
D B
06
D C
07
D D
00
D E
01
D F
02
D G
03
D H
0c
&#12;
D I
0d
D J
0e
D K
0f
D L
08
D M
09
D N
0a
D O
0b
&#11;
D P
14
D Q
15
D R
16
D S
17
D T
10
D U
11
D V
12
D W
13
D X
1c
D Y
1d
D Z
1e
D !
65
e
D "
66
f
D #
67
g
D $
60
`
D %
61
a
D &
62
b
D '
63
c
D (
6c
l
D )
6d
m
D *
6e
n
D +
6f
o
D ,
68
h
D -
69
i
D .
6a
j
D /
6b
k
D :
7e
~
D ;
7f
D <
78
x
D =
79
y
D >
7a
z
D ?
7b
{
D @
04
D [
1f
D \
18
D ]
19
D ^
1a
D _
1b
D `
24
$
D {
3f
?
D |
38
8
D }
39
9
D ~
3a
:

64
d

4d
M

4e
N

49
I
D &#11;
4f
O
D &#12;
48
H
E 0
75
u
E 1
74
t
E 2
77
w
E 3
76
v
E 4
71
q
E 5
70
p
E 6
73
s
E 7
72
r
E 8
7d
}
E 9
7c
|
E a
24
$
E b
27
'
E c
26
&
E d
21
!
E e
20
E f
23
#
E g
22
"
E h
2d
-
E i
2c
,
E j
2f
/
E k
2e
.
E l
29
)
E m
28
(
E n
2b
+
E o
2a
*
E p
35
5
E q
34
4
E r
37
7
E s
36
6
E t
31
1
E u
30
0
E v
33
3
E w
32
2
E x
3d
=
E y
3c
<
E z
3f
?
E A
04
E B
07
E C
06
E D
01
E E
00
E F
03
E G
02
E H
0d
E I
0c
&#12;
E J
0f
E K
0e
E L
09
E M
08
E N
0b
&#11;
E O
0a
E P
15
E Q
14
E R
17
E S
16
E T
11
E U
10
E V
13
E W
12
E X
1d
E Y
1c
E Z
1f
E !
64
d
E "
67
g
E #
66
f
E $
61
a
E %
60
`
E &
63
c
E '
62
b
E (
6d
m
E )
6c
l
E *
6f
o
E +
6e
n
E ,
69
i
E -
68
h
E .
6b
k
E /
6a
j
E :
7f
E ;
7e
~
E <
79
y
E =
78
x
E >
7b
{
E ?
7a
z
E @
05
E [
1e
E \
19
E ]
18
E ^
1b
E _
1a
E `
25
%
E {
3e
>
E |
39
9
E }
38
8
E ~
3b
;

65
e

4c
L

4f
O

48
H
E &#11;
4e
N
E &#12;
49
I
F 0
76
v
F 1
77
w
F 2
74
t
F 3
75
u
F 4
72
r
F 5
73
s
F 6
70
p
F 7
71
q
F 8
7e
~
F 9
7f
F a
27
'
F b
24
$
F c
25
%
F d
22
"
F e
23
#
F f
20
F g
21
!
F h
2e
.
F i
2f
/
F j
2c
,
F k
2d
-
F l
2a
*
F m
2b
+
F n
28
(
F o
29
)
F p
36
6
F q
37
7
F r
34
4
F s
35
5
F t
32
2
F u
33
3
F v
30
0
F w
31
1
F x
3e
>
F y
3f
?
F z
3c
<
F A
07
F B
04
F C
05
F D
02
F E
03
F F
00
F G
01
F H
0e
F I
0f
F J
0c
&#12;
F K
0d
F L
0a
F M
0b
&#11;
F N
08
F O
09
F P
16
F Q
17
F R
14
F S
15
F T
12
F U
13
F V
10
F W
11
F X
1e
F Y
1f
F Z
1c
F !
67
g
F "
64
d
F #
65
e
F $
62
b
F %
63
c
F &
60
`
F '
61
a
F (
6e
n
F )
6f
o
F *
6c
l
F +
6d
m
F ,
6a
j
F -
6b
k
F .
68
h
F /
69
i
F :
7c
|
F ;
7d
}
F <
7a
z
F =
7b
{
F >
78
x
F ?
79
y
F @
06
F [
1d
F \
1a
F ]
1b
F ^
18
F _
19
F `
26
&
F {
3d
=
F |
3a
:
F }
3b
;
F ~
38
8

66
f

4f
O

4c
L

4b
K
F &#11;
4d
M
F &#12;
4a
J
G 0
77
w
G 1
76
v
G 2
75
u
G 3
74
t
G 4
73
s
G 5
72
r
G 6
71
q
G 7
70
p
G 8
7f
G 9
7e
~
G a
26
&
G b
25
%
G c
24
$
G d
23
#
G e
22
"
G f
21
!
G g
20
G h
2f
/
G i
2e
.
G j
2d
-
G k
2c
,
G l
2b
+
G m
2a
*
G n
29
)
G o
28
(
G p
37
7
G q
36
6
G r
35
5
G s
34
4
G t
33
3
G u
32
2
G v
31
1
G w
30
0
G x
3f
?
G y
3e
>
G z
3d
=
G A
06
G B
05
G C
04
G D
03
G E
02
G F
01
G G
00
G H
0f
G I
0e
G J
0d
G K
0c
&#12;
G L
0b
&#11;
G M
0a
G N
09
G O
08
G P
17
G Q
16
G R
15
G S
14
G T
13
G U
12
G V
11
G W
10
G X
1f
G Y
1e
G Z
1d
G !
66
f
G "
65
e
G #
64
d
G $
63
c
G %
62
b
G &
61
a
G '
60
`
G (
6f
o
G )
6e
n
G *
6d
m
G +
6c
l
G ,
6b
k
G -
6a
j
G .
69
i
G /
68
h
G :
7d
}
G ;
7c
|
G <
7b
{
G =
7a
z
G >
79
y
G ?
78
x
G @
07
G [
1c
G \
1b
G ]
1a
G ^
19
G _
18
G `
27
'
G {
3c
<
G |
3b
;
G }
3a
:
G ~
39
9

67
g

4e
N

4d
M

4a
J
G &#11;
4c
L
G &#12;
4b
K
H 0
78
x
H 1
79
y
H 2
7a
z
H 3
7b
{
H 4
7c
|
H 5
7d
}
H 6
7e
~
H 7
7f
H 8
70
p
H 9
71
q
H a
29
)
H b
2a
*
H c
2b
+
H d
2c
,
H e
2d
-
H f
2e
.
H g
2f
/
H h
20
H i
21
!
H j
22
"
H k
23
#
H l
24
$
H m
25
%
H n
26
&
H o
27
'
H p
38
8
H q
39
9
H r
3a
:
H s
3b
;
H t
3c
<
H u
3d
=
H v
3e
>
H w
3f
?
H x
30
0
H y
31
1
H z
32
2
H A
09
H B
0a
H C
0b
&#11;
H D
0c
&#12;
H E
0d
H F
0e
H G
0f
H H
00
H I
01
H J
02
H K
03
H L
04
H M
05
H N
06
H O
07
H P
18
H Q
19
H R
1a
H S
1b
H T
1c
H U
1d
H V
1e
H W
1f
H X
10
H Y
11
H Z
12
H !
69
i
H "
6a
j
H #
6b
k
H $
6c
l
H %
6d
m
H &
6e
n
H '
6f
o
H (
60
`
H )
61
a
H *
62
b
H +
63
c
H ,
64
d
H -
65
e
H .
66
f
H /
67
g
H :
72
r
H ;
73
s
H <
74
t
H =
75
u
H >
76
v
H ?
77
w
H @
08
H [
13
H \
14
H ]
15
H ^
16
H _
17
H `
28
(
H {
33
3
H |
34
4
H }
35
5
H ~
36
6

68
h

41
A

42
B

45
E
H &#11;
43
C
H &#12;
44
D
I 0
79
y
I 1
78
x
I 2
7b
{
I 3
7a
z
I 4
7d
}
I 5
7c
|
I 6
7f
I 7
7e
~
I 8
71
q
I 9
70
p
I a
28
(
I b
2b
+
I c
2a
*
I d
2d
-
I e
2c
,
I f
2f
/
I g
2e
.
I h
21
!
I i
20
I j
23
#
I k
22
"
I l
25
%
I m
24
$
I n
27
'
I o
26
&
I p
39
9
I q
38
8
I r
3b
;
I s
3a
:
I t
3d
=
I u
3c
<
I v
3f
?
I w
3e
>
I x
31
1
I y
30
0
I z
33
3
I A
08
I B
0b
&#11;
I C
0a
I D
0d
I E
0c
&#12;
I F
0f
I G
0e
I H
01
I I
00
I J
03
I K
02
I L
05
I M
04
I N
07
I O
06
I P
19
I Q
18
I R
1b
I S
1a
I T
1d
I U
1c
I V
1f
I W
1e
I X
11
I Y
10
I Z
13
I !
68
h
I "
6b
k
I #
6a
j
I $
6d
m
I %
6c
l
I &
6f
o
I '
6e
n
I (
61
a
I )
60
`
I *
63
c
I +
62
b
I ,
65
e
I -
64
d
I .
67
g
I /
66
f
I :
73
s
I ;
72
r
I <
75
u
I =
74
t
I >
77
w
I ?
76
v
I @
09
I [
12
I \
15
I ]
14
I ^
17
I _
16
I `
29
)
I {
32
2
I |
35
5
I }
34
4
I ~
37
7

69
i

40
@

43
C

44
D
I &#11;
42
B
I &#12;
45
E
J 0
7a
z
J 1
7b
{
J 2
78
x
J 3
79
y
J 4
7e
~
J 5
7f
J 6
7c
|
J 7
7d
}
J 8
72
r
J 9
73
s
J a
2b
+
J b
28
(
J c
29
)
J d
2e
.
J e
2f
/
J f
2c
,
J g
2d
-
J h
22
"
J i
23
#
J j
20
J k
21
!
J l
26
&
J m
27
'
J n
24
$
J o
25
%
J p
3a
:
J q
3b
;
J r
38
8
J s
39
9
J t
3e
>
J u
3f
?
J v
3c
<
J w
3d
=
J x
32
2
J y
33
3
J z
30
0
J A
0b
&#11;
J B
08
J C
09
J D
0e
J E
0f
J F
0c
&#12;
J G
0d
J H
02
J I
03
J J
00
J K
01
J L
06
J M
07
J N
04
J O
05
J P
1a
J Q
1b
J R
18
J S
19
J T
1e
J U
1f
J V
1c
J W
1d
J X
12
J Y
13
J Z
10
J !
6b
k
J "
68
h
J #
69
i
J $
6e
n
J %
6f
o
J &
6c
l
J '
6d
m
J (
62
b
J )
63
c
J *
60
`
J +
61
a
J ,
66
f
J -
67
g
J .
64
d
J /
65
e
J :
70
p
J ;
71
q
J <
76
v
J =
77
w
J >
74
t
J ?
75
u
J @
0a
J [
11
J \
16
J ]
17
J ^
14
J _
15
J `
2a
*
J {
31
1
J |
36
6
J }
37
7
J ~
34
4

6a
j

43
C

40
@

47
G
J &#11;
41
A
J &#12;
46
F
K 0
7b
{
K 1
7a
z
K 2
79
y
K 3
78
x
K 4
7f
K 5
7e
~
K 6
7d
}
K 7
7c
|
K 8
73
s
K 9
72
r
K a
2a
*
K b
29
)
K c
28
(
K d
2f
/
K e
2e
.
K f
2d
-
K g
2c
,
K h
23
#
K i
22
"
K j
21
!
K k
20
K l
27
'
K m
26
&
K n
25
%
K o
24
$
K p
3b
;
K q
3a
:
K r
39
9
K s
38
8
K t
3f
?
K u
3e
>
K v
3d
=
K w
3c
<
K x
33
3
K y
32
2
K z
31
1
K A
0a
K B
09
K C
08
K D
0f
K E
0e
K F
0d
K G
0c
&#12;
K H
03
K I
02
K J
01
K K
00
K L
07
K M
06
K N
05
K O
04
K P
1b
K Q
1a
K R
19
K S
18
K T
1f
K U
1e
K V
1d
K W
1c
K X
13
K Y
12
K Z
11
K !
6a
j
K "
69
i
K #
68
h
K $
6f
o
K %
6e
n
K &
6d
m
K '
6c
l
K (
63
c
K )
62
b
K *
61
a
K +
60
`
K ,
67
g
K -
66
f
K .
65
e
K /
64
d
K :
71
q
K ;
70
p
K <
77
w
K =
76
v
K >
75
u
K ?
74
t
K @
0b
&#11;
K [
10
K \
17
K ]
16
K ^
15
K _
14
K `
2b
+
K {
30
0
K |
37
7
K }
36
6
K ~
35
5

6b
k

42
B

41
A

46
F
K &#11;
40
@
K &#12;
47
G
L 0
7c
|
L 1
7d
}
L 2
7e
~
L 3
7f
L 4
78
x
L 5
79
y
L 6
7a
z
L 7
7b
{
L 8
74
t
L 9
75
u
L a
2d
-
L b
2e
.
L c
2f
/
L d
28
(
L e
29
)
L f
2a
*
L g
2b
+
L h
24
$
L i
25
%
L j
26
&
L k
27
'
L l
20
L m
21
!
L n
22
"
L o
23
#
L p
3c
<
L q
3d
=
L r
3e
>
L s
3f
?
L t
38
8
L u
39
9
L v
3a
:
L w
3b
;
L x
34
4
L y
35
5
L z
36
6
L A
0d
L B
0e
L C
0f
L D
08
L E
09
L F
0a
L G
0b
&#11;
L H
04
L I
05
L J
06
L K
07
L L
00
L M
01
L N
02
L O
03
L P
1c
L Q
1d
L R
1e
L S
1f
L T
18
L U
19
L V
1a
L W
1b
L X
14
L Y
15
L Z
16
L !
6d
m
L "
6e
n
L #
6f
o
L $
68
h
L %
69
i
L &
6a
j
L '
6b
k
L (
64
d
L )
65
e
L *
66
f
L +
67
g
L ,
60
`
L -
61
a
L .
62
b
L /
63
c
L :
76
v
L ;
77
w
L <
70
p
L =
71
q
L >
72
r
L ?
73
s
L @
0c
&#12;
L [
17
L \
10
L ]
11
L ^
12
L _
13
L `
2c
,
L {
37
7
L |
30
0
L }
31
1
L ~
32
2

6c
l

45
E

46
F

41
A
L &#11;
47
G
L &#12;
40
@
M 0
7d
}
M 1
7c
|
M 2
7f
M 3
7e
~
M 4
79
y
M 5
78
x
M 6
7b
{
M 7
7a
z
M 8
75
u
M 9
74
t
M a
2c
,
M b
2f
/
M c
2e
.
M d
29
)
M e
28
(
M f
2b
+
M g
2a
*
M h
25
%
M i
24
$
M j
27
'
M k
26
&
M l
21
!
M m
20
M n
23
#
M o
22
"
M p
3d
=
M q
3c
<
M r
3f
?
M s
3e
>
M t
39
9
M u
38
8
M v
3b
;
M w
3a
:
M x
35
5
M y
34
4
M z
37
7
M A
0c
&#12;
M B
0f
M C
0e
M D
09
M E
08
M F
0b
&#11;
M G
0a
M H
05
M I
04
M J
07
M K
06
M L
01
M M
00
M N
03
M O
02
M P
1d
M Q
1c
M R
1f
M S
1e
M T
19
M U
18
M V
1b
M W
1a
M X
15
M Y
14
M Z
17
M !
6c
l
M "
6f
o
M #
6e
n
M $
69
i
M %
68
h
M &
6b
k
M '
6a
j
M (
65
e
M )
64
d
M *
67
g
M +
66
f
M ,
61
a
M -
60
`
M .
63
c
M /
62
b
M :
77
w
M ;
76
v
M <
71
q
M =
70
p
M >
73
s
M ?
72
r
M @
0d
M [
16
M \
11
M ]
10
M ^
13
M _
12
M `
2d
-
M {
36
6
M |
31
1
M }
30
0
M ~
33
3

6d
m

44
D

47
G

40
@
M &#11;
46
F
M &#12;
41
A
N 0
7e
~
N 1
7f
N 2
7c
|
N 3
7d
}
N 4
7a
z
N 5
7b
{
N 6
78
x
N 7
79
y
N 8
76
v
N 9
77
w
N a
2f
/
N b
2c
,
N c
2d
-
N d
2a
*
N e
2b
+
N f
28
(
N g
29
)
N h
26
&
N i
27
'
N j
24
$
N k
25
%
N l
22
"
N m
23
#
N n
20
N o
21
!
N p
3e
>
N q
3f
?
N r
3c
<
N s
3d
=
N t
3a
:
N u
3b
;
N v
38
8
N w
39
9
N x
36
6
N y
37
7
N z
34
4
N A
0f
N B
0c
&#12;
N C
0d
N D
0a
N E
0b
&#11;
N F
08
N G
09
N H
06
N I
07
N J
04
N K
05
N L
02
N M
03
N N
00
N O
01
N P
1e
N Q
1f
N R
1c
N S
1d
N T
1a
N U
1b
N V
18
N W
19
N X
16
N Y
17
N Z
14
N !
6f
o
N "
6c
l
N #
6d
m
N $
6a
j
N %
6b
k
N &
68
h
N '
69
i
N (
66
f
N )
67
g
N *
64
d
N +
65
e
N ,
62
b
N -
63
c
N .
60
`
N /
61
a
N :
74
t
N ;
75
u
N <
72
r
N =
73
s
N >
70
p
N ?
71
q
N @
0e
N [
15
N \
12
N ]
13
N ^
10
N _
11
N `
2e
.
N {
35
5
N |
32
2
N }
33
3
N ~
30
0

6e
n

47
G

44
D

43
C
N &#11;
45
E
N &#12;
42
B
O 0
7f
O 1
7e
~
O 2
7d
}
O 3
7c
|
O 4
7b
{
O 5
7a
z
O 6
79
y
O 7
78
x
O 8
77
w
O 9
76
v
O a
2e
.
O b
2d
-
O c
2c
,
O d
2b
+
O e
2a
*
O f
29
)
O g
28
(
O h
27
'
O i
26
&
O j
25
%
O k
24
$
O l
23
#
O m
22
"
O n
21
!
O o
20
O p
3f
?
O q
3e
>
O r
3d
=
O s
3c
<
O t
3b
;
O u
3a
:
O v
39
9
O w
38
8
O x
37
7
O y
36
6
O z
35
5
O A
0e
O B
0d
O C
0c
&#12;
O D
0b
&#11;
O E
0a
O F
09
O G
08
O H
07
O I
06
O J
05
O K
04
O L
03
O M
02
O N
01
O O
00
O P
1f
O Q
1e
O R
1d
O S
1c
O T
1b
O U
1a
O V
19
O W
18
O X
17
O Y
16
O Z
15
O !
6e
n
O "
6d
m
O #
6c
l
O $
6b
k
O %
6a
j
O &
69
i
O '
68
h
O (
67
g
O )
66
f
O *
65
e
O +
64
d
O ,
63
c
O -
62
b
O .
61
a
O /
60
`
O :
75
u
O ;
74
t
O <
73
s
O =
72
r
O >
71
q
O ?
70
p
O @
0f
O [
14
O \
13
O ]
12
O ^
11
O _
10
O `
2f
/
O {
34
4
O |
33
3
O }
32
2
O ~
31
1

6f
o

46
F

45
E

42
B
O &#11;
44
D
O &#12;
43
C
P 0
60
`
P 1
61
a
P 2
62
b
P 3
63
c
P 4
64
d
P 5
65
e
P 6
66
f
P 7
67
g
P 8
68
h
P 9
69
i
P a
31
1
P b
32
2
P c
33
3
P d
34
4
P e
35
5
P f
36
6
P g
37
7
P h
38
8
P i
39
9
P j
3a
:
P k
3b
;
P l
3c
<
P m
3d
=
P n
3e
>
P o
3f
?
P p
20
P q
21
!
P r
22
"
P s
23
#
P t
24
$
P u
25
%
P v
26
&
P w
27
'
P x
28
(
P y
29
)
P z
2a
*
P A
11
P B
12
P C
13
P D
14
P E
15
P F
16
P G
17
P H
18
P I
19
P J
1a
P K
1b
P L
1c
P M
1d
P N
1e
P O
1f
P P
00
P Q
01
P R
02
P S
03
P T
04
P U
05
P V
06
P W
07
P X
08
P Y
09
P Z
0a
P !
71
q
P "
72
r
P #
73
s
P $
74
t
P %
75
u
P &
76
v
P '
77
w
P (
78
x
P )
79
y
P *
7a
z
P +
7b
{
P ,
7c
|
P -
7d
}
P .
7e
~
P /
7f
P :
6a
j
P ;
6b
k
P <
6c
l
P =
6d
m
P >
6e
n
P ?
6f
o
P @
10
P [
0b
&#11;
P \
0c
&#12;
P ]
0d
P ^
0e
P _
0f
P `
30
0
P {
2b
+
P |
2c
,
P }
2d
-
P ~
2e
.

70
p

59
Y

5a
Z

5d
]
P &#11;
5b
[
P &#12;
5c
\
Q 0
61
a
Q 1
60
`
Q 2
63
c
Q 3
62
b
Q 4
65
e
Q 5
64
d
Q 6
67
g
Q 7
66
f
Q 8
69
i
Q 9
68
h
Q a
30
0
Q b
33
3
Q c
32
2
Q d
35
5
Q e
34
4
Q f
37
7
Q g
36
6
Q h
39
9
Q i
38
8
Q j
3b
;
Q k
3a
:
Q l
3d
=
Q m
3c
<
Q n
3f
?
Q o
3e
>
Q p
21
!
Q q
20
Q r
23
#
Q s
22
"
Q t
25
%
Q u
24
$
Q v
27
'
Q w
26
&
Q x
29
)
Q y
28
(
Q z
2b
+
Q A
10
Q B
13
Q C
12
Q D
15
Q E
14
Q F
17
Q G
16
Q H
19
Q I
18
Q J
1b
Q K
1a
Q L
1d
Q M
1c
Q N
1f
Q O
1e
Q P
01
Q Q
00
Q R
03
Q S
02
Q T
05
Q U
04
Q V
07
Q W
06
Q X
09
Q Y
08
Q Z
0b
&#11;
Q !
70
p
Q "
73
s
Q #
72
r
Q $
75
u
Q %
74
t
Q &
77
w
Q '
76
v
Q (
79
y
Q )
78
x
Q *
7b
{
Q +
7a
z
Q ,
7d
}
Q -
7c
|
Q .
7f
Q /
7e
~
Q :
6b
k
Q ;
6a
j
Q <
6d
m
Q =
6c
l
Q >
6f
o
Q ?
6e
n
Q @
11
Q [
0a
Q \
0d
Q ]
0c
&#12;
Q ^
0f
Q _
0e
Q `
31
1
Q {
2a
*
Q |
2d
-
Q }
2c
,
Q ~
2f
/

71
q

58
X

5b
[

5c
\
Q &#11;
5a
Z
Q &#12;
5d
]
R 0
62
b
R 1
63
c
R 2
60
`
R 3
61
a
R 4
66
f
R 5
67
g
R 6
64
d
R 7
65
e
R 8
6a
j
R 9
6b
k
R a
33
3
R b
30
0
R c
31
1
R d
36
6
R e
37
7
R f
34
4
R g
35
5
R h
3a
:
R i
3b
;
R j
38
8
R k
39
9
R l
3e
>
R m
3f
?
R n
3c
<
R o
3d
=
R p
22
"
R q
23
#
R r
20
R s
21
!
R t
26
&
R u
27
'
R v
24
$
R w
25
%
R x
2a
*
R y
2b
+
R z
28
(
R A
13
R B
10
R C
11
R D
16
R E
17
R F
14
R G
15
R H
1a
R I
1b
R J
18
R K
19
R L
1e
R M
1f
R N
1c
R O
1d
R P
02
R Q
03
R R
00
R S
01
R T
06
R U
07
R V
04
R W
05
R X
0a
R Y
0b
&#11;
R Z
08
R !
73
s
R "
70
p
R #
71
q
R $
76
v
R %
77
w
R &
74
t
R '
75
u
R (
7a
z
R )
7b
{
R *
78
x
R +
79
y
R ,
7e
~
R -
7f
R .
7c
|
R /
7d
}
R :
68
h
R ;
69
i
R <
6e
n
R =
6f
o
R >
6c
l
R ?
6d
m
R @
12
R [
09
R \
0e
R ]
0f
R ^
0c
&#12;
R _
0d
R `
32
2
R {
29
)
R |
2e
.
R }
2f
/
R ~
2c
,

72
r

5b
[

58
X

5f
_
R &#11;
59
Y
R &#12;
5e
^
S 0
63
c
S 1
62
b
S 2
61
a
S 3
60
`
S 4
67
g
S 5
66
f
S 6
65
e
S 7
64
d
S 8
6b
k
S 9
6a
j
S a
32
2
S b
31
1
S c
30
0
S d
37
7
S e
36
6
S f
35
5
S g
34
4
S h
3b
;
S i
3a
:
S j
39
9
S k
38
8
S l
3f
?
S m
3e
>
S n
3d
=
S o
3c
<
S p
23
#
S q
22
"
S r
21
!
S s
20
S t
27
'
S u
26
&
S v
25
%
S w
24
$
S x
2b
+
S y
2a
*
S z
29
)
S A
12
S B
11
S C
10
S D
17
S E
16
S F
15
S G
14
S H
1b
S I
1a
S J
19
S K
18
S L
1f
S M
1e
S N
1d
S O
1c
S P
03
S Q
02
S R
01
S S
00
S T
07
S U
06
S V
05
S W
04
S X
0b
&#11;
S Y
0a
S Z
09
S !
72
r
S "
71
q
S #
70
p
S $
77
w
S %
76
v
S &
75
u
S '
74
t
S (
7b
{
S )
7a
z
S *
79
y
S +
78
x
S ,
7f
S -
7e
~
S .
7d
}
S /
7c
|
S :
69
i
S ;
68
h
S <
6f
o
S =
6e
n
S >
6d
m
S ?
6c
l
S @
13
S [
08
S \
0f
S ]
0e
S ^
0d
S _
0c
&#12;
S `
33
3
S {
28
(
S |
2f
/
S }
2e
.
S ~
2d
-

73
s

5a
Z

59
Y

5e
^
S &#11;
58
X
S &#12;
5f
_
T 0
64
d
T 1
65
e
T 2
66
f
T 3
67
g
T 4
60
`
T 5
61
a
T 6
62
b
T 7
63
c
T 8
6c
l
T 9
6d
m
T a
35
5
T b
36
6
T c
37
7
T d
30
0
T e
31
1
T f
32
2
T g
33
3
T h
3c
<
T i
3d
=
T j
3e
>
T k
3f
?
T l
38
8
T m
39
9
T n
3a
:
T o
3b
;
T p
24
$
T q
25
%
T r
26
&
T s
27
'
T t
20
T u
21
!
T v
22
"
T w
23
#
T x
2c
,
T y
2d
-
T z
2e
.
T A
15
T B
16
T C
17
T D
10
T E
11
T F
12
T G
13
T H
1c
T I
1d
T J
1e
T K
1f
T L
18
T M
19
T N
1a
T O
1b
T P
04
T Q
05
T R
06
T S
07
T T
00
T U
01
T V
02
T W
03
T X
0c
&#12;
T Y
0d
T Z
0e
T !
75
u
T "
76
v
T #
77
w
T $
70
p
T %
71
q
T &
72
r
T '
73
s
T (
7c
|
T )
7d
}
T *
7e
~
T +
7f
T ,
78
x
T -
79
y
T .
7a
z
T /
7b
{
T :
6e
n
T ;
6f
o
T <
68
h
T =
69
i
T >
6a
j
T ?
6b
k
T @
14
T [
0f
T \
08
T ]
09
T ^
0a
T _
0b
&#11;
T `
34
4
T {
2f
/
T |
28
(
T }
29
)
T ~
2a
*

74
t

5d
]

5e
^

59
Y
T &#11;
5f
_
T &#12;
58
X
U 0
65
e
U 1
64
d
U 2
67
g
U 3
66
f
U 4
61
a
U 5
60
`
U 6
63
c
U 7
62
b
U 8
6d
m
U 9
6c
l
U a
34
4
U b
37
7
U c
36
6
U d
31
1
U e
30
0
U f
33
3
U g
32
2
U h
3d
=
U i
3c
<
U j
3f
?
U k
3e
>
U l
39
9
U m
38
8
U n
3b
;
U o
3a
:
U p
25
%
U q
24
$
U r
27
'
U s
26
&
U t
21
!
U u
20
U v
23
#
U w
22
"
U x
2d
-
U y
2c
,
U z
2f
/
U A
14
U B
17
U C
16
U D
11
U E
10
U F
13
U G
12
U H
1d
U I
1c
U J
1f
U K
1e
U L
19
U M
18
U N
1b
U O
1a
U P
05
U Q
04
U R
07
U S
06
U T
01
U U
00
U V
03
U W
02
U X
0d
U Y
0c
&#12;
U Z
0f
U !
74
t
U "
77
w
U #
76
v
U $
71
q
U %
70
p
U &
73
s
U '
72
r
U (
7d
}
U )
7c
|
U *
7f
U +
7e
~
U ,
79
y
U -
78
x
U .
7b
{
U /
7a
z
U :
6f
o
U ;
6e
n
U <
69
i
U =
68
h
U >
6b
k
U ?
6a
j
U @
15
U [
0e
U \
09
U ]
08
U ^
0b
&#11;
U _
0a
U `
35
5
U {
2e
.
U |
29
)
U }
28
(
U ~
2b
+

75
u

5c
\

5f
_

58
X
U &#11;
5e
^
U &#12;
59
Y
V 0
66
f
V 1
67
g
V 2
64
d
V 3
65
e
V 4
62
b
V 5
63
c
V 6
60
`
V 7
61
a
V 8
6e
n
V 9
6f
o
V a
37
7
V b
34
4
V c
35
5
V d
32
2
V e
33
3
V f
30
0
V g
31
1
V h
3e
>
V i
3f
?
V j
3c
<
V k
3d
=
V l
3a
:
V m
3b
;
V n
38
8
V o
39
9
V p
26
&
V q
27
'
V r
24
$
V s
25
%
V t
22
"
V u
23
#
V v
20
V w
21
!
V x
2e
.
V y
2f
/
V z
2c
,
V A
17
V B
14
V C
15
V D
12
V E
13
V F
10
V G
11
V H
1e
V I
1f
V J
1c
V K
1d
V L
1a
V M
1b
V N
18
V O
19
V P
06
V Q
07
V R
04
V S
05
V T
02
V U
03
V V
00
V W
01
V X
0e
V Y
0f
V Z
0c
&#12;
V !
77
w
V "
74
t
V #
75
u
V $
72
r
V %
73
s
V &
70
p
V '
71
q
V (
7e
~
V )
7f
V *
7c
|
V +
7d
}
V ,
7a
z
V -
7b
{
V .
78
x
V /
79
y
V :
6c
l
V ;
6d
m
V <
6a
j
V =
6b
k
V >
68
h
V ?
69
i
V @
16
V [
0d
V \
0a
V ]
0b
&#11;
V ^
08
V _
09
V `
36
6
V {
2d
-
V |
2a
*
V }
2b
+
V ~
28
(

76
v

5f
_

5c
\

5b
[
V &#11;
5d
]
V &#12;
5a
Z
W 0
67
g
W 1
66
f
W 2
65
e
W 3
64
d
W 4
63
c
W 5
62
b
W 6
61
a
W 7
60
`
W 8
6f
o
W 9
6e
n
W a
36
6
W b
35
5
W c
34
4
W d
33
3
W e
32
2
W f
31
1
W g
30
0
W h
3f
?
W i
3e
>
W j
3d
=
W k
3c
<
W l
3b
;
W m
3a
:
W n
39
9
W o
38
8
W p
27
'
W q
26
&
W r
25
%
W s
24
$
W t
23
#
W u
22
"
W v
21
!
W w
20
W x
2f
/
W y
2e
.
W z
2d
-
W A
16
W B
15
W C
14
W D
13
W E
12
W F
11
W G
10
W H
1f
W I
1e
W J
1d
W K
1c
W L
1b
W M
1a
W N
19
W O
18
W P
07
W Q
06
W R
05
W S
04
W T
03
W U
02
W V
01
W W
00
W X
0f
W Y
0e
W Z
0d
W !
76
v
W "
75
u
W #
74
t
W $
73
s
W %
72
r
W &
71
q
W '
70
p
W (
7f
W )
7e
~
W *
7d
}
W +
7c
|
W ,
7b
{
W -
7a
z
W .
79
y
W /
78
x
W :
6d
m
W ;
6c
l
W <
6b
k
W =
6a
j
W >
69
i
W ?
68
h
W @
17
W [
0c
&#12;
W \
0b
&#11;
W ]
0a
W ^
09
W _
08
W `
37
7
W {
2c
,
W |
2b
+
W }
2a
*
W ~
29
)

77
w

5e
^

5d
]

5a
Z
W &#11;
5c
\
W &#12;
5b
[
X 0
68
h
X 1
69
i
X 2
6a
j
X 3
6b
k
X 4
6c
l
X 5
6d
m
X 6
6e
n
X 7
6f
o
X 8
60
`
X 9
61
a
X a
39
9
X b
3a
:
X c
3b
;
X d
3c
<
X e
3d
=
X f
3e
>
X g
3f
?
X h
30
0
X i
31
1
X j
32
2
X k
33
3
X l
34
4
X m
35
5
X n
36
6
X o
37
7
X p
28
(
X q
29
)
X r
2a
*
X s
2b
+
X t
2c
,
X u
2d
-
X v
2e
.
X w
2f
/
X x
20
X y
21
!
X z
22
"
X A
19
X B
1a
X C
1b
X D
1c
X E
1d
X F
1e
X G
1f
X H
10
X I
11
X J
12
X K
13
X L
14
X M
15
X N
16
X O
17
X P
08
X Q
09
X R
0a
X S
0b
&#11;
X T
0c
&#12;
X U
0d
X V
0e
X W
0f
X X
00
X Y
01
X Z
02
X !
79
y
X "
7a
z
X #
7b
{
X $
7c
|
X %
7d
}
X &
7e
~
X '
7f
X (
70
p
X )
71
q
X *
72
r
X +
73
s
X ,
74
t
X -
75
u
X .
76
v
X /
77
w
X :
62
b
X ;
63
c
X <
64
d
X =
65
e
X >
66
f
X ?
67
g
X @
18
X [
03
X \
04
X ]
05
X ^
06
X _
07
X `
38
8
X {
23
#
X |
24
$
X }
25
%
X ~
26
&

78
x

51
Q

52
R

55
U
X &#11;
53
S
X &#12;
54
T
Y 0
69
i
Y 1
68
h
Y 2
6b
k
Y 3
6a
j
Y 4
6d
m
Y 5
6c
l
Y 6
6f
o
Y 7
6e
n
Y 8
61
a
Y 9
60
`
Y a
38
8
Y b
3b
;
Y c
3a
:
Y d
3d
=
Y e
3c
<
Y f
3f
?
Y g
3e
>
Y h
31
1
Y i
30
0
Y j
33
3
Y k
32
2
Y l
35
5
Y m
34
4
Y n
37
7
Y o
36
6
Y p
29
)
Y q
28
(
Y r
2b
+
Y s
2a
*
Y t
2d
-
Y u
2c
,
Y v
2f
/
Y w
2e
.
Y x
21
!
Y y
20
Y z
23
#
Y A
18
Y B
1b
Y C
1a
Y D
1d
Y E
1c
Y F
1f
Y G
1e
Y H
11
Y I
10
Y J
13
Y K
12
Y L
15
Y M
14
Y N
17
Y O
16
Y P
09
Y Q
08
Y R
0b
&#11;
Y S
0a
Y T
0d
Y U
0c
&#12;
Y V
0f
Y W
0e
Y X
01
Y Y
00
Y Z
03
Y !
78
x
Y "
7b
{
Y #
7a
z
Y $
7d
}
Y %
7c
|
Y &
7f
Y '
7e
~
Y (
71
q
Y )
70
p
Y *
73
s
Y +
72
r
Y ,
75
u
Y -
74
t
Y .
77
w
Y /
76
v
Y :
63
c
Y ;
62
b
Y <
65
e
Y =
64
d
Y >
67
g
Y ?
66
f
Y @
19
Y [
02
Y \
05
Y ]
04
Y ^
07
Y _
06
Y `
39
9
Y {
22
"
Y |
25
%
Y }
24
$
Y ~
27
'

79
y

50
P

53
S

54
T
Y &#11;
52
R
Y &#12;
55
U
Z 0
6a
j
Z 1
6b
k
Z 2
68
h
Z 3
69
i
Z 4
6e
n
Z 5
6f
o
Z 6
6c
l
Z 7
6d
m
Z 8
62
b
Z 9
63
c
Z a
3b
;
Z b
38
8
Z c
39
9
Z d
3e
>
Z e
3f
?
Z f
3c
<
Z g
3d
=
Z h
32
2
Z i
33
3
Z j
30
0
Z k
31
1
Z l
36
6
Z m
37
7
Z n
34
4
Z o
35
5
Z p
2a
*
Z q
2b
+
Z r
28
(
Z s
29
)
Z t
2e
.
Z u
2f
/
Z v
2c
,
Z w
2d
-
Z x
22
"
Z y
23
#
Z z
20
Z A
1b
Z B
18
Z C
19
Z D
1e
Z E
1f
Z F
1c
Z G
1d
Z H
12
Z I
13
Z J
10
Z K
11
Z L
16
Z M
17
Z N
14
Z O
15
Z P
0a
Z Q
0b
&#11;
Z R
08
Z S
09
Z T
0e
Z U
0f
Z V
0c
&#12;
Z W
0d
Z X
02
Z Y
03
Z Z
00
Z !
7b
{
Z "
78
x
Z #
79
y
Z $
7e
~
Z %
7f
Z &
7c
|
Z '
7d
}
Z (
72
r
Z )
73
s
Z *
70
p
Z +
71
q
Z ,
76
v
Z -
77
w
Z .
74
t
Z /
75
u
Z :
60
`
Z ;
61
a
Z <
66
f
Z =
67
g
Z >
64
d
Z ?
65
e
Z @
1a
Z [
01
Z \
06
Z ]
07
Z ^
04
Z _
05
Z `
3a
:
Z {
21
!
Z |
26
&
Z }
27
'
Z ~
24
$

7a
z

53
S

50
P

57
W
Z &#11;
51
Q
Z &#12;
56
V
! 0
11
! 1
10
! 2
13
! 3
12
! 4
15
! 5
14
! 6
17
! 7
16
! 8
19
! 9
18
! a
40
@
! b
43
C
! c
42
B
! d
45
E
! e
44
D
! f
47
G
! g
46
F
! h
49
I
! i
48
H
! j
4b
K
! k
4a
J
! l
4d
M
! m
4c
L
! n
4f
O
! o
4e
N
! p
51
Q
! q
50
P
! r
53
S
! s
52
R
! t
55
U
! u
54
T
! v
57
W
! w
56
V
! x
59
Y
! y
58
X
! z
5b
[
! A
60
`
! B
63
c
! C
62
b
! D
65
e
! E
64
d
! F
67
g
! G
66
f
! H
69
i
! I
68
h
! J
6b
k
! K
6a
j
! L
6d
m
! M
6c
l
! N
6f
o
! O
6e
n
! P
71
q
! Q
70
p
! R
73
s
! S
72
r
! T
75
u
! U
74
t
! V
77
w
! W
76
v
! X
79
y
! Y
78
x
! Z
7b
{
! !
00
! "
03
! #
02
! $
05
! %
04
! &
07
! '
06
! (
09
! )
08
! *
0b
&#11;
! +
0a
! ,
0d
! -
0c
&#12;
! .
0f
! /
0e
! :
1b
! ;
1a
! <
1d
! =
1c
! >
1f
! ?
1e
! @
61
a
! [
7a
z
! \
7d
}
! ]
7c
|
! ^
7f
! _
7e
~
! `
41
A
! {
5a
Z
! |
5d
]
! }
5c
\
! ~
5f
_

01

28
(

2b
+

2c
,
! &#11;
2a
*
! &#12;
2d
-
" 0
12
" 1
13
" 2
10
" 3
11
" 4
16
" 5
17
" 6
14
" 7
15
" 8
1a
" 9
1b
" a
43
C
" b
40
@
" c
41
A
" d
46
F
" e
47
G
" f
44
D
" g
45
E
" h
4a
J
" i
4b
K
" j
48
H
" k
49
I
" l
4e
N
" m
4f
O
" n
4c
L
" o
4d
M
" p
52
R
" q
53
S
" r
50
P
" s
51
Q
" t
56
V
" u
57
W
" v
54
T
" w
55
U
" x
5a
Z
" y
5b
[
" z
58
X
" A
63
c
" B
60
`
" C
61
a
" D
66
f
" E
67
g
" F
64
d
" G
65
e
" H
6a
j
" I
6b
k
" J
68
h
" K
69
i
" L
6e
n
" M
6f
o
" N
6c
l
" O
6d
m
" P
72
r
" Q
73
s
" R
70
p
" S
71
q
" T
76
v
" U
77
w
" V
74
t
" W
75
u
" X
7a
z
" Y
7b
{
" Z
78
x
" !
03
" "
00
" #
01
" $
06
" %
07
" &
04
" '
05
" (
0a
" )
0b
&#11;
" *
08
" +
09
" ,
0e
" -
0f
" .
0c
&#12;
" /
0d
" :
18
" ;
19
" <
1e
" =
1f
" >
1c
" ?
1d
" @
62
b
" [
79
y
" \
7e
~
" ]
7f
" ^
7c
|
" _
7d
}
" `
42
B
" {
59
Y
" |
5e
^
" }
5f
_
" ~
5c
\

02

2b
+

28
(

2f
/
" &#11;
29
)
" &#12;
2e
.
# 0
13
# 1
12
# 2
11
# 3
10
# 4
17
# 5
16
# 6
15
# 7
14
# 8
1b
# 9
1a
# a
42
B
# b
41
A
# c
40
@
# d
47
G
# e
46
F
# f
45
E
# g
44
D
# h
4b
K
# i
4a
J
# j
49
I
# k
48
H
# l
4f
O
# m
4e
N
# n
4d
M
# o
4c
L
# p
53
S
# q
52
R
# r
51
Q
# s
50
P
# t
57
W
# u
56
V
# v
55
U
# w
54
T
# x
5b
[
# y
5a
Z
# z
59
Y
# A
62
b
# B
61
a
# C
60
`
# D
67
g
# E
66
f
# F
65
e
# G
64
d
# H
6b
k
# I
6a
j
# J
69
i
# K
68
h
# L
6f
o
# M
6e
n
# N
6d
m
# O
6c
l
# P
73
s
# Q
72
r
# R
71
q
# S
70
p
# T
77
w
# U
76
v
# V
75
u
# W
74
t
# X
7b
{
# Y
7a
z
# Z
79
y
# !
02
# "
01
# #
00
# $
07
# %
06
# &
05
# '
04
# (
0b
&#11;
# )
0a
# *
09
# +
08
# ,
0f
# -
0e
# .
0d
# /
0c
&#12;
# :
19
# ;
18
# <
1f
# =
1e
# >
1d
# ?
1c
# @
63
c
# [
78
x
# \
7f
# ]
7e
~
# ^
7d
}
# _
7c
|
# `
43
C
# {
58
X
# |
5f
_
# }
5e
^
# ~
5d
]

03

2a
*

29
)

2e
.
# &#11;
28
(
# &#12;
2f
/
$ 0
14
$ 1
15
$ 2
16
$ 3
17
$ 4
10
$ 5
11
$ 6
12
$ 7
13
$ 8
1c
$ 9
1d
$ a
45
E
$ b
46
F
$ c
47
G
$ d
40
@
$ e
41
A
$ f
42
B
$ g
43
C
$ h
4c
L
$ i
4d
M
$ j
4e
N
$ k
4f
O
$ l
48
H
$ m
49
I
$ n
4a
J
$ o
4b
K
$ p
54
T
$ q
55
U
$ r
56
V
$ s
57
W
$ t
50
P
$ u
51
Q
$ v
52
R
$ w
53
S
$ x
5c
\
$ y
5d
]
$ z
5e
^
$ A
65
e
$ B
66
f
$ C
67
g
$ D
60
`
$ E
61
a
$ F
62
b
$ G
63
c
$ H
6c
l
$ I
6d
m
$ J
6e
n
$ K
6f
o
$ L
68
h
$ M
69
i
$ N
6a
j
$ O
6b
k
$ P
74
t
$ Q
75
u
$ R
76
v
$ S
77
w
$ T
70
p
$ U
71
q
$ V
72
r
$ W
73
s
$ X
7c
|
$ Y
7d
}
$ Z
7e
~
$ !
05
$ "
06
$ #
07
$ $
00
$ %
01
$ &
02
$ '
03
$ (
0c
&#12;
$ )
0d
$ *
0e
$ +
0f
$ ,
08
$ -
09
$ .
0a
$ /
0b
&#11;
$ :
1e
$ ;
1f
$ <
18
$ =
19
$ >
1a
$ ?
1b
$ @
64
d
$ [
7f
$ \
78
x
$ ]
79
y
$ ^
7a
z
$ _
7b
{
$ `
44
D
$ {
5f
_
$ |
58
X
$ }
59
Y
$ ~
5a
Z

04

2d
-

2e
.

29
)
$ &#11;
2f
/
$ &#12;
28
(
% 0
15
% 1
14
% 2
17
% 3
16
% 4
11
% 5
10
% 6
13
% 7
12
% 8
1d
% 9
1c
% a
44
D
% b
47
G
% c
46
F
% d
41
A
% e
40
@
% f
43
C
% g
42
B
% h
4d
M
% i
4c
L
% j
4f
O
% k
4e
N
% l
49
I
% m
48
H
% n
4b
K
% o
4a
J
% p
55
U
% q
54
T
% r
57
W
% s
56
V
% t
51
Q
% u
50
P
% v
53
S
% w
52
R
% x
5d
]
% y
5c
\
% z
5f
_
% A
64
d
% B
67
g
% C
66
f
% D
61
a
% E
60
`
% F
63
c
% G
62
b
% H
6d
m
% I
6c
l
% J
6f
o
% K
6e
n
% L
69
i
% M
68
h
% N
6b
k
% O
6a
j
% P
75
u
% Q
74
t
% R
77
w
% S
76
v
% T
71
q
% U
70
p
% V
73
s
% W
72
r
% X
7d
}
% Y
7c
|
% Z
7f
% !
04
% "
07
% #
06
% $
01
% %
00
% &
03
% '
02
% (
0d
% )
0c
&#12;
% *
0f
% +
0e
% ,
09
% -
08
% .
0b
&#11;
% /
0a
% :
1f
% ;
1e
% <
19
% =
18
% >
1b
% ?
1a
% @
65
e
% [
7e
~
% \
79
y
% ]
78
x
% ^
7b
{
% _
7a
z
% `
45
E
% {
5e
^
% |
59
Y
% }
58
X
% ~
5b
[

05

2c
,

2f
/

28
(
% &#11;
2e
.
% &#12;
29
)
& 0
16
& 1
17
& 2
14
& 3
15
& 4
12
& 5
13
& 6
10
& 7
11
& 8
1e
& 9
1f
& a
47
G
& b
44
D
& c
45
E
& d
42
B
& e
43
C
& f
40
@
& g
41
A
& h
4e
N
& i
4f
O
& j
4c
L
& k
4d
M
& l
4a
J
& m
4b
K
& n
48
H
& o
49
I
& p
56
V
& q
57
W
& r
54
T
& s
55
U
& t
52
R
& u
53
S
& v
50
P
& w
51
Q
& x
5e
^
& y
5f
_
& z
5c
\
& A
67
g
& B
64
d
& C
65
e
& D
62
b
& E
63
c
& F
60
`
& G
61
a
& H
6e
n
& I
6f
o
& J
6c
l
& K
6d
m
& L
6a
j
& M
6b
k
& N
68
h
& O
69
i
& P
76
v
& Q
77
w
& R
74
t
& S
75
u
& T
72
r
& U
73
s
& V
70
p
& W
71
q
& X
7e
~
& Y
7f
& Z
7c
|
& !
07
& "
04
& #
05
& $
02
& %
03
& &
00
& '
01
& (
0e
& )
0f
& *
0c
&#12;
& +
0d
& ,
0a
& -
0b
&#11;
& .
08
& /
09
& :
1c
& ;
1d
& <
1a
& =
1b
& >
18
& ?
19
& @
66
f
& [
7d
}
& \
7a
z
& ]
7b
{
& ^
78
x
& _
79
y
& `
46
F
& {
5d
]
& |
5a
Z
& }
5b
[
& ~
58
X

06

2f
/

2c
,

2b
+
& &#11;
2d
-
& &#12;
2a
*
' 0
17
' 1
16
' 2
15
' 3
14
' 4
13
' 5
12
' 6
11
' 7
10
' 8
1f
' 9
1e
' a
46
F
' b
45
E
' c
44
D
' d
43
C
' e
42
B
' f
41
A
' g
40
@
' h
4f
O
' i
4e
N
' j
4d
M
' k
4c
L
' l
4b
K
' m
4a
J
' n
49
I
' o
48
H
' p
57
W
' q
56
V
' r
55
U
' s
54
T
' t
53
S
' u
52
R
' v
51
Q
' w
50
P
' x
5f
_
' y
5e
^
' z
5d
]
' A
66
f
' B
65
e
' C
64
d
' D
63
c
' E
62
b
' F
61
a
' G
60
`
' H
6f
o
' I
6e
n
' J
6d
m
' K
6c
l
' L
6b
k
' M
6a
j
' N
69
i
' O
68
h
' P
77
w
' Q
76
v
' R
75
u
' S
74
t
' T
73
s
' U
72
r
' V
71
q
' W
70
p
' X
7f
' Y
7e
~
' Z
7d
}
' !
06
' "
05
' #
04
' $
03
' %
02
' &
01
' '
00
' (
0f
' )
0e
' *
0d
' +
0c
&#12;
' ,
0b
&#11;
' -
0a
' .
09
' /
08
' :
1d
' ;
1c
' <
1b
' =
1a
' >
19
' ?
18
' @
67
g
' [
7c
|
' \
7b
{
' ]
7a
z
' ^
79
y
' _
78
x
' `
47
G
' {
5c
\
' |
5b
[
' }
5a
Z
' ~
59
Y

07

2e
.

2d
-

2a
*
' &#11;
2c
,
' &#12;
2b
+
( 0
18
( 1
19
( 2
1a
( 3
1b
( 4
1c
( 5
1d
( 6
1e
( 7
1f
( 8
10
( 9
11
( a
49
I
( b
4a
J
( c
4b
K
( d
4c
L
( e
4d
M
( f
4e
N
( g
4f
O
( h
40
@
( i
41
A
( j
42
B
( k
43
C
( l
44
D
( m
45
E
( n
46
F
( o
47
G
( p
58
X
( q
59
Y
( r
5a
Z
( s
5b
[
( t
5c
\
( u
5d
]
( v
5e
^
( w
5f
_
( x
50
P
( y
51
Q
( z
52
R
( A
69
i
( B
6a
j
( C
6b
k
( D
6c
l
( E
6d
m
( F
6e
n
( G
6f
o
( H
60
`
( I
61
a
( J
62
b
( K
63
c
( L
64
d
( M
65
e
( N
66
f
( O
67
g
( P
78
x
( Q
79
y
( R
7a
z
( S
7b
{
( T
7c
|
( U
7d
}
( V
7e
~
( W
7f
( X
70
p
( Y
71
q
( Z
72
r
( !
09
( "
0a
( #
0b
&#11;
( $
0c
&#12;
( %
0d
( &
0e
( '
0f
( (
00
( )
01
( *
02
( +
03
( ,
04
( -
05
( .
06
( /
07
( :
12
( ;
13
( <
14
( =
15
( >
16
( ?
17
( @
68
h
( [
73
s
( \
74
t
( ]
75
u
( ^
76
v
( _
77
w
( `
48
H
( {
53
S
( |
54
T
( }
55
U
( ~
56
V

08

21
!

22
"

25
%
( &#11;
23
#
( &#12;
24
$
) 0
19
) 1
18
) 2
1b
) 3
1a
) 4
1d
) 5
1c
) 6
1f
) 7
1e
) 8
11
) 9
10
) a
48
H
) b
4b
K
) c
4a
J
) d
4d
M
) e
4c
L
) f
4f
O
) g
4e
N
) h
41
A
) i
40
@
) j
43
C
) k
42
B
) l
45
E
) m
44
D
) n
47
G
) o
46
F
) p
59
Y
) q
58
X
) r
5b
[
) s
5a
Z
) t
5d
]
) u
5c
\
) v
5f
_
) w
5e
^
) x
51
Q
) y
50
P
) z
53
S
) A
68
h
) B
6b
k
) C
6a
j
) D
6d
m
) E
6c
l
) F
6f
o
) G
6e
n
) H
61
a
) I
60
`
) J
63
c
) K
62
b
) L
65
e
) M
64
d
) N
67
g
) O
66
f
) P
79
y
) Q
78
x
) R
7b
{
) S
7a
z
) T
7d
}
) U
7c
|
) V
7f
) W
7e
~
) X
71
q
) Y
70
p
) Z
73
s
) !
08
) "
0b
&#11;
) #
0a
) $
0d
) %
0c
&#12;
) &
0f
) '
0e
) (
01
) )
00
) *
03
) +
02
) ,
05
) -
04
) .
07
) /
06
) :
13
) ;
12
) <
15
) =
14
) >
17
) ?
16
) @
69
i
) [
72
r
) \
75
u
) ]
74
t
) ^
77
w
) _
76
v
) `
49
I
) {
52
R
) |
55
U
) }
54
T
) ~
57
W

09

20

23
#

24
$
) &#11;
22
"
) &#12;
25
%
* 0
1a
* 1
1b
* 2
18
* 3
19
* 4
1e
* 5
1f
* 6
1c
* 7
1d
* 8
12
* 9
13
* a
4b
K
* b
48
H
* c
49
I
* d
4e
N
* e
4f
O
* f
4c
L
* g
4d
M
* h
42
B
* i
43
C
* j
40
@
* k
41
A
* l
46
F
* m
47
G
* n
44
D
* o
45
E
* p
5a
Z
* q
5b
[
* r
58
X
* s
59
Y
* t
5e
^
* u
5f
_
* v
5c
\
* w
5d
]
* x
52
R
* y
53
S
* z
50
P
* A
6b
k
* B
68
h
* C
69
i
* D
6e
n
* E
6f
o
* F
6c
l
* G
6d
m
* H
62
b
* I
63
c
* J
60
`
* K
61
a
* L
66
f
* M
67
g
* N
64
d
* O
65
e
* P
7a
z
* Q
7b
{
* R
78
x
* S
79
y
* T
7e
~
* U
7f
* V
7c
|
* W
7d
}
* X
72
r
* Y
73
s
* Z
70
p
* !
0b
&#11;
* "
08
* #
09
* $
0e
* %
0f
* &
0c
&#12;
* '
0d
* (
02
* )
03
* *
00
* +
01
* ,
06
* -
07
* .
04
* /
05
* :
10
* ;
11
* <
16
* =
17
* >
14
* ?
15
* @
6a
j
* [
71
q
* \
76
v
* ]
77
w
* ^
74
t
* _
75
u
* `
4a
J
* {
51
Q
* |
56
V
* }
57
W
* ~
54
T

0a

23
#

20

27
'
* &#11;
21
!
* &#12;
26
&
+ 0
1b
+ 1
1a
+ 2
19
+ 3
18
+ 4
1f
+ 5
1e
+ 6
1d
+ 7
1c
+ 8
13
+ 9
12
+ a
4a
J
+ b
49
I
+ c
48
H
+ d
4f
O
+ e
4e
N
+ f
4d
M
+ g
4c
L
+ h
43
C
+ i
42
B
+ j
41
A
+ k
40
@
+ l
47
G
+ m
46
F
+ n
45
E
+ o
44
D
+ p
5b
[
+ q
5a
Z
+ r
59
Y
+ s
58
X
+ t
5f
_
+ u
5e
^
+ v
5d
]
+ w
5c
\
+ x
53
S
+ y
52
R
+ z
51
Q
+ A
6a
j
+ B
69
i
+ C
68
h
+ D
6f
o
+ E
6e
n
+ F
6d
m
+ G
6c
l
+ H
63
c
+ I
62
b
+ J
61
a
+ K
60
`
+ L
67
g
+ M
66
f
+ N
65
e
+ O
64
d
+ P
7b
{
+ Q
7a
z
+ R
79
y
+ S
78
x
+ T
7f
+ U
7e
~
+ V
7d
}
+ W
7c
|
+ X
73
s
+ Y
72
r
+ Z
71
q
+ !
0a
+ "
09
+ #
08
+ $
0f
+ %
0e
+ &
0d
+ '
0c
&#12;
+ (
03
+ )
02
+ *
01
+ +
00
+ ,
07
+ -
06
+ .
05
+ /
04
+ :
11
+ ;
10
+ <
17
+ =
16
+ >
15
+ ?
14
+ @
6b
k
+ [
70
p
+ \
77
w
+ ]
76
v
+ ^
75
u
+ _
74
t
+ `
4b
K
+ {
50
P
+ |
57
W
+ }
56
V
+ ~
55
U

0b
&#11;

22
"

21
!

26
&
+ &#11;
20
+ &#12;
27
'
, 0
1c
, 1
1d
, 2
1e
, 3
1f
, 4
18
, 5
19
, 6
1a
, 7
1b
, 8
14
, 9
15
, a
4d
M
, b
4e
N
, c
4f
O
, d
48
H
, e
49
I
, f
4a
J
, g
4b
K
, h
44
D
, i
45
E
, j
46
F
, k
47
G
, l
40
@
, m
41
A
, n
42
B
, o
43
C
, p
5c
\
, q
5d
]
, r
5e
^
, s
5f
_
, t
58
X
, u
59
Y
, v
5a
Z
, w
5b
[
, x
54
T
, y
55
U
, z
56
V
, A
6d
m
, B
6e
n
, C
6f
o
, D
68
h
, E
69
i
, F
6a
j
, G
6b
k
, H
64
d
, I
65
e
, J
66
f
, K
67
g
, L
60
`
, M
61
a
, N
62
b
, O
63
c
, P
7c
|
, Q
7d
}
, R
7e
~
, S
7f
, T
78
x
, U
79
y
, V
7a
z
, W
7b
{
, X
74
t
, Y
75
u
, Z
76
v
, !
0d
, "
0e
, #
0f
, $
08
, %
09
, &
0a
, '
0b
&#11;
, (
04
, )
05
, *
06
, +
07
, ,
00
, -
01
, .
02
, /
03
, :
16
, ;
17
, <
10
, =
11
, >
12
, ?
13
, @
6c
l
, [
77
w
, \
70
p
, ]
71
q
, ^
72
r
, _
73
s
, `
4c
L
, {
57
W
, |
50
P
, }
51
Q
, ~
52
R

0c
&#12;

25
%

26
&

21
!
, &#11;
27
'
, &#12;
20
- 0
1d
- 1
1c
- 2
1f
- 3
1e
- 4
19
- 5
18
- 6
1b
- 7
1a
- 8
15
- 9
14
- a
4c
L
- b
4f
O
- c
4e
N
- d
49
I
- e
48
H
- f
4b
K
- g
4a
J
- h
45
E
- i
44
D
- j
47
G
- k
46
F
- l
41
A
- m
40
@
- n
43
C
- o
42
B
- p
5d
]
- q
5c
\
- r
5f
_
- s
5e
^
- t
59
Y
- u
58
X
- v
5b
[
- w
5a
Z
- x
55
U
- y
54
T
- z
57
W
- A
6c
l
- B
6f
o
- C
6e
n
- D
69
i
- E
68
h
- F
6b
k
- G
6a
j
- H
65
e
- I
64
d
- J
67
g
- K
66
f
- L
61
a
- M
60
`
- N
63
c
- O
62
b
- P
7d
}
- Q
7c
|
- R
7f
- S
7e
~
- T
79
y
- U
78
x
- V
7b
{
- W
7a
z
- X
75
u
- Y
74
t
- Z
77
w
- !
0c
&#12;
- "
0f
- #
0e
- $
09
- %
08
- &
0b
&#11;
- '
0a
- (
05
- )
04
- *
07
- +
06
- ,
01
- -
00
- .
03
- /
02
- :
17
- ;
16
- <
11
- =
10
- >
13
- ?
12
- @
6d
m
- [
76
v
- \
71
q
- ]
70
p
- ^
73
s
- _
72
r
- `
4d
M
- {
56
V
- |
51
Q
- }
50
P
- ~
53
S

0d

24
$

27
'

20
- &#11;
26
&
- &#12;
21
!
. 0
1e
. 1
1f
. 2
1c
. 3
1d
. 4
1a
. 5
1b
. 6
18
. 7
19
. 8
16
. 9
17
. a
4f
O
. b
4c
L
. c
4d
M
. d
4a
J
. e
4b
K
. f
48
H
. g
49
I
. h
46
F
. i
47
G
. j
44
D
. k
45
E
. l
42
B
. m
43
C
. n
40
@
. o
41
A
. p
5e
^
. q
5f
_
. r
5c
\
. s
5d
]
. t
5a
Z
. u
5b
[
. v
58
X
. w
59
Y
. x
56
V
. y
57
W
. z
54
T
. A
6f
o
. B
6c
l
. C
6d
m
. D
6a
j
. E
6b
k
. F
68
h
. G
69
i
. H
66
f
. I
67
g
. J
64
d
. K
65
e
. L
62
b
. M
63
c
. N
60
`
. O
61
a
. P
7e
~
. Q
7f
. R
7c
|
. S
7d
}
. T
7a
z
. U
7b
{
. V
78
x
. W
79
y
. X
76
v
. Y
77
w
. Z
74
t
. !
0f
. "
0c
&#12;
. #
0d
. $
0a
. %
0b
&#11;
. &
08
. '
09
. (
06
. )
07
. *
04
. +
05
. ,
02
. -
03
. .
00
. /
01
. :
14
. ;
15
. <
12
. =
13
. >
10
. ?
11
. @
6e
n
. [
75
u
. \
72
r
. ]
73
s
. ^
70
p
. _
71
q
. `
4e
N
. {
55
U
. |
52
R
. }
53
S
. ~
50
P

0e

27
'

24
$

23
#
. &#11;
25
%
. &#12;
22
"
/ 0
1f
/ 1
1e
/ 2
1d
/ 3
1c
/ 4
1b
/ 5
1a
/ 6
19
/ 7
18
/ 8
17
/ 9
16
/ a
4e
N
/ b
4d
M
/ c
4c
L
/ d
4b
K
/ e
4a
J
/ f
49
I
/ g
48
H
/ h
47
G
/ i
46
F
/ j
45
E
/ k
44
D
/ l
43
C
/ m
42
B
/ n
41
A
/ o
40
@
/ p
5f
_
/ q
5e
^
/ r
5d
]
/ s
5c
\
/ t
5b
[
/ u
5a
Z
/ v
59
Y
/ w
58
X
/ x
57
W
/ y
56
V
/ z
55
U
/ A
6e
n
/ B
6d
m
/ C
6c
l
/ D
6b
k
/ E
6a
j
/ F
69
i
/ G
68
h
/ H
67
g
/ I
66
f
/ J
65
e
/ K
64
d
/ L
63
c
/ M
62
b
/ N
61
a
/ O
60
`
/ P
7f
/ Q
7e
~
/ R
7d
}
/ S
7c
|
/ T
7b
{
/ U
7a
z
/ V
79
y
/ W
78
x
/ X
77
w
/ Y
76
v
/ Z
75
u
/ !
0e
/ "
0d
/ #
0c
&#12;
/ $
0b
&#11;
/ %
0a
/ &
09
/ '
08
/ (
07
/ )
06
/ *
05
/ +
04
/ ,
03
/ -
02
/ .
01
/ /
00
/ :
15
/ ;
14
/ <
13
/ =
12
/ >
11
/ ?
10
/ @
6f
o
/ [
74
t
/ \
73
s
/ ]
72
r
/ ^
71
q
/ _
70
p
/ `
4f
O
/ {
54
T
/ |
53
S
/ }
52
R
/ ~
51
Q

0f

26
&

25
%

22
"
/ &#11;
24
$
/ &#12;
23
#
: 0
0a
: 1
0b
&#11;
: 2
08
: 3
09
: 4
0e
: 5
0f
: 6
0c
&#12;
: 7
0d
: 8
02
: 9
03
: a
5b
[
: b
58
X
: c
59
Y
: d
5e
^
: e
5f
_
: f
5c
\
: g
5d
]
: h
52
R
: i
53
S
: j
50
P
: k
51
Q
: l
56
V
: m
57
W
: n
54
T
: o
55
U
: p
4a
J
: q
4b
K
: r
48
H
: s
49
I
: t
4e
N
: u
4f
O
: v
4c
L
: w
4d
M
: x
42
B
: y
43
C
: z
40
@
: A
7b
{
: B
78
x
: C
79
y
: D
7e
~
: E
7f
: F
7c
|
: G
7d
}
: H
72
r
: I
73
s
: J
70
p
: K
71
q
: L
76
v
: M
77
w
: N
74
t
: O
75
u
: P
6a
j
: Q
6b
k
: R
68
h
: S
69
i
: T
6e
n
: U
6f
o
: V
6c
l
: W
6d
m
: X
62
b
: Y
63
c
: Z
60
`
: !
1b
: "
18
: #
19
: $
1e
: %
1f
: &
1c
: '
1d
: (
12
: )
13
: *
10
: +
11
: ,
16
: -
17
: .
14
: /
15
: :
00
: ;
01
: <
06
: =
07
: >
04
: ?
05
: @
7a
z
: [
61
a
: \
66
f
: ]
67
g
: ^
64
d
: _
65
e
: `
5a
Z
: {
41
A
: |
46
F
: }
47
G
: ~
44
D

1a

33
3

30
0

37
7
: &#11;
31
1
: &#12;
36
6
; 0
0b
&#11;
; 1
0a
; 2
09
; 3
08
; 4
0f
; 5
0e
; 6
0d
; 7
0c
&#12;
; 8
03
; 9
02
; a
5a
Z
; b
59
Y
; c
58
X
; d
5f
_
; e
5e
^
; f
5d
]
; g
5c
\
; h
53
S
; i
52
R
; j
51
Q
; k
50
P
; l
57
W
; m
56
V
; n
55
U
; o
54
T
; p
4b
K
; q
4a
J
; r
49
I
; s
48
H
; t
4f
O
; u
4e
N
; v
4d
M
; w
4c
L
; x
43
C
; y
42
B
; z
41
A
; A
7a
z
; B
79
y
; C
78
x
; D
7f
; E
7e
~
; F
7d
}
; G
7c
|
; H
73
s
; I
72
r
; J
71
q
; K
70
p
; L
77
w
; M
76
v
; N
75
u
; O
74
t
; P
6b
k
; Q
6a
j
; R
69
i
; S
68
h
; T
6f
o
; U
6e
n
; V
6d
m
; W
6c
l
; X
63
c
; Y
62
b
; Z
61
a
; !
1a
; "
19
; #
18
; $
1f
; %
1e
; &
1d
; '
1c
; (
13
; )
12
; *
11
; +
10
; ,
17
; -
16
; .
15
; /
14
; :
01
; ;
00
; <
07
; =
06
; >
05
; ?
04
; @
7b
{
; [
60
`
; \
67
g
; ]
66
f
; ^
65
e
; _
64
d
; `
5b
[
; {
40
@
; |
47
G
; }
46
F
; ~
45
E

1b

32
2

31
1

36
6
; &#11;
30
0
; &#12;
37
7
< 0
0c
&#12;
< 1
0d
< 2
0e
< 3
0f
< 4
08
< 5
09
< 6
0a
< 7
0b
&#11;
< 8
04
< 9
05
< a
5d
]
< b
5e
^
< c
5f
_
< d
58
X
< e
59
Y
< f
5a
Z
< g
5b
[
< h
54
T
< i
55
U
< j
56
V
< k
57
W
< l
50
P
< m
51
Q
< n
52
R
< o
53
S
< p
4c
L
< q
4d
M
< r
4e
N
< s
4f
O
< t
48
H
< u
49
I
< v
4a
J
< w
4b
K
< x
44
D
< y
45
E
< z
46
F
< A
7d
}
< B
7e
~
< C
7f
< D
78
x
< E
79
y
< F
7a
z
< G
7b
{
< H
74
t
< I
75
u
< J
76
v
< K
77
w
< L
70
p
< M
71
q
< N
72
r
< O
73
s
< P
6c
l
< Q
6d
m
< R
6e
n
< S
6f
o
< T
68
h
< U
69
i
< V
6a
j
< W
6b
k
< X
64
d
< Y
65
e
< Z
66
f
< !
1d
< "
1e
< #
1f
< $
18
< %
19
< &
1a
< '
1b
< (
14
< )
15
< *
16
< +
17
< ,
10
< -
11
< .
12
< /
13
< :
06
< ;
07
< <
00
< =
01
< >
02
< ?
03
< @
7c
|
< [
67
g
< \
60
`
< ]
61
a
< ^
62
b
< _
63
c
< `
5c
\
< {
47
G
< |
40
@
< }
41
A
< ~
42
B

1c

35
5

36
6

31
1
< &#11;
37
7
< &#12;
30
0
= 0
0d
= 1
0c
&#12;
= 2
0f
= 3
0e
= 4
09
= 5
08
= 6
0b
&#11;
= 7
0a
= 8
05
= 9
04
= a
5c
\
= b
5f
_
= c
5e
^
= d
59
Y
= e
58
X
= f
5b
[
= g
5a
Z
= h
55
U
= i
54
T
= j
57
W
= k
56
V
= l
51
Q
= m
50
P
= n
53
S
= o
52
R
= p
4d
M
= q
4c
L
= r
4f
O
= s
4e
N
= t
49
I
= u
48
H
= v
4b
K
= w
4a
J
= x
45
E
= y
44
D
= z
47
G
= A
7c
|
= B
7f
= C
7e
~
= D
79
y
= E
78
x
= F
7b
{
= G
7a
z
= H
75
u
= I
74
t
= J
77
w
= K
76
v
= L
71
q
= M
70
p
= N
73
s
= O
72
r
= P
6d
m
= Q
6c
l
= R
6f
o
= S
6e
n
= T
69
i
= U
68
h
= V
6b
k
= W
6a
j
= X
65
e
= Y
64
d
= Z
67
g
= !
1c
= "
1f
= #
1e
= $
19
= %
18
= &
1b
= '
1a
= (
15
= )
14
= *
17
= +
16
= ,
11
= -
10
= .
13
= /
12
= :
07
= ;
06
= <
01
= =
00
= >
03
= ?
02
= @
7d
}
= [
66
f
= \
61
a
= ]
60
`
= ^
63
c
= _
62
b
= `
5d
]
= {
46
F
= |
41
A
= }
40
@
= ~
43
C

1d

34
4

37
7

30
0
= &#11;
36
6
= &#12;
31
1
> 0
0e
> 1
0f
> 2
0c
&#12;
> 3
0d
> 4
0a
> 5
0b
&#11;
> 6
08
> 7
09
> 8
06
> 9
07
> a
5f
_
> b
5c
\
> c
5d
]
> d
5a
Z
> e
5b
[
> f
58
X
> g
59
Y
> h
56
V
> i
57
W
> j
54
T
> k
55
U
> l
52
R
> m
53
S
> n
50
P
> o
51
Q
> p
4e
N
> q
4f
O
> r
4c
L
> s
4d
M
> t
4a
J
> u
4b
K
> v
48
H
> w
49
I
> x
46
F
> y
47
G
> z
44
D
> A
7f
> B
7c
|
> C
7d
}
> D
7a
z
> E
7b
{
> F
78
x
> G
79
y
> H
76
v
> I
77
w
> J
74
t
> K
75
u
> L
72
r
> M
73
s
> N
70
p
> O
71
q
> P
6e
n
> Q
6f
o
> R
6c
l
> S
6d
m
> T
6a
j
> U
6b
k
> V
68
h
> W
69
i
> X
66
f
> Y
67
g
> Z
64
d
> !
1f
> "
1c
> #
1d
> $
1a
> %
1b
> &
18
> '
19
> (
16
> )
17
> *
14
> +
15
> ,
12
> -
13
> .
10
> /
11
> :
04
> ;
05
> <
02
> =
03
> >
00
> ?
01
> @
7e
~
> [
65
e
> \
62
b
> ]
63
c
> ^
60
`
> _
61
a
> `
5e
^
> {
45
E
> |
42
B
> }
43
C
> ~
40
@

1e

37
7

34
4

33
3
> &#11;
35
5
> &#12;
32
2
? 0
0f
? 1
0e
? 2
0d
? 3
0c
&#12;
? 4
0b
&#11;
? 5
0a
? 6
09
? 7
08
? 8
07
? 9
06
? a
5e
^
? b
5d
]
? c
5c
\
? d
5b
[
? e
5a
Z
? f
59
Y
? g
58
X
? h
57
W
? i
56
V
? j
55
U
? k
54
T
? l
53
S
? m
52
R
? n
51
Q
? o
50
P
? p
4f
O
? q
4e
N
? r
4d
M
? s
4c
L
? t
4b
K
? u
4a
J
? v
49
I
? w
48
H
? x
47
G
? y
46
F
? z
45
E
? A
7e
~
? B
7d
}
? C
7c
|
? D
7b
{
? E
7a
z
? F
79
y
? G
78
x
? H
77
w
? I
76
v
? J
75
u
? K
74
t
? L
73
s
? M
72
r
? N
71
q
? O
70
p
? P
6f
o
? Q
6e
n
? R
6d
m
? S
6c
l
? T
6b
k
? U
6a
j
? V
69
i
? W
68
h
? X
67
g
? Y
66
f
? Z
65
e
? !
1e
? "
1d
? #
1c
? $
1b
? %
1a
? &
19
? '
18
? (
17
? )
16
? *
15
? +
14
? ,
13
? -
12
? .
11
? /
10
? :
05
? ;
04
? <
03
? =
02
? >
01
? ?
00
? @
7f
? [
64
d
? \
63
c
? ]
62
b
? ^
61
a
? _
60
`
? `
5f
_
? {
44
D
? |
43
C
? }
42
B
? ~
41
A

1f

36
6

35
5

32
2
? &#11;
34
4
? &#12;
33
3
@ 0
70
p
@ 1
71
q
@ 2
72
r
@ 3
73
s
@ 4
74
t
@ 5
75
u
@ 6
76
v
@ 7
77
w
@ 8
78
x
@ 9
79
y
@ a
21
!
@ b
22
"
@ c
23
#
@ d
24
$
@ e
25
%
@ f
26
&
@ g
27
'
@ h
28
(
@ i
29
)
@ j
2a
*
@ k
2b
+
@ l
2c
,
@ m
2d
-
@ n
2e
.
@ o
2f
/
@ p
30
0
@ q
31
1
@ r
32
2
@ s
33
3
@ t
34
4
@ u
35
5
@ v
36
6
@ w
37
7
@ x
38
8
@ y
39
9
@ z
3a
:
@ A
01
@ B
02
@ C
03
@ D
04
@ E
05
@ F
06
@ G
07
@ H
08
@ I
09
@ J
0a
@ K
0b
&#11;
@ L
0c
&#12;
@ M
0d
@ N
0e
@ O
0f
@ P
10
@ Q
11
@ R
12
@ S
13
@ T
14
@ U
15
@ V
16
@ W
17
@ X
18
@ Y
19
@ Z
1a
@ !
61
a
@ "
62
b
@ #
63
c
@ $
64
d
@ %
65
e
@ &
66
f
@ '
67
g
@ (
68
h
@ )
69
i
@ *
6a
j
@ +
6b
k
@ ,
6c
l
@ -
6d
m
@ .
6e
n
@ /
6f
o
@ :
7a
z
@ ;
7b
{
@ <
7c
|
@ =
7d
}
@ >
7e
~
@ ?
7f
@ @
00
@ [
1b
@ \
1c
@ ]
1d
@ ^
1e
@ _
1f
@ `
20
@ {
3b
;
@ |
3c
<
@ }
3d
=
@ ~
3e
>

60
`

49
I

4a
J

4d
M
@ &#11;
4b
K
@ &#12;
4c
L
[ 0
6b
k
[ 1
6a
j
[ 2
69
i
[ 3
68
h
[ 4
6f
o
[ 5
6e
n
[ 6
6d
m
[ 7
6c
l
[ 8
63
c
[ 9
62
b
[ a
3a
:
[ b
39
9
[ c
38
8
[ d
3f
?
[ e
3e
>
[ f
3d
=
[ g
3c
<
[ h
33
3
[ i
32
2
[ j
31
1
[ k
30
0
[ l
37
7
[ m
36
6
[ n
35
5
[ o
34
4
[ p
2b
+
[ q
2a
*
[ r
29
)
[ s
28
(
[ t
2f
/
[ u
2e
.
[ v
2d
-
[ w
2c
,
[ x
23
#
[ y
22
"
[ z
21
!
[ A
1a
[ B
19
[ C
18
[ D
1f
[ E
1e
[ F
1d
[ G
1c
[ H
13
[ I
12
[ J
11
[ K
10
[ L
17
[ M
16
[ N
15
[ O
14
[ P
0b
&#11;
[ Q
0a
[ R
09
[ S
08
[ T
0f
[ U
0e
[ V
0d
[ W
0c
&#12;
[ X
03
[ Y
02
[ Z
01
[ !
7a
z
[ "
79
y
[ #
78
x
[ $
7f
[ %
7e
~
[ &
7d
}
[ '
7c
|
[ (
73
s
[ )
72
r
[ *
71
q
[ +
70
p
[ ,
77
w
[ -
76
v
[ .
75
u
[ /
74
t
[ :
61
a
[ ;
60
`
[ <
67
g
[ =
66
f
[ >
65
e
[ ?
64
d
[ @
1b
[ [
00
[ \
07
[ ]
06
[ ^
05
[ _
04
[ `
3b
;
[ {
20
[ |
27
'
[ }
26
&
[ ~
25
%

7b
{

52
R

51
Q

56
V
[ &#11;
50
P
[ &#12;
57
W
\ 0
6c
l
\ 1
6d
m
\ 2
6e
n
\ 3
6f
o
\ 4
68
h
\ 5
69
i
\ 6
6a
j
\ 7
6b
k
\ 8
64
d
\ 9
65
e
\ a
3d
=
\ b
3e
>
\ c
3f
?
\ d
38
8
\ e
39
9
\ f
3a
:
\ g
3b
;
\ h
34
4
\ i
35
5
\ j
36
6
\ k
37
7
\ l
30
0
\ m
31
1
\ n
32
2
\ o
33
3
\ p
2c
,
\ q
2d
-
\ r
2e
.
\ s
2f
/
\ t
28
(
\ u
29
)
\ v
2a
*
\ w
2b
+
\ x
24
$
\ y
25
%
\ z
26
&
\ A
1d
\ B
1e
\ C
1f
\ D
18
\ E
19
\ F
1a
\ G
1b
\ H
14
\ I
15
\ J
16
\ K
17
\ L
10
\ M
11
\ N
12
\ O
13
\ P
0c
&#12;
\ Q
0d
\ R
0e
\ S
0f
\ T
08
\ U
09
\ V
0a
\ W
0b
&#11;
\ X
04
\ Y
05
\ Z
06
\ !
7d
}
\ "
7e
~
\ #
7f
\ $
78
x
\ %
79
y
\ &
7a
z
\ '
7b
{
\ (
74
t
\ )
75
u
\ *
76
v
\ +
77
w
\ ,
70
p
\ -
71
q
\ .
72
r
\ /
73
s
\ :
66
f
\ ;
67
g
\ <
60
`
\ =
61
a
\ >
62
b
\ ?
63
c
\ @
1c
\ [
07
\ \
00
\ ]
01
\ ^
02
\ _
03
\ `
3c
<
\ {
27
'
\ |
20
\ }
21
!
\ ~
22
"

7c
|

55
U

56
V

51
Q
\ &#11;
57
W
\ &#12;
50
P
] 0
6d
m
] 1
6c
l
] 2
6f
o
] 3
6e
n
] 4
69
i
] 5
68
h
] 6
6b
k
] 7
6a
j
] 8
65
e
] 9
64
d
] a
3c
<
] b
3f
?
] c
3e
>
] d
39
9
] e
38
8
] f
3b
;
] g
3a
:
] h
35
5
] i
34
4
] j
37
7
] k
36
6
] l
31
1
] m
30
0
] n
33
3
] o
32
2
] p
2d
-
] q
2c
,
] r
2f
/
] s
2e
.
] t
29
)
] u
28
(
] v
2b
+
] w
2a
*
] x
25
%
] y
24
$
] z
27
'
] A
1c
] B
1f
] C
1e
] D
19
] E
18
] F
1b
] G
1a
] H
15
] I
14
] J
17
] K
16
] L
11
] M
10
] N
13
] O
12
] P
0d
] Q
0c
&#12;
] R
0f
] S
0e
] T
09
] U
08
] V
0b
&#11;
] W
0a
] X
05
] Y
04
] Z
07
] !
7c
|
] "
7f
] #
7e
~
] $
79
y
] %
78
x
] &
7b
{
] '
7a
z
] (
75
u
] )
74
t
] *
77
w
] +
76
v
] ,
71
q
] -
70
p
] .
73
s
] /
72
r
] :
67
g
] ;
66
f
] <
61
a
] =
60
`
] >
63
c
] ?
62
b
] @
1d
] [
06
] \
01
] ]
00
] ^
03
] _
02
] `
3d
=
] {
26
&
] |
21
!
] }
20
] ~
23
#

7d
}

54
T

57
W

50
P
] &#11;
56
V
] &#12;
51
Q
^ 0
6e
n
^ 1
6f
o
^ 2
6c
l
^ 3
6d
m
^ 4
6a
j
^ 5
6b
k
^ 6
68
h
^ 7
69
i
^ 8
66
f
^ 9
67
g
^ a
3f
?
^ b
3c
<
^ c
3d
=
^ d
3a
:
^ e
3b
;
^ f
38
8
^ g
39
9
^ h
36
6
^ i
37
7
^ j
34
4
^ k
35
5
^ l
32
2
^ m
33
3
^ n
30
0
^ o
31
1
^ p
2e
.
^ q
2f
/
^ r
2c
,
^ s
2d
-
^ t
2a
*
^ u
2b
+
^ v
28
(
^ w
29
)
^ x
26
&
^ y
27
'
^ z
24
$
^ A
1f
^ B
1c
^ C
1d
^ D
1a
^ E
1b
^ F
18
^ G
19
^ H
16
^ I
17
^ J
14
^ K
15
^ L
12
^ M
13
^ N
10
^ O
11
^ P
0e
^ Q
0f
^ R
0c
&#12;
^ S
0d
^ T
0a
^ U
0b
&#11;
^ V
08
^ W
09
^ X
06
^ Y
07
^ Z
04
^ !
7f
^ "
7c
|
^ #
7d
}
^ $
7a
z
^ %
7b
{
^ &
78
x
^ '
79
y
^ (
76
v
^ )
77
w
^ *
74
t
^ +
75
u
^ ,
72
r
^ -
73
s
^ .
70
p
^ /
71
q
^ :
64
d
^ ;
65
e
^ <
62
b
^ =
63
c
^ >
60
`
^ ?
61
a
^ @
1e
^ [
05
^ \
02
^ ]
03
^ ^
00
^ _
01
^ `
3e
>
^ {
25
%
^ |
22
"
^ }
23
#
^ ~
20

7e
~

57
W

54
T

53
S
^ &#11;
55
U
^ &#12;
52
R
_ 0
6f
o
_ 1
6e
n
_ 2
6d
m
_ 3
6c
l
_ 4
6b
k
_ 5
6a
j
_ 6
69
i
_ 7
68
h
_ 8
67
g
_ 9
66
f
_ a
3e
>
_ b
3d
=
_ c
3c
<
_ d
3b
;
_ e
3a
:
_ f
39
9
_ g
38
8
_ h
37
7
_ i
36
6
_ j
35
5
_ k
34
4
_ l
33
3
_ m
32
2
_ n
31
1
_ o
30
0
_ p
2f
/
_ q
2e
.
_ r
2d
-
_ s
2c
,
_ t
2b
+
_ u
2a
*
_ v
29
)
_ w
28
(
_ x
27
'
_ y
26
&
_ z
25
%
_ A
1e
_ B
1d
_ C
1c
_ D
1b
_ E
1a
_ F
19
_ G
18
_ H
17
_ I
16
_ J
15
_ K
14
_ L
13
_ M
12
_ N
11
_ O
10
_ P
0f
_ Q
0e
_ R
0d
_ S
0c
&#12;
_ T
0b
&#11;
_ U
0a
_ V
09
_ W
08
_ X
07
_ Y
06
_ Z
05
_ !
7e
~
_ "
7d
}
_ #
7c
|
_ $
7b
{
_ %
7a
z
_ &
79
y
_ '
78
x
_ (
77
w
_ )
76
v
_ *
75
u
_ +
74
t
_ ,
73
s
_ -
72
r
_ .
71
q
_ /
70
p
_ :
65
e
_ ;
64
d
_ <
63
c
_ =
62
b
_ >
61
a
_ ?
60
`
_ @
1f
_ [
04
_ \
03
_ ]
02
_ ^
01
_ _
00
_ `
3f
?
_ {
24
$
_ |
23
#
_ }
22
"
_ ~
21
!

7f

56
V

55
U

52
R
_ &#11;
54
T
_ &#12;
53
S
` 0
50
P
` 1
51
Q
` 2
52
R
` 3
53
S
` 4
54
T
` 5
55
U
` 6
56
V
` 7
57
W
` 8
58
X
` 9
59
Y
` a
01
` b
02
` c
03
` d
04
` e
05
` f
06
` g
07
` h
08
` i
09
` j
0a
` k
0b
&#11;
` l
0c
&#12;
` m
0d
` n
0e
` o
0f
` p
10
` q
11
` r
12
` s
13
` t
14
` u
15
` v
16
` w
17
` x
18
` y
19
` z
1a
` A
21
!
` B
22
"
` C
23
#
` D
24
$
` E
25
%
` F
26
&
` G
27
'
` H
28
(
` I
29
)
` J
2a
*
` K
2b
+
` L
2c
,
` M
2d
-
` N
2e
.
` O
2f
/
` P
30
0
` Q
31
1
` R
32
2
` S
33
3
` T
34
4
` U
35
5
` V
36
6
` W
37
7
` X
38
8
` Y
39
9
` Z
3a
:
` !
41
A
` "
42
B
` #
43
C
` $
44
D
` %
45
E
` &
46
F
` '
47
G
` (
48
H
` )
49
I
` *
4a
J
` +
4b
K
` ,
4c
L
` -
4d
M
` .
4e
N
` /
4f
O
` :
5a
Z
` ;
5b
[
` <
5c
\
` =
5d
]
` >
5e
^
` ?
5f
_
` @
20
` [
3b
;
` \
3c
<
` ]
3d
=
` ^
3e
>
` _
3f
?
` `
00
` {
1b
` |
1c
` }
1d
` ~
1e

40
@

69
i

6a
j

6d
m
` &#11;
6b
k
` &#12;
6c
l
{ 0
4b
K
{ 1
4a
J
{ 2
49
I
{ 3
48
H
{ 4
4f
O
{ 5
4e
N
{ 6
4d
M
{ 7
4c
L
{ 8
43
C
{ 9
42
B
{ a
1a
{ b
19
{ c
18
{ d
1f
{ e
1e
{ f
1d
{ g
1c
{ h
13
{ i
12
{ j
11
{ k
10
{ l
17
{ m
16
{ n
15
{ o
14
{ p
0b
&#11;
{ q
0a
{ r
09
{ s
08
{ t
0f
{ u
0e
{ v
0d
{ w
0c
&#12;
{ x
03
{ y
02
{ z
01
{ A
3a
:
{ B
39
9
{ C
38
8
{ D
3f
?
{ E
3e
>
{ F
3d
=
{ G
3c
<
{ H
33
3
{ I
32
2
{ J
31
1
{ K
30
0
{ L
37
7
{ M
36
6
{ N
35
5
{ O
34
4
{ P
2b
+
{ Q
2a
*
{ R
29
)
{ S
28
(
{ T
2f
/
{ U
2e
.
{ V
2d
-
{ W
2c
,
{ X
23
#
{ Y
22
"
{ Z
21
!
{ !
5a
Z
{ "
59
Y
{ #
58
X
{ $
5f
_
{ %
5e
^
{ &
5d
]
{ '
5c
\
{ (
53
S
{ )
52
R
{ *
51
Q
{ +
50
P
{ ,
57
W
{ -
56
V
{ .
55
U
{ /
54
T
{ :
41
A
{ ;
40
@
{ <
47
G
{ =
46
F
{ >
45
E
{ ?
44
D
{ @
3b
;
{ [
20
{ \
27
'
{ ]
26
&
{ ^
25
%
{ _
24
$
{ `
1b
{ {
00
{ |
07
{ }
06
{ ~
05

5b
[

72
r

71
q

76
v
{ &#11;
70
p
{ &#12;
77
w
| 0
4c
L
| 1
4d
M
| 2
4e
N
| 3
4f
O
| 4
48
H
| 5
49
I
| 6
4a
J
| 7
4b
K
| 8
44
D
| 9
45
E
| a
1d
| b
1e
| c
1f
| d
18
| e
19
| f
1a
| g
1b
| h
14
| i
15
| j
16
| k
17
| l
10
| m
11
| n
12
| o
13
| p
0c
&#12;
| q
0d
| r
0e
| s
0f
| t
08
| u
09
| v
0a
| w
0b
&#11;
| x
04
| y
05
| z
06
| A
3d
=
| B
3e
>
| C
3f
?
| D
38
8
| E
39
9
| F
3a
:
| G
3b
;
| H
34
4
| I
35
5
| J
36
6
| K
37
7
| L
30
0
| M
31
1
| N
32
2
| O
33
3
| P
2c
,
| Q
2d
-
| R
2e
.
| S
2f
/
| T
28
(
| U
29
)
| V
2a
*
| W
2b
+
| X
24
$
| Y
25
%
| Z
26
&
| !
5d
]
| "
5e
^
| #
5f
_
| $
58
X
| %
59
Y
| &
5a
Z
| '
5b
[
| (
54
T
| )
55
U
| *
56
V
| +
57
W
| ,
50
P
| -
51
Q
| .
52
R
| /
53
S
| :
46
F
| ;
47
G
| <
40
@
| =
41
A
| >
42
B
| ?
43
C
| @
3c
<
| [
27
'
| \
20
| ]
21
!
| ^
22
"
| _
23
#
| `
1c
| {
07
| |
00
| }
01
| ~
02

5c
\

75
u

76
v

71
q
| &#11;
77
w
| &#12;
70
p
} 0
4d
M
} 1
4c
L
} 2
4f
O
} 3
4e
N
} 4
49
I
} 5
48
H
} 6
4b
K
} 7
4a
J
} 8
45
E
} 9
44
D
} a
1c
} b
1f
} c
1e
} d
19
} e
18
} f
1b
} g
1a
} h
15
} i
14
} j
17
} k
16
} l
11
} m
10
} n
13
} o
12
} p
0d
} q
0c
&#12;
} r
0f
} s
0e
} t
09
} u
08
} v
0b
&#11;
} w
0a
} x
05
} y
04
} z
07
} A
3c
<
} B
3f
?
} C
3e
>
} D
39
9
} E
38
8
} F
3b
;
} G
3a
:
} H
35
5
} I
34
4
} J
37
7
} K
36
6
} L
31
1
} M
30
0
} N
33
3
} O
32
2
} P
2d
-
} Q
2c
,
} R
2f
/
} S
2e
.
} T
29
)
} U
28
(
} V
2b
+
} W
2a
*
} X
25
%
} Y
24
$
} Z
27
'
} !
5c
\
} "
5f
_
} #
5e
^
} $
59
Y
} %
58
X
} &
5b
[
} '
5a
Z
} (
55
U
} )
54
T
} *
57
W
} +
56
V
} ,
51
Q
} -
50
P
} .
53
S
} /
52
R
} :
47
G
} ;
46
F
} <
41
A
} =
40
@
} >
43
C
} ?
42
B
} @
3d
=
} [
26
&
} \
21
!
} ]
20
} ^
23
#
} _
22
"
} `
1d
} {
06
} |
01
} }
00
} ~
03

5d
]

74
t

77
w

70
p
} &#11;
76
v
} &#12;
71
q
~ 0
4e
N
~ 1
4f
O
~ 2
4c
L
~ 3
4d
M
~ 4
4a
J
~ 5
4b
K
~ 6
48
H
~ 7
49
I
~ 8
46
F
~ 9
47
G
~ a
1f
~ b
1c
~ c
1d
~ d
1a
~ e
1b
~ f
18
~ g
19
~ h
16
~ i
17
~ j
14
~ k
15
~ l
12
~ m
13
~ n
10
~ o
11
~ p
0e
~ q
0f
~ r
0c
&#12;
~ s
0d
~ t
0a
~ u
0b
&#11;
~ v
08
~ w
09
~ x
06
~ y
07
~ z
04
~ A
3f
?
~ B
3c
<
~ C
3d
=
~ D
3a
:
~ E
3b
;
~ F
38
8
~ G
39
9
~ H
36
6
~ I
37
7
~ J
34
4
~ K
35
5
~ L
32
2
~ M
33
3
~ N
30
0
~ O
31
1
~ P
2e
.
~ Q
2f
/
~ R
2c
,
~ S
2d
-
~ T
2a
*
~ U
2b
+
~ V
28
(
~ W
29
)
~ X
26
&
~ Y
27
'
~ Z
24
$
~ !
5f
_
~ "
5c
\
~ #
5d
]
~ $
5a
Z
~ %
5b
[
~ &
58
X
~ '
59
Y
~ (
56
V
~ )
57
W
~ *
54
T
~ +
55
U
~ ,
52
R
~ -
53
S
~ .
50
P
~ /
51
Q
~ :
44
D
~ ;
45
E
~ <
42
B
~ =
43
C
~ >
40
@
~ ?
41
A
~ @
3e
>
~ [
25
%
~ \
22
"
~ ]
23
#
~ ^
20
~ _
21
!
~ `
1e
~ {
05
~ |
02
~ }
03
~ ~
00

5e
^

77
w

74
t

73
s
~ &#11;
75
u
~ &#12;
72
r
 0
10
 1
11
 2
12
 3
13
 4
14
 5
15
 6
16
 7
17
 8
18
 9
19
 a
41
A
 b
42
B
 c
43
C
 d
44
D
 e
45
E
 f
46
F
 g
47
G
 h
48
H
 i
49
I
 j
4a
J
 k
4b
K
 l
4c
L
 m
4d
M
 n
4e
N
 o
4f
O
 p
50
P
 q
51
Q
 r
52
R
 s
53
S
 t
54
T
 u
55
U
 v
56
V
 w
57
W
 x
58
X
 y
59
Y
 z
5a
Z
 A
61
a
 B
62
b
 C
63
c
 D
64
d
 E
65
e
 F
66
f
 G
67
g
 H
68
h
 I
69
i
 J
6a
j
 K
6b
k
 L
6c
l
 M
6d
m
 N
6e
n
 O
6f
o
 P
70
p
 Q
71
q
 R
72
r
 S
73
s
 T
74
t
 U
75
u
 V
76
v
 W
77
w
 X
78
x
 Y
79
y
 Z
7a
z
 !
01
 "
02
 #
03
 $
04
 %
05
 &
06
 '
07
 (
08
 )
09
 *
0a
 +
0b
&#11;
 ,
0c
&#12;
 -
0d
 .
0e
 /
0f
 :
1a
 ;
1b
 <
1c
 =
1d
 >
1e
 ?
1f
 @
60
`
 [
7b
{
 \
7c
|
 ]
7d
}
 ^
7e
~
 _
7f
 `
40
@
 {
5b
[
 |
5c
\
 }
5d
]
 ~
5e
^
 
00
 
29
)
 
2a
*
 
2d
-
 &#11;
2b
+
 &#12;
2c
,
 0
39
9
 1
38
8
 2
3b
;
 3
3a
:
 4
3d
=
 5
3c
<
 6
3f
?
 7
3e
>
 8
31
1
 9
30
0
 a
68
h
 b
6b
k
 c
6a
j
 d
6d
m
 e
6c
l
 f
6f
o
 g
6e
n
 h
61
a
 i
60
`
 j
63
c
 k
62
b
 l
65
e
 m
64
d
 n
67
g
 o
66
f
 p
79
y
 q
78
x
 r
7b
{
 s
7a
z
 t
7d
}
 u
7c
|
 v
7f
 w
7e
~
 x
71
q
 y
70
p
 z
73
s
 A
48
H
 B
4b
K
 C
4a
J
 D
4d
M
 E
4c
L
 F
4f
O
 G
4e
N
 H
41
A
 I
40
@
 J
43
C
 K
42
B
 L
45
E
 M
44
D
 N
47
G
 O
46
F
 P
59
Y
 Q
58
X
 R
5b
[
 S
5a
Z
 T
5d
]
 U
5c
\
 V
5f
_
 W
5e
^
 X
51
Q
 Y
50
P
 Z
53
S
 !
28
(
 "
2b
+
 #
2a
*
 $
2d
-
 %
2c
,
 &
2f
/
 '
2e
.
 (
21
!
 )
20
 *
23
#
 +
22
"
 ,
25
%
 -
24
$
 .
27
'
 /
26
&
 :
33
3
 ;
32
2
 <
35
5
 =
34
4
 >
37
7
 ?
36
6
 @
49
I
 [
52
R
 \
55
U
 ]
54
T
 ^
57
W
 _
56
V
 `
69
i
 {
72
r
 |
75
u
 }
74
t
 ~
77
w
 
29
)
 
00
 
03
 
04
 &#11;
02
 &#12;
05
 0
3a
:
 1
3b
;
 2
38
8
 3
39
9
 4
3e
>
 5
3f
?
 6
3c
<
 7
3d
=
 8
32
2
 9
33
3
 a
6b
k
 b
68
h
 c
69
i
 d
6e
n
 e
6f
o
 f
6c
l
 g
6d
m
 h
62
b
 i
63
c
 j
60
`
 k
61
a
 l
66
f
 m
67
g
 n
64
d
 o
65
e
 p
7a
z
 q
7b
{
 r
78
x
 s
79
y
 t
7e
~
 u
7f
 v
7c
|
 w
7d
}
 x
72
r
 y
73
s
 z
70
p
 A
4b
K
 B
48
H
 C
49
I
 D
4e
N
 E
4f
O
 F
4c
L
 G
4d
M
 H
42
B
 I
43
C
 J
40
@
 K
41
A
 L
46
F
 M
47
G
 N
44
D
 O
45
E
 P
5a
Z
 Q
5b
[
 R
58
X
 S
59
Y
 T
5e
^
 U
5f
_
 V
5c
\
 W
5d
]
 X
52
R
 Y
53
S
 Z
50
P
 !
2b
+
 "
28
(
 #
29
)
 $
2e
.
 %
2f
/
 &
2c
,
 '
2d
-
 (
22
"
 )
23
#
 *
20
 +
21
!
 ,
26
&
 -
27
'
 .
24
$
 /
25
%
 :
30
0
 ;
31
1
 <
36
6
 =
37
7
 >
34
4
 ?
35
5
 @
4a
J
 [
51
Q
 \
56
V
 ]
57
W
 ^
54
T
 _
55
U
 `
6a
j
 {
71
q
 |
76
v
 }
77
w
 ~
74
t
 
2a
*
 
03
 
00
 
07
 &#11;
01
 &#12;
06
 0
3d
=
 1
3c
<
 2
3f
?
 3
3e
>
 4
39
9
 5
38
8
 6
3b
;
 7
3a
:
 8
35
5
 9
34
4
 a
6c
l
 b
6f
o
 c
6e
n
 d
69
i
 e
68
h
 f
6b
k
 g
6a
j
 h
65
e
 i
64
d
 j
67
g
 k
66
f
 l
61
a
 m
60
`
 n
63
c
 o
62
b
 p
7d
}
 q
7c
|
 r
7f
 s
7e
~
 t
79
y
 u
78
x
 v
7b
{
 w
7a
z
 x
75
u
 y
74
t
 z
77
w
 A
4c
L
 B
4f
O
 C
4e
N
 D
49
I
 E
48
H
 F
4b
K
 G
4a
J
 H
45
E
 I
44
D
 J
47
G
 K
46
F
 L
41
A
 M
40
@
 N
43
C
 O
42
B
 P
5d
]
 Q
5c
\
 R
5f
_
 S
5e
^
 T
59
Y
 U
58
X
 V
5b
[
 W
5a
Z
 X
55
U
 Y
54
T
 Z
57
W
 !
2c
,
 "
2f
/
 #
2e
.
 $
29
)
 %
28
(
 &
2b
+
 '
2a
*
 (
25
%
 )
24
$
 *
27
'
 +
26
&
 ,
21
!
 -
20
 .
23
#
 /
22
"
 :
37
7
 ;
36
6
 <
31
1
 =
30
0
 >
33
3
 ?
32
2
 @
4d
M
 [
56
V
 \
51
Q
 ]
50
P
 ^
53
S
 _
52
R
 `
6d
m
 {
76
v
 |
71
q
 }
70
p
 ~
73
s
 
2d
-
 
04
 
07
 
00
 &#11;
06
 &#12;
01
&#11; 0
3b
;
&#11; 1
3a
:
&#11; 2
39
9
&#11; 3
38
8
&#11; 4
3f
?
&#11; 5
3e
>
&#11; 6
3d
=
&#11; 7
3c
<
&#11; 8
33
3
&#11; 9
32
2
&#11; a
6a
j
&#11; b
69
i
&#11; c
68
h
&#11; d
6f
o
&#11; e
6e
n
&#11; f
6d
m
&#11; g
6c
l
&#11; h
63
c
&#11; i
62
b
&#11; j
61
a
&#11; k
60
`
&#11; l
67
g
&#11; m
66
f
&#11; n
65
e
&#11; o
64
d
&#11; p
7b
{
&#11; q
7a
z
&#11; r
79
y
&#11; s
78
x
&#11; t
7f
&#11; u
7e
~
&#11; v
7d
}
&#11; w
7c
|
&#11; x
73
s
&#11; y
72
r
&#11; z
71
q
&#11; A
4a
J
&#11; B
49
I
&#11; C
48
H
&#11; D
4f
O
&#11; E
4e
N
&#11; F
4d
M
&#11; G
4c
L
&#11; H
43
C
&#11; I
42
B
&#11; J
41
A
&#11; K
40
@
&#11; L
47
G
&#11; M
46
F
&#11; N
45
E
&#11; O
44
D
&#11; P
5b
[
&#11; Q
5a
Z
&#11; R
59
Y
&#11; S
58
X
&#11; T
5f
_
&#11; U
5e
^
&#11; V
5d
]
&#11; W
5c
\
&#11; X
53
S
&#11; Y
52
R
&#11; Z
51
Q
&#11; !
2a
*
&#11; "
29
)
&#11; #
28
(
&#11; $
2f
/
&#11; %
2e
.
&#11; &
2d
-
&#11; '
2c
,
&#11; (
23
#
&#11; )
22
"
&#11; *
21
!
&#11; +
20
&#11; ,
27
'
&#11; -
26
&
&#11; .
25
%
&#11; /
24
$
&#11; :
31
1
&#11; ;
30
0
&#11; <
37
7
&#11; =
36
6
&#11; >
35
5
&#11; ?
34
4
&#11; @
4b
K
&#11; [
50
P
&#11; \
57
W
&#11; ]
56
V
&#11; ^
55
U
&#11; _
54
T
&#11; `
6b
k
&#11; {
70
p
&#11; |
77
w
&#11; }
76
v
&#11; ~
75
u
&#11; 
2b
+
&#11; 
02
&#11; 
01
&#11; 
06
&#11; &#11;
00
&#11; &#12;
07
&#12; 0
3c
<
&#12; 1
3d
=
&#12; 2
3e
>
&#12; 3
3f
?
&#12; 4
38
8
&#12; 5
39
9
&#12; 6
3a
:
&#12; 7
3b
;
&#12; 8
34
4
&#12; 9
35
5
&#12; a
6d
m
&#12; b
6e
n
&#12; c
6f
o
&#12; d
68
h
&#12; e
69
i
&#12; f
6a
j
&#12; g
6b
k
&#12; h
64
d
&#12; i
65
e
&#12; j
66
f
&#12; k
67
g
&#12; l
60
`
&#12; m
61
a
&#12; n
62
b
&#12; o
63
c
&#12; p
7c
|
&#12; q
7d
}
&#12; r
7e
~
&#12; s
7f
&#12; t
78
x
&#12; u
79
y
&#12; v
7a
z
&#12; w
7b
{
&#12; x
74
t
&#12; y
75
u
&#12; z
76
v
&#12; A
4d
M
&#12; B
4e
N
&#12; C
4f
O
&#12; D
48
H
&#12; E
49
I
&#12; F
4a
J
&#12; G
4b
K
&#12; H
44
D
&#12; I
45
E
&#12; J
46
F
&#12; K
47
G
&#12; L
40
@
&#12; M
41
A
&#12; N
42
B
&#12; O
43
C
&#12; P
5c
\
&#12; Q
5d
]
&#12; R
5e
^
&#12; S
5f
_
&#12; T
58
X
&#12; U
59
Y
&#12; V
5a
Z
&#12; W
5b
[
&#12; X
54
T
&#12; Y
55
U
&#12; Z
56
V
&#12; !
2d
-
&#12; "
2e
.
&#12; #
2f
/
&#12; $
28
(
&#12; %
29
)
&#12; &
2a
*
&#12; '
2b
+
&#12; (
24
$
&#12; )
25
%
&#12; *
26
&
&#12; +
27
'
&#12; ,
20
&#12; -
21
!
&#12; .
22
"
&#12; /
23
#
&#12; :
36
6
&#12; ;
37
7
&#12; <
30
0
&#12; =
31
1
&#12; >
32
2
&#12; ?
33
3
&#12; @
4c
L
&#12; [
57
W
&#12; \
50
P
&#12; ]
51
Q
&#12; ^
52
R
&#12; _
53
S
&#12; `
6c
l
&#12; {
77
w
&#12; |
70
p
&#12; }
71
q
&#12; ~
72
r
&#12; 
2c
,
&#12; 
05
&#12; 
06
&#12; 
01
&#12; &#11;
07
&#12; &#12;
00

Some results are more interesting than others. Especially notice the sixth last row or column. The sixth last column represents the XOR with a space. You’ll notice that any character XORed with a space changes its case, i.e. a lowercase "a" XORed with a space yields a capital "A" and a capital "B" XORed with a space yields a lowercase "b". Also note that we have only 128 possible results and that some results are considerably less likely than others.

To help you seeing that, see the following table which lists the XOR values sorted by their likelyhood. You’ll see, i.e. that there is an event that is produced by 72 combinations only while there is an event that is produced by 100 combinations. Hence, you have a way better chance to guess the correct output if you see a "37" byte compared to you seeing a "00" byte, simply because there are significantly fewer situations in which a "37" byte can occur.

72; 48; 37;
H
[(‘a’, ‘D’), (‘b’, ‘G’), (‘c’, ‘F’), (‘d’, ‘A’), (‘e’, ‘@’), (‘f’, ‘C’), (‘g’, ‘B’), (‘h’, ‘M’), (‘i’, ‘L’), (‘j’, ‘O’), (‘k’, ‘N’), (‘l’, ‘I’), (‘m’, ‘H’), (‘n’, ‘K’), (‘o’, ‘J’), (‘p’, ‘U’), (‘q’, ‘T’), (‘r’, ‘W’), (‘s’, ‘V’), (‘t’, ‘Q’), (‘u’, ‘P’), (‘v’, ‘S’), (‘w’, ‘R’), (‘x’, ‘]’), (‘y’, ‘\\’), (‘z’, ‘_’), (‘A’, ‘d’), (‘B’, ‘g’), (‘C’, ‘f’), (‘D’, ‘a’), (‘E’, ‘`’), (‘F’, ‘c’), (‘G’, ‘b’), (‘H’, ‘m’), (‘I’, ‘l’), (‘J’, ‘o’), (‘K’, ‘n’), (‘L’, ‘i’), (‘M’, ‘h’), (‘N’, ‘k’), (‘O’, ‘j’), (‘P’, ‘u’), (‘Q’, ‘t’), (‘R’, ‘w’), (‘S’, ‘v’), (‘T’, ‘q’), (‘U’, ‘p’), (‘V’, ‘s’), (‘W’, ‘r’), (‘X’, ‘}’), (‘Y’, ‘|’), (‘(‘, ‘\r’), (‘)’, ‘\x0c’), (‘,’, ‘\t’), (‘.’, ‘\x0b’), (‘/’, ‘\n’), (‘@’, ‘e’), (‘[‘, ‘~’), (‘\\’, ‘y’), (‘]’, ‘x’), (‘^’, ‘{‘), (‘_’, ‘z’), (‘`’, ‘E’), (‘{‘, ‘^’), (‘|’, ‘Y’), (‘}’, ‘X’), (‘~’, ‘[‘), (‘\t’, ‘,’), (‘\n’, ‘/’), (‘\r’, ‘(‘), (‘\x0b’, ‘.’), (‘\x0c’, ‘)’)]
72; 48; 50;
H
[(‘8’, ‘\n’), (‘9’, ‘\x0b’), (‘a’, ‘S’), (‘b’, ‘P’), (‘c’, ‘Q’), (‘d’, ‘V’), (‘e’, ‘W’), (‘f’, ‘T’), (‘g’, ‘U’), (‘h’, ‘Z’), (‘i’, ‘[‘), (‘j’, ‘X’), (‘k’, ‘Y’), (‘l’, ‘^’), (‘m’, ‘_’), (‘n’, ‘\\’), (‘o’, ‘]’), (‘p’, ‘B’), (‘q’, ‘C’), (‘r’, ‘@’), (‘s’, ‘A’), (‘t’, ‘F’), (‘u’, ‘G’), (‘v’, ‘D’), (‘w’, ‘E’), (‘x’, ‘J’), (‘y’, ‘K’), (‘z’, ‘H’), (‘A’, ‘s’), (‘B’, ‘p’), (‘C’, ‘q’), (‘D’, ‘v’), (‘E’, ‘w’), (‘F’, ‘t’), (‘G’, ‘u’), (‘H’, ‘z’), (‘I’, ‘{‘), (‘J’, ‘x’), (‘K’, ‘y’), (‘L’, ‘~’), (‘N’, ‘|’), (‘O’, ‘}’), (‘P’, ‘b’), (‘Q’, ‘c’), (‘R’, ‘`’), (‘S’, ‘a’), (‘T’, ‘f’), (‘U’, ‘g’), (‘V’, ‘d’), (‘W’, ‘e’), (‘X’, ‘j’), (‘Y’, ‘k’), (‘Z’, ‘h’), (‘;’, ‘\t’), (‘>’, ‘\x0c’), (‘?’, ‘\r’), (‘@’, ‘r’), (‘[‘, ‘i’), (‘\\’, ‘n’), (‘]’, ‘o’), (‘^’, ‘l’), (‘_’, ‘m’), (‘`’, ‘R’), (‘{‘, ‘I’), (‘|’, ‘N’), (‘}’, ‘O’), (‘~’, ‘L’), (‘\t’, ‘;’), (‘\n’, ‘8’), (‘\r’, ‘?’), (‘\x0b’, ‘9’), (‘\x0c’, ‘>’)]
72; 48; 60;
H
[(‘0’, ‘\x0c’), (‘1’, ‘\r’), (‘5’, ‘\t’), (‘6’, ‘\n’), (‘7’, ‘\x0b’), (‘a’, ‘]’), (‘b’, ‘^’), (‘c’, ‘_’), (‘d’, ‘X’), (‘e’, ‘Y’), (‘f’, ‘Z’), (‘g’, ‘[‘), (‘h’, ‘T’), (‘i’, ‘U’), (‘j’, ‘V’), (‘k’, ‘W’), (‘l’, ‘P’), (‘m’, ‘Q’), (‘n’, ‘R’), (‘o’, ‘S’), (‘p’, ‘L’), (‘q’, ‘M’), (‘r’, ‘N’), (‘s’, ‘O’), (‘t’, ‘H’), (‘u’, ‘I’), (‘v’, ‘J’), (‘w’, ‘K’), (‘x’, ‘D’), (‘y’, ‘E’), (‘z’, ‘F’), (‘A’, ‘}’), (‘B’, ‘~’), (‘D’, ‘x’), (‘E’, ‘y’), (‘F’, ‘z’), (‘G’, ‘{‘), (‘H’, ‘t’), (‘I’, ‘u’), (‘J’, ‘v’), (‘K’, ‘w’), (‘L’, ‘p’), (‘M’, ‘q’), (‘N’, ‘r’), (‘O’, ‘s’), (‘P’, ‘l’), (‘Q’, ‘m’), (‘R’, ‘n’), (‘S’, ‘o’), (‘T’, ‘h’), (‘U’, ‘i’), (‘V’, ‘j’), (‘W’, ‘k’), (‘X’, ‘d’), (‘Y’, ‘e’), (‘Z’, ‘f’), (‘@’, ‘|’), (‘[‘, ‘g’), (‘\\’, ‘`’), (‘]’, ‘a’), (‘^’, ‘b’), (‘_’, ‘c’), (‘`’, ‘\\’), (‘{‘, ‘G’), (‘|’, ‘@’), (‘}’, ‘A’), (‘~’, ‘B’), (‘\t’, ‘5’), (‘\n’, ‘6’), (‘\r’, ‘1’), (‘\x0b’, ‘7’), (‘\x0c’, ‘0’)]
72; 48; 61;
H
[(‘0’, ‘\r’), (‘1’, ‘\x0c’), (‘4’, ‘\t’), (‘6’, ‘\x0b’), (‘7’, ‘\n’), (‘a’, ‘\\’), (‘b’, ‘_’), (‘c’, ‘^’), (‘d’, ‘Y’), (‘e’, ‘X’), (‘f’, ‘[‘), (‘g’, ‘Z’), (‘h’, ‘U’), (‘i’, ‘T’), (‘j’, ‘W’), (‘k’, ‘V’), (‘l’, ‘Q’), (‘m’, ‘P’), (‘n’, ‘S’), (‘o’, ‘R’), (‘p’, ‘M’), (‘q’, ‘L’), (‘r’, ‘O’), (‘s’, ‘N’), (‘t’, ‘I’), (‘u’, ‘H’), (‘v’, ‘K’), (‘w’, ‘J’), (‘x’, ‘E’), (‘y’, ‘D’), (‘z’, ‘G’), (‘A’, ‘|’), (‘C’, ‘~’), (‘D’, ‘y’), (‘E’, ‘x’), (‘F’, ‘{‘), (‘G’, ‘z’), (‘H’, ‘u’), (‘I’, ‘t’), (‘J’, ‘w’), (‘K’, ‘v’), (‘L’, ‘q’), (‘M’, ‘p’), (‘N’, ‘s’), (‘O’, ‘r’), (‘P’, ‘m’), (‘Q’, ‘l’), (‘R’, ‘o’), (‘S’, ‘n’), (‘T’, ‘i’), (‘U’, ‘h’), (‘V’, ‘k’), (‘W’, ‘j’), (‘X’, ‘e’), (‘Y’, ‘d’), (‘Z’, ‘g’), (‘@’, ‘}’), (‘[‘, ‘f’), (‘\\’, ‘a’), (‘]’, ‘`’), (‘^’, ‘c’), (‘_’, ‘b’), (‘`’, ‘]’), (‘{‘, ‘F’), (‘|’, ‘A’), (‘}’, ‘@’), (‘~’, ‘C’), (‘\t’, ‘4’), (‘\n’, ‘7’), (‘\r’, ‘0’), (‘\x0b’, ‘6’), (‘\x0c’, ‘1’)]
72; 48; 62;
H
[(‘2’, ‘\x0c’), (‘3’, ‘\r’), (‘4’, ‘\n’), (‘5’, ‘\x0b’), (‘7’, ‘\t’), (‘a’, ‘_’), (‘b’, ‘\\’), (‘c’, ‘]’), (‘d’, ‘Z’), (‘e’, ‘[‘), (‘f’, ‘X’), (‘g’, ‘Y’), (‘h’, ‘V’), (‘i’, ‘W’), (‘j’, ‘T’), (‘k’, ‘U’), (‘l’, ‘R’), (‘m’, ‘S’), (‘n’, ‘P’), (‘o’, ‘Q’), (‘p’, ‘N’), (‘q’, ‘O’), (‘r’, ‘L’), (‘s’, ‘M’), (‘t’, ‘J’), (‘u’, ‘K’), (‘v’, ‘H’), (‘w’, ‘I’), (‘x’, ‘F’), (‘y’, ‘G’), (‘z’, ‘D’), (‘B’, ‘|’), (‘C’, ‘}’), (‘D’, ‘z’), (‘E’, ‘{‘), (‘F’, ‘x’), (‘G’, ‘y’), (‘H’, ‘v’), (‘I’, ‘w’), (‘J’, ‘t’), (‘K’, ‘u’), (‘L’, ‘r’), (‘M’, ‘s’), (‘N’, ‘p’), (‘O’, ‘q’), (‘P’, ‘n’), (‘Q’, ‘o’), (‘R’, ‘l’), (‘S’, ‘m’), (‘T’, ‘j’), (‘U’, ‘k’), (‘V’, ‘h’), (‘W’, ‘i’), (‘X’, ‘f’), (‘Y’, ‘g’), (‘Z’, ‘d’), (‘@’, ‘~’), (‘[‘, ‘e’), (‘\\’, ‘b’), (‘]’, ‘c’), (‘^’, ‘`’), (‘_’, ‘a’), (‘`’, ‘^’), (‘{‘, ‘E’), (‘|’, ‘B’), (‘}’, ‘C’), (‘~’, ‘@’), (‘\t’, ‘7’), (‘\n’, ‘4’), (‘\r’, ‘3’), (‘\x0b’, ‘5’), (‘\x0c’, ‘2’)]
72; 48; 63;
H
[(‘2’, ‘\r’), (‘3’, ‘\x0c’), (‘4’, ‘\x0b’), (‘5’, ‘\n’), (‘6’, ‘\t’), (‘a’, ‘^’), (‘b’, ‘]’), (‘c’, ‘\\’), (‘d’, ‘[‘), (‘e’, ‘Z’), (‘f’, ‘Y’), (‘g’, ‘X’), (‘h’, ‘W’), (‘i’, ‘V’), (‘j’, ‘U’), (‘k’, ‘T’), (‘l’, ‘S’), (‘m’, ‘R’), (‘n’, ‘Q’), (‘o’, ‘P’), (‘p’, ‘O’), (‘q’, ‘N’), (‘r’, ‘M’), (‘s’, ‘L’), (‘t’, ‘K’), (‘u’, ‘J’), (‘v’, ‘I’), (‘w’, ‘H’), (‘x’, ‘G’), (‘y’, ‘F’), (‘z’, ‘E’), (‘A’, ‘~’), (‘B’, ‘}’), (‘C’, ‘|’), (‘D’, ‘{‘), (‘E’, ‘z’), (‘F’, ‘y’), (‘G’, ‘x’), (‘H’, ‘w’), (‘I’, ‘v’), (‘J’, ‘u’), (‘K’, ‘t’), (‘L’, ‘s’), (‘M’, ‘r’), (‘N’, ‘q’), (‘O’, ‘p’), (‘P’, ‘o’), (‘Q’, ‘n’), (‘R’, ‘m’), (‘S’, ‘l’), (‘T’, ‘k’), (‘U’, ‘j’), (‘V’, ‘i’), (‘W’, ‘h’), (‘X’, ‘g’), (‘Y’, ‘f’), (‘Z’, ‘e’), (‘[‘, ‘d’), (‘\\’, ‘c’), (‘]’, ‘b’), (‘^’, ‘a’), (‘_’, ‘`’), (‘`’, ‘_’), (‘{‘, ‘D’), (‘|’, ‘C’), (‘}’, ‘B’), (‘~’, ‘A’), (‘\t’, ‘6’), (‘\n’, ‘5’), (‘\r’, ‘2’), (‘\x0b’, ‘4’), (‘\x0c’, ‘3’)]
72; 48; 64;
H
[(‘0’, ‘p’), (‘1’, ‘q’), (‘2’, ‘r’), (‘3’, ‘s’), (‘4’, ‘t’), (‘5’, ‘u’), (‘6’, ‘v’), (‘7’, ‘w’), (‘8’, ‘x’), (‘9’, ‘y’), (‘a’, ‘!’), (‘b’, ‘”‘), (‘c’, ‘#’), (‘d’, ‘$’), (‘e’, ‘%’), (‘f’, ‘&’), (‘g’, “‘”), (‘h’, ‘(‘), (‘i’, ‘)’), (‘j’, ‘*’), (‘k’, ‘+’), (‘l’, ‘,’), (‘m’, ‘-‘), (‘n’, ‘.’), (‘o’, ‘/’), (‘p’, ‘0’), (‘q’, ‘1’), (‘r’, ‘2’), (‘s’, ‘3’), (‘t’, ‘4’), (‘u’, ‘5’), (‘v’, ‘6’), (‘w’, ‘7’), (‘x’, ‘8’), (‘y’, ‘9’), (‘z’, ‘:’), (‘I’, ‘\t’), (‘J’, ‘\n’), (‘K’, ‘\x0b’), (‘L’, ‘\x0c’), (‘M’, ‘\r’), (‘!’, ‘a’), (‘”‘, ‘b’), (‘#’, ‘c’), (‘$’, ‘d’), (‘%’, ‘e’), (‘&’, ‘f’), (“‘”, ‘g’), (‘(‘, ‘h’), (‘)’, ‘i’), (‘*’, ‘j’), (‘+’, ‘k’), (‘,’, ‘l’), (‘-‘, ‘m’), (‘.’, ‘n’), (‘/’, ‘o’), (‘:’, ‘z’), (‘;’, ‘{‘), (”, ‘~’), (‘`’, ‘ ‘), (‘{‘, ‘;’), (‘|’, ”), (‘ ‘, ‘`’), (‘\t’, ‘I’), (‘\n’, ‘J’), (‘\r’, ‘M’), (‘\x0b’, ‘K’), (‘\x0c’, ‘L’)]
72; 48; 53;
H
[(‘8’, ‘\r’), (‘9’, ‘\x0c’), (‘a’, ‘T’), (‘b’, ‘W’), (‘c’, ‘V’), (‘d’, ‘Q’), (‘e’, ‘P’), (‘f’, ‘S’), (‘g’, ‘R’), (‘h’, ‘]’), (‘i’, ‘\\’), (‘j’, ‘_’), (‘k’, ‘^’), (‘l’, ‘Y’), (‘m’, ‘X’), (‘n’, ‘[‘), (‘o’, ‘Z’), (‘p’, ‘E’), (‘q’, ‘D’), (‘r’, ‘G’), (‘s’, ‘F’), (‘t’, ‘A’), (‘u’, ‘@’), (‘v’, ‘C’), (‘w’, ‘B’), (‘x’, ‘M’), (‘y’, ‘L’), (‘z’, ‘O’), (‘A’, ‘t’), (‘B’, ‘w’), (‘C’, ‘v’), (‘D’, ‘q’), (‘E’, ‘p’), (‘F’, ‘s’), (‘G’, ‘r’), (‘H’, ‘}’), (‘I’, ‘|’), (‘K’, ‘~’), (‘L’, ‘y’), (‘M’, ‘x’), (‘N’, ‘{‘), (‘O’, ‘z’), (‘P’, ‘e’), (‘Q’, ‘d’), (‘R’, ‘g’), (‘S’, ‘f’), (‘T’, ‘a’), (‘U’, ‘`’), (‘V’, ‘c’), (‘W’, ‘b’), (‘X’, ‘m’), (‘Y’, ‘l’), (‘Z’, ‘o’), (”, ‘\x0b’), (‘?’, ‘\n’), (‘@’, ‘u’), (‘[‘, ‘n’), (‘\\’, ‘i’), (‘]’, ‘h’), (‘^’, ‘k’), (‘_’, ‘j’), (‘`’, ‘U’), (‘{‘, ‘N’), (‘|’, ‘I’), (‘}’, ‘H’), (‘~’, ‘K’), (‘\t’, ”), (‘\x0c’, ‘9’)]
72; 48; 66;
H
[(‘0’, ‘r’), (‘1’, ‘s’), (‘2’, ‘p’), (‘3’, ‘q’), (‘4’, ‘v’), (‘5’, ‘w’), (‘6’, ‘t’), (‘7’, ‘u’), (‘8’, ‘z’), (‘9’, ‘{‘), (‘a’, ‘#’), (‘b’, ‘ ‘), (‘c’, ‘!’), (‘d’, ‘&’), (‘e’, “‘”), (‘f’, ‘$’), (‘g’, ‘%’), (‘h’, ‘*’), (‘i’, ‘+’), (‘j’, ‘(‘), (‘k’, ‘)’), (‘l’, ‘.’), (‘m’, ‘/’), (‘n’, ‘,’), (‘o’, ‘-‘), (‘p’, ‘2’), (‘q’, ‘3’), (‘r’, ‘0’), (‘s’, ‘1’), (‘t’, ‘6’), (‘u’, ‘7’), (‘v’, ‘4’), (‘w’, ‘5’), (‘x’, ‘:’), (‘y’, ‘;’), (‘z’, ‘8’), (‘H’, ‘\n’), (‘I’, ‘\x0b’), (‘K’, ‘\t’), (‘N’, ‘\x0c’), (‘O’, ‘\r’), (‘!’, ‘c’), (‘”‘, ‘`’), (‘#’, ‘a’), (‘$’, ‘f’), (‘%’, ‘g’), (‘&’, ‘d’), (“‘”, ‘e’), (‘(‘, ‘j’), (‘)’, ‘k’), (‘*’, ‘h’), (‘+’, ‘i’), (‘,’, ‘n’), (‘-‘, ‘o’), (‘.’, ‘l’), (‘/’, ‘m’), (‘:’, ‘x’), (‘;’, ‘y’), (”, ‘|’), (‘?’, ‘}’), (‘`’, ‘”‘), (‘{‘, ‘9’), (‘|’, ‘>’), (‘}’, ‘?’), (‘~’, ‘<'), (' ', 'b'), ('\t', 'K'), ('\n', 'H'), ('\r', 'O'), ('\x0b', 'I'), ('\x0c', 'N')]
72; 48; 67;
H
[(‘0’, ‘s’), (‘1’, ‘r’), (‘2’, ‘q’), (‘3’, ‘p’), (‘4’, ‘w’), (‘5’, ‘v’), (‘6’, ‘u’), (‘7’, ‘t’), (‘8’, ‘{‘), (‘9’, ‘z’), (‘a’, ‘”‘), (‘b’, ‘!’), (‘c’, ‘ ‘), (‘d’, “‘”), (‘e’, ‘&’), (‘f’, ‘%’), (‘g’, ‘$’), (‘h’, ‘+’), (‘i’, ‘*’), (‘j’, ‘)’), (‘k’, ‘(‘), (‘l’, ‘/’), (‘m’, ‘.’), (‘n’, ‘-‘), (‘o’, ‘,’), (‘p’, ‘3’), (‘q’, ‘2’), (‘r’, ‘1’), (‘s’, ‘0’), (‘t’, ‘7’), (‘u’, ‘6’), (‘v’, ‘5’), (‘w’, ‘4’), (‘x’, ‘;’), (‘y’, ‘:’), (‘z’, ‘9’), (‘H’, ‘\x0b’), (‘I’, ‘\n’), (‘J’, ‘\t’), (‘N’, ‘\r’), (‘O’, ‘\x0c’), (‘!’, ‘b’), (‘”‘, ‘a’), (‘#’, ‘`’), (‘$’, ‘g’), (‘%’, ‘f’), (‘&’, ‘e’), (“‘”, ‘d’), (‘(‘, ‘k’), (‘)’, ‘j’), (‘*’, ‘i’), (‘+’, ‘h’), (‘,’, ‘o’), (‘-‘, ‘n’), (‘.’, ‘m’), (‘/’, ‘l’), (‘:’, ‘y’), (‘;’, ‘x’), (‘=’, ‘~’), (‘>’, ‘}’), (‘?’, ‘|’), (‘`’, ‘#’), (‘{‘, ‘8’), (‘|’, ‘?’), (‘}’, ‘>’), (‘~’, ‘=’), (‘ ‘, ‘c’), (‘\t’, ‘J’), (‘\n’, ‘I’), (‘\r’, ‘N’), (‘\x0b’, ‘H’), (‘\x0c’, ‘O’)]
72; 48; 68;
H
[(‘0’, ‘t’), (‘1’, ‘u’), (‘2’, ‘v’), (‘3’, ‘w’), (‘4’, ‘p’), (‘5’, ‘q’), (‘6’, ‘r’), (‘7’, ‘s’), (‘8’, ‘|’), (‘9’, ‘}’), (‘a’, ‘%’), (‘b’, ‘&’), (‘c’, “‘”), (‘d’, ‘ ‘), (‘e’, ‘!’), (‘f’, ‘”‘), (‘g’, ‘#’), (‘h’, ‘,’), (‘i’, ‘-‘), (‘j’, ‘.’), (‘k’, ‘/’), (‘l’, ‘(‘), (‘m’, ‘)’), (‘n’, ‘*’), (‘o’, ‘+’), (‘p’, ‘4’), (‘q’, ‘5’), (‘r’, ‘6’), (‘s’, ‘7’), (‘t’, ‘0’), (‘u’, ‘1’), (‘v’, ‘2’), (‘w’, ‘3’), (‘x’, ”), (‘H’, ‘\x0c’), (‘I’, ‘\r’), (‘M’, ‘\t’), (‘N’, ‘\n’), (‘O’, ‘\x0b’), (‘!’, ‘e’), (‘”‘, ‘f’), (‘#’, ‘g’), (‘$’, ‘`’), (‘%’, ‘a’), (‘&’, ‘b’), (“‘”, ‘c’), (‘(‘, ‘l’), (‘)’, ‘m’), (‘*’, ‘n’), (‘+’, ‘o’), (‘,’, ‘h’), (‘-‘, ‘i’), (‘.’, ‘j’), (‘/’, ‘k’), (‘:’, ‘~’), (”, ‘z’), (‘?’, ‘{‘), (‘`’, ‘$’), (‘{‘, ‘?’), (‘|’, ‘8’), (‘}’, ‘9’), (‘~’, ‘:’), (‘ ‘, ‘d’), (‘\t’, ‘M’), (‘\n’, ‘N’), (‘\r’, ‘I’), (‘\x0b’, ‘O’), (‘\x0c’, ‘H’)]
72; 48; 69;
H
[(‘0’, ‘u’), (‘1’, ‘t’), (‘2’, ‘w’), (‘3’, ‘v’), (‘4’, ‘q’), (‘5’, ‘p’), (‘6’, ‘s’), (‘7’, ‘r’), (‘8’, ‘}’), (‘9’, ‘|’), (‘a’, ‘$’), (‘b’, “‘”), (‘c’, ‘&’), (‘d’, ‘!’), (‘e’, ‘ ‘), (‘f’, ‘#’), (‘g’, ‘”‘), (‘h’, ‘-‘), (‘i’, ‘,’), (‘j’, ‘/’), (‘k’, ‘.’), (‘l’, ‘)’), (‘m’, ‘(‘), (‘n’, ‘+’), (‘o’, ‘*’), (‘p’, ‘5’), (‘q’, ‘4’), (‘r’, ‘7’), (‘s’, ‘6’), (‘t’, ‘1’), (‘u’, ‘0’), (‘v’, ‘3’), (‘w’, ‘2’), (‘x’, ‘=’), (‘y’, ‘<'), ('z', '?'), ('H', '\r'), ('I', '\x0c'), ('L', '\t'), ('N', '\x0b'), ('O', '\n'), ('!', 'd'), ('"', 'g'), ('#', 'f'), ('$', 'a'), ('%', '`'), ('&', 'c'), ("'", 'b'), ('(', 'm'), (')', 'l'), ('*', 'o'), ('+', 'n'), (',', 'i'), ('-', 'h'), ('.', 'k'), ('/', 'j'), (';', '~'), ('’, ‘{‘), (‘?’, ‘z’), (‘`’, ‘%’), (‘{‘, ‘>’), (‘|’, ‘9’), (‘}’, ‘8’), (‘~’, ‘;’), (‘ ‘, ‘e’), (‘\t’, ‘L’), (‘\n’, ‘O’), (‘\r’, ‘H’), (‘\x0b’, ‘N’), (‘\x0c’, ‘I’)]
72; 48; 80;
H
[(‘0’, ‘`’), (‘1’, ‘a’), (‘2’, ‘b’), (‘3’, ‘c’), (‘4’, ‘d’), (‘5’, ‘e’), (‘6’, ‘f’), (‘7’, ‘g’), (‘8’, ‘h’), (‘9’, ‘i’), (‘a’, ‘1’), (‘b’, ‘2’), (‘c’, ‘3’), (‘d’, ‘4’), (‘e’, ‘5’), (‘f’, ‘6’), (‘g’, ‘7’), (‘h’, ‘8’), (‘i’, ‘9’), (‘j’, ‘:’), (‘k’, ‘;’), (‘l’, ”), (‘o’, ‘?’), (‘p’, ‘ ‘), (‘q’, ‘!’), (‘r’, ‘”‘), (‘s’, ‘#’), (‘t’, ‘$’), (‘u’, ‘%’), (‘v’, ‘&’), (‘w’, “‘”), (‘x’, ‘(‘), (‘y’, ‘)’), (‘z’, ‘*’), (‘Y’, ‘\t’), (‘Z’, ‘\n’), (‘!’, ‘q’), (‘”‘, ‘r’), (‘#’, ‘s’), (‘$’, ‘t’), (‘%’, ‘u’), (‘&’, ‘v’), (“‘”, ‘w’), (‘(‘, ‘x’), (‘)’, ‘y’), (‘*’, ‘z’), (‘+’, ‘{‘), (‘,’, ‘|’), (‘-‘, ‘}’), (‘.’, ‘~’), (‘:’, ‘j’), (‘;’, ‘k’), (”, ‘n’), (‘?’, ‘o’), (‘[‘, ‘\x0b’), (‘\\’, ‘\x0c’), (‘]’, ‘\r’), (‘`’, ‘0’), (‘{‘, ‘+’), (‘|’, ‘,’), (‘}’, ‘-‘), (‘~’, ‘.’), (‘ ‘, ‘p’), (‘\t’, ‘Y’), (‘\n’, ‘Z’), (‘\r’, ‘]’), (‘\x0b’, ‘[‘), (‘\x0c’, ‘\\’)]
72; 48; 52;
H
[(‘8’, ‘\x0c’), (‘9’, ‘\r’), (‘a’, ‘U’), (‘b’, ‘V’), (‘c’, ‘W’), (‘d’, ‘P’), (‘e’, ‘Q’), (‘f’, ‘R’), (‘g’, ‘S’), (‘h’, ‘\\’), (‘i’, ‘]’), (‘j’, ‘^’), (‘k’, ‘_’), (‘l’, ‘X’), (‘m’, ‘Y’), (‘n’, ‘Z’), (‘o’, ‘[‘), (‘p’, ‘D’), (‘q’, ‘E’), (‘r’, ‘F’), (‘s’, ‘G’), (‘t’, ‘@’), (‘u’, ‘A’), (‘v’, ‘B’), (‘w’, ‘C’), (‘x’, ‘L’), (‘y’, ‘M’), (‘z’, ‘N’), (‘A’, ‘u’), (‘B’, ‘v’), (‘C’, ‘w’), (‘D’, ‘p’), (‘E’, ‘q’), (‘F’, ‘r’), (‘G’, ‘s’), (‘H’, ‘|’), (‘I’, ‘}’), (‘J’, ‘~’), (‘L’, ‘x’), (‘M’, ‘y’), (‘N’, ‘z’), (‘O’, ‘{‘), (‘P’, ‘d’), (‘Q’, ‘e’), (‘R’, ‘f’), (‘S’, ‘g’), (‘T’, ‘`’), (‘U’, ‘a’), (‘V’, ‘b’), (‘W’, ‘c’), (‘X’, ‘l’), (‘Y’, ‘m’), (‘Z’, ‘n’), (‘=’, ‘\t’), (‘>’, ‘\n’), (‘?’, ‘\x0b’), (‘@’, ‘t’), (‘[‘, ‘o’), (‘\\’, ‘h’), (‘]’, ‘i’), (‘^’, ‘j’), (‘_’, ‘k’), (‘`’, ‘T’), (‘{‘, ‘O’), (‘|’, ‘H’), (‘}’, ‘I’), (‘~’, ‘J’), (‘\t’, ‘=’), (‘\n’, ‘>’), (‘\r’, ‘9’), (‘\x0b’, ‘?’), (‘\x0c’, ‘8’)]
72; 48; 86;
H
[(‘0’, ‘f’), (‘1’, ‘g’), (‘2’, ‘d’), (‘3’, ‘e’), (‘4’, ‘b’), (‘5’, ‘c’), (‘6’, ‘`’), (‘7’, ‘a’), (‘8’, ‘n’), (‘9’, ‘o’), (‘a’, ‘7’), (‘b’, ‘4’), (‘c’, ‘5’), (‘d’, ‘2’), (‘e’, ‘3’), (‘f’, ‘0’), (‘g’, ‘1’), (‘h’, ‘>’), (‘i’, ‘?’), (‘j’, ‘<'), ('k', '='), ('l', ':'), ('m', ';'), ('n', '8'), ('o', '9'), ('p', '&'), ('q', "'"), ('r', '$'), ('s', '%'), ('t', '"'), ('u', '#'), ('v', ' '), ('w', '!'), ('x', '.'), ('y', '/'), ('z', ','), ('Z', '\x0c'), ('!', 'w'), ('"', 't'), ('#', 'u'), ('$', 'r'), ('%', 's'), ('&', 'p'), ("'", 'q'), ('(', '~'), ('*', '|'), ('+', '}'), (',', 'z'), ('-', '{'), ('.', 'x'), ('/', 'y'), (':', 'l'), (';', 'm'), ('’, ‘h’), (‘?’, ‘i’), (‘[‘, ‘\r’), (‘\\’, ‘\n’), (‘]’, ‘\x0b’), (‘_’, ‘\t’), (‘`’, ‘6’), (‘{‘, ‘-‘), (‘|’, ‘*’), (‘}’, ‘+’), (‘~’, ‘(‘), (‘ ‘, ‘v’), (‘\t’, ‘_’), (‘\n’, ‘\\’), (‘\r’, ‘[‘), (‘\x0b’, ‘]’), (‘\x0c’, ‘Z’)]
72; 48; 87;
H
[(‘0’, ‘g’), (‘1’, ‘f’), (‘2’, ‘e’), (‘3’, ‘d’), (‘4’, ‘c’), (‘5’, ‘b’), (‘6’, ‘a’), (‘7’, ‘`’), (‘8’, ‘o’), (‘9’, ‘n’), (‘a’, ‘6’), (‘b’, ‘5’), (‘c’, ‘4’), (‘d’, ‘3’), (‘e’, ‘2’), (‘f’, ‘1’), (‘g’, ‘0’), (‘h’, ‘?’), (‘i’, ‘>’), (‘j’, ‘=’), (‘k’, ‘<'), ('l', ';'), ('m', ':'), ('n', '9'), ('o', '8'), ('p', "'"), ('q', '&'), ('r', '%'), ('s', '$'), ('t', '#'), ('u', '"'), ('v', '!'), ('w', ' '), ('x', '/'), ('y', '.'), ('z', '-'), ('Z', '\r'), ('!', 'v'), ('"', 'u'), ('#', 't'), ('$', 's'), ('%', 'r'), ('&', 'q'), ("'", 'p'), (')', '~'), ('*', '}'), ('+', '|'), (',', '{'), ('-', 'z'), ('.', 'y'), ('/', 'x'), (':', 'm'), (';', 'l'), ('’, ‘i’), (‘?’, ‘h’), (‘[‘, ‘\x0c’), (‘\\’, ‘\x0b’), (‘]’, ‘\n’), (‘^’, ‘\t’), (‘`’, ‘7’), (‘{‘, ‘,’), (‘|’, ‘+’), (‘}’, ‘*’), (‘~’, ‘)’), (‘ ‘, ‘w’), (‘\t’, ‘^’), (‘\n’, ‘]’), (‘\r’, ‘Z’), (‘\x0b’, ‘\\’), (‘\x0c’, ‘[‘)]
72; 48; 84;
H
[(‘0’, ‘d’), (‘1’, ‘e’), (‘2’, ‘f’), (‘3’, ‘g’), (‘4’, ‘`’), (‘5’, ‘a’), (‘6’, ‘b’), (‘7’, ‘c’), (‘8’, ‘l’), (‘9’, ‘m’), (‘a’, ‘5’), (‘b’, ‘6’), (‘c’, ‘7’), (‘d’, ‘0’), (‘e’, ‘1’), (‘f’, ‘2’), (‘g’, ‘3’), (‘h’, ”), (‘k’, ‘?’), (‘l’, ‘8’), (‘m’, ‘9’), (‘n’, ‘:’), (‘o’, ‘;’), (‘p’, ‘$’), (‘q’, ‘%’), (‘r’, ‘&’), (‘s’, “‘”), (‘t’, ‘ ‘), (‘u’, ‘!’), (‘v’, ‘”‘), (‘w’, ‘#’), (‘x’, ‘,’), (‘y’, ‘-‘), (‘z’, ‘.’), (‘X’, ‘\x0c’), (‘Y’, ‘\r’), (‘!’, ‘u’), (‘”‘, ‘v’), (‘#’, ‘w’), (‘$’, ‘p’), (‘%’, ‘q’), (‘&’, ‘r’), (“‘”, ‘s’), (‘(‘, ‘|’), (‘)’, ‘}’), (‘*’, ‘~’), (‘,’, ‘x’), (‘-‘, ‘y’), (‘.’, ‘z’), (‘/’, ‘{‘), (‘:’, ‘n’), (‘;’, ‘o’), (”, ‘j’), (‘?’, ‘k’), (‘]’, ‘\t’), (‘^’, ‘\n’), (‘_’, ‘\x0b’), (‘`’, ‘4’), (‘{‘, ‘/’), (‘|’, ‘(‘), (‘}’, ‘)’), (‘~’, ‘*’), (‘ ‘, ‘t’), (‘\t’, ‘]’), (‘\n’, ‘^’), (‘\r’, ‘Y’), (‘\x0b’, ‘_’), (‘\x0c’, ‘X’)]
72; 48; 85;
H
[(‘0’, ‘e’), (‘1’, ‘d’), (‘2’, ‘g’), (‘3’, ‘f’), (‘4’, ‘a’), (‘5’, ‘`’), (‘6’, ‘c’), (‘7’, ‘b’), (‘8’, ‘m’), (‘9’, ‘l’), (‘a’, ‘4’), (‘b’, ‘7’), (‘c’, ‘6’), (‘d’, ‘1’), (‘e’, ‘0’), (‘f’, ‘3’), (‘g’, ‘2’), (‘h’, ‘=’), (‘i’, ”), (‘l’, ‘9’), (‘m’, ‘8’), (‘n’, ‘;’), (‘o’, ‘:’), (‘p’, ‘%’), (‘q’, ‘$’), (‘r’, “‘”), (‘s’, ‘&’), (‘t’, ‘!’), (‘u’, ‘ ‘), (‘v’, ‘#’), (‘w’, ‘”‘), (‘x’, ‘-‘), (‘y’, ‘,’), (‘z’, ‘/’), (‘X’, ‘\r’), (‘Y’, ‘\x0c’), (‘!’, ‘t’), (‘”‘, ‘w’), (‘#’, ‘v’), (‘$’, ‘q’), (‘%’, ‘p’), (‘&’, ‘s’), (“‘”, ‘r’), (‘(‘, ‘}’), (‘)’, ‘|’), (‘+’, ‘~’), (‘,’, ‘y’), (‘-‘, ‘x’), (‘.’, ‘{‘), (‘/’, ‘z’), (‘:’, ‘o’), (‘;’, ‘n’), (”, ‘k’), (‘?’, ‘j’), (‘\\’, ‘\t’), (‘^’, ‘\x0b’), (‘_’, ‘\n’), (‘`’, ‘5’), (‘{‘, ‘.’), (‘|’, ‘)’), (‘}’, ‘(‘), (‘~’, ‘+’), (‘ ‘, ‘u’), (‘\t’, ‘\\’), (‘\n’, ‘_’), (‘\r’, ‘X’), (‘\x0b’, ‘^’), (‘\x0c’, ‘Y’)]
72; 48; 117;
H
[(‘0’, ‘E’), (‘1’, ‘D’), (‘2’, ‘G’), (‘3’, ‘F’), (‘4’, ‘A’), (‘5’, ‘@’), (‘6’, ‘C’), (‘7’, ‘B’), (‘8’, ‘M’), (‘9’, ‘L’), (‘x’, ‘\r’), (‘y’, ‘\x0c’), (‘A’, ‘4’), (‘B’, ‘7’), (‘C’, ‘6’), (‘D’, ‘1’), (‘E’, ‘0’), (‘F’, ‘3’), (‘G’, ‘2’), (‘H’, ‘=’), (‘I’, ”), (‘L’, ‘9’), (‘M’, ‘8’), (‘N’, ‘;’), (‘O’, ‘:’), (‘P’, ‘%’), (‘Q’, ‘$’), (‘R’, “‘”), (‘S’, ‘&’), (‘T’, ‘!’), (‘U’, ‘ ‘), (‘V’, ‘#’), (‘W’, ‘”‘), (‘X’, ‘-‘), (‘Y’, ‘,’), (‘Z’, ‘/’), (‘!’, ‘T’), (‘”‘, ‘W’), (‘#’, ‘V’), (‘$’, ‘Q’), (‘%’, ‘P’), (‘&’, ‘S’), (“‘”, ‘R’), (‘(‘, ‘]’), (‘)’, ‘\\’), (‘*’, ‘_’), (‘+’, ‘^’), (‘,’, ‘Y’), (‘-‘, ‘X’), (‘.’, ‘[‘), (‘/’, ‘Z’), (‘:’, ‘O’), (‘;’, ‘N’), (”, ‘K’), (‘?’, ‘J’), (‘@’, ‘5’), (‘[‘, ‘.’), (‘\\’, ‘)’), (‘]’, ‘(‘), (‘^’, ‘+’), (‘_’, ‘*’), (‘|’, ‘\t’), (‘~’, ‘\x0b’), (‘ ‘, ‘U’), (‘\t’, ‘|’), (‘\r’, ‘x’), (‘\x0b’, ‘~’), (‘\x0c’, ‘y’)]
72; 48; 81;
H
[(‘0’, ‘a’), (‘1’, ‘`’), (‘2’, ‘c’), (‘3’, ‘b’), (‘4’, ‘e’), (‘5’, ‘d’), (‘6’, ‘g’), (‘7’, ‘f’), (‘8’, ‘i’), (‘9’, ‘h’), (‘a’, ‘0’), (‘b’, ‘3’), (‘c’, ‘2’), (‘d’, ‘5’), (‘e’, ‘4’), (‘f’, ‘7’), (‘g’, ‘6’), (‘h’, ‘9’), (‘i’, ‘8’), (‘j’, ‘;’), (‘k’, ‘:’), (‘l’, ‘=’), (‘m’, ”), (‘p’, ‘!’), (‘q’, ‘ ‘), (‘r’, ‘#’), (‘s’, ‘”‘), (‘t’, ‘%’), (‘u’, ‘$’), (‘v’, “‘”), (‘w’, ‘&’), (‘x’, ‘)’), (‘y’, ‘(‘), (‘z’, ‘+’), (‘X’, ‘\t’), (‘Z’, ‘\x0b’), (‘!’, ‘p’), (‘”‘, ‘s’), (‘#’, ‘r’), (‘$’, ‘u’), (‘%’, ‘t’), (‘&’, ‘w’), (“‘”, ‘v’), (‘(‘, ‘y’), (‘)’, ‘x’), (‘*’, ‘{‘), (‘+’, ‘z’), (‘,’, ‘}’), (‘-‘, ‘|’), (‘/’, ‘~’), (‘:’, ‘k’), (‘;’, ‘j’), (”, ‘o’), (‘?’, ‘n’), (‘[‘, ‘\n’), (‘\\’, ‘\r’), (‘]’, ‘\x0c’), (‘`’, ‘1’), (‘{‘, ‘*’), (‘|’, ‘-‘), (‘}’, ‘,’), (‘~’, ‘/’), (‘ ‘, ‘q’), (‘\t’, ‘X’), (‘\n’, ‘[‘), (‘\r’, ‘\\’), (‘\x0b’, ‘Z’), (‘\x0c’, ‘]’)]
72; 48; 48;
H
[(‘9’, ‘\t’), (‘a’, ‘Q’), (‘b’, ‘R’), (‘c’, ‘S’), (‘d’, ‘T’), (‘e’, ‘U’), (‘f’, ‘V’), (‘g’, ‘W’), (‘h’, ‘X’), (‘i’, ‘Y’), (‘j’, ‘Z’), (‘k’, ‘[‘), (‘l’, ‘\\’), (‘m’, ‘]’), (‘n’, ‘^’), (‘o’, ‘_’), (‘p’, ‘@’), (‘q’, ‘A’), (‘r’, ‘B’), (‘s’, ‘C’), (‘t’, ‘D’), (‘u’, ‘E’), (‘v’, ‘F’), (‘w’, ‘G’), (‘x’, ‘H’), (‘y’, ‘I’), (‘z’, ‘J’), (‘A’, ‘q’), (‘B’, ‘r’), (‘C’, ‘s’), (‘D’, ‘t’), (‘E’, ‘u’), (‘F’, ‘v’), (‘G’, ‘w’), (‘H’, ‘x’), (‘I’, ‘y’), (‘J’, ‘z’), (‘K’, ‘{‘), (‘L’, ‘|’), (‘M’, ‘}’), (‘N’, ‘~’), (‘P’, ‘`’), (‘Q’, ‘a’), (‘R’, ‘b’), (‘S’, ‘c’), (‘T’, ‘d’), (‘U’, ‘e’), (‘V’, ‘f’), (‘W’, ‘g’), (‘X’, ‘h’), (‘Y’, ‘i’), (‘Z’, ‘j’), (‘:’, ‘\n’), (‘;’, ‘\x0b’), (‘<', '\x0c'), ('=', '\r'), ('@', 'p'), ('[', 'k'), ('\\', 'l'), (']', 'm'), ('^', 'n'), ('_', 'o'), ('`', 'P'), ('{', 'K'), ('|', 'L'), ('}', 'M'), ('~', 'N'), ('\t', '9'), ('\n', ':'), ('\r', '='), ('\x0b', ';'), ('\x0c', '<')]
72; 48; 49;
H
[(‘8’, ‘\t’), (‘a’, ‘P’), (‘b’, ‘S’), (‘c’, ‘R’), (‘d’, ‘U’), (‘e’, ‘T’), (‘f’, ‘W’), (‘g’, ‘V’), (‘h’, ‘Y’), (‘i’, ‘X’), (‘j’, ‘[‘), (‘k’, ‘Z’), (‘l’, ‘]’), (‘m’, ‘\\’), (‘n’, ‘_’), (‘o’, ‘^’), (‘p’, ‘A’), (‘q’, ‘@’), (‘r’, ‘C’), (‘s’, ‘B’), (‘t’, ‘E’), (‘u’, ‘D’), (‘v’, ‘G’), (‘w’, ‘F’), (‘x’, ‘I’), (‘y’, ‘H’), (‘z’, ‘K’), (‘A’, ‘p’), (‘B’, ‘s’), (‘C’, ‘r’), (‘D’, ‘u’), (‘E’, ‘t’), (‘F’, ‘w’), (‘G’, ‘v’), (‘H’, ‘y’), (‘I’, ‘x’), (‘J’, ‘{‘), (‘K’, ‘z’), (‘L’, ‘}’), (‘M’, ‘|’), (‘O’, ‘~’), (‘P’, ‘a’), (‘Q’, ‘`’), (‘R’, ‘c’), (‘S’, ‘b’), (‘T’, ‘e’), (‘U’, ‘d’), (‘V’, ‘g’), (‘W’, ‘f’), (‘X’, ‘i’), (‘Y’, ‘h’), (‘Z’, ‘k’), (‘:’, ‘\x0b’), (‘;’, ‘\n’), (‘<', '\r'), ('=', '\x0c'), ('@', 'q'), ('[', 'j'), ('\\', 'm'), (']', 'l'), ('^', 'o'), ('_', 'n'), ('`', 'Q'), ('{', 'J'), ('|', 'M'), ('}', 'L'), ('~', 'O'), ('\t', '8'), ('\n', ';'), ('\r', '<'), ('\x0b', ':'), ('\x0c', '=')]
72; 48; 46;
H
[(‘a’, ‘O’), (‘b’, ‘L’), (‘c’, ‘M’), (‘d’, ‘J’), (‘e’, ‘K’), (‘f’, ‘H’), (‘g’, ‘I’), (‘h’, ‘F’), (‘i’, ‘G’), (‘j’, ‘D’), (‘k’, ‘E’), (‘l’, ‘B’), (‘m’, ‘C’), (‘n’, ‘@’), (‘o’, ‘A’), (‘p’, ‘^’), (‘q’, ‘_’), (‘r’, ‘\\’), (‘s’, ‘]’), (‘t’, ‘Z’), (‘u’, ‘[‘), (‘v’, ‘X’), (‘w’, ‘Y’), (‘x’, ‘V’), (‘y’, ‘W’), (‘z’, ‘T’), (‘A’, ‘o’), (‘B’, ‘l’), (‘C’, ‘m’), (‘D’, ‘j’), (‘E’, ‘k’), (‘F’, ‘h’), (‘G’, ‘i’), (‘H’, ‘f’), (‘I’, ‘g’), (‘J’, ‘d’), (‘K’, ‘e’), (‘L’, ‘b’), (‘M’, ‘c’), (‘N’, ‘`’), (‘O’, ‘a’), (‘P’, ‘~’), (‘R’, ‘|’), (‘S’, ‘}’), (‘T’, ‘z’), (‘U’, ‘{‘), (‘V’, ‘x’), (‘W’, ‘y’), (‘X’, ‘v’), (‘Y’, ‘w’), (‘Z’, ‘t’), (‘”‘, ‘\x0c’), (‘#’, ‘\r’), (‘$’, ‘\n’), (‘%’, ‘\x0b’), (“‘”, ‘\t’), (‘@’, ‘n’), (‘[‘, ‘u’), (‘\\’, ‘r’), (‘]’, ‘s’), (‘^’, ‘p’), (‘_’, ‘q’), (‘`’, ‘N’), (‘{‘, ‘U’), (‘|’, ‘R’), (‘}’, ‘S’), (‘~’, ‘P’), (‘\t’, “‘”), (‘\n’, ‘$’), (‘\r’, ‘#’), (‘\x0b’, ‘%’), (‘\x0c’, ‘”‘)]
72; 48; 47;
H
[(‘a’, ‘N’), (‘b’, ‘M’), (‘c’, ‘L’), (‘d’, ‘K’), (‘e’, ‘J’), (‘f’, ‘I’), (‘g’, ‘H’), (‘h’, ‘G’), (‘i’, ‘F’), (‘j’, ‘E’), (‘k’, ‘D’), (‘l’, ‘C’), (‘m’, ‘B’), (‘n’, ‘A’), (‘o’, ‘@’), (‘p’, ‘_’), (‘q’, ‘^’), (‘r’, ‘]’), (‘s’, ‘\\’), (‘t’, ‘[‘), (‘u’, ‘Z’), (‘v’, ‘Y’), (‘w’, ‘X’), (‘x’, ‘W’), (‘y’, ‘V’), (‘z’, ‘U’), (‘A’, ‘n’), (‘B’, ‘m’), (‘C’, ‘l’), (‘D’, ‘k’), (‘E’, ‘j’), (‘F’, ‘i’), (‘G’, ‘h’), (‘H’, ‘g’), (‘I’, ‘f’), (‘J’, ‘e’), (‘K’, ‘d’), (‘L’, ‘c’), (‘M’, ‘b’), (‘N’, ‘a’), (‘O’, ‘`’), (‘Q’, ‘~’), (‘R’, ‘}’), (‘S’, ‘|’), (‘T’, ‘{‘), (‘U’, ‘z’), (‘V’, ‘y’), (‘W’, ‘x’), (‘X’, ‘w’), (‘Y’, ‘v’), (‘Z’, ‘u’), (‘”‘, ‘\r’), (‘#’, ‘\x0c’), (‘$’, ‘\x0b’), (‘%’, ‘\n’), (‘&’, ‘\t’), (‘@’, ‘o’), (‘[‘, ‘t’), (‘\\’, ‘s’), (‘]’, ‘r’), (‘^’, ‘q’), (‘_’, ‘p’), (‘`’, ‘O’), (‘{‘, ‘T’), (‘|’, ‘S’), (‘}’, ‘R’), (‘~’, ‘Q’), (‘\t’, ‘&’), (‘\n’, ‘%’), (‘\r’, ‘”‘), (‘\x0b’, ‘$’), (‘\x0c’, ‘#’)]
72; 48; 44;
H
[(‘a’, ‘M’), (‘b’, ‘N’), (‘c’, ‘O’), (‘d’, ‘H’), (‘e’, ‘I’), (‘f’, ‘J’), (‘g’, ‘K’), (‘h’, ‘D’), (‘i’, ‘E’), (‘j’, ‘F’), (‘k’, ‘G’), (‘l’, ‘@’), (‘m’, ‘A’), (‘n’, ‘B’), (‘o’, ‘C’), (‘p’, ‘\\’), (‘q’, ‘]’), (‘r’, ‘^’), (‘s’, ‘_’), (‘t’, ‘X’), (‘u’, ‘Y’), (‘v’, ‘Z’), (‘w’, ‘[‘), (‘x’, ‘T’), (‘y’, ‘U’), (‘z’, ‘V’), (‘A’, ‘m’), (‘B’, ‘n’), (‘C’, ‘o’), (‘D’, ‘h’), (‘E’, ‘i’), (‘F’, ‘j’), (‘G’, ‘k’), (‘H’, ‘d’), (‘I’, ‘e’), (‘J’, ‘f’), (‘K’, ‘g’), (‘L’, ‘`’), (‘M’, ‘a’), (‘N’, ‘b’), (‘O’, ‘c’), (‘P’, ‘|’), (‘Q’, ‘}’), (‘R’, ‘~’), (‘T’, ‘x’), (‘U’, ‘y’), (‘V’, ‘z’), (‘W’, ‘{‘), (‘X’, ‘t’), (‘Y’, ‘u’), (‘Z’, ‘v’), (‘!’, ‘\r’), (‘%’, ‘\t’), (‘&’, ‘\n’), (“‘”, ‘\x0b’), (‘@’, ‘l’), (‘[‘, ‘w’), (‘\\’, ‘p’), (‘]’, ‘q’), (‘^’, ‘r’), (‘_’, ‘s’), (‘`’, ‘L’), (‘{‘, ‘W’), (‘|’, ‘P’), (‘}’, ‘Q’), (‘~’, ‘R’), (‘ ‘, ‘\x0c’), (‘\t’, ‘%’), (‘\n’, ‘&’), (‘\r’, ‘!’), (‘\x0b’, “‘”), (‘\x0c’, ‘ ‘)]
72; 48; 45;
H
[(‘a’, ‘L’), (‘b’, ‘O’), (‘c’, ‘N’), (‘d’, ‘I’), (‘e’, ‘H’), (‘f’, ‘K’), (‘g’, ‘J’), (‘h’, ‘E’), (‘i’, ‘D’), (‘j’, ‘G’), (‘k’, ‘F’), (‘l’, ‘A’), (‘m’, ‘@’), (‘n’, ‘C’), (‘o’, ‘B’), (‘p’, ‘]’), (‘q’, ‘\\’), (‘r’, ‘_’), (‘s’, ‘^’), (‘t’, ‘Y’), (‘u’, ‘X’), (‘v’, ‘[‘), (‘w’, ‘Z’), (‘x’, ‘U’), (‘y’, ‘T’), (‘z’, ‘W’), (‘A’, ‘l’), (‘B’, ‘o’), (‘C’, ‘n’), (‘D’, ‘i’), (‘E’, ‘h’), (‘F’, ‘k’), (‘G’, ‘j’), (‘H’, ‘e’), (‘I’, ‘d’), (‘J’, ‘g’), (‘K’, ‘f’), (‘L’, ‘a’), (‘M’, ‘`’), (‘N’, ‘c’), (‘O’, ‘b’), (‘P’, ‘}’), (‘Q’, ‘|’), (‘S’, ‘~’), (‘T’, ‘y’), (‘U’, ‘x’), (‘V’, ‘{‘), (‘W’, ‘z’), (‘X’, ‘u’), (‘Y’, ‘t’), (‘Z’, ‘w’), (‘!’, ‘\x0c’), (‘$’, ‘\t’), (‘&’, ‘\x0b’), (“‘”, ‘\n’), (‘@’, ‘m’), (‘[‘, ‘v’), (‘\\’, ‘q’), (‘]’, ‘p’), (‘^’, ‘s’), (‘_’, ‘r’), (‘`’, ‘M’), (‘{‘, ‘V’), (‘|’, ‘Q’), (‘}’, ‘P’), (‘~’, ‘S’), (‘ ‘, ‘\r’), (‘\t’, ‘$’), (‘\n’, “‘”), (‘\r’, ‘ ‘), (‘\x0b’, ‘&’), (‘\x0c’, ‘!’)]
72; 48; 42;
H
[(‘a’, ‘K’), (‘b’, ‘H’), (‘c’, ‘I’), (‘d’, ‘N’), (‘e’, ‘O’), (‘f’, ‘L’), (‘g’, ‘M’), (‘h’, ‘B’), (‘i’, ‘C’), (‘j’, ‘@’), (‘k’, ‘A’), (‘l’, ‘F’), (‘m’, ‘G’), (‘n’, ‘D’), (‘o’, ‘E’), (‘p’, ‘Z’), (‘q’, ‘[‘), (‘r’, ‘X’), (‘s’, ‘Y’), (‘t’, ‘^’), (‘u’, ‘_’), (‘v’, ‘\\’), (‘w’, ‘]’), (‘x’, ‘R’), (‘y’, ‘S’), (‘z’, ‘P’), (‘A’, ‘k’), (‘B’, ‘h’), (‘C’, ‘i’), (‘D’, ‘n’), (‘E’, ‘o’), (‘F’, ‘l’), (‘G’, ‘m’), (‘H’, ‘b’), (‘I’, ‘c’), (‘J’, ‘`’), (‘K’, ‘a’), (‘L’, ‘f’), (‘M’, ‘g’), (‘N’, ‘d’), (‘O’, ‘e’), (‘P’, ‘z’), (‘Q’, ‘{‘), (‘R’, ‘x’), (‘S’, ‘y’), (‘T’, ‘~’), (‘V’, ‘|’), (‘W’, ‘}’), (‘X’, ‘r’), (‘Y’, ‘s’), (‘Z’, ‘p’), (‘!’, ‘\x0b’), (‘#’, ‘\t’), (‘&’, ‘\x0c’), (“‘”, ‘\r’), (‘@’, ‘j’), (‘[‘, ‘q’), (‘\\’, ‘v’), (‘]’, ‘w’), (‘^’, ‘t’), (‘_’, ‘u’), (‘`’, ‘J’), (‘{‘, ‘Q’), (‘|’, ‘V’), (‘}’, ‘W’), (‘~’, ‘T’), (‘ ‘, ‘\n’), (‘\t’, ‘#’), (‘\n’, ‘ ‘), (‘\r’, “‘”), (‘\x0b’, ‘!’), (‘\x0c’, ‘&’)]
72; 48; 43;
H
[(‘a’, ‘J’), (‘b’, ‘I’), (‘c’, ‘H’), (‘d’, ‘O’), (‘e’, ‘N’), (‘f’, ‘M’), (‘g’, ‘L’), (‘h’, ‘C’), (‘i’, ‘B’), (‘j’, ‘A’), (‘k’, ‘@’), (‘l’, ‘G’), (‘m’, ‘F’), (‘n’, ‘E’), (‘o’, ‘D’), (‘p’, ‘[‘), (‘q’, ‘Z’), (‘r’, ‘Y’), (‘s’, ‘X’), (‘t’, ‘_’), (‘u’, ‘^’), (‘v’, ‘]’), (‘w’, ‘\\’), (‘x’, ‘S’), (‘y’, ‘R’), (‘z’, ‘Q’), (‘A’, ‘j’), (‘B’, ‘i’), (‘C’, ‘h’), (‘D’, ‘o’), (‘E’, ‘n’), (‘F’, ‘m’), (‘G’, ‘l’), (‘H’, ‘c’), (‘I’, ‘b’), (‘J’, ‘a’), (‘K’, ‘`’), (‘L’, ‘g’), (‘M’, ‘f’), (‘N’, ‘e’), (‘O’, ‘d’), (‘P’, ‘{‘), (‘Q’, ‘z’), (‘R’, ‘y’), (‘S’, ‘x’), (‘U’, ‘~’), (‘V’, ‘}’), (‘W’, ‘|’), (‘X’, ‘s’), (‘Y’, ‘r’), (‘Z’, ‘q’), (‘!’, ‘\n’), (‘”‘, ‘\t’), (‘&’, ‘\r’), (“‘”, ‘\x0c’), (‘@’, ‘k’), (‘[‘, ‘p’), (‘\\’, ‘w’), (‘]’, ‘v’), (‘^’, ‘u’), (‘_’, ‘t’), (‘`’, ‘K’), (‘{‘, ‘P’), (‘|’, ‘W’), (‘}’, ‘V’), (‘~’, ‘U’), (‘ ‘, ‘\x0b’), (‘\t’, ‘”‘), (‘\n’, ‘!’), (‘\r’, ‘&’), (‘\x0b’, ‘ ‘), (‘\x0c’, “‘”)]
72; 48; 40;
H
[(‘a’, ‘I’), (‘b’, ‘J’), (‘c’, ‘K’), (‘d’, ‘L’), (‘e’, ‘M’), (‘f’, ‘N’), (‘g’, ‘O’), (‘h’, ‘@’), (‘i’, ‘A’), (‘j’, ‘B’), (‘k’, ‘C’), (‘l’, ‘D’), (‘m’, ‘E’), (‘n’, ‘F’), (‘o’, ‘G’), (‘p’, ‘X’), (‘q’, ‘Y’), (‘r’, ‘Z’), (‘s’, ‘[‘), (‘t’, ‘\\’), (‘u’, ‘]’), (‘v’, ‘^’), (‘w’, ‘_’), (‘x’, ‘P’), (‘y’, ‘Q’), (‘z’, ‘R’), (‘A’, ‘i’), (‘B’, ‘j’), (‘C’, ‘k’), (‘D’, ‘l’), (‘E’, ‘m’), (‘F’, ‘n’), (‘G’, ‘o’), (‘H’, ‘`’), (‘I’, ‘a’), (‘J’, ‘b’), (‘K’, ‘c’), (‘L’, ‘d’), (‘M’, ‘e’), (‘N’, ‘f’), (‘O’, ‘g’), (‘P’, ‘x’), (‘Q’, ‘y’), (‘R’, ‘z’), (‘S’, ‘{‘), (‘T’, ‘|’), (‘U’, ‘}’), (‘V’, ‘~’), (‘X’, ‘p’), (‘Y’, ‘q’), (‘Z’, ‘r’), (‘!’, ‘\t’), (‘”‘, ‘\n’), (‘#’, ‘\x0b’), (‘$’, ‘\x0c’), (‘%’, ‘\r’), (‘@’, ‘h’), (‘[‘, ‘s’), (‘\\’, ‘t’), (‘]’, ‘u’), (‘^’, ‘v’), (‘_’, ‘w’), (‘`’, ‘H’), (‘{‘, ‘S’), (‘|’, ‘T’), (‘}’, ‘U’), (‘~’, ‘V’), (‘\t’, ‘!’), (‘\n’, ‘”‘), (‘\r’, ‘%’), (‘\x0b’, ‘#’), (‘\x0c’, ‘$’)]
72; 48; 41;
H
[(‘a’, ‘H’), (‘b’, ‘K’), (‘c’, ‘J’), (‘d’, ‘M’), (‘e’, ‘L’), (‘f’, ‘O’), (‘g’, ‘N’), (‘h’, ‘A’), (‘i’, ‘@’), (‘j’, ‘C’), (‘k’, ‘B’), (‘l’, ‘E’), (‘m’, ‘D’), (‘n’, ‘G’), (‘o’, ‘F’), (‘p’, ‘Y’), (‘q’, ‘X’), (‘r’, ‘[‘), (‘s’, ‘Z’), (‘t’, ‘]’), (‘u’, ‘\\’), (‘v’, ‘_’), (‘w’, ‘^’), (‘x’, ‘Q’), (‘y’, ‘P’), (‘z’, ‘S’), (‘A’, ‘h’), (‘B’, ‘k’), (‘C’, ‘j’), (‘D’, ‘m’), (‘E’, ‘l’), (‘F’, ‘o’), (‘G’, ‘n’), (‘H’, ‘a’), (‘I’, ‘`’), (‘J’, ‘c’), (‘K’, ‘b’), (‘L’, ‘e’), (‘M’, ‘d’), (‘N’, ‘g’), (‘O’, ‘f’), (‘P’, ‘y’), (‘Q’, ‘x’), (‘R’, ‘{‘), (‘S’, ‘z’), (‘T’, ‘}’), (‘U’, ‘|’), (‘W’, ‘~’), (‘X’, ‘q’), (‘Y’, ‘p’), (‘Z’, ‘s’), (‘”‘, ‘\x0b’), (‘#’, ‘\n’), (‘$’, ‘\r’), (‘%’, ‘\x0c’), (‘@’, ‘i’), (‘[‘, ‘r’), (‘\\’, ‘u’), (‘]’, ‘t’), (‘^’, ‘w’), (‘_’, ‘v’), (‘`’, ‘I’), (‘{‘, ‘R’), (‘|’, ‘U’), (‘}’, ‘T’), (‘~’, ‘W’), (‘ ‘, ‘\t’), (‘\t’, ‘ ‘), (‘\n’, ‘#’), (‘\r’, ‘$’), (‘\x0b’, ‘”‘), (‘\x0c’, ‘%’)]
72; 48; 82;
H
[(‘0’, ‘b’), (‘1’, ‘c’), (‘2’, ‘`’), (‘3’, ‘a’), (‘4’, ‘f’), (‘5’, ‘g’), (‘6’, ‘d’), (‘7’, ‘e’), (‘8’, ‘j’), (‘9’, ‘k’), (‘a’, ‘3’), (‘b’, ‘0’), (‘c’, ‘1’), (‘d’, ‘6’), (‘e’, ‘7’), (‘f’, ‘4’), (‘g’, ‘5’), (‘h’, ‘:’), (‘i’, ‘;’), (‘j’, ‘8’), (‘k’, ‘9’), (‘l’, ‘>’), (‘m’, ‘?’), (‘n’, ‘<'), ('o', '='), ('p', '"'), ('q', '#'), ('r', ' '), ('s', '!'), ('t', '&'), ('u', "'"), ('v', '$'), ('w', '%'), ('x', '*'), ('y', '+'), ('z', '('), ('X', '\n'), ('Y', '\x0b'), ('!', 's'), ('"', 'p'), ('#', 'q'), ('$', 'v'), ('%', 'w'), ('&', 't'), ("'", 'u'), ('(', 'z'), (')', '{'), ('*', 'x'), ('+', 'y'), (',', '~'), ('.', '|'), ('/', '}'), (':', 'h'), (';', 'i'), ('’, ‘l’), (‘?’, ‘m’), (‘[‘, ‘\t’), (‘^’, ‘\x0c’), (‘_’, ‘\r’), (‘`’, ‘2’), (‘{‘, ‘)’), (‘|’, ‘.’), (‘}’, ‘/’), (‘~’, ‘,’), (‘ ‘, ‘r’), (‘\t’, ‘[‘), (‘\n’, ‘X’), (‘\r’, ‘_’), (‘\x0b’, ‘Y’), (‘\x0c’, ‘^’)]
72; 48; 116;
H
[(‘0’, ‘D’), (‘1’, ‘E’), (‘2’, ‘F’), (‘3’, ‘G’), (‘4’, ‘@’), (‘5’, ‘A’), (‘6’, ‘B’), (‘7’, ‘C’), (‘8’, ‘L’), (‘9’, ‘M’), (‘x’, ‘\x0c’), (‘y’, ‘\r’), (‘A’, ‘5’), (‘B’, ‘6’), (‘C’, ‘7’), (‘D’, ‘0’), (‘E’, ‘1’), (‘F’, ‘2’), (‘G’, ‘3’), (‘H’, ”), (‘K’, ‘?’), (‘L’, ‘8’), (‘M’, ‘9’), (‘N’, ‘:’), (‘O’, ‘;’), (‘P’, ‘$’), (‘Q’, ‘%’), (‘R’, ‘&’), (‘S’, “‘”), (‘T’, ‘ ‘), (‘U’, ‘!’), (‘V’, ‘”‘), (‘W’, ‘#’), (‘X’, ‘,’), (‘Y’, ‘-‘), (‘Z’, ‘.’), (‘!’, ‘U’), (‘”‘, ‘V’), (‘#’, ‘W’), (‘$’, ‘P’), (‘%’, ‘Q’), (‘&’, ‘R’), (“‘”, ‘S’), (‘(‘, ‘\\’), (‘)’, ‘]’), (‘*’, ‘^’), (‘+’, ‘_’), (‘,’, ‘X’), (‘-‘, ‘Y’), (‘.’, ‘Z’), (‘/’, ‘[‘), (‘:’, ‘N’), (‘;’, ‘O’), (”, ‘J’), (‘?’, ‘K’), (‘@’, ‘4’), (‘[‘, ‘/’), (‘\\’, ‘(‘), (‘]’, ‘)’), (‘^’, ‘*’), (‘_’, ‘+’), (‘}’, ‘\t’), (‘~’, ‘\n’), (‘ ‘, ‘T’), (‘\t’, ‘}’), (‘\n’, ‘~’), (‘\r’, ‘y’), (‘\x0c’, ‘x’)]
72; 48; 83;
H
[(‘0’, ‘c’), (‘1’, ‘b’), (‘2’, ‘a’), (‘3’, ‘`’), (‘4’, ‘g’), (‘5’, ‘f’), (‘6’, ‘e’), (‘7’, ‘d’), (‘8’, ‘k’), (‘9’, ‘j’), (‘a’, ‘2’), (‘b’, ‘1’), (‘c’, ‘0’), (‘d’, ‘7’), (‘e’, ‘6’), (‘f’, ‘5’), (‘g’, ‘4’), (‘h’, ‘;’), (‘i’, ‘:’), (‘j’, ‘9’), (‘k’, ‘8’), (‘l’, ‘?’), (‘m’, ‘>’), (‘n’, ‘=’), (‘o’, ‘<'), ('p', '#'), ('q', '"'), ('r', '!'), ('s', ' '), ('t', "'"), ('u', '&'), ('v', '%'), ('w', '$'), ('x', '+'), ('y', '*'), ('z', ')'), ('X', '\x0b'), ('Y', '\n'), ('Z', '\t'), ('!', 'r'), ('"', 'q'), ('#', 'p'), ('$', 'w'), ('%', 'v'), ('&', 'u'), ("'", 't'), ('(', '{'), (')', 'z'), ('*', 'y'), ('+', 'x'), ('-', '~'), ('.', '}'), ('/', '|'), (':', 'i'), (';', 'h'), ('’, ‘m’), (‘?’, ‘l’), (‘^’, ‘\r’), (‘_’, ‘\x0c’), (‘`’, ‘3’), (‘{‘, ‘(‘), (‘|’, ‘/’), (‘}’, ‘.’), (‘~’, ‘-‘), (‘ ‘, ‘s’), (‘\t’, ‘Z’), (‘\n’, ‘Y’), (‘\r’, ‘^’), (‘\x0b’, ‘X’), (‘\x0c’, ‘_’)]
72; 48; 77;
H
[(‘0’, ‘}’), (‘1’, ‘|’), (‘3’, ‘~’), (‘4’, ‘y’), (‘5’, ‘x’), (‘6’, ‘{‘), (‘7’, ‘z’), (‘8’, ‘u’), (‘9’, ‘t’), (‘a’, ‘,’), (‘b’, ‘/’), (‘c’, ‘.’), (‘d’, ‘)’), (‘e’, ‘(‘), (‘f’, ‘+’), (‘g’, ‘*’), (‘h’, ‘%’), (‘i’, ‘$’), (‘j’, “‘”), (‘k’, ‘&’), (‘l’, ‘!’), (‘m’, ‘ ‘), (‘n’, ‘#’), (‘o’, ‘”‘), (‘p’, ‘=’), (‘q’, ”), (‘t’, ‘9’), (‘u’, ‘8’), (‘v’, ‘;’), (‘w’, ‘:’), (‘x’, ‘5’), (‘y’, ‘4’), (‘z’, ‘7’), (‘A’, ‘\x0c’), (‘D’, ‘\t’), (‘F’, ‘\x0b’), (‘G’, ‘\n’), (‘!’, ‘l’), (‘”‘, ‘o’), (‘#’, ‘n’), (‘$’, ‘i’), (‘%’, ‘h’), (‘&’, ‘k’), (“‘”, ‘j’), (‘(‘, ‘e’), (‘)’, ‘d’), (‘*’, ‘g’), (‘+’, ‘f’), (‘,’, ‘a’), (‘-‘, ‘`’), (‘.’, ‘c’), (‘/’, ‘b’), (‘:’, ‘w’), (‘;’, ‘v’), (”, ‘s’), (‘?’, ‘r’), (‘@’, ‘\r’), (‘`’, ‘-‘), (‘{‘, ‘6’), (‘|’, ‘1’), (‘}’, ‘0’), (‘~’, ‘3’), (‘ ‘, ‘m’), (‘\t’, ‘D’), (‘\n’, ‘G’), (‘\r’, ‘@’), (‘\x0b’, ‘F’), (‘\x0c’, ‘A’)]
72; 48; 76;
H
[(‘0’, ‘|’), (‘1’, ‘}’), (‘2’, ‘~’), (‘4’, ‘x’), (‘5’, ‘y’), (‘6’, ‘z’), (‘7’, ‘{‘), (‘8’, ‘t’), (‘9’, ‘u’), (‘a’, ‘-‘), (‘b’, ‘.’), (‘c’, ‘/’), (‘d’, ‘(‘), (‘e’, ‘)’), (‘f’, ‘*’), (‘g’, ‘+’), (‘h’, ‘$’), (‘i’, ‘%’), (‘j’, ‘&’), (‘k’, “‘”), (‘l’, ‘ ‘), (‘m’, ‘!’), (‘n’, ‘”‘), (‘o’, ‘#’), (‘p’, ”), (‘s’, ‘?’), (‘t’, ‘8’), (‘u’, ‘9’), (‘v’, ‘:’), (‘w’, ‘;’), (‘x’, ‘4’), (‘y’, ‘5’), (‘z’, ‘6’), (‘A’, ‘\r’), (‘E’, ‘\t’), (‘F’, ‘\n’), (‘G’, ‘\x0b’), (‘!’, ‘m’), (‘”‘, ‘n’), (‘#’, ‘o’), (‘$’, ‘h’), (‘%’, ‘i’), (‘&’, ‘j’), (“‘”, ‘k’), (‘(‘, ‘d’), (‘)’, ‘e’), (‘*’, ‘f’), (‘+’, ‘g’), (‘,’, ‘`’), (‘-‘, ‘a’), (‘.’, ‘b’), (‘/’, ‘c’), (‘:’, ‘v’), (‘;’, ‘w’), (”, ‘r’), (‘?’, ‘s’), (‘@’, ‘\x0c’), (‘`’, ‘,’), (‘{‘, ‘7’), (‘|’, ‘0’), (‘}’, ‘1’), (‘~’, ‘2’), (‘ ‘, ‘l’), (‘\t’, ‘E’), (‘\n’, ‘F’), (‘\r’, ‘A’), (‘\x0b’, ‘G’), (‘\x0c’, ‘@’)]
72; 48; 75;
H
[(‘0’, ‘{‘), (‘1’, ‘z’), (‘2’, ‘y’), (‘3’, ‘x’), (‘5’, ‘~’), (‘6’, ‘}’), (‘7’, ‘|’), (‘8’, ‘s’), (‘9’, ‘r’), (‘a’, ‘*’), (‘b’, ‘)’), (‘c’, ‘(‘), (‘d’, ‘/’), (‘e’, ‘.’), (‘f’, ‘-‘), (‘g’, ‘,’), (‘h’, ‘#’), (‘i’, ‘”‘), (‘j’, ‘!’), (‘k’, ‘ ‘), (‘l’, “‘”), (‘m’, ‘&’), (‘n’, ‘%’), (‘o’, ‘$’), (‘p’, ‘;’), (‘q’, ‘:’), (‘r’, ‘9’), (‘s’, ‘8’), (‘t’, ‘?’), (‘u’, ‘>’), (‘v’, ‘=’), (‘w’, ‘<'), ('x', '3'), ('y', '2'), ('z', '1'), ('A', '\n'), ('B', '\t'), ('F', '\r'), ('G', '\x0c'), ('!', 'j'), ('"', 'i'), ('#', 'h'), ('$', 'o'), ('%', 'n'), ('&', 'm'), ("'", 'l'), ('(', 'c'), (')', 'b'), ('*', 'a'), ('+', '`'), (',', 'g'), ('-', 'f'), ('.', 'e'), ('/', 'd'), (':', 'q'), (';', 'p'), ('’, ‘u’), (‘?’, ‘t’), (‘@’, ‘\x0b’), (‘`’, ‘+’), (‘{‘, ‘0’), (‘|’, ‘7’), (‘}’, ‘6’), (‘~’, ‘5’), (‘ ‘, ‘k’), (‘\t’, ‘B’), (‘\n’, ‘A’), (‘\r’, ‘F’), (‘\x0b’, ‘@’), (‘\x0c’, ‘G’)]
72; 48; 74;
H
[(‘0’, ‘z’), (‘1’, ‘{‘), (‘2’, ‘x’), (‘3’, ‘y’), (‘4’, ‘~’), (‘6’, ‘|’), (‘7’, ‘}’), (‘8’, ‘r’), (‘9’, ‘s’), (‘a’, ‘+’), (‘b’, ‘(‘), (‘c’, ‘)’), (‘d’, ‘.’), (‘e’, ‘/’), (‘f’, ‘,’), (‘g’, ‘-‘), (‘h’, ‘”‘), (‘i’, ‘#’), (‘j’, ‘ ‘), (‘k’, ‘!’), (‘l’, ‘&’), (‘m’, “‘”), (‘n’, ‘$’), (‘o’, ‘%’), (‘p’, ‘:’), (‘q’, ‘;’), (‘r’, ‘8’), (‘s’, ‘9’), (‘t’, ‘>’), (‘u’, ‘?’), (‘v’, ‘<'), ('w', '='), ('x', '2'), ('y', '3'), ('z', '0'), ('A', '\x0b'), ('C', '\t'), ('F', '\x0c'), ('G', '\r'), ('!', 'k'), ('"', 'h'), ('#', 'i'), ('$', 'n'), ('%', 'o'), ('&', 'l'), ("'", 'm'), ('(', 'b'), (')', 'c'), ('*', '`'), ('+', 'a'), (',', 'f'), ('-', 'g'), ('.', 'd'), ('/', 'e'), (':', 'p'), (';', 'q'), ('’, ‘t’), (‘?’, ‘u’), (‘@’, ‘\n’), (‘`’, ‘*’), (‘{‘, ‘1’), (‘|’, ‘6’), (‘}’, ‘7’), (‘~’, ‘4’), (‘ ‘, ‘j’), (‘\t’, ‘C’), (‘\n’, ‘@’), (‘\r’, ‘G’), (‘\x0b’, ‘A’), (‘\x0c’, ‘F’)]
72; 48; 73;
H
[(‘0’, ‘y’), (‘1’, ‘x’), (‘2’, ‘{‘), (‘3’, ‘z’), (‘4’, ‘}’), (‘5’, ‘|’), (‘7’, ‘~’), (‘8’, ‘q’), (‘9’, ‘p’), (‘a’, ‘(‘), (‘b’, ‘+’), (‘c’, ‘*’), (‘d’, ‘-‘), (‘e’, ‘,’), (‘f’, ‘/’), (‘g’, ‘.’), (‘h’, ‘!’), (‘i’, ‘ ‘), (‘j’, ‘#’), (‘k’, ‘”‘), (‘l’, ‘%’), (‘m’, ‘$’), (‘n’, “‘”), (‘o’, ‘&’), (‘p’, ‘9’), (‘q’, ‘8’), (‘r’, ‘;’), (‘s’, ‘:’), (‘t’, ‘=’), (‘u’, ”), (‘x’, ‘1’), (‘y’, ‘0’), (‘z’, ‘3’), (‘B’, ‘\x0b’), (‘C’, ‘\n’), (‘D’, ‘\r’), (‘E’, ‘\x0c’), (‘!’, ‘h’), (‘”‘, ‘k’), (‘#’, ‘j’), (‘$’, ‘m’), (‘%’, ‘l’), (‘&’, ‘o’), (“‘”, ‘n’), (‘(‘, ‘a’), (‘)’, ‘`’), (‘*’, ‘c’), (‘+’, ‘b’), (‘,’, ‘e’), (‘-‘, ‘d’), (‘.’, ‘g’), (‘/’, ‘f’), (‘:’, ‘s’), (‘;’, ‘r’), (”, ‘w’), (‘?’, ‘v’), (‘@’, ‘\t’), (‘`’, ‘)’), (‘{‘, ‘2’), (‘|’, ‘5’), (‘}’, ‘4’), (‘~’, ‘7’), (‘ ‘, ‘i’), (‘\t’, ‘@’), (‘\n’, ‘C’), (‘\r’, ‘D’), (‘\x0b’, ‘B’), (‘\x0c’, ‘E’)]
72; 48; 72;
H
[(‘0’, ‘x’), (‘1’, ‘y’), (‘2’, ‘z’), (‘3’, ‘{‘), (‘4’, ‘|’), (‘5’, ‘}’), (‘6’, ‘~’), (‘8’, ‘p’), (‘9’, ‘q’), (‘a’, ‘)’), (‘b’, ‘*’), (‘c’, ‘+’), (‘d’, ‘,’), (‘e’, ‘-‘), (‘f’, ‘.’), (‘g’, ‘/’), (‘h’, ‘ ‘), (‘i’, ‘!’), (‘j’, ‘”‘), (‘k’, ‘#’), (‘l’, ‘$’), (‘m’, ‘%’), (‘n’, ‘&’), (‘o’, “‘”), (‘p’, ‘8’), (‘q’, ‘9’), (‘r’, ‘:’), (‘s’, ‘;’), (‘t’, ”), (‘w’, ‘?’), (‘x’, ‘0’), (‘y’, ‘1’), (‘z’, ‘2’), (‘A’, ‘\t’), (‘B’, ‘\n’), (‘C’, ‘\x0b’), (‘D’, ‘\x0c’), (‘E’, ‘\r’), (‘!’, ‘i’), (‘”‘, ‘j’), (‘#’, ‘k’), (‘$’, ‘l’), (‘%’, ‘m’), (‘&’, ‘n’), (“‘”, ‘o’), (‘(‘, ‘`’), (‘)’, ‘a’), (‘*’, ‘b’), (‘+’, ‘c’), (‘,’, ‘d’), (‘-‘, ‘e’), (‘.’, ‘f’), (‘/’, ‘g’), (‘:’, ‘r’), (‘;’, ‘s’), (”, ‘v’), (‘?’, ‘w’), (‘`’, ‘(‘), (‘{‘, ‘3’), (‘|’, ‘4’), (‘}’, ‘5’), (‘~’, ‘6’), (‘ ‘, ‘h’), (‘\t’, ‘A’), (‘\n’, ‘B’), (‘\r’, ‘E’), (‘\x0b’, ‘C’), (‘\x0c’, ‘D’)]
72; 48; 71;
H
[(‘0’, ‘w’), (‘1’, ‘v’), (‘2’, ‘u’), (‘3’, ‘t’), (‘4’, ‘s’), (‘5’, ‘r’), (‘6’, ‘q’), (‘7’, ‘p’), (‘9’, ‘~’), (‘a’, ‘&’), (‘b’, ‘%’), (‘c’, ‘$’), (‘d’, ‘#’), (‘e’, ‘”‘), (‘f’, ‘!’), (‘g’, ‘ ‘), (‘h’, ‘/’), (‘i’, ‘.’), (‘j’, ‘-‘), (‘k’, ‘,’), (‘l’, ‘+’), (‘m’, ‘*’), (‘n’, ‘)’), (‘o’, ‘(‘), (‘p’, ‘7’), (‘q’, ‘6’), (‘r’, ‘5’), (‘s’, ‘4’), (‘t’, ‘3’), (‘u’, ‘2’), (‘v’, ‘1’), (‘w’, ‘0’), (‘x’, ‘?’), (‘y’, ‘>’), (‘z’, ‘=’), (‘J’, ‘\r’), (‘K’, ‘\x0c’), (‘L’, ‘\x0b’), (‘M’, ‘\n’), (‘N’, ‘\t’), (‘!’, ‘f’), (‘”‘, ‘e’), (‘#’, ‘d’), (‘$’, ‘c’), (‘%’, ‘b’), (‘&’, ‘a’), (“‘”, ‘`’), (‘(‘, ‘o’), (‘)’, ‘n’), (‘*’, ‘m’), (‘+’, ‘l’), (‘,’, ‘k’), (‘-‘, ‘j’), (‘.’, ‘i’), (‘/’, ‘h’), (‘:’, ‘}’), (‘;’, ‘|’), (”, ‘y’), (‘?’, ‘x’), (‘`’, “‘”), (‘{‘, ‘<'), ('|', ';'), ('}', ':'), ('~', '9'), (' ', 'g'), ('\t', 'N'), ('\n', 'M'), ('\r', 'J'), ('\x0b', 'L'), ('\x0c', 'K')]
72; 48; 70;
H
[(‘0’, ‘v’), (‘1’, ‘w’), (‘2’, ‘t’), (‘3’, ‘u’), (‘4’, ‘r’), (‘5’, ‘s’), (‘6’, ‘p’), (‘7’, ‘q’), (‘8’, ‘~’), (‘a’, “‘”), (‘b’, ‘$’), (‘c’, ‘%’), (‘d’, ‘”‘), (‘e’, ‘#’), (‘f’, ‘ ‘), (‘g’, ‘!’), (‘h’, ‘.’), (‘i’, ‘/’), (‘j’, ‘,’), (‘k’, ‘-‘), (‘l’, ‘*’), (‘m’, ‘+’), (‘n’, ‘(‘), (‘o’, ‘)’), (‘p’, ‘6’), (‘q’, ‘7’), (‘r’, ‘4’), (‘s’, ‘5’), (‘t’, ‘2’), (‘u’, ‘3’), (‘v’, ‘0’), (‘w’, ‘1’), (‘x’, ‘>’), (‘y’, ‘?’), (‘z’, ‘<'), ('J', '\x0c'), ('K', '\r'), ('L', '\n'), ('M', '\x0b'), ('O', '\t'), ('!', 'g'), ('"', 'd'), ('#', 'e'), ('$', 'b'), ('%', 'c'), ('&', '`'), ("'", 'a'), ('(', 'n'), (')', 'o'), ('*', 'l'), ('+', 'm'), (',', 'j'), ('-', 'k'), ('.', 'h'), ('/', 'i'), (':', '|'), (';', '}'), ('’, ‘x’), (‘?’, ‘y’), (‘`’, ‘&’), (‘{‘, ‘=’), (‘|’, ‘:’), (‘}’, ‘;’), (‘~’, ‘8’), (‘ ‘, ‘f’), (‘\t’, ‘O’), (‘\n’, ‘L’), (‘\r’, ‘K’), (‘\x0b’, ‘M’), (‘\x0c’, ‘J’)]
72; 48; 91;
H
[(‘0’, ‘k’), (‘1’, ‘j’), (‘2’, ‘i’), (‘3’, ‘h’), (‘4’, ‘o’), (‘5’, ‘n’), (‘6’, ‘m’), (‘7’, ‘l’), (‘8’, ‘c’), (‘9’, ‘b’), (‘a’, ‘:’), (‘b’, ‘9’), (‘c’, ‘8’), (‘d’, ‘?’), (‘e’, ‘>’), (‘f’, ‘=’), (‘g’, ‘<'), ('h', '3'), ('i', '2'), ('j', '1'), ('k', '0'), ('l', '7'), ('m', '6'), ('n', '5'), ('o', '4'), ('p', '+'), ('q', '*'), ('r', ')'), ('s', '('), ('t', '/'), ('u', '.'), ('v', '-'), ('w', ','), ('x', '#'), ('y', '"'), ('z', '!'), ('P', '\x0b'), ('Q', '\n'), ('R', '\t'), ('V', '\r'), ('W', '\x0c'), ('!', 'z'), ('"', 'y'), ('#', 'x'), ('%', '~'), ('&', '}'), ("'", '|'), ('(', 's'), (')', 'r'), ('*', 'q'), ('+', 'p'), (',', 'w'), ('-', 'v'), ('.', 'u'), ('/', 't'), (':', 'a'), (';', '`'), ('’, ‘e’), (‘?’, ‘d’), (‘`’, ‘;’), (‘{‘, ‘ ‘), (‘|’, “‘”), (‘}’, ‘&’), (‘~’, ‘%’), (‘ ‘, ‘{‘), (‘\t’, ‘R’), (‘\n’, ‘Q’), (‘\r’, ‘V’), (‘\x0b’, ‘P’), (‘\x0c’, ‘W’)]
72; 48; 90;
H
[(‘0’, ‘j’), (‘1’, ‘k’), (‘2’, ‘h’), (‘3’, ‘i’), (‘4’, ‘n’), (‘5’, ‘o’), (‘6’, ‘l’), (‘7’, ‘m’), (‘8’, ‘b’), (‘9’, ‘c’), (‘a’, ‘;’), (‘b’, ‘8’), (‘c’, ‘9’), (‘d’, ‘>’), (‘e’, ‘?’), (‘f’, ‘<'), ('g', '='), ('h', '2'), ('i', '3'), ('j', '0'), ('k', '1'), ('l', '6'), ('m', '7'), ('n', '4'), ('o', '5'), ('p', '*'), ('q', '+'), ('r', '('), ('s', ')'), ('t', '.'), ('u', '/'), ('v', ','), ('w', '-'), ('x', '"'), ('y', '#'), ('z', ' '), ('P', '\n'), ('Q', '\x0b'), ('S', '\t'), ('V', '\x0c'), ('W', '\r'), ('!', '{'), ('"', 'x'), ('#', 'y'), ('$', '~'), ('&', '|'), ("'", '}'), ('(', 'r'), (')', 's'), ('*', 'p'), ('+', 'q'), (',', 'v'), ('-', 'w'), ('.', 't'), ('/', 'u'), (':', '`'), (';', 'a'), ('’, ‘d’), (‘?’, ‘e’), (‘`’, ‘:’), (‘{‘, ‘!’), (‘|’, ‘&’), (‘}’, “‘”), (‘~’, ‘$’), (‘ ‘, ‘z’), (‘\t’, ‘S’), (‘\n’, ‘P’), (‘\r’, ‘W’), (‘\x0b’, ‘Q’), (‘\x0c’, ‘V’)]
72; 48; 93;
H
[(‘0’, ‘m’), (‘1’, ‘l’), (‘2’, ‘o’), (‘3’, ‘n’), (‘4’, ‘i’), (‘5’, ‘h’), (‘6’, ‘k’), (‘7’, ‘j’), (‘8’, ‘e’), (‘9’, ‘d’), (‘a’, ”), (‘d’, ‘9’), (‘e’, ‘8’), (‘f’, ‘;’), (‘g’, ‘:’), (‘h’, ‘5’), (‘i’, ‘4’), (‘j’, ‘7’), (‘k’, ‘6’), (‘l’, ‘1’), (‘m’, ‘0’), (‘n’, ‘3’), (‘o’, ‘2’), (‘p’, ‘-‘), (‘q’, ‘,’), (‘r’, ‘/’), (‘s’, ‘.’), (‘t’, ‘)’), (‘u’, ‘(‘), (‘v’, ‘+’), (‘w’, ‘*’), (‘x’, ‘%’), (‘y’, ‘$’), (‘z’, “‘”), (‘P’, ‘\r’), (‘Q’, ‘\x0c’), (‘T’, ‘\t’), (‘V’, ‘\x0b’), (‘W’, ‘\n’), (‘!’, ‘|’), (‘#’, ‘~’), (‘$’, ‘y’), (‘%’, ‘x’), (‘&’, ‘{‘), (“‘”, ‘z’), (‘(‘, ‘u’), (‘)’, ‘t’), (‘*’, ‘w’), (‘+’, ‘v’), (‘,’, ‘q’), (‘-‘, ‘p’), (‘.’, ‘s’), (‘/’, ‘r’), (‘:’, ‘g’), (‘;’, ‘f’), (”, ‘c’), (‘?’, ‘b’), (‘`’, ‘=’), (‘{‘, ‘&’), (‘|’, ‘!’), (‘}’, ‘ ‘), (‘~’, ‘#’), (‘ ‘, ‘}’), (‘\t’, ‘T’), (‘\n’, ‘W’), (‘\r’, ‘P’), (‘\x0b’, ‘V’), (‘\x0c’, ‘Q’)]
72; 48; 92;
H
[(‘0’, ‘l’), (‘1’, ‘m’), (‘2’, ‘n’), (‘3’, ‘o’), (‘4’, ‘h’), (‘5’, ‘i’), (‘6’, ‘j’), (‘7’, ‘k’), (‘8’, ‘d’), (‘9’, ‘e’), (‘a’, ‘=’), (‘b’, ‘>’), (‘c’, ‘?’), (‘d’, ‘8’), (‘e’, ‘9’), (‘f’, ‘:’), (‘g’, ‘;’), (‘h’, ‘4’), (‘i’, ‘5’), (‘j’, ‘6’), (‘k’, ‘7’), (‘l’, ‘0’), (‘m’, ‘1’), (‘n’, ‘2’), (‘o’, ‘3’), (‘p’, ‘,’), (‘q’, ‘-‘), (‘r’, ‘.’), (‘s’, ‘/’), (‘t’, ‘(‘), (‘u’, ‘)’), (‘v’, ‘*’), (‘w’, ‘+’), (‘x’, ‘$’), (‘y’, ‘%’), (‘z’, ‘&’), (‘P’, ‘\x0c’), (‘Q’, ‘\r’), (‘U’, ‘\t’), (‘V’, ‘\n’), (‘W’, ‘\x0b’), (‘!’, ‘}’), (‘”‘, ‘~’), (‘$’, ‘x’), (‘%’, ‘y’), (‘&’, ‘z’), (“‘”, ‘{‘), (‘(‘, ‘t’), (‘)’, ‘u’), (‘*’, ‘v’), (‘+’, ‘w’), (‘,’, ‘p’), (‘-‘, ‘q’), (‘.’, ‘r’), (‘/’, ‘s’), (‘:’, ‘f’), (‘;’, ‘g’), (”, ‘b’), (‘?’, ‘c’), (‘`’, ‘<'), ('{', "'"), ('|', ' '), ('}', '!'), ('~', '"'), (' ', '|'), ('\t', 'U'), ('\n', 'V'), ('\r', 'Q'), ('\x0b', 'W'), ('\x0c', 'P')]
72; 48; 95;
H
[(‘0’, ‘o’), (‘1’, ‘n’), (‘2’, ‘m’), (‘3’, ‘l’), (‘4’, ‘k’), (‘5’, ‘j’), (‘6’, ‘i’), (‘7’, ‘h’), (‘8’, ‘g’), (‘9’, ‘f’), (‘a’, ‘>’), (‘b’, ‘=’), (‘c’, ‘<'), ('d', ';'), ('e', ':'), ('f', '9'), ('g', '8'), ('h', '7'), ('i', '6'), ('j', '5'), ('k', '4'), ('l', '3'), ('m', '2'), ('n', '1'), ('o', '0'), ('p', '/'), ('q', '.'), ('r', '-'), ('s', ','), ('t', '+'), ('u', '*'), ('v', ')'), ('w', '('), ('x', "'"), ('y', '&'), ('z', '%'), ('R', '\r'), ('S', '\x0c'), ('T', '\x0b'), ('U', '\n'), ('V', '\t'), ('!', '~'), ('"', '}'), ('#', '|'), ('$', '{'), ('%', 'z'), ('&', 'y'), ("'", 'x'), ('(', 'w'), (')', 'v'), ('*', 'u'), ('+', 't'), (',', 's'), ('-', 'r'), ('.', 'q'), ('/', 'p'), (':', 'e'), (';', 'd'), ('’, ‘a’), (‘?’, ‘`’), (‘`’, ‘?’), (‘{‘, ‘$’), (‘|’, ‘#’), (‘}’, ‘”‘), (‘~’, ‘!’), (‘\t’, ‘V’), (‘\n’, ‘U’), (‘\r’, ‘R’), (‘\x0b’, ‘T’), (‘\x0c’, ‘S’)]
72; 48; 94;
H
[(‘0’, ‘n’), (‘1’, ‘o’), (‘2’, ‘l’), (‘3’, ‘m’), (‘4’, ‘j’), (‘5’, ‘k’), (‘6’, ‘h’), (‘7’, ‘i’), (‘8’, ‘f’), (‘9’, ‘g’), (‘a’, ‘?’), (‘b’, ‘<'), ('c', '='), ('d', ':'), ('e', ';'), ('f', '8'), ('g', '9'), ('h', '6'), ('i', '7'), ('j', '4'), ('k', '5'), ('l', '2'), ('m', '3'), ('n', '0'), ('o', '1'), ('p', '.'), ('q', '/'), ('r', ','), ('s', '-'), ('t', '*'), ('u', '+'), ('v', '('), ('w', ')'), ('x', '&'), ('y', "'"), ('z', '$'), ('R', '\x0c'), ('S', '\r'), ('T', '\n'), ('U', '\x0b'), ('W', '\t'), ('"', '|'), ('#', '}'), ('$', 'z'), ('%', '{'), ('&', 'x'), ("'", 'y'), ('(', 'v'), (')', 'w'), ('*', 't'), ('+', 'u'), (',', 'r'), ('-', 's'), ('.', 'p'), ('/', 'q'), (':', 'd'), (';', 'e'), ('’, ‘`’), (‘?’, ‘a’), (‘`’, ‘>’), (‘{‘, ‘%’), (‘|’, ‘”‘), (‘}’, ‘#’), (‘~’, ‘ ‘), (‘ ‘, ‘~’), (‘\t’, ‘W’), (‘\n’, ‘T’), (‘\r’, ‘S’), (‘\x0b’, ‘U’), (‘\x0c’, ‘R’)]
72; 48; 79;
H
[(‘1’, ‘~’), (‘2’, ‘}’), (‘3’, ‘|’), (‘4’, ‘{‘), (‘5’, ‘z’), (‘6’, ‘y’), (‘7’, ‘x’), (‘8’, ‘w’), (‘9’, ‘v’), (‘a’, ‘.’), (‘b’, ‘-‘), (‘c’, ‘,’), (‘d’, ‘+’), (‘e’, ‘*’), (‘f’, ‘)’), (‘g’, ‘(‘), (‘h’, “‘”), (‘i’, ‘&’), (‘j’, ‘%’), (‘k’, ‘$’), (‘l’, ‘#’), (‘m’, ‘”‘), (‘n’, ‘!’), (‘o’, ‘ ‘), (‘p’, ‘?’), (‘q’, ‘>’), (‘r’, ‘=’), (‘s’, ‘<'), ('t', ';'), ('u', ':'), ('v', '9'), ('w', '8'), ('x', '7'), ('y', '6'), ('z', '5'), ('B', '\r'), ('C', '\x0c'), ('D', '\x0b'), ('E', '\n'), ('F', '\t'), ('!', 'n'), ('"', 'm'), ('#', 'l'), ('$', 'k'), ('%', 'j'), ('&', 'i'), ("'", 'h'), ('(', 'g'), (')', 'f'), ('*', 'e'), ('+', 'd'), (',', 'c'), ('-', 'b'), ('.', 'a'), ('/', '`'), (':', 'u'), (';', 't'), ('’, ‘q’), (‘?’, ‘p’), (‘`’, ‘/’), (‘{‘, ‘4’), (‘|’, ‘3’), (‘}’, ‘2’), (‘~’, ‘1’), (‘ ‘, ‘o’), (‘\t’, ‘F’), (‘\n’, ‘E’), (‘\r’, ‘B’), (‘\x0b’, ‘D’), (‘\x0c’, ‘C’)]
72; 48; 78;
H
[(‘0’, ‘~’), (‘2’, ‘|’), (‘3’, ‘}’), (‘4’, ‘z’), (‘5’, ‘{‘), (‘6’, ‘x’), (‘7’, ‘y’), (‘8’, ‘v’), (‘9’, ‘w’), (‘a’, ‘/’), (‘b’, ‘,’), (‘c’, ‘-‘), (‘d’, ‘*’), (‘e’, ‘+’), (‘f’, ‘(‘), (‘g’, ‘)’), (‘h’, ‘&’), (‘i’, “‘”), (‘j’, ‘$’), (‘k’, ‘%’), (‘l’, ‘”‘), (‘m’, ‘#’), (‘n’, ‘ ‘), (‘o’, ‘!’), (‘p’, ‘>’), (‘q’, ‘?’), (‘r’, ‘<'), ('s', '='), ('t', ':'), ('u', ';'), ('v', '8'), ('w', '9'), ('x', '6'), ('y', '7'), ('z', '4'), ('B', '\x0c'), ('C', '\r'), ('D', '\n'), ('E', '\x0b'), ('G', '\t'), ('!', 'o'), ('"', 'l'), ('#', 'm'), ('$', 'j'), ('%', 'k'), ('&', 'h'), ("'", 'i'), ('(', 'f'), (')', 'g'), ('*', 'd'), ('+', 'e'), (',', 'b'), ('-', 'c'), ('.', '`'), ('/', 'a'), (':', 't'), (';', 'u'), ('’, ‘p’), (‘?’, ‘q’), (‘`’, ‘.’), (‘{‘, ‘5’), (‘|’, ‘2’), (‘}’, ‘3’), (‘~’, ‘0’), (‘ ‘, ‘n’), (‘\t’, ‘G’), (‘\n’, ‘D’), (‘\r’, ‘C’), (‘\x0b’, ‘E’), (‘\x0c’, ‘B’)]
72; 48; 118;
H
[(‘0’, ‘F’), (‘1’, ‘G’), (‘2’, ‘D’), (‘3’, ‘E’), (‘4’, ‘B’), (‘5’, ‘C’), (‘6’, ‘@’), (‘7’, ‘A’), (‘8’, ‘N’), (‘9’, ‘O’), (‘z’, ‘\x0c’), (‘A’, ‘7’), (‘B’, ‘4’), (‘C’, ‘5’), (‘D’, ‘2’), (‘E’, ‘3’), (‘F’, ‘0’), (‘G’, ‘1’), (‘H’, ‘>’), (‘I’, ‘?’), (‘J’, ‘<'), ('K', '='), ('L', ':'), ('M', ';'), ('N', '8'), ('O', '9'), ('P', '&'), ('Q', "'"), ('R', '$'), ('S', '%'), ('T', '"'), ('U', '#'), ('V', ' '), ('W', '!'), ('X', '.'), ('Y', '/'), ('Z', ','), ('!', 'W'), ('"', 'T'), ('#', 'U'), ('$', 'R'), ('%', 'S'), ('&', 'P'), ("'", 'Q'), ('(', '^'), (')', '_'), ('*', '\\'), ('+', ']'), (',', 'Z'), ('-', '['), ('.', 'X'), ('/', 'Y'), (':', 'L'), (';', 'M'), ('’, ‘H’), (‘?’, ‘I’), (‘@’, ‘6’), (‘[‘, ‘-‘), (‘\\’, ‘*’), (‘]’, ‘+’), (‘^’, ‘(‘), (‘_’, ‘)’), (‘{‘, ‘\r’), (‘|’, ‘\n’), (‘}’, ‘\x0b’), (‘ ‘, ‘V’), (‘\n’, ‘|’), (‘\r’, ‘{‘), (‘\x0b’, ‘}’), (‘\x0c’, ‘z’)]
72; 48; 115;
H
[(‘0’, ‘C’), (‘1’, ‘B’), (‘2’, ‘A’), (‘3’, ‘@’), (‘4’, ‘G’), (‘5’, ‘F’), (‘6’, ‘E’), (‘7’, ‘D’), (‘8’, ‘K’), (‘9’, ‘J’), (‘x’, ‘\x0b’), (‘y’, ‘\n’), (‘z’, ‘\t’), (‘A’, ‘2’), (‘B’, ‘1’), (‘C’, ‘0’), (‘D’, ‘7’), (‘E’, ‘6’), (‘F’, ‘5’), (‘G’, ‘4’), (‘H’, ‘;’), (‘I’, ‘:’), (‘J’, ‘9’), (‘K’, ‘8’), (‘L’, ‘?’), (‘M’, ‘>’), (‘N’, ‘=’), (‘O’, ‘<'), ('P', '#'), ('Q', '"'), ('R', '!'), ('S', ' '), ('T', "'"), ('U', '&'), ('V', '%'), ('W', '$'), ('X', '+'), ('Y', '*'), ('Z', ')'), ('!', 'R'), ('"', 'Q'), ('#', 'P'), ('$', 'W'), ('%', 'V'), ('&', 'U'), ("'", 'T'), ('(', '['), (')', 'Z'), ('*', 'Y'), ('+', 'X'), (',', '_'), ('-', '^'), ('.', ']'), ('/', '\\'), (':', 'I'), (';', 'H'), ('’, ‘M’), (‘?’, ‘L’), (‘@’, ‘3’), (‘[‘, ‘(‘), (‘\\’, ‘/’), (‘]’, ‘.’), (‘^’, ‘-‘), (‘_’, ‘,’), (‘~’, ‘\r’), (‘ ‘, ‘S’), (‘\t’, ‘z’), (‘\n’, ‘y’), (‘\r’, ‘~’), (‘\x0b’, ‘x’)]
72; 48; 39;
H
[(‘a’, ‘F’), (‘b’, ‘E’), (‘c’, ‘D’), (‘d’, ‘C’), (‘e’, ‘B’), (‘f’, ‘A’), (‘g’, ‘@’), (‘h’, ‘O’), (‘i’, ‘N’), (‘j’, ‘M’), (‘k’, ‘L’), (‘l’, ‘K’), (‘m’, ‘J’), (‘n’, ‘I’), (‘o’, ‘H’), (‘p’, ‘W’), (‘q’, ‘V’), (‘r’, ‘U’), (‘s’, ‘T’), (‘t’, ‘S’), (‘u’, ‘R’), (‘v’, ‘Q’), (‘w’, ‘P’), (‘x’, ‘_’), (‘y’, ‘^’), (‘z’, ‘]’), (‘A’, ‘f’), (‘B’, ‘e’), (‘C’, ‘d’), (‘D’, ‘c’), (‘E’, ‘b’), (‘F’, ‘a’), (‘G’, ‘`’), (‘H’, ‘o’), (‘I’, ‘n’), (‘J’, ‘m’), (‘K’, ‘l’), (‘L’, ‘k’), (‘M’, ‘j’), (‘N’, ‘i’), (‘O’, ‘h’), (‘P’, ‘w’), (‘Q’, ‘v’), (‘R’, ‘u’), (‘S’, ‘t’), (‘T’, ‘s’), (‘U’, ‘r’), (‘V’, ‘q’), (‘W’, ‘p’), (‘Y’, ‘~’), (‘Z’, ‘}’), (‘*’, ‘\r’), (‘+’, ‘\x0c’), (‘,’, ‘\x0b’), (‘-‘, ‘\n’), (‘.’, ‘\t’), (‘@’, ‘g’), (‘[‘, ‘|’), (‘\\’, ‘{‘), (‘]’, ‘z’), (‘^’, ‘y’), (‘_’, ‘x’), (‘`’, ‘G’), (‘{‘, ‘\\’), (‘|’, ‘[‘), (‘}’, ‘Z’), (‘~’, ‘Y’), (‘\t’, ‘.’), (‘\n’, ‘-‘), (‘\r’, ‘*’), (‘\x0b’, ‘,’), (‘\x0c’, ‘+’)]
72; 48; 38;
H
[(‘a’, ‘G’), (‘b’, ‘D’), (‘c’, ‘E’), (‘d’, ‘B’), (‘e’, ‘C’), (‘f’, ‘@’), (‘g’, ‘A’), (‘h’, ‘N’), (‘i’, ‘O’), (‘j’, ‘L’), (‘k’, ‘M’), (‘l’, ‘J’), (‘m’, ‘K’), (‘n’, ‘H’), (‘o’, ‘I’), (‘p’, ‘V’), (‘q’, ‘W’), (‘r’, ‘T’), (‘s’, ‘U’), (‘t’, ‘R’), (‘u’, ‘S’), (‘v’, ‘P’), (‘w’, ‘Q’), (‘x’, ‘^’), (‘y’, ‘_’), (‘z’, ‘\\’), (‘A’, ‘g’), (‘B’, ‘d’), (‘C’, ‘e’), (‘D’, ‘b’), (‘E’, ‘c’), (‘F’, ‘`’), (‘G’, ‘a’), (‘H’, ‘n’), (‘I’, ‘o’), (‘J’, ‘l’), (‘K’, ‘m’), (‘L’, ‘j’), (‘M’, ‘k’), (‘N’, ‘h’), (‘O’, ‘i’), (‘P’, ‘v’), (‘Q’, ‘w’), (‘R’, ‘t’), (‘S’, ‘u’), (‘T’, ‘r’), (‘U’, ‘s’), (‘V’, ‘p’), (‘W’, ‘q’), (‘X’, ‘~’), (‘Z’, ‘|’), (‘*’, ‘\x0c’), (‘+’, ‘\r’), (‘,’, ‘\n’), (‘-‘, ‘\x0b’), (‘/’, ‘\t’), (‘@’, ‘f’), (‘[‘, ‘}’), (‘\\’, ‘z’), (‘]’, ‘{‘), (‘^’, ‘x’), (‘_’, ‘y’), (‘`’, ‘F’), (‘{‘, ‘]’), (‘|’, ‘Z’), (‘}’, ‘[‘), (‘~’, ‘X’), (‘\t’, ‘/’), (‘\n’, ‘,’), (‘\r’, ‘+’), (‘\x0b’, ‘-‘), (‘\x0c’, ‘*’)]
72; 48; 59;
H
[(‘0’, ‘\x0b’), (‘1’, ‘\n’), (‘2’, ‘\t’), (‘6’, ‘\r’), (‘7’, ‘\x0c’), (‘a’, ‘Z’), (‘b’, ‘Y’), (‘c’, ‘X’), (‘d’, ‘_’), (‘e’, ‘^’), (‘f’, ‘]’), (‘g’, ‘\\’), (‘h’, ‘S’), (‘i’, ‘R’), (‘j’, ‘Q’), (‘k’, ‘P’), (‘l’, ‘W’), (‘m’, ‘V’), (‘n’, ‘U’), (‘o’, ‘T’), (‘p’, ‘K’), (‘q’, ‘J’), (‘r’, ‘I’), (‘s’, ‘H’), (‘t’, ‘O’), (‘u’, ‘N’), (‘v’, ‘M’), (‘w’, ‘L’), (‘x’, ‘C’), (‘y’, ‘B’), (‘z’, ‘A’), (‘A’, ‘z’), (‘B’, ‘y’), (‘C’, ‘x’), (‘E’, ‘~’), (‘F’, ‘}’), (‘G’, ‘|’), (‘H’, ‘s’), (‘I’, ‘r’), (‘J’, ‘q’), (‘K’, ‘p’), (‘L’, ‘w’), (‘M’, ‘v’), (‘N’, ‘u’), (‘O’, ‘t’), (‘P’, ‘k’), (‘Q’, ‘j’), (‘R’, ‘i’), (‘S’, ‘h’), (‘T’, ‘o’), (‘U’, ‘n’), (‘V’, ‘m’), (‘W’, ‘l’), (‘X’, ‘c’), (‘Y’, ‘b’), (‘Z’, ‘a’), (‘@’, ‘{‘), (‘[‘, ‘`’), (‘\\’, ‘g’), (‘]’, ‘f’), (‘^’, ‘e’), (‘_’, ‘d’), (‘`’, ‘[‘), (‘{‘, ‘@’), (‘|’, ‘G’), (‘}’, ‘F’), (‘~’, ‘E’), (‘\t’, ‘2’), (‘\n’, ‘1’), (‘\r’, ‘6’), (‘\x0b’, ‘0’), (‘\x0c’, ‘7’)]
72; 48; 58;
H
[(‘0’, ‘\n’), (‘1’, ‘\x0b’), (‘3’, ‘\t’), (‘6’, ‘\x0c’), (‘7’, ‘\r’), (‘a’, ‘[‘), (‘b’, ‘X’), (‘c’, ‘Y’), (‘d’, ‘^’), (‘e’, ‘_’), (‘f’, ‘\\’), (‘g’, ‘]’), (‘h’, ‘R’), (‘i’, ‘S’), (‘j’, ‘P’), (‘k’, ‘Q’), (‘l’, ‘V’), (‘m’, ‘W’), (‘n’, ‘T’), (‘o’, ‘U’), (‘p’, ‘J’), (‘q’, ‘K’), (‘r’, ‘H’), (‘s’, ‘I’), (‘t’, ‘N’), (‘u’, ‘O’), (‘v’, ‘L’), (‘w’, ‘M’), (‘x’, ‘B’), (‘y’, ‘C’), (‘z’, ‘@’), (‘A’, ‘{‘), (‘B’, ‘x’), (‘C’, ‘y’), (‘D’, ‘~’), (‘F’, ‘|’), (‘G’, ‘}’), (‘H’, ‘r’), (‘I’, ‘s’), (‘J’, ‘p’), (‘K’, ‘q’), (‘L’, ‘v’), (‘M’, ‘w’), (‘N’, ‘t’), (‘O’, ‘u’), (‘P’, ‘j’), (‘Q’, ‘k’), (‘R’, ‘h’), (‘S’, ‘i’), (‘T’, ‘n’), (‘U’, ‘o’), (‘V’, ‘l’), (‘W’, ‘m’), (‘X’, ‘b’), (‘Y’, ‘c’), (‘Z’, ‘`’), (‘@’, ‘z’), (‘[‘, ‘a’), (‘\\’, ‘f’), (‘]’, ‘g’), (‘^’, ‘d’), (‘_’, ‘e’), (‘`’, ‘Z’), (‘{‘, ‘A’), (‘|’, ‘F’), (‘}’, ‘G’), (‘~’, ‘D’), (‘\t’, ‘3’), (‘\n’, ‘0’), (‘\r’, ‘7’), (‘\x0b’, ‘1’), (‘\x0c’, ‘6’)]
72; 48; 114;
H
[(‘0’, ‘B’), (‘1’, ‘C’), (‘2’, ‘@’), (‘3’, ‘A’), (‘4’, ‘F’), (‘5’, ‘G’), (‘6’, ‘D’), (‘7’, ‘E’), (‘8’, ‘J’), (‘9’, ‘K’), (‘x’, ‘\n’), (‘y’, ‘\x0b’), (‘A’, ‘3’), (‘B’, ‘0’), (‘C’, ‘1’), (‘D’, ‘6’), (‘E’, ‘7’), (‘F’, ‘4’), (‘G’, ‘5’), (‘H’, ‘:’), (‘I’, ‘;’), (‘J’, ‘8’), (‘K’, ‘9’), (‘L’, ‘>’), (‘M’, ‘?’), (‘N’, ‘<'), ('O', '='), ('P', '"'), ('Q', '#'), ('R', ' '), ('S', '!'), ('T', '&'), ('U', "'"), ('V', '$'), ('W', '%'), ('X', '*'), ('Y', '+'), ('Z', '('), ('!', 'S'), ('"', 'P'), ('#', 'Q'), ('$', 'V'), ('%', 'W'), ('&', 'T'), ("'", 'U'), ('(', 'Z'), (')', '['), ('*', 'X'), ('+', 'Y'), (',', '^'), ('-', '_'), ('.', '\\'), ('/', ']'), (':', 'H'), (';', 'I'), ('’, ‘L’), (‘?’, ‘M’), (‘@’, ‘2’), (‘[‘, ‘)’), (‘\\’, ‘.’), (‘]’, ‘/’), (‘^’, ‘,’), (‘_’, ‘-‘), (‘{‘, ‘\t’), (‘~’, ‘\x0c’), (‘ ‘, ‘R’), (‘\t’, ‘{‘), (‘\n’, ‘x’), (‘\x0b’, ‘y’), (‘\x0c’, ‘~’)]
72; 48; 33;
H
[(‘a’, ‘@’), (‘b’, ‘C’), (‘c’, ‘B’), (‘d’, ‘E’), (‘e’, ‘D’), (‘f’, ‘G’), (‘g’, ‘F’), (‘h’, ‘I’), (‘i’, ‘H’), (‘j’, ‘K’), (‘k’, ‘J’), (‘l’, ‘M’), (‘m’, ‘L’), (‘n’, ‘O’), (‘o’, ‘N’), (‘p’, ‘Q’), (‘q’, ‘P’), (‘r’, ‘S’), (‘s’, ‘R’), (‘t’, ‘U’), (‘u’, ‘T’), (‘v’, ‘W’), (‘w’, ‘V’), (‘x’, ‘Y’), (‘y’, ‘X’), (‘z’, ‘[‘), (‘A’, ‘`’), (‘B’, ‘c’), (‘C’, ‘b’), (‘D’, ‘e’), (‘E’, ‘d’), (‘F’, ‘g’), (‘G’, ‘f’), (‘H’, ‘i’), (‘I’, ‘h’), (‘J’, ‘k’), (‘K’, ‘j’), (‘L’, ‘m’), (‘M’, ‘l’), (‘N’, ‘o’), (‘O’, ‘n’), (‘P’, ‘q’), (‘Q’, ‘p’), (‘R’, ‘s’), (‘S’, ‘r’), (‘T’, ‘u’), (‘U’, ‘t’), (‘V’, ‘w’), (‘W’, ‘v’), (‘X’, ‘y’), (‘Y’, ‘x’), (‘Z’, ‘{‘), (‘(‘, ‘\t’), (‘*’, ‘\x0b’), (‘+’, ‘\n’), (‘,’, ‘\r’), (‘-‘, ‘\x0c’), (‘@’, ‘a’), (‘[‘, ‘z’), (‘\\’, ‘}’), (‘]’, ‘|’), (‘_’, ‘~’), (‘`’, ‘A’), (‘{‘, ‘Z’), (‘|’, ‘]’), (‘}’, ‘\\’), (‘~’, ‘_’), (‘\t’, ‘(‘), (‘\n’, ‘+’), (‘\r’, ‘,’), (‘\x0b’, ‘*’), (‘\x0c’, ‘-‘)]
72; 48; 32;
H
[(‘a’, ‘A’), (‘b’, ‘B’), (‘c’, ‘C’), (‘d’, ‘D’), (‘e’, ‘E’), (‘f’, ‘F’), (‘g’, ‘G’), (‘h’, ‘H’), (‘i’, ‘I’), (‘j’, ‘J’), (‘k’, ‘K’), (‘l’, ‘L’), (‘m’, ‘M’), (‘n’, ‘N’), (‘o’, ‘O’), (‘p’, ‘P’), (‘q’, ‘Q’), (‘r’, ‘R’), (‘s’, ‘S’), (‘t’, ‘T’), (‘u’, ‘U’), (‘v’, ‘V’), (‘w’, ‘W’), (‘x’, ‘X’), (‘y’, ‘Y’), (‘z’, ‘Z’), (‘A’, ‘a’), (‘B’, ‘b’), (‘C’, ‘c’), (‘D’, ‘d’), (‘E’, ‘e’), (‘F’, ‘f’), (‘G’, ‘g’), (‘H’, ‘h’), (‘I’, ‘i’), (‘J’, ‘j’), (‘K’, ‘k’), (‘L’, ‘l’), (‘M’, ‘m’), (‘N’, ‘n’), (‘O’, ‘o’), (‘P’, ‘p’), (‘Q’, ‘q’), (‘R’, ‘r’), (‘S’, ‘s’), (‘T’, ‘t’), (‘U’, ‘u’), (‘V’, ‘v’), (‘W’, ‘w’), (‘X’, ‘x’), (‘Y’, ‘y’), (‘Z’, ‘z’), (‘)’, ‘\t’), (‘*’, ‘\n’), (‘+’, ‘\x0b’), (‘,’, ‘\x0c’), (‘-‘, ‘\r’), (‘@’, ‘`’), (‘[‘, ‘{‘), (‘\\’, ‘|’), (‘]’, ‘}’), (‘^’, ‘~’), (‘`’, ‘@’), (‘{‘, ‘[‘), (‘|’, ‘\\’), (‘}’, ‘]’), (‘~’, ‘^’), (‘\t’, ‘)’), (‘\n’, ‘*’), (‘\r’, ‘-‘), (‘\x0b’, ‘+’), (‘\x0c’, ‘,’)]
72; 48; 57;
H
[(‘0’, ‘\t’), (‘2’, ‘\x0b’), (‘3’, ‘\n’), (‘4’, ‘\r’), (‘5’, ‘\x0c’), (‘a’, ‘X’), (‘b’, ‘[‘), (‘c’, ‘Z’), (‘d’, ‘]’), (‘e’, ‘\\’), (‘f’, ‘_’), (‘g’, ‘^’), (‘h’, ‘Q’), (‘i’, ‘P’), (‘j’, ‘S’), (‘k’, ‘R’), (‘l’, ‘U’), (‘m’, ‘T’), (‘n’, ‘W’), (‘o’, ‘V’), (‘p’, ‘I’), (‘q’, ‘H’), (‘r’, ‘K’), (‘s’, ‘J’), (‘t’, ‘M’), (‘u’, ‘L’), (‘v’, ‘O’), (‘w’, ‘N’), (‘x’, ‘A’), (‘y’, ‘@’), (‘z’, ‘C’), (‘A’, ‘x’), (‘B’, ‘{‘), (‘C’, ‘z’), (‘D’, ‘}’), (‘E’, ‘|’), (‘G’, ‘~’), (‘H’, ‘q’), (‘I’, ‘p’), (‘J’, ‘s’), (‘K’, ‘r’), (‘L’, ‘u’), (‘M’, ‘t’), (‘N’, ‘w’), (‘O’, ‘v’), (‘P’, ‘i’), (‘Q’, ‘h’), (‘R’, ‘k’), (‘S’, ‘j’), (‘T’, ‘m’), (‘U’, ‘l’), (‘V’, ‘o’), (‘W’, ‘n’), (‘X’, ‘a’), (‘Y’, ‘`’), (‘Z’, ‘c’), (‘@’, ‘y’), (‘[‘, ‘b’), (‘\\’, ‘e’), (‘]’, ‘d’), (‘^’, ‘g’), (‘_’, ‘f’), (‘`’, ‘Y’), (‘{‘, ‘B’), (‘|’, ‘E’), (‘}’, ‘D’), (‘~’, ‘G’), (‘\t’, ‘0’), (‘\n’, ‘3’), (‘\r’, ‘4’), (‘\x0b’, ‘2’), (‘\x0c’, ‘5’)]
72; 48; 56;
H
[(‘1’, ‘\t’), (‘2’, ‘\n’), (‘3’, ‘\x0b’), (‘4’, ‘\x0c’), (‘5’, ‘\r’), (‘a’, ‘Y’), (‘b’, ‘Z’), (‘c’, ‘[‘), (‘d’, ‘\\’), (‘e’, ‘]’), (‘f’, ‘^’), (‘g’, ‘_’), (‘h’, ‘P’), (‘i’, ‘Q’), (‘j’, ‘R’), (‘k’, ‘S’), (‘l’, ‘T’), (‘m’, ‘U’), (‘n’, ‘V’), (‘o’, ‘W’), (‘p’, ‘H’), (‘q’, ‘I’), (‘r’, ‘J’), (‘s’, ‘K’), (‘t’, ‘L’), (‘u’, ‘M’), (‘v’, ‘N’), (‘w’, ‘O’), (‘x’, ‘@’), (‘y’, ‘A’), (‘z’, ‘B’), (‘A’, ‘y’), (‘B’, ‘z’), (‘C’, ‘{‘), (‘D’, ‘|’), (‘E’, ‘}’), (‘F’, ‘~’), (‘H’, ‘p’), (‘I’, ‘q’), (‘J’, ‘r’), (‘K’, ‘s’), (‘L’, ‘t’), (‘M’, ‘u’), (‘N’, ‘v’), (‘O’, ‘w’), (‘P’, ‘h’), (‘Q’, ‘i’), (‘R’, ‘j’), (‘S’, ‘k’), (‘T’, ‘l’), (‘U’, ‘m’), (‘V’, ‘n’), (‘W’, ‘o’), (‘X’, ‘`’), (‘Y’, ‘a’), (‘Z’, ‘b’), (‘@’, ‘x’), (‘[‘, ‘c’), (‘\\’, ‘d’), (‘]’, ‘e’), (‘^’, ‘f’), (‘_’, ‘g’), (‘`’, ‘X’), (‘{‘, ‘C’), (‘|’, ‘D’), (‘}’, ‘E’), (‘~’, ‘F’), (‘\t’, ‘1’), (‘\n’, ‘2’), (‘\r’, ‘5’), (‘\x0b’, ‘3’), (‘\x0c’, ‘4’)]
72; 48; 51;
H
[(‘8’, ‘\x0b’), (‘9’, ‘\n’), (‘a’, ‘R’), (‘b’, ‘Q’), (‘c’, ‘P’), (‘d’, ‘W’), (‘e’, ‘V’), (‘f’, ‘U’), (‘g’, ‘T’), (‘h’, ‘[‘), (‘i’, ‘Z’), (‘j’, ‘Y’), (‘k’, ‘X’), (‘l’, ‘_’), (‘m’, ‘^’), (‘n’, ‘]’), (‘o’, ‘\\’), (‘p’, ‘C’), (‘q’, ‘B’), (‘r’, ‘A’), (‘s’, ‘@’), (‘t’, ‘G’), (‘u’, ‘F’), (‘v’, ‘E’), (‘w’, ‘D’), (‘x’, ‘K’), (‘y’, ‘J’), (‘z’, ‘I’), (‘A’, ‘r’), (‘B’, ‘q’), (‘C’, ‘p’), (‘D’, ‘w’), (‘E’, ‘v’), (‘F’, ‘u’), (‘G’, ‘t’), (‘H’, ‘{‘), (‘I’, ‘z’), (‘J’, ‘y’), (‘K’, ‘x’), (‘M’, ‘~’), (‘N’, ‘}’), (‘O’, ‘|’), (‘P’, ‘c’), (‘Q’, ‘b’), (‘R’, ‘a’), (‘S’, ‘`’), (‘T’, ‘g’), (‘U’, ‘f’), (‘V’, ‘e’), (‘W’, ‘d’), (‘X’, ‘k’), (‘Y’, ‘j’), (‘Z’, ‘i’), (‘:’, ‘\t’), (‘>’, ‘\r’), (‘?’, ‘\x0c’), (‘@’, ‘s’), (‘[‘, ‘h’), (‘\\’, ‘o’), (‘]’, ‘n’), (‘^’, ‘m’), (‘_’, ‘l’), (‘`’, ‘S’), (‘{‘, ‘H’), (‘|’, ‘O’), (‘}’, ‘N’), (‘~’, ‘M’), (‘\t’, ‘:’), (‘\n’, ‘9’), (‘\r’, ‘>’), (‘\x0b’, ‘8’), (‘\x0c’, ‘?’)]
72; 48; 36;
H
[(‘a’, ‘E’), (‘b’, ‘F’), (‘c’, ‘G’), (‘d’, ‘@’), (‘e’, ‘A’), (‘f’, ‘B’), (‘g’, ‘C’), (‘h’, ‘L’), (‘i’, ‘M’), (‘j’, ‘N’), (‘k’, ‘O’), (‘l’, ‘H’), (‘m’, ‘I’), (‘n’, ‘J’), (‘o’, ‘K’), (‘p’, ‘T’), (‘q’, ‘U’), (‘r’, ‘V’), (‘s’, ‘W’), (‘t’, ‘P’), (‘u’, ‘Q’), (‘v’, ‘R’), (‘w’, ‘S’), (‘x’, ‘\\’), (‘y’, ‘]’), (‘z’, ‘^’), (‘A’, ‘e’), (‘B’, ‘f’), (‘C’, ‘g’), (‘D’, ‘`’), (‘E’, ‘a’), (‘F’, ‘b’), (‘G’, ‘c’), (‘H’, ‘l’), (‘I’, ‘m’), (‘J’, ‘n’), (‘K’, ‘o’), (‘L’, ‘h’), (‘M’, ‘i’), (‘N’, ‘j’), (‘O’, ‘k’), (‘P’, ‘t’), (‘Q’, ‘u’), (‘R’, ‘v’), (‘S’, ‘w’), (‘T’, ‘p’), (‘U’, ‘q’), (‘V’, ‘r’), (‘W’, ‘s’), (‘X’, ‘|’), (‘Y’, ‘}’), (‘Z’, ‘~’), (‘(‘, ‘\x0c’), (‘)’, ‘\r’), (‘-‘, ‘\t’), (‘.’, ‘\n’), (‘/’, ‘\x0b’), (‘@’, ‘d’), (‘\\’, ‘x’), (‘]’, ‘y’), (‘^’, ‘z’), (‘_’, ‘{‘), (‘`’, ‘D’), (‘{‘, ‘_’), (‘|’, ‘X’), (‘}’, ‘Y’), (‘~’, ‘Z’), (‘\t’, ‘-‘), (‘\n’, ‘.’), (‘\r’, ‘)’), (‘\x0b’, ‘/’), (‘\x0c’, ‘(‘)]
72; 48; 35;
H
[(‘a’, ‘B’), (‘b’, ‘A’), (‘c’, ‘@’), (‘d’, ‘G’), (‘e’, ‘F’), (‘f’, ‘E’), (‘g’, ‘D’), (‘h’, ‘K’), (‘i’, ‘J’), (‘j’, ‘I’), (‘k’, ‘H’), (‘l’, ‘O’), (‘m’, ‘N’), (‘n’, ‘M’), (‘o’, ‘L’), (‘p’, ‘S’), (‘q’, ‘R’), (‘r’, ‘Q’), (‘s’, ‘P’), (‘t’, ‘W’), (‘u’, ‘V’), (‘v’, ‘U’), (‘w’, ‘T’), (‘x’, ‘[‘), (‘y’, ‘Z’), (‘z’, ‘Y’), (‘A’, ‘b’), (‘B’, ‘a’), (‘C’, ‘`’), (‘D’, ‘g’), (‘E’, ‘f’), (‘F’, ‘e’), (‘G’, ‘d’), (‘H’, ‘k’), (‘I’, ‘j’), (‘J’, ‘i’), (‘K’, ‘h’), (‘L’, ‘o’), (‘M’, ‘n’), (‘N’, ‘m’), (‘O’, ‘l’), (‘P’, ‘s’), (‘Q’, ‘r’), (‘R’, ‘q’), (‘S’, ‘p’), (‘T’, ‘w’), (‘U’, ‘v’), (‘V’, ‘u’), (‘W’, ‘t’), (‘X’, ‘{‘), (‘Y’, ‘z’), (‘Z’, ‘y’), (‘(‘, ‘\x0b’), (‘)’, ‘\n’), (‘*’, ‘\t’), (‘.’, ‘\r’), (‘/’, ‘\x0c’), (‘@’, ‘c’), (‘[‘, ‘x’), (‘]’, ‘~’), (‘^’, ‘}’), (‘_’, ‘|’), (‘`’, ‘C’), (‘{‘, ‘X’), (‘|’, ‘_’), (‘}’, ‘^’), (‘~’, ‘]’), (‘\t’, ‘*’), (‘\n’, ‘)’), (‘\r’, ‘.’), (‘\x0b’, ‘(‘), (‘\x0c’, ‘/’)]
72; 48; 34;
H
[(‘a’, ‘C’), (‘b’, ‘@’), (‘c’, ‘A’), (‘d’, ‘F’), (‘e’, ‘G’), (‘f’, ‘D’), (‘g’, ‘E’), (‘h’, ‘J’), (‘i’, ‘K’), (‘j’, ‘H’), (‘k’, ‘I’), (‘l’, ‘N’), (‘m’, ‘O’), (‘n’, ‘L’), (‘o’, ‘M’), (‘p’, ‘R’), (‘q’, ‘S’), (‘r’, ‘P’), (‘s’, ‘Q’), (‘t’, ‘V’), (‘u’, ‘W’), (‘v’, ‘T’), (‘w’, ‘U’), (‘x’, ‘Z’), (‘y’, ‘[‘), (‘z’, ‘X’), (‘A’, ‘c’), (‘B’, ‘`’), (‘C’, ‘a’), (‘D’, ‘f’), (‘E’, ‘g’), (‘F’, ‘d’), (‘G’, ‘e’), (‘H’, ‘j’), (‘I’, ‘k’), (‘J’, ‘h’), (‘K’, ‘i’), (‘L’, ‘n’), (‘M’, ‘o’), (‘N’, ‘l’), (‘O’, ‘m’), (‘P’, ‘r’), (‘Q’, ‘s’), (‘R’, ‘p’), (‘S’, ‘q’), (‘T’, ‘v’), (‘U’, ‘w’), (‘V’, ‘t’), (‘W’, ‘u’), (‘X’, ‘z’), (‘Y’, ‘{‘), (‘Z’, ‘x’), (‘(‘, ‘\n’), (‘)’, ‘\x0b’), (‘+’, ‘\t’), (‘.’, ‘\x0c’), (‘/’, ‘\r’), (‘@’, ‘b’), (‘[‘, ‘y’), (‘\\’, ‘~’), (‘^’, ‘|’), (‘_’, ‘}’), (‘`’, ‘B’), (‘{‘, ‘Y’), (‘|’, ‘^’), (‘}’, ‘_’), (‘~’, ‘\\’), (‘\t’, ‘+’), (‘\n’, ‘(‘), (‘\r’, ‘/’), (‘\x0b’, ‘)’), (‘\x0c’, ‘.’)]
72; 48; 55;
H
[(‘a’, ‘V’), (‘b’, ‘U’), (‘c’, ‘T’), (‘d’, ‘S’), (‘e’, ‘R’), (‘f’, ‘Q’), (‘g’, ‘P’), (‘h’, ‘_’), (‘i’, ‘^’), (‘j’, ‘]’), (‘k’, ‘\\’), (‘l’, ‘[‘), (‘m’, ‘Z’), (‘n’, ‘Y’), (‘o’, ‘X’), (‘p’, ‘G’), (‘q’, ‘F’), (‘r’, ‘E’), (‘s’, ‘D’), (‘t’, ‘C’), (‘u’, ‘B’), (‘v’, ‘A’), (‘w’, ‘@’), (‘x’, ‘O’), (‘y’, ‘N’), (‘z’, ‘M’), (‘A’, ‘v’), (‘B’, ‘u’), (‘C’, ‘t’), (‘D’, ‘s’), (‘E’, ‘r’), (‘F’, ‘q’), (‘G’, ‘p’), (‘I’, ‘~’), (‘J’, ‘}’), (‘K’, ‘|’), (‘L’, ‘{‘), (‘M’, ‘z’), (‘N’, ‘y’), (‘O’, ‘x’), (‘P’, ‘g’), (‘Q’, ‘f’), (‘R’, ‘e’), (‘S’, ‘d’), (‘T’, ‘c’), (‘U’, ‘b’), (‘V’, ‘a’), (‘W’, ‘`’), (‘X’, ‘o’), (‘Y’, ‘n’), (‘Z’, ‘m’), (‘:’, ‘\r’), (‘;’, ‘\x0c’), (”, ‘\t’), (‘@’, ‘w’), (‘[‘, ‘l’), (‘\\’, ‘k’), (‘]’, ‘j’), (‘^’, ‘i’), (‘_’, ‘h’), (‘`’, ‘W’), (‘{‘, ‘L’), (‘|’, ‘K’), (‘}’, ‘J’), (‘~’, ‘I’), (‘\t’, ‘>’), (‘\n’, ‘=’), (‘\r’, ‘:’), (‘\x0b’, ‘<'), ('\x0c', ';')]
72; 48; 89;
H
[(‘0’, ‘i’), (‘1’, ‘h’), (‘2’, ‘k’), (‘3’, ‘j’), (‘4’, ‘m’), (‘5’, ‘l’), (‘6’, ‘o’), (‘7’, ‘n’), (‘8’, ‘a’), (‘9’, ‘`’), (‘a’, ‘8’), (‘b’, ‘;’), (‘c’, ‘:’), (‘d’, ‘=’), (‘e’, ”), (‘h’, ‘1’), (‘i’, ‘0’), (‘j’, ‘3’), (‘k’, ‘2’), (‘l’, ‘5’), (‘m’, ‘4’), (‘n’, ‘7’), (‘o’, ‘6’), (‘p’, ‘)’), (‘q’, ‘(‘), (‘r’, ‘+’), (‘s’, ‘*’), (‘t’, ‘-‘), (‘u’, ‘,’), (‘v’, ‘/’), (‘w’, ‘.’), (‘x’, ‘!’), (‘y’, ‘ ‘), (‘z’, ‘#’), (‘P’, ‘\t’), (‘R’, ‘\x0b’), (‘S’, ‘\n’), (‘T’, ‘\r’), (‘U’, ‘\x0c’), (‘!’, ‘x’), (‘”‘, ‘{‘), (‘#’, ‘z’), (‘$’, ‘}’), (‘%’, ‘|’), (“‘”, ‘~’), (‘(‘, ‘q’), (‘)’, ‘p’), (‘*’, ‘s’), (‘+’, ‘r’), (‘,’, ‘u’), (‘-‘, ‘t’), (‘.’, ‘w’), (‘/’, ‘v’), (‘:’, ‘c’), (‘;’, ‘b’), (”, ‘g’), (‘?’, ‘f’), (‘`’, ‘9’), (‘{‘, ‘”‘), (‘|’, ‘%’), (‘}’, ‘$’), (‘~’, “‘”), (‘ ‘, ‘y’), (‘\t’, ‘P’), (‘\n’, ‘S’), (‘\r’, ‘T’), (‘\x0b’, ‘R’), (‘\x0c’, ‘U’)]
72; 48; 88;
H
[(‘0’, ‘h’), (‘1’, ‘i’), (‘2’, ‘j’), (‘3’, ‘k’), (‘4’, ‘l’), (‘5’, ‘m’), (‘6’, ‘n’), (‘7’, ‘o’), (‘8’, ‘`’), (‘9’, ‘a’), (‘a’, ‘9’), (‘b’, ‘:’), (‘c’, ‘;’), (‘d’, ”), (‘g’, ‘?’), (‘h’, ‘0’), (‘i’, ‘1’), (‘j’, ‘2’), (‘k’, ‘3’), (‘l’, ‘4’), (‘m’, ‘5’), (‘n’, ‘6’), (‘o’, ‘7’), (‘p’, ‘(‘), (‘q’, ‘)’), (‘r’, ‘*’), (‘s’, ‘+’), (‘t’, ‘,’), (‘u’, ‘-‘), (‘v’, ‘.’), (‘w’, ‘/’), (‘x’, ‘ ‘), (‘y’, ‘!’), (‘z’, ‘”‘), (‘Q’, ‘\t’), (‘R’, ‘\n’), (‘S’, ‘\x0b’), (‘T’, ‘\x0c’), (‘U’, ‘\r’), (‘!’, ‘y’), (‘”‘, ‘z’), (‘#’, ‘{‘), (‘$’, ‘|’), (‘%’, ‘}’), (‘&’, ‘~’), (‘(‘, ‘p’), (‘)’, ‘q’), (‘*’, ‘r’), (‘+’, ‘s’), (‘,’, ‘t’), (‘-‘, ‘u’), (‘.’, ‘v’), (‘/’, ‘w’), (‘:’, ‘b’), (‘;’, ‘c’), (”, ‘f’), (‘?’, ‘g’), (‘`’, ‘8’), (‘{‘, ‘#’), (‘|’, ‘$’), (‘}’, ‘%’), (‘~’, ‘&’), (‘ ‘, ‘x’), (‘\t’, ‘Q’), (‘\n’, ‘R’), (‘\r’, ‘U’), (‘\x0b’, ‘S’), (‘\x0c’, ‘T’)]
72; 48; 54;
H
[(‘a’, ‘W’), (‘b’, ‘T’), (‘c’, ‘U’), (‘d’, ‘R’), (‘e’, ‘S’), (‘f’, ‘P’), (‘g’, ‘Q’), (‘h’, ‘^’), (‘i’, ‘_’), (‘j’, ‘\\’), (‘k’, ‘]’), (‘l’, ‘Z’), (‘m’, ‘[‘), (‘n’, ‘X’), (‘o’, ‘Y’), (‘p’, ‘F’), (‘q’, ‘G’), (‘r’, ‘D’), (‘s’, ‘E’), (‘t’, ‘B’), (‘u’, ‘C’), (‘v’, ‘@’), (‘w’, ‘A’), (‘x’, ‘N’), (‘y’, ‘O’), (‘z’, ‘L’), (‘A’, ‘w’), (‘B’, ‘t’), (‘C’, ‘u’), (‘D’, ‘r’), (‘E’, ‘s’), (‘F’, ‘p’), (‘G’, ‘q’), (‘H’, ‘~’), (‘J’, ‘|’), (‘K’, ‘}’), (‘L’, ‘z’), (‘M’, ‘{‘), (‘N’, ‘x’), (‘O’, ‘y’), (‘P’, ‘f’), (‘Q’, ‘g’), (‘R’, ‘d’), (‘S’, ‘e’), (‘T’, ‘b’), (‘U’, ‘c’), (‘V’, ‘`’), (‘W’, ‘a’), (‘X’, ‘n’), (‘Y’, ‘o’), (‘Z’, ‘l’), (‘:’, ‘\x0c’), (‘;’, ‘\r’), (‘<', '\n'), ('=', '\x0b'), ('?', '\t'), ('@', 'v'), ('[', 'm'), ('\\', 'j'), (']', 'k'), ('^', 'h'), ('_', 'i'), ('`', 'V'), ('{', 'M'), ('|', 'J'), ('}', 'K'), ('~', 'H'), ('\t', '?'), ('\n', '<'), ('\r', ';'), ('\x0b', '='), ('\x0c', ':')]
72; 48; 65;
H
[(‘0’, ‘q’), (‘1’, ‘p’), (‘2’, ‘s’), (‘3’, ‘r’), (‘4’, ‘u’), (‘5’, ‘t’), (‘6’, ‘w’), (‘7’, ‘v’), (‘8’, ‘y’), (‘9’, ‘x’), (‘a’, ‘ ‘), (‘b’, ‘#’), (‘c’, ‘”‘), (‘d’, ‘%’), (‘e’, ‘$’), (‘f’, “‘”), (‘g’, ‘&’), (‘h’, ‘)’), (‘i’, ‘(‘), (‘j’, ‘+’), (‘k’, ‘*’), (‘l’, ‘-‘), (‘m’, ‘,’), (‘n’, ‘/’), (‘o’, ‘.’), (‘p’, ‘1’), (‘q’, ‘0’), (‘r’, ‘3’), (‘s’, ‘2’), (‘t’, ‘5’), (‘u’, ‘4’), (‘v’, ‘7’), (‘w’, ‘6’), (‘x’, ‘9’), (‘y’, ‘8’), (‘z’, ‘;’), (‘H’, ‘\t’), (‘J’, ‘\x0b’), (‘K’, ‘\n’), (‘L’, ‘\r’), (‘M’, ‘\x0c’), (‘!’, ‘`’), (‘”‘, ‘c’), (‘#’, ‘b’), (‘$’, ‘e’), (‘%’, ‘d’), (‘&’, ‘g’), (“‘”, ‘f’), (‘(‘, ‘i’), (‘)’, ‘h’), (‘*’, ‘k’), (‘+’, ‘j’), (‘,’, ‘m’), (‘-‘, ‘l’), (‘.’, ‘o’), (‘/’, ‘n’), (‘:’, ‘{‘), (‘;’, ‘z’), (‘<', '}'), ('=', '|'), ('?', '~'), ('`', '!'), ('{', ':'), ('|', '='), ('}', '<'), ('~', '?'), (' ', 'a'), ('\t', 'H'), ('\n', 'K'), ('\r', 'L'), ('\x0b', 'J'), ('\x0c', 'M')]
74; 4a; 111;
J
[(‘0’, ‘_’), (‘1’, ‘^’), (‘2’, ‘]’), (‘3’, ‘\\’), (‘4’, ‘[‘), (‘5’, ‘Z’), (‘6’, ‘Y’), (‘7’, ‘X’), (‘8’, ‘W’), (‘9’, ‘V’), (‘b’, ‘\r’), (‘c’, ‘\x0c’), (‘d’, ‘\x0b’), (‘e’, ‘\n’), (‘f’, ‘\t’), (‘A’, ‘.’), (‘B’, ‘-‘), (‘C’, ‘,’), (‘D’, ‘+’), (‘E’, ‘*’), (‘F’, ‘)’), (‘G’, ‘(‘), (‘H’, “‘”), (‘I’, ‘&’), (‘J’, ‘%’), (‘K’, ‘$’), (‘L’, ‘#’), (‘M’, ‘”‘), (‘N’, ‘!’), (‘O’, ‘ ‘), (‘P’, ‘?’), (‘Q’, ‘>’), (‘R’, ‘=’), (‘S’, ‘<'), ('T', ';'), ('U', ':'), ('V', '9'), ('W', '8'), ('X', '7'), ('Y', '6'), ('Z', '5'), ('!', 'N'), ('"', 'M'), ('#', 'L'), ('$', 'K'), ('%', 'J'), ('&', 'I'), ("'", 'H'), ('(', 'G'), (')', 'F'), ('*', 'E'), ('+', 'D'), (',', 'C'), ('-', 'B'), ('.', 'A'), ('/', '@'), (':', 'U'), (';', 'T'), ('’, ‘Q’), (‘?’, ‘P’), (‘@’, ‘/’), (‘[‘, ‘4’), (‘\\’, ‘3’), (‘]’, ‘2’), (‘^’, ‘1’), (‘_’, ‘0’), (‘ ‘, ‘O’), (‘\t’, ‘f’), (‘\n’, ‘e’), (‘\r’, ‘b’), (‘\x0b’, ‘d’), (‘\x0c’, ‘c’)]
74; 4a; 110;
J
[(‘0’, ‘^’), (‘1’, ‘_’), (‘2’, ‘\\’), (‘3’, ‘]’), (‘4’, ‘Z’), (‘5’, ‘[‘), (‘6’, ‘X’), (‘7’, ‘Y’), (‘8’, ‘V’), (‘9’, ‘W’), (‘b’, ‘\x0c’), (‘c’, ‘\r’), (‘d’, ‘\n’), (‘e’, ‘\x0b’), (‘g’, ‘\t’), (‘A’, ‘/’), (‘B’, ‘,’), (‘C’, ‘-‘), (‘D’, ‘*’), (‘E’, ‘+’), (‘F’, ‘(‘), (‘G’, ‘)’), (‘H’, ‘&’), (‘I’, “‘”), (‘J’, ‘$’), (‘K’, ‘%’), (‘L’, ‘”‘), (‘M’, ‘#’), (‘N’, ‘ ‘), (‘O’, ‘!’), (‘P’, ‘>’), (‘Q’, ‘?’), (‘R’, ‘<'), ('S', '='), ('T', ':'), ('U', ';'), ('V', '8'), ('W', '9'), ('X', '6'), ('Y', '7'), ('Z', '4'), ('!', 'O'), ('"', 'L'), ('#', 'M'), ('$', 'J'), ('%', 'K'), ('&', 'H'), ("'", 'I'), ('(', 'F'), (')', 'G'), ('*', 'D'), ('+', 'E'), (',', 'B'), ('-', 'C'), ('.', '@'), ('/', 'A'), (':', 'T'), (';', 'U'), ('’, ‘P’), (‘?’, ‘Q’), (‘@’, ‘.’), (‘[‘, ‘5’), (‘\\’, ‘2’), (‘]’, ‘3’), (‘^’, ‘0’), (‘_’, ‘1’), (‘ ‘, ‘N’), (‘\t’, ‘g’), (‘\n’, ‘d’), (‘\r’, ‘c’), (‘\x0b’, ‘e’), (‘\x0c’, ‘b’)]
74; 4a; 113;
J
[(‘0’, ‘A’), (‘1’, ‘@’), (‘2’, ‘C’), (‘3’, ‘B’), (‘4’, ‘E’), (‘5’, ‘D’), (‘6’, ‘G’), (‘7’, ‘F’), (‘8’, ‘I’), (‘9’, ‘H’), (‘x’, ‘\t’), (‘z’, ‘\x0b’), (‘A’, ‘0’), (‘B’, ‘3’), (‘C’, ‘2’), (‘D’, ‘5’), (‘E’, ‘4’), (‘F’, ‘7’), (‘G’, ‘6’), (‘H’, ‘9’), (‘I’, ‘8’), (‘J’, ‘;’), (‘K’, ‘:’), (‘L’, ‘=’), (‘M’, ”), (‘P’, ‘!’), (‘Q’, ‘ ‘), (‘R’, ‘#’), (‘S’, ‘”‘), (‘T’, ‘%’), (‘U’, ‘$’), (‘V’, “‘”), (‘W’, ‘&’), (‘X’, ‘)’), (‘Y’, ‘(‘), (‘Z’, ‘+’), (‘!’, ‘P’), (‘”‘, ‘S’), (‘#’, ‘R’), (‘$’, ‘U’), (‘%’, ‘T’), (‘&’, ‘W’), (“‘”, ‘V’), (‘(‘, ‘Y’), (‘)’, ‘X’), (‘*’, ‘[‘), (‘+’, ‘Z’), (‘,’, ‘]’), (‘-‘, ‘\\’), (‘.’, ‘_’), (‘/’, ‘^’), (‘:’, ‘K’), (‘;’, ‘J’), (”, ‘O’), (‘?’, ‘N’), (‘@’, ‘1’), (‘[‘, ‘*’), (‘\\’, ‘-‘), (‘]’, ‘,’), (‘^’, ‘/’), (‘_’, ‘.’), (‘{‘, ‘\n’), (‘|’, ‘\r’), (‘}’, ‘\x0c’), (‘ ‘, ‘Q’), (‘\t’, ‘x’), (‘\n’, ‘{‘), (‘\r’, ‘|’), (‘\x0b’, ‘z’), (‘\x0c’, ‘}’)]
74; 4a; 112;
J
[(‘0’, ‘@’), (‘1’, ‘A’), (‘2’, ‘B’), (‘3’, ‘C’), (‘4’, ‘D’), (‘5’, ‘E’), (‘6’, ‘F’), (‘7’, ‘G’), (‘8’, ‘H’), (‘9’, ‘I’), (‘y’, ‘\t’), (‘z’, ‘\n’), (‘A’, ‘1’), (‘B’, ‘2’), (‘C’, ‘3’), (‘D’, ‘4’), (‘E’, ‘5’), (‘F’, ‘6’), (‘G’, ‘7’), (‘H’, ‘8’), (‘I’, ‘9’), (‘J’, ‘:’), (‘K’, ‘;’), (‘L’, ”), (‘O’, ‘?’), (‘P’, ‘ ‘), (‘Q’, ‘!’), (‘R’, ‘”‘), (‘S’, ‘#’), (‘T’, ‘$’), (‘U’, ‘%’), (‘V’, ‘&’), (‘W’, “‘”), (‘X’, ‘(‘), (‘Y’, ‘)’), (‘Z’, ‘*’), (‘!’, ‘Q’), (‘”‘, ‘R’), (‘#’, ‘S’), (‘$’, ‘T’), (‘%’, ‘U’), (‘&’, ‘V’), (“‘”, ‘W’), (‘(‘, ‘X’), (‘)’, ‘Y’), (‘*’, ‘Z’), (‘+’, ‘[‘), (‘,’, ‘\\’), (‘-‘, ‘]’), (‘.’, ‘^’), (‘/’, ‘_’), (‘:’, ‘J’), (‘;’, ‘K’), (”, ‘N’), (‘?’, ‘O’), (‘@’, ‘0’), (‘[‘, ‘+’), (‘\\’, ‘,’), (‘]’, ‘-‘), (‘^’, ‘.’), (‘_’, ‘/’), (‘{‘, ‘\x0b’), (‘|’, ‘\x0c’), (‘}’, ‘\r’), (‘ ‘, ‘P’), (‘\t’, ‘y’), (‘\n’, ‘z’), (‘\r’, ‘}’), (‘\x0b’, ‘{‘), (‘\x0c’, ‘|’)]
74; 4a; 119;
J
[(‘0’, ‘G’), (‘1’, ‘F’), (‘2’, ‘E’), (‘3’, ‘D’), (‘4’, ‘C’), (‘5’, ‘B’), (‘6’, ‘A’), (‘7’, ‘@’), (‘8’, ‘O’), (‘9’, ‘N’), (‘z’, ‘\r’), (‘A’, ‘6’), (‘B’, ‘5’), (‘C’, ‘4’), (‘D’, ‘3’), (‘E’, ‘2’), (‘F’, ‘1’), (‘G’, ‘0’), (‘H’, ‘?’), (‘I’, ‘>’), (‘J’, ‘=’), (‘K’, ‘<'), ('L', ';'), ('M', ':'), ('N', '9'), ('O', '8'), ('P', "'"), ('Q', '&'), ('R', '%'), ('S', '$'), ('T', '#'), ('U', '"'), ('V', '!'), ('W', ' '), ('X', '/'), ('Y', '.'), ('Z', '-'), ('!', 'V'), ('"', 'U'), ('#', 'T'), ('$', 'S'), ('%', 'R'), ('&', 'Q'), ("'", 'P'), ('(', '_'), (')', '^'), ('*', ']'), ('+', '\\'), (',', '['), ('-', 'Z'), ('.', 'Y'), ('/', 'X'), (':', 'M'), (';', 'L'), ('’, ‘I’), (‘?’, ‘H’), (‘@’, ‘7’), (‘[‘, ‘,’), (‘\\’, ‘+’), (‘]’, ‘*’), (‘^’, ‘)’), (‘_’, ‘(‘), (‘{‘, ‘\x0c’), (‘|’, ‘\x0b’), (‘}’, ‘\n’), (‘~’, ‘\t’), (‘ ‘, ‘W’), (‘\t’, ‘~’), (‘\n’, ‘}’), (‘\r’, ‘z’), (‘\x0b’, ‘|’), (‘\x0c’, ‘{‘)]
74; 4a; 97;
J
[(‘0’, ‘Q’), (‘1’, ‘P’), (‘2’, ‘S’), (‘3’, ‘R’), (‘4’, ‘U’), (‘5’, ‘T’), (‘6’, ‘W’), (‘7’, ‘V’), (‘8’, ‘Y’), (‘9’, ‘X’), (‘h’, ‘\t’), (‘j’, ‘\x0b’), (‘k’, ‘\n’), (‘l’, ‘\r’), (‘m’, ‘\x0c’), (‘A’, ‘ ‘), (‘B’, ‘#’), (‘C’, ‘”‘), (‘D’, ‘%’), (‘E’, ‘$’), (‘F’, “‘”), (‘G’, ‘&’), (‘H’, ‘)’), (‘I’, ‘(‘), (‘J’, ‘+’), (‘K’, ‘*’), (‘L’, ‘-‘), (‘M’, ‘,’), (‘N’, ‘/’), (‘O’, ‘.’), (‘P’, ‘1’), (‘Q’, ‘0’), (‘R’, ‘3’), (‘S’, ‘2’), (‘T’, ‘5’), (‘U’, ‘4’), (‘V’, ‘7’), (‘W’, ‘6’), (‘X’, ‘9’), (‘Y’, ‘8’), (‘Z’, ‘;’), (‘!’, ‘@’), (‘”‘, ‘C’), (‘#’, ‘B’), (‘$’, ‘E’), (‘%’, ‘D’), (‘&’, ‘G’), (“‘”, ‘F’), (‘(‘, ‘I’), (‘)’, ‘H’), (‘*’, ‘K’), (‘+’, ‘J’), (‘,’, ‘M’), (‘-‘, ‘L’), (‘.’, ‘O’), (‘/’, ‘N’), (‘:’, ‘[‘), (‘;’, ‘Z’), (”, ‘_’), (‘?’, ‘^’), (‘@’, ‘!’), (‘[‘, ‘:’), (‘\\’, ‘=’), (‘]’, ”), (‘ ‘, ‘A’), (‘\t’, ‘h’), (‘\n’, ‘k’), (‘\r’, ‘l’), (‘\x0b’, ‘j’), (‘\x0c’, ‘m’)]
74; 4a; 96;
J
[(‘0’, ‘P’), (‘1’, ‘Q’), (‘2’, ‘R’), (‘3’, ‘S’), (‘4’, ‘T’), (‘5’, ‘U’), (‘6’, ‘V’), (‘7’, ‘W’), (‘8’, ‘X’), (‘9’, ‘Y’), (‘i’, ‘\t’), (‘j’, ‘\n’), (‘k’, ‘\x0b’), (‘l’, ‘\x0c’), (‘m’, ‘\r’), (‘A’, ‘!’), (‘B’, ‘”‘), (‘C’, ‘#’), (‘D’, ‘$’), (‘E’, ‘%’), (‘F’, ‘&’), (‘G’, “‘”), (‘H’, ‘(‘), (‘I’, ‘)’), (‘J’, ‘*’), (‘K’, ‘+’), (‘L’, ‘,’), (‘M’, ‘-‘), (‘N’, ‘.’), (‘O’, ‘/’), (‘P’, ‘0’), (‘Q’, ‘1’), (‘R’, ‘2’), (‘S’, ‘3’), (‘T’, ‘4’), (‘U’, ‘5’), (‘V’, ‘6’), (‘W’, ‘7’), (‘X’, ‘8’), (‘Y’, ‘9’), (‘Z’, ‘:’), (‘!’, ‘A’), (‘”‘, ‘B’), (‘#’, ‘C’), (‘$’, ‘D’), (‘%’, ‘E’), (‘&’, ‘F’), (“‘”, ‘G’), (‘(‘, ‘H’), (‘)’, ‘I’), (‘*’, ‘J’), (‘+’, ‘K’), (‘,’, ‘L’), (‘-‘, ‘M’), (‘.’, ‘N’), (‘/’, ‘O’), (‘:’, ‘Z’), (‘;’, ‘[‘), (”, ‘^’), (‘?’, ‘_’), (‘@’, ‘ ‘), (‘[‘, ‘;’), (‘\\’, ”), (‘_’, ‘?’), (‘ ‘, ‘@’), (‘\t’, ‘i’), (‘\n’, ‘j’), (‘\r’, ‘m’), (‘\x0b’, ‘k’), (‘\x0c’, ‘l’)]
74; 4a; 120;
J
[(‘0’, ‘H’), (‘1’, ‘I’), (‘2’, ‘J’), (‘3’, ‘K’), (‘4’, ‘L’), (‘5’, ‘M’), (‘6’, ‘N’), (‘7’, ‘O’), (‘8’, ‘@’), (‘9’, ‘A’), (‘q’, ‘\t’), (‘r’, ‘\n’), (‘s’, ‘\x0b’), (‘t’, ‘\x0c’), (‘u’, ‘\r’), (‘A’, ‘9’), (‘B’, ‘:’), (‘C’, ‘;’), (‘D’, ”), (‘G’, ‘?’), (‘H’, ‘0’), (‘I’, ‘1’), (‘J’, ‘2’), (‘K’, ‘3’), (‘L’, ‘4’), (‘M’, ‘5’), (‘N’, ‘6’), (‘O’, ‘7’), (‘P’, ‘(‘), (‘Q’, ‘)’), (‘R’, ‘*’), (‘S’, ‘+’), (‘T’, ‘,’), (‘U’, ‘-‘), (‘V’, ‘.’), (‘W’, ‘/’), (‘X’, ‘ ‘), (‘Y’, ‘!’), (‘Z’, ‘”‘), (‘!’, ‘Y’), (‘”‘, ‘Z’), (‘#’, ‘[‘), (‘$’, ‘\\’), (‘%’, ‘]’), (‘&’, ‘^’), (“‘”, ‘_’), (‘(‘, ‘P’), (‘)’, ‘Q’), (‘*’, ‘R’), (‘+’, ‘S’), (‘,’, ‘T’), (‘-‘, ‘U’), (‘.’, ‘V’), (‘/’, ‘W’), (‘:’, ‘B’), (‘;’, ‘C’), (”, ‘F’), (‘?’, ‘G’), (‘@’, ‘8’), (‘[‘, ‘#’), (‘\\’, ‘$’), (‘]’, ‘%’), (‘^’, ‘&’), (‘_’, “‘”), (‘ ‘, ‘X’), (‘\t’, ‘q’), (‘\n’, ‘r’), (‘\r’, ‘u’), (‘\x0b’, ‘s’), (‘\x0c’, ‘t’)]
74; 4a; 121;
J
[(‘0’, ‘I’), (‘1’, ‘H’), (‘2’, ‘K’), (‘3’, ‘J’), (‘4’, ‘M’), (‘5’, ‘L’), (‘6’, ‘O’), (‘7’, ‘N’), (‘8’, ‘A’), (‘9’, ‘@’), (‘p’, ‘\t’), (‘r’, ‘\x0b’), (‘s’, ‘\n’), (‘t’, ‘\r’), (‘u’, ‘\x0c’), (‘A’, ‘8’), (‘B’, ‘;’), (‘C’, ‘:’), (‘D’, ‘=’), (‘E’, ”), (‘H’, ‘1’), (‘I’, ‘0’), (‘J’, ‘3’), (‘K’, ‘2’), (‘L’, ‘5’), (‘M’, ‘4’), (‘N’, ‘7’), (‘O’, ‘6’), (‘P’, ‘)’), (‘Q’, ‘(‘), (‘R’, ‘+’), (‘S’, ‘*’), (‘T’, ‘-‘), (‘U’, ‘,’), (‘V’, ‘/’), (‘W’, ‘.’), (‘X’, ‘!’), (‘Y’, ‘ ‘), (‘Z’, ‘#’), (‘!’, ‘X’), (‘”‘, ‘[‘), (‘#’, ‘Z’), (‘$’, ‘]’), (‘%’, ‘\\’), (‘&’, ‘_’), (“‘”, ‘^’), (‘(‘, ‘Q’), (‘)’, ‘P’), (‘*’, ‘S’), (‘+’, ‘R’), (‘,’, ‘U’), (‘-‘, ‘T’), (‘.’, ‘W’), (‘/’, ‘V’), (‘:’, ‘C’), (‘;’, ‘B’), (”, ‘G’), (‘?’, ‘F’), (‘@’, ‘9’), (‘[‘, ‘”‘), (‘\\’, ‘%’), (‘]’, ‘$’), (‘^’, “‘”), (‘_’, ‘&’), (‘ ‘, ‘Y’), (‘\t’, ‘p’), (‘\n’, ‘s’), (‘\r’, ‘t’), (‘\x0b’, ‘r’), (‘\x0c’, ‘u’)]
74; 4a; 122;
J
[(‘0’, ‘J’), (‘1’, ‘K’), (‘2’, ‘H’), (‘3’, ‘I’), (‘4’, ‘N’), (‘5’, ‘O’), (‘6’, ‘L’), (‘7’, ‘M’), (‘8’, ‘B’), (‘9’, ‘C’), (‘p’, ‘\n’), (‘q’, ‘\x0b’), (‘s’, ‘\t’), (‘v’, ‘\x0c’), (‘w’, ‘\r’), (‘A’, ‘;’), (‘B’, ‘8’), (‘C’, ‘9’), (‘D’, ‘>’), (‘E’, ‘?’), (‘F’, ‘<'), ('G', '='), ('H', '2'), ('I', '3'), ('J', '0'), ('K', '1'), ('L', '6'), ('M', '7'), ('N', '4'), ('O', '5'), ('P', '*'), ('Q', '+'), ('R', '('), ('S', ')'), ('T', '.'), ('U', '/'), ('V', ','), ('W', '-'), ('X', '"'), ('Y', '#'), ('Z', ' '), ('!', '['), ('"', 'X'), ('#', 'Y'), ('$', '^'), ('%', '_'), ('&', '\\'), ("'", ']'), ('(', 'R'), (')', 'S'), ('*', 'P'), ('+', 'Q'), (',', 'V'), ('-', 'W'), ('.', 'T'), ('/', 'U'), (':', '@'), (';', 'A'), ('’, ‘D’), (‘?’, ‘E’), (‘@’, ‘:’), (‘[‘, ‘!’), (‘\\’, ‘&’), (‘]’, “‘”), (‘^’, ‘$’), (‘_’, ‘%’), (‘ ‘, ‘Z’), (‘\t’, ‘s’), (‘\n’, ‘p’), (‘\r’, ‘w’), (‘\x0b’, ‘q’), (‘\x0c’, ‘v’)]
74; 4a; 109;
J
[(‘0’, ‘]’), (‘1’, ‘\\’), (‘2’, ‘_’), (‘3’, ‘^’), (‘4’, ‘Y’), (‘5’, ‘X’), (‘6’, ‘[‘), (‘7’, ‘Z’), (‘8’, ‘U’), (‘9’, ‘T’), (‘a’, ‘\x0c’), (‘d’, ‘\t’), (‘f’, ‘\x0b’), (‘g’, ‘\n’), (‘A’, ‘,’), (‘B’, ‘/’), (‘C’, ‘.’), (‘D’, ‘)’), (‘E’, ‘(‘), (‘F’, ‘+’), (‘G’, ‘*’), (‘H’, ‘%’), (‘I’, ‘$’), (‘J’, “‘”), (‘K’, ‘&’), (‘L’, ‘!’), (‘M’, ‘ ‘), (‘N’, ‘#’), (‘O’, ‘”‘), (‘P’, ‘=’), (‘Q’, ”), (‘T’, ‘9’), (‘U’, ‘8’), (‘V’, ‘;’), (‘W’, ‘:’), (‘X’, ‘5’), (‘Y’, ‘4’), (‘Z’, ‘7’), (‘!’, ‘L’), (‘”‘, ‘O’), (‘#’, ‘N’), (‘$’, ‘I’), (‘%’, ‘H’), (‘&’, ‘K’), (“‘”, ‘J’), (‘(‘, ‘E’), (‘)’, ‘D’), (‘*’, ‘G’), (‘+’, ‘F’), (‘,’, ‘A’), (‘-‘, ‘@’), (‘.’, ‘C’), (‘/’, ‘B’), (‘:’, ‘W’), (‘;’, ‘V’), (”, ‘S’), (‘?’, ‘R’), (‘@’, ‘-‘), (‘[‘, ‘6’), (‘\\’, ‘1’), (‘]’, ‘0’), (‘^’, ‘3’), (‘_’, ‘2’), (‘`’, ‘\r’), (‘ ‘, ‘M’), (‘\t’, ‘d’), (‘\n’, ‘g’), (‘\r’, ‘`’), (‘\x0b’, ‘f’), (‘\x0c’, ‘a’)]
74; 4a; 124;
J
[(‘0’, ‘L’), (‘1’, ‘M’), (‘2’, ‘N’), (‘3’, ‘O’), (‘4’, ‘H’), (‘5’, ‘I’), (‘6’, ‘J’), (‘7’, ‘K’), (‘8’, ‘D’), (‘9’, ‘E’), (‘p’, ‘\x0c’), (‘q’, ‘\r’), (‘u’, ‘\t’), (‘v’, ‘\n’), (‘w’, ‘\x0b’), (‘A’, ‘=’), (‘B’, ‘>’), (‘C’, ‘?’), (‘D’, ‘8’), (‘E’, ‘9’), (‘F’, ‘:’), (‘G’, ‘;’), (‘H’, ‘4’), (‘I’, ‘5’), (‘J’, ‘6’), (‘K’, ‘7’), (‘L’, ‘0’), (‘M’, ‘1’), (‘N’, ‘2’), (‘O’, ‘3’), (‘P’, ‘,’), (‘Q’, ‘-‘), (‘R’, ‘.’), (‘S’, ‘/’), (‘T’, ‘(‘), (‘U’, ‘)’), (‘V’, ‘*’), (‘W’, ‘+’), (‘X’, ‘$’), (‘Y’, ‘%’), (‘Z’, ‘&’), (‘!’, ‘]’), (‘”‘, ‘^’), (‘#’, ‘_’), (‘$’, ‘X’), (‘%’, ‘Y’), (‘&’, ‘Z’), (“‘”, ‘[‘), (‘(‘, ‘T’), (‘)’, ‘U’), (‘*’, ‘V’), (‘+’, ‘W’), (‘,’, ‘P’), (‘-‘, ‘Q’), (‘.’, ‘R’), (‘/’, ‘S’), (‘:’, ‘F’), (‘;’, ‘G’), (”, ‘B’), (‘?’, ‘C’), (‘@’, ‘<'), ('[', "'"), ('\\', ' '), (']', '!'), ('^', '"'), ('_', '#'), (' ', '\\'), ('\t', 'u'), ('\n', 'v'), ('\r', 'q'), ('\x0b', 'w'), ('\x0c', 'p')]
74; 4a; 125;
J
[(‘0’, ‘M’), (‘1’, ‘L’), (‘2’, ‘O’), (‘3’, ‘N’), (‘4’, ‘I’), (‘5’, ‘H’), (‘6’, ‘K’), (‘7’, ‘J’), (‘8’, ‘E’), (‘9’, ‘D’), (‘p’, ‘\r’), (‘q’, ‘\x0c’), (‘t’, ‘\t’), (‘v’, ‘\x0b’), (‘w’, ‘\n’), (‘A’, ”), (‘D’, ‘9’), (‘E’, ‘8’), (‘F’, ‘;’), (‘G’, ‘:’), (‘H’, ‘5’), (‘I’, ‘4’), (‘J’, ‘7’), (‘K’, ‘6’), (‘L’, ‘1’), (‘M’, ‘0’), (‘N’, ‘3’), (‘O’, ‘2’), (‘P’, ‘-‘), (‘Q’, ‘,’), (‘R’, ‘/’), (‘S’, ‘.’), (‘T’, ‘)’), (‘U’, ‘(‘), (‘V’, ‘+’), (‘W’, ‘*’), (‘X’, ‘%’), (‘Y’, ‘$’), (‘Z’, “‘”), (‘!’, ‘\\’), (‘”‘, ‘_’), (‘#’, ‘^’), (‘$’, ‘Y’), (‘%’, ‘X’), (‘&’, ‘[‘), (“‘”, ‘Z’), (‘(‘, ‘U’), (‘)’, ‘T’), (‘*’, ‘W’), (‘+’, ‘V’), (‘,’, ‘Q’), (‘-‘, ‘P’), (‘.’, ‘S’), (‘/’, ‘R’), (‘:’, ‘G’), (‘;’, ‘F’), (”, ‘C’), (‘?’, ‘B’), (‘@’, ‘=’), (‘[‘, ‘&’), (‘\\’, ‘!’), (‘]’, ‘ ‘), (‘^’, ‘#’), (‘_’, ‘”‘), (‘ ‘, ‘]’), (‘\t’, ‘t’), (‘\n’, ‘w’), (‘\r’, ‘p’), (‘\x0b’, ‘v’), (‘\x0c’, ‘q’)]
74; 4a; 126;
J
[(‘0’, ‘N’), (‘1’, ‘O’), (‘2’, ‘L’), (‘3’, ‘M’), (‘4’, ‘J’), (‘5’, ‘K’), (‘6’, ‘H’), (‘7’, ‘I’), (‘8’, ‘F’), (‘9’, ‘G’), (‘r’, ‘\x0c’), (‘s’, ‘\r’), (‘t’, ‘\n’), (‘u’, ‘\x0b’), (‘w’, ‘\t’), (‘A’, ‘?’), (‘B’, ‘<'), ('C', '='), ('D', ':'), ('E', ';'), ('F', '8'), ('G', '9'), ('H', '6'), ('I', '7'), ('J', '4'), ('K', '5'), ('L', '2'), ('M', '3'), ('N', '0'), ('O', '1'), ('P', '.'), ('Q', '/'), ('R', ','), ('S', '-'), ('T', '*'), ('U', '+'), ('V', '('), ('W', ')'), ('X', '&'), ('Y', "'"), ('Z', '$'), ('!', '_'), ('"', '\\'), ('#', ']'), ('$', 'Z'), ('%', '['), ('&', 'X'), ("'", 'Y'), ('(', 'V'), (')', 'W'), ('*', 'T'), ('+', 'U'), (',', 'R'), ('-', 'S'), ('.', 'P'), ('/', 'Q'), (':', 'D'), (';', 'E'), ('’, ‘@’), (‘?’, ‘A’), (‘@’, ‘>’), (‘[‘, ‘%’), (‘\\’, ‘”‘), (‘]’, ‘#’), (‘^’, ‘ ‘), (‘_’, ‘!’), (‘ ‘, ‘^’), (‘\t’, ‘w’), (‘\n’, ‘t’), (‘\r’, ‘s’), (‘\x0b’, ‘u’), (‘\x0c’, ‘r’)]
74; 4a; 127;
J
[(‘0’, ‘O’), (‘1’, ‘N’), (‘2’, ‘M’), (‘3’, ‘L’), (‘4’, ‘K’), (‘5’, ‘J’), (‘6’, ‘I’), (‘7’, ‘H’), (‘8’, ‘G’), (‘9’, ‘F’), (‘r’, ‘\r’), (‘s’, ‘\x0c’), (‘t’, ‘\x0b’), (‘u’, ‘\n’), (‘v’, ‘\t’), (‘A’, ‘>’), (‘B’, ‘=’), (‘C’, ‘<'), ('D', ';'), ('E', ':'), ('F', '9'), ('G', '8'), ('H', '7'), ('I', '6'), ('J', '5'), ('K', '4'), ('L', '3'), ('M', '2'), ('N', '1'), ('O', '0'), ('P', '/'), ('Q', '.'), ('R', '-'), ('S', ','), ('T', '+'), ('U', '*'), ('V', ')'), ('W', '('), ('X', "'"), ('Y', '&'), ('Z', '%'), ('!', '^'), ('"', ']'), ('#', '\\'), ('$', '['), ('%', 'Z'), ('&', 'Y'), ("'", 'X'), ('(', 'W'), (')', 'V'), ('*', 'U'), ('+', 'T'), (',', 'S'), ('-', 'R'), ('.', 'Q'), ('/', 'P'), (':', 'E'), (';', 'D'), ('’, ‘A’), (‘?’, ‘@’), (‘@’, ‘?’), (‘[‘, ‘$’), (‘\\’, ‘#’), (‘]’, ‘”‘), (‘^’, ‘!’), (‘_’, ‘ ‘), (‘ ‘, ‘_’), (‘\t’, ‘v’), (‘\n’, ‘u’), (‘\r’, ‘r’), (‘\x0b’, ‘t’), (‘\x0c’, ‘s’)]
74; 4a; 102;
J
[(‘0’, ‘V’), (‘1’, ‘W’), (‘2’, ‘T’), (‘3’, ‘U’), (‘4’, ‘R’), (‘5’, ‘S’), (‘6’, ‘P’), (‘7’, ‘Q’), (‘8’, ‘^’), (‘9’, ‘_’), (‘j’, ‘\x0c’), (‘k’, ‘\r’), (‘l’, ‘\n’), (‘m’, ‘\x0b’), (‘o’, ‘\t’), (‘A’, “‘”), (‘B’, ‘$’), (‘C’, ‘%’), (‘D’, ‘”‘), (‘E’, ‘#’), (‘F’, ‘ ‘), (‘G’, ‘!’), (‘H’, ‘.’), (‘I’, ‘/’), (‘J’, ‘,’), (‘K’, ‘-‘), (‘L’, ‘*’), (‘M’, ‘+’), (‘N’, ‘(‘), (‘O’, ‘)’), (‘P’, ‘6’), (‘Q’, ‘7’), (‘R’, ‘4’), (‘S’, ‘5’), (‘T’, ‘2’), (‘U’, ‘3’), (‘V’, ‘0’), (‘W’, ‘1’), (‘X’, ‘>’), (‘Y’, ‘?’), (‘Z’, ‘<'), ('!', 'G'), ('"', 'D'), ('#', 'E'), ('$', 'B'), ('%', 'C'), ('&', '@'), ("'", 'A'), ('(', 'N'), (')', 'O'), ('*', 'L'), ('+', 'M'), (',', 'J'), ('-', 'K'), ('.', 'H'), ('/', 'I'), (':', '\\'), (';', ']'), ('’, ‘X’), (‘?’, ‘Y’), (‘@’, ‘&’), (‘[‘, ‘=’), (‘\\’, ‘:’), (‘]’, ‘;’), (‘^’, ‘8’), (‘_’, ‘9’), (‘ ‘, ‘F’), (‘\t’, ‘o’), (‘\n’, ‘l’), (‘\r’, ‘k’), (‘\x0b’, ‘m’), (‘\x0c’, ‘j’)]
74; 4a; 103;
J
[(‘0’, ‘W’), (‘1’, ‘V’), (‘2’, ‘U’), (‘3’, ‘T’), (‘4’, ‘S’), (‘5’, ‘R’), (‘6’, ‘Q’), (‘7’, ‘P’), (‘8’, ‘_’), (‘9’, ‘^’), (‘j’, ‘\r’), (‘k’, ‘\x0c’), (‘l’, ‘\x0b’), (‘m’, ‘\n’), (‘n’, ‘\t’), (‘A’, ‘&’), (‘B’, ‘%’), (‘C’, ‘$’), (‘D’, ‘#’), (‘E’, ‘”‘), (‘F’, ‘!’), (‘G’, ‘ ‘), (‘H’, ‘/’), (‘I’, ‘.’), (‘J’, ‘-‘), (‘K’, ‘,’), (‘L’, ‘+’), (‘M’, ‘*’), (‘N’, ‘)’), (‘O’, ‘(‘), (‘P’, ‘7’), (‘Q’, ‘6’), (‘R’, ‘5’), (‘S’, ‘4’), (‘T’, ‘3’), (‘U’, ‘2’), (‘V’, ‘1’), (‘W’, ‘0’), (‘X’, ‘?’), (‘Y’, ‘>’), (‘Z’, ‘=’), (‘!’, ‘F’), (‘”‘, ‘E’), (‘#’, ‘D’), (‘$’, ‘C’), (‘%’, ‘B’), (‘&’, ‘A’), (“‘”, ‘@’), (‘(‘, ‘O’), (‘)’, ‘N’), (‘*’, ‘M’), (‘+’, ‘L’), (‘,’, ‘K’), (‘-‘, ‘J’), (‘.’, ‘I’), (‘/’, ‘H’), (‘:’, ‘]’), (‘;’, ‘\\’), (”, ‘Y’), (‘?’, ‘X’), (‘@’, “‘”), (‘[‘, ‘<'), ('\\', ';'), (']', ':'), ('^', '9'), ('_', '8'), (' ', 'G'), ('\t', 'n'), ('\n', 'm'), ('\r', 'j'), ('\x0b', 'l'), ('\x0c', 'k')]
74; 4a; 100;
J
[(‘0’, ‘T’), (‘1’, ‘U’), (‘2’, ‘V’), (‘3’, ‘W’), (‘4’, ‘P’), (‘5’, ‘Q’), (‘6’, ‘R’), (‘7’, ‘S’), (‘8’, ‘\\’), (‘9’, ‘]’), (‘h’, ‘\x0c’), (‘i’, ‘\r’), (‘m’, ‘\t’), (‘n’, ‘\n’), (‘o’, ‘\x0b’), (‘A’, ‘%’), (‘B’, ‘&’), (‘C’, “‘”), (‘D’, ‘ ‘), (‘E’, ‘!’), (‘F’, ‘”‘), (‘G’, ‘#’), (‘H’, ‘,’), (‘I’, ‘-‘), (‘J’, ‘.’), (‘K’, ‘/’), (‘L’, ‘(‘), (‘M’, ‘)’), (‘N’, ‘*’), (‘O’, ‘+’), (‘P’, ‘4’), (‘Q’, ‘5’), (‘R’, ‘6’), (‘S’, ‘7’), (‘T’, ‘0’), (‘U’, ‘1’), (‘V’, ‘2’), (‘W’, ‘3’), (‘X’, ”), (‘!’, ‘E’), (‘”‘, ‘F’), (‘#’, ‘G’), (‘$’, ‘@’), (‘%’, ‘A’), (‘&’, ‘B’), (“‘”, ‘C’), (‘(‘, ‘L’), (‘)’, ‘M’), (‘*’, ‘N’), (‘+’, ‘O’), (‘,’, ‘H’), (‘-‘, ‘I’), (‘.’, ‘J’), (‘/’, ‘K’), (‘:’, ‘^’), (‘;’, ‘_’), (”, ‘Z’), (‘?’, ‘[‘), (‘@’, ‘$’), (‘[‘, ‘?’), (‘\\’, ‘8’), (‘]’, ‘9’), (‘^’, ‘:’), (‘_’, ‘;’), (‘ ‘, ‘D’), (‘\t’, ‘m’), (‘\n’, ‘n’), (‘\r’, ‘i’), (‘\x0b’, ‘o’), (‘\x0c’, ‘h’)]
74; 4a; 101;
J
[(‘0’, ‘U’), (‘1’, ‘T’), (‘2’, ‘W’), (‘3’, ‘V’), (‘4’, ‘Q’), (‘5’, ‘P’), (‘6’, ‘S’), (‘7’, ‘R’), (‘8’, ‘]’), (‘9’, ‘\\’), (‘h’, ‘\r’), (‘i’, ‘\x0c’), (‘l’, ‘\t’), (‘n’, ‘\x0b’), (‘o’, ‘\n’), (‘A’, ‘$’), (‘B’, “‘”), (‘C’, ‘&’), (‘D’, ‘!’), (‘E’, ‘ ‘), (‘F’, ‘#’), (‘G’, ‘”‘), (‘H’, ‘-‘), (‘I’, ‘,’), (‘J’, ‘/’), (‘K’, ‘.’), (‘L’, ‘)’), (‘M’, ‘(‘), (‘N’, ‘+’), (‘O’, ‘*’), (‘P’, ‘5’), (‘Q’, ‘4’), (‘R’, ‘7’), (‘S’, ‘6’), (‘T’, ‘1’), (‘U’, ‘0’), (‘V’, ‘3’), (‘W’, ‘2’), (‘X’, ‘=’), (‘Y’, ‘<'), ('Z', '?'), ('!', 'D'), ('"', 'G'), ('#', 'F'), ('$', 'A'), ('%', '@'), ('&', 'C'), ("'", 'B'), ('(', 'M'), (')', 'L'), ('*', 'O'), ('+', 'N'), (',', 'I'), ('-', 'H'), ('.', 'K'), ('/', 'J'), (':', '_'), (';', '^'), ('’, ‘[‘), (‘?’, ‘Z’), (‘@’, ‘%’), (‘[‘, ‘>’), (‘\\’, ‘9’), (‘]’, ‘8’), (‘^’, ‘;’), (‘_’, ‘:’), (‘ ‘, ‘E’), (‘\t’, ‘l’), (‘\n’, ‘o’), (‘\r’, ‘h’), (‘\x0b’, ‘n’), (‘\x0c’, ‘i’)]
74; 4a; 106;
J
[(‘0’, ‘Z’), (‘1’, ‘[‘), (‘2’, ‘X’), (‘3’, ‘Y’), (‘4’, ‘^’), (‘5’, ‘_’), (‘6’, ‘\\’), (‘7’, ‘]’), (‘8’, ‘R’), (‘9’, ‘S’), (‘a’, ‘\x0b’), (‘c’, ‘\t’), (‘f’, ‘\x0c’), (‘g’, ‘\r’), (‘A’, ‘+’), (‘B’, ‘(‘), (‘C’, ‘)’), (‘D’, ‘.’), (‘E’, ‘/’), (‘F’, ‘,’), (‘G’, ‘-‘), (‘H’, ‘”‘), (‘I’, ‘#’), (‘J’, ‘ ‘), (‘K’, ‘!’), (‘L’, ‘&’), (‘M’, “‘”), (‘N’, ‘$’), (‘O’, ‘%’), (‘P’, ‘:’), (‘Q’, ‘;’), (‘R’, ‘8’), (‘S’, ‘9’), (‘T’, ‘>’), (‘U’, ‘?’), (‘V’, ‘<'), ('W', '='), ('X', '2'), ('Y', '3'), ('Z', '0'), ('!', 'K'), ('"', 'H'), ('#', 'I'), ('$', 'N'), ('%', 'O'), ('&', 'L'), ("'", 'M'), ('(', 'B'), (')', 'C'), ('*', '@'), ('+', 'A'), (',', 'F'), ('-', 'G'), ('.', 'D'), ('/', 'E'), (':', 'P'), (';', 'Q'), ('’, ‘T’), (‘?’, ‘U’), (‘@’, ‘*’), (‘[‘, ‘1’), (‘\\’, ‘6’), (‘]’, ‘7’), (‘^’, ‘4’), (‘_’, ‘5’), (‘`’, ‘\n’), (‘ ‘, ‘J’), (‘\t’, ‘c’), (‘\n’, ‘`’), (‘\r’, ‘g’), (‘\x0b’, ‘a’), (‘\x0c’, ‘f’)]
74; 4a; 107;
J
[(‘0’, ‘[‘), (‘1’, ‘Z’), (‘2’, ‘Y’), (‘3’, ‘X’), (‘4’, ‘_’), (‘5’, ‘^’), (‘6’, ‘]’), (‘7’, ‘\\’), (‘8’, ‘S’), (‘9’, ‘R’), (‘a’, ‘\n’), (‘b’, ‘\t’), (‘f’, ‘\r’), (‘g’, ‘\x0c’), (‘A’, ‘*’), (‘B’, ‘)’), (‘C’, ‘(‘), (‘D’, ‘/’), (‘E’, ‘.’), (‘F’, ‘-‘), (‘G’, ‘,’), (‘H’, ‘#’), (‘I’, ‘”‘), (‘J’, ‘!’), (‘K’, ‘ ‘), (‘L’, “‘”), (‘M’, ‘&’), (‘N’, ‘%’), (‘O’, ‘$’), (‘P’, ‘;’), (‘Q’, ‘:’), (‘R’, ‘9’), (‘S’, ‘8’), (‘T’, ‘?’), (‘U’, ‘>’), (‘V’, ‘=’), (‘W’, ‘<'), ('X', '3'), ('Y', '2'), ('Z', '1'), ('!', 'J'), ('"', 'I'), ('#', 'H'), ('$', 'O'), ('%', 'N'), ('&', 'M'), ("'", 'L'), ('(', 'C'), (')', 'B'), ('*', 'A'), ('+', '@'), (',', 'G'), ('-', 'F'), ('.', 'E'), ('/', 'D'), (':', 'Q'), (';', 'P'), ('’, ‘U’), (‘?’, ‘T’), (‘@’, ‘+’), (‘[‘, ‘0’), (‘\\’, ‘7’), (‘]’, ‘6’), (‘^’, ‘5’), (‘_’, ‘4’), (‘`’, ‘\x0b’), (‘ ‘, ‘K’), (‘\t’, ‘b’), (‘\n’, ‘a’), (‘\r’, ‘f’), (‘\x0b’, ‘`’), (‘\x0c’, ‘g’)]
74; 4a; 104;
J
[(‘0’, ‘X’), (‘1’, ‘Y’), (‘2’, ‘Z’), (‘3’, ‘[‘), (‘4’, ‘\\’), (‘5’, ‘]’), (‘6’, ‘^’), (‘7’, ‘_’), (‘8’, ‘P’), (‘9’, ‘Q’), (‘a’, ‘\t’), (‘b’, ‘\n’), (‘c’, ‘\x0b’), (‘d’, ‘\x0c’), (‘e’, ‘\r’), (‘A’, ‘)’), (‘B’, ‘*’), (‘C’, ‘+’), (‘D’, ‘,’), (‘E’, ‘-‘), (‘F’, ‘.’), (‘G’, ‘/’), (‘H’, ‘ ‘), (‘I’, ‘!’), (‘J’, ‘”‘), (‘K’, ‘#’), (‘L’, ‘$’), (‘M’, ‘%’), (‘N’, ‘&’), (‘O’, “‘”), (‘P’, ‘8’), (‘Q’, ‘9’), (‘R’, ‘:’), (‘S’, ‘;’), (‘T’, ”), (‘W’, ‘?’), (‘X’, ‘0’), (‘Y’, ‘1’), (‘Z’, ‘2’), (‘!’, ‘I’), (‘”‘, ‘J’), (‘#’, ‘K’), (‘$’, ‘L’), (‘%’, ‘M’), (‘&’, ‘N’), (“‘”, ‘O’), (‘(‘, ‘@’), (‘)’, ‘A’), (‘*’, ‘B’), (‘+’, ‘C’), (‘,’, ‘D’), (‘-‘, ‘E’), (‘.’, ‘F’), (‘/’, ‘G’), (‘:’, ‘R’), (‘;’, ‘S’), (”, ‘V’), (‘?’, ‘W’), (‘@’, ‘(‘), (‘[‘, ‘3’), (‘\\’, ‘4’), (‘]’, ‘5’), (‘^’, ‘6’), (‘_’, ‘7’), (‘ ‘, ‘H’), (‘\t’, ‘a’), (‘\n’, ‘b’), (‘\r’, ‘e’), (‘\x0b’, ‘c’), (‘\x0c’, ‘d’)]
74; 4a; 105;
J
[(‘0’, ‘Y’), (‘1’, ‘X’), (‘2’, ‘[‘), (‘3’, ‘Z’), (‘4’, ‘]’), (‘5’, ‘\\’), (‘6’, ‘_’), (‘7’, ‘^’), (‘8’, ‘Q’), (‘9’, ‘P’), (‘b’, ‘\x0b’), (‘c’, ‘\n’), (‘d’, ‘\r’), (‘e’, ‘\x0c’), (‘A’, ‘(‘), (‘B’, ‘+’), (‘C’, ‘*’), (‘D’, ‘-‘), (‘E’, ‘,’), (‘F’, ‘/’), (‘G’, ‘.’), (‘H’, ‘!’), (‘I’, ‘ ‘), (‘J’, ‘#’), (‘K’, ‘”‘), (‘L’, ‘%’), (‘M’, ‘$’), (‘N’, “‘”), (‘O’, ‘&’), (‘P’, ‘9’), (‘Q’, ‘8’), (‘R’, ‘;’), (‘S’, ‘:’), (‘T’, ‘=’), (‘U’, ”), (‘X’, ‘1’), (‘Y’, ‘0’), (‘Z’, ‘3’), (‘!’, ‘H’), (‘”‘, ‘K’), (‘#’, ‘J’), (‘$’, ‘M’), (‘%’, ‘L’), (‘&’, ‘O’), (“‘”, ‘N’), (‘(‘, ‘A’), (‘)’, ‘@’), (‘*’, ‘C’), (‘+’, ‘B’), (‘,’, ‘E’), (‘-‘, ‘D’), (‘.’, ‘G’), (‘/’, ‘F’), (‘:’, ‘S’), (‘;’, ‘R’), (”, ‘W’), (‘?’, ‘V’), (‘@’, ‘)’), (‘[‘, ‘2’), (‘\\’, ‘5’), (‘]’, ‘4’), (‘^’, ‘7’), (‘_’, ‘6’), (‘`’, ‘\t’), (‘ ‘, ‘I’), (‘\t’, ‘`’), (‘\n’, ‘c’), (‘\r’, ‘d’), (‘\x0b’, ‘b’), (‘\x0c’, ‘e’)]
74; 4a; 99;
J
[(‘0’, ‘S’), (‘1’, ‘R’), (‘2’, ‘Q’), (‘3’, ‘P’), (‘4’, ‘W’), (‘5’, ‘V’), (‘6’, ‘U’), (‘7’, ‘T’), (‘8’, ‘[‘), (‘9’, ‘Z’), (‘h’, ‘\x0b’), (‘i’, ‘\n’), (‘j’, ‘\t’), (‘n’, ‘\r’), (‘o’, ‘\x0c’), (‘A’, ‘”‘), (‘B’, ‘!’), (‘C’, ‘ ‘), (‘D’, “‘”), (‘E’, ‘&’), (‘F’, ‘%’), (‘G’, ‘$’), (‘H’, ‘+’), (‘I’, ‘*’), (‘J’, ‘)’), (‘K’, ‘(‘), (‘L’, ‘/’), (‘M’, ‘.’), (‘N’, ‘-‘), (‘O’, ‘,’), (‘P’, ‘3’), (‘Q’, ‘2’), (‘R’, ‘1’), (‘S’, ‘0’), (‘T’, ‘7’), (‘U’, ‘6’), (‘V’, ‘5’), (‘W’, ‘4’), (‘X’, ‘;’), (‘Y’, ‘:’), (‘Z’, ‘9’), (‘!’, ‘B’), (‘”‘, ‘A’), (‘#’, ‘@’), (‘$’, ‘G’), (‘%’, ‘F’), (‘&’, ‘E’), (“‘”, ‘D’), (‘(‘, ‘K’), (‘)’, ‘J’), (‘*’, ‘I’), (‘+’, ‘H’), (‘,’, ‘O’), (‘-‘, ‘N’), (‘.’, ‘M’), (‘/’, ‘L’), (‘:’, ‘Y’), (‘;’, ‘X’), (”, ‘]’), (‘?’, ‘\\’), (‘@’, ‘#’), (‘[‘, ‘8’), (‘\\’, ‘?’), (‘]’, ‘>’), (‘^’, ‘=’), (‘_’, ‘<'), (' ', 'C'), ('\t', 'j'), ('\n', 'i'), ('\r', 'n'), ('\x0b', 'h'), ('\x0c', 'o')]
74; 4a; 98;
J
[(‘0’, ‘R’), (‘1’, ‘S’), (‘2’, ‘P’), (‘3’, ‘Q’), (‘4’, ‘V’), (‘5’, ‘W’), (‘6’, ‘T’), (‘7’, ‘U’), (‘8’, ‘Z’), (‘9’, ‘[‘), (‘h’, ‘\n’), (‘i’, ‘\x0b’), (‘k’, ‘\t’), (‘n’, ‘\x0c’), (‘o’, ‘\r’), (‘A’, ‘#’), (‘B’, ‘ ‘), (‘C’, ‘!’), (‘D’, ‘&’), (‘E’, “‘”), (‘F’, ‘$’), (‘G’, ‘%’), (‘H’, ‘*’), (‘I’, ‘+’), (‘J’, ‘(‘), (‘K’, ‘)’), (‘L’, ‘.’), (‘M’, ‘/’), (‘N’, ‘,’), (‘O’, ‘-‘), (‘P’, ‘2’), (‘Q’, ‘3’), (‘R’, ‘0’), (‘S’, ‘1’), (‘T’, ‘6’), (‘U’, ‘7’), (‘V’, ‘4’), (‘W’, ‘5’), (‘X’, ‘:’), (‘Y’, ‘;’), (‘Z’, ‘8’), (‘!’, ‘C’), (‘”‘, ‘@’), (‘#’, ‘A’), (‘$’, ‘F’), (‘%’, ‘G’), (‘&’, ‘D’), (“‘”, ‘E’), (‘(‘, ‘J’), (‘)’, ‘K’), (‘*’, ‘H’), (‘+’, ‘I’), (‘,’, ‘N’), (‘-‘, ‘O’), (‘.’, ‘L’), (‘/’, ‘M’), (‘:’, ‘X’), (‘;’, ‘Y’), (”, ‘\\’), (‘?’, ‘]’), (‘@’, ‘”‘), (‘[‘, ‘9’), (‘\\’, ‘>’), (‘]’, ‘?’), (‘^’, ‘<'), ('_', '='), (' ', 'B'), ('\t', 'k'), ('\n', 'h'), ('\r', 'o'), ('\x0b', 'i'), ('\x0c', 'n')]
74; 4a; 108;
J
[(‘0’, ‘\\’), (‘1’, ‘]’), (‘2’, ‘^’), (‘3’, ‘_’), (‘4’, ‘X’), (‘5’, ‘Y’), (‘6’, ‘Z’), (‘7’, ‘[‘), (‘8’, ‘T’), (‘9’, ‘U’), (‘a’, ‘\r’), (‘e’, ‘\t’), (‘f’, ‘\n’), (‘g’, ‘\x0b’), (‘A’, ‘-‘), (‘B’, ‘.’), (‘C’, ‘/’), (‘D’, ‘(‘), (‘E’, ‘)’), (‘F’, ‘*’), (‘G’, ‘+’), (‘H’, ‘$’), (‘I’, ‘%’), (‘J’, ‘&’), (‘K’, “‘”), (‘L’, ‘ ‘), (‘M’, ‘!’), (‘N’, ‘”‘), (‘O’, ‘#’), (‘P’, ”), (‘S’, ‘?’), (‘T’, ‘8’), (‘U’, ‘9’), (‘V’, ‘:’), (‘W’, ‘;’), (‘X’, ‘4’), (‘Y’, ‘5’), (‘Z’, ‘6’), (‘!’, ‘M’), (‘”‘, ‘N’), (‘#’, ‘O’), (‘$’, ‘H’), (‘%’, ‘I’), (‘&’, ‘J’), (“‘”, ‘K’), (‘(‘, ‘D’), (‘)’, ‘E’), (‘*’, ‘F’), (‘+’, ‘G’), (‘,’, ‘@’), (‘-‘, ‘A’), (‘.’, ‘B’), (‘/’, ‘C’), (‘:’, ‘V’), (‘;’, ‘W’), (”, ‘R’), (‘?’, ‘S’), (‘@’, ‘,’), (‘[‘, ‘7’), (‘\\’, ‘0’), (‘]’, ‘1’), (‘^’, ‘2’), (‘_’, ‘3’), (‘`’, ‘\x0c’), (‘ ‘, ‘L’), (‘\t’, ‘e’), (‘\n’, ‘f’), (‘\r’, ‘a’), (‘\x0b’, ‘g’), (‘\x0c’, ‘`’)]
74; 4a; 123;
J
[(‘0’, ‘K’), (‘1’, ‘J’), (‘2’, ‘I’), (‘3’, ‘H’), (‘4’, ‘O’), (‘5’, ‘N’), (‘6’, ‘M’), (‘7’, ‘L’), (‘8’, ‘C’), (‘9’, ‘B’), (‘p’, ‘\x0b’), (‘q’, ‘\n’), (‘r’, ‘\t’), (‘v’, ‘\r’), (‘w’, ‘\x0c’), (‘A’, ‘:’), (‘B’, ‘9’), (‘C’, ‘8’), (‘D’, ‘?’), (‘E’, ‘>’), (‘F’, ‘=’), (‘G’, ‘<'), ('H', '3'), ('I', '2'), ('J', '1'), ('K', '0'), ('L', '7'), ('M', '6'), ('N', '5'), ('O', '4'), ('P', '+'), ('Q', '*'), ('R', ')'), ('S', '('), ('T', '/'), ('U', '.'), ('V', '-'), ('W', ','), ('X', '#'), ('Y', '"'), ('Z', '!'), ('!', 'Z'), ('"', 'Y'), ('#', 'X'), ('$', '_'), ('%', '^'), ('&', ']'), ("'", '\\'), ('(', 'S'), (')', 'R'), ('*', 'Q'), ('+', 'P'), (',', 'W'), ('-', 'V'), ('.', 'U'), ('/', 'T'), (':', 'A'), (';', '@'), ('’, ‘E’), (‘?’, ‘D’), (‘@’, ‘;’), (‘[‘, ‘ ‘), (‘\\’, “‘”), (‘]’, ‘&’), (‘^’, ‘%’), (‘_’, ‘$’), (‘ ‘, ‘[‘), (‘\t’, ‘r’), (‘\n’, ‘q’), (‘\r’, ‘v’), (‘\x0b’, ‘p’), (‘\x0c’, ‘w’)]
94; 5e; 24;
^
[(‘0’, ‘(‘), (‘1’, ‘)’), (‘2’, ‘*’), (‘3’, ‘+’), (‘4’, ‘,’), (‘5’, ‘-‘), (‘6’, ‘.’), (‘7’, ‘/’), (‘8’, ‘ ‘), (‘9’, ‘!’), (‘a’, ‘y’), (‘b’, ‘z’), (‘c’, ‘{‘), (‘d’, ‘|’), (‘e’, ‘}’), (‘f’, ‘~’), (‘h’, ‘p’), (‘i’, ‘q’), (‘j’, ‘r’), (‘k’, ‘s’), (‘l’, ‘t’), (‘m’, ‘u’), (‘n’, ‘v’), (‘o’, ‘w’), (‘p’, ‘h’), (‘q’, ‘i’), (‘r’, ‘j’), (‘s’, ‘k’), (‘t’, ‘l’), (‘u’, ‘m’), (‘v’, ‘n’), (‘w’, ‘o’), (‘x’, ‘`’), (‘y’, ‘a’), (‘z’, ‘b’), (‘A’, ‘Y’), (‘B’, ‘Z’), (‘C’, ‘[‘), (‘D’, ‘\\’), (‘E’, ‘]’), (‘F’, ‘^’), (‘G’, ‘_’), (‘H’, ‘P’), (‘I’, ‘Q’), (‘J’, ‘R’), (‘K’, ‘S’), (‘L’, ‘T’), (‘M’, ‘U’), (‘N’, ‘V’), (‘O’, ‘W’), (‘P’, ‘H’), (‘Q’, ‘I’), (‘R’, ‘J’), (‘S’, ‘K’), (‘T’, ‘L’), (‘U’, ‘M’), (‘V’, ‘N’), (‘W’, ‘O’), (‘X’, ‘@’), (‘Y’, ‘A’), (‘Z’, ‘B’), (‘!’, ‘9’), (‘”‘, ‘:’), (‘#’, ‘;’), (‘$’, ”), (“‘”, ‘?’), (‘(‘, ‘0’), (‘)’, ‘1’), (‘*’, ‘2’), (‘+’, ‘3’), (‘,’, ‘4’), (‘-‘, ‘5’), (‘.’, ‘6’), (‘/’, ‘7’), (‘:’, ‘”‘), (‘;’, ‘#’), (”, ‘&’), (‘?’, “‘”), (‘@’, ‘X’), (‘[‘, ‘C’), (‘\\’, ‘D’), (‘]’, ‘E’), (‘^’, ‘F’), (‘_’, ‘G’), (‘`’, ‘x’), (‘{‘, ‘c’), (‘|’, ‘d’), (‘}’, ‘e’), (‘~’, ‘f’), (‘ ‘, ‘8’)]
94; 5e; 25;
^
[(‘0’, ‘)’), (‘1’, ‘(‘), (‘2’, ‘+’), (‘3’, ‘*’), (‘4’, ‘-‘), (‘5’, ‘,’), (‘6’, ‘/’), (‘7’, ‘.’), (‘8’, ‘!’), (‘9’, ‘ ‘), (‘a’, ‘x’), (‘b’, ‘{‘), (‘c’, ‘z’), (‘d’, ‘}’), (‘e’, ‘|’), (‘g’, ‘~’), (‘h’, ‘q’), (‘i’, ‘p’), (‘j’, ‘s’), (‘k’, ‘r’), (‘l’, ‘u’), (‘m’, ‘t’), (‘n’, ‘w’), (‘o’, ‘v’), (‘p’, ‘i’), (‘q’, ‘h’), (‘r’, ‘k’), (‘s’, ‘j’), (‘t’, ‘m’), (‘u’, ‘l’), (‘v’, ‘o’), (‘w’, ‘n’), (‘x’, ‘a’), (‘y’, ‘`’), (‘z’, ‘c’), (‘A’, ‘X’), (‘B’, ‘[‘), (‘C’, ‘Z’), (‘D’, ‘]’), (‘E’, ‘\\’), (‘F’, ‘_’), (‘G’, ‘^’), (‘H’, ‘Q’), (‘I’, ‘P’), (‘J’, ‘S’), (‘K’, ‘R’), (‘L’, ‘U’), (‘M’, ‘T’), (‘N’, ‘W’), (‘O’, ‘V’), (‘P’, ‘I’), (‘Q’, ‘H’), (‘R’, ‘K’), (‘S’, ‘J’), (‘T’, ‘M’), (‘U’, ‘L’), (‘V’, ‘O’), (‘W’, ‘N’), (‘X’, ‘A’), (‘Y’, ‘@’), (‘Z’, ‘C’), (‘!’, ‘8’), (‘”‘, ‘;’), (‘#’, ‘:’), (‘$’, ‘=’), (‘%’, ”), (‘(‘, ‘1’), (‘)’, ‘0’), (‘*’, ‘3’), (‘+’, ‘2’), (‘,’, ‘5’), (‘-‘, ‘4’), (‘.’, ‘7’), (‘/’, ‘6’), (‘:’, ‘#’), (‘;’, ‘”‘), (”, “‘”), (‘?’, ‘&’), (‘@’, ‘Y’), (‘[‘, ‘B’), (‘\\’, ‘E’), (‘]’, ‘D’), (‘^’, ‘G’), (‘_’, ‘F’), (‘`’, ‘y’), (‘{‘, ‘b’), (‘|’, ‘e’), (‘}’, ‘d’), (‘~’, ‘g’), (‘ ‘, ‘9’)]
94; 5e; 26;
^
[(‘0’, ‘*’), (‘1’, ‘+’), (‘2’, ‘(‘), (‘3’, ‘)’), (‘4’, ‘.’), (‘5’, ‘/’), (‘6’, ‘,’), (‘7’, ‘-‘), (‘8’, ‘”‘), (‘9’, ‘#’), (‘a’, ‘{‘), (‘b’, ‘x’), (‘c’, ‘y’), (‘d’, ‘~’), (‘f’, ‘|’), (‘g’, ‘}’), (‘h’, ‘r’), (‘i’, ‘s’), (‘j’, ‘p’), (‘k’, ‘q’), (‘l’, ‘v’), (‘m’, ‘w’), (‘n’, ‘t’), (‘o’, ‘u’), (‘p’, ‘j’), (‘q’, ‘k’), (‘r’, ‘h’), (‘s’, ‘i’), (‘t’, ‘n’), (‘u’, ‘o’), (‘v’, ‘l’), (‘w’, ‘m’), (‘x’, ‘b’), (‘y’, ‘c’), (‘z’, ‘`’), (‘A’, ‘[‘), (‘B’, ‘X’), (‘C’, ‘Y’), (‘D’, ‘^’), (‘E’, ‘_’), (‘F’, ‘\\’), (‘G’, ‘]’), (‘H’, ‘R’), (‘I’, ‘S’), (‘J’, ‘P’), (‘K’, ‘Q’), (‘L’, ‘V’), (‘M’, ‘W’), (‘N’, ‘T’), (‘O’, ‘U’), (‘P’, ‘J’), (‘Q’, ‘K’), (‘R’, ‘H’), (‘S’, ‘I’), (‘T’, ‘N’), (‘U’, ‘O’), (‘V’, ‘L’), (‘W’, ‘M’), (‘X’, ‘B’), (‘Y’, ‘C’), (‘Z’, ‘@’), (‘!’, ‘;’), (‘”‘, ‘8’), (‘#’, ‘9’), (‘$’, ‘>’), (‘%’, ‘?’), (‘&’, ‘<'), ("'", '='), ('(', '2'), (')', '3'), ('*', '0'), ('+', '1'), (',', '6'), ('-', '7'), ('.', '4'), ('/', '5'), (':', ' '), (';', '!'), ('’, ‘$’), (‘?’, ‘%’), (‘@’, ‘Z’), (‘[‘, ‘A’), (‘\\’, ‘F’), (‘]’, ‘G’), (‘^’, ‘D’), (‘_’, ‘E’), (‘`’, ‘z’), (‘{‘, ‘a’), (‘|’, ‘f’), (‘}’, ‘g’), (‘~’, ‘d’), (‘ ‘, ‘:’)]
94; 5e; 27;
^
[(‘0’, ‘+’), (‘1’, ‘*’), (‘2’, ‘)’), (‘3’, ‘(‘), (‘4’, ‘/’), (‘5’, ‘.’), (‘6’, ‘-‘), (‘7’, ‘,’), (‘8’, ‘#’), (‘9’, ‘”‘), (‘a’, ‘z’), (‘b’, ‘y’), (‘c’, ‘x’), (‘e’, ‘~’), (‘f’, ‘}’), (‘g’, ‘|’), (‘h’, ‘s’), (‘i’, ‘r’), (‘j’, ‘q’), (‘k’, ‘p’), (‘l’, ‘w’), (‘m’, ‘v’), (‘n’, ‘u’), (‘o’, ‘t’), (‘p’, ‘k’), (‘q’, ‘j’), (‘r’, ‘i’), (‘s’, ‘h’), (‘t’, ‘o’), (‘u’, ‘n’), (‘v’, ‘m’), (‘w’, ‘l’), (‘x’, ‘c’), (‘y’, ‘b’), (‘z’, ‘a’), (‘A’, ‘Z’), (‘B’, ‘Y’), (‘C’, ‘X’), (‘D’, ‘_’), (‘E’, ‘^’), (‘F’, ‘]’), (‘G’, ‘\\’), (‘H’, ‘S’), (‘I’, ‘R’), (‘J’, ‘Q’), (‘K’, ‘P’), (‘L’, ‘W’), (‘M’, ‘V’), (‘N’, ‘U’), (‘O’, ‘T’), (‘P’, ‘K’), (‘Q’, ‘J’), (‘R’, ‘I’), (‘S’, ‘H’), (‘T’, ‘O’), (‘U’, ‘N’), (‘V’, ‘M’), (‘W’, ‘L’), (‘X’, ‘C’), (‘Y’, ‘B’), (‘Z’, ‘A’), (‘!’, ‘:’), (‘”‘, ‘9’), (‘#’, ‘8’), (‘$’, ‘?’), (‘%’, ‘>’), (‘&’, ‘=’), (“‘”, ‘<'), ('(', '3'), (')', '2'), ('*', '1'), ('+', '0'), (',', '7'), ('-', '6'), ('.', '5'), ('/', '4'), (':', '!'), (';', ' '), ('’, ‘%’), (‘?’, ‘$’), (‘@’, ‘[‘), (‘[‘, ‘@’), (‘\\’, ‘G’), (‘]’, ‘F’), (‘^’, ‘E’), (‘_’, ‘D’), (‘`’, ‘{‘), (‘{‘, ‘`’), (‘|’, ‘g’), (‘}’, ‘f’), (‘~’, ‘e’), (‘ ‘, ‘;’)]
94; 5e; 20;
^
[(‘0’, ‘$’), (‘1’, ‘%’), (‘2’, ‘&’), (‘3’, “‘”), (‘4’, ‘ ‘), (‘5’, ‘!’), (‘6’, ‘”‘), (‘7’, ‘#’), (‘8’, ‘,’), (‘9’, ‘-‘), (‘a’, ‘u’), (‘b’, ‘v’), (‘c’, ‘w’), (‘d’, ‘p’), (‘e’, ‘q’), (‘f’, ‘r’), (‘g’, ‘s’), (‘h’, ‘|’), (‘i’, ‘}’), (‘j’, ‘~’), (‘l’, ‘x’), (‘m’, ‘y’), (‘n’, ‘z’), (‘o’, ‘{‘), (‘p’, ‘d’), (‘q’, ‘e’), (‘r’, ‘f’), (‘s’, ‘g’), (‘t’, ‘`’), (‘u’, ‘a’), (‘v’, ‘b’), (‘w’, ‘c’), (‘x’, ‘l’), (‘y’, ‘m’), (‘z’, ‘n’), (‘A’, ‘U’), (‘B’, ‘V’), (‘C’, ‘W’), (‘D’, ‘P’), (‘E’, ‘Q’), (‘F’, ‘R’), (‘G’, ‘S’), (‘H’, ‘\\’), (‘I’, ‘]’), (‘J’, ‘^’), (‘K’, ‘_’), (‘L’, ‘X’), (‘M’, ‘Y’), (‘N’, ‘Z’), (‘O’, ‘[‘), (‘P’, ‘D’), (‘Q’, ‘E’), (‘R’, ‘F’), (‘S’, ‘G’), (‘T’, ‘@’), (‘U’, ‘A’), (‘V’, ‘B’), (‘W’, ‘C’), (‘X’, ‘L’), (‘Y’, ‘M’), (‘Z’, ‘N’), (‘!’, ‘5’), (‘”‘, ‘6’), (‘#’, ‘7’), (‘$’, ‘0’), (‘%’, ‘1’), (‘&’, ‘2’), (“‘”, ‘3’), (‘(‘, ”), (‘+’, ‘?’), (‘,’, ‘8’), (‘-‘, ‘9’), (‘.’, ‘:’), (‘/’, ‘;’), (‘:’, ‘.’), (‘;’, ‘/’), (”, ‘*’), (‘?’, ‘+’), (‘@’, ‘T’), (‘[‘, ‘O’), (‘\\’, ‘H’), (‘]’, ‘I’), (‘^’, ‘J’), (‘_’, ‘K’), (‘`’, ‘t’), (‘{‘, ‘o’), (‘|’, ‘h’), (‘}’, ‘i’), (‘~’, ‘j’), (‘ ‘, ‘4’)]
94; 5e; 21;
^
[(‘0’, ‘%’), (‘1’, ‘$’), (‘2’, “‘”), (‘3’, ‘&’), (‘4’, ‘!’), (‘5’, ‘ ‘), (‘6’, ‘#’), (‘7’, ‘”‘), (‘8’, ‘-‘), (‘9’, ‘,’), (‘a’, ‘t’), (‘b’, ‘w’), (‘c’, ‘v’), (‘d’, ‘q’), (‘e’, ‘p’), (‘f’, ‘s’), (‘g’, ‘r’), (‘h’, ‘}’), (‘i’, ‘|’), (‘k’, ‘~’), (‘l’, ‘y’), (‘m’, ‘x’), (‘n’, ‘{‘), (‘o’, ‘z’), (‘p’, ‘e’), (‘q’, ‘d’), (‘r’, ‘g’), (‘s’, ‘f’), (‘t’, ‘a’), (‘u’, ‘`’), (‘v’, ‘c’), (‘w’, ‘b’), (‘x’, ‘m’), (‘y’, ‘l’), (‘z’, ‘o’), (‘A’, ‘T’), (‘B’, ‘W’), (‘C’, ‘V’), (‘D’, ‘Q’), (‘E’, ‘P’), (‘F’, ‘S’), (‘G’, ‘R’), (‘H’, ‘]’), (‘I’, ‘\\’), (‘J’, ‘_’), (‘K’, ‘^’), (‘L’, ‘Y’), (‘M’, ‘X’), (‘N’, ‘[‘), (‘O’, ‘Z’), (‘P’, ‘E’), (‘Q’, ‘D’), (‘R’, ‘G’), (‘S’, ‘F’), (‘T’, ‘A’), (‘U’, ‘@’), (‘V’, ‘C’), (‘W’, ‘B’), (‘X’, ‘M’), (‘Y’, ‘L’), (‘Z’, ‘O’), (‘!’, ‘4’), (‘”‘, ‘7’), (‘#’, ‘6’), (‘$’, ‘1’), (‘%’, ‘0’), (‘&’, ‘3’), (“‘”, ‘2’), (‘(‘, ‘=’), (‘)’, ”), (‘,’, ‘9’), (‘-‘, ‘8’), (‘.’, ‘;’), (‘/’, ‘:’), (‘:’, ‘/’), (‘;’, ‘.’), (”, ‘+’), (‘?’, ‘*’), (‘@’, ‘U’), (‘[‘, ‘N’), (‘\\’, ‘I’), (‘]’, ‘H’), (‘^’, ‘K’), (‘_’, ‘J’), (‘`’, ‘u’), (‘{‘, ‘n’), (‘|’, ‘i’), (‘}’, ‘h’), (‘~’, ‘k’), (‘ ‘, ‘5’)]
94; 5e; 22;
^
[(‘0’, ‘&’), (‘1’, “‘”), (‘2’, ‘$’), (‘3’, ‘%’), (‘4’, ‘”‘), (‘5’, ‘#’), (‘6’, ‘ ‘), (‘7’, ‘!’), (‘8’, ‘.’), (‘9’, ‘/’), (‘a’, ‘w’), (‘b’, ‘t’), (‘c’, ‘u’), (‘d’, ‘r’), (‘e’, ‘s’), (‘f’, ‘p’), (‘g’, ‘q’), (‘h’, ‘~’), (‘j’, ‘|’), (‘k’, ‘}’), (‘l’, ‘z’), (‘m’, ‘{‘), (‘n’, ‘x’), (‘o’, ‘y’), (‘p’, ‘f’), (‘q’, ‘g’), (‘r’, ‘d’), (‘s’, ‘e’), (‘t’, ‘b’), (‘u’, ‘c’), (‘v’, ‘`’), (‘w’, ‘a’), (‘x’, ‘n’), (‘y’, ‘o’), (‘z’, ‘l’), (‘A’, ‘W’), (‘B’, ‘T’), (‘C’, ‘U’), (‘D’, ‘R’), (‘E’, ‘S’), (‘F’, ‘P’), (‘G’, ‘Q’), (‘H’, ‘^’), (‘I’, ‘_’), (‘J’, ‘\\’), (‘K’, ‘]’), (‘L’, ‘Z’), (‘M’, ‘[‘), (‘N’, ‘X’), (‘O’, ‘Y’), (‘P’, ‘F’), (‘Q’, ‘G’), (‘R’, ‘D’), (‘S’, ‘E’), (‘T’, ‘B’), (‘U’, ‘C’), (‘V’, ‘@’), (‘W’, ‘A’), (‘X’, ‘N’), (‘Y’, ‘O’), (‘Z’, ‘L’), (‘!’, ‘7’), (‘”‘, ‘4’), (‘#’, ‘5’), (‘$’, ‘2’), (‘%’, ‘3’), (‘&’, ‘0’), (“‘”, ‘1’), (‘(‘, ‘>’), (‘)’, ‘?’), (‘*’, ‘<'), ('+', '='), (',', ':'), ('-', ';'), ('.', '8'), ('/', '9'), (':', ','), (';', '-'), ('’, ‘(‘), (‘?’, ‘)’), (‘@’, ‘V’), (‘[‘, ‘M’), (‘\\’, ‘J’), (‘]’, ‘K’), (‘^’, ‘H’), (‘_’, ‘I’), (‘`’, ‘v’), (‘{‘, ‘m’), (‘|’, ‘j’), (‘}’, ‘k’), (‘~’, ‘h’), (‘ ‘, ‘6’)]
94; 5e; 23;
^
[(‘0’, “‘”), (‘1’, ‘&’), (‘2’, ‘%’), (‘3’, ‘$’), (‘4’, ‘#’), (‘5’, ‘”‘), (‘6’, ‘!’), (‘7’, ‘ ‘), (‘8’, ‘/’), (‘9’, ‘.’), (‘a’, ‘v’), (‘b’, ‘u’), (‘c’, ‘t’), (‘d’, ‘s’), (‘e’, ‘r’), (‘f’, ‘q’), (‘g’, ‘p’), (‘i’, ‘~’), (‘j’, ‘}’), (‘k’, ‘|’), (‘l’, ‘{‘), (‘m’, ‘z’), (‘n’, ‘y’), (‘o’, ‘x’), (‘p’, ‘g’), (‘q’, ‘f’), (‘r’, ‘e’), (‘s’, ‘d’), (‘t’, ‘c’), (‘u’, ‘b’), (‘v’, ‘a’), (‘w’, ‘`’), (‘x’, ‘o’), (‘y’, ‘n’), (‘z’, ‘m’), (‘A’, ‘V’), (‘B’, ‘U’), (‘C’, ‘T’), (‘D’, ‘S’), (‘E’, ‘R’), (‘F’, ‘Q’), (‘G’, ‘P’), (‘H’, ‘_’), (‘I’, ‘^’), (‘J’, ‘]’), (‘K’, ‘\\’), (‘L’, ‘[‘), (‘M’, ‘Z’), (‘N’, ‘Y’), (‘O’, ‘X’), (‘P’, ‘G’), (‘Q’, ‘F’), (‘R’, ‘E’), (‘S’, ‘D’), (‘T’, ‘C’), (‘U’, ‘B’), (‘V’, ‘A’), (‘W’, ‘@’), (‘X’, ‘O’), (‘Y’, ‘N’), (‘Z’, ‘M’), (‘!’, ‘6’), (‘”‘, ‘5’), (‘#’, ‘4’), (‘$’, ‘3’), (‘%’, ‘2’), (‘&’, ‘1’), (“‘”, ‘0’), (‘(‘, ‘?’), (‘)’, ‘>’), (‘*’, ‘=’), (‘+’, ‘<'), (',', ';'), ('-', ':'), ('.', '9'), ('/', '8'), (':', '-'), (';', ','), ('’, ‘)’), (‘?’, ‘(‘), (‘@’, ‘W’), (‘[‘, ‘L’), (‘\\’, ‘K’), (‘]’, ‘J’), (‘^’, ‘I’), (‘_’, ‘H’), (‘`’, ‘w’), (‘{‘, ‘l’), (‘|’, ‘k’), (‘}’, ‘j’), (‘~’, ‘i’), (‘ ‘, ‘7’)]
94; 5e; 28;
^
[(‘0’, ‘,’), (‘1’, ‘-‘), (‘2’, ‘.’), (‘3’, ‘/’), (‘4’, ‘(‘), (‘5’, ‘)’), (‘6’, ‘*’), (‘7’, ‘+’), (‘8’, ‘$’), (‘9’, ‘%’), (‘a’, ‘}’), (‘b’, ‘~’), (‘d’, ‘x’), (‘e’, ‘y’), (‘f’, ‘z’), (‘g’, ‘{‘), (‘h’, ‘t’), (‘i’, ‘u’), (‘j’, ‘v’), (‘k’, ‘w’), (‘l’, ‘p’), (‘m’, ‘q’), (‘n’, ‘r’), (‘o’, ‘s’), (‘p’, ‘l’), (‘q’, ‘m’), (‘r’, ‘n’), (‘s’, ‘o’), (‘t’, ‘h’), (‘u’, ‘i’), (‘v’, ‘j’), (‘w’, ‘k’), (‘x’, ‘d’), (‘y’, ‘e’), (‘z’, ‘f’), (‘A’, ‘]’), (‘B’, ‘^’), (‘C’, ‘_’), (‘D’, ‘X’), (‘E’, ‘Y’), (‘F’, ‘Z’), (‘G’, ‘[‘), (‘H’, ‘T’), (‘I’, ‘U’), (‘J’, ‘V’), (‘K’, ‘W’), (‘L’, ‘P’), (‘M’, ‘Q’), (‘N’, ‘R’), (‘O’, ‘S’), (‘P’, ‘L’), (‘Q’, ‘M’), (‘R’, ‘N’), (‘S’, ‘O’), (‘T’, ‘H’), (‘U’, ‘I’), (‘V’, ‘J’), (‘W’, ‘K’), (‘X’, ‘D’), (‘Y’, ‘E’), (‘Z’, ‘F’), (‘!’, ‘=’), (‘”‘, ‘>’), (‘#’, ‘?’), (‘$’, ‘8’), (‘%’, ‘9’), (‘&’, ‘:’), (“‘”, ‘;’), (‘(‘, ‘4’), (‘)’, ‘5’), (‘*’, ‘6’), (‘+’, ‘7’), (‘,’, ‘0’), (‘-‘, ‘1’), (‘.’, ‘2’), (‘/’, ‘3’), (‘:’, ‘&’), (‘;’, “‘”), (”, ‘”‘), (‘?’, ‘#’), (‘@’, ‘\\’), (‘[‘, ‘G’), (‘\\’, ‘@’), (‘]’, ‘A’), (‘^’, ‘B’), (‘_’, ‘C’), (‘`’, ‘|’), (‘{‘, ‘g’), (‘|’, ‘`’), (‘}’, ‘a’), (‘~’, ‘b’), (‘ ‘, ‘<')]
94; 5e; 29;
^
[(‘0’, ‘-‘), (‘1’, ‘,’), (‘2’, ‘/’), (‘3’, ‘.’), (‘4’, ‘)’), (‘5’, ‘(‘), (‘6’, ‘+’), (‘7’, ‘*’), (‘8’, ‘%’), (‘9’, ‘$’), (‘a’, ‘|’), (‘c’, ‘~’), (‘d’, ‘y’), (‘e’, ‘x’), (‘f’, ‘{‘), (‘g’, ‘z’), (‘h’, ‘u’), (‘i’, ‘t’), (‘j’, ‘w’), (‘k’, ‘v’), (‘l’, ‘q’), (‘m’, ‘p’), (‘n’, ‘s’), (‘o’, ‘r’), (‘p’, ‘m’), (‘q’, ‘l’), (‘r’, ‘o’), (‘s’, ‘n’), (‘t’, ‘i’), (‘u’, ‘h’), (‘v’, ‘k’), (‘w’, ‘j’), (‘x’, ‘e’), (‘y’, ‘d’), (‘z’, ‘g’), (‘A’, ‘\\’), (‘B’, ‘_’), (‘C’, ‘^’), (‘D’, ‘Y’), (‘E’, ‘X’), (‘F’, ‘[‘), (‘G’, ‘Z’), (‘H’, ‘U’), (‘I’, ‘T’), (‘J’, ‘W’), (‘K’, ‘V’), (‘L’, ‘Q’), (‘M’, ‘P’), (‘N’, ‘S’), (‘O’, ‘R’), (‘P’, ‘M’), (‘Q’, ‘L’), (‘R’, ‘O’), (‘S’, ‘N’), (‘T’, ‘I’), (‘U’, ‘H’), (‘V’, ‘K’), (‘W’, ‘J’), (‘X’, ‘E’), (‘Y’, ‘D’), (‘Z’, ‘G’), (‘!’, ”), (‘$’, ‘9’), (‘%’, ‘8’), (‘&’, ‘;’), (“‘”, ‘:’), (‘(‘, ‘5’), (‘)’, ‘4’), (‘*’, ‘7’), (‘+’, ‘6’), (‘,’, ‘1’), (‘-‘, ‘0’), (‘.’, ‘3’), (‘/’, ‘2’), (‘:’, “‘”), (‘;’, ‘&’), (”, ‘#’), (‘?’, ‘”‘), (‘@’, ‘]’), (‘[‘, ‘F’), (‘\\’, ‘A’), (‘]’, ‘@’), (‘^’, ‘C’), (‘_’, ‘B’), (‘`’, ‘}’), (‘{‘, ‘f’), (‘|’, ‘a’), (‘}’, ‘`’), (‘~’, ‘c’), (‘ ‘, ‘=’)]
94; 5e; 9;
^
[(‘0’, ‘9’), (‘1’, ‘8’), (‘2’, ‘;’), (‘3’, ‘:’), (‘4’, ‘=’), (‘5’, ”), (‘8’, ‘1’), (‘9’, ‘0’), (‘a’, ‘h’), (‘b’, ‘k’), (‘c’, ‘j’), (‘d’, ‘m’), (‘e’, ‘l’), (‘f’, ‘o’), (‘g’, ‘n’), (‘h’, ‘a’), (‘i’, ‘`’), (‘j’, ‘c’), (‘k’, ‘b’), (‘l’, ‘e’), (‘m’, ‘d’), (‘n’, ‘g’), (‘o’, ‘f’), (‘p’, ‘y’), (‘q’, ‘x’), (‘r’, ‘{‘), (‘s’, ‘z’), (‘t’, ‘}’), (‘u’, ‘|’), (‘w’, ‘~’), (‘x’, ‘q’), (‘y’, ‘p’), (‘z’, ‘s’), (‘A’, ‘H’), (‘B’, ‘K’), (‘C’, ‘J’), (‘D’, ‘M’), (‘E’, ‘L’), (‘F’, ‘O’), (‘G’, ‘N’), (‘H’, ‘A’), (‘I’, ‘@’), (‘J’, ‘C’), (‘K’, ‘B’), (‘L’, ‘E’), (‘M’, ‘D’), (‘N’, ‘G’), (‘O’, ‘F’), (‘P’, ‘Y’), (‘Q’, ‘X’), (‘R’, ‘[‘), (‘S’, ‘Z’), (‘T’, ‘]’), (‘U’, ‘\\’), (‘V’, ‘_’), (‘W’, ‘^’), (‘X’, ‘Q’), (‘Y’, ‘P’), (‘Z’, ‘S’), (‘!’, ‘(‘), (‘”‘, ‘+’), (‘#’, ‘*’), (‘$’, ‘-‘), (‘%’, ‘,’), (‘&’, ‘/’), (“‘”, ‘.’), (‘(‘, ‘!’), (‘)’, ‘ ‘), (‘*’, ‘#’), (‘+’, ‘”‘), (‘,’, ‘%’), (‘-‘, ‘$’), (‘.’, “‘”), (‘/’, ‘&’), (‘:’, ‘3’), (‘;’, ‘2’), (”, ‘7’), (‘?’, ‘6’), (‘@’, ‘I’), (‘[‘, ‘R’), (‘\\’, ‘U’), (‘]’, ‘T’), (‘^’, ‘W’), (‘_’, ‘V’), (‘`’, ‘i’), (‘{‘, ‘r’), (‘|’, ‘u’), (‘}’, ‘t’), (‘~’, ‘w’), (‘ ‘, ‘)’)]
94; 5e; 8;
^
[(‘0’, ‘8’), (‘1’, ‘9’), (‘2’, ‘:’), (‘3’, ‘;’), (‘4’, ”), (‘7’, ‘?’), (‘8’, ‘0’), (‘9’, ‘1’), (‘a’, ‘i’), (‘b’, ‘j’), (‘c’, ‘k’), (‘d’, ‘l’), (‘e’, ‘m’), (‘f’, ‘n’), (‘g’, ‘o’), (‘h’, ‘`’), (‘i’, ‘a’), (‘j’, ‘b’), (‘k’, ‘c’), (‘l’, ‘d’), (‘m’, ‘e’), (‘n’, ‘f’), (‘o’, ‘g’), (‘p’, ‘x’), (‘q’, ‘y’), (‘r’, ‘z’), (‘s’, ‘{‘), (‘t’, ‘|’), (‘u’, ‘}’), (‘v’, ‘~’), (‘x’, ‘p’), (‘y’, ‘q’), (‘z’, ‘r’), (‘A’, ‘I’), (‘B’, ‘J’), (‘C’, ‘K’), (‘D’, ‘L’), (‘E’, ‘M’), (‘F’, ‘N’), (‘G’, ‘O’), (‘H’, ‘@’), (‘I’, ‘A’), (‘J’, ‘B’), (‘K’, ‘C’), (‘L’, ‘D’), (‘M’, ‘E’), (‘N’, ‘F’), (‘O’, ‘G’), (‘P’, ‘X’), (‘Q’, ‘Y’), (‘R’, ‘Z’), (‘S’, ‘[‘), (‘T’, ‘\\’), (‘U’, ‘]’), (‘V’, ‘^’), (‘W’, ‘_’), (‘X’, ‘P’), (‘Y’, ‘Q’), (‘Z’, ‘R’), (‘!’, ‘)’), (‘”‘, ‘*’), (‘#’, ‘+’), (‘$’, ‘,’), (‘%’, ‘-‘), (‘&’, ‘.’), (“‘”, ‘/’), (‘(‘, ‘ ‘), (‘)’, ‘!’), (‘*’, ‘”‘), (‘+’, ‘#’), (‘,’, ‘$’), (‘-‘, ‘%’), (‘.’, ‘&’), (‘/’, “‘”), (‘:’, ‘2’), (‘;’, ‘3’), (”, ‘6’), (‘?’, ‘7’), (‘@’, ‘H’), (‘[‘, ‘S’), (‘\\’, ‘T’), (‘]’, ‘U’), (‘^’, ‘V’), (‘_’, ‘W’), (‘`’, ‘h’), (‘{‘, ‘s’), (‘|’, ‘t’), (‘}’, ‘u’), (‘~’, ‘v’), (‘ ‘, ‘(‘)]
94; 5e; 11;
^
[(‘0’, ‘;’), (‘1’, ‘:’), (‘2’, ‘9’), (‘3’, ‘8’), (‘4’, ‘?’), (‘5’, ‘>’), (‘6’, ‘=’), (‘7’, ‘<'), ('8', '3'), ('9', '2'), ('a', 'j'), ('b', 'i'), ('c', 'h'), ('d', 'o'), ('e', 'n'), ('f', 'm'), ('g', 'l'), ('h', 'c'), ('i', 'b'), ('j', 'a'), ('k', '`'), ('l', 'g'), ('m', 'f'), ('n', 'e'), ('o', 'd'), ('p', '{'), ('q', 'z'), ('r', 'y'), ('s', 'x'), ('u', '~'), ('v', '}'), ('w', '|'), ('x', 's'), ('y', 'r'), ('z', 'q'), ('A', 'J'), ('B', 'I'), ('C', 'H'), ('D', 'O'), ('E', 'N'), ('F', 'M'), ('G', 'L'), ('H', 'C'), ('I', 'B'), ('J', 'A'), ('K', '@'), ('L', 'G'), ('M', 'F'), ('N', 'E'), ('O', 'D'), ('P', '['), ('Q', 'Z'), ('R', 'Y'), ('S', 'X'), ('T', '_'), ('U', '^'), ('V', ']'), ('W', '\\'), ('X', 'S'), ('Y', 'R'), ('Z', 'Q'), ('!', '*'), ('"', ')'), ('#', '('), ('$', '/'), ('%', '.'), ('&', '-'), ("'", ','), ('(', '#'), (')', '"'), ('*', '!'), ('+', ' '), (',', "'"), ('-', '&'), ('.', '%'), ('/', '$'), (':', '1'), (';', '0'), ('’, ‘5’), (‘?’, ‘4’), (‘@’, ‘K’), (‘[‘, ‘P’), (‘\\’, ‘W’), (‘]’, ‘V’), (‘^’, ‘U’), (‘_’, ‘T’), (‘`’, ‘k’), (‘{‘, ‘p’), (‘|’, ‘w’), (‘}’, ‘v’), (‘~’, ‘u’), (‘ ‘, ‘+’)]
94; 5e; 10;
^
[(‘0’, ‘:’), (‘1’, ‘;’), (‘2’, ‘8’), (‘3’, ‘9’), (‘4’, ‘>’), (‘5’, ‘?’), (‘6’, ‘<'), ('7', '='), ('8', '2'), ('9', '3'), ('a', 'k'), ('b', 'h'), ('c', 'i'), ('d', 'n'), ('e', 'o'), ('f', 'l'), ('g', 'm'), ('h', 'b'), ('i', 'c'), ('j', '`'), ('k', 'a'), ('l', 'f'), ('m', 'g'), ('n', 'd'), ('o', 'e'), ('p', 'z'), ('q', '{'), ('r', 'x'), ('s', 'y'), ('t', '~'), ('v', '|'), ('w', '}'), ('x', 'r'), ('y', 's'), ('z', 'p'), ('A', 'K'), ('B', 'H'), ('C', 'I'), ('D', 'N'), ('E', 'O'), ('F', 'L'), ('G', 'M'), ('H', 'B'), ('I', 'C'), ('J', '@'), ('K', 'A'), ('L', 'F'), ('M', 'G'), ('N', 'D'), ('O', 'E'), ('P', 'Z'), ('Q', '['), ('R', 'X'), ('S', 'Y'), ('T', '^'), ('U', '_'), ('V', '\\'), ('W', ']'), ('X', 'R'), ('Y', 'S'), ('Z', 'P'), ('!', '+'), ('"', '('), ('#', ')'), ('$', '.'), ('%', '/'), ('&', ','), ("'", '-'), ('(', '"'), (')', '#'), ('*', ' '), ('+', '!'), (',', '&'), ('-', "'"), ('.', '$'), ('/', '%'), (':', '0'), (';', '1'), ('’, ‘4’), (‘?’, ‘5’), (‘@’, ‘J’), (‘[‘, ‘Q’), (‘\\’, ‘V’), (‘]’, ‘W’), (‘^’, ‘T’), (‘_’, ‘U’), (‘`’, ‘j’), (‘{‘, ‘q’), (‘|’, ‘v’), (‘}’, ‘w’), (‘~’, ‘t’), (‘ ‘, ‘*’)]
94; 5e; 13;
^
[(‘0’, ‘=’), (‘1’, ”), (‘4’, ‘9’), (‘5’, ‘8’), (‘6’, ‘;’), (‘7’, ‘:’), (‘8’, ‘5’), (‘9’, ‘4’), (‘a’, ‘l’), (‘b’, ‘o’), (‘c’, ‘n’), (‘d’, ‘i’), (‘e’, ‘h’), (‘f’, ‘k’), (‘g’, ‘j’), (‘h’, ‘e’), (‘i’, ‘d’), (‘j’, ‘g’), (‘k’, ‘f’), (‘l’, ‘a’), (‘m’, ‘`’), (‘n’, ‘c’), (‘o’, ‘b’), (‘p’, ‘}’), (‘q’, ‘|’), (‘s’, ‘~’), (‘t’, ‘y’), (‘u’, ‘x’), (‘v’, ‘{‘), (‘w’, ‘z’), (‘x’, ‘u’), (‘y’, ‘t’), (‘z’, ‘w’), (‘A’, ‘L’), (‘B’, ‘O’), (‘C’, ‘N’), (‘D’, ‘I’), (‘E’, ‘H’), (‘F’, ‘K’), (‘G’, ‘J’), (‘H’, ‘E’), (‘I’, ‘D’), (‘J’, ‘G’), (‘K’, ‘F’), (‘L’, ‘A’), (‘M’, ‘@’), (‘N’, ‘C’), (‘O’, ‘B’), (‘P’, ‘]’), (‘Q’, ‘\\’), (‘R’, ‘_’), (‘S’, ‘^’), (‘T’, ‘Y’), (‘U’, ‘X’), (‘V’, ‘[‘), (‘W’, ‘Z’), (‘X’, ‘U’), (‘Y’, ‘T’), (‘Z’, ‘W’), (‘!’, ‘,’), (‘”‘, ‘/’), (‘#’, ‘.’), (‘$’, ‘)’), (‘%’, ‘(‘), (‘&’, ‘+’), (“‘”, ‘*’), (‘(‘, ‘%’), (‘)’, ‘$’), (‘*’, “‘”), (‘+’, ‘&’), (‘,’, ‘!’), (‘-‘, ‘ ‘), (‘.’, ‘#’), (‘/’, ‘”‘), (‘:’, ‘7’), (‘;’, ‘6’), (”, ‘3’), (‘?’, ‘2’), (‘@’, ‘M’), (‘[‘, ‘V’), (‘\\’, ‘Q’), (‘]’, ‘P’), (‘^’, ‘S’), (‘_’, ‘R’), (‘`’, ‘m’), (‘{‘, ‘v’), (‘|’, ‘q’), (‘}’, ‘p’), (‘~’, ‘s’), (‘ ‘, ‘-‘)]
94; 5e; 12;
^
[(‘0’, ”), (‘3’, ‘?’), (‘4’, ‘8’), (‘5’, ‘9’), (‘6’, ‘:’), (‘7’, ‘;’), (‘8’, ‘4’), (‘9’, ‘5’), (‘a’, ‘m’), (‘b’, ‘n’), (‘c’, ‘o’), (‘d’, ‘h’), (‘e’, ‘i’), (‘f’, ‘j’), (‘g’, ‘k’), (‘h’, ‘d’), (‘i’, ‘e’), (‘j’, ‘f’), (‘k’, ‘g’), (‘l’, ‘`’), (‘m’, ‘a’), (‘n’, ‘b’), (‘o’, ‘c’), (‘p’, ‘|’), (‘q’, ‘}’), (‘r’, ‘~’), (‘t’, ‘x’), (‘u’, ‘y’), (‘v’, ‘z’), (‘w’, ‘{‘), (‘x’, ‘t’), (‘y’, ‘u’), (‘z’, ‘v’), (‘A’, ‘M’), (‘B’, ‘N’), (‘C’, ‘O’), (‘D’, ‘H’), (‘E’, ‘I’), (‘F’, ‘J’), (‘G’, ‘K’), (‘H’, ‘D’), (‘I’, ‘E’), (‘J’, ‘F’), (‘K’, ‘G’), (‘L’, ‘@’), (‘M’, ‘A’), (‘N’, ‘B’), (‘O’, ‘C’), (‘P’, ‘\\’), (‘Q’, ‘]’), (‘R’, ‘^’), (‘S’, ‘_’), (‘T’, ‘X’), (‘U’, ‘Y’), (‘V’, ‘Z’), (‘W’, ‘[‘), (‘X’, ‘T’), (‘Y’, ‘U’), (‘Z’, ‘V’), (‘!’, ‘-‘), (‘”‘, ‘.’), (‘#’, ‘/’), (‘$’, ‘(‘), (‘%’, ‘)’), (‘&’, ‘*’), (“‘”, ‘+’), (‘(‘, ‘$’), (‘)’, ‘%’), (‘*’, ‘&’), (‘+’, “‘”), (‘,’, ‘ ‘), (‘-‘, ‘!’), (‘.’, ‘”‘), (‘/’, ‘#’), (‘:’, ‘6’), (‘;’, ‘7’), (”, ‘2’), (‘?’, ‘3’), (‘@’, ‘L’), (‘[‘, ‘W’), (‘\\’, ‘P’), (‘]’, ‘Q’), (‘^’, ‘R’), (‘_’, ‘S’), (‘`’, ‘l’), (‘{‘, ‘w’), (‘|’, ‘p’), (‘}’, ‘q’), (‘~’, ‘r’), (‘ ‘, ‘,’)]
94; 5e; 15;
^
[(‘0’, ‘?’), (‘1’, ‘>’), (‘2’, ‘=’), (‘3’, ‘<'), ('4', ';'), ('5', ':'), ('6', '9'), ('7', '8'), ('8', '7'), ('9', '6'), ('a', 'n'), ('b', 'm'), ('c', 'l'), ('d', 'k'), ('e', 'j'), ('f', 'i'), ('g', 'h'), ('h', 'g'), ('i', 'f'), ('j', 'e'), ('k', 'd'), ('l', 'c'), ('m', 'b'), ('n', 'a'), ('o', '`'), ('q', '~'), ('r', '}'), ('s', '|'), ('t', '{'), ('u', 'z'), ('v', 'y'), ('w', 'x'), ('x', 'w'), ('y', 'v'), ('z', 'u'), ('A', 'N'), ('B', 'M'), ('C', 'L'), ('D', 'K'), ('E', 'J'), ('F', 'I'), ('G', 'H'), ('H', 'G'), ('I', 'F'), ('J', 'E'), ('K', 'D'), ('L', 'C'), ('M', 'B'), ('N', 'A'), ('O', '@'), ('P', '_'), ('Q', '^'), ('R', ']'), ('S', '\\'), ('T', '['), ('U', 'Z'), ('V', 'Y'), ('W', 'X'), ('X', 'W'), ('Y', 'V'), ('Z', 'U'), ('!', '.'), ('"', '-'), ('#', ','), ('$', '+'), ('%', '*'), ('&', ')'), ("'", '('), ('(', "'"), (')', '&'), ('*', '%'), ('+', '$'), (',', '#'), ('-', '"'), ('.', '!'), ('/', ' '), (':', '5'), (';', '4'), ('’, ‘1’), (‘?’, ‘0’), (‘@’, ‘O’), (‘[‘, ‘T’), (‘\\’, ‘S’), (‘]’, ‘R’), (‘^’, ‘Q’), (‘_’, ‘P’), (‘`’, ‘o’), (‘{‘, ‘t’), (‘|’, ‘s’), (‘}’, ‘r’), (‘~’, ‘q’), (‘ ‘, ‘/’)]
94; 5e; 14;
^
[(‘0’, ‘>’), (‘1’, ‘?’), (‘2’, ‘<'), ('3', '='), ('4', ':'), ('5', ';'), ('6', '8'), ('7', '9'), ('8', '6'), ('9', '7'), ('a', 'o'), ('b', 'l'), ('c', 'm'), ('d', 'j'), ('e', 'k'), ('f', 'h'), ('g', 'i'), ('h', 'f'), ('i', 'g'), ('j', 'd'), ('k', 'e'), ('l', 'b'), ('m', 'c'), ('n', '`'), ('o', 'a'), ('p', '~'), ('r', '|'), ('s', '}'), ('t', 'z'), ('u', '{'), ('v', 'x'), ('w', 'y'), ('x', 'v'), ('y', 'w'), ('z', 't'), ('A', 'O'), ('B', 'L'), ('C', 'M'), ('D', 'J'), ('E', 'K'), ('F', 'H'), ('G', 'I'), ('H', 'F'), ('I', 'G'), ('J', 'D'), ('K', 'E'), ('L', 'B'), ('M', 'C'), ('N', '@'), ('O', 'A'), ('P', '^'), ('Q', '_'), ('R', '\\'), ('S', ']'), ('T', 'Z'), ('U', '['), ('V', 'X'), ('W', 'Y'), ('X', 'V'), ('Y', 'W'), ('Z', 'T'), ('!', '/'), ('"', ','), ('#', '-'), ('$', '*'), ('%', '+'), ('&', '('), ("'", ')'), ('(', '&'), (')', "'"), ('*', '$'), ('+', '%'), (',', '"'), ('-', '#'), ('.', ' '), ('/', '!'), (':', '4'), (';', '5'), ('’, ‘0’), (‘?’, ‘1’), (‘@’, ‘N’), (‘[‘, ‘U’), (‘\\’, ‘R’), (‘]’, ‘S’), (‘^’, ‘P’), (‘_’, ‘Q’), (‘`’, ‘n’), (‘{‘, ‘u’), (‘|’, ‘r’), (‘}’, ‘s’), (‘~’, ‘p’), (‘ ‘, ‘.’)]
94; 5e; 17;
^
[(‘0’, ‘!’), (‘1’, ‘ ‘), (‘2’, ‘#’), (‘3’, ‘”‘), (‘4’, ‘%’), (‘5’, ‘$’), (‘6’, “‘”), (‘7’, ‘&’), (‘8’, ‘)’), (‘9’, ‘(‘), (‘a’, ‘p’), (‘b’, ‘s’), (‘c’, ‘r’), (‘d’, ‘u’), (‘e’, ‘t’), (‘f’, ‘w’), (‘g’, ‘v’), (‘h’, ‘y’), (‘i’, ‘x’), (‘j’, ‘{‘), (‘k’, ‘z’), (‘l’, ‘}’), (‘m’, ‘|’), (‘o’, ‘~’), (‘p’, ‘a’), (‘q’, ‘`’), (‘r’, ‘c’), (‘s’, ‘b’), (‘t’, ‘e’), (‘u’, ‘d’), (‘v’, ‘g’), (‘w’, ‘f’), (‘x’, ‘i’), (‘y’, ‘h’), (‘z’, ‘k’), (‘A’, ‘P’), (‘B’, ‘S’), (‘C’, ‘R’), (‘D’, ‘U’), (‘E’, ‘T’), (‘F’, ‘W’), (‘G’, ‘V’), (‘H’, ‘Y’), (‘I’, ‘X’), (‘J’, ‘[‘), (‘K’, ‘Z’), (‘L’, ‘]’), (‘M’, ‘\\’), (‘N’, ‘_’), (‘O’, ‘^’), (‘P’, ‘A’), (‘Q’, ‘@’), (‘R’, ‘C’), (‘S’, ‘B’), (‘T’, ‘E’), (‘U’, ‘D’), (‘V’, ‘G’), (‘W’, ‘F’), (‘X’, ‘I’), (‘Y’, ‘H’), (‘Z’, ‘K’), (‘!’, ‘0’), (‘”‘, ‘3’), (‘#’, ‘2’), (‘$’, ‘5’), (‘%’, ‘4’), (‘&’, ‘7’), (“‘”, ‘6’), (‘(‘, ‘9’), (‘)’, ‘8’), (‘*’, ‘;’), (‘+’, ‘:’), (‘,’, ‘=’), (‘-‘, ”), (‘:’, ‘+’), (‘;’, ‘*’), (”, ‘/’), (‘?’, ‘.’), (‘@’, ‘Q’), (‘[‘, ‘J’), (‘\\’, ‘M’), (‘]’, ‘L’), (‘^’, ‘O’), (‘_’, ‘N’), (‘`’, ‘q’), (‘{‘, ‘j’), (‘|’, ‘m’), (‘}’, ‘l’), (‘~’, ‘o’), (‘ ‘, ‘1’)]
94; 5e; 16;
^
[(‘0’, ‘ ‘), (‘1’, ‘!’), (‘2’, ‘”‘), (‘3’, ‘#’), (‘4’, ‘$’), (‘5’, ‘%’), (‘6’, ‘&’), (‘7’, “‘”), (‘8’, ‘(‘), (‘9’, ‘)’), (‘a’, ‘q’), (‘b’, ‘r’), (‘c’, ‘s’), (‘d’, ‘t’), (‘e’, ‘u’), (‘f’, ‘v’), (‘g’, ‘w’), (‘h’, ‘x’), (‘i’, ‘y’), (‘j’, ‘z’), (‘k’, ‘{‘), (‘l’, ‘|’), (‘m’, ‘}’), (‘n’, ‘~’), (‘p’, ‘`’), (‘q’, ‘a’), (‘r’, ‘b’), (‘s’, ‘c’), (‘t’, ‘d’), (‘u’, ‘e’), (‘v’, ‘f’), (‘w’, ‘g’), (‘x’, ‘h’), (‘y’, ‘i’), (‘z’, ‘j’), (‘A’, ‘Q’), (‘B’, ‘R’), (‘C’, ‘S’), (‘D’, ‘T’), (‘E’, ‘U’), (‘F’, ‘V’), (‘G’, ‘W’), (‘H’, ‘X’), (‘I’, ‘Y’), (‘J’, ‘Z’), (‘K’, ‘[‘), (‘L’, ‘\\’), (‘M’, ‘]’), (‘N’, ‘^’), (‘O’, ‘_’), (‘P’, ‘@’), (‘Q’, ‘A’), (‘R’, ‘B’), (‘S’, ‘C’), (‘T’, ‘D’), (‘U’, ‘E’), (‘V’, ‘F’), (‘W’, ‘G’), (‘X’, ‘H’), (‘Y’, ‘I’), (‘Z’, ‘J’), (‘!’, ‘1’), (‘”‘, ‘2’), (‘#’, ‘3’), (‘$’, ‘4’), (‘%’, ‘5’), (‘&’, ‘6’), (“‘”, ‘7’), (‘(‘, ‘8’), (‘)’, ‘9’), (‘*’, ‘:’), (‘+’, ‘;’), (‘,’, ”), (‘/’, ‘?’), (‘:’, ‘*’), (‘;’, ‘+’), (”, ‘.’), (‘?’, ‘/’), (‘@’, ‘P’), (‘[‘, ‘K’), (‘\\’, ‘L’), (‘]’, ‘M’), (‘^’, ‘N’), (‘_’, ‘O’), (‘`’, ‘p’), (‘{‘, ‘k’), (‘|’, ‘l’), (‘}’, ‘m’), (‘~’, ‘n’), (‘ ‘, ‘0’)]
94; 5e; 19;
^
[(‘0’, ‘#’), (‘1’, ‘”‘), (‘2’, ‘!’), (‘3’, ‘ ‘), (‘4’, “‘”), (‘5’, ‘&’), (‘6’, ‘%’), (‘7’, ‘$’), (‘8’, ‘+’), (‘9’, ‘*’), (‘a’, ‘r’), (‘b’, ‘q’), (‘c’, ‘p’), (‘d’, ‘w’), (‘e’, ‘v’), (‘f’, ‘u’), (‘g’, ‘t’), (‘h’, ‘{‘), (‘i’, ‘z’), (‘j’, ‘y’), (‘k’, ‘x’), (‘m’, ‘~’), (‘n’, ‘}’), (‘o’, ‘|’), (‘p’, ‘c’), (‘q’, ‘b’), (‘r’, ‘a’), (‘s’, ‘`’), (‘t’, ‘g’), (‘u’, ‘f’), (‘v’, ‘e’), (‘w’, ‘d’), (‘x’, ‘k’), (‘y’, ‘j’), (‘z’, ‘i’), (‘A’, ‘R’), (‘B’, ‘Q’), (‘C’, ‘P’), (‘D’, ‘W’), (‘E’, ‘V’), (‘F’, ‘U’), (‘G’, ‘T’), (‘H’, ‘[‘), (‘I’, ‘Z’), (‘J’, ‘Y’), (‘K’, ‘X’), (‘L’, ‘_’), (‘M’, ‘^’), (‘N’, ‘]’), (‘O’, ‘\\’), (‘P’, ‘C’), (‘Q’, ‘B’), (‘R’, ‘A’), (‘S’, ‘@’), (‘T’, ‘G’), (‘U’, ‘F’), (‘V’, ‘E’), (‘W’, ‘D’), (‘X’, ‘K’), (‘Y’, ‘J’), (‘Z’, ‘I’), (‘!’, ‘2’), (‘”‘, ‘1’), (‘#’, ‘0’), (‘$’, ‘7’), (‘%’, ‘6’), (‘&’, ‘5’), (“‘”, ‘4’), (‘(‘, ‘;’), (‘)’, ‘:’), (‘*’, ‘9’), (‘+’, ‘8’), (‘,’, ‘?’), (‘-‘, ‘>’), (‘.’, ‘=’), (‘/’, ‘<'), (':', ')'), (';', '('), ('’, ‘-‘), (‘?’, ‘,’), (‘@’, ‘S’), (‘[‘, ‘H’), (‘\\’, ‘O’), (‘]’, ‘N’), (‘^’, ‘M’), (‘_’, ‘L’), (‘`’, ‘s’), (‘{‘, ‘h’), (‘|’, ‘o’), (‘}’, ‘n’), (‘~’, ‘m’), (‘ ‘, ‘3’)]
94; 5e; 18;
^
[(‘0’, ‘”‘), (‘1’, ‘#’), (‘2’, ‘ ‘), (‘3’, ‘!’), (‘4’, ‘&’), (‘5’, “‘”), (‘6’, ‘$’), (‘7’, ‘%’), (‘8’, ‘*’), (‘9’, ‘+’), (‘a’, ‘s’), (‘b’, ‘p’), (‘c’, ‘q’), (‘d’, ‘v’), (‘e’, ‘w’), (‘f’, ‘t’), (‘g’, ‘u’), (‘h’, ‘z’), (‘i’, ‘{‘), (‘j’, ‘x’), (‘k’, ‘y’), (‘l’, ‘~’), (‘n’, ‘|’), (‘o’, ‘}’), (‘p’, ‘b’), (‘q’, ‘c’), (‘r’, ‘`’), (‘s’, ‘a’), (‘t’, ‘f’), (‘u’, ‘g’), (‘v’, ‘d’), (‘w’, ‘e’), (‘x’, ‘j’), (‘y’, ‘k’), (‘z’, ‘h’), (‘A’, ‘S’), (‘B’, ‘P’), (‘C’, ‘Q’), (‘D’, ‘V’), (‘E’, ‘W’), (‘F’, ‘T’), (‘G’, ‘U’), (‘H’, ‘Z’), (‘I’, ‘[‘), (‘J’, ‘X’), (‘K’, ‘Y’), (‘L’, ‘^’), (‘M’, ‘_’), (‘N’, ‘\\’), (‘O’, ‘]’), (‘P’, ‘B’), (‘Q’, ‘C’), (‘R’, ‘@’), (‘S’, ‘A’), (‘T’, ‘F’), (‘U’, ‘G’), (‘V’, ‘D’), (‘W’, ‘E’), (‘X’, ‘J’), (‘Y’, ‘K’), (‘Z’, ‘H’), (‘!’, ‘3’), (‘”‘, ‘0’), (‘#’, ‘1’), (‘$’, ‘6’), (‘%’, ‘7’), (‘&’, ‘4’), (“‘”, ‘5’), (‘(‘, ‘:’), (‘)’, ‘;’), (‘*’, ‘8’), (‘+’, ‘9’), (‘,’, ‘>’), (‘-‘, ‘?’), (‘.’, ‘<'), ('/', '='), (':', '('), (';', ')'), ('’, ‘,’), (‘?’, ‘-‘), (‘@’, ‘R’), (‘[‘, ‘I’), (‘\\’, ‘N’), (‘]’, ‘O’), (‘^’, ‘L’), (‘_’, ‘M’), (‘`’, ‘r’), (‘{‘, ‘i’), (‘|’, ‘n’), (‘}’, ‘o’), (‘~’, ‘l’), (‘ ‘, ‘2’)]
94; 5e; 31;
^
[(‘0’, ‘/’), (‘1’, ‘.’), (‘2’, ‘-‘), (‘3’, ‘,’), (‘4’, ‘+’), (‘5’, ‘*’), (‘6’, ‘)’), (‘7’, ‘(‘), (‘8’, “‘”), (‘9’, ‘&’), (‘a’, ‘~’), (‘b’, ‘}’), (‘c’, ‘|’), (‘d’, ‘{‘), (‘e’, ‘z’), (‘f’, ‘y’), (‘g’, ‘x’), (‘h’, ‘w’), (‘i’, ‘v’), (‘j’, ‘u’), (‘k’, ‘t’), (‘l’, ‘s’), (‘m’, ‘r’), (‘n’, ‘q’), (‘o’, ‘p’), (‘p’, ‘o’), (‘q’, ‘n’), (‘r’, ‘m’), (‘s’, ‘l’), (‘t’, ‘k’), (‘u’, ‘j’), (‘v’, ‘i’), (‘w’, ‘h’), (‘x’, ‘g’), (‘y’, ‘f’), (‘z’, ‘e’), (‘A’, ‘^’), (‘B’, ‘]’), (‘C’, ‘\\’), (‘D’, ‘[‘), (‘E’, ‘Z’), (‘F’, ‘Y’), (‘G’, ‘X’), (‘H’, ‘W’), (‘I’, ‘V’), (‘J’, ‘U’), (‘K’, ‘T’), (‘L’, ‘S’), (‘M’, ‘R’), (‘N’, ‘Q’), (‘O’, ‘P’), (‘P’, ‘O’), (‘Q’, ‘N’), (‘R’, ‘M’), (‘S’, ‘L’), (‘T’, ‘K’), (‘U’, ‘J’), (‘V’, ‘I’), (‘W’, ‘H’), (‘X’, ‘G’), (‘Y’, ‘F’), (‘Z’, ‘E’), (‘!’, ‘>’), (‘”‘, ‘=’), (‘#’, ‘<'), ('$', ';'), ('%', ':'), ('&', '9'), ("'", '8'), ('(', '7'), (')', '6'), ('*', '5'), ('+', '4'), (',', '3'), ('-', '2'), ('.', '1'), ('/', '0'), (':', '%'), (';', '$'), ('’, ‘!’), (‘?’, ‘ ‘), (‘@’, ‘_’), (‘[‘, ‘D’), (‘\\’, ‘C’), (‘]’, ‘B’), (‘^’, ‘A’), (‘_’, ‘@’), (‘{‘, ‘d’), (‘|’, ‘c’), (‘}’, ‘b’), (‘~’, ‘a’), (‘ ‘, ‘?’)]
94; 5e; 30;
^
[(‘0’, ‘.’), (‘1’, ‘/’), (‘2’, ‘,’), (‘3’, ‘-‘), (‘4’, ‘*’), (‘5’, ‘+’), (‘6’, ‘(‘), (‘7’, ‘)’), (‘8’, ‘&’), (‘9’, “‘”), (‘b’, ‘|’), (‘c’, ‘}’), (‘d’, ‘z’), (‘e’, ‘{‘), (‘f’, ‘x’), (‘g’, ‘y’), (‘h’, ‘v’), (‘i’, ‘w’), (‘j’, ‘t’), (‘k’, ‘u’), (‘l’, ‘r’), (‘m’, ‘s’), (‘n’, ‘p’), (‘o’, ‘q’), (‘p’, ‘n’), (‘q’, ‘o’), (‘r’, ‘l’), (‘s’, ‘m’), (‘t’, ‘j’), (‘u’, ‘k’), (‘v’, ‘h’), (‘w’, ‘i’), (‘x’, ‘f’), (‘y’, ‘g’), (‘z’, ‘d’), (‘A’, ‘_’), (‘B’, ‘\\’), (‘C’, ‘]’), (‘D’, ‘Z’), (‘E’, ‘[‘), (‘F’, ‘X’), (‘G’, ‘Y’), (‘H’, ‘V’), (‘I’, ‘W’), (‘J’, ‘T’), (‘K’, ‘U’), (‘L’, ‘R’), (‘M’, ‘S’), (‘N’, ‘P’), (‘O’, ‘Q’), (‘P’, ‘N’), (‘Q’, ‘O’), (‘R’, ‘L’), (‘S’, ‘M’), (‘T’, ‘J’), (‘U’, ‘K’), (‘V’, ‘H’), (‘W’, ‘I’), (‘X’, ‘F’), (‘Y’, ‘G’), (‘Z’, ‘D’), (‘!’, ‘?’), (‘”‘, ‘<'), ('#', '='), ('$', ':'), ('%', ';'), ('&', '8'), ("'", '9'), ('(', '6'), (')', '7'), ('*', '4'), ('+', '5'), (',', '2'), ('-', '3'), ('.', '0'), ('/', '1'), (':', '$'), (';', '%'), ('’, ‘ ‘), (‘?’, ‘!’), (‘@’, ‘^’), (‘[‘, ‘E’), (‘\\’, ‘B’), (‘]’, ‘C’), (‘^’, ‘@’), (‘_’, ‘A’), (‘`’, ‘~’), (‘{‘, ‘e’), (‘|’, ‘b’), (‘}’, ‘c’), (‘~’, ‘`’), (‘ ‘, ‘>’)]
96; 60; 3;
`
[(‘0’, ‘3’), (‘1’, ‘2’), (‘2’, ‘1’), (‘3’, ‘0’), (‘4’, ‘7’), (‘5’, ‘6’), (‘6’, ‘5’), (‘7’, ‘4’), (‘8’, ‘;’), (‘9’, ‘:’), (‘a’, ‘b’), (‘b’, ‘a’), (‘c’, ‘`’), (‘d’, ‘g’), (‘e’, ‘f’), (‘f’, ‘e’), (‘g’, ‘d’), (‘h’, ‘k’), (‘i’, ‘j’), (‘j’, ‘i’), (‘k’, ‘h’), (‘l’, ‘o’), (‘m’, ‘n’), (‘n’, ‘m’), (‘o’, ‘l’), (‘p’, ‘s’), (‘q’, ‘r’), (‘r’, ‘q’), (‘s’, ‘p’), (‘t’, ‘w’), (‘u’, ‘v’), (‘v’, ‘u’), (‘w’, ‘t’), (‘x’, ‘{‘), (‘y’, ‘z’), (‘z’, ‘y’), (‘A’, ‘B’), (‘B’, ‘A’), (‘C’, ‘@’), (‘D’, ‘G’), (‘E’, ‘F’), (‘F’, ‘E’), (‘G’, ‘D’), (‘H’, ‘K’), (‘I’, ‘J’), (‘J’, ‘I’), (‘K’, ‘H’), (‘L’, ‘O’), (‘M’, ‘N’), (‘N’, ‘M’), (‘O’, ‘L’), (‘P’, ‘S’), (‘Q’, ‘R’), (‘R’, ‘Q’), (‘S’, ‘P’), (‘T’, ‘W’), (‘U’, ‘V’), (‘V’, ‘U’), (‘W’, ‘T’), (‘X’, ‘[‘), (‘Y’, ‘Z’), (‘Z’, ‘Y’), (‘!’, ‘”‘), (‘”‘, ‘!’), (‘#’, ‘ ‘), (‘$’, “‘”), (‘%’, ‘&’), (‘&’, ‘%’), (“‘”, ‘$’), (‘(‘, ‘+’), (‘)’, ‘*’), (‘*’, ‘)’), (‘+’, ‘(‘), (‘,’, ‘/’), (‘-‘, ‘.’), (‘.’, ‘-‘), (‘/’, ‘,’), (‘:’, ‘9’), (‘;’, ‘8’), (”), (‘>’, ‘=’), (‘?’, ‘<'), ('@', 'C'), ('[', 'X'), ('\\', '_'), (']', '^'), ('^', ']'), ('_', '\\'), ('`', 'c'), ('{', 'x'), ('}', '~'), ('~', '}'), (' ', '#'), ('\t', '\n'), ('\n', '\t')]
96; 60; 2;
`
[(‘0’, ‘2’), (‘1’, ‘3’), (‘2’, ‘0’), (‘3’, ‘1’), (‘4’, ‘6’), (‘5’, ‘7’), (‘6’, ‘4’), (‘7’, ‘5’), (‘8’, ‘:’), (‘9’, ‘;’), (‘a’, ‘c’), (‘b’, ‘`’), (‘c’, ‘a’), (‘d’, ‘f’), (‘e’, ‘g’), (‘f’, ‘d’), (‘g’, ‘e’), (‘h’, ‘j’), (‘i’, ‘k’), (‘j’, ‘h’), (‘k’, ‘i’), (‘l’, ‘n’), (‘m’, ‘o’), (‘n’, ‘l’), (‘o’, ‘m’), (‘p’, ‘r’), (‘q’, ‘s’), (‘r’, ‘p’), (‘s’, ‘q’), (‘t’, ‘v’), (‘u’, ‘w’), (‘v’, ‘t’), (‘w’, ‘u’), (‘x’, ‘z’), (‘y’, ‘{‘), (‘z’, ‘x’), (‘A’, ‘C’), (‘B’, ‘@’), (‘C’, ‘A’), (‘D’, ‘F’), (‘E’, ‘G’), (‘F’, ‘D’), (‘G’, ‘E’), (‘H’, ‘J’), (‘I’, ‘K’), (‘J’, ‘H’), (‘K’, ‘I’), (‘L’, ‘N’), (‘M’, ‘O’), (‘N’, ‘L’), (‘O’, ‘M’), (‘P’, ‘R’), (‘Q’, ‘S’), (‘R’, ‘P’), (‘S’, ‘Q’), (‘T’, ‘V’), (‘U’, ‘W’), (‘V’, ‘T’), (‘W’, ‘U’), (‘X’, ‘Z’), (‘Y’, ‘[‘), (‘Z’, ‘X’), (‘!’, ‘#’), (‘”‘, ‘ ‘), (‘#’, ‘!’), (‘$’, ‘&’), (‘%’, “‘”), (‘&’, ‘$’), (“‘”, ‘%’), (‘(‘, ‘*’), (‘)’, ‘+’), (‘*’, ‘(‘), (‘+’, ‘)’), (‘,’, ‘.’), (‘-‘, ‘/’), (‘.’, ‘,’), (‘/’, ‘-‘), (‘:’, ‘8’), (‘;’, ‘9’), (”), (‘=’, ‘?’), (‘>’, ‘<'), ('?', '='), ('@', 'B'), ('[', 'Y'), ('\\', '^'), (']', '_'), ('^', '\\'), ('_', ']'), ('`', 'b'), ('{', 'y'), ('|', '~'), ('~', '|'), (' ', '"'), ('\t', '\x0b'), ('\x0b', '\t')]
96; 60; 5;
`
[(‘0’, ‘5’), (‘1’, ‘4’), (‘2’, ‘7’), (‘3’, ‘6’), (‘4’, ‘1’), (‘5’, ‘0’), (‘6’, ‘3’), (‘7’, ‘2’), (‘8’, ‘=’), (‘9’, ”), (”, ‘;’), (‘?’, ‘:’), (‘@’, ‘E’), (‘[‘, ‘^’), (‘\\’, ‘Y’), (‘]’, ‘X’), (‘^’, ‘[‘), (‘_’, ‘Z’), (‘`’, ‘e’), (‘{‘, ‘~’), (‘|’, ‘y’), (‘}’, ‘x’), (‘~’, ‘{‘), (‘ ‘, ‘%’), (‘\t’, ‘\x0c’), (‘\x0c’, ‘\t’)]
96; 60; 4;
`
[(‘0’, ‘4’), (‘1’, ‘5’), (‘2’, ‘6’), (‘3’, ‘7’), (‘4’, ‘0’), (‘5’, ‘1’), (‘6’, ‘2’), (‘7’, ‘3’), (‘8’, ”), (‘;’, ‘?’), (”, ‘:’), (‘?’, ‘;’), (‘@’, ‘D’), (‘[‘, ‘_’), (‘\\’, ‘X’), (‘]’, ‘Y’), (‘^’, ‘Z’), (‘_’, ‘[‘), (‘`’, ‘d’), (‘|’, ‘x’), (‘}’, ‘y’), (‘~’, ‘z’), (‘ ‘, ‘$’), (‘\t’, ‘\r’), (‘\r’, ‘\t’)]
98; 62; 1;
b
[(‘0’, ‘1’), (‘1’, ‘0’), (‘2’, ‘3’), (‘3’, ‘2’), (‘4’, ‘5’), (‘5’, ‘4’), (‘6’, ‘7’), (‘7’, ‘6’), (‘8’, ‘9’), (‘9’, ‘8’), (‘a’, ‘`’), (‘b’, ‘c’), (‘c’, ‘b’), (‘d’, ‘e’), (‘e’, ‘d’), (‘f’, ‘g’), (‘g’, ‘f’), (‘h’, ‘i’), (‘i’, ‘h’), (‘j’, ‘k’), (‘k’, ‘j’), (‘l’, ‘m’), (‘m’, ‘l’), (‘n’, ‘o’), (‘o’, ‘n’), (‘p’, ‘q’), (‘q’, ‘p’), (‘r’, ‘s’), (‘s’, ‘r’), (‘t’, ‘u’), (‘u’, ‘t’), (‘v’, ‘w’), (‘w’, ‘v’), (‘x’, ‘y’), (‘y’, ‘x’), (‘z’, ‘{‘), (‘A’, ‘@’), (‘B’, ‘C’), (‘C’, ‘B’), (‘D’, ‘E’), (‘E’, ‘D’), (‘F’, ‘G’), (‘G’, ‘F’), (‘H’, ‘I’), (‘I’, ‘H’), (‘J’, ‘K’), (‘K’, ‘J’), (‘L’, ‘M’), (‘M’, ‘L’), (‘N’, ‘O’), (‘O’, ‘N’), (‘P’, ‘Q’), (‘Q’, ‘P’), (‘R’, ‘S’), (‘S’, ‘R’), (‘T’, ‘U’), (‘U’, ‘T’), (‘V’, ‘W’), (‘W’, ‘V’), (‘X’, ‘Y’), (‘Y’, ‘X’), (‘Z’, ‘[‘), (‘!’, ‘ ‘), (‘”‘, ‘#’), (‘#’, ‘”‘), (‘$’, ‘%’), (‘%’, ‘$’), (‘&’, “‘”), (“‘”, ‘&’), (‘(‘, ‘)’), (‘)’, ‘(‘), (‘*’, ‘+’), (‘+’, ‘*’), (‘,’, ‘-‘), (‘-‘, ‘,’), (‘.’, ‘/’), (‘/’, ‘.’), (‘:’, ‘;’), (‘;’, ‘:’), (‘<', '='), ('=', '’, ‘?’), (‘?’, ‘>’), (‘@’, ‘A’), (‘[‘, ‘Z’), (‘\\’, ‘]’), (‘]’, ‘\\’), (‘^’, ‘_’), (‘_’, ‘^’), (‘`’, ‘a’), (‘{‘, ‘z’), (‘|’, ‘}’), (‘}’, ‘|’), (‘ ‘, ‘!’), (‘\n’, ‘\x0b’), (‘\r’, ‘\x0c’), (‘\x0b’, ‘\n’), (‘\x0c’, ‘\r’)]
98; 62; 7;
b
[(‘0’, ‘7’), (‘1’, ‘6’), (‘2’, ‘5’), (‘3’, ‘4’), (‘4’, ‘3’), (‘5’, ‘2’), (‘6’, ‘1’), (‘7’, ‘0’), (‘8’, ‘?’), (‘9’, ‘>’), (‘a’, ‘f’), (‘b’, ‘e’), (‘c’, ‘d’), (‘d’, ‘c’), (‘e’, ‘b’), (‘f’, ‘a’), (‘g’, ‘`’), (‘h’, ‘o’), (‘i’, ‘n’), (‘j’, ‘m’), (‘k’, ‘l’), (‘l’, ‘k’), (‘m’, ‘j’), (‘n’, ‘i’), (‘o’, ‘h’), (‘p’, ‘w’), (‘q’, ‘v’), (‘r’, ‘u’), (‘s’, ‘t’), (‘t’, ‘s’), (‘u’, ‘r’), (‘v’, ‘q’), (‘w’, ‘p’), (‘y’, ‘~’), (‘z’, ‘}’), (‘A’, ‘F’), (‘B’, ‘E’), (‘C’, ‘D’), (‘D’, ‘C’), (‘E’, ‘B’), (‘F’, ‘A’), (‘G’, ‘@’), (‘H’, ‘O’), (‘I’, ‘N’), (‘J’, ‘M’), (‘K’, ‘L’), (‘L’, ‘K’), (‘M’, ‘J’), (‘N’, ‘I’), (‘O’, ‘H’), (‘P’, ‘W’), (‘Q’, ‘V’), (‘R’, ‘U’), (‘S’, ‘T’), (‘T’, ‘S’), (‘U’, ‘R’), (‘V’, ‘Q’), (‘W’, ‘P’), (‘X’, ‘_’), (‘Y’, ‘^’), (‘Z’, ‘]’), (‘!’, ‘&’), (‘”‘, ‘%’), (‘#’, ‘$’), (‘$’, ‘#’), (‘%’, ‘”‘), (‘&’, ‘!’), (“‘”, ‘ ‘), (‘(‘, ‘/’), (‘)’, ‘.’), (‘*’, ‘-‘), (‘+’, ‘,’), (‘,’, ‘+’), (‘-‘, ‘*’), (‘.’, ‘)’), (‘/’, ‘(‘), (‘:’, ‘=’), (‘;’, ‘<'), ('’, ‘9’), (‘?’, ‘8’), (‘@’, ‘G’), (‘[‘, ‘\\’), (‘\\’, ‘[‘), (‘]’, ‘Z’), (‘^’, ‘Y’), (‘_’, ‘X’), (‘`’, ‘g’), (‘{‘, ‘|’), (‘|’, ‘{‘), (‘}’, ‘z’), (‘~’, ‘y’), (‘ ‘, “‘”), (‘\n’, ‘\r’), (‘\r’, ‘\n’), (‘\x0b’, ‘\x0c’), (‘\x0c’, ‘\x0b’)]
98; 62; 6;
b
[(‘0’, ‘6’), (‘1’, ‘7’), (‘2’, ‘4’), (‘3’, ‘5’), (‘4’, ‘2’), (‘5’, ‘3’), (‘6’, ‘0’), (‘7’, ‘1’), (‘8’, ‘>’), (‘9’, ‘?’), (‘a’, ‘g’), (‘b’, ‘d’), (‘c’, ‘e’), (‘d’, ‘b’), (‘e’, ‘c’), (‘f’, ‘`’), (‘g’, ‘a’), (‘h’, ‘n’), (‘i’, ‘o’), (‘j’, ‘l’), (‘k’, ‘m’), (‘l’, ‘j’), (‘m’, ‘k’), (‘n’, ‘h’), (‘o’, ‘i’), (‘p’, ‘v’), (‘q’, ‘w’), (‘r’, ‘t’), (‘s’, ‘u’), (‘t’, ‘r’), (‘u’, ‘s’), (‘v’, ‘p’), (‘w’, ‘q’), (‘x’, ‘~’), (‘z’, ‘|’), (‘A’, ‘G’), (‘B’, ‘D’), (‘C’, ‘E’), (‘D’, ‘B’), (‘E’, ‘C’), (‘F’, ‘@’), (‘G’, ‘A’), (‘H’, ‘N’), (‘I’, ‘O’), (‘J’, ‘L’), (‘K’, ‘M’), (‘L’, ‘J’), (‘M’, ‘K’), (‘N’, ‘H’), (‘O’, ‘I’), (‘P’, ‘V’), (‘Q’, ‘W’), (‘R’, ‘T’), (‘S’, ‘U’), (‘T’, ‘R’), (‘U’, ‘S’), (‘V’, ‘P’), (‘W’, ‘Q’), (‘X’, ‘^’), (‘Y’, ‘_’), (‘Z’, ‘\\’), (‘!’, “‘”), (‘”‘, ‘$’), (‘#’, ‘%’), (‘$’, ‘”‘), (‘%’, ‘#’), (‘&’, ‘ ‘), (“‘”, ‘!’), (‘(‘, ‘.’), (‘)’, ‘/’), (‘*’, ‘,’), (‘+’, ‘-‘), (‘,’, ‘*’), (‘-‘, ‘+’), (‘.’, ‘(‘), (‘/’, ‘)’), (‘:’, ‘<'), (';', '='), ('’, ‘8’), (‘?’, ‘9’), (‘@’, ‘F’), (‘[‘, ‘]’), (‘\\’, ‘Z’), (‘]’, ‘[‘), (‘^’, ‘X’), (‘_’, ‘Y’), (‘`’, ‘f’), (‘{‘, ‘}’), (‘|’, ‘z’), (‘}’, ‘{‘), (‘~’, ‘x’), (‘ ‘, ‘&’), (‘\n’, ‘\x0c’), (‘\r’, ‘\x0b’), (‘\x0b’, ‘\r’), (‘\x0c’, ‘\n’)]
100; 64; 0;
d
[(‘0’, ‘0’), (‘1’, ‘1’), (‘2’, ‘2’), (‘3’, ‘3’), (‘4’, ‘4’), (‘5’, ‘5’), (‘6’, ‘6’), (‘7’, ‘7’), (‘8’, ‘8’), (‘9’, ‘9’), (‘a’, ‘a’), (‘b’, ‘b’), (‘c’, ‘c’), (‘d’, ‘d’), (‘e’, ‘e’), (‘f’, ‘f’), (‘g’, ‘g’), (‘h’, ‘h’), (‘i’, ‘i’), (‘j’, ‘j’), (‘k’, ‘k’), (‘l’, ‘l’), (‘m’, ‘m’), (‘n’, ‘n’), (‘o’, ‘o’), (‘p’, ‘p’), (‘q’, ‘q’), (‘r’, ‘r’), (‘s’, ‘s’), (‘t’, ‘t’), (‘u’, ‘u’), (‘v’, ‘v’), (‘w’, ‘w’), (‘x’, ‘x’), (‘y’, ‘y’), (‘z’, ‘z’), (‘A’, ‘A’), (‘B’, ‘B’), (‘C’, ‘C’), (‘D’, ‘D’), (‘E’, ‘E’), (‘F’, ‘F’), (‘G’, ‘G’), (‘H’, ‘H’), (‘I’, ‘I’), (‘J’, ‘J’), (‘K’, ‘K’), (‘L’, ‘L’), (‘M’, ‘M’), (‘N’, ‘N’), (‘O’, ‘O’), (‘P’, ‘P’), (‘Q’, ‘Q’), (‘R’, ‘R’), (‘S’, ‘S’), (‘T’, ‘T’), (‘U’, ‘U’), (‘V’, ‘V’), (‘W’, ‘W’), (‘X’, ‘X’), (‘Y’, ‘Y’), (‘Z’, ‘Z’), (‘!’, ‘!’), (‘”‘, ‘”‘), (‘#’, ‘#’), (‘$’, ‘$’), (‘%’, ‘%’), (‘&’, ‘&’), (“‘”, “‘”), (‘(‘, ‘(‘), (‘)’, ‘)’), (‘*’, ‘*’), (‘+’, ‘+’), (‘,’, ‘,’), (‘-‘, ‘-‘), (‘.’, ‘.’), (‘/’, ‘/’), (‘:’, ‘:’), (‘;’, ‘;’), (‘<', '’, ‘>’), (‘?’, ‘?’), (‘@’, ‘@’), (‘[‘, ‘[‘), (‘\\’, ‘\\’), (‘]’, ‘]’), (‘^’, ‘^’), (‘_’, ‘_’), (‘`’, ‘`’), (‘{‘, ‘{‘), (‘|’, ‘|’), (‘}’, ‘}’), (‘~’, ‘~’), (‘ ‘, ‘ ‘), (‘\t’, ‘\t’), (‘\n’, ‘\n’), (‘\r’, ‘\r’), (‘\x0b’, ‘\x0b’), (‘\x0c’, ‘\x0c’)]

If you have a byte that you know is the result of the XOR operation on two ASCII encoded English texts, you might find the following table which reverses the XOR operation. So you see that for the result "0" you have 100 possibilities, while for the result "41hex" you have only 72 possibilities.

0; 00; 100;

[(‘0’, ‘0’), (‘1’, ‘1’), (‘2’, ‘2’), (‘3’, ‘3’), (‘4’, ‘4’), (‘5’, ‘5’), (‘6’, ‘6’), (‘7’, ‘7’), (‘8’, ‘8’), (‘9’, ‘9’), (‘a’, ‘a’), (‘b’, ‘b’), (‘c’, ‘c’), (‘d’, ‘d’), (‘e’, ‘e’), (‘f’, ‘f’), (‘g’, ‘g’), (‘h’, ‘h’), (‘i’, ‘i’), (‘j’, ‘j’), (‘k’, ‘k’), (‘l’, ‘l’), (‘m’, ‘m’), (‘n’, ‘n’), (‘o’, ‘o’), (‘p’, ‘p’), (‘q’, ‘q’), (‘r’, ‘r’), (‘s’, ‘s’), (‘t’, ‘t’), (‘u’, ‘u’), (‘v’, ‘v’), (‘w’, ‘w’), (‘x’, ‘x’), (‘y’, ‘y’), (‘z’, ‘z’), (‘A’, ‘A’), (‘B’, ‘B’), (‘C’, ‘C’), (‘D’, ‘D’), (‘E’, ‘E’), (‘F’, ‘F’), (‘G’, ‘G’), (‘H’, ‘H’), (‘I’, ‘I’), (‘J’, ‘J’), (‘K’, ‘K’), (‘L’, ‘L’), (‘M’, ‘M’), (‘N’, ‘N’), (‘O’, ‘O’), (‘P’, ‘P’), (‘Q’, ‘Q’), (‘R’, ‘R’), (‘S’, ‘S’), (‘T’, ‘T’), (‘U’, ‘U’), (‘V’, ‘V’), (‘W’, ‘W’), (‘X’, ‘X’), (‘Y’, ‘Y’), (‘Z’, ‘Z’), (‘!’, ‘!’), (‘”‘, ‘”‘), (‘#’, ‘#’), (‘$’, ‘$’), (‘%’, ‘%’), (‘&’, ‘&’), (“‘”, “‘”), (‘(‘, ‘(‘), (‘)’, ‘)’), (‘*’, ‘*’), (‘+’, ‘+’), (‘,’, ‘,’), (‘-‘, ‘-‘), (‘.’, ‘.’), (‘/’, ‘/’), (‘:’, ‘:’), (‘;’, ‘;’), (‘<', '’, ‘>’), (‘?’, ‘?’), (‘@’, ‘@’), (‘[‘, ‘[‘), (‘\\’, ‘\\’), (‘]’, ‘]’), (‘^’, ‘^’), (‘_’, ‘_’), (‘`’, ‘`’), (‘{‘, ‘{‘), (‘|’, ‘|’), (‘}’, ‘}’), (‘~’, ‘~’), (‘ ‘, ‘ ‘), (‘\t’, ‘\t’), (‘\n’, ‘\n’), (‘\r’, ‘\r’), (‘\x0b’, ‘\x0b’), (‘\x0c’, ‘\x0c’)]

1; 01; 98;

[(‘0’, ‘1’), (‘1’, ‘0’), (‘2’, ‘3’), (‘3’, ‘2’), (‘4’, ‘5’), (‘5’, ‘4’), (‘6’, ‘7’), (‘7’, ‘6’), (‘8’, ‘9’), (‘9’, ‘8’), (‘a’, ‘`’), (‘b’, ‘c’), (‘c’, ‘b’), (‘d’, ‘e’), (‘e’, ‘d’), (‘f’, ‘g’), (‘g’, ‘f’), (‘h’, ‘i’), (‘i’, ‘h’), (‘j’, ‘k’), (‘k’, ‘j’), (‘l’, ‘m’), (‘m’, ‘l’), (‘n’, ‘o’), (‘o’, ‘n’), (‘p’, ‘q’), (‘q’, ‘p’), (‘r’, ‘s’), (‘s’, ‘r’), (‘t’, ‘u’), (‘u’, ‘t’), (‘v’, ‘w’), (‘w’, ‘v’), (‘x’, ‘y’), (‘y’, ‘x’), (‘z’, ‘{‘), (‘A’, ‘@’), (‘B’, ‘C’), (‘C’, ‘B’), (‘D’, ‘E’), (‘E’, ‘D’), (‘F’, ‘G’), (‘G’, ‘F’), (‘H’, ‘I’), (‘I’, ‘H’), (‘J’, ‘K’), (‘K’, ‘J’), (‘L’, ‘M’), (‘M’, ‘L’), (‘N’, ‘O’), (‘O’, ‘N’), (‘P’, ‘Q’), (‘Q’, ‘P’), (‘R’, ‘S’), (‘S’, ‘R’), (‘T’, ‘U’), (‘U’, ‘T’), (‘V’, ‘W’), (‘W’, ‘V’), (‘X’, ‘Y’), (‘Y’, ‘X’), (‘Z’, ‘[‘), (‘!’, ‘ ‘), (‘”‘, ‘#’), (‘#’, ‘”‘), (‘$’, ‘%’), (‘%’, ‘$’), (‘&’, “‘”), (“‘”, ‘&’), (‘(‘, ‘)’), (‘)’, ‘(‘), (‘*’, ‘+’), (‘+’, ‘*’), (‘,’, ‘-‘), (‘-‘, ‘,’), (‘.’, ‘/’), (‘/’, ‘.’), (‘:’, ‘;’), (‘;’, ‘:’), (‘<', '='), ('=', '’, ‘?’), (‘?’, ‘>’), (‘@’, ‘A’), (‘[‘, ‘Z’), (‘\\’, ‘]’), (‘]’, ‘\\’), (‘^’, ‘_’), (‘_’, ‘^’), (‘`’, ‘a’), (‘{‘, ‘z’), (‘|’, ‘}’), (‘}’, ‘|’), (‘ ‘, ‘!’), (‘\n’, ‘\x0b’), (‘\r’, ‘\x0c’), (‘\x0b’, ‘\n’), (‘\x0c’, ‘\r’)]

2; 02; 96;

[(‘0’, ‘2’), (‘1’, ‘3’), (‘2’, ‘0’), (‘3’, ‘1’), (‘4’, ‘6’), (‘5’, ‘7’), (‘6’, ‘4’), (‘7’, ‘5’), (‘8’, ‘:’), (‘9’, ‘;’), (‘a’, ‘c’), (‘b’, ‘`’), (‘c’, ‘a’), (‘d’, ‘f’), (‘e’, ‘g’), (‘f’, ‘d’), (‘g’, ‘e’), (‘h’, ‘j’), (‘i’, ‘k’), (‘j’, ‘h’), (‘k’, ‘i’), (‘l’, ‘n’), (‘m’, ‘o’), (‘n’, ‘l’), (‘o’, ‘m’), (‘p’, ‘r’), (‘q’, ‘s’), (‘r’, ‘p’), (‘s’, ‘q’), (‘t’, ‘v’), (‘u’, ‘w’), (‘v’, ‘t’), (‘w’, ‘u’), (‘x’, ‘z’), (‘y’, ‘{‘), (‘z’, ‘x’), (‘A’, ‘C’), (‘B’, ‘@’), (‘C’, ‘A’), (‘D’, ‘F’), (‘E’, ‘G’), (‘F’, ‘D’), (‘G’, ‘E’), (‘H’, ‘J’), (‘I’, ‘K’), (‘J’, ‘H’), (‘K’, ‘I’), (‘L’, ‘N’), (‘M’, ‘O’), (‘N’, ‘L’), (‘O’, ‘M’), (‘P’, ‘R’), (‘Q’, ‘S’), (‘R’, ‘P’), (‘S’, ‘Q’), (‘T’, ‘V’), (‘U’, ‘W’), (‘V’, ‘T’), (‘W’, ‘U’), (‘X’, ‘Z’), (‘Y’, ‘[‘), (‘Z’, ‘X’), (‘!’, ‘#’), (‘”‘, ‘ ‘), (‘#’, ‘!’), (‘$’, ‘&’), (‘%’, “‘”), (‘&’, ‘$’), (“‘”, ‘%’), (‘(‘, ‘*’), (‘)’, ‘+’), (‘*’, ‘(‘), (‘+’, ‘)’), (‘,’, ‘.’), (‘-‘, ‘/’), (‘.’, ‘,’), (‘/’, ‘-‘), (‘:’, ‘8’), (‘;’, ‘9’), (”), (‘=’, ‘?’), (‘>’, ‘<'), ('?', '='), ('@', 'B'), ('[', 'Y'), ('\\', '^'), (']', '_'), ('^', '\\'), ('_', ']'), ('`', 'b'), ('{', 'y'), ('|', '~'), ('~', '|'), (' ', '"'), ('\t', '\x0b'), ('\x0b', '\t')]

3; 03; 96;

[(‘0’, ‘3’), (‘1’, ‘2’), (‘2’, ‘1’), (‘3’, ‘0’), (‘4’, ‘7’), (‘5’, ‘6’), (‘6’, ‘5’), (‘7’, ‘4’), (‘8’, ‘;’), (‘9’, ‘:’), (‘a’, ‘b’), (‘b’, ‘a’), (‘c’, ‘`’), (‘d’, ‘g’), (‘e’, ‘f’), (‘f’, ‘e’), (‘g’, ‘d’), (‘h’, ‘k’), (‘i’, ‘j’), (‘j’, ‘i’), (‘k’, ‘h’), (‘l’, ‘o’), (‘m’, ‘n’), (‘n’, ‘m’), (‘o’, ‘l’), (‘p’, ‘s’), (‘q’, ‘r’), (‘r’, ‘q’), (‘s’, ‘p’), (‘t’, ‘w’), (‘u’, ‘v’), (‘v’, ‘u’), (‘w’, ‘t’), (‘x’, ‘{‘), (‘y’, ‘z’), (‘z’, ‘y’), (‘A’, ‘B’), (‘B’, ‘A’), (‘C’, ‘@’), (‘D’, ‘G’), (‘E’, ‘F’), (‘F’, ‘E’), (‘G’, ‘D’), (‘H’, ‘K’), (‘I’, ‘J’), (‘J’, ‘I’), (‘K’, ‘H’), (‘L’, ‘O’), (‘M’, ‘N’), (‘N’, ‘M’), (‘O’, ‘L’), (‘P’, ‘S’), (‘Q’, ‘R’), (‘R’, ‘Q’), (‘S’, ‘P’), (‘T’, ‘W’), (‘U’, ‘V’), (‘V’, ‘U’), (‘W’, ‘T’), (‘X’, ‘[‘), (‘Y’, ‘Z’), (‘Z’, ‘Y’), (‘!’, ‘”‘), (‘”‘, ‘!’), (‘#’, ‘ ‘), (‘$’, “‘”), (‘%’, ‘&’), (‘&’, ‘%’), (“‘”, ‘$’), (‘(‘, ‘+’), (‘)’, ‘*’), (‘*’, ‘)’), (‘+’, ‘(‘), (‘,’, ‘/’), (‘-‘, ‘.’), (‘.’, ‘-‘), (‘/’, ‘,’), (‘:’, ‘9’), (‘;’, ‘8’), (”), (‘>’, ‘=’), (‘?’, ‘<'), ('@', 'C'), ('[', 'X'), ('\\', '_'), (']', '^'), ('^', ']'), ('_', '\\'), ('`', 'c'), ('{', 'x'), ('}', '~'), ('~', '}'), (' ', '#'), ('\t', '\n'), ('\n', '\t')]

4; 04; 96;

[(‘0’, ‘4’), (‘1’, ‘5’), (‘2’, ‘6’), (‘3’, ‘7’), (‘4’, ‘0’), (‘5’, ‘1’), (‘6’, ‘2’), (‘7’, ‘3’), (‘8’, ”), (‘;’, ‘?’), (”, ‘:’), (‘?’, ‘;’), (‘@’, ‘D’), (‘[‘, ‘_’), (‘\\’, ‘X’), (‘]’, ‘Y’), (‘^’, ‘Z’), (‘_’, ‘[‘), (‘`’, ‘d’), (‘|’, ‘x’), (‘}’, ‘y’), (‘~’, ‘z’), (‘ ‘, ‘$’), (‘\t’, ‘\r’), (‘\r’, ‘\t’)]

5; 05; 96;

[(‘0’, ‘5’), (‘1’, ‘4’), (‘2’, ‘7’), (‘3’, ‘6’), (‘4’, ‘1’), (‘5’, ‘0’), (‘6’, ‘3’), (‘7’, ‘2’), (‘8’, ‘=’), (‘9’, ”), (”, ‘;’), (‘?’, ‘:’), (‘@’, ‘E’), (‘[‘, ‘^’), (‘\\’, ‘Y’), (‘]’, ‘X’), (‘^’, ‘[‘), (‘_’, ‘Z’), (‘`’, ‘e’), (‘{‘, ‘~’), (‘|’, ‘y’), (‘}’, ‘x’), (‘~’, ‘{‘), (‘ ‘, ‘%’), (‘\t’, ‘\x0c’), (‘\x0c’, ‘\t’)]

6; 06; 98;

[(‘0’, ‘6’), (‘1’, ‘7’), (‘2’, ‘4’), (‘3’, ‘5’), (‘4’, ‘2’), (‘5’, ‘3’), (‘6’, ‘0’), (‘7’, ‘1’), (‘8’, ‘>’), (‘9’, ‘?’), (‘a’, ‘g’), (‘b’, ‘d’), (‘c’, ‘e’), (‘d’, ‘b’), (‘e’, ‘c’), (‘f’, ‘`’), (‘g’, ‘a’), (‘h’, ‘n’), (‘i’, ‘o’), (‘j’, ‘l’), (‘k’, ‘m’), (‘l’, ‘j’), (‘m’, ‘k’), (‘n’, ‘h’), (‘o’, ‘i’), (‘p’, ‘v’), (‘q’, ‘w’), (‘r’, ‘t’), (‘s’, ‘u’), (‘t’, ‘r’), (‘u’, ‘s’), (‘v’, ‘p’), (‘w’, ‘q’), (‘x’, ‘~’), (‘z’, ‘|’), (‘A’, ‘G’), (‘B’, ‘D’), (‘C’, ‘E’), (‘D’, ‘B’), (‘E’, ‘C’), (‘F’, ‘@’), (‘G’, ‘A’), (‘H’, ‘N’), (‘I’, ‘O’), (‘J’, ‘L’), (‘K’, ‘M’), (‘L’, ‘J’), (‘M’, ‘K’), (‘N’, ‘H’), (‘O’, ‘I’), (‘P’, ‘V’), (‘Q’, ‘W’), (‘R’, ‘T’), (‘S’, ‘U’), (‘T’, ‘R’), (‘U’, ‘S’), (‘V’, ‘P’), (‘W’, ‘Q’), (‘X’, ‘^’), (‘Y’, ‘_’), (‘Z’, ‘\\’), (‘!’, “‘”), (‘”‘, ‘$’), (‘#’, ‘%’), (‘$’, ‘”‘), (‘%’, ‘#’), (‘&’, ‘ ‘), (“‘”, ‘!’), (‘(‘, ‘.’), (‘)’, ‘/’), (‘*’, ‘,’), (‘+’, ‘-‘), (‘,’, ‘*’), (‘-‘, ‘+’), (‘.’, ‘(‘), (‘/’, ‘)’), (‘:’, ‘<'), (';', '='), ('’, ‘8’), (‘?’, ‘9’), (‘@’, ‘F’), (‘[‘, ‘]’), (‘\\’, ‘Z’), (‘]’, ‘[‘), (‘^’, ‘X’), (‘_’, ‘Y’), (‘`’, ‘f’), (‘{‘, ‘}’), (‘|’, ‘z’), (‘}’, ‘{‘), (‘~’, ‘x’), (‘ ‘, ‘&’), (‘\n’, ‘\x0c’), (‘\r’, ‘\x0b’), (‘\x0b’, ‘\r’), (‘\x0c’, ‘\n’)]

7; 07; 98;

[(‘0’, ‘7’), (‘1’, ‘6’), (‘2’, ‘5’), (‘3’, ‘4’), (‘4’, ‘3’), (‘5’, ‘2’), (‘6’, ‘1’), (‘7’, ‘0’), (‘8’, ‘?’), (‘9’, ‘>’), (‘a’, ‘f’), (‘b’, ‘e’), (‘c’, ‘d’), (‘d’, ‘c’), (‘e’, ‘b’), (‘f’, ‘a’), (‘g’, ‘`’), (‘h’, ‘o’), (‘i’, ‘n’), (‘j’, ‘m’), (‘k’, ‘l’), (‘l’, ‘k’), (‘m’, ‘j’), (‘n’, ‘i’), (‘o’, ‘h’), (‘p’, ‘w’), (‘q’, ‘v’), (‘r’, ‘u’), (‘s’, ‘t’), (‘t’, ‘s’), (‘u’, ‘r’), (‘v’, ‘q’), (‘w’, ‘p’), (‘y’, ‘~’), (‘z’, ‘}’), (‘A’, ‘F’), (‘B’, ‘E’), (‘C’, ‘D’), (‘D’, ‘C’), (‘E’, ‘B’), (‘F’, ‘A’), (‘G’, ‘@’), (‘H’, ‘O’), (‘I’, ‘N’), (‘J’, ‘M’), (‘K’, ‘L’), (‘L’, ‘K’), (‘M’, ‘J’), (‘N’, ‘I’), (‘O’, ‘H’), (‘P’, ‘W’), (‘Q’, ‘V’), (‘R’, ‘U’), (‘S’, ‘T’), (‘T’, ‘S’), (‘U’, ‘R’), (‘V’, ‘Q’), (‘W’, ‘P’), (‘X’, ‘_’), (‘Y’, ‘^’), (‘Z’, ‘]’), (‘!’, ‘&’), (‘”‘, ‘%’), (‘#’, ‘$’), (‘$’, ‘#’), (‘%’, ‘”‘), (‘&’, ‘!’), (“‘”, ‘ ‘), (‘(‘, ‘/’), (‘)’, ‘.’), (‘*’, ‘-‘), (‘+’, ‘,’), (‘,’, ‘+’), (‘-‘, ‘*’), (‘.’, ‘)’), (‘/’, ‘(‘), (‘:’, ‘=’), (‘;’, ‘<'), ('’, ‘9’), (‘?’, ‘8’), (‘@’, ‘G’), (‘[‘, ‘\\’), (‘\\’, ‘[‘), (‘]’, ‘Z’), (‘^’, ‘Y’), (‘_’, ‘X’), (‘`’, ‘g’), (‘{‘, ‘|’), (‘|’, ‘{‘), (‘}’, ‘z’), (‘~’, ‘y’), (‘ ‘, “‘”), (‘\n’, ‘\r’), (‘\r’, ‘\n’), (‘\x0b’, ‘\x0c’), (‘\x0c’, ‘\x0b’)]

8; 08; 94;

[(‘0’, ‘8’), (‘1’, ‘9’), (‘2’, ‘:’), (‘3’, ‘;’), (‘4’, ”), (‘7’, ‘?’), (‘8’, ‘0’), (‘9’, ‘1’), (‘a’, ‘i’), (‘b’, ‘j’), (‘c’, ‘k’), (‘d’, ‘l’), (‘e’, ‘m’), (‘f’, ‘n’), (‘g’, ‘o’), (‘h’, ‘`’), (‘i’, ‘a’), (‘j’, ‘b’), (‘k’, ‘c’), (‘l’, ‘d’), (‘m’, ‘e’), (‘n’, ‘f’), (‘o’, ‘g’), (‘p’, ‘x’), (‘q’, ‘y’), (‘r’, ‘z’), (‘s’, ‘{‘), (‘t’, ‘|’), (‘u’, ‘}’), (‘v’, ‘~’), (‘x’, ‘p’), (‘y’, ‘q’), (‘z’, ‘r’), (‘A’, ‘I’), (‘B’, ‘J’), (‘C’, ‘K’), (‘D’, ‘L’), (‘E’, ‘M’), (‘F’, ‘N’), (‘G’, ‘O’), (‘H’, ‘@’), (‘I’, ‘A’), (‘J’, ‘B’), (‘K’, ‘C’), (‘L’, ‘D’), (‘M’, ‘E’), (‘N’, ‘F’), (‘O’, ‘G’), (‘P’, ‘X’), (‘Q’, ‘Y’), (‘R’, ‘Z’), (‘S’, ‘[‘), (‘T’, ‘\\’), (‘U’, ‘]’), (‘V’, ‘^’), (‘W’, ‘_’), (‘X’, ‘P’), (‘Y’, ‘Q’), (‘Z’, ‘R’), (‘!’, ‘)’), (‘”‘, ‘*’), (‘#’, ‘+’), (‘$’, ‘,’), (‘%’, ‘-‘), (‘&’, ‘.’), (“‘”, ‘/’), (‘(‘, ‘ ‘), (‘)’, ‘!’), (‘*’, ‘”‘), (‘+’, ‘#’), (‘,’, ‘$’), (‘-‘, ‘%’), (‘.’, ‘&’), (‘/’, “‘”), (‘:’, ‘2’), (‘;’, ‘3’), (”, ‘6’), (‘?’, ‘7’), (‘@’, ‘H’), (‘[‘, ‘S’), (‘\\’, ‘T’), (‘]’, ‘U’), (‘^’, ‘V’), (‘_’, ‘W’), (‘`’, ‘h’), (‘{‘, ‘s’), (‘|’, ‘t’), (‘}’, ‘u’), (‘~’, ‘v’), (‘ ‘, ‘(‘)]

9; 09; 94;

[(‘0’, ‘9’), (‘1’, ‘8’), (‘2’, ‘;’), (‘3’, ‘:’), (‘4’, ‘=’), (‘5’, ”), (‘8’, ‘1’), (‘9’, ‘0’), (‘a’, ‘h’), (‘b’, ‘k’), (‘c’, ‘j’), (‘d’, ‘m’), (‘e’, ‘l’), (‘f’, ‘o’), (‘g’, ‘n’), (‘h’, ‘a’), (‘i’, ‘`’), (‘j’, ‘c’), (‘k’, ‘b’), (‘l’, ‘e’), (‘m’, ‘d’), (‘n’, ‘g’), (‘o’, ‘f’), (‘p’, ‘y’), (‘q’, ‘x’), (‘r’, ‘{‘), (‘s’, ‘z’), (‘t’, ‘}’), (‘u’, ‘|’), (‘w’, ‘~’), (‘x’, ‘q’), (‘y’, ‘p’), (‘z’, ‘s’), (‘A’, ‘H’), (‘B’, ‘K’), (‘C’, ‘J’), (‘D’, ‘M’), (‘E’, ‘L’), (‘F’, ‘O’), (‘G’, ‘N’), (‘H’, ‘A’), (‘I’, ‘@’), (‘J’, ‘C’), (‘K’, ‘B’), (‘L’, ‘E’), (‘M’, ‘D’), (‘N’, ‘G’), (‘O’, ‘F’), (‘P’, ‘Y’), (‘Q’, ‘X’), (‘R’, ‘[‘), (‘S’, ‘Z’), (‘T’, ‘]’), (‘U’, ‘\\’), (‘V’, ‘_’), (‘W’, ‘^’), (‘X’, ‘Q’), (‘Y’, ‘P’), (‘Z’, ‘S’), (‘!’, ‘(‘), (‘”‘, ‘+’), (‘#’, ‘*’), (‘$’, ‘-‘), (‘%’, ‘,’), (‘&’, ‘/’), (“‘”, ‘.’), (‘(‘, ‘!’), (‘)’, ‘ ‘), (‘*’, ‘#’), (‘+’, ‘”‘), (‘,’, ‘%’), (‘-‘, ‘$’), (‘.’, “‘”), (‘/’, ‘&’), (‘:’, ‘3’), (‘;’, ‘2’), (”, ‘7’), (‘?’, ‘6’), (‘@’, ‘I’), (‘[‘, ‘R’), (‘\\’, ‘U’), (‘]’, ‘T’), (‘^’, ‘W’), (‘_’, ‘V’), (‘`’, ‘i’), (‘{‘, ‘r’), (‘|’, ‘u’), (‘}’, ‘t’), (‘~’, ‘w’), (‘ ‘, ‘)’)]
10; 0a; 94;

[(‘0’, ‘:’), (‘1’, ‘;’), (‘2’, ‘8’), (‘3’, ‘9’), (‘4’, ‘>’), (‘5’, ‘?’), (‘6’, ‘<'), ('7', '='), ('8', '2'), ('9', '3'), ('a', 'k'), ('b', 'h'), ('c', 'i'), ('d', 'n'), ('e', 'o'), ('f', 'l'), ('g', 'm'), ('h', 'b'), ('i', 'c'), ('j', '`'), ('k', 'a'), ('l', 'f'), ('m', 'g'), ('n', 'd'), ('o', 'e'), ('p', 'z'), ('q', '{'), ('r', 'x'), ('s', 'y'), ('t', '~'), ('v', '|'), ('w', '}'), ('x', 'r'), ('y', 's'), ('z', 'p'), ('A', 'K'), ('B', 'H'), ('C', 'I'), ('D', 'N'), ('E', 'O'), ('F', 'L'), ('G', 'M'), ('H', 'B'), ('I', 'C'), ('J', '@'), ('K', 'A'), ('L', 'F'), ('M', 'G'), ('N', 'D'), ('O', 'E'), ('P', 'Z'), ('Q', '['), ('R', 'X'), ('S', 'Y'), ('T', '^'), ('U', '_'), ('V', '\\'), ('W', ']'), ('X', 'R'), ('Y', 'S'), ('Z', 'P'), ('!', '+'), ('"', '('), ('#', ')'), ('$', '.'), ('%', '/'), ('&', ','), ("'", '-'), ('(', '"'), (')', '#'), ('*', ' '), ('+', '!'), (',', '&'), ('-', "'"), ('.', '$'), ('/', '%'), (':', '0'), (';', '1'), ('’, ‘4’), (‘?’, ‘5’), (‘@’, ‘J’), (‘[‘, ‘Q’), (‘\\’, ‘V’), (‘]’, ‘W’), (‘^’, ‘T’), (‘_’, ‘U’), (‘`’, ‘j’), (‘{‘, ‘q’), (‘|’, ‘v’), (‘}’, ‘w’), (‘~’, ‘t’), (‘ ‘, ‘*’)]
11; 0b; 94;
&#11;
[(‘0’, ‘;’), (‘1’, ‘:’), (‘2’, ‘9’), (‘3’, ‘8’), (‘4’, ‘?’), (‘5’, ‘>’), (‘6’, ‘=’), (‘7’, ‘<'), ('8', '3'), ('9', '2'), ('a', 'j'), ('b', 'i'), ('c', 'h'), ('d', 'o'), ('e', 'n'), ('f', 'm'), ('g', 'l'), ('h', 'c'), ('i', 'b'), ('j', 'a'), ('k', '`'), ('l', 'g'), ('m', 'f'), ('n', 'e'), ('o', 'd'), ('p', '{'), ('q', 'z'), ('r', 'y'), ('s', 'x'), ('u', '~'), ('v', '}'), ('w', '|'), ('x', 's'), ('y', 'r'), ('z', 'q'), ('A', 'J'), ('B', 'I'), ('C', 'H'), ('D', 'O'), ('E', 'N'), ('F', 'M'), ('G', 'L'), ('H', 'C'), ('I', 'B'), ('J', 'A'), ('K', '@'), ('L', 'G'), ('M', 'F'), ('N', 'E'), ('O', 'D'), ('P', '['), ('Q', 'Z'), ('R', 'Y'), ('S', 'X'), ('T', '_'), ('U', '^'), ('V', ']'), ('W', '\\'), ('X', 'S'), ('Y', 'R'), ('Z', 'Q'), ('!', '*'), ('"', ')'), ('#', '('), ('$', '/'), ('%', '.'), ('&', '-'), ("'", ','), ('(', '#'), (')', '"'), ('*', '!'), ('+', ' '), (',', "'"), ('-', '&'), ('.', '%'), ('/', '$'), (':', '1'), (';', '0'), ('’, ‘5’), (‘?’, ‘4’), (‘@’, ‘K’), (‘[‘, ‘P’), (‘\\’, ‘W’), (‘]’, ‘V’), (‘^’, ‘U’), (‘_’, ‘T’), (‘`’, ‘k’), (‘{‘, ‘p’), (‘|’, ‘w’), (‘}’, ‘v’), (‘~’, ‘u’), (‘ ‘, ‘+’)]
12; 0c; 94;
&#12;
[(‘0’, ”), (‘3’, ‘?’), (‘4’, ‘8’), (‘5’, ‘9’), (‘6’, ‘:’), (‘7’, ‘;’), (‘8’, ‘4’), (‘9’, ‘5’), (‘a’, ‘m’), (‘b’, ‘n’), (‘c’, ‘o’), (‘d’, ‘h’), (‘e’, ‘i’), (‘f’, ‘j’), (‘g’, ‘k’), (‘h’, ‘d’), (‘i’, ‘e’), (‘j’, ‘f’), (‘k’, ‘g’), (‘l’, ‘`’), (‘m’, ‘a’), (‘n’, ‘b’), (‘o’, ‘c’), (‘p’, ‘|’), (‘q’, ‘}’), (‘r’, ‘~’), (‘t’, ‘x’), (‘u’, ‘y’), (‘v’, ‘z’), (‘w’, ‘{‘), (‘x’, ‘t’), (‘y’, ‘u’), (‘z’, ‘v’), (‘A’, ‘M’), (‘B’, ‘N’), (‘C’, ‘O’), (‘D’, ‘H’), (‘E’, ‘I’), (‘F’, ‘J’), (‘G’, ‘K’), (‘H’, ‘D’), (‘I’, ‘E’), (‘J’, ‘F’), (‘K’, ‘G’), (‘L’, ‘@’), (‘M’, ‘A’), (‘N’, ‘B’), (‘O’, ‘C’), (‘P’, ‘\\’), (‘Q’, ‘]’), (‘R’, ‘^’), (‘S’, ‘_’), (‘T’, ‘X’), (‘U’, ‘Y’), (‘V’, ‘Z’), (‘W’, ‘[‘), (‘X’, ‘T’), (‘Y’, ‘U’), (‘Z’, ‘V’), (‘!’, ‘-‘), (‘”‘, ‘.’), (‘#’, ‘/’), (‘$’, ‘(‘), (‘%’, ‘)’), (‘&’, ‘*’), (“‘”, ‘+’), (‘(‘, ‘$’), (‘)’, ‘%’), (‘*’, ‘&’), (‘+’, “‘”), (‘,’, ‘ ‘), (‘-‘, ‘!’), (‘.’, ‘”‘), (‘/’, ‘#’), (‘:’, ‘6’), (‘;’, ‘7’), (”, ‘2’), (‘?’, ‘3’), (‘@’, ‘L’), (‘[‘, ‘W’), (‘\\’, ‘P’), (‘]’, ‘Q’), (‘^’, ‘R’), (‘_’, ‘S’), (‘`’, ‘l’), (‘{‘, ‘w’), (‘|’, ‘p’), (‘}’, ‘q’), (‘~’, ‘r’), (‘ ‘, ‘,’)]
13; 0d; 94;

[(‘0’, ‘=’), (‘1’, ”), (‘4’, ‘9’), (‘5’, ‘8’), (‘6’, ‘;’), (‘7’, ‘:’), (‘8’, ‘5’), (‘9’, ‘4’), (‘a’, ‘l’), (‘b’, ‘o’), (‘c’, ‘n’), (‘d’, ‘i’), (‘e’, ‘h’), (‘f’, ‘k’), (‘g’, ‘j’), (‘h’, ‘e’), (‘i’, ‘d’), (‘j’, ‘g’), (‘k’, ‘f’), (‘l’, ‘a’), (‘m’, ‘`’), (‘n’, ‘c’), (‘o’, ‘b’), (‘p’, ‘}’), (‘q’, ‘|’), (‘s’, ‘~’), (‘t’, ‘y’), (‘u’, ‘x’), (‘v’, ‘{‘), (‘w’, ‘z’), (‘x’, ‘u’), (‘y’, ‘t’), (‘z’, ‘w’), (‘A’, ‘L’), (‘B’, ‘O’), (‘C’, ‘N’), (‘D’, ‘I’), (‘E’, ‘H’), (‘F’, ‘K’), (‘G’, ‘J’), (‘H’, ‘E’), (‘I’, ‘D’), (‘J’, ‘G’), (‘K’, ‘F’), (‘L’, ‘A’), (‘M’, ‘@’), (‘N’, ‘C’), (‘O’, ‘B’), (‘P’, ‘]’), (‘Q’, ‘\\’), (‘R’, ‘_’), (‘S’, ‘^’), (‘T’, ‘Y’), (‘U’, ‘X’), (‘V’, ‘[‘), (‘W’, ‘Z’), (‘X’, ‘U’), (‘Y’, ‘T’), (‘Z’, ‘W’), (‘!’, ‘,’), (‘”‘, ‘/’), (‘#’, ‘.’), (‘$’, ‘)’), (‘%’, ‘(‘), (‘&’, ‘+’), (“‘”, ‘*’), (‘(‘, ‘%’), (‘)’, ‘$’), (‘*’, “‘”), (‘+’, ‘&’), (‘,’, ‘!’), (‘-‘, ‘ ‘), (‘.’, ‘#’), (‘/’, ‘”‘), (‘:’, ‘7’), (‘;’, ‘6’), (”, ‘3’), (‘?’, ‘2’), (‘@’, ‘M’), (‘[‘, ‘V’), (‘\\’, ‘Q’), (‘]’, ‘P’), (‘^’, ‘S’), (‘_’, ‘R’), (‘`’, ‘m’), (‘{‘, ‘v’), (‘|’, ‘q’), (‘}’, ‘p’), (‘~’, ‘s’), (‘ ‘, ‘-‘)]
14; 0e; 94;

[(‘0’, ‘>’), (‘1’, ‘?’), (‘2’, ‘<'), ('3', '='), ('4', ':'), ('5', ';'), ('6', '8'), ('7', '9'), ('8', '6'), ('9', '7'), ('a', 'o'), ('b', 'l'), ('c', 'm'), ('d', 'j'), ('e', 'k'), ('f', 'h'), ('g', 'i'), ('h', 'f'), ('i', 'g'), ('j', 'd'), ('k', 'e'), ('l', 'b'), ('m', 'c'), ('n', '`'), ('o', 'a'), ('p', '~'), ('r', '|'), ('s', '}'), ('t', 'z'), ('u', '{'), ('v', 'x'), ('w', 'y'), ('x', 'v'), ('y', 'w'), ('z', 't'), ('A', 'O'), ('B', 'L'), ('C', 'M'), ('D', 'J'), ('E', 'K'), ('F', 'H'), ('G', 'I'), ('H', 'F'), ('I', 'G'), ('J', 'D'), ('K', 'E'), ('L', 'B'), ('M', 'C'), ('N', '@'), ('O', 'A'), ('P', '^'), ('Q', '_'), ('R', '\\'), ('S', ']'), ('T', 'Z'), ('U', '['), ('V', 'X'), ('W', 'Y'), ('X', 'V'), ('Y', 'W'), ('Z', 'T'), ('!', '/'), ('"', ','), ('#', '-'), ('$', '*'), ('%', '+'), ('&', '('), ("'", ')'), ('(', '&'), (')', "'"), ('*', '$'), ('+', '%'), (',', '"'), ('-', '#'), ('.', ' '), ('/', '!'), (':', '4'), (';', '5'), ('’, ‘0’), (‘?’, ‘1’), (‘@’, ‘N’), (‘[‘, ‘U’), (‘\\’, ‘R’), (‘]’, ‘S’), (‘^’, ‘P’), (‘_’, ‘Q’), (‘`’, ‘n’), (‘{‘, ‘u’), (‘|’, ‘r’), (‘}’, ‘s’), (‘~’, ‘p’), (‘ ‘, ‘.’)]

15; 0f; 94;

[(‘0’, ‘?’), (‘1’, ‘>’), (‘2’, ‘=’), (‘3’, ‘<'), ('4', ';'), ('5', ':'), ('6', '9'), ('7', '8'), ('8', '7'), ('9', '6'), ('a', 'n'), ('b', 'm'), ('c', 'l'), ('d', 'k'), ('e', 'j'), ('f', 'i'), ('g', 'h'), ('h', 'g'), ('i', 'f'), ('j', 'e'), ('k', 'd'), ('l', 'c'), ('m', 'b'), ('n', 'a'), ('o', '`'), ('q', '~'), ('r', '}'), ('s', '|'), ('t', '{'), ('u', 'z'), ('v', 'y'), ('w', 'x'), ('x', 'w'), ('y', 'v'), ('z', 'u'), ('A', 'N'), ('B', 'M'), ('C', 'L'), ('D', 'K'), ('E', 'J'), ('F', 'I'), ('G', 'H'), ('H', 'G'), ('I', 'F'), ('J', 'E'), ('K', 'D'), ('L', 'C'), ('M', 'B'), ('N', 'A'), ('O', '@'), ('P', '_'), ('Q', '^'), ('R', ']'), ('S', '\\'), ('T', '['), ('U', 'Z'), ('V', 'Y'), ('W', 'X'), ('X', 'W'), ('Y', 'V'), ('Z', 'U'), ('!', '.'), ('"', '-'), ('#', ','), ('$', '+'), ('%', '*'), ('&', ')'), ("'", '('), ('(', "'"), (')', '&'), ('*', '%'), ('+', '$'), (',', '#'), ('-', '"'), ('.', '!'), ('/', ' '), (':', '5'), (';', '4'), ('’, ‘1’), (‘?’, ‘0’), (‘@’, ‘O’), (‘[‘, ‘T’), (‘\\’, ‘S’), (‘]’, ‘R’), (‘^’, ‘Q’), (‘_’, ‘P’), (‘`’, ‘o’), (‘{‘, ‘t’), (‘|’, ‘s’), (‘}’, ‘r’), (‘~’, ‘q’), (‘ ‘, ‘/’)]

16; 10; 94;

[(‘0’, ‘ ‘), (‘1’, ‘!’), (‘2’, ‘”‘), (‘3’, ‘#’), (‘4’, ‘$’), (‘5’, ‘%’), (‘6’, ‘&’), (‘7’, “‘”), (‘8’, ‘(‘), (‘9’, ‘)’), (‘a’, ‘q’), (‘b’, ‘r’), (‘c’, ‘s’), (‘d’, ‘t’), (‘e’, ‘u’), (‘f’, ‘v’), (‘g’, ‘w’), (‘h’, ‘x’), (‘i’, ‘y’), (‘j’, ‘z’), (‘k’, ‘{‘), (‘l’, ‘|’), (‘m’, ‘}’), (‘n’, ‘~’), (‘p’, ‘`’), (‘q’, ‘a’), (‘r’, ‘b’), (‘s’, ‘c’), (‘t’, ‘d’), (‘u’, ‘e’), (‘v’, ‘f’), (‘w’, ‘g’), (‘x’, ‘h’), (‘y’, ‘i’), (‘z’, ‘j’), (‘A’, ‘Q’), (‘B’, ‘R’), (‘C’, ‘S’), (‘D’, ‘T’), (‘E’, ‘U’), (‘F’, ‘V’), (‘G’, ‘W’), (‘H’, ‘X’), (‘I’, ‘Y’), (‘J’, ‘Z’), (‘K’, ‘[‘), (‘L’, ‘\\’), (‘M’, ‘]’), (‘N’, ‘^’), (‘O’, ‘_’), (‘P’, ‘@’), (‘Q’, ‘A’), (‘R’, ‘B’), (‘S’, ‘C’), (‘T’, ‘D’), (‘U’, ‘E’), (‘V’, ‘F’), (‘W’, ‘G’), (‘X’, ‘H’), (‘Y’, ‘I’), (‘Z’, ‘J’), (‘!’, ‘1’), (‘”‘, ‘2’), (‘#’, ‘3’), (‘$’, ‘4’), (‘%’, ‘5’), (‘&’, ‘6’), (“‘”, ‘7’), (‘(‘, ‘8’), (‘)’, ‘9’), (‘*’, ‘:’), (‘+’, ‘;’), (‘,’, ”), (‘/’, ‘?’), (‘:’, ‘*’), (‘;’, ‘+’), (”, ‘.’), (‘?’, ‘/’), (‘@’, ‘P’), (‘[‘, ‘K’), (‘\\’, ‘L’), (‘]’, ‘M’), (‘^’, ‘N’), (‘_’, ‘O’), (‘`’, ‘p’), (‘{‘, ‘k’), (‘|’, ‘l’), (‘}’, ‘m’), (‘~’, ‘n’), (‘ ‘, ‘0’)]

17; 11; 94;

[(‘0’, ‘!’), (‘1’, ‘ ‘), (‘2’, ‘#’), (‘3’, ‘”‘), (‘4’, ‘%’), (‘5’, ‘$’), (‘6’, “‘”), (‘7’, ‘&’), (‘8’, ‘)’), (‘9’, ‘(‘), (‘a’, ‘p’), (‘b’, ‘s’), (‘c’, ‘r’), (‘d’, ‘u’), (‘e’, ‘t’), (‘f’, ‘w’), (‘g’, ‘v’), (‘h’, ‘y’), (‘i’, ‘x’), (‘j’, ‘{‘), (‘k’, ‘z’), (‘l’, ‘}’), (‘m’, ‘|’), (‘o’, ‘~’), (‘p’, ‘a’), (‘q’, ‘`’), (‘r’, ‘c’), (‘s’, ‘b’), (‘t’, ‘e’), (‘u’, ‘d’), (‘v’, ‘g’), (‘w’, ‘f’), (‘x’, ‘i’), (‘y’, ‘h’), (‘z’, ‘k’), (‘A’, ‘P’), (‘B’, ‘S’), (‘C’, ‘R’), (‘D’, ‘U’), (‘E’, ‘T’), (‘F’, ‘W’), (‘G’, ‘V’), (‘H’, ‘Y’), (‘I’, ‘X’), (‘J’, ‘[‘), (‘K’, ‘Z’), (‘L’, ‘]’), (‘M’, ‘\\’), (‘N’, ‘_’), (‘O’, ‘^’), (‘P’, ‘A’), (‘Q’, ‘@’), (‘R’, ‘C’), (‘S’, ‘B’), (‘T’, ‘E’), (‘U’, ‘D’), (‘V’, ‘G’), (‘W’, ‘F’), (‘X’, ‘I’), (‘Y’, ‘H’), (‘Z’, ‘K’), (‘!’, ‘0’), (‘”‘, ‘3’), (‘#’, ‘2’), (‘$’, ‘5’), (‘%’, ‘4’), (‘&’, ‘7’), (“‘”, ‘6’), (‘(‘, ‘9’), (‘)’, ‘8’), (‘*’, ‘;’), (‘+’, ‘:’), (‘,’, ‘=’), (‘-‘, ”), (‘:’, ‘+’), (‘;’, ‘*’), (”, ‘/’), (‘?’, ‘.’), (‘@’, ‘Q’), (‘[‘, ‘J’), (‘\\’, ‘M’), (‘]’, ‘L’), (‘^’, ‘O’), (‘_’, ‘N’), (‘`’, ‘q’), (‘{‘, ‘j’), (‘|’, ‘m’), (‘}’, ‘l’), (‘~’, ‘o’), (‘ ‘, ‘1’)]

18; 12; 94;

[(‘0’, ‘”‘), (‘1’, ‘#’), (‘2’, ‘ ‘), (‘3’, ‘!’), (‘4’, ‘&’), (‘5’, “‘”), (‘6’, ‘$’), (‘7’, ‘%’), (‘8’, ‘*’), (‘9’, ‘+’), (‘a’, ‘s’), (‘b’, ‘p’), (‘c’, ‘q’), (‘d’, ‘v’), (‘e’, ‘w’), (‘f’, ‘t’), (‘g’, ‘u’), (‘h’, ‘z’), (‘i’, ‘{‘), (‘j’, ‘x’), (‘k’, ‘y’), (‘l’, ‘~’), (‘n’, ‘|’), (‘o’, ‘}’), (‘p’, ‘b’), (‘q’, ‘c’), (‘r’, ‘`’), (‘s’, ‘a’), (‘t’, ‘f’), (‘u’, ‘g’), (‘v’, ‘d’), (‘w’, ‘e’), (‘x’, ‘j’), (‘y’, ‘k’), (‘z’, ‘h’), (‘A’, ‘S’), (‘B’, ‘P’), (‘C’, ‘Q’), (‘D’, ‘V’), (‘E’, ‘W’), (‘F’, ‘T’), (‘G’, ‘U’), (‘H’, ‘Z’), (‘I’, ‘[‘), (‘J’, ‘X’), (‘K’, ‘Y’), (‘L’, ‘^’), (‘M’, ‘_’), (‘N’, ‘\\’), (‘O’, ‘]’), (‘P’, ‘B’), (‘Q’, ‘C’), (‘R’, ‘@’), (‘S’, ‘A’), (‘T’, ‘F’), (‘U’, ‘G’), (‘V’, ‘D’), (‘W’, ‘E’), (‘X’, ‘J’), (‘Y’, ‘K’), (‘Z’, ‘H’), (‘!’, ‘3’), (‘”‘, ‘0’), (‘#’, ‘1’), (‘$’, ‘6’), (‘%’, ‘7’), (‘&’, ‘4’), (“‘”, ‘5’), (‘(‘, ‘:’), (‘)’, ‘;’), (‘*’, ‘8’), (‘+’, ‘9’), (‘,’, ‘>’), (‘-‘, ‘?’), (‘.’, ‘<'), ('/', '='), (':', '('), (';', ')'), ('’, ‘,’), (‘?’, ‘-‘), (‘@’, ‘R’), (‘[‘, ‘I’), (‘\\’, ‘N’), (‘]’, ‘O’), (‘^’, ‘L’), (‘_’, ‘M’), (‘`’, ‘r’), (‘{‘, ‘i’), (‘|’, ‘n’), (‘}’, ‘o’), (‘~’, ‘l’), (‘ ‘, ‘2’)]

19; 13; 94;

[(‘0’, ‘#’), (‘1’, ‘”‘), (‘2’, ‘!’), (‘3’, ‘ ‘), (‘4’, “‘”), (‘5’, ‘&’), (‘6’, ‘%’), (‘7’, ‘$’), (‘8’, ‘+’), (‘9’, ‘*’), (‘a’, ‘r’), (‘b’, ‘q’), (‘c’, ‘p’), (‘d’, ‘w’), (‘e’, ‘v’), (‘f’, ‘u’), (‘g’, ‘t’), (‘h’, ‘{‘), (‘i’, ‘z’), (‘j’, ‘y’), (‘k’, ‘x’), (‘m’, ‘~’), (‘n’, ‘}’), (‘o’, ‘|’), (‘p’, ‘c’), (‘q’, ‘b’), (‘r’, ‘a’), (‘s’, ‘`’), (‘t’, ‘g’), (‘u’, ‘f’), (‘v’, ‘e’), (‘w’, ‘d’), (‘x’, ‘k’), (‘y’, ‘j’), (‘z’, ‘i’), (‘A’, ‘R’), (‘B’, ‘Q’), (‘C’, ‘P’), (‘D’, ‘W’), (‘E’, ‘V’), (‘F’, ‘U’), (‘G’, ‘T’), (‘H’, ‘[‘), (‘I’, ‘Z’), (‘J’, ‘Y’), (‘K’, ‘X’), (‘L’, ‘_’), (‘M’, ‘^’), (‘N’, ‘]’), (‘O’, ‘\\’), (‘P’, ‘C’), (‘Q’, ‘B’), (‘R’, ‘A’), (‘S’, ‘@’), (‘T’, ‘G’), (‘U’, ‘F’), (‘V’, ‘E’), (‘W’, ‘D’), (‘X’, ‘K’), (‘Y’, ‘J’), (‘Z’, ‘I’), (‘!’, ‘2’), (‘”‘, ‘1’), (‘#’, ‘0’), (‘$’, ‘7’), (‘%’, ‘6’), (‘&’, ‘5’), (“‘”, ‘4’), (‘(‘, ‘;’), (‘)’, ‘:’), (‘*’, ‘9’), (‘+’, ‘8’), (‘,’, ‘?’), (‘-‘, ‘>’), (‘.’, ‘=’), (‘/’, ‘<'), (':', ')'), (';', '('), ('’, ‘-‘), (‘?’, ‘,’), (‘@’, ‘S’), (‘[‘, ‘H’), (‘\\’, ‘O’), (‘]’, ‘N’), (‘^’, ‘M’), (‘_’, ‘L’), (‘`’, ‘s’), (‘{‘, ‘h’), (‘|’, ‘o’), (‘}’, ‘n’), (‘~’, ‘m’), (‘ ‘, ‘3’)]

20; 14; 94;

[(‘0’, ‘$’), (‘1’, ‘%’), (‘2’, ‘&’), (‘3’, “‘”), (‘4’, ‘ ‘), (‘5’, ‘!’), (‘6’, ‘”‘), (‘7’, ‘#’), (‘8’, ‘,’), (‘9’, ‘-‘), (‘a’, ‘u’), (‘b’, ‘v’), (‘c’, ‘w’), (‘d’, ‘p’), (‘e’, ‘q’), (‘f’, ‘r’), (‘g’, ‘s’), (‘h’, ‘|’), (‘i’, ‘}’), (‘j’, ‘~’), (‘l’, ‘x’), (‘m’, ‘y’), (‘n’, ‘z’), (‘o’, ‘{‘), (‘p’, ‘d’), (‘q’, ‘e’), (‘r’, ‘f’), (‘s’, ‘g’), (‘t’, ‘`’), (‘u’, ‘a’), (‘v’, ‘b’), (‘w’, ‘c’), (‘x’, ‘l’), (‘y’, ‘m’), (‘z’, ‘n’), (‘A’, ‘U’), (‘B’, ‘V’), (‘C’, ‘W’), (‘D’, ‘P’), (‘E’, ‘Q’), (‘F’, ‘R’), (‘G’, ‘S’), (‘H’, ‘\\’), (‘I’, ‘]’), (‘J’, ‘^’), (‘K’, ‘_’), (‘L’, ‘X’), (‘M’, ‘Y’), (‘N’, ‘Z’), (‘O’, ‘[‘), (‘P’, ‘D’), (‘Q’, ‘E’), (‘R’, ‘F’), (‘S’, ‘G’), (‘T’, ‘@’), (‘U’, ‘A’), (‘V’, ‘B’), (‘W’, ‘C’), (‘X’, ‘L’), (‘Y’, ‘M’), (‘Z’, ‘N’), (‘!’, ‘5’), (‘”‘, ‘6’), (‘#’, ‘7’), (‘$’, ‘0’), (‘%’, ‘1’), (‘&’, ‘2’), (“‘”, ‘3’), (‘(‘, ”), (‘+’, ‘?’), (‘,’, ‘8’), (‘-‘, ‘9’), (‘.’, ‘:’), (‘/’, ‘;’), (‘:’, ‘.’), (‘;’, ‘/’), (”, ‘*’), (‘?’, ‘+’), (‘@’, ‘T’), (‘[‘, ‘O’), (‘\\’, ‘H’), (‘]’, ‘I’), (‘^’, ‘J’), (‘_’, ‘K’), (‘`’, ‘t’), (‘{‘, ‘o’), (‘|’, ‘h’), (‘}’, ‘i’), (‘~’, ‘j’), (‘ ‘, ‘4’)]

21; 15; 94;

[(‘0’, ‘%’), (‘1’, ‘$’), (‘2’, “‘”), (‘3’, ‘&’), (‘4’, ‘!’), (‘5’, ‘ ‘), (‘6’, ‘#’), (‘7’, ‘”‘), (‘8’, ‘-‘), (‘9’, ‘,’), (‘a’, ‘t’), (‘b’, ‘w’), (‘c’, ‘v’), (‘d’, ‘q’), (‘e’, ‘p’), (‘f’, ‘s’), (‘g’, ‘r’), (‘h’, ‘}’), (‘i’, ‘|’), (‘k’, ‘~’), (‘l’, ‘y’), (‘m’, ‘x’), (‘n’, ‘{‘), (‘o’, ‘z’), (‘p’, ‘e’), (‘q’, ‘d’), (‘r’, ‘g’), (‘s’, ‘f’), (‘t’, ‘a’), (‘u’, ‘`’), (‘v’, ‘c’), (‘w’, ‘b’), (‘x’, ‘m’), (‘y’, ‘l’), (‘z’, ‘o’), (‘A’, ‘T’), (‘B’, ‘W’), (‘C’, ‘V’), (‘D’, ‘Q’), (‘E’, ‘P’), (‘F’, ‘S’), (‘G’, ‘R’), (‘H’, ‘]’), (‘I’, ‘\\’), (‘J’, ‘_’), (‘K’, ‘^’), (‘L’, ‘Y’), (‘M’, ‘X’), (‘N’, ‘[‘), (‘O’, ‘Z’), (‘P’, ‘E’), (‘Q’, ‘D’), (‘R’, ‘G’), (‘S’, ‘F’), (‘T’, ‘A’), (‘U’, ‘@’), (‘V’, ‘C’), (‘W’, ‘B’), (‘X’, ‘M’), (‘Y’, ‘L’), (‘Z’, ‘O’), (‘!’, ‘4’), (‘”‘, ‘7’), (‘#’, ‘6’), (‘$’, ‘1’), (‘%’, ‘0’), (‘&’, ‘3’), (“‘”, ‘2’), (‘(‘, ‘=’), (‘)’, ”), (‘,’, ‘9’), (‘-‘, ‘8’), (‘.’, ‘;’), (‘/’, ‘:’), (‘:’, ‘/’), (‘;’, ‘.’), (”, ‘+’), (‘?’, ‘*’), (‘@’, ‘U’), (‘[‘, ‘N’), (‘\\’, ‘I’), (‘]’, ‘H’), (‘^’, ‘K’), (‘_’, ‘J’), (‘`’, ‘u’), (‘{‘, ‘n’), (‘|’, ‘i’), (‘}’, ‘h’), (‘~’, ‘k’), (‘ ‘, ‘5’)]

22; 16; 94;

[(‘0’, ‘&’), (‘1’, “‘”), (‘2’, ‘$’), (‘3’, ‘%’), (‘4’, ‘”‘), (‘5’, ‘#’), (‘6’, ‘ ‘), (‘7’, ‘!’), (‘8’, ‘.’), (‘9’, ‘/’), (‘a’, ‘w’), (‘b’, ‘t’), (‘c’, ‘u’), (‘d’, ‘r’), (‘e’, ‘s’), (‘f’, ‘p’), (‘g’, ‘q’), (‘h’, ‘~’), (‘j’, ‘|’), (‘k’, ‘}’), (‘l’, ‘z’), (‘m’, ‘{‘), (‘n’, ‘x’), (‘o’, ‘y’), (‘p’, ‘f’), (‘q’, ‘g’), (‘r’, ‘d’), (‘s’, ‘e’), (‘t’, ‘b’), (‘u’, ‘c’), (‘v’, ‘`’), (‘w’, ‘a’), (‘x’, ‘n’), (‘y’, ‘o’), (‘z’, ‘l’), (‘A’, ‘W’), (‘B’, ‘T’), (‘C’, ‘U’), (‘D’, ‘R’), (‘E’, ‘S’), (‘F’, ‘P’), (‘G’, ‘Q’), (‘H’, ‘^’), (‘I’, ‘_’), (‘J’, ‘\\’), (‘K’, ‘]’), (‘L’, ‘Z’), (‘M’, ‘[‘), (‘N’, ‘X’), (‘O’, ‘Y’), (‘P’, ‘F’), (‘Q’, ‘G’), (‘R’, ‘D’), (‘S’, ‘E’), (‘T’, ‘B’), (‘U’, ‘C’), (‘V’, ‘@’), (‘W’, ‘A’), (‘X’, ‘N’), (‘Y’, ‘O’), (‘Z’, ‘L’), (‘!’, ‘7’), (‘”‘, ‘4’), (‘#’, ‘5’), (‘$’, ‘2’), (‘%’, ‘3’), (‘&’, ‘0’), (“‘”, ‘1’), (‘(‘, ‘>’), (‘)’, ‘?’), (‘*’, ‘<'), ('+', '='), (',', ':'), ('-', ';'), ('.', '8'), ('/', '9'), (':', ','), (';', '-'), ('’, ‘(‘), (‘?’, ‘)’), (‘@’, ‘V’), (‘[‘, ‘M’), (‘\\’, ‘J’), (‘]’, ‘K’), (‘^’, ‘H’), (‘_’, ‘I’), (‘`’, ‘v’), (‘{‘, ‘m’), (‘|’, ‘j’), (‘}’, ‘k’), (‘~’, ‘h’), (‘ ‘, ‘6’)]

23; 17; 94;

[(‘0’, “‘”), (‘1’, ‘&’), (‘2’, ‘%’), (‘3’, ‘$’), (‘4’, ‘#’), (‘5’, ‘”‘), (‘6’, ‘!’), (‘7’, ‘ ‘), (‘8’, ‘/’), (‘9’, ‘.’), (‘a’, ‘v’), (‘b’, ‘u’), (‘c’, ‘t’), (‘d’, ‘s’), (‘e’, ‘r’), (‘f’, ‘q’), (‘g’, ‘p’), (‘i’, ‘~’), (‘j’, ‘}’), (‘k’, ‘|’), (‘l’, ‘{‘), (‘m’, ‘z’), (‘n’, ‘y’), (‘o’, ‘x’), (‘p’, ‘g’), (‘q’, ‘f’), (‘r’, ‘e’), (‘s’, ‘d’), (‘t’, ‘c’), (‘u’, ‘b’), (‘v’, ‘a’), (‘w’, ‘`’), (‘x’, ‘o’), (‘y’, ‘n’), (‘z’, ‘m’), (‘A’, ‘V’), (‘B’, ‘U’), (‘C’, ‘T’), (‘D’, ‘S’), (‘E’, ‘R’), (‘F’, ‘Q’), (‘G’, ‘P’), (‘H’, ‘_’), (‘I’, ‘^’), (‘J’, ‘]’), (‘K’, ‘\\’), (‘L’, ‘[‘), (‘M’, ‘Z’), (‘N’, ‘Y’), (‘O’, ‘X’), (‘P’, ‘G’), (‘Q’, ‘F’), (‘R’, ‘E’), (‘S’, ‘D’), (‘T’, ‘C’), (‘U’, ‘B’), (‘V’, ‘A’), (‘W’, ‘@’), (‘X’, ‘O’), (‘Y’, ‘N’), (‘Z’, ‘M’), (‘!’, ‘6’), (‘”‘, ‘5’), (‘#’, ‘4’), (‘$’, ‘3’), (‘%’, ‘2’), (‘&’, ‘1’), (“‘”, ‘0’), (‘(‘, ‘?’), (‘)’, ‘>’), (‘*’, ‘=’), (‘+’, ‘<'), (',', ';'), ('-', ':'), ('.', '9'), ('/', '8'), (':', '-'), (';', ','), ('’, ‘)’), (‘?’, ‘(‘), (‘@’, ‘W’), (‘[‘, ‘L’), (‘\\’, ‘K’), (‘]’, ‘J’), (‘^’, ‘I’), (‘_’, ‘H’), (‘`’, ‘w’), (‘{‘, ‘l’), (‘|’, ‘k’), (‘}’, ‘j’), (‘~’, ‘i’), (‘ ‘, ‘7’)]

24; 18; 94;

[(‘0’, ‘(‘), (‘1’, ‘)’), (‘2’, ‘*’), (‘3’, ‘+’), (‘4’, ‘,’), (‘5’, ‘-‘), (‘6’, ‘.’), (‘7’, ‘/’), (‘8’, ‘ ‘), (‘9’, ‘!’), (‘a’, ‘y’), (‘b’, ‘z’), (‘c’, ‘{‘), (‘d’, ‘|’), (‘e’, ‘}’), (‘f’, ‘~’), (‘h’, ‘p’), (‘i’, ‘q’), (‘j’, ‘r’), (‘k’, ‘s’), (‘l’, ‘t’), (‘m’, ‘u’), (‘n’, ‘v’), (‘o’, ‘w’), (‘p’, ‘h’), (‘q’, ‘i’), (‘r’, ‘j’), (‘s’, ‘k’), (‘t’, ‘l’), (‘u’, ‘m’), (‘v’, ‘n’), (‘w’, ‘o’), (‘x’, ‘`’), (‘y’, ‘a’), (‘z’, ‘b’), (‘A’, ‘Y’), (‘B’, ‘Z’), (‘C’, ‘[‘), (‘D’, ‘\\’), (‘E’, ‘]’), (‘F’, ‘^’), (‘G’, ‘_’), (‘H’, ‘P’), (‘I’, ‘Q’), (‘J’, ‘R’), (‘K’, ‘S’), (‘L’, ‘T’), (‘M’, ‘U’), (‘N’, ‘V’), (‘O’, ‘W’), (‘P’, ‘H’), (‘Q’, ‘I’), (‘R’, ‘J’), (‘S’, ‘K’), (‘T’, ‘L’), (‘U’, ‘M’), (‘V’, ‘N’), (‘W’, ‘O’), (‘X’, ‘@’), (‘Y’, ‘A’), (‘Z’, ‘B’), (‘!’, ‘9’), (‘”‘, ‘:’), (‘#’, ‘;’), (‘$’, ”), (“‘”, ‘?’), (‘(‘, ‘0’), (‘)’, ‘1’), (‘*’, ‘2’), (‘+’, ‘3’), (‘,’, ‘4’), (‘-‘, ‘5’), (‘.’, ‘6’), (‘/’, ‘7’), (‘:’, ‘”‘), (‘;’, ‘#’), (”, ‘&’), (‘?’, “‘”), (‘@’, ‘X’), (‘[‘, ‘C’), (‘\\’, ‘D’), (‘]’, ‘E’), (‘^’, ‘F’), (‘_’, ‘G’), (‘`’, ‘x’), (‘{‘, ‘c’), (‘|’, ‘d’), (‘}’, ‘e’), (‘~’, ‘f’), (‘ ‘, ‘8’)]

25; 19; 94;

[(‘0’, ‘)’), (‘1’, ‘(‘), (‘2’, ‘+’), (‘3’, ‘*’), (‘4’, ‘-‘), (‘5’, ‘,’), (‘6’, ‘/’), (‘7’, ‘.’), (‘8’, ‘!’), (‘9’, ‘ ‘), (‘a’, ‘x’), (‘b’, ‘{‘), (‘c’, ‘z’), (‘d’, ‘}’), (‘e’, ‘|’), (‘g’, ‘~’), (‘h’, ‘q’), (‘i’, ‘p’), (‘j’, ‘s’), (‘k’, ‘r’), (‘l’, ‘u’), (‘m’, ‘t’), (‘n’, ‘w’), (‘o’, ‘v’), (‘p’, ‘i’), (‘q’, ‘h’), (‘r’, ‘k’), (‘s’, ‘j’), (‘t’, ‘m’), (‘u’, ‘l’), (‘v’, ‘o’), (‘w’, ‘n’), (‘x’, ‘a’), (‘y’, ‘`’), (‘z’, ‘c’), (‘A’, ‘X’), (‘B’, ‘[‘), (‘C’, ‘Z’), (‘D’, ‘]’), (‘E’, ‘\\’), (‘F’, ‘_’), (‘G’, ‘^’), (‘H’, ‘Q’), (‘I’, ‘P’), (‘J’, ‘S’), (‘K’, ‘R’), (‘L’, ‘U’), (‘M’, ‘T’), (‘N’, ‘W’), (‘O’, ‘V’), (‘P’, ‘I’), (‘Q’, ‘H’), (‘R’, ‘K’), (‘S’, ‘J’), (‘T’, ‘M’), (‘U’, ‘L’), (‘V’, ‘O’), (‘W’, ‘N’), (‘X’, ‘A’), (‘Y’, ‘@’), (‘Z’, ‘C’), (‘!’, ‘8’), (‘”‘, ‘;’), (‘#’, ‘:’), (‘$’, ‘=’), (‘%’, ”), (‘(‘, ‘1’), (‘)’, ‘0’), (‘*’, ‘3’), (‘+’, ‘2’), (‘,’, ‘5’), (‘-‘, ‘4’), (‘.’, ‘7’), (‘/’, ‘6’), (‘:’, ‘#’), (‘;’, ‘”‘), (”, “‘”), (‘?’, ‘&’), (‘@’, ‘Y’), (‘[‘, ‘B’), (‘\\’, ‘E’), (‘]’, ‘D’), (‘^’, ‘G’), (‘_’, ‘F’), (‘`’, ‘y’), (‘{‘, ‘b’), (‘|’, ‘e’), (‘}’, ‘d’), (‘~’, ‘g’), (‘ ‘, ‘9’)]

26; 1a; 94;

[(‘0’, ‘*’), (‘1’, ‘+’), (‘2’, ‘(‘), (‘3’, ‘)’), (‘4’, ‘.’), (‘5’, ‘/’), (‘6’, ‘,’), (‘7’, ‘-‘), (‘8’, ‘”‘), (‘9’, ‘#’), (‘a’, ‘{‘), (‘b’, ‘x’), (‘c’, ‘y’), (‘d’, ‘~’), (‘f’, ‘|’), (‘g’, ‘}’), (‘h’, ‘r’), (‘i’, ‘s’), (‘j’, ‘p’), (‘k’, ‘q’), (‘l’, ‘v’), (‘m’, ‘w’), (‘n’, ‘t’), (‘o’, ‘u’), (‘p’, ‘j’), (‘q’, ‘k’), (‘r’, ‘h’), (‘s’, ‘i’), (‘t’, ‘n’), (‘u’, ‘o’), (‘v’, ‘l’), (‘w’, ‘m’), (‘x’, ‘b’), (‘y’, ‘c’), (‘z’, ‘`’), (‘A’, ‘[‘), (‘B’, ‘X’), (‘C’, ‘Y’), (‘D’, ‘^’), (‘E’, ‘_’), (‘F’, ‘\\’), (‘G’, ‘]’), (‘H’, ‘R’), (‘I’, ‘S’), (‘J’, ‘P’), (‘K’, ‘Q’), (‘L’, ‘V’), (‘M’, ‘W’), (‘N’, ‘T’), (‘O’, ‘U’), (‘P’, ‘J’), (‘Q’, ‘K’), (‘R’, ‘H’), (‘S’, ‘I’), (‘T’, ‘N’), (‘U’, ‘O’), (‘V’, ‘L’), (‘W’, ‘M’), (‘X’, ‘B’), (‘Y’, ‘C’), (‘Z’, ‘@’), (‘!’, ‘;’), (‘”‘, ‘8’), (‘#’, ‘9’), (‘$’, ‘>’), (‘%’, ‘?’), (‘&’, ‘<'), ("'", '='), ('(', '2'), (')', '3'), ('*', '0'), ('+', '1'), (',', '6'), ('-', '7'), ('.', '4'), ('/', '5'), (':', ' '), (';', '!'), ('’, ‘$’), (‘?’, ‘%’), (‘@’, ‘Z’), (‘[‘, ‘A’), (‘\\’, ‘F’), (‘]’, ‘G’), (‘^’, ‘D’), (‘_’, ‘E’), (‘`’, ‘z’), (‘{‘, ‘a’), (‘|’, ‘f’), (‘}’, ‘g’), (‘~’, ‘d’), (‘ ‘, ‘:’)]

27; 1b; 94;

[(‘0’, ‘+’), (‘1’, ‘*’), (‘2’, ‘)’), (‘3’, ‘(‘), (‘4’, ‘/’), (‘5’, ‘.’), (‘6’, ‘-‘), (‘7’, ‘,’), (‘8’, ‘#’), (‘9’, ‘”‘), (‘a’, ‘z’), (‘b’, ‘y’), (‘c’, ‘x’), (‘e’, ‘~’), (‘f’, ‘}’), (‘g’, ‘|’), (‘h’, ‘s’), (‘i’, ‘r’), (‘j’, ‘q’), (‘k’, ‘p’), (‘l’, ‘w’), (‘m’, ‘v’), (‘n’, ‘u’), (‘o’, ‘t’), (‘p’, ‘k’), (‘q’, ‘j’), (‘r’, ‘i’), (‘s’, ‘h’), (‘t’, ‘o’), (‘u’, ‘n’), (‘v’, ‘m’), (‘w’, ‘l’), (‘x’, ‘c’), (‘y’, ‘b’), (‘z’, ‘a’), (‘A’, ‘Z’), (‘B’, ‘Y’), (‘C’, ‘X’), (‘D’, ‘_’), (‘E’, ‘^’), (‘F’, ‘]’), (‘G’, ‘\\’), (‘H’, ‘S’), (‘I’, ‘R’), (‘J’, ‘Q’), (‘K’, ‘P’), (‘L’, ‘W’), (‘M’, ‘V’), (‘N’, ‘U’), (‘O’, ‘T’), (‘P’, ‘K’), (‘Q’, ‘J’), (‘R’, ‘I’), (‘S’, ‘H’), (‘T’, ‘O’), (‘U’, ‘N’), (‘V’, ‘M’), (‘W’, ‘L’), (‘X’, ‘C’), (‘Y’, ‘B’), (‘Z’, ‘A’), (‘!’, ‘:’), (‘”‘, ‘9’), (‘#’, ‘8’), (‘$’, ‘?’), (‘%’, ‘>’), (‘&’, ‘=’), (“‘”, ‘<'), ('(', '3'), (')', '2'), ('*', '1'), ('+', '0'), (',', '7'), ('-', '6'), ('.', '5'), ('/', '4'), (':', '!'), (';', ' '), ('’, ‘%’), (‘?’, ‘$’), (‘@’, ‘[‘), (‘[‘, ‘@’), (‘\\’, ‘G’), (‘]’, ‘F’), (‘^’, ‘E’), (‘_’, ‘D’), (‘`’, ‘{‘), (‘{‘, ‘`’), (‘|’, ‘g’), (‘}’, ‘f’), (‘~’, ‘e’), (‘ ‘, ‘;’)]

28; 1c; 94;

[(‘0’, ‘,’), (‘1’, ‘-‘), (‘2’, ‘.’), (‘3’, ‘/’), (‘4’, ‘(‘), (‘5’, ‘)’), (‘6’, ‘*’), (‘7’, ‘+’), (‘8’, ‘$’), (‘9’, ‘%’), (‘a’, ‘}’), (‘b’, ‘~’), (‘d’, ‘x’), (‘e’, ‘y’), (‘f’, ‘z’), (‘g’, ‘{‘), (‘h’, ‘t’), (‘i’, ‘u’), (‘j’, ‘v’), (‘k’, ‘w’), (‘l’, ‘p’), (‘m’, ‘q’), (‘n’, ‘r’), (‘o’, ‘s’), (‘p’, ‘l’), (‘q’, ‘m’), (‘r’, ‘n’), (‘s’, ‘o’), (‘t’, ‘h’), (‘u’, ‘i’), (‘v’, ‘j’), (‘w’, ‘k’), (‘x’, ‘d’), (‘y’, ‘e’), (‘z’, ‘f’), (‘A’, ‘]’), (‘B’, ‘^’), (‘C’, ‘_’), (‘D’, ‘X’), (‘E’, ‘Y’), (‘F’, ‘Z’), (‘G’, ‘[‘), (‘H’, ‘T’), (‘I’, ‘U’), (‘J’, ‘V’), (‘K’, ‘W’), (‘L’, ‘P’), (‘M’, ‘Q’), (‘N’, ‘R’), (‘O’, ‘S’), (‘P’, ‘L’), (‘Q’, ‘M’), (‘R’, ‘N’), (‘S’, ‘O’), (‘T’, ‘H’), (‘U’, ‘I’), (‘V’, ‘J’), (‘W’, ‘K’), (‘X’, ‘D’), (‘Y’, ‘E’), (‘Z’, ‘F’), (‘!’, ‘=’), (‘”‘, ‘>’), (‘#’, ‘?’), (‘$’, ‘8’), (‘%’, ‘9’), (‘&’, ‘:’), (“‘”, ‘;’), (‘(‘, ‘4’), (‘)’, ‘5’), (‘*’, ‘6’), (‘+’, ‘7’), (‘,’, ‘0’), (‘-‘, ‘1’), (‘.’, ‘2’), (‘/’, ‘3’), (‘:’, ‘&’), (‘;’, “‘”), (”, ‘”‘), (‘?’, ‘#’), (‘@’, ‘\\’), (‘[‘, ‘G’), (‘\\’, ‘@’), (‘]’, ‘A’), (‘^’, ‘B’), (‘_’, ‘C’), (‘`’, ‘|’), (‘{‘, ‘g’), (‘|’, ‘`’), (‘}’, ‘a’), (‘~’, ‘b’), (‘ ‘, ‘<')]

29; 1d; 94;

[(‘0’, ‘-‘), (‘1’, ‘,’), (‘2’, ‘/’), (‘3’, ‘.’), (‘4’, ‘)’), (‘5’, ‘(‘), (‘6’, ‘+’), (‘7’, ‘*’), (‘8’, ‘%’), (‘9’, ‘$’), (‘a’, ‘|’), (‘c’, ‘~’), (‘d’, ‘y’), (‘e’, ‘x’), (‘f’, ‘{‘), (‘g’, ‘z’), (‘h’, ‘u’), (‘i’, ‘t’), (‘j’, ‘w’), (‘k’, ‘v’), (‘l’, ‘q’), (‘m’, ‘p’), (‘n’, ‘s’), (‘o’, ‘r’), (‘p’, ‘m’), (‘q’, ‘l’), (‘r’, ‘o’), (‘s’, ‘n’), (‘t’, ‘i’), (‘u’, ‘h’), (‘v’, ‘k’), (‘w’, ‘j’), (‘x’, ‘e’), (‘y’, ‘d’), (‘z’, ‘g’), (‘A’, ‘\\’), (‘B’, ‘_’), (‘C’, ‘^’), (‘D’, ‘Y’), (‘E’, ‘X’), (‘F’, ‘[‘), (‘G’, ‘Z’), (‘H’, ‘U’), (‘I’, ‘T’), (‘J’, ‘W’), (‘K’, ‘V’), (‘L’, ‘Q’), (‘M’, ‘P’), (‘N’, ‘S’), (‘O’, ‘R’), (‘P’, ‘M’), (‘Q’, ‘L’), (‘R’, ‘O’), (‘S’, ‘N’), (‘T’, ‘I’), (‘U’, ‘H’), (‘V’, ‘K’), (‘W’, ‘J’), (‘X’, ‘E’), (‘Y’, ‘D’), (‘Z’, ‘G’), (‘!’, ”), (‘$’, ‘9’), (‘%’, ‘8’), (‘&’, ‘;’), (“‘”, ‘:’), (‘(‘, ‘5’), (‘)’, ‘4’), (‘*’, ‘7’), (‘+’, ‘6’), (‘,’, ‘1’), (‘-‘, ‘0’), (‘.’, ‘3’), (‘/’, ‘2’), (‘:’, “‘”), (‘;’, ‘&’), (”, ‘#’), (‘?’, ‘”‘), (‘@’, ‘]’), (‘[‘, ‘F’), (‘\\’, ‘A’), (‘]’, ‘@’), (‘^’, ‘C’), (‘_’, ‘B’), (‘`’, ‘}’), (‘{‘, ‘f’), (‘|’, ‘a’), (‘}’, ‘`’), (‘~’, ‘c’), (‘ ‘, ‘=’)]

30; 1e; 94;

[(‘0’, ‘.’), (‘1’, ‘/’), (‘2’, ‘,’), (‘3’, ‘-‘), (‘4’, ‘*’), (‘5’, ‘+’), (‘6’, ‘(‘), (‘7’, ‘)’), (‘8’, ‘&’), (‘9’, “‘”), (‘b’, ‘|’), (‘c’, ‘}’), (‘d’, ‘z’), (‘e’, ‘{‘), (‘f’, ‘x’), (‘g’, ‘y’), (‘h’, ‘v’), (‘i’, ‘w’), (‘j’, ‘t’), (‘k’, ‘u’), (‘l’, ‘r’), (‘m’, ‘s’), (‘n’, ‘p’), (‘o’, ‘q’), (‘p’, ‘n’), (‘q’, ‘o’), (‘r’, ‘l’), (‘s’, ‘m’), (‘t’, ‘j’), (‘u’, ‘k’), (‘v’, ‘h’), (‘w’, ‘i’), (‘x’, ‘f’), (‘y’, ‘g’), (‘z’, ‘d’), (‘A’, ‘_’), (‘B’, ‘\\’), (‘C’, ‘]’), (‘D’, ‘Z’), (‘E’, ‘[‘), (‘F’, ‘X’), (‘G’, ‘Y’), (‘H’, ‘V’), (‘I’, ‘W’), (‘J’, ‘T’), (‘K’, ‘U’), (‘L’, ‘R’), (‘M’, ‘S’), (‘N’, ‘P’), (‘O’, ‘Q’), (‘P’, ‘N’), (‘Q’, ‘O’), (‘R’, ‘L’), (‘S’, ‘M’), (‘T’, ‘J’), (‘U’, ‘K’), (‘V’, ‘H’), (‘W’, ‘I’), (‘X’, ‘F’), (‘Y’, ‘G’), (‘Z’, ‘D’), (‘!’, ‘?’), (‘”‘, ‘<'), ('#', '='), ('$', ':'), ('%', ';'), ('&', '8'), ("'", '9'), ('(', '6'), (')', '7'), ('*', '4'), ('+', '5'), (',', '2'), ('-', '3'), ('.', '0'), ('/', '1'), (':', '$'), (';', '%'), ('’, ‘ ‘), (‘?’, ‘!’), (‘@’, ‘^’), (‘[‘, ‘E’), (‘\\’, ‘B’), (‘]’, ‘C’), (‘^’, ‘@’), (‘_’, ‘A’), (‘`’, ‘~’), (‘{‘, ‘e’), (‘|’, ‘b’), (‘}’, ‘c’), (‘~’, ‘`’), (‘ ‘, ‘>’)]

31; 1f; 94;

[(‘0’, ‘/’), (‘1’, ‘.’), (‘2’, ‘-‘), (‘3’, ‘,’), (‘4’, ‘+’), (‘5’, ‘*’), (‘6’, ‘)’), (‘7’, ‘(‘), (‘8’, “‘”), (‘9’, ‘&’), (‘a’, ‘~’), (‘b’, ‘}’), (‘c’, ‘|’), (‘d’, ‘{‘), (‘e’, ‘z’), (‘f’, ‘y’), (‘g’, ‘x’), (‘h’, ‘w’), (‘i’, ‘v’), (‘j’, ‘u’), (‘k’, ‘t’), (‘l’, ‘s’), (‘m’, ‘r’), (‘n’, ‘q’), (‘o’, ‘p’), (‘p’, ‘o’), (‘q’, ‘n’), (‘r’, ‘m’), (‘s’, ‘l’), (‘t’, ‘k’), (‘u’, ‘j’), (‘v’, ‘i’), (‘w’, ‘h’), (‘x’, ‘g’), (‘y’, ‘f’), (‘z’, ‘e’), (‘A’, ‘^’), (‘B’, ‘]’), (‘C’, ‘\\’), (‘D’, ‘[‘), (‘E’, ‘Z’), (‘F’, ‘Y’), (‘G’, ‘X’), (‘H’, ‘W’), (‘I’, ‘V’), (‘J’, ‘U’), (‘K’, ‘T’), (‘L’, ‘S’), (‘M’, ‘R’), (‘N’, ‘Q’), (‘O’, ‘P’), (‘P’, ‘O’), (‘Q’, ‘N’), (‘R’, ‘M’), (‘S’, ‘L’), (‘T’, ‘K’), (‘U’, ‘J’), (‘V’, ‘I’), (‘W’, ‘H’), (‘X’, ‘G’), (‘Y’, ‘F’), (‘Z’, ‘E’), (‘!’, ‘>’), (‘”‘, ‘=’), (‘#’, ‘<'), ('$', ';'), ('%', ':'), ('&', '9'), ("'", '8'), ('(', '7'), (')', '6'), ('*', '5'), ('+', '4'), (',', '3'), ('-', '2'), ('.', '1'), ('/', '0'), (':', '%'), (';', '$'), ('’, ‘!’), (‘?’, ‘ ‘), (‘@’, ‘_’), (‘[‘, ‘D’), (‘\\’, ‘C’), (‘]’, ‘B’), (‘^’, ‘A’), (‘_’, ‘@’), (‘{‘, ‘d’), (‘|’, ‘c’), (‘}’, ‘b’), (‘~’, ‘a’), (‘ ‘, ‘?’)]

32; 20; 72;

[(‘a’, ‘A’), (‘b’, ‘B’), (‘c’, ‘C’), (‘d’, ‘D’), (‘e’, ‘E’), (‘f’, ‘F’), (‘g’, ‘G’), (‘h’, ‘H’), (‘i’, ‘I’), (‘j’, ‘J’), (‘k’, ‘K’), (‘l’, ‘L’), (‘m’, ‘M’), (‘n’, ‘N’), (‘o’, ‘O’), (‘p’, ‘P’), (‘q’, ‘Q’), (‘r’, ‘R’), (‘s’, ‘S’), (‘t’, ‘T’), (‘u’, ‘U’), (‘v’, ‘V’), (‘w’, ‘W’), (‘x’, ‘X’), (‘y’, ‘Y’), (‘z’, ‘Z’), (‘A’, ‘a’), (‘B’, ‘b’), (‘C’, ‘c’), (‘D’, ‘d’), (‘E’, ‘e’), (‘F’, ‘f’), (‘G’, ‘g’), (‘H’, ‘h’), (‘I’, ‘i’), (‘J’, ‘j’), (‘K’, ‘k’), (‘L’, ‘l’), (‘M’, ‘m’), (‘N’, ‘n’), (‘O’, ‘o’), (‘P’, ‘p’), (‘Q’, ‘q’), (‘R’, ‘r’), (‘S’, ‘s’), (‘T’, ‘t’), (‘U’, ‘u’), (‘V’, ‘v’), (‘W’, ‘w’), (‘X’, ‘x’), (‘Y’, ‘y’), (‘Z’, ‘z’), (‘)’, ‘\t’), (‘*’, ‘\n’), (‘+’, ‘\x0b’), (‘,’, ‘\x0c’), (‘-‘, ‘\r’), (‘@’, ‘`’), (‘[‘, ‘{‘), (‘\\’, ‘|’), (‘]’, ‘}’), (‘^’, ‘~’), (‘`’, ‘@’), (‘{‘, ‘[‘), (‘|’, ‘\\’), (‘}’, ‘]’), (‘~’, ‘^’), (‘\t’, ‘)’), (‘\n’, ‘*’), (‘\r’, ‘-‘), (‘\x0b’, ‘+’), (‘\x0c’, ‘,’)]
33; 21; 72;
!
[(‘a’, ‘@’), (‘b’, ‘C’), (‘c’, ‘B’), (‘d’, ‘E’), (‘e’, ‘D’), (‘f’, ‘G’), (‘g’, ‘F’), (‘h’, ‘I’), (‘i’, ‘H’), (‘j’, ‘K’), (‘k’, ‘J’), (‘l’, ‘M’), (‘m’, ‘L’), (‘n’, ‘O’), (‘o’, ‘N’), (‘p’, ‘Q’), (‘q’, ‘P’), (‘r’, ‘S’), (‘s’, ‘R’), (‘t’, ‘U’), (‘u’, ‘T’), (‘v’, ‘W’), (‘w’, ‘V’), (‘x’, ‘Y’), (‘y’, ‘X’), (‘z’, ‘[‘), (‘A’, ‘`’), (‘B’, ‘c’), (‘C’, ‘b’), (‘D’, ‘e’), (‘E’, ‘d’), (‘F’, ‘g’), (‘G’, ‘f’), (‘H’, ‘i’), (‘I’, ‘h’), (‘J’, ‘k’), (‘K’, ‘j’), (‘L’, ‘m’), (‘M’, ‘l’), (‘N’, ‘o’), (‘O’, ‘n’), (‘P’, ‘q’), (‘Q’, ‘p’), (‘R’, ‘s’), (‘S’, ‘r’), (‘T’, ‘u’), (‘U’, ‘t’), (‘V’, ‘w’), (‘W’, ‘v’), (‘X’, ‘y’), (‘Y’, ‘x’), (‘Z’, ‘{‘), (‘(‘, ‘\t’), (‘*’, ‘\x0b’), (‘+’, ‘\n’), (‘,’, ‘\r’), (‘-‘, ‘\x0c’), (‘@’, ‘a’), (‘[‘, ‘z’), (‘\\’, ‘}’), (‘]’, ‘|’), (‘_’, ‘~’), (‘`’, ‘A’), (‘{‘, ‘Z’), (‘|’, ‘]’), (‘}’, ‘\\’), (‘~’, ‘_’), (‘\t’, ‘(‘), (‘\n’, ‘+’), (‘\r’, ‘,’), (‘\x0b’, ‘*’), (‘\x0c’, ‘-‘)]
34; 22; 72;
"
[(‘a’, ‘C’), (‘b’, ‘@’), (‘c’, ‘A’), (‘d’, ‘F’), (‘e’, ‘G’), (‘f’, ‘D’), (‘g’, ‘E’), (‘h’, ‘J’), (‘i’, ‘K’), (‘j’, ‘H’), (‘k’, ‘I’), (‘l’, ‘N’), (‘m’, ‘O’), (‘n’, ‘L’), (‘o’, ‘M’), (‘p’, ‘R’), (‘q’, ‘S’), (‘r’, ‘P’), (‘s’, ‘Q’), (‘t’, ‘V’), (‘u’, ‘W’), (‘v’, ‘T’), (‘w’, ‘U’), (‘x’, ‘Z’), (‘y’, ‘[‘), (‘z’, ‘X’), (‘A’, ‘c’), (‘B’, ‘`’), (‘C’, ‘a’), (‘D’, ‘f’), (‘E’, ‘g’), (‘F’, ‘d’), (‘G’, ‘e’), (‘H’, ‘j’), (‘I’, ‘k’), (‘J’, ‘h’), (‘K’, ‘i’), (‘L’, ‘n’), (‘M’, ‘o’), (‘N’, ‘l’), (‘O’, ‘m’), (‘P’, ‘r’), (‘Q’, ‘s’), (‘R’, ‘p’), (‘S’, ‘q’), (‘T’, ‘v’), (‘U’, ‘w’), (‘V’, ‘t’), (‘W’, ‘u’), (‘X’, ‘z’), (‘Y’, ‘{‘), (‘Z’, ‘x’), (‘(‘, ‘\n’), (‘)’, ‘\x0b’), (‘+’, ‘\t’), (‘.’, ‘\x0c’), (‘/’, ‘\r’), (‘@’, ‘b’), (‘[‘, ‘y’), (‘\\’, ‘~’), (‘^’, ‘|’), (‘_’, ‘}’), (‘`’, ‘B’), (‘{‘, ‘Y’), (‘|’, ‘^’), (‘}’, ‘_’), (‘~’, ‘\\’), (‘\t’, ‘+’), (‘\n’, ‘(‘), (‘\r’, ‘/’), (‘\x0b’, ‘)’), (‘\x0c’, ‘.’)]
35; 23; 72;
#
[(‘a’, ‘B’), (‘b’, ‘A’), (‘c’, ‘@’), (‘d’, ‘G’), (‘e’, ‘F’), (‘f’, ‘E’), (‘g’, ‘D’), (‘h’, ‘K’), (‘i’, ‘J’), (‘j’, ‘I’), (‘k’, ‘H’), (‘l’, ‘O’), (‘m’, ‘N’), (‘n’, ‘M’), (‘o’, ‘L’), (‘p’, ‘S’), (‘q’, ‘R’), (‘r’, ‘Q’), (‘s’, ‘P’), (‘t’, ‘W’), (‘u’, ‘V’), (‘v’, ‘U’), (‘w’, ‘T’), (‘x’, ‘[‘), (‘y’, ‘Z’), (‘z’, ‘Y’), (‘A’, ‘b’), (‘B’, ‘a’), (‘C’, ‘`’), (‘D’, ‘g’), (‘E’, ‘f’), (‘F’, ‘e’), (‘G’, ‘d’), (‘H’, ‘k’), (‘I’, ‘j’), (‘J’, ‘i’), (‘K’, ‘h’), (‘L’, ‘o’), (‘M’, ‘n’), (‘N’, ‘m’), (‘O’, ‘l’), (‘P’, ‘s’), (‘Q’, ‘r’), (‘R’, ‘q’), (‘S’, ‘p’), (‘T’, ‘w’), (‘U’, ‘v’), (‘V’, ‘u’), (‘W’, ‘t’), (‘X’, ‘{‘), (‘Y’, ‘z’), (‘Z’, ‘y’), (‘(‘, ‘\x0b’), (‘)’, ‘\n’), (‘*’, ‘\t’), (‘.’, ‘\r’), (‘/’, ‘\x0c’), (‘@’, ‘c’), (‘[‘, ‘x’), (‘]’, ‘~’), (‘^’, ‘}’), (‘_’, ‘|’), (‘`’, ‘C’), (‘{‘, ‘X’), (‘|’, ‘_’), (‘}’, ‘^’), (‘~’, ‘]’), (‘\t’, ‘*’), (‘\n’, ‘)’), (‘\r’, ‘.’), (‘\x0b’, ‘(‘), (‘\x0c’, ‘/’)]
36; 24; 72;
$
[(‘a’, ‘E’), (‘b’, ‘F’), (‘c’, ‘G’), (‘d’, ‘@’), (‘e’, ‘A’), (‘f’, ‘B’), (‘g’, ‘C’), (‘h’, ‘L’), (‘i’, ‘M’), (‘j’, ‘N’), (‘k’, ‘O’), (‘l’, ‘H’), (‘m’, ‘I’), (‘n’, ‘J’), (‘o’, ‘K’), (‘p’, ‘T’), (‘q’, ‘U’), (‘r’, ‘V’), (‘s’, ‘W’), (‘t’, ‘P’), (‘u’, ‘Q’), (‘v’, ‘R’), (‘w’, ‘S’), (‘x’, ‘\\’), (‘y’, ‘]’), (‘z’, ‘^’), (‘A’, ‘e’), (‘B’, ‘f’), (‘C’, ‘g’), (‘D’, ‘`’), (‘E’, ‘a’), (‘F’, ‘b’), (‘G’, ‘c’), (‘H’, ‘l’), (‘I’, ‘m’), (‘J’, ‘n’), (‘K’, ‘o’), (‘L’, ‘h’), (‘M’, ‘i’), (‘N’, ‘j’), (‘O’, ‘k’), (‘P’, ‘t’), (‘Q’, ‘u’), (‘R’, ‘v’), (‘S’, ‘w’), (‘T’, ‘p’), (‘U’, ‘q’), (‘V’, ‘r’), (‘W’, ‘s’), (‘X’, ‘|’), (‘Y’, ‘}’), (‘Z’, ‘~’), (‘(‘, ‘\x0c’), (‘)’, ‘\r’), (‘-‘, ‘\t’), (‘.’, ‘\n’), (‘/’, ‘\x0b’), (‘@’, ‘d’), (‘\\’, ‘x’), (‘]’, ‘y’), (‘^’, ‘z’), (‘_’, ‘{‘), (‘`’, ‘D’), (‘{‘, ‘_’), (‘|’, ‘X’), (‘}’, ‘Y’), (‘~’, ‘Z’), (‘\t’, ‘-‘), (‘\n’, ‘.’), (‘\r’, ‘)’), (‘\x0b’, ‘/’), (‘\x0c’, ‘(‘)]
37; 25; 72;
%
[(‘a’, ‘D’), (‘b’, ‘G’), (‘c’, ‘F’), (‘d’, ‘A’), (‘e’, ‘@’), (‘f’, ‘C’), (‘g’, ‘B’), (‘h’, ‘M’), (‘i’, ‘L’), (‘j’, ‘O’), (‘k’, ‘N’), (‘l’, ‘I’), (‘m’, ‘H’), (‘n’, ‘K’), (‘o’, ‘J’), (‘p’, ‘U’), (‘q’, ‘T’), (‘r’, ‘W’), (‘s’, ‘V’), (‘t’, ‘Q’), (‘u’, ‘P’), (‘v’, ‘S’), (‘w’, ‘R’), (‘x’, ‘]’), (‘y’, ‘\\’), (‘z’, ‘_’), (‘A’, ‘d’), (‘B’, ‘g’), (‘C’, ‘f’), (‘D’, ‘a’), (‘E’, ‘`’), (‘F’, ‘c’), (‘G’, ‘b’), (‘H’, ‘m’), (‘I’, ‘l’), (‘J’, ‘o’), (‘K’, ‘n’), (‘L’, ‘i’), (‘M’, ‘h’), (‘N’, ‘k’), (‘O’, ‘j’), (‘P’, ‘u’), (‘Q’, ‘t’), (‘R’, ‘w’), (‘S’, ‘v’), (‘T’, ‘q’), (‘U’, ‘p’), (‘V’, ‘s’), (‘W’, ‘r’), (‘X’, ‘}’), (‘Y’, ‘|’), (‘(‘, ‘\r’), (‘)’, ‘\x0c’), (‘,’, ‘\t’), (‘.’, ‘\x0b’), (‘/’, ‘\n’), (‘@’, ‘e’), (‘[‘, ‘~’), (‘\\’, ‘y’), (‘]’, ‘x’), (‘^’, ‘{‘), (‘_’, ‘z’), (‘`’, ‘E’), (‘{‘, ‘^’), (‘|’, ‘Y’), (‘}’, ‘X’), (‘~’, ‘[‘), (‘\t’, ‘,’), (‘\n’, ‘/’), (‘\r’, ‘(‘), (‘\x0b’, ‘.’), (‘\x0c’, ‘)’)]
38; 26; 72;
&
[(‘a’, ‘G’), (‘b’, ‘D’), (‘c’, ‘E’), (‘d’, ‘B’), (‘e’, ‘C’), (‘f’, ‘@’), (‘g’, ‘A’), (‘h’, ‘N’), (‘i’, ‘O’), (‘j’, ‘L’), (‘k’, ‘M’), (‘l’, ‘J’), (‘m’, ‘K’), (‘n’, ‘H’), (‘o’, ‘I’), (‘p’, ‘V’), (‘q’, ‘W’), (‘r’, ‘T’), (‘s’, ‘U’), (‘t’, ‘R’), (‘u’, ‘S’), (‘v’, ‘P’), (‘w’, ‘Q’), (‘x’, ‘^’), (‘y’, ‘_’), (‘z’, ‘\\’), (‘A’, ‘g’), (‘B’, ‘d’), (‘C’, ‘e’), (‘D’, ‘b’), (‘E’, ‘c’), (‘F’, ‘`’), (‘G’, ‘a’), (‘H’, ‘n’), (‘I’, ‘o’), (‘J’, ‘l’), (‘K’, ‘m’), (‘L’, ‘j’), (‘M’, ‘k’), (‘N’, ‘h’), (‘O’, ‘i’), (‘P’, ‘v’), (‘Q’, ‘w’), (‘R’, ‘t’), (‘S’, ‘u’), (‘T’, ‘r’), (‘U’, ‘s’), (‘V’, ‘p’), (‘W’, ‘q’), (‘X’, ‘~’), (‘Z’, ‘|’), (‘*’, ‘\x0c’), (‘+’, ‘\r’), (‘,’, ‘\n’), (‘-‘, ‘\x0b’), (‘/’, ‘\t’), (‘@’, ‘f’), (‘[‘, ‘}’), (‘\\’, ‘z’), (‘]’, ‘{‘), (‘^’, ‘x’), (‘_’, ‘y’), (‘`’, ‘F’), (‘{‘, ‘]’), (‘|’, ‘Z’), (‘}’, ‘[‘), (‘~’, ‘X’), (‘\t’, ‘/’), (‘\n’, ‘,’), (‘\r’, ‘+’), (‘\x0b’, ‘-‘), (‘\x0c’, ‘*’)]
39; 27; 72;
'
[(‘a’, ‘F’), (‘b’, ‘E’), (‘c’, ‘D’), (‘d’, ‘C’), (‘e’, ‘B’), (‘f’, ‘A’), (‘g’, ‘@’), (‘h’, ‘O’), (‘i’, ‘N’), (‘j’, ‘M’), (‘k’, ‘L’), (‘l’, ‘K’), (‘m’, ‘J’), (‘n’, ‘I’), (‘o’, ‘H’), (‘p’, ‘W’), (‘q’, ‘V’), (‘r’, ‘U’), (‘s’, ‘T’), (‘t’, ‘S’), (‘u’, ‘R’), (‘v’, ‘Q’), (‘w’, ‘P’), (‘x’, ‘_’), (‘y’, ‘^’), (‘z’, ‘]’), (‘A’, ‘f’), (‘B’, ‘e’), (‘C’, ‘d’), (‘D’, ‘c’), (‘E’, ‘b’), (‘F’, ‘a’), (‘G’, ‘`’), (‘H’, ‘o’), (‘I’, ‘n’), (‘J’, ‘m’), (‘K’, ‘l’), (‘L’, ‘k’), (‘M’, ‘j’), (‘N’, ‘i’), (‘O’, ‘h’), (‘P’, ‘w’), (‘Q’, ‘v’), (‘R’, ‘u’), (‘S’, ‘t’), (‘T’, ‘s’), (‘U’, ‘r’), (‘V’, ‘q’), (‘W’, ‘p’), (‘Y’, ‘~’), (‘Z’, ‘}’), (‘*’, ‘\r’), (‘+’, ‘\x0c’), (‘,’, ‘\x0b’), (‘-‘, ‘\n’), (‘.’, ‘\t’), (‘@’, ‘g’), (‘[‘, ‘|’), (‘\\’, ‘{‘), (‘]’, ‘z’), (‘^’, ‘y’), (‘_’, ‘x’), (‘`’, ‘G’), (‘{‘, ‘\\’), (‘|’, ‘[‘), (‘}’, ‘Z’), (‘~’, ‘Y’), (‘\t’, ‘.’), (‘\n’, ‘-‘), (‘\r’, ‘*’), (‘\x0b’, ‘,’), (‘\x0c’, ‘+’)]
40; 28; 72;
(
[(‘a’, ‘I’), (‘b’, ‘J’), (‘c’, ‘K’), (‘d’, ‘L’), (‘e’, ‘M’), (‘f’, ‘N’), (‘g’, ‘O’), (‘h’, ‘@’), (‘i’, ‘A’), (‘j’, ‘B’), (‘k’, ‘C’), (‘l’, ‘D’), (‘m’, ‘E’), (‘n’, ‘F’), (‘o’, ‘G’), (‘p’, ‘X’), (‘q’, ‘Y’), (‘r’, ‘Z’), (‘s’, ‘[‘), (‘t’, ‘\\’), (‘u’, ‘]’), (‘v’, ‘^’), (‘w’, ‘_’), (‘x’, ‘P’), (‘y’, ‘Q’), (‘z’, ‘R’), (‘A’, ‘i’), (‘B’, ‘j’), (‘C’, ‘k’), (‘D’, ‘l’), (‘E’, ‘m’), (‘F’, ‘n’), (‘G’, ‘o’), (‘H’, ‘`’), (‘I’, ‘a’), (‘J’, ‘b’), (‘K’, ‘c’), (‘L’, ‘d’), (‘M’, ‘e’), (‘N’, ‘f’), (‘O’, ‘g’), (‘P’, ‘x’), (‘Q’, ‘y’), (‘R’, ‘z’), (‘S’, ‘{‘), (‘T’, ‘|’), (‘U’, ‘}’), (‘V’, ‘~’), (‘X’, ‘p’), (‘Y’, ‘q’), (‘Z’, ‘r’), (‘!’, ‘\t’), (‘”‘, ‘\n’), (‘#’, ‘\x0b’), (‘$’, ‘\x0c’), (‘%’, ‘\r’), (‘@’, ‘h’), (‘[‘, ‘s’), (‘\\’, ‘t’), (‘]’, ‘u’), (‘^’, ‘v’), (‘_’, ‘w’), (‘`’, ‘H’), (‘{‘, ‘S’), (‘|’, ‘T’), (‘}’, ‘U’), (‘~’, ‘V’), (‘\t’, ‘!’), (‘\n’, ‘”‘), (‘\r’, ‘%’), (‘\x0b’, ‘#’), (‘\x0c’, ‘$’)]
41; 29; 72;
)
[(‘a’, ‘H’), (‘b’, ‘K’), (‘c’, ‘J’), (‘d’, ‘M’), (‘e’, ‘L’), (‘f’, ‘O’), (‘g’, ‘N’), (‘h’, ‘A’), (‘i’, ‘@’), (‘j’, ‘C’), (‘k’, ‘B’), (‘l’, ‘E’), (‘m’, ‘D’), (‘n’, ‘G’), (‘o’, ‘F’), (‘p’, ‘Y’), (‘q’, ‘X’), (‘r’, ‘[‘), (‘s’, ‘Z’), (‘t’, ‘]’), (‘u’, ‘\\’), (‘v’, ‘_’), (‘w’, ‘^’), (‘x’, ‘Q’), (‘y’, ‘P’), (‘z’, ‘S’), (‘A’, ‘h’), (‘B’, ‘k’), (‘C’, ‘j’), (‘D’, ‘m’), (‘E’, ‘l’), (‘F’, ‘o’), (‘G’, ‘n’), (‘H’, ‘a’), (‘I’, ‘`’), (‘J’, ‘c’), (‘K’, ‘b’), (‘L’, ‘e’), (‘M’, ‘d’), (‘N’, ‘g’), (‘O’, ‘f’), (‘P’, ‘y’), (‘Q’, ‘x’), (‘R’, ‘{‘), (‘S’, ‘z’), (‘T’, ‘}’), (‘U’, ‘|’), (‘W’, ‘~’), (‘X’, ‘q’), (‘Y’, ‘p’), (‘Z’, ‘s’), (‘”‘, ‘\x0b’), (‘#’, ‘\n’), (‘$’, ‘\r’), (‘%’, ‘\x0c’), (‘@’, ‘i’), (‘[‘, ‘r’), (‘\\’, ‘u’), (‘]’, ‘t’), (‘^’, ‘w’), (‘_’, ‘v’), (‘`’, ‘I’), (‘{‘, ‘R’), (‘|’, ‘U’), (‘}’, ‘T’), (‘~’, ‘W’), (‘ ‘, ‘\t’), (‘\t’, ‘ ‘), (‘\n’, ‘#’), (‘\r’, ‘$’), (‘\x0b’, ‘”‘), (‘\x0c’, ‘%’)]
42; 2a; 72;
*
[(‘a’, ‘K’), (‘b’, ‘H’), (‘c’, ‘I’), (‘d’, ‘N’), (‘e’, ‘O’), (‘f’, ‘L’), (‘g’, ‘M’), (‘h’, ‘B’), (‘i’, ‘C’), (‘j’, ‘@’), (‘k’, ‘A’), (‘l’, ‘F’), (‘m’, ‘G’), (‘n’, ‘D’), (‘o’, ‘E’), (‘p’, ‘Z’), (‘q’, ‘[‘), (‘r’, ‘X’), (‘s’, ‘Y’), (‘t’, ‘^’), (‘u’, ‘_’), (‘v’, ‘\\’), (‘w’, ‘]’), (‘x’, ‘R’), (‘y’, ‘S’), (‘z’, ‘P’), (‘A’, ‘k’), (‘B’, ‘h’), (‘C’, ‘i’), (‘D’, ‘n’), (‘E’, ‘o’), (‘F’, ‘l’), (‘G’, ‘m’), (‘H’, ‘b’), (‘I’, ‘c’), (‘J’, ‘`’), (‘K’, ‘a’), (‘L’, ‘f’), (‘M’, ‘g’), (‘N’, ‘d’), (‘O’, ‘e’), (‘P’, ‘z’), (‘Q’, ‘{‘), (‘R’, ‘x’), (‘S’, ‘y’), (‘T’, ‘~’), (‘V’, ‘|’), (‘W’, ‘}’), (‘X’, ‘r’), (‘Y’, ‘s’), (‘Z’, ‘p’), (‘!’, ‘\x0b’), (‘#’, ‘\t’), (‘&’, ‘\x0c’), (“‘”, ‘\r’), (‘@’, ‘j’), (‘[‘, ‘q’), (‘\\’, ‘v’), (‘]’, ‘w’), (‘^’, ‘t’), (‘_’, ‘u’), (‘`’, ‘J’), (‘{‘, ‘Q’), (‘|’, ‘V’), (‘}’, ‘W’), (‘~’, ‘T’), (‘ ‘, ‘\n’), (‘\t’, ‘#’), (‘\n’, ‘ ‘), (‘\r’, “‘”), (‘\x0b’, ‘!’), (‘\x0c’, ‘&’)]
43; 2b; 72;
+
[(‘a’, ‘J’), (‘b’, ‘I’), (‘c’, ‘H’), (‘d’, ‘O’), (‘e’, ‘N’), (‘f’, ‘M’), (‘g’, ‘L’), (‘h’, ‘C’), (‘i’, ‘B’), (‘j’, ‘A’), (‘k’, ‘@’), (‘l’, ‘G’), (‘m’, ‘F’), (‘n’, ‘E’), (‘o’, ‘D’), (‘p’, ‘[‘), (‘q’, ‘Z’), (‘r’, ‘Y’), (‘s’, ‘X’), (‘t’, ‘_’), (‘u’, ‘^’), (‘v’, ‘]’), (‘w’, ‘\\’), (‘x’, ‘S’), (‘y’, ‘R’), (‘z’, ‘Q’), (‘A’, ‘j’), (‘B’, ‘i’), (‘C’, ‘h’), (‘D’, ‘o’), (‘E’, ‘n’), (‘F’, ‘m’), (‘G’, ‘l’), (‘H’, ‘c’), (‘I’, ‘b’), (‘J’, ‘a’), (‘K’, ‘`’), (‘L’, ‘g’), (‘M’, ‘f’), (‘N’, ‘e’), (‘O’, ‘d’), (‘P’, ‘{‘), (‘Q’, ‘z’), (‘R’, ‘y’), (‘S’, ‘x’), (‘U’, ‘~’), (‘V’, ‘}’), (‘W’, ‘|’), (‘X’, ‘s’), (‘Y’, ‘r’), (‘Z’, ‘q’), (‘!’, ‘\n’), (‘”‘, ‘\t’), (‘&’, ‘\r’), (“‘”, ‘\x0c’), (‘@’, ‘k’), (‘[‘, ‘p’), (‘\\’, ‘w’), (‘]’, ‘v’), (‘^’, ‘u’), (‘_’, ‘t’), (‘`’, ‘K’), (‘{‘, ‘P’), (‘|’, ‘W’), (‘}’, ‘V’), (‘~’, ‘U’), (‘ ‘, ‘\x0b’), (‘\t’, ‘”‘), (‘\n’, ‘!’), (‘\r’, ‘&’), (‘\x0b’, ‘ ‘), (‘\x0c’, “‘”)]
44; 2c; 72;
,
[(‘a’, ‘M’), (‘b’, ‘N’), (‘c’, ‘O’), (‘d’, ‘H’), (‘e’, ‘I’), (‘f’, ‘J’), (‘g’, ‘K’), (‘h’, ‘D’), (‘i’, ‘E’), (‘j’, ‘F’), (‘k’, ‘G’), (‘l’, ‘@’), (‘m’, ‘A’), (‘n’, ‘B’), (‘o’, ‘C’), (‘p’, ‘\\’), (‘q’, ‘]’), (‘r’, ‘^’), (‘s’, ‘_’), (‘t’, ‘X’), (‘u’, ‘Y’), (‘v’, ‘Z’), (‘w’, ‘[‘), (‘x’, ‘T’), (‘y’, ‘U’), (‘z’, ‘V’), (‘A’, ‘m’), (‘B’, ‘n’), (‘C’, ‘o’), (‘D’, ‘h’), (‘E’, ‘i’), (‘F’, ‘j’), (‘G’, ‘k’), (‘H’, ‘d’), (‘I’, ‘e’), (‘J’, ‘f’), (‘K’, ‘g’), (‘L’, ‘`’), (‘M’, ‘a’), (‘N’, ‘b’), (‘O’, ‘c’), (‘P’, ‘|’), (‘Q’, ‘}’), (‘R’, ‘~’), (‘T’, ‘x’), (‘U’, ‘y’), (‘V’, ‘z’), (‘W’, ‘{‘), (‘X’, ‘t’), (‘Y’, ‘u’), (‘Z’, ‘v’), (‘!’, ‘\r’), (‘%’, ‘\t’), (‘&’, ‘\n’), (“‘”, ‘\x0b’), (‘@’, ‘l’), (‘[‘, ‘w’), (‘\\’, ‘p’), (‘]’, ‘q’), (‘^’, ‘r’), (‘_’, ‘s’), (‘`’, ‘L’), (‘{‘, ‘W’), (‘|’, ‘P’), (‘}’, ‘Q’), (‘~’, ‘R’), (‘ ‘, ‘\x0c’), (‘\t’, ‘%’), (‘\n’, ‘&’), (‘\r’, ‘!’), (‘\x0b’, “‘”), (‘\x0c’, ‘ ‘)]
45; 2d; 72;
-
[(‘a’, ‘L’), (‘b’, ‘O’), (‘c’, ‘N’), (‘d’, ‘I’), (‘e’, ‘H’), (‘f’, ‘K’), (‘g’, ‘J’), (‘h’, ‘E’), (‘i’, ‘D’), (‘j’, ‘G’), (‘k’, ‘F’), (‘l’, ‘A’), (‘m’, ‘@’), (‘n’, ‘C’), (‘o’, ‘B’), (‘p’, ‘]’), (‘q’, ‘\\’), (‘r’, ‘_’), (‘s’, ‘^’), (‘t’, ‘Y’), (‘u’, ‘X’), (‘v’, ‘[‘), (‘w’, ‘Z’), (‘x’, ‘U’), (‘y’, ‘T’), (‘z’, ‘W’), (‘A’, ‘l’), (‘B’, ‘o’), (‘C’, ‘n’), (‘D’, ‘i’), (‘E’, ‘h’), (‘F’, ‘k’), (‘G’, ‘j’), (‘H’, ‘e’), (‘I’, ‘d’), (‘J’, ‘g’), (‘K’, ‘f’), (‘L’, ‘a’), (‘M’, ‘`’), (‘N’, ‘c’), (‘O’, ‘b’), (‘P’, ‘}’), (‘Q’, ‘|’), (‘S’, ‘~’), (‘T’, ‘y’), (‘U’, ‘x’), (‘V’, ‘{‘), (‘W’, ‘z’), (‘X’, ‘u’), (‘Y’, ‘t’), (‘Z’, ‘w’), (‘!’, ‘\x0c’), (‘$’, ‘\t’), (‘&’, ‘\x0b’), (“‘”, ‘\n’), (‘@’, ‘m’), (‘[‘, ‘v’), (‘\\’, ‘q’), (‘]’, ‘p’), (‘^’, ‘s’), (‘_’, ‘r’), (‘`’, ‘M’), (‘{‘, ‘V’), (‘|’, ‘Q’), (‘}’, ‘P’), (‘~’, ‘S’), (‘ ‘, ‘\r’), (‘\t’, ‘$’), (‘\n’, “‘”), (‘\r’, ‘ ‘), (‘\x0b’, ‘&’), (‘\x0c’, ‘!’)]
46; 2e; 72;
.
[(‘a’, ‘O’), (‘b’, ‘L’), (‘c’, ‘M’), (‘d’, ‘J’), (‘e’, ‘K’), (‘f’, ‘H’), (‘g’, ‘I’), (‘h’, ‘F’), (‘i’, ‘G’), (‘j’, ‘D’), (‘k’, ‘E’), (‘l’, ‘B’), (‘m’, ‘C’), (‘n’, ‘@’), (‘o’, ‘A’), (‘p’, ‘^’), (‘q’, ‘_’), (‘r’, ‘\\’), (‘s’, ‘]’), (‘t’, ‘Z’), (‘u’, ‘[‘), (‘v’, ‘X’), (‘w’, ‘Y’), (‘x’, ‘V’), (‘y’, ‘W’), (‘z’, ‘T’), (‘A’, ‘o’), (‘B’, ‘l’), (‘C’, ‘m’), (‘D’, ‘j’), (‘E’, ‘k’), (‘F’, ‘h’), (‘G’, ‘i’), (‘H’, ‘f’), (‘I’, ‘g’), (‘J’, ‘d’), (‘K’, ‘e’), (‘L’, ‘b’), (‘M’, ‘c’), (‘N’, ‘`’), (‘O’, ‘a’), (‘P’, ‘~’), (‘R’, ‘|’), (‘S’, ‘}’), (‘T’, ‘z’), (‘U’, ‘{‘), (‘V’, ‘x’), (‘W’, ‘y’), (‘X’, ‘v’), (‘Y’, ‘w’), (‘Z’, ‘t’), (‘”‘, ‘\x0c’), (‘#’, ‘\r’), (‘$’, ‘\n’), (‘%’, ‘\x0b’), (“‘”, ‘\t’), (‘@’, ‘n’), (‘[‘, ‘u’), (‘\\’, ‘r’), (‘]’, ‘s’), (‘^’, ‘p’), (‘_’, ‘q’), (‘`’, ‘N’), (‘{‘, ‘U’), (‘|’, ‘R’), (‘}’, ‘S’), (‘~’, ‘P’), (‘\t’, “‘”), (‘\n’, ‘$’), (‘\r’, ‘#’), (‘\x0b’, ‘%’), (‘\x0c’, ‘”‘)]
47; 2f; 72;
/
[(‘a’, ‘N’), (‘b’, ‘M’), (‘c’, ‘L’), (‘d’, ‘K’), (‘e’, ‘J’), (‘f’, ‘I’), (‘g’, ‘H’), (‘h’, ‘G’), (‘i’, ‘F’), (‘j’, ‘E’), (‘k’, ‘D’), (‘l’, ‘C’), (‘m’, ‘B’), (‘n’, ‘A’), (‘o’, ‘@’), (‘p’, ‘_’), (‘q’, ‘^’), (‘r’, ‘]’), (‘s’, ‘\\’), (‘t’, ‘[‘), (‘u’, ‘Z’), (‘v’, ‘Y’), (‘w’, ‘X’), (‘x’, ‘W’), (‘y’, ‘V’), (‘z’, ‘U’), (‘A’, ‘n’), (‘B’, ‘m’), (‘C’, ‘l’), (‘D’, ‘k’), (‘E’, ‘j’), (‘F’, ‘i’), (‘G’, ‘h’), (‘H’, ‘g’), (‘I’, ‘f’), (‘J’, ‘e’), (‘K’, ‘d’), (‘L’, ‘c’), (‘M’, ‘b’), (‘N’, ‘a’), (‘O’, ‘`’), (‘Q’, ‘~’), (‘R’, ‘}’), (‘S’, ‘|’), (‘T’, ‘{‘), (‘U’, ‘z’), (‘V’, ‘y’), (‘W’, ‘x’), (‘X’, ‘w’), (‘Y’, ‘v’), (‘Z’, ‘u’), (‘”‘, ‘\r’), (‘#’, ‘\x0c’), (‘$’, ‘\x0b’), (‘%’, ‘\n’), (‘&’, ‘\t’), (‘@’, ‘o’), (‘[‘, ‘t’), (‘\\’, ‘s’), (‘]’, ‘r’), (‘^’, ‘q’), (‘_’, ‘p’), (‘`’, ‘O’), (‘{‘, ‘T’), (‘|’, ‘S’), (‘}’, ‘R’), (‘~’, ‘Q’), (‘\t’, ‘&’), (‘\n’, ‘%’), (‘\r’, ‘”‘), (‘\x0b’, ‘$’), (‘\x0c’, ‘#’)]
48; 30; 72;
0
[(‘9’, ‘\t’), (‘a’, ‘Q’), (‘b’, ‘R’), (‘c’, ‘S’), (‘d’, ‘T’), (‘e’, ‘U’), (‘f’, ‘V’), (‘g’, ‘W’), (‘h’, ‘X’), (‘i’, ‘Y’), (‘j’, ‘Z’), (‘k’, ‘[‘), (‘l’, ‘\\’), (‘m’, ‘]’), (‘n’, ‘^’), (‘o’, ‘_’), (‘p’, ‘@’), (‘q’, ‘A’), (‘r’, ‘B’), (‘s’, ‘C’), (‘t’, ‘D’), (‘u’, ‘E’), (‘v’, ‘F’), (‘w’, ‘G’), (‘x’, ‘H’), (‘y’, ‘I’), (‘z’, ‘J’), (‘A’, ‘q’), (‘B’, ‘r’), (‘C’, ‘s’), (‘D’, ‘t’), (‘E’, ‘u’), (‘F’, ‘v’), (‘G’, ‘w’), (‘H’, ‘x’), (‘I’, ‘y’), (‘J’, ‘z’), (‘K’, ‘{‘), (‘L’, ‘|’), (‘M’, ‘}’), (‘N’, ‘~’), (‘P’, ‘`’), (‘Q’, ‘a’), (‘R’, ‘b’), (‘S’, ‘c’), (‘T’, ‘d’), (‘U’, ‘e’), (‘V’, ‘f’), (‘W’, ‘g’), (‘X’, ‘h’), (‘Y’, ‘i’), (‘Z’, ‘j’), (‘:’, ‘\n’), (‘;’, ‘\x0b’), (‘<', '\x0c'), ('=', '\r'), ('@', 'p'), ('[', 'k'), ('\\', 'l'), (']', 'm'), ('^', 'n'), ('_', 'o'), ('`', 'P'), ('{', 'K'), ('|', 'L'), ('}', 'M'), ('~', 'N'), ('\t', '9'), ('\n', ':'), ('\r', '='), ('\x0b', ';'), ('\x0c', '<')]
49; 31; 72;
1
[(‘8’, ‘\t’), (‘a’, ‘P’), (‘b’, ‘S’), (‘c’, ‘R’), (‘d’, ‘U’), (‘e’, ‘T’), (‘f’, ‘W’), (‘g’, ‘V’), (‘h’, ‘Y’), (‘i’, ‘X’), (‘j’, ‘[‘), (‘k’, ‘Z’), (‘l’, ‘]’), (‘m’, ‘\\’), (‘n’, ‘_’), (‘o’, ‘^’), (‘p’, ‘A’), (‘q’, ‘@’), (‘r’, ‘C’), (‘s’, ‘B’), (‘t’, ‘E’), (‘u’, ‘D’), (‘v’, ‘G’), (‘w’, ‘F’), (‘x’, ‘I’), (‘y’, ‘H’), (‘z’, ‘K’), (‘A’, ‘p’), (‘B’, ‘s’), (‘C’, ‘r’), (‘D’, ‘u’), (‘E’, ‘t’), (‘F’, ‘w’), (‘G’, ‘v’), (‘H’, ‘y’), (‘I’, ‘x’), (‘J’, ‘{‘), (‘K’, ‘z’), (‘L’, ‘}’), (‘M’, ‘|’), (‘O’, ‘~’), (‘P’, ‘a’), (‘Q’, ‘`’), (‘R’, ‘c’), (‘S’, ‘b’), (‘T’, ‘e’), (‘U’, ‘d’), (‘V’, ‘g’), (‘W’, ‘f’), (‘X’, ‘i’), (‘Y’, ‘h’), (‘Z’, ‘k’), (‘:’, ‘\x0b’), (‘;’, ‘\n’), (‘<', '\r'), ('=', '\x0c'), ('@', 'q'), ('[', 'j'), ('\\', 'm'), (']', 'l'), ('^', 'o'), ('_', 'n'), ('`', 'Q'), ('{', 'J'), ('|', 'M'), ('}', 'L'), ('~', 'O'), ('\t', '8'), ('\n', ';'), ('\r', '<'), ('\x0b', ':'), ('\x0c', '=')]
50; 32; 72;
2
[(‘8’, ‘\n’), (‘9’, ‘\x0b’), (‘a’, ‘S’), (‘b’, ‘P’), (‘c’, ‘Q’), (‘d’, ‘V’), (‘e’, ‘W’), (‘f’, ‘T’), (‘g’, ‘U’), (‘h’, ‘Z’), (‘i’, ‘[‘), (‘j’, ‘X’), (‘k’, ‘Y’), (‘l’, ‘^’), (‘m’, ‘_’), (‘n’, ‘\\’), (‘o’, ‘]’), (‘p’, ‘B’), (‘q’, ‘C’), (‘r’, ‘@’), (‘s’, ‘A’), (‘t’, ‘F’), (‘u’, ‘G’), (‘v’, ‘D’), (‘w’, ‘E’), (‘x’, ‘J’), (‘y’, ‘K’), (‘z’, ‘H’), (‘A’, ‘s’), (‘B’, ‘p’), (‘C’, ‘q’), (‘D’, ‘v’), (‘E’, ‘w’), (‘F’, ‘t’), (‘G’, ‘u’), (‘H’, ‘z’), (‘I’, ‘{‘), (‘J’, ‘x’), (‘K’, ‘y’), (‘L’, ‘~’), (‘N’, ‘|’), (‘O’, ‘}’), (‘P’, ‘b’), (‘Q’, ‘c’), (‘R’, ‘`’), (‘S’, ‘a’), (‘T’, ‘f’), (‘U’, ‘g’), (‘V’, ‘d’), (‘W’, ‘e’), (‘X’, ‘j’), (‘Y’, ‘k’), (‘Z’, ‘h’), (‘;’, ‘\t’), (‘>’, ‘\x0c’), (‘?’, ‘\r’), (‘@’, ‘r’), (‘[‘, ‘i’), (‘\\’, ‘n’), (‘]’, ‘o’), (‘^’, ‘l’), (‘_’, ‘m’), (‘`’, ‘R’), (‘{‘, ‘I’), (‘|’, ‘N’), (‘}’, ‘O’), (‘~’, ‘L’), (‘\t’, ‘;’), (‘\n’, ‘8’), (‘\r’, ‘?’), (‘\x0b’, ‘9’), (‘\x0c’, ‘>’)]
51; 33; 72;
3
[(‘8’, ‘\x0b’), (‘9’, ‘\n’), (‘a’, ‘R’), (‘b’, ‘Q’), (‘c’, ‘P’), (‘d’, ‘W’), (‘e’, ‘V’), (‘f’, ‘U’), (‘g’, ‘T’), (‘h’, ‘[‘), (‘i’, ‘Z’), (‘j’, ‘Y’), (‘k’, ‘X’), (‘l’, ‘_’), (‘m’, ‘^’), (‘n’, ‘]’), (‘o’, ‘\\’), (‘p’, ‘C’), (‘q’, ‘B’), (‘r’, ‘A’), (‘s’, ‘@’), (‘t’, ‘G’), (‘u’, ‘F’), (‘v’, ‘E’), (‘w’, ‘D’), (‘x’, ‘K’), (‘y’, ‘J’), (‘z’, ‘I’), (‘A’, ‘r’), (‘B’, ‘q’), (‘C’, ‘p’), (‘D’, ‘w’), (‘E’, ‘v’), (‘F’, ‘u’), (‘G’, ‘t’), (‘H’, ‘{‘), (‘I’, ‘z’), (‘J’, ‘y’), (‘K’, ‘x’), (‘M’, ‘~’), (‘N’, ‘}’), (‘O’, ‘|’), (‘P’, ‘c’), (‘Q’, ‘b’), (‘R’, ‘a’), (‘S’, ‘`’), (‘T’, ‘g’), (‘U’, ‘f’), (‘V’, ‘e’), (‘W’, ‘d’), (‘X’, ‘k’), (‘Y’, ‘j’), (‘Z’, ‘i’), (‘:’, ‘\t’), (‘>’, ‘\r’), (‘?’, ‘\x0c’), (‘@’, ‘s’), (‘[‘, ‘h’), (‘\\’, ‘o’), (‘]’, ‘n’), (‘^’, ‘m’), (‘_’, ‘l’), (‘`’, ‘S’), (‘{‘, ‘H’), (‘|’, ‘O’), (‘}’, ‘N’), (‘~’, ‘M’), (‘\t’, ‘:’), (‘\n’, ‘9’), (‘\r’, ‘>’), (‘\x0b’, ‘8’), (‘\x0c’, ‘?’)]
52; 34; 72;
4
[(‘8’, ‘\x0c’), (‘9’, ‘\r’), (‘a’, ‘U’), (‘b’, ‘V’), (‘c’, ‘W’), (‘d’, ‘P’), (‘e’, ‘Q’), (‘f’, ‘R’), (‘g’, ‘S’), (‘h’, ‘\\’), (‘i’, ‘]’), (‘j’, ‘^’), (‘k’, ‘_’), (‘l’, ‘X’), (‘m’, ‘Y’), (‘n’, ‘Z’), (‘o’, ‘[‘), (‘p’, ‘D’), (‘q’, ‘E’), (‘r’, ‘F’), (‘s’, ‘G’), (‘t’, ‘@’), (‘u’, ‘A’), (‘v’, ‘B’), (‘w’, ‘C’), (‘x’, ‘L’), (‘y’, ‘M’), (‘z’, ‘N’), (‘A’, ‘u’), (‘B’, ‘v’), (‘C’, ‘w’), (‘D’, ‘p’), (‘E’, ‘q’), (‘F’, ‘r’), (‘G’, ‘s’), (‘H’, ‘|’), (‘I’, ‘}’), (‘J’, ‘~’), (‘L’, ‘x’), (‘M’, ‘y’), (‘N’, ‘z’), (‘O’, ‘{‘), (‘P’, ‘d’), (‘Q’, ‘e’), (‘R’, ‘f’), (‘S’, ‘g’), (‘T’, ‘`’), (‘U’, ‘a’), (‘V’, ‘b’), (‘W’, ‘c’), (‘X’, ‘l’), (‘Y’, ‘m’), (‘Z’, ‘n’), (‘=’, ‘\t’), (‘>’, ‘\n’), (‘?’, ‘\x0b’), (‘@’, ‘t’), (‘[‘, ‘o’), (‘\\’, ‘h’), (‘]’, ‘i’), (‘^’, ‘j’), (‘_’, ‘k’), (‘`’, ‘T’), (‘{‘, ‘O’), (‘|’, ‘H’), (‘}’, ‘I’), (‘~’, ‘J’), (‘\t’, ‘=’), (‘\n’, ‘>’), (‘\r’, ‘9’), (‘\x0b’, ‘?’), (‘\x0c’, ‘8’)]
53; 35; 72;
5
[(‘8’, ‘\r’), (‘9’, ‘\x0c’), (‘a’, ‘T’), (‘b’, ‘W’), (‘c’, ‘V’), (‘d’, ‘Q’), (‘e’, ‘P’), (‘f’, ‘S’), (‘g’, ‘R’), (‘h’, ‘]’), (‘i’, ‘\\’), (‘j’, ‘_’), (‘k’, ‘^’), (‘l’, ‘Y’), (‘m’, ‘X’), (‘n’, ‘[‘), (‘o’, ‘Z’), (‘p’, ‘E’), (‘q’, ‘D’), (‘r’, ‘G’), (‘s’, ‘F’), (‘t’, ‘A’), (‘u’, ‘@’), (‘v’, ‘C’), (‘w’, ‘B’), (‘x’, ‘M’), (‘y’, ‘L’), (‘z’, ‘O’), (‘A’, ‘t’), (‘B’, ‘w’), (‘C’, ‘v’), (‘D’, ‘q’), (‘E’, ‘p’), (‘F’, ‘s’), (‘G’, ‘r’), (‘H’, ‘}’), (‘I’, ‘|’), (‘K’, ‘~’), (‘L’, ‘y’), (‘M’, ‘x’), (‘N’, ‘{‘), (‘O’, ‘z’), (‘P’, ‘e’), (‘Q’, ‘d’), (‘R’, ‘g’), (‘S’, ‘f’), (‘T’, ‘a’), (‘U’, ‘`’), (‘V’, ‘c’), (‘W’, ‘b’), (‘X’, ‘m’), (‘Y’, ‘l’), (‘Z’, ‘o’), (”, ‘\x0b’), (‘?’, ‘\n’), (‘@’, ‘u’), (‘[‘, ‘n’), (‘\\’, ‘i’), (‘]’, ‘h’), (‘^’, ‘k’), (‘_’, ‘j’), (‘`’, ‘U’), (‘{‘, ‘N’), (‘|’, ‘I’), (‘}’, ‘H’), (‘~’, ‘K’), (‘\t’, ”), (‘\x0c’, ‘9’)]
54; 36; 72;
6
[(‘a’, ‘W’), (‘b’, ‘T’), (‘c’, ‘U’), (‘d’, ‘R’), (‘e’, ‘S’), (‘f’, ‘P’), (‘g’, ‘Q’), (‘h’, ‘^’), (‘i’, ‘_’), (‘j’, ‘\\’), (‘k’, ‘]’), (‘l’, ‘Z’), (‘m’, ‘[‘), (‘n’, ‘X’), (‘o’, ‘Y’), (‘p’, ‘F’), (‘q’, ‘G’), (‘r’, ‘D’), (‘s’, ‘E’), (‘t’, ‘B’), (‘u’, ‘C’), (‘v’, ‘@’), (‘w’, ‘A’), (‘x’, ‘N’), (‘y’, ‘O’), (‘z’, ‘L’), (‘A’, ‘w’), (‘B’, ‘t’), (‘C’, ‘u’), (‘D’, ‘r’), (‘E’, ‘s’), (‘F’, ‘p’), (‘G’, ‘q’), (‘H’, ‘~’), (‘J’, ‘|’), (‘K’, ‘}’), (‘L’, ‘z’), (‘M’, ‘{‘), (‘N’, ‘x’), (‘O’, ‘y’), (‘P’, ‘f’), (‘Q’, ‘g’), (‘R’, ‘d’), (‘S’, ‘e’), (‘T’, ‘b’), (‘U’, ‘c’), (‘V’, ‘`’), (‘W’, ‘a’), (‘X’, ‘n’), (‘Y’, ‘o’), (‘Z’, ‘l’), (‘:’, ‘\x0c’), (‘;’, ‘\r’), (‘<', '\n'), ('=', '\x0b'), ('?', '\t'), ('@', 'v'), ('[', 'm'), ('\\', 'j'), (']', 'k'), ('^', 'h'), ('_', 'i'), ('`', 'V'), ('{', 'M'), ('|', 'J'), ('}', 'K'), ('~', 'H'), ('\t', '?'), ('\n', '<'), ('\r', ';'), ('\x0b', '='), ('\x0c', ':')]
55; 37; 72;
7
[(‘a’, ‘V’), (‘b’, ‘U’), (‘c’, ‘T’), (‘d’, ‘S’), (‘e’, ‘R’), (‘f’, ‘Q’), (‘g’, ‘P’), (‘h’, ‘_’), (‘i’, ‘^’), (‘j’, ‘]’), (‘k’, ‘\\’), (‘l’, ‘[‘), (‘m’, ‘Z’), (‘n’, ‘Y’), (‘o’, ‘X’), (‘p’, ‘G’), (‘q’, ‘F’), (‘r’, ‘E’), (‘s’, ‘D’), (‘t’, ‘C’), (‘u’, ‘B’), (‘v’, ‘A’), (‘w’, ‘@’), (‘x’, ‘O’), (‘y’, ‘N’), (‘z’, ‘M’), (‘A’, ‘v’), (‘B’, ‘u’), (‘C’, ‘t’), (‘D’, ‘s’), (‘E’, ‘r’), (‘F’, ‘q’), (‘G’, ‘p’), (‘I’, ‘~’), (‘J’, ‘}’), (‘K’, ‘|’), (‘L’, ‘{‘), (‘M’, ‘z’), (‘N’, ‘y’), (‘O’, ‘x’), (‘P’, ‘g’), (‘Q’, ‘f’), (‘R’, ‘e’), (‘S’, ‘d’), (‘T’, ‘c’), (‘U’, ‘b’), (‘V’, ‘a’), (‘W’, ‘`’), (‘X’, ‘o’), (‘Y’, ‘n’), (‘Z’, ‘m’), (‘:’, ‘\r’), (‘;’, ‘\x0c’), (”, ‘\t’), (‘@’, ‘w’), (‘[‘, ‘l’), (‘\\’, ‘k’), (‘]’, ‘j’), (‘^’, ‘i’), (‘_’, ‘h’), (‘`’, ‘W’), (‘{‘, ‘L’), (‘|’, ‘K’), (‘}’, ‘J’), (‘~’, ‘I’), (‘\t’, ‘>’), (‘\n’, ‘=’), (‘\r’, ‘:’), (‘\x0b’, ‘<'), ('\x0c', ';')]
56; 38; 72;
8
[(‘1’, ‘\t’), (‘2’, ‘\n’), (‘3’, ‘\x0b’), (‘4’, ‘\x0c’), (‘5’, ‘\r’), (‘a’, ‘Y’), (‘b’, ‘Z’), (‘c’, ‘[‘), (‘d’, ‘\\’), (‘e’, ‘]’), (‘f’, ‘^’), (‘g’, ‘_’), (‘h’, ‘P’), (‘i’, ‘Q’), (‘j’, ‘R’), (‘k’, ‘S’), (‘l’, ‘T’), (‘m’, ‘U’), (‘n’, ‘V’), (‘o’, ‘W’), (‘p’, ‘H’), (‘q’, ‘I’), (‘r’, ‘J’), (‘s’, ‘K’), (‘t’, ‘L’), (‘u’, ‘M’), (‘v’, ‘N’), (‘w’, ‘O’), (‘x’, ‘@’), (‘y’, ‘A’), (‘z’, ‘B’), (‘A’, ‘y’), (‘B’, ‘z’), (‘C’, ‘{‘), (‘D’, ‘|’), (‘E’, ‘}’), (‘F’, ‘~’), (‘H’, ‘p’), (‘I’, ‘q’), (‘J’, ‘r’), (‘K’, ‘s’), (‘L’, ‘t’), (‘M’, ‘u’), (‘N’, ‘v’), (‘O’, ‘w’), (‘P’, ‘h’), (‘Q’, ‘i’), (‘R’, ‘j’), (‘S’, ‘k’), (‘T’, ‘l’), (‘U’, ‘m’), (‘V’, ‘n’), (‘W’, ‘o’), (‘X’, ‘`’), (‘Y’, ‘a’), (‘Z’, ‘b’), (‘@’, ‘x’), (‘[‘, ‘c’), (‘\\’, ‘d’), (‘]’, ‘e’), (‘^’, ‘f’), (‘_’, ‘g’), (‘`’, ‘X’), (‘{‘, ‘C’), (‘|’, ‘D’), (‘}’, ‘E’), (‘~’, ‘F’), (‘\t’, ‘1’), (‘\n’, ‘2’), (‘\r’, ‘5’), (‘\x0b’, ‘3’), (‘\x0c’, ‘4’)]
57; 39; 72;
9
[(‘0’, ‘\t’), (‘2’, ‘\x0b’), (‘3’, ‘\n’), (‘4’, ‘\r’), (‘5’, ‘\x0c’), (‘a’, ‘X’), (‘b’, ‘[‘), (‘c’, ‘Z’), (‘d’, ‘]’), (‘e’, ‘\\’), (‘f’, ‘_’), (‘g’, ‘^’), (‘h’, ‘Q’), (‘i’, ‘P’), (‘j’, ‘S’), (‘k’, ‘R’), (‘l’, ‘U’), (‘m’, ‘T’), (‘n’, ‘W’), (‘o’, ‘V’), (‘p’, ‘I’), (‘q’, ‘H’), (‘r’, ‘K’), (‘s’, ‘J’), (‘t’, ‘M’), (‘u’, ‘L’), (‘v’, ‘O’), (‘w’, ‘N’), (‘x’, ‘A’), (‘y’, ‘@’), (‘z’, ‘C’), (‘A’, ‘x’), (‘B’, ‘{‘), (‘C’, ‘z’), (‘D’, ‘}’), (‘E’, ‘|’), (‘G’, ‘~’), (‘H’, ‘q’), (‘I’, ‘p’), (‘J’, ‘s’), (‘K’, ‘r’), (‘L’, ‘u’), (‘M’, ‘t’), (‘N’, ‘w’), (‘O’, ‘v’), (‘P’, ‘i’), (‘Q’, ‘h’), (‘R’, ‘k’), (‘S’, ‘j’), (‘T’, ‘m’), (‘U’, ‘l’), (‘V’, ‘o’), (‘W’, ‘n’), (‘X’, ‘a’), (‘Y’, ‘`’), (‘Z’, ‘c’), (‘@’, ‘y’), (‘[‘, ‘b’), (‘\\’, ‘e’), (‘]’, ‘d’), (‘^’, ‘g’), (‘_’, ‘f’), (‘`’, ‘Y’), (‘{‘, ‘B’), (‘|’, ‘E’), (‘}’, ‘D’), (‘~’, ‘G’), (‘\t’, ‘0’), (‘\n’, ‘3’), (‘\r’, ‘4’), (‘\x0b’, ‘2’), (‘\x0c’, ‘5’)]
58; 3a; 72;
:
[(‘0’, ‘\n’), (‘1’, ‘\x0b’), (‘3’, ‘\t’), (‘6’, ‘\x0c’), (‘7’, ‘\r’), (‘a’, ‘[‘), (‘b’, ‘X’), (‘c’, ‘Y’), (‘d’, ‘^’), (‘e’, ‘_’), (‘f’, ‘\\’), (‘g’, ‘]’), (‘h’, ‘R’), (‘i’, ‘S’), (‘j’, ‘P’), (‘k’, ‘Q’), (‘l’, ‘V’), (‘m’, ‘W’), (‘n’, ‘T’), (‘o’, ‘U’), (‘p’, ‘J’), (‘q’, ‘K’), (‘r’, ‘H’), (‘s’, ‘I’), (‘t’, ‘N’), (‘u’, ‘O’), (‘v’, ‘L’), (‘w’, ‘M’), (‘x’, ‘B’), (‘y’, ‘C’), (‘z’, ‘@’), (‘A’, ‘{‘), (‘B’, ‘x’), (‘C’, ‘y’), (‘D’, ‘~’), (‘F’, ‘|’), (‘G’, ‘}’), (‘H’, ‘r’), (‘I’, ‘s’), (‘J’, ‘p’), (‘K’, ‘q’), (‘L’, ‘v’), (‘M’, ‘w’), (‘N’, ‘t’), (‘O’, ‘u’), (‘P’, ‘j’), (‘Q’, ‘k’), (‘R’, ‘h’), (‘S’, ‘i’), (‘T’, ‘n’), (‘U’, ‘o’), (‘V’, ‘l’), (‘W’, ‘m’), (‘X’, ‘b’), (‘Y’, ‘c’), (‘Z’, ‘`’), (‘@’, ‘z’), (‘[‘, ‘a’), (‘\\’, ‘f’), (‘]’, ‘g’), (‘^’, ‘d’), (‘_’, ‘e’), (‘`’, ‘Z’), (‘{‘, ‘A’), (‘|’, ‘F’), (‘}’, ‘G’), (‘~’, ‘D’), (‘\t’, ‘3’), (‘\n’, ‘0’), (‘\r’, ‘7’), (‘\x0b’, ‘1’), (‘\x0c’, ‘6’)]
59; 3b; 72;
;
[(‘0’, ‘\x0b’), (‘1’, ‘\n’), (‘2’, ‘\t’), (‘6’, ‘\r’), (‘7’, ‘\x0c’), (‘a’, ‘Z’), (‘b’, ‘Y’), (‘c’, ‘X’), (‘d’, ‘_’), (‘e’, ‘^’), (‘f’, ‘]’), (‘g’, ‘\\’), (‘h’, ‘S’), (‘i’, ‘R’), (‘j’, ‘Q’), (‘k’, ‘P’), (‘l’, ‘W’), (‘m’, ‘V’), (‘n’, ‘U’), (‘o’, ‘T’), (‘p’, ‘K’), (‘q’, ‘J’), (‘r’, ‘I’), (‘s’, ‘H’), (‘t’, ‘O’), (‘u’, ‘N’), (‘v’, ‘M’), (‘w’, ‘L’), (‘x’, ‘C’), (‘y’, ‘B’), (‘z’, ‘A’), (‘A’, ‘z’), (‘B’, ‘y’), (‘C’, ‘x’), (‘E’, ‘~’), (‘F’, ‘}’), (‘G’, ‘|’), (‘H’, ‘s’), (‘I’, ‘r’), (‘J’, ‘q’), (‘K’, ‘p’), (‘L’, ‘w’), (‘M’, ‘v’), (‘N’, ‘u’), (‘O’, ‘t’), (‘P’, ‘k’), (‘Q’, ‘j’), (‘R’, ‘i’), (‘S’, ‘h’), (‘T’, ‘o’), (‘U’, ‘n’), (‘V’, ‘m’), (‘W’, ‘l’), (‘X’, ‘c’), (‘Y’, ‘b’), (‘Z’, ‘a’), (‘@’, ‘{‘), (‘[‘, ‘`’), (‘\\’, ‘g’), (‘]’, ‘f’), (‘^’, ‘e’), (‘_’, ‘d’), (‘`’, ‘[‘), (‘{‘, ‘@’), (‘|’, ‘G’), (‘}’, ‘F’), (‘~’, ‘E’), (‘\t’, ‘2’), (‘\n’, ‘1’), (‘\r’, ‘6’), (‘\x0b’, ‘0’), (‘\x0c’, ‘7’)]
60; 3c; 72;
<
[(‘0’, ‘\x0c’), (‘1’, ‘\r’), (‘5’, ‘\t’), (‘6’, ‘\n’), (‘7’, ‘\x0b’), (‘a’, ‘]’), (‘b’, ‘^’), (‘c’, ‘_’), (‘d’, ‘X’), (‘e’, ‘Y’), (‘f’, ‘Z’), (‘g’, ‘[‘), (‘h’, ‘T’), (‘i’, ‘U’), (‘j’, ‘V’), (‘k’, ‘W’), (‘l’, ‘P’), (‘m’, ‘Q’), (‘n’, ‘R’), (‘o’, ‘S’), (‘p’, ‘L’), (‘q’, ‘M’), (‘r’, ‘N’), (‘s’, ‘O’), (‘t’, ‘H’), (‘u’, ‘I’), (‘v’, ‘J’), (‘w’, ‘K’), (‘x’, ‘D’), (‘y’, ‘E’), (‘z’, ‘F’), (‘A’, ‘}’), (‘B’, ‘~’), (‘D’, ‘x’), (‘E’, ‘y’), (‘F’, ‘z’), (‘G’, ‘{‘), (‘H’, ‘t’), (‘I’, ‘u’), (‘J’, ‘v’), (‘K’, ‘w’), (‘L’, ‘p’), (‘M’, ‘q’), (‘N’, ‘r’), (‘O’, ‘s’), (‘P’, ‘l’), (‘Q’, ‘m’), (‘R’, ‘n’), (‘S’, ‘o’), (‘T’, ‘h’), (‘U’, ‘i’), (‘V’, ‘j’), (‘W’, ‘k’), (‘X’, ‘d’), (‘Y’, ‘e’), (‘Z’, ‘f’), (‘@’, ‘|’), (‘[‘, ‘g’), (‘\\’, ‘`’), (‘]’, ‘a’), (‘^’, ‘b’), (‘_’, ‘c’), (‘`’, ‘\\’), (‘{‘, ‘G’), (‘|’, ‘@’), (‘}’, ‘A’), (‘~’, ‘B’), (‘\t’, ‘5’), (‘\n’, ‘6’), (‘\r’, ‘1’), (‘\x0b’, ‘7’), (‘\x0c’, ‘0’)]
61; 3d; 72;
=
[(‘0’, ‘\r’), (‘1’, ‘\x0c’), (‘4’, ‘\t’), (‘6’, ‘\x0b’), (‘7’, ‘\n’), (‘a’, ‘\\’), (‘b’, ‘_’), (‘c’, ‘^’), (‘d’, ‘Y’), (‘e’, ‘X’), (‘f’, ‘[‘), (‘g’, ‘Z’), (‘h’, ‘U’), (‘i’, ‘T’), (‘j’, ‘W’), (‘k’, ‘V’), (‘l’, ‘Q’), (‘m’, ‘P’), (‘n’, ‘S’), (‘o’, ‘R’), (‘p’, ‘M’), (‘q’, ‘L’), (‘r’, ‘O’), (‘s’, ‘N’), (‘t’, ‘I’), (‘u’, ‘H’), (‘v’, ‘K’), (‘w’, ‘J’), (‘x’, ‘E’), (‘y’, ‘D’), (‘z’, ‘G’), (‘A’, ‘|’), (‘C’, ‘~’), (‘D’, ‘y’), (‘E’, ‘x’), (‘F’, ‘{‘), (‘G’, ‘z’), (‘H’, ‘u’), (‘I’, ‘t’), (‘J’, ‘w’), (‘K’, ‘v’), (‘L’, ‘q’), (‘M’, ‘p’), (‘N’, ‘s’), (‘O’, ‘r’), (‘P’, ‘m’), (‘Q’, ‘l’), (‘R’, ‘o’), (‘S’, ‘n’), (‘T’, ‘i’), (‘U’, ‘h’), (‘V’, ‘k’), (‘W’, ‘j’), (‘X’, ‘e’), (‘Y’, ‘d’), (‘Z’, ‘g’), (‘@’, ‘}’), (‘[‘, ‘f’), (‘\\’, ‘a’), (‘]’, ‘`’), (‘^’, ‘c’), (‘_’, ‘b’), (‘`’, ‘]’), (‘{‘, ‘F’), (‘|’, ‘A’), (‘}’, ‘@’), (‘~’, ‘C’), (‘\t’, ‘4’), (‘\n’, ‘7’), (‘\r’, ‘0’), (‘\x0b’, ‘6’), (‘\x0c’, ‘1’)]
62; 3e; 72;
>
[(‘2’, ‘\x0c’), (‘3’, ‘\r’), (‘4’, ‘\n’), (‘5’, ‘\x0b’), (‘7’, ‘\t’), (‘a’, ‘_’), (‘b’, ‘\\’), (‘c’, ‘]’), (‘d’, ‘Z’), (‘e’, ‘[‘), (‘f’, ‘X’), (‘g’, ‘Y’), (‘h’, ‘V’), (‘i’, ‘W’), (‘j’, ‘T’), (‘k’, ‘U’), (‘l’, ‘R’), (‘m’, ‘S’), (‘n’, ‘P’), (‘o’, ‘Q’), (‘p’, ‘N’), (‘q’, ‘O’), (‘r’, ‘L’), (‘s’, ‘M’), (‘t’, ‘J’), (‘u’, ‘K’), (‘v’, ‘H’), (‘w’, ‘I’), (‘x’, ‘F’), (‘y’, ‘G’), (‘z’, ‘D’), (‘B’, ‘|’), (‘C’, ‘}’), (‘D’, ‘z’), (‘E’, ‘{‘), (‘F’, ‘x’), (‘G’, ‘y’), (‘H’, ‘v’), (‘I’, ‘w’), (‘J’, ‘t’), (‘K’, ‘u’), (‘L’, ‘r’), (‘M’, ‘s’), (‘N’, ‘p’), (‘O’, ‘q’), (‘P’, ‘n’), (‘Q’, ‘o’), (‘R’, ‘l’), (‘S’, ‘m’), (‘T’, ‘j’), (‘U’, ‘k’), (‘V’, ‘h’), (‘W’, ‘i’), (‘X’, ‘f’), (‘Y’, ‘g’), (‘Z’, ‘d’), (‘@’, ‘~’), (‘[‘, ‘e’), (‘\\’, ‘b’), (‘]’, ‘c’), (‘^’, ‘`’), (‘_’, ‘a’), (‘`’, ‘^’), (‘{‘, ‘E’), (‘|’, ‘B’), (‘}’, ‘C’), (‘~’, ‘@’), (‘\t’, ‘7’), (‘\n’, ‘4’), (‘\r’, ‘3’), (‘\x0b’, ‘5’), (‘\x0c’, ‘2’)]
63; 3f; 72;
?
[(‘2’, ‘\r’), (‘3’, ‘\x0c’), (‘4’, ‘\x0b’), (‘5’, ‘\n’), (‘6’, ‘\t’), (‘a’, ‘^’), (‘b’, ‘]’), (‘c’, ‘\\’), (‘d’, ‘[‘), (‘e’, ‘Z’), (‘f’, ‘Y’), (‘g’, ‘X’), (‘h’, ‘W’), (‘i’, ‘V’), (‘j’, ‘U’), (‘k’, ‘T’), (‘l’, ‘S’), (‘m’, ‘R’), (‘n’, ‘Q’), (‘o’, ‘P’), (‘p’, ‘O’), (‘q’, ‘N’), (‘r’, ‘M’), (‘s’, ‘L’), (‘t’, ‘K’), (‘u’, ‘J’), (‘v’, ‘I’), (‘w’, ‘H’), (‘x’, ‘G’), (‘y’, ‘F’), (‘z’, ‘E’), (‘A’, ‘~’), (‘B’, ‘}’), (‘C’, ‘|’), (‘D’, ‘{‘), (‘E’, ‘z’), (‘F’, ‘y’), (‘G’, ‘x’), (‘H’, ‘w’), (‘I’, ‘v’), (‘J’, ‘u’), (‘K’, ‘t’), (‘L’, ‘s’), (‘M’, ‘r’), (‘N’, ‘q’), (‘O’, ‘p’), (‘P’, ‘o’), (‘Q’, ‘n’), (‘R’, ‘m’), (‘S’, ‘l’), (‘T’, ‘k’), (‘U’, ‘j’), (‘V’, ‘i’), (‘W’, ‘h’), (‘X’, ‘g’), (‘Y’, ‘f’), (‘Z’, ‘e’), (‘[‘, ‘d’), (‘\\’, ‘c’), (‘]’, ‘b’), (‘^’, ‘a’), (‘_’, ‘`’), (‘`’, ‘_’), (‘{‘, ‘D’), (‘|’, ‘C’), (‘}’, ‘B’), (‘~’, ‘A’), (‘\t’, ‘6’), (‘\n’, ‘5’), (‘\r’, ‘2’), (‘\x0b’, ‘4’), (‘\x0c’, ‘3’)]
64; 40; 72;
@
[(‘0’, ‘p’), (‘1’, ‘q’), (‘2’, ‘r’), (‘3’, ‘s’), (‘4’, ‘t’), (‘5’, ‘u’), (‘6’, ‘v’), (‘7’, ‘w’), (‘8’, ‘x’), (‘9’, ‘y’), (‘a’, ‘!’), (‘b’, ‘”‘), (‘c’, ‘#’), (‘d’, ‘$’), (‘e’, ‘%’), (‘f’, ‘&’), (‘g’, “‘”), (‘h’, ‘(‘), (‘i’, ‘)’), (‘j’, ‘*’), (‘k’, ‘+’), (‘l’, ‘,’), (‘m’, ‘-‘), (‘n’, ‘.’), (‘o’, ‘/’), (‘p’, ‘0’), (‘q’, ‘1’), (‘r’, ‘2’), (‘s’, ‘3’), (‘t’, ‘4’), (‘u’, ‘5’), (‘v’, ‘6’), (‘w’, ‘7’), (‘x’, ‘8’), (‘y’, ‘9’), (‘z’, ‘:’), (‘I’, ‘\t’), (‘J’, ‘\n’), (‘K’, ‘\x0b’), (‘L’, ‘\x0c’), (‘M’, ‘\r’), (‘!’, ‘a’), (‘”‘, ‘b’), (‘#’, ‘c’), (‘$’, ‘d’), (‘%’, ‘e’), (‘&’, ‘f’), (“‘”, ‘g’), (‘(‘, ‘h’), (‘)’, ‘i’), (‘*’, ‘j’), (‘+’, ‘k’), (‘,’, ‘l’), (‘-‘, ‘m’), (‘.’, ‘n’), (‘/’, ‘o’), (‘:’, ‘z’), (‘;’, ‘{‘), (”, ‘~’), (‘`’, ‘ ‘), (‘{‘, ‘;’), (‘|’, ”), (‘ ‘, ‘`’), (‘\t’, ‘I’), (‘\n’, ‘J’), (‘\r’, ‘M’), (‘\x0b’, ‘K’), (‘\x0c’, ‘L’)]
65; 41; 72;
A
[(‘0’, ‘q’), (‘1’, ‘p’), (‘2’, ‘s’), (‘3’, ‘r’), (‘4’, ‘u’), (‘5’, ‘t’), (‘6’, ‘w’), (‘7’, ‘v’), (‘8’, ‘y’), (‘9’, ‘x’), (‘a’, ‘ ‘), (‘b’, ‘#’), (‘c’, ‘”‘), (‘d’, ‘%’), (‘e’, ‘$’), (‘f’, “‘”), (‘g’, ‘&’), (‘h’, ‘)’), (‘i’, ‘(‘), (‘j’, ‘+’), (‘k’, ‘*’), (‘l’, ‘-‘), (‘m’, ‘,’), (‘n’, ‘/’), (‘o’, ‘.’), (‘p’, ‘1’), (‘q’, ‘0’), (‘r’, ‘3’), (‘s’, ‘2’), (‘t’, ‘5’), (‘u’, ‘4’), (‘v’, ‘7’), (‘w’, ‘6’), (‘x’, ‘9’), (‘y’, ‘8’), (‘z’, ‘;’), (‘H’, ‘\t’), (‘J’, ‘\x0b’), (‘K’, ‘\n’), (‘L’, ‘\r’), (‘M’, ‘\x0c’), (‘!’, ‘`’), (‘”‘, ‘c’), (‘#’, ‘b’), (‘$’, ‘e’), (‘%’, ‘d’), (‘&’, ‘g’), (“‘”, ‘f’), (‘(‘, ‘i’), (‘)’, ‘h’), (‘*’, ‘k’), (‘+’, ‘j’), (‘,’, ‘m’), (‘-‘, ‘l’), (‘.’, ‘o’), (‘/’, ‘n’), (‘:’, ‘{‘), (‘;’, ‘z’), (‘<', '}'), ('=', '|'), ('?', '~'), ('`', '!'), ('{', ':'), ('|', '='), ('}', '<'), ('~', '?'), (' ', 'a'), ('\t', 'H'), ('\n', 'K'), ('\r', 'L'), ('\x0b', 'J'), ('\x0c', 'M')]
66; 42; 72;
B
[(‘0’, ‘r’), (‘1’, ‘s’), (‘2’, ‘p’), (‘3’, ‘q’), (‘4’, ‘v’), (‘5’, ‘w’), (‘6’, ‘t’), (‘7’, ‘u’), (‘8’, ‘z’), (‘9’, ‘{‘), (‘a’, ‘#’), (‘b’, ‘ ‘), (‘c’, ‘!’), (‘d’, ‘&’), (‘e’, “‘”), (‘f’, ‘$’), (‘g’, ‘%’), (‘h’, ‘*’), (‘i’, ‘+’), (‘j’, ‘(‘), (‘k’, ‘)’), (‘l’, ‘.’), (‘m’, ‘/’), (‘n’, ‘,’), (‘o’, ‘-‘), (‘p’, ‘2’), (‘q’, ‘3’), (‘r’, ‘0’), (‘s’, ‘1’), (‘t’, ‘6’), (‘u’, ‘7’), (‘v’, ‘4’), (‘w’, ‘5’), (‘x’, ‘:’), (‘y’, ‘;’), (‘z’, ‘8’), (‘H’, ‘\n’), (‘I’, ‘\x0b’), (‘K’, ‘\t’), (‘N’, ‘\x0c’), (‘O’, ‘\r’), (‘!’, ‘c’), (‘”‘, ‘`’), (‘#’, ‘a’), (‘$’, ‘f’), (‘%’, ‘g’), (‘&’, ‘d’), (“‘”, ‘e’), (‘(‘, ‘j’), (‘)’, ‘k’), (‘*’, ‘h’), (‘+’, ‘i’), (‘,’, ‘n’), (‘-‘, ‘o’), (‘.’, ‘l’), (‘/’, ‘m’), (‘:’, ‘x’), (‘;’, ‘y’), (”, ‘|’), (‘?’, ‘}’), (‘`’, ‘”‘), (‘{‘, ‘9’), (‘|’, ‘>’), (‘}’, ‘?’), (‘~’, ‘<'), (' ', 'b'), ('\t', 'K'), ('\n', 'H'), ('\r', 'O'), ('\x0b', 'I'), ('\x0c', 'N')]
67; 43; 72;
C
[(‘0’, ‘s’), (‘1’, ‘r’), (‘2’, ‘q’), (‘3’, ‘p’), (‘4’, ‘w’), (‘5’, ‘v’), (‘6’, ‘u’), (‘7’, ‘t’), (‘8’, ‘{‘), (‘9’, ‘z’), (‘a’, ‘”‘), (‘b’, ‘!’), (‘c’, ‘ ‘), (‘d’, “‘”), (‘e’, ‘&’), (‘f’, ‘%’), (‘g’, ‘$’), (‘h’, ‘+’), (‘i’, ‘*’), (‘j’, ‘)’), (‘k’, ‘(‘), (‘l’, ‘/’), (‘m’, ‘.’), (‘n’, ‘-‘), (‘o’, ‘,’), (‘p’, ‘3’), (‘q’, ‘2’), (‘r’, ‘1’), (‘s’, ‘0’), (‘t’, ‘7’), (‘u’, ‘6’), (‘v’, ‘5’), (‘w’, ‘4’), (‘x’, ‘;’), (‘y’, ‘:’), (‘z’, ‘9’), (‘H’, ‘\x0b’), (‘I’, ‘\n’), (‘J’, ‘\t’), (‘N’, ‘\r’), (‘O’, ‘\x0c’), (‘!’, ‘b’), (‘”‘, ‘a’), (‘#’, ‘`’), (‘$’, ‘g’), (‘%’, ‘f’), (‘&’, ‘e’), (“‘”, ‘d’), (‘(‘, ‘k’), (‘)’, ‘j’), (‘*’, ‘i’), (‘+’, ‘h’), (‘,’, ‘o’), (‘-‘, ‘n’), (‘.’, ‘m’), (‘/’, ‘l’), (‘:’, ‘y’), (‘;’, ‘x’), (‘=’, ‘~’), (‘>’, ‘}’), (‘?’, ‘|’), (‘`’, ‘#’), (‘{‘, ‘8’), (‘|’, ‘?’), (‘}’, ‘>’), (‘~’, ‘=’), (‘ ‘, ‘c’), (‘\t’, ‘J’), (‘\n’, ‘I’), (‘\r’, ‘N’), (‘\x0b’, ‘H’), (‘\x0c’, ‘O’)]
68; 44; 72;
D
[(‘0’, ‘t’), (‘1’, ‘u’), (‘2’, ‘v’), (‘3’, ‘w’), (‘4’, ‘p’), (‘5’, ‘q’), (‘6’, ‘r’), (‘7’, ‘s’), (‘8’, ‘|’), (‘9’, ‘}’), (‘a’, ‘%’), (‘b’, ‘&’), (‘c’, “‘”), (‘d’, ‘ ‘), (‘e’, ‘!’), (‘f’, ‘”‘), (‘g’, ‘#’), (‘h’, ‘,’), (‘i’, ‘-‘), (‘j’, ‘.’), (‘k’, ‘/’), (‘l’, ‘(‘), (‘m’, ‘)’), (‘n’, ‘*’), (‘o’, ‘+’), (‘p’, ‘4’), (‘q’, ‘5’), (‘r’, ‘6’), (‘s’, ‘7’), (‘t’, ‘0’), (‘u’, ‘1’), (‘v’, ‘2’), (‘w’, ‘3’), (‘x’, ”), (‘H’, ‘\x0c’), (‘I’, ‘\r’), (‘M’, ‘\t’), (‘N’, ‘\n’), (‘O’, ‘\x0b’), (‘!’, ‘e’), (‘”‘, ‘f’), (‘#’, ‘g’), (‘$’, ‘`’), (‘%’, ‘a’), (‘&’, ‘b’), (“‘”, ‘c’), (‘(‘, ‘l’), (‘)’, ‘m’), (‘*’, ‘n’), (‘+’, ‘o’), (‘,’, ‘h’), (‘-‘, ‘i’), (‘.’, ‘j’), (‘/’, ‘k’), (‘:’, ‘~’), (”, ‘z’), (‘?’, ‘{‘), (‘`’, ‘$’), (‘{‘, ‘?’), (‘|’, ‘8’), (‘}’, ‘9’), (‘~’, ‘:’), (‘ ‘, ‘d’), (‘\t’, ‘M’), (‘\n’, ‘N’), (‘\r’, ‘I’), (‘\x0b’, ‘O’), (‘\x0c’, ‘H’)]
69; 45; 72;
E
[(‘0’, ‘u’), (‘1’, ‘t’), (‘2’, ‘w’), (‘3’, ‘v’), (‘4’, ‘q’), (‘5’, ‘p’), (‘6’, ‘s’), (‘7’, ‘r’), (‘8’, ‘}’), (‘9’, ‘|’), (‘a’, ‘$’), (‘b’, “‘”), (‘c’, ‘&’), (‘d’, ‘!’), (‘e’, ‘ ‘), (‘f’, ‘#’), (‘g’, ‘”‘), (‘h’, ‘-‘), (‘i’, ‘,’), (‘j’, ‘/’), (‘k’, ‘.’), (‘l’, ‘)’), (‘m’, ‘(‘), (‘n’, ‘+’), (‘o’, ‘*’), (‘p’, ‘5’), (‘q’, ‘4’), (‘r’, ‘7’), (‘s’, ‘6’), (‘t’, ‘1’), (‘u’, ‘0’), (‘v’, ‘3’), (‘w’, ‘2’), (‘x’, ‘=’), (‘y’, ‘<'), ('z', '?'), ('H', '\r'), ('I', '\x0c'), ('L', '\t'), ('N', '\x0b'), ('O', '\n'), ('!', 'd'), ('"', 'g'), ('#', 'f'), ('$', 'a'), ('%', '`'), ('&', 'c'), ("'", 'b'), ('(', 'm'), (')', 'l'), ('*', 'o'), ('+', 'n'), (',', 'i'), ('-', 'h'), ('.', 'k'), ('/', 'j'), (';', '~'), ('’, ‘{‘), (‘?’, ‘z’), (‘`’, ‘%’), (‘{‘, ‘>’), (‘|’, ‘9’), (‘}’, ‘8’), (‘~’, ‘;’), (‘ ‘, ‘e’), (‘\t’, ‘L’), (‘\n’, ‘O’), (‘\r’, ‘H’), (‘\x0b’, ‘N’), (‘\x0c’, ‘I’)]
70; 46; 72;
F
[(‘0’, ‘v’), (‘1’, ‘w’), (‘2’, ‘t’), (‘3’, ‘u’), (‘4’, ‘r’), (‘5’, ‘s’), (‘6’, ‘p’), (‘7’, ‘q’), (‘8’, ‘~’), (‘a’, “‘”), (‘b’, ‘$’), (‘c’, ‘%’), (‘d’, ‘”‘), (‘e’, ‘#’), (‘f’, ‘ ‘), (‘g’, ‘!’), (‘h’, ‘.’), (‘i’, ‘/’), (‘j’, ‘,’), (‘k’, ‘-‘), (‘l’, ‘*’), (‘m’, ‘+’), (‘n’, ‘(‘), (‘o’, ‘)’), (‘p’, ‘6’), (‘q’, ‘7’), (‘r’, ‘4’), (‘s’, ‘5’), (‘t’, ‘2’), (‘u’, ‘3’), (‘v’, ‘0’), (‘w’, ‘1’), (‘x’, ‘>’), (‘y’, ‘?’), (‘z’, ‘<'), ('J', '\x0c'), ('K', '\r'), ('L', '\n'), ('M', '\x0b'), ('O', '\t'), ('!', 'g'), ('"', 'd'), ('#', 'e'), ('$', 'b'), ('%', 'c'), ('&', '`'), ("'", 'a'), ('(', 'n'), (')', 'o'), ('*', 'l'), ('+', 'm'), (',', 'j'), ('-', 'k'), ('.', 'h'), ('/', 'i'), (':', '|'), (';', '}'), ('’, ‘x’), (‘?’, ‘y’), (‘`’, ‘&’), (‘{‘, ‘=’), (‘|’, ‘:’), (‘}’, ‘;’), (‘~’, ‘8’), (‘ ‘, ‘f’), (‘\t’, ‘O’), (‘\n’, ‘L’), (‘\r’, ‘K’), (‘\x0b’, ‘M’), (‘\x0c’, ‘J’)]
71; 47; 72;
G
[(‘0’, ‘w’), (‘1’, ‘v’), (‘2’, ‘u’), (‘3’, ‘t’), (‘4’, ‘s’), (‘5’, ‘r’), (‘6’, ‘q’), (‘7’, ‘p’), (‘9’, ‘~’), (‘a’, ‘&’), (‘b’, ‘%’), (‘c’, ‘$’), (‘d’, ‘#’), (‘e’, ‘”‘), (‘f’, ‘!’), (‘g’, ‘ ‘), (‘h’, ‘/’), (‘i’, ‘.’), (‘j’, ‘-‘), (‘k’, ‘,’), (‘l’, ‘+’), (‘m’, ‘*’), (‘n’, ‘)’), (‘o’, ‘(‘), (‘p’, ‘7’), (‘q’, ‘6’), (‘r’, ‘5’), (‘s’, ‘4’), (‘t’, ‘3’), (‘u’, ‘2’), (‘v’, ‘1’), (‘w’, ‘0’), (‘x’, ‘?’), (‘y’, ‘>’), (‘z’, ‘=’), (‘J’, ‘\r’), (‘K’, ‘\x0c’), (‘L’, ‘\x0b’), (‘M’, ‘\n’), (‘N’, ‘\t’), (‘!’, ‘f’), (‘”‘, ‘e’), (‘#’, ‘d’), (‘$’, ‘c’), (‘%’, ‘b’), (‘&’, ‘a’), (“‘”, ‘`’), (‘(‘, ‘o’), (‘)’, ‘n’), (‘*’, ‘m’), (‘+’, ‘l’), (‘,’, ‘k’), (‘-‘, ‘j’), (‘.’, ‘i’), (‘/’, ‘h’), (‘:’, ‘}’), (‘;’, ‘|’), (”, ‘y’), (‘?’, ‘x’), (‘`’, “‘”), (‘{‘, ‘<'), ('|', ';'), ('}', ':'), ('~', '9'), (' ', 'g'), ('\t', 'N'), ('\n', 'M'), ('\r', 'J'), ('\x0b', 'L'), ('\x0c', 'K')]
72; 48; 72;
H
[(‘0’, ‘x’), (‘1’, ‘y’), (‘2’, ‘z’), (‘3’, ‘{‘), (‘4’, ‘|’), (‘5’, ‘}’), (‘6’, ‘~’), (‘8’, ‘p’), (‘9’, ‘q’), (‘a’, ‘)’), (‘b’, ‘*’), (‘c’, ‘+’), (‘d’, ‘,’), (‘e’, ‘-‘), (‘f’, ‘.’), (‘g’, ‘/’), (‘h’, ‘ ‘), (‘i’, ‘!’), (‘j’, ‘”‘), (‘k’, ‘#’), (‘l’, ‘$’), (‘m’, ‘%’), (‘n’, ‘&’), (‘o’, “‘”), (‘p’, ‘8’), (‘q’, ‘9’), (‘r’, ‘:’), (‘s’, ‘;’), (‘t’, ”), (‘w’, ‘?’), (‘x’, ‘0’), (‘y’, ‘1’), (‘z’, ‘2’), (‘A’, ‘\t’), (‘B’, ‘\n’), (‘C’, ‘\x0b’), (‘D’, ‘\x0c’), (‘E’, ‘\r’), (‘!’, ‘i’), (‘”‘, ‘j’), (‘#’, ‘k’), (‘$’, ‘l’), (‘%’, ‘m’), (‘&’, ‘n’), (“‘”, ‘o’), (‘(‘, ‘`’), (‘)’, ‘a’), (‘*’, ‘b’), (‘+’, ‘c’), (‘,’, ‘d’), (‘-‘, ‘e’), (‘.’, ‘f’), (‘/’, ‘g’), (‘:’, ‘r’), (‘;’, ‘s’), (”, ‘v’), (‘?’, ‘w’), (‘`’, ‘(‘), (‘{‘, ‘3’), (‘|’, ‘4’), (‘}’, ‘5’), (‘~’, ‘6’), (‘ ‘, ‘h’), (‘\t’, ‘A’), (‘\n’, ‘B’), (‘\r’, ‘E’), (‘\x0b’, ‘C’), (‘\x0c’, ‘D’)]
73; 49; 72;
I
[(‘0’, ‘y’), (‘1’, ‘x’), (‘2’, ‘{‘), (‘3’, ‘z’), (‘4’, ‘}’), (‘5’, ‘|’), (‘7’, ‘~’), (‘8’, ‘q’), (‘9’, ‘p’), (‘a’, ‘(‘), (‘b’, ‘+’), (‘c’, ‘*’), (‘d’, ‘-‘), (‘e’, ‘,’), (‘f’, ‘/’), (‘g’, ‘.’), (‘h’, ‘!’), (‘i’, ‘ ‘), (‘j’, ‘#’), (‘k’, ‘”‘), (‘l’, ‘%’), (‘m’, ‘$’), (‘n’, “‘”), (‘o’, ‘&’), (‘p’, ‘9’), (‘q’, ‘8’), (‘r’, ‘;’), (‘s’, ‘:’), (‘t’, ‘=’), (‘u’, ”), (‘x’, ‘1’), (‘y’, ‘0’), (‘z’, ‘3’), (‘B’, ‘\x0b’), (‘C’, ‘\n’), (‘D’, ‘\r’), (‘E’, ‘\x0c’), (‘!’, ‘h’), (‘”‘, ‘k’), (‘#’, ‘j’), (‘$’, ‘m’), (‘%’, ‘l’), (‘&’, ‘o’), (“‘”, ‘n’), (‘(‘, ‘a’), (‘)’, ‘`’), (‘*’, ‘c’), (‘+’, ‘b’), (‘,’, ‘e’), (‘-‘, ‘d’), (‘.’, ‘g’), (‘/’, ‘f’), (‘:’, ‘s’), (‘;’, ‘r’), (”, ‘w’), (‘?’, ‘v’), (‘@’, ‘\t’), (‘`’, ‘)’), (‘{‘, ‘2’), (‘|’, ‘5’), (‘}’, ‘4’), (‘~’, ‘7’), (‘ ‘, ‘i’), (‘\t’, ‘@’), (‘\n’, ‘C’), (‘\r’, ‘D’), (‘\x0b’, ‘B’), (‘\x0c’, ‘E’)]
74; 4a; 72;
J
[(‘0’, ‘z’), (‘1’, ‘{‘), (‘2’, ‘x’), (‘3’, ‘y’), (‘4’, ‘~’), (‘6’, ‘|’), (‘7’, ‘}’), (‘8’, ‘r’), (‘9’, ‘s’), (‘a’, ‘+’), (‘b’, ‘(‘), (‘c’, ‘)’), (‘d’, ‘.’), (‘e’, ‘/’), (‘f’, ‘,’), (‘g’, ‘-‘), (‘h’, ‘”‘), (‘i’, ‘#’), (‘j’, ‘ ‘), (‘k’, ‘!’), (‘l’, ‘&’), (‘m’, “‘”), (‘n’, ‘$’), (‘o’, ‘%’), (‘p’, ‘:’), (‘q’, ‘;’), (‘r’, ‘8’), (‘s’, ‘9’), (‘t’, ‘>’), (‘u’, ‘?’), (‘v’, ‘<'), ('w', '='), ('x', '2'), ('y', '3'), ('z', '0'), ('A', '\x0b'), ('C', '\t'), ('F', '\x0c'), ('G', '\r'), ('!', 'k'), ('"', 'h'), ('#', 'i'), ('$', 'n'), ('%', 'o'), ('&', 'l'), ("'", 'm'), ('(', 'b'), (')', 'c'), ('*', '`'), ('+', 'a'), (',', 'f'), ('-', 'g'), ('.', 'd'), ('/', 'e'), (':', 'p'), (';', 'q'), ('’, ‘t’), (‘?’, ‘u’), (‘@’, ‘\n’), (‘`’, ‘*’), (‘{‘, ‘1’), (‘|’, ‘6’), (‘}’, ‘7’), (‘~’, ‘4’), (‘ ‘, ‘j’), (‘\t’, ‘C’), (‘\n’, ‘@’), (‘\r’, ‘G’), (‘\x0b’, ‘A’), (‘\x0c’, ‘F’)]
75; 4b; 72;
K
[(‘0’, ‘{‘), (‘1’, ‘z’), (‘2’, ‘y’), (‘3’, ‘x’), (‘5’, ‘~’), (‘6’, ‘}’), (‘7’, ‘|’), (‘8’, ‘s’), (‘9’, ‘r’), (‘a’, ‘*’), (‘b’, ‘)’), (‘c’, ‘(‘), (‘d’, ‘/’), (‘e’, ‘.’), (‘f’, ‘-‘), (‘g’, ‘,’), (‘h’, ‘#’), (‘i’, ‘”‘), (‘j’, ‘!’), (‘k’, ‘ ‘), (‘l’, “‘”), (‘m’, ‘&’), (‘n’, ‘%’), (‘o’, ‘$’), (‘p’, ‘;’), (‘q’, ‘:’), (‘r’, ‘9’), (‘s’, ‘8’), (‘t’, ‘?’), (‘u’, ‘>’), (‘v’, ‘=’), (‘w’, ‘<'), ('x', '3'), ('y', '2'), ('z', '1'), ('A', '\n'), ('B', '\t'), ('F', '\r'), ('G', '\x0c'), ('!', 'j'), ('"', 'i'), ('#', 'h'), ('$', 'o'), ('%', 'n'), ('&', 'm'), ("'", 'l'), ('(', 'c'), (')', 'b'), ('*', 'a'), ('+', '`'), (',', 'g'), ('-', 'f'), ('.', 'e'), ('/', 'd'), (':', 'q'), (';', 'p'), ('’, ‘u’), (‘?’, ‘t’), (‘@’, ‘\x0b’), (‘`’, ‘+’), (‘{‘, ‘0’), (‘|’, ‘7’), (‘}’, ‘6’), (‘~’, ‘5’), (‘ ‘, ‘k’), (‘\t’, ‘B’), (‘\n’, ‘A’), (‘\r’, ‘F’), (‘\x0b’, ‘@’), (‘\x0c’, ‘G’)]
76; 4c; 72;
L
[(‘0’, ‘|’), (‘1’, ‘}’), (‘2’, ‘~’), (‘4’, ‘x’), (‘5’, ‘y’), (‘6’, ‘z’), (‘7’, ‘{‘), (‘8’, ‘t’), (‘9’, ‘u’), (‘a’, ‘-‘), (‘b’, ‘.’), (‘c’, ‘/’), (‘d’, ‘(‘), (‘e’, ‘)’), (‘f’, ‘*’), (‘g’, ‘+’), (‘h’, ‘$’), (‘i’, ‘%’), (‘j’, ‘&’), (‘k’, “‘”), (‘l’, ‘ ‘), (‘m’, ‘!’), (‘n’, ‘”‘), (‘o’, ‘#’), (‘p’, ”), (‘s’, ‘?’), (‘t’, ‘8’), (‘u’, ‘9’), (‘v’, ‘:’), (‘w’, ‘;’), (‘x’, ‘4’), (‘y’, ‘5’), (‘z’, ‘6’), (‘A’, ‘\r’), (‘E’, ‘\t’), (‘F’, ‘\n’), (‘G’, ‘\x0b’), (‘!’, ‘m’), (‘”‘, ‘n’), (‘#’, ‘o’), (‘$’, ‘h’), (‘%’, ‘i’), (‘&’, ‘j’), (“‘”, ‘k’), (‘(‘, ‘d’), (‘)’, ‘e’), (‘*’, ‘f’), (‘+’, ‘g’), (‘,’, ‘`’), (‘-‘, ‘a’), (‘.’, ‘b’), (‘/’, ‘c’), (‘:’, ‘v’), (‘;’, ‘w’), (”, ‘r’), (‘?’, ‘s’), (‘@’, ‘\x0c’), (‘`’, ‘,’), (‘{‘, ‘7’), (‘|’, ‘0’), (‘}’, ‘1’), (‘~’, ‘2’), (‘ ‘, ‘l’), (‘\t’, ‘E’), (‘\n’, ‘F’), (‘\r’, ‘A’), (‘\x0b’, ‘G’), (‘\x0c’, ‘@’)]
77; 4d; 72;
M
[(‘0’, ‘}’), (‘1’, ‘|’), (‘3’, ‘~’), (‘4’, ‘y’), (‘5’, ‘x’), (‘6’, ‘{‘), (‘7’, ‘z’), (‘8’, ‘u’), (‘9’, ‘t’), (‘a’, ‘,’), (‘b’, ‘/’), (‘c’, ‘.’), (‘d’, ‘)’), (‘e’, ‘(‘), (‘f’, ‘+’), (‘g’, ‘*’), (‘h’, ‘%’), (‘i’, ‘$’), (‘j’, “‘”), (‘k’, ‘&’), (‘l’, ‘!’), (‘m’, ‘ ‘), (‘n’, ‘#’), (‘o’, ‘”‘), (‘p’, ‘=’), (‘q’, ”), (‘t’, ‘9’), (‘u’, ‘8’), (‘v’, ‘;’), (‘w’, ‘:’), (‘x’, ‘5’), (‘y’, ‘4’), (‘z’, ‘7’), (‘A’, ‘\x0c’), (‘D’, ‘\t’), (‘F’, ‘\x0b’), (‘G’, ‘\n’), (‘!’, ‘l’), (‘”‘, ‘o’), (‘#’, ‘n’), (‘$’, ‘i’), (‘%’, ‘h’), (‘&’, ‘k’), (“‘”, ‘j’), (‘(‘, ‘e’), (‘)’, ‘d’), (‘*’, ‘g’), (‘+’, ‘f’), (‘,’, ‘a’), (‘-‘, ‘`’), (‘.’, ‘c’), (‘/’, ‘b’), (‘:’, ‘w’), (‘;’, ‘v’), (”, ‘s’), (‘?’, ‘r’), (‘@’, ‘\r’), (‘`’, ‘-‘), (‘{‘, ‘6’), (‘|’, ‘1’), (‘}’, ‘0’), (‘~’, ‘3’), (‘ ‘, ‘m’), (‘\t’, ‘D’), (‘\n’, ‘G’), (‘\r’, ‘@’), (‘\x0b’, ‘F’), (‘\x0c’, ‘A’)]
78; 4e; 72;
N
[(‘0’, ‘~’), (‘2’, ‘|’), (‘3’, ‘}’), (‘4’, ‘z’), (‘5’, ‘{‘), (‘6’, ‘x’), (‘7’, ‘y’), (‘8’, ‘v’), (‘9’, ‘w’), (‘a’, ‘/’), (‘b’, ‘,’), (‘c’, ‘-‘), (‘d’, ‘*’), (‘e’, ‘+’), (‘f’, ‘(‘), (‘g’, ‘)’), (‘h’, ‘&’), (‘i’, “‘”), (‘j’, ‘$’), (‘k’, ‘%’), (‘l’, ‘”‘), (‘m’, ‘#’), (‘n’, ‘ ‘), (‘o’, ‘!’), (‘p’, ‘>’), (‘q’, ‘?’), (‘r’, ‘<'), ('s', '='), ('t', ':'), ('u', ';'), ('v', '8'), ('w', '9'), ('x', '6'), ('y', '7'), ('z', '4'), ('B', '\x0c'), ('C', '\r'), ('D', '\n'), ('E', '\x0b'), ('G', '\t'), ('!', 'o'), ('"', 'l'), ('#', 'm'), ('$', 'j'), ('%', 'k'), ('&', 'h'), ("'", 'i'), ('(', 'f'), (')', 'g'), ('*', 'd'), ('+', 'e'), (',', 'b'), ('-', 'c'), ('.', '`'), ('/', 'a'), (':', 't'), (';', 'u'), ('’, ‘p’), (‘?’, ‘q’), (‘`’, ‘.’), (‘{‘, ‘5’), (‘|’, ‘2’), (‘}’, ‘3’), (‘~’, ‘0’), (‘ ‘, ‘n’), (‘\t’, ‘G’), (‘\n’, ‘D’), (‘\r’, ‘C’), (‘\x0b’, ‘E’), (‘\x0c’, ‘B’)]
79; 4f; 72;
O
[(‘1’, ‘~’), (‘2’, ‘}’), (‘3’, ‘|’), (‘4’, ‘{‘), (‘5’, ‘z’), (‘6’, ‘y’), (‘7’, ‘x’), (‘8’, ‘w’), (‘9’, ‘v’), (‘a’, ‘.’), (‘b’, ‘-‘), (‘c’, ‘,’), (‘d’, ‘+’), (‘e’, ‘*’), (‘f’, ‘)’), (‘g’, ‘(‘), (‘h’, “‘”), (‘i’, ‘&’), (‘j’, ‘%’), (‘k’, ‘$’), (‘l’, ‘#’), (‘m’, ‘”‘), (‘n’, ‘!’), (‘o’, ‘ ‘), (‘p’, ‘?’), (‘q’, ‘>’), (‘r’, ‘=’), (‘s’, ‘<'), ('t', ';'), ('u', ':'), ('v', '9'), ('w', '8'), ('x', '7'), ('y', '6'), ('z', '5'), ('B', '\r'), ('C', '\x0c'), ('D', '\x0b'), ('E', '\n'), ('F', '\t'), ('!', 'n'), ('"', 'm'), ('#', 'l'), ('$', 'k'), ('%', 'j'), ('&', 'i'), ("'", 'h'), ('(', 'g'), (')', 'f'), ('*', 'e'), ('+', 'd'), (',', 'c'), ('-', 'b'), ('.', 'a'), ('/', '`'), (':', 'u'), (';', 't'), ('’, ‘q’), (‘?’, ‘p’), (‘`’, ‘/’), (‘{‘, ‘4’), (‘|’, ‘3’), (‘}’, ‘2’), (‘~’, ‘1’), (‘ ‘, ‘o’), (‘\t’, ‘F’), (‘\n’, ‘E’), (‘\r’, ‘B’), (‘\x0b’, ‘D’), (‘\x0c’, ‘C’)]
80; 50; 72;
P
[(‘0’, ‘`’), (‘1’, ‘a’), (‘2’, ‘b’), (‘3’, ‘c’), (‘4’, ‘d’), (‘5’, ‘e’), (‘6’, ‘f’), (‘7’, ‘g’), (‘8’, ‘h’), (‘9’, ‘i’), (‘a’, ‘1’), (‘b’, ‘2’), (‘c’, ‘3’), (‘d’, ‘4’), (‘e’, ‘5’), (‘f’, ‘6’), (‘g’, ‘7’), (‘h’, ‘8’), (‘i’, ‘9’), (‘j’, ‘:’), (‘k’, ‘;’), (‘l’, ”), (‘o’, ‘?’), (‘p’, ‘ ‘), (‘q’, ‘!’), (‘r’, ‘”‘), (‘s’, ‘#’), (‘t’, ‘$’), (‘u’, ‘%’), (‘v’, ‘&’), (‘w’, “‘”), (‘x’, ‘(‘), (‘y’, ‘)’), (‘z’, ‘*’), (‘Y’, ‘\t’), (‘Z’, ‘\n’), (‘!’, ‘q’), (‘”‘, ‘r’), (‘#’, ‘s’), (‘$’, ‘t’), (‘%’, ‘u’), (‘&’, ‘v’), (“‘”, ‘w’), (‘(‘, ‘x’), (‘)’, ‘y’), (‘*’, ‘z’), (‘+’, ‘{‘), (‘,’, ‘|’), (‘-‘, ‘}’), (‘.’, ‘~’), (‘:’, ‘j’), (‘;’, ‘k’), (”, ‘n’), (‘?’, ‘o’), (‘[‘, ‘\x0b’), (‘\\’, ‘\x0c’), (‘]’, ‘\r’), (‘`’, ‘0’), (‘{‘, ‘+’), (‘|’, ‘,’), (‘}’, ‘-‘), (‘~’, ‘.’), (‘ ‘, ‘p’), (‘\t’, ‘Y’), (‘\n’, ‘Z’), (‘\r’, ‘]’), (‘\x0b’, ‘[‘), (‘\x0c’, ‘\\’)]
81; 51; 72;
Q
[(‘0’, ‘a’), (‘1’, ‘`’), (‘2’, ‘c’), (‘3’, ‘b’), (‘4’, ‘e’), (‘5’, ‘d’), (‘6’, ‘g’), (‘7’, ‘f’), (‘8’, ‘i’), (‘9’, ‘h’), (‘a’, ‘0’), (‘b’, ‘3’), (‘c’, ‘2’), (‘d’, ‘5’), (‘e’, ‘4’), (‘f’, ‘7’), (‘g’, ‘6’), (‘h’, ‘9’), (‘i’, ‘8’), (‘j’, ‘;’), (‘k’, ‘:’), (‘l’, ‘=’), (‘m’, ”), (‘p’, ‘!’), (‘q’, ‘ ‘), (‘r’, ‘#’), (‘s’, ‘”‘), (‘t’, ‘%’), (‘u’, ‘$’), (‘v’, “‘”), (‘w’, ‘&’), (‘x’, ‘)’), (‘y’, ‘(‘), (‘z’, ‘+’), (‘X’, ‘\t’), (‘Z’, ‘\x0b’), (‘!’, ‘p’), (‘”‘, ‘s’), (‘#’, ‘r’), (‘$’, ‘u’), (‘%’, ‘t’), (‘&’, ‘w’), (“‘”, ‘v’), (‘(‘, ‘y’), (‘)’, ‘x’), (‘*’, ‘{‘), (‘+’, ‘z’), (‘,’, ‘}’), (‘-‘, ‘|’), (‘/’, ‘~’), (‘:’, ‘k’), (‘;’, ‘j’), (”, ‘o’), (‘?’, ‘n’), (‘[‘, ‘\n’), (‘\\’, ‘\r’), (‘]’, ‘\x0c’), (‘`’, ‘1’), (‘{‘, ‘*’), (‘|’, ‘-‘), (‘}’, ‘,’), (‘~’, ‘/’), (‘ ‘, ‘q’), (‘\t’, ‘X’), (‘\n’, ‘[‘), (‘\r’, ‘\\’), (‘\x0b’, ‘Z’), (‘\x0c’, ‘]’)]
82; 52; 72;
R
[(‘0’, ‘b’), (‘1’, ‘c’), (‘2’, ‘`’), (‘3’, ‘a’), (‘4’, ‘f’), (‘5’, ‘g’), (‘6’, ‘d’), (‘7’, ‘e’), (‘8’, ‘j’), (‘9’, ‘k’), (‘a’, ‘3’), (‘b’, ‘0’), (‘c’, ‘1’), (‘d’, ‘6’), (‘e’, ‘7’), (‘f’, ‘4’), (‘g’, ‘5’), (‘h’, ‘:’), (‘i’, ‘;’), (‘j’, ‘8’), (‘k’, ‘9’), (‘l’, ‘>’), (‘m’, ‘?’), (‘n’, ‘<'), ('o', '='), ('p', '"'), ('q', '#'), ('r', ' '), ('s', '!'), ('t', '&'), ('u', "'"), ('v', '$'), ('w', '%'), ('x', '*'), ('y', '+'), ('z', '('), ('X', '\n'), ('Y', '\x0b'), ('!', 's'), ('"', 'p'), ('#', 'q'), ('$', 'v'), ('%', 'w'), ('&', 't'), ("'", 'u'), ('(', 'z'), (')', '{'), ('*', 'x'), ('+', 'y'), (',', '~'), ('.', '|'), ('/', '}'), (':', 'h'), (';', 'i'), ('’, ‘l’), (‘?’, ‘m’), (‘[‘, ‘\t’), (‘^’, ‘\x0c’), (‘_’, ‘\r’), (‘`’, ‘2’), (‘{‘, ‘)’), (‘|’, ‘.’), (‘}’, ‘/’), (‘~’, ‘,’), (‘ ‘, ‘r’), (‘\t’, ‘[‘), (‘\n’, ‘X’), (‘\r’, ‘_’), (‘\x0b’, ‘Y’), (‘\x0c’, ‘^’)]
83; 53; 72;
S
[(‘0’, ‘c’), (‘1’, ‘b’), (‘2’, ‘a’), (‘3’, ‘`’), (‘4’, ‘g’), (‘5’, ‘f’), (‘6’, ‘e’), (‘7’, ‘d’), (‘8’, ‘k’), (‘9’, ‘j’), (‘a’, ‘2’), (‘b’, ‘1’), (‘c’, ‘0’), (‘d’, ‘7’), (‘e’, ‘6’), (‘f’, ‘5’), (‘g’, ‘4’), (‘h’, ‘;’), (‘i’, ‘:’), (‘j’, ‘9’), (‘k’, ‘8’), (‘l’, ‘?’), (‘m’, ‘>’), (‘n’, ‘=’), (‘o’, ‘<'), ('p', '#'), ('q', '"'), ('r', '!'), ('s', ' '), ('t', "'"), ('u', '&'), ('v', '%'), ('w', '$'), ('x', '+'), ('y', '*'), ('z', ')'), ('X', '\x0b'), ('Y', '\n'), ('Z', '\t'), ('!', 'r'), ('"', 'q'), ('#', 'p'), ('$', 'w'), ('%', 'v'), ('&', 'u'), ("'", 't'), ('(', '{'), (')', 'z'), ('*', 'y'), ('+', 'x'), ('-', '~'), ('.', '}'), ('/', '|'), (':', 'i'), (';', 'h'), ('’, ‘m’), (‘?’, ‘l’), (‘^’, ‘\r’), (‘_’, ‘\x0c’), (‘`’, ‘3’), (‘{‘, ‘(‘), (‘|’, ‘/’), (‘}’, ‘.’), (‘~’, ‘-‘), (‘ ‘, ‘s’), (‘\t’, ‘Z’), (‘\n’, ‘Y’), (‘\r’, ‘^’), (‘\x0b’, ‘X’), (‘\x0c’, ‘_’)]
84; 54; 72;
T
[(‘0’, ‘d’), (‘1’, ‘e’), (‘2’, ‘f’), (‘3’, ‘g’), (‘4’, ‘`’), (‘5’, ‘a’), (‘6’, ‘b’), (‘7’, ‘c’), (‘8’, ‘l’), (‘9’, ‘m’), (‘a’, ‘5’), (‘b’, ‘6’), (‘c’, ‘7’), (‘d’, ‘0’), (‘e’, ‘1’), (‘f’, ‘2’), (‘g’, ‘3’), (‘h’, ”), (‘k’, ‘?’), (‘l’, ‘8’), (‘m’, ‘9’), (‘n’, ‘:’), (‘o’, ‘;’), (‘p’, ‘$’), (‘q’, ‘%’), (‘r’, ‘&’), (‘s’, “‘”), (‘t’, ‘ ‘), (‘u’, ‘!’), (‘v’, ‘”‘), (‘w’, ‘#’), (‘x’, ‘,’), (‘y’, ‘-‘), (‘z’, ‘.’), (‘X’, ‘\x0c’), (‘Y’, ‘\r’), (‘!’, ‘u’), (‘”‘, ‘v’), (‘#’, ‘w’), (‘$’, ‘p’), (‘%’, ‘q’), (‘&’, ‘r’), (“‘”, ‘s’), (‘(‘, ‘|’), (‘)’, ‘}’), (‘*’, ‘~’), (‘,’, ‘x’), (‘-‘, ‘y’), (‘.’, ‘z’), (‘/’, ‘{‘), (‘:’, ‘n’), (‘;’, ‘o’), (”, ‘j’), (‘?’, ‘k’), (‘]’, ‘\t’), (‘^’, ‘\n’), (‘_’, ‘\x0b’), (‘`’, ‘4’), (‘{‘, ‘/’), (‘|’, ‘(‘), (‘}’, ‘)’), (‘~’, ‘*’), (‘ ‘, ‘t’), (‘\t’, ‘]’), (‘\n’, ‘^’), (‘\r’, ‘Y’), (‘\x0b’, ‘_’), (‘\x0c’, ‘X’)]
85; 55; 72;
U
[(‘0’, ‘e’), (‘1’, ‘d’), (‘2’, ‘g’), (‘3’, ‘f’), (‘4’, ‘a’), (‘5’, ‘`’), (‘6’, ‘c’), (‘7’, ‘b’), (‘8’, ‘m’), (‘9’, ‘l’), (‘a’, ‘4’), (‘b’, ‘7’), (‘c’, ‘6’), (‘d’, ‘1’), (‘e’, ‘0’), (‘f’, ‘3’), (‘g’, ‘2’), (‘h’, ‘=’), (‘i’, ”), (‘l’, ‘9’), (‘m’, ‘8’), (‘n’, ‘;’), (‘o’, ‘:’), (‘p’, ‘%’), (‘q’, ‘$’), (‘r’, “‘”), (‘s’, ‘&’), (‘t’, ‘!’), (‘u’, ‘ ‘), (‘v’, ‘#’), (‘w’, ‘”‘), (‘x’, ‘-‘), (‘y’, ‘,’), (‘z’, ‘/’), (‘X’, ‘\r’), (‘Y’, ‘\x0c’), (‘!’, ‘t’), (‘”‘, ‘w’), (‘#’, ‘v’), (‘$’, ‘q’), (‘%’, ‘p’), (‘&’, ‘s’), (“‘”, ‘r’), (‘(‘, ‘}’), (‘)’, ‘|’), (‘+’, ‘~’), (‘,’, ‘y’), (‘-‘, ‘x’), (‘.’, ‘{‘), (‘/’, ‘z’), (‘:’, ‘o’), (‘;’, ‘n’), (”, ‘k’), (‘?’, ‘j’), (‘\\’, ‘\t’), (‘^’, ‘\x0b’), (‘_’, ‘\n’), (‘`’, ‘5’), (‘{‘, ‘.’), (‘|’, ‘)’), (‘}’, ‘(‘), (‘~’, ‘+’), (‘ ‘, ‘u’), (‘\t’, ‘\\’), (‘\n’, ‘_’), (‘\r’, ‘X’), (‘\x0b’, ‘^’), (‘\x0c’, ‘Y’)]
86; 56; 72;
V
[(‘0’, ‘f’), (‘1’, ‘g’), (‘2’, ‘d’), (‘3’, ‘e’), (‘4’, ‘b’), (‘5’, ‘c’), (‘6’, ‘`’), (‘7’, ‘a’), (‘8’, ‘n’), (‘9’, ‘o’), (‘a’, ‘7’), (‘b’, ‘4’), (‘c’, ‘5’), (‘d’, ‘2’), (‘e’, ‘3’), (‘f’, ‘0’), (‘g’, ‘1’), (‘h’, ‘>’), (‘i’, ‘?’), (‘j’, ‘<'), ('k', '='), ('l', ':'), ('m', ';'), ('n', '8'), ('o', '9'), ('p', '&'), ('q', "'"), ('r', '$'), ('s', '%'), ('t', '"'), ('u', '#'), ('v', ' '), ('w', '!'), ('x', '.'), ('y', '/'), ('z', ','), ('Z', '\x0c'), ('!', 'w'), ('"', 't'), ('#', 'u'), ('$', 'r'), ('%', 's'), ('&', 'p'), ("'", 'q'), ('(', '~'), ('*', '|'), ('+', '}'), (',', 'z'), ('-', '{'), ('.', 'x'), ('/', 'y'), (':', 'l'), (';', 'm'), ('’, ‘h’), (‘?’, ‘i’), (‘[‘, ‘\r’), (‘\\’, ‘\n’), (‘]’, ‘\x0b’), (‘_’, ‘\t’), (‘`’, ‘6’), (‘{‘, ‘-‘), (‘|’, ‘*’), (‘}’, ‘+’), (‘~’, ‘(‘), (‘ ‘, ‘v’), (‘\t’, ‘_’), (‘\n’, ‘\\’), (‘\r’, ‘[‘), (‘\x0b’, ‘]’), (‘\x0c’, ‘Z’)]
87; 57; 72;
W
[(‘0’, ‘g’), (‘1’, ‘f’), (‘2’, ‘e’), (‘3’, ‘d’), (‘4’, ‘c’), (‘5’, ‘b’), (‘6’, ‘a’), (‘7’, ‘`’), (‘8’, ‘o’), (‘9’, ‘n’), (‘a’, ‘6’), (‘b’, ‘5’), (‘c’, ‘4’), (‘d’, ‘3’), (‘e’, ‘2’), (‘f’, ‘1’), (‘g’, ‘0’), (‘h’, ‘?’), (‘i’, ‘>’), (‘j’, ‘=’), (‘k’, ‘<'), ('l', ';'), ('m', ':'), ('n', '9'), ('o', '8'), ('p', "'"), ('q', '&'), ('r', '%'), ('s', '$'), ('t', '#'), ('u', '"'), ('v', '!'), ('w', ' '), ('x', '/'), ('y', '.'), ('z', '-'), ('Z', '\r'), ('!', 'v'), ('"', 'u'), ('#', 't'), ('$', 's'), ('%', 'r'), ('&', 'q'), ("'", 'p'), (')', '~'), ('*', '}'), ('+', '|'), (',', '{'), ('-', 'z'), ('.', 'y'), ('/', 'x'), (':', 'm'), (';', 'l'), ('’, ‘i’), (‘?’, ‘h’), (‘[‘, ‘\x0c’), (‘\\’, ‘\x0b’), (‘]’, ‘\n’), (‘^’, ‘\t’), (‘`’, ‘7’), (‘{‘, ‘,’), (‘|’, ‘+’), (‘}’, ‘*’), (‘~’, ‘)’), (‘ ‘, ‘w’), (‘\t’, ‘^’), (‘\n’, ‘]’), (‘\r’, ‘Z’), (‘\x0b’, ‘\\’), (‘\x0c’, ‘[‘)]
88; 58; 72;
X
[(‘0’, ‘h’), (‘1’, ‘i’), (‘2’, ‘j’), (‘3’, ‘k’), (‘4’, ‘l’), (‘5’, ‘m’), (‘6’, ‘n’), (‘7’, ‘o’), (‘8’, ‘`’), (‘9’, ‘a’), (‘a’, ‘9’), (‘b’, ‘:’), (‘c’, ‘;’), (‘d’, ”), (‘g’, ‘?’), (‘h’, ‘0’), (‘i’, ‘1’), (‘j’, ‘2’), (‘k’, ‘3’), (‘l’, ‘4’), (‘m’, ‘5’), (‘n’, ‘6’), (‘o’, ‘7’), (‘p’, ‘(‘), (‘q’, ‘)’), (‘r’, ‘*’), (‘s’, ‘+’), (‘t’, ‘,’), (‘u’, ‘-‘), (‘v’, ‘.’), (‘w’, ‘/’), (‘x’, ‘ ‘), (‘y’, ‘!’), (‘z’, ‘”‘), (‘Q’, ‘\t’), (‘R’, ‘\n’), (‘S’, ‘\x0b’), (‘T’, ‘\x0c’), (‘U’, ‘\r’), (‘!’, ‘y’), (‘”‘, ‘z’), (‘#’, ‘{‘), (‘$’, ‘|’), (‘%’, ‘}’), (‘&’, ‘~’), (‘(‘, ‘p’), (‘)’, ‘q’), (‘*’, ‘r’), (‘+’, ‘s’), (‘,’, ‘t’), (‘-‘, ‘u’), (‘.’, ‘v’), (‘/’, ‘w’), (‘:’, ‘b’), (‘;’, ‘c’), (”, ‘f’), (‘?’, ‘g’), (‘`’, ‘8’), (‘{‘, ‘#’), (‘|’, ‘$’), (‘}’, ‘%’), (‘~’, ‘&’), (‘ ‘, ‘x’), (‘\t’, ‘Q’), (‘\n’, ‘R’), (‘\r’, ‘U’), (‘\x0b’, ‘S’), (‘\x0c’, ‘T’)]
89; 59; 72;
Y
[(‘0’, ‘i’), (‘1’, ‘h’), (‘2’, ‘k’), (‘3’, ‘j’), (‘4’, ‘m’), (‘5’, ‘l’), (‘6’, ‘o’), (‘7’, ‘n’), (‘8’, ‘a’), (‘9’, ‘`’), (‘a’, ‘8’), (‘b’, ‘;’), (‘c’, ‘:’), (‘d’, ‘=’), (‘e’, ”), (‘h’, ‘1’), (‘i’, ‘0’), (‘j’, ‘3’), (‘k’, ‘2’), (‘l’, ‘5’), (‘m’, ‘4’), (‘n’, ‘7’), (‘o’, ‘6’), (‘p’, ‘)’), (‘q’, ‘(‘), (‘r’, ‘+’), (‘s’, ‘*’), (‘t’, ‘-‘), (‘u’, ‘,’), (‘v’, ‘/’), (‘w’, ‘.’), (‘x’, ‘!’), (‘y’, ‘ ‘), (‘z’, ‘#’), (‘P’, ‘\t’), (‘R’, ‘\x0b’), (‘S’, ‘\n’), (‘T’, ‘\r’), (‘U’, ‘\x0c’), (‘!’, ‘x’), (‘”‘, ‘{‘), (‘#’, ‘z’), (‘$’, ‘}’), (‘%’, ‘|’), (“‘”, ‘~’), (‘(‘, ‘q’), (‘)’, ‘p’), (‘*’, ‘s’), (‘+’, ‘r’), (‘,’, ‘u’), (‘-‘, ‘t’), (‘.’, ‘w’), (‘/’, ‘v’), (‘:’, ‘c’), (‘;’, ‘b’), (”, ‘g’), (‘?’, ‘f’), (‘`’, ‘9’), (‘{‘, ‘”‘), (‘|’, ‘%’), (‘}’, ‘$’), (‘~’, “‘”), (‘ ‘, ‘y’), (‘\t’, ‘P’), (‘\n’, ‘S’), (‘\r’, ‘T’), (‘\x0b’, ‘R’), (‘\x0c’, ‘U’)]
90; 5a; 72;
Z
[(‘0’, ‘j’), (‘1’, ‘k’), (‘2’, ‘h’), (‘3’, ‘i’), (‘4’, ‘n’), (‘5’, ‘o’), (‘6’, ‘l’), (‘7’, ‘m’), (‘8’, ‘b’), (‘9’, ‘c’), (‘a’, ‘;’), (‘b’, ‘8’), (‘c’, ‘9’), (‘d’, ‘>’), (‘e’, ‘?’), (‘f’, ‘<'), ('g', '='), ('h', '2'), ('i', '3'), ('j', '0'), ('k', '1'), ('l', '6'), ('m', '7'), ('n', '4'), ('o', '5'), ('p', '*'), ('q', '+'), ('r', '('), ('s', ')'), ('t', '.'), ('u', '/'), ('v', ','), ('w', '-'), ('x', '"'), ('y', '#'), ('z', ' '), ('P', '\n'), ('Q', '\x0b'), ('S', '\t'), ('V', '\x0c'), ('W', '\r'), ('!', '{'), ('"', 'x'), ('#', 'y'), ('$', '~'), ('&', '|'), ("'", '}'), ('(', 'r'), (')', 's'), ('*', 'p'), ('+', 'q'), (',', 'v'), ('-', 'w'), ('.', 't'), ('/', 'u'), (':', '`'), (';', 'a'), ('’, ‘d’), (‘?’, ‘e’), (‘`’, ‘:’), (‘{‘, ‘!’), (‘|’, ‘&’), (‘}’, “‘”), (‘~’, ‘$’), (‘ ‘, ‘z’), (‘\t’, ‘S’), (‘\n’, ‘P’), (‘\r’, ‘W’), (‘\x0b’, ‘Q’), (‘\x0c’, ‘V’)]
91; 5b; 72;
[
[(‘0’, ‘k’), (‘1’, ‘j’), (‘2’, ‘i’), (‘3’, ‘h’), (‘4’, ‘o’), (‘5’, ‘n’), (‘6’, ‘m’), (‘7’, ‘l’), (‘8’, ‘c’), (‘9’, ‘b’), (‘a’, ‘:’), (‘b’, ‘9’), (‘c’, ‘8’), (‘d’, ‘?’), (‘e’, ‘>’), (‘f’, ‘=’), (‘g’, ‘<'), ('h', '3'), ('i', '2'), ('j', '1'), ('k', '0'), ('l', '7'), ('m', '6'), ('n', '5'), ('o', '4'), ('p', '+'), ('q', '*'), ('r', ')'), ('s', '('), ('t', '/'), ('u', '.'), ('v', '-'), ('w', ','), ('x', '#'), ('y', '"'), ('z', '!'), ('P', '\x0b'), ('Q', '\n'), ('R', '\t'), ('V', '\r'), ('W', '\x0c'), ('!', 'z'), ('"', 'y'), ('#', 'x'), ('%', '~'), ('&', '}'), ("'", '|'), ('(', 's'), (')', 'r'), ('*', 'q'), ('+', 'p'), (',', 'w'), ('-', 'v'), ('.', 'u'), ('/', 't'), (':', 'a'), (';', '`'), ('’, ‘e’), (‘?’, ‘d’), (‘`’, ‘;’), (‘{‘, ‘ ‘), (‘|’, “‘”), (‘}’, ‘&’), (‘~’, ‘%’), (‘ ‘, ‘{‘), (‘\t’, ‘R’), (‘\n’, ‘Q’), (‘\r’, ‘V’), (‘\x0b’, ‘P’), (‘\x0c’, ‘W’)]
92; 5c; 72;
\
[(‘0’, ‘l’), (‘1’, ‘m’), (‘2’, ‘n’), (‘3’, ‘o’), (‘4’, ‘h’), (‘5’, ‘i’), (‘6’, ‘j’), (‘7’, ‘k’), (‘8’, ‘d’), (‘9’, ‘e’), (‘a’, ‘=’), (‘b’, ‘>’), (‘c’, ‘?’), (‘d’, ‘8’), (‘e’, ‘9’), (‘f’, ‘:’), (‘g’, ‘;’), (‘h’, ‘4’), (‘i’, ‘5’), (‘j’, ‘6’), (‘k’, ‘7’), (‘l’, ‘0’), (‘m’, ‘1’), (‘n’, ‘2’), (‘o’, ‘3’), (‘p’, ‘,’), (‘q’, ‘-‘), (‘r’, ‘.’), (‘s’, ‘/’), (‘t’, ‘(‘), (‘u’, ‘)’), (‘v’, ‘*’), (‘w’, ‘+’), (‘x’, ‘$’), (‘y’, ‘%’), (‘z’, ‘&’), (‘P’, ‘\x0c’), (‘Q’, ‘\r’), (‘U’, ‘\t’), (‘V’, ‘\n’), (‘W’, ‘\x0b’), (‘!’, ‘}’), (‘”‘, ‘~’), (‘$’, ‘x’), (‘%’, ‘y’), (‘&’, ‘z’), (“‘”, ‘{‘), (‘(‘, ‘t’), (‘)’, ‘u’), (‘*’, ‘v’), (‘+’, ‘w’), (‘,’, ‘p’), (‘-‘, ‘q’), (‘.’, ‘r’), (‘/’, ‘s’), (‘:’, ‘f’), (‘;’, ‘g’), (”, ‘b’), (‘?’, ‘c’), (‘`’, ‘<'), ('{', "'"), ('|', ' '), ('}', '!'), ('~', '"'), (' ', '|'), ('\t', 'U'), ('\n', 'V'), ('\r', 'Q'), ('\x0b', 'W'), ('\x0c', 'P')]
93; 5d; 72;
]
[(‘0’, ‘m’), (‘1’, ‘l’), (‘2’, ‘o’), (‘3’, ‘n’), (‘4’, ‘i’), (‘5’, ‘h’), (‘6’, ‘k’), (‘7’, ‘j’), (‘8’, ‘e’), (‘9’, ‘d’), (‘a’, ”), (‘d’, ‘9’), (‘e’, ‘8’), (‘f’, ‘;’), (‘g’, ‘:’), (‘h’, ‘5’), (‘i’, ‘4’), (‘j’, ‘7’), (‘k’, ‘6’), (‘l’, ‘1’), (‘m’, ‘0’), (‘n’, ‘3’), (‘o’, ‘2’), (‘p’, ‘-‘), (‘q’, ‘,’), (‘r’, ‘/’), (‘s’, ‘.’), (‘t’, ‘)’), (‘u’, ‘(‘), (‘v’, ‘+’), (‘w’, ‘*’), (‘x’, ‘%’), (‘y’, ‘$’), (‘z’, “‘”), (‘P’, ‘\r’), (‘Q’, ‘\x0c’), (‘T’, ‘\t’), (‘V’, ‘\x0b’), (‘W’, ‘\n’), (‘!’, ‘|’), (‘#’, ‘~’), (‘$’, ‘y’), (‘%’, ‘x’), (‘&’, ‘{‘), (“‘”, ‘z’), (‘(‘, ‘u’), (‘)’, ‘t’), (‘*’, ‘w’), (‘+’, ‘v’), (‘,’, ‘q’), (‘-‘, ‘p’), (‘.’, ‘s’), (‘/’, ‘r’), (‘:’, ‘g’), (‘;’, ‘f’), (”, ‘c’), (‘?’, ‘b’), (‘`’, ‘=’), (‘{‘, ‘&’), (‘|’, ‘!’), (‘}’, ‘ ‘), (‘~’, ‘#’), (‘ ‘, ‘}’), (‘\t’, ‘T’), (‘\n’, ‘W’), (‘\r’, ‘P’), (‘\x0b’, ‘V’), (‘\x0c’, ‘Q’)]
94; 5e; 72;
^
[(‘0’, ‘n’), (‘1’, ‘o’), (‘2’, ‘l’), (‘3’, ‘m’), (‘4’, ‘j’), (‘5’, ‘k’), (‘6’, ‘h’), (‘7’, ‘i’), (‘8’, ‘f’), (‘9’, ‘g’), (‘a’, ‘?’), (‘b’, ‘<'), ('c', '='), ('d', ':'), ('e', ';'), ('f', '8'), ('g', '9'), ('h', '6'), ('i', '7'), ('j', '4'), ('k', '5'), ('l', '2'), ('m', '3'), ('n', '0'), ('o', '1'), ('p', '.'), ('q', '/'), ('r', ','), ('s', '-'), ('t', '*'), ('u', '+'), ('v', '('), ('w', ')'), ('x', '&'), ('y', "'"), ('z', '$'), ('R', '\x0c'), ('S', '\r'), ('T', '\n'), ('U', '\x0b'), ('W', '\t'), ('"', '|'), ('#', '}'), ('$', 'z'), ('%', '{'), ('&', 'x'), ("'", 'y'), ('(', 'v'), (')', 'w'), ('*', 't'), ('+', 'u'), (',', 'r'), ('-', 's'), ('.', 'p'), ('/', 'q'), (':', 'd'), (';', 'e'), ('’, ‘`’), (‘?’, ‘a’), (‘`’, ‘>’), (‘{‘, ‘%’), (‘|’, ‘”‘), (‘}’, ‘#’), (‘~’, ‘ ‘), (‘ ‘, ‘~’), (‘\t’, ‘W’), (‘\n’, ‘T’), (‘\r’, ‘S’), (‘\x0b’, ‘U’), (‘\x0c’, ‘R’)]
95; 5f; 72;
_
[(‘0’, ‘o’), (‘1’, ‘n’), (‘2’, ‘m’), (‘3’, ‘l’), (‘4’, ‘k’), (‘5’, ‘j’), (‘6’, ‘i’), (‘7’, ‘h’), (‘8’, ‘g’), (‘9’, ‘f’), (‘a’, ‘>’), (‘b’, ‘=’), (‘c’, ‘<'), ('d', ';'), ('e', ':'), ('f', '9'), ('g', '8'), ('h', '7'), ('i', '6'), ('j', '5'), ('k', '4'), ('l', '3'), ('m', '2'), ('n', '1'), ('o', '0'), ('p', '/'), ('q', '.'), ('r', '-'), ('s', ','), ('t', '+'), ('u', '*'), ('v', ')'), ('w', '('), ('x', "'"), ('y', '&'), ('z', '%'), ('R', '\r'), ('S', '\x0c'), ('T', '\x0b'), ('U', '\n'), ('V', '\t'), ('!', '~'), ('"', '}'), ('#', '|'), ('$', '{'), ('%', 'z'), ('&', 'y'), ("'", 'x'), ('(', 'w'), (')', 'v'), ('*', 'u'), ('+', 't'), (',', 's'), ('-', 'r'), ('.', 'q'), ('/', 'p'), (':', 'e'), (';', 'd'), ('’, ‘a’), (‘?’, ‘`’), (‘`’, ‘?’), (‘{‘, ‘$’), (‘|’, ‘#’), (‘}’, ‘”‘), (‘~’, ‘!’), (‘\t’, ‘V’), (‘\n’, ‘U’), (‘\r’, ‘R’), (‘\x0b’, ‘T’), (‘\x0c’, ‘S’)]
96; 60; 74;
`
[(‘0’, ‘P’), (‘1’, ‘Q’), (‘2’, ‘R’), (‘3’, ‘S’), (‘4’, ‘T’), (‘5’, ‘U’), (‘6’, ‘V’), (‘7’, ‘W’), (‘8’, ‘X’), (‘9’, ‘Y’), (‘i’, ‘\t’), (‘j’, ‘\n’), (‘k’, ‘\x0b’), (‘l’, ‘\x0c’), (‘m’, ‘\r’), (‘A’, ‘!’), (‘B’, ‘”‘), (‘C’, ‘#’), (‘D’, ‘$’), (‘E’, ‘%’), (‘F’, ‘&’), (‘G’, “‘”), (‘H’, ‘(‘), (‘I’, ‘)’), (‘J’, ‘*’), (‘K’, ‘+’), (‘L’, ‘,’), (‘M’, ‘-‘), (‘N’, ‘.’), (‘O’, ‘/’), (‘P’, ‘0’), (‘Q’, ‘1’), (‘R’, ‘2’), (‘S’, ‘3’), (‘T’, ‘4’), (‘U’, ‘5’), (‘V’, ‘6’), (‘W’, ‘7’), (‘X’, ‘8’), (‘Y’, ‘9’), (‘Z’, ‘:’), (‘!’, ‘A’), (‘”‘, ‘B’), (‘#’, ‘C’), (‘$’, ‘D’), (‘%’, ‘E’), (‘&’, ‘F’), (“‘”, ‘G’), (‘(‘, ‘H’), (‘)’, ‘I’), (‘*’, ‘J’), (‘+’, ‘K’), (‘,’, ‘L’), (‘-‘, ‘M’), (‘.’, ‘N’), (‘/’, ‘O’), (‘:’, ‘Z’), (‘;’, ‘[‘), (”, ‘^’), (‘?’, ‘_’), (‘@’, ‘ ‘), (‘[‘, ‘;’), (‘\\’, ”), (‘_’, ‘?’), (‘ ‘, ‘@’), (‘\t’, ‘i’), (‘\n’, ‘j’), (‘\r’, ‘m’), (‘\x0b’, ‘k’), (‘\x0c’, ‘l’)]
97; 61; 74;
a
[(‘0’, ‘Q’), (‘1’, ‘P’), (‘2’, ‘S’), (‘3’, ‘R’), (‘4’, ‘U’), (‘5’, ‘T’), (‘6’, ‘W’), (‘7’, ‘V’), (‘8’, ‘Y’), (‘9’, ‘X’), (‘h’, ‘\t’), (‘j’, ‘\x0b’), (‘k’, ‘\n’), (‘l’, ‘\r’), (‘m’, ‘\x0c’), (‘A’, ‘ ‘), (‘B’, ‘#’), (‘C’, ‘”‘), (‘D’, ‘%’), (‘E’, ‘$’), (‘F’, “‘”), (‘G’, ‘&’), (‘H’, ‘)’), (‘I’, ‘(‘), (‘J’, ‘+’), (‘K’, ‘*’), (‘L’, ‘-‘), (‘M’, ‘,’), (‘N’, ‘/’), (‘O’, ‘.’), (‘P’, ‘1’), (‘Q’, ‘0’), (‘R’, ‘3’), (‘S’, ‘2’), (‘T’, ‘5’), (‘U’, ‘4’), (‘V’, ‘7’), (‘W’, ‘6’), (‘X’, ‘9’), (‘Y’, ‘8’), (‘Z’, ‘;’), (‘!’, ‘@’), (‘”‘, ‘C’), (‘#’, ‘B’), (‘$’, ‘E’), (‘%’, ‘D’), (‘&’, ‘G’), (“‘”, ‘F’), (‘(‘, ‘I’), (‘)’, ‘H’), (‘*’, ‘K’), (‘+’, ‘J’), (‘,’, ‘M’), (‘-‘, ‘L’), (‘.’, ‘O’), (‘/’, ‘N’), (‘:’, ‘[‘), (‘;’, ‘Z’), (”, ‘_’), (‘?’, ‘^’), (‘@’, ‘!’), (‘[‘, ‘:’), (‘\\’, ‘=’), (‘]’, ”), (‘ ‘, ‘A’), (‘\t’, ‘h’), (‘\n’, ‘k’), (‘\r’, ‘l’), (‘\x0b’, ‘j’), (‘\x0c’, ‘m’)]
98; 62; 74;
b
[(‘0’, ‘R’), (‘1’, ‘S’), (‘2’, ‘P’), (‘3’, ‘Q’), (‘4’, ‘V’), (‘5’, ‘W’), (‘6’, ‘T’), (‘7’, ‘U’), (‘8’, ‘Z’), (‘9’, ‘[‘), (‘h’, ‘\n’), (‘i’, ‘\x0b’), (‘k’, ‘\t’), (‘n’, ‘\x0c’), (‘o’, ‘\r’), (‘A’, ‘#’), (‘B’, ‘ ‘), (‘C’, ‘!’), (‘D’, ‘&’), (‘E’, “‘”), (‘F’, ‘$’), (‘G’, ‘%’), (‘H’, ‘*’), (‘I’, ‘+’), (‘J’, ‘(‘), (‘K’, ‘)’), (‘L’, ‘.’), (‘M’, ‘/’), (‘N’, ‘,’), (‘O’, ‘-‘), (‘P’, ‘2’), (‘Q’, ‘3’), (‘R’, ‘0’), (‘S’, ‘1’), (‘T’, ‘6’), (‘U’, ‘7’), (‘V’, ‘4’), (‘W’, ‘5’), (‘X’, ‘:’), (‘Y’, ‘;’), (‘Z’, ‘8’), (‘!’, ‘C’), (‘”‘, ‘@’), (‘#’, ‘A’), (‘$’, ‘F’), (‘%’, ‘G’), (‘&’, ‘D’), (“‘”, ‘E’), (‘(‘, ‘J’), (‘)’, ‘K’), (‘*’, ‘H’), (‘+’, ‘I’), (‘,’, ‘N’), (‘-‘, ‘O’), (‘.’, ‘L’), (‘/’, ‘M’), (‘:’, ‘X’), (‘;’, ‘Y’), (”, ‘\\’), (‘?’, ‘]’), (‘@’, ‘”‘), (‘[‘, ‘9’), (‘\\’, ‘>’), (‘]’, ‘?’), (‘^’, ‘<'), ('_', '='), (' ', 'B'), ('\t', 'k'), ('\n', 'h'), ('\r', 'o'), ('\x0b', 'i'), ('\x0c', 'n')]
99; 63; 74;
c
[(‘0’, ‘S’), (‘1’, ‘R’), (‘2’, ‘Q’), (‘3’, ‘P’), (‘4’, ‘W’), (‘5’, ‘V’), (‘6’, ‘U’), (‘7’, ‘T’), (‘8’, ‘[‘), (‘9’, ‘Z’), (‘h’, ‘\x0b’), (‘i’, ‘\n’), (‘j’, ‘\t’), (‘n’, ‘\r’), (‘o’, ‘\x0c’), (‘A’, ‘”‘), (‘B’, ‘!’), (‘C’, ‘ ‘), (‘D’, “‘”), (‘E’, ‘&’), (‘F’, ‘%’), (‘G’, ‘$’), (‘H’, ‘+’), (‘I’, ‘*’), (‘J’, ‘)’), (‘K’, ‘(‘), (‘L’, ‘/’), (‘M’, ‘.’), (‘N’, ‘-‘), (‘O’, ‘,’), (‘P’, ‘3’), (‘Q’, ‘2’), (‘R’, ‘1’), (‘S’, ‘0’), (‘T’, ‘7’), (‘U’, ‘6’), (‘V’, ‘5’), (‘W’, ‘4’), (‘X’, ‘;’), (‘Y’, ‘:’), (‘Z’, ‘9’), (‘!’, ‘B’), (‘”‘, ‘A’), (‘#’, ‘@’), (‘$’, ‘G’), (‘%’, ‘F’), (‘&’, ‘E’), (“‘”, ‘D’), (‘(‘, ‘K’), (‘)’, ‘J’), (‘*’, ‘I’), (‘+’, ‘H’), (‘,’, ‘O’), (‘-‘, ‘N’), (‘.’, ‘M’), (‘/’, ‘L’), (‘:’, ‘Y’), (‘;’, ‘X’), (”, ‘]’), (‘?’, ‘\\’), (‘@’, ‘#’), (‘[‘, ‘8’), (‘\\’, ‘?’), (‘]’, ‘>’), (‘^’, ‘=’), (‘_’, ‘<'), (' ', 'C'), ('\t', 'j'), ('\n', 'i'), ('\r', 'n'), ('\x0b', 'h'), ('\x0c', 'o')]
100; 64; 74;
d
[(‘0’, ‘T’), (‘1’, ‘U’), (‘2’, ‘V’), (‘3’, ‘W’), (‘4’, ‘P’), (‘5’, ‘Q’), (‘6’, ‘R’), (‘7’, ‘S’), (‘8’, ‘\\’), (‘9’, ‘]’), (‘h’, ‘\x0c’), (‘i’, ‘\r’), (‘m’, ‘\t’), (‘n’, ‘\n’), (‘o’, ‘\x0b’), (‘A’, ‘%’), (‘B’, ‘&’), (‘C’, “‘”), (‘D’, ‘ ‘), (‘E’, ‘!’), (‘F’, ‘”‘), (‘G’, ‘#’), (‘H’, ‘,’), (‘I’, ‘-‘), (‘J’, ‘.’), (‘K’, ‘/’), (‘L’, ‘(‘), (‘M’, ‘)’), (‘N’, ‘*’), (‘O’, ‘+’), (‘P’, ‘4’), (‘Q’, ‘5’), (‘R’, ‘6’), (‘S’, ‘7’), (‘T’, ‘0’), (‘U’, ‘1’), (‘V’, ‘2’), (‘W’, ‘3’), (‘X’, ”), (‘!’, ‘E’), (‘”‘, ‘F’), (‘#’, ‘G’), (‘$’, ‘@’), (‘%’, ‘A’), (‘&’, ‘B’), (“‘”, ‘C’), (‘(‘, ‘L’), (‘)’, ‘M’), (‘*’, ‘N’), (‘+’, ‘O’), (‘,’, ‘H’), (‘-‘, ‘I’), (‘.’, ‘J’), (‘/’, ‘K’), (‘:’, ‘^’), (‘;’, ‘_’), (”, ‘Z’), (‘?’, ‘[‘), (‘@’, ‘$’), (‘[‘, ‘?’), (‘\\’, ‘8’), (‘]’, ‘9’), (‘^’, ‘:’), (‘_’, ‘;’), (‘ ‘, ‘D’), (‘\t’, ‘m’), (‘\n’, ‘n’), (‘\r’, ‘i’), (‘\x0b’, ‘o’), (‘\x0c’, ‘h’)]
101; 65; 74;
e
[(‘0’, ‘U’), (‘1’, ‘T’), (‘2’, ‘W’), (‘3’, ‘V’), (‘4’, ‘Q’), (‘5’, ‘P’), (‘6’, ‘S’), (‘7’, ‘R’), (‘8’, ‘]’), (‘9’, ‘\\’), (‘h’, ‘\r’), (‘i’, ‘\x0c’), (‘l’, ‘\t’), (‘n’, ‘\x0b’), (‘o’, ‘\n’), (‘A’, ‘$’), (‘B’, “‘”), (‘C’, ‘&’), (‘D’, ‘!’), (‘E’, ‘ ‘), (‘F’, ‘#’), (‘G’, ‘”‘), (‘H’, ‘-‘), (‘I’, ‘,’), (‘J’, ‘/’), (‘K’, ‘.’), (‘L’, ‘)’), (‘M’, ‘(‘), (‘N’, ‘+’), (‘O’, ‘*’), (‘P’, ‘5’), (‘Q’, ‘4’), (‘R’, ‘7’), (‘S’, ‘6’), (‘T’, ‘1’), (‘U’, ‘0’), (‘V’, ‘3’), (‘W’, ‘2’), (‘X’, ‘=’), (‘Y’, ‘<'), ('Z', '?'), ('!', 'D'), ('"', 'G'), ('#', 'F'), ('$', 'A'), ('%', '@'), ('&', 'C'), ("'", 'B'), ('(', 'M'), (')', 'L'), ('*', 'O'), ('+', 'N'), (',', 'I'), ('-', 'H'), ('.', 'K'), ('/', 'J'), (':', '_'), (';', '^'), ('’, ‘[‘), (‘?’, ‘Z’), (‘@’, ‘%’), (‘[‘, ‘>’), (‘\\’, ‘9’), (‘]’, ‘8’), (‘^’, ‘;’), (‘_’, ‘:’), (‘ ‘, ‘E’), (‘\t’, ‘l’), (‘\n’, ‘o’), (‘\r’, ‘h’), (‘\x0b’, ‘n’), (‘\x0c’, ‘i’)]
102; 66; 74;
f
[(‘0’, ‘V’), (‘1’, ‘W’), (‘2’, ‘T’), (‘3’, ‘U’), (‘4’, ‘R’), (‘5’, ‘S’), (‘6’, ‘P’), (‘7’, ‘Q’), (‘8’, ‘^’), (‘9’, ‘_’), (‘j’, ‘\x0c’), (‘k’, ‘\r’), (‘l’, ‘\n’), (‘m’, ‘\x0b’), (‘o’, ‘\t’), (‘A’, “‘”), (‘B’, ‘$’), (‘C’, ‘%’), (‘D’, ‘”‘), (‘E’, ‘#’), (‘F’, ‘ ‘), (‘G’, ‘!’), (‘H’, ‘.’), (‘I’, ‘/’), (‘J’, ‘,’), (‘K’, ‘-‘), (‘L’, ‘*’), (‘M’, ‘+’), (‘N’, ‘(‘), (‘O’, ‘)’), (‘P’, ‘6’), (‘Q’, ‘7’), (‘R’, ‘4’), (‘S’, ‘5’), (‘T’, ‘2’), (‘U’, ‘3’), (‘V’, ‘0’), (‘W’, ‘1’), (‘X’, ‘>’), (‘Y’, ‘?’), (‘Z’, ‘<'), ('!', 'G'), ('"', 'D'), ('#', 'E'), ('$', 'B'), ('%', 'C'), ('&', '@'), ("'", 'A'), ('(', 'N'), (')', 'O'), ('*', 'L'), ('+', 'M'), (',', 'J'), ('-', 'K'), ('.', 'H'), ('/', 'I'), (':', '\\'), (';', ']'), ('’, ‘X’), (‘?’, ‘Y’), (‘@’, ‘&’), (‘[‘, ‘=’), (‘\\’, ‘:’), (‘]’, ‘;’), (‘^’, ‘8’), (‘_’, ‘9’), (‘ ‘, ‘F’), (‘\t’, ‘o’), (‘\n’, ‘l’), (‘\r’, ‘k’), (‘\x0b’, ‘m’), (‘\x0c’, ‘j’)]
103; 67; 74;
g
[(‘0’, ‘W’), (‘1’, ‘V’), (‘2’, ‘U’), (‘3’, ‘T’), (‘4’, ‘S’), (‘5’, ‘R’), (‘6’, ‘Q’), (‘7’, ‘P’), (‘8’, ‘_’), (‘9’, ‘^’), (‘j’, ‘\r’), (‘k’, ‘\x0c’), (‘l’, ‘\x0b’), (‘m’, ‘\n’), (‘n’, ‘\t’), (‘A’, ‘&’), (‘B’, ‘%’), (‘C’, ‘$’), (‘D’, ‘#’), (‘E’, ‘”‘), (‘F’, ‘!’), (‘G’, ‘ ‘), (‘H’, ‘/’), (‘I’, ‘.’), (‘J’, ‘-‘), (‘K’, ‘,’), (‘L’, ‘+’), (‘M’, ‘*’), (‘N’, ‘)’), (‘O’, ‘(‘), (‘P’, ‘7’), (‘Q’, ‘6’), (‘R’, ‘5’), (‘S’, ‘4’), (‘T’, ‘3’), (‘U’, ‘2’), (‘V’, ‘1’), (‘W’, ‘0’), (‘X’, ‘?’), (‘Y’, ‘>’), (‘Z’, ‘=’), (‘!’, ‘F’), (‘”‘, ‘E’), (‘#’, ‘D’), (‘$’, ‘C’), (‘%’, ‘B’), (‘&’, ‘A’), (“‘”, ‘@’), (‘(‘, ‘O’), (‘)’, ‘N’), (‘*’, ‘M’), (‘+’, ‘L’), (‘,’, ‘K’), (‘-‘, ‘J’), (‘.’, ‘I’), (‘/’, ‘H’), (‘:’, ‘]’), (‘;’, ‘\\’), (”, ‘Y’), (‘?’, ‘X’), (‘@’, “‘”), (‘[‘, ‘<'), ('\\', ';'), (']', ':'), ('^', '9'), ('_', '8'), (' ', 'G'), ('\t', 'n'), ('\n', 'm'), ('\r', 'j'), ('\x0b', 'l'), ('\x0c', 'k')]
104; 68; 74;
h
[(‘0’, ‘X’), (‘1’, ‘Y’), (‘2’, ‘Z’), (‘3’, ‘[‘), (‘4’, ‘\\’), (‘5’, ‘]’), (‘6’, ‘^’), (‘7’, ‘_’), (‘8’, ‘P’), (‘9’, ‘Q’), (‘a’, ‘\t’), (‘b’, ‘\n’), (‘c’, ‘\x0b’), (‘d’, ‘\x0c’), (‘e’, ‘\r’), (‘A’, ‘)’), (‘B’, ‘*’), (‘C’, ‘+’), (‘D’, ‘,’), (‘E’, ‘-‘), (‘F’, ‘.’), (‘G’, ‘/’), (‘H’, ‘ ‘), (‘I’, ‘!’), (‘J’, ‘”‘), (‘K’, ‘#’), (‘L’, ‘$’), (‘M’, ‘%’), (‘N’, ‘&’), (‘O’, “‘”), (‘P’, ‘8’), (‘Q’, ‘9’), (‘R’, ‘:’), (‘S’, ‘;’), (‘T’, ”), (‘W’, ‘?’), (‘X’, ‘0’), (‘Y’, ‘1’), (‘Z’, ‘2’), (‘!’, ‘I’), (‘”‘, ‘J’), (‘#’, ‘K’), (‘$’, ‘L’), (‘%’, ‘M’), (‘&’, ‘N’), (“‘”, ‘O’), (‘(‘, ‘@’), (‘)’, ‘A’), (‘*’, ‘B’), (‘+’, ‘C’), (‘,’, ‘D’), (‘-‘, ‘E’), (‘.’, ‘F’), (‘/’, ‘G’), (‘:’, ‘R’), (‘;’, ‘S’), (”, ‘V’), (‘?’, ‘W’), (‘@’, ‘(‘), (‘[‘, ‘3’), (‘\\’, ‘4’), (‘]’, ‘5’), (‘^’, ‘6’), (‘_’, ‘7’), (‘ ‘, ‘H’), (‘\t’, ‘a’), (‘\n’, ‘b’), (‘\r’, ‘e’), (‘\x0b’, ‘c’), (‘\x0c’, ‘d’)]
105; 69; 74;
i
[(‘0’, ‘Y’), (‘1’, ‘X’), (‘2’, ‘[‘), (‘3’, ‘Z’), (‘4’, ‘]’), (‘5’, ‘\\’), (‘6’, ‘_’), (‘7’, ‘^’), (‘8’, ‘Q’), (‘9’, ‘P’), (‘b’, ‘\x0b’), (‘c’, ‘\n’), (‘d’, ‘\r’), (‘e’, ‘\x0c’), (‘A’, ‘(‘), (‘B’, ‘+’), (‘C’, ‘*’), (‘D’, ‘-‘), (‘E’, ‘,’), (‘F’, ‘/’), (‘G’, ‘.’), (‘H’, ‘!’), (‘I’, ‘ ‘), (‘J’, ‘#’), (‘K’, ‘”‘), (‘L’, ‘%’), (‘M’, ‘$’), (‘N’, “‘”), (‘O’, ‘&’), (‘P’, ‘9’), (‘Q’, ‘8’), (‘R’, ‘;’), (‘S’, ‘:’), (‘T’, ‘=’), (‘U’, ”), (‘X’, ‘1’), (‘Y’, ‘0’), (‘Z’, ‘3’), (‘!’, ‘H’), (‘”‘, ‘K’), (‘#’, ‘J’), (‘$’, ‘M’), (‘%’, ‘L’), (‘&’, ‘O’), (“‘”, ‘N’), (‘(‘, ‘A’), (‘)’, ‘@’), (‘*’, ‘C’), (‘+’, ‘B’), (‘,’, ‘E’), (‘-‘, ‘D’), (‘.’, ‘G’), (‘/’, ‘F’), (‘:’, ‘S’), (‘;’, ‘R’), (”, ‘W’), (‘?’, ‘V’), (‘@’, ‘)’), (‘[‘, ‘2’), (‘\\’, ‘5’), (‘]’, ‘4’), (‘^’, ‘7’), (‘_’, ‘6’), (‘`’, ‘\t’), (‘ ‘, ‘I’), (‘\t’, ‘`’), (‘\n’, ‘c’), (‘\r’, ‘d’), (‘\x0b’, ‘b’), (‘\x0c’, ‘e’)]
106; 6a; 74;
j
[(‘0’, ‘Z’), (‘1’, ‘[‘), (‘2’, ‘X’), (‘3’, ‘Y’), (‘4’, ‘^’), (‘5’, ‘_’), (‘6’, ‘\\’), (‘7’, ‘]’), (‘8’, ‘R’), (‘9’, ‘S’), (‘a’, ‘\x0b’), (‘c’, ‘\t’), (‘f’, ‘\x0c’), (‘g’, ‘\r’), (‘A’, ‘+’), (‘B’, ‘(‘), (‘C’, ‘)’), (‘D’, ‘.’), (‘E’, ‘/’), (‘F’, ‘,’), (‘G’, ‘-‘), (‘H’, ‘”‘), (‘I’, ‘#’), (‘J’, ‘ ‘), (‘K’, ‘!’), (‘L’, ‘&’), (‘M’, “‘”), (‘N’, ‘$’), (‘O’, ‘%’), (‘P’, ‘:’), (‘Q’, ‘;’), (‘R’, ‘8’), (‘S’, ‘9’), (‘T’, ‘>’), (‘U’, ‘?’), (‘V’, ‘<'), ('W', '='), ('X', '2'), ('Y', '3'), ('Z', '0'), ('!', 'K'), ('"', 'H'), ('#', 'I'), ('$', 'N'), ('%', 'O'), ('&', 'L'), ("'", 'M'), ('(', 'B'), (')', 'C'), ('*', '@'), ('+', 'A'), (',', 'F'), ('-', 'G'), ('.', 'D'), ('/', 'E'), (':', 'P'), (';', 'Q'), ('’, ‘T’), (‘?’, ‘U’), (‘@’, ‘*’), (‘[‘, ‘1’), (‘\\’, ‘6’), (‘]’, ‘7’), (‘^’, ‘4’), (‘_’, ‘5’), (‘`’, ‘\n’), (‘ ‘, ‘J’), (‘\t’, ‘c’), (‘\n’, ‘`’), (‘\r’, ‘g’), (‘\x0b’, ‘a’), (‘\x0c’, ‘f’)]
107; 6b; 74;
k
[(‘0’, ‘[‘), (‘1’, ‘Z’), (‘2’, ‘Y’), (‘3’, ‘X’), (‘4’, ‘_’), (‘5’, ‘^’), (‘6’, ‘]’), (‘7’, ‘\\’), (‘8’, ‘S’), (‘9’, ‘R’), (‘a’, ‘\n’), (‘b’, ‘\t’), (‘f’, ‘\r’), (‘g’, ‘\x0c’), (‘A’, ‘*’), (‘B’, ‘)’), (‘C’, ‘(‘), (‘D’, ‘/’), (‘E’, ‘.’), (‘F’, ‘-‘), (‘G’, ‘,’), (‘H’, ‘#’), (‘I’, ‘”‘), (‘J’, ‘!’), (‘K’, ‘ ‘), (‘L’, “‘”), (‘M’, ‘&’), (‘N’, ‘%’), (‘O’, ‘$’), (‘P’, ‘;’), (‘Q’, ‘:’), (‘R’, ‘9’), (‘S’, ‘8’), (‘T’, ‘?’), (‘U’, ‘>’), (‘V’, ‘=’), (‘W’, ‘<'), ('X', '3'), ('Y', '2'), ('Z', '1'), ('!', 'J'), ('"', 'I'), ('#', 'H'), ('$', 'O'), ('%', 'N'), ('&', 'M'), ("'", 'L'), ('(', 'C'), (')', 'B'), ('*', 'A'), ('+', '@'), (',', 'G'), ('-', 'F'), ('.', 'E'), ('/', 'D'), (':', 'Q'), (';', 'P'), ('’, ‘U’), (‘?’, ‘T’), (‘@’, ‘+’), (‘[‘, ‘0’), (‘\\’, ‘7’), (‘]’, ‘6’), (‘^’, ‘5’), (‘_’, ‘4’), (‘`’, ‘\x0b’), (‘ ‘, ‘K’), (‘\t’, ‘b’), (‘\n’, ‘a’), (‘\r’, ‘f’), (‘\x0b’, ‘`’), (‘\x0c’, ‘g’)]
108; 6c; 74;
l
[(‘0’, ‘\\’), (‘1’, ‘]’), (‘2’, ‘^’), (‘3’, ‘_’), (‘4’, ‘X’), (‘5’, ‘Y’), (‘6’, ‘Z’), (‘7’, ‘[‘), (‘8’, ‘T’), (‘9’, ‘U’), (‘a’, ‘\r’), (‘e’, ‘\t’), (‘f’, ‘\n’), (‘g’, ‘\x0b’), (‘A’, ‘-‘), (‘B’, ‘.’), (‘C’, ‘/’), (‘D’, ‘(‘), (‘E’, ‘)’), (‘F’, ‘*’), (‘G’, ‘+’), (‘H’, ‘$’), (‘I’, ‘%’), (‘J’, ‘&’), (‘K’, “‘”), (‘L’, ‘ ‘), (‘M’, ‘!’), (‘N’, ‘”‘), (‘O’, ‘#’), (‘P’, ”), (‘S’, ‘?’), (‘T’, ‘8’), (‘U’, ‘9’), (‘V’, ‘:’), (‘W’, ‘;’), (‘X’, ‘4’), (‘Y’, ‘5’), (‘Z’, ‘6’), (‘!’, ‘M’), (‘”‘, ‘N’), (‘#’, ‘O’), (‘$’, ‘H’), (‘%’, ‘I’), (‘&’, ‘J’), (“‘”, ‘K’), (‘(‘, ‘D’), (‘)’, ‘E’), (‘*’, ‘F’), (‘+’, ‘G’), (‘,’, ‘@’), (‘-‘, ‘A’), (‘.’, ‘B’), (‘/’, ‘C’), (‘:’, ‘V’), (‘;’, ‘W’), (”, ‘R’), (‘?’, ‘S’), (‘@’, ‘,’), (‘[‘, ‘7’), (‘\\’, ‘0’), (‘]’, ‘1’), (‘^’, ‘2’), (‘_’, ‘3’), (‘`’, ‘\x0c’), (‘ ‘, ‘L’), (‘\t’, ‘e’), (‘\n’, ‘f’), (‘\r’, ‘a’), (‘\x0b’, ‘g’), (‘\x0c’, ‘`’)]
109; 6d; 74;
m
[(‘0’, ‘]’), (‘1’, ‘\\’), (‘2’, ‘_’), (‘3’, ‘^’), (‘4’, ‘Y’), (‘5’, ‘X’), (‘6’, ‘[‘), (‘7’, ‘Z’), (‘8’, ‘U’), (‘9’, ‘T’), (‘a’, ‘\x0c’), (‘d’, ‘\t’), (‘f’, ‘\x0b’), (‘g’, ‘\n’), (‘A’, ‘,’), (‘B’, ‘/’), (‘C’, ‘.’), (‘D’, ‘)’), (‘E’, ‘(‘), (‘F’, ‘+’), (‘G’, ‘*’), (‘H’, ‘%’), (‘I’, ‘$’), (‘J’, “‘”), (‘K’, ‘&’), (‘L’, ‘!’), (‘M’, ‘ ‘), (‘N’, ‘#’), (‘O’, ‘”‘), (‘P’, ‘=’), (‘Q’, ”), (‘T’, ‘9’), (‘U’, ‘8’), (‘V’, ‘;’), (‘W’, ‘:’), (‘X’, ‘5’), (‘Y’, ‘4’), (‘Z’, ‘7’), (‘!’, ‘L’), (‘”‘, ‘O’), (‘#’, ‘N’), (‘$’, ‘I’), (‘%’, ‘H’), (‘&’, ‘K’), (“‘”, ‘J’), (‘(‘, ‘E’), (‘)’, ‘D’), (‘*’, ‘G’), (‘+’, ‘F’), (‘,’, ‘A’), (‘-‘, ‘@’), (‘.’, ‘C’), (‘/’, ‘B’), (‘:’, ‘W’), (‘;’, ‘V’), (”, ‘S’), (‘?’, ‘R’), (‘@’, ‘-‘), (‘[‘, ‘6’), (‘\\’, ‘1’), (‘]’, ‘0’), (‘^’, ‘3’), (‘_’, ‘2’), (‘`’, ‘\r’), (‘ ‘, ‘M’), (‘\t’, ‘d’), (‘\n’, ‘g’), (‘\r’, ‘`’), (‘\x0b’, ‘f’), (‘\x0c’, ‘a’)]
110; 6e; 74;
n
[(‘0’, ‘^’), (‘1’, ‘_’), (‘2’, ‘\\’), (‘3’, ‘]’), (‘4’, ‘Z’), (‘5’, ‘[‘), (‘6’, ‘X’), (‘7’, ‘Y’), (‘8’, ‘V’), (‘9’, ‘W’), (‘b’, ‘\x0c’), (‘c’, ‘\r’), (‘d’, ‘\n’), (‘e’, ‘\x0b’), (‘g’, ‘\t’), (‘A’, ‘/’), (‘B’, ‘,’), (‘C’, ‘-‘), (‘D’, ‘*’), (‘E’, ‘+’), (‘F’, ‘(‘), (‘G’, ‘)’), (‘H’, ‘&’), (‘I’, “‘”), (‘J’, ‘$’), (‘K’, ‘%’), (‘L’, ‘”‘), (‘M’, ‘#’), (‘N’, ‘ ‘), (‘O’, ‘!’), (‘P’, ‘>’), (‘Q’, ‘?’), (‘R’, ‘<'), ('S', '='), ('T', ':'), ('U', ';'), ('V', '8'), ('W', '9'), ('X', '6'), ('Y', '7'), ('Z', '4'), ('!', 'O'), ('"', 'L'), ('#', 'M'), ('$', 'J'), ('%', 'K'), ('&', 'H'), ("'", 'I'), ('(', 'F'), (')', 'G'), ('*', 'D'), ('+', 'E'), (',', 'B'), ('-', 'C'), ('.', '@'), ('/', 'A'), (':', 'T'), (';', 'U'), ('’, ‘P’), (‘?’, ‘Q’), (‘@’, ‘.’), (‘[‘, ‘5’), (‘\\’, ‘2’), (‘]’, ‘3’), (‘^’, ‘0’), (‘_’, ‘1’), (‘ ‘, ‘N’), (‘\t’, ‘g’), (‘\n’, ‘d’), (‘\r’, ‘c’), (‘\x0b’, ‘e’), (‘\x0c’, ‘b’)]
111; 6f; 74;
o
[(‘0’, ‘_’), (‘1’, ‘^’), (‘2’, ‘]’), (‘3’, ‘\\’), (‘4’, ‘[‘), (‘5’, ‘Z’), (‘6’, ‘Y’), (‘7’, ‘X’), (‘8’, ‘W’), (‘9’, ‘V’), (‘b’, ‘\r’), (‘c’, ‘\x0c’), (‘d’, ‘\x0b’), (‘e’, ‘\n’), (‘f’, ‘\t’), (‘A’, ‘.’), (‘B’, ‘-‘), (‘C’, ‘,’), (‘D’, ‘+’), (‘E’, ‘*’), (‘F’, ‘)’), (‘G’, ‘(‘), (‘H’, “‘”), (‘I’, ‘&’), (‘J’, ‘%’), (‘K’, ‘$’), (‘L’, ‘#’), (‘M’, ‘”‘), (‘N’, ‘!’), (‘O’, ‘ ‘), (‘P’, ‘?’), (‘Q’, ‘>’), (‘R’, ‘=’), (‘S’, ‘<'), ('T', ';'), ('U', ':'), ('V', '9'), ('W', '8'), ('X', '7'), ('Y', '6'), ('Z', '5'), ('!', 'N'), ('"', 'M'), ('#', 'L'), ('$', 'K'), ('%', 'J'), ('&', 'I'), ("'", 'H'), ('(', 'G'), (')', 'F'), ('*', 'E'), ('+', 'D'), (',', 'C'), ('-', 'B'), ('.', 'A'), ('/', '@'), (':', 'U'), (';', 'T'), ('’, ‘Q’), (‘?’, ‘P’), (‘@’, ‘/’), (‘[‘, ‘4’), (‘\\’, ‘3’), (‘]’, ‘2’), (‘^’, ‘1’), (‘_’, ‘0’), (‘ ‘, ‘O’), (‘\t’, ‘f’), (‘\n’, ‘e’), (‘\r’, ‘b’), (‘\x0b’, ‘d’), (‘\x0c’, ‘c’)]
112; 70; 74;
p
[(‘0’, ‘@’), (‘1’, ‘A’), (‘2’, ‘B’), (‘3’, ‘C’), (‘4’, ‘D’), (‘5’, ‘E’), (‘6’, ‘F’), (‘7’, ‘G’), (‘8’, ‘H’), (‘9’, ‘I’), (‘y’, ‘\t’), (‘z’, ‘\n’), (‘A’, ‘1’), (‘B’, ‘2’), (‘C’, ‘3’), (‘D’, ‘4’), (‘E’, ‘5’), (‘F’, ‘6’), (‘G’, ‘7’), (‘H’, ‘8’), (‘I’, ‘9’), (‘J’, ‘:’), (‘K’, ‘;’), (‘L’, ”), (‘O’, ‘?’), (‘P’, ‘ ‘), (‘Q’, ‘!’), (‘R’, ‘”‘), (‘S’, ‘#’), (‘T’, ‘$’), (‘U’, ‘%’), (‘V’, ‘&’), (‘W’, “‘”), (‘X’, ‘(‘), (‘Y’, ‘)’), (‘Z’, ‘*’), (‘!’, ‘Q’), (‘”‘, ‘R’), (‘#’, ‘S’), (‘$’, ‘T’), (‘%’, ‘U’), (‘&’, ‘V’), (“‘”, ‘W’), (‘(‘, ‘X’), (‘)’, ‘Y’), (‘*’, ‘Z’), (‘+’, ‘[‘), (‘,’, ‘\\’), (‘-‘, ‘]’), (‘.’, ‘^’), (‘/’, ‘_’), (‘:’, ‘J’), (‘;’, ‘K’), (”, ‘N’), (‘?’, ‘O’), (‘@’, ‘0’), (‘[‘, ‘+’), (‘\\’, ‘,’), (‘]’, ‘-‘), (‘^’, ‘.’), (‘_’, ‘/’), (‘{‘, ‘\x0b’), (‘|’, ‘\x0c’), (‘}’, ‘\r’), (‘ ‘, ‘P’), (‘\t’, ‘y’), (‘\n’, ‘z’), (‘\r’, ‘}’), (‘\x0b’, ‘{‘), (‘\x0c’, ‘|’)]
113; 71; 74;
q
[(‘0’, ‘A’), (‘1’, ‘@’), (‘2’, ‘C’), (‘3’, ‘B’), (‘4’, ‘E’), (‘5’, ‘D’), (‘6’, ‘G’), (‘7’, ‘F’), (‘8’, ‘I’), (‘9’, ‘H’), (‘x’, ‘\t’), (‘z’, ‘\x0b’), (‘A’, ‘0’), (‘B’, ‘3’), (‘C’, ‘2’), (‘D’, ‘5’), (‘E’, ‘4’), (‘F’, ‘7’), (‘G’, ‘6’), (‘H’, ‘9’), (‘I’, ‘8’), (‘J’, ‘;’), (‘K’, ‘:’), (‘L’, ‘=’), (‘M’, ”), (‘P’, ‘!’), (‘Q’, ‘ ‘), (‘R’, ‘#’), (‘S’, ‘”‘), (‘T’, ‘%’), (‘U’, ‘$’), (‘V’, “‘”), (‘W’, ‘&’), (‘X’, ‘)’), (‘Y’, ‘(‘), (‘Z’, ‘+’), (‘!’, ‘P’), (‘”‘, ‘S’), (‘#’, ‘R’), (‘$’, ‘U’), (‘%’, ‘T’), (‘&’, ‘W’), (“‘”, ‘V’), (‘(‘, ‘Y’), (‘)’, ‘X’), (‘*’, ‘[‘), (‘+’, ‘Z’), (‘,’, ‘]’), (‘-‘, ‘\\’), (‘.’, ‘_’), (‘/’, ‘^’), (‘:’, ‘K’), (‘;’, ‘J’), (”, ‘O’), (‘?’, ‘N’), (‘@’, ‘1’), (‘[‘, ‘*’), (‘\\’, ‘-‘), (‘]’, ‘,’), (‘^’, ‘/’), (‘_’, ‘.’), (‘{‘, ‘\n’), (‘|’, ‘\r’), (‘}’, ‘\x0c’), (‘ ‘, ‘Q’), (‘\t’, ‘x’), (‘\n’, ‘{‘), (‘\r’, ‘|’), (‘\x0b’, ‘z’), (‘\x0c’, ‘}’)]
114; 72; 72;
r
[(‘0’, ‘B’), (‘1’, ‘C’), (‘2’, ‘@’), (‘3’, ‘A’), (‘4’, ‘F’), (‘5’, ‘G’), (‘6’, ‘D’), (‘7’, ‘E’), (‘8’, ‘J’), (‘9’, ‘K’), (‘x’, ‘\n’), (‘y’, ‘\x0b’), (‘A’, ‘3’), (‘B’, ‘0’), (‘C’, ‘1’), (‘D’, ‘6’), (‘E’, ‘7’), (‘F’, ‘4’), (‘G’, ‘5’), (‘H’, ‘:’), (‘I’, ‘;’), (‘J’, ‘8’), (‘K’, ‘9’), (‘L’, ‘>’), (‘M’, ‘?’), (‘N’, ‘<'), ('O', '='), ('P', '"'), ('Q', '#'), ('R', ' '), ('S', '!'), ('T', '&'), ('U', "'"), ('V', '$'), ('W', '%'), ('X', '*'), ('Y', '+'), ('Z', '('), ('!', 'S'), ('"', 'P'), ('#', 'Q'), ('$', 'V'), ('%', 'W'), ('&', 'T'), ("'", 'U'), ('(', 'Z'), (')', '['), ('*', 'X'), ('+', 'Y'), (',', '^'), ('-', '_'), ('.', '\\'), ('/', ']'), (':', 'H'), (';', 'I'), ('’, ‘L’), (‘?’, ‘M’), (‘@’, ‘2’), (‘[‘, ‘)’), (‘\\’, ‘.’), (‘]’, ‘/’), (‘^’, ‘,’), (‘_’, ‘-‘), (‘{‘, ‘\t’), (‘~’, ‘\x0c’), (‘ ‘, ‘R’), (‘\t’, ‘{‘), (‘\n’, ‘x’), (‘\x0b’, ‘y’), (‘\x0c’, ‘~’)]
115; 73; 72;
s
[(‘0’, ‘C’), (‘1’, ‘B’), (‘2’, ‘A’), (‘3’, ‘@’), (‘4’, ‘G’), (‘5’, ‘F’), (‘6’, ‘E’), (‘7’, ‘D’), (‘8’, ‘K’), (‘9’, ‘J’), (‘x’, ‘\x0b’), (‘y’, ‘\n’), (‘z’, ‘\t’), (‘A’, ‘2’), (‘B’, ‘1’), (‘C’, ‘0’), (‘D’, ‘7’), (‘E’, ‘6’), (‘F’, ‘5’), (‘G’, ‘4’), (‘H’, ‘;’), (‘I’, ‘:’), (‘J’, ‘9’), (‘K’, ‘8’), (‘L’, ‘?’), (‘M’, ‘>’), (‘N’, ‘=’), (‘O’, ‘<'), ('P', '#'), ('Q', '"'), ('R', '!'), ('S', ' '), ('T', "'"), ('U', '&'), ('V', '%'), ('W', '$'), ('X', '+'), ('Y', '*'), ('Z', ')'), ('!', 'R'), ('"', 'Q'), ('#', 'P'), ('$', 'W'), ('%', 'V'), ('&', 'U'), ("'", 'T'), ('(', '['), (')', 'Z'), ('*', 'Y'), ('+', 'X'), (',', '_'), ('-', '^'), ('.', ']'), ('/', '\\'), (':', 'I'), (';', 'H'), ('’, ‘M’), (‘?’, ‘L’), (‘@’, ‘3’), (‘[‘, ‘(‘), (‘\\’, ‘/’), (‘]’, ‘.’), (‘^’, ‘-‘), (‘_’, ‘,’), (‘~’, ‘\r’), (‘ ‘, ‘S’), (‘\t’, ‘z’), (‘\n’, ‘y’), (‘\r’, ‘~’), (‘\x0b’, ‘x’)]
116; 74; 72;
t
[(‘0’, ‘D’), (‘1’, ‘E’), (‘2’, ‘F’), (‘3’, ‘G’), (‘4’, ‘@’), (‘5’, ‘A’), (‘6’, ‘B’), (‘7’, ‘C’), (‘8’, ‘L’), (‘9’, ‘M’), (‘x’, ‘\x0c’), (‘y’, ‘\r’), (‘A’, ‘5’), (‘B’, ‘6’), (‘C’, ‘7’), (‘D’, ‘0’), (‘E’, ‘1’), (‘F’, ‘2’), (‘G’, ‘3’), (‘H’, ”), (‘K’, ‘?’), (‘L’, ‘8’), (‘M’, ‘9’), (‘N’, ‘:’), (‘O’, ‘;’), (‘P’, ‘$’), (‘Q’, ‘%’), (‘R’, ‘&’), (‘S’, “‘”), (‘T’, ‘ ‘), (‘U’, ‘!’), (‘V’, ‘”‘), (‘W’, ‘#’), (‘X’, ‘,’), (‘Y’, ‘-‘), (‘Z’, ‘.’), (‘!’, ‘U’), (‘”‘, ‘V’), (‘#’, ‘W’), (‘$’, ‘P’), (‘%’, ‘Q’), (‘&’, ‘R’), (“‘”, ‘S’), (‘(‘, ‘\\’), (‘)’, ‘]’), (‘*’, ‘^’), (‘+’, ‘_’), (‘,’, ‘X’), (‘-‘, ‘Y’), (‘.’, ‘Z’), (‘/’, ‘[‘), (‘:’, ‘N’), (‘;’, ‘O’), (”, ‘J’), (‘?’, ‘K’), (‘@’, ‘4’), (‘[‘, ‘/’), (‘\\’, ‘(‘), (‘]’, ‘)’), (‘^’, ‘*’), (‘_’, ‘+’), (‘}’, ‘\t’), (‘~’, ‘\n’), (‘ ‘, ‘T’), (‘\t’, ‘}’), (‘\n’, ‘~’), (‘\r’, ‘y’), (‘\x0c’, ‘x’)]
117; 75; 72;
u
[(‘0’, ‘E’), (‘1’, ‘D’), (‘2’, ‘G’), (‘3’, ‘F’), (‘4’, ‘A’), (‘5’, ‘@’), (‘6’, ‘C’), (‘7’, ‘B’), (‘8’, ‘M’), (‘9’, ‘L’), (‘x’, ‘\r’), (‘y’, ‘\x0c’), (‘A’, ‘4’), (‘B’, ‘7’), (‘C’, ‘6’), (‘D’, ‘1’), (‘E’, ‘0’), (‘F’, ‘3’), (‘G’, ‘2’), (‘H’, ‘=’), (‘I’, ”), (‘L’, ‘9’), (‘M’, ‘8’), (‘N’, ‘;’), (‘O’, ‘:’), (‘P’, ‘%’), (‘Q’, ‘$’), (‘R’, “‘”), (‘S’, ‘&’), (‘T’, ‘!’), (‘U’, ‘ ‘), (‘V’, ‘#’), (‘W’, ‘”‘), (‘X’, ‘-‘), (‘Y’, ‘,’), (‘Z’, ‘/’), (‘!’, ‘T’), (‘”‘, ‘W’), (‘#’, ‘V’), (‘$’, ‘Q’), (‘%’, ‘P’), (‘&’, ‘S’), (“‘”, ‘R’), (‘(‘, ‘]’), (‘)’, ‘\\’), (‘*’, ‘_’), (‘+’, ‘^’), (‘,’, ‘Y’), (‘-‘, ‘X’), (‘.’, ‘[‘), (‘/’, ‘Z’), (‘:’, ‘O’), (‘;’, ‘N’), (”, ‘K’), (‘?’, ‘J’), (‘@’, ‘5’), (‘[‘, ‘.’), (‘\\’, ‘)’), (‘]’, ‘(‘), (‘^’, ‘+’), (‘_’, ‘*’), (‘|’, ‘\t’), (‘~’, ‘\x0b’), (‘ ‘, ‘U’), (‘\t’, ‘|’), (‘\r’, ‘x’), (‘\x0b’, ‘~’), (‘\x0c’, ‘y’)]
118; 76; 72;
v
[(‘0’, ‘F’), (‘1’, ‘G’), (‘2’, ‘D’), (‘3’, ‘E’), (‘4’, ‘B’), (‘5’, ‘C’), (‘6’, ‘@’), (‘7’, ‘A’), (‘8’, ‘N’), (‘9’, ‘O’), (‘z’, ‘\x0c’), (‘A’, ‘7’), (‘B’, ‘4’), (‘C’, ‘5’), (‘D’, ‘2’), (‘E’, ‘3’), (‘F’, ‘0’), (‘G’, ‘1’), (‘H’, ‘>’), (‘I’, ‘?’), (‘J’, ‘<'), ('K', '='), ('L', ':'), ('M', ';'), ('N', '8'), ('O', '9'), ('P', '&'), ('Q', "'"), ('R', '$'), ('S', '%'), ('T', '"'), ('U', '#'), ('V', ' '), ('W', '!'), ('X', '.'), ('Y', '/'), ('Z', ','), ('!', 'W'), ('"', 'T'), ('#', 'U'), ('$', 'R'), ('%', 'S'), ('&', 'P'), ("'", 'Q'), ('(', '^'), (')', '_'), ('*', '\\'), ('+', ']'), (',', 'Z'), ('-', '['), ('.', 'X'), ('/', 'Y'), (':', 'L'), (';', 'M'), ('’, ‘H’), (‘?’, ‘I’), (‘@’, ‘6’), (‘[‘, ‘-‘), (‘\\’, ‘*’), (‘]’, ‘+’), (‘^’, ‘(‘), (‘_’, ‘)’), (‘{‘, ‘\r’), (‘|’, ‘\n’), (‘}’, ‘\x0b’), (‘ ‘, ‘V’), (‘\n’, ‘|’), (‘\r’, ‘{‘), (‘\x0b’, ‘}’), (‘\x0c’, ‘z’)]
119; 77; 74;
w
[(‘0’, ‘G’), (‘1’, ‘F’), (‘2’, ‘E’), (‘3’, ‘D’), (‘4’, ‘C’), (‘5’, ‘B’), (‘6’, ‘A’), (‘7’, ‘@’), (‘8’, ‘O’), (‘9’, ‘N’), (‘z’, ‘\r’), (‘A’, ‘6’), (‘B’, ‘5’), (‘C’, ‘4’), (‘D’, ‘3’), (‘E’, ‘2’), (‘F’, ‘1’), (‘G’, ‘0’), (‘H’, ‘?’), (‘I’, ‘>’), (‘J’, ‘=’), (‘K’, ‘<'), ('L', ';'), ('M', ':'), ('N', '9'), ('O', '8'), ('P', "'"), ('Q', '&'), ('R', '%'), ('S', '$'), ('T', '#'), ('U', '"'), ('V', '!'), ('W', ' '), ('X', '/'), ('Y', '.'), ('Z', '-'), ('!', 'V'), ('"', 'U'), ('#', 'T'), ('$', 'S'), ('%', 'R'), ('&', 'Q'), ("'", 'P'), ('(', '_'), (')', '^'), ('*', ']'), ('+', '\\'), (',', '['), ('-', 'Z'), ('.', 'Y'), ('/', 'X'), (':', 'M'), (';', 'L'), ('’, ‘I’), (‘?’, ‘H’), (‘@’, ‘7’), (‘[‘, ‘,’), (‘\\’, ‘+’), (‘]’, ‘*’), (‘^’, ‘)’), (‘_’, ‘(‘), (‘{‘, ‘\x0c’), (‘|’, ‘\x0b’), (‘}’, ‘\n’), (‘~’, ‘\t’), (‘ ‘, ‘W’), (‘\t’, ‘~’), (‘\n’, ‘}’), (‘\r’, ‘z’), (‘\x0b’, ‘|’), (‘\x0c’, ‘{‘)]
120; 78; 74;
x
[(‘0’, ‘H’), (‘1’, ‘I’), (‘2’, ‘J’), (‘3’, ‘K’), (‘4’, ‘L’), (‘5’, ‘M’), (‘6’, ‘N’), (‘7’, ‘O’), (‘8’, ‘@’), (‘9’, ‘A’), (‘q’, ‘\t’), (‘r’, ‘\n’), (‘s’, ‘\x0b’), (‘t’, ‘\x0c’), (‘u’, ‘\r’), (‘A’, ‘9’), (‘B’, ‘:’), (‘C’, ‘;’), (‘D’, ”), (‘G’, ‘?’), (‘H’, ‘0’), (‘I’, ‘1’), (‘J’, ‘2’), (‘K’, ‘3’), (‘L’, ‘4’), (‘M’, ‘5’), (‘N’, ‘6’), (‘O’, ‘7’), (‘P’, ‘(‘), (‘Q’, ‘)’), (‘R’, ‘*’), (‘S’, ‘+’), (‘T’, ‘,’), (‘U’, ‘-‘), (‘V’, ‘.’), (‘W’, ‘/’), (‘X’, ‘ ‘), (‘Y’, ‘!’), (‘Z’, ‘”‘), (‘!’, ‘Y’), (‘”‘, ‘Z’), (‘#’, ‘[‘), (‘$’, ‘\\’), (‘%’, ‘]’), (‘&’, ‘^’), (“‘”, ‘_’), (‘(‘, ‘P’), (‘)’, ‘Q’), (‘*’, ‘R’), (‘+’, ‘S’), (‘,’, ‘T’), (‘-‘, ‘U’), (‘.’, ‘V’), (‘/’, ‘W’), (‘:’, ‘B’), (‘;’, ‘C’), (”, ‘F’), (‘?’, ‘G’), (‘@’, ‘8’), (‘[‘, ‘#’), (‘\\’, ‘$’), (‘]’, ‘%’), (‘^’, ‘&’), (‘_’, “‘”), (‘ ‘, ‘X’), (‘\t’, ‘q’), (‘\n’, ‘r’), (‘\r’, ‘u’), (‘\x0b’, ‘s’), (‘\x0c’, ‘t’)]
121; 79; 74;
y
[(‘0’, ‘I’), (‘1’, ‘H’), (‘2’, ‘K’), (‘3’, ‘J’), (‘4’, ‘M’), (‘5’, ‘L’), (‘6’, ‘O’), (‘7’, ‘N’), (‘8’, ‘A’), (‘9’, ‘@’), (‘p’, ‘\t’), (‘r’, ‘\x0b’), (‘s’, ‘\n’), (‘t’, ‘\r’), (‘u’, ‘\x0c’), (‘A’, ‘8’), (‘B’, ‘;’), (‘C’, ‘:’), (‘D’, ‘=’), (‘E’, ”), (‘H’, ‘1’), (‘I’, ‘0’), (‘J’, ‘3’), (‘K’, ‘2’), (‘L’, ‘5’), (‘M’, ‘4’), (‘N’, ‘7’), (‘O’, ‘6’), (‘P’, ‘)’), (‘Q’, ‘(‘), (‘R’, ‘+’), (‘S’, ‘*’), (‘T’, ‘-‘), (‘U’, ‘,’), (‘V’, ‘/’), (‘W’, ‘.’), (‘X’, ‘!’), (‘Y’, ‘ ‘), (‘Z’, ‘#’), (‘!’, ‘X’), (‘”‘, ‘[‘), (‘#’, ‘Z’), (‘$’, ‘]’), (‘%’, ‘\\’), (‘&’, ‘_’), (“‘”, ‘^’), (‘(‘, ‘Q’), (‘)’, ‘P’), (‘*’, ‘S’), (‘+’, ‘R’), (‘,’, ‘U’), (‘-‘, ‘T’), (‘.’, ‘W’), (‘/’, ‘V’), (‘:’, ‘C’), (‘;’, ‘B’), (”, ‘G’), (‘?’, ‘F’), (‘@’, ‘9’), (‘[‘, ‘”‘), (‘\\’, ‘%’), (‘]’, ‘$’), (‘^’, “‘”), (‘_’, ‘&’), (‘ ‘, ‘Y’), (‘\t’, ‘p’), (‘\n’, ‘s’), (‘\r’, ‘t’), (‘\x0b’, ‘r’), (‘\x0c’, ‘u’)]
122; 7a; 74;
z
[(‘0’, ‘J’), (‘1’, ‘K’), (‘2’, ‘H’), (‘3’, ‘I’), (‘4’, ‘N’), (‘5’, ‘O’), (‘6’, ‘L’), (‘7’, ‘M’), (‘8’, ‘B’), (‘9’, ‘C’), (‘p’, ‘\n’), (‘q’, ‘\x0b’), (‘s’, ‘\t’), (‘v’, ‘\x0c’), (‘w’, ‘\r’), (‘A’, ‘;’), (‘B’, ‘8’), (‘C’, ‘9’), (‘D’, ‘>’), (‘E’, ‘?’), (‘F’, ‘<'), ('G', '='), ('H', '2'), ('I', '3'), ('J', '0'), ('K', '1'), ('L', '6'), ('M', '7'), ('N', '4'), ('O', '5'), ('P', '*'), ('Q', '+'), ('R', '('), ('S', ')'), ('T', '.'), ('U', '/'), ('V', ','), ('W', '-'), ('X', '"'), ('Y', '#'), ('Z', ' '), ('!', '['), ('"', 'X'), ('#', 'Y'), ('$', '^'), ('%', '_'), ('&', '\\'), ("'", ']'), ('(', 'R'), (')', 'S'), ('*', 'P'), ('+', 'Q'), (',', 'V'), ('-', 'W'), ('.', 'T'), ('/', 'U'), (':', '@'), (';', 'A'), ('’, ‘D’), (‘?’, ‘E’), (‘@’, ‘:’), (‘[‘, ‘!’), (‘\\’, ‘&’), (‘]’, “‘”), (‘^’, ‘$’), (‘_’, ‘%’), (‘ ‘, ‘Z’), (‘\t’, ‘s’), (‘\n’, ‘p’), (‘\r’, ‘w’), (‘\x0b’, ‘q’), (‘\x0c’, ‘v’)]
123; 7b; 74;
{
[(‘0’, ‘K’), (‘1’, ‘J’), (‘2’, ‘I’), (‘3’, ‘H’), (‘4’, ‘O’), (‘5’, ‘N’), (‘6’, ‘M’), (‘7’, ‘L’), (‘8’, ‘C’), (‘9’, ‘B’), (‘p’, ‘\x0b’), (‘q’, ‘\n’), (‘r’, ‘\t’), (‘v’, ‘\r’), (‘w’, ‘\x0c’), (‘A’, ‘:’), (‘B’, ‘9’), (‘C’, ‘8’), (‘D’, ‘?’), (‘E’, ‘>’), (‘F’, ‘=’), (‘G’, ‘<'), ('H', '3'), ('I', '2'), ('J', '1'), ('K', '0'), ('L', '7'), ('M', '6'), ('N', '5'), ('O', '4'), ('P', '+'), ('Q', '*'), ('R', ')'), ('S', '('), ('T', '/'), ('U', '.'), ('V', '-'), ('W', ','), ('X', '#'), ('Y', '"'), ('Z', '!'), ('!', 'Z'), ('"', 'Y'), ('#', 'X'), ('$', '_'), ('%', '^'), ('&', ']'), ("'", '\\'), ('(', 'S'), (')', 'R'), ('*', 'Q'), ('+', 'P'), (',', 'W'), ('-', 'V'), ('.', 'U'), ('/', 'T'), (':', 'A'), (';', '@'), ('’, ‘E’), (‘?’, ‘D’), (‘@’, ‘;’), (‘[‘, ‘ ‘), (‘\\’, “‘”), (‘]’, ‘&’), (‘^’, ‘%’), (‘_’, ‘$’), (‘ ‘, ‘[‘), (‘\t’, ‘r’), (‘\n’, ‘q’), (‘\r’, ‘v’), (‘\x0b’, ‘p’), (‘\x0c’, ‘w’)]
124; 7c; 74;
|
[(‘0’, ‘L’), (‘1’, ‘M’), (‘2’, ‘N’), (‘3’, ‘O’), (‘4’, ‘H’), (‘5’, ‘I’), (‘6’, ‘J’), (‘7’, ‘K’), (‘8’, ‘D’), (‘9’, ‘E’), (‘p’, ‘\x0c’), (‘q’, ‘\r’), (‘u’, ‘\t’), (‘v’, ‘\n’), (‘w’, ‘\x0b’), (‘A’, ‘=’), (‘B’, ‘>’), (‘C’, ‘?’), (‘D’, ‘8’), (‘E’, ‘9’), (‘F’, ‘:’), (‘G’, ‘;’), (‘H’, ‘4’), (‘I’, ‘5’), (‘J’, ‘6’), (‘K’, ‘7’), (‘L’, ‘0’), (‘M’, ‘1’), (‘N’, ‘2’), (‘O’, ‘3’), (‘P’, ‘,’), (‘Q’, ‘-‘), (‘R’, ‘.’), (‘S’, ‘/’), (‘T’, ‘(‘), (‘U’, ‘)’), (‘V’, ‘*’), (‘W’, ‘+’), (‘X’, ‘$’), (‘Y’, ‘%’), (‘Z’, ‘&’), (‘!’, ‘]’), (‘”‘, ‘^’), (‘#’, ‘_’), (‘$’, ‘X’), (‘%’, ‘Y’), (‘&’, ‘Z’), (“‘”, ‘[‘), (‘(‘, ‘T’), (‘)’, ‘U’), (‘*’, ‘V’), (‘+’, ‘W’), (‘,’, ‘P’), (‘-‘, ‘Q’), (‘.’, ‘R’), (‘/’, ‘S’), (‘:’, ‘F’), (‘;’, ‘G’), (”, ‘B’), (‘?’, ‘C’), (‘@’, ‘<'), ('[', "'"), ('\\', ' '), (']', '!'), ('^', '"'), ('_', '#'), (' ', '\\'), ('\t', 'u'), ('\n', 'v'), ('\r', 'q'), ('\x0b', 'w'), ('\x0c', 'p')]
125; 7d; 74;
}
[(‘0’, ‘M’), (‘1’, ‘L’), (‘2’, ‘O’), (‘3’, ‘N’), (‘4’, ‘I’), (‘5’, ‘H’), (‘6’, ‘K’), (‘7’, ‘J’), (‘8’, ‘E’), (‘9’, ‘D’), (‘p’, ‘\r’), (‘q’, ‘\x0c’), (‘t’, ‘\t’), (‘v’, ‘\x0b’), (‘w’, ‘\n’), (‘A’, ”), (‘D’, ‘9’), (‘E’, ‘8’), (‘F’, ‘;’), (‘G’, ‘:’), (‘H’, ‘5’), (‘I’, ‘4’), (‘J’, ‘7’), (‘K’, ‘6’), (‘L’, ‘1’), (‘M’, ‘0’), (‘N’, ‘3’), (‘O’, ‘2’), (‘P’, ‘-‘), (‘Q’, ‘,’), (‘R’, ‘/’), (‘S’, ‘.’), (‘T’, ‘)’), (‘U’, ‘(‘), (‘V’, ‘+’), (‘W’, ‘*’), (‘X’, ‘%’), (‘Y’, ‘$’), (‘Z’, “‘”), (‘!’, ‘\\’), (‘”‘, ‘_’), (‘#’, ‘^’), (‘$’, ‘Y’), (‘%’, ‘X’), (‘&’, ‘[‘), (“‘”, ‘Z’), (‘(‘, ‘U’), (‘)’, ‘T’), (‘*’, ‘W’), (‘+’, ‘V’), (‘,’, ‘Q’), (‘-‘, ‘P’), (‘.’, ‘S’), (‘/’, ‘R’), (‘:’, ‘G’), (‘;’, ‘F’), (”, ‘C’), (‘?’, ‘B’), (‘@’, ‘=’), (‘[‘, ‘&’), (‘\\’, ‘!’), (‘]’, ‘ ‘), (‘^’, ‘#’), (‘_’, ‘”‘), (‘ ‘, ‘]’), (‘\t’, ‘t’), (‘\n’, ‘w’), (‘\r’, ‘p’), (‘\x0b’, ‘v’), (‘\x0c’, ‘q’)]
126; 7e; 74;
~
[(‘0’, ‘N’), (‘1’, ‘O’), (‘2’, ‘L’), (‘3’, ‘M’), (‘4’, ‘J’), (‘5’, ‘K’), (‘6’, ‘H’), (‘7’, ‘I’), (‘8’, ‘F’), (‘9’, ‘G’), (‘r’, ‘\x0c’), (‘s’, ‘\r’), (‘t’, ‘\n’), (‘u’, ‘\x0b’), (‘w’, ‘\t’), (‘A’, ‘?’), (‘B’, ‘<'), ('C', '='), ('D', ':'), ('E', ';'), ('F', '8'), ('G', '9'), ('H', '6'), ('I', '7'), ('J', '4'), ('K', '5'), ('L', '2'), ('M', '3'), ('N', '0'), ('O', '1'), ('P', '.'), ('Q', '/'), ('R', ','), ('S', '-'), ('T', '*'), ('U', '+'), ('V', '('), ('W', ')'), ('X', '&'), ('Y', "'"), ('Z', '$'), ('!', '_'), ('"', '\\'), ('#', ']'), ('$', 'Z'), ('%', '['), ('&', 'X'), ("'", 'Y'), ('(', 'V'), (')', 'W'), ('*', 'T'), ('+', 'U'), (',', 'R'), ('-', 'S'), ('.', 'P'), ('/', 'Q'), (':', 'D'), (';', 'E'), ('’, ‘@’), (‘?’, ‘A’), (‘@’, ‘>’), (‘[‘, ‘%’), (‘\\’, ‘”‘), (‘]’, ‘#’), (‘^’, ‘ ‘), (‘_’, ‘!’), (‘ ‘, ‘^’), (‘\t’, ‘w’), (‘\n’, ‘t’), (‘\r’, ‘s’), (‘\x0b’, ‘u’), (‘\x0c’, ‘r’)]
127; 7f; 74;

[(‘0’, ‘O’), (‘1’, ‘N’), (‘2’, ‘M’), (‘3’, ‘L’), (‘4’, ‘K’), (‘5’, ‘J’), (‘6’, ‘I’), (‘7’, ‘H’), (‘8’, ‘G’), (‘9’, ‘F’), (‘r’, ‘\r’), (‘s’, ‘\x0c’), (‘t’, ‘\x0b’), (‘u’, ‘\n’), (‘v’, ‘\t’), (‘A’, ‘>’), (‘B’, ‘=’), (‘C’, ‘<'), ('D', ';'), ('E', ':'), ('F', '9'), ('G', '8'), ('H', '7'), ('I', '6'), ('J', '5'), ('K', '4'), ('L', '3'), ('M', '2'), ('N', '1'), ('O', '0'), ('P', '/'), ('Q', '.'), ('R', '-'), ('S', ','), ('T', '+'), ('U', '*'), ('V', ')'), ('W', '('), ('X', "'"), ('Y', '&'), ('Z', '%'), ('!', '^'), ('"', ']'), ('#', '\\'), ('$', '['), ('%', 'Z'), ('&', 'Y'), ("'", 'X'), ('(', 'W'), (')', 'V'), ('*', 'U'), ('+', 'T'), (',', 'S'), ('-', 'R'), ('.', 'Q'), ('/', 'P'), (':', 'E'), (';', 'D'), ('’, ‘A’), (‘?’, ‘@’), (‘@’, ‘?’), (‘[‘, ‘$’), (‘\\’, ‘#’), (‘]’, ‘”‘), (‘^’, ‘!’), (‘_’, ‘ ‘), (‘ ‘, ‘_’), (‘\t’, ‘v’), (‘\n’, ‘u’), (‘\r’, ‘r’), (‘\x0b’, ‘t’), (‘\x0c’, ‘s’)]

Now, to get you convinced that we can use this data to break a Multiple Time Pad, let’s consider the following setup:

In [1027]: m1 = "We meet"

In [1028]: m2 = "You lie"

In [1029]: key = open('/dev/urandom','r').read(1024)

In [1030]: c1 = strxor(m1,key)

In [1031]: c2 = strxor(m2,key)

This is our setup with the key initialized to something random, we don’t know. Note that we assume to be the attacker only knowing the ciphertexts c1 and c2 and that they encode ASCII encoded English text.

In [1032]: [character.encode('hex') for character in c1]
Out[1032]: ['18', 'b4', 'f6', 'd8', '5b', '8a', 'd5']

In [1033]: [character.encode('hex') for character in c2]
Out[1033]: ['16', 'be', 'a3', '95', '52', '86', 'c4']

This is, what the ciphertext messages look like

In [1034]: [character.encode('hex') for character in strxor(c1,c2)]
Out[1034]: ['0e', '0a', '55', '4d', '09', '0c', '11']

In [1035]: strxor(c1,c2)
Out[1035]: '\x0e\nUM\t\x0c\x11'

And this is the XOR of the two ciphertexts. We filter the printable ASCII characters only as will use that information in the cryptanalysis in the next steps. Note that we have a capital "U" and a capital "M" in the (zero indexed) position 2 and 3.

In [1036]: map(lambda x: x in string.printable and x or '', strxor(c1,c2) )
Out[1036]: ['', '\n', 'U', 'M', '\t', '\x0c', '']

Based on the information mentioned above, we assume the capital "U" to result from a space XORed with a lowercase "u". So we assume either m1 or m2 to have a lowercase "u" at the position 2. The respective other message is assumed to have a space. To now find the byte of the key at position 2, we do the following operations:

In [1037]: strxor(c1[2], 'u')
Out[1037]: '\x83'

In [1038]: strxor(c1[2], ' ')
Out[1038]: '\xd6'

This gives us two candidates for the key which is way better than having 256 candidates for a byte of the key if we had no information at all. So we consider this byte of the key recovered.

We do the very same thing for the third byte of the key:

In [1039]: strxor(c1[3], 'm')
Out[1039]: '\xb5'

In [1040]: strxor(c1[3], ' ')
Out[1040]: '\xf8'

And to show you, that we are right on track, we reveal the bytes of the key and see, that our guesses are indeed correct:

In [1041]: key[2], key[3]
Out[1041]: ('\xd6', '\xb5')

So, we’re done! We broke the key! Of course you might say that this we were cheating because we haven’t really discovered the messages just yet. And also, we can’t really test whether our retrieved key is valid, because we don’t know whether we decrypted to the right thing. And to be honest, this example is a bit hard, but is easy enough to show the basic idea. We can break a real example.

So let’s first get the XOR operation done:

def strxor(a, b):     # xor two strings of different lengths
    if len(a) > len(b):
        return "".join([chr(ord(x) ^ ord(y)) for (x, y) in zip(a[:len(b)], b)])
    else:
        return "".join([chr(ord(x) ^ ord(y)) for (x, y) in zip(a, b[:len(a)])])

Let’s assume the secret messages are the following:

s1 = '315c4eeaa8b5f8aaf9174145bf43e1784b8fa00dc71d885a804e5ee9fa40b16349c146fb778cdf2d3aff021dfff5b403b510d0d0455468aeb98622b137dae857553ccd8883a7bc37520e06e515d22c954eba5025b8cc57ee59418ce7dc6bc41556bdb36bbca3e8774301fbcaa3b83b220809560987815f65286764703de0f3d524400a19b159610b11ef3e'

s2 = '234c02ecbbfbafa3ed18510abd11fa724fcda2018a1a8342cf064bbde548b12b07df44ba7191d9606ef4081ffde5ad46a5069d9f7f543bedb9c861bf29c7e205132eda9382b0bc2c5c4b45f919cf3a9f1cb74151f6d551f4480c82b2cb24cc5b028aa76eb7b4ab24171ab3cdadb8356f'

s3 = '32510ba9a7b2bba9b8005d43a304b5714cc0bb0c8a34884dd91304b8ad40b62b07df44ba6e9d8a2368e51d04e0e7b207b70b9b8261112bacb6c866a232dfe257527dc29398f5f3251a0d47e503c66e935de81230b59b7afb5f41afa8d661cb'

s4 = '32510ba9aab2a8a4fd06414fb517b5605cc0aa0dc91a8908c2064ba8ad5ea06a029056f47a8ad3306ef5021eafe1ac01a81197847a5c68a1b78769a37bc8f4575432c198ccb4ef63590256e305cd3a9544ee4160ead45aef520489e7da7d835402bca670bda8eb775200b8dabbba246b130f040d8ec6447e2c767f3d30ed81ea2e4c1404e1315a1010e7229be6636aaa'

s5 = '3f561ba9adb4b6ebec54424ba317b564418fac0dd35f8c08d31a1fe9e24fe56808c213f17c81d9607cee021dafe1e001b21ade877a5e68bea88d61b93ac5ee0d562e8e9582f5ef375f0a4ae20ed86e935de81230b59b73fb4302cd95d770c65b40aaa065f2a5e33a5a0bb5dcaba43722130f042f8ec85b7c2070'

s6 = '32510bfbacfbb9befd54415da243e1695ecabd58c519cd4bd2061bbde24eb76a19d84aba34d8de287be84d07e7e9a30ee714979c7e1123a8bd9822a33ecaf512472e8e8f8db3f9635c1949e640c621854eba0d79eccf52ff111284b4cc61d11902aebc66f2b2e436434eacc0aba938220b084800c2ca4e693522643573b2c4ce35050b0cf774201f0fe52ac9f26d71b6cf61a711cc229f77ace7aa88a2f19983122b11be87a59c355d25f8e4'

s7 = '32510bfbacfbb9befd54415da243e1695ecabd58c519cd4bd90f1fa6ea5ba47b01c909ba7696cf606ef40c04afe1ac0aa8148dd066592ded9f8774b529c7ea125d298e8883f5e9305f4b44f915cb2bd05af51373fd9b4af511039fa2d96f83414aaaf261bda2e97b170fb5cce2a53e675c154c0d9681596934777e2275b381ce2e40582afe67650b13e72287ff2270abcf73bb028932836fbdecfecee0a3b894473c1bbeb6b4913a536ce4f9b13f1efff71ea313c8661dd9a4ce'

s8 = '315c4eeaa8b5f8bffd11155ea506b56041c6a00c8a08854dd21a4bbde54ce56801d943ba708b8a3574f40c00fff9e00fa1439fd0654327a3bfc860b92f89ee04132ecb9298f5fd2d5e4b45e40ecc3b9d59e9417df7c95bba410e9aa2ca24c5474da2f276baa3ac325918b2daada43d6712150441c2e04f6565517f317da9d3'

s9 = '271946f9bbb2aeadec111841a81abc300ecaa01bd8069d5cc91005e9fe4aad6e04d513e96d99de2569bc5e50eeeca709b50a8a987f4264edb6896fb537d0a716132ddc938fb0f836480e06ed0fcd6e9759f40462f9cf57f4564186a2c1778f1543efa270bda5e933421cbe88a4a52222190f471e9bd15f652b653b7071aec59a2705081ffe72651d08f822c9ed6d76e48b63ab15d0208573a7eef027'

s10 = '466d06ece998b7a2fb1d464fed2ced7641ddaa3cc31c9941cf110abbf409ed39598005b3399ccfafb61d0315fca0a314be138a9f32503bedac8067f03adbf3575c3b8edc9ba7f537530541ab0f9f3cd04ff50d66f1d559ba520e89a2cb2a83'

s11 = '32510ba9babebbbefd001547a810e67149caee11d945cd7fc81a05e9f85aac650e9052ba6a8cd8257bf14d13e6f0a803b54fde9e77472dbff89d71b57bddef121336cb85ccb8f3315f4b52e301d16e9f52f904'

We now define some lists for convenience. They are not really necessary but as we will use them later on, we’ll introduce them here:

allcrypt = (s11, s1,s2,s3,s4,s5,s6,s7,s8,s9,s10)
allcrypthex = [s.decode('hex') for s in allcrypt]

import itertools

combined = [strxor(s1,s2) for s1,s2 in itertools.combinations(allcrypthex, 2)]
combinedhex = [s.encode('hex') for s in combined]
combined_bytelist = [list(strxor(s1,s2)) for s1,s2 in itertools.combinations(allcrypthex, 2)]
combined_raw = [list(strxor(s1,s2)) for s1,s2 in itertools.combinations(allcrypt, 2)]
combinations = list(itertools.combinations(['s%d' % (d+1) for d in range(11)], 2))
combinations = list(itertools.combinations(['s11'] +
                                ['s%d' % (d+1) for d in range(10)],
                                2))
zipped = list(itertools.izip(combinations, combinedhex))
zipped_bytelist = list(itertools.izip(combinations, combined_bytelist))
zipped_raw = list(itertools.izip(combinations, combined_raw))

The following gives us a nice table of the XOR operation on all messages.

def format_comparisons(lists, outfile='/tmp/xortable.html', mode="aw"):
    t = ''
    t+= '\n<hr>\n\n'
    t+= "<table>"
    t+= '\n<tr>\n'
    for i in range(201):
        t+= '<th>'
        t+= '<td>'
        t+= str(i)
        t+= '</td>'
        t+= '</th>'
    t+= '\n</tr>\n'
    for row in lists:
        t+= '<tr>'
        t+= '<td><th>'
        t+= str(row[0]).replace(' ', '&nbsp;')
        t+= '</th>'
        t+= '</td>'
        for data in row[1]:
            t += "<td style='"
            t += "text-align: center;"
            t += " background-color: #%s; " % ('0000%02x' % ord(data),)
            t += " color: #%s; " % ('ffff%02x' % ord(data),)
            t+= "' "
            t+= ' title="%02x" ' % ord(data)
            t+= '>'
            t+= "%02x" % ord(data)
            t+= '<br/>'
            if data in string.printable:
                t += "<small>&#%d;</small>" % (ord(data))
            t+= '</td>'
        t+= '</tr>\n'
    t+= "</table>"

    if outfile: open(outfile, mode).write(t)
    return t

format_comparisons(zipped_bytelist)

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
(‘s11’, ‘s1’) 03 0d
45
E
43
C
12 0b
&#11;
43
C
14 04 17 54
T
02 17 53
S
07 09
02 45
E
4e
N
1c 1e 58
X
45
E
25
%
48
H
54
T
5b
[
00 02 1a 1d 06 47
G
51
Q
14 41
A
1d 00 07 08 41
A
0e 4f
O
0e 19 05 1c 00 00 5f
_
0e 4e
N
32
2
13 45
E
11 41
A
1b 53
S
04 4c
L
07 07 45
E
46
F
0a
06 0d
4f
O
1f 4f
O
06 0d
45
E
54
T
06 14 03 42
B
0a
1c 43
C
54
T
(‘s11’, ‘s2’) 11 1d 09
45
E
01 45
E
14 1d 10 18 44
D
4d
M
15 01 1c 03 06 07 4c
L
10 53
S
5f
_
4e
N
3d
=
07 1c 4e
N
54
T
1d 12 1d 4e
N
09
4f
O
16 00 1b 1d 01 45
E
15 05 45
E
0c
&#12;
1b 15 05 45
E
10 49
I
43
C
01 08 13 16 52
R
41
A
55
U
10 0a
52
R
1a 0d
17 00 18 11 16 4e
N
08 4f
O
1d 03 00 17 1a 18 1e 54
T
00 4e
N
4e
N
45
E
(‘s11’, ‘s3’) 00 00 00 00 1d 0c
&#12;
00 17 45
E
00 48
H
04 0b
&#11;
14 53
S
00 05 0a
55
U
1d 53
S
71
q
45
E
32
2
11 09
01 51
Q
55
U
1a 1a 4e
N
09
4f
O
16 00 04 11 52
R
06 13 14 50
P
17 06 17 1a 04 02 44
D
45
E
1c 16 56
V
06 13 4e
N
55
U
17 17 49
I
02 0d
45
E
41
A
4b
K
09
16 54
T
4d
M
00 14 45
E
46
F
15 06 02 17 00 0c
&#12;
0f 11 16
(‘s11’, ‘s4’) 00 00 00 00 10 0c
&#12;
13 1a 00 06 54
T
08 1d 07 53
S
11 15 0a
44
D
1c 10 5f
_
44
D
77
w
0a
1c 4e
N
41
A
55
U
04 0c
&#12;
0f 0c
&#12;
00 04 4e
N
10 06 0b
&#11;
15 15 04 4f
O
0d
49
I
11 04 02 1d 5e
^
49
I
1a 0d
1b 45
E
1e 4f
O
1a 18 16 00 15 1b 45
E
47
G
04 0a
1d 00 0c
&#12;
1c 52
R
06 49
I
04 00 04 1c 54
T
0a
16 17 45
E
(‘s11’, ‘s5’) 0d
07 10 00 17 0a
0d
55
U
11 54
T
57
W
0c
&#12;
0b
&#11;
07 53
S
15 08 45
E
42
B
1c 0a
1a 41
A
77
w
1b 00 1a 00 1a 15 49
I
0d
06 52
R
41
A
4b
K
16 0d
01 45
E
07 1f 4f
O
0e 49
I
11 48
H
02 07 55
U
00 19 0d
19 45
E
01 50
P
10 10 0c
&#12;
41
A
18 01 1f 45
E
18 45
E
10 4e
N
4d
M
1c 06 00 41
A
18 01 0f 09
00 0c
&#12;
0f 11 16
(‘s11’, ‘s6’) 00 00 00 52
R
16 45
E
02 00 00 54
T
54
T
1a 0a
53
S
07 18 17 00 53
S
49
I
1c 5c
\
00 34
4
1a 1c 1e 54
T
1a 14 1b 0f 17 48
H
18 00 5e
^
54
T
06 0d
00 19 00 14 01 19 0b
&#11;
0d
52
R
5b
[
49
I
02 09
56
V
0e 17 45
E
05 53
S
16 45
E
17 1a 00 54
T
18 45
E
0a
41
A
0b
&#11;
0a
52
R
03 52
R
1b 05 41
A
17 4f
O
1a 1c 43
C
09
(‘s11’, ‘s7’) 00 00 00 52
R
16 45
E
02 00 00 54
T
54
T
1a 0a
53
S
07 18 17 00 53
S
49
I
1c 5c
\
00 34
4
11 15 1a 4f
O
12 01 08 1e 0f 59
Y
5b
[
00 1c 1a 17 45
E
15 05 41
A
17 49
I
11 04 09
1d 5b
[
53
S
4e
N
11 1e 00 52
R
67
g
1a 05 00 52
R
1a 05 00 4e
N
1f 45
E
0d
4f
O
4d
M
1a 01 00 00 16 1a 14 1a 45
E
4f
O
08 0c
&#12;
17
(‘s11’, ‘s8’) 03 0d
45
E
43
C
12 0b
&#11;
43
C
01 00 11 00 19 0d
16 53
S
11 08 0c
&#12;
4e
N
1d 53
S
4d
M
48
H
32
2
1a 00 4e
N
54
T
1d 16 49
I
0d
0f 49
I
11 00 1a 07 52
R
10 0f 05 41
A
13 19 09
48
H
0c
&#12;
14 0c
&#12;
41
A
4e
N
12 04 0a
1c 47
G
55
U
11 0c
&#12;
54
T
54
T
01 16 00 18 00 17 54
T
4d
M
0e 1c 01 00 17 07 0f 1d 55
U
02 0b
&#11;
10 45
E
(‘s11’, ‘s9’) 15 48
H
4d
M
50
P
01 0c
&#12;
15 13 11 11 0d
06 00 0a
5a
Z
41
A
47
G
00 4e
N
0a
01 43
C
50
P
23
#
01 0a
00 00 06 10 01 0b
&#11;
0a
45
E
41
A
53
S
07 15 06 00 12 4d
M
13 43
C
08 1c 0f 0a
00 45
E
54
T
06 08 05 49
I
52
R
4e
N
14 1e 00 4c
L
0d
48
H
04 00 1b 17 16 43
C
08 0b
&#11;
07 17 45
E
54
T
0e 0e 1c 00 08 0b
&#11;
0d
00
(‘s11’, ‘s10’) 74
t
3c
<
0d
45
E
53
S
26
&
0c
&#12;
1c 06 1d 53
S
08 45
E
3c
<
0b
&#11;
07 08 17 44
D
2d
-
1a 59
Y
54
T
3e
>
07 0b
&#11;
0f 52
R
0c
&#12;
53
S
41
A
5c
\
57
W
10 57
W
09
53
S
10 17 8a cd ec 4e
N
06 1a 50
P
0b
&#11;
17 0b
&#11;
5c
\
54
T
01 45
E
17 16 52
R
54
T
1d 16 45
E
41
A
06 1c 45
E
4f
O
0d
45
E
59
Y
57
W
1f 06 06 0c
&#12;
4e
N
13 48
H
0e 4e
N
52
R
4f
O
1d 0c
&#12;
09
(‘s1’, ‘s2’) 12 10 4c
L
06 13 4e
N
57
W
09
14 0f 10 4f
O
02 52
R
1b 0a
04 42
B
02 0c
&#12;
4d
M
07 0b
&#11;
18 4f
O
48
H
15 54
T
1f 08 00 48
H
4e
N
1e 02 41
A
06 1d 06 4d
M
54
T
0b
&#11;
0a
02 02 10 19 45
E
10 16 4d
M
4f
O
3a
:
00 53
S
43
C
00 4e
N
43
C
0e 1e 1d 0a
52
R
46
F
12 17 1b 01 17 00 1b 0e 45
E
43
C
1c 0c
&#12;
1d 16 0a
52
R
0d
11 74
t
4e
N
19 06 1a 11 4d
M
0e 55
U
17 4f
O
08 4e
N
54
T
37
7
14 05 0b
&#11;
17 43
C
53
S
54
T
1b 48
H
07 0e 00 0e 4d
M
(‘s1’, ‘s3’) 03 0d
45
E
43
C
0f 07 43
C
03 41
A
17 1c 06 1c 47
G
54
T
09
07 4f
O
1b 01 4d
M
29
)
00 17 59
Y
5d
]
5a
Z
51
Q
57
W
00 07 48
H
4e
N
1e 02 41
A
19 11 55
U
0e 52
R
1a 1f 19 1f 12 06 04 02 1b 4b
K
52
R
24
$
45
E
43
C
02 0f 4e
N
44
D
13 05 05 0a
00 07 41
A
0f 1b 1b 52
R
4f
O
12 48
H
03 41
A
00 16 14 42
B
06 13 52
R
42
B
15 0d
57
W
2d
-
15 06 00 23
#
4f
O
0a
0a
0f
(‘s1’, ‘s4’) 03 0d
45
E
43
C
02 07 50
P
0e 04 11 00 0a
0a
54
T
54
T
18 17 4f
O
0a
00 0e 07 01 52
R
42
B
48
H
15 41
A
57
W
1e 11 09
4b
K
51
Q
10 0f 0d
06 0c
&#12;
1d 54
T
0a
00 03 50
P
14 18 02 1d 01 47
G
54
T
3f
?
08 00 0f 0e 01 4b
K
12 4c
L
12 1c 00 01 0e 0c
&#12;
10 4f
O
13 53
S
54
T
0b
&#11;
0c
&#12;
50
P
06 10 1f 16 00 0a
54
T
11 45
E
52
R
18 0d
01 0b
&#11;
45
E
05 00 06 16 47
G
41
A
54
T
01 15 1b 01 0b
&#11;
03 00 11 01 43
C
10 18 02 1f 49
I
1b 06 52
R
04 09
47
G
1b 1b 04 11 1b 4d
M
0d
0d
72
r
3f
?
0a
0c
&#12;
1e 1d 50
P
68
h
3b
;
1b 01 08 1c
(‘s1’, ‘s5’) 0e 0a
55
U
43
C
05 01 4e
N
41
A
15 43
C
03 0e 1c 54
T
54
T
1c 0a
00 0c
&#12;
00 14 42
B
04 52
R
53
S
54
T
41
A
00 18 0f 54
T
0b
&#11;
41
A
03 55
U
0a
0b
&#11;
0d
06 4d
M
46
F
11 00 00 50
P
14 54
T
02 07 0a
0e 57
W
3f
?
0a
00 10 11 0b
&#11;
43
C
08 0d
1f 06 5a
Z
03 12 43
C
1d 01 52
R
53
S
00 0d
04 4c
L
07 1b 0a
42
B
06 13 52
R
42
B
15 0d
57
W
24
$
15 1a 43
C
41
A
72
r
0b
&#11;
1b 02 4e
N
16 17 13 0e 4e
N
06 0b
&#11;
4d
M
19 0a
4e
N
16 08 1c 0c
&#12;
00 1b 06 52
R
26
&
09
49
I
04 19 08 17
(‘s1’, ‘s6’) 03 0d
45
E
11 04 4e
N
41
A
14 04 43
C
00 18 1d 00 00 11 15 45
E
1d 55
U
02 04 45
E
11 52
R
48
H
45
E
54
T
18 0e 06 09
50
P
19 0c
&#12;
41
A
43
C
54
T
01 05 41
A
17 4f
O
1a 18 1c 17 0d
52
R
04 47
G
4c
L
3b
;
45
E
4b
K
06 04 1e 00 12 09
10 1d 45
E
12 12 43
C
07 0e 14 45
E
54
T
0e 17 4f
O
03 55
U
14 0d
10 00 00 5d
]
5c
\
54
T
03 05 11 48
H
53
S
08 53
S
10 0a
15 0c
&#12;
54
T
13 0f 0d
4e
N
11 0c
&#12;
41
A
00 4f
O
57
W
0a
08 11 03 00 03 01 1e 09
45
E
4b
K
11 0c
&#12;
1d 45
E
00 45
E
4e
N
52
R
37
7
1b 11 45
E
01 15 46
F
2d
-
41
A
14 1e 0a
14
(‘s1’, ‘s7’) 03 0d
45
E
11 04 4e
N
41
A
14 04 43
C
00 18 1d 00 00 11 15 45
E
1d 55
U
02 04 45
E
11 59
Y
41
A
41
A
4f
O
10 1b 15 18 48
H
08 4f
O
41
A
01 1a 10 4d
M
54
T
0b
&#11;
0e 19 50
P
14 18 09
1d 04 5d
]
00 23
#
0d
45
E
43
C
26
&
01 56
V
04 1e 1d 02 45
E
08 15 43
C
00 00 52
R
55
U
07 0d
45
E
42
B
1c 00 19 07 45
E
14 4f
O
43
C
56
V
45
E
57
W
1d 1b 48
H
42
B
13 45
E
05 04 47
G
54
T
1c 17 41
A
0a
01 01 01 0c
&#12;
54
T
0e 4e
N
06 41
A
1d 05 45
E
54
T
1c 1a 04 11 00 06 0c
&#12;
1c 10 1a 52
R
48
H
53
S
72
r
1b 0a
00 52
R
33
3
4f
O
3e
>
04 00 02 08 1c
(‘s1’, ‘s8’) 00 00 00 00 00 00 00 15 04 06 54
T
1b 1a 45
E
54
T
18 0a
49
I
00 01 4d
M
15 0d
17 52
R
54
T
15 54
T
1f 0c
&#12;
54
T
0b
&#11;
48
H
18 05 41
A
07 07 55
U
18 4e
N
0b
&#11;
0e 1d 00 0c
&#12;
54
T
0c
&#12;
14 53
S
4f
O
00 20
17 4f
O
0d
06 4e
N
42
B
08 18 53
S
06 53
S
46
F
12 06 1a 1b 52
R
41
A
1a 0c
&#12;
45
E
43
C
01 1b 1e 17 08 17 53
S
11 58
X
4f
O
05 0c
&#12;
54
T
18 4f
O
16 45
E
16 4f
O
01 52
R
1b 1f 41
A
1d 06 00 44
D
45
E
1a 19 49
I
10 0e 1c 06 45
E
1a 1c 52
R
48
H
45
E
61
a
10 00 4d
M
36
6
1b 41
A
40
@
49
I
20
(‘s1’, ‘s9’) 16 45
E
08 13 13 07 56
V
07 15 06 59
Y
04 17 59
Y
5d
]
48
H
45
E
45
E
00 16 1f 1b 15 06 49
I
5e
^
5b
[
00 04 0a
1c 0d
4d
M
14 55
U
12 1a 15 01 08 53
S
43
C
5c
\
4d
M
11 19 13 0a
00 1a 5a
Z
48
H
3a
:
16 0c
&#12;
43
C
0f 0f 4d
M
04 00 0a
4f
O
41
A
46
F
11 11 1b 0c
&#12;
17 44
D
01 1a 00 00 08 1a 1f 42
B
02 17 4e
N
54
T
47
G
41
A
03 00 1a 0f 00 0a
45
E
1d 1c 4b
K
00 15 52
R
11 1b 01 06 01 44
D
01 1d 45
E
42
B
07 1d 19 00 11 06 11 17 1c 50
P
00 00 03 02 5f
_
00 4c
L
4e
N
36
6
4f
O
03 45
E
02 06 4f
O
2b
+
04 16 19 17 1c
(‘s1’, ‘s10’) 77
w
31
1
48
H
06 41
A
2d
-
4f
O
08 02 0a
07 0a
52
R
6f
o
0c
&#12;
0e 0a
52
R
0a
31
1
04 01 11 1b 4f
O
5f
_
54
T
52
R
0e 49
I
5c
\
5a
Z
10 41
A
43
C
48
H
4e
N
10 10 82 8c e2 01 08 03 55
U
17 17 0b
&#11;
03 5a
Z
4f
O
77
w
04 53
S
43
C
15 06 45
E
41
A
0d
01 1b 00 09
07 43
C
54
T
18 00 49
I
00 01 0b
&#11;
47
G
4e
N
1a 4d
M
10 45
E
01 4f
O
5d
]
43
C
49
I
19 0e 54
T
0b
&#11;
4f
O
05 45
E
17 41
A
47
G
(‘s2’, ‘s3’) 11 1d 09
45
E
1c 49
I
14 0a
55
U
18 0c
&#12;
49
I
1e 15 4f
O
03 03 0d
19 0d
00 2e
.
0b
&#11;
0f 16 15 4f
O
05 48
H
08 07 00 00 00 00 00 1f 0c
&#12;
53
S
43
C
06 11 15 1b 1d 02 1f 41
A
12 0d
06 1d 1e 45
E
10 41
A
0f 00 07 1d 1b 18 00 52
R
41
A
53
S
18 00 1a 45
E
4f
O
09
46
F
46
F
02 1c 1a 09
54
T
0c
&#12;
41
A
5f
_
53
S
61
a
43
C
4e
N
2b
+
0f 17 4d
M
2d
-
1a 1d 45
E
07
(‘s2’, ‘s4’) 11 1d 09
45
E
11 49
I
07 07 10 1e 10 45
E
08 06 4f
O
12 13 0d
08 0c
&#12;
43
C
00 0a
4a
J
0d
00 00 15 48
H
16 11 41
A
05 4f
O
12 4e
N
0b
&#11;
1b 0a
50
P
00 01 0a
01 52
R
04 01 47
G
0d
17 0a
1b 05 08 53
S
4c
L
0e 4f
O
08 1c 52
R
0f 16 52
R
47
G
1c 1b 0b
&#11;
4e
N
04 53
S
4f
O
05 49
I
13 1a 1c 02 00 0a
58
X
59
Y
00 31
1
1c 01 0b
&#11;
1b 1a 08 0b
&#11;
55
U
11 59
Y
4f
O
0f 00 36
6
01 1e 0a
1c 40
@
53
S
45
E
1a 0b
&#11;
17 16 02 11 04
(‘s2’, ‘s5’) 1c 1a 19 45
E
16 4f
O
19 48
H
01 4c
L
13 41
A
1e 06 4f
O
16 0e 42
B
0e 0c
&#12;
59
Y
45
E
0f 4a
J
1c 1c 54
T
54
T
07 07 54
T
43
C
0f 1d 57
W
4b
K
0d
10 00 00 12 1a 0a
02 52
R
04 4d
M
47
G
17 1c 43
C
18 05 0a
53
S
53
S
11 45
E
00 06 13 02 0c
&#12;
08 45
E
00 54
T
06 00 45
E
53
S
1b 03 41
A
0f 1b 17 17 54
T
0c
&#12;
41
A
5f
_
53
S
61
a
43
C
4e
N
22
"
0f 0b
&#11;
0e 4f
O
27
'
1c 54
T
0a
00 42
B
20
07 0b
&#11;
45
E
11 48
H
1e 4d
M
11 06 11 06 1c 02 4d
M
(‘s2’, ‘s6’) 11 1d 09
17 17 00 16 1d 10 4c
L
10 57
W
1f 52
R
1b 1b 11 07 1f 59
Y
4f
O
03 4e
N
09
1d 00 50
P
00 07 06 06 41
A
1e 07 0e 00 45
E
49
I
07 48
H
15 1c 45
E
18 1a 0c
&#12;
0e 48
H
42
B
12 0a
03 01 45
E
18 45
E
04 50
P
43
C
1c 17 0d
17 17 54
T
00 54
T
1c 0f 03 45
E
4f
O
00 52
R
0c
&#12;
1f 59
Y
09
1b 1a 52
R
0d
4c
L
28
(
1a 1a 03 0b
&#11;
59
Y
1e 06 06 07 45
E
1d 42
B
00 24
$
1b 08 45
E
06 4f
O
12 54
T
54
T
1f 0d
06 11 0d
4d
M
(‘s2’, ‘s7’) 11 1d 09
17 17 00 16 1d 10 4c
L
10 57
W
1f 52
R
1b 1b 11 07 1f 59
Y
4f
O
03 4e
N
09
16 09
54
T
1b 0f 13 15 50
P
06 16 4d
M
00 07 07 16 00 00 00 04 1b 52
R
04 01 4c
L
0d
12 10 4f
O
19 0d
16 00 26
&
4f
O
15 0a
00 00 08 17 4e
N
07 54
T
1b 01 45
E
55
U
1c 03 00 01 00 0c
&#12;
04 11 4f
O
46
F
42
B
52
R
22
"
0b
&#11;
4e
N
1b 01 59
Y
0f 1d 10 12 4b
K
4f
O
1a 48
H
20
55
U
0f 0a
16 42
B
5f
_
00 15 06 01 4f
O
1d 0b
&#11;
08
(‘s2’, ‘s8’) 12 10 4c
L
06 13 4e
N
57
W
1c 10 09
44
D
54
T
18 17 4f
O
12 0e 0b
&#11;
02 0d
00 12 06 0f 1d 1c 00 00 00 04 54
T
43
C
06 06 07 00 01 1a 53
S
55
U
1a 00 04 1f 02 1c 4d
M
49
I
04 45
E
02 4f
O
1a 17 1c 4e
N
06 00 01 06 06 4e
N
0c
&#12;
01 00 00 11 01 1a 45
E
41
A
01 02 00 00 1d 17 03 01 02 45
E
5e
^
00 2c
,
01 1c 0a
4e
N
09
02 18 10 01 00 09
1c 4f
O
28
(
55
U
18 0d
17 07 16 4e
N
02 01 17 00 1c 08 08
(‘s2’, ‘s9’) 04 55
U
44
D
15 00 49
I
01 0e 01 09
49
I
4b
K
15 0b
&#11;
46
F
42
B
41
A
07 02 1a 52
R
1c 1e 1e 06 16 4e
N
54
T
1b 02 1c 45
E
03 0a
57
W
53
S
1c 08 07 45
E
07 48
H
56
V
4f
O
13 09
0a
4f
O
10 0c
&#12;
17 07 00 16 5f
_
00 0f 41
A
0e 0a
1e 17 45
E
13 00 03 06 00 0d
00 44
D
1a 14 45
E
43
C
14 16 02 54
T
08 45
E
43
C
45
E
33
3
0f 1a 06 00 1e 4d
M
04 10 0a
53
S
43
C
4e
N
41
A
65
e
05 1e 0a
11 42
B
17 55
U
06 0d
45
E
09
1d 17 4d
M
(‘s2’, ‘s10’) 65
e
21
!
04 00 52
R
63
c
18 01 16 05 17 45
E
50
P
3d
=
17 04 0e 10 08 3d
=
49
I
06 1a 03 00 17 41
A
06 11 41
A
5c
\
12 5e
^
5f
_
41
A
09
48
H
0d
16 cf d8 e9 0b
&#11;
0a
01 45
E
0e 52
R
1b 15 17 00 4d
M
04 00 00 15 48
H
06 4f
O
13 1c 11 52
R
4f
O
15 54
T
4f
O
19 17 49
I
1b 0f 4e
N
04 52
R
16 50
P
06 4f
O
53
S
42
B
4c
L
37
7
07 00 08 4e
N
1a 02 0b
&#11;
10 00 0e 4f
O
(‘s3’, ‘s4’) 00 00 00 00 0d
00 13 0d
45
E
06 1c 0c
&#12;
16 13 00 11 10 00 11 01 43
C
2e
.
01 45
E
1b 15 4f
O
10 00 1e 16 41
A
05 4f
O
12 4e
N
14 17 59
Y
13 06 10 1f 1a 4f
O
06 1e 06 1f 1a 0c
&#12;
06 1b 4d
M
43
C
0d
01 4f
O
0f 01 49
I
17 16 00 06 4f
O
03 0b
&#11;
54
T
41
A
1c 46
F
43
C
0f 11 06 06 0b
&#11;
54
T
06 19 06 53
S
50
P
5f
_
4f
O
20
14 0d
45
E
26
&
4f
O
0c
&#12;
1c 48
H
(‘s3’, ‘s5’) 0d
07 10 00 0a
06 0d
42
B
54
T
54
T
1f 08 00 13 00 15 0d
4f
O
17 01 59
Y
6b
k
04 45
E
0a
09
1b 51
Q
4f
O
0f 53
S
43
C
0f 1d 57
W
4b
K
12 1c 53
S
43
C
14 0b
&#11;
1f 19 4f
O
06 52
R
06 05 11 45
E
05 1b 4f
O
43
C
12 1e 45
E
07 1b 08 1a 0c
&#12;
5a
Z
04 53
S
4c
L
06 1a 00 1c 12 45
E
07 0d
07 0d
1e 00 00 00 00 00 00 00 00 09
00 1c 43
C
62
b
3d
=
01 11 0d
(‘s3’, ‘s6’) 00 00 00 52
R
0b
&#11;
49
I
02 17 45
E
54
T
1c 1e 01 47
G
54
T
18 12 0a
06 54
T
4f
O
2d
-
45
E
06 0b
&#11;
15 1f 05 4f
O
0e 01 41
A
1e 07 0e 00 5a
Z
45
E
54
T
0b
&#11;
13 0d
50
P
03 07 0e 11 09
50
P
1f 0c
&#12;
1e 1f 00 08 04 0b
&#11;
50
P
44
D
01 0c
&#12;
15 17 45
E
15 53
S
4c
L
1c 15 46
F
0a
46
F
46
F
14 0e 03 43
C
00 4f
O
16 13 52
R
1f 49
I
59
Y
54
T
28
(
04 4e
N
53
S
2b
+
1c 1a 00 1a
(‘s3’, ‘s7’) 00 00 00 52
R
0b
&#11;
49
I
02 17 45
E
54
T
1c 1e 01 47
G
54
T
18 12 0a
06 54
T
4f
O
2d
-
45
E
06 00 1c 1b 1e 47
G
1b 12 50
P
06 16 4d
M
00 18 0b
&#11;
45
E
43
C
06 11 11 00 4f
O
06 1e 0d
1f 1f 16 52
R
07 48
H
06 41
A
29
)
4f
O
12 17 1b 18 08 45
E
0f 54
T
4c
L
1b 1b 00 1a 15 45
E
46
F
03 1c 16 0d
45
E
43
C
07 1d 01 43
C
48
H
00 30
0
0e 4e
N
42
B
30
0
0a
0f 0e 48
H
(‘s3’, ‘s8’) 03 0d
45
E
43
C
0f 07 43
C
16 45
E
11 48
H
1d 06 02 00 11 0d
06 1b 00 00 3c
<
0d
00 0b
&#11;
09
4f
O
05 48
H
0c
&#12;
53
S
43
C
06 06 07 00 1e 16 00 16 1c 11 11 04 1f 1e 52
R
08 16 48
H
04 52
R
04 52
R
0c
&#12;
0f 09
00 06 1b 1d 56
V
0c
&#12;
53
S
41
A
53
S
09
01 00 00 0e 08 44
D
46
F
02 01 0d
0a
55
U
0e 04 01 53
S
4d
M
42
B
52
R
21
!
41
A
1e 4f
O
35
5
0a
1c 45
E
0e
(‘s3’, ‘s9’) 15 48
H
4d
M
50
P
1c 00 15 04 54
T
11 45
E
02 0b
&#11;
1e 09
41
A
42
B
0a
1b 17 52
R
32
2
15 11 10 03 01 51
Q
53
S
0a
1b 45
E
03 0a
57
W
53
S
03 04 54
T
06 01 59
Y
43
C
54
T
0e 0b
&#11;
15 0e 02 01 11 1a 1e 53
S
4f
O
41
A
00 41
A
09
17 05 0f 45
E
41
A
41
A
50
P
1e 00 17 45
E
0b
&#11;
13 52
R
03 41
A
08 0c
&#12;
0b
&#11;
00 04 04 1c 16 52
R
4c
L
54
T
2d
-
0f 09
00 29
)
0a
17 16 44
D
(‘s3’, ‘s10’) 74
t
3c
<
0d
45
E
4e
N
2a
*
0c
&#12;
0b
&#11;
43
C
1d 1b 0c
&#12;
4e
N
28
(
58
X
07 0d
1d 11 30
0
49
I
28
(
11 0c
&#12;
16 02 0e 03 59
Y
49
I
5b
[
12 5e
^
5f
_
41
A
09
57
W
01 45
E
8c de f8 1e 11 1c 47
G
11 13 09
18 11 1d 53
S
41
A
10 41
A
1a 48
H
01 52
R
08 04 11 00 0e 46
F
4c
L
4f
O
03 52
R
06 12 49
I
08 06 4e
N
0c
&#12;
59
Y
52
R
43
C
12 1d 1f 56
V
44
D
4e
N
23
#
41
A
0d
4f
O
26
&
0a
1d 4b
K
48
H
(‘s4’, ‘s5’) 0d
07 10 00 07 06 1e 4f
O
11 52
R
03 04 16 00 00 04 1d 4f
O
06 00 1a 45
E
05 00 11 1c 54
T
41
A
4f
O
11 45
E
02 0a
52
R
45
E
05 06 0b
&#11;
0a
50
P
12 1b 00 03 00 00 4c
L
00 1a 0b
&#11;
49
I
03 00 02 00 1f 1f 0a
08 1a 41
A
0d
1a 5a
Z
02 1c 4f
O
0d
4e
N
41
A
00 54
T
06 08 1c 01 0b
&#11;
15 54
T
06 19 06 53
S
50
P
5f
_
4f
O
29
)
14 11 06 44
D
72
r
0d
0d
45
E
0f 42
B
16 06 15 4f
O
0d
08 4d
M
08 0b
&#11;
0d
06 10 1e 13 49
I
00 00 00 22
"
00 0e 1f 02 0c
&#12;
06
(‘s4’, ‘s6’) 00 00 00 52
R
06 49
I
11 1a 00 52
R
00 12 17 54
T
54
T
09
02 0a
17 55
U
0c
&#12;
03 44
D
43
C
10 00 50
P
15 4f
O
10 17 00 1b 48
H
1c 4e
N
4e
N
52
R
0d
18 15 1d 4f
O
19 48
H
08 0f 0f 4f
O
05 00 18 04 4d
M
4b
K
09
0a
1f 4b
K
00 45
E
02 01 45
E
13 1c 4f
O
17 41
A
07 16 00 05 1b 1f 05 45
E
0b
&#11;
1b 10 0a
54
T
4c
L
19 06 1b 08 10 43
C
16 0d
53
S
16 1c 52
R
4d
M
00 12 1a 16 4f
O
1a 0f 41
A
11 4e
N
14 1a 10 13 1c 49
I
18 07 4c
L
0d
4c
L
0c
&#12;
0a
17 19 54
T
1b 08 43
C
5f
_
45
E
24
$
1b 49
I
1f 08 16 45
E
7a
z
0f 1f 02 08 52
R
14 0e 1b 1c
(‘s4’, ‘s7’) 00 00 00 52
R
06 49
I
11 1a 00 52
R
00 12 17 54
T
54
T
09
02 0a
17 55
U
0c
&#12;
03 44
D
43
C
1b 09
54
T
0e 47
G
05 04 11 03 59
Y
5f
_
4e
N
0c
&#12;
1c 1c 50
P
00 01 0e 1a 00 00 00 0b
&#11;
00 05 1a 54
T
1c 05 45
E
4c
L
28
(
00 1d 16 52
R
0f 1e 45
E
09
1b 4f
O
10 4f
O
41
A
06 53
S
06 49
I
12 1a 10 06 11 45
E
1e 1b 52
R
13 17 4f
O
10 1a 43
C
07 16 45
E
03 12 00 15 48
H
16 54
T
11 00 0a
02 0c
&#12;
45
E
0f 0d
16 59
Y
1f 1a 0c
&#12;
4f
O
1a 48
H
00 18 47
G
1d 17 18 01 01 1f 45
E
5e
^
00 24
$
00 0c
&#12;
4c
L
2e
.
1f 56
V
3f
?
1b 03 00 00 1c 19 41
A
1a 01
(‘s4’, ‘s8’) 03 0d
45
E
43
C
02 07 50
P
1b 00 17 54
T
11 10 11 00 00 1d 06 0a
01 43
C
12 0c
&#12;
45
E
10 1c 00 15 48
H
12 45
E
02 03 49
I
15 4e
N
0a
01 59
Y
05 1a 01 0e 1e 50
P
18 4c
L
0e 09
52
R
08 54
T
1f 1f 4f
O
02 08 4f
O
09
1a 54
T
41
A
1a 53
S
47
G
1c 0a
0a
54
T
41
A
12 4e
N
07 49
I
13 07 0b
&#11;
01 01 08 1d 07 00 1d 1d 1d 01 55
U
13 0a
13 45
E
10 59
Y
46
F
13 4f
O
1e 54
T
06 07 0b
&#11;
47
G
45
E
0b
&#11;
18 0a
00 16 1e 19 0c
&#12;
01 1a 00 4c
L
4c
L
26
&
0b
&#11;
1b 49
I
27
'
00 0c
&#12;
4d
M
44
D
52
R
(‘s4’, ‘s9’) 15 48
H
4d
M
50
P
11 00 06 09
11 17 59
Y
0e 1d 0d
09
50
P
52
R
0a
0a
16 11 1c 14 54
T
0b
&#11;
16 4e
N
41
A
53
S
14 0d
04 06 45
E
45
E
1d 17 13 0d
15 07 49
I
5c
\
4e
N
41
A
0d
0b
&#11;
08 1d 1b 1d 1c 05 1e 0c
&#12;
4c
L
01 0e 06 16 4c
L
18 53
S
41
A
47
G
1f 1d 0b
&#11;
43
C
04 17 55
U
11 0c
&#12;
50
P
0e 0a
00 54
T
02 1d 1a 45
E
02 13 1b 0d
1b 04 45
E
0f 45
E
1b 0a
0c
&#12;
41
A
41
A
53
S
04 00 00 0d
02 44
D
10 1c 06 52
R
1f 1f 06 49
I
0a
00 43
C
13 15 17 1b 1b 07 13 44
D
4d
M
41
A
43
C
44
D
70
p
09
49
I
1c 1b 1f 43
C
3f
?
0d
18 1f 00 52
R
0b
&#11;
0e 1c 4e
N
(‘s4’, ‘s10’) 74
t
3c
<
0d
45
E
43
C
2a
*
1f 06 06 1b 07 00 58
X
3b
;
58
X
16 1d 1d 00 31
1
0a
06 10 49
I
0d
17 41
A
13 59
Y
57
W
4d
M
53
S
5b
[
10 53
S
47
G
43
C
16 1c 9f d8 e8 01 0b
&#11;
53
S
41
A
0f 15 16 02 1d 1b 48
H
0c
&#12;
53
S
4c
L
1b 07 0e 53
S
41
A
13 07 00 08 09
4f
O
44
D
57
W
13 1a 54
T
0a
07 17 48
H
0a
52
R
06 45
E
0b
&#11;
1b 4c
L
06 1b 01 03 55
U
00 0a
00 45
E
11 57
W
00
(‘s5’, ‘s6’) 0d
07 10 52
R
01 4f
O
0f 55
U
11 00 03 16 01 54
T
54
T
0d
1f 45
E
11 55
U
16 46
F
41
A
43
C
01 1c 04 54
T
00 01 52
R
02 11 1a 59
Y
4b
K
48
H
59
Y
07 48
H
07 06 4f
O
1a 48
H
08 43
C
0f 55
U
0e 49
I
1b 04 4f
O
4b
K
16 15 15 43
C
1a 04 0f 1b 1f 11 00 00 1a 0f 46
F
16 54
T
03 13 03 04 4e
N
1e 4f
O
16 13 52
R
1f 49
I
59
Y
54
T
21
!
04 52
R
10 49
I
21
!
1b 11 17 42
B
42
B
04 1c 03 00 17 07 0c
&#12;
19 45
E
19 1c 00 0d
0f 00 18 07 4c
L
2f
/
4c
L
02 15 15 15 52
R
(‘s5’, ‘s7’) 0d
07 10 52
R
01 4f
O
0f 55
U
11 00 03 16 01 54
T
54
T
0d
1f 45
E
11 55
U
16 46
F
41
A
43
C
0a
15 00 4f
O
08 14 41
A
13 09
0b
&#11;
1a 4b
K
0a
17 16 00 12 1a 0e 19 00 00 4c
L
0b
&#11;
1a 0e 53
S
57
W
1c 07 45
E
53
S
37
7
0a
15 0c
&#12;
13 02 04 1f 0b
&#11;
07 00 1d 01 00 06 07 00 41
A
0e 1b 1b 13 45
E
43
C
07 1d 01 43
C
48
H
00 39
9
0e 52
R
01 52
R
37
7
0e 1f 45
E
1a 0a
00 52
R
04 4f
O
07 0a
41
A
4d
M
04 00 10 49
I
01 09
45
E
4f
O
1a 48
H
22
"
18 49
I
02 15 14 07
(‘s5’, ‘s8’) 0e 0a
55
U
43
C
05 01 4e
N
54
T
11 45
E
57
W
15 06 11 00 04 00 49
I
0c
&#12;
01 59
Y
57
W
09
45
E
01 00 54
T
54
T
07 03 00 00 09
1b 50
P
4b
K
0c
&#12;
0a
53
S
55
U
08 1a 0e 1d 50
P
18 00 0e 13 59
Y
41
A
57
W
1f 1d 4f
O
1d 17 45
E
01 00 15 4c
L
00 09
45
E
00 45
E
07 1a 00 12 1a 01 41
A
0f 06 00 14 55
U
0e 04 01 53
S
4d
M
42
B
52
R
28
(
41
A
02 0c
&#12;
57
W
37
7
1d 54
T
03 1c 0d
08 52
R
13 48
H
06 4f
O
08 03 13 07 06 06 00 0a
45
E
01 1a 00 6e
n
4c
L
28
(
14 19 45
E
21
!
(‘s5’, ‘s9’) 18 4f
O
5d
]
50
P
16 06 18 46
F
00 45
E
5a
Z
0a
0b
&#11;
0d
09
54
T
4f
O
45
E
0c
&#12;
16 0b
&#11;
59
Y
11 54
T
1a 0a
1a 00 1c 05 48
H
06 0c
&#12;
17 00 18 11 18 07 45
E
15 52
R
5c
\
4d
M
41
A
0d
47
G
08 07 10 54
T
1f 05 1c 0c
&#12;
53
S
1e 04 0e 0c
&#12;
0d
15 49
I
1b 45
E
03 52
R
06 0d
45
E
17 01 17 04 4c
L
0f 01 15 00 04 04 1c 16 52
R
4c
L
54
T
24
$
0f 15 43
C
4b
K
37
7
16 07 49
I
4e
N
03 45
E
02 15 4f
O
00 0a
09
18 17 0b
&#11;
54
T
0f 01 15 00 0a
00 43
C
31
1
15 19 04 19 0b
&#11;
15
(‘s5’, ‘s10’) 79
y
3b
;
1d 45
E
44
D
2c
,
01 49
I
17 49
I
04 04 4e
N
3b
;
58
X
12 00 52
R
06 31
1
10 43
C
15 49
I
1c 0b
&#11;
15 52
R
16 46
F
08 51
Q
51
Q
42
B
16 42
B
45
E
1d 16 cf ca f3 01 08 53
S
41
A
43
C
15 0c
&#12;
09
54
T
18 48
H
0e 53
S
53
S
04 0d
06 49
I
00 1e 1d 5a
Z
0a
15 00 49
I
19 52
R
1a 00 0c
&#12;
0f 0b
&#11;
49
I
01 47
G
52
R
43
C
12 1d 1f 56
V
44
D
4e
N
2a
*
41
A
11 0c
&#12;
44
D
37
7
1c 5a
Z
45
E
(‘s6’, ‘s7’) 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0b
&#11;
09
04 1b 08 15 13 11 18 11 43
C
00 42
B
4e
N
11 48
H
15 1c 41
A
03 48
H
08 0f 04 4f
O
00 1a 4c
L
18 48
H
0e 45
E
22
"
1f 56
V
16 17 0d
1f 00 1a 07 00 07 0e 46
F
10 53
S
03 52
R
0d
1f 55
U
0d
0a
55
U
14 4f
O
1e 0a
11 54
T
18 0a
00 11 1b 16 15 0e 52
R
58
X
48
H
04 4e
N
07 4f
O
10 0d
4d
M
54
T
41
A
19 0c
&#12;
49
I
0c
&#12;
06 45
E
57
W
1d 04 0d
54
T
4b
K
17 00 01 55
U
1a 17 06 01 45
E
00 1b 45
E
53
S
26
&
09
13 45
E
14 1c 02 08 4e
N
0d
4f
O
01 1d 00 12 1c 13 45
E
10 1c 18 11 0b
&#11;
54
T
46
F
42
B
52
R
21
!
17 55
U
17 0a
00 31
1
11 0d
0f 0e 49
I
1c 1d
(‘s6’, ‘s8’) 03 0d
45
E
11 04 4e
N
41
A
01 00 45
E
54
T
03 07 45
E
54
T
09
1f 0c
&#12;
1d 54
T
4f
O
11 48
H
06 00 1c 50
P
00 07 02 52
R
02 18 01 09
00 44
D
53
S
54
T
1d 0f 1c 41
A
07 18 10 43
C
01 46
F
57
W
08 4c
L
1b 52
R
04 0b
&#11;
02 50
P
42
B
1a 11 43
C
1b 16 54
T
00 45
E
1d 15 46
F
04 4e
N
02 52
R
0c
&#12;
02 4e
N
0a
1a 18 17 53
S
4c
L
04 1b 06 09
45
E
50
P
1c 1e 16 06 45
E
14 5e
^
4f
O
0c
&#12;
4e
N
10 48
H
11 48
H
04 1a 56
V
1e 1a 06 0d
05 45
E
19 1d 4c
L
41
A
00 2a
*
01 0c
&#12;
50
P
73
s
1b 04 0e 1b 17
(‘s6’, ‘s9’) 15 48
H
4d
M
02 17 49
I
17 13 11 45
E
59
Y
1c 0a
59
Y
5d
]
59
Y
50
P
00 1d 43
C
1d 1f 50
P
17 1b 16 1e 54
T
1c 04 1a 04 1d 0d
59
Y
53
S
59
Y
41
A
00 0d
12 54
T
13 57
W
09
05 04 07 52
R
1e 1d 04 01 53
S
47
G
45
E
0b
&#11;
11 4d
M
16 09
1a 52
R
04 54
T
03 52
R
1c 02 03 01 55
U
14 17 4f
O
0b
&#11;
4f
O
0b
&#11;
4f
O
12 17 4e
N
09
1b 15 00 05 0b
&#11;
47
G
53
S
02 16 0d
16 5e
^
0c
&#12;
41
A
41
A
1e 16 4f
O
17 0d
05 01 52
R
12 48
H
0f 0c
&#12;
1a 00 12 07 0f 1e 59
Y
1b 11 0c
&#12;
1e 47
G
5f
_
45
E
02 1c 01 54
T
12 00 03 13 09
06 45
E
02 07 1d 08 00 1f 00 07 52
R
44
D
02 0c
&#12;
04 1c 02 1a 04 0b
&#11;
09
5a
Z
af
(‘s6’, ‘s10’) 74
t
3c
<
0d
17 45
E
63
c
0e 1c 06 49
I
07 12 4f
O
6f
o
0c
&#12;
1f 1f 17 17 64
d
06 05 54
T
0a
1d 17 11 06 16 47
G
5a
Z
53
S
40
@
58
X
4f
O
09
0d
44
D
11 87 cd f5 4e
N
12 1b 49
I
00 1a 59
Y
07 1d 03 4c
L
41
A
18 45
E
11 18 45
E
53
S
04 11 06 45
E
1b 15 00 53
S
16 14 0c
&#12;
54
T
0f 1c 08 4d
M
4f
O
59
Y
1d 55
U
01 4f
O
00 1f 1d 1a 0b
&#11;
45
E
43
C
1c 0d
16 07 4b
K
52
R
(‘s7’, ‘s8’) 03 0d
45
E
11 04 4e
N
41
A
01 00 45
E
54
T
03 07 45
E
54
T
09
1f 0c
&#12;
1d 54
T
4f
O
11 48
H
06 0b
&#11;
15 54
T
1b 0f 17 41
A
13 00 10 4a
J
00 06 1d 45
E
55
U
1a 00 00 04 50
P
18 4c
L
05 09
57
W
12 00 03 1a 0a
4e
N
20
4f
O
14 0c
&#12;
06 4e
N
04 16 4e
N
07 45
E
1a 1b 00 14 1d 01 00 01 1d 1b 07 10 4d
M
03 1c 52
R
0e 0a
52
R
11 4f
O
50
P
0d
05 00 13 4b
K
46
F
06 07 08 00 17 07 01 45
E
49
I
4e
N
17 07 16 4f
O
01 03 00 4e
N
00 48
H
4c
L
54
T
61
a
16 0c
&#12;
51
Q
26
&
01 13 08 1a 52
R
(‘s7’, ‘s9’) 15 48
H
4d
M
02 17 49
I
17 13 11 45
E
59
Y
1c 0a
59
Y
5d
]
59
Y
50
P
00 1d 43
C
1d 1f 50
P
17 10 1f 1a 4f
O
14 11 09
15 05 1c 1a 53
S
1b 0f 11 45
E
07 48
H
52
R
54
T
41
A
0d
0b
&#11;
03 1d 1e 07 48
H
19 1b 49
I
00 29
)
0e 1b 00 1e 17 4d
M
04 4e
N
04 52
R
1b 0c
&#12;
45
E
11 06 17 45
E
42
B
14 1a 06 45
E
47
G
03 01 17 11 04 54
T
1d 01 47
G
42
B
19 00 18 18 0c
&#12;
54
T
09
45
E
50
P
11 00 07 00 48
H
55
U
13 0b
&#11;
44
D
46
F
00 1c 45
E
45
E
1a 0b
&#11;
13 0d
50
P
06 0c
&#12;
1f 12 45
E
52
R
04 1d 44
D
54
T
09
45
E
50
P
35
5
00 15 00 16 1b 1f 00 4e
N
12 4f
O
06 4f
O
44
D
10 10 17 59
Y
12 06 1c 1a 02 0e e9
(‘s7’, ‘s10’) 74
t
3c
<
0d
17 45
E
63
c
0e 1c 06 49
I
07 12 4f
O
6f
o
0c
&#12;
1f 1f 17 17 64
d
06 05 54
T
0a
16 1e 15 1d 1e 52
R
49
I
42
B
58
X
49
I
0c
&#12;
09
4f
O
0a
00 cf d8 e9 0f 11 53
S
41
A
0f 1e 16 07 07 4f
O
54
T
09
16 00 33
3
07 13 45
E
13 1c 19 45
E
01 12 00 54
T
18 52
R
1c 07 0c
&#12;
4e
N
05 52
R
1a 54
T
17 00 15 00 1e 15 0c
&#12;
4e
N
13 4f
O
43
C
0d
16 00 12 45
E
00
(‘s8’, ‘s9’) 16 45
E
08 13 13 07 56
V
12 11 00 0d
1f 0d
1c 09
50
P
4f
O
0c
&#12;
00 17 52
R
0e 18 11 1b 0a
4e
N
54
T
1b 06 48
H
06 05 0c
&#12;
50
P
53
S
1d 12 54
T
10 1d 48
H
52
R
50
P
11 15 47
G
06 14 49
I
15 48
H
1a 01 43
C
4e
N
09
41
A
0f 0c
&#12;
18 59
Y
49
I
12 00 03 17 01 17 45
E
05 1b 16 45
E
43
C
09
01 01 55
U
0a
00 1d 45
E
1f 0e 06 0c
&#12;
4e
N
17 4f
O
1c 00 0b
&#11;
53
S
4a
J
52
R
0e 4d
M
50
P
06 07 06 45
E
01 1b 04 0c
&#12;
52
R
09
01 1f 45
E
0b
&#11;
1a 43
C
5f
_
59
Y
31
1
10 00 4e
N
34
4
44
D
41
A
0c
&#12;
07 16
(‘s8’, ‘s10’) 77
w
31
1
48
H
06 41
A
2d
-
4f
O
1d 06 0c
&#12;
53
S
11 48
H
2a
*
58
X
16 00 1b 0a
30
0
49
I
14 1c 0c
&#12;
1d 0b
&#11;
41
A
06 11 45
E
08 51
Q
58
X
59
Y
46
F
09
49
I
17 45
E
9a c2 e9 0f 15 03 59
Y
43
C
1b 1f 50
P
15 4f
O
57
W
13 1c 4e
N
13 48
H
07 49
I
15 52
R
1d 53
S
4f
O
15 45
E
4e
N
03 52
R
08 1a 0d
4e
N
04 4f
O
01 53
S
07 4d
M
16 1c 4c
L
1b 06 1c 02 00 13 00 13 00 01 0e 46
F
(‘s9’, ‘s10’) 61
a
74
t
40
@
15 52
R
2a
*
19 0f 17 0c
&#12;
5e
^
0e 45
E
36
6
51
Q
46
F
4f
O
17 0a
27
'
1b 1a 04 1d 06 01 0f 52
R
0a
43
C
40
@
57
W
5d
]
55
U
16 5a
Z
54
T
05 11 8a df a1 5d
]
45
E
12 4c
L
04 1d 0b
&#11;
19 00 07 4d
M
12 5f
_
00 1a 09
08 45
E
0d
0b
&#11;
54
T
41
A
4f
O
16 52
R
4f
O
14 17 0d
01 1b 0b
&#11;
47
G
46
F
00 52
R
52
R
47
G
16 01 09
04 08 1a 0e 4e
N
04 4f
O
0f 00 0a
5d
]
0c
&#12;

At the first byte we see lowercase letters whenever something is XORed with s10 as well uppercase letters at the second byte when comparing s9 against other messages. By looking carefully, we see many "t"s at the first byte when XORed with s10 and some "H"s when compared against s9. Remember the fact that any letter XORed with a space changes its case and that these combinations are better predictable than others.

So we can assume the plaintext of s10 having a space at the first byte and the plaintext of s9 having a space at the second byte. Also, we assume that many messages, i.e. s11, s3, s4 and s7, start off with a capital "T".

With that knowledge we can recover the respective byte of the key. But how would we know whether we hit the right bytes for the key? Well, fortunately, we have many secret messages and we know that they are ASCII encoded english text. Hence we can easily test whether all messages decrypt to meaningful text under a given key! If the key was wrong, then many messages will not decipher to plain English text but rather binary garbage.

So what’s the first byte of the key then? We assumed s10 to have a space at the first byte, so we simply calculate:

In [665]: strxor( crypt1.s10.decode('hex')[0] , ' ')
Out[665]: 'f'

yielding ‘f’ (ASCII encoded) as the first byte for the key. A quick check validated our other assumption, namely that s11 starts with a "T". To confirm that assumption, we decrypt the first byte of s11 under the given key byte:

In [666]: strxor( crypt1.s11.decode('hex')[0] , 'f')
Out[666]: 'T'

And we simply continue to use our second assumption, namely the second byte of s9 being a space:

In [673]: strxor( crypt1.s9.decode('hex')[1] , ' ')
Out[673]: '9'

After applying these bytes to all messages we can already see sensible text for the first two bytes of all messages! Many messages start with "Th" and it’s reasonable to assume the third byte of the plaintext to read an "e".

So let’s put the bytes of the key to some better place. We model a stupid key in the program:

solution = {} # This is supposed to be the OTP, i.e. solution[0] is the OTP byte at index 0
solution[0] = 'f'
solution[1] = '9'
solution[2] = 'n'

And we might have a quick method to show all solutions under a given key. Again, quite hacky and stupid, but it does the job reasonably well:

def apply_solution(solution=solution, messages=allcrypthex):
    decrypted_messages = []
    for c_i, ciphertext in enumerate(messages):
        decrypted_message = []

        for i, byte in enumerate(ciphertext):
            if solution.has_key(i):
                new_byte = strxor(byte, solution[i])
            else:
                new_byte = byte

            decrypted_message.append(new_byte)

        decrypted_messages.append(decrypted_message)

    return decrypted_messages



In [704]: [m[:4] for m in apply_solution()]
Out[704]:
[['T', 'h', 'e', '\xa9'],
 ['W', 'e', ' ', '\xea'],
 ['E', 'u', 'l', '\xec'],
 ['T', 'h', 'e', '\xa9'],
 ['T', 'h', 'e', '\xa9'],
 ['Y', 'o', 'u', '\xa9'],
 ['T', 'h', 'e', '\xfb'],
 ['T', 'h', 'e', '\xfb'],
 ['W', 'e', ' ', '\xea'],
 ['A', ' ', '(', '\xf9'],
 [' ', 'T', 'h', '\xec']]

Looks neat, doesn’t it!? You can now roll it all the way down. I.e. try whether the fourth byte will be a space in some messages so that they read "The ":

In [705]: strxor( crypt1.s11.decode('hex')[3] , ' ')
Out[705]: '\x89'

Make it a solution and try again:

In [706]: solution[3] = '\x89'

In [709]: [m[:7] for m in apply_solution()]
Out[709]:
[['T', 'h', 'e', ' ', '\xba', '\xbe', '\xbb'],
 ['W', 'e', ' ', 'c', '\xa8', '\xb5', '\xf8'],
 ['E', 'u', 'l', 'e', '\xbb', '\xfb', '\xaf'],
 ['T', 'h', 'e', ' ', '\xa7', '\xb2', '\xbb'],
 ['T', 'h', 'e', ' ', '\xaa', '\xb2', '\xa8'],
 ['Y', 'o', 'u', ' ', '\xad', '\xb4', '\xb6'],
 ['T', 'h', 'e', 'r', '\xac', '\xfb', '\xb9'],
 ['T', 'h', 'e', 'r', '\xac', '\xfb', '\xb9'],
 ['W', 'e', ' ', 'c', '\xa8', '\xb5', '\xf8'],
 ['A', ' ', '(', 'p', '\xbb', '\xb2', '\xae'],
 [' ', 'T', 'h', 'e', '\xe9', '\x98', '\xb7']]

Looks better and better. So let’s go further and assume the sixth message to read "There" and decode again:

In [713]: strxor( crypt1.s6.decode('hex')[4] , 'e')
Out[713]: '\xc9'

In [714]: solution[4] = '\xc9'

In [715]: [m[:7] for m in apply_solution()]
Out[715]:
[['T', 'h', 'e', ' ', 's', '\xbe', '\xbb'],
 ['W', 'e', ' ', 'c', 'a', '\xb5', '\xf8'],
 ['E', 'u', 'l', 'e', 'r', '\xfb', '\xaf'],
 ['T', 'h', 'e', ' ', 'n', '\xb2', '\xbb'],
 ['T', 'h', 'e', ' ', 'c', '\xb2', '\xa8'],
 ['Y', 'o', 'u', ' ', 'd', '\xb4', '\xb6'],
 ['T', 'h', 'e', 'r', 'e', '\xfb', '\xb9'],
 ['T', 'h', 'e', 'r', 'e', '\xfb', '\xb9'],
 ['W', 'e', ' ', 'c', 'a', '\xb5', '\xf8'],
 ['A', ' ', '(', 'p', 'r', '\xb2', '\xae'],
 [' ', 'T', 'h', 'e', ' ', '\x98', '\xb7']]

Oh, do I see a "We can" there? Let’s try:

In [716]: strxor('\xb5','n')
Out[716]: '\xdb'

In [717]: solution[5] = '\xdb'

In [718]: [m[:7] for m in apply_solution()]
Out[718]:
[['T', 'h', 'e', ' ', 's', 'e', '\xbb'],
 ['W', 'e', ' ', 'c', 'a', 'n', '\xf8'],
 ['E', 'u', 'l', 'e', 'r', ' ', '\xaf'],
 ['T', 'h', 'e', ' ', 'n', 'i', '\xbb'],
 ['T', 'h', 'e', ' ', 'c', 'i', '\xa8'],
 ['Y', 'o', 'u', ' ', 'd', 'o', '\xb6'],
 ['T', 'h', 'e', 'r', 'e', ' ', '\xb9'],
 ['T', 'h', 'e', 'r', 'e', ' ', '\xb9'],
 ['W', 'e', ' ', 'c', 'a', 'n', '\xf8'],
 ['A', ' ', '(', 'p', 'r', 'i', '\xae'],
 [' ', 'T', 'h', 'e', ' ', 'C', '\xb7']]

So yeah, you figure out how to go from there. Can you decipher all the messages?

x61s and the backlight, replacing a CCFL and shorten a fuse

Over the last months, I tried to repair my broken x61s which suffered from a missing backlight.

First, I changed the inverter, which is easy and relatively cheap to do. In case you read the Hardware Maintenance Manual, don’t follow it too closely. The inverter is easily changeable by removing the three screws on the bottom of the opened panel and carefully detaching the clipped front cover of the panel. The inverter sits on the bottom right and is the part that also lights the LEDs. You can’t miss it. But be careful: The inverter puts out high voltage, in the range of 600V to 800V, peaking at 1500V. Hence it’s hard to measure with normal home equipment :-/

Anyway, changing the inverter didn’t bring my backlight back up. So I got myself a LCD cable which is more expensive and a bit harder to attach than the inverter. You need to remove the LCD panel from its case which involves a lot of screws. Don’t miss to have separate bowls for the screws and even better: take pictures or notes to remember where the screws have been. Or be very disciplinary to follow the official instructions.

However, changing the LCD cable didn’t bring any remedy. So the only culprit, that I could think of, was the CCFL that’s actually responsible for lighting up the whole thing. So I got myself a new CCFL for a couple of euros.

Changing the CCFL is a bit messy, especially because it involves soldering. There are good instructions on the web as to how to change the CCFL. It also requires you to be very kind with the the tube so that it doesn’t break. And losing any part will probably result in a substantial loss of quality for you, so be careful. I mean it. I lost a tiny rubber ring which is to be placed around the tube to hold it tight in its channel and now the tube vibrates nicely in the panel making interesting noises.

Anyway, changing the CCFL didn’t bring back the backlight. I was very confused. There was no part I knew of that I didn’t change. With the exception of the motherboard… So I asked a friend of mine to provide his perfectly working x61s so that we’d have a reference platform that we knew was working. Thanks again to that friendly fellar that allowed the disassembly and reassembly of his machines several times πŸ™‚ We switched several parts and it turned out that my panel with the new CCFL kinda works with the other inverter card. It didn’t with my inverter though. Again, very weird. As it turned out later, the CCFL contacts were not correctly isolated and short circuited :-/ But we didn’t know and thought the CCFL was broken from the very beginning. So my recommendation, which is also more (unpleasant) work, is: Checkpoint your work, i.e. run a test every now and then. It
would have saved us a lot of trouble.

So after having cross checked that my inverter was working correctly and the backlight was acting weird, I came across the fact that there might be a blown fuse. And well, the F2 fuse, which was not findable without the helping picture, was not letting anything through. Since it’s a SMD fuse there was no chance of soldering a new fuse onto the mainboard. So we just shortened the fuse with conducting silver paint.

Fortunately, the laptop’s backlight is working again, now. However, the keyboard is not. I presume that the whole dis- and reassembly shortened the lifespan of the keyboard cable. Also, as I mentioned, the CCFL is humming in the panel…

19th DFN Workshop 2012

The 19th DFN Workshop happened again *yay* and I was lucky enough to be able to take part πŸ™‚

After last year we all knew the venue and it’s great. The hotel is very professional and the receptions are very good. The conference room itself is very spacious and well equipped for having a couple of hundred people there.

So after a first caffeine infusion the conference started and the first guy gave the keynote. Tom Vogt (from Calitarus GmbH) talked about Security and Usability and he made some interesting points. He doesn’t want to have more “Security Awareness” but more “User Awareness”. He claims that users are indeed aware of security issues but need to be properly communicated with. He gave Facebook as an example: If you log in wrongly a couple of times, Facebook will send you an email, excusing themselves for the troubles *you* have while logging in. As opposed to the “if the question is stupid, the helpdesk will set you on fire” attitude.

So instead of writing security policies with a lot of rules he wants us to write policies that take the user’s view into account and make sense for the average user. He also brought up passwords and password policy. Instead of requiring at least 8 characters (which will be read as “8 characters” by the user anyway) one should encourage a more sensible strategy, i.e. the XKCD one.

He also disliked the metaphors we’re using all the time, i.e. we’re talking about documents or crypto keys. A document is something static that you hold in your hand. It can’t do any harm. But a Word-“document” is indeed something different, because there are macros and whatnot. And it’s not a big problem to temporarily give away physical keys. But in the crypto world, it is. And people, he claimed, would make those associations when confronted with these terms. Unfortunately, he didn’t have a fix for those long-term used metaphors but he said extra caution needed to be applied when talking in these terms.

Dissonance was another big thing. He claimed that it’s problematic that starting a program and opening a file is the very same action in modern operating systems. If the open document was triggered differently, then the user could see if the document that they received was indeed a text file or a some binary gibberish.

And well, as the talk was titled “Usability” user interfaces were criticised, too. He mentioned that dialogues were very rude and that it was equal to holding someone until they answer a question. That trained the user to avoid and escape the dialogue as quickly as possible without even reading them, totally destroying the whole point of a dialogue. So we should only use them in a “life or death” situation where it would be okay to physically hold someone. And well, “user errors are interface errors”.

My favourite usability bug is the whole Keysigning story. It’s broken from beginning to end. I think that if we come up with a nice and clean design of a procedure to sign each others keys, the Web of Trust model will be used more and more. Right now, it’s an utterly complex process involving different media and all that is doomed to be broken.

After that, a guy from the Leibniz-Rechenzentrum talked about internal perpetrators from university data centres. They basically introduced Login IDS, a tool to scrub your logs and make them more administration friendly. He said that they didn’t watch their logs because it was way too much data. They had around 800 logins per day on their two SSH and two Citrix servers and nobody really checked when somebody was logging in. To reduce the amount of log, they check the SSHd log and fire different events, i.e. if there is someone logging in for the very first time. Or if user hasn’t logged in at that time of the day or from the IP she’s using before. That, he claimed, reduced their amount of log to 10% of the original volume. Unfortunately, the git repo shows a single big and scary Perl file with no license at all 😐

Another somewhat technical talk followed by Michael Weiser. He talked about security requirements for modern high performance computing environments and I couldn’t really follow all the way through. But from what I’ve understood, he wants to be able to execute big jobs and have all the necessary Kerberos or AFS tokens because you don’t know for how long you’ll have to wait until you can process your data. And well, he showed some solutions (S4U2self) and proposed another one which I didn’t really understand. But apparently everything needs to be very complex because you cannot get a ticket that’s valid long enough. And instead you get a “Granting-Ticket” which empowers you to get all the tickets you want for a basically unlimited amount of time…?

The break was just coming up at the right time so that the caffeine stock could be replenished. It did get used up quite quickly πŸ˜‰

The first talk after the break introduced to HoneypotMe, a technology that enables you to put honeypots on your production-mode machines without risking to have them compromised. They basically create tunnel for the ports that are open on the honeypot but not on the production machine. So an attacker would not detect the honeypot that easily. Although it’s kinda nonsensical for a Linux machine to have the MSSQL port open. Interesting technology, although I don’t quite understand, why they put the honeypot after the production machine (network topology wise), so that you have to modify the TCP stack on the production machine in order to relay connections to the actual honeypot. Instead, one could put the honeypot in front and relay connections to the production machine. That way, one would probably reduce plumbing the TCP layer on the machine that’s meant to serve production purposes.

Another, really technical talk was given by a guy from the research centre juelich. It was so technical that I couldn’t follow. Jesus christ were the slides packed. The topic was quite interesting though. Unfortunate that it was a rather exhausting presentation. He tried to tell us how to mange IPv6 or well, to better damn manage it, because otherwise you’d have loads of trouble in your network. He was referring a lot to the very interesting IPv6 toolkit by THC. He claimed that those attacks were not easy to defend against. But it doesn’t need an attacker, he said. Windows would be enough to screw up your network, i.e. by somehow configuring Internet Connection Sharing it would send weird Router Advertisements. But I might have gotten that wrong because he was throwing lots of words and acronyms on us. NDPMON. RAPIXD. RAMOND. WTF. Fortunately, it was the last talk and we could head off to have some proper beer.

After way too less sleep and ridiculous amounts of very good food, the second day started off with a very great talk by a guy from RedTeam Pentesting. He did very interesting research involving URL shortening services and presented us his results. Some of which are quite scary. If you’re remotely interested in this topic, you should have a look at the paper once it is available. There is slightly different version here.

So the basic problem was described as follows: A user wants to send a link to a friend but the URL is too long so that email clients break it (well, he didn’t mention which though) or Twitter would simply not accept it… We kinda have to assume that Twitter is a useful thing that people do actually use to transmit links. Anyway, to shorten links, people may use a service that translates the long URL into a short one. And now the problems start.

First of all, the obvious tracking issues arise. The service provider can see who clicks on which links and even worse: Set cookies so that users are identifiable even much later. Apparently, almost all of these service do make use of tracking cookies which last for a couple of years. Interestingly, Google is reported to not make use of tracking technologies in their URL shortening service.

Secondly, you eventually leak a secret which is encoded in the URL you are shortening. And that’s apparently, what people do. They do use Google Docs or other sensitive webapps that encode important access tokens in the URL that you are throwing with both hands at the service provider. He claimed to have found many interesting documents, ranging from “obviously very private photos” over balance sheets from some company to a list of addresses of kindergarten kids. He got a good percentage of private documents which was really interesting to see.

But it gets worse. He set up a brand new web server listening on a brand new domain (fd0.me) and created URLs which he then shortened using the services. On the page his webserver delivered was a password which no search engine knew back then. The question was: Do URL shortening services leak their data to search engines? Or worse: Do they scan the database for interesting looking URLs themselves? Turns out: Yes and yes. He found his password on search engines and curious administrators in his webserver log.

Other obvious problems include loss of URL. Apparently people do use shortened URLs in long lasting things like books. And well, URL shortening services are not necessarily known for being long living. Fun fact: His university used to have such a service, but they shut it down…

Another technical issue is speed. Because of the indirection, you have an overhead in time. Google are the winner here again. They serve the fastest.

So yeah that was a very interesting talk which clearly showed the practical risks of such services.

A electronic ID card was introduced in Germany rather recently and the next guy did some research (sponsered by the ministry of interior) to explore the “eID Online Authentication Network Threat Model, Attacks and Implications”. Nobody in the audience actually used the eID so he had to tell us what you are supposed to do with it. It is used to authenticate data like your name, address, birthday or just the fact that you are at legal age. It’s heavily focussed on Browser stuff, so the scenarios are a bank or a web shop. After the website requested eID functions, the browser speaks to the local eID deamon which then wants to read your eID and communicates with the servers. Turns out, that everything seems to be quite well designed, expect well, the browsers. So he claims it is possible to Man in the Middle a connection if one can make a browser terminate a successfully opened connection. I.e. after all the TLS handshakes were finished, one would terminate the connection, intercept it and then no further verification was done. A valid attack scenario, not necessarily easy to be in that position though.


There were tiny talks as well. My favourite was Martin John from SAP talking about Cross Domain Policies. Apparently, standards exist to “enhance” the same origin policy and enable JavaScripts in browsers to talk to different domains. He scanned the internet^tm and found 3% of the domains to have wildcard policies. 50% of those had in some way sensitive webapps, i.e. authentication. He closed giving the recommendation of using CORS to do cross domain stuff.

The last two talks were quite interesting. The first one talked about XML Signature Wrapping. A technique that I haven’t heard of before, mostly because I’m not into XML at all. But it seems that you can sign parts of a XML document and well, because XML is utterly complex, libraries fail to handle that properly. There are several attacks including simply reproducing the XML tree with different properties and hoping that the parser would verify the correct tree, but work on the other. Simple, huh? But he claimed to have found CVE 2011-1411, a vulnerability in an interesting user of XML: SAML, some authentification protocol based on XML.

Afterwards, I was surprised to see an old tool I was playing with some time ago: Volatility. It gained better Linux support and the speaker showed off some features and explained how to make it support your Linux version. Quite interesting to see that people focus on bringing memory forensics to Linux.

So if you are more interested in the topics, feel free to browse or buy the book which includes all the papers.

This year’s DFN Workshop was much more interesting content wise and I am glad that it managed to present interesting topics. Again, the setting and the catering are very nice and I hope to be able to attend many more DFN Workshops in the future πŸ™‚

GNOME @ FOSDEM2012

Is this time around again and the FOSDEM happened in Brussels, Belgium. Probably the biggest gathering of Free Software people was a lot colder than last year. It was covered in snow. So badly, that we had big troubles coming into Brussels. It took us almost twice as long to arrive than usual. The streets were packed with cars suffering from the severe conditions.

But all that didn’t stop us (GNOME that is) from having a nice presence. If you know FOSDEM you’d expect the booth to be in a packed and smelly area because all the people try to move along in the tiny hallway. But this year was different because we got a spacious place in a new building. That was cool, because it gave us much more area to move than usual but unfortunately it made the conference much more disconnected as there was yet another building involved. I didn’t even try to visit each and everything.

Anyway, from what I’ve seen, we had quite a good stand. Our friends from OpenSuSE received the most attention though. Rightfully so. Not only because they had almost free beer and nearly free other goodies, but because they had nice hardware, nice demos and nice people to present. Fortunately, we were located just next to our friends from KDE which enabled us to chit chat with well known people and to plan conspiracies for upcoming conferences in 2013. So stay tuned for that.

With the help of local GNOME people, we had our EventsBox which is well equipped. But well, since we had only one Box, we weren’t as well equipped as last time at LinuxTag. We had loads of T-Shirts from the Desktop Summit though which we tried to sell. I especially like the name tags we had. Somebody just got them printed so we looked much more inviting, I guess. Also cool were the posters that we got provided so we could pimp the glass wall behind us. It’s cool that we have people that provide such things just like that. We didn’t have the appropriate tools to handle the posters well. We used regular adhesive tape (which we ran out of in the middle of the day) which kinda destroys the posters. From our KDE friends we got some “blue-tac” or “patafix” which was really really great. Apparently it’s well known in the western end of Europe. I didn’t know it at all, but I now know that we definitely want to have this for the next time.

We also didn’t have blank sheets of paper to write stuff on which was a bit annoying. But well, we didn’t have markers either so we needed to get both first before being able to inform the people about the t-shirt prices.

Needless to say that our demo machine got upgraded to the latest Fedora and that that broke at least the web-cam. I mean it was supported in the last Fedora version so it’d be boring it was supported now, too. But the Fedora people had a nice gimmick to give away: A cheat cube which is just a well cut piece of paper that you can fold up to build a cube. You’re supposed to put that on your desk and use it to retrieve information quickly. I was wondering whether we could make something like that for GNOME Shell. Oh and while we’re at it: Many folks had roll-up displays which look very nice. They are around 1m wide and 2m high and you can have your big design on it. It doesn’t cost all too much but we’d need a proper motif first. So if you have any idea, feel free to discuss that in the wiki. And another thing that was annoying were our flyers. While it’s good that we had some, they were quite outdated. So we badly need some flyer material. Again, in the wiki is the place to show up.

So a big big thanks to the folks that helped out at the booth to make it rock. I hope we can make it work next year again.

There was also, again, a massive keysigning going on and I have to drop a quick rant about all that mess. caff on Fedora is kinda weird. It seems like the defaults in the man page don’t match the code, i.e. keyserver defaults to a different server than the man page states. And very annoying: It’s also different from GPG settings! So while trying to use caff it failed downloading the keys. I guess the server just hit a timeout or blocked my request altogether because it’s so many keys (/.-)
After having that sorted out, gpg asked to hit “y” all the time whether I was sure to sign the keys. Goddamnit. It’s about 100 keys and I sign with 4 private keys or so. Now I have to press 800 keys to get the fork()ing keys signed and mailed. Jesus Christ. It’s fricking 2012 and not 1972 anymore. I just want to conveniently sign the whole damn thing and not buy a new keyboard after each FOSDEM. Not only because I have to type so many keys but also because I feel the urge to smash it into someone face. But not only did I need some shell-fu to get the keys imported, I also needed to fiddle the fingerprints of the official key list because caff wouldn’t accept the fingerprints. The format though, is the format gpg uses to display fingerprints… So I had to do something like

cat /tmp/ksp.txt | tr -d ' ' | tr '\n' ' '

to get the proper format… And yeah, I’ll patch everything.. tomorrow…

Although I haven’t seen much of Brussels this time, I liked it being covered in snow and ice. I hope to be able to get more out of Brussels next time, especially improve my French πŸ˜‰ So yeah, I’m looking forward to next year.

Dump Firefox passwords using Python (and libnss)

I was travelling and I didn’t have my Firefox instance on my laptop. I wanted, however, access some websites and the passwords were stored safely in my Firefox profile at home. Needless to say that I don’t upload my passwords to someone’s server. Back in the day, when I first encountered that problem, there were only ugly options to run the server yourself. Either some PHP garbage or worse: some Java Webapp. I only have so many gigabytes of RAM so I didn’t go that route. FWIW: Now you have a nice Python webapp and it might be interesting to set that up at some stage.

I could have copied the profile to my laptop and then ran Firefox with that profile. But as I use Zotero my profile is really big. And it sounds quite insane, because I only want to get hold of my 20 byte password, and not copy 200MB for that.

Another option might have been to run the Firefox remotely and do X-forwarding to my laptop. But that’d be crucially slow and I thought that I was suffering enough already.

So. I wanted to extract the passwords from the Firefox profile at home. It’s my data after all, right? Turns out, that Firefox (and Thunderbird for that matter) store their passwords encryptedly in a SQLite database. So the database itself is not necessarily encrypted, but the contained data. Turns out later, that you can as well encrypt the database (to then store encrypted passwords).

So a sample line in that database looks like this:

$ sqlite3 signons.sqlite 
SQLite version 3.7.11 2012-03-20 11:35:50
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .schema
CREATE TABLE moz_deleted_logins (id                  INTEGER PRIMARY KEY,guid                TEXT,timeDeleted         INTEGER);
CREATE TABLE moz_disabledHosts (id                 INTEGER PRIMARY KEY,hostname           TEXT UNIQUE ON CONFLICT REPLACE);
CREATE TABLE moz_logins (id                 INTEGER PRIMARY KEY,hostname           TEXT NOT NULL,httpRealm          TEXT,formSubmitURL      TEXT,usernameField      TEXT NOT NULL,passwordField      TEXT NOT NULL,encryptedUsername  TEXT NOT NULL,encryptedPassword  TEXT NOT NULL,guid               TEXT,encType            INTEGER, timeCreated INTEGER, timeLastUsed INTEGER, timePasswordChanged INTEGER, timesUsed INTEGER);
CREATE INDEX moz_logins_encType_index ON moz_logins(encType);
...
...
sqlite> SELECT * FROM moz_logins LIMIT 2;
1|https://nonpublic.foo.bar|Non-Pulic Wiki||||MDoEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECFKoZIhvcNAwcECFKoZIhvcNAwcECF|MDIEEPgAAAAAAAAAAAAAACJ75YchXUCAAAAAEwFAYIKoZIhvcNAwcE==|{4711r2d2-2342-4711-6f00b4r6g}|1|1319297071173|1348944692451|1319297071173|6
2|https://orga.bar.foo|ToplevelAuth||||MDoEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECIy5HFAYIKoZIhtnRFAYIKoZIh|MDoEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvFAYIKoZIhBD6PFAYIKoZIh|{45abc67852-4222-45cc-dcc1-729ccc91ceee}|1|1319297071173|1319297071173|1319297071173|1
sqlite> 

You see the columns you’d more or less expect but you cannot make sense out of the actual data.

If I read correctly, some form of 3DES is used to protect the data. But I couldn’t find out enough to decrypt it myself. So my idea then was to reuse the actual libraries that Firefox uses to read data from the database.

I first tried to find examples in the Firefox code and found pwdecrypt. And I even got it built after a couple of hours wrestling with the build system. It’s not fun. You might want to try to get hold of a binary from your distribution.

So my initial attempt was to call out to that binary and parse its output. That worked well enough, but was slow. Also not really elegant and you might not have or not be able to build the pwdecrypt program. Also, it’s a bit stupid to use something different than the actual Firefox. I mean, the code doing the necessary operations is already on your harddisk, so it seems much smarter to reuse that.

Turns out, there is ffpwdcracker to decrypt passwords using libnss. It’s not too ugly using Python’s ctypes. So that’s a way to go. And in fact, it works well enough, after cleaning up loads of things.

Example output of the session is here:


$ python firefox_passwd.py | head
FirefoxSite(id=1, hostname=u'https://nonpublic.foo.bar', httpRealm=u'Non-Pulic Wiki', formSubmitURL=None, usernameField=u'', passwordField=u'', encryptedUsername=u'MDoEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECFKoZIhvcNAwcECFKoZIhvcNAwcECF', encryptedPassword=u'MDIEEPgAAAAAAAAAAAAAACJ75YchXUCAAAAAEwFAYIKoZIhvcNAwcE==', guid=u'{4711r2d2-2342-4711-6f00b4r6g}', encType=1, plain_username='wikiuser', plain_password='mypass')
FirefoxSite(id=2, hostname=u'https://orga.bar.foo', httpRealm=u'ToplevelAuth', formSubmitURL=None, usernameField=u'', passwordField=u'', encryptedUsername=u'MDoEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECIy5HFAYIKoZIhtnRFAYIKoZIh', encryptedPassword=u'MDoEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvFAYIKoZIhBD6PFAYIKoZIh', guid=u'{45abc67852-4222-45cc-dcc1-729ccc91ceee}', encType=1, plain_username='suspect', plain_password='susicious')

The file is here: https://hg.cryptobitch.de/firefox-passwords/

It has also been extended to work with Thunderbird and, the bigger problem, with encrypted databases. I couldn’t really find out, how that works. I read some code, especially the above mentioned pwdecrypt program, but couldn’t reimplement it, because I couldn’t find the functions used in the libraries I had. At some stage, I just explained the problem to a friend of mine and while explaining and documenting, which things didn’t work, I accidentally found a solution \o/ So now you can also recover your Firefox passwords from an encrypted storage.

28C3 – Behind enemy lines

I was lucky enough to get a ticket for the Chaos Communication Congress 2011 in Berlin, Germany. So many people wanted to attend the CCCongress that the tickets were sold out in an instant. But the current location can’t handle more visitors so we’re forced to somehow limit the number of visitors unless the location or the concept of the CCCongress changes. Both options don’t sound really inviting, but refusing people to come isn’t fun either. So we’ll see what the future brings.

But I’d like to raise the point that the CCCongress is very much an event made by the people, i.e. the participants. It’s not that there is an overly mighty set of people who decide everything and are responsible for having a great event. It’s everybody that is responsible for helping out if somethings need to be done, contributing ideas, talks, workshop, etc. It’s rather a place where you play a part by helping physically and paying a fraction of the cost to have a good time. That means that you can’t make a CCCongress by paying the entrance fee only. It’s not a show for your entertainment. Hence you can’t have expectations that somebody has to do things for you. This applies to things you don’t like, too. If you don’t like stuff that is happening, stand up and change it. Don’t sit and complain. This especially applies to things like sexism or other politically incorrect things. There is no personnel being obliged to do anything. It’s all our big party and you’re supposed to contribute yourself to make it great. I mention this, because there were complaints about supposedly right-wing people being present but nobody did anything.

Many people go to the CCCongress for the talks. And well, I didn’t really managed to watch many of them, but the following make a list of notable talks, because they were in some ways, say, “interesting”.

But you can have very good talks as well. For example

A very big applause needs to be given to the video team. It’s just amazing that the recordings were available within a few days. I just envy those guys for rocking so hard.

Now it’s time for a shameless plug: As I want to watch the recordings of this CCCongress and I know that I won’t do it myself, because the last years proof that I don’t watch the videos anyway, I’ll publicly show two videos of the recordings every Wednesday in the local Chaos Computer Club. So if your disk is filling up with videos that you wanted to watch but never will, feel free to show up on the “Chaotic Congress Cinema“. Funny thing is, that there are 100 videos recorded and if we watch 2 videos every week, we’d finish all of them within the year πŸ™‚

LinuxCon Brazil 2011

I was lucky to be invited to LinuxCon Brazil, taking place in *drumroll* Brazil! Sao Paulo to be precise. The conference centre was very spacious and the conference itself seemed to be much bigger than in Japan.

My talk on GNOME 3 (actually 3.2 and 3.x) was well received and I hope I was able to entertain a bunch of people and make some of them try the new GNOME. Fortunately, our friends from OpenSuSE just released their new version a couple of days ago and brought some machines and media to try it out. Needless to say that it features the latest and greatest GNOME release. We had a good discussion during the talk and I talked to many people after the talk. There was more interest that I expected. I was told that even Linus and Dirk Hohndel commented on it in the speaker’s room when I was not there.

I couldn’t really attend the other talks as I wanted because they were held in Portuguese :-\ There was translation but only for the foreign speakers not talking in Portuguese. So sadly I had to stick to talks that I either knew or didn’t interest me that much. But there were a couple of interesting ones, nonetheless πŸ™‚ My favourite was Jan Kiszka talking about “Developing Linux inside QEMU/KVM Virtual Machines” because I learned how to actually be able to pass data from my host system into my guest QEMU machine.

So the conference could have made more effort to actually indicate whether the talks were held in English or not. Other than that, it was a good conference which was held in a pretty good conference centre. As the other South American conference I attended a couple of weeks ago, it slipped behind schedule. But only for half an hour πŸ˜‰

It wasn’t all too easy to get to Brazil though. I had flight troubles in Amsterdam with KLM again. The security at the gate wanted to search my bag but I refused. I was told to either let them search the bag or wait for the supervisor. I chose to wait as I had quite a bit of newspaper left. Eventually one of the security guys called me out and told me to go out of the gate area to talk to the supervisor. We talked and came back to the gate where I was about to put my stuff into the xray machine. But then the guy came and told me that the flight attendant told him that I couldn’t fly. So I asked the woman directly whether I was denied boarding. She said yes because I caused a queue. I demanded a list of my rights because I was denied boarding and she sent me to the Transfer desk. Then she left… When I went to the transfer desk, I figured out that I was not referenced as being denied boarding but No-Show, i.e. I just wasn’t present. But that’s ridiculous as I sat in the gate except for three minutes when the supervisor called me out. For that reason, I wasn’t provided a list of my rights and the transfer agent wasn’t friendly at all. A second transfer agent managed to get me on the next flight though. I thought I’d like KLM, at least for them flying to South America not crossing the US. But I probably have to go with Iberia the next time.

I’m looking foward to come back to Brazil, either for GNOME Forum or for LinuxCon πŸ™‚

Ekoparty 2011

I was invited to Ekoparty in Buenos Aires, Argentina. It all went very quickly, because when I was accepted for my talk on Virtualised USB Fuzzing using QEMU and Scapy, I couldn’t read email very well. I was abroad and had only a replacement laptop (which we got at MeeGo Summit in Dublin) at hand because my laptop broke down πŸ™ And of top of that I wasn’t very well connected. Anyway, I got notice exactly two weeks before the conference and actually I had other plans anyway. But since it was in Argentina and I haven’t been there yet, I was very eager to go.

I was going from Hamburg via Amsterdam and Sao Paulo to Buenos Aires. And back from Buenos Aires via Charles de Gaule to Berlin. After my first fight I had a good break at Shiphol but when I wanted to board the next flight, I was denied at first. After a couple of minutes, some officials came and I was interrogated. Because my itinerary looked suspicious, they said. So I was asked and searched and the information I gave was promptly checked by they woman and her smart-phone. Weird stuff. The next flights and airports were fortunately much better.

The very first day of the conference was reserved for the keynote and workshops. Unfortunately, the workshops were held in Spanish only so I couldn’t really follow anything. But I still attended some folks playing around with an USRP. It was interesting enough despite the Spanish. They decoded normal FM radio, pager messages and other (analogue) radio messages flying through the ether. The keynote was held in Spanish, too, but two translators simultaneously translated the talk into English. It’s the first time that *I* am the one needing a translation device πŸ˜‰ I didn’t fully get the keynote because the there was a lot of noise in the radio of the Spanglish :-/

The first talk by Agustin Gianni from Immunity was about Attacking the Webkit Heap and was, well, very technical. A bit too detailed for me as I don’t have much desire to exploit memory issues in Webkit, but it’s good to know that there people looking into that. Just after that, there was a talk about security of SAP products. The message I got was, to read the SAP advisories and documentation. Because he was showing exploits that used vulnerabilities that were either known and fixed or documented. It was still a bit interesting for me as I didn’t know much about SAP systems and could see what it’s actually about.

I don’t have much to say about the iOS forensic talk, because you can find the things he mentioned with a one liner: find / -name '*.db'.
Ryan McArthur talked about Machine Specific Registers which I didn’t even know what it was. But apparently CPUs have special registers that you usually don’t use. And these have special capabilities such as offering debug facilities. Also you can issue a simple instruction to detect whether you are in a virtual machine or not. That sounds damn interesting. With Intel it’s called Last Branch Recording. And he implementing something that would be able to trace programs like Skype. I wonder though what difference to PaiMai is. An implementation using these facilities apparently exists for Linux as well.

A bit off the wall was Marcos Nieto talking about making money with Facebook. So he realised that he could send the AJAX request, which some Flash game sends to the game server, himself. He didn’t think about writing a bot playing the game for him though. Instead, he used a proxy to capture the HTTP traffic his Flashplayer was generating and replaying that traffic with the proxy software. And the money part would then be to sell the account that had all the experience points on eBay. I hope it was just the translation and the crappy quality of the radio that made it seem so lame.

As for my presentation, I wasn’t too lucky with the MeeGo laptop I used, because it only has an Atom processor which doesn’t have KVM support. That is very bad if you want to do something with QEMU πŸ™ But I tried to prepare my things well enough to not have many problems. But what happened then was really embarrassing. I prepared demos and I did that very thoroughly. I even recorded some videos as second line of defence in case something fails. But I didn’t expect anything to fail because my demos were simple enough, and just a few copy&paste jobs. That’s what I thought and Murphy proved me wrong. I hate him. So my demos did not work, of course. I still don’t really know why, but I guess that I left a QEMU instance running due to the nervousness. And that instance would still mess around with the pipes that I was using. So lessons learnt: Whenever you think it’s simple enough, think harder.

Demo-Video. If it doesn’t play inline (stupid wordpress) please download yourself.

The rest of the conference was relaxed and the talks were much better than the day before. I feel that the second day was saved for the big things while the first was thought of as a buffer for the people to arrive. There was the SSL talk which caught a lot of attention in international media even before the conference. For reference: The issue was assigned CVE-2011-3389. I was astonished, really, to hear *the* talk being held in Spanish. I absolutely expected that thing to go off in English. Unfortunately, I couldn’t understand much of the things that were told. It took me quite a while to understand that the “navigator” the translatress was constantly referring to is actually the browser… So I was disappointed by that talk, but the expectations were high so it was easy to be disappointed.

http://www.youtube.com/watch?v=lauFlKi56aM

So all in all it went fine. It’s a nice enough conference, really relaxed, maybe even too relaxed. Given that there was one track only, it didn’t really matter that things bent the schedule by two hours. I felt that generally things went off the radar of the organising folks, most likely due to organising a conference being very stressful πŸ˜‰ But well, it would still have been nice if they actually provided the facilities they promised to give a talk, like a USB cable or a demo laptop πŸ˜‰ I barely got a T-Shirt πŸ˜€

Creative Commons Attribution-ShareAlike 3.0 Unported
This work by Muelli is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported.