[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile benchmark.c benchmark.in1 benchmark.in2 benchmark.in3 readlist.c readlist.h sort.c sort.h

Chris Lattner lattner at cs.uiuc.edu
Mon May 12 13:53:01 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/McCat-01-qbsort:

Makefile added (r1.1)
benchmark.c added (r1.1)
benchmark.in1 added (r1.1)
benchmark.in2 added (r1.1)
benchmark.in3 added (r1.1)
readlist.c added (r1.1)
readlist.h added (r1.1)
sort.c added (r1.1)
sort.h added (r1.1)

---
Log message:

initial checkin


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile
diff -c /dev/null llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile:1.1
*** /dev/null	Mon May 12 13:52:02 2003
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile	Mon May 12 13:51:52 2003
***************
*** 0 ****
--- 1,7 ----
+ LEVEL = ../../../..
+ PROG = qbsort
+ LDFLAGS = -lm
+ #RUN_OPTIONS += 
+ INPUT_FILENAME = benchmark.in3
+ include ../Makefile.multisrc
+ 


Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.c
diff -c /dev/null llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.c:1.1
*** /dev/null	Mon May 12 13:52:02 2003
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.c	Mon May 12 13:51:52 2003
***************
*** 0 ****
--- 1,72 ----
+ 
+ /****
+     Copyright (C) 1996 McGill University.
+     Copyright (C) 1996 McCAT System Group.
+     Copyright (C) 1996 ACAPS Benchmark Administrator
+                        benadmin at acaps.cs.mcgill.ca
+ 
+     This program is free software; you can redistribute it and/or modify
+     it provided this copyright notice is maintained.
+ 
+     This program is distributed in the hope that it will be useful,
+     but WITHOUT ANY WARRANTY; without even the implied warranty of
+     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+ ****/
+ 
+ /*         benchmark.c          */
+ /*   quicksort and bubblesort   */
+ /*            made              */
+ /*          24/09/96            */
+ /*             by               */
+ /*    Jacob Grydholt Jensen     */
+ /* Email: grydholt at daimi.aau.dk */
+ /*             &&               */
+ /*       Claus Brabrand         */
+ /* Email: zracscan at daimi.aau.dk */
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include "sort.h"
+ #include "readlist.h"
+ 
+ BOOL LessThan(int x, int y);
+ 
+ BOOL LessThan(int x, int y)
+ {
+   return (x < y);
+ }
+ 
+ int main()
+ {
+   int listno = 1;
+   int err;
+   LinkList *ll; /* ll = lINKED lIST */
+   List *l;      /* l = lIST */
+   while ((err = ReadList(&ll, &l)) == 0) {
+     printf("\nList read (reverse order): ");fflush(stdout);
+     PrintList(l);
+     printf("\nBubbleSort: "); fflush(stdout);
+     l = BubbleSort(l, LessThan);
+     PrintList(l);
+     printf("\nQuickSort:  "); fflush(stdout);
+     ll = QuickSort(ll, LessThan);
+     PrintLinkList(ll);
+     printf("\n");
+     listno++;
+   }
+ 
+   switch(err) {
+   case COMMA_EXPECTED:
+     printf("Comma expected in list number %d\n", listno);
+     exit(1);
+     break;
+   case READ_EOF:
+     printf("Last list read\n");
+     break;
+   default:
+     printf("Program Error: Unrecognized errorcode from ReadList\n");
+     exit(1);
+     break;
+   }
+   exit(0);
+ }


Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.in1
diff -c /dev/null llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.in1:1.1
*** /dev/null	Mon May 12 13:52:02 2003
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.in1	Mon May 12 13:51:52 2003
***************
*** 0 ****
--- 1,20 ----
+ [119,253,107,134,96,266,5,176,48,116,208,18,270,50,48,160,182,175,81,118,89,223,90,23,122,258,283,199,254,1]
+ [139,160,237,80,295,93,181,183,64,266,92,46,102,117,194,227,182,160,138,196,99,284,111,284,3,155,82,8,178,62]
+ [264,18,79,91,268,150,214,86,260,203,138,288,233,113,69,107,91,201,216,170,248,118,246,254,55,284,128,157,20,275]
+ [265,229,120,207,229,122,38,146,67,262,159,1,259,6,245,73,95,290,281,243,148,67,173,87,97,79,53,1,14,73]
+ [125,211,67,152,21,118,144,66,66,275,106,58,64,191,17,236,10,134,53,280,273,142,262,209,280,137,120,268,209,252]
+ [222,196,204,174,82,281,199,15,112,186,45,114,194,8,253,24,223,77,271,114,96,64,195,76,69,76,283,42,82,165]
+ [98,260,90,205,250,263,195,22,270,77,184,253,250,112,228,33,256,168,258,103,208,104,269,288,37,295,17,185,12,113]
+ [158,85,169,183,245,134,9,142,86,88,59,6,249,172,32,220,36,68,285,222,247,248,76,77,102,117,159,80,121,262]
+ [14,89,119,169,94,247,143,28,79,276,294,100,271,73,112,226,138,271,127,170,292,107,130,54,65,102,137,14,206,19]
+ [166,95,81,151,19,290,219,242,46,212,219,253,186,287,144,159,9,183,15,178,121,272,100,94,257,221,30,103,121,296]
+ [189,250,132,238,18,41,164,280,266,117,125,258,87,33,174,234,43,243,225,124,143,104,126,8,158,216,71,209,234,229]
+ [37,112,279,230,87,296,129,12,180,5,228,40,113,66,174,62,237,225,137,86,256,136,251,130,100,286,75,108,126,150]
+ [266,169,206,291,55,171,9,62,48,165,62,64,21,58,271,235,91,127,297,240,117,55,68,222,161,200,61,141,170,30]
+ [84,6,170,267,22,19,76,93,269,41,285,129,24,236,134,127,211,57,38,75,198,42,97,247,5,278,113,175,79,125]
+ [207,227,52,39,48,88,258,84,207,252,245,15,22,130,225,46,124,31,229,193,221,165,30,220,159,156,86,285,128,149]
+ [211,78,244,265,1,33,82,296,109,246,257,87,300,3,20,291,205,91,218,278,195,275,161,294,71,126,175,235,61,271]
+ [39,279,230,144,167,4,116,114,219,164,204,177,85,33,90,159,272,132,286,70,156,185,57,294,151,49,162,58,75,100]
+ [46,187,64,284,187,65,143,253,133,36,277,203,50,235,213,56,234,65,77,199,289,283,243,240,296,210,200,36,207,47]
+ [99,136,124,153,254,248,171,208,43,255,211,63,21,132,254,91,102,162,10,264,55,290,219,134,240,149,100,47,222,135]
+ [106,186,283,42,228,14,176,198,3,291,101,254,184,4,256,154,71,202,241,19,229,186,278,109,62,98,167,263,285,10]


Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.in2
diff -c /dev/null llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.in2:1.1
*** /dev/null	Mon May 12 13:52:02 2003
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.in2	Mon May 12 13:51:52 2003
***************
*** 0 ****
--- 1,50 ----
+ [40,85,36,45,32,89,2,59,16,39,70,6,90,17,16,54,61,59,27,40,30,75,30,8,41,86,95,67,85,1,47,54,79,27,99,31,61,61,22,89,31,16,34,39,65,76,61,54,46,66,33,95,37,95,1,52,28,3,60,21,88,6,27,31,90,50,72,29,87,68,46,96,78,38,23,36,31,67,72,57,83,40,82,85,19,95,43,53,7,92,89,77,40,69,77,41,13,49,23,88,53,1,87,2,82,25,32,97,94,81,50,23,58,29,33,27,18,1,5,25,42,71,23,51,7,40,48,22,22,92,36,20,22,64,6,79,4,45,18,94,91,48,88,70,94,46,40,90,70,84,74,66,68,58,28,94,67,5,38,62,15,38,65,3,85,8,75,26,91,38,32,22,65,26,23,26,95,14,28,55,33,87,30,69,84,88,65,8,90,26,62,85,84,38,76,11,86,56,86,35,70,35,90,96,13,99,6,62,4,38,53,29,57,61,82,45,3,48,29,30,20,2,83,58,11,74,12,23,95,74,83,83,26,26,34,39,53,27,41,88,5,30,40,57,32,83,48,10,27,92,98,34,91,25,38,76,46,91,43,57,98,36,44,18,22,34,46,5,69,7,56,32,27,51,7,97,73,81,16,71,73,85,62,96,48,53,3,61,5,60,41,91,34,32,86,74,10,35,41,99]
+ [63,84,44,80,6,14,55,94,89,39,42,86,29,11,58,78,15,81,75,42,48,35,42,3,53,72,24,70,78,77,13,38,93,77,29,99,43,4,60,2,76,14,38,22,58,21,79,75,46,29,86,46,84,44,34,96,25,36,42,50,89,57,69,97,19,57,3,21,16,55,21,22,7,20,91,79,31,43,99,80,39,19,23,74,54,67,21,47,57,10,28,2,57,89,8,7,26,31,90,14,95,43,8,79,45,43,71,19,13,25,66,14,33,83,2,93,38,59,27,42,69,76,18,13,16,30,86,28,69,84,82,5,8,44,75,16,42,11,77,65,74,55,10,74,53,52,29,95,43,50,71,26,82,89,1,11,28,99,37,82,86,29,100,1,7,97,69,31,73,93,65,92,54,98,24,42,59,79,21,91,13,93,77,48,56,2,39,38,73,55,68,59,29,11,30,53,91,44,96,24,52,62,19,98,51,17,54,20,25,34,16,63,22,95,63,22,48,85,45,12,93,68,17,79,71,19,78,22,26,67,97,95,81,80,99,70,67,12,69,16,33,46,42,51,85,83,57,70,15,85,71,21,7,44,85,31,34,54,4,88,19,97,73,45,80,50,34,16,74,45,36,62,95,14,76,5,59,66,1,97,34,85,62,2,86,52,24,68,81,7,77,62,93,37,21,33,56,88,95,4]
+ [41,77,67,87,80,57,59,58,58,29,75,42,81,1,17,54,97,93,10,80,33,85,5,38,17,41,16,33,49,65,13,64,75,90,90,10,88,40,2,78,51,12,8,56,8,78,16,42,3,82,64,16,62,56,89,49,34,12,9,48,14,67,69,1,29,29,79,98,15,35,47,35,90,40,18,58,93,32,50,23,44,72,57,93,92,40,51,63,43,62,72,25,88,26,37,57,22,28,2,42,64,66,27,48,7,21,28,26,85,76,24,72,56,78,70,49,84,12,81,87,81,80,52,24,88,64,100,99,29,46,46,97,54,78,71,44,44,3,20,60,14,5,60,31,86,55,35,81,34,58,67,5,62,71,80,92,91,17,8,54,72,97,47,40,75,98,8,1,59,100,59,72,8,58,69,46,44,76,27,35,40,45,41,26,12,98,83,91,47,67,24,57,96,89,93,88,37,15,24,3,60,73,58,64,71,44,32,46,40,59,41,75,98,37,4,67,58,99,49,22,83,53,4,65,38,47,52,44,64,58,16,73,7,83,13,24,60,40,41,93,67,92,18,1,62,28,67,46,22,3,7,17,27,89,59,69,76,63,52,94,87,87,90,30,56,95,73,7,32,55,51,78,66,17,62,57,25,23,80,12,62,23,51,18,28,66,65,80,85,13,94,33,79,81,66,11,70,60,93,43]
+ [90,70,99,100,42,4,95,72,76,32,67,76,18,50,73,24,1,61,46,10,62,11,21,51,88,48,26,21,55,43,10,20,96,33,27,73,55,78,13,6,70,18,49,92,8,17,54,30,56,22,3,26,58,25,12,34,15,23,64,53,82,32,5,2,78,46,67,28,65,58,77,26,75,49,88,29,32,74,56,28,65,65,24,3,82,29,40,33,89,93,80,35,29,90,90,20,15,92,45,39,50,23,100,76,36,14,94,98,16,24,69,7,7,53,33,44,19,27,48,51,83,9,79,39,2,92,83,95,10,63,38,45,83,6,74,90,12,38,76,68,70,75,69,5,52,78,23,7,6,1,95,89,34,19,19,23,81,2,3,38,39,25,46,95,81,14,98,94,33,58,44,38,93,55,23,72,17,26,30,94,28,37,14,20,98,98,47,40,48,33,52,76,92,82,25,88,2,64,34,48,27,2,54,96,77,34,6,80,70,53,86,43,78,72,47,15,15,95,99,68,37,54,27,63,85,83,28,42,33,64,69,85,68,32,16,38,71,17,67,34,9,32,16,88,32,21,84,95,100,73,89,18,63,74,7,12,77,22,16,49,10,93,13,81,95,83,27,69,34,44,4,45,70,19,15,25,82,29,85,46,53,72,46,59,78,75,76,13,35,84,70,65,36,34,89,25,52,67,83,68]
+ [57,57,93,4,29,92,66,39,92,94,8,50,93,60,62,13,1,20,20,72,26,84,71,84,31,9,73,27,98,82,9,34,71,77,25,1,28,4,40,38,16,23,7,79,2,10,70,83,84,14,63,35,51,47,88,52,79,55,14,13,38,76,68,94,18,42,91,60,91,5,39,49,27,52,54,12,11,66,36,42,39,39,72,36,92,91,31,54,5,17,9,69,25,15,86,97,16,67,77,19,65,89,18,23,12,4,19,11,79,32,97,49,12,36,99,25,24,45,10,48,52,72,61,70,80,15,60,58,83,53,19,17,55,4,44,4,85,17,76,17,17,49,90,39,14,70,7,26,23,63,61,79,89,70,89,51,91,76,87,7,59,24,48,34,81,83,49,98,61,92,69,12,15,2,38,31,95,37,12,74,43,89,78,25,13,15,19,70,19,70,60,73,79,13,9,34,28,47,13,13,42,24,2,94,9,7,34,11,84,53,19,72,96,6,12,31,86,52,31,12,90,42,97,74,51,71,68,61,22,24,29,98,77,59,95,19,41,32,69,38,65,88,86,42,89,37,76,80,71,100,86,84,94,63,42,54,82,34,89,42,92,34,17,54,22,16,53,65,72,97,63,20,20,83,57,89,76,35,13,41,96,88,2,49,66,91,82,9,14,4,100,35,67,3,13,44,79,49,8,52]
+ [84,9,45,12,7,5,38,55,58,22,80,62,12,44,24,56,79,91,52,71,1,94,33,95,53,36,99,64,41,74,80,84,36,74,27,91,12,93,51,92,100,18,85,36,95,76,33,6,11,55,47,82,95,81,50,76,44,17,17,34,3,20,96,59,5,47,35,47,28,39,8,25,1,15,40,16,29,15,49,9,39,86,24,21,82,32,39,51,19,70,25,34,86,68,37,87,78,58,31,48,10,58,77,29,78,47,78,99,38,46,76,87,88,85,14,20,24,32,7,79,66,47,33,62,31,2,47,86,45,72,87,32,60,96,76,98,99,1,75,60,96,1,39,61,21,97,20,35,42,79,29,75,98,78,76,44,3,40,63,79,28,28,60,66,86,26,36,37,34,27,39,58,87,43,68,89,81,58,29,12,15,96,6,34,95,51,80,58,57,93,9,71,12,18,10,27,86,81,11,28,56,88,6,84,51,8,67,83,64,6,3,99,21,99,72,64,30,46,53,16,25,98,8,34,19,35,25,59,18,74,57,34,56,5,100,93,64,40,33,73,63,92,92,56,83,84,14,62,34,100,74,57,63,72,65,60,80,63,87,51,86,62,40,71,16,44,5,70,17,82,63,68,29,56,23,11,66,71,37,4,33,39,8,97,14,49,65,31,51,44,42,86,9,88,33,20,84,5,93,76]
+ [26,66,4,44,2,99,11,18,82,66,45,82,36,22,19,92,35,37,38,54,22,79,14,11,15,68,35,6,15,45,72,42,39,51,98,36,68,19,41,54,36,83,68,46,82,65,6,60,37,51,43,11,81,5,24,85,16,67,76,17,14,4,87,29,73,66,68,65,79,53,82,24,83,81,99,2,47,78,35,9,93,74,19,77,62,13,56,40,1,5,44,88,44,67,39,41,51,100,96,56,2,73,66,1,32,59,85,11,9,68,5,33,58,89,54,54,45,38,13,27,17,58,100,28,34,26,58,11,70,90,42,98,34,92,97,73,57,73,21,38,67,68,99,9,52,43,21,68,54,89,39,71,69,96,23,13,50,84,96,24,65,66,63,97,37,21,29,35,54,7,6,15,29,32,68,58,63,78,31,88,94,54,22,6,100,7,27,18,76,57,73,30,6,93,66,65,46,40,71,75,3,59,92,48,41,51,14,18,7,95,56,2,89,40,59,32,94,56,16,19,49,8,41,84,88,60,56,4,98,19,68,11,83,95,2,28,95,31,93,70,6,89,68,21,64,94,12,40,68,41,17,28,4,95,7,78,64,76,29,32,27,51,99,19,85,8,42,3,72,100,13,79,37,12,43,34,22,58,17,66,72,78,41,7,78,41,62,2,61,11,58,97,87,39,54,22,83,48,72,45]
+ [68,81,71,97,79,6,88,96,69,98,91,8,84,76,27,6,20,18,83,92,34,41,16,29,42,88,35,57,2,57,86,76,56,76,70,67,45,71,32,66,29,77,84,76,21,55,14,87,62,59,34,17,23,40,96,95,74,57,27,9,38,74,40,94,23,36,75,96,10,98,32,73,15,95,36,6,30,43,93,69,95,76,37,41,32,76,77,81,65,16,98,23,84,48,90,58,52,29,54,31,15,34,57,42,83,74,82,97,6,22,92,54,7,17,48,29,7,54,71,70,2,58,66,82,3,14,83,65,75,99,59,3,83,23,76,36,44,18,47,30,91,49,35,85,27,15,3,35,55,62,27,71,45,24,1,67,7,86,55,97,68,24,92,66,95,66,21,67,61,1,2,91,91,26,41,77,25,86,65,21,47,68,18,18,26,75,84,75,86,12,82,58,27,61,2,16,88,60,71,21,1,48,13,85,75,52,90,83,25,19,36,64,63,10,72,33,9,79,9,25,38,34,36,69,74,93,74,100,8,68,93,50,73,35,36,64,7,15,32,31,73,6,88,3,26,51,96,60,75,48,42,22,55,21,97,67,50,62,55,99,88,53,12,77,22,80,17,20,42,71,67,92,15,78,42,57,76,16,47,59,81,91,16,5,4,13,71,60,40,7,64,14,83,49,40,74,13,60,39,16]
+ [60,59,60,34,29,69,70,93,36,98,89,70,33,10,93,56,69,22,64,79,82,82,35,11,20,97,27,45,58,14,60,78,71,12,32,92,73,87,50,68,7,48,97,39,34,16,51,99,85,51,55,91,4,84,54,82,17,13,79,89,46,71,17,10,49,94,87,27,83,26,38,11,71,26,50,20,53,94,50,42,33,76,28,6,54,55,25,60,13,33,92,64,11,71,6,88,45,31,12,7,83,63,98,87,11,50,71,24,61,76,10,27,31,36,17,51,55,6,29,43,60,74,57,31,4,2,36,68,21,85,12,68,57,19,44,1,42,93,56,60,92,74,79,20,79,95,87,34,45,4,12,84,36,82,76,3,2,36,59,69,67,5,26,7,19,90,47,78,64,82,45,13,73,11,10,98,8,7,41,70,52,79,67,87,19,96,53,66,21,80,62,86,41,26,67,51,53,41,45,86,17,47,91,16,72,21,18,88,74,48,69,5,53,7,44,59,71,93,1,17,65,22,59,62,90,46,46,50,51,86,24,38,68,73,67,63,22,45,66,99,65,64,3,1,60,2,56,78,97,57,9,60,84,3,19,89,94,53,30,58,20,13,2,34,87,98,62,14,63,90,14,3,48,77,33,17,99,84,13,21,8,22,40,29,62,66,10,88,88,27,73,34,82,3,82,82,73,11,32,33]
+ [52,89,2,12,28,6,27,46,13,69,45,93,52,42,82,69,16,47,77,94,12,89,80,28,51,96,9,61,54,8,28,32,99,28,98,5,51,53,97,56,54,13,64,28,64,34,28,36,26,39,27,33,37,37,50,88,100,44,94,59,38,42,80,40,68,63,77,49,17,94,83,87,5,98,8,89,76,53,20,63,76,93,62,7,18,13,54,55,2,20,45,55,49,21,64,75,7,12,72,70,35,45,83,46,89,65,26,36,37,32,7,41,26,94,8,56,27,66,87,77,65,6,64,82,2,14,16,50,38,40,44,20,91,33,93,58,4,81,45,97,10,55,73,66,92,80,96,45,6,49,51,8,37,41,50,22,71,2,42,73,75,8,31,89,59,26,97,26,51,68,75,6,70,6,87,6,62,29,37,18,4,5,24,37,13,51,69,92,91,30,59,89,12,25,23,20,17,89,71,34,87,56,2,40,75,36,13,26,15,87,53,80,38,89,47,83,99,28,29,59,54,12,44,8,30,58,2,66,20,90,29,60,65,98,13,31,50,14,43,38,79,78,2,45,29,81,8,37,91,2,22,44,43,33,12,83,74,48,15,44,62,24,87,45,8,13,14,72,32,98,94,10,95,35,51,11,70,34,38,68,4,61,75,57,55,3,97,65,54,85,15,44,9,5,75,58,61,90,77,94]
+ [33,84,27,94,11,29,51,6,65,12,3,63,14,60,62,19,63,13,64,18,14,88,27,25,12,58,54,20,85,17,79,48,66,76,27,21,90,15,60,56,100,62,13,46,60,74,26,20,70,38,29,5,19,36,92,63,92,89,92,31,24,76,74,46,85,38,10,10,46,67,61,26,89,82,20,24,48,51,69,57,99,44,6,29,23,20,27,100,14,54,41,49,14,59,52,15,93,70,86,44,92,43,38,79,45,19,43,13,17,2,40,15,75,41,59,64,44,35,67,30,17,4,71,73,69,51,38,9,58,50,50,60,19,35,39,14,32,57,74,89,14,93,2,22,45,41,86,14,22,91,26,97,48,32,10,78,6,33,68,30,99,17,35,12,83,42,96,25,40,43,8,26,28,72,95,47,91,64,3,81,86,74,30,24,44,88,38,59,47,58,14,10,84,18,81,37,29,34,44,25,38,4,66,49,26,95,68,83,73,43,72,65,5,15,82,52,18,6,83,20,56,37,84,3,94,80,80,2,15,41,81,2,59,99,33,79,55,2,20,56,75,84,12,50,46,18,92,20,98,95,79,76,64,4,66,34,98,69,29,56,80,30,37,41,53,56,89,96,45,72,4,29,79,22,60,41,15,93,33,45,69,43,24,100,24,95,53,63,98,59,53,53,12,6,87,69,72,55,61,92]
+ [79,39,43,39,34,28,27,88,8,45,78,45,57,78,92,78,42,98,9,1,83,88,54,90,51,2,59,77,36,87,61,37,61,91,100,7,65,18,88,47,42,68,48,66,34,54,56,18,55,16,19,48,52,33,11,11,2,96,96,57,14,68,50,40,51,15,71,2,67,13,70,40,97,3,46,51,52,84,60,60,84,13,71,75,45,66,17,26,82,8,21,17,97,20,82,26,3,41,30,75,42,96,86,50,43,92,8,5,100,1,99,41,17,61,37,30,48,28,66,97,69,38,35,17,85,9,86,97,62,26,91,33,27,22,50,6,68,98,30,17,98,75,54,63,85,75,72,92,3,83,69,42,96,74,35,73,60,56,13,24,71,31,26,97,57,30,49,17,95,25,16,64,3,40,32,16,62,49,19,47,92,1,37,100,35,37,63,90,79,99,32,8,35,44,98,96,17,100,97,86,10,1,5,77,56,87,58,3,52,77,34,12,20,7,70,17,39,10,62,63,48,31,86,84,92,2,57,47,43,14,35,76,64,59,18,96,44,75,79,17,14,82,7,78,86,61,32,96,63,97,84,100,27,83,97,87,45,45,44,62,99,71,26,58,92,86,82,73,5,95,17,25,60,19,15,5,42,19,26,62,47,57,84,22,98,95,34,60,2,78,55,51,4,92,86,5,7,65,69,73]
+ [37,53,27,4,91,95,65,34,38,5,50,95,84,82,82,77,79,21,26,36,69,67,19,51,40,89,18,77,14,88,25,25,57,16,16,78,22,65,67,51,69,73,59,76,39,45,4,36,96,21,46,44,58,34,43,43,9,20,76,45,91,64,5,69,70,68,59,16,31,34,3,71,94,84,7,4,58,91,85,2,98,2,26,98,50,94,51,7,72,6,32,3,96,91,95,44,80,34,78,22,97,40,20,70,60,66,96,25,31,94,68,97,38,31,55,19,66,89,8,55,27,45,81,33,43,29,51,81,7,6,19,90,68,52,21,38,2,93,95,26,45,64,48,74,87,95,5,23,95,63,33,2,86,72,39,46,93,35,14,45,60,47,90,53,14,36,86,80,46,43,85,52,82,22,19,89,22,53,37,51,37,30,89,24,77,22,82,73,25,3,51,64,2,97,1,95,12,42,80,39,89,85,56,79,16,12,66,11,41,11,41,67,95,92,75,49,48,49,82,46,22,56,64,12,78,45,57,58,19,56,99,72,79,28,38,9,56,92,63,92,57,4,47,93,78,48,87,31,5,37,81,16,29,51,26,93,40,13,61,5,68,81,99,32,76,14,87,34,80,65,11,67,17,98,79,15,69,43,82,62,37,66,60,70,31,40,95,64,20,5,70,93,59,73,68,19,7,70,96,8]
+ [19,76,78,20,98,94,77,22,90,18,10,63,87,76,52,77,2,30,47,60,11,70,54,85,72,11,76,37,9,96,70,91,37,59,92,78,35,59,52,26,36,100,55,21,8,84,41,38,78,12,79,64,2,20,13,85,76,22,65,5,66,24,19,6,53,48,27,74,14,54,32,100,6,87,36,96,59,100,13,68,95,86,48,78,1,71,98,8,56,37,29,88,21,3,22,66,60,35,42,32,6,94,19,8,6,78,20,75,89,94,92,73,49,47,69,40,31,41,87,65,38,9,27,78,3,56,3,12,96,98,16,27,70,97,44,54,46,96,99,6,68,62,22,67,32,80,51,31,9,64,63,96,36,53,76,93,12,72,79,19,99,69,32,65,80,72,40,13,5,55,75,64,92,40,43,78,84,4,96,41,86,62,58,12,89,55,94,29,25,64,22,17,16,77,63,34,41,94,99,89,1,22,9,8,49,31,2,1,14,34,25,27,91,33,83,85,26,96,20,29,61,53,95,86,7,28,3,82,17,18,65,56,18,26,76,68,53,63,70,34,47,85,84,13,20,8,35,41,23,55,68,3,66,35,94,50,93,61,98,61,50,80,95,21,41,52,88,16,32,61,86,60,37,2,63,96,32,6,92,16,79,17,78,63,58,66,72,58,98,45,29,100,93,35,59,69,56,92,28,79]
+ [99,70,6,22,5,23,97,97,95,68,72,1,89,67,93,19,89,24,69,61,44,44,87,45,30,87,22,38,46,75,37,27,64,67,88,33,44,71,88,2,34,92,92,52,45,86,25,85,68,97,16,71,28,27,5,22,18,48,44,67,56,59,21,3,36,37,73,82,44,88,1,61,34,40,87,2,15,28,64,35,3,50,51,25,61,51,82,77,9,98,74,81,63,100,21,34,65,37,5,75,95,82,84,77,38,47,34,18,67,13,61,85,7,9,10,23,92,81,58,30,94,69,65,47,99,78,80,80,69,23,46,78,100,28,61,47,6,5,21,73,61,89,62,20,13,30,32,75,80,86,92,10,28,28,74,60,91,5,90,62,7,66,36,89,67,79,50,93,67,54,38,65,89,8,12,40,59,84,25,20,63,72,82,6,81,91,88,10,52,94,36,33,37,22,36,6,20,26,56,51,31,31,6,38,91,81,12,62,87,28,65,58,71,93,87,91,68,29,35,79,86,3,13,27,15,11,29,41,78,78,83,46,95,42,27,62,100,45,47,32,3,88,43,47,37,96,100,76,2,8,19,9,44,37,39,45,82,30,97,15,53,83,25,23,8,89,72,15,80,1,64,98,58,33,49,17,54,47,16,20,24,20,41,6,96,37,46,26,94,80,56,1,31,69,78,71,35,17,90,14]
+ [91,72,25,92,81,59,10,55,21,89,51,82,67,54,47,19,55,20,73,54,37,41,67,57,55,33,29,94,74,13,65,53,36,28,5,69,42,62,51,96,45,77,59,31,85,46,54,49,16,2,20,44,85,39,7,99,94,40,64,82,68,28,73,97,49,33,68,64,71,24,22,89,31,55,100,80,21,77,12,35,42,78,18,75,43,74,21,64,25,76,52,27,84,62,5,77,55,59,89,98,88,86,43,73,20,1,3,1,45,53,43,70,72,87,56,92,38,42,17,17,90,17,55,37,77,52,87,32,71,21,52,2,6,38,18,23,24,17,78,54,20,26,4,94,77,24,21,55,88,11,62,47,69,37,9,96,17,33,58,70,92,75,95,96,43,86,67,13,5,93,35,87,46,99,44,18,29,46,3,67,21,94,9,2,28,44,31,24,18,5,52,66,100,49,33,82,1,49,19,36,52,2,39,66,31,73,77,22,24,26,2,40,75,75,27,21,83,54,97,83,8,71,35,76,67,27,16,91,57,26,32,54,99,80,73,74,38,80,42,88,22,93,7,41,42,34,66,100,44,81,46,79,16,80,53,96,88,59,88,48,19,89,74,100,43,38,48,27,57,55,95,5,30,22,78,77,6,23,22,56,66,85,58,11,1,32,22,30,91,48,60,86,98,57,25,10,9,53,9,70]
+ [62,90,74,7,13,19,94,66,7,42,34,23,81,20,54,22,83,8,35,6,90,40,91,79,46,87,42,5,3,89,93,89,84,40,2,88,45,46,14,37,7,66,85,51,51,46,72,90,32,46,23,5,14,97,87,33,2,46,52,4,20,8,86,3,68,99,65,43,78,41,91,18,91,73,38,33,82,40,66,24,56,46,12,32,73,82,3,80,9,10,96,95,45,3,24,68,58,25,18,94,68,87,7,62,59,19,67,35,70,71,78,97,37,24,46,98,4,17,67,42,43,28,7,24,90,18,98,62,50,56,81,38,8,68,61,51,50,18,32,56,14,76,33,92,75,89,6,55,55,54,99,98,6,28,48,46,46,98,7,88,85,49,53,75,19,73,79,41,69,69,45,91,41,96,11,77,79,78,93,29,46,26,63,11,31,81,64,2,61,21,9,50,7,25,14,69,48,96,70,87,40,85,74,21,18,17,44,90,67,5,8,15,71,2,8,69,62,4,9,52,26,61,19,52,56,38,56,81,28,75,10,7,58,72,53,7,72,69,77,68,6,73,92,68,73,29,40,79,33,31,87,26,3,35,8,69,32,39,87,33,47,30,75,26,76,8,18,18,83,29,64,70,69,97,69,53,61,76,87,80,21,10,61,48,49,78,53,39,93,74,81,56,64,42,89,59,79,74,47,51]
+ [3,87,37,54,32,97,45,92,10,59,97,5,17,79,77,65,85,2,79,28,23,76,86,54,49,26,39,80,5,83,40,93,39,5,86,42,75,92,13,75,84,79,18,64,48,63,64,52,58,87,57,21,29,87,85,63,70,55,90,16,52,60,86,72,62,54,33,43,41,68,7,61,57,35,25,76,28,52,37,28,60,54,99,75,20,72,17,21,94,63,72,39,16,24,84,53,85,34,9,62,95,52,71,44,54,47,24,19,65,95,85,37,24,63,98,10,4,73,43,30,41,12,73,83,35,20,43,21,57,70,25,66,24,51,78,20,86,58,94,34,83,83,61,48,87,4,69,56,70,46,85,43,54,35,94,52,58,48,36,9,37,1,46,43,57,7,50,98,9,47,20,45,12,40,50,20,29,12,42,31,91,38,96,22,16,35,14,57,11,49,40,8,79,37,61,5,24,9,40,30,71,17,57,31,91,10,51,83,71,64,52,95,10,55,8,37,89,72,24,41,100,84,19,35,97,10,54,98,23,23,15,84,95,100,81,16,31,49,24,85,67,9,72,13,46,64,17,35,97,99,57,43,5,69,7,71,41,96,70,46,30,82,97,21,35,32,83,11,100,7,60,53,31,82,56,6,82,82,40,37,30,86,97,35,9,6,18,59,55,29,88,5,29,87,6,30,81,41,38,72]
+ [70,30,13,24,77,47,20,12,80,6,8,23,95,93,86,9,23,70,69,79,43,87,79,53,73,78,58,67,29,15,21,13,71,35,55,91,90,17,30,26,70,31,34,29,86,37,1,34,47,91,25,73,13,68,82,90,61,13,74,36,1,83,100,32,24,16,94,9,97,17,31,57,66,4,17,41,1,100,34,58,19,87,53,56,47,37,55,70,60,6,34,92,33,61,76,99,73,18,11,27,92,20,86,66,61,66,20,6,78,32,43,91,6,3,11,70,29,71,52,47,38,88,45,83,12,28,98,43,91,49,68,81,41,14,49,17,52,33,83,21,79,4,5,23,83,93,27,31,1,65,72,51,33,20,62,100,80,59,23,13,1,48,26,97,47,59,50,3,34,64,13,58,94,42,38,27,54,6,27,11,92,42,31,76,41,27,8,81,87,87,58,40,54,100,39,74,3,64,25,100,24,66,6,63,89,23,28,95,59,21,53,16,63,22,9,7,45,93,60,22,13,30,38,59,30,10,61,69,94,56,37,83,69,93,47,80,74,47,23,63,19,89,22,6,22,93,20,45,49,64,28,32,30,35,94,45,95,8,18,57,91,76,59,73,69,70,42,63,27,66,34,68,82,10,80,1,68,47,59,85,68,20,99,1,53,93,54,4,81,35,7,3,96,56,46,53,88,20,29,5]
+ [17,4,99,86,88,32,95,33,92,15,68,82,12,59,82,18,9,80,32,78,24,44,49,1,78,28,59,6,83,20,19,56,1,15,58,15,47,78,48,84,12,58,80,72,27,39,6,91,7,52,50,9,19,82,76,30,55,16,88,23,16,44,19,63,13,46,91,31,35,88,62,71,73,75,82,87,41,40,25,22,25,73,53,6,40,99,67,74,79,61,25,41,91,48,82,90,22,32,66,86,97,12,25,17,64,56,57,17,52,83,84,87,93,7,54,85,75,31,19,61,54,23,32,44,66,44,42,68,98,97,44,92,76,91,56,65,12,45,49,71,29,63,77,65,99,27,67,4,19,3,73,63,62,18,64,92,98,7,68,22,26,91,6,31,40,100,66,84,97,64,98,84,58,51,72,78,87,97,78,71,92,19,64,17,25,36,82,21,55,70,15,27,42,21,31,62,44,87,53,14,29,40,1,22,92,98,34,73,84,71,4,51,14,64,38,11,70,91,25,62,65,64,91,41,17,34,89,49,86,65,1,2,56,86,49,32,56,11,10,23,7,61,79,41,98,90,83,84,38,52,72,41,37,38,8,72,53,87,96,89,96,99,12,81,37,98,86,93,43,39,9,67,9,24,39,47,100,28,34,93,83,4,60,88,7,20,68,14,38,58,84,60,18,47,39,40,37,94,40,13]
+ [79,20,48,59,5,24,36,30,99,70,86,97,24,96,94,34,68,68,21,22,9,66,19,66,35,4,53,33,93,76,80,18,76,45,93,78,35,99,37,53,24,78,85,6,90,13,11,15,19,52,61,57,69,16,51,6,76,90,9,78,1,36,48,99,43,79,65,26,1,15,65,93,7,72,32,45,10,39,43,57,94,36,94,67,19,52,4,39,68,46,52,2,71,73,13,47,95,1,43,92,51,25,22,61,95,40,49,87,99,41,22,85,23,82,46,36,41,51,93,74,76,72,16,73,9,70,96,37,21,3,26,18,31,4,50,82,80,23,74,1,89,41,94,98,61,57,38,76,99,5,93,48,81,70,65,74,61,74,25,14,48,2,97,10,85,100,76,85,89,29,15,61,62,24,73,67,48,68,8,84,86,56,28,42,50,42,27,67,83,31,63,20,56,19,50,66,23,61,98,52,95,16,24,81,14,15,100,11,51,89,92,34,89,19,9,79,43,77,72,1,87,30,50,24,2,66,10,43,40,67,54,79,86,10,39,5,34,99,45,91,24,24,59,49,5,52,96,56,12,99,80,8,91,7,34,94,88,97,18,40,99,50,28,91,49,87,44,23,10,19,15,75,50,61,3,98,75,20,15,61,34,10,54,39,62,48,14,70,36,73,17,25,63,15,39,77,27,90,95,46]
+ [48,1,3,28,10,62,84,72,63,100,85,26,45,84,22,98,58,57,64,82,11,91,93,74,1,42,74,74,77,18,64,97,21,72,44,74,28,36,35,87,56,84,10,67,97,64,86,8,57,20,72,67,54,24,22,55,30,3,2,65,1,35,51,75,23,95,11,80,42,60,9,73,10,26,81,52,20,3,63,75,100,40,69,35,53,21,72,22,42,49,22,41,95,65,17,29,71,98,17,10,56,82,100,83,19,80,39,59,15,16,64,85,1,66,60,24,34,29,9,62,60,13,6,67,51,4,76,98,92,28,63,4,10,58,95,84,25,85,48,69,36,71,69,5,88,83,48,12,84,66,62,38,83,90,68,7,81,10,13,67,64,89,86,29,42,86,13,75,52,44,33,41,17,89,47,10,2,11,73,23,95,19,85,98,58,25,25,67,8,20,67,97,53,12,52,52,57,71,60,89,87,42,26,24,83,86,64,14,31,57,23,78,46,93,83,74,36,82,97,87,63,39,26,55,92,2,53,85,92,80,78,12,74,68,75,51,2,29,34,30,99,78,75,43,91,83,36,49,70,19,87,50,54,56,2,29,56,24,50,49,99,36,17,97,67,73,62,72,32,24,68,33,88,95,7,31,5,3,87,13,85,48,98,52,44,41,10,42,85,67,14,19,1,97,89,90,91,25,89,68]
+ [95,21,58,56,28,17,28,93,25,29,21,83,83,98,46,71,100,53,23,44,100,37,21,81,83,78,51,43,54,7,63,2,55,58,59,77,3,23,96,58,42,7,15,20,41,60,93,10,49,41,41,13,70,36,36,69,58,53,68,59,82,11,55,52,24,15,11,54,31,46,43,78,100,70,80,7,29,42,81,41,3,57,32,26,66,73,59,19,56,4,7,4,94,74,65,84,61,8,54,42,65,20,89,6,47,25,68,21,20,99,94,10,96,49,83,46,69,48,56,2,92,51,15,62,4,12,47,1,19,93,89,58,67,27,66,88,81,40,77,65,29,81,11,53,91,85,26,67,70,83,50,67,65,22,14,51,63,93,47,41,63,11,23,32,95,7,28,86,58,10,12,4,39,47,92,72,92,38,78,92,15,17,3,73,26,13,95,90,26,5,1,40,47,44,67,5,70,67,77,13,93,24,58,49,56,1,48,18,30,16,48,56,46,49,54,26,84,81,25,18,63,75,47,51,67,14,20,9,57,54,67,2,16,99,98,52,48,97,58,40,55,46,65,84,91,52,49,5,72,33,45,69,86,72,98,30,59,81,95,98,17,33,28,81,34,28,43,44,22,63,60,35,2,4,67,100,45,18,23,95,62,43,90,100,37,61,21,68,89,100,44,65,89,16,66,97,40,85,17,90]
+ [77,93,84,65,61,4,17,64,99,96,81,2,36,63,99,69,73,48,86,4,71,69,18,98,28,6,90,24,25,57,38,88,95,58,73,81,19,22,78,67,67,49,30,89,99,73,46,75,21,71,17,72,94,32,25,29,73,93,5,35,43,17,72,71,14,91,35,7,15,90,11,44,52,97,2,77,59,12,54,38,35,87,15,33,65,84,27,29,86,54,38,63,75,34,71,68,34,84,88,32,54,21,37,57,16,97,36,83,44,57,41,50,10,94,80,42,63,22,33,84,10,17,30,3,53,25,83,70,7,54,35,66,47,3,17,85,89,94,52,12,81,81,44,61,10,61,4,2,17,100,31,22,91,25,57,26,73,34,57,35,56,41,29,2,2,23,7,92,79,14,76,87,21,50,74,36,51,90,73,52,81,32,15,23,37,60,20,31,75,68,8,19,87,57,75,39,37,67,15,2,21,35,62,40,24,15,51,47,88,78,27,33,50,96,52,75,28,73,67,89,10,46,84,41,22,67,13,13,61,39,43,40,29,83,67,36,79,35,69,41,68,24,37,100,56,90,49,21,63,69,78,50,71,11,94,60,24,31,46,93,57,61,35,98,91,22,21,56,5,88,38,35,87,25,33,11,14,88,50,41,68,5,84,33,19,58,31,7,53,76,46,83,44,1,93,55,57,65,47,15]
+ [66,26,63,93,5,22,61,52,53,42,37,36,27,31,52,68,64,20,58,18,1,23,99,79,43,68,23,20,76,73,81,45,76,7,99,30,68,38,80,51,86,92,67,40,88,54,97,40,47,72,98,17,67,46,42,48,13,37,26,44,25,83,37,1,26,78,31,91,93,57,89,18,68,17,7,35,83,50,72,69,72,92,78,11,12,88,26,54,97,53,34,38,91,17,78,43,85,38,48,64,59,100,3,81,98,1,4,98,23,79,74,3,45,40,77,28,46,11,74,2,38,53,87,67,42,24,26,36,31,37,28,70,51,49,45,47,9,28,54,44,14,65,26,42,60,98,28,72,96,99,69,38,2,67,48,54,44,7,81,22,61,70,22,79,21,56,2,55,92,100,14,8,38,81,90,69,88,24,33,14,19,93,37,63,77,49,73,53,77,70,82,19,24,2,55,5,100,5,84,57,19,89,97,19,65,82,43,29,24,63,22,6,81,87,54,99,72,74,7,33,94,64,67,91,30,87,14,34,24,61,57,88,96,98,26,17,24,59,87,99,21,83,23,31,82,49,51,71,92,65,41,39,78,49,89,32,94,20,61,26,12,70,72,75,13,66,63,54,4,34,20,8,96,61,91,69,62,5,48,49,23,100,89,57,45,44,19,36,47,79,30,45,58,47,70,18,27,83,95,44]
+ [22,77,49,59,22,89,31,8,34,48,77,96,79,37,33,48,36,15,10,78,81,6,54,72,78,12,85,19,42,45,100,99,10,66,58,90,77,42,87,67,6,13,43,80,69,17,89,8,65,28,51,74,65,73,69,41,65,20,23,89,19,13,68,9,75,65,12,36,99,58,30,63,37,72,66,89,25,95,31,76,55,54,72,59,95,87,50,59,4,31,37,91,86,27,7,12,80,47,31,44,88,80,3,88,73,97,66,17,45,40,44,76,25,38,54,38,16,84,30,48,95,79,76,67,77,16,90,2,95,39,89,73,9,15,71,41,14,43,28,45,98,72,35,13,66,11,76,65,69,62,42,75,31,85,35,2,68,55,100,36,67,4,82,55,55,49,27,55,72,2,10,97,51,58,70,89,70,80,74,84,26,99,47,99,90,59,74,71,52,30,17,70,65,51,29,38,1,81,99,86,54,72,28,94,51,48,68,86,49,46,37,100,33,7,92,7,80,53,49,22,96,52,92,98,41,82,37,95,16,18,18,1,33,98,91,75,28,81,27,66,5,10,10,22,53,82,42,71,93,3,93,39,48,61,71,25,62,60,97,9,80,83,86,24,53,35,7,24,58,13,3,30,91,8,41,23,13,83,51,86,20,16,23,50,25,99,6,33,71,29,50,27,46,82,3,77,12,70,37,55]
+ [48,25,15,3,18,26,33,77,47,5,7,40,75,54,98,9,45,63,9,88,3,34,77,90,8,93,97,84,82,76,29,15,74,57,16,79,63,46,36,19,55,85,7,57,68,61,95,18,49,28,5,37,40,9,67,31,21,6,6,74,14,27,90,39,43,10,83,80,17,82,43,72,40,2,14,70,99,79,38,34,57,51,19,48,21,65,3,51,18,88,76,36,71,32,47,16,16,84,69,88,28,33,39,98,78,7,46,77,3,17,52,9,19,44,60,38,81,34,26,58,91,1,97,83,47,43,41,16,46,85,77,88,99,33,38,31,55,50,42,19,100,7,59,15,5,32,47,48,61,24,17,90,58,38,62,61,23,80,8,28,77,56,6,75,68,22,77,12,44,36,56,40,14,9,7,8,80,71,27,100,32,25,65,1,93,22,67,70,98,21,93,57,64,87,3,86,44,1,11,18,45,76,39,75,89,6,42,66,23,64,38,2,2,30,43,25,57,17,24,34,58,19,63,27,54,52,91,87,36,24,45,100,64,72,40,18,72,44,2,76,35,24,60,44,28,99,72,4,76,97,29,77,30,80,37,52,78,14,16,86,27,63,79,94,57,88,98,15,93,70,68,94,83,41,14,30,11,48,99,4,25,40,27,49,68,68,21,5,13,64,53,1,41,13,92,61,14,66,60,39]
+ [21,12,31,48,40,1,48,3,8,78,53,83,63,70,44,56,16,70,66,62,58,28,40,56,64,72,30,93,13,25,70,91,6,48,10,17,53,1,70,18,10,16,23,49,66,25,15,50,15,91,17,37,69,6,70,36,49,55,37,47,95,95,9,81,100,26,96,56,16,13,70,94,50,21,16,79,24,79,72,15,83,7,4,98,16,82,8,55,77,94,95,41,30,46,91,37,72,77,44,95,69,59,92,13,74,85,29,17,22,81,31,6,37,49,6,73,97,59,71,100,11,61,100,87,98,50,6,93,89,71,85,79,92,21,86,16,36,93,1,37,91,56,45,2,91,42,68,29,73,74,27,83,88,80,49,80,53,30,38,5,99,64,92,93,41,66,12,28,60,97,87,90,44,17,48,97,93,76,87,55,65,33,63,60,21,67,66,26,11,54,11,45,77,94,68,15,66,11,39,83,32,40,11,6,82,47,69,7,37,42,49,7,60,25,68,68,32,52,34,29,17,7,17,24,82,70,82,66,79,95,74,84,51,84,31,89,83,82,37,26,22,80,45,61,94,58,87,31,93,36,72,4,39,8,73,97,59,4,30,80,99,93,98,63,5,6,90,63,60,67,52,87,77,10,22,26,34,78,87,72,2,24,10,68,35,14,62,86,68,36,44,71,49,44,34,70,27,86,84,13]
+ [9,23,53,70,35,68,26,70,41,99,97,2,66,92,17,43,56,58,97,97,54,8,23,30,30,16,14,63,53,66,7,70,14,71,49,24,79,21,77,100,30,28,61,18,16,39,25,43,11,79,73,52,35,26,19,4,47,78,83,33,68,3,17,4,55,77,47,35,27,96,31,57,10,96,61,72,33,67,100,73,79,87,41,6,50,70,37,15,14,20,2,24,66,87,79,48,64,52,42,100,99,83,80,67,29,76,56,51,7,40,17,4,77,20,70,90,2,96,99,60,5,78,91,89,76,64,28,36,87,76,6,54,17,49,36,7,85,26,91,27,98,85,79,75,69,33,31,38,77,87,10,46,90,3,58,46,17,12,12,76,93,70,38,1,84,31,53,21,56,2,19,18,41,59,37,57,51,81,72,33,58,90,96,15,17,34,83,62,19,28,48,27,93,92,15,98,9,38,37,60,87,100,97,25,50,65,59,51,54,35,10,40,100,2,48,96,71,21,86,41,67,71,68,22,2,96,98,45,96,33,87,65,100,72,92,72,59,34,98,50,33,87,11,63,21,55,27,46,91,48,37,44,11,7,71,83,7,93,45,21,85,25,25,76,62,69,64,23,72,50,6,23,79,96,3,82,38,34,82,25,57,6,64,5,3,17,61,94,89,89,81,35,63,35,69,91,66,61,57,7]
+ [44,50,49,80,9,19,57,20,23,95,30,58,31,67,1,85,3,9,6,57,46,29,67,22,16,79,78,32,86,72,60,16,70,60,76,49,82,81,13,85,10,33,43,27,78,12,26,20,99,85,68,13,62,98,28,41,58,22,47,85,38,9,95,12,11,6,75,29,91,30,75,41,14,31,3,51,34,47,46,5,11,17,62,40,86,48,87,37,100,47,81,32,5,96,58,7,24,70,86,70,90,33,42,62,5,66,64,3,57,89,72,78,1,78,80,19,61,79,53,96,98,3,8,57,82,98,87,53,28,8,17,17,82,63,14,12,96,100,73,4,22,32,37,33,63,82,50,77,50,33,13,57,31,57,76,54,85,65,95,2,73,18,93,82,50,15,33,97,79,21,8,61,2,79,4,33,35,77,62,95,20,53,79,30,71,30,89,97,67,52,21,79,53,81,25,86,57,18,4,58,82,75,76,85,94,64,26,64,73,48,16,2,26,58,41,64,79,42,30,19,7,62,48,26,13,32,8,28,73,80,40,33,71,43,18,40,23,33,84,73,50,75,52,21,46,74,78,21,86,33,12,52,8,69,38,54,5,17,32,13,82,25,95,52,75,10,82,88,3,17,82,55,34,99,93,8,16,81,67,2,11,96,30,77,65,61,37,70,32,81,33,22,12,63,21,5,52,84,98,56]
+ [68,62,21,23,71,41,74,47,24,29,54,75,54,86,36,32,41,67,96,13,52,35,50,36,47,52,9,46,78,5,27,96,59,56,31,30,50,33,82,31,99,53,26,63,29,43,6,31,10,96,57,60,60,58,22,93,60,98,59,75,90,94,10,77,90,6,79,69,87,1,82,99,52,66,40,26,80,90,46,41,18,66,64,44,32,78,95,15,28,37,27,36,28,7,83,63,58,20,34,23,76,58,59,66,26,55,56,6,29,43,77,74,2,49,30,46,52,84,67,54,74,64,6,13,52,21,5,22,41,31,14,6,64,50,32,2,90,41,25,68,1,93,62,31,29,92,35,92,93,24,38,16,79,42,88,40,49,26,42,28,34,30,81,38,95,15,2,7,39,59,84,97,95,13,18,61,97,68,80,27,90,33,10,100,29,52,51,93,17,48,72,85,80,47,30,18,78,89,65,34,47,91,4,3,27,24,66,80,50,99,67,94,58,34,77,18,37,33,30,13,39,80,37,49,35,27,14,36,18,28,51,9,16,18,42,73,11,86,61,97,58,3,42,91,12,90,78,27,88,56,16,8,27,45,20,79,21,61,68,74,77,82,36,1,85,35,52,28,23,58,66,100,11,24,54,32,21,14,35,44,65,87,38,78,73,65,75,68,29,22,74,50,100,74,82,81,36,74,100,35]
+ [98,78,11,56,83,75,89,84,70,29,48,76,2,92,73,25,53,58,73,18,94,41,16,54,65,42,47,41,50,98,28,27,9,5,79,64,97,68,11,15,59,4,86,23,11,21,33,87,42,50,5,93,30,91,78,20,98,82,19,96,74,98,34,63,81,92,95,25,70,62,82,8,5,17,28,7,39,43,90,54,91,10,3,8,36,17,39,99,15,45,23,48,28,61,96,8,86,20,36,64,64,92,91,90,79,4,3,68,98,51,73,7,4,95,10,8,53,72,7,58,35,54,57,32,21,48,11,55,75,48,33,68,1,17,55,33,54,41,74,90,28,25,100,44,82,34,79,72,6,98,44,87,4,60,96,25,23,34,80,54,87,46,16,85,94,49,32,64,81,5,32,88,32,66,89,25,69,100,15,14,87,8,37,34,4,17,23,37,26,61,5,96,100,29,32,22,45,6,12,46,79,65,23,30,39,81,96,5,58,35,45,3,27,23,62,34,71,11,31,61,70,56,36,99,54,75,9,17,56,36,15,70,52,61,91,19,44,42,40,86,8,67,33,86,4,2,84,87,90,92,53,14,64,60,30,46,19,56,6,10,100,74,62,19,20,7,55,8,78,99,48,57,12,67,22,32,48,30,59,16,7,66,63,31,59,19,54,31,38,36,93,79,12,68,62,43,81,81,94,81]
+ [49,66,92,53,83,3,26,63,81,99,72,69,16,92,99,44,29,92,7,56,5,94,24,87,45,34,67,1,77,44,79,57,15,55,47,1,91,40,36,28,41,50,70,20,62,40,67,25,94,18,84,26,27,9,45,79,34,85,46,25,4,43,100,65,34,93,31,88,8,33,94,53,58,99,38,100,18,46,58,13,55,94,52,11,23,73,82,5,30,84,24,40,13,41,47,49,34,80,78,14,17,58,68,26,7,31,62,23,82,37,50,98,74,24,84,94,96,64,76,88,49,76,38,4,66,36,86,34,71,29,90,65,26,49,94,74,11,84,47,58,43,48,27,89,58,72,88,92,51,44,94,8,81,44,67,21,81,3,86,24,4,54,12,75,35,68,31,67,24,85,12,86,71,7,70,47,98,85,100,62,85,24,86,48,16,35,69,60,20,28,46,64,54,34,5,3,22,78,73,13,60,86,44,96,72,25,83,100,4,21,80,71,16,49,17,45,36,23,97,43,82,59,65,31,83,26,24,7,77,49,74,81,10,55,26,83,73,33,77,13,98,49,61,73,96,51,50,3,17,35,22,54,36,56,18,95,58,55,1,25,52,75,38,14,93,62,25,73,67,40,91,55,3,56,4,24,54,25,97,17,2,10,34,6,45,59,76,99,38,52,39,54,63,15,10,77,10,16,64,51]
+ [87,37,81,8,91,16,9,20,24,64,24,51,82,31,50,32,48,43,28,18,33,76,97,43,4,46,44,86,19,7,35,21,46,12,31,81,27,76,31,71,6,30,34,39,44,84,98,34,27,8,49,33,1,70,100,74,18,49,65,74,16,92,9,64,1,21,45,65,65,5,48,94,8,74,82,26,35,89,14,55,21,42,69,82,10,9,33,67,76,91,7,42,47,88,88,31,81,64,53,87,53,51,40,44,26,94,86,38,88,60,9,15,45,21,87,32,37,86,63,64,17,58,54,43,8,6,46,32,49,23,2,16,81,65,18,65,3,48,69,100,64,37,52,59,40,95,94,25,40,87,37,42,87,72,45,56,90,100,18,65,19,98,60,55,35,34,58,77,23,94,85,67,58,49,20,75,31,96,28,40,50,97,17,4,54,59,89,86,12,49,74,30,4,6,100,94,5,87,96,84,86,97,89,16,20,45,69,30,27,34,46,36,57,4,95,2,8,9,42,55,90,53,47,95,33,88,10,50,92,97,21,20,21,54,83,47,37,53,67,67,12,24,30,10,2,31,28,32,41,82,99,29,98,75,40,43,83,65,68,59,65,62,26,12,79,91,10,42,37,22,51,18,87,91,3,33,65,66,66,61,20,3,39,25,72,79,88,66,92,7,50,63,29,92,64,83,54,75,23,36]
+ [47,76,48,92,10,15,85,3,66,19,4,38,25,6,90,53,94,25,1,45,82,61,6,49,32,53,61,72,2,98,100,48,77,51,11,63,71,43,54,74,51,75,11,19,96,73,47,49,24,63,61,80,62,74,66,76,83,39,31,98,74,80,37,20,60,62,29,43,77,52,53,7,1,83,97,88,33,12,12,34,21,73,4,99,42,88,9,59,23,92,46,31,49,41,84,15,8,34,50,53,69,76,96,91,20,31,51,94,9,34,85,67,97,8,46,15,28,26,68,45,88,40,16,14,90,93,63,30,34,68,71,74,45,73,24,85,50,58,16,71,42,69,70,23,66,93,2,78,30,50,2,39,36,6,15,96,89,97,25,62,90,76,51,5,26,77,59,43,59,62,44,88,66,84,48,65,32,13,51,55,43,13,93,22,68,12,24,7,38,43,94,87,68,45,83,93,10,71,7,42,64,34,73,71,75,37,48,42,65,61,86,19,51,77,16,24,3,67,18,49,92,100,39,1,9,80,94,72,86,53,57,4,22,86,98,65,62,30,95,81,17,83,13,59,99,28,36,88,59,50,62,28,61,82,48,65,90,60,3,80,30,24,36,23,56,21,55,61,22,4,58,7,26,73,43,99,85,59,73,84,74,66,68,99,82,86,20,18,12,82,100,75,57,68,56,70,47,83,1,64]
+ [65,29,64,47,62,67,18,45,26,48,2,21,49,14,47,61,30,44,62,88,63,29,97,34,61,52,12,29,70,48,12,30,81,39,22,77,62,91,43,31,44,4,9,2,20,12,22,56,10,54,5,76,87,1,91,56,5,15,80,89,88,7,73,34,23,58,9,44,1,9,47,3,18,9,91,84,49,43,47,20,80,16,17,41,22,89,94,38,6,91,62,70,87,77,84,24,34,76,70,29,60,15,49,93,63,25,14,74,63,56,78,39,59,54,51,47,55,12,87,64,67,3,31,21,79,13,56,91,97,11,70,92,22,38,54,35,76,4,2,37,86,87,47,61,71,40,78,21,31,83,34,58,100,1,25,30,42,46,38,26,35,22,70,55,72,80,53,74,5,52,100,35,36,40,99,3,67,2,51,67,93,54,20,58,99,75,38,21,22,16,14,4,19,14,56,62,19,74,57,13,86,7,59,79,18,75,29,25,82,40,69,95,68,79,51,54,8,96,63,61,80,39,42,44,37,86,80,85,28,76,31,53,2,64,95,15,63,72,69,91,80,18,61,10,82,57,74,39,35,49,31,46,100,67,66,3,70,74,64,7,70,64,64,72,13,18,71,13,83,95,93,1,22,71,68,1,32,3,70,31,59,91,100,8,31,78,58,40,30,40,20,38,79,93,34,98,10,50,58,9]
+ [62,26,63,12,28,86,59,2,75,89,53,8,87,88,42,91,10,62,45,16,96,49,19,27,38,37,18,19,29,36,11,31,63,11,91,20,67,96,28,56,80,13,46,7,100,90,81,53,3,40,60,72,19,98,82,93,59,94,93,89,100,96,27,86,77,66,50,45,28,48,34,43,97,42,70,45,55,86,27,41,31,71,79,27,31,36,33,56,1,88,75,71,56,62,20,32,80,98,90,68,29,88,22,8,87,83,7,1,72,84,59,84,15,2,81,69,11,25,51,89,79,14,57,72,66,95,79,10,38,93,17,70,6,14,85,66,66,26,67,17,74,86,13,60,6,96,96,60,62,100,1,68,7,93,91,19,42,13,37,59,15,5,62,29,38,53,12,96,24,18,39,60,19,81,8,90,39,9,78,29,42,69,60,46,40,74,52,30,60,78,29,93,35,23,22,17,51,100,64,15,38,3,49,8,79,27,78,94,58,47,58,90,8,11,14,19,45,34,56,16,59,78,57,64,47,38,94,49,61,83,49,45,73,97,89,96,14,63,55,83,81,65,31,37,16,16,64,19,72,32,65,85,54,81,45,76,31,83,68,43,93,93,26,52,79,33,60,77,95,2,44,9,26,52,17,74,27,18,95,3,55,63,33,84,25,84,7,97,26,77,29,26,40,33,92,84,60,35,90,58]
+ [15,59,49,46,79,54,58,15,78,75,48,66,5,57,53,25,25,26,92,21,88,38,3,43,1,39,17,82,62,60,64,39,57,55,2,43,26,85,94,16,52,42,67,42,50,85,34,62,55,100,55,21,66,9,26,29,54,18,52,86,13,76,20,28,44,57,38,96,24,79,63,92,12,84,46,48,52,16,82,50,66,32,97,50,24,40,47,70,11,55,83,14,90,6,68,69,50,98,65,93,38,23,91,47,44,94,42,95,74,65,17,57,29,55,37,48,62,92,52,35,8,41,66,39,45,5,75,34,92,27,90,85,15,35,2,3,54,42,99,55,30,5,83,50,22,50,46,85,95,99,39,93,77,69,100,36,41,4,61,36,77,47,37,24,22,25,18,36,78,25,34,93,77,64,6,41,96,87,16,9,32,41,91,98,49,47,88,33,64,88,77,100,45,76,21,23,30,98,79,10,44,65,32,51,97,89,38,5,50,25,96,35,3,85,17,71,46,84,33,22,39,45,81,59,50,95,13,96,52,40,53,24,48,89,2,3,16,95,44,57,92,17,57,37,91,38,85,37,100,93,16,83,11,40,100,11,45,28,62,14,28,46,66,49,89,70,52,52,18,76,89,8,4,77,23,87,20,55,17,62,61,63,22,62,50,65,2,89,8,99,7,29,75,35,22,84,3,43,11,11]
+ [89,9,58,63,92,46,37,85,38,73,93,53,31,52,35,67,11,13,27,6,64,29,44,35,71,100,44,1,66,82,78,17,58,13,75,17,47,19,88,43,53,97,97,47,88,46,87,14,9,34,55,10,56,1,94,82,8,51,5,7,99,61,21,34,79,4,62,86,82,78,73,64,77,3,84,70,40,41,83,95,65,9,23,3,8,73,9,29,79,92,77,93,35,65,93,82,94,5,91,31,86,82,27,65,16,6,88,85,64,88,64,89,59,98,69,80,36,62,89,59,40,86,70,7,89,87,6,60,42,54,78,19,55,65,77,6,63,38,47,1,74,67,57,1,54,23,43,34,51,60,44,23,97,60,100,12,89,80,20,99,56,63,71,87,33,85,72,54,44,87,71,88,77,19,61,49,28,18,33,77,16,37,47,48,74,97,30,61,21,94,89,1,100,76,80,28,37,86,36,55,67,55,29,37,61,6,24,62,75,7,60,23,86,70,48,77,2,65,47,61,21,65,24,14,94,77,100,87,90,14,94,50,19,73,76,30,64,36,44,43,22,58,91,90,8,61,81,73,90,35,19,63,82,89,11,87,77,4,73,88,35,38,20,82,70,34,98,63,79,5,72,37,2,60,17,71,5,73,15,51,21,34,84,26,19,48,42,66,65,7,49,50,60,34,66,62,26,81,7,70]
+ [39,15,41,59,50,81,55,16,11,68,15,79,28,93,8,14,44,26,15,71,45,7,84,52,7,63,7,21,83,18,35,2,42,3,81,36,64,42,8,81,3,53,43,4,89,26,90,72,90,71,31,8,54,10,33,83,84,24,62,17,37,79,95,9,46,49,79,3,69,78,51,98,75,30,60,43,8,98,29,26,55,51,65,69,7,16,87,34,64,95,43,35,90,5,39,76,14,89,16,13,61,15,80,2,9,63,77,10,16,31,41,68,97,52,45,59,8,82,97,83,97,41,70,36,15,93,71,64,29,13,44,5,53,24,79,82,94,28,7,1,56,4,35,62,41,75,85,19,99,84,50,20,91,30,19,4,16,53,72,99,50,71,50,83,94,7,60,93,38,6,64,9,89,80,37,34,40,68,41,73,5,31,27,63,20,98,37,38,44,27,68,75,43,51,56,50,95,49,9,90,26,39,57,10,77,31,82,90,45,66,20,69,13,74,10,12,97,28,80,42,18,22,19,95,57,79,8,62,26,3,12,20,73,37,42,71,99,95,42,9,40,60,4,43,44,73,82,1,68,81,34,66,88,10,45,32,70,88,89,29,24,45,93,36,29,53,64,31,36,21,33,71,75,71,32,84,58,60,66,84,83,33,50,34,9,33,76,33,83,96,40,37,66,59,15,76,67,95,53,98]
+ [89,54,53,54,67,64,98,19,59,54,57,16,82,78,54,36,67,76,39,29,79,72,94,22,54,93,10,54,33,18,15,33,71,11,95,69,97,56,7,88,30,70,2,73,49,22,90,100,98,56,65,100,33,1,15,59,74,44,64,23,75,51,77,39,28,84,98,68,81,70,44,60,61,93,66,67,95,47,23,19,69,61,40,40,95,34,62,4,54,15,30,50,31,2,24,33,34,45,70,83,34,81,1,20,20,36,40,92,8,76,79,83,56,22,69,83,7,49,44,56,2,1,1,59,5,95,94,38,13,79,50,40,4,7,22,7,3,58,50,78,17,95,48,38,76,26,91,23,6,79,9,69,46,49,6,90,93,90,59,46,46,5,41,6,4,92,1,22,38,82,2,66,40,81,18,67,17,59,98,94,61,71,22,80,48,41,68,18,100,33,71,4,90,44,77,15,12,42,98,81,67,58,19,90,40,89,81,96,24,5,13,51,86,98,79,92,26,57,88,2,10,93,90,72,91,62,74,14,74,40,14,49,71,34,20,93,63,45,60,14,88,55,72,4,98,3,3,71,42,56,86,83,43,20,74,6,8,62,5,99,60,20,76,7,86,68,2,34,83,94,15,28,80,85,58,60,47,5,82,2,9,45,67,10,63,96,61,5,26,59,56,70,44,27,85,7,56,50,47,37]
+ [32,55,66,26,97,43,42,12,85,30,92,52,55,58,56,29,83,11,3,94,90,90,18,73,23,20,76,62,78,69,39,32,42,32,99,78,51,100,82,34,17,3,52,94,5,23,41,88,11,23,93,64,17,18,48,62,58,75,34,14,84,81,11,36,61,39,84,39,63,15,21,33,85,69,70,43,31,46,94,1,93,45,53,46,36,71,73,46,66,30,33,48,14,27,90,23,86,67,81,99,12,58,46,1,37,72,26,51,10,77,2,42,8,25,5,50,2,68,65,62,28,21,21,82,29,55,85,40,73,72,56,31,83,56,49,19,25,65,36,7,50,96,75,94,48,44,3,33,44,84,47,24,42,65,28,94,10,85,67,10,60,13,79,83,66,88,42,67,92,80,57,5,32,75,58,19,50,3,61,31,79,3,86,8,100,36,34,34,1,84,86,76,69,95,45,69,58,9,82,91,85,21,79,14,10,72,22,86,27,43,25,21,63,7,6,6,9,89,39,73,38,83,95,38,23,74,68,8,21,18,44,65,60,25,46,14,35,91,69,33,35,42,50,50,16,59,87,17,31,71,8,34,21,99,95,33,33,63,95,63,33,60,5,15,11,44,75,35,34,72,1,72,47,47,21,88,67,13,96,9,76,81,16,58,71,6,98,96,12,1,1,20,99,70,81,37,88,95,99,65]
+ [11,60,16,27,61,84,79,55,91,24,92,17,2,25,60,55,28,8,6,76,49,20,5,67,63,49,68,83,51,25,6,59,8,89,56,35,15,6,86,68,54,86,67,14,75,11,83,90,44,57,8,34,20,78,54,29,65,88,41,35,95,57,10,10,80,55,92,52,38,15,1,61,52,66,60,9,43,40,56,56,4,80,98,84,52,92,41,83,11,11,53,39,23,38,8,36,37,1,58,42,5,21,92,25,69,67,12,35,53,46,70,78,49,49,1,24,17,32,88,39,84,84,95,47,94,73,73,15,3,89,17,70,33,83,61,28,7,88,89,48,97,21,98,3,27,54,33,12,99,16,60,5,64,31,56,7,4,67,39,42,32,88,85,64,69,75,1,46,57,17,43,20,94,91,59,25,46,29,55,26,75,68,46,2,100,16,44,57,51,37,12,39,41,43,79,92,35,42,71,76,32,10,50,54,99,82,44,97,50,72,75,76,71,81,70,83,77,36,6,71,38,53,78,74,14,69,28,13,58,82,1,63,38,15,79,73,61,35,62,74,5,24,35,94,36,32,70,89,45,83,3,15,53,36,39,45,14,17,3,30,50,13,10,9,12,75,41,47,88,12,40,40,3,39,44,72,92,9,7,11,41,8,98,52,82,78,42,66,56,70,17,20,83,70,67,95,1,75,68,95]
+ [73,42,30,80,73,12,6,95,96,92,42,95,69,55,91,48,14,40,39,24,6,9,38,77,13,82,48,81,1,77,70,9,31,72,90,19,21,4,83,7,81,43,41,43,77,13,60,36,65,57,35,32,34,12,74,20,92,85,48,24,36,88,30,65,90,52,68,13,63,17,62,68,13,50,53,65,93,17,64,82,100,19,77,54,85,18,75,18,34,12,90,73,9,20,64,61,89,17,46,15,97,72,54,64,20,78,8,28,55,73,40,4,77,69,19,31,16,27,95,80,73,17,79,85,79,88,28,29,42,17,99,78,66,33,92,91,44,79,95,47,95,44,64,97,80,74,34,75,45,69,88,59,64,84,59,6,18,95,95,80,97,36,17,44,59,36,67,93,59,5,61,79,34,44,16,6,86,7,6,62,69,97,50,32,86,58,16,89,90,51,62,27,69,57,33,66,98,65,62,84,10,81,81,65,12,3,93,8,5,7,61,98,85,66,100,82,85,68,85,69,13,89,44,31,69,23,15,15,74,34,22,16,32,83,55,62,37,35,38,47,73,53,83,81,94,20,13,54,17,76,99,70,47,8,87,37,94,41,71,24,61,8,24,35,74,72,83,27,72,78,14,66,4,7,66,33,100,73,77,28,30,10,38,80,51,13,76,25,32,75,15,14,77,37,83,74,10,39,50,3]
+ [38,40,89,4,98,79,55,40,86,99,18,53,54,25,35,52,78,88,57,49,14,94,37,58,33,34,53,48,58,97,4,44,52,14,75,85,15,61,20,45,3,11,38,2,21,50,69,69,41,58,52,4,85,5,47,22,19,54,74,80,74,91,40,39,83,100,72,68,90,75,18,60,16,56,31,90,96,68,15,44,6,90,96,62,24,33,21,53,84,22,5,22,73,57,69,87,54,95,65,97,33,97,92,31,74,89,2,8,41,67,89,83,63,79,58,52,80,95,10,41,51,66,5,15,9,91,9,70,37,93,27,7,57,96,53,18,40,75,64,23,81,36,46,67,24,73,91,3,60,20,63,23,20,97,3,46,86,76,43,63,17,46,81,30,90,43,5,28,32,57,49,99,19,37,68,22,100,93,62,29,30,59,11,65,21,88,14,35,33,6,13,56,44,43,62,59,26,41,48,67,36,65,91,75,37,5,13,91,99,75,11,78,70,44,55,85,43,7,46,27,2,84,74,14,43,50,37,12,52,19,23,42,28,81,17,66,54,34,55,97,5,18,95,28,41,38,29,58,8,48,46,11,39,8,83,31,28,58,25,48,10,53,42,78,61,49,14,28,68,98,70,11,88,55,53,42,7,31,61,56,42,14,46,41,73,27,57,46,59,4,83,96,48,48,55,99,68,45,12,37]
+ [53,41,30,9,83,22,61,64,70,26,6,72,69,99,44,91,74,99,55,37,10,93,85,23,93,45,99,7,33,81,32,40,50,17,42,39,98,62,9,94,54,75,80,79,12,20,84,5,37,4,34,81,88,91,61,17,21,95,91,32,63,82,54,14,99,93,79,63,6,10,64,79,8,6,63,76,20,52,74,87,33,63,28,93,49,31,45,22,45,50,1,86,44,85,50,94,69,96,71,26,54,28,60,2,62,93,12,67,92,9,98,80,78,22,5,31,67,78,74,70,3,30,61,79,95,23,39,24,41,41,89,94,53,21,69,80,87,25,34,23,39,33,74,89,83,32,41,82,11,5,87,70,61,99,69,43,93,20,6,62,70,81,74,11,99,88,100,52,24,12,69,83,31,22,94,94,10,90,74,4,67,42,91,8,18,18,15,17,17,76,36,8,14,50,74,32,65,68,82,95,11,89,38,34,91,69,23,3,13,89,78,65,65,25,25,86,25,18,10,42,45,68,24,99,37,31,25,83,22,19,74,13,72,69,96,33,75,48,75,95,89,21,15,25,57,18,75,78,6,31,35,15,76,29,95,18,78,8,27,79,39,87,56,60,16,79,60,7,86,96,42,10,6,88,2,22,99,44,3,30,98,58,88,52,11,54,94,66,99,49,75,83,6,11,50,39,92,50,26,92]
+ [88,52,9,21,48,71,66,94,82,76,25,68,79,86,65,13,54,77,95,56,89,72,87,20,37,19,23,29,52,98,73,55,50,92,14,58,35,3,7,13,65,47,99,63,32,44,19,36,65,80,74,69,58,38,81,24,1,58,14,92,74,45,57,52,88,16,5,7,58,100,47,56,65,18,61,90,89,9,71,30,46,72,7,27,84,33,45,55,24,17,52,6,89,41,77,68,35,35,30,71,90,100,98,72,44,59,70,46,9,50,91,75,72,94,22,32,45,75,70,34,27,80,89,83,76,26,51,96,15,11,30,3,15,55,2,8,47,100,15,77,38,24,27,90,52,4,85,20,5,7,64,57,30,75,30,6,52,87,55,96,41,91,66,91,25,35,98,16,45,83,12,47,5,3,12,2,47,79,42,86,96,20,28,27,96,60,77,52,28,60,67,95,19,97,43,30,46,83,64,23,33,88,67,19,99,65,16,79,1,2,84,15,37,56,27,56,37,87,68,40,75,24,76,64,73,16,76,35,27,78,77,87,21,63,45,86,79,6,77,74,44,67,74,93,61,43,7,98,63,18,31,59,42,40,6,35,77,38,50,50,51,61,52,4,82,25,87,9,69,17,71,25,98,61,99,16,77,20,15,45,92,20,33,23,86,87,96,4,14,95,16,88,21,58,6,15,8,68,34,2]
+ [85,88,69,66,60,78,86,86,32,77,65,48,100,1,48,7,63,37,94,62,32,53,92,71,60,64,88,56,5,37,12,27,45,74,29,1,91,96,33,5,22,94,3,14,42,30,8,8,17,31,9,19,35,99,92,9,88,38,42,9,2,9,17,41,13,83,76,82,73,90,12,42,93,99,24,21,98,1,88,90,39,90,81,56,62,85,59,68,17,44,38,94,2,50,52,40,25,34,16,55,75,16,86,22,90,13,83,7,1,82,67,50,29,28,4,67,14,68,32,78,15,12,27,69,45,69,77,71,51,30,39,5,96,22,98,70,5,30,60,82,88,99,19,67,15,6,67,32,63,99,15,37,94,42,77,64,14,47,9,30,35,8,54,69,7,31,73,78,62,70,17,8,30,13,88,84,79,80,56,75,99,19,80,50,68,28,22,26,49,71,25,27,75,98,19,57,68,54,88,35,9,72,12,9,91,33,86,55,49,96,59,60,72,100,68,65,28,25,90,98,7,37,29,48,79,60,95,31,55,76,63,78,46,60,6,44,57,11,81,38,93,72,44,69,75,84,26,45,92,36,60,6,33,61,12,73,62,36,98,96,56,66,19,99,53,52,20,13,99,89,5,52,67,33,41,16,4,83,48,35,75,44,82,89,75,56,80,95,18,71,80,48,72,65,49,82,69,40,93,23]
+ [9,18,48,69,81,34,88,44,75,64,46,65,29,60,29,21,100,21,73,94,30,52,97,34,94,99,60,92,51,9,85,86,65,25,81,85,20,30,83,57,16,1,22,49,2,20,22,93,72,91,52,18,66,23,20,70,88,68,34,88,97,30,84,86,75,63,61,18,67,40,11,41,5,13,78,24,71,96,74,80,22,6,82,11,100,10,21,73,42,53,55,2,55,94,56,67,37,5,57,84,91,52,63,14,99,63,23,78,94,55,14,59,72,31,78,48,24,20,8,47,35,13,51,32,75,20,99,96,94,16,70,100,44,27,34,65,96,50,17,18,33,34,30,29,64,5,47,23,86,59,32,81,65,93,9,99,67,100,42,43,99,75,75,73,8,43,21,22,94,56,14,36,94,65,88,73,41,38,91,44,22,20,48,9,93,16,3,26,94,19,45,42,68,71,39,8,60,38,87,16,84,91,41,8,47,9,75,18,25,30,18,72,8,83,44,76,49,95,90,76,65,16,47,65,54,52,79,99,90,89,36,64,32,88,74,85,57,45,16,44,53,50,96,77,5,100,18,69,60,28,28,12,81,17,14,75,99,49,94,50,26,94,49,53,9,5,56,32,90,70,11,87,8,26,28,33,31,77,41,50,30,9,56,18,58,6,33,96,17,44,29,72,20,94,29,46,97,63,4,51]
+ [41,48,55,96,13,2,69,31,25,46,49,56,50,20,93,40,20,77,9,61,49,28,14,10,43,87,13,80,48,2,66,48,29,77,70,80,12,5,55,32,30,44,28,6,55,48,8,94,64,14,7,78,44,91,46,45,36,92,89,96,20,73,63,86,16,100,19,4,18,77,86,33,75,65,35,67,14,77,5,81,90,54,93,69,28,4,32,30,67,100,76,55,63,40,77,90,95,31,42,86,51,15,11,83,77,30,99,30,67,4,73,80,15,89,28,33,81,36,82,2,53,77,22,88,90,24,31,31,99,34,65,39,36,82,71,2,36,25,67,47,88,32,58,51,35,34,58,78,9,63,66,21,85,52,52,29,83,57,12,60,82,11,33,5,98,21,51,57,55,64,31,79,10,88,1,1,88,45,50,78,34,13,14,88,10,60,36,87,99,78,88,26,17,48,16,47,12,44,74,34,53,14,92,96,62,17,95,73,54,2,31,4,63,95,82,95,26,67,14,2,3,33,63,40,70,57,42,30,52,18,16,73,99,43,9,1,70,97,2,98,59,36,77,73,78,72,64,50,35,51,35,29,4,27,29,28,89,93,100,52,97,35,66,98,39,34,92,97,78,37,100,57,18,31,94,69,19,19,70,29,95,68,55,17,16,71,62,26,70,60,69,70,34,70,95,10,55,26,68,77]


Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.in3
diff -c /dev/null llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.in3:1.1
*** /dev/null	Mon May 12 13:52:02 2003
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/benchmark.in3	Mon May 12 13:51:52 2003
***************
*** 0 ****
--- 1,1000 ----
+ [40,85,36,45,32,89,2,59,16,39,70,6,90,17,16,54,61,59,27,40,30,75,30,8,41,86,95,67,85,1,47,54,79,27,99,31,61,61,22,89,31,16,34,39,65,76,61,54,46,66]
+ [33,95,37,95,1,52,28,3,60,21,88,6,27,31,90,50,72,29,87,68,46,96,78,38,23,36,31,67,72,57,83,40,82,85,19,95,43,53,7,92,89,77,40,69,77,41,13,49,23,88]
+ [53,1,87,2,82,25,32,97,94,81,50,23,58,29,33,27,18,1,5,25,42,71,23,51,7,40,48,22,22,92,36,20,22,64,6,79,4,45,18,94,91,48,88,70,94,46,40,90,70,84]
+ [74,66,68,58,28,94,67,5,38,62,15,38,65,3,85,8,75,26,91,38,32,22,65,26,23,26,95,14,28,55,33,87,30,69,84,88,65,8,90,26,62,85,84,38,76,11,86,56,86,35]
+ [70,35,90,96,13,99,6,62,4,38,53,29,57,61,82,45,3,48,29,30,20,2,83,58,11,74,12,23,95,74,83,83,26,26,34,39,53,27,41,88,5,30,40,57,32,83,48,10,27,92]
+ [98,34,91,25,38,76,46,91,43,57,98,36,44,18,22,34,46,5,69,7,56,32,27,51,7,97,73,81,16,71,73,85,62,96,48,53,3,61,5,60,41,91,34,32,86,74,10,35,41,99]
+ [63,84,44,80,6,14,55,94,89,39,42,86,29,11,58,78,15,81,75,42,48,35,42,3,53,72,24,70,78,77,13,38,93,77,29,99,43,4,60,2,76,14,38,22,58,21,79,75,46,29]
+ [86,46,84,44,34,96,25,36,42,50,89,57,69,97,19,57,3,21,16,55,21,22,7,20,91,79,31,43,99,80,39,19,23,74,54,67,21,47,57,10,28,2,57,89,8,7,26,31,90,14]
+ [95,43,8,79,45,43,71,19,13,25,66,14,33,83,2,93,38,59,27,42,69,76,18,13,16,30,86,28,69,84,82,5,8,44,75,16,42,11,77,65,74,55,10,74,53,52,29,95,43,50]
+ [71,26,82,89,1,11,28,99,37,82,86,29,100,1,7,97,69,31,73,93,65,92,54,98,24,42,59,79,21,91,13,93,77,48,56,2,39,38,73,55,68,59,29,11,30,53,91,44,96,24]
+ [52,62,19,98,51,17,54,20,25,34,16,63,22,95,63,22,48,85,45,12,93,68,17,79,71,19,78,22,26,67,97,95,81,80,99,70,67,12,69,16,33,46,42,51,85,83,57,70,15,85]
+ [71,21,7,44,85,31,34,54,4,88,19,97,73,45,80,50,34,16,74,45,36,62,95,14,76,5,59,66,1,97,34,85,62,2,86,52,24,68,81,7,77,62,93,37,21,33,56,88,95,4]
+ [41,77,67,87,80,57,59,58,58,29,75,42,81,1,17,54,97,93,10,80,33,85,5,38,17,41,16,33,49,65,13,64,75,90,90,10,88,40,2,78,51,12,8,56,8,78,16,42,3,82]
+ [64,16,62,56,89,49,34,12,9,48,14,67,69,1,29,29,79,98,15,35,47,35,90,40,18,58,93,32,50,23,44,72,57,93,92,40,51,63,43,62,72,25,88,26,37,57,22,28,2,42]
+ [64,66,27,48,7,21,28,26,85,76,24,72,56,78,70,49,84,12,81,87,81,80,52,24,88,64,100,99,29,46,46,97,54,78,71,44,44,3,20,60,14,5,60,31,86,55,35,81,34,58]
+ [67,5,62,71,80,92,91,17,8,54,72,97,47,40,75,98,8,1,59,100,59,72,8,58,69,46,44,76,27,35,40,45,41,26,12,98,83,91,47,67,24,57,96,89,93,88,37,15,24,3]
+ [60,73,58,64,71,44,32,46,40,59,41,75,98,37,4,67,58,99,49,22,83,53,4,65,38,47,52,44,64,58,16,73,7,83,13,24,60,40,41,93,67,92,18,1,62,28,67,46,22,3]
+ [7,17,27,89,59,69,76,63,52,94,87,87,90,30,56,95,73,7,32,55,51,78,66,17,62,57,25,23,80,12,62,23,51,18,28,66,65,80,85,13,94,33,79,81,66,11,70,60,93,43]
+ [90,70,99,100,42,4,95,72,76,32,67,76,18,50,73,24,1,61,46,10,62,11,21,51,88,48,26,21,55,43,10,20,96,33,27,73,55,78,13,6,70,18,49,92,8,17,54,30,56,22]
+ [3,26,58,25,12,34,15,23,64,53,82,32,5,2,78,46,67,28,65,58,77,26,75,49,88,29,32,74,56,28,65,65,24,3,82,29,40,33,89,93,80,35,29,90,90,20,15,92,45,39]
+ [50,23,100,76,36,14,94,98,16,24,69,7,7,53,33,44,19,27,48,51,83,9,79,39,2,92,83,95,10,63,38,45,83,6,74,90,12,38,76,68,70,75,69,5,52,78,23,7,6,1]
+ [95,89,34,19,19,23,81,2,3,38,39,25,46,95,81,14,98,94,33,58,44,38,93,55,23,72,17,26,30,94,28,37,14,20,98,98,47,40,48,33,52,76,92,82,25,88,2,64,34,48]
+ [27,2,54,96,77,34,6,80,70,53,86,43,78,72,47,15,15,95,99,68,37,54,27,63,85,83,28,42,33,64,69,85,68,32,16,38,71,17,67,34,9,32,16,88,32,21,84,95,100,73]
+ [89,18,63,74,7,12,77,22,16,49,10,93,13,81,95,83,27,69,34,44,4,45,70,19,15,25,82,29,85,46,53,72,46,59,78,75,76,13,35,84,70,65,36,34,89,25,52,67,83,68]
+ [57,57,93,4,29,92,66,39,92,94,8,50,93,60,62,13,1,20,20,72,26,84,71,84,31,9,73,27,98,82,9,34,71,77,25,1,28,4,40,38,16,23,7,79,2,10,70,83,84,14]
+ [63,35,51,47,88,52,79,55,14,13,38,76,68,94,18,42,91,60,91,5,39,49,27,52,54,12,11,66,36,42,39,39,72,36,92,91,31,54,5,17,9,69,25,15,86,97,16,67,77,19]
+ [65,89,18,23,12,4,19,11,79,32,97,49,12,36,99,25,24,45,10,48,52,72,61,70,80,15,60,58,83,53,19,17,55,4,44,4,85,17,76,17,17,49,90,39,14,70,7,26,23,63]
+ [61,79,89,70,89,51,91,76,87,7,59,24,48,34,81,83,49,98,61,92,69,12,15,2,38,31,95,37,12,74,43,89,78,25,13,15,19,70,19,70,60,73,79,13,9,34,28,47,13,13]
+ [42,24,2,94,9,7,34,11,84,53,19,72,96,6,12,31,86,52,31,12,90,42,97,74,51,71,68,61,22,24,29,98,77,59,95,19,41,32,69,38,65,88,86,42,89,37,76,80,71,100]
+ [86,84,94,63,42,54,82,34,89,42,92,34,17,54,22,16,53,65,72,97,63,20,20,83,57,89,76,35,13,41,96,88,2,49,66,91,82,9,14,4,100,35,67,3,13,44,79,49,8,52]
+ [84,9,45,12,7,5,38,55,58,22,80,62,12,44,24,56,79,91,52,71,1,94,33,95,53,36,99,64,41,74,80,84,36,74,27,91,12,93,51,92,100,18,85,36,95,76,33,6,11,55]
+ [47,82,95,81,50,76,44,17,17,34,3,20,96,59,5,47,35,47,28,39,8,25,1,15,40,16,29,15,49,9,39,86,24,21,82,32,39,51,19,70,25,34,86,68,37,87,78,58,31,48]
+ [10,58,77,29,78,47,78,99,38,46,76,87,88,85,14,20,24,32,7,79,66,47,33,62,31,2,47,86,45,72,87,32,60,96,76,98,99,1,75,60,96,1,39,61,21,97,20,35,42,79]
+ [29,75,98,78,76,44,3,40,63,79,28,28,60,66,86,26,36,37,34,27,39,58,87,43,68,89,81,58,29,12,15,96,6,34,95,51,80,58,57,93,9,71,12,18,10,27,86,81,11,28]
+ [56,88,6,84,51,8,67,83,64,6,3,99,21,99,72,64,30,46,53,16,25,98,8,34,19,35,25,59,18,74,57,34,56,5,100,93,64,40,33,73,63,92,92,56,83,84,14,62,34,100]
+ [74,57,63,72,65,60,80,63,87,51,86,62,40,71,16,44,5,70,17,82,63,68,29,56,23,11,66,71,37,4,33,39,8,97,14,49,65,31,51,44,42,86,9,88,33,20,84,5,93,76]
+ [26,66,4,44,2,99,11,18,82,66,45,82,36,22,19,92,35,37,38,54,22,79,14,11,15,68,35,6,15,45,72,42,39,51,98,36,68,19,41,54,36,83,68,46,82,65,6,60,37,51]
+ [43,11,81,5,24,85,16,67,76,17,14,4,87,29,73,66,68,65,79,53,82,24,83,81,99,2,47,78,35,9,93,74,19,77,62,13,56,40,1,5,44,88,44,67,39,41,51,100,96,56]
+ [2,73,66,1,32,59,85,11,9,68,5,33,58,89,54,54,45,38,13,27,17,58,100,28,34,26,58,11,70,90,42,98,34,92,97,73,57,73,21,38,67,68,99,9,52,43,21,68,54,89]
+ [39,71,69,96,23,13,50,84,96,24,65,66,63,97,37,21,29,35,54,7,6,15,29,32,68,58,63,78,31,88,94,54,22,6,100,7,27,18,76,57,73,30,6,93,66,65,46,40,71,75]
+ [3,59,92,48,41,51,14,18,7,95,56,2,89,40,59,32,94,56,16,19,49,8,41,84,88,60,56,4,98,19,68,11,83,95,2,28,95,31,93,70,6,89,68,21,64,94,12,40,68,41]
+ [17,28,4,95,7,78,64,76,29,32,27,51,99,19,85,8,42,3,72,100,13,79,37,12,43,34,22,58,17,66,72,78,41,7,78,41,62,2,61,11,58,97,87,39,54,22,83,48,72,45]
+ [68,81,71,97,79,6,88,96,69,98,91,8,84,76,27,6,20,18,83,92,34,41,16,29,42,88,35,57,2,57,86,76,56,76,70,67,45,71,32,66,29,77,84,76,21,55,14,87,62,59]
+ [34,17,23,40,96,95,74,57,27,9,38,74,40,94,23,36,75,96,10,98,32,73,15,95,36,6,30,43,93,69,95,76,37,41,32,76,77,81,65,16,98,23,84,48,90,58,52,29,54,31]
+ [15,34,57,42,83,74,82,97,6,22,92,54,7,17,48,29,7,54,71,70,2,58,66,82,3,14,83,65,75,99,59,3,83,23,76,36,44,18,47,30,91,49,35,85,27,15,3,35,55,62]
+ [27,71,45,24,1,67,7,86,55,97,68,24,92,66,95,66,21,67,61,1,2,91,91,26,41,77,25,86,65,21,47,68,18,18,26,75,84,75,86,12,82,58,27,61,2,16,88,60,71,21]
+ [1,48,13,85,75,52,90,83,25,19,36,64,63,10,72,33,9,79,9,25,38,34,36,69,74,93,74,100,8,68,93,50,73,35,36,64,7,15,32,31,73,6,88,3,26,51,96,60,75,48]
+ [42,22,55,21,97,67,50,62,55,99,88,53,12,77,22,80,17,20,42,71,67,92,15,78,42,57,76,16,47,59,81,91,16,5,4,13,71,60,40,7,64,14,83,49,40,74,13,60,39,16]
+ [60,59,60,34,29,69,70,93,36,98,89,70,33,10,93,56,69,22,64,79,82,82,35,11,20,97,27,45,58,14,60,78,71,12,32,92,73,87,50,68,7,48,97,39,34,16,51,99,85,51]
+ [55,91,4,84,54,82,17,13,79,89,46,71,17,10,49,94,87,27,83,26,38,11,71,26,50,20,53,94,50,42,33,76,28,6,54,55,25,60,13,33,92,64,11,71,6,88,45,31,12,7]
+ [83,63,98,87,11,50,71,24,61,76,10,27,31,36,17,51,55,6,29,43,60,74,57,31,4,2,36,68,21,85,12,68,57,19,44,1,42,93,56,60,92,74,79,20,79,95,87,34,45,4]
+ [12,84,36,82,76,3,2,36,59,69,67,5,26,7,19,90,47,78,64,82,45,13,73,11,10,98,8,7,41,70,52,79,67,87,19,96,53,66,21,80,62,86,41,26,67,51,53,41,45,86]
+ [17,47,91,16,72,21,18,88,74,48,69,5,53,7,44,59,71,93,1,17,65,22,59,62,90,46,46,50,51,86,24,38,68,73,67,63,22,45,66,99,65,64,3,1,60,2,56,78,97,57]
+ [9,60,84,3,19,89,94,53,30,58,20,13,2,34,87,98,62,14,63,90,14,3,48,77,33,17,99,84,13,21,8,22,40,29,62,66,10,88,88,27,73,34,82,3,82,82,73,11,32,33]
+ [52,89,2,12,28,6,27,46,13,69,45,93,52,42,82,69,16,47,77,94,12,89,80,28,51,96,9,61,54,8,28,32,99,28,98,5,51,53,97,56,54,13,64,28,64,34,28,36,26,39]
+ [27,33,37,37,50,88,100,44,94,59,38,42,80,40,68,63,77,49,17,94,83,87,5,98,8,89,76,53,20,63,76,93,62,7,18,13,54,55,2,20,45,55,49,21,64,75,7,12,72,70]
+ [35,45,83,46,89,65,26,36,37,32,7,41,26,94,8,56,27,66,87,77,65,6,64,82,2,14,16,50,38,40,44,20,91,33,93,58,4,81,45,97,10,55,73,66,92,80,96,45,6,49]
+ [51,8,37,41,50,22,71,2,42,73,75,8,31,89,59,26,97,26,51,68,75,6,70,6,87,6,62,29,37,18,4,5,24,37,13,51,69,92,91,30,59,89,12,25,23,20,17,89,71,34]
+ [87,56,2,40,75,36,13,26,15,87,53,80,38,89,47,83,99,28,29,59,54,12,44,8,30,58,2,66,20,90,29,60,65,98,13,31,50,14,43,38,79,78,2,45,29,81,8,37,91,2]
+ [22,44,43,33,12,83,74,48,15,44,62,24,87,45,8,13,14,72,32,98,94,10,95,35,51,11,70,34,38,68,4,61,75,57,55,3,97,65,54,85,15,44,9,5,75,58,61,90,77,94]
+ [33,84,27,94,11,29,51,6,65,12,3,63,14,60,62,19,63,13,64,18,14,88,27,25,12,58,54,20,85,17,79,48,66,76,27,21,90,15,60,56,100,62,13,46,60,74,26,20,70,38]
+ [29,5,19,36,92,63,92,89,92,31,24,76,74,46,85,38,10,10,46,67,61,26,89,82,20,24,48,51,69,57,99,44,6,29,23,20,27,100,14,54,41,49,14,59,52,15,93,70,86,44]
+ [92,43,38,79,45,19,43,13,17,2,40,15,75,41,59,64,44,35,67,30,17,4,71,73,69,51,38,9,58,50,50,60,19,35,39,14,32,57,74,89,14,93,2,22,45,41,86,14,22,91]
+ [26,97,48,32,10,78,6,33,68,30,99,17,35,12,83,42,96,25,40,43,8,26,28,72,95,47,91,64,3,81,86,74,30,24,44,88,38,59,47,58,14,10,84,18,81,37,29,34,44,25]
+ [38,4,66,49,26,95,68,83,73,43,72,65,5,15,82,52,18,6,83,20,56,37,84,3,94,80,80,2,15,41,81,2,59,99,33,79,55,2,20,56,75,84,12,50,46,18,92,20,98,95]
+ [79,76,64,4,66,34,98,69,29,56,80,30,37,41,53,56,89,96,45,72,4,29,79,22,60,41,15,93,33,45,69,43,24,100,24,95,53,63,98,59,53,53,12,6,87,69,72,55,61,92]
+ [79,39,43,39,34,28,27,88,8,45,78,45,57,78,92,78,42,98,9,1,83,88,54,90,51,2,59,77,36,87,61,37,61,91,100,7,65,18,88,47,42,68,48,66,34,54,56,18,55,16]
+ [19,48,52,33,11,11,2,96,96,57,14,68,50,40,51,15,71,2,67,13,70,40,97,3,46,51,52,84,60,60,84,13,71,75,45,66,17,26,82,8,21,17,97,20,82,26,3,41,30,75]
+ [42,96,86,50,43,92,8,5,100,1,99,41,17,61,37,30,48,28,66,97,69,38,35,17,85,9,86,97,62,26,91,33,27,22,50,6,68,98,30,17,98,75,54,63,85,75,72,92,3,83]
+ [69,42,96,74,35,73,60,56,13,24,71,31,26,97,57,30,49,17,95,25,16,64,3,40,32,16,62,49,19,47,92,1,37,100,35,37,63,90,79,99,32,8,35,44,98,96,17,100,97,86]
+ [10,1,5,77,56,87,58,3,52,77,34,12,20,7,70,17,39,10,62,63,48,31,86,84,92,2,57,47,43,14,35,76,64,59,18,96,44,75,79,17,14,82,7,78,86,61,32,96,63,97]
+ [84,100,27,83,97,87,45,45,44,62,99,71,26,58,92,86,82,73,5,95,17,25,60,19,15,5,42,19,26,62,47,57,84,22,98,95,34,60,2,78,55,51,4,92,86,5,7,65,69,73]
+ [37,53,27,4,91,95,65,34,38,5,50,95,84,82,82,77,79,21,26,36,69,67,19,51,40,89,18,77,14,88,25,25,57,16,16,78,22,65,67,51,69,73,59,76,39,45,4,36,96,21]
+ [46,44,58,34,43,43,9,20,76,45,91,64,5,69,70,68,59,16,31,34,3,71,94,84,7,4,58,91,85,2,98,2,26,98,50,94,51,7,72,6,32,3,96,91,95,44,80,34,78,22]
+ [97,40,20,70,60,66,96,25,31,94,68,97,38,31,55,19,66,89,8,55,27,45,81,33,43,29,51,81,7,6,19,90,68,52,21,38,2,93,95,26,45,64,48,74,87,95,5,23,95,63]
+ [33,2,86,72,39,46,93,35,14,45,60,47,90,53,14,36,86,80,46,43,85,52,82,22,19,89,22,53,37,51,37,30,89,24,77,22,82,73,25,3,51,64,2,97,1,95,12,42,80,39]
+ [89,85,56,79,16,12,66,11,41,11,41,67,95,92,75,49,48,49,82,46,22,56,64,12,78,45,57,58,19,56,99,72,79,28,38,9,56,92,63,92,57,4,47,93,78,48,87,31,5,37]
+ [81,16,29,51,26,93,40,13,61,5,68,81,99,32,76,14,87,34,80,65,11,67,17,98,79,15,69,43,82,62,37,66,60,70,31,40,95,64,20,5,70,93,59,73,68,19,7,70,96,8]
+ [19,76,78,20,98,94,77,22,90,18,10,63,87,76,52,77,2,30,47,60,11,70,54,85,72,11,76,37,9,96,70,91,37,59,92,78,35,59,52,26,36,100,55,21,8,84,41,38,78,12]
+ [79,64,2,20,13,85,76,22,65,5,66,24,19,6,53,48,27,74,14,54,32,100,6,87,36,96,59,100,13,68,95,86,48,78,1,71,98,8,56,37,29,88,21,3,22,66,60,35,42,32]
+ [6,94,19,8,6,78,20,75,89,94,92,73,49,47,69,40,31,41,87,65,38,9,27,78,3,56,3,12,96,98,16,27,70,97,44,54,46,96,99,6,68,62,22,67,32,80,51,31,9,64]
+ [63,96,36,53,76,93,12,72,79,19,99,69,32,65,80,72,40,13,5,55,75,64,92,40,43,78,84,4,96,41,86,62,58,12,89,55,94,29,25,64,22,17,16,77,63,34,41,94,99,89]
+ [1,22,9,8,49,31,2,1,14,34,25,27,91,33,83,85,26,96,20,29,61,53,95,86,7,28,3,82,17,18,65,56,18,26,76,68,53,63,70,34,47,85,84,13,20,8,35,41,23,55]
+ [68,3,66,35,94,50,93,61,98,61,50,80,95,21,41,52,88,16,32,61,86,60,37,2,63,96,32,6,92,16,79,17,78,63,58,66,72,58,98,45,29,100,93,35,59,69,56,92,28,79]
+ [99,70,6,22,5,23,97,97,95,68,72,1,89,67,93,19,89,24,69,61,44,44,87,45,30,87,22,38,46,75,37,27,64,67,88,33,44,71,88,2,34,92,92,52,45,86,25,85,68,97]
+ [16,71,28,27,5,22,18,48,44,67,56,59,21,3,36,37,73,82,44,88,1,61,34,40,87,2,15,28,64,35,3,50,51,25,61,51,82,77,9,98,74,81,63,100,21,34,65,37,5,75]
+ [95,82,84,77,38,47,34,18,67,13,61,85,7,9,10,23,92,81,58,30,94,69,65,47,99,78,80,80,69,23,46,78,100,28,61,47,6,5,21,73,61,89,62,20,13,30,32,75,80,86]
+ [92,10,28,28,74,60,91,5,90,62,7,66,36,89,67,79,50,93,67,54,38,65,89,8,12,40,59,84,25,20,63,72,82,6,81,91,88,10,52,94,36,33,37,22,36,6,20,26,56,51]
+ [31,31,6,38,91,81,12,62,87,28,65,58,71,93,87,91,68,29,35,79,86,3,13,27,15,11,29,41,78,78,83,46,95,42,27,62,100,45,47,32,3,88,43,47,37,96,100,76,2,8]
+ [19,9,44,37,39,45,82,30,97,15,53,83,25,23,8,89,72,15,80,1,64,98,58,33,49,17,54,47,16,20,24,20,41,6,96,37,46,26,94,80,56,1,31,69,78,71,35,17,90,14]
+ [91,72,25,92,81,59,10,55,21,89,51,82,67,54,47,19,55,20,73,54,37,41,67,57,55,33,29,94,74,13,65,53,36,28,5,69,42,62,51,96,45,77,59,31,85,46,54,49,16,2]
+ [20,44,85,39,7,99,94,40,64,82,68,28,73,97,49,33,68,64,71,24,22,89,31,55,100,80,21,77,12,35,42,78,18,75,43,74,21,64,25,76,52,27,84,62,5,77,55,59,89,98]
+ [88,86,43,73,20,1,3,1,45,53,43,70,72,87,56,92,38,42,17,17,90,17,55,37,77,52,87,32,71,21,52,2,6,38,18,23,24,17,78,54,20,26,4,94,77,24,21,55,88,11]
+ [62,47,69,37,9,96,17,33,58,70,92,75,95,96,43,86,67,13,5,93,35,87,46,99,44,18,29,46,3,67,21,94,9,2,28,44,31,24,18,5,52,66,100,49,33,82,1,49,19,36]
+ [52,2,39,66,31,73,77,22,24,26,2,40,75,75,27,21,83,54,97,83,8,71,35,76,67,27,16,91,57,26,32,54,99,80,73,74,38,80,42,88,22,93,7,41,42,34,66,100,44,81]
+ [46,79,16,80,53,96,88,59,88,48,19,89,74,100,43,38,48,27,57,55,95,5,30,22,78,77,6,23,22,56,66,85,58,11,1,32,22,30,91,48,60,86,98,57,25,10,9,53,9,70]
+ [62,90,74,7,13,19,94,66,7,42,34,23,81,20,54,22,83,8,35,6,90,40,91,79,46,87,42,5,3,89,93,89,84,40,2,88,45,46,14,37,7,66,85,51,51,46,72,90,32,46]
+ [23,5,14,97,87,33,2,46,52,4,20,8,86,3,68,99,65,43,78,41,91,18,91,73,38,33,82,40,66,24,56,46,12,32,73,82,3,80,9,10,96,95,45,3,24,68,58,25,18,94]
+ [68,87,7,62,59,19,67,35,70,71,78,97,37,24,46,98,4,17,67,42,43,28,7,24,90,18,98,62,50,56,81,38,8,68,61,51,50,18,32,56,14,76,33,92,75,89,6,55,55,54]
+ [99,98,6,28,48,46,46,98,7,88,85,49,53,75,19,73,79,41,69,69,45,91,41,96,11,77,79,78,93,29,46,26,63,11,31,81,64,2,61,21,9,50,7,25,14,69,48,96,70,87]
+ [40,85,74,21,18,17,44,90,67,5,8,15,71,2,8,69,62,4,9,52,26,61,19,52,56,38,56,81,28,75,10,7,58,72,53,7,72,69,77,68,6,73,92,68,73,29,40,79,33,31]
+ [87,26,3,35,8,69,32,39,87,33,47,30,75,26,76,8,18,18,83,29,64,70,69,97,69,53,61,76,87,80,21,10,61,48,49,78,53,39,93,74,81,56,64,42,89,59,79,74,47,51]
+ [3,87,37,54,32,97,45,92,10,59,97,5,17,79,77,65,85,2,79,28,23,76,86,54,49,26,39,80,5,83,40,93,39,5,86,42,75,92,13,75,84,79,18,64,48,63,64,52,58,87]
+ [57,21,29,87,85,63,70,55,90,16,52,60,86,72,62,54,33,43,41,68,7,61,57,35,25,76,28,52,37,28,60,54,99,75,20,72,17,21,94,63,72,39,16,24,84,53,85,34,9,62]
+ [95,52,71,44,54,47,24,19,65,95,85,37,24,63,98,10,4,73,43,30,41,12,73,83,35,20,43,21,57,70,25,66,24,51,78,20,86,58,94,34,83,83,61,48,87,4,69,56,70,46]
+ [85,43,54,35,94,52,58,48,36,9,37,1,46,43,57,7,50,98,9,47,20,45,12,40,50,20,29,12,42,31,91,38,96,22,16,35,14,57,11,49,40,8,79,37,61,5,24,9,40,30]
+ [71,17,57,31,91,10,51,83,71,64,52,95,10,55,8,37,89,72,24,41,100,84,19,35,97,10,54,98,23,23,15,84,95,100,81,16,31,49,24,85,67,9,72,13,46,64,17,35,97,99]
+ [57,43,5,69,7,71,41,96,70,46,30,82,97,21,35,32,83,11,100,7,60,53,31,82,56,6,82,82,40,37,30,86,97,35,9,6,18,59,55,29,88,5,29,87,6,30,81,41,38,72]
+ [70,30,13,24,77,47,20,12,80,6,8,23,95,93,86,9,23,70,69,79,43,87,79,53,73,78,58,67,29,15,21,13,71,35,55,91,90,17,30,26,70,31,34,29,86,37,1,34,47,91]
+ [25,73,13,68,82,90,61,13,74,36,1,83,100,32,24,16,94,9,97,17,31,57,66,4,17,41,1,100,34,58,19,87,53,56,47,37,55,70,60,6,34,92,33,61,76,99,73,18,11,27]
+ [92,20,86,66,61,66,20,6,78,32,43,91,6,3,11,70,29,71,52,47,38,88,45,83,12,28,98,43,91,49,68,81,41,14,49,17,52,33,83,21,79,4,5,23,83,93,27,31,1,65]
+ [72,51,33,20,62,100,80,59,23,13,1,48,26,97,47,59,50,3,34,64,13,58,94,42,38,27,54,6,27,11,92,42,31,76,41,27,8,81,87,87,58,40,54,100,39,74,3,64,25,100]
+ [24,66,6,63,89,23,28,95,59,21,53,16,63,22,9,7,45,93,60,22,13,30,38,59,30,10,61,69,94,56,37,83,69,93,47,80,74,47,23,63,19,89,22,6,22,93,20,45,49,64]
+ [28,32,30,35,94,45,95,8,18,57,91,76,59,73,69,70,42,63,27,66,34,68,82,10,80,1,68,47,59,85,68,20,99,1,53,93,54,4,81,35,7,3,96,56,46,53,88,20,29,5]
+ [17,4,99,86,88,32,95,33,92,15,68,82,12,59,82,18,9,80,32,78,24,44,49,1,78,28,59,6,83,20,19,56,1,15,58,15,47,78,48,84,12,58,80,72,27,39,6,91,7,52]
+ [50,9,19,82,76,30,55,16,88,23,16,44,19,63,13,46,91,31,35,88,62,71,73,75,82,87,41,40,25,22,25,73,53,6,40,99,67,74,79,61,25,41,91,48,82,90,22,32,66,86]
+ [97,12,25,17,64,56,57,17,52,83,84,87,93,7,54,85,75,31,19,61,54,23,32,44,66,44,42,68,98,97,44,92,76,91,56,65,12,45,49,71,29,63,77,65,99,27,67,4,19,3]
+ [73,63,62,18,64,92,98,7,68,22,26,91,6,31,40,100,66,84,97,64,98,84,58,51,72,78,87,97,78,71,92,19,64,17,25,36,82,21,55,70,15,27,42,21,31,62,44,87,53,14]
+ [29,40,1,22,92,98,34,73,84,71,4,51,14,64,38,11,70,91,25,62,65,64,91,41,17,34,89,49,86,65,1,2,56,86,49,32,56,11,10,23,7,61,79,41,98,90,83,84,38,52]
+ [72,41,37,38,8,72,53,87,96,89,96,99,12,81,37,98,86,93,43,39,9,67,9,24,39,47,100,28,34,93,83,4,60,88,7,20,68,14,38,58,84,60,18,47,39,40,37,94,40,13]
+ [79,20,48,59,5,24,36,30,99,70,86,97,24,96,94,34,68,68,21,22,9,66,19,66,35,4,53,33,93,76,80,18,76,45,93,78,35,99,37,53,24,78,85,6,90,13,11,15,19,52]
+ [61,57,69,16,51,6,76,90,9,78,1,36,48,99,43,79,65,26,1,15,65,93,7,72,32,45,10,39,43,57,94,36,94,67,19,52,4,39,68,46,52,2,71,73,13,47,95,1,43,92]
+ [51,25,22,61,95,40,49,87,99,41,22,85,23,82,46,36,41,51,93,74,76,72,16,73,9,70,96,37,21,3,26,18,31,4,50,82,80,23,74,1,89,41,94,98,61,57,38,76,99,5]
+ [93,48,81,70,65,74,61,74,25,14,48,2,97,10,85,100,76,85,89,29,15,61,62,24,73,67,48,68,8,84,86,56,28,42,50,42,27,67,83,31,63,20,56,19,50,66,23,61,98,52]
+ [95,16,24,81,14,15,100,11,51,89,92,34,89,19,9,79,43,77,72,1,87,30,50,24,2,66,10,43,40,67,54,79,86,10,39,5,34,99,45,91,24,24,59,49,5,52,96,56,12,99]
+ [80,8,91,7,34,94,88,97,18,40,99,50,28,91,49,87,44,23,10,19,15,75,50,61,3,98,75,20,15,61,34,10,54,39,62,48,14,70,36,73,17,25,63,15,39,77,27,90,95,46]
+ [48,1,3,28,10,62,84,72,63,100,85,26,45,84,22,98,58,57,64,82,11,91,93,74,1,42,74,74,77,18,64,97,21,72,44,74,28,36,35,87,56,84,10,67,97,64,86,8,57,20]
+ [72,67,54,24,22,55,30,3,2,65,1,35,51,75,23,95,11,80,42,60,9,73,10,26,81,52,20,3,63,75,100,40,69,35,53,21,72,22,42,49,22,41,95,65,17,29,71,98,17,10]
+ [56,82,100,83,19,80,39,59,15,16,64,85,1,66,60,24,34,29,9,62,60,13,6,67,51,4,76,98,92,28,63,4,10,58,95,84,25,85,48,69,36,71,69,5,88,83,48,12,84,66]
+ [62,38,83,90,68,7,81,10,13,67,64,89,86,29,42,86,13,75,52,44,33,41,17,89,47,10,2,11,73,23,95,19,85,98,58,25,25,67,8,20,67,97,53,12,52,52,57,71,60,89]
+ [87,42,26,24,83,86,64,14,31,57,23,78,46,93,83,74,36,82,97,87,63,39,26,55,92,2,53,85,92,80,78,12,74,68,75,51,2,29,34,30,99,78,75,43,91,83,36,49,70,19]
+ [87,50,54,56,2,29,56,24,50,49,99,36,17,97,67,73,62,72,32,24,68,33,88,95,7,31,5,3,87,13,85,48,98,52,44,41,10,42,85,67,14,19,1,97,89,90,91,25,89,68]
+ [95,21,58,56,28,17,28,93,25,29,21,83,83,98,46,71,100,53,23,44,100,37,21,81,83,78,51,43,54,7,63,2,55,58,59,77,3,23,96,58,42,7,15,20,41,60,93,10,49,41]
+ [41,13,70,36,36,69,58,53,68,59,82,11,55,52,24,15,11,54,31,46,43,78,100,70,80,7,29,42,81,41,3,57,32,26,66,73,59,19,56,4,7,4,94,74,65,84,61,8,54,42]
+ [65,20,89,6,47,25,68,21,20,99,94,10,96,49,83,46,69,48,56,2,92,51,15,62,4,12,47,1,19,93,89,58,67,27,66,88,81,40,77,65,29,81,11,53,91,85,26,67,70,83]
+ [50,67,65,22,14,51,63,93,47,41,63,11,23,32,95,7,28,86,58,10,12,4,39,47,92,72,92,38,78,92,15,17,3,73,26,13,95,90,26,5,1,40,47,44,67,5,70,67,77,13]
+ [93,24,58,49,56,1,48,18,30,16,48,56,46,49,54,26,84,81,25,18,63,75,47,51,67,14,20,9,57,54,67,2,16,99,98,52,48,97,58,40,55,46,65,84,91,52,49,5,72,33]
+ [45,69,86,72,98,30,59,81,95,98,17,33,28,81,34,28,43,44,22,63,60,35,2,4,67,100,45,18,23,95,62,43,90,100,37,61,21,68,89,100,44,65,89,16,66,97,40,85,17,90]
+ [77,93,84,65,61,4,17,64,99,96,81,2,36,63,99,69,73,48,86,4,71,69,18,98,28,6,90,24,25,57,38,88,95,58,73,81,19,22,78,67,67,49,30,89,99,73,46,75,21,71]
+ [17,72,94,32,25,29,73,93,5,35,43,17,72,71,14,91,35,7,15,90,11,44,52,97,2,77,59,12,54,38,35,87,15,33,65,84,27,29,86,54,38,63,75,34,71,68,34,84,88,32]
+ [54,21,37,57,16,97,36,83,44,57,41,50,10,94,80,42,63,22,33,84,10,17,30,3,53,25,83,70,7,54,35,66,47,3,17,85,89,94,52,12,81,81,44,61,10,61,4,2,17,100]
+ [31,22,91,25,57,26,73,34,57,35,56,41,29,2,2,23,7,92,79,14,76,87,21,50,74,36,51,90,73,52,81,32,15,23,37,60,20,31,75,68,8,19,87,57,75,39,37,67,15,2]
+ [21,35,62,40,24,15,51,47,88,78,27,33,50,96,52,75,28,73,67,89,10,46,84,41,22,67,13,13,61,39,43,40,29,83,67,36,79,35,69,41,68,24,37,100,56,90,49,21,63,69]
+ [78,50,71,11,94,60,24,31,46,93,57,61,35,98,91,22,21,56,5,88,38,35,87,25,33,11,14,88,50,41,68,5,84,33,19,58,31,7,53,76,46,83,44,1,93,55,57,65,47,15]
+ [66,26,63,93,5,22,61,52,53,42,37,36,27,31,52,68,64,20,58,18,1,23,99,79,43,68,23,20,76,73,81,45,76,7,99,30,68,38,80,51,86,92,67,40,88,54,97,40,47,72]
+ [98,17,67,46,42,48,13,37,26,44,25,83,37,1,26,78,31,91,93,57,89,18,68,17,7,35,83,50,72,69,72,92,78,11,12,88,26,54,97,53,34,38,91,17,78,43,85,38,48,64]
+ [59,100,3,81,98,1,4,98,23,79,74,3,45,40,77,28,46,11,74,2,38,53,87,67,42,24,26,36,31,37,28,70,51,49,45,47,9,28,54,44,14,65,26,42,60,98,28,72,96,99]
+ [69,38,2,67,48,54,44,7,81,22,61,70,22,79,21,56,2,55,92,100,14,8,38,81,90,69,88,24,33,14,19,93,37,63,77,49,73,53,77,70,82,19,24,2,55,5,100,5,84,57]
+ [19,89,97,19,65,82,43,29,24,63,22,6,81,87,54,99,72,74,7,33,94,64,67,91,30,87,14,34,24,61,57,88,96,98,26,17,24,59,87,99,21,83,23,31,82,49,51,71,92,65]
+ [41,39,78,49,89,32,94,20,61,26,12,70,72,75,13,66,63,54,4,34,20,8,96,61,91,69,62,5,48,49,23,100,89,57,45,44,19,36,47,79,30,45,58,47,70,18,27,83,95,44]
+ [22,77,49,59,22,89,31,8,34,48,77,96,79,37,33,48,36,15,10,78,81,6,54,72,78,12,85,19,42,45,100,99,10,66,58,90,77,42,87,67,6,13,43,80,69,17,89,8,65,28]
+ [51,74,65,73,69,41,65,20,23,89,19,13,68,9,75,65,12,36,99,58,30,63,37,72,66,89,25,95,31,76,55,54,72,59,95,87,50,59,4,31,37,91,86,27,7,12,80,47,31,44]
+ [88,80,3,88,73,97,66,17,45,40,44,76,25,38,54,38,16,84,30,48,95,79,76,67,77,16,90,2,95,39,89,73,9,15,71,41,14,43,28,45,98,72,35,13,66,11,76,65,69,62]
+ [42,75,31,85,35,2,68,55,100,36,67,4,82,55,55,49,27,55,72,2,10,97,51,58,70,89,70,80,74,84,26,99,47,99,90,59,74,71,52,30,17,70,65,51,29,38,1,81,99,86]
+ [54,72,28,94,51,48,68,86,49,46,37,100,33,7,92,7,80,53,49,22,96,52,92,98,41,82,37,95,16,18,18,1,33,98,91,75,28,81,27,66,5,10,10,22,53,82,42,71,93,3]
+ [93,39,48,61,71,25,62,60,97,9,80,83,86,24,53,35,7,24,58,13,3,30,91,8,41,23,13,83,51,86,20,16,23,50,25,99,6,33,71,29,50,27,46,82,3,77,12,70,37,55]
+ [48,25,15,3,18,26,33,77,47,5,7,40,75,54,98,9,45,63,9,88,3,34,77,90,8,93,97,84,82,76,29,15,74,57,16,79,63,46,36,19,55,85,7,57,68,61,95,18,49,28]
+ [5,37,40,9,67,31,21,6,6,74,14,27,90,39,43,10,83,80,17,82,43,72,40,2,14,70,99,79,38,34,57,51,19,48,21,65,3,51,18,88,76,36,71,32,47,16,16,84,69,88]
+ [28,33,39,98,78,7,46,77,3,17,52,9,19,44,60,38,81,34,26,58,91,1,97,83,47,43,41,16,46,85,77,88,99,33,38,31,55,50,42,19,100,7,59,15,5,32,47,48,61,24]
+ [17,90,58,38,62,61,23,80,8,28,77,56,6,75,68,22,77,12,44,36,56,40,14,9,7,8,80,71,27,100,32,25,65,1,93,22,67,70,98,21,93,57,64,87,3,86,44,1,11,18]
+ [45,76,39,75,89,6,42,66,23,64,38,2,2,30,43,25,57,17,24,34,58,19,63,27,54,52,91,87,36,24,45,100,64,72,40,18,72,44,2,76,35,24,60,44,28,99,72,4,76,97]
+ [29,77,30,80,37,52,78,14,16,86,27,63,79,94,57,88,98,15,93,70,68,94,83,41,14,30,11,48,99,4,25,40,27,49,68,68,21,5,13,64,53,1,41,13,92,61,14,66,60,39]
+ [21,12,31,48,40,1,48,3,8,78,53,83,63,70,44,56,16,70,66,62,58,28,40,56,64,72,30,93,13,25,70,91,6,48,10,17,53,1,70,18,10,16,23,49,66,25,15,50,15,91]
+ [17,37,69,6,70,36,49,55,37,47,95,95,9,81,100,26,96,56,16,13,70,94,50,21,16,79,24,79,72,15,83,7,4,98,16,82,8,55,77,94,95,41,30,46,91,37,72,77,44,95]
+ [69,59,92,13,74,85,29,17,22,81,31,6,37,49,6,73,97,59,71,100,11,61,100,87,98,50,6,93,89,71,85,79,92,21,86,16,36,93,1,37,91,56,45,2,91,42,68,29,73,74]
+ [27,83,88,80,49,80,53,30,38,5,99,64,92,93,41,66,12,28,60,97,87,90,44,17,48,97,93,76,87,55,65,33,63,60,21,67,66,26,11,54,11,45,77,94,68,15,66,11,39,83]
+ [32,40,11,6,82,47,69,7,37,42,49,7,60,25,68,68,32,52,34,29,17,7,17,24,82,70,82,66,79,95,74,84,51,84,31,89,83,82,37,26,22,80,45,61,94,58,87,31,93,36]
+ [72,4,39,8,73,97,59,4,30,80,99,93,98,63,5,6,90,63,60,67,52,87,77,10,22,26,34,78,87,72,2,24,10,68,35,14,62,86,68,36,44,71,49,44,34,70,27,86,84,13]
+ [9,23,53,70,35,68,26,70,41,99,97,2,66,92,17,43,56,58,97,97,54,8,23,30,30,16,14,63,53,66,7,70,14,71,49,24,79,21,77,100,30,28,61,18,16,39,25,43,11,79]
+ [73,52,35,26,19,4,47,78,83,33,68,3,17,4,55,77,47,35,27,96,31,57,10,96,61,72,33,67,100,73,79,87,41,6,50,70,37,15,14,20,2,24,66,87,79,48,64,52,42,100]
+ [99,83,80,67,29,76,56,51,7,40,17,4,77,20,70,90,2,96,99,60,5,78,91,89,76,64,28,36,87,76,6,54,17,49,36,7,85,26,91,27,98,85,79,75,69,33,31,38,77,87]
+ [10,46,90,3,58,46,17,12,12,76,93,70,38,1,84,31,53,21,56,2,19,18,41,59,37,57,51,81,72,33,58,90,96,15,17,34,83,62,19,28,48,27,93,92,15,98,9,38,37,60]
+ [87,100,97,25,50,65,59,51,54,35,10,40,100,2,48,96,71,21,86,41,67,71,68,22,2,96,98,45,96,33,87,65,100,72,92,72,59,34,98,50,33,87,11,63,21,55,27,46,91,48]
+ [37,44,11,7,71,83,7,93,45,21,85,25,25,76,62,69,64,23,72,50,6,23,79,96,3,82,38,34,82,25,57,6,64,5,3,17,61,94,89,89,81,35,63,35,69,91,66,61,57,7]
+ [44,50,49,80,9,19,57,20,23,95,30,58,31,67,1,85,3,9,6,57,46,29,67,22,16,79,78,32,86,72,60,16,70,60,76,49,82,81,13,85,10,33,43,27,78,12,26,20,99,85]
+ [68,13,62,98,28,41,58,22,47,85,38,9,95,12,11,6,75,29,91,30,75,41,14,31,3,51,34,47,46,5,11,17,62,40,86,48,87,37,100,47,81,32,5,96,58,7,24,70,86,70]
+ [90,33,42,62,5,66,64,3,57,89,72,78,1,78,80,19,61,79,53,96,98,3,8,57,82,98,87,53,28,8,17,17,82,63,14,12,96,100,73,4,22,32,37,33,63,82,50,77,50,33]
+ [13,57,31,57,76,54,85,65,95,2,73,18,93,82,50,15,33,97,79,21,8,61,2,79,4,33,35,77,62,95,20,53,79,30,71,30,89,97,67,52,21,79,53,81,25,86,57,18,4,58]
+ [82,75,76,85,94,64,26,64,73,48,16,2,26,58,41,64,79,42,30,19,7,62,48,26,13,32,8,28,73,80,40,33,71,43,18,40,23,33,84,73,50,75,52,21,46,74,78,21,86,33]
+ [12,52,8,69,38,54,5,17,32,13,82,25,95,52,75,10,82,88,3,17,82,55,34,99,93,8,16,81,67,2,11,96,30,77,65,61,37,70,32,81,33,22,12,63,21,5,52,84,98,56]
+ [68,62,21,23,71,41,74,47,24,29,54,75,54,86,36,32,41,67,96,13,52,35,50,36,47,52,9,46,78,5,27,96,59,56,31,30,50,33,82,31,99,53,26,63,29,43,6,31,10,96]
+ [57,60,60,58,22,93,60,98,59,75,90,94,10,77,90,6,79,69,87,1,82,99,52,66,40,26,80,90,46,41,18,66,64,44,32,78,95,15,28,37,27,36,28,7,83,63,58,20,34,23]
+ [76,58,59,66,26,55,56,6,29,43,77,74,2,49,30,46,52,84,67,54,74,64,6,13,52,21,5,22,41,31,14,6,64,50,32,2,90,41,25,68,1,93,62,31,29,92,35,92,93,24]
+ [38,16,79,42,88,40,49,26,42,28,34,30,81,38,95,15,2,7,39,59,84,97,95,13,18,61,97,68,80,27,90,33,10,100,29,52,51,93,17,48,72,85,80,47,30,18,78,89,65,34]
+ [47,91,4,3,27,24,66,80,50,99,67,94,58,34,77,18,37,33,30,13,39,80,37,49,35,27,14,36,18,28,51,9,16,18,42,73,11,86,61,97,58,3,42,91,12,90,78,27,88,56]
+ [16,8,27,45,20,79,21,61,68,74,77,82,36,1,85,35,52,28,23,58,66,100,11,24,54,32,21,14,35,44,65,87,38,78,73,65,75,68,29,22,74,50,100,74,82,81,36,74,100,35]
+ [98,78,11,56,83,75,89,84,70,29,48,76,2,92,73,25,53,58,73,18,94,41,16,54,65,42,47,41,50,98,28,27,9,5,79,64,97,68,11,15,59,4,86,23,11,21,33,87,42,50]
+ [5,93,30,91,78,20,98,82,19,96,74,98,34,63,81,92,95,25,70,62,82,8,5,17,28,7,39,43,90,54,91,10,3,8,36,17,39,99,15,45,23,48,28,61,96,8,86,20,36,64]
+ [64,92,91,90,79,4,3,68,98,51,73,7,4,95,10,8,53,72,7,58,35,54,57,32,21,48,11,55,75,48,33,68,1,17,55,33,54,41,74,90,28,25,100,44,82,34,79,72,6,98]
+ [44,87,4,60,96,25,23,34,80,54,87,46,16,85,94,49,32,64,81,5,32,88,32,66,89,25,69,100,15,14,87,8,37,34,4,17,23,37,26,61,5,96,100,29,32,22,45,6,12,46]
+ [79,65,23,30,39,81,96,5,58,35,45,3,27,23,62,34,71,11,31,61,70,56,36,99,54,75,9,17,56,36,15,70,52,61,91,19,44,42,40,86,8,67,33,86,4,2,84,87,90,92]
+ [53,14,64,60,30,46,19,56,6,10,100,74,62,19,20,7,55,8,78,99,48,57,12,67,22,32,48,30,59,16,7,66,63,31,59,19,54,31,38,36,93,79,12,68,62,43,81,81,94,81]
+ [49,66,92,53,83,3,26,63,81,99,72,69,16,92,99,44,29,92,7,56,5,94,24,87,45,34,67,1,77,44,79,57,15,55,47,1,91,40,36,28,41,50,70,20,62,40,67,25,94,18]
+ [84,26,27,9,45,79,34,85,46,25,4,43,100,65,34,93,31,88,8,33,94,53,58,99,38,100,18,46,58,13,55,94,52,11,23,73,82,5,30,84,24,40,13,41,47,49,34,80,78,14]
+ [17,58,68,26,7,31,62,23,82,37,50,98,74,24,84,94,96,64,76,88,49,76,38,4,66,36,86,34,71,29,90,65,26,49,94,74,11,84,47,58,43,48,27,89,58,72,88,92,51,44]
+ [94,8,81,44,67,21,81,3,86,24,4,54,12,75,35,68,31,67,24,85,12,86,71,7,70,47,98,85,100,62,85,24,86,48,16,35,69,60,20,28,46,64,54,34,5,3,22,78,73,13]
+ [60,86,44,96,72,25,83,100,4,21,80,71,16,49,17,45,36,23,97,43,82,59,65,31,83,26,24,7,77,49,74,81,10,55,26,83,73,33,77,13,98,49,61,73,96,51,50,3,17,35]
+ [22,54,36,56,18,95,58,55,1,25,52,75,38,14,93,62,25,73,67,40,91,55,3,56,4,24,54,25,97,17,2,10,34,6,45,59,76,99,38,52,39,54,63,15,10,77,10,16,64,51]
+ [87,37,81,8,91,16,9,20,24,64,24,51,82,31,50,32,48,43,28,18,33,76,97,43,4,46,44,86,19,7,35,21,46,12,31,81,27,76,31,71,6,30,34,39,44,84,98,34,27,8]
+ [49,33,1,70,100,74,18,49,65,74,16,92,9,64,1,21,45,65,65,5,48,94,8,74,82,26,35,89,14,55,21,42,69,82,10,9,33,67,76,91,7,42,47,88,88,31,81,64,53,87]
+ [53,51,40,44,26,94,86,38,88,60,9,15,45,21,87,32,37,86,63,64,17,58,54,43,8,6,46,32,49,23,2,16,81,65,18,65,3,48,69,100,64,37,52,59,40,95,94,25,40,87]
+ [37,42,87,72,45,56,90,100,18,65,19,98,60,55,35,34,58,77,23,94,85,67,58,49,20,75,31,96,28,40,50,97,17,4,54,59,89,86,12,49,74,30,4,6,100,94,5,87,96,84]
+ [86,97,89,16,20,45,69,30,27,34,46,36,57,4,95,2,8,9,42,55,90,53,47,95,33,88,10,50,92,97,21,20,21,54,83,47,37,53,67,67,12,24,30,10,2,31,28,32,41,82]
+ [99,29,98,75,40,43,83,65,68,59,65,62,26,12,79,91,10,42,37,22,51,18,87,91,3,33,65,66,66,61,20,3,39,25,72,79,88,66,92,7,50,63,29,92,64,83,54,75,23,36]
+ [47,76,48,92,10,15,85,3,66,19,4,38,25,6,90,53,94,25,1,45,82,61,6,49,32,53,61,72,2,98,100,48,77,51,11,63,71,43,54,74,51,75,11,19,96,73,47,49,24,63]
+ [61,80,62,74,66,76,83,39,31,98,74,80,37,20,60,62,29,43,77,52,53,7,1,83,97,88,33,12,12,34,21,73,4,99,42,88,9,59,23,92,46,31,49,41,84,15,8,34,50,53]
+ [69,76,96,91,20,31,51,94,9,34,85,67,97,8,46,15,28,26,68,45,88,40,16,14,90,93,63,30,34,68,71,74,45,73,24,85,50,58,16,71,42,69,70,23,66,93,2,78,30,50]
+ [2,39,36,6,15,96,89,97,25,62,90,76,51,5,26,77,59,43,59,62,44,88,66,84,48,65,32,13,51,55,43,13,93,22,68,12,24,7,38,43,94,87,68,45,83,93,10,71,7,42]
+ [64,34,73,71,75,37,48,42,65,61,86,19,51,77,16,24,3,67,18,49,92,100,39,1,9,80,94,72,86,53,57,4,22,86,98,65,62,30,95,81,17,83,13,59,99,28,36,88,59,50]
+ [62,28,61,82,48,65,90,60,3,80,30,24,36,23,56,21,55,61,22,4,58,7,26,73,43,99,85,59,73,84,74,66,68,99,82,86,20,18,12,82,100,75,57,68,56,70,47,83,1,64]
+ [65,29,64,47,62,67,18,45,26,48,2,21,49,14,47,61,30,44,62,88,63,29,97,34,61,52,12,29,70,48,12,30,81,39,22,77,62,91,43,31,44,4,9,2,20,12,22,56,10,54]
+ [5,76,87,1,91,56,5,15,80,89,88,7,73,34,23,58,9,44,1,9,47,3,18,9,91,84,49,43,47,20,80,16,17,41,22,89,94,38,6,91,62,70,87,77,84,24,34,76,70,29]
+ [60,15,49,93,63,25,14,74,63,56,78,39,59,54,51,47,55,12,87,64,67,3,31,21,79,13,56,91,97,11,70,92,22,38,54,35,76,4,2,37,86,87,47,61,71,40,78,21,31,83]
+ [34,58,100,1,25,30,42,46,38,26,35,22,70,55,72,80,53,74,5,52,100,35,36,40,99,3,67,2,51,67,93,54,20,58,99,75,38,21,22,16,14,4,19,14,56,62,19,74,57,13]
+ [86,7,59,79,18,75,29,25,82,40,69,95,68,79,51,54,8,96,63,61,80,39,42,44,37,86,80,85,28,76,31,53,2,64,95,15,63,72,69,91,80,18,61,10,82,57,74,39,35,49]
+ [31,46,100,67,66,3,70,74,64,7,70,64,64,72,13,18,71,13,83,95,93,1,22,71,68,1,32,3,70,31,59,91,100,8,31,78,58,40,30,40,20,38,79,93,34,98,10,50,58,9]
+ [62,26,63,12,28,86,59,2,75,89,53,8,87,88,42,91,10,62,45,16,96,49,19,27,38,37,18,19,29,36,11,31,63,11,91,20,67,96,28,56,80,13,46,7,100,90,81,53,3,40]
+ [60,72,19,98,82,93,59,94,93,89,100,96,27,86,77,66,50,45,28,48,34,43,97,42,70,45,55,86,27,41,31,71,79,27,31,36,33,56,1,88,75,71,56,62,20,32,80,98,90,68]
+ [29,88,22,8,87,83,7,1,72,84,59,84,15,2,81,69,11,25,51,89,79,14,57,72,66,95,79,10,38,93,17,70,6,14,85,66,66,26,67,17,74,86,13,60,6,96,96,60,62,100]
+ [1,68,7,93,91,19,42,13,37,59,15,5,62,29,38,53,12,96,24,18,39,60,19,81,8,90,39,9,78,29,42,69,60,46,40,74,52,30,60,78,29,93,35,23,22,17,51,100,64,15]
+ [38,3,49,8,79,27,78,94,58,47,58,90,8,11,14,19,45,34,56,16,59,78,57,64,47,38,94,49,61,83,49,45,73,97,89,96,14,63,55,83,81,65,31,37,16,16,64,19,72,32]
+ [65,85,54,81,45,76,31,83,68,43,93,93,26,52,79,33,60,77,95,2,44,9,26,52,17,74,27,18,95,3,55,63,33,84,25,84,7,97,26,77,29,26,40,33,92,84,60,35,90,58]
+ [15,59,49,46,79,54,58,15,78,75,48,66,5,57,53,25,25,26,92,21,88,38,3,43,1,39,17,82,62,60,64,39,57,55,2,43,26,85,94,16,52,42,67,42,50,85,34,62,55,100]
+ [55,21,66,9,26,29,54,18,52,86,13,76,20,28,44,57,38,96,24,79,63,92,12,84,46,48,52,16,82,50,66,32,97,50,24,40,47,70,11,55,83,14,90,6,68,69,50,98,65,93]
+ [38,23,91,47,44,94,42,95,74,65,17,57,29,55,37,48,62,92,52,35,8,41,66,39,45,5,75,34,92,27,90,85,15,35,2,3,54,42,99,55,30,5,83,50,22,50,46,85,95,99]
+ [39,93,77,69,100,36,41,4,61,36,77,47,37,24,22,25,18,36,78,25,34,93,77,64,6,41,96,87,16,9,32,41,91,98,49,47,88,33,64,88,77,100,45,76,21,23,30,98,79,10]
+ [44,65,32,51,97,89,38,5,50,25,96,35,3,85,17,71,46,84,33,22,39,45,81,59,50,95,13,96,52,40,53,24,48,89,2,3,16,95,44,57,92,17,57,37,91,38,85,37,100,93]
+ [16,83,11,40,100,11,45,28,62,14,28,46,66,49,89,70,52,52,18,76,89,8,4,77,23,87,20,55,17,62,61,63,22,62,50,65,2,89,8,99,7,29,75,35,22,84,3,43,11,11]
+ [89,9,58,63,92,46,37,85,38,73,93,53,31,52,35,67,11,13,27,6,64,29,44,35,71,100,44,1,66,82,78,17,58,13,75,17,47,19,88,43,53,97,97,47,88,46,87,14,9,34]
+ [55,10,56,1,94,82,8,51,5,7,99,61,21,34,79,4,62,86,82,78,73,64,77,3,84,70,40,41,83,95,65,9,23,3,8,73,9,29,79,92,77,93,35,65,93,82,94,5,91,31]
+ [86,82,27,65,16,6,88,85,64,88,64,89,59,98,69,80,36,62,89,59,40,86,70,7,89,87,6,60,42,54,78,19,55,65,77,6,63,38,47,1,74,67,57,1,54,23,43,34,51,60]
+ [44,23,97,60,100,12,89,80,20,99,56,63,71,87,33,85,72,54,44,87,71,88,77,19,61,49,28,18,33,77,16,37,47,48,74,97,30,61,21,94,89,1,100,76,80,28,37,86,36,55]
+ [67,55,29,37,61,6,24,62,75,7,60,23,86,70,48,77,2,65,47,61,21,65,24,14,94,77,100,87,90,14,94,50,19,73,76,30,64,36,44,43,22,58,91,90,8,61,81,73,90,35]
+ [19,63,82,89,11,87,77,4,73,88,35,38,20,82,70,34,98,63,79,5,72,37,2,60,17,71,5,73,15,51,21,34,84,26,19,48,42,66,65,7,49,50,60,34,66,62,26,81,7,70]
+ [39,15,41,59,50,81,55,16,11,68,15,79,28,93,8,14,44,26,15,71,45,7,84,52,7,63,7,21,83,18,35,2,42,3,81,36,64,42,8,81,3,53,43,4,89,26,90,72,90,71]
+ [31,8,54,10,33,83,84,24,62,17,37,79,95,9,46,49,79,3,69,78,51,98,75,30,60,43,8,98,29,26,55,51,65,69,7,16,87,34,64,95,43,35,90,5,39,76,14,89,16,13]
+ [61,15,80,2,9,63,77,10,16,31,41,68,97,52,45,59,8,82,97,83,97,41,70,36,15,93,71,64,29,13,44,5,53,24,79,82,94,28,7,1,56,4,35,62,41,75,85,19,99,84]
+ [50,20,91,30,19,4,16,53,72,99,50,71,50,83,94,7,60,93,38,6,64,9,89,80,37,34,40,68,41,73,5,31,27,63,20,98,37,38,44,27,68,75,43,51,56,50,95,49,9,90]
+ [26,39,57,10,77,31,82,90,45,66,20,69,13,74,10,12,97,28,80,42,18,22,19,95,57,79,8,62,26,3,12,20,73,37,42,71,99,95,42,9,40,60,4,43,44,73,82,1,68,81]
+ [34,66,88,10,45,32,70,88,89,29,24,45,93,36,29,53,64,31,36,21,33,71,75,71,32,84,58,60,66,84,83,33,50,34,9,33,76,33,83,96,40,37,66,59,15,76,67,95,53,98]
+ [89,54,53,54,67,64,98,19,59,54,57,16,82,78,54,36,67,76,39,29,79,72,94,22,54,93,10,54,33,18,15,33,71,11,95,69,97,56,7,88,30,70,2,73,49,22,90,100,98,56]
+ [65,100,33,1,15,59,74,44,64,23,75,51,77,39,28,84,98,68,81,70,44,60,61,93,66,67,95,47,23,19,69,61,40,40,95,34,62,4,54,15,30,50,31,2,24,33,34,45,70,83]
+ [34,81,1,20,20,36,40,92,8,76,79,83,56,22,69,83,7,49,44,56,2,1,1,59,5,95,94,38,13,79,50,40,4,7,22,7,3,58,50,78,17,95,48,38,76,26,91,23,6,79]
+ [9,69,46,49,6,90,93,90,59,46,46,5,41,6,4,92,1,22,38,82,2,66,40,81,18,67,17,59,98,94,61,71,22,80,48,41,68,18,100,33,71,4,90,44,77,15,12,42,98,81]
+ [67,58,19,90,40,89,81,96,24,5,13,51,86,98,79,92,26,57,88,2,10,93,90,72,91,62,74,14,74,40,14,49,71,34,20,93,63,45,60,14,88,55,72,4,98,3,3,71,42,56]
+ [86,83,43,20,74,6,8,62,5,99,60,20,76,7,86,68,2,34,83,94,15,28,80,85,58,60,47,5,82,2,9,45,67,10,63,96,61,5,26,59,56,70,44,27,85,7,56,50,47,37]
+ [32,55,66,26,97,43,42,12,85,30,92,52,55,58,56,29,83,11,3,94,90,90,18,73,23,20,76,62,78,69,39,32,42,32,99,78,51,100,82,34,17,3,52,94,5,23,41,88,11,23]
+ [93,64,17,18,48,62,58,75,34,14,84,81,11,36,61,39,84,39,63,15,21,33,85,69,70,43,31,46,94,1,93,45,53,46,36,71,73,46,66,30,33,48,14,27,90,23,86,67,81,99]
+ [12,58,46,1,37,72,26,51,10,77,2,42,8,25,5,50,2,68,65,62,28,21,21,82,29,55,85,40,73,72,56,31,83,56,49,19,25,65,36,7,50,96,75,94,48,44,3,33,44,84]
+ [47,24,42,65,28,94,10,85,67,10,60,13,79,83,66,88,42,67,92,80,57,5,32,75,58,19,50,3,61,31,79,3,86,8,100,36,34,34,1,84,86,76,69,95,45,69,58,9,82,91]
+ [85,21,79,14,10,72,22,86,27,43,25,21,63,7,6,6,9,89,39,73,38,83,95,38,23,74,68,8,21,18,44,65,60,25,46,14,35,91,69,33,35,42,50,50,16,59,87,17,31,71]
+ [8,34,21,99,95,33,33,63,95,63,33,60,5,15,11,44,75,35,34,72,1,72,47,47,21,88,67,13,96,9,76,81,16,58,71,6,98,96,12,1,1,20,99,70,81,37,88,95,99,65]
+ [11,60,16,27,61,84,79,55,91,24,92,17,2,25,60,55,28,8,6,76,49,20,5,67,63,49,68,83,51,25,6,59,8,89,56,35,15,6,86,68,54,86,67,14,75,11,83,90,44,57]
+ [8,34,20,78,54,29,65,88,41,35,95,57,10,10,80,55,92,52,38,15,1,61,52,66,60,9,43,40,56,56,4,80,98,84,52,92,41,83,11,11,53,39,23,38,8,36,37,1,58,42]
+ [5,21,92,25,69,67,12,35,53,46,70,78,49,49,1,24,17,32,88,39,84,84,95,47,94,73,73,15,3,89,17,70,33,83,61,28,7,88,89,48,97,21,98,3,27,54,33,12,99,16]
+ [60,5,64,31,56,7,4,67,39,42,32,88,85,64,69,75,1,46,57,17,43,20,94,91,59,25,46,29,55,26,75,68,46,2,100,16,44,57,51,37,12,39,41,43,79,92,35,42,71,76]
+ [32,10,50,54,99,82,44,97,50,72,75,76,71,81,70,83,77,36,6,71,38,53,78,74,14,69,28,13,58,82,1,63,38,15,79,73,61,35,62,74,5,24,35,94,36,32,70,89,45,83]
+ [3,15,53,36,39,45,14,17,3,30,50,13,10,9,12,75,41,47,88,12,40,40,3,39,44,72,92,9,7,11,41,8,98,52,82,78,42,66,56,70,17,20,83,70,67,95,1,75,68,95]
+ [73,42,30,80,73,12,6,95,96,92,42,95,69,55,91,48,14,40,39,24,6,9,38,77,13,82,48,81,1,77,70,9,31,72,90,19,21,4,83,7,81,43,41,43,77,13,60,36,65,57]
+ [35,32,34,12,74,20,92,85,48,24,36,88,30,65,90,52,68,13,63,17,62,68,13,50,53,65,93,17,64,82,100,19,77,54,85,18,75,18,34,12,90,73,9,20,64,61,89,17,46,15]
+ [97,72,54,64,20,78,8,28,55,73,40,4,77,69,19,31,16,27,95,80,73,17,79,85,79,88,28,29,42,17,99,78,66,33,92,91,44,79,95,47,95,44,64,97,80,74,34,75,45,69]
+ [88,59,64,84,59,6,18,95,95,80,97,36,17,44,59,36,67,93,59,5,61,79,34,44,16,6,86,7,6,62,69,97,50,32,86,58,16,89,90,51,62,27,69,57,33,66,98,65,62,84]
+ [10,81,81,65,12,3,93,8,5,7,61,98,85,66,100,82,85,68,85,69,13,89,44,31,69,23,15,15,74,34,22,16,32,83,55,62,37,35,38,47,73,53,83,81,94,20,13,54,17,76]
+ [99,70,47,8,87,37,94,41,71,24,61,8,24,35,74,72,83,27,72,78,14,66,4,7,66,33,100,73,77,28,30,10,38,80,51,13,76,25,32,75,15,14,77,37,83,74,10,39,50,3]
+ [38,40,89,4,98,79,55,40,86,99,18,53,54,25,35,52,78,88,57,49,14,94,37,58,33,34,53,48,58,97,4,44,52,14,75,85,15,61,20,45,3,11,38,2,21,50,69,69,41,58]
+ [52,4,85,5,47,22,19,54,74,80,74,91,40,39,83,100,72,68,90,75,18,60,16,56,31,90,96,68,15,44,6,90,96,62,24,33,21,53,84,22,5,22,73,57,69,87,54,95,65,97]
+ [33,97,92,31,74,89,2,8,41,67,89,83,63,79,58,52,80,95,10,41,51,66,5,15,9,91,9,70,37,93,27,7,57,96,53,18,40,75,64,23,81,36,46,67,24,73,91,3,60,20]
+ [63,23,20,97,3,46,86,76,43,63,17,46,81,30,90,43,5,28,32,57,49,99,19,37,68,22,100,93,62,29,30,59,11,65,21,88,14,35,33,6,13,56,44,43,62,59,26,41,48,67]
+ [36,65,91,75,37,5,13,91,99,75,11,78,70,44,55,85,43,7,46,27,2,84,74,14,43,50,37,12,52,19,23,42,28,81,17,66,54,34,55,97,5,18,95,28,41,38,29,58,8,48]
+ [46,11,39,8,83,31,28,58,25,48,10,53,42,78,61,49,14,28,68,98,70,11,88,55,53,42,7,31,61,56,42,14,46,41,73,27,57,46,59,4,83,96,48,48,55,99,68,45,12,37]
+ [53,41,30,9,83,22,61,64,70,26,6,72,69,99,44,91,74,99,55,37,10,93,85,23,93,45,99,7,33,81,32,40,50,17,42,39,98,62,9,94,54,75,80,79,12,20,84,5,37,4]
+ [34,81,88,91,61,17,21,95,91,32,63,82,54,14,99,93,79,63,6,10,64,79,8,6,63,76,20,52,74,87,33,63,28,93,49,31,45,22,45,50,1,86,44,85,50,94,69,96,71,26]
+ [54,28,60,2,62,93,12,67,92,9,98,80,78,22,5,31,67,78,74,70,3,30,61,79,95,23,39,24,41,41,89,94,53,21,69,80,87,25,34,23,39,33,74,89,83,32,41,82,11,5]
+ [87,70,61,99,69,43,93,20,6,62,70,81,74,11,99,88,100,52,24,12,69,83,31,22,94,94,10,90,74,4,67,42,91,8,18,18,15,17,17,76,36,8,14,50,74,32,65,68,82,95]
+ [11,89,38,34,91,69,23,3,13,89,78,65,65,25,25,86,25,18,10,42,45,68,24,99,37,31,25,83,22,19,74,13,72,69,96,33,75,48,75,95,89,21,15,25,57,18,75,78,6,31]
+ [35,15,76,29,95,18,78,8,27,79,39,87,56,60,16,79,60,7,86,96,42,10,6,88,2,22,99,44,3,30,98,58,88,52,11,54,94,66,99,49,75,83,6,11,50,39,92,50,26,92]
+ [88,52,9,21,48,71,66,94,82,76,25,68,79,86,65,13,54,77,95,56,89,72,87,20,37,19,23,29,52,98,73,55,50,92,14,58,35,3,7,13,65,47,99,63,32,44,19,36,65,80]
+ [74,69,58,38,81,24,1,58,14,92,74,45,57,52,88,16,5,7,58,100,47,56,65,18,61,90,89,9,71,30,46,72,7,27,84,33,45,55,24,17,52,6,89,41,77,68,35,35,30,71]
+ [90,100,98,72,44,59,70,46,9,50,91,75,72,94,22,32,45,75,70,34,27,80,89,83,76,26,51,96,15,11,30,3,15,55,2,8,47,100,15,77,38,24,27,90,52,4,85,20,5,7]
+ [64,57,30,75,30,6,52,87,55,96,41,91,66,91,25,35,98,16,45,83,12,47,5,3,12,2,47,79,42,86,96,20,28,27,96,60,77,52,28,60,67,95,19,97,43,30,46,83,64,23]
+ [33,88,67,19,99,65,16,79,1,2,84,15,37,56,27,56,37,87,68,40,75,24,76,64,73,16,76,35,27,78,77,87,21,63,45,86,79,6,77,74,44,67,74,93,61,43,7,98,63,18]
+ [31,59,42,40,6,35,77,38,50,50,51,61,52,4,82,25,87,9,69,17,71,25,98,61,99,16,77,20,15,45,92,20,33,23,86,87,96,4,14,95,16,88,21,58,6,15,8,68,34,2]
+ [85,88,69,66,60,78,86,86,32,77,65,48,100,1,48,7,63,37,94,62,32,53,92,71,60,64,88,56,5,37,12,27,45,74,29,1,91,96,33,5,22,94,3,14,42,30,8,8,17,31]
+ [9,19,35,99,92,9,88,38,42,9,2,9,17,41,13,83,76,82,73,90,12,42,93,99,24,21,98,1,88,90,39,90,81,56,62,85,59,68,17,44,38,94,2,50,52,40,25,34,16,55]
+ [75,16,86,22,90,13,83,7,1,82,67,50,29,28,4,67,14,68,32,78,15,12,27,69,45,69,77,71,51,30,39,5,96,22,98,70,5,30,60,82,88,99,19,67,15,6,67,32,63,99]
+ [15,37,94,42,77,64,14,47,9,30,35,8,54,69,7,31,73,78,62,70,17,8,30,13,88,84,79,80,56,75,99,19,80,50,68,28,22,26,49,71,25,27,75,98,19,57,68,54,88,35]
+ [9,72,12,9,91,33,86,55,49,96,59,60,72,100,68,65,28,25,90,98,7,37,29,48,79,60,95,31,55,76,63,78,46,60,6,44,57,11,81,38,93,72,44,69,75,84,26,45,92,36]
+ [60,6,33,61,12,73,62,36,98,96,56,66,19,99,53,52,20,13,99,89,5,52,67,33,41,16,4,83,48,35,75,44,82,89,75,56,80,95,18,71,80,48,72,65,49,82,69,40,93,23]
+ [9,18,48,69,81,34,88,44,75,64,46,65,29,60,29,21,100,21,73,94,30,52,97,34,94,99,60,92,51,9,85,86,65,25,81,85,20,30,83,57,16,1,22,49,2,20,22,93,72,91]
+ [52,18,66,23,20,70,88,68,34,88,97,30,84,86,75,63,61,18,67,40,11,41,5,13,78,24,71,96,74,80,22,6,82,11,100,10,21,73,42,53,55,2,55,94,56,67,37,5,57,84]
+ [91,52,63,14,99,63,23,78,94,55,14,59,72,31,78,48,24,20,8,47,35,13,51,32,75,20,99,96,94,16,70,100,44,27,34,65,96,50,17,18,33,34,30,29,64,5,47,23,86,59]
+ [32,81,65,93,9,99,67,100,42,43,99,75,75,73,8,43,21,22,94,56,14,36,94,65,88,73,41,38,91,44,22,20,48,9,93,16,3,26,94,19,45,42,68,71,39,8,60,38,87,16]
+ [84,91,41,8,47,9,75,18,25,30,18,72,8,83,44,76,49,95,90,76,65,16,47,65,54,52,79,99,90,89,36,64,32,88,74,85,57,45,16,44,53,50,96,77,5,100,18,69,60,28]
+ [28,12,81,17,14,75,99,49,94,50,26,94,49,53,9,5,56,32,90,70,11,87,8,26,28,33,31,77,41,50,30,9,56,18,58,6,33,96,17,44,29,72,20,94,29,46,97,63,4,51]
+ [41,48,55,96,13,2,69,31,25,46,49,56,50,20,93,40,20,77,9,61,49,28,14,10,43,87,13,80,48,2,66,48,29,77,70,80,12,5,55,32,30,44,28,6,55,48,8,94,64,14]
+ [7,78,44,91,46,45,36,92,89,96,20,73,63,86,16,100,19,4,18,77,86,33,75,65,35,67,14,77,5,81,90,54,93,69,28,4,32,30,67,100,76,55,63,40,77,90,95,31,42,86]
+ [51,15,11,83,77,30,99,30,67,4,73,80,15,89,28,33,81,36,82,2,53,77,22,88,90,24,31,31,99,34,65,39,36,82,71,2,36,25,67,47,88,32,58,51,35,34,58,78,9,63]
+ [66,21,85,52,52,29,83,57,12,60,82,11,33,5,98,21,51,57,55,64,31,79,10,88,1,1,88,45,50,78,34,13,14,88,10,60,36,87,99,78,88,26,17,48,16,47,12,44,74,34]
+ [53,14,92,96,62,17,95,73,54,2,31,4,63,95,82,95,26,67,14,2,3,33,63,40,70,57,42,30,52,18,16,73,99,43,9,1,70,97,2,98,59,36,77,73,78,72,64,50,35,51]
+ [35,29,4,27,29,28,89,93,100,52,97,35,66,98,39,34,92,97,78,37,100,57,18,31,94,69,19,19,70,29,95,68,55,17,16,71,62,26,70,60,69,70,34,70,95,10,55,26,68,77]
+ [28,97,90,24,80,60,56,92,73,18,42,13,46,68,49,13,20,86,99,66,39,84,21,79,10,24,74,70,100,12,97,69,54,78,18,5,12,3,34,73,56,41,50,45,26,99,81,62,61,5]
+ [78,97,3,90,45,83,1,67,9,51,75,66,65,87,46,47,70,62,85,91,81,15,16,76,15,74,65,66,89,28,32,20,48,12,30,32,50,11,13,48,20,81,84,35,17,51,24,30,88,42]
+ [2,45,14,7,12,33,11,21,68,69,25,13,4,39,41,97,92,39,85,42,97,18,30,48,25,54,76,4,77,33,38,71,21,30,37,55,21,92,3,27,69,98,18,100,37,83,20,86,29,6]
+ [41,60,17,14,7,2,61,21,99,4,17,39,16,74,28,3,77,88,22,40,59,28,90,17,85,91,41,97,86,50,90,100,70,24,12,59,14,13,28,2,17,9,99,33,7,50,100,85,55,94]
+ [10,44,96,8,55,93,60,69,12,95,62,77,87,19,78,72,17,21,11,39,23,99,12,41,50,91,65,69,19,23,66,12,80,10,4,84,16,15,87,52,24,17,30,96,26,59,50,27,83,90]
+ [66,33,26,39,86,37,72,11,66,36,78,74,3,63,45,88,1,66,37,66,19,82,98,33,58,93,52,37,37,53,47,11,13,68,8,30,54,82,48,5,69,64,36,77,76,40,27,51,66,45]
+ [83,81,81,93,16,50,66,58,76,20,77,3,10,38,28,9,68,38,38,38,24,27,55,22,64,56,93,30,74,27,8,63,68,50,41,21,22,59,90,38,7,13,84,20,58,43,46,86,56,38]
+ [86,36,94,69,74,93,40,1,24,4,60,8,7,9,19,24,49,92,67,100,84,22,67,52,61,28,96,43,93,26,26,69,81,78,60,83,69,100,42,85,23,27,5,3,88,93,82,51,80,49]
+ [34,59,21,15,25,52,89,80,25,90,70,87,78,79,90,1,99,86,8,48,80,60,50,44,76,72,83,52,55,19,46,65,16,80,24,59,94,65,44,90,23,70,41,42,29,71,92,48,97,80]
+ [90,31,31,86,35,88,11,12,8,31,64,33,10,86,72,19,7,43,60,91,72,27,81,68,76,70,66,29,51,99,99,55,67,57,15,41,44,59,27,10,34,91,56,96,69,59,24,98,43,53]
+ [72,2,12,98,39,46,3,100,35,57,68,11,19,14,34,37,65,63,100,25,47,53,78,4,47,22,45,4,53,18,33,14,57,13,67,75,70,82,7,61,13,93,70,25,74,74,34,92,51,71]
+ [89,97,11,16,83,64,78,60,39,55,20,62,15,71,7,68,22,29,77,22,47,75,12,36,94,69,67,91,36,23,91,24,32,23,6,92,21,88,32,42,94,54,89,54,67,65,84,79,17,3]
+ [27,99,13,71,66,47,92,34,99,64,21,100,13,55,40,58,83,2,75,39,53,41,22,10,82,17,51,47,96,72,58,87,2,59,97,35,54,67,39,52,41,62,50,16,7,39,26,56,91,56]
+ [63,30,31,67,39,12,27,83,51,81,96,90,91,37,88,52,21,75,3,2,65,39,14,24,33,58,31,45,18,30,94,91,26,54,92,56,66,14,42,2,52,96,48,4,9,94,77,40,63,34]
+ [23,33,78,41,42,92,79,39,8,16,14,39,15,51,58,96,40,8,36,56,13,98,10,16,19,75,27,49,16,60,42,9,33,90,26,45,17,10,58,56,64,31,39,45,51,57,11,71,20,11]
+ [66,78,9,34,72,49,34,30,79,4,58,8,9,25,9,45,38,3,26,52,28,2,72,5,55,92,25,7,28,41,29,18,39,59,86,18,82,47,62,94,99,83,63,79,91,6,25,78,9,3]
+ [92,31,87,4,34,59,61,61,4,76,66,62,37,14,51,47,28,18,26,21,60,19,12,40,9,26,40,6,20,61,67,65,87,26,84,21,61,31,49,40,54,42,34,8,69,25,59,19,87,16]
+ [83,44,52,81,11,10,44,77,40,43,55,7,76,88,49,85,54,61,99,67,56,74,61,7,25,22,94,25,3,31,50,77,4,92,64,83,50,62,49,67,15,80,95,45,30,4,71,59,17,62]
+ [51,42,67,32,93,57,70,49,70,86,33,100,5,58,91,77,94,1,14,100,47,32,95,22,85,56,76,4,1,5,99,93,43,60,12,48,23,1,72,97,3,22,95,70,42,17,21,24,39,58]
+ [12,54,20,20,85,50,46,37,31,61,7,18,11,12,87,93,17,85,93,58,80,72,56,74,33,14,43,81,55,35,57,33,46,28,67,57,93,74,65,28,29,19,57,39,61,53,91,94,54,71]
+ [45,26,25,48,74,97,52,20,12,5,94,98,84,97,100,38,78,33,55,30,16,58,60,89,64,84,16,68,61,47,31,55,87,92,7,12,59,82,89,14,100,85,28,81,86,85,5,99,53,49]
+ [28,86,57,66,36,11,45,53,97,90,54,96,95,41,27,26,42,35,65,78,47,62,60,77,29,75,72,94,29,13,16,72,73,93,73,33,59,15,42,63,29,61,20,6,71,36,43,19,58,29]
+ [36,55,41,16,98,56,31,22,35,24,38,98,98,63,5,53,88,90,8,54,60,56,19,77,94,5,10,76,23,2,53,25,69,67,8,38,60,80,56,86,55,32,83,21,2,7,42,28,22,42]
+ [24,37,72,32,94,97,88,62,73,74,37,8,100,33,19,49,20,56,12,9,34,14,31,41,60,70,40,14,11,59,25,60,27,23,33,56,61,70,17,40,33,39,80,17,17,28,23,18,65,14]
+ [58,19,65,41,79,55,93,33,52,26,60,38,44,97,21,36,58,97,33,26,30,82,3,18,51,46,80,23,80,12,43,52,43,66,69,82,55,33,94,17,94,96,20,79,77,66,31,20,26,33]
+ [71,87,87,86,83,5,99,23,4,56,36,25,10,66,3,52,86,70,41,67,43,67,19,70,81,51,58,44,33,24,32,89,100,38,24,4,43,86,2,93,67,68,30,90,48,12,2,44,62,77]
+ [59,16,44,31,9,37,15,6,22,40,18,31,62,46,29,18,73,20,11,38,22,23,100,5,48,46,87,89,2,89,82,85,53,53,2,24,16,95,5,65,12,86,34,7,36,76,58,78,68,72]
+ [8,66,87,38,22,98,36,61,42,54,31,82,94,44,94,58,81,39,48,70,37,6,57,95,82,5,60,57,83,51,10,42,78,1,47,47,42,70,16,43,8,33,90,33,75,67,49,29,77,53]
+ [59,60,87,8,95,36,80,79,39,4,85,93,11,87,76,30,61,3,96,28,69,93,75,53,41,85,89,25,79,39,68,85,93,32,68,94,73,87,73,61,16,85,21,33,97,49,47,88,60,59]
+ [69,75,17,57,92,68,42,35,90,76,1,12,94,43,30,39,81,33,79,92,31,40,62,59,98,100,3,90,54,83,35,53,41,5,71,22,50,17,74,97,17,87,78,39,97,28,78,92,22,41]
+ [61,6,76,14,94,85,55,51,9,23,12,84,3,87,12,31,83,100,28,65,95,77,30,95,71,20,2,30,77,54,96,36,79,39,100,37,43,62,13,80,79,59,62,35,1,42,63,80,54,64]
+ [42,84,99,92,36,66,19,45,58,71,44,94,78,98,34,87,22,34,51,45,46,33,41,49,48,44,57,79,93,27,57,73,67,10,2,85,69,86,84,94,8,45,30,44,91,88,42,71,21,29]
+ [19,80,19,96,62,46,45,90,85,82,86,4,13,43,56,46,24,2,47,48,23,88,33,11,20,38,26,53,78,50,21,23,81,21,38,88,74,56,81,6,58,84,61,35,77,12,35,39,10,58]
+ [82,81,24,46,23,73,43,44,82,9,63,49,45,87,35,67,81,37,90,23,10,76,13,36,48,52,80,51,99,100,37,59,80,66,68,3,14,18,29,75,45,6,31,62,20,19,89,82,27,55]
+ [68,84,88,20,28,58,48,42,83,61,73,100,65,28,84,95,59,31,53,42,65,2,85,58,25,70,60,2,78,30,72,90,73,69,87,81,23,33,20,67,87,29,86,15,73,68,7,24,75,16]
+ [41,32,17,34,2,73,84,27,87,29,85,94,51,88,80,73,22,6,45,90,50,16,49,61,2,38,37,45,10,62,90,46,95,39,32,13,75,42,58,70,39,33,37,17,27,27,74,67,14,29]
+ [77,16,49,36,63,74,66,39,100,2,71,51,16,50,79,97,13,68,76,17,6,96,17,81,7,17,8,60,1,83,61,41,24,66,34,86,42,72,12,5,74,86,4,96,19,51,72,48,84,84]
+ [76,64,30,54,12,73,86,33,17,30,7,38,51,74,22,5,31,81,58,72,74,15,38,22,53,73,52,65,99,4,8,32,15,98,93,12,71,6,67,37,94,98,29,35,81,62,32,41,69,52]
+ [1,19,75,99,77,85,49,85,56,18,88,15,13,17,75,86,63,40,55,41,95,81,56,34,74,94,16,20,55,93,99,89,81,53,7,34,1,27,48,12,92,13,5,76,60,80,4,50,50,65]
+ [24,39,26,14,74,35,56,73,56,100,26,50,87,19,49,61,88,24,10,98,12,96,33,5,7,38,25,24,55,19,69,40,18,99,61,26,29,93,14,13,45,66,32,65,49,52,75,77,26,9]
+ [55,23,85,17,81,30,74,63,24,90,67,91,89,87,61,56,83,64,68,95,88,63,81,41,12,38,57,61,24,82,37,73,21,79,13,17,57,49,59,77,42,61,65,41,14,57,69,95,69,82]
+ [45,76,85,48,78,79,83,38,79,41,10,37,85,69,17,18,53,6,8,40,20,72,13,13,98,42,52,62,75,19,6,57,69,98,87,4,20,6,36,12,99,97,35,17,81,44,96,96,26,18]
+ [85,96,68,99,10,92,3,33,9,17,61,29,78,34,19,86,67,55,72,85,71,31,62,6,5,92,83,88,65,45,66,49,44,93,92,19,73,47,4,89,70,65,6,64,69,49,85,89,35,69]
+ [82,58,94,25,11,10,44,93,74,73,40,58,3,41,16,43,10,38,52,76,31,52,20,11,34,48,24,71,68,1,92,44,38,95,59,57,38,92,70,28,37,28,80,8,47,61,100,25,89,4]
+ [93,39,86,55,33,28,96,2,32,29,4,99,27,76,20,38,68,82,30,74,78,96,1,95,76,81,14,9,20,11,92,85,31,77,14,14,10,80,31,60,63,54,49,48,1,62,1,45,15,44]
+ [33,94,80,35,91,19,11,52,37,32,15,46,1,12,34,4,35,6,92,23,74,49,32,3,88,22,90,77,52,23,92,67,8,18,56,72,43,30,76,65,28,66,83,46,58,3,45,2,77,15]
+ [4,9,44,78,20,6,5,91,17,94,87,70,34,75,6,21,64,16,34,51,65,61,30,77,65,43,83,45,85,81,63,77,89,79,67,84,8,90,82,24,25,73,14,3,35,3,26,6,51,41]
+ [65,96,12,6,6,38,80,41,17,67,45,61,4,72,71,57,89,89,82,27,48,56,55,93,32,97,90,54,13,96,32,20,62,2,22,76,32,6,100,24,38,65,45,2,48,29,3,23,27,21]
+ [45,55,64,75,68,58,30,98,17,29,18,54,70,46,35,43,34,30,21,23,76,80,100,23,79,58,38,82,45,5,97,40,1,31,61,70,51,36,25,67,6,6,7,82,16,100,48,85,79,46]
+ [48,30,4,71,45,79,28,92,13,25,31,36,93,24,46,55,5,1,89,84,13,83,43,6,34,55,61,17,56,16,74,50,12,2,45,16,41,87,61,99,30,23,62,34,37,65,31,17,26,30]
+ [13,99,60,81,61,89,55,23,40,91,46,21,9,96,92,85,80,29,93,34,96,97,26,31,88,48,77,28,32,25,62,70,7,53,90,51,68,50,18,47,48,73,40,37,71,50,50,74,23,65]
+ [78,47,62,29,96,60,21,26,62,18,88,53,79,100,3,63,30,69,7,40,82,17,15,21,18,40,58,21,18,78,63,18,54,49,11,29,22,49,30,49,66,1,58,72,96,96,29,35,48,92]
+ [82,86,17,90,87,36,90,21,29,95,39,26,76,31,90,13,31,97,6,92,73,88,80,45,31,94,89,28,42,46,38,84,24,41,37,16,63,43,88,100,53,15,85,68,52,62,74,64,19,43]
+ [59,67,9,26,59,15,63,7,8,71,19,6,11,5,23,27,10,83,47,76,17,10,88,65,36,12,2,52,45,75,40,38,98,16,41,3,46,77,71,22,60,89,36,51,28,28,93,14,96,48]
+ [55,90,16,39,51,7,37,60,74,55,91,15,56,34,91,36,49,28,28,62,42,99,11,23,92,17,36,27,14,83,69,92,23,84,82,33,32,11,3,72,52,74,84,92,45,90,15,16,50,10]
+ [90,45,10,7,59,57,34,50,51,89,96,38,70,58,87,57,2,50,96,41,17,35,67,46,77,41,78,65,66,79,45,56,95,74,42,47,17,93,26,87,40,94,26,90,36,13,60,64,55,93]
+ [17,40,72,65,81,47,28,11,90,26,70,81,97,98,57,22,95,5,73,94,7,85,51,20,39,93,60,89,73,11,12,75,14,66,100,99,93,44,5,4,16,13,56,11,92,73,45,83,81,86]
+ [56,45,7,15,45,22,65,62,33,56,19,53,11,77,19,26,49,35,16,53,4,1,16,20,30,45,36,38,79,92,3,64,84,73,49,99,74,29,5,26,17,70,63,22,31,31,30,62,51,56]
+ [71,59,46,45,60,43,5,1,33,43,57,97,99,15,14,96,98,25,56,16,83,78,93,53,53,65,40,95,16,39,32,98,59,44,1,19,11,31,34,52,95,30,72,43,53,70,75,21,11,89]
+ [7,99,26,48,44,45,93,17,40,59,2,82,15,10,42,61,79,62,61,10,3,42,39,97,63,12,25,48,3,74,25,31,59,2,17,83,15,95,20,65,88,38,92,9,63,52,8,26,53,100]
+ [73,15,25,49,13,82,56,81,37,10,58,86,51,86,39,39,82,48,8,17,48,67,16,97,92,25,21,89,49,62,43,6,66,83,90,60,8,18,33,32,79,92,48,97,100,31,40,85,49,22]
+ [49,88,10,55,21,65,60,6,93,19,7,48,41,71,10,64,20,97,3,7,1,75,80,61,26,32,18,56,45,48,31,36,92,17,64,90,62,78,55,35,20,97,51,29,95,13,70,91,79,40]
+ [91,58,81,31,88,48,5,81,58,19,44,34,95,91,100,41,7,3,17,13,18,48,89,2,15,29,25,89,52,65,92,17,42,52,98,24,23,5,34,58,53,33,3,14,51,17,57,8,45,87]
+ [58,54,51,16,46,87,60,20,11,52,100,2,8,80,45,72,98,31,36,41,3,69,28,31,37,85,18,21,60,75,71,81,77,37,26,39,47,79,9,5,100,5,99,90,86,53,85,50,54,47]
+ [36,73,2,44,18,70,22,33,21,75,41,1,5,96,36,44,91,84,98,62,98,44,98,4,21,17,15,68,6,86,12,5,35,70,10,91,21,9,14,82,62,83,67,53,40,38,67,66,11,24]
+ [45,10,3,2,73,56,86,3,57,64,3,90,14,5,48,4,42,14,54,22,12,56,19,98,75,4,44,75,87,10,99,34,51,100,84,42,41,64,63,1,35,85,97,82,71,9,20,88,21,43]
+ [50,92,21,24,18,18,83,47,72,94,80,91,90,75,15,77,100,32,70,75,80,3,31,37,47,24,6,38,6,37,13,36,56,42,65,57,42,21,31,96,38,9,82,52,100,40,91,3,47,3]
+ [66,66,83,25,34,37,44,12,50,36,72,2,80,92,71,36,99,59,7,93,5,15,94,57,30,76,28,96,39,49,63,19,68,34,96,81,97,31,37,91,12,36,62,29,1,37,82,21,68,30]
+ [66,88,88,20,63,43,28,32,42,74,76,76,58,98,37,33,40,46,49,2,39,39,87,94,68,1,14,13,49,50,65,84,96,81,93,15,89,74,63,97,12,62,69,63,11,44,47,5,41,8]
+ [13,41,75,67,62,27,80,92,19,49,78,32,40,10,9,52,27,6,36,40,43,26,29,50,18,20,92,35,71,60,5,4,73,15,5,95,39,14,43,10,5,37,50,68,6,82,35,67,30,39]
+ [3,92,95,97,58,72,81,44,48,17,71,53,82,49,53,90,85,40,60,2,72,57,39,77,36,15,93,17,39,88,51,22,89,59,62,95,92,1,96,66,17,53,81,9,91,45,48,64,6,76]
+ [63,79,97,67,77,40,61,37,4,78,14,79,100,72,76,60,82,78,33,39,41,39,6,80,96,44,41,95,61,43,75,14,23,49,55,67,43,93,69,79,16,27,96,41,29,42,61,66,58,81]
+ [75,69,90,18,98,25,47,37,9,75,95,26,69,49,31,75,11,22,17,44,26,34,86,23,59,43,98,75,1,46,5,6,14,93,6,79,19,22,95,92,12,31,47,48,29,32,58,24,34,90]
+ [4,53,21,31,93,67,40,88,64,41,18,66,98,37,55,31,37,30,37,95,2,52,46,28,63,14,36,97,57,77,94,69,10,53,18,11,98,1,36,63,60,96,5,79,86,54,60,16,43,66]
+ [23,34,19,15,5,18,94,2,17,28,53,45,16,58,89,45,93,31,32,37,29,36,91,23,1,58,19,69,78,42,23,8,36,42,56,86,76,70,6,57,40,75,60,49,56,97,9,4,28,55]
+ [2,62,92,28,22,4,60,23,29,57,20,5,81,90,79,78,72,33,15,8,98,45,36,4,100,5,38,34,85,53,95,69,30,53,16,38,90,65,94,18,32,14,25,8,87,34,75,61,36,94]
+ [89,21,78,6,7,5,42,75,4,66,26,53,85,84,2,81,18,41,97,51,10,70,82,2,58,50,79,63,17,83,19,73,13,77,34,69,72,29,41,19,31,3,57,56,34,70,59,20,75,37]
+ [36,86,17,7,45,35,6,81,58,14,31,74,53,87,43,6,68,58,83,85,2,15,63,12,48,79,95,65,92,41,35,76,89,51,33,58,27,37,7,45,26,81,17,74,17,14,68,92,37,64]
+ [91,64,39,86,2,82,23,42,7,25,80,23,51,32,65,49,52,3,18,48,71,82,16,56,8,66,96,81,53,28,42,12,82,29,65,84,23,71,75,17,7,51,30,38,3,58,15,94,23,17]
+ [96,7,43,23,63,13,99,12,67,52,89,91,24,83,53,19,72,88,43,66,58,53,39,43,72,54,34,76,71,81,81,56,40,69,52,44,74,71,99,46,50,70,89,68,21,45,67,31,43,57]
+ [13,35,91,10,8,48,38,18,67,67,73,80,94,40,11,15,97,11,30,15,50,74,97,84,92,4,22,30,47,19,56,99,66,88,27,59,34,28,3,52,57,86,21,18,60,74,31,87,29,86]
+ [91,93,73,32,37,34,11,8,84,19,46,53,17,96,90,27,51,98,41,13,21,31,8,72,13,76,18,74,45,11,71,20,37,65,75,46,65,27,95,79,42,80,59,13,88,36,58,12,32,43]
+ [55,88,9,76,26,94,4,80,14,25,67,62,20,10,4,34,85,58,85,61,26,83,90,6,4,37,45,11,72,6,1,17,40,60,25,19,40,84,52,3,78,43,15,99,100,47,63,26,62,46]
+ [92,53,36,54,55,14,57,98,21,20,74,46,94,26,29,59,9,98,63,10,95,66,55,74,35,51,95,18,90,57,12,14,19,100,65,53,32,41,49,45,95,34,74,89,15,34,4,12,3,16]
+ [15,36,2,45,51,92,97,74,27,11,79,37,89,75,14,57,19,37,17,92,11,67,56,70,36,83,59,12,73,62,40,27,86,19,56,77,30,39,6,54,19,63,50,76,11,4,83,39,91,2]
+ [8,1,92,21,7,25,86,11,63,3,87,59,16,91,65,92,25,80,21,56,62,85,3,15,94,19,43,87,65,44,76,21,97,37,22,87,63,21,74,67,20,50,55,83,20,53,6,94,49,62]
+ [87,69,42,90,12,15,19,82,8,31,77,5,34,64,26,12,45,83,72,5,66,98,5,45,12,55,59,96,62,73,20,47,1,54,42,20,18,24,28,20,65,86,81,46,67,18,46,53,96,2]
+ [31,66,82,80,78,35,67,73,34,14,53,44,83,92,75,58,22,93,48,63,100,93,8,9,28,89,38,73,27,69,52,29,40,7,65,67,1,56,15,33,9,56,6,17,24,23,2,9,22,16]
+ [55,78,7,72,32,51,27,54,96,25,83,69,26,55,34,25,3,60,17,22,32,80,41,96,24,79,83,54,59,71,89,37,63,33,26,29,28,93,82,4,51,34,36,96,34,84,58,57,71,60]
+ [56,38,15,44,96,74,35,54,49,35,8,94,53,94,64,24,91,80,44,85,58,92,53,6,7,100,7,40,27,31,37,39,5,73,33,3,20,53,60,5,85,75,68,5,33,84,96,31,43,10]
+ [62,48,21,54,24,26,38,24,72,57,22,79,81,92,88,54,100,28,7,63,67,20,34,97,86,100,88,27,66,75,16,39,57,82,97,98,86,10,38,40,78,79,71,57,77,9,28,24,69,68]
+ [20,49,44,41,53,70,66,70,91,59,59,23,20,85,63,27,9,40,48,22,75,90,2,33,68,26,97,28,14,13,48,2,6,7,57,79,29,67,17,31,53,15,85,95,67,63,25,32,38,42]
+ [90,100,76,78,82,22,76,49,68,10,41,80,32,37,57,32,26,62,25,9,43,93,73,44,23,22,85,78,55,83,54,87,4,44,79,68,45,85,72,33,52,89,69,69,66,78,83,42,87,82]
+ [3,29,57,24,32,6,94,3,79,56,76,37,77,65,30,22,94,36,56,75,70,99,87,49,45,32,13,33,18,27,73,67,83,21,40,58,16,9,34,14,83,67,69,7,4,94,50,33,16,23]
+ [60,12,89,97,48,75,48,62,61,3,33,63,78,50,74,10,16,95,83,26,97,13,55,94,8,64,69,44,80,87,45,40,47,46,98,37,59,34,95,3,31,96,99,57,44,73,45,11,87,53]
+ [59,53,55,4,63,83,3,85,67,9,20,48,61,86,13,2,9,82,37,22,72,67,27,29,46,57,26,76,65,5,68,5,78,43,32,89,16,42,16,15,8,76,96,85,4,5,45,27,43,44]
+ [85,46,24,17,86,60,70,90,88,31,85,7,84,62,47,83,31,86,86,30,7,84,47,36,63,93,5,61,88,23,42,49,10,75,74,76,67,100,41,65,68,56,88,45,80,57,65,51,98,29]
+ [73,86,35,26,30,100,5,22,31,55,53,89,67,100,2,22,98,90,41,59,58,8,73,72,79,36,83,64,56,9,77,39,62,45,96,63,20,56,91,67,75,52,4,34,24,11,25,95,24,11]
+ [29,71,6,59,61,47,49,76,74,16,61,83,6,75,24,2,17,89,45,30,28,80,58,60,74,13,87,45,73,76,96,51,25,55,57,1,31,74,72,17,18,69,47,71,96,50,8,63,83,10]
+ [19,83,67,34,84,13,73,24,52,13,47,81,61,45,78,51,77,54,5,44,81,69,6,54,67,46,60,44,76,38,27,98,90,21,18,7,100,6,22,36,71,79,88,34,14,86,61,94,71,92]
+ [33,53,73,84,47,77,42,83,19,59,32,24,42,96,57,37,5,26,11,32,74,75,40,35,26,28,68,68,86,65,37,38,71,91,99,59,77,16,1,81,58,89,93,30,68,28,13,60,35,25]
+ [98,81,64,33,54,72,1,2,90,6,23,80,67,76,92,83,75,33,20,55,27,11,67,29,47,95,92,69,66,48,6,65,97,30,52,50,8,24,88,100,55,62,50,51,38,35,69,4,83,98]
+ [61,20,71,53,21,85,67,41,27,24,75,77,33,68,77,96,83,10,86,11,93,54,62,42,14,86,67,97,86,40,96,96,75,50,76,68,48,43,1,22,6,57,69,82,9,14,74,90,48,9]
+ [82,48,61,37,79,10,29,70,50,79,31,34,85,44,66,72,59,55,43,31,18,16,50,31,82,88,83,48,36,21,65,38,7,64,51,50,44,62,71,76,59,37,8,68,55,35,60,14,8,40]
+ [65,29,40,1,53,5,68,95,77,52,13,11,48,44,35,75,19,77,87,26,19,55,36,33,29,41,61,69,15,13,38,52,74,89,15,79,40,37,37,55,15,34,62,53,14,99,36,75,77,72]
+ [28,17,94,65,32,42,37,73,58,64,77,68,60,33,61,99,91,85,50,40,64,3,98,70,100,85,61,46,40,79,54,14,78,15,38,72,50,13,3,6,25,93,55,88,11,36,17,43,22,41]
+ [79,50,25,77,86,71,66,6,93,61,95,80,28,92,19,7,98,94,36,64,46,40,24,100,50,81,91,49,84,25,74,2,55,49,1,91,22,100,38,3,18,87,55,68,74,69,96,47,46,14]
+ [63,48,34,57,35,46,88,42,73,15,59,79,72,37,76,93,14,5,73,13,49,27,84,83,57,50,69,60,81,78,99,35,72,34,17,79,25,30,22,78,9,80,74,36,35,9,73,95,30,37]
+ [10,58,69,79,98,43,34,42,21,99,47,73,87,13,8,68,24,25,95,47,28,37,7,24,24,95,64,89,42,24,88,81,94,86,84,39,78,39,13,57,57,20,21,40,11,21,2,53,99,90]
+ [58,11,75,70,20,36,82,35,7,66,95,48,5,62,19,25,30,8,84,24,55,68,23,21,39,47,54,92,58,4,9,27,92,20,86,98,91,60,52,37,85,96,87,92,100,100,49,73,37,100]
+ [91,65,70,67,55,50,89,9,80,99,84,19,77,56,36,90,75,14,11,91,10,49,93,39,55,48,99,9,10,43,23,39,34,39,83,92,61,65,48,90,83,18,23,28,98,69,48,24,76,84]
+ [43,43,95,56,58,44,41,100,55,2,88,31,98,3,99,44,71,58,63,26,10,77,35,10,34,64,75,65,11,53,42,93,47,58,74,98,79,18,20,91,48,42,73,39,19,83,85,89,50,59]
+ [67,51,10,64,70,4,72,5,36,79,4,14,46,80,81,2,56,90,15,44,8,12,10,85,8,19,50,84,6,97,40,62,77,12,35,6,73,92,15,34,79,48,16,97,43,24,100,87,95,92]
+ [65,76,94,36,17,77,88,74,81,38,76,76,67,77,47,92,36,86,10,21,88,80,89,60,27,27,38,18,20,88,31,76,91,95,33,67,11,43,66,71,50,66,27,15,55,29,73,78,20,49]
+ [57,8,44,76,87,49,34,24,15,91,99,87,17,52,29,37,63,42,93,29,4,21,18,45,6,42,53,91,25,22,53,54,68,40,34,86,55,72,41,88,71,22,76,8,94,83,50,73,2,35]
+ [42,33,29,71,50,27,10,7,43,26,17,35,32,89,48,4,32,63,85,21,93,66,9,100,13,78,44,58,9,79,48,29,5,91,44,58,55,63,2,33,95,91,17,47,73,4,65,99,58,73]
+ [6,37,83,47,45,77,15,85,96,67,33,41,68,82,11,60,37,75,27,83,65,79,99,48,99,3,73,11,61,83,45,40,44,40,88,31,60,64,45,59,7,16,13,60,93,62,63,37,40,99]
+ [40,74,28,87,35,39,26,23,80,95,3,94,14,69,46,70,88,36,76,24,12,47,96,58,25,88,95,75,49,94,98,40,52,14,37,31,34,64,90,100,38,97,42,12,89,89,47,49,17,74]
+ [79,7,64,15,54,59,55,66,76,62,29,44,82,40,64,12,4,49,71,27,65,60,48,10,1,95,13,64,100,36,90,60,54,80,43,38,10,72,58,92,33,97,45,12,8,93,77,97,88,85]
+ [44,83,29,58,93,42,74,51,21,33,40,27,60,97,79,99,56,31,66,63,15,88,44,41,7,49,7,31,15,14,63,7,96,54,1,46,85,92,61,89,95,15,26,28,60,96,26,80,100,50]
+ [91,35,30,5,19,4,99,54,94,12,44,74,14,37,10,45,32,63,76,98,5,6,87,46,3,82,68,67,17,9,3,46,94,100,23,20,77,63,62,23,98,80,52,1,24,57,55,31,29,4]
+ [91,96,67,47,27,79,50,72,58,38,98,50,27,88,35,53,56,71,94,89,2,20,81,38,28,44,85,29,11,42,23,16,26,47,4,8,84,9,50,69,81,64,60,93,80,29,31,1,68,87]
+ [67,27,64,72,20,75,5,79,97,90,28,14,69,65,60,76,92,11,30,74,34,61,19,49,76,1,89,55,1,85,35,57,55,86,42,81,85,17,97,78,3,55,77,54,96,30,41,88,39,17]
+ [45,73,59,32,77,57,89,97,86,69,96,59,35,91,34,81,52,66,72,33,2,68,2,6,36,55,85,74,87,85,49,17,27,59,56,10,54,49,17,48,58,61,71,63,51,21,29,88,35,17]
+ [35,58,100,58,98,83,57,25,98,38,51,63,82,54,50,56,14,73,38,95,10,90,97,8,51,49,64,91,60,51,31,88,73,76,18,55,30,55,79,82,34,13,13,12,53,32,16,43,28,31]
+ [89,23,14,52,30,64,25,13,96,95,69,98,79,85,14,19,83,45,38,7,16,47,38,37,25,94,37,49,63,66,86,47,44,33,3,20,39,82,44,69,35,99,51,10,87,12,60,26,51,72]
+ [10,95,91,7,35,61,91,32,12,21,68,18,28,47,13,57,5,95,63,24,43,26,15,4,77,2,32,2,25,20,23,70,66,23,52,82,21,52,98,60,99,25,95,44,31,74,93,78,96,99]
+ [94,100,70,18,76,6,19,56,28,5,29,37,25,1,18,85,23,53,70,62,78,96,49,40,53,17,69,17,69,96,1,71,44,97,35,33,79,95,55,63,22,66,91,81,92,47,69,31,47,2]
+ [9,26,26,81,27,1,88,35,11,90,46,59,51,8,23,39,66,89,1,36,96,24,58,55,82,35,9,100,95,96,55,10,100,35,48,28,39,52,88,95,79,93,55,29,48,6,74,38,92,17]
+ [84,7,75,50,74,91,67,83,49,15,61,57,34,60,100,35,64,45,53,19,27,82,49,10,95,27,92,31,23,70,23,88,68,14,69,25,62,18,13,1,76,57,9,50,23,13,16,98,37,65]
+ [76,68,13,40,17,100,55,100,8,3,88,44,65,47,71,55,78,78,64,71,86,55,46,6,1,11,95,77,44,26,67,49,10,99,79,51,1,20,59,76,45,8,100,3,27,87,63,72,39,1]
+ [30,99,13,65,71,68,21,85,83,50,9,21,5,5,69,14,84,4,12,42,100,39,66,13,89,9,66,36,75,44,98,87,5,73,30,83,73,33,30,55,82,62,73,86,25,66,84,21,50,71]
+ [57,1,100,89,12,22,73,65,25,85,12,72,11,13,95,52,100,31,15,41,91,39,93,88,64,3,31,95,55,21,6,62,19,35,48,24,63,27,17,17,100,24,96,5,10,38,45,44,17,52]
+ [16,5,35,8,59,56,59,29,11,42,99,24,75,6,63,65,71,10,63,3,100,96,14,16,15,56,97,51,3,8,76,27,32,25,6,70,20,31,87,76,27,34,43,45,71,93,14,58,87,67]
+ [52,97,38,45,12,88,99,59,2,33,100,60,28,3,45,71,39,73,77,96,100,10,59,13,16,38,28,53,73,29,82,43,56,62,30,73,59,60,6,20,61,69,6,25,7,81,97,59,26,86]
+ [73,99,49,30,78,6,80,4,43,91,100,35,73,17,85,82,55,5,70,77,33,5,73,68,11,81,42,23,33,84,11,84,71,9,31,68,74,49,65,38,59,59,25,3,98,72,86,47,83,57]
+ [32,95,36,18,70,45,79,63,30,17,9,55,67,17,63,30,54,69,13,35,42,49,49,93,46,45,84,4,14,15,52,3,64,65,80,30,60,1,23,46,9,56,87,90,10,85,73,28,54,90]
+ [54,23,99,22,53,69,38,13,53,8,49,25,48,71,73,67,87,83,89,67,62,91,83,81,99,1,95,97,85,14,42,83,89,66,54,52,6,42,52,45,99,90,29,99,55,26,38,42,27,50]
+ [81,52,89,83,46,38,13,47,43,31,67,39,100,98,46,4,73,15,21,95,36,41,100,61,41,90,11,92,90,84,2,77,85,44,29,10,63,92,49,83,57,81,27,46,5,58,13,74,27,23]
+ [69,69,32,33,9,57,14,26,25,51,36,18,66,70,10,25,2,51,48,62,6,64,61,11,55,39,10,68,26,80,49,100,8,11,1,92,75,39,78,95,9,81,64,40,48,70,64,37,79,3]
+ [2,13,43,49,34,82,4,4,39,94,80,92,31,54,8,97,28,22,46,19,27,24,69,82,90,56,11,73,76,56,47,6,39,63,62,66,66,1,53,40,50,68,1,96,24,68,29,75,47,91]
+ [96,68,40,7,6,28,97,62,1,37,33,24,56,17,79,53,47,75,10,33,13,57,10,68,42,70,80,83,100,80,50,51,41,51,12,22,82,12,12,36,50,33,87,87,86,84,34,29,14,86]
+ [52,40,13,75,37,24,38,25,88,1,35,73,18,96,78,38,41,94,95,23,72,76,54,84,87,86,90,59,48,88,5,79,80,80,22,91,54,2,93,55,57,86,62,54,32,11,6,51,26,50]
+ [12,8,29,34,15,50,75,61,59,20,39,38,98,80,71,31,66,48,6,8,17,64,98,75,92,90,12,48,80,79,22,26,22,63,47,8,53,98,14,10,64,27,94,16,66,42,74,88,72,70]
+ [97,71,95,97,47,94,92,26,25,6,40,28,2,55,45,22,34,30,81,16,72,48,17,87,64,24,40,70,18,66,99,100,87,54,12,50,86,87,100,6,34,32,74,52,77,12,46,67,69,4]
+ [57,20,39,33,9,59,13,25,34,64,8,88,14,7,4,30,7,82,11,35,47,79,7,27,60,5,28,46,26,29,63,47,87,99,7,90,74,58,68,57,67,4,50,77,43,96,21,98,89,6]
+ [89,10,23,15,68,73,38,78,91,55,8,27,14,77,21,50,76,97,20,9,21,97,45,43,61,32,68,77,49,62,64,87,73,100,43,4,17,63,60,59,56,64,94,84,98,4,84,60,27,75]
+ [91,96,30,59,48,53,17,11,1,49,89,44,43,9,100,75,57,71,79,55,75,77,16,35,35,85,52,74,9,69,19,35,99,54,81,30,67,76,74,89,4,41,8,63,57,60,42,32,73,62]
+ [26,29,90,75,34,79,49,13,95,4,6,86,51,34,79,69,39,41,54,24,34,33,87,61,71,52,44,81,52,70,10,59,34,64,60,49,61,13,70,26,40,78,27,86,52,83,23,14,63,86]
+ [23,89,81,52,50,6,89,38,55,31,50,48,65,61,13,21,64,37,64,6,40,18,39,38,71,56,36,66,29,89,15,63,50,1,64,52,3,86,34,55,21,15,16,73,18,90,57,52,6,63]
+ [15,70,23,7,32,25,83,22,83,13,35,6,23,70,44,91,53,80,29,99,70,30,46,38,17,74,46,69,86,100,94,32,83,50,79,20,17,24,98,28,82,83,67,74,49,22,4,10,35,69]
+ [30,26,39,96,61,11,38,3,77,22,99,37,59,83,91,55,45,2,26,54,71,99,6,96,65,24,7,25,46,48,84,62,12,76,76,75,100,87,50,18,49,46,15,93,42,88,74,80,83,15]
+ [26,63,59,48,49,83,35,40,77,65,26,10,76,55,52,48,73,95,41,50,87,2,11,4,38,16,20,15,98,77,34,75,24,72,84,74,87,83,71,34,85,59,25,91,82,2,7,50,73,76]
+ [64,31,54,57,32,97,96,27,7,31,92,17,37,62,97,20,50,95,10,51,99,15,69,21,33,9,86,51,1,27,12,41,81,84,40,37,52,47,9,8,86,76,32,2,59,81,25,57,45,84]
+ [73,21,4,9,7,90,89,41,2,36,61,48,90,8,75,79,74,55,31,62,36,82,25,70,31,60,84,93,50,40,87,35,20,77,71,76,47,68,34,8,14,96,26,8,100,2,20,60,79,28]
+ [54,20,46,25,19,96,100,95,15,89,39,76,68,24,27,82,5,72,81,27,4,66,97,66,100,85,69,45,3,24,65,2,29,21,68,74,10,10,98,25,38,49,71,73,30,15,17,8,73,13]
+ [32,19,46,58,81,75,91,7,66,69,25,58,28,6,32,71,63,64,43,35,62,68,96,30,28,30,46,46,94,30,21,79,83,64,71,55,90,28,82,78,29,9,16,2,84,88,58,25,85,60]
+ [1,79,24,19,26,44,15,39,30,72,46,18,13,22,12,32,29,61,16,95,95,20,49,18,15,65,4,87,16,69,51,24,63,33,3,70,3,69,73,29,55,84,79,98,46,18,82,5,26,21]
+ [80,78,83,67,71,54,71,72,1,84,23,56,6,67,51,95,96,32,52,47,34,11,99,75,4,6,89,16,30,45,53,78,19,90,18,72,63,2,14,64,96,81,48,79,2,48,4,80,29,89]
+ [65,8,61,82,94,1,63,7,92,36,4,18,66,36,64,8,4,75,94,63,32,23,49,67,51,9,60,49,30,48,17,59,84,95,30,19,12,79,13,20,23,64,11,44,80,75,48,41,90,78]
+ [80,68,33,58,69,16,83,56,60,96,89,17,83,86,93,4,2,27,45,73,38,96,79,92,6,2,1,75,93,77,6,84,43,77,9,6,85,58,64,2,1,66,58,6,84,41,72,28,31,89]
+ [26,24,24,5,14,57,97,45,83,85,38,32,92,41,37,90,75,8,97,96,32,62,96,32,25,51,94,52,60,21,69,67,51,78,65,81,52,29,86,91,25,1,44,85,66,46,82,47,25,89]
+ [85,88,76,6,41,93,62,53,98,39,85,54,98,100,28,38,32,73,15,95,24,7,81,99,36,21,70,65,72,42,55,9,11,78,22,15,7,46,28,8,44,89,99,3,64,51,35,29,64,47]
+ [28,84,12,77,22,65,24,52,62,5,88,16,6,37,59,91,22,3,17,46,55,51,98,25,78,27,46,66,8,80,30,4,46,2,6,68,2,86,63,46,85,100,84,81,65,77,85,76,82,61]
+ [41,97,62,2,66,19,33,72,10,63,29,21,18,50,59,5,77,62,86,36,93,38,81,56,76,12,99,23,95,19,3,73,75,41,48,18,15,3,80,68,6,46,54,100,80,68,16,69,62,9]
+ [72,27,10,47,83,8,13,67,44,71,36,92,54,63,45,78,16,36,61,16,24,53,60,47,35,7,16,58,26,11,84,28,77,52,22,77,51,28,43,84,14,55,22,86,60,97,84,74,77,42]
+ [58,55,6,91,95,80,79,29,12,71,83,10,55,37,26,87,42,19,90,55,56,2,85,38,58,68,28,27,43,12,88,17,47,61,54,18,46,49,11,98,10,9,60,64,48,37,93,100,60,42]
+ [3,80,38,53,85,33,8,31,76,92,72,25,62,13,19,8,3,73,21,44,65,87,44,28,34,58,60,4,49,3,45,87,34,31,92,91,63,79,68,64,8,48,34,69,14,8,25,27,23,67]
+ [37,96,80,86,99,98,79,70,30,58,70,19,42,36,48,39,65,84,66,34,71,13,96,69,89,89,87,86,6,31,9,34,13,34,34,27,35,65,87,78,60,34,38,97,87,6,91,88,50,38]
+ [91,44,96,66,96,74,15,11,6,100,74,82,79,19,34,84,66,97,43,82,60,10,89,16,10,29,16,100,92,50,96,95,47,14,24,25,78,17,94,34,10,61,2,52,43,50,71,78,50,93]
+ [56,34,25,2,63,93,87,23,4,89,53,10,87,57,94,54,81,9,99,8,34,55,23,7,74,27,69,41,82,4,51,66,98,25,29,88,67,64,31,81,87,54,66,60,26,81,91,40,40,36]
+ [68,6,65,79,91,96,45,7,24,89,48,65,36,9,87,70,49,99,46,72,3,26,17,56,28,5,99,11,16,38,5,39,74,27,62,72,66,88,52,48,16,95,13,84,64,34,74,47,81,8]
+ [92,83,40,38,100,64,82,18,37,68,3,48,48,60,97,29,42,99,52,40,40,3,5,75,46,9,28,91,41,54,57,62,22,98,45,38,71,12,56,21,56,81,48,9,44,83,83,23,95,1]
+ [96,96,46,1,21,8,10,68,86,77,24,18,23,77,12,8,35,80,41,23,23,8,1,88,24,25,44,42,4,50,83,59,54,92,85,21,42,66,52,28,39,87,12,19,54,18,36,76,85,92]
+ [96,46,61,92,61,54,81,53,52,61,81,81,75,94,81,49,4,16,89,76,98,2,90,54,53,63,37,31,48,75,34,26,59,71,43,2,97,83,42,11,38,81,89,93,54,64,10,87,34,27]
+ [79,74,82,55,63,35,49,69,76,73,80,44,94,59,99,56,15,99,32,36,85,49,60,11,29,66,46,84,59,25,7,35,85,85,59,64,97,81,54,2,78,88,76,98,18,95,19,29,7,41]
+ [60,35,33,36,17,67,83,48,41,47,13,3,77,22,67,96,67,72,96,55,54,26,50,76,41,63,61,22,75,3,38,68,13,94,13,16,10,41,28,50,22,76,41,86,6,62,5,58,71,4]
+ [63,35,66,3,88,20,34,65,13,77,82,66,47,40,51,15,32,73,40,49,47,5,87,68,93,98,48,12,1,76,51,67,82,60,4,5,72,1,66,31,23,58,48,84,19,86,7,21,28,76]
+ [8,13,83,55,90,69,23,27,1,50,84,32,77,19,88,73,66,76,44,62,51,65,88,42,1,83,44,16,56,59,22,20,54,26,100,9,56,48,98,69,59,100,85,93,21,20,85,93,99,10]
+ [11,72,55,17,37,59,34,35,59,40,37,26,59,53,100,44,87,23,34,95,32,43,29,7,18,54,70,48,50,89,74,77,18,33,4,36,80,64,49,31,37,46,4,75,47,5,32,65,63,48]
+ [16,22,4,36,52,5,23,67,59,8,87,89,38,59,43,91,83,21,59,70,27,56,45,89,28,47,78,90,81,35,33,11,88,89,99,29,87,26,21,4,13,92,66,84,89,44,75,88,100,41]
+ [47,77,74,47,58,41,19,69,57,20,48,41,37,56,56,25,42,49,92,10,32,2,17,43,12,66,14,27,2,11,41,67,64,59,18,60,43,52,15,93,3,91,25,27,53,15,3,83,48,2]
+ [78,48,98,46,78,63,79,68,54,61,89,97,82,65,39,52,69,16,89,60,84,95,71,77,62,3,98,48,18,89,60,29,62,30,79,40,26,28,72,34,37,26,63,21,3,8,81,1,30,54]
+ [20,28,83,10,31,94,32,76,76,8,55,22,18,49,79,35,48,1,9,51,62,87,36,40,87,47,55,41,3,100,77,63,44,29,44,35,73,86,39,68,25,77,66,82,100,21,5,6,53,53]
+ [20,43,38,34,86,95,47,61,23,68,55,100,82,32,90,40,18,67,83,61,18,63,15,20,65,7,6,94,36,85,92,44,18,26,59,67,40,31,16,66,49,97,6,2,16,64,80,4,27,1]
+ [23,65,90,36,45,20,67,59,8,79,78,25,46,51,88,49,41,100,77,29,47,60,51,100,37,25,82,10,86,95,96,73,92,99,8,16,81,26,50,67,40,2,88,61,26,27,91,52,42,98]
+ [45,58,33,75,96,34,86,59,34,83,28,47,86,60,99,71,44,28,9,81,4,43,64,82,33,65,75,18,53,28,89,49,66,23,91,2,77,76,97,81,32,70,53,86,94,19,1,1,77,69]
+ [17,68,97,46,68,95,4,49,94,31,40,40,94,25,64,81,26,68,37,22,28,73,78,38,52,32,74,92,66,53,31,61,92,28,20,30,40,59,29,63,15,73,77,36,19,89,68,47,15,14]
+ [100,97,60,93,78,38,69,2,17,41,93,21,95,41,59,3,64,27,78,2,61,38,95,36,57,15,25,81,27,78,58,10,52,27,64,50,1,91,34,75,43,60,64,39,6,31,16,49,69,23]
+ [78,57,60,14,67,57,85,91,69,60,7,42,71,81,22,29,70,28,62,87,96,72,64,8,45,59,12,36,24,72,3,70,48,33,37,29,6,21,13,14,98,29,96,59,30,65,18,58,97,26]
+ [88,55,80,87,58,19,26,37,89,33,95,36,14,83,5,20,13,86,50,44,20,80,73,99,91,43,58,84,64,68,80,32,21,57,42,35,8,41,7,90,57,78,22,93,12,83,6,68,26,70]
+ [39,90,69,5,98,47,97,98,75,47,87,42,57,22,4,39,53,56,53,41,19,68,31,5,17,90,30,14,54,99,54,64,10,76,20,90,84,19,6,28,76,65,10,23,62,96,96,15,66,29]
+ [8,49,2,97,76,57,91,86,7,15,34,90,91,4,10,14,17,37,10,18,84,94,80,100,94,24,68,24,74,8,33,50,95,65,8,25,6,90,36,58,50,65,30,92,33,27,63,26,23,72]
+ [23,32,43,89,7,18,80,31,45,49,69,22,92,11,40,99,62,50,77,17,57,14,25,74,78,23,26,64,50,11,45,9,33,62,22,58,23,92,89,91,57,83,81,71,1,48,84,80,50,51]
+ [29,29,99,89,21,61,87,93,16,32,58,81,92,21,49,80,44,33,17,97,17,92,81,70,30,38,57,95,58,99,72,93,16,52,24,56,44,68,1,7,59,67,27,42,30,63,11,84,97,21]
+ [44,52,89,21,72,43,93,96,45,95,74,20,9,45,96,80,93,16,91,61,35,89,43,44,69,55,69,86,59,97,76,100,93,63,9,29,31,34,67,50,83,26,78,19,59,65,98,42,84,3]
+ [38,74,44,97,64,55,97,34,48,12,99,48,55,71,36,13,65,58,38,97,18,49,94,81,20,98,96,98,53,55,22,66,26,36,72,58,12,72,8,27,52,3,9,2,28,15,91,43,33,81]
+ [78,73,73,17,72,65,87,28,87,44,8,100,51,74,49,35,27,83,14,52,85,30,21,81,41,79,62,12,65,92,40,10,31,64,75,54,77,44,50,58,37,43,88,90,4,91,43,77,43,12]
+ [86,45,62,96,100,53,60,8,35,58,19,21,20,9,64,66,93,52,25,11,77,60,90,18,63,58,26,69,84,72,65,36,43,39,86,61,77,79,83,85,84,49,9,93,27,75,77,93,98,85]
+ [6,4,59,46,61,42,45,37,93,25,74,22,19,51,22,3,62,73,59,49,52,58,28,63,44,51,52,34,55,62,83,18,93,43,2,4,24,73,95,66,81,30,47,31,10,83,49,69,89,45]
+ [43,99,9,13,7,1,29,32,83,90,78,87,62,79,85,16,33,20,22,90,68,78,33,73,54,16,3,50,34,17,71,92,16,40,3,92,2,40,19,97,80,100,29,13,100,57,40,85,67,18]
+ [47,17,55,22,73,47,81,48,27,99,7,94,32,11,58,32,100,16,65,33,60,88,88,2,64,63,34,70,40,46,96,74,33,44,70,65,26,10,31,87,67,69,73,35,96,39,73,50,27,31]
+ [22,24,42,99,66,61,86,41,15,41,45,100,32,67,21,24,37,27,77,67,47,47,81,36,18,25,78,48,16,20,17,61,3,17,31,82,53,73,68,26,48,58,83,83,78,90,38,84,18,93]
+ [37,20,3,56,1,86,32,52,32,22,57,32,86,92,36,48,30,58,51,91,89,33,53,44,22,8,49,96,43,99,39,64,50,49,24,52,60,64,79,13,18,77,32,23,13,49,65,19,2,74]
+ [48,1,24,71,12,96,89,63,18,16,98,89,60,85,10,54,84,64,2,56,84,2,24,52,42,52,57,22,34,37,31,54,51,24,28,54,55,48,63,24,21,8,95,75,40,3,16,30,30,35]
+ [20,45,75,56,98,50,29,19,67,67,1,7,40,98,63,69,95,16,24,100,11,25,78,70,12,51,56,11,28,9,86,30,77,97,35,80,54,54,3,1,36,65,12,36,50,82,73,11,3,85]
+ [69,65,10,32,82,91,26,30,4,25,78,21,77,82,52,29,4,32,69,76,53,21,46,61,5,89,3,3,85,20,25,51,33,90,6,92,95,65,54,97,55,32,74,38,37,29,73,100,7,86]
+ [61,4,96,29,56,48,77,55,7,19,61,12,42,94,63,91,53,72,15,47,53,33,7,83,55,27,40,85,76,81,18,54,66,66,18,26,84,41,75,69,64,40,5,57,10,16,11,57,99,76]
+ [51,63,43,52,79,60,43,84,12,1,40,60,49,92,78,92,57,97,33,93,63,40,14,13,61,4,36,23,63,78,48,59,75,66,94,10,98,76,44,92,62,63,62,19,92,55,9,6,68,84]
+ [100,1,99,37,53,56,49,66,3,10,54,42,65,7,69,52,31,19,44,57,53,38,100,78,5,41,65,43,95,4,35,68,43,53,88,76,81,92,18,19,4,5,17,40,64,25,57,11,14,40]
+ [72,56,2,71,75,1,75,95,24,94,31,62,68,97,27,70,63,75,19,24,35,66,34,12,10,58,35,86,35,48,20,83,100,47,6,18,90,43,84,54,74,71,51,36,40,14,17,79,20,3]
+ [48,12,91,8,79,5,83,73,54,88,76,33,11,75,77,54,64,27,51,23,40,85,51,88,31,94,17,38,72,91,92,96,30,95,50,85,68,37,26,27,31,69,44,23,3,47,1,57,53,83]
+ [81,7,14,72,94,40,47,30,23,45,63,4,78,71,41,14,1,24,23,85,46,12,49,41,76,13,16,80,42,35,74,46,77,82,42,15,95,66,47,15,94,97,4,15,5,2,87,74,62,55]
+ [73,17,32,37,27,68,74,58,32,81,94,87,97,60,23,18,6,62,44,18,85,33,79,74,12,56,53,5,46,15,93,36,63,95,53,1,82,72,66,26,24,4,35,81,50,86,54,76,41,9]
+ [36,59,63,54,18,55,63,32,5,70,68,19,48,42,26,100,36,40,25,83,79,19,5,11,34,98,16,5,75,89,29,43,84,71,37,85,74,99,95,96,62,11,21,24,38,66,56,89,79,98]
+ [32,7,77,30,42,75,40,89,69,48,23,96,17,54,99,98,33,63,41,77,93,17,87,62,92,74,46,89,36,80,50,57,71,54,13,61,87,21,32,31,14,88,96,54,17,75,65,83,27,29]
+ [100,7,34,83,13,91,24,79,42,51,74,65,14,99,94,72,46,82,76,17,57,3,77,69,13,91,39,6,84,54,33,37,61,34,4,7,74,60,18,14,45,96,93,50,46,22,84,44,75,54]
+ [48,87,16,48,90,95,53,50,100,64,19,98,53,47,47,15,72,58,8,97,67,14,97,26,23,32,79,90,76,93,30,80,27,93,42,68,27,46,17,63,63,7,4,87,40,59,65,52,53,100]
+ [79,26,57,25,81,16,49,83,30,42,17,44,84,35,28,29,27,97,41,66,65,22,60,97,59,92,22,22,15,24,12,57,68,99,97,43,45,43,72,98,64,23,19,6,32,21,24,79,49,8]
+ [43,76,91,81,45,31,59,38,33,83,94,77,60,81,89,89,18,6,76,80,11,30,40,87,36,100,71,90,34,97,34,4,87,52,58,52,17,6,17,67,15,23,34,3,97,52,74,87,1,80]
+ [76,1,24,90,89,15,43,6,65,100,78,50,21,33,100,32,78,30,90,60,26,28,19,23,32,79,39,73,77,54,73,94,89,48,72,50,77,3,34,68,3,48,49,75,74,92,14,95,55,17]
+ [28,46,1,72,79,17,19,99,1,8,49,89,36,74,38,12,100,92,98,74,20,7,38,19,55,6,84,62,42,56,61,74,20,77,87,92,87,81,21,65,57,9,36,37,55,17,100,79,61,68]
+ [54,50,58,96,30,18,75,14,23,19,55,40,89,67,26,9,74,46,39,3,51,70,57,78,48,23,85,75,92,86,54,10,67,53,66,41,60,28,87,12,85,84,13,76,33,51,67,91,66,38]
+ [83,95,3,34,22,34,43,25,67,70,12,37,14,46,73,67,73,27,54,35,5,84,85,47,84,64,41,34,74,56,64,86,38,77,74,44,99,8,88,67,38,23,71,42,8,64,50,23,63,71]
+ [77,90,96,67,42,31,23,60,100,91,93,81,3,30,15,12,84,40,90,33,40,62,32,17,87,8,82,90,27,57,44,32,30,38,5,62,12,32,42,39,98,58,46,79,98,46,4,13,29,4]
+ [39,79,91,61,93,63,76,48,18,5,33,75,9,36,30,74,50,100,22,88,33,77,5,62,37,70,49,91,76,89,26,94,1,75,47,61,61,17,98,54,48,79,22,4,39,58,83,76,37,34]
+ [40,40,86,8,45,46,33,82,56,53,36,78,2,91,61,70,60,21,90,82,99,80,62,51,32,46,82,15,41,65,39,86,49,14,63,99,78,30,78,24,86,38,99,12,61,82,40,92,99,34]
+ [37,75,12,88,84,16,34,10,71,16,58,32,97,25,61,92,61,100,75,53,79,96,57,53,20,67,5,48,46,41,76,98,67,74,59,10,48,61,3,67,39,23,21,6,81,93,32,6,33,17]
+ [8,63,35,69,71,38,35,49,30,11,19,79,4,58,44,23,97,68,25,8,83,59,50,78,89,77,80,61,15,26,2,57,25,85,32,5,63,82,69,62,76,67,17,53,21,42,37,30,77,16]
+ [61,15,78,44,38,27,1,65,49,46,19,68,24,91,47,38,83,42,5,93,50,18,52,83,91,19,32,58,2,15,48,28,67,69,32,1,67,15,97,46,77,44,4,92,54,95,42,29,32,15]
+ [15,56,87,21,12,83,12,98,27,2,93,52,65,21,17,40,34,55,83,85,98,21,25,27,78,23,60,14,31,93,100,59,31,42,59,94,11,90,81,31,20,16,37,59,48,22,96,44,17,73]
+ [5,43,11,44,82,62,35,65,27,89,66,14,10,31,88,98,61,88,13,73,85,66,50,53,43,90,46,57,57,45,79,78,95,20,91,84,81,90,96,37,25,16,34,91,34,18,53,98,71,24]
+ [73,34,47,48,15,7,75,67,48,1,33,71,97,32,71,10,17,67,43,22,87,92,62,75,44,85,29,70,74,74,70,26,70,100,20,33,66,37,58,12,100,44,55,85,66,40,4,5,37,30]
+ [79,5,18,75,95,76,36,11,97,14,80,2,73,81,25,72,66,15,28,61,55,30,72,12,19,51,28,20,52,97,25,62,19,1,5,52,36,87,68,12,31,95,92,70,29,86,59,63,88,71]
+ [93,42,60,84,27,10,63,58,30,94,77,85,2,67,100,29,91,80,5,73,31,73,85,94,95,6,25,34,42,93,44,15,24,46,79,21,46,22,4,54,66,50,3,48,70,99,78,31,12,52]
+ [85,16,37,22,27,75,15,83,54,82,77,84,12,85,44,94,21,93,46,24,67,17,56,20,57,19,17,28,2,96,52,77,27,53,43,72,23,19,54,82,94,50,77,6,47,20,31,79,74,25]
+ [59,66,81,50,97,26,50,28,29,77,10,5,56,41,50,89,42,49,99,68,35,41,48,12,85,19,70,81,96,84,96,81,9,58,77,10,64,51,38,46,70,84,91,40,26,100,90,27,85,54]
+ [34,70,3,51,99,16,75,70,67,64,74,62,86,82,40,25,35,57,79,72,28,97,74,47,67,8,73,54,53,80,81,21,34,31,38,47,19,89,97,88,12,48,90,16,76,11,48,74,44,46]
+ [25,22,60,75,6,82,34,36,59,51,10,91,24,5,33,65,22,42,96,84,14,32,1,44,41,42,98,74,65,22,13,25,29,5,37,21,36,69,33,74,83,76,97,41,95,62,78,55,17,52]
+ [18,1,74,35,12,73,54,75,73,55,41,37,91,88,98,48,28,9,70,13,78,71,71,72,57,68,89,69,43,8,98,73,71,51,72,4,67,45,61,94,75,19,86,46,33,33,17,14,23,96]
+ [8,87,10,66,3,36,88,62,29,24,21,25,2,45,1,1,56,13,36,77,49,31,19,10,6,49,82,67,96,27,60,79,57,100,12,37,38,56,36,83,91,92,47,60,20,61,76,54,15,56]
+ [31,93,22,36,25,1,94,4,1,23,93,81,94,8,63,33,41,82,89,20,85,51,22,39,2,2,17,75,25,16,14,90,44,80,45,55,1,36,22,15,8,23,72,58,55,18,4,14,39,47]
+ [90,69,1,57,74,92,48,36,95,49,75,93,12,38,76,24,1,57,1,21,89,93,70,49,43,16,42,10,2,53,43,89,7,17,72,47,18,5,41,36,67,96,57,81,27,85,9,89,20,73]
+ [12,18,67,25,99,69,35,1,94,51,95,14,83,85,49,13,94,27,89,47,72,28,96,68,22,81,79,28,77,89,29,87,10,75,96,2,7,59,59,21,12,27,25,58,79,77,21,81,61,45]
+ [2,89,95,96,37,37,15,6,86,27,66,5,77,37,37,61,92,70,63,86,89,47,54,10,94,10,19,68,76,94,100,89,96,19,79,50,34,18,65,17,39,1,21,79,72,73,61,51,91,33]
+ [1,92,45,78,78,84,27,6,47,42,10,25,10,61,62,56,41,35,34,94,34,53,22,35,84,68,99,20,52,98,11,77,47,34,93,23,60,80,8,57,23,46,55,35,41,72,86,92,13,12]
+ [49,73,73,83,19,25,33,71,47,95,32,62,56,52,82,16,41,61,57,67,22,100,96,91,13,39,80,12,79,28,83,71,38,51,52,56,59,32,60,14,20,40,57,32,22,70,29,95,55,11]
+ [52,63,68,65,52,16,95,3,81,35,31,44,71,17,32,14,85,72,57,83,42,9,54,99,60,94,63,64,77,71,74,77,37,95,86,19,68,72,93,27,99,25,37,61,83,94,86,28,29,51]
+ [88,75,50,67,21,11,31,1,49,59,28,41,43,9,81,74,40,42,49,68,60,58,66,80,61,37,93,80,70,88,90,30,50,22,62,97,37,56,61,84,80,10,82,54,38,31,37,30,31,68]
+ [64,35,29,78,70,67,61,53,14,8,83,44,86,42,75,14,7,47,55,10,14,66,8,49,42,19,22,97,31,54,57,59,69,55,25,38,84,4,61,37,86,78,16,87,29,36,17,17,6,32]
+ [70,52,73,19,98,95,63,18,88,7,93,4,2,54,33,8,34,56,90,7,79,74,52,83,29,17,64,81,88,77,58,11,97,82,8,23,6,79,12,72,23,46,66,15,80,38,36,84,53,61]
+ [53,68,98,57,64,22,82,61,19,97,84,74,15,48,70,93,22,66,92,33,83,5,74,90,63,76,98,94,90,8,98,13,98,97,8,21,70,42,79,82,20,84,45,78,1,16,12,54,11,47]
+ [55,84,11,76,27,36,99,8,81,70,19,37,100,53,30,92,70,23,22,53,64,40,10,71,9,50,23,93,27,43,15,22,99,24,50,95,87,98,63,10,15,36,60,68,51,37,55,79,68,99]
+ [79,74,29,35,40,65,100,52,27,2,58,91,71,52,17,80,52,10,79,16,85,12,51,51,36,15,44,3,51,73,78,69,26,63,82,3,58,18,14,97,41,32,71,84,59,91,22,54,97,86]
+ [38,48,22,82,25,17,38,98,59,14,35,18,19,26,82,63,17,3,75,97,37,10,67,11,7,64,63,82,74,76,35,42,30,70,48,55,39,51,82,5,44,41,87,36,30,57,34,42,51,49]
+ [28,72,54,32,63,66,55,100,3,87,67,17,77,95,59,46,68,7,66,37,83,62,40,20,56,62,23,65,54,49,59,38,11,99,3,27,65,19,94,49,100,26,17,15,99,48,100,25,24,53]
+ [5,100,87,75,10,45,35,97,63,15,41,55,78,14,21,38,9,38,7,86,62,89,6,56,94,66,91,92,27,98,36,94,66,60,36,86,3,40,22,25,29,78,50,17,8,39,55,47,63,48]
+ [76,3,88,49,60,53,69,28,19,51,62,76,29,80,6,6,87,93,18,66,30,66,94,8,46,30,82,96,28,20,94,82,69,51,48,98,26,35,99,86,39,45,18,47,99,29,90,48,58,91]
+ [18,5,4,90,90,8,38,98,35,94,49,7,72,22,84,24,94,43,41,84,27,29,16,88,64,34,59,59,8,95,34,72,31,83,77,61,94,33,48,88,36,14,4,66,5,62,12,81,97,80]
+ [46,21,21,94,96,6,83,40,30,77,12,6,99,47,7,63,34,48,95,83,55,13,33,51,12,2,79,64,58,45,72,58,40,71,29,20,91,98,59,2,9,79,15,72,23,34,59,84,16,60]
+ [86,33,67,87,40,94,74,42,80,76,73,88,8,86,7,78,72,64,9,8,46,16,83,11,9,63,85,56,61,69,31,53,35,48,86,23,56,11,3,91,61,33,14,63,88,67,62,19,50,33]
+ [96,43,75,81,18,37,35,15,44,11,34,71,7,63,75,42,83,92,15,69,54,30,93,23,2,22,7,69,82,63,93,76,28,100,36,15,100,70,85,76,41,56,81,99,49,5,87,19,75,23]
+ [72,51,13,87,67,45,22,77,86,13,47,24,18,90,14,43,2,88,42,8,55,91,62,57,17,81,41,96,92,54,11,76,23,19,9,54,67,20,16,51,81,19,68,74,36,89,50,91,32,23]
+ [47,37,18,54,23,55,46,97,51,57,31,64,54,44,48,66,75,86,1,4,20,71,87,53,26,34,60,87,77,46,6,15,46,34,59,91,18,98,30,52,79,26,71,14,89,37,10,20,28,27]
+ [13,48,89,54,40,31,100,31,69,41,100,38,45,28,73,42,29,12,91,88,6,34,9,52,82,12,2,90,56,36,7,34,27,63,68,29,10,35,2,40,67,11,4,15,65,98,31,42,56,97]
+ [65,96,2,92,10,7,49,39,4,50,82,34,24,23,99,28,58,54,100,81,99,76,5,76,31,41,14,16,90,96,80,48,100,93,94,7,28,74,54,77,24,98,5,28,75,11,90,7,17,72]
+ [24,94,53,90,92,73,60,47,38,22,73,88,43,75,11,45,58,88,40,52,91,58,33,37,92,10,64,79,39,11,61,62,99,42,34,99,65,88,43,79,37,78,81,41,98,48,11,25,74,52]
+ [93,38,50,19,58,23,99,10,85,39,73,61,5,23,16,73,64,29,63,70,47,12,48,46,98,23,84,86,8,90,18,34,2,29,38,81,10,62,67,20,21,16,7,3,95,56,25,16,21,90]
+ [49,100,44,55,18,52,38,33,15,9,36,79,5,83,43,95,69,23,10,45,23,96,95,25,77,23,85,88,94,75,84,62,32,75,17,19,1,53,77,84,27,26,46,70,26,84,93,78,84,93]
+ [25,56,48,14,46,86,77,11,2,79,85,96,35,17,49,60,15,81,48,86,17,47,48,94,6,55,31,64,73,62,48,4,7,7,44,16,54,13,19,27,65,77,7,30,1,45,39,45,11,7]
+ [21,26,45,14,29,97,89,87,8,33,35,60,73,72,39,61,64,3,79,50,92,14,78,63,83,54,55,25,78,70,19,77,1,24,20,5,89,11,57,32,4,97,54,84,21,37,81,72,50,15]
+ [69,79,61,18,86,35,95,100,52,95,9,60,17,61,16,51,51,2,23,86,26,100,48,18,62,26,27,30,30,7,25,66,68,75,50,55,8,83,38,44,32,65,27,28,20,3,65,23,7,30]
+ [29,11,47,79,16,39,86,18,9,15,74,6,1,64,94,35,67,72,19,8,61,94,51,34,68,84,64,52,66,39,23,54,96,92,49,45,94,51,32,11,93,83,64,2,39,82,24,54,22,71]
+ [25,29,12,43,82,46,43,10,39,7,90,89,27,30,6,20,4,83,78,42,69,34,29,26,73,91,18,14,42,69,76,21,81,31,69,22,43,51,86,52,32,2,34,82,69,78,3,56,58,77]
+ [87,70,61,58,19,46,85,60,64,87,99,59,91,30,98,7,77,12,1,8,38,65,24,8,66,40,76,99,74,90,82,10,1,25,1,55,34,62,62,59,87,58,29,6,7,13,93,37,68,64]
+ [89,90,49,82,91,77,12,22,95,11,97,32,86,39,15,18,87,59,52,45,39,44,73,57,87,12,18,8,37,62,96,75,12,29,18,38,56,98,23,97,80,45,100,74,58,80,21,58,6,12]
+ [73,48,7,49,91,30,35,89,85,100,41,98,41,69,65,66,48,12,61,1,76,59,52,51,90,75,60,59,95,49,56,28,65,67,14,40,50,15,51,86,33,84,33,34,38,36,30,46,41,25]
+ [71,69,59,93,8,53,88,30,50,80,33,84,78,27,80,98,62,94,69,23,93,100,96,43,83,86,75,78,95,5,2,61,5,98,83,73,6,33,38,56,70,63,73,55,30,97,6,23,14,55]
+ [9,59,75,25,47,60,15,26,11,10,52,12,95,41,9,66,89,17,97,55,23,53,51,90,67,58,60,21,86,94,1,27,100,35,8,84,66,46,66,63,63,72,9,5,97,16,38,54,77,75]
+ [32,16,49,100,81,24,56,21,31,35,73,44,46,34,42,28,43,95,99,6,35,9,21,87,82,70,7,22,94,67,24,73,17,41,44,18,2,41,74,16,40,48,55,94,74,20,5,37,91,21]
+ [59,15,74,90,23,43,16,26,56,46,68,14,34,85,41,3,17,57,58,29,66,5,93,94,12,96,48,15,87,76,38,57,13,36,76,44,61,13,67,52,72,53,33,87,70,69,53,87,38,66]
+ [79,100,41,63,73,50,47,61,89,41,86,68,29,3,9,44,1,66,50,95,19,8,36,34,54,93,22,28,19,81,79,83,18,72,21,39,56,78,43,28,26,92,23,81,69,66,94,100,93,35]
+ [22,2,67,12,9,9,39,100,55,33,12,10,67,2,12,69,40,91,34,42,4,20,20,39,79,55,70,53,72,21,48,92,88,63,34,5,41,44,2,18,92,68,100,92,5,64,12,76,36,61]
+ [74,42,11,35,28,19,89,79,27,94,44,5,66,2,24,74,49,72,45,37,83,2,80,47,55,46,8,25,24,24,89,22,90,22,65,34,36,52,41,58,40,54,2,59,48,57,25,63,56,52]
+ [68,6,69,94,90,49,63,19,100,48,26,31,56,67,52,7,56,54,35,30,34,23,59,76,97,66,89,80,81,9,100,1,16,51,72,81,97,17,59,59,29,76,97,66,47,72,100,100,2,18]
+ [61,44,50,39,81,14,57,63,9,52,23,65,31,53,77,24,9,94,97,81,55,10,44,17,12,70,6,92,6,12,20,81,82,83,79,58,69,91,89,69,79,49,87,39,78,19,1,59,44,23]
+ [7,53,98,65,86,21,64,4,28,45,36,57,78,62,53,62,47,58,18,53,23,6,88,5,57,88,64,97,80,21,29,75,94,32,28,18,47,71,40,56,76,13,54,78,65,14,4,35,18,35]
+ [48,50,46,77,8,78,21,55,72,17,78,11,100,43,90,89,52,92,40,51,27,63,45,47,35,30,43,88,11,24,86,88,46,9,71,41,90,46,97,27,52,94,65,92,82,21,46,60,21,64]
+ [35,46,76,7,20,77,21,7,27,23,98,40,39,40,25,31,1,42,68,4,89,41,96,16,4,71,48,33,54,19,38,57,8,9,93,14,78,29,73,17,38,35,11,23,20,66,45,81,31,34]
+ [90,95,2,98,35,43,36,97,79,4,21,60,48,37,59,56,87,34,89,56,80,2,88,39,28,67,61,53,43,16,34,58,53,33,84,37,11,39,21,21,84,44,10,59,72,73,34,41,45,27]
+ [62,55,60,12,36,59,55,67,8,60,23,84,97,22,76,72,40,11,77,17,81,70,25,79,26,43,21,5,28,51,68,16,85,25,12,13,77,76,36,50,16,26,62,74,36,28,67,60,65,23]
+ [64,15,89,82,90,88,77,39,51,74,84,77,31,60,9,90,69,62,3,67,60,35,47,62,73,38,55,100,29,37,44,68,75,82,67,57,83,97,72,35,98,59,70,15,100,89,37,69,94,5]
+ [94,73,87,61,31,96,85,55,99,64,64,23,77,29,54,4,37,65,59,68,5,13,60,76,66,33,81,59,45,18,82,50,86,70,60,62,29,9,72,78,35,25,14,51,77,85,81,30,60,76]
+ [65,49,62,2,50,84,14,75,23,66,11,8,6,56,63,61,43,2,58,13,12,14,35,2,1,80,80,71,31,49,49,43,45,26,28,98,5,54,83,33,47,89,81,84,65,3,27,68,42,51]
+ [26,28,88,91,88,52,5,65,36,43,68,51,64,6,38,26,6,4,60,45,1,45,41,83,35,54,74,76,100,56,53,33,16,97,15,59,12,56,31,3,12,9,7,54,70,54,41,28,39,40]
+ [76,43,97,71,69,97,100,62,65,25,95,49,97,5,94,4,22,76,92,94,31,32,72,55,1,13,94,99,70,18,56,69,42,8,15,89,53,63,54,89,24,51,19,79,74,14,59,24,43,27]
+ [21,83,5,9,74,36,3,85,32,21,79,62,95,97,22,76,32,77,68,87,80,43,37,56,53,27,8,84,11,79,75,31,74,3,52,43,40,69,47,86,65,14,86,20,75,91,86,82,47,9]
+ [7,17,12,69,75,19,55,98,15,80,73,29,45,79,68,83,12,6,43,86,13,96,15,6,52,70,36,60,69,31,88,31,61,27,31,53,90,51,44,90,52,97,25,65,34,63,71,80,51,93]
+ [70,90,3,71,16,82,63,82,22,63,32,87,74,64,72,57,53,50,48,59,11,94,4,37,94,39,23,28,88,17,37,71,3,69,1,82,26,79,70,98,43,83,45,15,98,81,99,83,65,96]
+ [65,93,2,87,35,4,49,94,88,25,100,9,61,66,68,23,52,72,48,89,36,67,69,20,64,43,72,8,51,41,53,50,98,13,36,58,86,84,58,33,14,83,82,56,46,48,10,33,16,51]
+ [3,23,31,77,12,52,42,69,89,2,41,74,84,19,27,23,90,30,44,54,57,85,68,77,65,16,8,48,36,53,45,84,96,93,40,47,36,21,29,92,47,54,4,44,72,18,85,35,23,7]
+ [41,61,65,19,85,25,88,51,97,74,76,47,35,35,49,53,22,23,54,74,1,94,86,69,36,55,2,3,96,99,63,25,35,44,23,41,11,71,86,51,89,65,22,37,1,3,21,56,74,18]
+ [57,46,86,36,96,66,100,50,37,46,52,57,34,26,26,18,77,46,64,5,70,29,71,31,80,11,30,7,89,70,48,69,24,86,16,11,31,61,46,18,83,82,94,76,53,30,37,3,78,63]
+ [49,63,47,99,63,45,95,30,45,68,29,10,84,37,68,24,74,7,92,70,2,70,42,95,39,87,52,38,47,16,38,35,91,67,29,15,37,15,1,96,62,38,46,32,79,16,68,95,71,35]
+ [27,90,83,30,11,81,14,18,84,30,81,3,90,3,25,47,79,10,79,6,37,29,55,26,13,39,81,92,23,84,11,58,89,2,65,89,80,46,22,29,50,95,52,45,17,32,98,98,49,77]
+ [36,45,83,98,100,73,51,53,25,10,5,44,95,87,14,52,77,85,77,84,26,31,7,50,62,91,75,27,32,22,59,62,19,71,73,53,48,20,24,95,78,91,29,28,11,82,61,62,65,33]
+ [99,85,69,26,97,99,50,74,84,98,3,2,59,98,85,80,19,26,60,30,73,32,40,50,23,96,51,16,64,4,67,88,1,28,97,16,63,79,14,51,25,13,76,69,39,44,73,100,16,31]
+ [81,2,63,34,50,76,13,35,32,49,57,13,58,61,76,3,32,35,80,42,58,23,95,7,49,94,22,73,21,73,59,16,74,32,74,96,46,9,8,53,36,59,2,66,16,59,73,16,41,57]
+ [71,29,25,85,69,68,67,70,1,61,37,59,39,33,86,75,99,75,27,69,7,87,48,83,90,92,51,87,26,26,57,18,51,77,63,56,22,85,43,28,57,26,53,47,51,57,84,52,91,80]
+ [80,94,95,88,22,20,52,52,54,67,16,60,93,25,40,17,62,28,57,76,35,39,31,70,31,1,77,14,20,54,14,90,100,31,68,16,42,44,39,51,11,23,33,68,16,66,8,9,27,7]
+ [92,66,45,46,71,64,51,93,95,62,60,94,42,21,75,22,45,13,10,72,10,18,41,82,84,47,7,15,3,65,30,75,60,63,67,87,26,42,52,84,46,87,49,58,68,15,67,57,11,86]
+ [28,51,90,19,93,45,97,11,76,41,90,12,95,28,59,71,61,48,30,41,56,94,34,46,40,96,56,87,57,20,43,66,13,92,39,40,64,63,71,31,79,1,84,36,55,49,13,98,72,4]
+ [18,40,42,8,92,21,52,23,99,87,90,92,73,87,97,24,90,98,89,92,21,11,78,48,100,75,49,56,98,16,75,93,46,56,11,80,64,36,100,52,30,24,73,58,28,24,68,8,94,22]
+ [44,56,63,49,1,19,83,88,89,79,64,6,71,73,30,31,89,74,66,65,49,39,33,4,86,68,8,66,89,51,37,71,15,80,10,23,54,33,62,69,70,14,27,50,100,20,95,77,27,97]
+ [65,13,45,66,9,30,38,99,44,42,66,89,64,15,88,35,95,63,28,76,88,52,43,11,61,18,12,4,50,18,44,74,23,92,61,20,36,14,38,74,92,77,86,77,80,47,6,50,5,57]
+ [59,97,89,40,36,31,51,1,54,1,56,83,61,12,69,64,29,28,93,55,13,79,11,14,10,39,47,75,44,48,50,28,83,83,11,41,41,44,56,35,10,96,38,1,76,5,40,78,86,84]
+ [75,26,35,44,68,54,35,26,63,26,49,33,35,58,38,49,83,25,40,91,29,70,63,12,77,41,33,35,39,75,96,20,67,27,5,11,35,67,3,35,44,40,2,8,72,79,75,11,55,80]
+ [7,88,43,31,9,26,51,60,36,4,69,93,3,79,16,47,34,73,9,17,93,40,77,83,39,46,93,8,6,71,67,99,37,1,76,29,89,28,63,95,54,70,83,33,47,35,58,96,92,8]
+ [26,67,50,79,83,31,2,91,8,53,56,78,95,60,65,50,9,62,75,53,99,60,62,12,9,28,10,9,43,42,48,61,3,92,98,50,47,89,50,11,49,57,64,14,24,40,6,94,76,58]
+ [78,55,94,91,90,92,91,69,34,34,15,15,76,43,57,65,93,75,63,79,83,75,78,25,84,51,94,20,78,42,23,19,7,61,18,91,97,60,3,42,68,11,96,24,58,73,71,65,63,63]
+ [41,52,47,97,71,75,33,23,79,23,54,45,30,2,44,69,66,26,48,44,89,14,79,22,15,36,53,25,31,53,75,39,30,80,42,90,64,80,34,84,39,50,98,15,37,96,80,16,77,21]
+ [35,85,63,34,92,33,46,65,54,33,4,60,2,82,5,74,9,92,83,33,17,75,99,38,27,23,28,49,63,97,52,12,81,63,35,85,11,47,94,33,19,98,91,58,15,24,69,70,27,3]
+ [27,100,11,73,5,25,53,22,24,81,6,54,3,84,98,64,14,42,48,56,85,31,93,42,26,35,70,52,18,49,84,94,44,4,88,56,12,35,59,57,38,44,7,11,97,79,27,33,20,94]
+ [42,32,4,54,94,76,43,52,22,79,25,27,58,23,52,84,7,42,39,61,50,96,32,78,28,89,37,86,30,78,74,63,88,30,44,44,94,13,87,11,36,19,81,74,71,30,54,96,100,53]
+ [61,87,39,40,35,13,91,54,32,94,67,55,9,86,53,21,93,94,69,91,4,94,24,25,56,3,61,33,9,87,70,46,74,90,9,66,70,55,29,54,9,39,20,100,47,3,2,37,39,71]
+ [43,43,68,23,79,31,23,90,17,3,81,4,22,74,81,88,7,46,37,28,53,88,12,4,10,51,100,99,14,56,11,94,88,74,84,89,32,62,97,69,38,45,52,86,6,9,67,71,18,90]
+ [10,6,77,59,42,20,52,8,45,53,2,84,37,34,38,97,31,95,10,48,37,48,52,55,16,87,1,97,92,71,71,78,81,84,57,66,84,13,6,88,10,46,27,85,41,67,43,58,83,78]
+ [18,99,62,1,59,84,29,75,1,79,61,20,18,10,25,53,87,75,79,57,72,20,41,77,22,13,51,48,46,30,72,39,16,90,37,94,39,69,52,75,49,36,28,47,53,41,14,8,14,32]
+ [77,73,74,29,85,29,95,82,55,44,100,3,20,53,26,6,64,74,75,90,31,79,71,10,69,62,4,42,44,61,8,51,37,32,90,61,41,46,54,43,58,81,97,26,18,87,30,99,45,92]
+ [52,80,90,99,55,40,87,76,58,40,17,89,43,46,15,7,69,4,37,71,10,100,95,53,53,55,81,95,3,99,58,97,62,56,52,96,35,75,92,15,64,84,35,84,44,43,85,22,100,45]
+ [77,79,98,31,41,43,93,59,37,32,30,38,95,57,84,21,67,41,18,10,6,61,68,97,47,40,41,28,61,58,62,17,4,80,76,50,79,13,96,19,100,34,62,38,18,59,83,76,84,61]
+ [13,91,50,95,29,47,12,37,87,80,46,52,29,93,38,17,46,67,61,97,44,91,77,16,56,1,75,24,71,97,12,14,11,47,55,63,61,3,10,74,86,37,80,55,53,64,34,30,49,1]
+ [32,64,25,65,55,43,58,63,33,10,87,34,36,43,55,86,49,45,59,19,69,86,84,49,23,80,8,67,11,21,84,82,46,94,39,83,29,20,60,60,78,34,48,72,23,68,70,23,71,47]
+ [54,90,50,16,68,66,29,12,5,90,99,75,3,6,41,12,65,55,99,46,5,46,23,66,15,6,73,56,84,73,66,92,49,48,35,72,30,5,57,8,70,34,60,95,26,89,13,39,25,36]
+ [18,96,72,31,90,54,26,90,72,21,100,73,100,47,77,25,77,33,38,65,74,52,100,56,27,83,29,57,39,4,15,97,8,60,1,69,93,28,49,93,83,6,71,65,61,29,58,51,58,51]
+ [76,8,99,13,72,54,18,35,64,49,9,72,26,60,17,15,1,66,100,14,98,23,38,4,14,18,76,63,62,31,6,91,85,92,30,47,32,47,65,93,43,56,6,29,31,24,58,56,93,34]
+ [98,43,74,74,71,51,36,4,15,16,70,47,15,69,74,81,17,6,43,92,18,99,54,59,84,85,76,60,82,48,50,70,31,71,66,31,54,52,96,11,18,75,62,40,30,37,38,87,23,93]
+ [9,93,65,7,40,21,5,40,21,94,28,50,56,85,46,79,72,94,71,97,74,20,94,14,74,20,38,54,38,3,21,19,56,54,33,7,16,66,76,58,89,55,18,57,68,45,4,1,93,66]
+ [94,98,85,6,57,90,1,58,14,9,95,68,86,8,93,19,93,95,50,13,35,7,72,21,24,12,3,72,12,24,34,64,97,15,96,13,31,41,68,1,79,34,37,13,19,8,25,54,54,62]
+ [68,6,39,16,39,19,71,33,16,56,14,13,85,84,74,8,87,52,84,6,37,69,15,62,72,53,70,47,55,21,64,30,40,86,11,87,2,29,31,11,16,24,94,17,7,96,99,78,11,64]
+ [43,50,94,78,87,83,6,49,91,92,27,96,89,99,80,68,79,24,80,44,36,36,65,22,48,90,94,91,80,32,11,16,27,9,62,49,27,33,85,15,87,56,65,67,7,51,28,61,75,27]
+ [32,28,90,73,10,55,74,99,53,57,63,33,22,63,67,38,96,31,19,93,88,8,96,9,52,91,81,59,52,84,28,92,78,33,99,78,15,35,14,51,45,11,26,85,34,30,46,88,14,20]
+ [51,16,44,50,72,36,100,21,44,49,25,33,20,84,91,17,98,69,11,95,24,93,47,53,25,89,48,72,20,73,97,90,70,64,97,35,95,99,71,92,61,82,23,43,32,13,79,16,1,22]
+ [45,4,100,45,88,82,29,48,82,54,64,79,28,17,92,74,90,76,78,44,77,90,8,74,2,96,51,79,37,15,37,34,64,47,22,2,88,32,11,35,76,4,92,52,8,21,31,29,8,30]
+ [10,15,38,60,20,37,97,30,75,27,93,86,24,7,79,17,61,63,81,72,19,3,45,82,11,34,2,89,75,68,37,61,88,12,16,8,71,70,88,92,66,69,13,12,21,99,72,62,1,39]
+ [43,20,8,78,33,32,49,79,63,34,75,93,74,86,94,55,8,46,6,62,2,89,18,9,11,74,11,97,84,40,24,80,92,26,61,79,12,51,4,13,92,19,94,16,58,63,54,94,20,25]
+ [12,40,79,89,59,46,16,46,75,57,46,45,17,81,11,71,54,17,85,25,79,75,71,21,59,6,61,51,41,22,89,9,47,42,68,14,70,75,39,30,95,63,90,27,27,16,27,31,18,37]
+ [33,97,41,3,31,70,78,75,82,15,66,37,93,41,97,27,90,86,51,62,1,9,37,54,97,88,51,43,17,55,52,27,63,100,51,3,98,11,59,59,15,12,10,6,9,50,100,6,33,63]
+ [82,24,62,44,73,77,36,70,74,33,81,13,22,72,5,17,30,60,72,57,90,47,19,12,42,77,64,50,93,25,15,33,50,78,7,76,82,98,37,22,28,82,26,59,16,79,9,10,99,29]
+ [79,56,29,99,53,6,81,94,19,77,26,49,72,95,62,99,35,87,88,43,44,59,20,41,23,55,86,41,85,71,39,77,60,47,47,12,20,44,41,61,58,20,3,14,24,90,27,40,7,55]
+ [75,99,18,96,62,26,83,22,38,80,52,50,39,99,42,41,83,78,75,60,26,5,11,91,84,76,55,36,22,72,93,73,44,44,9,80,82,47,95,41,26,20,24,97,65,80,26,79,59,85]
+ [45,36,4,92,73,89,23,23,80,99,26,75,82,64,46,35,85,86,30,24,83,89,76,43,6,88,4,45,71,20,99,19,6,45,22,43,67,100,58,85,24,70,44,57,89,54,49,22,24,28]
+ [70,13,39,24,22,79,29,60,42,41,1,9,7,99,72,30,19,99,93,93,35,12,81,86,92,18,24,42,92,34,64,20,67,24,58,95,75,74,94,29,7,16,87,71,56,15,55,70,68,88]
+ [31,54,1,52,98,48,76,46,59,32,71,74,24,54,51,49,56,19,94,90,52,21,58,25,68,86,33,9,20,78,14,39,23,14,11,84,27,88,30,60,58,67,4,94,68,34,88,77,96,67]
+ [5,90,97,89,27,35,49,86,91,45,14,86,48,1,8,12,13,63,6,32,49,73,6,5,34,82,57,26,25,27,82,25,6,52,97,33,11,57,26,45,62,29,3,66,71,11,47,57,50,19]
+ [14,7,81,22,96,17,16,20,30,55,37,62,79,61,31,63,28,11,22,77,94,77,77,19,65,28,100,58,85,25,36,59,42,56,18,99,19,25,29,63,81,27,45,23,89,67,97,49,60,59]
+ [79,14,86,32,45,84,4,64,62,5,14,49,44,35,51,85,35,58,12,46,84,84,63,100,52,42,53,12,6,82,33,93,66,76,87,9,37,50,19,69,25,6,76,50,77,8,42,19,36,23]
+ [6,95,52,42,84,70,38,79,18,63,35,25,90,23,22,45,89,50,32,96,83,100,22,75,50,63,54,75,5,2,54,73,39,85,86,15,40,13,71,37,18,22,82,50,8,49,11,57,8,64]
+ [71,45,88,16,12,54,99,91,60,3,92,93,44,21,59,84,68,57,29,40,78,95,30,23,95,93,74,73,8,13,52,30,65,90,99,57,33,34,90,70,30,13,63,10,35,77,99,73,46,16]
+ [7,13,44,28,41,60,59,94,58,88,76,87,53,23,17,28,67,9,92,75,71,57,92,84,56,69,87,6,41,63,1,82,26,62,59,42,85,62,66,58,48,83,58,63,37,29,98,25,62,97]
+ [44,74,36,16,40,94,31,78,87,60,50,9,92,95,13,77,88,89,100,99,46,12,63,27,56,62,72,75,32,83,53,69,14,40,30,50,69,89,35,17,64,16,100,78,46,79,28,92,9,6]
+ [47,46,78,77,37,70,26,13,45,52,43,52,13,10,6,12,49,15,36,90,48,74,38,86,65,29,22,37,67,46,53,31,51,68,58,37,80,20,61,5,20,52,1,25,80,48,51,82,83,81]
+ [93,22,43,76,90,26,8,33,10,75,48,37,23,45,9,64,57,32,11,40,95,78,32,98,39,96,26,87,44,65,51,82,35,88,29,63,65,22,30,12,16,85,28,51,19,87,16,35,28,31]
+ [67,17,81,5,44,89,66,92,91,25,24,74,78,6,24,56,13,67,94,82,21,14,75,59,13,92,25,90,53,16,5,40,77,58,4,7,59,34,48,65,31,18,40,41,65,78,31,1,34,32]
+ [53,88,68,7,55,58,4,73,20,9,2,16,53,95,30,48,66,64,86,8,89,67,19,10,58,40,1,85,51,52,29,35,35,68,68,21,85,13,26,16,46,51,20,37,5,78,87,43,97,54]
+ [57,89,76,78,69,17,55,63,72,88,33,99,61,49,70,26,93,86,75,87,93,16,91,100,39,100,58,19,1,28,46,86,14,26,29,21,9,82,58,90,1,78,91,5,82,12,46,87,66,40]
+ [62,60,66,14,40,59,23,39,48,36,75,93,97,70,25,79,12,25,72,70,66,17,98,20,23,74,61,33,81,5,85,22,43,80,37,20,36,64,51,12,89,43,31,94,64,75,84,94,52,84]
+ [51,51,14,76,34,46,13,24,44,4,3,78,57,32,42,38,9,62,12,34,67,78,91,2,18,22,7,22,43,52,9,51,57,9,30,17,23,29,43,23,82,56,72,41,87,91,57,8,7,82]
+ [27,83,42,89,32,50,21,59,36,70,16,51,65,39,49,44,25,78,36,1,85,23,82,10,17,50,70,49,43,6,75,47,80,71,10,51,31,60,24,39,32,36,23,60,66,57,63,7,78,10]
+ [14,67,4,58,38,75,10,50,36,5,76,21,11,19,25,20,15,92,51,82,64,99,46,1,4,11,71,42,11,16,55,10,22,57,45,45,80,53,55,42,8,73,51,65,92,33,61,59,34,12]
+ [15,20,42,38,32,62,74,58,61,38,93,9,26,89,89,64,24,42,1,77,22,20,7,58,66,87,27,40,28,47,11,31,57,84,24,57,50,65,47,74,54,66,59,84,11,56,6,29,5,13]
+ [1,55,82,15,65,82,33,13,2,54,76,16,58,19,68,76,100,18,97,74,99,23,84,39,99,71,22,43,98,17,88,50,17,60,1,11,94,11,80,50,62,59,40,97,78,27,99,65,33,77]
+ [18,37,4,58,82,71,74,90,44,31,53,34,69,100,62,16,28,60,59,44,78,15,74,32,86,59,56,99,44,80,65,34,42,81,10,3,16,34,80,42,3,30,35,27,30,51,51,33,39,78]
+ [8,93,58,25,33,17,69,41,60,89,82,97,14,64,94,98,80,59,45,99,55,88,76,57,45,38,83,25,42,35,83,35,1,29,58,13,52,18,53,91,20,47,9,49,28,62,37,73,79,89]
+ [21,36,11,58,91,67,70,40,50,23,55,43,80,23,3,25,54,8,81,43,50,93,15,23,11,24,30,64,85,90,28,36,10,92,15,51,58,80,82,15,6,81,12,46,17,28,76,52,22,41]
+ [26,62,20,15,33,37,44,92,19,95,53,88,100,11,63,28,93,66,6,60,15,26,45,84,56,28,3,68,27,80,87,13,96,28,89,32,51,62,50,10,62,75,71,97,83,20,2,39,89,13]
+ [41,98,4,31,13,79,87,83,20,43,62,36,3,86,31,1,24,77,74,75,75,66,43,66,39,10,87,60,56,23,32,73,9,42,2,81,71,55,79,90,29,52,96,57,16,40,82,37,34,61]
+ [100,24,25,100,2,76,45,52,20,50,15,45,77,24,84,24,41,66,15,21,12,69,74,14,64,6,61,56,61,81,26,29,48,62,27,55,36,93,21,78,96,36,32,41,40,21,63,48,95,48]
+ [30,44,88,1,47,60,94,85,43,59,39,30,77,80,4,92,31,16,81,89,72,65,31,30,41,22,10,41,79,65,78,39,5,97,62,30,43,37,78,4,47,86,21,95,75,20,37,87,4,72]
+ [59,47,27,37,61,19,33,18,62,82,27,11,30,68,77,57,53,26,76,69,3,53,37,24,67,26,70,89,30,19,78,70,15,58,78,82,39,14,31,16,36,34,6,36,59,83,35,13,75,34]
+ [93,37,82,27,88,61,93,52,89,9,81,53,90,90,5,47,35,4,72,67,37,42,28,86,70,85,65,57,59,32,43,78,42,22,48,58,90,14,7,75,72,17,16,63,62,9,83,61,64,62]
+ [24,20,74,44,38,27,7,87,9,24,14,31,6,57,38,53,44,96,5,69,37,72,63,8,80,11,86,93,36,87,50,56,63,36,97,6,32,67,11,85,75,7,76,1,44,93,86,29,76,92]
+ [87,95,91,66,23,73,34,41,48,76,21,40,38,85,80,55,6,69,69,57,94,70,77,97,27,47,6,70,4,47,64,45,51,75,6,98,5,43,25,38,55,61,45,72,2,58,37,29,17,89]
+ [30,34,86,66,54,7,63,74,1,29,95,92,54,37,12,6,31,60,42,24,78,9,95,10,50,58,84,81,100,84,45,91,21,58,74,16,12,83,87,88,31,53,25,45,33,37,71,22,98,42]
+ [98,47,47,22,9,66,42,96,72,95,3,67,42,68,72,75,35,14,54,95,5,49,86,99,54,51,97,96,72,77,26,38,42,99,89,71,93,53,22,86,43,87,82,11,44,70,13,76,1,46]
+ [60,73,8,32,69,35,62,97,27,5,98,60,20,53,76,76,2,91,9,8,66,32,41,50,52,87,79,46,50,78,20,69,46,34,68,48,92,16,34,61,18,49,50,64,94,86,84,14,86,10]
+ [31,98,97,9,29,26,56,85,77,68,6,2,55,4,85,52,2,61,96,60,43,64,14,18,58,91,91,6,42,44,68,47,96,65,20,58,66,89,47,63,45,11,76,77,67,70,100,13,65,77]
+ [47,74,90,93,100,26,77,12,32,98,44,23,41,42,91,54,39,55,65,14,48,40,44,19,40,34,46,19,17,17,2,27,55,73,37,30,95,71,15,52,56,19,95,92,78,41,45,73,35,97]
+ [76,84,45,52,32,19,87,30,26,28,99,68,36,13,62,49,1,52,2,15,42,46,96,7,11,2,61,2,62,36,40,60,45,89,57,50,6,25,3,63,40,84,26,8,10,57,63,35,42,36]
+ [66,2,34,9,37,2,93,78,73,65,46,32,54,89,2,56,38,68,9,96,68,15,65,22,72,36,64,10,93,23,15,33,80,88,6,82,15,36,8,45,14,44,83,84,72,46,22,71,61,19]
+ [41,74,16,84,11,66,17,77,72,68,42,65,8,49,6,28,67,88,100,16,38,90,79,72,6,31,46,90,21,39,27,78,33,78,5,53,87,17,55,30,7,39,40,38,42,92,41,55,66,67]
+ [18,83,41,93,61,77,12,1,58,29,19,34,55,83,26,86,50,34,23,43,51,71,73,23,71,98,75,39,93,20,70,23,55,69,81,86,13,15,78,5,37,87,37,78,10,23,5,62,64,59]
+ [66,16,76,35,59,45,57,75,49,47,15,40,22,43,99,22,67,87,30,21,14,23,71,54,68,20,99,50,47,81,66,48,28,57,98,48,63,96,67,81,47,99,37,85,38,34,72,35,59,61]
+ [7,25,19,13,78,47,75,43,6,69,27,91,93,13,14,25,61,39,37,33,1,49,98,98,58,87,82,32,93,35,92,49,1,87,81,9,62,53,69,66,6,60,28,76,79,50,96,4,4,10]
+ [5,76,94,83,84,79,44,85,74,25,31,91,54,35,69,95,67,44,29,86,9,76,100,73,11,60,45,60,73,53,76,78,93,79,99,42,1,83,77,87,88,52,90,66,93,76,24,82,70,58]
+ [1,25,82,58,47,63,93,3,47,62,69,38,91,72,45,87,88,36,19,46,9,77,73,13,89,92,76,68,55,5,43,40,69,65,10,55,8,85,86,48,36,33,28,33,80,14,45,66,36,53]
+ [97,48,79,31,67,56,65,99,67,77,63,45,78,48,59,48,34,16,82,36,42,53,84,40,37,6,79,44,15,33,15,98,100,74,23,82,37,77,79,55,72,3,75,65,86,59,34,10,23,89]
+ [72,66,53,76,15,1,50,67,14,35,40,42,78,70,63,46,49,91,7,93,39,66,96,17,58,98,23,7,3,7,62,95,19,15,66,47,3,35,41,7,31,46,52,77,51,42,63,54,13,71]
+ [16,34,30,83,62,25,22,82,3,46,76,58,64,39,83,38,50,89,75,45,58,96,10,77,43,5,11,80,41,63,49,17,60,99,60,74,50,2,18,31,69,100,19,58,68,18,91,50,74,31]
+ [80,82,2,75,30,46,47,33,85,72,22,29,6,84,69,40,11,2,95,57,25,55,50,42,54,25,47,55,22,55,47,64,71,52,11,1,23,78,42,18,13,90,96,69,42,72,65,7,12,63]
+ [5,74,37,7,66,50,64,5,12,32,69,98,54,94,41,4,72,91,72,20,20,93,52,60,90,60,17,68,55,17,5,34,37,71,30,93,35,9,41,7,30,49,31,1,68,37,79,45,26,18]
+ [97,53,87,39,40,77,98,87,47,81,3,90,48,82,93,45,36,94,15,76,37,10,24,85,88,24,52,12,79,55,14,10,92,44,18,71,89,12,18,10,61,45,43,3,1,82,76,31,98,61]
+ [50,89,63,93,96,85,4,8,35,69,68,23,12,89,44,91,50,81,51,72,26,96,10,11,69,20,50,95,68,46,27,19,61,59,82,30,36,38,8,41,84,22,90,78,3,26,7,3,34,80]
+ [10,55,69,58,89,3,57,28,18,55,59,54,39,46,25,79,59,17,47,99,10,8,40,20,5,44,42,31,55,81,11,4,45,53,97,58,6,73,78,58,11,14,8,4,5,54,10,37,5,66]
+ [52,89,93,66,63,12,44,92,56,54,92,29,61,24,17,53,7,31,57,9,34,13,49,4,51,3,65,54,2,36,69,24,30,42,37,2,34,60,82,16,39,32,39,65,68,16,32,80,28,60]
+ [64,51,88,69,41,49,35,48,66,18,73,19,31,56,27,32,20,10,61,42,68,1,81,37,77,65,62,28,25,46,19,72,7,54,16,99,33,95,14,1,64,25,49,6,44,67,90,46,57,59]
+ [54,1,67,24,92,73,76,9,73,17,23,39,12,95,20,57,52,58,6,91,59,30,45,8,27,27,72,76,85,37,8,79,92,90,64,34,59,79,68,52,66,79,23,14,57,24,85,12,60,96]
+ [49,94,26,74,10,80,81,78,81,29,39,21,26,34,66,54,80,78,99,75,9,6,91,51,53,25,24,57,89,5,94,34,80,15,53,86,84,62,14,64,27,75,55,56,77,16,15,19,48,1]
+ [46,10,94,42,98,3,49,64,3,39,77,39,84,60,40,92,6,7,87,89,17,66,89,66,61,68,99,22,32,10,100,87,29,67,49,100,88,100,15,38,56,68,68,18,13,99,34,10,49,5]
+ [25,30,54,1,9,33,32,53,29,57,69,75,15,83,96,60,81,33,19,61,97,49,70,20,71,83,23,94,54,42,76,46,45,65,62,6,72,78,35,26,76,21,8,47,84,57,14,86,11,37]
+ [42,85,36,15,68,28,60,54,5,63,39,37,57,38,19,90,85,100,91,43,64,58,55,15,32,3,26,41,22,76,50,35,5,72,48,1,13,81,48,25,22,71,20,29,47,3,77,81,8,92]
+ [40,3,83,40,71,36,64,65,26,12,65,97,74,38,77,10,66,78,72,85,25,61,16,76,3,2,14,21,76,75,35,51,81,23,66,50,66,92,3,96,26,53,68,52,36,58,43,62,24,1]
+ [76,31,91,48,48,88,40,61,26,2,24,17,65,27,48,43,46,49,7,99,28,41,33,50,9,37,68,2,23,15,95,12,37,37,56,53,20,100,29,68,56,30,27,27,11,38,21,41,55,64]
+ [50,11,5,59,82,75,13,88,38,19,54,33,69,64,62,89,28,26,32,41,11,86,50,39,2,25,16,1,55,2,84,13,34,16,55,8,22,7,58,89,81,28,2,66,96,67,22,58,78,16]
+ [19,91,96,81,12,57,12,83,15,34,8,80,17,16,55,77,25,10,47,27,100,73,91,88,40,67,54,55,23,21,90,37,27,26,73,36,48,79,59,28,93,98,12,62,100,47,72,36,25,70]
+ [54,62,100,77,93,67,43,64,95,82,27,46,78,34,67,16,69,24,29,15,3,79,87,16,49,20,85,64,92,60,66,92,50,2,86,95,64,42,61,42,7,28,79,98,2,9,2,64,76,92]
+ [19,63,48,33,86,23,72,76,92,94,84,53,61,27,80,59,9,86,40,97,9,78,60,43,80,96,46,43,25,89,32,100,15,60,39,81,74,3,29,42,61,86,74,7,32,27,10,6,26,76]
+ [79,59,29,85,68,91,65,89,94,81,55,53,77,79,49,53,36,80,71,54,29,86,23,18,68,25,74,35,24,55,90,13,96,24,68,10,24,50,37,98,62,9,35,36,48,35,12,50,96,44]
+ [18,30,14,64,49,85,63,74,32,76,79,16,67,27,63,27,34,42,69,93,95,65,41,96,48,43,63,80,38,95,30,7,61,25,76,76,26,21,75,20,33,87,78,93,45,31,83,4,68,75]
+ [21,30,19,68,88,31,23,80,39,6,96,18,75,89,75,32,73,98,14,21,61,86,20,42,100,66,84,33,18,85,90,77,41,39,57,45,26,18,75,39,94,82,63,11,31,45,89,30,94,33]
+ [24,86,57,91,60,23,38,3,58,90,6,95,58,15,59,53,62,90,98,71,23,62,95,100,92,77,21,14,56,65,26,33,76,67,10,22,44,83,4,61,28,66,18,81,9,92,40,31,33,49]
+ [25,69,49,22,76,40,61,10,13,41,14,47,62,49,84,44,30,73,53,57,45,21,16,38,14,35,14,32,9,91,5,94,25,5,31,71,11,88,26,44,63,19,97,45,19,45,17,88,28,25]
+ [34,61,17,8,6,10,32,63,1,80,8,29,42,91,25,98,16,6,55,70,40,33,26,92,43,98,94,40,88,70,77,99,26,41,72,43,46,65,83,36,7,50,25,91,87,54,41,1,77,11]
+ [40,37,93,98,80,72,45,18,26,25,20,48,63,35,6,10,7,83,82,29,72,91,93,92,48,42,5,88,55,70,94,9,39,69,9,12,24,26,95,23,2,90,36,100,58,55,82,40,22,94]
+ [82,77,27,14,85,100,88,79,86,14,53,26,30,91,81,33,58,51,90,81,81,47,66,41,31,39,77,50,100,31,42,12,6,44,62,74,82,40,32,44,44,96,57,82,35,57,43,53,39,68]
+ [22,86,73,87,77,21,67,71,62,48,8,43,52,31,55,88,34,37,86,27,68,84,72,35,31,68,26,35,83,40,71,54,72,4,59,30,60,20,47,37,50,9,29,9,86,85,68,45,42,32]
+ [4,14,31,9,96,75,68,6,17,8,60,29,50,16,69,54,72,10,10,92,13,94,70,1,93,97,33,61,6,46,23,100,69,32,24,92,84,71,58,96,14,22,83,79,21,27,100,82,71,46]
+ [97,57,27,85,15,2,71,64,6,91,73,24,84,86,34,37,68,77,57,73,36,50,56,4,57,82,16,13,58,93,6,17,17,15,70,44,53,81,77,59,17,93,30,78,32,26,81,24,16,22]
+ [45,68,5,33,34,51,59,30,2,5,14,95,42,13,39,44,29,94,11,6,69,13,18,80,47,33,43,68,9,31,1,46,55,40,55,53,43,45,97,96,100,21,49,17,66,20,9,4,99,77]
+ [92,38,16,81,48,14,41,57,25,92,37,13,50,26,84,89,34,61,20,26,17,68,12,21,9,38,48,87,43,31,74,77,70,42,66,70,49,45,61,68,25,61,78,17,27,82,36,63,32,99]
+ [12,94,83,97,16,93,25,83,96,23,76,41,52,77,18,85,81,19,85,81,58,3,27,75,35,14,46,19,96,59,18,52,27,72,100,10,74,6,52,35,54,76,7,10,31,6,17,60,66,64]
+ [27,40,89,79,92,57,71,39,12,59,91,28,74,57,24,98,28,17,8,94,73,13,98,47,96,78,20,21,86,89,76,60,51,49,25,4,89,33,89,87,30,26,23,47,97,15,79,73,18,100]
+ [83,15,23,67,81,79,50,21,33,86,7,51,11,83,93,11,80,100,76,52,100,13,45,25,90,8,96,50,86,41,53,88,63,35,82,35,63,86,75,51,8,73,65,95,85,86,18,20,49,59]
+ [65,100,91,94,51,65,61,59,50,80,46,32,9,13,76,84,80,25,2,57,6,83,8,68,80,78,92,44,47,56,66,14,34,52,82,95,22,90,58,73,67,40,83,22,9,59,45,43,77,51]
+ [24,90,6,29,36,1,61,76,38,49,1,14,68,51,28,14,93,87,25,43,86,64,100,100,47,67,19,83,33,3,52,97,56,20,48,57,46,75,43,37,79,89,3,17,86,29,12,13,86,81]
+ [47,40,66,29,67,49,49,53,18,39,52,49,69,35,37,61,56,83,62,22,57,99,12,83,91,69,36,44,2,66,25,14,3,84,18,44,32,75,78,16,15,61,91,21,53,72,90,47,40,25]
+ [86,59,76,44,82,1,89,85,41,95,51,4,9,34,64,77,49,78,78,98,52,83,47,64,1,100,38,49,81,89,80,83,32,70,89,27,44,33,2,63,45,3,21,75,24,59,61,83,93,68]
+ [50,11,55,80,15,92,100,71,26,70,27,26,9,97,27,84,64,38,30,53,54,38,71,29,2,95,69,24,11,82,49,7,94,71,6,56,4,88,38,5,29,86,95,2,51,15,55,86,31,37]
+ [81,17,53,67,60,41,18,88,97,100,20,79,76,93,51,96,2,85,47,18,85,25,6,1,55,22,45,48,64,24,54,22,81,75,10,5,59,81,80,68,32,7,4,5,85,97,63,10,13,79]
+ [60,3,71,94,89,42,24,47,29,32,5,40,23,71,51,2,67,13,87,88,31,7,7,95,90,62,88,85,24,1,42,73,32,14,51,72,12,44,50,64,21,75,52,3,37,19,54,49,96,48]
+ [56,13,30,55,62,20,37,78,45,61,47,24,28,29,89,78,28,12,16,5,4,93,42,18,42,71,9,7,53,15,97,93,62,92,38,37,83,90,33,93,65,69,76,12,30,10,95,37,97,17]
+ [65,54,9,69,48,75,94,45,55,60,84,30,69,72,37,11,30,2,88,4,15,57,6,7,11,38,43,73,46,28,45,33,38,81,65,61,1,88,61,58,11,51,80,74,83,89,69,33,19,60]
+ [56,57,61,61,35,6,83,81,100,30,94,9,71,10,27,94,26,74,46,59,50,55,32,86,9,89,20,68,78,15,8,56,7,51,10,82,76,23,36,50,3,26,59,8,70,97,17,31,61,77]
+ [33,6,74,9,19,67,65,44,22,13,74,78,41,40,20,55,50,57,27,91,65,4,44,94,80,20,32,100,67,92,77,13,40,83,79,25,29,91,73,83,6,66,57,82,95,75,6,80,37,70]
+ [62,91,56,30,47,19,49,26,2,80,77,41,22,50,45,33,100,84,12,18,48,23,78,87,1,45,65,41,16,10,82,76,1,76,87,26,11,81,82,59,56,11,55,19,42,100,91,4,95,68]
+ [30,76,63,49,24,27,85,66,92,71,9,32,65,27,67,19,24,30,69,8,78,89,45,79,62,22,34,80,10,94,97,34,5,40,75,44,1,36,10,100,82,85,46,31,19,45,6,19,85,65]
+ [38,3,13,67,50,44,73,100,42,50,37,65,59,66,46,38,62,25,95,50,54,29,70,66,52,91,44,88,3,12,96,26,6,92,20,70,98,32,6,20,47,82,77,77,9,71,12,40,14,11]
+ [86,18,21,84,75,21,4,43,87,72,56,61,14,73,93,36,6,20,2,6,63,42,10,17,72,1,92,58,46,73,35,95,79,11,22,72,95,86,80,36,58,80,40,47,46,85,55,69,55,98]
+ [58,53,45,66,1,44,11,49,39,61,47,15,3,55,45,67,53,51,1,26,40,47,1,27,40,25,28,6,61,94,68,30,55,60,85,91,82,67,45,76,7,42,16,17,35,58,18,21,9,99]
+ [69,68,70,12,9,13,70,95,5,55,11,12,89,76,58,100,41,42,80,3,49,6,51,41,37,3,18,14,12,68,86,46,4,33,46,5,1,37,54,36,74,32,36,8,67,79,97,6,16,14]
+ [10,61,80,34,75,6,38,2,36,19,94,15,27,95,9,3,78,27,23,93,3,52,21,82,27,66,4,25,26,63,37,78,93,52,90,41,97,65,74,52,69,44,69,59,54,98,45,81,63,52]
+ [27,22,52,77,24,58,54,45,41,68,90,80,60,6,12,79,29,90,12,84,1,40,89,16,26,62,36,36,38,93,17,75,74,60,85,3,51,46,9,78,26,52,66,81,35,65,78,65,7,40]
+ [60,66,74,16,20,48,98,49,58,41,68,84,22,27,5,36,31,58,22,83,42,43,26,4,10,83,93,19,29,55,45,32,90,35,27,35,6,58,80,99,17,26,14,44,49,84,45,56,42,8]
+ [69,34,24,45,18,35,71,82,100,5,31,55,82,100,35,57,81,81,34,35,59,69,12,60,80,39,98,41,70,52,37,16,59,76,94,77,20,98,23,34,27,21,25,50,78,54,76,52,34,15]
+ [69,98,9,97,77,51,72,73,12,90,8,10,44,15,10,25,42,92,7,53,55,45,90,77,63,52,66,80,26,43,81,9,43,100,90,48,99,66,62,47,4,54,5,59,93,43,77,80,72,47]
+ [64,99,81,47,3,74,100,38,2,19,93,89,12,95,59,27,18,41,78,68,98,52,66,31,24,53,7,95,28,8,100,71,26,14,11,93,6,31,73,6,68,66,70,65,46,10,43,35,37,8]
+ [72,87,5,63,92,90,9,93,57,31,89,40,33,90,50,48,41,32,3,45,32,26,66,38,4,18,34,56,16,93,56,44,89,7,29,65,69,75,79,60,4,5,85,21,87,88,84,34,99,5]
+ [75,7,61,14,67,69,88,72,6,42,14,57,2,88,61,91,71,74,97,70,92,83,4,49,37,56,79,19,55,56,15,23,99,34,47,93,61,75,32,11,84,59,22,47,26,86,62,11,71,98]
+ [72,64,36,11,11,76,67,20,63,54,64,24,50,61,50,77,48,80,45,43,62,9,40,28,64,66,25,94,15,33,74,93,94,76,91,31,30,41,58,62,36,85,98,12,39,34,8,30,4,60]
+ [24,88,91,41,19,79,5,11,26,67,37,92,49,52,44,87,17,82,76,20,17,67,94,60,43,6,4,100,41,19,40,89,50,37,27,38,1,7,2,30,81,73,73,28,92,92,83,30,14,15]
+ [83,50,93,26,53,71,25,9,71,31,95,95,21,77,64,80,48,20,43,61,75,73,18,3,70,14,79,79,19,80,6,57,12,75,3,47,19,79,39,58,66,17,67,5,99,10,85,55,6,81]
+ [51,4,28,87,12,9,46,42,4,45,100,10,3,13,19,69,9,84,29,97,17,1,12,38,80,68,9,43,3,85,14,47,23,9,81,7,11,30,85,2,66,47,70,46,80,71,15,58,3,8]
+ [34,92,79,82,95,71,36,24,54,32,15,60,52,86,39,28,59,85,75,49,37,18,45,10,54,83,35,54,86,14,47,88,61,64,22,85,51,63,82,97,44,46,59,74,55,93,13,93,92,19]
+ [79,40,49,77,24,25,7,6,67,69,9,58,18,25,10,35,96,92,7,32,47,24,26,9,6,92,26,22,90,93,70,28,21,48,83,19,96,22,88,65,32,100,26,25,4,87,29,16,15,99]
+ [42,50,90,97,57,28,38,90,27,4,14,83,7,14,100,48,82,14,25,97,1,66,20,1,12,45,12,96,31,82,52,37,12,41,21,79,83,47,86,12,95,98,29,66,64,71,96,48,16,2]
+ [90,23,61,6,7,39,6,86,27,28,87,30,79,60,92,60,44,27,50,83,62,5,39,36,57,10,83,92,21,71,77,25,74,1,29,23,30,29,31,8,73,53,56,40,81,38,75,99,52,88]
+ [22,1,34,73,59,3,17,38,70,15,71,73,55,12,49,9,64,2,33,20,77,80,40,88,96,25,17,12,92,67,60,3,38,63,15,3,43,5,7,51,99,67,48,44,59,68,99,87,51,81]
+ [48,75,81,15,1,3,10,77,60,58,97,89,87,88,70,11,85,15,98,76,31,23,60,48,89,51,23,4,42,10,50,27,32,2,55,59,98,23,73,4,81,10,57,92,69,22,20,30,21,86]
+ [43,71,96,35,32,14,58,54,58,81,83,10,7,2,47,78,27,3,23,95,95,72,8,95,23,8,30,4,17,49,72,89,49,99,48,76,96,98,47,68,86,90,74,83,99,98,96,26,22,47]
+ [60,49,65,18,34,24,99,52,79,25,64,15,38,12,34,42,79,82,70,34,41,1,16,43,3,38,38,76,99,84,53,87,28,13,31,92,1,98,83,35,68,10,67,5,87,97,5,14,72,44]
+ [97,15,93,34,15,8,89,42,2,56,28,23,62,59,87,43,57,52,30,67,25,37,71,72,29,14,85,47,63,6,19,58,40,54,63,83,11,51,7,95,36,23,79,65,57,97,34,87,21,93]
+ [25,7,43,23,29,32,20,83,64,64,40,69,75,37,38,81,60,90,85,20,12,9,72,78,9,40,14,56,72,74,91,38,26,51,57,15,14,55,7,1,92,51,16,86,88,64,69,42,58,10]
+ [13,36,9,18,18,11,99,53,67,43,71,37,36,46,40,27,92,11,58,58,73,39,94,39,56,82,64,22,69,37,12,24,82,32,4,85,77,13,93,86,57,17,89,54,21,96,12,67,81,57]
+ [3,24,85,73,69,87,32,19,4,43,64,55,40,38,59,93,14,47,23,8,59,6,85,97,98,36,32,85,80,13,53,65,19,90,54,28,59,5,62,36,79,49,57,48,21,24,45,44,50,52]
+ [7,39,24,14,10,36,66,18,88,96,70,90,15,90,30,46,43,14,11,49,38,65,84,12,21,7,43,31,60,41,63,37,34,53,31,98,56,7,40,6,85,86,73,90,15,43,26,5,73,85]
+ [95,34,71,98,13,96,59,76,75,50,35,14,65,98,53,54,76,23,68,51,89,25,22,45,60,9,9,75,72,84,68,87,17,27,15,33,29,27,58,63,87,45,24,4,6,99,28,52,60,32]
+ [64,38,50,26,61,68,85,98,94,86,98,55,3,31,78,53,25,61,51,42,18,93,97,34,22,60,33,70,20,79,24,81,54,90,26,88,69,4,24,79,64,10,6,8,93,52,42,84,81,41]
+ [29,64,71,60,65,42,11,25,100,56,49,3,99,80,45,24,97,80,98,17,94,56,14,30,34,84,82,99,36,39,46,12,44,61,78,14,5,100,2,81,65,44,65,1,36,79,6,45,76,25]
+ [41,22,22,3,79,57,54,21,70,5,69,66,2,94,93,28,16,52,61,22,12,93,31,38,4,44,60,46,34,65,80,18,25,37,83,52,19,49,19,69,47,91,83,41,8,26,1,49,36,49]
+ [84,18,35,100,83,27,53,27,90,6,74,74,47,42,91,4,91,40,27,92,45,19,58,48,10,37,37,90,10,90,20,78,85,90,50,8,62,88,90,23,95,57,34,33,66,49,97,29,62,69]
+ [4,18,50,95,83,54,82,24,41,81,8,67,5,88,87,71,15,36,33,85,47,72,14,53,59,23,56,31,17,94,26,28,42,87,11,70,41,74,29,32,92,52,27,44,9,57,44,37,8,60]
+ [2,5,39,99,4,73,6,11,53,56,61,86,13,18,78,5,94,40,7,86,34,42,51,7,75,13,15,10,68,60,53,4,15,89,17,69,60,39,66,77,52,100,87,93,89,43,52,9,98,22]
+ [67,93,88,45,11,79,56,93,68,10,24,51,84,40,8,2,91,64,63,34,93,53,56,37,44,24,63,9,45,83,64,5,69,66,86,29,72,47,3,21,27,12,27,23,1,30,46,92,74,5]
+ [93,62,83,31,71,28,92,95,44,80,17,48,8,33,21,66,27,34,88,35,9,58,25,99,10,56,65,73,6,96,95,88,77,15,56,73,22,70,67,33,76,46,16,73,20,46,84,3,66,26]
+ [42,56,77,83,86,67,94,85,84,2,48,29,34,77,5,74,90,95,7,40,17,53,13,53,3,70,71,31,11,72,57,54,3,44,52,12,56,3,25,74,34,78,36,22,29,97,66,22,52,55]
+ [68,4,83,49,78,39,38,6,3,52,84,21,50,18,1,16,88,95,83,8,24,31,73,40,48,43,1,86,66,87,89,12,14,14,50,62,61,29,82,95,26,88,89,4,87,16,87,30,87,41]
+ [17,11,91,4,95,51,27,68,51,63,63,2,16,91,44,76,44,57,100,49,60,15,86,36,98,61,44,11,14,79,75,27,54,33,29,7,69,92,26,33,78,38,84,95,59,13,33,6,2,78]
+ [3,83,47,98,48,34,89,83,73,70,4,68,57,27,3,38,23,42,25,70,94,38,68,37,52,86,91,41,19,50,83,17,50,56,10,50,51,50,60,8,96,26,26,36,97,25,100,36,30,41]
+ [22,54,62,30,4,84,2,29,37,87,42,4,59,54,38,72,66,39,79,84,98,98,92,12,69,63,84,56,33,72,39,10,57,35,59,40,40,86,14,49,63,25,96,84,36,16,7,52,10,17]
+ [95,36,33,47,35,18,30,11,24,26,31,68,31,90,70,17,31,98,12,79,16,31,28,82,29,7,63,4,7,48,48,11,1,96,45,73,37,18,83,60,18,57,51,47,5,21,77,23,99,1]
+ [98,74,18,2,33,26,51,19,74,42,45,54,6,43,58,89,65,41,29,21,73,76,59,14,36,16,22,20,4,40,8,59,18,69,14,60,27,30,96,29,8,90,77,82,42,22,27,51,19,62]
+ [48,98,92,70,23,58,66,31,95,64,54,73,19,99,94,57,15,5,10,36,92,97,71,84,76,50,29,66,76,53,71,36,73,22,75,96,79,82,80,12,8,95,62,43,1,41,31,99,46,13]
+ [86,96,82,25,70,36,48,21,56,95,11,60,11,62,55,87,80,32,83,70,2,51,83,14,94,92,49,31,75,2,76,7,29,12,51,100,91,61,22,65,80,51,61,40,36,90,1,50,85,100]
+ [7,38,22,64,61,10,36,30,16,55,85,50,17,80,86,51,13,44,53,68,88,67,9,95,96,98,80,53,54,43,76,84,36,100,88,35,54,71,16,93,67,99,80,43,47,9,96,64,95,16]
+ [1,72,12,55,37,28,2,74,40,26,22,5,49,68,8,20,60,12,93,34,23,37,39,96,4,96,6,22,48,72,82,12,73,75,91,82,98,85,77,55,45,70,6,90,96,78,25,82,61,83]
+ [50,16,57,49,43,21,63,44,22,55,54,67,64,30,12,68,98,21,88,59,96,58,22,10,80,95,15,53,1,47,100,13,64,84,81,98,47,66,85,95,3,67,62,68,43,28,52,99,58,18]
+ [95,98,92,22,5,90,61,66,100,5,85,37,96,60,29,2,97,83,17,69,44,4,57,42,80,99,36,42,42,60,9,55,95,27,2,71,49,60,42,13,54,23,12,91,57,46,2,25,25,46]
+ [39,23,12,93,84,44,44,26,42,100,50,47,7,73,69,44,38,94,76,50,8,13,83,53,47,59,73,17,56,63,14,69,91,34,77,80,95,66,97,4,10,1,3,38,12,4,74,49,17,84]
+ [28,68,12,27,13,30,38,70,66,46,63,93,41,33,2,61,85,65,99,30,14,90,64,89,10,32,8,66,35,36,15,4,60,88,46,84,87,86,72,25,48,35,19,49,60,71,56,11,51,27]
+ [22,80,27,72,27,80,17,25,16,64,4,21,82,6,30,60,60,3,88,2,41,75,34,57,1,45,26,74,91,6,90,69,91,26,7,54,11,97,42,34,38,50,22,40,86,78,38,11,84,72]
+ [36,49,5,25,69,95,67,89,68,100,36,12,16,79,49,85,49,59,100,59,53,55,90,98,63,77,9,51,51,71,91,54,21,61,70,14,7,21,76,28,51,23,43,42,74,38,38,64,100,92]
+ [99,65,18,86,67,33,72,58,75,18,86,85,68,72,1,3,60,28,5,73,74,76,73,99,61,7,26,44,13,46,1,19,81,44,94,68,5,76,87,83,35,32,82,51,27,3,32,68,4,86]
+ [66,78,76,81,56,64,5,60,67,85,22,25,70,5,88,99,99,95,65,39,60,23,79,4,17,50,25,61,83,74,22,60,3,59,30,77,72,49,65,79,14,25,14,29,95,68,48,7,20,43]
+ [13,44,53,50,3,82,23,94,21,83,61,87,20,73,47,2,72,62,62,33,4,38,7,40,21,1,73,95,30,28,92,72,35,85,42,35,10,31,48,67,42,8,30,39,84,20,73,1,57,72]
+ [96,5,9,21,91,69,63,67,57,71,21,55,28,43,34,16,88,77,61,95,7,91,91,58,46,83,90,71,84,59,94,87,14,68,22,33,8,13,26,62,51,66,44,81,17,2,71,86,25,6]
+ [61,62,89,77,59,8,73,30,2,7,94,76,45,13,17,54,26,40,70,43,66,45,4,49,93,14,66,93,83,92,4,10,95,99,53,9,83,66,24,35,97,26,82,86,33,13,41,77,12,13]
+ [43,72,85,65,65,45,16,89,17,28,44,86,64,40,98,8,67,100,100,35,85,62,72,86,45,83,17,9,72,99,97,1,11,25,29,22,29,23,2,50,1,83,12,98,56,37,80,42,52,97]
+ [57,90,54,86,81,17,11,99,69,31,53,34,30,5,53,64,69,77,46,35,28,14,78,65,8,11,87,38,76,39,61,46,15,30,71,92,46,71,65,65,22,40,21,66,44,87,97,31,89,60]
+ [23,73,9,8,4,90,85,55,28,3,60,22,63,12,100,54,65,3,9,43,25,28,22,92,51,3,97,70,87,38,66,25,82,88,4,100,85,41,32,51,36,22,78,13,70,58,58,6,82,98]
+ [55,30,35,51,47,89,20,41,57,85,31,65,64,99,20,21,22,80,65,32,68,72,39,46,49,19,51,76,58,44,37,74,68,53,8,70,31,55,73,79,82,1,58,16,100,80,20,1,90,55]
+ [94,57,63,62,41,89,83,28,8,81,87,83,47,85,70,26,85,28,55,7,26,26,37,1,58,86,40,36,63,49,24,90,33,42,56,62,81,65,65,74,34,52,3,53,91,29,84,88,44,74]
+ [51,58,53,66,12,50,32,73,69,48,96,48,51,54,37,79,3,99,18,89,58,13,21,48,83,42,40,16,84,72,26,34,54,99,23,22,72,99,18,10,74,47,97,31,42,17,78,70,14,84]
+ [74,10,77,76,66,52,16,49,23,77,68,53,12,47,87,22,15,68,9,82,36,45,18,5,95,22,96,62,45,47,23,67,90,24,72,24,22,4,3,15,65,64,18,17,10,78,83,29,79,42]
+ [31,58,10,31,21,21,91,98,33,30,82,8,50,10,53,97,89,84,42,60,98,75,50,79,83,18,4,87,40,69,87,11,46,40,97,70,28,48,30,11,33,93,3,19,92,6,31,81,38,83]
+ [68,40,53,85,68,99,51,56,8,85,26,66,20,38,89,66,1,69,92,28,78,23,96,56,49,41,10,21,76,44,40,70,24,93,10,65,82,38,39,38,75,38,90,75,44,92,37,57,98,46]
+ [37,66,46,2,40,86,21,26,40,89,41,79,79,30,44,65,88,23,75,89,78,63,22,64,54,34,32,67,73,27,40,45,36,5,23,34,15,72,48,25,1,18,59,41,35,88,1,75,29,92]
+ [25,17,13,95,7,74,92,39,69,47,41,72,69,13,77,47,54,97,67,8,41,72,35,58,40,52,21,7,83,94,32,46,55,30,95,52,16,7,90,8,95,71,37,5,13,74,39,72,22,48]
+ [13,17,75,84,34,71,32,40,98,69,62,42,41,37,7,87,94,80,9,8,6,85,46,49,2,84,93,68,50,3,85,71,62,83,60,35,98,75,93,46,4,62,9,69,32,100,4,5,99,59]
+ [73,3,96,19,27,82,53,78,10,92,62,71,12,39,49,37,41,39,94,81,29,64,49,37,5,72,46,87,24,89,48,80,33,17,49,85,76,27,6,27,44,98,12,22,72,40,21,44,82,15]
+ [31,4,51,49,30,81,1,93,27,67,62,62,27,56,76,86,88,90,70,64,42,36,29,2,90,29,22,16,27,48,86,58,41,75,89,54,11,55,65,40,99,52,16,28,17,7,22,10,73,7]
+ [16,16,67,70,47,41,97,43,55,63,64,13,94,92,79,15,28,44,23,46,87,4,52,96,46,21,6,80,19,5,77,2,87,66,14,83,95,46,15,48,38,43,31,27,20,31,24,21,99,29]
+ [33,93,67,93,69,12,68,96,38,40,80,98,65,88,44,25,36,41,65,68,57,60,14,66,34,2,67,17,9,11,95,84,25,16,59,62,57,65,14,3,40,97,39,15,34,73,95,5,44,83]
+ [9,6,41,21,97,72,95,29,82,72,34,75,45,80,51,24,7,60,26,88,33,7,82,2,63,12,74,33,50,34,36,78,8,99,30,47,23,91,24,43,84,24,24,90,2,100,7,31,20,69]
+ [61,62,53,87,14,84,69,3,76,76,11,80,69,18,24,22,12,67,3,4,85,28,34,45,68,42,2,80,61,40,56,74,53,35,84,75,31,53,4,29,66,39,51,16,23,4,68,35,33,11]
+ [29,72,27,41,88,68,93,15,26,20,15,45,42,6,21,93,89,89,26,39,27,25,86,69,36,99,10,76,39,44,72,98,77,77,15,78,73,13,28,74,39,28,24,96,91,31,83,67,85,97]
+ [65,11,57,28,98,42,33,82,70,28,83,16,78,68,65,30,13,51,62,90,7,27,38,30,35,83,68,4,33,12,25,71,46,17,20,81,45,62,57,44,18,67,24,2,39,9,17,81,83,12]
+ [68,16,45,83,58,13,96,81,46,69,58,98,95,79,86,6,63,78,21,95,13,53,76,67,17,12,18,43,72,3,26,84,29,4,67,72,5,43,80,20,19,31,58,86,5,67,93,85,74,9]
+ [5,96,71,49,51,56,69,5,16,90,98,87,37,49,25,72,16,85,45,3,79,10,94,68,17,14,90,73,60,42,52,41,7,60,33,56,3,1,78,28,11,99,61,91,11,31,76,13,91,55]
+ [9,11,11,91,44,14,68,69,100,40,47,12,97,1,74,62,41,14,63,29,55,65,17,64,89,17,59,41,76,100,85,68,64,61,2,43,49,85,9,68,12,51,87,4,54,2,3,35,72,45]
+ [33,42,48,42,17,90,94,33,68,19,8,42,45,19,95,43,78,18,83,76,19,19,19,66,78,75,60,54,29,29,74,33,37,76,54,40,24,57,94,25,81,36,93,75,32,84,58,84,26,31]
+ [100,100,24,1,47,92,96,71,54,33,4,4,89,47,57,41,44,63,10,33,86,2,21,90,24,7,3,52,40,65,81,72,60,3,56,22,48,36,1,96,100,33,59,12,22,60,22,13,53,13]
+ [66,80,22,14,23,69,27,100,95,65,88,68,67,83,59,5,63,89,21,4,62,69,55,69,58,8,88,34,80,8,6,20,27,12,38,37,25,3,16,1,31,17,51,92,67,48,98,38,28,59]
+ [11,85,64,98,59,70,29,53,11,85,14,6,99,85,27,47,82,67,55,80,70,10,19,66,88,99,55,57,47,98,17,9,29,67,52,41,74,18,94,44,4,19,59,61,9,70,29,7,95,84]
+ [85,60,99,5,92,3,88,34,45,74,63,95,45,80,57,53,47,92,36,81,68,34,93,48,48,48,74,2,73,16,98,14,82,49,44,95,23,33,54,68,10,85,92,19,80,38,78,100,95,44]
+ [64,91,69,88,27,76,63,9,93,31,100,43,24,75,14,64,58,33,85,11,8,21,21,46,30,3,48,17,76,61,98,86,75,13,84,16,27,69,20,35,94,96,7,47,57,16,64,68,18,55]
+ [97,95,49,7,47,13,65,2,88,74,70,53,73,71,60,62,52,48,33,88,55,42,28,46,61,66,21,29,1,94,28,87,99,53,38,57,75,77,77,69,7,19,28,19,90,20,68,12,4,93]
+ [76,11,40,85,29,67,53,99,73,75,49,29,44,70,23,81,38,62,2,70,28,51,80,76,96,27,44,99,45,48,20,30,56,17,6,64,98,68,14,46,43,69,17,7,93,52,95,83,73,98]
+ [41,85,98,73,49,4,15,55,2,25,87,18,39,85,41,60,98,73,56,72,58,35,83,77,35,40,19,6,23,60,50,74,91,63,17,50,80,44,61,17,84,56,47,18,89,43,74,100,26,39]
+ [15,66,7,4,61,81,37,70,14,7,20,55,95,53,31,95,47,83,3,45,61,71,23,5,47,84,73,45,8,34,64,97,28,53,22,72,64,49,61,63,79,38,24,14,56,100,81,94,48,86]
+ [15,3,37,77,56,28,60,21,65,18,29,72,28,66,49,65,31,65,45,79,93,11,77,62,35,1,19,10,73,75,5,95,74,78,28,25,91,51,84,23,76,95,30,20,11,59,74,83,55,35]
+ [79,44,22,86,8,5,60,25,85,51,100,7,41,7,45,32,35,19,8,69,89,48,20,62,62,9,6,82,93,7,35,29,67,11,48,98,74,23,75,32,68,93,76,85,74,2,45,37,50,35]
+ [40,73,63,75,47,92,31,28,63,84,21,40,56,53,43,60,99,8,78,78,90,95,53,56,64,54,79,99,32,7,4,25,85,58,18,14,93,23,82,2,54,85,45,28,69,80,33,81,96,41]
+ [100,82,34,75,69,35,25,66,88,86,99,5,99,8,90,60,10,3,76,6,27,78,65,56,43,3,18,68,17,70,30,57,15,68,43,85,26,53,29,90,86,92,17,69,60,93,80,66,7,59]
+ [22,99,55,53,93,84,23,80,52,8,39,97,90,21,83,26,70,21,70,83,91,43,60,31,68,7,71,100,50,62,74,12,34,38,88,8,79,78,35,75,58,81,26,85,95,31,85,52,92,89]
+ [99,4,70,90,32,85,40,22,31,6,100,51,11,88,90,53,20,94,35,73,99,57,65,60,51,48,89,44,31,79,42,9,92,24,80,54,48,66,7,7,94,93,48,4,3,92,87,53,7,8]
+ [13,63,9,32,76,8,4,46,29,62,9,16,44,17,10,35,85,97,59,6,71,55,32,22,63,87,25,23,7,64,29,35,68,36,57,59,68,22,12,2,37,17,12,64,65,31,99,39,92,12]
+ [46,35,92,50,73,2,93,18,56,93,38,39,9,77,62,44,20,95,27,76,62,29,57,9,2,42,69,22,72,1,26,87,42,85,74,80,70,95,12,4,54,87,10,6,10,36,63,66,81,78]
+ [43,14,74,28,61,54,53,92,96,57,93,79,15,81,2,82,46,15,45,6,52,2,35,14,89,99,76,7,83,12,10,29,36,33,80,86,64,73,35,98,37,35,33,75,48,65,62,62,93,14]
+ [62,16,64,63,11,10,87,35,63,2,11,18,68,5,60,22,51,50,97,2,69,75,39,96,37,68,43,84,56,74,86,100,71,100,60,4,40,25,30,57,3,94,90,81,85,62,20,89,28,4]
+ [77,36,28,73,96,34,58,64,91,81,13,14,62,62,88,82,79,54,30,63,36,25,69,1,83,86,57,69,73,45,3,17,41,96,11,63,82,71,1,30,13,37,13,38,99,26,44,81,47,35]
+ [54,11,58,93,69,70,82,73,12,37,48,78,5,95,79,30,57,23,63,40,39,47,83,79,32,10,44,47,66,91,50,16,20,14,35,9,35,17,14,98,97,96,37,77,38,6,25,35,42,11]
+ [53,27,35,42,75,2,32,29,38,77,31,51,2,99,51,43,10,11,49,62,84,31,41,83,19,52,14,7,50,23,1,46,49,29,32,43,68,60,52,90,89,52,52,55,28,84,26,10,49,53]
+ [58,16,14,47,29,91,47,5,49,44,16,89,44,63,5,59,62,13,80,69,40,22,48,52,33,45,47,56,25,71,33,16,33,74,22,58,55,14,68,90,50,57,27,40,98,86,99,78,10,1]
+ [60,80,83,67,26,87,61,48,62,62,33,83,54,57,13,45,99,35,94,55,9,34,63,56,42,22,36,69,23,67,4,81,100,64,80,29,16,49,69,92,50,4,52,44,72,34,86,99,21,77]
+ [41,47,96,39,19,99,92,1,38,58,69,30,55,9,19,67,14,61,66,90,23,71,70,20,77,86,91,78,70,51,59,55,75,14,34,44,29,43,44,49,33,21,54,36,27,49,63,78,71,37]
+ [42,74,94,90,54,89,69,56,84,41,21,51,28,21,90,56,25,79,86,5,86,85,77,98,19,88,59,41,62,65,47,46,48,46,50,49,32,16,97,46,41,79,38,27,33,85,52,81,51,64]
+ [18,80,49,15,16,18,75,40,10,28,25,25,8,79,39,76,32,16,31,42,82,13,75,26,5,22,54,47,20,43,80,11,38,82,49,26,75,39,32,32,63,20,83,4,44,36,91,29,45,42]
+ [11,40,2,47,32,97,23,86,26,15,92,44,53,70,56,38,73,92,38,53,65,75,46,23,60,25,70,24,59,99,40,55,71,34,3,30,72,79,83,69,56,67,23,33,89,72,81,4,78,22]
+ [57,13,63,59,16,5,10,92,14,83,90,75,16,97,97,93,68,40,57,52,24,57,41,100,56,72,65,19,83,36,42,17,47,27,20,9,60,28,72,4,68,91,37,71,96,53,81,64,99,50]
+ [3,1,36,19,24,20,38,99,21,73,55,78,20,82,8,75,8,55,57,9,87,35,13,9,18,80,36,8,74,75,52,71,36,61,47,100,40,29,37,54,36,94,27,13,51,37,39,88,87,65]
+ [57,59,41,33,10,96,73,7,9,2,21,68,83,88,20,40,55,8,11,50,51,9,34,66,81,27,81,87,80,56,2,82,25,39,71,82,73,63,71,15,11,15,18,13,47,41,87,90,44,62]
+ [27,34,19,56,54,85,19,32,29,89,34,94,17,25,95,4,88,80,94,10,21,47,55,43,60,51,17,1,33,50,44,33,76,25,16,1,58,29,30,7,67,82,34,37,34,98,94,59,68,90]
+ [61,92,22,74,81,17,11,9,44,87,27,29,78,40,60,4,63,11,94,89,15,98,48,8,78,99,51,60,77,1,64,93,23,61,21,9,46,97,58,50,44,82,76,79,50,41,60,75,6,76]
+ [2,83,10,36,45,96,7,51,1,100,30,81,79,23,52,52,12,46,47,19,92,5,29,89,6,90,19,81,85,46,20,21,79,35,60,11,43,48,66,71,33,83,79,40,66,4,47,41,44,74]
+ [10,19,72,17,50,82,100,83,15,35,78,49,83,26,81,31,94,64,33,75,93,10,73,91,77,79,85,65,38,36,62,8,17,100,19,87,4,3,52,28,49,4,95,52,65,2,81,40,61,40]
+ [67,40,97,28,33,33,91,91,84,63,32,54,67,96,4,84,88,27,40,51,80,55,51,9,47,8,97,78,73,20,55,54,12,53,64,52,91,68,66,32,46,72,57,25,6,47,86,3,70,4]
+ [32,18,50,91,12,42,17,3,54,38,30,81,100,22,62,69,50,99,17,75,92,55,57,93,51,79,72,31,58,83,77,13,52,12,62,91,49,6,31,35,10,69,99,34,38,98,60,42,5,20]
+ [85,47,47,84,34,30,46,68,53,3,29,56,56,16,7,36,47,96,75,18,18,94,16,67,63,99,61,86,63,79,82,16,19,33,45,45,75,73,99,64,70,98,27,66,79,28,84,50,25,78]
+ [99,2,12,73,45,43,28,3,55,51,24,49,78,65,25,98,51,39,81,59,19,90,76,44,32,13,71,64,49,83,76,23,18,39,46,82,61,94,88,27,88,3,22,96,58,27,60,41,18,83]
+ [87,41,37,38,47,59,88,84,8,28,57,38,70,97,50,14,90,88,56,72,7,49,2,92,100,10,13,64,88,18,73,73,65,26,75,13,22,55,38,23,56,69,21,39,8,43,51,15,83,63]
+ [13,22,79,38,62,61,57,88,100,31,73,30,34,32,45,29,58,59,45,30,44,83,82,78,91,76,32,68,83,34,3,57,30,8,15,42,100,15,47,65,18,81,54,19,79,74,5,91,25,19]
+ [49,65,23,24,98,53,81,92,31,63,54,11,36,73,75,17,94,25,14,60,31,38,64,47,64,24,37,48,72,17,80,75,52,12,68,97,85,94,18,63,25,5,16,89,77,79,6,51,47,97]
+ [68,38,31,44,23,36,28,47,42,8,97,74,47,22,85,88,93,60,46,85,43,26,50,1,40,12,41,9,12,89,13,100,48,42,49,49,43,97,99,77,96,54,49,15,62,19,33,50,59,89]
+ [43,94,14,95,5,5,33,24,95,13,26,49,15,83,13,37,80,80,39,6,84,26,3,7,65,53,67,76,17,94,15,23,56,57,80,26,15,85,48,22,3,84,61,6,13,25,3,39,87,72]
+ [88,21,5,23,17,48,34,69,46,23,76,16,35,100,34,90,53,77,54,58,32,8,97,43,10,21,80,62,49,15,78,57,48,55,40,20,50,89,36,76,59,4,2,7,61,24,61,76,40,7]
+ [75,76,59,87,53,99,72,26,53,56,31,42,39,63,66,18,11,57,99,23,4,95,22,61,66,13,41,32,19,90,91,75,4,83,9,72,1,63,48,7,7,58,43,82,74,68,18,82,48,33]
+ [33,90,51,12,79,47,2,21,82,83,64,89,92,76,50,17,33,37,33,44,59,58,99,28,4,10,95,53,31,7,100,43,100,27,18,31,24,16,84,14,88,52,98,41,77,80,67,90,58,65]
+ [52,91,29,33,45,41,80,70,23,11,41,96,19,20,94,36,86,15,17,51,49,51,15,49,58,29,95,10,38,5,78,60,9,23,95,51,60,52,45,83,39,59,29,13,96,39,36,36,9,21]
+ [44,70,30,18,16,28,94,82,81,9,8,63,95,39,92,3,85,19,33,45,59,71,46,3,97,20,68,31,25,30,12,21,77,64,26,99,99,41,72,86,94,65,40,92,36,98,100,3,17,99]
+ [62,42,83,43,78,8,22,86,72,55,99,58,4,21,75,19,76,28,78,75,58,28,53,17,27,75,19,57,60,3,69,93,29,3,10,96,22,20,43,15,82,80,59,66,68,63,83,68,83,51]
+ [31,21,35,7,40,10,13,5,3,69,43,93,66,77,35,69,34,77,89,92,39,37,80,30,10,59,58,30,76,21,34,67,56,44,98,86,6,47,80,23,82,25,12,4,47,44,66,14,37,61]
+ [97,64,26,29,20,35,69,71,70,20,3,34,71,95,37,80,77,14,36,80,45,99,66,9,75,39,42,5,33,34,9,86,97,46,53,97,16,41,83,18,27,46,67,54,60,4,96,25,42,83]
+ [23,98,15,88,99,54,70,41,27,94,32,35,89,5,23,54,21,78,31,36,13,69,36,82,10,99,5,72,72,62,43,55,3,61,59,28,71,49,46,52,95,31,79,72,43,3,74,51,86,14]
+ [94,28,29,1,55,48,42,15,73,16,71,75,16,29,91,21,36,19,68,43,92,13,3,93,74,86,52,20,23,39,98,42,3,39,82,70,39,44,59,71,49,42,49,3,39,73,81,97,38,41]
+ [10,7,49,58,33,39,29,80,50,44,65,60,26,57,65,54,72,67,91,5,17,30,9,70,68,77,49,98,55,35,94,50,30,85,72,43,29,44,31,1,65,14,78,42,7,92,27,81,94,88]
+ [89,26,90,57,28,80,83,2,3,2,44,20,82,13,40,10,84,72,56,89,67,65,7,84,38,55,88,63,39,77,97,92,30,100,88,2,94,30,100,19,9,44,5,75,4,30,41,4,64,63]
+ [21,53,85,82,68,3,38,23,94,43,2,73,97,76,35,19,57,20,66,96,68,12,96,95,48,11,77,85,19,43,42,100,22,73,20,24,59,55,61,25,85,94,55,65,23,26,80,94,33,71]
+ [37,89,43,99,57,27,80,62,78,88,80,11,23,32,72,96,47,94,67,16,63,72,40,27,48,17,5,97,92,47,86,53,42,83,78,60,24,64,100,77,5,43,77,15,13,61,28,2,5,42]
+ [47,70,1,66,31,27,53,18,99,65,55,4,19,11,63,30,98,57,28,79,3,94,97,15,74,90,83,70,9,22,55,77,29,37,82,25,24,97,56,50,57,7,96,70,51,87,86,85,91,89]
+ [80,56,51,63,67,15,2,61,24,41,21,18,93,24,67,71,50,9,66,72,90,24,25,56,84,8,53,42,55,8,81,31,41,87,36,68,94,81,50,5,51,19,61,71,10,86,100,63,87,100]
+ [9,51,57,9,99,78,86,94,79,19,79,92,35,24,16,47,20,82,33,93,55,59,95,63,37,25,3,42,53,9,73,80,8,1,73,41,98,28,60,79,42,76,31,56,32,35,28,98,65,27]
+ [74,66,15,34,35,36,59,29,29,54,50,94,41,71,62,80,19,25,99,30,99,23,82,66,100,63,71,70,32,68,37,71,26,85,13,76,28,93,55,53,20,13,76,35,91,70,31,22,11,3]
+ [87,36,2,41,88,80,42,18,52,65,92,62,6,25,50,22,58,28,82,2,56,92,26,83,37,41,16,49,89,52,68,37,74,2,8,21,7,43,79,70,84,24,3,50,12,76,16,85,33,43]
+ [13,62,93,42,36,1,81,31,72,43,61,60,6,44,24,47,48,49,4,69,97,9,68,34,87,83,37,23,8,60,76,97,58,58,81,70,14,58,7,68,61,6,96,3,31,41,53,37,69,9]
+ [18,68,90,67,12,26,18,93,32,54,52,75,45,49,66,14,8,52,19,44,42,57,63,62,10,71,56,58,31,39,69,94,58,21,9,99,17,21,28,9,58,13,98,61,31,12,44,73,6,7]
+ [40,82,6,50,83,12,83,71,12,50,61,3,4,85,2,92,57,87,95,17,47,68,80,14,15,43,59,60,87,85,37,98,9,6,41,24,38,44,21,85,92,78,62,25,12,41,37,21,75,15]
+ [61,56,19,39,71,54,49,12,24,47,56,25,49,30,37,46,29,60,65,99,58,42,82,91,26,26,2,65,95,50,93,64,52,40,44,37,78,63,90,39,18,70,45,3,58,12,27,51,75,95]
+ [72,37,45,64,31,78,79,12,65,76,39,27,66,81,24,25,11,58,89,51,5,67,100,33,94,20,94,21,4,15,83,82,2,57,68,27,3,19,16,60,48,54,38,44,64,74,76,56,55,98]
+ [63,98,72,43,52,66,90,9,74,26,27,48,87,10,46,23,47,95,67,6,45,75,48,95,93,58,60,70,50,97,88,96,67,42,92,32,74,40,14,24,41,15,15,44,85,47,66,43,73,66]
+ [74,64,96,75,76,38,57,42,70,8,61,86,73,59,74,7,93,65,73,31,82,11,25,82,57,96,22,33,70,48,26,99,71,38,48,56,31,6,98,15,85,92,97,87,66,14,62,24,10,76]
+ [86,91,25,29,77,22,42,13,79,96,91,29,27,48,1,91,13,73,51,7,65,12,60,71,55,79,98,36,79,3,71,69,93,60,61,57,21,72,57,76,9,28,30,73,70,73,33,55,44,100]
+ [73,62,90,22,95,97,44,29,30,12,13,92,42,70,76,91,13,41,77,76,19,97,79,67,88,61,96,67,92,100,2,24,68,91,95,72,68,94,28,6,39,73,17,83,91,21,59,9,20,37]
+ [6,92,72,26,64,57,70,54,34,52,11,53,35,100,88,17,36,87,69,11,30,84,90,64,49,12,99,46,92,89,86,90,25,9,15,50,38,4,81,53,94,95,80,39,27,39,84,37,51,74]
+ [74,88,77,77,28,88,66,6,3,63,22,65,25,7,42,30,97,46,24,6,88,44,34,95,22,68,59,76,38,8,48,3,33,96,15,72,62,78,25,16,80,79,10,58,48,69,62,45,42,23]
+ [40,95,74,6,52,85,66,46,33,52,69,99,90,2,89,7,50,88,66,49,43,4,55,13,26,41,43,37,18,77,44,22,1,34,63,21,81,4,46,32,14,81,49,61,28,54,13,27,70,29]
+ [74,78,72,18,65,8,94,9,97,96,62,24,86,1,20,38,34,40,98,94,93,18,34,37,89,58,26,5,70,51,93,80,92,66,19,12,38,83,22,1,7,91,89,61,35,79,64,46,5,44]
+ [29,57,60,56,8,23,48,21,33,67,4,3,88,82,100,18,88,62,27,61,70,20,43,4,26,52,61,68,8,20,8,69,79,37,38,5,21,53,3,62,55,49,53,80,27,45,78,17,68,26]
+ [66,35,12,3,94,23,36,9,22,57,45,93,32,26,52,73,99,30,23,23,36,9,66,69,75,82,17,58,15,12,40,93,74,23,31,95,62,51,8,72,88,94,96,37,59,84,96,62,37,20]
+ [95,99,97,2,18,97,16,61,48,30,48,93,34,84,81,50,12,70,44,4,49,30,24,13,69,96,67,44,43,2,36,56,20,87,73,6,96,84,85,37,30,17,77,95,98,45,12,21,63,51]
+ [63,56,63,62,4,55,31,25,28,77,68,48,28,91,30,16,36,98,71,14,65,42,50,93,20,72,27,76,76,27,41,87,86,69,39,26,100,47,12,97,67,60,44,37,90,100,55,14,98,56]
+ [96,49,38,36,7,3,34,10,93,68,33,33,98,24,89,67,18,58,88,64,35,24,25,72,21,35,22,22,50,92,42,26,97,94,46,42,75,61,79,12,44,73,49,6,38,26,6,98,75,28]
+ [39,54,78,32,74,81,94,52,63,77,26,18,67,99,14,54,57,55,46,27,54,13,100,70,34,25,93,2,35,44,74,1,19,43,50,63,41,99,1,74,99,85,47,5,99,55,31,15,80,75]
+ [91,29,69,76,15,83,77,21,4,83,24,11,44,56,79,2,11,28,86,31,7,67,96,48,47,84,22,25,61,10,78,9,6,71,87,11,44,83,52,12,33,88,2,73,25,11,54,4,1,77]
+ [83,81,16,99,30,41,7,93,78,17,16,18,27,96,85,77,12,79,69,39,25,65,64,59,9,95,36,4,48,31,18,33,60,60,73,33,49,59,44,46,81,59,31,39,79,8,63,23,40,20]
+ [32,64,32,45,55,79,62,5,9,82,34,73,95,38,40,50,94,35,21,81,73,34,97,6,80,10,69,67,94,10,54,60,31,2,64,99,60,51,14,54,52,48,33,83,33,60,40,68,84,51]
+ [18,87,75,86,52,66,40,91,26,42,1,24,88,49,14,10,14,22,8,75,59,16,78,10,16,20,36,18,72,87,80,15,87,90,32,71,94,91,46,95,25,58,54,31,31,76,44,90,32,66]
+ [62,73,31,83,48,88,75,49,94,64,4,59,86,5,58,25,78,64,79,81,97,87,48,89,24,59,4,10,61,4,48,21,23,17,34,96,1,34,26,29,71,79,20,90,39,39,41,46,15,45]
+ [31,61,55,26,85,64,69,29,68,27,12,43,3,45,16,5,82,71,86,100,79,52,47,39,41,21,54,27,50,86,41,69,4,65,91,82,37,47,91,55,17,55,77,86,37,66,23,40,67,62]
+ [82,15,39,83,56,82,45,63,6,46,25,28,42,63,27,96,25,86,71,49,19,1,94,5,70,100,96,26,1,60,26,22,25,26,67,42,82,47,49,29,95,87,79,32,2,99,58,90,12,62]
+ [69,92,79,13,93,30,29,43,95,8,44,63,52,95,14,31,85,83,51,24,92,32,42,15,44,69,73,89,8,60,27,90,27,20,78,93,88,59,80,4,95,1,26,86,92,9,31,84,37,27]
+ [84,62,67,71,71,5,43,28,65,60,81,42,90,54,55,61,73,65,42,64,2,37,42,40,94,90,95,3,44,98,82,83,39,100,76,85,24,91,49,14,95,53,84,19,92,16,26,23,66,70]
+ [48,99,50,42,10,95,41,83,43,48,12,3,60,24,18,47,18,2,55,89,88,24,53,96,57,53,64,74,16,60,74,57,49,77,88,40,17,31,26,52,35,8,79,20,84,55,67,90,98,41]
+ [62,36,21,18,33,1,59,85,39,55,8,58,26,7,85,15,80,92,44,12,79,47,56,94,78,81,98,34,33,53,87,24,2,100,66,59,75,41,87,57,71,86,79,96,40,47,30,15,88,11]
+ [17,87,44,58,93,57,6,63,68,81,18,74,81,35,36,6,2,61,79,49,52,87,31,97,45,29,21,5,44,22,30,15,2,8,20,49,38,73,27,74,43,46,91,44,24,87,57,38,17,90]
+ [24,94,76,74,67,3,2,39,44,44,18,7,46,86,62,38,30,85,43,65,38,49,37,63,99,62,31,40,58,51,34,89,58,81,57,60,50,27,20,15,57,42,44,36,19,56,18,89,86,22]
+ [55,27,59,2,90,61,27,44,67,21,74,58,79,46,99,26,49,12,67,94,25,99,65,57,64,55,9,1,83,48,95,83,8,72,92,82,48,65,67,60,31,3,64,38,33,85,4,60,16,69]
+ [9,61,45,60,38,31,53,69,41,76,1,36,49,92,94,91,5,89,24,47,29,15,94,82,72,7,20,10,49,3,93,3,9,31,41,36,99,80,74,36,5,35,41,53,59,9,86,33,82,94]
+ [71,75,65,58,46,12,25,9,83,60,77,69,27,50,73,95,96,99,36,22,77,50,11,12,19,54,77,13,50,93,94,19,43,11,40,51,95,39,9,85,95,23,52,42,24,55,52,56,97,96]
+ [95,96,61,43,54,79,62,19,55,86,96,30,45,19,66,98,97,40,69,90,86,49,58,66,91,78,72,81,20,87,72,3,95,14,83,75,36,59,98,44,97,48,32,80,35,24,96,6,93,8]
+ [77,70,84,40,34,14,100,85,77,37,87,68,17,64,21,6,30,41,100,31,1,30,51,90,47,11,91,89,90,65,16,20,77,4,32,93,68,46,77,28,68,72,16,59,82,44,49,100,40,74]
+ [12,74,48,100,86,61,100,66,28,93,55,53,68,50,89,94,65,75,45,53,31,4,21,83,82,45,49,53,43,88,84,53,67,16,37,100,12,52,41,50,71,58,26,76,45,6,25,13,76,47]
+ [29,95,65,53,47,88,23,27,60,98,79,35,93,13,38,13,18,38,87,36,28,7,1,9,4,97,69,25,67,23,38,87,50,32,71,29,3,23,48,81,45,4,48,73,55,67,43,33,82,6]
+ [68,99,90,36,78,51,38,63,22,83,53,29,70,42,60,53,94,15,62,91,25,56,98,58,85,31,50,14,66,82,69,38,47,29,80,4,71,4,59,79,31,62,17,43,82,36,43,71,5,96]
+ [12,43,31,54,52,26,74,56,60,74,87,20,24,52,25,5,68,88,73,35,54,79,63,31,31,7,48,10,100,26,45,72,12,9,85,38,6,87,83,72,9,2,70,24,80,23,83,32,31,26]
+ [27,53,9,42,54,97,10,11,74,25,74,47,76,31,72,61,31,21,43,50,73,22,86,26,61,50,90,52,86,82,81,88,27,14,69,12,62,57,15,67,87,84,61,26,2,65,97,28,21,93]
+ [4,81,33,57,97,75,41,26,74,54,77,77,92,59,42,76,84,55,55,24,11,89,15,22,56,48,3,46,54,38,38,26,59,13,99,4,94,19,90,54,34,46,11,84,63,47,100,60,72,24]
+ [8,57,39,27,96,21,90,36,33,37,98,16,16,5,27,70,89,74,41,4,7,47,68,55,83,51,76,86,10,77,51,64,51,64,28,97,76,90,98,52,33,72,22,7,7,52,91,67,23,62]
+ [51,4,40,62,56,29,88,44,1,89,35,51,8,17,22,5,28,74,30,60,74,7,4,68,77,60,43,70,67,35,70,82,62,55,75,79,53,62,76,43,82,80,4,5,27,73,65,70,85,85]
+ [80,58,65,34,6,7,97,29,43,78,71,10,65,90,87,22,29,73,39,19,41,29,81,71,83,51,53,19,36,63,33,52,31,90,52,71,7,44,10,41,19,75,31,55,64,42,95,34,7,28]
+ [92,93,8,21,2,34,67,38,22,39,57,49,28,45,2,3,60,96,58,96,47,77,22,79,2,44,61,47,77,61,60,51,11,39,53,25,62,10,50,4,21,1,77,19,99,80,87,56,66,86]
+ [24,45,37,24,88,8,28,77,50,50,33,58,9,22,53,53,9,20,58,11,13,91,12,5,78,11,46,32,94,69,33,20,38,32,5,39,30,36,3,60,47,10,48,44,75,46,38,28,24,50]
+ [71,57,74,59,94,15,91,49,48,90,25,84,33,3,9,60,45,78,22,80,80,13,50,9,94,57,58,41,56,52,94,68,63,15,73,58,24,49,54,44,23,23,36,1,13,46,56,86,10,50]
+ [33,78,84,45,71,56,11,37,40,32,39,80,45,79,25,73,16,14,77,58,84,3,95,95,25,29,36,56,96,28,66,22,52,84,63,57,99,22,19,90,37,76,51,55,4,31,4,98,49,63]
+ [62,59,90,10,14,89,13,10,69,83,55,56,70,52,66,55,48,12,34,69,14,80,55,87,23,1,3,11,83,51,91,95,79,60,94,14,84,79,53,56,48,82,37,1,9,87,23,69,59,32]
+ [52,12,88,95,15,9,22,57,79,85,50,78,2,55,40,37,2,77,44,5,18,62,89,32,9,47,59,70,52,20,8,63,48,69,32,51,80,76,56,97,8,48,12,51,10,48,16,2,78,43]
+ [54,10,32,35,77,62,56,37,13,20,71,49,52,63,2,59,67,63,38,23,12,80,37,12,93,94,64,8,59,26,70,61,35,71,75,90,95,45,40,71,27,23,43,54,45,67,25,68,63,52]
+ [98,82,45,87,45,6,90,58,57,63,45,52,37,31,22,88,27,72,38,90,36,12,27,94,29,31,36,68,32,74,75,30,45,33,78,97,100,19,2,78,69,66,95,60,25,3,56,73,93,35]
+ [68,4,70,79,45,52,86,2,72,73,90,48,69,11,96,42,63,37,53,47,23,76,84,25,15,28,55,94,1,1,60,56,46,61,30,60,10,57,58,66,47,82,93,92,78,2,21,43,63,80]
+ [25,88,10,57,19,97,15,41,49,68,98,55,40,5,12,25,89,6,69,76,17,41,43,38,17,72,28,23,71,20,78,19,28,39,99,37,37,83,49,92,70,28,37,25,46,40,40,92,90,42]
+ [64,98,98,31,32,99,98,85,10,3,61,26,2,76,78,43,23,77,67,81,25,40,7,71,76,23,47,68,36,87,52,58,34,79,77,74,68,87,91,11,17,8,65,2,23,1,49,37,54,40]
+ [4,49,50,58,66,53,69,34,61,34,25,66,30,29,84,43,49,31,30,48,51,9,19,45,67,35,49,1,16,50,57,55,27,18,33,27,8,23,51,79,31,62,64,89,2,4,67,8,52,42]
+ [67,97,96,98,17,94,20,15,85,56,35,97,72,12,86,20,30,36,94,66,20,39,28,37,49,93,8,24,39,71,78,30,87,80,94,73,29,24,67,32,28,68,11,35,97,52,12,66,44,19]
+ [79,8,85,67,48,36,62,28,16,13,28,12,43,70,45,4,27,13,49,28,64,71,18,97,16,5,9,98,96,30,65,95,11,36,9,63,32,89,92,7,38,98,73,63,42,3,87,97,84,27]
+ [44,45,64,48,8,33,82,34,80,74,91,99,75,57,75,82,13,53,72,10,4,7,76,100,79,94,56,28,85,34,27,85,26,8,14,40,85,43,43,36,36,70,83,17,78,51,51,13,87,20]
+ [56,40,90,85,19,55,39,64,50,18,22,91,91,88,58,68,1,62,11,68,65,60,6,95,79,94,3,10,10,96,47,32,90,67,52,58,66,6,74,91,19,30,78,65,50,25,36,48,12,38]
+ [20,96,12,42,16,69,78,21,38,82,21,63,6,39,51,58,81,83,1,24,44,83,35,36,68,20,23,73,5,78,56,10,31,64,5,2,74,12,46,39,27,1,10,47,97,53,34,65,62,4]
+ [94,100,72,87,25,44,70,6,47,78,52,55,82,53,18,61,17,53,100,65,73,14,98,66,15,30,99,3,18,49,75,8,62,71,36,7,65,43,7,97,78,78,29,84,68,18,94,49,64,44]
+ [42,14,49,72,63,55,99,50,24,72,28,74,22,35,38,7,83,35,98,36,33,6,77,9,60,44,10,86,52,79,28,19,46,44,9,39,43,47,59,26,99,11,24,15,51,9,21,41,4,49]
+ [68,1,55,17,14,61,73,40,74,55,28,38,71,14,8,89,99,37,64,82,98,41,16,32,69,42,7,14,18,60,32,24,83,37,69,90,50,3,16,71,55,24,10,84,95,64,73,24,10,87]
+ [77,24,81,41,74,74,43,21,76,95,72,25,5,15,88,33,29,96,53,67,1,93,88,21,72,9,80,54,26,43,42,70,57,72,63,97,88,63,24,81,63,6,91,75,48,50,69,33,29,12]
+ [82,99,30,92,79,30,60,96,74,71,27,86,24,94,21,63,3,77,92,27,17,3,53,77,43,44,20,95,65,19,28,47,4,68,45,54,85,50,96,100,62,13,35,51,71,15,18,27,38,87]
+ [7,16,57,81,15,33,74,59,83,29,22,83,67,40,86,45,71,48,6,65,39,26,81,88,80,45,98,66,48,38,59,16,7,72,48,92,87,32,79,68,33,89,38,31,50,73,14,33,70,96]
+ [33,43,58,31,23,73,22,36,63,49,56,10,33,49,43,9,84,50,1,54,94,34,54,27,60,61,9,66,85,78,98,72,5,36,70,17,72,67,55,32,77,22,39,96,39,99,73,41,7,63]
+ [90,3,51,58,34,42,74,84,27,86,38,19,70,74,27,25,82,56,41,95,7,65,37,53,40,23,36,87,43,12,43,74,32,71,51,86,4,15,41,19,55,36,45,28,21,29,94,59,100,100]
+ [40,18,72,7,27,71,58,43,58,47,81,89,76,12,90,8,92,26,44,20,26,18,83,56,46,88,87,74,68,30,52,31,35,86,51,78,42,88,34,7,39,92,35,46,100,11,72,55,22,52]
+ [99,50,79,83,2,8,44,54,76,69,76,57,63,85,49,95,19,99,82,8,62,61,51,88,25,11,12,57,88,86,53,27,75,2,7,99,24,76,42,56,57,84,53,2,50,21,50,98,94,32]
+ [66,12,70,69,95,97,48,12,76,97,46,6,82,10,40,85,90,65,93,38,50,92,38,17,98,82,73,68,81,5,49,66,18,36,29,47,87,28,86,78,35,66,21,65,90,76,4,94,99,47]
+ [48,64,17,54,74,92,94,33,100,14,77,48,11,84,72,12,35,35,2,51,70,44,93,90,78,28,45,19,6,96,54,11,89,85,44,43,48,79,27,56,34,69,21,38,7,85,51,15,14,75]
+ [16,30,48,7,40,3,62,54,73,84,79,82,81,95,83,79,21,24,92,5,68,17,49,76,93,68,100,84,61,65,97,27,4,12,15,90,55,32,44,38,43,62,21,40,11,59,74,42,47,71]
+ [75,78,64,40,85,94,54,30,70,62,61,36,29,88,35,31,34,52,40,8,37,59,17,26,46,91,80,64,45,67,65,40,37,1,84,36,66,24,23,70,89,3,53,23,39,61,26,78,29,11]
+ [47,37,59,91,16,28,42,38,73,37,71,2,89,42,90,11,74,34,60,18,92,48,28,73,38,15,47,10,86,78,70,14,26,97,75,24,45,31,3,87,57,67,28,32,45,45,56,96,76,59]
+ [72,21,33,47,73,87,2,24,32,77,28,34,17,12,64,2,83,40,39,13,77,79,72,78,95,30,96,71,82,39,43,91,80,98,35,90,72,23,58,20,34,85,69,86,72,89,56,86,77,5]
+ [69,94,80,91,6,40,13,32,91,24,85,44,27,83,92,2,45,93,76,23,29,26,25,92,88,26,86,94,58,51,56,13,64,47,28,52,23,59,30,81,95,11,82,89,61,64,65,11,38,30]
+ [25,35,79,15,4,43,88,32,63,29,72,45,11,52,100,20,40,24,85,96,7,98,41,96,41,58,12,86,30,23,78,47,29,48,84,67,66,71,5,61,29,35,17,94,55,15,96,49,54,2]
+ [17,71,20,24,62,50,23,96,31,74,79,11,22,69,83,64,63,34,97,89,21,58,3,35,34,71,34,35,84,85,11,77,71,1,2,80,45,29,45,56,69,9,70,34,11,67,86,69,31,55]
+ [40,36,31,28,19,87,67,16,79,65,86,1,62,14,36,10,100,7,74,49,24,57,98,10,87,17,100,20,92,34,28,83,86,15,9,16,60,72,88,90,38,83,58,28,36,3,39,81,63,20]
+ [84,88,62,36,91,63,9,76,76,26,58,15,60,69,40,85,27,55,39,11,96,90,53,44,52,55,27,15,99,88,42,38,5,92,92,18,10,40,51,24,24,19,40,96,19,53,8,41,79,25]
+ [94,9,54,84,17,51,36,67,53,37,67,51,36,41,24,100,74,69,51,63,2,8,71,31,71,13,20,5,61,51,47,75,30,26,7,18,68,78,32,53,28,9,24,84,29,89,31,72,56,81]
+ [100,63,41,39,74,57,87,25,6,80,18,79,85,58,72,85,36,40,70,12,18,36,2,40,63,67,90,74,87,47,74,25,43,84,44,50,2,70,50,83,81,27,11,72,39,30,67,91,93,92]
+ [34,43,47,87,20,31,24,3,55,34,72,91,26,43,90,76,75,43,49,38,4,24,6,7,67,22,78,57,1,1,66,26,16,75,23,54,47,67,23,6,75,100,55,84,81,15,53,42,69,64]
+ [47,86,32,71,20,59,63,97,78,93,59,2,39,84,64,91,3,74,17,29,23,70,47,5,51,93,68,52,30,67,87,75,4,66,52,64,33,87,12,56,99,65,98,35,66,96,40,28,50,9]
+ [36,63,7,71,8,23,92,85,90,69,55,2,79,46,49,70,1,92,33,91,15,14,24,20,75,27,48,55,86,13,11,55,17,73,93,47,16,74,84,22,21,90,49,36,9,45,98,50,74,51]
+ [73,8,42,4,94,92,75,80,32,7,69,5,58,79,75,78,46,17,87,60,92,7,36,28,31,13,94,52,27,82,42,10,68,15,86,94,99,23,97,56,94,2,71,8,36,29,38,82,31,73]
+ [29,61,91,99,18,89,40,43,95,67,71,38,23,6,76,33,37,86,64,1,49,17,57,80,60,76,82,70,33,14,70,9,24,68,59,85,94,68,14,59,33,47,20,99,35,35,85,88,34,78]
+ [96,67,90,77,95,11,96,96,62,98,83,82,39,32,9,70,32,28,52,57,71,70,53,25,51,78,4,83,85,82,42,10,27,19,84,96,62,68,27,67,61,77,73,93,63,100,9,85,1,52]
+ [91,47,60,48,10,77,52,86,56,50,47,15,97,69,10,98,7,85,16,55,23,46,97,51,36,88,52,45,61,42,72,27,49,44,10,23,11,55,81,1,51,7,83,21,80,84,18,72,55,60]
+ [63,63,86,2,98,81,3,50,41,31,97,3,60,78,57,77,43,12,68,71,20,91,17,59,23,57,62,67,92,90,13,5,96,99,12,29,89,62,73,12,70,84,17,43,63,87,82,24,91,47]
+ [13,57,66,29,20,33,62,93,76,59,99,50,29,81,58,18,23,69,47,59,53,53,59,65,16,61,56,40,91,21,74,45,25,61,11,67,27,66,30,71,58,14,31,21,36,47,98,44,49,97]
+ [73,21,8,90,33,16,10,65,65,47,100,3,89,74,22,31,59,7,15,35,28,59,16,90,13,93,87,27,46,97,90,12,20,24,85,47,39,40,7,69,68,16,55,15,47,59,55,30,42,19]
+ [71,71,92,69,71,75,60,71,40,86,86,90,10,92,45,82,54,41,9,67,78,69,73,3,84,58,32,90,71,39,60,65,33,20,19,75,24,25,41,2,54,54,56,54,29,52,20,92,15,22]
+ [22,45,83,47,26,3,93,13,7,63,87,90,26,72,25,95,23,99,91,37,87,46,31,62,27,21,40,71,58,45,19,48,9,17,84,33,87,36,29,90,34,30,20,90,42,1,37,64,53,87]
+ [70,23,6,76,69,20,22,34,17,23,4,71,67,7,52,28,17,3,45,58,80,61,49,74,35,75,62,73,90,34,40,61,75,37,50,28,74,11,15,21,62,65,41,55,17,67,34,13,62,40]
+ [96,71,52,15,49,98,49,51,6,88,55,75,5,57,98,88,84,74,67,26,63,95,33,45,61,77,59,88,78,21,53,23,66,67,82,96,34,45,49,69,49,4,51,32,99,39,43,14,1,50]
+ [54,15,23,13,12,56,48,32,14,52,38,12,99,86,90,56,22,70,56,14,71,85,61,8,99,81,2,6,83,37,51,2,96,82,1,64,58,14,28,71,96,55,81,98,42,95,37,39,60,64]
+ [34,27,91,53,28,38,60,79,54,62,95,84,7,94,42,85,82,19,97,82,31,21,92,18,20,49,26,10,97,66,19,45,66,79,73,9,21,12,16,44,47,91,11,87,50,26,54,97,99,8]
+ [95,18,19,27,8,66,35,51,3,52,8,26,83,67,8,47,37,78,47,1,50,40,45,89,53,45,86,17,1,60,79,53,75,69,31,72,38,18,46,25,47,57,48,35,12,51,55,74,79,80]
+ [40,3,59,92,68,2,83,71,85,4,49,99,25,38,13,83,86,21,97,46,79,96,11,42,61,59,74,40,88,17,7,62,50,73,67,2,5,21,29,98,58,98,9,37,83,30,70,82,6,40]
+ [66,51,81,27,86,53,61,14,70,93,20,75,40,12,58,45,81,90,90,83,43,73,42,55,92,67,40,34,18,36,3,45,18,2,25,100,7,26,54,23,79,42,6,68,14,18,94,11,31,50]
+ [100,33,18,5,32,14,13,23,1,6,97,8,75,16,50,93,66,67,60,23,53,46,92,89,62,4,50,3,84,96,63,21,32,82,40,100,26,40,7,6,11,96,53,100,75,49,86,68,89,38]
+ [35,96,100,50,64,80,37,1,40,99,91,88,20,69,86,36,14,61,6,39,98,16,47,45,27,61,87,74,98,54,4,50,81,14,82,75,62,1,97,91,84,4,96,66,60,99,33,20,3,63]


Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/readlist.c
diff -c /dev/null llvm/test/Programs/MultiSource/McCat-01-qbsort/readlist.c:1.1
*** /dev/null	Mon May 12 13:52:02 2003
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/readlist.c	Mon May 12 13:51:52 2003
***************
*** 0 ****
--- 1,70 ----
+ 
+ /****
+     Copyright (C) 1996 McGill University.
+     Copyright (C) 1996 McCAT System Group.
+     Copyright (C) 1996 ACAPS Benchmark Administrator
+                        benadmin at acaps.cs.mcgill.ca
+ 
+     This program is free software; you can redistribute it and/or modify
+     it provided this copyright notice is maintained.
+ 
+     This program is distributed in the hope that it will be useful,
+     but WITHOUT ANY WARRANTY; without even the implied warranty of
+     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+ ****/
+ 
+ /*         readlist.c           */
+ /*   quicksort and bubblesort   */
+ /*            made              */
+ /*          24/09/96            */
+ /*             by               */
+ /*    Jacob Grydholt Jensen     */
+ /* Email: grydholt at daimi.aau.dk */
+ /*             &&               */
+ /*       Claus Brabrand         */
+ /* Email: zracscan at daimi.aau.dk */
+ 
+ /* Reads a list of the form:
+ 
+    <list> ::= "[]" | '[' <ints>* <int> ']'
+    <ints> ::= <int> ',' */
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include "sort.h"
+ #include "readlist.h"
+ 
+ int ReadList(LinkList **ll, List **l)
+ {
+   int i,n,x;
+   char c;
+   LinkList *NewElement;
+   List *NewList;
+   LinkList *p;
+   
+   for (c='-'; c!='['; /* empty */)
+     if (scanf("%c",&c)==EOF) return(READ_EOF);
+   c=',';
+   /* Make linked list */
+   *ll=NULL;
+   for (n=0; c!=']'; n++) /* count no of elements */
+     {
+       if (c!=',') return(COMMA_EXPECTED);
+       if (scanf("%d",&x) == EOF) return(READ_EOF);
+       /* Make Structure */
+       NewElement=(LinkList*) malloc(sizeof(LinkList));
+       NewElement->key=x;
+       NewElement->next=*ll;
+       *ll=NewElement;
+       for (c=' '; ((c==' ') || (c=='\n'));/* empty */)
+ 	if (scanf("%c",&c) == EOF) return (READ_EOF);
+     }
+   /* Make list */
+   NewList=(List*) malloc(sizeof(List));
+   NewList->n=n;
+   NewList->l=(int*) malloc(sizeof(int)*n);
+   for (p=*ll,i=0; i<n; p=p->next, i++)
+     NewList->l[i]=p->key;
+   *l=NewList;
+   return 0;
+ }


Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/readlist.h
diff -c /dev/null llvm/test/Programs/MultiSource/McCat-01-qbsort/readlist.h:1.1
*** /dev/null	Mon May 12 13:52:02 2003
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/readlist.h	Mon May 12 13:51:52 2003
***************
*** 0 ****
--- 1,16 ----
+ /*         readlist.h           */
+ /*   quicksort and bubblesort   */
+ /*            made              */
+ /*          24/09/96            */
+ /*             by               */
+ /*    Jacob Grydholt Jensen     */
+ /* Email: grydholt at daimi.aau.dk */
+ /*             &&               */
+ /*       Claus Brabrand         */
+ /* Email: zracscan at daimi.aau.dk */
+ 
+ #define READ_EOF 7
+ #define COMMA_EXPECTED 42
+ 
+ 
+ int ReadList(LinkList **ll, List **l);


Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/sort.c
diff -c /dev/null llvm/test/Programs/MultiSource/McCat-01-qbsort/sort.c:1.1
*** /dev/null	Mon May 12 13:52:02 2003
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/sort.c	Mon May 12 13:51:52 2003
***************
*** 0 ****
--- 1,123 ----
+ 
+ /****
+     Copyright (C) 1996 McGill University.
+     Copyright (C) 1996 McCAT System Group.
+     Copyright (C) 1996 ACAPS Benchmark Administrator
+                        benadmin at acaps.cs.mcgill.ca
+ 
+     This program is free software; you can redistribute it and/or modify
+     it provided this copyright notice is maintained.
+ 
+     This program is distributed in the hope that it will be useful,
+     but WITHOUT ANY WARRANTY; without even the implied warranty of
+     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+ ****/
+ 
+ /*           sort.c             */
+ /*   quicksort and bubblesort   */
+ /*            made              */
+ /*          24/09/96            */
+ /*             by               */
+ /*    Jacob Grydholt Jensen     */
+ /* Email: grydholt at daimi.aau.dk */
+ /*             &&               */
+ /*       Claus Brabrand         */
+ /* Email: zracscan at daimi.aau.dk */
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include "sort.h"
+ 
+ 
+ List *BubbleSort(List *l, BOOL (*compare)(int, int))
+ {
+   int i,j;
+   int temp; /* temporary variable */
+ 
+   for (i=0; i<l->n; i++)
+     for (j=0; j<l->n-i-1; j++)
+       if (compare(l->l[j+1],l->l[j]))
+ 	{
+ 	  /* Swap the two elements */
+ 	  temp=l->l[j];
+ 	  l->l[j]=l->l[j+1];
+ 	  l->l[j+1]=temp;
+ 	};
+   return(l);
+ }
+ 
+ LinkList *QuickSort(LinkList *l, BOOL (*compare)(int, int))
+ {
+   LinkList *p;
+   LinkList *SortList;
+   LinkList *InfList=NULL, *SupList=NULL;
+   LinkList *NewElement;
+   LinkList *FirstElement;
+ 
+   if (l==NULL) return(NULL);
+   else
+     {
+       FirstElement=l;
+       /* Build the Inf- and the SupList */
+       for (p=l->next; p!=NULL; p=p->next)
+ 	{
+ 	  if (compare(p->key,FirstElement->key))
+ 	    {
+ 	      /* Add the element to the InfList (in front) */
+ 	      NewElement=(LinkList*) malloc(sizeof(LinkList));
+ 	      NewElement->key=p->key;
+ 	      NewElement->next=InfList;
+ 	      InfList =NewElement;
+ 	    }
+ 	  else
+ 	    {
+ 	      /* Add the element to the SupList (in front) */
+ 	      NewElement=(LinkList*) malloc(sizeof(LinkList));
+ 	      NewElement->key=p->key;
+ 	      NewElement->next=SupList;
+ 	      SupList =NewElement;
+ 	    }
+ 	}
+       /* Sort Inf- and SupList by means of recursion */ 
+       InfList=QuickSort(InfList, compare);
+       SupList=QuickSort(SupList, compare);
+       /* Join Lists to form quicksorted list */
+       SortList=InfList;
+       if (SortList!=NULL)
+ 	{
+ 	  /* Fast forward to the end of SortList */
+ 	  for (p=SortList; p->next!=NULL; p=p->next)
+ 	    /* empty */;
+ 	  p->next=FirstElement;
+ 	}
+       else
+ 	SortList=FirstElement;
+       FirstElement->next=SupList;
+     }
+   return(SortList);
+ }
+  
+ void PrintList(List *l)
+ {
+   int i;
+ 
+   printf("[");
+   for (i=0; i<l->n-1; i++)
+     printf("%d,",l->l[i]);
+   printf("%d]",l->l[l->n-1]);
+ }
+ 
+ void PrintLinkList(LinkList *l)
+ {
+   if (l==NULL)
+     printf("[]");
+   else
+     {
+       printf("[");
+       for (/* empty*/; l->next!=NULL; l=l->next)
+ 	printf("%d,",l->key);
+       printf("%d]",l->key);
+     }
+ }
+ 
+ 


Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/sort.h
diff -c /dev/null llvm/test/Programs/MultiSource/McCat-01-qbsort/sort.h:1.1
*** /dev/null	Mon May 12 13:52:02 2003
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/sort.h	Mon May 12 13:51:52 2003
***************
*** 0 ****
--- 1,38 ----
+ /*           sort.h             */
+ /*   quicksort and bubblesort   */
+ /*            made              */
+ /*          24/09/96            */
+ /*             by               */
+ /*    Jacob Grydholt Jensen     */
+ /* Email: grydholt at daimi.aau.dk */
+ /*             &&               */
+ /*       Claus Brabrand         */
+ /* Email: zracscan at daimi.aau.dk */
+ 
+ #ifndef _SORT_H_
+ #define _SORT_H_
+ 
+ #define TRUE 1
+ #define FALSE 0
+ typedef int BOOL;
+ typedef int *ListElem;
+ typedef struct LinkList LinkList;
+ typedef struct List List;
+ 
+ struct LinkList
+ {
+   int key;
+   LinkList *next;
+ }; 
+ 
+ struct List
+ {
+   int n; /* No Of Elements in the List */
+   ListElem l;
+ };
+ 
+ List *BubbleSort(List *l, BOOL (*compare)(int, int));
+ LinkList *QuickSort(LinkList *l, BOOL (*compare)(int, int));
+ void PrintList(List *l);
+ void PrintLinkList(LinkList *l);
+ #endif /* ifndef _SORT_H_ */





More information about the llvm-commits mailing list