#include <bits/stdc++.h>
using namespace std;
vector<map<int,int>> p;
#define precomputed p
void solve(){
int n; cin >> n;
deque<int> A(2*n);
for(auto &a : A){
cin >> a;
}
bool czy_0=false;
bool czy_2=false;
for(int i=0; i<2*n; i++){
if(A[i] == 0) czy_0=true;
if(A[i] == 2) czy_2=true;
}
if(czy_0 && czy_2) {
cout << 0 << '\n';
return;
}
if(czy_2){
A.push_back(A.front());
A.pop_front();
for(auto &a : A){
a = 2-a;
}
}
int pow=1;
int number=0;
for(auto &a : views::reverse(A)){
number+= pow*a;
pow*=2;
}
if(!precomputed[n-1].contains(number)) cout << "0\n";
else cout << precomputed[n-1][number] << '\n';
return;
}
signed main(){
p.resize(8);
p[0][0x0]=0x1;
p[0][0x2]=0x1;
p[0][0x3]=0x2;
p[1][0x0]=0x21c;
p[1][0x2]=0x36;
p[1][0x8]=0x36;
p[1][0xa]=0x18;
p[1][0xb]=0x72;
p[1][0xe]=0x72;
p[1][0xf]=0x2d0;
p[2][0x0]=0x19f488;
p[2][0x2]=0xf618;
p[2][0x8]=0xf618;
p[2][0xa]=0x21c0;
p[2][0xe]=0x1a748;
p[2][0x20]=0xf618;
p[2][0x22]=0x21c0;
p[2][0x23]=0x1a748;
p[2][0x28]=0x21c0;
p[2][0x2a]=0x438;
p[2][0x2b]=0x2b98;
p[2][0x2e]=0x2b98;
p[2][0x2f]=0x244c8;
p[2][0x38]=0x1a748;
p[2][0x3a]=0x2b98;
p[2][0x3b]=0x244c8;
p[2][0x3e]=0x244c8;
p[2][0x3f]=0x1f2570;
p[3][0x0]=0x42ff23b;
p[3][0x2]=0x15dbf0f0;
p[3][0x8]=0x15dbf0f0;
p[3][0xa]=0x175c140;
p[3][0xe]=0x21753750;
p[3][0x20]=0x15dbf0f0;
p[3][0x22]=0x175c140;
p[3][0x28]=0x175c140;
p[3][0x2a]=0x1339e0;
p[3][0x2e]=0x1c1e3e0;
p[3][0x38]=0x21753750;
p[3][0x3a]=0x1c1e3e0;
p[3][0x3e]=0x2c2a15d0;
p[3][0x80]=0x15dbf0f0;
p[3][0x82]=0x175c140;
p[3][0x83]=0x21753750;
p[3][0x88]=0x175c140;
p[3][0x8a]=0x1339e0;
p[3][0x8b]=0x1c1e3e0;
p[3][0x8e]=0x1c1e3e0;
p[3][0x8f]=0x2c2a15d0;
p[3][0xa0]=0x175c140;
p[3][0xa2]=0x1339e0;
p[3][0xa3]=0x1c1e3e0;
p[3][0xa8]=0x1339e0;
p[3][0xaa]=0x13b00;
p[3][0xab]=0x15fea0;
p[3][0xae]=0x15fea0;
p[3][0xaf]=0x2071aa0;
p[3][0xb8]=0x1c1e3e0;
p[3][0xba]=0x15fea0;
p[3][0xbb]=0x20e0680;
p[3][0xbe]=0x2071aa0;
p[3][0xbf]=0x35fa8c70;
p[3][0xe0]=0x21753750;
p[3][0xe2]=0x1c1e3e0;
p[3][0xe3]=0x2c2a15d0;
p[3][0xe8]=0x1c1e3e0;
p[3][0xea]=0x15fea0;
p[3][0xeb]=0x2071aa0;
p[3][0xee]=0x20e0680;
p[3][0xef]=0x35fa8c70;
p[3][0xf8]=0x2c2a15d0;
p[3][0xfa]=0x2071aa0;
p[3][0xfb]=0x35fa8c70;
p[3][0xfe]=0x35fa8c70;
p[3][0xff]=0x2f5c376d;
p[4][0x0]=0x251b38f4;
p[4][0x2]=0x60be07c;
p[4][0x8]=0x60be07c;
p[4][0xa]=0x1fe17edd;
p[4][0xe]=0x36352b86;
p[4][0x20]=0x60be07c;
p[4][0x22]=0x1fe17edd;
p[4][0x28]=0x1fe17edd;
p[4][0x2a]=0x13f34c8f;
p[4][0x2e]=0x17d2de7e;
p[4][0x38]=0x36352b86;
p[4][0x3a]=0x17d2de7e;
p[4][0x3e]=0xf6363fe;
p[4][0x80]=0x60be07c;
p[4][0x82]=0x1fe17edd;
p[4][0x88]=0x1fe17edd;
p[4][0x8a]=0x13f34c8f;
p[4][0x8e]=0x17d2de7e;
p[4][0xa0]=0x1fe17edd;
p[4][0xa2]=0x13f34c8f;
p[4][0xa8]=0x13f34c8f;
p[4][0xaa]=0xda06100;
p[4][0xae]=0x6bd9c08;
p[4][0xb8]=0x17d2de7e;
p[4][0xba]=0x6bd9c08;
p[4][0xbe]=0x2032c2f4;
p[4][0xe0]=0x36352b86;
p[4][0xe2]=0x17d2de7e;
p[4][0xe8]=0x17d2de7e;
p[4][0xea]=0x6bd9c08;
p[4][0xee]=0xfc43e1f;
p[4][0xf8]=0xf6363fe;
p[4][0xfa]=0x2032c2f4;
p[4][0xfe]=0x8cc1df2;
p[4][0x200]=0x60be07c;
p[4][0x202]=0x1fe17edd;
p[4][0x203]=0x36352b86;
p[4][0x208]=0x1fe17edd;
p[4][0x20a]=0x13f34c8f;
p[4][0x20b]=0x17d2de7e;
p[4][0x20e]=0x17d2de7e;
p[4][0x20f]=0xf6363fe;
p[4][0x220]=0x1fe17edd;
p[4][0x222]=0x13f34c8f;
p[4][0x223]=0x17d2de7e;
p[4][0x228]=0x13f34c8f;
p[4][0x22a]=0xda06100;
p[4][0x22b]=0x6bd9c08;
p[4][0x22e]=0x6bd9c08;
p[4][0x22f]=0x2032c2f4;
p[4][0x238]=0x17d2de7e;
p[4][0x23a]=0x6bd9c08;
p[4][0x23b]=0xfc43e1f;
p[4][0x23e]=0x2032c2f4;
p[4][0x23f]=0x8cc1df2;
p[4][0x280]=0x1fe17edd;
p[4][0x282]=0x13f34c8f;
p[4][0x283]=0x17d2de7e;
p[4][0x288]=0x13f34c8f;
p[4][0x28a]=0xda06100;
p[4][0x28b]=0x6bd9c08;
p[4][0x28e]=0x6bd9c08;
p[4][0x28f]=0x2032c2f4;
p[4][0x2a0]=0x13f34c8f;
p[4][0x2a2]=0xda06100;
p[4][0x2a3]=0x6bd9c08;
p[4][0x2a8]=0xda06100;
p[4][0x2aa]=0x8a6d80;
p[4][0x2ab]=0xed0eb80;
p[4][0x2ae]=0xed0eb80;
p[4][0x2af]=0x31911608;
p[4][0x2b8]=0x6bd9c08;
p[4][0x2ba]=0xed0eb80;
p[4][0x2bb]=0x3522b588;
p[4][0x2be]=0x31911608;
p[4][0x2bf]=0x39012c3f;
p[4][0x2e0]=0x17d2de7e;
p[4][0x2e2]=0x6bd9c08;
p[4][0x2e3]=0xfc43e1f;
p[4][0x2e8]=0x6bd9c08;
p[4][0x2ea]=0xed0eb80;
p[4][0x2eb]=0x3522b588;
p[4][0x2ee]=0x3522b588;
p[4][0x2ef]=0x18242295;
p[4][0x2f8]=0x2032c2f4;
p[4][0x2fa]=0x31911608;
p[4][0x2fb]=0x18242295;
p[4][0x2fe]=0x39012c3f;
p[4][0x2ff]=0x226f5962;
p[4][0x380]=0x36352b86;
p[4][0x382]=0x17d2de7e;
p[4][0x383]=0xf6363fe;
p[4][0x388]=0x17d2de7e;
p[4][0x38a]=0x6bd9c08;
p[4][0x38b]=0x2032c2f4;
p[4][0x38e]=0xfc43e1f;
p[4][0x38f]=0x8cc1df2;
p[4][0x3a0]=0x17d2de7e;
p[4][0x3a2]=0x6bd9c08;
p[4][0x3a3]=0x2032c2f4;
p[4][0x3a8]=0x6bd9c08;
p[4][0x3aa]=0xed0eb80;
p[4][0x3ab]=0x31911608;
p[4][0x3ae]=0x3522b588;
p[4][0x3af]=0x39012c3f;
p[4][0x3b8]=0xfc43e1f;
p[4][0x3ba]=0x3522b588;
p[4][0x3bb]=0x18242295;
p[4][0x3be]=0x18242295;
p[4][0x3bf]=0x226f5962;
p[4][0x3e0]=0xf6363fe;
p[4][0x3e2]=0x2032c2f4;
p[4][0x3e3]=0x8cc1df2;
p[4][0x3e8]=0x2032c2f4;
p[4][0x3ea]=0x31911608;
p[4][0x3eb]=0x39012c3f;
p[4][0x3ee]=0x18242295;
p[4][0x3ef]=0x226f5962;
p[4][0x3f8]=0x8cc1df2;
p[4][0x3fa]=0x39012c3f;
p[4][0x3fb]=0x226f5962;
p[4][0x3fe]=0x226f5962;
p[4][0x3ff]=0x2fda1cd7;
p[5][0x0]=0xc9fdeca;
p[5][0x2]=0x37eba07e;
p[5][0x8]=0x37eba07e;
p[5][0xa]=0x25c83fd5;
p[5][0xe]=0x27dd13d2;
p[5][0x20]=0x37eba07e;
p[5][0x22]=0x25c83fd5;
p[5][0x28]=0x25c83fd5;
p[5][0x2a]=0x1b7f5a2;
p[5][0x2e]=0x3a10afa5;
p[5][0x38]=0x27dd13d2;
p[5][0x3a]=0x3a10afa5;
p[5][0x3e]=0x2999ec24;
p[5][0x80]=0x37eba07e;
p[5][0x82]=0x25c83fd5;
p[5][0x88]=0x25c83fd5;
p[5][0x8a]=0x1b7f5a2;
p[5][0x8e]=0x3a10afa5;
p[5][0xa0]=0x25c83fd5;
p[5][0xa2]=0x1b7f5a2;
p[5][0xa8]=0x1b7f5a2;
p[5][0xaa]=0x3b22cd48;
p[5][0xae]=0xf8cc3b5;
p[5][0xb8]=0x3a10afa5;
p[5][0xba]=0xf8cc3b5;
p[5][0xbe]=0x2de8e523;
p[5][0xe0]=0x27dd13d2;
p[5][0xe2]=0x3a10afa5;
p[5][0xe8]=0x3a10afa5;
p[5][0xea]=0xf8cc3b5;
p[5][0xee]=0x12be556e;
p[5][0xf8]=0x2999ec24;
p[5][0xfa]=0x2de8e523;
p[5][0xfe]=0x1875f6d;
p[5][0x200]=0x37eba07e;
p[5][0x202]=0x25c83fd5;
p[5][0x208]=0x25c83fd5;
p[5][0x20a]=0x1b7f5a2;
p[5][0x20e]=0x3a10afa5;
p[5][0x220]=0x25c83fd5;
p[5][0x222]=0x1b7f5a2;
p[5][0x228]=0x1b7f5a2;
p[5][0x22a]=0x3b22cd48;
p[5][0x22e]=0xf8cc3b5;
p[5][0x238]=0x3a10afa5;
p[5][0x23a]=0xf8cc3b5;
p[5][0x23e]=0x2de8e523;
p[5][0x280]=0x25c83fd5;
p[5][0x282]=0x1b7f5a2;
p[5][0x288]=0x1b7f5a2;
p[5][0x28a]=0x3b22cd48;
p[5][0x28e]=0xf8cc3b5;
p[5][0x2a0]=0x1b7f5a2;
p[5][0x2a2]=0x3b22cd48;
p[5][0x2a8]=0x3b22cd48;
p[5][0x2aa]=0x30467d94;
p[5][0x2ae]=0x1ae84bcc;
p[5][0x2b8]=0xf8cc3b5;
p[5][0x2ba]=0x1ae84bcc;
p[5][0x2be]=0x271603aa;
p[5][0x2e0]=0x3a10afa5;
p[5][0x2e2]=0xf8cc3b5;
p[5][0x2e8]=0xf8cc3b5;
p[5][0x2ea]=0x1ae84bcc;
p[5][0x2ee]=0x1d6191c8;
p[5][0x2f8]=0x2de8e523;
p[5][0x2fa]=0x271603aa;
p[5][0x2fe]=0x150e04f;
p[5][0x380]=0x27dd13d2;
p[5][0x382]=0x3a10afa5;
p[5][0x388]=0x3a10afa5;
p[5][0x38a]=0xf8cc3b5;
p[5][0x38e]=0x12be556e;
p[5][0x3a0]=0x3a10afa5;
p[5][0x3a2]=0xf8cc3b5;
p[5][0x3a8]=0xf8cc3b5;
p[5][0x3aa]=0x1ae84bcc;
p[5][0x3ae]=0x1d6191c8;
p[5][0x3b8]=0x12be556e;
p[5][0x3ba]=0x1d6191c8;
p[5][0x3be]=0x6968aec;
p[5][0x3e0]=0x2999ec24;
p[5][0x3e2]=0x2de8e523;
p[5][0x3e8]=0x2de8e523;
p[5][0x3ea]=0x271603aa;
p[5][0x3ee]=0x6968aec;
p[5][0x3f8]=0x1875f6d;
p[5][0x3fa]=0x150e04f;
p[5][0x3fe]=0x26db01bb;
p[5][0x800]=0x37eba07e;
p[5][0x802]=0x25c83fd5;
p[5][0x803]=0x27dd13d2;
p[5][0x808]=0x25c83fd5;
p[5][0x80a]=0x1b7f5a2;
p[5][0x80b]=0x3a10afa5;
p[5][0x80e]=0x3a10afa5;
p[5][0x80f]=0x2999ec24;
p[5][0x820]=0x25c83fd5;
p[5][0x822]=0x1b7f5a2;
p[5][0x823]=0x3a10afa5;
p[5][0x828]=0x1b7f5a2;
p[5][0x82a]=0x3b22cd48;
p[5][0x82b]=0xf8cc3b5;
p[5][0x82e]=0xf8cc3b5;
p[5][0x82f]=0x2de8e523;
p[5][0x838]=0x3a10afa5;
p[5][0x83a]=0xf8cc3b5;
p[5][0x83b]=0x12be556e;
p[5][0x83e]=0x2de8e523;
p[5][0x83f]=0x1875f6d;
p[5][0x880]=0x25c83fd5;
p[5][0x882]=0x1b7f5a2;
p[5][0x883]=0x3a10afa5;
p[5][0x888]=0x1b7f5a2;
p[5][0x88a]=0x3b22cd48;
p[5][0x88b]=0xf8cc3b5;
p[5][0x88e]=0xf8cc3b5;
p[5][0x88f]=0x2de8e523;
p[5][0x8a0]=0x1b7f5a2;
p[5][0x8a2]=0x3b22cd48;
p[5][0x8a3]=0xf8cc3b5;
p[5][0x8a8]=0x3b22cd48;
p[5][0x8aa]=0x30467d94;
p[5][0x8ab]=0x1ae84bcc;
p[5][0x8ae]=0x1ae84bcc;
p[5][0x8af]=0x271603aa;
p[5][0x8b8]=0xf8cc3b5;
p[5][0x8ba]=0x1ae84bcc;
p[5][0x8bb]=0x1d6191c8;
p[5][0x8be]=0x271603aa;
p[5][0x8bf]=0x150e04f;
p[5][0x8e0]=0x3a10afa5;
p[5][0x8e2]=0xf8cc3b5;
p[5][0x8e3]=0x12be556e;
p[5][0x8e8]=0xf8cc3b5;
p[5][0x8ea]=0x1ae84bcc;
p[5][0x8eb]=0x1d6191c8;
p[5][0x8ee]=0x1d6191c8;
p[5][0x8ef]=0x6968aec;
p[5][0x8f8]=0x2de8e523;
p[5][0x8fa]=0x271603aa;
p[5][0x8fb]=0x6968aec;
p[5][0x8fe]=0x150e04f;
p[5][0x8ff]=0x26db01bb;
p[5][0xa00]=0x25c83fd5;
p[5][0xa02]=0x1b7f5a2;
p[5][0xa03]=0x3a10afa5;
p[5][0xa08]=0x1b7f5a2;
p[5][0xa0a]=0x3b22cd48;
p[5][0xa0b]=0xf8cc3b5;
p[5][0xa0e]=0xf8cc3b5;
p[5][0xa0f]=0x2de8e523;
p[5][0xa20]=0x1b7f5a2;
p[5][0xa22]=0x3b22cd48;
p[5][0xa23]=0xf8cc3b5;
p[5][0xa28]=0x3b22cd48;
p[5][0xa2a]=0x30467d94;
p[5][0xa2b]=0x1ae84bcc;
p[5][0xa2e]=0x1ae84bcc;
p[5][0xa2f]=0x271603aa;
p[5][0xa38]=0xf8cc3b5;
p[5][0xa3a]=0x1ae84bcc;
p[5][0xa3b]=0x1d6191c8;
p[5][0xa3e]=0x271603aa;
p[5][0xa3f]=0x150e04f;
p[5][0xa80]=0x1b7f5a2;
p[5][0xa82]=0x3b22cd48;
p[5][0xa83]=0xf8cc3b5;
p[5][0xa88]=0x3b22cd48;
p[5][0xa8a]=0x30467d94;
p[5][0xa8b]=0x1ae84bcc;
p[5][0xa8e]=0x1ae84bcc;
p[5][0xa8f]=0x271603aa;
p[5][0xaa0]=0x3b22cd48;
p[5][0xaa2]=0x30467d94;
p[5][0xaa3]=0x1ae84bcc;
p[5][0xaa8]=0x30467d94;
p[5][0xaaa]=0x1a0c29f9;
p[5][0xaab]=0x370a857f;
p[5][0xaae]=0x370a857f;
p[5][0xaaf]=0xcd139d;
p[5][0xab8]=0x1ae84bcc;
p[5][0xaba]=0x370a857f;
p[5][0xabb]=0x36489457;
p[5][0xabe]=0xcd139d;
p[5][0xabf]=0xcb8eb7a;
p[5][0xae0]=0xf8cc3b5;
p[5][0xae2]=0x1ae84bcc;
p[5][0xae3]=0x1d6191c8;
p[5][0xae8]=0x1ae84bcc;
p[5][0xaea]=0x370a857f;
p[5][0xaeb]=0x36489457;
p[5][0xaee]=0x36489457;
p[5][0xaef]=0x34ead1bd;
p[5][0xaf8]=0x271603aa;
p[5][0xafa]=0xcd139d;
p[5][0xafb]=0x34ead1bd;
p[5][0xafe]=0xcb8eb7a;
p[5][0xaff]=0x2b7e3537;
p[5][0xb80]=0x3a10afa5;
p[5][0xb82]=0xf8cc3b5;
p[5][0xb83]=0x12be556e;
p[5][0xb88]=0xf8cc3b5;
p[5][0xb8a]=0x1ae84bcc;
p[5][0xb8b]=0x1d6191c8;
p[5][0xb8e]=0x1d6191c8;
p[5][0xb8f]=0x6968aec;
p[5][0xba0]=0xf8cc3b5;
p[5][0xba2]=0x1ae84bcc;
p[5][0xba3]=0x1d6191c8;
p[5][0xba8]=0x1ae84bcc;
p[5][0xbaa]=0x370a857f;
p[5][0xbab]=0x36489457;
p[5][0xbae]=0x36489457;
p[5][0xbaf]=0x34ead1bd;
p[5][0xbb8]=0x1d6191c8;
p[5][0xbba]=0x36489457;
p[5][0xbbb]=0x2b365fdb;
p[5][0xbbe]=0x34ead1bd;
p[5][0xbbf]=0x1599501f;
p[5][0xbe0]=0x2de8e523;
p[5][0xbe2]=0x271603aa;
p[5][0xbe3]=0x6968aec;
p[5][0xbe8]=0x271603aa;
p[5][0xbea]=0xcd139d;
p[5][0xbeb]=0x34ead1bd;
p[5][0xbee]=0x34ead1bd;
p[5][0xbef]=0x36098a71;
p[5][0xbf8]=0x150e04f;
p[5][0xbfa]=0xcb8eb7a;
p[5][0xbfb]=0x1599501f;
p[5][0xbfe]=0x2b7e3537;
p[5][0xbff]=0x225f3f00;
p[5][0xe00]=0x27dd13d2;
p[5][0xe02]=0x3a10afa5;
p[5][0xe03]=0x2999ec24;
p[5][0xe08]=0x3a10afa5;
p[5][0xe0a]=0xf8cc3b5;
p[5][0xe0b]=0x2de8e523;
p[5][0xe0e]=0x12be556e;
p[5][0xe0f]=0x1875f6d;
p[5][0xe20]=0x3a10afa5;
p[5][0xe22]=0xf8cc3b5;
p[5][0xe23]=0x2de8e523;
p[5][0xe28]=0xf8cc3b5;
p[5][0xe2a]=0x1ae84bcc;
p[5][0xe2b]=0x271603aa;
p[5][0xe2e]=0x1d6191c8;
p[5][0xe2f]=0x150e04f;
p[5][0xe38]=0x12be556e;
p[5][0xe3a]=0x1d6191c8;
p[5][0xe3b]=0x6968aec;
p[5][0xe3e]=0x6968aec;
p[5][0xe3f]=0x26db01bb;
p[5][0xe80]=0x3a10afa5;
p[5][0xe82]=0xf8cc3b5;
p[5][0xe83]=0x2de8e523;
p[5][0xe88]=0xf8cc3b5;
p[5][0xe8a]=0x1ae84bcc;
p[5][0xe8b]=0x271603aa;
p[5][0xe8e]=0x1d6191c8;
p[5][0xe8f]=0x150e04f;
p[5][0xea0]=0xf8cc3b5;
p[5][0xea2]=0x1ae84bcc;
p[5][0xea3]=0x271603aa;
p[5][0xea8]=0x1ae84bcc;
p[5][0xeaa]=0x370a857f;
p[5][0xeab]=0xcd139d;
p[5][0xeae]=0x36489457;
p[5][0xeaf]=0xcb8eb7a;
p[5][0xeb8]=0x1d6191c8;
p[5][0xeba]=0x36489457;
p[5][0xebb]=0x34ead1bd;
p[5][0xebe]=0x34ead1bd;
p[5][0xebf]=0x2b7e3537;
p[5][0xee0]=0x12be556e;
p[5][0xee2]=0x1d6191c8;
p[5][0xee3]=0x6968aec;
p[5][0xee8]=0x1d6191c8;
p[5][0xeea]=0x36489457;
p[5][0xeeb]=0x34ead1bd;
p[5][0xeee]=0x2b365fdb;
p[5][0xeef]=0x1599501f;
p[5][0xef8]=0x6968aec;
p[5][0xefa]=0x34ead1bd;
p[5][0xefb]=0x36098a71;
p[5][0xefe]=0x1599501f;
p[5][0xeff]=0x225f3f00;
p[5][0xf80]=0x2999ec24;
p[5][0xf82]=0x2de8e523;
p[5][0xf83]=0x1875f6d;
p[5][0xf88]=0x2de8e523;
p[5][0xf8a]=0x271603aa;
p[5][0xf8b]=0x150e04f;
p[5][0xf8e]=0x6968aec;
p[5][0xf8f]=0x26db01bb;
p[5][0xfa0]=0x2de8e523;
p[5][0xfa2]=0x271603aa;
p[5][0xfa3]=0x150e04f;
p[5][0xfa8]=0x271603aa;
p[5][0xfaa]=0xcd139d;
p[5][0xfab]=0xcb8eb7a;
p[5][0xfae]=0x34ead1bd;
p[5][0xfaf]=0x2b7e3537;
p[5][0xfb8]=0x6968aec;
p[5][0xfba]=0x34ead1bd;
p[5][0xfbb]=0x1599501f;
p[5][0xfbe]=0x36098a71;
p[5][0xfbf]=0x225f3f00;
p[5][0xfe0]=0x1875f6d;
p[5][0xfe2]=0x150e04f;
p[5][0xfe3]=0x26db01bb;
p[5][0xfe8]=0x150e04f;
p[5][0xfea]=0xcb8eb7a;
p[5][0xfeb]=0x2b7e3537;
p[5][0xfee]=0x1599501f;
p[5][0xfef]=0x225f3f00;
p[5][0xff8]=0x26db01bb;
p[5][0xffa]=0x2b7e3537;
p[5][0xffb]=0x225f3f00;
p[5][0xffe]=0x225f3f00;
p[5][0xfff]=0x1330d6dd;
p[6][0x0]=0x2377f8d6;
p[6][0x2]=0x18b9c992;
p[6][0x8]=0x18b9c992;
p[6][0xa]=0x3379b447;
p[6][0xe]=0x2f34eb5b;
p[6][0x20]=0x18b9c992;
p[6][0x22]=0x3379b447;
p[6][0x28]=0x3379b447;
p[6][0x2a]=0x2d86555a;
p[6][0x2e]=0x20f2fc07;
p[6][0x38]=0x2f34eb5b;
p[6][0x3a]=0x20f2fc07;
p[6][0x3e]=0x208008f;
p[6][0x80]=0x18b9c992;
p[6][0x82]=0x3379b447;
p[6][0x88]=0x3379b447;
p[6][0x8a]=0x2d86555a;
p[6][0x8e]=0x20f2fc07;
p[6][0xa0]=0x3379b447;
p[6][0xa2]=0x2d86555a;
p[6][0xa8]=0x2d86555a;
p[6][0xaa]=0x369c61a1;
p[6][0xae]=0x28e6ecb1;
p[6][0xb8]=0x20f2fc07;
p[6][0xba]=0x28e6ecb1;
p[6][0xbe]=0xa0b9e65;
p[6][0xe0]=0x2f34eb5b;
p[6][0xe2]=0x20f2fc07;
p[6][0xe8]=0x20f2fc07;
p[6][0xea]=0x28e6ecb1;
p[6][0xee]=0xe6c43c7;
p[6][0xf8]=0x208008f;
p[6][0xfa]=0xa0b9e65;
p[6][0xfe]=0x8689d3c;
p[6][0x200]=0x18b9c992;
p[6][0x202]=0x3379b447;
p[6][0x208]=0x3379b447;
p[6][0x20a]=0x2d86555a;
p[6][0x20e]=0x20f2fc07;
p[6][0x220]=0x3379b447;
p[6][0x222]=0x2d86555a;
p[6][0x228]=0x2d86555a;
p[6][0x22a]=0x369c61a1;
p[6][0x22e]=0x28e6ecb1;
p[6][0x238]=0x20f2fc07;
p[6][0x23a]=0x28e6ecb1;
p[6][0x23e]=0xa0b9e65;
p[6][0x280]=0x3379b447;
p[6][0x282]=0x2d86555a;
p[6][0x288]=0x2d86555a;
p[6][0x28a]=0x369c61a1;
p[6][0x28e]=0x28e6ecb1;
p[6][0x2a0]=0x2d86555a;
p[6][0x2a2]=0x369c61a1;
p[6][0x2a8]=0x369c61a1;
p[6][0x2aa]=0x2437395e;
p[6][0x2ae]=0x10888cd3;
p[6][0x2b8]=0x28e6ecb1;
p[6][0x2ba]=0x10888cd3;
p[6][0x2be]=0x2fda4df9;
p[6][0x2e0]=0x20f2fc07;
p[6][0x2e2]=0x28e6ecb1;
p[6][0x2e8]=0x28e6ecb1;
p[6][0x2ea]=0x10888cd3;
p[6][0x2ee]=0x24478408;
p[6][0x2f8]=0xa0b9e65;
p[6][0x2fa]=0x2fda4df9;
p[6][0x2fe]=0x2a5e6568;
p[6][0x380]=0x2f34eb5b;
p[6][0x382]=0x20f2fc07;
p[6][0x388]=0x20f2fc07;
p[6][0x38a]=0x28e6ecb1;
p[6][0x38e]=0xe6c43c7;
p[6][0x3a0]=0x20f2fc07;
p[6][0x3a2]=0x28e6ecb1;
p[6][0x3a8]=0x28e6ecb1;
p[6][0x3aa]=0x10888cd3;
p[6][0x3ae]=0x24478408;
p[6][0x3b8]=0xe6c43c7;
p[6][0x3ba]=0x24478408;
p[6][0x3be]=0x331fb02c;
p[6][0x3e0]=0x208008f;
p[6][0x3e2]=0xa0b9e65;
p[6][0x3e8]=0xa0b9e65;
p[6][0x3ea]=0x2fda4df9;
p[6][0x3ee]=0x331fb02c;
p[6][0x3f8]=0x8689d3c;
p[6][0x3fa]=0x2a5e6568;
p[6][0x3fe]=0x6bbf75b;
p[6][0x800]=0x18b9c992;
p[6][0x802]=0x3379b447;
p[6][0x808]=0x3379b447;
p[6][0x80a]=0x2d86555a;
p[6][0x80e]=0x20f2fc07;
p[6][0x820]=0x3379b447;
p[6][0x822]=0x2d86555a;
p[6][0x828]=0x2d86555a;
p[6][0x82a]=0x369c61a1;
p[6][0x82e]=0x28e6ecb1;
p[6][0x838]=0x20f2fc07;
p[6][0x83a]=0x28e6ecb1;
p[6][0x83e]=0xa0b9e65;
p[6][0x880]=0x3379b447;
p[6][0x882]=0x2d86555a;
p[6][0x888]=0x2d86555a;
p[6][0x88a]=0x369c61a1;
p[6][0x88e]=0x28e6ecb1;
p[6][0x8a0]=0x2d86555a;
p[6][0x8a2]=0x369c61a1;
p[6][0x8a8]=0x369c61a1;
p[6][0x8aa]=0x2437395e;
p[6][0x8ae]=0x10888cd3;
p[6][0x8b8]=0x28e6ecb1;
p[6][0x8ba]=0x10888cd3;
p[6][0x8be]=0x2fda4df9;
p[6][0x8e0]=0x20f2fc07;
p[6][0x8e2]=0x28e6ecb1;
p[6][0x8e8]=0x28e6ecb1;
p[6][0x8ea]=0x10888cd3;
p[6][0x8ee]=0x24478408;
p[6][0x8f8]=0xa0b9e65;
p[6][0x8fa]=0x2fda4df9;
p[6][0x8fe]=0x2a5e6568;
p[6][0xa00]=0x3379b447;
p[6][0xa02]=0x2d86555a;
p[6][0xa08]=0x2d86555a;
p[6][0xa0a]=0x369c61a1;
p[6][0xa0e]=0x28e6ecb1;
p[6][0xa20]=0x2d86555a;
p[6][0xa22]=0x369c61a1;
p[6][0xa28]=0x369c61a1;
p[6][0xa2a]=0x2437395e;
p[6][0xa2e]=0x10888cd3;
p[6][0xa38]=0x28e6ecb1;
p[6][0xa3a]=0x10888cd3;
p[6][0xa3e]=0x2fda4df9;
p[6][0xa80]=0x2d86555a;
p[6][0xa82]=0x369c61a1;
p[6][0xa88]=0x369c61a1;
p[6][0xa8a]=0x2437395e;
p[6][0xa8e]=0x10888cd3;
p[6][0xaa0]=0x369c61a1;
p[6][0xaa2]=0x2437395e;
p[6][0xaa8]=0x2437395e;
p[6][0xaaa]=0x16994677;
p[6][0xaae]=0x1fefa7a3;
p[6][0xab8]=0x10888cd3;
p[6][0xaba]=0x1fefa7a3;
p[6][0xabe]=0x1b842cd2;
p[6][0xae0]=0x28e6ecb1;
p[6][0xae2]=0x10888cd3;
p[6][0xae8]=0x10888cd3;
p[6][0xaea]=0x1fefa7a3;
p[6][0xaee]=0x260f820c;
p[6][0xaf8]=0x2fda4df9;
p[6][0xafa]=0x1b842cd2;
p[6][0xafe]=0x6c5af2b;
p[6][0xb80]=0x20f2fc07;
p[6][0xb82]=0x28e6ecb1;
p[6][0xb88]=0x28e6ecb1;
p[6][0xb8a]=0x10888cd3;
p[6][0xb8e]=0x24478408;
p[6][0xba0]=0x28e6ecb1;
p[6][0xba2]=0x10888cd3;
p[6][0xba8]=0x10888cd3;
p[6][0xbaa]=0x1fefa7a3;
p[6][0xbae]=0x260f820c;
p[6][0xbb8]=0x24478408;
p[6][0xbba]=0x260f820c;
p[6][0xbbe]=0x2b3ae550;
p[6][0xbe0]=0xa0b9e65;
p[6][0xbe2]=0x2fda4df9;
p[6][0xbe8]=0x2fda4df9;
p[6][0xbea]=0x1b842cd2;
p[6][0xbee]=0x2b3ae550;
p[6][0xbf8]=0x2a5e6568;
p[6][0xbfa]=0x6c5af2b;
p[6][0xbfe]=0xab5bd02;
p[6][0xe00]=0x2f34eb5b;
p[6][0xe02]=0x20f2fc07;
p[6][0xe08]=0x20f2fc07;
p[6][0xe0a]=0x28e6ecb1;
p[6][0xe0e]=0xe6c43c7;
p[6][0xe20]=0x20f2fc07;
p[6][0xe22]=0x28e6ecb1;
p[6][0xe28]=0x28e6ecb1;
p[6][0xe2a]=0x10888cd3;
p[6][0xe2e]=0x24478408;
p[6][0xe38]=0xe6c43c7;
p[6][0xe3a]=0x24478408;
p[6][0xe3e]=0x331fb02c;
p[6][0xe80]=0x20f2fc07;
p[6][0xe82]=0x28e6ecb1;
p[6][0xe88]=0x28e6ecb1;
p[6][0xe8a]=0x10888cd3;
p[6][0xe8e]=0x24478408;
p[6][0xea0]=0x28e6ecb1;
p[6][0xea2]=0x10888cd3;
p[6][0xea8]=0x10888cd3;
p[6][0xeaa]=0x1fefa7a3;
p[6][0xeae]=0x260f820c;
p[6][0xeb8]=0x24478408;
p[6][0xeba]=0x260f820c;
p[6][0xebe]=0x2b3ae550;
p[6][0xee0]=0xe6c43c7;
p[6][0xee2]=0x24478408;
p[6][0xee8]=0x24478408;
p[6][0xeea]=0x260f820c;
p[6][0xeee]=0x1fa81b5f;
p[6][0xef8]=0x331fb02c;
p[6][0xefa]=0x2b3ae550;
p[6][0xefe]=0x17d7ad28;
p[6][0xf80]=0x208008f;
p[6][0xf82]=0xa0b9e65;
p[6][0xf88]=0xa0b9e65;
p[6][0xf8a]=0x2fda4df9;
p[6][0xf8e]=0x331fb02c;
p[6][0xfa0]=0xa0b9e65;
p[6][0xfa2]=0x2fda4df9;
p[6][0xfa8]=0x2fda4df9;
p[6][0xfaa]=0x1b842cd2;
p[6][0xfae]=0x2b3ae550;
p[6][0xfb8]=0x331fb02c;
p[6][0xfba]=0x2b3ae550;
p[6][0xfbe]=0x1c38528a;
p[6][0xfe0]=0x8689d3c;
p[6][0xfe2]=0x2a5e6568;
p[6][0xfe8]=0x2a5e6568;
p[6][0xfea]=0x6c5af2b;
p[6][0xfee]=0x17d7ad28;
p[6][0xff8]=0x6bbf75b;
p[6][0xffa]=0xab5bd02;
p[6][0xffe]=0x389cd8f3;
p[6][0x2000]=0x18b9c992;
p[6][0x2002]=0x3379b447;
p[6][0x2003]=0x2f34eb5b;
p[6][0x2008]=0x3379b447;
p[6][0x200a]=0x2d86555a;
p[6][0x200b]=0x20f2fc07;
p[6][0x200e]=0x20f2fc07;
p[6][0x200f]=0x208008f;
p[6][0x2020]=0x3379b447;
p[6][0x2022]=0x2d86555a;
p[6][0x2023]=0x20f2fc07;
p[6][0x2028]=0x2d86555a;
p[6][0x202a]=0x369c61a1;
p[6][0x202b]=0x28e6ecb1;
p[6][0x202e]=0x28e6ecb1;
p[6][0x202f]=0xa0b9e65;
p[6][0x2038]=0x20f2fc07;
p[6][0x203a]=0x28e6ecb1;
p[6][0x203b]=0xe6c43c7;
p[6][0x203e]=0xa0b9e65;
p[6][0x203f]=0x8689d3c;
p[6][0x2080]=0x3379b447;
p[6][0x2082]=0x2d86555a;
p[6][0x2083]=0x20f2fc07;
p[6][0x2088]=0x2d86555a;
p[6][0x208a]=0x369c61a1;
p[6][0x208b]=0x28e6ecb1;
p[6][0x208e]=0x28e6ecb1;
p[6][0x208f]=0xa0b9e65;
p[6][0x20a0]=0x2d86555a;
p[6][0x20a2]=0x369c61a1;
p[6][0x20a3]=0x28e6ecb1;
p[6][0x20a8]=0x369c61a1;
p[6][0x20aa]=0x2437395e;
p[6][0x20ab]=0x10888cd3;
p[6][0x20ae]=0x10888cd3;
p[6][0x20af]=0x2fda4df9;
p[6][0x20b8]=0x28e6ecb1;
p[6][0x20ba]=0x10888cd3;
p[6][0x20bb]=0x24478408;
p[6][0x20be]=0x2fda4df9;
p[6][0x20bf]=0x2a5e6568;
p[6][0x20e0]=0x20f2fc07;
p[6][0x20e2]=0x28e6ecb1;
p[6][0x20e3]=0xe6c43c7;
p[6][0x20e8]=0x28e6ecb1;
p[6][0x20ea]=0x10888cd3;
p[6][0x20eb]=0x24478408;
p[6][0x20ee]=0x24478408;
p[6][0x20ef]=0x331fb02c;
p[6][0x20f8]=0xa0b9e65;
p[6][0x20fa]=0x2fda4df9;
p[6][0x20fb]=0x331fb02c;
p[6][0x20fe]=0x2a5e6568;
p[6][0x20ff]=0x6bbf75b;
p[6][0x2200]=0x3379b447;
p[6][0x2202]=0x2d86555a;
p[6][0x2203]=0x20f2fc07;
p[6][0x2208]=0x2d86555a;
p[6][0x220a]=0x369c61a1;
p[6][0x220b]=0x28e6ecb1;
p[6][0x220e]=0x28e6ecb1;
p[6][0x220f]=0xa0b9e65;
p[6][0x2220]=0x2d86555a;
p[6][0x2222]=0x369c61a1;
p[6][0x2223]=0x28e6ecb1;
p[6][0x2228]=0x369c61a1;
p[6][0x222a]=0x2437395e;
p[6][0x222b]=0x10888cd3;
p[6][0x222e]=0x10888cd3;
p[6][0x222f]=0x2fda4df9;
p[6][0x2238]=0x28e6ecb1;
p[6][0x223a]=0x10888cd3;
p[6][0x223b]=0x24478408;
p[6][0x223e]=0x2fda4df9;
p[6][0x223f]=0x2a5e6568;
p[6][0x2280]=0x2d86555a;
p[6][0x2282]=0x369c61a1;
p[6][0x2283]=0x28e6ecb1;
p[6][0x2288]=0x369c61a1;
p[6][0x228a]=0x2437395e;
p[6][0x228b]=0x10888cd3;
p[6][0x228e]=0x10888cd3;
p[6][0x228f]=0x2fda4df9;
p[6][0x22a0]=0x369c61a1;
p[6][0x22a2]=0x2437395e;
p[6][0x22a3]=0x10888cd3;
p[6][0x22a8]=0x2437395e;
p[6][0x22aa]=0x16994677;
p[6][0x22ab]=0x1fefa7a3;
p[6][0x22ae]=0x1fefa7a3;
p[6][0x22af]=0x1b842cd2;
p[6][0x22b8]=0x10888cd3;
p[6][0x22ba]=0x1fefa7a3;
p[6][0x22bb]=0x260f820c;
p[6][0x22be]=0x1b842cd2;
p[6][0x22bf]=0x6c5af2b;
p[6][0x22e0]=0x28e6ecb1;
p[6][0x22e2]=0x10888cd3;
p[6][0x22e3]=0x24478408;
p[6][0x22e8]=0x10888cd3;
p[6][0x22ea]=0x1fefa7a3;
p[6][0x22eb]=0x260f820c;
p[6][0x22ee]=0x260f820c;
p[6][0x22ef]=0x2b3ae550;
p[6][0x22f8]=0x2fda4df9;
p[6][0x22fa]=0x1b842cd2;
p[6][0x22fb]=0x2b3ae550;
p[6][0x22fe]=0x6c5af2b;
p[6][0x22ff]=0xab5bd02;
p[6][0x2380]=0x20f2fc07;
p[6][0x2382]=0x28e6ecb1;
p[6][0x2383]=0xe6c43c7;
p[6][0x2388]=0x28e6ecb1;
p[6][0x238a]=0x10888cd3;
p[6][0x238b]=0x24478408;
p[6][0x238e]=0x24478408;
p[6][0x238f]=0x331fb02c;
p[6][0x23a0]=0x28e6ecb1;
p[6][0x23a2]=0x10888cd3;
p[6][0x23a3]=0x24478408;
p[6][0x23a8]=0x10888cd3;
p[6][0x23aa]=0x1fefa7a3;
p[6][0x23ab]=0x260f820c;
p[6][0x23ae]=0x260f820c;
p[6][0x23af]=0x2b3ae550;
p[6][0x23b8]=0x24478408;
p[6][0x23ba]=0x260f820c;
p[6][0x23bb]=0x1fa81b5f;
p[6][0x23be]=0x2b3ae550;
p[6][0x23bf]=0x17d7ad28;
p[6][0x23e0]=0xa0b9e65;
p[6][0x23e2]=0x2fda4df9;
p[6][0x23e3]=0x331fb02c;
p[6][0x23e8]=0x2fda4df9;
p[6][0x23ea]=0x1b842cd2;
p[6][0x23eb]=0x2b3ae550;
p[6][0x23ee]=0x2b3ae550;
p[6][0x23ef]=0x1c38528a;
p[6][0x23f8]=0x2a5e6568;
p[6][0x23fa]=0x6c5af2b;
p[6][0x23fb]=0x17d7ad28;
p[6][0x23fe]=0xab5bd02;
p[6][0x23ff]=0x389cd8f3;
p[6][0x2800]=0x3379b447;
p[6][0x2802]=0x2d86555a;
p[6][0x2803]=0x20f2fc07;
p[6][0x2808]=0x2d86555a;
p[6][0x280a]=0x369c61a1;
p[6][0x280b]=0x28e6ecb1;
p[6][0x280e]=0x28e6ecb1;
p[6][0x280f]=0xa0b9e65;
p[6][0x2820]=0x2d86555a;
p[6][0x2822]=0x369c61a1;
p[6][0x2823]=0x28e6ecb1;
p[6][0x2828]=0x369c61a1;
p[6][0x282a]=0x2437395e;
p[6][0x282b]=0x10888cd3;
p[6][0x282e]=0x10888cd3;
p[6][0x282f]=0x2fda4df9;
p[6][0x2838]=0x28e6ecb1;
p[6][0x283a]=0x10888cd3;
p[6][0x283b]=0x24478408;
p[6][0x283e]=0x2fda4df9;
p[6][0x283f]=0x2a5e6568;
p[6][0x2880]=0x2d86555a;
p[6][0x2882]=0x369c61a1;
p[6][0x2883]=0x28e6ecb1;
p[6][0x2888]=0x369c61a1;
p[6][0x288a]=0x2437395e;
p[6][0x288b]=0x10888cd3;
p[6][0x288e]=0x10888cd3;
p[6][0x288f]=0x2fda4df9;
p[6][0x28a0]=0x369c61a1;
p[6][0x28a2]=0x2437395e;
p[6][0x28a3]=0x10888cd3;
p[6][0x28a8]=0x2437395e;
p[6][0x28aa]=0x16994677;
p[6][0x28ab]=0x1fefa7a3;
p[6][0x28ae]=0x1fefa7a3;
p[6][0x28af]=0x1b842cd2;
p[6][0x28b8]=0x10888cd3;
p[6][0x28ba]=0x1fefa7a3;
p[6][0x28bb]=0x260f820c;
p[6][0x28be]=0x1b842cd2;
p[6][0x28bf]=0x6c5af2b;
p[6][0x28e0]=0x28e6ecb1;
p[6][0x28e2]=0x10888cd3;
p[6][0x28e3]=0x24478408;
p[6][0x28e8]=0x10888cd3;
p[6][0x28ea]=0x1fefa7a3;
p[6][0x28eb]=0x260f820c;
p[6][0x28ee]=0x260f820c;
p[6][0x28ef]=0x2b3ae550;
p[6][0x28f8]=0x2fda4df9;
p[6][0x28fa]=0x1b842cd2;
p[6][0x28fb]=0x2b3ae550;
p[6][0x28fe]=0x6c5af2b;
p[6][0x28ff]=0xab5bd02;
p[6][0x2a00]=0x2d86555a;
p[6][0x2a02]=0x369c61a1;
p[6][0x2a03]=0x28e6ecb1;
p[6][0x2a08]=0x369c61a1;
p[6][0x2a0a]=0x2437395e;
p[6][0x2a0b]=0x10888cd3;
p[6][0x2a0e]=0x10888cd3;
p[6][0x2a0f]=0x2fda4df9;
p[6][0x2a20]=0x369c61a1;
p[6][0x2a22]=0x2437395e;
p[6][0x2a23]=0x10888cd3;
p[6][0x2a28]=0x2437395e;
p[6][0x2a2a]=0x16994677;
p[6][0x2a2b]=0x1fefa7a3;
p[6][0x2a2e]=0x1fefa7a3;
p[6][0x2a2f]=0x1b842cd2;
p[6][0x2a38]=0x10888cd3;
p[6][0x2a3a]=0x1fefa7a3;
p[6][0x2a3b]=0x260f820c;
p[6][0x2a3e]=0x1b842cd2;
p[6][0x2a3f]=0x6c5af2b;
p[6][0x2a80]=0x369c61a1;
p[6][0x2a82]=0x2437395e;
p[6][0x2a83]=0x10888cd3;
p[6][0x2a88]=0x2437395e;
p[6][0x2a8a]=0x16994677;
p[6][0x2a8b]=0x1fefa7a3;
p[6][0x2a8e]=0x1fefa7a3;
p[6][0x2a8f]=0x1b842cd2;
p[6][0x2aa0]=0x2437395e;
p[6][0x2aa2]=0x16994677;
p[6][0x2aa3]=0x1fefa7a3;
p[6][0x2aa8]=0x16994677;
p[6][0x2aaa]=0x76459a9;
p[6][0x2aab]=0xce4d495;
p[6][0x2aae]=0xce4d495;
p[6][0x2aaf]=0x6df1369;
p[6][0x2ab8]=0x1fefa7a3;
p[6][0x2aba]=0xce4d495;
p[6][0x2abb]=0x1ba815e8;
p[6][0x2abe]=0x6df1369;
p[6][0x2abf]=0x1bf47797;
p[6][0x2ae0]=0x10888cd3;
p[6][0x2ae2]=0x1fefa7a3;
p[6][0x2ae3]=0x260f820c;
p[6][0x2ae8]=0x1fefa7a3;
p[6][0x2aea]=0xce4d495;
p[6][0x2aeb]=0x1ba815e8;
p[6][0x2aee]=0x1ba815e8;
p[6][0x2aef]=0x310b220b;
p[6][0x2af8]=0x1b842cd2;
p[6][0x2afa]=0x6df1369;
p[6][0x2afb]=0x310b220b;
p[6][0x2afe]=0x1bf47797;
p[6][0x2aff]=0x24dea455;
p[6][0x2b80]=0x28e6ecb1;
p[6][0x2b82]=0x10888cd3;
p[6][0x2b83]=0x24478408;
p[6][0x2b88]=0x10888cd3;
p[6][0x2b8a]=0x1fefa7a3;
p[6][0x2b8b]=0x260f820c;
p[6][0x2b8e]=0x260f820c;
p[6][0x2b8f]=0x2b3ae550;
p[6][0x2ba0]=0x10888cd3;
p[6][0x2ba2]=0x1fefa7a3;
p[6][0x2ba3]=0x260f820c;
p[6][0x2ba8]=0x1fefa7a3;
p[6][0x2baa]=0xce4d495;
p[6][0x2bab]=0x1ba815e8;
p[6][0x2bae]=0x1ba815e8;
p[6][0x2baf]=0x310b220b;
p[6][0x2bb8]=0x260f820c;
p[6][0x2bba]=0x1ba815e8;
p[6][0x2bbb]=0x3b967745;
p[6][0x2bbe]=0x310b220b;
p[6][0x2bbf]=0x2264682;
p[6][0x2be0]=0x2fda4df9;
p[6][0x2be2]=0x1b842cd2;
p[6][0x2be3]=0x2b3ae550;
p[6][0x2be8]=0x1b842cd2;
p[6][0x2bea]=0x6df1369;
p[6][0x2beb]=0x310b220b;
p[6][0x2bee]=0x310b220b;
p[6][0x2bef]=0x322e4698;
p[6][0x2bf8]=0x6c5af2b;
p[6][0x2bfa]=0x1bf47797;
p[6][0x2bfb]=0x2264682;
p[6][0x2bfe]=0x24dea455;
p[6][0x2bff]=0x22473941;
p[6][0x2e00]=0x20f2fc07;
p[6][0x2e02]=0x28e6ecb1;
p[6][0x2e03]=0xe6c43c7;
p[6][0x2e08]=0x28e6ecb1;
p[6][0x2e0a]=0x10888cd3;
p[6][0x2e0b]=0x24478408;
p[6][0x2e0e]=0x24478408;
p[6][0x2e0f]=0x331fb02c;
p[6][0x2e20]=0x28e6ecb1;
p[6][0x2e22]=0x10888cd3;
p[6][0x2e23]=0x24478408;
p[6][0x2e28]=0x10888cd3;
p[6][0x2e2a]=0x1fefa7a3;
p[6][0x2e2b]=0x260f820c;
p[6][0x2e2e]=0x260f820c;
p[6][0x2e2f]=0x2b3ae550;
p[6][0x2e38]=0x24478408;
p[6][0x2e3a]=0x260f820c;
p[6][0x2e3b]=0x1fa81b5f;
p[6][0x2e3e]=0x2b3ae550;
p[6][0x2e3f]=0x17d7ad28;
p[6][0x2e80]=0x28e6ecb1;
p[6][0x2e82]=0x10888cd3;
p[6][0x2e83]=0x24478408;
p[6][0x2e88]=0x10888cd3;
p[6][0x2e8a]=0x1fefa7a3;
p[6][0x2e8b]=0x260f820c;
p[6][0x2e8e]=0x260f820c;
p[6][0x2e8f]=0x2b3ae550;
p[6][0x2ea0]=0x10888cd3;
p[6][0x2ea2]=0x1fefa7a3;
p[6][0x2ea3]=0x260f820c;
p[6][0x2ea8]=0x1fefa7a3;
p[6][0x2eaa]=0xce4d495;
p[6][0x2eab]=0x1ba815e8;
p[6][0x2eae]=0x1ba815e8;
p[6][0x2eaf]=0x310b220b;
p[6][0x2eb8]=0x260f820c;
p[6][0x2eba]=0x1ba815e8;
p[6][0x2ebb]=0x3b967745;
p[6][0x2ebe]=0x310b220b;
p[6][0x2ebf]=0x2264682;
p[6][0x2ee0]=0x24478408;
p[6][0x2ee2]=0x260f820c;
p[6][0x2ee3]=0x1fa81b5f;
p[6][0x2ee8]=0x260f820c;
p[6][0x2eea]=0x1ba815e8;
p[6][0x2eeb]=0x3b967745;
p[6][0x2eee]=0x3b967745;
p[6][0x2eef]=0x269b7ca7;
p[6][0x2ef8]=0x2b3ae550;
p[6][0x2efa]=0x310b220b;
p[6][0x2efb]=0x269b7ca7;
p[6][0x2efe]=0x2264682;
p[6][0x2eff]=0x33c9cec9;
p[6][0x2f80]=0xa0b9e65;
p[6][0x2f82]=0x2fda4df9;
p[6][0x2f83]=0x331fb02c;
p[6][0x2f88]=0x2fda4df9;
p[6][0x2f8a]=0x1b842cd2;
p[6][0x2f8b]=0x2b3ae550;
p[6][0x2f8e]=0x2b3ae550;
p[6][0x2f8f]=0x1c38528a;
p[6][0x2fa0]=0x2fda4df9;
p[6][0x2fa2]=0x1b842cd2;
p[6][0x2fa3]=0x2b3ae550;
p[6][0x2fa8]=0x1b842cd2;
p[6][0x2faa]=0x6df1369;
p[6][0x2fab]=0x310b220b;
p[6][0x2fae]=0x310b220b;
p[6][0x2faf]=0x322e4698;
p[6][0x2fb8]=0x2b3ae550;
p[6][0x2fba]=0x310b220b;
p[6][0x2fbb]=0x269b7ca7;
p[6][0x2fbe]=0x322e4698;
p[6][0x2fbf]=0xf04f86;
p[6][0x2fe0]=0x2a5e6568;
p[6][0x2fe2]=0x6c5af2b;
p[6][0x2fe3]=0x17d7ad28;
p[6][0x2fe8]=0x6c5af2b;
p[6][0x2fea]=0x1bf47797;
p[6][0x2feb]=0x2264682;
p[6][0x2fee]=0x2264682;
p[6][0x2fef]=0xf04f86;
p[6][0x2ff8]=0xab5bd02;
p[6][0x2ffa]=0x24dea455;
p[6][0x2ffb]=0x33c9cec9;
p[6][0x2ffe]=0x22473941;
p[6][0x2fff]=0x26d5adf6;
p[6][0x3800]=0x2f34eb5b;
p[6][0x3802]=0x20f2fc07;
p[6][0x3803]=0x208008f;
p[6][0x3808]=0x20f2fc07;
p[6][0x380a]=0x28e6ecb1;
p[6][0x380b]=0xa0b9e65;
p[6][0x380e]=0xe6c43c7;
p[6][0x380f]=0x8689d3c;
p[6][0x3820]=0x20f2fc07;
p[6][0x3822]=0x28e6ecb1;
p[6][0x3823]=0xa0b9e65;
p[6][0x3828]=0x28e6ecb1;
p[6][0x382a]=0x10888cd3;
p[6][0x382b]=0x2fda4df9;
p[6][0x382e]=0x24478408;
p[6][0x382f]=0x2a5e6568;
p[6][0x3838]=0xe6c43c7;
p[6][0x383a]=0x24478408;
p[6][0x383b]=0x331fb02c;
p[6][0x383e]=0x331fb02c;
p[6][0x383f]=0x6bbf75b;
p[6][0x3880]=0x20f2fc07;
p[6][0x3882]=0x28e6ecb1;
p[6][0x3883]=0xa0b9e65;
p[6][0x3888]=0x28e6ecb1;
p[6][0x388a]=0x10888cd3;
p[6][0x388b]=0x2fda4df9;
p[6][0x388e]=0x24478408;
p[6][0x388f]=0x2a5e6568;
p[6][0x38a0]=0x28e6ecb1;
p[6][0x38a2]=0x10888cd3;
p[6][0x38a3]=0x2fda4df9;
p[6][0x38a8]=0x10888cd3;
p[6][0x38aa]=0x1fefa7a3;
p[6][0x38ab]=0x1b842cd2;
p[6][0x38ae]=0x260f820c;
p[6][0x38af]=0x6c5af2b;
p[6][0x38b8]=0x24478408;
p[6][0x38ba]=0x260f820c;
p[6][0x38bb]=0x2b3ae550;
p[6][0x38be]=0x2b3ae550;
p[6][0x38bf]=0xab5bd02;
p[6][0x38e0]=0xe6c43c7;
p[6][0x38e2]=0x24478408;
p[6][0x38e3]=0x331fb02c;
p[6][0x38e8]=0x24478408;
p[6][0x38ea]=0x260f820c;
p[6][0x38eb]=0x2b3ae550;
p[6][0x38ee]=0x1fa81b5f;
p[6][0x38ef]=0x17d7ad28;
p[6][0x38f8]=0x331fb02c;
p[6][0x38fa]=0x2b3ae550;
p[6][0x38fb]=0x1c38528a;
p[6][0x38fe]=0x17d7ad28;
p[6][0x38ff]=0x389cd8f3;
p[6][0x3a00]=0x20f2fc07;
p[6][0x3a02]=0x28e6ecb1;
p[6][0x3a03]=0xa0b9e65;
p[6][0x3a08]=0x28e6ecb1;
p[6][0x3a0a]=0x10888cd3;
p[6][0x3a0b]=0x2fda4df9;
p[6][0x3a0e]=0x24478408;
p[6][0x3a0f]=0x2a5e6568;
p[6][0x3a20]=0x28e6ecb1;
p[6][0x3a22]=0x10888cd3;
p[6][0x3a23]=0x2fda4df9;
p[6][0x3a28]=0x10888cd3;
p[6][0x3a2a]=0x1fefa7a3;
p[6][0x3a2b]=0x1b842cd2;
p[6][0x3a2e]=0x260f820c;
p[6][0x3a2f]=0x6c5af2b;
p[6][0x3a38]=0x24478408;
p[6][0x3a3a]=0x260f820c;
p[6][0x3a3b]=0x2b3ae550;
p[6][0x3a3e]=0x2b3ae550;
p[6][0x3a3f]=0xab5bd02;
p[6][0x3a80]=0x28e6ecb1;
p[6][0x3a82]=0x10888cd3;
p[6][0x3a83]=0x2fda4df9;
p[6][0x3a88]=0x10888cd3;
p[6][0x3a8a]=0x1fefa7a3;
p[6][0x3a8b]=0x1b842cd2;
p[6][0x3a8e]=0x260f820c;
p[6][0x3a8f]=0x6c5af2b;
p[6][0x3aa0]=0x10888cd3;
p[6][0x3aa2]=0x1fefa7a3;
p[6][0x3aa3]=0x1b842cd2;
p[6][0x3aa8]=0x1fefa7a3;
p[6][0x3aaa]=0xce4d495;
p[6][0x3aab]=0x6df1369;
p[6][0x3aae]=0x1ba815e8;
p[6][0x3aaf]=0x1bf47797;
p[6][0x3ab8]=0x260f820c;
p[6][0x3aba]=0x1ba815e8;
p[6][0x3abb]=0x310b220b;
p[6][0x3abe]=0x310b220b;
p[6][0x3abf]=0x24dea455;
p[6][0x3ae0]=0x24478408;
p[6][0x3ae2]=0x260f820c;
p[6][0x3ae3]=0x2b3ae550;
p[6][0x3ae8]=0x260f820c;
p[6][0x3aea]=0x1ba815e8;
p[6][0x3aeb]=0x310b220b;
p[6][0x3aee]=0x3b967745;
p[6][0x3aef]=0x2264682;
p[6][0x3af8]=0x2b3ae550;
p[6][0x3afa]=0x310b220b;
p[6][0x3afb]=0x322e4698;
p[6][0x3afe]=0x2264682;
p[6][0x3aff]=0x22473941;
p[6][0x3b80]=0xe6c43c7;
p[6][0x3b82]=0x24478408;
p[6][0x3b83]=0x331fb02c;
p[6][0x3b88]=0x24478408;
p[6][0x3b8a]=0x260f820c;
p[6][0x3b8b]=0x2b3ae550;
p[6][0x3b8e]=0x1fa81b5f;
p[6][0x3b8f]=0x17d7ad28;
p[6][0x3ba0]=0x24478408;
p[6][0x3ba2]=0x260f820c;
p[6][0x3ba3]=0x2b3ae550;
p[6][0x3ba8]=0x260f820c;
p[6][0x3baa]=0x1ba815e8;
p[6][0x3bab]=0x310b220b;
p[6][0x3bae]=0x3b967745;
p[6][0x3baf]=0x2264682;
p[6][0x3bb8]=0x1fa81b5f;
p[6][0x3bba]=0x3b967745;
p[6][0x3bbb]=0x269b7ca7;
p[6][0x3bbe]=0x269b7ca7;
p[6][0x3bbf]=0x33c9cec9;
p[6][0x3be0]=0x331fb02c;
p[6][0x3be2]=0x2b3ae550;
p[6][0x3be3]=0x1c38528a;
p[6][0x3be8]=0x2b3ae550;
p[6][0x3bea]=0x310b220b;
p[6][0x3beb]=0x322e4698;
p[6][0x3bee]=0x269b7ca7;
p[6][0x3bef]=0xf04f86;
p[6][0x3bf8]=0x17d7ad28;
p[6][0x3bfa]=0x2264682;
p[6][0x3bfb]=0xf04f86;
p[6][0x3bfe]=0x33c9cec9;
p[6][0x3bff]=0x26d5adf6;
p[6][0x3e00]=0x208008f;
p[6][0x3e02]=0xa0b9e65;
p[6][0x3e03]=0x8689d3c;
p[6][0x3e08]=0xa0b9e65;
p[6][0x3e0a]=0x2fda4df9;
p[6][0x3e0b]=0x2a5e6568;
p[6][0x3e0e]=0x331fb02c;
p[6][0x3e0f]=0x6bbf75b;
p[6][0x3e20]=0xa0b9e65;
p[6][0x3e22]=0x2fda4df9;
p[6][0x3e23]=0x2a5e6568;
p[6][0x3e28]=0x2fda4df9;
p[6][0x3e2a]=0x1b842cd2;
p[6][0x3e2b]=0x6c5af2b;
p[6][0x3e2e]=0x2b3ae550;
p[6][0x3e2f]=0xab5bd02;
p[6][0x3e38]=0x331fb02c;
p[6][0x3e3a]=0x2b3ae550;
p[6][0x3e3b]=0x17d7ad28;
p[6][0x3e3e]=0x1c38528a;
p[6][0x3e3f]=0x389cd8f3;
p[6][0x3e80]=0xa0b9e65;
p[6][0x3e82]=0x2fda4df9;
p[6][0x3e83]=0x2a5e6568;
p[6][0x3e88]=0x2fda4df9;
p[6][0x3e8a]=0x1b842cd2;
p[6][0x3e8b]=0x6c5af2b;
p[6][0x3e8e]=0x2b3ae550;
p[6][0x3e8f]=0xab5bd02;
p[6][0x3ea0]=0x2fda4df9;
p[6][0x3ea2]=0x1b842cd2;
p[6][0x3ea3]=0x6c5af2b;
p[6][0x3ea8]=0x1b842cd2;
p[6][0x3eaa]=0x6df1369;
p[6][0x3eab]=0x1bf47797;
p[6][0x3eae]=0x310b220b;
p[6][0x3eaf]=0x24dea455;
p[6][0x3eb8]=0x2b3ae550;
p[6][0x3eba]=0x310b220b;
p[6][0x3ebb]=0x2264682;
p[6][0x3ebe]=0x322e4698;
p[6][0x3ebf]=0x22473941;
p[6][0x3ee0]=0x331fb02c;
p[6][0x3ee2]=0x2b3ae550;
p[6][0x3ee3]=0x17d7ad28;
p[6][0x3ee8]=0x2b3ae550;
p[6][0x3eea]=0x310b220b;
p[6][0x3eeb]=0x2264682;
p[6][0x3eee]=0x269b7ca7;
p[6][0x3eef]=0x33c9cec9;
p[6][0x3ef8]=0x1c38528a;
p[6][0x3efa]=0x322e4698;
p[6][0x3efb]=0xf04f86;
p[6][0x3efe]=0xf04f86;
p[6][0x3eff]=0x26d5adf6;
p[6][0x3f80]=0x8689d3c;
p[6][0x3f82]=0x2a5e6568;
p[6][0x3f83]=0x6bbf75b;
p[6][0x3f88]=0x2a5e6568;
p[6][0x3f8a]=0x6c5af2b;
p[6][0x3f8b]=0xab5bd02;
p[6][0x3f8e]=0x17d7ad28;
p[6][0x3f8f]=0x389cd8f3;
p[6][0x3fa0]=0x2a5e6568;
p[6][0x3fa2]=0x6c5af2b;
p[6][0x3fa3]=0xab5bd02;
p[6][0x3fa8]=0x6c5af2b;
p[6][0x3faa]=0x1bf47797;
p[6][0x3fab]=0x24dea455;
p[6][0x3fae]=0x2264682;
p[6][0x3faf]=0x22473941;
p[6][0x3fb8]=0x17d7ad28;
p[6][0x3fba]=0x2264682;
p[6][0x3fbb]=0x33c9cec9;
p[6][0x3fbe]=0xf04f86;
p[6][0x3fbf]=0x26d5adf6;
p[6][0x3fe0]=0x6bbf75b;
p[6][0x3fe2]=0xab5bd02;
p[6][0x3fe3]=0x389cd8f3;
p[6][0x3fe8]=0xab5bd02;
p[6][0x3fea]=0x24dea455;
p[6][0x3feb]=0x22473941;
p[6][0x3fee]=0x33c9cec9;
p[6][0x3fef]=0x26d5adf6;
p[6][0x3ff8]=0x389cd8f3;
p[6][0x3ffa]=0x22473941;
p[6][0x3ffb]=0x26d5adf6;
p[6][0x3ffe]=0x26d5adf6;
p[6][0x3fff]=0xf45aa95;
p[7][0x0]=0x21a741ca;
p[7][0x2]=0x4c5019d;
p[7][0x8]=0x4c5019d;
p[7][0xa]=0x473a0e7;
p[7][0xe]=0x3171b76b;
p[7][0x20]=0x4c5019d;
p[7][0x22]=0x473a0e7;
p[7][0x28]=0x473a0e7;
p[7][0x2a]=0x11ad6f30;
p[7][0x2e]=0x3279eedd;
p[7][0x38]=0x3171b76b;
p[7][0x3a]=0x3279eedd;
p[7][0x3e]=0xa5d739b;
p[7][0x80]=0x4c5019d;
p[7][0x82]=0x473a0e7;
p[7][0x88]=0x473a0e7;
p[7][0x8a]=0x11ad6f30;
p[7][0x8e]=0x3279eedd;
p[7][0xa0]=0x473a0e7;
p[7][0xa2]=0x11ad6f30;
p[7][0xa8]=0x11ad6f30;
p[7][0xaa]=0x39997b4;
p[7][0xae]=0x2fff2c4d;
p[7][0xb8]=0x3279eedd;
p[7][0xba]=0x2fff2c4d;
p[7][0xbe]=0x306fe8a8;
p[7][0xe0]=0x3171b76b;
p[7][0xe2]=0x3279eedd;
p[7][0xe8]=0x3279eedd;
p[7][0xea]=0x2fff2c4d;
p[7][0xee]=0x24e572cc;
p[7][0xf8]=0xa5d739b;
p[7][0xfa]=0x306fe8a8;
p[7][0xfe]=0x6bdca3b;
p[7][0x200]=0x4c5019d;
p[7][0x202]=0x473a0e7;
p[7][0x208]=0x473a0e7;
p[7][0x20a]=0x11ad6f30;
p[7][0x20e]=0x3279eedd;
p[7][0x220]=0x473a0e7;
p[7][0x222]=0x11ad6f30;
p[7][0x228]=0x11ad6f30;
p[7][0x22a]=0x39997b4;
p[7][0x22e]=0x2fff2c4d;
p[7][0x238]=0x3279eedd;
p[7][0x23a]=0x2fff2c4d;
p[7][0x23e]=0x306fe8a8;
p[7][0x280]=0x473a0e7;
p[7][0x282]=0x11ad6f30;
p[7][0x288]=0x11ad6f30;
p[7][0x28a]=0x39997b4;
p[7][0x28e]=0x2fff2c4d;
p[7][0x2a0]=0x11ad6f30;
p[7][0x2a2]=0x39997b4;
p[7][0x2a8]=0x39997b4;
p[7][0x2aa]=0x5e9bd2f;
p[7][0x2ae]=0x30b44ac2;
p[7][0x2b8]=0x2fff2c4d;
p[7][0x2ba]=0x30b44ac2;
p[7][0x2be]=0x2e1bdf32;
p[7][0x2e0]=0x3279eedd;
p[7][0x2e2]=0x2fff2c4d;
p[7][0x2e8]=0x2fff2c4d;
p[7][0x2ea]=0x30b44ac2;
p[7][0x2ee]=0x12b61f63;
p[7][0x2f8]=0x306fe8a8;
p[7][0x2fa]=0x2e1bdf32;
p[7][0x2fe]=0x39f0584f;
p[7][0x380]=0x3171b76b;
p[7][0x382]=0x3279eedd;
p[7][0x388]=0x3279eedd;
p[7][0x38a]=0x2fff2c4d;
p[7][0x38e]=0x24e572cc;
p[7][0x3a0]=0x3279eedd;
p[7][0x3a2]=0x2fff2c4d;
p[7][0x3a8]=0x2fff2c4d;
p[7][0x3aa]=0x30b44ac2;
p[7][0x3ae]=0x12b61f63;
p[7][0x3b8]=0x24e572cc;
p[7][0x3ba]=0x12b61f63;
p[7][0x3be]=0x22db6c97;
p[7][0x3e0]=0xa5d739b;
p[7][0x3e2]=0x306fe8a8;
p[7][0x3e8]=0x306fe8a8;
p[7][0x3ea]=0x2e1bdf32;
p[7][0x3ee]=0x22db6c97;
p[7][0x3f8]=0x6bdca3b;
p[7][0x3fa]=0x39f0584f;
p[7][0x3fe]=0x2692bb4b;
p[7][0x800]=0x4c5019d;
p[7][0x802]=0x473a0e7;
p[7][0x808]=0x473a0e7;
p[7][0x80a]=0x11ad6f30;
p[7][0x80e]=0x3279eedd;
p[7][0x820]=0x473a0e7;
p[7][0x822]=0x11ad6f30;
p[7][0x828]=0x11ad6f30;
p[7][0x82a]=0x39997b4;
p[7][0x82e]=0x2fff2c4d;
p[7][0x838]=0x3279eedd;
p[7][0x83a]=0x2fff2c4d;
p[7][0x83e]=0x306fe8a8;
p[7][0x880]=0x473a0e7;
p[7][0x882]=0x11ad6f30;
p[7][0x888]=0x11ad6f30;
p[7][0x88a]=0x39997b4;
p[7][0x88e]=0x2fff2c4d;
p[7][0x8a0]=0x11ad6f30;
p[7][0x8a2]=0x39997b4;
p[7][0x8a8]=0x39997b4;
p[7][0x8aa]=0x5e9bd2f;
p[7][0x8ae]=0x30b44ac2;
p[7][0x8b8]=0x2fff2c4d;
p[7][0x8ba]=0x30b44ac2;
p[7][0x8be]=0x2e1bdf32;
p[7][0x8e0]=0x3279eedd;
p[7][0x8e2]=0x2fff2c4d;
p[7][0x8e8]=0x2fff2c4d;
p[7][0x8ea]=0x30b44ac2;
p[7][0x8ee]=0x12b61f63;
p[7][0x8f8]=0x306fe8a8;
p[7][0x8fa]=0x2e1bdf32;
p[7][0x8fe]=0x39f0584f;
p[7][0xa00]=0x473a0e7;
p[7][0xa02]=0x11ad6f30;
p[7][0xa08]=0x11ad6f30;
p[7][0xa0a]=0x39997b4;
p[7][0xa0e]=0x2fff2c4d;
p[7][0xa20]=0x11ad6f30;
p[7][0xa22]=0x39997b4;
p[7][0xa28]=0x39997b4;
p[7][0xa2a]=0x5e9bd2f;
p[7][0xa2e]=0x30b44ac2;
p[7][0xa38]=0x2fff2c4d;
p[7][0xa3a]=0x30b44ac2;
p[7][0xa3e]=0x2e1bdf32;
p[7][0xa80]=0x11ad6f30;
p[7][0xa82]=0x39997b4;
p[7][0xa88]=0x39997b4;
p[7][0xa8a]=0x5e9bd2f;
p[7][0xa8e]=0x30b44ac2;
p[7][0xaa0]=0x39997b4;
p[7][0xaa2]=0x5e9bd2f;
p[7][0xaa8]=0x5e9bd2f;
p[7][0xaaa]=0xb2f6dcd;
p[7][0xaae]=0x2f06e492;
p[7][0xab8]=0x30b44ac2;
p[7][0xaba]=0x2f06e492;
p[7][0xabe]=0x10b19e41;
p[7][0xae0]=0x2fff2c4d;
p[7][0xae2]=0x30b44ac2;
p[7][0xae8]=0x30b44ac2;
p[7][0xaea]=0x2f06e492;
p[7][0xaee]=0x223433c9;
p[7][0xaf8]=0x2e1bdf32;
p[7][0xafa]=0x10b19e41;
p[7][0xafe]=0xc0387df;
p[7][0xb80]=0x3279eedd;
p[7][0xb82]=0x2fff2c4d;
p[7][0xb88]=0x2fff2c4d;
p[7][0xb8a]=0x30b44ac2;
p[7][0xb8e]=0x12b61f63;
p[7][0xba0]=0x2fff2c4d;
p[7][0xba2]=0x30b44ac2;
p[7][0xba8]=0x30b44ac2;
p[7][0xbaa]=0x2f06e492;
p[7][0xbae]=0x223433c9;
p[7][0xbb8]=0x12b61f63;
p[7][0xbba]=0x223433c9;
p[7][0xbbe]=0x10d2d248;
p[7][0xbe0]=0x306fe8a8;
p[7][0xbe2]=0x2e1bdf32;
p[7][0xbe8]=0x2e1bdf32;
p[7][0xbea]=0x10b19e41;
p[7][0xbee]=0x10d2d248;
p[7][0xbf8]=0x39f0584f;
p[7][0xbfa]=0xc0387df;
p[7][0xbfe]=0x136073cb;
p[7][0xe00]=0x3171b76b;
p[7][0xe02]=0x3279eedd;
p[7][0xe08]=0x3279eedd;
p[7][0xe0a]=0x2fff2c4d;
p[7][0xe0e]=0x24e572cc;
p[7][0xe20]=0x3279eedd;
p[7][0xe22]=0x2fff2c4d;
p[7][0xe28]=0x2fff2c4d;
p[7][0xe2a]=0x30b44ac2;
p[7][0xe2e]=0x12b61f63;
p[7][0xe38]=0x24e572cc;
p[7][0xe3a]=0x12b61f63;
p[7][0xe3e]=0x22db6c97;
p[7][0xe80]=0x3279eedd;
p[7][0xe82]=0x2fff2c4d;
p[7][0xe88]=0x2fff2c4d;
p[7][0xe8a]=0x30b44ac2;
p[7][0xe8e]=0x12b61f63;
p[7][0xea0]=0x2fff2c4d;
p[7][0xea2]=0x30b44ac2;
p[7][0xea8]=0x30b44ac2;
p[7][0xeaa]=0x2f06e492;
p[7][0xeae]=0x223433c9;
p[7][0xeb8]=0x12b61f63;
p[7][0xeba]=0x223433c9;
p[7][0xebe]=0x10d2d248;
p[7][0xee0]=0x24e572cc;
p[7][0xee2]=0x12b61f63;
p[7][0xee8]=0x12b61f63;
p[7][0xeea]=0x223433c9;
p[7][0xeee]=0x3107dc80;
p[7][0xef8]=0x22db6c97;
p[7][0xefa]=0x10d2d248;
p[7][0xefe]=0x2c5bdc3e;
p[7][0xf80]=0xa5d739b;
p[7][0xf82]=0x306fe8a8;
p[7][0xf88]=0x306fe8a8;
p[7][0xf8a]=0x2e1bdf32;
p[7][0xf8e]=0x22db6c97;
p[7][0xfa0]=0x306fe8a8;
p[7][0xfa2]=0x2e1bdf32;
p[7][0xfa8]=0x2e1bdf32;
p[7][0xfaa]=0x10b19e41;
p[7][0xfae]=0x10d2d248;
p[7][0xfb8]=0x22db6c97;
p[7][0xfba]=0x10d2d248;
p[7][0xfbe]=0x20d16662;
p[7][0xfe0]=0x6bdca3b;
p[7][0xfe2]=0x39f0584f;
p[7][0xfe8]=0x39f0584f;
p[7][0xfea]=0xc0387df;
p[7][0xfee]=0x2c5bdc3e;
p[7][0xff8]=0x2692bb4b;
p[7][0xffa]=0x136073cb;
p[7][0xffe]=0x2e417cc4;
p[7][0x2000]=0x4c5019d;
p[7][0x2002]=0x473a0e7;
p[7][0x2008]=0x473a0e7;
p[7][0x200a]=0x11ad6f30;
p[7][0x200e]=0x3279eedd;
p[7][0x2020]=0x473a0e7;
p[7][0x2022]=0x11ad6f30;
p[7][0x2028]=0x11ad6f30;
p[7][0x202a]=0x39997b4;
p[7][0x202e]=0x2fff2c4d;
p[7][0x2038]=0x3279eedd;
p[7][0x203a]=0x2fff2c4d;
p[7][0x203e]=0x306fe8a8;
p[7][0x2080]=0x473a0e7;
p[7][0x2082]=0x11ad6f30;
p[7][0x2088]=0x11ad6f30;
p[7][0x208a]=0x39997b4;
p[7][0x208e]=0x2fff2c4d;
p[7][0x20a0]=0x11ad6f30;
p[7][0x20a2]=0x39997b4;
p[7][0x20a8]=0x39997b4;
p[7][0x20aa]=0x5e9bd2f;
p[7][0x20ae]=0x30b44ac2;
p[7][0x20b8]=0x2fff2c4d;
p[7][0x20ba]=0x30b44ac2;
p[7][0x20be]=0x2e1bdf32;
p[7][0x20e0]=0x3279eedd;
p[7][0x20e2]=0x2fff2c4d;
p[7][0x20e8]=0x2fff2c4d;
p[7][0x20ea]=0x30b44ac2;
p[7][0x20ee]=0x12b61f63;
p[7][0x20f8]=0x306fe8a8;
p[7][0x20fa]=0x2e1bdf32;
p[7][0x20fe]=0x39f0584f;
p[7][0x2200]=0x473a0e7;
p[7][0x2202]=0x11ad6f30;
p[7][0x2208]=0x11ad6f30;
p[7][0x220a]=0x39997b4;
p[7][0x220e]=0x2fff2c4d;
p[7][0x2220]=0x11ad6f30;
p[7][0x2222]=0x39997b4;
p[7][0x2228]=0x39997b4;
p[7][0x222a]=0x5e9bd2f;
p[7][0x222e]=0x30b44ac2;
p[7][0x2238]=0x2fff2c4d;
p[7][0x223a]=0x30b44ac2;
p[7][0x223e]=0x2e1bdf32;
p[7][0x2280]=0x11ad6f30;
p[7][0x2282]=0x39997b4;
p[7][0x2288]=0x39997b4;
p[7][0x228a]=0x5e9bd2f;
p[7][0x228e]=0x30b44ac2;
p[7][0x22a0]=0x39997b4;
p[7][0x22a2]=0x5e9bd2f;
p[7][0x22a8]=0x5e9bd2f;
p[7][0x22aa]=0xb2f6dcd;
p[7][0x22ae]=0x2f06e492;
p[7][0x22b8]=0x30b44ac2;
p[7][0x22ba]=0x2f06e492;
p[7][0x22be]=0x10b19e41;
p[7][0x22e0]=0x2fff2c4d;
p[7][0x22e2]=0x30b44ac2;
p[7][0x22e8]=0x30b44ac2;
p[7][0x22ea]=0x2f06e492;
p[7][0x22ee]=0x223433c9;
p[7][0x22f8]=0x2e1bdf32;
p[7][0x22fa]=0x10b19e41;
p[7][0x22fe]=0xc0387df;
p[7][0x2380]=0x3279eedd;
p[7][0x2382]=0x2fff2c4d;
p[7][0x2388]=0x2fff2c4d;
p[7][0x238a]=0x30b44ac2;
p[7][0x238e]=0x12b61f63;
p[7][0x23a0]=0x2fff2c4d;
p[7][0x23a2]=0x30b44ac2;
p[7][0x23a8]=0x30b44ac2;
p[7][0x23aa]=0x2f06e492;
p[7][0x23ae]=0x223433c9;
p[7][0x23b8]=0x12b61f63;
p[7][0x23ba]=0x223433c9;
p[7][0x23be]=0x10d2d248;
p[7][0x23e0]=0x306fe8a8;
p[7][0x23e2]=0x2e1bdf32;
p[7][0x23e8]=0x2e1bdf32;
p[7][0x23ea]=0x10b19e41;
p[7][0x23ee]=0x10d2d248;
p[7][0x23f8]=0x39f0584f;
p[7][0x23fa]=0xc0387df;
p[7][0x23fe]=0x136073cb;
p[7][0x2800]=0x473a0e7;
p[7][0x2802]=0x11ad6f30;
p[7][0x2808]=0x11ad6f30;
p[7][0x280a]=0x39997b4;
p[7][0x280e]=0x2fff2c4d;
p[7][0x2820]=0x11ad6f30;
p[7][0x2822]=0x39997b4;
p[7][0x2828]=0x39997b4;
p[7][0x282a]=0x5e9bd2f;
p[7][0x282e]=0x30b44ac2;
p[7][0x2838]=0x2fff2c4d;
p[7][0x283a]=0x30b44ac2;
p[7][0x283e]=0x2e1bdf32;
p[7][0x2880]=0x11ad6f30;
p[7][0x2882]=0x39997b4;
p[7][0x2888]=0x39997b4;
p[7][0x288a]=0x5e9bd2f;
p[7][0x288e]=0x30b44ac2;
p[7][0x28a0]=0x39997b4;
p[7][0x28a2]=0x5e9bd2f;
p[7][0x28a8]=0x5e9bd2f;
p[7][0x28aa]=0xb2f6dcd;
p[7][0x28ae]=0x2f06e492;
p[7][0x28b8]=0x30b44ac2;
p[7][0x28ba]=0x2f06e492;
p[7][0x28be]=0x10b19e41;
p[7][0x28e0]=0x2fff2c4d;
p[7][0x28e2]=0x30b44ac2;
p[7][0x28e8]=0x30b44ac2;
p[7][0x28ea]=0x2f06e492;
p[7][0x28ee]=0x223433c9;
p[7][0x28f8]=0x2e1bdf32;
p[7][0x28fa]=0x10b19e41;
p[7][0x28fe]=0xc0387df;
p[7][0x2a00]=0x11ad6f30;
p[7][0x2a02]=0x39997b4;
p[7][0x2a08]=0x39997b4;
p[7][0x2a0a]=0x5e9bd2f;
p[7][0x2a0e]=0x30b44ac2;
p[7][0x2a20]=0x39997b4;
p[7][0x2a22]=0x5e9bd2f;
p[7][0x2a28]=0x5e9bd2f;
p[7][0x2a2a]=0xb2f6dcd;
p[7][0x2a2e]=0x2f06e492;
p[7][0x2a38]=0x30b44ac2;
p[7][0x2a3a]=0x2f06e492;
p[7][0x2a3e]=0x10b19e41;
p[7][0x2a80]=0x39997b4;
p[7][0x2a82]=0x5e9bd2f;
p[7][0x2a88]=0x5e9bd2f;
p[7][0x2a8a]=0xb2f6dcd;
p[7][0x2a8e]=0x2f06e492;
p[7][0x2aa0]=0x5e9bd2f;
p[7][0x2aa2]=0xb2f6dcd;
p[7][0x2aa8]=0xb2f6dcd;
p[7][0x2aaa]=0x17cf48b4;
p[7][0x2aae]=0x25b078aa;
p[7][0x2ab8]=0x2f06e492;
p[7][0x2aba]=0x25b078aa;
p[7][0x2abe]=0xf399fab;
p[7][0x2ae0]=0x30b44ac2;
p[7][0x2ae2]=0x2f06e492;
p[7][0x2ae8]=0x2f06e492;
p[7][0x2aea]=0x25b078aa;
p[7][0x2aee]=0x1c8941ee;
p[7][0x2af8]=0x10b19e41;
p[7][0x2afa]=0xf399fab;
p[7][0x2afe]=0x1ac7263f;
p[7][0x2b80]=0x2fff2c4d;
p[7][0x2b82]=0x30b44ac2;
p[7][0x2b88]=0x30b44ac2;
p[7][0x2b8a]=0x2f06e492;
p[7][0x2b8e]=0x223433c9;
p[7][0x2ba0]=0x30b44ac2;
p[7][0x2ba2]=0x2f06e492;
p[7][0x2ba8]=0x2f06e492;
p[7][0x2baa]=0x25b078aa;
p[7][0x2bae]=0x1c8941ee;
p[7][0x2bb8]=0x223433c9;
p[7][0x2bba]=0x1c8941ee;
p[7][0x2bbe]=0x2318748;
p[7][0x2be0]=0x2e1bdf32;
p[7][0x2be2]=0x10b19e41;
p[7][0x2be8]=0x10b19e41;
p[7][0x2bea]=0xf399fab;
p[7][0x2bee]=0x2318748;
p[7][0x2bf8]=0xc0387df;
p[7][0x2bfa]=0x1ac7263f;
p[7][0x2bfe]=0x550f05b;
p[7][0x2e00]=0x3279eedd;
p[7][0x2e02]=0x2fff2c4d;
p[7][0x2e08]=0x2fff2c4d;
p[7][0x2e0a]=0x30b44ac2;
p[7][0x2e0e]=0x12b61f63;
p[7][0x2e20]=0x2fff2c4d;
p[7][0x2e22]=0x30b44ac2;
p[7][0x2e28]=0x30b44ac2;
p[7][0x2e2a]=0x2f06e492;
p[7][0x2e2e]=0x223433c9;
p[7][0x2e38]=0x12b61f63;
p[7][0x2e3a]=0x223433c9;
p[7][0x2e3e]=0x10d2d248;
p[7][0x2e80]=0x2fff2c4d;
p[7][0x2e82]=0x30b44ac2;
p[7][0x2e88]=0x30b44ac2;
p[7][0x2e8a]=0x2f06e492;
p[7][0x2e8e]=0x223433c9;
p[7][0x2ea0]=0x30b44ac2;
p[7][0x2ea2]=0x2f06e492;
p[7][0x2ea8]=0x2f06e492;
p[7][0x2eaa]=0x25b078aa;
p[7][0x2eae]=0x1c8941ee;
p[7][0x2eb8]=0x223433c9;
p[7][0x2eba]=0x1c8941ee;
p[7][0x2ebe]=0x2318748;
p[7][0x2ee0]=0x12b61f63;
p[7][0x2ee2]=0x223433c9;
p[7][0x2ee8]=0x223433c9;
p[7][0x2eea]=0x1c8941ee;
p[7][0x2eee]=0x13b41cd0;
p[7][0x2ef8]=0x10d2d248;
p[7][0x2efa]=0x2318748;
p[7][0x2efe]=0x2a5544fc;
p[7][0x2f80]=0x306fe8a8;
p[7][0x2f82]=0x2e1bdf32;
p[7][0x2f88]=0x2e1bdf32;
p[7][0x2f8a]=0x10b19e41;
p[7][0x2f8e]=0x10d2d248;
p[7][0x2fa0]=0x2e1bdf32;
p[7][0x2fa2]=0x10b19e41;
p[7][0x2fa8]=0x10b19e41;
p[7][0x2faa]=0xf399fab;
p[7][0x2fae]=0x2318748;
p[7][0x2fb8]=0x10d2d248;
p[7][0x2fba]=0x2318748;
p[7][0x2fbe]=0xeef852d;
p[7][0x2fe0]=0x39f0584f;
p[7][0x2fe2]=0xc0387df;
p[7][0x2fe8]=0xc0387df;
p[7][0x2fea]=0x1ac7263f;
p[7][0x2fee]=0x2a5544fc;
p[7][0x2ff8]=0x136073cb;
p[7][0x2ffa]=0x550f05b;
p[7][0x2ffe]=0x33f5cf2a;
p[7][0x3800]=0x3171b76b;
p[7][0x3802]=0x3279eedd;
p[7][0x3808]=0x3279eedd;
p[7][0x380a]=0x2fff2c4d;
p[7][0x380e]=0x24e572cc;
p[7][0x3820]=0x3279eedd;
p[7][0x3822]=0x2fff2c4d;
p[7][0x3828]=0x2fff2c4d;
p[7][0x382a]=0x30b44ac2;
p[7][0x382e]=0x12b61f63;
p[7][0x3838]=0x24e572cc;
p[7][0x383a]=0x12b61f63;
p[7][0x383e]=0x22db6c97;
p[7][0x3880]=0x3279eedd;
p[7][0x3882]=0x2fff2c4d;
p[7][0x3888]=0x2fff2c4d;
p[7][0x388a]=0x30b44ac2;
p[7][0x388e]=0x12b61f63;
p[7][0x38a0]=0x2fff2c4d;
p[7][0x38a2]=0x30b44ac2;
p[7][0x38a8]=0x30b44ac2;
p[7][0x38aa]=0x2f06e492;
p[7][0x38ae]=0x223433c9;
p[7][0x38b8]=0x12b61f63;
p[7][0x38ba]=0x223433c9;
p[7][0x38be]=0x10d2d248;
p[7][0x38e0]=0x24e572cc;
p[7][0x38e2]=0x12b61f63;
p[7][0x38e8]=0x12b61f63;
p[7][0x38ea]=0x223433c9;
p[7][0x38ee]=0x3107dc80;
p[7][0x38f8]=0x22db6c97;
p[7][0x38fa]=0x10d2d248;
p[7][0x38fe]=0x2c5bdc3e;
p[7][0x3a00]=0x3279eedd;
p[7][0x3a02]=0x2fff2c4d;
p[7][0x3a08]=0x2fff2c4d;
p[7][0x3a0a]=0x30b44ac2;
p[7][0x3a0e]=0x12b61f63;
p[7][0x3a20]=0x2fff2c4d;
p[7][0x3a22]=0x30b44ac2;
p[7][0x3a28]=0x30b44ac2;
p[7][0x3a2a]=0x2f06e492;
p[7][0x3a2e]=0x223433c9;
p[7][0x3a38]=0x12b61f63;
p[7][0x3a3a]=0x223433c9;
p[7][0x3a3e]=0x10d2d248;
p[7][0x3a80]=0x2fff2c4d;
p[7][0x3a82]=0x30b44ac2;
p[7][0x3a88]=0x30b44ac2;
p[7][0x3a8a]=0x2f06e492;
p[7][0x3a8e]=0x223433c9;
p[7][0x3aa0]=0x30b44ac2;
p[7][0x3aa2]=0x2f06e492;
p[7][0x3aa8]=0x2f06e492;
p[7][0x3aaa]=0x25b078aa;
p[7][0x3aae]=0x1c8941ee;
p[7][0x3ab8]=0x223433c9;
p[7][0x3aba]=0x1c8941ee;
p[7][0x3abe]=0x2318748;
p[7][0x3ae0]=0x12b61f63;
p[7][0x3ae2]=0x223433c9;
p[7][0x3ae8]=0x223433c9;
p[7][0x3aea]=0x1c8941ee;
p[7][0x3aee]=0x13b41cd0;
p[7][0x3af8]=0x10d2d248;
p[7][0x3afa]=0x2318748;
p[7][0x3afe]=0x2a5544fc;
p[7][0x3b80]=0x24e572cc;
p[7][0x3b82]=0x12b61f63;
p[7][0x3b88]=0x12b61f63;
p[7][0x3b8a]=0x223433c9;
p[7][0x3b8e]=0x3107dc80;
p[7][0x3ba0]=0x12b61f63;
p[7][0x3ba2]=0x223433c9;
p[7][0x3ba8]=0x223433c9;
p[7][0x3baa]=0x1c8941ee;
p[7][0x3bae]=0x13b41cd0;
p[7][0x3bb8]=0x3107dc80;
p[7][0x3bba]=0x13b41cd0;
p[7][0x3bbe]=0x2f248f65;
p[7][0x3be0]=0x22db6c97;
p[7][0x3be2]=0x10d2d248;
p[7][0x3be8]=0x10d2d248;
p[7][0x3bea]=0x2318748;
p[7][0x3bee]=0x2f248f65;
p[7][0x3bf8]=0x2c5bdc3e;
p[7][0x3bfa]=0x2a5544fc;
p[7][0x3bfe]=0x5cbf7ba;
p[7][0x3e00]=0xa5d739b;
p[7][0x3e02]=0x306fe8a8;
p[7][0x3e08]=0x306fe8a8;
p[7][0x3e0a]=0x2e1bdf32;
p[7][0x3e0e]=0x22db6c97;
p[7][0x3e20]=0x306fe8a8;
p[7][0x3e22]=0x2e1bdf32;
p[7][0x3e28]=0x2e1bdf32;
p[7][0x3e2a]=0x10b19e41;
p[7][0x3e2e]=0x10d2d248;
p[7][0x3e38]=0x22db6c97;
p[7][0x3e3a]=0x10d2d248;
p[7][0x3e3e]=0x20d16662;
p[7][0x3e80]=0x306fe8a8;
p[7][0x3e82]=0x2e1bdf32;
p[7][0x3e88]=0x2e1bdf32;
p[7][0x3e8a]=0x10b19e41;
p[7][0x3e8e]=0x10d2d248;
p[7][0x3ea0]=0x2e1bdf32;
p[7][0x3ea2]=0x10b19e41;
p[7][0x3ea8]=0x10b19e41;
p[7][0x3eaa]=0xf399fab;
p[7][0x3eae]=0x2318748;
p[7][0x3eb8]=0x10d2d248;
p[7][0x3eba]=0x2318748;
p[7][0x3ebe]=0xeef852d;
p[7][0x3ee0]=0x22db6c97;
p[7][0x3ee2]=0x10d2d248;
p[7][0x3ee8]=0x10d2d248;
p[7][0x3eea]=0x2318748;
p[7][0x3eee]=0x2f248f65;
p[7][0x3ef8]=0x20d16662;
p[7][0x3efa]=0xeef852d;
p[7][0x3efe]=0x2a51d609;
p[7][0x3f80]=0x6bdca3b;
p[7][0x3f82]=0x39f0584f;
p[7][0x3f88]=0x39f0584f;
p[7][0x3f8a]=0xc0387df;
p[7][0x3f8e]=0x2c5bdc3e;
p[7][0x3fa0]=0x39f0584f;
p[7][0x3fa2]=0xc0387df;
p[7][0x3fa8]=0xc0387df;
p[7][0x3faa]=0x1ac7263f;
p[7][0x3fae]=0x2a5544fc;
p[7][0x3fb8]=0x2c5bdc3e;
p[7][0x3fba]=0x2a5544fc;
p[7][0x3fbe]=0x2a51d609;
p[7][0x3fe0]=0x2692bb4b;
p[7][0x3fe2]=0x136073cb;
p[7][0x3fe8]=0x136073cb;
p[7][0x3fea]=0x550f05b;
p[7][0x3fee]=0x5cbf7ba;
p[7][0x3ff8]=0x2e417cc4;
p[7][0x3ffa]=0x33f5cf2a;
p[7][0x3ffe]=0x1dca0ea6;
p[7][0x8000]=0x4c5019d;
p[7][0x8002]=0x473a0e7;
p[7][0x8003]=0x3171b76b;
p[7][0x8008]=0x473a0e7;
p[7][0x800a]=0x11ad6f30;
p[7][0x800b]=0x3279eedd;
p[7][0x800e]=0x3279eedd;
p[7][0x800f]=0xa5d739b;
p[7][0x8020]=0x473a0e7;
p[7][0x8022]=0x11ad6f30;
p[7][0x8023]=0x3279eedd;
p[7][0x8028]=0x11ad6f30;
p[7][0x802a]=0x39997b4;
p[7][0x802b]=0x2fff2c4d;
p[7][0x802e]=0x2fff2c4d;
p[7][0x802f]=0x306fe8a8;
p[7][0x8038]=0x3279eedd;
p[7][0x803a]=0x2fff2c4d;
p[7][0x803b]=0x24e572cc;
p[7][0x803e]=0x306fe8a8;
p[7][0x803f]=0x6bdca3b;
p[7][0x8080]=0x473a0e7;
p[7][0x8082]=0x11ad6f30;
p[7][0x8083]=0x3279eedd;
p[7][0x8088]=0x11ad6f30;
p[7][0x808a]=0x39997b4;
p[7][0x808b]=0x2fff2c4d;
p[7][0x808e]=0x2fff2c4d;
p[7][0x808f]=0x306fe8a8;
p[7][0x80a0]=0x11ad6f30;
p[7][0x80a2]=0x39997b4;
p[7][0x80a3]=0x2fff2c4d;
p[7][0x80a8]=0x39997b4;
p[7][0x80aa]=0x5e9bd2f;
p[7][0x80ab]=0x30b44ac2;
p[7][0x80ae]=0x30b44ac2;
p[7][0x80af]=0x2e1bdf32;
p[7][0x80b8]=0x2fff2c4d;
p[7][0x80ba]=0x30b44ac2;
p[7][0x80bb]=0x12b61f63;
p[7][0x80be]=0x2e1bdf32;
p[7][0x80bf]=0x39f0584f;
p[7][0x80e0]=0x3279eedd;
p[7][0x80e2]=0x2fff2c4d;
p[7][0x80e3]=0x24e572cc;
p[7][0x80e8]=0x2fff2c4d;
p[7][0x80ea]=0x30b44ac2;
p[7][0x80eb]=0x12b61f63;
p[7][0x80ee]=0x12b61f63;
p[7][0x80ef]=0x22db6c97;
p[7][0x80f8]=0x306fe8a8;
p[7][0x80fa]=0x2e1bdf32;
p[7][0x80fb]=0x22db6c97;
p[7][0x80fe]=0x39f0584f;
p[7][0x80ff]=0x2692bb4b;
p[7][0x8200]=0x473a0e7;
p[7][0x8202]=0x11ad6f30;
p[7][0x8203]=0x3279eedd;
p[7][0x8208]=0x11ad6f30;
p[7][0x820a]=0x39997b4;
p[7][0x820b]=0x2fff2c4d;
p[7][0x820e]=0x2fff2c4d;
p[7][0x820f]=0x306fe8a8;
p[7][0x8220]=0x11ad6f30;
p[7][0x8222]=0x39997b4;
p[7][0x8223]=0x2fff2c4d;
p[7][0x8228]=0x39997b4;
p[7][0x822a]=0x5e9bd2f;
p[7][0x822b]=0x30b44ac2;
p[7][0x822e]=0x30b44ac2;
p[7][0x822f]=0x2e1bdf32;
p[7][0x8238]=0x2fff2c4d;
p[7][0x823a]=0x30b44ac2;
p[7][0x823b]=0x12b61f63;
p[7][0x823e]=0x2e1bdf32;
p[7][0x823f]=0x39f0584f;
p[7][0x8280]=0x11ad6f30;
p[7][0x8282]=0x39997b4;
p[7][0x8283]=0x2fff2c4d;
p[7][0x8288]=0x39997b4;
p[7][0x828a]=0x5e9bd2f;
p[7][0x828b]=0x30b44ac2;
p[7][0x828e]=0x30b44ac2;
p[7][0x828f]=0x2e1bdf32;
p[7][0x82a0]=0x39997b4;
p[7][0x82a2]=0x5e9bd2f;
p[7][0x82a3]=0x30b44ac2;
p[7][0x82a8]=0x5e9bd2f;
p[7][0x82aa]=0xb2f6dcd;
p[7][0x82ab]=0x2f06e492;
p[7][0x82ae]=0x2f06e492;
p[7][0x82af]=0x10b19e41;
p[7][0x82b8]=0x30b44ac2;
p[7][0x82ba]=0x2f06e492;
p[7][0x82bb]=0x223433c9;
p[7][0x82be]=0x10b19e41;
p[7][0x82bf]=0xc0387df;
p[7][0x82e0]=0x2fff2c4d;
p[7][0x82e2]=0x30b44ac2;
p[7][0x82e3]=0x12b61f63;
p[7][0x82e8]=0x30b44ac2;
p[7][0x82ea]=0x2f06e492;
p[7][0x82eb]=0x223433c9;
p[7][0x82ee]=0x223433c9;
p[7][0x82ef]=0x10d2d248;
p[7][0x82f8]=0x2e1bdf32;
p[7][0x82fa]=0x10b19e41;
p[7][0x82fb]=0x10d2d248;
p[7][0x82fe]=0xc0387df;
p[7][0x82ff]=0x136073cb;
p[7][0x8380]=0x3279eedd;
p[7][0x8382]=0x2fff2c4d;
p[7][0x8383]=0x24e572cc;
p[7][0x8388]=0x2fff2c4d;
p[7][0x838a]=0x30b44ac2;
p[7][0x838b]=0x12b61f63;
p[7][0x838e]=0x12b61f63;
p[7][0x838f]=0x22db6c97;
p[7][0x83a0]=0x2fff2c4d;
p[7][0x83a2]=0x30b44ac2;
p[7][0x83a3]=0x12b61f63;
p[7][0x83a8]=0x30b44ac2;
p[7][0x83aa]=0x2f06e492;
p[7][0x83ab]=0x223433c9;
p[7][0x83ae]=0x223433c9;
p[7][0x83af]=0x10d2d248;
p[7][0x83b8]=0x12b61f63;
p[7][0x83ba]=0x223433c9;
p[7][0x83bb]=0x3107dc80;
p[7][0x83be]=0x10d2d248;
p[7][0x83bf]=0x2c5bdc3e;
p[7][0x83e0]=0x306fe8a8;
p[7][0x83e2]=0x2e1bdf32;
p[7][0x83e3]=0x22db6c97;
p[7][0x83e8]=0x2e1bdf32;
p[7][0x83ea]=0x10b19e41;
p[7][0x83eb]=0x10d2d248;
p[7][0x83ee]=0x10d2d248;
p[7][0x83ef]=0x20d16662;
p[7][0x83f8]=0x39f0584f;
p[7][0x83fa]=0xc0387df;
p[7][0x83fb]=0x2c5bdc3e;
p[7][0x83fe]=0x136073cb;
p[7][0x83ff]=0x2e417cc4;
p[7][0x8800]=0x473a0e7;
p[7][0x8802]=0x11ad6f30;
p[7][0x8803]=0x3279eedd;
p[7][0x8808]=0x11ad6f30;
p[7][0x880a]=0x39997b4;
p[7][0x880b]=0x2fff2c4d;
p[7][0x880e]=0x2fff2c4d;
p[7][0x880f]=0x306fe8a8;
p[7][0x8820]=0x11ad6f30;
p[7][0x8822]=0x39997b4;
p[7][0x8823]=0x2fff2c4d;
p[7][0x8828]=0x39997b4;
p[7][0x882a]=0x5e9bd2f;
p[7][0x882b]=0x30b44ac2;
p[7][0x882e]=0x30b44ac2;
p[7][0x882f]=0x2e1bdf32;
p[7][0x8838]=0x2fff2c4d;
p[7][0x883a]=0x30b44ac2;
p[7][0x883b]=0x12b61f63;
p[7][0x883e]=0x2e1bdf32;
p[7][0x883f]=0x39f0584f;
p[7][0x8880]=0x11ad6f30;
p[7][0x8882]=0x39997b4;
p[7][0x8883]=0x2fff2c4d;
p[7][0x8888]=0x39997b4;
p[7][0x888a]=0x5e9bd2f;
p[7][0x888b]=0x30b44ac2;
p[7][0x888e]=0x30b44ac2;
p[7][0x888f]=0x2e1bdf32;
p[7][0x88a0]=0x39997b4;
p[7][0x88a2]=0x5e9bd2f;
p[7][0x88a3]=0x30b44ac2;
p[7][0x88a8]=0x5e9bd2f;
p[7][0x88aa]=0xb2f6dcd;
p[7][0x88ab]=0x2f06e492;
p[7][0x88ae]=0x2f06e492;
p[7][0x88af]=0x10b19e41;
p[7][0x88b8]=0x30b44ac2;
p[7][0x88ba]=0x2f06e492;
p[7][0x88bb]=0x223433c9;
p[7][0x88be]=0x10b19e41;
p[7][0x88bf]=0xc0387df;
p[7][0x88e0]=0x2fff2c4d;
p[7][0x88e2]=0x30b44ac2;
p[7][0x88e3]=0x12b61f63;
p[7][0x88e8]=0x30b44ac2;
p[7][0x88ea]=0x2f06e492;
p[7][0x88eb]=0x223433c9;
p[7][0x88ee]=0x223433c9;
p[7][0x88ef]=0x10d2d248;
p[7][0x88f8]=0x2e1bdf32;
p[7][0x88fa]=0x10b19e41;
p[7][0x88fb]=0x10d2d248;
p[7][0x88fe]=0xc0387df;
p[7][0x88ff]=0x136073cb;
p[7][0x8a00]=0x11ad6f30;
p[7][0x8a02]=0x39997b4;
p[7][0x8a03]=0x2fff2c4d;
p[7][0x8a08]=0x39997b4;
p[7][0x8a0a]=0x5e9bd2f;
p[7][0x8a0b]=0x30b44ac2;
p[7][0x8a0e]=0x30b44ac2;
p[7][0x8a0f]=0x2e1bdf32;
p[7][0x8a20]=0x39997b4;
p[7][0x8a22]=0x5e9bd2f;
p[7][0x8a23]=0x30b44ac2;
p[7][0x8a28]=0x5e9bd2f;
p[7][0x8a2a]=0xb2f6dcd;
p[7][0x8a2b]=0x2f06e492;
p[7][0x8a2e]=0x2f06e492;
p[7][0x8a2f]=0x10b19e41;
p[7][0x8a38]=0x30b44ac2;
p[7][0x8a3a]=0x2f06e492;
p[7][0x8a3b]=0x223433c9;
p[7][0x8a3e]=0x10b19e41;
p[7][0x8a3f]=0xc0387df;
p[7][0x8a80]=0x39997b4;
p[7][0x8a82]=0x5e9bd2f;
p[7][0x8a83]=0x30b44ac2;
p[7][0x8a88]=0x5e9bd2f;
p[7][0x8a8a]=0xb2f6dcd;
p[7][0x8a8b]=0x2f06e492;
p[7][0x8a8e]=0x2f06e492;
p[7][0x8a8f]=0x10b19e41;
p[7][0x8aa0]=0x5e9bd2f;
p[7][0x8aa2]=0xb2f6dcd;
p[7][0x8aa3]=0x2f06e492;
p[7][0x8aa8]=0xb2f6dcd;
p[7][0x8aaa]=0x17cf48b4;
p[7][0x8aab]=0x25b078aa;
p[7][0x8aae]=0x25b078aa;
p[7][0x8aaf]=0xf399fab;
p[7][0x8ab8]=0x2f06e492;
p[7][0x8aba]=0x25b078aa;
p[7][0x8abb]=0x1c8941ee;
p[7][0x8abe]=0xf399fab;
p[7][0x8abf]=0x1ac7263f;
p[7][0x8ae0]=0x30b44ac2;
p[7][0x8ae2]=0x2f06e492;
p[7][0x8ae3]=0x223433c9;
p[7][0x8ae8]=0x2f06e492;
p[7][0x8aea]=0x25b078aa;
p[7][0x8aeb]=0x1c8941ee;
p[7][0x8aee]=0x1c8941ee;
p[7][0x8aef]=0x2318748;
p[7][0x8af8]=0x10b19e41;
p[7][0x8afa]=0xf399fab;
p[7][0x8afb]=0x2318748;
p[7][0x8afe]=0x1ac7263f;
p[7][0x8aff]=0x550f05b;
p[7][0x8b80]=0x2fff2c4d;
p[7][0x8b82]=0x30b44ac2;
p[7][0x8b83]=0x12b61f63;
p[7][0x8b88]=0x30b44ac2;
p[7][0x8b8a]=0x2f06e492;
p[7][0x8b8b]=0x223433c9;
p[7][0x8b8e]=0x223433c9;
p[7][0x8b8f]=0x10d2d248;
p[7][0x8ba0]=0x30b44ac2;
p[7][0x8ba2]=0x2f06e492;
p[7][0x8ba3]=0x223433c9;
p[7][0x8ba8]=0x2f06e492;
p[7][0x8baa]=0x25b078aa;
p[7][0x8bab]=0x1c8941ee;
p[7][0x8bae]=0x1c8941ee;
p[7][0x8baf]=0x2318748;
p[7][0x8bb8]=0x223433c9;
p[7][0x8bba]=0x1c8941ee;
p[7][0x8bbb]=0x13b41cd0;
p[7][0x8bbe]=0x2318748;
p[7][0x8bbf]=0x2a5544fc;
p[7][0x8be0]=0x2e1bdf32;
p[7][0x8be2]=0x10b19e41;
p[7][0x8be3]=0x10d2d248;
p[7][0x8be8]=0x10b19e41;
p[7][0x8bea]=0xf399fab;
p[7][0x8beb]=0x2318748;
p[7][0x8bee]=0x2318748;
p[7][0x8bef]=0xeef852d;
p[7][0x8bf8]=0xc0387df;
p[7][0x8bfa]=0x1ac7263f;
p[7][0x8bfb]=0x2a5544fc;
p[7][0x8bfe]=0x550f05b;
p[7][0x8bff]=0x33f5cf2a;
p[7][0x8e00]=0x3279eedd;
p[7][0x8e02]=0x2fff2c4d;
p[7][0x8e03]=0x24e572cc;
p[7][0x8e08]=0x2fff2c4d;
p[7][0x8e0a]=0x30b44ac2;
p[7][0x8e0b]=0x12b61f63;
p[7][0x8e0e]=0x12b61f63;
p[7][0x8e0f]=0x22db6c97;
p[7][0x8e20]=0x2fff2c4d;
p[7][0x8e22]=0x30b44ac2;
p[7][0x8e23]=0x12b61f63;
p[7][0x8e28]=0x30b44ac2;
p[7][0x8e2a]=0x2f06e492;
p[7][0x8e2b]=0x223433c9;
p[7][0x8e2e]=0x223433c9;
p[7][0x8e2f]=0x10d2d248;
p[7][0x8e38]=0x12b61f63;
p[7][0x8e3a]=0x223433c9;
p[7][0x8e3b]=0x3107dc80;
p[7][0x8e3e]=0x10d2d248;
p[7][0x8e3f]=0x2c5bdc3e;
p[7][0x8e80]=0x2fff2c4d;
p[7][0x8e82]=0x30b44ac2;
p[7][0x8e83]=0x12b61f63;
p[7][0x8e88]=0x30b44ac2;
p[7][0x8e8a]=0x2f06e492;
p[7][0x8e8b]=0x223433c9;
p[7][0x8e8e]=0x223433c9;
p[7][0x8e8f]=0x10d2d248;
p[7][0x8ea0]=0x30b44ac2;
p[7][0x8ea2]=0x2f06e492;
p[7][0x8ea3]=0x223433c9;
p[7][0x8ea8]=0x2f06e492;
p[7][0x8eaa]=0x25b078aa;
p[7][0x8eab]=0x1c8941ee;
p[7][0x8eae]=0x1c8941ee;
p[7][0x8eaf]=0x2318748;
p[7][0x8eb8]=0x223433c9;
p[7][0x8eba]=0x1c8941ee;
p[7][0x8ebb]=0x13b41cd0;
p[7][0x8ebe]=0x2318748;
p[7][0x8ebf]=0x2a5544fc;
p[7][0x8ee0]=0x12b61f63;
p[7][0x8ee2]=0x223433c9;
p[7][0x8ee3]=0x3107dc80;
p[7][0x8ee8]=0x223433c9;
p[7][0x8eea]=0x1c8941ee;
p[7][0x8eeb]=0x13b41cd0;
p[7][0x8eee]=0x13b41cd0;
p[7][0x8eef]=0x2f248f65;
p[7][0x8ef8]=0x10d2d248;
p[7][0x8efa]=0x2318748;
p[7][0x8efb]=0x2f248f65;
p[7][0x8efe]=0x2a5544fc;
p[7][0x8eff]=0x5cbf7ba;
p[7][0x8f80]=0x306fe8a8;
p[7][0x8f82]=0x2e1bdf32;
p[7][0x8f83]=0x22db6c97;
p[7][0x8f88]=0x2e1bdf32;
p[7][0x8f8a]=0x10b19e41;
p[7][0x8f8b]=0x10d2d248;
p[7][0x8f8e]=0x10d2d248;
p[7][0x8f8f]=0x20d16662;
p[7][0x8fa0]=0x2e1bdf32;
p[7][0x8fa2]=0x10b19e41;
p[7][0x8fa3]=0x10d2d248;
p[7][0x8fa8]=0x10b19e41;
p[7][0x8faa]=0xf399fab;
p[7][0x8fab]=0x2318748;
p[7][0x8fae]=0x2318748;
p[7][0x8faf]=0xeef852d;
p[7][0x8fb8]=0x10d2d248;
p[7][0x8fba]=0x2318748;
p[7][0x8fbb]=0x2f248f65;
p[7][0x8fbe]=0xeef852d;
p[7][0x8fbf]=0x2a51d609;
p[7][0x8fe0]=0x39f0584f;
p[7][0x8fe2]=0xc0387df;
p[7][0x8fe3]=0x2c5bdc3e;
p[7][0x8fe8]=0xc0387df;
p[7][0x8fea]=0x1ac7263f;
p[7][0x8feb]=0x2a5544fc;
p[7][0x8fee]=0x2a5544fc;
p[7][0x8fef]=0x2a51d609;
p[7][0x8ff8]=0x136073cb;
p[7][0x8ffa]=0x550f05b;
p[7][0x8ffb]=0x5cbf7ba;
p[7][0x8ffe]=0x33f5cf2a;
p[7][0x8fff]=0x1dca0ea6;
p[7][0xa000]=0x473a0e7;
p[7][0xa002]=0x11ad6f30;
p[7][0xa003]=0x3279eedd;
p[7][0xa008]=0x11ad6f30;
p[7][0xa00a]=0x39997b4;
p[7][0xa00b]=0x2fff2c4d;
p[7][0xa00e]=0x2fff2c4d;
p[7][0xa00f]=0x306fe8a8;
p[7][0xa020]=0x11ad6f30;
p[7][0xa022]=0x39997b4;
p[7][0xa023]=0x2fff2c4d;
p[7][0xa028]=0x39997b4;
p[7][0xa02a]=0x5e9bd2f;
p[7][0xa02b]=0x30b44ac2;
p[7][0xa02e]=0x30b44ac2;
p[7][0xa02f]=0x2e1bdf32;
p[7][0xa038]=0x2fff2c4d;
p[7][0xa03a]=0x30b44ac2;
p[7][0xa03b]=0x12b61f63;
p[7][0xa03e]=0x2e1bdf32;
p[7][0xa03f]=0x39f0584f;
p[7][0xa080]=0x11ad6f30;
p[7][0xa082]=0x39997b4;
p[7][0xa083]=0x2fff2c4d;
p[7][0xa088]=0x39997b4;
p[7][0xa08a]=0x5e9bd2f;
p[7][0xa08b]=0x30b44ac2;
p[7][0xa08e]=0x30b44ac2;
p[7][0xa08f]=0x2e1bdf32;
p[7][0xa0a0]=0x39997b4;
p[7][0xa0a2]=0x5e9bd2f;
p[7][0xa0a3]=0x30b44ac2;
p[7][0xa0a8]=0x5e9bd2f;
p[7][0xa0aa]=0xb2f6dcd;
p[7][0xa0ab]=0x2f06e492;
p[7][0xa0ae]=0x2f06e492;
p[7][0xa0af]=0x10b19e41;
p[7][0xa0b8]=0x30b44ac2;
p[7][0xa0ba]=0x2f06e492;
p[7][0xa0bb]=0x223433c9;
p[7][0xa0be]=0x10b19e41;
p[7][0xa0bf]=0xc0387df;
p[7][0xa0e0]=0x2fff2c4d;
p[7][0xa0e2]=0x30b44ac2;
p[7][0xa0e3]=0x12b61f63;
p[7][0xa0e8]=0x30b44ac2;
p[7][0xa0ea]=0x2f06e492;
p[7][0xa0eb]=0x223433c9;
p[7][0xa0ee]=0x223433c9;
p[7][0xa0ef]=0x10d2d248;
p[7][0xa0f8]=0x2e1bdf32;
p[7][0xa0fa]=0x10b19e41;
p[7][0xa0fb]=0x10d2d248;
p[7][0xa0fe]=0xc0387df;
p[7][0xa0ff]=0x136073cb;
p[7][0xa200]=0x11ad6f30;
p[7][0xa202]=0x39997b4;
p[7][0xa203]=0x2fff2c4d;
p[7][0xa208]=0x39997b4;
p[7][0xa20a]=0x5e9bd2f;
p[7][0xa20b]=0x30b44ac2;
p[7][0xa20e]=0x30b44ac2;
p[7][0xa20f]=0x2e1bdf32;
p[7][0xa220]=0x39997b4;
p[7][0xa222]=0x5e9bd2f;
p[7][0xa223]=0x30b44ac2;
p[7][0xa228]=0x5e9bd2f;
p[7][0xa22a]=0xb2f6dcd;
p[7][0xa22b]=0x2f06e492;
p[7][0xa22e]=0x2f06e492;
p[7][0xa22f]=0x10b19e41;
p[7][0xa238]=0x30b44ac2;
p[7][0xa23a]=0x2f06e492;
p[7][0xa23b]=0x223433c9;
p[7][0xa23e]=0x10b19e41;
p[7][0xa23f]=0xc0387df;
p[7][0xa280]=0x39997b4;
p[7][0xa282]=0x5e9bd2f;
p[7][0xa283]=0x30b44ac2;
p[7][0xa288]=0x5e9bd2f;
p[7][0xa28a]=0xb2f6dcd;
p[7][0xa28b]=0x2f06e492;
p[7][0xa28e]=0x2f06e492;
p[7][0xa28f]=0x10b19e41;
p[7][0xa2a0]=0x5e9bd2f;
p[7][0xa2a2]=0xb2f6dcd;
p[7][0xa2a3]=0x2f06e492;
p[7][0xa2a8]=0xb2f6dcd;
p[7][0xa2aa]=0x17cf48b4;
p[7][0xa2ab]=0x25b078aa;
p[7][0xa2ae]=0x25b078aa;
p[7][0xa2af]=0xf399fab;
p[7][0xa2b8]=0x2f06e492;
p[7][0xa2ba]=0x25b078aa;
p[7][0xa2bb]=0x1c8941ee;
p[7][0xa2be]=0xf399fab;
p[7][0xa2bf]=0x1ac7263f;
p[7][0xa2e0]=0x30b44ac2;
p[7][0xa2e2]=0x2f06e492;
p[7][0xa2e3]=0x223433c9;
p[7][0xa2e8]=0x2f06e492;
p[7][0xa2ea]=0x25b078aa;
p[7][0xa2eb]=0x1c8941ee;
p[7][0xa2ee]=0x1c8941ee;
p[7][0xa2ef]=0x2318748;
p[7][0xa2f8]=0x10b19e41;
p[7][0xa2fa]=0xf399fab;
p[7][0xa2fb]=0x2318748;
p[7][0xa2fe]=0x1ac7263f;
p[7][0xa2ff]=0x550f05b;
p[7][0xa380]=0x2fff2c4d;
p[7][0xa382]=0x30b44ac2;
p[7][0xa383]=0x12b61f63;
p[7][0xa388]=0x30b44ac2;
p[7][0xa38a]=0x2f06e492;
p[7][0xa38b]=0x223433c9;
p[7][0xa38e]=0x223433c9;
p[7][0xa38f]=0x10d2d248;
p[7][0xa3a0]=0x30b44ac2;
p[7][0xa3a2]=0x2f06e492;
p[7][0xa3a3]=0x223433c9;
p[7][0xa3a8]=0x2f06e492;
p[7][0xa3aa]=0x25b078aa;
p[7][0xa3ab]=0x1c8941ee;
p[7][0xa3ae]=0x1c8941ee;
p[7][0xa3af]=0x2318748;
p[7][0xa3b8]=0x223433c9;
p[7][0xa3ba]=0x1c8941ee;
p[7][0xa3bb]=0x13b41cd0;
p[7][0xa3be]=0x2318748;
p[7][0xa3bf]=0x2a5544fc;
p[7][0xa3e0]=0x2e1bdf32;
p[7][0xa3e2]=0x10b19e41;
p[7][0xa3e3]=0x10d2d248;
p[7][0xa3e8]=0x10b19e41;
p[7][0xa3ea]=0xf399fab;
p[7][0xa3eb]=0x2318748;
p[7][0xa3ee]=0x2318748;
p[7][0xa3ef]=0xeef852d;
p[7][0xa3f8]=0xc0387df;
p[7][0xa3fa]=0x1ac7263f;
p[7][0xa3fb]=0x2a5544fc;
p[7][0xa3fe]=0x550f05b;
p[7][0xa3ff]=0x33f5cf2a;
p[7][0xa800]=0x11ad6f30;
p[7][0xa802]=0x39997b4;
p[7][0xa803]=0x2fff2c4d;
p[7][0xa808]=0x39997b4;
p[7][0xa80a]=0x5e9bd2f;
p[7][0xa80b]=0x30b44ac2;
p[7][0xa80e]=0x30b44ac2;
p[7][0xa80f]=0x2e1bdf32;
p[7][0xa820]=0x39997b4;
p[7][0xa822]=0x5e9bd2f;
p[7][0xa823]=0x30b44ac2;
p[7][0xa828]=0x5e9bd2f;
p[7][0xa82a]=0xb2f6dcd;
p[7][0xa82b]=0x2f06e492;
p[7][0xa82e]=0x2f06e492;
p[7][0xa82f]=0x10b19e41;
p[7][0xa838]=0x30b44ac2;
p[7][0xa83a]=0x2f06e492;
p[7][0xa83b]=0x223433c9;
p[7][0xa83e]=0x10b19e41;
p[7][0xa83f]=0xc0387df;
p[7][0xa880]=0x39997b4;
p[7][0xa882]=0x5e9bd2f;
p[7][0xa883]=0x30b44ac2;
p[7][0xa888]=0x5e9bd2f;
p[7][0xa88a]=0xb2f6dcd;
p[7][0xa88b]=0x2f06e492;
p[7][0xa88e]=0x2f06e492;
p[7][0xa88f]=0x10b19e41;
p[7][0xa8a0]=0x5e9bd2f;
p[7][0xa8a2]=0xb2f6dcd;
p[7][0xa8a3]=0x2f06e492;
p[7][0xa8a8]=0xb2f6dcd;
p[7][0xa8aa]=0x17cf48b4;
p[7][0xa8ab]=0x25b078aa;
p[7][0xa8ae]=0x25b078aa;
p[7][0xa8af]=0xf399fab;
p[7][0xa8b8]=0x2f06e492;
p[7][0xa8ba]=0x25b078aa;
p[7][0xa8bb]=0x1c8941ee;
p[7][0xa8be]=0xf399fab;
p[7][0xa8bf]=0x1ac7263f;
p[7][0xa8e0]=0x30b44ac2;
p[7][0xa8e2]=0x2f06e492;
p[7][0xa8e3]=0x223433c9;
p[7][0xa8e8]=0x2f06e492;
p[7][0xa8ea]=0x25b078aa;
p[7][0xa8eb]=0x1c8941ee;
p[7][0xa8ee]=0x1c8941ee;
p[7][0xa8ef]=0x2318748;
p[7][0xa8f8]=0x10b19e41;
p[7][0xa8fa]=0xf399fab;
p[7][0xa8fb]=0x2318748;
p[7][0xa8fe]=0x1ac7263f;
p[7][0xa8ff]=0x550f05b;
p[7][0xaa00]=0x39997b4;
p[7][0xaa02]=0x5e9bd2f;
p[7][0xaa03]=0x30b44ac2;
p[7][0xaa08]=0x5e9bd2f;
p[7][0xaa0a]=0xb2f6dcd;
p[7][0xaa0b]=0x2f06e492;
p[7][0xaa0e]=0x2f06e492;
p[7][0xaa0f]=0x10b19e41;
p[7][0xaa20]=0x5e9bd2f;
p[7][0xaa22]=0xb2f6dcd;
p[7][0xaa23]=0x2f06e492;
p[7][0xaa28]=0xb2f6dcd;
p[7][0xaa2a]=0x17cf48b4;
p[7][0xaa2b]=0x25b078aa;
p[7][0xaa2e]=0x25b078aa;
p[7][0xaa2f]=0xf399fab;
p[7][0xaa38]=0x2f06e492;
p[7][0xaa3a]=0x25b078aa;
p[7][0xaa3b]=0x1c8941ee;
p[7][0xaa3e]=0xf399fab;
p[7][0xaa3f]=0x1ac7263f;
p[7][0xaa80]=0x5e9bd2f;
p[7][0xaa82]=0xb2f6dcd;
p[7][0xaa83]=0x2f06e492;
p[7][0xaa88]=0xb2f6dcd;
p[7][0xaa8a]=0x17cf48b4;
p[7][0xaa8b]=0x25b078aa;
p[7][0xaa8e]=0x25b078aa;
p[7][0xaa8f]=0xf399fab;
p[7][0xaaa0]=0xb2f6dcd;
p[7][0xaaa2]=0x17cf48b4;
p[7][0xaaa3]=0x25b078aa;
p[7][0xaaa8]=0x17cf48b4;
p[7][0xaaaa]=0x979a193;
p[7][0xaaab]=0x6b101c8;
p[7][0xaaae]=0x6b101c8;
p[7][0xaaaf]=0x16042e9f;
p[7][0xaab8]=0x25b078aa;
p[7][0xaaba]=0x6b101c8;
p[7][0xaabb]=0x496b980;
p[7][0xaabe]=0x16042e9f;
p[7][0xaabf]=0x1db78288;
p[7][0xaae0]=0x2f06e492;
p[7][0xaae2]=0x25b078aa;
p[7][0xaae3]=0x1c8941ee;
p[7][0xaae8]=0x25b078aa;
p[7][0xaaea]=0x6b101c8;
p[7][0xaaeb]=0x496b980;
p[7][0xaaee]=0x496b980;
p[7][0xaaef]=0x3856c70e;
p[7][0xaaf8]=0xf399fab;
p[7][0xaafa]=0x16042e9f;
p[7][0xaafb]=0x3856c70e;
p[7][0xaafe]=0x1db78288;
p[7][0xaaff]=0x135a18b5;
p[7][0xab80]=0x30b44ac2;
p[7][0xab82]=0x2f06e492;
p[7][0xab83]=0x223433c9;
p[7][0xab88]=0x2f06e492;
p[7][0xab8a]=0x25b078aa;
p[7][0xab8b]=0x1c8941ee;
p[7][0xab8e]=0x1c8941ee;
p[7][0xab8f]=0x2318748;
p[7][0xaba0]=0x2f06e492;
p[7][0xaba2]=0x25b078aa;
p[7][0xaba3]=0x1c8941ee;
p[7][0xaba8]=0x25b078aa;
p[7][0xabaa]=0x6b101c8;
p[7][0xabab]=0x496b980;
p[7][0xabae]=0x496b980;
p[7][0xabaf]=0x3856c70e;
p[7][0xabb8]=0x1c8941ee;
p[7][0xabba]=0x496b980;
p[7][0xabbb]=0xa0b9f4a;
p[7][0xabbe]=0x3856c70e;
p[7][0xabbf]=0xc470f46;
p[7][0xabe0]=0x10b19e41;
p[7][0xabe2]=0xf399fab;
p[7][0xabe3]=0x2318748;
p[7][0xabe8]=0xf399fab;
p[7][0xabea]=0x16042e9f;
p[7][0xabeb]=0x3856c70e;
p[7][0xabee]=0x3856c70e;
p[7][0xabef]=0x1dc9a4ce;
p[7][0xabf8]=0x1ac7263f;
p[7][0xabfa]=0x1db78288;
p[7][0xabfb]=0xc470f46;
p[7][0xabfe]=0x135a18b5;
p[7][0xabff]=0x1a0418a6;
p[7][0xae00]=0x2fff2c4d;
p[7][0xae02]=0x30b44ac2;
p[7][0xae03]=0x12b61f63;
p[7][0xae08]=0x30b44ac2;
p[7][0xae0a]=0x2f06e492;
p[7][0xae0b]=0x223433c9;
p[7][0xae0e]=0x223433c9;
p[7][0xae0f]=0x10d2d248;
p[7][0xae20]=0x30b44ac2;
p[7][0xae22]=0x2f06e492;
p[7][0xae23]=0x223433c9;
p[7][0xae28]=0x2f06e492;
p[7][0xae2a]=0x25b078aa;
p[7][0xae2b]=0x1c8941ee;
p[7][0xae2e]=0x1c8941ee;
p[7][0xae2f]=0x2318748;
p[7][0xae38]=0x223433c9;
p[7][0xae3a]=0x1c8941ee;
p[7][0xae3b]=0x13b41cd0;
p[7][0xae3e]=0x2318748;
p[7][0xae3f]=0x2a5544fc;
p[7][0xae80]=0x30b44ac2;
p[7][0xae82]=0x2f06e492;
p[7][0xae83]=0x223433c9;
p[7][0xae88]=0x2f06e492;
p[7][0xae8a]=0x25b078aa;
p[7][0xae8b]=0x1c8941ee;
p[7][0xae8e]=0x1c8941ee;
p[7][0xae8f]=0x2318748;
p[7][0xaea0]=0x2f06e492;
p[7][0xaea2]=0x25b078aa;
p[7][0xaea3]=0x1c8941ee;
p[7][0xaea8]=0x25b078aa;
p[7][0xaeaa]=0x6b101c8;
p[7][0xaeab]=0x496b980;
p[7][0xaeae]=0x496b980;
p[7][0xaeaf]=0x3856c70e;
p[7][0xaeb8]=0x1c8941ee;
p[7][0xaeba]=0x496b980;
p[7][0xaebb]=0xa0b9f4a;
p[7][0xaebe]=0x3856c70e;
p[7][0xaebf]=0xc470f46;
p[7][0xaee0]=0x223433c9;
p[7][0xaee2]=0x1c8941ee;
p[7][0xaee3]=0x13b41cd0;
p[7][0xaee8]=0x1c8941ee;
p[7][0xaeea]=0x496b980;
p[7][0xaeeb]=0xa0b9f4a;
p[7][0xaeee]=0xa0b9f4a;
p[7][0xaeef]=0x2f4c3a56;
p[7][0xaef8]=0x2318748;
p[7][0xaefa]=0x3856c70e;
p[7][0xaefb]=0x2f4c3a56;
p[7][0xaefe]=0xc470f46;
p[7][0xaeff]=0x23a2ad78;
p[7][0xaf80]=0x2e1bdf32;
p[7][0xaf82]=0x10b19e41;
p[7][0xaf83]=0x10d2d248;
p[7][0xaf88]=0x10b19e41;
p[7][0xaf8a]=0xf399fab;
p[7][0xaf8b]=0x2318748;
p[7][0xaf8e]=0x2318748;
p[7][0xaf8f]=0xeef852d;
p[7][0xafa0]=0x10b19e41;
p[7][0xafa2]=0xf399fab;
p[7][0xafa3]=0x2318748;
p[7][0xafa8]=0xf399fab;
p[7][0xafaa]=0x16042e9f;
p[7][0xafab]=0x3856c70e;
p[7][0xafae]=0x3856c70e;
p[7][0xafaf]=0x1dc9a4ce;
p[7][0xafb8]=0x2318748;
p[7][0xafba]=0x3856c70e;
p[7][0xafbb]=0x2f4c3a56;
p[7][0xafbe]=0x1dc9a4ce;
p[7][0xafbf]=0x2871f7e1;
p[7][0xafe0]=0xc0387df;
p[7][0xafe2]=0x1ac7263f;
p[7][0xafe3]=0x2a5544fc;
p[7][0xafe8]=0x1ac7263f;
p[7][0xafea]=0x1db78288;
p[7][0xafeb]=0xc470f46;
p[7][0xafee]=0xc470f46;
p[7][0xafef]=0x2871f7e1;
p[7][0xaff8]=0x550f05b;
p[7][0xaffa]=0x135a18b5;
p[7][0xaffb]=0x23a2ad78;
p[7][0xaffe]=0x1a0418a6;
p[7][0xafff]=0x247ad65e;
p[7][0xb800]=0x3279eedd;
p[7][0xb802]=0x2fff2c4d;
p[7][0xb803]=0x24e572cc;
p[7][0xb808]=0x2fff2c4d;
p[7][0xb80a]=0x30b44ac2;
p[7][0xb80b]=0x12b61f63;
p[7][0xb80e]=0x12b61f63;
p[7][0xb80f]=0x22db6c97;
p[7][0xb820]=0x2fff2c4d;
p[7][0xb822]=0x30b44ac2;
p[7][0xb823]=0x12b61f63;
p[7][0xb828]=0x30b44ac2;
p[7][0xb82a]=0x2f06e492;
p[7][0xb82b]=0x223433c9;
p[7][0xb82e]=0x223433c9;
p[7][0xb82f]=0x10d2d248;
p[7][0xb838]=0x12b61f63;
p[7][0xb83a]=0x223433c9;
p[7][0xb83b]=0x3107dc80;
p[7][0xb83e]=0x10d2d248;
p[7][0xb83f]=0x2c5bdc3e;
p[7][0xb880]=0x2fff2c4d;
p[7][0xb882]=0x30b44ac2;
p[7][0xb883]=0x12b61f63;
p[7][0xb888]=0x30b44ac2;
p[7][0xb88a]=0x2f06e492;
p[7][0xb88b]=0x223433c9;
p[7][0xb88e]=0x223433c9;
p[7][0xb88f]=0x10d2d248;
p[7][0xb8a0]=0x30b44ac2;
p[7][0xb8a2]=0x2f06e492;
p[7][0xb8a3]=0x223433c9;
p[7][0xb8a8]=0x2f06e492;
p[7][0xb8aa]=0x25b078aa;
p[7][0xb8ab]=0x1c8941ee;
p[7][0xb8ae]=0x1c8941ee;
p[7][0xb8af]=0x2318748;
p[7][0xb8b8]=0x223433c9;
p[7][0xb8ba]=0x1c8941ee;
p[7][0xb8bb]=0x13b41cd0;
p[7][0xb8be]=0x2318748;
p[7][0xb8bf]=0x2a5544fc;
p[7][0xb8e0]=0x12b61f63;
p[7][0xb8e2]=0x223433c9;
p[7][0xb8e3]=0x3107dc80;
p[7][0xb8e8]=0x223433c9;
p[7][0xb8ea]=0x1c8941ee;
p[7][0xb8eb]=0x13b41cd0;
p[7][0xb8ee]=0x13b41cd0;
p[7][0xb8ef]=0x2f248f65;
p[7][0xb8f8]=0x10d2d248;
p[7][0xb8fa]=0x2318748;
p[7][0xb8fb]=0x2f248f65;
p[7][0xb8fe]=0x2a5544fc;
p[7][0xb8ff]=0x5cbf7ba;
p[7][0xba00]=0x2fff2c4d;
p[7][0xba02]=0x30b44ac2;
p[7][0xba03]=0x12b61f63;
p[7][0xba08]=0x30b44ac2;
p[7][0xba0a]=0x2f06e492;
p[7][0xba0b]=0x223433c9;
p[7][0xba0e]=0x223433c9;
p[7][0xba0f]=0x10d2d248;
p[7][0xba20]=0x30b44ac2;
p[7][0xba22]=0x2f06e492;
p[7][0xba23]=0x223433c9;
p[7][0xba28]=0x2f06e492;
p[7][0xba2a]=0x25b078aa;
p[7][0xba2b]=0x1c8941ee;
p[7][0xba2e]=0x1c8941ee;
p[7][0xba2f]=0x2318748;
p[7][0xba38]=0x223433c9;
p[7][0xba3a]=0x1c8941ee;
p[7][0xba3b]=0x13b41cd0;
p[7][0xba3e]=0x2318748;
p[7][0xba3f]=0x2a5544fc;
p[7][0xba80]=0x30b44ac2;
p[7][0xba82]=0x2f06e492;
p[7][0xba83]=0x223433c9;
p[7][0xba88]=0x2f06e492;
p[7][0xba8a]=0x25b078aa;
p[7][0xba8b]=0x1c8941ee;
p[7][0xba8e]=0x1c8941ee;
p[7][0xba8f]=0x2318748;
p[7][0xbaa0]=0x2f06e492;
p[7][0xbaa2]=0x25b078aa;
p[7][0xbaa3]=0x1c8941ee;
p[7][0xbaa8]=0x25b078aa;
p[7][0xbaaa]=0x6b101c8;
p[7][0xbaab]=0x496b980;
p[7][0xbaae]=0x496b980;
p[7][0xbaaf]=0x3856c70e;
p[7][0xbab8]=0x1c8941ee;
p[7][0xbaba]=0x496b980;
p[7][0xbabb]=0xa0b9f4a;
p[7][0xbabe]=0x3856c70e;
p[7][0xbabf]=0xc470f46;
p[7][0xbae0]=0x223433c9;
p[7][0xbae2]=0x1c8941ee;
p[7][0xbae3]=0x13b41cd0;
p[7][0xbae8]=0x1c8941ee;
p[7][0xbaea]=0x496b980;
p[7][0xbaeb]=0xa0b9f4a;
p[7][0xbaee]=0xa0b9f4a;
p[7][0xbaef]=0x2f4c3a56;
p[7][0xbaf8]=0x2318748;
p[7][0xbafa]=0x3856c70e;
p[7][0xbafb]=0x2f4c3a56;
p[7][0xbafe]=0xc470f46;
p[7][0xbaff]=0x23a2ad78;
p[7][0xbb80]=0x12b61f63;
p[7][0xbb82]=0x223433c9;
p[7][0xbb83]=0x3107dc80;
p[7][0xbb88]=0x223433c9;
p[7][0xbb8a]=0x1c8941ee;
p[7][0xbb8b]=0x13b41cd0;
p[7][0xbb8e]=0x13b41cd0;
p[7][0xbb8f]=0x2f248f65;
p[7][0xbba0]=0x223433c9;
p[7][0xbba2]=0x1c8941ee;
p[7][0xbba3]=0x13b41cd0;
p[7][0xbba8]=0x1c8941ee;
p[7][0xbbaa]=0x496b980;
p[7][0xbbab]=0xa0b9f4a;
p[7][0xbbae]=0xa0b9f4a;
p[7][0xbbaf]=0x2f4c3a56;
p[7][0xbbb8]=0x13b41cd0;
p[7][0xbbba]=0xa0b9f4a;
p[7][0xbbbb]=0x53405d7;
p[7][0xbbbe]=0x2f4c3a56;
p[7][0xbbbf]=0xd0c3812;
p[7][0xbbe0]=0x10d2d248;
p[7][0xbbe2]=0x2318748;
p[7][0xbbe3]=0x2f248f65;
p[7][0xbbe8]=0x2318748;
p[7][0xbbea]=0x3856c70e;
p[7][0xbbeb]=0x2f4c3a56;
p[7][0xbbee]=0x2f4c3a56;
p[7][0xbbef]=0x2d41424a;
p[7][0xbbf8]=0x2a5544fc;
p[7][0xbbfa]=0xc470f46;
p[7][0xbbfb]=0xd0c3812;
p[7][0xbbfe]=0x23a2ad78;
p[7][0xbbff]=0x26615319;
p[7][0xbe00]=0x306fe8a8;
p[7][0xbe02]=0x2e1bdf32;
p[7][0xbe03]=0x22db6c97;
p[7][0xbe08]=0x2e1bdf32;
p[7][0xbe0a]=0x10b19e41;
p[7][0xbe0b]=0x10d2d248;
p[7][0xbe0e]=0x10d2d248;
p[7][0xbe0f]=0x20d16662;
p[7][0xbe20]=0x2e1bdf32;
p[7][0xbe22]=0x10b19e41;
p[7][0xbe23]=0x10d2d248;
p[7][0xbe28]=0x10b19e41;
p[7][0xbe2a]=0xf399fab;
p[7][0xbe2b]=0x2318748;
p[7][0xbe2e]=0x2318748;
p[7][0xbe2f]=0xeef852d;
p[7][0xbe38]=0x10d2d248;
p[7][0xbe3a]=0x2318748;
p[7][0xbe3b]=0x2f248f65;
p[7][0xbe3e]=0xeef852d;
p[7][0xbe3f]=0x2a51d609;
p[7][0xbe80]=0x2e1bdf32;
p[7][0xbe82]=0x10b19e41;
p[7][0xbe83]=0x10d2d248;
p[7][0xbe88]=0x10b19e41;
p[7][0xbe8a]=0xf399fab;
p[7][0xbe8b]=0x2318748;
p[7][0xbe8e]=0x2318748;
p[7][0xbe8f]=0xeef852d;
p[7][0xbea0]=0x10b19e41;
p[7][0xbea2]=0xf399fab;
p[7][0xbea3]=0x2318748;
p[7][0xbea8]=0xf399fab;
p[7][0xbeaa]=0x16042e9f;
p[7][0xbeab]=0x3856c70e;
p[7][0xbeae]=0x3856c70e;
p[7][0xbeaf]=0x1dc9a4ce;
p[7][0xbeb8]=0x2318748;
p[7][0xbeba]=0x3856c70e;
p[7][0xbebb]=0x2f4c3a56;
p[7][0xbebe]=0x1dc9a4ce;
p[7][0xbebf]=0x2871f7e1;
p[7][0xbee0]=0x10d2d248;
p[7][0xbee2]=0x2318748;
p[7][0xbee3]=0x2f248f65;
p[7][0xbee8]=0x2318748;
p[7][0xbeea]=0x3856c70e;
p[7][0xbeeb]=0x2f4c3a56;
p[7][0xbeee]=0x2f4c3a56;
p[7][0xbeef]=0x2d41424a;
p[7][0xbef8]=0xeef852d;
p[7][0xbefa]=0x1dc9a4ce;
p[7][0xbefb]=0x2d41424a;
p[7][0xbefe]=0x2871f7e1;
p[7][0xbeff]=0x3c1f185;
p[7][0xbf80]=0x39f0584f;
p[7][0xbf82]=0xc0387df;
p[7][0xbf83]=0x2c5bdc3e;
p[7][0xbf88]=0xc0387df;
p[7][0xbf8a]=0x1ac7263f;
p[7][0xbf8b]=0x2a5544fc;
p[7][0xbf8e]=0x2a5544fc;
p[7][0xbf8f]=0x2a51d609;
p[7][0xbfa0]=0xc0387df;
p[7][0xbfa2]=0x1ac7263f;
p[7][0xbfa3]=0x2a5544fc;
p[7][0xbfa8]=0x1ac7263f;
p[7][0xbfaa]=0x1db78288;
p[7][0xbfab]=0xc470f46;
p[7][0xbfae]=0xc470f46;
p[7][0xbfaf]=0x2871f7e1;
p[7][0xbfb8]=0x2a5544fc;
p[7][0xbfba]=0xc470f46;
p[7][0xbfbb]=0xd0c3812;
p[7][0xbfbe]=0x2871f7e1;
p[7][0xbfbf]=0x33d245b0;
p[7][0xbfe0]=0x136073cb;
p[7][0xbfe2]=0x550f05b;
p[7][0xbfe3]=0x5cbf7ba;
p[7][0xbfe8]=0x550f05b;
p[7][0xbfea]=0x135a18b5;
p[7][0xbfeb]=0x23a2ad78;
p[7][0xbfee]=0x23a2ad78;
p[7][0xbfef]=0x3c1f185;
p[7][0xbff8]=0x33f5cf2a;
p[7][0xbffa]=0x1a0418a6;
p[7][0xbffb]=0x26615319;
p[7][0xbffe]=0x247ad65e;
p[7][0xbfff]=0x30c73af8;
p[7][0xe000]=0x3171b76b;
p[7][0xe002]=0x3279eedd;
p[7][0xe003]=0xa5d739b;
p[7][0xe008]=0x3279eedd;
p[7][0xe00a]=0x2fff2c4d;
p[7][0xe00b]=0x306fe8a8;
p[7][0xe00e]=0x24e572cc;
p[7][0xe00f]=0x6bdca3b;
p[7][0xe020]=0x3279eedd;
p[7][0xe022]=0x2fff2c4d;
p[7][0xe023]=0x306fe8a8;
p[7][0xe028]=0x2fff2c4d;
p[7][0xe02a]=0x30b44ac2;
p[7][0xe02b]=0x2e1bdf32;
p[7][0xe02e]=0x12b61f63;
p[7][0xe02f]=0x39f0584f;
p[7][0xe038]=0x24e572cc;
p[7][0xe03a]=0x12b61f63;
p[7][0xe03b]=0x22db6c97;
p[7][0xe03e]=0x22db6c97;
p[7][0xe03f]=0x2692bb4b;
p[7][0xe080]=0x3279eedd;
p[7][0xe082]=0x2fff2c4d;
p[7][0xe083]=0x306fe8a8;
p[7][0xe088]=0x2fff2c4d;
p[7][0xe08a]=0x30b44ac2;
p[7][0xe08b]=0x2e1bdf32;
p[7][0xe08e]=0x12b61f63;
p[7][0xe08f]=0x39f0584f;
p[7][0xe0a0]=0x2fff2c4d;
p[7][0xe0a2]=0x30b44ac2;
p[7][0xe0a3]=0x2e1bdf32;
p[7][0xe0a8]=0x30b44ac2;
p[7][0xe0aa]=0x2f06e492;
p[7][0xe0ab]=0x10b19e41;
p[7][0xe0ae]=0x223433c9;
p[7][0xe0af]=0xc0387df;
p[7][0xe0b8]=0x12b61f63;
p[7][0xe0ba]=0x223433c9;
p[7][0xe0bb]=0x10d2d248;
p[7][0xe0be]=0x10d2d248;
p[7][0xe0bf]=0x136073cb;
p[7][0xe0e0]=0x24e572cc;
p[7][0xe0e2]=0x12b61f63;
p[7][0xe0e3]=0x22db6c97;
p[7][0xe0e8]=0x12b61f63;
p[7][0xe0ea]=0x223433c9;
p[7][0xe0eb]=0x10d2d248;
p[7][0xe0ee]=0x3107dc80;
p[7][0xe0ef]=0x2c5bdc3e;
p[7][0xe0f8]=0x22db6c97;
p[7][0xe0fa]=0x10d2d248;
p[7][0xe0fb]=0x20d16662;
p[7][0xe0fe]=0x2c5bdc3e;
p[7][0xe0ff]=0x2e417cc4;
p[7][0xe200]=0x3279eedd;
p[7][0xe202]=0x2fff2c4d;
p[7][0xe203]=0x306fe8a8;
p[7][0xe208]=0x2fff2c4d;
p[7][0xe20a]=0x30b44ac2;
p[7][0xe20b]=0x2e1bdf32;
p[7][0xe20e]=0x12b61f63;
p[7][0xe20f]=0x39f0584f;
p[7][0xe220]=0x2fff2c4d;
p[7][0xe222]=0x30b44ac2;
p[7][0xe223]=0x2e1bdf32;
p[7][0xe228]=0x30b44ac2;
p[7][0xe22a]=0x2f06e492;
p[7][0xe22b]=0x10b19e41;
p[7][0xe22e]=0x223433c9;
p[7][0xe22f]=0xc0387df;
p[7][0xe238]=0x12b61f63;
p[7][0xe23a]=0x223433c9;
p[7][0xe23b]=0x10d2d248;
p[7][0xe23e]=0x10d2d248;
p[7][0xe23f]=0x136073cb;
p[7][0xe280]=0x2fff2c4d;
p[7][0xe282]=0x30b44ac2;
p[7][0xe283]=0x2e1bdf32;
p[7][0xe288]=0x30b44ac2;
p[7][0xe28a]=0x2f06e492;
p[7][0xe28b]=0x10b19e41;
p[7][0xe28e]=0x223433c9;
p[7][0xe28f]=0xc0387df;
p[7][0xe2a0]=0x30b44ac2;
p[7][0xe2a2]=0x2f06e492;
p[7][0xe2a3]=0x10b19e41;
p[7][0xe2a8]=0x2f06e492;
p[7][0xe2aa]=0x25b078aa;
p[7][0xe2ab]=0xf399fab;
p[7][0xe2ae]=0x1c8941ee;
p[7][0xe2af]=0x1ac7263f;
p[7][0xe2b8]=0x223433c9;
p[7][0xe2ba]=0x1c8941ee;
p[7][0xe2bb]=0x2318748;
p[7][0xe2be]=0x2318748;
p[7][0xe2bf]=0x550f05b;
p[7][0xe2e0]=0x12b61f63;
p[7][0xe2e2]=0x223433c9;
p[7][0xe2e3]=0x10d2d248;
p[7][0xe2e8]=0x223433c9;
p[7][0xe2ea]=0x1c8941ee;
p[7][0xe2eb]=0x2318748;
p[7][0xe2ee]=0x13b41cd0;
p[7][0xe2ef]=0x2a5544fc;
p[7][0xe2f8]=0x10d2d248;
p[7][0xe2fa]=0x2318748;
p[7][0xe2fb]=0xeef852d;
p[7][0xe2fe]=0x2a5544fc;
p[7][0xe2ff]=0x33f5cf2a;
p[7][0xe380]=0x24e572cc;
p[7][0xe382]=0x12b61f63;
p[7][0xe383]=0x22db6c97;
p[7][0xe388]=0x12b61f63;
p[7][0xe38a]=0x223433c9;
p[7][0xe38b]=0x10d2d248;
p[7][0xe38e]=0x3107dc80;
p[7][0xe38f]=0x2c5bdc3e;
p[7][0xe3a0]=0x12b61f63;
p[7][0xe3a2]=0x223433c9;
p[7][0xe3a3]=0x10d2d248;
p[7][0xe3a8]=0x223433c9;
p[7][0xe3aa]=0x1c8941ee;
p[7][0xe3ab]=0x2318748;
p[7][0xe3ae]=0x13b41cd0;
p[7][0xe3af]=0x2a5544fc;
p[7][0xe3b8]=0x3107dc80;
p[7][0xe3ba]=0x13b41cd0;
p[7][0xe3bb]=0x2f248f65;
p[7][0xe3be]=0x2f248f65;
p[7][0xe3bf]=0x5cbf7ba;
p[7][0xe3e0]=0x22db6c97;
p[7][0xe3e2]=0x10d2d248;
p[7][0xe3e3]=0x20d16662;
p[7][0xe3e8]=0x10d2d248;
p[7][0xe3ea]=0x2318748;
p[7][0xe3eb]=0xeef852d;
p[7][0xe3ee]=0x2f248f65;
p[7][0xe3ef]=0x2a51d609;
p[7][0xe3f8]=0x2c5bdc3e;
p[7][0xe3fa]=0x2a5544fc;
p[7][0xe3fb]=0x2a51d609;
p[7][0xe3fe]=0x5cbf7ba;
p[7][0xe3ff]=0x1dca0ea6;
p[7][0xe800]=0x3279eedd;
p[7][0xe802]=0x2fff2c4d;
p[7][0xe803]=0x306fe8a8;
p[7][0xe808]=0x2fff2c4d;
p[7][0xe80a]=0x30b44ac2;
p[7][0xe80b]=0x2e1bdf32;
p[7][0xe80e]=0x12b61f63;
p[7][0xe80f]=0x39f0584f;
p[7][0xe820]=0x2fff2c4d;
p[7][0xe822]=0x30b44ac2;
p[7][0xe823]=0x2e1bdf32;
p[7][0xe828]=0x30b44ac2;
p[7][0xe82a]=0x2f06e492;
p[7][0xe82b]=0x10b19e41;
p[7][0xe82e]=0x223433c9;
p[7][0xe82f]=0xc0387df;
p[7][0xe838]=0x12b61f63;
p[7][0xe83a]=0x223433c9;
p[7][0xe83b]=0x10d2d248;
p[7][0xe83e]=0x10d2d248;
p[7][0xe83f]=0x136073cb;
p[7][0xe880]=0x2fff2c4d;
p[7][0xe882]=0x30b44ac2;
p[7][0xe883]=0x2e1bdf32;
p[7][0xe888]=0x30b44ac2;
p[7][0xe88a]=0x2f06e492;
p[7][0xe88b]=0x10b19e41;
p[7][0xe88e]=0x223433c9;
p[7][0xe88f]=0xc0387df;
p[7][0xe8a0]=0x30b44ac2;
p[7][0xe8a2]=0x2f06e492;
p[7][0xe8a3]=0x10b19e41;
p[7][0xe8a8]=0x2f06e492;
p[7][0xe8aa]=0x25b078aa;
p[7][0xe8ab]=0xf399fab;
p[7][0xe8ae]=0x1c8941ee;
p[7][0xe8af]=0x1ac7263f;
p[7][0xe8b8]=0x223433c9;
p[7][0xe8ba]=0x1c8941ee;
p[7][0xe8bb]=0x2318748;
p[7][0xe8be]=0x2318748;
p[7][0xe8bf]=0x550f05b;
p[7][0xe8e0]=0x12b61f63;
p[7][0xe8e2]=0x223433c9;
p[7][0xe8e3]=0x10d2d248;
p[7][0xe8e8]=0x223433c9;
p[7][0xe8ea]=0x1c8941ee;
p[7][0xe8eb]=0x2318748;
p[7][0xe8ee]=0x13b41cd0;
p[7][0xe8ef]=0x2a5544fc;
p[7][0xe8f8]=0x10d2d248;
p[7][0xe8fa]=0x2318748;
p[7][0xe8fb]=0xeef852d;
p[7][0xe8fe]=0x2a5544fc;
p[7][0xe8ff]=0x33f5cf2a;
p[7][0xea00]=0x2fff2c4d;
p[7][0xea02]=0x30b44ac2;
p[7][0xea03]=0x2e1bdf32;
p[7][0xea08]=0x30b44ac2;
p[7][0xea0a]=0x2f06e492;
p[7][0xea0b]=0x10b19e41;
p[7][0xea0e]=0x223433c9;
p[7][0xea0f]=0xc0387df;
p[7][0xea20]=0x30b44ac2;
p[7][0xea22]=0x2f06e492;
p[7][0xea23]=0x10b19e41;
p[7][0xea28]=0x2f06e492;
p[7][0xea2a]=0x25b078aa;
p[7][0xea2b]=0xf399fab;
p[7][0xea2e]=0x1c8941ee;
p[7][0xea2f]=0x1ac7263f;
p[7][0xea38]=0x223433c9;
p[7][0xea3a]=0x1c8941ee;
p[7][0xea3b]=0x2318748;
p[7][0xea3e]=0x2318748;
p[7][0xea3f]=0x550f05b;
p[7][0xea80]=0x30b44ac2;
p[7][0xea82]=0x2f06e492;
p[7][0xea83]=0x10b19e41;
p[7][0xea88]=0x2f06e492;
p[7][0xea8a]=0x25b078aa;
p[7][0xea8b]=0xf399fab;
p[7][0xea8e]=0x1c8941ee;
p[7][0xea8f]=0x1ac7263f;
p[7][0xeaa0]=0x2f06e492;
p[7][0xeaa2]=0x25b078aa;
p[7][0xeaa3]=0xf399fab;
p[7][0xeaa8]=0x25b078aa;
p[7][0xeaaa]=0x6b101c8;
p[7][0xeaab]=0x16042e9f;
p[7][0xeaae]=0x496b980;
p[7][0xeaaf]=0x1db78288;
p[7][0xeab8]=0x1c8941ee;
p[7][0xeaba]=0x496b980;
p[7][0xeabb]=0x3856c70e;
p[7][0xeabe]=0x3856c70e;
p[7][0xeabf]=0x135a18b5;
p[7][0xeae0]=0x223433c9;
p[7][0xeae2]=0x1c8941ee;
p[7][0xeae3]=0x2318748;
p[7][0xeae8]=0x1c8941ee;
p[7][0xeaea]=0x496b980;
p[7][0xeaeb]=0x3856c70e;
p[7][0xeaee]=0xa0b9f4a;
p[7][0xeaef]=0xc470f46;
p[7][0xeaf8]=0x2318748;
p[7][0xeafa]=0x3856c70e;
p[7][0xeafb]=0x1dc9a4ce;
p[7][0xeafe]=0xc470f46;
p[7][0xeaff]=0x1a0418a6;
p[7][0xeb80]=0x12b61f63;
p[7][0xeb82]=0x223433c9;
p[7][0xeb83]=0x10d2d248;
p[7][0xeb88]=0x223433c9;
p[7][0xeb8a]=0x1c8941ee;
p[7][0xeb8b]=0x2318748;
p[7][0xeb8e]=0x13b41cd0;
p[7][0xeb8f]=0x2a5544fc;
p[7][0xeba0]=0x223433c9;
p[7][0xeba2]=0x1c8941ee;
p[7][0xeba3]=0x2318748;
p[7][0xeba8]=0x1c8941ee;
p[7][0xebaa]=0x496b980;
p[7][0xebab]=0x3856c70e;
p[7][0xebae]=0xa0b9f4a;
p[7][0xebaf]=0xc470f46;
p[7][0xebb8]=0x13b41cd0;
p[7][0xebba]=0xa0b9f4a;
p[7][0xebbb]=0x2f4c3a56;
p[7][0xebbe]=0x2f4c3a56;
p[7][0xebbf]=0x23a2ad78;
p[7][0xebe0]=0x10d2d248;
p[7][0xebe2]=0x2318748;
p[7][0xebe3]=0xeef852d;
p[7][0xebe8]=0x2318748;
p[7][0xebea]=0x3856c70e;
p[7][0xebeb]=0x1dc9a4ce;
p[7][0xebee]=0x2f4c3a56;
p[7][0xebef]=0x2871f7e1;
p[7][0xebf8]=0x2a5544fc;
p[7][0xebfa]=0xc470f46;
p[7][0xebfb]=0x2871f7e1;
p[7][0xebfe]=0x23a2ad78;
p[7][0xebff]=0x247ad65e;
p[7][0xee00]=0x24e572cc;
p[7][0xee02]=0x12b61f63;
p[7][0xee03]=0x22db6c97;
p[7][0xee08]=0x12b61f63;
p[7][0xee0a]=0x223433c9;
p[7][0xee0b]=0x10d2d248;
p[7][0xee0e]=0x3107dc80;
p[7][0xee0f]=0x2c5bdc3e;
p[7][0xee20]=0x12b61f63;
p[7][0xee22]=0x223433c9;
p[7][0xee23]=0x10d2d248;
p[7][0xee28]=0x223433c9;
p[7][0xee2a]=0x1c8941ee;
p[7][0xee2b]=0x2318748;
p[7][0xee2e]=0x13b41cd0;
p[7][0xee2f]=0x2a5544fc;
p[7][0xee38]=0x3107dc80;
p[7][0xee3a]=0x13b41cd0;
p[7][0xee3b]=0x2f248f65;
p[7][0xee3e]=0x2f248f65;
p[7][0xee3f]=0x5cbf7ba;
p[7][0xee80]=0x12b61f63;
p[7][0xee82]=0x223433c9;
p[7][0xee83]=0x10d2d248;
p[7][0xee88]=0x223433c9;
p[7][0xee8a]=0x1c8941ee;
p[7][0xee8b]=0x2318748;
p[7][0xee8e]=0x13b41cd0;
p[7][0xee8f]=0x2a5544fc;
p[7][0xeea0]=0x223433c9;
p[7][0xeea2]=0x1c8941ee;
p[7][0xeea3]=0x2318748;
p[7][0xeea8]=0x1c8941ee;
p[7][0xeeaa]=0x496b980;
p[7][0xeeab]=0x3856c70e;
p[7][0xeeae]=0xa0b9f4a;
p[7][0xeeaf]=0xc470f46;
p[7][0xeeb8]=0x13b41cd0;
p[7][0xeeba]=0xa0b9f4a;
p[7][0xeebb]=0x2f4c3a56;
p[7][0xeebe]=0x2f4c3a56;
p[7][0xeebf]=0x23a2ad78;
p[7][0xeee0]=0x3107dc80;
p[7][0xeee2]=0x13b41cd0;
p[7][0xeee3]=0x2f248f65;
p[7][0xeee8]=0x13b41cd0;
p[7][0xeeea]=0xa0b9f4a;
p[7][0xeeeb]=0x2f4c3a56;
p[7][0xeeee]=0x53405d7;
p[7][0xeeef]=0xd0c3812;
p[7][0xeef8]=0x2f248f65;
p[7][0xeefa]=0x2f4c3a56;
p[7][0xeefb]=0x2d41424a;
p[7][0xeefe]=0xd0c3812;
p[7][0xeeff]=0x26615319;
p[7][0xef80]=0x22db6c97;
p[7][0xef82]=0x10d2d248;
p[7][0xef83]=0x20d16662;
p[7][0xef88]=0x10d2d248;
p[7][0xef8a]=0x2318748;
p[7][0xef8b]=0xeef852d;
p[7][0xef8e]=0x2f248f65;
p[7][0xef8f]=0x2a51d609;
p[7][0xefa0]=0x10d2d248;
p[7][0xefa2]=0x2318748;
p[7][0xefa3]=0xeef852d;
p[7][0xefa8]=0x2318748;
p[7][0xefaa]=0x3856c70e;
p[7][0xefab]=0x1dc9a4ce;
p[7][0xefae]=0x2f4c3a56;
p[7][0xefaf]=0x2871f7e1;
p[7][0xefb8]=0x2f248f65;
p[7][0xefba]=0x2f4c3a56;
p[7][0xefbb]=0x2d41424a;
p[7][0xefbe]=0x2d41424a;
p[7][0xefbf]=0x3c1f185;
p[7][0xefe0]=0x2c5bdc3e;
p[7][0xefe2]=0x2a5544fc;
p[7][0xefe3]=0x2a51d609;
p[7][0xefe8]=0x2a5544fc;
p[7][0xefea]=0xc470f46;
p[7][0xefeb]=0x2871f7e1;
p[7][0xefee]=0xd0c3812;
p[7][0xefef]=0x33d245b0;
p[7][0xeff8]=0x5cbf7ba;
p[7][0xeffa]=0x23a2ad78;
p[7][0xeffb]=0x3c1f185;
p[7][0xeffe]=0x26615319;
p[7][0xefff]=0x30c73af8;
p[7][0xf800]=0xa5d739b;
p[7][0xf802]=0x306fe8a8;
p[7][0xf803]=0x6bdca3b;
p[7][0xf808]=0x306fe8a8;
p[7][0xf80a]=0x2e1bdf32;
p[7][0xf80b]=0x39f0584f;
p[7][0xf80e]=0x22db6c97;
p[7][0xf80f]=0x2692bb4b;
p[7][0xf820]=0x306fe8a8;
p[7][0xf822]=0x2e1bdf32;
p[7][0xf823]=0x39f0584f;
p[7][0xf828]=0x2e1bdf32;
p[7][0xf82a]=0x10b19e41;
p[7][0xf82b]=0xc0387df;
p[7][0xf82e]=0x10d2d248;
p[7][0xf82f]=0x136073cb;
p[7][0xf838]=0x22db6c97;
p[7][0xf83a]=0x10d2d248;
p[7][0xf83b]=0x2c5bdc3e;
p[7][0xf83e]=0x20d16662;
p[7][0xf83f]=0x2e417cc4;
p[7][0xf880]=0x306fe8a8;
p[7][0xf882]=0x2e1bdf32;
p[7][0xf883]=0x39f0584f;
p[7][0xf888]=0x2e1bdf32;
p[7][0xf88a]=0x10b19e41;
p[7][0xf88b]=0xc0387df;
p[7][0xf88e]=0x10d2d248;
p[7][0xf88f]=0x136073cb;
p[7][0xf8a0]=0x2e1bdf32;
p[7][0xf8a2]=0x10b19e41;
p[7][0xf8a3]=0xc0387df;
p[7][0xf8a8]=0x10b19e41;
p[7][0xf8aa]=0xf399fab;
p[7][0xf8ab]=0x1ac7263f;
p[7][0xf8ae]=0x2318748;
p[7][0xf8af]=0x550f05b;
p[7][0xf8b8]=0x10d2d248;
p[7][0xf8ba]=0x2318748;
p[7][0xf8bb]=0x2a5544fc;
p[7][0xf8be]=0xeef852d;
p[7][0xf8bf]=0x33f5cf2a;
p[7][0xf8e0]=0x22db6c97;
p[7][0xf8e2]=0x10d2d248;
p[7][0xf8e3]=0x2c5bdc3e;
p[7][0xf8e8]=0x10d2d248;
p[7][0xf8ea]=0x2318748;
p[7][0xf8eb]=0x2a5544fc;
p[7][0xf8ee]=0x2f248f65;
p[7][0xf8ef]=0x5cbf7ba;
p[7][0xf8f8]=0x20d16662;
p[7][0xf8fa]=0xeef852d;
p[7][0xf8fb]=0x2a51d609;
p[7][0xf8fe]=0x2a51d609;
p[7][0xf8ff]=0x1dca0ea6;
p[7][0xfa00]=0x306fe8a8;
p[7][0xfa02]=0x2e1bdf32;
p[7][0xfa03]=0x39f0584f;
p[7][0xfa08]=0x2e1bdf32;
p[7][0xfa0a]=0x10b19e41;
p[7][0xfa0b]=0xc0387df;
p[7][0xfa0e]=0x10d2d248;
p[7][0xfa0f]=0x136073cb;
p[7][0xfa20]=0x2e1bdf32;
p[7][0xfa22]=0x10b19e41;
p[7][0xfa23]=0xc0387df;
p[7][0xfa28]=0x10b19e41;
p[7][0xfa2a]=0xf399fab;
p[7][0xfa2b]=0x1ac7263f;
p[7][0xfa2e]=0x2318748;
p[7][0xfa2f]=0x550f05b;
p[7][0xfa38]=0x10d2d248;
p[7][0xfa3a]=0x2318748;
p[7][0xfa3b]=0x2a5544fc;
p[7][0xfa3e]=0xeef852d;
p[7][0xfa3f]=0x33f5cf2a;
p[7][0xfa80]=0x2e1bdf32;
p[7][0xfa82]=0x10b19e41;
p[7][0xfa83]=0xc0387df;
p[7][0xfa88]=0x10b19e41;
p[7][0xfa8a]=0xf399fab;
p[7][0xfa8b]=0x1ac7263f;
p[7][0xfa8e]=0x2318748;
p[7][0xfa8f]=0x550f05b;
p[7][0xfaa0]=0x10b19e41;
p[7][0xfaa2]=0xf399fab;
p[7][0xfaa3]=0x1ac7263f;
p[7][0xfaa8]=0xf399fab;
p[7][0xfaaa]=0x16042e9f;
p[7][0xfaab]=0x1db78288;
p[7][0xfaae]=0x3856c70e;
p[7][0xfaaf]=0x135a18b5;
p[7][0xfab8]=0x2318748;
p[7][0xfaba]=0x3856c70e;
p[7][0xfabb]=0xc470f46;
p[7][0xfabe]=0x1dc9a4ce;
p[7][0xfabf]=0x1a0418a6;
p[7][0xfae0]=0x10d2d248;
p[7][0xfae2]=0x2318748;
p[7][0xfae3]=0x2a5544fc;
p[7][0xfae8]=0x2318748;
p[7][0xfaea]=0x3856c70e;
p[7][0xfaeb]=0xc470f46;
p[7][0xfaee]=0x2f4c3a56;
p[7][0xfaef]=0x23a2ad78;
p[7][0xfaf8]=0xeef852d;
p[7][0xfafa]=0x1dc9a4ce;
p[7][0xfafb]=0x2871f7e1;
p[7][0xfafe]=0x2871f7e1;
p[7][0xfaff]=0x247ad65e;
p[7][0xfb80]=0x22db6c97;
p[7][0xfb82]=0x10d2d248;
p[7][0xfb83]=0x2c5bdc3e;
p[7][0xfb88]=0x10d2d248;
p[7][0xfb8a]=0x2318748;
p[7][0xfb8b]=0x2a5544fc;
p[7][0xfb8e]=0x2f248f65;
p[7][0xfb8f]=0x5cbf7ba;
p[7][0xfba0]=0x10d2d248;
p[7][0xfba2]=0x2318748;
p[7][0xfba3]=0x2a5544fc;
p[7][0xfba8]=0x2318748;
p[7][0xfbaa]=0x3856c70e;
p[7][0xfbab]=0xc470f46;
p[7][0xfbae]=0x2f4c3a56;
p[7][0xfbaf]=0x23a2ad78;
p[7][0xfbb8]=0x2f248f65;
p[7][0xfbba]=0x2f4c3a56;
p[7][0xfbbb]=0xd0c3812;
p[7][0xfbbe]=0x2d41424a;
p[7][0xfbbf]=0x26615319;
p[7][0xfbe0]=0x20d16662;
p[7][0xfbe2]=0xeef852d;
p[7][0xfbe3]=0x2a51d609;
p[7][0xfbe8]=0xeef852d;
p[7][0xfbea]=0x1dc9a4ce;
p[7][0xfbeb]=0x2871f7e1;
p[7][0xfbee]=0x2d41424a;
p[7][0xfbef]=0x3c1f185;
p[7][0xfbf8]=0x2a51d609;
p[7][0xfbfa]=0x2871f7e1;
p[7][0xfbfb]=0x33d245b0;
p[7][0xfbfe]=0x3c1f185;
p[7][0xfbff]=0x30c73af8;
p[7][0xfe00]=0x6bdca3b;
p[7][0xfe02]=0x39f0584f;
p[7][0xfe03]=0x2692bb4b;
p[7][0xfe08]=0x39f0584f;
p[7][0xfe0a]=0xc0387df;
p[7][0xfe0b]=0x136073cb;
p[7][0xfe0e]=0x2c5bdc3e;
p[7][0xfe0f]=0x2e417cc4;
p[7][0xfe20]=0x39f0584f;
p[7][0xfe22]=0xc0387df;
p[7][0xfe23]=0x136073cb;
p[7][0xfe28]=0xc0387df;
p[7][0xfe2a]=0x1ac7263f;
p[7][0xfe2b]=0x550f05b;
p[7][0xfe2e]=0x2a5544fc;
p[7][0xfe2f]=0x33f5cf2a;
p[7][0xfe38]=0x2c5bdc3e;
p[7][0xfe3a]=0x2a5544fc;
p[7][0xfe3b]=0x5cbf7ba;
p[7][0xfe3e]=0x2a51d609;
p[7][0xfe3f]=0x1dca0ea6;
p[7][0xfe80]=0x39f0584f;
p[7][0xfe82]=0xc0387df;
p[7][0xfe83]=0x136073cb;
p[7][0xfe88]=0xc0387df;
p[7][0xfe8a]=0x1ac7263f;
p[7][0xfe8b]=0x550f05b;
p[7][0xfe8e]=0x2a5544fc;
p[7][0xfe8f]=0x33f5cf2a;
p[7][0xfea0]=0xc0387df;
p[7][0xfea2]=0x1ac7263f;
p[7][0xfea3]=0x550f05b;
p[7][0xfea8]=0x1ac7263f;
p[7][0xfeaa]=0x1db78288;
p[7][0xfeab]=0x135a18b5;
p[7][0xfeae]=0xc470f46;
p[7][0xfeaf]=0x1a0418a6;
p[7][0xfeb8]=0x2a5544fc;
p[7][0xfeba]=0xc470f46;
p[7][0xfebb]=0x23a2ad78;
p[7][0xfebe]=0x2871f7e1;
p[7][0xfebf]=0x247ad65e;
p[7][0xfee0]=0x2c5bdc3e;
p[7][0xfee2]=0x2a5544fc;
p[7][0xfee3]=0x5cbf7ba;
p[7][0xfee8]=0x2a5544fc;
p[7][0xfeea]=0xc470f46;
p[7][0xfeeb]=0x23a2ad78;
p[7][0xfeee]=0xd0c3812;
p[7][0xfeef]=0x26615319;
p[7][0xfef8]=0x2a51d609;
p[7][0xfefa]=0x2871f7e1;
p[7][0xfefb]=0x3c1f185;
p[7][0xfefe]=0x33d245b0;
p[7][0xfeff]=0x30c73af8;
p[7][0xff80]=0x2692bb4b;
p[7][0xff82]=0x136073cb;
p[7][0xff83]=0x2e417cc4;
p[7][0xff88]=0x136073cb;
p[7][0xff8a]=0x550f05b;
p[7][0xff8b]=0x33f5cf2a;
p[7][0xff8e]=0x5cbf7ba;
p[7][0xff8f]=0x1dca0ea6;
p[7][0xffa0]=0x136073cb;
p[7][0xffa2]=0x550f05b;
p[7][0xffa3]=0x33f5cf2a;
p[7][0xffa8]=0x550f05b;
p[7][0xffaa]=0x135a18b5;
p[7][0xffab]=0x1a0418a6;
p[7][0xffae]=0x23a2ad78;
p[7][0xffaf]=0x247ad65e;
p[7][0xffb8]=0x5cbf7ba;
p[7][0xffba]=0x23a2ad78;
p[7][0xffbb]=0x26615319;
p[7][0xffbe]=0x3c1f185;
p[7][0xffbf]=0x30c73af8;
p[7][0xffe0]=0x2e417cc4;
p[7][0xffe2]=0x33f5cf2a;
p[7][0xffe3]=0x1dca0ea6;
p[7][0xffe8]=0x33f5cf2a;
p[7][0xffea]=0x1a0418a6;
p[7][0xffeb]=0x247ad65e;
p[7][0xffee]=0x26615319;
p[7][0xffef]=0x30c73af8;
p[7][0xfff8]=0x1dca0ea6;
p[7][0xfffa]=0x247ad65e;
p[7][0xfffb]=0x30c73af8;
p[7][0xfffe]=0x30c73af8;
p[7][0xffff]=0x1fec5ad7;
ios_base::sync_with_stdio(0);
cin.tie(0);
int t; cin >> t;
while(t--){
solve();
}
}
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 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 | #include <bits/stdc++.h> using namespace std; vector<map<int,int>> p; #define precomputed p void solve(){ int n; cin >> n; deque<int> A(2*n); for(auto &a : A){ cin >> a; } bool czy_0=false; bool czy_2=false; for(int i=0; i<2*n; i++){ if(A[i] == 0) czy_0=true; if(A[i] == 2) czy_2=true; } if(czy_0 && czy_2) { cout << 0 << '\n'; return; } if(czy_2){ A.push_back(A.front()); A.pop_front(); for(auto &a : A){ a = 2-a; } } int pow=1; int number=0; for(auto &a : views::reverse(A)){ number+= pow*a; pow*=2; } if(!precomputed[n-1].contains(number)) cout << "0\n"; else cout << precomputed[n-1][number] << '\n'; return; } signed main(){ p.resize(8); p[0][0x0]=0x1; p[0][0x2]=0x1; p[0][0x3]=0x2; p[1][0x0]=0x21c; p[1][0x2]=0x36; p[1][0x8]=0x36; p[1][0xa]=0x18; p[1][0xb]=0x72; p[1][0xe]=0x72; p[1][0xf]=0x2d0; p[2][0x0]=0x19f488; p[2][0x2]=0xf618; p[2][0x8]=0xf618; p[2][0xa]=0x21c0; p[2][0xe]=0x1a748; p[2][0x20]=0xf618; p[2][0x22]=0x21c0; p[2][0x23]=0x1a748; p[2][0x28]=0x21c0; p[2][0x2a]=0x438; p[2][0x2b]=0x2b98; p[2][0x2e]=0x2b98; p[2][0x2f]=0x244c8; p[2][0x38]=0x1a748; p[2][0x3a]=0x2b98; p[2][0x3b]=0x244c8; p[2][0x3e]=0x244c8; p[2][0x3f]=0x1f2570; p[3][0x0]=0x42ff23b; p[3][0x2]=0x15dbf0f0; p[3][0x8]=0x15dbf0f0; p[3][0xa]=0x175c140; p[3][0xe]=0x21753750; p[3][0x20]=0x15dbf0f0; p[3][0x22]=0x175c140; p[3][0x28]=0x175c140; p[3][0x2a]=0x1339e0; p[3][0x2e]=0x1c1e3e0; p[3][0x38]=0x21753750; p[3][0x3a]=0x1c1e3e0; p[3][0x3e]=0x2c2a15d0; p[3][0x80]=0x15dbf0f0; p[3][0x82]=0x175c140; p[3][0x83]=0x21753750; p[3][0x88]=0x175c140; p[3][0x8a]=0x1339e0; p[3][0x8b]=0x1c1e3e0; p[3][0x8e]=0x1c1e3e0; p[3][0x8f]=0x2c2a15d0; p[3][0xa0]=0x175c140; p[3][0xa2]=0x1339e0; p[3][0xa3]=0x1c1e3e0; p[3][0xa8]=0x1339e0; p[3][0xaa]=0x13b00; p[3][0xab]=0x15fea0; p[3][0xae]=0x15fea0; p[3][0xaf]=0x2071aa0; p[3][0xb8]=0x1c1e3e0; p[3][0xba]=0x15fea0; p[3][0xbb]=0x20e0680; p[3][0xbe]=0x2071aa0; p[3][0xbf]=0x35fa8c70; p[3][0xe0]=0x21753750; p[3][0xe2]=0x1c1e3e0; p[3][0xe3]=0x2c2a15d0; p[3][0xe8]=0x1c1e3e0; p[3][0xea]=0x15fea0; p[3][0xeb]=0x2071aa0; p[3][0xee]=0x20e0680; p[3][0xef]=0x35fa8c70; p[3][0xf8]=0x2c2a15d0; p[3][0xfa]=0x2071aa0; p[3][0xfb]=0x35fa8c70; p[3][0xfe]=0x35fa8c70; p[3][0xff]=0x2f5c376d; p[4][0x0]=0x251b38f4; p[4][0x2]=0x60be07c; p[4][0x8]=0x60be07c; p[4][0xa]=0x1fe17edd; p[4][0xe]=0x36352b86; p[4][0x20]=0x60be07c; p[4][0x22]=0x1fe17edd; p[4][0x28]=0x1fe17edd; p[4][0x2a]=0x13f34c8f; p[4][0x2e]=0x17d2de7e; p[4][0x38]=0x36352b86; p[4][0x3a]=0x17d2de7e; p[4][0x3e]=0xf6363fe; p[4][0x80]=0x60be07c; p[4][0x82]=0x1fe17edd; p[4][0x88]=0x1fe17edd; p[4][0x8a]=0x13f34c8f; p[4][0x8e]=0x17d2de7e; p[4][0xa0]=0x1fe17edd; p[4][0xa2]=0x13f34c8f; p[4][0xa8]=0x13f34c8f; p[4][0xaa]=0xda06100; p[4][0xae]=0x6bd9c08; p[4][0xb8]=0x17d2de7e; p[4][0xba]=0x6bd9c08; p[4][0xbe]=0x2032c2f4; p[4][0xe0]=0x36352b86; p[4][0xe2]=0x17d2de7e; p[4][0xe8]=0x17d2de7e; p[4][0xea]=0x6bd9c08; p[4][0xee]=0xfc43e1f; p[4][0xf8]=0xf6363fe; p[4][0xfa]=0x2032c2f4; p[4][0xfe]=0x8cc1df2; p[4][0x200]=0x60be07c; p[4][0x202]=0x1fe17edd; p[4][0x203]=0x36352b86; p[4][0x208]=0x1fe17edd; p[4][0x20a]=0x13f34c8f; p[4][0x20b]=0x17d2de7e; p[4][0x20e]=0x17d2de7e; p[4][0x20f]=0xf6363fe; p[4][0x220]=0x1fe17edd; p[4][0x222]=0x13f34c8f; p[4][0x223]=0x17d2de7e; p[4][0x228]=0x13f34c8f; p[4][0x22a]=0xda06100; p[4][0x22b]=0x6bd9c08; p[4][0x22e]=0x6bd9c08; p[4][0x22f]=0x2032c2f4; p[4][0x238]=0x17d2de7e; p[4][0x23a]=0x6bd9c08; p[4][0x23b]=0xfc43e1f; p[4][0x23e]=0x2032c2f4; p[4][0x23f]=0x8cc1df2; p[4][0x280]=0x1fe17edd; p[4][0x282]=0x13f34c8f; p[4][0x283]=0x17d2de7e; p[4][0x288]=0x13f34c8f; p[4][0x28a]=0xda06100; p[4][0x28b]=0x6bd9c08; p[4][0x28e]=0x6bd9c08; p[4][0x28f]=0x2032c2f4; p[4][0x2a0]=0x13f34c8f; p[4][0x2a2]=0xda06100; p[4][0x2a3]=0x6bd9c08; p[4][0x2a8]=0xda06100; p[4][0x2aa]=0x8a6d80; p[4][0x2ab]=0xed0eb80; p[4][0x2ae]=0xed0eb80; p[4][0x2af]=0x31911608; p[4][0x2b8]=0x6bd9c08; p[4][0x2ba]=0xed0eb80; p[4][0x2bb]=0x3522b588; p[4][0x2be]=0x31911608; p[4][0x2bf]=0x39012c3f; p[4][0x2e0]=0x17d2de7e; p[4][0x2e2]=0x6bd9c08; p[4][0x2e3]=0xfc43e1f; p[4][0x2e8]=0x6bd9c08; p[4][0x2ea]=0xed0eb80; p[4][0x2eb]=0x3522b588; p[4][0x2ee]=0x3522b588; p[4][0x2ef]=0x18242295; p[4][0x2f8]=0x2032c2f4; p[4][0x2fa]=0x31911608; p[4][0x2fb]=0x18242295; p[4][0x2fe]=0x39012c3f; p[4][0x2ff]=0x226f5962; p[4][0x380]=0x36352b86; p[4][0x382]=0x17d2de7e; p[4][0x383]=0xf6363fe; p[4][0x388]=0x17d2de7e; p[4][0x38a]=0x6bd9c08; p[4][0x38b]=0x2032c2f4; p[4][0x38e]=0xfc43e1f; p[4][0x38f]=0x8cc1df2; p[4][0x3a0]=0x17d2de7e; p[4][0x3a2]=0x6bd9c08; p[4][0x3a3]=0x2032c2f4; p[4][0x3a8]=0x6bd9c08; p[4][0x3aa]=0xed0eb80; p[4][0x3ab]=0x31911608; p[4][0x3ae]=0x3522b588; p[4][0x3af]=0x39012c3f; p[4][0x3b8]=0xfc43e1f; p[4][0x3ba]=0x3522b588; p[4][0x3bb]=0x18242295; p[4][0x3be]=0x18242295; p[4][0x3bf]=0x226f5962; p[4][0x3e0]=0xf6363fe; p[4][0x3e2]=0x2032c2f4; p[4][0x3e3]=0x8cc1df2; p[4][0x3e8]=0x2032c2f4; p[4][0x3ea]=0x31911608; p[4][0x3eb]=0x39012c3f; p[4][0x3ee]=0x18242295; p[4][0x3ef]=0x226f5962; p[4][0x3f8]=0x8cc1df2; p[4][0x3fa]=0x39012c3f; p[4][0x3fb]=0x226f5962; p[4][0x3fe]=0x226f5962; p[4][0x3ff]=0x2fda1cd7; p[5][0x0]=0xc9fdeca; p[5][0x2]=0x37eba07e; p[5][0x8]=0x37eba07e; p[5][0xa]=0x25c83fd5; p[5][0xe]=0x27dd13d2; p[5][0x20]=0x37eba07e; p[5][0x22]=0x25c83fd5; p[5][0x28]=0x25c83fd5; p[5][0x2a]=0x1b7f5a2; p[5][0x2e]=0x3a10afa5; p[5][0x38]=0x27dd13d2; p[5][0x3a]=0x3a10afa5; p[5][0x3e]=0x2999ec24; p[5][0x80]=0x37eba07e; p[5][0x82]=0x25c83fd5; p[5][0x88]=0x25c83fd5; p[5][0x8a]=0x1b7f5a2; p[5][0x8e]=0x3a10afa5; p[5][0xa0]=0x25c83fd5; p[5][0xa2]=0x1b7f5a2; p[5][0xa8]=0x1b7f5a2; p[5][0xaa]=0x3b22cd48; p[5][0xae]=0xf8cc3b5; p[5][0xb8]=0x3a10afa5; p[5][0xba]=0xf8cc3b5; p[5][0xbe]=0x2de8e523; p[5][0xe0]=0x27dd13d2; p[5][0xe2]=0x3a10afa5; p[5][0xe8]=0x3a10afa5; p[5][0xea]=0xf8cc3b5; p[5][0xee]=0x12be556e; p[5][0xf8]=0x2999ec24; p[5][0xfa]=0x2de8e523; p[5][0xfe]=0x1875f6d; p[5][0x200]=0x37eba07e; p[5][0x202]=0x25c83fd5; p[5][0x208]=0x25c83fd5; p[5][0x20a]=0x1b7f5a2; p[5][0x20e]=0x3a10afa5; p[5][0x220]=0x25c83fd5; p[5][0x222]=0x1b7f5a2; p[5][0x228]=0x1b7f5a2; p[5][0x22a]=0x3b22cd48; p[5][0x22e]=0xf8cc3b5; p[5][0x238]=0x3a10afa5; p[5][0x23a]=0xf8cc3b5; p[5][0x23e]=0x2de8e523; p[5][0x280]=0x25c83fd5; p[5][0x282]=0x1b7f5a2; p[5][0x288]=0x1b7f5a2; p[5][0x28a]=0x3b22cd48; p[5][0x28e]=0xf8cc3b5; p[5][0x2a0]=0x1b7f5a2; p[5][0x2a2]=0x3b22cd48; p[5][0x2a8]=0x3b22cd48; p[5][0x2aa]=0x30467d94; p[5][0x2ae]=0x1ae84bcc; p[5][0x2b8]=0xf8cc3b5; p[5][0x2ba]=0x1ae84bcc; p[5][0x2be]=0x271603aa; p[5][0x2e0]=0x3a10afa5; p[5][0x2e2]=0xf8cc3b5; p[5][0x2e8]=0xf8cc3b5; p[5][0x2ea]=0x1ae84bcc; p[5][0x2ee]=0x1d6191c8; p[5][0x2f8]=0x2de8e523; p[5][0x2fa]=0x271603aa; p[5][0x2fe]=0x150e04f; p[5][0x380]=0x27dd13d2; p[5][0x382]=0x3a10afa5; p[5][0x388]=0x3a10afa5; p[5][0x38a]=0xf8cc3b5; p[5][0x38e]=0x12be556e; p[5][0x3a0]=0x3a10afa5; p[5][0x3a2]=0xf8cc3b5; p[5][0x3a8]=0xf8cc3b5; p[5][0x3aa]=0x1ae84bcc; p[5][0x3ae]=0x1d6191c8; p[5][0x3b8]=0x12be556e; p[5][0x3ba]=0x1d6191c8; p[5][0x3be]=0x6968aec; p[5][0x3e0]=0x2999ec24; p[5][0x3e2]=0x2de8e523; p[5][0x3e8]=0x2de8e523; p[5][0x3ea]=0x271603aa; p[5][0x3ee]=0x6968aec; p[5][0x3f8]=0x1875f6d; p[5][0x3fa]=0x150e04f; p[5][0x3fe]=0x26db01bb; p[5][0x800]=0x37eba07e; p[5][0x802]=0x25c83fd5; p[5][0x803]=0x27dd13d2; p[5][0x808]=0x25c83fd5; p[5][0x80a]=0x1b7f5a2; p[5][0x80b]=0x3a10afa5; p[5][0x80e]=0x3a10afa5; p[5][0x80f]=0x2999ec24; p[5][0x820]=0x25c83fd5; p[5][0x822]=0x1b7f5a2; p[5][0x823]=0x3a10afa5; p[5][0x828]=0x1b7f5a2; p[5][0x82a]=0x3b22cd48; p[5][0x82b]=0xf8cc3b5; p[5][0x82e]=0xf8cc3b5; p[5][0x82f]=0x2de8e523; p[5][0x838]=0x3a10afa5; p[5][0x83a]=0xf8cc3b5; p[5][0x83b]=0x12be556e; p[5][0x83e]=0x2de8e523; p[5][0x83f]=0x1875f6d; p[5][0x880]=0x25c83fd5; p[5][0x882]=0x1b7f5a2; p[5][0x883]=0x3a10afa5; p[5][0x888]=0x1b7f5a2; p[5][0x88a]=0x3b22cd48; p[5][0x88b]=0xf8cc3b5; p[5][0x88e]=0xf8cc3b5; p[5][0x88f]=0x2de8e523; p[5][0x8a0]=0x1b7f5a2; p[5][0x8a2]=0x3b22cd48; p[5][0x8a3]=0xf8cc3b5; p[5][0x8a8]=0x3b22cd48; p[5][0x8aa]=0x30467d94; p[5][0x8ab]=0x1ae84bcc; p[5][0x8ae]=0x1ae84bcc; p[5][0x8af]=0x271603aa; p[5][0x8b8]=0xf8cc3b5; p[5][0x8ba]=0x1ae84bcc; p[5][0x8bb]=0x1d6191c8; p[5][0x8be]=0x271603aa; p[5][0x8bf]=0x150e04f; p[5][0x8e0]=0x3a10afa5; p[5][0x8e2]=0xf8cc3b5; p[5][0x8e3]=0x12be556e; p[5][0x8e8]=0xf8cc3b5; p[5][0x8ea]=0x1ae84bcc; p[5][0x8eb]=0x1d6191c8; p[5][0x8ee]=0x1d6191c8; p[5][0x8ef]=0x6968aec; p[5][0x8f8]=0x2de8e523; p[5][0x8fa]=0x271603aa; p[5][0x8fb]=0x6968aec; p[5][0x8fe]=0x150e04f; p[5][0x8ff]=0x26db01bb; p[5][0xa00]=0x25c83fd5; p[5][0xa02]=0x1b7f5a2; p[5][0xa03]=0x3a10afa5; p[5][0xa08]=0x1b7f5a2; p[5][0xa0a]=0x3b22cd48; p[5][0xa0b]=0xf8cc3b5; p[5][0xa0e]=0xf8cc3b5; p[5][0xa0f]=0x2de8e523; p[5][0xa20]=0x1b7f5a2; p[5][0xa22]=0x3b22cd48; p[5][0xa23]=0xf8cc3b5; p[5][0xa28]=0x3b22cd48; p[5][0xa2a]=0x30467d94; p[5][0xa2b]=0x1ae84bcc; p[5][0xa2e]=0x1ae84bcc; p[5][0xa2f]=0x271603aa; p[5][0xa38]=0xf8cc3b5; p[5][0xa3a]=0x1ae84bcc; p[5][0xa3b]=0x1d6191c8; p[5][0xa3e]=0x271603aa; p[5][0xa3f]=0x150e04f; p[5][0xa80]=0x1b7f5a2; p[5][0xa82]=0x3b22cd48; p[5][0xa83]=0xf8cc3b5; p[5][0xa88]=0x3b22cd48; p[5][0xa8a]=0x30467d94; p[5][0xa8b]=0x1ae84bcc; p[5][0xa8e]=0x1ae84bcc; p[5][0xa8f]=0x271603aa; p[5][0xaa0]=0x3b22cd48; p[5][0xaa2]=0x30467d94; p[5][0xaa3]=0x1ae84bcc; p[5][0xaa8]=0x30467d94; p[5][0xaaa]=0x1a0c29f9; p[5][0xaab]=0x370a857f; p[5][0xaae]=0x370a857f; p[5][0xaaf]=0xcd139d; p[5][0xab8]=0x1ae84bcc; p[5][0xaba]=0x370a857f; p[5][0xabb]=0x36489457; p[5][0xabe]=0xcd139d; p[5][0xabf]=0xcb8eb7a; p[5][0xae0]=0xf8cc3b5; p[5][0xae2]=0x1ae84bcc; p[5][0xae3]=0x1d6191c8; p[5][0xae8]=0x1ae84bcc; p[5][0xaea]=0x370a857f; p[5][0xaeb]=0x36489457; p[5][0xaee]=0x36489457; p[5][0xaef]=0x34ead1bd; p[5][0xaf8]=0x271603aa; p[5][0xafa]=0xcd139d; p[5][0xafb]=0x34ead1bd; p[5][0xafe]=0xcb8eb7a; p[5][0xaff]=0x2b7e3537; p[5][0xb80]=0x3a10afa5; p[5][0xb82]=0xf8cc3b5; p[5][0xb83]=0x12be556e; p[5][0xb88]=0xf8cc3b5; p[5][0xb8a]=0x1ae84bcc; p[5][0xb8b]=0x1d6191c8; p[5][0xb8e]=0x1d6191c8; p[5][0xb8f]=0x6968aec; p[5][0xba0]=0xf8cc3b5; p[5][0xba2]=0x1ae84bcc; p[5][0xba3]=0x1d6191c8; p[5][0xba8]=0x1ae84bcc; p[5][0xbaa]=0x370a857f; p[5][0xbab]=0x36489457; p[5][0xbae]=0x36489457; p[5][0xbaf]=0x34ead1bd; p[5][0xbb8]=0x1d6191c8; p[5][0xbba]=0x36489457; p[5][0xbbb]=0x2b365fdb; p[5][0xbbe]=0x34ead1bd; p[5][0xbbf]=0x1599501f; p[5][0xbe0]=0x2de8e523; p[5][0xbe2]=0x271603aa; p[5][0xbe3]=0x6968aec; p[5][0xbe8]=0x271603aa; p[5][0xbea]=0xcd139d; p[5][0xbeb]=0x34ead1bd; p[5][0xbee]=0x34ead1bd; p[5][0xbef]=0x36098a71; p[5][0xbf8]=0x150e04f; p[5][0xbfa]=0xcb8eb7a; p[5][0xbfb]=0x1599501f; p[5][0xbfe]=0x2b7e3537; p[5][0xbff]=0x225f3f00; p[5][0xe00]=0x27dd13d2; p[5][0xe02]=0x3a10afa5; p[5][0xe03]=0x2999ec24; p[5][0xe08]=0x3a10afa5; p[5][0xe0a]=0xf8cc3b5; p[5][0xe0b]=0x2de8e523; p[5][0xe0e]=0x12be556e; p[5][0xe0f]=0x1875f6d; p[5][0xe20]=0x3a10afa5; p[5][0xe22]=0xf8cc3b5; p[5][0xe23]=0x2de8e523; p[5][0xe28]=0xf8cc3b5; p[5][0xe2a]=0x1ae84bcc; p[5][0xe2b]=0x271603aa; p[5][0xe2e]=0x1d6191c8; p[5][0xe2f]=0x150e04f; p[5][0xe38]=0x12be556e; p[5][0xe3a]=0x1d6191c8; p[5][0xe3b]=0x6968aec; p[5][0xe3e]=0x6968aec; p[5][0xe3f]=0x26db01bb; p[5][0xe80]=0x3a10afa5; p[5][0xe82]=0xf8cc3b5; p[5][0xe83]=0x2de8e523; p[5][0xe88]=0xf8cc3b5; p[5][0xe8a]=0x1ae84bcc; p[5][0xe8b]=0x271603aa; p[5][0xe8e]=0x1d6191c8; p[5][0xe8f]=0x150e04f; p[5][0xea0]=0xf8cc3b5; p[5][0xea2]=0x1ae84bcc; p[5][0xea3]=0x271603aa; p[5][0xea8]=0x1ae84bcc; p[5][0xeaa]=0x370a857f; p[5][0xeab]=0xcd139d; p[5][0xeae]=0x36489457; p[5][0xeaf]=0xcb8eb7a; p[5][0xeb8]=0x1d6191c8; p[5][0xeba]=0x36489457; p[5][0xebb]=0x34ead1bd; p[5][0xebe]=0x34ead1bd; p[5][0xebf]=0x2b7e3537; p[5][0xee0]=0x12be556e; p[5][0xee2]=0x1d6191c8; p[5][0xee3]=0x6968aec; p[5][0xee8]=0x1d6191c8; p[5][0xeea]=0x36489457; p[5][0xeeb]=0x34ead1bd; p[5][0xeee]=0x2b365fdb; p[5][0xeef]=0x1599501f; p[5][0xef8]=0x6968aec; p[5][0xefa]=0x34ead1bd; p[5][0xefb]=0x36098a71; p[5][0xefe]=0x1599501f; p[5][0xeff]=0x225f3f00; p[5][0xf80]=0x2999ec24; p[5][0xf82]=0x2de8e523; p[5][0xf83]=0x1875f6d; p[5][0xf88]=0x2de8e523; p[5][0xf8a]=0x271603aa; p[5][0xf8b]=0x150e04f; p[5][0xf8e]=0x6968aec; p[5][0xf8f]=0x26db01bb; p[5][0xfa0]=0x2de8e523; p[5][0xfa2]=0x271603aa; p[5][0xfa3]=0x150e04f; p[5][0xfa8]=0x271603aa; p[5][0xfaa]=0xcd139d; p[5][0xfab]=0xcb8eb7a; p[5][0xfae]=0x34ead1bd; p[5][0xfaf]=0x2b7e3537; p[5][0xfb8]=0x6968aec; p[5][0xfba]=0x34ead1bd; p[5][0xfbb]=0x1599501f; p[5][0xfbe]=0x36098a71; p[5][0xfbf]=0x225f3f00; p[5][0xfe0]=0x1875f6d; p[5][0xfe2]=0x150e04f; p[5][0xfe3]=0x26db01bb; p[5][0xfe8]=0x150e04f; p[5][0xfea]=0xcb8eb7a; p[5][0xfeb]=0x2b7e3537; p[5][0xfee]=0x1599501f; p[5][0xfef]=0x225f3f00; p[5][0xff8]=0x26db01bb; p[5][0xffa]=0x2b7e3537; p[5][0xffb]=0x225f3f00; p[5][0xffe]=0x225f3f00; p[5][0xfff]=0x1330d6dd; p[6][0x0]=0x2377f8d6; p[6][0x2]=0x18b9c992; p[6][0x8]=0x18b9c992; p[6][0xa]=0x3379b447; p[6][0xe]=0x2f34eb5b; p[6][0x20]=0x18b9c992; p[6][0x22]=0x3379b447; p[6][0x28]=0x3379b447; p[6][0x2a]=0x2d86555a; p[6][0x2e]=0x20f2fc07; p[6][0x38]=0x2f34eb5b; p[6][0x3a]=0x20f2fc07; p[6][0x3e]=0x208008f; p[6][0x80]=0x18b9c992; p[6][0x82]=0x3379b447; p[6][0x88]=0x3379b447; p[6][0x8a]=0x2d86555a; p[6][0x8e]=0x20f2fc07; p[6][0xa0]=0x3379b447; p[6][0xa2]=0x2d86555a; p[6][0xa8]=0x2d86555a; p[6][0xaa]=0x369c61a1; p[6][0xae]=0x28e6ecb1; p[6][0xb8]=0x20f2fc07; p[6][0xba]=0x28e6ecb1; p[6][0xbe]=0xa0b9e65; p[6][0xe0]=0x2f34eb5b; p[6][0xe2]=0x20f2fc07; p[6][0xe8]=0x20f2fc07; p[6][0xea]=0x28e6ecb1; p[6][0xee]=0xe6c43c7; p[6][0xf8]=0x208008f; p[6][0xfa]=0xa0b9e65; p[6][0xfe]=0x8689d3c; p[6][0x200]=0x18b9c992; p[6][0x202]=0x3379b447; p[6][0x208]=0x3379b447; p[6][0x20a]=0x2d86555a; p[6][0x20e]=0x20f2fc07; p[6][0x220]=0x3379b447; p[6][0x222]=0x2d86555a; p[6][0x228]=0x2d86555a; p[6][0x22a]=0x369c61a1; p[6][0x22e]=0x28e6ecb1; p[6][0x238]=0x20f2fc07; p[6][0x23a]=0x28e6ecb1; p[6][0x23e]=0xa0b9e65; p[6][0x280]=0x3379b447; p[6][0x282]=0x2d86555a; p[6][0x288]=0x2d86555a; p[6][0x28a]=0x369c61a1; p[6][0x28e]=0x28e6ecb1; p[6][0x2a0]=0x2d86555a; p[6][0x2a2]=0x369c61a1; p[6][0x2a8]=0x369c61a1; p[6][0x2aa]=0x2437395e; p[6][0x2ae]=0x10888cd3; p[6][0x2b8]=0x28e6ecb1; p[6][0x2ba]=0x10888cd3; p[6][0x2be]=0x2fda4df9; p[6][0x2e0]=0x20f2fc07; p[6][0x2e2]=0x28e6ecb1; p[6][0x2e8]=0x28e6ecb1; p[6][0x2ea]=0x10888cd3; p[6][0x2ee]=0x24478408; p[6][0x2f8]=0xa0b9e65; p[6][0x2fa]=0x2fda4df9; p[6][0x2fe]=0x2a5e6568; p[6][0x380]=0x2f34eb5b; p[6][0x382]=0x20f2fc07; p[6][0x388]=0x20f2fc07; p[6][0x38a]=0x28e6ecb1; p[6][0x38e]=0xe6c43c7; p[6][0x3a0]=0x20f2fc07; p[6][0x3a2]=0x28e6ecb1; p[6][0x3a8]=0x28e6ecb1; p[6][0x3aa]=0x10888cd3; p[6][0x3ae]=0x24478408; p[6][0x3b8]=0xe6c43c7; p[6][0x3ba]=0x24478408; p[6][0x3be]=0x331fb02c; p[6][0x3e0]=0x208008f; p[6][0x3e2]=0xa0b9e65; p[6][0x3e8]=0xa0b9e65; p[6][0x3ea]=0x2fda4df9; p[6][0x3ee]=0x331fb02c; p[6][0x3f8]=0x8689d3c; p[6][0x3fa]=0x2a5e6568; p[6][0x3fe]=0x6bbf75b; p[6][0x800]=0x18b9c992; p[6][0x802]=0x3379b447; p[6][0x808]=0x3379b447; p[6][0x80a]=0x2d86555a; p[6][0x80e]=0x20f2fc07; p[6][0x820]=0x3379b447; p[6][0x822]=0x2d86555a; p[6][0x828]=0x2d86555a; p[6][0x82a]=0x369c61a1; p[6][0x82e]=0x28e6ecb1; p[6][0x838]=0x20f2fc07; p[6][0x83a]=0x28e6ecb1; p[6][0x83e]=0xa0b9e65; p[6][0x880]=0x3379b447; p[6][0x882]=0x2d86555a; p[6][0x888]=0x2d86555a; p[6][0x88a]=0x369c61a1; p[6][0x88e]=0x28e6ecb1; p[6][0x8a0]=0x2d86555a; p[6][0x8a2]=0x369c61a1; p[6][0x8a8]=0x369c61a1; p[6][0x8aa]=0x2437395e; p[6][0x8ae]=0x10888cd3; p[6][0x8b8]=0x28e6ecb1; p[6][0x8ba]=0x10888cd3; p[6][0x8be]=0x2fda4df9; p[6][0x8e0]=0x20f2fc07; p[6][0x8e2]=0x28e6ecb1; p[6][0x8e8]=0x28e6ecb1; p[6][0x8ea]=0x10888cd3; p[6][0x8ee]=0x24478408; p[6][0x8f8]=0xa0b9e65; p[6][0x8fa]=0x2fda4df9; p[6][0x8fe]=0x2a5e6568; p[6][0xa00]=0x3379b447; p[6][0xa02]=0x2d86555a; p[6][0xa08]=0x2d86555a; p[6][0xa0a]=0x369c61a1; p[6][0xa0e]=0x28e6ecb1; p[6][0xa20]=0x2d86555a; p[6][0xa22]=0x369c61a1; p[6][0xa28]=0x369c61a1; p[6][0xa2a]=0x2437395e; p[6][0xa2e]=0x10888cd3; p[6][0xa38]=0x28e6ecb1; p[6][0xa3a]=0x10888cd3; p[6][0xa3e]=0x2fda4df9; p[6][0xa80]=0x2d86555a; p[6][0xa82]=0x369c61a1; p[6][0xa88]=0x369c61a1; p[6][0xa8a]=0x2437395e; p[6][0xa8e]=0x10888cd3; p[6][0xaa0]=0x369c61a1; p[6][0xaa2]=0x2437395e; p[6][0xaa8]=0x2437395e; p[6][0xaaa]=0x16994677; p[6][0xaae]=0x1fefa7a3; p[6][0xab8]=0x10888cd3; p[6][0xaba]=0x1fefa7a3; p[6][0xabe]=0x1b842cd2; p[6][0xae0]=0x28e6ecb1; p[6][0xae2]=0x10888cd3; p[6][0xae8]=0x10888cd3; p[6][0xaea]=0x1fefa7a3; p[6][0xaee]=0x260f820c; p[6][0xaf8]=0x2fda4df9; p[6][0xafa]=0x1b842cd2; p[6][0xafe]=0x6c5af2b; p[6][0xb80]=0x20f2fc07; p[6][0xb82]=0x28e6ecb1; p[6][0xb88]=0x28e6ecb1; p[6][0xb8a]=0x10888cd3; p[6][0xb8e]=0x24478408; p[6][0xba0]=0x28e6ecb1; p[6][0xba2]=0x10888cd3; p[6][0xba8]=0x10888cd3; p[6][0xbaa]=0x1fefa7a3; p[6][0xbae]=0x260f820c; p[6][0xbb8]=0x24478408; p[6][0xbba]=0x260f820c; p[6][0xbbe]=0x2b3ae550; p[6][0xbe0]=0xa0b9e65; p[6][0xbe2]=0x2fda4df9; p[6][0xbe8]=0x2fda4df9; p[6][0xbea]=0x1b842cd2; p[6][0xbee]=0x2b3ae550; p[6][0xbf8]=0x2a5e6568; p[6][0xbfa]=0x6c5af2b; p[6][0xbfe]=0xab5bd02; p[6][0xe00]=0x2f34eb5b; p[6][0xe02]=0x20f2fc07; p[6][0xe08]=0x20f2fc07; p[6][0xe0a]=0x28e6ecb1; p[6][0xe0e]=0xe6c43c7; p[6][0xe20]=0x20f2fc07; p[6][0xe22]=0x28e6ecb1; p[6][0xe28]=0x28e6ecb1; p[6][0xe2a]=0x10888cd3; p[6][0xe2e]=0x24478408; p[6][0xe38]=0xe6c43c7; p[6][0xe3a]=0x24478408; p[6][0xe3e]=0x331fb02c; p[6][0xe80]=0x20f2fc07; p[6][0xe82]=0x28e6ecb1; p[6][0xe88]=0x28e6ecb1; p[6][0xe8a]=0x10888cd3; p[6][0xe8e]=0x24478408; p[6][0xea0]=0x28e6ecb1; p[6][0xea2]=0x10888cd3; p[6][0xea8]=0x10888cd3; p[6][0xeaa]=0x1fefa7a3; p[6][0xeae]=0x260f820c; p[6][0xeb8]=0x24478408; p[6][0xeba]=0x260f820c; p[6][0xebe]=0x2b3ae550; p[6][0xee0]=0xe6c43c7; p[6][0xee2]=0x24478408; p[6][0xee8]=0x24478408; p[6][0xeea]=0x260f820c; p[6][0xeee]=0x1fa81b5f; p[6][0xef8]=0x331fb02c; p[6][0xefa]=0x2b3ae550; p[6][0xefe]=0x17d7ad28; p[6][0xf80]=0x208008f; p[6][0xf82]=0xa0b9e65; p[6][0xf88]=0xa0b9e65; p[6][0xf8a]=0x2fda4df9; p[6][0xf8e]=0x331fb02c; p[6][0xfa0]=0xa0b9e65; p[6][0xfa2]=0x2fda4df9; p[6][0xfa8]=0x2fda4df9; p[6][0xfaa]=0x1b842cd2; p[6][0xfae]=0x2b3ae550; p[6][0xfb8]=0x331fb02c; p[6][0xfba]=0x2b3ae550; p[6][0xfbe]=0x1c38528a; p[6][0xfe0]=0x8689d3c; p[6][0xfe2]=0x2a5e6568; p[6][0xfe8]=0x2a5e6568; p[6][0xfea]=0x6c5af2b; p[6][0xfee]=0x17d7ad28; p[6][0xff8]=0x6bbf75b; p[6][0xffa]=0xab5bd02; p[6][0xffe]=0x389cd8f3; p[6][0x2000]=0x18b9c992; p[6][0x2002]=0x3379b447; p[6][0x2003]=0x2f34eb5b; p[6][0x2008]=0x3379b447; p[6][0x200a]=0x2d86555a; p[6][0x200b]=0x20f2fc07; p[6][0x200e]=0x20f2fc07; p[6][0x200f]=0x208008f; p[6][0x2020]=0x3379b447; p[6][0x2022]=0x2d86555a; p[6][0x2023]=0x20f2fc07; p[6][0x2028]=0x2d86555a; p[6][0x202a]=0x369c61a1; p[6][0x202b]=0x28e6ecb1; p[6][0x202e]=0x28e6ecb1; p[6][0x202f]=0xa0b9e65; p[6][0x2038]=0x20f2fc07; p[6][0x203a]=0x28e6ecb1; p[6][0x203b]=0xe6c43c7; p[6][0x203e]=0xa0b9e65; p[6][0x203f]=0x8689d3c; p[6][0x2080]=0x3379b447; p[6][0x2082]=0x2d86555a; p[6][0x2083]=0x20f2fc07; p[6][0x2088]=0x2d86555a; p[6][0x208a]=0x369c61a1; p[6][0x208b]=0x28e6ecb1; p[6][0x208e]=0x28e6ecb1; p[6][0x208f]=0xa0b9e65; p[6][0x20a0]=0x2d86555a; p[6][0x20a2]=0x369c61a1; p[6][0x20a3]=0x28e6ecb1; p[6][0x20a8]=0x369c61a1; p[6][0x20aa]=0x2437395e; p[6][0x20ab]=0x10888cd3; p[6][0x20ae]=0x10888cd3; p[6][0x20af]=0x2fda4df9; p[6][0x20b8]=0x28e6ecb1; p[6][0x20ba]=0x10888cd3; p[6][0x20bb]=0x24478408; p[6][0x20be]=0x2fda4df9; p[6][0x20bf]=0x2a5e6568; p[6][0x20e0]=0x20f2fc07; p[6][0x20e2]=0x28e6ecb1; p[6][0x20e3]=0xe6c43c7; p[6][0x20e8]=0x28e6ecb1; p[6][0x20ea]=0x10888cd3; p[6][0x20eb]=0x24478408; p[6][0x20ee]=0x24478408; p[6][0x20ef]=0x331fb02c; p[6][0x20f8]=0xa0b9e65; p[6][0x20fa]=0x2fda4df9; p[6][0x20fb]=0x331fb02c; p[6][0x20fe]=0x2a5e6568; p[6][0x20ff]=0x6bbf75b; p[6][0x2200]=0x3379b447; p[6][0x2202]=0x2d86555a; p[6][0x2203]=0x20f2fc07; p[6][0x2208]=0x2d86555a; p[6][0x220a]=0x369c61a1; p[6][0x220b]=0x28e6ecb1; p[6][0x220e]=0x28e6ecb1; p[6][0x220f]=0xa0b9e65; p[6][0x2220]=0x2d86555a; p[6][0x2222]=0x369c61a1; p[6][0x2223]=0x28e6ecb1; p[6][0x2228]=0x369c61a1; p[6][0x222a]=0x2437395e; p[6][0x222b]=0x10888cd3; p[6][0x222e]=0x10888cd3; p[6][0x222f]=0x2fda4df9; p[6][0x2238]=0x28e6ecb1; p[6][0x223a]=0x10888cd3; p[6][0x223b]=0x24478408; p[6][0x223e]=0x2fda4df9; p[6][0x223f]=0x2a5e6568; p[6][0x2280]=0x2d86555a; p[6][0x2282]=0x369c61a1; p[6][0x2283]=0x28e6ecb1; p[6][0x2288]=0x369c61a1; p[6][0x228a]=0x2437395e; p[6][0x228b]=0x10888cd3; p[6][0x228e]=0x10888cd3; p[6][0x228f]=0x2fda4df9; p[6][0x22a0]=0x369c61a1; p[6][0x22a2]=0x2437395e; p[6][0x22a3]=0x10888cd3; p[6][0x22a8]=0x2437395e; p[6][0x22aa]=0x16994677; p[6][0x22ab]=0x1fefa7a3; p[6][0x22ae]=0x1fefa7a3; p[6][0x22af]=0x1b842cd2; p[6][0x22b8]=0x10888cd3; p[6][0x22ba]=0x1fefa7a3; p[6][0x22bb]=0x260f820c; p[6][0x22be]=0x1b842cd2; p[6][0x22bf]=0x6c5af2b; p[6][0x22e0]=0x28e6ecb1; p[6][0x22e2]=0x10888cd3; p[6][0x22e3]=0x24478408; p[6][0x22e8]=0x10888cd3; p[6][0x22ea]=0x1fefa7a3; p[6][0x22eb]=0x260f820c; p[6][0x22ee]=0x260f820c; p[6][0x22ef]=0x2b3ae550; p[6][0x22f8]=0x2fda4df9; p[6][0x22fa]=0x1b842cd2; p[6][0x22fb]=0x2b3ae550; p[6][0x22fe]=0x6c5af2b; p[6][0x22ff]=0xab5bd02; p[6][0x2380]=0x20f2fc07; p[6][0x2382]=0x28e6ecb1; p[6][0x2383]=0xe6c43c7; p[6][0x2388]=0x28e6ecb1; p[6][0x238a]=0x10888cd3; p[6][0x238b]=0x24478408; p[6][0x238e]=0x24478408; p[6][0x238f]=0x331fb02c; p[6][0x23a0]=0x28e6ecb1; p[6][0x23a2]=0x10888cd3; p[6][0x23a3]=0x24478408; p[6][0x23a8]=0x10888cd3; p[6][0x23aa]=0x1fefa7a3; p[6][0x23ab]=0x260f820c; p[6][0x23ae]=0x260f820c; p[6][0x23af]=0x2b3ae550; p[6][0x23b8]=0x24478408; p[6][0x23ba]=0x260f820c; p[6][0x23bb]=0x1fa81b5f; p[6][0x23be]=0x2b3ae550; p[6][0x23bf]=0x17d7ad28; p[6][0x23e0]=0xa0b9e65; p[6][0x23e2]=0x2fda4df9; p[6][0x23e3]=0x331fb02c; p[6][0x23e8]=0x2fda4df9; p[6][0x23ea]=0x1b842cd2; p[6][0x23eb]=0x2b3ae550; p[6][0x23ee]=0x2b3ae550; p[6][0x23ef]=0x1c38528a; p[6][0x23f8]=0x2a5e6568; p[6][0x23fa]=0x6c5af2b; p[6][0x23fb]=0x17d7ad28; p[6][0x23fe]=0xab5bd02; p[6][0x23ff]=0x389cd8f3; p[6][0x2800]=0x3379b447; p[6][0x2802]=0x2d86555a; p[6][0x2803]=0x20f2fc07; p[6][0x2808]=0x2d86555a; p[6][0x280a]=0x369c61a1; p[6][0x280b]=0x28e6ecb1; p[6][0x280e]=0x28e6ecb1; p[6][0x280f]=0xa0b9e65; p[6][0x2820]=0x2d86555a; p[6][0x2822]=0x369c61a1; p[6][0x2823]=0x28e6ecb1; p[6][0x2828]=0x369c61a1; p[6][0x282a]=0x2437395e; p[6][0x282b]=0x10888cd3; p[6][0x282e]=0x10888cd3; p[6][0x282f]=0x2fda4df9; p[6][0x2838]=0x28e6ecb1; p[6][0x283a]=0x10888cd3; p[6][0x283b]=0x24478408; p[6][0x283e]=0x2fda4df9; p[6][0x283f]=0x2a5e6568; p[6][0x2880]=0x2d86555a; p[6][0x2882]=0x369c61a1; p[6][0x2883]=0x28e6ecb1; p[6][0x2888]=0x369c61a1; p[6][0x288a]=0x2437395e; p[6][0x288b]=0x10888cd3; p[6][0x288e]=0x10888cd3; p[6][0x288f]=0x2fda4df9; p[6][0x28a0]=0x369c61a1; p[6][0x28a2]=0x2437395e; p[6][0x28a3]=0x10888cd3; p[6][0x28a8]=0x2437395e; p[6][0x28aa]=0x16994677; p[6][0x28ab]=0x1fefa7a3; p[6][0x28ae]=0x1fefa7a3; p[6][0x28af]=0x1b842cd2; p[6][0x28b8]=0x10888cd3; p[6][0x28ba]=0x1fefa7a3; p[6][0x28bb]=0x260f820c; p[6][0x28be]=0x1b842cd2; p[6][0x28bf]=0x6c5af2b; p[6][0x28e0]=0x28e6ecb1; p[6][0x28e2]=0x10888cd3; p[6][0x28e3]=0x24478408; p[6][0x28e8]=0x10888cd3; p[6][0x28ea]=0x1fefa7a3; p[6][0x28eb]=0x260f820c; p[6][0x28ee]=0x260f820c; p[6][0x28ef]=0x2b3ae550; p[6][0x28f8]=0x2fda4df9; p[6][0x28fa]=0x1b842cd2; p[6][0x28fb]=0x2b3ae550; p[6][0x28fe]=0x6c5af2b; p[6][0x28ff]=0xab5bd02; p[6][0x2a00]=0x2d86555a; p[6][0x2a02]=0x369c61a1; p[6][0x2a03]=0x28e6ecb1; p[6][0x2a08]=0x369c61a1; p[6][0x2a0a]=0x2437395e; p[6][0x2a0b]=0x10888cd3; p[6][0x2a0e]=0x10888cd3; p[6][0x2a0f]=0x2fda4df9; p[6][0x2a20]=0x369c61a1; p[6][0x2a22]=0x2437395e; p[6][0x2a23]=0x10888cd3; p[6][0x2a28]=0x2437395e; p[6][0x2a2a]=0x16994677; p[6][0x2a2b]=0x1fefa7a3; p[6][0x2a2e]=0x1fefa7a3; p[6][0x2a2f]=0x1b842cd2; p[6][0x2a38]=0x10888cd3; p[6][0x2a3a]=0x1fefa7a3; p[6][0x2a3b]=0x260f820c; p[6][0x2a3e]=0x1b842cd2; p[6][0x2a3f]=0x6c5af2b; p[6][0x2a80]=0x369c61a1; p[6][0x2a82]=0x2437395e; p[6][0x2a83]=0x10888cd3; p[6][0x2a88]=0x2437395e; p[6][0x2a8a]=0x16994677; p[6][0x2a8b]=0x1fefa7a3; p[6][0x2a8e]=0x1fefa7a3; p[6][0x2a8f]=0x1b842cd2; p[6][0x2aa0]=0x2437395e; p[6][0x2aa2]=0x16994677; p[6][0x2aa3]=0x1fefa7a3; p[6][0x2aa8]=0x16994677; p[6][0x2aaa]=0x76459a9; p[6][0x2aab]=0xce4d495; p[6][0x2aae]=0xce4d495; p[6][0x2aaf]=0x6df1369; p[6][0x2ab8]=0x1fefa7a3; p[6][0x2aba]=0xce4d495; p[6][0x2abb]=0x1ba815e8; p[6][0x2abe]=0x6df1369; p[6][0x2abf]=0x1bf47797; p[6][0x2ae0]=0x10888cd3; p[6][0x2ae2]=0x1fefa7a3; p[6][0x2ae3]=0x260f820c; p[6][0x2ae8]=0x1fefa7a3; p[6][0x2aea]=0xce4d495; p[6][0x2aeb]=0x1ba815e8; p[6][0x2aee]=0x1ba815e8; p[6][0x2aef]=0x310b220b; p[6][0x2af8]=0x1b842cd2; p[6][0x2afa]=0x6df1369; p[6][0x2afb]=0x310b220b; p[6][0x2afe]=0x1bf47797; p[6][0x2aff]=0x24dea455; p[6][0x2b80]=0x28e6ecb1; p[6][0x2b82]=0x10888cd3; p[6][0x2b83]=0x24478408; p[6][0x2b88]=0x10888cd3; p[6][0x2b8a]=0x1fefa7a3; p[6][0x2b8b]=0x260f820c; p[6][0x2b8e]=0x260f820c; p[6][0x2b8f]=0x2b3ae550; p[6][0x2ba0]=0x10888cd3; p[6][0x2ba2]=0x1fefa7a3; p[6][0x2ba3]=0x260f820c; p[6][0x2ba8]=0x1fefa7a3; p[6][0x2baa]=0xce4d495; p[6][0x2bab]=0x1ba815e8; p[6][0x2bae]=0x1ba815e8; p[6][0x2baf]=0x310b220b; p[6][0x2bb8]=0x260f820c; p[6][0x2bba]=0x1ba815e8; p[6][0x2bbb]=0x3b967745; p[6][0x2bbe]=0x310b220b; p[6][0x2bbf]=0x2264682; p[6][0x2be0]=0x2fda4df9; p[6][0x2be2]=0x1b842cd2; p[6][0x2be3]=0x2b3ae550; p[6][0x2be8]=0x1b842cd2; p[6][0x2bea]=0x6df1369; p[6][0x2beb]=0x310b220b; p[6][0x2bee]=0x310b220b; p[6][0x2bef]=0x322e4698; p[6][0x2bf8]=0x6c5af2b; p[6][0x2bfa]=0x1bf47797; p[6][0x2bfb]=0x2264682; p[6][0x2bfe]=0x24dea455; p[6][0x2bff]=0x22473941; p[6][0x2e00]=0x20f2fc07; p[6][0x2e02]=0x28e6ecb1; p[6][0x2e03]=0xe6c43c7; p[6][0x2e08]=0x28e6ecb1; p[6][0x2e0a]=0x10888cd3; p[6][0x2e0b]=0x24478408; p[6][0x2e0e]=0x24478408; p[6][0x2e0f]=0x331fb02c; p[6][0x2e20]=0x28e6ecb1; p[6][0x2e22]=0x10888cd3; p[6][0x2e23]=0x24478408; p[6][0x2e28]=0x10888cd3; p[6][0x2e2a]=0x1fefa7a3; p[6][0x2e2b]=0x260f820c; p[6][0x2e2e]=0x260f820c; p[6][0x2e2f]=0x2b3ae550; p[6][0x2e38]=0x24478408; p[6][0x2e3a]=0x260f820c; p[6][0x2e3b]=0x1fa81b5f; p[6][0x2e3e]=0x2b3ae550; p[6][0x2e3f]=0x17d7ad28; p[6][0x2e80]=0x28e6ecb1; p[6][0x2e82]=0x10888cd3; p[6][0x2e83]=0x24478408; p[6][0x2e88]=0x10888cd3; p[6][0x2e8a]=0x1fefa7a3; p[6][0x2e8b]=0x260f820c; p[6][0x2e8e]=0x260f820c; p[6][0x2e8f]=0x2b3ae550; p[6][0x2ea0]=0x10888cd3; p[6][0x2ea2]=0x1fefa7a3; p[6][0x2ea3]=0x260f820c; p[6][0x2ea8]=0x1fefa7a3; p[6][0x2eaa]=0xce4d495; p[6][0x2eab]=0x1ba815e8; p[6][0x2eae]=0x1ba815e8; p[6][0x2eaf]=0x310b220b; p[6][0x2eb8]=0x260f820c; p[6][0x2eba]=0x1ba815e8; p[6][0x2ebb]=0x3b967745; p[6][0x2ebe]=0x310b220b; p[6][0x2ebf]=0x2264682; p[6][0x2ee0]=0x24478408; p[6][0x2ee2]=0x260f820c; p[6][0x2ee3]=0x1fa81b5f; p[6][0x2ee8]=0x260f820c; p[6][0x2eea]=0x1ba815e8; p[6][0x2eeb]=0x3b967745; p[6][0x2eee]=0x3b967745; p[6][0x2eef]=0x269b7ca7; p[6][0x2ef8]=0x2b3ae550; p[6][0x2efa]=0x310b220b; p[6][0x2efb]=0x269b7ca7; p[6][0x2efe]=0x2264682; p[6][0x2eff]=0x33c9cec9; p[6][0x2f80]=0xa0b9e65; p[6][0x2f82]=0x2fda4df9; p[6][0x2f83]=0x331fb02c; p[6][0x2f88]=0x2fda4df9; p[6][0x2f8a]=0x1b842cd2; p[6][0x2f8b]=0x2b3ae550; p[6][0x2f8e]=0x2b3ae550; p[6][0x2f8f]=0x1c38528a; p[6][0x2fa0]=0x2fda4df9; p[6][0x2fa2]=0x1b842cd2; p[6][0x2fa3]=0x2b3ae550; p[6][0x2fa8]=0x1b842cd2; p[6][0x2faa]=0x6df1369; p[6][0x2fab]=0x310b220b; p[6][0x2fae]=0x310b220b; p[6][0x2faf]=0x322e4698; p[6][0x2fb8]=0x2b3ae550; p[6][0x2fba]=0x310b220b; p[6][0x2fbb]=0x269b7ca7; p[6][0x2fbe]=0x322e4698; p[6][0x2fbf]=0xf04f86; p[6][0x2fe0]=0x2a5e6568; p[6][0x2fe2]=0x6c5af2b; p[6][0x2fe3]=0x17d7ad28; p[6][0x2fe8]=0x6c5af2b; p[6][0x2fea]=0x1bf47797; p[6][0x2feb]=0x2264682; p[6][0x2fee]=0x2264682; p[6][0x2fef]=0xf04f86; p[6][0x2ff8]=0xab5bd02; p[6][0x2ffa]=0x24dea455; p[6][0x2ffb]=0x33c9cec9; p[6][0x2ffe]=0x22473941; p[6][0x2fff]=0x26d5adf6; p[6][0x3800]=0x2f34eb5b; p[6][0x3802]=0x20f2fc07; p[6][0x3803]=0x208008f; p[6][0x3808]=0x20f2fc07; p[6][0x380a]=0x28e6ecb1; p[6][0x380b]=0xa0b9e65; p[6][0x380e]=0xe6c43c7; p[6][0x380f]=0x8689d3c; p[6][0x3820]=0x20f2fc07; p[6][0x3822]=0x28e6ecb1; p[6][0x3823]=0xa0b9e65; p[6][0x3828]=0x28e6ecb1; p[6][0x382a]=0x10888cd3; p[6][0x382b]=0x2fda4df9; p[6][0x382e]=0x24478408; p[6][0x382f]=0x2a5e6568; p[6][0x3838]=0xe6c43c7; p[6][0x383a]=0x24478408; p[6][0x383b]=0x331fb02c; p[6][0x383e]=0x331fb02c; p[6][0x383f]=0x6bbf75b; p[6][0x3880]=0x20f2fc07; p[6][0x3882]=0x28e6ecb1; p[6][0x3883]=0xa0b9e65; p[6][0x3888]=0x28e6ecb1; p[6][0x388a]=0x10888cd3; p[6][0x388b]=0x2fda4df9; p[6][0x388e]=0x24478408; p[6][0x388f]=0x2a5e6568; p[6][0x38a0]=0x28e6ecb1; p[6][0x38a2]=0x10888cd3; p[6][0x38a3]=0x2fda4df9; p[6][0x38a8]=0x10888cd3; p[6][0x38aa]=0x1fefa7a3; p[6][0x38ab]=0x1b842cd2; p[6][0x38ae]=0x260f820c; p[6][0x38af]=0x6c5af2b; p[6][0x38b8]=0x24478408; p[6][0x38ba]=0x260f820c; p[6][0x38bb]=0x2b3ae550; p[6][0x38be]=0x2b3ae550; p[6][0x38bf]=0xab5bd02; p[6][0x38e0]=0xe6c43c7; p[6][0x38e2]=0x24478408; p[6][0x38e3]=0x331fb02c; p[6][0x38e8]=0x24478408; p[6][0x38ea]=0x260f820c; p[6][0x38eb]=0x2b3ae550; p[6][0x38ee]=0x1fa81b5f; p[6][0x38ef]=0x17d7ad28; p[6][0x38f8]=0x331fb02c; p[6][0x38fa]=0x2b3ae550; p[6][0x38fb]=0x1c38528a; p[6][0x38fe]=0x17d7ad28; p[6][0x38ff]=0x389cd8f3; p[6][0x3a00]=0x20f2fc07; p[6][0x3a02]=0x28e6ecb1; p[6][0x3a03]=0xa0b9e65; p[6][0x3a08]=0x28e6ecb1; p[6][0x3a0a]=0x10888cd3; p[6][0x3a0b]=0x2fda4df9; p[6][0x3a0e]=0x24478408; p[6][0x3a0f]=0x2a5e6568; p[6][0x3a20]=0x28e6ecb1; p[6][0x3a22]=0x10888cd3; p[6][0x3a23]=0x2fda4df9; p[6][0x3a28]=0x10888cd3; p[6][0x3a2a]=0x1fefa7a3; p[6][0x3a2b]=0x1b842cd2; p[6][0x3a2e]=0x260f820c; p[6][0x3a2f]=0x6c5af2b; p[6][0x3a38]=0x24478408; p[6][0x3a3a]=0x260f820c; p[6][0x3a3b]=0x2b3ae550; p[6][0x3a3e]=0x2b3ae550; p[6][0x3a3f]=0xab5bd02; p[6][0x3a80]=0x28e6ecb1; p[6][0x3a82]=0x10888cd3; p[6][0x3a83]=0x2fda4df9; p[6][0x3a88]=0x10888cd3; p[6][0x3a8a]=0x1fefa7a3; p[6][0x3a8b]=0x1b842cd2; p[6][0x3a8e]=0x260f820c; p[6][0x3a8f]=0x6c5af2b; p[6][0x3aa0]=0x10888cd3; p[6][0x3aa2]=0x1fefa7a3; p[6][0x3aa3]=0x1b842cd2; p[6][0x3aa8]=0x1fefa7a3; p[6][0x3aaa]=0xce4d495; p[6][0x3aab]=0x6df1369; p[6][0x3aae]=0x1ba815e8; p[6][0x3aaf]=0x1bf47797; p[6][0x3ab8]=0x260f820c; p[6][0x3aba]=0x1ba815e8; p[6][0x3abb]=0x310b220b; p[6][0x3abe]=0x310b220b; p[6][0x3abf]=0x24dea455; p[6][0x3ae0]=0x24478408; p[6][0x3ae2]=0x260f820c; p[6][0x3ae3]=0x2b3ae550; p[6][0x3ae8]=0x260f820c; p[6][0x3aea]=0x1ba815e8; p[6][0x3aeb]=0x310b220b; p[6][0x3aee]=0x3b967745; p[6][0x3aef]=0x2264682; p[6][0x3af8]=0x2b3ae550; p[6][0x3afa]=0x310b220b; p[6][0x3afb]=0x322e4698; p[6][0x3afe]=0x2264682; p[6][0x3aff]=0x22473941; p[6][0x3b80]=0xe6c43c7; p[6][0x3b82]=0x24478408; p[6][0x3b83]=0x331fb02c; p[6][0x3b88]=0x24478408; p[6][0x3b8a]=0x260f820c; p[6][0x3b8b]=0x2b3ae550; p[6][0x3b8e]=0x1fa81b5f; p[6][0x3b8f]=0x17d7ad28; p[6][0x3ba0]=0x24478408; p[6][0x3ba2]=0x260f820c; p[6][0x3ba3]=0x2b3ae550; p[6][0x3ba8]=0x260f820c; p[6][0x3baa]=0x1ba815e8; p[6][0x3bab]=0x310b220b; p[6][0x3bae]=0x3b967745; p[6][0x3baf]=0x2264682; p[6][0x3bb8]=0x1fa81b5f; p[6][0x3bba]=0x3b967745; p[6][0x3bbb]=0x269b7ca7; p[6][0x3bbe]=0x269b7ca7; p[6][0x3bbf]=0x33c9cec9; p[6][0x3be0]=0x331fb02c; p[6][0x3be2]=0x2b3ae550; p[6][0x3be3]=0x1c38528a; p[6][0x3be8]=0x2b3ae550; p[6][0x3bea]=0x310b220b; p[6][0x3beb]=0x322e4698; p[6][0x3bee]=0x269b7ca7; p[6][0x3bef]=0xf04f86; p[6][0x3bf8]=0x17d7ad28; p[6][0x3bfa]=0x2264682; p[6][0x3bfb]=0xf04f86; p[6][0x3bfe]=0x33c9cec9; p[6][0x3bff]=0x26d5adf6; p[6][0x3e00]=0x208008f; p[6][0x3e02]=0xa0b9e65; p[6][0x3e03]=0x8689d3c; p[6][0x3e08]=0xa0b9e65; p[6][0x3e0a]=0x2fda4df9; p[6][0x3e0b]=0x2a5e6568; p[6][0x3e0e]=0x331fb02c; p[6][0x3e0f]=0x6bbf75b; p[6][0x3e20]=0xa0b9e65; p[6][0x3e22]=0x2fda4df9; p[6][0x3e23]=0x2a5e6568; p[6][0x3e28]=0x2fda4df9; p[6][0x3e2a]=0x1b842cd2; p[6][0x3e2b]=0x6c5af2b; p[6][0x3e2e]=0x2b3ae550; p[6][0x3e2f]=0xab5bd02; p[6][0x3e38]=0x331fb02c; p[6][0x3e3a]=0x2b3ae550; p[6][0x3e3b]=0x17d7ad28; p[6][0x3e3e]=0x1c38528a; p[6][0x3e3f]=0x389cd8f3; p[6][0x3e80]=0xa0b9e65; p[6][0x3e82]=0x2fda4df9; p[6][0x3e83]=0x2a5e6568; p[6][0x3e88]=0x2fda4df9; p[6][0x3e8a]=0x1b842cd2; p[6][0x3e8b]=0x6c5af2b; p[6][0x3e8e]=0x2b3ae550; p[6][0x3e8f]=0xab5bd02; p[6][0x3ea0]=0x2fda4df9; p[6][0x3ea2]=0x1b842cd2; p[6][0x3ea3]=0x6c5af2b; p[6][0x3ea8]=0x1b842cd2; p[6][0x3eaa]=0x6df1369; p[6][0x3eab]=0x1bf47797; p[6][0x3eae]=0x310b220b; p[6][0x3eaf]=0x24dea455; p[6][0x3eb8]=0x2b3ae550; p[6][0x3eba]=0x310b220b; p[6][0x3ebb]=0x2264682; p[6][0x3ebe]=0x322e4698; p[6][0x3ebf]=0x22473941; p[6][0x3ee0]=0x331fb02c; p[6][0x3ee2]=0x2b3ae550; p[6][0x3ee3]=0x17d7ad28; p[6][0x3ee8]=0x2b3ae550; p[6][0x3eea]=0x310b220b; p[6][0x3eeb]=0x2264682; p[6][0x3eee]=0x269b7ca7; p[6][0x3eef]=0x33c9cec9; p[6][0x3ef8]=0x1c38528a; p[6][0x3efa]=0x322e4698; p[6][0x3efb]=0xf04f86; p[6][0x3efe]=0xf04f86; p[6][0x3eff]=0x26d5adf6; p[6][0x3f80]=0x8689d3c; p[6][0x3f82]=0x2a5e6568; p[6][0x3f83]=0x6bbf75b; p[6][0x3f88]=0x2a5e6568; p[6][0x3f8a]=0x6c5af2b; p[6][0x3f8b]=0xab5bd02; p[6][0x3f8e]=0x17d7ad28; p[6][0x3f8f]=0x389cd8f3; p[6][0x3fa0]=0x2a5e6568; p[6][0x3fa2]=0x6c5af2b; p[6][0x3fa3]=0xab5bd02; p[6][0x3fa8]=0x6c5af2b; p[6][0x3faa]=0x1bf47797; p[6][0x3fab]=0x24dea455; p[6][0x3fae]=0x2264682; p[6][0x3faf]=0x22473941; p[6][0x3fb8]=0x17d7ad28; p[6][0x3fba]=0x2264682; p[6][0x3fbb]=0x33c9cec9; p[6][0x3fbe]=0xf04f86; p[6][0x3fbf]=0x26d5adf6; p[6][0x3fe0]=0x6bbf75b; p[6][0x3fe2]=0xab5bd02; p[6][0x3fe3]=0x389cd8f3; p[6][0x3fe8]=0xab5bd02; p[6][0x3fea]=0x24dea455; p[6][0x3feb]=0x22473941; p[6][0x3fee]=0x33c9cec9; p[6][0x3fef]=0x26d5adf6; p[6][0x3ff8]=0x389cd8f3; p[6][0x3ffa]=0x22473941; p[6][0x3ffb]=0x26d5adf6; p[6][0x3ffe]=0x26d5adf6; p[6][0x3fff]=0xf45aa95; p[7][0x0]=0x21a741ca; p[7][0x2]=0x4c5019d; p[7][0x8]=0x4c5019d; p[7][0xa]=0x473a0e7; p[7][0xe]=0x3171b76b; p[7][0x20]=0x4c5019d; p[7][0x22]=0x473a0e7; p[7][0x28]=0x473a0e7; p[7][0x2a]=0x11ad6f30; p[7][0x2e]=0x3279eedd; p[7][0x38]=0x3171b76b; p[7][0x3a]=0x3279eedd; p[7][0x3e]=0xa5d739b; p[7][0x80]=0x4c5019d; p[7][0x82]=0x473a0e7; p[7][0x88]=0x473a0e7; p[7][0x8a]=0x11ad6f30; p[7][0x8e]=0x3279eedd; p[7][0xa0]=0x473a0e7; p[7][0xa2]=0x11ad6f30; p[7][0xa8]=0x11ad6f30; p[7][0xaa]=0x39997b4; p[7][0xae]=0x2fff2c4d; p[7][0xb8]=0x3279eedd; p[7][0xba]=0x2fff2c4d; p[7][0xbe]=0x306fe8a8; p[7][0xe0]=0x3171b76b; p[7][0xe2]=0x3279eedd; p[7][0xe8]=0x3279eedd; p[7][0xea]=0x2fff2c4d; p[7][0xee]=0x24e572cc; p[7][0xf8]=0xa5d739b; p[7][0xfa]=0x306fe8a8; p[7][0xfe]=0x6bdca3b; p[7][0x200]=0x4c5019d; p[7][0x202]=0x473a0e7; p[7][0x208]=0x473a0e7; p[7][0x20a]=0x11ad6f30; p[7][0x20e]=0x3279eedd; p[7][0x220]=0x473a0e7; p[7][0x222]=0x11ad6f30; p[7][0x228]=0x11ad6f30; p[7][0x22a]=0x39997b4; p[7][0x22e]=0x2fff2c4d; p[7][0x238]=0x3279eedd; p[7][0x23a]=0x2fff2c4d; p[7][0x23e]=0x306fe8a8; p[7][0x280]=0x473a0e7; p[7][0x282]=0x11ad6f30; p[7][0x288]=0x11ad6f30; p[7][0x28a]=0x39997b4; p[7][0x28e]=0x2fff2c4d; p[7][0x2a0]=0x11ad6f30; p[7][0x2a2]=0x39997b4; p[7][0x2a8]=0x39997b4; p[7][0x2aa]=0x5e9bd2f; p[7][0x2ae]=0x30b44ac2; p[7][0x2b8]=0x2fff2c4d; p[7][0x2ba]=0x30b44ac2; p[7][0x2be]=0x2e1bdf32; p[7][0x2e0]=0x3279eedd; p[7][0x2e2]=0x2fff2c4d; p[7][0x2e8]=0x2fff2c4d; p[7][0x2ea]=0x30b44ac2; p[7][0x2ee]=0x12b61f63; p[7][0x2f8]=0x306fe8a8; p[7][0x2fa]=0x2e1bdf32; p[7][0x2fe]=0x39f0584f; p[7][0x380]=0x3171b76b; p[7][0x382]=0x3279eedd; p[7][0x388]=0x3279eedd; p[7][0x38a]=0x2fff2c4d; p[7][0x38e]=0x24e572cc; p[7][0x3a0]=0x3279eedd; p[7][0x3a2]=0x2fff2c4d; p[7][0x3a8]=0x2fff2c4d; p[7][0x3aa]=0x30b44ac2; p[7][0x3ae]=0x12b61f63; p[7][0x3b8]=0x24e572cc; p[7][0x3ba]=0x12b61f63; p[7][0x3be]=0x22db6c97; p[7][0x3e0]=0xa5d739b; p[7][0x3e2]=0x306fe8a8; p[7][0x3e8]=0x306fe8a8; p[7][0x3ea]=0x2e1bdf32; p[7][0x3ee]=0x22db6c97; p[7][0x3f8]=0x6bdca3b; p[7][0x3fa]=0x39f0584f; p[7][0x3fe]=0x2692bb4b; p[7][0x800]=0x4c5019d; p[7][0x802]=0x473a0e7; p[7][0x808]=0x473a0e7; p[7][0x80a]=0x11ad6f30; p[7][0x80e]=0x3279eedd; p[7][0x820]=0x473a0e7; p[7][0x822]=0x11ad6f30; p[7][0x828]=0x11ad6f30; p[7][0x82a]=0x39997b4; p[7][0x82e]=0x2fff2c4d; p[7][0x838]=0x3279eedd; p[7][0x83a]=0x2fff2c4d; p[7][0x83e]=0x306fe8a8; p[7][0x880]=0x473a0e7; p[7][0x882]=0x11ad6f30; p[7][0x888]=0x11ad6f30; p[7][0x88a]=0x39997b4; p[7][0x88e]=0x2fff2c4d; p[7][0x8a0]=0x11ad6f30; p[7][0x8a2]=0x39997b4; p[7][0x8a8]=0x39997b4; p[7][0x8aa]=0x5e9bd2f; p[7][0x8ae]=0x30b44ac2; p[7][0x8b8]=0x2fff2c4d; p[7][0x8ba]=0x30b44ac2; p[7][0x8be]=0x2e1bdf32; p[7][0x8e0]=0x3279eedd; p[7][0x8e2]=0x2fff2c4d; p[7][0x8e8]=0x2fff2c4d; p[7][0x8ea]=0x30b44ac2; p[7][0x8ee]=0x12b61f63; p[7][0x8f8]=0x306fe8a8; p[7][0x8fa]=0x2e1bdf32; p[7][0x8fe]=0x39f0584f; p[7][0xa00]=0x473a0e7; p[7][0xa02]=0x11ad6f30; p[7][0xa08]=0x11ad6f30; p[7][0xa0a]=0x39997b4; p[7][0xa0e]=0x2fff2c4d; p[7][0xa20]=0x11ad6f30; p[7][0xa22]=0x39997b4; p[7][0xa28]=0x39997b4; p[7][0xa2a]=0x5e9bd2f; p[7][0xa2e]=0x30b44ac2; p[7][0xa38]=0x2fff2c4d; p[7][0xa3a]=0x30b44ac2; p[7][0xa3e]=0x2e1bdf32; p[7][0xa80]=0x11ad6f30; p[7][0xa82]=0x39997b4; p[7][0xa88]=0x39997b4; p[7][0xa8a]=0x5e9bd2f; p[7][0xa8e]=0x30b44ac2; p[7][0xaa0]=0x39997b4; p[7][0xaa2]=0x5e9bd2f; p[7][0xaa8]=0x5e9bd2f; p[7][0xaaa]=0xb2f6dcd; p[7][0xaae]=0x2f06e492; p[7][0xab8]=0x30b44ac2; p[7][0xaba]=0x2f06e492; p[7][0xabe]=0x10b19e41; p[7][0xae0]=0x2fff2c4d; p[7][0xae2]=0x30b44ac2; p[7][0xae8]=0x30b44ac2; p[7][0xaea]=0x2f06e492; p[7][0xaee]=0x223433c9; p[7][0xaf8]=0x2e1bdf32; p[7][0xafa]=0x10b19e41; p[7][0xafe]=0xc0387df; p[7][0xb80]=0x3279eedd; p[7][0xb82]=0x2fff2c4d; p[7][0xb88]=0x2fff2c4d; p[7][0xb8a]=0x30b44ac2; p[7][0xb8e]=0x12b61f63; p[7][0xba0]=0x2fff2c4d; p[7][0xba2]=0x30b44ac2; p[7][0xba8]=0x30b44ac2; p[7][0xbaa]=0x2f06e492; p[7][0xbae]=0x223433c9; p[7][0xbb8]=0x12b61f63; p[7][0xbba]=0x223433c9; p[7][0xbbe]=0x10d2d248; p[7][0xbe0]=0x306fe8a8; p[7][0xbe2]=0x2e1bdf32; p[7][0xbe8]=0x2e1bdf32; p[7][0xbea]=0x10b19e41; p[7][0xbee]=0x10d2d248; p[7][0xbf8]=0x39f0584f; p[7][0xbfa]=0xc0387df; p[7][0xbfe]=0x136073cb; p[7][0xe00]=0x3171b76b; p[7][0xe02]=0x3279eedd; p[7][0xe08]=0x3279eedd; p[7][0xe0a]=0x2fff2c4d; p[7][0xe0e]=0x24e572cc; p[7][0xe20]=0x3279eedd; p[7][0xe22]=0x2fff2c4d; p[7][0xe28]=0x2fff2c4d; p[7][0xe2a]=0x30b44ac2; p[7][0xe2e]=0x12b61f63; p[7][0xe38]=0x24e572cc; p[7][0xe3a]=0x12b61f63; p[7][0xe3e]=0x22db6c97; p[7][0xe80]=0x3279eedd; p[7][0xe82]=0x2fff2c4d; p[7][0xe88]=0x2fff2c4d; p[7][0xe8a]=0x30b44ac2; p[7][0xe8e]=0x12b61f63; p[7][0xea0]=0x2fff2c4d; p[7][0xea2]=0x30b44ac2; p[7][0xea8]=0x30b44ac2; p[7][0xeaa]=0x2f06e492; p[7][0xeae]=0x223433c9; p[7][0xeb8]=0x12b61f63; p[7][0xeba]=0x223433c9; p[7][0xebe]=0x10d2d248; p[7][0xee0]=0x24e572cc; p[7][0xee2]=0x12b61f63; p[7][0xee8]=0x12b61f63; p[7][0xeea]=0x223433c9; p[7][0xeee]=0x3107dc80; p[7][0xef8]=0x22db6c97; p[7][0xefa]=0x10d2d248; p[7][0xefe]=0x2c5bdc3e; p[7][0xf80]=0xa5d739b; p[7][0xf82]=0x306fe8a8; p[7][0xf88]=0x306fe8a8; p[7][0xf8a]=0x2e1bdf32; p[7][0xf8e]=0x22db6c97; p[7][0xfa0]=0x306fe8a8; p[7][0xfa2]=0x2e1bdf32; p[7][0xfa8]=0x2e1bdf32; p[7][0xfaa]=0x10b19e41; p[7][0xfae]=0x10d2d248; p[7][0xfb8]=0x22db6c97; p[7][0xfba]=0x10d2d248; p[7][0xfbe]=0x20d16662; p[7][0xfe0]=0x6bdca3b; p[7][0xfe2]=0x39f0584f; p[7][0xfe8]=0x39f0584f; p[7][0xfea]=0xc0387df; p[7][0xfee]=0x2c5bdc3e; p[7][0xff8]=0x2692bb4b; p[7][0xffa]=0x136073cb; p[7][0xffe]=0x2e417cc4; p[7][0x2000]=0x4c5019d; p[7][0x2002]=0x473a0e7; p[7][0x2008]=0x473a0e7; p[7][0x200a]=0x11ad6f30; p[7][0x200e]=0x3279eedd; p[7][0x2020]=0x473a0e7; p[7][0x2022]=0x11ad6f30; p[7][0x2028]=0x11ad6f30; p[7][0x202a]=0x39997b4; p[7][0x202e]=0x2fff2c4d; p[7][0x2038]=0x3279eedd; p[7][0x203a]=0x2fff2c4d; p[7][0x203e]=0x306fe8a8; p[7][0x2080]=0x473a0e7; p[7][0x2082]=0x11ad6f30; p[7][0x2088]=0x11ad6f30; p[7][0x208a]=0x39997b4; p[7][0x208e]=0x2fff2c4d; p[7][0x20a0]=0x11ad6f30; p[7][0x20a2]=0x39997b4; p[7][0x20a8]=0x39997b4; p[7][0x20aa]=0x5e9bd2f; p[7][0x20ae]=0x30b44ac2; p[7][0x20b8]=0x2fff2c4d; p[7][0x20ba]=0x30b44ac2; p[7][0x20be]=0x2e1bdf32; p[7][0x20e0]=0x3279eedd; p[7][0x20e2]=0x2fff2c4d; p[7][0x20e8]=0x2fff2c4d; p[7][0x20ea]=0x30b44ac2; p[7][0x20ee]=0x12b61f63; p[7][0x20f8]=0x306fe8a8; p[7][0x20fa]=0x2e1bdf32; p[7][0x20fe]=0x39f0584f; p[7][0x2200]=0x473a0e7; p[7][0x2202]=0x11ad6f30; p[7][0x2208]=0x11ad6f30; p[7][0x220a]=0x39997b4; p[7][0x220e]=0x2fff2c4d; p[7][0x2220]=0x11ad6f30; p[7][0x2222]=0x39997b4; p[7][0x2228]=0x39997b4; p[7][0x222a]=0x5e9bd2f; p[7][0x222e]=0x30b44ac2; p[7][0x2238]=0x2fff2c4d; p[7][0x223a]=0x30b44ac2; p[7][0x223e]=0x2e1bdf32; p[7][0x2280]=0x11ad6f30; p[7][0x2282]=0x39997b4; p[7][0x2288]=0x39997b4; p[7][0x228a]=0x5e9bd2f; p[7][0x228e]=0x30b44ac2; p[7][0x22a0]=0x39997b4; p[7][0x22a2]=0x5e9bd2f; p[7][0x22a8]=0x5e9bd2f; p[7][0x22aa]=0xb2f6dcd; p[7][0x22ae]=0x2f06e492; p[7][0x22b8]=0x30b44ac2; p[7][0x22ba]=0x2f06e492; p[7][0x22be]=0x10b19e41; p[7][0x22e0]=0x2fff2c4d; p[7][0x22e2]=0x30b44ac2; p[7][0x22e8]=0x30b44ac2; p[7][0x22ea]=0x2f06e492; p[7][0x22ee]=0x223433c9; p[7][0x22f8]=0x2e1bdf32; p[7][0x22fa]=0x10b19e41; p[7][0x22fe]=0xc0387df; p[7][0x2380]=0x3279eedd; p[7][0x2382]=0x2fff2c4d; p[7][0x2388]=0x2fff2c4d; p[7][0x238a]=0x30b44ac2; p[7][0x238e]=0x12b61f63; p[7][0x23a0]=0x2fff2c4d; p[7][0x23a2]=0x30b44ac2; p[7][0x23a8]=0x30b44ac2; p[7][0x23aa]=0x2f06e492; p[7][0x23ae]=0x223433c9; p[7][0x23b8]=0x12b61f63; p[7][0x23ba]=0x223433c9; p[7][0x23be]=0x10d2d248; p[7][0x23e0]=0x306fe8a8; p[7][0x23e2]=0x2e1bdf32; p[7][0x23e8]=0x2e1bdf32; p[7][0x23ea]=0x10b19e41; p[7][0x23ee]=0x10d2d248; p[7][0x23f8]=0x39f0584f; p[7][0x23fa]=0xc0387df; p[7][0x23fe]=0x136073cb; p[7][0x2800]=0x473a0e7; p[7][0x2802]=0x11ad6f30; p[7][0x2808]=0x11ad6f30; p[7][0x280a]=0x39997b4; p[7][0x280e]=0x2fff2c4d; p[7][0x2820]=0x11ad6f30; p[7][0x2822]=0x39997b4; p[7][0x2828]=0x39997b4; p[7][0x282a]=0x5e9bd2f; p[7][0x282e]=0x30b44ac2; p[7][0x2838]=0x2fff2c4d; p[7][0x283a]=0x30b44ac2; p[7][0x283e]=0x2e1bdf32; p[7][0x2880]=0x11ad6f30; p[7][0x2882]=0x39997b4; p[7][0x2888]=0x39997b4; p[7][0x288a]=0x5e9bd2f; p[7][0x288e]=0x30b44ac2; p[7][0x28a0]=0x39997b4; p[7][0x28a2]=0x5e9bd2f; p[7][0x28a8]=0x5e9bd2f; p[7][0x28aa]=0xb2f6dcd; p[7][0x28ae]=0x2f06e492; p[7][0x28b8]=0x30b44ac2; p[7][0x28ba]=0x2f06e492; p[7][0x28be]=0x10b19e41; p[7][0x28e0]=0x2fff2c4d; p[7][0x28e2]=0x30b44ac2; p[7][0x28e8]=0x30b44ac2; p[7][0x28ea]=0x2f06e492; p[7][0x28ee]=0x223433c9; p[7][0x28f8]=0x2e1bdf32; p[7][0x28fa]=0x10b19e41; p[7][0x28fe]=0xc0387df; p[7][0x2a00]=0x11ad6f30; p[7][0x2a02]=0x39997b4; p[7][0x2a08]=0x39997b4; p[7][0x2a0a]=0x5e9bd2f; p[7][0x2a0e]=0x30b44ac2; p[7][0x2a20]=0x39997b4; p[7][0x2a22]=0x5e9bd2f; p[7][0x2a28]=0x5e9bd2f; p[7][0x2a2a]=0xb2f6dcd; p[7][0x2a2e]=0x2f06e492; p[7][0x2a38]=0x30b44ac2; p[7][0x2a3a]=0x2f06e492; p[7][0x2a3e]=0x10b19e41; p[7][0x2a80]=0x39997b4; p[7][0x2a82]=0x5e9bd2f; p[7][0x2a88]=0x5e9bd2f; p[7][0x2a8a]=0xb2f6dcd; p[7][0x2a8e]=0x2f06e492; p[7][0x2aa0]=0x5e9bd2f; p[7][0x2aa2]=0xb2f6dcd; p[7][0x2aa8]=0xb2f6dcd; p[7][0x2aaa]=0x17cf48b4; p[7][0x2aae]=0x25b078aa; p[7][0x2ab8]=0x2f06e492; p[7][0x2aba]=0x25b078aa; p[7][0x2abe]=0xf399fab; p[7][0x2ae0]=0x30b44ac2; p[7][0x2ae2]=0x2f06e492; p[7][0x2ae8]=0x2f06e492; p[7][0x2aea]=0x25b078aa; p[7][0x2aee]=0x1c8941ee; p[7][0x2af8]=0x10b19e41; p[7][0x2afa]=0xf399fab; p[7][0x2afe]=0x1ac7263f; p[7][0x2b80]=0x2fff2c4d; p[7][0x2b82]=0x30b44ac2; p[7][0x2b88]=0x30b44ac2; p[7][0x2b8a]=0x2f06e492; p[7][0x2b8e]=0x223433c9; p[7][0x2ba0]=0x30b44ac2; p[7][0x2ba2]=0x2f06e492; p[7][0x2ba8]=0x2f06e492; p[7][0x2baa]=0x25b078aa; p[7][0x2bae]=0x1c8941ee; p[7][0x2bb8]=0x223433c9; p[7][0x2bba]=0x1c8941ee; p[7][0x2bbe]=0x2318748; p[7][0x2be0]=0x2e1bdf32; p[7][0x2be2]=0x10b19e41; p[7][0x2be8]=0x10b19e41; p[7][0x2bea]=0xf399fab; p[7][0x2bee]=0x2318748; p[7][0x2bf8]=0xc0387df; p[7][0x2bfa]=0x1ac7263f; p[7][0x2bfe]=0x550f05b; p[7][0x2e00]=0x3279eedd; p[7][0x2e02]=0x2fff2c4d; p[7][0x2e08]=0x2fff2c4d; p[7][0x2e0a]=0x30b44ac2; p[7][0x2e0e]=0x12b61f63; p[7][0x2e20]=0x2fff2c4d; p[7][0x2e22]=0x30b44ac2; p[7][0x2e28]=0x30b44ac2; p[7][0x2e2a]=0x2f06e492; p[7][0x2e2e]=0x223433c9; p[7][0x2e38]=0x12b61f63; p[7][0x2e3a]=0x223433c9; p[7][0x2e3e]=0x10d2d248; p[7][0x2e80]=0x2fff2c4d; p[7][0x2e82]=0x30b44ac2; p[7][0x2e88]=0x30b44ac2; p[7][0x2e8a]=0x2f06e492; p[7][0x2e8e]=0x223433c9; p[7][0x2ea0]=0x30b44ac2; p[7][0x2ea2]=0x2f06e492; p[7][0x2ea8]=0x2f06e492; p[7][0x2eaa]=0x25b078aa; p[7][0x2eae]=0x1c8941ee; p[7][0x2eb8]=0x223433c9; p[7][0x2eba]=0x1c8941ee; p[7][0x2ebe]=0x2318748; p[7][0x2ee0]=0x12b61f63; p[7][0x2ee2]=0x223433c9; p[7][0x2ee8]=0x223433c9; p[7][0x2eea]=0x1c8941ee; p[7][0x2eee]=0x13b41cd0; p[7][0x2ef8]=0x10d2d248; p[7][0x2efa]=0x2318748; p[7][0x2efe]=0x2a5544fc; p[7][0x2f80]=0x306fe8a8; p[7][0x2f82]=0x2e1bdf32; p[7][0x2f88]=0x2e1bdf32; p[7][0x2f8a]=0x10b19e41; p[7][0x2f8e]=0x10d2d248; p[7][0x2fa0]=0x2e1bdf32; p[7][0x2fa2]=0x10b19e41; p[7][0x2fa8]=0x10b19e41; p[7][0x2faa]=0xf399fab; p[7][0x2fae]=0x2318748; p[7][0x2fb8]=0x10d2d248; p[7][0x2fba]=0x2318748; p[7][0x2fbe]=0xeef852d; p[7][0x2fe0]=0x39f0584f; p[7][0x2fe2]=0xc0387df; p[7][0x2fe8]=0xc0387df; p[7][0x2fea]=0x1ac7263f; p[7][0x2fee]=0x2a5544fc; p[7][0x2ff8]=0x136073cb; p[7][0x2ffa]=0x550f05b; p[7][0x2ffe]=0x33f5cf2a; p[7][0x3800]=0x3171b76b; p[7][0x3802]=0x3279eedd; p[7][0x3808]=0x3279eedd; p[7][0x380a]=0x2fff2c4d; p[7][0x380e]=0x24e572cc; p[7][0x3820]=0x3279eedd; p[7][0x3822]=0x2fff2c4d; p[7][0x3828]=0x2fff2c4d; p[7][0x382a]=0x30b44ac2; p[7][0x382e]=0x12b61f63; p[7][0x3838]=0x24e572cc; p[7][0x383a]=0x12b61f63; p[7][0x383e]=0x22db6c97; p[7][0x3880]=0x3279eedd; p[7][0x3882]=0x2fff2c4d; p[7][0x3888]=0x2fff2c4d; p[7][0x388a]=0x30b44ac2; p[7][0x388e]=0x12b61f63; p[7][0x38a0]=0x2fff2c4d; p[7][0x38a2]=0x30b44ac2; p[7][0x38a8]=0x30b44ac2; p[7][0x38aa]=0x2f06e492; p[7][0x38ae]=0x223433c9; p[7][0x38b8]=0x12b61f63; p[7][0x38ba]=0x223433c9; p[7][0x38be]=0x10d2d248; p[7][0x38e0]=0x24e572cc; p[7][0x38e2]=0x12b61f63; p[7][0x38e8]=0x12b61f63; p[7][0x38ea]=0x223433c9; p[7][0x38ee]=0x3107dc80; p[7][0x38f8]=0x22db6c97; p[7][0x38fa]=0x10d2d248; p[7][0x38fe]=0x2c5bdc3e; p[7][0x3a00]=0x3279eedd; p[7][0x3a02]=0x2fff2c4d; p[7][0x3a08]=0x2fff2c4d; p[7][0x3a0a]=0x30b44ac2; p[7][0x3a0e]=0x12b61f63; p[7][0x3a20]=0x2fff2c4d; p[7][0x3a22]=0x30b44ac2; p[7][0x3a28]=0x30b44ac2; p[7][0x3a2a]=0x2f06e492; p[7][0x3a2e]=0x223433c9; p[7][0x3a38]=0x12b61f63; p[7][0x3a3a]=0x223433c9; p[7][0x3a3e]=0x10d2d248; p[7][0x3a80]=0x2fff2c4d; p[7][0x3a82]=0x30b44ac2; p[7][0x3a88]=0x30b44ac2; p[7][0x3a8a]=0x2f06e492; p[7][0x3a8e]=0x223433c9; p[7][0x3aa0]=0x30b44ac2; p[7][0x3aa2]=0x2f06e492; p[7][0x3aa8]=0x2f06e492; p[7][0x3aaa]=0x25b078aa; p[7][0x3aae]=0x1c8941ee; p[7][0x3ab8]=0x223433c9; p[7][0x3aba]=0x1c8941ee; p[7][0x3abe]=0x2318748; p[7][0x3ae0]=0x12b61f63; p[7][0x3ae2]=0x223433c9; p[7][0x3ae8]=0x223433c9; p[7][0x3aea]=0x1c8941ee; p[7][0x3aee]=0x13b41cd0; p[7][0x3af8]=0x10d2d248; p[7][0x3afa]=0x2318748; p[7][0x3afe]=0x2a5544fc; p[7][0x3b80]=0x24e572cc; p[7][0x3b82]=0x12b61f63; p[7][0x3b88]=0x12b61f63; p[7][0x3b8a]=0x223433c9; p[7][0x3b8e]=0x3107dc80; p[7][0x3ba0]=0x12b61f63; p[7][0x3ba2]=0x223433c9; p[7][0x3ba8]=0x223433c9; p[7][0x3baa]=0x1c8941ee; p[7][0x3bae]=0x13b41cd0; p[7][0x3bb8]=0x3107dc80; p[7][0x3bba]=0x13b41cd0; p[7][0x3bbe]=0x2f248f65; p[7][0x3be0]=0x22db6c97; p[7][0x3be2]=0x10d2d248; p[7][0x3be8]=0x10d2d248; p[7][0x3bea]=0x2318748; p[7][0x3bee]=0x2f248f65; p[7][0x3bf8]=0x2c5bdc3e; p[7][0x3bfa]=0x2a5544fc; p[7][0x3bfe]=0x5cbf7ba; p[7][0x3e00]=0xa5d739b; p[7][0x3e02]=0x306fe8a8; p[7][0x3e08]=0x306fe8a8; p[7][0x3e0a]=0x2e1bdf32; p[7][0x3e0e]=0x22db6c97; p[7][0x3e20]=0x306fe8a8; p[7][0x3e22]=0x2e1bdf32; p[7][0x3e28]=0x2e1bdf32; p[7][0x3e2a]=0x10b19e41; p[7][0x3e2e]=0x10d2d248; p[7][0x3e38]=0x22db6c97; p[7][0x3e3a]=0x10d2d248; p[7][0x3e3e]=0x20d16662; p[7][0x3e80]=0x306fe8a8; p[7][0x3e82]=0x2e1bdf32; p[7][0x3e88]=0x2e1bdf32; p[7][0x3e8a]=0x10b19e41; p[7][0x3e8e]=0x10d2d248; p[7][0x3ea0]=0x2e1bdf32; p[7][0x3ea2]=0x10b19e41; p[7][0x3ea8]=0x10b19e41; p[7][0x3eaa]=0xf399fab; p[7][0x3eae]=0x2318748; p[7][0x3eb8]=0x10d2d248; p[7][0x3eba]=0x2318748; p[7][0x3ebe]=0xeef852d; p[7][0x3ee0]=0x22db6c97; p[7][0x3ee2]=0x10d2d248; p[7][0x3ee8]=0x10d2d248; p[7][0x3eea]=0x2318748; p[7][0x3eee]=0x2f248f65; p[7][0x3ef8]=0x20d16662; p[7][0x3efa]=0xeef852d; p[7][0x3efe]=0x2a51d609; p[7][0x3f80]=0x6bdca3b; p[7][0x3f82]=0x39f0584f; p[7][0x3f88]=0x39f0584f; p[7][0x3f8a]=0xc0387df; p[7][0x3f8e]=0x2c5bdc3e; p[7][0x3fa0]=0x39f0584f; p[7][0x3fa2]=0xc0387df; p[7][0x3fa8]=0xc0387df; p[7][0x3faa]=0x1ac7263f; p[7][0x3fae]=0x2a5544fc; p[7][0x3fb8]=0x2c5bdc3e; p[7][0x3fba]=0x2a5544fc; p[7][0x3fbe]=0x2a51d609; p[7][0x3fe0]=0x2692bb4b; p[7][0x3fe2]=0x136073cb; p[7][0x3fe8]=0x136073cb; p[7][0x3fea]=0x550f05b; p[7][0x3fee]=0x5cbf7ba; p[7][0x3ff8]=0x2e417cc4; p[7][0x3ffa]=0x33f5cf2a; p[7][0x3ffe]=0x1dca0ea6; p[7][0x8000]=0x4c5019d; p[7][0x8002]=0x473a0e7; p[7][0x8003]=0x3171b76b; p[7][0x8008]=0x473a0e7; p[7][0x800a]=0x11ad6f30; p[7][0x800b]=0x3279eedd; p[7][0x800e]=0x3279eedd; p[7][0x800f]=0xa5d739b; p[7][0x8020]=0x473a0e7; p[7][0x8022]=0x11ad6f30; p[7][0x8023]=0x3279eedd; p[7][0x8028]=0x11ad6f30; p[7][0x802a]=0x39997b4; p[7][0x802b]=0x2fff2c4d; p[7][0x802e]=0x2fff2c4d; p[7][0x802f]=0x306fe8a8; p[7][0x8038]=0x3279eedd; p[7][0x803a]=0x2fff2c4d; p[7][0x803b]=0x24e572cc; p[7][0x803e]=0x306fe8a8; p[7][0x803f]=0x6bdca3b; p[7][0x8080]=0x473a0e7; p[7][0x8082]=0x11ad6f30; p[7][0x8083]=0x3279eedd; p[7][0x8088]=0x11ad6f30; p[7][0x808a]=0x39997b4; p[7][0x808b]=0x2fff2c4d; p[7][0x808e]=0x2fff2c4d; p[7][0x808f]=0x306fe8a8; p[7][0x80a0]=0x11ad6f30; p[7][0x80a2]=0x39997b4; p[7][0x80a3]=0x2fff2c4d; p[7][0x80a8]=0x39997b4; p[7][0x80aa]=0x5e9bd2f; p[7][0x80ab]=0x30b44ac2; p[7][0x80ae]=0x30b44ac2; p[7][0x80af]=0x2e1bdf32; p[7][0x80b8]=0x2fff2c4d; p[7][0x80ba]=0x30b44ac2; p[7][0x80bb]=0x12b61f63; p[7][0x80be]=0x2e1bdf32; p[7][0x80bf]=0x39f0584f; p[7][0x80e0]=0x3279eedd; p[7][0x80e2]=0x2fff2c4d; p[7][0x80e3]=0x24e572cc; p[7][0x80e8]=0x2fff2c4d; p[7][0x80ea]=0x30b44ac2; p[7][0x80eb]=0x12b61f63; p[7][0x80ee]=0x12b61f63; p[7][0x80ef]=0x22db6c97; p[7][0x80f8]=0x306fe8a8; p[7][0x80fa]=0x2e1bdf32; p[7][0x80fb]=0x22db6c97; p[7][0x80fe]=0x39f0584f; p[7][0x80ff]=0x2692bb4b; p[7][0x8200]=0x473a0e7; p[7][0x8202]=0x11ad6f30; p[7][0x8203]=0x3279eedd; p[7][0x8208]=0x11ad6f30; p[7][0x820a]=0x39997b4; p[7][0x820b]=0x2fff2c4d; p[7][0x820e]=0x2fff2c4d; p[7][0x820f]=0x306fe8a8; p[7][0x8220]=0x11ad6f30; p[7][0x8222]=0x39997b4; p[7][0x8223]=0x2fff2c4d; p[7][0x8228]=0x39997b4; p[7][0x822a]=0x5e9bd2f; p[7][0x822b]=0x30b44ac2; p[7][0x822e]=0x30b44ac2; p[7][0x822f]=0x2e1bdf32; p[7][0x8238]=0x2fff2c4d; p[7][0x823a]=0x30b44ac2; p[7][0x823b]=0x12b61f63; p[7][0x823e]=0x2e1bdf32; p[7][0x823f]=0x39f0584f; p[7][0x8280]=0x11ad6f30; p[7][0x8282]=0x39997b4; p[7][0x8283]=0x2fff2c4d; p[7][0x8288]=0x39997b4; p[7][0x828a]=0x5e9bd2f; p[7][0x828b]=0x30b44ac2; p[7][0x828e]=0x30b44ac2; p[7][0x828f]=0x2e1bdf32; p[7][0x82a0]=0x39997b4; p[7][0x82a2]=0x5e9bd2f; p[7][0x82a3]=0x30b44ac2; p[7][0x82a8]=0x5e9bd2f; p[7][0x82aa]=0xb2f6dcd; p[7][0x82ab]=0x2f06e492; p[7][0x82ae]=0x2f06e492; p[7][0x82af]=0x10b19e41; p[7][0x82b8]=0x30b44ac2; p[7][0x82ba]=0x2f06e492; p[7][0x82bb]=0x223433c9; p[7][0x82be]=0x10b19e41; p[7][0x82bf]=0xc0387df; p[7][0x82e0]=0x2fff2c4d; p[7][0x82e2]=0x30b44ac2; p[7][0x82e3]=0x12b61f63; p[7][0x82e8]=0x30b44ac2; p[7][0x82ea]=0x2f06e492; p[7][0x82eb]=0x223433c9; p[7][0x82ee]=0x223433c9; p[7][0x82ef]=0x10d2d248; p[7][0x82f8]=0x2e1bdf32; p[7][0x82fa]=0x10b19e41; p[7][0x82fb]=0x10d2d248; p[7][0x82fe]=0xc0387df; p[7][0x82ff]=0x136073cb; p[7][0x8380]=0x3279eedd; p[7][0x8382]=0x2fff2c4d; p[7][0x8383]=0x24e572cc; p[7][0x8388]=0x2fff2c4d; p[7][0x838a]=0x30b44ac2; p[7][0x838b]=0x12b61f63; p[7][0x838e]=0x12b61f63; p[7][0x838f]=0x22db6c97; p[7][0x83a0]=0x2fff2c4d; p[7][0x83a2]=0x30b44ac2; p[7][0x83a3]=0x12b61f63; p[7][0x83a8]=0x30b44ac2; p[7][0x83aa]=0x2f06e492; p[7][0x83ab]=0x223433c9; p[7][0x83ae]=0x223433c9; p[7][0x83af]=0x10d2d248; p[7][0x83b8]=0x12b61f63; p[7][0x83ba]=0x223433c9; p[7][0x83bb]=0x3107dc80; p[7][0x83be]=0x10d2d248; p[7][0x83bf]=0x2c5bdc3e; p[7][0x83e0]=0x306fe8a8; p[7][0x83e2]=0x2e1bdf32; p[7][0x83e3]=0x22db6c97; p[7][0x83e8]=0x2e1bdf32; p[7][0x83ea]=0x10b19e41; p[7][0x83eb]=0x10d2d248; p[7][0x83ee]=0x10d2d248; p[7][0x83ef]=0x20d16662; p[7][0x83f8]=0x39f0584f; p[7][0x83fa]=0xc0387df; p[7][0x83fb]=0x2c5bdc3e; p[7][0x83fe]=0x136073cb; p[7][0x83ff]=0x2e417cc4; p[7][0x8800]=0x473a0e7; p[7][0x8802]=0x11ad6f30; p[7][0x8803]=0x3279eedd; p[7][0x8808]=0x11ad6f30; p[7][0x880a]=0x39997b4; p[7][0x880b]=0x2fff2c4d; p[7][0x880e]=0x2fff2c4d; p[7][0x880f]=0x306fe8a8; p[7][0x8820]=0x11ad6f30; p[7][0x8822]=0x39997b4; p[7][0x8823]=0x2fff2c4d; p[7][0x8828]=0x39997b4; p[7][0x882a]=0x5e9bd2f; p[7][0x882b]=0x30b44ac2; p[7][0x882e]=0x30b44ac2; p[7][0x882f]=0x2e1bdf32; p[7][0x8838]=0x2fff2c4d; p[7][0x883a]=0x30b44ac2; p[7][0x883b]=0x12b61f63; p[7][0x883e]=0x2e1bdf32; p[7][0x883f]=0x39f0584f; p[7][0x8880]=0x11ad6f30; p[7][0x8882]=0x39997b4; p[7][0x8883]=0x2fff2c4d; p[7][0x8888]=0x39997b4; p[7][0x888a]=0x5e9bd2f; p[7][0x888b]=0x30b44ac2; p[7][0x888e]=0x30b44ac2; p[7][0x888f]=0x2e1bdf32; p[7][0x88a0]=0x39997b4; p[7][0x88a2]=0x5e9bd2f; p[7][0x88a3]=0x30b44ac2; p[7][0x88a8]=0x5e9bd2f; p[7][0x88aa]=0xb2f6dcd; p[7][0x88ab]=0x2f06e492; p[7][0x88ae]=0x2f06e492; p[7][0x88af]=0x10b19e41; p[7][0x88b8]=0x30b44ac2; p[7][0x88ba]=0x2f06e492; p[7][0x88bb]=0x223433c9; p[7][0x88be]=0x10b19e41; p[7][0x88bf]=0xc0387df; p[7][0x88e0]=0x2fff2c4d; p[7][0x88e2]=0x30b44ac2; p[7][0x88e3]=0x12b61f63; p[7][0x88e8]=0x30b44ac2; p[7][0x88ea]=0x2f06e492; p[7][0x88eb]=0x223433c9; p[7][0x88ee]=0x223433c9; p[7][0x88ef]=0x10d2d248; p[7][0x88f8]=0x2e1bdf32; p[7][0x88fa]=0x10b19e41; p[7][0x88fb]=0x10d2d248; p[7][0x88fe]=0xc0387df; p[7][0x88ff]=0x136073cb; p[7][0x8a00]=0x11ad6f30; p[7][0x8a02]=0x39997b4; p[7][0x8a03]=0x2fff2c4d; p[7][0x8a08]=0x39997b4; p[7][0x8a0a]=0x5e9bd2f; p[7][0x8a0b]=0x30b44ac2; p[7][0x8a0e]=0x30b44ac2; p[7][0x8a0f]=0x2e1bdf32; p[7][0x8a20]=0x39997b4; p[7][0x8a22]=0x5e9bd2f; p[7][0x8a23]=0x30b44ac2; p[7][0x8a28]=0x5e9bd2f; p[7][0x8a2a]=0xb2f6dcd; p[7][0x8a2b]=0x2f06e492; p[7][0x8a2e]=0x2f06e492; p[7][0x8a2f]=0x10b19e41; p[7][0x8a38]=0x30b44ac2; p[7][0x8a3a]=0x2f06e492; p[7][0x8a3b]=0x223433c9; p[7][0x8a3e]=0x10b19e41; p[7][0x8a3f]=0xc0387df; p[7][0x8a80]=0x39997b4; p[7][0x8a82]=0x5e9bd2f; p[7][0x8a83]=0x30b44ac2; p[7][0x8a88]=0x5e9bd2f; p[7][0x8a8a]=0xb2f6dcd; p[7][0x8a8b]=0x2f06e492; p[7][0x8a8e]=0x2f06e492; p[7][0x8a8f]=0x10b19e41; p[7][0x8aa0]=0x5e9bd2f; p[7][0x8aa2]=0xb2f6dcd; p[7][0x8aa3]=0x2f06e492; p[7][0x8aa8]=0xb2f6dcd; p[7][0x8aaa]=0x17cf48b4; p[7][0x8aab]=0x25b078aa; p[7][0x8aae]=0x25b078aa; p[7][0x8aaf]=0xf399fab; p[7][0x8ab8]=0x2f06e492; p[7][0x8aba]=0x25b078aa; p[7][0x8abb]=0x1c8941ee; p[7][0x8abe]=0xf399fab; p[7][0x8abf]=0x1ac7263f; p[7][0x8ae0]=0x30b44ac2; p[7][0x8ae2]=0x2f06e492; p[7][0x8ae3]=0x223433c9; p[7][0x8ae8]=0x2f06e492; p[7][0x8aea]=0x25b078aa; p[7][0x8aeb]=0x1c8941ee; p[7][0x8aee]=0x1c8941ee; p[7][0x8aef]=0x2318748; p[7][0x8af8]=0x10b19e41; p[7][0x8afa]=0xf399fab; p[7][0x8afb]=0x2318748; p[7][0x8afe]=0x1ac7263f; p[7][0x8aff]=0x550f05b; p[7][0x8b80]=0x2fff2c4d; p[7][0x8b82]=0x30b44ac2; p[7][0x8b83]=0x12b61f63; p[7][0x8b88]=0x30b44ac2; p[7][0x8b8a]=0x2f06e492; p[7][0x8b8b]=0x223433c9; p[7][0x8b8e]=0x223433c9; p[7][0x8b8f]=0x10d2d248; p[7][0x8ba0]=0x30b44ac2; p[7][0x8ba2]=0x2f06e492; p[7][0x8ba3]=0x223433c9; p[7][0x8ba8]=0x2f06e492; p[7][0x8baa]=0x25b078aa; p[7][0x8bab]=0x1c8941ee; p[7][0x8bae]=0x1c8941ee; p[7][0x8baf]=0x2318748; p[7][0x8bb8]=0x223433c9; p[7][0x8bba]=0x1c8941ee; p[7][0x8bbb]=0x13b41cd0; p[7][0x8bbe]=0x2318748; p[7][0x8bbf]=0x2a5544fc; p[7][0x8be0]=0x2e1bdf32; p[7][0x8be2]=0x10b19e41; p[7][0x8be3]=0x10d2d248; p[7][0x8be8]=0x10b19e41; p[7][0x8bea]=0xf399fab; p[7][0x8beb]=0x2318748; p[7][0x8bee]=0x2318748; p[7][0x8bef]=0xeef852d; p[7][0x8bf8]=0xc0387df; p[7][0x8bfa]=0x1ac7263f; p[7][0x8bfb]=0x2a5544fc; p[7][0x8bfe]=0x550f05b; p[7][0x8bff]=0x33f5cf2a; p[7][0x8e00]=0x3279eedd; p[7][0x8e02]=0x2fff2c4d; p[7][0x8e03]=0x24e572cc; p[7][0x8e08]=0x2fff2c4d; p[7][0x8e0a]=0x30b44ac2; p[7][0x8e0b]=0x12b61f63; p[7][0x8e0e]=0x12b61f63; p[7][0x8e0f]=0x22db6c97; p[7][0x8e20]=0x2fff2c4d; p[7][0x8e22]=0x30b44ac2; p[7][0x8e23]=0x12b61f63; p[7][0x8e28]=0x30b44ac2; p[7][0x8e2a]=0x2f06e492; p[7][0x8e2b]=0x223433c9; p[7][0x8e2e]=0x223433c9; p[7][0x8e2f]=0x10d2d248; p[7][0x8e38]=0x12b61f63; p[7][0x8e3a]=0x223433c9; p[7][0x8e3b]=0x3107dc80; p[7][0x8e3e]=0x10d2d248; p[7][0x8e3f]=0x2c5bdc3e; p[7][0x8e80]=0x2fff2c4d; p[7][0x8e82]=0x30b44ac2; p[7][0x8e83]=0x12b61f63; p[7][0x8e88]=0x30b44ac2; p[7][0x8e8a]=0x2f06e492; p[7][0x8e8b]=0x223433c9; p[7][0x8e8e]=0x223433c9; p[7][0x8e8f]=0x10d2d248; p[7][0x8ea0]=0x30b44ac2; p[7][0x8ea2]=0x2f06e492; p[7][0x8ea3]=0x223433c9; p[7][0x8ea8]=0x2f06e492; p[7][0x8eaa]=0x25b078aa; p[7][0x8eab]=0x1c8941ee; p[7][0x8eae]=0x1c8941ee; p[7][0x8eaf]=0x2318748; p[7][0x8eb8]=0x223433c9; p[7][0x8eba]=0x1c8941ee; p[7][0x8ebb]=0x13b41cd0; p[7][0x8ebe]=0x2318748; p[7][0x8ebf]=0x2a5544fc; p[7][0x8ee0]=0x12b61f63; p[7][0x8ee2]=0x223433c9; p[7][0x8ee3]=0x3107dc80; p[7][0x8ee8]=0x223433c9; p[7][0x8eea]=0x1c8941ee; p[7][0x8eeb]=0x13b41cd0; p[7][0x8eee]=0x13b41cd0; p[7][0x8eef]=0x2f248f65; p[7][0x8ef8]=0x10d2d248; p[7][0x8efa]=0x2318748; p[7][0x8efb]=0x2f248f65; p[7][0x8efe]=0x2a5544fc; p[7][0x8eff]=0x5cbf7ba; p[7][0x8f80]=0x306fe8a8; p[7][0x8f82]=0x2e1bdf32; p[7][0x8f83]=0x22db6c97; p[7][0x8f88]=0x2e1bdf32; p[7][0x8f8a]=0x10b19e41; p[7][0x8f8b]=0x10d2d248; p[7][0x8f8e]=0x10d2d248; p[7][0x8f8f]=0x20d16662; p[7][0x8fa0]=0x2e1bdf32; p[7][0x8fa2]=0x10b19e41; p[7][0x8fa3]=0x10d2d248; p[7][0x8fa8]=0x10b19e41; p[7][0x8faa]=0xf399fab; p[7][0x8fab]=0x2318748; p[7][0x8fae]=0x2318748; p[7][0x8faf]=0xeef852d; p[7][0x8fb8]=0x10d2d248; p[7][0x8fba]=0x2318748; p[7][0x8fbb]=0x2f248f65; p[7][0x8fbe]=0xeef852d; p[7][0x8fbf]=0x2a51d609; p[7][0x8fe0]=0x39f0584f; p[7][0x8fe2]=0xc0387df; p[7][0x8fe3]=0x2c5bdc3e; p[7][0x8fe8]=0xc0387df; p[7][0x8fea]=0x1ac7263f; p[7][0x8feb]=0x2a5544fc; p[7][0x8fee]=0x2a5544fc; p[7][0x8fef]=0x2a51d609; p[7][0x8ff8]=0x136073cb; p[7][0x8ffa]=0x550f05b; p[7][0x8ffb]=0x5cbf7ba; p[7][0x8ffe]=0x33f5cf2a; p[7][0x8fff]=0x1dca0ea6; p[7][0xa000]=0x473a0e7; p[7][0xa002]=0x11ad6f30; p[7][0xa003]=0x3279eedd; p[7][0xa008]=0x11ad6f30; p[7][0xa00a]=0x39997b4; p[7][0xa00b]=0x2fff2c4d; p[7][0xa00e]=0x2fff2c4d; p[7][0xa00f]=0x306fe8a8; p[7][0xa020]=0x11ad6f30; p[7][0xa022]=0x39997b4; p[7][0xa023]=0x2fff2c4d; p[7][0xa028]=0x39997b4; p[7][0xa02a]=0x5e9bd2f; p[7][0xa02b]=0x30b44ac2; p[7][0xa02e]=0x30b44ac2; p[7][0xa02f]=0x2e1bdf32; p[7][0xa038]=0x2fff2c4d; p[7][0xa03a]=0x30b44ac2; p[7][0xa03b]=0x12b61f63; p[7][0xa03e]=0x2e1bdf32; p[7][0xa03f]=0x39f0584f; p[7][0xa080]=0x11ad6f30; p[7][0xa082]=0x39997b4; p[7][0xa083]=0x2fff2c4d; p[7][0xa088]=0x39997b4; p[7][0xa08a]=0x5e9bd2f; p[7][0xa08b]=0x30b44ac2; p[7][0xa08e]=0x30b44ac2; p[7][0xa08f]=0x2e1bdf32; p[7][0xa0a0]=0x39997b4; p[7][0xa0a2]=0x5e9bd2f; p[7][0xa0a3]=0x30b44ac2; p[7][0xa0a8]=0x5e9bd2f; p[7][0xa0aa]=0xb2f6dcd; p[7][0xa0ab]=0x2f06e492; p[7][0xa0ae]=0x2f06e492; p[7][0xa0af]=0x10b19e41; p[7][0xa0b8]=0x30b44ac2; p[7][0xa0ba]=0x2f06e492; p[7][0xa0bb]=0x223433c9; p[7][0xa0be]=0x10b19e41; p[7][0xa0bf]=0xc0387df; p[7][0xa0e0]=0x2fff2c4d; p[7][0xa0e2]=0x30b44ac2; p[7][0xa0e3]=0x12b61f63; p[7][0xa0e8]=0x30b44ac2; p[7][0xa0ea]=0x2f06e492; p[7][0xa0eb]=0x223433c9; p[7][0xa0ee]=0x223433c9; p[7][0xa0ef]=0x10d2d248; p[7][0xa0f8]=0x2e1bdf32; p[7][0xa0fa]=0x10b19e41; p[7][0xa0fb]=0x10d2d248; p[7][0xa0fe]=0xc0387df; p[7][0xa0ff]=0x136073cb; p[7][0xa200]=0x11ad6f30; p[7][0xa202]=0x39997b4; p[7][0xa203]=0x2fff2c4d; p[7][0xa208]=0x39997b4; p[7][0xa20a]=0x5e9bd2f; p[7][0xa20b]=0x30b44ac2; p[7][0xa20e]=0x30b44ac2; p[7][0xa20f]=0x2e1bdf32; p[7][0xa220]=0x39997b4; p[7][0xa222]=0x5e9bd2f; p[7][0xa223]=0x30b44ac2; p[7][0xa228]=0x5e9bd2f; p[7][0xa22a]=0xb2f6dcd; p[7][0xa22b]=0x2f06e492; p[7][0xa22e]=0x2f06e492; p[7][0xa22f]=0x10b19e41; p[7][0xa238]=0x30b44ac2; p[7][0xa23a]=0x2f06e492; p[7][0xa23b]=0x223433c9; p[7][0xa23e]=0x10b19e41; p[7][0xa23f]=0xc0387df; p[7][0xa280]=0x39997b4; p[7][0xa282]=0x5e9bd2f; p[7][0xa283]=0x30b44ac2; p[7][0xa288]=0x5e9bd2f; p[7][0xa28a]=0xb2f6dcd; p[7][0xa28b]=0x2f06e492; p[7][0xa28e]=0x2f06e492; p[7][0xa28f]=0x10b19e41; p[7][0xa2a0]=0x5e9bd2f; p[7][0xa2a2]=0xb2f6dcd; p[7][0xa2a3]=0x2f06e492; p[7][0xa2a8]=0xb2f6dcd; p[7][0xa2aa]=0x17cf48b4; p[7][0xa2ab]=0x25b078aa; p[7][0xa2ae]=0x25b078aa; p[7][0xa2af]=0xf399fab; p[7][0xa2b8]=0x2f06e492; p[7][0xa2ba]=0x25b078aa; p[7][0xa2bb]=0x1c8941ee; p[7][0xa2be]=0xf399fab; p[7][0xa2bf]=0x1ac7263f; p[7][0xa2e0]=0x30b44ac2; p[7][0xa2e2]=0x2f06e492; p[7][0xa2e3]=0x223433c9; p[7][0xa2e8]=0x2f06e492; p[7][0xa2ea]=0x25b078aa; p[7][0xa2eb]=0x1c8941ee; p[7][0xa2ee]=0x1c8941ee; p[7][0xa2ef]=0x2318748; p[7][0xa2f8]=0x10b19e41; p[7][0xa2fa]=0xf399fab; p[7][0xa2fb]=0x2318748; p[7][0xa2fe]=0x1ac7263f; p[7][0xa2ff]=0x550f05b; p[7][0xa380]=0x2fff2c4d; p[7][0xa382]=0x30b44ac2; p[7][0xa383]=0x12b61f63; p[7][0xa388]=0x30b44ac2; p[7][0xa38a]=0x2f06e492; p[7][0xa38b]=0x223433c9; p[7][0xa38e]=0x223433c9; p[7][0xa38f]=0x10d2d248; p[7][0xa3a0]=0x30b44ac2; p[7][0xa3a2]=0x2f06e492; p[7][0xa3a3]=0x223433c9; p[7][0xa3a8]=0x2f06e492; p[7][0xa3aa]=0x25b078aa; p[7][0xa3ab]=0x1c8941ee; p[7][0xa3ae]=0x1c8941ee; p[7][0xa3af]=0x2318748; p[7][0xa3b8]=0x223433c9; p[7][0xa3ba]=0x1c8941ee; p[7][0xa3bb]=0x13b41cd0; p[7][0xa3be]=0x2318748; p[7][0xa3bf]=0x2a5544fc; p[7][0xa3e0]=0x2e1bdf32; p[7][0xa3e2]=0x10b19e41; p[7][0xa3e3]=0x10d2d248; p[7][0xa3e8]=0x10b19e41; p[7][0xa3ea]=0xf399fab; p[7][0xa3eb]=0x2318748; p[7][0xa3ee]=0x2318748; p[7][0xa3ef]=0xeef852d; p[7][0xa3f8]=0xc0387df; p[7][0xa3fa]=0x1ac7263f; p[7][0xa3fb]=0x2a5544fc; p[7][0xa3fe]=0x550f05b; p[7][0xa3ff]=0x33f5cf2a; p[7][0xa800]=0x11ad6f30; p[7][0xa802]=0x39997b4; p[7][0xa803]=0x2fff2c4d; p[7][0xa808]=0x39997b4; p[7][0xa80a]=0x5e9bd2f; p[7][0xa80b]=0x30b44ac2; p[7][0xa80e]=0x30b44ac2; p[7][0xa80f]=0x2e1bdf32; p[7][0xa820]=0x39997b4; p[7][0xa822]=0x5e9bd2f; p[7][0xa823]=0x30b44ac2; p[7][0xa828]=0x5e9bd2f; p[7][0xa82a]=0xb2f6dcd; p[7][0xa82b]=0x2f06e492; p[7][0xa82e]=0x2f06e492; p[7][0xa82f]=0x10b19e41; p[7][0xa838]=0x30b44ac2; p[7][0xa83a]=0x2f06e492; p[7][0xa83b]=0x223433c9; p[7][0xa83e]=0x10b19e41; p[7][0xa83f]=0xc0387df; p[7][0xa880]=0x39997b4; p[7][0xa882]=0x5e9bd2f; p[7][0xa883]=0x30b44ac2; p[7][0xa888]=0x5e9bd2f; p[7][0xa88a]=0xb2f6dcd; p[7][0xa88b]=0x2f06e492; p[7][0xa88e]=0x2f06e492; p[7][0xa88f]=0x10b19e41; p[7][0xa8a0]=0x5e9bd2f; p[7][0xa8a2]=0xb2f6dcd; p[7][0xa8a3]=0x2f06e492; p[7][0xa8a8]=0xb2f6dcd; p[7][0xa8aa]=0x17cf48b4; p[7][0xa8ab]=0x25b078aa; p[7][0xa8ae]=0x25b078aa; p[7][0xa8af]=0xf399fab; p[7][0xa8b8]=0x2f06e492; p[7][0xa8ba]=0x25b078aa; p[7][0xa8bb]=0x1c8941ee; p[7][0xa8be]=0xf399fab; p[7][0xa8bf]=0x1ac7263f; p[7][0xa8e0]=0x30b44ac2; p[7][0xa8e2]=0x2f06e492; p[7][0xa8e3]=0x223433c9; p[7][0xa8e8]=0x2f06e492; p[7][0xa8ea]=0x25b078aa; p[7][0xa8eb]=0x1c8941ee; p[7][0xa8ee]=0x1c8941ee; p[7][0xa8ef]=0x2318748; p[7][0xa8f8]=0x10b19e41; p[7][0xa8fa]=0xf399fab; p[7][0xa8fb]=0x2318748; p[7][0xa8fe]=0x1ac7263f; p[7][0xa8ff]=0x550f05b; p[7][0xaa00]=0x39997b4; p[7][0xaa02]=0x5e9bd2f; p[7][0xaa03]=0x30b44ac2; p[7][0xaa08]=0x5e9bd2f; p[7][0xaa0a]=0xb2f6dcd; p[7][0xaa0b]=0x2f06e492; p[7][0xaa0e]=0x2f06e492; p[7][0xaa0f]=0x10b19e41; p[7][0xaa20]=0x5e9bd2f; p[7][0xaa22]=0xb2f6dcd; p[7][0xaa23]=0x2f06e492; p[7][0xaa28]=0xb2f6dcd; p[7][0xaa2a]=0x17cf48b4; p[7][0xaa2b]=0x25b078aa; p[7][0xaa2e]=0x25b078aa; p[7][0xaa2f]=0xf399fab; p[7][0xaa38]=0x2f06e492; p[7][0xaa3a]=0x25b078aa; p[7][0xaa3b]=0x1c8941ee; p[7][0xaa3e]=0xf399fab; p[7][0xaa3f]=0x1ac7263f; p[7][0xaa80]=0x5e9bd2f; p[7][0xaa82]=0xb2f6dcd; p[7][0xaa83]=0x2f06e492; p[7][0xaa88]=0xb2f6dcd; p[7][0xaa8a]=0x17cf48b4; p[7][0xaa8b]=0x25b078aa; p[7][0xaa8e]=0x25b078aa; p[7][0xaa8f]=0xf399fab; p[7][0xaaa0]=0xb2f6dcd; p[7][0xaaa2]=0x17cf48b4; p[7][0xaaa3]=0x25b078aa; p[7][0xaaa8]=0x17cf48b4; p[7][0xaaaa]=0x979a193; p[7][0xaaab]=0x6b101c8; p[7][0xaaae]=0x6b101c8; p[7][0xaaaf]=0x16042e9f; p[7][0xaab8]=0x25b078aa; p[7][0xaaba]=0x6b101c8; p[7][0xaabb]=0x496b980; p[7][0xaabe]=0x16042e9f; p[7][0xaabf]=0x1db78288; p[7][0xaae0]=0x2f06e492; p[7][0xaae2]=0x25b078aa; p[7][0xaae3]=0x1c8941ee; p[7][0xaae8]=0x25b078aa; p[7][0xaaea]=0x6b101c8; p[7][0xaaeb]=0x496b980; p[7][0xaaee]=0x496b980; p[7][0xaaef]=0x3856c70e; p[7][0xaaf8]=0xf399fab; p[7][0xaafa]=0x16042e9f; p[7][0xaafb]=0x3856c70e; p[7][0xaafe]=0x1db78288; p[7][0xaaff]=0x135a18b5; p[7][0xab80]=0x30b44ac2; p[7][0xab82]=0x2f06e492; p[7][0xab83]=0x223433c9; p[7][0xab88]=0x2f06e492; p[7][0xab8a]=0x25b078aa; p[7][0xab8b]=0x1c8941ee; p[7][0xab8e]=0x1c8941ee; p[7][0xab8f]=0x2318748; p[7][0xaba0]=0x2f06e492; p[7][0xaba2]=0x25b078aa; p[7][0xaba3]=0x1c8941ee; p[7][0xaba8]=0x25b078aa; p[7][0xabaa]=0x6b101c8; p[7][0xabab]=0x496b980; p[7][0xabae]=0x496b980; p[7][0xabaf]=0x3856c70e; p[7][0xabb8]=0x1c8941ee; p[7][0xabba]=0x496b980; p[7][0xabbb]=0xa0b9f4a; p[7][0xabbe]=0x3856c70e; p[7][0xabbf]=0xc470f46; p[7][0xabe0]=0x10b19e41; p[7][0xabe2]=0xf399fab; p[7][0xabe3]=0x2318748; p[7][0xabe8]=0xf399fab; p[7][0xabea]=0x16042e9f; p[7][0xabeb]=0x3856c70e; p[7][0xabee]=0x3856c70e; p[7][0xabef]=0x1dc9a4ce; p[7][0xabf8]=0x1ac7263f; p[7][0xabfa]=0x1db78288; p[7][0xabfb]=0xc470f46; p[7][0xabfe]=0x135a18b5; p[7][0xabff]=0x1a0418a6; p[7][0xae00]=0x2fff2c4d; p[7][0xae02]=0x30b44ac2; p[7][0xae03]=0x12b61f63; p[7][0xae08]=0x30b44ac2; p[7][0xae0a]=0x2f06e492; p[7][0xae0b]=0x223433c9; p[7][0xae0e]=0x223433c9; p[7][0xae0f]=0x10d2d248; p[7][0xae20]=0x30b44ac2; p[7][0xae22]=0x2f06e492; p[7][0xae23]=0x223433c9; p[7][0xae28]=0x2f06e492; p[7][0xae2a]=0x25b078aa; p[7][0xae2b]=0x1c8941ee; p[7][0xae2e]=0x1c8941ee; p[7][0xae2f]=0x2318748; p[7][0xae38]=0x223433c9; p[7][0xae3a]=0x1c8941ee; p[7][0xae3b]=0x13b41cd0; p[7][0xae3e]=0x2318748; p[7][0xae3f]=0x2a5544fc; p[7][0xae80]=0x30b44ac2; p[7][0xae82]=0x2f06e492; p[7][0xae83]=0x223433c9; p[7][0xae88]=0x2f06e492; p[7][0xae8a]=0x25b078aa; p[7][0xae8b]=0x1c8941ee; p[7][0xae8e]=0x1c8941ee; p[7][0xae8f]=0x2318748; p[7][0xaea0]=0x2f06e492; p[7][0xaea2]=0x25b078aa; p[7][0xaea3]=0x1c8941ee; p[7][0xaea8]=0x25b078aa; p[7][0xaeaa]=0x6b101c8; p[7][0xaeab]=0x496b980; p[7][0xaeae]=0x496b980; p[7][0xaeaf]=0x3856c70e; p[7][0xaeb8]=0x1c8941ee; p[7][0xaeba]=0x496b980; p[7][0xaebb]=0xa0b9f4a; p[7][0xaebe]=0x3856c70e; p[7][0xaebf]=0xc470f46; p[7][0xaee0]=0x223433c9; p[7][0xaee2]=0x1c8941ee; p[7][0xaee3]=0x13b41cd0; p[7][0xaee8]=0x1c8941ee; p[7][0xaeea]=0x496b980; p[7][0xaeeb]=0xa0b9f4a; p[7][0xaeee]=0xa0b9f4a; p[7][0xaeef]=0x2f4c3a56; p[7][0xaef8]=0x2318748; p[7][0xaefa]=0x3856c70e; p[7][0xaefb]=0x2f4c3a56; p[7][0xaefe]=0xc470f46; p[7][0xaeff]=0x23a2ad78; p[7][0xaf80]=0x2e1bdf32; p[7][0xaf82]=0x10b19e41; p[7][0xaf83]=0x10d2d248; p[7][0xaf88]=0x10b19e41; p[7][0xaf8a]=0xf399fab; p[7][0xaf8b]=0x2318748; p[7][0xaf8e]=0x2318748; p[7][0xaf8f]=0xeef852d; p[7][0xafa0]=0x10b19e41; p[7][0xafa2]=0xf399fab; p[7][0xafa3]=0x2318748; p[7][0xafa8]=0xf399fab; p[7][0xafaa]=0x16042e9f; p[7][0xafab]=0x3856c70e; p[7][0xafae]=0x3856c70e; p[7][0xafaf]=0x1dc9a4ce; p[7][0xafb8]=0x2318748; p[7][0xafba]=0x3856c70e; p[7][0xafbb]=0x2f4c3a56; p[7][0xafbe]=0x1dc9a4ce; p[7][0xafbf]=0x2871f7e1; p[7][0xafe0]=0xc0387df; p[7][0xafe2]=0x1ac7263f; p[7][0xafe3]=0x2a5544fc; p[7][0xafe8]=0x1ac7263f; p[7][0xafea]=0x1db78288; p[7][0xafeb]=0xc470f46; p[7][0xafee]=0xc470f46; p[7][0xafef]=0x2871f7e1; p[7][0xaff8]=0x550f05b; p[7][0xaffa]=0x135a18b5; p[7][0xaffb]=0x23a2ad78; p[7][0xaffe]=0x1a0418a6; p[7][0xafff]=0x247ad65e; p[7][0xb800]=0x3279eedd; p[7][0xb802]=0x2fff2c4d; p[7][0xb803]=0x24e572cc; p[7][0xb808]=0x2fff2c4d; p[7][0xb80a]=0x30b44ac2; p[7][0xb80b]=0x12b61f63; p[7][0xb80e]=0x12b61f63; p[7][0xb80f]=0x22db6c97; p[7][0xb820]=0x2fff2c4d; p[7][0xb822]=0x30b44ac2; p[7][0xb823]=0x12b61f63; p[7][0xb828]=0x30b44ac2; p[7][0xb82a]=0x2f06e492; p[7][0xb82b]=0x223433c9; p[7][0xb82e]=0x223433c9; p[7][0xb82f]=0x10d2d248; p[7][0xb838]=0x12b61f63; p[7][0xb83a]=0x223433c9; p[7][0xb83b]=0x3107dc80; p[7][0xb83e]=0x10d2d248; p[7][0xb83f]=0x2c5bdc3e; p[7][0xb880]=0x2fff2c4d; p[7][0xb882]=0x30b44ac2; p[7][0xb883]=0x12b61f63; p[7][0xb888]=0x30b44ac2; p[7][0xb88a]=0x2f06e492; p[7][0xb88b]=0x223433c9; p[7][0xb88e]=0x223433c9; p[7][0xb88f]=0x10d2d248; p[7][0xb8a0]=0x30b44ac2; p[7][0xb8a2]=0x2f06e492; p[7][0xb8a3]=0x223433c9; p[7][0xb8a8]=0x2f06e492; p[7][0xb8aa]=0x25b078aa; p[7][0xb8ab]=0x1c8941ee; p[7][0xb8ae]=0x1c8941ee; p[7][0xb8af]=0x2318748; p[7][0xb8b8]=0x223433c9; p[7][0xb8ba]=0x1c8941ee; p[7][0xb8bb]=0x13b41cd0; p[7][0xb8be]=0x2318748; p[7][0xb8bf]=0x2a5544fc; p[7][0xb8e0]=0x12b61f63; p[7][0xb8e2]=0x223433c9; p[7][0xb8e3]=0x3107dc80; p[7][0xb8e8]=0x223433c9; p[7][0xb8ea]=0x1c8941ee; p[7][0xb8eb]=0x13b41cd0; p[7][0xb8ee]=0x13b41cd0; p[7][0xb8ef]=0x2f248f65; p[7][0xb8f8]=0x10d2d248; p[7][0xb8fa]=0x2318748; p[7][0xb8fb]=0x2f248f65; p[7][0xb8fe]=0x2a5544fc; p[7][0xb8ff]=0x5cbf7ba; p[7][0xba00]=0x2fff2c4d; p[7][0xba02]=0x30b44ac2; p[7][0xba03]=0x12b61f63; p[7][0xba08]=0x30b44ac2; p[7][0xba0a]=0x2f06e492; p[7][0xba0b]=0x223433c9; p[7][0xba0e]=0x223433c9; p[7][0xba0f]=0x10d2d248; p[7][0xba20]=0x30b44ac2; p[7][0xba22]=0x2f06e492; p[7][0xba23]=0x223433c9; p[7][0xba28]=0x2f06e492; p[7][0xba2a]=0x25b078aa; p[7][0xba2b]=0x1c8941ee; p[7][0xba2e]=0x1c8941ee; p[7][0xba2f]=0x2318748; p[7][0xba38]=0x223433c9; p[7][0xba3a]=0x1c8941ee; p[7][0xba3b]=0x13b41cd0; p[7][0xba3e]=0x2318748; p[7][0xba3f]=0x2a5544fc; p[7][0xba80]=0x30b44ac2; p[7][0xba82]=0x2f06e492; p[7][0xba83]=0x223433c9; p[7][0xba88]=0x2f06e492; p[7][0xba8a]=0x25b078aa; p[7][0xba8b]=0x1c8941ee; p[7][0xba8e]=0x1c8941ee; p[7][0xba8f]=0x2318748; p[7][0xbaa0]=0x2f06e492; p[7][0xbaa2]=0x25b078aa; p[7][0xbaa3]=0x1c8941ee; p[7][0xbaa8]=0x25b078aa; p[7][0xbaaa]=0x6b101c8; p[7][0xbaab]=0x496b980; p[7][0xbaae]=0x496b980; p[7][0xbaaf]=0x3856c70e; p[7][0xbab8]=0x1c8941ee; p[7][0xbaba]=0x496b980; p[7][0xbabb]=0xa0b9f4a; p[7][0xbabe]=0x3856c70e; p[7][0xbabf]=0xc470f46; p[7][0xbae0]=0x223433c9; p[7][0xbae2]=0x1c8941ee; p[7][0xbae3]=0x13b41cd0; p[7][0xbae8]=0x1c8941ee; p[7][0xbaea]=0x496b980; p[7][0xbaeb]=0xa0b9f4a; p[7][0xbaee]=0xa0b9f4a; p[7][0xbaef]=0x2f4c3a56; p[7][0xbaf8]=0x2318748; p[7][0xbafa]=0x3856c70e; p[7][0xbafb]=0x2f4c3a56; p[7][0xbafe]=0xc470f46; p[7][0xbaff]=0x23a2ad78; p[7][0xbb80]=0x12b61f63; p[7][0xbb82]=0x223433c9; p[7][0xbb83]=0x3107dc80; p[7][0xbb88]=0x223433c9; p[7][0xbb8a]=0x1c8941ee; p[7][0xbb8b]=0x13b41cd0; p[7][0xbb8e]=0x13b41cd0; p[7][0xbb8f]=0x2f248f65; p[7][0xbba0]=0x223433c9; p[7][0xbba2]=0x1c8941ee; p[7][0xbba3]=0x13b41cd0; p[7][0xbba8]=0x1c8941ee; p[7][0xbbaa]=0x496b980; p[7][0xbbab]=0xa0b9f4a; p[7][0xbbae]=0xa0b9f4a; p[7][0xbbaf]=0x2f4c3a56; p[7][0xbbb8]=0x13b41cd0; p[7][0xbbba]=0xa0b9f4a; p[7][0xbbbb]=0x53405d7; p[7][0xbbbe]=0x2f4c3a56; p[7][0xbbbf]=0xd0c3812; p[7][0xbbe0]=0x10d2d248; p[7][0xbbe2]=0x2318748; p[7][0xbbe3]=0x2f248f65; p[7][0xbbe8]=0x2318748; p[7][0xbbea]=0x3856c70e; p[7][0xbbeb]=0x2f4c3a56; p[7][0xbbee]=0x2f4c3a56; p[7][0xbbef]=0x2d41424a; p[7][0xbbf8]=0x2a5544fc; p[7][0xbbfa]=0xc470f46; p[7][0xbbfb]=0xd0c3812; p[7][0xbbfe]=0x23a2ad78; p[7][0xbbff]=0x26615319; p[7][0xbe00]=0x306fe8a8; p[7][0xbe02]=0x2e1bdf32; p[7][0xbe03]=0x22db6c97; p[7][0xbe08]=0x2e1bdf32; p[7][0xbe0a]=0x10b19e41; p[7][0xbe0b]=0x10d2d248; p[7][0xbe0e]=0x10d2d248; p[7][0xbe0f]=0x20d16662; p[7][0xbe20]=0x2e1bdf32; p[7][0xbe22]=0x10b19e41; p[7][0xbe23]=0x10d2d248; p[7][0xbe28]=0x10b19e41; p[7][0xbe2a]=0xf399fab; p[7][0xbe2b]=0x2318748; p[7][0xbe2e]=0x2318748; p[7][0xbe2f]=0xeef852d; p[7][0xbe38]=0x10d2d248; p[7][0xbe3a]=0x2318748; p[7][0xbe3b]=0x2f248f65; p[7][0xbe3e]=0xeef852d; p[7][0xbe3f]=0x2a51d609; p[7][0xbe80]=0x2e1bdf32; p[7][0xbe82]=0x10b19e41; p[7][0xbe83]=0x10d2d248; p[7][0xbe88]=0x10b19e41; p[7][0xbe8a]=0xf399fab; p[7][0xbe8b]=0x2318748; p[7][0xbe8e]=0x2318748; p[7][0xbe8f]=0xeef852d; p[7][0xbea0]=0x10b19e41; p[7][0xbea2]=0xf399fab; p[7][0xbea3]=0x2318748; p[7][0xbea8]=0xf399fab; p[7][0xbeaa]=0x16042e9f; p[7][0xbeab]=0x3856c70e; p[7][0xbeae]=0x3856c70e; p[7][0xbeaf]=0x1dc9a4ce; p[7][0xbeb8]=0x2318748; p[7][0xbeba]=0x3856c70e; p[7][0xbebb]=0x2f4c3a56; p[7][0xbebe]=0x1dc9a4ce; p[7][0xbebf]=0x2871f7e1; p[7][0xbee0]=0x10d2d248; p[7][0xbee2]=0x2318748; p[7][0xbee3]=0x2f248f65; p[7][0xbee8]=0x2318748; p[7][0xbeea]=0x3856c70e; p[7][0xbeeb]=0x2f4c3a56; p[7][0xbeee]=0x2f4c3a56; p[7][0xbeef]=0x2d41424a; p[7][0xbef8]=0xeef852d; p[7][0xbefa]=0x1dc9a4ce; p[7][0xbefb]=0x2d41424a; p[7][0xbefe]=0x2871f7e1; p[7][0xbeff]=0x3c1f185; p[7][0xbf80]=0x39f0584f; p[7][0xbf82]=0xc0387df; p[7][0xbf83]=0x2c5bdc3e; p[7][0xbf88]=0xc0387df; p[7][0xbf8a]=0x1ac7263f; p[7][0xbf8b]=0x2a5544fc; p[7][0xbf8e]=0x2a5544fc; p[7][0xbf8f]=0x2a51d609; p[7][0xbfa0]=0xc0387df; p[7][0xbfa2]=0x1ac7263f; p[7][0xbfa3]=0x2a5544fc; p[7][0xbfa8]=0x1ac7263f; p[7][0xbfaa]=0x1db78288; p[7][0xbfab]=0xc470f46; p[7][0xbfae]=0xc470f46; p[7][0xbfaf]=0x2871f7e1; p[7][0xbfb8]=0x2a5544fc; p[7][0xbfba]=0xc470f46; p[7][0xbfbb]=0xd0c3812; p[7][0xbfbe]=0x2871f7e1; p[7][0xbfbf]=0x33d245b0; p[7][0xbfe0]=0x136073cb; p[7][0xbfe2]=0x550f05b; p[7][0xbfe3]=0x5cbf7ba; p[7][0xbfe8]=0x550f05b; p[7][0xbfea]=0x135a18b5; p[7][0xbfeb]=0x23a2ad78; p[7][0xbfee]=0x23a2ad78; p[7][0xbfef]=0x3c1f185; p[7][0xbff8]=0x33f5cf2a; p[7][0xbffa]=0x1a0418a6; p[7][0xbffb]=0x26615319; p[7][0xbffe]=0x247ad65e; p[7][0xbfff]=0x30c73af8; p[7][0xe000]=0x3171b76b; p[7][0xe002]=0x3279eedd; p[7][0xe003]=0xa5d739b; p[7][0xe008]=0x3279eedd; p[7][0xe00a]=0x2fff2c4d; p[7][0xe00b]=0x306fe8a8; p[7][0xe00e]=0x24e572cc; p[7][0xe00f]=0x6bdca3b; p[7][0xe020]=0x3279eedd; p[7][0xe022]=0x2fff2c4d; p[7][0xe023]=0x306fe8a8; p[7][0xe028]=0x2fff2c4d; p[7][0xe02a]=0x30b44ac2; p[7][0xe02b]=0x2e1bdf32; p[7][0xe02e]=0x12b61f63; p[7][0xe02f]=0x39f0584f; p[7][0xe038]=0x24e572cc; p[7][0xe03a]=0x12b61f63; p[7][0xe03b]=0x22db6c97; p[7][0xe03e]=0x22db6c97; p[7][0xe03f]=0x2692bb4b; p[7][0xe080]=0x3279eedd; p[7][0xe082]=0x2fff2c4d; p[7][0xe083]=0x306fe8a8; p[7][0xe088]=0x2fff2c4d; p[7][0xe08a]=0x30b44ac2; p[7][0xe08b]=0x2e1bdf32; p[7][0xe08e]=0x12b61f63; p[7][0xe08f]=0x39f0584f; p[7][0xe0a0]=0x2fff2c4d; p[7][0xe0a2]=0x30b44ac2; p[7][0xe0a3]=0x2e1bdf32; p[7][0xe0a8]=0x30b44ac2; p[7][0xe0aa]=0x2f06e492; p[7][0xe0ab]=0x10b19e41; p[7][0xe0ae]=0x223433c9; p[7][0xe0af]=0xc0387df; p[7][0xe0b8]=0x12b61f63; p[7][0xe0ba]=0x223433c9; p[7][0xe0bb]=0x10d2d248; p[7][0xe0be]=0x10d2d248; p[7][0xe0bf]=0x136073cb; p[7][0xe0e0]=0x24e572cc; p[7][0xe0e2]=0x12b61f63; p[7][0xe0e3]=0x22db6c97; p[7][0xe0e8]=0x12b61f63; p[7][0xe0ea]=0x223433c9; p[7][0xe0eb]=0x10d2d248; p[7][0xe0ee]=0x3107dc80; p[7][0xe0ef]=0x2c5bdc3e; p[7][0xe0f8]=0x22db6c97; p[7][0xe0fa]=0x10d2d248; p[7][0xe0fb]=0x20d16662; p[7][0xe0fe]=0x2c5bdc3e; p[7][0xe0ff]=0x2e417cc4; p[7][0xe200]=0x3279eedd; p[7][0xe202]=0x2fff2c4d; p[7][0xe203]=0x306fe8a8; p[7][0xe208]=0x2fff2c4d; p[7][0xe20a]=0x30b44ac2; p[7][0xe20b]=0x2e1bdf32; p[7][0xe20e]=0x12b61f63; p[7][0xe20f]=0x39f0584f; p[7][0xe220]=0x2fff2c4d; p[7][0xe222]=0x30b44ac2; p[7][0xe223]=0x2e1bdf32; p[7][0xe228]=0x30b44ac2; p[7][0xe22a]=0x2f06e492; p[7][0xe22b]=0x10b19e41; p[7][0xe22e]=0x223433c9; p[7][0xe22f]=0xc0387df; p[7][0xe238]=0x12b61f63; p[7][0xe23a]=0x223433c9; p[7][0xe23b]=0x10d2d248; p[7][0xe23e]=0x10d2d248; p[7][0xe23f]=0x136073cb; p[7][0xe280]=0x2fff2c4d; p[7][0xe282]=0x30b44ac2; p[7][0xe283]=0x2e1bdf32; p[7][0xe288]=0x30b44ac2; p[7][0xe28a]=0x2f06e492; p[7][0xe28b]=0x10b19e41; p[7][0xe28e]=0x223433c9; p[7][0xe28f]=0xc0387df; p[7][0xe2a0]=0x30b44ac2; p[7][0xe2a2]=0x2f06e492; p[7][0xe2a3]=0x10b19e41; p[7][0xe2a8]=0x2f06e492; p[7][0xe2aa]=0x25b078aa; p[7][0xe2ab]=0xf399fab; p[7][0xe2ae]=0x1c8941ee; p[7][0xe2af]=0x1ac7263f; p[7][0xe2b8]=0x223433c9; p[7][0xe2ba]=0x1c8941ee; p[7][0xe2bb]=0x2318748; p[7][0xe2be]=0x2318748; p[7][0xe2bf]=0x550f05b; p[7][0xe2e0]=0x12b61f63; p[7][0xe2e2]=0x223433c9; p[7][0xe2e3]=0x10d2d248; p[7][0xe2e8]=0x223433c9; p[7][0xe2ea]=0x1c8941ee; p[7][0xe2eb]=0x2318748; p[7][0xe2ee]=0x13b41cd0; p[7][0xe2ef]=0x2a5544fc; p[7][0xe2f8]=0x10d2d248; p[7][0xe2fa]=0x2318748; p[7][0xe2fb]=0xeef852d; p[7][0xe2fe]=0x2a5544fc; p[7][0xe2ff]=0x33f5cf2a; p[7][0xe380]=0x24e572cc; p[7][0xe382]=0x12b61f63; p[7][0xe383]=0x22db6c97; p[7][0xe388]=0x12b61f63; p[7][0xe38a]=0x223433c9; p[7][0xe38b]=0x10d2d248; p[7][0xe38e]=0x3107dc80; p[7][0xe38f]=0x2c5bdc3e; p[7][0xe3a0]=0x12b61f63; p[7][0xe3a2]=0x223433c9; p[7][0xe3a3]=0x10d2d248; p[7][0xe3a8]=0x223433c9; p[7][0xe3aa]=0x1c8941ee; p[7][0xe3ab]=0x2318748; p[7][0xe3ae]=0x13b41cd0; p[7][0xe3af]=0x2a5544fc; p[7][0xe3b8]=0x3107dc80; p[7][0xe3ba]=0x13b41cd0; p[7][0xe3bb]=0x2f248f65; p[7][0xe3be]=0x2f248f65; p[7][0xe3bf]=0x5cbf7ba; p[7][0xe3e0]=0x22db6c97; p[7][0xe3e2]=0x10d2d248; p[7][0xe3e3]=0x20d16662; p[7][0xe3e8]=0x10d2d248; p[7][0xe3ea]=0x2318748; p[7][0xe3eb]=0xeef852d; p[7][0xe3ee]=0x2f248f65; p[7][0xe3ef]=0x2a51d609; p[7][0xe3f8]=0x2c5bdc3e; p[7][0xe3fa]=0x2a5544fc; p[7][0xe3fb]=0x2a51d609; p[7][0xe3fe]=0x5cbf7ba; p[7][0xe3ff]=0x1dca0ea6; p[7][0xe800]=0x3279eedd; p[7][0xe802]=0x2fff2c4d; p[7][0xe803]=0x306fe8a8; p[7][0xe808]=0x2fff2c4d; p[7][0xe80a]=0x30b44ac2; p[7][0xe80b]=0x2e1bdf32; p[7][0xe80e]=0x12b61f63; p[7][0xe80f]=0x39f0584f; p[7][0xe820]=0x2fff2c4d; p[7][0xe822]=0x30b44ac2; p[7][0xe823]=0x2e1bdf32; p[7][0xe828]=0x30b44ac2; p[7][0xe82a]=0x2f06e492; p[7][0xe82b]=0x10b19e41; p[7][0xe82e]=0x223433c9; p[7][0xe82f]=0xc0387df; p[7][0xe838]=0x12b61f63; p[7][0xe83a]=0x223433c9; p[7][0xe83b]=0x10d2d248; p[7][0xe83e]=0x10d2d248; p[7][0xe83f]=0x136073cb; p[7][0xe880]=0x2fff2c4d; p[7][0xe882]=0x30b44ac2; p[7][0xe883]=0x2e1bdf32; p[7][0xe888]=0x30b44ac2; p[7][0xe88a]=0x2f06e492; p[7][0xe88b]=0x10b19e41; p[7][0xe88e]=0x223433c9; p[7][0xe88f]=0xc0387df; p[7][0xe8a0]=0x30b44ac2; p[7][0xe8a2]=0x2f06e492; p[7][0xe8a3]=0x10b19e41; p[7][0xe8a8]=0x2f06e492; p[7][0xe8aa]=0x25b078aa; p[7][0xe8ab]=0xf399fab; p[7][0xe8ae]=0x1c8941ee; p[7][0xe8af]=0x1ac7263f; p[7][0xe8b8]=0x223433c9; p[7][0xe8ba]=0x1c8941ee; p[7][0xe8bb]=0x2318748; p[7][0xe8be]=0x2318748; p[7][0xe8bf]=0x550f05b; p[7][0xe8e0]=0x12b61f63; p[7][0xe8e2]=0x223433c9; p[7][0xe8e3]=0x10d2d248; p[7][0xe8e8]=0x223433c9; p[7][0xe8ea]=0x1c8941ee; p[7][0xe8eb]=0x2318748; p[7][0xe8ee]=0x13b41cd0; p[7][0xe8ef]=0x2a5544fc; p[7][0xe8f8]=0x10d2d248; p[7][0xe8fa]=0x2318748; p[7][0xe8fb]=0xeef852d; p[7][0xe8fe]=0x2a5544fc; p[7][0xe8ff]=0x33f5cf2a; p[7][0xea00]=0x2fff2c4d; p[7][0xea02]=0x30b44ac2; p[7][0xea03]=0x2e1bdf32; p[7][0xea08]=0x30b44ac2; p[7][0xea0a]=0x2f06e492; p[7][0xea0b]=0x10b19e41; p[7][0xea0e]=0x223433c9; p[7][0xea0f]=0xc0387df; p[7][0xea20]=0x30b44ac2; p[7][0xea22]=0x2f06e492; p[7][0xea23]=0x10b19e41; p[7][0xea28]=0x2f06e492; p[7][0xea2a]=0x25b078aa; p[7][0xea2b]=0xf399fab; p[7][0xea2e]=0x1c8941ee; p[7][0xea2f]=0x1ac7263f; p[7][0xea38]=0x223433c9; p[7][0xea3a]=0x1c8941ee; p[7][0xea3b]=0x2318748; p[7][0xea3e]=0x2318748; p[7][0xea3f]=0x550f05b; p[7][0xea80]=0x30b44ac2; p[7][0xea82]=0x2f06e492; p[7][0xea83]=0x10b19e41; p[7][0xea88]=0x2f06e492; p[7][0xea8a]=0x25b078aa; p[7][0xea8b]=0xf399fab; p[7][0xea8e]=0x1c8941ee; p[7][0xea8f]=0x1ac7263f; p[7][0xeaa0]=0x2f06e492; p[7][0xeaa2]=0x25b078aa; p[7][0xeaa3]=0xf399fab; p[7][0xeaa8]=0x25b078aa; p[7][0xeaaa]=0x6b101c8; p[7][0xeaab]=0x16042e9f; p[7][0xeaae]=0x496b980; p[7][0xeaaf]=0x1db78288; p[7][0xeab8]=0x1c8941ee; p[7][0xeaba]=0x496b980; p[7][0xeabb]=0x3856c70e; p[7][0xeabe]=0x3856c70e; p[7][0xeabf]=0x135a18b5; p[7][0xeae0]=0x223433c9; p[7][0xeae2]=0x1c8941ee; p[7][0xeae3]=0x2318748; p[7][0xeae8]=0x1c8941ee; p[7][0xeaea]=0x496b980; p[7][0xeaeb]=0x3856c70e; p[7][0xeaee]=0xa0b9f4a; p[7][0xeaef]=0xc470f46; p[7][0xeaf8]=0x2318748; p[7][0xeafa]=0x3856c70e; p[7][0xeafb]=0x1dc9a4ce; p[7][0xeafe]=0xc470f46; p[7][0xeaff]=0x1a0418a6; p[7][0xeb80]=0x12b61f63; p[7][0xeb82]=0x223433c9; p[7][0xeb83]=0x10d2d248; p[7][0xeb88]=0x223433c9; p[7][0xeb8a]=0x1c8941ee; p[7][0xeb8b]=0x2318748; p[7][0xeb8e]=0x13b41cd0; p[7][0xeb8f]=0x2a5544fc; p[7][0xeba0]=0x223433c9; p[7][0xeba2]=0x1c8941ee; p[7][0xeba3]=0x2318748; p[7][0xeba8]=0x1c8941ee; p[7][0xebaa]=0x496b980; p[7][0xebab]=0x3856c70e; p[7][0xebae]=0xa0b9f4a; p[7][0xebaf]=0xc470f46; p[7][0xebb8]=0x13b41cd0; p[7][0xebba]=0xa0b9f4a; p[7][0xebbb]=0x2f4c3a56; p[7][0xebbe]=0x2f4c3a56; p[7][0xebbf]=0x23a2ad78; p[7][0xebe0]=0x10d2d248; p[7][0xebe2]=0x2318748; p[7][0xebe3]=0xeef852d; p[7][0xebe8]=0x2318748; p[7][0xebea]=0x3856c70e; p[7][0xebeb]=0x1dc9a4ce; p[7][0xebee]=0x2f4c3a56; p[7][0xebef]=0x2871f7e1; p[7][0xebf8]=0x2a5544fc; p[7][0xebfa]=0xc470f46; p[7][0xebfb]=0x2871f7e1; p[7][0xebfe]=0x23a2ad78; p[7][0xebff]=0x247ad65e; p[7][0xee00]=0x24e572cc; p[7][0xee02]=0x12b61f63; p[7][0xee03]=0x22db6c97; p[7][0xee08]=0x12b61f63; p[7][0xee0a]=0x223433c9; p[7][0xee0b]=0x10d2d248; p[7][0xee0e]=0x3107dc80; p[7][0xee0f]=0x2c5bdc3e; p[7][0xee20]=0x12b61f63; p[7][0xee22]=0x223433c9; p[7][0xee23]=0x10d2d248; p[7][0xee28]=0x223433c9; p[7][0xee2a]=0x1c8941ee; p[7][0xee2b]=0x2318748; p[7][0xee2e]=0x13b41cd0; p[7][0xee2f]=0x2a5544fc; p[7][0xee38]=0x3107dc80; p[7][0xee3a]=0x13b41cd0; p[7][0xee3b]=0x2f248f65; p[7][0xee3e]=0x2f248f65; p[7][0xee3f]=0x5cbf7ba; p[7][0xee80]=0x12b61f63; p[7][0xee82]=0x223433c9; p[7][0xee83]=0x10d2d248; p[7][0xee88]=0x223433c9; p[7][0xee8a]=0x1c8941ee; p[7][0xee8b]=0x2318748; p[7][0xee8e]=0x13b41cd0; p[7][0xee8f]=0x2a5544fc; p[7][0xeea0]=0x223433c9; p[7][0xeea2]=0x1c8941ee; p[7][0xeea3]=0x2318748; p[7][0xeea8]=0x1c8941ee; p[7][0xeeaa]=0x496b980; p[7][0xeeab]=0x3856c70e; p[7][0xeeae]=0xa0b9f4a; p[7][0xeeaf]=0xc470f46; p[7][0xeeb8]=0x13b41cd0; p[7][0xeeba]=0xa0b9f4a; p[7][0xeebb]=0x2f4c3a56; p[7][0xeebe]=0x2f4c3a56; p[7][0xeebf]=0x23a2ad78; p[7][0xeee0]=0x3107dc80; p[7][0xeee2]=0x13b41cd0; p[7][0xeee3]=0x2f248f65; p[7][0xeee8]=0x13b41cd0; p[7][0xeeea]=0xa0b9f4a; p[7][0xeeeb]=0x2f4c3a56; p[7][0xeeee]=0x53405d7; p[7][0xeeef]=0xd0c3812; p[7][0xeef8]=0x2f248f65; p[7][0xeefa]=0x2f4c3a56; p[7][0xeefb]=0x2d41424a; p[7][0xeefe]=0xd0c3812; p[7][0xeeff]=0x26615319; p[7][0xef80]=0x22db6c97; p[7][0xef82]=0x10d2d248; p[7][0xef83]=0x20d16662; p[7][0xef88]=0x10d2d248; p[7][0xef8a]=0x2318748; p[7][0xef8b]=0xeef852d; p[7][0xef8e]=0x2f248f65; p[7][0xef8f]=0x2a51d609; p[7][0xefa0]=0x10d2d248; p[7][0xefa2]=0x2318748; p[7][0xefa3]=0xeef852d; p[7][0xefa8]=0x2318748; p[7][0xefaa]=0x3856c70e; p[7][0xefab]=0x1dc9a4ce; p[7][0xefae]=0x2f4c3a56; p[7][0xefaf]=0x2871f7e1; p[7][0xefb8]=0x2f248f65; p[7][0xefba]=0x2f4c3a56; p[7][0xefbb]=0x2d41424a; p[7][0xefbe]=0x2d41424a; p[7][0xefbf]=0x3c1f185; p[7][0xefe0]=0x2c5bdc3e; p[7][0xefe2]=0x2a5544fc; p[7][0xefe3]=0x2a51d609; p[7][0xefe8]=0x2a5544fc; p[7][0xefea]=0xc470f46; p[7][0xefeb]=0x2871f7e1; p[7][0xefee]=0xd0c3812; p[7][0xefef]=0x33d245b0; p[7][0xeff8]=0x5cbf7ba; p[7][0xeffa]=0x23a2ad78; p[7][0xeffb]=0x3c1f185; p[7][0xeffe]=0x26615319; p[7][0xefff]=0x30c73af8; p[7][0xf800]=0xa5d739b; p[7][0xf802]=0x306fe8a8; p[7][0xf803]=0x6bdca3b; p[7][0xf808]=0x306fe8a8; p[7][0xf80a]=0x2e1bdf32; p[7][0xf80b]=0x39f0584f; p[7][0xf80e]=0x22db6c97; p[7][0xf80f]=0x2692bb4b; p[7][0xf820]=0x306fe8a8; p[7][0xf822]=0x2e1bdf32; p[7][0xf823]=0x39f0584f; p[7][0xf828]=0x2e1bdf32; p[7][0xf82a]=0x10b19e41; p[7][0xf82b]=0xc0387df; p[7][0xf82e]=0x10d2d248; p[7][0xf82f]=0x136073cb; p[7][0xf838]=0x22db6c97; p[7][0xf83a]=0x10d2d248; p[7][0xf83b]=0x2c5bdc3e; p[7][0xf83e]=0x20d16662; p[7][0xf83f]=0x2e417cc4; p[7][0xf880]=0x306fe8a8; p[7][0xf882]=0x2e1bdf32; p[7][0xf883]=0x39f0584f; p[7][0xf888]=0x2e1bdf32; p[7][0xf88a]=0x10b19e41; p[7][0xf88b]=0xc0387df; p[7][0xf88e]=0x10d2d248; p[7][0xf88f]=0x136073cb; p[7][0xf8a0]=0x2e1bdf32; p[7][0xf8a2]=0x10b19e41; p[7][0xf8a3]=0xc0387df; p[7][0xf8a8]=0x10b19e41; p[7][0xf8aa]=0xf399fab; p[7][0xf8ab]=0x1ac7263f; p[7][0xf8ae]=0x2318748; p[7][0xf8af]=0x550f05b; p[7][0xf8b8]=0x10d2d248; p[7][0xf8ba]=0x2318748; p[7][0xf8bb]=0x2a5544fc; p[7][0xf8be]=0xeef852d; p[7][0xf8bf]=0x33f5cf2a; p[7][0xf8e0]=0x22db6c97; p[7][0xf8e2]=0x10d2d248; p[7][0xf8e3]=0x2c5bdc3e; p[7][0xf8e8]=0x10d2d248; p[7][0xf8ea]=0x2318748; p[7][0xf8eb]=0x2a5544fc; p[7][0xf8ee]=0x2f248f65; p[7][0xf8ef]=0x5cbf7ba; p[7][0xf8f8]=0x20d16662; p[7][0xf8fa]=0xeef852d; p[7][0xf8fb]=0x2a51d609; p[7][0xf8fe]=0x2a51d609; p[7][0xf8ff]=0x1dca0ea6; p[7][0xfa00]=0x306fe8a8; p[7][0xfa02]=0x2e1bdf32; p[7][0xfa03]=0x39f0584f; p[7][0xfa08]=0x2e1bdf32; p[7][0xfa0a]=0x10b19e41; p[7][0xfa0b]=0xc0387df; p[7][0xfa0e]=0x10d2d248; p[7][0xfa0f]=0x136073cb; p[7][0xfa20]=0x2e1bdf32; p[7][0xfa22]=0x10b19e41; p[7][0xfa23]=0xc0387df; p[7][0xfa28]=0x10b19e41; p[7][0xfa2a]=0xf399fab; p[7][0xfa2b]=0x1ac7263f; p[7][0xfa2e]=0x2318748; p[7][0xfa2f]=0x550f05b; p[7][0xfa38]=0x10d2d248; p[7][0xfa3a]=0x2318748; p[7][0xfa3b]=0x2a5544fc; p[7][0xfa3e]=0xeef852d; p[7][0xfa3f]=0x33f5cf2a; p[7][0xfa80]=0x2e1bdf32; p[7][0xfa82]=0x10b19e41; p[7][0xfa83]=0xc0387df; p[7][0xfa88]=0x10b19e41; p[7][0xfa8a]=0xf399fab; p[7][0xfa8b]=0x1ac7263f; p[7][0xfa8e]=0x2318748; p[7][0xfa8f]=0x550f05b; p[7][0xfaa0]=0x10b19e41; p[7][0xfaa2]=0xf399fab; p[7][0xfaa3]=0x1ac7263f; p[7][0xfaa8]=0xf399fab; p[7][0xfaaa]=0x16042e9f; p[7][0xfaab]=0x1db78288; p[7][0xfaae]=0x3856c70e; p[7][0xfaaf]=0x135a18b5; p[7][0xfab8]=0x2318748; p[7][0xfaba]=0x3856c70e; p[7][0xfabb]=0xc470f46; p[7][0xfabe]=0x1dc9a4ce; p[7][0xfabf]=0x1a0418a6; p[7][0xfae0]=0x10d2d248; p[7][0xfae2]=0x2318748; p[7][0xfae3]=0x2a5544fc; p[7][0xfae8]=0x2318748; p[7][0xfaea]=0x3856c70e; p[7][0xfaeb]=0xc470f46; p[7][0xfaee]=0x2f4c3a56; p[7][0xfaef]=0x23a2ad78; p[7][0xfaf8]=0xeef852d; p[7][0xfafa]=0x1dc9a4ce; p[7][0xfafb]=0x2871f7e1; p[7][0xfafe]=0x2871f7e1; p[7][0xfaff]=0x247ad65e; p[7][0xfb80]=0x22db6c97; p[7][0xfb82]=0x10d2d248; p[7][0xfb83]=0x2c5bdc3e; p[7][0xfb88]=0x10d2d248; p[7][0xfb8a]=0x2318748; p[7][0xfb8b]=0x2a5544fc; p[7][0xfb8e]=0x2f248f65; p[7][0xfb8f]=0x5cbf7ba; p[7][0xfba0]=0x10d2d248; p[7][0xfba2]=0x2318748; p[7][0xfba3]=0x2a5544fc; p[7][0xfba8]=0x2318748; p[7][0xfbaa]=0x3856c70e; p[7][0xfbab]=0xc470f46; p[7][0xfbae]=0x2f4c3a56; p[7][0xfbaf]=0x23a2ad78; p[7][0xfbb8]=0x2f248f65; p[7][0xfbba]=0x2f4c3a56; p[7][0xfbbb]=0xd0c3812; p[7][0xfbbe]=0x2d41424a; p[7][0xfbbf]=0x26615319; p[7][0xfbe0]=0x20d16662; p[7][0xfbe2]=0xeef852d; p[7][0xfbe3]=0x2a51d609; p[7][0xfbe8]=0xeef852d; p[7][0xfbea]=0x1dc9a4ce; p[7][0xfbeb]=0x2871f7e1; p[7][0xfbee]=0x2d41424a; p[7][0xfbef]=0x3c1f185; p[7][0xfbf8]=0x2a51d609; p[7][0xfbfa]=0x2871f7e1; p[7][0xfbfb]=0x33d245b0; p[7][0xfbfe]=0x3c1f185; p[7][0xfbff]=0x30c73af8; p[7][0xfe00]=0x6bdca3b; p[7][0xfe02]=0x39f0584f; p[7][0xfe03]=0x2692bb4b; p[7][0xfe08]=0x39f0584f; p[7][0xfe0a]=0xc0387df; p[7][0xfe0b]=0x136073cb; p[7][0xfe0e]=0x2c5bdc3e; p[7][0xfe0f]=0x2e417cc4; p[7][0xfe20]=0x39f0584f; p[7][0xfe22]=0xc0387df; p[7][0xfe23]=0x136073cb; p[7][0xfe28]=0xc0387df; p[7][0xfe2a]=0x1ac7263f; p[7][0xfe2b]=0x550f05b; p[7][0xfe2e]=0x2a5544fc; p[7][0xfe2f]=0x33f5cf2a; p[7][0xfe38]=0x2c5bdc3e; p[7][0xfe3a]=0x2a5544fc; p[7][0xfe3b]=0x5cbf7ba; p[7][0xfe3e]=0x2a51d609; p[7][0xfe3f]=0x1dca0ea6; p[7][0xfe80]=0x39f0584f; p[7][0xfe82]=0xc0387df; p[7][0xfe83]=0x136073cb; p[7][0xfe88]=0xc0387df; p[7][0xfe8a]=0x1ac7263f; p[7][0xfe8b]=0x550f05b; p[7][0xfe8e]=0x2a5544fc; p[7][0xfe8f]=0x33f5cf2a; p[7][0xfea0]=0xc0387df; p[7][0xfea2]=0x1ac7263f; p[7][0xfea3]=0x550f05b; p[7][0xfea8]=0x1ac7263f; p[7][0xfeaa]=0x1db78288; p[7][0xfeab]=0x135a18b5; p[7][0xfeae]=0xc470f46; p[7][0xfeaf]=0x1a0418a6; p[7][0xfeb8]=0x2a5544fc; p[7][0xfeba]=0xc470f46; p[7][0xfebb]=0x23a2ad78; p[7][0xfebe]=0x2871f7e1; p[7][0xfebf]=0x247ad65e; p[7][0xfee0]=0x2c5bdc3e; p[7][0xfee2]=0x2a5544fc; p[7][0xfee3]=0x5cbf7ba; p[7][0xfee8]=0x2a5544fc; p[7][0xfeea]=0xc470f46; p[7][0xfeeb]=0x23a2ad78; p[7][0xfeee]=0xd0c3812; p[7][0xfeef]=0x26615319; p[7][0xfef8]=0x2a51d609; p[7][0xfefa]=0x2871f7e1; p[7][0xfefb]=0x3c1f185; p[7][0xfefe]=0x33d245b0; p[7][0xfeff]=0x30c73af8; p[7][0xff80]=0x2692bb4b; p[7][0xff82]=0x136073cb; p[7][0xff83]=0x2e417cc4; p[7][0xff88]=0x136073cb; p[7][0xff8a]=0x550f05b; p[7][0xff8b]=0x33f5cf2a; p[7][0xff8e]=0x5cbf7ba; p[7][0xff8f]=0x1dca0ea6; p[7][0xffa0]=0x136073cb; p[7][0xffa2]=0x550f05b; p[7][0xffa3]=0x33f5cf2a; p[7][0xffa8]=0x550f05b; p[7][0xffaa]=0x135a18b5; p[7][0xffab]=0x1a0418a6; p[7][0xffae]=0x23a2ad78; p[7][0xffaf]=0x247ad65e; p[7][0xffb8]=0x5cbf7ba; p[7][0xffba]=0x23a2ad78; p[7][0xffbb]=0x26615319; p[7][0xffbe]=0x3c1f185; p[7][0xffbf]=0x30c73af8; p[7][0xffe0]=0x2e417cc4; p[7][0xffe2]=0x33f5cf2a; p[7][0xffe3]=0x1dca0ea6; p[7][0xffe8]=0x33f5cf2a; p[7][0xffea]=0x1a0418a6; p[7][0xffeb]=0x247ad65e; p[7][0xffee]=0x26615319; p[7][0xffef]=0x30c73af8; p[7][0xfff8]=0x1dca0ea6; p[7][0xfffa]=0x247ad65e; p[7][0xfffb]=0x30c73af8; p[7][0xfffe]=0x30c73af8; p[7][0xffff]=0x1fec5ad7; ios_base::sync_with_stdio(0); cin.tie(0); int t; cin >> t; while(t--){ solve(); } } |
English