-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSelectionSort.cpp
More file actions
50 lines (39 loc) · 173 KB
/
SelectionSort.cpp
File metadata and controls
50 lines (39 loc) · 173 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#include <iostream>
#include <conio.h>
#include<ctime>
using namespace std;
int selectionsort(int arr[], int size)
{
clock_t start = clock();
for(int i = 1;i < size - 1;i++)
{
int maxim = arr[size - i];
int mind = size -i;
for(int j = 0; j <= size -i;j++)
{
if(maxim<arr[j])
{
maxim = arr[j];
mind = j;
}
}
int temp = arr[size - i];
arr[size - i] = maxim;
arr[mind] = temp;
}
clock_t end = clock();
int diff = end - start;
return diff;
}
int main()
{
int n = 50000;
int a[n] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,4,5,6,8,9,13,14,14,14,15,17,18,18,19,19,20,20,20,22,23,26,26,27,28,29,31,32,33,35,35,36,38,38,38,38,40,40,41,41,42,43,44,46,47,47,47,47,48,48,50,50,50,50,52,52,54,54,54,54,54,57,58,59,59,61,61,64,65,66,70,72,72,73,74,74,76,77,79,80,80,81,82,82,83,84,84,85,88,88,88,91,91,92,94,94,95,96,97,99,99,101,101,103,106,107,107,108,109,110,110,110,111,112,113,113,113,115,116,116,117,117,117,117,118,118,119,120,120,122,123,124,125,126,126,126,126,128,129,131,131,131,131,131,132,132,134,134,135,135,136,136,140,142,147,148,148,151,152,152,153,153,155,156,156,158,158,160,161,162,162,163,163,164,164,165,165,166,166,167,167,168,168,168,169,169,170,171,172,172,173,174,175,176,176,177,177,178,178,179,180,180,181,183,183,183,184,185,185,185,185,188,188,189,191,192,192,196,196,196,196,197,197,197,199,199,199,200,201,201,202,202,202,205,206,207,208,209,209,211,213,214,214,215,217,219,220,221,221,223,224,224,225,225,225,226,226,232,233,234,236,236,236,239,239,239,241,241,242,242,242,244,244,244,245,245,245,245,247,247,247,249,249,249,250,250,250,252,253,254,256,256,260,260,261,262,264,266,269,271,271,271,272,272,274,277,278,279,280,281,282,283,284,285,285,285,286,286,287,288,289,290,292,293,294,294,295,297,297,299,300,301,302,303,304,305,306,306,306,306,307,310,310,310,310,312,312,312,312,313,314,315,315,315,316,316,316,317,318,320,320,321,321,323,323,323,324,324,325,326,328,331,331,331,333,334,334,335,336,337,339,339,339,340,342,342,343,343,344,344,344,345,346,348,348,349,349,350,350,351,351,351,354,355,356,356,357,357,358,359,360,360,360,361,363,364,365,365,365,366,366,366,368,369,369,369,373,373,373,374,375,376,377,379,380,381,381,381,381,381,382,384,385,385,385,386,386,386,387,387,387,388,388,391,393,394,397,398,400,400,401,401,401,402,402,403,404,405,407,408,410,411,413,413,414,414,416,416,417,417,418,418,418,419,422,423,424,425,425,425,426,427,428,428,430,434,435,436,437,440,440,440,441,441,443,443,444,445,448,448,449,450,450,451,452,452,453,453,454,454,454,454,455,456,457,457,458,460,460,460,460,462,463,464,464,466,467,468,470,471,472,474,475,475,476,476,477,478,479,479,480,481,483,484,484,486,487,488,491,493,493,493,494,497,497,498,499,500,500,501,501,502,505,506,507,509,510,511,516,517,518,518,518,519,522,522,522,522,523,526,528,529,529,530,530,531,532,539,540,541,543,544,544,546,548,549,549,550,550,551,551,552,552,553,553,554,557,557,558,560,560,563,563,563,564,565,566,566,568,568,568,569,572,574,576,577,577,577,579,580,582,584,587,587,588,589,590,591,591,594,596,597,599,601,601,603,606,607,608,608,610,612,612,614,617,617,618,618,618,620,621,622,622,623,624,626,627,629,629,630,632,633,634,634,635,637,639,639,643,644,645,645,645,646,648,649,649,649,650,650,652,653,654,654,657,664,665,666,667,669,670,671,671,671,672,673,674,674,674,675,676,676,676,676,677,680,681,683,684,685,686,686,687,687,688,688,689,689,689,691,691,692,692,693,694,694,695,695,695,696,696,696,697,699,700,700,700,701,703,706,706,708,709,709,710,712,713,715,716,718,719,719,720,721,722,725,726,726,727,728,730,730,732,736,737,737,737,738,738,739,740,741,742,743,743,744,746,748,749,750,751,751,753,756,757,757,758,759,761,761,762,764,768,769,771,775,779,779,781,782,782,785,785,787,787,787,788,788,789,792,794,795,798,798,799,804,804,804,805,807,807,808,808,809,809,810,810,810,812,812,813,813,816,816,817,818,818,818,819,819,821,821,822,823,825,826,826,826,826,826,827,829,830,831,831,831,832,832,835,838,839,840,842,842,842,843,843,844,847,848,848,849,849,850,851,851,853,853,853,854,855,856,858,858,860,860,861,861,862,862,864,865,865,866,866,867,869,870,870,871,871,873,877,878,878,879,880,882,882,883,885,886,887,888,889,890,891,891,891,892,893,893,894,895,896,897,898,903,906,907,907,909,910,910,910,911,912,912,912,915,916,917,918,918,918,919,919,920,921,924,924,926,926,927,928,928,929,929,930,931,933,934,934,936,938,939,940,940,940,940,941,942,942,942,943,943,944,945,945,946,946,946,948,948,949,951,951,953,954,954,955,956,957,959,959,961,961,961,963,963,965,965,967,968,968,972,974,975,977,978,979,980,982,982,983,983,984,984,984,985,985,986,988,988,990,993,995,995,995,1000,1001,1001,1001,1002,1004,1006,1006,1007,1007,1008,1008,1009,1010,1011,1011,1012,1012,1012,1013,1014,1015,1015,1016,1016,1018,1018,1020,1024,1024,1025,1027,1027,1027,1027,1027,1028,1028,1030,1032,1033,1034,1035,1036,1037,1040,1040,1041,1041,1041,1041,1044,1045,1045,1045,1046,1046,1047,1047,1048,1049,1049,1050,1050,1051,1052,1053,1054,1054,1054,1056,1058,1058,1061,1063,1064,1065,1065,1067,1068,1068,1071,1072,1072,1073,1075,1075,1076,1079,1079,1082,1082,1082,1082,1082,1083,1083,1085,1086,1087,1087,1087,1089,1089,1089,1090,1090,1091,1092,1093,1095,1097,1099,1100,1102,1103,1104,1106,1107,1108,1109,1109,1110,1110,1113,1115,1116,1117,1118,1119,1121,1123,1124,1125,1132,1132,1132,1132,1135,1136,1138,1139,1140,1140,1140,1141,1141,1145,1148,1150,1150,1153,1153,1154,1154,1156,1156,1157,1158,1160,1164,1166,1167,1167,1169,1169,1170,1171,1171,1171,1173,1173,1175,1175,1175,1175,1177,1177,1179,1181,1182,1183,1184,1185,1190,1192,1194,1194,1195,1195,1196,1196,1196,1197,1197,1198,1199,1200,1201,1201,1202,1202,1202,1202,1204,1204,1205,1206,1206,1207,1207,1208,1208,1208,1208,1208,1210,1210,1210,1211,1213,1214,1215,1216,1217,1220,1220,1221,1221,1221,1223,1223,1225,1225,1227,1228,1228,1229,1229,1232,1232,1233,1233,1234,1236,1236,1236,1237,1237,1238,1240,1240,1240,1240,1241,1241,1242,1243,1243,1244,1244,1244,1245,1245,1245,1246,1247,1247,1250,1254,1254,1255,1257,1257,1257,1258,1260,1260,1263,1263,1265,1266,1268,1269,1269,1269,1269,1273,1273,1276,1276,1278,1278,1279,1279,1281,1282,1284,1284,1286,1288,1289,1289,1294,1295,1296,1298,1298,1299,1299,1300,1301,1301,1302,1302,1303,1305,1305,1306,1306,1306,1307,1307,1311,1312,1313,1313,1314,1315,1315,1317,1317,1318,1320,1321,1321,1321,1322,1323,1323,1324,1324,1324,1326,1326,1326,1327,1329,1329,1330,1331,1332,1332,1332,1332,1334,1337,1340,1340,1341,1341,1342,1347,1348,1348,1349,1350,1352,1352,1352,1353,1354,1355,1356,1357,1357,1358,1360,1360,1361,1361,1363,1364,1364,1364,1365,1365,1365,1366,1366,1367,1369,1369,1369,1370,1370,1372,1372,1373,1375,1376,1377,1378,1380,1381,1382,1382,1384,1386,1388,1388,1388,1391,1394,1395,1395,1395,1397,1397,1398,1399,1400,1400,1401,1401,1403,1404,1404,1405,1405,1406,1407,1407,1407,1409,1411,1412,1413,1414,1414,1414,1415,1417,1417,1418,1418,1418,1419,1419,1420,1422,1424,1426,1427,1428,1429,1429,1430,1431,1435,1437,1437,1438,1440,1440,1440,1441,1441,1442,1443,1444,1444,1446,1449,1450,1450,1450,1451,1453,1455,1456,1456,1456,1458,1460,1461,1463,1464,1466,1467,1468,1468,1468,1469,1470,1471,1472,1472,1473,1476,1477,1477,1478,1479,1479,1479,1480,1480,1481,1482,1485,1485,1486,1487,1487,1488,1489,1490,1491,1493,1493,1493,1495,1496,1496,1498,1499,1499,1499,1500,1502,1503,1504,1504,1505,1507,1507,1507,1507,1511,1512,1514,1514,1514,1514,1514,1515,1517,1517,1518,1519,1519,1524,1526,1527,1532,1539,1539,1542,1542,1542,1543,1543,1545,1545,1547,1547,1547,1549,1550,1550,1552,1552,1552,1554,1554,1554,1557,1558,1561,1563,1565,1566,1568,1569,1570,1570,1571,1572,1572,1573,1573,1574,1576,1576,1578,1579,1580,1580,1580,1581,1581,1583,1584,1584,1585,1585,1585,1586,1587,1588,1588,1588,1589,1589,1591,1591,1592,1593,1595,1595,1595,1596,1596,1597,1597,1599,1600,1603,1604,1604,1605,1605,1607,1607,1608,1609,1611,1612,1613,1613,1614,1615,1615,1616,1617,1617,1617,1618,1621,1622,1622,1623,1623,1624,1624,1624,1625,1625,1625,1627,1628,1628,1628,1631,1632,1633,1633,1633,1633,1634,1636,1636,1638,1638,1639,1640,1641,1641,1642,1643,1645,1645,1646,1646,1647,1647,1648,1649,1649,1649,1650,1650,1652,1652,1654,1656,1657,1659,1660,1662,1664,1664,1668,1670,1670,1671,1672,1672,1674,1674,1675,1675,1676,1676,1677,1678,1680,1682,1684,1684,1687,1687,1689,1689,1689,1692,1692,1693,1694,1695,1697,1697,1698,1699,1700,1700,1701,1702,1702,1703,1705,1706,1706,1707,1707,1710,1711,1712,1713,1714,1714,1716,1716,1716,1717,1717,1717,1718,1719,1720,1722,1722,1722,1722,1722,1723,1724,1724,1725,1726,1729,1729,1731,1731,1731,1732,1733,1735,1736,1736,1739,1741,1742,1742,1742,1742,1743,1743,1744,1748,1749,1750,1750,1752,1753,1753,1754,1756,1756,1757,1758,1758,1758,1760,1761,1762,1764,1764,1766,1766,1766,1768,1768,1769,1772,1773,1773,1773,1773,1773,1774,1774,1774,1775,1776,1777,1779,1782,1783,1783,1784,1786,1787,1789,1789,1790,1790,1790,1792,1793,1793,1795,1795,1798,1798,1799,1800,1800,1801,1803,1803,1804,1804,1804,1805,1806,1807,1807,1808,1809,1809,1809,1809,1810,1810,1812,1812,1812,1813,1815,1815,1816,1816,1816,1816,1818,1819,1819,1820,1822,1822,1824,1825,1826,1827,1827,1829,1829,1831,1831,1831,1832,1835,1835,1835,1836,1837,1838,1838,1839,1843,1843,1845,1846,1847,1847,1849,1849,1850,1850,1850,1852,1854,1855,1856,1857,1858,1858,1860,1862,1865,1866,1866,1867,1867,1868,1869,1870,1870,1872,1873,1873,1874,1876,1876,1878,1878,1879,1879,1879,1882,1888,1888,1889,1889,1890,1893,1895,1895,1898,1900,1901,1901,1902,1903,1903,1903,1904,1905,1905,1907,1907,1908,1908,1909,1910,1912,1913,1914,1914,1915,1916,1916,1918,1918,1918,1919,1921,1921,1922,1924,1925,1925,1926,1926,1926,1926,1927,1928,1928,1928,1929,1930,1930,1931,1931,1931,1932,1933,1934,1934,1936,1936,1937,1937,1937,1938,1938,1941,1942,1942,1944,1946,1949,1950,1956,1958,1958,1958,1959,1959,1964,1964,1965,1966,1967,1968,1968,1969,1969,1969,1971,1971,1971,1973,1974,1974,1974,1974,1976,1976,1977,1977,1977,1978,1978,1979,1979,1980,1980,1980,1980,1981,1983,1983,1984,1984,1985,1987,1988,1988,1988,1988,1989,1989,1989,1990,1990,1991,1992,1992,1992,1994,1994,1995,1995,1995,1996,1996,1996,1996,2000,2000,2001,2001,2002,2003,2003,2003,2004,2005,2005,2005,2005,2006,2007,2008,2008,2009,2009,2011,2012,2012,2012,2012,2013,2015,2015,2015,2015,2016,2019,2019,2020,2021,2021,2025,2025,2027,2030,2030,2030,2030,2030,2031,2032,2033,2033,2034,2037,2037,2037,2037,2039,2039,2042,2042,2044,2044,2044,2045,2047,2047,2049,2051,2053,2053,2053,2053,2054,2054,2054,2055,2057,2059,2060,2061,2062,2063,2063,2063,2063,2064,2064,2065,2065,2066,2067,2068,2070,2072,2072,2073,2073,2076,2077,2078,2078,2080,2082,2082,2084,2084,2085,2085,2088,2090,2092,2093,2093,2093,2096,2097,2098,2098,2099,2100,2101,2101,2102,2103,2103,2104,2104,2105,2110,2111,2112,2113,2113,2114,2114,2114,2115,2116,2117,2120,2121,2121,2124,2124,2125,2126,2128,2128,2129,2129,2131,2131,2131,2133,2133,2134,2134,2135,2135,2136,2137,2137,2137,2138,2139,2140,2142,2142,2143,2143,2144,2144,2145,2145,2146,2147,2148,2148,2149,2149,2151,2151,2151,2152,2153,2155,2156,2156,2156,2157,2157,2157,2158,2158,2159,2160,2161,2161,2165,2165,2166,2166,2167,2168,2169,2171,2173,2173,2173,2173,2174,2174,2175,2177,2180,2180,2181,2182,2183,2184,2184,2184,2184,2186,2186,2188,2188,2190,2192,2192,2192,2192,2193,2193,2193,2193,2194,2194,2195,2195,2197,2198,2200,2201,2202,2202,2203,2205,2206,2206,2208,2210,2212,2213,2213,2213,2213,2214,2215,2217,2218,2220,2220,2221,2221,2221,2222,2222,2223,2223,2223,2223,2224,2224,2226,2226,2226,2227,2227,2228,2229,2229,2232,2232,2234,2234,2235,2235,2235,2235,2236,2237,2237,2238,2238,2239,2239,2241,2243,2243,2244,2245,2246,2247,2248,2250,2251,2252,2256,2257,2258,2260,2261,2262,2262,2263,2263,2264,2264,2266,2266,2267,2267,2268,2269,2270,2271,2272,2272,2276,2276,2277,2278,2278,2279,2279,2280,2283,2286,2286,2286,2286,2287,2287,2288,2289,2289,2290,2291,2291,2294,2295,2296,2296,2298,2299,2300,2300,2302,2304,2306,2307,2307,2309,2313,2313,2315,2317,2318,2318,2321,2323,2324,2325,2325,2326,2326,2327,2328,2328,2329,2330,2333,2333,2333,2334,2336,2339,2340,2341,2342,2343,2344,2345,2346,2346,2349,2352,2352,2352,2354,2354,2355,2356,2356,2359,2362,2363,2363,2365,2365,2365,2366,2368,2369,2369,2371,2374,2374,2376,2376,2376,2378,2382,2382,2383,2384,2385,2386,2387,2387,2390,2391,2391,2393,2395,2397,2399,2399,2399,2400,2401,2401,2403,2406,2407,2407,2408,2410,2412,2413,2413,2413,2413,2413,2415,2415,2418,2419,2420,2420,2421,2421,2423,2424,2424,2426,2427,2428,2428,2429,2430,2431,2431,2434,2436,2437,2438,2439,2440,2441,2442,2443,2443,2445,2446,2447,2448,2448,2449,2449,2449,2450,2452,2452,2453,2454,2454,2454,2454,2455,2459,2460,2460,2461,2462,2463,2464,2465,2465,2467,2467,2467,2468,2469,2469,2471,2471,2472,2472,2474,2475,2475,2475,2476,2476,2478,2478,2481,2481,2483,2483,2483,2484,2484,2485,2485,2486,2486,2486,2487,2487,2489,2489,2490,2491,2491,2492,2493,2494,2497,2498,2499,2499,2500,2501,2502,2502,2504,2504,2506,2507,2509,2509,2509,2511,2511,2512,2512,2514,2514,2515,2515,2517,2518,2518,2518,2518,2519,2520,2520,2522,2522,2523,2523,2523,2525,2526,2527,2528,2528,2529,2530,2532,2533,2533,2533,2535,2535,2535,2537,2539,2539,2539,2541,2541,2543,2543,2543,2543,2544,2544,2544,2546,2546,2547,2548,2549,2554,2554,2556,2556,2561,2567,2569,2572,2573,2574,2574,2576,2577,2579,2580,2582,2584,2584,2585,2585,2585,2586,2588,2588,2590,2592,2592,2594,2594,2595,2595,2597,2597,2599,2600,2601,2603,2605,2605,2607,2609,2609,2610,2611,2613,2613,2614,2616,2617,2618,2619,2620,2620,2620,2623,2625,2625,2627,2627,2628,2629,2630,2630,2631,2631,2634,2635,2637,2638,2638,2639,2640,2640,2641,2642,2645,2645,2646,2647,2649,2650,2652,2653,2653,2655,2655,2657,2657,2658,2662,2663,2664,2665,2665,2665,2667,2667,2667,2668,2668,2669,2670,2671,2671,2673,2673,2674,2674,2679,2680,2681,2681,2683,2685,2685,2686,2688,2688,2688,2690,2691,2691,2692,2693,2694,2694,2694,2695,2695,2697,2699,2700,2701,2702,2702,2703,2704,2705,2706,2707,2707,2707,2708,2708,2710,2710,2711,2711,2716,2716,2716,2716,2716,2717,2717,2718,2718,2721,2721,2723,2723,2724,2725,2726,2730,2732,2734,2735,2736,2736,2737,2738,2742,2742,2743,2746,2748,2750,2751,2751,2755,2756,2757,2757,2758,2760,2762,2766,2767,2767,2768,2768,2769,2769,2770,2771,2772,2773,2773,2775,2775,2775,2776,2777,2778,2781,2782,2783,2784,2784,2785,2786,2786,2786,2787,2788,2789,2795,2795,2796,2800,2802,2803,2806,2807,2807,2808,2809,2811,2812,2812,2812,2813,2813,2814,2817,2819,2819,2819,2821,2822,2823,2824,2825,2826,2829,2831,2832,2832,2832,2832,2833,2833,2833,2833,2833,2833,2833,2835,2835,2835,2836,2840,2840,2843,2843,2844,2844,2845,2845,2846,2848,2851,2854,2855,2855,2855,2856,2857,2858,2860,2860,2860,2861,2862,2863,2865,2865,2868,2869,2870,2871,2873,2874,2876,2876,2877,2877,2877,2879,2879,2879,2879,2880,2883,2883,2887,2887,2890,2890,2892,2895,2898,2899,2900,2901,2903,2903,2903,2903,2903,2907,2908,2909,2909,2909,2910,2911,2917,2918,2919,2919,2919,2922,2923,2923,2924,2927,2928,2928,2930,2930,2932,2932,2933,2933,2934,2934,2935,2935,2936,2937,2937,2937,2938,2938,2938,2938,2941,2941,2942,2944,2945,2945,2946,2946,2947,2949,2950,2952,2953,2954,2956,2958,2959,2959,2959,2959,2960,2961,2961,2961,2965,2965,2967,2967,2968,2969,2969,2970,2970,2971,2972,2972,2973,2975,2975,2975,2976,2977,2977,2978,2979,2979,2981,2982,2984,2984,2984,2986,2989,2990,2991,2992,2992,2993,2994,2995,2996,2996,2997,2997,2999,2999,2999,3000,3000,3000,3002,3002,3003,3005,3009,3013,3014,3015,3016,3017,3018,3018,3019,3020,3023,3024,3025,3025,3025,3027,3029,3031,3031,3032,3034,3035,3036,3036,3037,3038,3038,3039,3041,3042,3042,3043,3045,3046,3049,3050,3051,3051,3057,3061,3061,3061,3062,3062,3065,3066,3067,3067,3072,3072,3073,3074,3076,3077,3078,3078,3081,3081,3085,3086,3087,3091,3094,3094,3095,3095,3096,3096,3097,3099,3100,3100,3101,3102,3102,3102,3104,3104,3104,3104,3108,3108,3109,3110,3111,3111,3112,3112,3115,3116,3118,3119,3119,3120,3121,3121,3122,3123,3123,3123,3125,3126,3127,3128,3128,3129,3130,3131,3132,3132,3133,3135,3135,3135,3136,3137,3138,3139,3139,3142,3145,3146,3147,3147,3148,3149,3149,3150,3150,3150,3151,3153,3153,3155,3155,3158,3159,3161,3162,3163,3163,3164,3164,3165,3165,3166,3168,3168,3169,3170,3170,3171,3172,3173,3174,3175,3175,3177,3178,3178,3179,3179,3181,3183,3186,3188,3188,3189,3189,3189,3189,3189,3189,3190,3190,3197,3197,3198,3198,3198,3199,3200,3203,3203,3204,3205,3205,3207,3209,3209,3209,3210,3211,3213,3213,3214,3215,3216,3216,3219,3221,3221,3222,3222,3223,3223,3223,3224,3225,3226,3226,3227,3229,3231,3232,3232,3232,3233,3233,3233,3235,3238,3239,3239,3239,3240,3240,3242,3243,3243,3243,3243,3245,3246,3247,3249,3249,3249,3249,3250,3250,3251,3251,3252,3252,3252,3253,3253,3256,3256,3258,3259,3259,3260,3260,3261,3262,3262,3263,3263,3267,3268,3268,3268,3268,3271,3272,3277,3278,3278,3278,3278,3280,3280,3281,3281,3284,3287,3287,3290,3291,3292,3292,3292,3295,3296,3298,3299,3301,3301,3302,3302,3303,3303,3304,3304,3305,3306,3308,3310,3311,3311,3312,3312,3313,3314,3314,3315,3316,3318,3319,3319,3319,3320,3320,3321,3322,3322,3322,3324,3325,3326,3328,3328,3331,3332,3333,3333,3333,3335,3336,3336,3337,3340,3343,3344,3344,3344,3345,3347,3347,3348,3350,3352,3352,3353,3354,3355,3356,3357,3358,3358,3359,3359,3359,3359,3360,3362,3364,3364,3365,3368,3369,3371,3371,3371,3372,3373,3374,3375,3378,3378,3379,3379,3379,3379,3383,3383,3383,3383,3385,3386,3388,3388,3389,3389,3391,3392,3394,3395,3395,3396,3396,3397,3397,3398,3398,3400,3401,3405,3405,3405,3405,3411,3412,3414,3416,3416,3416,3416,3418,3418,3419,3419,3421,3422,3423,3426,3427,3427,3430,3431,3436,3438,3438,3439,3440,3441,3441,3443,3445,3447,3448,3449,3450,3450,3452,3453,3454,3454,3455,3455,3455,3456,3459,3459,3460,3461,3462,3464,3465,3465,3465,3466,3466,3466,3466,3467,3468,3471,3472,3472,3472,3474,3475,3475,3475,3476,3477,3477,3481,3482,3485,3485,3486,3486,3487,3490,3490,3492,3492,3495,3496,3497,3499,3499,3500,3500,3501,3502,3504,3506,3507,3508,3508,3508,3510,3514,3516,3516,3517,3519,3519,3520,3524,3526,3528,3529,3530,3530,3530,3530,3531,3531,3533,3535,3537,3538,3539,3539,3540,3540,3542,3544,3545,3546,3547,3548,3548,3550,3552,3553,3555,3555,3556,3556,3557,3557,3557,3558,3561,3561,3563,3563,3567,3568,3568,3568,3569,3569,3569,3572,3573,3573,3574,3574,3574,3575,3577,3578,3579,3579,3580,3582,3583,3583,3583,3584,3584,3585,3585,3586,3587,3587,3589,3590,3590,3595,3597,3597,3599,3603,3603,3603,3606,3607,3608,3609,3610,3610,3610,3612,3613,3614,3620,3621,3621,3621,3622,3623,3626,3628,3628,3629,3629,3631,3632,3632,3632,3636,3637,3637,3638,3638,3638,3638,3639,3640,3640,3640,3642,3642,3642,3643,3646,3649,3650,3650,3651,3651,3652,3652,3653,3656,3656,3658,3658,3658,3658,3660,3660,3661,3663,3663,3664,3664,3664,3669,3670,3670,3671,3674,3675,3676,3677,3677,3677,3678,3680,3680,3681,3681,3684,3685,3685,3686,3688,3689,3690,3691,3692,3692,3692,3692,3692,3692,3693,3694,3695,3695,3695,3695,3696,3697,3698,3699,3699,3700,3702,3703,3704,3705,3706,3706,3706,3708,3708,3709,3714,3714,3715,3716,3716,3717,3717,3718,3718,3719,3719,3719,3720,3720,3720,3721,3722,3725,3725,3725,3727,3727,3728,3729,3731,3734,3735,3735,3738,3739,3740,3747,3748,3748,3750,3750,3751,3752,3753,3757,3758,3758,3758,3759,3761,3764,3764,3764,3766,3767,3768,3773,3774,3774,3775,3775,3776,3777,3781,3782,3783,3783,3784,3784,3785,3786,3789,3790,3791,3793,3794,3795,3795,3797,3799,3800,3803,3805,3807,3812,3812,3812,3813,3813,3814,3814,3814,3815,3815,3815,3817,3818,3818,3818,3818,3819,3824,3824,3825,3825,3826,3827,3827,3827,3827,3828,3829,3830,3830,3831,3832,3833,3833,3834,3834,3835,3837,3839,3839,3839,3839,3840,3840,3841,3843,3843,3844,3847,3847,3850,3851,3852,3853,3854,3855,3855,3856,3857,3859,3860,3860,3862,3862,3865,3867,3868,3868,3869,3869,3870,3873,3873,3874,3875,3876,3876,3880,3882,3882,3882,3882,3884,3884,3886,3887,3888,3890,3890,3892,3893,3893,3894,3895,3895,3897,3897,3897,3899,3899,3899,3900,3900,3900,3900,3900,3901,3901,3902,3903,3908,3908,3910,3910,3911,3912,3912,3913,3914,3917,3917,3917,3917,3918,3921,3921,3921,3922,3923,3924,3924,3925,3927,3927,3929,3931,3931,3934,3934,3935,3937,3941,3941,3943,3943,3943,3944,3947,3948,3948,3949,3949,3949,3950,3951,3951,3951,3956,3957,3957,3958,3958,3961,3962,3964,3965,3965,3967,3967,3970,3970,3972,3974,3974,3977,3978,3978,3979,3980,3981,3982,3984,3984,3984,3986,3986,3987,3987,3987,3989,3991,3992,3992,3993,3996,3996,3997,3999,4000,4002,4003,4003,4003,4005,4007,4008,4008,4010,4011,4016,4018,4019,4019,4020,4021,4023,4023,4024,4025,4027,4028,4028,4030,4031,4032,4032,4036,4036,4037,4037,4038,4039,4041,4041,4043,4043,4043,4046,4049,4049,4049,4050,4051,4052,4053,4054,4054,4057,4058,4059,4059,4059,4060,4060,4061,4062,4063,4063,4063,4064,4064,4065,4065,4068,4068,4069,4069,4072,4072,4073,4073,4074,4074,4075,4076,4077,4077,4078,4078,4078,4080,4080,4080,4082,4082,4082,4082,4083,4085,4085,4086,4087,4088,4089,4089,4092,4092,4094,4095,4095,4096,4096,4096,4097,4099,4099,4105,4106,4106,4107,4109,4111,4112,4112,4114,4114,4115,4117,4119,4119,4120,4122,4123,4123,4123,4124,4126,4127,4127,4128,4128,4129,4129,4131,4131,4132,4133,4133,4137,4137,4139,4139,4140,4140,4141,4142,4143,4143,4144,4145,4145,4147,4148,4148,4149,4149,4151,4151,4152,4153,4155,4156,4157,4160,4162,4162,4163,4165,4167,4167,4167,4169,4169,4172,4174,4177,4177,4177,4177,4178,4180,4180,4180,4181,4182,4183,4183,4183,4184,4184,4186,4188,4188,4188,4189,4190,4191,4191,4191,4192,4193,4194,4196,4197,4197,4198,4198,4198,4199,4200,4201,4201,4201,4202,4205,4207,4207,4208,4208,4208,4212,4213,4214,4216,4216,4217,4218,4220,4220,4220,4221,4221,4221,4222,4224,4225,4225,4226,4227,4227,4228,4229,4231,4232,4235,4236,4237,4239,4239,4240,4240,4242,4243,4243,4244,4247,4248,4248,4249,4249,4250,4250,4251,4252,4254,4255,4258,4258,4258,4259,4259,4260,4262,4263,4267,4267,4267,4268,4268,4269,4269,4271,4271,4272,4273,4273,4274,4275,4276,4276,4276,4277,4277,4278,4280,4280,4280,4280,4281,4282,4283,4284,4285,4287,4288,4289,4290,4290,4290,4291,4291,4293,4293,4294,4296,4296,4296,4297,4298,4298,4299,4300,4302,4303,4305,4307,4307,4308,4308,4309,4309,4310,4313,4313,4315,4315,4315,4316,4318,4319,4319,4320,4321,4322,4323,4323,4324,4325,4325,4325,4326,4326,4326,4328,4330,4330,4333,4333,4335,4336,4337,4338,4338,4340,4341,4343,4343,4345,4345,4346,4347,4347,4349,4350,4350,4351,4353,4353,4355,4355,4357,4358,4359,4360,4361,4361,4362,4362,4363,4364,4365,4366,4366,4366,4367,4369,4374,4376,4376,4377,4377,4377,4378,4380,4389,4389,4390,4390,4391,4391,4392,4392,4395,4397,4400,4402,4403,4405,4405,4405,4406,4406,4407,4408,4408,4409,4411,4412,4413,4415,4415,4415,4416,4416,4417,4417,4418,4419,4421,4421,4422,4425,4425,4426,4428,4428,4428,4429,4430,4432,4433,4434,4434,4435,4437,4437,4438,4440,4441,4442,4442,4442,4444,4444,4445,4445,4445,4447,4448,4448,4449,4453,4453,4454,4457,4459,4460,4461,4462,4463,4464,4464,4465,4465,4465,4467,4467,4470,4470,4472,4472,4472,4475,4475,4477,4477,4478,4480,4480,4481,4481,4483,4486,4488,4490,4493,4494,4495,4496,4497,4498,4498,4499,4500,4502,4503,4503,4503,4504,4504,4506,4510,4511,4511,4512,4512,4514,4514,4515,4517,4518,4518,4518,4521,4521,4521,4523,4523,4526,4526,4527,4528,4530,4531,4532,4532,4532,4533,4535,4535,4538,4539,4541,4542,4542,4542,4544,4546,4547,4547,4550,4550,4550,4550,4551,4551,4552,4552,4554,4557,4557,4558,4559,4563,4563,4564,4565,4566,4567,4569,4571,4571,4571,4571,4574,4574,4576,4576,4577,4577,4577,4578,4578,4578,4579,4580,4581,4582,4583,4584,4586,4587,4587,4589,4590,4590,4591,4593,4596,4596,4599,4599,4600,4602,4604,4604,4606,4607,4609,4610,4610,4612,4615,4616,4619,4620,4621,4621,4623,4624,4625,4626,4628,4633,4634,4635,4635,4635,4636,4636,4637,4638,4638,4638,4640,4642,4642,4642,4643,4644,4645,4645,4645,4646,4649,4652,4654,4654,4657,4658,4659,4659,4660,4661,4661,4662,4663,4663,4664,4665,4666,4667,4668,4669,4669,4670,4671,4678,4681,4682,4682,4683,4684,4685,4685,4685,4687,4688,4690,4691,4691,4694,4694,4695,4695,4695,4698,4698,4699,4700,4700,4703,4704,4704,4705,4706,4706,4706,4707,4708,4708,4715,4716,4716,4717,4718,4719,4720,4721,4722,4723,4725,4725,4726,4728,4729,4729,4731,4732,4733,4735,4736,4741,4741,4742,4742,4742,4742,4742,4743,4743,4744,4744,4746,4747,4748,4749,4750,4750,4751,4752,4752,4758,4759,4760,4761,4761,4762,4762,4762,4762,4762,4762,4764,4764,4764,4765,4765,4766,4766,4767,4768,4768,4769,4771,4771,4771,4772,4773,4774,4775,4776,4776,4777,4781,4782,4785,4786,4789,4789,4790,4791,4792,4792,4794,4795,4796,4796,4797,4799,4801,4804,4805,4807,4807,4807,4807,4808,4808,4808,4811,4811,4814,4814,4814,4814,4815,4815,4816,4816,4816,4817,4818,4822,4822,4823,4824,4826,4827,4827,4827,4828,4832,4832,4832,4835,4835,4838,4838,4839,4839,4841,4841,4842,4842,4842,4845,4846,4847,4847,4848,4849,4850,4852,4852,4856,4856,4857,4861,4861,4862,4864,4865,4865,4866,4866,4869,4869,4869,4869,4869,4871,4871,4872,4873,4873,4873,4875,4875,4875,4875,4876,4876,4876,4877,4877,4877,4877,4879,4880,4881,4883,4886,4887,4887,4888,4890,4890,4891,4891,4892,4893,4893,4894,4895,4896,4897,4898,4900,4904,4904,4904,4906,4907,4907,4908,4908,4910,4911,4911,4911,4912,4912,4912,4914,4914,4916,4916,4917,4917,4917,4917,4919,4921,4922,4923,4925,4926,4927,4928,4929,4931,4932,4932,4933,4934,4934,4934,4936,4938,4938,4941,4941,4942,4942,4942,4942,4942,4944,4945,4946,4946,4947,4947,4948,4951,4952,4952,4953,4955,4956,4956,4957,4957,4957,4958,4959,4960,4960,4960,4961,4963,4964,4964,4965,4965,4966,4966,4967,4968,4968,4969,4969,4970,4970,4970,4970,4970,4971,4973,4973,4974,4974,4975,4976,4976,4976,4977,4978,4979,4979,4980,4980,4981,4981,4982,4982,4983,4983,4984,4986,4987,4989,4990,4994,4994,4997,4997,4999,5000,5001,5004,5006,5009,5009,5009,5010,5010,5010,5016,5018,5021,5022,5024,5024,5025,5025,5027,5027,5027,5027,5028,5028,5029,5029,5029,5030,5031,5032,5033,5033,5033,5035,5035,5038,5038,5039,5040,5041,5041,5041,5041,5041,5044,5044,5047,5047,5048,5049,5050,5050,5051,5051,5051,5053,5053,5055,5056,5059,5061,5061,5062,5064,5065,5068,5070,5072,5073,5073,5073,5073,5074,5076,5078,5078,5078,5079,5080,5080,5082,5083,5084,5085,5086,5087,5087,5088,5089,5089,5091,5092,5094,5095,5096,5097,5098,5099,5100,5100,5102,5104,5105,5108,5108,5109,5111,5111,5112,5115,5120,5121,5122,5124,5126,5128,5129,5134,5135,5137,5139,5139,5140,5141,5141,5141,5144,5145,5145,5145,5146,5148,5148,5148,5149,5149,5150,5151,5151,5152,5152,5153,5153,5154,5154,5155,5157,5158,5161,5163,5165,5166,5166,5168,5168,5168,5169,5172,5173,5173,5175,5176,5177,5180,5180,5181,5182,5184,5188,5188,5189,5190,5192,5192,5193,5194,5195,5196,5200,5201,5201,5203,5204,5205,5207,5208,5208,5210,5211,5214,5216,5217,5217,5219,5221,5222,5223,5224,5225,5225,5226,5226,5226,5227,5234,5234,5235,5235,5235,5235,5236,5238,5238,5238,5240,5241,5243,5243,5244,5244,5246,5246,5246,5248,5249,5250,5251,5252,5252,5254,5254,5255,5257,5257,5258,5259,5259,5260,5260,5261,5263,5263,5265,5265,5266,5267,5268,5271,5271,5272,5273,5274,5276,5277,5277,5278,5281,5282,5282,5283,5284,5284,5285,5285,5285,5288,5290,5290,5290,5291,5291,5292,5294,5295,5297,5299,5299,5299,5300,5300,5301,5301,5301,5302,5303,5303,5307,5307,5309,5310,5311,5311,5312,5314,5315,5315,5315,5315,5318,5320,5323,5323,5325,5327,5327,5328,5329,5329,5331,5331,5331,5333,5335,5339,5339,5340,5343,5343,5344,5344,5345,5346,5352,5353,5354,5355,5358,5359,5362,5363,5363,5363,5364,5365,5366,5367,5368,5369,5370,5371,5374,5374,5375,5376,5378,5378,5380,5380,5380,5382,5383,5384,5386,5386,5387,5387,5387,5387,5389,5389,5389,5389,5390,5391,5392,5392,5393,5393,5394,5394,5396,5396,5398,5400,5400,5401,5401,5403,5404,5405,5407,5408,5408,5410,5411,5413,5414,5414,5418,5418,5418,5420,5420,5420,5421,5421,5422,5422,5423,5423,5423,5423,5424,5424,5426,5426,5427,5429,5429,5429,5430,5431,5432,5433,5434,5434,5437,5437,5437,5441,5441,5442,5442,5442,5442,5442,5442,5443,5444,5444,5446,5446,5449,5449,5451,5452,5452,5452,5454,5456,5458,5461,5462,5464,5465,5466,5467,5470,5470,5470,5471,5471,5472,5472,5474,5477,5477,5477,5477,5478,5478,5479,5480,5480,5481,5482,5482,5484,5486,5486,5487,5489,5489,5489,5490,5490,5492,5494,5494,5496,5497,5497,5499,5503,5505,5507,5508,5509,5509,5510,5512,5512,5513,5515,5515,5517,5517,5517,5517,5517,5519,5521,5521,5522,5522,5523,5524,5526,5526,5527,5529,5531,5531,5533,5533,5534,5536,5536,5537,5537,5539,5544,5545,5547,5548,5548,5548,5548,5549,5549,5552,5555,5555,5558,5560,5560,5561,5562,5563,5563,5565,5565,5566,5567,5567,5570,5571,5572,5573,5574,5575,5575,5578,5580,5580,5583,5584,5586,5586,5589,5593,5593,5594,5595,5596,5597,5597,5599,5600,5601,5601,5603,5604,5607,5608,5609,5611,5612,5613,5614,5614,5614,5615,5616,5618,5619,5619,5620,5620,5620,5622,5622,5623,5623,5624,5624,5624,5624,5626,5626,5627,5627,5628,5628,5629,5630,5630,5631,5631,5633,5633,5634,5635,5638,5639,5640,5643,5646,5647,5648,5648,5650,5650,5650,5653,5653,5657,5658,5659,5660,5662,5662,5666,5667,5668,5669,5669,5671,5671,5671,5671,5671,5672,5672,5674,5679,5679,5680,5681,5681,5681,5683,5684,5688,5689,5693,5693,5693,5694,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5705,5706,5707,5711,5711,5711,5713,5713,5715,5716,5717,5718,5718,5719,5721,5724,5724,5725,5725,5726,5727,5727,5728,5729,5730,5730,5730,5732,5733,5733,5734,5736,5737,5739,5739,5742,5743,5743,5745,5745,5747,5748,5749,5750,5753,5755,5755,5756,5759,5759,5760,5760,5761,5763,5764,5765,5765,5765,5766,5767,5767,5768,5768,5770,5772,5773,5773,5774,5774,5774,5775,5776,5777,5778,5778,5780,5782,5782,5782,5782,5784,5787,5790,5791,5791,5792,5793,5793,5794,5795,5798,5798,5798,5802,5803,5803,5803,5804,5806,5808,5809,5810,5811,5813,5817,5817,5819,5820,5820,5822,5822,5822,5824,5824,5825,5826,5827,5827,5830,5831,5833,5834,5834,5835,5837,5838,5839,5840,5840,5841,5842,5843,5844,5844,5845,5846,5846,5847,5848,5848,5849,5849,5850,5850,5851,5851,5851,5851,5852,5852,5854,5854,5855,5858,5858,5860,5860,5860,5865,5865,5866,5868,5869,5870,5871,5871,5871,5872,5874,5874,5875,5876,5877,5877,5878,5879,5879,5879,5879,5880,5880,5880,5880,5882,5882,5885,5885,5886,5887,5888,5889,5889,5891,5891,5892,5894,5895,5896,5896,5899,5901,5904,5906,5906,5909,5909,5912,5912,5913,5914,5915,5915,5915,5916,5916,5918,5920,5920,5921,5921,5924,5926,5926,5926,5928,5930,5930,5930,5932,5932,5935,5935,5936,5936,5937,5940,5941,5942,5943,5944,5944,5944,5945,5947,5949,5949,5951,5956,5956,5956,5956,5959,5959,5960,5961,5961,5963,5964,5965,5968,5971,5972,5974,5975,5977,5978,5978,5979,5980,5980,5981,5982,5983,5985,5986,5986,5987,5989,5990,5991,5991,5991,5991,5995,5995,5995,5996,5996,5997,5997,5997,5998,5999,6000,6000,6001,6004,6006,6006,6007,6009,6010,6011,6011,6011,6011,6013,6016,6018,6022,6022,6023,6023,6024,6025,6027,6027,6027,6028,6029,6029,6031,6032,6033,6034,6036,6037,6037,6039,6039,6039,6040,6041,6041,6042,6042,6045,6046,6046,6048,6048,6052,6053,6053,6054,6054,6056,6056,6058,6058,6058,6061,6062,6063,6064,6064,6066,6066,6067,6069,6072,6075,6078,6078,6078,6079,6079,6081,6083,6084,6084,6085,6088,6089,6089,6090,6093,6095,6096,6098,6098,6099,6100,6100,6100,6103,6104,6106,6107,6107,6107,6108,6109,6109,6110,6111,6113,6114,6116,6116,6116,6117,6120,6120,6123,6124,6125,6127,6127,6128,6129,6129,6130,6132,6134,6134,6137,6138,6140,6141,6141,6142,6143,6144,6144,6144,6145,6145,6145,6145,6146,6146,6147,6148,6150,6150,6153,6154,6156,6156,6156,6156,6157,6161,6162,6163,6164,6166,6168,6168,6168,6168,6170,6170,6172,6172,6173,6174,6174,6175,6176,6177,6177,6177,6177,6178,6179,6181,6181,6183,6183,6183,6183,6183,6184,6186,6186,6188,6188,6190,6192,6193,6193,6193,6194,6194,6194,6197,6197,6199,6199,6199,6200,6200,6202,6202,6202,6202,6205,6207,6207,6208,6209,6212,6213,6214,6214,6215,6216,6221,6222,6223,6223,6224,6226,6226,6227,6228,6229,6229,6231,6232,6235,6236,6237,6237,6237,6238,6238,6241,6241,6242,6244,6244,6244,6244,6245,6247,6249,6249,6249,6249,6250,6250,6253,6253,6253,6254,6254,6254,6255,6255,6256,6256,6258,6258,6258,6259,6259,6260,6260,6263,6263,6265,6267,6267,6267,6267,6269,6270,6271,6272,6278,6282,6285,6286,6288,6288,6288,6290,6291,6292,6295,6295,6295,6297,6298,6298,6298,6299,6299,6300,6300,6300,6301,6301,6301,6303,6303,6306,6309,6311,6311,6311,6312,6312,6313,6314,6315,6315,6315,6315,6316,6316,6317,6318,6318,6319,6319,6319,6320,6320,6321,6321,6322,6322,6323,6323,6324,6324,6327,6327,6327,6328,6328,6328,6329,6329,6329,6331,6331,6331,6332,6334,6336,6337,6338,6338,6340,6343,6345,6345,6345,6346,6347,6350,6352,6354,6355,6356,6357,6358,6359,6359,6359,6361,6363,6364,6365,6366,6368,6369,6370,6371,6372,6373,6374,6374,6377,6377,6378,6378,6379,6380,6380,6383,6384,6384,6386,6387,6388,6389,6392,6393,6394,6394,6394,6395,6395,6395,6397,6397,6397,6398,6398,6401,6401,6402,6403,6403,6404,6405,6407,6407,6408,6408,6409,6410,6411,6411,6413,6415,6416,6416,6418,6418,6419,6420,6420,6420,6421,6422,6423,6423,6425,6426,6428,6428,6429,6429,6429,6430,6430,6434,6435,6437,6437,6438,6439,6439,6440,6441,6442,6442,6443,6445,6446,6446,6448,6448,6449,6449,6449,6451,6452,6453,6453,6453,6454,6455,6456,6457,6459,6460,6460,6460,6461,6462,6462,6462,6462,6464,6464,6465,6465,6470,6471,6471,6472,6473,6474,6474,6474,6475,6477,6477,6477,6479,6479,6480,6483,6483,6483,6483,6484,6485,6485,6486,6486,6486,6487,6489,6490,6491,6491,6491,6495,6495,6498,6499,6500,6500,6502,6502,6502,6504,6505,6507,6508,6513,6513,6514,6515,6516,6517,6518,6519,6520,6521,6522,6524,6525,6527,6528,6528,6529,6530,6530,6530,6530,6533,6535,6539,6541,6542,6543,6544,6544,6544,6547,6547,6547,6548,6549,6550,6550,6551,6553,6554,6555,6557,6557,6557,6559,6560,6560,6561,6561,6561,6565,6565,6566,6567,6568,6568,6568,6570,6571,6571,6574,6575,6575,6577,6578,6578,6579,6580,6580,6580,6580,6583,6584,6584,6586,6587,6591,6592,6594,6595,6596,6596,6596,6597,6598,6599,6599,6599,6601,6601,6601,6601,6603,6604,6607,6607,6608,6609,6609,6609,6609,6611,6613,6614,6616,6620,6620,6620,6621,6621,6622,6622,6623,6623,6624,6625,6626,6629,6631,6632,6633,6634,6635,6635,6635,6636,6637,6639,6640,6640,6642,6642,6643,6643,6644,6645,6645,6647,6647,6647,6648,6648,6650,6651,6652,6653,6656,6656,6656,6657,6657,6658,6658,6659,6660,6661,6661,6662,6662,6663,6664,6664,6666,6667,6667,6667,6668,6668,6672,6673,6675,6675,6677,6677,6678,6678,6679,6679,6681,6683,6684,6684,6685,6685,6686,6687,6687,6688,6688,6689,6689,6691,6696,6697,6697,6698,6698,6698,6698,6698,6698,6699,6701,6701,6701,6702,6702,6702,6702,6703,6704,6707,6711,6713,6714,6715,6715,6716,6717,6717,6719,6719,6719,6720,6720,6721,6721,6723,6723,6723,6723,6724,6726,6727,6728,6730,6732,6735,6738,6738,6738,6739,6743,6743,6744,6744,6745,6746,6750,6754,6755,6755,6756,6758,6759,6759,6760,6760,6762,6762,6763,6763,6764,6765,6768,6769,6770,6770,6771,6771,6772,6773,6777,6778,6780,6782,6784,6788,6788,6788,6788,6788,6791,6792,6794,6795,6795,6796,6796,6797,6798,6799,6800,6800,6800,6801,6801,6802,6803,6803,6804,6804,6804,6805,6808,6808,6808,6809,6810,6814,6815,6816,6816,6820,6820,6821,6823,6823,6824,6825,6825,6826,6826,6828,6829,6830,6830,6831,6831,6832,6832,6832,6836,6837,6837,6837,6838,6838,6840,6841,6842,6842,6844,6847,6850,6851,6851,6853,6854,6854,6855,6855,6856,6856,6859,6863,6863,6864,6865,6865,6865,6866,6867,6868,6868,6870,6870,6870,6873,6873,6873,6874,6876,6876,6876,6877,6877,6880,6880,6881,6883,6884,6884,6885,6885,6885,6886,6887,6887,6887,6887,6887,6887,6888,6890,6890,6890,6892,6892,6895,6896,6896,6898,6898,6899,6899,6901,6901,6902,6904,6905,6906,6907,6911,6911,6911,6912,6912,6912,6912,6913,6913,6913,6914,6914,6916,6917,6918,6921,6922,6924,6924,6926,6928,6928,6929,6931,6931,6932,6932,6933,6933,6934,6935,6936,6937,6941,6942,6942,6944,6947,6949,6951,6951,6954,6955,6956,6956,6958,6958,6958,6959,6962,6963,6965,6965,6966,6967,6968,6969,6971,6972,6977,6977,6977,6978,6978,6979,6979,6981,6982,6983,6985,6985,6985,6986,6986,6988,6988,6988,6991,6991,6991,6994,6995,6996,6998,6998,7002,7002,7003,7003,7005,7006,7007,7007,7007,7008,7011,7014,7014,7014,7015,7015,7017,7018,7020,7021,7021,7022,7022,7023,7023,7023,7023,7026,7026,7027,7028,7029,7032,7036,7037,7037,7038,7040,7041,7042,7044,7045,7045,7046,7046,7047,7047,7047,7047,7050,7050,7052,7052,7053,7054,7057,7057,7059,7059,7060,7061,7061,7061,7061,7062,7063,7063,7066,7068,7069,7070,7070,7070,7072,7074,7074,7075,7076,7078,7079,7079,7080,7080,7080,7080,7080,7080,7083,7084,7084,7085,7089,7090,7090,7090,7091,7092,7093,7093,7093,7094,7096,7096,7098,7100,7101,7101,7101,7101,7102,7103,7103,7107,7107,7107,7108,7109,7109,7110,7110,7112,7113,7114,7115,7115,7115,7116,7116,7117,7118,7118,7118,7118,7120,7121,7123,7123,7123,7124,7124,7124,7125,7127,7128,7128,7129,7129,7129,7130,7130,7130,7130,7131,7132,7133,7134,7134,7138,7138,7138,7141,7142,7145,7145,7146,7147,7148,7148,7150,7153,7155,7156,7156,7161,7161,7162,7162,7164,7165,7165,7166,7167,7172,7173,7175,7175,7176,7176,7176,7177,7178,7178,7178,7180,7182,7184,7184,7185,7185,7187,7188,7188,7189,7189,7190,7192,7193,7194,7195,7196,7201,7202,7202,7203,7203,7205,7206,7207,7208,7209,7210,7210,7211,7212,7212,7213,7213,7215,7215,7217,7218,7219,7219,7219,7220,7220,7221,7223,7224,7224,7225,7225,7226,7226,7227,7229,7229,7230,7230,7231,7234,7234,7235,7235,7235,7236,7237,7240,7241,7242,7243,7245,7247,7247,7250,7251,7253,7255,7257,7258,7258,7263,7263,7264,7264,7264,7265,7265,7265,7268,7269,7270,7270,7271,7271,7272,7274,7275,7276,7277,7279,7280,7280,7280,7281,7281,7283,7283,7284,7284,7284,7285,7285,7285,7288,7288,7290,7291,7291,7292,7293,7294,7295,7295,7296,7296,7297,7298,7298,7300,7300,7301,7302,7302,7303,7304,7307,7311,7311,7313,7313,7314,7315,7316,7317,7317,7319,7321,7322,7322,7324,7324,7324,7328,7330,7330,7330,7331,7332,7333,7336,7337,7338,7339,7340,7341,7345,7345,7345,7345,7347,7348,7348,7349,7349,7350,7352,7353,7354,7358,7358,7359,7361,7361,7362,7362,7362,7364,7366,7368,7368,7370,7370,7371,7371,7373,7373,7373,7374,7374,7375,7377,7378,7379,7381,7382,7383,7384,7384,7385,7386,7386,7388,7388,7388,7389,7392,7392,7392,7393,7394,7394,7396,7397,7397,7397,7398,7400,7401,7404,7406,7406,7409,7410,7412,7412,7413,7413,7415,7418,7418,7424,7425,7426,7427,7427,7429,7431,7433,7433,7434,7434,7435,7436,7437,7437,7438,7438,7438,7438,7438,7441,7441,7441,7442,7443,7446,7446,7446,7447,7447,7448,7449,7450,7450,7451,7452,7453,7453,7454,7455,7457,7458,7458,7459,7460,7463,7463,7463,7463,7463,7464,7464,7464,7464,7464,7465,7466,7466,7467,7467,7468,7470,7470,7471,7471,7471,7471,7472,7473,7475,7476,7477,7477,7478,7481,7483,7485,7485,7487,7489,7491,7492,7494,7494,7494,7494,7495,7496,7496,7497,7497,7498,7498,7498,7499,7499,7500,7501,7502,7503,7504,7504,7504,7511,7513,7515,7515,7518,7519,7519,7521,7521,7526,7527,7527,7528,7529,7530,7530,7531,7531,7531,7532,7533,7534,7534,7535,7536,7540,7540,7542,7543,7544,7544,7545,7546,7546,7550,7551,7551,7552,7552,7554,7554,7554,7554,7556,7557,7558,7560,7561,7562,7564,7564,7564,7566,7566,7566,7568,7568,7570,7571,7572,7572,7572,7573,7573,7575,7576,7576,7577,7578,7580,7580,7581,7582,7583,7583,7586,7586,7589,7589,7590,7590,7591,7592,7593,7593,7593,7593,7594,7595,7595,7595,7597,7598,7598,7599,7602,7603,7603,7604,7605,7606,7606,7606,7606,7607,7608,7608,7609,7610,7610,7611,7613,7613,7614,7616,7616,7617,7617,7617,7617,7619,7619,7620,7622,7623,7627,7627,7627,7629,7632,7632,7633,7633,7633,7635,7638,7638,7639,7642,7642,7643,7643,7644,7646,7646,7653,7653,7654,7655,7657,7657,7660,7662,7663,7664,7664,7665,7666,7666,7667,7668,7668,7668,7670,7670,7670,7670,7671,7671,7673,7673,7675,7675,7675,7675,7675,7676,7676,7676,7677,7677,7678,7678,7678,7679,7681,7682,7684,7685,7685,7688,7689,7689,7689,7689,7690,7690,7690,7691,7692,7694,7694,7696,7697,7699,7700,7700,7701,7701,7702,7703,7705,7706,7706,7707,7707,7708,7708,7708,7708,7709,7710,7710,7712,7712,7712,7712,7712,7713,7716,7718,7718,7718,7719,7719,7720,7721,7722,7723,7724,7724,7724,7724,7726,7726,7727,7728,7729,7730,7731,7732,7733,7733,7734,7735,7735,7737,7738,7739,7742,7742,7742,7745,7746,7746,7748,7748,7748,7749,7749,7750,7752,7752,7755,7758,7759,7759,7760,7761,7762,7764,7766,7767,7767,7770,7770,7771,7771,7771,7774,7774,7776,7776,7777,7778,7778,7779,7780,7782,7783,7785,7785,7785,7786,7786,7787,7787,7788,7789,7791,7793,7794,7794,7794,7794,7795,7796,7797,7799,7799,7801,7802,7802,7803,7803,7804,7804,7806,7809,7811,7811,7811,7812,7812,7814,7814,7815,7815,7815,7816,7816,7816,7816,7817,7818,7819,7819,7822,7823,7825,7826,7826,7827,7827,7829,7831,7831,7831,7832,7834,7835,7836,7838,7839,7840,7841,7842,7844,7845,7845,7845,7846,7846,7848,7848,7849,7853,7854,7854,7854,7854,7854,7854,7855,7855,7855,7858,7860,7861,7862,7862,7862,7863,7865,7866,7866,7866,7866,7867,7868,7871,7872,7873,7874,7875,7875,7877,7877,7877,7878,7879,7879,7880,7881,7882,7882,7883,7884,7885,7886,7886,7886,7891,7891,7891,7892,7892,7893,7893,7893,7894,7894,7896,7897,7897,7898,7898,7899,7900,7900,7902,7902,7903,7903,7904,7905,7906,7906,7907,7908,7908,7909,7910,7910,7911,7914,7915,7916,7916,7918,7919,7923,7923,7924,7924,7925,7927,7927,7931,7932,7932,7933,7933,7933,7934,7934,7936,7938,7939,7945,7945,7945,7945,7946,7947,7951,7951,7952,7954,7954,7956,7956,7957,7958,7959,7960,7961,7964,7964,7965,7965,7966,7967,7968,7968,7970,7970,7971,7972,7972,7972,7976,7976,7977,7977,7977,7978,7982,7982,7984,7986,7988,7989,7991,7991,7992,7994,7994,7995,7996,7996,7997,7997,7999,8000,8002,8002,8002,8003,8003,8004,8005,8006,8006,8006,8007,8007,8009,8010,8012,8012,8012,8013,8014,8014,8014,8014,8015,8015,8016,8016,8018,8018,8019,8021,8022,8022,8022,8024,8024,8024,8025,8025,8027,8027,8028,8028,8029,8029,8030,8031,8032,8033,8034,8036,8038,8040,8040,8042,8043,8045,8046,8046,8046,8046,8047,8049,8050,8050,8051,8051,8052,8055,8057,8057,8058,8059,8060,8061,8061,8062,8064,8065,8067,8069,8071,8072,8072,8075,8075,8075,8077,8078,8078,8081,8083,8084,8086,8087,8088,8089,8090,8091,8091,8091,8092,8095,8095,8096,8096,8096,8100,8101,8101,8102,8104,8104,8104,8104,8105,8105,8108,8108,8108,8109,8109,8111,8111,8112,8112,8113,8115,8116,8116,8117,8117,8119,8119,8120,8120,8120,8121,8121,8121,8123,8124,8124,8125,8126,8127,8127,8128,8129,8131,8131,8134,8134,8135,8137,8140,8141,8143,8143,8144,8145,8146,8146,8150,8151,8152,8152,8153,8154,8155,8155,8155,8156,8156,8156,8157,8160,8160,8161,8162,8164,8166,8166,8167,8167,8167,8169,8169,8172,8175,8175,8178,8178,8180,8180,8182,8186,8186,8186,8187,8188,8189,8189,8192,8192,8195,8195,8197,8197,8200,8201,8201,8201,8202,8202,8206,8207,8207,8207,8210,8211,8212,8214,8215,8219,8220,8222,8222,8225,8226,8226,8226,8227,8228,8232,8235,8236,8238,8239,8240,8241,8244,8244,8245,8247,8247,8248,8249,8251,8252,8255,8256,8256,8256,8256,8261,8263,8264,8264,8265,8267,8267,8268,8268,8270,8271,8272,8272,8273,8273,8275,8278,8279,8280,8281,8281,8281,8283,8284,8284,8285,8287,8288,8291,8292,8293,8294,8295,8295,8295,8295,8297,8298,8299,8299,8302,8303,8306,8307,8313,8313,8313,8315,8316,8316,8316,8317,8317,8319,8319,8319,8319,8320,8321,8321,8323,8324,8324,8324,8324,8325,8325,8326,8327,8328,8330,8330,8332,8333,8334,8334,8336,8336,8340,8340,8340,8343,8348,8349,8351,8353,8354,8354,8356,8357,8357,8358,8359,8360,8360,8361,8362,8362,8367,8368,8369,8369,8371,8371,8373,8374,8374,8375,8376,8376,8377,8377,8377,8378,8378,8378,8384,8385,8386,8386,8387,8388,8389,8389,8389,8389,8390,8390,8391,8391,8392,8394,8397,8398,8400,8400,8400,8402,8402,8403,8403,8404,8404,8405,8407,8407,8409,8409,8409,8410,8412,8413,8414,8415,8415,8416,8416,8416,8417,8418,8421,8421,8422,8424,8425,8425,8426,8426,8426,8426,8427,8428,8428,8428,8429,8429,8430,8430,8430,8432,8432,8432,8434,8435,8435,8435,8439,8444,8444,8445,8447,8447,8448,8448,8449,8449,8453,8453,8453,8457,8457,8458,8461,8462,8462,8466,8467,8469,8469,8469,8470,8470,8471,8472,8473,8473,8475,8476,8476,8477,8477,8478,8479,8479,8481,8483,8485,8486,8487,8488,8488,8494,8494,8495,8496,8497,8497,8500,8501,8501,8501,8501,8504,8507,8509,8510,8511,8511,8512,8516,8516,8516,8517,8519,8519,8523,8523,8524,8525,8525,8526,8527,8527,8528,8534,8536,8539,8539,8540,8542,8542,8542,8547,8547,8548,8549,8549,8554,8555,8560,8560,8566,8567,8567,8567,8568,8569,8570,8571,8571,8572,8573,8574,8576,8576,8579,8580,8580,8581,8581,8582,8583,8586,8590,8591,8592,8592,8593,8597,8597,8599,8600,8602,8602,8602,8604,8606,8607,8607,8607,8608,8608,8609,8611,8611,8612,8612,8613,8614,8615,8616,8617,8617,8618,8618,8619,8619,8619,8622,8622,8622,8623,8626,8629,8630,8630,8633,8633,8633,8634,8634,8636,8637,8638,8641,8642,8646,8646,8646,8646,8647,8647,8647,8647,8647,8648,8648,8649,8650,8650,8650,8651,8652,8652,8653,8653,8655,8655,8655,8657,8659,8659,8660,8662,8662,8663,8664,8664,8664,8666,8667,8671,8674,8674,8675,8677,8677,8677,8679,8680,8683,8683,8684,8684,8684,8686,8686,8686,8686,8687,8688,8689,8691,8691,8692,8693,8694,8695,8695,8698,8700,8701,8702,8702,8703,8703,8703,8703,8704,8705,8706,8707,8707,8707,8709,8711,8712,8714,8715,8715,8715,8718,8718,8718,8720,8720,8721,8723,8724,8724,8725,8725,8726,8727,8728,8730,8731,8731,8732,8732,8733,8733,8734,8735,8735,8736,8738,8740,8740,8741,8743,8744,8744,8746,8746,8747,8748,8749,8750,8750,8750,8750,8751,8752,8753,8754,8754,8754,8755,8756,8756,8757,8757,8758,8758,8762,8762,8763,8767,8768,8769,8770,8774,8774,8775,8775,8776,8776,8777,8777,8778,8778,8779,8780,8781,8782,8783,8785,8786,8788,8789,8789,8790,8791,8794,8794,8797,8798,8798,8800,8800,8802,8802,8802,8804,8806,8809,8812,8816,8816,8816,8817,8818,8820,8822,8822,8825,8825,8827,8827,8827,8831,8831,8832,8832,8833,8833,8833,8836,8836,8837,8837,8837,8838,8839,8839,8839,8839,8840,8840,8843,8843,8843,8845,8845,8847,8847,8847,8851,8851,8852,8853,8853,8854,8854,8855,8856,8857,8859,8859,8860,8864,8865,8868,8868,8872,8873,8874,8874,8874,8875,8875,8875,8876,8876,8877,8877,8880,8880,8881,8884,8884,8885,8887,8887,8888,8888,8888,8889,8890,8894,8895,8896,8896,8897,8898,8898,8899,8899,8900,8900,8901,8902,8907,8907,8908,8908,8909,8911,8911,8913,8913,8915,8915,8916,8916,8919,8923,8923,8924,8925,8925,8926,8928,8929,8932,8933,8939,8940,8942,8943,8944,8945,8945,8947,8947,8947,8948,8949,8953,8954,8958,8958,8959,8960,8960,8961,8961,8961,8962,8963,8964,8965,8966,8966,8966,8969,8970,8971,8972,8972,8972,8973,8973,8973,8975,8975,8976,8976,8977,8979,8981,8982,8983,8984,8984,8985,8986,8986,8989,8989,8991,8992,8992,8992,8992,8992,8994,8996,8996,8997,8998,8998,8999,9000,9000,9001,9002,9002,9003,9004,9005,9005,9005,9006,9006,9006,9006,9006,9009,9012,9016,9018,9018,9018,9018,9020,9022,9025,9028,9028,9028,9029,9030,9031,9032,9032,9033,9034,9034,9035,9036,9037,9038,9038,9039,9039,9040,9044,9045,9045,9046,9046,9047,9047,9047,9048,9048,9049,9051,9054,9054,9057,9057,9060,9060,9061,9061,9062,9062,9065,9065,9066,9067,9068,9068,9070,9071,9071,9071,9071,9073,9074,9074,9075,9075,9075,9076,9076,9076,9077,9078,9078,9078,9079,9079,9082,9083,9084,9085,9086,9086,9087,9087,9087,9089,9089,9091,9092,9093,9094,9095,9095,9096,9096,9098,9098,9098,9098,9099,9099,9099,9100,9100,9101,9103,9104,9104,9106,9107,9109,9110,9111,9111,9113,9113,9113,9113,9114,9116,9118,9120,9121,9122,9125,9125,9125,9125,9129,9132,9132,9134,9135,9135,9135,9137,9139,9139,9140,9140,9145,9146,9149,9149,9150,9151,9152,9152,9153,9153,9153,9155,9156,9157,9157,9158,9159,9160,9162,9162,9162,9163,9163,9165,9166,9166,9167,9167,9168,9169,9170,9171,9174,9175,9179,9181,9182,9184,9184,9185,9186,9186,9189,9190,9191,9191,9191,9193,9194,9197,9199,9200,9201,9202,9203,9203,9204,9205,9205,9205,9207,9208,9209,9209,9212,9212,9214,9216,9216,9216,9219,9219,9220,9220,9221,9221,9223,9224,9224,9225,9226,9228,9231,9231,9233,9234,9234,9235,9236,9237,9238,9239,9239,9239,9240,9241,9241,9241,9242,9243,9243,9245,9245,9246,9248,9249,9250,9253,9253,9253,9253,9254,9254,9256,9256,9258,9259,9261,9262,9263,9263,9265,9266,9269,9270,9270,9270,9272,9272,9275,9276,9277,9278,9279,9280,9280,9281,9281,9281,9283,9283,9287,9289,9291,9292,9292,9293,9294,9295,9296,9296,9298,9299,9299,9302,9302,9303,9303,9306,9307,9308,9309,9310,9311,9312,9316,9316,9318,9321,9321,9322,9322,9325,9326,9326,9327,9327,9328,9328,9329,9329,9329,9330,9331,9331,9331,9332,9332,9333,9333,9335,9336,9338,9338,9339,9339,9340,9340,9341,9342,9343,9343,9344,9345,9346,9346,9348,9348,9348,9348,9349,9351,9351,9351,9355,9356,9356,9357,9360,9360,9360,9361,9362,9363,9363,9365,9366,9367,9372,9373,9377,9379,9380,9380,9380,9381,9382,9383,9383,9383,9384,9387,9387,9388,9388,9389,9390,9390,9391,9392,9394,9394,9402,9402,9405,9407,9408,9408,9408,9408,9408,9410,9410,9410,9411,9412,9412,9413,9413,9414,9415,9415,9416,9416,9420,9421,9422,9424,9426,9426,9427,9427,9428,9428,9429,9430,9434,9436,9438,9439,9441,9442,9443,9444,9447,9447,9448,9449,9449,9449,9450,9450,9451,9451,9451,9452,9452,9452,9453,9454,9461,9461,9462,9464,9464,9466,9467,9468,9469,9471,9472,9473,9473,9474,9477,9477,9479,9480,9480,9481,9481,9481,9483,9484,9484,9484,9486,9487,9487,9488,9488,9488,9490,9490,9490,9491,9491,9492,9497,9498,9499,9499,9499,9500,9502,9502,9502,9502,9503,9504,9505,9505,9505,9506,9508,9509,9510,9510,9511,9511,9514,9516,9517,9519,9520,9520,9521,9521,9521,9522,9522,9523,9527,9527,9527,9528,9528,9528,9529,9529,9529,9532,9534,9535,9536,9536,9537,9537,9541,9541,9542,9542,9542,9543,9545,9548,9549,9550,9555,9559,9559,9560,9560,9561,9561,9562,9563,9565,9566,9567,9568,9569,9569,9571,9573,9574,9576,9576,9578,9579,9580,9581,9581,9582,9582,9584,9586,9587,9589,9589,9595,9599,9600,9600,9601,9601,9602,9602,9603,9603,9604,9605,9606,9607,9608,9608,9609,9609,9614,9615,9615,9616,9617,9618,9619,9620,9621,9624,9625,9626,9626,9626,9626,9627,9627,9627,9630,9630,9631,9633,9633,9633,9634,9634,9637,9638,9638,9639,9639,9641,9641,9642,9643,9643,9643,9644,9645,9646,9647,9648,9650,9651,9652,9652,9653,9653,9654,9655,9656,9656,9658,9659,9660,9660,9663,9664,9664,9664,9665,9667,9667,9667,9668,9669,9669,9669,9669,9673,9674,9674,9674,9675,9675,9676,9677,9682,9684,9684,9685,9685,9685,9685,9688,9691,9692,9692,9693,9693,9693,9694,9694,9696,9697,9697,9697,9697,9697,9698,9698,9699,9700,9700,9700,9706,9707,9711,9711,9712,9713,9714,9714,9719,9719,9720,9721,9721,9722,9722,9722,9723,9723,9724,9724,9725,9725,9727,9728,9732,9732,9732,9734,9736,9737,9738,9739,9740,9741,9742,9743,9743,9743,9743,9744,9745,9745,9746,9746,9746,9747,9749,9751,9755,9756,9756,9756,9756,9757,9757,9757,9758,9759,9759,9760,9761,9761,9762,9762,9763,9764,9766,9767,9767,9770,9770,9770,9771,9771,9772,9772,9774,9774,9775,9776,9777,9777,9777,9778,9778,9780,9780,9781,9781,9782,9782,9783,9784,9784,9785,9785,9785,9785,9789,9793,9795,9795,9796,9796,9796,9797,9798,9800,9800,9804,9804,9805,9806,9806,9808,9810,9810,9811,9813,9814,9814,9815,9815,9815,9816,9816,9816,9816,9818,9819,9820,9821,9822,9823,9824,9825,9825,9826,9827,9827,9828,9828,9829,9830,9831,9831,9831,9835,9836,9836,9838,9839,9839,9840,9841,9842,9842,9846,9846,9847,9848,9850,9850,9852,9853,9854,9855,9855,9856,9856,9856,9856,9857,9858,9861,9864,9864,9865,9865,9867,9869,9871,9871,9872,9873,9874,9876,9876,9877,9878,9878,9880,9880,9880,9883,9883,9885,9885,9886,9886,9887,9888,9889,9890,9890,9890,9890,9891,9892,9892,9894,9894,9897,9899,9900,9901,9901,9902,9903,9904,9904,9906,9907,9909,9909,9909,9909,9909,9911,9911,9912,9913,9913,9914,9914,9916,9916,9916,9917,9918,9919,9920,9921,9922,9923,9923,9924,9924,9925,9929,9929,9932,9934,9935,9937,9938,9938,9938,9938,9939,9939,9940,9940,9940,9940,9941,9942,9943,9944,9945,9945,9945,9946,9948,9948,9949,9949,9949,9951,9951,9952,9953,9954,9954,9954,9957,9957,9958,9958,9959,9959,9959,9959,9960,9960,9960,9961,9962,9962,9963,9964,9964,9964,9965,9966,9968,9969,9971,9972,9972,9972,9973,9973,9975,9975,9977,9981,9985,9987,9987,9989,9993,9993,9996,9997,9997,10000,10001,10001,10002,10002,10003,10003,10006,10006,10007,10007,10007,10009,10010,10011,10011,10011,10011,10012,10013,10013,10015,10015,10016,10017,10018,10019,10019,10019,10022,10023,10024,10024,10026,10026,10027,10027,10030,10030,10031,10033,10034,10034,10036,10036,10038,10038,10042,10042,10042,10043,10045,10046,10047,10049,10050,10053,10053,10054,10055,10055,10056,10057,10060,10060,10062,10062,10064,10064,10068,10069,10070,10070,10070,10071,10071,10074,10075,10076,10076,10076,10077,10079,10079,10081,10081,10082,10084,10084,10085,10085,10093,10094,10096,10097,10097,10099,10099,10101,10102,10102,10104,10104,10106,10107,10109,10110,10111,10113,10113,10114,10116,10117,10117,10121,10123,10125,10130,10131,10132,10132,10133,10133,10133,10134,10137,10137,10139,10139,10140,10140,10141,10142,10142,10142,10144,10144,10145,10146,10149,10149,10150,10150,10150,10151,10151,10152,10152,10153,10155,10156,10156,10158,10160,10160,10160,10162,10165,10167,10167,10169,10169,10170,10171,10172,10172,10173,10175,10176,10177,10177,10177,10178,10178,10179,10181,10182,10183,10185,10185,10187,10187,10188,10188,10191,10192,10194,10194,10194,10194,10196,10197,10198,10198,10198,10200,10201,10202,10203,10207,10209,10210,10212,10212,10213,10214,10216,10217,10219,10219,10219,10220,10223,10224,10224,10224,10225,10225,10227,10228,10228,10228,10228,10228,10229,10230,10230,10231,10231,10232,10232,10232,10233,10235,10235,10236,10237,10238,10238,10240,10240,10240,10244,10245,10246,10247,10248,10249,10249,10249,10249,10250,10250,10251,10251,10253,10254,10255,10256,10256,10256,10258,10258,10258,10260,10260,10263,10263,10264,10266,10267,10269,10270,10273,10276,10277,10279,10279,10281,10282,10282,10283,10284,10284,10285,10287,10288,10289,10290,10292,10292,10293,10294,10294,10295,10295,10296,10296,10298,10298,10302,10303,10304,10305,10305,10305,10305,10307,10307,10308,10310,10310,10313,10315,10316,10317,10317,10318,10319,10319,10320,10320,10323,10324,10324,10325,10326,10328,10328,10329,10329,10330,10331,10333,10335,10335,10336,10337,10339,10339,10339,10339,10341,10342,10342,10343,10344,10347,10349,10349,10350,10350,10350,10350,10352,10353,10356,10356,10357,10357,10357,10360,10361,10361,10361,10362,10364,10364,10365,10365,10368,10369,10369,10370,10370,10372,10372,10372,10373,10374,10377,10378,10379,10381,10381,10381,10382,10385,10386,10386,10386,10386,10386,10387,10388,10389,10389,10389,10391,10391,10391,10392,10392,10393,10393,10394,10395,10396,10398,10399,10399,10400,10403,10403,10404,10405,10406,10406,10406,10407,10408,10408,10408,10409,10412,10413,10414,10415,10415,10415,10416,10417,10418,10422,10422,10422,10423,10423,10424,10425,10426,10426,10426,10426,10427,10427,10427,10427,10427,10429,10430,10431,10432,10433,10433,10434,10437,10437,10438,10439,10439,10439,10439,10447,10448,10448,10448,10449,10449,10449,10449,10451,10451,10452,10452,10453,10458,10463,10463,10464,10466,10467,10469,10469,10470,10471,10471,10471,10472,10473,10474,10475,10478,10479,10481,10482,10482,10484,10485,10488,10488,10489,10490,10491,10491,10492,10492,10495,10496,10496,10496,10497,10497,10501,10502,10502,10503,10503,10505,10505,10506,10507,10508,10508,10509,10509,10511,10511,10511,10513,10518,10520,10525,10525,10525,10526,10527,10528,10529,10535,10538,10538,10539,10540,10540,10542,10542,10543,10543,10543,10543,10544,10544,10545,10545,10547,10547,10548,10548,10549,10549,10550,10553,10553,10554,10554,10556,10557,10558,10559,10560,10560,10563,10563,10563,10564,10565,10567,10568,10568,10569,10569,10571,10572,10572,10573,10576,10576,10576,10577,10578,10579,10579,10584,10586,10587,10590,10590,10590,10590,10591,10591,10592,10593,10594,10596,10598,10598,10600,10601,10601,10602,10602,10602,10603,10605,10605,10606,10607,10608,10608,10608,10609,10609,10612,10612,10614,10617,10618,10619,10619,10620,10620,10621,10621,10622,10624,10625,10626,10628,10629,10630,10633,10634,10634,10635,10635,10635,10635,10636,10636,10637,10640,10640,10641,10643,10644,10645,10646,10646,10646,10647,10649,10649,10653,10653,10654,10654,10655,10655,10656,10659,10659,10660,10662,10662,10662,10663,10664,10664,10665,10665,10665,10668,10669,10676,10676,10676,10676,10677,10679,10679,10680,10681,10682,10684,10684,10685,10687,10688,10690,10690,10692,10692,10692,10692,10693,10694,10695,10696,10696,10696,10697,10698,10698,10701,10701,10702,10703,10704,10704,10705,10705,10706,10708,10708,10708,10709,10710,10713,10714,10716,10716,10717,10717,10721,10723,10727,10727,10727,10728,10729,10732,10732,10734,10735,10735,10735,10738,10738,10739,10740,10740,10740,10742,10744,10746,10747,10752,10752,10752,10753,10754,10754,10754,10755,10755,10756,10756,10757,10757,10759,10762,10764,10765,10768,10768,10768,10769,10769,10769,10769,10771,10772,10773,10775,10776,10777,10778,10778,10779,10779,10780,10780,10781,10781,10782,10783,10785,10787,10787,10789,10789,10790,10793,10793,10794,10794,10797,10797,10798,10799,10801,10804,10804,10804,10805,10805,10806,10807,10807,10809,10809,10810,10811,10811,10812,10812,10812,10814,10815,10815,10815,10816,10818,10819,10820,10820,10823,10824,10824,10829,10829,10830,10831,10833,10834,10835,10835,10837,10838,10839,10840,10841,10842,10843,10843,10844,10845,10845,10846,10847,10848,10849,10849,10849,10849,10850,10850,10853,10853,10854,10854,10855,10856,10857,10860,10865,10867,10867,10867,10868,10868,10871,10872,10872,10874,10875,10876,10877,10877,10878,10878,10878,10879,10879,10880,10881,10882,10883,10886,10889,10890,10890,10890,10890,10891,10892,10894,10894,10895,10897,10899,10900,10901,10901,10902,10903,10903,10904,10906,10907,10907,10909,10909,10910,10911,10912,10912,10914,10918,10918,10918,10919,10919,10920,10924,10925,10925,10925,10927,10927,10928,10928,10928,10929,10931,10931,10932,10934,10935,10936,10936,10936,10937,10939,10940,10940,10941,10941,10942,10942,10943,10943,10944,10946,10946,10947,10947,10949,10949,10951,10952,10954,10956,10957,10958,10959,10959,10959,10961,10961,10964,10965,10968,10969,10972,10972,10973,10974,10978,10980,10980,10982,10982,10983,10987,10987,10987,10988,10990,10990,10991,10991,10992,10992,10994,10994,10995,10996,10996,10999,11004,11005,11005,11005,11006,11007,11007,11008,11008,11010,11013,11013,11015,11015,11015,11015,11017,11017,11019,11022,11023,11024,11024,11024,11024,11025,11025,11026,11028,11028,11028,11031,11033,11034,11038,11039,11041,11042,11043,11045,11047,11047,11048,11048,11048,11048,11049,11049,11049,11051,11052,11052,11055,11055,11056,11057,11058,11059,11060,11060,11060,11061,11062,11062,11063,11063,11065,11066,11067,11068,11068,11068,11070,11071,11074,11074,11075,11075,11077,11078,11078,11079,11079,11080,11081,11083,11085,11087,11088,11088,11088,11088,11093,11093,11098,11100,11100,11102,11102,11102,11103,11103,11105,11105,11106,11107,11110,11110,11110,11111,11113,11115,11115,11115,11116,11116,11118,11119,11120,11121,11121,11123,11124,11124,11126,11128,11130,11132,11132,11133,11133,11134,11135,11136,11137,11137,11137,11137,11139,11141,11142,11143,11144,11144,11144,11145,11146,11146,11147,11148,11151,11152,11152,11153,11155,11156,11156,11156,11158,11158,11159,11159,11160,11161,11161,11162,11162,11163,11164,11166,11168,11169,11170,11171,11171,11171,11171,11174,11175,11178,11178,11179,11179,11179,11180,11181,11184,11186,11189,11192,11192,11195,11195,11195,11197,11197,11200,11200,11201,11202,11203,11203,11205,11206,11206,11206,11206,11207,11207,11209,11209,11209,11209,11210,11211,11214,11214,11216,11218,11219,11221,11221,11224,11225,11225,11225,11225,11230,11230,11230,11231,11237,11238,11239,11239,11240,11241,11242,11242,11242,11244,11245,11248,11249,11250,11253,11253,11254,11254,11255,11255,11256,11257,11259,11264,11265,11267,11268,11268,11270,11271,11272,11274,11276,11276,11277,11279,11279,11279,11280,11280,11280,11281,11281,11281,11284,11286,11287,11291,11291,11291,11291,11291,11294,11294,11296,11296,11297,11301,11301,11304,11304,11305,11305,11305,11308,11309,11311,11311,11312,11312,11314,11315,11316,11317,11317,11324,11325,11327,11328,11329,11330,11330,11331,11332,11334,11337,11340,11341,11345,11349,11349,11350,11351,11352,11353,11355,11356,11356,11357,11358,11361,11362,11364,11367,11367,11367,11367,11368,11369,11375,11377,11378,11379,11379,11382,11383,11383,11384,11384,11384,11385,11385,11386,11388,11389,11391,11392,11392,11392,11392,11393,11393,11394,11396,11400,11401,11402,11403,11405,11405,11409,11410,11410,11411,11411,11412,11413,11413,11413,11414,11416,11416,11416,11416,11417,11417,11417,11418,11419,11419,11423,11423,11423,11425,11440,11430,11437,11432,11434,11434,11436,11431,11437,11437,11438,11438,11438,11438,11439,11439,11425,11440,11440,11442,11445,11445,11447,11449,11458,11453,11453,11453,11455,11455,11456,11458,11449,11459,11459,11462,11464,11466,11466,11466,11470,11470,11472,11473,11473,11473,11473,11474,11478,11482,11483,11483,11483,11483,11484,11485,11486,11486,11487,11487,11487,11489,11490,11490,11492,11494,11494,11496,11500,11500,11500,11501,11503,11504,11505,11506,11506,11506,11508,11508,11509,11509,11510,11513,11513,11515,11518,11518,11519,11520,11523,11523,11523,11524,11524,11525,11527,11527,11529,11529,11531,11532,11532,11533,11534,11535,11535,11537,11538,11538,11538,11539,11539,11542,11544,11545,11546,11547,11550,11550,11553,11553,11553,11555,11556,11557,11557,11557,11558,11560,11560,11560,11560,11564,11564,11564,11567,11569,11570,11570,11571,11573,11575,11575,11576,11576,11578,11578,11578,11578,11580,11580,11581,11582,11582,11582,11585,11586,11586,11586,11586,11586,11589,11589,11591,11592,11608,11596,11596,11597,11597,11600,11600,11600,11601,11603,11603,11603,11603,11604,11604,11604,11607,11592,11610,11611,11612,11612,11614,11615,11616,11616,11618,11619,11620,11620,11621,11622,11622,11623,11629,11630,11630,11631,11631,11633,11634,11635,11636,11636,11637,11638,11641,11641,11641,11642,11642,11643,11644,11645,11645,11678,11646,11648,11650,11651,11652,11653,11655,11655,11655,11656,11659,11660,11661,11661,11662,11664,11666,11666,11668,11669,11671,11671,11672,11673,11675,11677,11677,11646,11681,11682,11683,11685,11685,11685,11686,11687,11687,11688,11689,11689,11689,11690,11690,11693,11693,11693,11695,11695,11695,11696,11697,11701,11701,11701,11702,11702,11705,11705,11705,11705,11706,11707,11707,11708,11708,11708,11710,11714,11715,11717,11718,11718,11719,11720,11722,11723,11725,11725,11727,11727,11729,11732,11733,11738,11738,11739,11739,11741,11742,11744,11744,11744,11745,11745,11746,11748,11748,11749,11751,11752,11753,11753,11753,11754,11755,11757,11757,11758,11759,11760,11760,11763,11765,11766,11767,11769,11769,11771,11772,11772,11772,11772,11772,11774,11774,11774,11774,11774,11776,11776,11777,11779,11779,11779,11780,11781,11781,11782,11782,11786,11786,11788,11789,11789,11789,11790,11790,11791,11791,11791,11793,11794,11795,11795,11795,11797,11798,11798,11798,11799,11800,11801,11801,11801,11803,11803,11805,11805,11805,11807,11808,11808,11809,11811,11811,11811,11814,11815,11815,11815,11816,11816,11817,11818,11818,11819,11819,11821,11822,11823,11823,11823,11823,11824,11825,11826,11827,11827,11827,11827,11827,11828,11829,11829,11831,11831,11832,11833,11837,11841,11842,11842,11843,11844,11845,11845,11845,11846,11846,11847,11849,11849,11852,11852,11855,11855,11856,11856,11856,11857,11857,11858,11861,11861,11861,11862,11862,11862,11862,11863,11864,11865,11865,11865,11865,11867,11869,11869,11870,11872,11873,11874,11875,11875,11875,11877,11878,11879,11879,11879,11879,11880,11880,11881,11882,11883,11886,11887,11889,11889,11892,11893,11893,11893,11894,11896,11896,11897,11898,11899,11902,11903,11904,11905,11905,11906,11908,11909,11909,11912,11912,11913,11916,11916,11916,11917,11918,11919,11920,11923,11924,11925,11927,11929,11931,11932,11932,11933,11934,11934,11936,11936,11938,11938,11939,11940,11943,11947,11947,11949,11952,11953,11953,11954,11955,11955,11956,11962,11964,11964,11965,11967,11968,11968,11970,11970,11971,11971,11971,11973,11974,11976,11979,11979,11980,11980,11980,11980,11984,11984,11985,11985,11987,11987,11989,11992,11993,11993,11994,11995,11996,11997,11998,11998,11999,11999,12000,12002,12002,12002,12004,12005,12005,12005,12008,12010,12010,12010,12010,12011,12011,12012,12013,12014,12015,12016,12019,12019,12019,12020,12021,12022,12024,12026,12026,12027,12028,12029,12031,12031,12031,12032,12034,12034,12034,12036,12036,12037,12038,12040,12041,12042,12047,12047,12048,12049,12049,12052,12053,12054,12056,12057,12059,12059,12059,12060,12061,12061,12061,12064,12064,12064,12065,12065,12066,12067,12068,12070,12071,12075,12076,12077,12078,12079,12079,12080,12083,12083,12085,12085,12087,12087,12088,12088,12089,12090,12091,12091,12093,12093,12093,12094,12097,12097,12099,12099,12099,12101,12102,12102,12103,12104,12105,12108,12109,12109,12110,12113,12116,12116,12116,12117,12120,12120,12121,12122,12123,12125,12126,12126,12127,12127,12128,12129,12129,12131,12131,12133,12135,12135,12136,12138,12138,12138,12141,12142,12142,12142,12143,12143,12143,12143,12144,12146,12147,12149,12149,12152,12156,12157,12159,12159,12160,12162,12163,12166,12166,12169,12170,12170,12171,12173,12173,12174,12177,12177,12179,12179,12181,12181,12182,12182,12182,12184,12185,12185,12186,12187,12187,12189,12190,12191,12192,12192,12193,12193,12194,12194,12195,12195,12197,12201,12202,12203,12203,12204,12207,12208,12208,12208,12208,12209,12210,12210,12211,12211,12214,12215,12215,12215,12216,12217,12218,12218,12219,12219,12220,12220,12221,12221,12222,12222,12222,12222,12223,12224,12224,12227,12229,12231,12231,12232,12233,12233,12234,12234,12235,12236,12237,12237,12239,12239,12241,12241,12242,12242,12242,12242,12243,12244,12249,12249,12249,12251,12252,12253,12254,12254,12254,12256,12256,12257,12259,12260,12260,12261,12262,12263,12265,12266,12266,12267,12268,12268,12268,12269,12269,12269,12271,12271,12272,12272,12274,12275,12278,12280,12282,12282,12282,12285,12286,12286,12286,12288,12289,12289,12292,12293,12295,12295,12296,12296,12296,12297,12297,12297,12298,12298,12300,12300,12301,12302,12303,12303,12303,12304,12304,12305,12306,12308,12308,12309,12311,12312,12313,12313,12315,12316,12316,12318,12318,12319,12319,12321,12322,12322,12322,12322,12324,12325,12328,12328,12328,12329,12329,12329,12330,12332,12332,12334,12335,12336,12336,12338,12339,12339,12340,12340,12343,12345,12345,12346,12346,12347,12347,12347,12348,12349,12350,12353,12354,12355,12356,12356,12356,12357,12358,12360,12361,12361,12362,12362,12363,12365,12368,12369,12369,12371,12372,12372,12372,12372,12374,12375,12375,12375,12376,12377,12378,12381,12384,12384,12386,12386,12390,12390,12391,12392,12394,12394,12398,12398,12399,12400,12400,12401,12401,12402,12402,12403,12404,12405,12405,12406,12406,12406,12408,12408,12408,12409,12409,12409,12409,12411,12413,12413,12414,12415,12415,12416,12417,12417,12420,12421,12423,12425,12427,12433,12434,12435,12437,12438,12438,12439,12439,12442,12442,12444,12444,12447,12448,12449,12451,12452,12452,12453,12453,12454,12454,12454,12455,12455,12457,12457,12457,12457,12458,12458,12459,12459,12460,12461,12461,12463,12467,12469,12474,12475,12475,12478,12479,12479,12481,12481,12481,12482,12482,12483,12484,12484,12488,12489,12493,12493,12495,12495,12496,12497,12497,12497,12498,12498,12499,12500,12500,12500,12501,12501,12502,12502,12505,12506,12506,12507,12507,12507,12508,12510,12511,12512,12516,12516,12517,12517,12518,12518,12521,12522,12526,12526,12527,12527,12528,12528,12530,12530,12532,12534,12535,12535,12536,12536,12537,12538,12539,12539,12539,12539,12540,12542,12543,12543,12544,12545,12547,12547,12547,12550,12550,12550,12552,12552,12553,12554,12555,12558,12562,12563,12565,12566,12567,12569,12571,12572,12578,12579,12580,12581,12581,12581,12584,12584,12584,12585,12588,12590,12592,12593,12596,12596,12600,12600,12600,12601,12601,12602,12603,12603,12603,12603,12603,12603,12604,12604,12604,12605,12605,12606,12607,12607,12608,12608,12610,12610,12611,12611,12611,12613,12615,12616,12619,12621,12624,12626,12626,12626,12628,12630,12631,12632,12633,12633,12634,12634,12634,12635,12637,12637,12640,12640,12641,12645,12645,12646,12646,12650,12651,12652,12653,12653,12653,12653,12654,12656,12657,12658,12658,12659,12661,12662,12662,12664,12665,12665,12665,12665,12668,12669,12670,12670,12670,12671,12672,12672,12672,12673,12676,12676,12676,12677,12677,12677,12677,12678,12678,12681,12681,12682,12683,12685,12686,12689,12689,12689,12691,12695,12696,12697,12697,12699,12699,12700,12700,12700,12701,12701,12702,12702,12702,12702,12703,12703,12704,12705,12706,12707,12709,12710,12711,12711,12712,12713,12713,12714,12716,12717,12717,12717,12718,12719,12721,12722,12723,12723,12723,12724,12725,12725,12725,12727,12728,12728,12729,12730,12730,12730,12732,12733,12733,12735,12735,12736,12738,12740,12741,12741,12743,12743,12744,12744,12744,12746,12746,12747,12749,12749,12750,12751,12751,12752,12757,12758,12760,12762,12763,12764,12765,12765,12765,12768,12769,12769,12770,12770,12771,12772,12772,12773,12774,12775,12775,12779,12780,12782,12782,12783,12783,12784,12784,12784,12788,12789,12790,12791,12791,12792,12792,12793,12793,12794,12794,12794,12794,12797,12797,12797,12797,12799,12800,12801,12802,12803,12804,12805,12805,12806,12807,12807,12809,12811,12811,12811,12814,12814,12815,12817,12818,12818,12819,12819,12819,12821,12822,12823,12824,12826,12826,12826,12827,12829,12834,12838,12838,12840,12840,12840,12848,12848,12848,12850,12851,12852,12852,12853,12854,12855,12856,12858,12859,12861,12862,12865,12866,12866,12870,12870,12872,12873,12875,12877,12878,12878,12879,12881,12884,12885,12885,12888,12888,12891,12892,12893,12894,12897,12897,12897,12901,12902,12904,12904,12904,12905,12905,12908,12908,12908,12910,12911,12912,12913,12914,12915,12915,12916,12918,12918,12918,12919,12919,12920,12921,12921,12921,12922,12922,12924,12924,12925,12926,12926,12928,12931,12932,12933,12933,12934,12934,12935,12937,12942,12944,12944,12945,12946,12946,12947,12949,12949,12950,12952,12953,12953,12955,12955,12957,12957,12957,12957,12958,12958,12959,12960,12960,12961,12962,12962,12964,12965,12968,12969,12969,12970,12970,12972,12972,12974,12974,12975,12975,12976,12980,12980,12981,12981,12981,12981,12983,12984,12985,12986,12986,12987,12988,12990,12991,12992,12992,12997,12998,12998,12998,12999,13000,13002,13004,13009,13009,13009,13012,13014,13014,13016,13017,13018,13019,13019,13020,13021,13021,13023,13028,13029,13029,13029,13031,13031,13032,13033,13033,13037,13037,13038,13039,13039,13040,13040,13041,13041,13042,13044,13044,13045,13045,13045,13046,13047,13047,13049,13051,13052,13054,13054,13056,13056,13056,13057,13057,13058,13061,13062,13065,13066,13067,13067,13068,13071,13072,13073,13074,13075,13075,13077,13077,13079,13080,13083,13084,13085,13087,13088,13088,13088,13088,13089,13089,13090,13091,13092,13093,13093,13093,13094,13094,13094,13094,13096,13098,13099,13100,13102,13102,13103,13104,13104,13104,13107,13108,13109,13109,13111,13112,13113,13113,13114,13114,13114,13115,13116,13117,13119,13120,13121,13122,13122,13123,13124,13124,13125,13128,13128,13128,13129,13131,13131,13132,13132,13133,13134,13134,13137,13140,13140,13143,13144,13144,13144,13145,13145,13145,13146,13147,13148,13148,13149,13149,13150,13150,13151,13152,13152,13152,13154,13154,13155,13155,13155,13156,13156,13156,13157,13157,13158,13158,13160,13162,13164,13165,13166,13167,13169,13169,13171,13171,13172,13173,13173,13174,13175,13176,13176,13178,13178,13179,13180,13181,13181,13184,13188,13189,13189,13189,13189,13189,13190,13191,13199,13201,13204,13204,13204,13205,13205,13206,13207,13207,13208,13209,13211,13212,13212,13212,13213,13214,13215,13216,13218,13219,13219,13220,13220,13221,13221,13222,13224,13225,13226,13231,13231,13234,13237,13238,13239,13239,13240,13241,13242,13243,13243,13243,13245,13245,13247,13247,13247,13248,13248,13248,13249,13249,13249,13249,13251,13253,13254,13254,13256,13257,13260,13260,13261,13262,13263,13264,13266,13268,13268,13269,13270,13270,13271,13272,13272,13272,13276,13277,13277,13277,13279,13282,13284,13285,13285,13285,13286,13286,13287,13291,13292,13292,13293,13293,13294,13295,13295,13297,13298,13298,13298,13299,13299,13299,13300,13301,13302,13302,13302,13303,13303,13304,13304,13304,13306,13306,13307,13308,13308,13309,13309,13310,13313,13313,13314,13314,13316,13316,13318,13318,13318,13318,13321,13325,13325,13326,13327,13328,13328,13328,13329,13330,13330,13331,13332,13332,13332,13332,13333,13333,13335,13336,13337,13338,13338,13339,13340,13341,13342,13343,13345,13345,13345,13345,13345,13346,13346,13346,13347,13347,13348,13348,13350,13351,13351,13353,13355,13355,13357,13360,13360,13362,13362,13364,13364,13365,13365,13365,13367,13368,13368,13369,13369,13369,13370,13372,13372,13373,13374,13374,13374,13375,13377,13380,13380,13380,13381,13381,13382,13385,13385,13385,13388,13391,13392,13393,13395,13395,13396,13396,13396,13397,13397,13397,13398,13400,13400,13402,13404,13406,13407,13407,13408,13412,13412,13414,13415,13415,13415,13416,13416,13417,13418,13418,13422,13422,13422,13422,13423,13424,13426,13427,13427,13428,13428,13429,13429,13430,13430,13432,13433,13435,13435,13436,13436,13437,13438,13439,13440,13440,13441,13444,13445,13445,13447,13448,13448,13448,13450,13455,13456,13456,13457,13457,13458,13459,13459,13459,13460,13460,13462,13463,13463,13464,13464,13465,13466,13466,13466,13469,13471,13471,13473,13476,13477,13477,13478,13479,13479,13480,13480,13480,13480,13481,13481,13482,13483,13483,13483,13485,13485,13487,13487,13488,13489,13490,13491,13492,13492,13493,13494,13495,13497,13497,13497,13499,13500,13502,13503,13504,13505,13506,13507,13507,13507,13509,13509,13510,13510,13510,13511,13515,13515,13516,13516,13516,13519,13520,13521,13521,13524,13525,13525,13526,13526,13527,13529,13529,13532,13533,13534,13535,13536,13536,13536,13537,13537,13538,13538,13538,13540,13540,13545,13545,13546,13546,13546,13548,13549,13550,13551,13551,13552,13552,13553,13554,13559,13559,13559,13560,13561,13562,13562,13564,13564,13564,13565,13565,13565,13566,13566,13566,13568,13568,13570,13570,13571,13572,13573,13575,13576,13577,13580,13581,13581,13582,13582,13583,13584,13585,13585,13586,13586,13587,13587,13590,13594,13596,13598,13599,13599,13600,13603,13604,13607,13607,13609,13610,13610,13610,13611,13611,13612,13612,13613,13613,13614,13615,13615,13616,13616,13617,13617,13617,13619,13621,13621,13623,13623,13625,13626,13626,13628,13628,13628,13630,13632,13633,13634,13634,13636,13638,13639,13640,13640,13641,13645,13648,13649,13649,13651,13651,13651,13652,13653,13654,13654,13655,13655,13656,13656,13657,13659,13659,13659,13660,13662,13662,13663,13663,13663,13663,13665,13668,13670,13672,13675,13675,13678,13678,13679,13679,13680,13682,13683,13683,13685,13686,13686,13686,13688,13690,13691,13691,13693,13694,13694,13695,13695,13695,13698,13698,13698,13701,13701,13701,13702,13704,13704,13709,13710,13710,13711,13711,13712,13713,13714,13716,13716,13717,13717,13718,13719,13719,13719,13720,13721,13722,13724,13724,13725,13725,13726,13727,13727,13729,13729,13730,13730,13731,13732,13732,13733,13735,13737,13738,13738,13739,13740,13740,13742,13742,13743,13744,13744,13746,13747,13748,13748,13749,13751,13752,13752,13753,13754,13757,13757,13758,13760,13761,13762,13762,13764,13766,13766,13767,13767,13767,13768,13771,13772,13773,13774,13774,13775,13777,13778,13779,13780,13782,13782,13785,13785,13786,13787,13787,13787,13788,13790,13792,13792,13792,13793,13793,13794,13794,13794,13797,13797,13800,13800,13801,13803,13804,13805,13805,13805,13807,13808,13808,13808,13810,13810,13816,13817,13817,13817,13820,13821,13821,13821,13822,13822,13823,13823,13826,13828,13830,13830,13830,13831,13831,13833,13833,13833,13834,13835,13837,13837,13838,13838,13838,13839,13842,13843,13843,13844,13845,13845,13846,13848,13849,13849,13850,13851,13851,13851,13851,13853,13858,13858,13859,13859,13860,13861,13861,13861,13861,13862,13863,13863,13864,13865,13865,13868,13869,13869,13870,13871,13871,13872,13873,13873,13873,13874,13876,13877,13878,13881,13883,13883,13885,13885,13886,13886,13887,13887,13887,13889,13889,13890,13891,13891,13891,13892,13894,13895,13896,13897,13898,13899,13899,13900,13903,13904,13905,13908,13909,13909,13910,13910,13911,13912,13913,13913,13914,13916,13916,13918,13918,13918,13919,13920,13921,13921,13922,13924,13924,13925,13926,13926,13926,13929,13930,13930,13933,13934,13934,13934,13935,13938,13938,13940,13941,13942,13942,13944,13944,13945,13945,13946,13949,13949,13951,13953,13954,13956,13956,13956,13958,13962,13962,13963,13963,13964,13964,13965,13965,13966,13968,13968,13968,13968,13969,13970,13970,13971,13971,13972,13974,13974,13974,13975,13975,13976,13977,13978,13978,13980,13981,13981,13982,13982,13982,13985,13985,13987,13987,13988,13988,13989,13990,13991,13992,13994,13994,13994,13995,13996,13996,13996,13997,13998,13999,14000,14000,14001,14003,14003,14004,14006,14007,14008,14009,14011,14011,14011,14011,14011,14012,14014,14015,14018,14019,14020,14023,14023,14024,14024,14025,14025,14026,14026,14026,14028,14029,14030,14031,14032,14032,14033,14034,14034,14037,14039,14039,14040,14041,14042,14044,14045,14047,14048,14048,14048,14048,14048,14050,14054,14055,14055,14056,14056,14057,14058,14059,14060,14061,14062,14064,14064,14065,14068,14069,14070,14070,14072,14072,14073,14074,14075,14076,14076,14076,14077,14077,14078,14079,14080,14081,14082,14082,14083,14083,14085,14086,14089,14091,14091,14091,14094,14095,14095,14096,14099,14099,14100,14100,14102,14102,14103,14103,14104,14104,14105,14106,14106,14108,14108,14110,14111,14111,14113,14114,14116,14120,14121,14121,14122,14122,14123,14126,14127,14127,14128,14130,14132,14134,14134,14135,14136,14138,14139,14141,14143,14143,14145,14146,14146,14148,14148,14149,14150,14151,14151,14152,14153,14156,14157,14160,14160,14161,14161,14161,14161,14164,14164,14165,14166,14167,14170,14170,14171,14173,14176,14176,14176,14177,14177,14178,14179,14179,14179,14180,14181,14181,14181,14182,14182,14184,14184,14185,14185,14187,14189,14190,14190,14194,14194,14194,14195,14195,14196,14197,14197,14201,14202,14202,14204,14204,14206,14208,14208,14208,14209,14211,14213,14216,14218,14218,14219,14220,14220,14221,14221,14221,14224,14224,14224,14224,14227,14227,14227,14229,14229,14229,14231,14233,14234,14234,14235,14236,14237,14237,14238,14239,14239,14239,14240,14241,14241,14241,14241,14243,14244,14246,14248,14248,14248,14248,14249,14249,14249,14250,14250,14251,14251,14252,14252,14253,14253,14255,14257,14257,14258,14259,14259,14259,14263,14263,14263,14264,14264,14265,14267,14268,14269,14270,14270,14271,14272,14273,14274,14274,14275,14275,14277,14280,14282,14283,14287,14288,14288,14289,14290,14292,14292,14293,14294,14295,14297,14298,14299,14300,14300,14302,14302,14302,14302,14302,14303,14303,14303,14304,14304,14305,14306,14306,14307,14308,14310,14310,14312,14312,14313,14313,14315,14315,14316,14316,14317,14317,14317,14317,14319,14320,14321,14321,14321,14325,14325,14325,14326,14328,14329,14330,14331,14336,14337,14338,14342,14342,14343,14344,14344,14345,14345,14346,14346,14347,14347,14347,14348,14349,14349,14349,14350,14350,14351,14352,14354,14354,14355,14356,14356,14356,14357,14357,14357,14357,14357,14358,14358,14358,14360,14361,14361,14362,14362,14363,14363,14364,14364,14365,14365,14368,14368,14372,14372,14372,14373,14375,14375,14376,14377,14377,14377,14378,14378,14382,14384,14385,14386,14386,14386,14386,14388,14389,14391,14391,14392,14396,14398,14400,14403,14405,14405,14406,14408,14409,14410,14412,14413,14413,14415,14415,14416,14417,14417,14419,14422,14422,14423,14423,14424,14424,14424,14426,14427,14427,14428,14428,14429,14430,14431,14432,14435,14437,14438,14438,14438,14438,14439,14440,14440,14440,14441,14442,14442,14445,14447,14447,14448,14448,14449,14449,14451,14451,14451,14453,14454,14454,14455,14456,14456,14459,14460,14460,14461,14464,14466,14466,14466,14467,14468,14471,14473,14474,14474,14475,14476,14476,14481,14482,14482,14484,14485,14485,14485,14487,14488,14488,14488,14489,14489,14490,14490,14491,14491,14491,14491,14491,14492,14493,14494,14494,14494,14494,14494,14495,14495,14498,14498,14499,14499,14500,14501,14502,14502,14503,14504,14508,14508,14509,14509,14509,14509,14509,14512,14512,14514,14514,14514,14515,14516,14517,14520,14523,14523,14523,14524,14524,14524,14524,14526,14526,14527,14527,14528,14529,14530,14531,14531,14532,14533,14537,14544,14544,14545,14545,14545,14546,14548,14550,14551,14552,14552,14552,14554,14556,14556,14556,14557,14558,14562,14563,14565,14565,14566,14570,14570,14571,14571,14571,14572,14572,14574,14575,14576,14576,14578,14579,14581,14581,14582,14584,14586,14587,14587,14587,14587,14587,14589,14591,14592,14592,14594,14594,14597,14598,14598,14598,14599,14599,14600,14601,14604,14606,14606,14606,14607,14607,14608,14608,14609,14609,14609,14610,14610,14611,14612,14617,14617,14617,14617,14619,14620,14620,14621,14622,14622,14622,14623,14624,14624,14628,14629,14629,14630,14630,14631,14632,14634,14634,14636,14636,14637,14637,14637,14639,14640,14643,14643,14644,14644,14646,14647,14647,14651,14655,14656,14657,14660,14660,14661,14661,14662,14664,14665,14666,14667,14667,14667,14668,14668,14669,14670,14671,14672,14674,14674,14674,14675,14677,14678,14680,14680,14680,14681,14681,14682,14682,14682,14683,14684,14685,14685,14686,14686,14687,14688,14688,14690,14691,14692,14693,14693,14694,14696,14696,14698,14699,14699,14700,14701,14701,14702,14702,14706,14708,14709,14710,14710,14710,14711,14711,14713,14713,14714,14715,14715,14716,14717,14718,14719,14720,14722,14722,14724,14725,14726,14726,14727,14727,14727,14728,14728,14729,14730,14733,14733,14733,14735,14735,14735,14737,14737,14738,14739,14739,14740,14741,14745,14745,14746,14746,14747,14748,14749,14750,14750,14751,14751,14752,14753,14756,14756,14757,14758,14759,14759,14763,14763,14763,14765,14766,14767,14767,14768,14768,14768,14770,14771,14772,14773,14773,14773,14774,14774,14775,14776,14777,14777,14778,14779,14779,14781,14785,14786,14788,14789,14791,14791,14792,14793,14793,14796,14797,14797,14797,14800,14805,14806,14807,14808,14808,14809,14811,14812,14812,14812,14815,14815,14815,14816,14816,14818,14819,14822,14823,14823,14823,14823,14824,14825,14826,14826,14827,14827,14828,14828,14829,14830,14830,14832,14835,14836,14837,14840,14841,14841,14842,14842,14844,14847,14848,14848,14849,14849,14850,14851,14851,14853,14853,14854,14856,14856,14858,14858,14858,14859,14861,14861,14862,14862,14866,14867,14869,14870,14871,14873,14873,14873,14874,14874,14874,14874,14876,14876,14878,14880,14880,14883,14884,14885,14887,14887,14887,14888,14888,14888,14890,14890,14890,14891,14892,14892,14893,14893,14894,14894,14894,14897,14899,14900,14906,14908,14909,14913,14914,14915,14916,14916,14917,14917,14917,14918,14918,14919,14920,14922,14923,14924,14924,14924,14925,14925,14927,14928,14929,14929,14930,14931,14932,14932,14932,14933,14936,14938,14938,14938,14938,14938,14940,14940,14941,14941,14942,14943,14946,14946,14947,14947,14947,14949,14951,14952,14952,14953,14956,14957,14958,14959,14959,14961,14962,14963,14964,14964,14964,14965,14965,14970,14972,14972,14974,14976,14977,14978,14978,14979,14979,14980,14980,14981,14983,14983,14983,14983,14984,14984,14985,14985,14986,14988,14988,14989,14989,14993,14993,14994,14994,14995,14996,14997,14998,14998,14998,14999,14999,15002,15002,15003,15003,15006,15010,15018,15021,15026,15028,15031,15036,15039,15048,15052,15056,15058,15059,15061,15061,15068,15086,15090,15091,15092,15093,15094,15097,15100,15102,15103,15104,15105,15110,15120,15120,15121,15123,15123,15124,15128,15131,15140,15140,15140,15143,15144,15147,15153,15156,15157,15158,15158,15162,15167,15167,15169,15171,15173,15176,15183,15186,15187,15189,15192,15193,15202,15213,15216,15219,15222,15223,15227,15228,15230,15235,15238,15239,15243,15251,15254,15258,15259,15259,15261,15262,15265,15269,15271,15272,15275,15277,15284,15288,15290,15290,15292,15296,15297,15301,15303,15309,15310,15311,15324,15325,15330,15334,15334,15339,15340,15341,15342,15355,15355,15359,15362,15374,15374,15376,15377,15378,15379,15380,15383,15387,15389,15394,15398,15403,15404,15404,15409,15412,15414,15414,15414,15416,15416,15426,15427,15427,15428,15430,15431,15432,15433,15434,15434,15438,15444,15444,15445,15446,15447,15450,15451,15452,15459,15461,15461,15463,15464,15467,15467,15469,15469,15479,15489,15491,15504,15530,15530,15531,15532,15535,15536,15540,15541,15544,15547,15548,15551,15554,15554,15554,15554,15566,15568,15578,15579,15582,15586,15590,15590,15595,15601,15614,15623,15626,15628,15628,15631,15635,15644,15644,15646,15650,15652,15654,15654,15657,15659,15660,15663,15671,15680,15684,15686,15690,15693,15696,15709,15710,15710,15712,15712,15714,15715,15722,15724,15724,15728,15733,15734,15735,15735,15739,15739,15741,15744,15745,15745,15745,15746,15751,15754,15754,15755,15755,15758,15758,15759,15769,15769,15771,15775,15776,15777,15778,15779,15784,15786,15788,15790,15803,15803,15804,15805,15806,15810,15821,15827,15832,15834,15835,15838,15838,15844,15846,15849,15850,15850,15851,15851,15852,15854,15855,15856,15861,15861,15866,15881,15881,15882,15883,15884,15886,15887,15895,15898,15901,15901,15904,15904,15904,15909,15912,15920,15933,15934,15934,15937,15939,15939,15942,15944,15947,15953,15958,15959,15964,15964,15969,15977,16000,16002,16008,16012,16026,16030,16032,16033,16033,16058,16062,16064,16072,16075,16079,16086,16090,16095,16097,16101,16105,16106,16106,16111,16112,16113,16120,16133,16133,16136,16140,16142,16144,16154,16155,16156,16157,16159,16164,16165,16167,16174,16175,16177,16178,16181,16187,16190,16190,16190,16193,16197,16197,16202,16217,16217,16221,16229,16245,16245,16246,16246,16248,16249,16262,16263,16264,16264,16269,16270,16274,16282,16289,16292,16296,16308,16311,16313,16321,16325,16325,16328,16329,16330,16335,16336,16337,16339,16344,16346,16348,16350,16352,16355,16356,16361,16363,16370,16371,16375,16376,16378,16378,16385,16386,16388,16389,16392,16393,16395,16396,16397,16397,16400,16403,16404,16407,16408,16413,16415,16417,16419,16422,16425,16429,16432,16437,16438,16438,16441,16449,16449,16454,16454,16455,16458,16461,16461,16463,16467,16469,16479,16485,16491,16491,16494,16496,16497,16500,16500,16502,16505,16508,16512,16514,16514,16514,16515,16516,16518,16519,16524,16535,16537,16537,16538,16543,16546,16552,16555,16555,16559,16559,16561,16562,16562,16563,16567,16574,16575,16576,16576,16579,16581,16591,16593,16598,16601,16601,16602,16604,16604,16605,16606,16608,16609,16611,16618,16620,16621,16623,16627,16632,16634,16635,16638,16643,16643,16643,16652,16656,16658,16658,16661,16667,16677,16680,16687,16689,16689,16692,16699,16703,16707,16712,16714,16715,16725,16728,16730,16735,16736,16738,16739,16743,16745,16749,16750,16751,16754,16756,16756,16757,16758,16762,16767,16768,16769,16776,16789,16791,16791,16791,16797,16798,16799,16804,16807,16810,16810,16811,16819,16824,16826,16827,16830,16830,16836,16840,16844,16846,16847,16853,16854,16859,16859,16860,16862,16863,16864,16866,16868,16869,16872,16873,16876,16877,16879,16883,16888,16889,16892,16894,16894,16898,16899,16904,16909,16909,16912,16913,16915,16915,16922,16922,16925,16925,16931,16932,16937,16947,16953,16955,16956,16962,16971,16973,16973,16974,16974,16976,16978,16981,16981,16982,16988,16991,16991,16991,16995,17003,17005,17008,17008,17012,17013,17013,17013,17014,17020,17026,17026,17026,17029,17030,17034,17036,17042,17045,17048,17048,17055,17060,17061,17063,17064,17065,17067,17077,17078,17078,17079,17089,17090,17094,17097,17100,17100,17101,17105,17117,17118,17119,17120,17120,17120,17129,17142,17142,17148,17153,17154,17156,17157,17160,17165,17168,17172,17175,17176,17179,17179,17179,17181,17182,17183,17189,17191,17195,17201,17201,17208,17224,17233,17237,17237,17239,17242,17245,17249,17250,17253,17255,17256,17258,17263,17264,17272,17274,17275,17279,17280,17286,17286,17287,17287,17288,17290,17291,17291,17295,17297,17298,17303,17307,17308,17309,17314,17318,17321,17322,17323,17324,17329,17330,17330,17333,17343,17343,17347,17348,17350,17355,17356,17357,17358,17361,17366,17367,17369,17373,17375,17380,17383,17386,17388,17393,17397,17397,17403,17405,17405,17409,17414,17414,17416,17416,17417,17418,17418,17419,17419,17425,17426,17427,17430,17431,17433,17434,17435,17449,17455,17458,17460,17463,17469,17470,17474,17477,17478,17480,17480,17482,17482,17483,17484,17488,17489,17495,17497,17498,17499,17500,17503,17505,17513,17517,17523,17524,17525,17528,17533,17538,17539,17540,17544,17548,17549,17563,17566,17566,17567,17574,17578,17579,17584,17587,17589,17594,17605,17605,17605,17612,17613,17616,17619,17623,17635,17636,17646,17650,17654,17658,17662,17664,17665,17670,17671,17679,17683,17686,17687,17688,17692,17693,17693,17694,17695,17698,17699,17701,17702,17703,17703,17705,17707,17715,17716,17718,17720,17721,17724,17728,17737,17738,17740,17740,17741,17746,17747,17750,17767,17768,17768,17775,17776,17776,17780,17781,17785,17788,17788,17790,17801,17806,17814,17821,17822,17825,17827,17827,17828,17829,17830,17832,17835,17839,17840,17846,17858,17871,17873,17874,17881,17885,17885,17896,17897,17901,17901,17917,17919,17921,17924,17925,17925,17932,17933,17933,17941,17951,17951,17958,17964,17972,17974,17980,17988,17991,17991,17995,17997,17997,17998,17999,17999,18014,18016,18019,18021,18023,18025,18029,18033,18035,18041,18043,18048,18051,18051,18052,18053,18057,18057,18058,18066,18067,18069,18075,18079,18092,18093,18096,18096,18099,18106,18106,18111,18113,18115,18117,18118,18123,18131,18132,18132,18136,18137,18137,18142,18145,18157,18159,18162,18182,18185,18187,18188,18202,18205,18207,18214,18217,18218,18220,18226,18228,18234,18234,18242,18242,18246,18247,18248,18256,18260,18261,18263,18268,18268,18272,18272,18274,18283,18285,18296,18297,18308,18309,18315,18316,18318,18321,18325,18326,18326,18332,18334,18348,18348,18359,18362,18364,18367,18368,18368,18383,18383,18387,18392,18393,18394,18396,18396,18397,18397,18398,18403,18404,18406,18408,18409,18414,18416,18420,18429,18436,18436,18438,18438,18440,18446,18456,18463,18467,18472,18474,18474,18478,18483,18485,18485,18486,18490,18490,18503,18505,18505,18506,18518,18525,18535,18542,18546,18547,18548,18552,18553,18555,18555,18557,18560,18562,18562,18562,18564,18564,18565,18567,18569,18571,18572,18579,18579,18579,18580,18584,18595,18598,18599,18608,18610,18611,18611,18614,18616,18616,18617,18622,18622,18623,18631,18635,18635,18643,18644,18650,18652,18656,18657,18658,18660,18661,18665,18665,18669,18673,18676,18678,18679,18680,18682,18684,18684,18691,18691,18692,18695,18695,18695,18695,18701,18701,18703,18703,18704,18711,18711,18714,18717,18717,18719,18719,18720,18725,18727,18730,18731,18741,18746,18751,18753,18754,18762,18762,18763,18767,18773,18775,18787,18797,18799,18799,18800,18801,18813,18814,18815,18815,18815,18816,18817,18825,18825,18828,18828,18830,18832,18837,18838,18840,18843,18844,18854,18854,18857,18861,18866,18867,18870,18871,18875,18876,18878,18884,18890,18890,18892,18896,18899,18900,18900,18906,18906,18907,18907,18908,18917,18924,18926,18928,18929,18929,18935,18941,18942,18947,18962,18965,18965,18966,18971,18972,18972,18973,18973,18973,18976,18980,18981,18985,18989,18990,18990,18992,18994,18995,19000,19000,19000,19006,19006,19008,19010,19010,19013,19015,19018,19020,19021,19021,19034,19034,19035,19040,19049,19051,19057,19060,19060,19061,19064,19065,19065,19066,19068,19071,19074,19075,19075,19076,19077,19078,19081,19082,19086,19087,19092,19094,19101,19106,19106,19113,19118,19130,19130,19131,19135,19139,19144,19148,19148,19149,19151,19153,19157,19158,19158,19163,19164,19165,19166,19171,19174,19176,19176,19177,19181,19181,19189,19195,19199,19200,19203,19205,19206,19208,19209,19216,19218,19218,19221,19222,19223,19223,19224,19234,19237,19238,19240,19243,19243,19250,19258,19263,19266,19270,19274,19279,19280,19282,19283,19284,19288,19289,19290,19292,19296,19298,19302,19304,19308,19312,19321,19323,19323,19327,19334,19336,19338,19343,19346,19347,19347,19348,19349,19361,19366,19367,19376,19381,19387,19392,19392,19393,19394,19394,19397,19401,19408,19410,19412,19414,19414,19426,19430,19430,19440,19446,19447,19455,19459,19467,19468,19468,19471,19472,19473,19479,19484,19485,19486,19487,19490,19491,19491,19498,19504,19504,19507,19508,19508,19511,19516,19516,19516,19519,19524,19532,19532,19535,19537,19542,19544,19544,19550,19555,19558,19560,19566,19567,19572,19575,19579,19587,19589,19594,19596,19597,19598,19605,19607,19609,19609,19610,19620,19620,19623,19632,19635,19638,19643,19643,19644,19645,19647,19653,19656,19657,19659,19659,19665,19666,19666,19667,19671,19672,19682,19683,19687,19688,19688,19693,19694,19694,19695,19697,19700,19703,19704,19706,19714,19715,19717,19719,19723,19725,19727,19728,19730,19734,19734,19736,19740,19742,19748,19750,19762,19772,19779,19781,19783,19784,19786,19787,19788,19789,19789,19796,19802,19803,19807,19808,19809,19809,19814,19815,19817,19817,19818,19818,19819,19827,19839,19842,19843,19846,19846,19847,19847,19853,19853,19855,19859,19862,19868,19868,19875,19883,19886,19886,19886,19890,19900,19901,19905,19907,19907,19910,19912,19913,19916,19918,19921,19925,19928,19930,19932,19934,19938,19939,19940,19942,19942,19942,19946,19951,19952,19954,19954,19955,19955,19957,19960,19963,19967,19969,19969,19971,19973,19975,19975,19988,19988,19990,19994,19997,19999,20001,20005,20011,20013,20017,20017,20020,20022,20022,20031,20034,20040,20040,20041,20045,20046,20047,20048,20055,20057,20057,20060,20060,20063,20063,20065,20069,20071,20077,20077,20085,20089,20103,20105,20105,20108,20112,20113,20113,20119,20121,20121,20123,20123,20128,20131,20131,20131,20133,20134,20136,20136,20138,20144,20147,20154,20161,20161,20161,20164,20166,20171,20177,20182,20184,20188,20194,20202,20207,20211,20212,20217,20225,20230,20233,20237,20238,20239,20241,20242,20246,20247,20251,20261,20263,20265,20267,20277,20281,20281,20281,20283,20287,20287,20289,20289,20291,20295,20296,20301,20305,20311,20312,20316,20317,20320,20320,20323,20324,20327,20329,20331,20333,20335,20337,20338,20339,20342,20344,20344,20346,20347,20347,20350,20356,20357,20363,20365,20367,20370,20373,20375,20381,20384,20384,20390,20392,20392,20396,20403,20407,20408,20409,20411,20411,20412,20414,20418,20421,20425,20425,20426,20429,20430,20437,20438,20439,20442,20450,20454,20469,20470,20480,20482,20484,20486,20491,20494,20498,20499,20500,20501,20504,20507,20508,20508,20511,20513,20515,20516,20517,20522,20522,20525,20525,20526,20529,20531,20532,20534,20537,20540,20542,20544,20549,20549,20551,20557,20558,20560,20565,20567,20568,20568,20570,20574,20579,20585,20586,20590,20599,20600,20601,20601,20604,20605,20605,20605,20606,20607,20611,20614,20615,20616,20627,20630,20630,20644,20645,20647,20647,20651,20652,20653,20655,20658,20664,20664,20671,20672,20673,20675,20676,20678,20679,20680,20681,20685,20688,20690,20692,20697,20702,20704,20707,20708,20710,20715,20718,20724,20725,20726,20728,20731,20739,20743,20743,20744,20745,20749,20749,20750,20754,20760,20767,20768,20769,20769,20771,20771,20777,20786,20791,20795,20796,20800,20801,20805,20808,20809,20814,20818,20819,20820,20822,20825,20826,20830,20830,20834,20834,20837,20839,20842,20843,20848,20848,20848,20849,20853,20859,20871,20872,20878,20880,20881,20884,20887,20888,20890,20894,20894,20897,20902,20903,20910,20912,20912,20914,20915,20918,20925,20926,20927,20934,20935,20935,20947,20952,20954,20955,20961,20964,20966,20968,20970,20977,21001,21004,21006,21022,21028,21030,21033,21033,21037,21046,21049,21051,21053,21057,21062,21070,21071,21081,21094,21094,21095,21096,21097,21103,21104,21104,21107,21116,21117,21117,21118,21122,21125,21125,21126,21127,21129,21130,21133,21135,21136,21140,21141,21141,21141,21146,21148,21153,21154,21158,21162,21165,21168,21168,21169,21173,21182,21184,21184,21185,21190,21190,21196,21202,21205,21208,21208,21212,21222,21223,21225,21227,21227,21228,21230,21233,21233,21236,21237,21244,21245,21246,21246,21250,21252,21254,21257,21258,21258,21261,21263,21264,21267,21267,21268,21273,21273,21273,21280,21284,21293,21296,21299,21300,21302,21303,21304,21304,21305,21305,21313,21313,21319,21320,21323,21324,21327,21328,21329,21333,21334,21336,21344,21347,21349,21361,21362,21363,21364,21366,21366,21367,21370,21371,21372,21372,21375,21382,21388,21390,21391,21391,21393,21397,21397,21399,21399,21404,21414,21415,21416,21419,21425,21425,21428,21431,21434,21435,21438,21440,21445,21448,21448,21452,21460,21461,21464,21465,21477,21489,21492,21494,21495,21502,21502,21505,21507,21513,21514,21517,21525,21531,21533,21536,21544,21545,21545,21553,21555,21557,21562,21564,21565,21566,21568,21568,21568,21571,21571,21573,21577,21580,21581,21582,21589,21589,21590,21590,21591,21596,21596,21598,21598,21598,21603,21604,21606,21607,21609,21611,21612,21612,21625,21627,21629,21633,21635,21637,21638,21639,21641,21641,21641,21642,21642,21645,21647,21649,21651,21657,21661,21662,21671,21672,21679,21688,21689,21691,21694,21695,21697,21699,21708,21713,21718,21719,21723,21723,21725,21741,21746,21749,21752,21756,21758,21760,21762,21763,21763,21765,21771,21776,21784,21786,21789,21790,21791,21792,21795,21805,21809,21811,21814,21816,21817,21818,21822,21822,21825,21845,21847,21851,21852,21855,21860,21862,21874,21876,21877,21878,21885,21886,21888,21891,21894,21898,21898,21899,21904,21904,21904,21907,21909,21914,21915,21919,21920,21923,21927,21928,21928,21929,21932,21937,21939,21939,21940,21949,21952,21954,21961,21963,21963,21964,21970,21973,21986,21988,21989,21990,21992,21999,22005,22008,22008,22009,22009,22011,22013,22017,22018,22018,22019,22036,22042,22046,22053,22062,22063,22063,22067,22073,22085,22086,22087,22088,22089,22090,22093,22097,22102,22103,22105,22108,22109,22112,22113,22113,22125,22129,22134,22137,22138,22151,22153,22154,22155,22158,22158,22160,22163,22167,22174,22175,22185,22185,22188,22190,22192,22194,22195,22199,22211,22212,22213,22213,22216,22218,22221,22223,22225,22225,22232,22237,22246,22249,22262,22265,22272,22274,22278,22281,22284,22285,22286,22286,22287,22287,22288,22291,22294,22299,22300,22305,22307,22312,22313,22314,22317,22323,22325,22329,22334,22334,22337,22341,22342,22342,22343,22343,22344,22345,22347,22357,22364,22374,22374,22374,22375,22377,22377,22380,22392,22392,22394,22396,22399,22403,22417,22422,22428,22437,22445,22451,22452,22453,22459,22459,22466,22466,22466,22468,22473,22477,22478,22482,22485,22495,22496,22498,22501,22502,22507,22510,22517,22521,22522,22527,22528,22532,22533,22537,22540,22546,22551,22555,22556,22559,22564,22567,22572,22576,22576,22579,22580,22583,22585,22588,22589,22592,22592,22592,22593,22598,22602,22602,22603,22604,22604,22608,22609,22612,22614,22615,22616,22624,22627,22637,22638,22639,22640,22643,22643,22645,22646,22650,22651,22655,22655,22655,22660,22662,22662,22666,22669,22675,22676,22677,22683,22688,22690,22691,22691,22693,22694,22696,22698,22699,22701,22703,22703,22705,22705,22707,22708,22709,22716,22717,22723,22726,22730,22731,22733,22733,22737,22739,22739,22742,22748,22749,22752,22753,22755,22759,22763,22768,22770,22776,22779,22790,22791,22792,22794,22795,22798,22799,22799,22803,22805,22805,22806,22806,22807,22811,22828,22830,22831,22831,22836,22840,22846,22848,22850,22852,22857,22864,22869,22871,22872,22877,22878,22878,22880,22880,22884,22885,22886,22894,22897,22898,22900,22905,22924,22924,22925,22926,22928,22935,22942,22950,22955,22956,22957,22958,22960,22960,22960,22963,22971,22976,22980,22981,22981,22982,22983,22984,22987,22992,23000,23001,23006,23007,23007,23010,23011,23013,23014,23021,23022,23040,23041,23042,23047,23049,23049,23051,23053,23061,23062,23062,23063,23064,23069,23071,23074,23077,23082,23090,23092,23112,23113,23117,23119,23119,23126,23126,23133,23135,23136,23146,23149,23152,23154,23154,23157,23159,23165,23165,23177,23180,23196,23196,23202,23205,23206,23209,23212,23214,23216,23219,23220,23227,23230,23231,23232,23233,23235,23236,23239,23239,23240,23244,23245,23245,23250,23255,23258,23258,23261,23268,23270,23272,23274,23279,23284,23287,23297,23297,23299,23300,23304,23305,23307,23310,23310,23313,23315,23316,23318,23319,23324,23325,23338,23346,23354,23354,23355,23356,23364,23368,23371,23372,23373,23374,23388,23397,23397,23398,23403,23404,23405,23405,23407,23407,23410,23412,23416,23420,23429,23438,23440,23446,23451,23453,23458,23460,23461,23462,23463,23469,23474,23474,23475,23477,23481,23487,23488,23492,23500,23505,23506,23506,23514,23516,23530,23536,23545,23547,23550,23556,23557,23564,23565,23567,23570,23571,23577,23584,23588,23588,23594,23596,23610,23610,23619,23622,23623,23626,23628,23629,23631,23632,23632,23639,23658,23661,23662,23662,23667,23670,23673,23673,23678,23679,23679,23682,23686,23698,23699,23701,23711,23712,23723,23729,23729,23737,23737,23738,23745,23751,23752,23752,23752,23752,23754,23755,23756,23758,23760,23760,23762,23767,23770,23770,23771,23787,23787,23788,23790,23791,23791,23794,23796,23804,23812,23813,23813,23814,23818,23831,23832,23834,23842,23842,23848,23848,23849,23850,23851,23851,23856,23857,23859,23859,23864,23866,23868,23869,23871,23872,23876,23877,23878,23882,23885,23886,23892,23894,23901,23907,23909,23911,23914,23922,23924,23924,23927,23931,23933,23944,23944,23945,23949,23950,23951,23952,23958,23960,23967,23969,23975,23984,23985,23986,23986,23987,23989,23990,23990,23997,23998,24002,24005,24007,24009,24010,24014,24017,24017,24021,24022,24023,24024,24033,24036,24037,24037,24037,24038,24040,24044,24048,24050,24051,24053,24058,24059,24060,24061,24063,24065,24067,24075,24083,24094,24103,24105,24106,24106,24107,24112,24114,24115,24119,24127,24134,24135,24137,24138,24140,24145,24145,24146,24151,24152,24155,24156,24158,24158,24165,24170,24172,24182,24189,24189,24196,24196,24203,24206,24206,24207,24215,24219,24221,24222,24224,24226,24232,24232,24232,24233,24236,24237,24245,24251,24251,24258,24260,24268,24271,24272,24274,24274,24284,24284,24289,24289,24289,24295,24296,24299,24300,24302,24302,24304,24305,24306,24309,24313,24313,24318,24327,24327,24332,24334,24334,24337,24345,24347,24350,24359,24362,24363,24363,24364,24364,24365,24367,24369,24370,24380,24382,24384,24391,24393,24395,24395,24396,24398,24399,24402,24402,24405,24405,24407,24410,24411,24411,24417,24417,24420,24420,24424,24430,24432,24444,24445,24453,24455,24456,24457,24459,24465,24468,24471,24474,24480,24486,24488,24489,24492,24497,24500,24501,24502,24504,24505,24509,24512,24513,24517,24523,24524,24527,24530,24531,24542,24542,24542,24547,24549,24555,24559,24561,24563,24564,24566,24570,24580,24590,24592,24597,24597,24597,24602,24604,24607,24614,24618,24623,24627,24629,24629,24635,24636,24637,24638,24640,24645,24645,24649,24651,24652,24655,24658,24659,24660,24662,24663,24665,24666,24667,24668,24669,24670,24679,24686,24687,24690,24695,24696,24698,24702,24704,24707,24709,24711,24723,24725,24742,24742,24744,24745,24749,24749,24753,24756,24756,24759,24761,24773,24775,24775,24775,24776,24778,24778,24786,24788,24796,24797,24799,24805,24806,24807,24808,24808,24810,24812,24819,24827,24829,24830,24836,24841,24841,24851,24856,24862,24863,24865,24865,24866,24881,24882,24885,24892,24893,24911,24912,24918,24920,24921,24921,24923,24928,24929,24931,24932,24934,24935,24948,24952,24956,24964,24972,24975,24979,24981,24985,24987,24990,24990,24992,24993,24994,24998,25005,25007,25011,25011,25026,25027,25028,25038,25041,25041,25042,25044,25046,25046,25056,25056,25058,25062,25067,25067,25069,25069,25075,25076,25076,25079,25079,25080,25081,25086,25091,25093,25094,25095,25103,25111,25111,25112,25112,25116,25117,25120,25127,25127,25131,25131,25131,25133,25134,25134,25138,25140,25142,25142,25142,25142,25145,25150,25152,25161,25166,25170,25173,25173,25174,25176,25180,25185,25186,25191,25193,25195,25196,25201,25207,25212,25212,25213,25214,25216,25217,25217,25217,25217,25220,25224,25225,25230,25230,25240,25244,25249,25250,25250,25253,25255,25262,25265,25267,25268,25269,25271,25276,25278,25279,25280,25281,25283,25289,25298,25303,25308,25316,25324,25325,25329,25333,25336,25341,25342,25347,25348,25349,25358,25359,25363,25367,25374,25375,25380,25386,25387,25391,25392,25392,25398,25403,25404,25411,25417,25422,25423,25423,25428,25435,25437,25439,25440,25445,25454,25455,25456,25457,25459,25459,25465,25467,25468,25474,25476,25479,25482,25485,25487,25487,25490,25492,25495,25496,25496,25499,25502,25509,25511,25513,25515,25519,25520,25522,25530,25531,25534,25540,25541,25542,25546,25549,25550,25556,25556,25559,25569,25575,25581,25582,25583,25585,25587,25589,25591,25591,25593,25595,25597,25600,25602,25604,25612,25622,25625,25629,25637,25639,25650,25650,25651,25651,25652,25653,25656,25656,25658,25660,25664,25671,25674,25674,25675,25676,25676,25678,25681,25687,25692,25692,25693,25696,25701,25702,25705,25713,25714,25715,25716,25718,25720,25723,25723,25724,25728,25730,25737,25739,25739,25742,25744,25745,25746,25750,25753,25761,25766,25771,25777,25778,25780,25781,25782,25782,25783,25787,25788,25798,25801,25801,25806,25807,25813,25815,25823,25827,25828,25830,25831,25833,25835,25839,25841,25843,25845,25859,25865,25866,25867,25869,25878,25878,25879,25880,25882,25893,25894,25902,25910,25916,25920,25921,25922,25926,25929,25936,25953,25959,25960,25963,25966,25974,25977,25980,25981,25984,25990,25992,25994,25995,25998,25999,26002,26004,26006,26008,26010,26021,26023,26026,26027,26034,26034,26036,26038,26054,26062,26063,26063,26065,26066,26068,26070,26071,26073,26077,26083,26094,26094,26094,26097,26111,26113,26113,26114,26115,26120,26124,26128,26129,26131,26134,26138,26143,26170,26171,26173,26174,26179,26182,26185,26189,26190,26192,26192,26193,26200,26202,26204,26204,26205,26210,26214,26216,26218,26218,26220,26226,26226,26227,26227,26230,26231,26233,26233,26237,26238,26239,26240,26240,26241,26253,26255,26258,26266,26267,26268,26271,26275,26278,26283,26284,26286,26288,26293,26298,26301,26302,26310,26316,26324,26325,26326,26327,26331,26333,26333,26333,26341,26342,26344,26345,26352,26353,26359,26359,26365,26369,26372,26372,26374,26377,26378,26379,26382,26389,26396,26397,26405,26407,26411,26414,26418,26419,26424,26424,26425,26426,26429,26435,26436,26439,26447,26450,26451,26462,26462,26464,26467,26472,26473,26474,26479,26482,26482,26485,26487,26487,26487,26490,26498,26500,26501,26505,26508,26511,26514,26515,26516,26521,26525,26526,26532,26537,26544,26546,26546,26547,26560,26561,26568,26577,26577,26581,26581,26581,26590,26590,26591,26596,26603,26603,26605,26611,26611,26614,26616,26617,26628,26629,26632,26637,26640,26644,26646,26646,26646,26650,26652,26653,26661,26662,26663,26664,26671,26674,26676,26678,26679,26681,26681,26682,26685,26687,26691,26696,26701,26705,26712,26717,26723,26727,26737,26745,26749,26749,26750,26750,26752,26760,26768,26778,26785,26788,26789,26791,26795,26802,26806,26812,26813,26819,26822,26834,26839,26858,26860,26861,26862,26868,26880,26880,26882,26890,26899,26900,26906,26907,26907,26907,26909,26913,26921,26922,26924,26925,26927,26928,26930,26932,26933,26934,26937,26938,26939,26939,26943,26945,26955,26956,26960,26963,26967,26967,26983,26984,26987,26989,26991,26993,26994,27002,27014,27015,27022,27024,27027,27029,27034,27036,27039,27052,27058,27060,27061,27066,27068,27069,27070,27070,27074,27080,27088,27088,27092,27099,27100,27110,27113,27114,27117,27118,27125,27129,27132,27132,27133,27134,27136,27137,27141,27146,27153,27157,27158,27161,27163,27164,27166,27171,27172,27175,27183,27184,27187,27188,27198,27200,27206,27215,27217,27217,27221,27222,27228,27233,27238,27241,27247,27248,27251,27259,27260,27280,27284,27285,27289,27289,27289,27295,27299,27316,27317,27319,27320,27320,27321,27323,27329,27331,27333,27335,27339,27343,27343,27345,27347,27348,27350,27350,27352,27353,27353,27354,27356,27362,27362,27366,27368,27368,27370,27372,27375,27375,27383,27384,27386,27387,27395,27397,27405,27405,27405,27407,27408,27408,27414,27415,27415,27424,27429,27431,27432,27432,27434,27435,27436,27438,27445,27446,27451,27453,27454,27455,27469,27470,27472,27473,27475,27476,27485,27488,27490,27499,27503,27507,27510,27511,27511,27513,27514,27517,27517,27522,27523,27527,27527,27530,27531,27532,27533,27536,27538,27543,27544,27545,27545,27553,27555,27556,27562,27563,27569,27572,27579,27579,27579,27582,27584,27592,27593,27594,27595,27600,27605,27615,27616,27618,27620,27620,27635,27637,27638,27644,27648,27653,27657,27662,27665,27672,27673,27678,27679,27679,27680,27686,27686,27686,27687,27688,27692,27693,27696,27697,27698,27700,27705,27707,27711,27713,27721,27721,27727,27729,27732,27733,27734,27735,27738,27741,27741,27746,27751,27760,27769,27771,27776,27777,27779,27782,27782,27786,27791,27792,27793,27797,27798,27801,27805,27806,27809,27813,27813,27818,27821,27823,27825,27826,27832,27834,27836,27838,27846,27846,27847,27849,27849,27852,27853,27857,27861,27871,27875,27879,27880,27880,27891,27899,27900,27905,27922,27924,27926,27930,27931,27936,27948,27949,27953,27956,27960,27964,27970,27975,27977,27980,27983,27983,27988,27989,27992,27993,27993,27996,27997,28001,28006,28007,28015,28018,28025,28027,28029,28030,28035,28041,28041,28045,28061,28062,28062,28063,28066,28067,28068,28068,28073,28075,28080,28082,28086,28087,28088,28091,28092,28093,28097,28098,28104,28107,28107,28110,28116,28119,28119,28119,28123,28130,28134,28137,28139,28140,28141,28149,28151,28158,28158,28160,28160,28161,28166,28169,28173,28175,28177,28181,28184,28186,28187,28188,28189,28190,28190,28195,28198,28198,28199,28211,28211,28212,28213,28216,28217,28219,28220,28221,28221,28222,28227,28233,28233,28235,28236,28236,28240,28241,28242,28242,28244,28248,28252,28255,28257,28262,28267,28285,28289,28290,28300,28306,28308,28309,28311,28320,28329,28330,28335,28337,28337,28339,28342,28345,28349,28349,28350,28350,28357,28358,28368,28368,28369,28378,28383,28400,28404,28405,28407,28407,28409,28409,28410,28411,28421,28423,28425,28427,28429,28436,28437,28447,28453,28453,28454,28467,28469,28471,28471,28472,28474,28474,28475,28476,28479,28480,28482,28484,28485,28489,28497,28507,28508,28513,28515,28516,28517,28520,28525,28527,28527,28530,28531,28534,28535,28545,28551,28559,28562,28564,28567,28573,28578,28581,28584,28593,28610,28612,28613,28617,28617,28617,28619,28623,28630,28632,28636,28636,28645,28645,28647,28653,28654,28654,28658,28661,28663,28665,28668,28676,28677,28677,28683,28683,28685,28685,28685,28689,28692,28695,28696,28701,28702,28706,28709,28709,28710,28713,28714,28721,28724,28725,28726,28729,28730,28731,28736,28736,28738,28740,28742,28743,28748,28751,28756,28760,28765,28766,28766,28767,28769,28776,28781,28786,28790,28790,28796,28799,28801,28803,28805,28806,28812,28813,28823,28825,28828,28829,28829,28839,28841,28842,28844,28845,28846,28846,28848,28850,28853,28857,28858,28858,28861,28862,28863,28865,28868,28870,28874,28876,28884,28887,28888,28888,28894,28897,28899,28904,28904,28905,28907,28909,28917,28927,28928,28929,28931,28934,28935,28937,28938,28939,28946,28947,28952,28952,28956,28957,28959,28962,28964,28965,28968,28972,28973,28974,28978,28980,28983,28983,28987,28988,28990,28991,28992,28993,28998,28999,29000,29002,29003,29005,29007,29009,29009,29018,29029,29029,29030,29037,29040,29040,29047,29047,29052,29054,29055,29063,29065,29068,29072,29072,29073,29073,29074,29074,29075,29078,29082,29084,29089,29090,29093,29097,29100,29102,29106,29108,29115,29120,29126,29127,29128,29129,29133,29139,29140,29142,29148,29149,29149,29154,29160,29165,29167,29174,29176,29176,29177,29183,29186,29187,29188,29189,29190,29200,29207,29217,29219,29220,29223,29227,29228,29229,29234,29238,29243,29245,29246,29250,29255,29256,29257,29257,29258,29261,29261,29262,29263,29263,29265,29266,29266,29271,29272,29274,29284,29284,29284,29285,29286,29286,29292,29303,29307,29309,29316,29319,29325,29325,29327,29337,29342,29343,29344,29351,29352,29356,29362,29362,29364,29367,29371,29372,29375,29384,29387,29391,29392,29395,29399,29400,29404,29415,29431,29437,29438,29438,29440,29442,29443,29447,29449,29455,29457,29459,29463,29464,29465,29465,29467,29468,29471,29472,29473,29476,29479,29488,29489,29490,29491,29497,29498,29499,29502,29505,29513,29513,29520,29521,29534,29534,29545,29545,29547,29552,29555,29557,29564,29572,29572,29578,29582,29586,29591,29593,29595,29598,29598,29602,29604,29605,29607,29610,29610,29612,29614,29615,29624,29626,29630,29633,29633,29634,29634,29640,29644,29646,29648,29650,29655,29658,29659,29676,29685,29685,29690,29697,29702,29705,29715,29719,29719,29724,29728,29729,29729,29732,29735,29737,29738,29756,29761,29764,29765,29767,29767,29768,29772,29775,29776,29778,29782,29788,29795,29795,29803,29809,29814,29815,29822,29825,29825,29826,29826,29850,29851,29858,29861,29863,29865,29865,29871,29880,29880,29881,29881,29883,29885,29887,29890,29893,29894,29899,29908,29913,29914,29918,29918,29927,29936,29937,29938,29943,29943,29946,29947,29948,29958,29958,29972,29972,29973,29976,29978,29988,29993,29993,30004,30006,30006,30006,30009,30010,30022,30022,30024,30026,30030,30033,30035,30035,30039,30043,30043,30044,30046,30048,30053,30057,30065,30067,30067,30076,30078,30079,30080,30082,30082,30084,30085,30085,30088,30091,30092,30093,30097,30100,30102,30109,30113,30117,30121,30122,30124,30130,30131,30138,30143,30148,30148,30150,30154,30162,30164,30165,30166,30171,30174,30177,30183,30184,30184,30185,30191,30192,30193,30197,30199,30202,30204,30207,30210,30213,30214,30216,30217,30218,30230,30233,30233,30235,30236,30239,30239,30248,30249,30251,30252,30253,30253,30259,30261,30264,30269,30272,30277,30279,30279,30280,30280,30284,30285,30290,30304,30307,30310,30311,30316,30321,30324,30325,30327,30329,30333,30333,30334,30338,30340,30340,30342,30344,30347,30350,30352,30355,30360,30360,30362,30364,30365,30366,30371,30373,30375,30376,30377,30378,30381,30384,30386,30390,30391,30391,30394,30400,30400,30401,30402,30405,30408,30411,30411,30422,30427,30427,30432,30433,30436,30443,30445,30448,30453,30454,30459,30462,30464,30464,30466,30474,30476,30476,30478,30485,30492,30499,30500,30500,30500,30501,30504,30507,30507,30514,30517,30525,30532,30543,30546,30547,30548,30549,30549,30556,30571,30572,30576,30577,30585,30586,30586,30592,30595,30596,30597,30601,30602,30604,30605,30607,30607,30611,30613,30613,30617,30619,30622,30623,30628,30628,30629,30631,30633,30639,30645,30646,30649,30651,30653,30655,30658,30667,30668,30669,30671,30674,30676,30677,30686,30687,30692,30700,30701,30701,30702,30706,30706,30707,30713,30716,30722,30722,30726,30727,30727,30731,30735,30738,30742,30747,30751,30755,30756,30764,30768,30772,30775,30778,30783,30784,30785,30786,30795,30795,30805,30807,30811,30812,30813,30813,30814,30819,30826,30828,30828,30830,30830,30834,30835,30836,30839,30839,30845,30848,30853,30854,30856,30857,30862,30863,30869,30869,30871,30872,30875,30878,30884,30885,30886,30891,30896,30900,30901,30901,30903,30904,30905,30906,30911,30915,30933,30933,30935,30936,30937,30937,30939,30941,30942,30945,30946,30948,30959,30960,30963,30968,30973,30978,30978,30979,30980,30993,30994,30996,30997,30997,30999,31003,31006,31007,31008,31011,31012,31014,31016,31017,31019,31020,31026,31027,31028,31031,31032,31039,31040,31043,31044,31046,31050,31053,31053,31054,31055,31056,31059,31064,31068,31073,31075,31079,31086,31086,31087,31088,31096,31097,31104,31109,31110,31115,31122,31122,31122,31122,31123,31124,31125,31139,31139,31147,31148,31160,31162,31167,31168,31170,31173,31174,31174,31177,31179,31185,31190,31195,31196,31202,31205,31207,31209,31212,31214,31217,31220,31223,31226,31228,31228,31231,31232,31232,31234,31240,31245,31251,31251,31256,31265,31265,31267,31268,31275,31281,31281,31298,31298,31302,31305,31306,31306,31316,31317,31318,31320,31322,31323,31326,31326,31331,31332,31343,31344,31344,31352,31352,31353,31354,31354,31361,31361,31368,31369,31369,31372,31375,31377,31379,31379,31382,31383,31384,31384,31384,31399,31401,31402,31403,31409,31409,31410,31413,31419,31423,31427,31428,31433,31436,31437,31440,31441,31449,31452,31456,31457,31461,31468,31469,31469,31471,31475,31477,31489,31493,31498,31499,31502,31504,31504,31509,31512,31512,31514,31516,31516,31518,31523,31523,31526,31528,31538,31539,31540,31542,31545,31549,31554,31555,31556,31558,31560,31563,31564,31566,31569,31572,31576,31580,31585,31587,31589,31595,31596,31596,31596,31598,31600,31603,31608,31611,31613,31613,31626,31626,31628,31628,31629,31636,31639,31646,31646,31657,31657,31659,31662,31671,31679,31688,31691,31694,31700,31701,31710,31713,31715,31718,31719,31721,31725,31729,31731,31732,31732,31733,31734,31737,31739,31740,31741,31743,31744,31746,31752,31753,31753,31760,31764,31765,31766,31768,31771,31774,31782,31783,31789,31789,31790,31791,31799,31803,31811,31815,31817,31818,31819,31821,31821,31837,31841,31842,31842,31845,31845,31847,31848,31851,31851,31855,31855,31855,31856,31861,31862,31871,31873,31877,31878,31879,31880,31886,31889,31894,31896,31897,31904,31906,31911,31916,31916,31917,31917,31917,31928,31929,31931,31938,31947,31952,31953,31955,31955,31955,31957,31958,31960,31960,31961,31962,31963,31963,31967,31974,31976,31978,31980,31980,31981,31984,31991,31996,31996,31998,31999,32000,32002,32004,32004,32006,32009,32011,32011,32020,32021,32027,32027,32035,32037,32039,32041,32043,32045,32054,32055,32058,32061,32062,32069,32070,32071,32072,32077,32077,32079,32080,32082,32093,32094,32095,32097,32108,32112,32122,32123,32126,32127,32128,32130,32131,32132,32138,32145,32153,32158,32163,32168,32171,32173,32176,32178,32179,32181,32183,32185,32187,32190,32195,32196,32200,32202,32207,32209,32209,32211,32212,32217,32221,32224,32231,32238,32240,32243,32246,32246,32248,32251,32252,32255,32257,32259,32260,32265,32267,32267,32268,32268,32271,32277,32280,32284,32293,32294,32294,32296,32300,32304,32306,32325,32325,32327,32329,32334,32334,32337,32338,32348,32352,32354,32356,32357,32359,32361,32363,32366,32366,32369,32374,32374,32389,32390,32393,32398,32400,32402,32403,32406,32409,32413,32414,32417,32421,32422,32425,32426,32428,32429,32429,32433,32447,32447,32449,32450,32461,32470,32473,32474,32477,32479,32486,32491,32492,32492,32492,32495,32496,32497,32498,32499,32500,32502,32503,32506,32514,32515,32515,32516,32521,32522,32526,32528,32530,32533,32533,32536,32540,32543,32549,32553,32554,32556,32557,32558,32558,32564,32565,32565,32565,32572,32575,32579,32580,32585,32586,32591,32596,32597,32597,32600,32601,32604,32607,32607,32608,32608,32613,32613,32614,32617,32618,32618,32619,32620,32621,32630,32632,32636,32639,32648,32649,32649,32658,32663,32666,32669,32672,32673,32675,32682,32682,32682,32683,32683,32684,32685,32687,32694,32696,32699,32700,32701,32702,32702,32703,32703,32713,32713,32718,32723,32726,32727,32728,32728,32731,32735,32735,32736,32741,32742,32743,32744,32745,32747,32748,32750,32752,32754,32762,32767,32768,32771,32772,32774,32775,32778,32787,32794,32798,32806,32807,32807,32808,32818,32821,32825,32825,32834,32834,32839,32845,32847,32850,32858,32872,32876,32878,32879,32879,32880,32881,32882,32882,32882,32882,32886,32887,32890,32906,32915,32917,32924,32928,32931,32932,32933,32935,32937,32938,32940,32940,32943,32948,32952,32955,32956,32957,32958,32962,32964,32964,32966,32970,32974,32977,32983,32990,32990,32993,32993,32994,32995,32995,33005,33010,33011,33011,33012,33017,33022,33024,33027,33038,33041,33042,33044,33049,33052,33053,33061,33061,33062,33064,33066,33069,33069,33075,33080,33090,33091,33092,33094,33094,33095,33098,33105,33106,33108,33108,33109,33112,33113,33116,33121,33131,33139,33140,33143,33143,33145,33151,33154,33156,33158,33166,33169,33169,33169,33174,33176,33177,33191,33192,33193,33193,33195,33195,33196,33197,33198,33201,33204,33205,33208,33211,33212,33213,33214,33215,33219,33220,33224,33224,33228,33229,33230,33241,33242,33242,33245,33246,33249,33250,33252,33255,33255,33257,33258,33261,33266,33266,33268,33269,33269,33269,33273,33273,33274,33277,33280,33282,33288,33292,33296,33296,33302,33303,33304,33305,33312,33319,33320,33323,33324,33328,33332,33332,33335,33341,33342,33343,33347,33348,33353,33359,33359,33359,33361,33362,33363,33367,33369,33374,33378,33378,33384,33386,33388,33391,33393,33396,33398,33399,33406,33406,33409,33412,33414,33415,33425,33426,33430,33432,33434,33435,33436,33438,33439,33441,33441,33443,33444,33445,33446,33449,33451,33459,33461,33463,33463,33471,33474,33477,33481,33483,33487,33488,33488,33497,33501,33510,33516,33517,33520,33522,33523,33528,33529,33533,33539,33544,33547,33553,33555,33563,33563,33566,33566,33567,33568,33580,33588,33590,33594,33594,33594,33595,33602,33603,33606,33610,33610,33611,33613,33615,33615,33617,33618,33619,33623,33629,33639,33640,33644,33647,33648,33649,33649,33652,33654,33655,33657,33662,33668,33668,33672,33672,33673,33674,33675,33675,33676,33684,33695,33695,33705,33707,33707,33709,33711,33715,33718,33722,33724,33725,33725,33728,33728,33728,33731,33733,33733,33735,33736,33747,33750,33751,33752,33752,33759,33760,33764,33764,33773,33774,33774,33776,33779,33783,33784,33787,33788,33791,33791,33793,33793,33795,33795,33802,33803,33807,33807,33807,33809,33815,33819,33819,33819,33826,33833,33835,33842,33845,33847,33848,33849,33850,33856,33858,33859,33859,33863,33867,33869,33871,33879,33879,33892,33894,33896,33900,33901,33903,33904,33910,33913,33919,33925,33927,33927,33930,33942,33946,33947,33949,33962,33963,33973,33974,33976,33977,33977,33979,33981,33984,33988,33992,33999,34001,34017,34018,34019,34020,34021,34021,34023,34024,34024,34031,34031,34034,34035,34036,34039,34049,34051,34070,34079,34082,34085,34087,34087,34091,34095,34100,34103,34109,34120,34123,34124,34127,34129,34135,34135,34137,34143,34148,34150,34152,34154,34167,34168,34172,34174,34177,34183,34189,34190,34202,34209,34214,34216,34220,34220,34223,34230,34234,34235,34238,34238,34238,34239,34243,34252,34259,34266,34266,34270,34272,34273,34275,34275,34277,34277,34281,34281,34288,34295,34303,34305,34305,34312,34316,34317,34324,34324,34331,34340,34342,34342,34345,34345,34352,34354,34356,34356,34358,34359,34359,34360,34363,34366,34371,34374,34376,34378,34384,34386,34389,34392,34393,34399,34405,34411,34412,34413,34414,34416,34420,34420,34421,34425,34426,34433,34436,34437,34443,34449,34451,34452,34461,34461,34463,34465,34468,34478,34481,34485,34485,34487,34491,34493,34495,34497,34502,34503,34504,34508,34509,34511,34521,34531,34535,34538,34540,34543,34544,34548,34550,34550,34560,34560,34562,34564,34583,34588,34588,34590,34591,34592,34594,34595,34598,34601,34604,34605,34608,34613,34617,34619,34621,34631,34631,34631,34638,34641,34642,34646,34649,34650,34651,34651,34652,34654,34654,34656,34658,34662,34666,34667,34672,34677,34678,34691,34697,34698,34699,34699,34710,34712,34717,34718,34721,34721,34722,34723,34725,34725,34726,34727,34729,34732,34733,34733,34744,34749,34756,34758,34758,34759,34764,34766,34770,34773,34775,34776,34783,34786,34791,34797,34801,34805,34810,34813,34828,34841,34845,34846,34853,34853,34864,34867,34869,34882,34885,34886,34891,34904,34906,34911,34915,34916,34918,34918,34919,34928,34931,34940,34944,34950,34959,34965,34971,34975,34990,34991,34991,34992,34994,34994,34996};
int difference = selectionsort(a,n);
double time = double(difference) / CLOCKS_PER_SEC;
cout<<"Time consumed = "<<time<<" sec"<<endl;
for(int i = 0;i<n;i++)
{
cout<<a[i]<<",";
}
}