From 772685875b5c3b03016b31cf2c7e89446217fef4 Mon Sep 17 00:00:00 2001 From: Zonglei Dong Date: Thu, 3 Nov 2022 15:29:02 +0800 Subject: [PATCH 1/4] Update hpg-mutex.md --- charpter-3/hpg-mutex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charpter-3/hpg-mutex.md b/charpter-3/hpg-mutex.md index 12b10a9..f36c93b 100644 --- a/charpter-3/hpg-mutex.md +++ b/charpter-3/hpg-mutex.md @@ -243,7 +243,7 @@ ok example/hpg-mutex 7.394s > > 在饥饿模式下,锁的所有权将从 unlock 的 goroutine 直接交给交给等待队列中的第一个。新来的 goroutine 将不会尝试去获得锁,即使锁看起来是 unlock 状态, 也不会去尝试自旋操作,而是放在等待队列的尾部。 > -> 如果一个等待的 goroutine 获取了锁,并且满足一以下其中的任何一个条件:(1)它是队列中的最后一个;(2)它等待的时候小于1ms。它会将锁的状态转换为正常状态。 +> 如果一个等待的 goroutine 获取了锁,并且满足以下其中的任何一个条件:(1)它是队列中的最后一个;(2)它等待的时候小于1ms。它会将锁的状态转换为正常状态。 > > 正常状态有很好的性能表现,饥饿模式也是非常重要的,因为它能阻止尾部延迟的现象。 From d1096d5381a13c6831f627c8cfe076bf37486b56 Mon Sep 17 00:00:00 2001 From: pubfinder Date: Sat, 14 Dec 2024 11:08:00 +0200 Subject: [PATCH 2/4] well done --- .vscode/launch.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..c95d61b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,38 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + + + { + "name": "Launch Program", + "program": "${workspaceFolder}/app.js", + "request": "launch", + "skipFiles": [ + "/**" + ], + "type": "node" + }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, + { + "type": "pwa-msedge", + "name": "Launch Microsoft Edge", + "request": "launch", + "runtimeArgs": [ + "--remote-debugging-port=9222" + ], + "url": "c:\\Users\\Administrator\\.vscode\\extensions\\ms-edgedevtools.vscode-edge-devtools-2.1.6\\out\\startpage\\index.html", + "presentation": { + "hidden": true + } + } + ] +} \ No newline at end of file From 2837080ab035375d6f9185c03789fcfd43fcb649 Mon Sep 17 00:00:00 2001 From: pubfinder Date: Sat, 14 Dec 2024 12:00:14 +0200 Subject: [PATCH 3/4] 88 --- .vscode/launch.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index c95d61b..5712e95 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,26 @@ "version": "0.2.0", "configurations": [ + + + + { + "args": [ + "--extensionDevelopmentPath=${workspaceFolder}" + ], + "name": "Launch Extension", + "outFiles": [ + "${workspaceFolder}/out/**/*.js" + ], + "preLaunchTask": "npm", + "request": "launch", + "type": "extensionHost" + }, + + + + + { "name": "Launch Program", From ea455a47ec14081ba2fdd56a0494eae76854504a Mon Sep 17 00:00:00 2001 From: pubfinder Date: Sat, 14 Dec 2024 12:33:03 +0200 Subject: [PATCH 4/4] ekseso --- .vscode/launch.json | 1 + vscode-profile-2024-12-14-12-24-43.cpuprofile | 1 + 2 files changed, 2 insertions(+) create mode 100644 vscode-profile-2024-12-14-12-24-43.cpuprofile diff --git a/.vscode/launch.json b/.vscode/launch.json index 5712e95..ba1f243 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,7 @@ "version": "0.2.0", "configurations": [ + diff --git a/vscode-profile-2024-12-14-12-24-43.cpuprofile b/vscode-profile-2024-12-14-12-24-43.cpuprofile new file mode 100644 index 0000000..e361e87 --- /dev/null +++ b/vscode-profile-2024-12-14-12-24-43.cpuprofile @@ -0,0 +1 @@ +{"nodes":[{"id":1,"callFrame":{"functionName":"(root)","scriptId":"0","url":"","lineNumber":-1,"columnNumber":-1},"hitCount":0,"children":[2,3,4],"locationId":0},{"id":2,"callFrame":{"functionName":"(program)","scriptId":"0","url":"","lineNumber":-1,"columnNumber":-1},"hitCount":162,"locationId":1},{"id":3,"callFrame":{"functionName":"(idle)","scriptId":"0","url":"","lineNumber":-1,"columnNumber":-1},"hitCount":644998,"locationId":2},{"id":4,"callFrame":{"functionName":"callbackTrampoline","scriptId":"15","url":"node:internal/async_hooks","lineNumber":117,"columnNumber":27},"hitCount":619,"positionTicks":[{"line":130,"ticks":619,"startLocationId":4,"endLocationId":5}],"locationId":3}],"startTime":4066274331,"endTime":5502976062,"samples":[2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"timeDeltas":[1573086,8768,2323,2124,2126,2167,2801,2500,2729,2803,2529,2490,2522,2403,2573,2411,2707,2143,3895,2731,2706,2990,2688,2448,3390,2491,2413,2639,2649,2288,2168,2557,2570,2210,2974,2165,2446,2530,2700,2597,2587,2150,2642,2489,2843,2009,2413,2771,2207,2084,2688,2166,2637,2338,2484,2852,2204,2287,2326,2489,2522,2574,3607,2709,2712,1919,2524,2555,2730,2479,2689,2468,2734,2600,2554,2686,2526,2533,2829,2614,2240,2307,2521,3192,2694,2889,2170,2084,2007,2005,2301,2553,2486,2588,2321,2247,2438,2822,2566,2688,2566,2405,3017,2442,2526,2487,2367,2327,2652,2830,2528,2544,2486,2326,2477,2406,2365,2525,2448,2529,2405,2750,2667,2871,2870,2664,2693,2534,2770,3453,2690,2727,2797,2807,2935,2523,2534,2685,2766,2779,2568,2894,2714,2541,2283,2712,2772,2972,2692,2492,2561,2761,2851,2689,2973,2459,2406,2674,2684,2530,2368,2409,2365,2169,2603,2169,2813,2580,3072,2087,2424,2629,2291,2483,1970,2282,2665,3684,2644,2727,2405,2489,2883,2213,2448,2410,2883,3013,2572,2201,2400,2768,2508,2593,2652,2583,2665,2646,2612,2537,3082,2767,2527,2487,2409,2488,2731,3089,2845,2730,2652,2944,2590,2480,2538,2484,2206,2724,2592,3188,2815,2721,2404,2168,2696,2731,2721,2849,2726,2809,3901,2559,2807,2533,2664,2733,2488,2746,2654,2799,2444,2206,2748,2119,2603,2690,2360,2532,2406,2305,2546,2594,2646,2087,2486,2088,2331,2550,2394,2144,2713,2547,2087,2650,2625,2498,2444,2519,3014,3532,2725,2374,2443,2488,2446,2650,2809,2286,2927,2972,2484,2211,4493,2813,3522,3014,2890,2040,4531,2369,2364,2741,3206,2370,4496,2639,2566,1949,2249,2622,2727,2446,2611,2568,2486,2778,6855,3048,2609,2889,2287,2444,2769,2569,2564,2491,3095,2643,2489,2989,2702,2653,2569,2080,2326,2649,2372,3171,3010,2531,3519,2494,2686,2490,3128,2283,2053,2629,2263,2570,2601,1751,2546,2412,2445,2448,2406,2965,3731,2526,2527,2212,2696,2404,2040,2370,2166,2888,3289,2643,2573,2523,2209,2687,3054,2645,2610,6740,2203,2454,2165,2528,2887,3806,2216,2161,3212,2722,2495,3129,2414,2443,3568,2285,2411,7745,2364,2245,2248,2284,2208,3609,2414,2157,2070,2384,2616,3648,3445,2292,2364,3295,2428,3629,2606,2329,2122,2011,3733,2287,2245,2012,2605,2566,2726,2093,4127,2048,2906,6315,3249,2333,2609,2966,3411,2412,2404,2285,2375,2566,2444,2613,2875,3152,2599,3679,2408,7104,2575,3123,2723,3054,3049,2782,2656,2518,2658,3268,2887,2893,2565,2567,2896,2979,2403,4001,3056,2764,4608,3052,2509,2645,3513,2442,2671,2253,2624,2882,2417,2283,3471,2329,2326,2249,2926,2517,3882,2769,2533,2505,3403,2708,2739,2560,2567,2856,2446,2804,2494,3365,2506,2198,4116,2573,3167,2805,2775,2787,2610,2953,3730,2649,2538,2111,2622,3715,2770,4654,3701,1929,4939,3287,2631,2490,2732,3505,2885,2571,2568,2967,2649,2834,2743,2088,2407,2847,4563,2649,2255,2387,2253,3015,2697,2712,3812,2643,2528,2369,2409,2489,2701,2512,2283,2651,2647,2526,2610,2708,2932,2283,2390,3185,3233,2328,2298,2777,2790,2372,3363,2735,3002,2815,2604,2487,2805,2891,3014,2868,2280,2917,2641,2736,2808,2328,2486,2285,2640,2252,2685,2570,3136,2365,2284,2207,2464,2671,2489,2462,2233,2084,2269,2829,2302,2587,2392,2567,2727,2431,2725,2972,2486,2726,2646,2373,2419,2402,2659,2703,2871,2878,2404,4010,2409,2108,2665,3023,2552,2453,3239,2454,2686,2330,2401,2466,2315,2623,2667,2973,2424,3249,2671,2272,2969,2821,2467,3107,2493,2390,2606,2484,3152,2922,2174,2563,2857,2444,3042,2591,2595,2454,2199,2782,2516,2730,2878,2387,2872,4433,2436,2446,3082,2685,2450,2470,2370,2563,2086,2346,3998,2659,3119,2959,2838,2788,2729,2424,2603,2531,2847,3166,2718,2526,2782,2815,2444,2564,2783,2888,2311,2467,2552,3107,2630,2343,2419,2899,2393,2149,2419,2277,2518,2407,2126,2353,2485,2204,2443,2047,2206,2045,2045,3015,2043,2237,2126,2205,2086,2126,2208,2686,2410,2725,2127,2204,2245,2207,2247,2333,2470,2822,2446,2853,2646,2574,2508,2506,2565,2343,3035,2451,2802,2698,2916,2975,3055,2637,2368,2490,2649,2811,2146,2559,3128,2512,2433,2245,2709,3205,2495,3207,2405,2367,3542,3085,2875,3095,3048,2459,2574,2511,4114,4456,2908,2206,3648,2983,2597,2210,2404,2447,2284,2442,2852,2858,2436,2656,2523,3127,3294,2251,2486,2607,2607,6740,3083,2134,2207,2126,3244,2451,4127,1969,2210,5060,2283,2199,2250,2730,2243,2576,3523,2245,6275,4244,4531,3411,3009,2415,2762,2761,3571,2289,2369,2485,2374,2803,2467,2113,2238,2256,2401,2532,3966,2016,2521,2263,2868,2692,2291,2559,2492,2610,2453,2564,2447,2212,2280,3371,2671,2386,2973,4723,3975,2692,2484,2404,3178,4006,2386,2425,2773,2222,2993,2414,2884,2285,3214,2564,3026,1969,2386,3053,3004,2685,2648,2775,2610,2668,2671,2845,2567,2809,2487,2528,2982,2523,2410,2316,2524,2528,2567,2930,2368,2528,2169,4367,2851,2147,3033,2760,2888,1649,2368,2413,2770,2523,3367,2443,2329,2567,2727,2490,2716,2543,3207,2667,2565,2406,2571,2431,3134,2139,2508,2525,2568,3456,2649,2406,2450,2172,2221,2523,2133,2346,2777,2537,2926,2285,3152,2603,2594,2367,2635,2686,2857,2516,3082,2452,2729,2810,2503,2444,2401,2532,2360,2760,2769,2654,2459,2111,2492,3084,2611,2563,2609,2164,2211,3023,6471,3806,7380,2833,2608,2747,2353,3366,2884,2131,4353,2302,2414,2665,2811,3003,3096,4329,2347,2526,2549,3372,2754,2678,2607,2356,2623,2731,2559,2050,2205,2529,2851,2592,2482,3712,3132,2285,2770,2687,2212,2602,4048,2974,2571,2360,3115,5914,2655,2649,2600,3129,2644,2912,2013,2640,2553,3090,2402,2929,3188,2650,2595,2587,2785,2412,3037,2730,9837,3885,4041,3187,3487,4133,2366,2409,1911,2259,3567,2155,1968,2980,3172,2606,2917,2102,2748,3628,2918,2563,2153,3959,2533,2591,2381,2772,2894,2362,2308,2507,2831,2547,2440,2012,2728,2221,2769,2472,2793,2520,2476,2275,2493,2483,2205,2513,2876,2157,2008,2643,2528,3132,2249,2209,4014,3211,2603,2814,1904,2405,2486,2513,2760,3051,2648,2686,2325,2732,2728,2965,2852,2452,2602,2649,2613,2506,1939,3171,2369,2432,2402,2706,2207,2594,2604,2689,2572,2731,5933,2389,2649,1970,3428,2823,2849,2550,3068,2387,2368,2504,2810,2764,2688,2675,2465,2673,2702,3132,3013,2764,2030,2296,2449,2313,2445,4379,2486,4271,2922,3200,2769,2446,6510,2816,2423,2850,2010,2245,2329,2405,2907,2245,2867,2249,2368,2252,2582,2491,2687,2506,4151,2927,2980,2781,2469,2407,2569,2624,3145,3417,3274,2461,2594,2818,2494,2605,2430,2329,2548,2448,2791,2699,3168,2460,2444,2887,2724,2043,4225,2621,1648,2987,3145,2679,1938,3028,2616,2487,2643,3731,2404,2488,2563,2460,2878,2774,2694,2360,2364,2691,2928,4152,3470,2615,2804,2884,2447,2125,2495,2703,2176,2017,2204,2206,2126,2712,2797,2422,2465,2166,2247,2163,2356,2427,2426,2674,2395,2166,2206,2555,2222,2128,2204,2045,2087,2086,2287,3214,2767,2700,3513,2678,3124,2678,3102,2930,2404,2275,2528,2630,2366,2302,1957,2319,2305,2404,2585,2369,2356,2328,2592,2915,2904,2901,2559,2972,2413,2708,2662,2896,3131,2834,3137,2756,2243,2866,2567,2610,2848,2847,2433,3144,2365,2269,2548,2023,2284,2339,2495,2618,2242,2693,2819,2231,2532,2447,2368,2327,2287,2327,2320,2375,3050,3154,2565,2569,2223,2281,2571,2927,2933,2601,2491,2402,2375,2161,2146,2193,2541,2252,2680,2372,2269,2705,2847,2353,2727,3128,2464,2475,2538,2454,2448,2221,2508,2650,2366,2554,2423,2269,2624,3408,2664,2337,2323,2604,2095,2410,2495,2518,2506,2409,2885,2936,2491,2045,2888,2286,2770,2533,2136,2528,2803,2528,2933,2286,2458,3588,2220,3084,2510,3043,3131,2649,3106,3034,2900,1980,2477,2092,2665,2538,2289,3006,2717,2493,2285,2943,2765,3220,2871,2337,2616,2328,2530,2364,2706,3114,2442,2214,2422,3728,2185,4113,4053,1995,2151,2770,3139,4211,2454,2914,2649,2724,2421,2450,2442,2319,2356,2685,2650,2833,2385,2870,2223,2243,2735,2347,3389,2490,2844,2467,2848,3068,2251,2762,2480,2327,2486,3003,3193,2445,2004,2408,2485,2265,2498,3203,2974,2081,2126,2496,2487,3355,2403,2379,2291,2203,2170,2363,3284,2510,2294,2868,2285,2488,2988,3406,2770,2294,2118,2288,2045,2640,2403,3027,2445,2695,2522,2335,2677,2532,2650,2521,3494,2650,2732,2524,2641,2515,2305,2046,2581,2358,3029,2395,2405,2042,2348,2443,3007,2331,2589,2485,2566,2088,2099,2374,2968,2967,2791,3611,2339,2366,2529,2990,2453,3008,2915,2863,2241,4320,2447,2090,2402,2690,2486,2286,2632,2682,3087,2448,2407,2771,2613,2560,2330,2485,2450,2545,2514,2360,2531,3054,2683,2610,2648,2563,2649,2327,2730,3169,2692,2327,2521,2796,2405,3346,2408,2651,2683,2584,2338,2084,2610,2045,2334,2125,2406,2882,2614,2244,1887,2329,2284,2325,2224,2770,2432,2182,2531,2444,2408,3300,2651,2405,2679,2562,2399,2262,2081,2310,2289,2187,2400,2894,3033,2726,2272,2506,2280,2465,2971,2162,2795,1988,2647,2387,2304,2139,2314,2524,2375,2486,2489,2644,2796,2480,2517,2647,2506,2545,2614,2837,2645,2491,2290,2443,3214,2366,2306,2531,2158,2218,2624,2746,2470,2449,2762,2421,2321,2280,2634,3045,2585,2374,2286,2243,2490,2523,2274,2500,2518,2402,2366,2648,2325,2648,2214,2204,2446,2489,2328,2248,2288,2302,1986,1845,2164,1888,2048,2344,2407,2126,1948,1845,2170,1922,1908,2488,2589,2084,2006,2306,2552,2180,2286,2285,2329,2793,2484,2346,2207,2284,2213,2482,2153,1925,1845,1845,1846,2006,1966,2411,2123,1926,1845,1845,1846,2269,2561,2518,2000,2278,2485,2326,2650,2486,2453,2614,2346,2607,2210,2447,2849,2530,2629,2405,2613,3385,2446,2550,3224,2485,2360,2442,2425,2628,2345,2343,2404,2288,2366,2446,2538,2531,2554,2137,2173,2284,2684,2465,2928,2494,2768,2866,2349,2386,2522,2218,2322,2371,2390,2775,2158,2450,2623,3853,2712,2568,2602,2070,2471,2225,2506,2087,2653,3167,2564,2853,2889,2657,2671,2450,2454,2298,1966,1925,2285,2410,2050,2380,2406,1950,1885,1806,2464,2579,2623,2288,2288,2605,2346,2609,2308,2391,2809,2285,2206,2606,2341,2253,2240,2130,2367,2086,1851,2220,2604,2449,2151,1884,1846,1805,1968,2260,2493,2562,1952,1844,2279,2403,2528,2325,2487,2408,2367,2487,2585,2309,2446,2452,2176,2533,2656,2366,2427,2604,2825,2803,2815,2786,3164,2792,2619,2128,1888,1924,1886,2458,2647,2512,3054,2250,2649,3072,2731,2697,2444,2173,2166,2167,2978,3024,2302,2167,2599,2414,2206,2716,3003,2430,2205,2168,2163,2271,2935,2420,2467,2630,2685,2444,2585,2658,3077,2877,2405,2567,2786,2685,2272,2249,2328,2262,2395,2382,2483,2409,2607,2230,2128,2089,2287,1897,2663,2407,2206,2242,2287,2214,2404,2247,2483,2214,2242,2245,2332,2605,2249,2404,2249,2335,2089,2118,2642,2620,2439,2380,2770,2164,2250,2631,2127,2637,2268,2569,2172,2777,2440,3089,2162,2524,2168,2527,2333,3073,2742,2007,1843,1958,2285,3143,2484,2784,2289,2298,2300,2303,2453,2455,2418,2634,2060,2203,2092,2408,2426,2389,2462,2324,2165,2284,2465,2650,2713,2381,3103,2166,2241,2638,2497,2411,2285,2246,2848,2689,2407,2366,2372,1961,2213,2529,2563,2526,2406,1929,1845,1845,1806,2007,2207,2323,2332,2004,2275,2058,1930,1965,2436,2461,2243,2897,2923,2902,2616,2615,2923,2751,3065,3044,2853,2577,2413,2403,2487,2408,2514,2429,2820,2508,2412,2439,2412,2407,2522,2455,2563,2367,2326,2327,2686,3074,3375,2762,2402,2367,3058,3130,2842,2926,2545,2630,2568,2526,2909,3347,3315,3216,3265,3075,3378,3494,3360,3436,3340,3442,3238,3276,2756,2637,3375,2817,2818,2813,2575,2757,2815,2787,2850,2769,2707,2443,2261,2846,2608,2481,2980,2647,4048,2607,2689,2814,2521,2490,2779,2626,2379,2585,2453,2604,2669,2372,2566,2567,2322,2247,2696,2060,2285,2551,2329,2624,2688,2515,2523,2609,2450,2474,2238,2888,3003,2609,2690,3111,2464,2661,3406,2574,2818,2770,2586,2617,2636,3380,2220,2408,2087,2451,2661,2444,2769,2673,2513,2584,2090,2678,2371,2847,2325,2971,2937,2561,2852,2331,2203,2604,2305,2391,2329,2264,2283,2205,2831,2438,2580,3934,2163,2249,2006,2870,2679,2118,2647,4066,2408,1989,2386,2522,2539,2445,2369,3303,2813,2580,2579,2580,2365,2287,2687,2430,2688,2608,3099,2682,3335,2398,2291,2630,2600,2390,2492,2666,2606,2505,2634,2608,2604,2250,2368,2498,2568,2351,2768,2905,2142,2579,3014,2805,3149,2350,2706,2704,2527,2409,2314,2743,2207,2946,2386,2673,2427,2568,2831,2252,2801,2495,2406,2448,2528,3623,2445,2323,2771,2487,2893,1963,2371,2248,2447,2246,2524,2223,3183,2499,2925,2574,2403,2811,2424,2630,2190,2735,2246,2567,2528,2955,2328,2822,2767,2327,2567,3884,2184,3215,2298,2448,2355,2169,2593,2477,2569,2333,2166,2397,3491,3755,2607,2309,3688,2290,2403,4372,2610,2525,3016,2401,2350,3897,2508,2619,2594,2649,2331,2330,2657,2370,2482,2505,2735,2634,2357,2049,2449,2690,2401,2569,2694,2925,3089,2492,3087,2722,2718,2727,2482,2496,2405,2574,2591,2358,2320,2487,2356,1964,2087,2771,2184,2446,2079,2448,2371,2508,2529,2741,2393,2939,2497,2485,3361,2615,1894,2446,2546,2710,3263,2533,2505,2488,2452,2764,2211,2593,2400,2602,2577,2306,2526,3930,2687,2573,2443,2486,2729,2411,2444,2222,2474,2410,2619,3352,2529,2609,2911,2503,2728,2130,2932,2926,2524,2450,2650,2527,2583,2675,2486,2525,3735,2560,2625,2434,2465,2124,2171,2186,2167,2516,2282,2104,2123,1966,2045,1965,2534,2271,2164,2208,2059,1964,2009,2369,2242,2198,2163,2141,1964,1925,2007,2115,2285,2692,2497,2483,2762,2608,2535,2840,2609,2732,2803,2733,2410,2728,2931,2558,2770,2807,2942,3156,2784,2567,2364,2328,2083,2046,2230,2288,2246,2489,2550,2464,2406,2778,3014,2535,2646,2366,2326,2511,2665,2324,2488,2460,2284,2085,2093,2158,2330,2573,2315,2166,2969,2015,2130,2082,2398,2295,2126,2124,2087,2088,2044,2569,2685,2549,2446,2367,2269,2451,2842,2547,2591,2282,2294,2485,2428,2457,2450,2286,2207,2655,2524,2454,2602,2407,2450,2412,2526,2409,2324,2284,2084,2005,2048,2241,2295,2367,2325,2044,2043,1965,1893,2360,2575,2532,2163,2083,1934,1965,1999,2209,2162,2096,2200,2046,2006,2050,2527,2282,2405,2486,2291,2416,2594,2489,2214,2408,2927,2693,2494,2402,2688,2359,2369,2609,4832,3074,2292,2084,2163,2130,2281,2525,2659,2243,2128,2091,2122,2570,2528,2280,2211,2368,2645,2204,2130,2383,2371,2451,2496,2047,3197,3182,2598,2784,2410,2286,2439,2365,2407,2165,2981,2510,3847,2489,2486,2285,2408,2327,2327,2326,2287,2287,2465,2565,2406,2401,2442,2649,2404,2047,2141,2043,3212,2443,2532,2482,2705,2648,2502,2369,2339,2484,2406,2613,2239,2033,2176,2124,3415,3525,2929,3133,2123,2007,2128,1930,1885,1886,1885,2481,1852,1845,1882,1849,2206,3044,3233,3115,2484,2405,2431,2464,3375,2551,2962,3068,2846,2891,2319,3482,2309,2241,2409,3128,3082,2564,2302,2357,2406,2632,2833,2249,2578,2486,2238,2284,2977,2372,2805,2838,2494,2526,2366,2524,2929,3013,2485,2408,2367,2809,2928,2334,2572,3079,2175,2685,2328,2044,2215,2716,2655,2038,2451,2852,2078,2941,2112,2288,2051,2819,2401,3084,2044,1885,2177,2167,2370,2444,2322,2238,2369,2972,2292,2285,2165,2208,2617,2560,2288,2480,2613,2774,2360,2329,2400,2414,2369,2600,2246,2412,2414,2124,2405,3005,3216,2448,2532,2726,2444,2288,2564,2444,2165,2931,2332,2119,2046,2409,2364,3173,2139,2481,2641,2256,2609,2956,3058,3336,2526,2201,2490,2925,2685,2571,1924,1882,2571,2293,2481,2409,2773,2040,2165,2457,2445,2126,2041,1885,1886,1965,1966,2219,2489,2526,2600,2489,2486,2808,2569,2366,2246,2482,3296,2045,2925,2694,2602,2169,2811,2612,2403,2451,2444,2087,2657,2643,2364,2335,2323,2250,2480,2565,2450,2527,2325,2889,2206,2449,2771,2493,2642,2288,2570,2558,2212,2164,2643,2661,2999,2972,3005,2451,2451,2483,2605,2367,2566,2254,1999,3103,2997,2979,2606,2972,3094,2366,4126,1886,2088,2721,2408,2404,2890,3374,2127,2120,2046,2486,2534,2692,2535,3112,2744,2477,2283,2854,3009,2769,2486,2969,2930,3018,2285,2243,2492,2633,2291,2048,2284,2930,2204,2731,2444,3094,2534,2518,2889,2255,2808,2852,2558,2733,2200,2528,2729,2564,2373,2929,3208,2331,2280,2490,2532,2403,3295,2400,2408,2968,2847,2574,2971,2565,3010,2323,2733,3325,2646,2573,2045,2696,2324,2923,2410,2252,2156,2892,2532,2369,2402,2291,3370,2284,2327,2284,2248,2494,2647,2519,3183,2558,2724,2491,3011,2366,2088,3015,2524,2524,2967,3176,2168,2486,2164,2334,2970,3441,2138,2601,2173,2639,2200,3857,2361,2219,3166,2959,2207,3612,3705,2232,2136,2807,3254,2839,3006,2373,2530,3049,2610,2768,2525,2766,3089,2531,2560,2736,2563,2568,2487,2779,2515,2936,2376,2474,2171,5255,2648,3246,2608,2725,2448,3012,2569,2658,2366,2278,2494,2366,2689,2854,2562,2639,2492,2566,2331,3122,2414,2050,2762,2766,2605,2527,2822,2762,2689,2448,2683,2246,2887,2383,2115,2567,2404,3578,2042,2567,2810,2337,2358,2531,2771,3522,2172,2327,2329,2682,2291,2322,3489,2253,2122,5895,2342,2647,2278,2648,2806,2499,2438,2928,2134,2354,2023,2445,2526,2282,3127,2050,3697,2722,2438,2898,2131,2638,2288,3133,2653,2799,2614,2571,2435,2048,2262,2593,2244,2608,2287,2613,3046,2582,2592,3094,2816,3009,2323,2488,2044,2440,2367,2500,2573,3243,2771,2684,2360,2694,2401,2729,2170,3124,2410,2485,3263,2476,2169,2289,2323,2250,2530,2527,2729,1919,2487,2978,3935,2755,2408,3183,2516,2405,2854,2529,2369,2532,2571,2405,2485,2488,2364,2246,2401,2208,2289,2767,2446,2494,2242,2286,2246,2135,2406,3003,2325,2645,2010,1883,1847,1847,2328,2446,2329,2413,2534,2322,2369,2236,2414,2404,2844,2609,2567,3051,2684,3540,2322,2861,2201,2559,2486,2654,2926,2889,2529,3127,3016,2451,2529,2236,2085,2052,2487,2481,2372,2323,2128,2127,2293,2436,3256,2448,2164,2365,2417,2285,2238,2893,2604,2530,2329,2327,2407,2725,2450,2452,2161,2049,2082,2167,2244,2375,2520,2255,3846,2769,2974,2161,2732,2965,2965,2570,2580,3638,2371,2330,2855,2960,3414,2400,2334,2443,2529,2536,2643,3164,2572,2286,2368,2566,2165,3856,2562,2611,2377,2236,2565,2530,2124,3090,2257,2205,2684,2364,2165,2326,2532,2737,2403,2765,2448,3129,3010,2736,2526,2559,2334,2646,2325,2608,2406,2253,2278,2247,2693,2409,2607,2486,2324,2367,2015,2317,2375,2763,2009,2285,2483,3086,2051,1967,2121,1967,2205,2380,2406,2959,2454,2445,2328,2602,2768,3933,2300,2319,2689,2207,2604,3211,2406,2241,2419,2442,2763,2128,2415,2360,2526,2781,2370,2477,2088,2408,2601,2618,2811,2484,2488,2123,2642,2415,2445,2488,2854,2369,2289,2511,2291,2215,2728,2646,2567,3052,3492,2685,2160,2084,2255,2166,2652,2480,2283,2613,2283,2172,2332,2599,2522,2496,2559,2931,2571,2617,2529,2635,1810,3010,2488,2605,2450,2481,2495,2495,2559,2650,2801,3013,2488,2975,3326,2970,2613,3881,2208,2726,2331,3044,2577,2444,2843,2290,2641,2292,2613,3093,2451,3045,2359,2086,2044,2053,2526,2609,2487,2280,2089,2530,2208,2363,2167,2091,1885,1846,2159,2086,2174,2168,2161,2044,1850,1842,2289,2006,2453,2357,2464,2244,2608,2403,2167,2477,2374,2322,2377,2411,2313,6027,2405,2612,2332,3087,2526,2525,2320,3052,2655,2877,2499,3013,4850,2595,2614,4612,2325,2768,3937,2043,2365,3778,3090,3846,3976,2561,2768,2411,2372,2649,2965,2532,2884,2528,2650,2562,3129,2812,4261,2321,2407,3206,2406,2454,2601,2329,3851,2527,2407,2491,2453,2361,2165,3139,3604,3008,2409,2245,2371,2118,2928,2375,4815,10312,2892,3329,2368,3616,2841,2293,2529,2958,2616,2166,3853,2961,2403,2658,2404,2128,2281,2362,2424,2362,2517,2129,2296,2153,2537,2325,2526,3133,3766,2493,2290,2568,2568,2759,4455,2728,2374,2808,2081,2612,3929,2164,2328,3450,2131,2567,3247,2286,2404,2491,2168,3371,3289,2725,3210,3129,2123,2212,2570,2773,2613,2596,2924,2086,3812,2093,2445,3929,2246,2969,2452,2085,2204,2254,2759,2490,3134,2442,2606,2938,2254,2519,3208,2771,2730,2402,3250,2738,2601,2331,2488,2724,2453,3049,2607,2241,3489,2643,2689,2528,2974,2605,3289,2647,2485,3054,2607,2730,2530,2766,2443,2213,3043,2251,4581,2519,2941,2683,2734,3725,2562,2487,2527,2530,2562,3008,2570,2090,2457,2526,2210,2556,2244,2730,3702,2563,2486,2375,3041,2568,2528,2886,2364,2413,2400,2659,2484,2482,2487,2371,3042,2811,2495,2647,2369,2449,2449,3130,2487,2606,2613,2553,2613,2564,2452,2121,2207,2534,2200,2209,2050,2647,2284,2725,2893,2409,2655,2005,2516,2449,2449,2452,2363,2205,2325,2569,2129,2606,2287,2576,2282,2569,2489,3089,2640,2807,2735,3129,2365,2248,2321,1887,1851,1840,1850,2452,2729,2681,2004,1849,1840,1933,2249,2565,2406,2490,2520,2652,3014,2520,2580,2317,1924,1846,2047,2045,2373,2562,2339,2476,2125,2650,2568,4939,2646,1964,2411,1962,1925,2254,2606,2484,2128,2684,2007,1924,2051,2567,2619,2601,2204,1964,1925,1885,2295,2527,2316,2609,2010,1926,2004,2053,2367,2287,2198,1926,1887,1885,1886,1898,2363,2490,2320,2655,2859,2339,2500,2801,2719,3092,2857,2860,2612,2314,2672,2481,2246,2242,2243,2909,2609,2821,2315,2287,2204,3129,2495,2322,2485,2332,2315,2508,2318,2161,2451,2313,2050,1961,2408,2793,2343,2111,2432,2656,2653,2532,2400,2919,2495,2521,2621,2484,2330,2757,2366,2331,2309,2626,2085,2447,2246,2130,2527,2447,2485,2365,2372,2322,2530,2572,2933,2882,2702,2477,2530,2512,2202,2050,2469,2485,2245,2288,2412,2803,2102,2250,2004,2037,2192,3231,2130,1965,1886,1925,1805,2704,2590,2610,2007,1845,2250,1804,2379,2571,2449,2150,1884,1846,1804,1806,2548,2325,2484,2207,2165,2412,2323,2333,2280,2955,2942,2357,3011,2738,2261,2118,2791,2165,2356,3608,2667,2525,2593,2259,2206,2100,3407,2597,2450,2474,2403,1983,2269,2374,2724,2441,2733,2267,2327,3460,2890,2449,2330,2346,2050,2467,2091,2564,2501,2331,2130,2405,2672,2500,2632,2493,2447,2513,2353,2088,2375,2988,2366,2569,2529,2320,2414,2322,2343,2264,2474,2462,2609,2672,2368,2603,3148,2395,3026,3076,2293,2670,2744,2035,1925,2540,2759,2564,2570,2642,2412,2433,2162,2371,2450,2327,2245,2169,2245,2121,2208,2086,2366,2523,2457,2694,2430,2490,2455,2528,2375,2096,2275,2084,2488,2647,2270,2398,1923,1885,2350,2093,2605,2780,2010,2004,1966,1967,2005,2422,2378,2773,2101,1881,2461,2263,2364,2291,2083,2086,2212,2315,2538,2957,2458,2245,2363,2266,2308,2626,2475,2658,2205,2687,2130,1948,2348,2489,2602,2631,2432,2360,2411,2449,2079,2389,2429,2245,2285,2374,2440,2416,2603,2389,2373,2243,2245,2131,2593,2409,2315,2424,2685,2606,2531,2755,2407,2368,2283,2212,2724,3426,2369,2827,2375,2480,2583,2452,3120,2327,2357,2344,2449,2927,3768,2571,2609,2447,2927,2774,2800,2330,2413,2563,2970,2724,2489,2499,2861,2528,2286,2372,2447,2369,2569,2363,2406,2264,2362,2755,2479,3920,2844,2721,2530,2809,2343,2588,2660,2731,2991,2405,2570,2462,2315,2520,2531,2613,2404,2494,2644,2408,2457,2606,2127,2599,2443,2426,2787,2514,2568,2606,2334,2327,2285,2064,2042,1845,2005,1891,2346,2489,2730,2020,1844,2153,2141,2269,2493,2301,1883,2086,2127,2126,2127,2005,2454,2366,2162,2167,2248,2251,2695,2651,2608,2633,2247,2123,2469,2313,2320,2406,2267,2150,2448,2448,2488,2327,3016,2602,2488,2412,2644,2370,2722,2531,2646,2370,2320,2785,3133,3486,2838,2698,2396,2379,2008,2486,2880,2441,2286,2489,2426,2753,2652,2359,2647,3306,2934,2606,2595,2486,2665,2683,2875,6665,2599,3150,3647,3371,3730,2513,2466,2667,4032,3475,2006,2624,2877,5778,4086,2221,2411,2530,2185,3536,1967,2646,2322,2187,2186,5759,2241,2367,6485,2261,9226,8867,2200,5409,2174,2701,3043,2529,2773,2808,2593,2245,3341,2691,2166,2791,2135,2446,3091,2453,2531,2281,2638,2851,2484,2384,2471,2817,2571,2487,2329,1960,2529,3303,2509,2086,2085,2046,2370,3184,2588,2455,2703,2351,2330,2336,2473,2407,2736,2285,2367,2408,2409,2688,2605,2533,2484,2241,2625,2595,2449,2285,2247,2286,2444,2564,2617,2363,2484,2369,2368,2330,2368,2409,2604,2442,2251,2204,2662,2082,3457,3165,2640,2364,2287,2499,2761,2444,3185,2754,2846,2460,2487,2806,2087,2636,2490,2410,3339,2693,2471,2425,2601,2531,3718,2325,2219,2355,2499,2554,2854,2501,2643,2527,3120,2368,2649,3009,2324,2248,3703,2972,2604,2762,2488,2219,2589,2142,3169,3593,2350,2467,2011,2856,2639,3567,2780,2254,2524,2714,2566,3022,2770,2368,2556,2542,2308,2053,2244,2248,2646,2458,2352,2288,2588,2433,2339,2436,2282,2287,2422,2440,2567,2328,2440,2413,2282,2331,2082,2407,2415,2527,2442,2205,2411,3265,2390,2490,2161,2245,1974,1880,1845,2103,2125,3492,2556,2000,1852,1881,1899,2285,2404,2240,2658,2410,2086,2326,2249,2561,2491,2442,2116,1930,2985,2480,2759,2367,2128,1883,1846,1927,2455,2609,3814,2557,1884,1927,1885,2579,2785,2544,2634,2888,3213,2607,2503,2889,2282,2166,2393,3027,2610,2535,3679,2081,2297,3215,2398,2562,2333,2203,2087,2240,2537,2404,2452,2484,2246,1930,1880,2574,2119,2288,2129,2206,1884,1845,1971,2002,2183,2365,2368,2109,1852,1842,2292,1975,2466,2579,2284,1889,1838,2175,2160,3072,3070,2566,2582,2520,2486,2696,2687,2676,2780,2972,2904,2904,3264,3056,3304,2853,2825,2896,2646,2864,2940,2906,2859,3285,3022,3223,3825,3077,3312,2901,3380,2853,2817,3029,3018,3557,2652,2888,2603,2996,2659,3140,2818,2893,2916,3169,2849,2787,2749,3060,2957,2738,2664,2817,2895,2858,2998,2580,2493,2574,2546,2364,2371,2364,2974,2443,2508,2746,2809,2504,2812,2348,2806,2792,2363,2507,2649,2368,2489,2305,2305,2570,3255,2638,2530,2654,2396,2252,2492,3130,2482,2250,2524,2205,2858,2325,2527,3048,2849,2328,2289,2301,2451,2567,2365,2950,2350,2861,2271,2186,2692,2643,2368,2510,2271,2963,2286,2044,1925,1845,1846,1805,2253,2283,2812,2646,2527,1963,1891,2413,2683,2203,2207,2450,2610,3334,2604,2328,2282,2532,2143,2346,2736,2400,2684,2293,2084,2445,2933,3051,2363,2249,2123,3091,2728,2470,2742,2571,2605,2617,2463,2546,2752,2648,2522,2233,2723,2528,2534,2570,2658,2223,2690,2171,1962,1884,2250,3695,2408,2605,2494,2447,2561,2693,2643,2330,2284,2522,2528,2416,2813,2406,2521,2488,2369,2687,2647,2532,1999,2533,2442,2732,2686,2416,2724,2565,2974,2401,2937,2646,2440,2788,2388,3167,2818,2727,2645,3045,2087,2048,2408,2044,2407,2410,2687,2328,2573,2766,2747,2127,2282,2851,2206,2506,2452,2727,3008,3048,2608,2409,2320,2412,2432,2628,2491,2624,2542,2233,2502,2955,2070,2727,2481,2750,2059,2413,2695,2523,2238,2720,2701,2335,2642,2775,2795,2690,2494,3227,2591,2443,2975,2829,2385,4054,2882,2529,2287,2767,3031,2913,2524,3083,2455,3172,2890,2727,2342,2428,3194,3048,2304,3244,3182,2368,2481,2404,2450,2494,2342,2660,2654,2529,2729,2247,2533,2479,2329,2400,2573,2372,2364,2087,2488,2640,2535,2973,2202,1926,3776,2280,2669,2547,3045,2848,3979,4049,2567,6301,2329,3322,2616,3136,2222,3265,2449,3010,2609,2243,2171,2447,2927,2288,2287,2205,2363,2406,2367,2455,2611,4041,3021,2077,2456,2326,1928,2843,2409,2162,2244,2697,2044,1563,2526,2492,2600,2579,2563,2602,3014,2602,2974,2404,2853,2167,2328,2648,2403,2928,3291,8871,2285,2164,2163,4215,3287,4258,2205,2365,4615,2252,2583,3638,3124,5492,4861,2646,4819,2604,2129,2887,2923,2328,2211,2770,2846,4212,2651,2253,3084,2569,2319,2727,2534,2802,2902,2759,2570,2208,5701,2339,2435,2206,2169,2607,2646,2763,3189,3553,2931,2209,2406,2245,2562,2874,2628,2408,2444,2125,2125,3258,2884,2405,2566,2593,2512,2682,3124,2333,2205,2530,2608,2201,2300,5608,3054,1843,2411,2569,2441,2330,2326,2587,2488,3007,2794,2887,2366,2251,2526,2848,2127,2966,3048,2870,2487,2687,3512,2652,2439,2525,2815,2361,2534,2210,2403,2040,3495,2648,2127,2168,2571,4650,2166,2385,2752,2690,2189,2505,2244,2532,2522,3251,2085,2654,2547,2382,2047,2490,2364,2432,2709,2565,2609,2486,2488,2385,2447,2450,2141,2204,2171,2050,2164,3172,2371,2889,2480,2934,2840,3102,2527,2877,2291,2083,2046,2006,2269,2596,2522,2574,2605,2808,2364,2414,2480,2534,2564,2247,2847,3055,2408,2207,2398,2368,2652,2963,1847,2046,2163,2650,2450,2450,2402,2366,2446,2369,2127,2009,2246,2732,2120,2391,2261,2572,2451,2448,2922,2485,2407,2453,2289,2165,2728,2070,2367,2284,2203,2030,1963,2450,2083,2812,2410,2601,2006,1883,2539,2463,2568,2243,2247,2147,2085,1884,1846,1806,2135,2324,2363,1925,2187,2066,1845,2049,1923,1883,2093,2043,1971,1919,1805,1806,1926,1845,1844,1968,2087,2086,1926,2293,2992,2809,2425,3003,2475,2404,2384,2448,2616,2482,2201,2167,2126,2086,2845,3153,2268,2125,2127,2126,2126,2893,3261,2996,2925,2891,3633,3016,2987,2844,2366,2045,2011,2244,2615,2482,2449,2164,2449,2125,2328,2569,3141,2512,2085,2126,3057,3249,3048,2810,2320,2287,2216,2663,2981,2252,1884,1850,2483,3250,2654,2342,2347,1884,1812,1845,1840,2210,2476,2799,2666,1886,2043,1808,2626,2665,2820,2522,1844,1806,1805,1806,2238,2381,2162,1925,1806,1805,1806,1886,2127,2723,2777,2403,2321,2588,2534,2487,2490,2800,2716,2287,2124,2124,3175,2814,2199,2126,2167,2246,2840,2605,2715,2433,2285,2087,2086,2301,2453,2785,2441,2426,3008,2403,2674,2580,2367,2047,2050,1959,2323,2400,2098,2413,2367,2894,2286,2525,3140,2728,2236,2202,1922,1847,1806,2356,2609,2488,2448,2137,2005,1966,2599,2564,2449,2530,2286,2427,3405,2368,2651,2272,2540,2685,2449,2086,3043,2637,2220,1884,1846,1845,2441,2324,2502,2593,2177,2411,2030,2373,2443,2447,2452,2367,2526,2902,2446,2858,2988,3090,2948,2421,2936,2725,2650,2599,3183,2502,2244,2428,2453,3124,2524,3271,2412,2680,3034,2625,2406,2478,2203,3089,2427,2154,2733,2479,2572,3163,2372,3216,2205,2372,3053,2114,2401,2425,2878,2531,2005,2241,2739,2389,2889,2622,2444,3137,2719,3172,2884,2137,2288,2604,3080,2689,2405,2771,2360,2495,2479,2288,2492,2948,2680,2456,2063,2704,3199,2657,2404,2476,2339,2615,2671,2569,2575,2855,2472,2865,2524,2531,2203,2166,2086,2538,2555,2895,2932,2999,2403,2412,2290,2094,2835,2524,2547,2752,2044,2581,2230,2605,2422,2411,3039,2244,2620,2517,2487,2609,3086,2934,2657,2484,2536,2527,2949,2501,2556,2743,2485,2363,2497,2959,3053,2192,2211,2603,2025,2321,2606,2447,2093,2571,2277,2276,2413,2442,2543,2368,3126,2844,2283,2524,2424,2560,3335,2411,2532,2484,2370,2326,4130,3127,2890,2369,2404,2286,3252,2523,2806,2611,3247,3248,3365,2570,2375,2444,2049,2879,3013,2289,2655,2447,2478,2297,2414,2480,2639,2257,2248,2682,2973,3973,2802,2612,2366,2575,2955,2420,2915,2733,2452,2607,2559,2583,2364,2448,2605,2088,2328,2607,2479,2454,2797,2463,2886,2328,2283,2614,2248,2443,2489,2004,2287,3031,2466,2570,2362,2123,2448,2414,4129,2487,2244,2218,2631,2541,2551,2132,2723,2606,2419,2369,2122,2938,2284,2484,2970,2286,2243,2260,2316,2406,2897,4405,2559,2572,2263,2597,2486,2534,2365,2652,3455,2681,2810,2855,2963,2050,3648,2400,2498,2750,2462,2888,3447,2889,2244,3057,2325,2563,3014,2333,2746,3510,2403,2888,2410,2372,2359,2443,2247,2655,2163,2727,2689,3215,2643,2167,2523,3456,2242,2214,2571,2560,2737,3204,2488,2245,3966,2118,2687,1985,2523,2492,8383,2356,2421,2928,2523,2811,3085,2373,2477,2297,2926,2526,2408,2484,2410,3454,2654,2648,2366,2202,2432,2332,2284,2491,3169,2373,2477,3184,2447,2410,2565,2515,2449,2335,3132,2926,2315,2223,2440,2533,4285,2738,4572,2721,3007,3177,2045,2328,3057,2764,2409,2808,3032,2607,2505,2365,2362,2858,2523,2448,2574,2504,2772,2342,3330,3093,2121,2811,2527,2531,3399,2894,2125,2489,2572,2452,3196,2598,2655,2650,2894,2771,2374,2561,2762,2611,2133,2635,2374,2573,3333,2550,3580,1925,2003,2327,3452,3619,2430,2692,2606,3131,2372,2412,2366,2483,2407,3163,2808,2329,2529,2567,2419,2609,2512,2423,2564,2273,2691,2608,2694,2405,2439,2303,2526,2653,2403,3165,2560,3774,3214,2888,2209,3123,2701,2435,2767,2386,2195,2969,1970,2359,2764,2260,2285,2487,3284,2483,2501,2636,2099,3289,2127,2558,2439,2511,2432,2326,2412,2524,2172,2282,2043,1972,1920,2127,2446,2528,2133,2197,2181,2045,1845,1845,1846,2320,2087,2206,2134,1845,1805,1805,1806,2199,2283,2290,2247,2126,2485,2413,2380,2474,2401,3055,2608,2375,2332,3125,2158,2781,2805,2352,2367,2405,2212,2449,2483,2585,2082,1885,1806,2164,2322,2008,2444,2329,2575,2479,2256,2565,2291,2518,2054,1844,2485,2653,3177,2396,2439,2057,2292,3041,2615,2165,2675,2686,2287,2253,2407,1923,2329,2095,2171,2207,2565,2123,2472,2459,1929,2001,2257,2760,2407,2576,2246,2392,2300,2652,2043,2089,2441,2413,2807,1968,2002,2041,2099,2195,2282,2249,2261,2122,2120,2259,2196,2437,2504,2412,2079,2286,2288,2246,2329,2405,2287,2324,1887,1845,1805,2010,2395,2726,2375,1889,1846,1805,1882,1849,2396,2645,2182,1889,1884,1845,1927,2605,2167,2128,2164,2170,2482,2808,2367,2608,2871,2627,3329,2490,2927,2446,2790,3513,2942,2908,2710,2778,2945,2924,2845,2907,3286,3255,3090,2738,2770,2894,2857,2822,3006,2914,3146,2861,3313,2937,2946,2903,2909,2818,2739,3077,2997,2563,3449,2978,3011,2784,2905,2911,3639,3410,3495,2527,2798,2857,3220,3184,3169,3297,2823,3069,2717,2854,2888,2858,2709,2942,2395,3378,3060,2860,2892,2794,2287,2587,2588,2653,2511,3095,3404,2841,2653,2199,2550,2644,2416,2864,2480,2657,2961,2280,2726,2751,2592,2663,2768,2653,2565,2711,3011,2654,2654,4631,2994,2564,2041,2089,2086,2101,3081,2576,2515,2285,2086,2687,2170,2450,2458,1992,1885,1845,2765,2214,2101,2284,1913,1966,1843,1845,2533,2297,2125,2007,2111,1927,1845,2287,2045,1945,2611,2348,2287,1888,1926,2246,2696,2493,2363,2557,3508,2472,2241,2052,2098,2371,2166,2040,2208,2313,2370,2641,2254,2245,2248,2402,2250,2325,2606,2301,2812,2517,2767,2606,2445,2044,2372,2291,2938,2930,3030,2688,2181,2329,2246,2333,2367,3270,3092,2290,2383,2642,2574,2670,2243,2453,2163,2568,2927,1928,1845,2289,2424,2246,2989,2285,2415,2284,2568,2246,2291,1961,2164,2744,2759,2495,3003,2721,2370,1885,1845,2007,2406,2890,2364,2532,2687,2568,2324,2892,2529,2646,2885,2168,2408,2885,2817,2539,2675,2246,2447,2643,3096,2524,2851,2362,2010,2288,2408,2607,2700,2077,2441,2727,2730,2132,2488,3003,2451,2647,2444,2185,2242,2314,2372,2403,2246,2287,2692,2286,2365,3090,2525,2735,2257,3130,2269,2696,2841,2734,2603,3537,2406,2125,2416,2119,1883,2298,2312,2490,2326,2784,2193,2343,3011,2307,2545,2113,2208,2049,2041,2487,2285,2569,2649,2164,2527,2166,2736,2527,2976,2175,2229,2288,2121,2532,2569,3008,2689,2043,2011,2006,2441,2748,3032,2086,2300,2853,2165,2428,2488,2972,2847,2286,2327,2405,2223,2392,2697,2522,1966,1966,2529,2456,2195,2291,2043,2006,2006,1966,1978,2412,2928,2282,2356,2006,2006,2528,2369,2885,2128,2007,2005,1926,2090,2457,2169,3153,1968,1884,2047,1842,2370,2608,2532,2082,1848,1841,2212,1805,2578,2410,2646,2413,1988,2225,2427,2326,2293,2403,1931,2285,1808,1845,2324,3007,2605,2370,2006,2503,2357,2562,2339,2559,2605,2207,2411,2729,2783,2873,2124,2406,2365,2091,2463,2328,2400,1964,2359,2044,2453,2540,2245,2447,2311,2582,2052,2632,2344,2592,2415,2473,2545,2918,2046,2890,2560,2462,2515,2267,2519,3080,2606,2613,2647,2681,2583,2411,2032,2163,2449,2487,2410,2684,2490,2948,2441,2640,2361,3012,2463,2145,2449,2492,2763,3335,2367,2125,2325,2410,2888,2525,2386,2350,2121,2616,2368,2407,2445,3209,2165,2267,2725,3005,2560,2525,2365,2342,2293,3430,2491,2164,2587,2270,2608,3025,2914,2845,2370,2285,2288,2525,2485,2649,2086,2366,2127,2088,2609,2247,2125,2091,1920,2127,2007,1882,2171,2410,2406,2123,1884,1812,1844,1843,2731,3509,2267,2085,2636,2379,1930,2707,2462,2390,2470,1922,1846,1811,2388,2933,2701,2450,2203,2285,2204,2473,2332,2299,1882,1814,1844,1842,2571,2708,2586,2326,2327,2247,2086,2298,2886,2721,2446,2207,2044,1927,2653,2657,2007,1993,2246,1845,1805,1805,2520,2337,2548,1945,1845,1805,2327,2507,2442,2209,1951,1844,1806,1805,1805,1805,2184,2408,2271,1844,1944,2045,1870,1925,2129,2689,2956,2417,2246,2086,2086,2345,3010,2695,3045,2742,2254,2169,2555,2339,2505,2319,2399,2545,2871,2141,3818,2330,2913,2199,3317,2718,2331,2731,2463,2409,2591,1925,2452,2767,2941,2296,2038,2446,2602,2334,2521,2116,2686,2453,3167,2290,2404,2087,2326,2768,2048,2441,2816,2242,2768,2219,2449,2443,2718,3062,2695,2477,2040,2488,2563,2406,2412,4295,2178,2755,2928,2539,2397,2895,2160,2168,2980,2528,2514,2300,2130,2125,2236,2687,2886,3012,2528,2563,2421,2413,2594,2806,2657,2839,2812,2496,2519,2401,2365,2289,2287,2332,2450,2414,2326,2486,2361,2217,2286,2692,2314,2578,2126,2676,2448,2454,2277,2145,2753,1978,3089,2513,2449,2292,2682,2406,2414,2336,2524,2446,6506,2952,2374,3216,2394,2292,2248,2726,3089,2811,2887,3365,2619,2281,2526,2381,1923,3433,2410,2250,2244,2491,2286,2524,2128,2489,2542,2402,2436,2645,4061,2525,2257,2289,2166,2005,2411,2245,2475,2284,2369,2260,3088,2369,2160,2327,2285,2452,2325,2612,2473,2501,2560,2447,2204,2482,2304,2410,2111,2305,2362,2406,2405,2574,2204,2794,2768,2455,2379,2483,2567,2634,2692,2847,2682,2666,2635,3264,2554,2259,2444,2409,2638,3856,2458,2526,2083,2558,2423,2510,3064,2670,2380,2376,2435,2532,2249,2921,2415,2270,2145,2319,2286,3007,2499,2433,2331,2562,2373,2287,2902,2749,2419,2288,2877,2612,2408,4930,2424,2164,2196,2286,3854,2331,2559,2206,2173,2686,2420,2715,2769,3164,3455,2575,2373,2712,3345,2290,2191,3614,4624,2076,2370,3171,2802,2011,2776,2888,1921,2164,2161,2687,2768,2329,2079,2223,2734,2325,2807,2711,2414,2643,2453,2455,2595,2385,3085,2372,2844,2568,2316,2218,2568,2406,2557,2051,2205,2527,2490,2931,2209,2282,2456,3452,2441,2155,2173,2577,2248,2723,2611,2411,2244,2290,9261,3612,2647,2415,4046,2245,2449,3923,2496,2242,2283,2603,2341,2892,2282,4044,2818,5255,2373,2406,1969,2324,2196,4667,2723,2641,2295,2675,2444,2608,2614,2562,3137,3165,3584,3535,2681,2595,2286,2427,2644,3075,2547,2405,2286,2284,2637,2732,2372,2319,2338,2449,2772,2591,2585,2444,2408,2229,2535,2775,2476,2574,2608,2573,2407,2481,2924,2985,2194,2687,2535,5055,2722,2653,2689,2254,4478,2139,2513,2570,2613,3128,4410,2860,2851,2610,2480,2998,2860,2174,2407,2350,2131,2895,2522,2777,2483,2843,2735,2679,3384,3206,2235,2726,3175,2406,2889,2295,3078,3814,2809,2571,3564,3090,2743,2967,2482,3607,2327,3013,2689,2333,2119,2376,2970,2955,2341,2671,2729,2726,2145,2605,2630,3173,2690,2414,3802,2340,2414,3515,2938,2412,2870,2411,2569,2288,2325,2405,4341,2979,2843,2489,1918,2420,4190,2256,2574,3080,2524,3017,3483,2145,2563,2452,3004,2250,2679,2526,2803,2808,2021,2330,2151,2333,3089,3419,2288,2526,2448,2518,2320,2925,2453,2486,2123,2303,2915,2211,2378,2009,2368,2285,2272,2650,2463,2684,3010,2355,2292,2402,2406,2531,2565,2610,2402,2813,2167,2485,2374,2045,2256,3010,2034,2253,2400,2535,2289,2285,3089,2158,2524,3286,3097,3015,3086,2698,2639,2281,2647,2731,2330,2404,2651,2165,2442,2940,2854,2637,3337,2885,2256,2201,2439,3010,3207,2502,2611,2028,2341,2594,2698,3038,2974,2446,2252,2562,2619,2360,2362,2851,2168,2892,2574,2317,2690,3016,2236,2125,2493,3126,3007,2608,2536,2680,2449,2744,2427,2495,2606,2610,2521,2691,3057,2324,2686,2692,2519,2489,2622,2523,2723,2647,2366,2210,2647,2363,2805,2706,2345,2509,2548,2331,2370,2524,2491,2286,2375,2919,2284,2536,2541,2446,3030,2492,2409,2602,2947,2428,2331,2206,2527,2324,2044,2569,2543,2089,2193,2342,2084,2008,2918,2563,2529,2978,2290,2271,2625,2316,2248,2440,2532,2569,2440,3052,2367,2302,2596,2328,2245,2421,2594,2415,2119,2330,2239,2534,3293,2244,2661,2874,3129,2927,2462,2319,2334,2525,2358,2343,2203,2369,2312,2290,2087,2046,2119,2011,2923,2373,2606,2369,2447,2445,3181,2294,2511,2614,2442,2411,2647,2609,2488,2566,2775,2291,1924,2315,2609,2262,2434,2685,2532,1854,2035,2333,2606,2768,2288,2335,1924,1845,1845,2680,2940,2717,2056,1885,1805,1805,1805,2163,2803,2098,1844,1845,1805,1805,1806,2838,2367,2260,2044,2086,2086,2488,2450,2596,2565,2864,2776,2478,2733,2510,2083,2888,2168,2707,3482,2933,2608,2398,2414,2046,2049,2651,2511,2503,2450,2682,2811,2318,2323,2341,2918,2220,2447,2834,2522,2222,3210,3491,2725,2207,2611,2567,2485,2932,2408,2125,2205,2450,2074,2608,2852,2444,2341,2990,2750,2806,2434,2382,2476,2212,2367,2368,2210,2850,2439,2774,2570,4396,6055,5278,4653,3891,2516,4022,2607,2478,2812,2459,2479,3124,2684,3335,2966,2446,2605,3340,2535,3933,2440,2402,2644,2663,3408,4297,2522,3136,2687,2485,3635,2538,3645,3205,2574,2532,2656,2404,2765,2654,2430,2704,2930,2686,2729,2969,2270,2868,2913,2538,2847,2637,2178,2634,2290,2650,2689,2984,2403,2650,3249,2630,2259,2847,3609,2816,2203,2209,2124,2773,2765,2677,2260,2487,3001,3090,2570,2377,2309,2104,2359,2446,2440,2062,1923,2006,2370,2840,2816,2447,2604,3338,2326,2605,2955,2383,3205,2693,2562,2894,2165,2369,2634,2461,2849,3608,3316,2292,2044,2084,1859,1884,1846,2560,2407,2410,2325,2171,1810,1844,2080,2202,2607,2649,2568,2619,1885,2118,2368,2284,2380,1923,1886,1886,1845,2329,2513,2180,2046,1925,1850,1879,1847,1971,2434,2807,2339,1885,1885,1805,1806,2123,2789,2578,2140,1845,1805,1842,1809,2238,2406,3060,1925,1845,1846,1845,1806,2354,2814,2457,2125,2126,2126,2086,3136,4808,2527,2448,2371,2771,2525,2243,2414,2441,2445,2496,2568,2562,2328,2526,2609,2526,2529,2435,2579,2473,2445,2268,2682,2128,2411,2327,2562,2474,2346,2127,2753,2362,2204,2148,1964,1886,1885,1845,2148,2571,2549,2081,1805,2809,1885,1846,2270,2445,2268,1884,2166,2132,1920,1851,2404,2647,2488,2171,2161,2126,2126,2367,2763,2293,1890,1884,2109,2690,3211,2581,2774,3062,3250,2818,2569,2609,2675,2934,2648,2849,2574,2749,2625,2868,3305,2855,2458,2514,2772,2278,2315,2242,2353,2766,2366,2620,2240,2244,2279,2732,2159,2529,2456,2207,2565,2321,3209,2328,2487,2286,1930,1923,1849,3126,2330,2123,2451,2203,2536,2608,2481,2059,2365,2598,2453,2201,2284,2408,2046,2487,2165,2008,1884,1968,1883,2329,2608,2570,2009,1885,2001,1890,1845,2535,2492,2348,2692,1885,1885,2171,2134,2635,2461,2076,1884,1846,1805,2343,2403,2155,2536,2038,1846,1845,1845,1806,2127,2448,2455,2078,2046,1805,1805,1806,2377,2523,2608,2320,1811,1881,1845,3137,2681,3036,2422,2500,2632,2657,3009,3472,3094,2842,2663,2529,2815,2494,2553,2335,2567,2811,2568,2448,2477,2086,1886,1884,1927,2326,2208,2009,1961,1885,1853,1880,2300,2486,2284,2211,2275,2166,2126,2086,2413,2283,2125,2392,2382,1965,2157,3100,3474,2450,2485,2555,2650,2203,2784,2491,2404,3320,2521,3171,2609,2832,2476,2412,2777,2520,2504,2635,2886,2499,2536,1956,1886,2367,1845,2048,2205,1892,2001,1928,1925,1842,2290,1843,1846,1806,1885,1846,2046,1845,2099,2667,2737,2164,1889,1845,1846,2318,2723,2743,2207,2405,3193,3404,3314,3425,3306,3891,2910,3168,3059,2907,2903,2907,3166,3251,3122,2932,2936,2866,3368,3286,2910,2908,2909,3127,3051,3156,2909,2908,2824,2635,2627,3285,2934,2777,2825,3503,3054,2781,3147,2852,2502,2692,2335,3125,3033,2600,2887,2123,2791,3676,2862,2466,2458,3126,2472,2769,2222,3031,2729,2843,3109,2630,2619,2134,2513,3064,2524,2882,2530,2769,2374,2199,2401,2428,2567,2567,2569,2868,2660,3001,2486,2888,2182,1995,2454,2416,2446,2964,2372,2086,2748,2584,2152,2863,2453,2283,2675,2806,2621,2800,2791,2675,2525,2914,2582,2365,2892,2489,2197,1960,2133,2604,3294,2660,2127,2329,2589,2731,3251,2400,2646,2840,3106,2761,2681,2852,2569,2550,2691,2960,3078,2568,2488,2611,2610,2698,2420,2939,2610,2339,2834,3271,3312,2258,2562,2380,2752,2180,2530,2873,2358,2618,3016,2455,2447,2394,2262,2844,2527,2130,2634,2322,2447,2253,1980,2593,2342,2870,2779,3363,3114,2727,3025,3606,2382,2008,2352,2141,2890,2566,2082,2637,2328,3186,2886,2752,2891,2548,3201,2674,2306,3091,2102,2995,2549,2571,2495,3079,3183,2493,2326,2248,2680,3010,2436,2925,2579,2468,2941,2284,2840,2364,3615,2837,2279,2532,3114,2330,2460,2509,2429,2527,2232,2378,2324,2512,2492,2449,2443,2177,2597,2300,2734,2364,2193,2854,2271,2730,3148,2329,2571,2516,3813,2163,2446,2785,2297,2031,3011,3148,2772,2828,2490,2862,2661,2321,1859,2401,3564,2732,2448,2493,2487,2046,2576,2358,2579,2603,2473,2926,2692,2535,2171,2414,3477,3518,2266,3088,3005,3180,3020,2507,2288,2844,2618,2282,2081,2362,2187,2033,2558,2483,3009,2862,2617,2534,3409,2206,2609,3553,3327,2329,2541,2450,2630,2843,2992,3312,2975,2360,2230,3443,1766,2775,3571,2631,2216,2003,3281,2305,3349,1944,2089,2762,1649,2155,2859,2887,3135,2123,4812,2236,2222,2527,4120,2299,3125,2286,2254,2401,2131,2248,5251,2887,2803,3021,2771,3241,2639,2621,2633,2692,3167,3050,4228,2565,2211,3445,2128,2851,3451,2126,2569,2278,2757,3014,2602,2333,2604,2300,2390,3178,2764,2218,2728,2613,2114,2935,2240,2655,3003,3048,2317,2186,2568,2527,2412,2791,2460,2452,2520,4340,2513,2888,2306,3288,3795,2201,2374,2849,2168,3404,3664,3676,2583,2320,2403,2771,2966,2183,2643,2994,3032,2639,2169,3037,2766,2527,2288,2642,2497,2458,2492,2167,2649,2403,2967,3075,2704,3275,2347,2186,3168,2246,4035,2952,2384,2315,2418,3171,3523,2801,2243,2419,2289,2196,2499,2204,2444,2644,2525,2646,2504,2707,2267,2513,2779,2393,5419,2583,3225,2394,2348,2883,3619,2503,2557,2338,2418,2859,2659,2398,2487,2699,2611,2527,3734,2604,3206,2403,2756,2524,3184,2570,2662,2320,1970,2085,1966,2640,2190,2350,2169,2046,2045,2046,2556,2553,3138,2145,2006,2006,2006,2151,2252,2854,2492,2916,2044,2205,2527,3134,2326,2332,2360,2369,2340,3079,2121,2570,2423,2526,2603,2529,2408,2548,5303,3012,2260,2406,3495,2327,2329,2550,2777,2721,3124,2572,2485,2419,2453,2435,2770,2532,2397,2499,2535,2142,2351,2309,2662,2446,1968,2290,2383,2483,2366,2533,2229,2089,2206,2582,2189,2143,2778,2606,2456,2732,3482,2503,2272,2433,2314,1884,2128,1843,2200,2446,2109,2126,2126,2005,2270,2353,2456,2249,2553,2337,2602,2547,2148,2531,2206,2126,2488,2304,2592,2426,2950,2470,2748,2457,2290,1885,2091,2161,2248,2247,2044,2168,3009,2383,2490,2249,2203,2513,2498,2715,2952,2615,2209,2539,2327,2314,2449,2430,2599,2876,2564,2567,2332,2291,2690,2971,2005,2315,2675,2768,2406,2219,2304,2285,1965,2250,2087,2322,3328,2093,2366,2683,2572,2683,2682,2124,2260,2484,2493,3487,2326,2613,2325,2529,2243,2166,2769,2533,2964,3010,2688,2525,2165,2410,2250,2528,2200,2050,2128,2529,2448,2366,2526,2571,2408,2599,2416,2429,3145,2499,2488,2085,2254,2389,2151,2694,2082,2366,2687,2301,2570,2743,2525,2352,2245,2667,2430,2516,2176,2437,2573,2774,2286,2512,2773,3680,3516,2693,2338,2915,2288,4969,2868,2713,3011,2477,2968,3865,2366,2448,2403,2927,2406,2971,2453,2367,2568,2281,2767,3009,2973,2604,3109,4118,2365,2365,2407,2969,2486,2614,2566,2849,2434,2713,2467,2400,2699,2576,1995,2691,2407,3534,2340,2291,2355,2166,2402,2248,2286,3130,2285,2797,2770,2486,2528,3305,3285,2556,2383,2846,2046,2330,2449,2523,2529,2665,2405,2407,2197,2648,3434,2460,2903,2610,2285,2429,2561,2663,3083,2530,2807,3788,2471,2288,2524,2126,2326,2370,2532,2391,2540,2371,2343,2271,2552,2412,2379,2324,2605,2126,2342,3763,2358,2291,1885,1967,2005,2006,2288,2956,2460,2491,1881,1845,1812,2682,3331,2610,2606,2087,2123,2292,2383,3045,2332,2445,2476,2485,2405,2272,2329,2366,2449,2414,2640,2371,2534,2972,2205,2492,2164,2085,2491,2531,2634,2256,1884,2249,2180,2464,2470,2430,2696,2601,2490,2243,3055,2323,2574,2921,2331,2085,2682,2486,2927,2849,2328,2940,2848,2364,2246,2411,2404,2773,1966,2086,3285,2407,2415,2444,2451,2519,2630,2747,2265,2958,2481,2838,2095,2810,2490,2363,2250,2124,2730,2612,2202,2201,2732,2086,2048,2051,2040,2369,2974,2673,2567,2339,2326,2091,2764,3087,2252,2084,2019,2407,2479,2760,2414,3003,2611,2968,2929,3897,2681,2049,2005,2006,1966,3368,2129,2210,2320,2255,2481,3119,2619,2614,2488,2319,2250,2290,2229,2651,2576,2814,2483,2447,2294,2322,2369,2567,2444,2695,2966,2559,2654,2326,2451,2367,2764,2728,2571,2089,2127,2361,2254,3449,2087,2568,4094,2565,3047,2766,2487,2447,3371,2287,2491,2246,2165,4411,2770,2290,2826,3348,5902,3806,1969,3092,2163,2929,4012,2127,2091,3086,2444,2127,4139,2448,2321,2050,2248,3405,7148,2283,2128,3086,2251,2483,3448,2608,2095,3086,2205,2529,2128,2645,2204,2409,2690,3568,3171,2170,2481,2449,2394,2545,3690,2528,2165,2406,2439,2302,3601,2330,2088,2726,3612,2008,2528,5735,2604,1933,2805,1932,2479,3376,4011,3051,3691,2408,2407,2448,2602,1964,2573,2849,2843,2173,2807,2085,2371,2524,4895,2003,2413,2447,3171,3611,4812,2605,3534,2771,3129,6773,2249,2566,3368,5747,2722,5695,2168,5097,4255,2323,2044,2290,6463,2166,2368,2122,2286,6099,2488,2167,3857,2162,2323,5378,2048,2166,2246,2451,2084,4778,2245,1885,2331,2046,2086,2961,2692,2205,2853,3210,2247,5292,2972,2160,3218,2240,2326,2971,3732,2332,2406,2965,2565,2289,3528,2694,2121,2888,3859,2168,4529,2043,2373,3204,2170,2288,3133,2805,2169,2121,4736,2443,2409,4699,2086,2722,5706,1881,2449,2164,2128,2090,3851,2279,2095,2161,4213,2687,2251,3249,2443,1933,3844,2573,2006,2005,6058,2526,2132,5092,5374,4576,2969,4210,2412,2245,2085,2170,2125,4047,2066,2189,3573,2886,2247,3407,3611,2135,2559,2495,2166,3888,2926,2375,2403,2285,2571,5089,2617,2359,2559,2424,3002,3270,2450,3125,2489,2996,2440,4418,2770,2689,5049,2932,2285,4052,2204,2289,2694,2442,2169,5859,2128,2687,2608,2525,2841,2492,2367,2773,2326,2787,3227,2331,3093,2483,2572,2483,2169,2604,1849,2489,2921,2735,3291,2849,2363,2583,2516,3049,3605,2251,2650,2539,2317,2245,2443,2614,2441,2129,2529,2502,2367,2308,2133,2607,2282,2927,2367,2155,3422,3377,2244,2250,2308,2700,2371,2633,3344,2729,2586,2546,2372,2351,4143,2330,3558,3101,3037,2516,2661,3167,2459,2690,3577,4608,2784,2470,2668,2514,2448,2448,2699,2434,2366,2325,2523,2613,2452,2445,2368,2288,2404,2367,2692,2608,2677,2149,2573,2286,2497,2871,2735,2527,2570,2547,2450,2117,2755,2950,2330,2400,2319,2490,4180,2126,2371,2850,2481,3204,2255,3172,2886,2769,2796,2715,2516,2647,2716,2459,2491,2848,2080,2450,2974,2321,2285,2091,2648,2126,2767,2647,2609,2164,2607,2933,2688,2007,2684,2608,2570,2931,2763,2452,2406,2247,2005,2409,2728,2404,2089,2045,2046,1930,1880,2450,2207,2206,2044,1884,1845,1814,1844,2442,2650,2331,1967,1845,1846,1843,2164,2412,2514,2605,2058,2006,1965,2047,2329,2004,1966,2046,2649,2770,2364,2610,2406,2397,2263,2203,2202,1969,1928,2354,2566,2343,2349,1940,2249,2365,2520,2458,2329,2244,2089,2364,2329,2608,2405,2525,2387,2364,2249,2285,2751,2412,2344,2239,2212,2082,1885,2025,2563,2618,2172,2041,1847,2159,3289,2483,2332,2096,2572,2503,2467,2569,2446,2423,2285,2235,1924,1845,1845,2116,2326,2487,2521,1986,2087,1924,1945,2566,2632,2327,2005,1966,1845,2196,2528,2125,2292,2448,2283,2044,2046,2330,2405,2210,2203,2045,2046,2087,2005,2371,1897,2612,2041,2140,1952,1844,1846,2229,2468,2526,2248,1924,1845,1847,1845,1966,2089,2164,2127,2045,2006,2006,1966,3131,2249,2245,2044,2006,1966,1966,2006,2569,2612,2080,1885,1852,1847,1805,2201,2367,2573,2078,1855,1877,2172,2208,2486,2462,2407,2031,1890,1840,1889,1847,2081,2139,2772,2605,2088,2032,1924,2354,2693,2697,1926,1887,2005,2731,2809,2474,2701,2084,2687,2167,2126,2556,3001,2429,2245,2240,2162,2325,2326,2976,2566,2623,2361,2287,2246,2287,2447,2290,2288,2404,2246,2287,2517,2486,2947,2484,2485,2648,2411,2327,2687,2567,2527,2571,2404,2488,2412,2444,2485,2527,2569,2647,2331,3527,2167,2252,2202,2290,2368,2409,2448,2480,2408,2374,2403,2371,2362,2330,2510,2210,2124,2166,2332,2243,2125,2128,1963,2284,2170,2202,2544,2415,2324,2306,2152,2387,2244,2562,2455,2335,2456,2406,1965,2046,2524,2251,2568,2045,1885,2248,3211,2490,2323,2287,2432,2364,2245,2867,2439,2326,2205,2489,2262,2436,3258,3006,2472,2651,2576,2565,2646,2301,2404,2634,2540,2533,2964,2329,2355,2527,2463,2703,2551,2518,2368,2323,2485,2292,2377,2921,2377,2406,2893,2566,2064,2223,2370,2489,2089,2359,2403,2455,2326,2552,2886,2525,2107,2995,2335,2294,2445,2491,3171,2767,2196,2375,2851,2363,2208,2128,2163,2518,2343,2611,2722,2491,3164,2727,2117,2298,2529,2191,3102,2414,2643,2113,2448,3250,4104,2330,2408,2395,2610,2201,2508,2363,2163,2572,2690,2600,2473,3346,2328,2452,2764,2568,2892,2443,2289,3212,2405,2207,2170,2284,2202,2494,2568,2323,2291,2288,2564,2806,2090,2111,2500,2368,2530,2369,2361,2214,2626,2608,2304,2368,2124,2610,2553,2653,3017,2305,2530,2297,2461,2190,2663,2529,2517,2454,2353,2568,2187,2729,2420,2986,2327,2172,2168,2769,2361,2366,2209,3051,2449,3129,3009,2637,2982,2469,2323,2731,2623,2687,2410,3092,2602,2572,2604,2609,2494,3929,2606,3088,2265,2632,2169,3929,3688,2409,2520,2413,2008,5895,2575,2408,2843,2966,2321,2442,3047,2540,2207,2415,3972,5011,2373,2923,4618,2442,3328,8109,4409,5977,2287,2135,2241,2250,2484,2206,3168,2735,2250,2521,3812,2565,2528,3132,2330,2442,3014,3251,2381,2623,2496,2409,3049,3491,2283,2494,3105,2608,2711,2241,2686,2493,4858,2590,2818,3416,2844,2652,2686,2764,2890,2373,2524,3087,2607,3012,2533,2726,2605,2734,2461,2264,2892,2644,2568,2491,2569,2552,2534,2856,2408,2775,2522,3574,4448,2574,2231,2455,2090,2006,2648,2471,2125,2184,2086,2046,1925,1887,2126,2593,2084,2267,2160,2361,2220,2717,2494,3014,2524,2284,2295,2322,2655,2752,2662,2724,2530,2449,2648,2349,2481,2529,2692,2745,2206,2245,2211,2646,2629,2947,2328,2559,2776,4291,2573,2567,2550,2662,2649,3049,2045,2006,2364,2611,2324,2454,2528,2401,2049,2398,2846,2020,3011,2400,2411,2491,2400,2254,2471,2607,2047,2423,2123,2006,2045,2052,2543,2453,2304,1923,1805,1805,2230,2588,2519,3122,3030,2441,2005,2049,2759,2043,2165,2581,2559,2575,2004,2211,2724,2773,1965,1882,1844,1811,2393,2281,2286,2550,2084,2244,2089,2108,2366,2210,2422,2238,2404,2166,2291,2327,2284,2605,2321,2576,2139,2006,2556,2646,2249,2098,1925,1845,1805,2156,3488,2505,2969,2689,2362,2615,2364,2487,2562,2599,2851,2529,2595,2711,2905,2289,2449,3006,2822,3223,2084,2323,2391,3024,2999,2780,2565,2577,2165,2647,2124,3131,2447,2930,2888,2885,2511,2827,2365,2569,2329,2426,2815,2423,2323,2451,2528,2366,2124,2367,2327,2615,2430,2703,2324,2246,2246,2188,3032,2529,2443,2046,2045,2047,2005,2453,2523,2566,2088,2006,2006,2005,2634,2292,2117,2187,2085,1885,2047,2441,2515,2351,2323,1884,1846,1844,1850,1963,2570,2085,2250,2282,2327,2436,2018,2614,2751,2329,3026,2765,2239,3242,2538,2250,1924,1845,1805,1806,1805,2428,2775,2621,2328,1804,1805,1805,2207,2271,2492,1859,1845,1805,1805,1806,1805,2370,2792,2141,1885,1805,1805,1806,1886,2663,2551,2129,1885,1804,1806,1806,2472,2648,2243,2292,2329,2081,2144,1845,2121,2394,2491,2296,2371,2416,2404,2410,2826,1906,1963,1845,2448,1845,1805,2350,2859,2614,2489,2992,3158,2680,2510,3012,2612,2769,2684,2642,2575,2449,2524,2538,2877,2888,2607,2948,2424,2134,2362,2134,2766,2362,2806,2541,2606,2534,2201,2727,2378,2797,2575,3320,2525,3990,2645,5252,2359,2447,6785,2698,2728,2406,3477,3011,2531,2926,3010,2530,3247,2459,2188,2174,2362,2615,2365,3487,2407,3223,3721,2525,2421,4525,2684,2137,2332,2317,2934,2236,2576,2450,2633,2499,2936,2360,2295,2721,2567,2129,3014,2367,2644,2197,2857,3013,2670,2262,3247,3853,2450,2033,5374,2693,2809,3365,2249,2341,3448,2329,2649,2283,2565,2357,2332,5703,2643,3333,3378,2434,2606,3131,2816,2524,2580,2522,2881,3773,3459,2756,2619,3211,3278,2690,2175,2394,2687,2544,3160,2775,3798,1482,4111,3642,2575,2516,7901,2465,2483,2325,2294,2441,2368,2293,2965,2931,3353,2785,2112,2622,2314,2287,2294,2154,2667,2638,2290,3242,2295,2398,2263,2406,2404,2356,2777,2529,2402,2564,2419,2323,2371,2688,2449,2406,2484,2411,2532,2356,2497,2445,2406,2370,3114,2418,3360,2489,2492,2522,3288,5029,2209,2321,2292,2205,2088,2210,2390,3018,3374,3005,2086,2247,2654,2965,1880,2454,2008,2328,3009,2324,3051,3609,2150,2465,2409,3000,2376,2210,2238,2294,2407,2552,2211,2682,2617,2609,2479,2569,4338,2610,2617,3008,2969,2955,2852,2765,2456,3440,2417,2288,4248,2175,2885,2116,2643,2463,2688,2598,2568,2849,2573,3084,3296,2333,2205,2447,2243,2251,2871,2651,2543,2244,2088,2171,2601,2396,2463,2368,2161,2762,2449,2454,2160,2332,2276,2540,2157,2484,2687,2769,2531,2522,2424,2409,2761,2481,2937,2760,2423,2401,2757,2578,2455,2712,2522,2252,2571,2335,4969,8419,3466,3129,2848,2389,2663,2613,2485,2324,2567,3132,2409,2231,3751,2761,2129,1796,3623,2513,2527,2501,3679,3851,2410,2446,2441,4660,2500,2514,2370,2722,4190,2517,2564,2373,2445,2440,3173,2610,2979,2769,2838,2498,2167,4125,3324,4933,5546,2851,2522,2479,2668,2998,2845,7545,2809,3005,3214,2804,2929,2532,2729,2605,3225,2849,2467,2329,3256,2202,2376,2253,4053,3851,2289,1997,3176,2195,2300,2317,2177,2407,2430,2450,4175,2208,4572,3022,2356,3576,2372,3006,3891,2651,4036,2808,5192,3601,2483,2728,2657,2249,2557,3778,2412,2688,2282,2213,1969,2398,2731,2285,4209,2524,2730,2647,2329,2211,2921,2381,2514,2330,2575,2366,2800,2889,2697,2486,2732,4534,2516,2406,2603,2424,2330,2282,2287,2694,2127,2510,2185,2595,2680,6142,2699,2168,2513,2612,2618,3680,2567,2207,4418,2845,2690,6786,2921,3223,5366,2770,2398,2307,2401,2314,2460,2251,2525,2812,2397,2526,2448,3526,2729,2369,2243,2249,2768,3529,2409,2330,2291,2281,2687,2727,2665,2346,2427,2320,2559,2330,2444,2609,2383,2565,2552,2014,2443,2905,2280,2894,2409,2355,2529,2485,2180,2841,2250,2767,3075,2691,2327,2647,2450,2378,2799,2568,2731,2679,2424,2248,2158,2578,2831,2574,2377,2249,2566,2407,3312,2652,2165,2287,2126,2085,2087,2125,2306,2596,2339,2320,2171,2004,2005,1966,2291,2365,2517,2688,2208,2087,3165,2493,2937,2448,2250,2081,2888,2411,2167,2609,2957,2158,2420,2040,4492,2806,2824,1955,2168,2485,2221,2281,2959,2927,3099,2336,2677,3014,2878,2260,2409,2449,2487,2309,2532,2410,2416,2606,2126,2402,2413,2447,2356,2364,2327,2062,2165,2447,2717,2407,2486,2607,2485,2415,2121,2304,2227,2222,2640,2259,2763,2961,2245,2420,2611,2516,2529,2458,2322,2368,3198,2864,2433,2652,3019,2273,2724,2626,2435,2896,2569,2612,2355,3343,3165,2688,3040,2902,2711,2947,2648,2644,2720,2804,2777,2570,2433,2254,2613,2852,3202,2531,2576,2487,2203,2884,2494,3118,2898,2434,2623,2795,2055,2450,2515,2454,2378,2672,2885,2047,2244,2331,2385,2548,2526,2293,2608,2462,2956,2414,3118,2164,2617,6014,2380,2071,3416,2363,2968,2412,2402,2137,2211,2513,4027,2608,3402,3094,2488,2474,2306,3209,2082,3037,3066,3036,2565,2333,2495,2489,2270,2537,2566,1924,1924,3825,2154,4541,2165,2358,2620,2123,2410,4602,2422,3890,2834,2614,2621,2401,2365,2207,2133,2397,2686,3566,3012,3052,2205,2686,2937,2369,1876,3386,2595,2365,2805,2729,2895,2164,2203,2806,2490,2413,4171,2927,2329,2447,2216,2476,6508,2050,4211,1958,1939,8297,3976,2440,2899,2969,2520,2414,2835,4017,12595,4777,10803,2428,2372,2040,3507,2564,2169,2119,2973,2289,2283,2016,2246,2233,2697,2556,2847,2935,2928,2685,2614,2562,2690,4167,2329,2498,2492,2769,2155,2602,2811,2263,2195,2219,2354,2412,2523,2461,2549,2367,2533,2483,2263,2487,2719,3246,3336,2484,2404,2490,2976,3079,2620,2124,2245,3037,2730,2023,3607,3811,2935,3400,2449,2332,2359,2642,2212,7659,2930,2047,3264,3395,2611,2983,2392,2847,2779,2521,2499,2871,2612,2620,2912,3213,3058,2249,2200,2565,3777,2573,2531,2567,2437,2403,2417,2252,2606,2763,2609,2517,2410,2607,3866,2201,2815,3445,2043,2603,3007,2729,2525,2127,2491,2539,4042,2608,2535,2955,2782,2488,2851,7657,3208,2720,2730,2809,4824,3092,2519,8223,5581,2535,5414,3719,4069,2322,1924,5609,2206,4749,3082,2489,2360,5653,2575,2165,2721,3341,3217,2602,2324,2366,2536,2677,2971,2894,2484,3004,2537,2452,2642,2651,2394,2448,2412,2196,3829,2452,2480,2693,2448,2283,2761,3049,7190,2648,2567,6251,2493,5896,3935,4284,3784,2794,2568,2648,2544,2673,2743,2447,2433,2814,2489,2485,2125,2533,2361,2448,2647,2334,2635,2331,2891,2485,2727,2729,2370,2365,2607,2485,2581,2320,2337,2608,2395,2568,2964,2380,2717,2849,2849,3132,2502,2390,2775,2334,2769,2444,2396,2539,2561,2447,2652,2601,2407,2407,2615,2529,2522,2804,2342,2286,1885,1886,3117,2505,2556,2418,2607,2445,2395,2531,2578,2449,2244,2522,2438,3590,2832,2654,2134,3318,2741,2165,2329,3157,2698,2531,2601,2129,2556,2645,2492,2413,2730,2442,2122,2858,2965,2577,2395,2325,2457,2925,2688,2657,2196,2487,2451,2720,2586,2239,3279,6109,3204,2564,3051,2802,2951,4196,2420,2409,4280,2606,2493,4538,2611,2395,3568,2214,4813,2251,2678,2464,2321,2363,2368,2040,2970,3252,2889,2537,2366,2197,2131,2603,2408,3810,2454,3282,2534,2578,2588,2385,2404,2762,2326,2323,2855,2444,2617,2570,3963,2967,2294,2598,2730,4304,2766,2530,2762,2646,2445,2366,2533,3038,2827,2565,2279,2684,1933,2240,2413,2329,2094,2394,2770,2094,2321,2402,2260,2482,2617,2321,2276,2415,2772,2209,2570,2523,2672,2208,2174,2572,2200,2370,2566,2449,2334,2130,2192,2893,3048,2604,2445,3575,2531,2409,5737,2842,2253,2645,2899,2887,2238,3503,2994,2569,2853,2571,2404,2377,3804,2246,2559,2570,2810,2528,2535,2960,2463,2366,2475,3208,2383,2119,2072,2529,2294,2773,4003,2655,2486,2528,2364,2294,2516,2184,2556,2369,2203,2460,2410,4452,2529,2480,2393,2171,2648,3744,2398,3849,2864,2433,2248,2690,3663,2917,2284,2731,2602,2905,2674,3171,2565,3130,4348,2129,2165,2326,2440,2680,2932,2768,2126,2490,3565,2770,3169,3303,2354,2409,2688,2002,2224,2671,1808,2577,2001,2524,2885,2820,2759,3173,2766,2895,2974,2720,2524,2657,2362,2325,2805,2571,2781,2283,2771,3002,2486,2376,2490,2831,2453,2446,2485,2529,2057,4046,2644,2688,3136,2560,2181,2954,2698,2250,2410,2470,2306,2161,2083,3002,2772,2408,2615,2399,2487,2929,2646,2329,2528,2322,2370,3570,2608,2783,2836,2563,2818,2936,2795,2528,2526,2328,2502,2516,2604,2970,2805,2493,2560,2610,2534,2125,2214,2534,3044,2476,2529,2730,2770,2818,2483,2917,2733,2727,2408,2460,1922,1845,1805,2359,2168,2047,2521,2060,1885,1885,1806,2246,2281,2246,2684,2293,2654,2277,2321,2498,2486,2694,2114,2220,2802,2044,2167,2809,2420,2600,2895,3641,2614,2398,2462,2877,2883,2222,2675,3089,2569,2807,2743,2561,3125,2483,2103,2874,2700,2249,2348,2860,2169,2639,2941,2356,3258,2279,2161,3133,2690,2965,2373,2849,2563,2609,2206,2340,2439,4619,2773,2195,2698,2927,2691,3125,3172,2874,2573,2606,2606,2611,3461,2408,2521,2639,2373,2173,2884,2335,2329,2713,2653,3124,3250,2694,2479,3177,2257,3048,2284,2532,2792,2458,2160,2738,2232,2411,2528,2730,2448,2620,2526,2481,2888,2656,2590,2624,2153,3245,2467,2728,2595,2569,2568,3084,3175,2367,3015,3055,2594,2965,2582,2435,3021,2448,3197,2450,3014,2333,2673,2663,2803,3411,2571,2853,2792,2491,3006,3095,2525,2244,3784,2677,2847,2771,2806,2411,2764,3225,2192,3135,3042,2263,2485,2442,2855,5279,2981,2414,2161,2248,3039,3207,2410,2450,2295,2115,3291,3535,2645,2296,2520,2537,2392,8388,2500,2233,2168,3730,2897,2649,1767,2611,2874,2457,2850,2084,2133,2360,2729,2524,3205,2779,2526,2279,2055,2531,2370,2796,2562,2585,3048,3090,4639,3102,2886,2125,2477,2423,2443,2279,2528,2285,2182,2159,2646,2441,2971,2808,2444,2292,2249,2204,3332,3340,2351,2415,2857,2281,3404,3577,2410,2359,2169,2810,2653,1849,2351,2609,2020,2836,2408,2369,2641,2538,2253,2289,2871,2656,2088,2676,3349,2432,2171,2164,3206,3174,2489,4382,2406,3896,2325,2562,3254,3528,2212,3633,2543,2851,2635,2488,5051,2582,2972,3323,2655,2327,2996,2647,2662,2434,2701,2404,2956,3580,2772,3086,2608,2562,3215,2362,2685,3338,2891,2246,2196,2207,4022,2611,2678,2177,3286,2051,2680,2810,2599,2690,2608,1969,2407,2860,2760,2484,3286,2380,2437,3130,2168,2494,2241,3249,2883,2850,2940,2209,2490,4566,2565,2254,2291,2639,2481,2610,2097,2405,2728,3371,2444,2919,2619,2530,2934,3048,2480,2972,2642,2363,2739,2477,2490,3011,2280,3132,2658,2159,2528,3048,2814,1957,2613,3211,2563,2363,2943,2877,2526,2775,2927,2692,3162,2648,2376,2122,1934,2645,2575,2471,2164,2373,2971,2610,2848,2482,2015,2448,2326,2526,2657,2148,2618,2882,2929,2775,2653,2118,2537,3274,2425,2389,2615,2645,2364,2653,3128,2937,2087,2088,2846,2529,2802,2613,2692,2525,3090,2405,3155,2571,2773,2683,2184,2328,2676,2201,2733,2608,2724,2648,4733,2693,2606,2620,2556,2452,6219,2723,2302,3314,3047,2690,2210,4049,3291,3543,2477,2939,2441,2451,2882,3326,2485,2578,2284,2374,3049,2244,2409,1997,2663,3204,2487,2569,2527,3086,2214,2283,2766,2328,2715,2971,2582,2724,2207,2287,2091,2081,2050,2432,2249,2733,2929,2804,2487,3453,2492,2721,2534,2490,2449,3762,2490,2801,3131,2413,2086,4101,4002,2410,2320,2893,2527,2405,5149,2650,2247,2202,2122,2238,2494,2540,2389,2450,3213,3769,3135,2527,2607,2044,2900,3000,2726,2929,2402,2651,2765,2410,2575,2719,2534,2246,2202,2533,2286,2374,2680,2259,1968,2886,1884,2197,2849,2409,2175,2275,2809,2581,2307,2449,2507,2437,2216,1963,2202,2724,2286,2131,2481,2566,2531,2606,2089,2119,2737,2891,2522,2290,2733,2414,2641,2571,1885,2276,3091,2365,2203,2303,2371,2082,2155,1898,2721,2685,2442,2334,2617,2437,2373,2772,2169,2564,2652,2886,2411,2967,2603,2489,2479,3090,3083,2089,2566,2573,2340,2307,2413,2139,2432,2211,2880,2216,2327,2011,2442,2294,3002,2941,2084,2315,2042,2246,2492,2727,2126,2530,2325,2446,3407,2892,2651,2581,2308,2368,2103,2722,2407,2207,2443,2089,2284,2001,2249,3210,2934,2718,2451,2371,2649,2525,2687,2933,2728,2320,2537,3416,2676,2379,3610,2052,2319,3652,2172,2202,2086,2596,2461,2733,2357,2129,2363,2050,2813,2559,2251,2411,2116,2321,2937,2373,2528,2364,2322,2445,2580,2490,2887,2289,2119,3524,2413,2281,2731,2249,2528,3485,2124,2487,2331,2260,1872,2903,2272,2419,2715,2423,2246,2405,4002,2131,2659,2718,2481,2854,1920,4223,2368,2473,2587,2365,2368,2879,2532,2448,2435,2659,2331,3000,3297,3289,2051,2086,2088,5456,2605,2686,3296,2994,2325,3054,2207,2487,2724,3011,2378,2961,2493,2132,2002,1966,2366,2370,2157,2537,2811,2522,2526,3369,2357,1986,2400,2559,2730,2367,2845,2567,2534,2339,2081,2006,2046,2005,3213,2647,2236,2539,2122,2369,2454,2727,2968,2677,2445,2521,2467,2726,2046,2086,1925,1885,2250,1804,1999,2527,2566,2657,1885,2072,2328,2446,2492,2565,2566,2212,2483,2204,2422,2557,2422,2085,2045,2398,2090,2366,2724,2246,2422,2320,2486,2080,2812,2526,2486,2412,2762,2292,2364,2501,2595,2407,2058,1925,1845,1885,1806,2165,2252,2243,2208,2045,1925,1926,1886,2518,2645,2608,2500,2448,2368,2799,2419,2408,2610,2444,2330,2830,2618,2411,2559,2520,2689,2770,2728,2692,2579,2596,2726,3019,2289,2291,2246,2073,2455,2129,2326,2289,2328,2367,2409,2565,2527,2353,2184,2206,2166,2209,2123,2691,2524,2488,2559,2561,2530,2621,2491,2481,2531,2402,2214,2963,2450,2530,2565,2397,2455,2635,2495,2481,2264,2409,2565,2287,3852,2514,2659,2526,2203,2578,5598,2900,2284,3364,2209,2302,2114,2781,2475,2601,4578,2605,2294,2721,2385,3367,2485,2891,2726,2768,2886,2117,2609,2741,2155,2968,1855,2892,2274,4588,2526,2233,2731,2457,3081,2482,2248,2463,2238,2558,3256,2454,3851,2009,2598,2171,2843,6750,2813,2754,2365,3008,2813,2405,3170,2567,2535,2362,1968,2691,2566,2403,2620,2472,3700,2328,3130,2969,2964,2091,2481,2645,2537,2762,2885,2527,2103,2672,2305,2526,2479,2857,2350,2062,2799,2003,2369,3010,3090,2604,2128,2648,2658,2413,3087,3494,2643,2513,3021,2493,2400,2481,3580,3572,2368,2328,3171,3316,5587,2489,3038,2491,3525,2933,3327,3020,2727,2412,2449,2520,2885,2498,2954,2254,2536,2689,2403,2407,2395,2566,2210,2418,2112,2131,4224,2793,2525,3537,2802,3338,2614,2246,2682,2608,3172,2446,2961,2223,2487,3197,2772,2525,2286,2608,2647,2850,2696,2517,2888,2573,2205,3219,2558,2421,2527,2516,2813,2316,2587,2404,2206,2328,2484,2916,2178,2456,4933,4735,3248,3885,2377,2392,3530,2905,2796,2122,3257,2408,2416,2202,2404,3410,2318,2730,2447,2417,2477,2450,2130,3047,2486,2329,2446,2377,2400,1883,2488,2524,2411,2645,2422,2596,2500,2967,3046,2552,2333,2098,2513,2930,2852,2528,2738,2878,2488,2883,2532,2603,2305,2402,2375,2713,2123,2530,2137,2048,2406,2237,2681,2020,2441,2530,2085,2485,2579,2673,2454,2617,2129,2088,2285,2597,2881,2506,2395,2247,2417,2169,2885,2927,2251,2441,2484,2322,2608,2136,2359,2812,2528,2083,2330,3003,4133,2613,2407,2444,2536,2091,2514,2533,2660,1960,1886,2531,2043,2331,2713,2498,2007,1990,2375,2842,2774,2484,2569,2569,2490,2973,2113,2087,2607,2374,2325,2688,2368,2368,2327,2808,2450,2299,2685,2277,2648,2577,2285,2608,2360,2008,2619,2147,2143,2450,2720,2726,2175,2675,2171,2482,2095,2482,2735,3043,2527,2969,2925,2571,2015,2007,2203,2252,2524,2200,2176,2161,2288,2287,2366,4045,3707,2043,2756,3166,2455,3014,2452,3236,2535,2801,2524,2210,2491,2889,3128,2650,2525,2886,2491,2250,2519,2533,3125,2330,2207,2489,4048,2170,2325,2485,2966,2574,3047,2423,2204,2637,2419,2651,2083,2238,3045,2528,3251,2803,2776,2692,2640,2411,2622,2601,2154,2297,2171,2289,4436,3051,2527,3065,2085,2328,2967,3078,2487,2659,2369,2045,2759,2577,2247,2212,2834,2526,3015,3005,2489,2167,2327,2647,3084,2372,2848,2737,2287,2364,2292,2272,2733,3256,2695,2795,2371,2802,1969,2420,2884,2601,2492,2976,2874,2365,2501,2593,2527,2047,2304,2234,2325,2332,2456,2971,2476,2577,2114,2729,2926,2582,2483,2518,2978,2237,2139,2395,2612,2411,2121,4057,2763,2653,2759,2530,2650,2886,2088,3377,2478,2692,2536,2653,1996,2445,2376,2917,2825,2150,2171,2641,2407,2343,3127,2410,2316,2167,2565,2815,2400,2023,2440,3003,2326,2362,2340,2643,2617,3855,2243,3079,2453,2722,2406,2250,2562,2812,2775,2574,2154,2246,2322,2611,2216,2335,2227,2250,2322,2247,2892,2546,2994,2137,2086,2364,2880,2371,2380,2524,2593,2372,2688,2164,2855,3856,2692,2360,2414,2473,2570,3090,2408,2657,2165,2530,3118,2420,2352,2569,2204,2408,2141,2318,2493,2689,1966,2152,2572,2581,2189,2341,2798,2367,2364,2290,2648,2329,2409,2135,2037,2282,2249,2247,2579,2398,2376,2045,2005,2007,2006,2210,2323,2691,2084,2006,1966,1966,2249,2363,2249,2168,2190,2328,2328,2250,2341,2320,2576,2483,2527,2608,2487,2489,2486,2556,2484,2456,2999,2455,2446,2405,2451,2402,2421,2490,2489,2846,2527,2448,2320,2560,2703,2084,2413,2430,2772,2539,1911,2692,2812,2536,2916,2580,2919,2527,2323,3862,2487,2569,2929,2717,2454,3409,2377,2289,2316,2805,2739,2572,2631,2336,2247,2410,2691,2646,2930,3207,2516,2648,2424,2647,2927,2932,2326,2163,2518,2286,2535,2120,2768,2364,2570,2542,2111,2926,2729,2446,2461,2448,2117,3209,2296,2287,2614,2245,4491,3452,2556,2530,3042,3055,2484,2687,2608,2254,2364,2528,2701,2362,2371,2489,2886,2607,2127,2317,3936,2496,2247,2433,2365,2464,2644,2487,3050,2487,2609,2370,2594,2409,2260,2511,2529,2726,7476,3198,3125,2345,3635,3343,2967,2130,2490,3078,2728,2561,2065,2242,4167,2654,3093,2809,2763,2774,2589,2339,3217,2840,3256,3089,2244,2526,3079,2585,2560,2328,2285,2334,2121,4741,2355,3375,2408,2933,2559,2203,3369,2252,2689,3204,1976,2480,2646,1999,2568,2535,2647,2804,2457,2442,2622,2721,2600,2125,3092,2944,2439,2413,2889,3043,2158,2781,2717,2051,2491,3214,2397,2287,3375,2688,2447,2488,3208,2571,2045,2207,2157,2287,2578,2758,2338,2809,2355,2527,2650,3340,2370,2471,2452,2663,2968,3646,2676,2651,2565,2530,2528,2891,2560,2668,2246,2328,2358,2601,3174,3299,2795,2705,2553,2339,2328,2313,2567,2526,2408,2125,2423,3194,2164,2707,2515,2217,1924,2277,2569,2005,2290,2640,2183,1924,2360,2243,2376,2436,2021,1884,1886,1805,1806,2326,2879,2532,2174,1884,1846,2165,2159,2488,3168,2895,2483,2098,1923,2276,2691,2792,2477,2806,2565,2996,2660,2533,2283,2127,2483,2129,2048,2577,3211,2477,2167,2847,2126,2231,2528,2633,2359,2286,2085,2087,2171,4020,2557,2728,2125,2086,2272,2852,2662,2123,2199,2686,2777,3241,2179,2833,2290,2526,2648,2474,3774,2660,2784,2818,2422,2382,2511,2889,3288,2278,2325,3044,2400,2128,2429,2291,2447,2892,3210,2670,2275,3533,2707,2506,3000,2760,2025,2553,2127,2098,2058,2370,2520,1997,2532,1884,2674,2527,2396,2896,2373,2406,2252,2456,2727,2520,2413,2847,2010,2087,2712,2849,2407,2534,2510,2449,2047,2281,2706,2925,2624,2528,2912,2676,2206,2783,2555,2793,2128,2516,2368,2684,2478,2901,2406,2491,2690,3259,2178,2465,2655,2771,2380,2995,2923,2776,2357,2321,2248,2347,2265,2575,2501,2123,1885,2096,2286,2046,2301,2480,2232,1885,1805,1846,1846,1805,3060,2870,2080,2366,2166,2247,2247,2449,2410,2634,2807,2145,2561,2233,2382,2126,2331,2483,2931,2623,2620,2886,2565,3094,2843,2693,2286,2986,2382,2164,1965,1885,2115,2409,2246,2302,2556,2887,2605,2572,2480,2454,2483,2331,2485,2287,2462,2831,2645,2333,2179,1925,1965,1885,2512,3130,2148,2245,2513,1857,2277,2087,2761,2264,2291,2683,1966,2291,2876,2248,2135,2005,2032,2250,2455,2961,2366,2412,2202,2243,2005,2215,2847,2137,2171,2323,2049,2765,2212,2407,2147,3334,2083,2647,2169,2504,3910,3658,3702,2292,2565,6098,5517,2985,2449,3280,2923,2093,2123,2325,1930,2095,3919,2528,2769,3371,2886,2306,4735,2951,3500,2412,2772,2753,2601,2710,2645,2363,2452,2190,2171,2570,2604,2567,2573,2521,2207,2653,2846,2610,2644,2648,2168,2818,2289,3569,2450,2328,2327,2288,2649,2753,2376,2401,2118,2536,2538,2447,2527,2236,3364,2534,3564,2691,2139,2332,2951,2863,5253,2679,2161,2490,4713,3443,2490,3436,2546,3194,2176,2640,2607,2418,3114,3030,2587,2386,2723,2250,2679,3370,2455,2846,2771,2518,2495,2575,2564,3249,2199,2853,2849,2336,2922,2124,2294,2446,2928,3047,2207,3842,4701,2487,2371,2530,2403,4857,2688,2326,2527,2632,2694,2860,2594,2381,3005,2455,2925,2492,2952,2651,2537,2570,2603,2050,2244,2209,2447,2208,2206,2445,2646,2930,2406,2642,3417,2800,2167,4972,4226,2599,3101,3153,2744,4237,2806,3465,5378,3127,2802,2685,2205,2286,2455,2046,2044,2482,2531,2773,2498,3275,2376,2368,2193,2144,2644,2393,2810,2380,2400,2501,2467,2648,3143,2571,2327,2331,2647,2481,2194,2652,2495,2654,2165,2410,2388,2626,4002,2533,2356,2649,2250,2604,2739,3362,2762,2573,2483,3334,2531,2643,2368,2285,2207,2586,2669,2692,2890,2727,2564,2486,2464,2250,2523,2087,1885,1846,2007,2513,2691,2581,2511,2613,2689,2921,2385,2511,2702,2530,3615,2886,2486,2569,2432,2087,2086,2211,2120,2209,2051,2085,2121,2132,2244,2171,2245,2482,2487,2572,2648,2888,2365,2729,2445,2410,2685,2534,2446,2287,2403,2543,2291,1962,2007,2044,1885,2596,2024,1960,1887,2887,1886,1846,1845,2353,2534,2521,2546,1922,1845,1846,1845,2086,2681,2337,2527,2125,2127,2126,2851,3100,3596,2930,2768,3392,2504,2325,2800,2897,2924,2641,2636,2866,2406,2786,2965,2819,2737,2617,2037,1964,1885,1845,1845,2656,3368,3058,2407,2649,2238,2452,2926,2694,2036,2535,2930,3196,2289,2583,2959,2288,2481,3258,2524,3047,2166,2296,1928,2121,2680,2112,2491,2297,2433,2533,3218,2359,3459,2287,2447,2692,2487,2895,2723,2522,2118,3102,2692,2835,2620,2401,2328,2534,2643,2489,3576,2571,3112,2817,2532,2641,2660,2361,2082,3091,2849,2328,2847,3086,2126,2370,2164,2054,2126,4807,2447,3539,2688,2607,2486,2447,3007,2285,2292,2698,2317,4041,2297,2811,2440,2651,2610,3129,2637,2701,2446,2566,2886,2654,2388,2343,2367,2887,2165,2414,2811,2496,3077,2770,2646,2557,2657,2337,2450,2521,2808,2162,2244,2406,2288,2287,2450,2630,2829,2615,2194,3736,2616,3239,2365,2261,2072,2167,2540,2625,2972,3205,2394,2395,2245,2297,2244,2534,2927,2786,2691,2401,2446,2462,2047,2342,2516,2740,2488,3204,2613,3077,2048,3209,2322,2133,3162,2529,2447,2493,2802,2251,2410,2483,1885,2914,2651,2005,2210,2177,1885,1845,2369,2611,2512,1977,1846,2287,2527,2497,2492,3010,2113,1884,1805,1805,1806,2535,2549,2603,2480,2441,2046,2287,2563,2282,2893,2572,2520,2486,3735,3437,2416,2529,2484,2331,3450,2492,2130,3254,2689,2609,3049,2799,2404,2700,2288,2358,2730,2322,2334,2357,2654,2495,2404,2543,2557,2488,2445,2435,2313,2531,2563,2863,2292,2673,2180,2004,1885,2758,2524,2507,2486,2608,2486,2489,2813,2527,2333,2129,2365,2667,2447,2297,2329,2470,2568,2567,2568,2647,2365,2248,2689,2489,2611,2282,2329,2501,5268,2314,2408,2929,10351,2766,3096,2079,2424,2237,2591,2344,2244,3172,2814,3052,3120,2408,3811,4890,2454,3689,2769,2285,3535,2483,2419,3801,2769,2727,2606,2936,2611,2996,2530,2609,2772,2800,2340,2360,2250,2243,5015,3210,1967,3404,2368,3303,5380,3434,2619,3117,3200,2660,2493,2406,2444,2685,2769,5781,3493,2281,6379,3777,2436,2506,2199,2529,2482,2331,2484,2486,2412,2367,2525,2337,3687,4248,2564,3370,5341,2203,2612,3288,2193,2703,2448,3531,2731,2646,2769,3449,2735,2689,2723,2207,2530,2204,3765,2971,2608,2528,2648,2430,2146,2481,3216,2481,2158,2069,3276,4500,2528,3129,3245,2974,2165,2092,3394,2419,2179,4239,2692,2882,2583,2793,3088,2451,2165,2451,2445,2445,2407,2481,2178,6939,2165,2462,5765,3170,5575,2968,1925,5299,2242,2575,3608,2652,3321,10879,2442,4300,3927,2453,2846,2566,3690,2731,6264,2360,24270,12404,2643,4257,2970,2761,2573,2458,2408,5202,10030,2091,2647,3165,2451,3115,2460,2128,2532,2897,3079,2693,2239,2644,2168,2252,2247,2159,2650,2574,2565,2611,2241,2246,2490,2651,2407,2647,2523,2585,2672,2452,3407,2248,2285,2527,2163,2693,3851,2165,2532,2243,2580,3279,3248,2332,2366,2450,2564,2564,2530,2244,2415,2122,2323,2039,2461,2288,2415,2398,3131,2452,2601,2645,2557,3178,2073,2758,2351,2052,2208,2481,2287,2570,2647,2408,2526,2917,2784,2768,2889,2593,2539,2534,2803,2888,2205,2292,2557,3658,2730,3612,2209,2728,2596,2499,2378,2840,2227,1983,2807,2571,2601,2357,2204,2196,2554,3958,3272,6132,2922,2895,2897,2677,2729,2171,3208,2929,2406,2647,3691,2686,2528,3810,2736,3086,2419,2595,2449,2604,2450,2691,2967,2738,2994,2371,2290,2772,2269,2501,2962,2121,2740,2447,2290,2605,2578,2519,2364,2487,2446,2632,2388,2526,2409,2362,2397,2405,2984,2690,2632,2447,2488,2406,2630,2486,3002,2847,3047,2572,2528,2768,2851,2616,2513,2452,4578,4293,2658,2516,2084,2005,2171,2245,2525,2327,2246,2280,2359,2265,2806,2124,2342,2434,2367,3416,3003,2567,2529,2332,2108,2570,3036,3121,2598,2517,2262,2443,2575,3173,2603,2643,2008,1885,1812,2724,2728,2605,2405,2376,2521,2249,2210,3091,2371,2445,2567,2385,2259,2262,2485,2952,2600,2385,3089,2934,2456,2965,2244,2357,2557,2701,2644,2329,2455,2773,2805,2246,2411,1846,2241,2358,2586,2322,2492,2352,2652,2323,2330,2166,2286,2524,2538,2401,2416,2129,2195,2255,2246,2400,2370,2327,2487,2044,2097,2420,2288,2266,2321,2453,2600,2415,2640,3093,2488,2164,2206,2171,1924,1845,2492,2554,2529,2216,1925,1925,1806,2501,2208,3072,2740,2199,1924,2170,2736,2408,2328,2363,2119,1885,1849,1844,1845,2331,2364,2053,2034,2171,2377,2164,2171,2323,2435,2331,2125,1885,1845,1766,2127,2326,2488,1927,1845,1845,1805,2173,2353,2682,2262,1885,1845,2067,2760,2923,2790,2816,3257,3249,3250,2917,2645,2342,2205,2086,2697,2912,2533,2795,3019,2453,2168,2125,2929,3177,3042,2923,2728,2296,2204,2125,2167,2087,2126,2770,3015,3046,2845,2850,3275,2822,2855,2832,2688,3034,3017,3250,3089,2730,3068,2332,2323,2486,2690,2283,2935,2340,2469,2886,2932,2886,2735,2358,2291,2368,2287,2170,2247,2484,2487,2887,2687,2812,2615,2401,2726,2368,2007,2206,2481,2939,2686,2241,2370,3008,2293,2291,2486,2677,2090,1965,2124,2692,2493,2282,2450,2362,1966,2217,2001,2837,2864,2239,2451,2563,2006,2006,2324,2850,2490,2417,2600,2449,2810,2311,2388,2518,2444,2611,2005,2046,2775,2446,2041,2577,2043,2246,2367,2454,2563,2566,2122,2045,2087,2006,2253,2126,2156,2008,2605,2456,2249,2556,2261,2446,2727,2445,2291,2599,2460,2724,2371,2565,2596,2407,2644,2419,2642,2532,2536,2528,2476,2320,2623,2087,2962,2416,2203,2322,2760,2579,2652,2487,2476,2447,3092,2607,2452,2161,2976,2725,3011,2677,2407,2531,1940,3038,5383,2237,3126,13770,2416,3086,2602,2767,4064,2716,2290,2693,2524,2171,2686,2167,2289,2364,2485,2928,2208,2203,2322,2583,2595,2697,3124,3214,2490,2533,2668,2250,2527,2291,2335,2641,3090,2364,2484,2620,3691,4086,3168,2252,2609,2609,2613,2482,2333,2401,2323,2330,2807,3135,2486,2282,2497,2641,2325,2413,2679,4180,2685,2922,2978,3008,2524,2614,2690,2446,2648,2044,2207,2319,2848,2771,2050,2486,2979,3042,2415,3001,2810,3086,2618,2159,2363,2573,2690,2445,3370,3049,2366,2606,2608,2163,2400,2857,2818,2529,2997,2214,2480,2692,2718,2893,2617,3174,2484,2717,3467,2519,2289,2558,2416,2275,2415,2361,2329,2457,2045,2766,2252,2071,2097,2331,2843,2087,2411,3850,2412,2121,2611,3128,2691,2572,3121,2407,3044,2417,2237,2649,2729,2730,3051,2535,2646,2406,2448,2611,2483,3532,2969,2521,1959,2852,3540,2645,2406,2575,2516,2567,2054,2488,2641,2686,2939,2245,2763,2814,2323,2403,2529,2576,2571,2550,2333,2053,2293,3039,2766,2728,2700,2568,2556,2727,3058,2765,2483,2293,2285,2608,2612,2409,2643,2931,2448,2326,6818,3003,2289,3256,2325,2894,2319,2016,2236,2253,2760,2329,2936,3375,2241,2325,3129,2732,5098,3569,3007,2525,2694,2117,2454,8467,2483,5216,2688,2254,2567,2923,2492,3291,3002,2214,2485,2799,3343,3728,2998,2647,2457,2250,2196,2412,4020,2566,2563,2607,3210,2692,2931,2648,2517,2374,2408,2327,2325,2249,2486,2529,2571,2848,2240,2249,3131,2525,9025,3775,2973,3440,2161,2900,2766,3779,2597,2449,3088,2215,3243,2977,2638,2727,2412,2615,4487,2284,3330,7187,2007,2440,2856,2367,2245,4497,2606,2924,2197,2419,2327,4368,2808,3370,2976,2201,4621,2242,2369,3726,3217,2963,4295,2169,2566,2937,3409,7208,2930,2651,2486,2850,4546,2715,2295,3046,2077,3342,4057,2885,2604,2613,2559,2613,3042,2657,2281,2806,2129,2491,2367,2332,2321,2730,2515,2212,2849,2809,2568,2366,2333,2685,2766,2374,2241,2574,2204,2166,2362,3406,2327,1864,2486,2963,3733,2929,2290,2406,2491,2680,2573,2438,6705,2447,2407,3118,2453,2220,2396,2053,2123,2093,2603,1965,2367,2324,2454,2482,2122,2616,2159,6863,2414,4445,2411,3726,3813,3054,2890,3409,2367,2767,1928,3208,2564,2654,2493,2603,2570,2919,2339,2521,2896,6770,3367,4990,2266,5111,3251,3210,2523,2891,4614,2809,2400,4413,6222,2523,3290,3295,3014,5699,4369,2644,2962,2739,2568,2405,2731,2286,3089,2174,2429,2370,2089,3615,2892,5217,2652,3530,2839,2656,3563,2364,2291,2693,2848,2841,2813,2564,2575,2365,3374,4767,3286,3323,2329,3462,2440,2368,2656,2531,3038,2372,2728,2969,3058,2407,2234,2092,2333,4485,2335,3690,3288,2531,2643,2526,2320,5293,3020,2053,2828,2218,2324,3005,2965,3178,4854,2728,2732,2525,2891,2329,2321,2326,2738,2163,2411,2712,2455,2969,4507,4453,3490,2922,3043,2281,2659,2568,2642,2610,2651,2963,3138,3524,2650,3416,2210,2284,2327,2010,2481,2200,2413,2169,2567,2362,3209,2779,2642,2531,3249,3002,2844,2458,4288,2686,3410,2530,3367,4778,2933,3047,2445,2014,2918,2902,4009,3765,2291,2292,5175,5017,3162,3691,4659,3407,3128,7449,9689,2400,2807,2811,3169,3083,2092,2731,2409,3091,2562,2812,2637,2376,3402,2490,2287,2369,2409,2034,2459,2487,2243,3097,2286,2285,2852,3126,2215,3401,2689,3569,2697,2355,3055,2675,2694,2488,2603,2099,2288,2476,3055,2365,3095,2204,2213,3754,2655,2853,2448,2408,2010,3965,2731,3044,3221,2605,2570,2523,2533,2528,2485,2530,2525,2598,2246,2564,2216,2002,2446,2657,2170,2078,2164,2335,2000,1971,2720,2494,2331,2603,2085,2376,1997,2252,3242,2412,2205,2414,2435,2804,2454,2260,2311,2369,2293,2487,2852,3208,2803,2205,2253,2366,2401,2543,2520,2679,2534,2168,2330,2405,2880,2094,2332,2329,3283,2034,2529,3386,2565,2132,2482,2646,2563,2368,2334,2479,2410,2368,2738,2760,2409,2815,2443,2488,2719,2615,2473,2771,2250,2686,2164,2453,2856,3123,2938,2210,2274,2132,2206,2285,2208,2768,2613,2318,2053,2400,2742,3390,2568,2541,2328,2481,2332,2491,2437,2499,2636,2489,2617,2679,3137,2881,2454,2565,2405,2379,2239,3571,2648,3054,2447,3041,2447,3902,3037,2138,2764,2927,2484,3494,2651,2683,2216,2201,2535,3195,3412,2720,2654,2455,2517,2653,2201,2487,2251,2130,2086,2445,2565,2494,2652,2484,3016,2442,2889,2443,2457,2199,2044,2047,2046,2126,2896,2480,2487,2087,2006,2007,2737,2842,4570,3375,2608,2766,2213,2480,2088,2735,2205,2329,2437,2247,2602,2415,2248,2204,2686,2574,2850,2488,2252,2640,2758,2424,2366,2676,3056,2615,2599,2250,2515,3047,2496,2649,2450,2411,2472,2570,2906,2687,2477,2330,2445,3700,2571,2482,2479,2421,2319,2443,2164,2603,2332,2459,2440,2289,2204,2604,2607,2258,2807,2527,2530,3168,2687,2323,1971,2362,2482,2457,2526,2366,2328,2723,2522,2851,2465,2792,2566,2531,2648,2371,2529,2122,2768,2451,2289,3213,2684,2558,2132,3857,2449,2735,3006,2438,3207,2081,3581,2209,2362,2326,3086,2618,2407,2850,2934,2392,2729,3010,2496,2320,2288,2560,3652,2534,2532,2803,2494,3085,2894,3161,2741,2729,2605,2611,3084,2202,2209,2047,2093,2353,2047,2781,2405,2848,2162,2776,2206,2408,1926,2236,2854,2359,1809,2416,2284,2726,2930,2205,3004,2089,2569,3532,3287,3248,2574,2653,2521,2755,2388,2279,2655,2994,2373,2163,2616,4812,2361,2080,2256,2371,2412,2887,2403,2321,2617,2329,2931,2522,2451,2361,2769,2129,2287,2525,2484,2726,2813,2486,2169,2132,2557,2942,1878,2325,2885,2461,2806,2759,2565,3064,2481,2453,3277,2448,2167,2137,2324,2599,2618,3163,2249,2442,2578,2241,2330,2245,2444,2807,2613,2453,2837,2487,2900,2086,3243,2566,2487,2969,2729,3173,2489,2207,2202,2410,2483,2178,2757,2492,3488,2364,2447,2215,2492,2516,2251,2124,2406,2690,3570,2131,2085,2488,2877,2491,2182,2525,3129,2607,2873,2896,2451,2371,2319,2214,2805,2490,2959,2699,2772,2522,2364,2406,2856,2082,2450,3052,2845,2569,2882,2810,2498,2554,2338,2674,2571,2260,2275,2768,2446,2093,2080,2049,2046,1966,2536,2954,2298,1883,1883,1845,1807,1964,2460,2363,2083,1883,1845,2089,2289,2892,3169,2156,2331,2005,2006,2005,2005,2810,2688,2128,1883,1807,2250,1763,2252,2607,2366,2239,1848,1844,1808,1806,2256,2444,2363,2764,2376,2648,2369,2485,2480,2451,2563,2559,2809,2566,2457,2490,2611,2444,2294,2118,2616,2558,2697,2287,2082,2006,2238,2700,3055,2670,2682,2425,2276,2406,3015,2521,3008,2530,2482,2627,2327,2670,2975,2088,2250,2197,3258,2494,2476,2568,2379,2567,2519,2853,2652,2234,2458,2167,2491,2206,2475,2420,2114,2505,2443,2082,2133,2526,2122,2004,2047,2793,2813,2450,2162,2390,2565,2323,2043,1846,1845,2130,2677,2624,1912,2336,2208,2367,2441,2821,2366,2242,2325,2166,2167,2436,2449,2402,2221,2150,2286,2021,1846,2919,2488,2740,2237,2174,1927,2598,2488,2361,2578,2373,2674,4028,2795,2418,2355,2328,2009,2406,2762,2891,2452,1896,2041,2365,2444,2858,2447,2756,1979,2004,2808,2249,2241,2809,2443,2289,2409,2437,2294,2399,2656,2419,2402,2288,2568,2523,3376,2683,2324,2488,2250,2847,2404,2526,3120,2692,2548,2269,2503,2397,2490,2770,2169,2049,2084,2169,2836,2524,2535,2563,3225,4849,4098,3077,2124,2885,2652,2543,2444,2649,2566,2164,2089,3436,2446,2250,2612,2619,2112,2484,2819,2607,2602,2250,2214,2086,2087,2487,2672,2539,2294,2203,2530,3249,2210,2042,2331,2401,2450,2687,2477,2650,2405,2529,2300,2593,2303,2526,2690,2242,2113,2221,2243,2519,2543,2602,2313,2256,2924,2649,2850,2563,2300,2369,8142,2484,2526,2495,2609,2530,2667,2745,3889,2604,2577,2473,2534,2697,2689,3268,2571,2425,2431,2247,2337,2327,2573,2194,3700,2568,2434,2502,2646,3086,2607,2607,3081,2505,2483,2722,2568,2411,2355,5382,2459,2285,2454,8378,3517,3130,1744,2911,4586,3719,2703,2714,2495,2800,3382,3017,2560,2288,2894,2247,5278,2500,2245,4299,2403,2133,3642,2275,2584,3490,3239,2647,2131,2615,2088,2729,2242,2555,2453,3124,2665,3366,2574,2512,6030,3970,3763,3085,2694,2483,2302,2647,2726,9053,4670,9455,2823,3638,2770,5711,2444,3091,2844,2608,13149,2647,8065,2417,2689,3397,2053,2493,2527,4017,2831,2572,2493,2252,2473,3630,2634,3500,1928,3291,4571,2485,2215,2589,3896,2782,2320,2074,2344,2170,2125,2160,2241,4058,2212,2168,2404,3042,4086,3174,2683,2569,2290,2258,3603,2358,2413,4259,6214,4370,2014,3033,2144,5693,1970,3240,2177,2554,2856,5385,3366,3245,2698,3159,2607,2567,2604,2619,2535,2680,2454,2158,2458,1878,2974,2325,2291,2993,2624,2164,2113,2458,2411,3316,2445,2420,2074,2846,2655,3082,2690,2621,2595,2129,3209,5252,2180,2569,2689,2084,2326,3243,2618,1802,2917,2407,2454,2297,2411,2043,2306,2149,2689,2711,3748,2323,2847,2757,2944,2330,2434,2655,1876,2619,2393,2620,2166,2197,2969,2498,2234,2662,2526,2533,2553,2532,2293,2489,2210,2242,2926,2556,2413,4451,2327,3132,5973,2488,3904,2648,2127,2332,2360,2609,1912,2587,2448,2565,2443,2331,2209,2160,2654,2566,2529,2080,2213,2080,2480,2765,2490,2530,2161,2650,2447,2342,2155,2726,3583,2171,2155,2239,2221,2049,2122,2045,2014,2000,3043,3689,2251,3006,2849,2563,3145,2690,2446,2607,2633,2173,2808,2563,2849,7743,3744,2238,4860,3357,5577,3734,2579,2203,3204,3370,4777,4902,4242,4212,2892,2168,2616,2789,3179,2201,2777,2286,3491,3005,2966,2814,2693,2485,2605,2573,2400,2606,2216,2443,2760,3130,3935,2462,2729,2327,2124,1925,2641,2854,2722,2373,2007,1885,1849,2044,2562,2089,2802,2606,2482,2688,2457,2820,2275,2573,2568,2366,2978,3044,2692,2728,2482,2329,1965,2161,2330,2294,2268,2532,3490,3021,3397,2607,2207,2452,2327,2498,3036,2528,3059,2569,2674,2287,2246,2450,2487,2490,2329,2126,3006,2566,2282,2736,2099,2628,2325,2251,2296,2695,2637,2456,2635,2166,2448,2410,2246,2487,2497,2376,2556,2485,2245,2859,2877,2206,2045,2302,1884,2008,2330,2600,2194,2142,1885,1846,2200,2478,2245,2206,2332,2283,2494,2651,2133,2358,2401,2066,1924,2210,2630,2486,2612,2655,2010,1925,1956,2219,2570,2636,2484,2352,3307,2459,2275,2059,3086,2559,2852,2565,2884,2611,2766,2497,2477,2302,2371,2514,2386,2957,2498,2710,1765,2660,2563,2764,2203,3390,2496,2457,3613,2688,3505,2487,2679,2412,3816,2606,2364,2475,2073,2145,4138,2475,3129,3100,2487,2890,2456,2881,2762,2153,2609,2605,3639,2047,2479,2199,2182,2562,4288,2701,2680,3011,2354,2340,2252,2911,2698,2938,2242,1964,2445,2360,3756,2626,2530,2561,2606,2379,2941,2239,2324,2288,1966,2642,2054,2443,2413,2368,2439,4114,2225,2276,2158,2673,2143,2510,2365,2811,2541,2406,2228,2374,1884,1846,2886,2639,2524,2583,1966,1845,1845,1846,1969,2579,2472,2319,3726,2521,2434,2416,2667,2255,2166,2673,2172,2723,3225,2317,2096,1925,1846,1925,1805,1984,2585,2528,2411,2119,2329,2206,2451,2999,2545,1922,1848,1924,2395,2874,2591,2331,1885,2391,2786,2873,2942,3008,2481,2175,2127,2246,2006,3062,2943,2502,2366,2046,2087,2532,3049,2324,2165,2246,2086,2809,2210,2708,2262,2209,2044,2455,1921,2729,2311,2826,1883,1805,2571,1843,1805,2378,2241,2167,1921,1844,1846,1845,1806,2461,2646,2156,1845,1885,1846,1845,2047,2771,3006,2448,2126,2126,2087,2491,2162,2167,2527,2127,2126,2087,2284,2817,3209,2842,2814,2485,2407,2662,3016,2503,2665,2902,2575,2866,3401,3273,2524,2422,2335,4358,2573,2332,2320,2256,2044,2123,2704,2168,2129,2601,2445,2897,2137,2461,2333,2560,2252,2449,2961,3417,1987,2245,2181,2387,2272,2373,2803,2389,2851,2859,2513,2534,2939,3214,3629,2651,2474,2502,2605,2567,2335,2480,2451,2546,2422,2549,2645,2878,1962,2006,2048,2207,2651,2367,2204,2313,2397,2371,2965,2570,2044,2484,2488,2435,2488,3053,2279,2495,2886,2003,2504,2379,2384,2080,2732,2526,2531,2322,2731,2445,2604,2492,2647,2545,2536,2139,2547,2247,2450,2321,2255,2284,2995,2564,3012,2656,2292,2005,2485,3056,3072,2505,2082,2005,2324,3319,2620,2937,2424,2654,2464,3031,2848,2727,2345,2562,2373,3783,2550,2053,2328,2321,2489,3051,2909,2447,3130,2446,2311,2565,2872,2246,2186,2525,2604,2411,3035,2824,2509,2532,4453,2524,2362,2347,2715,2524,2491,3090,2563,2455,2864,2561,2532,2672,4412,2967,3369,2910,2241,2571,2999,3611,2178,2448,2967,2646,2446,4120,2324,4192,2202,2409,2592,2067,2406,2410,3003,2247,4238,2547,2448,2883,3110,2561,2764,2101,2765,2711,2297,2326,2956,2349,2212,2411,2568,2604,2770,3164,2652,2553,2437,2565,2398,2191,2765,2504,2847,3131,2408,3403,3429,2408,2153,2605,2584,2470,3322,3682,3355,2647,2440,2128,2487,2730,2603,2411,2652,2501,2701,2341,2395,2671,3056,2601,2223,2047,2723,2599,2046,2509,2250,2102,2998,3166,2243,2365,2531,2545,3232,2368,2974,2159,2248,3088,2290,2184,2312,2262,2443,2476,2728,2499,2170,2430,3174,2528,2070,2330,2621,2153,2437,2487,2165,2370,2706,2528,2362,2499,2442,2716,2084,2718,2877,2165,2691,2697,2245,1918,2457,2264,2364,2432,2691,2369,2788,2854,2944,3075,2568,2282,3125,2385,2691,2451,2308,2481,2734,2551,2225,2606,2725,2449,2869,2646,2472,2527,2462,3173,2441,2904,3157,2720,2725,2766,2450,2483,3094,2323,2210,2725,2598,2324,2290,2497,2847,2705,2470,2409,2144,2309,3045,2336,2340,1885,1886,1805,1846,2475,2512,2636,1848,1883,1845,1805,1806,2581,2085,2476,1926,1845,1805,1805,1806,2235,2194,2167,2072,1844,1806,1805,3229,2530,2328,2164,1906,1885,1845,1847,2309,2756,2690,2084,2206,2206,2207,2369,2569,2445,2078,1884,2448,2367,1844,2573,2815,2306,2138,2045,2127,2086,2284,2158,3266,2206,2799,2935,2635,3037,2970,2393,2854,2524,2460,2822,2379,2436,2363,2287,2658,2509,2611,2913,2485,2741,2528,2413,2166,2373,2625,2124,2367,2961,3032,2326,2051,2510,2167,2754,3604,2483,3141,2660,2078,2253,2595,2619,2289,2331,2219,3108,2603,2486,3757,2317,2140,2290,2283,2071,2061,2798,2407,2679,2328,2447,2411,2395,2609,2179,2503,1948,2145,2203,2169,2324,1969,2730,2341,2447,3502,3034,2329,2042,2622,2331,2475,2637,2643,2566,2117,2405,3064,2725,3118,2876,2689,2523,2338,2126,2132,2402,2507,2502,2488,2481,2387,2604,2325,2246,2373,2435,4425,2509,2650,2693,2541,2962,2327,2481,2834,2407,2163,3826,2608,4652,3056,3125,2206,2083,2308,2825,2870,3082,2433,2928,2552,2517,2484,2644,3528,2496,2216,2883,3523,2986,2121,2152,1939,1886,2517,2683,2561,2588,2367,2009,1885,2262,2289,2725,2127,2286,2207,2425,2237,2607,2522,2156,1882,1845,3161,2055,2228,2242,2365,2045,2129,3702,3053,2959,2884,2182,2309,2545,2972,2376,2900,3010,2477,2616,2545,2425,4138,2889,2863,2503,2954,2136,2518,2301,2472,2689,2224,2268,2889,2492,2377,2045,2284,2398,2223,3006,2470,2449,2225,2436,2563,2384,2871,2488,2665,2510,2541,2634,2336,2533,2323,2122,2334,2330,3073,2423,2727,2357,2541,2688,2954,2492,2251,2719,2285,2406,2367,2614,2447,2377,2167,2006,2006,1965,2117,2729,2454,2175,2040,1966,1965,2252,2516,2456,2411,2684,2398,2645,2286,2650,2847,2782,2485,2605,2127,2882,2529,2361,2811,2651,2483,2854,1842,2405,2894,2488,2487,2776,2194,3408,2494,2687,2456,2641,3182,2601,2643,3342,2285,2834,2409,2296,2532,2674,2570,2046,2685,2778,2172,2482,2481,2293,2294,3552,2570,2176,2972,2729,2045,2047,2191,2694,2806,2420,1965,1966,1966,2153,2607,2486,2228,2201,2006,2006,1966,2512,2291,2462,2205,2005,2006,2110,2769,2650,2407,2461,2166,2326,2396,2407,2020,2230,2253,2256,2636,2408,2099,2407,2532,2473,2256,2601,2281,2815,2613,2245,2643,2966,2382,2597,2438,2508,2803,2251,2402,2315,2379,2558,2461,2320,2613,2292,2715,2604,2820,2209,2046,2005,2489,2591,2770,3016,2799,2387,2434,2487,2368,3664,2353,2260,2516,2009,3085,2736,1998,2365,1966,2767,2567,2665,3320,2931,3002,2776,2200,2809,2369,2042,2170,2656,2248,2406,2439,2125,2403,3057,3085,2486,2467,2682,2613,3124,2517,2362,2466,4797,2303,2653,2508,2627,2388,4625,4485,2651,2177,2004,2768,3115,2888,2494,2567,2570,2282,2647,2449,2450,2521,2456,2483,2371,2768,2643,2490,2524,2493,2843,2489,2531,2522,2454,2520,2732,2565,2529,2502,2487,2610,2631,2292,2687,2731,2802,2418,2572,2526,2796,2327,2448,2489,2767,2287,2328,2288,2451,2003,2285,1968,2167,2322,2656,2401,2702,2045,1966,1965,1966,2514,2529,2690,2362,2375,2284,2284,2568,2293,2942,2202,2085,2413,3042,2957,2328,2022,2003,1885,1846,1805,2274,2585,2168,2228,2164,2015,2044,2045,2613,2638,2167,2103,1924,1845,1845,1806,2636,2529,2301,1923,1805,1805,2277,2009,2565,2290,2326,2334,1927,1805,2275,2302,2848,2309,2102,1885,1846,2605,2121,2440,2368,2102,1844,1845,1846,1845,1812,1880,1845,1846,1845,1846,1845,1846,1805,2155,2371,2830,2965,2820,2768,2709,3263,3245,2853,2739,2941,3151,3175,3050,2818,2714,2998,3240,2571,3088,3048,2615,2260,3134,2884,2924,3388,3267,2500,2269,2447,2928,2424,2464,3148,2598,2542,2406,2009,2605,1887,2718,2592,2567,2397,2043,2087,2125,2215,2842,2873,2384,2326,2246,2087,2711,2926,2388,2286,2126,2280,3451,2797,2507,2125,2409,2875,2500,2364,2958,2846,2344,2246,2126,2087,2451,2444,2410,2043,1884,1850,1845,1843,2438,2458,1962,1814,1845,1846,1843,1843,2169,2722,2488,2092,2710,2571,2499,2251,2433,2643,2905,2822,2851,2449,2668,2576,2643,2607,2291,2619,2313,2367,2714,2860,2212,2163,2172,2281,2567,2695,2488,2190,2177,1996,2486,2165,3221,2358,2647,2739,2687,2414,2407,2521,2614,2526,3331,3771,2445,2411,2689,2407,2840,2964,2135,2368,2568,2555,2884,2408,4260,2481,2462,2006,2288,2438,2608,2687,2494,1928,2130,1882,2130,2446,2247,2164,2198,2419,2323,2599,2460,2605,2450,2367,2370,2247,2395,2542,2591,2408,2043,2414,2415,2761,2604,3016,2534,2925,2879,2485,2251,2161,2021,1965,2271,2265,2686,2604,2273,3016,2165,2526,2601,2582,2200,2382,2566,2084,2206,2550,2258,2895,2156,1938,1846,1845,1845,1806,2396,2649,2219,1884,1845,1846,2810,2555,2929,2580,2165,2126,2087,2132,2271,2967,2497,2169,2784,2843,2487,2562,2530,2570,2407,2410,2531,2932,3051,2609,2621,2865,2593,2612,2327,2252,2463,2400,2090,1924,1846,1925,1886,2476,2058,1852,1879,1846,1805,2033,2325,2489,2102,1965,1845,1845,1845,2075,2683,2545,2422,2032,2237,2249,2786,2816,3172,2811,2819,3242,3049,3150,3120,2857,2853,2772,2811,2802,2705,2903,2940,2852,2778,2709,2901,2902,2903,2739,2942,2414,2994,2905,2902,3154,3246,3149,2906,2908,2796,2961,3272,2757,2942,2940,3287,3251,3196,2909,2906,2857,3823,3113,2937,2907,2893,2783,2786,2958,2948,2898,3566,2899,2972,2910,2674,3191,3027,3282,2685,2819,3338,2847,3244,3253,2894,2740,2817,3110,3248,3058,2821,3222,3300,2965,2533,2705,2570,3074,2943,3012,2822,2776,3064,2707,2843,2819,2895,2741,2849,3014,3052,3223,3007,2897,2818,2785,3270,2862,3300,2745,2819,3102,3294,2588,2818,2817,2786,2964,2715,2923,2817,3273,2883,2791,3509,2823,2819,2818,3251,2889,2866,3316,2999,2643,3210,2899,2856,2818,2893,3034,2848,3543,2966,2816,3496,2771,2616,2693,2731,2761,2431,2643,2526,2637,2367,2319,2312,2484,2927,2597,2366,2280,2311,2285,2528,2522,2494,2511,2480,2311,2662,2871,3008,2958,2785,3409,2823,3010,2872,2817,2816,2737,2492,2715,2874,2818,2819,3220,2764,2964,2828,2816,2736,2780,2805,2927,3365,2845,3181,2758,3000,2912,2819,2737,2997,3318,3395,2832,2784,3075,2778,2565,2679,2830,2811,2635,2736,3087,3025,2739,3208,2817,2690,2727,2718,2699,2481,2494,2858,2964,3243,3124,2817,2819,2677,2685,2820,2663,2961,2817,2623,2647,3368,2819,2785,2852,2888,2760,2528,2320,2356,2290,2566,2724,3062,2859,2819,2819,2708,2766,2549,2963,2851,2889,3169,2836,3106,2977,3019,2853,3466,3038,2694,2899,2933,2529,2682,2443,2697,2485,2328,2844,2702,2816,2484,2323,2313,2204,3032,2687,2607,2060,2319,2879,2367,2607,2763,2580,2434,2401,2857,2773,2859,2980,3039,2783,3214,2612,2721,2591,2817,3367,2820,3097,3029,2868,2816,2819,2675,3374,3288,3227,2813,2863,3133,3283,2988,3020,2816,2671,3054,2817,3195,2934,2902,2692,2685,2771,2904,2935,2935,2618,2446,3111,2864,2902,2949,2817,2788,2865,2965,2909,2861,2820,3088,2938,2924,2960,3208,3254,3210,2909,2920,2861,2263,3191,2932,2784,3104,2546,3037,3165,2859,2852,2816,2982,3438,3094,2817,2848,3215,3103,3243,2663,2818,2739,2794,3254,2863,2817,2740,2261,2931,2967,2933,2846,2739,3162,3053,2943,2328,2690,2724,2789,3097,3135,4692,3263,2780,3032,3027,2738,2740,2849,2848,2801,2933,3295,3194,2967,3092,3251,3019,2891,2819,2868,3125,3014,3102,2415,2690,2647,2961,3186,3158,2622,2576,2474,2774,2538,2585,2490,2463,2554,2869,2365,2449,2107,1925,2266,2245,2394,2782,2475,2443,2046,2206,2173,2620,2674,2247,2538,3074,2330,2248,2329,3120,2532,2339,2234,1885,2008,2340,2729,2637,2004,1883,1845,1806,2221,2531,2559,2158,2006,1805,1805,1806,2387,2712,2087,2123,2174,2323,2123,2088,2489,2295,2195,1850,2200,2568,2376,2410,2689,2438,2964,1895,2317,2739,2563,2347,1906,2124,2086,2086,2127,2676,3190,2441,2446,2127,2286,2461,2882,2588,1859,1925,2573,2166,2969,2513,2858,2449,2245,2087,2126,2927,2464,3080,2843,2127,2166,2389,2323,2837,2402,2126,2086,2166,2748,3060,2768,2860,2341,2715,3276,2730,2610,2622,2523,2486,2788,2486,2235,3105,2587,2288,2170,2496,2677,2702,2659,2373,2168,2450,2532,2062,2785,2829,2869,2551,2587,3111,2391,2003,2990,2469,2482,2530,2439,2285,2250,2352,2287,2123,2817,2699,2167,3033,2587,2238,3177,2429,2381,2083,2437,1925,2272,2486,2924,2685,2176,1925,1847,1843,1809,2236,2334,2508,2466,2463,2117,2278,2208,3490,2449,2610,2165,2508,2184,2089,2560,2575,2402,2253,2083,2926,2484,2354,2551,2401,2604,2366,2456,2408,2573,2164,2082,2244,2046,2125,2285,2567,2218,2756,2573,2374,2559,2487,2451,2214,2207,2003,1847,1844,2241,2329,2406,2306,2385,2691,2205,2370,2245,2530,2726,2164,2086,2087,2286,2299,2086,1965,1923,1886,1845,2121,2308,2328,2404,2387,2253,2280,2563,2335,2571,2489,2253,5889,2681,2150,2827,2452,2125,2358,2534,3503,2323,2082,2203,2697,2566,2526,2599,2651,2611,2765,2367,2763,3098,2438,2451,2813,2293,2448,2692,2678,2495,2474,2498,2250,2448,2919,2522,2978,2929,2332,3083,2527,2931,3013,2487,2450,2341,2163,2573,2547,2210,2005,1884,1846,1845,2230,2565,2268,2250,1962,1845,1845,1846,2226,2529,2269,2277,2299,1922,1845,1845,2589,2711,2122,1931,1923,1926,2283,2012,1965,2488,2288,2165,2166,2168,2164,2637,3091,2329,2619,2444,2775,2536,2366,2681,2677,2785,2394,2826,2485,2249,2583,3153,2846,2808,3053,2928,2726,2535,2244,2530,2323,2791,2604,2812,2984,2192,3145,2713,2684,2587,2203,2411,2445,1528,3290,2122,2671,2627,2483,2272,2507,2927,3287,2710,2694,2482,2535,3047,3039,2576,2509,3004,2210,3223,2330,2068,2285,2245,2051,2446,2285,2856,2683,2005,1926,2513,2872,2517,2129,2209,2321,2047,2150,2410,2586,2407,2469,2465,2286,2193,2284,2451,3108,2318,2352,2209,3127,2272,2542,3212,2203,2068,1884,2326,2412,2325,2513,2324,1943,1885,2412,2509,2424,2083,2006,2005,2007,1971,2387,3102,2610,2051,1999,1928,2429,2481,2533,2588,2063,1989,1885,1847,2260,2973,2523,2155,1923,1845,1846,1845,2185,2388,2189,2388,2693,1884,1881,1805,2398,2646,2220,1884,1845,1812,1840,1850,2429,2652,2743,1921,1845,1805,2252,2165,2606,2727,2284,2811,2817,2817,2817,2714,2826,2770,2818,3154,3282,2792,2365,2956,2857,3186,3047,2922,3505,2870,2560,2804,2756,2924,2984,2854,2935,2817,3092,2588,2775,2854,2714,2646,2940,2977,2926,2821,3118,3245,3260,2849,2818,2819,2818,2557,3910,2850,2852,3124,3248,3102,2818,2818,2819,2741,3202,2828,2900,2904,2817,3273,2778,2902,2903,2934,3084,3135,3147,2902,2900,2821,3001,3145,2824,3066,2661,3383,2962,2689,3202,2571,3058,2127,2887,2761,3020,3372,3405,2850,2568,2906,2842,3052,2303,2563,2328,2492,2727,2449,2069,2287,2461,2721,2676,3036,2506,2324,3134,2556,2356,2519,2557,2585,2083,2422,2326,2167,2085,2087,2044,2940,2401,2167,2210,2200,1978,2000,2307,3306,2255,2680,2431,2727,3053,2852,2127,2105,1886,1845,1846,1845,2102,2538,2987,2925,2005,2308,2604,2910,3489,2384,2149,2093,2045,2526,2919,2100,2564,3255,2192,2727,2694,2510,2604,2288,2247,2508,2683,2571,3406,2438,2222,2364,2468,2134,2568,2728,2150,1923,1845,1845,2127,2410,2806,2169,1924,2591,2103,1885,1851,2385,2533,2222,2354,2526,2443,2084,2448,2364,2254,2977,2251,1768,1964,2464,2454,2450,2065,2403,2634,2849,2905,2968,2901,2643,2390,2566,2847,2556,2966,2543,2383,2584,2428,2753,2184,2321,2527,2490,3011,2196,2673,2449,2448,2286,2233,2568,3035,2417,2443,2320,2181,2199,2378,2779,2604,2411,2656,2441,2710,2511,2149,2512,2017,1844,1886,1845,2497,2492,2566,2158,1882,2058,2085,2799,2503,2282,2208,2044,2598,2250,2215,2453,2366,2411,3192,2382,3147,2662,2437,2813,2245,2686,2127,2974,2777,2408,2675,2045,1845,1805,2413,2206,2621,2455,2163,2524,2170,2564,2370,2570,2105,2048,1883,1845,1805,1805,2392,2542,2649,1927,1845,1845,1846,1910,2619,2610,2090,1884,1846,1845,1806,2126,2453,2471,2219,1845,1845,1846,2086,2345,3313,2568,2125,2126,2047,2848,2937,3024,2345,2126,2086,2246,2409,2888,2928,2167,2379,3163,2743,3052,3146,3003,3100,2808,2784,3233,2899,2739,3335,2435,2724,2608,2778,2803,2400,2363,2748,2781,2989,2540,2847,2367,2474,2728,2563,2569,2709,2721,2728,2850,2329,2490,2852,2658,2252,2247,2323,2293,3121,2688,2491,2606,2326,2246,2607,2918,2541,2509,2811,2934,2742,2526,2285,2210,2244,2493,2502,2354,2625,2452,2523,2516,2419,2309,2349,2826,2566,2530,1762,2531,2381,2834,2362,1932,3589,2248,2268,2543,2303,2932,3274,2526,3008,2593,3147,2422,2458,3286,3225,2247,2446,3834,9625,2539,2604,2645,3190,2304,2306,2386,2275,2482,2449,2912,2002,2269,2106,2574,2285,2547,3047,2389,2446,2642,2490,2665,2130,2712,2465,2563,2994,2342,2330,2550,2590,2768,2551,2745,2601,2052,2328,2163,2164,2491,2972,3044,2405,2872,2348,2645,2392,2769,2421,2650,2686,2607,2249,2672,2606,4333,2530,2607,2668,2563,2598,3767,2582,2292,2508,2389,2648,2543,2174,2458,2356,2224,2402,2527,2205,2248,2405,2373,2005,2004,1966,1966,2086,2435,2305,2166,2361,2996,3245,2646,2546,2639,2582,3191,2666,3125,2708,2740,2758,2774,2665,1806,2688,2908,2682,3055,2611,3001,2770,2370,3337,2848,2727,2341,2449,2109,2692,2461,2649,2529,2433,2720,2873,2321,2397,2683,7519,2470,2670,2526,2713,3444,5035,2206,2547,2466,2733,2809,3148,2428,2832,2622,2676,2515,2212,2653,2526,3053,2698,3336,3086,2970,2766,6598,2549,2597,2706,2147,3100,2671,2473,2340,2775,2084,2964,2892,3137,2542,2402,2272,2865,2230,2490,2610,2538,2756,2763,3097,2966,2586,2207,2607,2526,3350,2844,2452,3003,2516,2507,3047,3016,2541,2554,2664,2210,2422,2366,2809,2225,2052,2524,2404,2291,2342,2650,2568,2453,2880,2491,2767,2486,2573,3016,2239,2615,2282,2240,5239,2534,2746,2063,1885,2211,2500,2495,2145,2187,1906,1842,1806,2513,2563,2670,1963,1886,1845,1926,2088,2752,2487,2045,2247,2326,1985,2128,2709,2286,2461,1811,1923,1806,1805,2229,2447,2326,2427,2388,2945,2626,2331,2546,2305,2531,2564,2609,2292,3525,2210,2979,3105,2525,3510,2666,2343,2046,2821,2625,2404,2747,2170,3003,2766,2419,2562,2642,2534,2333,2481,2306,2529,2289,2043,2304,2376,2931,2596,2618,2568,2405,2544,2284,2251,2473,2520,2307,2652,6861,2311,2316,2355,4984,6382,4121,3146,2569,1946,2604,2284,2231,2289,2687,2907,2169,2003,2250,1922,2487,2331,2490,2319,2346,2527,2495,2480,2252,2615,2967,2105,2041,1926,1845,2223,2292,2124,2132,2488,2319,2696,2721,2289,2284,1973,2319,2016,2601,2087,2372,2332,2804,6435,2368,2771,2488,3011,2742,2028,1884,1845,2505,1973,2541,2250,1926,1845,2305,2228,2195,2397,1950,1884,1846,1804,1806,2330,2624,2566,2028,2008,2249,1843,2126,2356,2803,2642,2515,2783,2772,2506,2629,2521,2309,1809,1884,1805,1806,3195,2439,2392,2464,2294,2423,2290,3063,2446,2408,2069,1886,1805,1965,2309,2207,2855,2099,2267,2161,2697,3010,2923,2385,3638,3147,2169,2785,2592,2379,2917,2284,2168,1977,2536,2559,2034,2004,1926,1966,2141,2454,2773,2063,2367,2044,2149,2309,2825,2405,2992,2889,2370,2745,2493,2558,2294,3005,2227,1889,2366,2768,1750,2204,2365,2063,1885,1806,1845,2526,2235,2662,2528,2387,2731,2186,2147,2721,2456,2022,2371,2123,2270,3568,2288,2505,2208,2088,2366,2367,2312,2547,2546,2626,2230,2423,2308,2231,2485,2887,2111,2485,3001,2051,2684,2232,2290,2603,2011,2082,1964,3158,3059,2255,2588,2262,2447,4072,2653,2845,2809,2764,3291,2512,3028,2688,2571,2322,2723,2819,2608,2839,2634,2589,2866,2686,2229,2388,2550,2447,2644,2714,3229,2605,2325,2150,2188,2103,2591,2282,2452,2164,2092,2316,2051,2047,2648,2366,2445,2473,2286,2886,3067,2490,2811,2726,2423,2375,2190,2183,2340,2216,2526,2520,2794,3148,2929,2485,2749,2785,3054,2551,2966,3049,2106,2442,2388,2719,2397,2328,2773,2734,2480,3014,2684,2409,2905,2449,2890,2929,2995,3726,2264,2082,1969,1851,1839,3257,2767,2721,2491,2849,2127,2230,3189,2283,2209,3487,2165,2005,2154,3890,2325,2413,2139,2285,2555,2893,2641,1942,2812,2089,2482,2069,2108,2006,2083,2252,1964,2124,2324,2477,2539,3294,1925,2129,2125,2431,3021,2517,2859,1973,2122,2674,2418,2958,3421,2368,2330,2126,3310,3817,2405,1946,2120,2591,2507,2524,2088,2213,2148,2866,2208,3234,2415,2277,2685,2444,2730,2922,2150,2412,2791,2603,1726,3577,2040,2688,2547,2406,2970,2527,3490,4997,2329,2508,2262,2947,5578,3009,2247,2715,2623,2165,2493,2422,2769,2746,2211,2484,3352,2789,2764,2334,2552,2801,2946,2999,2601,2692,3007,2903,2716,2180,2212,2166,2448,3022,2876,2622,2097,2944,2363,3117,3103,2511,2789,2781,2613,2604,3394,2393,2583,2865,2223,2892,2449,2692,2898,3224,2337,2448,2288,2492,2712,2742,1948,2686,2452,2618,2654,1820,2375,1962,2170,2488,2370,2741,2635,3261,2525,2250,2716,2314,2693,2772,2008,2885,2543,2409,3106,2455,3665,2513,2322,2589,2349,2972,2371,2584,2643,3076,2224,2626,3434,2644,2588,2988,1988,2493,2448,3022,2712,2126,2669,2806,2325,2087,2430,2647,2565,3137,2378,2409,2572,1961,1886,1885,1806,2868,2450,2142,2009,1885,1846,1805,1806,2588,2003,2568,2070,2005,1966,1925,1927,2463,2211,2408,2905,2494,2564,2268,2044,2567,2327,1988,2046,2243,3234,2450,2285,2671,2440,2752,2527,2884,2575,2573,2099,2050,2303,2290,3166,3630,2853,2404,2503,2968,2983,3364,2186,2644,3092,2913,2922,2952,3073,2525,2530,3021,2614,2386,4375,2046,2491,3964,6096,2378,2457,2335,2943,2293,2288,3089,3568,2904,2716,3891,2463,2205,2048,2082,1892,2144,2749,2010,2245,2590,2646,2450,3168,2607,2252,2240,2367,2829,2746,2687,2293,2525,2087,2404,2628,2447,2272,2682,2567,2606,2370,2867,2554,2080,2568,2311,2686,3037,2362,3331,2523,3205,2615,2681,2732,2527,3354,2484,2332,2281,3074,2167,2525,2049,2442,2510,2391,3085,3014,2728,2812,3064,2501,2934,3050,2492,2323,2445,2373,2244,1984,2829,2201,2213,2745,3068,2492,2365,2887,2411,2211,2365,2204,2124,2529,2444,1991,2404,2878,2300,2125,2288,2475,2642,2065,2836,2441,2285,2284,2548,2515,2681,2527,2618,2324,2406,2309,2585,2454,2525,1684,2624,2350,2526,3002,2713,2184,2530,2510,2482,2496,2323,2248,2662,2248,3898,3050,2562,2685,2816,2643,2735,3227,2427,2443,2011,2561,2616,2386,2883,2049,2243,2792,2552,2287,2429,2568,2104,2825,2362,2613,2805,2611,2368,2688,3013,2700,2713,2468,2185,2452,2565,2282,2573,2061,2354,2102,2274,2366,2688,2184,3044,2891,2644,2327,2695,2471,2326,2279,2386,2468,2627,2917,2164,2891,2489,2498,2369,2029,2406,2243,2247,2252,2642,2290,2576,2355,2274,2473,2339,2088,1924,2171,2500,2248,2997,2525,2484,2309,2602,2610,2432,2590,2379,2328,2371,2948,2488,3131,2743,2368,2392,2365,2525,2288,2444,2394,2152,2381,2141,2597,2479,2232,3006,2529,2971,2440,2316,2260,2612,2391,2403,2329,2364,2953,2398,2253,3973,3446,5964,3188,1847,2669,3524,7021,2692,4416,4247,4098,2619,3393,2270,7022,2605,2291,2863,2432,2250,2207,2202,2400,2135,2628,2407,2206,2983,2490,2770,2128,2583,2648,2826,2958,2706,2950,2089,2180,5938,3933,1991,2643,2110,2301,3412,2474,2161,2249,2132,3106,2883,2034,2323,3448,3027,2249,2851,2992,2925,3788,2809,2529,3809,2648,2213,2405,2644,2229,5357,4131,2171,2244,2327,2726,2932,2804,2053,2388,3307,2427,3590,2189,2651,2687,2478,2695,2207,2066,2325,2631,2626,2447,2474,2648,2364,2662,2329,2170,3026,2529,2541,2456,2968,2928,2865,2895,2125,2467,2083,2005,2005,2046,2553,2851,3380,2010,1965,2006,2572,2565,2448,2956,2322,2865,3050,2434,2808,2882,2534,2527,2505,2266,3209,2485,2429,2569,2771,2350,2697,2857,3084,2449,2926,2888,3071,2472,2283,2713,2884,2812,2370,2700,2454,2399,2293,2450,3109,2406,2604,2611,2531,3004,3068,2629,2571,2624,2268,2545,3030,2973,2564,2570,3064,2273,2787,2460,2169,2270,2912,2123,3018,2240,3589,2505,2546,2891,2771,2489,4850,2116,2566,2567,2526,2568,3025,2087,2627,2729,2730,2526,2453,2266,2443,2581,2576,2267,2325,2471,2241,2153,2580,2587,2370,2573,2343,2388,2451,2482,2412,2486,2429,2650,2568,2606,2890,2502,2486,2289,2765,2450,2071,2548,2439,2792,2390,2445,3046,2410,2247,2287,2509,2081,3010,2190,2410,1961,1846,2206,2391,2521,1950,1844,1846,1846,1805,2346,2492,2775,2567,2969,2967,2749,2569,2545,2347,2121,1884,2204,2067,2729,2731,2347,2166,2086,2126,2184,2607,2435,2810,3086,2537,2769,2790,3015,2248,2086,2385,2350,2307,2973,2580,2610,2234,2602,2489,2566,2328,2291,2719,2576,2543,2395,2733,3087,2846,2766,2685,2268,2619,2534,2187,2459,2085,2527,2566,2571,2326,2542,2443,2443,2470,2501,2459,2462,2409,2527,2926,2489,3047,2329,2610,2314,2808,2049,2526,2322,2441,2550,2568,2527,2582,2447,2224,2375,2972,2491,3152,2624,2274,2418,2475,2891,2205,2610,2362,2585,2406,3271,2524,2349,2004,2159,2887,2044,2100,2044,1885,1806,2049,2438,2365,2179,2145,2128,1944,2074,2685,2530,2384,2349,2523,2050,2404,3011,2084,2575,2286,2177,1848,1950,2449,2324,2251,1854,1851,2165,1925,1953,2492,2365,2524,2166,2290,2206,2206,2458,2406,2402,2241,2249,2247,2607,2552,2451,2716,3007,2620,2406,2811,2490,2321,2287,2413,2432,2258,2407,2533,2805,2598,1921,1885,1805,1806,2429,2888,2486,2189,2004,2353,3464,2413,2342,2529,2229,2409,2722,2477,2464,2642,2249,2005,2151,2355,2568,2538,2475,2408,2327,2825,2604,2516,2407,2327,2286,2247,2652,2608,2612,2451,2367,2492,2141,1924,1845,2149,2292,2261,2326,2244,2169,2767,4036,2647,2567,2609,2647,2648,3150,3063,3370,3079,2564,2629,2864,2893,2725,3771,3649,3597,3896,3212,3315,3153,2966,2805,3169,3347,3313,3073,3098,3313,3313,3345,3263,3035,2982,2997,3071,3073,3011,2715,2409,2326,2407,2438,2646,2698,2490,2165,2249,2165,2290,2449,2364,2286,2204,2288,2207,2166,2572,2404,2395,2674,2511,2445,2640,2245,2326,2369,2285,2006,2006,2046,2047,2045,2189,2528,2550,2530,2486,2312,2205,2126,2351,2486,2523,2454,2267,2043,1858,2086,2204,2970,2209,2371,2644,2647,3546,3185,3383,2825,2739,2945,3346,3096,3014,2088,2793,2495,2485,2679,2359,2671,2440,2329,2243,2693,2447,2393,2560,2525,2591,2939,2775,3054,2845,2829,2569,2245,2327,2287,2430,2392,3029,2423,2727,2325,2448,2990,2567,2486,2164,2488,2609,2484,2558,2138,2998,2885,2770,2485,2652,2968,2582,2673,2647,2850,2569,2647,2477,2541,2712,2088,2082,2387,2163,2570,2403,2044,2327,2327,2531,3010,2485,2393,2454,2486,3504,2884,2454,3058,2595,2351,2340,2450,2324,2728,2171,2168,2564,2692,2530,2486,2729,2801,2862,2874,2133,2969,2490,2538,2405,3127,2692,2595,2567,2531,2365,2325,2287,2648,2765,2508,2818,2464,2966,2488,2523,2286,2632,2673,2648,2362,3050,3006,2589,3111,2676,2821,2686,2319,2204,2326,2446,3267,4407,3384,2195,2446,2734,2564,1984,2535,2823,2049,2605,2369,2523,2663,2799,2572,2537,2316,3170,2521,2533,3516,2777,2566,3076,2826,2448,3093,2855,2354,3176,2406,2449,3886,3025,4240,3048,2363,2882,2898,2574,2619,2911,3129,2692,2689,2651,2431,2976,2693,2972,2764,2652,3242,2329,2446,2736,2765,2445,2972,2488,2450,2568,2427,2583,2927,3251,2692,2141,2527,2554,2283,2569,2289,2201,2662,2809,2599,2406,2685,2494,2522,2326,2598,2686,2421,2528,3063,2311,2810,3087,5098,2328,3089,2206,2490,2328,2845,2283,2610,2326,2533,2929,4773,2490,2920,2209,2668,2204,3677,1976,2678,2143,2273,2725,2483,2731,2493,3938,2495,2440,6413,2884,2043,2697,3463,3674,2687,2686,2491,2851,2327,2521,2119,2336,2251,2603,2797,2686,2434,2678,3668,2085,2255,2749,3365,2369,2272,2461,2505,3495,3385,2447,2703,2061,2826,2743,2166,2483,2233,2769,3052,3061,2588,2733,3088,2661,2517,2727,2605,2849,2126,2996,2702,2692,2804,2616,2601,2571,3766,2730,2772,2892,2481,2732,2523,2333,2748,2502,2896,2882,3570,2647,2608,2091,2785,2431,2489,2568,2440,3137,2721,2214,2485,3012,3084,3006,2453,2283,2613,2443,2533,2770,2736,2435,2731,3089,3205,3229,2435,2723,3468,3073,2685,3213,2932,2522,2484,2775,2447,2526,2344,2445,2928,2524,2360,2750,6675,2951,2265,2372,2402,2570,2665,2633,2764,2044,2611,2651,3098,2565,2596,2449,2533,2218,2195,2364,2568,2404,2486,2572,2568,2659,2436,2329,2603,2490,2568,2645,2607,2529,2770,2330,2403,2648,2123,2335,2121,2366,2614,2769,2402,2451,2566,2486,2327,2486,2412,2366,2607,2807,2371,2766,2490,2568,3166,2365,2809,2703,2849,2848,2434,3330,3010,2488,2382,2324,2208,2543,2361,2467,2002,2325,2173,2601,3094,2108,2227,2003,2004,2047,2287,2853,2765,2568,2004,1965,1965,2255,2684,2523,2197,2140,2044,1965,1928,2410,2461,2164,1964,1928,1926,2091,2205,2530,2094,1965,1885,1845,1886,2356,2448,2394,2260,2521,2283,2524,2232,2573,2428,2291,2203,2488,2767,2087,2767,2251,2167,2003,2087,2407,2406,2088,2517,2448,2541,2322,2421,1938,2541,2455,2688,2644,2286,1964,1966,2075,2300,2653,2565,2191,2124,1965,1925,2611,2409,2747,2443,2469,2545,3530,2405,2527,2306,2645,2406,2487,2092,2543,2024,2467,2604,2573,2349,2324,2749,2653,2528,2364,2399,2577,2853,2357,2031,2605,2453,2462,2523,2051,2562,2866,2754,3085,2567,2539,2246,2371,2850,3035,2492,2684,2454,2526,2451,2169,2361,2527,2809,2482,2421,3234,3064,2801,2312,2547,2894,2539,2384,2932,2416,2530,2245,2772,2409,2910,2287,2544,2166,2556,2604,2003,1966,1966,2246,2779,2749,2808,2410,2442,2369,3091,2382,2805,2204,2286,2327,2710,2280,2386,2297,2083,1965,1966,1929,2390,2743,2078,2175,2367,2675,2428,2778,3416,2305,2770,2930,3233,2221,2501,2102,2821,2567,2245,2447,2210,2447,2939,2397,2572,2889,2409,2370,2563,2310,2246,2045,2046,3105,2408,2370,2120,2166,2367,2328,2538,2727,2452,2638,2643,2535,2685,2578,2723,2401,2489,2434,2405,2408,2475,2215,2088,2465,2551,2408,2251,2778,2715,2085,1885,1806,1805,1843,2582,2480,2727,2571,2364,2404,2433,2609,2285,2657,2606,2700,2328,2590,2721,2702,2266,2549,2872,3058,2813,2441,2325,2005,1965,1967,2170,2488,2427,2284,1884,1885,1806,1805,2441,2769,2401,1967,2368,2163,2613,3329,2560,2894,2613,2033,2446,3293,2660,2254,2699,2764,2755,2647,2679,2607,2396,2441,2325,2620,2385,3007,2449,3111,2423,2245,2329,2371,2385,2551,2865,2651,2084,2569,2995,2508,2418,2177,2608,2765,2463,2993,2702,2290,2590,2488,2523,2956,2512,2444,2406,2406,3490,2766,2776,2663,2644,2408,2612,2256,2913,2149,1976,2644,2572,2761,2768,2470,3056,3317,2654,3147,2622,2594,2662,2520,2916,2392,3253,2526,3108,2535,2362,2811,2482,2131,2847,2628,2608,2591,2738,2692,2865,2325,2486,2285,2500,2448,2768,2329,2321,2286,2256,2527,2337,2264,1925,2125,1966,2166,2502,2545,2111,2297,2046,1927,2045,2127,2935,2824,2669,2444,3055,2447,2595,2568,2243,2410,2402,2542,3171,2594,2422,2565,2674,2252,2080,2973,2183,2671,2527,2850,2218,2689,2582,2797,2724,3055,2402,2528,2667,3155,2562,2730,2327,2648,2552,2466,3269,2694,2883,2373,2723,3008,2968,2467,2003,2415,2308,2723,2455,2440,2829,2523,2409,3196,2903,2273,1981,2405,2748,3312,2370,2926,2929,3007,3050,2364,2252,2812,3009,2564,2445,2373,2305,2490,2610,2739,3016,2030,2554,2352,2464,3076,2688,2404,2486,1993,2424,2826,2391,3087,2445,3037,2343,2562,2736,3605,2448,2610,3594,2714,2544,2263,2668,2412,3122,2214,3105,2722,2452,2859,2730,2102,2601,2344,2285,2367,2679,2399,2214,2901,2445,2329,2567,2814,2161,3105,2730,2448,2553,2887,2992,2784,3456,2720,2552,2613,2529,2846,2564,2054,2460,2565,3316,2162,1998,2141,2529,2543,2595,2361,2686,2611,3186,2752,2637,1995,3913,2320,3238,2741,2186,3358,2206,2686,2547,2402,2572,2250,2269,2505,3048,2339,2886,4045,2633,2219,2509,2411,2699,3714,2589,2274,2423,2568,2840,2530,2171,2924,2204,2734,2349,2250,2504,2305,2094,2522,2531,3049,2527,2982,2769,2732,3084,2373,2562,1950,3251,2852,2363,2868,2882,2583,2088,2159,2684,2523,2976,2927,2404,2516,2681,2816,2849,2622,2871,2614,2520,2465,3169,2446,2936,2443,2369,2444,2405,2448,2455,2685,2643,2855,2041,2166,2409,2448,5643,2926,2822,2654,2579,2736,2466,2890,2805,2005,2127,2306,2321,2449,3096,2727,3137,2167,3124,2573,2367,2524,2613,3003,2280,2296,2386,2554,2087,2535,2528,2412,3325,2688,2916,2446,2886,2414,2466,2577,2648,2525,2408,2126,2930,2144,2322,2050,2082,2046,2529,2360,2081,2704,2607,2402,2668,2872,2545,2588,2207,2568,2748,3070,2484,3424,2626,2318,1999,2470,2252,2648,2585,2890,2688,2981,3050,2496,2485,2128,2728,2580,2396,2327,2447,2199,2568,2794,2476,2629,2536,2727,2705,2828,2735,2744,3331,2206,2649,2708,2974,2313,2900,2692,2664,2609,2530,3301,2590,2439,2123,2045,2085,2013,2082,2406,2667,2702,3214,2093,2086,2128,2216,2485,2449,2127,2383,2048,2481,2662,2596,2327,2084,2047,1965,1966,2260,2722,2163,2337,2579,2009,2384,1881,3160,3010,2430,2126,2581,2609,2582,3089,2431,2731,2634,3117,2476,2408,2644,2128,2530,2472,2973,2979,2464,2551,2324,2491,2885,2094,2342,3139,2795,3090,3071,2531,2096,2786,2432,2860,2047,2129,2820,2244,2745,2597,2725,2889,2888,2211,2443,2749,2522,2060,2281,2609,2133,2915,2254,2719,3598,2551,2347,3265,2451,2606,2171,3647,2828,2443,2246,2329,2392,2195,2634,2454,2710,2837,2567,2769,2672,2292,2379,2243,1967,1966,1972,2320,2568,1889,2283,2085,2048,2005,2006,2995,2375,2321,2126,1965,1965,2170,2383,2837,2417,2085,1966,1966,2046,2089,2410,2659,2008,1882,1924,1926,1845,1806,2517,2534,2410,2162,2095,2350,2904,2444,1930,2340,2166,2125,2004,2006,2394,2084,2370,2163,2639,2777,2447,2954,2241,2713,2494,2481,2812,2646,3115,2514,2511,3015,3014,2721,2489,2927,2731,3044,2583,2448,2754,2904,2504,2871,2517,3346,4238,2119,2810,2386,3343,4470,2301,2185,2638,3198,2764,6860,2301,3169,2829,2842,2451,2722,2706,2892,2851,3606,2565,2355,3049,3103,2426,2352,3247,2572,2564,2489,2817,3383,2542,2492,2872,2004,2423,2775,2804,2290,2659,2710,2809,3116,2720,2517,3176,2718,2368,2651,3124,2568,3086,3017,2443,2592,3150,2442,2166,2366,2304,2445,2623,2312,2156,2526,2124,2167,2208,2712,2470,2844,2406,2647,2494,2912,3226,2432,2985,3047,2929,2324,2772,2386,2811,2666,2444,2244,4218,1992,2659,3086,2597,2284,2317,2927,2487,3278,2533,2749,2855,3420,2545,2898,2926,2691,2567,3213,2201,2326,2052,2208,2996,2450,2451,2848,3046,2630,2367,2828,2302,2214,2584,3332,2251,3051,2581,2731,2846,2651,2965,2431,2146,2551,2017,2368,2607,2489,2975,2186,2834,3306,2821,2405,3075,2285,2251,2490,2571,3010,2814,2505,2190,2528,2878,2745,3245,3410,2608,2172,2684,2940,3684,2569,2141,2227,2572,2519,2875,3669,2670,3167,2375,2761,2952,2587,2628,2408,2098,2410,2707,2482,2414,2851,3196,2684,3095,2848,2697,1994,2560,2562,2758,3098,2785,2505,2433,2406,2343,3576,4766,2728,2156,2367,1990,2175,3469,2432,4268,2770,2175,4006,3042,2530,2501,2474,2582,2874,3984,3346,4167,2471,4049,3849,2526,2608,2734,2793,2325,3451,2465,2991,3078,3432,2612,3510,2292,2378,2234,2730,2327,3852,2405,2424,2744,3017,2299,2381,2623,2557,2954,3010,2325,2153,3013,2660,2490,2847,2125,2849,2531,2120,2412,1809,2197,2881,2899,2276,2376,2408,2368,2237,2158,2691,3416,2416,2192,2210,3868,3005,2189,2292,2603,2431,4421,5992,2406,2280,3235,2441,2092,2427,2746,2879,2802,2065,2809,2749,2509,2585,2811,2519,2734,2166,2853,2447,2824,2648,2174,2316,2212,2753,2285,2230,2868,2821,2048,2249,3084,2669,2529,3064,2447,2472,3043,3031,2493,2623,2787,2335,2724,3011,2643,2254,2527,2418,2611,2361,2287,2543,2607,2119,2712,2325,2326,2486,2651,2818,2372,3034,2774,2484,2486,2726,2060,3096,2513,2353,2520,2536,2672,2429,2223,2287,2446,2006,2211,2535,2849,2462,2674,2408,2445,2719,2412,2875,2845,2083,1926,1966,2407,3049,2691,2285,2127,2245,2168,2370,2112,2753,2287,2125,2246,2570,2293,2814,2605,2367,2374,2609,2080,3004,2644,2285,2259,2250,2019,2126,2273,2707,2206,2323,2125,1967,2004,2208,2097,2401,2446,2363,2366,2168,2351,2750,2725,2568,2452,2321,2125,2588,2377,2204,2444,2334,2367,2204,2447,2530,2440,2505,2774,2592,3008,2594,2596,2510,2687,2330,2092,2754,2836,2546,2370,2647,2621,2708,2651,3006,2434,2709,2749,2766,2823,2497,2364,2811,2363,3089,2374,2875,2489,2884,2338,2531,2540,2383,2233,2368,2805,2286,2327,2335,2703,2429,2572,3191,2512,2606,2451,2477,2267,2493,2369,2440,2707,2571,2312,2121,2357,1963,2165,2802,2493,2488,2287,3037,2570,2245,2474,3146,2491,2929,2961,3052,2663,2611,2751,2593,2207,2606,2595,2419,2967,2267,2323,2287,2287,2642,3108,2143,2191,2246,2208,3049,2689,2016,2547,2486,2364,2369,2606,2437,2634,2973,2969,2804,2452,2268,2511,2584,3011,2048,2380,1941,2244,2906,2404,2595,2717,2254,2822,2143,2637,2886,2412,2625,2055,2684,2162,2239,2632,3007,2516,2769,3092,2927,2675,2611,2324,2821,2407,2834,2504,2408,2362,2745,2889,2178,2128,2634,2517,2528,2647,2806,2483,2395,2826,2678,3699,2754,2129,2610,2334,2533,2341,2432,2581,2625,2540,2577,2312,2547,2636,2587,2079,2629,2545,3367,2691,2406,2385,2311,2370,2567,3573,2566,2529,2646,2390,2703,2460,2939,2408,2527,2721,2740,2381,2612,2565,2615,2438,2500,2285,2486,2662,2078,2742,2582,2930,2124,2219,2617,2770,3065,2515,2508,2295,2352,2223,2527,2427,2314,2183,2390,2887,2161,2568,2352,2445,2286,2516,2602,2410,2305,2368,2811,2585,2124,2698,2588,2382,2386,2700,3458,2569,2327,2493,3073,2716,2954,2327,2864,3220,2895,2630,2745,2452,2729,2368,2324,2167,2211,2685,3468,2527,2630,2626,2606,4802,2008,4777,2656,3213,2673,2542,2648,2412,2724,2874,2811,2916,5190,2807,2308,3424,3285,1978,3040,2846,1890,3047,2412,2409,2368,2982,2352,2684,2450,2243,2207,3346,2570,3026,2190,2100,2009,2555,2605,2446,2410,2586,2648,2648,2455,2246,2595,3275,3151,2447,2131,2566,2252,2250,2321,2369,2400,2534,2625,2445,2845,3034,2598,2376,2367,2732,2823,3075,2224,3130,2246,2121,2168,4577,2049,2200,3257,2364,2249,3672,4890,2309,2241,3334,2090,2203,4654,2089,2643,2379,2797,2248,4397,3070,2416,2836,3037,2262,5836,3297,2377,5361,5793,2525,2912,3050,2449,3650,2225,2729,2288,2955,2726,3751,2725,16130,2931,2484,2551,8201,2772,2326,7143,2207,2867,3070,2722,9732,3774,3693,8237,2127,2526,3075,2855,6909,2811,3009,11892,9755,7892,7995,3451,6145,2738,4736,7312,3133,2915,4028,3100,4669,3033,3053,4165,2168,2584,3893,2310,2327,3915,2626,3145,2727,3358,2820,3120,2905,2981,2924,2555,2007,2672,3135,2375,2435,3373,2296,3773,2288,2213,2456,3136,2345,2274,2360,2393,2303,2695,3205,2667,2631,2563,2218,3083,2582,2230,2487,2650,2811,2209,2920,3993,2363,2110,2127,2320,2968,3101,2306,2485,2323,2652,2566,2447,2367,2688,2516,2208,2473,2771,3471,2611,2650,2605,2914,2525,2008,2260,2022,2593,2370,2967,2527,3214,3274,2756,2848,2692,2673,2643,2131,2527,2723,2774,2648,2803,2678,5535,4729,2294,5129,2268,2869,2397,2887,2383,2501,2880,4023,2751,2509,2206,3472,2405,2408,3263,2669,3337,2636,2495,2385,4456,2915,3085,2629,2240,2990,2346,2917,2651,2363,2676,2537,2560,4421,2601,2916,2367,2526,3234,3851,2210,2365,2523,2495,2460,2698,2892,2604,2201,2406,2362,2126,2447,2770,2570,2244,2710,2774,2304,2501,2539,2440,2649,2547,2768,3287,2758,2521,2573,2369,2522,3455,2608,2337,2477,2367,2683,3169,2588,2205,2652,2902,2537,2845,3378,2542,2585,3088,2371,2774,2914,2402,2293,2204,2248,2284,3036,2546,2242,2406,2681,3050,2444,2510,2669,2506,2144,2149,2044,2125,2426,2487,2695,2510,2465,2560,2532,3008,2431,2285,2425,2124,2205,2573,2426,2412,2410,2441,2226,2124,2005,2745,2291,2310,2043,2327,2424,2204,2382,2929,1979,2045,1965,1966,1967,2132,2604,2286,2393,2525,2262,2421,2407,2612,2136,2540,2554,2424,2675,2513,2607,2506,2881,2448,2971,2089,2692,3275,2496,2998,2770,2556,2764,2412,2614,3083,2864,2734,2568,2330,2242,2264,2204,2086,2006,2185,2175,2405,2370,2368,2407,2365,2607,2586,2420,2513,2132,2318,3117,2312,2363,2605,2485,2084,1966,1966,2235,2515,2720,2924,2284,2584,3210,2447,2156,2450,2511,2883,2408,2607,2562,2934,2464,2344,2069,2084,3132,2491,2586,1885,2015,2126,1965,2638,3205,2526,2127,2085,2246,2961,2966,2669,2308,2363,2167,2166,2142,3025,2122,2504,2324,2126,2087,2214,2379,2672,2487,2404,2127,2420,2624,2209,2637,2332,2370,2367,2282,2407,3009,2270,2964,3051,2688,2913,3931,3271,2548,2633,3445,4608,2593,2530,2408,2554,2887,2342,2997,2711,2535,2613,2624,3169,2836,2609,2851,2380,2000,2654,2595,2378,2644,2324,2385,2064,2848,2462,2422,2321,2114,2290,2481,2677,2707,2498,2073,2300,2595,2422,2443,2371,2269,2034,2288,2390,2903,2521,2408,2565,2731,2486,2220,1962,2151,2192,2726,4021,2445,2444,3146,2452,2856,2299,2167,3125,3134,2514,2611,3044,2702,2694,2681,2486,2613,2410,2579,3512,3089,2551,2786,2748,2501,3640,2562,3009,2746,2430,3049,4359,2365,2206,2368,2626,2392,2126,2408,2407,2541,2492,2669,2946,2412,2572,2677,2333,2448,2846,2097,2397,2505,2498,2467,2281,2158,3494,2954,2607,2984,2488,2672,3149,3596,2404,3187,2602,3190,2588,2396,2563,3129,2176,2682,2863,2997,2486,3102,2398,2623,3429,2226,2724,2213,3114,2781,5017,2469,2945,2649,2090,2265,8522,2408,2131,2802,2191,3108,2350,2341,3048,2287,2878,1936,2429,2627,2530,2368,2528,2524,3740,2802,3169,2286,2410,2068,3146,2210,2386,4201,3013,2943,3813,2603,3334,2704,5336,4035,3663,2429,2930,2166,2294,2312,4038,2053,3807,9552,2327,3650,5034,3311,5290,5456,2247,5782,2125,2231,3912,2159,2693,6301,2245,2365,7090,2424,11191,6401,7660,9529,2644,4115,6320,2432,2182,4235,2264,2610,19092,2852,6864,6540,4212,5676,10393,10204,2354,6913,3478,6299,8786,2207,7619,9093,1868,6996,2489,2605,8148,2165,2311,7061,2563,3136,7313,2650,2127,3832,5019,2827,3391,2203,2092,8440,2993,2586,7060,4053,2682,2968,2211,2609,4690,2913,7863,9365,3731,11634,14228,2507,28082,2125,2052,11394,3002,2237,9723,2965,2637,8947,8077,6704,2634,3419,4415,2893,2592,12233,2692,7633,3779,2323,5374,2174,2125,3691,3672,2327,11595,10286,5700,7444,2339,4983,2364,2246,11796,2410,2224,8169,2285,2449,6095,2273,2560,6324,2361,2454,10910,2281,2167,20172,2526,2642,6842,2385,2387,4535,2670,2225,5237,3373,3811,4554,2921,2449,3049,2533,2127,4126,3276,9368,4575,2869,6752,2373,2368,8004,2347,2207,4170,2684,2435,6678,2407,2403,9306,2133,2323,4295,3652,1970,5095,2643,2168,3855,2382,2208,7604,2771,4955,4789,2814,2439,3053,2451,2319,7988,2568,9906,6304,3049,16049,11999,8659,8506,2634,7745,2337,5084,6838,2852,5657,2358,2453,7884,2791,2600,6901,7544,2566,4542,2242,2516,4026,2001,2288,7827,6559,5633,10872,1968,2408,5283,7160,3204,2156,5227,2246,13708,2464,2484,4171,2051,2122,3692,4260,2324,8468,2961,2792,7037,2289,2050,4839,3142,2649,4079,6476,2207,5133,3511,2544,9634,2481,1927,5296,3855,2247,3812,8867,2283,7662,7666,2835,7360,3205,2485,9876,2521,2208,9306,2554,3666,4778,3530,2168,5492,2293,2281,3575,2169,2167,2907,2627,2528,2364,9369,4479,3642,7211,2345,2206,23368,2727,2745,7991,2586,2652,5472,2283,2174,7964,2668,2164,6861,2167,2482,10021,2760,7527,16324,13525,10689,3896,3953,4034,4387,4034,6917,2293,2085,7658,3730,2407,4699,4290,2229,6182,2568,2606,10473,2365,5880,2148,3103,4356,2185,2329,5878,2427,2427,3389,2268,2252,7822,2209,2205,8080,2522,2239,6533,3552,2888,3209,2650,2279,10455,2430,2550,8902,2428,2326,3690,2254,2322,5376,3012,2289,9164,6721,2546,7992,2663,1908,6113,2127,2106,3351,4691,2492,5643,2619,2444,3050,4299,2367,3771,3447,2289,2647,10997,2360,2172,8222,1842,2208,3856,2120,2894,5258,2287,1968,3989,2165,2086,24211,2286,6370,4665,2248,3831,8846,2205,6059,2835,3026,7240,2590,2089,2889,2143,2150,3810,4573,2427,9472,9423,1829,5352,2873,2126,5395,4589,2253,4053,3145,3088,8389,2467,2233,5826,2772,2248,3968,2173,2765,3368,3810,2455,8698,2277,2182,7241,2382,1974,3486,5418,2411,2043,3068,2343,2209,3612,2485,2088,7902,2254,2342,6398,2091,2443,2716,3025,2682,1972,3327,2287,2569,3488,2317,1966,7156,5170,2558,5257,3700,2051,2046,3893,1967,2281,3758,2097,2087,3997,2413,2159,5636,2486,2230,5679,2446,2450,3365,2534,2645,2482,4983,2488,2044,4036,2203,2250,6313,2275,2925,4025,2251,2690,2043,2168,2248,4616,3786,2593,3487,2325,2429,6636,2175,2159,2995,2403,2369,4817,3150,2268,3587,8869,2205,3528,14587,5300,5493,3776,2578,3677,2163,2695,3989,2082,2047,2086,16165,4138,2123,5478,3427,2210,7242,4757,2448,10186,2489,2009,6918,2409,2024,2471,2746,2008,5611,2169,2451,3311,2582,2253,8097,4777,2268,7103,4750,2291,3354,2906,2280,3177,2563,2092,2602,3551,2817,5629,1929,2160,6944,2130,2086,3526,2413,2287,3793,3286,2222,2689,2090,2362,14312,3608,6944,2262,2490,3084,2573,2884,4217,2347,2407,6819,2187,2045,4776,2201,3074,5275,4171,2248,2709,3110,2288,3766,2254,2122,2009,7263,2287,2205,7080,5600,2146,2829,2080,2328,5419,4127,2213,3150,7058,2152,3949,2044,2713,5976,2727,2768,2971,2441,2728,2616,3071,2379,2388,2449,2303,4557,2507,2091,2361,2091,2427,2704,2171,2548,3994,2720,3493,2287,4017,2245,2449,2907,3633,2063,3535,2249,2183,2227,2788,3130,7096,2170,3286,4176,2128,2045,2128,3046,2728,16589,9084,2091,3130,2728,2604,5841,4195,2125,6082,6819,2242,16026,2432,2663,5821,2405,2125,3852,2090,2131,10025,2524,2687,5603,1983,2613,3249,2642,2009,4450,3938,2202,7448,6681,2688,6042,2243,2609,7241,2805,2207,5894,2132,2047,10505,2334,2240,8892,1988,3924,3453,2203,2134,4934,3287,2169,3555,4774,2406,3707,2004,1929,2065,10696,2480,5085,9083,2001,3875,4656,3104,4694,2093,2127,8763,2467,2069,5375,7139,2351,5048,2455,2045,8050,11041,2155,11090,7381,2131,4445,2134,2241,5359,4394,2350,10409,2669,7908,10000,2157,8276,2750,2352,24489,3132,2490,9069,2245,2226,6050,6804,2415,14813,2215,2321,6220,2412,2046,6556,2349,2362,11699,2528,3618,6316,2163,2104,4071,3171,2975,8701,2212,3122,10740,8823,2743,9776,2689,7226,6694,3368,7246,8618,2255,6417,2403,11717,11677,2571,4395,2221,3412,4935,3291,2126,4116,2623,2433,12756,2541,2252,7262,2564,2973,6854,4252,2397,10727,2081,3214,12962,2523,2286,7664,2406,2089,4095,2723,3272,10690,2568,3897,6737,2247,2646,9251,2387,2129,3673,2184,2745,10674,3176,3823,8347,2692,2768,5733,3045,4215,16760,11204,6142,2207,2227,6158,2248,2282,12276,11878,3769,5018,2207,2652,4769,6258,2911,6600,2244,4937,15487,2170,4878,11813,2245,2205,7183,2388,2269,14906,2484,2261,6984,2172,2239,4779,2404,2171,8787,2686,2165,10798,7738,2212,7294,3234,10166,3652,3232,6342,2046,4635,7697,2694,2643,12279,2091,2084,10386,2768,6304,4892,2325,5607,12769,2248,8488,6556,2194,5550,2166,2369,9416,2606,10429,12777,2129,5735,5213,2312,9344,2468,2509,8905,3054,2540,6184,2124,2323,10100,2322,2046,14644,2168,2109,6118,2249,2208,18529,2127,11838,6938,2304,21493,2762,2375,8198,2125,2010,6341,6691,2231,12161,2667,2360,5503,2241,2050,4136,2872,2777,8432,2441,2155,6140,2285,2202,8163,2691,2030,5697,2182,2148,13503,2846,2204,6344,2167,2120,6217,2210,2412,7417,2685,2014,7698,7023,2163,5400,4793,2331,12397,2351,9502,6276,3335,6097,3489,2164,4100,2365,2481,9856,2852,2185,8062,2169,2649,4993,2407,2342,2407,2088,2046,2098,5001,2730,3933,2172,2287,3329,2328,2947,3454,2136,2312,2527,2303,2154,2444,2767,2549,4314,2325,2070,2186,2188,2207,4350,3750,4293,2168,2362,2087,2250,2410,2245,2328,2389,2447,2543,2329,2451,7815,2492,2244,3576,2569,2920,2475,4511,2250,2125,2884,2053,3071,2360,8445,2285,6100,5939,2407,2292,2359,2454,3916,4534,2560,2688,2288,2254,3651,3288,2862,4931,6180,2008,2125,4197,2631,3282,2014,2363,2073,3248,8106,4131,12528,8430,2851,5481,4007,3052,2201,2051,3865,3650,2696,3245,2411,2989,2509,4212,2240,2641,2379,2487,2507,3070,3972,2381,2875,4234,2026,2124,3231,2771,2812,2499,3150,2051,2646,2144,2408,2535,2700,2850,2462,2333,3010,2405,2569,2790,2500,2854,2455,3762,3292,2499,2433,2395,2579,2529,3052,2669,2865,2715,5460,6081,5485,3268,2530,5396,2288,2564,2531,2570,3109,2691,3005,2708,3048,2485,2357,2248,2400,3049,2821,3034,3072,2729,2606,2530,2310,2383,4489,2543,2450,2604,4010,2595,2210,2211,2365,2301,2313,2566,3730,2792,2076,2366,2677,2724,3040,2495,3105,2472,2371,2205,2732,2629,2742,2396,2401,4013,2371,2506,8002,2935,2287,2742,2107,2238,2580,2569,2046,2504,3714,2245,3132,3147,2769,5495,1842,5536,2516,2343,2591,2207,2444,2796,3827,2666,2668,2200,2938,2488,2689,2324,2645,4458,2582,2946,3221,2405,2651,2430,2475,2532,2954,2727,2557,2521,2743,3088,2446,2908,2471,5498,2318,3676,2545,3395,2504,2530,2807,2583,2494,2568,2576,11687,2808,2931,3546,2747,2775,3050,3501,3451,2733,4009,4091,2797,2402,3008,3286,2811,2641,5343,2014,4929,2945,5567,2524,2768,2291,2902,2517,3610,2661,2408,2963,2409,2437,5457,4309,3029,3865,2527,2718,3090,2926,2803,2670,5094,3596,3344,3570,4178,2926,2409,1991,3058,2807,2427,6835,2124,2149,2867,7661,5350,4495,4574,3246,2712,2310,3325,2070,2424,2828,2652,2932,2541,3639,4332,2664,4929,2490,2059,2820,2610,2466,2733,2447,7953,3393,2471,2520,2787,2634,2304,2477,2624,2319,2690,2476,2543,2148,2788,3927,2713,2829,2426,2345,3053,2360,2270,2932,2806,2533,2620,2525,2610,2976,2903,2613,2664,2649,2302,2691,2134,3023,2438,4204,2445,4941,5337,4728,2488,4998,2665,2291,2024,2324,2002,3210,2877,2237,2409,2325,2257,2086,3383,6569,4988,2131,4569,3632,2375,2361,2628,2724,3695,2287,2966,2774,2187,2529,2449,6413,2126,2208,4614,3453,3466,2593,2403,1986,3228,2144,2452,2162,2487,2053,2284,5763,2664,4614,6358,3347,4571,3337,2122,5623,3930,2443,3054,3148,2651,5795,2809,2464,5699,2587,3169,4054,2168,2087,2589,4025,2773,4130,2915,2489,9846,2424,4173,2463,2246,2617,2886,2410,3042,2366,2037,2343,2405,2568,2887,2324,2053,3474,3023,2325,3035,3425,2446,4256,3650,4999,5188,2534,2282,5057,4771,2777,2727,2725,3314,2986,2729,2232,3944,2249,2362,3255,2444,2333,4414,2630,2562,2732,6658,4912,8444,2574,7904,12494,4559,9548,2420,2612,2725,2206,3328,2436,2742,2529,8369,2450,5094,7513,2407,3877,3490,5075,4533,2850,2323,5743,2609,2321,9674,2243,3273,2145,2427,2062,2174,2480,2835,3472,2586,2447,2326,2288,9948,2412,2210,3649,4346,2689,2973,2350,2502,2086,2771,2383,2351,2448,8099,2272,2146,3164,2695,3109,5549,2045,3373,5441,2260,4575,2889,2368,4918,2422,2856,3731,5053,2564,2755,2585,2602,3037,2945,4897,2207,3085,3174,2525,5620,6136,3850,3276,2869,2246,2480,4254,2454,2201,3317,2326,2906,4248,2173,8004,8201,3076,2524,2429,2304,2268,2126,2525,3174,2704,2733,3583,2087,2367,6424,2522,2731,8550,3112,2739,3971,2674,3456,5147,2091,2201,4755,4334,2951,2410,2439,2089,2567,2188,2214,2582,2471,6782,8721,2322,12004,2483,2125,2446,2374,3006,8426,2406,2368,10174,2322,4621,4127,2167,2133,3042,3348,2408,3456,2441,2053,5676,2702,5819,3472,1988,6036,3547,2127,6819,2792,4056,9850,2928,5778,5168,2575,3952,4507,2328,2358,2378,3471,8446,2245,2849,7004,4413,3146,2126,3333,2233,3287,6077,2207,4754,3772,3027,5335,2407,2969,12822,3009,4333,2826,3356,3422,2595,2201,2166,2310,2125,2387,2711,2471,2661,2051,2307,2421,2129,2727,2484,2334,2947,3538,3730,3145,2272,2207,2388,2378,3333,2489,2332,2639,4214,2045,2398,2396,3035,2593,2755,2045,2412,2740,2592,3248,2416,3511,2580,2185,6522,2392,3611,4603,2756,3495,2671,2858,2813,2929,3610,2251,2384,2417,2591,2478,2399,2996,2847,2664,2544,3448,2073,2452,2362,2374,2455,2410,2512,3546,2174,2908,2455,2641,2647,2499,2679,2683,2847,2410,2492,2468,2623,3729,3840,3343,2528,2628,2829,2891,4037,3529,4212,5389,2052,3170,2284,2890,2161,2093,2884,3451,2629,2631,2127,3501,3330,2994,3051,3554,2332,3342,2205,2428,2616,2380,2594,2444,2574,2485,2370,2212,2517,2773,2360,2142,2492,2447,2672,2405,2243,2412,2564,2532,2151,3254,2449,2472,2339,3412,2647,2540,2461,2445,2494,2669,2422,2750,2712,3127,2611,2788,2246,2888,2360,2243,2287,2464,2623,3176,2655,2203,2616,2189,2904,2602,2378,3184,2566,2435,2152,3545,2283,2268,2511,2986,2565,2634,3805,3321,3221,2575,3513,2513,2576,3443,2189,2321,3821,2621,3201,2767,2243,2249,2345,2513,2795,3770,2780,3003,3869,2039,4559,2573,4031,3050,3252,2258,2530,2806,2114,2566,2704,3258,2167,2626,2970,2361,2198,2324,2607,2717,3984,2367,2624,2765,3241,2206,2340,2510,2170,3002,2831,2001,2531,2530,2701,2408,3242,2816,2391,2611,2665,2439,2636,4317,3328,2813,2278,2363,2365,2634,2794,3456,2541,2389,2245,2401,2885,2611,2526,2435,2542,2088,2131,3415,2338,3851,2731,2268,2369,2691,2261,2489,2707,2625,7681,2727,2432,2988,2700,6886,4957,2722,3326,2286,2705,2710,2598,2516,2806,3310,2351,2547,2349,2443,3510,2128,2248,4830,2327,2409,4971,2439,2383,2455,3115,2207,3614,2636,2183,2404,2285,2492,2642,2349,2771,4029,2354,2581,2608,2567,2569,2530,2458,2354,2712,2541,2372,2549,2692,2684,2745,2431,2852,2845,2444,3093,2700,5081,2521,2602,2623,2692,2648,2596,2377,2625,2511,2685,2501,2814,1839,3121,2887,2166,2867,2308,2501,2424,3538,2350,2480,2395,2540,2621,2361,2399,2090,3407,4362,2330,2180,2269,2305,2409,2527,2763,2710,2468,2323,2271,2572,2812,2519,4776,3050,2164,3070,3236,2405,2448,3223,2855,3643,2512,2790,2726,2285,2012,2473,2794,4820,1976,3257,2213,3043,2107,2492,2381,2654,3344,2708,5018,2410,2648,2325,2342,3088,2993,2453,2348,2262,2448,2446,2474,2706,2584,2586,2489,2491,3687,4052,2052,2320,2814,2368,2568,2653,2652,1685,2541,2365,2330,2420,2492,2246,2444,3915,2359,6162,2566,3932,2214,3810,2128,2286,2140,2553,2539,2463,3566,2250,5992,2805,2834,6070,2273,2027,2270,2903,2530,2387,2608,2588,2485,2285,2756,2155,1965,2691,3219,2170,2376,2413,2442,2533,2708,2447,2454,2187,2812,2886,2754,2648,2712,2552,2523,7970,2363,2245,4191,3048,2850,2451,1968,2629,2437,2348,3011,2769,2694,2680,2489,2670,3034,2688,2424,2250,2287,2526,2409,2827,2859,2993,2274,2665,3193,2689,2965,2787,2873,2685,2411,2660,2292,3283,3098,2681,7387,2925,2285,4140,2488,2572,3482,3454,2327,2667,2692,3584,2049,2086,2851,3361,2216,2720,2415,2387,2945,2985,2940,2417,4260,2560,2224,2205,4627,3710,2644,2692,2245,7579,2173,3867,3853,2603,2875,2285,2846,2093,2508,2586,2319,5300,2913,3147,4087,2174,2280,3640,3048,2438,2935,2591,2584,2864,2576,2230,2808,2439,6907,3143,2368,5536,2487,2205,2631,2616,2419,2337,2286,3405,3218,2731,2431,2659,2693,2341,3342,2365,3354,3389,2487,2325,4395,3148,2437,2741,2466,2183,2616,2367,2527,2667,2249,2407,2971,2647,2208,8507,4136,2461,2725,3650,2663,2710,2693,2832,2459,4043,3201,3352,2687,2244,4316,2103,2631,2373,2504,3087,2571,2389,2328,3244,2271,2207,2945,2452,2368,5698,8033,3655,4291,2811,2251,3085,3558,2203,2968,3507,3037,10723,2288,7384,6101,2247,2830,4289,2666,4209,2288,12924,6662,3566,4290,2169,2326,4397,4717,2402,3370,4656,2994,6591,2209,2123,8813,2221,2489,3756,2207,2429,2924,2002,2136,2462,3033,2640,7406,2347,2613,2184,2092,2404,2449,2647,2161,2293,2042,2287,2302,2878,3421,2916,2570,5268,2485,2270,4502,2744,2926,7138,2913,2185,2974,2264,2429,5416,3088,2004,2086,13041,3113,3166,4517,2627,1827,2319,2286,2151,4149,2533,2569,2947,2209,2304,23546,5698,4575,2131,2402,2077,2362,2447,2303,2653,2270,10007,12994,2370,2041,2392,2173,4371,2063,2043,2974,3314,2819,7610,2528,2444,4575,2461,2855,2565,2483,2229,2133,2049,2086,2381,3453,2359,2399,5305,2370,2565,7532,2805,5983,3985,4718,6237,2847,2329,2062,2649,3069,8326,2586,3328,4333,2010,1927,2041,2594,2707,3595,2448,2119,2087,2171,2410,2324,3053,4209,3126,2624,3172,2129,2390,2466,2160,2126,2329,2651,2210,3089,4930,2325,2494,5012,2127,2246,2555,2362,2141,2688,2526,2055,2107,2201,2192,2401,9872,6446,2662,9307,2087,2527,3286,2656,2281,3369,2614,3146,2508,2549,2571,2644,2055,6336,3517,5252,3237,2572,2383,2522,4081,2715,2685,4079,3036,5167,7138,5619,3406,3144,2653,2380,2411,3051,2987,2333,2643,2628,3040,3734,3197,2726,2533,2063,2493,2792,2320,2683,2426,2148,2785,2562,2490,2520,2605,2468,2374,2583,2803,2606,2536,2681,3133,2406,2784,2366,2686,2181,3083,2867,2198,2520,2332,2405,2862,2652,2765,2611,2271,2861,2774,2471,3247,2353,2536,2497,4067,2525,2621,2445,2594,2409,2886,2757,2606,2369,2610,2553,2488,2451,2812,2849,3098,2429,2917,2089,3069,2252,2606,2451,2662,2587,2293,2112,2814,2384,2456,2498,2294,2093,2761,2545,2274,2953,2580,2415,2447,2402,2571,2489,2703,2422,1975,3187,2522,2410,2522,2462,2738,3935,2704,2057,2400,2416,2043,2246,2290,2493,3034,2390,2659,2489,6168,2597,2512,2411,2443,4249,2570,2303,3467,2854,2426,2245,2460,2727,2505,3245,2355,2565,5114,2365,2367,2371,2645,3408,2330,2202,5100,2604,3411,3119,2700,2476,2741,2673,2835,2447,3443,2179,2126,2632,4773,2213,2363,2266,2689,6881,4655,2522,2797,2541,3331,2099,2083,2921,3173,2726,2575,2175,3365,3947,2511,8174,2471,2705,2525,2092,2180,2996,2764,3049,2168,2546,2429,3654,2248,2467,2501,2370,2086,2082,2557,5498,2222,2043,2525,7934,2489,2419,2166,2163,3291,2130,5518,2933,2197,8248,3527,3091,4919,9422,2553,2525,3754,2732,2424,2246,2530,2970,2391,7056,2870,2444,2243,2596,3363,6992,2702,3026,2690,2288,2889,2647,2368,2969,2702,3001,4528,2364,3033,3447,2270,3366,2538,2287,3122,2424,2517,2845,2650,2487,3383,2955,2808,2447,2705,2566,2408,3410,2069,3088,2851,2412,2405,3019,2734,2988,3120,2567,2597,3693,2446,4802,3889,7274,2374,1892,2661,2542,2077,2642,2691,2985,2603,2357,2487,2044,2516,2165,2209,2284,2917,2454,2548,3087,1967,2449,2863,2532,2628,2809,3049,2658,2726,2612,3936,2525,2554,2622,2331,2606,2998,7076,2080,2807,2731,2549,2579,3161,2785,2406,2445,2853,2368,2650,2648,2438,2764,2461,2604,3493,2610,2722,2728,2446,2815,2526,2606,2392,2974,2663,2687,2931,2324,2551,2372,2757,3912,2757,2094,2434,2529,2140,2452,2888,2884,3528,2531,2615,5635,2487,2333,2577,2255,2384,3590,3075,2417,3173,2447,2685,2367,2496,2888,2606,2363,3857,2875,2963,2624,2636,2404,3301,2916,3908,6682,2830,4811,2409,2390,2782,2728,2391,3492,2665,1966,2598,5849,2348,2248,2288,2319,2672,2689,2223,3400,3421,2811,2276,2581,2484,2207,2313,2243,2488,2349,3603,9612,3028,5723,3109,2321,2373,2328,2441,2233,2327,2286,2291,2164,2049,2200,2566,2498,2726,2448,2300,2869,2456,2325,2321,2250,2405,2213,2406,2287,2246,2399,2454,2567,2627,2360,2274,3376,2246,2335,2872,2695,2623,2999,2402,2501,2848,4037,2502,2846,2680,2490,2536,2445,2407,2406,2433,2505,2452,2391,2380,2043,2608,2286,2374,1992,2378,2043,2118,2245,2265,2243,2153,2298,2048,2572,2281,1965,2792,2130,2585,3350,2509,2946,2049,2171,2461,2446,2044,1965,1966,1966,2655,2228,2382,2325,2085,1966,1925,2676,3014,2256,2085,1966,1966,1965,2489,2331,2191,2341,2043,1966,1926,2089,2371,2405,2506,2415,2605,2407,2325,2809,2289,2241,2572,2365,2822,3174,2604,2447,2561,2576,3252,4293,4579,3083,2353,2379,3258,2326,2448,2147,2532,2378,2251,2729,2182,2496,2383,3234,2131,2718,2204,2983,2514,2612,2779,2401,2531,2580,2680,2197,2403,3288,3231,5527,7937,2451,3502,3248,2733,2549,2464,2954,2299,2395,2127,2246,2134,2642,5995,3086,2949,2945,2856,2364,2307,3536,3204,1822,2213,2185,4581,2214,2407,2289,2164,3402,2905,2285,2247,2865,2231,3244,2209,5293,4176,2715,9060,2854,2530,2449,3887,2613,2683,2579,2170,2085,2086,2603,2605,2729,2296,2244,2928,2410,2355,2370,2204,2304,2234,2080,2737,3373,3330,2391,2255,2496,2436,2615,2122,2373,2446,2163,2218,2468,2215,2539,2410,2327,2480,2393,2020,1607,2876,2567,2486,2004,2290,2427,2747,2648,2532,2405,2370,2042,2614,2966,2529,2543,3249,3216,2583,3516,2744,2331,2085,2048,1963,2201,2166,2812,2211,2042,1971,2001,2250,2330,2123,2363,2487,2613,2367,2560,2129,2174,2083,2488,2927,1922,2434,2210,2540,2649,2528,2290,2208,2523,2752,2229,2687,2684,2625,2269,2370,2246,2324,2288,2366,2571,2682,2617,2402,2285,2652,2522,2449,2326,3056,2201,2647,2694,2604,2252,2318,2534,2688,2043,2170,2007,2002,2246,2610,2447,2249,2406,2329,2527,3873,2420,2776,2804,2647,3716,2823,2851,2163,2636,2485,2230,2765,2524,2291,3450,2403,2765,2692,2395,2424,3167,2527,2750,2627,2332,2523,2647,2525,2329,2411,2087,2647,2240,2369,2556,2726,3501,2774,2731,2425,2511,2326,3324,2568,2536,2602,2372,2399,3330,2355,2344,2281,2455,2480,2207,2571,2690,3247,3016,2642,2526,2891,2685,2210,2366,2527,9152,2543,3511,2351,3053,3787,4412,2247,3088,5176,3206,2449,2084,2751,2265,2895,2282,2248,2645,2731,3412,2848,2191,3828,3369,5536,2308,3996,3009,2207,3687,2489,2770,3547,2102,2370,2367,2566,2614,3450,3250,2129,2741,2549,2649,2328,2369,3146,2590,2404,2165,3057,2360,2569,2451,2526,2369,2483,2654,2767,2682,2449,2847,1970,2166,2328,3088,2748,2694,2448,2319,2627,2650,2645,3977,2731,4266,2751,2805,2767,2610,2692,2332,2728,2401,2487,2326,2488,2450,2330,6137,4171,2164,3131,5376,2788,2506,3094,3227,2630,2284,3254,2085,2529,2443,2667,5757,3817,2120,5101,2164,2450,2672,2699,2651,2850,2407,2248,3122,2768,2370,2689,3208,3330,2405,2817,3090,2146,2387,2527,2362,2409,2447,2491,2689,2329,3009,2760,2572,3767,2369,2169,7537,2570,6021,4248,2612,2886,3253,2126,3448,2331,1564,2633,2500,2495,2326,2246,2206,2128,3784,3920,3206,4577,2124,2043,2406,3068,2134,2385,4253,2769,2687,2401,2851,2486,2496,2444,2604,2730,4291,3132,2372,2362,2571,3405,2387,2796,2561,2649,2567,2490,4293,2487,2605,2649,2570,3354,4149,2683,2736,2566,2602,2294,2607,2188,2366,2365,2390,2480,2889,2932,2245,3408,4180,2844,2153,3789,2160,2611,2528,2410,3927,2610,2642,2531,2476,2122,3526,2352,2451,2241,2408,2729,6414,4861,2852,2801,2410,2205,2454,2401,2814,2641,2892,2484,2695,2506,2701,3090,3730,2773,2446,1806,2490,2328,2729,2639,2897,2643,2533,2564,2949,2309,2488,2446,2467,4471,4011,3856,2287,2929,2643,2612,3090,2544,2949,3049,2433,2444,2189,2888,3189,2309,2045,2410,4033,2682,2313,2280,2369,2208,2405,2786,3072,2409,2643,2289,2165,2673,2751,2566,2467,2689,2787,2566,2646,3531,2606,2169,2610,2428,1744,2685,2250,2527,2571,2328,2157,2973,2445,2415,2526,2487,2666,3306,2133,2966,2444,2509,2312,2490,2484,2766,2151,2768,2784,2365,2126,3477,2989,2488,2605,2205,2644,2457,3165,2527,2246,2206,2006,3374,2148,2508,2510,2137,2428,3113,2812,2442,2590,2664,3126,2933,2167,2410,2724,2877,2626,2722,3089,2611,2209,2607,2724,2430,2511,2406,2409,2360,2653,2606,2404,4456,2409,1903,3192,2910,2626,3003,2232,2514,2759,2209,2370,2327,2486,1960,2696,2910,2624,2667,3432,2848,2348,2072,2483,2968,2513,2080,2791,2605,2686,2673,2665,2530,2269,2583,2546,2896,2608,2421,2708,2508,2487,2374,2518,2934,2504,3049,2307,2572,2689,2570,2485,2525,2430,2429,2322,2210,2584,2451,2163,2331,2183,2085,2005,2351,2565,2655,2445,2909,2163,2244,2087,2576,2362,2448,2788,2485,2627,2575,2447,2368,2437,2371,2470,2247,2311,2242,2287,2492,2822,2266,3167,2370,2685,2914,2667,2685,2452,2765,1929,2370,2406,2267,2268,2529,3886,2932,2648,2121,2730,2487,2246,1911,2745,2409,2329,2760,2693,2732,2808,2526,2571,2365,2410,2842,2555,2981,2685,2368,2450,2514,2227,2521,2130,2563,2327,2487,2290,2287,2366,2243,2354,1984,2285,2451,1850,2243,2164,2171,2044,1969,2000,1970,2442,2128,2371,2323,2007,2005,1969,2245,2171,2406,2360,2490,2612,2325,6477,2775,2423,2125,2127,2172,2408,2162,2887,2332,2403,2568,3630,2544,1974,2159,2009,1931,2240,2050,2407,2448,2322,2208,2052,2044,2127,2005,2443,1965,2130,2008,2130,1962,2167,2209,2107,2540,2654,2088,2041,2108,2378,2316,2326,2416,2442,2215,2317,2490,3046,2445,2453,2400,2454,2365,2604,2504,2555,2494,2605,2728,3009,2606,2848,4496,2267,2432,2563,2387,2443,2308,2094,2284,2649,3929,2453,2349,2180,2044,2127,1965,2397,2045,2172,2202,1965,1966,2129,2689,2739,2481,2056,2121,2246,2166,1967,2327,2332,2182,1946,2046,1964,1966,2010,2470,2704,2228,2562,3221,2465,2529,2259,2044,2075,2625,2772,2467,2301,2333,2643,2647,2524,2531,2492,2411,2254,2967,2692,3047,2571,2349,2401,2376,2606,2596,3007,3426,2848,2558,2173,2125,2080,2203,2465,2611,2667,4160,2583,2578,2246,2361,2244,2636,2103,2550,2825,2805,3451,2432,2824,2612,2401,2298,2295,2765,2199,2325,2524,3540,2559,2049,2848,2245,3131,2646,2309,2420,2320,2786,2244,2613,2369,3052,2960,2661,2563,1944,2740,2847,2434,2224,2224,2174,2166,2489,2325,2711,2820,2305,2126,2460,2243,2843,2230,2730,1909,2283,2256,2884,2726,1998,2563,2531,2568,2556,2782,2974,2522,3251,2688,2929,3620,2491,2200,2370,2207,2249,2559,2855,3385,2443,2786,2366,2866,2282,2449,2303,2540,2058,2620,4024,2504,2680,2404,2618,2810,2600,2889,2563,2489,3178,2446,2554,2156,2203,2382,2490,2771,2293,3645,2921,2208,2848,2721,2804,2653,2735,2689,2342,2540,2626,2534,15875,11676,2289,3210,3130,2204,4466,2841,2768,5736,2609,2373,2330,2574,3352,6632,2572,5858,2274,2282,2688,2570,3382,11198,2239,2773,15071,2172,2531,2573,3126,3029,3872,2808,2336,8384,9183,11306,2484,2362,2210,2286,3851,2209,2091,2440,2085,3053,4257,2327,2527,4022,2812,2448,2443,2410,2353,2446,2933,2923,3705,2587,2588,2427,3644,3959,3490,2612,2450,2674,2489,2487,2366,2653,2682,2495,2527,2356,2534,2487,2562,2624,2887,4127,2816,2846,2801,2721,2133,2656,2919,2725,2676,3209,2939,2451,2608,2528,3007,3059,2602,2809,2363,2221,2983,2890,2616,2881,2588,2528,2326,2285,2480,2739,2322,2568,2363,2691,2483,2180,2543,2130,3059,2447,2478,2179,2811,2291,2922,2801,2855,2283,2292,2531,2605,2564,2533,2376,2796,2564,2860,2612,2444,2604,2403,2530,2733,2703,2490,2341,2244,2411,2535,2518,2488,2568,2595,2743,3961,2925,3011,2777,2166,2165,2656,2415,2846,2237,2163,2206,2823,2515,2665,2512,2488,2531,2321,2248,2583,2682,2410,3086,2771,2161,2672,2578,3825,2192,2128,2938,2563,2391,2517,2406,2403,2291,2490,2041,2612,3007,2421,2211,2657,2113,2326,2567,2409,2367,2584,2120,2453,2468,2279,2203,2446,2424,2325,2506,2293,2456,2280,2166,2046,2714,2575,2970,2807,2002,2044,2180,2153,2334,3086,2451,3969,2791,2589,2994,2580,2241,2209,2155,2344,2561,2515,2895,2497,2283,2046,3050,2374,2487,2431,2463,2449,2601,2482,2707,2445,2626,2862,2084,2165,3132,2448,2893,2844,2480,2498,2799,2542,2849,2558,2918,3395,2466,2509,2427,2204,2214,2129,2397,2447,2326,2368,2245,2489,2411,2488,2728,2497,2368,2522,2720,2523,3273,2186,2406,2704,2766,2405,2643,2613,2656,2523,2449,2649,2396,3095,2485,3161,2792,2156,2125,1964,1935,2559,2245,2617,2481,2239,2045,1967,2482,2730,2333,2841,2151,2083,2269,2391,2711,2645,2527,2002,2412,2455,2970,2287,2125,2044,2175,2242,2281,3142,2288,2325,2246,2246,2353,2542,2322,2243,2210,2044,2329,1963,2326,2454,2124,2120,2044,2496,2680,2446,2609,2186,2407,2427,2777,2832,2657,2503,2472,2599,2804,2625,2864,2189,2675,2733,3496,3121,2357,2665,3053,2807,3065,2519,2685,2778,2888,2892,2931,2965,2793,2451,2287,2167,2220,2548,2212,2451,2682,2631,2310,2452,2279,2688,2466,2725,2255,2711,2482,2493,3308,3143,2663,2366,2373,2683,2088,2529,2799,2495,3177,2244,2119,2188,2236,2487,3322,2491,2573,2446,2386,2309,2340,2491,2649,2661,2533,2448,2689,2922,2854,2930,2929,2280,2216,3403,2848,2687,2873,3023,2375,2524,2372,2682,2890,3169,2551,2700,2927,2695,3094,2361,2184,2255,2723,2227,2331,2477,2298,2286,3095,2527,2581,2727,3186,2497,2986,2701,2381,2633,2500,2445,2614,2443,2568,3128,2572,2276,2332,2570,2519,2726,2216,3199,2691,2497,2966,2960,2913,2709,2447,2688,2494,2623,2671,2802,2567,2461,2606,2610,3036,3691,2809,2367,2818,2492,2552,2673,2403,2429,2408,2482,1983,2521,2345,2513,2238,2226,2426,2897,2439,2367,2174,2480,2691,2851,2765,2530,2771,2489,2203,2294,2480,2722,2503,2687,2391,2210,2043,2094,1967,1964,2642,2454,2050,2075,2127,1932,1918,2494,2257,2437,2284,2084,2046,2094,2448,2766,2247,2652,2842,2092,2602,2271,2902,2545,2777,2463,2330,2329,3068,2199,2710,2715,3054,3058,2753,2424,2570,2493,2639,1924,2169,2451,2564,2023,2282,2639,2203,2572,2487,2366,2412,2402,2332,2158,2127,2781,2245,2372,2404,2406,2407,2387,2473,2478,2443,2489,2088,2053,2080,2353,2561,2031,2725,2366,2405,2369,2688,2739,2659,3006,2933,2130,2528,2616,2290,2133,2205,2486,2510,2684,2466,2328,3011,2525,2451,2417,2402,2621,2446,3956,2149,3369,2919,2854,2508,3052,2559,2650,2448,2732,2605,2652,3933,2245,2570,2685,2409,2688,2403,2500,2834,3904,2089,2599,2331,2501,3876,2721,2458,2480,2607,3419,2252,2700,2583,2603,2532,2446,2287,2252,3334,2290,2243,2676,2369,2696,2566,2245,2208,2768,2486,2488,3394,2409,2748,2871,2223,3248,2587,2473,2682,2535,2601,4144,2599,2157,2491,2408,2872,3146,2650,3007,2257,2164,2407,2161,2693,3000,2528,2495,2563,2729,2417,2243,2531,2446,2171,2470,2528,2072,2982,2754,2589,2712,2570,2539,2646,2378,2612,2683,2292,2847,2363,2359,2572,4368,2489,2524,2700,2526,2167,2529,3039,2494,2529,2572,2601,2132,2274,2453,2565,2450,2540,2916,2450,2487,2626,2427,2573,2128,2435,2494,2506,2332,2382,2969,2403,2940,2038,2463,2749,2491,2657,2678,2534,2563,2484,3590,2997,2529,2361,2338,2601,2218,2565,2168,2920,2403,2685,2447,1912,2506,2769,2322,2449,2410,2407,2379,4245,2548,2059,2286,2165,2371,2527,2193,2180,2285,2166,2247,2126,2491,2434,2661,2123,2207,2207,2206,2576,2284,2926,2005,1965,1966,2048,2197,3034,2405,4106,2434,2516,2759,2969,2845,2705,2912,4137,2943,2785,2586,2606,2515,2853,2854,2453,2608,2614,2478,2453,2521,2686,2408,2528,2623,2246,2287,2347,2462,2536,2441,2368,2407,2374,3474,2541,2592,2342,2839,4360,2264,2396,2479,2635,2479,2538,2208,2848,2323,2424,2508,2604,2657,3678,2491,2896,2929,2679,2693,2686,3096,2529,2204,2206,2612,3486,2347,2412,2611,2531,2123,2699,2695,2675,2530,2532,2325,4014,2246,2523,3006,2918,2662,2489,3173,2688,2612,2075,2473,2383,2766,2301,2385,2485,2461,2408,2364,2219,2890,2396,2760,2537,2852,2655,2711,2371,2443,2889,2694,3602,2487,2502,2411,2250,2460,3072,3131,2677,2569,3319,3469,2595,2848,2700,2925,2733,2585,3074,2483,2371,2714,2375,2409,3299,2282,2561,2894,2527,2685,2717,2727,2697,2528,1930,2432,2537,2612,2835,2536,2452,2447,2607,2421,2459,2552,2718,2719,2463,5015,2310,2574,2659,2651,2448,3686,2393,2904,2199,2698,2681,2572,2830,2656,2407,2447,3253,3263,2568,4074,2458,2564,2491,3020,2634,2381,2644,2399,2525,3255,2610,2244,2163,2206,2243,2533,2501,2340,2491,2244,2247,2287,2369,3064,2312,3428,2515,2810,2366,2601,2266,2308,2657,2637,2246,3033,2383,2088,2452,2450,2619,2641,2571,2047,2286,3448,2517,2377,2849,2700,2945,2470,2392,4218,2496,2472,2661,2249,2161,2324,2567,2503,2965,2646,3052,2516,2892,3676,2688,3911,2230,2566,2451,3338,2456,2721,3288,2651,3177,2481,2407,1937,2754,2717,2044,2045,2448,2858,2660,2319,3127,2172,2048,2293,2206,2007,2154,2085,2263,2469,2569,2857,2605,2287,2091,2362,2358,2445,2406,2827,2243,2286,2524,2251,2410,2322,2371,2520,2132,2134,2532,2725,2303,2708,2158,2042,2056,2498,2441,2837,2453,2331,2083,2005,2889,2375,2365,2186,2424,2489,3153,2539,2566,2548,2368,2298,2447,2741,2959,2686,4086,6567,7080,2551,2552,2240,1882,2102,2402,2447,2166,2360,2495,2892,2278,2725,2807,2326,2327,2768,2610,2137,2412,2562,2366,2126,1933,1965,2263,2462,2139,2298,2408,2111,2252,2637,2888,2655,2401,2366,2134,2127,2702,2371,2342,2366,2631,2707,2454,3002,2614,2680,2890,2206,2331,2282,2575,2518,2487,2451,2452,2531,2343,2523,2446,2358,2400,2655,2485,2008,2601,2652,2006,2487,2890,2766,2487,2281,2496,2490,2606,2603,2728,2331,2374,2324,2602,2255,2403,2524,2269,2927,2486,2244,2567,2608,2409,2611,2789,2163,2206,2373,2641,2748,2118,2445,2486,2505,2608,2864,2495,3001,2812,2446,2377,2484,2380,2427,2471,2390,2725,2528,3090,2382,2611,2672,2601,2565,2576,2822,2414,2465,2485,2448,2255,2643,2613,2128,2285,2086,2445,3109,2469,2683,2368,2605,2249,2529,3294,2528,2602,2766,2368,2413,3480,2489,2564,2369,2327,2447,2495,3003,2893,2107,2365,2366,2529,2733,2630,2685,2246,2291,2322,2292,2624,2845,2677,2487,2331,2442,2605,2384,2928,2629,2407,2449,2783,2317,2244,2468,2510,2555,2656,2366,2512,2506,2663,2692,2731,3027,2926,2133,2406,3011,3047,2525,2457,2247,2615,2571,2276,2174,3047,2613,2622,2434,2525,2346,2495,2448,2985,2404,2627,2648,2929,2491,2249,2822,2313,2465,3485,2711,3175,2225,2899,2614,2333,2326,3547,2649,2230,3131,2386,2643,3354,2969,2501,2794,2408,2501,2749,2751,3715,2931,3348,6854,2631,2570,3246,2572,4898,2960,2975,2728,2930,2731,2085,2315,2057,2481,2298,2525,2484,2629,2483,2314,2560,2689,4018,2406,2247,2560,2607,2405,2246,2655,2522,2049,2648,2489,2166,2407,2612,2125,2492,2364,2385,2183,2409,2414,2321,2451,2570,2320,2213,2401,2374,2425,2186,2043,1933,1965,2328,2481,2130,2731,2662,2267,2449,2567,2528,2609,3064,2333,2521,2511,2505,2761,2499,2499,2490,2495,2652,2482,2204,2047,2892,2887,2491,2385,3812,2587,2421,2511,2773,2406,3223,2637,2327,2481,2487,2448,2375,2131,2722,2650,2202,2050,2359,2094,2288,2284,2529,2530,2277,2455,2603,2252,2963,2709,3088,2626,2570,2987,2349,2451,2248,2325,2892,2358,2042,2533,2891,2804,2285,2487,2672,2887,2512,2365,2134,2323,2484,2287,2454,2605,3049,2525,2771,2445,2372,2286,2131,2485,2524,2365,2287,2111,2591,2726,3091,2522,2867,3031,2572,2081,2164,2228,2470,2524,2465,2515,2493,2523,2749,2542,2088,3109,2661,2394,2314,2284,2685,3289,2023,2395,2326,2490,3403,2611,2250,2372,2762,2489,2722,2405,2406,2534,2525,2453,2483,1922,2567,2177,2009,2002,2006,2008,2523,2495,2321,2409,2282,2412,2861,2836,2435,2012,2425,2596,2612,3123,2167,3251,2482,2308,2468,2104,2670,2329,2746,2931,2246,2447,2528,2185,2412,2528,3248,2612,3045,4020,2295,2553,2443,2463,2111,2492,2403,3903,2855,2155,2291,2959,2465,2372,2683,2652,2547,2175,2725,2318,2461,2084,2087,2080,2223,2885,2398,2541,2750,2083,2253,2250,2331,2405,2553,2376,2121,2086,2006,1933,2533,2520,2766,2212,2161,1963,2007,2208,2709,3112,2723,2629,2310,2043,2270,2351,2080,2530,2430,2181,2086,2255,2756,2981,2595,2326,2061,2885,2807,2401,2251,2166,2085,1932,2167,2398,2286,2178,2078,1933,1966,1965,1926,2084,2202,2430,2267,2404,2449,2174,2401,2284,2333,2261,2800,2200,2493,2649,2460,2563,2527,2718,2339,2293,2350,2444,2520,2832,2302,2366,2712,1898,2321,2797,2580,2281,2045,3319,2566,2987,2673,2363,2430,3250,2444,2287,2190,2124,2390,2376,2485,2592,2290,2594,2654,2402,2405,2487,2770,2133,2081,2330,2966,2571,2512,2535,2296,2079,2009,1968,2169,2537,2395,2166,2050,2042,2129,2045,2253,2301,2704,2608,2126,2008,2369,3116,2645,2663,2977,2505,2289,2904,2712,2969,3411,2644,2248,3004,2465,2360,2286,2525,2445,2128,2681,2523,2323,2503,2609,2482,3129,2453,2686,2729,2329,2445,2128,2863,2227,2189,2549,2609,2804,2934,2253,2806,2055,2246,1925,1926,1926,2365,2709,2307,2326,2052,2046,2044,2223,2923,2424,2373,2486,2356,3253,2601,2506,2611,2460,2296,2295,2095,2248,2431,2127,2239,2145,2290,2001,2456,2551,2331,2403,2566,2454,2127,2408,2213,2483,2236,2331,3010,2408,2662,2721,2874,2599,2294,3128,3066,2336,2210,2962,2453,2833,2592,3232,2563,2567,2634,2566,2974,2555,2443,2479,2723,2094,2572,3013,2449,3600,2253,2555,2914,2501,2318,2569,2771,2937,2772,3269,2542,4624,2547,3176,5010,2246,4250,4496,2770,2602,2735,3293,2959,2024,2574,1863,3219,2602,3128,2408,2618,3090,2161,4501,2280,2610,4737,2395,2250,2538,2234,2259,2984,2347,2322,2351,2106,2654,2516,2998,2548,2290,2762,2521,2502,2608,1995,2581,2415,2183,2803,2214,2726,2590,2843,3100,2120,2171,3037,3783,2568,2565,2926,2918,2700,2706,1956,2661,2683,2692,2366,2108,2167,3049,2212,2289,2510,2800,2444,3180,2707,2538,2859,2637,2392,3437,2902,2620,2812,2604,2530,2664,2501,2475,2562,3371,2570,2082,2059,2429,2525,2458,2370,4001,2484,2810,2311,2493,2466,2568,2526,2772,2446,2573,2404,3104,2629,2410,2649,2519,2696,2355,2760,2513,3364,3290,3090,3305,2597,2769,2482,2530,2687,2364,2252,2345,2605,2443,2957,2968,2902,2483,2587,2610,2368,2402,2412,2428,2170,2726,2061,2205,2369,2569,2542,2698,2393,2610,2764,2772,2555,2423,2232,2930,2672,2517,2528,2882,2292,3119,2465,2414,2585,3695,2369,2359,2512,3111,2504,3049,2385,2605,2383,2440,2250,2206,2247,2245,2247,2264,2328,2355,2407,2593,2816,2630,2364,2553,2730,3090,2673,2514,2435,2123,1965,2628,2380,2769,2540,2363,2084,1965,1967,2628,2687,2389,2047,2247,2451,2297,2773,2592,2595,2703,2521,2410,2320,2320,2305,2601,2530,2618,2731,2007,2331,2303,2513,2576,2534,2067,2168,2704,2365,2432,2285,2250,2321,2937,2118,2028,2402,2221,2235,2347,2537,2527,3269,2088,1966,2206,1965,2308,2399,2289,2206,2357,2284,2246,2207,2344,2082,2166,2439,2768,2775,2560,2808,2694,2574,2499,2831,2612,2937,2672,2331,3405,2888,2866,2591,2818,2520,2298,2235,2327,2767,2499,2286,2046,2044,1935,1965,2394,2976,2287,2478,2084,1965,2048,2008,2418,2404,2118,2044,1965,1966,2332,2185,2399,2129,2231,2044,2006,2047,1966,2173,2254,2256,2186,2044,1965,2006,2335,2503,2384,2455,2401,2125,1966,1966,2494,2607,2340,2312,2043,1966,2246,2608,2333,2204,2365,2768,2492,2098,2694,2509,2459,2313,2247,2330,2090,2485,2335,2325,2052,2396,2687,2128,2446,2413,2619,2442,2323,2279,2691,2283,2173,2295,2476,2281,3013,2128,2647,2649,2166,2099,2351,2207,2450,2285,2056,2332,2598,2685,2686,2689,2815,2174,2220,2466,2604,2412,2363,2607,2594,2300,2621,2126,2046,2046,2125,2276,2421,2239,2369,2320,2367,2134,2323,2485,2543,2405,2404,2406,2689,3402,2363,2144,2283,2050,2082,2354,2334,2609,2511,2488,2619,2153,2572,2488,2348,2220,2085,1966,2491,2379,2205,2171,2360,2249,2476,2300,2459,2039,2172,2840,2215,2009,1884,1886,2478,2370,2160,2359,2604,1925,1926,2338,2334,2216,2142,2044,1965,1966,1893,2896,2159,2162,2045,1965,1965,1966,2037,2403,2512,2400,2123,2206,2247,2207,2848,2299,2528,2850,2166,2246,2248,2370,2368,3050,2843,2768,3309,2481,2366,2401,2650,2245,3208,2406,2810,2847,2690,2930,2523,3334,3171,2680,2527,2959,3229,2485,2487,2686,2722,2439,2235,2625,2220,2176,2082,2052,2082,2050,3269,2806,2489,2374,2368,2279,2418,2963,2661,2569,2387,2446,2127,2085,2688,2451,2407,2134,2047,2124,2045,2490,2451,2177,2146,2083,2046,1966,2931,2529,2788,2250,2558,2321,2818,2560,2525,2448,2320,2459,2526,2098,2712,2318,2859,2885,2167,2226,2569,2908,2725,2173,2639,7627,3808,2858,2528,2060,2705,2730,2367,2431,2343,2404,2896,2289,2320,3778,2400,2089,2220,4158,2369,2648,3374,2641,2289,4339,2374,5253,4439,2423,2805,4695,3010,2840,2427,5363,2756,2340,6613,2286,2428,3225,2488,2498,2882,2564,7744,5302,4254,2646,2442,2613,2567,3123,2476,2781,2716,2402,2411,2442,2409,2829,2448,2343,2488,2912,2550,2544,2371,2050,2443,2288,2362,2251,2240,2495,2457,2639,2852,2840,2526,2369,2384,2535,3126,2411,2962,3161,2450,2393,2073,2127,2200,2333,2901,2455,2488,2480,2655,2562,3416,2491,3054,2526,2726,2523,3408,2530,2282,2290,2618,2593,2533,2024,4162,3089,2810,2930,2998,2323,2462,3198,3227,2446,2681,2496,2415,2446,2482,2708,2651,2605,2489,2512,2640,2896,2887,3151,2283,2408,2849,2699,2737,2512,2616,2723,2443,2845,1974,3038,2578,2525,2400,3185,2810,3481,2655,2085,2766,3011,2485,2531,2354,3090,2769,2972,2728,3012,2854,2617,2369,2411,2407,2606,2703,2869,2454,2401,2555,2525,3008,2769,2907,2488,2571,2562,2414,3049,2586,2604,2493,2521,2498,2328,2647,2845,2483,3575,2690,2726,2697,2886,2526,2284,2024,2670,2574,2843,2426,2505,2524,2661,2554,2570,2445,2374,2773,4166,2573,2642,2446,2604,2454,2768,2253,2365,2246,2482,2484,2331,2365,2648,2487,2324,2410,2245,2291,2121,2032,2361,2530,2032,1965,2546,2129,2404,2509,2348,2308,2413,2127,2647,2420,2343,2574,2531,2256,2869,2370,2255,2452,2375,2070,2242,2043,1966,1966,2384,3040,2362,2044,1965,1966,1928,2299,2128,2474,2246,2125,2046,1845,2216,2325,3050,2264,2063,2125,1893,2240,1925,2413,2456,2436,2086,2005,1965,1892,2590,2583,2464,3234,2045,2123,3098,2557,2872,2270,1962,1966,1965,2047,2405,2218,2609,2488,2127,2682,2652,3005,2302,2154,2291,2446,2127,2644,2654,2529,2482,2490,2125,2446,2722,2512,2502,3018,3008,2689,2960,2821,2775,2513,2973,2371,2747,2704,2448,2247,2687,2688,2689,2965,2898,2487,2123,2482,2974,2860,2592,2492,2754,2839,2743,2428,2477,2687,2961,2852,2917,3031,2629,3261,2450,2741,3556,1727,2633,2552,2562,2414,2238,2583,2870,2492,3043,3130,2687,2645,3454,2652,2602,2616,2681,2304,2476,2411,2640,2807,2407,2454,2484,2250,2681,2971,2488,2209,2853,2449,2116,2205,2498,2100,2589,2530,2283,2524,2348,5205,2846,3489,2771,2768,2245,2806,2163,2098,2684,2530,2609,2566,2699,2246,1969,2913,1966,2201,2743,2319,2083,2368,3211,2327,2528,2246,2484,2373,2364,2264,2275,2279,2100,2237,2164,2047,2249,2564,2325,2044,1965,1966,1969,2370,2449,2405,2253,2358,2385,1965,2518,2524,2606,2330,2404,2529,2290,2724,2411,2444,3249,2767,2770,2327,1894,2558,2707,2044,2395,2683,2574,2181,2126,2228,2003,2888,2174,2824,2468,2608,2292,2407,2245,3696,2201,2046,2089,2280,3176,2283,2694,2617,2007,1925,1845,2044,2197,2373,2485,2245,2359,2337,2401,2571,2367,2691,2925,2285,2125,2085,1965,1966,2254,2126,2486,2122,2126,1967,2173,2119,2304,2686,2153,2045,1964,1966,1928,1927,2527,2250,2125,2414,2686,2405,2167,2646,2370,2612,2481,2369,2404,2287,2411,2286,2376,2238,2528,2206,2365,2850,2345,2706,3294,3011,2566,3209,2626,3115,2564,2968,2444,2650,2410,2715,2437,2231,2451,2645,2648,2528,2491,2487,2446,2525,2484,2649,2412,2530,2484,2332,2487,3166,2804,2167,2691,2366,2529,2288,2325,2454,2367,2218,2472,2372,2760,2447,2486,2374,2407,2044,2326,2527,2208,2446,2167,2209,2364,2446,2852,2122,2968,2534,2646,2164,2771,2408,2604,2296,2488,2084,2166,2165,2565,2445,2446,2375,2123,2250,3571,2498,3043,2774,2794,2292,2653,3736,3441,2764,3102,2485,2733,3287,3516,2210,2933,2605,4490,2647,2370,2610,2565,2364,1894,2448,2365,4134,2601,3578,2205,2328,2454,2046,2009,2047,2313,2730,2726,2685,2168,3024,3394,2617,2519,2656,2206,2487,2733,2276,3813,2451,2245,2044,2171,2087,2438,2014,2321,2291,2086,2124,4253,3809,2817,3364,2526,3250,2266,2484,2408,2674,2808,2649,2934,2447,2362,2646,2452,2447,3452,2647,2842,2538,2198,2286,2296,2163,4575,2120,2371,2489,2729,2642,2303,2876,2411,2416,3360,2841,2372,2372,2444,2367,2483,2412,3531,2080,2690,2043,2087,2573,3929,2812,1891,2248,2164,2801,2128,2494,3248,2438,2657,3043,2450,3648,2374,2289,2843,2725,2172,2286,2568,2166,2329,2842,2852,2529,3404,2812,2732,3170,2807,2890,3289,2411,2803,2691,2699,2154,2808,2771,1925,2685,2613,3563,2613,2607,2644,3010,2487,2533,3132,2763,2811,2609,2484,2460,2190,2261,2369,2443,2370,2491,2765,2604,2520,2370,2124,2529,2369,2443,2778,2195,2419,2291,2352,2301,2164,2957,2418,2523,2325,2564,2489,3008,2973,2645,2328,2603,2452,2526,2767,2292,2769,2328,2444,2298,2329,2470,2084,2497,2358,2690,3015,3098,2433,2823,2568,2365,2724,2485,2488,2806,2286,2406,2367,2166,2407,2613,2290,2532,2768,2088,2048,2514,2495,2087,2130,2205,2047,2046,2554,2571,2688,2487,2643,2694,3575,2887,2524,2772,3048,2804,2570,2125,2367,2529,2446,2486,2407,2332,2607,2531,2727,2887,2762,3191,3129,2997,2375,2999,2485,2371,2686,2165,3013,2561,3014,2805,3376,2376,2998,2690,2802,3536,2932,2484,2642,2774,2524,2810,2490,2724,2650,2493,2558,2694,2460,2202,2285,2358,2327,2290,2407,2322,2329,2164,2414,2564,2251,2374,2364,2917,2374,2489,2902,2683,2315,2383,2596,2338,2633,2085,2004,2130,2529,2328,2449,2486,2284,2128,2461,2365,2042,2289,2124,2250,2130,2323,2517,2368,2404,2369,2286,3012,2441,2009,2411,2561,2295,2082,1965,1967,2329,2450,2406,2243,2287,1967,2173,2397,2385,2367,2401,2038,2052,1999,2054,2688,2173,2156,2044,1965,1966,1965,2289,2766,2367,2125,1966,1965,1929,2672,2743,2332,2249,2162,2010,2205,2358,2373,2488,2593,2539,2249,2006,2444,2505,2374,2144,2369,2205,2412,2402,2509,2176,2166,2085,2046,2331,2493,2523,2241,1966,2006,1965,1967,1928,2252,1960,2207,2558,2177,2083,2046,2528,2127,2300,2819,2344,1965,2166,1889,1805,2797,2256,2424,2394,2286,2085,2087,3038,2707,2441,2286,2086,2086,2086,2327,2931,2484,2169,2246,2086,2127,2046,2646,2255,2161,2085,2086,2087,2086,2665,3097,2424,2981,2917,2911,2587,2605,2092,2283,2604,2367,2247,2727,3040,2706,2601,2367,2367,2985,3106,2818,2544,2831,2447,3231,3101,3023,2443,2365,3469,3059,2844,2612,3382,2506,2750,2578,3187,3371,3242,3553,2674,2198,2671,2443,2648,2265,2530,2168,2270,2362,2006,1967,2006,1927,2237,2850,2355,2084,2070,1965,2365,2415,3009,2308,2193,2776,2480,2490,2830,2353,2430,2899,2164,2447,2220,2477,2566,2602,2974,2126,2450,2770,2559,2898,2524,2126,2446,2126,2886,2495,2324,2484,2972,2126,2841,2852,2308,2450,2305,2530,2447,2586,2527,2547,2330,2687,2972,2435,2862,2182,2389,2687,2688,2694,2767,2767,2539,3050,2803,3342,2954,2999,3189,3162,3171,2408,2370,2131,3155,2451,2477,3096,2440,2656,2412,2928,3456,2935,2697,2656,2980,2524,2566,2525,2566,2565,2535,1962,2207,2207,2496,2873,2739,2405,2086,2245,2126,2328,2289,2405,2168,2165,2006,2648,3035,2495,2911,2711,2854,2645,2805,2573,2231,2367,2346,3043,2312,2103,2690,2698,2798,2623,2595,2417,2556,2452,2671,2514,2407,2833,3089,2667,2527,2441,2409,2367,2567,3308,3058,2334,2239,2044,2005,2088,2207,2528,2331,2442,2289,2165,2490,2355,2485,2279,2284,2090,2372,2586,2445,2686,2452,2204,2736,2486,2350,2719,2588,2330,2485,2530,2803,3340,2521,2515,2330,2783,2407,2604,2653,2282,2637,2442,2609,2652,2777,2413,2383,2562,2212,2482,2439,2013,2053,2079,2054,2080,2354,2597,2498,2331,2570,2590,3058,2167,3049,2696,2445,2604,2889,2248,2568,2610,2361,2406,2326,2126,2127,2455,3128,2531,2725,2285,2286,2288,2572,2489,2588,2607,2975,2561,2950,3082,2534,2969,2443,2559,3180,2444,1931,2519,2331,2447,2295,2441,2407,2493,2368,2709,2593,2541,2325,2606,2652,2303,2448,2970,2724,2247,2833,2788,2952,2604,2767,2708,2325,2143,2170,2159,2329,2287,2378,2585,2285,2193,2002,2928,2589,2764,2342,2047,2046,2006,2049,2097,2124,2004,2049,2043,1966,1966,1966,2966,2080,2701,2125,1964,2888,2129,2085,1965,2485,2445,2347,2487,2045,3307,2441,2217,2232,2003,3049,2045,2007,2406,2394,2544,2245,1923,1966,1966,2251,2163,2376,2202,2043,2890,2887,2210,2283,2488,2451,2446,2450,2522,2407,2569,2569,2526,2210,3211,2488,2646,2567,2449,2607,2164,2128,2488,2563,2009,2527,2045,2166,2407,2495,2123,2451,2681,2183,2085,2052,2087,2723,2493,2601,2838,2405,2407,2573,2322,2648,2413,2324,2244,2222,3038,2563,2736,2281,2325,2367,2733,2525,3013,2487,2567,2486,2098,2531,2709,2573,2406,2325,2166,2087,2123,2571,3015,2242,2126,2245,2133,2527,2687,2370,2361,2333,2126,2245,2611,2243,2167,2390,2466,2200,2653,2270,2662,2447,2766,2405,2292,3205,2812,2694,2561,2417,2620,2987,2714,2562,2174,2386,2324,2405,2592,2567,2285,2286,2326,2613,2540,2354,2368,2405,2444,2815,2441,2326,2408,2369,2384,2290,2285,2207,2886,2692,2042,2129,2326,2492,2471,2850,2500,2285,2086,2046,1965,1966,1926,2513,2284,2287,2346,2148,2046,2008,3660,2501,2510,2200,1928,1851,2318,2207,2323,2313,2816,2404,2280,2285,2747,2731,2862,2360,2325,2362,2997,2363,2741,2856,2930,2922,3042,2966,2895,3130,3421,2941,3489,3347,3136,3353,3354,3437,3429,4094,2852,2644,3222,2612,2968,2945,2859,3133,3026,3125,2989,2993,2944,2730,2809,2592,2853,2685,2326,3733,3049,2805,2860,2819,2840,2674,2813,2153,2502,2164,2326,2886,2728,2621,2558,2689,2688,2686,3129,2332,2609,2497,2350,2455,2707,2611,2400,2757,2828,2576,3136,2600,2428,2535,2503,3010,2689,2852,2570,3019,3330,2846,2777,2810,2719,2472,2329,2687,2689,2813,2482,2530,2766,2579,2474,2622,2363,2370,2480,2686,2687,2694,2442,2373,2299,2266,2733,2446,2323,2313,2360,2389,2972,2688,2687,2740,2289,2369,2274,2125,2486,2690,2219,2357,2526,2686,2688,2688,2469,2407,3047,2402,1951,2437,2365,2564,2569,2566,2370,2542,2410,2469,2640,2330,2973,2706,2566,3132,5740,2368,2870,2867,2428,2569,2361,2814,2325,2363,2566,2931,2925,2329,2403,2408,2645,2918,3050,2552,2526,2165,2045,1964,1968,2664,2494,2339,1948,2046,2089,1962,2008,2270,2160,2085,2392,2344,2245,2006,2338,2164,2086,2004,2207,2774,2606,2286,2226,2709,2516,2373,2376,2402,2491,2445,2809,2607,2532,2276,2286,3198,2542,2160,2637,2528,2647,1946,2294,2684,2903,2168,2344,2513,2666,2493,2402,3029,2145,2405,1977,2966,2909,2297,2434,2570,2410,2386,2323,2472,2403,2712,2183,2430,2304,2411,2200,2567,2112,2385,2525,2733,2430,2529,2441,2289,2824,2552,2485,2529,2289,2811,2199,2353,2603,2475,2289,2440,2128,2284,2238,2342,2201,2453,2846,2146,2590,2487,2583,2486,2597,2541,2003,2488,2229,2950,2566,2142,2029,2165,1966,1929,1963,2169,2329,2084,2045,1965,1966,1928,1932,2424,2684,2290,2245,1965,1966,2006,2495,2907,2221,2234,2325,2563,2527,2365,2651,2486,2765,2491,2451,2201,2452,2445,2333,2704,2572,2460,10556,2569,2608,4285,2135,3044,3692,2452,4045,2386,3151,2381,2239,2571,2373,2857,2266,2203,2170,2650,2929,3623,2450,2397,2200,2413,2280,2951,2746,2323,2975,3126,2651,2368,7337,2851,2248,3611,2450,2161,3493,2333,3581,2854,2429,2689,2725,2127,2644,2669,2574,6240,2642,3411,2433,9249,2705,2426,2513,2529,2631,2996,2236,2256,2210,2368,2730,2200,3047,2613,2694,4848,2847,2292,2496,2077,2684,2467,2084,2351,6729,2982,2405,5984,2871,4934,4790,3677,2082,2340,2698,2725,3049,3060,2336,3424,2573,2612,2499,2554,2685,2570,2191,2498,2634,2864,2404,2696,2768,2631,2708,2688,2338,2790,2450,2688,2726,2485,8992,2889,2567,6111,2048,3312,2773,2490,2816,2477,2770,2464,2473,2560,2851,2848,2250,2808,2331,2157,2858,2203,2892,3524,2209,2652,2768,1773,3333,2525,2530,2566,2692,2566,2559,2522,2565,2375,2562,2611,2527,2809,2554,4131,2566,2801,2629,2449,2421,2672,2653,2645,2327,2367,2409,2249,2527,2641,3294,2525,4854,2252,2714,2395,2513,2565,2531,2302,2129,2483,2230,2527,2769,2370,2248,2897,2135,2346,3214,3877,3023,2485,3817,2364,2968,2525,3411,3008,2534,3646,2844,2352,2622,4242,3705,3579,2399,2356,3182,2733,3339,2337,2606,2349,2404,2446,2689,2652,2608,2362,2532,2686,2660,3098,2984,2976,3183,2354,3167,2450,2489,2324,2441,2576,2908,3505,2837,2248,2745,2543,4195,2492,2403,3170,2610,2366,2648,2725,2730,2410,2524,2569,2672,2285,2504,2368,2274,2087,3858,4380,4129,2089,2286,2569,2569,2666,2430,2499,2518,2442,2677,2312,2997,2507,3028,4452,4309,3079,2641,3178,2568,3136,3039,2286,2386,2750,2604,2408,2367,2893,3241,2171,2203,2610,5176,2290,4998,2651,2581,2852,2367,3447,3248,2570,2731,3005,2323,2211,2489,2484,2222,2521,3162,2526,2516,2196,2701,2618,2686,2330,2372,2486,2342,2286,2647,2316,2321,2930,2369,2225,2285,2329,2150,3163,2571,2413,2560,2354,2682,2400,2037,2604,2568,2087,2686,2126,2211,2541,2164,2290,1884,1806,1805,2479,2346,2226,2366,2442,2366,2408,2490,2172,2582,2600,2477,2045,2246,2635,2777,2535,2443,2547,2458,3044,2329,2434,2410,2369,2403,2336,2567,2669,2454,2402,2889,2246,2525,1836,2666,2602,2485,2365,2373,2605,2250,1982,2594,2953,2345,2806,2518,2201,2178,2287,2552,2365,2750,2085,2639,2817,3742,2635,2846,3811,4012,2495,2728,2763,2844,2488,2450,2573,2690,2339,2122,2358,2768,2529,3769,2363,2366,2395,2519,2700,2261,2083,1966,1965,2049,2311,2246,2528,2506,2363,3252,2984,2086,1925,2113,2083,2005,1966,1966,2269,2327,2280,2639,2122,2006,1966,2046,2086,2006,2293,2486,2608,2319,3014,3343,3583,2908,2907,3030,3159,3398,3164,2855,2831,2895,2820,3064,3161,3448,3246,3401,3188,2880,3259,3623,3088,3246,2897,2915,2536,2564,2775,2821,2739,3382,2797,2805,2480,2963,3197,2857,2860,2503,3066,2776,2993,2861,2858,2448,3156,2386,2738,2725,2730,2479,2485,2900,2834,2927,2935,2541,2777,2694,2386,2534,2947,2939,2365,2368,2575,1964,2186,2515,2271,2435,2704,2562,2331,2211,2404,2097,2759,2491,3054,2122,2970,4372,2231,2584,3006,2891,3000,2580,3568,2292,2425,2567,2565,2553,2400,2332,2124,2331,2405,2288,2362,2655,2406,2202,2330,2004,2006,2348,2509,2406,2145,2301,2284,2436,2465,2452,2524,2527,2251,2318,2084,2408,2519,2885,2327,2246,2366,2192,2318,2112,2004,2150,1966,1885,1849,1847,2566,2123,2449,2245,2126,2127,2126,2126,2845,3064,2158,2165,2126,2570,2124,2829,3073,2429,2617,2599,2646,2822,2311,2425,2508,3439,2777,2433,2207,2735,2444,2364,2329,2323,2564,2635,2648,2414,2361,2085,2006,2421,2318,2325,2181,2046,1886,1885,1885,2235,2849,3305,2124,2007,2193,2906,2741,2394,1963,2284,2775,3083,2169,2811,2743,2487,2930,2651,2584,2286,2565,2727,3059,2444,2925,2354,2703,2693,2402,2287,2521,2359,2771,2329,2694,2009,2200,2253,2165,2837,2568,1864,2005,1965,1966,1968,2522,2486,2096,2522,2280,2495,2284,2674,2366,2366,2843,2852,2083,2634,2669,2149,2481,2050,2407,2850,2639,2366,2450,2122,2451,2286,2293,2466,2566,3009,3229,2522,2298,2677,2808,2420,2479,2629,2653,2863,2370,2642,2645,2323,2543,2606,3078,2058,2289,2573,2766,2469,3540,4099,2970,2278,2533,2732,2209,2837,2660,2846,2250,2479,2414,2889,2168,3003,2969,2968,3211,2760,2285,2411,2642,3008,3047,3111,2402,2759,2273,2592,2367,3045,2450,2166,2207,1966,1966,1925,2365,2642,2255,2128,1965,1966,1925,1967,2041,2801,2825,2122,2046,2006,2006,2518,2615,3110,2250,2042,2408,2487,3149,2242,2700,2605,2971,3049,3038,2815,2392,2574,2945,2408,2544,2885,2266,2249,2411,3116,2783,2480,2531,3047,2489,2974,2808,2727,2568,2561,2295,2402,2289,2596,3636,2716,2525,2969,3014,2399,2935,2405,2326,2486,2490,2758,2487,2694,3293,2445,3057,2242,2284,2548,2892,2465,2693,2644,2142,1951,3129,2367,2570,2445,2813,2006,2240,2926,2728,2090,2614,3209,3039,1976,2246,2565,2045,2287,2441,2606,2888,2140,2081,2036,2973,2690,2926,2289,2555,2269,3156,2825,3045,2651,3313,2726,2265,2865,2749,2532,2404,2718,2534,2520,2394,2474,2557,2097,2044,2046,2008,2548,2503,2575,2917,2939,3047,2399,2690,3009,2764,2366,2290,2613,2314,2525,2442,2045,2530,2209,2304,2723,2965,1883,2565,2969,3141,3099,2754,3376,2526,2433,2145,2394,3068,2321,2327,2745,2355,2202,2407,3006,2562,2854,2237,3040,2543,3277,4440,2313,2209,6379,2573,2850,2172,2848,4923,2898,2205,2935,2685,3564,4728,3500,2133,8896,2408,2285,2572,3086,3367,2818,2086,2489,2231,2426,2561,4769,2212,2650,2640,2880,2225,2035,2167,2053,2086,2909,2712,2402,2687,2770,2690,2481,2982,2198,2732,2192,3319,2744,2315,2549,2551,2415,2872,2553,2209,2142,2737,2575,2055,2198,2672,2772,3102,10187,3437,2508,3325,2327,2409,3050,2667,2785,2084,2774,2164,2927,2331,2440,2623,2604,2773,3032,2640,2928,3030,2927,2682,2442,2266,2401,3053,2645,3168,2971,2914,2135,2521,2357,3700,2045,2301,2353,2607,2367,2629,2023,2231,2343,2730,2379,2212,2726,2456,2684,2718,2567,2339,2996,3038,2371,2369,2411,2020,2109,2643,2612,2370,2022,1924,2210,2108,2328,2209,2528,2301,2238,2084,2326,2560,2290,2406,2381,2232,2046,1903,1844,2487,2273,2205,2455,2375,1887,1885,2006,2434,2168,2893,2095,2126,2085,2167,2391,2440,2396,2361,2129,1885,1923,1888,2466,2656,2617,1971,1885,1846,1805,2407,2492,2222,2226,2007,2006,2006,2292,3010,2402,2331,2604,2399,2362,3038,2837,2406,2342,2394,2440,2649,2408,2973,2851,3042,2729,2365,2912,2255,2576,2605,2170,2411,2355,2457,1970,2289,2578,3538,3622,2735,7186,3648,2202,4221,2997,2603,2130,2461,2484,3362,2434,2851,3032,2406,2781,2699,2779,2168,2613,2439,2415,3075,2723,3497,2410,2368,2488,2117,2182,2402,2368,2281,2374,2407,2511,2245,2168,2255,2328,2394,2459,2368,2411,2326,2290,2323,2245,2127,2251,2406,2567,2441,2381,2429,2602,2569,2291,2323,2575,2460,2287,2722,2506,2591,2537,2607,2328,2205,2166,2549,2529,2320,2126,2792,2409,2331,2465,2443,2444,2374,2442,2614,2248,3546,2504,2651,2591,2585,2352,2420,2490,2364,2455,2486,2445,2634,2361,2292,2282,2169,2526,2398,2815,2412,2259,2571,2235,2402,2492,2515,2418,2329,2439,2648,2490,2169,2606,2928,2030,2383,2549,2523,3146,3434,2397,2479,2371,2329,2005,2403,2815,2405,2407,2344,2350,2502,2131,2525,2513,2284,2210,2595,2284,4374,2687,2416,2656,2803,2687,2591,2147,2585,2792,2327,2356,2081,2480,2271,2114,2009,2818,2448,3485,2809,2770,2209,2330,2167,2287,3382,2676,3169,2287,2523,2412,3263,2470,3552,2966,2514,2280,2503,2997,2558,3096,2565,2453,3249,2507,2468,2284,2367,2568,2530,1729,2484,2570,2670,2620,2507,3251,2490,2246,2686,2669,2290,4707,6267,2482,2307,2035,2501,2826,2694,2524,2179,3017,2933,4047,2128,2567,3208,2412,2963,2253,2487,2485,2521,3179,2586,2303,2533,2124,2506,2426,3417,2445,3370,2827,2668,2406,2609,2413,3363,4752,2557,2842,3011,2529,2464,2524,2487,2496,2608,2647,2522,2570,2528,2445,2632,3731,2327,2368,3109,2865,2294,1964,6315,2707,2416,2205,2464,3165,2610,2670,2384,2594,2246,4667,2651,2995,1897,2649,2797,2902,2811,2665,3137,2528,3168,2481,2527,2653,2729,2443,2245,3469,2354,2664,2246,2451,2570,2334,2275,2571,2465,2649,3010,2567,2324,2504,2513,2208,2406,2545,2531,3409,5871,2179,2727,6975,2808,2938,3845,2525,3098,2600,2528,2373,2247,2541,3475,3222,2248,2719,2478,2133,4266,2230,2185,2234,2287,2361,4870,3353,3297,2487,2506,2524,2338,2202,2563,2562,2615,2467,2565,2870,2484,2451,2727,2567,2580,2800,2566,2529,2606,2645,2528,3397,2802,2612,2411,2505,2322,2474,2448,2484,2383,2247,2287,2333,2363,2486,2326,2127,2043,2047,2526,2532,2444,2462,2486,2448,2404,2327,2368,2367,2407,2327,2367,2287,2287,2409,2325,2328,2688,2346,1921,1845,1868,2407,2287,2230,2099,2676,2522,2170,2889,2995,3262,3566,3295,3729,3460,3283,3253,3367,3255,2925,2406,2208,2165,2167,2167,2645,2128,2525,2472,2613,2980,2878,2985,2919,2692,2610,3878,2894,2771,2756,3132,3027,2582,2366,2765,2194,1924,2357,2257,2449,2891,2431,2085,2165,2007,2005,2676,2784,2359,2365,2887,2342,2434,2543,2455,2250,2164,2467,2241,2205,2141,2597,1963,2877,1923,1926,2396,3208,2397,2421,2483,2366,2490,2490,2558,3290,2825,2344,2488,2206,2768,2447,2865,2004,2286,2542,2395,3326,2608,2937,2982,2479,2048,3034,2544,2686,2211,2484,2660,2707,2524,2333,2476,2749,2626,2408,2738,2610,2216,2383,2297,2532,2058,2677,2499,2551,2329,2212,2284,2490,2442,2449,2615,2385,2245,2207,2166,2433,2366,2650,2169,2327,2404,2367,2503,3332,2206,2291,2448,2321,2472,2446,2615,2593,2723,2527,2869,2314,2363,2326,2253,2408,2319,2213,2373,2408,2573,2084,2045,2368,2651,2445,2607,2726,2880,4015,2805,2408,2420,2500,2445,2786,2525,2606,2823,2181,2395,2258,2286,2491,2091,2941,2766,2390,2471,2397,2515,2096,2426,2391,2466,2752,2246,2130,2569,2966,2555,2596,2790,2570,2888,2623,2882,2870,2468,2025,2777,2466,2992,2460,2422,2549,3558,2665,2573,2567,3035,2407,2926,2286,2641,2232,2322,2199,2600,2650,2253,2467,2729,2137,2402,2485,2457,3022,2247,2245,1969,2600,2435,2966,2535,2388,2417,3961,2433,3018,2688,2613,2924,2967,2816,2482,2785,2291,2272,3090,2242,2623,2491,2350,2221,2470,2504,2433,2438,2481,2482,2309,1996,2322,3542,4443,2037,2549,2331,2162,3144,2674,2182,8557,2746,2622,2454,2367,2413,2462,2488,2603,2467,2428,2467,2282,2164,2128,2503,2684,2890,2244,2128,2212,2591,2386,2646,2392,2635,2082,2047,2006,2468,3176,3268,2392,2740,2246,2433,2715,2355,2582,3052,2562,2467,2374,2211,2530,2081,1885,1846,2428,2267,2517,2261,1962,1845,1845,1846,1885,2481,2645,2608,2057,1925,1845,1805,2570,2487,2515,2529,2544,2149,2497,2214,2920,2390,2346,2471,2349,2120,2208,2383,2045,2650,3168,2414,2064,3374,2926,2117,2071,2615,3205,2189,3294,2007,2325,2210,2244,2401,2585,2414,2392,2399,1941,2715,2523,3039,2950,2421,2429,2410,3341,4362,4488,2247,2469,1950,2406,4895,3945,2231,2070,2369,4746,2770,2047,2581,2491,2489,1993,3328,2281,2207,2251,2608,3612,2811,2398,2585,2945,2168,3089,4462,2125,2226,2804,2623,2434,3581,2053,2717,3424,2868,2914,3091,3611,2486,2206,2423,2209,2204,5726,2451,2996,3270,2037,2120,2088,2810,2492,2521,5495,2009,2685,2368,2250,2371,2937,2070,4097,2474,2647,2329,3796,2552,2568,1958,2374,2209,2627,6406,2500,2914,3300,2117,2136,6767,2285,2669,3717,2503,3753,2368,2322,2212,2145,2229,3348,2226,2183,4721,2128,3096,6968,2290,2644,2254,5049,2489,2367,2968,8825,2334,3500,3398,2644,5299,2168,2483,2730,2421,3652,3840,2120,2134,2406,3086,4216,2970,2127,2485,2447,2424,2609,2686,2548,2666,2250,2066,2687,2452,2651,3155,2608,2805,2457,2733,2827,2807,2484,2633,2423,3055,2447,2485,2284,2165,2487,2274,3126,2248,2305,2302,2533,2479,2859,2292,2524,2287,2407,2448,2782,2492,2617,2919,2748,2210,2701,2148,2732,2345,2109,2286,2602,2860,2403,2286,2211,2978,3357,2941,2493,2912,2323,2931,3670,2313,2945,2199,2679,2136,2850,2639,2486,2860,3938,2904,2329,2905,2572,4248,2956,2485,2405,3330,2210,7140,2407,2170,1992,2895,2606,2476,2391,2244,2466,2344,2183,2472,2092,2846,2169,2849,2375,2753,2489,2374,2484,2687,2861,2796,2452,3367,2729,2324,3413,3622,2434,4210,2335,4750,7418,2970,2523,4444,2216,2274,2489,2124,2126,2107,2523,3319,2790,2706,2441,2294,2311,2366,2557,2773,2748,2292,2944,2484,2489,2122,2125,2207,2207,2310,2399,2284,2343,2538,2480,2542,2486,2526,2142,2292,2480,2288,2659,2265,2644,2752,2533,2402,2546,2897,2012,2413,2435,2656,2566,2287,2448,2549,2369,2212,2361,2414,2367,2604,2345,2752,2274,2427,2635,3147,2602,2896,2205,2486,2486,2527,2157,2530,2312,2138,2031,1926,2249,1923,2450,2284,2412,2521,2249,1925,1926,1942,2647,2492,2269,1884,1846,1844,1806,2651,2205,2205,2587,2230,1884,1805,2225,2522,2456,2268,2084,2050,2046,2564,2430,2404,2330,2716,2612,2924,2710,2427,2430,2563,2874,3117,2284,2264,2538,2501,2322,2201,2851,2407,2773,2520,2597,2887,2167,2284,2289,2945,2568,2367,2006,2006,1966,2159,2772,2602,2576,2048,2527,2326,2288,2236,2621,2551,2900,2329,2451,2886,2527,2686,2356,2024,1922,1885,3208,2409,2569,2927,2407,2249,2569,3153,2586,2510,2727,2447,2765,2260,2575,2405,2934,2444,2404,3155,2461,2599,2603,2187,2361,2596,2414,2414,2208,2209,2148,2245,2464,3089,2532,3031,2444,2207,2487,2104,2364,2732,2714,2725,2369,2387,2746,2347,2275,2297,2450,3009,2361,2166,2691,3074,2852,2690,2482,2664,2410,2089,2081,2051,2041,2046,2285,2532,2641,2489,2760,2375,2798,3775,2447,2582,2402,2931,7669,2831,2621,2806,3335,1762,2205,2565,2843,2379,2993,2247,2621,3294,2723,2799,2543,2603,2604,2773,3119,2897,2012,2284,3167,2611,2403,2607,2051,2487,2488,3314,2265,2286,2566,2366,2289,2107,2745,2004,2210,2331,2479,3095,2552,2410,2303,2506,2026,2325,2431,2369,2809,2444,2347,2240,2254,2326,2510,2423,2367,2472,2142,2325,2854,2486,2967,2405,2230,2382,2248,2396,2610,3009,2480,2470,2324,2327,2078,2534,2433,2568,2450,2283,2341,2271,2046,2452,3027,2444,2287,3652,3246,2655,2391,2856,2494,3771,2346,2247,3651,2571,2485,2649,2228,3929,5003,2703,3288,2366,2311,2492,2622,2689,2602,3715,2309,2392,2685,2741,2794,2891,2485,2326,3672,2762,3010,2287,2407,2477,2417,2314,2342,2885,2251,2371,3809,2405,2086,3248,2771,2481,2456,2403,2807,2130,2570,2472,2642,2536,2520,2968,2300,2452,2291,2120,2330,2608,2729,3010,2329,2288,2165,2443,2332,2327,2482,2450,2448,2526,2250,2481,2274,2545,2729,2570,3331,2384,3995,2003,2690,4032,5709,2717,2525,2087,3110,2402,2688,2094,2603,2087,2286,3208,3249,2072,2133,2139,1985,2264,2431,2487,2495,3182,2809,4053,2643,2353,2187,2244,2434,2901,2594,2542,2246,2233,2130,3121,2331,2405,2386,2435,2655,3376,2232,2418,2811,2169,2320,3334,2731,2367,2325,2088,2084,2389,2223,2048,3408,2490,2611,2206,2346,2173,3049,2301,2393,2320,2376,2360,2623,2170,2315,2322,2204,2101,6422,2004,2292,2610,2279,2168,2556,2223,3727,2524,2610,2443,2457,2083,2085,3097,2608,2082,1886,2629,2387,2153,2006,2737,2853,2366,6001,4056,2608,2220,2928,2131,2161,3247,2375,2366,2127,2323,3293,2243,3090,2652,2730,2280,3410,2809,2316,2344,2240,2250,2164,2208,5455,2486,2208,2637,2769,2766,2461,2490,2444,2285,2358,2301,3237,4011,2464,3235,2699,3492,2148,2609,3088,2746,2607,4919,3087,2462,2976,2357,6006,2583,2273,6193,9593,3112,3587,2886,2838,2540,2531,2567,2672,3185,3731,2686,2408,2845,2774,3254,3888,2871,2741,2999,4665,2689,2887,7451,4992,3010,2950,2299,3776,4293,2389,3650,14063,2530,12868,6010,3544,21449,4314,2326,2848,4930,2798,2603,5314,2567,2873,3106,2833,2523,2616,10947,2226,3769,2773,2521,4843,2580,2231,4950,5405,2724,3106,2370,3278,3017,2191,2768,2786,2409,2271,5417,2406,2445,2367,2790,2832,2249,2528,2444,3486,2172,3091,2968,2415,3759,2146,2548,5738,2785,3070,9436,5611,6277,3431,5279,2724,3038,8031,4015,3408,3697,8728,2301,2687,2813,4695,3765,2330,2234,2666,3691,3005,2307,2612,2243,2390,3469,3372,3791,2167,2887,3155,2925,5094,2968,1946,3171,2081,2333,3428,2459,2654,3657,2466,2846,8563,43133,2165,6260,2713,2143,3114,2820,3531,4320,2299,5175,3977,2403,8094,4189,2962,3496,3152,6516,3158,2097,6939,2412,2605,7057,3370,2293,4134,4012,2563,2609,2315,1922,5938,2665,2081,2166,4120,3946,2131,2162,3474,2304,2118,2899,1869,2423,3208,2370,2751,2367,2345,3132,4352,2505,2571,2689,2882,2128,2872,2366,2466,2365,2493,2810,2561,3973,2126,2813,2599,3094,2763,4006,3268,2006,2039,2678,3411,3929,2254,2958,3811,4333,2334,2645,1889,3217,6542,2006,3396,6191,3138,4368,2251,2248,2470,2458,2887,3572,2444,4334,2371,2205,4129,3253,3094,2486,3010,2924,3250,3170,2798,2625,2707,2586,2670,2264,2450,2489,2467,4693,5235,3130,2487,3236,2219,2366,2768,2047,2604,4332,2211,2131,2311,2295,3256,2408,2874,2663,2209,3088,2239,2135,2200,2411,2525,2292,2283,2128,2286,2368,2081,2089,2087,2889,2569,2563,2489,2487,2166,2873,2507,2523,2495,2504,2612,2344,2188,3265,2368,2327,2610,2002,2169,2171,2363,2366,2210,2083,2010,2914,2324,2324,2784,2285,5326,3865,4613,3241,4766,2547,2769,2085,3088,2810,3199,2336,2969,2607,3413,3397,2731,2367,2562,2688,2648,2647,2615,2648,2562,3172,3052,2258,2749,2424,2411,2443,2634,2690,3131,3005,2822,2688,2573,2567,2524,2485,3013,2927,2530,2431,2448,4055,2645,2664,2568,2393,3461,3336,2470,3209,2729,3131,3494,4530,2860,2272,3669,2754,2539,2079,2325,2486,2522,2222,2252,2608,2287,2352,2203,2387,2200,2198,2402,2526,2296,2341,2401,2291,2286,2290,2325,3004,2327,2396,2625,2644,2768,2650,2530,4371,2166,2325,2205,3178,2683,2449,2315,2323,2458,2370,2531,2409,2568,2601,2613,2475,2980,2675,2620,2670,2892,2608,2539,2651,2405,2449,2525,2210,2645,2412,2245,2447,2510,2549,2369,2519,2492,2443,2492,2766,2365,2529,3370,2887,2734,2480,2570,2447,2614,2365,2531,2603,2445,2568,2492,2521,2128,2332,2483,2173,2600,2410,2243,2452,2370,2405,2484,2449,2405,2326,2731,2452,2398,2168,2290,2042,2053,1930,1922,1922,1890,3036,2730,2175,1924,1889,1886,1845,3008,2714,2546,2001,1928,1884,1848,2205,2436,2947,2588,2847,2687,2933,2484,2366,2515,2565,3010,3134,2890,2609,2710,2818,2772,3182,2851,2366,2608,2745,2323,2399,2617,2213,2244,2911,2463,2637,2405,2566,2650,2488,2566,2889,2731,2565,2324,2204,2369,2770,2573,2442,2608,2613,2367,2202,2253,2081,2224,2608,2510,2210,2381,2231,2219,2313,2451,2410,2883,2491,2364,2247,2005,2211,2568,2527,2605,2369,2490,2406,2320,2251,2692,2365,2404,2407,2408,2526,2455,2925,2528,2361,2569,2574,2284,2486,2365,2366,2890,2495,2445,2699,2326,2598,2463,2587,2341,2395,2251,2567,2327,2605,2450,2444,2580,2477,2102,2750,2454,3004,2740,2453,2354,2483,2613,2342,3110,2487,2573,2455,2446,2441,3865,2670,2744,2556,2687,2803,2808,2774,2647,2483,2488,2531,2449,2405,2567,2371,2524,2446,2487,2614,2568,2401,2461,2488,2476,2287,2524,2728,2532,2369,2361,2528,2567,2615,2485,2488,2085,2569,2246,2045,2245,2852,2691,2483,2966,2413,2485,2483,2488,2253,2491,2493,2635,2444,2249,2376,2680,2170,1889,2283,2285,2286,2570,2532,2640,2653,2765,2613,2660,2472,2814,2407,2085,2702,2606,2435,2203,1964,2328,2292,2442,2410,2608,2404,2412,2441,2449,2687,2467,2526,2391,2048,1966,2005,2124,2130,2203,2130,2645,2766,2813,2730,2524,2609,2645,2747,2566,2512,2250,2211,2359,2295,2283,2210,2239,2971,2288,2610,2286,2324,2326,2407,2412,2370,2522,2369,2528,2609,2605,2412,2649,2280,2248,2172,3170,2319,2171,2644,2530,2364,2622,2316,2290,2247,2205,2206,2249,2603,2047,2574,2243,2486,2291,3804,2050,2046,2565,2547,2605,2572,2479,2573,3877,2626,2353,1962,1963,1928,1964,2328,2526,2331,2048,2444,2623,2547,2611,2528,2409,2730,2523,2794,2746,2489,2722,2650,2514,2444,2471,2400,2371,2365,2246,2444,3860,2485,2525,2772,2523,2491,2325,2084,2533,2248,2604,2555,2122,2143,2520,2576,2571,2766,2692,2646,2646,2686,2800,3624,2403,2455,2396,2294,2401,2209,2294,2719,2655,2408,2245,2321,2648,2275,2101,2453,2404,2566,2967,2565,2293,2287,2404,2568,2370,2205,2529,2443,2454,2528,2686,2524,2238,2455,2451,2489,2449,3372,2524,2049,2282,2365,2453,2807,2531,2286,2523,2369,2408,2331,3801,2568,2491,2371,2007,2443,2727,3170,4701,2683,2244,2413,2642,3810,3016,1925,2410,3029,2650,3304,2402,2493,2368,2244,2367,3251,5220,2763,2646,2651,2405,9113,2890,3973,4090,2324,1964,2404,2237,2411,3578,2089,2247,2486,3243,10199,2974,4612,2449,3287,2406,2606,2973,2324,3858,2406,2401,2773,2407,2356,2292,4481,3226,3776,2681,2768,3531,2287,2375,2482,2693,3164,4851,2282,3137,2812,2484,2480,6109,2526,2970,2647,3040,3099,2693,2706,3189,2472,2530,3381,2530,2207,2484,2678,3504,2889,2285,2725,2531,2127,2084,2328,2611,2889,2801,2612,2485,3775,2401,2682,3084,3071,2523,2523,1892,2565,2511,2663,2597,1966,3867,3408,3574,2405,1964,2527,2452,3131,2637,2494,3009,3449,2807,2287,2690,2971,2204,3396,2583,2195,2582,2445,2811,2527,3131,2725,2452,2723,2605,2695,2723,2807,2610,2730,2449,2084,2451,2807,2367,2764,2492,2445,2879,2680,2260,2452,2569,2809,2648,2803,3039,2705,2435,2376,2649,2691,2431,3144,2762,2812,1991,2366,2507,2128,2159,3054,2442,2490,3977,2484,3451,2523,2613,2806,2771,7341,2890,2684,2250,3089,2285,2532,2889,2802,2682,2499,2287,2432,2499,2608,2051,2519,2894,2764,2494,2525,2311,3029,2642,2370,2326,2689,2169,4007,2771,2330,2206,2367,2044,3012,2086,2843,2651,2168,2410,3047,2805,2210,2649,2969,2641,2599,2422,2039,4461,2362,2209,2124,2285,11082,3526,2173,3844,5182,2081,2446,3170,2733,1968,5775,2324,2891,3771,3971,3331,3767,2455,3081,3039,2378,2367,2206,2536,2563,3047,2489,2609,2325,2649,2645,3773,2412,2606,2126,2684,2247,2690,2805,2975,2723,2293,2565,4014,2448,2369,2843,2294,2161,2163,3130,2569,3447,2739,2925,3811,3451,2242,2329,2493,2280,2633,2583,2486,3289,2610,2853,2607,2884,2332,2567,2246,2645,2954,2380,8473,2527,2524,3497,2446,2565,2284,3610,2414,2923,2769,2894,2325,2690,2445,2404,2935,3042,3373,2646,2328,5301,2885,2450,2403,2613,2908,3187,2890,3294,3044,2250,4529,2326,2293,3443,2691,2327,4330,2571,2809,3091,2770,2407,4172,2123,2050,9945,2694,2200,4019,2126,2082,6176,2405,3297,4732,2290,3532,1886,2159,3335,4848,2054,2165,3889,1967,2045,3853,3208,3012,3608,2094,4529,3649,2329,2885,2531,2090,2040,3731,4940,4575,2647,3290,2369,2443,2769,2284,2173,2285,2165,2523,3970,2293,2328,3927,2092,2080,2172,1808,2401,2652,3287,2205,5622,4330,2810,4336,2443,2092,2643,2045,2170,8703,2446,2166,2333,2041,2893,4172,2607,2563,2333,3128,2728,3851,2408,2208,2688,3090,2118,2488,2373,2326,2325,2969,3049,2412,3044,2288,3130,3008,2566,2848,2213,2324,2611,2444,2288,5255,2246,2088,2325,2130,2128,3484,3499,2200,2811,2162,2412,4209,2252,2163,2048,2204,2293,5208,4614,2490,3409,2569,2567,3733,2485,2252,2890,2725,2568,3450,2527,2009,4169,2446,2093,3241,2492,2443,3413,2288,2445,2373,2162,2011,2081,2086,2165,2292,7538,3696,2723,8995,2884,2211,13272,6782,3288,5221,2601,2612,3658,3040,2213,4688,3248,2854,8829,2689,1844,3888,2813,2559,3617,2451,2281,4571,2372,2525,3815,2128,2290,5652,3775,2520,5015,5015,9155,2444,10837,2966,2488,3450,2446,2731,2722,2727,2535,3163,2613,2606,2566,2409,2564,2568,2889,2006,2165,2295,3562,2491,2165,1971,2523,2452,3209,2166,2166,2570,2488,2650,2646,2067,2423,2490,2710,2343,2290,2123,2492,2644,3277,3006,2828,1987,2209,2170,2260,3651,2728,2366,2083,3371,2689,4289,3694,2685,2727,2055,2363,2847,3375,2443,2573,2446,2686,2770,2724,2813,2843,2852,3531,2891,2203,2363,2653,3615,2405,3292,2446,2521,2812,2206,2531,2208,3046,2649,2963,2938,2163,2886,2812,2388,2545,2524,2014,2163,2329,2321,3017,3326,2404,3016,2408,2522,2569,2884,3169,2574,1879,2612,2886,2247,2606,2611,2891,2450,2641,2536,2923,2445,2453,3653,2241,2368,2840,2733,2850,3333,2052,2281,2408,2251,2486,3527,2605,2049,2285,2172,2249,2360,2252,2406,2489,2565,2036,2605,2044,2413,2979,2526,2603,2450,2050,2524,2047,2452,2486,2886,2932,2560,2498,2729,3850,2804,2608,3450,3052,2928,2724,2328,2287,2332,2202,2404,2770,2131,2409,2240,2247,2215,2405,2323,2530,2609,2689,2488,3042,2166,2494,2807,2368,2405,2649,2367,2112,2341,2689,2768,2931,4208,2453,2204,2325,2648,3170,2769,2632,2387,2363,2365,3088,2571,2132,2849,2928,2486,3131,3127,2322,2410,2050,2642,2566,2613,2711,2106,2484,3173,2605,2564,2453,3165,2369,2565,2328,2448,2610,2723,2656,3243,2654,2689,2283,3412,1887,1431,2696,2770,2971,3052,2282,2564,2531,2894,2445,2891,2686,2328,2409,2444,2809,2568,2448,2447,2321,2732,2364,2686,2452,2324,2575,2483,2412,2361,2447,2530,2766,2490,2490,3286,2570,2651,2601,3814,2606,3053,3328,3093,2845,2491,2643,2552,2574,2487,2463,3161,3418,2722,2489,2372,3528,2445,2366,2295,2644,2530,2605,2653,1959,3014,2672,2745,2524,1962,2639,3224,2611,3407,2443,3176,2921,2406,2415,2548,2413,2819,2493,2520,2688,2406,2297,2437,2494,2244,2934,2848,2766,2283,3614,2050,2403,2515,2363,2373,2221,2507,2665,2251,2566,3005,2850,1875,2364,2584,2766,3050,2443,2608,1930,2756,2888,2463,2927,2849,2241,2734,2443,2169,2406,2328,2637,2343,2242,2571,2206,2166,2768,2323,5501,2323,2208,2368,2434,3268,2444,3051,2519,2011,2447,3008,1802,2378,4651,2929,2364,3132,2122,2695,2361,2890,2526,3335,2319,3013,2574,2120,2287,2365,2121,4699,2932,2492,2278,2528,2696,2283,2207,2008,2087,2280,2174,3042,4977,2689,3291,2689,2848,3010,3525,2334,3165,2130,2893,2439,2525,2978,2843,2130,5741,2679,2173,2603,2209,2169,2689,2085,2441,2574,2520,2411,3772,2891,3003,3854,2173,2527,2720,3419,2366,2165,2167,2366,2409,2481,2930,2529,2527,2813,2565,2328,2610,3004,2647,2126,2210,2052,2564,2363,2331,2804,2131,2645,2128,3693,2688,2529,2567,2565,2326,2726,2366,2608,2776,2362,2049,2370,2526,2086,2367,1968,2807,2523,2132,2922,2652,2528,2364,2287,2450,2087,4013,2643,3134,3131,2720,4499,2445,2366,2131,2603,3015,2971,2243,2129,2403,3049,2325,2654,2283,2085,2328,1964,2653,2443,4298,2446,2411,2964,2653,2566,2321,2330,2289,2643,2404,2296,2401,2006,2214,2365,2645,2247,2570,2850,2682,2413,2686,2004,2730,2171,2244,2643,2575,2759,2730,2971,2808,2249,2443,2214,3048,2565,2570,2407,1880,2290,2573,2562,2168,2810,2485,2326,2294,2367,2244,2932,2483,3250,2168,2687,2607,2529,2527,2443,2656,2960,2601,2560,2533,2776,2678,2424,2607,2650,2683,2976,1922,2443,2973,2651,2646,2530,2285,2794,2424,2364,2565,2528,2934,2970,2963,2732,2043,2607,3092,2767,2727,2248,2723,2649,2613,2603,2609,2572,2406,3046,2455,2929,2243,2329,2809,2521,2372,2246,3211,3166,2129,2371,2799,2493,5215,2408,2810,2688,2605,3450,2046,2611,2566,2491,2683,2410,2563,2649,2725,2448,2973,2206,3274,3714,2681,2653,2243,2729,3008,2436,2258,2649,2087,2193,2582,2410,2157,2899,2478,2289,2013,2402,3116,2450,2282,2464,2913,2502,2050,2281,2848,2615,2486,2484,2650,3089,2444,2252,2889,2408,2209,3367,2892,1925,2885,2807,2371,2364,2332,2197,2693,2126,2366,2532,3685,2612,2243,2611,2684,3053,2166,2526,2130,2367,2445,2530,2522,2089,2609,4654,2605,2251,3249,2167,2571,2765,4372,2328,4327,2531,3334,2722,2533,2604,2530,2445,2448,2732,2288,2804,2406,2450,2408,2406,2445,2488,2971,2605,2493,2806,2493,2680,2655,3088,2408,2927,2204,2566,2731,2725,3330,2646,2495,2968,2277,2655,3452,2286,3175,3006,3172,2567,3091,3044,2891,3129,2489,2559,2859,2567,2566,2482,2878,2660,3013,2324,2558,4527,2581,3565,2339,2363,2368,2168,2649,2163,2453,2401,2448,2333,2283,2563,2242,2613,2416,2128,2440,2966,2086,2251,2211,2563,2446,1930,1921,2009,1845,2366,2246,2568,2171,1843,1845,1806,1884,2330,2603,2811,1966,1928,2204,2048,2091,2641,2494,2607,2524,2965,2995,2101,2575,2632,2220,2407,2811,2481,2214,2445,3050,2763,2249,2367,1836,2501,2887,3163,2650,2251,2005,2885,2408,2650,2570,2848,2243,2492,2448,2526,2529,2767,3166,2494,2324,2568,3167,2653,2405,3163,2538,2527,3081,2576,2243,2604,3574,2652,2767,2925,2245,2289,2768,2450,3367,2813,2761,2434,2464,2653,2489,2558,2776,2923,2410,2371,2188,2146,2887,2241,2410,2283,3080,2141,2711,2784,2934,2283,3090,2122,2050,2527,2565,2288,2133,2644,2528,3208,3007,2449,2767,2210,2121,1974,2241,2405,2248,2568,3177,2086,2528,2385,2265,2244,2889,3211,2563,2487,2775,2321,2094,3205,2735,2519,2526,2738,2967,2683,2690,3129,3690,2728,2366,3772,2204,2296,2199,2129,2366,3054,2444,2409,3653,2402,2008,2413,2200,2088,2442,2897,2525,2212,2363,2240,2416,3402,2692,2609,2644,2531,2966,3128,2530,2530,2847,2407,2130,2288,2243,2365,3536,2009,2278,1974,2687,2282,2406,2252,5491,3175,3049,2240,2413,2724,2614,2567,2649,3040,2209,3212,2612,2368,2404,2604,2534,2686,2969,1806,2728,2688,3611,2360,2535,2243,2172,2648,2761,1929,2410,2405,2171,2443,2806,3055,2440,2290,3330,2170,2288,2566,2320,2130,3972,2369,2327,4095,2247,2328,2040,2411,5414,2606,2448,2093,2804,2329,3447,2205,2331,2204,2165,2365,5499,2135,2045,2724,2810,2289,2764,2328,3013,2881,3533,2404,3739,2806,2523,3296,4771,4294,2609,2006,2088,4091,2525,2810,4289,2488,2170,2169,2445,2327,2447,3086,3252,2884,3335,3049,2212,2566,2529,3406,3931,2285,2610,2451,3568,2482,2851,3495,2122,2126,2414,2766,2162,2049,2248,2324,2368,2213,2400,2085,2247,2445,2330,1965,2093,2046,2165,2160,2496,3169,2640,2808,2334,1925,2406,1892,2082,2160,2892,2524,3658,2241,2774,2523,2455,2283,2522,2333,3492,4528,2328,4861,2401,2367,2808,2569,2289,2410,1967,2201,2731,3568,3176,3323,2166,2572,2162,2252,2368,2328,2357,2414,2686,2250,2606,2085,2207,3053,2208,2442,2288,4248,2094,2199,3011,2531,2771,3211,2207,2126,3605,2410,2563,2773,2322,2010,4779,2844,2448,2649,2724,2608,2452,2844,2651,2488,2932,2843,2408,2565,2334,2605,2606,2527,3452,2809,2888,3049,3293,2367,3035,2966,2890,2221,3048,2412,2365,2409,2482,2246,3375,3524,2295,2245,2408,2444,4089,3338,2283,3049,3246,2611,3973,3243,3413,2126,3050,2809,2407,3331,2814,2563,2131,2641,2248,2368,3370,3094,2444,3091,2649,2525,2322,2775,2803,2770,2571,2087,3731,2529,2687,2327,2608,3084,4739,2726,2452,2282,2650,3085,4334,2294,2528,2563,3124,2574,3933,2165,2084,2405,3052,2450,5778,3808,2210,4727,2733,2247,2812,2363,2525,3054,2407,2287,2322,2291,3335,2842,2124,2168,3530,1891,2086,3371,2885,3656,2285,2728,3209,2923,3289,4175,2455,2527,2286,2200,2529,2807,2649,2440,2681,2669,2519,2329,4658,2448,2404,2855,2563,3449,3451,2954,3028,2605,5702,2442,2563,2890,2656,2365,2085,2887,2769,2448,2202,2335,2200,2573,2169,2324,2726,3370,2409,3607,2646,2533,2123,2205,2285,2892,2935,2568,2046,2042,2125,2491,2282,2647,2208,2370,2568,3773,2324,2405,2614,2329,2206,2562,2368,2564,2453,2365,2206,2074,2697,2412,2966,2895,2728,2526,2563,3015,2884,2133,2514,2377,2872,2544,2566,2527,2552,2735,2644,3093,2544,2361,2727,2732,2568,2402,3417,2844,2486,3137,2403,2208,2124,2208,2408,3128,3247,2450,2411,2488,2513,2575,2571,2529,2730,2689,2562,2686,2294,2444,2369,2571,2788,3064,2684,2494,2129,2404,2649,2567,2727,2526,2089,2047,2009,2124,2240,2288,2608,2897,3005,2965,2836,2627,2483,2047,2275,2083,2905,2280,2092,2812,2407,2005,2285,2649,2525,2328,2453,2321,2250,2487,3005,2409,2973,2887,2765,2487,2289,2489,2927,3049,2171,2711,3100,2692,1969,2964,2089,2007,2363,2571,3036,2294,2050,2331,2929,2800,2653,2931,3114,2701,2764,2534,2646,2287,2924,3090,2485,2856,2968,2245,2332,2834,2816,2812,3130,2527,2287,2485,2529,2525,2054,2759,5381,5456,4371,4901,3529,3130,2682,2401,2775,2452,2566,2249,2482,2491,2350,2814,2610,2776,3169,2847,2328,2652,2242,2292,2853,2806,3850,2568,2330,3080,2617,2602,2292,2749,2330,2576,2010,2369,2876,3219,2565,3093,2164,3493,2248,2446,2371,2407,2407,2440,2696,2528,2446,2367,2441,2253,2767,3816,2198,2413,3251,3048,2722,2778,2521,2892,2488,2809,2407,2362,3332,2489,2406,2689,2281,2694,2644,2648,2332,2327,2489,2524,2487,2931,2326,2929,2675,2577,2689,2856,2563,2403,2328,2455,2525,2321,4848,2261,4449,2367,2528,2443,2494,2366,2713,2783,2726,2767,2369,6984,2967,2492,4612,2487,2523,2692,3246,2452,2082,2888,3128,2253,2204,2289,2489,2968,2444,2328,2245,2208,3131,2567,3047,2568,2368,2492,2323,2528,2408,2606,2727,2494,2406,2408,2367,2324,2283,2728,2210,2287,5865,4564,2727,2607,2456,2488,2321,2914,2821,2295,2721,2533,2365,2407,2409,2767,2407,2566,4460,2280,2813,2396,2375,2686,2335,2282,3010,2532,2768,2200,4292,2568,2335,2244,2928,2283,4899,2521,2255,2405,2492,2240,2772,2002,2448,3087,2406,2488,2880,3382,2444,2777,2601,2287,3612,2885,1926,2737,2083,2648,2410,2361,2536,2362,3091,2647,2483,2574,2685,3416,2398,2091,2807,2851,2766,3212,2924,2047,2251,2769,2600,2699,2241,2045,2446,2210,2328,3083,3172,2330,3287,2252,2240,5821,3656,2120,3653,2692,2406,3087,3770,3048,2366,2608,2926,4219,2172,2082,2127,2329,2360,3298,3564,2133,2523,2484,4096,2731,2562,2450,2330,2405,5613,2974,2726,2207,7668,2478,2328,2810,2568,3693,3773,2567,2763,3777,2487,2892,2724,2569,2044,2365,2211,2281,3375,2491,2482,2367,2530,2813,2606,4370,3609,2812,3168,2453,2359,2810,2689,2448,2728,2887,2291,2885,2693,2044,3610,2485,3333,2670,2510,2520,2371,2610,3765,3250,3010,2411,4413,6820,2248,2440,2610,2570,2451,2405,2441,3451,4616,2287,3496,5812,2170,3653,2200,2970,4134,2529,2759,2697,2446,2728,3978,2401,2272,2622,2168,2609,3247,2687,2214,2648,2886,2525,3211,2554,2820,3859,2523,2528,2972,2447,2359,3052,3117,6339,2942,2332,2319,2296,4725,2213,5964,4062,4217,2407,2042,2132,2352,4548,2647,2570,2891,2565,2088,2889,2408,2720,4252,4179,3089,2201,3017,2929,3527,5695,4458,6096,4093,9827,3449,4735,2567,5942,12718,2323,11316,2371,7618,2213,4127,5299,3168,25916,2846,10631,6132,2616,3092,2474,5031,15883,4939,3254,2725,2730,5009,2615,2404,2168,2806,10189,10309,2129,3973,2205,2447,9147,2371,2523,4340,2125,2088,5655,2366,2604,11755,2536,3010,5327,2655,2205,2281,2415,2207,2406,2489,3281,2248,2292,8589,6537,2207,4857,2245,2687,3846,2094,3003,3810,2571,2768,3531,2126,2404,3295,2442,2288,3936,2050,2365,3773,2279,2255,3444,4495,2486,3618,2925,2486,4855,2444,2330,6945,8861,6185,2763,3734,11031,2203,9189,3170,3007,9589,2134,2203,3848,3093,5494,3128,3777,3252,2799,7149,5898,2405,5133,3815,2091,2881,3254,3006,4579,10064,7018,8430,2523,5707,2167,2568,24588,4369,4497,1890,2366,4292,2165,2089,3006,2446,4054,7581,4377,2651,5734,5334,2608,3931,2728,2648,3171,2446,1932,3529,2485,2771,3122,2047,2251,6501,2361,2647,4464,2760,1974,2883,3815,2489,2882,3532,1810,2124,5253,4379,2280,6620,3616,2245,7499,2445,2809,3656,2245,2692,3686,3127,2617,3524,2888,6142,5136,7378,3337,2921,2495,2083,2927,4015,2767,3978,2647,4805,3336,2326,2090,3411,3727,5859,2283,2008,2846,3417,5213,2325,2165,2128,3051,3447,7184,3453,2203,3529,1891,27756,4180,9987,11073,2969,2492,2247,2563,6827,2279,2247,4255,2566,2446,3050,2126,2211,2441,2772,2289,3167,3413,2241,3535,2890,2807,2929,2330,3213,6335,2848,2475,2618,2654,2604,2169,3084,4415,2245,2366,9516,15166,6531,4818,13560,2414,4969,8946,2285,4058,2563,2570,2689,2974,2488,2672,2302,2485,2484,2290,2451,3365,2369,2368,2320,2096,2846,2521,2852,3688,2331,2686,2451,2047,2323,2488,2485,2648,2568,2734,2403,3253,3848,3249,2553,5636,2870,2184,2249,2566,2489,3449,2606,2852,2239,2277,2260,2486,5181,4897,3247,3968,2315,2824,2366,4052,2124,2571,2365,7346,2970,2567,2881,4175,3252,2996,2504,2810,4050,2833,2985,2952,2547,3561,2256,2248,2520,2489,2353,2458,2893,2676,2725,2620,3237,2733,3103,2802,2494,2363,2205,2232,2024,2686,2328,3008,2405,3177,2407,4608,2332,2560,5739,2817,2680,2853,2287,2805,4940,5932,2773,3485,2972,5616,3569,2776,2445,2851,2486,2368,2601,2407,2571,2694,2886,7256,2447,4412,3577,1748,2061,2285,2452,2609,3242,2648,2248,2531,2493,2600,2454,2124,3486,2488,2897,2721,13442,2444,15771,11397,3287,2444,2453,3884,3050,2728,2892,2855,2682,2125,2286,2254,2606,2852,2527,2567,3851,3164,2372,2284,2286,3729,2654,4516,3745,2290,2400,2372,3936,3368,2191,4347,2162,4540,5853,2092,2403,2213,2323,2124,2447,2727,2414,2522,4379,3966,4055,3492,2127,3610,3650,3450,3011,2845,6021,13118,2123,10760,2408,2641,2690,2125,2008,2410,3006,2402,4821,2846,2532,2590,2181,2049,4531,2330,5894,4653,2535,6700,4931,2087,2646,2090,2402,2728,3409,2330,2409,3205,2735,4365,2656,2326,6614,3088,2774,3209,2805,3132,3127,2657,2920,3975,2650,3729,2525,2127,5779,2570,2729,2688,2319,2774,2244,2413,2201,2407,3617,2402,3372,2291,2484,3054,2566,4887,2052,2162,3252,2006,2408,2331,2401,2272,2867,2205,2372,2483,2607,3171,5135,2091,4203,4459,1963,2408,1928,2445,4653,2970,2653,3045,2532,2446,2888,2401,2373,2809,2248,2205,10474,6296,2444,3576,2652,2163,2722,2334,4124,16885,9077,3048,2649,5096,2334,2526,3203,3375,3286,4253,2412,2202,3092,3369,10433,2163,3008,11314,2250,2606,3236,6236,2370,9265,2891,2162,11470,2538,2160,2164,2376,1922,9227,2773,4846,5258,2363,9513,2611,2121,3251,3253,5295,4657,2208,2045,3523,2215,5454,2403,2449,1965,2092,2127,2160,3452,2368,3452,5134,2325,3416,2527,2444,2130,2083,2974,2522,2290,2640,3939,2086,2085,2449,2446,2282,7148,2609,2244,5775,2293,3289,2445,2248,2119,2617,2719,2488,2770,3090,2493,6937,1966,2004,3772,2492,2245,5777,2330,2163,2012,2847,3401,2131,2085,2048,2171,2201,2293,4370,2247,2130,2158,2372,3689,3691,2372,3126,4693,2287,2608,6018,2934,4008,7700,7906,3289,3093,5979,2325,2967,3251,2488,3126,2729,2526,7466,6178,2171,10429,2607,3446,3218,2441,3372,2492,2280,2607,2574,2329,7738,2932,9784,2691,2244,1973,2443,2521,1890,3773,2610,1961,3050,2729,2889,4691,2208,2167,2364,5941,4658,4289,1971,4655,5297,2281,2407,2852,2844,2094,1964,2280,2049,3890,4814,3892,2692,2844,4296,3055,2361,2854,2645,2447,4495,6663,4406,3409,2655,3724,2126,3456,3572,2724,2489,2448,2163,2696,2359,2572,2482,2770,2528,2329,2649,2281,2172,2649,2447,2530,3362,2256,2359,2371,2446,2728,2610,2485,2729,2371,2725,3854,2243,2534,2562,2084,2171,4087,3129,2134,2400,2692,2411,2792,3021,2567,2289,2285,2976,2887,2930,2882,3454,2804,2333,1965,2646,2330,2603,3330,3128,4378,2354,2659,2487,2604,4603,2783,2411,2969,3006,2933,2949,2449,2619,2536,2440,2609,3931,2410,2406,2370,2604,2526,3375,2509,2425,2325,2292,3286,3007,3113,2186,2549,3171,2370,3224,2688,2354,2181,4091,2567,2204,2047,2606,2292,2648,2649,3404,2052,2281,2556,3142,2612,1926,2008,3886,3337,2887,2806,2485,2647,2810,4934,3575,8663,2487,2397,2655,2694,3568,2688,2410,2966,2013,2404,4206,3611,2650,2490,3047,2852,2372,2361,2614,2406,2328,2042,4369,2813,2204,2649,2726,4496,2563,2172,2598,2496,2366,2447,2413,2768,2365,2526,2838,2376,2206,2254,2085,2482,2087,2447,2894,2686,2516,2524,2464,2566,2851,3363,2451,3007,2533,2841,2534,3406,2367,2372,3129,2409,2403,3967,2370,2253,2885,2290,2048,2608,2404,2352,2483,2573,2580,2653,3489,2648,3847,2691,2449,2961,2891,2616,2362,2413,2319,2407,2048,2367,2850,2330,2245,2322,2691,2634,2306,2760,2247,2355,2128,2248,2285,2578,2492,2529,2484,2248,2086,2325,2569,4979,2402,2494,3688,3014,2680,2572,2284,2568,2131,2681,3296,2926,2167,2405,2452,2605,4738,3362,2250,2367,2852,4287,2211,3568,2445,2692,2853,2324,2650,3092,2606,2289,2598,2094,2442,3418,2644,2208,2039,2049,2207,4840,2623,3093,2280,2408,2370,3373,2283,2405,3175,2849,5489,3136,2481,2174,2647,3043,2209,2168,5461,2844,5134,4373,2690,2528,2607,7141,2409,4215,2445,3006,2253,4855,2969,2403,2123,2491,4493,2364,2576,2445,2127,2932,4446,3010,2042,3459,4931,2491,3202,3530,3780,2560,2897,3004,2534,2119,2287,2168,2646,2609,2529,3209,3251,3290,4498,2082,2324,2687,2530,2089,3895,2200,2570,2130,2365,2487,7263,2410,2080,2207,2248,2725,4895,3773,2285,4535,2486,2247,2210,2403,2936,3209,3847,2250,2965,2888,2214,12595,2490,2080,3572,2286,3136,3127,2807,13686,12477,3328,4288,3453,2613,2399,2569,3295,3485,4979,3406,2247,3088,9755,2448,6254,5219,2125,5415,2651,2891,13715,5140,5333,1968,2164,2286,2732,2169,3009,2445,2325,2328,2092,2079,5896,3973,2888,2247,5419,2410,3162,4095,3008,1966,3293,2683,3573,2693,2403,13161,4097,10190,2928,2286,2765,2131,2002,4653,2210,2048,7425,2199,2210,6138,3929,6140,2727,2772,3009,2324,2047,2528,2325,2326,6707,4933,2126,7860,6548,2127,3602,3216,2481,2646,2453,2205,3896,3165,2331,4052,5333,2171,4529,2128,2046,3328,2127,3255,10112,2243,2085,9349,3444,2851,2405,2369,2487,2014,2729,2200,3772,2287,3735,7821,2204,7748,2324,3531,2766,2691,2202,2250,2212,2161,3132,2485,2167,6338,2125,2289,2165,2372,3371,2284,2046,2004,2692,2121,2410,2169,3130,2569,3127,2569,2366,12556,2365,5219,4211,2285,2607,4740,5859,2362,4094,2410,2087,20742,2929,6376,6224,3127,4332,2284,2529,3569,3617,4409,5773,3616,4493,5695,6184,2603,6582,2686,2529,5336,2090,2604,5693,2292,3170,8422,2206,3014,7703,2202,7905,8310,2326,12154,2326,8751,4369,2247,4090,2251,2606,3373,2688,2404,3296,2324,2483,3737,2691,2320,6380,2727,3933,4658,2446,10872,3528,4495,2886,3611,4252,2253,4813,7460,2006,9110,2050,2080,3776,2327,3208,2284,2093,3282,2170,2247,4496,2406,2239,5663,3573,3289,3814,2365,2364,6058,2806,4579,2367,2929,4611,2290,2846,4695,3974,2125,6221,2568,2245,2365,3535,2929,5167,3050,3375,2853,4729,3814,2765,5575,2450,2450,3409,3490,3246,2689,2290,2165,5858,2650,2485,5576,2208,2090,4169,2368,2328,4209,3292,2412,5252,2046,2450,3324,2212,2207,5092,2125,2045,2090,2202,2169,4134,2368,2364,8143,2372,2609,4130,2363,2412,2252,2362,2325,3689,2367,2608,3780,2644,2126,2730,2769,2407,5015,2929,2285,3855,2319,2287,4215,2325,2335,3208,2402,2129,3853,2242,2169,5340,2889,2287,4249,2368,2290,3528,2324,2089,3690,2125,2009,3245,3055,2401,6344,2363,2249,9795,2642,2163,3774,2130,2089,2967,2523,7020,3896,3010,5570,2175,3242,3211,3098,3089,2120,2169,3127,6780,2294,3923,2367,2209,2807,2608,2805,2414,2210,4046,3209,3128,2253,4172,2448,2247,7219,2728,2365,2453,2443,2895,3168,2442,2211,2201,2167,3131,11513,2935,3690,6896,6704,3812,2087,2046,2364,2012,2321,2451,3566,2368,2286,2371,2207,2326,2285,2368,4571,2452,2048,3608,3251,2440,2091,3494,2442,2128,2526,2447,2052,2369,2004,3166,2765,3614,1888,3532,4692,2408,4168,2213,2442,2172,2400,2449,2164,2452,2251,2362,3371,2246,2053,2322,2125,2529,2726,2127,2285,2929,2689,2286,3209,2334,2161,3495,15569,15999,3212,2970,2286,1930,2327,2201,2248,2369,5501,3730,2284,3454,4855,2448,2970,2163,2369,3202,4336,2812,2571,2245,2244,2490,2565,2562,3133,2491,2367,2280,2654,2448,2240,2494,2490,1921,2370,2047,2207,2041,5575,2651,2132,2046,2084,3166,2329,2403,2325,2453,2488,2447,2011,2085,2281,3092,2204,2974,3887,2690,2493,2284,2124,5301,2364,2723,3698,2441,4093,4737,2089,2163,2412,2121,7868,3370,2524,2250,2763,2208,2204,2208,2254,3963,4583,2127,3964,2893,2683,2130,2529,2844,4455,2529,2087,3407,3217,2485,4813,2125,2130,7702,2687,3888,2284,3057,5656,2051,1961,7427,1925,1918,5179,2087,2683,2814,2366,2208,5094,5417,2689,3807,4902,2602,5500,2240,2730,2768,2575,2044,3366,2774,2686,4333,2248,2130,6695,2363,1972,2403,2649,4857,2203,2007,2289,3290,2403,7067,2487,2207,4087,2768,1973,7543,6620,2201,3131,2807,2289,3285,6628,2320,5141,8140,3571,4015,2287,2966,3171,2413,3282,2253,2048,2236,2772,2290,2409,4736,2160,2090,5132,2168,2646,3169,2214,2201,4780,3247,2450,3129,2165,6899,7902,3974,2767,4129,2254,2160,5462,2286,2410,5171,2166,2124,7828,2241,2577,7899,2246,2251,5169,2251,3928,3656,2522,3779,2165,2807,6215,2615,3128,4010,9632,2361,12764,10229,2447,6537,2168,2325,6424,2246,2049,3210,3409,2484,8065,2686,2209,8224,2611,3688,2808,2852,4769,2252,2242,3009,2405,4097,2206,3087,7140,2898,2282,5496,2366,3125,10916,2373,12599,6538,2807,8903,2491,2167,9344,2445,2534,10031,2322,10351,10752,2372,8866,2206,2647,8423,6903,11639,2522,2616,13434,2893,2523,17095,2442,2649,12000,2803,2446,10076,2728,15406,16448,2774,9864,2168,2085,9150,2730,5779,2484,2484,6380,2247,2248,6939,2570,2213,7655,2293,2526,7663,2363,2411,9025,2048,1889,8421,2571,1923,3850,2571,9552,7622,2482,6017,2373,2645,4855,7464,2686,7664,10231,2524,6303,2323,2573,10027,2650,9670,2201,3371,14529,2004,2045,5260,2886,7424,5493,5973,17976,3089,5542,7905,2202,5377,2133,13876,12156,2252,4851,2131,3204,5254,2371,4092,18652,2407,9919,2244,2328,6338,2448,2448,9063,2968,12796,11761,17856,2281,13041,2973,9023,9751,20425,5257,2121,11676,2450,2200,4977,2131,2080,4734,3655,2168,3769,3768,2128,3295,5655,2209,6257,2445,2768,9469,2446,4297,4939,1963,2886,1966,2569,4006,2216,2043,6054,2409,2969,3213,2283,3407,2735,2121,6702,5503,2245,4014,2407,2164,3768,2448,2167,4339,2562,2288,4337,2364,2361,3779,2725,2289,5972,2246,2369,5101,2082,2004,2852,2049,2602,5784,2399,2456,3610,2603,2366,4939,2807,2045,6504,2319,2251,5500,4449,2334,4205,2093,3329,4209,2289,6576,2248,2283,4262,2245,2280,2454,2005,2166,2808,2322,2607,2736,3012,2402,2967,2690,2406,8064,2329,10433,16452,2360,11997,2165,2207,4736,9347,3213,13477,2448,2689,4497,2008,2042,3656,2522,3166,9077,2679,3699,2409,2243,3007,2201,2616,4366,2696,1966,6737,3453,2447,2522,2053,2168,4765,2168,2414,6943,2325,2280,2164,4736,2410,4700,2079,2214,3805,2410,11760,2605,2202,2775,2646,2811,4171,2929,2283,2332,2799,5061,5613,2608,5696,2289,2570,4734,2044,2089,1964,2293,2802,2087,3333,2489,3324,4172,2372,3973,4733,3009,3491,2285,3651,4293,2205,2283,3260,2440,2333,2481,2414,5448,2090,2653,3970,4049,2454,3041,2454,2643,4259,2403,2211,3688,2284,3534,4370,2371,12558,5178,2406,2445,2323,2534,3565,2373,2400,5619,2325,2976,11112,2965,5178,8344,2092,5488,2496,3361,8514,2326,4973,8383,5101,3686,2208,3613,4613,2446,3290,2768,6818,5736,2453,5328,5060,3291,6220,7859,2207,9316,3002,2087,9588,2689,2327,3173,3170,2121,6866,2563,2085,8385,2405,2129,5860,2166,2646,11521,2444,2529,12316,2568,2126,16131,2245,3325,4459,2364,7026,2407,3445,3736,2889,2846,6820,2525,2009,3454,2087,2564,3285,2458,4371,8865,7385,5409,5818,2448,3773,2168,2090,3805,2172,2323,5741,2088,3441,5181,2401,2096,2359,2215,2523,3213,2561,2055,8102,2046,2445,5496,2164,3210,5296,2047,3735,4695,2446,3850,2326,2052,3368,2926,5821,4773,2407,4216,2164,2408,2042,2044,2766,2450,2206,2572,3128,2443,3092,4011,2090,2088,2408,3128,2605,2208,2087,2051,2243,2282,2415,7901,3524,8907,5819,3332,3015,16972,2319,11955,2529,10469,8873,2246,21504,3654,2043,2129,2369,2839,4702,2847,2884,2251,2885,2567,3256,2486,3729,2856,2121,2241,2292,2242,2695,2726,2204,2454,4809,2410,2892,2004,2367,2243,6340,2644,2166,6105,2727,2846,2655,2119,1887,2085,2006,3211,4576,3289,2167,5777,5457,3206,4535,2373,2845,2851,3002,2411,2490,6218,2371,4290,2609,2005,7619,5260,2288,4936,2285,2088,4368,4414,2566,4015,2245,2365,7547,3210,2446,3731,2370,2209,5652,3014,2127,2120,2171,6092,2694,1928,2241,4814,3254,7097,2368,2771,3572,4253,2278,2573,2131,6129,7264,7706,5699,2081,2489,3247,2253,2245,2410,2601,2253,2524,1933,2160,8065,2250,2325,9748,2653,1959,2889,2288,2329,2289,2721,2656,2729,2364,2407,3808,2289,5093,5584,2201,2566,2808,2089,3572,4570,3415,3131,2321,5337,9269,2609,4174,3971,2606,2411,3411,1923,2252,4563,3297,2210,2163,3208,7461,3288,2093,5450,5138,2323,1973,2682,2689,3010,3895,4655,2530,2845,1969,5207,2250,2288,5772,2974,2170,4172,2366,2564,3093,2204,3934,2365,2131,3768,3095,2443,3613,3725,2369,4533,5021,2444,2764,4620,3290,5980,2563,9747,7181,6300,4732,2133,3527,2570,2567,9432,2680,2569,19862,2091,5012,4138,2441,11478,2883,2616,6494,2606,2530,10713,2325,3652,13277,2969,2447,9671,2174,2041,2849,2486,2208,9226,2689,2611,6817,2364,2691,5056,2769,2324,2534,2399,2417,4366,2045,2415,6257,6737,2210,6693,2811,2411,11389,2214,5167,7187,2285,13083,2286,2282,14533,2166,16322,2775,6812,6224,3326,13603,2488,2161,6065,2130,2046,9422,4734,2288,4700,3167,2363,8547,2209,2972,5051,2208,2685,3414,2771,2958,3058,2129,2401,3376,2123,2929,6299,2161,2049,1924,2848,2173,4691,2324,2249,3774,2361,2175,3689,2367,2247,3413,2524,3765,4415,2135,2159,6183,2806,2485,2370,2367,2567,2129,2367,3012,2286,2684,4212,2568,2008,6260,3807,10350,2811,2653,2963,2374,2563,3330,2128,2322,2286,2096,2318,2936,3209,2362,2171,2121,2128,3090,8627,2361,9515,2046,2282,7266,2446,2213,2198,2610,2976,2205,2242,3094,2646,2407,4090,2167,2168,5339,3244,7510,2438,5819,2889,2333,3687,2323,3572,2447,2213,5009,3775,2565,8271,5257,2241,1928,2487,14604,2844,2728,2689,2287,2328,3653,2406,2173,2929,4285,2205,3695,2409,2566,2162,1968,2287,2010,4331,2085,2044,3819,2521,2169,2331,2246,2411,3002,2768,2170,3411,2247,2042,2125,2011,1962,2293,2206,2123,3970,2211,1926,4453,3893,3846,4493,1932,4292,4210,3692,4933,3130,2607,2373,3648,2210,6741,2925,2604,4858,2406,2088,3814,5328,2606,2534,2083,3696,2649,2247,2280,4338,2489,2801,2527,2090,1967,3692,2688,2085,3053,2084,2051,3689,3605,2173,2440,2048,2208,3250,2406,2492,4051,2129,2202,3892,2244,2126,2126,2129,2085,4139,2643,2091,2367,2162,2127,2487,2968,2132,2767,3045,2171,2449,2521,4971,2249,2333,2200,2247,2089,4453,2125,2246,2246,2334,2606,3129,2204,2086,2608,2088,5456,2291,3410,2646,2490,2120,3255,2330,3526,2489,2123,2090,4417,2199,3371,2606,2133,3606,4096,2245,2490,3127,2167,3131,2405,2244,3771,2253,2444,3212,2603,3734,3010,2123,3049,3614,3328,11681,14043,2567,5377,2327,3045,2568,2203,2125,3935,2365,2774,2123,2165,5342,6140,3006,3044,2415,2124,5939,2246,2084,3048,2246,1931,3090,2127,2405,4333,2205,3847,3331,6982,6899,3334,2445,4137,2687,2886,1606,2605,2689,2366,2165,4098,1964,2930,2571,2446,3408,4899,2761,2811,2372,2765,3328,3375,2728,2200,2326,2289,2447,2493,2046,2329,2647,3008,1884,5491,4822,3245,10035,4769,2735,5173,2085,2124,4015,2251,2281,5134,2413,2007,2122,2565,2407,2131,3089,2726,3169,2484,2489,2369,5421,2161,2607,3653,4693,2010,2329,3490,2607,2285,5659,2490,1846,2728,2158,17782,11588,16495,26434,2972,7063,12672,3413,2373,7176,2125,2013,2642,2286,2688,1934,3121,2254,2282,1925,2131,2923,2453,2364,2046,2926,2015,2119,2169,2210,2085,2087,3725,3257,3805,3809,2334,2287,2442,3617,2282,2372,2287,2408,2041,2250,2890,2242,2533,7981,2766,4416,6701,2527,3171,3447,4011,3450,2929,2486,2291,2848,2286,2090,2122,2374,2641,3453,5260,2280,2246,2531,2762,3938,2851,2803,2449,2164,2816,10668,2284,4454,2606,5663,2884,2131,2486,2490,1843,4168,3457,2890,3195,5065,2695,3000,6828,2765,5053,2925,2369,2731,3207,4057,2808,3329,2693,3691,2484,2281,2294,2329,2484,2763,2931,2293,3040,2805,2537,2572,2759,2376,3490,2645,2284,6266,2927,4768,2766,2695,2412,2485,2047,2082,2169,1968,2122,2008,1926,1961,2977,2522,2330,2963,2135,2039,2327,2409,2327,3285,4417,2170,3849,2442,2168,2331,2086,1928,2802,3413,3097,5853,2604,2167,3618,2283,2123,3330,2014,2084,2161,4535,2293,7097,3087,2131,7541,2928,2572,4046,4010,3296,2562,3779,2286,32576,19406,3141,45857,2446,14489,20663,3207,9063,2970,3015,5089,2568,2295,3852,2559,2052,2808,4531,2648,2404,7109,2521,5456,2888,2206,3981,2321,2571,2768,2167,2044,4095,2242,6742,21266,2247,8911,3809,4493,5015,2405,5940,2166,4086,3296,3492,3044,6062,4536,2884,8266,4292,2006,8585,8107,3768,8470,3691,10430,10436,4606,5824,2401,2090,4050,2408,2568,3527,2335,5051,6983,2246,2207,7779,2487,2247,3855,2730,3005,2453,2445,5622,6177,2163,6658,5501,2930,5327,2251,2124,3568,3418,15409,12193,10588,2171,2167,3168,2723,3290,4616,2611,6618,2655,1999,5099,2682,2135,3044,1972,2198,2693,2165,2083,2896,2167,2200,4615,2290,2364,4135,2407,7142,3607,2366,2454,4125,3858,3453,2401,2443,10680,2604,6503,2208,2523,1927,2410,2886,3654,2608,3085,2490,2209,9504,2850,2283,11557,4293,2089,2564,2409,5977,2172,2968,11114,2527,9427,2211,2086,4526,2653,2162,3251,3969,4780,2646,2206,6623,2484,2211,8066,2201,2169,3128,2328,4010,3858,2763,2207,2565,2211,4053,2083,2091,2725,2570,2366,3409,3007,2212,2404,2687,2880,3585,2158,4099,2209,2682,2173,2037,2247,3330,2972,2492,2045,2247,2600,2133,2207,2408,2484,3336,2963,3293,2524,4820,2201,2048,7256,2293,6378,2444,2135,2006,2086,2281,2092,2125,2682,4940,2890,2204,4297,3761,2214,4770,2444,3452,24595,22431,13160,2488,2410,5454,2442,2170,5335,2730,2805,6819,2411,2410,3490,2889,2322,3170,2568,2135,3564,3406,2452,3895,2483,2168,3330,2253,2240,2448,3656,2525,2244,2767,2535,5090,3130,2126,3168,2294,2126,2564,2652,2118,5265,2525,2123,4298,2365,2169,3242,2892,2209,3647,2286,2286,5342,3005,4259,3765,2686,4177,4016,2201,2890,2403,2935,2359,2611,2206,2770,2532,3126,3450,2646,2569,5098,3370,2565,3568,2369,2410,3131,2487,2282,2534,1880,2892,3172,2645,2210,4814,2566,3446,4577,2848,5702,4448,2169,2125,2089,2086,2523,2930,3856,3170,2885,2369,2563,2135,4164,6258,4823,4087,3615,2164,3772,2887,4774,2047,2011,2159,2011,2526,2435,2497,2166,3699,2282,2929,19302,11955,7860,2806,2854,2809,3608,2485,10597,2525,6897,3089,2735,7784,2807,2444,3692,3489,2969,8183,6145,2281,4612,2894,2533,2359,2487,2173,3689,2247,2207,4047,2174,2120,10355,6460,4128,4218,2804,3335,2162,2412,3610,3322,2207,2495,3251,3246,4174,3409,2286,3010,3611,2489,2248,2767,2567,2446,2447,4018,2246,2566,3251,2561,2486,4978,2528,2166,2454,2845,2685,2328,2604,2210,2212,2640,2453,5298,2402,4339,2682,3134,2120,2011,1968,3242,2530,2170,3607,2327,2125,3892,2569,2092,5775,2852,3049,2002,3169,2490,1923,2331,2282,2572,2963,2128,2326,5501,2209,2248,3243,2206,2211,4136,2720,1893,2039,2567,3572,2808,2335,2441,2129,2125,5901,6415,2206,4454,2287,3608,3133,2484,2092,5495,2291,2524,2406,2206,4328,2408,2413,3051,2128,2643,2771,2045,6655,5021,2086,3653,7623,2486,2363,2292,2445,3854,2322,2335,5167,4536,2810,6421,3009,8741,6904,2649,92159,2246,8426,8980,3057,5537,2447,2329,3289,2119,2529,3011,2610,2769,4050,2162,6259,8509,2211,2443,7263,2484,2294,2087,2162,2245,2772,2283,3852,2291,2850,6816,2526,2131,7578,2525,2372,2851,2164,2493,3524,3052,2770,2565,2291,2359,8193,1726,4726,5979,2214,3364,2164,2093,2568,2764,2372,3527,2163,2095,5895,2329,2122,4811,2328,2173,2926,2325,2128,3329,6946,2563,15008,2610,6895,2246,2251,10956,2398,2167,22751,2766,12363,11469,2450,23106,2449,3214,2087,2608,4976,2602,3773,4690,7742,18463,3332,2280,13806,2405,4855,24509,2653,2125,10072,2369,12480,14360,2967,4939,4166,2132,4295,4173,2446,7984,2330,3040,8911,2370,2164,4293,2244,3367,4457,2213,2566,4252,2329,2123,12635,3251,2325,4575,2094,2319,3970,2657,2965,4891,2173,2168,5970,5981,2367,5779,2005,2005,3535,2125,2810,2166,2479,8672,2127,2042,5703,2240,2174,7896,2406,2456,5896,2208,2207,11034,3082,2729,9830,2090,2322,2014,2283,2570,6782,2245,2486,15043,4610,2456,5611,2691,2089,4846,5826,2520,2891,2450,9671,3284,2486,9313,2291,2325,4210,2325,2132,5251,2247,2324,4939,2006,2089,5699,7580,2210,4333,2363,2124,3413,2845,2255,5408,2094,2084,6901,2567,19340,9550,2327,3287,2331,2127,5894,2329,2279,4179,2127,2688,5130,2212,2204,2164,3017,2126,3003,2085,2092,3928,2244,5620,3128,2090,3646,2253,2323,4297,2160,2171,3775,2201,2327,5775,2412,5896,9989,5060,7257,2610,2050,2605,2242,3132,5576,2327,7185,3567,10514,6500,2245,2171,2247,2082,3851,2448,6616,2406,2292,3412,2609,2765,9267,2610,2247,2642,3218,2402,2251,3607,2206,2046,9515,2645,2201,6269,2240,2333,3885,2491,3848,3815,2290,2404,5613,3334,2288,6618,2449,2445,3897,2324,3252,2724,2370,6176,3536,2804,2684,2812,2483,4377,2211,2965,3330,2405,3334,2648,2409,5934,5617,3287,19625,4889,5746,8302,10072,10388,6459,2170,3364,2166,2134,6899,3250,2208,7856,2287,2573,4899,3204,2889,2803,2209,1970,4330,2290,2483,3570,2087,2172,5017,2609,2164,4650,2694,2199,7665,2568,2529,5537,2202,2294,3770,2323,2810,6019,2089,5368,12078,2848,9231,2529,3848,3212,2529,5137,5855,2284,4500,8741,8626,2289,5253,4620,3090,7540,4931,6383,6419,2846,5454,2370,4654,4818,3250,8184,2725,12199,2412,2561,3457,3204,2925,7309,2041,2249,7864,2284,2128,7944,2528,7789,2443,2246,9552,2564,2167,5013,2127,4778,4854,2403,5779,2252,2088,4007,2966,2806,3579,2089,2640,3172,2285,3731,3980,2568,2645,2723,2332,5215,2644,2612,7621,2007,2004,4736,2163,3131,3369,2772,2486,4215,3172,28602,6943,2489,6975,2648,6779,2772,2322,18741,2406,5696,2288,2453,2965,2169,2163,8907,2088,2004,2047,2288,2167,10389,3292,3933,2167,2127,3886,2569,2769,9710,2448,4451,12317,3333,3367,1971,2042,3173,2330,2203,3926,8509,2213,2925,5372,2851,1971,2086,3528,2768,2610,3041,2610,2528,2893,2244,2606,7707,2127,2320,10880,2405,2412,3089,2484,2808,5939,2246,2603,5985,2120,2174,5417,6736,3732,3291,2322,5259,2444,2368,2294,2608,2527,5736,2043,5291,8068,2727,3251,2245,2087,3298,2083,2088,2084,3854,2079,17054,2926,7023,2814,2200,2811,2849,3646,3619,2080,2654,2684,2091,3565,5263,2442,4052,2408,4730,7067,2281,2569,4181,2608,2245,3045,3129,2085,3858,2963,2407,3010,2572,8381,4855,3050,10029,3051,6017,4697,2369,3884,2692,2608,4816,2242,2012,3244,2210,2043,2571,1923,2047,2729,2129,2964,3531,2365,2092,4131,2287,5296,2050,2040,3177,2323,2846,12116,2447,8423,4622,2281,4575,2368,2130,7180,2250,2720,6022,2447,2125,3092,3650,2445,5579,2168,2171,5088,2165,6339,7022,2325,4737,2248,2207,2051,3369,2117,14213,2127,2047,2082,2367,2205,2446,2327,4212,12881,6657,2212,4647,5783,2205,3814,2410,3686,6335,2327,8072,2642,3135,3449,2205,2089,5659,2485,2448,3525,2169,2126,18340,3648,6254,2335,2484,4096,2245,2403,3653,2244,2252,12273,2605,2489,17294,2571,9069,2166,2201,13322,3975,10192,7261,2603,8344,4013,2165,7909,2011,8698,2088,2127,4899,2366,3485,6302,2405,2734,2681,2445,3050,10960,2405,6257,2527,2371,2682,2496,2520,3695,2450,2364,2483,2177,2239,2645,2570,2166,4213,2128,3087,5145,5648,3258,3648,2370,2604,1969,2242,1963,3176,2568,2124,3170,3334,2207,2319,5420,2171,2726,7419,2210,2247,3964,2168,3137,7453,2215,2087,2242,2446,5336,4533,2373,2284,2368,2090,2970,2244,2483,3894,2483,3090,4981,2204,2529,9104,5022,2287,3210,2444,2447,5941,2524,2082,3970,2217,2286,4089,2404,7466,4692,2652,2846,2284,2367,4616,2169,2325,3452,2285,2211,3086,4813,2405,5334,2890,2451,3010,3650,2212,8060,2011,2647,13513,2414,5412,4290,2414,2844,2045,2052,2081,2133,2087,1962,2367,2087,2003,2092,3090,2284,2606,5979,4489,2330,6900,4659,3604,2813,2371,2206,2640,2488,2897,5932,2525,2249,2165,2088,2686,3572,2133,2160,2367,2527,2607,4292,2488,2012,2085,1970,2166,3888,3690,2166,4696,2567,2209,7696,2651,2208,4331,2849,2332,5051,2209,2647,9390,2690,2322,4774,2491,2403,4898,2207,2526,2926,2370,2445,2491,2123,3172,3293,7140,2403,2328,6624,2283,2527,2294,2199,2247,3495,2242,2448,4292,2210,2130,2687,2048,2127,5288,2367,1972,3926,2409,2164,3740,2520,2212,4175,2121,2611,4331,2285,2886,6106,2280,2447,2210,2011,2205,3928,2129,2243,3010,4690,2294,3853,2884,2647,2129,2884,2492,2007,5615,2008,2327,6176,4734,2447,2894,4808,2209,4694,5453,2330,9748,2493,2242,4218,4894,2170,3281,2209,2293,3884,2292,2324,2486,2088,2726,2489,2692,2086,4129,2253,2044,3008,4693,2125,2128,5534,2775,2359,3852,2531,5377,4695,2279,6185,3012,2121,5498,2808,2605,7788,2648,2930,3529,3605,12688,2644,3810,2489,2166,6704,2360,2253,4212,2365,2327,2247,2491,2238,5502,3125,2373,7215,4900,2211,3327,4971,2287,3896,2205,2171,3247,4931,2367,6422,5693,2448,5260,4532,2492,6219,2243,2364,2054,2082,2605,3295,2204,2128,2081,2006,3012,3253,2288,2280,6300,2491,2249,3167,2730,2246,4568,2968,2412,6377,2125,2531,3614,2446,8382,7465,2483,5863,2445,2202,5746,6895,2244,9794,2487,2413,9062,2692,2287,6138,2443,1928,4412,3929,2135,9789,6978,2523,5744,2366,2081,3858,2166,2521,7745,2366,2049,6138,2090,2042,4253,2405,2095,5129,8989,3771,18818,2801,2007,4255,3450,2812,3811,3007,2492,8740,2412,4978,3445,2331,4294,2241,2252,3044,4896,2607,6382,2202,2451,7176,2654,2091,4090,2286,2202,3213,2686,2611,3651,2244,2132,11146,1933,2282,13359,2287,5139,2842,2336,3364,2171,2045,2291,2359,2009,2252,2203,2246,3166,4812,6389,2367,3804,2172,3486,3769,2409,2327,2892,2244,3050,2324,2653,2445,7943,2046,2367,16694,2288,1968,10591,2049,2163,5897,2241,3059,5094,2409,12910,8233,2560,3491,2334,2125,3652,2243,2446,3055,2725,2365,3893,2251,2760,5622,2288,2167,7418,2052,2849,2728,2681,5936,2489,2214,2080,2248,2450,5818,2482,2295,3360,4860,2089,4252,2328,3246,9070,2323,7750,2560,2089,4090,2284,4460,3929,2372,2968,4889,2368,5860,2406,1968,8139,2449,2133,3974,2287,2599,4497,2252,2120,4936,2446,2614,9140,10071,2173,4928,2365,6188,16203,2133,5654,2446,2452,4488,4292,7461,4732,2327,4414,2530,2131,3003,2249,2967,5464,2366,2604,14201,2772,2365,6136,2289,2331,4331,2205,3849,2735,2405,2131,5849,4415,2288,2129,2249,2481,5736,2048,2969,3657,2124,2324,2371,2281,2092,2442,2213,2402,3569,2367,2212,4213,4171,2048,5897,2048,2690,4003,3094,2086,3091,2209,2041,2208,2481,2131,5376,2330,2244,5616,2372,2569,3731,2280,2406,2451,2689,2525,2529,2366,2127,7665,2083,2293,3646,7667,3887,3169,3133,2131,2447,2403,2530,2161,1892,1965,1968,2441,6425,2285,2082,3367,2368,2095,2240,2215,2526,2649,2484,2330,2402,2326,2208,2651,2163,1968,7698,2370,2531,5497,2321,2295,3890,2281,2246,3895,2085,2173,4050,2328,2481,3856,3931,2131,11954,2887,2245,6621,2292,4405,5901,2408,9543,18059,6743,7299,5453,11757,13283,6336,9632,9547,2534,2362,5701,2165,2126,3050,4852,2251,4935,4531,2209,10230,2122,2052,8340,2406,4935,3052,2050,3326,2444,6020,2812,2245,8225,2451,2600,7469,2440,2772,3131,1641,2727,7868,2321,2089,4332,2050,2051,7336,2010,7138,2092,2203,6419,2523,9310,7742,3851,5939,2294,3081,4775,2287,5179,2411,2404,9867,2728,2291,7341,2167,2129,2926,2082,2088,4091,2211,7621,7380,2408,5541,2209,4485,2008,1971,4649,3215,2559,2972,2045,2173,3046,4051,2531,7303,6817,2489,3733,2047,2085,2727,2088,2924,4812,4858,2328,5056,5902,2282,6176,4654,2210,3727,4901,2405,4892,2607,2214,13554,2170,2125,6185,7335,2445,4941,2723,2694,6580,2402,2131,4814,5214,10510,11592,5861,2529,4896,3010,2087,9788,2322,2249,11515,2249,7343,4729,2691,3566,3695,2525,9311,2725,2285,8795,3249,4529,2412,2442,4101,2765,2161,3331,2491,2200,9112,2614,2447,5972,2167,2084,4895,2333,1963,4331,2165,2247,7222,2534,2122,8022,2451,2368,4577,2645,2083,6781,2608,2886,4013,2291,6902,2363,2369,6618,2492,2087,3565,2127,2005,3534,2328,2321,4900,2368,2164,2604,4057,2410,3966,2014,3528,5138,2963,3049,2132,2080,4620,2201,2210,3372,2244,5299,10306,2688,8745,2286,2252,4615,2768,2248,5052,2607,2646,3455,2362,2973,8864,2171,2250,9785,2407,3364,4496,8551,14201,1930,4889,2129,2124,2653,2087,2325,5571,2247,6427,2200,2170,3531,3772,2526,3929,2452,2168,5372,2410,2364,2129,2367,2243,8064,2285,2608,9311,2049,3129,2326,2404,3899,2244,2368,2926,2130,2246,5854,2288,2083,3852,2492,2363,2896,3167,2163,3491,2086,2164,2053,2808,2402,3053,4330,2283,7226,2654,3083,5457,2044,2129,4012,2131,2286,2444,2012,4084,3856,2844,7786,2368,2412,5575,3769,2248,2360,2295,2566,7986,2561,2654,5333,2808,2488,4092,2204,2852,7461,2571,2611,5852,2207,2208,4132,2165,2127,3815,2725,2246,7787,2610,2443,6819,2371,2246,4529,7430,2365,5898,5096,2607,7698,2686,2288,8909,2247,2449,5856,2167,2130,6298,5813,2613,6977,2286,2211,6018,2521,2054,5013,4894,2369,6056,2489,6380,2408,2204,24275,2365,2410,7256,3012,13121,6824,2403,5902,2728,2801,6348,2203,2290,6612,4778,2331,3727,9390,2450,8698,2253,2161,3934,2248,2249,7503,3126,2131,3725,2727,2850,8589,2366,2370,5494,2806,2133,4207,2091,2321,3650,2009,2127,4615,2289,3124,3653,2412,4253,3120,2409,6377,3335,3489,2807,2210,2932,2400,2250,2330,4533,2202,2449,4017,2481,3013,2124,2404,2208,4215,2168,2127,4056,2004,3768,2774,2085,2646,3493,2849,2406,2764,2614,11952,2202,2492,4257,2246,2121,3897,2243,2051,4132,2165,2208,2729,2279,2134,2281,3769,2054,3244,2164,2125,2131,2972,2528,2488,3689,2289,2926,7501,2406,1971,6138,2370,1880,2287,2243,2409,2730,2244,2048,2366,3375,3565,2530,2694,4567,1853,2279,5063,3927,2364,2090,2404,2333,2602,2209,3569,3736,4811,2448,4771,2452,1966,6058,2852,2406,7981,2728,2368,2566,3087,2249,2162,2454,5093,5854,2128,3418,2804,2563,5260,2564,2173,2848,2448,2248,2200,2490,2130,2167,2324,3975,6374,2252,4007,2243,2175,4332,2127,2159,2293,3486,2454,3607,4212,2091,4970,4773,2413,4769,2050,2450,4768,2053,1965,2124,2564,2528,2206,2250,2205,6262,3526,2568,4377,2289,2367,2200,2172,2480,2331,2209,2123,3017,2724,2844,3056,2322,3491,2165,2334,5335,2483,2246,7744,2087,2085,2452,1764,2008,2167,2281,2455,2606,2485,2607,2168,2166,2083,2204,2177,2403,5939,4973,2285,2173,5088,2893,2245,3211,2283,2413,1760,3176,1999,2128,2253,10229,7219,2491,5250,2535,2361,3215,2360,2372,2164,2529,2326,3855,2648,5418,6576,2126,4095,2281,2655,3407,2288,2287,3125,2725,2217,2359,2573,4888,3933,2449,2491,2328,2168,2520,3293,2210,2760,2894,2088,2127,2841,2167,2454,2521,1973,2767,2807,2887,2087,2008,4452,2325,2091,4449,3653,2849,8425,2405,2133,8146,2284,2284,10108,2489,3253,6818,2323,2333,4457,2404,2441,7189,2850,2245,2887,2407,2284,6706,2244,2324,4894,2696,2246,2200,2246,2053,2281,2371,2084,2408,2402,2136,2278,2490,1974,1964,3244,3095,2288,2045,2325,1926,2089,2366,2770,2843,2093,2358,7143,5014,2129,5135,2848,2690,3774,2604,1845,3210,3053,1966,3328,9184,2286,8107,2447,2484,7186,2370,4172,6535,2294,3650,3042,10801,11152,2363,4016,2162,5536,5743,2568,5655,2211,2359,4415,5174,2167,5092,4220,2207,2284,2003,2087,3856,3974,2361,4538,2646,2050,6049,5386,3120,5184,2125,2532,2243,1963,2648,1969,1926,2003,2289,2046,2451,2883,2771,2447,2727,5134,3054,2203,4533,2411,2445,5333,1925,2450,3252,2047,1968,2245,2445,2205,2291,3010,2201,2491,2170,3849,1925,2003,4134,2408,2049,7334,7829,3533,8617,4100,2249,2927,2892,2197,3532,2854,2967,6336,2126,2009,4258,2402,2522,8072,2525,2933,3408,2927,2291,2366,2321,2326,4463,2239,2086,3694,2286,2205,4301,2246,2403,9313,2643,3849,2371,2128,2606,4375,2443,7304,2886,4380,2440,2245,2615,2361,2090,3370,4731,2250,3491,2447,2212,4565,2204,2252,3653,2084,2287,5897,2773,3327,2804,2612,2809,2564,2046,2173,2164,2933,5773,2167,2241,3815,2932,2727,4894,2564,3293,4614,2093,4364,1972,2442,2814,4728,2254,6295,6985,3606,4653,2093,2769,2888,2043,2008,2767,2322,2254,2641,2532,6214,2616,1918,3771,2134,2042,3650,4815,2051,3564,5342,2402,3569,2211,2323,13401,5220,4933,6659,3328,2490,2088,3126,2328,2133,2566,4286,5221,10034,6458,2962,4017,4293,2246,2289,2164,2571,2965,2611,13315,32415,3941,73453,2454,5734,1966,2047,2164,2051,2249,2438,2209,4613,2727,2208,2205,2254,2488,2849,2481,2047,2453,2570,2285,2202,3292,2288,3287,3369,2168,2844,4859,2612,4086,2170,2122,5504,2443,4092,2208,2165,5983,2481,2213,4131,2328,2280,2007,2565,2247,4899,3292,2649,2322,2250,1768,2326,2206,3845,2408,2133,3887,2252,2890,3245,2568,2211,3369,2200,2495,2245,2002,2254,2964,3294,2329,5328,2212,2565,5781,2207,2446,6097,2683,2291,2406,2766,1934,2642,2089,2006,2323,2289,2848,9310,5059,2849,4250,2562,2126,2448,2287,3053,2689,2241,2127,2808,2611,3009,3334,2447,2240,5783,2646,2209,6179,2764,2174,2562,2211,2280,4136,2291,2161,4735,10749,13564,2406,2091,5854,2206,2047,4174,3209,3527,2331,2283,13650,2280,8103,6660,3813,4337,2322,4896,10953,2247,11754,3819,2808,2288,3000,3175,6460,12795,2246,7627,2244,2362,2297,2319,2375,2080,2609,2927,2607,2329,2086,3453,4659,3684,2328,2362,2211,2164,2409,2131,3528,2445,2168,2446,2374,2082,3207,2734,3007,5255,2564,4933,6384,2484,3700,4171,1965,1968,1960,1890,2126,2964,2291,3404,3942,2360,4740,3324,2249,4813,2133,3488,4167,2166,2810,2009,2000,2415,2809,2604,2164,2049,2324,2174,2124,2046,3011,2890,2361,2449,6582,3248,3573,2727,2646,8146,3130,2605,2130,2362,2132,3648,2491,2565,4370,2453,2125,3331,2045,2089,3084,3012,9189,8668,2567,2885,2203,2408,3731,2170,2204,4656,2163,2576,3286,2284,1891,2400,2007,2210,2250,2043,3408,2329,3452,4736,2359,13001,2406,2769,15367,2527,6027,2238,2405,1971,2966,2895,3648,2245,2126,3016,2880,2327,2930,2857,2799,8946,2494,2480,7947,2370,3409,2768,3130,2527,2773,6014,2647,3736,2761,2410,2170,3208,6700,2605,6022,5817,2410,6694,2889,2375,2527,2358,2333,3768,2411,2762,2492,2331,2524,3731,2090,2559,5904,2763,2086,3290,2613,2484,7711,2080,1928,4814,2243,2207,9998,2487,2081,3253,2167,2563,7700,2216,3082,9555,2323,5900,4295,3243,2537,2166,5370,6820,2529,5218,2801,2894,8582,2375,1960,3291,2804,3293,2327,2047,9469,2450,3013,2156,2291,2127,2325,2770,2488,3775,2448,4491,2489,2287,2924,4693,2168,4014,2169,2243,3372,2043,2612,3405,2890,2688,3732,2370,4089,3854,2128,5738,5894,2413,2640,2325,2054,4454,2121,2013,2685,2727,4127,3135,2604,2574,3085,3216,2204,4692,2653,4252,5810,2613,5537,2288,2324,3977,2206,2159,3616,4290,2929,4295,1761,2047,2089,2368,2010,4884,2731,2130,2168,9023,2289,2732,2401,2206,2164,4373,4136,2330,9829,2444,2327,3816,2767,2210,3367,2408,2648,2928,2166,3287,7347,3731,2122,17498,2322,2287,9757,3684,2372,5818,2967,2244,12400,2405,2085,9068,2972,2404,3690,2771,3855,5653,2165,6140,2289,2087,3528,4777,2401,3092,2811,2171,3724,2204,2573,2329,2881,2292,2565,2533,4808,3855,2893,2521,2052,2162,2815,2768,5171,3087,2527,2451,2446,2291,4052,2202,2374,2881,8192,2602,3574,8583,2204,4615,2687,2330,3013,2043,2287,2168,3252,2125,2683,2495,2641,4493,2645,3017,7741,2687,12595,5297,10437,2480,2292,2449,3847,2653,2407,3046,2648,2449,26240,2250,3685,4413,1888,7420,2167,2170,5532,2688,2524,11040,3164,3011,7347,3127,2523,8232,2326,2886,5782,2244,2169,4567,8754,2882,8028,4089,2294,3089,2167,2163,3613,2128,2321,2284,2574,3935,4972,8424,6983,3845,2253,2289,2721,4420,2483,2853,2365,2205,8582,4381,3847,5015,2849,2009,2487,2366,4697,2163,2125,2253,2322,2565,4093,2090,7059,7342,2607,4259,2402,2129,2369,2123,3937,3930,2686,10676,2405,2767,8905,2653,2119,2088,2049,2168,3763,2414,3368,3857,2397,2089,9592,1926,2167,5657,2090,2485,4255,2408,2683,5095,2845,5464,2405,12274,4617,2569,3251,2208,2081,4056,2320,2413,3648,2324,2495,4892,2609,2683,6146,8502,3612,2203,2047,2487,2047,2326,6019,2242,2210,3895,3408,2369,4573,2130,2087,2084,3290,2963,2454,4693,2408,2203,13205,2367,6012,2770,2003,3096,2326,2121,2251,2525,2087,2164,2892,2046,2051,3721,2251,5861,2286,2245,7466,2126,2046,4371,3654,2203,2325,2052,2648,2407,2441,7707,2328,2764,4416,2924,2170,4896,2612,2083,2846,2164,3014,3215,2841,2050,11917,2363,4860,2246,2560,6381,3451,3086,2573,1923,2329,2244,2176,2441,2848,3328,7548,3772,2247,4093,2402,2887,8953,2325,2204,3778,2127,2200,2367,1933,2321,3691,3496,2245,4248,2527,2126,4497,2169,2362,3572,2409,2291,4607,2087,3130,4775,2051,2517,2491,2251,2285,2167,2365,2013,2399,2132,2203,2251,2166,2083,3327,3288,2616,2283,13002,5055,4136,3723,2045,2054,2324,2448,2607,3175,2241,3571,6738,2404,5386,2528,2207,10230,2320,2170,5777,2809,8229,12637,2523,15730,2288,2247,5650,2252,2161,5938,2287,2490,6664,2325,2167,5774,4540,3483,2735,2883,2131,2724,2210,3366,2249,2530,2247,10351,2366,12679,3164,2008,2889,3287,2290,4218,2365,3896,2279,2332,2324,1926,2165,2094,2125,2080,3337,4809,2130,2085,4452,7021,8424,6340,5056,3688,2134,2440,3737,2161,2213,4331,2530,9585,3049,2931,4531,2409,2407,3692,2444,2208,3734,2242,2532,7457,2454,7463,4649,2448,6099,2326,2330,4166,2372,2130,3565,2251,2367,7142,2323,2287,2213,3440,2048,2010,2483,2251,3614,2082,2170,2121,2093,2124,4369,2285,2930,7100,2650,7222,7422,2293,3367,2124,2287,3852,2092,2248,3562,2566,2137,4011,2323,2091,4172,2283,2132,3922,2089,2087,4138,2725,2122,2689,7790,2121,3416,2641,2086,2569,2253,2602,3455,2444,5854,2214,2160,4537,2842,5665,2806,2132,3526,4335,2484,3569,2049,2412,4411,2083,2126,8305,2370,2167,3810,2281,2618,2206,2278,2336,2447,2362,2173,4725,12243,1721,3455,3885,2287,2451,2007,2327,3528,2008,2170,2360,2809,2055,2439,2375,2004,9783,11240,2246,4412,2129,2044,3809,2329,4215,3283,2969,2488,2172,2484,4580,2723,2366,3455,2521,2253,3406,2131,2684,2365,2249,2452,2485,2208,2408,3043,3295,9710,7585,2003,6452,2294,2526,2809,2401,3177,3088,2532,2285,2607,2890,3568,2762,2333,2242,2170,2372,2519,4219,2483,6067,2597,2891,2689,2486,2287,3652,2369,2811,2365,2125,2366,2776,2006,2082,2285,1964,2165,3572,3371,2129,1968,2126,2044,2010,2248,2047,2198,2013,2127,3087,5615,2485,7909,4250,4732,4742,2164,5574,6863,2325,5539,12797,2169,9386,2405,5136,2411,2366,2289,2521,2011,7139,2570,2166,23827,2175,2679,4900,2288,2442,5183,2566,2527,23391,2762,3693,4692,2330,6986,3209,3008,5409,2974,3051,2929,2328,7582,7979,5862,1968,5217,2160,8385,4978,2005,2446,4777,2367,6258,2170,2690,3169,2205,2481,6066,2287,3723,4616,2131,2565,3093,2045,3172,2960,2569,4782,2758,2132,4615,2683,2169,8310,2445,2209,4452,2925,2133,4774,6130,2251,2323,2616,2118,6343,2409,2287,2443,2406,2212,2409,2085,2169,3165,4575,3772,4247,2413,2488,5454,2330,3450,4693,2170,2520,3739,2119,2290,2211,2684,2964,5580,2125,3373,4172,2732,5617,3364,2014,3845,2733,2238,2015,2163,2172,2238,2048,2126,2524,3500,2208,2960,7150,3085,2406,4298,2199,2292,2488,2360,2088,2535,2006,2680,2971,2331,2001,2690,3450,5538,5738,2283,5261,2930,2604,2731,2206,2166,6500,6657,7667,2248,2326,10274,2804,3449,2050,1963,2089,2048,3444,3890,2173,2200,2093,2008,2481,2653,3288,7980,7544,8586,8944,6224,3452,5132,9270,7661,2527,6422,2771,8825,5129,2255,5494,5739,2603,8866,2131,2404,5456,3086,2412,7227,2326,3605,4814,2406,6379,2371,2285,15690,2650,4575,3729,2249,5011,4739,2243,4049,2053,2162,5659,3814,2364,3369,2808,2087,2805,2568,2573,4649,2051,2122,2205,3330,3330,3816,4172,3526,5620,3130,5864,3730,2200,3573,3087,2286,3853,2129,2051,3245,2291,2117,4981,2283,2445,6744,2488,5699,7218,7308,2441,2014,2127,2484,2247,4332,3372,2161,4094,4292,2085,2848,2328,2329,13277,2290,5778,7942,2291,8347,2844,2603,9151,11071,2858,11152,2364,2081,6624,2613,3042,21869,2529,2486,5055,2209,2363,5541,2168,2043,4175,2243,13683,7224,2486,8384,2605,2454,4248,2209,2846,4412,2174,2360,11400,2240,2365,6466,2327,2281,5663,2529,1925,6059,2401,12082,2686,3132,9505,2526,2046,11837,2328,2208,5019,5129,2293,9985,2492,2203,8826,2210,2281,4936,2247,2330,8063,2245,10075,2290,2602,10348,2768,2493,4609,2813,2569,10634,2279,8390,10471,2850,9064,2414,4484,4821,2366,6301,2481,11474,6901,2333,6219,2564,2206,6178,2126,2046,4379,2523,2092,6292,4781,2202,4171,2248,7060,4498,2084,7428,10140,2255,12189,2496,2165,2121,2211,2409,3246,1970,2078,5579,2815,2560,6025,2080,2009,3454,3050,8378,9877,2322,8229,2324,5617,4619,2959,4863,2368,2248,9867,2923,2408,11034,2249,12680,2248,2808,5296,2366,10067,7587,2321,11280,2200,2051,12680,9868,6742,5897,3126,5739,2452,2199,5821,2490,2403,2725,2256,3886,5381,2726,2202,3335,3324,2294,3083,3894,2252,2247,3731,2199,1972,4089,5061,2245,2238,2411,2208,9185,6298,2691,3329,5861,2646,2291,2085,2365,2247,2047,1926,3291,1520,2693,9390,4574,2600,6862,2049,2684,2411,2692,2325,2248,2526,2325,3729,2328,2204,9991,2615,3642,6861,2373,2166,3728,2129,2251,2324,2768,2726,3408,10918,2250,11992,2967,2210,2406,2325,2768,5695,3090,7430,9108,2239,11440,11433,4493,2166,2082,2250,7702,2605,2855,4132,2408,2601,2334,2409,2284,2206,2890,2321,2487,2333,2171,2479,2245,2097,3127,4129,2283,5943,2402,2286,5306,2767,2405,2207,2247,3205,3331,2332,2286,2201,2408,3893,5135,2693,2407,5131,2413,2007,5775,2285,7582,4852,2808,4058,2243,2330,3808,2167,2289,11760,2446,2359,6144,2330,2085,2047,2201,2131,3805,2171,2248,2160,2613,2171,4044,3137,2285,3850,3816,2005,3691,4283,2257,3925,2970,2450,6543,2525,2403,6303,2326,2684,4094,2647,3296,2440,3138,2164,2049,2602,3133,2250,2159,2326,3534,2928,2444,3253,2565,1970,2122,2491,2285,3012,2808,2682,2652,2370,2651,2923,2334,2322,2726,2334,2399,2969,2407,8392,4610,3174,2646,2084,2523,1966,2333,2483,2573,2285,3648,2052,2811,2079,3410,2373,4610,2286,2045,2294,2079,2576,2285,2128,2158,3378,4086,2489,3007,2333,2398,2167,2778,2404,2291,2084,2283,2092,2608,3482,4783,2359,3256,3809,2331,2683,3333,2290,2199,3009,2292,4409,2689,2249,2683,2091,2489,7016,2214,2201,3574,4894,2047,2607,2006,2525,2608,2894,2045,4087,2245,2287,3935,2364,2331,5581,2199,2214,2361,2733,2761,4419,2406,1885,2009,2241,2373,2081,2209,3252,2448,2489,2201,7300,6702,2605,5947,5088,2329,3453,2524,1972,5414,2568,2326,3569,2368,2202,6228,1965,2044,5573,4455,2331,3529,2884,2048,4976,2885,2415,3202,4380,2523,6337,2371,2452,8542,2966,4458,3890,2329,2366,2208,3773,1996,2210,4656,5380,2404,5736,5338,2364,5782,4410,3496,2440,3858,2201,1932,4487,3289,2328,6780,2936,11509,9311,2366,7140,2325,2170,5413,19747,3489,4890,3538,2321,4336,2169,4165,20422,4256,11994,9429,2367,2045,1970,2122,3491,2251,2204,5775,2170,3969,4095,2281,2250,2043,2295,6331,2170,2371,2207,4528,3136,2288,4494,2319,2415,2843,2168,2130,4566,2293,2369,4131,3690,2202,5615,3496,3411,3893,2286,2127,3246,2608,2285,8311,2367,2366,3612,2287,2366,6297,2411,2248,4486,2445,2498,4766,3008,2214,4692,3045,2646,5099,2210,2166,3652,2170,2359,3733,3010,5178,4735,2600,2855,4647,2249,5941,2209,2041,2128,2205,2091,2083,2730,2571,6292,2252,4855,2324,2168,3892,2525,2327,3730,2089,2091,2686,2088,2121,2128,6015,2448,2213,4174,2518,8633,4412,3452,7865,2965,2605,2047,2290,3330,2766,3489,2733,3846,2492,2284,3492,4576,2404,2291,6780,2689,2968,3653,2520,2327,3689,2618,3000,2409,2690,2012,8858,2366,2810,6743,2290,2642,2809,2129,2051,2882,2089,2049,2360,2572,13042,6212,2688,4377,2086,2163,2485,2256,2048,4364,2570,2444,5825,6335,2608,14971,2850,6338,5171,2402,4496,2208,2405,12080,3535,8783,2284,2013,3767,2366,2247,4056,2046,2482,2168,2889,8466,2365,2246,2529,2447,2525,2808,2458,2447,2843,2726,2133,4131,2402,2092,2644,3206,2489,3731,2015,2440,2330,2565,2652,3651,2566,2326,4535,2323,2164,2167,2447,2849,4658,2166,2127,4894,2849,2609,7347,3130,1965,9223,3208,2494,2360,2533,2722,2771,3005,2291,3414,7778,10437,2761,4942,2362,2208,4538,2086,2444,2768,2574,2046,4327,2249,3088,6014,3290,2650,3931,2249,1887,3727,2528,2127,4299,2725,2485,6022,2168,14885,7903,4167,3331,2495,2082,3772,3691,2251,2357,2492,5371,7828,2373,4050,4247,3333,2522,3693,5456,2251,2486,4213,2488,26919,6982,2733,4729,2246,2414,2280,3097,2684,7347,2764,3012,5091,2370,3090,2200,2692,9867,17056,2763,2249,5653,2773,2405,6387,2522,2131,4372,2367,2408,3490,6734,2376,18411,2686,2610,8864,2373,3209,2087,2362,2768,9474,5611,11757,4619,2084,2167,2691,2317,2133,3485,2291,2125,2724,2454,5335,2402,2214,3127,2767,5016,6502,2362,2575,2206,2162,2247,2404,2252,2767,2171,3365,2365,2770,6862,2286,2444,3578,2243,2487,3648,3812,2135,2486,2328,2201,2170,2439,2416,3209,2167,4250,6737,2214,6854,2850,2085,3131,2408,3814,3967,2529,2090,2123,2046,2207,4735,2409,4254,2123,2490,2248,2964,2526,5062,2244,3849,3369,2411,2124,3332,2409,3011,3166,2207,2123,3016,2166,2244,2850,2250,1965,5369,2736,6781,4210,2403,5539,4738,3247,2804,3008,2170,8104,2370,2528,5653,2608,13726,2528,5136,5850,2335,5530,8709,15691,15279,8031,7136,13598,5099,19380,7947,5538,6293,16974,14484,9426,9548,23959,6573,4534,4374,3735,2000,8470,2609,7743,6255,2168,2684,3054,2323,12035,13443,13723,18172,15406,3297,2681,16854,2531,2160,11876,2489,2203,13363,2488,2048,4371,2046,2006,4415,2892,2321,13361,7066,16810,3007,2331,5459,2038,2126,2729,2133,2165,3850,4853,3089,4336,3332,4447,5018,2968,3209,2969,5492,2692,2288,5459,3813,2442,2451,2090,7501,2442,2454,3449,2488,3086,5013,2287,2047,2731,2281,2209,2971,2205,2447,2448,2327,3330,5138,2723,2571,4499,2840,2054,2244,1968,2166,2448,2480,2774,2285,2846,2448,2484,2577,2204,3569,4731,2852,2849,3409,2170,3209,2728,2161,2570,2049,2369,1927,2919,2892,2088,2606,2291,2931,4246,2290,2687,2248,2005,2730,2652,2564,2326,2242,2486,3019,1685,2205,2124,2207,2122,2047,2092,3291,2807,2203,2565,2173,2159,2208,2136,2203,2729,2401,2136,2157,2096,2119,2412,2160,1970,2049,2165,2245,2211,2243,2042,3698,2521,2208,2448,2285,2211,2442,2128,2247,2203,2252,2292,2359,2931,2093,2241,2084,1971,2163,2093,2079,2012,2164,2081,2130,2083,2253,2246,3852,2166,2165,2524,2213,1921,3770,2050,2206,2008,3127,2043,2047,2250,2124,3014,2205,2002,2089,3529,2930,10029,2334,2888,4208,3891,3254,4329,2288,3934,2127,2281,2093,2644,2407,2489,2927,2247,3687,2089,2326,10235,2131,2438,6145,2281,6346,7300,2127,4167,2409,2724,12400,2451,2568,10110,5734,5416,5173,2371,2252,2363,2564,4301,4651,2328,4253,3165,2210,5856,2246,2293,5412,3933,2283,2094,2400,2533,2803,2332,2481,5657,2689,6467,3406,2373,4531,2567,2203,3569,2293,5254,3489,2765,2854,2245,2404,9150,4456,2169,11029,2613,2198,8069,3327,11316,4169,3014,3644,2691,2173,10352,2801,11199,7538,2407,3413,2812,2204,3893,2241,11322,15600,4932,4704,3168,6221,3129,3889,14163,2406,7382,9111,2688,4129,3616,5251,4449,2135,3007,2164,7978,7146,3326,2449,7784,2210,3046,3130,3255,2319,2247,2206,2578,2769,2360,3170,8946,2014,2602,2083,2091,3207,2366,6098,2810,2045,3496,2326,2605,3371,2889,3567,4336,2411,2326,6336,1852,2199,3535,4574,1884,2007,3128,2450,2528,2405,2444,2092,4375,2442,2242,6224,2207,2203,5504,2440,2135,5167,2289,2689,4008,2246,2294,2128,3490,2483,11795,2049,1969,5455,2322,3129,3734,2808,3212,3168,3333,2403,2532,2245,6454,7625,2406,5300,2523,2209,2169,2323,2253,2366,2283,2247,2887,2329,2127,2051,4125,2204,2178,2159,2013,2729,2077,2256,2643,2207,2326,2169,2087,2246,2282,2328,2250,2361,2214,2048,2045,3128,2248,3565,2527,2011,2450,2807,2486,2849,2089,2321,4975,2768,2449,5493,3817,2083,5500,2881,2212,3774,2005,1962,5858,5460,2443,2207,3414,2245,3576,2720,2649,13479,2648,13602,3693,12237,2248,2166,8024,4490,9193,2209,2561,19586,2810,2967,4094,2046,3288,2483,2569,13757,2732,2326,11077,2291,2279,8509,2083,3017,2446,2767,5735,10514,2281,2328,7625,2369,2686,3011,2723,2094,2083,2285,2048,2524,2492,2483,2775,2322,3849,2818,5732,4131,2846,4617,2208,4055,2283,3617,2436,4944,2566,2402,2175,2521,2291,10228,2168,2160,5144,2121,2372,2644,2452,2047,7817,2533,5776,18413,9071,5457,3606,8066,2569,7381,27400,3096,7822,7979,88585,14888,2289,4654,2728,2571,4209,2283,2452,2447,3128,2411,6134,2371,2446,2649,2165,2368,2530,2241,2207,2813,2363,2529,2252,1924,1962,2086,2370,2167,3288,5297,2444,5859,2332,2807,7898,2256,2083,7779,1968,7419,3373,2490,3730,2843,2452,4850,2732,7345,4571,3128,3211,2289,2088,2328,2647,2089,3048,2125,2286,3167,2084,2287,2172,2245,6423,4133,2323,2524,2174,2165,3566,2766,2128,2409,2124,2047,3246,2370,2370,4253,2010,3602,2818,2207,2806,2288,2603,2454,2481,2212,5291,2089,2049,2076,4341,2168,4375,2604,2289,3565,2450,2163,3335,2089,2126,4126,2572,2123,4014,2684,2087,6024,2363,2412,9545,2405,2615,3767,3489,2725,4979,2368,2609,3812,2366,2329,7785,3483,2856,22544,2892,2604,2244,8427,6345,20217,11712,4854,4618,2323,4816,16694,2239,7142,2252,3687,7751,2161,3371,3207,4132,4621,2202,3610,2255,2081,4132,6703,2608,3687,2329,2284,4579,2240,2452,3252,3047,2403,3938,3933,2239,2095,7099,4131,2526,14966,2766,9354,6297,2564,30450,3530,7027,2442,2413,8025,6097,11508,2210,2411,8982,2254,2041,2286,2010,2122,2728,2087,2172,6941,20296,15367,6460,2168,5696,2408,14928,15846,2523,10476,2246,7658,3253,6978,6863,3496,12151,22629,2332,12716,2650,5128,2488,2770,11039,12191,6499,3012,2369,9745,5622,2444,19102,2364,2285,13362,2490,2362,4416,2084,2293,2602,2294,3802,10959,3686,14048,2527,4169,7989,2559,20994,4082,2617,11231,4814,2443,2247,3051,2812,3531,10754,12593,2494,2440,3891,2126,2252,2365,2603,3539,2321,2810,5181,2442,2010,5014,5214,2205,4653,2491,2568,2323,2284,2294,2244,2891,3853,5131,2855,2161,3771,2244,2212,5417,2243,2168,4209,2610,3616,3325,3053,4574,3326,2651,4497,2243,2171,4169,2489,2449,3004,2127,2493,3886,2205,3574,2323,2730,2204,6742,2131,2488,10227,2648,2047,2331,2930,2806,2524,3410,2128,2091,2482,2286,5378,7222,2206,3053,2843,4897,2888,3293,3928,2365,2414,3886,2128,2525,4654,2455,3491,3403,2367,2934,4768,2529,2093,3289,2565,2244,2487,3652,2930,2973,2927,2364,7782,2851,2890,7223,2287,2206,5855,2572,2046,2967,5254,2891,9026,2648,2411,9145,2643,2088,2094,2361,1927,4254,2089,2207,3924,2169,2569,3528,3489,5980,2890,2327,3811,2488,2571,3366,2451,2405,4006,2297,2123,4972,4697,2330,3452,2728,2882,3415,2683,2488,2170,2406,2165,5300,2324,2283,5502,2209,3928,4174,3051,3566,3334,2522,4213,2286,2407,5021,3169,8346,7296,2369,6504,2286,2202,10237,2438,2332,6903,12279,11348,12921,11317,8026,20582,9348,26836,2575,6859,2405,2727,3012,5092,2450,11709,2205,2206,11844,2967,2448,6537,2729,6705,4287,2611,5977,3490,2565,6260,2526,3054,6783,2844,2169,4775,2405,2364,2734,2323,8068,3848,2446,3736,2729,2442,4014,2329,2524,7747,2603,2614,4972,2172,2006,4453,2159,2171,2563,3376,3006,3974,8345,6817,2123,8474,2368,2124,3893,2165,2408,3534,2880,2652,2806,2330,2123,9394,4446,3134,5019,2482,6022,4726,2528,3338,2327,6656,2286,10519,2643,6741,2687,2121,3095,2449,2206,2813,2318,3171,6579,2294,8218,2289,2051,10510,2282,2891,3171,2288,2890,2361,2532,2487,4732,2325,2173,6297,2130,2005,6853,2133,2648,4014,2166,2124,2044,2046,2170,2968,2329,2518,2498,2242,2285,3414,1922,3572,4813,2045,4298,2244,2166,2404,1933,2450,3040,3093,2246,2005,2129,3934,2201,2169,3607,3613,2244,2816,2605,2287,2006,2768,2484,2889,3890,2217,3284,6776,4378,2887,6622,3848,2091,2081,2768,2254,2041,2566,2209,2734,2810,2160,3014,5416,7861,2643,3739,4532,1924,2928,3449,3010,2492,5293,3250,2328,11317,2929,2843,10155,2168,2405,2526,3130,2889,3894,4047,2654,6893,2248,2170,2200,3052,2605,2252,2207,2167,2008,5811,3371,2648,2367,2373,2159,4262,5046,2931,2371,2045,13397,3009,2287,2054,3085,3130,3291,2323,2494,2081,4132,3410,1972,3203,2245,5177,2166,2814,1964,2122,2530,2411,3323,2128,2729,3407,2177,2402,6062,2649,2086,4450,3088,2331,4407,2770,2687,2934,2401,3209,10230,11200,13400,2891,7298,2770,23266,17173,30052,10070,2489,6545,2443,3529,5170,2213,2203,1967,2492,2370,8780,2571,2289,16806,2289,2363,3650,2373,2890,3890,3051,4848,2369,2569,4335,2323,2414,13076,2891,5812,2085,2089,4492,2212,2686,4775,2285,3695,3121,2256,4774,2404,2084,4531,2335,2445,5416,2006,2931,3768,2244,2647,2852,2208,3011,3693,3205,1968,2805,2446,2774,8264,2643,2531,6737,2493,4969,2291,2930,4134,5812,2406,5461,3093,2320,4980,2683,2610,3937,5974,2330,3808,2364,2212,8941,2335,3969,3649,2371,2647,5255,11432,2612,14043,2365,12760,9950,12117,2001,2008,1964,13802,2410,2127,4010,2410,2965,11239,2283,2845,9756,2566,2286,6020,2402,2208,7502,2527,8794,9822,2365,6220,2253,2401,9354,2484,4814,11436,8064,7340,2455,2683,4777,3045,3736,4375,2203,10436,2000,1923,11319,6777,2326,7625,5975,2331,6256,3891,2292,3728,11956,8753,2318,2454,5815,2650,2199,5018,1970,2206,3288,9063,2294,4055,2359,2165,7910,2569,3043,8835,3205,2486,10635,2165,4090,2565,2336,10189,2890,7381,2365,2011,2360,3929,2775,5572,2129,2854,9342,2247,2334,11508,2413,3962,4941,2411,5893,2527,2325,5541,2320,2333,6416,2887,2698,5206,2932,2007,5055,2333,2760,8988,2290,2566,16487,2087,8586,2891,2567,7178,2333,8667,6816,2810,15852,2479,3252,20183,2250,2683,25924,2207,2086,8100,2246,2488,4296,3005,2733,8824,2290,2327,3731,2645,2292,6693,2369,2246,6220,2247,2444,4212,3014,9348,2367,3212,10787,2288,10597,5376,2164,6942,2608,6977,10476,2530,12511,2413,2163,4289,2614,10835,2641,10150,6783,3091,5217,2570,2480,13882,2246,2208,12202,3409,2409,2767,2128,2521,3456,2040,3652,8953,3848,4338,3602,3419,5174,4405,2734,1968,2087,2202,3531,2291,2201,18816,4414,3850,7148,3769,7262,4775,12519,14281,2531,10513,2125,2079,2167,2170,2688,6178,2484,2207,5739,2365,2167,5659,2250,2450,5292,3410,2403,3337,3333,2157,11440,2930,2048,7579,2004,2329,4730,2657,2318,6143,3532,3045,6179,4211,6983,5012,2813,3295,2319,2167,4977,2251,4491,3814,2728,15164,2843,3859,2566,2764,4211,2411,3047,18824,3005,4047,2370,3372,4729,2452,2121,3253,2294,2440,6426,3046,2727,8825,2326,2290,5817,2289,2244,3768,2932,2967,8710,2282,2215,7097,2489,3087,6980,2415,2281,3212,2250,2760,4257,9108,3894,10546,2368,6141,4093,2206,4290,3530,11041,8620,3248,5979,2332,3372,3606,2051,2198,4139,3130,2762,6704,2971,2328,6499,2804,4372,10637,4810,50350,4293,2730,5739,2251,3041,11522,10711,2603,3932,5061,6496,7638,2726,2995,6616,2390,2041,7863,5780,2533,4128,2169,4834,3710,3012,3526,2569,2332,9260,2215,3305,6506,2404,2382,3935,2872,2419,2776,2424,2211,5293,2341,2169,4781,2367,3127,4916,2410,1896,7390,4654,3628,4955,2163,4817,2488,2569,2609,2441,2046,10960,2205,2121,4502,2246,2162,2165,2091,1926,5612,2325,2411,2756,2401,2209,4186,1973,2082,3936,2122,2089,2042,2334,2204,3687,2250,2125,2446,2308,2248,9974,2364,2350,5510,2677,2406,6514,2171,4212,2200,2086,2127,2728,9815,9085,2292,3809,2281,2491,2288,2287,2163,2350,3029,2807,2514,3130,2424,2348,2845,2450,3264,2085,2649,3518,2745,4128,2172,2506,5100,2610,2786,2607,3192,2619,2615,2086,2244,2712,2868,2360,5139,2446,2043,2610,2795,9911,7473,4896,4895,2289,2289,5073,2666,2127,2869,2828,2087,4175,2268,4026,8352,2121,7645,2866,2253,4252,2007,2963,2968,2811,3134,2671,2482,3749,2170,2384,5517,2589,2269,3768,2850,2366,2934,2480,2735,3202,2573,2484,4857,2410,2482,4675,2648,2593,5369,3250,2515,4112,2526,2201,3577,2469,2700,5159,3214,7580,7440,3013,4371,2331,2881,6828,2909,3247,6402,2559,3036,10613,2200,3196,7884,1879,3917,2184,2126,2771,2123,1971,4596,2458,2329,5243,2459,2408,5621,2281,2318,3187,2562,2132,2761,2089,2124,4922,2265,3594,4573,2085,2210,8001,2323,2612,6934,2673,4010,2626,2167,3372,2164,6364,4714,2405,4497,4249,4176,3002,2690,2566,2055,2483,3277,2344,2904,9765,2290,7851,10433,3568,2081,4674,10017,4169,2571,6181,2604,2569,5294,2424,2688,9305,2089,2509,8307,2325,2845,5369,2302,2363,5529,3014,2367,4897,2976,2713,2693,2164,2206,4212,2937,2640,4213,2530,2131,6259,2198,2774,6454,2131,2160,4631,2472,2251,2529,2083,10917,13078,2454,2359,2325,2165,3338,4686,2134,6102,2199,2125,4135,2080,2935,4132,2334,3161,4012,2937,2408,5174,2637,2007,3774,2051,2043,2124,2370,2169,3849,3286,2406,2529,2406,2253,5226,11178,2046,6021,2407,2853,3330,2648,2118,5658,2334,2610,3414,2437,2255,7699,2733,3048,7975,3739,2123,3972,2481,4830,2955,2218,4410,2567,2650,5049,2164,2333,5384,4249,2281,3379,5285,2052,5851,2204,2171,8502,2575,2118,3618,2202,2815,4569,2210,2287,2404,3060,2674,2615,4017,2324,2241,5542,2294,2319,8062,1769,10550,9099,2332,5103,2680,9588,7540,3905,8187,2442,2477,7670,2199,3544,3478,2291,11836,4296,6256,2006,2081,3339,4931,2764,4782,2526,2124,8426,2204,2046,4376,2605,2206,5378,2086,2049,3737,4370,2086,2122,2327,2170,2046,3128,2487,6348,4767,2287,9703,2536,2204,6496,2256,2518,5057,2207,2083,5705,2522,2369,6109,2485,2278,3931,2090,10631,3728,3449,4980,2282,2211,3208,2289,2608,4090,2206,2531,3610,2284,2329,9394,7702,2881,6112,2392,3371,4776,2609,2126,3933,4098,2686,9786,2647,2730,6216,2248,3009,4466,1886,2366,7823,2641,2365,8463,2250,8907,4974,2803,17260,11792,3018,5009,5056,5738,17327,3857,11345,2492,7630,8616,3094,17212,2483,22283,10503,10347,11555,2611,16138,2276,6777,2817,9233,8822,2285,12308,2569,2406,4790,2354,15902,8898,2968,4332,3285,2246,3815,2127,2207,4652,2581,13183,8510,2208,8034,2075,2207,6258,2091,2165,5654,2326,2219,6694,3013,2246,8301,2163,2086,7548,2373,3211,4404,2285,10080,8983,3207,3566,2050,3331,2322,2088,2084,2127,1969,2002,2857,2640,2539,4256,2513,2092,7111,2713,2982,5647,2844,5257,2290,6111,4362,2048,3338,2801,2240,2330,2202,2372,6176,13084,2843,13841,2494,2494,2888,2168,2203,5213,2401,4296,15006,2444,5253,2449,4537,2209,2205,4209,2410,2409,2372,2240,2082,4269,10981,2444,5499,2377,5252,3046,2288,3805,4150,2637,2804,6900,2093,7703,7456,2406,3252,2044,2166,6700,2858,2284,3245,2618,11709,9880,2243,2560,2086,2163,2006,2176,2320,3616,2930,2045,4020,2155,12117,2251,2488,7453,2014,3007,3287,2089,2169,2524,2126,2411,3727,2293,2246,4411,2447,2656,6783,2522,6651,6103,2282,3294,2929,2244,2772,2127,2087,2524,2163,2494,2924,3056,2400,6986,2165,2165,6102,2402,2085,2692,2284,3859,4243,2129,2686,2215,2722,5265,2245,8946,9181,2453,3329,2248,2371,5614,2326,2642,3453,2571,2362,11191,3620,21900,6621,2251,7737,2169,2204,10555,2122,3250,21919,3207,11146,2814,4693,5418,2606,3373,2559,2166,3132,2210,2568,2327,4246,2222,2320,6017,2485,2252,4930,2203,2732,3250,2691,2215,4722,2050,2086,3763,19901,2610,9350,2613,3049,2926,3097,2716,3493,2686,4133,2246,2449,5171,2533,2083,15729,2380,6175,4087,2327,3933,7944,2840,7265,2292,2127,10586,2173,2081,3654,2167,2206,2245,1967,2412,2205,2123,2006,2046,4175,2039,2049,2048,2203,2049,4060,2081,2047,2487,2121,2690,2167,2047,2008,2530,2608,2491,3525,2561,2049,3179,3128,2291,3204,2972,2251,5843,2208,6743,2648,2087,3010,2120,2252,2285,2364,2219,5768,2251,3650,4578,2287,5739,2245,2442,4251,2409,2171,3087,2484,2082,2812,2607,2573,6425,2324,2364,5545,2313,2128,2283,1971,4895,2161,2092,2295,2279,2403,2287,2377,2172,3084,2443,2201,2285,2173,2285,2094,2122,2249,2572,4604,3932,3378,2245,2290,2285,2279,2606,2572,5932,2014,2086,2684,1859,2199,3090,2284,2291,2596,2251,2162,2466,2755,2528,2206,3019,2397,2203,4179,2330,2406,2481,2333,2445,2283,2046,1973,2039,2087,4532,3784,2115,2093,2238,2047,2293,2366,2008,2176,4361,2210,2403,5344,2359,4699,4727,2663,4558,2128,2045,2732,3085,2501,3531,2638,2324,2891,2325,2365,3620,2124,2201,3012,2253,3088,2489,2004,2120,2862,3934,2353,3976,2040,2290,2043,2139,2210,2437,2487,3411,5092,2698,8533,3860,1962,2450,4888,2088,3624,2243,2172,2164,2531,2310,3857,2330,2415,2804,2796,3571,6474,2369,4525,4446,2012,2250,2363,2527,3252,2201,2165,2054,2373,2410,2996,9313,2083,2691,4940,4132,3132,2128,2402,2768,3728,2603,2368,2333,2321,3618,16250,8423,2962,2333,3847,2251,2534,3051,2568,2362,3762,13243,13442,3611,5895,3330,2253,2173,2311,2528,4058,5494,1736,9698,3012,2403,5582,2165,2608,4086,2010,2134,2164,2204,2000,3736,2563,5822,17536,3059,6056,2288,4012,8544,2557,2412,8549,2366,2614,2562,2771,2444,3652,2253,2605,2121,10464,2164,2328,2091,2368,2008,4220,2325,2644,2047,2253,2483,1923,2455,2246,2365,3924,2161,2007,2133,2408,2854,3047,2243,4812,3124,3136,2922,2214,2448,2764,3333,2249,2123,2081,2094,2567,2323,2766,2208,2128,2045,2302,2352,2501,2366,2233,2729,2089,2007,2047,2005,2613,2213,3040,2409,2201,2247,2043,3608,2374,2282,2488,2574,2244,2685,2364,11889,2277,8262,3307,2568,2717,2377,2282,2208,1930,2569,2884,2170,2718,3372,2683,2014,2044,2007,2079,2824,2434,2297,2564,3773,4130,3533,2361,2444,2340,2246,2128,2691,2355,7300,2246,2489,2367,5016,3372,2079,3144,4929,2493,3448,3010,2325,7828,6018,2606,4892,2729,2201,3370,3062,2398,2655,2756,2409,2330,3363,3379,2772,2090,4850,8093,2211,5378,3011,2199,2894,2657,2279,2561,2535,2242,2044,2091,2008,2167,1963,2043,1968,2297,2361,2120,2413,2170,3253,2610,2365,10860,2494,2886,3968,2455,2403,3087,1967,2937,2571,2563,2368,1962,2978,3240,14533,4134,3195,3625,2159,2803,4945,3600,3214,2043,2486,3693,6899,21798,3971,5213,3453,2479,2804,2825,2642,2207,3970,2251,2125,2171,3569,2522,2575,2245,2166,2595,2420,2330,2270,2246,2175,2200,2935,2124,2452,4581,2600,2566,3171,2199,3571,2579,2288,2113,2303,2397,2404,2208,2445,2495,3090,2562,2534,10114,2166,2163,2357,2173,2655,2203,2170,2197,2180,4969,2600,2131,2167,2483,2617,2567,2839,10355,3489,7339,2583,2608,2126,2914,2293,2962,2048,2168,2288,2493,3047,13794,15057,5326,7902,2889,3892,2858,2525,3293,3054,2641,2655,5440,3576,2377,2204,2355,3212,2649,2661,2914,2212,2377,2551,2453,2249,3813,2334,2632,4465,8221,5704,3608,2765,2849,2321,3376,2248,2691,3728,2440,3256,3098,4202,2777,2323,1963,2441,3303,2565,2489,4656,2313,2503,2232,6062,5508,2070,2418,2926,3095,2724,2721,2697,2612,3594,2085,2418,2329,2164,2215,2484,2888,2115,2207,2452,2170,2649,3612,3327,3364,2972,2122,2382,2714,2210,2570,2778,3313,3336,2934,2210,2003,2210,2569,2514,2135,3924,6027,2487,2248,2439,3741,2192,19263,3739,2929,2446,2723,2537,5650,3491,4057,10547,10623,2094,2657,3008,2721,4342,7092,14958,2368,2367,3744,2490,3916,2209,2368,3779,3723,3423,24747,2447,6942,6221,2557,3331,2607,17984,9421,2125,2170,2130,2049,3601,2449,2486,2499,16774,13750,5504,3322,2283,2090,2531,2005,2044,2041,3572,5509,8630,14306,2892,2246,2886,2568,1888,2089,5700,3249,11147,2410,2688,5385,3652,2202,2368,2645,2845,5302,4811,3411,32092,2609,3132,3053,2731,4525,3342,2195,22596,3454,6008,2164,3536,6373,2582,27164,12465,14123,6058,4420,7898,2448,1840,9313,2536,2366,2752,4705,2407,4816,3123,24122,2362,8637,2556,1967,16494,38515,8903,3489,2539,33862,1836,2408,5249,2247,3304,6859,7096,9866,2244,2221,5483,2331,2203,4305,2193,2408,2088,3583,14713,4745,7061,6691,3738,3963,2414,2291,2933,1990,2571,3247,2288,4456,18214,5415,4417,2041,2085,3940,2961,2093,4743,6817,8414,4781,2205,3163,3574,2324,3708,3957,2334,4245,3292,2446,2976,2164,2528,11957,2772,4487,4337,2045,2083,2687,2573,2086,3208,2284,2177,5044,2693,2325,10708,9553,2336,7129,3264,3005,2199,2130,3603,2705,10053,8080,2280,6453,2245,2380,5324,2085,2013,5945,9977,2656,8393,2763,6649,2859,2565,2682,2210,2205,2570,2299,2920,8738,2132,2241,5216,2210,2123,2689,2372,2241,3897,2089,3533,3325,2766,4941,9743,2130,6299,2047,2120,3130,2329,2330,3172,3450,2374,4158,2288,2088,6666,2334,2152,3775,2121,2260,5776,2319,2528,3411,2537,4447,3849,2245,2125,2293,8793,5377,3251,5165,2242,2088,3972,2535,1922,3851,2242,2575,3287,3009,7953,6606,2662,4006,2815,4049,2290,2406,3688,2558,2848,3450,2531,4219,6544,2277,4371,2654,2935,6971,2131,2319,2695,2045,1960,2207,2381,2037,2166,2769,2205,3213,2403,2494,7544,2089,2250,6007,2250,2286,7416,2486,2569,4215,2289,5265,7009,2451,4496,2440,4502,5133,2048,4292,3730,3165,3247,2381,12000,6287,2365,4984,7465,2370,4000,2164,2087,4017,3084,19308,16118,5699,7796,5970,5293,2336,2440,3163,2665,3116,4615,2770,2128,5331,2813,3936,8029,2360,3373,11679,2245,3286,10035,3121,2325,2285,2525,2010,2293,2123,3895,2640,2258,8583,2316,2215,6612,2421,2393,4259,2730,2081,2727,2290,2082,3253,2287,22465,2542,2355,3332,2363,2250,3808,2544,3036,2885,3373,6101,8179,3507,8530,2650,3976,3372,2289,2204,2046,2160,3014,6745,4890,4612,2370,2573,4772,2321,2099,2247,2755,2569,2283,2086,3225,3009,2915,6587,4060,2158,2292,3006,2127,4211,2209,2132,5245,2370,2318,2051,2369,2526,3260,2764,2357,5256,2575,2563,2528,2363,2248,4936,2131,2488,2522,2167,2124,3651,2738,2530,2765,2210,2612,5688,2407,2404,3181,2122,2082,3577,2120,5815,3932,2084,2341,2126,2121,2087,3160,2169,3208,2412,2323,5657,2298,2555,4509,2366,2851,3001,3811,2652,2726,2121,2164,2335,3126,2682,3010,2413,4570,8663,6178,2448,6509,2361,2137,3091,4848,2639,2457,2358,2824,3193,5096,3049,13400,5261,3381,4157,2938,2207,3494,2571,2357,4131,2249,9345,23836,2164,2525,5063,4135,4052,3638,2491,2728,3297,2409,2130,4329,2240,3371,3689,2449,4289,9152,2327,3084,3586,4570,5291,4488,2329,4574,3933,7585,14606,13606,4215,3648,2282,2328,3010,14486,3966,6461,6064,2885,3015,2206,3084,3172,2404,4412,3056,2439,2442,4301,2693,2686,6901,4402,4707,8578,2327,2204,8191,2279,3576,8662,2124,3062,6808,4389,4852,11073,4890,37601,2683,5612,11112,33587,6546,2478,7224,2696,5771,2734,3399,3172,2562,2325,2408,2221,3248,2442,2444,2044,2050,1885,2047,2525,2245,2053,2094,2512,2091,2130,2288,2207,2164,4573,2337,2082,4937,2327,2169,3847,2436,2210,3659,2127,2165,2002,2055,2206,2326,2393,4579,2335,2280,2133,2237,2364,2133,2322,2086,2097,2083,2094,2002,2878,1972,2163,2372,2526,2204,2255,3405,3411,2600,2857,2529,2408,7781,2329,2361,3929,2164,2298,6369,6180,2616,3369,2169,2078,2244,3494,2925,2302,9418,2210,2406,3811,4291,2244,2340,3051,2556,2411,2239,2207,3734,2123,2461,22388,2565,4612,2732,5335,7221,2927,16923,7589,2337,10294,10361,30608,20344,2760,12168,26556,6695,2930,2289,4664,2434,2374,3537,2402,5340,20940,2651,3488,11078,3610,2808,12631,2250,8261,4933,2442,7710,8955,8257,7473,4159,2172,2121,5015,1964,3370,41484,2533,29365,15414,32535,10961,5043,2003,2007,3816,7591,2286,12748,2010,4745,2795,2452,2045,2080,2092,2174,5448,2815,2316,23925,2557,1811,2329,2371,6413,2925,2452,2526,2483,45536,15289,2405,15004,2251,2163,10477,3370,2928,9030,2164,2256,4054,7539,8547,6300,2395,3815,2364,2331,5616,2644,2407,5469,3929,40718,14172,2401,25360,1800,2813,15637,2500,2797,24556,6298,7180,2685,2377,4086,2165,2332,9073,4968,2442,8075,4215,9833,14284,2350,3822,2845,2087,2963,2165,2335,9556,2877,3621,16286,2408,2090,4358,2491,2573,14315,2417,5181,10511,6811,3124,2855,2210,2157,2057,2520,10837,3938,2203,7781,3294,2841,7991,2398,2125,3897,8740,40367,2608,6256,4176,2644,11754,4859,7260,2164,2249,7268,2412,2362,2640,2458,2318,4333,2772,2242,2296,2770,6654,2049,2124,3286,2406,2295,4452,2323,2052,4580,2437,4542,8938,2291,2291,17613,2960,17613,2404,5790,2882,17850,3287,6105,4212,2487,3649,2854,2167,2158,2177,2158,5990,2280,2164,3609,2249,2288,3769,3651,2126,2650,2323,18469,4484,2248,4007,2497,2199,3328,2207,2450,3816,2446,17895,14358,3532,3970,3224,3360,2561,3018,2483,2930,7424,2043,2205,5946,2403,3217,2964,2615,4856,4319,2204,3290,2904,8614,10082,2593,2176,4122,2341,2558,7422,3975,2407,4062,2712,2289,3535,2282,2366,3253,4497,2409,2361,2860,2530,2511,3857,2444,2212,3179,2552,2261,4090,2408,2562,4366,2410,2448,2768,2573,2125,2817,2561,2126,4771,4455,2169,2805,5584,2315,3264,2520,2165,4416,2683,6229,13034,4935,7013,2333,2578,2876,2085,2005,2206,2128,3132,2326,2168,3573,3255,8423,11789,4209,2338,2411,2321,3204,3014,2199,2019,2159,2212,3722,2125,2289,3213,3854,11110,8432,2476,3692,2134,2319,3009,2890,2133,7581,2730,2846,5861,6134,5503,8867,2322,4823,3719,2247,5548,3213,49051,4821,7310,2562,2320,4180,8057,2257,6099,8300,5266,3201,2496,3848,2404,2439,3092,3174,5769,2658,2212,10421,5053,2656,3848,2800,2692,2414,2291,2364,2523,2208,2167,3723,2292,3858,12519,2287,2320,8305,3725,2657,8022,2210,10269,15524,11633,4218,2402,5670,2557,2327,16741,10948,6624,4681,2452,6823,2854,11581,5953,2286,5361,2050,1964,2205,2087,2092,2689,2297,2514,3262,2319,2214,3812,2242,2129,4203,2291,2162,2932,2412,2119,2007,2096,2245,2171,2202,2400,3380,2797,2167,2097,3773,2075,8381,3493,2172,3814,2558,2170,2131,2199,2260,2321,4207,2049,2335,2474,2413,12996,3700,2320,3532,6014,2088,7552,2207,2291,6009,2803,2325,6345,2494,5495,3163,2163,4306,2441,2324,2247,2979,2436,2339,2366,2360,2160,2013,2238,3464,4618,2278,2242,4536,2283,3022,3962,2245,2288,4853,2498,4006,3166,3247,4063,3849,2488,2728,2366,2332,7420,2410,2244,26636,4974,5133,12080,3177,15756,3376,3084,13968,2722,2969,2694,2238,3822,37905,5542,2604,4939,5939,2166,2284,2171,2328,24306,8397,3888,4488,2324,2166,2013,2279,2901,2717,2655,7939,5255,3336,6174,2127,3731,2726,2046,3143,2917,3335,2368,6851,3223,2689,15560,2006,4246,5861,2252,4943,2286,2434,3613,2453,2762,25478,4571,2205,2092,2573,2406,2045,2280,2486,2615,2484,2891,19420,10426,3300,2153,2251,3774,2329,2238,8587,2448,2615,8547,2440,3210,2172,2046,2978,2606,2480,3411,4492,2648,3685,4862,12837,4610,4106,2446,2243,3082,2212,2412,2153,2327,2253,2245,2371,3375,3323,2771,2158,2688,2413,2046,2725,2008,2328,2048,3498,2403,5575,2926,2047,2048,2605,2129,3203,2370,2372,2686,2166,2124,13199,13358,2332,2730,2363,2123,2649,2207,20220,3420,4163,4058,4287,2903,2206,3288,4973,2199,3738,2895,2241,3243,10395,2440,21189,3286,2610,5894,24476,7235,5084,2091,2457,2278,2289,3812,3293,3366,6699,21984,2293,6768,2132,2130,4099,2475,2566,5418,2690,8101,2369,2850,5295,2567,2690,4581,2206,3963,2448,2325,5704,2524,3847,7428,7140,5219,4568,2134,2278,6542,3423,2604,15758,3339,3171,4325,2250,2530,3938,5321,2616,3120,2450,3328,4749,2363,2412,5615,2607,2850,4894,2995,2207,10514,7460,2415,9148,2724,2122,3582,3000,2132,4500,3320,3209,9871,2244,2132,5984,2278,2406,3570,2166,3009,3417,2005,2081,2086,2285,2534,11311,2206,2687,7986,2255,2158,4138,2158,2088,1967,2165,2006,3014,3731,21152,2396,2342,4320,2247,2853,3805,2207,2285,2208,2899,3000,4338,2808,7416,9803,2474,2130,2090,2651,5493,2966,2088,2721,2007,2250,3132,2411,4404,2329,2339,5886,2203,2537,10109,2159,2181,3437,2205,3301,4165,2373,2117,3095,2774,3402,6058,1969,2246,4141,2001,2122,3941,2323,2094,2562,2159,2088,3051,2576,2520,2159,3499,5617,2566,2087,5936,2730,2247,3043,2329,2206,2087,2687,2211,3170,2377,2804,4778,4844,3728,5374,3217,3283,2088,2048,2085,2211,2329,2768,2011,2087,2115,3010,2565,3093,3461,2324,3439,2132,2083,2420,2328,2315,2610,3568,2329,3047,2203,2337,2851,2285,2687,2360,2135,3012,2528,2205,5127,3770,2173,5214,2088,2127,2398,2140,2241,2199,2211,3212,2280,2126,2536,3001,8947,4176,2380,4642,2525,2337,2330,3237,2325,2459,2163,2368,2613,2882,2161,10278,3854,2605,11269,2406,2205,2809,2286,2774,2211,2695,3119,8988,10439,6365,2369,3772,2372,2566,2162,2084,2093,3126,2611,13687,4727,2243,2575,2481,2128,2167,2209,2605,2298,4202,2169,2453,2276,2816,3925,9195,3818,7293,3126,2445,2090,2322,3535,2615,3444,3250,2934,3095,2119,2961,3332,2852,2242,2809,3931,2089,2166,2050,2731,2769,9230,3896,24388,9714,2168,4164,2411,3042,27691,4052,2516,2935,3132,4135,9785,2778,2474,11564,2482,2291,3896,5050,2333,25223,2569,2329,2810,2654,2606,3084,2366,2484,3098,2526,2169,13672,5494,3332,4340,2198,3260,2763,3572,2483,2053,2321,2246,2085,3418,4731,2324,2171,2444,2535,3159,2167,2006,3172,3296,2525,2003,2212,2255,2355,2330,2401,2423,2281,2291,1919,2008,2004,2084,2122,3060,3091,2164,3446,2577,2760,2565,9072,2442,3379,2446,3243,2249,2413,2438,2564,29417,6779,2487,2168,3607,2569,2488,12314,2049,3847,13047,3087,3496,4488,2364,2378,2367,2566,11837,3004,9028,10463,2332,2406,6310,2969,152732,3378,2448,2435,91610,2521,23196,36510,48691,48751,23153,14368,11104,16734,13247,8897,3327,7714,2438,28045,72633,13157,49575,2769,23318,38762,200556,4851,25289,35506,1884,61383,2484,3046,93123,18700,2807,2567,16254,2440,2293,11590,3620,38994,16568,3845,32627,16256,4001,5049,3902,17575,2445,4412,14567,5089,7498,3409,2609,2454,11685,3689,7889,2223,2482,6096,5063,2520,6907,10270,23871,2117,2538,21254,2363,29896,3048,24959,11587,40980,2231,2328,22039,3725,8910,2360,2333,11954,2405,25916,4493,3370,5574,2501,5486,5148,5093,13844,3320,7908,6691,2289,6383,2288,5224,21421,5782,2926,6743,2311,20232,9097,10921,12637,8222,3771,11559,19816,2684,14812,2407,2365,3566,6822,4093,2127,2046,12245,2209,13923,8616,2732,4492,2007,2405,13729,2037,3895,6618,2845,5336,2340,2199,4646,2729,3737,5139,2329,2118,5099,2485,3420,5523,2453,2016,3444,3241,2167,5982,5252,3218,18569,2607,4254,3529,2292,5305,3361,2328,2647,9231,2889,12643,2599,5614,2450,2847,4294,2846,2894,4580,3038,8109,2288,7785,5540,2839,5903,2398,2854,4055,3135,11461,20030,2478,5789,2412,2085,9224,2962,5829,4928,2288,11551,15414,4121,7558,2715,2454,3848,2209,3532,39121,2330,18159,4704,10743,6743,2212,31967,2692,1922,6058,15775,12030,5175,2816,7337,2653,2362,13283,4450,11971,13872,2446,4291,2408,5097,8185,2248,2571,20132,2260,3892,2315,2206,8625,2245,2621,6646,2663,2233,4012,2214,5580,4766,2330,3931,2299,2164,5931,2560,2303,11953,2325,3801,6395,2641,2238,3456,2646,2971,22475,3316,4629,5931,2175,6645,4977,2045,4172,2245,3784,14034,2250,9233,2479,4893,2775,2853,5973,2159,2050,2804,2540,5411,8940,3370,2208,5135,2494,2162,2285,3786,3922,3488,2771,9953,2282,2936,14435,2213,2481,2492,3685,3690,2581,2364,3042,2167,3570,2246,3502,2450,2167,3727,4523,2094,5898,2531,2246,3533,2845,2246,9821,3411,17130,6909,2360,5981,2130,2046,7945,4652,2320,3858,2283,2451,5742,2286,5573,10475,2450,4487,7232,2593,2422,6249,2169,2087,3777,2478,2294,2921,2457,2405,5084,2291,3250,5337,3373,2083,4410,2170,2201,3378,2689,4086,10678,2297,2431,9920,2122,4342,2355,2257,8147,2474,3254,3890,2241,3102,3038,2248,3451,2653,2853,2797,2211,2322,3865,2755,2207,2456,6378,2164,2651,3694,2316,2491,3415,3932,2643,2088,3329,1970,2202,2043,2258,3203,8182,4012,3542,5484,2252,2160,3293,3136,2324,2842,3775,2444,3012,2458,2404,3577,22218,4811,3691,2970,2162,3693,2531,4368,2251,2163,3175,2281,16537,4367,3931,7871,10182,2534,35383,2782,9063,4050,2199,29648,2814,4297,4172,2688,3526,2615,2373,12273,2490,5447,4487,2046,2168,2570,2525,2383,2846,2123,2166,2093,5366,2201,2371,2528,2130,2531,2916,2974,2807,2726,2207,4739,3413,2615,6577,2286,2280,10079,3529,2848,3971,2529,5888,2937,3414,13680,9668,9505,2734,4723,6179,4498,1845,2525,1885,2929,3212,2648,2206,2003,2890,2326,5067,11104,3851,7140,2291,2846,2890,2643,2822,2236,2090,2280,3416,4263,2841,2842,4733,2779,2441,14173,3048,2248,4409,2366,2282,3253,11358,9713,28767,2559,8634,2517,54696,13116,5891,5658,2207,2601,9966,4199,5221,10682,2512,8063,2134,3372,11400,2282,3202,6781,2698,2603,3566,3293,4129,10272,2288,3005,3976,3007,2532,4689,2810,35952,2528,171998,2332,2129,2486,49418,2743,18335,32081,3334,22357,28881,30691,9789,8540,17744,3727,5615,18453,3050,4215,3766,10446,6083,2704,2473,5740,2205,2088,3054,2295,2238,2203,2133,2245,3044,2050,2006,1965,2008,2121,2051,4694,3693,2438,2170,2168,4222,2280,2523,5300,2248,2200,3893,2124,2056,4205,2044,2574,1960,2126,2050,2612,3209,2321,2133,2158,2054,2684,2131,2078,2742,5005,2123,2650,3450,2133,2648,2006,1963,1883,2846,2248,1971,2490,3731,2039,2544,2754,2370,3260,4041,2447,3086,4010,2047,2816,2006,2118,3015,6056,2245,2606,2007,4671,6165,2940,6003,6426,3405,4259,3088,2364,2647,2366,2134,8904,18089,15209,3612,2051,4204,2494,2204,2169,2123,2203,5586,4447,6310,10183,11953,2245,2937,2080,4654,2528,2291,3969,7344,2805,5223,3522,2406,4912,2833,2294,2118,2650,2766,2127,3218,2646,2080,5313,11821,3175,2802,3252,2126,2447,2651,2810,2119,3299,2927,3935,13764,2444,8584,4492,2684,2086,4818,9070,4100,4370,18042,10957,3251,2778,3523,2165,2246,14682,8874,10388,3132,2162,3171,2324,2085,6502,5657,3325,3051,5902,4457,4888,2168,7700,2131,3127,4655,2731,2401,2333,2128,2605,5093,2172,11588,7707,3811,3495,3283,2847,2688,2050,2124,2902,2722,8261,15491,2119,3657,2445,9143,9800,6465,6011,2281,3735,2687,2329,2520,2168,3745,2240,23350,5368,2209,4092,2050,35187,8744,2540,5886,2484,2297,7785,2201,2200,3737,2159,3224,3962,2331,2723,2051,2408,2572,3735,2284,3408,2599,2127,2244,5032,2923,2204,2205,2202,2211,2609,2120,2179,2516,6549,5004,3054,7581,3411,2333,2321,2171,4527,3105,4891,2405,4575,5901,4766,2160,2502,4639,2693,6615,4310,16193,2167,4582,7816,2489,2166,3287,3090,11519,6019,3420,5927,2322,3221,4966,3293,4139,3639,7985,3336,2644,2942,5572,2367,2324,2333,3131,2285,2515,2899,2247,3254,2406,26924,2350,2261,4454,2368,2288,2202,2131,3570,2603,6022,2328,2078,2737,2122,3010,2839,3530,2852,2042,2859,2287,2443,2531,2721,2684,2410,2005,4092,2173,3009,3082,2094,4127,7832,2125,2037,2093,2687,2536,2368,2804,2333,2321,2048,2438,2169,2842,1967,6113,3765,2690,2732,2313,2215,2247,2411,2641,2015,2127,4203,2206,2043,15447,4132,5624,2126,2399,3572,2983,7615,13922,2600,10715,2808,3654,4416,2964,3650,2044,2289,3222,2445,2206,18416,2370,2997,2822,2602,3815,4615,4371,3454,2648,8059,5045,3014,3728,4787,2007,2125,4130,2528,2046,3853,1966,2244,7305,6776,2855,3931,2724,3010,3615,3166,2002,2174,2401,2077,10319,4256,14754,10437,2201,5941,2647,12245,2357,5822,3903,2472,2137,2319,2178,2408,2724,2762,4621,2529,2202,2044,1966,2360,1931,2970,2133,2365,2606,2251,3131,2158,6299,3656,2638,4094,2536,4614,18247,31467,5575,6817,3579,17839,4215,6744,2240,2125,2937,2886,2445,16613,3526,2539,19982,2432,6232,11066,2324,3302,4215,4049,2077,4733,2123,2705,2365,2530,2151,2981,5492,2248,3013,2851,2164,2729,8106,3085,2448,2275,3375,2850,2281,2217,11632,4327,2532,4489,2529,2326,2653,2930,2975,3082,2403,2019,10108,2325,2244,7782,2294,2169,2282,5406,2496,3731,6215,2402,3868,3287,2404,6821,6786,3640,17526,2817,4165,2013,2283,2487,2212,2402,3816,2164,2323,6306,2200,2366,6431,2242,2967,2088,2125,3008,3252,2407,2605,2368,2404,2608,5620,2247,3007,3698,1893,2038,2606,2166,2562,3775,2283,2128,4013,2376,5781,5929,2403,5701,2610,2689,8101,2458,3963,19786,2237,4411,2414,2881,3816,2252,2562,14963,4291,5099,4891,2488,6506,6791,2684,25478,9737,4255,6462,3569,13884,2562,2447,7220,6381,19188,2842,15363,4536,9113,5535,6984,33574,3169,9306,2413,3169,7540,5702,6017,3765,4934,2622,2995,3018,2893,27883,3612,10944,3215,22137,15489,5218,36994,12478,47584,8540,59907,16052,4366,5017,26367,35508,9025,3331,15368,11517,28108,20947,22319,28754,34503,12120,26124,7413,24525,34981,134477,13335,57766,3138,28278,2215,5899,2201,3454,5000,2528,2210,4248,2335,2207,6582,4619,2202,6064,2608,2407,6739,2484,2568,4413,14485,2486,15284,2695,2994,3627,3326,8742,10144,1854,15206,2854,2394,15083,2143,14470,5455,3410,7140,2176,2484,27600,2457,4201,2057,2197,4699,2247,2040,2014,2213,2241,7183,6774,2324,4375,2369,2042,3987,2766,2363,40719,17813,73060,1923,20668,18535,17825,11913,9976,6064,2609,2164,5733,7993,13847,9659,2131,3976,2400,2047,6098,8428,14653,10227,2476,6577,2418,20783,3246,2164,4576,2088,2045,4739,2248,8738,2166,2646,10036,2046,14167,13472,2010,4209,2806,2288,3257,2283,2089,2082,2367,2295,3535,2206,2167,6167,2087,2497,12035,5056,8588,4607,6089,7061,2613,3582,3963,2411,4209,2377,2353,4132,2100,2560,3097,2480,3050,10142,2248,8314,7091,2175,3939,2276,2137,6289,2089,2207,3820,2150,2090,3174,2324,7946,5294,2534,7222,2599,2292,6099,2158,2209,4210,2624,2279,3403,2419,2202,4449,2616,2041,9157,2319,2450,10472,3215,26143,16096,5377,32221,2364,2208,10273,5218,8664,11704,2089,3293,3607,2325,6662,2701,5810,3852,2686,3484,2125,2421,6572,2370,2289,6248,1937,2236,3013,2811,2603,3820,2250,6298,2563,2083,5294,2124,3773,4175,2771,2894,2676,2293,5819,7228,2322,5615,2124,2165,6136,3825,3846,4581,2156,3686,2538,3202,3331,2620,21938,11992,2487,4491,2423,4847,28559,2537,5372,2845,2204,3505,3892,13200,12025,2283,3142,4168,2969,3333,2318,2373,9099,2210,3258,3240,2181,2400,1968,2289,2251,2393,1969,2008,3925,2544,2314,3816,2089,2653,5736,2442,2169,5220,3167,2208,3091,2476,2047,3052,2574,2352,2221,2328,9340,5425,2766,1913,2254,2039,2332,2603,2173,2762,2086,2058,2203,2159,2538,6420,3367,2125,2605,2286,4011,3502,2079,2211,5177,3125,2210,2130,2161,2682,3137,2242,5867,4729,5373,3658,3005,2133,3320,2246,1964,2091,2002,2418,2154,2534,2482,2967,3971,2257,2525,5338,2571,2206,2207,2073,2012,1965,2367,4939,2374,3210,10339,2083,2054,7779,2412,2454,4441,2011,2039,4258,2562,2647,10996,3608,2453,6788,1920,3164,2624,2319,2132,3009,2243,2598,9389,2488,2051,9705,2727,7105,5332,2052,2169,2689,2042,4771,2203,2689,7428,2848,3969,4618,2126,2368,3137,2410,4443,5373,2215,14042,3969,11724,10696,7265,2172,2318,4388,7133,2762,5422,4262,2238,2851,2484,2129,2047,2118,3022,3759,2580,2195,10922,4053,3053,5284,3622,4648,2695,2954,3262,3048,3122,2927,3415,9748,2488,2885,7825,2651,2081,8757,2358,2289,2403,6705,4655,7140,2769,3286,11560,2883,2890,3300,4657,2392,4899,2652,2163,3929,2247,2661,5886,2247,2604,2253,4370,3256,3728,2208,2126,3847,2300,2232,4056,2126,2285,2813,2527,3207,3819,3844,3131,3127,2412,9548,2166,2284,3130,2408,3327,2261,2074,1970,2323,4532,2494,3886,3013,2321,2850,6187,2133,2596,7708,4653,2212,5819,4045,2400,3378,13113,2213,4169,12839,2565,5255,25398,3576,12952,5468,4286,10069,3862,33774,4456,7388,4525,3285,6181,2290,26639,18499,2645,2202,3373,2084,2330,2523,2528,2090,2767,3015,3098,2600,2850,3051,18853,3979,4129,8148,5891,2253,2517,2249,4656,4766,2290,2891,2121,2127,9795,2290,3448,2802,2655,2926,4371,2725,10635,2813,2201,6705,3967,2409,3689,2615,4851,2451,2803,3048,2130,2605,6420,2209,2008,4654,3691,2364,2771,2570,2199,3134,2124,2087,4097,2361,6626,2318,2738,3802,2448,2134,2401,1972,2400,3010,2609,2126,7798,7014,2241,5455,4216,2648,2367,2608,3084,5184,2402,2085,5141,2802,15495,3813,10540,5140,2043,2416,6659,5575,5866,4724,15376,11345,4573,2085,5538,2726,2008,3370,2325,2091,11553,4694,7465,2365,2161,2329,3614,2163,2335,6252,4861,12999,4650,3647,7663,2166,2330,5656,2221,2474,3290,2329,7352,11462,2619,3052,2151,2091,2730,2561,2059,4325,2081,2257,4051,2336,2367,5840,2175,2484,4987,2153,2163,2570,2133,2161,3383,5493,3734,5856,28801,2644,2090,5821,4330,4133,2240,2125,3219,2642,4025,4844,8948,2899,2561,2639,3219,3570,2614,13305,2409,2413,8945,2208,7097,2618,27315,10710,2339,4761,2258,2515,3455,3012,3324,2247,2733,4251,5859,8018,3977,2849,8702,2451,2282,2814,2731,2520,2500,2237,2164,7074,2434,3254,2527,2251,4887,2687,2088,4177,3180,2969,4294,2599,2244,2084,2531,5338,8189,2205,6612,7265,2854,7627,4922,2410,16259,2528,3483,3119,7478,3775,4604,2127,2124,3212,2319,12247,3016,2203,2885,2213,2159,4217,2245,5090,4017,2199,3211,2644,1934,9196,2881,2289,6540,2326,3011,2285,3738,2513,5577,2376,2204,2039,2171,3013,3093,2604,15168,7827,5290,7375,3578,6174,13158,4385,13439,3932,2646,3448,9553,5816,11837,2523,3779,4279,2532,2641,5902,2006,3006,7435,2288,2288,11106,5934,2126,2084,7023,7588,12645,11798,2685,7296,1644,5411,6938,2175,18211,2976,2525,9749,2565,2924,5660,2928,3170,2619,6527,14413,13833,7704,5987,23624,2535,2243,11515,5663,4128,15086,2488,7344,4806,2419,4434,5473,3328,3120,6836,7206,9118,2882,6422,6417,2081,3091,3293,2764,4659,3980,8053,3743,2410,8452,6699,2125,2255,2161,2770,2926,8510,14726,6900,2809,2444,3004,2380,4969,2369,2164,9026,2538,2274,18340,2738,10060,4688,2142,9468,8864,3736,4597,2577,3489,10038,3519,2775,8501,17531,4015,16808,2489,10241,4645,3327,12804,12991,2659,14672,2736,23467,8785,3491,28084,2221,9305,5411,2118,2101,2247,2843,6129,2013,1959,10439,4941,2121,8864,23228,2456,9218,2651,2168,7778,2214,2850,3081,2419,2436,5174,2414,2403,4186,2913,2050,4813,3973,2815,6460,4370,2159,4670,2391,2900,6854,2284,2248,6336,2134,2044,2971,3124,2374,6456,2369,7504,4096,2399,5137,2411,23436,9455,2330,5590,2685,2481,12431,2974,7146,2329,2491,6812,2532,2327,10911,3255,2314,8518,3688,2807,8986,2250,2115,3337,2810,7061,8901,2211,8180,3014,3335,6130,2340,2362,4043,2087,2045,3299,2798,2129,4693,2421,2632,2576,2082,2163,5139,5172,2126,3177,3048,2087,5780,4326,3087,3496,3171,2321,3211,2286,2086,8353,2327,6129,5665,2202,4092,2376,2281,3287,2091,2044,4212,2203,2367,2213,2045,2048,4927,3049,1975,2214,4440,2528,2130,6413,8835,2198,2889,2086,2088,4133,2137,2570,3598,2053,2125,5059,2205,2640,3089,2052,3214,15836,3217,2404,6784,2449,10185,13841,2248,9713,8424,2326,5463,2446,9619,11606,2613,12511,4251,3009,10104,2577,19455,12476,2282,6547,2245,2802,6869,2121,2855,3809,2324,2131,2605,2121,11318,2771,2368,4341,2713,2455,3928,2406,2576,3684,2089,2178,5736,5292,2763,6053,2173,2120,6997,2768,2400,10228,5659,2157,6621,9557,4136,2605,2088,7333,2247,3816,3292,4126,2085,2210,2122,6947,2607,2328,3051,5975,10506,5619,2051,2897,3203,2723,2126,2257,2445,3761,3090,3132,2408,2257,2448,5290,2689,2400,3374,2209,2047,4491,2280,2087,4826,2481,2458,5844,2812,2289,5786,2157,2095,6083,7224,2332,9069,2158,1972,9911,2334,4329,4043,2411,2249,4608,2496,2165,4808,1971,2199,6906,2483,2729,4374,2211,2214,4681,2086,2053,2445,2127,2009,3413,2760,2045,4184,6212,2281,2456,3766,2166,8550,5457,2652,7468,3596,3051,4255,2080,2053,2043,2047,2613,5289,2249,3093,4459,3330,2088,4119,2205,2287,5419,2088,2041,2651,2011,2170,3936,9745,2649,6176,4892,2201,3338,4486,2287,3658,4768,2246,5174,2538,2881,8025,2127,2053,4251,2045,2167,4330,1965,2165,8151,2242,2009,7294,2329,2012,3563,4657,2131,2413,6850,2172,2165,10240,2324,2453,6859,2485,2160,4542,3001,2561,4172,2175,2046,4967,2783,2125,6649,2174,2319,5833,2603,2079,3902,2392,2287,8914,2485,2205,3380,2360,2484,5615,2127,3292,4747,4440,2092,6812,8225,2489,7507,2205,2375,5926,2494,2125,4771,2133,2124,2165,6696,1973,2323,2330,2082,1970,2689,2200,2209,4989,2158,2046,2525,2170,2080,4291,2171,2049,3890,2204,2209,4006,2255,2969,7345,2212,2120,5331,3142,3401,5529,2206,2173,5573,2371,4984,13828,2210,2127,7743,6737,5736,7711,7820,2534,13756,2683,10038,3531,2400,4380,2281,2213,4412,2204,2777,8381,2319,2527,3467,2163,2193,6101,2447,2768,7505,2088,2248,2566,3250,2535,10194,2994,2337,9342,2163,4174,2410,2208,5017,2400,2012,10507,2164,2452,12474,2093,2768,2201,2210,5421,2681,2087,2044,2301,2240,10062,3182,2326,6819,2163,2167,4246,5630,2676,5822,2294,2244,9338,2128,2729,8311,2443,2644,5740,2488,3778,5815,2369,2135,8294,9872,2120,3732,2205,2245,6236,2319,2126,4813,2736,2650,9297,2169,2086,8578,2248,2167,4347,6776,2360,5096,5135,2577,8534,2459,2563,19620,6820,2559,2367,2303,2274,2845,2215,2004,2895,2682,2138,9825,2241,2370,6892,2411,2084,2085,2129,2370,3088,2164,2210,2441,2168,2458,4375,3404,5368,2296,2482,8385,2332,2166,5745,2436,2251,5896,2483,2172,5699,2365,2047,6213,2287,2010,3726,2090,2168,5813,4454,2124,3667,6209,2120,3940,3367,3810,6064,2688,2083,3733,2320,2010,4811,2054,2080,11394,6659,2369,5821,2218,2149,6025,2320,2651,5550,2352,2330,9881,2442,1926,11586,2251,2407,8627,2648,2204,3653,3326,12687,13874,4863,5928,1971,4617,3646,2697,10062,2202,2096,7175,2252,2079,5388,7016,2081,3931,2213,2525,30055,2886,2806,9039,2473,43627,9338,32740,4336,2446,8378,2461,2768,6849,2243,2055,2407,2126,2120,5818,2053,2159,2610,2364,2169,5938,2132,2122,15379,2839,9751,6817,2608,6782,2323,12727,8416,2663,12544,2253,2037,7306,2243,2207,7676,2156,2163,7545,3016,2320,6301,4544,2397,4096,2161,2050,2048,2164,2324,4379,2087,2206,2159,3696,2210,2198,4052,2287,2207,2086,7712,2238,5626,5372,2322,4697,2848,2006,5589,11063,2448,6543,2212,2287,3279,2373,2207,5659,2199,2051,3652,3164,3423,6368,2122,2174,4336,2813,4120,4700,2653,3726,2600,2005,3627,6778,2239,5581,4735,2207,11029,2331,2481,4290,2334,2081,3055,2843,2172,5289,3341,2969,3808,2092,3605,7255,3249,4056,8030,2480,2448,4097,2446,2004,2936,2288,3121,9591,2369,5180,4281,2294,2894,2917,2302,2113,3651,2686,2575,2520,2610,2050,3613,6817,2248,2890,6145,2321,2413,3251,2433,2495,2288,3817,2447,2085,2088,2359,7667,4688,5138,5773,2331,2207,3857,2401,3291,3008,2371,2164,3329,2209,2964,4331,2207,1971,2845,2652,2847,3412,2568,3778,6165,3897,2125,3092,2897,2116,2162,2343,3009,4197,2415,6180,4967,2485,2941,2756,2329,3702,4209,2240,3502,2157,2409,2243,2135,2279,3855,2408,3015,6612,1965,1971,6735,2051,4049,4889,2695,2126,3012,2449,2156,2013,2293,2281,6579,2286,1967,5373,3942,2201,2488,2640,2208,3178,2362,2444,2975,2041,2211,4533,6663,2367,5783,2200,2095,6010,4214,2132,7705,5482,2131,15966,8229,2527,6974,2252,2487,6221,4215,8699,2490,2849,13518,10389,11886,4770,2286,2529,4783,2475,4012,11000,4930,5896,3697,2158,3781,2600,2094,3574,2527,2439,2888,2541,2120,6220,6460,2730,4882,3172,1968,2161,4504,2042,3451,3165,2645,2499,5659,2274,2856,4700,8585,11227,2162,5949,2320,5095,3966,2104,2912,3332,2172,4061,2153,2092,3655,2555,2253,5180,7259,2239,6064,2086,2007,5822,4449,2206,4620,4042,2530,2133,3765,2335,2154,5978,2343,2552,5256,2046,2701,6407,2215,2003,4460,2479,2654,5412,2283,6543,7862,2166,7221,3816,6093,4377,2445,7595,2729,7142,2116,2047,4344,8257,2202,3606,2660,2244,5367,2618,2169,4562,2450,2566,5508,2685,2492,6292,2119,2054,5130,2084,2338,8056,2205,2052,4086,2286,2333,8909,2280,2059,11428,2281,2251,20393,2887,8988,7257,2402,5978,2768,21301,10474,9143,2139,2360,4330,2003,2410,6057,7624,2809,14928,2247,2080,5740,2052,2004,2975,2563,6659,6655,2302,7410,2486,2285,10511,2332,4784,5610,2123,4014,2128,2006,3011,2488,2332,8812,2622,2239,6056,2168,2005,7384,5130,2339,4538,9975,2766,7920,6804,2332,6858,3051,2084,5181,2329,5581,5204,1891,4334,2039,2330,6778,2415,2645,11764,2393,2094,6184,2361,2120,5140,2291,2284,6177,5778,21592,11996,2609,12512,3178,10057,9348,2486,8718,2323,2213,12064,2171,2173,12627,2045,2945,15269,3010,6297,2732,2204,10752,2421,9913,6367,2208,6734,1972,2043,3696,4406,2327,5149,5532,2804,15056,2715,5630,7090,2245,3343,6690,2123,3895,2483,2173,10589,2564,2626,7485,2375,2440,5135,2451,2043,7872,2762,2208,3969,2291,5219,15083,2416,8535,2124,2135,11750,2364,10160,2245,1958,10479,2172,2276,3934,2138,2193,4014,2214,2237,5178,2210,3137,12225,2849,6152,4442,2160,3025,2203,2279,4052,2447,2773,7108,2241,8380,2685,2970,7146,2131,2397,4018,2283,2366,6270,4607,2615,9817,2288,2414,6664,2362,2166,4054,2330,2042,2090,2283,2201,3412,3006,11090,6968,2207,5978,2331,2172,3802,2449,2084,3862,2316,3047,2940,10436,2648,7489,2458,2728,2801,3177,3290,2880,2099,2202,2011,1996,2361,3089,2262,2882,3365,2375,2041,4383,4125,2119,4016,2378,2526,3075,2378,2566,2288,2317,2130,3779,2288,2168,5964,2488,2132,5541,2198,2089,2219,2276,2211,3963,2456,2969,2400,2124,5903,6496,2167,2492,3697,2403,4365,2326,2087,3019,2164,1965,3044,2165,2053,2963,2368,2490,5051,2248,2774,3136,2483,2289,5775,2135,2518,2850,3619,2835,4625,4800,2183,6058,2204,2209,7578,2449,2365,5661,2319,2287,4287,2167,2248,3330,2847,2341,3877,2224,2592,3818,2165,2123,3490,2173,2131,3604,2688,2365,3732,2219,2239,3414,2963,2617,3206,4088,2851,9899,2293,2087,7912,4691,2884,2124,2403,5298,2284,1974,10797,2163,2287,3485,2208,2483,5621,2772,2326,4254,5289,2168,5741,2123,2288,11682,2356,2259,3640,2222,2488,2076,2683,2615,2483,2329,2338,2958,2852,2536,12268,4093,5322,2574,2090,2442,2052,2042,2128,2167,2456,3772,2369,2770,11913,5606,1965,3545,2117,2079,2047,2172,2131,2687,2292,2368,2644,3769,2447,2253,4205,2202,2164,5786,2479,4495,3098,2493,2162,2438,2704,7446,2501,2475,2406,2977,3176,2363,2316,2136,2246,3413,2366,2529,2401,2292,2485,2410,2493,2402,2281,2211,2765,2374,2608,2567,2211,2235,4570,2380,4205,2080,3339,2045,2899,2402,2448,2482,3041,3179,2840,3739,2278,4094,5417,2289,2364,2823,2244,2569,2039,2170,2399,2329,2368,2257,2396,2496,2278,2535,2475,2582,3729,2323,4613,2206,2851,3079,2370,2215,2561,2411,2524,2414,3653,2245,2487,2570,3213,8148,2327,7006,4658,2286,2122,2092,2004,2128,2210,2014,2163,5255,3322,2645,3346,2238,4494,2573,2407,2329,2791,6144,2532,2254,4090,2328,4239,3978,2165,2362,3146,2365,2408,2605,2276,2254,2322,7020,2292,3210,3606,4305,2966,2673,2290,2090,2165,2493,2723,2606,2572,3020,2488,2366,3243,4614,2135,2479,3361,4374,2499,3047,2645,2687,3689,2365,1938,4605,2528,2090,5086,2136,7982,5692,2247,7984,2169,6226,6143,2475,2966,2132,2121,6264,2363,2568,7421,2296,1886,4575,2403,2455,2677,2220,2319,3805,2132,2321,6746,2801,2130,5058,2128,2005,8181,2167,2363,6666,2205,1927,2009,5626,2470,2502,9575,2335,2367,3891,2038,1934,5891,2294,2084,4528,2409,2126,3214,4533,2248,8308,2131,2042,4692,2807,2406,3782,5243,2010,4099,3758,2373,3456,3161,2212,4978,6777,2360,5510,10223,2806,3250,4773,8309,19378,6019,6333,2247,2534,7857,2207,2330,11762,3003,16567,7077,2688,5119,2248,2170,9354,2729,7138,2810,2132,7215,2130,1958,4775,2649,2281,6384,2291,10875,9147,2206,4765,2332,2170,3081,2214,2045,4007,4093,2125,10323,2357,2051,6857,2408,2162,4066,2273,4901,4295,2327,2365,3172,2407,2320,4134,2366,2053,5303,4723,2849,3339,4080,2851,11959,3777,3206,7579,2286,2809,3448,1970,2201,3499,2118,2329,2084,2368,2130,2329,3807,2451,5656,5377,2209,2843,4780,2283,5183,4127,2365,3861,2724,2438,2210,2296,2120,2283,4054,2008,2091,2117,2014,2041,2043,3422,2040,2005,2124,2372,2160,7155,2435,6941,4335,2287,2122,5786,2494,2599,3247,2375,2528,3921,3579,5010,9590,12678,10636,8702,2406,2128,4931,2373,3777,6976,2291,3884,2453,2814,8214,2284,3776,2602,5741,2165,2450,2124,2854,2761,14648,4542,2959,2860,2918,2245,2132,2176,2488,5855,2555,2251,2245,3384,8738,6696,3341,7896,4525,3297,6339,2404,2125,2333,2163,6138,3973,5586,2364,4125,2287,2811,3646,6180,2458,2519,7991,5141,6849,2285,2768,8954,2238,4698,3490,2282,3307,4893,2956,5306,2366,2132,14957,2053,5884,3780,2328,3526,3212,3891,3325,2898,3334,5206,3009,6134,2969,4131,2971,2257,2080,2698,2436,2858,4002,2325,9673,3535,6585,3082,2363,5304,6412,2523,3903,2277,2302,5207,2483,2328,2084,2245,2178,5170,2402,2337,3728,2690,2086,6214,8828,3771,4012,2287,2297,3128,2766,2720,3536,2375,2285,8694,18461,21190,5900,2568,3997,2131,2732,3014,2241,3256,2194,2339,7859,4687,2126,2927,2327,2050,4214,2367,2167,2084,2531,2521,2652,2407,2529,2333,2202,5346,2431,3580,2248,4006,5944,3005,2134,3050,2123,2172,4853,3442,2007,2199,2452,3294,2770,2329,2241,2131,3563,3659,2727,8305,6138,8827,3240,2536,3524,2896,2125,2650,2525,2652,2846,2133,2394,2496,4165,2978,2878,3821,3047,3606,2929,4416,4176,2199,2422,4213,3080,2807,2438,3376,2286,5508,2556,2125,2286,2622,2516,5908,2243,2249,2846,2415,2515,2205,2573,1968,2288,2090,2155,3779,2092,5892,3053,10753,3570,2319,2659,2362,5018,3612,3965,5020,3012,2236,2412,2965,2365,1974,6056,3171,3809,2164,3861,2754,2703,2517,2735,2933,3729,3158,2452,3852,3373,2799,2864,5287,2489,7696,2456,3654,2361,3575,7739,2286,2404,8551,4133,4173,2722,3219,6582,2432,2214,4898,2487,2489,2600,2004,3131,3778,5820,2476,5057,2899,7138,2601,2687,2335,3213,3042,2125,2324,2094,2890,12805,2198,2606,13837,2854,14010,13480,4650,8432,2804,3854,11830,2401,3578,5742,3974,2965,2244,2375,2880,3054,3293,2603,2086,2650,2966,2847,2093,2525,3005,2362,6667,2207,2725,2402,2821,1833,2569,5425,1715,1855,2081,5292,3014,3056,2251,2361,2131,5083,2085,2132,2287,2171,2198,4620,2608,2328,2325,2126,2403,11433,2043,2089,2087,3808,2220,5216,2362,3569,4263,2591,2456,2443,4948,2677,2248,2606,2251,4250,2240,2412,2484,3016,2362,2249,2848,2247,2647,3342,2190,2173,3972,2805,2253,3202,4341,2238,2690,3288,2291,2090,2645,2249,2167,3205,2380,2524,4482,2933,2327,5788,2683,2565,2323,2283,2697,4177,3052,2528,2593,3262,2411,5014,2438,2201,2130,2497,2157,2218,4530,2725,2118,2656,4769,2582,2166,2238,2210,2483,5420,2855,2402,2568,3119,2413,2682,2130,2362,2449,2571,2206,4814,2492,2688,2527,2441,6823,3087,2051,2603,2142,2568,4809,2364,3085,2779,2605,2399,2286,2290,2365,2412,2450,2523,2651,2928,2295,2552,2214,3409,2697,2554,2846,2256,2605,2453,3850,2936,2678,2493,2885,2496,3247,4370,2334,2473,2620,2609,2958,2092,2801,1936,2560,2577,5806,3376,2452,3173,2799,2722,3742,2476,2136,2932,3001,3010,2812,2724,4698,2238,2616,3373,2485,3040,2862,2635,5187,3327,2254,2314,2443,2743,4608,2323,2645,2247,2051,2257,4043,2165,2481,2541,2369,2479,2601,2128,2128,2411,2174,2202,5624,2560,3009,4060,2400,2442,3537,3965,2211,2119,2090,2082,2971,3930,2090,2170,2168,2243,4695,3733,2093,2205,2040,4651,2047,3222,2997,2207,2611,2337,2154,2447,2299,4838,2487,2340,3036,2896,2243,2445,2254,5341,2371,2125,2596,2618,2326,2444,2643,2164,1886,2173,3242,2331,2645,2463,2239,2282,2445,2648,2502,2124,2160,2126,2135,2644,1994,2136,2640,2584,2245,2756,2249,2337,2440,2492,2329,2276,2694,2606,2602,2373,5580,2250,2314,2292,2369,2612,2889,2356,2374,2253,2324,2122,2096,3875,2293,2127,2160,2138,2359,8312,3845,3456,4775,2168,2529,2525,2399,2689,2485,2742,2160,3651,5329,3377,5251,2648,1980,2156,2160,2182,3597,2494,2255,2480,2289,2365,2720,2375,2126,2643,2165,2211,2285,4903,4649,2449,2482,3088,2577,2330,2233,2054,2041,2210,2040,2096,5730,2051,2046,3005,2847,1965,2298,2480,2050,2126,2648,2051,2809,4655,2402,3932,4340,2440,6780,2038,2088,4542,7700,2401,1501,3599,2379,6534,2598,2295,2644,2203,2291,2723,2257,2481,2211,2412,2197,3092,2247,1967,2762,2088,8716,4080,2086,6580,4580,2564,20628,2486,35952,2248,2452,4597,2660,3728,10709,2490,5328,10200,3850,4088,4692,2171,2169,2249,5022,2361,5972,2128,3292,7735,2374,3172,2769,5255,7895,3494,7144,3009,2931,7746,2679,2132,5174,2362,2286,6461,2125,2093,7704,2127,2046,4407,7867,3766,4148,5578,2238,6825,3248,2644,3364,3619,2766,2281,2488,2262,3247,8345,14233,5339,2817,4851,5011,2416,3569,2209,2161,16768,13040,3578,5929,2933,3653,10261,2813,2643,19460,2928,5027,2152,8508,9026,3818,2648,6372,2009,2089,6222,2448,2688,5368,3858,2850,8457,2735,3534,4818,2325,2646,4767,2856,2167,9898,7382,4054,5776,2545,10458,7512,2684,4847,2045,2251,13568,2165,2558,8601,2996,5375,8513,2969,3362,2491,2821,4212,4443,3302,4283,2159,2134,4131,3046,4828,5360,2288,2491,7826,2242,2086,2212,2536,2166,6214,2396,2260,3079,2252,3483,5900,2532,2200,4537,6577,6543,4416,2418,3436,2172,2247,3496,2675,2334,3652,2167,2127,5531,2207,2087,3331,2081,2341,5134,2073,2329,3416,2244,2086,4211,2124,2217,3806,2163,2048,4130,2373,2079,3466,2315,2165,3529,2251,2564,3063,5642,2776,5415,2162,3747,2834,2574,7904,4970,4021,7576,2048,2288,4846,2772,2127,3614,2727,3164,3698,2371,1996,3731,2091,2126,4371,2011,7993,17436,2577,11950,2404,7306,6662,2570,8192,2634,2285,5430,2395,2449,7865,2367,2539,5498,2189,2291,3572,2536,3093,8777,2286,2454,4732,2604,2206,2887,2366,2335,7423,2559,3088,5173,2090,2488,5136,3086,3813,3414,2443,2166,2567,2210,2051,5700,3406,3529,6227,2284,2250,4042,2610,2483,2968,2208,2533,4853,2522,2581,4366,4609,3018,4006,2895,3085,3129,2049,4048,2363,3501,2639,2571,7827,7617,1770,2121,2285,2577,3898,2684,2162,2803,2968,2287,4296,2405,2130,2656,2362,2129,3080,2009,2090,2444,2977,2079,2371,2210,2088,2153,2170,2165,2496,1957,2337,2690,2486,2570,5007,2405,2853,3405,3615,2563,4332,2131,2218,2404,3483,2043,2528,2002,2215,3126,2043,2289,3086,2290,2456,3085,1926,2083,3743,6093,2332,2882,2888,1924,2777,2556,2700,2560,3253,2240,2091,4371,2248,3523,2705,3239,2241,2456,2253,2523,2491,1969,2512,2340,2366,2243,2133,2121,5979,6296,4419,6579,2770,2928,4328,2171,2394,3104,2525,6179,5250,2533,7540,2494,2231,2171,2082,2247,2856,2415,2324,3040,2170,2360,3530,2535,2282,2981,2281,2693,2598,2406,2170,2565,2412,2857,2399,2120,2166,2086,2086,2047,2046,2940,2290,2765,2371,2514,2124,2006,3505,4012,2968,2522,2047,2242,2691,2125,2048,2777,3042,2086,2696,4856,2602,3284,2765,2334,3573,2208,2567,2771,2233,2212,2564,2207,2406,2848,2696,2487,2327,2294,2764,2930,2207,2162,2083,2124,2527,2048,2203,2167,2261,2523,2084,2688,4051,2085,2215,2161,1965,2000,2133,2159,2013,2047,2841,2053,2324,2527,2658,4453,2525,2329,2288,3010,4212,7944,2530,5538,3410,2992,2450,2927,2251,3140,2153,2208,2334,2371,2840,2810,4300,2553,2649,3096,2614,4531,3159,2168,3776,3485,2125,2089,3934,2809,1889,4415,3280,2215,2894,3360,5705,2406,2690,2924,2161,2174,2881,4575,2247,2059,2811,8287,2410,3650,2459,6136,2814,2400,3011,2397,4107,2165,2684,2213,3844,2567,3295,2090,2526,2202,2292,3316,2176,2693,2286,2443,2254,2519,2532,6182,4725,2367,3372,6945,2646,3683,2412,3130,4570,2449,2412,2212,2640,3608,2811,2856,2287,2320,3404,2662,2244,2166,2365,2925,2921,2459,2249,3201,2214,2318,2771,2404,4264,4963,2212,3333,2768,2330,4282,2731,2811,3291,2202,2088,3328,2292,2290,2085,2531,2803,3895,2601,2886,2366,5789,2404,3211,2518,1889,4142,2285,2445,4570,2169,2159,3093,2251,2801,5263,2414,2243,5901,4161,2052,2044,2885,2984,2231,5552,2318,2768,6013,2093,2761,4374,2525,2136,6062,2520,2527,2804,2416,2094,3795,2135,2492,3568,1843,2362,3259,4564,2132,1920,6464,2247,2483,4015,2410,2256,5281,2327,2531,3011,2600,2656,3323,2374,2005,2442,3338,1884,4167,3139,2797,2784,3796,2136,2366,2640,2368,2012,4135,3966,2049,3894,3202,2409,2725,6063,2206,2812,5944,2486,2207,6168,2537,2356,4590,4399,2689,5463,4492,2246,2884,3048,2340,2354,6218,2166,2131,4743,2160,2441,5662,2325,2499,7290,3174,2120,4825,2444,2168,2401,1970,2121,2128,3568,2327,3339,3723,2328,2689,2208,2165,3937,2241,2125,2132,2360,2127,3137,2844,2205,2696,2679,2092,2332,4526,2125,3089,2448,2124,2696,2206,2042,2730,2445,2127,3294,2324,2051,2849,2123,2288,2722,2051,2042,4095,4576,13516,6619,2334,4614,2240,2087,4020,2564,2169,5534,2243,2287,4146,2563,9026,2447,2409,6655,2444,2246,5261,2295,6287,2487,2326,6823,2286,2326,6779,2378,2574,7537,2407,2320,5503,2286,2359,3935,2166,2403,6943,2499,3127,7500,6654,2768,3615,2251,2484,3012,2604,2697,5688,2293,2678,3456,2483,2285,7226,2283,2048,3173,2727,2697,5765,2291,2126,2407,2001,2532,3423,2638,3689,10670,2206,12531,4363,2081,3332,3129,2052,4166,2327,2731,30425,2431,5342,2048,2039,4660,2246,2281,13846,4263,2434,8713,3090,2496,7500,2604,2126,2207,2237,2939,7091,2172,2089,6909,2230,2132,2080,2417,2568,3165,2242,2138,2284,2046,2120,3207,2694,2161,4857,2172,2203,3460,2250,2203,3852,4496,2124,3047,2757,2166,3866,3285,2607,2611,2248,2760,6135,2813,2165,4897,2207,2736,3765,2241,2939,4566,2364,2303,4246,3885,6540,2325,2728,5746,2365,2728,6537,2204,2174,3007,2285,2081,3132,2902,3962,4695,2160,3817,2441,2051,2854,4452,2240,3810,2022,2230,2133,2137,2363,2208,2326,3600,4215,3088,2742,4317,2687,2367,2778,4210,2738,3242,2679,2499,2208,3091,2477,2453,3844,2809,2327,3016,2327,5980,2809,2532,3050,3446,2813,3756,2136,2356,2537,3046,2602,3853,2781,15325,4489,2246,3486,2565,2054,3686,2292,2282,2163,2127,2374,2767,2135,2687,2168,2208,2404,3731,4095,6771,3137,3363,3897,4295,3604,2602,5547,8505,2089,2796,2176,2895,3280,2658,2487,4646,9744,3851,10442,2769,2403,8941,3177,2649,4684,26255,7096,3972,5775,5781,25503,14006,2930,7343,2454,3363,2819,12359,1885,4934,8211,2527,3826,2196,3008,3011,2206,2771,2772,7948,5644,9948,11087,2838,6068,2236,2888,2205,3333,2452,4896,6859,6300,2368,3367,2522,2854,2764,1973,2326,2246,2574,1961,2162,3371,2808,1770,2084,3298,2072,2857,5047,2367,2207,3294,2322,2409,2292,2202,2208,2251,2567,18298,2366,2529,4213,2485,2896,6085,2861,2805,8137,4774,2982,6413,2455,15037,5450,2493,2127,2321,2570,6339,3487,2407,6338,2455,2364,3045,2132,2645,3771,2044,2094,2928,2164,2057,2966,2010,1997,2055,2158,2533,2558,1843,5106,4173,5490,3655,2840,4578,2815,2166,2357,2573,2485,5136,6095,3745,3441,2171,2198,2367,3465,2409,4372,2606,2203,2695,2162,2287,4096,2151,2127,25204,8951,2724,4416,2478,2168,2697,3083,4301,2407,5256,2761,2482,33541,18502,36119,4803,8986,2924,2450,11433,2413,2200,3092,2210,1962,5672,2481,2212,2681,2084,2205,2251,2848,2362,7109,2480,2565,4420,2161,2368,4382,2883,2538,2207,3155,2457,2168,2234,2252,3015,6658,2413,2526,3409,6692,2009,2929,2206,3930,2901,2287,3235,2420,3235,3022,2765,2328,4130,2239,2409,6539,2251,4458,3440,2047,2259,3358,2526,2061,2961,1923,2206,2125,2851,2090,2608,2649,3044,2246,6299,2011,4739,3764,2090,3889,4740,2236,4980,5700,2175,2485,2167,2159,2566,2372,2398,1931,2006,2485,2901,2551,2128,2247,2611,2249,2447,2884,2170,3099,3239,2807,2126,3294,2931,3924,2297,2075,5793,2324,3169,2690,2596,2166,3742,2604,2487,3090,2720,2098,3724,2259,2271,3504,2799,2206,7826,2569,3003,15171,2441,3259,3245,2402,5096,2367,4951,5120,2497,3532,2927,2370,4325,3019,2725,2643,2854,2683,5896,2083,3900,9504,2769,8386,9102,3583,4213,3081,2127,2966,2412,5851,5584,3529,3781,5402,2608,3049,2182,2521,4124,2366,3061,4846,3459,2486,6824,2530,2969,17046,2155,2054,4046,2250,2008,2578,3169,6292,4975,11907,9442,2201,2246,1964,2161,3251,1964,2218,3084,2566,2329,8341,2289,2089,2248,3645,4178,2601,2089,2407,2208,2450,2123,2245,2168,3260,2599,5223,2518,2167,5824,3173,2967,3251,2606,2492,2207,2401,2369,2168,2566,2575,3199,2049,2170,3612,3642,2163,5744,2371,2204,3441,2694,2204,3259,2195,2127,2092,2007,2165,3740,4529,3525,2368,2327,6103,3728,2895,2157,2900,2314,2766,2086,2699,2437,2333,6912,2712,2209,2572,3330,2329,2655,2240,2165,2288,2574,2318,2329,4085,2166,3573,2695,2167,2959,2453,2121,3704,2241,2124,5260,2332,2235,2811,2324,3340,5084,3299,2602,2083,2170,3411,2968,2486,2608,3135,2929,5734,2219,2683,4203,2172,2564,3368,2007,2209,2580,2919,2686,2497,2314,2488,2329,2125,2569,2404,2046,2301,3086,2328,2287,2568,2158,2294,2439,2647,2370,3127,2374,2327,3201,2527,2246,2742,2405,2490,2916,2131,2008,2043,4572,2177,3493,3002,2284,2170,2683,2048,2404,2650,2417,2169,2206,2484,2682,5577,2257,2516,2295,2401,2254,2200,2126,2440,2746,2400,2880,2012,2202,2248,2335,4134,2927,2489,2073,3861,3286,2533,6297,2279,2090,2291,2495,2161,2969,3048,2603,3055,2920,2372,3404,4697,2246,2043,5460,2527,2578,2044,2293,2998,2482,1765,2574,2129,1965,2199,2128,2090,2725,2374,2362,5015,2291,1964,4210,2407,6096,3016,2164,3292,2604,2405,3500,3087,3299,4999,2207,3172,2493,2484,3766,2412,2805,3007,2130,2453,2616,2597,2615,2647,2558,2568,2447,3938,4205,2575,3685,5787,3053,2280,2574,3368,4044,2649,2858,2450,30492,3205,2324,15292,2485,2328,10301,2286,2086,6232,2361,2524,4979,2772,2919,3137,3002,2298,7014,2327,2572,4165,2250,2165,5102,2638,2211,19818,2085,57417,6265,3933,8655,2333,2854,4124,2324,2524,4180,2364,7738,4666,2885,4821,4414,2609,2321,2282,2202,2898,2398,2496,10185,2250,9876,3124,2125,2012,2596,2011,2255,3004,2776,2407,3243,5172,2486,3662,2874,4500,2967,2417,6100,3598,2170,9021,3171,2932,2162,3055,2409,2122,2532,3653,2370,2290,6569,2419,2279,5732,2887,2130,2725,2767,2170,3049,4452,2287,2163,2863,2289,2354,2486,2125,2211,2564,2289,2533,2170,2556,2449,2327,3930,2367,2249,2164,2260,2686,2250,2167,2123,1957,2688,2210,2450,4610,2249,2285,4770,2332,3165,2453,2241,2780,2917,2648,2015,1962,2004,1930,1925,1928,2247,2285,2328,2933,5685,2048,1970,2046,2369,2129,2489,2368,2488,2650,2594,2336,2253,2759,2206,2611,2656,2964,2691,1846,2286,2610,2084,2403,2130,2880,2298,2604,2531,2079,4099,2192,6232,4884,2210,3127,4298,2895,2444,3250,2560,2209,2328,2525,2770,2845,2211,2405,2376,8304,2359,2691,2241,6586,3366,2127,3332,2088,2204,2771,2121,2493,2488,2736,3044,3367,2611,4843,2175,3370,2159,3052,2296,2449,2327,4209,2277,2377,2331,2285,2364,2294,2316,2366,2096,2243,2799,2131,2208,3893,2441,2170,3326,2449,2685,2610,3293,2442,2220,2357,3140,3409,3360,3504,2794,2689,4012,2125,2094,2568,2442,3132,2693,2758,2779,4096,8614,2485,5784,2648,2086,7714,2842,2089,1802,2885,2849,2120,2014,2002,2456,2403,2407,16658,7456,2320,2611,3848,2408,2449,2283,2533,2402,2053,2162,2809,2221,4613,2247,2360,2292,2152,2174,2804,2486,4581,6226,2557,2122,2206,2059,2154,2406,2690,2220,5176,2364,2365,3281,2776,2295,2122,2491,2078,2088,1961,2337,2072,2013,1925,1887,2533,2411,4770,2643,2370,3365,3053,2733,1529,5082,2325,4016,4815,2603,5577,2647,2130,2806,2611,2245,2250,2367,2365,2283,2497,5704,6533,2159,5295,4905,2275,2211,2605,2535,2046,3204,2333,2001,3498,2851,12713,7750,2558,2692,2253,2404,2168,2441,2400,2570,2044,2049,2010,2404,2569,2575,2159,4618,2562,2204,5948,3696,2327,7337,4727,2336,4571,2198,2051,4131,2095,2516,2174,2081,2087,11880,2280,2301,5481,2264,2350,3259,2362,2204,2624,2476,2122,2861,2638,2652,6257,2125,2122,2729,2172,2206,4454,2327,3181,3238,2445,2210,3844,1930,2604,2176,2077,3173,2375,5902,4524,2522,4181,2446,2566,3686,5779,2285,3463,2681,2081,2006,4377,2243,5545,4570,2414,3572,4162,2053,3729,2851,2363,2528,2052,2405,2039,2048,2130,2615,2358,2483,2774,2242,2214,3086,2205,2087,2329,2125,2084,2043,2332,2327,2082,2046,2212,2161,2128,2169,2050,4890,2408,4215,2643,2650,3087,2889,2087,2093,2279,3179,2640,2245,2048,2085,2611,2332,3163,2256,7903,2278,2366,3779,2521,2248,3454,2531,2209,2209,2201,2208,3081,2128,2131,3565,11279,2204,4772,2737,2732,2128,2121,2044,2247,2488,2127,2334,3007,2281,3605,2569,8910,4139,2199,8178,2010,2247,4251,2886,2296,4169,2530,2280,2206,2014,2323,4056,2170,2078,2410,2283,2221,2121,2208,2532,2516,3379,3037,2208,2858,2281,2323,4173,3254,3129,2365,2813,2405,3606,2934,2170,2557,2344,2152,2647,2213,2323,2252,2241,2730,2603,2492,2565,2451,3501,4173,3322,2289,2128,3214,2758,2089,4619,3893,2926,2236,2493,3007,2808,2173,2489,3928,2719,2373,4247,2173,2131,3177,2727,2280,2571,2921,2324,2260,2524,2440,2849,2611,2367,2281,2566,2330,3530,2129,13283,4166,2771,2930,2564,2211,2129,2044,2403,2491,2201,2173,2442,2811,2410,3415,5180,5969,2286,6943,2374,2287,2244,2613,2192,2340,2363,2250,3362,2048,2443,2738,2639,4975,2123,2049,3134,2284,2297,3208,2636,2255,2290,3968,2568,2888,2292,2520,2682,2893,26799,2567,3488,2291,3888,2252,2294,2163,2366,15851,3771,4577,8910,2480,2689,5167,2213,2645,2413,3092,2884,3689,2171,2249,2755,2409,2374,3573,2838,2169,2451,2046,2049,2893,3648,2602,3048,2172,2159,2178,4043,2486,2696,2329,2237,3168,2411,2484,2568,2326,2448,2369,2213,2336,2473,2128,2130,4207,2131,2041,2213,2363,2122,2421,4687,2163,2181,2276,2609,2083,4011,2259,2151,3738,2417,2478,2245,2123,2126,2179,2531,2608,2286,2365,4476,3543,2288,2161,2532,2519,2290,2045,2367,2208,2004,2462,2471,2063,2199,2094,2482,2528,2526,2282,2163,2130,2167,2537,2527,2241,2446,2136,2629,2298,2199,2331,2289,2449,2802,3214,2374,2643,2279,2252,2605,5264,2287,2363,2573,2925,2566,2690,2159,3302,2208,2409,4006,2408,2447,5181,2889,5613,2132,2207,2123,2046,2155,2123,2408,2210,3063,2357,2852,2163,2162,2213,20013,3104,2159,2808,2439,2047,3178,2282,2459,2521,2171,2403,2051,2729,3877,3980,5385,2642,2330,2167,3932,2366,4013,11141,2213,2173,7939,3055,8453,4815,2330,3940,2037,1966,4495,2132,2154,3132,2291,2400,2013,2280,2295,2159,1933,2136,2199,2332,2040,2092,2079,2127,2081,6392,2635,2416,3809,6894,2126,4214,2285,2015,3923,2367,2168,3294,1928,2080,3051,2128,1888,2209,2012,1966,2242,1927,2155,1974,2002,2451,2480,2492,2780,2194,2448,3733,2804,2293,2006,2160,2374,3017,2520,3483,2326,2250,2452,3162,3015,2488,4326,2648,2014,1965,2925,2371,2121,2004,3218,3053,3280,2573,2681,3097,2249,2692,3169,2160,2008,3321,2407,4630,3275,2370,2460,2285,2880,4262,3042,2440,2249,2051,2255,11034,7822,2685,4808,2250,2400,2937,2449,2118,1900,2672,2289,2608,2335,8190,15685,7738,3852,3607,9268,3092,2927,2897,2402,2372,2118,2492,2562,2330,2011,3647,2685,2608,2409,2252,2211,7335,2415,2244,2610,2356,2296,2642,3812,2611,2811,3926,2375,2162,3616,2361,2248,2247,3054,2519,2493,2329,2285,2687,2007,2368,2329,2769,2399,2449,2443,2241,2453,2123,2128,3608,2691,2530,2160,3699,2440,2173,3019,4447,2130,2486,3245,7417,2372,2686,2204,4345,4007,2406,2486,2374,2761,2567,2767,2258,2359,2361,2734,2249,5333,2487,2243,3653,4974,2165,2527,2166,2128,2333,2095,2193,2407,2726,2090,2363,3009,2249,3733,2405,2085,3656,2766,2460,5378,2432,2928,2815,2532,2172,3650,2476,2532,9706,2086,2458,2353,3209,2367,2056,2165,2133,7734,3859,2607,6300,2435,4661,4087,2498,2235,2181,2600,2802,6183,9825,9188,7540,2167,2980,2921,2049,2525,2532,2735,3597,2130,2122,4414,2221,2404,6853,4342,8388,4963,2082,3668,6443,2339,4887,2607,3087,8750,2644,3544,5244,2727,4017,2687,2605,2130,2208,2206,2044,2046,2605,7955,6811,2492,8340,2972,3327,5540,2368,6422,3979,5327,13474,2329,8466,8353,5783,5411,3888,2120,17457,33945,2164,3888,7462,4056,3571,4698,2320,7394,5291,3040,11244,7945,9671,3646,2242,7147,2681,2134,5503,2355,3168,2974,2361,2051,4061,2556,2569,4133,2164,2458,3173,2685,2569,4728,3006,6014,3341,2077,4227,2637,2048,2120,2612,2448,2165,2167,11796,7420,2849,10675,3527,2369,2412,3126,2569,2487,2287,2290,6619,2241,2452,2446,2406,2283,5021,3368,2166,3169,2246,2093,2200,2526,2334,2482,2369,2614,12401,2481,2531,4607,2089,1966,1967,2250,2325,2158,2014,2006,1965,1924,1961,2289,2174,2366,2318,2817,2240,2577,6650,2170,2010,2442,2773,3894,8021,2765,2083,3697,2083,5457,2689,17746,13230,2655,11302,2377,2968,12639,3091,7533,2366,2448,2335,2408,2196,2621,2200,2127,2086,1963,2044,2661,2482,2159,3461,3887,5854,3211,3732,3403,3453,1891,2319,2615,1965,2802,2931,2165,2531,2379,2167,1995,2444,3463,10100,15050,2403,2646,2205,2611,2127,2771,2294,2273,2142,2839,2250,11921,4294,2325,2275,2938,2856,2686,2328,2320,2283,2097,2244,2197,2610,3455,2412,2120,2288,2774,2528,2921,2768,2486,3093,2654,2480,2493,3490,2450,2520,2323,3612,2293,3975,2522,2359,2251,2178,2235,2211,2449,2809,2806,2651,2452,2488,2033,2124,2489,2261,3041,2173,2271,2420,2448,2274,2344,2486,2447,2407,2528,2768,3003,2454,2326,3769,2451,2363,2329,3888,2936,2327,2835,2568,2735,4567,2684,3263,2448,3452,3283,2570,2604,2447,2402,2174,3645,2405,2574,2604,2648,2244,2175,2854,1992,2611,2462,3199,2882,2369,2367,2298,2491,2841,2280,2981,2641,2250,2567,2166,2212,4289,2731,2243,2535,3524,2440,2693,2039,4308,2117,2740,5888,2930,2920,3217,4941,5286,3901,3575,3962,4208,2732,4865,2483,2518,4062,2491,2286,2967,2650,3969,2447,2690,2371,3083,2565,3209,2652,2809,2651,2321,3414,2924,3724,2985,2840,2487,2201,2297,2531,2403,4057,3761,2450,2528,2924,2895,2455,2363,3804,5940,4659,3608,3295,2400,2536,2601,2280,3340,2363,2246,2616,2685,2285,2721,2689,2377,2441,2164,2566,2247,2496,2246,3052,3806,2451,1884,2413,1957,2927,3618,2170,2553,2939,2851,2714,2263,2433,2221,2366,2404,2524,3294,2369,2885,2726,2565,2218,3364,3895,3045,2615,2359,2811,3085,4051,3895,4169,2934,2404,2399,2014,2170,2245,2891,2681,3326,2255,2763,2284,2093,3528,2486,2091,2282,3459,2686,2410,2207,2358,3181,2525,2329,2565,4812,3129,2285,3527,5621,2926,2731,8717,3072,2054,4334,5131,2211,2882,2180,2440,3568,3365,2174,2927,2449,1967,6300,2288,2131,7652,6740,2804,7265,3127,2213,2291,3202,2092,2321,3490,2367,2333,2360,3009,7708,2246,2256,6259,3564,7741,2362,2566,2738,2244,2444,3063,2395,9953,2249,2198,4591,2320,2196,2410,2405,2901,2523,2243,2286,3582,2881,2572,3441,2292,2528,2007,2118,2055,2323,2459,1959,2011,2685,4620,2235,2169,4453,2369,2045,2124,2282,2250,2011,2969,2078,3097,2280,2129,2614,3523,2368,2285,2132,2164,4263,4892,2805,3327,2170,2245,5745,3010,2323,2357,2613,3847,2895,2006,2044,2851,2120,2249,5899,2252,4974,7024,5769,2210,2808,3009,2163,2782,4319,2614,2799,2408,2012,1966,2650,2651,2452,2849,2915,2057,5500,2118,2078,3176,2494,2315,3693,2244,2295,4539,2837,2487,3141,4174,3403,9679,2603,2291,4280,3448,2087,1969,2164,3098,3087,2198,2048,2012,2079,2007,2973,2243,2009,5736,2533,9019,3577,2249,3964,2326,2737,3338,2312,2696,2845,2527,2973,2693,2205,6287,2175,2526,4176,2204,2206,3179,2757,2201,3653,2380,2238,2533,2404,2041,2337,2532,2367,4638,2087,2573,4177,3415,2352,6627,2537,2150,1933,2255,2237,2006,2565,2652,2403,2127,2218,2045,2480,4727,6302,2499,3721,2811,2162,2092,2296,2327,4165,2492,2406,3889,2413,2806,3531,2844,2209,3362,2933,2128,2775,2481,2213,2352,2734,2210,3722,2222,2279,6093,2170,2970,6422,2494,2810,5440,2178,2243,4570,2284,2256,2602,2327,10275,5493,2251,6611,2290,2084,2526,2496,2920,2207,2168,2249,2284,2608,3706,6656,2207,5656,7374,2204,2937,5252,2563,2657,2685,2258,2358,2368,2083,2738,4441,6379,9389,2284,4020,2210,2081,6230,2271,3730,4227,2245,3289,2572,2200,25120,2364,4852,14613,3081,2091,3214,6252,17976,13364,2918,3168,2497,11510,4172,5129,6149,4410,3291,4045,2696,2603,2328,2364,2381,2280,2569,3086,2760,2370,2088,2581,6290,2888,2411,2156,2245,4136,3814,2242,2490,2902,3041,2199,2058,4852,2597,2693,5909,2368,2486,2240,2574,2645,2451,3159,2365,2253,2240,3249,2734,2160,2809,2415,2326,2723,2132,4662,7223,2721,2809,4165,2216,2839,2372,2401,2257,2567,2570,2607,2414,2485,3481,2247,4623,6330,7698,3494,2173,2127,2444,2411,2449,2201,2602,2459,3443,3898,2729,2440,3285,2171,2251,5455,2736,3038,2334,3089,2639,2090,2168,2604,2496,2690,2152,2616,2284,2442,2457,2493,2688,2364,7581,2400,1967,5695,3170,2007,3696,2211,2485,3526,2852,2236,2219,2890,2530,2807,3523,2282,3292,2411,2766,3970,5255,3105,2237,2170,2250,2515,2932,2367,2285,3132,3100,2528,4642,3487,2128,2250,2204,2782,5811,2203,2171,3120,2420,2403,2280,2739,2410,2197,3244,3506,2282,2920,2688,2406,2304,2238,2082,2494,2446,5262,3151,2181,2800,2530,2414,2122,2360,2408,2286,2099,2639,3334,3812,4058,2482,2166,2206,2603,2379,2722,2368,1967,4845,2770,2252,2728,2567,2448,2253,2248,2409,2397,2490,2326,5734,2208,2167,2292,2247,2286,2122,2534,2241,2613,2677,2455,2576,2680,3365,2136,2760,2210,2173,2473,2166,2290,2612,2367,2897,2407,7249,2417,3412,2322,2202,3538,2774,2398,4053,2527,2279,2378,2168,2156,2340,2408,2199,2125,3493,2243,2969,3731,2090,2199,4589,3162,2080,2503,2721,2290,2569,2189,2338,2283,2009,1959,2171,5384,2720,2163,5018,2411,2602,2576,2125,2131,2482,2482,2566,2946,2632,2374,2367,2242,2341,4156,2619,2610,2368,2163,3415,2398,2451,2647,2159,2450,2491,2205,2128,2203,2525,2523,2536,2482,2373,2455,2397,2487,2258,4361,2209,2287,2966,2334,4009,2489,2481,5419,3087,2576,2407,2447,2319,2251,2450,2937,14042,2367,6937,7781,2335,2675,2245,2165,6632,2964,3219,17966,3218,5937,2476,2618,3247,2602,2337,2567,2795,2299,4884,9265,4108,11231,2395,6232,4047,2159,3662,2318,2085,2487,2329,2126,2534,2883,2334,6139,2246,2132,2716,2248,2124,2653,2206,2161,2167,2571,2128,2004,2096,2767,2610,2326,2206,2086,2205,2842,2371,3854,2286,2535,2726,2163,2277,2061,2081,2207,3482,2690,2169,2602,1969,2049,4334,2848,2203,2647,2051,2052,2444,3205,2852,3373,2484,2248,2934,2569,2634,2289,2089,2931,2735,3606,2171,2675,2293,2286,2481,2061,2717,2364,19102,2497,2524,2722,2321,2047,3330,2290,2125,2739,2886,2732,5380,2323,2367,3006,2359,2618,3810,2849,2132,3285,2811,2287,2129,2526,2248,2280,2809,2679,2371,2452,2932,2595,2451,1969,6268,11222,3289,2329,2287,2524,2609,2136,2725,2367,2126,3087,2895,2638,2373,2415,2322,2846,2720,1697,3525,11315,2849,2653,3205,2399,2213,2289,2523,3814,20710,2810,4489,2922,6108,3446,2086,4850,3131,2373,3967,4056,2613,4770,4218,2481,16810,2679,5348,5085,2447,3215,2650,3055,2686,3569,8267,4176,2518,2881,5350,3324,3852,2451,4165,2212,2489,2478,2207,3178,2607,3296,2403,2887,4500,3571,2839,2206,2406,5027,2516,2282,2211,2366,2006,2012,2079,2008,2890,2290,2283,2420,2516,2324,2410,2048,2567,2162,2008,2329,3015,2163,2601,2856,2241,2529,2090,2294,2279,4208,2414,2164,2765,6260,2288,4853,3047,2609,3613,2243,2534,2168,2725,2083,2849,2052,2081,2087,2207,2203,3413,2291,14088,4724,3344,2399,3082,2046,2622,2280,2201,2052,2520,2335,2295,2439,4290,9435,3536,5400,2206,3332,4499,2528,2521,2289,2252,2606,2004,2608,2287,2130,2040,2047,2206,2130,3164,17371,5426,2559,2452,2167,2247,2216,3723,2248,2159,2133,2407,2167,2649,2452,5167,2652,2602,9281,3251,2431,2648,2776,2607,2364,2778,2409,2202,2200,2611,2280,2302,11419,2131,5372,2329,2087,2407,2288,3611,2086,2578,2687,2568,2359,2244,2382,8618,2172,2327,3517,3131,2131,2080,2971,1931,2199,2007,2368,2252,3006,2607,3099,2797,2253,3169,2687,2408,4934,2441,2463,2635,3297,2968,2122,2484,2215,2327,2241,2732,2408,2527,2563,2495,2734,2200,3602,9565,2439,7062,2497,2521,2358,2007,2125,2372,2689,2246,2163,2657,2602,2804,2292,13048,6452,2296,2245,2238,2489,2680,2264,3049,4316,2452,2486,2377,2250,6486,2727,2332,3890,4537,2046,2280,3899,2363,3049,2771,2291,2238,3575,2804,2419,2331,2717,2723,2612,2081,2168,3654,2931,1927,2645,2890,2330,2451,2843,2400,4750,2286,2162,2329,2129,3523,5455,4937,2167,6653,2448,2414,3257,2240,2520,3967,3857,3626,9172,5429,2325,7540,2159,2495,2159,2009,1968,2081,2332,2685,2213,3458,4281,2448,2243,3770,3495,2162,2289,2085,2132,2377,3361,2856,2567,2366,2451,2558,2254,2675,2786,3683,2124,3536,2528,2484,3007,2445,2215,2353,2608,2177,2247,2246,2210,2286,2361,2284,2777,2444,2248,2453,2683,2891,2449,2407,2363,3015,2404,2125,2166,3650,2041,3889,2447,2368,4374,1969,2726,2698,2408,2759,2525,2810,2862,2314,3540,5447,2486,4822,2081,3890,2128,2122,2215,3247,2242,2446,2211,2571,2440,2263,2883,2682,3132,2683,2204,2262,2236,3211,2416,2398,2250,2120,3184,2395,2611,2488,2726,2284,2046,2935,2520,2218,6464,2366,2843,2565,2296,5134,2724,2210,3132,2641,2252,2842,2452,2846,3687,2044,1847,2298,2529,2521,2855,2521,2491,2730,2476,2172,2123,2326,2443,2045,2608,2132,2766,2292,3924,2532,2167,2096,2476,2618,2638,2245,2246,2285,3942,2205,2285,8702,3493,2769,2726,2168,3343,2952,2452,2167,2046,2452,2526,3415,2964,2370,2761,4294,2774,3122,2810,7180,2611,3618,2130,2111,2373,2738,2315,1927,2772,2403,2576,3004,6982,8230,4415,3844,2568,2490,2652,2360,5939,3050,5981,8266,2921,4899,2247,2209,5806,2446,2294,5854,2163,2054,5898,2362,2815,4364,2127,2246,3373,2407,2250,13719,4221,4008,3282,3145,2568,2441,2607,3085,3181,2728,2482,2038,2205,2901,2315,2823,3840,2420,4692,2284,2171,2962,2447,2399,2810,2295,2412,3534,2080,2286,2844,3898,2716,2818,3333,2195,2414,2684,2648,3009,2536,1931,3279,2364,2090,2043,9397,2195,2090,2171,2162,2203,3135,2451,2165,2402,2569,2086,2084,1929,2249,1999,2054,2170,2128,2289,2682,1927,3001,1971,2047,2206,2170,2048,2320,2284,2169,3324,2372,2205,3449,2815,2766,2964,2206,2296,3088,3498,2998,2370,2202,1964,1967,2013,2685,3496,2406,3578,3122,2730,2248,3762,2084,2740,4332,2718,4617,2166,2139,2368,2081,2769,3006,2413,2241,2692,2359,2089,2218,5963,2331,2251,2560,2489,3164,2254,2606,2417,2400,2287,2163,2326,2289,2254,2477,2012,2321,2501,3281,2210,4127,2892,2039,4495,2653,2087,4937,7618,2523,3851,2370,2488,3138,4281,2260,3205,2403,2563,1898,2285,2289,4003,2245,2254,4012,2359,5871,2682,2521,3975,2084,2092,2207,2454,2490,2488,2920,2200,2286,2252,2562,2619,2613,2596,2286,2211,2484,2538,2649,2281,2325,2802,2860,2476,5427,3364,2561,2543,2437,2492,2361,2861,2473,2770,2208,2328,2461,2639,2157,2453,2243,2491,2404,2729,2496,2127,2440,2090,2606,2522,2217,4336,4761,2573,2971,2240,2417,2678,2460,2489,2593,2295,2320,3658,2809,2680,2504,2644,2408,4243,2047,1928,2044,2042,2014,1960,3580,4531,3121,3813,2091,4659,2682,2162,2128,2725,2210,2415,4806,2448,2256,2277,3376,2162,2084,2411,2447,2210,2159,2220,7459,2488,2080,5495,2209,2047,4289,2124,2128,6021,2327,2085,3572,2406,2889,3094,2247,2455,4562,2163,3619,2079,2383,2925,2841,2247,3847,2530,2527,6822,4618,2278,2247,3851,2409,2257,7026,6248,2446,3022,3327,2403,2656,2595,2486,2448,2180,2928,3368,2283,2450,2209,2607,2482,3017,3085,2359,2322,2485,2933,2888,6384,2167,2122,3338,9626,2574,2201,2610,2447,2365,2496,2609,2606,2361,2330,2325,2254,2562,2454,2441,2208,2356,2299,3128,2720,3018,2370,2603,2398,2299,2639,2487,2372,2731,1956,2008,2568,2604,2540,2413,2676,2413,3850,4764,2295,7590,2675,2215,2801,2371,2601,3100,2960,2374,2480,2447,2295,2613,2689,2445,2488,2565,2406,3330,2328,2254,2557,2244,2165,3138,2838,2254,2200,2328,2414,2842,2617,2731,2525,2493,2403,2329,2195,2409,4626,2122,2573,3682,3290,2083,4492,3327,2655,2529,2330,2534,2926,2514,2449,2408,2320,2466,2322,2730,2318,2174,2368,2164,2209,2519,2662,2642,2288,2200,2205,2658,2650,2525,2533,2527,2684,2446,2080,2774,2334,2440,2812,2030,2305,2801,2444,2131,2521,2579,2283,2406,2373,2367,2365,2371,2442,3253,3044,2491,2519,2372,2451,2446,2247,2682,2610,2202,2574,2977,2761,2597,2253,2414,2204,2644,2418,2920,2806,2256,2402,2371,2677,2294,2527,2531,2287,2282,2003,1884,2614,2889,2453,2562,2447,2367,2288,2479,3053,2253,2530,2332,2439,2250,2326,2285,2362,2125,2082,2054,2213,2371,2444,2491,2608,2479,2763,3100,2359,3086,2450,2490,2886,2920,2378,2283,2087,2527,2400,2290,2296,3889,2402,2413,2338,3487,2490,2476,2378,2795,2209,2616,2603,2364,2005,2649,1924,2010,2448,2642,2848,2524,2820,3618,2769,2433,2580,2568,2329,2955,2328,2257,2562,2405,2480,2866,2596,2285,2775,2849,2406,3415,2725,4941,2288,2643,2851,2233,2422,2451,3675,2524,2488,2544,2635,2650,3010,2442,2454,2400,2372,2649,3286,3259,2647,2443,2531,2600,2737,2722,2377,2730,2396,2688,2576,2248,2282,2332,2324,2353,2447,3382,2484,2085,2170,2326,2646,2773,2762,2129,2650,2405,2535,3172,2473,2906,2800,2247,8218,2700,2528,2689,2639,2122,2457,2440,2294,3368,2609,2654,2647,2568,2450,2526,2752,2423,2276,2452,2402,3183,2876,2135,2203,2612,2686,2608,2687,2447,2332,2241,2371,3173,3408,3132,2166,2323,2572,2166,2047,2430,2294,2857,1959,1962,2088,3052,2735,2120,3290,3327,2285,2500,2808,2567,2633,2293,2247,2243,6827,3924,2732,2161,2095,3172,4740,3238,2855,2088,2600,2248,2977,2607,2442,2412,2516,2382,3006,2449,2326,2314,2168,2536,3176,2522,2084,3699,3365,2573,2440,3404,2651,2294,2811,2319,1998,2528,2369,2340,2485,2481,2493,5497,2129,2005,2284,4087,3930,2448,3098,2573,2434,2579,3475,2251,2612,2321,2495,2208,4131,3451,2121,2408,2211,2763,3531,2923,2409,2813,2080,2302,3079,2539,3756,2615,2530,2687,3213,2194,2169,1968,2454,4171,3690,2175,3088,2601,2603,2930,1967,2296,2519,2483,2490,3249,2693,2600,2655,2248,2609,2090,2209,2723,2240,3941,2085,2324,2535,2033,3294,5655,2324,2085,2411,2004,2773,2443,2166,2290,2216,7899,4572,2279,2779,2638,2167,2326,4622,2294,2716,3254,3332,2319,5744,2440,1932,2601,2411,2325,2374,3258,2842,2604,2327,2533,1845,2854,2241,2245,2131,2207,2443,3286,2335,2201,2808,2127,2079,5698,2326,2985,2840,2568,2319,2340,2475,2375,2414,2167,7902,2159,2083,4422,4529,3654,3239,2536,2129,2292,3247,3161,2450,2363,3811,8106,3933,4015,4087,2173,3578,3441,2486,2693,2206,2920,2570,2771,2442,3863,5454,2736,3603,2491,2126,3091,2153,2126,8269,2613,3403,2772,2202,2582,2404,2248,3408,2680,3173,3930,2810,2403,7023,6221,2442,2291,2331,4053,3249,2450,2052,2404,2327,2441,2521,2212,2407,6496,2127,2045,3813,2490,6014,3375,2617,4085,2325,2323,3409,2569,2420,4253,2680,3489,3126,2450,4538,2696,2407,3677,2205,3140,3813,2758,2164,3532,2090,2332,2286,2047,2440,2496,1877,2653,2125,2364,2525,2218,4445,2537,4211,2038,2691,2808,2128,2242,2372,4337,2692,2316,2531,2168,2399,3778,4979,2437,3420,2289,6492,2170,5010,2768,3776,2569,2323,2289,2321,2450,2942,2282,2363,2615,2489,2325,2723,4181,11263,2644,2531,2245,4537,4690,2529,2128,2214,2516,2044,2585,2756,12353,9516,2319,2095,3409,2446,2458,2794,2370,2368,2282,2453,2687,2725,2214,2401,2050,2122,2086,1895,2892,2444,5333,6825,3412,2490,3197,2610,2737,2597,2604,2335,2560,2052,4852,2163,2262,5563,2205,2289,3171,4653,2089,2494,2754,2613,3101,2644,2249,8263,2294,2362,2202,2093,2635,4096,3048,2735,3410,2530,2639,2207,2008,2445,2606,3618,2135,2403,3005,2654,2160,3177,2231,2089,2651,2004,2805,2942,2524,2608,2404,2335,3039,2653,2208,10501,2974,2570,3485,2943,2436,2127,2122,2167,2409,2571,2246,2364,2461,2594,2658,2812,2682,2207,2974,2603,2973,2883,2328,2850,2408,2404,4372,1920,2491,2202,3650,2772,2462,2403,2530,2440,2454,2604,2933,4002,2327,2169,2449,6615,2568,2489,2683,2568,2532,2976,4419,2670,2528,2252,2326,3248,2730,2484,2527,2658,2652,2433,2304,2678,2778,2716,2564,2369,2257,2076,2862,2603,3768,2491,3089,2888,2405,2610,3173,2368,3845,2482,2042,2465,2637,2328,2810,2159,2734,2644,2209,2901,5249,3929,3214,2448,4164,2649,2453,3128,2692,1996,2702,3113,2583,2688,2723,2641,2406,2453,2370,2367,2208,3154,2547,3125,2534,2600,2760,2330,2454,2615,2666,2584,2644,2849,2597,2455,2936,2729,2447,2368,2687,2571,3008,3048,2610,2444,2650,2760,2565,3413,2328,2638,2451,2607,2619,6773,2124,4260,3046,4256,2240,2570,2700,2272,3658,2363,2646,2447,2495,2401,2451,2162,2537,2731,2556,2337,2368,2713,2224,3645,2600,2451,2926,2970,2206,3057,2653,2359,2483,2528,2569,2652,2617,2561,2560,2728,2204,3253,2689,2725,2494,2523,3775,2688,2135,2762,2403,3128,2695,2525,3059,2758,2652,2686,2574,2203,2731,2651,2444,2451,2357,2246,2533,2247,2652,3008,2679,2965,2336,2401,2617,2650,2529,2766,2442,2978,2675,2409,2537,2523,2495,3842,2319,2249,2448,3046,3210,2783,2473,2327,2532,2482,2493,2811,2850,2769,5538,9662,3729,2782,2248,6973,3202,2774,2763,2289,2565,2326,3331,2937,2613,3075,3064,2088,13510,3372,5096,8031,2675,5827,2123,2001,2569,2204,6231,22098,3492,3326,2702,2717,2366,2369,2283,3974,2243,2259,3158,2328,2289,5657,4174,2205,3810,2326,2206,2053,1999,2007,2490,2210,2287,2724,2203,2375,3251,2447,2085,4167,2048,2045,1531,2250,2526,3168,2696,2401,4018,2437,2085,3661,2330,2553,3343,3397,2687,5371,2542,2172,4238,2049,2206,5216,2284,2534,2567,2365,2849,2726,2086,2212,2569,2571,2763,2739,2599,3055,2765,2371,3370,2207,2163,6733,2812,2481,5342,2244,3333,2085,2284,4011,2249,2684,2774,3421,2754,7594,2250,4851,2479,2411,2687,2643,2979,3445,2336,2359,2854,2716,3330,3140,2725,2853,6688,2611,2770,3898,2604,2416,2802,3367,2490,4811,2491,2198,2327,2614,2735,4697,2167,5172,2410,3197,5661,2253,2402,2004,2613,2492,2198,2006,2088,2756,4185,2282,5309,2527,2360,2242,2084,3382,4323,2372,3619,2447,2473,4013,2327,2132,4084,2301,2206,3842,3007,2125,2969,2415,2078,3424,2919,2407,3055,2720,2126,3587,4640,2093,6972,2328,2295,5092,2167,2160,4139,3048,2729,2762,2251,2125,3136,2562,2124,2370,2734,2732,8304,2285,2448,3535,2522,2248,3253,2731,2032,2689,2325,2295,2879,2457,2572,2079,2521,2899,10664,2490,2806,4815,2293,2213,2682,2132,2798,2528,2127,2366,2565,2453,2401,3820,2646,3455,2805,2118,2247,5260,2254,3566,2175,2552,3132,4427,2842,2044,2168,3097,2969,3165,2566,2368,2886,2933,3092,2194,2180,2206,2280,2491,2960,2329,2244,2090,2456,2446,2439,2528,2284,7184,7145,2245,2819,2405,2608,2313,2374,2046,2369,2126,2046,2162,2289,2082,3337,2760,2022,2192,2411,2445,2500,2277,2217,2592,2452,2407,2260,2680,3977,2199,2779,3287,2651,2567,2838,2561,2863,2564,3053,2807,2556,2328,2576,2687,2479,2264,2363,2236,3852,1970,2370,4686,2779,2476,2567,2369,2209,2567,2702,2477,2322,2616,2688,2816,2604,2885,2569,2452,3286,2971,2791,2304,2647,2372,3127,2606,2918,2565,2697,3413,2447,2447,3442,2656,2532,2608,2687,2765,2689,2734,2802,2693,2512,2295,2002,2534,2840,1973,2571,2607,2567,2441,2160,2731,2410,2412,2370,2691,2596,2368,3104,2552,4587,2932,2244,4804,2688,2653,2776,2928,2565,2274,4216,2407,2574,2293,2726,2636,2249,2685,2818,2694,2798,3846,2579,2451,2124,3214,2672,2584,2487,2608,2362,2689,2518,2540,2445,2285,2839,2527,2170,2330,2361,2493,2644,2246,2014,3614,2730,2273,2289,2328,2568,2537,2282,2487,2363,2574,2288,2410,2999,2419,2407,2480,2411,2289,2515,2661,2239,2409,2446,2733,2730,2525,2532,2563,2523,2447,2485,2129,2570,2730,2494,2279,4893,2244,2300,2395,1896,2403,3371,2569,2157,2575,2930,2853,2310,2328,2657,2484,2765,2539,2360,2320,2531,2404,2331,2742,2769,2682,2608,2570,2331,3201,2733,2210,2367,2160,2134,2644,2558,3175,2607,2289,2328,2402,2493,2156,2378,2568,2485,2768,2489,3368,2721,2607,2408,2363,2246,2261,3239,2486,2459,2605,2287,2564,2481,2586,2556,3085,2533,2567,2496,2554,2905,2354,2569,2446,2645,2612,3135,2441,2413,2528,2723,2727,2324,2258,3160,2526,2336,3402,2413,2399,2660,2492,2443,2411,2606,2722,3408,2332,2318,2544,3528,4574,3615,4279,2407,3731,2339,3242,2486,2443,2890,2367,2856,2355,2372,2564,2703,2244,2367,2081,3488,2742,2286,2929,2515,2777,2649,2568,2557,3092,2445,2364,2222,2715,2374,2452,2565,10786,3046,2933,2416,2596,2492,2537,2604,2487,2729,2355,2608,2448,2407,2292,2449,2962,2091,2330,2081,2376,2678,3381,2123,3245,2524,2415,2243,3449,2691,2317,2708,2684,2614,2511,2616,2210,2090,3001,2448,2496,2962,3361,5343,2656,2409,2272,2211,3253,4695,2443,2282,2052,2680,2331,2689,2080,2658,2897,3242,3089,2407,5371,2203,2048,2853,2208,2525,2170,2447,2520,2334,2128,2085,2296,2526,2680,5459,2373,2403,2128,2356,2777,2399,1968,2287,2010,2849,2327,2171,2163,2332,2596,2205,2046,3014,2124,2485,2126,12799,4621,4528,5977,1970,2443,2131,2530,2616,2367,2447,2432,3171,4173,3703,6651,2457,3770,4207,2126,2410,2771,3045,2289,2976,2992,2489,2091,3889,2405,2134,3650,2201,2209,5136,2525,2807,2046,2575,2207,1925,2121,2608,3290,2528,2167,2125,2046,2206,3020,2484,2170,2449,5605,2210,2210,2091,2804,2722,2324,2451,3017,2372,2314,2284,2293,2160,2344,2561,2492,2321,2402,2619,2369,10385,6342,2564,3007,2524,3136,3808,2883,2012,2482,2171,2325,2939,2396,3384,2284,2487,4213,2365,2808,2493,2446,2273,2654,3367,2049,2002,2290,2408,2044,1845,2011,2484,2414,2890,3609,2159,2083,1974,2368,2884,2378,2447,2360,2363,2377,2892,2396,2563,2497,2289,2162,3372,2323,2004,2452,2280,2005,2087,6100,2494,2285,2333,2170,2927,2321,2162,2128,2082,2095,2210,3405,2333,2329,5573,4363,2046,3730,4785,2478,2534,2318,2093,2811,2559,2577,3856,2356,2653,6095,2246,2285,4628,3642,2565,2213,3365,2257,2484,2161,2296,3921,2209,2280,2328,2045,4306,2247,2127,6128,2179,2763,2920,2408,2166,2493,4610,2491,2280,2091,2003,2007,2089,3010,2659,5290,2478,2816,2441,2250,2164,2125,2606,2132,2365,3500,2245,2286,2083,2646,2045,2337,2848,3493,2358,2200,4214,2292,6098,4047,2663,2685,2842,2523,2325,2448,2294,2404,2484,2335,2327,5578,2600,2744,3442,2890,3328,2612,2155,3333,2414,3570,4861,2284,3002,2125,2173,2322,2527,2413,2210,2673,3614,2457,4371,2245,2882,2366,2741,6212,2607,2739,5203,3411,2245,2650,2571,2603,2570,2408,2486,2409,3050,2567,7990,2235,2054,2721,2773,2445,2455,2726,2973,2766,3014,2606,3493,2807,2722,3484,2486,2850,2967,2295,2808,2403,2566,3616,2681,2412,2167,3089,2206,2401,2692,2410,2420,2552,2413,2691,2639,1859,2284,2757,3172,3167,2289,5300,2805,2491,2319,2895,2418,3291,2563,2494,2403,2527,2435,2933,2364,2498,2716,2410,3137,4610,2326,2083,2928,2807,2734,2325,2574,2480,2893,2845,2445,2499,2446,2478,3168,2579,2364,3215,2802,3765,2543,3564,2370,2929,2689,2637,2447,3370,5585,4579,2564,2252,4090,2686,2447,5417,2768,2568,2890,2806,3612,2441,2563,2579,2213,2802,5944,2560,3611,2798,2450,3102,2246,2285,2639,2565,2125,2302,2557,2523,2368,2686,3104,2560,2207,2122,2251,3783,2363,2324,3762,2091,2050,2888,3088,4664,2994,2379,2718,3087,2487,2782,2691,2996,2653,2776,2364,3086,2734,3449,2567,2237,2444,2327,2812,2725,2650,2538,2724,2573,2410,2313,2382,2515,2297,10900,2248,2323,5388,2285,3323,2686,2655,2208,2042,1961,2370,2287,2526,2490,7029,2407,2288,2449,3653,2640,2769,2118,2298,39595,2729,2002,2007,2332,2043,2330,3333,2475,2448,2503,2561,2242,3648,2583,2679,3653,2406,2573,3529,2770,2284,2491,2487,2565,3649,3414,4289,3053,2451,10576,2820,4686,3174,2566,2206,2366,2403,2212,2365,2644,2294,2643,2287,3219,2804,3764,2014,2162,3692,2576,3045,3764,2692,2325,2327,2126,2541,3168,2635,2447,2292,2404,2292,1966,2768,2128,2207,2687,2159,2215,3083,2447,3214,3011,2532,2354,2058,2316,2494,2048,2413,2530,2688,2325,2446,2285,2128,2565,2487,2727,2447,3166,2612,2612,2474,3090,2450,3008,3053,2449,2570,2690,2613,2711,2609,2456,2611,2607,2774,2405,2636,2376,2405,2296,2633,1975,2332,2396,2643,2702,2727,2491,2235,2286,2498,2925,2692,2528,2484,3373,2407,2600,2612,2768,2003,2362,3374,2735,2449,2487,2529,2446,2919,2460,2525,2686,2489,2321,4777,4164,2655,2206,2453,3455,3126,2792,2905,3170,3007,3085,2402,2977,2327,5131,3659,2889,3126,2611,3196,2489,2019,2509,2415,2608,2527,2487,2655,2608,2531,2727,2809,2164,2172,3441,3218,3411,2637,2924,2542,3448,2841,2685,2292,2203,2571,2416,2361,2454,2566,2558,2131,2890,2693,2919,2687,2808,2888,3255,2896,2400,3082,2134,2565,3044,2290,2252,2323,3006,2495,2682,2301,2082,4697,2288,2842,10145,3933,2328,1879,2416,2089,2922,2043,2489,3053,2164,3086,8722,11062,2248,3085,5621,2338,4557,4509,2801,2527,2244,2129,3129,3006,2606,3089,2692,2361,2609,2810,1925,2654,2927,8510,5734,2727,2448,2121,2045,3700,3057,2236,2523,2177,2564,2729,2760,2410,2535,2532,2602,2645,2489,2482,6953,2847,2081,3645,2698,2569,3560,2649,2860,2648,3369,2684,2407,2450,2133,3169,2366,6861,2675,2447,2729,2211,2648,2282,2446,2417,2558,2807,2496,2534,3289,2636,2379,2282,2170,4126,2450,2401,3184,2113,2124,3531,2569,3169,2646,2535,2881,2466,3960,2326,2407,2404,2167,5497,2373,2477,2566,2463,2886,2842,2573,2371,2315,2453,2086,3415,3616,2441,4974,2203,6106,5901,2395,3303,2957,2569,2294,2240,2537,2358,2574,2203,2520,2614,2571,2608,4614,2174,3080,2648,2131,2925,2451,2490,2516,2244,2289,2376,2047,2959,2370,2404,2212,2777,2444,2642,3735,2211,2201,3532,2252,3283,2648,2411,2124,2567,2802,2488,2170,2532,2525,2292,2557,2651,2168,3457,2448,1888,3166,2202,2493,3445,2487,2368,4048,2170,2375,2597,2615,2403,2245,2332,2447,2557,3859,2205,2854,2730,3049,2207,2370,4357,2207,2694,4097,3976,2401,4974,6298,8664,3646,3420,2614,6012,2531,2370,6807,2331,2249,5136,2478,4735,4302,2614,2798,2045,1966,2926,2808,2860,7415,3298,2205,3767,2327,2806,3246,2370,2167,2773,2817,2272,3128,3570,2504,2961,2327,2688,2288,2171,3884,2804,2569,2052,2284,3448,2732,4252,2083,2049,3246,2535,2721,4016,2445,2283,14968,2846,6828,2412,2397,4700,2407,2336,2397,2688,2284,2327,2123,2450,2973,12716,7940,2774,2206,3488,2854,2161,2903,6091,2679,3333,2690,2129,2407,2121,2487,2366,3092,3411,2496,2319,3173,2734,2725,2491,2478,2403,2252,2127,2885,2415,2369,2330,3599,2380,2248,2126,2438,2444,2283,2570,2887,3215,2657,2114,2256,3414,2764,2687,2406,3051,2685,2328,2572,10583,2693,2207,2124,2529,2481,2613,2205,2328,2128,2374,2958,2220,2525,3652,2244,2484,2078,2778,2814,2124,4329,2889,5701,2127,10152,2561,3013,2487,2205,2408,2809,3089,2571,2811,2601,2117,2217,2556,2866,2229,2579,2293,3000,2175,2889,2271,2288,2296,1955,2542,2640,2442,2303,3050,2720,2761,2741,2284,3287,2293,4407,2367,3093,3280,2258,2442,2521,2099,2847,2969,2595,2414,2641,2454,2489,2480,2095,3281,2490,2174,2523,2565,2497,2572,2399,2607,2646,2333,2488,2198,2407,2092,3015,3997,2731,2454,2198,2890,3062,2726,2531,2521,2402,2300,2443,2410,2149,3149,2804,2686,2408,2598,2252,2290,2408,2599,2977,2354,2736,2530,2606,2284,2769,2767,2984,2403,2441,2654,3695,2676,2540,2481,2491,3214,2606,2714,2611,2533,2653,2396,2180,2803,2927,2887,2606,2015,2996,2418,2730,2487,2316,2379,2408,2284,2572,2600,2610,2565,2721,2366,3027,2648,2526,2952,2850,2930,2529,2612,2373,2283,2167,2166,2611,2996,2498,2248,2166,2125,2329,2168,2403,2290,2288,2325,2125,2491,2312,2507,2432,2333,2126,2082,2167,2091,2450,2453,2715,2443,2766,2694,2526,2449,2241,2368,2369,2166,2080,2212,2253,2486,2403,2486,2973,2329,2408,2415,2283,2244,2399,2651,2263,2443,2396,2368,2326,2404,2925,2771,2535,2528,2458,2687,2444,2686,2288,2284,2847,2333,2534,2326,2075,2692,2614,2364,2207,2200,2246,2169,2895,2692,2150,2543,2689,2522,3038,2294,3077,2667,2848,4121,2449,2365,2485,2534,2365,2209,2370,3368,2534,2681,2491,2446,2128,4407,2501,2128,2122,2089,2121,2275,2289,2686,2331,2327,2207,2288,2926,2446,2803,3184,2639,2371,2368,2254,2481,2571,2246,2243,2732,6685,2052,2570,2262,2515,2248,2324,2719,3049,3135,2739,2404,2247,2323,2461,2201,2161,2370,2324,2449,2483,2767,2567,2366,2331,2327,2808,2484,2124,2929,2327,2685,2287,2144,2444,2090,2636,2376,2444,2725,2563,2650,2891,2649,2607,3087,2537,2239,2502,2609,2167,2248,2161,3400,3014,2404,2368,2412,2560,4973,2570,2604,2295,2922,2566,2535,2367,2445,2605,2604,2217,2159,2536,2965,2281,2133,4217,2197,2531,3445,2149,2604,2690,2523,2712,3530,2453,2931,2779,4997,2171,5073,3910,2091,2087,3333,2641,2766,2652,2406,3013,6898,2698,1998,4527,2408,3892,2174,2160,3579,4163,2141,2082,2119,3372,2851,2126,2408,3654,4211,3128,3815,2364,2246,2485,2564,3060,2967,1923,2642,2975,2411,2368,2415,3078,2093,2474,2089,2128,2522,2249,2337,2609,2477,2902,2358,1929,2811,2116,2887,2447,2625,2610,2532,2222,2415,2050,2122,2329,2333,2080,2246,3888,2138,2640,2463,2969,5356,2930,4620,3491,2358,2173,2533,2288,2312,2369,3301,2086,2123,2446,2488,2611,2408,2609,2962,2646,2613,2883,2534,2292,3207,2479,2285,2369,2169,2328,2604,2609,2490,2488,2214,2484,2486,2879,2609,2612,2571,2561,2732,2898,2192,2661,2416,3360,2805,2491,3761,2373,2212,2279,2417,2561,2579,2090,1888,2041,2047,2472,2484,2408,3537,2771,2798,2529,2689,2248,2493,2646,2739,2949,2340,2727,2684,2246,2646,3207,2531,2648,3371,2252,2605,2494,2239,2054,2365,3503,2881,3201,2527,2135,2000,2323,2441,2411,2459,2478,2407,2367,2136,2232,3617,2367,2377,2204,2561,2802,2547,2573,3130,2485,2524,2373,2030,2646,2606,2450,2253,2485,2482,2445,2775,2410,2368,2486,2766,2656,2714,2375,2412,2719,2575,2562,2735,2648,2244,2405,2767,2121,2503,2490,2572,2908,2624,2314,2486,2648,2334,2523,2211,2598,2773,2805,2451,2811,2527,2401,2932,2524,2610,2445,2455,2087,2169,2439,2693,2492,4337,2314,2463,2527,2958,2678,2453,2566,2407,2416,2501,2484,2516,2604,2496,2435,2456,2199,2373,2523,2606,2810,2044,2529,2659,2243,2278,2591,2604,2364,2655,2427,2412,3253,2812,2447,3165,2650,2173,2085,1965,2675,2164,2453,2402,2269,2241,2392,2296,2767,3167,2689,2375,2645,2562,2170,2123,2646,2805,3935,2567,2294,1923,2339,2673,2526,2529,2210,2568,2207,3900,2712,2732,2649,2165,1975,2399,2568,2528,2650,2088,1924,1886,2134,2800,4084,2092,2481,2410,3531,2414,2324,2496,2314,2508,2043,2472,2088,2373,2765,2368,2567,2126,2884,2299,2611,2555,2653,2679,2454,2494,2124,2400,1935,1962,2364,1892,2162,2383,2155,2234,1976,3184,2682,3210,2449,2405,2402,2652,2404,2256,2470,2301,2711,2293,3052,2482,2334,2442,2801,2496,2089,1928,2203,2523,2059,2913,2567,2528,2414,2599,2289,2607,2623,2452,2165,2124,2559,2362,2495,2533,2282,1925,1886,2006,2169,2366,2325,2370,2323,2420,3322,2246,2579,2717,1963,1886,1845,1846,2117,2613,3333,2324,2176,1926,1882,1966,2373,2438,2212,2247,2320,2645,2571,2282,2589,2432,2402,2054,1885,2163,2493,2570,2402,2008,2085,1850,1882,1920,2412,2252,2242,2287,2251,2522,2534,2760,2496,2436,2097,1885,1847,1881,2410,2369,2657,2469,2206,2048,2051,2154,2457,2494,2359,2532,2563,2644,2773,2492,2917,2377,2843,2125,2375,2086,2367,2364,2368,1891,1963,1847,2400,2442,2297,2563,2457,2405,2579,2873,2651,2207,2647,1924,1853,1845,2239,2535,2922,2442,2016,1923,1851,1841,2204,2173,2483,2247,2173,2322,2321,2484,2459,2642,2363,2054,1884,2038,2625,2608,2476,2165,2045,2005,1926,2381,2594,2289,2368,2405,2331,2328,2730,2413,2114,2563,2259,1884,1850,1845,2152,2135,2404,2604,2057,1964,1887,1884,2599,2494,2505,2467,2367,2485,2407,2491,2171,4085,2178,2522,3090,2209,2332,2479,2333,2206,2207,2206,2924,2012,2557,2419,2717,2487,3896,3204,2578,3528,2525,3446,2581,2633,3703,2125,2582,2996,2929,2406,2524,2485,2332,2282,2461,2481,2404,2527,2451,2618,2827,2219,2441,2163,2669,2795,2680,2536,2689,2577,2128,2393,2523,2211,2457,2610,2632,2451,2611,2326,5176,2242,1842,2408,2489,2043,2207,2392,2551,2655,2678,2384,2645,2557,2694,2526,2483,2450,2759,3011,2457,2598,2375,2565,2730,2529,2535,2598,2373,2808,2442,2488,2863,2915,2250,3685,2368,2616,4731,2326,2686,2252,2921,2854,2322,3498,2324,2678,2820,2521,2200,3494,2858,2406,3197,2943,3075,2212,2255,2405,2211,2677,2648,2617,2805,2558,2433,2764,2530,2074,6333,2284,2169,4135,2736,2236,4530,2259,2365,2246,2536,3360,2490,2530,2524,2647,2324,7027,3208,2519,4615,10559,2405,4654,2170,2132,3084,2171,2128,3353,3978,4454,3621,2246,4479,3946,2446,3524,2494,2915,4262,2931,3482,2733,8026,3922,3733,2736,3727,2684,2287,2572,2970,2614,3810,2526,3086,3094,2364,14287,7025,2440,3138,2326,2364,5689,4659,2248,3053,3051,2964,6231,9778,2644,4935,2295,2559,3369,4216,10028,4616,5822,3409,3562,2654,2086,2492,2281,2570,2331,4373,2120,3486,2413,2127,2566,6181,2205,4178,2235,2783,3397,3379,2283,2530,2203,2089,5777,2605,2163,3813,2370,2933,4683,2180,2798,2376,2046,2481,2615,2846,2926,2850,2452,3169,2638,2817,2612,2523,2331,2200,3217,3165,2245,2086,2644,2242,2777,2173,2687,2557,2131,2165,2128,1973,2970,2240,2887,2126,2400,4106,3158,2172,2526,2730,2492,3050,2160,2335,2489,2399,2491,2647,3337,6044,2291,2166,2208,2903,2505,2657,2765,2647,2418,3128,2317,2448,2657,2569,2329,2242,2411,2804,2450,2408,2364,2485,2848,2682,2266,2547,2574,2526,2845,3457,2720,1974,2247,2321,2491,2442,2694,2810,2570,2528,3888,3169,2217,2554,2532,2567,2370,2578,2554,2534,2848,2323,2448,2564,2365,2292,2332,2366,2894,2638,2130,2485,2404,2205,2889,2740,2289,2634,2859,3238,2420,2363,3934,2205,2605,3089,3131,2692,2766,2404,2606,2650,2411,2681,2417,2478,2490,2382,2198,2378,2389,2571,2445,2402,3346,4164,2495,2081,1850,2281,2243,2933,2459,2558,1930,1885,2323,2448,2211,2242,2500,3084,2394,2209,2329,2040,2204,2151,2193,1884,1846,2612,2213,2764,2231,2017,1924,1885,2686,2382,2806,2516,2451,2490,2358,2202,2939,2688,2285,1928,1886,1845,2279,2208,2564,2937,2010,1964,1845,1806,2364,2447,2887,2408,2614,2406,2526,2370,2338,2391,2737,1961,1886,1805,2365,2927,2527,2772,2170,1924,1925,2174,2607,2201,2137,2451,2402,2876,2684,2891,2489,2846,2364,2208,2496,2607,2525,2535,1962,1885,1885,1962,2572,2328,2158,2409,2376,2369,3808,2488,2447,2724,2171,2203,2008,2524,2967,2258,1965,1881,1850,1844,1806,2336,2514,2364,2408,2134,2365,2322,2764,2690,2648,2364,2017,1884,2387,2850,3326,3020,2141,1886,1846,1841,2634,2325,2375,2412,2456,2362,2368,2480,2449,2174,2218,2153,1923,1849,2138,2127,2514,2448,2167,2208,1884,1848,2602,2287,2385,2361,2852,2321,2313,2613,3284,2844,2496,2486,3604,2856,2643,2533,2729,2604,3336,2960,2501,3126,2363,3528,2284,3947,4277,2379,2128,3161,6212,3022,3609,2600,2926,2690,3210,2858,2533,3192,2734,2535,3047,2076,2170,2168,3404,2629,2432,2449,3086,2933,2372,2680,2657,2319,2369,2325,2215,2512,2668,2483,2403,2328,2251,2288,2442,2292,2321,2293,2282,2248,2248,2487,2364,2334,2279,2207,2250,2164,2606,2330,2376,2285,2044,2006,2005,2088,2210,2246,2350,2661,2092,2448,2924,2515,2424,2352,2420,2370,2467,2331,2450,2729,2375,2646,2495,2365,2526,2474,2689,2060,2044,1925,1886,2194,2379,1926,1845,2314,2448,2010,3486,2531,2420,2314,2739,2796,2328,2682,2627,2879,2330,2819,2516,2444,2446,2417,2522,2530,2274,2412,2524,2492,2701,2239,2281,3461,2483,2376,2395,2449,2847,2342,2282,2371,2915,2442,2532,2503,3316,2727,2567,2457,2602,2483,2421,2045,2368,2449,2321,2251,2407,2445,2483,2294,2551,2446,2301,2406,2413,2325,2430,2617,2560,2374,2644,2421,3519,2332,2532,2482,2359,2246,2247,2128,2567,2372,2565,2329,2019,2634,2322,2573,2650,2208,2528,2564,2380,2569,2686,2525,2334,2486,2404,2367,2687,4621,2246,2559,2248,2572,2082,1963,2364,2451,2452,2083,2251,2194,2417,2253,2687,2362,2374,2434,2334,2530,2152,2295,2257,2443,2205,2277,2895,3282,2506,2283,2686,2322,2687,3135,2436,2369,2044,2180,2526,2755,2090,2448,2729,2941,2040,2772,3437,1807,2905,3330,2273,4422,2433,3022,2919,2645,2543,3841,2617,2529,2287,2973,2124,2644,2876,2690,2249,2022,2847,2235,2730,2527,3081,2942,2240,5907,2809,2072,2546,2432,2652,3657,6620,2451,2126,2270,2587,1957,2527,2369,2776,2708,2817,2617,2486,2997,2486,2248,3461,2248,2793,2382,2033,2088,2864,2887,2325,2751,2625,3480,2569,3097,2720,3264,2515,2978,2286,2762,2334,2356,2219,2438,2453,2292,2601,2649,2333,2444,3086,2641,2842,2651,2615,2646,2766,2343,2920,3604,2936,3085,2656,2290,2205,2558,2541,2560,2724,2408,2726,3022,2404,2769,2445,2847,2530,2592,2502,2716,2945,2085,2086,2476,3291,2282,2650,2889,2568,2727,2174,2885,2568,2283,2304,2440,2206,3850,3278,2745,2801,2700,3230,2368,2445,2665,2481,2563,2410,5537,2652,2758,2728,2850,3208,2492,2530,2483,2489,2487,2460,2919,2654,2634,2455,2480,2624,2642,2646,2769,2937,2797,2744,6659,2603,2450,3514,10713,3544,2719,2481,3138,2660,2760,3211,2448,2481,2565,2736,2919,2572,5091,3612,2735,6258,2566,4248,4029,2444,2125,2247,2119,3009,2939,2276,2928,4371,2534,2440,2489,2167,3292,2810,2560,2103,2165,4043,2241,3653,2163,2423,2453,2762,2453,2270,4453,4419,2457,2485,2757,2461,3012,2043,3570,2477,2857,2206,4281,3064,2166,2846,2607,4055,3602,2808,2610,2649,2361,2809,3538,3200,2607,2302,2353,1971,3044,2941,2655,2323,2446,3328,2444,2371,2491,2286,2331,2348,2651,2373,2212,2451,2971,3046,3036,2570,2647,1978,2363,2885,2131,2890,3334,2318,1972,1965,2206,3007,2527,2608,2014,1885,1881,1849,1842,2369,2525,2290,1884,1848,1883,1849,1962,2442,2453,2285,1888,1884,1885,1852,2200,2290,2526,2213,2235,1969,1889,2484,2291,2686,2570,2411,2264,2832,2084,2582,2458,2645,2716,2948,2446,2568,2440,2556,2500,2815,2857,2672,2516,2812,2854,2751,2888,2676,2721,2573,2793,2707,2771,2958,2690,2844,2382,2285,2126,2126,2396,2609,2774,2012,1925,2240,2449,2618,2643,2641,2095,2282,2689,2169,2309,2647,3063,2214,2525,2610,1926,2360,2333,2247,1965,1885,1886,1846,2243,2484,2491,2612,1926,1847,1884,1805,1966,2246,2362,2297,1922,1845,1845,1849,1963,2562,2672,2630,2007,1884,1846,1805,1845,2201,2895,1964,1848,1845,1805,1805,1881,2248,2451,2401,2135,1924,1886,1845,1767,2244,3210,2484,2052,1885,1886,1847,2891,3319,2416,2767,2166,2247,2158,2768,2364,2340,2811,1882,1805,1805,2320,2402,2180,1926,1885,1805,1806,1886,2169,2613,3283,1885,1805,1806,1805,1806,2508,2207,2589,2525,1885,1846,2106,2510,2772,2589,1900,2005,1845,1806,1805,3078,2457,1969,1845,1845,1846,1846,1805,2083,1970,2006,2006,1845,1845,1846,1805,2428,2289,2211,2061,1884,1845,1847,1845,1950,2486,2892,2261,2126,2126,2087,2127,2636,2894,2373,2166,2087,2451,2529,2443,2368,2247,2085,1845,2250,2044,2090,2205,2327,2688,2164,2652,2324,2206,2210,2242,2052,1963,1889,1879,1970,2323,2440,2696,2008,2086,1924,2127,2582,2450,2329,2408,2589,2006,1965,2006,2586,2499,2409,2691,2284,2285,2168,2363,2411,2406,2209,2477,2669,3174,2363,2084,2655,2857,2422,2205,2542,2647,2966,3016,2486,2204,2169,2644,2488,2369,2885,2749,2806,2710,2490,2564,2211,2005,2006,1966,2348,2480,2652,2310,2166,1965,1966,2043,2415,2500,2471,2448,2974,2364,2170,3025,2467,2088,2082,2012,2044,2298,2119,2668,2403,2302,1969,1929,1962,2341,2999,2806,2408,2366,1930,2807,2488,2793,2086,1858,1845,1846,2318,3089,2423,2478,2598,2622,2770,2204,2769,2299,2516,2552,2164,2224,2486,3387,2914,2061,2151,2286,2126,2624,2208,2433,2285,2086,2086,2086,2719,2584,2604,2004,1885,1845,1805,1806,2248,2565,2370,2366,4010,2532,2444,2204,2281,2160,2724,2454,2181,2315,2658,2315,2336,2253,2290,2045,2481,2846,2557,2625,2004,2087,2086,2318,2958,2966,2632,2166,2166,2086,2479,2995,2672,2166,2126,2126,2086,2091,2162,1955,2333,2365,2251,2441,2488,2398,2206,2326,2448,2364,2742,2342,2432,2037,3053,2770,2527,3010,2637,2432,2754,2664,2751,2367,2533,2302,2206,2241,2485,2518,2097,3524,2678,2589,2411,2803,2396,2725,3537,2287,2198,2491,2699,2125,2335,2271,2448,3539,2643,2642,2498,2279,2523,2452,2645,2571,2448,2367,2441,2426,2409,2480,2335,2603,2879,2405,2290,2210,2328,2325,2452,2310,2605,2632,2531,2479,2694,2791,2405,2948,2125,2085,2046,2047,2433,3851,2935,2487,2522,2740,2695,2430,2266,2400,2412,2833,2205,2466,2406,2281,2286,2496,2346,3054,3418,2496,2948,2848,2387,2007,2524,2410,2525,2166,2124,2048,2127,2367,2086,2325,2169,2369,2125,2444,2680,2648,2596,2409,2183,2400,2330,2381,2729,2604,2125,2149,2867,2517,2374,2253,2321,2250,2005,2086,2046,2212,2243,2250,2163,2005,2596,2219,2204,2212,2242,2089,2005,2689,2166,2005,2891,2282,2571,2309,2326,2285,2846,2529,2532,2380,2758,2485,2449,2520,2540,2567,2737,2090,2035,2838,2367,3116,2122,1965,2210,1962,2006,2440,2489,2406,2204,2179,1924,1845,1957,2407,2490,2529,2642,2487,2528,2527,2436,2776,2625,2367,2516,2565,2545,2563,2366,2210,2045,2006,2046,2052,2923,2367,2207,2005,2007,2107,2648,2338,2648,2420,2161,2090,2089,2079,2131,2123,2147,2345,2090,2045,1885,1964,2356,2373,2256,1884,1845,2154,2326,2453,2515,2614,2343,1965,2323,3044,2365,2324,2367,2167,2011,2289,2327,2751,2734,2767,2929,2454,3009,2880,2765,2745,2561,2697,2769,2390,2607,2656,2684,2684,2934,2647,2733,2500,2437,2819,2567,2493,2676,2683,2612,2690,2338,2484,2597,2566,2525,2692,2606,2532,3280,2412,2562,2711,2474,2123,6343,2322,2649,2581,2206,2355,2442,2404,2334,2528,2450,2608,2624,2838,2610,2659,2363,2206,2126,2126,2046,1966,2008,2708,2844,2808,2807,2395,2287,2609,1962,1885,1886,1846,2120,2489,2537,2082,1845,1885,1845,1846,1961,2567,2530,2327,2521,2406,2367,2862,2045,2051,2282,1885,1846,2046,1806,2323,6696,2260,2321,2047,2591,2425,2303,2191,2205,2126,2808,2210,2330,2161,2127,2085,2127,2087,2125,2344,2687,2674,2421,2826,2820,2580,2646,2568,2884,2734,3221,2718,2646,2687,3119,3024,2684,2455,2826,2789,2728,2783,2823,2870,2690,2694,2814,2486,2322,2313,2628,2484,2495,2689,2281,2310,2320,2646,2531,2762,2443,2287,2279,2541,2574,2499,3341,2684,3411,2503,2326,3044,2488,2481,2683,2487,2515,3367,2948,2848,2365,2631,2488,2616,2528,2367,2350,2287,2441,2774,2314,3192,2468,2610,2363,2608,2831,2665,2328,2349,2319,2701,2772,2783,2285,2317,2210,2285,2676,2688,2461,2325,2358,3059,3314,3182,2866,2821,2737,4056,2967,3248,3006,2741,3928,2834,3177,2767,2646,2632,2800,2411,2368,2303,2281,2913,2862,2658,2729,2336,2288,2240,2354,2283,2620,2686,2336,3556,3059,2820,2820,2825,2776,3274,2988,2711,3182,2867,3402,2415,2705,2545,2410,2591,3180,2783,2816,2745,3226,3021,3253,2819,2816,2817,2767,2836,2530,2647,2648,2691,2767,2647,2648,2880,2932,3053,3215,2996,2965,3500,3162,3251,3022,2901,2819,3145,2849,3103,3301,3288,3217,3330,2800,2755,2947,2849,2816,2772,2660,3014,2937,2903,2830,3234,3021,3002,2855,2994,3035,2870,3337,3293,3399,3149,3270,3301,3363,3413,3385,3304,2654,2251,2166,2125,2563,2334,2753,3021,2209,2166,2394,3099,3207,2576,2206,2125,2244,2291,2285,2167,2549,2266,2687,2207,2165,2127,2167,2129,2205,2126,2725,2660,2694,2601,2652,2637,2861,2250,2371,2482,2333,2321,2352,2324,2311,2488,2408,2607,2332,2778,2294,2278,2694,2570,2524,2529,2370,2242,2210,2564,2407,2486,2171,2986,2388,2248,2248,2444,2572,2502,2447,2375,2223,2204,2125,2128,2208,2351,2440,2328,2308,2124,2216,2603,2445,2328,2127,2411,2500,2327,2428,2127,2089,2167,2083,2633,2444,2350,2284,2205,2208,2287,2446,2414,2364,2204,2407,2475,2367,2285,2786,2487,2593,2500,2585,2691,2609,2572,2563,2413,2366,2371,2887,2605,2448,2586,2404,2453,2407,2401,2371,2367,2330,2847,2591,2666,2641,2568,2528,3359,2649,2685,2607,2492,2501,2845,2557,2623,2481,2448,2489,2695,2485,2410,2401,2328,2390,2583,2696,2480,2528,2169,2290,2151,2657,2395,2365,2843,2691,2707,2531,2390,2465,2552,2481,2384,2428,2311,2445,2526,2532,2524,2487,2954,2688,2465,2488,2570,2560,2513,2226,2405,2413,2528,2603,2493,2885,2565,2487,2452,2163,2370,2364,2511,2584,2608,4197,2645,2366,2749,2571,2466,2493,2422,2729,2528,2848,2363,2292,2486,3086,2489,2850,2490,3164,2290,2849,2603,3338,2441,2466,2185,2014,2487,2166,2324,3086,3177,2427,2100,2089,2086,2049,2040,2414,2285,2201,2778,2042,2329,2446,2370,2482,2851,2483,2610,2650,2484,2367,2233,2583,2525,2288,2411,3209,2284,2839,2381,2444,3494,3050,2367,2063,2163,3235,2626,2913,2447,2607,2482,2388,2588,2649,2372,2364,2366,2368,2489,2555,2560,2447,2373,2657,2408,2251,2370,2522,2453,2480,2369,2490,2403,2416,2322,2365,2666,3118,2961,2853,2288,3205,2729,2606,2128,2131,2487,2208,2369,2560,2333,2810,2323,2143,2431,2689,2347,1767,3090,2661,2447,2575,2992,1899,2767,2050,2562,2131,2364,2888,2126,3252,3349,2496,2823,2767,2468,2348,3407,2310,2263,2451,3492,2039,1992,2373,2806,2887,2869,2728,2165,2449,2363,2491,2481,2681,2574,2481,2809,2382,2802,2432,2962,2594,2450,3071,2484,2375,2374,2329,2567,2450,2369,2548,2384,2369,2287,2523,2530,2409,2410,2449,2643,2769,2570,2242,2729,2406,2887,2448,2446,2451,2489,2486,2607,2311,2451,2804,2507,2441,2394,2425,2526,2693,2286,1963,2444,2369,2226,2432,2205,2330,2471,2450,2415,2751,2452,2347,2463,2453,2540,3337,2425,2885,2511,2322,2775,2648,2609,2564,2624,2352,2887,2488,2248,2208,2446,2568,2569,2440,2720,2447,2564,2624,1965,2190,2147,2272,2445,2406,2289,2382,2244,2409,2436,2661,2450,2246,2688,2540,2448,2269,2591,2504,2410,2362,2547,2537,2328,2364,2361,2675,2361,2515,2367,2487,2368,2263,2265,2471,2284,2365,2305,2335,2241,2308,2309,2186,2125,2091,2223,2286,2546,2326,2392,2567,2769,2690,2485,2604,2428,2387,2453,2609,2493,2441,2454,2447,2364,2367,2465,2346,2508,2320,2270,2467,3048,2407,2850,2533,2563,2552,2510,2721,2653,2401,2414,2482,2331,2647,2685,2431,2445,2444,2452,2413,2505,2808,2529,2528,2520,2414,2358,2754,2703,2330,2285,2454,2461,2808,2335,2291,2207,2246,2285,2497,2211,2448,2711,2500,2688,2368,2454,2726,2516,2242,2320,2229,1884,1886,1965,2267,2407,2269,1925,1805,2111,2160,2332,2287,2495,2056,1845,2528,2086,1885,2234,2487,2424,2003,2529,2326,2005,2132,2246,2248,2326,2761,2294,1926,2328,2600,2367,2493,2563,4245,2845,2649,2649,3207,3072,2827,3028,3093,2770,2434,2551,2726,3175,2972,2604,2841,2817,2988,2705,2751,2406,2877,2705,3310,2962,3190,2728,2528,2468,2404,2368,2325,2475,2448,2581,2488,1989,2409,2470,2662,2243,2457,2201,2126,2372,2441,2290,2529,2323,2327,2286,2247,2327,2253,2401,2015,1997,2208,2085,2126,2086,2171,2122,2007,1925,2282,2332,2286,2513,2567,2566,2632,2244,2330,2167,2364,2128,2366,2625,2539,2526,2407,2520,2724,2384,2567,2994,2393,2487,2610,2525,2242,2174,2500,2647,2140,2334,2409,2449,2368,2464,2306,2669,2715,2601,2251,2165,2452,2406,2448,2328,2440,2413,2407,2489,2447,2323,2570,2725,3808,2456,2444,3013,2386,2666,2068,2184,1885,2525,2209,2210,2206,2441,2412,2449,2366,2246,2426,2545,2373,2582,2254,2905,2126,2526,2567,2366,2336,2158,2450,2509,2606,2692,2505,2486,2568,2567,2528,2609,2449,3245,2489,2207,2329,2445,2446,2814,2524,2490,2284,2442,3007,2414,2373,2523,2365,2376,2445,2327,2315,2607,2490,2568,2532,2490,2591,2685,2710,2282,2212,2209,2521,3170,2531,2611,2567,2607,2489,2367,2647,2324,2325,2327,2165,2610,2734,2721,2653,2604,2408,2692,2286,2570,3356,2499,2241,2255,2564,2568,2439,2727,2486,2448,3018,2645,2573,3607,2166,2614,2046,2567,2323,2491,2165,2088,2104,2305,2407,2327,2607,2332,2644,2729,2124,2170,2567,2250,2449,3613,2280,2652,2328,2207,2728,3163,4380,3366,2605,2694,4574,2165,4329,2372,2202,3693,3052,3131,3571,2085,2567,3125,2770,2206,2286,2371,2243,2348,3115,3566,2847,2367,2329,4210,2094,2120,2597,2578,2208,4379,4090,2169,2359,2087,2054,2882,2209,2731,2567,3005,2486,2412,2329,2202,2248,3691,2289,2167,3244,3090,2130,2169,1964,2043,2445,2937,2285,2410,2286,2281,2049,2126,2489,2205,2205,2649,2531,2280,2088,4500,5212,2122,2932,2126,2487,2244,4173,2770,2935,3481,3215,2484,2736,2365,3345,2501,2368,2521,2783,2285,2774,2484,2686,2048,2086,4371,3052,2693,3529,5569,2173,8387,2564,2644,2569,2531,2083,2975,2360,2773,4090,2092,2280,7425,3808,4900,7018,2654,2605,2209,2448,3241,2449,3938,4450,2130,2647,2524,2292,3081,2888,2296,2404,3051,2363,2812,2885,2091,2649,2487,2923,2368,2851,2285,2407,5938,5215,2727,2454,2445,3253,3128,2645,2969,2323,3454,3934,2368,2040,2488,3133,2126,3053,2167,3282,2005,2008,4411,2267,2033,3367,2725,2652,3008,2887,2690,3288,2157,2281,6258,3059,3582,2366,2242,2567,2569,2415,2280,2466,2150,2411,3363,2290,3329,1932,2566,2670,4587,2647,2209,3167,2689,2210,3287,2285,2573,3047,2372,2166,4250,2523,2193,2494,2487,2540,2242,2524,2618,2275,2739,3127,2892,2289,2886,2445,2611,2405,2386,2781,3219,2448,2364,2450,2766,2611,3207,2044,2132,3172,2603,3087,2569,2612,2922,2608,2170,2243,4132,1969,2570,2166,2688,2569,3807,2611,3321,2536,2433,2621,3026,2433,2323,2693,2648,2922,2595,4031,2766,2451,2444,2453,2162,2887,3052,2207,2523,2414,2522,2208,2405,2813,3411,2686,4897,4413,3165,2290,2123,2090,3392,3044,3471,3052,2145,2526,2513,2498,2253,2388,2747,2282,2127,2593,2125,2343,2223,2918,2310,2436,2395,2203,2848,2408,2410,2344,2572,2363,4656,2784,2290,2485,2315,2366,2685,2446,2935,3388,3152,2380,2448,2406,2535,2445,2423,3331,2133,2602,2652,2450,3008,3560,2528,2792,2571,2486,2575,2638,2430,2124,2132,2284,3126,3556,2748,2326,2628,2527,2746,2628,2726,2208,2849,2531,2690,2450,2582,3318,2679,2606,2455,2365,3375,2481,2349,2708,2431,2521,2710,2768,2685,2553,2348,2400,2352,2950,2469,2647,2165,2030,2489,2540,2480,2524,2461,2514,2044,2166,2287,2564,3048,2789,2169,2284,2084,2153,2518,2512,2427,2587,2935,2287,2365,2684,2249,2514,2292,2084,2285,2444,2761,2370,2509,2084,2248,2286,2507,2662,2254,2584,2291,2309,1963,2650,2304,2271,2408,2364,2760,2363,2314,2664,2541,2125,2043,2046,2005,2584,3655,2528,2323,2812,2004,2327,2893,2507,2507,2806,2004,2087,2492,2370,3183,2371,2085,2269,3125,2527,2411,2986,2696,2463,2392,3665,2407,2331,2520,2206,2247,2737,2406,2985,2967,2454,2321,2881,2207,2315,2390,3768,2388,2429,2348,2490,2640,2234,3239,2098,2441,2368,2269,2145,2185,2266,2770,3190,2990,2412,2462,2611,2449,2726,2490,2319,2328,2246,2468,2132,2203,2410,2868,2587,2451,2885,2446,2613,2409,2323,2290,2544,2346,2247,2269,2610,2523,2489,2390,2664,2490,2648,2647,2972,2526,2444,2448,2492,2604,2647,2270,2648,2607,2646,2348,2450,2443,2608,2524,2529,2494,2327,2286,2560,2011,2631,2403,2365,2468,2529,2493,2645,2528,2487,2725,2208,2446,2147,2370,2366,2570,2806,2487,2531,2407,2352,2338,2293,2162,2070,2424,2370,2485,2452,2400,2489,2409,2044,2171,2361,2287,3015,2822,2368,2448,2485,2371,2447,2430,2367,2483,2371,2365,2446,2250,2089,2322,2287,2086,2490,3167,2246,2049,2128,2365,2090,2320,2449,2608,2169,2130,3183,2332,3009,2199,2010,2689,2330,2206,2102,2091,2646,2371,3104,4731,3055,2428,2207,2166,2506,2289,2201,2173,2531,2609,2489,2435,2327,5215,2656,2527,2443,2351,3290,4158,2692,2563,2537,2488,2286,2407,2534,2607,2566,2506,3273,2550,2842,2493,2320,2508,2934,2288,2347,2890,2524,2954,2940,2205,2373,2709,2329,2241,2433,2446,2483,2832,2289,2246,2205,2711,2560,2452,2282,2754,2689,2988,2486,2443,2584,2620,2243,2169,2352,2126,2339,2448,2491,2409,2525,2571,2406,2408,2449,2407,2825,2865,2365,2295,2285,2204,2153,2738,3898,2408,2247,2243,2327,2826,2377,2224,2203,2288,2281,2294,2200,2128,2093,2124,2123,2371,3142,2612,2447,2407,2324,2329,2747,2212,2085,2369,2371,2281,2123,2654,2384,2204,2125,2153,2245,2164,2710,2550,2369,3686,2131,2402,2412,2422,2348,2292,2283,2288,2204,2572,2369,2447,2490,2324,2204,2490,2460,2354,2365,2410,2610,2591,2568,2450,2177,2169,2276,2370,2330,2515,2319,2496,2609,2139,2316,2454,2265,2448,2308,2454,2526,2490,2125,2286,2234,2257,2316,2416,2890,3151,2544,2891,2410,2567,2343,2294,2565,2424,2429,2406,2468,2429,2645,2771,2484,2252,2483,2193,2689,2323,2326,2567,2694,2501,3192,2946,2407,2309,2675,2420,2410,2422,2315,2469,2181,2808,2447,2530,2506,2469,2242,2305,2054,3387,2404,2054,2163,2686,2574,2886,2563,2327,2312,2459,3256,2363,2067,2367,2046,2328,2729,2535,2420,2789,2429,3040,2376,2768,3166,2489,3093,2287,2473,2333,2847,2970,2859,2463,2172,2185,2705,2645,2059,2418,2092,2743,2429,2848,3562,2695,2165,2133,3209,2562,2812,3033,2572,2321,2442,2618,2219,2166,2719,2479,2083,2505,2374,2525,2290,2483,2567,2385,2630,2326,2372,3005,2414,3080,2484,2161,2839,2627,2572,3351,2568,2576,2620,2703,2395,3048,3104,2676,2607,2279,2553,2787,2407,2590,2328,2495,2162,2378,2309,2652,2484,2864,3057,2325,2484,2385,2933,3172,2525,2448,3555,2138,2691,2403,2689,2716,2207,2564,2410,2926,2917,2259,2565,2928,2272,2105,2949,2352,2417,2715,2246,2532,3005,3006,2890,2252,2428,2878,2692,2188,2396,2610,3728,5324,2193,2450,3107,2785,2210,2029,5785,2418,2606,3710,2726,6095,2370,2109,2103,2218,2450,2574,2089,2323,2071,3332,2760,2224,2434,2586,2172,2282,3044,2374,2481,5806,2227,2514,2004,2463,2528,2788,3028,5725,4883,2695,2239,2126,4020,2632,2580,2871,3132,3637,3063,2520,2373,2004,2229,2360,2450,2333,2730,2407,3365,2548,4004,2855,2043,2111,4958,2003,2745,2432,2267,3805,2150,2685,2331,3112,2326,2804,2273,2728,2305,2529,2466,2126,2076,2339,2323,2331,3086,2291,2942,2454,2143,2386,3054,2501,2192,2725,2547,2848,2599,2281,2268,2243,2446,2365,2813,4591,5138,2668,3411,7182,2286,1986,2005,1964,2173,2724,4128,2329,2006,2590,2969,5220,2324,3571,2646,2613,4148,3169,2765,2896,2640,2195,2541,2374,2306,2810,2449,2446,4132,2244,2328,3103,2511,2373,4043,2294,2283,2547,2628,2169,2465,2072,2201,2711,2605,2165,1912,2748,2642,3352,2167,2324,2008,2088,2325,2225,2711,2847,2289,2485,2612,2248,2547,2727,2404,2146,2888,2895,2203,2409,2206,3131,2202,1889,2169,2342,2448,5273,2494,3046,3452,2403,3539,2119,2455,4285,2448,2245,2113,3243,2313,3909,2124,2206,2709,2652,1928,3808,5536,2144,2890,2796,2119,2672,2342,1767,2205,2612,2162,2047,2207,2266,3354,2104,2427,2245,2328,2286,2714,3147,2243,2570,2976,2421,2428,2853,2164,2444,1929,1925,2147,2689,2266,2323,2455,2441,1885,2066,2809,2691,2447,2891,3124,1993,2484,2466,2325,2715,2723,1828,2428,2971,2620,3935,3429,2411,3127,2613,2725,2911,2200,2631,2250,3284,5195,2170,3435,2259,2412,3992,3168,1963,2249,2087,2012,2458,1967,2205,2450,2306,1989,2122,3655,2590,2220,2114,2527,2207,2908,2248,2482,3389,3674,2631,2027,2364,2123,4018,2302,2992,1789,2820,2850,3452,2031,2206,2687,2463,2371,2304,2152,2421,2706,2128,2291,4192,2228,2283,2326,2232,2301,5335,2373,2225,3468,2475,2326,3425,2113,2282,2286,2610,2643,2310,2169,2347,2442,2287,2169,2973,2282,2125,2808,2271,2364,2333,2505,2011,2162,2207,2282,2613,2247,2148,2199,2092,2169,2245,2222,2214,2528,2079,2092,3048,2201,2145,2492,2290,2085,2388,2446,2326,2324,2451,3133,2379,2229,2165,2006,2090,3247,2406,2546,2288,2571,2028,2082,2293,2126,2429,2486,2946,2171,2126,2127,2078,2311,2249,2064,2010,3020,2396,2265,2725,2292,2142,2829,2268,2489,2366,2344,2633,1845,2088,2865,2169,2184,2390,3891,2581,2289,2672,2230,2445,8601,2327,2313,2363,2104,2287,2834,2506,2108,2505,2349,2887,2626,2370,3546,2815,2619,2635,3229,2642,2509,1993,2279,2455,2286,3184,2168,2387,2586,2434,3206,2246,2327,3308,2347,2972,3287,2658,2462,3118,2607,2498,2664,2675,3872,2327,2887,2527,2364,1992,2444,2525,2048,3146,2534,2844,2572,2121,2128,2324,3331,9457,2320,2288,1585,2364,2955,3532,2168,2168,2486,2239,1913,2882,2434,2562,2326,2167,2127,3713,2711,2048,2082,2447,2266,2206,5917,2814,2526,2421,2215,3043,2651,2249,2386,2168,2186,2623,2772,2610,2283,2331,2487,2570,2162,2773,2807,2363,2265,2393,2161,2126,3094,3045,2491,2804,3710,2890,2571,2949,2164,2352,2686,2472,2968,2640,2413,2808,2244,2493,3061,1950,2975,2604,2595,2407,2439,2647,2651,1868,2060,2268,2128,2684,2855,1965,2288,2299,2531,2169,2345,2686,1973,2803,2768,2246,2448,2269,1967,2040,2449,2527,2973,2967,3569,2092,2067,2248,2605,2523,2353,2982,2768,2531,2773,2083,2230,2455,2536,2610,2848,2081,2291,2204,2874,2322,2451,2266,2906,2651,2409,2765,2368,2485,2768,2548,2631,2122,2414,2045,2630,2400,2229,2490,2505,2570,2324,2213,3464,2872,2808,2589,2165,2631,2059,2307,4058,2121,1927,1889,2444,2714,2500,2094,2924,2089,3546,2429,2252,2965,3254,2564,2126,2251,2447,2200,2529,3050,2027,2147,2285,2524,5625,2004,2004,1846,2047,2288,2170,2197,2330,2092,2524,2221,2897,2349,2845,2227,2305,2371,2063,2165,2674,4107,3252,2043,1962,2271,3449,2647,2069,2348,2331,2458,2312,2446,2289,2007,2041,1972,1968,2127,2406,2286,2323,2493,2121,2329,2060,2293,2201,2353,2348,2082,2565,2133,2470,2522,3051,2809,2969,2626,2470,2346,2551,2363,2292,2122,2126,2090,2121,1924,2495,2328,2203,2329,2246,2606,4603,2692,2389,2569,2553,2570,2559,2112,2429,2561,2249,2711,2564,2531,2281,2731,2365,2349,2213,1922,1887,2067,4471,2163,2255,2126,2525,2451,2198,2735,2121,2127,2172,2080,3213,2250,2265,2683,2833,2205,2847,2133,4025,2234,2378,2395,2162,2044,2207,4020,2185,2621,2787,2836,2585,4417,2259,2249,2531,2243,2587,4955,2286,2247,2889,2131,2409,3646,2205,2290,4332,7542,2713,2630,2086,2123,3693,2086,2168,3668,2470,2046,3866,1831,2047,4166,5180,2144,3153,2080,2346,3578,2510,2278,3616,4253,2166,3691,2343,2748,2174,2007,2043,3464,4021,2147,4185,4994,2055,2085,4653,2046,2004,2170,3324,2288,1946,3391,1970,2499,1993,2008,2006,2079,2735,2124,2570,3644,2134,2261,8326,2010,1968,3949,2381,2938,5253,2326,2501,2977,4910,3468,4095,2128,2527,1925,2206,2244,2454,2080,2228,2171,5075,2523,2132,2086,2762,2013,4472,2651,2264,2043,2093,2122,6217,2105,1970,2048,2000,2387,3073,3026,2547,2049,2262,2150,2409,2348,4011,2204,2371,2807,2647,3029,5141,2125,2162,4171,2128,2214,2805,2309,3001,2208,2010,2064,3654,2126,2421,2314,2526,2685,2252,2848,2300,2333,2366,1969,2164,3312,2650,2085,2144,2202,2415,3389,2570,2004,2242,2251,2081,2616,2782,2693,2402,2469,2371,2725,2226,2609,2164,2104,2010,1931,1962,1962,2328,2252,2165,2041,2171,2383,2087,2008,2608,2548,2685,2089,2127,2209,2165,2224,2473,2319,2530,2491,2341,2271,2465,2650,2747,2285,2014,2199,2229,2466,3517,2166,2348,2602,2310,2883,2474,2042,2691,2550,2027,2162,2490,2288,2164,2002,2091,2045,2989,2650,2822,2531,1846,2003,2228,3654,2405,2248,3206,2272,2331,2378,2488,2508,3576,2482,2429,2091,2479,2195,5012,2089,2202,2351,3071,4287,2512,2267,2042,3011,2050,2166,2666,3106,2127,2668,2327,2308,2488,2566,1968,2006,2009,2784,2628,2387,2084,2131,2507,2141,2308,2411,2150,2724,2686,2366,2370,2250,2320,2753,3067,2676,2586,2667,2085,2350,2639,2250,2137,2174,1933,2207,2087,2625,4958,2767,2087,2124,2124,2085,2669,2490,2262,2215,2097,2994,2368,2165,2046,2043,2093,2119,2467,2310,2089,2067,2503,2647,2033,2321,4494,2527,2127,2173,2199,2373,2502,2306,2268,2294,5052,2944,2315,2264,3366,2113,2361,2554,2380,2169,2532,2602,2692,2544,2458,2260,1946,2567,2928,2203,2407,2538,2718,2894,2928,2470,3069,2695,2598,3049,2365,2291,3191,2546,3025,2331,2085,2852,2284,2627,2872,2447,2041,2351,2509,2586,3089,2446,2064,2488,2487,3053,2290,2200,2818,2300,2129,2427,3426,2531,2707,3166,2652,2287,2444,2775,2122,2891,2312,2139,2324,2608,2930,2948,2270,2246,3547,2624,2376,2450,2981,2290,2471,2148,2804,2610,2245,5581,2760,2167,2447,2475,3404,4257,2410,2664,2546,2614,3545,2350,2323,2814,3126,2372,1923,2409,2261,2646,1934,2581,2408,2088,2043,2208,2331,2364,2732,2247,2184,2272,2204,2163,2687,2575,2703,2085,2566,2491,3029,2084,2227,2046,2169,2565,2967,2133,2027,2088,1962,2706,3367,2772,2089,2827,2208,2082,2030,2169,2118,2134,2309,2380,2145,2813,2126,2091,1960,2209,2329,2322,2009,4009,2613,2008,2446,2126,2764,2664,2211,2166,2189,2164,2249,2489,2179,2433,2928,2409,2607,2547,2225,3529,2053,3608,2051,2118,2208,2728,2327,2852,3052,2042,2005,2591,3165,2292,2604,2365,2570,2306,2405,2013,2321,1934,2263,1987,2689,4294,3845,4035,2486,2549,2305,2550,2204,2413,2046,2046,2102,2469,2653,2768,2407,2783,2749,2527,2504,2993,1945,2768,2465,2936,2970,2385,2761,2595,3204,2591,2163,2534,2505,2611,2405,2328,2541,2836,2445,2531,2722,2683,2414,2487,2210,3427,2690,2695,2379,2605,3514,2344,2210,2648,2208,2510,2563,2266,2333,2562,2760,2249,2779,3333,2260,2670,2042,2328,2406,2375,2166,2443,2011,2880,2427,2509,2449,2391,3024,1973,2325,3411,2522,3110,2630,1982,2274,1921,2534,2448,3283,2343,2477,2167,2322,2088,2223,2613,2189,2624,2706,2486,2770,2212,2167,2285,2521,4099,2610,2321,2143,2006,2901,2440,1920,2173,2544,2032,2243,2669,2530,2304,2350,2607,2567,2648,2810,2321,2432,2684,2901,2435,2287,2612,2804,2409,2249,2366,2645,2274,2664,2625,2909,2433,3163,2011,2365,3129,2487,3017,2546,2304,2370,2425,2267,2464,2553,2619,2312,2704,2512,2398,2364,2083,2358,2474,2245,2290,2360,2513,3734,2438,2878,2907,2429,2240,2253,2348,2372,2915,2311,2748,2890,2954,2600,2357,2407,3140,2613,2281,3372,2533,2848,2360,2507,2226,1933,2460,2113,2765,2551,2548,2163,2212,3662,2234,2928,3106,5719,2168,2161,2295,2085,2542,2166,2228,2127,2043,2207,2095,2245,2246,3244,2371,2546,2066,2285,2210,2331,3508,2306,2489,2484,2205,2330,2423,2509,2533,1926,2487,2105,3267,2827,2775,2087,2507,2299,2918,2285,2383,2151,2409,2983,2356,2241,3367,2972,2290,2485,2263,2485,3433,1852,2443,2450,3082,2532,2965,2733,2888,2210,2403,2465,2395,4472,2285,2284,3354,2563,2093,2940,2597,2240,2512,2486,2691,2747,3043,2651,2731,2523,2853,2465,2465,2354,2508,2443,2934,2981,2392,2465,2505,2496,2399,2694,2364,2270,2325,2889,2666,2730,2485,2327,2383,2376,2203,2124,1803,2054,2245,2270,2448,2162,2646,2566,2950,4132,2413,2368,3126,2708,2471,3001,2772,2563,2613,2609,2362,2390,2688,2051,2205,2809,2405,2092,2359,2133,1982,2487,2634,1779,2089,2263,2848,1973,2047,2319,2008,2172,2523,2183,2756,2284,2408,2464,2168,2189,2289,5215,2659,2398,2484,2302,4117,2005,2011,2220,2285,2026,2168,2550,2686,2326,2225,2249,2413,4068,2431,2484,2289,2311,2789,2902,3486,3071,2508,2675,2286,2885,2425,1949,2122,1974,2770,2605,2871,2059,2411,2370,2704,2387,2566,2265,2673,2984,2608,2571,2458,3225,2682,2839,2381,2602,2706,3475,2269,2669,2449,2877,3085,2407,4728,2227,2989,2264,2370,2247,2607,2223,2389,2342,2490,2450,2792,2506,2581,2652,2405,2287,2888,3437,2566,2425,2406,2927,2849,2871,2131,2262,2329,2405,2808,2726,3075,2524,2570,2648,2487,2407,2025,2271,2225,2667,3674,2851,3148,2509,2459,4735,2530,2325,1985,2366,3614,3028,2330,2390,2009,2181,2249,2100,2131,2451,2244,2325,2428,3324,2594,2426,2270,2726,3226,2547,3325,2542,2646,3022,2393,2327,2129,2783,2393,2587,2185,2727,2744,2375,2602,2170,2364,2610,2270,2620,5255,2487,2517,2562,2184,2972,2994,2887,2407,2324,2565,2246,2388,2453,2307,2324,2404,2411,2743,2731,2354,2504,2221,5251,4041,2445,2670,2150,2368,2523,2331,2724,2510,3630,2290,2200,13046,2705,2245,2407,5640,2427,2509,2607,2382,2054,2441,2690,2548,2243,2291,2871,2482,2729,3177,3245,2291,2142,2041,2127,2131,2290,2126,2125,2471,2399,2494,2113,2080,2342,3491,2022,2053,2322,2749,2407,3193,5959,2327,2044,2853,2167,4005,3811,2013,1884,2550,2651,2221,2201,3722,5466,4462,3588,2803,2654,2128,3002,2493,2722,3535,3167,2266,2170,2831,2467,3063,2191,2606,2527,4796,3109,2369,2244,2253,2284,6500,2243,2773,2246,3010,2343,2787,2591,2185,2226,2310,2126,2223,2411,5173,2405,2252,6012,2593,2665,2532,2204,2871,2086,2328,2288,2482,2414,2522,3331,2285,5059,2121,2094,2319,2816,3085,3776,2044,2007,3186,3433,2365,2404,2294,2714,3565,3224,2526,2414,2322,2254,4648,4991,3172,2613,2663,2767,2171,2362,2325,2813,2374,2360,2407,2953,2625,2631,2160,2093,2282,2530,2444,2455,2401,2247,2292,2246,2403,2298,2321,2604,2205,2410,2308,2084,2549,3728,3389,2408,1933,2258,2451,2030,2523,2225,2311,2429,2184,3470,3167,3249,2475,3466,2407,2131,2641,2329,2432,2326,2489,2160,3396,2869,2628,2422,2594,2221,4075,3506,1926,2956,2066,2223,2908,3612,2163,3795,2549,3646,3212,2325,2131,2125,2251,1818,6488,2238,2570,2851,3486,4558,5579,2306,2566,2849,3786,2236,2722,3152,2350,2443,2531,4652,2504,2190,2984,4718,3773,2090,2301,2386,2166,2494,2105,2350,2247,2245,2368,2119,3618,2447,1962,2168,2607,2768,2087,2286,2330,2566,1928,1964,2020,2291,2125,2613,2162,2208,2245,2209,2325,2410,2363,2492,2407,2405,2049,2145,3349,3131,2564,2034,2141,2368,2608,2668,1967,2041,2210,2332,2359,2376,2061,2126,2645,3337,2720,2793,2589,2204,2110,2324,2748,2927,2090,2346,2853,2601,2293,2240,2087,2133,3766,2447,2326,2086,2252,2286,2369,2227,1984,2083,2753,2229,2079,2474,2702,2451,2365,2248,2705,2250,2606,2131,2326,2202,2389,2204,2291,2864,2187,2131,2044,2124,2613,2321,2309,5682,2842,1904,2294,3049,2507,2220,2653,2404,2596,2421,2485,2856,2648,4125,2196,2300,3871,2293,3502,4560,2446,2249,3730,2168,3711,2429,2122,2223,4075,2165,3697,2484,2011,1963,2323,2172,3631,2864,2168,2092,2683,2224,3112,2404,2768,2168,2053,3024,2550,2302,2387,2088,2049,2041,2292,2122,3095,2524,2103,2246,2296,2321,2208,2163,2253,2641,2677,2526,2287,3608,2405,2129,2727,2370,2845,3334,2450,2082,2532,2283,2171,2384,2208,2446,2448,2181,2531,2302,2235,2120,2005,2052,2007,3309,2584,2128,2372,2101,2283,2154,2161,2132,2044,2163,2090,3168,4055,2209,4534,2166,2127,3224,2747,2312,3329,3109,2223,3535,2086,2201,2430,2814,2125,3085,2244,2615,5067,7425,2273,3728,2090,2220,5998,2094,2407,6460,5650,2447,5200,4855,2207,3388,2809,3048,4297,2081,2411,3044,2134,2205,8266,4929,2109,5837,2208,3775,5773,2368,4290,5579,3426,2632,4715,2241,2209,3830,2728,2228,9891,3890,2174,7781,2129,1884,2802,2229,2327,5697,3614,2146,7640,2185,2054,3365,2290,3747,6298,2834,2401,3309,2691,2172,3649,2604,2266,4633,2830,2091,4029,2648,4814,11395,2270,3383,7246,2287,2727,6786,2243,2484,5777,2855,2165,4388,6005,2608,6054,2126,5499,2404,2334,3364,2612,2327,5051,2207,2008,2486,2087,2171,2363,2324,2413,7704,4024,15429,10012,3110,5099,2359,2271,3613,2128,2724,2853,4893,4569,7386,2505,5276,7727,2168,2084,5876,4529,5898,9457,2160,2668,2372,3666,6949,2482,2692,4312,2885,2605,5958,2747,2233,3307,5317,2204,5439,2066,2006,3690,2513,2480,5404,11551,2086,6217,2147,2993,4231,3170,6161,4332,9688,2888,10715,4389,2226,4962,2403,2545,2691,2466,6618,7445,1962,5898,2712,2543,5042,2166,2162,2530,2252,2161,7478,2214,9247,5695,2329,4290,2470,2187,6584,2642,2670,2424,2328,6342,2244,2012,3661,6019,2114,6841,2624,4638,4712,2608,4330,2245,2166,2369,2848,7108,4934,3649,8147,2563,2386,4239,3005,2569,3173,7116,2933,2888,2626,5693,3912,5720,5321,2787,2289,3161,2510,2170,6675,2093,2119,7828,2248,2709,6762,2521,2093,4607,2334,2265,9642,2128,1972,7202,4445,2856,3869,2410,2080,2810,2213,2084,3030,2524,4154,21868,2289,3945,4774,21323,18737,2810,3588,12904,11814,4851,2351,12276,2446,3656,3533,7715,3254,24637,2404,5722,2447,3182,22635,2888,2605,3690,2645,2653,5018,2341,2251,3767,2253,2546,4996,2200,2613,5172,4172,2292,6570,2231,2252,2367,2511,2799,3737,2364,2325,2088,2046,2086,2369,1988,3551,2323,2172,2203,2405,2491,2822,2456,2885,1951,2313,2606,2536,2656,2367,2484,2325,2736,2119,2469,2448,2226,2385,2943,2114,2493,3025,2588,2227,2450,2446,2383,2473,2498,2473,2407,2286,2292,2326,2689,2184,2632,2284,2321,2439,2047,2444,2396,2277,2246,2945,2383,2669,2550,1990,2544,2244,2690,2411,2347,2364,6217,2650,3211,2496,2258,2101,2327,2275,2311,3100,2310,5799,3167,2163,2011,1961,2092,7397,2534,2225,2769,4186,2252,3467,3531,1810,2607,2344,3595,5838,2744,2485,4473,2270,2083,2412,2443,2175,2683,2290,2396,2135,2230,2220,2633,3071,2809,3550,2586,2084,2503,3401,3361,3611,2293,3608,3232,2526,3052,2082,2329,2323,2171,2867,2247,2653,2880,2371,1942,2173,2228,2739,2276,2445,2510,2668,2258,2212,3549,2012,2525,3625,2233,2240,2428,3434,2463,2831,3713,3454,2626,2803,2533,3183,3774,2552,2964,2691,2486,2971,2852,2647,2246,2702,2896,2845,2696,2384,2448,2763,2386,2752,6478,2563,2430,1810,2345,2208,4659,4889,2589,3848,3794,2390,2226,2301,2250,2210,2849,2419,7485,2088,2142,3129,2534,2802,2415,2524,2652,2199,2371,2384,5223,2483,3594,4934,2931,2628,2440,2168,2224,2873,2127,6154,2428,7525,3894,2664,3833,2153,2206,5189,2428,2791,4115,2167,2087,2160,2627,3490,2273,2326,3826,2510,2550,2870,2982,2751,4333,2289,2164,3412,2771,3366,3417,2045,2281,2045,2014,2127,3263,3167,2315,2327,2483,2451,2221,2730,2307,2553,2424,2323,2287,3511,2146,2251,2289,2565,2692,2947,2644,2667,2731,2485,3253,2162,2367,2493,1987,2226,2169,2400,2053,2263,2363,4394,2455,2841,3252,2649,2444,2374,2400,3177,2365,4851,2208,2090,2000,1972,2207,2484,4618,2164,2163,3129,2451,5534,3412,2612,3767,4612,2046,2843,2774,2205,3051,3376,3284,2494,2326,2242,2084,3951,2154,2124,5721,2887,5632,6218,2094,3007,2788,4294,2950,2364,2087,2648,2341,4420,2829,3166,3485,5344,2260,2592,2487,2333,2279,2575,2441,2251,2704,2445,2648,1912,2164,2610,2128,2468,2541,2066,2347,2394,2163,3091,2150,2123,2170,2127,3602,2535,2643,2147,2490,3646,2490,2911,2041,2787,1934,2083,2890,2204,2084,3930,2215,2143,2086,2291,2466,2245,2109,2445,2970,2130,1977,2534,2329,2444,2604,2253,2279,12283,3205,2268,5215,7022,2688,2894,2623,2532,2248,2224,2605,2574,2239,2551,2530,2624,2469,2569,2527,2564,2430,2655,2359,2128,2204,2129,2249,2289,2715,2494,2453,2219,2230,3067,2205,3152,2371,2556,2743,3226,2670,2366,2529,2445,2158,3023,2821,2368,2592,2547,2387,2285,2162,2592,3073,2666,2751,2862,2488,2258,2678,2487,2927,2229,3087,3033,2350,2487,2609,2407,2164,8266,2240,2048,2509,3190,2650,2370,2860,3096,2253,2420,2987,3032,2890,2407,2231,2940,2607,2848,4243,2338,2448,2504,3034,2247,2131,2244,2122,3175,2467,2822,2471,2223,2399,2618,2934,2432,2300,2428,2084,1908,2065,2109,3489,2517,2115,2268,2329,2526,2210,2626,2728,3227,2586,2648,2631,2605,2367,2286,2367,2052,2366,2288,3106,2846,2059,2174,2774,2282,2513,2580,2610,2392,2622,2428,2488,2594,2506,2322,2507,2370,1965,3773,2222,2629,2730,2871,2228,2648,3249,2366,2484,2578,2364,2246,2223,2491,2246,2407,2647,3017,2368,4924,2144,2039,2485,2788,2442,2368,2323,2972,2531,2643,2800,2353,2848,2548,2014,2323,2958,2901,2424,2528,2570,2163,2568,1909,2523,2562,3097,2532,2305,2449,2469,4066,2695,2099,2560,2583,2618,2466,2378,2801,2370,2527,2361,3379,2827,2706,2546,2354,2207,3428,2488,2447,2406,2325,2449,2444,2373,2657,3045,2676,2456,2534,2483,2400,2329,2525,2132,2158,3654,2673,2766,2364,2293,2286,2851,2545,2367,2575,2633,2418,2242,2447,3229,2614,2379,2249,2226,1972,2166,2446,2166,2806,2144,2431,2610,2205,2247,2409,2483,2612,2445,2326,2568,3225,4320,2424,2449,2367,2384,2159,2096,2190,2341,2617,2281,2925,2354,2266,2769,2451,2670,2740,3762,2488,2458,1964,3947,2454,2770,2449,2969,2504,2647,2464,2954,2611,2687,2327,2271,2138,1958,2087,2534,2436,2424,2205,2518,2417,2285,2645,2399,2359,2524,2109,2304,2207,2774,3293,2502,2345,2125,2450,2889,2668,2208,2405,2534,2922,2532,2287,2685,2372,2181,2123,2087,2368,2916,3127,2890,2042,2626,2528,2354,2602,2168,2168,2312,2287,2090,2453,2268,2230,2610,2401,2975,2647,2308,2204,2528,2081,2676,2204,2367,3159,2451,3011,2335,2517,2218,2665,2384,2171,2502,2892,2485,3234,2884,2831,2151,2166,1962,2909,3310,3586,2269,2466,1995,3485,2684,2752,2330,2462,2173,1961,2247,2371,3726,4636,2551,2208,2664,2170,2720,2006,2368,3736,2546,4029,2810,1924,2430,3254,2040,2431,2352,2363,1642,2633,2265,2365,2091,2125,1886,2168,2447,2202,2606,1967,2608,2332,2206,2300,2236,2340,2512,2804,2129,1968,2825,3108,2705,3654,2454,2966,2104,2551,2648,4768,2295,2341,2307,2372,2308,3089,4252,4969,3774,3371,2749,2590,2060,2269,2595,2838,2750,2211,2728,2202,2067,2408,2555,3584,2244,2166,2293,2327,2207,2525,2209,2382,1931,2187,2440,2676,2363,2049,2124,2007,2007,2394,2496,2970,2070,2351,2139,2875,2531,2481,2685,2334,2379,2513,2708,2350,2018,2251,2265,2132,2159,2734,2485,2503,3057,2283,2644,2611,2349,2128,2786,2643,2290,2372,2305,2209,2688,2488,2647,2523,2169,2326,1927,2090,2121,2272,3324,1892,2681,2587,2480,2816,2496,2344,2566,3007,2674,3791,2221,2629,2507,2251,2430,2461,3432,2383,2852,2446,2367,2807,3494,3006,1891,2244,2129,2247,2642,2868,2454,2667,2527,2365,2366,2987,2472,2729,2610,2707,2551,2727,2527,3148,2464,2946,2594,3186,2372,2421,2532,3254,2360,3410,2294,2884,2008,2461,2236,2639,2135,2807,2847,2305,2689,2544,2449,2389,2083,2113,3147,2607,2929,3593,2059,3678,2902,3516,2448,2290,2394,2697,2123,2041,2556,3268,6298,2667,2972,2209,4222,3482,2566,2765,2332,2308,3123,3552,2426,2053,2120,2370,3213,9524,2652,2641,9330,2852,2245,2990,2406,2611,2502,2388,2173,2479,2893,2844,4655,2211,2370,2607,2507,4416,3851,2806,2088,6896,2052,3426,2129,2484,5092,8390,2191,3603,3374,3132,2224,3074,2545,5329,1868,2353,2526,2539,2431,2373,2266,2326,3269,2628,3041,3129,2341,2040,2252,2727,2361,2992,2534,2185,2150,2282,2482,2393,2541,2914,2647,2544,2991,2326,2808,2311,2495,2529,2533,2292,2407,2703,2151,2425,9506,2647,2492,2592,2664,2483,2374,2350,2341,2445,2267,2255,2346,2325,2386,2366,2272,2661,2611,2244,2135,2667,2333,2300,2487,2312,2219,2532,2542,2289,2464,2492,2320,2269,2068,2291,2527,2317,2400,2370,2294,2336,2479,3172,2731,2359,2758,2496,2498,2285,2449,2317,2139,2166,2446,2165,3028,2366,2595,2926,2316,2328,2415,2341,2541,2141,2341,2549,2237,2296,2243,2241,2377,2496,2379,2376,2221,2398,2458,2745,2228,2165,2493,3224,2711,2207,2463,2690,2370,2389,2603,2412,2349,2299,2517,2500,2452,2314,2569,2327,2376,2367,2526,2534,2443,2365,2478,2737,2435,2573,2648,2497,2330,2245,2406,2930,2460,2571,2164,2168,2631,2244,2407,2250,2366,2480,2340,2458,2510,2334,2609,3082,2120,2688,2885,2064,2151,2458,3527,2816,2258,2132,2302,1991,2628,2607,2608,2626,2380,2165,2357,2388,2765,3014,2367,2125,2568,2442,2575,2248,2646,2447,2967,2930,3427,2271,2260,2342,2598,2469,1944,2571,2306,2943,2594,2464,2713,3506,2169,2672,2321,2331,2641,2934,3450,2925,2955,2494,2463,2867,2279,2073,2714,3011,2418,2300,2872,3131,2491,2431,2898,4206,2513,3237,2324,2364,2255,2686,5660,2198,2777,2384,2382,2358,1857,2611,2165,2130,2846,2301,2596,2707,2244,2345,2560,2898,3089,2406,2184,3089,3421,2116,2310,2733,2282,2736,2431,2594,2435,2541,2454,2502,3789,2576,2518,2560,2404,2396,2616,2332,2341,2472,2433,2241,2804,2512,2586,2363,3167,2513,2328,2547,2583,2427,2313,2225,2569,2904,2508,2328,2590,2770,2437,2417,2545,2527,2530,2425,2409,2372,2724,2452,2325,2645,2289,2408,2607,2514,2479,2468,2364,2228,2406,2453,2846,3027,2250,2518,2441,2223,2646,2371,2648,2369,2484,2651,2365,2826,2570,2423,2450,2491,2367,2203,4084,2405,2380,2544,2306,2208,2555,3104,2746,2390,5940,3476,3764,3208,4701,3323,2535,2209,2455,2487,2649,2185,2213,2705,2725,11197,3590,5233,2692,3491,2650,2401,2273,2263,7102,3127,2386,1951,4356,3244,5482,2903,2430,6934,2254,2662,2598,2359,2153,4854,3505,2254,2621,3616,5690,4635,1477,4401,9852,4713,2132,7321,2586,2992,2847,2530,2832,5084,2486,3280,4010,2730,4529,2285,2013,2278,6467,2080,2129,3093,2160,10494,2673,2207,2724,2462,3734,2950,2791,2326,4235,4506,2153,2963,2171,2169,3624,2188,2052,2327,1807,2158,2011,3690,2125,2207,2408,2467,2368,4079,2366,2844,2929,2123,2507,3150,2973,2048,2063,2446,2167,2363,3476,2125,2102,2034,2466,2764,4627,6712,2009,3121,2247,2170,2731,2164,2648,3811,2131,2206,4174,2205,2199,2496,2246,2207,3042,2411,2082,2291,2083,2294,2423,2231,2127,4311,2308,2525,2287,2965,2150,4929,1955,2330,2398,2227,3368,3335,2932,2478,2473,2303,3217,4286,2245,2167,2170,2346,3810,2369,2085,2390,3470,2187,4778,4047,2267,3013,6198,2685,2385,2553,2322,2756,2282,2024,3310,7017,3279,4272,4309,2311,2905,2370,4570,4496,3129,6922,2528,2787,2987,2049,3694,4449,2087,2330,2491,3271,5486,2196,2287,2405,1922,2289,1882,2951,2251,2561,2048,2208,2324,2205,2251,2510,2547,2546,2623,2930,2609,2531,2924,2260,2806,3043,3034,2363,2643,2431,3349,2531,2247,2261,3135,2349,2204,2243,2205,2283,2717,2389,2702,3099,2653,2475,2832,2567,2347,2344,2253,2608,2551,2516,2352,2431,2868,2583,2810,2748,2191,2406,2423,2248,3240,2735,2212,2242,2773,2567,2612,2604,2273,3060,2163,2211,2732,2807,2486,3373,2606,2631,2665,2406,2597,2578,2325,2133,2479,3053,2426,2285,2327,2872,2531,2556,2977,3032,2561,2512,2588,2142,3090,5023,2022,3330,2433,2617,7067,2267,3271,4654,7158,2806,3172,2527,3233,4407,2333,5532,7985,3194,5712,10553,2614,2706,2423,3697,4030,2612,3124,2608,2429,3328,2290,3126,2525,3074,2325,4030,2431,2328,3091,4592,3084,2389,1987,2712,2691,2643,2711,3161,2663,2781,3130,2525,2237,2759,2832,2645,2448,2648,2565,2970,3515,2477,2397,2765,3400,2777,2144,2674,2522,2553,2390,2457,2773,2265,2227,2594,2660,2512,2467,2285,2290,2207,2303,2533,2765,2007,2369,2522,2614,2406,2365,2510,2447,2407,2470,2278,2272,2339,2285,2393,2409,2407,2727,2289,2972,2324,2531,2533,2170,2684,2818,2831,2284,2768,2276,2365,2829,2565,2290,2483,2287,2258,2735,2254,2312,2247,2393,2350,2565,2731,2638,2840,2379,1975,1924,2127,2325,2433,2827,2326,2466,2387,2287,2133,2199,2561,2338,2247,2125,2488,2196,2180,2209,2201,2045,1966,1924,1926,1925,1926,1890,2353,2528,2424,2202,1925,1845,1806,1882,1848,1846,2049,1883,1846,1845,1845,1806,1886,1845,1846,2049,1883,1845,1846,1805,2387,2405,2608,2594,2204,2125,2087,2126,2573,2403,2125,2127,2425,2752,2878,3041,2426,2389,2304,2474,2665,2405,2662,2832,2759,3192,2944,2659,3196,3028,3040,3465,2908,3092,3256,3319,3257,3367,3153,3323,2788,2818,2578,2964,3107,2849,2948,2812,3210,2867,3683,2784,2823,2895,3194,3244,2940,2774,2821,2851,3406,2951,2981,3117,3103,3009,2258,2664,3235,2934,3244,2665,2647,2695,2682,2655,2561,2598,2656,2646,2224,2464,2718,2361,3110,2286,2715,2462,2654,2416,3024,2832,2677,2914,2601,2891,3045,2664,2669,2245,3285,3258,2775,2542,2568,2489,2630,2315,2926,2533,2240,2474,2669,2564,2210,4608,2759,2686,2684,4559,2302,2348,2286,2688,2566,2630,2872,2491,2165,2443,2086,2565,2333,2450,2428,2257,2328,2371,2686,2442,2156,2300,2367,2042,2438,2344,1970,2400,4055,1925,2005,2446,2286,2487,4051,2688,2396,2809,2299,2049,2463,2988,2798,2301,1970,2163,2126,2091,2821,2267,6023,2836,3218,2664,3039,3085,2555,2676,4427,5740,2606,2764,2787,5642,2366,2568,2577,3025,2478,3329,2219,2758,3877,2325,2927,2204,4271,2685,2834,5767,2490,3138,2064,2554,2208,2787,2109,2036,2453,2469,2237,2488,5150,3743,2967,1921,3729,4436,3090,2181,2877,2765,7063,2697,2675,2899,4710,2787,2652,2802,2271,2583,5174,2534,3091,3112,2300,4319,2266,2522,1853,5610,2689,3454,3163,2495,2587,2179,3453,3135,2278,2657,3476,7014,2141,3722,2363,3330,5912,2365,2533,5718,3410,2464,3200,2248,3135,2410,2935,3219,2357,2646,2396,2657,2671,3546,2753,3305,3377,2751,2284,3286,3394,2830,2625,2469,4138,2759,2551,2720,2557,2553,5647,2791,2226,2570,2565,4288,2732,2794,2676,2799,2594,3702,2779,2960,2165,2046,2529,2405,2931,3162,2493,2370,2460,2728,2444,2501,2487,2326,2213,2378,2727,2890,2646,2502,2435,2353,2166,2451,2538,2282,2252,2531,2807,2737,2391,2215,2367,2279,2690,2700,3120,2545,2594,2448,3446,2451,2286,2497,2003,2534,2699,2708,2726,2712,2690,2488,2310,2318,2245,3091,2703,2559,2460,2569,2596,2063,2459,2308,3004,2661,2657,2631,2266,2411,2285,2186,2495,2375,2499,2897,2494,3008,2625,2283,2410,2911,2407,3106,2835,2907,2668,2775,2602,2384,2615,2370,2554,2412,3013,2308,2564,2625,2690,2630,2587,2208,2241,2128,2491,3951,2046,3413,2413,2460,2431,1942,3077,2104,2709,2240,3110,2481,2368,2076,3564,2866,2600,3263,2788,2944,2754,2625,2565,2528,4028,2581,2921,2674,2565,2463,2871,2433,2222,2768,2370,2500,2171,2509,2485,2567,2581,2093,2545,2330,1996,2739,2434,2612,1950,2731,3349,2278,2646,2508,2288,2575,3238,2991,2460,3003,3096,2939,7659,3767,2718,2568,3240,2249,3367,2295,2691,2524,2417,3123,3783,2166,2527,2405,2933,2285,2488,2608,2530,2564,2569,2509,2652,2639,2122,2875,2513,2492,4583,2288,2529,2647,3007,2453,2950,2465,2926,2252,2164,2610,3222,3370,2247,2524,2755,3578,2612,2361,2030,2725,2666,2525,2618,3243,2288,2166,2403,2209,2243,2539,2316,2693,2288,2486,2248,3025,3070,2476,2540,2632,2486,2646,2649,2366,2488,2453,2587,2640,2474,2098,2493,2482,2878,2736,2298,2709,2706,2309,2606,2608,2490,3280,2907,2650,2609,2568,2408,2090,2322,2610,3454,2599,2367,2173,2990,2382,2239,2406,2382,2727,2625,2496,5772,2182,2395,2648,2926,1904,3461,2448,2412,3029,3337,2728,2406,2708,2593,2765,2169,2558,2088,2488,2251,2653,2402,2951,2840,2455,2944,2435,2798,4386,3364,2613,2735,2656,2934,2656,2529,2977,2888,2471,2816,2444,2648,2531,3799,2469,2664,3881,2479,3190,2464,2585,2346,2901,2217,2800,2700,2490,2523,2212,2806,2446,4980,3270,3904,2691,2449,2475,2526,2380,3052,2633,2619,3134,2671,2603,2061,2309,2598,2358,2331,2431,2398,2150,2327,2417,2459,2507,2750,2532,2502,2073,2259,2275,2603,2123,2414,3527,2452,2401,2449,2425,2435,2468,2571,2568,2796,2280,2395,2530,2944,2484,2216,1969,2386,2745,2318,2754,2461,2775,2469,2267,2874,2461,2045,4575,3931,3450,1911,2807,3028,2700,3017,2523,2363,2337,2645,2501,2652,2694,2438,2554,2253,2908,3249,2410,2573,2230,3876,2580,2449,3093,2807,4307,2458,2853,2389,2223,2539,2208,2434,2505,2848,2449,2521,3039,2422,3371,2390,2282,2414,2434,2500,2970,2261,2688,2515,2606,3010,2778,2076,3091,2288,2441,2348,2202,2698,2619,2908,2629,2568,2788,4047,2200,2578,2932,3089,2905,3976,2139,2318,1889,2487,2495,2441,6314,3972,4565,2791,2366,6639,2453,2784,2714,2343,2348,2275,2862,3036,2522,2529,2528,2502,2449,2448,2270,3229,2646,2206,2516,3249,2204,2663,2969,3005,2325,2146,2629,2130,2450,2608,3083,3779,2428,2005,4309,2491,2159,2370,2248,2470,3374,2951,2595,2251,2372,2167,2478,2455,2404,2191,2451,2450,3272,2640,3001,2627,3274,2644,2933,2516,2578,2451,2931,3009,3594,3626,2403,6208,2526,2382,2556,2780,2488,2433,2422,2910,2333,2287,2635,2150,3050,2991,2555,2483,2326,2640,2571,1882,2282,2566,2334,2438,2526,2124,2407,2235,2605,2285,2308,2342,2174,2523,2791,2471,2641,2502,2406,2466,2179,2459,2485,2246,2378,2365,2474,4082,4659,3948,2769,2823,2592,2185,11277,2713,3049,2720,2656,2779,3471,2563,2355,2247,2337,2232,2596,3149,2578,2532,2467,2123,2669,2767,2313,2754,2246,2462,2660,2471,3249,3443,2138,2679,2568,7621,2881,2491,3055,2482,3987,2170,3402,2850,2535,2524,2489,2244,2048,2445,3130,2892,2325,2850,3048,2444,3169,2494,3046,2265,2225,2613,2045,2045,2372,3007,3273,2409,2723,2653,2582,2649,2616,2385,2221,2684,2446,2246,3153,2758,2446,2762,2767,2523,3091,2727,2451,2793,2540,2294,2284,2492,3054,2646,2608,2371,2196,2330,3074,2662,2369,2892,2444,2971,2469,2201,2541,2327,2409,2285,2411,2286,2313,2218,2897,2204,2490,3121,2799,2366,2633,2759,2487,2636,2643,3262,2717,2545,2653,2613,2407,4015,2470,2517,2644,2626,2352,2649,2807,2356,2702,2660,2931,2327,2724,2133,2723,2392,2422,2570,2644,2852,2391,2541,2245,2273,2382,2332,2855,2439,2408,2366,2856,2607,2648,2525,2528,2607,2676,2794,2646,2536,2544,2824,2469,2664,2133,2228,2282,2451,2647,2481,2572,2598,2444,2174,2374,2567,2370,2305,2272,3858,2235,2670,2659,2623,2527,2130,2678,2691,2449,2408,2493,2280,2546,2829,2567,2526,2859,2244,2592,2688,2539,2551,2887,2588,2259,2413,2744,2449,2493,2320,2572,2515,2503,2526,2404,2208,3915,2743,2734,2313,2374,2640,3059,2290,2524,4221,2710,2368,2392,1609,2578,2983,2483,2368,4138,2319,3039,2659,2767,3612,4098,7008,2455,2656,6365,3850,2502,2640,5221,2450,2389,2281,2851,2524,3302,2366,2325,2404,2244,2471,1962,2463,2699,2680,2939,2802,3311,7242,3291,2609,2849,2844,4472,5659,2306,2604,2593,2793,2400,2120,2449,2461,4028,2480,3130,2416,2301,2252,2502,3107,2284,2469,2303,2732,2214,2409,2653,2596,2990,2557,2564,2367,2590,2461,2415,2285,2546,4091,2646,2524,2508,2806,2606,5505,2848,2703,2246,2455,6052,4800,2650,5651,2815,2692,3273,2704,2562,2846,2705,2250,2447,2393,2474,2250,5710,5913,5417,2752,4173,3068,2758,2990,2756,2593,2553,2276,2281,2669,3355,3191,2501,2832,2166,3011,2797,3986,2571,5182,2289,4173,4053,2349,2472,2357,2291,2525,3132,4053,2710,3093,2807,2543,2954,4733,2466,2321,6024,1927,2910,3485,2601,2554,3252,2491,2339,2611,2188,2490,2567,2324,2810,1968,2161,2406,2585,2269,5646,4170,2532,3174,2816,2510,2736,2727,2339,3598,2902,2487,4633,3473,6655,4260,2166,5758,2466,2109,3345,2558,2445,9346,6633,4686,4219,2437,2260,4094,4533,2084,2727,2209,2565,3093,2878,12248,2530,2287,2526,2042,2046,2695,4213,3972,2204,3127,2292,6371,6408,3133,2085,2137,9106,2094,2081,5205,3052,4501,2494,2467,2878,2664,2741,6696,2445,7056,2966,2122,5273,5205,2785,2401,2206,2606,2286,2477,2651,2334,2387,2649,2472,4392,6716,3216,6083,3690,4054,2331,3858,2931,2444,2211,3084,2563,2820,2910,6878,2845,3410,2615,4932,2283,2254,2484,2156,2320,3496,2378,2526,2293,2225,2375,2939,2210,2787,2411,2486,2570,2484,2984,2793,2570,2115,2835,2349,2590,2320,2633,2653,2538,2208,2513,2504,2335,2421,2492,2055,2454,2368,2346,2492,2403,2570,2410,2598,3004,2374,3087,2775,2128,2599,2256,2430,2584,2585,2241,2495,2488,3116,2880,2543,2517,2505,2467,2467,2380,2246,2327,2111,2192,2407,2464,2326,2445,2453,2163,2045,2006,2324,2466,2779,2570,2779,2613,2447,3611,2768,3009,2689,2761,3537,2614,4448,7616,2695,5694,7244,2697,2967,2502,2765,2043,2250,2689,2486,2569,2611,5677,2780,2648,3445,2573,4203,3408,2347,2915,2276,2591,3371,6534,2934,2484,2372,2367,2284,2384,12380,4921,5174,8000,2770,2865,2546,2370,2370,2281,4118,6514,2013,1885,4058,3004,4528,2955,2572,2178,3600,6556,3105,3453,2931,2627,2642,2286,2489,2429,2240,2532,2354,4006,2046,2127,2543,3124,3409,2934,2849,2535,3179,2272,2898,2801,3510,3232,2316,2957,2531,2890,2475,2740,2726,2610,9269,2688,4892,4093,2573,2360,2360,2224,3720,2489,3496,2204,2449,2328,2989,3211,3214,2805,2580,5499,2848,2011,7561,3511,2764,4130,2437,2324,2692,2902,2262,10379,2167,3191,2448,3728,2107,2087,2514,2519,2382,2295,3126,2327,2586,2970,4665,2320,2208,2249,2371,2253,2847,3058,3750,2380,2576,2206,2349,2406,3187,2549,2826,2316,2294,2249,2245,2773,2406,2554,2451,3377,2370,4157,2867,2151,3144,2949,2133,2289,2207,2524,2685,2047,2260,2873,4713,2245,2552,2621,3034,2623,2368,2422,2934,2952,2419,2316,2206,2709,2790,2962,2394,2369,2626,2388,2855,2407,2320,4775,4574,2308,2121,2631,2146,4814,2408,3077,2121,3247,2208,2172,2206,2684,2406,2572,2408,2221,2288,2159,2772,2270,2520,2315,2165,2436,2120,2407,2286,2094,3001,2412,2612,2211,2517,2969,3343,2508,2729,2647,2273,2400,2453,2401,2630,2686,2488,2485,2410,2348,8671,2328,2342,2307,3001,2717,2175,2495,2129,2812,2204,2632,2559,2618,2566,2308,2564,2570,3877,2209,2557,2564,2572,2764,2551,2087,2366,2365,2638,3019,2537,2086,2495,2734,2648,2873,2540,2570,3237,2243,2443,2051,4408,2169,3856,2432,2849,2875,4677,1931,2381,2565,2441,2650,2359,2449,2401,2321,2644,2467,2605,2286,2886,2565,2976,2204,2629,2392,2164,2443,2162,2314,2430,2291,2320,2405,2374,2278,2491,2376,2600,2510,2424,2525,2577,2305,2470,3164,2642,2320,3246,2903,2461,2273,2185,2796,2402,2382,2725,2330,2590,2505,2533,2150,2093,2723,2099,2652,2989,1925,2690,2785,2642,2796,2895,2521,2289,2470,2580,2560,2882,2596,2735,2587,2529,2289,2445,2535,2724,2925,2868,2591,2290,3175,3563,2688,2526,2448,3213,2514,2375,2610,2286,2448,2605,2238,2312,2253,2202,2933,2550,3044,2773,2567,2484,2450,2568,2484,2432,2991,3008,2508,2665,2372,3082,3252,2410,2368,2208,2324,2285,3200,2179,2282,2331,2366,2364,2424,2653,2091,2521,2429,2626,3075,2363,2538,2645,2525,2567,2342,2497,2361,2494,2620,2492,2490,2566,2531,2443,2549,2651,2508,2538,2451,3294,2394,1992,2114,2532,2643,2613,2377,1825,2749,3027,2954,2446,2167,2164,2303,2627,2696,2367,2748,2601,2647,2532,2669,2969,2967,3969,4736,2510,2630,2205,2486,2130,2366,2951,2491,2770,3433,2695,3117,2200,2492,2366,2044,4289,2589,2799,2887,3209,8327,3401,2563,3251,3622,2580,2414,3534,2663,2532,2220,2267,2631,2240,2109,2527,3308,2288,2412,2561,2691,2652,2134,2564,2495,3178,2325,2704,2252,2933,2791,2500,2290,2532,2586,2143,3959,2341,2215,2610,2737,2432,2602,2405,2530,2244,2354,2434,2116,2685,2365,2955,2222,3072,2563,2972,2063,2351,2683,2508,2894,2268,2213,3420,2544,2659,2441,2291,2614,3327,2704,2409,2612,2561,3206,2480,2511,2551,2568,2462,2746,3021,2505,2468,2410,2565,2378,2583,2532,2463,2761,2678,2518,1871,2910,2686,2452,2160,2555,2683,3937,3224,2331,2299,2610,2704,2632,2687,2570,2548,2665,2719,2333,4340,2887,2218,2424,3944,2376,2488,2292,3019,2451,2189,2368,3022,2869,2481,2132,3047,2866,2448,2193,2728,3151,2656,2093,2247,2166,5134,2972,2669,3207,2461,2247,2334,2563,2393,2681,2709,4301,2216,2649,4527,2616,3236,2631,4424,2330,2047,3370,2669,2575,2727,3223,2551,2885,2685,2643,2735,2627,2565,2270,2423,2372,2638,2684,2509,2285,2811,2403,2286,2409,2446,2804,2760,2117,2564,3172,2425,2205,5863,4289,3131,3568,2492,2129,1880,4899,2248,2532,2688,2517,2410,3132,2274,2936,2532,2339,2155,2290,2285,2322,3347,2455,2893,6415,2208,4595,3283,2167,2210,3351,3366,2749,3317,2140,2556,3147,2508,2640,2167,2446,2367,2353,2473,3259,2599,3411,2247,2285,2250,5855,2420,2169,2389,2047,2046,3063,2330,2288,4687,2455,2202,2368,2405,2208,2404,2491,2488,2913,5135,4014,2166,2728,6436,3450,2125,4759,2204,2270,3327,3277,2968,2888,2703,2408,2205,2165,2725,2251,2206,2404,2609,2669,3596,2525,2273,2076,2233,2564,3079,2460,2300,4426,3172,2723,3412,2296,2257,3084,2534,2320,2567,2244,2087,2092,2553,3166,3369,2366,2416,2158,2667,2289,3890,2481,2168,2048,3198,2420,2237,4730,2298,3117,2848,2847,4108,3356,2247,3813,2220,2528,5159,2447,2167,7990,5024,2085,3656,2121,2092,10698,5186,2374,9708,2328,2684,7500,2090,2003,2853,2248,3981,4561,2443,3897,2370,2560,3414,2845,2375,2338,2860,2404,2332,2459,2644,2329,2413,2588,4457,2784,2082,2085,2005,2006,7935,2729,2633,2433,2222,2514,2306,3373,3508,2644,2317,4097,2219,2471,3787,2363,2928,4258,4647,2096,5093,2795,4220,2881,2460,3044,3134,2483,5095,3719,3933,7424,2984,3366,6047,2702,3395,2379,5406,2731,2200,3054,7115,2999,8057,2904,3956,4377,2340,2472,2334,3181,2471,3330,2252,2161,2244,2568,3297,5423,2413,2389,2450,3227,2479,2812,2651,2525,3288,2494,2159,2649,2208,2351,2466,2891,2467,3814,2406,2225,2146,2309,2287,2159,2206,2651,3319,5050,8713,2200,2262,2997,5026,2173,2166,2084,2593,3969,3763,4224,4590,2471,6703,7470,2288,7048,2450,2406,2301,2286,3413,4877,2449,3183,3613,3238,4853,2377,5620,6046,2651,2461,5128,2920,2259,6581,4134,4891,4258,2120,5182,12619,2338,2273,4027,8353,2286,2643,11278,2361,1932,4797,8748,2972,4771,9669,2543,3557,2568,2043,2743,2287,2164,2330,2651,2448,2359,2802,2461,2321,4039,2169,2984,2321,2680,2542,3635,2021,2207,2958,2481,2100,2319,3057,3288,3733,4683,5468,10076,2829,2292,2485,3007,4338,2217,2369,3046,3012,3154,2385,2430,2319,2888,2551,2568,2210,2285,2407,2365,2350,4349,3048,2129,2075,2808,2097,2245,1931,2200,2398,2487,2664,3679,2046,2081,2380,2168,3153,3485,2260,2418,2997,2794,2539,3628,2548,2225,2888,2169,2186,2489,2187,2345,2376,2600,2404,3013,2829,2349,2566,3255,2401,2288,2178,2408,2211,3473,3210,2500,2130,2356,2729,2885,2569,2288,2166,2778,2534,2061,2473,2111,2059,2045,2394,2130,2132,2166,2804,2176,2748,2307,2166,2083,5972,2216,2446,3961,2366,2604,2080,2169,2226,2366,2276,2409,2647,2742,2590,2506,3295,3908,2546,2273,2519,2657,2864,2529,2552,3765,2468,2307,2604,2787,2650,2406,3079,2592,3123,3042,2324,2453,2636,2340,2515,3210,2740,2807,2171,2384,2239,2297,2459,2253,2245,2670,3037,2478,2557,2984,2309,2162,2376,2399,2131,2208,2300,2285,2365,3131,2405,2007,2959,2328,2561,2571,2097,2449,2873,2563,2528,2414,2339,2222,3076,2172,2125,2294,2790,2567,3336,2414,2241,2406,2372,2447,2563,2230,3715,1813,2525,2406,2330,2545,2651,2607,2476,2493,2482,2587,2290,3534,3022,2429,3221,2840,2130,2078,2053,2489,2456,2318,2522,2171,2165,2410,2323,3397,2784,2409,2347,2306,2205,2782,2553,2368,2411,2664,2630,2401,2413,2485,2325,2287,2213,2420,2468,2133,3025,2642,2448,2115,2404,2421,2497,2452,2475,3093,2672,2611,2671,2688,2447,2457,2686,2441,2207,2027,2882,2474,2380,3072,2325,2446,2214,2682,2986,2469,2652,2540,2384,2325,2218,3013,3684,2531,2968,2446,2628,2190,2667,2280,2290,2122,2435,2714,2570,4144,2485,3390,3718,3129,5129,3029,4971,2278,7035,2563,2328,2187,2407,2553,2883,2807,2169,2432,2502,3248,2094,2272,3100,2190,2625,2684,3400,2447,2251,2201,2173,2561,4513,2352,2766,3462,2369,2956,4663,2477,2140,2794,2104,2089,8368,2377,2968,3895,2310,4030,2247,2207,3127,2555,2328,2848,2202,2131,5107,2676,2182,2847,2412,2046,2322,2526,2328,2165,3649,2735,3092,3045,3009,2290,2285,2248,2355,3420,4559,2570,2807,5055,2098,4040,3250,2664,2311,2131,2243,2087,3743,4014,2310,2557,3074,3009,2369,2568,2796,2097,4013,3435,2103,2993,2463,2210,4147,3901,2204,5836,2953,2604,13213,2880,2256,2367,2215,2590,3781,3575,5298,2160,2475,4310,2645,3803,4500,2291,2564,9914,2365,2446,3128,3281,2538,2246,5423,2045,5135,3813,2125,2007,2122,2690,2117,3647,2139,1971,2045,2367,2080,8587,2133,2605,3132,2527,2609,3450,2078,2133,3671,8432,2258,18216,2729,5885,5506,1957,4464,3112,2182,6423,2202,3397,6881,2359,4941,3834,2407,4939,3979,2135,2510,7280,3126,2208,2048,2405,2770,2563,2653,2441,2847,2529,3048,2211,7487,2026,2626,6196,2435,2217,3211,2366,2553,5070,4683,2178,2131,9104,2407,2363,3079,2221,2163,3450,2655,2367,3473,2427,1845,3604,2808,2595,4434,3165,2283,4220,2486,2588,2149,2163,2166,2646,2570,2083,3855,2329,2164,3272,4029,2043,3766,3416,2160,2413,2287,2046,2086,2371,2123,2322,3100,2201,2093,2240,2173,2067,3336,2294,2474,2303,2892,2244,3170,4840,2663,2647,2887,2172,1999,2209,2367,2213,2964,2158,3223,2841,2013,2121,2126,2053,2119,4324,2860,2163,2654,2041,5969,5632,2806,2396,8636,2444,3524,2538,2533,5361,5551,3768,2764,3694,4095,3516,4545,2734,3273,2216,6126,2893,6337,3260,2638,4014,2419,3917,2218,2513,1986,7137,2793,2369,2449,2648,2344,2408,2204,2090,2112,2360,2528,2548,2228,2943,2890,3398,2241,3775,2386,2083,2208,2247,2588,2220,2275,3210,2252,2133,2598,2232,2701,2204,2211,2445,3468,2524,1991,2935,2489,2380,2072,2259,2593,2205,2020,3089,2565,2650,2316,2697,2614,2965,2365,3078,2127,2453,2604,2482,2616,2127,2621,2727,2488,2226,2109,2630,2384,2416,2192,2250,2181,2188,2435,2932,3017,3305,3544,2826,2808,2224,2618,2485,2746,3551,2586,2326,2312,2248,2930,2605,2384,2550,2063,2236,2600,2494,2221,2166,2163,2165,2178,2442,2580,2874,2245,3125,2946,3104,2537,2159,2646,2331,2323,2705,2400,3904,2888,2659,2386,2597,2611,2487,2529,2453,2423,2381,2489,2959,2896,2549,2006,2506,2945,2350,2948,2568,2362,2436,2579,2614,3753,3910,4038,2281,2125,2333,3370,2420,2350,2581,2506,2434,2289,2326,2551,3950,2346,2344,1965,2405,2050,2394,2529,2242,2668,2567,3396,2407,2208,4766,2543,2731,3408,4459,3474,2657,2273,2648,2547,4295,3299,2835,2990,2229,2427,2590,2809,2087,2865,2186,2369,2408,2310,2297,2548,3619,2713,2601,2122,2615,2418,2763,2375,2475,2581,2597,2435,2693,2524,2333,2288,2301,2792,2443,2927,2287,2451,2182,2353,2195,2619,2184,2466,2374,2479,2408,2497,2561,2728,2738,2487,2430,2493,2450,2654,2459,2467,2400,2097,2494,2358,2423,2218,2528,2300,2526,2278,2515,2718,2711,2436,2444,2517,2610,2407,2751,2979,2253,2781,2608,2551,2477,2796,2406,2246,2159,2414,2113,2428,2549,2221,2446,2429,2536,2965,2643,2465,2512,2369,2487,2330,2471,2274,2192,2357,2220,2503,2649,2699,3007,2424,3469,2304,2607,3054,2709,2707,2608,2842,2651,2451,3005,3195,2760,2579,2384,3053,3142,2447,2694,2689,2540,2407,2734,2604,2969,3113,2450,2821,2787,2482,2425,2854,2369,2424,2303,2614,2274,2131,2763,2897,2521,2235,2414,2992,2951,2768,2327,2126,2582,2390,2573,2570,2596,2355,2929,2458,1834,2650,2178,2818,2460,2814,2246,2588,2885,2430,2446,4376,2109,2641,4395,2245,4620,4131,2786,2173,2362,2179,2250,2533,2080,2173,2230,2370,2334,3173,2488,2088,2168,2042,2609,2550,2172,2004,2022,2123,2525,2245,2638,2163,2350,2358,2692,2486,2656,3471,2138,2451,2409,2361,2048,2287,2186,2116,2218,2633,2102,2758,2477,2140,2713,2973,2324,2689,3013,2486,2048,3524,2910,2994,2432,2322,2165,2242,3421,2379,4032,2247,3547,3454,2269,2384,3197,6697,2028,2105,4347,2076,3419,2327,2612,2269,6037,2126,2408,2129,1965,1965,1926,2669,3292,3024,2473,2210,2281,2141,2013,2674,2092,1974,2265,2166,2266,2010,2005,2508,2245,2167,2290,2122,2221,2207,6847,2286,2181,2154,2260,2013,2239,2439,4048,4216,3849,3943,2533,2124,2194,2163,2093,2166,2817,3817,2442,3118,7520,2346,3051,2214,2360,3025,2072,2181,3288,2238,3690,2844,2450,1984,2511,2367,2264,2485,2201,2011,2872,2184,2387,2455,2007,2322,2781,2032,2407,3343,2361,2179,2039,2134,2487,2019,2629,1973,2245,2288,2084,2277,2619,3252,2928,2245,2289,2242,2051,2926,2069,1938,2249,2252,2281,2552,2220,2113,2936,2380,2643,4982,2284,2394,2338,2245,2354,2691,3861,2321,2212,1995,2251,2565,7779,3051,2490,2206,2420,2886,2048,2410,2930,3688,2410,2647,2047,2689,2281,5339,4056,2842,2773,3527,3878,4468,3720,2412,6552,8124,3992,2201,2212,2284,2652,3931,2408,4086,5140,2124,3289,4692,2130,4493,3368,2531,2043,2194,2407,2728,4229,2206,2732,3526,4239,2744,3695,2086,3725,3737,2080,2045,3169,2411,2369,2849,2353,9920,2288,2474,3469,2241,2251,5129,2373,2749,3103,2166,2528,2650,2921,2285,6352,2124,2251,7504,2922,3014,2511,2045,2264,3289,2283,2120,2656,2690,2404,4253,2354,5376,2331,2297,2774,2124,2069,2138,3772,2532,3555,2051,2560,2665,2150,2375,2118,3292,2412,2364,2243,2252,2256,2395,2192,3225,2540,2680,2243,2260,2234,1939,2840,2603,2205,2669,2318,3482,2298,2515,3788,2356,2339,3176,3771,3267,4451,2534,2458,2204,2373,2442,2172,2045,2007,6892,2516,2128,4094,5501,3102,3328,2926,2529,2913,2542,4881,2127,2580,2327,2527,2253,2281,2566,2174,2280,2411,2009,3564,2289,2051,2607,2474,2246,3259,2165,3138,3523,2072,2381,4537,2452,4036,2890,2404,3581,2656,2286,4331,2631,2822,2600,2319,3271,2163,2304,4518,2281,2254,2714,2376,2650,3030,3215,2461,3401,2259,2258,2517,2521,4768,2885,3019,2735,2311,2303,3804,2173,2770,3247,2127,2554,3821,2210,2634,2890,2245,2337,3374,2925,2273,2129,2252,2856,3772,3294,2207,2370,2479,5729,2928,2381,3971,2164,5329,2445,4107,2563,3601,2137,6903,2690,2083,4292,2044,1925,3050,2209,2052,2045,2122,2394,3083,2832,2266,2127,2616,2402,2345,2426,2853,2566,2650,2139,2648,2510,2969,2630,2287,2670,2250,2240,2261,2126,2386,2156,3048,2708,2059,3040,2740,2486,2609,2389,2262,3000,1981,2301,2710,2205,2602,2402,2039,2244,2274,2611,2157,2212,2291,2323,2285,2100,2217,2215,2857,3396,3607,2449,2381,2309,2344,2795,2207,2696,2252,2173,2407,2428,2267,1899,2601,2227,2358,2710,2041,2688,2079,2619,2651,2241,2333,3074,2924,2092,2538,2130,2739,2624,2500,2073,2161,2288,2137,2013,2087,2031,2246,2416,3116,2268,2311,2127,6295,2169,2083,1986,2603,2251,4915,3694,2265,2204,8653,2419,2082,2693,1992,2296,3172,2846,2134,2882,2010,2169,2916,2332,2079,2422,2164,2155,2401,2260,2158,2047,2285,1962,1927,2249,2467,2446,2508,2057,2439,2569,2240,3126,2673,2581,2815,2587,2526,2687,2307,2414,2450,2577,2168,2676,2489,2486,2502,2634,2286,2268,2318,2489,2211,2243,2163,2368,2236,2303,2467,2265,2044,2330,2123,2083,2515,2186,3527,2350,5751,2254,3528,3889,2366,2635,2172,2568,2148,2505,2924,2172,2873,2704,2606,2408,2383,2091,2244,2587,2502,2485,2518,2822,2179,2155,2565,2195,2782,3125,2451,2552,2566,2255,2560,2374,2321,2547,2547,2388,2472,2363,2330,2767,2353,2702,2733,2484,2684,2422,2318,2569,2500,2511,2247,2526,2421,2415,2128,2638,2530,2526,2614,2422,2390,2465,2493,2662,2748,2179,3339,2515,2343,2205,2367,2969,2356,2890,2440,2492,2404,2772,2382,2270,2445,2690,2143,3357,3301,2208,5138,2525,2209,7166,3426,2267,2182,2284,2800,3084,3772,2812,2446,2568,2128,2250,2925,2248,2445,2545,2609,2167,2404,2449,2623,2193,2433,2524,3729,2161,2491,2484,2566,2496,2660,2475,2432,2475,2455,2846,2323,2822,2465,2321,2654,2688,2495,2487,2321,2380,2427,2547,2443,2732,2310,2413,2176,2089,2830,2445,2588,2248,2071,2489,3838,2565,2519,3513,2364,2370,2500,2166,2567,3121,2208,2483,3010,2181,2285,2326,2732,3809,3370,2125,2392,2422,2075,2604,2450,2370,2821,2161,2051,1889,2120,2131,2528,3918,2597,2539,2606,2409,2399,2734,2528,2486,2206,2722,3053,2612,2451,2264,2511,2252,2135,2804,2404,2487,2528,2014,2078,2046,2368,2006,2455,2445,2089,3129,2247,2846,3251,2443,2126,2130,2510,2291,2486,2378,2406,2360,2400,2502,2086,2134,2401,2514,2540,2408,2450,5725,2246,2124,2409,3306,2515,2285,2323,2085,2328,2211,2643,2455,2368,2600,2415,2768,2765,2448,2643,2496,2601,2453,2649,2320,3015,2644,3129,2473,2519,2232,2696,2351,2646,2446,2634,2967,2664,2434,3370,2810,2441,3012,2610,2523,2182,2851,2800,2670,2417,3723,3942,2475,2609,2767,2296,2333,3491,2923,2211,3728,5962,2465,3445,2654,2669,2610,2245,2469,3166,3206,2532,3046,2681,2334,2091,2283,3075,3123,2818,3732,2340,2348,3350,4154,2467,3432,2262,2233,2461,4932,2516,2852,2730,2568,3044,2379,2167,2634,2449,2304,2087,2273,3167,2981,2212,2241,2249,2904,2868,2293,2049,2126,2592,2824,2086,2217,2751,2252,2284,2204,2614,2169,2280,4695,2517,2338,2235,2142,2267,2004,3671,2126,2083,2276,2143,2162,2325,2294,2266,2223,2167,2044,1965,2047,2811,2407,2530,3326,2208,2479,2091,2811,2512,4013,2331,2049,2373,2368,2647,2515,2129,2260,3153,2894,2891,2136,2248,5337,5094,2166,5135,4037,2580,3316,4634,2648,3725,2614,2209,2285,2690,3126,7345,2083,2114,4467,2089,2449,3066,2171,2603,2465,2288,3688,4096,2486,2082,2013,2287,3249,2328,2165,2403,2132,2724,2171,2124,2250,2201,2451,1965,2404,3248,1886,2331,2872,3267,2328,2886,3496,3114,2280,2206,2174,2444,3222,2133,2281,2959,2529,2600,2569,2584,2248,2207,2634,2339,2411,3329,2803,3257,2680,2006,4481,2543,5017,2162,2287,3699,2284,2122,3973,2250,1969,2523,3772,2332,2040,2084,2889,2012,3731,2005,2323,2173,2065,2582,2571,2008,1966,2366,2284,1931,2567,2254,2596,2326,2250,2163,2127,2477,2261,2687,2123,2370,2292,2086,2407,2645,2282,2247,2335,2285,2326,2485,2370,2487,2554,2264,2112,2165,2361,2294,2194,2108,2084,2047,2053,2185,2447,2184,2998,4382,2285,2172,2203,2408,2285,2041,2247,2563,2221,2591,2650,2532,2324,2663,2532,2447,2432,2573,2368,3764,2483,2771,2703,2641,2528,2420,2565,2673,2640,2493,2482,2331,2449,2321,2572,2406,2328,2569,2806,2602,2584,2290,2211,2342,3942,3197,2565,2739,2467,2663,2432,2706,2509,2328,2790,2447,2447,2660,2292,2488,2348,2705,2529,2950,2390,2001,2296,2423,2804,2829,2403,2609,2488,2090,2604,2131,2729,2365,2049,3169,2910,2649,2590,2884,2378,2350,2528,2447,2329,2439,2420,2480,2497,2525,2567,2569,2564,2529,2523,2841,2498,2573,2568,2628,2688,3068,2567,2687,2564,2490,2250,2481,2372,2369,2407,2083,2126,2171,2526,2595,2632,2571,2571,2263,2649,2495,2427,2168,2221,2366,2170,2246,2182,2217,2783,2529,2561,2173,2001,2236,2946,2488,2479,2415,2070,2445,2529,2505,2431,2571,2563,2772,2159,2649,2385,2434,2724,2172,2299,2088,2126,2646,2408,2272,2662,2285,2115,2127,2047,3076,2419,2524,2247,2290,2265,2165,2431,2688,4295,2325,2207,2168,2248,2018,2192,2178,2914,2620,2334,2348,2372,2448,2307,2331,2639,2359,2045,2153,2255,2922,2250,2338,2235,2647,1977,2090,2109,2131,2010,2159,2168,2126,2093,2201,2060,2123,2210,2730,2287,2434,2443,2182,2165,2252,2928,2594,2244,2370,2177,2485,2450,2126,2366,2357,2326,2260,2472,2989,2282,2212,2487,2363,2690,2260,2155,2554,2727,2608,2731,2523,2485,2366,2086,2408,2453,3125,2450,2366,2504,2669,2629,2254,2121,2083,2244,2278,2322,2420,2445,2562,2533,2798,2733,2656,2572,3043,3037,2453,2365,2825,2562,2518,2845,3267,2485,2569,3409,2934,5332,2405,1971,2563,4398,2448,2729,4228,2204,2596,2982,2204,2409,2934,2927,2404,2291,2566,2309,2334,2294,2929,3638,2544,2628,2656,2703,3003,5180,2048,2205,2972,2829,2486,2411,2687,2486,3695,2260,1969,2328,2318,2314,2445,2912,2483,2363,2330,2367,2327,2285,2406,2088,2248,2547,2673,2363,2406,2449,2168,3045,2088,2193,3602,2351,2369,2367,2544,2429,2292,2514,2282,2568,2969,3101,2807,2455,2322,2288,2409,2124,2727,2006,2011,2186,3131,2490,2363,3986,2120,2205,2255,2321,2319,2493,2362,2381,2276,2057,2278,2183,2720,2368,2006,2409,2313,2423,3368,2529,2250,2159,2167,2362,2337,2523,2516,2775,2362,2298,2532,2287,2163,2208,2132,2243,2513,2822,2446,2213,2728,2546,2406,3736,2243,2064,2431,2138,2214,2045,2088,2078,2176,2686,2641,2614,2388,2528,2653,2420,2251,2162,2204,2207,3613,2445,2288,2398,2418,2206,3127,2451,2635,2724,2732,2442,2306,2285,2203,2614,2570,2242,2566,2896,2202,2901,2614,2431,2165,2325,3252,2705,3875,2685,2455,2679,2441,2494,2371,2448,2123,2492,2431,3466,2447,2404,2651,2609,2366,2567,2827,2547,2972,2530,2794,3142,2729,2530,2964,2203,2249,2367,2249,2248,2724,2961,2655,3694,2009,2288,2165,2326,2164,1931,2039,2008,2132,2167,2126,2440,2572,2087,2085,2232,2424,2087,2161,2675,2245,4218,2341,2484,3457,2268,2285,3610,2387,2481,2852,2269,2329,2530,2244,2290,3459,2835,2628,5284,2582,2761,3049,2655,2368,2511,2442,2572,2263,3717,2283,4386,2411,2525,3279,2644,5193,3445,2215,2122,4170,2207,2173,5650,3331,2691,3031,4672,3213,2325,2048,2079,2126,2295,2200,2394,2285,2341,1972,2205,2083,2249,2205,2124,2334,2168,2125,2481,2167,2167,2011,2160,2730,2452,2085,2044,2087,2087,2087,2156,2456,2172,2158,2128,2411,2204,2413,2643,2365,2320,2436,2211,2206,2262,2287,2397,2581,2228,2368,3134,3501,2254,3685,3295,3568,2164,2124,2011,2006,1965,2008,2204,2757,2402,2188,2507,2504,2523,2529,2210,2755,2568,2163,2638,2687,2812,2547,2468,2577,2908,2565,2510,3267,2643,2369,2325,3640,2793,2704,2528,2592,2344,2810,2284,2346,2587,2598,2194,2647,2475,2743,2430,2660,2248,2251,2269,2423,2393,2465,2241,2648,2410,2405,2899,3081,2772,2514,2492,2281,2553,2242,2518,2411,2326,2287,3003,3412,3278,2423,2485,2447,2208,2633,2638,2243,2220,2688,2692,2281,2357,2477,2365,4239,2323,2286,2423,2666,2589,2358,2448,2719,2934,2628,2601,2596,2609,2661,2433,2609,2563,2529,2613,2338,2248,2527,2529,2567,2422,2595,2328,2381,2430,2136,2428,2483,2731,2565,2323,2369,2166,2206,2287,2287,2206,2452,2266,2841,2339,2715,2169,2426,2637,2481,2370,2462,2526,2570,2402,2556,2530,2567,2482,2532,2644,2462,2433,2491,2521,3445,2686,2496,2497,2589,2299,2368,2653,2323,2308,2527,2571,2770,2637,2647,2488,2524,2592,2531,2447,2366,2253,2201,2406,2638,2623,2371,2598,2568,2452,2524,2489,2491,2632,2607,2571,2607,2838,2511,2555,2565,2458,2135,2485,2329,2231,2740,2170,3243,2439,2846,2607,2371,2014,2090,2123,2126,2126,2238,2161,1989,2118,3244,1999,2130,2002,2167,3105,2597,2242,2744,2732,2499,2583,2936,2132,2321,2295,2722,2489,2690,2114,2488,2565,2904,2365,3051,2548,3097,3367,2282,2622,2639,2155,1960,2554,3739,2567,2448,2389,2532,2260,2266,2574,2498,3354,2783,2249,2404,2529,2365,3190,2796,2607,2512,2375,2375,3064,2820,2462,2705,2354,2685,2585,2666,2433,2527,2492,2501,2487,2488,2364,2701,2672,2857,2217,2251,2504,2292,2288,2087,2247,2488,2203,2051,2708,2499,4855,2411,2034,2489,2297,2715,2122,2010,2325,2303,2327,2329,2321,2347,2554,2527,2410,2486,2364,2976,2204,2646,2590,2612,2608,2409,2481,2267,2247,2648,2653,3019,2826,2328,2331,2490,2488,2483,2711,2654,2645,2610,2343,2728,2030,2581,2392,2184,2268,2450,2691,3197,2198,2080,2080,2333,2327,2742,2590,2715,2619,2491,2212,2486,2124,2973,2524,2047,2806,2408,3240,2656,2249,2326,3081,3255,2574,2005,2084,1962,1931,2085,2612,2600,2215,2279,2213,2481,2213,2749,2688,2654,2242,2186,2394,2279,2972,2284,2776,2694,2207,2130,2010,2040,3573,2357,2542,1987,2059,2050,2112,2245,2531,2495,2087,2208,2572,2244,2244,2132,2407,2003,1967,2711,3103,2167,3452,2167,2409,4050,2252,2364,2445,2332,2268,3296,2338,2125,2207,2168,2122,1972,3804,2008,2333,2648,2041,2049,2282,2032,2171,2163,2528,2222,2350,2168,2127,1924,2144,2090,2084,2563,1970,3810,2310,2446,2422,2131,2731,2790,2044,2144,2248,2080,2007,1974,2310,2046,2047,2138,2084,2093,2202,2530,3038,2018,2000,2053,2352,2141,2122,3134,2287,2247,2769,2324,2068,2492,3186,2311,2139,2288,2688,2084,2012,2164,2128,1963,2448,2355,2420,2123,4170,1974,1966,2078,2088,2492,2125,3053,2206,2087,2427,2100,2127,3537,2888,2266,2187,3851,2199,3605,2763,2492,5668,2124,2251,2130,2267,2223,3933,2039,2013,2568,2997,2179,3688,2286,2246,2352,4269,2011,4277,3140,2010,3852,4329,2127,2965,2166,2415,3165,2574,2323,3051,2526,2168,2601,2451,2167,2566,2492,2161,2849,2168,2043,4977,2475,2379,5164,2665,3673,3062,2682,2378,4955,3705,2653,3006,2810,2729,2229,2343,2854,2204,2529,2643,3495,2284,2447,2793,2214,2573,2134,2047,2160,2286,2199,2405,3089,2256,2329,2476,2499,2165,2126,2240,2095,3979,2202,2765,3172,2286,5047,3940,2408,2533,2285,2163,2647,2210,2915,2765,2409,2299,2285,3940,2193,2240,3148,2401,2518,3662,2205,2089,3210,2493,2239,4657,2489,2402,2892,2510,2704,2052,2204,2087,3927,2086,2169,3208,2451,5537,4655,2281,2094,3512,2903,2126,2166,2527,2156,2243,2222,2311,2181,2773,2123,2129,2082,2569,2453,2645,3367,2232,2331,4546,2773,2126,6285,6150,2163,2526,4140,2200,2415,5654,2242,2973,3732,2444,2293,2528,2284,2166,2672,2584,2034,2360,2182,2325,2372,2196,2248,2363,2177,2288,2125,2118,2164,2062,2008,2004,2810,2200,2567,3010,2047,2087,2046,2406,2441,2801,2948,2049,2037,2815,2048,2084,2167,2370,2085,1964,2126,2313,2224,2207,2124,3370,3031,2168,2181,2046,2005,1969,2127,2125,2046,2393,2451,2654,2609,2049,2049,7979,2410,2525,2172,2392,2606,2061,2041,2613,2614,2199,2123,2094,2284,2088,2526,2429,2333,2884,3049,2186,2199,2454,2201,2207,2607,1971,2196,2299,2247,2164,4290,4212,2412,2448,2445,2235,2099,2444,2128,2274,2425,2607,2232,2128,2135,2087,5416,2772,2285,3170,2041,2237,2525,2045,2308,2363,2353,2525,2088,2421,2846,2169,2089,2189,2662,2836,1983,3854,2239,2286,3566,2493,2336,2832,2284,2185,2121,2044,2047,1973,2039,2334,2239,1966,2053,2524,2087,2272,2325,2907,2551,2097,2047,2047,2046,2080,2580,2203,2047,2162,2132,2248,2200,2169,2448,2131,2159,2052,2040,2094,2607,2285,2207,2523,2054,2162,2125,2084,2175,2680,2135,2506,2148,2158,2479,2183,2045,2159,2093,2082,1931,2246,2835,2182,1925,2003,2086,2190,2064,2083,2092,2046,2203,2163,2719,2296,2072,2171,2180,2369,2048,2400,2326,2013,2313,2381,2122,2165,2728,2491,2526,2051,2690,2119,2608,2614,2747,2092,2488,2334,2087,2295,2402,2314,2142,2248,2394,2461,2565,2249,2409,2384,2082,2569,2562,2487,2512,2287,2210,2472,2585,2322,2410,2204,2092,2245,2605,2958,2342,2450,2402,2489,2125,2330,2126,2126,2407,2252,2801,2368,2128,2410,2085,2285,2130,2326,2124,2087,2088,2405,2368,2124,2526,2695,2199,2012,2125,2328,2168,2926,2570,4088,2753,2660,2479,2618,2610,2412,2560,2166,2368,2328,2167,2124,2609,2650,2950,2533,2805,2450,2244,2503,2633,2704,2567,2569,2597,2296,2519,2414,2491,2702,2477,2771,2319,2427,2709,2334,2500,2559,2120,2361,2408,2299,2555,2454,2607,2087,2243,2536,2370,2484,2765,2408,2079,2132,2366,2412,2967,2204,2206,2403,2197,2566,2570,2365,2288,2489,2569,2416,2650,2354,2617,2555,2493,2175,2034,3185,2570,2179,2126,2052,2631,2280,2412,3093,2568,2508,2423,2811,2447,4528,1918,3284,3703,2135,2242,2163,2255,2445,2646,2276,2328,2043,2087,2142,4131,2043,2332,2404,1927,1966,1969,2270,2296,2214,2119,2317,2163,2947,2090,2046,2160,2238,2775,2175,2519,3089,2053,2126,2596,2135,2209,3087,4538,2121,3896,3894,2165,5013,2404,2486,2317,2606,2341,4213,2313,2421,2839,2662,2349,2130,2485,2739,2320,2326,2166,2090,2284,2141,2954,2647,2382,3006,2126,2130,3685,1890,1926,1887,1843,2090,2393,2529,2124,2208,2205,2206,2050,2240,2207,2169,2298,2487,2453,2768,2202,2085,2006,2046,2012,2128,2167,2126,2084,2128,2128,2158,2175,2360,2005,2079,2099,1966,2000,2168,2248,2645,2376,4236,2263,2323,2490,2087,1925,2047,3637,2369,2162,2447,2407,2901,2131,2165,2123,2959,2684,2207,2529,2166,2164,3417,3101,2363,2495,2926,3050,2677,3620,2234,4613,4224,2208,3207,3777,3004,2773,2245,2329,3393,2904,2365,2249,3528,2289,2125,3641,2103,2160,2726,2128,2090,2249,2124,2926,7341,2290,2291,2526,2394,3933,2881,2263,3447,2211,2352,4011,2260,2374,2246,2041,2530,3205,2175,2247,2118,2130,2369,2163,2044,2009,1972,2204,2283,2280,2655,2004,2167,2415,2363,2156,2239,2215,2294,2489,2010,2081,2271,3099,3014,2288,2245,2136,2206,2404,2477,2481,2208,2204,2410,2488,2218,2571,2196,2207,2241,2207,2206,2098,2171,2049,2288,2240,2044,2127,2008,2366,2167,2125,2054,2046,2006,2083,2043,2045,3134,2807,2166,2172,1965,2520,2052,2043,2046,2044,2207,2370,2926,2809,2129,2249,3572,2403,2207,2193,2570,2407,2365,2130,2379,2356,2334,2609,2486,2572,2085,2130,2409,2241,2272,2252,2487,2321,2329,2208,2167,2165,2022,2150,2093,2015,2085,2047,2089,2229,2164,2171,2245,2307,2045,2320,2574,2549,2306,2081,2214,3930,2320,2534,2282,2680,2701,2400,2136,2310,2726,2525,2408,2622,2208,2687,2437,2571,2526,2403,3043,2646,2595,2609,2646,2651,2527,2493,2522,2566,2566,2689,2644,2446,2410,2015,2441,2324,2647,2126,2292,2246,2807,2968,3130,2805,2326,2368,2272,2572,2808,2443,2450,2613,2645,2486,2620,2494,2490,2529,2487,2604,2889,2488,2687,2708,2654,2756,2731,2871,2713,2649,2571,2442,2647,2947,2423,2968,2646,2607,2591,2494,2479,2496,2673,2481,2529,2568,2528,2492,2445,2554,2581,2114,2493,2487,2419,2578,2482,2570,2646,2569,2569,3315,3216,2806,2380,2747,2987,2437,2531,2563,2540,2495,2591,2446,2325,2411,2644,2453,2334,2607,2523,2278,2409,2320,2485,2331,2513,2485,2447,2610,2324,2610,2489,2440,2760,2605,2620,2554,2223,2245,2638,2642,2692,2740,2756,2727,2420,2236,2487,2153,2377,2346,2196,2179,2766,2684,2407,2249,2312,2305,2246,2410,2391,2089,2368,2645,2405,2367,2369,2442,2492,2562,3126,2765,2527,2535,2599,2496,2534,2515,2500,2370,2247,2442,2573,2458,2604,2638,2484,2450,2451,2663,2604,2491,2447,2367,2285,2229,2679,2312,2517,2193,2127,3399,2267,2342,2051,2572,2466,2602,2663,2447,2371,2245,2353,2424,2349,2210,2244,2206,2508,2404,1970,2041,1931,2841,2590,2685,2631,2599,2177,2006,2206,2635,2463,2362,2519,2234,2428,2054,2241,2117,2179,2202,2733,2610,2160,2038,2489,2300,2485,2475,2736,2554,2451,2578,2479,2016,1968,1965,2371,2007,2280,2813,2603,2253,2969,2187,2611,2338,2325,2129,2086,2053,1926,2511,2342,2353,2418,2451,2246,2046,2327,2730,2525,2049,2205,2369,1964,2083,2250,2126,2528,2369,2385,2249,2454,1975,1913,2061,2048,2310,2162,2172,2208,2087,2455,2168,2090,2363,2071,2133,2212,2047,1812,2990,2155,2034,2288,2203,2366,2372,2483,2287,2396,2525,1940,2625,2914,2445,2450,2367,2891,2448,2422,2387,2439,2567,2503,2328,2122,2045,2331,1966,2245,2314,2783,2342,2325,2527,2370,2349,2249,2644,2168,2168,2244,2409,2772,2544,2472,2389,2580,2493,2633,2540,2367,2406,2569,2311,3000,2673,2474,2502,3152,2810,3545,2329,2449,2670,2705,2468,2812,2490,2688,2762,2654,2636,2687,2819,2543,2328,2510,2600,2472,2406,2644,2414,2491,3021,2786,2589,3173,2807,2496,2402,2870,2483,2673,2466,2203,2084,2440,2221,2161,3934,2444,2760,2565,2525,2330,2260,2648,2449,2553,2606,2411,2484,2385,2593,2542,2647,2533,2482,2412,2484,2320,2453,2931,2715,2564,2606,2529,2566,2426,2507,2496,2481,2445,2570,2492,2367,2564,2488,2564,2611,2602,2564,2147,2297,2441,2435,2122,2203,2365,2567,2734,2753,2463,2731,2571,2369,2366,2363,2733,2473,4724,2668,2608,2493,2499,2469,2487,2533,2690,2408,2389,2514,2412,2554,2601,2533,2407,2584,2525,2451,2529,2565,2487,2710,2767,2571,2363,2606,2376,2928,2288,2203,2569,2407,2286,2289,2167,3450,2602,2130,2087,2361,2369,2050,2272,2357,2554,2522,2493,2125,2124,2212,2326,2288,2420,2944,2412,2608,2852,2584,2445,2656,2522,2870,2666,2482,2497,2364,2547,2368,3666,2852,2081,2999,2097,2006,2235,2411,2200,2175,2160,2148,2789,2533,2734,2488,2286,2248,2278,2602,2410,2621,2365,2206,2238,2196,2811,2643,2416,2453,2454,2495,2522,2412,2525,2390,2371,2742,2586,2632,2404,2717,2411,2283,2424,2721,2637,2571,2202,2744,2405,2194,2742,2359,2819,2329,2484,2470,2490,2450,2593,2475,3125,2455,2203,2463,2887,2717,2569,2448,2525,2445,2447,2503,2514,2924,2361,2724,2721,2767,2686,2754,2607,2783,2550,2611,2673,2328,2285,2572,2302,2447,2962,2610,2251,2326,2310,2117,2689,2768,2334,2572,2525,2303,2744,2435,2566,2687,2527,2526,2338,2599,2367,2024,2568,2563,2190,2332,2487,2449,2468,2572,2443,2259,2489,2487,2731,2163,2326,2248,2236,2506,2483,2276,2576,2452,2209,2639,2492,2171,3030,2610,2569,2592,2759,2526,2540,2690,2566,2300,2719,2591,2631,2602,2398,2425,2364,2226,2242,2367,2339,2643,4132,2311,2664,2443,2290,2177,3423,2611,2384,2497,2969,2777,2579,2482,2601,2945,3208,3317,2185,2165,2321,2731,2372,2448,3082,2234,2490,2476,2516,2429,2510,2638,2410,2550,2570,2687,2307,2479,2535,2428,2252,2339,2758,2446,2406,2568,2365,2245,2206,2369,2373,2404,2449,2322,2245,2613,2363,2493,2567,2445,2447,2285,2608,3056,2757,2745,2536,2170,2730,2638,2527,2289,2276,2334,2656,2292,2313,2367,2327,2251,2206,2336,2340,2228,2327,2245,2597,2903,2566,2483,2528,2413,2566,2514,2458,2597,2418,2565,2251,2592,2821,2128,2357,2569,2399,2288,2429,2410,2399,2368,2492,2603,2404,3531,2489,2355,2285,2247,2557,2688,2539,2770,2458,2373,2435,2520,2527,2787,2486,2331,2252,2807,2768,2829,2698,2415,2400,2212,2590,2488,2126,2572,2285,2286,2421,2526,2524,2452,2287,2248,3078,2925,2612,2459,2265,2286,2350,2225,2482,2234,2247,2484,2444,2554,2409,2534,2402,2525,2451,2285,2401,2488,2405,2408,2576,2407,2025,2216,2534,2487,2446,2522,2533,2407,2367,2526,2486,2411,2562,2975,2488,2449,2486,2528,2569,2456,2615,2456,2162,2245,2553,2491,2462,2688,2526,2689,2447,2389,2544,2471,2572,2583,2424,2646,2460,2499,2127,2287,2098,2116,2771,2325,2124,2526,2533,2445,2366,2429,2330,2302,2249,2246,2407,2530,2423,2612,2745,2554,2528,2578,2293,2321,2387,2573,2480,3044,2612,2434,2889,2326,2005,2485,2664,2476,2407,2406,2290,2333,2948,2418,3631,2498,2578,2596,2633,2535,2561,2559,2452,2156,2525,2380,2355,2305,2397,2527,2463,2511,2662,2567,2501,2855,2586,2597,2468,2571,2525,2406,2502,2650,2528,2557,2483,2499,2370,2501,2635,2450,2368,2406,2488,2482,2574,2123,2043,2200,2340,2268,2460,2495,2445,2367,2568,2407,2285,2398,2605,2644,2548,2541,4252,2509,2235,2458,2434,2783,2271,2503,2307,2531,2605,2486,2408,2406,2828,2571,2371,2347,2685,2388,2612,2432,2406,2364,2366,2495,2434,2592,2447,2169,2385,2371,2461,3195,2492,2218,2411,2240,2366,2211,2707,3800,2324,2401,2276,2444,2390,2125,2682,2045,2333,2331,2971,2405,2362,2042,2032,2061,1964,2464,2619,2789,2963,2765,2093,2568,2434,2367,2326,2414,2373,2365,2477,2483,2370,2469,2566,2536,2968,2553,2507,2442,2232,2458,2521,2446,2315,2564,2370,3032,2597,2448,2446,2539,2358,2573,2395,2531,2410,2408,2403,2293,2483,3021,2451,2368,2381,2481,2144,3126,2530,2565,2213,2161,2049,2589,2264,2169,2405,2470,2528,2447,2530,2608,2426,2445,2406,2410,2365,2768,2130,2124,2081,2092,2510,2571,2436,2432,2523,2367,2253,2204,3279,2340,2335,2560,2483,2486,2487,2449,2245,2133,2122,2092,2283,2192,2825,2128,2646,2774,2648,2548,2687,2463,2565,2493,2404,2326,2409,2330,2418,3050,2633,3133,2365,2594,2526,2610,2567,2447,3006,2529,2942,2599,3889,2329,2481,2653,2663,2361,2654,2368,2683,2245,2413,2104,2467,2557,2562,2567,2545,2806,2632,2733,2599,2792,2448,2441,2477,2947,2486,2484,2520,2844,2729,2897,2518,3303,2412,2241,2127,2458,2643,2617,2558,2282,2166,2285,2534,2530,2570,2609,2563,2487,2609,2445,2490,2804,2525,2125,2496,2408,2695,2764,2711,2458,2404,2731,2304,2643,2523,2544,2579,2735,2553,2461,2526,2631,2685,2882,2423,2541,2539,2569,2873,2389,3253,2668,2547,2533,2234,2694,2726,2644,2567,2593,2156,2481,2109,3407,2832,2653,2884,2412,2384,2639,2207,2290,3156,2339,2086,2444,2010,2208,2329,2630,2103,4211,2001,2568,2274,2091,2931,2563,2450,2405,2490,2730,2643,2491,2602,2652,2527,2446,2669,2569,2531,2345,2570,2524,2559,2637,2467,2531,2539,2410,2360,2329,2330,2321,2293,2287,2269,2667,2246,1966,2284,1969,1965,1967,2728,2446,2410,2422,2606,2491,2535,2339,2649,2166,2525,2293,2246,2286,2044,2005,1886,1885,2211,2202,2747,2190,1965,1845,1846,1845,2486,2569,2450,2165,2086,1925,1886,2210,2247,2407,2302,2565,2232,1885,2465,2590,2169,2342,1948,1885,1846,1926,2106,2445,2373,2322,2043,2006,2006,2593,2342,2452,2406,2565,2326,2493,2547,2451,2366,2434,2565,2411,2443,2966,2448,2406,2410,2249,2248,2284,2289,2290,2797,2538,2456,2398,2164,2690,2608,2367,2444,2103,2170,2167,2434,2376,2368,2244,2009,2564,2350,2470,2348,2346,2552,2446,2689,2532,2236,2488,2484,2090,2552,2440,2455,2350,2484,2528,2506,3031,2424,2190,2653,2686,2502,2443,2341,2454,2075,2851,2603,2775,2687,2642,2651,2686,2607,2574,2527,2564,2572,2528,2523,2766,2573,2567,2564,2504,2441,2872,2648,2935,2445,2367,2245,2406,2277,2382,2408,2162,2006,2166,3130,2378,2286,2521,2171,2168,2529,2621,2551,2451,2243,2288,2245,2732,2545,2384,2126,2006,2045,2007,2269,2164,2166,2349,2243,1965,2127,2612,2541,2446,2377,2492,2680,2817,2378,2369,2527,2406,2522,2492,2930,2434,2575,2109,2257,2336,2907,2348,2273,2345,2420,3841,2509,2426,2367,2470,2608,2329,2409,2449,2452,2411,3157,2766,2893,2716,2471,2232,2729,2649,2643,2451,2637,2579,2465,2306,2413,2781,2484,2555,2521,2429,2748,3044,2611,2578,2609,2488,2416,3225,2735,2551,2670,2562,2620,2630,2494,2407,2470,2367,2246,2397,2500,2685,2444,2370,2330,2322,2047,2411,2405,2369,2407,3084,2727,2413,2446,2409,2450,2484,2250,2527,2324,2364,2371,2404,2369,2650,2365,2407,2448,2366,2850,2369,2370,2577,2690,2631,2425,2565,2496,2574,2632,2411,2365,2437,2722,2477,2129,2527,2474,2696,2287,2422,2171,2385,2345,2370,2513,3098,2571,2453,2286,2549,2677,3101,2138,2086,2038,2096,2353,3690,2661,2172,2326,2394,2296,2507,2819,2660,2292,2446,2049,2858,2607,2453,2567,2211,2407,2343,2239,2221,2243,2168,2165,3006,2509,2590,2450,2408,2312,2494,2120,3324,2570,2526,2643,2468,2648,2310,2545,2445,3158,2769,2405,2211,2644,2420,2493,2807,2164,2893,3365,2366,2516,2346,2157,2129,2127,2112,2493,2516,2885,2234,2234,2320,2209,2556,2460,2383,2283,2434,2245,2608,2623,2533,2552,2446,2165,2411,2769,2206,2579,2329,2087,2046,2446,2169,2716,2685,2160,3546,2608,2558,2727,2654,3217,2212,2240,2129,2594,2362,2426,2283,2234,2106,2193,2763,2369,2382,2231,2421,2513,2259,2375,2400,2094,3203,2291,2088,3072,2783,2407,2591,2250,2205,2409,1999,2428,2165,1931,2110,2966,2573,2415,2366,2334,2167,3673,2302,2410,2166,2284,2489,2523,2293,2430,2250,2495,2006,2327,3012,3127,2254,2040,2090,2367,2526,2206,1821,2368,2389,2567,2455,2341,2433,2631,2081,2849,2489,2614,2239,2301,2055,2239,2875,2282,2494,2425,2289,2310,2321,1989,2119,2352,2508,2240,2719,2727,2224,2457,2539,2081,2428,2210,2429,2485,2427,2712,2488,2421,2291,2526,2152,2729,2728,2722,2531,2926,2226,2403,2528,2887,2289,2269,2407,2170,2454,2554,2529,3449,2392,2389,2566,2696,2463,2750,2408,2604,2131,2582,2769,2641,2734,2249,2226,2574,2860,2166,2275,2417,2292,2480,2467,2084,3073,2598,2560,2569,2567,2392,2364,2403,2226,2592,2324,2451,2409,2542,2392,2201,2392,2288,2307,2729,2380,2622,2596,2913,2382,2912,2530,2483,2128,2007,2717,2497,2810,2085,2003,2247,2677,2568,2731,2565,2484,2465,2244,2168,2232,2342,2387,2349,2007,2403,2797,2490,2281,2167,2734,2242,2199,3659,2285,2929,4092,2648,3147,4832,3983,2138,2679,2353,2386,2215,2804,3127,3295,2193,2402,2370,2491,2242,2017,2251,2050,2004,1968,2087,2605,2246,2208,3112,2382,3449,2646,2368,3318,2065,2349,2251,2359,2450,2286,3050,2254,2198,3911,2129,2198,2760,3490,3168,3306,2972,2308,2892,2285,3544,3827,2710,2254,4452,2842,2368,2486,2127,2370,3047,2453,2508,5034,2402,2411,6021,2326,2526,4330,2127,2332,4089,2128,2389,3911,2313,2289,2604,2202,2206,2530,2267,2350,2182,2286,2445,2247,2126,2432,2569,2164,2448,2864,2310,2729,2461,2477,2283,2169,2211,2060,2207,2086,2688,2273,2404,2178,3403,5376,2645,2650,2967,2290,2399,2533,2452,2640,2409,2533,2242,2170,2687,2540,2206,2409,2390,2451,2409,2406,2443,2412,2445,2505,2401,2519,2730,2442,2771,2519,2789,2528,2606,2476,2527,4084,2385,2535,2366,2201,2209,2129,2087,2370,2240,2250,2129,2327,2446,2366,2488,2325,2849,2365,2368,2204,2490,2525,2759,2527,2532,2485,2360,2646,2388,2169,2521,2472,2550,2422,2323,2370,2187,2527,2415,2484,2484,2447,2330,2461,2732,2632,2444,2448,3015,2565,2450,2628,2487,2582,2366,2448,2269,2605,2569,2410,3168,2563,2391,2610,2610,2407,2603,2548,2526,2531,2432,2402,3054,2632,2598,2403,2515,2598,2561,2642,2672,3596,2562,2761,2582,2595,2453,2481,2557,2448,2365,3021,2395,2244,2128,2242,2294,2728,2362,2369,2445,2366,2413,2283,3215,2407,2366,2324,2873,2660,2507,2316,2046,2125,2089,2124,2168,2346,2287,2328,2287,2928,2133,2528,2239,2570,2614,2366,2566,2642,2448,2414,2522,2329,2491,2380,2526,2488,2330,2434,2581,2542,2498,2487,2489,2367,2524,2410,2482,2664,2450,2482,2487,2642,2480,2652,2425,2482,2413,2338,2612,2445,2732,2199,2394,2526,2547,2405,2968,2652,2568,2446,2331,2241,2513,2422,2353,2564,2435,2786,2565,2608,2491,2442,2450,2444,2750,2507,2167,2525,2238,2477,2421,2805,2807,2638,2526,2853,2565,2576,2400,2588,2447,2414,2362,2712,2228,2401,2326,2333,2510,2624,3079,2618,2388,2783,2326,2602,2631,2223,2125,2250,2125,2977,2294,2319,2134,2166,2284,2275,2142,2112,2686,2562,2531,2504,2483,2413,2593,2375,2167,2505,2697,2584,2755,2091,2445,2474,2310,2128,2126,2117,2443,2584,2218,2608,2319,3163,2532,2363,2303,3196,2247,2708,2605,2767,2431,2450,2297,2652,2365,2448,2446,2457,2531,2491,3072,2398,2420,2446,2338,2360,2633,2583,2443,2395,2388,2528,2370,2329,2442,2412,2367,2178,2637,2638,2531,2608,2575,2534,2705,2611,2452,2443,2475,3103,2763,2476,2485,2594,2961,2230,2248,2473,2170,2079,2127,2126,2549,2642,2531,2311,2085,2045,2046,2211,2244,2206,2385,2124,2046,2046,2046,2247,3000,2526,2326,2367,2329,2484,2771,2567,2491,2460,2283,2251,2760,2450,2369,2264,2164,2169,2172,2507,2449,2446,2810,2405,2321,2488,2449,2327,2354,2448,2343,2872,2341,3121,2861,2181,2147,2689,2316,2875,2271,2047,2069,3052,2943,2686,2487,2095,2284,2554,2528,2526,2698,2447,2330,2759,2649,2524,2697,2331,2330,2381,2572,2417,2413,2495,2564,2711,2253,3489,2522,2307,2203,2332,2083,2129,3165,2332,2669,3130,2812,2559,2604,2766,2614,2333,2639,2684,2553,2387,2631,2326,2435,2290,2279,2249,2327,2621,2694,2448,2158,2250,2373,2379,2771,2430,2589,2346,2308,2685,2600,2213,3058,2857,2279,2101,2890,2160,2596,3302,2049,2089,2080,2517,2405,2166,2544,2634,2489,2610,2703,2280,2316,2245,2195,3199,2791,2500,2248,2593,2326,2255,2483,2604,2668,2668,2146,2229,3223,2492,2468,2506,2389,2247,2332,2404,2546,2767,3193,2567,2166,2210,2205,2486,2245,2455,2562,2258,2330,3266,2911,2286,3312,2391,2659,2553,3049,2247,2369,2288,2487,2851,2623,2605,2699,2569,2913,2175,2159,3657,2870,2569,7284,3907,2477,4303,2614,2361,2291,2284,2340,3141,2946,2313,2644,2723,2955,2591,2924,2371,2808,2742,2847,2450,2404,2546,2832,2287,2546,2990,2447,2447,2610,2569,2645,2452,2541,2083,2150,2253,2188,2682,2595,2608,2438,2585,2608,2688,2696,2366,2668,2649,2929,2484,2374,2724,2384,2633,2466,2708,2488,2526,2431,2942,2692,2526,2392,2224,1966,2447,2389,2530,2487,2566,2449,2730,2464,2405,2413,2407,2247,2446,2285,2147,2789,2528,2524,2326,2597,2489,2616,2252,2724,2326,2567,2475,2650,2457,2530,2385,2467,2973,2313,2882,2407,2207,2643,2290,2286,2349,2405,2407,2390,2364,2048,2130,2126,2453,2565,2186,2244,1926,1884,1846,2409,2512,2596,2933,2445,2372,3002,2331,2242,1929,2177,2141,2026,2126,2751,2065,2382,2010,1970,1881,1845,1845,2251,1922,2130,2083,1885,1926,1846,1885,1886,1967,2246,2610,2205,1885,1845,1846,2508,2267,2203,2191,2347,2166,2166,2127,2090,2513,2177,2414,2832,2843,3527,3071,1964,1885,1845,1846,1845,1765,2373,2312,2930,2716,2028,1947,2025,2180,3142,2835,2877,3011,2281,2064,3234,3139,2439,2167,2612,2201,2209,2165,2006,2206,2086,2133,2160,2165,2168,2126,2208,2126,2086,1926,2682,2745,2689,2686,2648,2369,2606,2962,2379,2678,2669,3082,3146,3228,2992,2558,2916,2431,2812,2692,2481,2369,2903,3234,3183,2797,2365,2345,2767,2406,2404,2447,2286,2671,2707,2595,2729,2702,2713,2451,2605,2488,2500,2328,2352,2533,2522,2892,2208,2405,2209,2118,1974,2328,2640,2289,2664,2431,2609,2409,2687,2415,2082,2216,2440,2502,2709,2297,2436,2374,2284,2171,2734,2486,2597,2362,2266,2195,2617,2359,2088,2201,2987,2285,2167,2570,2961,2214,2523,2324,2644,2602,2938,2496,2842,2486,2371,2531,2455,2714,2533,2489,2448,2636,2781,2264,2778,2200,2700,2637,2570,3143,2691,2683,2515,2410,3052,2525,2418,2254,2390,2299,2528,2563,2380,2475,2442,2637,2473,2629,2503,2523,2612,2590,2571,2606,2340,2405,2362,2333,2206,2636,2489,2488,2569,2460,2565,2718,2563,2409,2459,2366,2281,2416,2877,2368,2535,2202,2565,2207,3052,2317,2410,2450,2813,2484,2566,2380,2332,2770,2613,2542,2538,2161,2408,2522,2392,2266,2410,2420,2474,2325,2330,2082,1966,2134,2608,2455,2390,2245,2085,2046,2712,2384,2275,2201,2045,2067,2286,1930,2210,2560,2245,2126,2141,2223,2142,2029,2408,2520,2328,2190,1964,1805,2127,2730,2581,2563,2156,2580,2809,2838,2537,2325,2276,2092,2347,2486,2858,2655,2574,2320,2333,2195,2481,2700,2767,2519,2540,2404,2525,3015,2369,2483,2415,3008,2488,2488,2561,2252,2327,2730,2204,2449,2385,2340,2449,2090,2291,2440,2408,2493,2448,2442,2493,2484,2448,2484,2674,2409,2250,2369,2206,2164,2125,2092,2488,2534,2404,2246,2245,2248,2940,2791,2494,2489,2486,2534,2569,2125,3195,2540,2569,2409,2367,2363,2893,2448,2439,2768,3139,2325,2724,2126,2514,2581,2529,2531,3069,2231,2283,2164,2286,2247,2405,2852,2690,2241,2215,2164,2287,2525,2246,2316,2448,2224,2366,2368,2602,2331,2167,2285,2487,2847,2411,2282,2730,2638,2420,2928,2443,2513,2565,2309,2244,2650,2485,2452,2484,2677,2172,2335,2121,2531,2271,2648,2449,2483,2407,3293,2724,2809,2420,2558,2589,2555,2582,2300,2952,2330,2326,2360,4538,2409,4009,2568,2683,6062,2568,2887,2609,2209,2125,2269,3146,2678,2498,2051,2046,2120,2048,2206,1973,2849,2242,2485,2694,2484,2321,2534,2472,2804,2377,2639,2407,2694,3087,2405,2806,2345,2348,2568,2531,2348,2648,2564,2608,2507,2653,2649,3062,2570,2594,2245,2508,2524,2606,2690,2272,2982,2555,2543,2528,2550,2848,2428,2082,2319,2635,2418,2563,2627,2524,2629,3014,2340,2529,2671,2692,2522,2736,2731,2573,2331,2363,2679,2663,2404,2078,2520,2626,2466,2585,2161,2457,2511,2483,2732,2603,2827,2168,2411,2641,2490,3242,2518,2581,2315,2402,2296,2366,2359,2626,2408,2333,2270,2585,2320,2895,2606,2327,2244,2490,2604,2486,2447,2610,2526,2204,2611,2524,2493,2485,2564,2492,2357,2688,2423,2706,2928,2341,2397,2730,2648,2606,2621,2689,2605,2566,3014,2491,2286,2481,2653,2429,2742,2399,2329,2378,2330,2444,2495,2962,2206,2564,2314,2606,2944,2452,2446,2470,2470,2521,2373,2566,2450,2207,2267,2127,2299,2371,2634,2328,2288,2251,2082,2658,2517,2420,2349,2502,2172,2037,2134,2597,2577,2212,2362,5765,7277,2369,2326,2404,2766,2674,2262,2524,2410,2839,2419,2672,2370,2244,2104,2326,2406,2364,2756,2427,2088,2404,2524,2089,2163,2294,2671,2242,2208,2620,2577,2186,2411,2580,2752,2537,2376,2687,2724,2154,2734,2879,2454,2299,2041,2321,1939,1958,2539,2506,2702,2050,2394,2408,2325,2179,2441,2454,2318,2122,2062,2005,2371,2362,2355,2423,2110,2426,2162,2281,2408,2560,2449,2179,2004,1998,2365,2463,2631,2538,2129,2046,1965,2290,2164,2436,2526,2125,2303,2158,2160,2327,2338,3038,2221,1925,2004,2235,2306,2359,2430,2107,2149,2308,2232,2302,2197,2092,2086,1925,1967,2269,2267,2153,2563,2342,2320,2419,2200,2597,2379,2128,2119,2039,2141,2006,2108,2310,2000,2123,2611,2718,2380,2365,2726,2848,2157,2170,2419,2282,2322,2403,2140,2004,1927,2080,2402,2570,2399,2647,2330,2536,2254,1885,2006,1885,2088,2085,1931,2190,2176,2523,2611,2286,2496,2443,2154,2328,2570,2017,1885,2119,2241,2458,2246,2081,2138,2317,2256,2275,2096,1966,2236,2496,2237,2059,2397,2620,2152,2416,2673,2266,2281,2723,2405,2656,2414,2367,2167,2360,2328,2244,2126,2334,2271,2262,2078,2015,2248,2392,2208,2381,2325,2309,2461,2292,2436,2175,2284,2719,2220,2410,2514,2328,2338,2524,2367,2287,3088,2570,2415,2315,2560,2262,2229,2253,2171,2293,2083,2046,2003,2086,2212,2406,2286,2166,2131,2125,2554,2854,2336,2488,2641,2479,2255,2452,2533,2392,2200,2465,2162,2094,2008,2564,2231,2827,2475,2402,2224,2186,2871,2286,2483,2314,2628,2401,2772,2564,2331,2242,2011,2225,2177,2526,2222,2224,2084,2331,2180,2483,2194,2499,3048,2334,2360,2256,2524,2491,2528,2209,2567,2364,2486,2689,2231,2365,2414,2658,2375,2228,2541,2325,2528,2718,2341,2527,2210,2322,1962,2412,2242,2288,2488,2291,2206,2442,2293,2630,2143,2530,2449,2400,2491,2922,2801,2445,2257,2815,2406,2322,2198,2499,2319,2365,2298,2596,2618,2434,2577,2438,2466,2385,2466,2438,2538,2492,2276,2400,2226,2390,2783,2430,3011,2455,2559,2502,2435,2519,2852,3055,2440,2409,2261,2287,2490,4483,2084,3385,2275,2849,2437,2414,2248,2085,2168,2921,2255,2541,2766,2493,2521,2319,2737,2170,2638,2421,2385,2544,2520,2621,2158,2525,2572,2810,2411,2394,3623,2047,2643,3558,2528,2807,2419,2612,2554,2655,2616,2561,2238,2127,5149,2648,2364,2472,2262,2135,2586,2346,2402,2272,2344,2507,2462,2280,1737,2158,1974,2489,2232,2609,2449,2625,2946,3295,2894,2318,2820,2490,2613,3083,2571,2533,2407,2764,2488,2992,3853,2326,2330,2485,2459,2050,2327,2411,3071,2244,2545,2487,2409,2599,2479,2410,2338,2372,2167,2390,2099,2446,2494,2404,2765,2491,2292,2639,2712,2510,2966,2159,2778,2408,2282,2332,2518,2453,2593,2268,2246,2586,2410,2530,2301,2687,2603,2334,3364,2489,2335,2804,2559,2818,2366,2532,2318,2248,2474,2580,2409,2368,2592,3005,2573,2764,2706,2798,2206,2411,2414,2837,2766,2693,2974,2733,2331,2129,2319,2374,2436,2598,2667,2604,2429,2452,2366,2388,2641,2486,2363,2373,2372,2085,2449,2528,2357,2293,2571,2322,2242,2923,2224,2481,2127,2291,2125,4173,2311,2467,2882,2690,2761,3041,2509,2400,2276,2422,2323,2917,2535,2694,2490,2726,2487,2009,3394,3021,3089,2654,2765,2649,2886,2195,7068,3897,2951,5637,3326,2598,2844,2467,2163,2527,2094,2469,2381,2351,2300,2171,2486,2127,2105,3136,2161,3610,2023,2572,2392,2966,2365,4900,3130,4174,2224,2560,2950,2229,3353,2283,2130,6741,2282,3186,3120,3106,3627,3169,2348,3247,6287,2266,5920,4790,3589,4716,2406,2447,3149,2388,2728,7025,2645,2166,2044,2092,2280,4839,2651,2650,2444,2043,4615,6464,2564,9391,5695,2544,2228,4781,2688,4207,2108,2388,2725,4175,2549,2970,2166,2583,2730,2726,2312,2203,2287,14824,30349,2632,2350,2606,2402,3370,5881,2272,2123,2249,2305,2711,3169,2359,2415,2361,2289,2725,5617,4181,3793,7022,4246,8388,2973,5252,5756,3448,2973,2206,2911,4247,2407,2328,5071,2817,2643,2489,2565,2208,2324,2491,2246,2290,5007,2485,2560,2140,2210,2245,2366,2253,2321,2720,2342,3105,2528,2465,2366,2335,2284,2288,2643,2356,2464,2242,2326,2208,2452,2282,3274,2582,2390,2407,2742,2557,3855,2663,2348,2163,2505,2449,2966,2455,2365,2403,2251,2907,3218,2728,3122,3209,2913,2810,3469,9766,2692,2280,2368,2553,3088,2451,2484,2506,3029,2540,2046,4446,2443,2707,3122,3963,3178,3041,3019,4118,2374,3141,3352,2579,2195,2305,3217,3644,2558,2378,2495,3122,2713,2646,2413,2261,2407,2327,2725,2205,2457,2275,2277,2567,2744,2649,2283,2488,2532,2648,3928,2354,2645,1910,2504,2566,2808,1988,2400,2776,3772,4856,2708,3533,2776,2733,3650,2712,2250,2126,2545,2127,2366,3011,2348,2703,3892,2632,2484,3129,2948,2529,2524,2510,2575,2583,2367,2434,2253,2290,2614,2548,2732,3206,2580,2400,2332,3059,2602,2772,2966,2567,2246,2726,2539,2365,2369,2286,2268,2181,2319,3290,3039,2469,2683,2082,3216,2399,2894,2038,4502,3552,2233,2195,9831,2611,2248,2290,2304,2786,3018,2786,3310,2747,2431,2119,2213,2966,2146,3292,2644,2453,2290,2373,2534,2306,2889,2533,2542,7285,4111,3152,4551,2405,5818,2969,3078,2335,4082,2733,2257,4360,2987,2523,2608,2369,2726,3589,2033,3363,2655,2367,8926,2488,2205,2536,2816,2170,4591,2891,2468,2549,2407,2171,3141,3831,2248,10692,2433,2368,6598,4108,4474,3113,2246,2248,3131,2401,8308,4011,2366,7480,9091,2425,4675,4394,3855,7360,4410,5039,4036,3848,2984,3232,22836,2697,3938,3931,9451,4330,17308,2289,3194,3910,3210,2769,14639,6564,3171,3532,2061,3253,3529,4253,7366,13035,2304,2168,4079,2647,2365,7284,13458,3467,3999,2065,5677,4656,2303,6281,2085,2067,3211,2803,3195,6860,6677,2168,3588,4639,2080,3892,3938,2183,4858,3422,3997,5135,2425,2728,2322,2172,2669,4013,2133,2086,2261,2160,2048,4057,4210,2368,2291,2394,2254,1972,2125,3731,2123,2086,3090,2450,2771,3687,2188,2063,3214,3691,2322,6722,4501,2663,2445,5018,1969,2119,3403,4225,2127,2887,2602,2125,4859,6744,2250,2004,2569,2162,2127,3051,2243,2207,2125,2050,2122,3771,2128,2128,2406,2690,1969,3949,2409,2485,3291,21608,4597,13854,4658,3288,2650,2366,5375,2167,4015,2283,2852,22143,4296,2967,2446,2289,2488,4374,2165,2005,2169,2643,2236,2642,2246,2208,2453,2521,2189,2230,2185,2524,3678,2607,2567,2685,2206,2466,2269,2501,2452,3530,2709,2324,4896,2231,2464,2266,4158,2681,5037,2569,2362,4359,2766,2632,2682,2573,3554,4050,2407,3811,4267,2488,2534,2084,2281,2435,2741,2290,2445,2167,2733,3394,2222,2272,7478,2484,2532,8704,2330,2165,2719,2484,5789,3953,2246,3248,2512,8200,8032,4007,2410,2445,2284,2106,2212,2635,7088,2747,2333,2543,2312,3967,2204,2331,2525,8104,2808,2574,2890,2546,2660,4702,4800,3883,2226,8647,5997,2407,6503,2388,2511,2641,2285,2877,5917,2480,2849,2977,4432,2127,3771,7194,2087,4621,3847,2207,3651,7365,6257,11899,2404,3615,5008,2127,2711,3150,2042,2045,2168,6341,7649,5693,8607,2428,2626,2970,2127,2289,4890,2708,2408,4010,2127,2106,2285,2049,2394,3504,2507,2168,4630,1894,2083,3388,2490,2244,2353,2005,2265,2409,8823,2366,2054,4142,3922,2185,2247,2078,2112,2572,2297,2491,2046,2123,2454,2165,2866,4499,3826,2189,2249,2087,2162,3377,2136,5823,2161,2632,2268,2706,2249,2204,2148,1962,2152,2044,4076,4514,2646,2412,2205,6174,4177,3484,4833,2728,2289,2406,2592,2869,2388,2363,2648,2814,2565,2264,2513,2887,2287,2185,2434,2204,2219,2374,2109,3042,2068,2666,2308,2546,2208,4015,2787,3891,2643,2573,2907,2829,4973,2130,2166,3887,2840,2299,2166,2610,2406,2733,2388,2540,2534,2246,2163,2323,3017,2482,5136,2530,2848,2870,2446,2973,2415,2738,2878,2492,3537,2285,2447,2286,2469,2566,2407,2453,2248,2745,2351,2086,2585,2680,2310,2408,2409,2258,2450,2736,2591,1659,2092,2962,2957,2667,3442,2363,2769,2939,3166,2876,2537,2474,2462,2289,2635,3006,2410,2889,2343,2465,3048,2426,2936,2702,2493,2143,2835,2541,2073,2846,2466,2749,2019,2919,2302,2322,2728,2454,2366,2524,2556,2419,2247,3003,2414,2571,2307,2501,3115,2539,3010,2931,2677,2539,2689,2438,2323,2363,2427,2265,2622,2897,2117,2363,2244,2340,2451,2484,2810,2675,2601,2625,2328,3054,2483,2713,2287,2582,2477,2442,2850,2613,3010,2660,2270,2727,2951,3724,2193,2574,2445,3064,2242,2611,3049,2349,2172,2900,2845,1970,3031,2428,2747,2829,2528,2490,2565,2908,2366,3173,2626,2605,2770,2276,2411,2401,2465,2351,2621,2607,2871,2703,2432,2568,2331,2646,2744,2553,3087,2291,2699,2561,3541,2203,2448,2596,2804,2568,2860,2454,3028,3433,2558,2525,2566,2582,2523,2555,2361,2095,2480,2425,2611,2570,2285,2645,2523,2476,3090,2497,2780,2559,2287,2690,2605,2278,3145,2452,3264,2548,2348,2740,2256,2313,2688,2160,2487,2890,2565,2416,2946,2482,2326,2967,2930,3674,2813,2221,2971,3333,2686,4656,2280,2402,2649,2655,2249,2769,2603,2436,2706,2806,2384,2051,2576,2016,2126,2564,3593,3374,2304,2230,2122,2664,3648,3376,1928,2483,2602,2659,2085,2287,2720,3008,3261,2328,2623,2498,2524,2303,2323,2591,2129,2808,2408,2425,2323,2210,2091,2486,2763,2329,2888,3354,2550,2526,2803,2333,2447,3032,2660,2123,2124,9541,2822,2689,2407,2485,2131,3033,2643,2409,2666,2916,2480,2213,2607,2449,2725,2569,2208,2848,2542,2530,2510,2970,2409,2406,2127,2943,2645,2876,2531,3501,2834,3143,2494,3001,3780,2384,2245,2287,2052,2217,12821,2550,3152,5148,2633,2631,2120,2890,2248,4495,2084,2668,2527,3129,6158,2334,2119,2454,2441,2132,2643,2085,2334,2188,2098,2331,2591,2503,2510,2569,2930,2685,2165,3194,2303,3108,2085,2349,2569,3029,2367,2634,2160,2624,2769,2328,3810,1854,3167,2268,2663,2148,2890,2784,2892,2593,2665,3448,2555,2640,2948,2452,2284,2185,2228,3471,1967,2573,4222,2755,3129,3552,2511,2379,2367,2649,2727,6660,2332,2994,2326,2218,2432,2484,1989,2345,2489,2529,2368,2206,2245,2251,2083,2283,2588,2251,2725,2795,2845,2808,2571,2403,2424,2451,2249,2721,2875,2346,2168,2402,3852,2527,2768,2449,2084,2031,4574,2411,2182,2610,2762,2094,3042,2610,2247,2847,2291,2368,4156,3862,2414,2225,2430,2599,2576,2327,2118,2054,2401,2209,2266,2207,2213,2167,2125,2688,2085,2728,2170,2320,2528,3894,2404,2706,5760,3370,2826,2290,2487,4051,2807,2189,2615,2248,2082,4868,4057,2312,2761,2465,1926,2834,2470,2667,2648,2081,2829,2549,3472,2528,2530,1947,2361,4031,2372,2343,2254,2218,1852,2124,2753,2045,2122,2326,2127,2131,2419,4059,2669,2342,2009,2406,2330,2360,5683,4090,3133,2347,7020,3049,3767,2531,2225,4756,4529,2208,1932,2405,1561,2407,2046,2170,2325,2288,2089,4171,2129,3754,3348,2503,3248,2346,2174,2768,2406,2047,5051,2123,2133,3934,2159,2155,4307,4136,5573,2595,2786,4694,2119,2208,4894,2045,5021,5374,2565,2088,5765,4461,5866,10829,6689,6474,2143,5115,2326,7649,4995,2242,3232,4876,2324,5357,4976,2227,10415,2506,2243,2711,3047,2553,2405,2962,2568,2089,3933,2169,2162,2529,2288,2328,7418,2213,3243,8032,2983,2229,2648,3109,2669,5374,2606,2652,5298,6861,3523,2535,3706,6044,5410,2234,13297,2727,2369,7135,2370,2549,2865,2474,2205,2404,2373,2409,2569,2901,2369,3852,2202,2470,2064,2211,2764,2315,2443,1982,2316,3527,5193,2473,2802,2344,2474,2972,2503,1868,2862,2212,2330,2506,2344,2602,2676,2083,2850,2547,3288,2482,2797,2944,2576,2265,2529,2497,2659,2361,2286,2316,2360,2572,2745,2084,2330,2306,2388,2444,2609,2354,2324,2929,2708,2363,2574,2958,2528,3005,2529,2729,2452,2397,2694,2635,3033,2717,2457,2329,2062,2747,2484,2814,2130,2428,2650,2606,2387,2224,2388,2512,2417,2413,2530,2345,2249,2328,2445,2300,2594,2810,2364,3735,2846,2730,3184,2886,2574,2764,5817,2108,2331,2698,2609,2855,2408,2469,2669,2364,2471,2931,4207,2388,3201,2809,2817,2401,2796,2411,2813,2500,3005,2714,2608,4888,2373,2496,2372,2348,3009,2612,4132,2821,3879,2406,2212,7822,2241,2580,2259,2192,2541,2551,2282,3633,2366,2402,2434,2186,2126,2688,2363,2373,2745,2935,2815,2354,2550,2387,2223,2408,2807,2633,2171,2925,2610,2139,3070,2068,2482,2128,2516,2444,2170,3768,2029,2400,3766,1955,2625,3322,3764,2349,2566,2469,2747,2345,2490,2264,3030,2325,2610,3786,2615,3666,2466,2535,2485,2625,2630,3154,2765,2707,2448,2242,2394,2406,2005,2244,3154,3249,3210,3510,2422,2534,2807,4634,2608,3049,2735,2362,2365,3171,4031,2049,2482,3413,3923,2376,2129,2121,2567,2727,2533,2205,2370,2866,3250,2423,2415,7255,5019,2406,2127,3723,2847,2402,3308,2604,2331,2606,2929,2564,6498,2855,2087,2484,3115,2382,2387,2582,9495,4539,3968,2246,2609,5737,3292,2806,2287,4588,2212,2105,2371,2649,2706,2367,2245,2906,2868,2029,6033,2993,2186,2486,2253,2607,2509,9086,2463,3497,9067,6741,2823,2524,2207,2172,2785,2215,2422,2364,2227,2271,2124,2570,1983,2208,4110,2449,2330,2286,2183,2534,3532,2207,2729,2407,2203,2449,2105,2663,4420,2905,2161,2152,2331,2368,2641,2410,2527,3570,2911,4816,2442,2204,2576,2305,2926,2025,2049,2849,2441,2197,2498,1853,2684,2243,2313,2589,2320,4805,7234,3011,2325,3677,2769,3302,2166,2013,3371,2405,2286,4756,2785,4434,3467,2334,2724,4295,2363,3154,2868,2392,2542,3272,2692,3528,4231,2167,4567,2293,2370,5617,2545,2341,2052,2184,2734,2163,2301,2094,3591,3224,3052,5095,2368,2046,3468,2832,5375,4213,2444,2730,2873,3907,2085,2011,2585,3753,2121,2128,2614,2027,2282,4051,2169,2812,2125,2049,2263,2305,3330,2672,2367,3001,2374,2087,3007,2708,2746,3850,2207,2234,2124,2046,2048,2062,3694,2167,2224,3455,3648,2604,4213,2375,2207,2701,2845,2292,4196,2664,2884,2734,2569,2168,2424,4156,2123,2290,4526,3213,2411,2126,2189,2324,2972,2606,2603,3176,2601,2064,2229,4338,2242,4311,2632,2052,3982,4339,2566,2807,3207,2672,6357,2569,3248,2775,2842,3649,2518,2418,2487,2694,2747,2367,4188,2128,2125,2854,2081,2253,3890,2084,2084,2251,2764,2126,3333,2529,7344,2808,2550,2008,2420,2231,2128,3109,2121,2405,2131,2323,3251,3049,3472,2785,2052,2427,2507,2046,2691,2761,2374,3268,3011,3369,2725,2088,2748,2804,2046,2331,2406,3229,2627,4099,2831,2284,2242,2328,2247,2287,2466,2487,2807,2435,2691,5450,2503,2450,2286,3209,2014,4596,3047,2301,2288,2165,2309,3370,2247,2544,2388,2229,2867,4056,2653,2492,2440,5813,6273,2733,2472,2620,2134,2121,3632,2430,3128,2268,2430,5792,5138,2854,2586,3268,2141,2198,2544,2403,2928,1967,2147,2529,2445,2452,2730,3021,2391,2684,2709,2805,2768,2410,2847,4561,2267,8062,5639,2887,2381,1971,5477,2591,2607,2270,2326,2700,2452,2383,2669,2510,3104,2570,3271,2191,3347,2044,2553,2153,2373,2246,2756,7517,2774,5171,7582,5179,2125,2371,2386,2306,2198,2575,2367,3162,5564,2450,2484,2432,2511,2844,3171,3669,3754,4087,4436,2085,2050,2723,2923,2455,2164,2193,2886,2629,2367,2681,2479,2742,2209,3243,2534,2364,2552,2504,2492,3003,2934,2833,2358,2573,2527,2811,2539,2289,2668,2251,2545,2765,2610,2564,2532,2673,3090,2184,2242,2611,2929,3152,2609,2648,2131,2522,2171,2496,2513,2486,2586,2127,2587,2488,2808,2507,2586,2554,2402,2569,2472,2648,2447,2502,3112,2310,2401,2288,2676,2719,2697,3523,2390,2954,2740,2284,2408,2286,2853,3924,2476,3272,2643,3154,3147,2244,3036,3827,2594,2899,3532,2529,2560,3100,2402,3073,2227,2649,2485,2437,2769,2095,2357,3140,2206,2369,2089,2525,3087,2493,3028,3089,2694,2559,2611,2445,2465,2591,2289,2448,3046,2350,2322,3312,2687,2307,2253,2842,3376,5512,2628,2796,2680,2412,2644,2575,2527,3179,2633,2487,2532,2763,2948,2812,2723,2595,3548,2565,2792,2465,2236,2858,2396,3009,2565,2416,2561,2300,2628,2534,2947,2443,2238,2056,2366,3171,2357,2326,3164,2449,2746,2346,2526,2785,2398,2942,2328,2368,3165,2492,2549,2778,2757,2409,2685,2364,2265,2054,2926,2361,2249,2570,2368,2164,2442,2329,2170,2287,2196,2893,2817,2249,1882,1845,1966,2274,2336,2433,1986,1885,1844,1806,1914,3186,2367,2320,2774,2044,1844,1846,2324,2690,2432,2829,2589,2142,1988,2703,2685,2697,2307,2165,2085,2005,2489,2648,2529,1889,2027,2182,2339,3050,2494,2524,2514,2206,2492,2483,2927,1988,2324,2007,2593,1985,2447,2905,2425,2606,2318,3175,2453,2365,2636,2286,2301,3530,2993,3272,3112,2161,2427,2998,2847,2861,2353,2302,2652,2479,2877,2581,2830,2554,2260,3059,2581,2370,3512,2324,2574,2457,2126,2007,2560,2525,2383,3063,2087,2374,2199,2990,2766,2488,2392,2016,2281,2290,2374,2390,2289,2291,2487,2506,2481,2474,2423,2130,2446,2680,2573,2529,5940,2752,3685,3316,3685,2307,2736,4068,2150,4626,2351,3671,3205,2214,2238,3010,2409,2330,2408,2323,2445,2415,2319,3572,2488,2408,2450,2484,4403,2402,3021,3013,2294,3992,2481,2546,2293,2244,2732,2408,2950,2524,2210,2222,2484,2852,2288,2674,2848,2405,2449,2078,2611,2413,2647,2581,2410,2322,2255,2246,2911,2497,2488,2092,2649,2284,2685,2935,3111,2645,2489,2606,2702,2417,2565,3127,2202,2446,2078,2610,2487,2336,2396,1985,2045,2042,2047,2633,2544,2807,2006,2006,2006,2046,2631,2285,2430,2126,2043,2006,1965,2128,2969,2367,2167,2408,2362,2247,2573,2034,2445,2262,2325,2239,2407,2286,2318,3492,2182,2487,2525,3052,2126,2687,2895,2462,2831,2046,2465,2931,2389,2448,2244,2165,2567,2972,2313,2426,1801,2446,2527,2448,2563,2408,2452,2514,2447,2583,2713,3225,2524,2406,2288,2931,2392,2845,2260,2773,2628,2411,2301,2470,2169,2010,2725,2625,2187,2145,6580,2971,2486,2955,3140,2370,2651,2129,2399,2242,2459,3118,2413,2010,2046,2446,2209,2249,2362,2321,2538,2391,2740,2565,2492,2952,2567,2464,2204,2294,2281,2610,2367,2166,2671,2263,2561,3015,2449,2851,2912,2564,2344,2571,2887,3350,2299,2729,3015,2607,2532,2402,2411,3210,3194,2505,3034,3020,2210,2310,2602,2430,2672,3611,3708,2446,3245,2252,2048,2281,2873,3188,2390,3953,2158,2609,3275,3567,2828,4801,9390,2987,3648,4616,2882,2611,2152,3252,3409,3282,2584,2453,2271,2531,2701,2348,2672,2116,2483,2408,2447,2519,2530,2531,2291,2485,3059,2443,3033,3572,2263,2675,2950,2487,2999,2370,3135,2447,3012,3030,2766,2701,2329,2691,2921,2898,2681,2612,2523,3013,2446,3573,2411,2802,2353,2590,3042,2490,3047,2686,2810,2691,2606,2527,2285,2999,2619,2249,2408,2249,2525,1971,2240,2394,2909,2306,2507,2242,4117,2380,2569,2564,2332,3133,4532,2799,3166,2657,2370,2325,3054,2329,2321,2851,2444,2350,3450,4390,2369,2450,2363,2609,3012,2408,2203,2929,2490,2365,2633,3130,2526,2447,2462,2329,3656,2262,3015,2499,3094,2680,3242,2267,2383,2062,2534,2248,2626,2423,2510,4751,2630,2450,3586,2612,2394,3141,2529,2406,3312,2653,2447,3083,2449,2247,2606,2852,2083,2380,2761,2280,2209,2614,2281,2420,2973,2992,2952,2462,2815,2449,3003,2566,2451,2904,1925,3135,2285,2714,2539,3088,2575,2634,2537,2644,2252,2532,3069,2085,2570,3185,2370,2958,2803,2252,2618,2569,2123,3402,2614,2529,2880,2605,2038,2173,2253,2159,2535,2460,2588,2804,2245,2629,3206,2123,2236,2326,2253,2569,2687,3562,2026,3010,2687,2487,2922,2889,2356,2372,2527,2703,3014,2989,2264,2641,2528,2610,1888,1887,2481,2811,2523,2055,1965,1849,1846,2319,2607,2208,2043,1973,1849,1845,1846,2360,2725,2254,2369,2609,1921,1849,1888,2436,2329,2255,2123,2486,2471,2090,2257,2576,2145,2906,2167,2283,2490,2440,2734,2373,2360,2175,2203,2246,2530,2282,2131,2485,2212,2126,2122,2247,2201,2809,3056,2329,3148,2228,2546,2180,2852,2288,2571,2524,2305,2894,2666,2591,2849,2455,2635,2688,2469,2689,2927,2920,3103,2514,2377,2562,2175,2522,3078,2720,2392,2240,2692,2769,2473,2498,2810,2555,2538,2414,2283,2327,2286,2914,2484,3216,2380,2525,4637,2172,1981,2844,2693,2322,2395,2729,2379,2374,2469,2584,2571,2520,1844,2529,2840,2614,2404,2609,3093,2494,2475,2361,2771,2925,2659,6351,2606,2561,2569,2596,2224,2246,2723,2407,2253,2369,2207,3471,2144,2645,3007,2891,2309,2605,2571,2858,2441,2850,2251,2401,2425,2871,2417,2450,2813,2518,2516,3469,2814,2324,2399,3441,3628,2566,2153,2385,2628,2565,3014,2586,2505,2906,2288,2994,2650,2981,2569,2849,2286,2006,2792,2525,2588,2045,2005,2047,2086,2589,2871,2354,2087,2243,2293,2326,2796,2671,2438,2574,2363,3013,2483,2359,2618,2367,2330,2408,2566,2287,2286,2326,2130,1965,1885,1886,2487,2845,2647,1975,1922,1966,1966,1810,2406,2441,2410,2168,2354,2297,2597,2444,2504,3170,2089,2709,2424,2285,2872,2789,3368,2151,2385,2831,3204,2384,2533,2723,2696,2749,3256,2577,2928,2533,2162,2364,2916,3288,2663,2129,2407,2005,1966,2309,3093,2808,2666,2129,2202,2193,2568,2204,2046,2529,2292,2324,2774,2941,2405,2550,2450,2081,2491,2260,2429,2311,2717,2561,2167,2448,2219,2524,2711,2271,2465,2451,2101,3516,2182,2648,3125,3090,2330,2281,2537,2559,2762,2490,2444,3694,2437,2378,2336,2852,3112,4145,2730,2166,2605,2130,2468,4715,2407,2323,3153,2736,2419,2908,3434,3409,2408,3044,2372,2229,2886,2571,2847,2629,2591,2848,2298,2571,2763,3091,2446,3205,2683,2538,2791,2490,2431,2726,3828,2488,2148,2124,2050,2270,2606,2849,2204,2368,2804,2370,2931,2529,2889,2901,3035,2850,2940,2037,2385,2206,3771,2727,2595,2640,2411,3105,2290,2359,2295,2121,2806,2929,2514,2491,2623,2309,2523,2651,2385,2649,2568,2525,2589,2497,2729,2535,2521,2533,2449,2490,2525,2527,2289,2127,3371,2526,2548,2230,2427,2685,2453,3307,2889,2328,2607,2441,2251,2475,3332,2728,2495,2454,2910,2623,3719,3044,2768,2824,2711,3676,2423,1966,2412,2464,2562,2368,2557,2279,2552,2407,2563,2647,2569,2287,2290,3113,2522,2669,2566,2449,2451,2522,2491,2508,3167,2575,3161,2493,2844,2695,3087,2261,2476,2819,2028,2387,2727,2491,2162,3297,2203,2429,2726,2532,2571,2214,2813,2487,3132,2163,3011,2915,3583,2252,2785,2729,2570,2172,2778,2732,2591,2546,2280,2295,3025,2271,2244,2368,2446,2367,2368,3126,2689,2768,2852,2964,2523,2642,2660,2491,2399,2440,1983,2507,2844,2248,2631,2602,2532,2527,2612,2400,2495,2905,2004,2135,3022,2403,2254,2402,2648,2211,2367,2671,2385,3527,2486,2369,2548,3149,3367,2445,2560,2539,2372,3629,3707,3972,2295,4124,5216,2407,3211,2253,2314,2603,10066,2912,2482,2570,2451,2446,2522,2530,2766,3211,2972,2127,2088,2045,2045,2041,2405,2449,2518,2256,2211,2330,2310,2567,2164,2500,2524,2772,2366,2206,2486,2558,2866,2451,2202,2401,3258,2641,2734,2872,2044,2166,2287,2686,2172,2504,2445,2043,2208,2211,2482,2813,2491,2950,2806,2292,2461,2156,2524,2458,2394,2649,2645,2385,2474,2491,2455,2351,2410,2169,2442,2367,2267,2088,2249,2406,2401,2953,2418,2488,2487,2054,1925,1845,2810,2350,2619,2488,2329,1893,1884,1842,2172,2438,2367,2251,2561,2568,3162,2463,2571,2267,2264,1884,1804,2730,2290,2287,2592,1979,1885,2198,2060,1880,1845,2279,2523,2301,1885,1805,2125,2351,2662,2409,2324,2451,3796,2547,2326,2408,2445,2408,2573,3646,2250,2288,2646,2124,2207,2045,2116,2289,2284,2343,2429,2408,2247,2173,2281,2488,2490,2257,1965,1885,1846,1845,1955,2526,2405,2381,1968,1845,1845,1846,2349,2606,2471,2311,2319,2287,2288,2384,2406,2407,2367,2326,2293,2321,2369,2365,2213,2482,2326,2286,2288,2369,2284,2360,3278,2911,2892,2927,3131,2693,2243,2166,2126,2126,2125,2397,2734,2802,2502,2556,2338,2290,2906,2766,4137,4818,2688,2245,3066,1965,1885,1845,1885,2515,2693,2257,1884,1845,1806,2172,2201,2431,2653,2219,1925,1805,1932,1960,2358,2362,2246,2350,2288,3132,2894,3032,3214,2657,2241,2362,2366,2688,2820,2520,2724,2369,2314,2246,2639,2731,2829,2468,2762,2567,2367,2326,2367,2565,2892,2941,2780,3358,3231,2888,2902,2966,3050,3247,3178,2902,2904,2848,2774,2928,2621,2858,3286,3712,3409,2354,2933,2966,2716,2774,2786,3090,2907,3506,3208,3172,3011,2910,2941,2782,3142,2530,2939,2968,2586,2757,2606,4335,2667,2819,2775,3146,3297,2920,2488,3095,2669,2372,2954,2929,2896,2565,2589,2760,2289,2391,2411,2171,2553,2485,2875,2439,2565,2344,2272,2284,2555,2911,2615,2221,3095,2853,2604,2424,3083,3044,2913,3834,2468,2569,3212,2894,2893,2861,2847,2820,2315,2325,3494,2441,3266,3077,3389,2444,2357,2285,2079,2682,2615,2916,2369,2357,3232,2367,2557,2868,2465,2737,3255,3065,3025,2943,2906,3052,3094,3040,2745,2240,2210,2478,2982,2785,2397,2250,2207,2195,2347,2387,2363,2028,1969,1953,2052,2168,2279,2192,2233,2231,2198,1988,1958,1739,2241,1971,1769,1769,1769,1769,1651,1776,1621,1620,1773,1711,1617,1616,1620,1600,1636,1616,1559,1541,1667,1604,1536,1539,1541,1514,1579,1654,1543,1489,1486,1534,1849,1351,1465,1330,2035,1475,1471,1471,1475,1489,1416,1320,1914,1400,1290,1430,1409,1407,1407,1421,1407,1471,1332,1877,1374,1365,1369,1344,1881,1396,1346,1324,1778,1842,1805,1783,1745,1868,1876,1378,1379,1381,1249,1794,1927,1401,1345,1807,1804,1798,1797,1779,1779,1769,1759,1724,1795,1771,1791,1767,1766,1703,1785,1824,1319,1940,1416,1417,1414,1423,1416,1416,1473,1388,1928,1354,1902,1412,1401,1398,1398,1395,1393,1417,1343,1849,1390,1894,1385,1450,1386,1387,1387,1384,1386,1375,1538,1885,1373,1862,1873,1408,1863,1861,1914,1330,1990,1482,1474,1407,1297,1802,1795,1803,1814,1826,1800,1792,1811,1812,1812,1789,1813,1809,1779,1864,1308,1731,1739,1777,1731,1862,1812,1783,1850,1812,1812,1811,1811,1811,1808,1803,1795,1816,1812,1811,1811,1811,1803,1806,1796,1870,1856,1383,1380,1382,1378,1379,1350,1750,1640,1218,1326,1677,1677,1369,1794,1809,1709,1429,1668,1661,1659,1163,1688,1169,1595,1297,1680,1680,1834,1743,1753,1799,1510,1711,1708,1704,1706,1705,1708,1725,1732,1707,1776,1817,1799,1782,1796,1792,1798,1780,1788,1839,1863,1885,1386,1371,1862,1873,1861,1902,1824,1330,1875,1864,1874,1381,1355,1860,1310,1808,1812,1815,1811,1811,1809,1822,1810,1810,1840,1315,1798,1814,1810,1810,1811,1815,1815,1707,1822,1812,1810,1810,1813,1815,1809,1810,1811,1845,1772,1774,1766,1778,1770,1768,1778,1834,1789,1746,1773,1774,1790,1774,1778,1794,1854,1822,1764,1844,1840,1370,1378,1370,1865,1873,1371,1346,1855,1314,1812,1813,1812,1818,1809,1268,1811,1753,1755,1798,1772,1744,1781,1784,1857,1335,1791,1774,1791,1786,1793,1782,1779,1797,1757,1796,1753,1695,1739,1739,1739,1741,1704,1734,1741,1741,1748,1744,1744,1738,1740,1676,1709,1685,1678,1677,1680,1690,1685,1681,1689,1685,1761,1702,1684,1679,1760,1814,1694,1686,1695,1685,1680,1672,1676,1672,1695,1685,1676,1685,1680,1671,1729,1866,1857,1876,1366,1824,1835,1776,1783,1793,1783,1773,1776,1682,1720,1817,1810,1832,1878,1366,1863,1870,1368,1838,1736,1805,1810,1813,1810,2932,2452,2118,1897,1955,2438,2456,2414,2105,1877,1719,1978,2100,2108,2091,2061,1895,1836,1804,2083,2248,2255,1800,1748,1649,1700,1637,1713,1730,1633,1636,1605,1652,1457,1380,1488,1474,1498,1387,1393,1380,1522,1386,1387,1498,1322,1940,1379,1950,1397,1439,1440,1445,1447,1445,1435,1306,1889,1371,1936,1942,1918,1416,1415,1419,1413,1410,1383,1392,1392,1394,1401,1396,1392,1405,1394,1393,1370,1414,1369,1368,1367,1358,1394,1367,1367,1366,1389,1293,1734,1837,1861,1866,1874,1420,1411,1872,1473,1409,1385,1820,1768,1760,1772,1834,1301,1802,1818,1249,1825,1838,1835,1835,1759,1832,1841,1824,1862,1834,1827,1834,1828,1822,1402,1826,1814,1896,1868,1817,1817,1815,1868,1349,1813,1805,1820,1846,1806,1811,1805,1803,1806,1809,1802,1869,1892,1397,1399,1396,1393,1399,1332,1804,1871,1344,1336,1819,1854,1323,1819,1820,1748,1819,1838,1823,1871,1361,1858,1878,1362,1856,1832,1790,1804,1771,1806,1805,1335,1804,1807,1722,1686,1804,1789,1813,1763,1768,1770,1766,1769,1864,1838,1867,1866,1865,1867,1873,1342,1856,1263,1792,1860,1860,1858,1861,1863,1867,1854,1789,1831,1801,1829,1874,1366,1371,1871,1865,1865,1865,1827,1820,1844,1365,1857,1311,1815,1812,1741,1815,1822,1809,1810,1809,1812,1809,1772,1778,1783,1814,1810,1811,1812,1810,1816,1778,1769,1770,1773,1766,1761,1770,1776,1781,1802,1780,1783,1780,1793,1788,1777,1775,1787,1798,1815,1810,1866,1881,1370,1873,1372,1872,1804,1821,1818,1809,1812,1813,1821,1810,1809,1793,1797,1816,1797,1814,1821,1812,1809,1814,1812,1731,1790,1714,1796,1811,1808,1809,1817,1842,1770,1810,1767,1817,1811,1812,1813,1815,1754,1806,1810,1812,1781,1812,1813,1810,1812,1812,1793,1795,1824,1823,1809,1809,1809,1787,1774,1739,1742,1780,1805,1812,1810,1812,1813,1780,1815,1810,1810,1770,1810,1810,1810,1810,1776,1789,1815,1811,1809,1788,1813,1811,1814,1734,1775,1811,1810,1809,1811,1814,1814,1811,1701,1780,1811,1809,1815,1811,1814,1812,1814,1776,1812,1813,1813,1808,1811,1811,1822,1814,1836,1267,1766,1772,1764,1821,1277,1778,1783,1778,1241,1776,1784,1837,1881,1363,1867,1873,1377,1796,1864,1869,1369,1871,1367,1815,1870,1350,1827,1819,1859,1876,1358,1864,1863,1858,1852,1839,1796,1784,1781,1784,1776,1773,1775,1778,1773,1819,1833,1858,1863,1873,1856,1809,1857,1856,1838,1358,1860,1861,1833,1835,1789,1764,1765,1761,1768,1769,1805,1808,1770,1806,1732,1805,1765,1782,1773,1781,1774,1773,1774,1758,1843,1862,1865,1879,1367,1371,1864,1874,1367,1877,1831,1796,1842,1340,1855,1314,1822,1810,1768,1782,1815,1810,1814,1812,1809,1824,1816,1749,1803,1779,1774,1768,1778,1771,1769,1755,1896,1877,1377,1864,1873,1365,1846,1342,1856,1323,1823,1793,1817,1813,1808,1809,1815,1823,1812,1839,1273,1769,1715,1766,1765,1765,1775,1779,1727,1772,1785,1781,1779,1777,1779,1780,1779,1776,1837,1844,1865,1880,1373,1878,1371,1873,1897,1834,1888,1390,1370,1877,1368,1386,1343,1863,1225,1780,1810,1856,1309,1817,1813,1808,1811,1720,1780,1822,1824,1799,1784,1781,1776,1778,1772,1770,1829,1786,1775,1777,1791,1776,1796,1841,1755,1829,1859,1874,1371,1857,1858,1869,1899,1333,1773,1717,1795,1785,1771,1806,1731,1697,1775,1777,1774,1775,1774,1775,1773,1783,1798,1809,1773,1762,1766,1746,1839,1878,1880,1824,1853,1316,1809,1811,1811,1814,1830,1313,1775,1818,1811,1808,1808,1810,1811,1813,1812,1790,1823,1775,1775,1777,1797,1754,1798,1789,1835,1337,1774,1775,1774,1773,1785,1783,1788,1843,1826,1830,1875,1370,1877,1869,1804,1871,1343,1824,1812,1812,1808,1810,1817,1827,1814,1792,1720,1333,1588,1724,1680,1377,1341,1717,1554,1802,1545,1274,1278,1736,1724,1699,1685,1759,1598,1590,1490,1662,1355,1723,1714,1580,1720,1711,1689,1377,1426,1854,1696,1641,1776,1221,1730,1889,1475,2259,1968,1453,1585,1762,1860,2102,1409,1881,1327,1405,1761,1839,1375,1796,1837,1512,1817,1607,1619,1350,1537,1444,1407,1773,1732,1548,1529,1478,1896,1615,1245,1249,1783,1825,1746,1368,1846,1761,1864,1663,1287,1616,1759,1753,1228,1596,1839,1345,1779,1260,1211,1535,1705,1703,1711,1775,1461,1515,1455,1516,1254,1676,1424,1699,1944,1297,1442,1385,1387,1360,1954,1496,1383,1508,1387,1350,1943,1377,1353,1348,1379,1813,1368,1664,1527,1459,1953,2071,1548,1540,1976,3491,2373,2280,2867,2832,2462,2713,2136,2315,2732,2046,2800,2138,2327,1910,2134,2273,2447,3003,2207,2147,2107,2312,2519,1822,1833,1894,2401,2068,2923,2636,2226,2369,1893,2130,2322,2303,2207,2571,2526,1925,1769,1967,3002,2297,2490,2081,2165,2345,1969,2561,1881,2320,1926,2410,1771,1568,1721,1644,1645,2163,2136,2447,2156,2255,1608,2045,2039,1931,1890,1713,1699,1817,1803,1890,2048,1722,2398,2206,1933,1935,1730,1718,1960,2283,1967,1925,1898,2038,1968,1959,2215,1805,5090,2327,2089,2525,2047,2645,1937,2247,2676,1692,2565,3728,9332,2283,2525,2651,3619,2200,2120,2520,2335,2727,9289,2514,2774,2239,2122,2168,2536,2492,2533,2560,2411,3397,4764,2032,3060,3024,8348,1953,1856,1807,2236,2894,3711,4167,2211,2768,2491,2288,2362,4577,2120,2087,3413,3172,2926,4087,2252,2364,2605,2285,2447,2534,2173,2230,3292,3693,2243,4783,5173,3250,2238,2083,1882,2178,2683,3690,2968,1965,2282,3862,2648,2495,3046,2402,2486,2286,2733,3209,3048,1522,2043,1968,2129,1917,2876,2498,3292,2003,2125,2450,4225,2123,2239,2801,2241,2339,2526,2535,2014,4143,2365,3002,2885,2655,5297,2723,2407,2571,2447,2650,3290,2444,2884,2895,2083,2568,3295,2920,2448,4821,7379,3050,2085,2654,2122,2244,2448,2403,2324,2608,2851,2085,2803,2569,2606,2889,2847,3415,3365,2932,3370,2416,1950,2412,2327,5217,2242,2488,2850,1974,2361,9393,2486,2763,8869,2251,2490,8183,2443,2565,3134,2490,3486,6257,2489,2247,4936,3170,2365,2412,5057,2565,2485,2331,4125,2654,3169,2284,3974,3005,2491,2048,1764,2076,3607,2210,2248,2728,2487,2608,2487,2163,2364,2776,3165,2284,2570,2409,2807,1848,2964,2728,2567,3130,2809,2529,2654,2807,2526,3126,3494,2724,2331,2326,2646,2492,2445,2845,2573,2529,2603,2772,3130,2207,2404,2404,7910,3371,2404,2732,2320,2170,2371,2526,2608,2522,2608,2334,2165,2882,2611,2688,2687,2694,2721,2971,2729,2565,2574,2726,2450,2922,2614,2208,2885,2610,2529,2562,2250,5050,2692,2684,2690,2767,2612,2651,2561,2613,2570,2646,2682,2371,2528,2730,2562,2413,2965,3011,2772,2769,2602,2612,2450,2443,2523,2574,2763,2447,2930,2366,2491,3049,2451,2568,2607,2321,2167,2406,2732,2491,2602,2612,2926,3135,2681,2211,2368,1926,2846,2485,2408,2534,2527,2565,2607,2205,2688,3087,2534,2761,2613,2888,2363,2534,2442,2170,2325,2726,2368,3131,2574,2567,3166,2528,3289,3333,2842,2897,2681,4217,3372,3362,2769,2527,2932,2490,3047,3094,2566,2485,2653,2805,2408,2930,2328,2324,2928,2529,2603,2775,2483,2928,2526,2412,2449,2570,2967,2686,2607,3087,2328,2566,2125,2291,2649,2644,2648,2809,2652,2524,2090,2045,2448,2326,2768,2730,2488,2204,2365,2851,3412,2525,2371,2209,3002,2490,3010,2170,2447,2847,2007,2240,2811,2571,2764,2613,1959,2290,2249,2486,2969,2447,2087,2086,2245,2289,2283,2333,2483,2448,2085,2007,1972,1965,2481,2529,2490,2322,2126,2093,1968,2687,2283,2163,2252,2085,2009,2129,2841,2214,2158,2169,1966,1851,1878,1847,2531,2168,2366,2169,2046,2160,2089,1921,2211,2524,2013,2394,2286,2242,2243,2672,2763,2805,2444,2360,2358,2555,2704,2729,2234,2328,2396,2319,3384,2888,3049,2971,3199,3294,3284,3116,3271,3321,3340,2592,2964,3041,3535,2818,3129,3281,3059,2851,3179,2820,2859,2673,2841,2773,2893,2753,2782,3005,2980,2751,2962,2681,2370,2408,2453,3049,2468,2646,2692,2689,2541,3008,2817,2818,2624,2727,2727,2814,2784,2858,2578,2728,3243,2264,2872,2859,2511,2926,2741,2666,2386,2479,2914,2674,2647,2508,2828,2368,2726,2650,2566,2602,2287,2320,2312,2394,2732,2564,2490,2318,2320,2354,2232,2408,2565,2361,2284,2281,2192,2576,2364,2333,2378,2284,2474,2243,2326,2968,2415,2315,2244,2243,2245,2953,2564,2413,2924,2941,2889,2750,2418,2495,2278,2665,2792,2189,2583,3005,2530,2446,2718,2131,2519,2984,2869,2876,2726,2621,3286,2447,2297,2314,2584,2565,2088,3009,2774,2524,2165,2207,1926,2127,2049,2367,2643,2292,2247,2444,2446,2686,2973,2933,2521,2328,2531,2931,2924,2848,2975,2721,2891,1917,2417,2851,2216,2473,2131,2267,2808,2187,2796,2520,2450,3207,2264,2366,2247,2444,2572,2974,3045,2525,2494,2606,2441,2569,2366,2425,2233,3316,2527,2492,2741,2428,2583,2248,2689,2365,2284,2407,2374,2681,2293,2208,2203,2128,2603,3290,2410,2569,3204,2532,3291,2540,2920,2528,2203,2821,2393,2287,2932,2481,2502,2514,2289,2407,2412,2405,2124,2527,2712,2468,2607,3490,2686,2530,2523,2249,2407,2288,2404,2528,2558,2498,2451,2285,3007,2692,2210,3006,2691,2566,3604,2691,2448,3095,2485,2247,3132,8096,2254,2714,3858,3214,2450,2529,2642,2485,2301,2813,2689,2650,2566,2489,2506,2784,2761,2682,2407,2214,2327,2590,2364,2341,2612,2484,2740,2609,3008,2544,2504,2123,2006,2046,2205,2409,2445,2570,2598,2267,2174,2429,2154,2498,2612,2442,2296,2441,2274,3548,4049,2649,2006,14686,2008,2080,5262,5415,3970,2366,2289,5537,5618,2483,4895,2284,2127,3977,2129,2123,6222,2123,2203,2253,2048,2722,8588,2004,2010,3529,3689,2171,3087,1969,2399,3216,2160,2129,3693,2046,2010,1927,2200,2645,5900,2013,2247,4127,2608,2083,5702,2047,2007,8060,4371,2291,3048,3448,2293,5056,4850,2610,7986,4173,2328,9663,4579,2080,2490,2285,2293,3242,2373,2208,3689,2283,2092,5734,2612,2407,3606,2130,2160,2975,2001,2086,3135,2248,2003,4013,6623,2401,3415,3252,2365,3125,3375,2079,2855,2126,2487,3651,2482,2374,2927,2287,2165,3853,2806,2124,3615,4735,2010,3729,2529,2125,2004,4253,2170,1966,3764,3011,2089,3973,3926,2052,5534,4410,2007,1893,2922,2012,2119,4212,2006,2053,2082,1932,2361,3491,3809,1931,2567,2687,2165,2088,3452,2805,2086,1972,1925,2368,2005,4212,3894,1884,1800,2611,2284,1970,4054,2247,2047,3451,4731,2202,2051,1968,2082,2049,4212,2165,2050,3483,2931,2405,2051,3607,2289,2008,3451,2565,2252,2161,4130,2206,2087,3373,4771,2126,2251,3971,2126,2767,3691,2014,2083,3452,5251,2090,2006,4011,2009,2125,4366,2012,1926,2048,4330,1970,2086,3647,4097,1964,2087,2845,2008,1929,4371,2128,2126,3968,2203,1974,4291,2080,2127,2050,2083,2327,2085,4220,2360,2014,3652,1965,2127,3686,5140,2004,1928,4209,2123,3811,3693,4534,2610,2005,4129,2133,2087,3367,4649,2336,2244,4135,2205,2080,3939,2087,2326,4450,2011,2681,3730,2132,2008,3248,2929,2561,3171,2454,2322,2004,3813,2526,2133,3925,2214,2039,4257,2290,2084,6334,2332,1966,3927,2126,2013,4014,1964,2045,2129,2280,2084,2013,4728,1892,2088,1958,3851,2014,2006,4208,2091,2481,5295,4696,2053,3765,4539,2045,5819,4651,2207,5739,4374,2126,3804,2569,2011,2005,3410,1887,1888,1924,3565,1929,2048,3926,2253,2007,2048,2680,1970,1929,2243,1929,1924,3284,5297,2093,3691,2561,1974,5695,5375,2210,3121,4575,2409,2007,3969,1890,2009,2241,2009,2007,4327,4134,1970,5977,6816,2289,4375,3770,2090,2488,5653,2207,2172,4206,2570,2402,8550,5700,2361,2694,3171,2282,4459,2205,2167,3126,2887,2326,2695,2159,2409,3209,6102,2249,1965,2008,2004,2321,5177,2050,2124,4135,2163,2527,8103,4059,2079,7710,5332,2814,4933,7781,2527,9991,6865,2086,7335,5261,2129,3444,6305,2086,6416,5982,2047,2003,5094,1970,2365,6897,2212,1998,5780,3050,6259,5735,2607,6985,2205,2244,3738,3170,6619,3847,2569,7067,5255,2280,2654,2084,2167,5733,2450,2251,5455,6654,2215,5815,4931,2409,3173,4895,2004,5539,4165,2255,8183,4893,2050,5013,5251,2453,2125,4371,2850,2249,4250,4894,2050,7016,4739,2007,4849,5655,2174,2201,3012,2290,2198,9117,1965,5891,2691,2284,2372,2162,2052,6177,2006,2284,3287,2252,2249,6539,2160,2013,5213,6697,2613,3566,4695,2653,2079,4299,2804,2333,2722,2333,2124,5174,5621,2802,4896,3327,2255,7343,2244,2605,7306,2409,2246,3571,2206,2202,6062,2321,2810,5258,2887,2047,5495,2293,2366,5653,2250,2122,2167,2729,2011,10311,9868,8219,2254,2005,2048,2119,3091,6142,2642,4855,2490,2166,9750,2050,10029,10952,2410,8102,2370,2325,7180,14963,2249,5857,7144,2686,3166,2293,2246,5853,2327,2651,6860,3175,2806,6935,2567,2370,7066,2362,7108,4932,4368,2370,4538,2247,2084,4489,2934,2241,2690,2253,3323,3652,1968,2170,3242,2454,2047,4171,2321,1972,3688,2566,2012,2123,4455,2247,2169,7379,2330,2285,5133,2733,2166,5095,2126,2203,6342,2160,2208,5377,2573,2561,5336,2487,1853,6494,1973,1998,3456,2566,2167,6217,2163,2332,4172,2325,2285,5663,2120,2131,3973,1970,2084,3727,2529,5899,2811,2127,6695,5497,2446,5380,4689,2289,11673,5541,2650,5373,2169,2086,5494,2332,2206,4293,2402,2051,3847,2244,2206,7864,1970,2170,8703,2323,1933,5852,2253,2084,3893,2327,1924,7860,5255,2287,5020,6896,2255,6130,2214,2525,3568,1968,2010,2206,2004,2208,7095,2054,2287,4365,2093,2006,5097,2247,2198,6742,2807,2013,2962,2253,2008,10267,2282,2090,5822,2044,2046,3930,2411,2338,2591,2285,3895,2851,2764,2810,2406,1811,3410,2527,2527,2402,2087,2768,2169,2485,2714,2688,2892,2265,3125,2568,2690,2283,2247,2453,3089,2674,2689,2603,2567,2546,2512,2257,2529,2373,2366,2123,3856,2603,2685,2450,2164,2608,2291,2366,2168,2281,2611,2531,2448,2445,2444,3334,2808,2571,3087,2409,4173,4168,2126,2087,2045,2809,3409,3289,2611,2210,2522,2208,3255,2154,2415,2448,3291,2323,3616,2245,2324,2107,2468,2127,4090,2209,4004,2295,2765,2776,2563,2044,2375,3130,2523,2386,2484,3955,3189,2427,2533,2365,3006,2462,2396,2604,2776,3003,2846,3457,2408,2641,2434,2748,4039,2527,3010,2673,2646,2640,2521,2772,3032,2580,2333,2608,2821,2136,2651,2660,2288,2207,2607,2643,2738,2526,2446,2406,2245,2248,3024,2510,2166,2735,2127,2465,2490,2868,2327,2641,2574,2353,2561,3203,2316,3348,3269,2000,2729,3013,2243,2128,2453,2485,2282,2353,2306,2663,2534,2342,2409,2366,2770,2342,2421,2581,3371,2388,2786,2940,2654,2898,2460,2409,2046,2918,2697,2209,2486,1988,2411,2464,2630,2302,2925,2050,1965,2144,2406,2434,2646,2649,2284,2326,2606,3063,2695,4438,2609,3003,2870,2590,2891,2290,2701,2151,3049,2530,2247,2940,2712,3087,2695,3449,2990,3423,2413,2204,1966,2292,2563,2611,3004,2235,2420,3048,2732,2155,2563,2101,2163,2612,3092,2364,1964,2207,2165,2367,2367,3320,2566,2568,2366,2437,2216,2544,3331,2531,2045,2606,2566,2491,2482,2087,3650,2809,2384,2636,2725,2366,2086,2185,2715,2241,2529,2285,3613,2853,2402,2247,2277,2656,2134,2707,2661,2612,2645,2574,2592,2622,2888,2807,2365,2301,2475,2394,2437,2235,2844,3411,4859,3317,2582,3205,2492,2803,2565,2775,2900,2552,2448,2514,2905,2430,2131,2657,2291,3154,2863,2604,2807,2211,2458,2367,2374,1991,2351,1917,2561,3765,2310,2511,1973,2506,3415,3613,3809,2153,2419,2409,2836,2298,2392,3030,2400,3176,2601,2602,2321,2526,6032,2729,2541,2385,2698,2452,2721,2372,2270,2680,2308,2427,2261,2050,2626,2730,2168,2527,2201,2611,2410,2307,2532,2002,2292,2729,2044,2367,2514,2046,2626,2580,2432,2605,2044,2037,3423,2515,2565,2948,2992,2376,2502,2094,2279,2294,2953,2756,3059,2449,1885,1846,1804,2421,2286,2488,1955,1885,1845,1805,1806,2142,2422,2659,2206,1844,2086,2047,2790,2647,2658,2539,2410,2368,2925,2811,2762,2267,2590,2516,2384,2425,2970,2385,2473,2383,2395,2421,2150,3051,2617,2688,2614,2430,2609,2368,2742,2401,3401,2447,2687,2328,2301,2530,2791,2570,2215,2199,2216,2493,2482,2356,2497,2654,2849,2565,2087,2488,2472,2418,2290,2873,2342,2407,2368,2434,2605,2573,2689,2741,2608,2432,2504,2321,2318,2649,2891,2659,2600,2649,2678,3023,2448,2409,5410,2810,3239,2644,2863,2331,2518,3142,2809,2487,2608,2123,3129,2125,5013,3893,3368,1887,3128,3130,2454,2407,2593,2565,2539,2371,3045,2238,2444,3823,3086,2451,3013,2438,2977,2531,3453,3043,2088,2516,2805,2615,2377,2718,6346,2172,3368,3728,4980,2967,3288,2371,4212,5617,4208,2454,2518,2291,2284,2294,2003,2162,4978,3451,2243,2889,2814,2329,2288,2920,2635,2380,2571,2449,4089,9749,2494,10030,5013,2010,3770,2122,3249,3093,2242,2455,3923,2172,2524,5175,2331,2161,8111,2162,2126,3697,2688,2199,3574,6858,2574,14844,2209,8417,4698,1966,2243,6981,2288,3619,2158,2654,6453,2369,2294,7574,2007,2012,3848,2007,2330,3528,4934,2533,4892,2048,2442,6061,7663,2649,4288,4817,3009,12199,2121,2126,5539,2125,2090,6738,2327,2890,4696,2249,5410,8952,2160,6141,3812,6020,5171,2294,5016,2561,2572,3208,2130,1998,11199,2404,2205,9712,2453,2118,5458,2053,2363,5857,2369,2525,8307,2891,2241,6824,2811,2205,3895,3048,2561,4096,4853,2245,7629,9309,2764,10671,2372,8663,8465,3092,8586,2207,6537,10071,2645,9794,2687,8027,2480,2011,2009,4373,2079,2208,9073,3769,2245,2488,2285,1969,4089,1971,2001,3376,2280,2334,5374,4650,2855,6052,2287,2046,3416,2803,2285,5619,2325,1967,3853,2168,2368,5377,4408,2530,3331,3369,2291,2044,1885,1887,2121,3937,2161,2250,2653,2244,2604,4174,4178,2283,2366,2284,2171,6021,2326,2607,2248,2513,2423,3770,2561,2573,3127,2572,2288,2401,2370,2362,2451,2407,2688,2488,2367,2566,2494,2327,2407,2764,3161,2700,3411,2445,3011,2884,4295,2445,2284,2494,2246,2210,2360,3176,2802,2450,2368,5854,2891,2572,2993,3422,2486,4614,2325,2411,2488,2687,2369,3166,2653,2002,2851,2243,4412,5056,2451,2774,2239,2687,3009,2251,2726,2728,3131,2650,3448,2451,2487,3211,2366,2730,6456,2644,2173,2280,2410,2566,4251,2208,2368,5099,3207,2489,3365,3617,1964,3290,2007,3010,2231,3670,3123,4654,2533,2325,3032,2373,3660,2645,2133,2568,2480,2212,2408,3006,2249,2404,2686,3171,2775,2567,2047,2123,2086,2046,2491,3884,2569,2695,2724,2809,2527,3454,3724,2253,2990,2742,2288,2410,2807,2613,2567,2687,2401,2091,2202,2676,2544,2283,2736,2282,2532,2447,2486,2487,2244,2211,2328,2200,2574,2080,2451,2889,2683,2456,2446,2849,2762,2599,3129,2610,2564,2648,2537,2651,2439,2526,2577,2253,2234,2696,2252,2239,2329,2406,2808,2292,2361,2210,2406,2207,2325,2327,2273,2613,2565,2046,2528,2044,2466,3112,2887,2127,2246,2215,2360,2410,2407,2485,1972,2361,2125,2207,2129,2663,2289,2124,1885,1886,1805,1806,2385,2576,2794,2477,2165,2438,3232,2775,2739,2487,2526,2370,2522,2756,2808,2420,2022,1964,1886,1805,2271,2525,2571,2184,1925,1844,1805,2211,2084,2005,2006,2006,1886,1885,1805,2294,2325,2406,2338,2284,2407,2366,2462,2594,2527,2448,2326,2447,2449,2527,2481,2369,2432,2686,2527,2418,2332,2273,2524,2371,2248,2657,2052,2202,2630,2566,2628,2009,2311,2601,2412,2522,2537,2062,2283,2313,2665,2870,3335,2806,2383,2206,2246,2168,2671,2936,3037,2719,2464,2400,2451,2764,2699,3705,2205,2166,2428,2686,2490,2306,2207,2386,2309,2756,2685,2437,2524,2284,2124,2305,2403,2674,2369,2153,2491,2008,1885,2307,2404,2415,2143,1921,1845,1846,1845,2401,2420,2404,2318,2013,1845,1845,1807,2580,2115,2004,2007,1845,1845,1846,1805,2200,2563,2493,2014,2259,2728,2645,2452,2289,2324,2440,2325,2318,3312,2533,2445,2584,2365,2277,2401,2412,2774,2530,2592,2323,2237,2480,2343,2406,2368,2448,2367,2542,2605,2848,2406,2368,2373,3252,3092,2594,2763,2927,2284,2313,2286,2312,2278,2280,2248,3613,2527,2359,2610,2551,2599,2992,3052,2940,3049,2782,3133,2783,2814,2818,2614,2763,3158,3216,3247,3287,3291,3248,3298,3288,2847,2726,3294,2654,2597,2214,2246,2166,2126,2551,3084,3269,3264,3358,3047,2727,2896,3363,3256,3014,3314,3255,3286,2698,2608,2905,2664,2214,2206,2125,2902,2681,2441,2127,2043,2010,2004,2491,3731,3081,2765,2937,3351,2657,2643,2733,2405,2368,2368,3252,2257,2040,1890,1882,1850,1842,2047,2998,2854,2333,1966,1845,1805,1925,2209,2323,2490,2720,2374,2293,1922,1964,1967,1932,1960,1846,2005,2553,2666,2879,2340,2246,2202,2378,2076,2126,2208,2248,2490,2520,2454,2199,2637,2823,2478,2379,2248,2806,2524,2907,3460,2425,2455,3310,2374,2529,3152,2429,2167,2725,2287,2368,2220,2688,2170,2511,2850,2042,2290,1979,2051,3011,2812,2455,2519,2970,2647,2403,2312,2241,1927,1922,1888,2222,2496,2306,2086,2371,3002,3009,3076,2482,2513,2600,2456,2245,2327,3067,2787,2713,2449,2969,3001,2473,2328,2738,2491,2346,2489,2790,2644,2329,2436,3139,2427,2148,3630,2413,3068,2511,2521,2989,3269,2467,3113,2010,2963,2831,5797,2291,2725,2805,2550,2402,3095,2829,2087,2927,2728,1981,2207,1931,2305,2534,2607,2361,4071,2187,2327,2690,2027,3899,3044,3202,2457,2852,2396,2463,2616,2247,2606,2731,2588,2627,2284,2347,2572,2725,2629,2386,3062,2433,2929,2485,2449,2477,2204,2584,5355,2591,2186,2608,2908,2586,2852,2507,2846,2751,2450,3003,2027,2471,2684,3009,2976,3144,2492,2646,3210,2647,3011,2520,2407,2960,2484,3016,2969,3085,2651,3006,2700,2491,2749,2570,2351,2497,2613,2691,2522,2467,2392,2327,2327,2161,2048,2003,2892,2333,2480,2509,2369,2534,2340,2635,2539,2927,2612,2491,2503,2867,2585,2436,2802,2333,2967,2685,2287,2359,2419,3087,2673,2367,2272,2380,2822,2512,2443,2393,2869,2846,2266,2287,2726,3280,2380,2398,2321,2317,2915,2044,2091,2369,2492,2421,2386,2726,2611,2691,2969,2583,2630,2480,2487,2293,2530,2265,2909,2367,2481,2560,2570,2527,2999,2511,3193,2227,2550,3463,2667,2466,3051,2804,2334,2159,3097,2444,2404,2130,2085,2524,2448,3069,2290,2687,2567,2475,2344,2867,3626,3815,2469,2371,2446,2843,2715,2380,2467,2730,2170,2439,2815,3034,2302,2229,2444,2975,2967,2283,2405,2581,2238,2333,2305,2602,2278,2619,2442,2750,2299,2102,2251,3176,2321,2615,2129,2005,2428,2853,2692,2020,1923,1885,1846,2055,2736,2606,2597,2203,1886,1885,1805,2457,2530,2486,2749,3123,2282,2082,2740,2317,2168,2245,2488,2406,2329,2555,2649,2462,2174,2612,2322,2450,2118,2711,2265,2243,2164,2288,2271,2347,2405,2352,2301,2271,2412,2526,2401,2368,2137,2321,2251,2321,2250,2367,2208,2496,2368,2391,2305,2246,2458,2571,2360,2508,2203,2092,2554,2586,2159,2485,3001,2363,2078,2433,2210,2427,2424,2822,2268,2677,2724,2454,2836,2446,2587,2628,2004,2942,2765,2521,2432,2224,2817,3541,2600,2526,2997,2448,2368,2727,2772,3405,2714,2509,1863,1984,2846,2649,2432,1924,1886,1845,1805,2373,2502,2617,2125,2541,1885,1885,2614,2508,2326,3321,2410,2050,2750,2062,3074,2379,2636,2395,2556,2653,2565,2565,2358,2680,2543,2770,2914,3245,2350,2801,2234,2507,2796,2402,2378,1913,2370,2081,1845,2048,2253,2523,2447,2081,2328,2115,3089,2286,2245,2247,2521,2595,2002,2317,2285,3018,2771,2045,2047,1971,2586,2571,2287,2610,1964,2287,2060,2246,2226,2286,2445,2071,1885,1845,2086,2355,2407,2326,2326,2290,2327,2138,2397,2685,2733,2297,1884,1845,1886,1805,2314,2449,2570,2097,2353,2060,1884,1844,2214,2292,2645,2080,1885,1805,1806,2290,2435,2299,2043,1966,1885,1845,1846,1806,2133,2245,2565,2246,2125,2645,2931,2367,2997,2747,2328,2405,2325,2641,2534,2369,2558,3272,2241,3038,2651,2170,2764,2166,2126,2285,2434,2745,2845,2848,2439,2930,3123,2466,2286,2220,2430,2520,2207,2580,2644,2455,2122,1924,2263,2881,2805,2386,2345,2127,2250,2326,2690,3047,2998,2528,2711,2482,2588,2418,2656,2045,2398,2489,2130,2488,2655,2929,3007,2561,2205,1925,2283,3128,2497,2847,2883,2853,2117,2407,2351,2510,2130,1964,1966,1965,1967,2597,2418,2890,2005,2004,1967,1966,2446,2183,2271,2048,2412,3048,3013,2387,2953,2280,2682,3009,2646,2405,2403,2573,2488,3203,2300,2609,2954,3053,2406,2729,2483,2475,2646,2479,2794,2412,3004,3225,2598,2367,2409,2448,2569,2127,2694,2112,2446,2496,2049,2006,2330,2648,2213,2563,2806,2168,2698,2449,3342,2217,2974,2448,2403,2284,2410,2605,2575,2408,2436,2486,2485,2632,3184,2384,2288,2553,2687,2409,3371,2423,3040,2132,2442,2211,2283,2854,2572,2251,2602,2048,2441,2209,2480,2399,2577,2252,2367,2442,2696,2640,2249,2046,2043,2007,2004,2330,2678,2652,2861,2325,2896,3869,3695,2448,2522,2412,2893,2524,2531,2603,2732,2606,2580,2407,3163,2252,2634,3133,2606,2366,3169,2938,2891,2486,2451,2610,2754,2005,2860,2652,3049,2886,3079,2767,2622,2644,2892,2876,2925,2293,2809,2790,2231,2805,2052,2490,2913,2526,2909,2044,2406,2574,2283,2408,2927,2533,2568,3092,2387,2371,2506,2640,2484,2241,2487,2370,2681,2830,2202,2326,2287,2442,2436,2250,2130,1966,1965,2047,2252,2515,2564,2378,1963,1888,1927,2285,2338,2117,2560,2765,2213,2126,2503,2883,2487,2722,3173,2566,2812,2559,3013,2246,2608,2400,3064,3487,2047,2253,2684,2607,2496,3428,2367,2305,2813,2635,3012,2688,2283,2168,2605,2646,2335,2169,2521,2055,2728,2589,2336,2250,2314,2329,2179,2596,2548,2872,2412,2198,2708,2573,2949,2687,2869,2708,2534,2773,2723,2479,3012,3020,3237,2690,2364,2216,2922,2537,2801,3010,2017,2328,3011,2570,2840,2574,2508,2574,2169,2685,2438,2258,2695,2755,2447,2170,2927,2497,2736,2050,2507,2602,2376,2580,2568,2914,2765,3208,2143,2445,2651,2313,2502,2049,2568,2172,2633,3144,2155,2251,2729,2355,2819,2361,2122,2586,2473,2492,2413,2469,2337,2272,2736,2487,2366,2142,2206,3006,2973,2451,3012,3086,2725,2710,3335,2467,2646,3037,2166,3660,3374,2445,2718,2251,3641,3087,2692,2413,2326,3127,2208,2079,3021,2775,2560,2694,2361,2050,2791,2226,2105,2256,2761,2865,2249,2249,2321,2966,2487,2045,2005,2649,2815,2442,2649,2536,2840,4538,2533,2507,2417,2200,2563,3059,2329,3196,2419,2818,1839,1924,2208,2093,2286,2201,2286,1890,1839,1806,2132,2725,2321,2131,1885,1845,1805,2211,2087,2760,2256,2121,1888,2209,2092,2360,2672,3115,2675,2891,2514,2549,2490,2224,2555,2603,2188,2647,2526,2162,2844,2500,2445,2057,2113,2271,2476,2638,2176,1844,2933,2963,2204,2325,2406,2216,2297,2441,2373,2685,2629,2369,2138,1924,2086,1804,1847,2317,2052,2005,2361,2012,2486,2243,2607,2090,2444,2327,2389,2609,2037,2685,2282,2623,2127,2325,2346,5439,2465,2168,2383,2042,1885,1846,1997,2368,2250,2320,2099,1885,1845,1805,1806,2126,2543,2274,2325,2287,2126,2086,2210,2988,2503,2009,2006,2414,2785,2531,2326,2482,3095,2540,2213,2290,2562,2928,2932,2487,2449,2394,2326,2246,2244,2374,2487,2326,2322,2570,2451,2651,2335,2510,2660,2916,2702,2162,3050,2371,2479,2499,2444,2207,2272,2847,2450,2186,2275,2765,2987,2474,3292,2492,2884,3234,2801,2333,2531,2811,2345,3071,2362,2691,2465,2600,2316,2587,2612,2265,2531,2773,2166,2512,3198,2107,2589,2410,2323,2575,2672,2208,2706,2585,2269,3020,2860,2839,2097,2292,2606,2996,2721,3614,2283,2272,2310,2183,3039,2879,2322,2305,2412,2580,3143,2620,2835,2662,2169,2846,2698,3038,2552,2289,2342,2790,2513,2368,2838,3962,2243,2380,2400,2683,2607,2555,2517,3127,2214,2906,2950,2264,2632,2866,2287,2326,2448,2386,2647,2072,2169,2457,2586,2798,2282,2994,2288,2543,2346,2504,2356,2402,2753,2350,2441,2635,2630,2414,2413,2994,3493,2335,2623,2844,2463,3063,3035,2571,2631,2786,2469,2198,2203,2555,2539,2555,2196,2334,2386,2290,2569,2684,3288,2546,2178,2623,2522,2050,2046,2006,2511,2235,2648,2156,1884,1885,1966,1926,1974,2369,2320,2700,2885,2442,2192,2748,2489,2624,2686,2522,2323,3061,2957,3816,2290,2585,2529,2936,3524,2877,2177,2045,2405,2841,2282,2971,2181,2084,2046,2046,2052,2706,2386,2630,2043,2327,2175,3115,2423,2463,2398,2574,2803,2736,2631,2604,2612,2801,2532,2341,2903,2522,3013,2251,2393,2127,2288,2711,2644,2423,2089,2126,2046,2086,2527,2077,2529,2296,2005,1966,2153,2419,2514,2607,2907,2203,2088,2046,2508,2895,2466,2323,2006,2045,2006,2046,2700,2450,2919,2082,2006,1965,1967,2168,2835,2723,2184,2046,2046,2006,2549,2515,2282,2527,2086,2268,2124,2368,2451,2384,2369,2764,2646,2571,2633,2624,3003,2560,2461,2446,2869,3537,2664,2407,2361,2249,2212,2635,2569,2477,2586,2324,2495,2771,2201,2245,2086,2005,2449,2527,2376,3185,2500,2091,2004,2446,2488,2905,2893,2340,2337,2643,3106,6007,3059,2857,2548,2526,4239,2298,2433,3167,2993,2365,2390,2381,2367,2636,2531,2134,6860,2809,2571,2933,3430,2529,2286,2369,2613,2258,2243,2604,2238,2621,2649,2541,2504,2375,3264,2727,3168,2459,2130,2861,3557,2451,2706,2750,2784,3012,2445,4008,2769,2449,2431,2265,2290,3204,2447,3689,2491,3126,2086,2919,2338,4098,3002,2634,3695,3608,2666,3129,2486,2796,2382,2803,2254,2160,2695,3315,2245,2459,2309,2583,2414,2453,3033,2539,3049,2900,2471,2519,3243,2644,2237,2678,2728,2303,3695,2313,2602,2771,2337,2627,2573,2814,3564,2641,3043,2566,2154,2632,2298,2118,2597,2145,2148,2370,2605,2588,2364,2430,2648,2530,2434,2405,2284,3074,2225,2517,3742,2566,2540,2369,2724,2336,2448,2419,2250,2524,2568,2650,2606,2769,2213,3607,2486,2569,2132,2311,2974,2155,2624,2290,2358,2236,2405,2568,2365,2265,2569,2528,2480,3129,3008,2126,3094,2250,3033,2436,2422,2453,2080,2449,2487,3098,2575,2748,2134,2630,2649,2949,3211,2528,2504,2605,2613,3311,2799,2450,2504,2342,3069,2182,2882,2436,2339,2451,2356,3792,2407,3330,3387,2446,2132,2236,3044,2808,2742,3371,2497,3077,2558,2771,2477,2246,2629,2126,2652,2428,2767,2564,2643,2644,2781,2348,2385,2365,2413,2224,2245,2608,2709,2820,2337,2368,2563,2485,3119,2531,2859,2488,2369,2464,2090,3301,2141,2975,2670,2247,2894,2634,2931,3043,2477,3496,2496,3037,2635,2401,2193,2911,3002,2451,2610,2486,2563,2892,2724,2492,10738,2926,3170,6598,2367,2786,1950,1781,2532,2724,2689,2649,1902,2331,2247,2696,2237,2448,2394,3009,2376,2372,2445,2472,2525,2690,2496,2441,2835,2572,2641,2279,2251,2623,2713,2647,2892,2283,2540,3169,2687,2573,2695,2508,2605,2455,2440,2546,2652,2490,2409,2522,2610,2519,2529,2610,2827,2368,2350,2457,2293,2910,5392,2607,3077,2250,3060,2231,2984,2372,3570,2356,5898,3161,2708,2353,2378,3855,2734,4571,2230,2584,2359,2935,2447,2436,3081,2927,2300,2930,2297,2615,1952,2331,3041,3337,2112,2445,2755,2901,2007,2421,2673,2381,2414,2564,2127,2364,2383,2607,2572,2599,2375,2408,2312,3384,3277,2352,2378,2407,2322,2005,2053,2643,2952,2443,2525,2527,2263,3066,2123,2276,2886,2448,2621,2833,3089,2004,2438,2489,2169,3565,2741,2818,2667,2189,2406,2449,2407,2499,2543,2494,2601,2481,2836,2519,2456,2217,2945,2970,2711,2708,2577,2352,2878,2476,2565,3272,2649,2247,2128,2366,2445,2826,2430,2412,2488,2408,2432,2596,2684,2296,2323,2432,2194,2970,2837,2682,2476,2304,2531,2645,2328,2447,2626,2493,2404,2724,2296,3116,2864,2651,2062,2410,2616,2414,2486,2350,2509,2414,2171,2045,2006,2309,2691,2529,2454,2453,2301,2125,2627,2616,2329,2233,2522,3158,2435,2585,2684,2649,2447,2526,2210,2108,2623,2420,2252,2512,2449,2566,4060,2350,2433,2697,2076,2463,2285,3093,2366,2089,2530,2408,2723,2905,2373,5056,2443,2109,2418,2634,2532,2347,2335,2543,2226,2538,2487,2455,2484,2406,2368,2775,1893,2076,2284,2045,2329,2369,2535,2741,2570,2368,2405,2564,3043,2739,2546,2510,3162,2696,2641,2852,2451,2627,2651,3012,2868,3417,5140,2947,2168,2422,2211,2750,2301,2583,2569,2518,2513,2246,2512,2354,2451,2447,2497,2566,2566,3722,2084,2211,2287,2587,2766,2591,2562,2351,2427,1965,1991,2646,2937,2409,2217,2284,2347,2427,2246,3394,2708,2992,2748,2444,2353,3168,3862,2414,2205,2165,1965,2430,2766,2466,2333,2922,2250,2371,2317,2804,2139,2327,2084,1926,2566,2631,2289,3026,2611,3068,2528,2166,2506,3655,2280,2291,2447,2725,4533,2092,2361,2653,2086,2086,2447,2388,2549,2208,2285,2488,2552,3042,2208,2663,2249,2293,2246,2683,2309,2374,3113,2617,3211,2292,2710,2493,2871,2414,2927,3072,2510,2302,2024,2729,2526,3048,2906,2503,2462,2199,2049,2246,2252,2694,2982,2605,2692,2530,2725,2782,2315,2401,2614,2022,2248,2522,2252,2111,2356,2468,2433,2085,2488,2264,2310,2492,3043,3115,2350,2382,2232,2643,2469,2244,2121,2049,2167,2351,2126,2006,2566,2976,3022,2485,2327,3076,2877,2528,2557,2042,2474,2286,2345,2669,2303,2689,2568,2265,2651,2103,2726,2973,2912,2925,2856,2340,2564,1970,2085,2085,2592,2326,2588,2209,2042,2046,2005,2569,2511,2531,2618,2601,2406,2299,2466,2695,2683,2346,2206,2006,2006,2089,2393,2245,2486,2464,2158,2360,3301,2437,2821,2794,2205,2610,2420,2481,2312,2526,2113,1925,1885,2127,2507,2776,2524,2094,2290,2466,2101,2676,3036,2247,2804,2133,2588,2645,2308,2488,2444,1908,2364,2587,2434,2608,2755,2021,2585,2929,2928,3043,2976,2408,2968,3004,2837,4567,2230,2648,2969,2845,2208,2772,2844,1884,2050,2120,2174,2389,2684,2732,2963,3137,2446,3262,3216,2206,2320,2074,2732,2282,2645,3909,2311,2187,2728,3558,2483,5592,2449,2282,2398,4912,2281,2526,2433,2571,2530,3082,2620,2732,2374,2361,2671,2992,2688,2492,2414,2445,2531,2675,2425,2801,2719,2404,2363,2401,3850,2625,2456,2194,2605,3051,2219,2569,2489,2562,2409,2399,2827,2994,2544,2366,2409,3005,2370,2795,2306,2383,2310,2140,2273,1979,2169,2515,2653,2013,1884,1845,1805,2047,2474,2452,2669,2434,2489,2006,1965,2515,2312,2432,2522,1978,2003,1966,2387,2175,2585,2443,2005,1966,1965,1966,2220,2353,2219,2166,2206,2287,2166,2366,2255,2838,2284,2124,2005,2007,2006,2382,2435,2450,2161,1886,1805,1805,2329,2756,2489,2382,3042,2361,2405,2269,2579,2730,2445,2166,2172,2121,2116,2565,2529,2572,2528,2431,2760,2766,2383,2673,2259,2207,2642,3637,2731,2123,2255,2359,2426,2958,2540,2652,2686,2360,3199,2372,2150,2530,2453,2508,2489,2384,3220,2646,3583,2608,1885,2229,2024,2992,2533,2102,2123,2188,2550,2224,2627,2512,2489,2930,2050,2732,2678,2730,2457,2855,1963,1885,2326,2801,2363,3105,2125,1924,1886,2191,2446,2485,2495,2300,1925,2170,2226,2024,1925,1845,2314,2262,1924,1949,2288,2504,2324,2398,2504,2163,2444,2607,2198,2864,2402,2359,2600,2689,2508,2361,2519,2489,2360,2348,2990,2608,2492,2526,2485,2563,2372,2727,2662,2285,2325,2612,3173,3926,4519,2327,2728,2201,2331,3092,2372,2436,2370,2331,2359,2215,2563,2496,2446,2321,2445,2166,2005,2325,2415,2336,2518,2367,2484,2374,2404,2369,2567,3163,2456,2244,2158,2338,2450,2718,2458,2133,2200,2095,2146,2065,2529,2568,2802,2448,2412,2085,2436,2244,2408,2246,2285,2009,2728,2455,2331,2766,2409,2477,2446,2370,2493,2640,2570,2577,2249,2125,2410,2919,2519,2251,2452,2403,2462,2845,2608,2489,2556,2519,2528,2892,2417,2284,2323,2490,2326,2489,3328,2281,2446,2569,2607,2696,2258,3088,2567,2759,2534,2555,2299,2441,2608,2172,2245,2651,3043,2215,2365,2436,2376,2485,2486,2329,2487,2932,2406,2733,2714,2458,2403,2531,2446,2609,2763,2365,2611,2561,2538,2398,2293,2364,2456,2970,2439,2288,2781,2189,2618,2317,2459,2688,2363,2572,2354,2494,2615,2763,2614,2967,2566,2397,2467,2074,2407,2780,2513,2973,2612,2601,2528,2977,2535,2468,2417,2563,2694,2524,2572,2517,2486,2328,2492,1999,2180,6810,2409,2090,1973,3167,3249,2570,2605,2441,2325,2618,2479,2407,2488,2488,2484,3775,2651,2810,2565,2450,2360,2574,2487,2166,2287,3047,2656,2719,2488,2408,2650,2414,2492,2247,3795,2209,3819,2048,2646,2328,2482,2168,2129,2489,2515,2050,2162,2655,3294,2119,2125,2214,3337,3641,2330,3085,2443,2540,2373,2443,2683,3207,2287,2527,2841,2455,2407,3375,2998,2251,2423,2561,2250,3361,2607,2246,2771,3040,2536,3104,2545,4058,2449,3097,5289,2128,2852,2396,2610,2739,2441,2760,2328,2540,2809,2473,5269,2447,2368,2804,2445,3654,2893,3121,3368,2927,2293,5057,2480,2570,2123,2529,3824,4726,5297,2767,7062,5333,2645,7149,2366,4087,13681,2687,2494,2729,2127,4611,2370,2080,2736,2318,2126,3335,2283,2290,4218,2279,5215,7263,2332,2161,2813,2163,2171,2251,2640,2171,2489,4171,2320,2659,2156,1933,2248,2202,2564,2094,2687,2323,2166,2084,2132,3696,2409,2529,4158,2247,2330,2298,2474,2527,2220,2288,2319,2375,2448,2554,2256,2574,2515,2285,2094,2368,2239,2263,2202,2394,3054,2129,2285,2601,3093,2515,2582,2246,2651,2280,3422,2471,2498,2372,2362,2164,4018,2921,2650,2332,2519,2330,1968,2850,2652,2688,2285,2607,2487,2293,2608,2725,2694,3070,2493,2293,2206,2523,2689,2410,2320,2135,2119,2414,2635,2377,2528,2249,2971,2126,3216,2589,2540,2891,2437,2093,2376,2548,2535,2327,3013,2288,2089,2206,2323,2812,2402,2290,4365,4146,2523,2610,7901,4495,3370,2929,3518,2814,6954,2961,3335,4212,2395,2054,2200,3010,3577,2967,3205,4345,4203,7709,5969,2449,5665,3089,3926,8474,2598,2607,4172,3223,4670,2418,2460,3121,2535,4201,4303,3240,2568,3583,3934,2325,2965,3161,3223,3843,2289,3734,3289,2453,5043,3214,2046,2049,2125,2566,2611,5092,2769,2766,2764,2116,2187,4921,3294,2536,3569,3288,3292,9307,7177,5657,8719,4768,15719,2737,2161,4935,4177,5376,2645,2799,5067,6490,2464,2763,1565,2329,2364,3130,2612,2439,2805,2538,2485,3159,4614,2584,3085,2490,2330,2403,2365,3376,3006,2812,3280,4303,6085,3330,2375,2801,2514,2774,2900,8269,2770,4282,2855,2206,14565,3210,2878,2373,2394,3189,2689,3006,2363,2249,3728,3081,2427,2307,2447,2581,2447,2491,2601,2568,2610,2447,2486,2715,2303,2209,2441,3057,2518,2409,2497,2731,2563,2528,2831,2529,2209,2282,2173,2523,2528,2543,2288,2206,2400,2211,2323,2169,2086,2005,2246,2173,2203,2210,2243,2086,2210,2287,2692,2604,2613,2597,2580,2466,2377,2638,2365,2451,2425,2749,2413,2642,3232,2627,2588,2480,9709,2756,2580,2642,2410,2860,2479,2517,2423,2644,2775,2711,2375,2481,2580,2443,2404,2327,2899,2668,2605,2466,2647,2164,2204,2530,2535,2443,2483,2256,2408,2123,2246,2286,2525,2166,2085,2445,2252,2134,2602,2487,2571,2164,2007,2388,2391,2281,2368,2245,2089,2352,2803,2801,2755,2687,2325,2352,3198,2381,2366,2390,2660,2678,2660,2637,2811,2706,2511,3514,2564,2253,2283,2306,2312,2274,2591,2488,2209,2347,2368,2524,2555,2402,2395,2369,2611,2507,2886,2467,2405,2355,2569,2453,2287,2487,2422,2408,2324,2404,2614,2320,2521,2494,2364,2209,2208,2326,2405,2485,2493,2289,2166,2362,2325,2327,2287,2342,2293,2324,2429,2365,2288,2377,2724,2203,2609,2527,2486,2574,2561,2435,2690,2480,2454,2379,2528,2317,2285,2343,2567,2476,2548,2638,2330,2656,2196,2218,2809,2570,2512,2251,2809,2578,2635,2450,2655,2371,2479,2601,2648,2335,2362,2205,2570,2608,2319,2213,2213,2734,2313,2374,2693,4295,2561,2552,3142,2607,2367,2561,2382,2519,2614,2443,2656,2468,2551,2326,2368,2388,2447,2258,2438,2453,2325,2567,2443,2346,3089,2669,2289,2366,2359,2638,2592,2368,2444,2490,3003,2236,2410,2396,3228,2290,2444,2611,2488,2448,2250,2408,2720,2638,3417,3178,2367,2083,2090,2056,2656,3745,2520,2489,2221,2409,2568,2520,2330,2367,2406,2166,2329,2287,2329,2443,2372,2449,2062,2556,2452,2522,2527,2760,2369,2214,2125,2126,2207,2326,2778,2292,2257,2404,2207,2207,1980,2525,2365,2428,2604,2608,2074,1885,2086,2336,2533,2367,2412,2324,2672,2545,2283,2507,2406,2283,2370,2250,2538,2525,2463,2925,2238,2445,2294,2198,2209,2249,2528,2451,3246,1961,1924,1847,1883,2008,2005,2008,2684,1929,1924,1847,1883,2337,2566,3337,2432,2289,2353,2559,2607,2765,2370,2374,2315,2688,2854,2849,2403,2876,3004,2942,2922,2748,2847,2484,2731,2482,2823,2630,2449,2531,2834,2857,2617,2701,2202,2243,2484,2083,2045,2396,2544,2644,2425,2202,2090,2448,2847,2446,2408,2689,2565,2327,2569,2603,2052,2083,2324,1925,1889,1811,2081,2336,2567,2438,2410,2126,2364,2212,2529,2545,2208,2342,2337,2520,2520,2380,2208,1962,2408,2323,2533,2552,2119,2426,2535,2442,2355,2327,2932,2874,2489,2444,2822,2534,2448,2568,2412,2209,2885,2324,2473,2852,2536,2404,2177,2467,2602,2295,2454,2514,2567,2715,2285,2286,3293,2726,2689,2589,3031,2303,3949,2254,2465,2385,2470,2524,2449,2210,2442,2513,2565,2370,2464,2447,2385,2334,2645,2447,2445,2401,2511,3490,2550,2310,2431,2602,2648,2552,2783,2529,2247,2168,2124,2893,2219,2593,2395,2619,2508,2848,2872,2407,2592,2330,2720,2495,2452,4416,2812,2486,2332,2367,5110,2425,2969,2650,2721,2135,2625,2984,2409,2368,2536,2283,3831,3261,2168,2582,2162,2088,2462,6118,4440,2486,2690,4312,3104,3254,4011,2231,2022,2605,2496,2579,2334,2287,2080,2835,2568,2821,2534,2205,2467,2285,2269,2569,1943,2464,2250,2228,2369,2265,2946,2437,3001,3452,2409,4151,2380,2294,2402,2214,2572,4250,2020,2546,2601,2501,2931,3020,2547,2411,2588,2500,2538,2645,2963,2292,2532,2241,2256,3232,4373,2246,2569,2852,2217,3088,2407,2574,2642,2570,2604,2786,2746,3246,2363,2341,2889,2367,2152,4544,2734,2326,2251,2404,3199,3249,2530,2290,2891,2491,3028,2846,3415,2582,2890,2491,2601,2593,2471,2208,2321,2413,2668,2817,2133,2303,2012,3085,2783,3564,2701,2811,2629,2752,2703,2645,2388,2429,2809,2669,2558,3863,2433,2567,2158,2449,2451,2585,2090,2620,2008,2084,2021,2897,2398,2817,3004,2131,2290,2356,2971,2294,2364,2452,2516,2931,3332,2008,2075,2706,2770,2802,2639,2614,3244,2286,1728,2609,2522,2619,2995,2464,2890,2952,2442,2132,2215,2453,2369,2717,2495,2389,2609,2867,2392,2259,2531,2967,2887,2887,2918,2330,2224,2426,2423,2612,2394,3506,2403,2411,2757,2378,2811,2606,2190,2449,3077,2435,2568,2298,3209,2657,2603,2309,2168,2596,2556,2187,2343,2690,2189,2085,3370,3373,3767,3029,2087,2111,3405,2453,2324,2486,2591,2288,3507,3287,2293,2682,2307,2553,2289,2368,2239,2128,2148,2326,2552,2606,2930,3793,2702,2333,2279,2613,2768,2369,2506,2510,6613,2414,2442,2410,3328,3094,2929,3609,2806,2869,2473,2564,8060,2453,2286,2164,2165,2852,2830,4576,3407,3177,2883,2453,2733,2551,2999,2325,2339,2593,2527,2492,2874,3664,2823,2630,2523,2681,3223,2246,4162,2733,2654,3613,2807,2241,4886,2584,2129,3160,2248,3590,2424,2725,2395,2569,2688,2348,2722,2713,2191,2520,3089,2573,2748,2508,2310,2608,2326,2457,2614,2198,2714,2908,3132,2630,2466,2371,2807,2368,2409,2044,2806,2358,2514,2712,3000,2259,2403,2487,2289,2289,2403,2411,2248,2563,2282,2515,2272,2684,2244,2479,3012,2439,2763,2573,2240,2613,2343,2794,3775,5391,2902,2581,2578,3087,2452,2423,3997,2596,10905,2424,2864,2290,5557,2604,2210,2517,2857,5257,2932,2453,2502,2269,2485,2526,2486,2169,2429,2430,2119,3856,8203,5517,10473,2802,3594,7668,3042,2769,2969,2314,4571,2202,3419,4971,7305,2368,3768,3088,3469,2466,2229,1948,2933,2839,2398,4148,2441,2775,3427,3493,2514,4452,2744,2530,1919,2461,2435,2686,4521,2845,2949,2305,2364,2649,2127,3052,5962,3062,2052,5592,3008,6303,6741,2508,3790,2772,3379,2309,2147,2196,2318,2665,2674,2978,2895,2836,2780,4157,2856,2244,4585,2432,2405,2574,2605,2847,2614,2645,3569,2488,3052,2405,2766,2205,2554,2605,3033,2450,2420,2248,2790,6902,2767,5331,2387,2514,2706,3088,2368,4028,6722,2465,2596,2205,2446,3292,2264,2064,2049,2844,3131,2909,2672,2569,3089,2322,2251,2992,2602,2779,2354,4256,2749,4490,6258,2508,2529,2466,3298,2506,3205,2608,2551,2325,3795,2344,2829,2976,2546,3589,2146,2504,2790,2604,2447,3054,2400,2527,2439,2725,2448,2580,2390,2779,2756,2495,2401,2313,2482,2495,2349,2935,2417,2325,2644,2494,1874,2394,2325,2391,2879,2622,2758,2596,2260,2684,2555,2384,2453,2486,2765,2691,2771,3088,2399,2913,2651,2098,2633,2613,2184,3980,3163,2170,2483,2210,2641,3313,3226,2432,2590,2193,2623,2475,3086,2279,2162,2888,2396,2530,2940,2893,2135,2526,2529,2615,2133,2276,2638,2468,2043,2331,2122,2265,2295,2606,2377,3454,2248,2211,2605,2812,2486,2890,2725,2364,2546,2912,2725,2134,3114,2609,2341,1890,2660,2350,2524,2330,2566,2565,2610,2191,2947,2385,2044,2287,2128,2347,2244,3533,2250,2645,3328,2573,2370,2242,1797,2562,2561,2669,2836,2576,2437,2100,2387,2712,3190,2563,2419,2942,2916,2537,2522,2163,2523,2786,2524,2929,2807,2878,2921,2527,2747,2250,2450,3403,2715,2581,2337,2603,2613,2442,2605,2411,2149,2295,2432,2530,3897,2305,2645,2770,2425,2345,2130,2209,2284,2280,2052,2968,2371,3089,2488,2500,2223,2524,2719,2211,2465,2563,2882,2097,2265,2044,2214,2586,3126,3072,2731,2482,2390,2530,2720,2134,2561,2610,2656,2538,2814,2526,2667,2065,2108,2223,2420,2397,2419,2406,2180,2848,2445,2664,2504,2453,2251,2345,2724,2713,2681,2565,2233,2311,2754,2539,5234,2259,2704,2660,2811,2667,3884,2684,2859,2454,2279,2227,2670,2405,2576,2521,2366,2436,2219,2085,2490,2372,2240,2414,2489,2420,2593,2444,2371,2403,2485,3797,2407,2484,3189,2490,2211,2362,2127,2147,2591,3325,2652,2165,2956,2423,2713,4042,2471,7626,2940,2713,2650,2464,2192,3047,3406,2204,4314,2473,2650,3122,2415,2238,2369,2952,3934,3098,2973,2670,2328,2543,2437,3203,2852,2627,2411,2408,3549,2626,2527,2245,2567,2892,2450,2787,2663,2494,3049,2325,2205,2264,2489,2129,2127,2165,2164,2206,2174,2442,14020,2736,2402,2405,2274,2925,2906,2492,2232,2688,2490,2450,2563,2539,2412,2196,2168,2476,2628,2528,3555,2379,2485,2084,2496,2280,2570,3328,2086,2617,2224,2785,2725,2018,3824,2088,2270,2325,2442,5396,5175,2453,2668,2207,4612,5015,2672,2421,2529,2106,2125,8266,2330,2188,5270,2808,2568,2167,2273,2082,2546,2450,3669,2352,2569,2306,29001,2009,2324,2960,2169,2336,2194,2648,2654,2606,2605,2295,2405,2694,2329,2364,2185,2690,2613,2648,2583,2450,2359,2768,2677,2561,2813,2772,2646,2176,2605,2410,2406,2523,2613,2340,2770,2483,2826,2309,2248,2572,3044,2651,2443,2408,2768,2589,3376,2209,2889,2685,2546,2286,2360,2726,2287,2713,1849,2583,2249,2467,2516,2601,2366,2653,2485,2564,2326,2288,2317,2381,2445,2328,2650,2409,3625,3011,2764,3898,3006,2511,2603,2927,2369,2247,2716,2467,2324,2306,2524,2671,2836,2543,2552,2477,2331,2446,2322,3319,2563,2486,2532,2526,2603,2559,2821,2487,2632,2177,2677,2668,2485,2407,2363,2251,2169,2074,2449,2365,3906,2907,2261,2728,2332,2201,2251,2331,2701,2514,2601,2568,2493,3331,2480,2480,2338,2690,2477,3528,2245,4265,3012,2674,3346,2367,2328,2321,2715,2741,3072,2406,3094,4687,2389,2002,6946,2407,2587,4052,2574,2977,2331,2372,2486,2324,2291,3052,2623,2648,2367,2065,2308,2075,5202,3577,2104,2941,3010,2239,2626,2367,2445,2693,2630,2804,2581,2432,2498,2222,2543,2892,3953,2961,2415,2481,2771,2769,2484,2689,2413,2604,2772,2520,2688,2631,7561,2776,3168,3627,2906,2797,3828,2609,2315,2615,2292,2444,2291,2526,2608,2664,2583,2442,2460,2609,2602,2496,2568,2521,2528,2434,2527,2481,2491,2426,2489,2568,2207,2124,2325,2919,2057,2273,2080,2469,2248,2290,2892,2440,2913,2766,2566,2498,3499,2925,2411,2596,2462,2249,2425,4144,2398,2725,2350,2166,2291,2604,2644,2512,3068,2486,2489,2164,2649,2306,2570,2911,2125,2445,2470,3645,2709,2133,2272,2002,5019,5171,2521,2570,2588,2403,2615,2712,2642,2526,3155,2201,2365,2559,2650,2770,2860,4285,2331,2406,2325,2169,2969,2893,2486,2530,2660,2092,2541,2460,2884,2479,2500,2485,2562,2609,2684,2535,3009,2427,2303,2608,4810,2364,2485,2485,2383,2607,2368,2526,2333,2406,2524,2528,2528,2332,2804,2482,2326,2367,2647,2130,2544,2472,2090,2081,2325,2749,2908,3039,3367,2566,2565,2492,2645,2654,2688,2483,2091,2598,3584,2359,2469,2208,2759,2509,2453,2656,2523,2509,3645,2885,2209,2386,3213,2482,2591,2526,2510,2930,3251,2364,2284,2253,2508,2407,2712,2263,2668,2420,2250,2285,2250,2357,2394,2751,2469,2866,2125,2274,2613,2619,2085,2670,2974,2527,2538,2272,2469,2570,2601,2492,2557,2857,2370,2328,2440,2361,2859,2434,2401,2866,4273,2268,2526,2405,2411,2470,2404,2497,2378,2407,2519,2339,2024,2410,2300,3881,2261,2610,2561,2556,2628,2267,2769,2866,2525,2290,2408,2609,2165,2487,3729,3855,2281,3330,2306,2378,2544,2280,2371,2526,2564,2212,2245,2131,2365,2188,2882,3996,4071,5602,2147,2843,2451,3294,2417,2411,2490,2687,2753,2414,2955,3569,2607,2594,2795,4127,2461,4686,2924,2322,2618,2523,2602,2460,2460,2725,2631,2207,2299,2186,2572,2209,2213,2600,2204,2767,2166,2408,2070,2330,2361,2408,2893,2450,3465,2443,2316,2726,2388,2401,3290,2808,2346,2348,2476,4651,3031,2986,2330,2901,2597,2569,2769,2483,2814,3679,2468,2307,3053,2648,2551,2623,2205,2190,3292,2780,2697,3328,2627,2515,2460,2891,2183,2689,2834,2443,2285,2508,2628,2648,2852,2147,2086,4146,2310,2596,2638,2345,2347,2476,2443,2491,2340,2467,2298,2403,2288,2764,2445,2635,2447,2687,2465,2507,2609,2620,2477,2431,2404,2543,2447,2506,2609,2642,2299,2501,2617,2621,2584,2612,2571,2507,2430,2543,2365,3761,2677,2607,1753,2565,2708,2446,2432,2475,2875,2809,2616,2174,2683,2456,2332,2403,4154,2628,2692,2580,2476,2359,2409,2646,2369,2348,2264,2133,2942,2935,2266,2631,9266,2858,6850,2670,2342,2856,2358,2777,2322,2741,3478,2852,2629,3183,2830,2597,5988,2088,2467,4169,4915,3436,4029,4726,3611,2135,2283,2571,2974,3146,3286,2505,3007,2127,2198,3326,2991,3067,2172,2302,1953,2384,4320,4868,2726,2404,2367,2830,2834,2673,2595,2552,2567,2350,2533,2456,3363,2323,2542,2567,2332,2804,2568,2893,2325,3331,2949,3081,2648,2559,2603,2484,2357,2087,2659,2524,2293,2524,2190,2568,2829,3203,4657,2330,2715,2822,2682,2560,2500,2510,2731,4008,3025,2553,2426,2561,3133,3247,2851,2480,3172,3252,2484,5802,2339,2846,3225,3168,2429,3147,2529,2567,2566,10816,2168,2381,3638,2368,2644,2450,2483,2567,2170,2441,2390,2411,2462,2876,2709,2405,2828,2448,2792,2582,2327,1962,3216,2286,2688,3003,3254,3630,2308,2289,2687,2493,2590,2608,3011,2661,2366,2202,2051,2220,2106,1934,2521,2085,2126,3151,6284,2485,2967,2427,2686,2555,2704,2860,2495,2560,3699,2389,3398,3085,2239,2149,2626,2689,2407,3738,2440,2399,3983,2281,5467,2925,3732,2972,5672,2371,3045,2789,2205,3053,2645,2251,2519,2315,2206,3176,2784,3545,2829,3108,11475,4278,3285,3454,2443,3734,3871,2784,3178,2886,2366,2325,2237,2638,3069,2732,4455,2584,2554,2237,3859,2409,2247,2546,2323,2348,2231,2465,2597,2702,3030,2565,3303,2653,2116,2125,2504,2567,2832,2458,6083,2325,3190,3519,2542,2760,2371,2485,3652,2607,2760,2606,2401,2111,2479,2291,2284,2533,2301,2518,3521,2569,2448,2451,3772,2444,2173,2428,2287,2287,2328,3334,2617,2551,2487,2415,2537,2156,2242,2166,2695,3457,2249,3537,2743,2168,2417,1804,2489,2556,2653,2641,2385,2452,2280,2407,2374,4067,3108,2251,2146,2310,2085,2023,6437,2209,2284,1413,2754,2665,2708,2598,2193,2606,2480,2566,2289,2160,2281,2323,2107,2325,2372,2402,2956,2226,4087,7022,2486,2754,2682,2311,2811,2766,5031,2269,2051,2207,2589,2523,2539,3121,5656,8540,2114,2005,2314,2607,3482,4098,2999,2795,2388,2627,7662,4047,2326,2857,4129,3086,2994,3049,2710,2704,2608,2611,2262,2553,2490,2526,4408,2687,2068,2126,2404,2414,3009,2427,3007,2789,2263,2664,3452,2844,2771,2489,2896,2209,2681,2691,2171,4410,2443,6405,3713,2367,2394,2425,2866,2340,2087,2265,2609,2528,2646,2513,2283,2366,2413,2488,2446,2565,3410,2452,2596,2395,2468,2211,2955,2982,2488,2544,2544,2413,2323,2974,2549,2503,2558,2577,2290,1999,1916,2950,2659,2220,2096,2403,2609,2286,2408,2171,2649,2555,2608,3825,2627,2486,2503,2416,2723,4121,2729,2689,2557,2646,2664,2821,2325,2571,2363,2166,2605,3090,3236,2443,2328,2367,2564,2471,2448,2710,2484,3382,2442,2478,2569,2212,2814,2692,2351,2228,2359,2512,2554,2609,2362,2083,1969,1885,2326,2495,3080,2192,2290,2448,2782,3410,2535,2639,3497,2515,3781,2289,2200,2319,2610,3118,2870,2732,2304,2311,2723,2347,4627,2253,3010,2237,2813,2202,2334,2479,2262,2411,2287,2366,2883,2607,2485,2249,2568,2528,2491,3045,2645,2174,2922,3535,2889,3116,2410,2123,2444,2334,2600,2140,2649,2959,2486,2452,2608,2857,2726,2246,2533,2493,2782,2829,3276,2729,2891,3004,2502,3003,2569,2686,2402,2304,2625,2464,2454,3485,3287,2353,2465,2385,2416,3007,2692,2756,2415,2306,2677,2562,2585,2448,2002,2655,2431,2527,3126,2609,2526,2185,2471,2383,2398,2479,3648,2722,2075,2840,2308,2631,2242,2073,2738,2253,2450,2604,2688,2771,2810,2646,2511,2362,2432,2529,2344,2489,2907,2399,2638,2570,2304,2668,2969,3090,2488,2963,2013,2409,2403,2668,2608,2408,2585,2871,2438,2487,2398,2388,2986,2749,2435,2456,2370,2286,2449,2507,3350,2570,2488,2205,2122,2366,2392,2611,2602,2793,2204,2452,2321,2733,2231,2983,2369,2360,2602,2334,2751,2571,4152,2603,2512,2425,2408,2652,2625,2803,2527,5746,2682,2491,2604,2407,2494,2326,2487,2607,2488,2568,2968,2528,2568,2350,2804,2488,2588,2446,2712,3265,2652,2385,2329,2445,2533,2668,2229,2399,2485,2088,2006,2389,2569,2464,2286,2169,2444,2107,2265,2653,2423,2654,2568,3269,2530,2923,2324,2413,2446,2635,2648,14900,3683,2493,3093,2446,2404,2291,2289,2756,2087,2527,2566,2537,2405,2151,2690,2447,2605,2507,2288,2845,3008,2451,2364,2476,2358,2552,2367,2487,2525,2453,2490,2714,2540,2189,2732,2651,2564,3091,9360,2525,2409,2208,2439,2456,3389,3211,2782,3720,2535,2552,3810,2307,4614,2289,2166,2812,2168,2946,2862,2615,2849,2531,2625,2747,2590,2694,2609,3104,2239,3211,2807,2453,2523,2546,2395,5200,2456,2615,2877,2646,2354,3034,2567,2567,2612,2005,5009,2293,2164,2051,3265,2904,2089,2328,2768,2398,2608,2479,2485,2390,2555,2532,2435,2550,2486,3005,2370,2124,2927,2532,2362,2294,2242,1927,2250,2203,2008,2002,2415,2932,2524,2565,2851,2601,2733,2270,2165,3649,3577,4089,3484,2708,2528,1932,2799,2578,3728,2563,2413,2474,2170,3856,2887,2294,2324,2524,2327,2495,2807,2007,2120,5139,7460,2413,3726,2288,2597,2264,2118,3370,2849,2048,4215,2089,2327,3570,2203,2611,3346,5261,2383,3334,2924,2472,2576,3246,4390,2647,2327,4591,5374,2625,5337,3212,2911,2651,2924,2165,3613,4318,2367,4990,6823,2966,9709,2567,5357,3327,2454,3945,2387,2572,2532,2661,2836,2361,2931,4453,10053,3729,2984,2196,3284,2585,2287,3611,2488,2146,5538,3858,2405,11337,2325,2443,7850,3306,2666,5818,2751,3164,2374,4008,2328,2616,4744,3918,3466,4945,3642,2528,7638,5163,2392,1981,2286,5779,2867,2983,2133,2361,2111,2446,4393,2528,3995,5935,3086,8446,2532,2865,2892,2369,2321,2588,3021,3809,4059,7006,2850,3435,4353,2481,2392,3733,3187,4248,2181,3493,2917,2550,2166,2744,2471,2248,2045,2208,2486,2562,3493,2730,3090,2356,1925,2814,3180,5272,2462,2389,2787,2928,2771,2570,2449,2445,3570,3078,2652,6427,2365,9511,3952,2403,3731,3188,3760,2731,2657,2892,3657,2677,2337,2404,2890,5164,2412,2281,2696,2399,2266,3763,3731,2633,2343,2244,2856,3044,3431,2406,2350,2669,2465,10736,2606,4172,3093,2080,2488,2651,2309,3891,2742,2595,2519,2857,2405,2284,2043,2453,2689,2771,2399,3169,2413,2408,2446,2450,2885,2206,2531,2644,2286,2757,2421,2567,2669,2470,2521,2370,2207,2323,2290,2568,2534,2605,2553,3823,2647,2811,2048,2369,2199,3953,2706,2495,2665,2258,2295,2448,2604,2810,2369,2735,2687,2525,2432,2143,2481,2373,3127,2371,2274,2489,3092,2561,4199,2548,2253,2286,3233,2548,2731,2581,2449,2488,2488,2569,3202,2751,2408,2092,2781,3247,2259,2449,2537,2250,2565,2368,2545,2746,2679,2348,2566,2566,2489,3826,2544,2242,2495,2398,3102,2632,3465,2529,2408,2086,2368,2510,2659,2677,2383,2585,2772,2746,2357,3616,2173,2447,2653,3045,3512,2455,3001,2441,3096,2807,2210,3004,3189,2557,2568,2524,3180,2815,2447,2324,2211,2524,2451,3130,2603,2572,3170,2200,2655,3402,2709,2890,2738,2656,2412,2367,2394,2458,2372,2366,2550,2667,2550,2426,2605,2626,2387,2290,2322,2330,2087,2202,2392,2468,2408,2404,2504,2456,2487,2482,2405,2336,2442,2488,3251,2164,2492,2465,2650,2807,2694,2163,2475,2570,2456,3285,3332,2529,2676,2535,2776,2428,4370,2488,4168,3292,2567,2013,3688,2404,2392,2477,3654,2613,2272,2743,2527,2614,2529,2355,2969,2525,2734,2807,2454,2564,2188,2584,3617,2228,3122,2771,4496,2623,3132,3727,3918,2609,2588,2486,2569,2403,2849,2405,3089,2467,2653,2465,2553,2744,2570,2533,2526,2620,2447,2449,2392,2540,2414,2332,2662,2609,2515,3696,2350,2593,2822,2630,2289,2447,2292,2487,2446,2599,2595,2446,2446,2524,2475,2600,3935,2368,1968,1882,1928,2470,2533,2168,3220,2680,3408,2498,2670,2547,2407,2369,2364,2170,2324,2283,2331,2463,2834,2365,2285,2416,3783,2273,2806,2524,2448,2245,2396,2651,2526,2491,2481,2460,2212,2445,2489,2330,2560,2169,2748,2910,4618,2768,2529,2579,2493,2455,2257,2715,2621,2368,2449,2623,2690,5942,25614,4275,2449,5350,3364,2536,5174,2652,2462,2572,2563,2415,2525,2689,2206,3452,4649,2410,2249,6356,2047,3013,5470,5099,2407,3671,2749,3169,2830,2725,2905,2435,2566,2283,2492,2704,3168,2870,2565,3213,2165,3577,3316,3419,2773,2766,2510,2968,3050,2505,2744,2264,2171,3009,2128,2010,2001,2628,3609,2528,4094,2566,6446,3116,2441,2852,3541,2871,2507,2510,2643,2354,3304,2391,2201,5718,2206,2209,2849,2286,2448,2006,2207,2446,3415,2965,2166,2333,3424,2212,2863,2307,2006,2273,2485,2946,2112,4350,3870,3956,2521,2249,2173,5971,2313,2320,2255,2485,2522,2210,2626,2212,2848,2222,3753,5114,2491,2266,2204,3215,2724,5537,2163,2998,3547,2989,3995,3161,2469,3490,3267,8977,4612,4752,2207,2912,3068,2228,3391,4232,2545,4349,4398,2086,3575,3406,2611,2482,2131,2245,3995,4192,2446,4874,4655,2421,6564,2182,4059,3225,2532,2583,2515,2042,2141,4739,2324,2753,3225,2170,2185,2872,2545,3133,3831,3774,2398,2649,2289,2525,2390,2168,2727,5662,3106,2249,2087,4186,3456,2487,3087,2632,2388,2284,2562,5216,2367,2347,3960,2504,3194,2184,2791,2802,2346,2635,2643,2566,2196,2841,2886,2487,2521,2932,3559,2725,2773,2805,3287,2590,2411,2467,2965,2164,2367,2992,2011,3007,3034,2579,2348,2471,2446,2530,2441,2282,2416,2210,2162,2171,2328,2593,2375,2486,2654,2644,2286,2051,2286,2286,2852,2527,2564,2293,2481,2730,3589,2548,2508,2714,2604,2653,3199,2368,2172,2690,2805,2411,2582,2335,2966,2816,2543,2120,2329,2125,2183,2903,2574,2445,2616,2569,2725,2611,2445,2513,2166,2572,2372,2203,2567,2567,2716,2692,2646,2688,2648,2864,2648,2492,2448,2651,3021,2491,2323,2471,2634,2386,2928,2561,2307,2313,2785,3370,2512,2327,2701,2431,3045,2468,3070,2921,2976,2930,2693,5190,3358,2791,2609,2647,2703,2198,2736,2407,2830,2284,2206,9454,4773,2701,6760,5423,4394,3854,2577,2484,4547,2400,3555,8461,12023,11111,2249,8219,2794,2703,4136,2101,2272,5820,2360,4172,8991,2532,3969,2172,3247,2806,2168,3401,4452,2971,3019,2807,2481,3959,2445,2488,2430,2164,2606,5048,2561,2560,2747,2435,2845,2709,2970,2475,2981,2558,2416,10798,6710,2751,5012,2124,4742,5533,2479,2611,2556,2892,2224,2565,3929,2618,2873,2542,2525,2625,2492,2349,2899,2234,2715,3558,2293,2262,2679,2523,2727,2378,2377,2637,2928,2953,2652,2531,2663,3448,2412,3481,2445,3441,2152,2360,4122,2302,2676,2775,3472,3028,3321,2464,3224,2619,2797,3431,2453,7096,3284,2733,2410,2321,2713,5152,2513,2585,2849,2591,4376,2416,2486,3158,2455,3093,3241,3204,4413,9428,2171,4555,2001,2471,3994,2522,2409,2646,2496,2602,5460,4530,5154,7980,3652,3577,2528,2688,2326,4389,2296,3848,3126,2289,4509,2752,2727,2406,2212,2522,2773,2603,2573,2585,2227,3365,2453,2126,2288,2384,2608,2331,2985,2729,2367,2612,2521,2164,3407,3299,3516,5329,4095,2244,2445,3549,2637,2280,4380,3688,2244,2591,2765,2330,2688,2691,2343,2728,2572,2083,2605,2796,2640,2568,2051,3908,7806,2644,2287,2371,2391,2418,2732,2651,5956,3153,2081,7442,2732,2968,2933,2426,2381,2375,2989,2346,2361,2909,2611,2285,2634,2629,2880,5407,7698,3051,6216,3308,3026,2192,2966,3433,2686,2105,3014,2823,6320,2767,3694,2624,5638,8310,4454,2724,2400,2691,2122,2500,3391,4535,2265,2409,2519,2568,2011,2487,4070,4697,3025,2487,2213,2021,2914,4008,3053,2585,2323,2455,2507,1799,3050,1908,2469,2689,4010,2945,3092,4572,3358,2486,6408,2380,2519,2449,4896,2521,2695,3448,2439,5772,23329,2523,3816,2609,3152,2460,2607,2570,2248,7423,3449,3631,4937,2764,6118,2535,3125,2567,2207,2766,2387,2747,2053,2570,2679,2249,2675,2761,2627,2483,2924,2088,17484,2632,3731,7895,5197,3517,2160,2361,2881,3230,3363,2529,2655,2183,2693,2906,2467,2409,2402,2510,2792,6837,5372,4339,2244,2168,2758,3439,2953,2147,2422,2357,2940,2650,2565,2804,3092,3044,4337,7470,4714,2439,2092,7863,2268,2847,2852,2479,2617,3925,2205,2694,2362,2051,2283,2147,4261,3166,2769,3309,5412,2993,4308,2254,2006,2465,2429,2825,3629,2956,2524,2773,3406,2382,2233,2621,2489,10635,1889,4248,2091,2039,4919,2528,2929,2711,2864,2107,3051,2647,2267,2586,2675,8046,3740,2173,8425,2442,5943,3829,2545,2371,2447,2308,2647,3006,2967,3368,3093,2915,3210,3176,2943,3365,2044,2814,1990,3096,5541,3331,2427,2672,3268,2203,2408,3440,2607,2642,2557,6850,5964,4132,5255,3404,2528,2254,2984,2303,2812,2652,2903,2729,2511,3852,14624,9342,3195,2362,3392,2353,2626,2605,2812,2567,2465,2630,2608,2346,2446,2516,2540,2611,2450,5447,4126,2397,2505,2449,2472,2581,2576,2485,2381,7265,3631,5481,6240,2401,3073,2747,2304,3301,4849,2527,3331,2104,2646,3011,2625,2831,3169,3493,4856,2279,2267,8934,4672,2546,2405,2732,2370,2540,3394,2290,2511,2782,2915,3418,2435,2362,3118,3242,3131,3576,1954,2884,5371,2562,2328,2427,2575,2581,2343,2480,2825,2242,2568,3168,2328,2412,2086,4030,2364,2454,2230,2830,2972,2456,4054,2651,2651,2965,2446,2606,2631,2562,2887,2174,2721,2231,6898,2414,6534,2212,3145,2892,2523,2511,3066,2508,2785,2494,2369,2844,2659,2605,2762,2528,2967,3784,3099,2609,2609,2287,3670,14799,2614,3326,2846,2289,3127,2890,2648,2651,2748,2609,2565,2249,2714,2207,2487,2491,2444,2045,2321,2443,2823,3442,3567,2652,2215,3218,3008,2368,2650,2445,2377,2525,4691,2467,2458,2727,4830,2796,2300,2603,2968,2612,4010,2363,2567,2527,2448,2532,2369,2754,2691,2485,2602,3392,2357,2486,2400,2852,4426,3003,2933,3091,3004,4290,2443,4598,2172,2748,2548,3167,2612,3510,2241,5263,2706,2647,2490,2503,2671,2603,2493,2770,3169,3606,2532,2387,2408,2517,3422,2725,2324,2212,2468,2470,2747,2601,2271,2464,2049,2367,2243,3676,2725,2331,2324,2052,2487,2522,2632,2447,3145,2611,2509,2176,4122,3082,3357,2207,2087,2383,2328,2812,2400,2934,2445,2619,2536,2667,2669,2452,2600,2372,2679,2474,3095,2803,2686,4934,2198,2243,2232,2182,3587,3314,2715,2654,2288,2411,2286,2588,2526,2468,3314,2341,4656,2668,8650,2119,2373,5717,3130,5776,3249,2305,2165,2473,2848,3325,4002,2223,3406,2832,2126,2926,2571,2048,6294,5141,2601,2205,2670,2067,2132,2540,2754,2946,2708,2848,2708,4133,4036,3326,4035,5571,2456,2603,3126,3620,2117,2294,2263,3131,3109,2992,2844,4836,2403,2310,5340,2329,2400,2249,2163,3050,2811,2524,2270,2530,2825,2931,2529,3310,5036,4106,15169,2453,10891,2544,2892,3849,2327,2205,2128,2009,2240,2411,5152,4253,2332,6699,3232,2328,3492,2083,2145,1965,2712,2661,2126,2114,3062,2708,3096,8884,5359,5035,3323,2287,2212,4169,3048,2131,1884,2168,2610,2581,2513,2223,2813,4250,2545,2170,2130,2262,4978,4755,3552,2729,2608,2446,2702,2674,2445,2926,2849,2447,2111,2929,3046,3076,2177,2311,2448,2605,2371,2308,2872,2379,2492,9427,3164,5216,2326,3858,4974,2249,2245,2202,2087,2435,5893,3045,2816,4232,2685,2427,2498,3525,3925,3912,2285,2515,2120,2249,2170,2202,2092,3730,2166,2868,4152,2830,2687,2564,2810,3133,4373,3276,2599,2448,2122,2434,2806,3112,2369,3286,2724,2809,2454,3008,2630,2627,2440,2292,2402,2529,2209,2372,2580,2487,2252,2327,2430,2864,9107,2789,2289,2410,2364,2509,2166,2123,2127,2306,2051,2786,2245,2449,2404,2148,3150,2195,2126,2026,2206,2203,2230,2261,7422,3046,4457,2368,3352,7061,2182,2247,3515,2429,5080,3621,2428,3263,2980,2199,2447,2315,2443,2604,2491,2907,1807,9932,2166,8267,3126,2629,2545,2265,1934,2526,1987,3126,2407,2290,3020,3515,2193,2226,2200,2112,3109,3024,2208,3192,4516,2324,6142,2165,2369,2682,2310,2945,2695,2078,2087,2067,2088,2130,2005,5933,3452,2587,2127,2173,2342,4272,2265,2251,2407,2102,2550,2504,2654,2562,2793,2613,2181,2431,2522,2285,2816,2305,2530,8623,2122,2654,2810,2809,2077,5760,3313,2285,2653,4229,10856,18052,39783,2769,2261,3190,2693,4851,5999,2283,4130,2169,2533,37234,2940,2937,3228,2669,3727,2447,2023,8313,2601,2953,6701,3007,4376,2221,4055,8769,2544,2048,7542,4151,9855,2160,6646,4909,2896,2505,5299,14939,2847,2011,6740,2488,8025,3125,22991,2448,2544,5483,2809,12474,3588,2265,7283,2888,11057,14526,6757,15509,2564,2246,2953,3351,8949,5093,2463,3894,2905,2189,5442,2462,4899,4087,2231,8849,2602,2171,3567,2570,2446,3854,2202,2129,6021,2287,2329,6591,2950,13147,2483,2490,4353,2188,2087,2720,4394,31057,24390,3095,53480,9308,5897,4774,3570,11916,2830,2127,9785,2248,9211,2169,3207,3106,8951,6976,2050,2044,8308,2125,6758,6405,2046,5778,5931,2649,13001,2767,6619,2247,2165,5218,2654,2206,3042,2269,2046,4111,2049,1970,5798,3984,2011,2350,2102,2685,6865,2566,2326,3409,2530,3832,3776,2303,2406,3247,2189,2212,3870,2187,2409,2407,2482,2224,2969,2295,2401,2368,2003,2393,3312,4033,2160,2026,2209,2350,3248,2591,2421,3296,2367,2167,2266,3126,2850,4836,2706,2122,1974,4084,2309,2650,2372,3383,3071,2529,2765,7829,2088,2664,7624,2487,3205,10296,2388,3746,2793,3168,3207,2208,3089,3249,3169,2169,3255,3808,2308,4591,2472,2379,5867,2582,2586,1967,1969,2089,2166,2444,6296,15614,2829,7836,3933,2405,7207,2468,2404,3473,2246,2185,6262,2363,2084,3273,2324,2737,5067,3378,3125,3652,1949,2304,6194,2474,3246,2330,2208,2889,8665,2490,3244,5761,2642,2469,2646,2052,2585,2513,1985,2624,2352,2322,2125,2572,2443,2231,5732,2294,3643,2915,3530,2784,7704,2366,3712,4053,2226,2227,3430,2674,3946,3069,4676,2906,2206,5882,2408,2242,6106,2481,7241,2307,2814,3007,2587,2728,2210,2244,2885,8811,4290,2205,3634,4956,2689,3189,2608,2291,5313,2168,2664,3270,3790,4078,2327,2039,2126,2054,2323,2089,3172,3407,2321,2127,2532,2290,3328,2363,2448,3738,2318,2248,3168,4194,10695,7962,2433,2406,2127,2088,2243,2086,2082,1975,2117,2289,2012,2007,2646,1927,3030,2181,2631,2080,2088,3596,6802,6814,4095,2564,2649,2407,2166,2210,2206,2326,2453,2279,3230,1931,2204,2786,2275,2444,2168,2440,2350,2514,3868,2126,2563,2455,2463,2292,2500,3414,2590,4054,2285,2280,2388,2392,2206,3149,2508,2723,3317,2309,2622,3173,4990,2334,2080,2729,2413,2087,4172,2082,2190,4227,2125,2367,1806,9650,2327,4396,2285,2806,2131,2805,2013,2279,3230,2875,3388,2785,2908,2255,4485,2048,2213,7240,5659,2685,2426,2170,2167,2806,2405,3991,2251,2605,2807,2467,2209,3614,4950,2531,2083,12524,3185,2186,2369,2287,2124,3316,7197,2270,12894,2753,2369,2581,2529,2528,2166,3609,4814,2735,2505,6156,3909,3219,2523,3570,4215,3565,2411,2888,2567,4213,2127,4550,2717,2220,3270,4834,6221,9068,2245,4018,3806,2444,2849,3137,5114,2283,2668,11733,2794,3267,6622,2990,2203,2170,3634,2701,2410,2208,2169,2567,3263,2669,2092,2241,3369,2250,2050,2167,2525,4153,2788,2128,3586,4172,2613,3488,2328,2089,2366,2202,2511,2083,2087,2127,2123,2955,3927,2790,2245,2087,3109,6121,2089,4534,2528,2229,3524,5281,4327,14766,2210,2121,13623,2170,2326,3310,2608,10050,3687,3376,2445,2122,2369,4537,3389,2371,4451,2123,2051,4025,3152,6178,12059,3270,6241,2623,2225,3071,2654,2321,5137,2428,2687,4154,2704,4456,4172,10209,2530,2291,3704,3133,2289,3910,2747,2233,2046,2840,2091,3091,5015,2127,8727,2648,3245,6617,2188,2245,4720,2346,2327,5781,2721,3029,8308,2366,5438,2145,3067,3089,1932,1927,2765,3693,2402,3471,2028,8227,4816,2882,3090,2631,5862,27904,2244,2242,32177,3714,15188,2249,2200,28188,2168,3419,35335,2731,9873,6051,2328,9091,2161,2090,10711,2244,2528,3651,2655,2159,4300,2563,3778,3287,12598,8743,2485,8308,2206,2527,4333,2225,2215,2579,2294,2229,9428,2706,2246,5475,2203,2428,4697,2324,2328,4374,3169,2487,11420,2461,2209,8224,2168,2130,4570,2243,2133,3411,2159,2129,3917,4389,2124,3070,2613,2169,3569,17594,2166,6176,2245,2846,2288,2976,2461,2072,2038,4339,2343,2726,3073,2285,2325,2932,2491,2786,6022,1925,4014,2359,2949,3417,2159,2371,3652,6902,2281,7365,2225,3896,2284,2173,4490,2282,3110,4633,2770,2812,3089,2732,2326,3725,4860,2286,5451,2568,2696,2407,3101,2816,2406,2181,2326,2293,3028,2587,2287,8328,2282,2247,12195,2232,2164,2091,2584,3313,2324,2224,2126,2249,2285,4592,2929,2172,2531,2247,2543,6797,2290,2369,6775,2213,2206,3407,2888,2851,3331,2322,3772,4091,2053,3606,2911,2351,2362,2445,2232,2823,2387,2234,2950,4932,2285,2090,4010,2305,2070,3907,2630,4434,3249,2448,2049,3945,3055,4150,3069,3774,8909,3770,2301,5139,3249,2205,2133,2179,3696,2889,2990,4535,2120,2367,3152,11633,3977,3724,4658,2286,2124,2208,2410,2749,2303,3791,2085,2131,2528,2912,2339,3034,2970,3211,3145,2850,5821,4290,2688,2645,3715,2725,3569,4101,2384,5175,2086,2103,3049,2649,2245,9452,2930,2124,18598,2990,17268,3595,5354,3354,2528,3992,2521,3151,16026,2487,2334,8420,2571,2445,4937,2328,2208,3171,2400,2174,4548,5922,2644,2210,2562,2693,6440,2342,2329,2293,2365,2485,2691,2561,2474,2402,2292,2240,3375,2915,2647,3547,2747,2362,2235,2186,8243,2444,2385,7406,2244,2133,2201,2735,2085,4172,2528,2199,2200,2855,2749,2776,2222,2729,2529,2290,2602,2427,2225,3213,2289,2163,4278,3768,2492,4671,2589,2340,5619,2249,2368,2081,2433,4893,3192,2350,3483,2768,2150,2167,7402,13102,9140,2532,2387,2227,2204,1829,2304,3055,4688,3095,2006,2384,3214,15561,2726,2991,15765,2374,5735,5298,3050,7908,12098,16224,6175,6120,2502,2172,2422,2870,2631,4094,6259,2784,6578,3293,2351,2321,2185,4740,3269,4514,3733,3987,2488,3749,2215,2319,3214,2367,2246,13363,2201,9648,9333,2288,5414,2207,2168,2043,2010,2040,3792,2488,2152,4491,3511,2887,4351,1934,2362,4096,2845,3996,3062,2087,2129,7060,2244,2288,2750,2247,2265,6169,7558,7298,2893,2367,2762,2171,3205,6447,2527,2665,3612,2305,2110,2245,1969,2479,2534,3124,2090,2084,2045,2312,2187,2207,2648,3363,2530,5214,2133,2563,5262,2279,2147,4538,2487,2266,2124,2208,3255,2283,2364,3242,2722,2987,2628,2388,2370,2988,2440,2167,5159,7447,3744,6104,3404,2667,2972,2766,2715,2804,2084,3214,2324,2126,4456,4735,4209,2127,2768,2928,2288,2345,2712,2166,2204,2175,2262,2091,2760,2595,2125,9870,7821,3112,3166,3150,2131,2926,3027,2184,7167,2911,2943,2314,2045,2239,2374,2769,9967,2584,3815,5737,2650,4134,8464,2603,3017,2725,2346,4854,2606,5541,7503,4206,11762,9729,12095,10147,8970,3974,14343,11410,7304,4475,2750,3732,2563,5500,2883,2048,2130,5138,2828,2422,4556,5796,2246,3296,5088,2366,2050,3089,2409,2086,5781,2599,3191,2446,3273,2312,3510,2783,7649,2202,2404,4097,2206,2505,4859,2207,2445,3573,2123,2729,5078,2764,2912,5953,2674,2371,3101,2409,2327,2204,2147,4096,2244,2168,8149,3225,2085,3292,2764,2047,2088,2167,2405,2614,2328,2241,2371,2526,2448,2203,3248,1795,2278,2374,4512,2305,5474,3372,4457,6739,2165,3548,3973,2974,2323,3388,2292,2569,2241,5421,13942,3191,3430,2864,2127,3272,3313,2043,3511,2243,3176,2548,2282,2365,6503,2290,10789,4052,2288,4012,2210,2319,2247,3072,2104,2052,2006,2101,2153,2505,2229,3065,2630,2245,4292,3792,2366,6423,2487,2344,8125,2946,7103,9030,3109,6805,3242,4254,14911,3527,7864,3333,12693,4299,2319,3617,2269,8926,13439,2682,6422,3014,3806,3114,2448,3170,2560,2256,4413,2177,3339,14600,3474,2720,4380,3790,4494,2726,7985,3134,3690,5999,5653,3031,9069,2240,2370,5595,1990,2426,6319,2329,2162,5177,4370,3791,2235,3189,15887,2804,2746,10391,2709,2513,3092,2404,2563,6722,2590,3694,2466,2587,5739,2662,2112,4455,3107,2583,4499,2943,3032,2751,2087,2168,2087,2364,2966,4458,11471,3836,3590,2140,3292,2634,3181,2748,2207,2915,3146,2506,2211,2181,2492,2745,2367,2125,2091,2126,2165,2292,2327,3765,2447,2092,2325,2001,2227,2154,2282,2129,2124,2533,2287,3109,3009,2239,2252,2863,2247,2168,17379,2885,15647,9666,2512,3832,2363,6344,2684,2771,2288,3969,2447,2969,4818,2245,2323,3753,5135,2771,2849,4473,2924,2229,2690,2207,2572,2147,2398,2396,3128,2163,2125,3108,2595,2105,2084,2122,2614,2181,2186,2128,1849,2369,2266,2469,2501,2454,2284,2526,2310,3328,2285,2072,3351,2305,3426,2253,2084,2041,2134,2562,2324,2249,2732,2403,2285,2291,2805,3372,4093,2083,2048,2266,2808,2328,2085,2211,2206,2284,2472,4918,4290,2666,5077,4094,6753,2352,2411,2523,3227,2509,2273,6336,2485,4571,2013,2039,6163,2950,7726,2384,2248,2465,2290,2342,2146,2111,2109,2868,2305,2445,2587,2104,2232,2449,2100,1986,3779,2503,2484,3274,2685,2233,4512,2149,2626,2601,2054,2165,2690,2805,2507,2776,2297,2267,9452,2923,2495,11771,4310,3613,3830,2514,4125,2230,2573,3189,2046,2902,2271,2390,2248,2278,2534,4650,2291,2723,5056,2550,2107,3429,2264,2416,5211,2406,2487,2929,2285,7789,6296,2411,2206,5833,2574,2239,3977,2326,2405,3175,3150,2625,8965,2853,4775,2940,2169,3750,3009,2368,2453,2402,2450,6336,2306,2049,4274,2126,2570,2683,2071,2287,2185,2489,2702,2534,2547,2686,2165,2008,2486,1991,3050,2405,2127,3666,2669,3329,11697,2325,2332,9510,2321,2616,3964,2186,2053,2067,2199,2130,3733,2467,2210,3687,2048,2004,2209,3327,2324,2246,2494,2120,2129,2064,2149,2508,3268,2089,2122,2053,2762,2269,2852,3574,3630,6376,2164,2325,2915,4188,2488,3250,2130,2040,2817,2124,2529,3126,2102,2371,3071,2124,2050,2341,3091,2768,2245,3371,2254,2319,2255,3086,2263,2368,4170,2416,2120,2207,2212,3892,3067,4490,9753,2728,3207,2525,2935,6193,2388,2245,1973,2722,2213,2104,2971,2124,2125,2492,2080,3513,3896,3250,2861,2328,2167,8588,5132,2209,6421,2486,2653,4012,2340,3893,3612,2667,2252,3545,1931,2242,3215,2708,2406,2286,2670,2724,4697,3529,2804,2976,6658,2890,3485,3093,2848,9007,2565,4359,4713,2569,2328,4469,2685,3332,4115,2966,3529,2174,1964,1927,2081,2172,2383,2304,2491,2369,2790,3387,2164,2009,7042,2751,2403,5297,2569,2242,5416,2528,2130,3852,2186,3309,2852,2043,3710,3692,2672,4111,3225,2130,2182,3412,2085,6141,2453,2361,7843,2291,2247,3727,2491,2306,3868,2047,2128,2087,2124,2166,5859,2330,2526,3535,3246,3769,3651,2229,2463,2651,2373,2079,2087,3128,3049,2734,2323,6702,2450,4676,3186,2088,2366,2724,1973,2164,2588,2448,3108,3125,2188,2132,1986,2282,2224,2050,2429,2405,2249,2124,7062,2406,2205,2372,3230,2662,2047,2170,1964,2126,2647,2206,2571,2312,2463,2327,2631,2361,2573,2804,2330,2570,2406,2845,2205,2172,2249,2126,2203,2608,2768,2472,2427,2159,2555,2284,2363,2134,2221,2169,2528,2989,5679,2322,2204,2212,2626,2046,3128,3509,4137,4732,3858,3583,2091,3007,4193,2388,3206,2133,2159,3272,3553,2524,5501,3050,3444,2152,2507,2127,3512,2565,2913,6757,4215,2421,2074,2164,2201,2292,2184,2610,4878,7017,2104,5556,4313,2165,4175,3252,2808,2525,2110,2027,2122,2010,2523,2694,2865,2290,4256,2660,2894,7137,2367,3171,2649,4610,2394,2167,3711,2164,2329,3611,2006,5919,2486,2405,2652,3647,2245,2209,2162,2452,2290,2401,2287,2207,2307,2046,2090,2510,2340,2206,2335,2339,4033,2087,2048,2489,2626,2269,3768,2445,2150,2472,2262,2232,2207,2278,2152,2631,2346,2521,2211,2187,3305,2267,2014,2046,2064,2461,2167,2075,2479,2166,2168,2570,2587,2206,2368,2003,2248,2151,2129,2909,5850,3077,2907,2087,2002,2711,3264,2275,2380,3514,3409,3087,10171,2473,2668,6538,8525,6803,2745,2271,2328,2400,2187,2093,2106,2341,2213,2206,2138,2294,2529,2083,2672,2479,2329,8070,3382,2207,2612,3755,3248,2161,2728,2173,2086,2086,4969,2053,2405,2242,2247,2191,3992,3807,2128,2112,2003,2282,9958,3804,6061,4259,3823,2254,3363,2209,2108,3511,3311,2382,2174,2600,3271,5098,2492,2118,3171,2868,10270,4659,2283,5580,2609,2381,3271,2336,3124,2367,2324,2133,3050,2567,2766,3051,2342,2309,2392,2701,3936,2607,2069,4828,2468,5920,6122,2282,3549,2571,4251,2165,2535,2120,2551,2164,2186,2473,2300,4395,2730,2625,5163,2821,2326,2794,2048,2120,2012,2362,2526,2656,2284,2122,2252,2369,3924,2567,2052,2428,2146,2470,2400,2674,2220,2313,2422,10130,4582,2504,5961,2122,2127,3051,2626,2606,2131,2047,2127,2982,2647,2412,2246,1885,2573,2141,2168,2147,2911,8944,2946,4713,3437,2805,3313,2308,2165,2288,3344,2792,4393,2848,2110,3873,2399,2168,6477,2678,2201,5961,2208,3201,4342,2279,2166,4478,2325,2367,2211,2626,2129,3772,3530,2340,9972,2735,7924,4530,2142,3598,3827,2485,2531,2208,2547,2508,2246,2244,2333,2124,2390,2240,2293,2300,4161,2323,2170,6752,3190,2207,4233,2128,2045,5257,4937,2771,3325,2366,2550,2444,2793,4876,2470,2280,2450,3268,2092,5853,3475,4485,2488,2289,2848,3393,2946,6844,3393,2404,2126,2049,2045,2160,2053,2004,2284,2315,2507,2306,2446,2747,2170,2086,2058,2535,2383,2244,2332,2210,2382,2685,4393,2249,2165,2490,2166,2209,2109,2101,2111,2164,2191,3443,4355,3669,2414,7455,2370,2651,4088,2634,2344,8345,2525,2245,3211,2245,2248,2005,2230,2247,3014,2565,2261,3811,2375,2381,4994,2126,2167,3033,2102,2196,4023,4136,2149,5355,2447,2009,2225,2147,2606,2523,2435,2620,4015,2207,2131,4271,2831,2080,2532,2524,1968,2546,2269,2007,3126,2332,2284,2248,2003,2424,4500,2369,2158,2033,3674,3047,14941,6178,2935,2821,2293,5392,3649,2126,2250,2127,2130,2542,12764,3946,2193,5934,5313,2490,9090,4147,2090,2009,2528,2503,6363,2126,2149,4264,4578,2367,5051,5057,2332,4329,5075,3394,2567,2863,3692,2815,5334,2362,3996,2890,2404,5982,6620,2683,6097,2247,2487,5462,2163,2210,2164,2408,2165,2495,2604,2243,7206,2531,2906,4937,2340,2226,3054,2443,2253,2160,2286,2293,1965,2001,2247,2211,3004,2335,3444,12080,2524,5782,2250,2486,3913,2386,2606,2967,2953,2648,2970,2125,2902,2490,2546,2012,2107,2124,5678,2605,2987,7843,2888,2351,2765,11459,2567,9091,2843,2329,7666,2728,3323,5521,2951,2408,2684,2406,2348,8670,2329,3847,8482,2291,2168,3811,2485,2123,5705,2320,4776,3337,2962,2092,2406,2248,3289,2302,2311,3368,2410,4054,2163,2165,3852,2091,2366,3765,4097,2243,7385,7284,2281,7067,5057,2226,3809,2282,2053,2480,2331,2607,3449,2731,2285,4620,4012,6617,1965,6785,2360,2330,3147,3736,2567,4715,2605,2405,3271,2746,2651,2891,2046,2161,2254,2542,2447,2326,2055,2567,2725,2364,2325,2415,2524,2244,2610,2467,2366,2570,2206,2510,3830,3090,5556,3151,3125,5776,3114,2724,2255,2284,2168,2784,2608,2192,5876,4449,2247,2052,2405,2284,7026,4332,2369,3887,2409,2325,2532,3664,2627,6139,2014,2364,3525,2249,1971,3008,2967,2244,4661,2363,2852,4188,2831,2185,3326,3299,2324,11050,3970,2374,6439,2525,2692,7703,4149,2210,2126,2045,2703,2809,2089,2749,2288,2403,3033,2346,4277,2378,2189,2633,2305,2446,2693,2560,2656,13978,3187,2349,4009,2167,2247,4212,2054,2005,3343,2654,2345,2891,3827,2290,12414,2368,4579,4571,2309,2326,4654,2544,2092,2078,2128,2449,2625,2574,14824,2650,3749,11330,2170,5132,2735,2163,2207,2008,2682,10418,4867,3752,6259,4333,3012,2050,5458,2126,2360,3330,2228,2354,4164,2330,2204,3411,5715,2570,2508,2247,2207,2224,2335,2125,3106,4751,2168,2590,1946,2046,2608,2005,2043,2168,2166,2051,2121,2012,2825,2510,2223,2153,2682,2245,3176,2203,2206,2089,2567,2125,3929,2296,2159,2250,2122,2251,2687,2532,2084,2043,2132,2123,2011,2124,2569,2422,5798,2244,2332,5500,2201,2132,3482,2692,5735,3047,2536,2764,2527,2128,2085,2167,2451,2199,3974,2470,5336,4699,2199,3529,4307,3979,4497,2308,2186,4009,2173,2327,3284,2310,2222,2473,2923,9415,3988,2490,6153,2172,2162,3350,2948,2090,3916,2082,2284,2452,2705,2712,2429,2201,3549,2311,2568,3470,4650,2155,3665,4335,2388,2910,2302,2408,2486,2446,2048,2206,2254,2040,2572,2164,7120,7007,2445,5914,2529,2331,3223,2372,2790,3371,2180,2007,3571,2646,3516,5078,2361,3070,2546,2928,3576,2226,2303,2093,2082,2789,3007,2212,2228,2542,2268,2451,2924,2204,2331,2492,2121,2171,5434,2443,2054,6254,4417,2347,2481,2908,2228,2146,2153,2567,3805,2047,2252,2444,2165,10452,5479,2443,6466,2550,2646,4434,2160,2166,2267,1952,2284,3850,2534,2083,3006,3376,2319,3075,2769,2367,2442,2490,2466,4695,2164,2534,3087,7585,2288,2766,2121,2175,4968,2012,2761,5101,2122,2092,4335,2743,2913,11148,2691,5291,2174,3748,2223,2467,3596,6040,8600,6345,2367,3082,2693,2488,2464,2615,2363,2169,2563,2454,2318,2929,2536,3329,3010,2609,2445,2341,3253,2644,2368,2527,2250,2685,4575,2813,2805,2205,2331,2952,2482,2265,2494,2640,2055,2728,5308,2857,2925,2585,3130,3389,3616,2369,2721,2688,2428,5143,2643,4154,2250,2224,3488,2572,2400,3015,2401,2328,6304,2166,2088,7539,6482,2263,5494,3375,2644,5124,4349,2290,4855,5488,2532,2446,3374,2745,2973,2328,2407,2164,2569,2566,2406,2263,2294,2164,2186,2331,2227,2881,2494,2382,2173,2323,2244,3873,2210,2148,2207,2239,2147,3510,2331,2203,2411,2246,2871,3206,2868,4023,2799,2774,2399,2548,2045,2127,2567,2094,2220,2187,2494,2106,2124,2082,2253,2451,2364,2300,2329,2328,2565,2451,2351,2748,2702,2191,2705,3411,2487,2231,3065,2690,5735,2293,3167,3385,2309,2246,2707,2512,2229,2480,2332,2286,3232,2888,2469,2260,2335,2185,4610,2814,2488,2362,2789,2388,2247,2088,2500,2414,2161,2027,2649,2566,2446,2729,2892,3811,2646,2132,2863,2889,2614,2465,1925,2612,2428,3048,2735,2406,2047,2344,2457,2612,2325,2251,2244,2071,2462,2727,2613,2205,2524,2205,2488,2624,2805,2997,2649,2606,2455,2119,2166,2369,2834,2666,2290,2038,2390,2572,2286,2522,2591,3007,2947,2267,2414,2487,2085,2288,2762,2329,2089,2086,2130,2546,2343,2990,2449,2363,2573,2242,2289,2372,3307,2620,2396,2789,2342,2291,2228,3486,2031,2625,2469,2291,1901,2261,2108,2212,2184,2859,2444,2369,2086,2394,2609,2172,4347,2572,2174,2787,2439,2111,1961,2450,3759,3342,2349,2473,2440,2572,2446,2627,2786,2169,2115,2379,2406,2463,2550,2885,2443,2405,2451,2482,2526,2266,2363,2249,2706,2405,2447,2488,3349,2452,2766,2407,2231,2346,2400,2390,2486,2389,2310,2579,2606,2519,2283,2413,2425,2230,2102,2612,2302,2649,2206,2147,3211,2163,2806,2670,2413,3889,2726,2413,2842,2259,2499,2127,2087,2381,3292,2324,2175,2405,5658,2789,4875,2904,2934,2278,2314,2850,3404,2807,2091,2310,2245,2125,2424,3918,8218,3811,5196,2794,2381,3073,2049,2610,2124,2208,2160,2607,2074,2284,2456,3044,3126,2669,2223,2971,3030,2387,5560,4426,3917,3127,2049,2622,2315,1999,2733,2383,2729,2007,2005,2230,2242,2648,2013,3917,5804,2455,2081,3535,2342,2088,3831,2406,3090,2204,2735,2450,2482,2867,2712,2268,2586,2984,4133,2087,2007,2365,2127,2849,3168,2131,2204,2325,2375,2302,3182,2763,3306,2547,2782,5237,5056,3678,2320,4601,12551,2950,4172,2374,2460,2571,2567,2291,2545,2667,2491,2187,2161,4037,4186,2330,3093,3564,2133,2167,2509,2167,2681,3489,2716,2600,2052,2004,2364,2194,2182,29691,2088,2280,3631,2705,3136,2130,2565,3066,2430,4731,2447,2830,3369,2207,4294,3058,2301,2325,2011,4568,2393,2207,2322,2203,2175,3010,2776,3081,2962,2206,2435,2348,2644,2348,4354,2167,2084,2141,2736,2285,2729,2396,2239,2566,2629,2003,2568,2689,2325,2186,2413,2387,2341,2712,2471,3024,2086,2051,2200,5218,2886,2428,2771,2628,2744,2854,2666,2310,3973,2907,2622,3069,2167,2755,2943,2333,3750,2186,2724,2439,2195,2594,2386,2444,2409,2113,2866,2483,2861,2162,2344,2547,2666,2384,2057,2881,2869,2586,3165,2375,2163,2345,3073,2406,4216,3206,3933,2446,2410,2625,2284,4519,2685,2126,2342,2041,2145,3061,2152,2306,2363,2936,2532,2359,2579,2292,2250,2152,2078,2171,2627,2280,2253,2360,4156,2331,2226,2322,2393,3004,3213,2089,2988,2329,2801,2322,4086,3243,2447,2707,2631,2608,2568,2707,2894,2476,3769,2486,2939,2487,2448,2243,2631,2230,2282,2590,2384,2453,2773,2297,2933,3223,2349,3257,2159,2174,2360,2897,2685,2562,2938,2238,2389,2948,2494,2367,2123,2142,2773,3426,4960,2386,4217,10065,2606,4860,2581,2571,4013,2150,2187,3074,2437,2412,2765,4336,3429,7256,4738,3588,3010,2971,2971,2449,2610,3306,2384,2104,2416,2765,2364,2508,2534,3047,2503,2599,2339,4690,2409,2004,5503,2485,2571,2527,2486,2602,2495,2327,2642,2237,2422,2486,2503,2933,6884,2867,2442,2151,2009,3002,3657,2541,2113,2166,2121,2334,2086,2306,2810,2106,2288,2185,3503,2891,3156,2359,2271,2227,2130,2264,2125,1925,1891,2045,2239,2294,3430,2624,2408,3055,2518,2095,3083,3290,2286,2374,2319,2210,4672,3812,2165,2152,2708,2562,2291,2471,2245,2208,2545,3053,2041,2011,1998,3077,2368,2439,2014,2206,4594,2804,3150,2304,2352,2244,3376,4248,4415,3592,4114,3385,2468,1810,3166,2404,7544,3308,2527,2189,2472,4415,2199,2728,2290,2372,5491,9671,2248,2443,2448,2525,2295,2540,2528,2427,3751,2329,2166,2186,2955,2644,3515,2208,2166,2442,2548,2345,3052,2626,2407,2830,2747,2611,3507,2313,2925,3771,2426,3299,2318,2253,3663,2131,4698,4413,2559,2290,2136,2444,2406,2741,2728,2475,2621,2592,2567,2799,3973,2596,2745,2733,2647,7403,2986,7625,3005,2433,2108,2263,2428,2403,2770,2730,2408,2283,2178,2607,2993,3945,5052,3611,2706,4560,11872,2128,3571,6678,2423,2697,2606,2829,2372,5444,2187,2446,4316,2332,2106,2086,2265,2322,2154,2300,2708,2712,2585,4699,2362,2210,2870,3734,2446,3665,2152,2262,2325,2090,2128,3045,2012,2103,3290,4310,2393,3548,2308,2428,4830,2492,2643,2289,2126,10490,5962,4096,6921,5652,2171,2530,3147,2781,2333,2249,2345,5310,6259,3318,3383,2407,3495,2766,2371,4128,2325,2487,5777,3977,2370,7702,3249,2849,3465,4174,4215,2290,2242,3589,2233,2163,4332,2347,2324,3290,1973,2288,3788,2649,3087,2528,2351,2165,2543,2536,2779,2514,2284,2890,5540,2180,4355,2808,2292,2325,2026,2049,2784,2932,2743,2009,2368,2887,3286,6889,8064,2502,5742,2166,2199,4336,2248,2047,2480,4102,2201,2690,2913,2186,5197,7316,2051,4150,2327,3470,2488,4212,3313,2586,2283,3049,2129,2090,2326,2288,2685,4559,2245,2167,2166,2586,2972,3246,2767,4694,2547,2650,3113,2568,2158,2087,2452,2790,3870,2511,2580,2395,2344,12194,2449,5515,3569,2349,2992,2745,2024,2374,2081,3070,3211,2566,2390,2364,2045,2127,2208,4815,3412,2289,4126,2452,2405,1932,2444,2230,2803,2289,2603,2714,2509,3989,8408,2287,2208,2262,2887,2895,2710,3763,2612,2793,2544,3145,2748,2326,2649,3358,2581,2409,2482,2495,2239,5705,3844,2391,3528,3392,3113,2263,2090,2241,2095,2277,2517,4232,2187,3309,5692,2506,4293,3677,3772,4534,2729,5812,2250,2161,2450,3814,2282,2052,2320,2247,2738,2927,2203,2873,2367,2180,2491,2807,2705,2407,2287,2395,2420,2214,2041,2003,2130,2502,2487,2734,2290,2709,2405,2103,2146,2953,2129,2406,3691,2127,2286,2080,2734,2328,2047,2823,2104,2495,2440,2410,2804,3855,2451,3170,3125,2848,3053,2631,3388,2083,2165,4621,3048,6396,2309,2681,2721,2782,2551,2766,3792,2224,2272,2362,2448,2131,2238,2613,2607,2008,2243,2251,2280,2396,2482,2902,2128,2631,2407,2292,2567,2990,2629,2730,2524,2666,1854,6069,2701,6232,3161,3374,2051,2059,3318,2525,2483,2478,3277,2489,2303,4106,4807,2084,2052,2805,2365,2571,2125,2050,2006,1967,3027,3392,2369,2810,2646,6920,2784,4513,3333,2585,4130,2930,2247,2569,3772,2210,8278,5137,2913,2863,2267,2356,2820,2230,2751,2427,13242,16903,2172,7141,2587,2645,2868,3195,4010,2528,2262,2812,2124,2493,2322,2207,2130,2126,2087,2080,2053,2267,2549,2126,2300,2352,2382,2295,3576,2758,6401,2488,4089,2572,2726,3366,2429,2168,2526,2570,2144,3254,2241,2126,2268,2228,2124,2130,2325,2687,2051,2008,2143,2207,2452,2406,2524,2171,2123,2289,2287,2965,2172,2305,2140,2668,2770,2627,2270,2227,2286,2204,2513,2947,4295,2245,2926,5317,2233,2182,3509,2325,2549,5557,3052,2458,2817,2535,2466,2561,2206,2768,2170,2362,2146,2674,2404,3953,2928,2248,2437,3538,3216,3129,2646,2447,2685,2646,10456,3130,13810,2780,3052,2382,2549,2727,2527,2526,2331,2332,2489,2527,2239,2549,2510,2367,2287,2247,2165,2242,1996,3301,2166,3179,2642,2167,2169,2526,2163,2326,2449,2210,2444,2305,2212,2181,2014,2325,2605,2450,2483,2710,3590,2887,2094,1962,2304,2026,2371,2448,2406,3771,2644,2970,2146,2134,2126,4867,2372,2130,3932,2727,2727,2121,2292,2204,2673,2462,2749,2444,3876,4410,3972,2526,3037,6759,2204,2123,2451,2990,2251,2683,2506,2930,3092,6897,3014,4733,3648,2746,2152,2005,1986,2110,2426,2286,2168,3028,2043,2045,2652,3609,2749,4590,2289,2368,2208,2362,2692,2231,3484,2547,2556,2445,2741,2374,5130,2769,2224,2230,2405,4493,1971,2048,4433,3350,3526,2890,2044,1974,2364,3232,2261,2568,2610,2369,2422,2812,9285,2574,2685,2571,4814,4386,2113,2408,2886,2828,2463,2598,2775,2317,2462,4202,2477,2268,1926,2052,2082,1969,3367,3441,2594,1968,2568,2491,2524,2186,2453,2408,2239,2488,2756,3087,2367,2201,2248,2134,2119,2165,2187,2493,3564,2729,2188,2534,2522,2467,2709,2609,2736,2481,2202,2253,3410,2544,2010,2048,2942,2767,2434,2504,2371,2221,2686,2570,2468,2308,2144,2730,3107,2189,2871,1983,2749,2652,3251,2126,2725,4272,2008,2413,2854,2566,2260,2525,2768,2290,2479,2092,2286,2598,2158,2304,2367,2386,2387,3780,2664,2847,2593,2489,2560,2748,2930,2748,2229,2470,2403,2992,2401,2140,3055,2213,2641,3155,3607,2607,2572,2568,2657,2526,2609,2289,2378,6138,2201,1972,2239,2233,2303,2935,2475,2340,2560,2522,3460,2390,2563,2467,2690,2371,3116,2485,2181,2386,3310,4213,3316,2691,2607,2773,2525,3355,2735,2785,2525,2759,2088,3210,2376,2206,2333,6397,2990,2643,2169,2286,2444,2451,2446,2652,2686,2203,3401,2499,2008,2491,2286,2168,2325,2248,2322,2706,2653,2985,3008,2534,2926,3132,2324,3354,2081,2373,2560,2813,2190,2311,2977,2092,2208,4265,2545,2811,3294,2570,2020,2592,2595,2539,2610,2411,2273,2676,2612,2538,2112,2612,2526,2420,2415,2288,2260,2695,2431,2441,2346,2531,2333,2341,2204,2530,2865,2408,2405,2452,2772,2539,2240,2338,2364,2591,2547,3652,3515,2679,3011,2795,2663,3916,3090,2284,2364,2632,2404,2692,2181,2294,2707,2420,2440,2335,3229,2575,2427,2483,2038,5768,3067,1810,2246,2717,2372,2929,2552,2148,3115,2491,2244,2328,2784,2228,2327,2345,2371,2482,2329,2796,2502,2497,2493,2166,2375,2266,3125,3005,2086,2689,2471,2657,3114,2535,2204,2205,2047,2044,2407,2847,3031,2211,2645,2489,3486,4458,2608,2229,2218,2696,3492,2922,2413,2725,1966,1927,9302,5803,5483,6610,2267,2590,11514,2209,2410,3907,2448,3606,1494,2739,2274,2364,4798,2444,2771,2023,2410,2349,2244,3191,2666,2643,2588,2373,2486,2625,2728,2356,2422,2383,2172,2089,3207,5293,2284,2749,2491,4513,2812,3404,1929,2625,2723,2394,2370,2450,2605,2490,3050,2333,4523,2384,2432,2487,2369,3485,4517,3047,2387,2528,2670,2524,2892,3248,2072,2522,2580,2719,2442,3290,2107,2053,2079,2186,2129,3329,2852,2049,2300,2647,2635,2787,2503,2374,2686,2564,2451,2448,2409,3146,3234,2360,2333,2945,3266,2227,2234,2602,2526,2951,2915,2338,2496,3173,2725,2362,1710,2046,2511,3081,2212,4971,5495,2606,2240,2527,2498,2123,2394,2106,2387,3150,2562,2047,2808,2171,5977,2042,3530,4578,2242,3396,2046,2327,7163,2563,1969,1928,1926,8542,2745,2410,2605,3056,4387,2072,2383,2546,2286,2914,2624,2352,2408,2400,2334,2120,2253,2649,3876,6555,3007,2788,11412,2526,2789,2274,2279,2251,2647,2443,2490,5561,1942,2052,3444,2253,2107,6275,2528,2207,2623,1868,2410,2086,2203,2610,2146,2590,2405,3711,2132,2046,2619,2288,2129,2666,4673,2648,2094,2327,2365,2246,3013,2704,2322,2789,2572,2284,2165,2390,2244,2135,2166,3290,8124,2360,2088,4854,2251,2650,2119,1973,2201,2325,2292,2726,2310,2508,4172,2322,2190,4097,5109,2372,3189,2140,2515,2440,2273,2521,2993,2768,2462,2475,3912,2647,2311,2382,2372,2605,3008,2164,4096,2686,4498,2187,2648,3324,2946,2495,2481,8713,2306,12678,5819,2481,2215,2104,1964,2385,2571,2386,2204,2007,2452,3462,3091,3097,2847,4047,2510,3246,2491,4474,2245,2330,2647,2289,2382,2651,2325,2307,2111,2120,2730,3508,2476,3463,11501,4072,5049,4217,2610,2025,2167,2204,2506,4571,2856,2742,12120,6202,13653,2856,3428,3413,2765,2589,3006,2525,2095,4508,2324,12944,3413,2487,2165,2084,9545,2613,2488,2009,2869,2928,2801,2613,3141,2335,2311,3764,4334,2205,3077,6658,2288,1999,3212,2429,2188,1964,2489,2485,2626,2779,2762,2611,2406,2422,2369,2324,2494,2681,2496,2433,2619,2244,2712,2865,2644,2569,2349,2672,2448,2504,2626,2848,2473,2325,2566,2652,2732,2484,2349,2706,2708,2885,2489,2045,3013,2407,2849,2602,2896,2368,2469,2480,2527,2527,2448,2730,3129,2863,3122,3023,2488,2412,2088,2200,2290,2709,2443,2567,2448,2631,2556,2403,2566,2360,2472,2949,2123,2584,3232,2527,2397,2439,2631,2608,2485,2612,2460,2694,4686,3678,3009,3132,3827,2809,2050,4869,2571,2695,2928,2894,3060,2481,2488,2486,2723,2843,2489,2609,2446,2459,2689,2632,2488,2808,2525,2446,2741,2940,2515,2568,2245,2662,2513,2616,2288,2246,2548,3234,2992,3308,2567,2330,2320,2587,2833,2446,2510,2782,2249,2249,2966,3727,2093,2445,2051,2482,2066,2457,2330,2414,2134,2524,2604,2675,2467,2048,1966,2606,2364,2210,2364,2246,2682,3060,3045,2187,2544,2855,2251,2796,3526,2179,2840,2538,2407,2540,3052,2430,2254,2724,2311,2805,3546,2448,2561,3096,3775,2363,2527,1969,2047,2525,2453,2435,2447,2615,2729,2484,2533,2465,2287,2408,2446,2330,2365,2448,2508,2084,2186,2294,2449,3167,2384,2930,2289,2847,2527,2403,1846,1922,1849,1965,2370,2490,2403,2405,2406,2367,2374,3277,2176,2692,3946,2409,2531,2521,2474,2169,2623,2330,2485,2454,2542,2342,2474,3263,2449,3673,5055,2651,2357,2499,2300,3139,3245,2530,2563,3031,4531,1932,3530,3142,2428,2190,2363,2499,3467,3149,2667,2325,2122,1971,2067,2543,2207,2230,2226,2348,2169,2347,2322,2349,2305,2527,2291,4122,4204,2445,3833,2289,2862,4580,3645,2347,2975,2364,2390,2281,2052,2208,2279,2272,2887,2648,2130,2205,3305,2090,2166,2325,2050,2045,2085,2065,2837,2219,2737,2403,4209,2166,2090,2087,2070,2177,1929,2824,2574,3030,2581,2218,2756,2414,1979,1971,2443,1973,2302,2729,3261,2555,2548,2372,2523,2192,2573,3065,2264,2402,2366,2770,2073,3745,6564,2570,1962,6317,3328,2415,2768,2483,4231,5962,4752,15383,18496,4996,8732,3209,3032,6353,7126,3909,8204,3711,3255,5615,2529,2164,2227,2767,2247,3933,5411,2094,2407,3708,2327,2603,4015,2625,2815,5616,2288,2261,2770,2173,3001,2489,2730,2651,2327,1979,2630,2386,2594,2687,2367,2025,2650,4712,2169,2208,2180,2152,2545,2226,2366,2052,2078,2055,2446,2482,1787,2070,2387,2242,2645,3050,3338,2382,5462,2401,2449,2340,2298,5874,2014,2402,2407,2366,3085,2390,2344,2030,2569,2505,2911,1963,2770,2232,2762,2230,2761,2451,2531,2889,2286,2129,2193,2138,2207,3916,2882,2185,2090,2469,2660,5825,2829,2267,2445,2846,2266,3913,2330,2843,2553,2184,3892,8066,2890,2167,4389,2933,2645,2806,2650,2908,5092,2535,1965,3765,2248,2266,3374,2885,2266,2551,2545,2774,2642,2171,2909,2789,2828,3586,2496,3069,2449,3049,2221,3008,7185,2224,2445,2395,2363,3047,5660,3292,2803,3115,3262,3038,3206,3007,5517,2291,2949,4713,2719,2651,2997,2328,5007,2550,3211,2848,2170,2647,5818,6279,2307,6078,2628,5775,2204,2048,4954,7022,3971,4071,2089,8748,3871,2683,3094,2463,4960,2363,2369,3593,3475,2406,3969,3150,2679,5628,2379,2832,2441,2455,13901,4676,2969,6557,2445,2207,1994,2703,2226,2171,2239,2568,2429,3429,2609,2536,2598,2332,2543,3174,12495,4936,4637,4310,3171,2472,3487,2225,2130,2362,2467,2231,2481,2372,2285,3190,2932,2668,3046,2489,2614,2385,2218,2388,2545,2539,2986,2967,3152,2165,2544,2308,2531,2530,2207,2582,2005,2672,2444,3132,3012,2552,2852,2646,2543,8500,2408,2616,2759,6821,3508,4817,18591,27046,11353,4198,16649,4809,4461,2843,3089,15710,7023,7017,4254,2326,3009,2408,2433,5189,2393,2361,3249,2476,2760,2287,2658,2765,2689,2460,2286,2648,2368,2527,2589,2168,2404,2333,2410,2420,2648,2743,2604,2444,2761,4421,4848,3872,2468,2475,2449,2703,2300,2133,2625,2370,2605,2554,2762,2263,2492,2446,2766,2194,1965,1967,2517,2473,2854,2680,2896,2689,2607,2608,2600,2536,2603,2452,2440,2629,2806,1890,2725,2617,2887,2284,2327,2986,2954,2925,2849,2687,2569,2667,2630,2586,3293,2727,2673,2480,2531,2758,2723,2412,3776,2241,2527,2650,2419,2907,2851,2335,2620,2597,3048,3083,3016,2060,2806,2480,3171,2760,2458,2168,2526,2412,2542,2328,2111,2524,2268,3433,2318,2294,3148,1981,2812,2037,2716,2005,2632,2682,2495,7618,2641,2701,2473,2130,2819,2361,2733,2448,2962,2892,3172,2249,2347,2825,2454,3006,2284,2370,3844,2755,2850,2526,2321,2295,2461,2962,2684,2333,2280,2288,2383,2942,2346,2011,1965,2412,2604,2426,2625,2973,2976,3162,2606,2651,2238,2852,2169,2125,2369,2434,2502,2490,3092,2905,2043,2313,2703,2330,2734,2735,2500,2425,2822,2616,2683,2224,2029,2004,2365,2698,2607,2485,2047,2283,2444,2733,3049,2406,2395,2490,3052,2525,2525,2860,2932,2645,2811,2587,2932,2501,2488,2485,2612,2288,2372,2342,2507,2486,2406,2629,2612,2859,2173,2172,2566,2247,2437,2093,3373,2552,2101,2607,2807,2108,2503,2831,2909,2364,2628,2311,2369,2198,2453,2346,2589,2451,2546,2527,2748,2166,2086,2441,3605,2363,3033,2240,2316,3182,2262,2192,2691,2482,2566,2988,2396,2605,2549,2320,2212,1935,2496,2410,2633,2411,2577,2824,2055,2565,2225,2679,3283,3283,2176,2324,2846,2410,3467,2329,3075,2498,2850,2572,2460,2217,3045,2610,3178,2100,2440,4231,2149,2598,2415,2631,3030,5651,2568,2727,2712,2868,2246,2394,2238,2094,2647,2885,2809,3013,2287,2646,2443,2854,2925,2548,2105,2025,2495,2968,2965,2974,2582,2009,2167,2607,2449,2606,2145,2086,1971,2084,2430,2359,2534,3124,2448,2614,2280,2567,2493,2565,2132,2042,2246,2107,2371,2284,2248,2462,4357,2366,2286,2408,2873,2582,2390,2106,2568,2886,2126,2493,2688,2330,2720,2285,2367,2289,2372,4147,3635,2084,2651,2117,4362,6876,2535,2603,2568,2726,2248,2048,2644,2409,2447,2669,2111,2807,3008,3850,2572,2465,2444,2532,2545,3909,2891,3334,2847,2305,2207,2689,2651,2645,2530,2466,2706,2733,2564,2305,2272,2366,3150,2589,2421,2070,2809,2723,2409,3573,2588,2551,2445,5614,3290,2686,2526,4600,3271,2601,2236,2708,3289,2404,2396,2823,2579,2229,2370,5096,2289,2158,3001,2611,2377,2803,3238,3343,2791,3171,2611,7885,2727,2805,2247,2225,6723,2204,2731,2474,5849,3012,2525,2471,2607,4472,3030,2503,2931,2532,2121,5236,2489,2605,2413,2468,2695,2515,2086,2467,3048,2416,2501,5938,2454,2643,1945,3195,6698,3771,2583,2568,2695,10064,2371,1921,2332,3305,2492,6521,2725,2185,2276,3408,2162,2010,3167,2611,4873,2766,2312,2708,8223,8199,5156,2514,2162,2443,2610,2269,2452,3345,2370,4014,7315,20823,22129,17536,2770,3005,4755,2425,2649,3287,2654,4091,2827,2972,2487,3705,2856,2563,3615,2187,2484,3771,2264,2572,3149,2952,2765,2747,6705,2240,2848,2228,2812,4434,2007,3227,1863,4781,11673,2128,11770,3770,2447,14129,2910,9910,2902,2629,2186,8898,2222,2445,2649,4112,3247,2629,2726,2749,2431,3482,2617,2228,2462,2551,2483,3215,2060,2478,3083,2491,7019,2508,2385,2972,2086,2283,3710,8749,2667,2524,4598,1785,2246,2146,2408,3030,2625,4915,2692,2330,2385,2484,2407,2733,2204,2945,2287,2311,3229,2691,2562,2327,2326,3055,3350,2147,2324,2169,2483,2365,2047,3017,2643,2051,5292,2249,3328,3009,2985,2531,2225,2290,2603,3131,3009,2933,2543,2595,2923,2386,3854,2591,2448,2929,2761,2649,2619,2387,3004,2769,2202,2489,2447,2192,2664,2583,2329,2061,3968,2316,2874,2409,2102,2526,2146,3689,2955,2248,2624,2845,2492,2362,3125,2315,2488,2366,2524,2021,2340,2044,2330,2342,2651,2185,2184,3051,2284,2650,2820,2173,2333,2358,2045,2194,2846,2516,2030,2397,2472,2723,3039,2686,2563,2693,2533,2915,2428,2466,2511,2969,2530,2080,2576,2199,2213,2323,2545,2436,2418,3055,2308,2886,2531,2559,2229,2225,2479,3255,3093,2368,2270,2586,2426,2827,2650,2652,3506,2609,2365,2469,2065,2233,2403,2648,3006,2374,2102,2110,2746,3214,3211,2329,2459,2409,2079,1964,3499,3011,2207,2504,2811,2428,2710,2644,2826,2711,2416,2857,3177,2117,2331,2408,2526,2935,2179,2571,2428,2508,2807,2704,2510,1924,2427,2475,2373,2843,2723,2135,3805,2086,2890,2711,2325,2285,2689,2486,3089,2588,2970,2968,2787,2490,2867,2529,2831,2204,2892,2461,2488,2707,2757,2586,2421,2050,3151,2567,2446,2089,2484,3052,2968,2468,2670,2269,2500,3271,4157,2467,2266,2225,2657,2765,2620,2405,2413,2564,2680,2985,3721,2213,2809,2460,2093,2591,2206,3244,2845,2616,2345,2127,3433,2602,2482,2717,2122,2554,2288,2903,2255,2728,2568,2615,2532,2392,3062,2610,2329,2242,2250,2449,2446,2311,2402,2268,2486,2372,2532,2156,2210,2466,2189,2328,2355,2605,2402,2522,2615,2201,2528,2247,2206,2911,2517,2128,3006,2248,2208,2414,2392,2550,2483,2586,2431,2287,2882,2472,2467,2768,2850,2528,3251,2987,2444,2838,2198,2368,2651,2607,2722,2418,2242,2044,1970,1922,2367,2683,2686,2416,2605,2231,2347,2969,2400,2750,2331,2206,2285,2286,2411,2544,2962,1896,1925,1885,1805,2468,2378,3091,2364,2046,2044,2264,2124,2494,2323,2324,1969,1926,2360,4621,2449,2646,2043,2091,2406,2367,2506,2447,2467,2647,2006,1965,2007,2361,2354,2589,2770,2044,2408,2732,2712,2494,2209,2530,2004,1967,1962,2174,2670,2747,2082,2010,2000,1965,2470,2261,2653,2089,2411,2423,2506,2215,2445,2058,2770,2069,2466,2448,2311,7053,2511,2512,2171,6451,3728,3499,3087,3155,2095,2054,2325,2307,2409,2325,2308,2207,2161,1890,1959,2916,2425,2408,2363,2213,2353,3642,4113,6746,3844,2892,3627,3189,2052,2004,2410,1883,3368,2690,2267,3031,2488,2741,2489,2543,2631,2089,2371,2682,2468,2524,3153,2675,2459,2494,2567,2487,2485,2175,2608,1962,2527,2495,3178,4983,3649,2240,4113,3107,2155,3089,2511,2487,3561,2571,2437,3101,2477,2618,2583,2126,2487,2504,5172,2784,2399,2088,2449,2364,2294,3346,1890,2181,2242,7290,2607,2383,2548,5138,3132,2806,2189,3204,2816,2508,2466,1928,3101,2609,2955,3043,3269,2095,2979,2414,2266,2350,2246,3047,2007,1984,2549,2465,2494,3229,2501,2173,2731,2647,2325,2301,2408,2513,2218,2530,2373,2196,4098,3032,3089,3793,2387,4273,3631,2182,2468,2671,2947,2368,2445,2772,2669,2789,3182,2593,2543,2487,2212,2368,2481,2820,4194,2174,3832,2450,2869,5497,2430,2281,2909,4616,2488,3282,2316,2615,2519,2364,5590,4548,3246,5616,2527,2285,2570,3292,3414,2849,2725,2123,3408,2638,2366,2923,2189,2323,2333,2567,2369,2242,2587,2346,3149,2113,2241,2591,2287,1849,2743,2050,2605,2167,2281,2290,2165,2291,1803,1923,2079,2324,2179,2370,2183,1952,2560,2201,2368,7047,4962,5571,2253,3036,5228,2766,2169,3689,3168,3286,2370,2130,2401,2468,2264,3177,2367,2566,2770,2692,2681,2386,3075,2525,3409,2293,2407,2832,2977,2719,2774,3089,3088,2298,2072,2456,2528,2656,3002,3415,3531,3005,2729,2278,2898,3475,3406,2591,2525,2530,2166,3385,2394,1925,2648,2220,2511,6460,2606,2085,2053,2002,1988,3726,2588,3013,2775,2317,2772,2303,2209,2766,2252,3346,2614,2305,2324,2613,2883,2669,2557,1966,4206,2424,3190,2510,3083,2388,2011,2329,2686,2769,3011,2821,4815,2166,2548,2373,2608,4429,3514,2884,2797,2847,2669,2682,3088,3112,2427,2232,2469,1943,2285,2606,3029,3092,2788,2943,3574,2384,2168,2427,2735,6239,2246,2515,2556,2229,26117,2953,2787,4915,3411,6781,2863,3711,6056,2692,3527,2975,2449,2801,2568,2613,2571,2044,2926,6118,3470,2009,2350,6559,3226,3251,2322,2056,3990,4608,2851,2169,2768,2468,2281,2433,2544,2187,2845,2063,2372,2692,2872,2206,2100,2453,3063,2953,2006,2663,2627,2489,2410,3070,2569,2785,2588,2312,2600,2715,2602,3029,4293,2532,4229,3352,2852,2481,2951,2007,2388,2286,3635,2305,3287,2647,2089,2424,3515,2474,2689,2941,2129,1982,2554,2478,2414,2355,3021,2561,2635,2603,2942,2517,2653,6712,3771,2815,3524,3850,3618,2677,3571,2574,2193,2765,2350,2281,2365,2976,2888,2244,2748,2370,2583,2890,2607,1948,2407,2726,3128,2673,2646,2968,2448,2729,2405,2678,2975,2412,2185,2808,2271,3282,3086,2055,2595,2626,2581,2632,2570,2082,2128,2468,2186,2248,2451,2129,2322,2526,2945,2340,2823,2678,2371,2048,2444,2853,2479,2647,2247,2696,2169,2277,2044,2418,2386,2570,2309,2505,3167,2330,2386,2131,2041,2485,2167,2513,2564,2293,2664,2289,2320,2572,3232,2464,2245,2010,2488,2691,2702,2249,2452,2736,2355,2506,2532,2343,2431,2673,2729,2125,2617,4210,2596,2306,2760,2570,2391,2286,2471,2506,2845,2454,2541,2730,2071,2383,2242,2560,2460,2406,2466,2180,3658,2132,2367,2353,2100,2408,3354,2469,2400,2637,2558,2605,2710,2669,2110,2547,2627,2402,2571,2610,2306,2706,2173,2121,2609,2989,2305,2186,2232,2185,2301,2293,2502,2308,2253,2238,2616,2400,2451,2611,2202,2326,2305,2432,2364,2376,2060,2311,2158,2214,2328,2363,2307,2567,2083,2144,2456,2387,2228,2400,3856,2529,2906,2717,2241,3011,2443,2287,2445,2412,2303,2970,2227,2882,2614,3083,2431,2797,2160,2056,5292,2608,2527,2404,2557,3707,4084,2526,2149,2276,2555,2214,2368,2115,2172,2593,2406,2493,2440,2205,2303,2612,2207,2449,2688,3535,2381,2905,2335,2810,2488,3012,2959,2211,2245,2450,2326,2452,2753,2526,2582,2827,1963,2124,2448,2952,2568,2346,2613,2963,4416,3390,2600,2293,2332,3244,3637,2857,2450,2602,2802,2682,2994,2506,2452,2461,3715,2365,3408,13323,6384,4007,2988,3028,5153,2973,3047,3231,4499,2179,2095,2204,2565,2089,2346,4659,2251,2804,2525,2303,2390,8202,5289,2738,2685,2829,2613,2740,3193,2846,2455,2460,2970,2772,3004,2211,2382,3060,2377,2507,2594,2349,2903,2128,2649,2325,2168,2249,2923,2131,2763,3054,2744,2341,2164,2126,2560,3932,2546,2408,2615,3049,2265,2332,2451,2157,3045,2264,2810,2025,2174,2707,2541,2295,2360,2394,2851,2362,2328,2365,2247,2947,2905,2675,2444,2608,2706,2130,1970,2348,2923,2982,2615,2510,2508,2161,2365,2409,2008,2474,3270,2546,2842,2547,2532,2810,2642,1967,3011,2449,2089,4366,2013,2046,2021,2147,1908,2346,2888,2249,2288,2086,2008,2382,2633,2239,1932,2236,2326,2405,4166,2288,2543,3171,3007,2268,2248,2909,2171,2621,2408,2591,2390,2406,2003,2209,2384,2774,2886,5978,2041,2450,2426,2930,2625,2188,3075,2244,2328,2085,2204,2576,2584,3031,2645,2047,2368,2884,3974,2272,2807,2445,2404,3012,2850,2613,2974,2613,2450,2404,2470,2625,2692,2637,2565,2373,2461,2361,2165,3010,2688,2505,2928,3636,2424,2648,2145,2134,2685,3409,2071,4769,4137,6333,2248,2706,2489,2527,2528,2005,2367,2507,3178,2359,2387,2515,2689,3444,4616,2847,3951,2614,3148,2725,2509,2552,2499,2131,2750,2527,2506,2202,2490,2689,1930,2165,3103,3858,2401,3236,2710,2301,2833,2344,2390,2424,2084,2613,2318,3698,3451,5360,2647,6234,3996,2849,2168,2105,2967,2250,3160,2610,3899,2725,2571,2148,2246,2339,3639,2304,2242,2128,2367,2595,3418,3856,2367,2441,2528,2923,2165,2504,2611,2562,2451,2324,2958,2533,2419,2642,2605,2735,2484,3431,2469,2249,2364,2632,2339,2285,2566,5109,3009,2244,2163,2471,2249,2261,2286,2046,2006,2006,2006,2562,2288,2310,2190,2163,2174,2400,2971,2370,2366,2285,2006,1965,1932,2597,2472,3290,2835,2603,2330,3227,2323,3078,2125,2081,2217,2605,2241,2171,2200,2690,2243,2009,2055,2488,2483,2464,2486,2165,2287,2246,2287,2456,2427,2403,2772,2329,2042,2329,2570,2077,1891,2044,1970,1961,1930,3889,2650,2677,2566,2488,2527,2614,2328,2772,2249,2445,2769,7093,2296,2489,2409,2437,2875,2409,2241,2651,2666,2288,2407,2513,1945,2493,2631,2129,2803,2538,4042,2463,2646,2492,2827,2161,2729,2514,2761,2134,2199,2432,2921,2677,2727,2166,2929,3049,2765,2305,3013,2382,2450,2919,2411,2256,2606,1835,2622,2290,2166,2525,2327,2845,2733,2128,2444,2768,2364,2291,2323,2673,2415,2774,2203,2564,2522,2170,2121,2533,2166,2540,3000,2316,2008,2442,1804,1966,1926,2218,2137,2627,2427,2607,2375,2666,2368,1692,2378,2408,2607,2206,2088,2124,2135,2285,2127,2763,1923,1845,1806,1805,2161,2244,2527,2330,2033,2245,1845,1966,2332,2133,2692,2446,2083,1966,2046,2540,2375,2161,2563,2493,2404,2615,2473,2926,2520,2065,2246,2005,1886,2047,2518,2116,2083,2470,2250,1803,1844,2251,2645,2511,2103,2165,2247,2086,2012,2364,2195,2177,2357,1695,1885,1845,1956,2052,2443,2139,1962,1805,1806,1805,1806,2438,2412,2541,2327,2243,2683,2972,2041,2437,2907,2565,2478,2525,2169,2256,2526,2286,3010,2715,2578,2006,2770,2168,2050,2122,2006,2005,2323,2175,2117,2528,2520,2344,2245,2362,2605,2453,3204,2772,2520,2822,2958,2301,2527,2528,2490,2445,2075,2737,2647,2888,2168,2520,2930,2532,2411,2367,2557,2896,2770,2356,2125,2325,2051,2765,2210,2418,2036,2406,2257,2251,2565,2956,3085,2460,2207,2331,2161,2327,2087,2285,2614,2836,2294,2614,3089,2364,2165,2439,2292,2494,2606,2084,2368,2800,2294,2884,2923,2945,2930,2207,2447,2276,2570,2521,2421,2008,2148,2649,2337,2893,2368,2966,2965,3040,2465,2165,2448,2962,2937,3236,2533,2893,2330,2086,2048,2079,2130,2851,2850,2444,2888,2969,2841,2301,2399,2291,2442,2929,2801,2263,2832,2137,2405,3009,3091,2207,2205,2402,2651,2682,2571,2364,3695,2287,2056,2361,2597,2492,2484,2285,2055,2323,2461,2594,2092,2457,2347,2572,2936,2252,2517,2380,2433,2603,2414,2410,2286,2297,2873,2209,3094,2680,2056,3010,5092,2175,2832,3612,3088,2493,2324,2731,4259,2482,2762,2455,2250,2361,2578,2451,2439,2367,4019,2963,2449,2289,2085,2447,2799,2258,2810,2971,2526,2405,2370,2284,2239,2493,2288,2527,2488,2442,2778,2273,2363,2576,2566,2456,3447,3121,2405,3815,2327,2244,3619,2452,2524,2211,2482,2371,2648,2369,2771,2486,2962,2896,3239,3174,2919,2247,2534,2364,2327,8512,2687,2254,2150,2820,2728,8265,2486,2371,5139,2191,2206,2222,2873,2778,2319,2293,2848,2364,2420,2793,2487,2139,2286,2601,4047,2572,3183,2361,2326,2170,2676,2609,5055,2331,2769,2733,2291,2081,2172,3127,2605,2402,2603,2302,2246,2803,2209,2526,2249,2286,2369,2327,2842,2484,2451,2812,2448,2448,2919,2887,2737,2452,2366,2609,2193,2493,2379,2519,2528,2013,2240,2290,3199,2688,2021,2001,1930,1926,2795,2368,2301,2362,2409,2322,2327,2368,2447,2652,2170,2163,2638,2407,2045,2454,3649,2376,2364,1956,2043,2331,2825,2282,2652,2482,2439,2361,2131,3172,3165,2572,2175,2330,2245,2233,2566,2457,2326,2092,2084,2043,2210,2410,2530,2957,2094,1884,1886,2372,2687,2010,2080,1884,1846,1805,1806,2407,2492,2591,2651,1932,1965,1964,2086,2649,2764,1981,1881,1886,2080,1891,2534,2325,2046,2040,2168,2247,2086,2086,2479,2824,2326,2245,2252,2246,2791,2340,2548,2822,2171,2043,2050,2637,2180,2488,2672,2807,2486,2973,2569,2175,3049,2275,2545,2084,2324,2395,3141,3496,2243,1965,1885,2242,2605,2568,2483,2170,2528,2207,3259,2639,2564,2650,2405,2208,2378,3074,1987,2361,2047,1885,2046,1886,2325,2819,2524,2041,1885,1846,1805,1806,2529,2639,2445,1939,2285,1925,2293,2992,2764,2453,2738,2287,2086,2879,2615,2878,2784,2085,2045,1972,2406,2441,2370,2755,2460,2246,2086,2245,3082,2979,2247,2125,2168,2409,2428,2688,2265,1885,1845,1809,1848,1879,3039,3057,2327,1854,1840,2012,1883,1882,1845,1846,1884,1848,1845,1806,2370,1964,2194,2405,2220,1886,1852,1997,1848,2200,2280,2366,2478,2357,2406,2322,3411,2796,2898,2363,2972,2820,2827,3370,2894,3416,3055,2858,2820,2859,2732,2776,2946,2898,2986,3074,3125,2760,2909,2728,2847,4049,3015,2728,3409,3831,2607,2674,2806,3119,2954,2827,2716,2572,2874,4080,2975,3240,2907,2909,2286,2452,2603,2512,2326,2323,3243,2570,2727,2374,2517,2374,2966,2531,3094,2478,2932,2325,2575,2005,1885,2529,2480,2873,2661,2498,2286,2923,3089,2407,1893,1884,1848,1847,1844,2437,2518,2706,2514,2484,2849,2087,2407,2649,2404,2412,2222,1925,1845,2271,2569,2485,2245,1865,2005,1967,2247,2282,2536,2285,1886,1846,1845,1883,1965,2531,2119,3013,1968,1809,2560,2052,2364,2323,2011,2283,1849,2163,1852,1842,2281,2327,2174,1884,2371,1962,1846,1805,1928,1884,2087,1885,1845,1846,1846,1804,2551,2736,2619,2206,2126,2126,2086,2428,3272,2607,2206,2166,2126,2689,2960,3263,2484,2125,2086,2762,2668,2852,3013,2908,2857,2954,3639,3260,3138,2857,2224,2573,2656,2626,3121,2896,2522,3249,3323,3176,2552,2982,2818,3131,3300,3128,3491,3035,2892,2763,3027,3371,3037,2819,2837,2936,3206,2925,2749,3308,3007,2771,3052,2835,1854,2103,2774,2937,2477,2641,2412,2530,2415,2352,2853,2410,2845,2405,2644,2685,2653,2292,2661,2514,2243,3533,2482,2702,2571,2918,4650,2495,3448,2480,2210,3375,1926,2085,1885,2214,2397,2810,2538,2682,3376,2530,2193,2329,2656,2600,2584,3086,2627,2540,2533,2675,2926,2297,2529,3283,2570,3210,2360,3050,2494,2537,2350,1896,2027,2373,2645,2482,2536,2603,2446,3012,3052,2682,2694,3085,2567,2410,2890,2561,2614,2160,2368,2415,3087,5539,2966,2562,3258,2850,2238,7790,2404,3088,2493,2925,2605,2570,3166,4663,2966,2851,3086,2286,5218,2770,3163,2131,2128,2408,2884,2806,3255,2048,2201,1929,2723,2249,3729,2213,2564,2927,2529,2609,2010,2484,2732,3005,3010,3009,2446,2249,2127,2561,2533,2487,3527,2050,2167,2367,2483,2372,6060,4687,2491,2690,2609,2610,4494,2199,1930,2489,2565,2165,3655,3283,3654,2086,4017,4169,4894,5895,2128,2209,3733,2009,2239,2412,3370,2123,2611,2121,2455,2684,2451,2240,3017,2078,2133,3290,2082,2406,2374,3291,2883,2732,2405,5011,2735,2447,2564,3048,2809,2370,2170,2559,2647,2454,2610,3244,3256,3487,2688,2523,2933,2490,3087,2732,3362,3412,2814,3130,3206,3607,3496,2644,2411,2245,3170,2329,3128,4208,2327,2652,3773,3572,3128,3168,2403,2692,2566,2971,3892,2410,2764,2327,2774,2407,3652,2558,2329,2493,2523,2654,3128,2687,2203,2927,2533,3205,2894,3650,2568,2887,2526,2811,2852,2807,2649,3248,2811,2405,2484,2324,3011,5216,2450,6298,2768,2568,4096,2367,3048,3812,4054,2969,2564,22704,8466,4095,2247,2610,3532,2722,2608,3451,2809,2369,2331,2440,2129,4419,2847,2608,2525,2291,2602,2611,2248,3566,2367,2530,2531,2642,2647,2892,2565,2533,2127,2161,2413,2808,3571,2520,2650,2405,2572,2368,2403,3218,2728,2240,2532,2523,3015,3086,4332,2127,2330,2120,2211,2807,2372,2882,2453,2489,2805,2652,2607,2761,3048,2414,2770,4607,1973,2801,4091,3933,2650,2526,2654,2682,2653,4247,4578,2251,2247,2285,2284,2485,2611,3087,2374,3043,2690,2486,2450,2562,3453,2646,2408,2327,2085,2329,2531,3330,2645,2490,2723,2327,2408,2488,2293,2644,2448,2367,2569,2603,2327,2210,2204,2973,2446,2366,2410,2202,2295,2603,2645,2772,2688,3010,4250,2448,2531,2482,2490,2612,2726,2444,2292,2405,2929,2445,4259,3451,4165,3175,2601,3094,2403,2656,2485,2525,2766,2526,3131,2694,2685,3013,2726,2482,3657,2645,3092,2689,2723,3334,2285,2365,2573,2569,2644,2492,2441,3491,2887,2255,3121,2808,2532,3689,2931,2248,2490,2761,3169,2248,2449,2609,2612,2361,2848,2526,2372,2564,2530,2406,3013,2522,2688,2652,2649,2484,2808,2373,2845,2369,2206,2726,2727,2008,2292,2681,2290,2643,3214,2532,2840,2537,2523,2846,2330,2567,3169,2412,2280,2010,2285,2367,2043,2250,2049,2523,2654,2280,2330,2612,2442,2286,2490,3250,2887,2247,1972,2045,2844,2412,2527,1921,1848,1843,1844,2575,2363,2410,2247,2087,2041,2171,2320,2494,2485,2129,1920,1845,1813,2688,2246,2806,2808,1965,1851,1883,1923,1845,2451,2328,2163,2125,1852,1919,1846,1846,2330,2406,2248,2047,1887,1920,1845,2408,2569,2448,2126,1884,1847,1844,1812,2326,2689,2487,2245,2244,2246,2207,2205,2527,2759,2540,2206,2126,2086,2485,3525,2619,2164,2126,2086,2490,2637,2723,2811,2460,2126,2486,3036,2978,2680,2502,2085,2133,2160,1964,2957,2706,2163,2086,2445,2485,2761,2572,2415,2325,2729,2367,2286,2516,2660,2442,2645,2484,2405,2502,2370,2756,2504,2323,2245,2206,2331,2446,2444,2248,2329,2163,2127,2126,2248,2206,2288,2207,2164,2127,2169,2330,2208,2480,2506,2771,2729,2451,2723,2315,2321,2006,1889,1881,1853,2482,2445,2885,4020,2001,1888,1851,2394,2701,2628,2651,2406,2446,2536,2644,2299,1925,2167,2767,4051,2221,2353,2167,2407,2729,2405,2610,2286,2247,2126,3650,2689,2608,2746,3128,2681,2965,2956,3416,3320,2930,2864,2793,3153,3277,2763,2441,2364,2575,2756,2632,2607,2786,2581,2518,2775,2684,2410,2727,3499,2879,2744,2304,2621,2981,2859,2755,2730,2496,2228,2211,2224,2183,2179,2215,2215,2403,2617,2253,2157,3097,2250,2230,2179,2241,2075,2122,2125,2776,2376,2994,2384,2375,2342,2263,2199,2254,2380,2877,2539,2953,2669,2178,2200,2512,2517,2710,2174,2177,2176,1883,2179,1990,1911,1907,1909,1910,1908,1909,2077,1996,1757,1738,1738,1735,1738,1734,1735,1861,1774,1740,1742,1741,1755,1742,1739,1927,1713,1821,1730,1634,1633,1738,1741,1689,1621,1601,1703,1572,1620,1631,1619,1621,1619,1654,1588,1515,1599,1617,1543,1539,1540,1542,1540,1541,1540,1469,1619,1533,1532,1468,1473,1473,1474,1470,1475,1484,1351,1313,1918,1443,1445,1444,1445,1442,1443,1443,1424,1350,1908,1411,1394,1408,1407,1476,1407,1412,1408,1397,1428,1350,1806,1851,1348,1293,1873,1807,1839,1829,1356,1311,1812,1866,1395,1323,1815,1811,1820,1803,1431,1412,1413,1415,1362,1274,1767,1764,1760,1763,1788,1744,1833,1763,1789,1748,1743,1744,1754,1761,1731,1732,1734,1726,1733,1733,1733,1740,1723,1801,1808,1761,1735,1823,1806,1805,1792,1828,1797,1794,1761,1801,1807,1804,1804,1797,1883,1304,1803,1802,1796,1736,1798,1804,1791,1776,1861,1826,1832,1387,1385,1400,1358,1830,1825,1869,1324,1809,1814,1812,1814,1814,1813,1811,1810,1808,1810,1809,1810,1812,1813,1812,1810,1699,1783,1792,1813,1809,1809,1812,1813,1815,1774,1726,1797,1810,1814,1809,1768,1812,1814,1820,1835,1772,1749,1745,1771,1766,1781,1756,1783,1804,1775,1777,1782,1784,1775,1782,1776,1791,1831,1816,1825,1871,1872,1864,1867,1874,1368,1818,1855,1316,1819,1813,1814,1797,1806,1812,1792,1813,1825,1809,1809,1808,1812,1817,1807,1801,1819,1810,1810,1809,1808,1810,1816,1816,1810,1809,1809,1809,1810,1811,1809,1811,1725,1782,1812,1809,1810,1811,1811,1810,1782,1795,1851,1869,1866,1864,1865,1871,1871,1788,1797,1823,1366,1876,1862,1845,1349,1856,1368,1287,1770,1822,1814,1808,1811,1810,1809,1819,1872,1269,1846,1777,1776,1764,1788,1792,1774,1777,1845,1818,1820,1829,1876,1367,1868,1865,1865,1821,1368,1820,1856,1312,1811,1809,1815,1810,1715,1781,1802,1812,1810,1817,1811,1810,1824,1814,1769,1809,1811,1810,1808,1812,1810,1814,1791,1758,1850,1773,1768,1744,1768,1748,1754,1780,1718,1782,1774,1779,1783,1845,1757,1742,1751,1756,1752,1788,1845,1822,1832,1866,1380,1376,1370,1863,1881,1315,1809,1817,1795,1812,1815,1812,1815,1769,1803,1809,1813,1809,1814,1795,1699,1747,1831,1256,1749,1763,1762,3189,2998,2929,2157,1893,1779,1830,1954,2331,2292,2283,1965,1842,2027,1998,1980,1954,1875,1769,1907,1688,1847,1698,1620,1662,1671,1655,1651,1671,1651,1638,1649,1523,1562,1528,1535,1551,1525,1483,1495,1425,1558,1609,1528,1429,1368,1363,1355,1407,1380,1456,1480,1411,1473,1425,1420,1379,1350,1428,1439,1390,1391,1390,1389,1462,1432,1373,1385,1404,1376,1368,1396,1305,1837,1847,2003,1494,1414,1370,1339,1825,1326,1352,1921,1346,1362,1607,1327,1922,1602,1636,1632,1609,1593,1600,1450,1403,1482,1594,1599,1533,1536,1368,1532,1520,1525,1361,1273,1993,1412,1529,1480,1470,1475,1321,1973,1279,1951,1485,1472,1475,1473,1437,1445,1426,1423,1418,1439,1440,1223,1925,1489,1877,2028,1524,1511,1428,1543,1524,1524,1444,1456,1317,1818,1781,1782,1827,1336,1284,1823,1203,1778,1786,1833,1269,1762,1797,1795,1803,1802,1824,1302,1793,1790,1809,1757,1751,1815,1768,1798,1800,1865,1355,1358,1760,1845,1281,1775,1815,1761,1855,1812,1803,1715,1695,1813,1335,1333,1330,1334,1350,1324,1819,1786,1356,1321,1821,1832,1793,1793,1800,1767,1775,1787,1865,1833,1742,1803,1796,1789,1815,1779,1838,1783,1856,1826,1834,1383,1381,1317,1865,1867,1369,1751,1776,1765,1771,1749,1737,1769,1679,1819,1792,1806,1805,1775,1774,1780,1766,1734,1730,1762,1775,1811,1812,1811,1809,1778,1802,1747,1769,1773,1765,1717,1777,1782,1801,1800,1781,1779,1780,1777,1779,1784,1776,1781,1779,1792,1787,1791,1788,1801,1847,1350,1810,1731,1793,1813,1812,1814,1810,1809,1809,1770,1718,1704,1710,1728,1720,1727,1751,1772,1777,1731,1704,1689,1687,1700,1720,1709,1710,1745,1695,1733,1748,1692,1728,1711,1723,1749,1764,1714,1768,1755,1757,1775,1781,1797,1750,1697,1714,1701,1660,1653,1663,1800,1333,1363,1367,1367,1531,1421,1338,1328,2004,1533,1395,1433,1370,1371,1402,1449,1389,1385,1369,1372,1489,1435,1376,1381,1421,1460,1546,1440,1395,1445,1630,1691,1675,1785,1793,1792,1770,1689,1466,1680,1654,1475,1600,1656,1651,1656,1661,1658,1644,1569,1572,1403,1509,1567,1565,1566,1669,1993,1574,1459,1454,1452,1512,1417,1844,1962,1373,1931,1419,1487,1561,1387,1940,1372,1905,1427,1315,1980,1463,1473,1450,1477,1461,1456,1460,1448,1444,1466,1465,1460,1471,1496,1326,1879,1440,1360,1357,1413,1868,1861,1874,1861,1852,1790,1840,1910,1363,1839,1852,1398,1396,1394,1394,1263,1749,1790,1742,1748,1839,1376,1354,1370,1309,1784,1742,1766,1825,1822,1821,1820,1821,1810,1784,1852,1272,1804,1839,1338,1342,1339,1809,1284,1764,1790,1739,1827,1352,1828,1315,1821,1819,1849,1277,1708,1770,1831,1740,1775,1749,1739,1709,1750,1718,1865,2795,3288,3227,2945,2808,2436,2460,2443,2541,2278,1911,2093,2935,2249,1999,1810,1765,2031,1853,1767,2450,2624,1817,1729,1604,1804,1576,1638,1983,2247,1896,2151,2176,1848,2130,1813,2120,2203,2075,1873,1879,1869,1979,1732,1872,1874,1881,1965,1798,1752,1808,1801,1659,1618,1620,1621,1735,1816,1809,1742,1717,1677,1724,1640,1613,1660,1484,1618,1699,1716,1667,1533,1627,1618,1632,1616,1514,1573,1555,1307,1835,1369,1445,1384,1834,1343,1777,1662,1604,1626,1636,1576,1554,1552,1555,1564,1554,1486,1587,1556,1340,1852,1276,1986,1430,1497,1529,1433,1343,1396,1482,1482,1504,1516,1508,1504,1504,1456,1386,1398,1458,1412,1294,1840,1787,1781,1781,1767,1766,1876,1403,1777,1765,1744,1764,1885,1424,1415,1273,1901,1389,1758,1751,1751,1750,1749,1742,1767,1732,1844,1843,1387,1388,1387,1338,1750,1733,1774,1710,1786,1771,1814,1720,1738,1739,1737,1734,1764,1883,1312,1728,1671,1643,1710,1771,1722,1726,1749,1685,1716,1698,1658,1639,1634,1633,1637,1160,1649,1639,1750,1726,1722,1886,1302,1321,1793,1746,1786,1905,1814,1855,1332,1337,1340,1328,1694,1994,1573,1445,1406,1303,1896,1491,1428,1403,1422,1367,1437,2734,2173,2050,2115,2022,2929,2156,2228,1895,2025,2186,2460,2020,2164,2130,1993,1990,1991,2028,2271,1944,2122,2148,1990,1770,1779,1591,1909,1740,2181,2171,2124,2105,1857,1832,1927,1723,1886,1950,2032,1714,1572,1555,1723,1866,1559,1632,1504,1823,1779,1862,1770,1577,1597,1519,1500,1465,1558,1470,1462,1462,1464,1463,1515,1641,1607,1550,1580,1467,1593,1604,1372,1794,1786,1800,1860,1242,1789,1777,1757,1756,1753,1752,1750,1892,1388,1376,1444,1376,1345,1282,1741,1725,1792,1780,1733,1726,1798,1840,1337,1334,1334,1486,1492,1574,1441,1348,1897,1317,1755,1741,1745,1791,1763,1313,1849,1344,1398,1823,1496,1504,1457,1846,1808,1826,2027,1363,1850,1835,1397,1826,2054,1566,1408,2007,1423,1420,1381,1356,1348,1397,1340,1333,1381,1340,1330,1383,1336,1336,1335,1334,1409,1363,1366,1358,1365,1527,1332,1722,1859,1314,1806,1807,1810,1807,1827,1317,1805,1723,1797,1803,1810,1832,1323,1850,1411,1311,1804,1754,1711,1713,1702,1708,1690,1682,1703,1697,1697,1713,1790,1789,1742,1742,1817,1892,1244,1839,1346,1259,1705,1690,1729,1766,1824,1383,1965,1638,1504,1829,1491,1637,1640,1622,1433,1294,1838,1376,1367,1571,1509,1511,1505,1496,1586,1617,1646,1647,1677,1722,1733,1628,1598,1567,1566,1661,1662,1627,1538,1527,1411,1363,1469,1426,1700,1621,1652,1524,1527,1525,1523,1528,1534,1531,1590,1392,1435,1435,1433,1437,1642,1685,1595,1626,1628,1613,1617,1608,1600,1527,1491,1514,1608,1398,1456,1413,1427,1404,1394,1418,1402,1436,1474,1392,1675,1492,1860,1477,1414,1871,1416,1397,2163,1743,1701,1447,1396,1373,1380,1403,1374,1381,1373,1370,1373,1547,1568,1518,1488,1492,1684,1730,1737,1740,1634,1701,1618,1628,1617,1636,1694,2056,2640,2371,2359,2210,2444,2559,2564,2600,2698,2488,2458,2345,1918,2287,1979,1910,1916,2069,1977,1913,1912,1775,1740,1819,1802,1812,1764,1817,1612,1555,1571,1483,1543,1667,1571,1684,1730,1617,1691,1673,1695,1681,1638,1458,1712,1596,1616,1836,1829,1481,1705,1556,1706,1480,1479,1479,1522,1686,1584,1480,1707,1620,1623,1655,1644,1649,1741,1653,1540,1827,1763,1715,1729,1559,1630,1620,1565,1802,1766,1576,1579,1610,1617,1618,1529,1542,1543,1974,1544,1527,1590,1535,1498,1531,1539,1540,1471,1446,1422,1411,1389,1391,1419,1404,1368,1426,1408,1406,1540,1352,1456,1432,1352,1375,1369,1367,1365,1492,1457,1456,1450,1371,1412,1839,1919,1419,1355,1295,1828,1861,1783,1956,1446,1458,1452,1377,1378,1430,1353,1937,1395,1460,1354,1461,1475,1352,1441,2198,2160,2327,2164,2510,2504,2559,2531,2372,2061,2135,2108,2081,2180,2167,2166,2170,2027,1774,1865,1974,1965,1959,1946,1924,1935,1510,1405,1351,1694,1526,1402,1585,1467,1398,1384,1381,1649,1418,1342,1886,1718,1532,1490,1493,1493,1503,1520,1449,1434,1484,1605,1457,1423,1413,1406,1303,1725,1793,2050,1556,1402,1788,1814,1799,1796,1794,1822,1313,1777,1780,1847,1332,1900,1497,1504,1510,1518,1511,1474,1458,1343,1465,1389,1259,1922,1468,1459,1444,1462,1443,1441,1441,1364,1425,1434,1428,1441,1459,1358,1794,1848,1410,1401,1340,1801,1831,1315,1793,1324,1829,1282,1774,1774,1768,1822,1383,1379,1321,1365,1371,1370,1296,1777,1763,1762,1722,1687,1707,1754,1735,1718,1715,1738,1834,1286,1699,1714,1691,1745,1674,1810,1335,1305,1896,1522,1517,1405,1552,1472,1539,1479,2372,2258,2243,2131,2247,2204,2204,2179,1950,2010,2702,2169,1951,1950,1960,1844,1768,1767,1753,1941,1940,1712,1577,1536,1535,1698,1797,1799,1623,1667,1803,1790,1798,1799,1727,1727,1699,1650,1537,1752,1539,1544,1542,1664,1655,1631,1629,1631,1645,1520,1880,1530,1636,1480,1607,1569,1560,1541,1654,1489,1556,1551,1552,1356,1812,1345,1957,1450,1509,1351,1371,1874,1810,1799,1803,1780,1971,1449,1482,1448,1483,1415,1311,1806,1936,1416,1367,1299,1801,1918,1282,1830,1741,1736,1726,1775,1731,1728,1800,1269,1769,1766,1762,1763,1804,1364,1327,1760,1818,1303,1722,1709,1712,1703,1714,1716,1696,1694,1694,1742,1781,1773,1797,1775,1852,1811,1809,1777,1814,1812,1815,1800,1854,1801,1800,1802,1799,1799,1802,1800,1786,1845,1825,1776,1781,1800,1797,1335,1825,1332,1318,1901,1382,1397,1356,1829,1818,1818,1787,1776,1765,1258,1738,1738,1711,1766,1771,1752,1742,1737,1716,1771,1774,1779,1786,3202,3143,3086,2246,2518,3087,3126,3481,3023,3327,3109,3336,3220,3191,3593,3182,3249,3001,3160,3017,3001,3257,2985,2773,2732,3227,3252,3248,2792,2984,2969,2732,3050,2678,2735,2959,3141,3068,2323,2012,2628,2855,2591,2410,2206,2536,2646,2574,2711,2891,2207,2062,2451,2412,2608,2592,2485,2041,2269,2327,2255,2214,2503,3096,3062,2470,2330,2362,2538,3125,3036,2987,3206,2928,2729,3112,2541,2269,2219,2072,2290,2350,2105,1892,1846,1847,1843,1846,1849,1963,2024,2230,1877,2071,2085,2208,2092,2120,2170,1928,1913,2051,2012,1861,1832,1677,1620,1630,1607,1605,1603,1606,1578,1631,1576,1882,1728,1672,1729,1805,1784,1651,1641,1820,1968,1930,1996,1774,1802,1728,1797,1823,1846,2016,2407,2245,2246,2289,2248,2051,2477,2329,2871,2840,3010,2417,2375,2718,2804,2723,2694,2731,2565,2749,2793,2764,2733,2644,2381,2610,2798,2729,2693,2530,2500,2641,3133,3250,3282,3002,3006,3024,2762,2971,2924,3285,2528,2531,2694,2639,2651,2765,2609,2611,2566,2412,2523,2685,2666,2446,2448,2409,2528,2927,2409,2404,2206,2367,2685,2130,2129,2081,2293,2362,2213,2348,2444,2327,2165,2231,2444,2593,2199,2013,2046,2249,2067,1842,1846,1694,1934,2011,2087,2161,2086,2285,2332,2447,2349,2488,2453,2524,2949,2616,2948,3500,3429,2731,3291,3339,3207,2973,2972,3257,3407,2860,2637,3921,3422,3150,3182,3261,3588,2925,2674,2528,3483,3286,2732,2606,3096,3293,2910,2807,2619,2568,3083,2830,2485,3132,2885,2849,2948,2728,2608,3387,2603,2408,2674,2604,2536,2916,2590,2527,2597,2651,2089,2077,2667,2566,3795,3934,2365,2556,2755,2641,2593,3857,2441,2451,2571,2959,3088,2656,2447,2324,2732,2947,2871,2645,2679,2687,2687,2486,2353,2103,2127,2047,2281,2693,2485,2447,2649,2606,2489,2607,2809,2407,2608,2567,2798,3430,3189,3368,2515,2797,2973,3008,2971,3005,2889,2732,3132,3331,3008,2821,2606,2646,2647,2838,3020,2649,2487,2647,2491,2879,3059,2568,2852,2401,2327,2407,2287,2292,2683,2858,2831,3153,3017,2668,2607,2674,2605,3309,2683,2608,3262,2799,3046,2406,2694,2165,2245,2276,2914,2868,2755,2873,2958,3145,2825,3169,2970,2821,2794,2890,3013,2841,2951,2392,2481,2374,2009,1821,2406,2172,2038,1883,1729,1999,1920,1968,2368,2757,2893,2338,2487,2373,2479,2329,2715,2501,2405,2370,2365,2890,2326,2471,2505,2451,2645,2847,2238,2602,2482,2730,2727,2867,2655,3181,3169,3052,2957,2944,2770,2883,2853,2685,2611,2724,2577,2368,2529,2884,2688,2948,2646,2608,2648,2607,2568,2527,2899,2601,2486,2213,2237,2409,2806,2177,2385,3336,3124,2357,2600,2927,3089,2479,2171,1888,2004,1725,2623,2993,2454,2960,3284,3346,3349,2742,2717,2647,2330,2661,3903,2283,2811,2791,3310,3090,2323,2393,3015,2693,3309,3093,3472,2798,3161,3311,3346,3474,2470,2539,2689,2586,3350,3193,3114,3117,3311,3345,3039,2770,2603,2763,2776,3006,2464,2606,2849,2607,2534,2980,2591,2111,2433,2489,2645,3080,2516,2570,2689,2782,2465,2527,2486,2526,2364,2328,1925,2526,2572,4076,3290,2485,2561,2409,2452,3888,2408,2325,2352,2253,2485,2462,2524,2610,2526,2291,2611,2403,2287,2959,2391,2443,2332,2438,2450,2692,2367,2367,2328,2770,2409,2531,2482,2565,2051,1926,1931,2243,2334,2361,2328,2291,2681,2528,2219,2442,2564,2531,2564,2532,2841,2688,2331,2248,2243,2449,2329,2170,2166,2288,2447,2526,2364,2249,2282,2128,2486,2411,2288,2404,2290,2120,2086,2089,2249,2285,3089,2445,2170,2165,2292,1910,2001,2170,2443,2213,2158,2208,2209,2250,2244,2169,2087,2004,2004,1969,2048,2442,2364,2128,2012,2124,2292,3242,2609,2448,2478,2248,2209,2207,2404,2298,2079,2173,3042,2364,2094,2201,2407,2411,2370,2279,2173,2206,2362,2250,2326,2245,2208,2206,2172,2364,2330,2206,2324,2368,2367,2082,2301,2812,2636,2408,2250,2570,2683,2856,2396,2529,3813,2362,2812,2404,2930,2692,2330,2481,2611,2523,2648,3931,2812,2774,2325,2444,2608,2532,2404,2491,2565,2402,2328,2286,2571,2325,2530,3048,2132,2600,4502,2559,2454,2448,2489,4612,3005,2373,2762,2331,3291,2763,2570,3092,3045,2450,2524,3334,2527,2572,2080,2252,2720,1933,2802,2372,2484,2487,2411,2243,2411,2529,2764,2449,2646,2527,2892,2362,2330,2646,2450,2805,2256,2487,2281,2526,2491,2450,2686,2287,2936,2245,2646,2771,2882,2973,2413,3000,2534,2448,2524,2486,2368,3213,2047,2325,3286,2729,2372,2844,2488,2693,2525,2489,2562,2134,2768,2765,2807,2407,3048,2045,3497,2361,2053,2283,2568,2290,2202,2171,2646,2564,2408,3858,2962,2610,2406,2487,2646,2455,2841,2612,2204,2450,3052,2447,2281,3817,2768,3366,2214,2679,2492,10390,2768,3452,2363,2172,2489,2561,2451,4056,3005,2372,2403,3051,3774,2601,3577,2482,2413,2526,2405,2445,4096,2525,2609,2125,2886,2494,2770,2519,2614,2164,2970,2284,2653,2644,2606,2809,2173,2161,2128,2250,2166,2163,2452,2762,2569,2333,2645,2851,2360,2413,2441,2490,2333,2488,2243,2489,2442,2090,2004,2051,2366,2637,2007,2413,2121,2531,2646,2930,3006,2339,2322,2407,2801,2408,2212,2569,2326,2448,2847,2489,2442,2453,2765,2649,2324,2374,2400,2131,2369,2599,2134,2603,2248,2526,5062,2241,2124,2414,2565,2565,2567,2247,1969,2611,2803,2409,2411,2446,2844,2613,2565,2492,2559,2694,2483,2850,2365,2853,2884,2570,1730,2364,2329,2567,2965,3012,2368,3613,2163,2329,2287,2807,2406,2286,2573,2644,2491,3044,2855,2604,2249,2487,2363,2167,2410,2363,2288,2649,2529,2407,2091,2721,3814,2330,2522,2169,2325,2374,2487,2847,2526,2087,2008,1886,2240,2450,3369,2329,2165,2650,3050,2926,3530,3450,3288,2975,2527,3928,3288,2454,2446,3529,3451,2406,2410,2523,2493,2642,2890,2453,2844,2487,2372,2641,3011,2895,2806,2449,2647,2409,4005,2567,2293,2565,2244,2529,2491,3128,2483,2251,2407,2165,2006,2047,2845,2493,2851,2567,2847,2327,2243,4618,2729,2448,3328,2448,3205,2729,4618,2607,2567,2684,2493,2563,2531,4013,2690,3048,2609,2763,3089,2852,2610,2245,2289,2489,2401,2449,2452,3086,2690,2725,2647,2172,2443,2970,2447,2806,2487,2411,2850,2404,2525,2768,2532,2449,2161,2050,2049,2240,2208,2048,2526,2170,2047,2046,2127,2044,2490,2407,2086,2085,2487,2124,1966,2327,2124,2128,2490,2248,1968,1967,2523,2612,2482,2409,2204,2012,1961,2854,2481,2165,1974,2118,2010,1968,2122,1932,2079,1973,2083,2007,1968,2685,2244,2227,2850,2855,2410,2489,2558,2988,2086,2207,2162,2401,2085,2006,2888,2019,2091,2155,2121,1966,2171,2299,2311,2165,2127,2130,2164,2006,2887,1967,2019,2123,2088,2396,2562,2845,2932,2633,2527,2523,2834,2645,2447,2576,2568,2441,2447,2770,2539,3162,2742,2552,2623,2557,2568,2900,2961,2777,2562,2683,2767,2727,2306,2653,2540,2857,2606,2803,2246,2366,2330,2449,3056,2324,2251,2346,2593,2618,2528,2685,2977,2465,2585,2392,2449,2035,2124,2005,2047,1862,2840,2486,2282,2493,2723,2977,2120,2366,2544,2392,2204,2246,2738,2204,2217,2287,2121,2005,2127,2085,2341,2247,2253,2203,2263,2164,2112,2610,2230,2370,2367,2246,2129,2243,2288,2287,2284,2250,2250,2245,2242,2289,2364,2288,2695,2240,2254,2925,2323,2252,2283,2410,2449,2208,2554,2729,2434,2671,2688,2248,2364,2247,2292,2282,2288,2487,2560,4089,2662,2645,2645,2600,2525,3935,2647,3857,2399,2294,2404,2369,2326,2410,2443,2571,2457,2552,2374,2539,2687,3051,2636,2484,2701,2246,2122,2008,2401,2208,2441,2245,2449,2326,2338,2426,2586,2457,3640,3301,3283,2603,2149,2446,2967,2333,2175,2918,2874,2291,3129,2817,2345,2405,2839,3099,2694,2567,3085,2414,2320,2571,2416,2209,4775,2349,2060,2398,2248,2883,2973,2338,2608,2531,2962,3010,2946,2300,2501,2375,2537,2575,2647,2181,2521,2483,3015,2885,2402,2342,2357,2250,2608,2602,2806,2649,2849,2293,2605,3170,2968,3090,2651,2853,2448,2319,2569,2522,2661,2608,2720,2807,2483,2857,2927,2522,2623,2472,2854,2606,3090,2566,2717,2540,2448,2491,2407,2418,2775,2624,2341,2437,2450,2567,2696,2339,2531,2748,2921,2891,2631,2467,2605,2260,2500,2449,2826,2568,2615,2643,2523,2605,2423,2833,2499,2407,2784,2631,2329,2162,2414,2682,2573,2609,2567,2955,3132,2539,3060,2271,2307,2845,2527,2551,2295,2522,2204,2565,2724,2433,2755,2061,2565,1923,2185,2486,2370,2574,2488,2090,2313,2514,2569,2716,2489,2419,2566,2371,2606,2380,2566,2902,3000,2483,2423,2648,3165,2811,2677,2659,2017,2555,2527,2531,2406,2438,2180,2577,2731,2682,2809,3040,2798,2809,2444,2424,2764,2622,2676,2926,2323,3005,2324,2332,3008,2121,2207,2651,2659,2566,2167,2410,2442,2362,3260,2604,3145,2222,2245,2006,2172,2323,2330,2389,2246,2083,1966,2048,2584,2558,2502,2372,2125,2400,2325,3118,2482,2343,2368,2380,2565,1966,2558,2169,2604,2462,2162,2089,2008,2821,2476,2403,1889,2082,2132,2043,2850,2919,2693,2296,2645,3019,2798,2965,3491,2367,2247,2086,2045,2373,2324,2054,2123,2247,2290,2085,2367,3127,2998,2604,2407,2166,2262,3169,2249,2373,2145,2302,2607,2409,2516,2486,2446,2742,2250,2363,2411,2364,2595,2463,2565,2488,2229,2864,2411,2446,2556,2968,2218,2292,2329,2880,2255,2384,2261,2393,2613,2807,2984,2371,2604,2452,4293,2566,2346,2386,2524,3695,3092,2726,2130,3201,2529,2632,2915,2480,2395,2500,2290,2349,2524,2465,2968,2455,2438,3621,2243,2886,3735,2440,2169,2411,2403,2446,3131,2976,2807,2844,2573,3870,2872,2640,2526,2372,2245,3154,3065,2407,2253,2959,2447,3091,2126,2012,2750,2531,2421,2593,3062,1910,2531,5386,2853,6780,5501,2363,2207,2441,2531,3131,2486,2289,2329,2363,7259,2331,2363,2170,3209,2131,2362,2734,2762,2574,3007,2808,2565,2568,3127,2650,2527,2771,2288,2811,2403,2569,2490,2726,2442,2209,2333,2567,2569,2726,2208,2559,2451,2675,2365,2246,2287,2351,2087,2758,2767,2673,2188,3089,2931,2552,3062,3089,2491,2242,2447,2528,2653,2729,2544,2304,2437,2600,2212,2297,2273,2614,3142,2253,2363,2520,2372,2730,2086,2872,2771,2466,2503,2447,2414,2743,3552,2325,2530,2729,2407,2484,2352,2706,2573,2704,2626,2788,2320,2408,2333,2289,2960,2570,2566,2612,3205,2608,2289,2330,2190,2245,2491,2764,2887,2330,2004,2126,2248,2387,2290,2761,2594,3489,2782,2474,3216,2560,2624,2934,3772,2245,2533,4070,2686,2614,2538,2892,2246,2365,2251,1970,3470,3704,2652,2447,2848,2529,3371,2322,2328,2669,2448,2447,2812,2362,2509,2553,2616,2609,2687,2576,3852,2714,2366,2620,2253,2590,2563,2727,2774,2801,2489,2648,2267,2591,2448,2496,2417,2803,4776,6377,2596,3045,2487,3453,2524,2594,2702,2694,2585,2484,2231,4188,2150,2085,5058,6423,2775,2574,3090,2492,2868,2722,2609,2615,2445,2427,2363,2730,2606,2566,2551,3063,2930,2213,3885,2693,2545,2746,2967,2231,2544,2467,2292,2523,2174,2124,2328,2465,2671,2347,2882,2208,3113,3888,2769,3892,4453,3892,3234,2701,2656,3127,2926,2528,2051,2520,2857,4007,2049,2428,2847,2407,2446,5539,3889,2612,2609,2848,2702,2530,3068,2426,2654,2564,2405,2733,2663,2775,3087,3127,2946,2449,2193,2565,2972,3169,2288,2414,2495,2572,2918,2657,2361,2734,2567,2489,2569,2244,2546,2527,2549,2666,2333,2040,2253,2279,2376,2520,2457,2094,1999,2400,2294,2332,8261,2702,2347,2009,2522,2411,2166,2094,2529,2042,2288,2526,2577,2291,2606,2045,1966,1926,2410,2432,2659,2436,2198,2174,2409,2765,2367,2845,2370,2249,2086,2046,2405,2371,2523,2370,2485,2364,2370,2647,2989,2530,2205,2044,1966,1966,2291,2350,2808,2343,2444,2328,2367,2397,2408,7793,2488,2432,2689,3811,2222,2356,2644,3107,2473,2699,2392,2284,2954,3305,2769,2407,2407,2371,2079,1972,2084,2090,2203,1929,1961,1888,1885,2170,2183,2065,2091,2084,2185,2204,2175,2251,3245,2125,2085,2046,2329,1964,2446,2124,2862,1881,2044,2205,1924,2254,2327,2450,2163,2166,2128,2005,2284,2491,2366,2527,2488,2289,2809,2017,2069,2004,2096,2762,2613,2530,2402,2288,2799,2301,2563,2762,2496,2324,2326,2352,2542,2648,2894,2769,2777,2717,2851,2601,2865,2524,2280,3527,2975,2820,2241,1964,1929,1924,1984,1878,1896,1910,1964,1921,2065,1908,1935,2000,2269,2206,2227,2928,2692,2456,2694,2771,2446,2609,2411,2164,1965,2152,1999,2379,2491,2446,2332,2122,2558,2360,2250,2764,2930,2573,2952,2296,1992,2224,1993,1977,2037,1999,1992,1872,1775,1934,1731,1761,1760,1702,1907,2692,1587,1578,1474,1440,1446,1443,1437,1795,1850,1487,1533,1812,1803,1792,1781,1791,1764,1783,1802,1794,1799,1829,1823,1822,1803,1899,1559,1920,1657,1514,1425,1379,1884,1424,1427,1421,1526,1393,1819,1838,1828,1836,1834,1872,1560,1391,1408,1402,1401,1584,1479,1420,1414,1582,1655,1525,1835,1852,1834,2010,1623,1624,1503,1411,2047,2014,1566,1520,1492,1486,1467,1415,1440,1434,1593,1526,1578,1580,1552,1544,1524,1516,1400,1408,1398,1399,1398,1400,1431,1378,1368,1365,1237,1897,1410,1445,1477,1473,1457,1406,1389,1351,1390,1372,1355,1329,1303,1760,1798,1853,1284,1790,1827,1383,1298,1889,1866,1967,1364,1366,1387,1321,1782,1734,1750,1802,1827,1356,1317,1818,1808,1761,1807,1805,1798,1846,1801,1757,1876,1358,1801,1796,1806,1804,1845,1819,1851,1790,1784,1782,1782,1276,1842,1295,1744,1770,1769,1716,1767,1793,1779,1775,1769,1732,1703,1731,1761,1792,1817,1756,1739,1755,1771,1724,1711,1725,1757,1708,1724,1806,1820,1757,1841,1831,1883,1765,1756,1803,1764,1721,1650,1735,1768,1771,1702,1700,1692,1686,1702,1700,1754,1764,1713,1702,1700,1693,1763,1705,1720,1740,1792,1788,1792,1744,1720,1788,1677,1660,1675,1659,1699,1640,1686,1680,1843,1343,1347,2067,1614,1481,1397,1407,1412,1403,1421,1513,1364,1859,1389,1389,2246,1847,1875,1875,2243,1925,1920,1877,1851,2345,2394,2251,1963,2423,1963,2080,2597,2295,2603,1942,2260,2321,2330,2796,1982,2068,1946,1909,1908,1910,1908,1908,1975,1892,1648,1541,1578,2660,1681,1799,1770,1556,1716,1750,1704,1853,1734,1585,1596,1610,2342,1574,1492,1661,1654,1677,1727,1723,1614,1614,1596,1677,1709,1614,1615,1616,1618,1772,1684,1596,1564,1596,1741,1593,1518,1512,1419,1376,1326,1796,1976,1429,1404,1435,1431,1502,1600,1517,1445,1411,1416,1623,1649,1466,1477,1477,1482,1509,1563,1581,1598,1455,1422,1399,1400,1422,1425,1424,1424,1411,1458,1441,1419,1555,1437,1367,1409,1559,1424,1424,1423,1422,1417,1746,1564,1556,1562,1743,1561,1564,1553,1564,1536,1557,1386,1980,2113,1533,1474,1452,1469,1470,1447,1447,1426,1414,1406,1402,1496,1420,1418,1421,1422,1441,1546,1581,1580,1573,1500,1490,1467,1337,1321,1817,1345,1324,1327,1429,1438,1418,1414,1423,1411,1413,1399,1515,1381,1372,1370,1370,1374,1373,1479,1417,1282,1772,1763,1806,1809,1808,1806,1818,1793,1804,1839,1344,1449,1461,1458,1411,1309,1806,1777,1809,1784,1889,1889,1904,1818,1820,1818,1812,1806,1821,1791,1799,1850,1877,1414,1869,1870,1863,1854,1969,1426,1389,1851,1854,1851,1854,1843,1369,1795,1773,1780,1734,1734,1743,1772,1788,1808,1257,1848,1360,1360,1360,1363,1357,1365,1359,1357,1341,1836,1821,1844,1342,1341,1344,1341,1358,1339,1345,1341,1880,1330,1809,1833,1337,1336,1344,1326,1832,1327,1777,1822,1826,1828,1773,1752,1750,1752,1750,1658,1742,1814,1812,1814,1813,1810,1810,1814,1820,1801,1778,1774,1783,1769,1767,1747,1751,1795,1760,1381,1369,1384,1385,1353,1313,1809,1762,1811,1850,1266,1813,1813,1810,1815,1809,1815,1833,1816,1704,1800,1769,1767,1746,1750,1779,1825,1821,1753,1834,1868,1868,1885,1374,1874,1890,1258,1802,1762,1786,1798,1813,1810,1816,1820,1772,1822,1795,1783,1813,1810,1808,1712,1835,1855,1753,1750,1760,1770,1770,1772,1761,1780,1739,1812,1778,1716,1773,1780,1786,1743,1765,1740,1758,1775,1776,1778,1876,1820,1847,1863,1365,1874,1865,1866,1866,1874,1390,1356,1308,1797,1794,1858,1858,1844,1854,1865,1856,1851,1852,1862,1822,1825,1866,1767,1805,1793,1764,1773,1737,1711,1699,1815,1757,1748,1887,1450,1426,1407,1419,1418,1417,1418,1396,1373,1358,1351,1265,1860,1468,1476,1470,1470,1471,1473,1462,1447,1475,1464,1446,1392,1392,1383,1441,1463,1463,1483,1356,1458,1485,1442,1895,1438,1439,1442,1467,1401,1363,1371,1378,1398,1348,1851,1415,1413,1413,1413,1412,1413,1413,1393,1437,1331,1845,1849,1799,1798,1799,1799,1782,1861,1805,1825,1825,1827,1834,1828,1825,1863,1368,1782,1828,1331,1328,1330,1332,1334,1331,1341,1331,1324,1836,1783,1817,1820,1837,1839,1817,1813,1801,1848,1795,1795,1796,1797,1798,1795,1797,1805,1847,1823,1839,1383,1382,1383,1382,1361,1828,1831,1821,1815,1798,1813,1810,1810,1769,1751,1779,1781,1766,1775,1744,1755,1768,1774,1775,1798,1768,1809,1750,1770,1768,1782,1769,1755,1718,1736,1719,1721,1722,1770,1813,1783,1752,1805,1788,1794,1782,1777,1776,1777,1785,1781,1792,1792,1833,1283,1781,1787,1797,1280,1773,1776,1779,1299,1776,1780,1786,1790,1791,1774,1757,1759,1789,1778,1780,1782,1780,1749,1658,1767,1782,1705,1696,1746,1776,1775,1774,1778,1783,1739,1686,1689,1686,1698,1921,1415,1410,1409,1410,1400,1429,1423,1797,1783,2001,1634,1614,1615,1617,1605,1589,1576,1559,1561,1526,1488,1560,1525,1422,1543,1409,1432,1289,1924,1519,1510,1446,1468,1413,1391,1844,1752,1918,1487,1472,1418,1906,1474,1472,1474,1390,1439,1445,1444,1347,1337,1839,1804,1726,1447,1400,1326,1768,1724,1796,1289,1752,1805,1749,1749,1249,1746,1745,1827,1263,1807,1814,1278,1824,1347,1788,1723,1728,1732,1722,1723,1668,1806,1345,1338,1299,1683,1678,1680,1682,1718,1682,1713,1720,1691,1685,1685,1693,1702,1719,1720,1744,1784,1759,1792,1774,1770,1882,1480,1669,1651,1732,1958,1843,1894,2763,2970,3007,3198,2883,2886,2469,2204,2044,1971,2564,2563,2824,2843,2512,2727,2564,2365,2210,2286,2451,2647,3072,2702,2245,2246,2417,2567,2253,3082,2728,2856,2410,2598,3003,2980,2762,2770,2240,2117,2168,2044,3085,2248,2124,2187,2093,2281,1808,2845,2205,2455,2204,2003,2081,1973,1805,1927,1998,2287,2136,2043,2131,2081,1968,2007,2238,2206,2358,2000,2382,1775,1620,1940,2046,2081,2007,1927,1882,1848,1844,1848,2045,2125,2012,2004,1889,1880,1846,1847,1844,2006,1764,1722,1880,1849,1848,1878,1813,1846,2037,2048,2096,1963,2000,1970,1968,1966,2039,2414,2243,2325,2248,2331,2362,2205,2731,4130,2408,2288,2291,2286,2651,2683,2411,2045,2126,2052,2081,2330,2325,2433,2702,2168,3363,2473,2566,2747,3273,3816,2898,2693,2364,2129,2602,2487,2406,3167,2462,2325,2447,2368,2290,2245,2532,2321,2325,2529,2404,2573,2283,2487,2492,2405,2726,2453,2538,2366,2487,2488,2394,2486,2682,2417,2410,2448,2280,2449,2450,3046,2451,2328,2243,2388,2501,2823,2894,2862,2705,2691,2897,2968,2929,2876,2849,2724,2692,2668,2808,2222,2564,2538,2844,2308,2802,2852,2873,2850,2863,2520,2944,2926,2834,2968,2985,3254,2631,2811,2803,2972,2899,2890,2888,2799,2684,2652,2768,2767,2696,2564,2763,2383,2714,2695,2655,2679,2505,2164,2234,2815,2722,2652,3005,2567,2667,2796,2723,2728,2662,2566,3138,3327,3551,2990,2960,3010,2936,2966,2718,2564,2977,2836,2940,2935,3085,2772,3040,2974,3251,3195,3153,2784,2696,2648,2366,2674,2665,2178,2322,2409,2521,3009,3016,3066,3245,2353,2930,2319,2138,2357,2283,2642,2495,2697,2819,2785,2852,2666,2191,2247,2179,2177,2178,2178,2206,2161,2178,2538,2610,2998,2342,2170,2431,2536,2567,2583,2546,2282,2398,2683,2758,2571,2573,2238,3220,2465,2554,2253,2212,1968,2029,1915,2010,1858,1684,1645,1713,1944,2366,2396,2244,1972,2676,1603,1726,1717,3016,1911,1701,2022,2195,2023,1977,1976,1976,1836,1712,2019,1769,1748,1629,1689,1757,1559,1502,1518,1532,1529,1528,1528,1527,1529,1530,1529,1528,1432,1342,1839,1945,1470,1464,1464,1623,1727,1657,1589,1416,1436,1426,1430,1427,1360,1798,1784,1886,1337,1332,1415,1484,1455,1463,1276,1752,1802,1857,1370,1372,1389,1363,1276,1723,1709,1708,1786,1820,1333,1798,1334,1906,1352,1467,1482,1602,1469,1465,1765,1783,1777,1830,1765,1791,1913,1449,1428,1445,1446,1459,1396,1263,1779,1823,1773,1817,1300,1765,1819,1296,1711,1776,1729,1702,1775,1790,1786,1786,1799,1797,1788,1776,1848,1300,1307,1697,1854,1282,1790,1273,1775,1704,1745,1781,1326,1853,1338,1362,1342,1336,1335,1219,1911,1493,1475,1393,1601,1605,1635,1613,1570,1518,1503,1571,1434,1424,1407,1382,1821,2015,1633,1360,1813,1963,1307,1822,1492,1503,1515,1332,1783,1772,1975,1416,1497,1465,1495,1510,1531,1500,1497,1503,1502,1501,1351,1886,1506,1443,1380,1330,1781,1892,1334,1827,1823,1887,1300,1754,1674,1766,1787,1777,1775,1775,1777,1781,1790,1906,1425,1337,1819,1752,1791,1801,1744,1819,1749,1759,1759,1776,1697,1858,1296,1917,1384,1373,1371,1379,1377,1373,1377,1364,1240,1705,1766,1703,1750,1713,1731,1798,1355,1328,1332,1821,1328,1333,1338,1333,1329,1294,1729,1748,1759,1720,1172,1721,1780,1269,1724,1719,1717,1716,1717,1763,1188,1810,1797,1338,1762,1798,1808,2615,2148,2181,2177,2374,2542,2327,2113,1945,1917,2113,2563,2490,2339,2351,2142,1884,2270,2254,2148,2189,2415,2433,2297,2518,2523,2526,2394,2538,2210,2546,2576,2307,2172,2283,2183,2169,2160,2162,2167,2314,1829,2146,1933,2004,2009,2013,1709,1638,1980,1796,1487,1493,1478,1795,1973,2123,1967,1971,1960,1784,1825,1823,1550,1407,1396,1372,1531,1657,1776,1724,1698,1701,1700,1705,1718,1702,1697,1699,1667,1720,1703,1628,1627,1620,1626,1617,1615,1653,1578,1402,1805,1905,1520,1564,1377,1834,1792,1891,1826,1826,1834,1802,1802,1802,1801,1948,1368,1893,1317,1831,1766,1782,1782,1783,1817,1742,1882,1909,1482,1454,1445,1448,1446,1388,1287,1812,1797,1783,1783,1802,1778,1791,1837,1271,1792,1795,1767,1749,1749,1787,1786,1790,1836,1738,1705,1751,1830,1815,1808,1888,1387,1385,1353,1875,1274,1816,1886,1387,1387,1392,1883,1418,1409,1356,1376,1368,1380,1380,1371,1367,1369,1369,1367,1369,1845,1529,1516,1517,1466,1523,1404,1365,1366,1369,1386,1347,1419,1339,1745,1874,1365,1332,1800,1848,1330,1389,1353,1322,1358,1358,1406,1318,1437,1379,1378,1310,1637,1589,1672,1795,1966,2037,2486,2594,2813,2897,2962,2967,2724,2689,2602,2941,2894,2877,2145,2905,2889,2279,2282,2666,2570,2662,2578,2489,2414,2688,2568,2567,2567,2566,2566,2610,2758,2743,2590,2769,2624,2406,2244,2333,2486,2592,2463,2403,2287,2086,2317,2526,2345,2402,2327,2167,2086,2211,2471,2287,2220,2084,2045,2047,2126,2414,2392,2295,2128,2158,2285,2167,2248,2280,2286,2410,2364,2290,2210,2038,2130,2244,2445,2246,2286,2367,2054,2203,2209,2447,2321,2509,2553,3276,2956,2322,2365,2292,2240,2323,2529,2126,2086,2169,2290,2246,2247,2126,2490,2654,2962,2469,2388,2896,2640,2641,2653,2643,2449,2446,2823,2211,2165,2630,2531,2142,2045,2674,2576,2656,2511,2245,2292,2360,2550,2312,2258,2566,2527,2327,2327,2351,2286,2696,2459,2326,2325,2408,2311,2366,2944,3096,2929,2969,2466,2286,2457,2897,2932,2968,3019,2811,3217,2735,2526,2876,2585,2693,2721,2607,2575,2524,2405,2652,2564,2612,2447,2410,2517,2491,2335,1924,2677,2663,2442,2293,2417,2603,2645,2560,2616,2651,2612,2446,2574,2641,2570,2693,2447,2087,2213,2183,2330,2366,2284,2254,3001,2609,2652,2368,2249,2246,2403,2324,2213,2484,2325,2208,2289,2324,2447,2453,2441,2287,2213,2209,2246,2442,2771,2805,2614,2723,2372,2727,2449,2847,2655,2764,2604,2573,2566,2929,2490,2805,2609,2605,2606,2854,2731,2605,2606,2606,3296,2763,2614,2406,2188,2646,2632,2816,3005,2607,2607,2527,2930,2892,3452,2483,2607,2567,2809,2733,2850,3767,2123,2250,2452,2081,2332,2441,2476,2487,2451,2843,2723,2574,2385,2426,2490,2414,2724,2235,2509,2371,2046,2050,2044,2555,2644,2704,3046,2893,2846,2757,2565,2490,2753,2845,2460,2385,2208,2532,2416,2255,2165,2045,2047,2208,2205,2167,2287,2167,2004,1966,2495,2208,2284,2203,2164,2449,2046,2005,2068,2085,2049,2350,2486,2448,2869,2544,2529,2326,2492,2403,2286,2753,2535,2459,2322,2378,2826,2885,2547,2407,2328,2450,2669,2501,2376,2705,2667,2790,2508,2404,2411,2358,2328,2449,2489,2363,2393,2462,2248,2124,2133,2578,2935,2890,2889,2887,2626,2531,2446,2531,2526,2225,2647,2725,2210,2205,2127,2167,2128,2044,1966,2045,2248,2126,1773,2079,2328,1885,2452,3248,2754,2484,2406,2184,2476,2649,2482,2327,2448,2406,2263,2286,2354,2405,2126,1845,2007,2286,2207,2293,2564,2464,2300,2247,2351,2398,1818,2445,2431,2331,2488,2972,2947,3003,3089,3002,2968,2254,2165,2478,2381,2184,3022,2930,2893,2820,2983,2973,2783,3281,2971,2806,2971,2971,3651,2936,3006,3408,3360,2973,2073,2324,2447,2218,2176,2561,2223,2097,2084,2259,2175,2130,2003,2138,2174,2086,2048,2226,2174,2133,2181,2173,2174,2173,2177,2204,2247,2295,2207,2205,2785,2647,2636,2697,2817,2852,3311,3250,3179,2854,2819,2852,2330,3227,3099,2852,2306,2176,2176,2370,3097,2240,2580,2817,2972,3112,2361,2323,2492,2898,2640,2645,2701,2808,2443,1905,2607,2294,2094,1655,1563,1559,1532,1851,1646,1538,1568,1927,2045,1682,1891,2008,2236,2649,2658,2358,2333,2091,1774,1725,1725,2050,2555,1972,2159,2103,2294,2392,2298,2386,2307,2300,2307,2178,2203,2132,2255,2019,2362,2643,1937,2211,2411,2263,2089,1908,1796,1636,1775,1766,1765,1761,1832,1915,1755,2069,1774,1733,1734,1687,1678,1498,1479,1480,1525,1496,1390,1775,1765,1746,2066,1586,1582,1734,1696,1514,1770,1781,1771,1698,1663,1703,1703,1556,1641,1702,1697,1697,1701,1532,1538,1544,1514,1636,1582,1355,1923,1412,1370,1431,1444,1440,1432,1403,1392,1384,1377,1818,1793,1913,1406,1369,1362,1291,1336,1834,1841,1333,1832,1820,1826,1833,1834,1811,1814,1849,1406,1337,1836,1274,1914,1470,1472,1441,1358,1795,1741,1914,1423,1434,1423,1436,1440,1406,1406,1409,1401,1334,1893,1389,1295,1748,1883,1419,1384,1381,1310,1755,1704,1778,1702,1723,1722,1720,1713,1816,1322,1861,1279,1703,1833,1357,1368,1314,1772,1761,1760,1721,1726,1755,1829,1331,1341,1332,1318,1823,1818,1820,1723,1702,1744,1703,1714,1709,1709,1706,1709,1764,1831,1277,1666,1776,1813,1838,1302,1763,1768,1766,1222,1702,1758,1735,1736,1735,1683,1727,1682,1701,1721,1732,1712,1696,1743,1728,1743,1683,1742,1699,1656,1711,1684,1681,1682,1682,1755,1787,1775,1764,1727,1691,1724,1725,1683,1682,1746,1743,1749,1701,1738,1730,1742,1689,1683,1708,1745,1722,1694,1770,1741,1699,1751,1694,1715,1689,1671,1692,1740,1686,1685,1631,1710,1686,1720,1726,1684,1788,1711,1692,1701,1686,1856,1319,1801,1800,1798,1912,1297,1784,1783,1900,1292,1797,1875,1368,1367,1365,1420,1425,1365,1338,1837,1365,1338,1343,1335,1456,1486,1452,1346,1334,1240,1715,1900,1342,1338,1334,1335,1335,1230,1840,1335,1313,1797,1303,1819,1808,1809,1809,1808,1865,1453,1442,1381,1287,1836,1289,1788,1791,1783,1791,1791,1533,1783,1798,1788,1788,1788,1787,1790,1791,1831,1383,1379,1281,1777,1839,1271,1766,1763,1886,1443,1314,1783,1790,1790,1791,1343,1727,1765,1787,1785,1786,1786,1783,1786,1753,1755,1737,1878,1506,1310,1844,1364,1363,1404,1848,1285,1781,1944,1575,1567,1575,1575,1577,1361,1761,1758,1753,1860,1266,1865,1385,1405,1404,1407,1405,1432,1332,1881,1395,1283,1955,1500,1496,1540,1373,1375,1379,1371,1425,1288,1756,1774,1759,1724,1761,1768,1876,1398,1569,1419,1464,1410,1408,1405,1405,1404,1404,1403,1372,1390,1378,1362,1392,1476,1379,1366,1366,1368,1371,1374,1432,1342,1276,1792,1904,1406,1405,1334,1807,1787,1806,1739,1779,1713,1871,1444,1396,1298,1759,1741,1738,1744,1755,1755,1871,1344,1800,1764,1757,1910,1493,1522,1522,1518,1488,1423,1234,1706,1783,1881,1455,1318,1808,1810,1780,1790,1780,1897,1410,1200,1693,1784,1783,1861,1270,1769,1764,1691,1678,1766,1762,1763,1761,1750,1747,1749,1851,1296,1753,1746,1736,1681,1666,1665,1674,1670,1748,1753,1734,1733,1732,1732,1776,1808,1742,1724,1747,1804,1739,1739,1813,1705,1777,1858,1331,1788,1770,1755,1756,1756,1755,1752,1823,1809,1749,1753,1760,1755,1745,1738,1803,1325,1875,1375,1463,1528,1528,1301,1905,1933,1794,1768,1951,1431,1251,1776,1821,1838,1821,1857,1834,2031,1393,1429,1852,1853,1854,1885,1379,2027,1660,1588,1664,1426,2490,2647,3443,1941,2124,1994,1991,2158,1883,1920,1920,1952,1715,1931,1710,1679,1677,1680,1679,1645,1758,1702,1679,1820,1959,1996,1920,2183,2124,2194,2178,2008,2079,2174,2157,2177,2116,2169,1887,1909,1932,2017,2075,2183,1871,2061,2007,1914,1910,1912,1911,1872,1916,1917,2115,1680,1738,1548,1829,1688,1745,1837,1611,1560,1624,1734,1782,1700,1829,1840,2076,2566,1933,1775,1736,2494,2936,1906,2128,2165,2168,2165,2558,2841,3374,1905,2085,2373,2644,2448,2520,2321,2375,2081,1925,2249,1883,2655,2597,2686,2415,2518,2129,1930,1930,1951,2242,2348,2312,2244,2833,2729,2808,2335,1967,1728,1560,2124,2296,2167,2122,2208,1925,1885,2207,2168,2364,2528,2289,2169,2042,1884,2049,2326,2681,2581,2204,2606,2165,2129,2632,2969,2788,2737,2829,2728,2708,2564,3175,2534,2693,2856,2873,3009,2990,2846,2817,2785,2836,3403,3519,3021,3099,2850,3006,2987,2857,2817,2788,3076,2962,2983,2817,2817,2707,3057,3001,2624,2569,2490,2559,2412,2210,2241,2211,2168,2324,2242,2371,2360,2209,2594,2537,2644,2614,2417,2441,2610,2088,2045,2006,1925,1970,2123,2088,2407,2005,2222,2605,2408,2249,2567,2634,2086,2005,2006,1656,2988,2571,2538,2008,1845,1845,1806,2252,2349,2531,2017,1885,1845,2231,2574,2538,2287,2283,2438,2570,2444,2549,2366,2403,2751,2605,2614,2566,2624,2205,2015,2006,1964,1845,2085,2049,2368,2444,2368,2082,2329,2489,2524,2370,2572,2603,2566,2449,2116,2602,2722,2527,2352,2529,2846,2646,2606,2336,2405,2172,2079,2470,2601,2612,2126,2482,2449,2450,2050,2483,2569,2610,2524,2487,2447,2368,2332,2527,2642,2729,2886,2215,2479,2531,2565,2572,2605,2575,2608,3603,2772,3012,2487,2518,2648,2905,2873,2734,2681,2648,2649,2917,2971,2552,2725,3281,3248,2988,2905,2538,3027,2711,2903,2968,2166,2470,3240,2609,1973,2949,2965,2464,2016,1851,1732,1725,1757,1896,1924,2034,2439,2531,2529,2530,2264,2372,2995,3112,2766,2414,2508,2361,2538,2533,2056,1766,1726,2212,2511,2430,2539,1979,2080,1923,2204,1892,2719,2764,2533,2133,1985,1989,2151,2633,2612,2518,2169,1773,1848,1874,1737,2097,2336,2256,2161,3244,2816,2678,3009,2258,2122,2942,2452,2402,2404,2285,2313,2501,2929,2365,2877,2835,3042,2464,2207,2166,2126,2555,2530,2541,2164,2125,2129,2165,2269,2847,2061,2086,2125,1890,1884,1725,2079,1967,2066,2713,2718,2648,2643,2581,2525,2487,2798,2808,2848,2204,2842,2564,2788,2514,2323,2358,2543,2634,2484,2091,2249,1922,1885,1985,2450,2635,2044,2210,2334,2563,2607,2368,2251,2293,2641,2053,2208,2564,2170,2204,2131,2048,2045,2122,2010,2284,2370,2723,2325,2334,2403,2531,2602,2494,2748,2584,2005,1694,2041,2370,2652,1993,1796,1612,1560,1801,2086,2208,2125,2127,2168,2125,2086,2133,2405,2364,2605,2651,2206,2086,2166,2127,2343,2911,2330,2123,2410,2611,1809,2297,3010,2973,2513,3086,2613,2155,1885,1886,1966,2046,2048,2084,2087,2046,2086,2087,2086,2007,2126,1848,1805,1805,1806,1846,1845,1976,2146,2155,2275,2184,2043,1888,1978,1905,1967,1960,1961,1961,1992,1951,1597,1533,1567,1565,1568,1489,1476,1484,1546,2232,1576,1424,1850,1878,1391,1925,1392,1867,1380,1965,1837,1854,1852,1852,1851,1854,1854,1852,1903,1507,1928,1955,1452,1452,1451,1480,1457,1440,1533,1503,1348,1903,1395,1394,1394,1395,1395,1394,1407,1461,1366,1877,1368,1367,1367,1368,1369,1369,1366,1384,1374,1845,1857,1859,1861,1877,1860,1861,1855,1678,1826,1836,1842,1906,1400,1400,1400,1392,1346,1302,1795,1761,1755,1751,1751,1753,1751,1743,1880,1855,1854,1344,1349,1346,1345,1346,1344,1358,1296,1850,1345,1258,1838,1333,1262,1755,1804,1753,1794,1853,1337,1251,1802,1748,1791,1790,1746,1749,1748,1240,1788,1785,1787,1779,1739,1783,1746,1738,1839,1803,1798,1787,1780,1783,1782,1784,1773,1800,1794,1778,1692,1800,1779,1775,1777,1778,1816,1823,1827,1851,1827,1382,1866,1889,1380,1380,1369,1858,1325,1819,1815,1812,1809,1819,1828,1314,1809,1809,1809,1780,1812,1810,1817,1781,1788,1810,1810,1811,1785,1811,1819,1818,1820,1837,1754,1778,1773,1771,1770,1778,1779,1786,1784,1786,1788,1776,1774,1785,1773,1783,1835,1815,1787,1778,1777,1786,1714,1767,1795,1811,1701,1790,1759,1767,1757,1757,1759,1752,1672,1748,1759,1758,1763,1757,1757,1749,1752,1760,1778,1804,1792,1791,1780,1778,1807,1803,1772,1753,1725,1758,1757,1757,1757,1758,1751,1759,1758,1758,1917,1463,2657,2908,3142,2689,3017,2255,2494,2223,2142,2208,2380,2520,2225,2105,1953,1914,2029,2029,2106,2389,2456,1789,1769,1753,1750,1865,1771,1751,1771,1791,1660,1632,1604,1647,1722,1730,1635,1634,1513,1465,1394,1378,1374,1639,1394,1614,1496,1390,1383,1382,1542,1338,1821,2005,1457,2113,1545,1335,1361,1950,1449,1449,1452,1328,1915,1416,1478,1383,1919,1412,1415,1416,1430,1401,1394,1916,1916,1399,1415,1418,1414,1416,1475,1370,1875,1387,1384,1388,1438,1494,1299,1787,1785,1782,1758,1789,1831,1776,1835,1844,1317,1812,1839,1324,1838,1303,1803,1801,1804,1801,1802,1821,1710,1833,1858,1890,1852,1805,1854,1854,1852,1866,1865,1820,1819,1819,1777,1866,1440,1441,1451,1881,1823,1813,1814,1814,1815,1821,1809,1807,1805,1805,1804,1812,1806,1804,1804,1792,1868,1905,1397,1393,1397,1386,1397,1337,1862,1342,1325,1777,1792,1820,1818,1817,1818,1835,1819,1819,1839,1311,1817,1809,1809,1812,1828,1807,1814,1793,1808,1809,1809,1810,1809,1809,1812,1811,1778,1841,1858,1860,1858,1871,1856,1858,1863,1316,1734,1771,1806,1805,1808,1768,1729,1740,1733,1728,1724,1766,1730,1802,1807,1810,1734,1796,1793,1773,1774,1773,1789,1782,1729,1724,1702,1778,1724,1749,1737,1813,1778,1780,1796,1856,1858,1871,1863,1870,1371,1883,1341,1854,1207,1785,1798,1813,1812,1809,1810,1809,1829,1703,1676,1739,1764,1763,1761,1762,1762,1771,1743,1725,1722,1726,1722,1723,1730,1723,1683,1759,1801,1808,1814,1814,1813,1810,1809,1817,1832,1795,1872,1371,1858,1858,1859,1858,1850,1857,1858,1849,1774,1774,1808,1806,1772,1730,1777,1784,1701,1772,1776,1776,1776,1785,1785,1793,1829,1814,1805,1774,1781,1781,1781,1777,1879,1832,1818,1858,1856,1858,1879,1362,1857,1857,1336,1772,1728,1772,1804,1773,1805,1733,1745,1774,1766,1765,1771,1764,1772,1776,1809,1879,1836,1368,1869,1297,1806,1384,1358,1314,1813,1829,1794,1858,1860,1792,1847,1861,1856,1867,1889,1778,1769,1805,1686,1804,1807,1770,1732,1710,1760,1794,1812,1767,1769,1764,1767,1765,1805,1768,1768,1768,1767,1764,1764,1768,1766,1904,1870,1786,1777,1773,1752,1832,1774,1789,1822,1783,1781,1776,1782,1848,1800,1780,1779,1790,1777,1783,1777,1790,1798,1777,1773,1780,1806,1782,1785,1787,1779,1774,1790,1787,1784,1833,1834,1384,1367,1383,1365,1844,1770,1812,1817,1792,1815,1810,1851,1309,1809,1822,1807,1814,1837,1819,1837,1866,1871,1368,1875,1304,1845,1786,1815,1809,1814,1809,1809,1810,1768,1789,1826,1784,1795,1858,1858,1872,1349,1856,1851,1856,1859,1846,1386,1272,1771,1805,1804,1726,1783,1825,1781,1773,1773,1779,1775,1776,1792,1816,1773,1776,1775,1782,1788,1780,1786,1797,1726,1833,1796,1834,1868,1382,1368,1372,1370,1870,1838,1317,1812,1812,1809,1809,1809,1818,1818,1749,1772,1793,1813,1814,1810,1809,1812,1813,1813,1809,1810,1810,1813,1813,1818,1809,1807,1829,1758,1777,1744,1749,1785,1786,1836,1781,1821,1724,1784,1752,1778,1785,1778,1780,1777,1733,1741,1787,1757,1756,1756,1755,1757,1750,1735,1800,1760,1759,1756,1756,1757,1757,1752,1708,1747,1754,1778,1756,1755,1756,1757,1751,1770,1785,1789,1854,1856,1858,1877,1380,1840,1855,1800,1825,1326,1387,1371,1376,1380,1311,1814,1744,1792,1817,1809,1819,1811,1810,1811,1809,1808,1838,1777,1781,1776,1778,1781,1781,1778,1801,1773,1782,1779,1722,1778,1774,1776,1778,1758,1859,1780,1776,1829,1799,1773,1774,1791,1805,1778,1773,1776,1774,1784,1787,1781,1782,1837,1827,1819,1871,1360,1811,1861,1858,1862,1864,1870,1365,1797,1806,1768,1771,1806,1736,1795,1783,1775,1777,1777,1773,1777,1787,1792,1794,1774,1776,1804,1778,1786,1706,1774,1780,1833,1807,1840,1374,1371,1390,1377,1815,1794,1828,1795,1811,1811,1810,1811,1811,1824,1780,1811,1816,1836,1756,1778,1772,1771,1768,1773,1777,1790,1782,1786,1786,1773,1774,1774,1788,1777,1879,1824,1785,1786,1786,1787,1773,1752,1804,1795,1781,1786,1788,1773,1773,1775,1786,1786,1841,1865,1391,1767,1775,1778,1778,1784,1774,1825,1327,1774,1787,1787,1784,1786,1785,1779,1789,1771,1774,1782,1787,1782,1774,1774,1783,1905,1878,1377,1369,1870,1869,1370,1368,1850,1341,1832,1863,1784,1775,1838,1751,1739,1735,1784,1794,1811,1774,1781,1781,1778,1779,1776,1779,1717,1778,1773,1774,1774,1779,1789,1798,1779,1856,1834,1830,1367,1850,1341,1825,1853,1310,1810,1319,1841,1365,1875,1367,1865,1875,1347,1854,1317,1777,1741,1817,1809,1819,1811,1814,1809,1814,1776,1746,1847,1878,1365,1871,1374,1374,1355,1854,1288,1731,1799,1817,1811,1811,1810,1809,1811,1768,1739,1735,1724,1721,1721,1720,1775,1765,1717,1762,1777,1744,1761,1770,1778,1792,1803,1751,1861,1794,1791,1783,1822,1821,1820,1829,1280,1783,1823,1327,1288,1824,1322,1322,1322,1815,1749,1803,1741,1762,1854,1852,1852,1853,1851,1841,1851,1851,1850,1852,1779,1807,1806,1730,1692,1731,1806,1732,1628,1710,1731,1770,1730,1680,1757,1805,1807,1805,1805,1806,1806,1732,1746,1786,1778,1778,1779,1752,1784,1782,1769,1781,1785,1790,1794,1788,1801,1799,1783,1780,1719,1778,1774,1776,1773,1782,1783,1781,1778,1859,1819,1856,1877,1361,1854,1833,1857,1850,1880,1798,1787,1787,1789,1783,1744,1827,1782,1882,1341,1787,1777,1774,1774,1775,1784,1771,1797,1815,1856,1862,1874,1373,1362,1787,1844,1851,1871,1384,1272,1807,1805,1805,1771,1774,1798,1793,1781,1774,1774,1779,1779,1781,1735,1794,1776,1774,1778,1786,1786,1779,1784,1781,1745,1776,1775,1777,1789,1786,1786,1788,1781,1835,1813,1865,1871,1869,1885,1376,1876,1375,1804,1842,1795,1758,1772,1774,1786,1782,1779,1774,1779,1774,1794,1773,1782,1781,1786,1785,1836,1817,1830,1867,1864,1875,1371,1371,1371,1881,1368,1877,1314,1812,1809,1822,1821,1820,1782,1804,1725,1796,1771,1743,1779,1787,1782,1769,1790,1774,1775,1779,1786,1785,1774,1786,1848,1871,1792,1781,1774,1773,1776,1790,1775,1823,1787,1780,1752,1798,1780,1776,1777,1775,1884,1829,1832,1853,1859,1855,1871,1373,1360,1862,1858,1849,1882,1214,1760,1772,1768,1732,1683,1777,1782,1779,1773,1778,1779,1775,1768,1786,1725,1780,1782,1775,1764,1777,1778,1770,1769,1831,1826,1786,1775,1752,1801,1779,1792,1716,1786,1756,1757,1756,1755,1759,1757,1750,1667,1745,1741,1747,1783,1782,1737,1771,1779,1782,1786,1787,1853,1859,1857,1811,1798,1788,1838,1845,1816,1853,1383,1369,1872,1872,1341,1819,1861,1310,1812,1811,1814,1813,1811,1792,1798,1791,1871,1365,1859,1872,1364,1858,1781,1826,1815,1874,1870,1365,1846,1834,1833,1775,1762,1854,1778,1779,1781,1773,1773,1787,1785,1885,1280,1773,1775,1774,1787,1786,1791,1776,1707,1835,1815,1831,1873,1366,1374,1373,1371,1876,1388,1314,1813,1810,1809,1815,1810,1811,1817,1807,1830,1759,1769,1768,1781,1790,1786,1774,1780,1751,1796,1779,1774,1784,1778,1785,1799,1750,1812,1817,1845,1376,1383,1380,1870,1381,1387,1875,1311,1769,1813,1812,1811,1812,1811,1813,1827,1835,1706,1803,1807,1781,1773,1774,1780,1825,1781,1785,1783,1773,1776,1772,1782,1780,1884,1828,1825,1865,1858,1864,1856,1855,1852,1868,1371,1797,1774,1808,1772,1807,1769,1732,1747,1775,1807,1743,1770,1805,1768,1783,1732,1764,1806,1806,1805,1806,1807,1769,1805,1733,1816,1277,1812,1768,1707,1839,1811,1767,1767,1811,1853,1881,1765,1738,1736,1818,1366,1868,1907,1376,1368,1369,1346,1816,1811,1808,1825,1809,1764,1857,1374,1362,1861,1881,1356,1867,1834,1878,1776,1781,1777,1786,1773,1777,1774,1789,1829,1780,1780,1775,1778,1786,1723,1773,1779,1728,1777,1789,1798,1787,1787,1848,1794,1779,1820,1782,1787,1776,1785,1777,1778,1780,1774,1805,1818,1818,1831,1880,1370,1871,1337,1865,1891,1262,1804,1816,1816,1811,1813,1809,1820,1710,1807,1794,1810,1809,1809,1815,1815,1862,1288,1768,1766,1711,1770,1766,1780,1786,1781,1797,1779,1779,1790,1779,1779,1778,1778,1730,1760,1419,1236,1758,1644,1741,1694,1819,1807,1815,1566,1360,1697,1659,1251,1660,1710,1533,1654,1678,1685,1635,1726,1471,1694,1732,1745,1760,1682,1744,1436,1499,1693,1722,1709,1728,1763,1772,1681,1709,1312,1771,1248,1674,1681,1678,1692,1724,1836,1233,1786,1302,1716,1669,1685,1740,1737,1728,1675,1739,1703,1696,1711,1315,1704,1770,1745,1726,1793,1724,1734,1795,1794,1289,1783,1721,1727,1715,1717,1695,1327,1770,1788,1334,1728,1764,1715,1717,1715,1680,1306,1418,1668,1683,1712,1713,1683,1668,1715,1708,1271,1883,1710,1714,1706,1707,1713,1704,1723,1747,1670,1816,1732,1779,1794,1791,1789,1799,1795,1797,1835,1831,1874,1871,1887,1377,1871,1293,1837,1845,1832,1755,1782,1779,1787,1775,1782,1763,1735,1817,1824,1837,1373,1874,1369,1873,1383,1375,1769,1773,1814,1812,1813,1809,1808,1809,1810,1750,1819,1323,1813,1808,1819,1812,1809,1816,1808,1878,1761,1777,1766,1771,1775,1782,1775,1789,1713,1767,1774,1786,1789,1786,1779,1774,1828,1833,1851,1871,1357,1857,1863,1856,1852,1826,1826,1808,1765,1756,1755,1753,1752,1749,1796,1765,1751,1809,1766,1766,1824,1764,1763,1790,1826,1746,1815,1801,1795,1798,1777,1785,1790,1812,1383,1330,1818,1812,1812,1808,1854,1306,1813,1816,1814,1807,1812,1808,1813,1865,1315,1774,1812,1810,1814,1815,1826,1811,1822,1810,1738,1777,1810,1768,1814,1810,1811,1823,1810,1702,1693,1724,1728,1680,1746,1749,1785,1802,1781,1770,1770,1780,1755,1807,1774,1775,1791,1851,1822,1837,1869,1374,1811,1371,1369,1846,1379,1339,1313,1810,1809,1814,1816,1814,1811,1812,1797,1767,1768,1760,1769,1725,1772,1774,1779,1725,1772,1776,1779,1804,1828,1796,1805,1805,1840,1868,1816,1848,1368,1373,1798,1865,1375,1351,1739,1705,1711,1710,1709,1710,1735,1723,1721,1711,1750,1680,1707,1683,1707,1685,1697,1693,1684,1695,1684,1678,1683,1678,1685,1749,1815,1702,1697,1672,1810,1821,1838,1367,1372,1378,1828,1809,1870,1314,1813,1810,1811,1809,1810,1818,1808,1837,1752,1765,1780,1787,1783,1781,1727,1748,1791,1786,1780,1778,1782,1778,1786,1881,1220,1766,1774,1784,1785,1782,1780,1786,1778,1729,1871,1873,1377,1371,1373,1374,1867,1845,1385,1319,1896,1861,1856,1854,1864,1857,1864,1851,1359,1857,1882,1349,1773,1771,1807,1775,1732,1792,1751,1835,1780,1774,1774,1779,1787,1773,1849,1772,1777,1773,1783,1796,1782,1786,1776,1846,1821,1889,1369,1868,1863,1885,1872,1378,1795,1317,1784,1783,1782,1790,1783,1782,1781,1801,1785,1783,1782,1782,1782,1782,1741,1740,1780,1777,1774,1699,1734,1725,1726,1775,1768,1851,1809,1781,1779,1779,1779,1778,1776,1793,1744,1676,1528,1685,1736,1440,1332,1723,1734,1757,1419,1456,1743,1716,1702,1294,1419,1748,1704,1677,1392,1750,1780,1704,1705,1628,1561,1680,1679,1516,1837,1741,1728,1719,1693,1517,1564,1741,1714,1813,1505,1796,1796,1796,1750,1339,1813,1747,1742,1605,1713,1724,1727,1626,1644,1436,1686,1701,1682,1479,1726,1708,1723,1275,1721,1385,1578,1656,1690,1324,1781,1728,1704,1560,1703,1223,1710,1560,1683,1633,1706,1736,1718,1199,1737,1803,1211,1179,1682,1729,1620,1725,1725,1624,1711,1682,1476,1458,1720,1690,1592,1718,1724,1189,1712,1724,1351,1735,1607,1702,1674,1672,1670,1268,1680,1668,1707,1426,1406,1384,1671,1698,1368,1703,1841,1788,1863,1381,1480,1433,1574,1501,1674,2079,2215,2426,3048,2629,2355,2197,2312,2272,2610,2794,3050,3325,2493,3244,2408,2127,2710,2631,2372,2279,1851,1961,2327,2956,1609,2454,2167,1769,1957,2246,2017,1956,2274,2328,2067,2364,2130,2287,1812,2371,2129,1875,1573,2043,1810,1956,1934,1806,1956,1976,1717,1604,1733,1728,1719,1852,1756,1612,1719,1691,1636,1696,1638,1690,2448,1996,1688,1727,1570,1677,1610,1721,1650,2321,1815,2079,2118,2085,2160,2634,2088,2011,2114,1932,2042,1962,1898,2055,2407,2070,2410,1891,2480,1888,2025,2049,1900,1846,2341,2409,2602,2211,1877,1683,2405,2137,1961,1879,1850,2087,2052,2198,2212,2286,1964,2044,2247,2164,2608,2093,1964,2008,1920,2054,1927,1686,3083,2211,2040,2087,1812,2245,2162,2130,2131,2194,2053,1808,2404,1960,2414,1881,1855,2155,2406,2601,2493,2691,2324,2395,2463,2808,2370,3814,1682,2173,2168,2117,2167,1886,2368,3017,1925,2430,2612,2527,2159,2774,2684,2494,2814,3851,3042,2769,2495,2802,2366,2778,2877,2409,2362,2361,1844,2141,2532,1923,2128,1929,3529,3286,6022,3562,2115,2527,2929,2370,2564,3054,2770,2803,2252,2572,2564,1913,1884,3484,2609,2927,4180,3969,2085,2203,2172,2277,1978,2388,2295,2369,2450,1965,1903,2348,5456,3160,1824,1925,2085,2963,1975,2845,2692,2038,3457,5574,2170,2484,2371,2440,2287,2450,2493,3487,2571,2408,2370,2022,3151,4897,1844,1817,8659,3971,2349,3203,2099,2801,2809,2291,2324,4214,2770,1964,3085,3004,2610,3011,1848,2127,2439,2413,2531,2329,2163,2166,3386,1893,2392,3293,2725,2410,7067,2730,2919,2818,2637,2445,2256,3684,3056,2284,2449,3932,3126,2212,2883,2372,2644,2555,1958,2246,2006,2845,2530,3127,2655,2810,2928,3005,2766,3051,2566,4729,12050,7297,2278,2453,3931,2490,3369,3050,2369,2644,6828,2285,3162,10719,5734,3693,2886,2007,2051,3580,4817,11992,2651,2888,3684,2166,2130,2334,3964,2044,3211,2971,2572,2606,2607,2409,2405,2282,2489,2451,2327,2121,2415,2807,2684,2092,2969,2886,2053,2316,2310,2879,2001,2781,2649,2607,2086,2532,2444,2974,2243,2092,1997,4617,5378,2570,2040,2689,2574,2727,2570,3047,2160,2372,2769,5577,2325,2367,2210,2401,4616,2734,2163,2245,2564,2733,2732,2886,4371,2854,2648,5368,3498,2482,2528,2244,2892,3416,2198,2166,2895,2649,3127,2448,2610,2806,2285,2493,2445,2889,2565,2404,2454,2842,2691,2572,2486,2404,2167,2405,2374,2284,2724,2288,2208,2851,2569,2441,2690,3530,2566,2406,1846,2837,2495,2970,2206,2486,2886,2406,2607,3090,2532,2279,2489,2883,2013,2066,1730,2575,3738,2643,2330,3011,2321,2770,2125,2270,2331,2443,2086,2487,2247,2168,3002,2415,2445,2170,2283,2049,1888,1799,2054,2120,2280,1855,2162,2732,2398,2404,2447,2569,2441,2494,2610,2563,2368,2013,2243,2445,2131,2683,1811,2237,2299,2111,2163,2053,3010,2415,2442,2321,2416,2400,2532,2604,2327,2686,2852,2646,3284,2135,1888,2609,2571,2205,2523,2013,2596,2415,2005,2329,2159,2208,2286,2529,2968,2206,2493,2527,2486,2486,3059,2089,1892,2175,2727,1994,2098,2646,2200,1932,2210,2123,1965,2166,2047,2367,2286,2292,2084,1964,2167,2047,2328,2252,2401,2288,2049,2036,2167,1966,3132,2360,1812,1843,2430,2686,2330,2184,2757,2674,1842,2532,1928,2122,2213,2107,2412,2793,2765,2533,2578,2291,2388,2219,2174,2164,2793,2664,2569,2807,2926,2819,2991,2891,2517,2575,2336,2094,2368,2740,2348,2003,2488,2726,2853,2737,3412,2402,2528,2770,3130,2807,2813,2320,2565,2609,2614,2685,2087,2503,2331,2204,2588,2429,2410,1973,2447,2317,2050,2402,2369,2368,2331,2485,2572,2486,2363,2735,2163,1922,2367,2694,1999,2087,2005,2056,2201,3260,2191,2165,2086,2015,1927,2123,1851,2326,2612,2293,2267,2258,1726,2304,2121,2609,2128,2089,2165,1970,2089,1966,1927,2324,2811,2418,1965,2406,2007,2366,2393,2104,1798,1690,1719,2121,2280,3067,2048,1904,2296,2114,1872,2118,2188,2152,1927,1888,2226,1742,1841,2248,1960,2096,2196,1852,2161,2370,2705,2575,3127,2414,2326,2360,2167,1972,2283,2326,2572,2123,1969,2201,2210,2568,2367,2478,2611,2610,2573,2690,2683,2283,2410,2160,2634,2367,2405,1951,1759,2003,2131,1966,1966,2374,1886,2320,2008,1798,2538,2973,2522,2088,2017,3190,2884,2377,2558,2086,1973,2041,2085,2656,2400,2731,2124,2007,2413,1988,1968,1872,1894,2414,3206,2526,2645,2413,2082,2729,2687,2533,2563,3570,2937,2645,2249,1641,2059,2203,2254,1950,1993,2407,2492,2087,1853,4131,2054,2328,2482,2245,2180,2125,2133,2161,2606,2565,2007,2126,2248,2093,3049,2203,2252,3487,2129,2246,2811,2850,2207,2562,2207,1793,2069,2525,2484,2405,2413,2165,2288,2170,2483,2247,2687,2567,2729,2167,2130,2200,2050,2490,2655,2480,2368,2249,2405,2731,2402,2089,2373,2124,2364,2086,2027,2530,2851,2920,2453,2283,2076,2082,1929,2050,2132,1840,1968,2423,3965,2167,1886,2172,3163,2129,3095,2321,2172,2886,1885,2648,2048,2565,2811,2288,2525,2286,2409,2568,2766,2927,2572,2169,2015,2054,1927,2276,2444,2606,2290,2082,2685,2766,2455,2241,2332,2520,2092,2286,2289,2324,2535,2563,2322,2774,2800,2409,3254,2564,2374,2802,2771,2047,2447,2287,2414,2448,2484,2215,2447,3578,2562,2573,2405,2124,2532,2688,2573,2133,2643,2373,2443,2570,3733,2560,2451,3053,3008,2131,2078,2649,3892,2650,2165,2247,4971,3539,2965,2848,3373,2643,2407,2493,2567,2053,2011,1800,2664,2484,2090,2448,2320,2416,3049,2567,2245,2013,2282,2369,2246,2162,3571,2414,2442,2495,2609,1844,1720,2246,2131,2118,2051,2168,2118,2126,2012,1999,1818,2213,2230,2203,2008,2200,1735,2360,2373,2320,1817,2149,1687,1906,2168,2251,2487,2250,2249,2041,2131,2159,2054,2087,2124,2129,2688,2474,2331,2403,2329,2210,2375,2523,2362,2570,2602,2414,2650,2489,2328,2842,2409,2324,2457,2556,2570,2611,2568,2527,2489,2484,2370,2362,2447,2246,2216,2489,2368,2325,2369,2279,2931,3051,2439,2498,2769,2684,2449,2801,3415,2692,2566,2527,2691,2570,2076,2619,2323,2408,2520,2415,2811,2965,2845,2327,3137,2284,2159,2739,2322,2199,2326,2569,3134,2767,2287,2967,2291,1844,2011,2203,2321,2442,2288,2331,2324,2169,2765,5541,2527,2083,2209,3005,2849,2529,3251,2690,2647,2126,2644,2691,2613,2606,3123,2413,2209,2768,2402,2772,2282,2414,3645,2693,2970,3002,2252,2525,2448,2730,2244,2488,2486,2489,2205,2770,2286,1929,2927,2323,2568,2491,2412,2366,2800,4220,2602,2371,3454,2880,2576,2402,2571,3131,3331,2567,3169,2641,2295,2486,2367,2449,2524,2488,2684,2573,2399,2336,2523,2567,2334,2405,2686,2532,2603,2773,2806,2682,2534,2726,2243,2254,2520,2334,2642,2452,3085,2651,2130,2447,1920,2085,2213,2161,2411,2247,2325,2126,2043,1974,2007,1960,2247,2043,2009,4895,2011,1966,2604,2488,2605,2570,2331,1967,2603,2651,2404,2409,2464,3263,2966,2813,2770,2613,2090,1999,2168,2508,2402,2665,2165,2620,2556,3253,3859,2527,2569,2879,2773,2410,3003,2455,2603,2604,2485,2165,2447,2757,2391,2130,2398,2400,2167,2287,2415,2165,2250,2319,1965,2582,1911,2086,2363,3379,2205,2084,1964,1935,2326,2928,2350,2506,2452,2157,2083,1966,2723,2415,2050,2284,2563,2761,2493,2251,2446,2648,2441,2291,2971,2809,2239,2208,2367,2328,2689,2688,2647,2428,2342,1978,2145,1966,2463,2617,2432,2558,3208,2440,2292,3185,2411,2490,2384,2814,2493,2617,2674,2410,2331,2323,2119,2257,2286,2413,2531,2324,2127,2204,2360,2191,2146,1980,2206,1776,1646,1604,1759,1689,1636,1656,1719,1725,1849,1767,1765,1767,2162,2167,2042,1970,2049,2562,2246,2297,2324,2876,2450,2444,2418,2124,1856,1868,2158,2519,2448,2338,2246,2087,1806,1972,1764,1983,2521,2250,2327,2166,2167,1844,1889,2589,2365,2866,2880,2693,2154,2023,2457,2865,2839,2962,2811,2400,2735,2873,2715,2847,2730,2736,2357,2650,2109,2370,2527,2182,1825,1614,1977,2061,1919,1930,1927,1925,1927,1852,1810,2043,2030,1946,1929,2027,2157,2662,2204,2115,2283,2031,1945,1933,1925,1862,1796,1874,2249,2292,2287,2278,1889,1938,1916,2000,1957,1968,1966,2013,1964,2121,1780,1772,1732,1734,1786,1659,1598,1609,1536,1495,1455,1752,1814,1807,1805,1804,1812,1788,1780,1450,1627,1678,1684,1688,1653,1436,1612,1499,1507,1385,1892,1620,1612,1605,1811,1546,1477,1721,1731,1640,1465,1597,1547,1679,1554,1442,1517,1641,1649,1651,1445,1513,1480,1374,1368,1361,1351,1302,1522,1404,1400,1426,1522,1432,1492,1806,1846,1684,1823,1802,1824,1844,1485,1803,1754,1961,1459,1670,1810,1323,1866,1720,1840,1837,1601,1574,1268,1756,1868,1429,1308,1715,1719,1513,1406,1426,1513,1497,1506,1498,1351,1423,1507,1324,1360,1469,1401,1385,1330,1311,1811,1764,1900,1357,1391,1554,1367,1328,1912,1329,1826,1770,1824,1364,1453,1363,1463,1491,1538,1472,1486,1437,1279,1805,1270,1924,1480,1484,1557,1430,1459,1507,1511,1397,1470,1824,1438,1493,1603,1661,1481,1440,1471,1605,1560,1879,1886,2631,2730,2488,2806,2408,3205,2529,2407,2521,2656,2438,2217,2169,3247,2488,2413,2751,2458,1896,2947,2266,2364,2357,2095,2876,2584,2718,2448,2922,2124,2986,2406,2237,1897,1806,2340,2770,2605,2731,2485,2086,1924,1970,2205,2203,2409,2251,2125,2407,2887,2248,2010,1882,1843,2123,2204,2556,2374,2317,2491,2330,2041,2141,1917,1767,1849,1800,1762,1649,1972,2010,2845,2061,2150,2507,2163,2528,2519,2966,2244,2590,3198,3096,2845,2285,2140,2074,2527,2283,1982,2669,2768,2534,2474,1826,2422,2159,2489,2324,2665,2773,2249,2286,2287,2080,2766,1882,2692,2211,2326,2287,2470,2421,2406,2489,2609,2408,2635,2255,2487,2689,2771,2487,2653,2604,2005,2513,2788,3046,2524,2246,2490,2202,2527,2570,2366,2287,1969,2073,1937,2353,2753,2207,2772,2382,2257,2056,2205,1912,2568,2402,2645,2015,2133,2487,3181,3324,3099,2764,2524,2399,2761,2749,3205,2928,2041,1875,2072,2159,2253,2336,2065,2072,2305,2232,2768,2325,2252,2278,2169,2231,2389,2309,2162,2655,2730,2650,2704,2611,2707,2337,2634,3052,2622,2519,2738,2676,2810,2769,2267,2448,2551,2686,2801,2651,2364,2487,3016,2809,2376,2755,2328,2002,2173,3172,3379,2569,2283,2450,2511,3010,2581,2839,2805,2090,2882,2827,2568,2570,2606,3210,3115,2808,2331,2643,2610,2967,2935,2599,2310,2794,3209,2649,2400,2221,2518,2464,2632,3206,2523,2595,2508,2668,3042,2374,2225,2368,2143,1843,3055,2309,2384,3211,2953,2645,2422,2852,2709,2831,2847,2530,2785,2231,2691,2459,4437,2346,2233,3248,2623,2564,1965,2880,2479,2375,2883,2775,2406,2364,2448,2177,7275,2535,2374,2351,2541,2274,2368,3004,2689,2281,2292,2413,2568,2569,3047,2135,2483,2447,2099,2980,2594,2181,2358,3484,3137,2606,2408,2323,2284,2410,2733,2928,2525,2168,2964,4091,2293,2971,2240,2449,2767,2609,2572,3042,2775,2484,2371,2689,2401,3448,2896,6141,2413,2809,3133,2566,2371,2404,2369,2606,2688,2652,2722,3335,2415,2446,3931,2565,2368,3608,2928,2936,4092,2721,3577,3489,2369,2564,2166,2453,3089,2766,2324,2406,2328,2488,2891,2406,3409,3655,2758,2375,2559,3289,2291,2687,4293,1927,3772,2727,2241,2533,2801,3613,4051,3253,2405,2409,2049,4689,3333,2406,2886,5102,4049,2809,2685,3893,3611,2527,2131,2810,3165,2691,2644,3253,2241,2415,2808,2524,2163,3499,3163,2927,4216,2413,4131,2884,2527,2851,2569,3211,2373,3170,2409,2563,2011,2291,2170,2479,2929,2408,2447,2490,2485,2334,2688,2809,2682,3609,2615,2523,2448,2567,2655,2444,3050,2727,3419,3048,2364,2126,2410,2488,2038,2210,2411,2642,2294,2163,2528,2686,2126,2690,2567,2730,2692,2727,2885,2852,2364,2166,2765,4857,2368,2372,2644,2128,2570,2726,2452,2931,2929,2522,2331,2407,2484,2405,2255,2523,2973,2683,2485,2811,2689,2728,2805,2571,2291,2609,2319,2408,2610,2608,3166,3734,2529,2570,3329,2563,2171,2523,2334,2165,2326,2569,2489,2881,2209,2690,2527,2569,1972,2289,3927,2689,3052,2569,2724,2810,3692,2081,2767,2933,2488,2651,2164,2449,2489,2486,2401,2490,2614,2929,2442,2134,2249,2247,2323,2817,2243,2410,2322,2325,2051,1962,2335,2099,2342,2173,2287,2041,2245,2647,2374,2927,2603,2093,2127,2045,2365,2208,2284,2326,2210,2446,2643,2449,2530,2245,2691,2363,2366,2451,2292,2448,2524,2446,2285,2170,2205,2526,2570,2564,2132,2566,2004,2165,2808,1978,2750,2848,2010,2083,2286,2365,2447,2648,1770,2125,2010,1998,2372,2284,2526,2373,2083,2445,2567,2815,2363,2447,2413,2524,2525,2775,2441,2326,2533,2571,2801,3170,2726,2289,2487,2409,2448,2648,2604,2529,2334,2442,2530,3046,2572,2598,2607,2414,2689,2445,2611,2687,3535,2523,2490,2402,2253,2409,2805,2042,2613,2643,2328,2450,3009,3212,2441,2770,2047,2407,2533,2082,2411,2409,2845,2968,2605,2814,2321,2808,2133,2244,2609,2246,2367,2528,3205,2692,2844,2173,2208,2005,2446,2409,2442,2448,2932,2567,2449,2443,2494,2406,2682,2454,2486,2605,2369,2811,2689,2648,2452,2245,2363,2449,2491,2082,2451,2883,2333,2527,2482,2332,3336,1890,1907,2203,2250,2803,2772,2927,2368,2245,2572,2490,2247,2281,2453,2768,2404,2327,2364,2368,2527,2526,2487,2367,2217,2438,2126,2333,2365,2286,2444,2256,2446,2842,2328,2292,2488,2329,2207,2571,2962,2653,2165,2811,2401,3013,2928,2090,2012,1997,2413,2529,2525,2488,2095,1904,2604,2687,2933,2403,2333,2082,2410,2328,1999,2013,2007,2561,2088,2009,1968,1964,1968,2407,2405,2525,2648,2730,2845,2487,2410,2772,2444,2247,2487,3495,2005,2809,2445,2404,2687,2246,2374,2400,2013,2414,2967,3006,1967,2409,2413,1859,2448,3208,2567,2289,1891,2055,2250,2488,2208,2448,2287,2849,2567,2641,2411,2289,2364,2244,2491,2409,2484,2614,2123,2772,2561,2373,2809,2480,2815,2127,2206,2448,2407,2045,2405,2609,2730,3212,3129,2400,2969,2969,2731,3452,2246,2288,2410,2491,2161,2085,2330,2249,2449,3046,2648,2084,2010,2408,2404,2525,2569,2168,2409,2207,2324,2876,2449,2328,2289,2239,2170,2289,2925,2609,2287,2406,2526,2207,2529,2328,2366,2371,2201,2169,2172,3282,2451,2528,2646,2244,2209,2888,2609,2611,2571,2683,2845,2530,2368,2372,2359,2292,2325,2212,2446,2320,2332,2605,2814,2689,2603,2445,3007,2454,2282,2374,2843,2132,3049,2724,2570,2891,2566,2163,2852,2682,2468,2628,3009,2695,2863,2281,2839,3140,3079,2421,3011,2965,2910,2692,3005,2668,2394,2370,2620,2912,2566,2653,2525,2282,2531,2408,2605,2251,2690,2848,3644,2493,2165,2732,2805,2346,2225,2614,2564,2530,2282,2370,2206,2412,3202,2851,1965,2126,2490,2492,2483,2405,2570,2808,2263,2083,2076,2769,2962,2455,2408,2404,2451,2644,2567,2727,2210,2044,2045,2729,2531,2844,2089,2366,2968,2613,2246,2208,3121,2452,2368,2201,2910,2407,2273,2448,2247,2684,2684,2200,2213,2165,3091,2330,2682,4580,2843,2327,2367,2246,2693,2411,2241,2405,2532,2204,2412,2567,2406,2530,2804,2570,2694,2526,2531,2607,2527,2167,2688,2846,2887,2532,2167,2488,2763,2572,2366,2289,2365,2243,2729,2253,2287,2403,2764,2613,2605,2007,2008,2203,2168,2022,2462,2124,2245,2489,2607,2370,2125,2486,2327,2008,1966,1927,1645,1713,2807,2653,2928,2522,2616,2563,2653,2326,2203,2450,2168,2091,1680,2434,2361,2529,2251,1593,1776,1878,1927,2367,2083,2325,2453,2649,2488,2204,1764,2204,2011,2166,2771,2522,2853,2649,2482,2935,2478,2293,3129,2603,2168,2692,2290,2443,2254,2286,2249,1961,1966,2047,3527,2452,2402,2374,2444,2728,2164,2369,2494,2479,2410,1998,2217,2450,2241,2378,2446,2037,2328,1891,2410,2407,2162,2166,1806,2524,2166,2415,2207,2210,2161,2047,2167,2046,2768,2646,2528,2248,2122,2051,2122,3009,2565,2455,2321,2249,1884,2369,3012,2648,2207,1754,2568,2011,2083,1928,2815,2282,2448,1932,2081,1855,1923,2568,2566,2331,1965,2049,2120,2221,2187,2132,2203,2313,2249,2943,2923,2997,2139,2120,2635,2592,2235,2548,2582,2933,2362,2288,2204,2314,2413,2345,2241,2449,3157,2250,2334,2257,2378,2377,2386,2245,2355,2002,1924,2364,2332,2007,2178,2366,1998,1774,2516,2611,2285,2218,2327,2244,1921,2050,2569,2848,2686,2451,2206,2165,2094,2640,2281,2494,2856,2564,2327,2085,2088,2282,2528,2253,2127,2041,2048,2524,2452,2841,2091,2008,2367,2483,2205,2166,2453,2490,2167,2088,2040,2286,2052,2359,2208,2410,2368,2485,2492,1881,2370,2491,2327,2121,2211,2162,2406,2976,2915,3008,2618,2692,2926,2108,2484,2006,2207,1965,1966,2496,2425,2525,2700,2901,2852,2976,2717,2698,2914,2165,2295,2246,2583,2408,2361,2474,2689,1936,2646,2534,2119,2446,2405,2285,2292,3089,2606,2572,2683,2817,2688,2287,2608,2962,2524,2855,2452,2563,2242,2206,2165,2182,2281,3011,2680,2372,2325,2204,2207,2047,1968,2047,2411,2788,2572,2489,2490,2525,2480,2499,2477,2268,2487,2406,2407,2365,2408,2491,2445,2406,2412,2203,2125,2290,2391,2489,3020,3052,2970,2591,2745,2541,2872,2844,2817,2548,2450,2645,2167,2005,2596,1886,2169,2565,2894,2244,2126,2086,2291,2426,2890,2533,3339,2851,3147,2994,3012,3216,3264,3118,2669,2645,2799,2847,2792,2704,2112,3328,2271,2076,2762,2576,2648,2563,2153,2145,2433,2367,2294,2524,2314,2473,2318,2574,2592,3359,2865,2210,2248,2608,2533,2235,2323,2291,1926,1823,2509,2539,2541,2540,2393,2006,2695,2968,2708,3312,3263,3006,2519,2426,2653,2684,2694,2566,2493,2530,2527,2482,2490,2448,2055,2000,1955,2016,1951,2067,1955,1893,1794,1697,1774,1757,1804,1833,1831,1831,1678,1694,1613,1638,1676,1677,1653,1653,1645,1671,1569,1528,1775,1794,1804,1806,1815,1801,1798,1744,1711,1716,1721,1723,1719,1725,1719,1717,1561,1616,1664,1630,1624,1624,1622,1624,1626,1625,1597,1605,1560,1563,1560,1558,1527,1383,1304,1325,1820,1327,1307,1866,1437,1454,1902,2064,1558,1552,1390,1553,1519,1522,1447,1333,1859,1336,1334,1334,1352,1337,1281,1741,1777,1799,1797,1778,1729,1779,1777,1772,1759,1756,1693,1773,1759,1756,1764,1755,1870,1774,1830,1838,1793,1828,1835,1778,1833,1834,1822,1818,1779,1823,1808,1833,1319,1818,1838,1819,1792,1791,1771,1792,1821,1813,1833,1779,1832,1345,1837,1868,1868,1338,1861,1878,1310,1733,1734,1719,1718,1699,1808,1785,1760,1777,1784,1739,1809,1818,1812,1780,1739,1687,1769,1795,1815,1768,1767,1767,1771,1767,1818,1768,1768,1778,1777,1773,1778,1730,1762,1734,1804,1805,1808,1787,1807,1768,1771,1773,1803,1769,1767,1768,1767,1769,1767,1839,1831,1897,1774,1718,1783,1781,1783,1780,1774,1755,1763,1779,1782,1776,1781,1775,1784,1781,1787,1794,1839,1816,1839,1368,1873,1367,1372,1867,1779,1819,1387,1327,1823,1810,1827,1813,1809,1827,1809,1812,1811,1814,1810,1808,1809,1812,1831,1352,1795,1813,1810,1810,1810,1811,1829,1789,1836,1752,1770,1744,1778,1784,1767,1749,1830,1779,1784,1787,1773,1775,1784,1786,1777,1720,1819,1753,1801,1774,1783,1780,1787,1781,1834,1816,1828,1823,1365,1876,1879,1865,1868,1323,1833,1870,1816,1830,1867,1380,1885,1343,1827,1770,1813,1811,1815,1813,1811,1813,1810,1701,1783,1812,1811,1813,1822,1830,1812,1811,1829,1826,1821,1859,1859,1872,1362,1835,1873,1306,1772,1807,1806,1782,1762,1775,1770,1732,1727,1775,1778,1779,1773,1780,1778,1776,1775,1747,1822,1831,1839,1870,1796,1866,1865,1882,1387,1381,1826,1816,1830,1880,1383,1316,1812,1813,1320,1794,1809,1816,1817,1794,1800,1810,1810,1838,1309,1814,1809,1811,1809,1811,1815,1814,1789,1765,1871,1372,1772,1770,1769,1794,1749,1775,1773,1781,1825,1820,1830,1871,1870,1864,1886,1807,1356,1310,1815,1811,1812,1769,1808,1761,1805,1770,1808,1811,1811,1810,1812,1827,1268,1814,1794,1817,1810,1809,1811,1822,1813,1807,1808,1814,1793,1811,1811,1809,1810,1809,1826,1310,1810,1809,1812,1809,1811,1813,1806,1791,1812,1812,1809,1809,1810,1813,1814,1813,1712,1775,1816,1812,1809,1809,1808,1810,1812,1781,1775,1809,1813,1809,1815,1811,1812,1816,1747,1831,1776,1772,1775,1770,1777,1770,1773,1831,1801,1774,1787,1799,1785,1796,1787,1775,1740,1813,1819,1845,1377,1367,1370,1371,1371,1859,1823,1824,1818,1785,1792,1813,1814,1808,1810,1809,1778,1815,1808,1815,1790,1811,1808,1816,1722,1763,1814,1810,1810,1814,1809,1811,1817,1787,1781,1815,1813,1810,1812,1808,1809,1810,1783,1756,1772,1776,1769,1768,1764,1777,1780,1798,1779,1782,1782,1781,1779,1779,1779,1782,1806,1840,1872,1836,1369,1880,1370,1374,1371,1883,1778,1811,1830,1871,1381,1376,1370,1378,1373,1346,1830,1313,1809,1774,1766,1582,1751,1764,1778,1832,1810,1813,1784,1517,1432,1730,1681,1677,1585,1710,1735,1736,2252,1379,1656,1679,1682,1697,1681,1739,1372,1728,1848,1373,1780,1744,1906,1386,1444,1450,1401,1424,1391,1403,1400,1414,1423,1929,1882,1443,1429,1433,1404,1460,1436,1480,1454,1413,1412,1416,1415,1467,1414,1386,1384,1379,1902,1821,1859,1947,1450,1297,1793,1792,1784,1811,1778,1795,1870,1319,1400,1355,1804,1818,1823,1294,1760,1762,1762,1758,1760,1748,1744,1745,1796,1755,1806,1748,1746,1744,1736,1732,1734,1814,1240,1794,1735,1732,1734,1725,1722,1812,1833,1858,1756,1879,1352,1807,1801,1791,1795,1826,1787,1791,1791,1796,1795,1791,1782,1783,1795,1773,1835,1844,1396,1399,1395,1365,1821,1821,1816,1820,1825,1830,1801,1823,1815,1809,1811,1802,1788,1814,1803,1811,1811,1813,1808,1809,1786,1807,1811,1780,1799,1814,1809,1809,1809,1837,1829,1773,1811,1798,1773,1771,1767,1792,1789,1781,1786,1781,1798,1774,1774,1782,1773,1835,1832,1786,1775,1777,1774,1776,1785,1781,1777,1787,1787,1781,1752,1798,1775,1782,1780,1725,1778,1786,1774,1774,1785,1783,1773,1785,1849,1865,1377,1378,1366,1867,1866,1388,1361,1315,1794,1796,1820,1832,1870,1819,1863,1865,1874,1371,1372,1371,1862,1314,1809,1810,1781,1819,1817,1209,1784,1833,1813,1817,1823,1815,1811,1815,1779,1791,1818,1797,1810,1810,1762,1810,1813,1812,1809,1814,1810,1810,1814,1779,1811,1815,1813,1811,1809,1810,1810,1812,1779,1779,1809,1784,1792,1811,1824,1810,1811,1810,1815,1812,1749,1823,1821,1780,1777,1770,1771,1770,1777,1779,1782,1824,1824,1828,1876,1372,1374,1870,1841,1384,1355,1323,1809,1810,1809,1813,1847,1835,1304,1814,1811,1810,1811,1816,1810,1810,1816,1867,1370,1865,1867,1866,1873,1870,1865,1870,1834,1776,1792,1787,1786,1787,1779,1781,1768,1798,1774,1783,1791,1786,1795,1773,1783,1784,1790,1778,1775,1790,1776,1781,1786,1778,1849,1871,1784,1787,1786,1790,1774,1773,1789,1883,1253,1842,1821,1839,1384,1375,1345,1820,1810,1822,1348,1782,1822,1819,1810,1809,1812,1817,1779,1793,1762,1776,1781,1747,1785,1788,1773,1816,1773,1820,1817,1819,1839,1374,1371,1373,1872,1374,1854,1269,1789,1811,1815,1813,1812,1816,1709,1773,1820,1782,1810,1824,1321,1819,1821,1711,1782,1797,1813,1813,1810,1811,1810,1812,1821,1810,1821,1701,1848,1814,1810,1809,1812,1804,1812,1809,1760,1793,1792,1833,1812,1815,1813,1811,1811,1808,1804,1815,1810,1811,1811,1805,1831,1770,1767,1778,1783,1789,1777,1778,1808,1776,1796,1781,1753,1774,1775,1782,1775,1853,1358,1865,1851,1864,1799,1784,1779,1778,1833,1780,1771,1774,1782,1781,1783,1788,1783,1739,1873,1818,1835,1377,1392,1812,1865,1873,1382,1368,1823,1827,1755,1752,1719,1773,1775,1803,1876,1371,1870,1876,1365,1863,1870,1848,1765,1834,1782,1781,1781,1787,1774,1777,1790,1720,1815,1768,1785,1784,1786,1787,1716,1774,1778,1870,1816,1836,1869,1372,1375,1367,1854,1819,1856,1320,1822,1795,1813,1809,1811,1843,1810,1770,1767,1773,1769,1767,1770,1775,1780,1786,1782,1781,1778,1778,1778,1775,1778,1778,1756,1836,1874,1382,1404,1381,1373,1875,1870,1878,1203,1779,1794,1817,1819,1818,1812,1809,1813,1859,1286,1811,1814,1812,1815,1809,1810,1823,1792,1764,1768,1760,1772,1767,1772,1778,1781,1795,1776,1785,1843,1866,1876,1371,1880,1804,1855,1836,1379,1861,1883,1370,1367,1846,1345,1855,1230,1781,1853,1310,1809,1813,1820,1811,1816,1786,1764,1721,1749,1737,1742,1786,1812,1814,1785,1862,1872,1887,1368,1373,1883,1388,1356,1328,1842,1790,1816,1814,1815,1810,1813,1809,1810,1796,1811,1815,1751,1814,1810,1810,1822,1812,1765,1814,1326,1810,1809,1811,1809,1809,1812,1828,1739,1690,1772,1770,1765,1771,1759,1688,1226,1772,1775,1653,1777,1477,1777,1788,1318,1773,1749,1859,1376,1832,1868,1320,1815,1813,1810,1716,1778,1811,1815,1796,1769,1811,1809,1813,1821,1810,1809,1815,1796,1705,1848,1770,1772,1746,1773,1778,1748,1788,1782,1780,1773,1789,1780,1786,1787,1773,1852,1340,1708,1793,1774,1782,1779,1786,1781,1795,1865,1388,1371,1867,1861,1860,1818,1847,1839,1252,1738,1751,1746,1747,1787,1792,1819,1818,1792,1818,1768,1777,1772,1775,1824,1769,1807,1809,1763,1726,1749,1760,1806,1805,1806,1748,1771,1789,1789,1788,1763,1872,1856,1312,1722,1788,1796,1818,1768,1744,1786,1766,1774,1767,1763,1742,1724,1726,1750,1805,1813,1816,1828,1872,1761,1758,1769,1772,1790,1786,1787,1733,1797,1783,1776,1784,1784,1779,1784,1777,1845,1774,1784,1764,1767,1778,1776,1814,1779,1775,1775,1783,1759,1814,1763,1770,1801,1773,1756,1838,1824,1835,1754,1807,1806,1339,1805,1802,1803,1785,1815,1808,1805,1874,1311,1843,1794,1811,1859,1313,1810,1818,1814,1812,1757,1731,1765,1780,1765,1773,1743,1757,1779,1727,1730,1781,1798,1812,1817,1776,1742,1746,1783,1748,1775,1782,1743,1725,1725,1767,1813,1818,1817,1793,1857,1830,1860,1859,1805,1792,1784,1753,1725,1724,1725,1723,1723,1770,1742,1749,1727,1735,1813,1792,1828,1819,1763,1764,1764,1895,1780,1770,1772,1776,1742,1789,1783,1788,1777,1698,1786,1808,1809,1806,1806,1805,1805,1813,1785,1790,1797,1810,1307,1776,1814,1820,1732,1793,1793,1814,1812,1812,1809,1809,1813,1785,1837,1802,1811,1810,1812,1810,1814,1810,1783,1727,1747,1745,1744,1766,1763,1761,1763,1661,1741,1767,1776,1766,1811,1816,1813,1811,1861,1310,1808,1772,1747,1746,1766,1762,1761,1762,1725,1748,1762,1752,1769,1814,1756,1716,1726,1709,1712,1716,1770,1761,1781,1747,1804,1825,1784,1779,1773,1861,1299,1754,1779,1782,1786,1775,1775,1774,1779,1740,1790,1811,1762,1765,1828,1823,1830,1371,1877,1819,1876,1372,1910,1769,1808,1774,1751,1804,1805,1805,1812,1775,1764,1793,1792,1805,1870,1289,1844,1864,1335,1835,1755,1781,1776,1775,1756,1759,1762,1795,1791,1818,1777,1776,1781,1763,1788,1793,1791,1804,1775,1770,1776,1778,1782,1831,1278,1789,1826,1782,1819,1787,1790,1782,1783,1723,1714,1747,1699,1669,1632,1753,1788,1788,1782,1814,1784,1743,1688,1705,1701,1699,1701,1694,1751,1808,1689,1700,1700,1753,1758,1712,1693,1737,1741,1697,1700,1698,1700,1701,1697,1740,1793,1785,1789,1787,1786,1786,1783,1811,1786,1696,1756,1795,1785,1752,1728,1721,1723,1686,1680,1679,1635,1717,1683,1679,1713,1768,1735,1725,1726,1720,1728,1723,1721,1722,1723,1683,1711,1767,1712,1643,1626,1738,1806,1807,1731,1745,1718,1727,1726,1683,1723,1686,1681,1686,1632,1710,1724,1738,1728,1735,1659,1736,1720,1702,1699,1698,1697,1703,1697,1725,1700,1655,1767,1760,1781,1781,1780,1782,1777,1779,1788,1689,1753,1784,1757,1784,1781,1774,1800,1798,1790,1865,1821,1832,1797,1758,1804,1805,1812,1859,1287,1805,1306,1739,1834,1314,1811,1810,1817,1810,1833,1788,1772,1787,1781,1755,1787,1816,1843,1823,1825,1836,1863,1871,1873,1274,1756,1737,1726,1763,1806,1806,1805,1788,1801,1768,1744,1647,1565,1744,1694,1737,1786,1791,1706,1386,1728,1402,1288,1778,1736,1514,1799,1788,1786,1873,1790,1790,1811,1825,1291,1804,1776,1779,1575,1771,1805,1819,1839,1801,1808,1820,1201,1732,1780,2019,1570,1569,1581,2478,2736,2368,3710,1865,2275,2248,2054,2173,1675,1925,1979,1934,1641,1764,2002,1643,1683,1624,1751,1685,1559,1969,1767,1919,1716,1664,1656,1636,1583,2042,1976,2123,2190,2142,2138,2149,2338,2209,1844,2281,2300,2089,1808,2008,2684,2084,2051,2160,2288,2761,2177,2792,2604,1946,2118,2399,2283,2218,3145,2459,2170,3528,3974,2964,2194,2101,2448,2447,2295,3564,2678,3091,1798,1971,2448,2481,2653,3375,2768,2448,2405,2492,2487,2449,2566,2524,2532,2407,2212,2596,2209,2337,2356,2254,2171,2121,2372,2964,2651,2842,2931,3177,2606,2888,2168,2287,2762,3051,2529,2365,2212,2641,2250,2769,2128,2284,2211,2885,3173,2524,1925,2043,2207,1927,2291,2405,2607,2414,2086,2724,2408,2407,2286,2324,2208,2085,2053,2319,2176,2202,2365,2372,2401,1969,2483,3053,2126,2408,2364,2048,2084,2166,2611,2491,2647,2549,2490,2128,2647,2898,2491,2910,2548,2392,2689,2946,2868,2699,2616,2553,2408,2422,2563,3072,2314,2200,2607,2047,2551,2487,2348,2359,2089,2044,2072,2434,3184,2808,2575,3004,2652,2672,2312,2526,2121,2570,2487,2247,2503,2810,2672,2845,2832,2468,2532,2484,2526,2650,2603,2528,2528,2691,2569,2685,2649,2646,2486,2629,2956,2341,2642,3213,2231,2383,3234,2655,2564,2263,2123,2245,2326,2613,2328,2601,2690,2572,2888,2440,2290,2285,2089,2050,2162,2354,2183,2409,2515,2126,1849,2167,2127,2211,2367,2684,2727,2202,2414,2124,2614,2923,3279,2854,2761,2734,2416,2885,2759,2570,2376,2168,2366,2521,2617,2363,2128,1931,1878,1813,2324,2102,2545,2010,2124,1966,2567,2085,2499,2365,1968,2199,1964,2048,2124,2217,2587,2697,2492,2319,2091,2484,2401,3303,2642,2336,2249,2562,2451,2880,2602,2687,2591,2281,2446,2927,2651,2409,2688,2887,2280,2045,2780,2644,1964,2288,2220,1827,2313,2366,2447,2368,1937,1932,2213,2483,2089,2414,2367,2442,2450,2491,2362,2290,2407,2605,3368,2208,2333,2763,2613,2845,2002,2168,2172,2647,4489,3571,3410,2532,2888,2643,3781,3162,2169,2731,8543,2933,2607,2767,2329,3567,2609,2247,2525,2643,2814,3165,2728,2735,2487,2613,2722,2651,2571,1886,2360,1853,2568,2452,5483,2444,2612,2689,2731,2815,4003,2205,2170,2922,2208,2022,3676,2485,2608,2295,2721,2654,2441,2371,2282,2335,3092,2359,2533,2286,2811,2406,2284,2324,2251,2602,6236,2204,2234,3092,2861,3122,2568,2369,2569,2329,2325,2479,2815,2481,2444,2810,2970,2885,2649,3656,3450,2364,2736,2411,4049,2810,2967,2330,2371,2400,2567,2651,2562,2569,2404,2614,2726,2849,2490,2329,2854,2921,2328,3286,3574,2406,2609,2283,4623,2242,2808,2927,3409,2445,2527,2894,2769,2726,2485,3328,3256,2929,3091,2722,2738,2970,3124,2328,2567,3126,2244,3497,2447,2764,2452,2293,2684,2326,2969,2599,2935,2607,2567,2573,2169,2278,2649,3690,2809,2645,3058,3164,3208,2648,2535,2768,2482,2495,2766,2844,2767,2930,2490,2771,3244,2888,2488,2289,2897,2802,3088,2245,2767,4010,2331,2607,2770,2767,2809,2848,3134,2760,2768,2373,2569,2406,2202,2329,2729,2605,2449,2410,2529,2450,2290,2281,2565,2324,11846,2482,2730,6301,2606,3049,2486,2489,3408,3419,2400,2890,3445,2687,2773,2206,3255,2561,2611,2610,3491,2720,2613,2446,2444,2488,3017,2727,2685,2770,2493,2047,2434,2574,2682,2695,2244,2295,3322,2645,2974,2929,2442,2451,2134,2556,2328,2695,2767,2401,2533,2608,2647,2404,2610,2607,2486,2220,2963,2245,2269,2606,2371,2119,2000,2367,2613,2926,2972,2886,2607,2411,2925,2733,2575,2073,2520,2492,2963,2415,2645,2371,2723,2452,2366,2929,2765,2972,2280,2375,2648,2607,2765,2694,3164,3091,2524,2528,2410,2730,2802,2572,2607,2168,2568,2325,2364,2450,2728,2292,2487,2964,2084,1974,1999,2133,2163,2609,2288,2242,2252,2208,2520,2484,2891,2207,3007,2689,2292,2886,2807,7561,2445,2331,2211,2047,2447,2080,2610,2652,2522,2254,2166,2929,2486,2602,2329,2574,3487,2164,2528,2524,2487,2370,2885,2324,2535,2082,2167,2170,1962,1929,2324,2606,2213,2483,2568,2370,2923,2537,1806,2102,2480,2126,2608,2850,2169,2766,2490,2249,3050,2767,2481,2737,2639,2411,1965,2006,2292,2403,3254,2244,2405,2652,2128,2198,2452,2282,2293,2281,2295,2006,1965,2244,1944,1734,2213,2013,1643,1880,1884,1814,2481,2339,2280,2413,1797,1803,1791,1842,1923,1891,2050,1838,1927,1960,2518,2492,2530,2174,2544,2448,2405,2008,3139,2337,2026,1925,2555,2287,2446,2562,2069,2591,2487,2190,2328,2276,2066,2270,1967,1916,2016,1763,2055,2184,2126,2088,2583,2511,2450,2790,2943,3233,2272,2967,2810,2966,2603,2744,2294,1933,2517,2543,2282,2485,2389,2639,2211,1983,2648,2334,2361,2699,2519,1938,2150,1889,2279,2914,2492,2334,3177,2405,2371,2244,2611,2489,2514,2473,2511,3080,2848,2783,2732,2269,2347,2040,2087,2414,2043,2447,2444,3035,2288,2366,2082,2291,2730,2384,2507,1822,1867,2206,2247,1855,2282,2248,2283,2368,2405,3048,2512,2572,2164,2390,2405,2970,2108,2763,2612,2643,2475,2606,2869,3166,2738,2161,2226,2269,2210,2689,2115,2123,1928,2124,2089,2103,2561,2321,2733,2931,2488,2245,2244,2090,2402,2848,2004,2490,2486,1968,2519,2410,1949,2770,2023,1805,1966,1960,1685,2151,2127,2493,2401,2811,3126,3211,2853,2048,2532,2525,2689,3285,2568,2649,2971,3129,2011,2009,2563,2447,2250,2731,2609,2086,2366,2605,2616,2560,2420,2145,2075,2190,2050,2145,2489,3293,2451,2493,2184,2598,2608,1817,2084,2247,2209,2040,2242,1768,1884,1974,1876,1809,2033,2809,2649,2651,2166,2205,2291,2361,2372,2360,2697,2603,2688,2412,2204,2279,2255,3004,2135,2681,2567,2733,2529,2927,2321,2896,2404,2770,2487,2529,2807,2689,2283,2368,2967,3773,3124,2572,3216,2848,2448,2446,2242,2452,2120,2575,2563,2850,2606,2574,2500,2214,2446,2485,2411,2562,2324,2730,1883,2010,1666,2258,2444,2729,2605,2012,2405,2043,2134,2682,2324,1608,1827,1929,1888,1877,2014,2258,2437,2123,2046,1732,1674,1651,1676,1885,1854,1845,2013,2409,2245,2017,1769,1961,1847,1962,1973,2043,1969,1962,2173,2163,1847,1841,1808,2122,2086,2016,2166,2289,1953,1856,1800,1685,1690,1928,2435,2271,2504,2851,2810,2487,3129,2138,2708,2932,2812,2724,2174,2602,2775,2725,2890,2609,2405,2289,2161,2415,2120,2405,2370,2650,2728,2611,2607,2404,2729,2328,2370,2488,2602,2607,2687,2488,2455,2845,2648,2727,2564,2535,2172,2562,2611,2364,2328,2367,3008,2574,2399,2570,2492,2492,2490,2040,2252,2089,2202,2331,2403,2571,2008,1761,1865,2172,2330,2398,2419,2445,2366,2284,2249,2210,2326,2285,2243,2329,2250,2241,2249,2524,2410,2645,2286,2244,2087,2051,2164,2251,2203,2524,2370,2326,2326,2293,2283,2325,1977,1948,2029,2407,2009,1757,2143,1991,1883,1886,2231,2247,2247,2478,2603,2604,2751,2923,2822,2745,2687,2586,2927,3085,2931,2683,2685,2267,2794,3010,2927,2753,2680,2983,2855,2989,2918,2710,2655,2669,2994,3250,2821,2705,2765,2623,2809,2897,2763,2573,2524,2845,2935,2962,2539,2048,1908,2232,2286,2263,2386,2253,2185,1982,1930,1929,2349,1935,2288,2857,2718,2453,2536,3221,2837,2282,2329,2181,2399,1947,1905,2368,2675,2789,2167,2086,3196,1947,1736,2536,2306,2295,2186,2207,2271,2288,2315,2335,2281,2289,2895,2396,2297,2322,2421,1915,1725,1934,1943,1945,1943,1944,1941,1871,1851,1740,2239,2248,1781,1732,1733,1734,1682,1636,1614,1825,1816,1775,1788,1783,1790,1770,1715,1703,1711,1721,1706,1714,1704,1713,1712,1600,1632,1614,1627,1614,1526,1750,1539,1454,1532,1466,1625,1523,1460,1448,1451,1457,1452,1374,1311,1951,1405,1469,1348,1888,1398,1396,1400,1394,1391,1403,1409,1403,1392,1317,1873,1367,1367,1367,1368,1287,1836,1373,1423,1453,1441,1421,1424,1424,1420,1419,1424,1429,1415,1348,1347,1419,1405,1375,1350,1378,1351,1400,1362,1933,1911,1920,1393,1402,1386,1386,1311,1752,1747,1777,1863,1372,1366,1353,1350,1349,1337,1355,1350,1343,1245,1733,1823,1226,1717,1721,1717,1721,1721,1721,1242,1801,1323,1815,1813,1786,1757,1716,1814,1808,1848,1799,1794,1788,1701,1776,1714,1737,1804,1799,1801,1793,1798,1795,1752,1743,1779,1849,1831,1385,1395,1372,1864,1862,1787,1359,1854,1375,1797,1864,1858,1859,1858,1796,1782,1768,1700,1749,1776,1776,1791,1776,1742,1733,1686,1698,1727,1726,1723,1723,1684,1682,1763,1776,1742,1730,1730,1775,1805,1773,1806,1770,1732,1750,1816,1745,1775,1725,1758,1771,1730,1724,1717,1778,1756,1786,1762,1797,1777,1778,1760,1801,1361,1732,1728,1696,1684,1724,1725,1686,1720,1208,1662,1660,1749,1755,3020,2249,2268,2936,2351,2124,1892,1850,1968,1811,1813,2228,2350,1983,2319,2492,2295,2134,2100,2075,2193,2163,2171,2023,1942,1934,1876,1959,1957,1946,1962,1958,1970,1815,1922,1921,1956,1943,1976,1942,1958,1758,1799,1841,1799,1687,1693,1683,1687,1603,1707,1824,1820,1808,1715,1716,1725,1765,1442,1505,1349,1920,1392,1498,1559,1368,1848,1870,1834,1358,1884,1441,1852,2067,1444,1361,1853,1824,1843,1829,1827,1827,1999,1578,1578,1560,1563,1462,1356,1420,1337,1335,1333,1286,1740,1830,1339,1336,1537,1501,1442,1343,1433,1463,1464,1412,1368,1307,1419,1228,1827,2864,2405,1854,1879,1848,1980,1962,1850,1853,1794,1873,1848,1820,1964,1819,1966,1951,1788,1770,1769,1771,1788,1972,2028,1899,1777,1648,1619,1618,1620,1620,1736,1682,1567,1430,1586,1465,1402,1385,1386,1385,1385,1617,1469,1388,1384,1387,1466,1331,1953,1332,1827,1962,1448,1355,1452,1333,1453,1331,1986,1564,1556,1557,1560,1454,1495,1443,1417,1339,1834,1805,1809,1805,1764,1879,1376,1370,1371,1372,1346,1310,1800,1922,1447,1428,1359,1912,1455,1454,1422,1421,1424,1421,1363,1360,1385,1340,1404,1896,1443,1442,1429,1424,1376,1374,1332,1867,1320,1403,1379,1372,1309,1760,1781,1782,1804,1868,1375,1374,1417,1778,1834,1821,1818,1741,1323,1739,1787,1788,1772,1715,1730,1714,1716,1729,1714,1714,1743,1742,1704,1745,1794,1731,1803,1792,1753,1794,1807,1695,1706,1700,1699,1774,1799,1797,1802,1802,1827,1818,1800,1787,1783,1786,1791,1818,1797,1794,1807,1785,1778,1844,1804,1801,1801,1801,1791,1648,1759,1778,1685,1751,1772,1756,1782,1697,1754,1752,1742,1772,2136,3164,3481,3260,2906,2148,2485,2964,3220,3001,2620,2297,2327,2331,2325,2582,2314,2445,2582,2587,2471,2234,1979,1699,1890,1752,1724,1723,1729,1747,1587,1585,1601,1624,1598,1575,1583,1600,1569,1494,1434,1488,1484,1456,1492,1483,1491,1493,1492,1439,1444,1417,1377,1408,1500,1686,1687,1676,1724,1740,1519,1440,1443,1435,1307,2129,1641,1638,1646,1637,1683,1942,2086,1590,1349,1864,1422,1388,1365,1366,1367,1366,1256,1719,1920,1340,1333,1332,1334,1331,1332,1343,1332,1308,1833,1432,1398,1312,1928,1465,1415,1313,1819,1312,1792,1832,1893,1860,1344,1869,1876,1874,1871,1842,1874,1867,1830,1369,1828,1786,1816,1806,1795,1869,1418,1379,1376,1381,1377,1337,1392,1388,1381,1370,1372,1358,1357,1357,1333,1374,1363,1374,1242,1736,1724,1714,1805,1780,1809,1799,1786,1844,1800,1808,1782,1722,1795,1795,1772,1853,1775,1777,1848,1310,1773,1770,1768,1767,1780,1769,1772,1765,1784,1718,1716,1767,1799,1801,1798,1792,1782,1821,1797,1838,1834,1836,1685,1755,1749,1764,1713,1728,1724,1772,1770,1809,1807,1770,1684,1703,1736,1722,1722,1723,1723,1706,1771,1777,1781,1725,1773,1806,1808,1802,1823,1339,1732,1771,1760,1786,1722,1728,1724,1683,1681,1684,1686,1727,1706,1731,1716,1727,1706,3032,2548,2909,2071,2405,1874,1876,1873,2115,2174,2049,1947,2063,1987,2030,2048,2263,2386,2374,1994,2449,1955,1915,1824,2174,1954,2293,1743,1740,1734,1738,1754,1945,1951,1959,1960,1944,1948,1902,1773,1722,1675,1739,1725,1714,1768,1798,1783,1527,1682,1716,1587,1696,1567,1559,1547,1674,1678,1663,1696,1686,1589,1412,1536,1492,1489,1483,1458,1476,1477,1479,1480,1671,1706,1702,1781,1718,1494,1606,1698,1611,1610,1605,1392,1918,1406,1327,1837,1363,1330,1299,2025,1607,1621,1629,1617,1567,1535,1553,1553,1553,1555,1561,1646,1572,1550,1551,1510,1501,1318,1844,1313,1386,1339,1332,1271,1803,1847,1358,1309,1920,1407,1404,1409,1410,1319,1524,1313,1818,1498,1549,1550,1544,1551,1550,1547,1549,1553,1537,1554,1558,1557,1519,1503,1425,1485,1495,1390,1437,1437,1297,1882,1358,1360,1356,1355,1425,1406,1476,1548,1360,1837,1826,1828,1829,2010,1583,1570,1584,1523,1331,1807,1801,1775,1809,1817,1732,1877,1362,1304,1739,1742,1743,1744,1745,1742,1731,1237,1868,1336,1869,1886,1435,1437,1441,1449,1435,1447,1459,1472,1392,1344,1303,1803,1804,1764,1764,1825,1269,1747,1745,1745,1746,1747,1746,1850,1349,1307,1769,1709,1678,1660,1658,1734,1855,1272,1781,1735,1657,1648,1650,1645,1654,1635,1634,1691,1247,1794,1758,1665,1644,1651,1715,1752,1748,1773,1780,1739,1714,1795,1836,1832,1782,1711,1699,1752,1731,1736,1725,1733,1758,1770,1765,1800,1873,1382,1379,1850,1839,1828,1313,1811,1815,1265,1790,1825,1814,1812,1755,1782,1810,1831,1809,1769,1767,1778,1787,1737,1764,1780,1779,1742,1788,1786,1775,1789,1779,1780,1778,1777,1783,1786,1788,1806,1814,1806,1826,1376,1390,1847,1832,1871,1872,1873,1840,1345,1854,1311,1833,1319,1793,1813,1812,1810,1810,1815,1822,1310,1813,1816,1794,1774,1744,1766,1763,1771,1757,1692,1743,1771,1774,1766,1811,1794,1853,1839,1311,1811,1812,1812,1764,1741,1746,1767,1790,1720,1716,1706,1717,1775,1773,1787,1786,1688,1794,1791,1786,1789,1738,1352,1257,1764,1776,1730,1822,3338,3859,3199,2415,2895,2590,3411,2547,2679,2352,2694,2642,2432,2981,2089,2575,2723,2357,3011,3777,2647,2874,2705,2523,2206,2689,2688,2734,2362,2444,2537,2131,2564,2688,2888,2296,2565,2125,2647,2233,2744,2151,2939,2640,1923,2408,2457,2889,2482,1689,2693,1889,2078,1843,1965,1687,1935,1997,2627,2205,2013,1999,1796,1610,1647,1971,2331,2122,2091,2042,1845,1609,1757,1982,2360,2603,2610,2854,2108,1884,2411,1813,2400,2250,2728,2852,2320,2291,2448,2488,2648,2406,2527,2335,2162,2206,2928,2656,2160,2414,2485,2447,2368,4053,2404,2770,2604,3855,1920,2570,2288,2091,2563,2651,2607,2286,2730,2602,2531,2648,2731,2965,2651,2765,2406,2172,2244,3327,2454,2607,2569,2403,4014,2324,2049,2324,2287,2127,2082,2295,3208,2482,2610,2166,2208,2083,3612,2647,2333,2523,3132,2449,3364,2728,2528,3053,1925,2324,2290,2531,2609,2647,1964,2286,2612,2163,2732,2720,2529,2410,2130,2366,2122,2526,2893,2164,2051,1842,2285,2052,2408,2363,2087,2322,2609,2169,2050,2207,2721,2488,2246,2046,2246,2012,2129,1761,2087,2284,1817,2110,2134,2045,2129,2559,2648,2660,1803,1884,2125,2043,2407,2565,2257,2401,2608,2169,2045,2244,2688,2444,2532,2850,2247,2410,2923,2244,2648,3055,2363,2411,2689,2610,2405,2324,2049,2247,1967,2004,2483,2447,2213,2329,2766,2047,2205,2407,2488,2642,2809,2411,2208,2408,2568,3893,2484,2885,2410,3490,3765,2694,2484,2372,2487,2045,2288,2325,2688,3124,2374,2608,2050,2361,2294,2401,2774,2289,3045,3171,2447,2806,2251,2522,2012,2358,1950,2382,2490,2443,2372,2326,2485,2407,2691,2363,2250,2207,2168,2405,2486,2205,2487,2009,1726,1877,2890,2447,2607,2530,2366,2404,2491,2485,2690,2488,2126,2003,2331,2326,2524,2128,2048,2045,2045,2171,2044,1969,2040,2088,2131,2127,2122,2164,2008,1965,2008,2127,2168,2162,2530,2090,2002,1966,2006,2091,2522,2276,2528,2485,2488,2221,2090,2047,2564,2471,2412,2405,2264,2207,2119,2552,2060,2315,2409,2445,2498,2477,2498,2444,2402,2412,2496,2397,2367,2849,2810,2808,2678,2495,3059,2801,3094,3207,2804,2846,2848,2904,2598,2094,2373,2449,2444,2045,2449,3011,2002,2206,2682,2726,2692,2357,2527,2544,2529,2381,2998,2404,2332,2199,2544,2756,2365,2409,2684,2171,2730,2456,3289,2569,3146,3132,2533,2559,2555,2761,2425,2226,2432,3044,2693,2261,2591,2623,2125,2473,3223,2514,2766,2651,2846,3332,1986,2384,2434,2933,2206,2562,2884,3311,2347,2493,2652,3108,3244,3148,2721,2774,2686,2368,3139,2219,2208,2421,2639,2288,2700,2444,2676,2465,2086,2245,2916,2962,2426,2311,3095,2942,2168,2320,2237,2166,2338,2285,2487,2640,2294,2706,2370,2847,2216,2246,2326,2448,2161,2483,2691,2431,2567,2608,2624,2622,2563,2407,2486,2447,2495,2324,2608,2567,3209,2453,3087,2739,1926,2944,2539,2505,2247,2361,2330,2245,2088,2225,2232,2321,2211,2701,2234,2127,2325,2284,2248,2208,2678,4050,2450,2334,1807,1762,1894,2121,2084,2090,2085,2084,2048,2009,2087,2084,1967,1732,1974,2460,3613,2526,2247,3135,2246,2284,2364,2290,3051,2689,2564,2610,2667,2521,2085,2820,2612,2187,2609,2606,2930,2292,2563,2607,2607,2643,2570,2528,2452,2086,2290,2086,2128,2928,2283,2091,2243,2285,2367,2125,2013,2042,2001,2250,2214,2320,2208,2085,2249,2010,2087,2480,2368,2326,2530,2491,2241,2135,2320,2248,2293,2739,2741,2480,2413,2407,2446,2219,2433,2370,2326,2789,2165,2086,2761,2580,2328,2086,2005,2309,2136,2119,2605,2560,2532,3028,2472,2146,2298,2491,2437,2573,2167,1905,2113,2019,1965,2001,2371,2571,2594,2374,2164,2025,1967,1959,2007,1983,1762,1917,1911,1941,1941,1913,1914,1874,1913,1909,1911,1927,1912,1913,1913,1874,1917,1960,1909,2044,2027,1967,1968,1935,1935,1926,1765,1699,1729,1744,1747,1621,1501,1732,1793,1656,1664,1677,1595,1532,1605,1524,1640,1625,1532,1532,1519,1507,1530,1530,1487,1956,1856,1927,1364,1364,1344,1463,1350,1354,1349,1960,1353,1804,1797,1790,1783,1902,1440,1417,1408,1365,1383,1372,1366,1368,1367,1368,1366,1370,1368,1366,1358,1332,1459,1488,1437,1343,1469,1506,1508,1451,1343,1333,1304,1810,1846,1899,1400,1401,1397,1326,1596,1399,1354,1225,1853,1859,1303,1341,1329,1830,1838,1859,1340,1313,1809,1812,1899,1376,1323,1818,1806,1815,1368,1856,1843,1848,1840,1847,1840,1957,1315,1930,1449,1439,1427,1400,1321,1845,1378,1271,1759,1810,1846,1337,1255,1855,1256,1724,1721,1746,1797,1671,1570,1738,1780,1866,1292,1781,1839,1278,1707,1352,1699,1789,1699,1785,1392,2076,2477,3026,2681,2334,2398,2341,2302,2729,2349,2373,2651,3816,2740,3309,2630,2521,2285,3025,2848,2845,2610,1903,2426,2190,2453,2126,2447,2216,2838,1949,1934,2441,2447,2128,2445,1858,2597,2727,2688,2210,2812,2539,2161,2293,2119,2008,2130,2043,2165,3002,2618,2328,2330,2287,2318,2251,2367,2286,2292,2324,2324,2489,2124,2728,2323,2411,2104,2499,2525,3158,2073,2029,1969,2080,1931,1920,2286,2059,2565,2763,2613,2561,2293,2092,1765,1765,1726,1765,1926,1765,1725,1718,1960,2223,2079,2089,2085,2086,2047,2005,1994,2242,2002,1980,1999,2005,1992,2085,1866,1829,1730,1613,1677,1645,1729,1729,2008,2220,2239,2202,2237,2241,2016,1813,1651,1515,1484,1484,1668,1535,1490,1486,1400,1509,1341,1466,1405,1382,1395,2035,1849,1808,1762,1969,1437,1436,1398,1399,1394,1545,1540,1421,1529,1465,1469,1475,1661,1655,1685,1782,1479,1473,1475,1460,1362,1567,1614,1615,1615,1639,1470,1528,1606,1492,1349,1345,1386,1542,1559,1560,1558,1684,1531,1438,1408,1314,1781,1787,1781,1743,1726,1742,1800,1711,1731,1722,1742,1723,1846,1396,1555,1277,1689,1803,1357,1408,1372,1866,1795,1762,1744,1918,1975,1894,1761,1686,1723,1877,1849,1812,1295,1389,1365,1890,1802,1803,1637,1845,1869,1821,1600,1469,1712,1245,1662,1920,1623,1781,1770,1768,1745,1860,1898,1784,1776,1761,1985,1414,2005,1570,1377,1797,1451,1503,1509,1469,1500,1335,1973,1518,1513,1506,1526,1469,1523,1498,1510,1518,1515,1516,1440,1864,1331,1966,1334,1766,1763,1997,1485,1471,1472,1323,1832,1310,1796,1946,1481,1472,1471,1472,1446,1418,1453,1362,1444,1460,1383,1341,1351,1456,1348,1306,1842,1408,1422,1382,1298,1789,1791,1785,1781,1768,1858,1397,1435,1409,1410,1402,1401,1400,1400,1399,1398,1277,1828,1325,1257,1768,1793,1704,1694,1841,1407,1362,1385,1417,1763,1773,1729,1728,1730,1730,1697,1223,1753,1814,1366,1370,1358,1332,1774,1807,1764,1877,1316,1783,1780,1776,1778,1773,1780,1760,1869,1356,1307,1795,1812,1828,1772,1784,1344,1754,1736,1724,1719,1775,1825,1324,1789,1781,1926,1455,1433,1434,1447,1435,1435,1292,1943,1435,1405,1397,1359,1459,1470,1469,1469,1474,1392,1463,1491,1487,1425,1394,1419,1491,1445,1442,1443,1442,1368,1843,1288,1877,1349,1864,1870,2785,2340,2336,2052,2234,2057,2037,2146,2033,2151,1863,1927,1926,2003,2191,2215,2305,2199,1816,1939,1985,2253,1769,1773,1773,1770,1655,1711,1648,1634,1633,1757,1606,1622,1621,1615,1545,1575,1530,1541,1541,1539,1540,1539,1541,1540,1466,1494,1478,1470,1536,1474,1473,1467,1448,1425,1423,1356,1329,1847,1346,1317,1825,1375,1363,1364,1364,1365,1372,1835,1828,1822,1811,1811,1810,1811,1808,1802,1802,1771,1792,1790,1789,1790,1789,1789,1788,1791,1738,1886,1349,1347,1354,1320,1319,1822,1377,1423,1297,1796,1749,1890,1392,1398,1269,1824,1945,1353,1354,1387,1343,1827,1833,1813,1841,1842,1841,1836,1829,1833,1438,1438,1437,1441,1428,1442,1341,1893,1420,1421,1424,1382,1413,1360,1320,1315,1883,1353,1361,1356,1340,1341,1349,1334,1349,1339,1794,1705,1789,1791,1785,1784,1789,1298,1796,1789,1704,1756,1759,1752,1786,1783,1762,1749,1787,1730,1778,1785,1784,1824,2879,2454,2428,3068,2339,3215,3116,2575,2608,2500,2543,2570,2570,2435,2029,2146,2192,2007,1949,2106,1785,1733,1593,1704,1689,1720,1739,1746,1748,1752,1750,1549,1356,1514,1528,1533,1533,1646,1526,1534,1532,1680,1551,1689,1696,1616,1480,1484,1464,1474,1475,1493,1462,1405,1449,1444,1413,1516,1400,1342,1780,1770,1922,1271,1756,1768,1755,1757,1756,1753,1742,1726,1753,1849,1352,1352,1342,1395,1793,1831,1976,1507,1498,1378,1730,1890,1426,1911,1439,1897,1382,1398,1398,1378,1857,1414,1872,1873,1876,1872,1953,1373,1863,1855,1871,1854,1863,1863,1866,1858,1873,1898,1901,1457,1461,1464,1458,1469,1458,1394,1418,1409,1405,1405,1350,1324,1826,1875,1402,1395,1334,1264,1743,1819,1314,1816,1314,1812,1814,1687,1753,1769,1714,1790,1848,1341,1340,1340,1378,1358,1340,1349,1280,1810,1846,1333,1302,1832,1350,1846,1836,1802,1786,1783,1790,1770,1770,1828,1736,1788,1787,1781,1778,1781,1773,1753,1781,1742,1812,1830,1837,1866,1795,1777,1777,1777,1792,1810,1805,1805,1306,1809,1872,1367,1880,1311,1295,1830,1793,1814,1810,1810,1820,1822,1751,1809,1811,1811,1809,1810,1809,1809,1813,1819,1833,1753,1789,1765,1754,1755,1715,1711,1733,1766,1724,1714,1746,1769,1775,1783,1788,1786,1822,1777,1867,1784,1764,1781,1780,1775,1780,1776,1776,1777,1774,1783,1790,1783,1804,1782,1806,1337,1785,1774,1780,1776,1773,1781,1784,1766,1758,1760,1778,1775,1776,1779,1776,1782,1757,1728,1783,1805,1775,1777,1779,1780,1786,1808,1763,1779,1777,1774,1776,1795,1792,1783,1730,1756,1857,1819,1845,1366,1372,1872,1868,1867,1870,1375,1753,1805,1758,1757,1781,1779,1808,1773,1786,1777,1787,1791,1805,1783,1792,1797,1854,1863,1866,1874,1375,1311,1805,1847,1789,1820,1826,1818,1812,1767,1777,1784,1773,1741,1738,1739,1742,1743,1748,1771,1774,1779,1729,1803,1805,1819,1292,1866,1395,1436,1465,1474,1543,1556,1738,2130,2714,2871,2728,2876,2954,2929,3140,2934,2739,2610,2902,2890,2672,2729,2892,2940,2921,2897,2711,2648,2677,2546,2890,2894,2515,2365,2255,2982,3011,2740,2780,2405,2277,2579,2673,2652,2524,2527,2487,2574,2567,2861,3049,2550,2531,2478,2626,2697,2647,2806,2183,2322,2250,2283,2327,2206,2209,2248,2207,2285,2137,2123,1966,2004,2929,2249,2171,2323,2167,2090,2080,2217,2348,2607,2459,2325,2287,2286,2640,2806,2578,2409,2802,3474,2855,2893,2728,2976,2895,2938,2627,2648,2568,2600,2533,2403,3271,2122,2045,2006,2316,2371,2565,2821,2327,2290,2976,3049,2363,2244,2286,2202,1986,2878,2669,2568,2466,2590,3166,4932,2641,2562,2853,2486,2409,2525,2406,2844,2358,2310,2212,2326,2493,2007,2005,2092,2246,2242,2165,2169,2571,2091,1803,1723,2012,2120,2728,2091,2009,2278,2130,2365,1771,2687,2365,1866,2281,2792,2456,2245,2365,2288,2484,2532,2440,2530,2488,2265,2911,2808,2586,2364,2517,2766,1819,1604,1604,1821,1797,1813,2603,2366,2528,2134,1899,1806,2095,2372,2404,2366,2325,2253,2201,2095,2203,2569,2091,2091,2201,2209,2123,2488,2684,2490,2447,2005,1828,2218,2170,2203,2408,2406,2410,2286,2160,2173,2283,2370,2367,2373,2245,1807,1966,1803,1931,2003,2292,2167,2080,2491,2047,2041,2011,2093,2407,2161,2051,2168,2077,2014,2407,2281,2372,2392,2790,2516,2846,2642,2647,2834,2953,2930,2861,2890,2849,2980,2505,2487,2528,2771,2815,2745,2379,2286,2326,2516,2652,2363,2261,2165,2047,2246,2046,2233,2251,2321,2062,2229,2409,2413,2244,2247,3975,2371,2374,2008,2286,1886,2529,2406,2287,2286,2519,2444,2366,2743,2887,2990,2954,3003,2367,2357,3019,3009,3211,2973,3127,3035,3303,3093,3130,3171,2975,2839,2239,3121,3990,2210,2354,3153,3344,3227,3154,3050,2622,2263,2042,1968,1880,2401,2038,1946,1844,1967,1924,2284,2037,2575,2769,2625,3141,3101,8556,2795,2575,2047,3216,3299,2305,2002,2462,2357,2393,2300,1769,2199,1703,1916,1850,1761,1565,1647,1773,2159,2200,2116,1855,1805,1805,1919,2134,2246,2038,2107,1840,1651,1724,1645,1685,2085,2051,2048,1927,1809,1868,2142,2524,2688,1846,2136,2170,2120,1953,1961,1802,2358,2365,2093,2443,2131,2005,1854,1804,1845,2520,6580,2617,2681,2735,2239,2136,2122,1929,1727,1710,1683,1653,1846,2199,1765,1530,1686,1603,1689,1637,1683,1657,1806,2319,2053,1605,1633,1577,1601,1877,2678,2772,1756,2564,2123,1984,2248,2155,2373,2393,2660,2089,2442,2093,2166,1738,2665,2334,2206,2003,1902,1848,1968,2073,2123,2334,2324,2459,2099,1966,2385,2689,2364,2810,2133,2082,2387,2326,2330,2726,2659,2239,2340,2848,2364,2284,2367,2445,2051,2563,2415,2805,2486,2364,2684,2812,2290,2483,2735,2527,2523,2530,2569,2809,2366,2529,2603,2013,1884,2377,2846,1710,2673,2731,2407,2282,2097,1941,1900,2234,2085,1890,2363,2536,2240,2288,2020,1889,2052,1983,1800,2164,2575,2486,2885,2491,2326,2046,1835,2167,2401,2566,2567,2175,2361,2133,2045,2367,3210,2929,2285,2690,2285,2087,2165,2568,2607,2446,2489,2686,2257,2520,2200,2053,1723,1565,1684,1601,1605,1683,1889,2050,1928,2075,2013,2009,1848,2223,2533,2250,2363,2279,2175,2445,2485,2567,2644,2279,2221,2323,2370,2833,2781,2493,2515,2764,2471,2162,2608,2326,2447,1932,2011,2230,2562,2398,2324,2772,2697,1972,1765,1962,2126,2365,1991,1924,1841,1734,1724,1720,2070,2493,3574,2400,2531,2089,2161,2204,2535,2527,2407,2051,2479,2206,2287,2050,2243,2774,2567,2326,2531,2641,2408,2202,2129,2074,1848,2738,2848,2611,2519,2694,1813,1824,2291,2079,2095,2053,2095,2309,2690,2696,2162,2408,2563,2620,2480,2935,2965,2490,2282,1817,2246,1870,1843,1999,2009,2398,2930,3099,2766,1974,2356,2252,2726,2685,2450,2725,2287,2051,2021,1886,1935,1765,1913,1970,1932,1955,1725,1577,1685,1998,1895,2287,1875,1724,1692,1718,2034,2371,2406,2172,2469,2611,2280,2371,2484,2608,2454,2407,2168,2561,2613,2044,2294,4607,2334,2892,3811,2330,2442,2688,2888,3094,2567,2116,2484,2034,2004,2016,1997,2013,2420,2327,2004,2561,1945,2356,2642,2410,2768,2486,2525,2367,2810,2854,2646,2723,2816,3006,2649,3004,2853,2329,3327,2241,2547,2968,2842,2609,2806,2291,2412,2479,2456,2966,3210,2609,2525,2685,2531,2565,2204,2412,2728,2409,2531,2326,2680,2530,2570,2567,2530,3250,2526,2124,2729,2852,2766,2729,2370,2279,2050,2411,2373,2768,2521,3369,2529,2686,2293,2285,2973,2447,3006,2727,3009,3086,3091,2413,2596,2532,3252,2360,3377,2606,2764,2692,2770,2682,2613,2611,2199,2651,2243,2133,2608,3244,3530,2449,2967,2777,3165,2725,2533,1921,2935,2567,2966,2729,2526,2846,2733,3009,2609,2570,4453,2642,2490,2128,2606,3086,2371,2491,2484,2688,2685,3370,2495,2607,2640,2415,4171,3889,3415,3086,2690,2446,2808,3009,2606,2207,3817,2562,2886,2291,2324,2649,2606,2769,2373,2886,2728,2690,2603,2530,3049,3126,2490,2645,2611,2488,2411,2483,2530,2484,2532,2403,2569,2413,2082,2485,2373,2120,2573,2730,2606,2562,2608,2534,2489,4012,2849,2523,2531,2365,2607,2529,2642,2494,2484,2609,2569,2445,2854,2322,2210,2366,2329,2411,2642,2574,2601,2496,2487,2486,2727,2488,2203,2567,2772,2690,2608,2687,2442,2367,2447,2368,2771,2773,2642,2572,2364,2092,2519,2616,2559,2288,2129,2646,2492,2529,2286,2204,2048,2086,2770,2167,2082,2489,2852,2327,2368,2644,2488,2606,2450,2525,2571,2482,2245,2212,2608,2603,2449,2293,3041,2935,2281,2415,2600,2655,2448,3042,3576,2728,3325,2572,2404,2813,2649,2522,2529,2450,2643,2330,2249,2487,2205,2649,2483,2328,2251,2126,2489,2445,2126,2203,2332,2283,2888,2655,2605,2573,2483,2327,2494,3935,2529,2322,2694,4174,2564,2685,2374,2364,2135,2276,2245,2573,2605,2572,2360,2410,2610,2282,2046,2024,2081,2290,1988,2199,1853,1844,1890,2292,2293,2328,2645,2453,2402,2529,2449,2685,2408,2246,3253,2486,3616,2928,2524,2126,3289,2530,2285,1763,2211,2407,2648,2847,2404,3493,2368,2244,2444,2090,2484,4579,2202,2728,2693,2849,2769,2081,2056,2040,2401,2655,2601,2287,2650,2771,2367,2851,2487,2205,3007,2489,3006,2330,2446,2450,3005,3050,2331,2534,2284,2410,2563,2653,2241,2491,2931,2161,2492,2605,2808,2291,2445,2405,2205,1890,2445,2974,2365,2648,1925,2323,2408,2488,2731,2441,2492,2209,2397,3299,2306,2459,2564,2502,2634,1809,2012,2494,2890,2524,2611,3251,2529,2489,2486,2528,2324,3687,2813,2047,2562,2578,3159,2612,1924,3004,2729,2654,2639,2048,2054,2104,2289,2245,2529,2039,2596,2768,2560,2416,2526,3765,2489,2489,2691,3129,2568,3125,2451,3612,3044,2615,2601,2491,1843,2373,2687,2651,2608,2408,2966,3094,2929,2565,2850,2567,2213,2361,2523,2811,2727,2448,2571,2367,2608,2522,2086,2330,2125,2331,2364,2370,5425,5087,3136,3168,2687,2251,2485,2048,2682,2533,2401,3489,2296,2281,2570,2764,2295,3729,2245,3132,2529,3047,2242,3256,2967,2411,2483,2247,2248,2331,2362,2447,2774,2526,2609,2364,2246,2408,2289,2650,2603,2530,2767,2166,2372,2521,2536,2601,2815,2407,2526,2403,2451,2442,2291,2125,2366,1965,2456,2443,2448,3250,2891,2407,2291,2320,2289,2726,2531,2446,2494,2522,2490,2566,2530,2486,3044,2534,2445,2927,1973,2204,2088,1924,2536,2562,2364,2695,2561,2371,2290,2407,2408,2323,2565,2526,1968,2615,2047,2048,2163,2412,2290,2523,2365,2443,2256,2403,2849,2325,2488,2769,2207,2367,2527,2651,2129,2361,2892,2810,2405,2442,2653,2253,3168,2610,2442,2852,2607,2612,2565,2525,2210,2604,2330,2569,2889,2446,2365,2848,2649,2890,2691,2967,2165,2768,2046,2767,2974,3001,2571,2246,2413,2688,3010,3088,3048,3005,2611,2886,2728,2606,2367,2487,2372,2484,2768,2854,3204,2175,2121,2885,2568,2452,2932,2363,2329,2690,2564,2967,3254,2612,2402,2060,2363,2538,1951,1958,2007,1895,2811,2491,2603,2049,2009,1922,2044,2048,1978,2407,2564,2329,2642,2286,2217,2483,2809,2527,2644,1885,2453,2286,2526,2332,2726,2409,2129,2609,2440,2291,2566,2441,2215,7542,2640,2173,2614,2645,2972,2732,2436,2660,2481,2370,2921,2453,2494,2596,3211,2688,2053,2289,2444,2413,2399,2692,2527,2528,2727,2567,3049,2570,2366,2048,2329,2565,2133,1926,1817,2213,2280,2612,2562,2574,2207,1850,1999,2252,2891,2810,2441,2532,2491,2486,2684,2611,2526,2608,2454,1805,2478,2620,2728,2524,2566,2258,2847,2514,2465,2306,2211,1988,2441,2634,2762,2771,2408,3805,2610,2608,2968,2362,2849,2573,2494,2360,2888,2285,2646,2441,2165,2473,3166,2209,2653,2560,2688,2853,2037,2059,2325,2326,2569,2765,3131,2408,2407,2570,2607,2526,3051,2213,1966,2400,2491,2171,2179,2249,2210,2125,2404,2096,2190,2053,1925,1999,2049,2235,2280,2534,2449,2646,3249,2644,3256,2241,2485,2456,2921,2733,2568,3333,2523,2014,2358,2607,2970,4092,2767,2735,2644,2886,2335,3125,2731,2247,2373,2764,2172,2301,3264,2324,2201,2534,2608,2641,2692,2048,2929,2366,2526,3411,3206,2598,2078,2737,2645,2088,2010,2846,2058,2443,2121,2251,3812,3371,2644,2452,2520,2529,3012,3086,2489,2245,2533,2922,1933,2208,2888,2688,2881,2414,2561,2488,3177,2121,2450,2526,2366,2453,2801,2535,2408,2682,2331,2722,2253,4571,2444,3219,2362,2364,2167,6864,2488,2241,2853,2483,3091,3130,3655,2370,2521,2369,2124,2126,2888,2047,2416,2725,3210,2970,3418,2603,2568,2846,3814,2128,2567,2854,3004,2220,2075,1634,3451,2768,2935,2803,3171,2845,2130,2490,3087,2363,2051,2088,2281,2286,2127,2612,2398,2128,2568,3574,2807,2849,2804,2616,3040,2050,2203,2603,3045,2295,2928,3170,2002,2086,2453,2327,2125,2167,3375,2600,2013,2928,2441,2695,2645,2525,3370,2253,2804,3173,2646,2171,2319,2491,2250,2440,3693,2649,2728,2607,2930,2170,2524,2247,2086,2685,2008,2207,2572,2724,2208,2447,2411,2770,3004,2015,1721,3483,2930,2563,2565,2287,2569,2132,2888,2322,2734,2324,2369,1644,2010,2011,1928,2210,2250,2565,2603,2978,2405,2209,2762,2327,2613,3123,2170,3487,2810,3014,2164,2331,2320,2090,2603,2572,2040,2016,2402,2282,2413,2077,2126,2448,2936,2407,3497,2319,2406,2930,2443,2017,2328,3495,2083,2649,2096,1879,1765,2443,5016,2452,2291,2286,2769,2691,2193,3336,2490,2164,2638,2900,2328,2721,3061,2476,2889,4056,2207,2320,3499,2655,2600,2128,1710,1642,1930,2414,2687,2359,2018,2283,2246,2687,2248,2686,2568,2247,2811,2373,2279,2688,2699,2525,3252,2365,2204,2533,3359,2449,2650,3768,2006,2446,1722,3050,2742,3770,3006,2414,2646,8303,3249,2653,2087,2964,3451,4016,3330,2208,2359,2694,2521,4378,3332,7100,2844,2251,3614,2603,2205,2647,3252,2533,2482,2611,2846,2565,3252,2612,4334,2647,2607,2777,2245,2407,5132,2810,4738,3289,2524,2208,4252,2647,2169,5852,2530,3327,2935,2648,4329,2247,2650,2684,2615,3523,2207,2530,2653,3685,4013,2289,12463,2422,6220,2933,2489,2247,2000,2812,5375,2644,2449,15566,3204,2932,5856,2934,3043,2933,1929,2443,2884,2334,2567,5250,2289,6421,3374,5655,3047,3447,5898,2368,2454,3610,2406,2526,2769,2324,2172,3203,3567,2453,2520,2609,2291,3407,2411,2371,2399,2173,2805,6858,2488,2606,2815,2482,4617,3169,3488,2334,2520,2487,2491,2572,3443,2129,6743,5457,3290,2568,5734,2126,2372,2525,2931,2323,2087,3935,4170,3253,2563,1847,2770,2367,2736,3447,3408,2933,2686,2645,2213,2398,2729,2773,2205,2212,2729,2122,2288,2965,4097,2607,2970,4169,3856,2809,3411,2166,3129,2645,2283,2130,1928,2365,3607,2568,2610,2327,2646,2332,2766,2605,2688,2654,3849,2973,2640,2616,3121,2369,2249,3051,2604,2491,2569,3249,2480,2773,2522,2450,2489,5857,1847,2685,2765,2366,2932,2690,2929,2166,2569,2407,2644,2649,3372,2492,2326,2882,2848,4700,2244,3934,2006,2488,2485,2490,2004,2727,2647,2533,2644,3612,2811,2242,3052,2126,2168,2883,3052,2411,2524,2687,2650,2928,3488,2288,3136,2801,2651,2372,2602,2608,1725,2532,2689,3491,3086,2683,2335,2802,2016,2441,2851,2967,2486,2769,2768,2647,2525,2207,3489,2127,2410,2491,2485,2968,2451,2086,2850,3972,2809,2086,4456,2968,2490,1968,2447,1969,2203,3209,3089,2769,2451,2369,2485,2486,2489,2768,2686,2849,2248,2688,2531,2484,2645,2532,3131,1720,2252,2685,2729,2412,2327,2603,2653,2806,2569,2812,2323,2048,2532,2479,2850,2770,2606,2808,2209,2407,2685,2576,2605,3446,2814,2968,2724,2850,2412,3288,2771,2162,2407,2246,2492,2160,2253,2525,2485,1967,2049,2125,2209,2282,2532,2522,2253,2327,2400,2614,3052,3001,2487,2448,2453,2603,2370,2492,2522,2166,2210,2404,2286,2413,2119,2255,2330,2723,2408,2374,2481,2498,2443,2970,2088,2120,2492,2130,2485,2284,2408,2448,2926,2410,1849,2405,2569,3046,2249,2809,2323,2611,2206,2251,2568,2318,2855,2281,2972,2613,2648,2367,2688,2205,3612,2649,2367,2364,2450,2323,4011,2567,2566,2243,2694,2970,3013,3324,2889,2567,2608,2286,3332,2609,2124,2248,2573,2441,2290,3294,2483,2370,2561,2372,2406,2407,2404,2287,2773,2407,2650,2763,2969,2330,2489,2483,3295,2247,2403,3009,2448,2488,2444,2727,2931,2408,3287,2484,2535,2684,2736,2404,2331,2128,2399,3771,3011,2333,4210,2249,2200,3297,2492,2244,2042,2019,1940,3413,2445,2731,2410,2085,2487,2647,1961,2890,2529,2290,2169,2320,2575,2364,2170,3571,3202,2408,2332,2565,2087,2968,2572,2240,2448,3091,2329,2725,2928,2449,2849,2491,2601,3170,3129,2533,2279,2091,2845,2845,2408,2607,2769,3612,2689,2968,2486,2772,2491,2367,3045,3327,2329,3129,3976,2649,2529,2002,4208,2095,2566,2682,2568,2568,2495,2321,2332,2808,3252,2565,2365,2368,2924,3295,3171,2525,2853,3048,1886,2396,2775,2520,2257,2530,2002,2604,3168,2649,2891,6297,2850,2486,2214,2768,4980,2289,1972,2047,2690,3207,3296,2209,2560,2332,2566,2405,2531,3727,3529,2645,2814,2209,2075,2405,3174,2054,2322,3086,2645,2048,2406,2450,2928,2692,2561,2819,2259,2288,2083,2150,2606,2609,5087,2014,3646,2771,2565,4579,2166,2567,2809,3253,2367,3333,2407,2125,2972,2727,2367,2925,2530,2086,2611,2767,2207,2289,3043,2644,3174,3005,2606,2412,2117,2213,6414,2412,6215,6061,2408,2283,2331,2931,6218,3205,2445,2414,2082,2127,1958,1842,1967,1904,1924,2126,1890,1867,1838,2214,2406,2326,2290,2445,2606,2254,4093,3240,2373,4061,3849,2973,2813,4049,2807,4015,2451,2684,2204,2409,3251,2451,2686,2207,3008,2086,2207,2283,3651,2288,2410,2363,2290,2324,4781,2529,2528,3163,2250,2687,4694,2443,2577,4085,2935,2488,4370,2210,2488,3325,2531,2120,4055,2169,2169,4329,2166,2292,3487,3090,2288,3572,2164,2283,2897,2687,2203,4260,2119,2248,3095,2291,2035,5209,6424,1968,2112,5744,2167,2204,5940,2286,2205,4008,2248,2131,3772,2484,2085,4935,6381,2443,9273,3534,2401,2205,2490,2209,2768,3492,3330,4772,2208,2087,3329,3010,2242,2171,6946,2727,3570,2245,2363,2166,3618,2364,2288,2246,2406,2293,3326,2165,2330,2085,2046,2172,2172,3284,3336,2961,2532,2525,1973,1731,2335,2401,2208,3008,2251,2931,2407,3247,2293,2331,1882,3494,3128,2330,3528,2481,2531,3612,2404,3812,4011,2408,8992,7294,8224,26615,14607,2884,2130,2252,3809,2410,2167,3415,4569,2484,3657,2451,2359,5015,2369,2409,3809,3370,2731,3686,2456,2083,3406,2050,2370,3810,2204,2573,3007,2287,3447,7546,2442,2890,2971,1964,2448,3087,2326,2448,3972,3695,2209,2282,2643,2207,3449,3457,3486,2487,2814,2162,3330,4978,2482,2491,3447,2251,1966,5373,2289,2284,2452,2807,2644,4977,2814,2964,5539,2251,2237,3014,2244,1937,4808,4659,2446,3532,3404,2490,5540,2283,2167,8147,6380,2649,5774,2892,2127,2166,3166,6905,5735,2726,9512,2607,2888,3331,3372,2806,1926,2130,2124,2886,2003,2330,2569,2642,2605,2133,4730,2970,2364,6387,2439,2332,4211,2447,2533,4572,3291,2964,6256,3131,2173,3168,2000,2453,8580,2535,2883,3372,2967,2929,8183,2247,1967,2570,2449,2929,3648,2368,2365,2852,2126,2247,4088,2453,2164,6503,2366,2929,4649,2455,2520,5584,2607,2280,3094,2245,2329,5653,2172,3927,3128,2692,2652,4530,2285,3374,3728,2411,5013,2204,2407,9995,2521,2615,3049,2203,2571,3572,2607,3004,2973,2884,2213,15808,2085,11835,4214,2404,4775,3527,2775,7421,2850,2167,3849,2687,3051,5092,2490,2204,3291,3487,2208,4738,2764,2727,2773,2486,2250,3211,2641,2409,5984,2406,2447,5457,2725,2208,5457,2525,2011,3891,2726,2282,4656,2248,2129,3007,2489,2690,4451,4934,3527,14243,4173,3375,6258,2685,8866,2413,2241,4580,2080,5785,4328,2367,5059,3612,2809,2526,2401,2492,7618,3816,2245,6057,2168,2329,3168,2165,2213,2283,2850,1964,2248,2492,4289,2491,7258,2610,2613,4931,2090,2962,9107,2450,3093,9903,6105,2323,7428,2686,2286,20948,2483,2973,2330,2922,11321,2321,2572,14923,2888,6339,2530,3084,7183,2530,2246,4217,2521,6421,7100,5939,4172,2530,2445,6662,3327,8993,6497,4695,3929,3293,2326,6384,2364,3372,5410,2648,6223,2325,2128,11031,7147,3891,4131,4696,2363,3693,2368,2643,5458,3087,2052,3285,2126,2408,6824,2368,2163,2975,2410,2407,5096,2405,2248,8948,2484,7184,2723,2891,4652,2856,2448,2559,2368,2133,2162,2287,2570,4132,2488,2490,4488,2170,2404,5094,2329,2449,5213,2208,2532,3371,2246,2360,7387,4289,2326,8147,5539,2768,5011,2528,2928,3216,2241,1890,7861,2332,2118,10154,2642,3014,7591,7104,2402,4180,2403,2848,6983,2572,2246,5537,2561,1972,2201,2332,2045,4694,4176,2404,3214,2366,2569,11310,3413,2446,4130,2054,2367,2730,2364,2326,4377,2929,2967,2972,4131,6781,3776,2405,6937,2373,2687,3724,2937,2204,6134,2768,9033,7984,2326,6213,2492,2527,2728,2328,2686,2448,2485,2411,3887,2332,2209,10795,3693,4139,2762,3449,2613,2530,3130,2082,3772,2407,2603,3339,2445,2008,4541,3246,2413,2403,6500,2975,3044,2524,2932,2370,2208,2404,2410,2403,2448,2686,2406,2132,2205,14640,4415,2289,4253,2367,2810,5135,2366,4652,7555,2639,5377,6427,2725,4811,2451,5692,3410,2370,3131,2365,2209,20549,2489,6411,5217,3210,4581,2602,2886,7668,2885,5063,10148,4492,15650,2601,2211,12565,2086,4129,11879,5973,2048,3691,4533,14204,14725,2644,5862,2449,2362,2500,2243,2036,2691,9707,2367,3855,2244,2689,7816,2577,2520,7108,2961,2492,2171,3002,6458,2370,2170,3610,2724,2488,4251,2334,2325,2643,2210,3455,3528,2684,2206,3171,2614,3570,7857,2849,2205,4336,2328,2574,4128,5262,2487,3653,2566,2204,8746,2288,2171,8152,2128,2054,4208,3405,2167,2371,3290,2481,2487,3415,2923,2532,5740,2243,2289,6779,2489,2363,4336,2370,3564,4694,2373,2209,3609,2248,2844,7460,2493,8909,5049,2085,3135,2802,2049,3500,3169,2320,7028,9189,2849,4612,2205,3732,2408,2845,2084,4099,3405,2494,2440,2812,8228,2207,2286,4891,3206,2367,3089,2571,2532,3444,2530,2330,2407,2330,2279,2575,2402,2528,2891,2329,2328,2283,2645,5864,4006,2771,2207,2364,2487,2249,2652,2486,2327,2204,2247,2607,5501,2444,2365,5140,2000,2536,3610,2764,2204,2447,2014,2647,3042,2451,2168,2204,2371,2249,4773,2363,2329,4979,3162,2250,3774,2644,2808,3574,2241,2334,2529,2526,2326,6095,2366,2492,4172,2646,2245,4980,2804,2969,2330,3091,2442,2370,2491,2522,2405,2290,5942,2322,2324,5217,5460,2768,2971,2204,2646,2894,2488,2366,3285,2808,2208,7025,2245,2525,5220,2651,3004,2371,2242,2605,2247,3058,2446,3082,2657,2162,2608,2844,2809,6184,2329,2365,4777,2606,2849,3728,2484,2693,3124,2534,2603,4538,2244,2451,14239,2527,2333,4767,2373,2731,2442,2405,2206,2612,2569,5818,2727,6699,2170,2163,3850,2646,2168,2688,2168,2490,2604,2205,2129,3649,2130,2403,2211,2165,2331,7582,2165,2289,9827,3732,2127,2444,4415,2286,5017,9388,8789,4570,28766,6979,2168,2568,4617,2484,2247,2528,2333,2766,7542,2931,3326,5459,2407,2085,5213,2453,2241,4173,2405,2611,3689,2531,2211,4529,2486,2565,2409,2488,2448,2448,2490,2090,3688,2487,2203,2495,2365,2241,2931,2491,6099,2522,2130,2201,3052,2846,3057,2688,2166,3009,2605,2287,1844,2208,2610,3732,3283,9551,3733,4088,6461,2531,3248,2449,1922,3771,2369,3131,2690,2288,3168,4328,2290,2211,3045,3173,2044,3169,2611,2202,3249,3368,2213,2406,2892,2479,2607,2606,3373,3411,2334,2281,2207,2249,3370,3008,2253,2807,2247,2525,2329,2729,2643,2244,2573,2529,2727,7703,2807,2244,3411,2409,2208,4054,2203,2490,2889,2242,2651,2447,2491,2526,2362,2368,2409,7226,2605,2249,5410,2608,2334,2847,2009,2564,3205,3172,2726,2772,2606,2406,6102,4331,2285,3497,2648,2442,3855,2328,2441,3538,2321,2370,3530,2527,2493,2889,3087,2690,3646,3929,3094,3365,4981,5491,3614,1922,4419,4494,2568,2361,2773,2564,5135,3132,3490,3134,4128,2092,2321,2213,3085,2366,2250,2845,2808,2204,2169,2446,2494,11555,2885,2452,5334,2886,2170,2480,3700,3170,2844,2847,2934,4171,2442,4699,2202,2896,4766,2252,2603,2330,2203,2213,3608,5542,3005,3012,2481,3818,10029,2562,3094,6258,2366,4251,2693,2965,3849,2413,2286,3253,2284,2812,9180,2894,6502,2046,2521,3254,2482,1894,2326,2480,2135,2922,2454,2483,7622,5339,7021,3289,2850,3172,2238,2452,3728,2608,2851,2885,2608,2448,6942,2247,2248,2853,2206,2724,6581,2286,2532,4091,2725,2487,2972,2605,3175,6819,2441,5537,2614,3087,8384,5218,5336,2688,2531,2723,3088,7061,2693,2080,7751,2525,9865,4055,7222,2646,2252,8825,2282,3371,4498,2570,2323,5415,2084,2575,5896,2930,3009,2686,2443,7824,12322,5453,2332,2208,2568,2926,2605,2330,2564,2247,2211,2206,4935,2208,2159,2449,2492,3010,2363,2770,2005,4056,2320,2332,3529,2568,4375,3286,2491,2605,7667,2320,2331,9024,2410,2370,2169,2361,2451,2884,2853,2606,2444,2094,2281,4817,4289,2493,2085,2050,2205,3531,2881,2411,3172,2846,2292,3046,2324,2647,2452,2165,3735,2080,4575,2412,2484,2929,2124,2127,3254,2484,2694,8822,2648,3051,2609,2325,5494,6700,2645,5258,4935,2775,3562,4095,2367,4297,3929,3728,11161,3170,2484,4336,2606,2524,3174,2361,2813,3046,2488,2211,3848,2491,2401,5620,2331,2205,3769,2565,2295,3369,2161,2211,6217,3090,2487,2806,2533,2361,2655,3767,2091,2160,2451,2169,2124,2848,2564,3056,2525,2530,2207,2560,1927,2290,4892,2288,2410,2325,5734,2013,1966,2485,2211,2210,3927,2249,2808,4135,2328,4491,2330,2441,3375,2285,2209,10426,2967,2372,5856,4493,3008,2173,2564,2530,3089,3045,2687,2246,2647,2371,2972,3447,2524,2055,3931,7858,3694,2404,2326,2729,4578,2892,2587,2100,2285,3938,4294,4651,2285,5418,2450,2649,6698,2730,3412,4290,2645,2450,5218,2201,3193,3931,3868,2853,4816,2681,3857,2368,2080,2573,2554,2260,2133,2061,2592,2767,2807,2129,2242,2530,2810,2447,5461,3348,3031,2527,3695,2787,9441,2732,3131,2324,3293,5198,2826,2362,3015,2528,2271,2222,2566,2369,2122,2048,2126,2850,2804,3334,2124,3602,2053,2723,2533,2596,2901,2405,3079,2456,2689,2367,2326,2440,2242,2258,2130,2286,3367,3010,2289,2756,2409,2099,2645,2450,3007,2927,2773,2399,2497,2763,5060,2284,2129,2160,2094,3651,2480,2811,2195,4346,2514,2702,3009,2410,2204,2396,2537,2485,3808,4103,3250,4013,4412,2359,4497,3455,2761,2852,4214,3486,2732,2571,2511,4294,2540,2290,2557,2496,4287,3653,2328,2127,2808,2409,2810,2522,2094,2723,2412,2204,2595,3309,2248,2082,2090,2874,2664,2948,4712,2085,2051,3125,2054,2269,2259,1923,2443,2485,2288,2927,3656,2648,2367,2087,2604,2327,2490,2684,2449,2329,2082,2855,2966,1965,2330,2046,2320,2450,2971,2852,2844,2567,2772,2245,2610,2326,2124,2613,2683,2369,2402,2608,2855,2207,2727,2328,2806,2205,2052,3004,2413,2684,2844,2335,2118,2649,2447,2408,3292,2653,2400,2495,2365,3605,2929,2330,3249,2972,2286,2250,2119,3290,2493,3847,2410,3167,2574,3324,2565,3973,6103,2286,2047,4890,3097,2526,5332,3611,2133,3486,9312,6818,3812,2568,3732,4128,3736,3207,2207,2126,2249,2606,3126,2732,2971,2484,2563,2489,2691,2488,2205,2972,2606,2809,2684,2656,2681,2370,2812,2482,2328,2164,2292,2284,2813,3124,2418,3121,2054,2127,2485,2449,2288,2319,2489,3495,2923,2372,2487,2327,4611,3655,2727,2567,3454,3005,3051,2603,2211,2724,2568,3136,2484,2692,2482,2368,2485,2328,7341,2369,2373,3083,3213,2527,2403,2327,2289,2445,2333,3251,3328,3649,2444,2254,1929,3641,4329,2131,2847,3294,8983,2933,2402,2574,2205,2841,2254,3567,2292,2399,2091,5773,3014,3092,3042,3490,2409,2528,2451,3330,2202,2371,2405,2931,2166,2243,3253,2330,2001,5140,2329,2442,2131,2203,2125,2084,3450,2330,2447,2927,2175,2238,2854,2127,2487,2407,2446,2248,3125,2211,2164,3454,2968,2242,3170,2449,3291,3608,2412,3130,2888,2644,2210,2327,2646,5940,2688,2446,2045,2970,2612,2609,4165,2093,3973,2286,2921,2494,2362,3089,2533,2765,2566,3530,2331,2369,3251,5008,3530,3330,2611,2529,2165,3332,3049,2285,4015,2925,2328,2409,2888,2768,2491,2206,4090,10555,2286,2729,3689,2323,2371,3048,2365,2412,2448,2206,3445,2609,2530,2163,2372,3205,3733,2490,3012,2645,2608,2403,2367,2528,2894,2809,2407,6012,2532,2488,2610,2885,3371,2445,6698,2329,2209,2359,2608,4666,2923,2115,2228,2450,2688,4859,2841,2290,4572,5138,3133,2320,2366,2292,2608,2804,2613,2529,2684,3407,2415,2446,2368,2323,2613,2924,2530,2444,2328,2606,2851,2729,2083,2373,2445,1727,2366,3008,2488,3971,2971,2408,3330,2360,2492,3372,3886,2166,2575,2523,3014,2321,3254,2562,2616,2362,2247,2565,2411,2409,2490,2406,2562,2932,5776,2845,2937,4728,2528,2531,2163,2492,2369,2562,3332,2609,3404,2491,2773,2161,3891,2290,2006,2368,2564,3489,3053,3286,2851,2248,2170,2405,2609,2161,3054,2490,4210,3768,2529,7543,3008,3456,3689,2445,2725,4179,2401,2333,6939,2448,5456,6301,2168,5501,7180,2322,3617,4051,2451,3565,3130,4658,3166,2404,2289,5456,2814,2522,6901,2408,2130,4286,2291,2812,3007,3853,6738,4614,2244,3128,2613,2209,3362,2411,2570,2643,2971,2329,4330,2210,2323,15932,2610,2165,2406,1967,2522,2087,1934,2644,2812,2325,2494,2206,3289,2681,2249,2207,2692,2849,2649,2079,2776,3129,3364,4175,2612,2327,2722,2448,3372,3375,2164,3364,2295,2601,3332,2965,2971,2814,2488,2404,2608,2046,2731,6338,2445,2690,2967,3249,3288,2932,3049,2564,2692,4576,2686,3209,3288,3858,6940,3086,2446,2332,2443,2290,2162,2293,4008,3329,2366,9309,3091,3652,5894,2289,3576,5657,2805,2245,2326,2530,2169,5010,9472,2324,3654,2611,2522,4616,2089,2121,4059,2808,2525,2686,3727,2570,3938,2442,5503,2803,2808,4734,4657,2727,5458,4729,3171,3337,4607,7822,2290,2290,6176,2248,2522,3052,2732,2609,2520,2654,2729,3649,2367,1801,10678,3010,5089,12078,2606,3656,4811,2414,2645,3526,2575,4652,2766,2409,6856,2371,5781,8981,4057,3082,2569,3053,9911,2249,2762,5139,4214,4932,3929,2048,4171,2409,2206,2329,2612,9228,23911,2445,2409,5655,2444,2294,3123,2887,3049,2853,2282,2493,2446,2049,5294,3132,2403,4250,2414,2925,3810,2332,2724,6986,2527,2127,3569,2123,2768,3492,2608,4010,2568,2892,2170,2204,2729,2365,2808,2806,2652,8866,2445,7945,3811,2688,2692,2642,2371,2766,2773,3050,2647,2404,5655,6339,2332,2527,6339,2528,2330,2847,2528,2485,2241,2332,2612,2564,2363,2937,2199,2767,2052,2186,2446,2253,4972,3012,2407,2568,2570,2569,2607,3887,2455,2483,3891,2409,2370,3368,2485,2170,2529,2363,5460,2207,2086,2526,3164,2853,4571,2766,2129,2567,2413,6538,2444,2530,3932,3608,2205,2933,4369,2612,3690,2084,3132,2285,2930,3293,2728,2848,3245,5538,2249,2485,2130,2526,2562,2326,2654,2480,3126,2647,2250,2772,4008,2526,3972,2252,2889,2083,2532,3126,2529,2003,3336,2480,2369,2251,2404,2490,2453,2329,2447,2327,2490,6576,2207,2726,2612,2368,2246,2439,3449,2699,2362,3818,2320,3495,3250,2606,3850,3134,2325,2487,2050,2527,2766,2368,2448,2241,2570,2811,2689,2808,2769,2643,3890,2331,2359,2053,2003,4734,4298,2166,2605,2329,2369,2884,4893,2610,2806,3050,2407,2852,2682,2414,2565,2486,4972,3370,2693,2931,2485,5214,2044,2252,2841,2452,2881,2534,3331,2769,2771,2684,2447,2253,2687,2484,2608,2610,2409,2802,2607,2573,2930,2644,2646,3177,2685,2442,2454,2843,2454,2801,2416,2159,2413,2207,2283,3134,4573,3446,4097,3328,2608,2525,2611,2690,2161,2606,2454,2562,2533,2444,2609,2445,2935,2566,2926,2129,6135,2289,2487,2049,3288,2851,3010,2364,2485,5575,6057,3652,2812,3527,2211,5211,2448,2168,3165,6258,3772,2531,5812,2412,2210,3168,2767,2567,2812,8704,5978,3412,2368,2561,2575,2799,8390,2764,2248,8508,2808,2252,3202,2608,2491,2853,3409,3171,3044,3291,11314,2845,2571,4851,1770,2294,4088,2652,2962,2893,3527,2330,2401,2288,2368,2488,2171,2963,2214,2765,5052,1930,2859,1972,2436,2526,3809,2165,3010,3056,2568,2324,2646,2365,2450,2286,2329,2324,1926,5097,2693,3569,2648,2401,2857,2679,2653,2612,2924,2368,2523,2536,2320,4012,2165,3058,2362,2732,2523,3007,2690,1972,4532,2805,2450,2648,2763,2934,2324,3696,3082,2528,2615,2481,2328,5015,3649,3732,2613,3968,3208,2977,2685,2848,2969,2242,3296,2570,2365,3045,2651,3331,2926,2451,2723,2854,2488,3005,2487,2606,2851,2933,2606,3892,2402,2527,2371,2206,2491,7255,2288,3130,3051,3487,2853,3652,2689,2085,2449,2122,5094,2772,2528,4049,5335,3053,2570,2648,2930,3569,3772,2206,2684,2171,2209,2880,5782,2608,3091,2882,2608,4375,4296,2651,3647,2689,3249,3975,2328,2484,4573,6220,3530,2729,3005,2173,1962,3816,1998,2212,2368,2566,2370,4085,2209,2606,2487,4013,2331,3934,3284,2495,3209,2646,2728,2208,2161,2367,2769,2373,2801,2489,2529,3247,3290,2530,3533,2328,2047,2601,5141,2686,2165,3772,2566,2373,4689,2855,2721,2937,2643,3776,5411,2328,3049,2448,2370,2888,2405,2530,2240,2611,2609,2690,2329,2923,2651,2765,2891,5252,2489,2249,2246,2486,2405,4538,2163,2214,2482,2455,3249,2890,3049,2651,3330,2445,2242,10431,2531,3093,14395,2375,2685,2284,3733,2324,2291,2648,2246,3574,2121,2451,3090,2972,3281,5217,2694,3207,3293,2481,4855,3409,2728,15288,6660,5376,2454,2689,2642,3174,2288,3889,2803,2693,2367,3566,3617,2448,2320,7503,2092,2166,4249,2445,2774,3611,2408,2490,2367,3089,3768,5373,2690,4015,2924,5417,2331,2686,2449,2203,2406,3535,3052,2560,2849,2609,2413,6937,2167,4091,6421,2731,3090,2644,2451,2802,2209,2934,2245,2928,2526,3133,6537,2853,5046,3414,3696,2605,2807,2486,2488,2412,3851,2000,2449,3375,2768,2482,2369,2446,4460,3526,2566,4015,2566,2765,2770,3170,1804,2251,2604,2570,2609,2406,2765,4334,2331,2527,2162,2371,4730,2572,2931,1966,2489,3130,3049,2448,2885,3413,2606,2810,2127,3563,2295,2321,2330,2489,2128,4210,2207,2368,4728,3133,2290,3124,2452,2927,3168,2570,2127,5175,3006,2133,3281,7704,3014,2365,2088,2368,2809,2401,4015,2813,2568,2526,5818,4086,2808,9069,2286,3014,2885,2935,2445,3288,4335,2325,2371,2408,3049,5536,5256,4212,2849,2601,2769,2776,3161,2889,2371,3414,2488,2565,2447,10913,2490,7417,3576,2325,2608,3006,3455,3162,2970,2369,2968,2609,2529,4333,5457,3731,3207,2607,2408,2690,2766,2769,2168,1925,4892,3497,2401,3214,4655,2241,4655,2214,2319,5461,3975,2721,2372,2283,1850,2083,2366,2093,2641,2567,2451,2204,2648,2573,2285,2528,4128,2812,2491,2608,3002,2372,2686,2364,1808,2773,2445,2486,2332,2206,3610,4206,4458,2169,2929,6011,2808,2134,2483,2651,3049,2481,2374,2848,2648,2730,2327,4049,2286,2206,2209,3894,4286,3659,2528,2405,2523,3093,2442,2774,2482,2535,2443,2369,2608,2605,2324,9233,2683,2576,6337,2201,3655,2448,2483,2494,2770,2524,2607,2205,2570,2725,2171,2327,2605,2450,2447,2405,3006,2696,2488,2202,2771,2366,3411,3126,2567,2935,2364,2451,2161,2405,2211,3053,4372,2241,2851,2692,2604,2363,2695,2763,2410,2324,3088,8633,2205,2123,2245,2291,2285,2849,2490,2042,2125,2335,2200,2331,3166,2370,2529,2447,2645,2365,2528,2455,2849,2685,2444,2650,2366,3731,3211,2366,2972,3091,2768,2884,2688,2766,2651,2612,2486,2326,3373,2079,2809,2727,2134,3090,2126,3726,2446,2206,2694,2724,2486,2528,2252,2485,2091,2963,2249,5737,2251,2365,2808,2444,2929,4577,2363,2647,2286,3013,2452,2239,2170,2726,2293,2686,3892,3250,3451,2645,2451,4533,2522,2615,2283,2251,2198,2936,2684,2487,2486,2567,2893,2687,2569,2491,2564,2564,2888,1777,2645,2728,2328,2411,2146,2269,3125,2725,2164,2119,1928,2482,2688,2171,3444,2366,2806,2213,3041,2368,2455,2243,3370,2089,2802,2249,5016,2528,2084,3858,2401,2690,3211,2566,2371,2768,2369,2360,2531,2526,3247,2489,2649,2612,2480,3292,2451,2522,2612,2089,4851,2767,2608,2653,2609,2481,2772,2445,2853,2245,2482,2416,2639,2737,3248,2207,2481,2614,3209,1965,2449,2440,2256,2723,2568,2646,2369,2209,2208,3406,2488,2372,3170,2522,2532,2362,2646,2609,2775,3247,2726,3452,2283,2374,6220,8941,3410,6261,2128,2204,2652,2605,2483,3698,4452,2284,2532,2203,2327,2325,2725,2247,2493,3085,2089,2405,2531,2199,2049,2805,2294,2444,2685,3090,2407,2008,3490,3530,3974,2444,2531,2647,2692,3087,2563,2376,2925,2604,2489,6058,2372,2320,3694,2731,2482,2730,2252,2481,2652,2692,2364,2767,2198,2293,2807,3809,2686,3574,2289,2523,2566,2577,2241,2805,2853,5171,2815,2568,3289,2449,2967,5696,2370,2606,2686,2570,2483,2532,2648,2611,4492,2443,2291,2527,2246,3367,3857,2967,2328,2686,2726,2529,3249,3128,2409,3252,2563,6305,5377,2287,2724,4336,2569,3492,2720,2488,1845,2327,2090,2688,2166,2493,2447,3447,2726,3210,2486,2494,2561,2973,2406,2929,2165,2252,2925,2406,2169,3895,2603,2327,2491,3163,8270,2207,2566,4136,3042,3530,5303,2247,7222,5093,3495,4695,2362,2652,2285,2289,2607,4052,2364,2656,2762,3897,2243,3287,2329,2571,2602,2813,3286,2494,4650,3653,2164,4254,2249,2200,4177,2488,3573,2362,2209,2245,2412,2165,2806,2610,2124,2285,2129,2885,2294,2688,4535,3289,2329,5093,2202,2807,2815,2441,5616,2291,2446,7300,2452,8822,7104,2525,2893,2450,2208,22740,2496,2888,9507,2929,2408,5331,6178,16010,8304,3176,4651,3614,2920,3852,2211,11960,2359,6704,3855,2241,2449,2489,2530,3007,3934,2326,3609,3010,2445,5982,2245,2162,10275,2122,2456,3648,3089,2523,3653,2453,2363,4093,2282,2729,3975,3168,2884,4697,4777,2363,2447,3613,2287,4531,2726,2132,3721,2891,2124,7784,2571,2286,5740,2730,2600,4059,2566,2803,5222,2328,2241,5979,2253,2280,4295,2127,2330,5133,2327,2564,2489,2324,2574,3452,2440,3614,3650,2368,12354,8024,2690,3252,2605,2172,4247,4819,2209,2928,3085,2654,2205,6975,2252,2166,6658,2125,2210,4051,2244,2414,5371,2168,2283,3858,2605,2003,5824,6902,2199,3457,2320,2052,3568,3531,2768,5541,2281,2213,5095,2085,2126,10588,6418,2046,4217,2204,2125,5176,4980,2407,3572,2247,2524,7825,2202,3498,6818,2128,2280,5141,3811,2848,2489,2365,2050,3010,14876,3095,4208,1853,2362,3614,8826,2325,3653,2086,2483,6220,2170,2289,3289,7179,2288,3088,2563,2971,4780,4855,2566,3533,2764,2170,9708,2686,1966,5814,2173,2401,5263,7776,2732,4491,2374,2604,7660,3170,2971,5381,2287,2364,2647,2047,2322,3935,4297,2166,3728,2286,2567,3978,2284,2122,2090,5338,2802,2294,3245,2485,2013,3725,3095,3207,3089,2129,2167,7663,2128,2118,5863,2651,2121,3810,2690,2445,3416,4330,2251,3609,2445,2169,6295,2328,2090,5176,5895,2290,2485,2650,2201,3255,6538,2727,4092,2926,2212,7299,2451,2565,5657,2043,2087,3899,2929,2239,4620,4655,2281,14644,3131,3933,9433,3126,2207,7459,2133,2199,14410,2360,2172,11558,2602,2690,7823,4255,2361,5141,3003,2537,8064,2324,3049,5333,1972,2160,2974,2769,2126,2400,3860,2084,2122,8068,2607,2688,9548,2370,2206,3005,2767,2169,1926,6504,2245,2125,4128,2576,2198,7624,2930,2488,4497,2169,2284,4009,2251,2563,5623,2406,2163,10312,2403,2135,11830,2411,2563,8025,5818,2451,3806,2568,2171,8067,2246,2245,10147,3334,2811,6693,2290,2082,3936,3047,1964,3331,2372,2365,3689,3535,5976,6335,5585,5210,3812,17132,6017,2768,2531,3245,2615,2204,5137,2685,2368,3732,2563,2170,4292,2529,2123,3011,2446,2131,6172,2493,2487,3007,2446,2127,8467,2245,2168,7623,2210,2522,4294,2131,2321,5063,2406,2046,4130,2128,2125,3736,2446,2326,3728,3854,2244,6176,5701,5217,5291,3138,2206,4047,2128,2125,3530,4774,2087,3610,4137,2126,2041,4216,2009,2007,3845,3008,2053,5330,3613,2929,3934,4535,2325,2005,2489,2042,2210,4092,2084,1968,2208,4172,2207,2044,4257,2166,2168,3446,4291,2091,2005,4091,2688,2205,3572,2367,2210,4246,3895,2171,5451,5101,2404,2968,3006,2166,2010,4254,2127,2168,3487,2606,2005,3933,2373,2123,3132,3006,2450,2124,3931,2205,2206,6179,2168,2012,4009,2204,2047,8061,4135,2129,5936,4699,2080,2084,4172,2248,1968,1965,4260,2124,1968,5254,4252,2446,4331,4615,2163,5738,4615,2130,2082,5698,2170,8741,5182,3204,2610,2486,3698,2160,2046,3252,2167,2047,2203,3297,2524,2245,2412,2165,7860,6746,2004,6373,6107,2204,7623,4937,4325,14412,2117,2130,13639,15049,2323,23071,2326,3575,6294,2255,2161,2728,3210,2290,2283,2127,2688,2452,5972,2450,2170,2240,2366,2694,4930,4817,2568,3054,4651,2451,5693,6621,2167,7619,6859,2408,3533,4651,3654,5735,2854,2366,9343,2532,2365,7469,2478,2536,2161,2246,2291,4334,3849,2292,3723,2252,2203,8144,2369,2207,4777,2240,2736,8143,2281,5419,5134,4657,4490,5055,5460,9590,5499,10110,4974,4006,4459,4050,8187,9751,6452,9352,7265,5257,7859,10912,6337,6219,2372,2284,3773,2130,2167,7618,8828,2450,5129,2286,2535,3808,3055,2280,3012,3173,2239,2289,3168,2453,2162,4299,2204,2526,3490,2445,2088,4535,7221,3652,2772,2967,3123,3771,2329,5499,5333,2372,5736,2407,1842,5295,4660,2370,3531,4686,2286,9391,2565,2488,5302,2286,4011,3453,2728,3168,3612,4936,2367,3727,2886,2206,5907,2161,2329,8226,2288,2682,2567,2451,1966,3729,2812,2322,3416,2648,2123,7787,2325,8229,2363,2371,4852,1882,2171,3604,2170,2291,3168,2410,2043,9712,5094,2208,5692,2405,1812,4127,2526,2206,3097,3290,3491,2480,2053,2326,5213,4740,2562,6500,2211,2281,5176,2606,2851,2853,2521,2615,3282,2410,2049,5859,2167,2327,5573,8905,2407,5857,2253,2568,3892,2081,2092,10024,10757,2566,5534,2289,2291,5938,2440,2330,3848,2134,2319,7787,2410,2247,7778,2251,2243,8191,8340,2774,13917,2247,2130,12596,2287,2406,9390,2443,2133,19337,6332,10360,2359,2817,5413,3087,2211,13321,2162,2130,22510,2531,2204,13925,2324,2564,11796,2773,6983,6938,2167,9663,2329,2447,6662,2131,2281,12002,2566,2120,5537,2373,2328,4129,2051,2685,9349,2848,2289,13602,2040,2164,6067,2121,2683,8631,5491,2094,1896,10559,2407,2166,2888,2405,2247,4496,2087,2171,8265,2484,5939,7828,5210,6100,2285,2045,5700,4531,2212,7938,2326,2214,7495,6741,2414,5938,2564,2127,5139,2801,2335,8057,2326,2094,6174,3328,2128,6738,2014,2481,5976,2534,3651,8907,2602,9028,7141,2248,5339,5776,2366,3129,2248,2249,9831,2850,2202,9312,2327,2402,5736,2253,2528,5738,2642,2887,6869,2092,2036,4216,2122,2249,4333,2050,2405,3052,4531,2491,4211,2208,2163,6061,5976,2445,8511,5733,2570,6020,2404,2086,4454,3654,3728,5573,2207,2170,3005,2937,2404,3086,2206,2851,2408,3127,2974,2521,2169,2329,2329,2240,2616,5335,2161,2375,4251,2524,3050,5416,3453,2966,2771,2404,4249,3780,2806,2323,11439,9829,2803,4535,2126,2651,7224,4213,2723,2413,3607,8423,2290,2886,9875,2168,2239,9514,4770,3093,11719,2322,2532,9267,2482,7583,5016,4779,3209,2288,7620,11109,1892,8425,2247,2206,9751,2361,2614,8184,2248,2007,8302,2405,2083,5540,2484,2175,6134,2169,2161,9593,6582,2087,5975,4856,2123,2092,10228,2242,3176,2886,2288,5255,3212,2443,2131,3050,2087,2125,6097,2566,2127,4094,2280,2168,2447,3252,2205,2126,5619,3007,2127,2129,4095,2203,2089,3528,4494,2129,5573,4739,2088,2004,2040,2131,2126,1891,2409,2007,2169,3567,2971,2127,2046,3935,1850,1845,4219,2405,2606,1970,3924,1938,1876,2492,6218,2168,2206,3809,2202,2054,2164,2329,2004,2248,3094,2524,2332,3525,3250,2485,2653,3614,2561,3168,2289,2089,2926,4698,2565,2806,4140,2444,8582,2652,2366,5738,4410,2138,4248,2531,2129,3241,2406,2724,8266,3290,2890,6333,6871,2248,5897,3126,6503,7462,2521,5544,2322,2771,5937,2204,2331,7306,2290,6659,5863,2080,1809,2325,6255,1971,2255,1999,3904,3444,2293,3729,1916,2125,2095,3455,1957,2681,5138,4813,2565,9171,5213,2292,1798,1770,3698,1923,1722,2042,2255,2740,2321,2249,2166,2165,2006,2130,3494,2287,2119,2287,2128,1964,3167,3210,2208,2130,5692,2406,2052,5427,2204,2111,2291,3005,2966,2535,3363,2130,2093,3325,1969,2408,5906,5287,2609,6300,2729,2120,5426,2247,2163,3895,1840,2374,2323,2347,2481,2084,3011,2331,2044,2088,9382,2571,2205,6416,2977,2045,3649,4051,2171,2173,5414,1870,1724,1811,1682,8294,1813,1845,1921,6134,2321,2009,2068,4650,2311,2132,3325,1693,2790,2244,2125,2086,2052,5692,3536,2165,2559,3733,4021,2727,2252,2845,3287,2168,2848,4737,2161,2251,4229,1849,2091,1808,2039,1927,2291,15402,3296,10108,2165,2080,2410,2488,2164,3890,2170,2451,2643,5419,2963,4735,3014,2244,9830,2291,2240,4337,5464,2449,2524,1845,2402,2492,2288,3048,2329,2728,2161,21678,4209,3133,2566,5172,5020,2361,2128,3046,32063,5217,8384,2361,2292,11589,2609,4174,9266,2613,2607,5173,3372,2973,2520,2211,4132,5260,2648,2528,10952,20620,2366,11803,2361,4539,8489,1847,2088,2512,2329,2853,2808,2085,2291,2278,2251,11029,2914,2291,6496,2489,2529,2288,2528,2360,2606,2855,2166,2284,2092,2286,9466,6822,3972,4489,2045,2208,3415,2680,2733,2489,3333,2360,2369,2123,4942,4809,2373,2366,3970,3048,1604,2854,2324,2169,2168,2519,2616,2127,2319,2414,3002,3017,7102,3649,9908,2609,3449,4050,2370,2289,5212,2809,2206,2291,2808,8582,2444,2207,2649,2412,2209,5173,2531,3563,2729,2292,2281,2131,2124,2087,2206,2326,2166,2132,2163,2483,2213,2203,9674,2201,2131,6903,2361,2169,2847,2164,2895,2367,2123,2204,3137,3928,2285,3128,2088,2133,2237,2454,2247,2369,4928,3770,3098,2326,2645,2405,2207,2048,3291,2932,2480,4219,2286,4575,4130,5540,2444,4938,2522,3006,3333,2204,3456,3774,2405,5616,2008,2363,4330,3417,3167,5457,2529,4213,2288,3486,4737,2328,2164,2569,2325,2165,6260,2288,3088,5656,5698,3212,6020,2687,2243,3368,2493,2410,2283,3093,2126,4654,4653,2249,2526,2969,2202,2251,2363,2251,2444,2248,2082,2775,2807,2128,2569,2163,3411,2968,2090,2165,3249,2325,5855,3856,3205,1934,2365,3128,2808,2081,2168,2534,2283,2364,2208,2048,2326,2292,2286,2162,2648,2567,2452,2723,2527,2615,2083,2492,2124,2410,2240,2730,2446,2170,2927,3005,4138,2606,2650,2768,4007,4180,2564,2565,3210,2287,2452,2367,2324,2251,2889,2688,2564,2288,3533,3649,2409,2765,2167,2364,2213,2203,2171,3731,3008,2324,10429,3329,2208,7742,2049,3014,7540,3411,2528,8787,3050,2283,16452,2409,2601,6906,2926,2651,12475,2973,2963,9192,2728,3934,2325,2165,5775,2247,2287,2970,2451,2725,4736,2409,3329,2201,5499,2171,2007,2645,2763,2410,2773,2447,2441,3611,2333,2321,8349,2327,2445,10354,3689,5173,2768,2133,2241,3253,2929,2122,2648,3172,4454,2167,2407,3534,2563,2405,2891,2850,2288,6219,2490,5333,5215,2244,7586,2206,3332,2807,2403,3898,4048,2372,4213,4933,2647,2126,3014,2640,5497,3173,3009,4253,2524,3815,3931,2729,3727,3295,2163,2931,2605,2936,2367,3167,2564,2088,2974,3329,2203,2290,5410,2215,2447,2279,2528,3570,2929,2215,5373,3008,6376,4456,4936,8063,5502,4050,7256,4213,2173,2248,4970,2164,4097,4977,2521,4497,5257,2161,5980,2287,4373,3697,2444,3252,5694,2487,3931,2331,2809,8186,2287,2766,2363,2129,2445,2654,3005,2126,2091,2524,6861,4896,2282,8713,2279,5624,2406,2689,2524,2210,2482,2210,2285,3127,2695,6300,2365,5414,2328,3769,2446,7829,2528,2284,4169,2288,2935,3008,2489,2284,2165,2247,2243,3615,2128,2208,2369,2525,2487,2764,2406,4259,2283,2369,2611,2007,2523,2847,2172,2761,2455,2849,2602,5735,2174,2199,2090,2330,2525,2571,2127,2802,2531,3813,2487,2528,2086,2525,2284,2131,2368,2765,2093,2562,3771,2209,2081,2528,2889,2169,3889,2209,2089,3570,2491,2404,2133,2086,2088,2079,2168,3010,2371,3848,3169,2244,3050,2729,1887,4497,2284,2370,4044,2191,3488,6298,2646,7060,6783,2292,4213,2602,2894,5214,2208,2480,2654,2528,2443,2290,3606,2576,4044,2452,2813,2682,2489,2286,3933,2130,2081,6260,4457,2727,6981,3525,2212,5130,6742,4571,7826,2285,2295,5011,2687,2124,5625,2687,2446,3969,4694,2530,6336,2766,3175,3408,1971,2158,2169,2247,2288,2652,2722,2771,2845,2411,2284,2291,2128,2283,2372,2287,2127,2803,2410,2403,4657,4174,2129,2762,2169,2531,5174,2243,2290,3529,2647,2446,3254,2730,3089,4489,2325,2975,4571,4296,2765,4576,2564,2051,4892,3087,2490,3247,2207,2173,2884,2332,3364,3091,4617,2203,3411,5060,2359,4096,4450,2890,3772,2486,2130,2571,2369,2245,2128,2210,3050,2492,2239,2016,2202,3095,2924,2130,3646,2412,2248,2242,2167,2286,2815,3606,3172,2367,2290,2728,2284,2089,2044,2366,2644,2334,3122,2206,2135,2527,2162,2572,2081,2212,2084,2122,2210,2164,2454,2010,6419,5053,3566,2655,3323,2453,2326,2404,2807,2971,3492,2287,2245,2412,2404,3409,12677,3212,5774,3138,2802,2493,2039,2565,3611,2852,2208,2086,2525,2331,4093,2441,5780,2448,3005,5134,4018,3009,2124,5535,3176,2687,3490,2602,5625,7298,2205,2088,4454,3093,2161,6101,2688,3652,2368,3045,2727,2209,2129,5491,2568,2614,3086,5656,2445,2126,2134,2322,2445,2568,2649,2131,2282,3170,2328,2370,2445,2364,2371,2324,2211,2484,2285,2694,2120,2568,3411,2168,2813,2524,4290,2811,2407,2251,2808,2244,4294,2248,2247,2242,2365,2413,2850,2650,1881,2406,2767,2371,2965,2449,2086,2131,2006,1962,2244,3134,2369,2321,2127,2451,2248,2087,3204,2330,2208,2247,2163,2413,2963,2293,2164,2442,2367,2090,2210,2126,2202,2975,2724,2807,2452,2608,2560,3571,2250,2166,6298,2612,2447,2169,2162,2167,2091,2160,2329,2569,2891,2284,2927,2486,2366,3016,3448,2245,3332,3048,2290,2487,1968,2166,2520,2653,2046,2488,2327,2208,2327,3211,2364,2288,2768,2523,2451,2527,2730,2602,3411,2891,2167,2364,2206,2572,2846,2326,2366,3331,2607,2091,2365,2606,3010,3132,2050,2086,2768,2607,2604,2813,2448,2159,2208,2170,2122,2412,3935,2167,2205,4251,2566,3774,4691,4492,2807,5945,2207,2168,2603,2247,2567,27001,2371,2160,3852,2732,2245,3529,2809,2246,12562,2210,2079,3693,2012,4211,3770,2403,2532,2047,5772,2000,2379,2280,2888,2851,3733,2370,2361,2131,2285,2172,5415,4213,2607,3652,3769,2886,2205,2087,2172,5690,5666,2323,3007,2171,3769,3889,4780,2201,2766,2172,2925,2815,2127,2243,2050,2687,6739,2490,2165,2161,2531,2524,5379,2652,2200,2813,1880,2294,2364,2291,2241,2488,2169,2887,4774,2170,2087,2360,2449,2451,4648,2772,2210,3886,4172,2287,2973,2284,2527,2166,2972,5499,2410,2398,5376,2374,2846,2205,2485,2287,2492,2571,2286,3926,2168,2086,2131,2605,2404,6024,3529,2764,4740,3289,1966,2485,2411,2569,2686,2330,2566,3005,2774,2199,5416,7069,5809,3932,2329,2253,2243,2165,2651,3570,2851,2168,3047,2489,2165,8463,3052,2329,6857,5253,2366,4179,2362,2089,2769,2368,2325,3251,2369,2160,6103,2370,2404,3609,2202,2130,5373,4897,2246,3926,4218,2249,4088,2129,3289,5697,2605,2567,7221,2853,6141,4814,3048,6744,2601,4379,6141,2445,2326,3772,2365,5463,2525,2684,3934,2368,7264,4972,3455,4773,2531,1647,6214,2373,2166,3767,2213,2201,10272,2729,2688,5177,2403,2210,6055,2167,2890,3011,2811,2284,4894,2564,3056,4736,2724,2088,5008,2936,2883,3817,2325,3287,2771,2209,2241,4692,2771,2129,2639,2012,1999,5734,2492,2331,2125,2565,2491,2163,2374,2286,2164,2487,2048,2042,2449,2207,2292,2406,2206,2367,2283,3331,3015,1915,2325,2693,2330,3362,2609,2173,2925,3126,2171,3688,4898,2169,5455,6253,2532,3812,3733,2320,2848,2172,2086,4175,3044,2446,4577,2210,2563,2128,2091,3285,2725,2289,3489,2333,2324,2283,5301,3204,2168,2333,1926,2164,2404,2446,2089,2251,2244,2650,2562,2209,2245,2086,2011,2085,2283,30537,7385,3570,4246,2375,5851,15049,2284,7547,3047,2451,4653,2204,2849,3733,12236,2365,6577,2169,5061,5215,2602,5217,2412,2199,4137,2487,2250,5696,2402,2088,3128,3215,2203,2368,5297,2363,2851,3608,3814,2446,4094,2250,2087,5170,4854,2251,10634,2091,2642,4456,2605,2369,2171,2164,3167,7705,2208,2087,3765,2535,2203,6385,2320,2490,5095,2129,2048,2039,2052,2691,2405,7138,2405,2091,3853,2566,1967,5371,6742,2090,5816,2642,2809,2374,2563,2087,4092,4659,2284,8104,6901,2204,4491,3533,2729,3051,2169,2204,2370,6460,2081,2087,7619,6745,3769,2328,2249,3892,2325,2167,4055,2484,2447,5861,2282,2447,6423,3369,1891,3892,2120,2972,4735,3011,2327,2964,3809,2889,6582,2284,2090,8464,2768,3050,7709,3689,2326,2365,2970,2651,4209,2366,2172,2322,2171,2769,2559,2170,2406,3088,2328,2373,2522,5378,2291,2284,2850,3613,3288,2969,2164,2129,2164,2212,2445,6340,2728,2283,3411,2524,2246,2850,2005,2088,3369,2093,2443,2326,2127,2209,2527,2369,4896,4006,2813,2283,4130,2889,4295,2250,2528,2207,2725,2492,2968,2888,2163,2171,2201,2250,2044,2051,2123,2203,2376,2246,2407,2408,6014,2285,2732,2322,2326,2735,2362,2654,2807,2241,2736,4892,2563,2452,3492,2363,2565,2254,2480,2012,2322,2493,2767,2567,2127,2486,2128,2612,2163,2368,3967,2290,4215,2361,2495,3367,7102,2408,4053,1961,2131,2281,2848,2771,2332,2522,2210,4291,2171,2442,2974,4449,4536,2082,2294,2160,2571,2244,2891,2245,3010,2246,1929,2084,2208,2369,4532,2245,2167,2166,2171,9262,4053,3053,2128,2525,2329,3209,2324,2443,2047,2409,10677,2683,4215,6863,2367,1964,2892,3442,2724,2851,2727,2206,2647,10796,2526,2572,10546,3373,2566,3817,2087,2966,3406,2649,2527,12037,2128,3009,3130,3087,3365,2447,2290,2370,2129,2604,3009,2089,2524,2408,6544,2605,3693,3323,2370,3890,3008,2409,2532,2207,3645,2211,2448,2366,2081,2728,2456,2445,2646,2284,3452,4137,2403,2288,5775,4213,2373,6498,2527,4174,2289,2522,3409,3453,2410,2202,2168,2129,3046,6697,3255,5175,5530,3290,3570,3248,2571,2529,4131,2205,2208,2324,2127,2286,5223,3572,2804,6821,2004,5575,2810,2414,3365,2611,2970,2649,2479,2370,6176,2287,2134,3567,3574,2807,3808,2852,1804,4811,3532,2206,2165,3491,2735,2046,5032,2042,2692,4851,6298,5576,4659,2524,2367,3894,2486,2165,3492,2364,2166,8146,2250,2170,5936,2521,2293,5580,3733,2249,2565,2284,2171,5014,2205,2125,6779,3091,3013,7986,2525,3043,3218,2005,2047,2206,2126,2090,3131,3206,2445,2692,5254,2207,7700,6869,3405,6211,2207,2654,4178,2200,2369,4578,2568,2608,7620,2649,3407,2452,2563,3896,3251,4449,3815,2329,3695,4850,2568,2573,2521,2572,13876,3735,9751,8909,7704,3651,2923,4939,2329,2202,5381,2563,2933,9589,2600,2170,5823,2365,2320,5579,2652,2727,3532,2281,5618,4094,2291,2485,4172,2170,3564,3171,2449,3250,2885,2171,3328,2970,2492,3121,2375,2401,3414,3126,2331,2887,2370,2567,3444,2209,2169,4135,2208,2403,3526,2173,2406,3045,2173,2125,2165,2892,2485,3051,2607,2244,4090,2650,2812,2927,2645,2614,3043,2128,2607,2331,2327,2281,3008,2087,1933,2086,2046,2127,2079,2095,2083,2047,2202,2050,2446,2203,1935,1803,1968,2046,2166,2531,2160,2294,2521,2294,6893,2610,2367,6941,3296,4044,4340,2409,6411,2491,2130,3005,8185,2292,2167,3928,2130,3125,3214,5167,2489,19946,5658,7424,27004,2240,2530,21024,2243,2927,9506,2484,2447,8030,3243,2736,8064,2286,2845,11711,3255,11513,2444,2129,3249,4011,3257,3806,2406,2492,2244,2126,2245,2246,2176,2166,2281,7226,3728,2367,5418,2644,2173,4178,2401,1927,4053,2171,2247,2443,2489,2165,2088,2445,2249,2645,2172,2199,3900,2319,2369,2412,2202,2326,2250,1890,2081,2210,3367,2285,2210,2205,2131,2083,2123,2053,3244,2210,2769,2241,5459,3215,5174,2159,2606,3049,2405,2409,2125,2050,1967,2009,5047,2088,2206,2133,2284,2447,2243,2411,2211,5726,3171,2728,2451,2322,2530,3173,2766,2363,3051,2727,2532,2127,2165,2243,2213,2444,1922,2247,2252,2242,2049,2491,2246,2162,2292,2407,2199,2094,2160,2366,1927,2089,2367,2444,2211,2329,3167,2531,2924,2047,2324,2207,2090,2048,2206,2810,2560,2408,2327,2215,2486,5492,3011,2524,2172,2123,5983,1720,2005,2049,2007,2047,2086,2206,2008,2205,2206,2127,2248,2323,4818,2128,2406,2204,2246,2126,2486,2329,2644,2446,2645,2055,2200,2369,2366,2966,3017,2401,2285,5792,2234,2454,2239,2371,3613,2321,2213,2284,3532,2046,2610,2522,2372,2125,2126,2210,2361,2169,2330,2162,2574,2244,2121,2132,2414,1815,2346,2685,2369,2811,2242,2128,2291,2239,2448,2494,2441,2132,2045,2321,2492,2769,2283,2251,2129,2123,2210,2124,2002,3129,2134,2528,2160,3811,3488,3410,2647,2251,2123,2128,2563,2411,2208,2364,2449,2207,1849,3530,2281,2369,2332,2120,2292,2127,2164,2045,2243,2174,2085,2203,2128,2086,1884,2008,1758,2372,2332,2363,2088,2971,3169,2161,4178,2086,2767,2290,2210,3450,3002,2293,2278,5107,3522,6344,4779,2445,8548,2363,2636,4615,2779,2560,3049,2365,2657,4090,2088,2085,4933,4257,2213,2197,2538,2250,2518,14567,3562,4932,56142,3489,2408,27640,2444,2606,7030,2206,4286,2376,11751,5854,2768,6345,2090,2166,3571,2083,1981,1889,2729,2126,1974,2120,6504,1817,1914,1856,2200,2245,2243,2369,2173,2199,2249,4981,2522,3599,4914,2252,4533,3565,1859,2208,2168,2771,3411,5857,2489,2567,2278,2138,2155,3089,3024,2128,2121,4174,2367,2606,2413,3767,2893,2404,2247,2328,6496,2290,2405,4844,2539,2287,4055,2200,2088,3370,2571,3209,2256,1949,2157,1996,4758,2210,2445,2292,2287,2080,3765,3818,2286,2528,2242,2490,1796,2051,2696,1887,2047,2179,1759,2409,2334,2242,6418,2212,2283,5256,1930,1882,1841,1936,1804,1759,1726,2657,2644,2168,2244,2410,2084,2531,2969,2536,3365,2488,2167,5139,3411,2166,2526,2807,1974,2127,2239,3093,2367,2408,2402,2018,1843,2408,1803,1927,2327,2206,1963,2446,2330,1848,6258,2162,2369,3331,2766,2208,3975,2248,2726,2965,2488,2168,6017,2044,2055,12599,9271,2762,4936,2246,2574,9630,3001,2058,5737,2612,2764,4420,3085,2091,2760,2688,2053,1998,3286,2972,2334,5656,2244,2818,3291,2528,2929,3003,2410,2248,3891,2245,2329,2611,2687,2123,2330,3320,3508,2291,3089,2084,1959,3100,2927,2974,2563,2688,2095,2489,2240,2252,3168,2402,2696,5979,2248,6220,3612,5332,2550,2684,3168,2368,3938,6097,2328,3525,5779,2565,5015,4937,2405,2723,2735,2161,5135,2487,2730,3134,2326,3210,2174,3201,2375,5373,3173,3926,2330,2491,2367,2601,2292,2204,2484,3854,7505,2282,2372,5497,4774,2604,2934,4772,2892,3451,2848,2407,2854,2479,2490,2276,2176,2365,2127,2533,2479,2848,2167,2331,2646,2040,2366,2293,2209,3804,2252,2330,2081,2572,2485,2848,2126,3648,2371,3812,2244,6298,2488,2087,3289,2850,2370,2288,2440,2447,2576,2526,3287,2779,2163,1996,2288,4283,2128,4129,2295,6453,2645,2211,7377,6387,7300,2406,2725,2251,3011,3404,2574,2527,4050,2572,2561,2610,1973,3649,2485,3333,2242,2447,2093,2454,2600,2291,2251,1890,2079,3079,1854,2639,2402,2415,2422,1814,2358,1810,2171,2515,2494,2120,2571,2787,2606,4019,8665,2363,2807,4015,2449,2168,2124,2086,1889,2159,2807,9146,3371,2206,4574,5184,2649,2164,2572,2159,3406,3652,2219,2724,2730,2165,7858,2370,2053,2601,2653,3050,2325,3261,1980,2476,3094,2128,2326,2244,2448,2411,2482,2212,2479,5414,2409,2169,2926,2689,2732,2645,1922,2690,3009,1803,2327,2242,2291,2240,2006,2081,2047,2216,2042,3171,2564,2134,2643,2647,2414,2562,2326,2566,3052,3050,2010,2159,2215,2245,2321,2455,2240,2329,2327,2245,2248,2132,2886,2490,2448,2805,6459,2089,2326,3408,2132,2729,2083,2367,2408,2010,2118,2405,2369,2128,2091,2325,2327,3203,2890,2772,2201,1928,2332,2483,3287,2055,2158,2095,2400,2052,3087,2402,2207,2454,2163,2171,2166,2087,2165,2868,2388,2127,2201,2214,2163,2803,2934,2282,2652,2571,2122,2570,2129,2600,2209,2130,2161,2168,2205,5019,2925,2970,2968,2327,2535,3123,4857,2685,2175,5376,2284,1888,1901,2406,2530,2169,3090,2045,2042,2057,3159,2368,2687,3655,2965,2287,2766,6580,5060,2445,2532,2320,2328,2453,3287,3694,2324,2130,3606,2972,2325,2611,3850,2403,3249,2573,2441,2083,2292,2447,3691,1964,2555,2809,1963,2336,2202,3055,4127,2573,2560,2255,2080,2214,2921,2487,3418,2399,2531,2090,2165,2048,2041,2933,2609,2564,3254,5489,2086,2170,2083,2211,4698,2482,4214,4136,3363,2453,2087,2043,2046,2048,2162,2008,2086,2123,2047,2083,1936,2087,2162,2124,2407,2731,3327,3051,2126,5331,2010,2966,2206,2448,2652,2561,3894,2490,4171,2529,2369,2646,2291,8546,1960,1768,5654,4814,2289,3607,4497,2200,3776,2241,2131,2167,8866,2330,2400,10037,2847,12795,2854,2523,5019,4613,12914,11196,3211,7179,2612,2364,4091,3132,6739,15245,3491,2532,2803,2450,2209,3246,2489,2206,2165,2165,2294,2207,3126,3047,3089,3736,4976,2206,2603,2173,2607,2924,1805,2089,2849,2161,2131,2568,3248,3327,4537,8144,2370,4369,5945,2840,2373,4093,3330,2122,1884,2604,2854,2604,7514,2242,2210,3971,3687,2287,2970,2166,2612,2197,3015,3690,2131,2445,2410,7211,2288,3254,2571,2205,2239,2773,2124,2119,2073,1766,2127,2413,2520,2048,1836,2007,1882,1933,1759,2000,2886,2368,2163,2330,3531,2692,2118,3219,2286,2001,3256,2079,3174,2764,2370,2406,2169,2243,2168,2128,3209,3894,2128,2805,2407,2764,2492,2525,2210,2369,2845,3091,2210,2199,3811,2211,2162,2287,2331,2165,3013,2288,2404,2206,2287,2128,4694,3325,2286,2292,2928,2649,2326,2567,2253,2125,2045,2406,2328,3847,2253,2159,2252,3168,3407,2808,2413,2568,3244,2535,2204,9830,2368,8627,2163,2371,4287,3127,2367,7031,2442,2450,2566,2082,2246,3493,2687,2052,6336,3934,2127,3644,4175,2409,2610,3851,2243,2935,2204,2891,2088,2292,2843,2329,2402,2809,3978,2728,2283,3454,3126,3127,2207,2489,3214,2441,2090,2129,2169,2599,2249,2448,2284,2410,3049,2727,2246,2411,2008,7623,2931,2203,2768,2689,2611,2969,2847,2884,2246,2534,2400,2532,2483,2086,2052,2081,2050,2085,2165,2249,3848,2014,2041,2128,2086,2244,2053,2287,2003,2325,2010,1999,1930,1928,2327,2206,2368,2283,2168,2125,2048,5377,2246,2450,2162,2168,2447,3212,2204,3292,3571,4534,2641,9915,2651,2687,3128,2281,2092,4050,2208,2166,4330,2054,2083,2162,2166,2126,7309,6139,2404,3127,2133,2165,3004,2487,2611,3126,4698,2290,2529,2199,2290,2572,2685,2888,3050,2369,2480,3738,3163,2166,2692,2490,2244,5815,4621,2127,2203,2049,2567,4527,2208,3897,2044,2365,2526,2615,2281,2204,2537,2604,2529,12672,2372,5055,2164,2646,3615,2569,4207,2095,2362,2211,2443,2206,2445,3374,2604,2372,2609,2443,2606,2651,2211,2167,2365,2482,2374,2369,2361,2244,2369,2689,2725,2572,2767,2646,2172,2402,2770,2405,2777,3123,3689,2449,2411,2241,2490,2527,2205,2095,2157,2367,2016,2083,2046,2085,2129,2366,2042,2171,1968,2118,2054,2125,2003,1970,2082,2123,2291,2691,3650,2206,2202,2170,3171,2567,2130,2242,2332,2207,2524,2489,2441,2413,2403,3251,2450,3292,2929,2565,2207,2369,2522,2768,2366,2329,2245,2249,2090,2727,2727,2365,2489,2167,2444,2776,2084,2930,2247,2601,2375,3122,2374,2163,1970,2085,2646,2283,2687,2530,2208,3010,2486,2691,2528,2169,2480,2292,2330,2361,2333,2962,2325,2208,2689,2450,2486,2531,2528,3048,3086,3046,2569,2410,2609,2368,3009,2525,2129,3290,2567,2162,3498,2240,3215,2528,2683,2727,3453,2291,2363,3089,3011,2925,2571,2129,2122,2610,2564,3052,2251,3083,2930,3174,2524,2168,3129,2370,2082,2767,3492,2413,3321,2492,3127,2607,2533,2525,2484,2251,2364,2490,2170,2365,2604,2213,2723,2571,2848,2966,2526,2849,3136,2406,2568,2923,2211,2449,2968,2931,3964,2132,2164,2733,3126,3127,2366,2937,2322,2207,2691,2567,2809,3685,2005,2931,2253,2965,2768,2051,2684,2770,2443,2693,2486,3130,3124,2529,2690,3172,2203,2004,2730,2649,2774,2480,2491,2767,3174,2801,2568,2367,2173,2203,2366,2811,2525,2125,2695,2525,2931,2160,2934,2370,2607,2686,2604,3094,2850,2564,2090,2079,2407,2568,2528,2250,2129,2369,3009,2362,2448,2407,2250,2724,3969,2449,2575,2484,2809,2202,2172,2722,2371,2130,2282,2326,2810,3050,2410,2366,2006,2210,2323,2363,3251,2647,2652,2209,4253,2645,2206,2565,2294,2206,2402,2251,2369,2281,2727,2811,2565,2771,2246,2571,2687,2527,2408,2725,2248,2323,2496,2481,2895,2527,2890,2245,2803,2449,2570,2285,3089,3214,3732,2404,2203,2169,2450,2813,3932,3085,2210,2403,2253,2567,2525,2608,2128,2087,2083,2253,2078,2249,2326,2368,2173,2562,2734,4491,2361,1937,2162,2209,2279,3335,2406,2288,2726,2208,2164,1888,2088,2084,2008,3502,2519,2692,3286,4049,2331,2569,2166,2249,2811,3003,2132,2367,2892,2562,2084,2494,2167,2244,2365,2126,2252,2286,2447,2162,2527,1938,2486,2049,2251,2167,2004,2407,2360,2254,3166,2927,2414,3047,2447,2203,2690,2250,1964,2169,3243,2413,2200,2215,2366,2288,3085,2527,2931,2730,2650,2165,2324,2206,2243,2166,2773,2531,2206,2447,2488,3205,3134,2520,4052,3414,2411,2490,2604,2087,2286,2126,2088,2209,2523,2171,2328,2005,2044,2324,2374,2083,2250,2489,2201,2089,2168,2005,1834,2315,2042,2602,1894,3684,2414,2973,2050,2047,2367,2363,2295,5253,2329,1926,2290,2248,2369,2522,3772,2208,2210,2085,2372,2478,1929,2085,1768,1846,2029,2121,2293,3127,2124,2688,2131,2203,2363,2452,2525,2690,1970,1964,2165,2092,1886,1959,2049,2048,5657,2087,2244,1892,2383,2182,4287,2086,1966,2053,3922,1803,1725,1695,1915,1806,2235,1973,2082,5414,2376,2009,2243,1812,1978,2436,4264,1739,2236,1883,2890,3247,2531,3932,2281,2448,2251,3369,2330,4293,2360,2048,2648,2574,2522,6263,2401,2092,5773,2532,2165,2643,4138,2163,2574,2245,2523,2169,2291,2242,6302,2284,2365,3009,2854,2446,5136,4688,2213,4811,2690,1978,2479,2206,2328,2208,8266,2204,2126,3974,2207,2167,3046,2607,2371,2006,2210,2408,2608,2087,2160,2252,2206,2088,2322,2366,2528,4136,2244,2203,8232,2682,2616,2921,2371,2564,3533,2527,2327,2051,2084,2049,7216,2766,2890,3211,2650,2084,3970,2250,2403,2210,5541,2084,2930,3411,2168,2247,7016,2970,2171,3568,5854,2932,8861,2937,2243,3773,2804,4252,8585,2452,3813,2288,2564,5378,2563,2369,4175,2209,2167,2561,2093,2083,2005,2886,2336,2244,3925,2334,2890,5011,2486,8064,2570,3768,2530,2527,2372,2607,2362,2451,5373,2451,2604,2210,2049,3975,2367,2361,5136,5381,2209,1934,1971,2243,2128,2045,3526,2488,2694,2205,2166,2807,2245,2372,3692,2527,2569,6774,2689,2734,5892,2328,2490,3210,2603,2251,3290,2563,3049,2854,3408,4413,4377,2604,3174,2399,2251,2161,2730,2523,2531,3765,2209,2000,3167,2326,3255,6338,5695,2483,3691,2134,2000,3328,2850,2403,14568,9308,2930,4047,2211,2891,3525,2614,2159,2934,2083,7130,8308,3170,2448,3920,2273,2204,2363,2332,1970,2360,2330,2170,2284,2088,2602,6579,2372,2130,2161,2125,3174,4969,1936,1880,2290,7860,2448,2525,2369,2283,2207,9874,2202,6546,3608,2329,2202,2369,2013,3207,3053,2164,3008,2614,2207,2120,4056,2286,2846,2488,2171,2602,3048,2169,2893,2088,2410,2243,4012,2252,2243,2846,2131,2848,2246,2202,2849,2171,2168,2481,2730,2369,2205,2490,2082,2493,2566,2209,2161,2731,2364,2491,2524,2255,2242,2607,2409,2049,2047,2044,2005,2051,2122,2610,2130,3211,2163,2207,2249,2200,2091,2410,2243,2208,2607,2204,1972,5213,2123,2250,2489,2929,3088,2169,2281,2009,2122,2254,2403,2247,2730,2888,2325,2333,2167,2327,2278,2532,2249,2201,3055,2485,2130,2078,3734,2614,1998,2329,2927,2247,2531,2532,2085,2085,2284,2129,2086,2885,2489,2163,3452,2852,2363,2288,2250,2122,2451,2249,2289,2161,2133,2010,2601,2531,2324,2649,2168,2248,1761,2051,1925,2082,2086,2051,2162,2447,2851,2294,2161,2162,2050,2209,2089,2366,2246,2123,2287,2051,2083,2090,2043,2048,2200,2091,2202,2094,3325,2569,2208,2128,2164,2165,2973,2123,2203,2371,2408,2684,2291,2523,2373,2281,2330,3610,2330,1969,2087,2245,2083,2002,3016,2167,2365,2331,2164,2406,2283,3936,2567,2289,2202,2171,2321,3298,2003,2529,2202,2048,2007,2242,2607,2779,2128,2128,1925,2205,2004,2130,2202,2087,2606,2014,2049,2285,2125,2926,2125,2288,2529,2084,2166,2255,2204,2529,2563,2848,2406,2131,2244,2291,2445,2085,2051,1967,2005,2045,2178,2528,2405,2647,2290,2163,2730,2686,2329,2014,3367,2885,2169,1810,3120,2071,2125,1965,2126,2409,2087,2766,2127,2089,2167,2082,2252,2247,1844,3173,2165,2609,1965,1935,2206,2448,3010,1720,2015,3690,1848,2405,3044,2133,2039,2289,2126,2450,2130,2158,2295,3810,2650,2163,2210,2006,2041,2614,2610,2401,2729,2855,3330,1774,1846,2007,2208,2523,2172,2121,2252,2128,4848,2093,2241,2687,2205,3089,3292,2327,2855,3323,2210,2090,1847,1799,1968,2615,1765,2087,2412,9121,4975,2003,2197,3375,2450,2480,1994,1844,1963,1616,2878,4599,2166,5847,7677,2887,2333,2411,2604,5013,2488,2842,1991,1808,2516,6945,2279,1856,3902,3219,2365,2164,2327,2292,2402,2212,2485,2129,3122,2330,1914,2491,2203,2331,4209,2366,2288,2648,2369,2210,2361,2331,2365,3046,2529,2932,1964,2052,2084,2211,2215,1997,2168,2763,3335,2127,2087,2447,2245,2165,2317,1844,2083,2566,2372,3527,3132,1889,2488,3087,1852,1838,2352,2084,2130,5579,2326,2291,2092,4336,2927,2041,2531,2295,2075,2134,2015,1807,2282,1856,2272,1854,1830,2252,2255,4087,2205,2090,2128,2443,2449,2730,2447,4615,6019,2925,2206,4774,2249,2166,2484,3290,2276,4374,1964,2203,4179,2451,2369,5569,2373,2247,5256,3209,2525,3213,2364,2244,6221,2213,2364,3445,2127,2367,8472,2042,2211,3611,2160,2651,2564,2050,1968,8826,5215,2484,5540,6296,2610,3288,2896,3606,3656,3366,2527,5176,4051,2413,3807,2404,2250,7864,2282,2247,7063,2534,2521,2653,2366,2125,2853,2887,2485,2243,6865,2087,1963,6543,4167,2249,2331,2209,2760,2246,2404,1921,7287,4692,2331,3895,2928,2362,2611,2412,2242,2244,2172,2283,3455,2966,2204,2889,2531,1925,2374,2281,2450,3612,2246,2205,2418,2520,2410,2807,2534,1961,3291,2608,2447,2247,2765,2616,2442,2089,2486,2330,2207,2808,3648,2772,2965,1894,2318,2727,2612,2121,2006,2014,2240,2333,1839,2048,2491,2004,2042,2367,2730,2167,3214,2563,2852,2448,2605,2732,2527,2649,2205,2202,2165,2172,2571,2364,2326,2171,2521,2334,2158,1965,2087,2011,2323,2968,2211,2290,2841,2330,2889,2446,2850,2607,2413,2405,2244,2167,2807,1895,2251,1969,2319,2481,2214,2445,2608,2485,2332,2279,2088,2205,2089,9911,4083,2334,4373,2130,2814,2528,2248,2928,1960,2691,2447,2571,2247,2363,6383,2242,2530,2049,2289,2603,3335,2682,3247,2336,2399,2295,2246,2605,2530,2161,3778,2682,3776,3525,2809,2052,2367,2612,2402,2609,2690,2644,2494,3042,3094,6860,5176,5341,7655,3692,4017,2209,2362,2287,2330,2564,2647,3053,2087,2081,2047,2739,2969,2083,2283,2483,2613,2282,2326,2170,2485,2447,3254,4610,1846,1801,2718,2409,2178,1959,2370,2413,2490,3485,3497,2600,2692,2484,2167,2013,2164,2489,3730,3606,2620,5414,2125,2568,1851,2043,2049,2009,2241,2283,2333,2728,5650,2736,2686,4371,2450,2768,7103,2484,2327,2367,2452,2568,2811,5322,2331,1809,1808,2643,2007,2049,2000,2092,2227,2484,2612,2240,2192,1995,3089,6820,2686,4850,2609,1858,4609,2719,2048,3045,2126,2090,2410,2164,2402,25281,2448,2569,2368,2284,2210,2368,2162,2247,2323,2291,2209,6856,2370,2248,2245,2246,2728,4056,2684,2131,2160,2171,2446,2329,2367,2163,2170,2727,2731,2160,2133,2243,2729,2366,2407,2206,2327,2208,2168,1926,2041,2051,2086,2088,2483,2291,2245,2126,2086,2049,2042,2168,2486,2327,2204,2130,2089,2041,2209,2407,2329,2205,1805,2090,2120,2291,2041,2292,2078,2166,2167,2053,2158,2368,2654,2483,2092,2123,2089,2159,2087,2331,1848,2281,2051,2007,2485,2091,2124,2329,2043,2042,2610,2370,2365,2566,2212,2081,1927,1964,1973,2001,2007,2207,2124,2131,2127,2004,1969,2122,1927,1889,2015,2367,2897,1959,2452,2084,1806,2170,2201,2452,2844,2487,3973,2491,2409,2284,2567,2410,2442,2451,3325,3457,2971,2523,2608,2452,2247,2447,2606,2236,2212,4249,4137,2362,2650,2528,2848,2647,2413,2406,2765,2647,2329,2326,2407,2325,4255,3452,1887,2930,7535,2496,3929,4534,4853,2806,2376,2518,2641,2376,13034,2358,2970,3233,2241,2376,2721,3374,2482,5382,4731,2167,3531,11237,2039,3451,4857,1925,3607,3055,2686,3133,2854,2682,3536,2488,3448,2241,2251,2765,1814,2326,2128,3177,2148,3621,2126,2647,2167,2688,2611,2682,2134,2240,2652,2607,2371,2573,4097,2387,2721,2332,2809,2561,2135,2442,2613,2325,2522,2168,2454,2640,2411,2766,2609,3055,2844,2136,2440,2527,2529,2567,2085,2449,2651,2568,3365,2616,2727,2283,2412,2201,3132,2806,2692,5014,2211,2800,2408,2453,3046,3410,4418,3048,2724,4051,5536,4257,2926,5619,7910,3048,2428,7642,6223,1881,2202,1937,2324,2080,2208,2516,2683,2092,1929,1923,3390,2201,1871,4908,2123,1778,2066,2292,2096,2533,3266,3173,2442,2934,2487,2247,2801,2536,2681,2408,3089,2488,3608,1966,3054,2686,2130,3685,5093,2124,2259,2452,3447,3166,6993,2078,3087,2853,2408,3328,3047,2206,3334,2855,2281,3252,2369,2727,2449,2286,2529,3770,2404,2372,3083,2687,3934,3933,2403,2168,2409,2482,2853,2607,2524,2450,2247,1967,2639,4257,2651,2050,2201,2043,5938,2774,3125,2726,2333,2531,2661,2927,2646,2568,2494,2487,3048,2528,2289,2535,2729,2044,2245,2327,2569,2722,2894,2721,2654,3005,1654,4402,2131,2164,4283,3332,3889,4422,2601,3176,6217,2449,3163,2568,6224,2521,3375,2606,2649,2572,3723,2334,2280,2613,3816,5255,2604,1929,2415,3244,4935,2167,2732,2040,2698,2563,3327,2571,2682,2573,2125,2567,5259,3651,2088,2525,4696,3009,2496,2400,2410,2531,2365,2526,2686,2489,2407,2207,1936,2520,2375,2600,2449,2044,2207,2211,2211,2840,2329,2490,2362,2175,2326,2242,2445,2370,2406,2370,2205,2172,2238,2456,2484,2483,2453,2282,2372,2605,1931,2165,2283,2125,1799,2133,2330,2802,2452,2449,2442,2448,2566,2569,2207,2289,2165,2487,2412,2728,2168,2082,2368,2328,2206,2123,2208,1970,1968,2083,2404,2530,2849,2536,2523,2685,2532,2250,2727,3242,2530,2806,2574,2686,2376,1839,2191,2545,2601,2258,2397,2057,2250,2922,2175,2715,2431,1861,1962,2444,2733,2169,1884,2569,2647,2368,2644,2163,2215,2361,2210,2324,1968,2203,1963,2126,2634,1891,2439,2370,2280,2368,2571,2364,2532,2482,2412,2410,2522,2413,2012,2560,2212,2837,2532,2409,2041,2248,2728,2322,2088,1963,1849,1838,1855,1964,1886,1974,1949,2193,2082,1926,2083,2130,2050,2034,2220,2489,1799,1864,1844,2200,2095,2160,2090,2081,2166,2055,2209,2376,3087,2770,2526,2564,3050,2410,2569,2610,2648,2725,2089,2282,2133,2923,2370,2051,2407,2205,2254,2121,2020,1826,2569,2365,3248,2612,2768,2526,2489,2610,2367,2159,2129,2569,2323,2613,2372,2249,2327,2448,2365,2331,2687,2287,2279,2169,2088,2283,2088,2326,2372,2405,2286,2207,2290,2526,2409,2485,2483,2248,2125,2462,2364,2494,2447,2282,2569,2488,2291,2248,2359,1894,1926,1842,2214,2279,2287,2728,2411,2368,2287,2163,2694,2483,2369,2014,2275,2289,2009,2366,2207,2726,2210,2166,2447,2129,2003,2085,2286,2289,2010,2039,1966,2013,1922,1850,1846,2223,2329,2647,2486,3087,2570,2330,2445,2082,2206,2247,2527,2451,2225,2467,3334,2564,2718,2062,2028,2678,2050,2089,2244,2244,2973,2916,2070,2322,1970,3129,2807,2486,2771,2527,2567,2448,2488,2366,2686,2756,2481,2543,2170,2326,2487,2129,2830,2350,2325,2489,2040,2531,2414,2213,1962,2525,2613,2484,2487,2449,2566,1765,1716,2617,1640,1999,1685,1791,2430,2767,2489,2409,2254,2240,2770,2444,2411,2490,2685,2285,2287,2332,3005,2413,2208,2000,2196,2556,2629,2989,2611,2260,2168,2214,2514,2766,2249,1896,2367,2935,2493,2814,2667,2529,2548,2555,2565,2366,2336,2133,2481,2456,2559,1972,2059,2172,2614,2886,2405,2451,2332,1680,2680,2085,2448,2285,2408,2610,2571,3246,2759,2369,2410,2850,2526,2090,3124,2363,2493,2532,2844,2771,2133,2635,2890,2167,2366,2363,2054,2363,2608,2730,2652,2610,2201,1984,4198,2523,3090,2088,2412,3369,2530,2329,2323,2172,2127,2120,2046,2448,2969,2609,2452,2730,2528,2564,3646,2977,3442,2568,2609,2334,2246,2526,2844,2213,1958,2452,2291,2319,2370,2648,2493,2327,2401,3729,2455,3287,2129,3693,2324,2764,2532,2282,2455,2723,2650,2290,2039,2841,2372,3009,2843,3976,2806,2453,3206,2645,2292,3604,2571,2647,2852,2728,2972,2560,2332,2289,2929,4366,2648,2642,4251,3199,3017,2604,2008,4375,3846,4098,4133,5130,3129,2170,2645,4050,3577,2929,2966,3374,2242,2292,2644,3050,3208,2611,5016,2365,2815,6052,4580,3371,2567,2527,2288,5012,2685,3650,2728,2452,2569,2524,2334,2527,2563,2445,2527,2094,2003,2454,2443,2133,2081,2009,2969,2967,2486,2491,2524,2332,2725,3206,2332,2369,2207,2565,2770,3327,2687,2329,2286,2205,2493,2648,2923,2287,2372,2685,2647,4094,2162,2649,2408,2330,2369,2444,2613,3886,3292,4415,2083,2529,2404,3372,2250,2562,2890,2532,4094,3121,2536,2606,2730,2764,2808,2808,2531,2607,2204,2608,3453,3130,2205,2083,2006,3775,2767,2766,2375,2401,2411,3003,2772,2888,2774,2559,2451,2444,2535,2883,2407,2334,2199,2171,2201,2577,2721,2729,2729,2526,2889,2975,2849,2480,2613,2524,2329,2488,2370,2523,3086,2492,2525,2453,2562,2649,2646,2656,2846,2523,2450,3409,2610,2611,2849,2640,2647,2688,2775,2731,2681,2572,2567,2564,2968,2409,2927,2409,3890,4734,2455,2324,2933,2884,2729,2565,2373,2604,2604,2689,2851,2725,2695,2441,2172,2808,2244,2974,2725,2964,1766,2929,3093,2651,2807,2248,3730,2526,2889,2451,2606,2967,2932,3649,2922,2170,1849,2611,2395,2126,2334,2800,2852,2930,2654,2361,2210,2167,2084,2326,2247,2612,2441,2493,2528,2526,2287,2526,2362,2529,2210,2686,3007,2731,2287,2289,2404,2567,2492,1847,2010,2004,2653,2409,2365,2763,3456,2368,2159,2059,2294,2565,2692,2452,2412,2680,2492,2330,2282,2571,2281,2495,2561,2374,2600,2533,3650,2769,2370,2081,2808,2687,2047,2634,2203,2047,2248,2286,2564,2493,2529,2722,2889,2933,2446,2402,2368,2648,3211,2770,2652,3244,2689,2530,2482,2211,2167,2047,2442,2614,2561,2448,2490,2246,2247,2251,2285,2571,4013,2446,2285,2649,2245,2563,3092,2529,2806,1928,2246,2206,2531,2326,2083,2044,2296,2285,2729,2481,2455,2564,2486,2366,2529,2531,3245,2493,2442,2407,2492,2288,2281,2367,2687,2651,2363,2771,2451,2404,2410,2284,2485,2174,3123,2171,2366,2209,2007,1726,2609,2807,2493,2366,2404,2245,2167,2366,2369,2289,2976,2274,2284,2054,2165,2730,2366,2405,2768,2447,2603,2448,2085,2617,2246,2447,3128,2281,2415,2608,2607,2407,2367,2127,2209,2608,3011,2368,2367,2406,2328,2327,3293,2603,2372,2288,2434,2255,2287,2525,2813,2525,2288,2443,2927,2965,3613,2097,2447,2041,2089,2170,2568,2529,2404,2290,2274,2329,3695,2648,2364,1963,2378,2045,2207,2086,2486,2527,2687,2609,2452,2242,2163,1808,2358,2379,2651,2487,2445,2330,2368,2364,2765,2773,2527,2452,2875,2415,2394,2371,2365,2702,2282,2850,2490,2850,2326,2534,2122,2090,2675,2566,2417,2444,3657,3613,2964,2688,2367,2564,2494,2675,2445,2728,3384,2769,2453,3366,2393,2568,2500,2838,2585,2706,2103,2328,2487,1805,2295,2443,2083,2368,2448,2612,2086,2300,3054,2170,2643,2649,2411,2480,2528,2688,2892,2610,2731,2805,3173,2323,2449,2328,2240,2331,2527,2450,2413,2115,2656,2439,2488,2533,2530,2566,2609,2725,2885,2528,2488,2366,2413,2162,2653,2328,2445,2088,2202,2087,2528,2572,2401,2534,2523,2488,2568,2769,2729,2883,2492,2564,2974,2608,2566,2529,2245,2084,2049,2447,2612,2565,2570,2522,2247,2369,3607,2373,3009,3208,2409,2763,2018,2561,2412,2327,2241,2298,1966,2249,2443,2283,2249,2244,2335,2526,2844,4780,2522,2730,2526,2486,2131,2530,2484,2329,2286,2531,2044,2728,2364,2406,2455,2559,2488,2367,2255,3006,2685,2532,2844,2687,2293,2730,2399,2613,2408,2247,2323,2647,2567,2447,2573,2687,2370,2280,2250,2770,2687,2725,2573,2404,2770,2689,2643,2455,2363,2001,2492,2368,2409,2026,1815,1958,1848,2167,2448,2525,2648,1710,2834,2130,2335,2554,2013,2086,2201,2130,1750,1729,2366,2249,2292,2485,2283,2206,2212,2642,2411,2330,2327,1772,2250,2253,2568,2157,2814,2407,2365,2526,2693,3646,2335,2647,2521,2409,1931,2006,2726,2409,2569,2604,2374,2487,2724,3091,2051,2480,3174,2562,2931,2245,2776,3726,2084,2295,2446,2444,2404,2367,2452,2291,2529,2329,2444,3131,2243,2446,2814,2446,3127,2167,2485,2568,2651,2087,2009,2160,2815,2601,2487,2492,2486,2485,2812,1842,2694,1842,2087,2366,2732,2295,2565,2533,2369,2444,2244,2253,2008,1816,2680,2522,2489,2524,2420,2161,2925,2490,2278,2534,2244,2365,2327,2517,2526,2450,2400,2367,1775,1887,2079,2530,2652,2527,2284,2013,3216,2726,2447,2243,2252,1918,2295,3327,3007,2158,2428,2374,2405,2366,2605,2453,2565,2607,2325,2374,2114,2096,2885,2691,2287,1961,2288,2205,2367,2614,2087,2718,2213,2166,2007,2440,2931,2689,2368,2127,2794,2520,2768,2487,2616,3087,2284,2558,1966,2140,2326,2010,1888,1843,2402,2333,2604,2495,2845,2566,3014,2409,2242,2082,1925,2010,1848,2570,1882,2202,2372,3372,2648,2246,2049,2000,2012,2604,2327,2286,2286,2610,2165,2653,3088,2723,2652,2524,2047,3329,2445,3294,2283,2492,2248,2404,2246,2331,2449,2408,2522,3096,3168,2480,2295,2767,2610,2199,2290,2324,2370,2249,2566,2405,2051,2446,2929,3011,2482,2486,2613,2524,2893,2124,2852,2565,2608,2327,2130,2201,2165,2856,2524,2286,2523,2053,2286,2165,2409,2088,2207,1847,2002,1934,2326,2441,2082,2048,2007,2002,2227,2447,2533,2637,2449,2090,2081,2286,2855,2568,2534,2285,2241,1823,1808,2462,2929,2328,2415,1951,1893,2209,3659,2845,2649,2645,2292,2046,2325,2325,2086,1685,1733,1641,1850,1595,1602,1572,1568,1645,1635,1614,1879,1648,1761,1933,2122,1609,2042,1929,2006,1767,1805,1846,1721,1847,1688,1765,2002,2214,2379,1582,2139,1920,1756,1949,2081,2190,1919,2060,2414,2204,2116,2258,2642,2244,2244,2006,2481,2646,2485,2808,2881,2444,1789,2898,2322,2530,2442,2963,2515,2687,3294,2095,2209,2637,2588,2784,2330,2294,2113,2574,1934,1936,2284,1769,2571,2851,2811,2450,2567,2205,2126,2247,2367,2291,2011,2113,2313,2677,2210,2409,2275,2946,2526,2442,3414,2394,2129,2565,2537,2098,2083,2085,2454,2410,2629,2339,2023,1986,2273,2789,2530,2457,2333,2610,3009,2643,2810,2648,2727,2090,2386,2404,2250,2603,2609,3014,2488,2324,2610,2846,2448,2643,2571,2606,2609,2129,2688,2444,2407,2411,2965,2375,4084,2334,2565,2606,2453,2367,2079,2651,2766,2531,1964,1928,1881,1807,2290,2165,2366,2292,2363,2812,2565,2608,2727,2567,2407,2414,2042,1922,3054,2482,2374,2286,2002,1888,1881,2167,2170,2370,2606,2525,2650,2612,2809,3609,2521,2408,2170,2048,2286,2444,2445,2171,2126,2169,2045,2084,2170,2405,2526,2132,2324,2363,2451,2891,2762,2969,2208,2211,2287,2361,2408,2375,2399,2088,1887,2131,2199,2252,2285,2007,2524,2294,2525,2566,2569,2808,2404,3009,2207,1930,1880,2247,2049,2691,2597,1892,1563,1778,1839,2969,2489,2409,2531,2527,2258,2212,2568,1937,2765,2286,2126,2724,2328,2577,2986,1941,1620,1568,2337,1597,1641,1971,1842,1888,1848,1884,2165,2115,1745,2034,2092,1893,1837,1928,2330,1999,1728,2151,1918,1883,1860,1796,2042,2384,2451,2223,2233,1905,2121,1967,1990,1891,2368,2016,2539,2647,2523,2334,2922,3690,2664,2885,2025,2161,2165,2149,1635,2125,2170,2539,2542,2533,2189,3002,4702,2132,2545,2074,2580,3638,2651,3550,2992,3099,2775,2334,2368,3301,2217,2751,2730,2465,2573,2481,2449,2334,2205,2250,3126,2405,2688,2412,2289,2046,2045,2570,2326,2246,2360,1889,2049,2007,2202,2412,2449,1890,1878,2297,2485,2524,2170,2928,2646,2973,2923,3699,2764,2527,2492,2481,2375,2328,2520,2532,2247,2080,2339,2128,3004,2683,2175,2402,2011,1885,2046,2168,2324,2247,2448,2167,2969,2448,2052,1687,2001,1999,2317,2408,2690,2564,2530,2442,2414,2640,2255,2161,1918,2172,2322,2082,2089,2208,2053,2001,1968,1968,2399,1891,1923,2885,2400,2206,1989,1883,1679,1894,2003,2011,1961,1771,2088,2046,2115,2170,2047,2327,2133,2485,2368,2635,2254,2286,2373,2319,2117,2014,2042,2477,2289,2770,2593,1972,2286,2573,2685,2329,2128,2524,2490,2603,2412,2006,2407,2168,2529,3246,2888,2609,3012,3291,2728,2565,2608,2850,2325,2416,2561,1935,2197,2374,3048,2320,2015,2462,2420,2259,2371,2645,1760,2741,1890,1763,2125,2406,2370,2569,2447,2368,1823,2546,2129,2526,2136,2487,2130,2446,2607,3043,2848,1896,2564,2449,2082,1969,1964,2048,2485,2363,2367,2248,2330,2484,2411,2651,3203,2179,2004,2208,1921,2009,2130,1870,2132,2385,1849,1613,1633,1607,1684,2005,2441,2404,2653,2036,2081,2014,2437,3054,2808,1937,1600,1639,2124,2336,2809,2604,2689,2485,2163,2217,2402,1404,2809,2527,2570,2239,2407,2419,2562,2493,2890,2169,2527,2009,2194,2097,2362,2166,1963,1689,1887,2127,2613,2205,2052,2111,2123,1976,1936,1956,1885,1851,1758,2069,1843,1709,2315,1767,2232,2284,2608,2250,2007,2049,1925,1844,2104,2049,1855,1650,1717,2082,3574,2129,2122,2322,2454,2649,2607,2090,2334,2250,2117,2288,2453,2049,2290,1853,1941,2501,1979,1892,2116,2041,2369,2004,2084,2172,2485,2204,2372,2363,2485,2338,2468,2266,2093,1921,1605,1643,1681,1688,2022,2446,2165,1925,1967,2324,2327,2481,2492,2646,2619,2033,2107,2164,2267,1944,2084,1839,2013,2624,3025,2514,3002,2751,3169,3646,3216,2924,2492,2442,2461,2802,2614,2169,2044,2088,1728,2688,2486,2688,2730,2418,2976,2875,3261,3250,3235,3047,2256,2406,3933,3957,2535,2450,2842,1905,2395,2126,3143,2155,1809,1961,1928,1881,2013,2044,1765,2002,2008,2008,2483,2087,1920,1738,2929,1884,1597,1602,2620,2084,1961,1970,1809,1992,2058,1812,2017,2059,1884,1693,1612,1555,1728,2094,2197,1645,2111,2057,1970,2178,1914,1974,2131,1883,2048,1799,1844,1653,1565,1798,2117,2491,1809,1567,1532,1557,1528,1526,1523,1884,2851,1840,1734,1886,2165,1857,2733,2098,1977,2336,2051,2069,2238,2087,1948,2061,1804,1691,2003,1966,1923,2688,1964,3412,2158,2280,1737,1592,1762,1846,1958,2115,2245,2011,2046,1725,1920,2052,2121,2850,2166,2202,2004,1686,2244,2131,2684,2002,1915,2447,2232,2004,2005,1930,1769,1883,1837,1723,1961,2253,2044,1774,1870,1932,2172,1765,1961,2251,2037,1731,1638,1571,1675,1798,1617,1715,1569,1607,1675,1537,1595,1818,1508,1443,1574,1522,1402,1360,1493,1453,1478,1933,1629,2055,2089,1759,1758,1741,1713,1980,1644,1749,1813,1877,1784,1594,1568,1519,1532,1728,1837,1875,2292,2014,1910,1944,1802,1917,1588,1748,1546,1856,2271,1890,1556,1966,1878,1833,1707,1731,2060,1943,1704,1824,2476,2393,2203,1935,1997,1828,1740,1629,1632,1931,1987,1880,1667,1984,2082,2505,2136,2457,2090,2019,1966,1847,1944,2217,2153,2421,2002,1831,1968,1935,2081,2245,2070,1808,1880,1915,2097,2191,2038,2505,2382,1776,1930,2004,1721,1948,1978,1972,2555,2084,2295,2600,1688,1890,2021,2001,1999,1839,1978,2140,2436,1949,2016,2268,1825,2036,2012,1959,1734,1826,1692,2114,2051,2179,1921,1925,2092,2134,2026,2457,2138,2475,2235,2288,2093,2380,2369,2714,2103,2366,2072,2265,2113,1729,1684,1973,2042,1842,1877,1980,2091,1978,2042,2198,1801,1736,1715,1904,1874,2246,2186,1854,1959,1765,1741,1815,1943,1684,1842,1776,1779,1931,1928,1606,1668,1448,1496,1447,1603,1621,1817,1610,1623,1574,1476,1513,1657,1675,1430,1525,1607,2042,1606,1593,1591,1590,1469,1607,1893,1841,1636,1481,1375,1848,1844,1848,1850,2026,1435,1390,1403,1399,1477,1464,1532,1465,1466,1423,1645,1550,1524,1644,1433,1554,1454,1488,1487,1484,1487,1593,2056,1849,1415,1387,1380,1358,1351,1345,1344,1344,1576,1427,1358,1885,1340,1852,1347,1346,1331,1826,1957,1481,1600,1353,1383,1380,1829,1827,1807,1824,1253,1883,1396,1484,1517,1810,1806,1849,1334,1295,1794,1883,1316,1362,1309,1788,1786,1785,1773,1784,1799,1849,1302,1803,1779,1810,1816,1801,1856,1282,1799,1737,1778,1834,1268,1762,1746,1744,1784,1749,1793,1742,1837,1806,1748,1746,1745,1769,1785,1745,1741,1706,1801,1735,1732,1733,1780,1870,1354,1353,1254,1715,1895,1427,1418,1418,1412,1402,2043,1503,1416,1430,1361,1332,1894,1391,1412,1414,1405,1858,1420,1407,1336,1294,1824,1416,1365,1358,1382,1376,1805,1973,1370,1367,1346,1321,1362,1895,1395,1397,1312,1868,1356,1319,1888,1305,1917,1461,1873,1872,1291,1824,1474,1295,1869,1748,1823,1852,1855,1841,1918,1369,1841,1907,1243,1839,1440,1487,1486,1852,1983,1419,1949,1347,1809,1898,1347,1854,1941,1314,1452,1423,1472,1419,1367,1273,1855,1403,1311,1804,1830,1783,1793,1816,1785,1845,1330,1773,1813,1797,1827,1271,1772,1823,1780,1739,1860,1800,1856,1859,1762,1843,1325,1761,1769,1837,1864,1448,1275,1861,1340,1361,1249,1794,1806,1335,1851,1410,1353,1352,1316,1816,1815,1525,1291,1801,1905,1306,1752,1831,1251,1791,1819,1477,1322,1836,1381,1330,1429,1884,1385,1370,1859,1847,1336,1915,1220,1785,1804,1777,1765,1770,1757,1774,1814,1746,1805,1293,1743,1725,1728,1734,1757,1809,1751,1831,1469,1446,1423,1425,1407,1420,1408,1417,1446,1342,1345,1767,2074,1449,1463,1429,1428,1430,1510,1484,1562,1393,1409,1320,1879,1427,1406,1405,1404,1431,1412,1404,1877,1792,1820,1920,1541,1438,1425,1425,1437,1678,1546,1335,1341,1436,1381,1407,1399,1385,1369,1410,1499,1441,1396,1326,1787,1937,1415,1411,1412,1413,1598,1571,1500,1429,1368,1538,1500,1393,1402,1383,1407,1390,1520,1524,1489,1483,1371,1316,1963,1433,1411,1400,1445,1536,1588,1453,1474,1305,1799,1924,1435,1406,1440,2005,1476,1482,1529,1464,1489,1485,1477,1488,1467,1465,1456,1590,1481,1441,1387,1376,1880,1477,1406,1438,1412,1450,1457,1467,1482,1475,1302,1950,1432,1460,1365,1860,1859,1889,1432,1382,1909,1411,1437,1348,1928,1485,1370,1845,1876,1355,1787,1824,1417,1354,1852,1858,1844,2001,1489,1363,1825,1483,1559,1360,1838,1939,1427,1425,1418,1318,1928,1483,1327,1922,1416,1415,1390,1385,1398,1442,1303,1791,1379,1398,1380,1306,1788,1774,1765,1862,1352,1359,1784,1542,1956,1301,1782,1762,1759,1801,1314,1355,1763,1714,1843,1766,1749,1746,1748,1779,1313,1793,1704,1760,1758,1743,1738,1733,1734,1812,1759,1714,1713,1820,1743,1735,1732,1745,1693,1795,1735,1723,1776,1784,1734,1732,1719,1693,1783,1763,1724,1682,1778,1759,1719,1713,1708,1723,1725,1717,1673,1688,1722,1915,1357,1357,1347,1415,1261,1780,1836,1795,1365,1765,1849,1351,1334,1884,1346,1919,1289,1829,1449,1478,1334,1843,1831,1901,1332,1857,1383,1844,1347,1847,1310,1818,1805,1784,1753,1807,1827,1749,1813,1783,1751,1727,1802,1726,1779,1330,1774,1791,1326,1779,1773,1792,1299,1791,1715,1775,1776,1790,1771,1812,1840,1472,1352,1840,1928,1299,1858,1447,1370,1331,1894,1437,1387,1316,1811,1871,1266,1781,1836,1336,1773,1853,1309,1789,1844,1355,1276,1823,1330,1512,1303,1917,1342,1792,1796,1842,1343,1774,1802,1402,1321,1921,1363,1420,1418,1416,1465,1317,1944,1357,1488,1341,1834,1839,1342,1367,1355,1405,1379,1766,1864,1296,1868,1303,1854,1345,1343,1337,1369,1268,1834,1305,1782,1407,1257,1817,1814,1814,1343,1351,1766,1784,1802,1778,1793,1778,1779,1784,1849,1334,1805,1776,1944,1290,1785,1818,1802,1780,1868,1394,1281,1710,1878,1306,1785,1782,1776,1800,1810,1775,1721,1770,1804,1835,1331,1331,1331,1334,1385,1361,1810,1741,1815,1758,1795,1778,1748,1752,1784,1760,1754,1821,1751,1769,1768,1769,1768,1764,1765,1752,1696,1750,1720,1711,1713,1712,1687,1699,1791,1726,1744,1758,1728,1725,1723,1746,1809,1821,1242,1781,1378,2164,1757,1562,1561,1528,1511,2580,2750,2692,2660,3124,2725,2754,3451,2981,2828,2473,2605,2608,2506,2990,2970,2873,2692,2888,2763,2773,2184,2164,2247,2370,2486,2388,2427,2376,2299,2651,2539,2682,2159,2527,2955,3057,2717,2952,2560,2168,2161,2542,2181,2217,3154,2707,2472,2662,2165,1890,2119,2608,2815,2453,2358,2657,2972,2344,2306,2414,2989,3087,2720,3395,2632,2671,2367,2298,2528,2141,2459,2838,2769,2454,2381,1843,2089,1923,2244,2411,2591,2071,2272,2123,2061,2023,1972,2372,2328,2365,2163,1886,1932,2039,2040,2002,2042,2006,1932,3158,2484,2486,2374,2209,2520,2922,2540,2205,2118,2377,2205,2122,2652,2764,2612,2004,2379,2363,2211,2655,1934,2870,2126,1993,2240,2289,2086,1686,2001,1725,2647,1929,2082,2125,2086,2045,2169,2292,2281,1938,1969,1935,2287,2087,2328,2242,2203,2074,2241,1771,2486,2125,2448,2441,2293,2245,2247,2724,2329,2365,2254,2242,2091,2367,2488,2806,2565,1689,2238,2447,2533,2038,2488,2044,2451,2320,1816,1925,1817,1967,2431,2687,2256,1882,1646,2234,2168,1825,1849,1845,2238,2084,2212,2071,1927,1886,2173,1922,2038,1854,1885,1563,1558,1603,1975,1958,2128,1815,1878,2213,2607,1886,2168,1681,1526,1762,1852,1878,1690,1684,1763,1769,1680,2015,2033,2493,1801,1605,1691,1762,1437,1400,1609,1512,1667,2090,1640,1971,1971,1644,1441,1403,1371,1552,1806,1607,1486,1799,1608,1522,1534,1514,1500,1791,1685,1731,1756,1849,2091,2010,2565,2181,2209,1983,1931,2448,1839,2172,2634,2091,1993,2840,2432,1904,2670,2004,1649,2327,2043,2514,2462,2672,2288,2614,2200,2223,1885,1851,1879,1930,2495,2350,2854,2177,1714,2624,3411,2403,3692,2896,2631,2733,2373,2664,2470,2691,2456,2325,1912,1940,1853,1883,2286,2282,1644,1786,1843,1565,1556,1731,1650,1846,1794,1841,2459,2391,3072,2505,3081,2219,2207,1761,1800,1569,1774,1920,2169,2326,1975,1877,1682,1557,1528,1559,1527,1964,2009,1773,1785,1978,1932,1937,1985,2206,1532,1925,1498,1408,1736,1748,1681,2194,1541,1447,1380,1558,1734,1858,1576,2060,1432,1409,1718,1458,1675,1738,1963,1868,1738,1621,2353,1408,1400,1397,1375,2026,1792,1620,1488,1423,1655,1610,1327,1800,1968,1646,1728,1655,1827,1973,1529,1515,1475,1832,1531,1596,1483,1625,1297,2128,1821,1507,1478,1397,1264,1671,1538,1507,1690,1474,1375,1591,1506,1360,1914,1244,1738,1438,1446,1321,1769,1862,1397,1349,1398,1230,1830,1318,1359,1611,1302,1781,1635,1366,1254,1813,1801,1803,1370,1480,1340,1527,1854,1281,1860,1355,1370,1331,1460,1718,1706,1724,1882,1393,1387,1388,1389,1408,1296,1906,1495,1738,1347,1409,1433,1419,1471,1576,1480,1302,2051,2025,1662,1348,1875,1400,1341,1374,1414,1425,1551,1811,1738,1830,1445,1404,1527,1421,1390,1389,1525,1388,1845,1726,1955,1464,1449,1453,1399,1389,1389,1506,1377,1814,1671,1980,1336,1917,1392,1390,1344,1947,1446,1625,1559,1965,1451,1683,1363,1338,1948,1447,1330,1821,1451,1748,1372,1366,1377,1920,1419,1442,1447,1435,1489,1858,1673,1350,1314,1845,1418,1432,1413,1417,1412,1502,1991,1448,1293,1897,1395,1392,1393,1393,1392,1382,1289,1511,1595,1871,1311,1768,1761,1793,1759,1905,1291,1799,1775,1808,1779,1772,1771,1769,1872,1358,1525,1495,1745,1784,1721,1767,1752,1802,1424,1275,1227,1556,1226,1791,1773,1764,1754,1746,1956,1281,1872,1426,1339,1272,1867,1361,1264,1735,1735,1736,1900,1575,1784,1231,1739,1745,1753,1747,1745,1865,1389,1694,1360,1780,2048,1350,1923,1419,1513,1466,1421,1333,1419,1338,1443,1436,1427,1432,1875,1570,1328,1899,1403,1508,2095,1988,1762,1351,1382,1452,1514,1407,1403,1830,1519,1562,1435,1635,1401,1402,1396,1497,1402,1411,1538,1501,1435,1664,1405,1340,1814,1915,1403,1421,1403,1684,1219,1395,1389,1386,1529,1475,1398,1397,1439,1376,1774,1776,1865,1716,1874,1354,1353,1352,1352,1281,1824,1437,1213,1798,1836,1891,1327,1826,1885,1363,1474,1516,1351,1841,1452,1459,1429,1403,1422,1425,1424,1437,1391,1412,1827,1503,1335,1368,1459,1407,1406,1422,1421,1378,1776,1577,1336,1354,1350,1401,1403,1422,1414,1422,1422,1439,1732,1532,1842,1355,1868,1399,1395,1395,1394,1385,1375,1642,1415,1397,1834,1352,1353,1368,1350,1364,1330,1400,1464,1807,2003,1363,1406,1367,1329,1831,1827,1871,1319,1766,1306,1796,1814,1886,1496,1431,1370,1438,1471,1515,1392,1867,1379,1481,1465,1351,1348,1345,1346,1458,1385,1595,1616,1401,1362,1501,1315,1828,1330,1819,1896,1412,1434,1425,1550,1418,1488,1405,1392,1388,1383,1383,1504,1738,1942,1514,1502,1491,1408,1432,1388,1381,1381,1374,1640,1506,1466,1482,1680,1554,1481,1376,1383,1581,1532,1842,1624,1655,1445,1374,1389,1412,1399,1398,1399,1381,1440,1555,1772,1375,1457,1400,1401,1400,1398,1511,1397,1356,1557,1419,1449,1478,1420,1415,1401,1397,1398,1398,1373,1901,1541,1483,1519,1523,1430,1403,1403,1402,1479,1385,1565,1499,1560,1525,1394,1362,1424,1405,1407,1404,1404,1768,1655,2144,1395,1344,1929,1349,1346,1346,1344,1344,1281,1412,1692,1418,1582,1316,1358,1346,1343,1343,1344,1343,1746,1764,1341,1967,1479,1452,1790,1863,1359,1376,1299,1488,1490,1373,1340,1815,1789,1783,1770,1898,1323,1670,1304,1890,2190,1459,1387,1427,1442,1428,1541,1471,1718,1612,1417,1562,1362,1365,1362,1359,1359,1457,1526,1784,1381,1939,1457,1410,1375,1363,1360,1360,1377,1438,1862,1475,1426,1606,1470,1398,1421,1591,1441,1450,1541,1818,1803,1399,1492,1654,1421,1470,1544,1631,1485,1730,1482,1851,1549,1426,1368,1502,1440,1522,1377,1377,1532,2071,1711,1533,1527,1557,1564,1646,1497,1485,1355,1856,2087,2094,1566,1832,1904,1827,1891,1604,1899,1647,1661,1897,2497,2222,2349,2555,2993,2909,1865,2965,2815,2450,2056,2346,2017,1803,1933,2677,2157,2006,1895,1922,1694,2063,2058,2057,2004,2200,2176,2286,1951,2851,1779,1818,1953,1977,1670,2077,1876,2169,1917,1640,1639,1844,1664,1723,1642,1629,1783,2001,1526,1668,1933,1616,1510,1647,1812,1647,1554,1465,1422,1367,1920,1611,1596,1738,1606,1455,1449,1474,1400,1930,1663,1663,1656,1585,1541,1399,1380,1589,1425,1415,1402,1401,1406,1491,1463,1400,1374,1556,1426,1452,1463,1462,1462,1468,1476,1503,1647,1496,1794,1682,1780,1788,2541,3963,2489,3571,2923,2723,2732,2356,2441,2528,2367,2413,2912,2314,2422,2966,3547,2860,3553,2543,2530,2831,2704,2610,2213,2493,2913,2498,3455,2767,2646,2607,3145,2402,2201,2295,1924,1842,1847,2092,2290,2245,2326,2371,2291,1889,2177,1957,1844,2048,1804,1889,2440,2601,2335,2402,2571,2406,2576,1878,1774,1843,1842,2046,2099,2162,2030,2042,2203,2282,2164,2289,2767,2855,3328,2289,2524,2811,2722,2614,2365,2246,2249,2525,2529,2269,2159,3048,2328,2164,2727,2212,3086,3052,2446,2527,3249,2486,2369,3774,2726,2566,2969,2409,2407,2369,2564,2045,2212,2565,2524,3699,2404,2288,2562,2368,2210,2363,2527,2327,2493,2483,2329,2847,2529,2409,2609,3486,2455,3041,2129,2445,2573,2329,2565,1961,2334,2921,3136,2689,2242,2127,2531,2200,2929,2616,2242,2645,2568,2374,2329,3088,2564,2404,2373,2522,2171,2289,2561,2486,2416,2239,2530,2485,2414,2449,2526,2522,2570,3246,2569,2210,2451,2239,2093,2168,2442,3214,2564,1970,2042,1968,2044,2812,2482,2406,2491,3855,3965,2896,2566,2605,2208,2406,2290,2447,2609,2568,2240,2009,1970,2001,2289,2567,2011,2286,2400,2260,2354,2567,2695,2323,2532,2164,2123,2012,2520,2176,2720,2332,2163,2009,2005,1967,2206,2766,2606,2533,2487,2562,2415,2328,2162,2813,3129,2521,2294,2079,2325,2332,3051,2324,1891,1963,2249,2963,2807,2568,2615,2681,3898,3332,2482,2732,2167,2364,2246,2686,2373,2481,2169,2006,1969,1925,2606,2608,2525,2530,2531,2609,2404,2363,2732,2526,2372,2400,2087,2329,2494,2683,2572,2283,2044,1970,2124,2692,2722,2446,2415,2446,2532,2602,2288,2611,2684,2608,2210,2565,2451,2723,2853,2611,2847,2125,2489,2567,2485,2528,2566,2569,2529,2207,2525,2492,2644,2526,2413,2482,2088,2935,2600,2255,2406,2408,2601,2567,2449,2529,2572,2765,2443,2170,2572,1878,2171,2246,2007,2015,2162,2208,2202,2215,2291,2041,1966,1931,2442,2730,2164,7542,2253,2728,2725,2727,2776,2165,2450,2763,2414,2966,2371,2366,2807,2244,2204,2328,2373,2962,2673,2307,2380,2651,2306,2129,2209,2087,2289,2764,2403,2249,2009,1650,1758,2193,3130,2410,2204,2566,2331,2241,1802,1720,1883,2332,2647,2363,2287,2092,2007,2005,2396,2337,2205,2204,2610,2247,2490,5719,2188,2398,2169,2244,2405,3909,2130,2238,2132,2087,1962,1926,1929,2120,2054,2205,2522,2250,2444,2452,2364,2250,2295,1956,1925,2613,2083,2955,3087,2771,2444,2285,2318,2629,2628,2391,3213,2519,2730,3053,2550,2684,3939,2925,3122,2287,2340,2446,2757,2698,3166,2579,2670,2482,2446,2236,2565,3410,2467,2439,2491,2216,2250,2248,2408,2416,2255,2296,2406,2086,2265,2343,2553,2026,1840,1765,1847,1931,2083,1927,2143,2160,1915,1823,1872,1895,1690,1683,1709,1893,1839,1605,1684,1663,1645,1645,1644,2369,2022,2077,1527,2166,1917,1812,1989,1984,1529,1737,1839,1591,1724,1505,1794,1624,1551,1464,1511,1530,1564,1525,1385,1997,1557,1643,1369,1861,2014,2002,1842,1684,1401,1568,1520,1421,2072,1488,1502,1995,1808,1606,1570,1607,1421,1421,1439,1343,1913,1532,1393,1808,1393,1517,1919,1417,1415,1303,1894,1331,1339,1589,1309,1916,1520,1335,1452,1416,1419,1410,1428,1871,1760,1341,2021,1376,1922,1415,1418,1415,1351,1331,1515,1864,1342,1925,1313,1899,1394,1394,1437,1451,1579,1453,1360,1316,1392,1335,1328,1343,1305,1800,1758,1603,1715,1812,1812,1800,1790,1783,1768,1833,1320,1442,1618,1804,1804,1774,1781,1754,1747,1792,1733,1751,1680,1722,1701,1699,1697,1733,1874,1295,1967,1400,1605,1371,1336,1815,1768,1752,1747,1760,1896,1507,1560,1776,1782,1772,1775,1746,1741,1793,1802,1840,1383,1317,1875,1360,1387,1338,1852,1361,1396,1340,1614,1390,1383,1398,1272,1837,1835,1834,1840,1328,1716,1830,1432,1280,1845,1347,1333,1834,1872,1334,1733,1585,1455,1337,1848,1339,1815,1808,1809,1845,1446,1569,1407,1334,1335,1874,1360,1387,1356,1359,1382,1273,1772,1613,1852,1360,1359,1358,1356,1356,1340,1873,1324,1850,1770,1345,1874,1337,1875,1380,1385,1357,1331,1978,1452,1534,1285,1919,1355,1857,1357,1357,1501,1408,1319,1653,1734,1327,1800,1840,1835,1910,1291,1925,1542,1299,1839,1304,1815,1847,1387,1272,1859,1447,1315,1643,1433,1454,1327,1802,1461,1340,1855,1359,1388,1477,1615,1466,1455,1324,1801,1840,1836,1835,1901,1356,1740,1424,1385,1378,1266,1895,1339,1836,1879,1338,1318,1472,1428,1371,1373,1288,1817,1812,1810,1929,1442,1258,1723,1275,1783,1798,1817,1813,1788,1789,1847,1380,1447,1807,1252,1733,1721,1762,1775,1825,1469,1490,1610,1337,1415,1468,1375,1336,1851,1358,1356,1273,2089,1344,1453,1908,1521,1344,1833,1874,1275,1856,1385,1625,1745,1422,1397,1394,1307,1866,1389,1373,1355,1384,1401,1764,1623,1356,1401,1283,1934,1349,1340,1341,1351,1308,1785,1741,1270,1862,1323,1832,1334,1335,1332,1416,1471,1712,1487,1410,1635,1325,1844,1817,1812,1810,1930,1636,1718,1552,1556,1504,1439,1356,1437,1444,1444,1462,1620,1572,2167,1604,1725,1500,1682,1658,1704,1901,1911,1646,1641,2070,1903,1609,2491,1996,1950,1898,1900,1931,2079,2136,1968,1734,1929,2646,2850,2448,2953,2720,2843,2527,2393,2379,1961,2418,3322,1960,2297,2197,2366,2811,2338,2687,3342,2571,2665,2608,2232,2549,2563,2609,2187,2313,3210,2561,2570,2237,2726,2499,2171,2123,1965,1845,1958,2298,2248,2205,2208,2237,2482,2687,1972,2431,2845,2449,2084,2327,3277,2460,2329,2448,2194,1963,1846,1967,2356,2372,2336,2286,2195,2024,2283,2761,2772,2488,2363,2327,2735,2120,2494,2362,2451,2283,2169,2049,1885,2329,2446,2405,2608,2647,2447,3130,3290,2607,2569,2526,2010,1959,2376,2438,2528,2449,2170,1962,1888,1845,2209,2563,2368,2293,2159,2336,2964,2485,3009,2771,2526,2205,2329,3373,2968,2651,2044,2646,2679,2734,2489,2411,2366,2569,2040,2431,2927,2567,3130,2730,2450,2166,2774,2284,2408,2247,2126,2204,2092,2246,2409,2320,2365,2332,2004,2038,2567,2734,2480,2174,2162,2369,2368,1880,2248,2927,2650,2165,1929,1964,1755,1564,2014,2307,2292,2444,2404,2127,2078,1726,2505,2049,2408,1894,1882,2404,2164,2374,2241,2893,2246,2445,2087,2399,1935,2570,2162,2291,2081,2291,2952,2586,2286,2328,2083,1888,1643,1550,1817,3358,2295,2644,2407,2208,2766,2473,2865,2295,2478,2203,2255,1887,2165,3116,2728,2342,1684,1568,1768,1645,1530,1798,2069,2019,2240,2482,2576,2034,1935,2502,2339,2122,2291,1849,2006,2122,2020,2115,2571,2569,2286,2078,2474,2527,2032,1762,1811,1594,1573,2024,2568,1889,2446,2102,2370,2216,2006,2228,2003,2526,2210,1889,2123,2246,2526,2813,2455,2486,1956,1899,2012,2140,2879,2409,2645,2293,2643,2210,1839,1655,2244,2332,2407,2321,2241,2324,2411,2486,2888,2649,3289,2329,2289,2128,2046,2482,2210,2887,3091,2410,2319,2531,2245,2935,3048,2401,2447,2693,2645,2288,2004,1888,2127,2408,3167,2373,2447,2484,2491,2329,2121,2638,2085,2365,2165,1973,1590,2255,2283,3169,2410,2159,1934,1811,1805,2011,2236,2017,2181,1825,1929,1963,1649,2610,2620,2344,2456,1637,1530,1557,1565,1607,1532,1521,1771,2036,1883,1887,2134,1958,2010,1951,1938,1926,1966,2251,1806,1706,1704,1993,1762,1474,1966,1610,1649,1806,1993,1698,1599,1567,1566,1814,2018,2047,1960,1714,1681,2471,1631,1765,1709,1661,1514,1696,2241,2218,1779,1536,1479,1643,2127,2148,2350,1534,1602,1433,1688,1968,2185,1593,1521,1695,1707,1851,1329,1847,1947,1541,1596,2020,1926,1858,1857,1455,1363,1322,1919,1318,1740,1644,1674,1933,2056,1646,1960,1590,1599,1670,1702,1391,1425,1868,1941,1516,1606,1975,1800,1722,1515,1673,1861,2221,1413,1410,1516,1480,1704,1440,1669,1447,1917,1421,1414,1412,1411,1582,1472,1900,1435,2082,1780,1350,1846,1855,1339,1940,1389,1335,1335,1394,1397,1722,1290,1889,1433,1872,1320,1900,1305,1499,1441,1368,1322,1877,1391,1226,1952,1339,1846,1842,1368,1344,1610,1899,1355,1381,1394,1372,1383,1942,1399,1281,1931,1493,1298,1859,1346,1347,1329,1766,1746,1752,1768,1642,1756,1854,1339,1328,1350,1325,1323,1371,1353,1867,1352,1296,1827,1876,1423,1428,1431,1477,1497,1398,1647,2136,1532,1560,1847,1818,2095,2298,2333,2537,2160,2891,2707,2692,2178,2790,2734,2523,2817,2679,2640,2193,2174,2781,2831,3276,3888,2468,2020,2402,2168,2155,2098,2478,2699,2781,2295,1897,2007,2046,2129,1792,3325,1973,1930,1908,1638,1764,1834,2002,1884,2120,1971,1981,1795,1931,1890,2079,1846,2283,1932,2193,2441,2366,1919,1880,2277,2357,2202,2190,2274,1864,2571,1999,2130,2566,2247,2526,2454,2084,2728,2365,1886,2145,2795,1819,2065,2210,1967,2216,2721,3091,2614,2370,2283,2447,2291,2088,2453,2462,2404,2455,2486,2601,2292,2243,3007,2568,3010,2770,2329,2441,2414,2605,2247,2488,2729,2568,1716,2463,2256,2085,2328,2606,2369,2247,2322,2203,1886,1928,2372,2445,2566,2491,2527,2002,3415,2851,2648,2327,2609,2409,2244,2283,2653,2930,2604,1927,1725,1849,2454,2482,1983,2240,2124,1951,2150,1929,2046,2298,2738,1973,1796,1887,2014,1957,1934,1919,1929,2165,2521,2135,1882,1770,2160,1974,1957,1882,1899,2003,1845,1688,1657,2490,2155,2130,2129,2644,2016,1884,2004,2402,1807,1813,1966,1850,1728,1755,1556,2010,2762,2654,2097,2090,2649,2529,2084,1964,2158,2415,2606,2209,2084,2491,2089,2084,2161,2605,2123,2127,2671,2131,2164,3308,2153,2330,2288,2863,2690,2486,2663,2790,2175,2119,2311,2228,1914,1636,1566,1532,1557,1530,1529,1955,2172,2352,1941,1883,2666,1954,1595,2105,2290,1621,1762,1965,1680,1750,1552,1958,1698,1637,1826,2110,1868,1866,1450,1694,1458,1776,1923,1865,2007,1529,1530,1347,2184,1344,1821,2063,1800,2001,1454,1464,1430,1324,1913,1267,1769,1964,1609,1444,1488,1501,2010,1413,1263,1750,1872,1244,1659,1453,1876,1459,1490,1559,1328,1805,1802,1907,1625,1879,1480,1443,1621,1443,1470,1406,1402,1401,1555,1597,1611,1905,1393,1359,1348,1817,1824,1347,1423,1488,1712,1741,1877,1425,1491,1524,1558,1566,1583,1447,1598,1324,1742,1374,1449,1625,1625,1530,1400,1398,1469,1965,1764,1487,1407,1394,1392,1388,1386,1409,1416,1487,1531,1676,1679,1424,1377,1403,1415,1413,1657,1419,1467,1412,1360,1478,1414,1503,1418,1392,1391,1388,1390,1435,1419,1287,1594,1333,1363,1334,1334,1343,1332,1334,1332,1342,1464,1284,1758,1902,1306,1375,1334,1335,1335,1336,1332,1384,1366,1466,1489,1373,1345,1353,1349,1338,1829,1335,1332,1385,1365,1500,1249,1788,1800,1876,1331,1836,1787,1751,1822,1343,1286,1326,1866,1392,1491,1428,1418,1416,1417,1372,1621,2095,1928,1478,1446,1415,1407,1407,1405,1404,1499,1722,1581,1404,1396,1489,1465,1443,1428,1433,1305,1806,1660,1341,1734,1443,1451,1422,1424,1418,1559,1413,1374,1344,2035,1435,1533,1305,1443,1414,1458,1462,1462,1499,1870,1651,1532,1408,1502,1696,1586,1709,1717,1661,1656,1464,1522,2089,1576,1544,1478,1442,1409,1405,1442,1740,1487,1721,1852,1661,1681,1623,1661,1563,1543,1467,1539,1509,1629,1624,1607,1673,1695,1698,1720,1570,1577,1592,1675,1748,1849,1563,1614,1788,1566,1661,1779,2391,1741,2052,1780,1805,2081,2384,2436,1929,2109,2205,2236,2167,2348,2976,3834,2861,2957,3097,3186,2779,2720,2549,2841,2556,2298,2548,2696,2629,2728,2449,3639,2055,2547,2714,2484,2645,2736,2538,2466,2523,2487,2413,3366,3115,2580,2191,2849,2018,2192,2051,2424,2403,3035,2529,2401,2431,2315,2402,3010,2808,2405,2643,2260,2500,2595,2660,2688,2561,2509,2542,2285,2688,2605,2452,2530,2693,3156,2886,2418,2085,2498,3029,2931,2207,2420,2047,2485,2552,2712,2475,3902,2323,2238,2569,2167,2409,2445,2493,2328,2373,2564,2448,2570,3648,2711,2887,2371,2283,2705,3070,2152,2521,2554,2174,3446,2446,2523,2290,2406,3052,2650,2929,2524,2700,2648,3885,2730,2638,2571,2891,2468,3044,2665,3032,2448,2600,2571,2329,2593,2408,2704,2433,2207,2378,2168,2612,2448,2205,2288,2625,3536,2404,2065,2674,2821,2408,2425,2147,2045,2934,2767,2529,2489,2442,2453,2719,2553,2649,2411,2743,2484,2169,2088,2450,2407,2439,2653,2317,2130,2047,2377,2089,1943,2216,3698,2564,3206,2087,2572,2884,2690,2530,3253,2367,2649,2520,2649,2607,3972,2327,1895,2121,2329,3413,2851,2764,2732,2645,3089,2726,2650,2526,2930,2732,2723,2530,2327,2410,2602,2654,2484,2449,2289,2524,5497,2328,2363,2572,2608,2730,2804,2565,2774,2609,2848,2563,2531,2496,2648,2647,2881,2293,2530,3048,2608,2484,2969,2807,2731,2612,2604,2408,2690,2246,2443,2649,2768,2487,2488,2528,2287,2491,2203,2814,2639,3056,2649,2525,2483,2735,2646,2082,3128,2530,2611,2484,3052,3089,4538,2365,2802,2411,2450,2484,2525,2654,2488,2486,2651,2688,2604,2447,3333,2763,2208,3088,2366,2329,2450,2002,2493,2247,2361,2375,2643,2532,2642,2486,2649,2132,2133,3054,2725,2889,2410,2405,2407,2568,2124,2411,3011,2566,2566,2328,2208,2405,2683,2328,3094,2891,2489,1958,2619,2444,2164,2093,2325,2044,1979,2670,2566,2567,2404,2010,2001,1968,2654,2167,2646,2248,2452,2560,2330,2610,2648,2607,3013,2681,2613,2731,2526,2483,2650,2244,2007,2172,2159,2528,2487,2450,2408,2251,2403,2644,2615,2681,2895,2730,2480,2535,2725,2246,2366,2651,2288,3044,2412,2246,2161,2456,2327,2481,2853,2405,2692,2526,2527,2683,1927,2855,2450,3167,2488,2368,2323,2088,2288,2407,2449,2442,2328,2494,2768,2483,2770,2372,2208,2366,2170,2881,2455,2681,2413,2569,2488,2606,2486,2448,2367,2450,2437,2217,1969,2677,2010,2408,2448,2566,2015,2429,2595,1973,2645,2173,2402,2684,2970,2572,2884,3088,2649,2489,2765,2609,2486,2287,2488,2573,2682,2694,2409,2881,2495,2323,2445,2363,2489,2576,2766,2810,2440,3371,2809,2255,2172,2245,2487,2525,3253,2769,2764,2530,2524,2248,2133,2518,2252,1807,2807,2250,2127,2207,2167,2849,2043,2126,2209,2243,1972,2126,1923,2087,2125,2085,2018,2035,2412,2287,3046,2527,2526,2654,2280,2090,2165,2486,2172,2402,2165,2046,1973,1962,2251,2161,2367,2488,2806,2492,2492,2284,3610,2611,2441,2447,2525,2087,2448,2524,2572,2369,2207,2361,2407,2528,2811,2604,2370,2526,2651,2482,2734,2529,2454,2522,2769,2693,2306,2679,2323,2285,1808,1814,2427,3126,2327,2454,2328,2561,2455,3283,2488,2331,2368,2527,2293,2321,2450,2602,2019,2092,1762,1645,2532,1998,2321,2286,2363,2451,2445,2324,1940,3131,2288,2525,2450,2809,2521,2365,2575,2480,2453,1929,1920,1845,2172,2808,2525,2366,2411,2447,2607,2284,2891,2567,2288,2242,2451,2931,2404,2211,2446,2165,2205,2208,2084,2646,2295,2242,2170,2400,3016,2646,3211,2285,2484,1934,2204,2321,2330,2171,2561,1840,2013,2174,2001,2006,2207,2489,2127,2013,2044,2135,1954,2517,2283,2457,2203,2358,2052,2121,2212,2602,2694,2322,2129,2086,1971,1719,1927,2289,2245,2211,2560,2776,2453,2198,2368,2441,2075,2250,2609,2646,2242,2491,2246,2080,2006,1973,1967,2001,2452,2050,2002,2041,2607,2052,2006,2522,2007,1938,1845,2004,2080,1971,1930,1794,1923,2059,1967,2001,1922,2091,2483,2301,2475,1887,2095,2253,2367,2451,2047,2808,2322,1829,2493,2171,1851,2084,2602,2555,2202,1849,2564,2409,2928,3054,2647,2527,2684,2690,2403,2447,2772,3179,2048,1808,1801,1658,2326,2443,2000,2005,1964,1980,2072,1899,2568,1963,2478,1968,1845,1811,2039,2134,2204,2284,2089,2324,2643,2768,3488,3417,3689,3659,2565,2884,3336,2682,2408,2370,2486,2253,2768,2363,2565,2044,2533,2727,2729,2566,2973,2845,2653,2439,2298,2236,2247,2534,2602,2252,2644,2167,2087,2492,2600,2569,2572,2209,2443,2570,3087,3496,3364,2328,2130,2722,3297,2722,2452,2528,2401,1885,1972,2769,2361,2132,2414,2570,2570,3688,4176,2328,2440,2612,3566,2179,2643,2685,2370,2725,2369,2603,2257,2243,2498,2765,1987,2294,2603,2448,2449,2569,2607,2519,2576,1848,2398,2074,2317,2117,3737,4369,2167,1966,2005,2616,2535,2008,2245,2093,2378,2005,2328,2122,2330,1881,2132,2240,2046,2051,2121,2046,2294,2363,2480,2171,2047,3090,1842,2258,2313,4575,2724,2725,2608,3095,2730,2525,2647,1882,2340,2328,2771,2528,2448,2083,2284,2007,2484,2844,2361,2332,2609,2292,2443,1933,2042,2340,2403,2886,2447,2073,2050,2528,2823,2446,2412,2292,2997,2007,1926,2083,2125,1845,1683,1791,1884,1857,2292,2927,2089,2564,2172,2129,2124,2288,2523,2166,2568,2414,2405,2526,2362,2778,2238,2337,1958,1904,1882,1847,1847,2206,2405,2610,2368,2126,1971,2163,2368,3008,2084,2126,2074,1926,2227,2967,2689,2566,2970,2925,3173,2846,2693,2625,2385,1817,1646,1640,1615,2402,2441,2966,2968,2945,2952,2581,2735,2040,2152,2165,2333,2164,2212,2928,2519,2337,1980,1997,2440,2450,2531,1954,2386,2646,2972,2567,3130,2809,2334,2166,2283,2087,2365,3293,2643,2328,2246,1973,1756,2894,2213,2607,2687,2446,2731,2607,2331,3451,3127,2321,2655,2767,2088,2444,2531,2401,2209,2411,2483,2606,2451,2565,4172,2575,2601,2566,2575,2887,2328,2529,2161,2573,2603,2329,2362,2573,2203,1968,2499,2486,2330,2487,2569,2208,2326,2491,3562,2373,2368,2568,2410,2203,3936,2844,2410,2202,2086,2445,2128,2205,2448,1816,2037,2527,2929,2209,2971,2724,2568,2566,2291,2163,2011,2688,2367,2286,2085,1887,1845,2327,2286,2563,2572,2649,2645,3131,2530,3013,2554,1923,2421,2369,2362,2694,2606,2605,2484,2608,3340,2369,2567,2607,2764,2365,2292,4211,2606,2372,2324,2405,2338,2604,2640,2287,2335,2526,2402,2808,2567,2896,2447,3086,3490,2692,3485,2653,2528,2810,2801,2931,2572,2844,2410,2287,2484,3251,2609,2924,2414,2243,2365,2977,3365,2329,2562,2776,2401,2414,2246,2302,2563,2241,2334,2330,2685,4815,3011,2689,2648,2609,2279,2451,2771,2602,2568,2237,1920,1892,1835,2185,2608,2765,2718,2575,2565,4090,3093,2563,2326,2572,2650,3929,2851,2930,2363,2173,2482,2127,2414,2563,2527,2607,2456,2527,2282,1727,2328,2722,2610,2094,2560,2734,2642,2534,2402,2204,3017,2644,2325,2290,2523,2368,2486,2215,2565,2162,2569,2454,2765,2126,2124,2166,2247,2610,2331,2044,2000,1684,2372,2479,2073,2216,2528,2452,3328,3127,3171,2402,2450,1919,2122,2301,2964,2453,2282,2292,2211,2525,2571,3772,2160,2405,2292,2686,2293,4206,3171,2608,2211,2563,3290,2451,1960,2695,2527,2212,2242,2733,2526,2487,2288,2442,2208,6112,2566,2491,2412,2769,2199,2529,2812,2649,2204,2205,2050,2161,2571,2205,2252,2406,2526,2123,2342,2884,3491,2572,2398,2372,3056,3403,4219,2121,2358,2567,2572,2760,2373,2323,2293,2088,2443,4133,2929,2162,2821,2315,2857,2442,2127,2450,2208,2438,2495,2051,1988,2614,2281,3285,2448,2052,2042,5693,2015,1849,2036,2560,2486,2644,3015,2767,2852,2604,2372,2317,3168,2448,2605,2332,2606,2572,2522,3128,2331,2524,2287,3250,2451,3775,2283,2487,3093,2849,2406,5176,2526,2370,2485,2373,2449,2802,2250,2450,2962,3853,2371,3452,2328,2045,2490,5453,2398,3690,2407,2208,2165,2320,2370,2892,2006,2317,2011,2198,2457,2728,2572,2965,2164,2013,2401,2367,2484,2495,2805,2653,2565,2122,2337,2769,2124,2581,2245,2602,2896,2566,2488,3010,2487,2683,2489,2167,2400,2211,2026,2080,2373,2076,2217,2571,2890,2487,2490,2601,2412,2571,2201,2288,3771,2766,2534,2932,2244,2447,2121,2725,2412,2804,2208,2285,2294,2159,1810,2259,2410,2007,2638,2778,2533,2528,2562,2664,2083,2020,2077,1895,2045,2075,2515,3363,2407,3614,3528,2133,8144,2765,2732,2480,2574,2327,2369,2604,2534,2403,2254,4446,2373,2168,2446,2323,2405,2570,2209,2526,2286,2206,2569,2006,2211,3586,3215,2439,2487,2086,2050,3545,3778,2447,2360,2539,2206,2083,2573,2645,3126,2772,2079,2325,2411,2370,2561,2853,2723,2489,3932,2971,2773,2159,2411,2891,2801,3053,2135,2321,2485,2170,2082,2492,2686,2726,2686,2693,2483,3209,2412,2367,2058,2279,2606,2768,2971,2446,2332,2238,2291,5375,2529,2411,2240,2287,2173,2526,2500,2847,2446,2411,1928,2639,2136,2165,2630,2324,2154,2366,2042,2047,2046,3250,2331,2521,2333,2287,2327,2533,2614,2084,2077,2016,2707,2531,2204,2769,2375,1921,2174,2017,1637,1610,1602,2123,2310,2363,2334,2035,2543,1931,2334,2240,2448,2205,2095,2165,2202,3213,2719,2572,2486,2289,2288,2239,2732,2443,2492,2368,2084,2052,2402,2489,2570,2844,2611,2210,1806,2923,2254,2302,2522,2449,2049,2130,2643,2169,2842,2248,2249,2607,2445,3137,2523,3732,2446,3006,2495,2608,2681,2491,2565,2729,2166,2211,2925,2608,2245,2489,2370,2566,2731,2685,2650,2407,2287,2405,2526,3936,2407,2290,2408,2087,1880,1811,2329,2409,3965,2493,2602,2736,2443,2446,2290,2562,2014,2363,2287,2603,2486,2487,2290,2329,2489,2202,1762,1962,1759,2088,2413,2670,2924,2367,2249,1968,1964,2090,2124,2569,2650,2646,2490,2163,2005,2013,2004,2128,2322,2370,3330,2482,2372,2406,2446,2324,2413,2530,2722,2211,2487,3169,2329,2721,2412,2569,2329,2524,2407,2444,2455,2482,2406,2409,2492,3199,2549,2690,2483,2045,2331,2091,3485,2521,1973,2200,2046,2697,1969,2034,2173,2214,1887,2399,2380,3049,2801,2488,2612,2044,2731,2492,2157,1930,1965,1923,2004,1811,1920,1891,2049,2162,2014,1957,2216,1924,2284,1721,2092,2210,2163,2207,1922,1852,1883,2095,1838,2121,1688,1728,1931,2001,2444,2485,2537,2646,2129,1980,2077,2094,1839,2203,2047,2198,2014,1728,1765,1809,2275,2371,2921,2451,2365,2210,2082,2199,2850,2728,2526,2407,2168,2126,2005,2173,2642,2492,2403,2211,2011,2007,1969,2323,2493,2329,2843,2414,2526,2407,2242,2131,3765,2776,2602,2015,2195,2816,4011,2648,2803,2897,2404,2487,2575,2163,2284,2049,2131,2766,2323,2614,2721,2615,2282,2409,2891,2684,2767,2650,2810,2212,2330,2756,2408,2374,2519,2099,2123,2809,2295,2485,2805,3696,2247,1844,2252,2650,2083,2035,2387,2135,3052,2916,2046,1723,1770,1721,2045,1777,2621,2821,2160,1971,2675,2250,2343,2408,2493,3049,2690,2246,1882,1891,2443,2527,2098,2084,1965,1881,1857,1884,2156,2282,2222,2285,2490,2490,2804,2087,3095,2845,2448,2372,1931,2091,1649,2155,2206,2568,2059,1691,1642,1644,2016,2363,2293,1962,1972,1877,2186,2449,2285,1970,2171,2366,1730,1803,2210,2363,2329,2567,2451,2486,1811,1860,2053,2480,2290,2287,2043,2447,2572,2566,2892,2649,2285,2607,2363,3051,2690,2409,2811,2522,2494,2684,2364,2012,2405,2364,2494,2683,2249,2726,2494,3243,2289,2082,2290,2208,2249,2407,2644,2452,2606,2368,1887,1918,1849,2492,2402,1964,2209,2609,2566,2686,2452,2362,2250,2532,2646,2850,2243,2289,2203,2287,2528,2246,2010,1923,2566,2402,2370,2732,2567,2406,2808,2884,2367,2936,2168,2400,2488,2327,2120,2534,2808,2362,2288,2043,2003,2848,2494,2484,2654,2442,2399,3579,2371,2684,2449,2644,2323,2327,2372,2363,2452,2047,2417,1846,3555,2042,2047,2454,2406,2847,3892,2368,2203,2405,2001,1685,1923,3011,3488,2452,2367,2366,2325,2368,2371,2603,2408,4017,4286,2247,2855,2527,2201,2291,1927,2566,2569,2488,2485,2804,2609,2040,2325,2849,3165,2369,2328,2127,2445,2013,2353,2053,2241,1965,2256,2003,2814,2159,1927,2493,2526,2570,2487,2925,8418,5238,4652,3680,2726,2685,2733,2523,2690,3121,2806,2488,2404,2172,2437,4039,2326,1951,3667,2569,2852,3729,2888,2368,1890,2080,2336,1954,2409,2045,1810,1956,1886,2087,1895,2082,1800,1725,2051,2010,2044,2049,2114,2489,2042,2686,2289,2366,2166,2214,2606,2968,2325,2486,2052,2236,2653,2453,2440,2696,2211,2593,2293,2846,2165,2166,2131,2290,2320,3052,2286,1863,1801,2089,2449,2544,2196,3253,2534,3245,2132,2803,2017,1934,2583,2412,2445,2164,2491,2079,2082,1846,1854,2321,1892,1920,1813,1682,1885,2172,2281,2215,2369,2606,2503,2277,2127,2469,2367,3009,2767,2488,2731,2362,2569,2608,2168,1884,1961,1726,1906,1922,2811,2487,2489,2524,2734,2360,2892,1850,2320,2487,3016,2967,3687,2329,3008,2614,2444,2087,2004,2016,2026,2128,2030,2286,1756,2525,2528,2689,2211,2441,2171,2041,2373,2562,2645,2411,2131,1747,1689,1765,2194,2246,2572,2078,2692,2528,2167,2143,1996,1737,2211,2332,2064,2088,2081,3168,2289,2492,2607,2407,2282,2245,2085,2169,2691,2450,2362,1929,2048,2042,2133,2012,1874,2362,1976,2483,2408,2769,2524,2766,2207,2291,1959,1848,3507,3045,2365,2573,2609,2523,2492,2641,2329,2766,2857,2773,2482,2248,2284,2329,2065,2216,1968,2067,2090,2084,2366,2075,2048,2307,2285,2611,3970,2733,2787,1854,1856,1610,2087,2533,2966,2448,2286,2290,2325,2605,2002,2232,1892,1959,2367,2483,2651,3049,2567,2410,2080,2086,2007,1851,1918,1824,2214,2049,2034,2009,1968,2000,1686,1889,2482,2331,2224,1849,1874,1698,2198,2087,2242,3454,2515,2335,2041,1896,2604,2076,2167,2077,2026,2082,1931,2336,3128,2523,2809,2016,2564,1969,2134,2286,2512,2573,2211,1837,2257,2567,2245,2073,2246,1815,2041,2490,2610,2802,2280,3134,2650,2401,2526,2248,2488,2459,2121,2009,2320,2288,2044,2695,4045,2082,1818,3338,3096,2363,2487,2567,2446,2123,1980,2232,2849,2089,2085,2417,2567,2565,2489,2013,2473,2048,2013,2881,2328,1995,2046,2096,2207,1946,2086,1847,2218,2044,1758,1763,1937,2033,2408,2298,2239,2007,1761,2018,1726,1994,1936,1920,2692,1916,2134,2086,3169,2446,2241,2448,2246,2207,2132,3004,2653,2447,2214,2003,2001,2926,2568,2489,2210,2771,2261,2446,2444,2371,2050,2282,1890,1870,1717,1888,1843,2208,1765,1613,1635,2567,1607,1574,1967,1960,1971,1719,2407,2289,2131,2200,1962,2128,2134,2165,2049,2243,2363,1815,2001,1799,1493,2502,2012,1961,1847,1892,1759,2606,1937,1994,1931,1884,2042,1854,2163,1814,2395,1805,1818,1563,1579,1570,1518,1584,1562,1778,1802,1641,1649,1556,1380,1399,1440,1378,1590,1661,1682,1683,1924,1845,1923,1806,1843,1603,1893,2249,2123,2204,1930,2143,2382,3023,2290,2243,2248,2807,2521,2526,2496,1853,1724,1682,1643,2493,2209,2114,1999,1926,2533,2366,2006,2204,2492,2604,2532,2086,2010,1888,1999,1971,1924,2210,2403,2330,2406,2529,2213,2081,2523,2605,2206,2697,2137,2198,1564,1809,2024,1809,1817,1719,1648,1569,1713,1768,2290,2564,2808,2524,2535,1935,1890,1925,2289,2252,2176,2322,1888,1772,1562,1805,2201,2211,2046,1840,1848,2036,2154,2318,1757,2365,1769,1796,2085,1869,2030,2289,1998,2094,2041,2007,1805,1811,1805,2227,2930,2568,2483,2403,1917,1973,2201,1932,2349,2440,2411,2530,2334,2484,3128,4055,2490,2062,1891,2322,2284,2649,2685,2648,2296,2090,2025,2629,2130,2530,2766,2328,2724,2167,1893,1878,2895,2403,2971,2493,2035,2003,2377,2769,2564,2491,2525,2531,2369,2526,2929,2494,2445,2055,2066,1594,1531,1845,1961,1970,1642,1844,1853,1771,1794,2612,2162,2096,1973,2044,2607,1843,2368,1889,2010,2320,1972,1561,1567,1638,1847,1801,2376,2051,2115,2458,1795,2054,2327,2282,2186,2009,1964,1797,2092,2097,2442,2610,2055,2163,2543,2036,2254,1916,2412,1760,2485,2125,1940,2118,1967,1965,2012,3945,2363,2163,2171,2850,2444,2530,2379,1962,2131,1959,1923,1888,1931,2407,2148,2374,2287,2291,2327,4815,2640,2375,2322,2363,1985,1973,1846,1929,2002,2052,1917,1889,1888,1997,2046,1964,2297,2242,1771,1846,1879,1886,1934,2560,1924,1967,1966,2083,1971,2122,2258,1638,2048,1569,1965,2046,2076,2047,1931,1920,1854,2121,2129,2177,1804,2738,2179,1799,2220,2261,2567,2528,2287,2128,1625,1977,2083,2657,2526,2362,2258,2523,1963,2449,2164,2127,1891,1884,2043,2207,2171,2166,2119,2173,2369,2689,3210,2443,2248,3088,2653,2527,2803,2449,2570,2406,2807,2850,2527,2448,2482,2250,2483,2810,2447,2326,2291,1963,1964,2813,2570,2323,2324,2693,2650,2559,2974,2445,3056,2563,3050,2887,2087,2404,2092,2443,2654,1922,2367,2644,2252,2250,2484,2773,2567,2444,2212,2163,2368,2842,2728,2611,1963,1853,2206,2161,2330,2767,2286,2169,2282,2888,2289,2373,3048,2532,2365,2324,2366,2093,1835,2204,2505,2603,2574,2562,1892,2488,2564,2810,2204,2565,2815,2246,2208,2522,2527,2410,2243,2368,2134,2043,2170,3122,2171,2212,2040,2715,2446,2451,2727,2244,2810,2046,2286,2279,2298,2562,3291,2530,2012,1768,2143,2482,2292,2084,2610,2530,2725,2567,2367,2128,2078,2376,2122,2453,2248,2452,2441,2772,2721,2527,2372,2522,2128,2531,2051,2320,2249,2567,2164,4128,2653,2504,2420,2210,2564,2412,2841,2774,2450,2403,2488,2490,2246,2607,2198,1965,2166,2246,2492,3044,6138,2815,2403,4452,3655,4090,3332,2964,2247,2488,4619,4415,3365,2288,2209,2926,2571,2686,3012,2526,2891,2681,2692,2767,2532,2480,2609,2128,2252,5409,7309,3897,1694,2325,2612,2307,2529,2246,2933,2528,2202,2364,2213,2855,3048,3164,2854,3370,3085,2288,2967,2207,1968,2726,4302,2370,3408,2888,2121,2215,2604,8750,8063,2328,3322,3498,3246,3655,2725,3488,2164,2456,2122,2531,2365,3008,4330,2814,3612,2368,2240,2450,2686,2768,2890,3613,2528,2330,2439,2489,3852,2533,2442,3452,2491,2445,2204,2811,2565,2894,2327,2440,2212,3370,6019,2328,2810,2444,2165,3014,3811,2524,2211,2122,2645,2812,3611,2248,2324,2568,2605,3017,2363,2649,2566,2567,2530,2884,2174,2562,2292,2567,2401,2330,2444,2611,2449,2644,2568,4099,2682,2451,2282,2255,2762,2526,3090,2327,2410,2165,2166,2165,2051,2049,3250,2894,2520,2172,1839,1757,1575,1943,2855,2605,2610,2000,1614,1804,2327,2167,2205,2370,2486,2448,2318,3068,2117,2070,1879,1892,2050,2044,1959,2375,1844,1928,1925,1967,1920,1850,1887,2206,1778,1904,1764,1987,1815,2006,1962,1968,1847,2081,1928,2289,1879,2044,2178,1955,1934,2440,2571,2327,2571,1768,1920,2170,2122,1901,2342,2328,2086,2128,2088,2006,2606,2367,2647,2453,2158,2532,2166,3213,2525,2322,3253,2124,2528,2410,2170,2528,2367,2365,2448,2363,2693,2601,2294,2444,2368,2445,2850,2406,2568,2566,2654,2609,2645,2685,2572,2445,2055,2326,2328,2160,2294,2600,2889,2368,2526,2211,2162,2613,3607,2452,2523,2536,2603,2403,2412,2485,2406,2291,2247,2208,2323,2774,2163,2527,2487,2331,2082,2409,2603,1848,2329,2283,2535,2279,2450,2649,2323,2287,2529,2333,2442,2447,2370,2610,2562,2367,2695,2408,2206,2643,2330,2487,2570,2281,2930,2570,3007,2605,2448,2447,2536,3610,2440,4056,2486,2570,2324,2526,2177,2103,2264,2487,2644,3897,2847,2449,2365,2730,2484,2847,2211,2444,2207,2011,2527,2244,2487,2244,2573,2483,2494,2403,2412,2403,2045,2566,2447,2776,2445,3405,4657,2328,2488,2528,2571,2606,2443,2848,2490,2528,2604,3410,3616,2523,2322,2648,2812,3491,2525,2490,2569,1964,1962,2046,2093,3370,2200,2652,2489,2408,2322,2293,2487,2094,2439,2450,2610,2843,2535,2605,2528,2364,2575,2440,2131,2364,2532,2966,2929,2372,2325,2003,2404,2453,2528,2486,2202,2493,2364,2324,2572,2326,3531,2451,2565,3254,2600,2491,2772,2482,2452,3046,2051,2282,1955,2362,2621,2406,2325,2249,2526,2651,2002,2213,2246,2724,2091,2364,2080,2371,2535,2924,2171,1955,2048,2447,2323,2569,2530,2968,2445,2653,2882,2288,2095,2445,3209,2650,2367,2325,2166,2805,2327,2171,2529,3164,2566,2289,2933,2728,3691,2447,2924,2575,2326,2648,2243,2569,2494,2403,2281,3530,2888,2255,2766,2564,2165,2130,2730,1962,2321,3208,2530,2605,2568,2254,2046,2330,2447,3455,3612,2643,2451,2286,2571,2164,3574,2288,2366,2165,2646,2284,2571,2570,2768,2850,2520,1974,2606,2534,1976,2038,2285,2290,2367,2323,2209,2690,2281,2364,2489,2528,2777,2357,2492,1770,2113,2285,2364,2292,2013,1974,2323,2402,2011,1971,2432,2230,2169,1994,2101,1955,2634,2050,1787,1725,2188,2040,2053,2165,2011,2039,1725,1814,2086,2050,2731,3088,2484,2125,2247,2090,2171,2961,2103,2005,2315,1955,2371,1810,2458,2003,2222,2170,2164,2211,2317,2484,1830,2010,2329,2527,2368,3570,3489,2247,2926,2174,2206,2171,3203,2254,2441,3415,2685,2442,4900,2768,2325,2645,2526,2487,2693,2451,2405,2249,2080,2124,2934,2887,3210,2252,2525,2203,2365,4501,2448,3888,3737,2566,4651,3050,3409,2849,2849,2815,3084,2573,2360,2327,2253,2602,2212,2361,2290,2486,2487,2254,9099,2290,3493,3693,2728,2447,2486,2404,2613,2448,2528,2403,2650,2566,2526,2492,2802,2290,2412,2643,2806,2608,4056,2689,2607,2571,2559,2774,3412,2566,2288,2208,2724,2765,2334,2522,2371,2570,2728,2361,2611,2648,2724,2971,2729,2292,2403,2611,2803,2894,2445,2727,2492,2247,2688,2560,2371,2206,2209,2200,2692,2291,1919,1930,2007,2490,2764,3456,2679,2135,2480,2569,2371,2965,2525,2531,2292,2444,2485,2333,2488,2322,2331,2650,2852,2727,2363,3012,2569,2810,2803,2124,1932,2206,2122,2326,2569,2570,2251,2563,2693,2526,2160,2369,2528,3210,2766,2166,2655,3003,2611,2451,2444,2406,2489,2569,2527,2332,2407,3808,2372,3564,2852,3287,2409,2611,2490,2563,2611,2646,2967,2244,2531,2650,2286,2406,2490,2112,2503,2205,3051,2332,2361,2210,2263,2107,2885,2609,2127,2437,2340,2207,2125,2203,2052,2211,2322,2329,2327,2453,2365,3290,2809,2484,2710,2514,2526,3055,2364,3012,1963,2223,2101,4105,5172,2205,2602,2651,2569,2847,2445,2854,2321,2091,1963,2705,2400,2409,2326,3294,1689,1963,2127,2178,2727,2481,2372,2483,2489,2089,2529,2286,2052,2569,2490,2364,2447,2413,2238,2487,2607,2525,2175,2328,2486,2402,2371,2334,2283,2533,3082,2372,2605,2892,2643,2448,2614,2524,2884,2055,2521,2611,2165,2610,2892,2327,3210,2684,2168,4098,2486,3325,2531,2725,4574,2609,2449,2488,2968,2284,2489,2853,2847,3406,2730,2853,3124,2134,4366,3174,2285,2365,2848,2331,3932,2922,2598,2731,2488,2570,6620,2212,2082,2649,2524,2406,2571,2122,1736,2285,2725,2040,1892,2187,2452,2370,2486,2405,2131,2360,2612,2648,2608,2689,2480,2414,2451,2451,2362,2371,2247,2842,2409,2291,3729,2287,2329,2649,2487,2482,3494,3691,2522,2415,2568,2321,2172,2725,2686,3133,2446,2564,2408,2411,2484,2372,1966,2288,2810,2529,2728,3048,2489,2525,2646,2529,2086,2172,2446,2283,2451,2487,2650,2090,2440,2003,2774,2244,2248,2495,2520,2727,2929,2893,2694,3289,2851,2647,2483,1768,3169,2850,2812,2523,2490,2485,3371,2650,3933,2846,2486,2493,2523,2604,2894,3007,2852,2485,3011,2285,2205,2411,2086,3170,2685,3936,2248,6656,4852,2166,2532,2486,2488,2650,2362,3328,2856,2684,2451,2529,3287,2650,2645,2968,3652,2487,2772,2646,2610,2602,2649,2769,2485,2573,2722,2568,2134,3243,2330,2411,4211,2449,3566,2244,2574,2568,2249,2922,3174,2603,2247,2730,2209,2442,2535,2525,2488,2845,2486,2648,2101,2274,2566,2574,2239,2976,2321,2367,2169,2364,2254,2565,2604,2573,2604,2526,3054,2326,2203,2533,2243,2614,2684,2407,2528,2403,2776,2201,2044,1891,1880,2853,2523,2370,2287,2213,2478,2290,3127,2775,2481,2570,2209,2325,2249,2407,2764,2487,2211,2010,2201,2890,2212,2323,2370,2450,2609,3372,2760,2653,2564,2690,3331,2042,2734,2447,2803,2615,2646,2201,2690,2413,2647,2288,2604,3169,2491,1892,2561,2775,2440,2851,2524,2377,2607,2567,2323,2406,2606,2848,2616,2601,2249,2332,2564,2089,2603,1886,3253,2646,2648,2209,2240,2731,2693,3210,2720,2094,2889,2483,2289,2290,2359,2456,3683,2290,2894,2483,2733,2445,2525,2446,2569,2564,2408,2333,2528,2247,3124,2409,2451,2365,2122,2248,1967,2087,2246,2491,2488,2244,1854,2448,2644,2324,2573,2052,2704,2245,2407,3171,2649,2564,2005,2453,2040,2247,2928,2058,2360,2128,2365,1932,2326,2408,2489,2326,2609,3129,2648,2122,2405,2129,2329,2448,2365,2486,2566,2210,2366,2445,2368,2407,2409,2444,2608,3854,2848,2286,2295,2083,3087,2247,2291,2648,2044,1921,1848,1810,2561,2053,2681,2214,2327,2440,2649,2530,2893,2805,2406,2493,2126,2680,2768,3094,2128,2400,1974,1844,2202,2392,2052,2369,2276,2735,2406,3014,2322,2256,2564,2685,2975,2843,2009,1969,2028,1678,1538,1559,1756,1891,1718,2293,2690,2081,2288,3012,2688,2402,2171,2487,2367,2243,2767,2576,2367,2246,2288,2134,1696,1955,1947,1880,2133,2289,2238,2127,2214,2320,2294,2517,1607,1919,2175,1882,2048,3003,1733,2685,2123,1971,1918,2344,2495,2639,2167,3094,2206,2489,2004,2607,2451,2409,2803,2691,2650,2046,2031,2052,2535,2225,2338,2368,2403,2111,2202,2215,1999,2134,2489,2250,2368,2365,2609,2203,2568,2568,2485,2212,2607,2812,2204,2324,2017,2175,2111,2646,1881,2330,2809,2370,2155,2577,1977,2471,2568,2447,2319,2689,2527,2648,4574,2735,2322,2452,2764,2566,2850,2409,2403,2609,2335,2680,2253,2609,1809,2257,1999,2689,2852,2287,2532,2639,2577,2044,2651,2362,2329,2487,2405,2970,2369,2451,2284,2527,2570,2683,2093,2206,1885,2570,2127,2082,2209,1919,1853,1886,1850,1642,1528,1819,2003,2311,2526,2487,2489,2646,2325,2849,2446,2495,1964,2048,1768,1842,2613,2318,2017,1669,1568,1560,1563,1531,1525,2478,2123,2374,2603,3211,1908,2228,2724,2335,2287,2643,3316,2547,2567,2321,2357,2334,2165,2126,2087,1877,2251,2530,2534,2566,2530,2843,2612,2842,2208,2091,2248,2168,3081,2639,2313,1915,1840,1791,1882,1844,2018,2237,2051,2020,2379,2453,2360,2651,2647,1855,2118,2768,2211,1838,2533,2405,2051,2248,2278,2012,1885,2768,2127,3244,2333,2126,2011,2443,2528,2088,2441,2687,2129,2411,2244,2411,2360,2653,2565,2094,1736,1812,1850,1838,2013,2166,2249,2485,2288,2291,2808,2447,2126,2053,1927,1926,1811,2238,2489,2603,2415,2528,2362,2097,1999,2443,2332,1969,2611,2562,2488,2247,2366,3406,2087,2246,2809,2491,2891,3004,2650,2575,2717,3141,1845,2721,2607,2451,2567,2442,2206,2383,2466,3010,2553,2824,2445,2969,3817,3090,3070,2340,2648,2455,2508,2186,2052,2037,2250,2205,2204,2168,2892,4593,3989,2407,2646,2812,2952,2605,2428,2327,2389,3268,2364,2607,2591,3292,2164,2771,2425,2450,2426,2347,3452,2669,3222,2767,2332,2234,2367,2062,2603,2272,2386,2430,2302,1766,2004,2005,2719,2646,2605,2529,2899,2243,3011,2452,2566,1883,2696,2487,2165,2366,3405,2200,1964,1815,1962,2168,2049,3172,2482,2373,2568,2330,2531,3087,2724,2569,2367,2532,2968,2929,2160,2178,1933,2002,1809,1966,2045,2331,2373,2356,2174,2446,2569,2527,3651,3492,3001,2572,2852,2327,2727,3051,2608,2520,2008,1886,2125,2405,2296,2761,2371,2808,2643,2410,2291,2210,2362,2446,2251,2241,2015,2569,2516,2372,2043,2005,2090,2250,2684,2487,2285,2648,2968,2607,2535,2725,2531,2974,2364,2690,2527,2603,2730,2406,2133,2165,2484,2692,2325,2284,2370,3210,2648,3578,2607,2488,2922,2052,2004,1854,3314,2568,2127,1962,1851,1643,1535,1531,1883,1804,2041,1852,2083,1894,2206,2289,2482,1929,1923,2674,2095,2363,2565,2682,2397,2285,2303,2088,2402,2291,2202,2020,2442,2325,2654,2446,2598,2304,2184,2403,2610,1963,1581,1560,1531,1522,1889,2037,1933,2618,1866,2365,2329,2524,2611,2646,2242,1889,1966,2004,2288,2365,2290,2370,2408,2802,2652,2048,2444,4060,2140,2088,1878,2519,2249,2369,2850,2086,1725,1567,1634,1811,1566,2294,2528,2454,2246,2565,2645,2762,2813,1964,2810,2650,2196,2292,2285,2525,2490,2689,2370,2280,2209,2646,2246,2367,2570,2682,2575,2202,2979,2886,2758,2494,2327,2083,1965,2290,2400,2327,1810,1875,1611,1566,1495,2001,1882,1892,1923,1882,1852,2206,1841,1891,1997,1895,1843,1687,1646,1922,2120,1736,1716,1926,1851,2125,1966,2131,2276,2010,1888,2252,2488,2366,2253,2364,2327,2207,2372,1840,2164,3103,2647,2850,2695,2072,1884,1959,2190,3090,2812,4294,2326,2412,2124,2079,1858,1914,2328,2207,1929,2255,2131,1906,2047,1878,2171,2363,1927,1933,1884,2170,2603,2159,2089,2535,1878,2415,1999,2294,2080,1928,2230,2364,2805,3450,2255,2564,3047,2006,2092,2640,2524,3102,2685,2487,2523,2328,2204,2210,2484,4419,2606,2367,2368,2207,2480,1970,2532,2442,2573,2608,2482,2851,2444,3812,2328,2809,2490,2526,2234,2249,2203,1931,1629,1534,1682,1603,2041,2129,2293,2364,2246,2326,2487,2850,2649,2049,2249,2007,2127,2810,2448,2402,3406,2301,2040,1877,2015,2607,2450,2282,2732,2134,2275,2451,2529,3409,2605,2694,2246,2039,7749,2131,2169,2644,1889,1851,1801,2122,2008,2403,2411,2483,2408,2002,2147,2533,2471,2253,2169,2204,2086,1847,3121,2331,2251,2246,1682,1886,1850,1923,2491,1967,2171,2086,2523,2019,2290,2583,2491,2631,2303,1923,2127,2892,2569,2365,2241,2677,2609,2739,2653,2375,2287,2161,1932,1717,1807,2408,2286,5567,2335,2116,1762,1821,2681,1878,1765,1934,2043,1926,2007,2240,1769,2241,2247,2081,2206,2132,2103,2666,2428,2470,1970,1888,2000,2280,2164,2086,2044,2084,2531,2048,1655,2180,2454,2489,2525,2404,2364,2256,2681,2449,3164,2412,2643,2489,3209,2369,2324,2893,2287,2365,2449,2048,1880,2493,2525,2404,2331,2287,2844,2128,2373,2008,2201,2331,2328,2283,2576,2479,2254,2484,2169,2287,2490,2525,2891,2486,2488,2525,2488,2327,2015,2322,2053,2566,3087,2806,2647,2330,2250,2485,2651,2446,2606,2291,2164,4088,2409,2087,2371,2442,2690,3568,5737,3050,2326,2129,2613,2644,1923,2610,2407,2487,2289,2171,2560,2454,2520,2451,2410,2603,2526,2332,2325,2564,2254,2288,2969,4445,2493,2250,2247,2883,2525,3089,2575,2520,2454,2488,2604,3135,2681,2331,2685,2610,2564,2888,2210,2369,2523,2534,2442,2728,2489,3049,2607,2773,2770,2400,2451,2892,2403,2171,2520,2493,2203,2692,3170,3446,2090,2369,2208,2528,2322,2771,2563,2451,2247,2444,2407,2369,1934,2478,2490,2927,3488,3058,2528,2526,2450,3245,2020,2527,2575,2206,2574,2608,2404,3972,2127,2286,2403,2211,2243,2254,2485,2289,2364,2648,2769,2643,2532,2768,2448,1971,2181,2084,1888,2284,2412,2487,2767,2085,2893,3087,2852,2644,2322,2529,2455,2524,2685,2654,2685,2487,2692,2324,2490,3325,2572,2403,2292,2482,2769,2365,2736,2607,2323,2686,2371,2248,2408,2805,2651,2367,2447,2401,2572,2565,2446,2696,2643,2405,2811,3453,3009,2289,3249,2325,2045,2371,2362,2572,2606,2206,2449,2363,2291,2213,2402,2372,2449,2491,3888,2040,2372,2449,2369,2121,3257,2564,2532,2440,1933,1920,1845,1967,2409,2888,2250,2012,2109,2531,2445,2613,2286,2806,2450,2844,2849,3011,2765,2651,2609,2041,2529,6704,6862,7782,4328,4896,5095,3132,2644,2607,2771,2288,2487,2887,2654,1961,2448,2411,2446,4006,2974,2323,2293,2562,2166,2975,2528,2646,2323,2166,1926,1853,1918,2248,2370,2647,2652,2602,2570,2448,2768,2691,1964,1793,2219,2653,2724,2369,2730,2446,2411,2239,2615,2447,2485,2486,2610,2369,2489,2603,3374,2922,2449,2369,2932,2769,2440,2650,2531,2525,2207,2162,2855,2648,2491,2407,2479,2455,2404,2806,2250,2804,2936,2444,1973,2436,2487,3016,2844,2569,2331,2560,2455,2286,2646,2645,2614,2525,2608,2732,2684,3048,2491,3250,2484,3013,2726,2687,2605,2173,2360,2493,2445,2328,2527,2490,2400,3136,2486,2403,2736,2645,2365,2047,2088,2125,2327,2248,2524,2567,2006,1850,2402,2576,2366,2565,2612,2364,2368,2447,3210,2288,2330,2162,2126,2010,2409,2281,2535,2601,1927,1851,1847,2442,2926,2413,2484,2370,2490,3005,2288,2168,2764,2287,2573,2686,2843,2375,2645,2522,1973,1886,2369,2278,2254,2520,2573,2565,2093,2327,2364,2165,2447,3130,2251,2641,2614,2922,2408,1971,2683,2207,1930,2328,3131,2800,2377,2528,2483,2370,2770,2566,2284,2653,2122,2447,3251,2814,2440,2295,2439,2492,2490,2280,2449,2487,2455,2562,2449,2764,2452,2844,2335,2319,2610,2126,2731,2443,2935,2368,2442,2533,2285,2047,2368,2445,2407,2685,2486,2411,2571,2688,2282,2688,2124,2211,2569,2445,2366,2646,2333,2447,2449,2164,2283,2449,2369,2288,2446,2452,2644,2329,3252,2639,2733,2532,2246,2520,2293,3007,2127,2403,1968,1970,2249,2401,2287,2444,2656,2325,2726,3086,2450,2607,2129,2449,2049,2447,2287,2642,2487,2452,2080,2293,2570,2480,2450,2370,2402,2374,2447,2765,2367,3208,2245,2093,2886,2283,2330,2528,2128,2089,2245,2328,2327,2526,2565,2449,2482,3091,2285,2259,3681,3179,2838,2249,2366,3009,2820,2998,2566,2247,2295,2398,2421,2326,2401,2333,2362,2689,2931,2084,1892,2163,2404,2492,2720,2091,2601,2494,2530,2247,2044,2009,1961,2333,2564,2486,2529,2485,2611,2533,3530,2449,1968,2083,2612,2084,2488,2727,2185,2626,2730,2002,2172,2200,2137,2483,2490,2484,2607,2645,2687,3576,2128,2160,1973,2315,2045,2927,2811,2405,2166,1925,1924,1885,2287,2433,2343,2487,2487,2567,2489,1967,1970,1966,3011,2686,2529,2484,2934,2404,2445,2368,1924,1851,1881,2247,2252,2441,2566,2453,2201,2227,2316,2324,2280,3007,2013,2170,1921,1925,1885,2606,2787,2083,1865,2038,1930,1798,1931,2082,2091,2010,2039,2044,2056,4197,2727,2642,2448,2331,2685,3091,2724,2453,2363,2411,2410,2127,3049,2727,2360,2372,2576,1924,2353,2288,2454,2602,2447,2010,2123,2485,3136,2324,2139,1732,1595,1876,1884,2246,2492,2243,2450,2647,2693,2443,2767,2209,2886,2655,2568,2044,1922,2845,2809,2735,2650,1924,1775,2151,3205,2411,2052,2439,3170,2726,2455,2842,2614,2764,2128,2125,2042,2606,2209,2291,2283,2214,1922,1643,1513,2683,2320,2367,2490,2447,2165,2571,2651,2327,2048,1967,2249,2244,2291,2126,2165,2210,1959,2091,2123,2048,1796,1842,2003,1937,2220,2493,2441,2487,2413,1964,2426,2250,1805,1926,2010,2322,2533,2723,2290,2287,2531,2566,2573,2966,2646,2410,2727,2489,1921,2656,2966,2366,2250,2446,2048,2124,1929,2324,2410,2238,2375,2445,2368,2241,3057,2761,2772,2122,2454,3006,3054,2724,2449,2200,2248,2130,2125,2372,2082,2372,2646,2282,2328,2208,2850,2931,2561,2973,3852,2690,2449,2203,2324,2170,2165,2890,2525,2408,2136,2243,2288,2411,2401,2693,2522,2920,2925,3003,2144,2764,2925,2201,2220,2205,2731,2412,2006,2625,2814,3832,2323,2376,3201,2454,2767,2169,3151,2102,1563,1891,3242,2916,2027,2067,1597,1531,1557,1772,1795,1772,1811,1875,1686,1970,2542,2893,2647,2355,2981,2399,2414,3079,2442,2077,2233,2180,2612,2119,1893,2199,1858,1966,1640,1639,1772,2061,2132,1693,1690,2047,1849,1731,1816,1467,1456,1443,1405,1442,1814,1781,1809,1805,1643,1817,1523,1408,1370,1511,1489,1716,1566,1568,1567,1997,1623,1395,1555,1416,1361,1774,1608,1629,1644,1484,1833,1640,1712,1487,1661,1435,1586,1494,1630,1810,1368,1437,1448,1473,1485,1477,1883,1615,1718,1644,1819,2412,1609,1661,1792,1823,1773,1593,1925,1737,2265,1737,1752,1613,1867,1688,1633,1815,1792,1897,1845,2058,2209,1956,2754,1930,2014,2434,2006,1997,1684,1881,2947,2203,2327,2176,2242,2211,1964,2448,2218,2286,1960,1999,2496,2051,2218,2768,2364,2012,1811,1679,1805,1806,2570,2445,2410,2080,2057,2373,2172,2206,2926,2450,2045,1884,1846,1996,2511,3280,2488,1838,2129,2245,2091,2249,2480,2490,2716,2405,3133,2450,2650,2312,2539,2636,2060,1923,1850,2649,2409,2566,2449,2000,2322,2520,3183,2881,2287,2206,1812,1803,1844,2648,2454,2605,2282,2009,1884,1882,2211,2524,2526,2287,2365,2109,2053,2004,2320,2282,2409,2289,1839,1594,1725,2012,1892,2438,1819,1989,2893,2769,2078,2015,2049,1951,2039,1885,1847,2205,2131,2723,2237,2186,2388,2516,3727,2555,3395,2395,3736,2408,2247,2358,2370,1812,2004,2127,1921,1888,1850,2162,2251,1967,2333,1961,1929,1901,1684,2004,1850,1756,2044,2309,2498,2204,2255,2203,3005,2123,2121,2881,2463,2522,2573,2802,2489,2128,2045,2043,2049,2132,2327,2198,2534,2244,2273,2123,1971,1904,2451,2399,2370,1972,1884,1920,1813,1960,2210,2367,2323,2246,2453,2289,3082,2213,2122,2092,2125,2439,2011,2805,2558,2733,2055,1922,1882,1848,1882,1814,2648,2279,2249,2330,2328,2722,2692,3008,2211,2559,2249,2293,2163,3051,2045,2363,2449,2164,1848,1769,2014,2239,2373,2056,2058,2691,2446,2688,2811,2489,2325,2571,2366,1924,1940,2718,1690,2007,1725,1636,1533,2002,2089,1845,2406,2368,2453,2521,3133,2689,2723,3370,2209,1969,2167,2166,1929,2281,2450,2970,2202,1926,1850,1878,1927,1930,2134,1925,2126,2330,2528,2530,2491,2910,2298,2113,1884,1720,1805,1930,2286,2203,1979,2242,1888,1882,1850,1845,2166,2289,2324,2293,2247,2485,2446,2445,2334,2845,2330,2886,2164,1844,2579,2243,2806,1981,1864,1883,1729,2482,2245,2370,2288,2286,2403,1916,2255,2639,1727,1878,1885,1604,2081,1591,1768,2585,2373,2770,2199,2329,2608,2325,2575,2446,2642,2173,2363,2286,2485,2177,1887,2566,2445,1931,1886,1842,2247,2246,2286,2136,2228,2370,2242,2570,3373,1799,1976,2109,2242,1878,1604,1762,2211,1881,1815,1843,2686,3167,2689,2605,2454,2725,2491,2131,2468,2207,2886,2689,2570,2124,1889,1882,2374,2119,2650,2645,2537,2599,3134,2449,2247,2160,2295,2401,2459,2042,1922,2130,2369,2566,3046,2368,1890,1883,2088,2406,2248,2162,2295,2601,2414,2441,3494,2491,2126,2522,2046,2773,2807,2206,2324,1696,1835,1809,2563,1605,1880,1853,2027,2410,2244,2524,2775,2560,2409,2446,2089,1856,2126,2036,2112,2089,1731,1719,1768,2042,2009,1974,1885,1877,2099,2361,1568,1917,1977,2091,2402,2059,2038,2124,2012,1920,2219,2595,2080,1655,2322,1932,2423,2488,2487,2023,2089,2465,1906,1885,1754,2296,2002,1646,1724,1852,1795,2014,1876,1851,2047,1726,1646,1644,1690,1999,1840,1816,1888,2507,2446,2446,2652,2169,1923,1809,1838,2283,2045,1966,2488,2682,2491,2445,2450,2485,2727,3535,2527,2927,2252,2359,2897,2482,2567,1969,1964,1925,2529,2749,2546,2447,2486,2366,2680,2806,5474,2628,2540,2174,2792,3774,2825,2291,1863,1975,1892,1921,1847,3273,2549,2642,2571,2912,2769,2141,2318,2970,2609,2373,2200,3157,2846,2502,2813,2005,1923,2850,2170,2488,2400,2291,2292,2326,2506,2888,3590,2210,2120,2290,2208,1928,2364,2284,2613,1839,1652,1577,1853,2122,2208,2638,2579,2604,3414,2443,2130,2732,2289,2612,2446,1967,2604,2083,2283,2651,2126,2003,1771,2122,2250,2283,2294,2318,2295,2328,2411,2446,3523,2819,2278,2168,2522,2045,2369,2776,2524,1925,2003,1886,1851,1881,1969,2521,2370,2285,2372,2483,2329,3977,2319,2449,2404,2155,1985,1921,2714,2348,3073,2339,1923,1886,1886,1812,2569,2004,2047,2401,2440,2524,2368,2578,2810,2762,2162,2539,2327,2083,2559,2769,3226,2041,1886,1809,1965,2364,2167,2471,2346,2369,2083,2754,2464,2683,2691,2727,2087,2836,2583,2125,2851,3073,2139,1965,1845,1889,1921,2080,2588,2530,2133,2485,2850,2605,2164,2611,2287,1923,1927,2002,2493,2764,2691,2169,2004,2365,2250,2527,2571,2202,2208,2242,2454,2205,2407,3446,2408,2455,2684,2372,3006,3051,2768,2401,1969,1882,1848,2091,2440,2488,2729,2089,2444,2334,2403,2444,2208,2092,2005,2332,2001,2217,2684,2109,2838,2359,1966,1585,1523,2042,1888,2413,2080,2086,2125,2975,2621,2000,1729,1971,2878,2323,2592,2949,1935,1883,2054,2525,2286,2497,3806,2318,2337,2369,2361,2246,2327,2573,2290,2361,2365,2408,2482,2252,2127,2447,2367,2529,2007,2171,2127,1921,1883,2690,2452,2528,2486,2164,1882,2455,2640,2491,2408,2486,2446,2530,2605,2688,2291,2247,1882,1807,1850,2366,2408,2287,2202,2092,1920,1846,2249,2446,2284,2209,1949,2054,2118,1975,1881,2150,2137,2003,2169,1920,1929,1927,2325,1962,2086,2333,2447,2408,2791,3213,2296,2216,1774,1722,1644,1959,1698,1642,2209,2626,2256,1573,1758,1608,1796,2124,2047,2087,2001,2696,2276,1804,2540,2297,1963,2281,2214,1857,2435,1964,2261,1972,2095,1964,2201,2055,2082,2089,1887,2037,2015,2329,2015,2290,1843,2204,2484,1767,1980,2215,1938,1854,1844,2167,2369,2168,1724,1634,2176,2438,2622,2772,2599,2112,2008,2270,2254,2287,2104,1940,2100,2051,2009,2075,1986,2160,1861,2408,1778,2064,2130,1958,2149,1669,1510,1536,1587,1792,1543,1472,1444,2374,1647,1704,1955,1658,1678,1670,1636,1656,1941,1902,2328,2042,2324,1933,2061,2127,2105,2128,2132,2067,2545,2481,2812,2887,2692,2957,2383,2635,2567,3033,2055,2357,2403,2080,2730,2407,2116,2018,1955,1700,1934,2198,2212,1965,2024,2008,2127,1989,2042,1926,1884,2322,1922,1643,2241,1801,2695,2465,2461,2040,1841,1930,2092,1878,2057,2259,2334,2229,2051,1959,1925,1938,2114,1897,1886,1922,1967,2922,1810,1841,1923,1997,2046,1841,2619,2050,2121,2247,2089,1999,2412,2010,1956,1972,2199,2533,2283,2483,2288,2091,1709,2384,2170,2604,2363,1969,2409,2450,2447,2524,1730,1636,1728,2090,2688,2653,1956,2190,2406,2457,2606,2287,2039,1806,1890,1970,2439,2293,2485,2524,2575,1998,2692,2091,2167,2159,2175,2529,2927,1967,2013,2242,2204,2532,1964,2008,2374,2487,2493,2479,2409,2329,2368,2610,2051,1878,1979,1982,2682,2412,2208,1845,2278,2565,2767,2810,2616,2600,2374,2362,2488,2570,2526,2532,2689,2204,2844,2573,2883,3011,2935,2688,2452,1840,1679,2149,3091,1853,1803,1917,2207,2041,2160,1817,1916,1846,2093,1759,1725,1729,2209,2001,1602,1907,2242,1926,1889,1789,2203,2417,1841,1891,1718,2217,1982,1910,1925,2083,2122,2155,2185,2011,1804,1762,2615,2196,2129,2452,2649,1954,2532,2704,2294,2861,2723,2165,2024,1894,2532,1797,1782,2006,2230,1853,2008,2317,1726,1911,2142,1806,1774,1718,1606,1560,1534,1921,1886,1991,2210,2052,1683,1704,1586,1489,1521,1755,1580,1960,1958,2290,1445,1436,1329,1812,1805,1934,1558,1591,1803,1660,1630,1492,1685,1322,2062,1825,1572,1673,1626,1736,1503,1451,1554,1324,1734,1715,1430,2141,1734,1855,1397,1375,1746,1723,1983,1405,1574,1613,1774,1535,1413,1417,1464,1585,1542,1540,1530,1585,1931,1498,1557,1584,1509,1546,1533,1484,1362,1539,1900,1537,1524,1434,1440,1414,1356,1846,1845,1605,1492,1375,1520,1816,1872,1310,1811,1809,1807,1766,1483,1430,1456,1253,1832,1816,1792,1861,1886,1426,1573,1427,1853,1762,1870,1363,1806,1863,1935,1347,1359,1443,1372,1845,1833,1868,1341,1912,1389,1292,1411,1909,1422,1332,1988,1366,1861,1860,2004,1423,1641,1505,1444,1344,1389,1807,1866,1449,1310,1806,1368,1462,1295,1877,1311,1413,1373,1375,1381,1373,1530,1382,1693,1661,1439,1337,1876,1304,1806,1809,1807,2100,2064,1483,1652,1594,1622,1625,1489,1599,1609,1915,2173,2272,1968,2198,2192,1995,2166,2379,2697,2114,2207,2327,2139,2591,2749,2756,3370,2206,2287,2613,2261,2493,2515,2547,1800,2053,2147,2215,2098,2044,2992,2256,1966,2094,2969,2813,2316,2373,1736,2449,2158,2054,2721,2393,3476,1917,2041,1780,1758,1845,2066,2375,1967,2417,2308,2537,2506,1975,1677,1845,2368,2111,2094,1610,1415,1404,1604,1997,2435,1674,1767,1727,1710,1481,1411,2062,2065,1680,1481,2210,1392,1545,1394,1431,1633,1592,2086,1561,1607,1400,1341,1782,1759,1979,1576,1807,1475,1485,1610,1850,2073,1447,1441,1452,1512,1610,1825,1982,1471,1365,1434,1428,1422,1426,1414,1357,2083,1830,1416,1688,1603,1664,1662,1701,1443,1491,1447,1868,1416,1560,1501,1429,1421,1480,1398,1476,1351,1409,1441,1795,1448,1392,1391,1468,1399,1359,1408,1425,1408,1599,1403,1432,1463,1368,1360,1360,1340,1329,1901,1384,1344,1844,1410,1381,1457,1397,1395,1377,1978,1378,1466,1341,1923,1396,1878,1378,1859,1860,1404,1879,1472,1356,1911,1418,1395,1354,1837,1840,1941,1365,1805,1855,1831,1445,1386,1989,1368,1846,1971,1586,1371,1954,1325,1458,1401,1419,1347,1821,2024,1374,1877,1344,1812,1835,1478,1356,1838,1940,1378,1873,1958,1337,1865,1378,1425,1923,1415,1399,1422,1428,1485,1371,1895,1771,1797,1453,1811,1851,1891,1483,1402,1427,1388,1792,2037,1503,1395,1397,1443,1840,1986,1382,1404,1411,1885,1338,1901,1428,1455,1347,1956,1466,1305,1836,1869,1344,1857,2001,1419,1923,1427,1420,1333,1420,1770,1835,1928,1432,1327,1896,1398,1434,1426,1371,1875,1894,1316,1959,1878,1372,1872,1898,1477,1378,1828,1924,1315,1416,1972,1369,1845,1896,1383,1373,1841,1910,1474,1481,1344,1838,1956,1344,1933,1297,1878,1876,1410,1372,1920,1429,1426,1427,1493,1479,1353,2589,2328,2288,2075,2327,2288,1994,2208,1703,1991,1947,2631,1843,2344,2062,2209,1770,1629,1836,1724,1901,1861,1754,1784,2082,1598,1734,1659,1646,1820,1592,1595,1595,1429,1628,1708,1751,1532,1421,1761,1538,1543,1541,1542,1516,1514,1437,1387,1392,1535,1524,1520,1521,1569,1496,1561,1505,1421,1502,1405,1492,1422,1420,1447,1446,1408,1533,1499,1275,1799,1866,1383,1381,1380,1381,1475,1438,1361,1407,1287,2053,1297,1826,1815,1890,1329,1860,1363,1287,1664,1775,1825,1793,1783,1782,1769,1309,1815,1777,1761,1870,1280,1799,1800,1826,1785,1833,1387,1813,1717,1861,1757,1751,1853,1318,1795,1831,1838,1693,1769,1763,1742,1761,1826,1234,1761,1296,1741,1693,1768,1819,1742,1815,1249,1850,1814,1829,1798,1684,1816,1444,1409,1416,1400,1394,1373,1351,1381,1387,1409,1485,1460,1443,1551,1406,1390,1384,1381,1312,1843,1390,1370,1303,1842,1371,1307,1789,1781,1787,1911,1316,1843,1308,1849,1341,1388,1384,1384,1384,1323,1271,1816,1769,1840,1338,1331,1802,1799,1796,1794,1823,1804,1757,1750,1781,1775,1767,1765,1798,1809,1791,1725,1758,1742,1723,1707,1734,1707,1728,1736,1705,1786,1765,1754,1735,1736,1736,1811,1303,1843,1794,1781,1770,1771,1785,1757,1789,1822,1805,1791,1723,1785,1753,1757,1878,1418,1411,1349,1814,1430,1327,1841,1377,1340,1885,1389,1395,1391,1364,1436,1370,1434,1340,1464,1308,1854,1359,1361,1357,1379,1443,1302,1889,1274,1774,1333,1831,1383,1357,1338,1851,1341,1833,1389,1300,1807,1816,1373,1362,1356,1346,1369,1454,1414,1365,1301,1834,1527,1383,1457,1429,1437,1442,1886,1347,1438,1375,1717,1703,1497,1641,1606,1465,1461,1396,1366,1514,1761,2043,1731,1699,1610,1501,1464,1460,1457,1445,1731,1490,1628,1539,1594,1639,1689,1468,1988,1483,1476,1533,1956,1470,1524,1551,1535,1702,1504,1464,1484,1566,2076,1563,1558,1542,1468,1706,1495,1416,1474,1496,1701,1397,1385,1407,1440,1541,1454,1500,1402,1410,1406,1492,1397,1544,1673,1903,1360,1479,1537,1423,1413,1406,1470,1478,1556,1529,1340,2299,1383,1429,1514,1407,1404,1868,1507,1502,1545,1776,1411,1526,1509,1431,1408,1407,1521,2025,1518,1349,1800,1431,1253,1843,1300,1902,1492,1523,1495,1376,1624,1377,1366,1363,1268,1859,1359,1442,1564,1393,1455,1541,1385,1276,1841,1836,1835,1886,1690,1648,1315,1370,1819,1815,1812,1830,1376,1361,1285,1341,1396,1383,1392,1279,1885,1254,1849,1371,1261,1930,1383,1383,1370,1351,1866,1342,1291,1836,1884,1391,1367,1919,1377,1344,1398,1417,1854,1869,1855,1474,1398,1813,2083,1437,1862,1365,1845,1849,1383,1381,1295,1860,1299,1834,1287,1783,1776,1781,1798,1767,1779,1738,1818,1307,1777,1767,1771,1806,1808,1293,1774,1801,1895,1332,1815,1800,1860,1319,1821,1812,1720,1681,1819,1312,1807,1986,1473,1895,1356,1838,1850,1364,1413,1383,1875,1420,1482,1871,1875,1352,1830,1834,1351,1459,1322,2024,1346,1838,1937,1309,2007,1409,1572,1381,1336,1913,1340,1957,1333,1862,1375,1776,2101,1378,1799,1460,1352,1811,1966,1349,1398,1851,1310,1584,1345,1872,1438,1392,1386,1396,1284,1967,1279,1795,1797,1914,1302,1801,1870,1829,1370,1399,1736,1820,1860,1357,1428,1853,1854,1917,1367,1818,1773,1883,1410,1303,1802,1836,1859,1781,1813,1791,1737,1820,1792,1789,1870,1819,1789,1842,1780,1748,1760,1747,1797,1779,1809,1795,1753,1734,1690,1801,1279,1737,1767,1887,1356,1273,1887,1267,1857,1412,1373,1792,1845,1836,1814,1808,1806,1844,1380,1474,1344,1819,1817,1811,1793,1854,1380,1349,1877,1374,1376,1405,1372,1367,1398,1350,1347,1363,1275,1897,1289,1917,1326,1935,1448,1423,1416,1430,1443,1268,1450,1420,1477,1394,1467,1489,1469,1472,1453,1438,1366,1423,1329,1806,1911,1379,1312,1802,1802,1807,1833,1322,1323,1831,1352,1332,1797,1792,1857,1290,1796,1825,1864,1347,1480,1389,1501,1345,1917,1417,1405,1430,1367,1301,1411,1431,1444,1413,1435,1415,1297,1901,1334,1304,1774,1840,1382,1280,1802,1880,1373,1364,1360,1376,1419,1302,1875,1271,1884,1323,1849,1339,1336,1346,1514,1390,1291,1854,1257,1743,1858,1322,1810,1305,1346,1831,1299,1893,1497,1367,1359,1525,1348,1326,1986,1354,1967,2044,2485,2463,2501,2111,2302,2045,1826,2317,2019,2929,2520,2421,2195,2425,2018,1932,2019,2196,2064,2844,2174,2067,2095,1965,1831,1918,2043,2028,1866,1798,1761,1956,2291,1628,1576,1803,1719,1753,2278,1651,1439,2134,1540,1517,1536,1472,1525,1511,1513,1587,1513,1449,1477,1565,1539,1405,1406,1405,1436,1374,1548,1433,1404,1636,1533,1602,1377,1848,1900,1962,1717,1401,1469,1614,1495,1403,1852,1961,1314,1820,1423,1461,1417,1282,1543,1502,1446,1491,1464,1815,1329,1886,1382,1379,1326,1432,1351,1383,1319,1705,1820,1839,1325,1835,1320,1778,1645,1362,1352,1380,1381,1373,1372,1371,1384,1370,1567,1603,1336,1372,1508,1499,1498,1497,1474,1438,1399,1434,1333,1352,1385,1481,1368,1962,1364,1966,1390,1372,1963,1330,1400,1893,1422,1852,1859,1859,1490,1431,2043,1336,1326,1341,1922,1421,1348,2007,1482,1394,1463,1433,1303,1823,1854,1419,1423,1398,1379,1487,1355,1528,1384,1351,1447,1315,1439,1380,1484,1383,1381,1466,1491,1518,1903,1515,1656,1468,1487,1478,1490,1440,1524,1449,1361,2102,2196,2187,2220,2108,2307,1767,2020,2308,2054,2317,2088,1760,2138,1800,2258,2083,2488,2184,2356,1794,2302,2056,2202,2040,1903,1563,1551,1748,1854,1982,1981,1841,1781,2016,1566,1984,1448,1534,1474,1427,1428,1410,1495,1479,1586,1501,1748,1424,1484,1425,1425,1429,1426,1437,1489,1573,1901,1414,1401,1461,1862,1856,1854,1841,1499,1705,1420,1492,1432,1380,1346,1405,1450,1483,1359,1716,1353,1311,1826,1881,1355,1848,1971,1519,1763,1774,1457,1447,1449,1837,1841,2031,1443,1844,1807,1794,1800,1480,1414,1416,1414,1413,1438,1362,1412,1340,1764,1933,1401,1398,1397,1398,1399,1383,1375,1257,1820,1298,1798,1790,1774,1842,1298,1786,1793,1827,1709,1785,1809,1763,1755,1759,1783,1792,1805,1768,1753,1807,1800,1748,1748,1747,1775,1819,1773,1745,1792,1746,1771,1738,1770,1722,1839,1238,1763,1676,1748,1737,1732,1732,1743,1830,1277,1722,1684,1765,1766,1732,1720,1719,1801,1758,1729,1755,1667,1765,1762,1715,1712,1725,1703,1729,1713,1760,1683,1759,1836,1390,1356,1272,1863,1380,1306,1839,1829,1455,1356,1860,1393,1293,1838,1815,1862,1287,1870,1464,1360,1383,1869,1343,1917,1260,1953,1350,1780,1894,1387,1392,1401,1415,1346,1838,1834,1989,1364,1772,1773,1863,1880,1307,1802,1833,1405,1349,2444,1617,2198,2298,2164,1888,2345,2020,1898,2199,2396,2852,2503,2127,2079,1784,1894,2256,1765,1719,2051,2031,2328,1599,1717,1873,1698,2628,1707,2119,1764,1772,1649,1578,1642,1548,1558,1697,2006,1586,1694,1804,1338,1332,1445,1529,1628,1627,1446,1470,1517,1355,1787,1857,1359,1360,1337,1342,1366,1764,1392,1331,1876,1363,1342,1834,1684,1367,1469,1268,1852,1333,1827,1826,1807,1856,1353,1419,1377,1334,1912,1356,1333,1320,1298,1887,1335,1773,1345,1242,1813,1797,1791,1794,1844,1384,1250,1808,1850,1385,1328,1779,1773,1841,1403,1411,1306,1859,1458,1399,1382,1507,1287,1839,1914,1417,1425,1354,1910,1333,1321,1792,1321,1816,1811,1811,1881,1264,1922,1777,1894,1331,1783,1815,1821,1829,1862,1432,1428,1980,1365,1493,1353,1351,1346,1330,1825,1826,1844,1770,1961,1344,1826,1327,1835,1863,1282,1296,1408,1803,1855,1298,1813,1808,1791,1790,1768,1823,1308,1785,1798,1886,1310,1802,1847,1274,1864,1306,1332,1286,1767,1803,1366,1285,1782,1783,1686,1871,1287,1764,1745,1801,1818,1766,1761,1779,1806,1275,1754,1841,1259,1834,1783,1813,1794,1815,1860,1334,1822,1707,1829,1369,1970,1348,1424,1350,1932,1390,1463,1846,1911,1521,1388,1332,1828,1853,1846,1864,1506,1381,1908,1339,1889,1959,1346,1927,1429,1400,1374,1383,1823,1368,1885,1454,1418,1427,1427,1402,1353,1392,1441,1789,1821,1880,1979,1369,1866,1848,1408,1851,1834,1815,1350,1850,1839,2026,1346,1948,1336,1883,1433,1417,1407,1332,1984,1373,1845,1838,1965,1300,1830,1860,1495,1405,1444,1338,1925,1428,1425,1433,1337,1878,1426,1316,1919,1414,1414,1417,1391,1386,1416,1289,1890,1352,1414,1264,1796,1792,1789,1773,1748,1860,1852,1263,1754,1755,1747,1741,1740,1793,1784,1805,1728,1709,1718,1758,1754,1755,1743,1696,1816,1811,1744,1838,1817,1809,1808,1794,1774,1833,1369,1678,1698,1761,1764,1745,1753,1764,2031,1388,1839,1816,1462,1354,1938,1442,1535,1430,1467,1435,1442,1250,1832,1265,1761,1774,1751,1746,1923,1298,1738,1728,1838,1299,1816,1949,1340,1336,1554,1304,1275,1783,1766,1839,1284,1875,1441,1365,1428,1255,1893,1299,1757,1931,1517,1294,1760,1854,1541,1383,1752,1929,1269,1941,1474,1598,1526,1316,1858,1297,1792,1793,1874,1489,1568,1477,1538,1364,1878,2041,1565,1564,1525,1461,1532,1682,1504,1554,1497,1447,1444,1444,1588,1437,1645,1568,1530,1516,1967,1849,1570,1548,1529,1544,1539,1797,1872,1659,1815,1742,1834,1472,1469,1460,1460,1836,1680,2065,1742,2025,1635,1502,1467,1892,1480,1860,1535,1768,1817,1517,1767,1563,1593,1679,1840,1825,2088,2310,1691,1672,1957,1838,1734,1611,2444,1881,1890,1970,2648,2531,1826,2239,2024,2384,2110,2355,2236,2328,2132,2439,1923,1849,1763,1740,1774,1739,1576,1638,1930,1685,1679,1657,2005,1733,1756,2009,1720,1725,1616,1606,1608,1790,1692,1585,1969,1889,1559,2046,1625,1697,1845,1670,1959,1746,1966,2070,1786,1610,1703,1650,1652,1651,1651,1649,1749,1811,1851,1770,1520,1604,1576,1591,1619,1509,1486,1646,1728,1632,1844,1663,1654,1497,1410,1430,1428,1431,1841,1561,1538,1537,1705,1520,1583,1517,1369,1857,1694,1439,1906,1500,1786,1555,1397,1412,1360,1860,1960,1520,1485,1954,1476,1400,1369,1860,1859,1857,1907,1357,1780,1453,1370,1840,1956,1345,1956,1436,1503,1401,1330,1311,1449,1389,1322,1920,1427,1429,1427,1508,1512,1849,1452,1390,1826,1850,1359,1380,1295,1977,1533,1654,1810,1483,1532,1311,1779,1861,1358,1387,1464,1790,1384,1634,1395,1419,1360,1339,1836,1835,1838,1974,1808,1230,1868,1343,1353,1814,1812,1810,1271,1833,1748,1454,1311,1902,1341,1847,1844,1825,1880,1379,1641,1688,1763,1770,1823,1820,1782,1937,1382,1278,1400,1303,1745,1776,1830,1361,1353,1433,1308,1916,1323,1318,1866,1362,1345,1275,1851,1324,1298,1829,1909,1392,1309,2062,1802,1435,1864,1270,1816,1793,1793,1376,1762,1376,1754,1801,1822,1781,1839,1280,1808,1358,1713,1790,1753,1833,1770,1778,1762,1748,1788,1705,1487,1793,1761,1760,1829,1815,1394,1397,1410,1648,1327,1384,1434,1368,1359,1835,1344,1831,1900,1362,1445,1328,1378,1373,1853,1344,1405,1362,1359,1434,1896,1802,1428,1457,1390,1347,1353,1345,1344,1344,1402,1416,1379,1925,1576,1385,1416,1345,1329,1826,1823,1825,1865,1987,1508,1873,1402,1338,1826,1809,1801,1853,1314,1584,1294,1823,1864,1356,1804,1787,1784,1827,1349,1643,1717,1920,1356,1341,1335,1319,1818,1835,1297,1787,1738,1858,1342,1284,1781,1777,1780,1849,1314,1813,1797,1802,1383,1334,1285,1793,1803,1807,1862,1419,1579,1766,1316,1860,1311,1803,1790,1788,1795,1831,1287,1725,1293,1851,1321,1844,1343,1397,1398,1457,1449,1374,1443,1297,1931,1409,1390,1391,1412,1398,1414,1430,1378,1509,1744,1451,1421,1414,1413,1414,1388,1387,1394,1374,1594,1816,1321,1870,1358,1358,1383,1357,1356,1367,1418,1537,1757,1877,1390,1415,1420,1426,1395,1388,1504,1429,1651,1379,1374,1492,1401,1390,1451,1439,1409,1567,1532,1640,1420,1393,1484,1546,1430,1401,1388,1389,1390,1442,1444,1783,1632,1371,1389,1386,1391,1381,1390,1364,1342,1403,1334,1359,1710,1899,1343,1391,1410,1419,1418,1417,1517,1464,1580,1257,1995,1467,1531,1419,1419,1413,1390,1387,1434,1837,1607,1389,1415,1417,1420,1418,1417,1397,1489,1405,1532,1585,1514,1413,1364,1485,1364,1367,1365,1363,1387,1394,1575,1738,1409,1328,1533,1539,1550,1559,1555,1577,1520,1732,1535,1496,1542,1533,1522,1388,1365,1366,1369,1338,1484,1279,1850,1416,1328,1807,1801,1806,1941,1466,1551,1808,1417,1336,1379,1798,1807,1804,1806,1922,1366,1344,1405,1833,1322,1407,1343,1371,1338,1331,1332,1348,1497,1935,1425,1366,1336,1355,1328,1333,1330,1330,1829,1457,1386,1528,1314,1823,1774,1853,1357,1398,1396,1388,1362,1325,1478,1402,1376,1415,1412,1466,1568,1583,1611,1966,1999,1584,1570,1792,1692,1865,2773,2014,2484,2723,2528,2473,2697,3397,3151,3648,2997,3340,3311,2561,1941,2177,2486,2281,2207,2579,3093,2744,3261,3293,2514,2516,2760,1923,2495,1723,2135,2615,2114,1878,2562,2097,2131,2415,2450,2572,2363,2134,2275,2322,2328,1904,2529,2417,1971,2427,2032,2189,2059,2141,2158,1907,1678,1893,1701,1832,2037,2078,2630,2489,2310,1884,2134,1877,1811,2234,1950,1707,1822,1873,2623,2228,1871,1591,1724,1724,1939,1837,1560,1694,1611,1549,1789,1925,1655,1712,1674,1865,1624,1577,2076,1593,1404,1386,1619,1886,1985,1606,1741,1608,1742,1961,1676,1799,1607,1535,1788,1820,1399,1557,1408,1855,1850,1850,1873,1318,1636,1469,1428,1410,1840,2029,1334,1856,2020,1335,1343,1939,1858,1338,1810,1943,1524,1886,1366,1921,1360,1403,1409,1861,1916,1380,1292,1936,1348,1290,1846,1386,1844,1380,1285,1791,1768,1773,1772,1769,1709,1502,1689,1801,1838,1347,1345,1345,1358,1455,1477,1340,1754,1436,1415,1369,1355,1827,1825,1825,1833,1355,1531,1253,1886,1339,1369,1305,1803,1802,1827,1794,1747,1519,1855,1329,1340,1333,1822,1826,1857,1421,1344,1720,1364,1845,1855,1303,1841,1835,1825,1954,1389,1437,1276,1829,1312,1818,1309,1883,1318,1379,1420,1324,1460,1978,1908,1794,1849,1588,1762,1864,1773,1487,1619,1870,1277,1770,1280,1826,1906,1326,1826,1332,2048,1369,1352,1819,1871,1273,1859,1402,1335,1862,1542,1584,1446,1275,1913,1342,1836,1838,1834,1332,1512,1894,1546,1394,1364,1820,1811,1812,1793,1842,1516,1370,1404,1379,1342,1800,1850,1359,1303,1956,1479,1475,1504,1503,1478,1313,1297,1891,1360,1389,1360,1402,1377,1503,1595,1830,1843,1838,1836,1814,1821,1823,1770,1737,1542,1366,1274,1818,1878,1294,1810,1866,1310,1855,1380,1315,1820,1797,1790,1774,1834,1295,1383,1400,1541,1789,1812,1838,1275,1772,1806,1377,1304,1577,1497,1831,1269,1761,1779,1781,1797,1724,1791,1276,1389,1794,1391,1289,1841,1835,1882,1386,1466,1289,1305,1551,1863,1366,1330,1332,1828,1829,1826,1859,1413,1385,1316,1873,1486,1328,1813,1804,1801,1780,1823,1806,1342,1355,1348,1783,1764,1758,1757,1841,1342,1348,1674,1880,1323,1768,1759,1745,1740,1790,1849,1662,1758,1815,1746,1746,1725,1758,1779,1818,1272,1309,1826,1780,1771,1771,1765,1842,1310,3262,2136,1998,2242,2317,2693,2198,2154,2029,1991,2086,2061,2115,2270,1728,1675,1865,1950,2038,1719,1761,1783,2111,1816,1716,1649,1796,1635,1709,1559,1615,2010,1718,1596,1581,1478,1460,1458,1664,1637,1648,1614,2450,1560,1545,1404,1393,1465,1549,1532,1472,1408,1621,1432,1640,1488,1613,1487,1419,1859,1951,1411,1616,1463,1532,1402,1799,1422,1423,1511,1578,1441,1340,1434,1435,1337,1955,1397,1395,1694,1405,1374,1375,1299,1493,1427,1440,1434,1401,1393,1338,1839,1806,1840,1426,1276,1809,1812,1802,1776,1887,1332,1776,1774,1771,1771,1857,1303,1933,1350,1530,1285,1818,1760,1758,1794,1848,1346,1778,1715,1841,1757,1778,1778,1778,1818,1288,1806,1359,1245,1891,1288,1794,1839,1367,1451,1353,1260,1877,1344,1860,1417,1533,1388,1404,1381,1384,1427,1314,1947,1588,1632,1753,1573,1527,1524,1577,1541,1618,1856,1760,2044,2583,2659,2763,2317,2566,2668,2567,2529,2131,2474,2075,2204,2642,2569,2560,2606,3453,2729,2685,1968,2276,1883,1883,1965,1813,2153,2449,2650,1920,2447,3015,3282,1886,1765,2001,2209,2008,1767,1961,2293,2174,1879,2180,2348,2399,3044,2251,2437,2255,1940,2333,2043,2331,2095,1845,2006,1998,2091,1964,2976,2000,2007,1522,1607,1692,1802,2051,1916,1683,1691,1770,1795,1770,1886,1971,1807,1834,1804,1607,1649,1886,2199,1977,2099,2000,1974,2455,2262,1870,2179,1920,1972,1752,2082,2005,1760,1929,1804,2036,1895,2086,2169,2521,2675,2137,2279,2054,2437,2165,2099,1834,2610,2026,1983,2106,2074,2772,1976,2044,2486,2321,2073,2550,2116,2097,2005,3130,1968,1883,2774,1848,1760,1758,1914,2175,1822,1722,1823,1973,1847,1700,1775,1920,1751,1678,1889,1916,2174,2048,2002,2076,1687,1608,1641,1623,1710,1784,1518,1577,1489,1538,1467,1762,1553,1528,1538,1941,1520,1429,1472,1832,1943,1706,1578,1552,1426,1452,1615,1834,1338,1871,1787,1448,1325,1308,1845,1874,1463,1454,1782,1743,1845,1322,1813,1810,1811,1706,1544,1532,1362,1338,1848,1313,1322,1800,1910,1455,1696,1563,1279,1786,1778,1772,1772,1772,1838,1308,1621,1621,1776,1802,1765,1759,1759,1804,1323,1323,1623,1554,1800,1773,1751,1838,1387,1362,1419,1319,1776,1898,1681,1334,1835,1339,1836,1835,1814,1833,1726,1442,1768,1903,1277,1814,1810,1878,1290,1813,1714,1675,1346,1390,1350,1792,1789,1787,1962,1425,1311,1445,1772,1426,1368,1293,1873,1280,1835,1838,1912,1724,1587,1816,1816,1807,1804,1805,1802,1828,1346,1361,1398,1419,1364,1294,1788,1789,1789,1797,1819,1697,1697,1329,1304,1777,1798,1774,1835,1379,1285,1372,1582,1875,1311,1762,1758,1758,1757,1778,1781,1212,1468,1748,1758,1839,1359,1357,1335,1814,1357,1423,1459,1438,1716,1336,1888,1361,1315,1811,1811,1865,1216,1666,1329,1799,1844,1818,1793,1790,1818,1821,1341,1917,1386,1413,1321,1855,1359,1358,1363,1336,2013,1356,1432,1478,1367,1818,1841,1912,1337,1759,1939,1366,1510,1311,1812,1772,1814,1810,1810,1893,1342,1900,1973,1520,1368,1923,1341,1835,1835,1832,1958,1640,1446,1316,1883,1371,1815,1811,1810,1812,1384,1389,1386,1346,1339,1798,1791,1789,1788,1792,1728,1607,1657,1725,1790,1776,1771,1770,1708,1884,1275,1270,1700,1752,1810,1781,1772,1773,1771,1842,1360,1559,1264,1909,1374,1325,1846,1379,1269,1883,1452,1361,1800,1466,1689,1562,1492,1455,1355,1820,1995,1316,1859,1504,1541,1819,1434,1289,1908,1440,1599,1522,1520,1744,1862,2273,1901,1952,2120,1886,1971,2056,2478,2478,2845,2375,2529,2372,2386,2640,2984,3085,3161,2709,2929,2665,2505,2456,2552,2074,2878,2514,2588,2929,2782,3182,2949,2687,2284,2131,2606,2092,2229,2265,2283,2129,2007,2132,2286,2405,2511,3128,2566,2183,2293,2414,2121,2464,2871,2622,2650,3085,2771,2445,2594,2344,2484,2132,2356,4106,2655,1998,2036,3105,2445,2536,2857,2168,3531,2964,2978,2595,2414,2763,3050,2356,2146,2726,2889,2530,2447,2647,2601,2163,2858,2411,2290,2080,2531,2209,2522,2914,2730,2406,2626,2444,2611,2308,2166,2186,2523,2169,2443,2356,2365,2005,2294,2458,2291,2433,2522,2565,3014,2218,2681,2642,2547,2145,2246,2087,1933,1974,2278,3063,2309,2446,2435,2542,2570,2486,2567,2445,2170,2373,4344,2792,2269,1810,1705,1643,1905,1883,2168,2113,2767,2285,2009,2365,2365,2291,2367,2324,2766,2449,2370,2568,2764,2688,2131,2404,2772,2321,2136,2606,2805,2531,2406,2124,2365,2448,2649,2609,2524,2410,2728,2251,2564,2693,2406,2528,2401,2171,2451,2841,2527,2482,2014,2887,2693,2482,2369,2606,4013,2692,2403,2565,2898,2325,2558,2256,2282,2535,2440,2333,2602,2173,2086,2084,2884,2291,2250,2528,2521,2608,1970,2376,3081,2772,2207,2086,2088,2367,2647,2490,2729,2567,2569,4767,2370,2481,2734,2362,2617,3923,3458,2812,2404,2812,2366,2043,2693,2646,2689,2336,1759,1969,2010,2526,2404,2495,2404,2206,2649,2604,2531,2244,2092,2322,2288,2160,2566,2532,2684,2613,2487,2489,2771,2284,2711,2527,3048,2449,3687,2687,2132,1926,2600,2410,2251,2444,2527,2449,2568,2245,2166,2449,2323,2533,2610,2610,2848,2485,2368,2328,2242,2772,2648,2206,2491,1969,2482,2331,2323,2372,2769,2486,2563,2290,2486,2772,2643,2049,2330,2044,2410,3089,2687,3609,2247,1968,3085,2566,2405,2095,2291,2281,2408,2528,2448,2848,2006,2286,2089,2127,2139,2738,2369,2529,2244,1842,1933,2371,2061,2974,2371,2287,2169,1811,2136,2407,2806,2012,2207,1958,1930,2210,2486,2489,2722,2248,1927,1923,1733,1716,2266,2017,2196,2623,3291,2404,2135,2534,2148,2354,1875,2081,1724,1999,2467,1936,2512,2111,2185,1979,1986,1820,1952,2233,2610,1767,1615,1720,1650,1791,2057,1795,1878,2052,1857,1837,1415,1406,1767,2069,2848,2290,2446,2379,2400,2174,2320,2548,2933,2470,2808,2047,2441,2767,2767,2532,2635,2325,2291,2350,1920,2041,1968,2106,1969,1777,2082,1925,1984,2480,2721,2508,1986,2947,2484,2793,2266,2563,2096,2037,2561,2058,1906,2134,2486,1929,2200,2012,2001,1900,2047,1804,2163,2686,2691,2884,2453,2729,2157,2576,2166,1853,2411,1923,2044,1808,1815,1921,2123,2494,2206,1802,1851,1837,2451,1841,2302,2045,2243,2254,2927,2477,2408,2774,2284,2330,2567,2404,1857,1831,2212,2361,2494,2404,2091,2004,2286,2127,2404,2369,2651,3451,2328,2602,2488,2292,2364,2212,2566,2484,2244,2373,2205,2331,2559,2690,2054,2526,2289,2448,2523,2610,2736,2365,2039,2209,2809,2047,2289,2164,2402,2287,2489,2688,2612,3048,2688,2564,2653,2284,2810,2486,2287,2408,2087,1928,1883,2166,1886,1810,2403,2365,2895,2364,2526,2327,2369,2528,2208,2607,2410,2290,3010,2564,2448,2087,2408,2126,1924,1884,1844,1805,2620,2604,2409,2248,2486,2015,2918,2728,2611,2163,1885,1845,1813,1883,2043,2240,2572,1967,1882,1881,1849,1844,2528,2408,2751,2150,2308,1898,2413,2448,2604,2252,2081,1967,2125,2169,2451,2483,2533,2361,2365,2330,2293,2679,2450,2129,2174,2006,2887,2013,2001,2165,1645,1719,1934,1881,2090,2081,2216,2514,2256,1734,1576,1530,1529,1798,1846,2206,2270,2942,2090,2366,2069,2488,2797,2810,2687,2234,1647,1720,1693,1766,2332,2316,2235,2295,2095,1974,2037,2358,2342,2076,2119,2365,2639,1915,2336,2454,2678,2720,2288,2648,2545,2768,2402,2530,2409,2266,2184,2368,2289,2486,2571,2158,2712,2748,2686,2173,2122,2217,2042,2450,2165,2490,2364,2444,2809,2166,2248,2012,1883,1961,3291,2217,1973,1602,1811,2129,2046,1566,1812,2000,1848,2045,1968,1891,2397,2171,1856,2162,2325,2211,2689,2326,2361,2203,1975,2044,2039,2192,2444,2449,2482,2915,2607,2735,2532,2418,3076,2819,2003,1893,2365,2450,2286,1860,1837,2254,2407,1923,1968,2007,2443,2930,2443,2167,1676,1683,1684,1686,1960,2610,2690,2605,2453,2668,2411,2249,1993,2251,2107,2007,1801,1849,1567,2067,2577,2415,2043,1806,2122,1886,2005,2012,2397,2139,1954,1817,1755,1924,1849,1966,1814,2082,1890,1993,2531,2090,2007,1998,1973,1918,1934,1879,1850,1921,1695,1876,1898,1723,2007,1887,1962,2039,2205,1937,2075,1935,2117,1734,1888,2476,2567,2764,2450,2450,2485,2688,2366,2407,2246,2531,3048,1812,2010,2167,2439,2330,2127,2245,2649,2108,2363,2289,2529,2440,2130,2569,2071,2024,2125,1778,1919,2247,2207,2693,2526,2244,2246,2134,1885,1847,1632,2289,2169,1867,2012,2328,2163,2451,2080,2612,2489,2086,2002,1815,1760,1921,2411,2362,2122,1809,1884,1805,1766,2724,1884,2133,2324,2036,1888,2270,2525,2656,2121,2852,2006,1886,1850,1639,1608,1640,2449,2167,2114,1987,2484,2249,2573,2363,2442,2814,2684,1971,1886,2400,3094,2133,2244,2047,1885,1850,1691,2036,2291,2368,2148,2489,2324,2141,2124,2635,2369,2531,2249,2245,2323,2440,2014,2572,2361,2175,2003,1774,1766,1764,1796,1926,2325,2091,2205,1961,2116,2013,1884,2122,1895,1839,1967,1529,1564,1648,2109,2102,1921,1963,2453,2168,1838,2009,2423,2434,2311,1774,1800,1553,1763,2126,2571,2201,2574,2408,2366,2366,2127,2127,2948,2709,2496,1972,2088,1824,1642,1718,1946,2092,2353,1861,1567,1560,1728,2277,1552,1923,2039,2051,2002,2047,2410,1981,2164,2893,2583,2254,2571,2460,2240,2292,2316,2125,2259,1794,1965,2474,2294,2984,2500,2576,2392,2496,2444,2256,2456,2667,1987,2451,2136,2169,2348,2674,2211,2438,2257,2284,2320,2658,2716,2983,3080,2964,2490,2654,2397,2512,2301,1876,2095,1966,2085,3048,2279,2254,1918,1713,2397,1831,1767,1912,2113,2557,1669,1838,1656,1797,1692,1684,1636,2072,1573,1772,1606,1924,1761,1668,1739,1603,1641,1489,1434,1840,1742,1632,1676,1639,1545,1977,1584,1557,1490,1752,1935,1462,1933,1464,1495,1552,1885,1397,2064,1883,1461,1461,1461,1461,1521,1516,1776,1581,1536,1818,1543,1485,1570,1602,1609,1632,1716,2122,1673,1726,1877,1729,1619,1679,1560,1703,2043,2324,2576,2896,2645,2586,2563,2571,2286,2361,3010,3371,2689,2791,2548,2359,2492,2884,2265,2456,2573,2335,2363,2662,2524,2864,2567,2409,2169,2079,1999,2030,1813,2215,2318,2214,1847,1922,1970,2166,2124,2285,2488,2528,2174,2027,2807,2041,2322,2084,2734,2628,2430,1960,2210,1807,1962,2507,2107,1685,1560,1528,1964,1567,1560,2227,2365,2555,2646,2252,2063,1871,1921,2205,1927,1888,1562,1530,1526,1879,1646,2195,2075,2067,2382,2170,1996,2027,1696,2050,1888,1684,2005,1718,2130,1988,1977,1740,1834,1853,1949,1691,1711,1929,1442,1480,1378,1570,1807,1953,1923,1928,2605,1920,2218,1736,1682,1650,1764,1703,2355,1804,1814,1718,1668,1684,2322,2567,1886,1822,1436,1376,1618,1345,1558,1754,1696,1683,1967,1740,1330,1832,1816,1811,1518,1725,1608,2052,1531,1465,1365,1772,1762,1766,1892,1631,1633,2108,1456,1611,1439,1333,1477,1573,1355,1927,1549,1711,1604,1416,1300,1373,1916,1405,1406,1463,1590,1632,1597,1333,1460,1312,2000,1411,1404,1403,1459,2065,1747,1343,1297,1791,1348,1777,1783,1329,1398,1256,1511,1327,1903,1380,1477,1384,1380,1483,1432,1450,1312,1872,1289,1935,1378,1473,1356,1450,1345,1919,1614,1347,1301,1910,1394,1386,1376,1351,1347,1336,1233,1812,2840,2193,2285,2112,2307,2353,2526,2362,2121,1992,1983,1912,1771,1950,2257,1839,2010,1760,1689,1789,1790,2006,1548,1521,1771,1777,1971,1576,1695,1400,1404,1383,1367,1367,1366,1348,1757,1513,1807,1536,1315,1841,1829,2060,1330,1919,1586,1370,1360,1371,1289,1860,1358,1357,1357,1512,1532,1401,1468,1416,1316,1841,1291,1916,1337,1912,1329,1483,1393,1336,1785,1819,1810,1810,1809,1860,1267,1370,1369,1314,1368,1803,1856,1292,1789,1842,1346,1372,1337,1800,1276,1830,1858,1348,1347,1348,1350,1325,1394,1357,1190,1799,1862,1766,1831,1330,1325,1838,1321,1325,1763,1746,1762,1752,1747,1840,1331,1215,1855,1259,1851,1201,1804,1749,1741,1768,1761,1288,1280,1783,1733,1727,1785,1863,1392,1357,1350,1408,1456,1372,1348,1880,1318,1817,1331,1842,1853,1431,1358,1891,1901,1412,1829,1383,1434,1357,1437,1445,1440,1388,1328,1876,1367,1394,1363,1314,1573,1837,1366,1361,1356,1335,1894,1363,1340,1800,1932,1327,1334,1907,1328,1806,1851,1337,1805,1812,1843,1344,1824,1809,1814,1891,1407,1369,1821,1844,1325,1876,1317,1815,1813,1809,1882,1347,1813,1392,1346,1899,1374,1371,1373,1373,1371,1355,1316,1789,1844,1337,1354,1347,1322,1814,1815,1903,1373,1352,1861,1349,1831,1342,1808,1789,1791,1809,1914,1365,1295,1767,1806,1879,1359,1342,1341,1341,1296,1904,1347,1300,1765,1850,1356,1327,1324,1346,1306,1814,1358,1463,1862,1370,1272,1909,1306,1868,1873,1911,1369,1292,1852,1747,1860,1858,1972,1371,1830,1982,1335,1839,1915,1455,1380,1359,1840,1955,1310,1949,1409,1406,1324,1869,1445,1380,1422,1427,1427,1388,1439,1378,1271,1809,1814,1433,1329,1872,1859,1842,2010,1357,1853,1830,1851,1479,1369,1838,1941,1325,1469,1373,1266,1875,1868,1325,1839,1391,1930,1473,1437,1355,1890,1442,1338,1906,1467,1402,1838,2023,1430,1372,1329,1268,1832,1270,1791,1881,1424,1310,1904,1578,1490,1490,1517,1463,1430,1487,1449,1439,1429,1416,1399,1382,1390,1379,1446,1411,1351,1358,1370,1409,1378,1397,1369,1361,1341,1364,1378,1346,1833,1335,1875,1852,1840,1839,1803,1889,1374,1936,1452,1446,1422,1343,1985,1368,1865,1979,1400,1368,1906,1412,1363,1331,1852,1339,1894,1349,1323,1784,1816,1440,1271,1827,1820,1812,1809,1869,1369,1298,1776,1392,1366,1286,1754,1766,1797,1805,1851,1235,1785,1864,1420,1287,1802,1799,1796,1859,1468,1377,1318,1789,1806,1852,1290,1786,1782,1783,1944,1273,1892,1280,1794,1817,1769,1764,1852,1340,1292,1892,1327,1759,1813,1820,1811,1809,1334,1800,1861,1316,1856,1777,1816,1818,1819,1820,1383,1373,1869,1305,1752,1703,1827,1301,1847,1266,1761,1732,1811,1794,1727,1769,1863,1393,1385,1376,1378,1320,1918,1431,1993,1412,1466,1445,1386,1353,1337,1808,1972,1378,1418,1358,1306,1880,1436,1350,1324,1824,1896,1881,1919,1480,1402,1445,1344,1400,1403,1402,1337,1330,1816,1893,1383,1374,1363,1381,1334,1830,1363,1348,1355,1362,1394,1799,2158,2085,1798,2196,2105,2145,1912,2125,2177,2436,2191,2329,1845,2938,2593,2647,2838,1646,2091,1921,1932,2147,2087,2030,2235,1999,1991,1743,1713,1707,1791,1943,2489,1974,2134,2001,2246,2664,1925,2119,1836,1859,1801,2090,2323,1592,1567,1874,1849,1701,1580,1618,1583,2186,1623,1635,2134,2114,1584,1658,1504,1612,1566,1562,1461,1406,1409,1380,1514,1738,1623,1368,1378,1345,1461,1332,1453,1466,1331,2005,1652,1370,1430,1389,1334,1854,1324,1851,1371,1351,1404,1319,1858,1423,1314,1880,1374,1376,1375,1317,1299,1294,1832,1316,1764,1825,1795,1795,1816,1840,1340,1933,1369,1404,1360,1795,1840,1283,1801,1778,1823,1804,1819,1337,1346,1800,1794,1761,1762,1808,1327,1802,1772,1845,1838,1817,1809,1809,1854,1241,1856,1753,1776,1836,1336,1348,1344,1304,1776,1770,1819,1800,1813,1762,1739,1791,1784,1789,1672,1803,1803,1696,1772,1752,1719,1719,1717,1748,1815,1204,1712,1779,1762,1723,1715,1713,1713,1721,1263,1735,1734,1707,1772,1785,1745,1744,1742,1713,1821,1791,1678,1700,1748,1736,1757,1752,1775,1743,1761,1757,1740,1821,1759,1859,1450,1472,1452,1344,1438,1401,1408,1385,1395,1350,1400,1405,1442,1436,1366,1872,1466,1378,1356,1438,1483,1495,1357,2018,1369,1860,1914,1387,6131,2372,2055,2006,1918,2171,2170,2421,2074,2628,2334,2202,2142,2486,2077,2016,2703,1909,2078,1872,2145,2267,2215,2034,2412,1790,1846,1827,1777,1754,1846,2152,2207,2298,1679,2324,1597,1621,1385,1618,1478,1933,1466,1879,1523,1526,1645,1548,1391,1805,1511,1840,1411,1970,1379,1402,1440,1393,1470,1418,1437,1343,1551,1301,1757,1901,1267,1833,1317,1949,1590,1399,1659,1338,1894,1283,1749,1315,1981,1311,1798,1377,1764,1421,1883,1307,1284,1806,1844,1327,1315,1580,1317,1752,1386,1529,1939,1280,1850,1345,1375,1297,1699,1401,1668,1254,1756,1751,1751,1773,1749,1828,1336,1716,1608,1332,1833,1828,1753,1745,1740,1802,1555,1307,1268,1279,1818,1259,1746,1741,1775,1729,2085,1645,1794,1355,1822,1813,1809,1792,1881,1332,1797,1380,1281,1852,1272,1795,1855,1276,1772,1866,1353,1595,1686,1289,1794,1777,1773,1759,1772,1833,1267,1230,1783,1754,1278,1831,1313,1756,1748,1746,1747,1651,1494,1769,1755,1748,1741,1769,1733,1758,1782,1443,1794,1749,1740,1735,1732,1732,1796,1768,1561,1414,1819,1247,1734,1725,1858,1358,1386,1364,1425,1431,1588,1611,1506,1496,1300,1843,1283,1780,1834,2075,1982,1680,1883,1274,1881,1358,1341,1908,1432,1379,2068,1755,1341,1762,1864,1358,1335,1814,1915,1330,1686,1550,1955,1220,1787,1877,1323,1852,1388,1360,1401,1417,1701,1413,1262,1841,1835,1836,1836,1820,1529,1393,1631,1380,1341,1887,1314,1808,1809,1783,1815,1420,1563,1722,1793,1791,1788,1788,1781,1867,1231,1845,1355,1297,1757,1747,1743,1741,1792,1742,1734,1311,1825,1810,1778,1772,1797,1787,1896,1420,1385,1349,1642,1437,1453,1333,1329,1844,1348,1348,1537,1418,1809,2361,1758,1978,2406,2204,2417,1937,2883,2737,2212,2285,2958,3058,2106,3005,3042,2697,2209,2612,2598,2567,1928,1891,1882,1843,2188,3187,2396,2565,3348,2194,2511,3049,2859,2854,2977,2368,2288,2488,2658,2433,1996,2038,2807,2817,3028,2696,2333,2620,2108,1913,2166,2156,2254,1892,2085,2365,1725,2154,2524,2812,1797,2126,1832,1852,1877,1876,1877,2044,1896,2120,2321,1926,2352,2925,2007,2257,2027,2335,1777,2158,2190,2919,2689,2195,2169,2549,2166,2668,2368,2908,2357,2646,2024,2167,2035,2226,2514,1962,1976,2308,2160,2809,1876,2136,1840,2249,1790,1534,1788,1776,2004,2280,1981,1680,1853,1644,1685,1725,1891,1904,2100,1648,1767,2078,1828,1811,1608,1845,1448,1328,1821,2059,1810,1523,1697,1681,1511,1613,1405,1358,1812,2176,1754,1651,1797,1638,1647,1731,1565,1552,1455,1443,1877,1581,1670,1936,2170,2227,1801,1580,1573,1609,1749,1736,1897,2347,2248,2163,2051,2229,2141,2188,2455,2755,2817,2704,2801,2619,2328,2367,2530,1932,2262,3010,3005,2774,2404,2250,2368,2404,3448,2294,2408,2205,2166,2362,2453,2483,2469,2568,2272,2367,2362,1762,2105,2804,1967,1902,2174,2284,3541,2236,2196,1912,2351,1968,2224,3416,2289,2570,2415,2314,2493,2044,1803,2270,2157,1798,1635,1946,3170,2249,2172,1756,1898,2292,2734,2369,2160,1928,1736,1602,1717,1645,2093,1762,1881,2171,1920,1895,2041,1963,2177,2325,2001,1725,1565,2046,1569,2092,1993,2210,2128,2448,2447,2681,2735,1959,2533,2403,2003,1846,2526,2339,2036,2271,2205,2405,2567,3010,2534,2205,2260,2168,2566,3493,2084,2332,2003,2168,2177,2434,2174,2463,2054,1960,2347,2267,2085,2406,2456,1953,1653,1522,1563,1951,2098,1851,2535,2083,1917,1898,2034,1927,1856,1937,2419,2480,2575,2320,2197,1965,1882,2307,2409,2481,2570,2366,1805,2173,2690,3971,2375,1791,1686,1973,1961,1883,2007,2770,2292,2406,2365,1848,1881,1848,1726,3409,2415,2247,2119,1811,2126,2490,2608,2213,2521,2216,2127,1945,2327,1845,2770,2521,3016,1922,1769,2602,2447,2933,2140,2160,2081,1932,1879,2412,1887,2203,2528,2047,2007,2129,2805,2329,2601,2488,2415,2767,3130,2769,2531,3572,2733,2484,2485,2168,2406,2530,2408,2576,2004,2723,2645,2133,2969,2291,2405,2247,1938,2721,2209,1973,1928,2534,2012,2289,2003,2404,2655,2029,2303,2205,2207,2204,2213,2571,2609,2447,2562,1931,2182,2810,2889,2000,2474,2050,2813,2600,2135,2676,2216,1922,2289,2293,1803,2568,2564,2366,1982,2007,2406,2283,2531,1839,2249,2360,2570,1971,1799,1572,2082,2292,2606,2731,2088,1923,1851,1843,2244,2123,2021,2378,2492,2188,2433,2085,2680,2599,2130,2086,1962,2288,2727,2575,2163,2653,2046,1687,1967,2163,2526,2415,2326,2527,2485,2490,2523,2532,3529,2688,2087,2528,2729,2450,2404,2763,2412,2211,1883,2007,2286,2282,2607,2370,2407,2654,3046,3005,2321,2290,2772,2561,2407,2572,2492,2442,2765,2407,2123,1811,2206,2404,2371,2602,2087,1975,2528,3492,2444,2004,2137,1853,1888,1925,2693,2167,2093,2135,1845,1924,1892,1841,1652,2157,2403,2447,2372,2199,2247,2090,2281,2287,2850,2604,1997,1951,2009,2171,2323,2487,2524,2328,1686,1771,1878,2208,2446,2491,1945,2452,2572,2406,2489,2604,2729,2216,2404,2604,2346,2184,2175,2570,2322,2166,1923,1847,1604,1930,1875,1897,1964,1925,1757,2495,2156,2374,1921,2211,2372,1607,1966,1802,2206,2046,2368,2037,2128,2127,1972,2080,1694,2317,1891,1722,2096,1956,1930,2567,1966,1844,1932,2080,2082,2049,2002,1849,1895,1998,1961,2057,2047,2168,2040,1961,1813,1728,2074,2172,2011,2208,1963,2208,2361,1695,1958,1884,2292,1882,1971,2087,2077,2009,2002,2014,2044,2002,2335,2407,2728,2410,4292,2728,2609,2535,2603,2761,2335,2186,2475,1855,2169,2731,2647,2526,2240,2133,2334,3087,2726,2532,2562,2928,3057,2364,2282,2135,2687,2007,2093,2368,2886,2692,2927,2565,3414,2723,2374,2561,2567,2614,2447,2572,1856,2501,2565,2446,2490,2567,2530,2330,2242,2366,2053,2603,2690,2650,1931,1650,1758,2328,2489,2564,2524,2616,2522,2450,2651,2720,2132,2490,2323,2646,2127,2007,2290,2444,2448,2412,2286,1925,2286,2610,2520,2414,2364,2369,2487,2167,2606,2689,2333,2406,1917,2246,2894,2165,2486,2048,2169,2444,2407,2288,2407,2688,2569,2294,2440,2529,2247,2847,3045,2890,2533,2644,2129,2246,2207,2492,2363,1879,2469,2404,1890,2603,2012,2406,3253,2244,7347,2604,2252,2244,2282,2735,2609,3487,2132,2318,2811,3131,2402,2529,2408,1961,2306,2666,2229,2444,2383,2122,2024,1889,1768,1921,2526,2533,2483,2210,2368,2608,2496,2157,2245,2493,2720,2611,2248,2610,2372,2685,2370,2528,2484,2287,2367,2410,2689,2567,2202,1927,1884,2051,2362,2647,2448,2490,2377,2564,2131,3122,3607,2411,2214,2436,2534,2281,2453,2291,2526,2246,2167,2244,2406,2413,2490,2557,2572,2445,2565,3378,2365,2327,2332,2082,2289,2410,2517,2847,2374,2728,2484,2448,2766,2045,1939,2893,2007,2556,2445,2567,2534,2767,2685,2449,2650,2728,2486,2322,2335,2360,1893,1885,2444,2608,2368,2487,2403,2495,2567,2563,1730,2763,2448,2168,1919,1924,2408,2527,2527,2689,2009,1884,1884,1805,2094,2166,2284,2410,2442,2330,2529,3049,3486,1845,2488,2929,2125,2375,3045,3247,2975,2406,2322,2574,2240,2293,2246,2200,2416,2534,2581,2379,3136,2444,2287,2125,2491,2482,1894,1965,1975,2262,2208,2450,2092,1873,2481,2609,2365,2198,2410,2364,2569,2287,2730,2370,2240,2534,2323,2283,2294,2525,2530,2247,2362,2333,2290,2448,2125,2443,2775,2328,3973,2211,2881,2448,2932,3009,2484,2251,2531,2610,2170,2045,2035,2254,2008,2062,2088,2160,2371,3775,2688,3366,2447,3011,2527,2485,3289,2275,1962,2438,2362,2450,2569,2724,2332,2484,2131,2410,2125,1973,2610,2244,2492,2408,2439,2207,2217,2684,2769,2285,2328,2570,2531,2447,2407,2200,2492,2488,2564,2689,2326,2328,2370,3410,2185,2165,2284,2494,2647,2886,2488,2450,2367,2288,2692,2602,2452,2614,2399,2414,2288,2444,2535,1816,2071,1874,1735,2561,2608,2806,2772,2571,2442,2288,2934,1963,2648,2610,2683,2367,3015,3042,2414,2529,2442,1928,2365,3536,3047,2208,2331,2676,2335,2450,2485,2770,2365,2371,2641,1890,2606,2606,2327,2251,2767,2487,2326,2451,2601,2531,2207,2967,3052,2604,2288,3131,2205,2964,1986,2589,3088,2127,2408,2490,2485,2323,2376,2485,2642,2253,2406,2364,2534,1867,2040,1922,2091,1849,2199,1845,2122,2113,2319,1936,1900,1965,2747,2130,2734,2320,2400,2419,2243,2053,2566,2537,1954,2420,2580,2324,2245,1970,1968,1968,2358,2489,2483,2252,2846,2131,2489,2927,3724,2614,2686,2329,2724,2531,2368,1928,1960,2455,2441,2415,2568,3525,2409,2289,2690,2603,2298,1649,3176,2487,2370,2025,3202,3371,2846,3053,2089,2080,3090,2285,2129,2486,2686,2450,2569,3246,2338,1798,2609,2084,2612,2406,2329,2810,3165,2698,2123,2002,1920,1895,2501,2407,2004,1861,2039,2814,2405,2526,2130,4013,2449,2162,2530,3051,2132,2523,2361,2571,2444,2365,2612,2570,2568,2065,2340,2446,2408,2404,2206,2614,2603,3013,3853,2798,2500,2359,2444,2215,2880,2450,2680,2297,2566,2125,2732,2967,3935,2725,2760,2848,2046,2975,2448,3287,2930,3409,2649,2407,2286,2326,2526,1918,2628,2288,3810,3525,2366,2335,2439,2050,2404,2327,3008,2529,2331,2085,1968,2041,2124,2400,2567,2095,2484,2141,2059,2726,2612,2405,1886,2166,2692,2487,2688,2079,2333,2570,2530,2320,2648,2968,2215,2446,3531,2454,3168,2525,2486,2734,2604,2851,2766,2492,1923,1963,1926,2040,2047,2123,2133,1884,1933,1924,1807,2085,2201,2361,1937,2008,2116,2685,1864,2190,2766,2486,2253,1926,2085,2001,2084,2288,2095,2606,2328,2561,2325,2210,2410,2529,2640,2657,2519,2327,2483,1814,2200,2001,1896,2088,1721,1909,1867,1715,1883,1928,1775,2358,1976,1886,1837,2085,2778,2516,1964,1960,2597,2684,2534,2150,2372,2494,1965,2314,1777,1711,1767,2387,2250,2408,2077,2055,1814,1691,1561,1558,1683,1656,1954,1728,2094,1918,1722,1811,1538,1483,1487,1779,1798,1476,2005,1637,2022,1999,1921,1885,1787,2037,2426,1688,1802,1639,1494,1550,1900,1641,1789,2232,1696,1778,1495,1398,1378,1666,1638,1444,1661,1697,1891,1918,1718,1436,2049,1889,2108,1759,1730,1528,1400,1419,1468,1406,1365,1409,1482,1415,1831,1628,1893,1453,1464,1424,1326,1366,1338,1345,1330,1744,1343,1496,1463,1410,1395,1278,1856,1256,1797,1788,1698,1315,1480,1873,1342,1417,1522,1483,1512,1425,1472,1327,1650,1340,1870,1401,1416,1416,1427,1467,1423,1439,1732,1974,1448,1486,1398,1506,1534,1432,1423,1414,1467,1783,1871,2053,1483,1484,1428,1419,1419,1422,1500,1516,1576,1507,1466,1617,1554,1468,1429,1431,1436,1437,1468,1626,1946,2055,1661,1549,1486,1433,1362,1449,1462,1396,1645,1749,1411,1431,1457,1452,1580,1478,1466,1376,1820,1679,1641,1487,1420,1607,1521,1455,1422,1464,1483,1362,1341,1840,1524,1483,1327,1980,1585,1367,1860,1869,1396,1537,1521,1379,1427,1887,1384,1845,1908,1475,1999,1291,1891,1468,1460,1493,1561,1554,1517,1388,1407,1582,1390,1367,1564,1481,1425,1404,1424,1429,1281,2023,1703,1319,1922,1457,1353,1838,1984,1369,1846,1866,1561,1471,1419,1519,1442,1925,1416,1846,1903,1430,1519,1420,1311,1375,1838,1317,1916,1418,1418,1420,1486,1716,1652,1528,1350,1500,1453,1400,2012,1370,1980,1355,2149,1650,1406,1309,1929,1419,1419,1430,1383,1792,1766,1417,1452,1500,1327,1982,1437,1505,1505,1473,1548,1903,1676,1329,1469,1360,1839,1353,1934,1419,1448,1368,1758,1760,1534,1479,1545,1388,1307,1842,1956,1326,1590,1873,1528,1616,1429,1292,1903,1386,1388,1404,1409,1675,1551,1316,1917,1313,1972,1442,1370,1344,1369,1239,1658,1676,1377,1902,1341,1338,1337,1336,1335,1378,1331,1231,1795,1971,1338,1945,1478,1459,1376,1401,1358,1758,1633,1350,1409,1267,1749,1723,1709,1772,1859,1335,1573,1591,1592,1368,1861,1416,1807,1804,1805,1962,1406,1619,1572,1401,1467,1319,1805,1802,1906,1303,1956,2009,1492,1432,1358,1546,1488,1474,1471,1474,1472,1433,1634,1629,1449,1634,1598,1482,1552,1541,1646,1724,1568,1529,1522,1621,1517,1628,1411,1540,1554,1638,1598,1977,1554,1637,1483,1548,1469,1513,1801,1751,1749,1723,1852,1648,1790,1494,1524,1743,1783,1536,1721,2112,2318,2499,2310,1817,2216,1711,1821,1944,1828,2289,2520,2490,2948,2814,2901,2632,2373,2165,2173,2227,2525,2465,2245,2407,2408,2204,2011,3198,2656,2079,2009,2441,2335,1990,2062,1840,2043,1844,1810,2077,2170,2126,1567,1839,1813,1965,2332,2118,2411,2600,2448,2121,2254,2642,2892,2326,2451,2405,2882,2699,2210,2410,1950,1776,1675,2341,2369,2089,2331,3162,2562,2768,2534,2167,1727,2133,2410,2454,2600,2726,2489,2495,2318,2290,2413,2401,2569,2363,2291,2243,3297,2431,2124,1928,1892,2292,2157,2571,2453,2287,2487,2794,2244,2201,2693,2763,3497,2283,2563,2373,2283,2731,2174,2208,2323,2209,2244,2323,2210,2521,1975,1854,2724,1971,2567,2441,2529,2371,2366,2807,2173,2527,2171,2447,2413,2527,2288,2165,2598,2247,4019,2721,2251,2371,2442,2369,3172,2764,2286,2410,2332,2469,2726,2210,2565,2446,2414,2409,2364,2403,2330,2572,2608,2606,2763,2569,2645,2738,2644,3370,2484,2446,2735,2850,2443,2690,3171,2722,2491,2605,2569,2409,2208,2244,2608,3127,2611,2650,2565,2565,2653,3124,2531,2691,2443,2726,2652,2969,2526,2370,3331,2482,2612,2650,2406,2447,2726,2411,2850,2331,2743,2409,2176,2254,2363,2246,2167,2729,2649,2133,2275,2367,2488,2335,2365,4053,2283,2612,2605,2130,2079,2290,2610,2807,2684,2213,2166,2047,2443,2650,2442,2408,2329,2454,2441,2608,2327,2333,2286,2522,2010,2043,2045,2449,2491,2327,2606,2249,2160,2529,2246,2409,2441,2571,2604,4338,2240,2210,2332,2368,2446,2129,3611,2208,2414,2483,2288,2245,2412,2686,2366,2444,2495,2524,2571,2688,2404,2242,2334,2602,2291,2526,2086,2565,2808,2650,2610,2606,2607,2367,3131,2686,2190,2419,2203,4901,2805,2449,2691,2848,2765,2573,2608,2683,2564,2576,2688,2561,2692,2206,2036,2401,2006,1890,2771,2728,3210,2607,3372,2641,2450,2609,2127,2770,2568,2246,2404,2445,2288,2280,2174,2367,2285,2162,2412,2193,2048,1929,1969,1960,2310,4249,2605,2489,2530,2611,2927,2243,2771,2773,2426,2527,2366,2853,2086,2385,1971,2236,1972,1851,1726,1795,1728,2369,2085,1970,2004,2013,2385,2442,2124,2612,2288,1938,2067,2332,2725,2563,2414,1806,2162,2648,2575,2003,2450,1843,2068,1848,1733,1838,2522,2377,2215,2846,2049,2116,2607,2209,3005,3933,2329,2365,2327,2337,1848,2533,1969,2001,2527,2215,2011,2040,2093,2605,2572,2285,2405,2489,2129,2241,2771,2252,1985,2508,2359,2047,2042,1819,2099,2057,2249,2042,2250,2168,2651,2615,2606,2524,2648,1858,1937,1839,3172,1969,2075,2093,1886,1920,1928,2089,2167,2089,1997,2087,1776,2081,1960,1971,2040,1970,1853,2084,1963,1887,1685,1661,1742,1991,1684,1677,1766,1729,1557,1914,1442,1690,1575,1758,1688,2083,1885,1844,1688,1737,1637,1987,1839,1860,1953,1769,1680,1763,1494,1645,1597,1968,1683,1973,2014,2080,2005,2013,1963,2320,2007,2530,2410,2689,2523,2453,2566,2328,2166,2650,2523,2608,2610,2525,1811,2361,2525,2579,2486,2295,2207,2181,2370,2371,2169,2245,2482,3009,2412,2404,2364,2611,2609,2851,2287,2490,2242,2047,2092,2648,3088,2448,2489,2485,2336,1930,3624,2214,2608,2764,2009,2370,2283,2486,1843,2863,2244,2332,2724,2164,1886,1855,2363,2450,2362,2290,2405,2368,2370,3325,2769,2407,2053,1726,1886,3001,2455,2246,2403,2492,2564,2406,2327,2448,2284,2171,2327,3206,2530,2647,2527,2489,2452,2284,2165,2892,2245,2291,2521,2330,2045,1888,1883,2206,2612,2525,2410,2328,2323,2366,2252,2761,2371,2290,2568,2085,1807,2840,3170,3219,2161,1925,1885,1603,2288,2564,2289,1932,1898,2233,2367,2532,3050,3527,2257,2523,1922,2247,2368,2326,2287,2129,1924,1882,1852,1772,2167,2119,2409,2566,2332,2364,2290,2848,2763,2494,2562,2850,2367,2483,1967,2046,2243,1929,1850,1879,2692,2134,2202,2328,2531,2444,2450,2682,2290,2653,2562,2532,2841,2533,3203,2246,2568,2650,2090,1959,1732,1760,2373,2323,2444,2448,2412,2922,2569,2526,3620,2681,2767,2529,2253,2010,2516,2534,2002,1726,1566,1813,2066,1916,2450,2096,2363,2208,2482,2325,2737,2561,2646,2128,2412,3048,2124,2729,3252,2409,2440,2608,2454,2489,2043,2322,2969,2477,1852,2093,2324,2413,2811,2366,2721,2971,2566,2367,2046,2617,2762,2691,2407,2447,3007,2289,2327,2284,2170,2527,2486,4257,2361,2734,2485,2368,2970,3571,2565,2168,1964,1926,2122,1965,2135,2626,2012,2402,2126,2209,2972,2044,2254,1842,1887,2367,3045,2532,2642,2651,2164,2252,1921,1846,2252,2645,2248,2285,2289,2686,2365,2251,2094,2284,2569,2168,2284,2893,2686,2286,2404,2171,2525,2487,1931,2046,2606,2444,1971,2320,2483,2291,2446,2604,2220,2804,3210,2524,2936,2607,2884,2809,2530,2402,2416,2603,2772,2441,2375,2286,2403,2331,2563,2614,2366,2641,2487,2295,2365,2403,2722,2653,2415,1964,2041,2611,3408,3093,1877,2093,2171,2086,2508,2044,2445,2319,2047,2491,2605,2607,2453,2372,2123,1930,1835,2491,1842,2446,2325,1969,2327,2565,2166,2733,2440,2175,2452,2885,2807,3132,3647,3012,2447,2497,2601,2687,3015,2173,2278,2282,2735,2450,2325,2284,2389,2563,2371,2124,2447,2771,2962,2250,2330,2644,2490,2527,2605,2894,2967,2647,2725,2616,2808,2644,2607,2525,2453,2405,2444,2531,2650,2526,2446,1999,1859,2231,2528,2164,2330,2325,2445,2189,2552,2488,1956,1959,1854,2317,1915,1872,2388,2605,1885,1776,1597,1560,1894,1642,1891,1918,1973,1881,2043,2812,2478,2617,2321,3215,2047,2124,2364,2015,2069,1752,2327,2169,2803,2329,2009,1899,1885,2323,1814,2115,1970,2724,2336,2117,2451,2371,3014,2078,1906,2050,1945,3012,2245,2569,2435,2502,1924,1882,1849,1810,2246,2042,2284,2572,2569,2364,2370,2449,2689,2163,2288,2084,2364,1655,2829,2453,2337,2353,2167,2004,2168,2049,2497,2446,2325,2610,2368,2369,2392,2815,2939,2769,3003,3325,2498,3203,3161,2532,2483,2131,2283,2052,2329,2323,2292,2563,2331,2404,2734,2444,2327,2686,2087,1886,2492,2562,2373,2448,2248,2325,2684,2732,2444,2247,2566,2813,2570,2599,2494,2527,2403,2374,2492,2486,2402,1900,2287,2014,2262,2374,2361,2376,2088,2206,2068,2339,2490,2126,1885,2088,2439,2212,2244,2330,1924,1882,1847,2165,2771,2612,2562,2411,2009,2476,4653,2812,2729,2086,2086,1924,2691,2048,2570,2725,1930,1922,1850,1843,2489,2205,2407,2368,2687,2401,2493,3006,2725,2974,2161,2290,2365,2253,2603,2729,2572,2722,2577,2885,2758,2207,2770,2684,2043,2411,2286,2370,2165,2483,2489,2453,2327,2244,2251,1963,2085,1886,1928,2368,2005,1808,2118,2209,2006,2014,1725,2561,2532,2170,2007,1878,1931,2467,3123,2531,3415,2882,2567,2289,2293,2131,3365,2650,3493,2480,2574,2407,2121,2290,2292,2319,2329,2568,2452,2365,2530,2205,1946,2173,2347,2208,1968,2045,2288,2254,2801,2572,2241,2532,2367,2812,2089,1964,1891,2169,2195,2047,2055,2722,3095,2204,2244,2445,2415,2886,2609,2527,2448,1900,2351,2094,1972,2046,2566,2082,2041,2016,1922,1893,1882,2229,2452,1966,2853,2247,2288,2527,2411,2084,2285,2318,2372,3854,2284,2611,2773,2165,3177,2371,3125,2330,2245,2278,2249,2172,2484,2528,2524,2411,2331,2560,2449,2172,2528,2648,2359,2336,2763,2326,3414,2441,2369,2172,2208,1759,1575,2581,2562,2372,2446,2370,2326,2406,2529,2450,1917,2773,2532,2405,2570,2481,2212,2089,2009,2401,1924,2448,2365,2167,2444,2446,2382,2322,2201,2495,2931,2637,2091,2089,2604,2047,2217,2362,3124,1892,2077,2053,1796,2377,2450,2400,2524,2176,1987,2179,2607,2205,2528,2290,2244,1874,1839,1733,1836,2010,2530,1724,1567,1560,1531,1556,1563,1820,3090,2523,2286,2567,2200,2130,1932,1846,2120,1772,1723,1969,1953,2097,2003,2362,1886,2215,1715,1771,2481,1765,1525,1727,1727,1802,1930,1650,1961,2077,2141,1838,1840,1724,2452,2129,3131,1958,2087,2284,2200,2369,1964,2648,2366,2127,2530,2725,2213,2088,2523,2087,4852,2086,2056,2489,2439,2410,2529,3530,2773,2322,2124,2290,2411,2362,2246,2491,2724,2447,2411,2365,2728,2176,2483,2607,2094,1934,1881,2129,3288,2163,2326,2884,2370,2327,2453,2848,2850,2965,2408,2405,2330,2646,2406,2490,2164,2481,2575,2733,2284,2910,2486,2323,2133,2565,1993,1802,2444,2964,2449,2525,2767,1931,1969,2890,2204,2363,2612,2125,2487,2481,2529,2286,2454,2214,2432,1698,1571,1970,1894,1925,1935,1998,2736,2048,2092,2332,2728,2565,2332,2167,2523,2164,2370,2532,2563,3009,2292,2327,2164,2329,1839,2212,1848,2281,2246,2529,2404,2895,2803,2410,2243,2447,2451,2453,2561,2329,2689,2523,2211,2490,2483,3134,2448,2401,2729,2166,2406,2536,2439,1959,2124,2317,2409,1966,1884,1977,2369,2361,2567,2775,2146,2004,2051,2570,2362,2845,2498,2196,2260,2649,2563,2298,1959,2384,2692,2248,1962,1843,1804,1731,1650,1680,1690,1924,2118,2030,1792,2133,1890,1923,2559,1928,2331,2011,2321,2285,2528,2206,2894,2604,2092,1926,2202,2247,3005,2369,2401,2135,2729,2811,2027,3045,2136,2239,2006,2053,2121,2289,2166,2694,2247,3009,2372,2084,1857,2090,2200,3009,2456,2882,2691,3088,2769,2891,2804,2485,2368,2451,2285,2163,2044,2010,2012,2005,2320,2105,3047,2416,2296,1851,1956,2050,1933,2393,2361,2732,2478,2574,2366,2644,2406,2567,2611,2729,2446,2691,2691,2921,2935,2846,2488,2567,2289,2889,2484,2136,2599,2291,2247,1923,1609,2402,2451,3126,2648,2893,2114,1890,3017,2678,2412,2287,2329,2526,3333,2885,2648,2250,2440,2294,2125,2202,2292,2206,2249,2367,2687,3451,2447,2124,2049,2282,2492,2043,2006,2692,2803,2122,1975,2159,1776,2210,2725,2092,2246,2320,3254,2489,2403,3127,2533,1936,2144,1896,2528,2769,2166,2116,1895,2005,2159,2169,3324,2087,2803,2370,2123,2118,2004,2259,2604,2207,2403,2609,2649,2445,2494,3047,2766,2366,2578,1927,3234,1931,2048,2447,2289,2368,2927,2364,2303,2373,2566,2162,2487,2642,2346,2397,3450,2326,2568,2490,3170,2682,2414,2649,2327,2167,2324,2329,2241,2411,2861,2486,2053,2123,2166,2369,2565,2738,2041,2164,2691,2409,2566,2432,3231,2288,1854,2480,2406,2893,2400,2293,2082,2284,2292,2370,3090,2920,2736,2485,2450,3282,2414,2655,2313,2254,2521,2607,2330,2129,2848,2485,2652,2607,2366,2531,2484,2488,2531,2565,2523,2415,2642,2615,2523,2568,2689,2453,1964,2242,2729,1966,2804,2235,1763,1716,1929,2057,2075,2578,2161,2012,1841,3446,2609,2055,1802,2014,2080,1969,2047,2092,2085,2046,2465,2721,2456,2486,2529,2446,2248,2449,2309,2130,1887,2121,1769,2288,2083,1691,1852,1952,2015,1841,1854,1967,1805,1796,1851,2168,2643,2416,2067,2052,2641,1852,1941,2693,3250,2607,1933,2036,1847,2004,2045,2288,1777,1809,2001,1962,2042,1890,2165,2083,2090,1692,1844,2450,2067,2325,2690,1794,1594,1723,2702,2570,2406,2126,2124,1880,1866,2086,1924,2366,2974,1938,1960,2406,2334,2238,2247,2289,2483,2167,1932,1798,1809,2214,2368,2412,1729,3291,1646,1843,1847,2050,1718,1771,1732,1977,2486,2214,2121,2087,1897,2052,1854,1936,1757,1928,1884,2202,1571,2008,1762,1808,1887,1965,1878,2047,1852,1959,2130,1922,1772,1729,1718,1841,2418,1921,2405,1854,1760,2096,2163,2169,2322,2405,1723,1878,1858,2163,1959,2256,2717,2412,2240,2268,2612,1896,1799,2161,2213,1842,1851,1882,1815,2165,2080,2289,2515,1816,2013,1728,1571,2119,2217,1874,2160,1928,1892,1959,2013,1962,1888,2161,2047,1733,1841,1745,1928,2083,1936,2085,2246,2478,2332,2527,3609,2530,3539,2724,2328,2492,2329,2562,2377,2594,2729,2326,2166,2407,2165,1964,2297,3641,2288,1874,2272,2124,2375,2688,2245,2449,2524,2564,2568,2495,2604,2450,2234,2416,2365,2293,3489,2488,2325,2972,2441,1891,2244,2409,2325,2974,2725,1842,1850,1808,1877,2363,2608,2286,2651,2649,2446,2476,2126,2850,2730,2085,2251,2523,3057,2406,2365,2567,2162,2087,1812,2008,1970,1996,1934,2603,2125,1973,1846,1920,1767,1642,1936,2085,2163,2890,1748,1920,1889,2041,1893,2125,1889,2791,2529,2197,1814,1765,1924,2369,2451,2646,2443,2888,2528,2609,2772,3166,2686,2689,2370,2403,2449,2452,2684,2372,2449,2521,2733,2210,2842,2410,1965,2016,2365,2890,2456,3244,2491,2645,2286,2048,2137,2241,2036,2116,2157,2263,2362,2134,2278,2571,3094,2765,2368,2135,2194,2373,2001,1891,3088,2570,2327,2524,2203,2206,2375,2360,2532,2531,2761,2972,3012,2367,2484,2568,2811,2931,2527,2726,2643,2287,2808,2290,2685,3530,2095,2436,2166,2487,2651,2126,2330,3163,2331,2725,1886,1886,1849,1763,2288,3124,2572,2407,2922,2410,2485,2599,2245,2450,2570,2007,1927,2043,2526,2129,3047,2250,1893,1919,1807,2572,2562,2610,2403,2605,2407,2612,3176,2209,1810,2279,1964,1811,1717,1999,1966,2632,2481,2409,2291,2482,2731,2203,2772,2530,2683,3046,2648,2448,2367,3093,2449,2487,2450,2322,2409,2485,2572,1962,2010,1967,1847,2486,2325,2690,2729,2084,2402,2209,2923,2522,2372,2367,2042,1886,1729,1844,2542,2886,1846,1885,1883,1849,1809,2224,1819,1844,2249,1913,2012,2169,1850,2522,2274,2171,2450,2443,2211,2110,2525,2410,2367,2639,2494,2006,2454,3330,2245,2570,2914,3052,2605,2822,2285,2411,2569,2291,2126,2481,2049,1935,2195,2487,2411,2402,2989,2872,2492,2485,2407,3005,2453,2369,2407,2527,2603,2489,2444,3331,2189,2707,2814,2526,2207,3209,2363,2530,2647,2731,2244,2125,2325,2278,2705,2480,2413,2328,3049,2446,2923,2255,2364,2489,2283,2367,3009,2448,2565,2609,2691,2128,2093,2817,2374,2280,2164,1908,2122,2485,3534,2811,2685,2806,2368,2253,2326,2523,2487,2211,2248,2809,2571,2162,2207,2572,2605,2806,2530,2847,2373,2609,2642,2450,2366,2330,2166,2727,2487,1893,2556,2772,1985,2292,2408,2166,1978,2247,2809,2161,2121,2406,2725,2417,1966,2534,2766,2768,3171,2525,2533,2086,2322,3091,2565,2532,2485,2447,2286,2609,2572,2601,2058,2130,2202,2292,2447,3052,2607,2131,2467,2374,2368,2121,2088,2168,2207,2491,2646,2885,2573,2124,2042,3450,2892,2850,2442,2165,2092,2889,1767,2482,2687,2610,2484,2210,2293,1974,1886,2090,1846,2509,2528,2488,2968,2532,2730,2404,3129,2451,2442,2321,1874,2613,2233,2171,1720,1678,1777,1882,2252,2487,2446,2766,2184,2333,2362,2172,2101,2204,2016,2197,2372,2481,2734,2521,3051,2575,2928,1985,2210,2208,2363,2567,3052,2522,1912,2285,1730,1767,1676,1722,2403,2366,2403,2321,1927,1847,1846,1933,2085,2249,2088,2158,2029,1847,2328,2047,2521,2025,1723,1848,1967,1729,2078,2004,1850,1998,1804,1851,1923,2614,2204,1609,1862,1411,1470,1581,1601,1679,1772,1635,1729,1733,2154,1660,1789,1655,1516,1460,1676,1570,1593,1895,1610,1885,1677,1644,1649,2161,1495,1430,1687,1790,1815,1805,2106,2301,1947,2027,2287,2487,1928,2078,1725,1942,1941,2603,2447,2169,2408,2485,2323,2333,2281,2524,3329,2214,2608,2030,2037,2054,1967,2851,2286,1835,2412,1960,2052,2080,2488,2331,2100,1927,1962,1977,2088,2076,1922,1928,2552,2116,2021,2232,2213,2733,2258,2082,2419,1921,1927,1965,2142,2346,1971,1845,2406,1731,1925,1883,1979,2163,1926,2117,2525,2212,2286,1934,2224,1727,2280,2291,2489,2528,2244,2365,2052,2447,2198,1971,2474,2194,2766,2026,1876,1850,1849,1890,1601,1958,2300,2217,2107,1926,2090,1843,1973,1996,1923,1852,1849,2007,1967,2123,2148,1786,1835,1733,1761,1811,1800,1931,1799,1749,2528,2184,2276,2226,2204,2094,1931,1969,1801,2251,1927,2123,2712,2132,1955,2007,2129,1869,1807,1726,1980,1956,1764,1733,1876,2258,1797,1603,1611,1986,1865,1682,1602,1607,1736,1870,2540,2133,2371,2125,2277,2413,2601,2531,2291,2375,1688,1641,2086,2328,2412,1961,2373,2499,3448,2170,2247,2246,2247,2403,2850,1850,2528,2443,1875,2085,2416,2332,1801,2493,1891,1999,1941,1910,2179,2601,2725,2411,2246,2078,2239,2367,1842,2209,1882,1991,2048,1797,2488,2178,2555,1953,1897,1959,1925,2055,2118,2125,1966,2216,2083,1920,1885,2125,2529,2368,2043,1889,1974,1928,1886,2242,2973,2083,1885,1889,1878,1771,1998,2137,2206,1927,2331,2402,2244,2369,2209,2122,2051,1724,2360,2282,2084,2007,2012,2616,2448,2367,2716,2617,2364,2258,2223,2528,2752,2049,2677,2617,2165,2209,2811,2107,2245,1989,1924,1852,2410,1850,1800,2108,2689,2403,1848,1838,2046,2086,2014,2245,1960,1858,1913,1925,1935,2040,1924,1896,1807,1719,1728,1929,1885,2043,2118,1967,1816,1917,1767,1876,1720,2781,2568,3126,2331,2324,2490,1948,2049,2213,2246,2170,2130,1946,1804,1849,1681,1600,1726,1849,1885,1852,1916,1935,2405,1923,2086,1879,1815,1846,1725,1798,2085,1849,2005,1612,2633,1808,2366,1665,1718,2177,1676,1614,1640,1653,1760,1679,1806,1617,1601,1688,2193,1691,1681,1776,1633,1581,1560,1561,1679,1656,1792,1939,1928,1604,1888,1601,1730,1991,1780,1829,1603,1533,1443,1854,1844,1844,1682,1765,1608,2036,1851,1576,1914,1777,1797,1928,2119,2091,1849,1842,1851,1914,1940,1913,1858,2197,2288,2204,1688,1731,2442,1966,1684,1732,2213,1843,2010,2370,2448,2292,2327,2289,2044,2564,2211,2143,2043,2241,2339,2281,2247,1853,1914,2558,2775,2565,3127,2568,2171,2207,2447,3086,2969,1813,2464,1960,2287,2225,2405,1801,1731,1755,2046,1930,1961,2216,1884,1919,1895,2160,2164,1775,1961,1920,1939,1842,1969,2159,2446,2173,2359,2210,2444,2489,2127,2493,2164,2966,2416,2364,2525,2607,2575,2211,2320,2687,2525,1969,1768,1769,1715,1927,2138,2288,2441,2248,2007,2002,1890,1924,2125,2052,2009,2006,2078,2216,2046,2486,2120,1853,1842,1642,1811,2124,1999,2334,1807,2044,2324,1929,2048,2322,2133,1875,1890,2085,2093,2128,2449,1874,1973,1922,2014,2486,1853,2361,2295,2358,2448,2203,2634,2085,2209,2565,2413,2318,2690,2531,2644,2528,2526,2364,2420,1912,1839,2203,2397,2609,2531,1761,1812,2384,2288,2154,2309,1841,2851,1934,1842,2003,1924,1967,1930,2000,1768,2002,2094,1962,1854,1887,1990,2401,2640,2771,2327,2371,2521,2535,2681,2212,2598,2559,1969,2126,1969,1920,1931,1963,1965,1929,1887,2160,1804,1976,1885,1838,1654,2436,1732,2011,1795,1930,2287,1810,2004,2729,2322,2243,2010,1846,1932,2000,2404,1849,1964,2045,1845,1895,1962,1727,1887,1927,2035,1935,1884,1767,2050,1883,1792,1699,1514,1813,1722,1521,1484,1733,1996,1969,1647,1571,1757,1689,1724,1515,1406,1724,1777,1598,1814,1683,1645,1719,1683,1814,1555,1615,1754,1722,1564,1476,1494,1759,1968,2082,1929,1652,1672,1539,1740,1713,1655,1796,1405,1480,1524,1555,2132,1563,1879,1764,1850,1874,2331,2042,2008,1995,2075,2339,2363,3609,2368,1967,2097,2362,1733,1671,1813,1769,2139,2210,1971,2498,2687,2210,2965,2038,1963,1803,2165,2086,1805,2169,2091,3443,2053,2150,1881,1850,1811,1848,1995,1888,1962,1856,1847,1875,1806,2052,1885,1927,2005,1852,1839,1800,2132,1771,1837,2327,1768,2894,2288,2209,1793,2270,2514,1856,2025,2052,1861,1941,2367,2201,2369,2164,2332,2403,2446,1933,1847,2371,2532,1931,1927,1807,1719,1725,1890,1851,1917,2275,2097,2483,1937,2484,2328,1700,1969,2073,2128,2121,2212,2153,2003,1972,2264,2574,2763,2768,2771,2365,2253,2599,2492,2331,2080,1827,1916,2087,1885,1892,1843,1890,2049,2047,2768,2319,1916,2013,1929,1841,1890,2116,2326,2209,2445,2368,2134,2006,1765,1977,2481,2896,2087,1892,1850,1933,1924,2079,1806,1848,1892,2436,1805,1712,1781,1713,1685,1688,2070,1933,1924,1926,2000,2048,2163,1933,1883,1878,1892,2091,1636,1654,2087,2094,2367,2010,2005,1841,2218,1996,1930,2006,1965,2003,2144,2113,2645,1970,2067,2168,2164,2101,2245,2162,2348,2070,1988,2008,2442,2532,2363,2129,2685,2484,2413,2360,2807,2445,2242,2326,2289,2049,3131,2203,1939,1916,2418,2445,2449,2726,2367,2319,2077,2087,2136,2158,2529,2614,2563,2567,2215,2485,2481,2410,2489,2521,2448,2568,2652,2175,1771,2390,2409,2361,2408,2453,2326,1798,2088,2213,2279,2487,2571,2286,2163,2070,2551,2569,2490,1970,1975,2325,2168,2074,2348,2325,2330,2122,2046,2089,2329,2648,2325,2483,2212,2207,2369,2683,2328,2367,2566,2046,1930,1925,2097,2273,2303,1888,1796,2023,1924,1883,2126,2366,2767,2455,2722,2200,2049,2043,3409,2646,2091,2363,2372,2035,2171,2278,2008,2093,1886,1963,2008,2007,1759,2130,2159,1852,2012,1960,2049,2003,2374,1961,2004,2052,1875,1776,1915,2007,2793,2162,2003,2518,2047,1893,1766,2296,3085,2609,2331,1998,1973,2075,2416,2251,2521,2450,2282,2731,4297,2289,2688,3084,2451,2128,1930,1789,1840,1931,2087,2735,2567,2690,2731,3162,2273,1936,2368,2486,2567,2287,2367,1869,2319,2361,2097,1700,1718,1725,2386,2671,2990,2411,1731,2203,2035,2013,1732,1854,2405,2370,2928,2279,2686,2372,2214,2890,2323,2211,1981,2445,2448,2285,2285,1968,2406,2214,1873,1813,2409,2691,2453,2521,3134,3249,2248,2243,2373,2563,2330,2208,2525,3341,2227,2054,2007,2057,2370,2093,2325,2531,3125,2291,2328,2483,2808,2615,1843,1770,2208,2010,1802,1575,1638,1966,2242,2402,2081,1928,1927,1892,2210,2283,2040,2531,1841,2135,2162,2450,2642,2369,2759,2176,2278,2328,1890,1874,1939,2000,1600,1532,1527,1800,2822,2690,2283,2365,2210,2407,2181,2492,2547,1766,2453,2930,2252,2395,2287,2530,2173,1802,2648,2130,2001,2083,1929,2242,2072,2080,1969,2134,2321,2402,2613,2240,2173,2443,2327,2125,2330,2051,2722,2353,1876,1849,1842,1805,1769,1763,2079,2012,3049,2482,2576,2010,2480,2198,2219,2361,2327,2409,1943,1878,1771,2404,2056,2195,2252,1846,2005,2040,2075,2489,2452,2399,2535,2523,2081,2200,2062,1889,2387,2254,1994,2485,2172,1818,1927,2051,2304,2523,2088,1727,2036,2257,2450,2163,1773,1968,1799,2044,1895,2388,1971,2289,2611,2011,1811,2004,1761,1605,2365,1765,2257,2097,2140,2124,2002,2329,1883,2125,1970,2560,2406,2017,2498,2046,2156,2529,2849,2604,2007,2044,2973,1879,2399,2203,2164,1885,1968,2092,2039,1930,2002,1892,1996,1885,1811,1850,1763,2129,2127,2043,1888,2004,1882,1724,1489,1924,1928,1962,1967,1849,1806,1878,1881,1772,1964,1612,1518,1870,1677,1614,2045,1753,1699,1550,2048,1730,1687,1729,1930,1880,1770,2005,2041,2130,2518,2017,1925,1838,2009,1885,1969,2567,2091,2358,2018,1928,2203,2621,2559,2087,1939,2065,1608,1567,1561,1530,1522,1647,2049,1955,1966,1969,2087,2331,2009,1886,1793,1931,2008,1999,1766,2018,1839,1849,1801,2286,1932,1957,1936,2046,2077,1767,1684,1853,2122,2045,2133,2085,1927,1914,2058,1961,2011,2045,1847,2125,1997,1567,2085,1768,2089,2040,2045,1606,1532,1558,1694,1563,1768,1849,1955,1889,2531,2442,3295,2323,2331,2768,2485,2209,2288,2321,2173,2407,2049,2290,2323,2006,1992,2086,2640,1966,2170,2401,1744,2804,2208,2722,2651,2359,2048,1854,1762,1564,2339,1608,1803,2287,2012,1874,1894,2167,1919,1853,1796,1896,1716,1848,1809,1803,1720,1927,2013,1877,2088,1856,2642,3009,2407,2022,2156,2246,1976,1805,1887,2584,2005,1916,2173,2093,3169,2149,2390,2285,2490,2488,2245,2251,2366,2365,2452,2556,2371,2568,2530,2495,2322,2246,2369,2245,2281,2339,3093,2687,2173,2201,2564,2322,2413,2084,1970,1921,1932,2039,2207,2207,1806,1965,1846,2027,2600,2287,2043,2334,2367,2252,2483,2177,2083,2005,2725,1722,2008,2048,2002,1973,2370,2126,2085,1759,1850,2039,2462,2129,2366,2928,2892,2284,2442,2250,2404,1890,2081,2110,2730,2169,2722,2136,1965,2366,2292,2228,2124,2287,2728,2489,3771,2649,3734,2723,2214,2964,2411,2406,2482,2690,2571,2170,2201,2324,2453,4056,2282,2211,2924,2973,2567,3933,2645,2683,2814,2246,2931,2211,2647,2604,2492,2281,2174,1967,2199,2091,2089,2365,2443,2407,2213,2688,2720,2452,2604,2050,2162,2421,2452,2127,2093,2025,2353,1934,1808,1802,1887,1850,1800,1890,2156,1855,2005,2037,1970,2094,2165,2160,2014,2518,2055,2169,1920,2079,1817,2035,3287,2730,3005,2252,2931,3088,2690,5818,2202,2688,2495,2075,2726,2161,2005,2317,2301,2448,2231,2264,2178,2046,2888,2447,2452,2560,2093,2764,3810,2552,2005,2445,2566,3210,2808,2689,2527,2245,2251,2564,2451,3128,3290,2007,2205,3448,2410,2325,2852,1884,2442,2168,2124,3130,2460,2215,2561,2571,2574,2963,2451,2326,2410,2049,2566,2725,2289,2733,2766,2245,2127,2367,2366,2211,2407,2206,2263,2122,1895,2264,2203,2492,2445,2603,2409,3451,3172,2043,2125,3326,2975,2597,2011,2409,2689,2572,2071,2184,2092,2689,2606,2336,1987,1799,1844,1649,2278,2729,2257,2695,2507,2046,1846,2127,1971,1961,1816,1883,2212,2240,2338,4493,2961,2891,2089,2401,2283,2964,2569,2813,2563,2649,2366,2491,2483,2420,2483,2057,2541,1996,2558,2129,2245,3092,2567,2281,2330,2373,1923,2281,2011,1787,1714,1655,1678,2258,2449,2588,1843,1799,2567,1933,2491,1879,2133,2081,2449,3369,2332,2762,2569,2652,1970,1974,1929,2290,2368,2050,2609,2048,1996,1961,2051,3011,2535,2118,2374,2883,2687,2449,2576,2695,2154,2411,2366,2323,2404,2489,2526,2055,2436,2629,2762,2117,1961,2492,2488,2201,2411,2726,2568,2689,2505,2429,2950,2425,2730,2446,2488,2049,3316,2126,2210,2443,2532,3327,4536,2326,2046,2607,2213,2408,4047,2444,2293,2609,2154,2050,2483,2212,2287,2485,2327,2127,2333,2050,2961,2327,2775,2326,2005,2488,2162,2572,2527,2612,2480,2447,2329,2488,3570,2729,2609,2209,3124,2449,2251,2244,2571,2051,2045,2966,2570,2449,2244,1930,1968,2161,2367,3847,2366,2093,6255,2768,4089,7774,2568,2078,4128,2367,2735,4768,7227,2687,4008,1766,2408,2607,2646,2450,2810,2765,2214,3002,1968,6665,1801,1802,2204,4221,3244,3169,4089,4085,1809,1730,1837,2631,2277,1883,2944,4251,1731,1849,3323,3495,1830,1735,1804,2769,2159,2286,3244,4058,2245,6699,4233,2526,3166,3051,2967,7413,6429,2127,2169,3687,2203,2166,2967,3087,2534,1892,3942,2274,3210,5292,2403,7330,3925,1999,2165,2409,2931,2035,1719,1889,2166,3932,4814,5577,6542,2323,3178,4345,2696,2254,1806,2686,1964,2050,4170,2091,2287,2642,6665,6977,2122,5867,1958,1852,2006,3774,4406,2092,1845,1918,2911,4092,2374,7754,2010,1735,2131,4249,2568,1890,4214,4457,2965,7001,1853,1650,2233,3248,5906,2210,3432,3811,2370,9996,2204,1843,5329,2890,2130,4128,2089,2376,3615,2080,1856,3694,2079,1775,3056,1924,1761,1727,1653,2163,1841,2208,1812,1805,4696,1687,1834,1805,5415,2045,2044,1964,3783,2527,2688,3007,3126,3450,5984,4727,1966,10233,2146,2379,8411,3619,1726,1723,1636,3256,2484,1890,1768,3603,6385,1757,2334,1809,4090,4538,1883,1886,1767,5685,1812,1807,1807,1723,2684,1964,1885,1973,5791,4620,2439,5895,1734,1883,2053,5850,2420,2124,3094,2000,1929,3583,2358,2159,2570,8226,2326,2082,2203,4281,2372,2209,2606,2046,2203,1961,8300,1773,1761,1846,5213,1931,1721,1732,4686,5225,1885,1967,5206,4815,2291,1765,1682,1883,1736,1721,2240,2210,1720,1774,1846,6331,5185,2004,1763,4089,4538,2079,1767,2295,2399,1696,2294,8347,8430,2080,2295,7748,2082,6040,1800,1730,1957,6761,1950,2162,5531,4898,2213,5686,4177,2446,2058,9426,2325,10480,2845,2086,3972,2245,2365,3860,2519,2130,6107,2164,2287,5294,2685,2207,5865,2442,1968,2085,2284,13888,8334,2088,8989,2129,2124,3727,1773,1680,3697,10478,2260,4653,6735,1929,1891,4430,2887,1852,5329,2220,2087,4813,2088,2283,7187,7280,1866,1621,3833,3368,2091,4971,4374,2652,3933,11191,2208,7864,1845,1697,2125,2369,2285,9589,6664,2211,5978,2250,2206,4086,2085,2168,3950,1847,1798,1763,4451,2498,2083,2206,3655,2568,2329,2246,5381,4938,2085,3973,2249,2085,4021,2727,2173,2931,2287,1814,2148,2362,2453,2403,2169,2047,2409,9024,7460,3330,10643,1965,2675,5587,2217,2483,5299,12568,3091,2009,12358,1979,1874,6584,3914,1679,5222,8473,2405,2410,10460,1698,1850,2083,4841,2333,1880,4347,2201,1876,1760,5854,2050,1845,1972,4973,1804,2249,1961,5496,4644,1654,1600,1605,1592,3905,3639,2248,1649,2050,1602,2969,1530,1485,1447,1746,1448,1455,1478,3720,1609,1519,1858,1450,1392,1609,5902,2640,1454,1389,1377,1524,1696,1463,5330,1388,1346,1322,1822,1348,1665,1420,1464,2982,1560,1523,1557,1527,1455,1551,5152,1713,1720,1613,1692,5399,2006,2014,2283,6538,2253,2306,5704,1968,2604,3537,2647,1721,7812,4488,2249,12676,8066,2243,5051,2247,2053,5377,2887,2048,4991,2178,3085,5822,2005,2129,3489,2289,7980,4660,2044,8024,2160,1969,4707,2122,2089,3570,5210,2209,8426,6077,1965,7321,4070,2163,4263,4686,2051,2006,2168,2081,2090,2044,2048,8421,2168,2048,6908,2198,2087,2765,2649,1829,2350,4199,2055,2078,3656,2650,2488,7452,4737,3049,4702,2681,2167,1851,1977,1969,2295,2331,3975,2047,2039,2329,2130,3736,4331,4132,2007,6050,4700,2000,2089,1809,1996,1687,2826,2170,2091,2005,2003,2085,6000,4249,1977,1834,1972,4569,2005,1965,2019,2240,2088,2208,4375,2204,1802,2166,2193,2086,5746,5212,1717,2192,3737,2764,1928,3695,2242,2290,3856,2044,5744,6735,2254,4736,2215,1849,4614,3127,2525,5441,1644,2101,2049,2762,2256,2077,4263,2196,2282,2207,4381,2287,1848,3855,1858,2008,1817,2890,7944,2043,1930,4293,3132,3248,2609,2087,2529,3171,2126,2484,2372,2487,2407,2086,3626,3617,2297,2111,2082,3553,2081,2788,1932,2835,2244,2377,2367,2681,1728,1698,1718,1687,1806,1761,1856,1923,3164,2011,2007,2597,4002,3211,2806,1845,2034,2245,1883,2294,2450,1848,2849,2118,2451,2009,1796,1927,2172,1955,1936,1959,1974,2275,2491,2852,3084,3414,1947,2205,2447,2454,2380,2127,2083,2418,2291,2203,2406,2371,8624,10678,1891,3301,1765,1726,2576,2245,1926,2009,1766,2358,1775,1758,1927,1692,11229,1765,2364,2252,5807,2452,2167,1924,4863,1965,1853,1670,4015,2116,2058,1686,3045,3375,2196,1805,1646,4566,1732,1811,2285,1681,1564,4059,1813,1691,1843,4133,4253,2318,1891,3655,6626,2042,2047,2493,2929,2202,2572,2161,2500,2084,1977,2419,3009,2457,2168,2281,2489,2932,2690,2124,2060,7873,3207,2525,3612,2530,6538,5340,2929,2728,2251,3051,2328,3611,2608,2321,2289,2644,2291,2406,2406,2451,2484,2445,2496,2837,2248,2487,2159,2535,2602,1938,2327,2410,2445,2175,1769,1686,1811,1651,3002,2246,2006,5411,2694,2047,1883,4295,2053,2169,2089,2038,2007,3093,2324,5094,2127,2613,3203,2072,1647,2040,4940,2002,2320,4668,1805,1737,1843,2006,1601,1890,2103,2044,7716,1806,3038,8538,4921,2366,2242,3244,1771,2006,2166,4766,2091,1924,4565,7415,2374,1765,2389,2170,1877,2173,2084,1717,1959,2405,4500,2124,2206,5696,2336,2053,2158,3051,1964,2970,5682,1922,1816,4598,2766,2210,4613,2011,2129,3489,2285,1842,5968,4535,2217,1958,1875,2014,1917,1846,4429,3175,1959,3649,4936,2088,3171,2768,1714,1600,8658,2290,2485,5379,2039,2125,2050,1801,2053,1957,1813,3925,2613,1805,1722,2050,9109,2286,4576,3575,2202,2049,3934,2490,1761,1870,2482,2607,4772,2480,2286,2642,4900,2726,2689,2604,2528,2368,2375,2200,2164,2455,2528,2451,2283,1916,3207,2558,2129,2689,2405,2250,2166,1932,1835,2125,2368,3133,2406,2365,2413,2161,2366,2130,2247,2329,2810,2603,2529,1968,2286,2369,3006,2405,2731,2611,2164,2567,2210,2321,2533,2924,2689,2445,2173,2485,2206,3852,1972,2363,2445,2529,2642,2449,2454,2968,2522,2649,1921,2432,2130,2847,2042,1886,1964,2205,2003,2007,2292,6226,2210,2339,2040,2170,1881,2047,2568,2189,1912,2122,2001,2008,2121,2412,2330,2600,2211,2443,3892,3772,2527,2575,2208,2646,2634,2309,2251,2643,2247,2285,2333,2284,2028,2003,1956,2053,2081,2539,1847,2002,2206,1969,2007,2197,1768,2042,1807,2095,2203,1759,2537,1766,2408,2165,1716,2807,1847,1775,2077,1851,4009,2445,3096,1759,4895,2134,2444,3331,2644,2085,3135,2088,2449,2285,2202,3577,3604,2247,2815,2077,2093,6059,2240,2293,2322,3014,3090,2323,2608,2731,2564,2369,2324,3451,2091,2522,2412,1924,2528,3246,2617,2412,2920,2483,2613,3010,2642,2852,2086,2448,3094,3532,3011,3046,2803,2372,2125,3337,2686,2121,2963,2985,1840,2239,2612,2009,2208,2563,2093,2362,3058,2204,2434,2742,2402,2005,3013,2362,2532,2440,2011,2043,2091,2288,3491,2086,2809,2285,2446,2290,2725,2324,1935,2248,2200,2091,2123,2086,2007,2209,2127,2526,4095,2887,2525,2854,2447,3045,2567,3089,2006,1994,6248,3891,2649,2644,2293,1998,2777,3808,2649,2443,2693,2483,2049,2048,2163,2130,2127,7217,2451,2644,2453,2121,2251,2243,2649,2363,2289,2684,2336,5769,4262,2241,2369,3650,3525,4302,4526,2444,2615,3001,3014,2405,2254,2408,2641,2171,1850,1809,2356,2130,2647,3612,2241,2015,2249,2196,2534,2129,2727,2608,2167,2525,2370,2444,2210,2526,2126,2129,3171,2008,1960,2013,2400,2045,3089,2689,3212,2048,2009,2720,2131,2168,2528,2006,2171,1686,2496,3212,2530,2075,2134,2038,2010,2082,2469,2251,2202,2524,2974,2207,2642,1982,1767,2327,2334,1840,2048,2368,3849,2369,2084,2936,2809,3125,2367,3771,2125,2041,1973,2338,4061,2129,2117,2292,2324,2122,2207,2137,2691,2525,2084,2484,1969,2206,2610,2692,1958,3655,2044,2686,1890,2727,3857,2839,2031,2263,2164,2085,2126,3177,2203,2175,3646,2320,2651,3733,2167,2327,2606,2568,3173,4413,2325,2321,2050,2132,2165,5535,3293,2367,3010,2443,4295,7904,2413,2084,1836,1947,2087,2808,2446,2332,2328,2164,2565,2492,2487,2363,2528,3333,2488,1810,2888,2565,2730,3171,2362,2328,2606,2168,2287,2205,2132,2405,3453,2733,2087,3768,2769,2809,2292,2206,2690,16412,2325,2326,2284,12679,10356,2004,3323,2413,5177,4775,3696,4210,6112,4445,3900,4815,2126,2850,2446,2529,4047,7710,2406,4983,2687,3093,8865,2286,1840,7705,4858,2042,16246,5419,11913,10391,2287,4060,2402,2169,5654,6945,2528,7181,5218,2441,5856,5217,2209,4857,3765,2084,3216,2688,2200,8139,4620,2283,3971,2241,2172,3647,2082,2045,5711,4284,2641,4177,2885,2207,5096,2040,2011,6263,2127,2201,3738,4167,1972,4091,5623,2798,2133,2365,5189,1691,2134,2047,4222,2890,2645,4742,2244,2121,3009,5921,1936,1763,4334,2973,1926,1879,1807,4490,2048,1730,1959,4623,2169,2085,6663,2249,2407,3391,2809,2286,4009,2970,2326,4815,1932,2005,6623,5138,1929,2047,3284,2009,2287,6219,2161,2934,3649,2051,7698,9593,2413,4125,3967,1978,2042,1860,4779,2325,2253,2723,1883,2254,5415,7974,4712,5812,4945,2121,1974,9306,2161,2008,5261,2763,2056,4725,2250,2363,7468,2117,2770,9107,2294,1812,7226,2122,2247,4858,2244,2007,2165,3771,3008,2361,2974,2525,2368,7432,1965,1916,7824,2000,1967,4820,2924,2328,7505,1890,2087,1972,6053,5341,1882,2240,4472,3726,4214,2287,2044,6267,8187,4129,7426,3048,4166,6264,4173,4208,4134,4172,6499,3617,2445,5774,1967,2012,3767,2645,2089,4016,2242,2767,3375,2531,2286,6297,1803,2295,1528,5653,1977,2199,3744,2045,1969,3005,2011,1661,1644,6160,2529,2079,6945,2370,2202,3735,2280,2375,6013,5864,2446,1966,7104,2409,8469,6697,2289,11836,9105,8710,5373,2282,2290,3976,3328,4377,9786,2255,9548,2327,2244,5497,2483,2209,6178,2128,2043,4133,2607,9508,10479,2205,6017,2009,2164,6941,2324,2286,16207,2936,3248,12043,2366,2283,7144,1785,1745,18141,10872,2246,6865,2238,1932,3728,2172,3246,8867,2167,5617,12915,2092,5845,5778,2166,7104,2092,2122,6784,2127,2407,6305,2479,2249,4578,2442,2172,7905,1918,1863,1841,10761,2481,2406,5261,6545,2003,6226,2646,2653,7495,2406,2335,7699,2124,2415,5940,2362,3297,4247,2325,10571,2052,2404,6510,3657,2014,2239,1966,2076,2331,7351,4774,3655,9123,3769,2279,6625,5818,2005,8309,2480,2007,8510,2057,2041,5578,4778,2325,5664,2071,2165,7963,8745,2208,6221,2568,1839,1846,11799,2365,2293,4365,2322,10432,5984,2767,4432,2191,2248,8378,2655,2481,9682,2171,1875,6313,4570,2042,5976,6457,3049,5620,2081,2005,7789,6503,1769,2588,8345,1804,1650,2017,2888,2647,2043,5831,2201,2048,7949,1762,1721,2169,4531,5180,1967,1721,4056,2093,2003,5249,2573,1881,9505,1834,1937,8222,2162,2202,6903,2332,2124,13596,2443,8068,5921,1731,3537,9021,2365,5742,8594,2275,1792,5123,2129,1808,7593,4891,2170,8019,2127,2007,8519,4994,2127,3724,2690,2407,4538,2165,1997,7871,8815,2129,8261,2012,2005,3171,2883,10353,8308,2016,6289,6544,2575,2128,4295,1878,2287,1927,3969,2447,2647,2654,3008,2323,3014,2969,2160,3291,2722,2043,1773,1962,3793,4736,2322,7385,3817,2161,1891,1918,2011,1817,9968,2116,2088,12956,5019,2320,8219,2893,12006,7415,2537,6716,3369,2328,5181,2083,2131,3848,2208,1964,6059,2365,2169,5784,2156,2526,3654,4694,2041,2093,6333,2412,2285,3770,2291,2159,7785,2133,2281,8144,2332,2085,8104,3857,2281,3876,2280,1809,8349,7382,2365,8823,3805,2213,3286,2204,2370,1888,2445,2244,3250,2130,2135,4090,3286,1969,3894,2724,2730,2248,2330,2401,2888,2526,2258,2323,2855,2278,2413,2282,2087,3289,2171,2089,2080,1971,2605,3017,2444,2444,2448,2091,2889,2367,2122,2247,2494,2407,2246,2482,8711,2003,1885,1927,1926,2484,3130,2534,2721,3619,2240,2326,1931,2611,2248,2405,2326,2651,2002,4261,1917,2001,2134,2080,2175,6734,2450,2208,2677,1725,2368,2326,2365,2690,2447,2242,2160,3727,3650,2325,3854,1811,5659,2165,2566,1853,1731,2361,3215,3450,3008,2487,2524,2173,2566,2647,2365,2444,2252,2087,6466,1960,2122,2327,2732,2608,2014,1780,3585,2086,1729,1848,2080,2088,2200,2255,4290,2048,2005,2048,4134,2281,2134,7540,5015,1894,1878,1815,2293,2088,2081,3980,2279,1974,4653,6335,1841,1974,1600,1679,1874,1889,1887,2084,2652,2323,6304,2126,4657,5901,2281,2813,3124,2448,2087,4260,1761,1610,1693,1765,1840,1813,1843,2249,5897,2246,2118,6388,2206,2483,3015,1924,2052,2199,2756,3454,2145,1800,2051,1891,2040,1722,1766,2092,3050,3136,1795,1722,1847,1808,2051,1765,1805,1799,3056,1841,1733,1885,4694,1928,1879,2324,2288,1846,1886,1686,1681,1814,1719,2329,1802,1686,1771,5259,1674,2415,2200,1797,3407,2296,1973,3455,1994,2087,2444,2372,3399,2294,4207,2206,4500,2606,1922,1884,3536,2650,1963,2043,2327,2406,2171,4613,2209,2280,8186,2366,2293,6453,2329,2050,2726,1887,1928,3323,1742,2087,2000,2888,2081,2081,1776,2677,2294,2003,4008,2214,1828,7705,2818,2008,2005,2247,2008,2329,3965,2012,2083,2410,2604,2086,3211,2164,2213,2124,2123,1927,2324,4458,4329,2212,12441,5739,2528,5617,2527,2811,2395,2125,1710,2120,4448,4730,2529,2204,8876,1848,2287,3093,5738,2563,2088,2532,2611,2561,2572,2365,1808,1758,2048,1902,1805,1788,1874,2160,2731,2885,2294,2562,2486,2969,1979,1808,1801,2448,2037,2169,2089,2883,2013,2008,2486,2044,2284,2288,2773,2404,2487,2491,1844,2137,2086,2123,2649,3236,2198,2128,1930,1838,2169,2001,1807,1810,1961,1926,1934,1761,1881,1604,1847,2168,2006,1957,1972,2119,2044,2046,2047,2636,2290,3048,2088,2371,2645,3012,2891,2165,2405,2447,2329,2647,1923,2409,2929,2568,2810,2522,3091,2446,2412,2246,2207,2563,2774,2200,2976,1961,2456,2203,2007,2127,2653,3046,3211,2404,2450,2118,2130,2323,2249,2282,2258,1915,1873,2248,3887,3890,2292,2283,2292,3001,2197,2046,2570,2241,2289,2125,2451,2886,2489,2570,2603,2527,2894,3007,2321,2615,3726,2607,3211,2889,2206,2246,2369,2848,2332,2967,2526,2492,2480,2086,1969,1965,2288,2490,2602,2690,2286,2407,2291,2608,3530,2604,2368,2691,2126,2409,3889,2648,2365,2211,2205,2246,2045,2452,2085,2242,1975,2519,4619,3611,2002,2446,2494,2247,2046,2889,2725,2528,2603,2013,2279,2328,2729,2568,2444,2491,2607,2571,3325,2286,2211,2446,2128,2366,2410,2802,2451,2527,2570,2167,2047,2324,2404,2569,2765,2369,2769,2453,3528,3285,2615,2446,2160,2816,2845,2885,2450,2649,2284,2492,2406,1970,2159,2449,2492,2449,2488,2233,2377,2243,2411,2524,2208,2171,2644,2445,2373,2441,2059,2115,2170,2514,2552,2104,2009,2401,2288,2732,1924,2395,2445,2564,2330,2288,2571,1924,2450,2643,1973,1986,1932,1877,1892,2087,2201,2306,2333,2284,2005,2404,3050,2647,2609,2571,1970,2040,2206,1893,2284,2206,2567,2527,2331,2529,2525,2246,2885,2252,2886,2729,2523,2452,2446,2486,2728,2653,2160,1889,2050,2367,2320,2255,2362,2451,2561,2051,2528,2371,2880,2414,2525,2163,2447,2207,2969,2332,1970,1922,2371,1882,2612,2603,2531,2251,2405,2406,2846,2333,2280,2930,2242,2249,2650,2774,2158,2296,2040,1852,1931,2479,2046,2167,2402,2492,2325,2327,2215,2847,2244,2649,2012,2052,2091,1890,2037,2491,2490,2206,1820,1594,1661,1806,1770,1932,2485,2127,1939,2207,2404,2567,2326,2570,2360,2252,2410,3730,2649,3002,2409,2451,2167,1686,2032,2124,2647,2253,2441,2170,2086,1936,2049,2126,1964,1965,2244,2484,2686,2289,2571,2160,2213,2052,2407,2327,2443,2692,2285,2524,2248,2169,1728,1926,1648,1553,1644,2442,2492,2204,2169,2365,2046,2251,2200,3090,2729,2651,2325,2410,2526,2324,2490,2731,2607,2248,2404,2328,2287,2447,2965,2251,2247,2525,2432,2078,2437,2729,2489,2570,2319,2324,2373,2449,2288,2159,2088,2249,2643,2616,2448,2003,1840,1649,1713,1822,2163,2811,2320,2034,1959,1891,1914,2882,1814,2266,2962,2289,2410,2083,2493,2321,2449,2333,1805,1798,2045,2168,2204,2166,1887,2606,2758,3179,2125,2210,2604,2636,2543,2084,2652,2480,2422,2753,2500,2166,2126,2126,1764,1769,1801,2112,2073,3099,2979,1894,1923,1925,1854,2000,1564,1722,1879,1670,1661,1651,2241,1853,1640,1547,2327,1995,2076,2054,1933,2681,1990,2548,2352,2132,1875,2238,1816,1685,1753,1700,1833,1912,2023,1695,1592,1818,1678,1761,1726,1610,1968,1642,1566,1565,1796,1931,1671,1878,1662,1664,1999,1925,2366,2484,1929,1805,1817,1676,1888,1845,2011,1923,2090,2039,1889,2414,2797,2655,2280,2966,2170,2083,2086,1963,2089,2331,2565,2126,2290,2169,1761,2044,2124,2635,2328,2012,1908,1816,1947,2228,2891,2347,2399,2109,2087,2083,1842,2146,2684,2155,2013,2563,2369,2003,2084,2130,2847,2369,2455,2479,2485,2413,2284,2405,1929,3407,2768,2969,2846,2329,2370,2770,2808,2608,1721,1768,2015,2686,2208,2363,1958,1928,2406,2334,3007,2886,2284,2171,2125,3086,2937,2641,2452,2447,2483,2687,2897,2565,2368,2280,2529,2366,2373,2361,2371,2527,2369,2158,2529,2407,2531,2042,2773,2525,2088,1688,1528,1760,1882,2281,2370,2090,1959,2367,2442,1813,1801,1963,1965,2035,2195,2017,3523,1733,2286,2239,2300,2119,2087,2249,2370,2641,2237,1922,1767,1857,2083,1962,1846,2530,2168,2052,1821,2485,2446,2255,2077,2347,2449,2246,2132,2125,1843,2287,2690,2379,2164,1763,1569,1828,1556,1852,1560,1881,1804,1808,2500,2014,1990,1967,1887,2154,2378,2204,2011,2116,1925,2165,1938,1796,1728,1758,1684,2128,1813,1519,1411,1402,1399,1721,1817,1730,1709,1692,1718,1652,1935,1808,2080,2086,1733,1756,2088,2333,2003,2000,2254,1771,2043,1804,1838,2011,2331,2121,2242,2251,1969,1959,2086,2057,1851,1993,2084,2005,2453,1799,1675,2007,1910,1583,1645,1788,1975,1836,1771,1724,1728,1735,1686,1796,1612,1600,1893,1643,1796,1563,1687,1686,1648,1682,1565,1611,1891,1768,1674,1854,1834,1607,1566,1931,2002,1865,1967,1922,2796,1921,1942,2213,2040,2206,1974,1886,1796,1927,2003,1766,1892,1959,2132,2011,2289,2326,2242,1809,1798,2177,2483,2124,2012,1926,1913,2216,2323,2126,2489,2048,2117,1996,1813,1770,1879,2160,2048,2887,2067,1885,1928,1929,1799,1890,1887,1880,1967,2010,1723,1805,1884,1799,2306,2000,1810,1889,1669,1682,1793,1657,1727,1714,2294,1838,1683,1788,1478,1598,1569,1680,2035,1725,1641,1600,1563,1803,1654,1607,1448,1716,1807,1646,1696,1806,1555,2167,1976,1759,1654,1685,1993,1887,1931,1890,2258,2059,2044,2537,2373,2407,2886,2287,1925,1644,1804,2693,2485,2367,2008,1958,1958,1853,2006,1882,1999,2048,2327,2286,2199,3174,2489,2886,1954,1924,2445,2323,2014,1880,2064,1925,1926,1806,2127,2204,2125,1930,1967,1808,1765,1642,1762,1723,2213,1841,2255,1598,1919,1808,1727,1616,1702,2219,1597,1723,1688,1601,1613,1716,2115,2087,1852,1595,1776,1967,2044,2003,1930,1883,2240,1894,2037,1929,2003,1737,1958,2455,2163,2285,1807,2169,1918,2169,2052,1922,1959,1818,1993,1808,1933,1805,1643,1607,1803,1803,1775,1803,2006,1807,2241,2005,1812,1758,2040,1859,2158,2283,2051,1609,1525,1605,1445,1474,1524,1529,1408,1370,1712,1810,1694,1680,1768,1685,1550,1935,1520,1770,1975,1713,1681,1729,1733,1718,1570,2085,1802,1737,1842,1881,1890,2091,2201,1612,1563,1526,1797,2451,2049,1848,1924,1955,2213,2239,2329,2529,2612,2123,2322,2489,2096,1724,2207,2076,2166,1848,1605,1532,1840,1890,1878,1925,2196,2130,2000,1959,2016,1917,2242,2130,1963,1995,1723,1891,2001,2351,1869,2150,2842,2365,1871,2488,2773,2089,2446,1848,2200,2133,2230,2180,1894,3043,2474,2196,2570,2774,2415,3293,2111,2415,1892,2041,2007,1723,2083,2152,1942,2043,1688,1398,1403,1399,1398,1376,1399,1393,1610,1799,1772,1642,1812,1764,1480,1641,1604,1606,1631,1484,1528,1677,1528,1503,1515,1644,1455,1671,1564,1523,1533,1628,1954,1617,1576,1452,1564,1820,1773,1365,1455,1508,2134,1485,1661,1622,1728,1384,1427,1502,1520,1575,1632,2052,1492,1656,1545,1610,1712,1677,1652,1464,1442,1560,1494,1422,1440,1426,1362,1340,1987,1587,1426,1419,1433,1417,1433,1466,1431,1427,1425,1430,1493,1480,1408,1474,1767,1364,1364,1405,1240,1776,1768,1811,1365,1326,1885,1538,1347,1293,1768,1756,1757,1475,1426,1420,1438,1326,1307,1847,1343,1341,1344,1356,1354,1637,1742,1861,1308,1779,1804,1800,1780,1786,1896,1265,1984,1360,1336,1307,1802,1803,1842,1257,1908,1742,1778,1795,1763,1769,1749,1755,1838,1268,1797,1812,1727,1818,1826,1825,1826,1782,1782,1820,1796,1564,1288,1957,1306,1789,1788,1820,2087,1291,1899,1338,1416,1291,1789,1790,1791,1771,1941,1305,1857,1376,1353,1490,1468,1468,1465,1532,1491,1402,1487,1342,1855,1387,1495,1467,1464,1465,1446,1388,1542,1364,1826,1955,1579,1502,1464,1534,1451,1515,1456,1500,1490,1378,1404,1423,1626,1535,1535,1510,1614,1654,1475,1565,1586,1413,1427,1525,1409,1381,1476,1745,1648,1910,1771,1867,1733,1690,1914,1760,1899,2019,1711,1729,2064,2034,1896,1956,1741,1849,1644,1640,1728,1853,1760,1742,1761,1647,1824,1814,1850,2103,1631,1919,2123,1450,1578,1619,1693,1474,1483,1453,1897,1726,1900,1737,1721,1810,1725,1739,1762,1781,1605,1592,1804,2085,2048,1930,1891,2517,2049,2173,2276,2447,2368,3290,2190,3104,2286,2290,2165,2292,2408,2082,2048,2066,2576,2171,1928,1886,2005,1967,2121,1812,2117,1853,2485,2003,2093,1881,1927,1965,2006,1807,2040,2056,2040,1528,1601,1672,1925,1493,1773,1751,1616,1563,1649,1753,1642,1732,1762,1730,1652,1591,1608,1775,1635,1763,1727,1735,2201,1736,1677,2170,1756,1608,1410,1609,2358,1678,1935,1766,1736,2083,2733,2197,2045,2051,1968,2466,2561,2490,2089,2128,2452,2410,2325,1971,1919,1850,1842,2048,2077,1930,2323,3737,2088,2371,2203,1888,1884,2068,2363,1932,2074,2246,2287,2207,2207,2128,2332,2448,2527,2770,2091,2198,2133,1969,1897,1965,2004,1961,1769,2109,2003,1884,1736,1557,1529,2058,1932,2487,2568,2123,2307,2286,2288,2929,2687,1972,1860,1696,2037,1565,1530,1938,2969,2206,1718,1607,2272,1687,1596,2178,2362,2121,2011,3276,2447,2410,2805,2449,2407,2641,2075,1934,1709,1918,2083,1802,1854,1609,1839,1567,1560,1532,1521,2123,1842,2090,2816,1836,1929,1987,1815,2236,2479,2145,2047,2206,1885,2297,1881,2232,2004,2251,2236,2162,2236,2123,1935,1927,1845,2040,2012,1969,1717,1776,1996,1975,2033,2141,1914,2006,2452,2405,2611,2604,2810,2364,2326,1893,1810,1833,2369,2045,2010,1891,2119,1964,1933,1847,2619,2254,2204,1905,2559,1889,1929,2397,2446,2135,2159,2531,2292,2239,2328,2299,2039,2771,1748,2549,2074,1773,2443,2651,2487,2654,2327,1967,1683,2126,2208,2331,1810,2093,1938,1803,1849,2381,2692,2401,2293,2205,1645,2207,3446,2611,2516,1955,2056,2403,2050,2489,2487,2769,2324,2327,2126,2452,2882,2292,2528,2043,1852,2086,1933,1920,2326,2606,2127,2448,2525,2284,2377,2280,2372,2728,3044,2735,2009,1642,1847,2128,2761,2818,2645,2488,2484,2164,2376,2075,2207,2412,2411,2489,2444,1824,1848,2238,2293,2322,2324,2811,2289,2375,2605,2571,4047,2243,2532,2281,3373,2244,3287,2048,2449,2452,2487,2850,2285,2531,2557,2414,2444,2204,2133,2721,3007,2768,2216,2285,2488,2367,2321,2014,2283,2927,2612,2321,2209,1886,1852,2399,2169,2124,2489,2408,2600,3015,2454,3000,2497,2280,2732,2565,2044,2928,1984,2915,2034,2172,2292,2205,2411,2407,2367,2440,2408,2608,2731,2371,2216,2405,2009,2209,2240,3738,2563,2567,2251,1842,1601,1798,1852,2453,2564,2447,2486,2532,3612,1922,2143,2329,2639,2854,2247,2009,2043,2408,2080,2607,2369,1737,2047,1644,1830,1970,2046,2403,2216,2123,2499,2478,2302,2252,1885,2123,1652,1635,1535,1722,2463,2292,2175,1857,1799,1930,1764,1762,1811,1959,2294,2082,2363,1848,2127,2590,2481,2024,1779,2114,2276,1729,2608,1963,2046,2569,2530,1967,1967,2053,1803,1892,1877,2687,2242,2413,2409,2364,2123,2568,3014,1799,2286,2330,2204,2286,1966,2212,2487,2281,2327,2125,2210,2247,3089,2850,2288,2441,2247,2168,1813,2388,2692,2275,2260,2051,2183,2170,2768,2404,3252,2242,2853,2341,2266,2810,2639,2282,2536,2174,2647,2237,2646,2103,2401,2167,1964,1933,1878,2452,2249,1883,1783,2406,1966,1796,1895,1918,1924,1898,2637,2206,2126,2287,2049,2369,2765,1894,2331,1901,2302,2445,2210,2342,2187,2321,2574,2527,2566,2566,2491,3047,1898,2383,2723,2172,1860,2336,2126,2646,2371,2047,2542,2565,2488,2727,2086,2293,2205,2209,2206,1858,1914,1969,1888,1932,2273,2049,2244,1895,2076,1932,2010,2162,2657,2367,1718,2553,2200,1929,2370,2928,2368,2567,2603,2532,2522,2287,2509,2923,3293,2530,2524,2446,2894,2606,2047,2164,2325,1890,2175,1978,2113,1794,1885,1888,2206,2051,2115,2049,2045,1923,1937,2631,3000,2205,2136,2203,2557,2144,2475,2853,2483,2287,2452,2244,3130,2129,3136,2407,2567,2327,2487,3696,2403,2532,1966,2365,1925,2368,2085,2450,2335,2481,2329,2369,2649,3043,2412,2369,1889,1922,2850,2290,2768,2566,2127,2206,2488,2204,2448,2650,2448,2487,2288,2484,2776,2528,2610,2564,2283,2444,2248,2451,2449,2245,2203,2250,2207,1927,1959,2376,2360,2252,2283,2370,2684,3091,2127,3173,3410,2568,2320,1912,2377,1770,2516,2576,2722,2452,1964,2568,2647,2009,2244,2612,2324,2566,2647,2453,2327,2400,2249,2209,1804,1890,2398,2116,2190,1947,1721,1568,1733,1555,1888,1924,2006,2067,2039,2223,2533,2408,3001,2251,2290,1882,2201,2127,1777,2371,2038,2250,2119,2219,2245,2367,2444,2687,2167,2287,1886,2126,2246,1896,2135,2167,2163,1892,1999,1811,1599,1562,1650,1852,1804,2039,1925,1845,2056,2156,2301,2249,2088,2006,1720,2210,2168,1926,2728,2767,2368,2044,2086,2169,2362,2373,2644,2290,2281,2086,2099,2365,2486,2526,2283,2333,3053,2127,2326,2370,2768,2524,2813,2488,3216,2200,2777,1966,2200,1854,2259,2366,2444,2407,2406,2246,2211,2082,2320,2413,2488,1880,2052,2005,2209,1718,1884,2057,2121,2004,1933,2596,2016,1996,2048,2165,1845,1937,1957,1974,2043,2040,1938,2033,1847,2331,2286,1973,2037,1928,1808,1764,1687,2199,1848,1935,1925,1878,2053,1962,2084,3045,2448,2491,2888,2523,2410,2978,2281,2321,2327,1948,2198,1934,1923,1983,1683,2249,1924,2556,2615,2602,2613,3489,1971,2448,2858,2365,2249,2604,2283,2295,2327,2206,1964,3250,2859,2196,2326,1610,2164,2494,2398,1969,2400,2172,2241,2297,2405,2166,1890,1847,2270,2205,2490,2363,2011,2565,2207,3495,2649,1961,1848,2600,1958,2453,2930,3082,2727,1851,1632,2572,2405,2817,2326,2283,2409,2887,2572,3409,2453,2926,2566,2286,2210,2163,2607,3293,2564,2450,2086,2012,1961,2246,2613,2607,2123,2117,2108,2805,2570,2610,2322,2530,2007,2406,2812,2283,2405,2491,2003,1892,1881,2407,2369,2603,2653,2610,2440,2371,6063,2442,2206,2410,2009,1766,1882,2779,2724,2568,1839,1814,1843,2326,2293,2929,2559,2652,2571,3043,2848,2735,2844,2165,2530,2533,2367,2242,2491,2644,2648,1769,1683,2250,2241,2213,2246,2088,2282,2000,1844,2279,2406,2927,2406,1731,1566,1601,1899,2647,2604,1970,1643,1531,1770,1643,1605,1851,1843,2533,2034,1820,2200,2164,2211,2053,2531,1973,2205,1821,1847,1643,1788,1928,3234,2174,1985,2087,2121,2080,2228,2315,2118,1735,1957,1566,2002,1608,1684,1696,1997,1933,1878,1932,2080,1968,1852,2002,2282,1889,1956,2052,2326,2376,2562,2894,2360,2372,2292,1881,2997,2805,3207,2612,2321,2371,2215,1839,1880,2335,2521,2490,2243,2415,2245,2293,2084,2448,2168,1802,1973,1679,1810,1688,1793,1887,1896,2281,2011,1636,1534,1559,1531,1556,1521,2290,1975,1876,1854,2116,2214,1927,1986,2130,2062,1960,2422,2091,1781,1995,2575,1881,2313,2093,1863,1966,2001,2290,1811,1881,1639,1570,1560,1652,1885,1965,1880,2084,1935,1959,1852,2626,2321,2176,1687,1874,2551,2002,1965,2153,2379,2166,1789,2015,2368,2086,2489,1957,1929,2598,1889,1769,2325,1923,2209,1929,1917,1967,2288,2012,2522,1735,1719,1617,1592,1518,1970,1886,1586,1892,1685,1793,2061,1671,1764,1655,1394,1409,1568,1838,1609,1726,1943,1853,2021,1774,1721,1743,2258,1925,2211,2355,2244,2869,2261,2408,2180,2431,2706,2245,2893,2773,2761,2494,2601,2377,2403,2650,2520,2968,2496,2440,2329,2451,2284,2056,1956,2215,2042,2210,2648,2245,2085,2527,2291,2810,2882,2451,2972,2086,2840,2693,3406,2689,2052,2002,2567,2566,2408,2647,2649,2573,2731,2721,2489,2407,2244,1916,1761,2619,2117,2395,2729,2855,2566,2820,1764,2368,1891,1890,1959,1925,2528,1894,2412,2571,2973,2402,1725,1814,1711,2763,2927,2445,2531,2008,2451,2375,2323,2095,1855,2054,2081,2047,2213,2281,1961,2690,1969,1728,1686,1884,1773,1796,2052,2197,1845,1967,2011,2887,1703,1718,1864,1673,1810,1804,1848,1931,1993,1932,1612,1757,1848,1765,1636,1689,1880,2368,1847,1802,1971,2122,2247,2128,1817,2613,2365,2411,2417,2480,2244,2246,2287,2287,2733,1926,2483,2039,2049,1998,1896,2662,2411,2121,1943,2306,2407,2687,1944,2364,2135,2750,1939,1799,1567,2005,1971,2204,2007,1877,2046,2169,1927,2370,1895,1672,1732,1560,1486,1640,1770,1562,1839,1489,1527,1560,1686,1807,1721,1729,1524,1762,1812,1560,1772,1637,1812,1765,1729,1836,1884,1550,1576,1553,1413,1974,1992,1992,1964,1806,2155,1647,1975,1638,1617,2215,1956,1752,1809,1521,1696,1997,1724,1617,1743,2256,1602,1490,2011,1653,1716,1717,1603,1675,1890,1911,1785,1646,1970,2010,1604,1587,1679,1725,1584,1849,1581,1454,1476,1375,1651,1594,1842,1774,1730,1850,2194,2145,1876,1868,1747,1690,2029,1742,1905,2142,1687,1639,1599,1571,1533,2226,2498,2605,2605,2650,2652,2327,2530,2371,3049,2853,2203,2283,2377,2041,2165,2686,2489,2489,2930,2558,2385,2652,2329,2160,1936,2408,1934,2387,2806,2406,2651,2608,2567,2645,2447,2251,2201,2124,2047,2130,1889,1837,1975,1965,2083,2408,2676,2416,2478,2571,2571,3848,3013,2771,2400,2448,2650,2447,3285,3095,2643,2451,2365,1947,2116,2124,1695,1841,2322,2481,2172,2106,2209,1972,2190,2409,2366,2443,2260,1845,1976,1924,3395,2771,2526,2210,2162,2085,2084,2574,2242,2648,2450,2769,2284,2090,1940,2127,2969,2567,2252,2567,2966,2205,2373,2321,2048,1969,2002,2450,2408,2649,2217,2202,1893,2412,2374,2447,2123,2012,2086,2132,2120,2177,2523,2965,2656,2608,2127,2323,2854,2170,2049,1998,1996,1855,2084,1970,2846,2969,3085,2047,1927,1575,2189,2324,2686,2212,2248,2447,2167,2408,2690,3125,2607,2287,2613,2001,2214,2640,2135,2160,2250,1963,1885,1852,1766,1842,1968,2056,2568,2558,2412,2289,2847,2282,2290,2330,2292,2567,1887,1647,1685,2012,2209,2004,2124,2417,2608,2613,2634,2929,2742,2268,1955,2303,2962,2530,2047,1929,2243,2087,1878,1856,2047,3395,2582,2490,2160,1736,1848,1827,2453,2520,2449,2325,2295,2010,3159,1880,2221,2412,1728,1572,1568,1855,1963,2766,2164,2204,2289,2206,2046,1801,2090,2487,2442,1686,1685,2282,1803,2286,1768,2005,1692,2405,1880,2009,2222,2023,2266,2361,2436,2083,2234,2173,2125,2127,2007,2017,2035,1965,2015,2048,1795,2192,2109,2251,2484,2161,1922,2195,2246,2354,2219,2648,2453,2285,2352,1879,2002,1971,2408,2408,2205,2084,1889,1850,1964,2169,2284,3046,2368,2205,2092,2083,2366,2814,2474,2396,2408,2562,3294,2607,3408,2085,2167,1851,2000,2608,2730,1825,1649,1567,1558,1531,1837,1534,1526,1906,1985,1892,2165,2520,2539,2381,2534,2688,2389,2450,2424,2136,2416,2733,2476,2203,1774,1761,1566,1532,1558,1530,1838,2059,1765,1689,1804,2047,2137,2031,1953,1816,1958,2132,3101,2299,1911,2317,2075,2208,2492,2293,2402,2332,2851,2369,1864,1932,2427,2294,2567,2523,2289,1973,1968,2012,2043,2043,2469,2527,2574,2282,2092,2128,2924,2766,2243,2576,2409,1846,2364,2204,1943,1815,2049,1885,1803,2018,1969,1967,2759,2644,2770,2079,1773,2234,2166,1707,1784,1882,2208,2127,2062,2484,1641,1601,1779,1848,1844,2410,2366,2446,2486,2534,2242,2487,2413,2368,2644,2489,2362,2087,2208,2569,3288,2250,2608,2165,1885,1844,2408,2450,2563,2535,2608,2607,2365,2483,2253,2725,2286,2373,2524,3005,2414,2249,2364,2205,1843,1892,1958,2327,1930,2203,2286,2892,2565,2894,2322,2637,2647,2406,2367,2566,2458,2799,2205,2328,1892,1882,2445,2448,3017,2687,2525,2448,2530,3129,2287,2887,2207,2605,1890,1831,1815,2293,3125,2496,2239,2127,1814,1797,2159,2005,2037,2084,2087,2087,2129,1895,2247,1954,1894,2083,1685,1652,1924,2041,1893,2045,2241,1853,1883,2667,3730,2765,2163,2018,1995,2164,2851,2685,2647,2448,2650,2810,2084,2450,2365,1926,1924,2532,2608,2607,2002,2846,2329,2561,2376,2248,2279,2366,3738,3008,2520,3297,2332,2369,2483,2765,2198,2307,2076,2123,2936,2365,1884,1866,1891,2047,2009,1877,2085,2163,2694,2023,2091,2370,2600,2019,2278,2004,2569,2122,1852,2130,2350,2719,2457,2567,1813,2635,2694,2083,2086,2366,2609,2649,2481,1902,1928,2302,2693,2447,2248,2050,1998,2337,1920,4533,3571,2442,2405,2332,1688,1736,2620,2204,2603,2453,2929,2921,2930,2929,2929,3016,2527,2760,2137,2242,2045,2216,2005,2036,1925,2053,2171,2294,2161,2050,2252,2438,2451,2487,2288,2368,2722,2531,2611,2368,2321,2929,2607,2613,2722,3251,2269,2256,2531,2132,1933,2042,1771,1697,2289,2140,2171,2157,1922,1925,1724,2473,2053,2046,2563,2571,2360,2283,2612,2808,2533,3689,1847,2359,2131,2366,2374,2289,2483,2489,2326,2648,2297,2077,2770,2323,2091,2088,2522,2244,6586,2681,3179,2323,2887,2685,2456,2760,2450,2406,2735,2685,2522,2771,2608,2329,2085,2213,3809,2653,1803,2369,2163,2492,3162,2455,2361,2371,2603,2366,2249,2530,2217,2353,2174,2570,2404,2328,1823,2732,2641,1952,1885,1966,1797,1925,2126,2493,2040,1937,2320,2328,1718,3071,2373,2606,2933,2526,2039,2719,2365,2414,2085,2324,2210,2482,2215,2206,2520,2296,2408,2320,2091,2367,2129,2605,2328,2323,2574,2443,3048,2372,2081,2202,2567,2168,2657,2607,2932,2266,2248,2253,2320,2052,1921,1972,2528,2400,2450,2082,1650,1683,1522,2260,1931,2209,2409,2328,2063,1849,2243,1841,2088,2044,1732,1567,1760,1725,1927,1733,1964,1998,2012,2006,1847,1921,2290,2165,1728,2362,1962,1692,1642,1882,1696,1799,1893,2557,1924,1852,2207,1803,1724,1686,1851,2127,1846,2158,1925,2098,2073,1939,2041,2403,2213,2158,1693,1689,1765,1917,2134,2689,2073,1973,2084,1764,1767,1774,1962,2447,1979,2770,2448,2207,1763,1891,2115,1859,1994,1937,1956,1931,2403,2132,2209,1605,1955,1968,1895,2035,1852,1920,1734,1715,1770,1832,1571,1492,1561,1518,1488,1841,1571,1956,2176,1646,1685,1600,1614,1962,1606,1599,1435,1420,1774,2000,2455,1926,1675,1999,2107,1831,2260,2117,2170,2411,2253,2160,2329,2894,2038,1968,1962,1919,2098,3148,2160,2605,2007,1567,1532,1795,2333,1799,2282,1891,1974,1759,2013,2079,2091,2167,2733,2163,2183,2085,2122,2472,2590,2194,1930,2292,2400,2048,2438,2654,1900,1850,1874,1896,1767,1593,1736,1996,1972,1842,1814,1762,2047,1801,2409,2004,2052,1844,1722,1847,1964,2007,2081,1736,1634,1534,1798,1802,1965,1546,1800,1888,1927,1847,1928,2045,2050,2204,2167,1768,1716,1645,2199,1530,1712,1541,1517,1448,2517,1620,1713,1603,1820,1670,1442,1460,1524,1593,2101,1669,1966,2098,1840,1531,1793,1407,1399,1445,1848,1739,1560,1648,1582,1654,1896,1596,1489,1395,1498,1324,2151,1700,1504,1737,1511,1526,1571,1669,1803,1850,1649,1635,1819,1803,2123,2176,1588,1732,2013,1634,1578,1991,2128,1494,1708,1812,1612,1680,2229,1510,1560,1453,1628,1569,1524,1524,1610,1876,1572,1603,2074,1538,1477,1536,1482,1290,1785,1462,1430,1501,1878,1529,1417,1414,1395,1417,1333,1778,1622,1630,1591,1956,1529,1488,1538,1364,1905,1287,1436,1367,1576,1650,1794,1858,1363,1469,1446,1523,1341,1883,1504,1443,1414,1379,1396,1467,1362,1460,1564,1515,1520,1531,1521,1537,1669,1497,1518,1648,1416,1389,1520,1483,1415,1524,2033,1411,1412,1708,1614,1509,1631,1752,1447,1612,1599,1685,1475,1648,1701,1549,1684,1771,1514,1778,1836,1543,1585,1931,1324,1878,1581,1483,1564,1676,1599,1691,1897,1919,1824,1651,1573,1565,1796,2216,2451,1807,2445,2017,1883,2471,2491,2822,2165,2773,2334,2955,3487,2608,2496,1950,1961,2133,1920,2450,2722,2847,2454,2683,2252,2604,2284,2653,2401,2410,2052,2165,2329,2886,2485,2530,2214,1984,2624,2010,2203,2491,2365,2398,2288,2329,2206,2204,2496,2121,2568,1933,1609,1562,1526,2469,2562,2572,2286,2246,2233,2494,3008,2333,2206,2246,1962,2051,2168,2160,2368,2611,2215,2075,1889,1770,1796,2218,2286,2088,2288,2447,2443,2341,2253,2608,2050,2178,2163,2362,2488,2329,2363,2532,2126,2527,2207,2247,2648,2330,2367,2532,2806,2564,2659,2279,2326,3015,2887,2726,2404,2649,2012,1919,2219,2085,2071,2124,2377,2656,2371,2338,2206,1818,2005,2052,2681,2204,2008,1851,2121,2280,1966,1762,2203,2522,2291,2245,2205,2568,2690,2505,2365,1833,2320,1728,1690,1681,1651,1916,2293,1927,1726,2016,2042,2045,2654,2322,2647,2609,2564,2333,2566,2612,4290,2723,2215,2605,2090,1684,1686,1854,2327,1888,1728,1886,1851,1683,1720,1651,1758,1766,1933,1918,2020,2443,1925,1969,2047,2120,2091,2165,2490,2443,2443,1887,2128,2322,1842,2653,2607,2245,2325,2288,2293,1807,1843,1657,1604,2201,2410,2083,2292,1959,1805,1963,1938,1716,1766,2136,2396,2456,1922,1841,1973,1922,2246,2207,1688,2122,1847,1849,1846,1882,2264,2611,2284,1966,2451,2361,2576,2320,3174,2084,1821,2413,2285,2689,3134,2065,2042,2242,2365,2287,1976,1846,2047,2848,2408,2479,2415,2563,2201,2413,1865,2491,2724,2407,2048,1887,2486,2651,2725,2484,2533,2528,2525,2330,2086,2456,2163,2619,2209,2319,1913,2044,2694,2206,2099,2078,1934,2080,2718,2730,2284,3938,2403,2489,2414,2928,2320,2021,2321,2384,2122,2883,2329,2454,1899,2291,1552,2128,2047,2124,1962,2007,2450,2121,2334,2690,2448,2409,2331,1965,1968,2036,1888,2004,2006,1934,1838,1849,2889,2205,1830,1917,1854,2046,1925,2445,1969,2198,2497,2325,1964,1947,1928,2166,2171,2092,2407,1996,2173,2532,2527,2124,2005,1968,2202,2208,1961,1806,1964,2596,2052,2198,2448,2246,2173,2040,2010,2698,2929,1747,2182,2369,2407,2247,2532,2407,2563,2533,1936,2080,2646,2216,2599,2051,2365,1692,1717,1650,1565,1638,1970,1924,2046,2216,1756,1925,1928,2294,2809,2408,2119,2053,2025,2096,2082,2328,2328,2362,2413,2607,2648,2087,1958,2724,2146,2725,2367,2729,2529,2373,2437,2214,2001,1968,2205,2365,2281,2490,3370,2210,1965,1927,1968,1921,1892,1921,1999,1899,1842,1827,1673,1893,1725,1769,2239,2054,1801,1963,2012,2004,1885,2046,2162,1896,2160,1882,2135,1798,2095,2237,2534,2528,2928,2081,1888,2086,1926,2047,2005,1967,2399,2642,5011,2004,2612,2294,1858,2280,2253,1793,2141,2167,2641,2335,2775,2528,2488,1853,1982,1832,1939,2615,2612,2564,2575,2446,2256,2086,2173,2042,2045,2049,2119,1926,2416,2164,2001,2511,2319,3416,2725,2452,2527,2068,2551,2194,1932,2040,1724,2176,3210,2329,2330,2040,2180,2896,2093,1957,1897,2647,2411,2376,2643,2685,2328,2130,2450,2801,2571,2608,2458,2720,2981,2713,2051,2085,2080,2013,2210,2358,2120,1937,2524,2615,2484,2527,3328,2412,2446,2290,2608,2364,1854,2373,2609,2528,2357,2616,2838,2044,2077,2005,2150,2038,1887,1966,1923,2004,1857,1845,1640,2005,2335,1996,2050,2093,1883,1853,2035,2455,3268,3169,2727,1970,1903,2182,2485,2475,2614,2923,1952,1835,2057,2120,2860,2961,2371,1793,1933,2205,1974,2727,2765,2613,2333,2525,2612,2044,2270,2530,3209,2294,1920,2133,2006,2288,2326,2578,1724,2130,2162,2117,1935,2480,2377,2163,2003,2470,2451,2811,2246,2532,2242,2730,2249,2842,2012,2157,2574,2201,2477,2697,2047,2132,1920,2129,2247,2331,2449,2085,2328,1838,2255,2367,2037,2002,1938,2335,2886,2529,2485,2695,2156,2250,2253,2644,2240,4054,2809,1918,2386,2129,1837,2167,1845,1881,2417,2529,2445,2408,2327,2807,2572,2043,1957,1921,2404,2573,2651,2278,2299,2484,2492,1962,1840,1808,2010,2116,2005,2006,2050,2095,2239,1972,1924,1930,2045,1956,1972,2001,1727,1712,2157,1983,2048,2127,1921,2498,1846,1759,1961,1774,1569,1797,2209,2089,2034,2001,2609,2971,2250,2295,2012,2201,2857,2404,2133,2529,2449,2447,2373,2365,2480,2685,2337,2082,1993,1851,2167,1851,1999,1773,1915,2167,1812,1918,1889,2323,2012,2169,1926,2287,2438,1897,2205,2405,1886,2287,2255,2087,2001,1882,1785,2116,1722,2300,1881,2199,1802,1963,1522,1651,1734,1751,2209,2004,1775,1805,1793,1846,1736,1797,1654,1717,1860,1671,1809,2682,1731,1684,1767,1795,1696,2195,2090,2012,2362,1770,2329,2077,2176,2082,2003,1716,1804,2329,2491,2367,2411,2806,2446,2171,2190,2451,4528,2369,2934,2489,2646,2485,3416,2079,3217,2247,2241,1923,1935,2363,2646,2374,2118,2334,2407,2412,3124,3137,2765,2362,2130,2364,2208,2285,2660,2355,1755,1922,2184,2082,1773,2003,1766,1892,1763,2160,2141,2409,3727,2294,2445,2214,2204,2568,2520,2303,2129,1763,2454,2654,2645,2728,1960,2042,2088,2520,2338,2127,2006,2194,2284,2524,1748,2561,2969,2606,2531,2883,2772,2071,1844,1889,1972,2419,3098,2288,2408,2358,2292,4557,2502,1959,2458,2565,2485,2368,2127,2821,2575,2201,2333,2363,2167,3016,2689,2400,2372,2482,2044,2130,2386,2290,2373,2036,1931,1881,1844,2051,2627,1970,2077,2210,2650,2453,2055,2650,2034,2572,2066,2086,2475,2451,4807,2012,2811,2154,1881,1970,2051,2202,2202,2049,2083,1814,2117,2018,2604,2283,2134,2141,2526,2610,2447,3126,2575,2239,1897,1878,1819,1838,1810,2477,1891,1965,2043,1977,2234,2016,2327,1962,1888,1971,1920,2048,2160,2133,1887,1965,2458,2405,2201,2197,3052,2612,2234,2171,2406,2328,2576,2405,2645,2044,2610,2297,2481,2323,2142,2265,2493,3050,1880,2035,1649,1568,1771,1841,2623,1976,1969,2087,2044,2044,2124,1881,1968,2330,2362,2413,2481,2326,2496,2679,2209,1729,1723,1722,1692,1721,2015,1966,2076,2130,2001,1973,1724,1880,2004,2059,1957,1893,2167,2002,1761,2045,2095,1957,1972,2051,2044,2001,2427,2162,2685,2454,2962,2327,2407,2334,1980,2082,1997,2087,2126,1810,1772,1879,2045,2366,2215,2242,2968,2001,1970,2171,2402,2329,2326,2410,2468,2047,2080,1930,2598,2376,2482,2089,2247,2411,3252,2641,2609,2529,2289,2000,2368,2047,2336,1975,1566,2720,2127,1893,2721,2651,2688,2733,2484,2046,2764,2451,2446,2571,2525,2732,3290,2681,2412,2249,2414,2313,2371,2568,2565,2329,2365,2690,2488,2447,2320,2489,2648,2569,2645,2246,2770,2490,2290,2848,2489,2842,2488,2453,2441,2329,2569,2448,2491,2725,2208,1813,1850,1837,2164,2408,2373,2843,2018,2520,2413,2159,2729,1948,1839,2008,2096,2950,2122,2611,1934,1878,1809,1889,2085,2460,3331,2447,2481,2297,2200,1959,2079,2126,3534,2759,2252,2404,2052,1921,2584,2490,2523,2891,2451,2442,2531,2604,2370,2289,2324,2242,1849,1952,1923,7041,3132,2571,3043,2893,2448,2610,2724,2330,2127,2200,2168,2807,2608,2926,2573,5250,4452,2690,2694,2524,2727,2728,2488,2084,2251,2166,2292,2648,2479,2127,2209,2451,3810,4569,2609,2931,3402,2814,2920,2369,2813,2604,2888,2727,2649,2207,2172,2567,2566,4127,2332,2168,3207,2929,2608,2526,3215,2363,2569,2929,2609,2448,2566,2286,3125,2367,2324,2449,2243,2455,5251,3287,2693,2571,3720,2297,2312,2280,2644,2691,2367,2171,3449,2325,1969,4131,2847,2647,2180,2236,1851,1883,1967,1847,1848,2288,1921,1721,1691,1887,2566,2244,2126,2653,2362,2488,2531,2563,2326,2450,2097,2330,2485,2452,2188,2410,3081,2412,2687,2656,2723,2804,2692,2643,3612,2606,2491,2407,2326,2522,2492,2326,2404,2024,2250,2442,2538,2242,2246,2489,2404,2489,2650,2406,2447,2372,2004,2361,2526,2937,2276,2658,2283,2611,1980,2317,2444,3055,2403,2413,2203,2326,2450,2445,2599,2413,2529,2610,3169,2447,2688,2963,2416,2404,3163,2690,3814,2283,3096,2206,1889,2292,2361,2523,2729,2486,1812,2298,2801,2373,2578,1900,2580,2122,2373,2488,3123,2607,2734,2443,2286,2531,2412,3562,2375,2284,2373,2530,2208,2003,2358,2453,2728,2220,2356,2211,2364,2766,2532,2447,2605,2221,2328,2292,1814,2002,1963,1846,1887,2048,2366,2416,2650,2191,2170,2078,2009,2351,2316,1845,2481,2605,2559,2844,2455,2082,2095,1758,2325,2769,2570,2042,2041,2037,1762,2045,1899,1877,1891,2123,2210,2158,2456,1919,1688,1812,2041,1966,2007,2040,1726,1804,1857,2121,1760,2015,1967,1956,2166,1769,1882,1771,2562,1974,2165,1967,1881,2046,2011,2167,2046,2719,2487,2604,2572,2770,2608,2212,1989,1766,2015,2328,2249,2924,2289,1961,2171,2250,2286,2234,2724,2412,2450,2481,3131,2332,2561,2608,2535,2406,3047,2769,3726,2654,2522,2529,2530,2248,2850,2560,2139,2277,2330,2449,2650,2289,1961,2308,2206,2560,2769,3010,2804,2245,1997,1893,2389,2686,2615,2891,2411,2248,2322,2249,2333,1943,2133,2088,2078,2291,2804,3650,2413,2285,2566,2248,2252,2161,2007,2131,1973,2045,2168,1961,2367,2407,2130,2407,1839,2259,2001,2207,2771,2763,3250,2653,1725,2528,2129,1895,2283,2485,3168,1958,2177,2447,2923,2416,2176,2612,2558,2089,2002,2213,2199,2409,2490,2325,2290,2246,2615,2142,2485,2006,1845,1923,2010,1921,1845,1886,2449,2214,1894,2203,2401,2044,1878,2574,2530,2063,2512,2211,2478,2522,2294,2572,2039,1877,1874,1962,2295,3052,2556,1916,1968,1998,2012,1926,1885,2050,2118,2569,2153,1988,1967,2724,2047,2257,2441,1893,1920,1772,2555,2093,2166,1972,1792,1755,1816,2281,2493,2396,1811,1885,2285,1612,1676,1849,2059,2113,1848,2401,1725,2297,2202,1648,1567,1642,1724,1960,1935,1939,2534,2563,2009,2245,2126,1843,2229,1926,3173,2127,1571,1881,1968,1644,1893,2314,2015,1799,1604,1891,2652,1956,2500,2111,1672,1936,1642,1686,1683,1761,2054,1758,2134,2284,1848,2090,2603,2085,1856,2039,2440,2245,1828,2247,1968,2011,1886,1875,2008,1926,2815,2416,1720,2512,2695,2522,1811,2079,1973,1798,1889,2008,2168,2000,1923,2008,2933,2405,2415,2363,3135,2285,2531,2368,2685,2329,2249,2683,2135,1919,1931,2419,2399,2012,4014,2567,2482,2411,2442,2411,4693,2449,3251,1992,2530,2726,1698,2759,2165,2850,2704,2450,2364,1954,2181,1959,2374,1851,1938,2540,4934,3248,2488,2208,3928,4570,3331,2127,2565,2092,2288,2452,2241,2609,2168,2732,2643,2733,2766,1971,2286,2324,3895,2571,2922,2416,2206,2166,2156,2365,2215,2686,2646,2686,2532,1999,1803,2036,3333,2045,2363,2687,2489,2650,3206,2418,1890,2198,2135,2103,2018,2318,2173,2239,2226,1927,1929,1931,2045,2160,2766,2467,2682,2568,2095,2273,2929,2689,2236,2131,2510,2526,2250,2043,2125,2043,1773,1724,2034,1813,1714,1936,2891,2488,2162,2083,2489,3606,2212,3125,2727,1971,2054,1882,2299,2085,2127,3004,2309,1973,1877,2407,2296,2800,2448,2772,2931,2040,2501,2533,3169,2402,2575,2209,1811,1956,2213,2289,2451,2918,3214,2649,2726,4133,2810,3174,2969,2292,2689,2279,2093,2405,2082,2525,2294,2723,2009,2047,2442,2406,2727,2728,2892,2452,2560,2697,2401,2249,2847,2486,2854,2523,2123,2043,1778,2073,2297,2564,2531,2610,2280,1928,3031,3255,2243,2412,2328,2360,2687,2334,2202,2651,2406,2615,2052,2047,2571,2849,2564,2533,2562,2572,2765,1889,2044,2414,2885,2646,2414,2962,2567,2854,2206,1922,1893,2243,2239,2090,1992,1916,2403,1947,2975,3366,2205,2372,2844,2530,2935,3126,2366,2563,2412,2806,2329,2729,2489,2402,2453,2132,2645,2409,2368,2893,2246,2890,2333,2325,2645,3971,2527,2931,2571,2570,2928,2966,2095,2521,2891,2529,2965,2892,2557,2457,2403,2890,2329,2167,3166,2491,2442,1891,2403,2404,2455,1895,2131,2637,2137,1897,2006,1807,2139,2480,2449,2204,2494,2570,2444,2846,2732,2845,2489,1768,2423,1958,2132,2211,2406,2006,1853,2016,2453,2194,2611,2886,2771,1817,2010,2132,2444,2170,2809,2522,2212,2409,2443,2046,2481,2568,2611,2334,1958,1966,2422,2329,2037,2150,2209,1885,1848,1653,1879,2637,2410,2445,2410,1920,1730,1833,1699,2117,2487,2364,2406,2053,1914,2449,1972,2059,1966,2009,1761,3492,2766,3369,2084,2090,2480,2456,2602,2575,2444,2288,1969,2205,2330,3326,2708,3320,2015,2765,2290,2641,2115,2157,2862,2445,2487,2529,2326,2251,2330,2488,1815,1917,1997,2092,2085,2243,2851,2483,2174,2763,2208,2412,2208,2080,2096,2360,2037,2264,2644,2415,2085,2327,2321,2447,2082,2055,1921,2057,2564,2482,1930,2531,1973,2008,1894,2201,2203,2215,2169,1999,2122,2355,2018,2180,2246,3055,2195,2093,3010,2138,1934,2090,2569,2768,2247,1964,2261,1807,2239,2125,2614,2323,2136,2100,2328,2527,2529,2052,1758,2256,2084,2329,2367,2039,1845,2465,3330,3489,2804,3655,2088,2603,2409,2287,2127,2207,2006,2569,2804,2609,2408,2411,2201,2170,2086,2257,1942,1971,2437,2444,2419,1760,2058,2126,2807,2409,3371,2482,2088,2006,2011,1916,1698,1988,1962,2187,2168,1970,2361,2608,2848,2369,2051,2058,2490,2365,2294,2364,3086,2563,1837,1841,1568,2069,1980,1805,2571,2565,2749,2506,2171,2042,1782,2823,2655,2524,2246,2166,2126,2250,2363,2214,1849,2268,1825,1931,1850,2231,2363,2451,2608,1863,1759,1726,1724,1928,1771,1970,2490,2487,2294,2487,2604,2855,2749,2449,2223,1897,1924,2119,1725,2326,2674,2024,2349,2230,2123,1997,1737,1838,1773,1886,1756,2092,2118,2009,1847,1925,1719,2543,1903,1859,2047,1925,2253,2185,2451,2047,2405,2253,1882,1805,2042,1902,2161,2300,1978,2012,2331,2083,1966,2811,2202,1842,2570,2475,2120,1966,1812,2252,1983,2246,2442,1965,1892,1811,1964,1999,2006,2091,2001,1843,2152,2566,2533,2363,2407,2281,2413,2287,2572,2523,2447,2365,2368,2129,2549,1890,2246,2170,1931,2237,1777,1924,2308,2209,2650,2068,2276,2286,2443,1931,2046,2930,2525,1891,2041,1929,2164,2408,2360,1862,1941,1904,2013,2096,2573,2449,2607,1927,2078,2054,2001,2173,1966,2161,2166,2288,2000,1998,2326,1825,2008,2045,2199,2311,2366,1852,2325,2213,2645,2848,2565,2607,2373,2481,2489,2531,3374,2135,2596,2247,2575,2083,2450,2131,1935,2383,2485,2452,2324,2368,2578,2146,1933,1930,1877,1767,1973,1998,2002,1894,1848,1803,1604,1845,2979,2414,3205,2286,1844,1898,2012,1999,2380,2079,2523,1930,1964,1973,2117,2045,2658,2007,2270,2244,2129,2884,2888,2332,3177,2403,1915,2050,1843,1602,1969,2250,3107,2772,2283,2006,2075,2040,2669,1958,2491,2971,2636,2283,2407,2324,2932,1846,2441,2413,2199,2009,2005,2210,2324,2368,2685,2608,2660,2366,2646,3092,2315,2259,2035,2045,2173,2516,2140,2592,2330,1728,1918,2572,2520,2570,2293,2434,2285,2615,2483,4134,2967,2649,2484,2527,2614,2488,2485,2449,2846,2329,2525,2448,2287,3207,2174,2320,2411,2523,4097,3369,2966,2409,2617,2762,2769,2530,2605,2293,2324,1929,2122,2568,2614,2603,2605,2692,3050,3371,2677,2249,2365,2170,2049,2206,3288,2053,2234,2325,2208,2407,2331,2750,2686,2106,2156,2301,2248,2287,1887,2643,3051,2213,2006,1688,1965,2162,2254,2164,1602,1562,1530,1530,1556,1523,1727,2164,2240,2292,2135,2286,2760,3344,2520,1947,1888,1925,1891,1562,1566,2279,2533,2009,2069,1925,1851,1884,1881,1775,2283,2401,2172,2203,2567,2090,1844,1929,2499,2247,1890,2008,2012,2076,2100,2083,2009,2033,1696,2083,1969,2206,1883,2129,1917,1768,1812,1884,1919,1970,1930,1928,1887,2380,2175,1862,2451,2000,1929,1815,1917,1775,2005,2485,2002,2080,1891,1893,2120,2082,2211,2278,2209,1851,1867,1957,1969,1850,1840,1805,2125,2374,2067,2225,2051,2044,1798,1935,1595,1972,2282,2121,2035,1992,2203,1938,1932,2156,1801,1684,1553,1658,1876,1730,1651,1647,2023,2364,2410,2214,2636,2607,2282,2052,1945,1964,2323,2245,1978,2157,2016,2081,1926,1922,1854,2002,2130,1794,1847,1777,2119,2526,2092,2324,2081,1927,2174,1637,1571,1560,1530,1559,1522,1926,2050,1948,1967,2022,1927,2089,2010,1963,1877,1936,2120,2048,1933,2079,2128,2540,2136,2187,2041,1930,2009,2038,1887,2214,1804,1863,1843,1906,1930,1959,1853,1929,2035,1773,1997,1895,2049,1839,1919,1807,1817,2275,1927,2094,2117,2093,1929,2039,2336,1900,1950,1901,1910,1719,1613,1558,1571,1605,2035,2366,2813,2313,1594,2377,1937,1923,2350,2571,2293,2488,1924,2051,3731,2486,2257,2168,2245,1928,1923,2208,2051,2398,2332,2289,2130,2402,2128,2010,2928,2684,2088,2290,2367,2400,2293,1926,2483,2094,1968,1939,2166,1966,2159,2973,2536,3082,2808,2973,2490,4132,2324,2488,2769,4210,2975,2680,1888,2284,2410,1843,2114,2499,2069,2075,2405,1763,2159,2143,2441,2569,2248,2721,2447,2134,2446,2164,2644,2813,2407,2078,1830,1806,2746,2167,2242,2048,1864,1731,1618,1562,1525,1787,2333,1914,1954,1931,2296,2409,3015,2564,2243,2213,2167,1762,1924,1684,1921,1852,1898,2162,2014,1925,1882,1853,1881,2009,2565,2169,2610,2567,3127,2609,2483,2734,2882,2214,2399,2095,2202,2605,2810,2445,2654,3811,1964,3007,2288,2325,2369,2205,2291,2528,3007,2493,2722,2369,2126,1929,1879,2448,2688,2011,1901,1957,2013,2002,2091,2283,2127,2530,2645,2123,2374,2571,2977,2643,1763,2082,2384,2188,2486,3324,3009,2448,2290,1925,1962,2006,2412,2164,2524,2451,3044,2534,2308,2570,2453,2444,2287,2244,2248,2493,2926,3050,2129,1926,2203,2085,2287,2612,2362,2327,2166,2729,2527,2373,2962,2775,2645,1961,2176,1964,2047,2607,2366,2408,2326,1764,1758,2173,1930,1962,2039,2376,2327,2016,2148,2569,2562,1816,1843,1844,2086,2361,3287,3060,2399,2487,2374,2093,1878,2747,2572,2520,2296,2325,2203,2012,4012,2688,2166,2486,1884,1882,1887,2289,2211,2848,2409,1965,1884,1728,2043,2893,2488,2570,2530,3568,3370,2646,2201,2180,2208,2085,2405,2168,2613,2648,2448,1770,1570,1827,1686,1536,2202,2085,2405,2568,2534,2604,2404,3616,3733,2449,2006,1927,1881,2131,2570,2601,2406,2331,2042,1973,1963,2324,2206,2208,2530,2407,2568,2409,2000,2775,2367,2574,2200,1972,2447,2844,3295,2402,2251,2404,2367,2369,2607,2292,2606,2441,2050,2207,2646,2243,2488,2408,2283,2251,3051,2647,2646,1964,1771,1919,1611,2038,1846,2205,2088,2443,2482,2329,2371,2245,1890,2697,2215,2645,2401,1929,1883,2095,2603,2852,2603,2568,2083,1973,2565,2692,2647,2601,2134,2527,3171,2651,2488,2212,2357,2326,2169,2086,2291,2280,1959,1773,2055,1973,2121,2088,2087,2693,2362,2447,2370,2684,2447,2648,3255,1991,2369,2329,2602,2255,2527,2809,1842,1638,1892,1882,1968,2529,2404,2450,2490,2450,2249,2031,2093,2850,2528,2483,2487,2415,2365,2490,2284,2538,2011,1618,2032,2371,2485,2728,2448,2235,2292,2444,2410,3006,2367,2413,2528,2108,1895,1875,2089,2092,1967,1805,1793,1769,1687,1727,2334,2401,2368,2390,2037,1973,2008,2361,2323,2294,2371,2963,2968,3930,2616,2523,2618,2356,2811,2725,3009,2442,2528,2130,2729,3090,3045,2248,3169,2088,1917,2451,2447,2163,2574,2648,2766,2414,2717,2296,2367,2648,2256,2220,2123,1805,1930,1929,1970,1714,1813,2363,2048,2089,2123,2003,2046,2007,1976,1844,1960,1969,1962,2014,1803,2123,2080,1977,2518,2044,1936,1840,2452,1921,1973,1762,1919,2047,1974,2046,2125,2600,2169,3169,2577,2077,1892,2123,2043,2232,2092,2204,2418,2409,2332,2563,2453,2086,2529,2091,2516,2411,2408,2568,2448,1879,2206,2372,2280,2409,2255,1972,1850,1809,2364,1928,2448,2079,2504,2725,2495,2285,2333,2087,2364,2161,2416,2253,1959,1803,2435,2169,2444,2364,2410,2330,2294,2128,2328,3002,1978,2117,2305,2284,2269,3607,2211,2122,2049,2287,2329,2967,2651,2651,2288,2036,2256,2318,2529,2053,2278,2007,1767,1770,1884,1843,1893,2120,1972,1955,2015,1968,2039,2015,2034,2013,2949,2609,2404,2017,2317,3056,2247,2449,2444,2367,2487,2286,3055,2604,2852,2443,2125,2126,1773,2083,2169,1861,1716,2085,1933,2430,3013,2246,2648,2412,1961,2556,2367,2326,2213,2289,2008,1881,2289,1767,2082,2044,2053,1797,2004,1936,2003,2007,1844,1768,2285,2447,2972,2922,2737,2440,2811,2806,2854,2650,2366,2522,3542,2372,2601,2572,2367,2444,1897,2238,2611,2515,2090,2292,2769,2481,2534,3289,2924,2612,2608,2405,2367,2854,2559,2220,2402,2250,2234,2581,2482,2050,2441,2490,2291,2206,2328,2442,3256,2643,2453,2482,2412,2401,2370,2813,2361,2001,1928,2468,2542,3724,2562,2572,2127,2485,2049,2645,3008,2652,2521,2374,2083,2280,2530,2449,2008,2366,2488,2131,2448,2520,2540,2523,2362,2206,2373,2281,2453,2123,2891,2486,2369,2240,2366,2335,2526,2241,2334,2202,2647,2173,2567,2764,2407,2611,2041,2253,2207,2366,2850,2480,2418,2918,2169,2485,2815,2491,3286,2570,2733,2685,2209,2007,1998,2515,2091,2732,2854,1933,1880,2132,2444,2518,2771,2527,2446,2251,2242,2288,2686,2169,2287,2406,2215,2206,2129,2437,2292,1958,1976,1896,2345,2535,2358,2251,2291,2284,2036,1976,1965,1725,2369,2005,2206,3042,2327,2011,2044,1870,2402,2039,1889,2367,2275,2297,2046,2481,2729,2611,2292,2727,2486,2486,2363,2411,2372,2728,2882,2849,2164,1931,1926,2121,1843,1804,1855,1999,2169,1837,1708,1963,1932,1960,1962,2006,1923,2047,2378,2441,2571,2005,1886,1884,1882,2038,1970,2292,1890,1966,2197,1894,1960,2452,1802,1970,1884,1850,1724,1917,1852,2189,2164,3211,2374,1908,1848,2446,3094,2366,2134,1744,2445,2687,2140,2179,1805,2480,2539,2279,1895,1918,1729,2012,2537,2097,2237,2368,1921,2056,1889,2381,2493,2328,2568,2569,2520,2494,2485,2324,2328,2241,2322,2213,2159,2374,2604,3007,2571,1983,2729,2810,2325,2248,2324,2492,2249,2281,2495,3562,2170,2103,3131,2733,2245,2361,2489,2055,1783,2406,2060,2120,2605,2126,2207,2289,2208,2207,2001,1806,1645,1957,2649,3899,2483,2289,2243,2288,2250,2445,2891,3813,2440,2413,2173,2078,1885,2445,2289,2569,2326,2286,1923,1576,2119,2725,2611,2491,2407,2401,1971,1872,2684,2931,2360,2729,3208,2653,2322,2651,2647,2289,2048,2206,3572,2445,2447,2333,2161,2732,2484,2615,1844,2130,2178,2452,2369,2089,2680,2857,2683,2488,3169,2212,2086,3692,3173,2244,2771,2211,2797,2291,2647,2407,2410,2610,2521,2567,2056,2491,2846,2535,2969,3450,2763,5662,2563,2291,2205,2370,2164,2283,2766,2375,2484,2608,2449,2769,2248,2363,2288,6146,3244,2179,2440,2486,2771,3409,3931,3614,2726,2325,2930,3287,2689,3284,1881,1807,3963,1971,2486,2090,2286,2597,2490,2895,2356,2644,3252,2728,3205,2730,2130,2205,2154,2343,2060,2136,2445,2530,2085,2332,2689,2524,2290,2484,2245,2040,3699,2283,3090,2770,2409,2017,2283,2485,2491,2606,2451,2877,2375,2686,2244,2566,2687,2327,1740,1839,2515,2365,2571,2237,2251,2539,2145,2490,2493,2653,2566,3291,2891,2496,2894,2237,2332,5373,2608,2209,2807,1804,2325,2040,2207,2692,2723,2527,2412,2612,4048,2289,2602,2450,2572,2154,1706,2549,2800,2613,2769,2172,2567,2931,2046,2248,2024,2328,2407,2812,2727,1926,2010,2405,2571,2444,3766,2767,2566,2809,2004,2254,2246,2614,3047,2282,2731,2279,2529,2407,2292,2207,2810,2528,1920,1726,2510,3757,2046,2451,2533,2670,2326,2203,2284,2123,2086,1975,2161,1974,1919,1599,1816,2085,6503,2797,2000,2477,2329,2238,2778,1990,2240,2099,1863,3015,2113,1736,1645,2207,2004,1967,2359,2374,2229,2082,2006,2012,1965,2047,2244,1845,1808,2247,3043,2209,2124,2159,2042,1887,2040,2055,2164,2756,2321,2769,2371,2647,2450,2645,2459,3444,2397,2409,2527,2414,2060,2015,2202,1967,2040,2459,2244,2054,2363,2406,2130,2158,2610,2770,2410,2846,4767,2087,1924,2150,2676,2427,1879,1797,2651,1933,1960,2092,2083,2404,2407,1815,1845,1842,1929,2662,3085,2610,2689,2568,2208,2199,2368,2215,2399,2335,2171,1997,2211,2895,3212,2318,2647,2687,2849,2136,1933,1879,1933,2370,2213,2208,2240,2497,2608,2482,2290,2290,2804,2052,3405,2038,2208,2095,2107,2104,2241,2409,1915,1926,2008,2702,2525,2490,2410,2564,2485,2259,2117,2518,2689,2726,2490,1726,1890,2962,2891,2525,2046,1968,1609,2035,2333,2919,3007,2211,1986,1920,2124,2362,2084,2448,2130,2169,2253,3204,2334,2319,2295,2119,1888,1850,2686,2321,2127,2234,2492,2210,2321,4050,2774,1849,2009,1741,1687,1755,1856,1840,2555,2200,2134,1967,2729,2323,2445,2369,2251,2727,1996,2412,3363,2657,2406,2487,2126,2249,2327,2483,3097,2161,2685,2449,2964,2330,2813,1998,1808,2527,1895,1628,1634,1847,1888,1795,1971,2055,2365,2008,1924,1885,2168,1970,2173,2166,2201,2151,2402,1852,2205,2689,2653,1771,2311,1928,1886,1806,1932,2082,1850,2136,2449,2447,2565,2168,4166,2201,2123,1893,2124,2008,2255,2722,2408,2103,1890,2169,1953,2013,1968,2440,1926,1969,2080,1974,2198,2012,1931,1955,1845,1806,1809,1965,2492,1760,1888,1931,1968,1925,2243,1890,2001,2085,1886,1569,1677,2208,1972,1932,2499,1973,2162,2443,1978,2450,2569,2669,2491,1968,1954,2209,1929,1931,1763,1876,1899,2271,2213,2324,2367,2365,2325,2528,2368,1882,2491,2410,1923,1924,2129,2501,2650,2723,2175,2116,2383,2364,2215,1741,2005,2395,2282,2097,1969,2330,2244,2377,2843,2489,2845,2166,2448,2770,2525,1849,2084,2049,1882,1769,1596,1610,1804,1934,2483,1970,2165,1996,2005,1884,2369,1972,2389,1963,2079,1801,1535,1913,1885,2217,2525,2566,2209,2472,1962,2291,2355,2494,1930,1917,1603,1532,1565,1848,2128,2771,2478,2008,2011,1932,2076,1938,1955,2351,2090,2440,2610,2732,2727,2063,2830,2203,2366,1936,2948,2414,1999,2042,1992,2365,2049,1817,1841,1807,2728,3294,2413,1877,2251,2282,2247,2484,2010,2528,2769,1867,2417,2165,2020,2524,2654,2605,3127,2815,2645,2726,2284,2530,2566,2490,1972,1964,2254,2567,2568,2240,2093,2482,1889,2365,2605,3014,3289,1752,1689,1995,2048,2373,2416,2005,2165,2053,2838,2055,2080,1963,1888,1805,1692,1920,1808,1923,2015,2557,2007,1931,2018,2281,2010,1886,2139,1972,2567,2496,1960,2333,2571,2322,2324,1899,1884,1852,1841,1805,1857,1801,2048,1879,1814,2080,1927,2288,2085,1891,2317,2012,1885,2084,2290,2405,2494,3771,2772,2162,2442,2566,2491,1943,2350,2608,2606,2447,2088,2284,2136,2569,4495,1925,1973,1891,2007,2600,2292,2451,1885,3356,2363,2333,2443,2454,2320,2031,2326,2172,1953,2978,2409,2487,2451,2485,2529,2454,2194,2163,2572,2166,2047,1965,2081,2087,2050,1694,1763,1799,2254,1842,2217,1767,1673,1569,1758,2097,1997,1892,2039,1937,2039,2087,2054,2362,2084,2241,1966,1856,2262,1920,2240,2817,2850,2207,2592,1812,1974,1963,2049,1968,1918,1975,1998,1965,2489,1884,2374,2279,1928,1964,2006,2054,2046,1887,2569,1954,2130,1971,1797,2091,2213,2199,2252,2037,1770,1691,1679,1645,1680,1974,2044,2446,2295,2968,2249,2681,3904,4694,2608,2369,2491,1860,2682,2176,2199,2216,2038,1725,1999,1649,1757,2175,2040,1974,1842,1967,1930,2898,2487,1768,2607,2649,2132,1965,2198,1735,1852,2649,2038,1969,1962,2056,2528,2078,2006,2163,2282,2093,2366,3012,2725,2363,2409,2082,1927,2557,1923,2513,2885,2736,1968,2204,2402,2049,2410,2490,2042,2286,2133,1701,1863,2244,2007,2610,2566,2528,2202,1998,2119,2429,2323,3251,2408,3131,2527,2088,2161,2769,3093,2400,2053,1891,1882,1811,2604,1937,1922,1848,2629,2768,2528,2648,2089,1912,2003,1563,1759,2365,3051,2407,1845,2353,1911,1585,1558,1684,2325,2501,2285,1894,2521,1968,1964,1973,1680,1896,1880,1772,1840,1686,1769,1837,1767,1969,2000,2136,1998,1891,1919,2163,2313,1903,1735,1994,2337,1930,1729,1685,1634,1808,1534,1673,1900,1805,1686,1859,1832,1885,1784,1673,1750,1697,1717,1768,1761,1717,1725,1541,1728,1776,2083,2761,1848,2415,1846,1999,1733,1756,2003,2210,2638,2126,2479,2304,2863,2951,2485,2007,1889,1841,2169,2326,2005,2603,2406,2174,1979,2200,2206,3822,2322,2245,2005,1932,1596,1529,1650,1646,1874,1898,1843,1844,1816,1885,1767,1769,1638,2011,2333,3210,2368,2046,2162,2289,2552,2443,2303,2049,2120,2766,1888,1687,2248,2367,2286,2130,1960,1684,1530,1733,1972,2285,2565,2571,2043,2328,2486,3978,2045,2527,2564,2167,1886,2049,2650,2363,2128,1817,2421,2323,2168,1730,1807,1806,2041,1964,2490,2407,2930,2604,2488,2532,2526,2411,2403,2815,3287,2891,3934,2522,2694,2094,1753,1685,2166,2365,2614,2285,2246,2408,2766,2127,2178,2023,2562,3010,2566,1926,1686,1798,1693,2168,2369,2809,2364,2087,2162,2608,2255,2199,2250,2524,2416,3245,2054,1918,1883,1846,2248,2125,2332,2322,2287,2127,2051,2326,2406,2329,2526,2366,2564,2451,2769,2409,2924,2368,2166,2284,1894,2361,2165,2775,2369,1923,1881,1848,2493,2400,2487,2449,2490,2403,2369,4338,2567,2848,2525,2323,2011,2050,2446,2517,2492,2370,2009,1884,1848,2282,2408,2689,2403,2251,2407,2324,2374,2525,2286,1846,2651,2435,2046,2370,2893,2646,2484,2006,1889,1883,1933,2608,2524,2209,2409,2211,2404,2286,2607,3578,2444,2248,2449,2648,2682,2575,2446,2085,1887,2125,2165,2371,2363,2609,2451,2401,2454,2520,2290,2971,2445,2286,2246,2172,2083,2365,2212,2043,2284,2047,1888,1850,1837,1896,2767,2488,2647,2564,2415,2407,1971,3077,2572,2096,1962,1922,1884,2204,2328,2891,2567,2327,2044,1886,2094,2600,2533,2650,2248,2163,2128,2288,2372,2206,2451,2488,2562,2451,2752,2474,2689,2533,2519,2534,2685,2894,2320,2566,2525,2100,2354,5216,2133,1689,2272,2414,2760,2931,2494,2766,2523,2205,1969,1643,2569,2410,2445,2005,2167,2373,2119,2186,2238,2183,2604,2406,2052,2565,2091,2288,2292,2359,2450,2327,2485,2335,2564,2087,2689,2446,2371,2083,3171,2362,2371,2723,2332,2045,2009,2003,2325,2256,2351,2808,2462,2721,2854,2017,2080,2563,2568,2807,2569,2163,2814,2406,2050,1955,1805,1847,1931,2420,2323,2460,2139,2045,2044,2047,1998,1936,1842,1845,2048,2438,2099,1958,2121,2284,2363,1813,1961,1885,1924,2357,2319,2531,2362,2728,2485,2450,2211,4339,4167,1849,1729,2295,2083,2168,2087,2412,2086,2083,2460,2288,3048,2410,2160,1895,2049,1915,2272,1954,2225,3976,2077,2168,3123,2125,2007,2288,1762,2012,1966,1721,1697,2012,1676,1845,2135,2081,2215,1877,2009,1842,1693,1567,1923,2116,1921,1955,1959,2126,2532,1926,2048,2355,2331,2094,1851,1798,2054,2565,1959,2175,1960,2082,2994,2253,2407,1976,2090,2808,2064,1851,2045,1878,2084,2332,2156,1846,2325,2247,2157,2015,2678,2240,2293,2521,2853,2487,2449,2965,2245,2213,2611,2566,2129,2561,2812,2611,2690,2565,2604,2370,2610,2525,2123,2375,2486,2001,1984,2287,2851,2289,1882,2488,2488,2449,2472,2087,2331,2363,2448,2326,2284,2971,2242,2054,2416,2449,3087,2726,2739,2082,2526,2488,1932,2160,2649,2440,2572,2407,2405,2568,2607,2375,2522,3213,3985,2513,2453,2168,2649,2412,2241,2324,2285,1882,2254,2240,2453,2526,2532,1965,1883,1850,1841,3052,2574,2403,2403,2332,2326,3406,2769,2694,2446,2288,2364,2127,2690,2646,2086,2408,1924,1851,1878,2171,2369,2486,2369,2524,2286,3295,2733,2523,2046,2402,2447,2127,2208,2528,2491,2524,2612,2444,1970,1565,2010,2000,1847,2109,2402,2728,2573,3048,2530,2685,2406,2525,1606,1679,1721,2293,2083,1968,1656,1654,1810,1767,1845,1999,2324,2170,2082,2044,2355,2002,2971,3813,2050,2126,2111,1603,1871,2526,2329,2402,1783,1888,1612,1647,1926,1883,1601,1803,1853,1970,1843,1887,2077,1807,1813,2161,2295,2239,2246,2687,2407,2411,2363,1924,1826,2334,2042,2493,1916,2124,2246,2202,1947,2084,2369,2045,1639,1854,1716,2337,1922,2700,1727,1701,2249,1570,1782,1960,1925,2118,2680,1885,2735,2524,3173,2372,2200,2455,2399,2333,2528,2803,2053,2645,2247,2401,2367,2855,2168,2323,2088,2449,2641,2936,2521,2528,2247,2653,3046,2212,2118,2207,1989,1922,1961,1818,2600,1802,2329,1963,2006,1933,1810,1926,2004,2124,1923,1923,2090,1921,1847,2170,2485,2322,2010,1968,2408,1891,2276,2373,2526,2446,2411,2482,2046,2208,2525,2814,2355,2296,2247,2373,1611,1670,1691,1679,1731,1928,2210,2567,2452,2000,1851,1641,1639,1610,1814,1960,2252,2448,2610,1855,1928,2003,2084,2159,2058,2001,1562,1777,1643,2165,2009,2255,2343,2446,2414,2565,2409,2567,2808,2407,2781,2193,2493,2969,3290,2643,2494,2170,1735,1798,2008,1882,1967,2007,2084,2012,1921,3931,2447,2530,2487,2485,2689,3098,2005,2768,3254,2327,2441,2130,2284,2132,2687,2731,2009,1740,2121,2566,3016,2449,2730,2250,2045,2365,2604,2449,2407,2772,3450,2409,3527,1970,1924,2132,2291,2322,2367,1967,1851,1876,2288,2016,2718,2124,2444,2399,2142,2207,2366,2526,2481,2691,2204,2086,1845,2284,2450,2407,3647,2246,3380,3647,2686,1972,2482,2647,2537,2524,2288,2526,2335,2085,2453,1926,2280,2493,2326,2322,3330,2570,3009,2429,1847,2506,2132,2130,1900,2303,3050,2410,1923,1930,2131,2525,2491,2403,2299,1869,1846,2115,2249,3733,2197,1935,1889,1994,1888,1972,1964,1965,2004,2131,2761,2565,3412,2649,3043,2173,2046,1991,2118,2058,2763,2447,2334,2439,2253,2324,1966,2448,2884,2133,1881,2004,2013,2473,2128,1727,2443,2851,2768,2487,2402,2044,1973,2686,2289,2108,2455,2329,2685,2766,2970,2039,2419,2329,2166,2247,2489,2206,3207,2651,2845,2197,2345,2481,2410,2410,1960,2478,2377,2099,3048,2816,2562,2214,2240,3095,2804,2207,2408,2086,2684,2568,2604,2412,2296,3042,2482,1977,2684,2051,3127,1835,2043,1769,1644,1808,1761,1858,2640,2650,2093,2360,2489,2649,2527,3530,2604,2692,2124,2168,2527,2252,2561,2855,1964,2369,2000,1809,2027,2643,2526,2649,2165,2696,2885,2571,2756,2568,2730,2573,2447,2129,1847,2324,2532,2529,2402,2609,2287,2651,2774,1959,2417,2730,2048,2046,2327,2925,2093,2165,2082,1765,2170,2368,2452,2607,2604,2289,2330,2125,2490,1958,2246,2654,2201,2368,3091,2772,4049,2571,2483,2410,2448,2643,2209,2328,2887,1971,1959,2410,3285,3052,2365,2565,2729,2655,2560,2173,2924,2779,2639,2328,3890,3209,2650,2810,2684,2532,2893,2880,2413,2608,2725,2242,2438,2818,3494,2654,2407,2844,2048,2408,3130,2726,2525,2729,2091,2585,1994,1888,2445,5379,2287,2845,2134,2200,1995,2637,2835,2604,2205,2487,2726,2082,2488,3767,3537,2445,2093,2566,2326,3175,2207,1999,2361,1927,1967,2162,2189,1772,2006,1834,2672,2370,2322,2050,2204,2603,2489,2183,2049,2002,2041,1855,1835,1719,1893,1923,1886,2131,2086,2360,2532,2528,2288,2967,2571,2202,2045,2445,2611,2974,2407,2532,2277,1925,1848,1809,1972,2010,2086,2423,2453,2400,2650,3287,2048,2646,2656,2201,2614,2562,1921,3132,2925,2008,2249,2254,2438,2693,2642,2333,2314,2412,2707,2235,3001,3185,2273,2134,2440,2219,3072,2700,2242,2013,2208,1923,1849,2285,2443,2485,2446,2290,2446,2325,2535,2418,2195,2440,2855,2283,2372,2248,2438,1979,2365,2442,1969,1885,2241,2454,2652,2287,2321,2007,1988,3301,2209,2368,2400,2206,2495,1960,2332,2922,2294,2646,1965,1883,1609,1653,2677,2207,2314,2288,2490,2405,2570,2447,2486,2487,2048,1813,2336,1813,2608,1979,2125,2212,1921,1809,1806,2283,1943,1925,2086,1809,1933,2006,2917,2408,2886,2216,2365,2208,2849,2122,2645,2109,2242,2631,2487,2088,2362,3855,2665,2178,2068,2200,2464,1927,2000,1965,2458,2688,2543,2125,2166,1880,1800,2362,2444,2339,1741,2458,2412,2208,2237,2167,1605,1559,1663,1812,1927,2407,3322,2209,1924,1931,1852,1881,1850,1847,2446,2362,2530,2607,2328,2163,2567,2374,2763,2487,2329,2853,2521,2005,2735,2484,2771,2282,2013,2045,2281,2410,2367,2447,2447,2611,2443,2892,2204,2042,1812,1823,1802,2405,2250,2159,2395,2370,2165,1893,1798,1773,1841,2247,2326,2292,2442,2490,2046,1919,1761,2189,2371,2203,2253,1921,2047,3415,2997,1971,2048,2047,2046,2050,2125,2526,2208,1912,1777,1877,2348,1968,2194,2212,2122,2048,1972,2003,1973,1965,1721,1725,2457,1995,2050,2321,2053,1999,2059,2153,2060,2443,1928,1994,2333,1768,2127,1971,2001,2163,2478,2210,2281,1976,1914,1845,2449,1873,2429,2570,2329,2449,2246,2446,2570,2491,2486,2685,2488,2764,2575,2642,1846,2012,2046,2328,2647,2526,2249,2249,2805,2093,2023,2012,1848,2048,1929,2178,2636,2203,1898,2443,2485,2651,2413,2681,2041,2146,1846,2104,2087,1972,2211,1944,2298,2207,2533,2642,2066,1805,1840,1772,1952,2259,2079,2010,2203,2122,2128,1767,2095,1766,1876,1571,1562,1607,1766,2189,2363,2335,2331,2323,2818,2237,3743,5372,2041,2567,2407,2408,2452,2483,2364,3017,2807,1814,2215,2213,2607,8949,2574,2881,2053,2159,2447,2486,3252,2810,2684,2488,2407,2248,2769,3052,2684,2145,2322,2566,2087,2606,2449,1836,1848,2408,2932,3122,2655,2366,2524,2892,3250,2245,1973,2534,2329,2328,2487,2485,2412,2526,2169,1807,1842,2646,2568,2452,2447,2567,2409,2369,2120,4173,2332,2889,2047,2247,3003,2210,2805,2533,2159,1888,1851,2721,2534,2641,2373,2487,2406,2570,3126,2530,2204,2729,2487,3049,2564,2530,2608,2452,2721,1970,1845,3009,2570,2404,2334,2398,2531,2688,2415,1715,2178,2195,1789,1807,2043,2416,3129,2520,2530,2127,1930,2445,2249,2323,2524,2332,2444,2533,2565,2521,2284,2452,2531,2406,2564,2453,3041,2375,2487,2566,2567,2290,2278,2091,3248,2566,2367,2129,2208,2008,2687,2208,2727,2927,2972,2447,2689,2522,2891,2691,2404,2327,2372,3041,2414,2525,2329,2184,2333,2960,2736,3043,2655,2686,2806,2812,2481,2493,2562,2166,2048,2087,2328,2128,2405,2333,2328,2770,2527,2765,2527,2092,2647,2527,2488,2448,2283,2685,2694,2365,2249,2242,2370,1964,2212,2521,2415,2439,2330,2448,2405,2890,3328,2568,2649,2849,2733,3093,2524,2726,2609,2731,2601,2294,2284,2528,2567,3209,2483,2207,3251,3412,3126,2736,2764,2611,2849,2646,2450,2485,3601,2328,2568,2091,2485,2849,4610,2728,2529,3054,2769,2485,2927,2529,2406,2765,2694,2564,2809,2044,2532,2484,2370,2371,2005,2405,2728,2486,2404,2132,2605,1930,2281,2492,2810,2405,2368,2608,2770,2682,3934,2734,2601,2850,2285,2286,2647,2372,2485,2290,2445,3172,2605,2532,2609,2600,2451,2406,2128,2845,2732,2524,2331,2209,2485,2406,2692,2168,2203,1882,1888,1966,2444,3254,2407,2366,2721,2567,2613,3411,2131,2645,2573,2405,2606,2613,2641,2969,2452,2363,2894,2402,2283,2653,2647,2409,2524,2495,2602,2895,3161,2526,2695,2410,2443,2604,2568,2289,2053,2162,2170,2320,2283,2497,2963,2491,3212,3135,2441,2040,2418,2207,2731,2323,1843,2652,2724,2488,2210,1929,1878,2414,2605,2404,2615,2201,2720,2607,2410,2937,2163,2254,2642,2253,3089,2486,2802,2442,2180,2006,1880,2448,2601,2283,2383,2399,2371,2251,7020,3360,2090,3054,2448,3143,2750,2573,2320,1895,2278,2810,2773,2608,2046,2605,2487,2326,2516,2960,2661,2108,2893,2248,5596,2918,2786,2783,2165,2471,2290,2363,2165,2173,2000,2332,2010,2291,2767,2448,2369,2252,2407,2564,2607,4175,2198,2327,2289,2057,2477,2086,2456,2569,2480,1973,2046,2682,2451,2528,3007,2290,2368,2282,2362,2573,2650,2605,2887,2043,2408,2250,2534,2685,2127,2003,2129,1922,2169,2402,2252,2283,3058,2605,3451,3816,3007,2325,2405,2086,3051,2290,3047,2478,2250,2085,2084,2495,2645,2496,2404,2328,2365,2850,2399,2855,2209,2082,2092,2120,2448,2856,3047,3689,1964,1886,2205,2248,2368,2723,2603,2564,2569,3508,2311,2924,2383,2645,2130,3058,2360,2173,2380,2008,1885,2092,1839,1850,2726,2246,2245,2289,2251,2365,2329,2325,2768,2399,2604,2607,2263,2355,3371,2451,2044,1845,1850,1879,2006,2059,2896,2523,2608,2756,2772,2556,2289,2618,1927,1807,2046,2122,2169,3604,2725,2542,1880,1928,1889,1924,2429,2037,2302,2525,6221,2970,3047,2734,2241,2479,2060,1926,2429,2185,2766,2008,1971,1650,1876,1643,2030,2086,1775,2079,2317,2263,1703,1939,1857,1843,1604,1597,1845,2485,2426,2506,2326,2116,2049,2210,2240,2168,2850,2283,1968,2364,2175,2519,2488,2250,2810,2259,2285,2245,2163,2362,2684,3446,2339,2325,2893,2632,2297,2046,7076,2013,2475,2559,2382,2482,2726,2209,2408,2554,2373,4171,2254,2331,1964,1932,2040,2605,2313,2613,2580,2403,2315,2383,2727,2291,2565,2170,2841,2599,1962,2007,1727,2543,2247,2433,2059,1925,1894,1837,1604,1959,2212,2201,2290,2371,2322,2288,3332,2365,1846,2256,2248,1886,1966,2332,2239,3172,2413,2121,1887,1883,1806,2331,2562,2334,2441,2295,2167,2480,2331,2845,2285,2454,2563,2052,2321,2293,2406,2889,1924,2122,2088,2132,2247,2406,2803,2497,2528,3646,2292,2687,2325,2373,3288,2087,2045,2286,2727,2325,2291,2246,2563,2613,2722,2890,2928,2572,2205,2209,2476,2735,2533,2804,2441,2091,1892,2286,2513,2542,2283,2281,2526,2609,2415,3284,2335,2392,2021,1888,1847,2475,2526,2776,2407,1971,1923,1882,1809,2714,2742,2437,2610,2646,2699,3119,2339,2530,2207,2488,2320,2563,2563,2585,2766,2047,2195,2131,1888,2516,2522,2293,2442,2667,2286,3762,2490,2523,2663,2802,2532,2767,1930,2441,2602,2489,2616,2366,2483,2328,2686,2733,2721,2646,2964,2406,3539,2538,2513,2540,2475,2418,2400,3101,2443,2282,2174,2409,2398,2775,2181,2226,2561,2492,6056,2407,2444,2493,2090,1920,2046,2766,2529,2654,2443,2123,2089,2210,2086,2610,2568,2520,2447,2250,2453,2648,2251,2843,2532,2166,2531,2443,2849,2615,2076,1884,2608,2171,2565,2486,2369,2408,2409,2493,2530,2599,2445,2410,2646,2326,2452,2402,2572,2407,2207,2648,2130,1848,2756,2452,2289,2326,2410,2450,3084,4095,2605,2731,2044,2173,2565,2363,2493,2485,2130,1885,2206,2165,2279,2409,2325,2252,2567,2566,2334,2329,2728,2324,2402,2730,2294,1921,2327,2565,2808,2411,2126,1885,1606,1839,1937,2290,2606,2171,2402,2326,2853,2365,2176,2206,2117,2089,1646,1561,2131,2203,2778,2123,1927,1885,1846,1845,1847,2777,2445,2366,2609,2168,2085,2616,4049,2485,2531,2484,1975,2050,2563,2326,2447,2050,1926,1889,1885,2249,2564,2403,2251,2211,2563,2284,2571,2046,2609,2649,3324,2454,1593,1877,2617,2651,2405,2529,2249,1886,1962,2373,2041,2212,2242,2249,2247,2250,3526,2525,2246,2375,2364,2171,2559,2527,2938,2639,2454,2368,2883,2652,2369,2323,2371,2641,2207,2933,2807,2324,2208,2286,2126,2054,1920,1887,2647,3169,2726,2456,2406,2526,2568,2606,2530,2442,2411,2290,3086,2531,3288,2327,2081,2130,1923,2369,2527,2609,2126,1923,1885,1849,2573,2446,2444,2446,2453,2406,2607,3007,2564,2815,2126,2212,2163,2287,2650,2404,2485,1800,1611,1561,1559,1493,2394,2602,2408,2649,2494,2405,2811,2160,2343,2933,2201,2288,1926,2127,2326,2572,2201,1928,1883,1853,2601,1924,1967,2051,1770,1968,1928,1955,2370,2625,2483,2208,2529,1838,2762,2650,2931,1962,2806,2648,2774,1963,2771,2691,2479,2169,2933,2765,2371,1880,1906,2191,2446,2481,2053,1980,1735,1987,2564,2606,2569,2531,2602,2855,2320,2735,2722,2451,2084,2324,2135,2444,2496,2202,2205,1922,1883,1770,1810,2281,2567,2484,2416,2604,2243,3014,2490,2810,2283,2607,1932,2164,2719,2775,2716,2142,1596,1604,2076,1752,2398,2071,2889,2633,2257,2177,1972,2048,2602,2605,2689,3680,2600,2642,2654,2251,1940,2147,2404,1844,2086,2329,2080,2008,1569,1582,2279,2067,1687,2188,2102,2163,2505,2341,2043,1899,1972,1805,1886,2253,2334,2114,2586,1978,2178,2041,2235,2029,2178,2373,2329,2573,2453,2583,2071,2051,2038,2397,2137,2438,1787,1641,1904,1850,1792,2019,1701,1754,1626,2239,1724,2272,1660,1963,1723,1678,1568,1604,2057,1607,1640,1540,1631,1720,1649,1564,1525,1527,2359,1665,1569,1446,1556,1484,1458,1558,1485,1486,1684,1617,1550,1623,1754,1575,1730,1762,1757,1608,1616,1487,1513,1718,1559,1678,1669,1621,1444,1419,1393,1386,1901,1525,1390,1400,1392,1390,1389,1389,1467,1413,1954,1612,1457,1421,1367,1361,1360,1358,1359,1432,1340,1298,1386,1792,1833,1337,1340,1337,1335,1336,1392,1383,1307,1419,1609,1411,1363,1321,1816,1816,1860,1389,1355,1485,1562,1856,1342,1416,1447,1458,1459,1458,1510,1478,1411,1592,1834,1511,1433,1412,1433,1529,1432,1412,1460,1367,1869,1372,1495,1498,1433,1519,1569,1573,1568,1568,1411,1369,1422,1445,1344,1412,1539,1576,1570,1571,1571,1548,1423,1423,1486,1922,1453,1563,1672,1720,1736,1738,1470,1671,1577,1537,1656,1592,2164,1974,1636,2027,2125,2208,2926,2248,2504,2258,2797,2779,2727,3414,2603,2877,3306,2588,2573,2120,2166,2860,2848,2349,1913,2279,2449,2567,2567,2852,3207,2170,2727,2042,2166,1890,2561,2372,2809,2206,2485,2481,2379,2481,2372,2291,2060,2720,2402,2356,2490,2405,2294,1704,1997,1776,1994,2030,2604,2128,2527,2408,2253,2365,1855,2783,2799,2238,2594,2805,2647,3136,2221,2297,2200,2091,2250,2485,3890,2532,2548,2710,2406,2283,3935,2610,2846,2931,2489,2375,1981,2449,2730,2807,2731,4015,2371,2488,2688,2647,2577,2639,2319,2333,2661,2862,2541,2808,2413,1930,2101,1910,1995,1934,2321,2133,3049,2008,1962,2010,2117,2031,1979,1770,1844,2052,2353,2161,1801,2307,2165,2174,1926,2606,2770,2923,1890,2327,2886,2526,2430,2639,2494,2675,2326,3110,2214,1945,1954,2605,2493,2484,2405,2373,3367,2442,2294,2347,1958,2805,2728,2565,2597,2809,2344,2148,2041,2308,2170,2006,2188,2013,2253,2081,2448,2775,2406,2726,2850,1916,2348,2372,3244,2158,2291,2291,2319,2368,2654,2674,2522,2613,2603,2406,2586,2357,2536,2566,2526,2277,2570,2212,2292,1837,2002,1817,1843,1851,2278,2011,2010,2116,1970,2130,2367,1848,1838,1891,1880,2001,1817,2004,1722,2120,2211,1894,2127,2040,1967,2002,2665,2763,2727,2330,2288,1828,2362,2282,2290,2162,1741,2501,2610,2561,2937,2283,2971,3004,2687,2853,1885,1922,1890,2769,1838,1754,2001,1877,1647,1831,2133,1845,1984,2924,4091,2649,2925,2065,1803,1745,2000,2255,2074,1887,1695,2197,2332,2049,2401,2303,1972,2085,1839,1640,1650,2003,2085,2009,2003,2129,2081,1967,1933,1967,1876,2132,2406,1686,1883,2204,1892,2049,1955,1856,2037,1972,1963,1962,1897,1884,1724,1755,1738,1707,1895,1922,1883,1736,1828,2143,2273,1932,1806,1939,1836,1459,1403,1485,1728,1772,1532,1612,1687,1529,1610,1448,1397,1561,1732,1800,1453,1637,1920,2060,1525,1468,1407,1412,1662,1985,1516,1967,1426,1813,1452,1768,1445,1426,1338,1992,1731,1594,1825,1675,1562,1411,1452,1609,1519,1514,1520,1769,1530,1977,1348,1889,1605,1574,1495,1638,1619,1799,1664,1576,1801,2157,2148,1737,1678,1863,1574,1670,1454,1705,1770,1895,1623,1568,1723,2160,1656,1793,1604,1680,1964,2010,1925,1954,1997,1660,1616,1910,2782,2323,2015,1928,2122,1886,1739,2216,2168,1776,1682,1861,1954,1704,1750,1844,1667,1756,1757,1788,1739,1857,2112,1917,1555,2256,1617,1641,1774,1635,1609,1692,1691,1814,1473,1775,1501,1470,1447,1456,1447,1557,2220,1612,1527,1472,1904,1437,1430,1394,1475,1584,1839,1434,1757,1385,1946,1548,1482,1417,1552,1486,1361,1616,1862,1967,1539,1905,1438,1353,1356,1353,1450,1413,1728,1437,1375,1339,1392,1300,1817,1814,1871,1312,1794,1440,1898,1379,1437,1457,1362,1357,1360,1438,1435,1926,1699,1416,1347,1351,1359,1349,1835,1995,1413,1334,1375,1513,1379,1321,1360,1360,1833,1833,1831,1913,1600,1288,1889,1477,1333,1357,1361,1357,1360,1356,2004,1783,1289,1707,1469,1275,1828,1360,1360,1359,1357,1392,1454,1747,1424,1350,1460,1379,1405,1419,1377,1402,1495,1554,1521,1383,1556,1512,1454,1538,1429,1421,1476,1463,1427,1678,1444,1628,1542,1505,1425,1435,1521,1524,1605,1582,1567,1612,1592,1579,1507,1552,1596,1520,1389,1374,1430,1470,1564,1491,1903,1427,1652,1668,1510,1526,1468,1555,1975,1601,2071,2097,1626,1745,1691,1539,1561,1541,1511,1608,1893,2413,1772,1731,1648,1643,1708,2041,1674,1644,1774,2261,2013,2253,2301,1938,2037,1935,2162,2088,2102,1885,2125,1844,2172,2684,2483,2981,2877,3207,3009,2787,2849,2038,1875,2653,2572,2572,2601,2877,2978,3440,3251,2326,1985,2022,2032,2447,3000,2737,2813,1957,2596,2889,3265,2800,2609,2328,1764,1769,1651,1918,2130,1887,2564,2217,2397,2569,2644,2848,2210,2045,1846,1727,1603,1696,2530,3168,2530,2807,2043,1717,1686,1729,1976,2576,2809,2446,2528,2092,1907,2531,3490,2566,2606,2051,2084,2410,2246,2809,2442,2294,2240,2249,1890,2000,2251,2053,1905,1930,2557,2364,3453,1850,2054,1764,1656,2037,1613,2169,2087,2289,3012,2707,2768,2012,2285,2440,2143,1802,2571,2500,2326,2448,2098,1904,2178,2227,1763,1724,1725,1998,1895,1883,2971,2359,2392,2209,2259,2114,2387,2278,2034,1876,2481,1922,2158,2222,2613,3646,2784,2717,2523,2932,3364,2726,2760,2709,2160,2135,1944,2202,1725,1951,2373,2415,1894,2322,1803,2086,1498,1495,1731,1864,2022,2276,2031,2290,2168,1691,1620,1870,1361,1327,1855,1321,2088,1903,1797,1845,1972,1807,1755,1798,1803,1950,2124,1520,1584,1731,1682,1757,1498,1538,1644,1563,1593,1535,1524,1534,1437,1396,1483,1675,1730,1726,1461,1671,1463,1549,1653,1416,1471,1526,1673,1734,1733,1932,1548,1872,1576,1959,1610,1437,1525,1565,1589,1685,1523,1566,1665,1712,1581,1720,1598,1755,1746,1760,1453,1440,1549,2385,2193,2350,2088,1846,2023,1987,2081,2538,1932,2087,2544,2566,2520,3014,3222,2194,2590,3027,2646,2386,2429,2146,2215,2220,2499,1896,2004,2168,2685,2065,2324,2430,2287,2095,2040,1889,1961,2353,2843,2403,2143,2107,2383,2377,2006,2040,2249,2526,2686,2090,2604,2166,3009,2258,1790,2254,2374,2360,2647,2841,2461,2514,2381,2675,2584,2788,2340,2447,2527,2407,2250,2246,2608,2819,2524,2323,2333,2323,2690,3607,1931,2809,2408,2607,2449,2528,3328,2408,2050,2113,2134,2533,2059,1905,1966,2247,2402,2609,2495,2033,2273,2563,2535,2763,2533,2401,2206,2446,2174,2253,2200,2174,2080,1892,2202,2577,2441,2286,2414,2370,2750,2443,2629,2563,2290,2569,2447,2042,1928,1974,2368,1970,2449,1897,1696,1686,1766,1723,2250,2003,2195,2485,2333,2403,2371,2521,2647,1935,1862,2641,2042,2172,2603,2169,2203,2290,2007,2247,2360,2535,1968,2607,2170,2454,1718,1887,1766,1956,2017,2401,2288,2210,2567,2179,2755,1895,1728,1925,1877,1932,2201,2249,1923,2482,2719,3212,2288,2499,2686,2090,2409,2446,2210,2250,2582,1933,2723,2086,2285,2154,2302,2046,1729,1646,2186,2075,2005,2280,2513,2310,2194,1986,1967,2348,1666,1595,1689,1650,1563,1561,1609,1910,2012,1854,1969,2039,1798,1685,1566,1406,1637,1608,1764,1935,1675,1926,1530,1491,1789,1717,1411,2024,1593,1696,1498,1478,1346,1437,1776,1789,1566,1927,1564,1333,1967,1265,2023,1307,1877,1392,1328,1376,1575,1565,1547,1239,1719,1945,1679,1927,1570,1509,1766,1690,1512,1450,1351,1884,1730,1432,1496,1477,1763,1611,1619,1858,2059,1629,1400,1424,1529,1452,1439,1521,1854,1421,1490,1473,1442,1338,1809,1806,1798,1594,1655,1379,1988,1424,1329,1339,1804,1906,1341,1532,1394,1436,1275,1916,1297,1787,1775,1782,1907,1447,1547,1616,1422,1356,1386,1371,1437,1361,1355,1354,1368,1416,1317,1492,1397,1383,1333,1358,1362,1362,1346,1982,1398,1557,1300,1321,1314,1878,1313,1758,1847,1371,1379,1563,1432,1397,1440,1343,1328,1352,1367,1358,1359,1373,1487,1484,1569,1496,1597,1474,1345,1433,1428,1442,1428,1440,1421,1518,1915,1771,1449,1347,1347,1365,1375,1360,1358,1359,1362,1540,1374,1768,2002,1379,1412,1387,1385,1385,1384,1408,1497,1561,1469,1465,1387,1384,1411,1428,1410,1493,1473,2030,1393,1525,1586,1429,1448,1412,1411,1410,1410,1563,1374,1593,1911,1633,1683,1581,1587,1531,1535,1652,1403,1772,1569,1608,1701,1557,1459,1543,1534,1583,1505,1522,1497,1585,1652,1658,1540,1526,1539,1652,1513,1517,2130,1656,1631,1470,1749,1886,1618,1488,1484,1611,1689,1550,1791,1805,1744,1787,1649,1684,1600,1780,2337,2036,1893,1773,1926,1805,1653,1740,1749,1743,2084,1920,1951,1967,1686,1967,1737,1526,1707,1508,1678,2025,1551,1482,1514,1757,1693,1687,1607,1581,1557,1596,1920,2044,1452,1470,1392,1738,1685,1862,1801,1683,1592,1432,1426,1428,1423,1360,1645,1514,1573,1570,1614,1566,1555,1417,1399,1468,1568,2100,1625,1706,1708,2163,1475,1822,1634,1615,1627,1795,1905,1694,1503,1551,1559,1546,1560,1540,1365,1573,1534,1622,1741,1875,1537,1622,1469,1353,1882,1544,1527,1496,2065,1773,1534,1432,1412,1864,1954,1606,1362,1615,1660,1574,1591,1387,1354,1839,1956,1679,1551,1466,1391,1383,1354,1862,1859,1859,2022,1729,1779,1498,1298,1407,1936,1372,1860,1846,2023,1489,1762,1443,1640,1354,1857,1863,2105,1465,1555,1367,1483,1963,1425,1349,1838,1955,1346,1884,1567,1476,1406,1532,1382,1432,1413,1487,1468,1491,1485,1585,1506,1650,1729,1390,1305,1324,1795,1858,1386,1357,1361,1298,1463,1539,1451,1553,1347,1843,1838,1834,1807,1936,1638,1542,1320,1351,1818,1852,1389,1359,1339,1889,1340,1416,1418,1445,1329,1844,1837,1838,1835,1943,1334,1475,1916,1357,1766,1816,1812,1809,1809,1889,1378,1322,1517,1847,1269,1795,1789,1789,1804,1746,1724,1344,1430,1347,1303,1780,1841,1357,1344,1949,1338,1282,1485,1624,1349,1761,1764,1836,1814,1809,1868,1398,1493,1686,1311,1816,1812,1904,1288,1791,1804,1874,1371,1948,1396,1315,1796,1777,1751,1814,1285,1865,1320,1602,1332,1875,1282,1764,1758,1759,1796,1349,1302,1614,1755,1748,1807,1788,1791,1814,1866,1320,1589,1518,1749,1743,1805,1838,1356,1428,1360,1525,1362,1798,1885,1345,1360,1391,1385,1386,1471,1555,1516,1544,1473,1449,1436,1500,1483,1509,1527,1700,2133,2435,2603,2472,2498,2176,2445,2647,2411,2366,2285,2808,3412,2283,2414,3028,3191,2082,2242,2849,2343,2601,2246,2738,2721,1813,2146,2130,2621,2631,2820,1981,1843,1966,1729,1729,1765,2292,2604,2696,1811,2366,1998,2122,2172,1964,2024,1768,1648,1798,1925,1852,2111,2002,1982,1649,1963,1960,2089,2054,2023,2251,3295,2509,2175,2371,3006,2251,2731,2649,2692,2708,2690,2293,2225,2208,2593,2100,2027,2032,2399,2169,2255,1872,1937,1992,2088,1815,2053,1912,2215,1825,2118,1919,2437,2446,2102,2071,1770,1844,1952,1691,1606,2290,1672,1635,1708,1592,1782,1667,1559,1525,1523,1743,1553,2131,1662,1448,2208,1907,1640,1576,1695,1507,1400,1422,1669,1467,1948,1515,1472,1490,1465,1373,1991,1366,1879,1493,1501,1428,1633,1436,1371,1348,1905,1358,1819,1734,1526,1824,1273,1887,1923,1428,1501,1905,1549,1569,1862,1388,1407,1418,1467,1460,1464,1430,1472,1554,1335,1383,1388,1444,1403,1383,1401,1411,1506,1520,1453,1354,1417,1344,1329,1401,1384,1383,1401,1431,1514,1508,1421,1425,1413,1584,1606,1426,1413,1440,1423,1403,1891,1457,1309,1840,1544,1504,1517,1514,1517,1489,1376,1374,1403,1295,1811,1276,1837,1376,1368,1366,1348,1901,1392,1444,1301,1770,1350,1884,1343,1333,1330,1809,1291,1853,1414,1292,1864,1327,1866,1403,1403,1384,1381,1339,1328,1775,1764,1754,1781,1782,1777,1766,1763,1795,1375,1379,1441,1327,1389,1415,1380,1355,1407,1414,1377,1451,1428,1400,1355,1372,1333,1868,1347,1847,1339,1348,1866,1378,1348,1321,1723,1911,1408,1290,2017,1383,1515,1439,1443,1364,1382,1326,1419,1496,1552,1500,1317,1950,1428,1504,1517,1411,1368,1550,1664,1481,1483,1483,1462,1406,1340,1432,1415,1320,1426,1441,1394,1457,1467,1443,1440,1412,1369,1348,1302,1823,1888,1338,1341,1340,1328,1847,1358,1341,1321,1756,1756,1833,1318,1824,1812,1800,1806,1327,1799,1808,1742,1803,1814,1807,1826,1778,1806,1799,1724,1910,1309,1302,1877,1410,1412,1505,1441,1446,1404,1449,1454,1335,1672,1347,1388,1424,1402,1360,1428,1333,1858,1338,1921,1340,1335,1334,1334,1335,1312,1876,1394,1791,1299,1815,1277,1950,1465,1471,1469,1474,1492,1425,1340,1290,1784,1918,1453,1453,1451,1457,1342,1419,1370,1336,1764,1260,1903,1408,1417,1424,1385,1424,1482,1466,1408,1428,1426,1405,1355,1877,1403,1398,1396,1393,1373,1384,1431,1441,1352,1869,1378,1363,1357,1365,1363,1392,1380,1368,2557,2027,2058,2112,2102,2343,2220,1872,1948,1952,2099,1810,1764,1789,1785,1754,1822,1519,1580,1722,1731,1635,1755,1486,1777,2006,1820,1928,1682,1723,1457,1477,1475,1473,1660,1807,1923,1565,1623,1802,1617,2062,2046,1707,1598,1462,1543,1975,1699,1524,1478,1485,1983,2106,1458,1454,1258,1609,1659,1344,1862,1434,1441,1434,1536,1432,1328,1406,1693,1618,1848,1844,1438,1445,1398,1409,1448,1367,1394,1344,1368,1363,1784,1778,1353,1775,1827,1812,1853,1622,1631,1445,1515,1397,1330,1805,1803,1788,1800,1615,1627,1818,1850,1289,1785,1785,1775,1783,1780,1556,1773,1447,1267,1792,1772,1767,1726,1816,1273,1484,1582,1830,1304,1759,1755,1759,1815,1380,1340,1827,1400,1702,1311,1885,1396,1325,1902,1326,1831,1834,1814,1419,1833,1312,1817,1812,1805,1800,1756,1740,1309,1365,1765,1773,1856,1289,1783,1809,1807,1752,1812,1715,1294,1852,1338,1285,1781,1773,1888,1334,1340,1719,1822,1270,1761,1763,1760,1821,1268,1862,1486,1707,1314,1371,1310,1832,1333,1333,1333,1895,1393,1480,1359,1439,1427,1398,1338,1336,1366,1404,1418,1530,1512,1734,1291,1421,1538,1492,1427,1419,1418,1531,1906,1367,1614,1415,1431,1426,1369,1452,1863,1865,1866,1870,1826,1613,1675,1529,1437,1411,1873,1958,1359,1964,1644,1383,1671,1525,1394,1342,1956,1347,1956,1331,2002,1907,1415,1897,1324,1921,1319,1921,1430,1519,1805,1770,1639,1308,1882,1377,1840,1844,1957,1476,1467,1657,1688,1395,1445,1320,1920,1428,1426,1428,1349,1706,1359,1371,1823,1898,1398,1399,1397,1399,1401,1329,1399,1361,1734,1291,1809,1782,1772,1774,1800,1835,1321,1399,1406,1834,1770,1759,1759,1759,1734,1824,1703,1504,1857,1263,1752,1748,1748,1747,1885,1307,1735,1413,1804,1748,1774,1770,1768,1812,1319,1230,1760,1421,1737,1769,1840,1362,1344,1335,1863,1363,1431,1263,1613,1888,1339,1854,1338,1881,1272,1809,1863,1231,1650,1644,1307,1822,1813,1792,1789,1789,1899,1393,1416,1598,1320,1816,1843,1273,1773,1771,1687,1863,1585,1462,1829,1338,1767,1758,1759,1825,1348,1369,1645,1426,1885,1287,1757,1747,1746,1761,1811,1291,1340,1325,1812,1775,1745,1769,1768,1753,1798,1778,1560,1333,1795,1788,1735,1733,1833,1387,1342,1775,1657,1439,1710,1343,1846,1340,1836,1868,1317,1856,1250,1692,1340,1330,1795,1815,1808,1857,1312,1824,1393,1508,1548,1773,1419,1295,1800,1910,1253,1735,1794,1293,1617,1769,1756,1755,1758,1758,1767,1798,1809,1292,1586,1713,1770,1835,1296,1801,1831,1888,1324,1324,1319,1916,1328,1348,1782,1778,1888,1365,1341,1437,1409,1340,1457,1335,1317,1842,1296,1813,1919,1386,2016,1422,1502,1367,1600,1610,2000,1445,1578,1679,1445,1501,1661,1488,1760,1741,1491,1481,1570,1779,1565,1950,1659,1825,1813,1584,1721,1534,1598,1564,1573,1873,1896,1838,1809,1725,1987,1901,1924,1665,1723,1854,1606,1751,1620,1777,1523,1627,1816,1720,1457,1745,1629,1615,1691,1616,1784,1458,1746,1584,1393,2010,1653,1554,1626,2128,1592,1518,1450,1536,1647,1409,1554,1765,1459,1413,1410,1556,1377,1650,1508,1425,1611,1496,1627,1363,1853,1874,1497,1286,1913,1349,1550,1307,1832,1836,1905,1424,1351,1820,1823,1942,1766,1639,1374,1822,1504,1315,1287,1850,1346,1366,1365,1527,1276,1695,1754,1832,1317,1812,1812,1832,1333,1559,1906,1251,1797,1814,1807,1847,1793,1833,1398,1410,1824,1303,1825,1794,1776,1771,1868,1382,1304,1295,1510,1803,1799,1778,1841,1360,1357,1352,1272,2001,1950,1495,1378,1828,1340,1915,1394,1358,1357,1403,1291,1437,1319,1449,1312,1845,1837,1835,1835,1910,1454,1611,1549,1312,1891,1319,1814,1810,1808,1830,1377,1530,1703,1308,1795,1849,1388,1340,1758,1856,1412,1304,1419,1415,1394,1636,1317,1865,1344,1334,1835,1920,1441,1507,1682,1335,1843,1837,1813,1810,1847,1429,1504,1359,1961,1351,1818,1812,1793,1788,1904,1317,1503,1260,1893,1359,1796,1810,1840,1358,1392,1639,1563,1557,1839,1412,1272,1841,1836,1835,1833,1902,1483,1656,1456,1338,1852,1340,1842,1336,1835,1887,1275,1918,1378,1482,1317,1823,1817,1811,1273,1810,1816,1425,1419,1332,1315,1856,1291,1788,1789,1842,1407,1340,1622,1725,1312,1281,1776,1771,1770,1818,1383,1245,1623,1337,1802,1770,1760,1759,1757,1756,1820,1334,1285,1550,1746,1757,1749,1748,1746,1761,1770,1826,1470,1388,1779,1790,1774,1770,1769,1751,1769,1811,1773,1654,1806,1770,1759,1770,1760,1797,1778,1683,1695,1817,1392,1358,1359,1391,1358,1397,1362,1337,1744,1375,1779,1450,1365,1298,1843,1281,1807,1824,1950,1698,1528,1372,1393,1353,1391,1371,1351,1351,1383,1433,1358,1311,1683,1881,1349,1826,1784,1779,1779,1959,1309,1800,1597,1344,1613,1357,1381,1383,1376,1383,1365,1347,1671,1859,1480,1445,1374,1427,1412,1414,1412,1410,1573,1664,1335,1569,1536,1477,1504,1537,1532,1532,1658,1636,1504,1911,1523,1578,1544,1473,1535,1468,1483,1526,1556,1455,1371,1408,1491,1378,1544,1538,1582,1612,1615,1589,2101,1712,1769,1744,1659,1666,1599,1675,2636,2277,2604,2482,2104,2590,2311,2054,2109,2696,2180,2769,2757,2947,2647,2604,2764,2794,2292,2124,3563,2655,2899,3198,2980,3056,2580,3386,2949,2868,2910,2627,2263,2279,2233,2113,2221,2295,2694,2084,2186,2813,2599,2223,2730,2376,2325,2154,2290,2207,2283,2411,2886,2503,2251,2141,2270,2073,2256,2317,2030,2114,2301,1789,2080,2112,1721,1666,2331,1986,1998,1846,2019,1671,1648,1809,1650,1782,2271,2102,2151,1932,2119,1819,1668,1578,2246,2098,1899,1525,1756,1840,1615,1612,1644,1968,1608,1521,1706,1565,1761,1443,1440,1469,1554,1652,1589,2247,1516,1617,1522,1458,1391,1849,1851,1808,1855,1790,1460,1396,1679,1759,1757,1757,1757,1781,1564,1543,1430,1551,1536,1430,1419,1419,1418,1441,1713,1429,1317,1949,1427,1409,1406,1428,1405,1399,1454,1340,1718,1486,1414,1432,1399,1389,1388,1389,1435,1454,1406,1558,1294,1877,1368,1336,1336,1329,1333,1346,1424,1424,1363,1377,1385,1356,1363,1369,1367,1366,1366,1376,1424,1476,1400,1353,1339,1382,1403,1405,1405,1454,1467,1561,1691,1716,1560,1634,1607,1655,1675,1836,1789,1692,2122,2087,2680,3084,2867,2601,2588,1998,2326,2056,1875,2491,2359,2514,2407,3356,2738,2725,2287,1953,2565,2723,2747,2488,2698,2293,2526,2447,2291,2445,2086,1922,2173,2514,2616,2558,2805,2245,2328,2527,2457,2674,2573,2453,2280,1938,1852,1972,2286,1843,2165,2976,1988,2123,2246,1974,1918,2530,2691,2760,2729,2454,2363,2972,2850,2487,2726,2410,2284,2122,2489,2731,2495,1956,1851,1922,1971,2091,1813,1845,2458,2494,2441,1846,2162,2522,2371,2123,2171,2885,2284,2407,2174,2727,2039,1974,2002,1969,2118,2447,2064,2970,2131,2443,2329,2018,2314,2494,2409,2199,2174,2807,2681,1847,1790,2279,2124,2401,2493,2400,2609,2208,2933,2449,1699,1566,2401,2648,2646,3248,2725,2129,2246,2119,1811,1924,2042,2518,2686,2606,4012,2411,2371,1923,2330,2010,2374,2639,2365,2328,2085,2037,2285,1966,1730,1654,1865,2211,2447,4130,2499,1904,1959,1938,2038,2126,1847,1888,1730,1677,1771,2089,2126,1915,2290,2006,2134,2004,2157,2208,2484,2122,2012,2037,2411,2367,2241,2206,2288,2104,1805,2220,2486,2683,2125,2062,2076,2050,2009,1880,2170,1846,2843,2528,2687,2565,2403,2767,2893,3294,2084,2017,2419,2063,1970,1926,2166,1964,2460,2287,2281,2044,1804,1647,1761,2042,3611,2817,2841,2579,2897,2837,2406,1903,2479,2534,2162,2215,2753,2178,2129,2080,2214,2166,2161,2756,2102,1956,2473,2153,2251,1884,2099,1758,1902,2015,1874,2331,2446,2134,1988,2225,2009,2064,1976,1915,2339,2520,2056,2102,2583,2726,2362,3027,2510,2256,2568,2847,2799,3195,3004,2254,2656,2468,2641,2751,2626,2433,2730,2638,2992,3045,3029,3378,3050,2650,2283,2467,2403,2579,2177,2533,2773,2447,2722,2640,1980,1933,3095,2084,1917,2484,2809,2365,2337,2516,2567,2569,2171,2329,2641,2448,1958,2340,2732,1718,1688,1928,1966,1999,1853,2001,2232,2492,2446,2968,1961,2211,2606,2089,2196,1978,2237,2402,3121,2326,2615,2050,2085,1883,2044,2003,2442,3246,2652,2488,2763,2929,2410,2363,2572,2529,2529,2172,2159,2648,2047,2651,2605,2926,2248,2566,2416,1802,2170,2407,2371,3366,2646,2611,2644,2370,2922,2291,2368,2929,2732,2568,2404,3527,2446,2372,2132,2444,2408,2807,2599,2335,2728,2485,2415,2520,2649,2248,2732,2403,2330,4044,2338,2446,3970,2410,2606,1848,1883,3648,2565,2492,2644,2286,2246,2666,2407,2368,2240,2076,2384,2685,2727,2877,2503,2603,2211,2285,2210,2196,2540,2673,2575,2290,2043,3055,2647,2445,2610,2490,2520,2528,2920,2337,4010,2416,1962,2407,2130,2241,3376,2606,2531,2245,2167,2644,2725,2774,2770,2567,2352,2858,2524,2017,2127,2286,2323,2211,2447,2688,2446,2248,2051,1839,1972,2804,2449,2327,2246,2286,2813,2485,3006,2454,2238,2174,2001,2045,2129,2408,3776,2583,2471,2806,2477,2138,2323,2412,2521,2351,2224,2332,4098,2327,2311,2520,2484,2087,2289,3047,2457,2371,2167,1924,1885,1886,2120,2587,2442,2608,2491,3208,2695,2182,3297,2140,2200,2029,2308,2042,2015,2525,2493,2927,2683,2572,2410,2084,3209,2291,2479,2528,2407,2693,2306,1737,2288,2323,2653,2724,2377,2084,2216,2682,2692,2219,2498,2450,2564,2281,2175,2012,1883,2031,2147,2044,2658,2332,2034,2452,2166,1918,2270,2328,2200,4022,2312,2400,2690,2573,2528,2327,2529,2322,2293,3205,2364,2517,2260,2169,2197,3368,2890,2132,1996,1964,1970,1856,2003,2004,2002,1965,1965,2093,2011,2730,2530,2127,2482,3289,2563,2492,2489,2559,2451,2447,2531,2563,2173,2366,2199,2572,2649,2330,2644,2414,3049,3082,2971,2331,2845,2524,2093,2481,2339,2483,2444,2488,2684,2809,2327,2293,2729,2765,2291,2965,2688,2686,2686,2455,3009,2130,2127,2774,2277,1934,2065,2321,2099,2442,1971,2239,3098,3127,2885,3011,2653,2639,2292,2268,2046,2203,2120,2090,1846,2009,2089,1923,1877,1936,2009,2420,2412,2603,3089,2294,2280,2259,2606,2570,2522,2407,2013,2327,2528,1905,2001,2015,2127,2041,2041,2295,2044,1757,2415,2811,2843,2812,3490,2724,2331,2400,2491,2153,2306,2166,2090,2552,2400,1954,1916,2047,1936,1997,1885,1766,1893,2045,1596,1688,1682,1936,2047,2005,2044,1967,2008,1798,1807,1767,2399,1775,1767,2080,1811,1835,1852,1838,1809,1854,1996,1808,2630,2367,2329,1921,2045,2130,2290,2560,2692,2489,2441,2134,2044,2405,2966,2411,2168,2575,2366,2348,2480,1763,1638,2096,1933,1884,2409,2729,2405,2329,2318,1933,1929,1927,2366,2461,1774,1916,2059,1966,2044,2451,2285,2365,2245,2091,1913,2391,2250,2689,2329,2447,2604,2249,2528,2082,2081,2408,2031,2122,2365,1962,1838,2162,1888,2013,1883,2148,2573,2645,2965,2551,2046,2365,1772,1724,1850,2435,2601,1931,2527,2553,2457,2961,2127,2897,2569,2805,2555,2368,2895,2772,2608,2154,2048,2039,2641,2302,1853,2179,1980,2078,1735,1944,1680,2012,2050,1997,2009,1896,1953,1850,2171,1961,2004,2291,1961,2290,1607,1642,1855,1881,1889,2114,1927,1766,1849,2255,2308,2251,2572,2360,1852,1734,1957,2246,2619,2004,1893,1874,1854,1956,1925,2088,1851,2040,1896,2287,2209,2004,2037,2177,1959,1801,1969,1886,1924,1927,1892,2004,1918,1932,1969,2122,2888,2010,2001,2168,2088,2173,2414,2491,2327,2889,2240,2133,2412,2284,1974,2030,2081,2565,3175,2372,2496,2180,2334,2135,2409,2687,2649,2448,2316,2517,2561,2413,2528,2443,2209,2256,2115,2607,3087,2415,2361,1967,1711,2004,2124,2698,2330,2647,2288,1834,1803,1885,1971,2525,2050,2167,2162,2044,2054,2205,2163,2052,2165,2126,1843,1961,2481,2493,2400,2066,2495,2604,2247,2649,2810,2486,2487,2166,2077,2283,2481,2570,2404,2608,2721,2297,2206,2568,2731,2883,2734,2487,2367,1734,1645,1987,2409,2133,2609,2479,2011,2044,2376,2565,2129,2443,2134,2323,2445,2328,2248,2485,2534,2606,2488,2404,2253,2327,2164,2399,2408,3491,2406,2494,2840,2170,2767,2165,2487,2530,2408,2412,2238,2176,2043,1782,1799,2326,2491,2602,3094,2489,2573,2364,2484,2685,2775,2725,2728,2492,2848,2565,2769,2563,2134,2524,2731,2444,2497,2400,2248,2846,2290,1966,1883,2558,2483,2290,2326,2363,2971,2731,2842,2530,2606,2533,2125,2525,2174,3725,2810,2131,2325,2848,2161,2570,2415,3364,2734,2762,2206,2766,2133,2046,1838,1893,1876,2336,3061,2488,1758,2087,2205,2127,2291,2560,2368,3168,2484,2543,2880,2437,2412,2650,2409,2406,2613,2486,2329,2372,2449,2438,2448,2489,2408,2398,2381,2282,2172,1883,2644,2334,2441,2407,2448,2367,2322,2649,2646,2487,3097,2765,2207,2331,2570,2324,2241,2610,2327,2250,2286,2683,2369,2531,2122,2856,2246,2410,2041,2172,2000,2769,2125,2134,2289,2303,2665,2568,3245,2809,2495,2641,2576,2482,2444,2447,2290,2286,2616,2811,2969,2169,2249,2285,2284,2371,2086,2470,2123,1972,2228,2168,2408,2367,2565,2454,2520,2728,2335,2599,2530,2687,2446,2415,2520,2611,2524,3651,2335,2682,2572,2781,2325,2126,2244,2692,2643,2448,3210,2245,1888,2051,2459,2735,2648,2447,2812,2362,2023,1804,2048,1837,1923,1695,2124,1923,1969,2475,2765,2687,3016,2804,2530,2608,2147,1961,2235,2291,2607,3129,2812,2321,2982,2055,2117,1926,2045,2486,2371,2401,2449,2967,3535,2849,2127,2120,2051,2604,2486,2495,2563,2527,2525,2775,2729,2204,2568,2284,2370,2530,2685,2408,2889,2731,2527,2648,2612,2883,2573,2608,2522,2411,2447,2368,2691,2603,3735,2408,2449,2728,2802,2846,2616,3089,2441,2730,2731,2443,2415,2728,2762,2611,2250,2439,2493,2847,2764,2496,2519,2530,2691,2335,1943,2010,2126,1967,2447,2527,2440,2608,2213,2407,2525,2292,2319,2531,2484,2372,2409,2568,2567,2281,2612,2604,2413,2409,2683,2847,2614,2567,3447,2365,2772,2889,2574,2649,2124,2071,2204,2402,2927,2493,2125,1964,2008,1961,2456,2360,2334,2483,2606,2606,2371,2926,2695,2600,2449,2409,2209,2645,2412,2448,2123,1729,1955,1761,1633,2237,2289,1886,2063,3094,2529,2081,2648,2685,2572,2207,2041,2011,1752,2165,2051,2326,1965,2041,2283,2286,2120,1971,2008,1929,1886,2309,2566,2651,2444,3212,2571,2197,2168,2049,2130,2367,2043,2332,2565,2809,2136,2245,2172,2129,1646,2213,2334,3009,2201,2371,2766,3078,2964,2539,2251,2371,2078,2416,2170,2409,2368,2442,2249,2445,2494,2198,2004,2487,2125,2250,2408,3128,1889,2486,2171,2206,2091,2162,2450,2374,2318,2051,1950,1897,2076,2032,2083,2058,2309,2239,2413,2279,2377,2806,2812,2388,2121,1982,1898,1886,2193,2883,2568,2770,2081,2136,2161,2163,1937,2167,2366,2362,2529,2774,1991,2081,2240,1976,2129,2433,2443,2487,2167,2612,2367,2489,2241,2169,2052,2200,2412,2069,2196,2044,2010,3128,2650,2647,2256,2408,2522,2324,2500,2119,2684,2212,2288,2333,1879,2806,2291,2123,2047,1840,1728,1798,1893,1966,1689,1850,2518,2652,2233,2368,2042,2065,2976,2973,2323,1908,1767,3131,2560,2653,2099,2087,2238,1682,2125,2217,1848,2680,2328,2161,2091,2489,2323,2529,2689,2769,2608,2482,2286,2648,2172,2686,2765,2772,2038,2382,2408,2088,2256,2465,2034,2324,2126,2450,2692,2722,2490,2444,2130,2046,2530,2292,2278,2602,2412,2049,2041,1814,1843,2619,2411,2358,2164,1930,2688,2529,2562,2971,2724,1844,1564,1641,1977,2408,2158,2317,2212,2404,2122,2013,2038,2773,2530,2487,2368,2326,1968,2845,2566,3809,2732,2369,2685,2528,2849,2532,2763,2452,2568,2525,2484,2331,2642,2456,2399,2689,2536,2081,2288,2180,2717,2458,2722,3208,2242,3092,2369,2570,2848,2935,2528,2928,2362,2688,2770,2364,2614,2711,2159,2125,2035,2207,1724,2040,2844,2294,2402,2408,2450,2163,2370,2289,2525,2244,2126,2412,2400,3017,2886,2968,2492,2045,2137,2369,2813,2490,2964,2005,2106,2393,1849,2054,1886,1875,2437,2653,2886,2367,2330,2568,2603,2689,2613,2202,2487,2370,2767,2205,2008,2603,3371,2010,1909,2184,1931,2488,2889,3007,2648,2367,2368,2533,2685,2485,2853,3244,1930,1970,2411,2175,2615,2768,2329,2726,2490,2489,2483,2326,2291,2489,2361,2368,2328,2488,2491,3250,2806,2368,2487,2608,2809,2365,2775,2641,2533,2606,2892,2605,2363,2569,2530,2402,2449,2648,2932,2490,2884,2613,2360,2191,2361,2576,2803,2731,2483,2330,2488,2251,2483,2368,2643,2611,2334,4774,2652,3486,2965,2937,3086,1651,2605,2532,2520,2375,2446,2564,2529,2293,3047,2323,2024,2166,2526,3051,2524,2613,2404,2612,2126,2567,3454,2364,2687,2488,2932,2287,2366,2563,2527,2534,2682,2614,2479,2333,2490,2119,2493,2565,2653,2805,2241,2328,2528,2931,2408,2486,2450,2286,2524,2368,2451,2448,2484,2250,2364,2291,2058,1876,1696,2813,2535,2764,2652,2444,2443,2608,3016,2444,2447,2127,2688,2727,2767,2728,3129,2490,2846,1967,2208,2374,2924,2726,2327,1930,1842,2089,2885,2727,2530,2487,2493,2649,2608,2406,2405,2447,2124,2251,2287,2481,2490,2444,2047,2052,2084,2126,2411,3210,2441,2329,2527,2245,2449,2250,3047,2365,2530,2409,2643,2527,2452,2370,2482,1964,1853,1843,1890,2527,2766,2328,2444,2289,2889,2407,2202,2327,2247,2486,2452,3049,2287,2290,2605,2409,2321,2366,2256,2241,1894,2165,2491,2520,2411,3127,2461,3040,1970,2223,2488,2728,2367,2803,2763,2534,2525,2568,1969,2788,2012,1785,1770,2537,2573,2736,2729,2486,2130,2558,2728,2142,1997,2324,2629,1920,1851,2013,2213,2255,2049,2251,2249,2400,1889,1961,2487,1884,2093,2293,2602,2011,3052,2687,1722,1944,2525,2652,2524,2500,2601,2091,2377,2893,2446,2524,2083,1892,2492,1719,2327,2651,2647,2246,1806,2280,1933,2085,1923,1809,2022,2570,2367,2656,2439,3017,1981,2316,1925,1825,2466,2169,2193,2046,1968,1680,1640,1610,1610,1636,1723,1772,2090,2128,1958,2013,1996,1976,1917,2088,1774,1833,2174,1722,2014,2607,2036,2171,2011,2043,1681,1747,1650,1617,1924,2167,2565,1852,2152,1752,2005,2109,1818,2009,2206,2170,2403,2125,1650,1726,1792,1648,1809,1809,2250,2555,2255,2040,2693,2729,2809,2043,2610,2009,2568,2326,2532,3652,2400,2492,2089,2476,2527,2208,2293,2607,2764,2489,2445,2492,2971,2603,2604,2413,2204,1923,1852,2200,2444,2535,2211,2100,2124,1842,1933,1920,1823,2096,2136,2680,2367,2771,2083,2332,2724,1936,1828,1973,1966,1999,2249,2127,2360,2294,2045,2688,2485,2285,2444,2731,2532,2124,2325,1811,1783,2684,2011,1793,1575,1561,1560,1532,1560,1520,1809,2174,2242,1808,1838,1888,2094,1960,1926,2122,2126,1889,2296,1870,2372,2402,2331,2485,2529,2849,2530,2441,2940,2568,2726,2241,2407,2207,2287,2966,2934,2569,2406,2009,1923,1883,2486,2769,2529,2769,2564,2413,2527,2646,4296,2206,2248,2640,2293,4009,2410,2367,2484,2248,2048,2323,2810,2566,2691,2489,2409,2365,3372,2444,2533,2443,2847,2451,2607,2885,2412,2646,2407,2525,3168,2650,2166,2453,2366,2362,2495,3009,2287,2444,2447,2451,2401,2326,2931,2927,2651,2407,2365,2529,2732,2528,2445,2409,2606,2324,2933,2608,2811,2685,2529,3129,2803,2735,2606,2684,2652,2361,2290,2450,2482,2568,2572,2443,2531,2734,2520,2650,3046,2575,2442,2004,2372,2607,2766,2608,2928,2092,2047,1816,2351,1931,2076,2289,2526,2731,2453,3250,2167,2410,3293,2892,2962,2168,2283,2331,2483,2453,2327,4771,2288,2734,2400,2248,2367,2257,2163,2251,1933,1807,2417,2238,2088,2084,2438,2231,3148,2814,2288,2326,2041,2100,2613,2169,2060,2482,2288,4492,2447,3094,2091,2164,2677,2520,2729,2204,2045,1665,1642,1648,2002,1972,2357,2005,1816,1921,2070,2490,2091,2442,2533,2400,2325,2133,2447,2645,2854,2688,2564,2484,2406,2577,2202,2485,2531,2608,2568,2447,2925,2291,2086,2770,2966,2577,1996,2131,2164,2055,2892,2330,2370,2566,2687,2403,2567,2454,2443,2851,2447,2725,2571,2647,2888,2573,2201,2815,2639,2657,2563,2608,2570,2490,2559,2410,2610,2448,2321,2408,3532,2329,2409,2684,3052,2730,2844,2409,2807,2130,2646,2247,2370,3169,2524,2528,2405,2768,2531,3001,4138,2332,2161,2162,2289,2600,2408,2279,2611,2488,2095,2248,2411,2163,2774,2531,3887,2565,1934,2684,2204,2166,3133,2649,2402,2608,1964,2897,2802,2329,2087,1853,1747,2970,2534,2483,2406,2373,2280,3011,1892,3202,2409,2287,2371,2240,2413,2851,2882,2290,2445,2365,2692,2727,2205,2285,2563,2081,2128,2412,2288,1812,2525,2124,2247,2367,2489,2336,2402,2327,2601,2370,2246,2446,2365,2099,2408,2321,2033,2166,2054,1597,2046,1938,2195,2131,2052,2003,2210,1879,1730,2001,1884,1888,1971,2403,2455,2076,2093,2050,2202,1965,2241,2005,2306,2415,2100,2902,2364,2010,1933,2053,2522,1897,2247,1834,2236,3085,2613,2646,2687,2606,2254,2568,2490,2242,1877,2040,2405,2441,2895,3164,2891,2529,2805,2568,2329,2208,2402,2448,3012,2362,2253,2320,2212,2167,2569,3524,2971,2567,2488,2293,2523,2605,2929,2653,2489,1963,2452,2400,2532,2563,2492,2247,2412,2066,1964,2129,1963,2287,2602,2244,2531,2650,2805,2338,2053,2247,2399,2614,3006,2645,2535,2644,2171,2802,3130,2927,2087,2690,2530,2215,2443,2052,2487,2889,2285,2450,2649,2366,2730,2284,2406,2647,2373,2367,2762,2817,1975,2089,2470,2276,2251,2743,2424,2725,2610,2530,2527,2572,2400,2397,2093,2394,2487,2367,3448,2767,2530,2811,2522,2453,2802,2691,2969,2850,2445,2527,2333,2923,2692,2328,2769,2201,2372,2327,1701,1832,2169,2803,2229,2053,2121,2372,2522,3051,2120,2648,2569,1869,2146,2120,1820,1845,1838,1776,1842,1926,2050,2252,2368,2204,2531,2409,2012,2316,1882,1680,1642,1730,2235,2207,2137,1960,1724,1955,1877,1857,2366,2201,2208,2130,2093,1877,1845,2243,2047,2210,2207,2569,2562,2568,2688,2409,1918,2046,2168,2489,2928,2533,2605,2687,2846,2410,2649,2444,2338,2079,2251,2368,1890,2116,2254,2377,2250,2652,2649,2327,2164,2248,2441,2294,2563,2685,2932,2325,2692,2449,2125,2322,2611,2450,2849,2807,2487,2649,2082,2570,2806,2735,2441,2407,2492,2530,2565,2486,2487,2609,2445,2445,2817,2035,2208,3090,2648,2171,2041,2213,1886,2518,2220,1876,1812,1798,1926,2501,2327,2123,2208,2096,2020,2083,1848,1959,1933,1968,1952,1812,2733,2407,2730,2887,2210,2075,2163,2171,3328,2046,1735,2498,2532,2253,2766,2722,2644,2170,2375,2564,2649,2478,2650,2244,2616,2204,2211,2370,2767,3213,2892,4125,2490,2807,2372,2124,4793,2563,2207,2211,2239,7910,2289,2280,2723,3534,2606,2850,2324,2613,2133,2397,2687,2046,2168,2083,2091,1885,1735,2007,2092,2867,2401,2330,2365,2451,2966,2574,3250,2360,2329,2655,2313,2656,2773,2332,2560,2034,2269,2293,2248,2484,2848,2484,2333,2290,2558,2213,3011,1887,1853,1965,2862,3501,2770,2485,3084,2371,2288,2455,2756,2531,2264,2632,2488,2283,2247,2020,4161,2210,2243,2734,2367,3446,5824,2175,2967,3009,3293,2730,2645,2854,2883,2287,1791,2470,2292,3845,1983,2039,5977,2415,2044,2412,2201,2613,2608,3405,2850,2489,2406,2564,2564,2328,2689,2373,3086,2809,2727,2689,1934,2242,2808,2641,2654,3491,2208,2124,2088,2248,2725,2046,2166,3053,2492,2079,2134,2330,2647,1941,3093,2254,2765,2484,2408,2407,2447,2486,2933,2731,2449,2123,2405,2365,2251,3089,2691,2814,2357,2125,2611,2208,2765,2848,2647,2741,2399,2124,2422,2806,2405,2390,2211,3322,1848,2256,2039,1722,2079,2337,3169,2527,2245,1961,1644,1611,1721,1887,1923,1888,2005,2011,2082,2594,2650,2450,2403,2209,2131,1919,2048,2687,2366,2289,2408,2606,2374,2408,3124,2813,2075,1971,2748,2731,3814,2327,2490,2528,2559,2328,2290,2367,2129,2926,2446,2570,2483,2816,2806,2408,2323,3972,2448,2446,2488,2212,2444,2529,2005,2507,2568,3209,2487,2566,2651,2164,2612,2286,2771,3091,2321,3131,3293,3127,2933,2159,2528,2972,2246,2887,2972,2569,2571,2483,2687,3014,2607,2725,2331,2279,2492,2571,2571,2406,2483,2571,2492,2685,2364,1973,2064,2089,2006,2051,1642,1749,1761,2355,2735,2528,2608,2483,2367,2008,1928,2323,2169,2081,2373,2608,3577,2391,2580,2126,2489,2610,2527,2210,2645,2050,2038,2094,1812,1997,2014,2886,2367,2210,2416,2806,2094,1958,2321,2376,2603,2929,2813,2731,3328,2521,2653,2851,2884,2813,2806,2608,2645,2734,2848,2126,2603,2527,2411,2446,2530,2609,2445,3566,2089,2359,1836,2134,2469,2644,2522,2282,2118,2205,2010,2202,2185,2250,2652,2687,2527,2614,2560,2614,2520,2808,2459,2410,2446,2447,2444,2597,3255,2854,2370,2713,2411,2626,2005,2592,2518,2735,2202,2327,2288,2608,2031,2582,2729,2529,2241,2374,2360,2211,1966,2088,2525,2252,2808,2885,3407,2487,2375,2769,2519,2814,2443,2607,2972,2530,2374,3844,2293,4572,3774,4125,2772,2325,2851,2248,2689,3210,2848,3601,2328,1880,2201,3178,2404,2483,2045,2530,2326,2369,2366,2333,2804,3770,2566,2656,4727,2326,2119,1835,2380,2408,3168,3130,2370,2283,2526,2770,3208,2691,2767,2526,2650,2365,2369,2370,2446,2443,2415,2603,2685,2572,2487,2452,2245,2926,2771,2361,2734,2326,2598,2811,2650,2284,2053,2641,2655,2642,2648,3333,2562,2689,3054,2802,2254,2404,2406,2968,2651,2847,2766,2857,2803,2404,2415,2567,3932,2205,2324,2293,2404,2565,2734,2400,2614,2774,2567,2114,2731,3449,2568,2251,2168,2442,2693,2409,2525,2522,2452,2926,2412,2083,2001,2484,2525,2811,2365,2208,2527,2611,2450,2360,2448,2527,2527,2490,2609,2403,2567,2452,2410,2485,2248,2362,3335,2286,1808,2450,2171,2604,2728,2528,2652,7746,1995,2215,2401,2495,2046,2523,2254,2445,2081,2730,3337,2428,2055,2247,2286,2931,2365,3492,2688,3601,2049,2087,2572,2247,1877,2254,2248,2370,2005,2383,3408,2852,2129,2882,2092,2445,2134,2971,2127,2008,5891,2693,2166,2367,2527,2366,2925,2249,2289,2772,4333,2082,7746,2205,2125,3492,4893,2336,3129,2490,2547,1775,2090,2415,2647,2964,5975,2653,2127,2243,2927,3011,2693,2366,2093,2363,2249,2650,2726,2526,2410,2851,2684,2973,4853,2247,2246,4972,2609,2449,2567,2410,2565,2242,2651,2566,2127,2162,2327,1847,2046,2203,7824,3731,3456,3452,2523,2332,3121,2894,2403,2530,2324,2887,2490,2967,2812,2563,4494,3492,2429,2274,2085,2566,3047,3173,2688,3646,2570,3488,2697,2645,2130,2409,2129,2762,2268,2206,2248,2607,2452,2565,2967,2688,2443,2370,2198,2484,2557,2450,3857,2202,2611,1791,2298,2852,3054,2562,3131,2648,2246,2444,2733,2656,2648,2404,2147,2320,2244,2526,2169,2053,2364,2529,2020,2474,2607,2130,3244,2130,2403,2570,2608,2162,2204,2125,4932,2684,1810,1970,2458,2192,2327,2040,2482,2127,2371,2969,2404,2286,2487,2407,2286,2572,2281,2373,2367,2041,1819,2354,2607,2847,2214,2126,2138,2081,2086,2046,1857,1926,2146,2030,2069,2451,2647,2328,2562,2132,2171,2248,1891,2003,2126,2090,2079,1968,2849,2330,2924,3122,1857,3785,2531,2410,3084,2495,2439,2850,2093,2037,2095,1951,2284,2770,2538,2091,2043,2309,2171,2084,2651,2411,2043,2644,2042,2251,2690,2523,2126,1874,1892,2147,2167,1930,2123,2082,2046,2163,2095,1967,2258,1961,1881,1885,1846,2249,2126,1804,1916,1851,1927,2239,2015,2080,2124,2331,2271,2381,2448,2557,2321,2322,2009,1866,1876,2050,1921,1996,2291,2533,2048,2208,2206,2164,2169,2084,1897,1949,2045,1995,2133,2084,2226,2211,2159,2012,1999,2233,1902,1928,1762,1895,2006,2036,2005,1936,1958,1769,2124,2143,1977,1927,1823,1763,1877,2064,2052,2326,2362,2207,2246,2096,1832,1895,1881,2001,2288,1981,2572,1918,2248,1886,1846,2200,2367,2611,2337,2475,2334,2447,2721,2816,2728,2678,1908,1975,1929,2077,2125,2011,2171,2043,2044,1812,2045,2238,2209,1803,1773,1724,1685,1735,1812,1564,2240,1926,1723,1885,1842,1612,1972,2123,2324,1854,2152,2332,2128,1921,2160,2020,2035,2487,2066,2522,2325,2573,2559,3221,2167,1760,2313,2524,2450,2535,3011,2165,1993,2485,2807,2249,2131,2724,2333,1941,1845,2320,2853,2167,2248,2523,2566,2445,2133,2324,2203,2496,3002,2376,2571,2721,2535,2601,2325,2215,3163,2532,2405,2047,1885,2368,2211,2152,1770,1962,1806,2360,2090,2090,3209,2371,2441,2734,2805,2928,2733,3004,2609,2166,2291,2119,1970,2413,2362,2414,2521,3532,2413,2286,3042,2130,2649,2326,2732,2523,2613,2645,2887,2369,2242,2130,2570,2035,2581,2493,2203,2292,2441,2447,2572,2407,2332,2086,2325,2131,2568,2565,2535,2846,2451,2367,2688,2484,2452,2445,2531,2362,2568,2611,2484,2766,2574,2807,2490,3087,2808,2084,2086,2445,2169,2852,2925,2687,2531,2683,2371,2243,2056,2244,2124,2332,3008,3086,2288,2688,2289,2011,2122,2404,2495,2260,1968,1916,2044,2444,2095,2044,2037,1908,2805,2611,2560,2455,2104,1922,1937,2762,2526,2369,2400,2241,2452,3010,3932,2364,2649,2645,2528,2735,2564,2573,2345,2402,2769,2407,2407,5859,1761,2038,2446,2764,2534,3086,2969,2528,2451,2401,2448,2568,2813,2523,2608,2571,2726,2966,2207,3055,2727,2570,2365,2485,2648,2168,1965,2448,2725,3577,2287,2365,2404,2851,2289,2281,2085,2293,3131,2963,2092,2120,3730,2135,2886,2407,2370,2484,2527,2244,2487,3645,2290,5134,2889,2609,3482,2171,2205,1932,2081,2166,1966,2214,2849,2442,3936,2489,2171,2167,2201,2647,2965,3053,2324,2810,2935,2962,2130,2576,2289,2037,2080,2011,2387,2569,2529,2892,2164,2370,4975,2768,3285,4136,2043,1928,2432,2571,2445,2087,2366,2847,2610,2565,2532,3128,2565,3052,2923,2292,2648,2610,2727,2844,2609,2485,2168,2412,2281,2049,2330,2569,2170,2482,2333,2601,2411,2409,2605,2733,2763,2686,2490,2331,2167,2526,2248,2408,3405,2571,2168,2531,2362,2415,1675,2833,2444,2014,2398,2175,2491,2483,3416,2319,1847,1982,2048,1929,3774,2167,2834,1652,2712,2565,2388,2377,2177,2081,2228,1987,2085,2012,2824,2451,2053,1962,2995,2013,2310,2448,2207,3371,2694,2602,2527,2486,2369,2932,2724,2727,2568,2329,2566,2010,2439,2802,2932,3170,2330,2650,2202,2091,2647,2567,2489,2608,2651,2689,2242,2408,1729,3764,2489,4251,2368,1807,2572,2091,2122,1842,2304,2562,2528,2333,2082,2006,1970,2281,2200,2376,2522,2329,2528,2563,3691,2852,3328,2328,2487,2173,2805,2409,2609,2256,2487,2446,2204,2969,2445,2704,2487,2696,2145,2150,2806,2885,2851,3039,2820,2565,2442,2769,1920,2168,2013,2002,2484,2500,2159,2651,2884,1855,2024,2206,2843,2130,2316,2572,2484,2412,3170,3730,2409,2367,2444,2404,2607,2571,4253,2288,2367,2044,2490,2048,2583,2440,2050,2007,2005,2477,2082,2285,2527,2526,2212,2528,2402,2250,2208,2642,3208,2449,2935,2400,2488,2575,2722,2770,2291,2401,2416,2370,2559,2413,2487,2524,3010,2689,2408,2405,2854,2488,2441,2571,2167,2296,2072,2565,2607,2608,2694,2360,2372,2211,2358,2520,2100,2883,2404,2646,2371,2441,2134,1768,2323,2253,2569,2332,2041,1966,2207,2480,3174,2690,2693,2082,2093,2404,2231,3588,2407,2644,2527,2971,2324,2331,2439,2571,2205,1715,1812,2407,2454,2327,2002,2412,2490,2525,2368,2407,2571,2886,2687,2725,2412,2407,2604,2689,2488,2367,1925,1853,2606,2323,2411,2409,3092,2808,2410,2125,2802,2327,2690,2531,2602,2654,2248,2969,2806,2327,2404,2493,2444,2412,2446,2565,2647,2531,2805,3332,2692,2523,3013,2086,2080,2892,2811,2568,2767,2369,2328,2560,2527,2527,2572,2532,2526,3206,1853,2085,2047,2338,2524,2726,2610,2529,2370,2489,2326,2524,1965,2287,2167,2487,2966,2570,2295,2859,2121,2450,2768,2164,2457,2486,2166,2643,2411,2723,2451,2212,2239,2246,2456,2523,2692,2682,2691,2569,2885,3132,2483,2371,2489,2167,2609,2602,2650,2373,2447,2085,1915,2212,2102,2280,2168,2565,2182,2430,2290,2285,2442,2514,2590,2289,2684,2452,2771,2567,2325,2205,2216,1959,1960,1921,1965,2490,2450,2732,2451,2447,2767,3084,2092,2690,2524,2165,2529,3045,2617,2881,2367,2258,2141,2067,2696,2368,1918,2122,1870,1844,2167,2257,2266,1805,1882,1599,2223,1694,2006,2633,2287,2007,2208,2050,2363,2084,2608,1815,2245,2170,2274,2288,2329,2367,2039,1888,1926,1851,2186,2163,2256,1870,1952,2498,2168,2285,2280,2609,3008,2041,1973,2415,2565,2283,2167,2375,3082,2605,2571,3091,2646,2333,2961,2292,2365,2805,2407,2686,2092,2362,1967,2245,2291,2600,2409,3088,2527,1961,2324,2576,2091,2439,2288,5369,2569,2976,3166,2692,2720,2535,2443,2176,2322,2444,2053,2151,2378,2406,2160,2104,2613,2692,1941,2021,2417,2229,2097,2090,2310,2816,2855,2368,2648,2155,2297,2207,2403,2093,2542,2897,2446,2280,2451,2849,2685,2086,2251,2569,2606,2362,2491,2808,2369,2686,2609,3128,2528,2406,2534,2563,2892,2685,2886,2008,2618,2407,2313,2321,2447,1873,2534,2615,2013,2503,2494,2888,2927,2609,2642,2336,2328,2606,2009,2288,1973,1973,2891,2261,2645,2205,2446,2403,2407,2647,2492,5738,3169,2247,2005,2340,2498,2135,2302,2568,2485,2653,2529,2566,2369,2563,2648,2094,2606,3249,2370,2645,2891,2288,2564,2730,2892,2722,2414,2964,2412,2447,2649,2764,2005,2450,2368,2253,2018,2476,2730,2491,2239,2118,2117,2631,1972,2057,2043,2449,2729,2450,2163,2143,2211,1862,2201,2141,2033,1929,2840,2481,3017,2722,3570,2371,2565,2859,2217,1878,1968,1812,2005,2086,2199,2404,2448,2687,2414,2323,2285,2444,2409,2729,2324,2567,3010,2447,2201,2415,2525,2080,4220,2489,2447,2480,2515,2731,2644,2248,2451,2490,2449,2319,2654,2446,2409,2735,2403,2932,3612,2563,2652,2489,2764,2090,2081,1967,2474,2530,2528,3211,2324,2853,2285,1920,2735,2052,2110,2720,2568,2568,2658,2806,3130,1972,2321,3044,2450,2818,2280,2654,3317,2854,3811,3047,3132,3010,2407,2363,2596,2277,2617,2485,2653,2442,2571,2321,2530,3728,3135,2249,2564,2326,2686,3053,2852,2606,2529,3084,2692,2691,2401,2524,2021,2559,2650,2215,2405,2289,1997,2210,2439,2819,2601,2654,2645,2810,2414,2403,2570,2762,2695,2601,2534,2530,2519,2530,2533,2561,2613,2605,2484,2250,2652,2562,2374,2848,2287,2166,2171,2320,2650,2605,2530,2603,2530,2127,3372,3491,2447,2724,2373,2604,2447,2607,2134,2488,2364,2166,2009,2685,2367,2573,2687,2525,2025,2074,2008,2454,2040,2051,2212,2324,2048,2203,2202,2417,2163,2275,2132,2563,2442,3246,2254,2062,2285,2730,3728,2807,2406,2052,2519,2210,2486,2610,2967,2970,2487,2243,2165,1777,1971,2092,2409,2208,1841,1955,2176,1916,2217,2565,2568,2044,1780,1723,1657,2142,2654,2174,1930,1850,2191,1998,1810,1844,1921,2174,1875,1810,1840,1980,2036,2057,2523,1802,1731,1883,2119,2055,2686,2200,1976,1844,1680,1683,1691,1803,1806,1810,2122,2217,2722,2654,2205,2204,2969,2847,1809,2328,2371,2322,2493,2567,2608,2886,2804,2368,2486,2332,2490,2769,2157,1849,2409,1773,2119,1922,1966,2165,2297,2285,1962,1909,1669,1904,1963,1966,2295,3242,2651,2288,1928,2448,2451,2646,2576,2722,2246,2015,1924,2269,2692,2604,2532,2282,2413,2170,2606,2088,2090,2085,2005,2047,2714,2564,2853,2170,2442,2490,2324,2081,2012,2035,2171,2134,2161,2711,2169,2447,2647,2446,2532,2729,2410,2254,2082,2691,2088,2639,2607,3665,2203,2327,2477,2440,2531,2284,2574,2766,2604,1970,2208,2481,2641,2537,2358,2453,2408,2255,2124,2310,2927,3255,3088,2365,2252,1887,1955,1809,1923,2045,2004,1926,2313,2362,2328,2776,2363,2251,2772,2446,2558,2368,2613,3612,3006,2610,2606,2890,2407,2127,2083,3627,2527,2529,2245,2328,2326,2092,2262,2689,2282,2013,2036,2362,2409,2333,2482,2803,1961,2582,2528,2494,2563,2566,2690,2886,2775,2559,2528,2490,2731,2763,3819,2079,2455,2171,2682,2011,2595,2251,2606,2375,2636,2290,2364,2247,2360,2443,2446,2166,1949,2359,2490,2605,2809,2569,2403,2566,2609,2130,2116,2006,2137,2042,1827,2017,1843,1837,2055,2302,2616,1972,2167,2089,2223,2964,2847,2260,2099,2173,1926,1964,1720,1817,2046,2124,2008,2016,2243,2481,1965,1963,2272,2254,2527,2408,2406,2294,1885,2049,1879,2096,2478,2169,2245,2295,2106,2522,2609,2107,2525,2452,2648,2488,3371,2401,2288,3369,2929,2331,2370,3126,2605,1936,2157,2771,2284,2451,2409,2445,3352,4302,2242,2086,2128,2929,2524,2291,3208,2858,2638,2277,2127,2005,1921,1853,2044,2356,2327,2489,2371,2363,2243,2448,2606,2450,2054,1997,1889,1847,2531,2373,2014,2253,2088,2165,2290,2370,2485,2405,1733,2483,2091,2289,2366,2843,2528,2244,2338,2443,2412,2526,2366,2129,2403,2487,3732,2648,2323,2212,1966,2500,2254,2519,2526,3209,2335,2122,1972,2231,2446,1937,2207,1964,2539,2370,2651,2728,3529,2120,2408,2165,2131,2038,2369,1804,2650,2126,2166,2124,2051,2010,2197,2056,2078,2046,1932,2202,2012,1726,2086,2043,2162,2129,2565,2215,2084,2186,2046,2001,2019,1916,2374,2599,1774,2161,1889,2244,1921,1854,1917,1929,2080,2045,2208,1807,1775,1763,1919,3170,2087,2257,1771,2007,2417,2334,2243,2446,2732,2610,2005,2520,2248,2296,1902,1804,2541,2811,1806,2007,2174,2441,2494,2006,1927,2483,2288,2644,2372,2480,2533,2447,1873,2574,2173,2215,2442,2336,2565,3733,2442,2567,2491,2404,2406,2405,1803,2448,2090,2036,1990,2515,2316,2775,2049,2407,2244,2214,2079,2013,1799,2031,2293,2399,2456,1981,1849,2001,2009,1969,1966,1965,1962,1971,2401,2132,1835,1768,1972,2366,2893,2414,4135,2625,2089,2002,2088,2001,2121,2254,2288,2329,2095,1967,2569,2177,2033,3496,2645,2695,2075,2168,1956,1812,1811,2083,2167,2158,2454,2326,2212,2242,2370,2566,2731,2288,2082,2046,1999,2124,1763,2054,1884,1889,1874,2137,2200,2567,2447,2813,2113,2590,3366,2686,3138,2212,2806,2525,2283,1972,3342,2686,2925,2651,2206,2004,2091,2116,2375,2769,2519,2017,2568,2560,2404,3001,2451,1885,2118,2010,2446,2729,2530,2642,2133,2245,2206,2133,2480,2370,2649,2567,3776,2610,2843,2924,2570,2846,2532,2929,2487,3091,2404,3135,2285,2368,2248,2682,2772,2605,2568,2648,2532,2527,2407,2602,2891,2411,2768,2690,2600,2534,2604,3088,2452,2324,2565,2569,1768,2447,2324,4138,2207,2327,2006,1979,1961,2029,1963,2565,2726,1918,1918,2373,2923,2249,2247,2402,2574,2046,1927,1773,1765,1844,2700,2165,2171,3209,2328,2730,2221,2488,1965,2006,2090,2691,2286,2080,2206,2247,2245,2776,3856,2365,2769,2848,2286,2411,2288,2200,2127,3771,2403,2564,2489,2426,2766,2562,5810,3499,2851,2914,2527,2344,2643,2053,2287,2327,2286,2511,2048,1644,1862,2375,2492,2807,2450,2322,2973,2565,2047,2245,2395,2329,2503,2007,2486,2451,2287,2523,2334,2486,2123,2411,2445,2323,1956,2371,2772,3115,1931,2483,2367,2565,2168,2412,2123,2525,2449,2334,1966,2319,1761,1978,1958,1963,2093,2120,2291,1728,2042,2014,2005,2076,2098,2122,2042,2207,2179,2689,2280,1693,2128,2369,2083,2579,2280,2531,2535,2448,2452,2071,2368,2493,2326,2735,2925,2565,2250,2559,2357,3212,2169,2494,2441,2294,2021,2543,2680,2725,2405,2022,2486,2193,2208,2055,2565,2853,2071,2127,1857,2113,2323,2010,1853,2087,2326,2322,1938,1873,2028,2368,2610,2569,2531,2523,2487,1966,1999,2287,2440,3333,2491,2521,2013,2567,2163,2329,2481,2133,1763,1758,1659,2075,1975,1967,2003,1970,1845,2081,1919,2207,1852,2051,1724,1675,2171,1973,2328,1918,2099,1875,1787,1770,1563,2126,1800,1646,1603,1621,1644,1950,2074,1969,2372,2447,2449,2607,2522,2372,2766,2847,2487,2532,2770,2253,2524,2846,2320,2421,2239,3095,1812,1686,2324,3130,2408,2094,2241,2443,2607,3888,2655,2762,2448,2089,2730,2205,2226,2253,2084,2158,2051,2375,2485,2889,2317,2179,2004,2009,2331,3082,2683,2449,2448,2404,2695,2359,2611,2167,2049,2007,2002,2204,1774,2002,2485,2240,2133,2438,2323,2176,2524,2125,2528,2009,2072,2080,2209,2245,2325,2180,2041,2681,1968,2694,2811,2365,2219,2026,2372,2335,2291,2411,2127,2051,2370,2198,1866,2343,2084,2045,1963,1882,1928,1808,2427,2665,1807,2209,2005,2016,1871,1927,1972,1966,1965,2332,2369,2692,3167,3130,2367,2609,2449,2961,2249,2490,2097,2237,2445,2088,2363,2648,2329,2285,2442,2168,2125,3131,2368,2203,1935,2120,2490,2249,2047,2369,2205,2427,2411,2440,3414,3494,2373,2319,3127,2411,2206,2095,2215,2290,2929,2682,2616,2639,2489,2128,2244,1974,2094,1964,2004,2490,3045,2411,2604,2566,2251,2450,2409,2928,2209,2443,2562,2533,3011,2332,2521,2093,2689,2241,2492,2808,2926,2890,2885,2287,3251,2693,2364,3607,2774,2325,3891,2326,2447,2287,2731,2484,2728,2368,2493,2763,2608,2887,2653,3086,2331,2445,2452,2486,2167,2446,2161,3333,2968,2368,2726,2888,2335,2808,2404,2852,2482,2451,3129,2690,2408,2728,2811,2323,2649,2491,2402,2611,2608,2606,2649,3611,2812,2722,3010,3130,2530,4379,2404,2567,2528,2093,3368,3608,2248,2649,3050,2364,2246,2331,2649,2080,2411,2567,2370,2323,3328,2134,2164,2445,2168,2167,3093,2283,2170,2571,2687,2966,2292,2963,2889,2408,2404,2568,2574,2408,2446,2530,2685,2887,4129,2813,2606,2854,2332,2159,2121,2575,2927,2963,2082,2284,2437,3887,3616,2205,3370,2323,1820,2488,2591,2492,2111,2009,2375,2890,2414,2402,2966,2329,2489,2368,2364,2367,2041,1928,1918,1845,2052,2289,2201,2374,2607,2648,2892,2851,2599,2892,2206,2366,2570,3130,2565,2620,2648,2708,1898,1960,2249,2598,2121,2609,2216,2014,2130,2053,2633,1961,2731,2412,2160,2610,2608,2613,2642,1955,2252,2212,2342,2408,2494,2119,2048,3153,2081,2012,2326,1842,1752,1807,2460,2560,2574,2524,2485,2247,2490,2648,2848,2366,2848,3945,2279,2611,2328,2491,2524,2525,2081,2308,2127,2368,3010,3893,2362,2088,2687,2445,2211,3284,2570,2125,1807,2136,1954,2047,2137,1955,2252,2290,2011,2244,2375,2041,2373,2450,2248,2328,2689,2288,2036,2285,2092,2610,2681,4253,2612,2810,2484,2451,2843,2245,2655,2048,1818,1842,4461,3447,2845,2327,2288,1754,1838,1567,2689,2647,3209,2367,1927,1886,2254,2647,2524,2568,2610,3209,2883,4581,2684,2646,2528,2129,2567,2690,2413,2364,2447,2444,2973,3688,2812,2200,2406,2490,2242,2528,2480,1988,2477,2370,2293,2038,1960,2051,2089,2125,1955,1939,1885,2076,2092,2051,2122,2380,2731,2690,3966,2616,2682,2651,2298,2403,2239,2046,2531,2444,2413,2369,2282,2570,2376,2203,2686,2488,2448,2365,2561,2575,2331,2325,2325,2088,2007,2733,2602,2690,2411,2314,1840,2439,2399,2857,2803,2377,2368,2485,1924,2524,2660,2084,2375,1884,1868,1643,1560,1532,1755,2062,2045,2053,2209,2085,2396,2289,1849,2016,1845,1694,2370,1638,1847,2187,2562,2330,2367,2369,1801,2596,2846,2524,2140,2503,2490,2201,2449,2531,2122,2338,2044,2147,2021,1974,1844,2523,3000,2289,2064,2569,2132,1684,2050,2131,2744,2246,2326,1702,2352,2124,1655,1930,1877,2170,1765,1681,1770,2335,1718,1891,2566,2211,2199,3005,2974,2528,2001,1967,2005,1768,2055,2156,2494,2204,1957,1817,2034,1852,1970,2168,2040,2281,1814,1729,1956,1806,1810,1837,2046,1970,1765,2013,1964,2164,2173,1992,1617,1561,1801,1643,1534,1717,1976,2043,2039,1817,2164,2327,2644,2327,2330,2361,2650,2536,1897,2329,2242,1847,2694,2719,2374,2129,1751,1775,1941,1878,1892,1768,2163,2124,2045,1691,1598,1691,1886,2002,1766,2358,1730,1904,1720,1808,2430,1951,1815,2038,1894,2246,2033,1612,2238,2081,2450,2052,1707,1682,1876,1852,2123,2086,2727,2570,2650,2241,1884,1801,2353,1865,2220,2115,1963,2286,2047,1928,2150,1919,2086,1884,1848,1931,1887,2604,2402,2363,2248,1928,1856,1886,1926,2157,2430,2117,2175,1803,1885,2203,2093,2340,2133,2522,2084,2003,2124,2182,2527,2526,2563,2654,2366,2247,2000,2116,2325,2327,2097,2268,2008,1895,1970,2247,1894,2323,2407,2050,1997,2123,2372,2092,2445,2082,2086,1802,1775,1969,1883,2282,2008,1960,2090,2134,2118,2643,2701,2155,1957,2052,1878,2006,2569,2562,2451,2377,2080,2248,1930,2048,1953,1898,2047,2000,2005,2773,2164,2048,2041,1894,2084,1882,2983,2687,2046,1970,1806,2699,2728,2451,2084,1926,1887,1844,1927,1925,1896,2162,2357,2575,2285,2368,3243,2978,2363,2253,2044,1960,1851,2282,2090,2008,3241,2254,2564,2285,2048,2685,2608,3290,2492,2931,2766,2453,1726,2777,2370,2405,2282,3409,2048,2367,2894,2604,2726,1684,2451,2488,2366,2246,2377,2167,1920,2370,2445,2644,2531,2491,2159,2149,2294,2326,2132,2480,3129,2489,2730,2485,2281,2742,2403,1978,1968,1891,1843,2253,2844,2138,1816,2393,1932,2438,2570,2567,2814,2561,2369,2089,1993,2175,2519,2534,2643,2259,2764,2128,2290,2283,1859,2357,3251,2008,2516,2774,2929,2367,2403,2572,2175,2324,2370,2215,2203,2249,2572,2364,2031,2617,2647,2850,2574,2443,2564,2368,2174,2081,2205,2889,2408,3160,3226,2227,1729,1643,2285,2247,2652,2208,2849,2564,2647,2565,2527,2616,2520,2451,2928,2685,2613,2604,2610,3131,2205,2080,1818,2280,2106,2008,2055,2429,2413,2444,2292,2441,2210,2371,2402,2646,2367,2774,2410,2293,2004,2811,2726,2209,2209,1810,2122,2090,1880,1968,1727,1963,2006,1998,2036,2453,2562,2007,1756,1968,2080,2004,1807,2127,2326,2368,2092,1880,2056,2567,1634,2578,2075,2216,1938,2120,2581,2365,3011,2690,3090,3252,2643,3692,2687,2417,2438,2605,2651,3493,2167,1912,3288,2331,2646,2176,3079,2450,2765,2415,2442,2325,2558,2404,2331,2203,2484,2609,4211,3176,2210,2002,1841,1744,2012,2327,2329,1885,1947,2080,2248,2529,2160,2202,2695,2563,2408,2254,2328,2361,2244,2530,2482,2174,2320,2335,1922,2489,2566,3850,1930,2413,2405,1941,1926,2496,2603,2249,2078,2337,2131,2363,2613,2059,2400,2613,2041,2142,2046,2006,2132,2395,2613,2040,1927,1700,2135,2428,2216,2086,1871,1964,2250,2161,2012,1916,1735,1883,1921,1850,2239,1919,1643,1879,1613,1764,1764,1680,1933,1843,1922,2126,1844,2047,1854,2088,2163,1684,1720,2133,2009,2046,1881,2009,1916,2011,2087,2531,2239,2278,2188,1960,1762,1648,1795,1858,2693,2289,1968,2206,2013,1922,1851,1639,1498,2001,1968,1888,2123,1768,1923,2047,2005,1975,2130,1998,2011,1763,1846,2029,2123,1559,1934,1644,1691,1676,1683,2046,1440,1377,1635,1645,1821,1790,1700,1753,2029,1692,1741,1687,1604,1647,1666,1686,1515,1481,1547,1793,1613,1493,1560,1562,1536,1627,1573,1976,1716,1739,1558,1821,1615,1645,1725,2089,1649,1560,1868,1458,1469,1444,1445,1527,1867,1737,1717,1587,1531,1481,1647,1348,1972,1413,1603,1722,1808,1851,1559,1649,1361,1885,1362,1475,1616,1681,2151,1590,2168,1727,1482,1510,1401,1378,1592,1776,1629,1984,1801,1358,1579,1813,1497,1530,1571,1531,1574,1730,1599,1831,1302,2035,1568,1553,1533,1610,1553,1565,1973,1416,1836,1805,1800,1973,1655,1597,1525,1600,1620,1602,1391,1327,1808,1841,1849,1714,1646,1487,1617,1729,1770,1609,1583,1656,1565,1750,1581,1658,1611,1723,1594,1714,1796,1777,1536,1523,1450,1448,1643,1491,1751,1552,1837,1504,1939,1933,1642,2003,2064,1671,1521,1800,1569,1608,1845,1634,1684,1541,1328,2021,1871,1399,1368,1487,1441,1663,1525,1662,1256,1909,1418,1565,1642,1530,1421,1532,1974,1730,1821,1499,1739,1420,1451,1455,1346,1647,1451,1382,1707,1847,1343,1391,1780,1758,1840,1426,1732,1443,1709,1865,1799,1345,1381,1349,1797,1738,1648,1547,1889,1611,1463,1459,1780,1599,1373,1401,1317,1923,1562,1978,1679,1721,1569,1567,1643,1608,1391,1736,1482,1657,1502,1492,1617,1833,1482,1502,1439,1394,1580,1628,1782,1589,1839,1361,1486,1658,1565,1606,1878,1729,1725,2008,2072,1808,1822,1925,1886,2282,2716,3166,2769,2691,2176,1928,3252,2611,2600,2367,2367,2401,2778,2570,2644,2289,2411,2367,2238,2056,2248,2570,2605,2488,3332,2320,2455,3031,2420,2051,2724,2172,2513,2947,2160,1811,1584,1891,2088,2692,2045,2521,2535,2978,2036,1695,2064,2204,2534,2003,2245,2249,1682,1854,1835,2052,2290,1843,1571,1763,1566,1557,1653,1801,2080,2224,2612,2284,2359,2094,2017,2285,1997,1926,1896,2236,1851,1931,1959,1931,2038,1933,2038,1977,2477,2448,2967,2322,3176,2260,2360,2093,2089,2165,2161,1967,1931,2238,2362,2487,2270,2231,2207,3040,2621,2411,2093,2114,2368,1928,1996,1896,1956,2059,1919,2287,2085,1969,2091,1996,1806,1964,1651,1920,2210,1971,1766,2326,2164,2050,2081,2291,1878,1975,2002,1805,1685,1885,1807,1753,1649,1841,1601,1683,1687,1686,1928,1997,1781,1765,2004,2126,2056,1888,2369,2086,2009,2044,1961,2091,2093,2537,2088,2490,2570,3734,1649,2709,1941,2049,1842,1960,2006,2127,1848,1928,1880,2013,2398,2017,2406,3050,2489,2235,2134,2168,1918,3375,2043,2095,1920,2279,2246,2411,2736,2440,2212,2263,1994,2298,3452,2492,2169,2721,2610,2292,2198,2683,2648,2652,2523,2126,2245,2288,2769,2545,2045,2069,4939,3242,2977,2762,2487,2491,2486,2685,2730,2646,2091,2288,2408,2205,2650,2567,3491,2566,2768,2095,1994,2289,2410,2489,2683,2608,2694,2407,1810,2204,3045,2072,1565,1766,2573,2044,1970,1971,1715,2532,2132,2128,1931,1848,2349,1960,2291,1932,1756,2303,2088,2012,1965,2565,2247,2100,2504,2482,2335,2601,2173,2644,2130,2170,1809,1813,1797,2333,3092,2246,2372,1761,2026,2282,2367,2210,2730,2530,2801,2605,2808,2531,2362,2453,2127,2608,2366,2246,1932,2361,2966,2854,2481,3219,2129,3087,2613,2444,2085,1952,2758,1853,2358,2376,2680,2295,2234,2123,2188,1774,1922,2009,1957,2098,2086,1994,2500,2568,2490,2448,2728,2409,3125,2124,2721,2973,2401,2688,2807,2144,2933,2812,3448,2251,2084,2408,2042,2175,3337,2009,2059,2014,2001,2325,1851,2970,2360,2332,2972,2409,3578,2453,2375,2608,2774,2245,2322,2486,2812,2571,2846,2167,2366,3378,2165,2403,2291,2247,2209,2644,2772,2404,2403,2368,2332,2209,2112,1845,2289,1913,1765,1934,1923,1968,2652,2000,2046,2493,1964,1845,2045,2205,2331,2256,2520,2608,2527,2567,2528,2125,2211,2683,2537,2720,2128,2052,2533,2402,2168,2126,2493,2123,1971,1932,1924,1976,1907,1974,1964,2123,3529,2364,2340,3092,1961,1851,1679,1927,1850,1851,2077,1888,2403,2213,2930,2319,2325,3398,1716,1653,1679,2592,2091,2501,2529,1891,1952,2003,1848,2082,2711,1889,1923,2487,1881,1971,1878,1926,2050,1924,3222,2852,2364,1974,3405,2528,4010,2848,2369,2366,2410,2324,2530,2409,2449,2648,2251,2371,2482,3203,2214,2001,1963,2518,2608,2967,2176,2082,1721,1573,1718,1646,1851,1680,1969,2124,1849,1879,2080,2327,1959,2046,1843,1850,2085,1570,1904,1696,1676,1971,2043,1811,1770,1752,1852,1933,2244,1888,1960,2083,2246,2086,2249,2095,2153,1939,2477,2764,2973,2490,2527,2166,2812,2193,2173,3471,3515,2573,2708,2086,1902,2008,2088,1923,2367,2401,1854,1800,1523,1962,2007,1563,1931,1882,1848,1924,1886,1853,1894,1851,2065,1612,2077,2210,1564,1531,1759,1813,1895,2290,1749,1569,1557,1532,1556,1530,1565,1722,1927,2013,2038,2230,2183,1894,1915,2138,2045,1855,1790,2246,2089,2097,1899,1842,1998,2116,1997,1895,1886,2262,2164,2321,2121,2056,1969,2240,1926,1881,1849,1811,1885,2122,2088,2004,1539,1426,1765,1771,1638,2014,2126,1899,1590,1499,1547,1498,1485,1483,1487,1676,1682,1740,1644,1799,1729,1676,1498,1376,1322,1969,1855,1711,1612,1939,1524,1585,1451,1534,1562,1352,1731,1604,1602,1609,1695,1717,2014,1594,1562,1722,1724,1694,1600,1647,1768,1641,1654,1529,1838,2166,2001,2367,1805,1897,1917,1923,2453,1943,2365,2088,2370,2405,2364,2331,2443,2282,2606,2418,2158,2041,2032,2483,2650,2523,2567,2607,2529,3209,2972,2361,2250,2327,1998,2455,2535,2321,3015,3005,3293,2221,1971,2540,2568,2250,3447,2203,2348,2214,2518,2209,2684,2097,2325,4613,2608,2453,2360,2333,2654,2566,2404,1883,2416,2246,2244,2052,1882,2678,2490,2523,3417,3248,2330,2808,2408,2802,2490,2327,2769,2811,3087,2527,2650,2446,2451,2523,2532,2963,2652,2610,2568,2199,2411,2443,2294,2965,2850,2283,2047,2166,2495,2644,2363,2294,3368,2346,2443,2529,2445,2443,3136,2445,2530,2164,2290,2404,3335,2639,2291,2202,2215,2203,2565,2330,2168,2325,2651,3096,2647,2446,2846,2648,2567,2729,2732,2363,2608,2725,2414,2326,2529,3123,2608,2251,2765,2250,2608,2530,2288,3287,2525,2368,1847,2166,2295,2319,1974,2366,2445,2760,3020,1949,2555,2491,2445,2852,2527,2804,2694,2402,2374,2365,2057,1929,1927,1998,1930,2135,1803,2749,2689,2809,2447,2201,2612,2486,2491,2089,2682,2334,2363,2529,2642,2371,2844,2449,2893,2445,2413,2376,2291,2563,2130,2418,1714,1605,1559,1826,1805,2128,2126,1967,2282,2084,2111,2015,3208,2967,2572,2242,2302,2037,2106,2690,2847,1986,2526,2128,2024,1883,1933,2049,1873,1894,2514,2086,2399,2333,2567,2407,2783,2092,1726,1651,1680,1929,2598,2018,1958,2015,1921,2089,2037,1976,1954,2135,1806,1846,1886,1969,2953,2930,2251,2565,2608,2245,2888,2777,2608,2608,3211,2324,2332,2324,1966,1966,2028,2005,3006,2495,2482,2053,2359,2329,2447,2365,2368,2527,2014,2469,2689,2527,1821,2563,2284,2290,3009,2847,2774,2044,1906,2003,1924,2026,2089,2616,2846,2563,2893,1963,2687,2007,1970,1756,1570,1645,2006,1731,2004,1923,2631,1968,1978,3023,1884,3087,2562,2408,2130,2128,1965,2206,3250,2606,2009,2288,2440,2496,1884,2284,2024,2268,2291,2361,2447,2293,1756,1609,2252,1809,2315,2456,2246,1923,2522,2019,1902,1887,1801,1932,1761,1928,2038,1927,1770,2008,2204,1691,1699,1682,1797,2166,2212,1645,1560,1697,1647,1680,2040,1524,1410,1400,1374,1717,1674,1454,1711,1579,1604,1484,1594,1534,1723,1848,1807,1770,1714,1649,1771,1607,2034,1647,1638,1661,1683,2240,1642,2054,1763,1568,1512,1615,1883,1888,1774,2554,1925,1936,1964,1922,1924,1929,1848,1760,1801,1896,2287,2007,2290,1947,2250,2682,2094,2480,2573,2323,2453,2320,2326,2170,2680,2689,2482,2186,2353,2447,2527,2491,2574,2242,2561,2131,2409,2165,2362,2485,2495,2209,2210,2644,2527,2416,2521,2682,2489,3052,2366,2285,2006,2491,2411,2320,2207,2410,2203,2535,2516,2720,2462,2405,2375,2483,2444,2448,2767,2194,3593,2570,2595,2286,2500,2924,2161,1726,1877,2365,2243,2579,2360,2041,2149,2779,2883,2975,2014,1811,2485,2833,2003,1925,1851,1802,2207,2086,2363,2448,2247,1966,1768,1639,2092,2331,2160,3285,2207,2011,2207,2267,2006,2240,1939,2168,1650,1900,1877,2717,2014,2044,2169,2325,2083,2532,2328,2199,2535,2568,2486,3030,3184,2450,2144,1979,2305,2434,2299,2293,2354,2345,2051,1750,1843,2247,2510,1928,3176,2177,3645,2691,2403,2081,2569,2173,1956,2073,2280,2371,1909,2404,2245,2050,2286,2239,2081,1969,1849,2177,2441,2323,2647,2770,2610,3974,2360,2368,2655,1961,2573,2723,2057,2681,2527,2522,2653,2249,2006,2439,1841,1887,1965,1765,1881,2003,2085,2048,2085,1729,1889,1919,1929,2170,2163,1892,2247,1764,1840,1772,1794,1732,1920,2007,2324,2140,2083,2164,2359,1970,1769,1607,1685,1935,2181,1646,2475,2500,2292,2246,1904,1760,1736,3463,2560,2695,2321,3320,2624,2672,2647,2425,2128,2168,2365,2673,2507,3167,2041,2338,3258,2556,2207,2085,2011,2093,2371,2198,3300,2605,2598,2444,2369,2541,2274,2378,2433,2217,1685,2568,4093,2481,2487,2936,2238,2609,2165,2608,2124,1980,1886,2055,2848,2166,1916,2174,2091,2009,2010,2209,2289,2059,1880,1968,1844,2003,2089,2325,2410,2441,2489,2409,2053,2121,2530,2085,2606,2373,2286,2408,2168,2131,1837,2436,2486,2939,2074,2090,2467,2281,2125,2246,2244,2019,1684,2042,1963,2236,1941,2197,1966,2255,2605,1802,1845,1968,2000,1890,1972,1970,1799,1702,1607,1679,1725,1805,1617,1712,1802,1811,1728,1653,2198,1930,2017,2043,1967,2526,2044,3049,2120,1980,2087,1997,1844,2567,2167,2010,2008,1970,2115,2491,1812,1876,2086,2124,1883,1974,1962,1887,2207,2296,2001,1886,2007,1851,2121,2242,2766,2850,2407,2330,2004,2070,2417,2472,3327,2972,2647,3086,2895,2238,3612,2732,2326,2406,2727,1848,2038,1841,2156,2091,3247,3008,3886,2609,2287,2205,1965,2804,2767,2326,2859,2761,2729,2528,2375,2645,2527,2094,1954,2029,1966,2049,2442,2273,1733,1977,2006,2194,3213,2927,2411,2370,2161,2119,2420,2571,2798,2613,2448,2442,2332,2005,1934,2398,2371,1882,1689,1886,2251,1680,1930,2369,1996,1966,1927,1967,2468,2529,2607,2564,2215,2020,2336,2287,2126,2775,2293,2243,1931,2081,2716,1885,1727,1854,1968,3448,2246,2248,1696,1795,1685,1761,2089,1928,2237,2166,2621,1887,1928,2102,2163,2536,2722,1737,2440,2401,2729,2810,2566,3698,2423,2625,2726,2519,2629,2800,2323,2210,2285,2210,3271,4344,2095,1920,1851,1843,2219,2415,2389,2244,2323,2290,2571,2647,2713,2787,2570,2400,2294,2078,2009,3221,2928,2324,1964,2494,2046,2485,2488,2292,2446,2767,2568,3732,2484,2737,2642,2693,2244,2565,2409,2523,2176,2066,1889,1880,1924,2412,2249,2446,2642,3695,2694,2287,3412,2567,2568,2573,2367,2164,2524,1929,1994,1781,1893,2202,2367,1964,2530,2410,2604,2450,2602,2488,2614,4811,2693,2685,2483,2491,2167,2520,2330,2122,1652,1603,1562,1877,1771,2012,2045,2179,2011,2333,2174,2002,2654,2158,2446,2171,1887,2251,2011,2330,2328,2087,1968,1913,1881,1851,1878,1774,2287,2320,2258,2319,2329,2328,2410,2202,2847,2566,2212,2364,2052,3523,3020,2648,2608,2245,1747,2289,2681,2047,2063,2527,2489,2168,2445,3414,2245,2006,1686,2102,1919,2412,2766,2246,2687,2249,2243,1611,1602,1899,2295,2318,1879,1884,1809,1928,1770,1836,1806,1965,1848,1883,1856,2233,1859,2033,1973,1884,1926,2009,1962,2093,3341,2164,2160,1970,1833,2006,2119,2205,2006,1739,1872,1853,1927,2038,1899,2044,1831,1729,1610,1410,1605,2077,1771,1552,1634,1488,1522,1682,1442,1444,1488,1610,1551,1497,1407,2130,1795,1397,1376,1433,1523,1346,1911,1494,1718,1888,1693,1606,1551,1580,1559,1569,1641,1483,1434,1498,1469,1743,1586,1609,1479,1486,1731,1932,1596,1533,1603,1394,1403,1329,2084,1458,1511,1526,1764,1562,1915,1647,2083,1338,2042,1562,1765,1795,1663,1637,1624,1495,1876,1784,1702,1334,1850,1775,1514,1778,2230,2076,1647,1432,1395,1332,2086,2033,1612,1450,1602,1431,1403,1419,1366,2199,1318,1848,1695,1497,1663,1289,2014,1599,1482,1496,1346,1465,1791,1506,1912,2119,1545,1780,1706,1483,1448,1839,1472,1522,1972,1673,1706,1674,1548,1414,1388,1459,1587,1877,1451,1854,1868,1558,2245,1543,1390,1858,1519,1313,1393,1901,1391,1731,1395,1339,1832,1904,1440,1808,1404,1932,1340,1816,1353,1351,1435,1333,1553,1430,1654,1371,1795,1879,1374,1356,1360,1333,1434,1383,1466,1508,1503,1316,1821,1811,1874,1311,1819,1318,1586,1274,1857,1355,1313,1794,1790,1790,1839,1378,1437,1434,1708,1342,1800,1834,1772,1847,1346,1365,1266,1517,1744,1846,1299,1767,1760,1746,1758,1833,1296,1571,1570,1877,1230,1708,1704,1703,1702,1822,2660,2175,1804,1894,2089,2290,2122,2025,2130,2104,1609,1818,2712,1979,2351,1877,2135,1887,1621,1633,1598,1693,1650,1736,1733,1702,1603,1732,2395,1797,1553,1650,1572,1487,1520,1515,1524,2065,1523,2056,2135,1596,1545,2032,1508,1593,1635,1442,1730,1604,1700,1790,1909,1576,1537,1481,1537,1526,1611,1576,1598,1420,1554,1544,1905,1598,1380,1459,1389,1483,1442,1836,2102,1434,1807,1397,1341,1400,1449,1629,1534,1393,1388,1470,1515,1533,1559,1529,1912,1554,1591,1610,2071,1501,1465,1514,1724,1768,2409,2117,1667,2272,2055,1901,2283,1599,1670,1871,1636,1747,1744,1551,1850,1750,1739,1658,1914,1645,1602,1716,1925,1792,1529,1469,1408,1356,1676,1554,1620,1544,1474,1708,1503,1551,1657,1411,1510,2068,1498,1938,1892,1501,1439,1403,1510,1409,1937,1480,1516,1439,1324,1863,1439,1365,1315,1862,1388,1380,1332,1577,1384,1435,1341,1853,1326,1840,1836,1834,1511,1636,1505,1362,1819,1816,1812,1811,1808,1901,1918,1401,1849,1265,1794,1790,1789,1809,1764,1788,1831,1861,1325,1337,1775,1772,1770,1810,1828,1223,1399,1788,1777,1764,1758,1760,1757,1738,1885,1441,1334,1916,1294,1751,1870,1385,1359,1355,1440,1248,1283,1378,1780,1284,1870,1360,1356,1354,1313,2028,1502,1333,1872,1393,1313,1819,1813,1813,1792,1824,1884,1610,1794,1389,1796,1793,1853,1280,1771,1881,1353,1624,1542,1795,1770,1774,1776,1758,1814,1327,1853,1556,1471,1322,1782,1820,1751,1746,1785,1767,1815,1462,1342,1755,1765,1751,1770,1768,1728,1801,1744,1306,1823,1317,1739,1731,1729,1730,1722,1793,1714,1196,1812,1797,1732,1722,1721,1743,1789,1759,1320,1729,1768,1799,1792,1790,1787,1793,1803,1773,1418,1738,1789,1788,1744,1746,1754,1845,1816,1263,1557,1672,1693,1680,1683,1679,1699,1710,1810,1218,1252,1721,1755,1745,1743,1743,1739,1771,1816,1667,1568,1787,1748,1857,1412,1412,1504,1473,1828,1819,1411,1524,1411,1363,1475,1400,1394,1360,1364,1370,1458,1302,1766,1911,1431,1443,1433,1397,1383,1382,1392,1427,1453,1326,1462,1874,1441,1372,1419,1368,1363,1473,1824,1832,1284,1686,1359,1379,1432,1412,1843,1840,1849,1940,1524,1234,1815,1801,1794,1790,1846,1387,1358,1372,1416,1387,1821,1294,1876,1339,1839,1835,1834,1874,1244,1457,1748,1378,1329,1817,1815,1809,1824,1873,1305,1357,1212,1865,1346,1792,1790,1927,1368,1304,1839,1777,1328,1784,1757,1781,1843,1357,1357,1544,1425,1369,1633,1342,1350,1779,1341,1948,1359,1461,1326,1998,1584,2061,1477,1295,1872,1501,1453,1446,1451,1452,1388,1384,1931,1388,1385,1321,1815,1806,1801,1802,1943,1619,1790,1314,1848,1287,1785,1784,1782,1789,1783,1425,1469,1867,1323,1772,1771,1769,1770,1777,1765,1674,1587,1744,1802,1766,1762,1761,1758,1869,1275,1318,1491,1854,1287,1787,1810,1813,1820,1812,1729,1349,1810,1320,1846,1279,1840,1346,1308,1783,1835,1443,1283,1746,1807,1835,1267,1755,1989,1413,1514,1406,1288,1770,1442,1406,1454,1406,1389,1388,1391,1444,1366,1505,1249,1926,1392,1448,1366,1361,1359,1347,1352,1358,1345,1538,1290,1860,1319,1849,1336,1335,1336,1335,1412,1381,1734,1640,1820,1816,1872,1873,1870,1841,1799,1462,1659,1743,1856,1853,1852,1853,1880,1396,1334,1655,1439,1853,1356,1803,1836,1836,1844,1415,1380,1327,1320,1759,1752,1741,1769,1770,1754,1732,1745,1696,1277,1736,1741,1734,1732,1759,1763,1740,1783,1298,1213,1678,1732,1813,1347,1344,1319,1878,1327,1822,1428,1509,1341,1858,1328,1331,1904,1308,1799,1806,1809,1439,1586,1415,1315,1807,1802,1789,1785,1800,1849,1323,1343,1808,1914,1347,1341,1345,1331,1858,1395,1301,1910,1754,1389,1376,1336,1332,1808,1802,1862,1391,1764,1622,1286,1797,1808,1805,1788,1784,1862,1258,1486,1746,1331,1320,1766,1761,1756,1737,1821,1271,1602,1260,1807,1801,1744,1739,1739,1723,1811,1811,1697,1681,1719,1727,1720,1721,1759,1884,1493,2313,2053,2137,2602,2221,2214,2193,2155,2166,2333,1912,1725,2025,2230,2564,1993,2583,2197,2249,2166,2038,1850,1850,1809,2076,1819,1808,1949,1784,1907,2034,2506,1907,1677,1796,1942,1567,1573,1570,1565,1657,1713,1853,1797,1775,1773,1747,1543,1574,1568,1583,1702,1859,1692,1586,2135,1659,1643,1592,1675,1590,1750,1623,1758,1813,1894,1577,1793,1586,1676,1549,1650,1410,1401,1413,1670,2024,1689,1572,1701,1666,1697,1619,1581,1413,1409,1359,1786,2143,1640,1721,1649,2046,1580,1598,1599,1610,1945,1843,2045,2286,1835,1472,1494,1402,1423,1402,1578,1685,1698,1681,1621,1753,1625,1703,1714,2147,1801,1734,1644,1716,1889,1739,1661,1518,1635,1735,1674,1606,1962,1751,1678,1516,1458,1670,1668,1948,1557,1602,1728,1958,1523,1483,1483,1529,1583,1372,1351,1606,1603,1425,1430,1411,1405,1591,1632,1410,1859,1702,1422,1859,1778,1480,1493,1521,1964,1616,1449,1347,1838,2027,1437,1547,1506,1800,1364,1382,1372,1925,1426,1426,1500,1562,1915,1396,1303,1837,1956,1345,2027,1426,1371,1946,1652,1323,1885,1318,1922,1427,1427,1447,1349,1956,1354,1539,1251,1876,1385,1452,1386,1386,1404,1299,1879,1239,1747,1799,1832,1347,1345,1345,1343,1391,1315,1896,1322,1362,1377,1398,1435,1339,1837,1836,1883,1364,1283,1802,1367,1295,1829,1816,1810,1810,1770,1836,1746,1792,1316,1787,1800,1792,1791,1788,1835,1763,1769,1830,1260,1866,1364,1777,1786,1808,1344,1280,1792,1914,1358,1328,1818,1816,1811,1829,1208,1848,1289,1865,1398,1323,1804,1836,1348,1388,1932,1283,1697,1750,1773,1864,1276,1758,1905,1306,1401,1454,1331,1825,1365,1329,1415,1381,1368,1354,1330,1351,1454,1355,1347,1346,1372,1334,1303,1836,1833,1330,1348,1293,1815,1993,1431,1331,1371,1477,1418,1276,1832,1824,1860,1394,1319,1744,1783,1912,1331,1420,1312,1803,1863,1300,1847,1305,1744,1928,1368,1342,1369,1295,1806,1849,1313,1788,1719,1812,1357,1281,1787,1790,1850,1304,1335,2661,2227,1929,2190,2173,2098,2248,2132,2349,1903,2066,1954,1886,1868,1956,2156,1973,1808,2151,1649,1883,2201,2120,1737,1995,2164,1607,1679,1764,1616,1755,1815,1497,1536,1497,1597,1648,1655,1899,1949,1596,1533,1543,1411,1383,1368,1416,1741,1717,1842,1919,1491,1377,1446,1390,1383,1384,1792,1507,1578,1500,1440,1435,1404,1314,1373,1332,1827,1643,1600,1886,1444,1365,1453,1288,1864,1388,1357,1270,1701,1469,1823,1541,1373,1836,1836,1835,1834,2067,1569,1655,1819,1751,1829,1332,1816,1810,1937,1762,1431,1396,1298,1795,1793,1789,1788,1891,1338,1271,1920,1407,1336,1300,1779,1772,1772,1771,1825,1407,1460,1861,1310,1295,1762,1759,1810,1764,1774,1334,1340,1680,1816,1776,1753,1747,1748,1770,1832,1748,1661,1785,1790,1787,1771,1740,1771,1797,1788,1360,1419,1778,1769,1769,1733,1731,1707,1771,1767,1498,1811,1736,1759,1721,1717,1740,1754,1738,1677,1684,1682,1716,1717,1716,1718,1737,1778,1723,1623,1661,1792,1714,1714,1716,1716,1685,1717,1719,1582,1729,1785,1710,1707,1709,1663,1720,1735,1657,1190,1725,1758,1709,1707,1709,1713,1759,1711,1695,1179,1727,1768,1710,1707,1709,1700,1761,1713,1238,1365,1709,1716,1707,1707,1707,1657,1725,1711,1233,1376,1545,1748,1711,1706,1744,1710,1677,1726,1792,1570,1697,1724,1693,1675,1681,1693,1754,1694,1723,1329,1434,1288,1914,1381,1305,1869,1454,1784,2963,2757,2142,2638,2049,2049,2046,2297,2583,2442,2741,2808,3810,3146,2263,2900,2923,2532,2900,3502,2617,2970,2518,2858,2851,2582,2651,2253,1897,2130,2372,2763,4535,2130,2540,2352,2349,2739,2637,2638,2604,1882,5806,2567,1916,1894,2041,2385,2287,2222,2157,1839,2063,2170,2607,2014,1881,1913,1877,1917,2047,1752,1598,1613,1570,1868,2337,2279,1663,1690,1886,1838,1815,1511,1467,1498,1481,1481,1673,1838,1749,1606,1543,1449,1594,1452,1424,1404,1417,1819,1743,1699,1512,1645,1670,1524,1362,1845,2089,1555,1541,1699,1946,1703,1376,1956,1466,1597,1355,1433,1354,1438,1575,1675,1386,1475,1514,1423,1418,1419,1421,2199,1507,1794,1300,1838,1824,1778,1776,1769,1839,1559,1817,1402,1382,1392,1387,1385,1386,1405,1287,1974,1330,1356,1977,1579,1460,1441,1443,1317,1316,2014,1275,1473,1554,1405,1389,1923,1445,1448,1436,1447,1348,1357,1885,1567,1411,1938,1443,1440,1427,1425,1345,1351,1903,1458,1381,1506,1936,1414,1416,1408,1464,1483,1341,1844,1359,1734,1330,1898,1393,1402,1441,1319,1857,1384,1301,1343,1864,1436,1371,1368,1379,1368,1341,1340,1338,1876,1253,1853,1400,1431,1450,1435,1413,1401,1501,1366,2132,1980,2288,2346,1926,2044,2930,2277,2438,2568,2053,2395,2718,2034,2628,1995,2126,2225,2309,2029,2000,1786,1440,1672,2092,2075,1973,1952,1843,1761,1770,1680,1712,1779,2442,2132,2041,1644,1752,1936,1974,1961,1885,1792,1745,2011,1863,2192,1716,1485,2073,1871,1998,1964,2055,1928,2024,1926,2038,2099,2085,1754,1621,1886,2153,1938,1724,1797,1811,1899,2087,2131,1656,1488,1556,1822,1786,1897,1566,1595,1692,1511,1555,1545,1508,1450,1374,1819,1671,1666,1775,1545,1541,1528,1452,1436,1365,1574,1600,1771,1524,1689,1430,1528,1455,1438,1687,1351,1654,1521,1601,1622,1513,1806,1493,1506,1695,1405,1442,1530,1554,1795,1477,1742,1409,1924,1569,1365,1601,1734,1667,1618,1413,1807,1995,1981,1581,1710,1596,1843,1654,1673,1687,1401,1685,1660,1477,1584,1599,1989,1556,1527,1768,1773,2291,1758,1555,1571,1530,2199,1642,1894,1529,2110,1444,1488,1569,1564,1442,1762,1678,1783,1639,1618,1846,1725,1685,1754,2048,1415,1836,1813,1716,1684,1967,2173,3253,2810,2392,2169,1942,2423,2372,1770,2473,2096,2070,2171,2768,2047,2275,2782,2311,2415,2101,2544,2433,2277,2285,2647,2001,2680,2459,1748,1831,2163,1986,1608,1514,1470,1472,1452,1450,1394,1403,1382,2184,1585,1599,2072,1545,1348,1321,1834,1778,2071,1552,1555,2296,1484,1599,1439,1422,1424,1552,1667,1641,2044,1575,1528,1645,1486,1431,1692,1490,1489,1402,1635,1963,1432,1452,1373,1858,1860,1860,1914,1358,1580,1414,1370,1837,2028,1345,1920,1370,1360,1881,1376,1608,1355,1921,1428,1426,1428,1382,1264,1863,1421,1331,1280,1863,1933,1401,1402,1396,1353,1360,1338,1833,1338,1300,1919,1874,1873,1872,1897,1389,1847,1225,1820,1353,1773,1802,1926,1373,1886,1335,1960,1318,1457,1467,1424,1348,1837,1956,1380,1884,1443,1352,1914,1369,1863,1325,1922,1426,1428,1306,1976,1374,1789,1873,1404,1309,1893,1397,1397,1387,1402,1339,1356,1353,1316,1790,1849,1316,1814,1824,1831,1371,1370,1781,1837,1329,1849,1780,1912,1266,1878,1454,1475,1322,1786,1845,1444,1332,1861,1844,1942,1735,1547,1655,1498,1673,1709,1594,1728,1483,1740,1711,1573,1774,1654,1852,1820,1665,1681,1997,1726,1578,1589,1598,1893,1686,1798,1590,1622,1556,1644,1555,1493,1499,1878,1648,1625,1703,1961,1580,1798,1510,1487,1484,1562,1467,1600,1572,1699,1837,1728,1417,1431,1428,1533,2076,1578,1528,2198,2172,1435,1598,1565,1430,1819,1484,1505,1437,1373,1841,1413,1447,1369,1861,1956,2098,1462,1339,1593,1547,1508,1585,1368,1845,1836,1633,1474,1500,1472,1453,1387,1839,1947,1426,1422,1335,1398,1342,1482,1363,1352,1991,1427,1427,1397,1365,1884,1775,1334,1858,1899,1398,1397,1397,1390,1365,1315,1775,1828,1433,1399,1281,1778,1777,1804,1698,1842,1764,1812,2021,1371,1861,1861,1850,1908,1377,2018,1406,1308,1890,1348,1836,1963,1344,1956,1490,1459,1317,1343,1805,1779,1929,1279,1911,1344,1452,1415,1376,1283,1764,1772,1885,1384,1383,1383,1518,1453,1303,1777,1976,1328,1738,1874,1388,1354,1344,1398,1257,1852,1288,1776,1905,1353,1355,1354,1356,1290,1899,1311,1830,1375,1351,1990,1357,1849,1952,1335,1902,1366,1362,1340,1827,1386,1388,1849,1857,1841,2198,1437,1363,1848,1827,1395,1672,1338,1955,1329,1891,1447,1349,1921,1304,1347,1881,1410,1413,1412,1397,1388,1880,1302,1790,1902,1390,1820,1745,1806,1776,1330,1750,1821,1786,1297,1850,1867,1321,1369,1406,1327,1774,1892,1397,1232,1778,1826,1766,1783,1302,1389,1299,1357,1308,1811,1759,1789,1816,1833,1328,1835,1814,1862,1745,1682,1750,1759,1735,1757,1741,1767,1726,1742,1731,1722,1708,1803,1778,1733,1737,1696,1770,1728,1687,1871,1259,1777,1730,1719,1719,1723,1730,1719,1664,1876,1259,1715,1752,1717,1718,1738,1724,1712,1696,1769,1716,1719,1718,1715,1737,1713,1711,1705,1737,1757,1712,1713,1709,1711,1696,1737,1717,1691,1686,1719,1712,1715,1712,1715,1730,1712,1763,1696,1830,1803,1776,1903,1461,1472,1565,1487,1389,1376,1332,1795,1893,1403,1396,1382,1360,1367,1880,1399,1319,1968,1333,1403,1380,1346,1391,1346,1335,1840,1822,1299,1931,1339,1475,1371,1374,1371,1350,1400,1393,1350,1341,1289,1811,1334,1843,1838,1345,1315,1849,1403,1334,1806,1825,1800,1855,1348,1348,1377,1288,1852,1375,1270,1767,1749,1881,1300,1871,1368,1430,1551,1677,1605,1580,1424,1430,1422,1573,1532,1383,1507,1510,1514,1561,1538,1426,1361,1522,1411,1440,1461,1424,1406,1512,1492,2320,2122,2127,2577,2112,2212,2151,2393,1898,2355,2233,2359,2285,2144,2057,1664,1693,1680,1764,1852,2401,2243,1742,1541,1707,1537,1663,1505,1670,1793,2123,1758,1567,1621,1947,1967,1476,1804,1535,1560,2059,2022,1537,1588,1367,1498,1440,1477,1476,1603,1477,1485,1927,1704,1321,1460,1507,1791,1393,1936,1945,1464,1522,1468,1252,1833,1496,1725,1887,1334,1846,1726,1462,1320,1803,1818,1475,1913,1804,1586,1766,1816,1739,1722,1718,1613,1415,1626,1350,1302,1847,1357,1342,1835,1890,1285,1500,1420,1415,1296,1797,1857,1489,1457,1301,1887,1316,1348,1416,1709,1382,1331,1811,1795,1790,1789,1867,1259,1886,1378,1312,1894,1296,1851,1408,1348,1374,1504,1263,1501,1672,1336,1783,1766,1761,1832,1318,1800,1830,1454,1442,1294,1787,1830,1819,1810,1778,1814,1832,1566,1324,1768,1777,1833,1331,1329,1756,1862,1425,1552,1435,1818,1345,1828,1765,1762,1756,1816,1717,1456,1731,1743,1755,1745,1732,1738,1768,1777,1678,1352,1719,1733,1685,1683,1695,1735,1662,1735,1188,1469,1792,1300,1774,1774,1937,1447,1408,1592,1465,1771,1388,1472,1611,1509,1627,1443,1421,1419,1421,1425,1890,1441,2013,1354,1501,1619,1491,1591,1483,1479,1504,1613,1503,1526,1628,1556,1588,1479,1479,1477,1959,1484,1619,1944,1515,1569,1616,1508,1444,1425,1399,1359,1458,1568,1926,1491,1536,1377,1863,1858,1860,1874,1750,1656,1949,1386,1339,1837,1837,1956,1423,1503,1494,1482,1301,1962,1385,1859,1929,1427,1428,1489,1230,1856,1894,1327,1828,1855,1376,1312,1931,1516,1335,1670,1665,1422,1280,1854,1328,1872,1348,1410,1268,1987,1458,1701,1364,1291,1898,1384,1383,1364,1389,1456,1467,1919,1784,1410,1424,1292,1843,1320,1868,1851,1392,1931,1618,1358,1844,1846,1317,1811,1809,1875,1449,1338,1643,1397,1407,1341,1818,1857,1290,1837,1545,1302,1820,1751,1817,1414,1435,1451,1424,1417,1347,1500,1357,1683,1504,1398,1416,1426,1420,1416,1415,1398,1393,1429,1639,1511,1263,1854,1369,1398,1393,1392,1374,1371,1411,1235,1958,1360,1316,1363,1745,1790,1783,1817,1898,1247,1459,1756,1315,1826,1819,1818,1799,1755,1774,1804,1620,1253,1785,1732,1764,1781,1781,1809,1276,1669,1503,1719,1789,1752,1749,1855,1348,1438,1352,1360,1489,1386,1780,1839,1346,1839,1826,1833,1911,1332,1576,1286,1790,1754,1820,1813,1845,1378,1460,1377,1463,1499,1557,1375,1384,1416,1416,1417,1416,1468,1891,1379,1792,1436,1415,1410,1418,1352,1351,1350,1356,1871,1376,1745,1522,1769,1790,1834,1348,1372,1331,1861,1342,1526,1352,1758,1380,1318,1366,1826,1871,1304,1844,1822,1738,1341,1833,1369,1303,1802,1884,1831,1829,1368,1405,1576,1733,1794,1793,1899,1305,1843,1789,1325,1481,1392,1338,1806,1784,1759,1765,1791,1848,1296,1332,1308,1953,1269,1764,1773,1747,1769,1755,1782,1439,1327,1772,1775,1810,1771,1738,1742,1743,1790,1537,1453,1249,1779,1759,1733,1731,1761,1769,1764,1576,1283,1721,1776,1732,1732,1719,1733,1769,1737,1358,1217,1771,1729,1723,1714,1714,1690,1727,1760,1504,1682,1734,1753,1713,1713,1713,1672,1746,1739,1520,1870,1256,1806,1777,1853,1400,1490,1486,1487,1359,1413,1778,1353,1344,1829,1336,1835,1818,1808,1833,1543,1650,1325,1827,1807,1799,1792,1774,1809,1597,1365,1286,1762,1861,1325,1314,1809,1807,1948,1404,1665,1730,1386,1376,1342,1338,1365,1339,1341,1349,1398,1300,1766,1386,1839,1309,1792,1790,1336,1413,1377,1411,1248,1742,1783,1832,1331,1819,1809,1810,1800,1911,1401,1402,1763,1906,1372,1857,1860,1808,1930,1367,1669,1446,1889,1483,1396,1374,1839,1842,1920,1445,1531,1549,1948,1285,1924,1428,1425,1429,1403,1399,1347,1724,1548,1347,1435,1427,1297,1901,1292,1898,1421,1274,1356,1437,1725,1332,1371,1330,1821,1812,1779,1902,1327,1680,1364,1532,1383,1275,1807,1789,1748,1945,1390,1356,1374,1387,1387,1310,1786,1772,1802,1858,1830,1726,1773,2006,1379,1332,1818,1826,1813,1807,1359,1226,1413,1362,1738,1770,1742,1818,1766,1751,1775,1687,1582,1791,1731,1786,1793,1879,1408,1467,1482,1466,1423,1450,1608,1285,1977,1398,1384,1382,1383,1383,1466,1484,1439,1616,1373,1358,1396,1367,1362,1362,1363,1383,1412,1551,1240,1875,1338,1370,1365,1364,1365,1364,1357,1402,1355,1709,1808,1846,1349,1341,1341,1342,1340,1352,1376,1361,1489,1505,1795,1818,1823,1825,1824,1848,1755,1314,1408,1801,1780,1816,1808,1808,1827,1890,1358,1644,1230,1763,1790,1779,1801,1781,1768,1831,1899,1265,1888,1381,1351,1806,1876,1870,1743,1802,1832,1334,1730,1748,1746,1749,1741,1740,1811,1786,1166,1712,1767,1762,1740,1728,1867,1627,1510,1431,2893,2243,1981,2391,1796,2349,1981,2236,2083,2245,1792,2155,2203,2433,2247,2251,2902,2451,2651,2047,2012,2152,1701,2192,2217,2126,2118,2058,2194,1983,1909,2034,2063,1988,1723,2103,1771,1588,1791,2395,1965,1771,1740,1804,1701,1641,1609,1609,1618,1456,1436,1437,1507,1611,1849,1615,1534,1696,1661,1484,1806,1682,1959,1577,1766,1771,1470,1851,1328,1442,1528,1537,1460,1390,1470,1576,1418,1296,1864,1389,1339,1467,1592,1490,1967,1454,1387,1416,1400,1425,1371,1401,1926,1464,1768,1518,1365,1396,1423,1392,1381,1912,1759,1478,1818,1336,1814,1807,1816,1814,1811,1867,1308,1294,1843,1305,1792,1801,1797,1815,1802,1861,1270,1920,1309,1337,1340,1392,1425,1433,1449,1457,1402,1397,1447,1365,1460,1404,1382,1418,1393,1381,1439,1433,1416,1902,1467,1450,1817,1921,1427,1427,1477,1391,1326,1766,1874,1401,1447,1376,1859,1870,1825,1981,1371,1842,1408,1870,1346,1837,2028,1344,1802,1565,1442,1284,1923,1304,1829,1910,1282,1912,1263,1983,1311,1774,1819,1310,1947,1286,1909,1319,1790,1992,1455,1293,1792,1373,1874,1333,1805,1806,1789,1975,1497,1378,1778,1864,1430,1322,1808,1806,1787,1890,1474,1316,1772,1807,1388,1813,1854,1886,1346,2044,1313,1914,1322,1801,1855,1832,1858,1826,1988,1388,1432,1882,1277,1857,1838,1840,1808,1907,1399,1854,1361,1773,1823,1945,1398,1397,1386,1434,1441,1357,1392,1876,1809,1374,1414,1835,1860,1970,1886,1357,1336,1869,1368,1875,1402,1406,1867,1466,1393,1925,1362,1805,1736,1782,1812,1828,1290,1299,1868,1843,1379,1787,1704,1822,1797,1776,1852,1821,1821,1808,1832,1272,1761,1839,1790,1836,1261,1874,1304,1817,1801,1686,1770,1811,1795,1784,1791,1767,1835,1784,1778,1764,1879,1326,1781,1780,1772,1755,1769,1776,1706,1789,1786,1814,1812,1768,1781,1812,1806,1658,1755,1781,1806,1805,1807,1747,1786,1809,1804,1688,2023,1426,1421,1417,1397,1380,1418,1404,1391,1373,1380,1417,1357,1373,1366,1354,1333,1335,1334,1383,1454,1384,1425,1362,1525,1370,1362,1364,1350,1334,1336,1401,1407,1418,1296,1776,1888,1339,1337,1338,1316,1873,1351,1377,1390,1258,1743,1950,1313,1819,1805,1801,1863,1354,1306,1722,1792,1865,1266,1762,1746,1744,1781,1869,1253,1675,1737,1807,1749,1745,1746,1828,1286,1837,1775,1783,1784,1737,1734,1733,1733,1755,1852,1352,1354,1195,1801,1850,1356,1300,1756,1726,1737,1771,1885,1368,1347,1306,1892,1392,1409,1382,1477,1371,1422,1428,1391,1392,1279,1951,1397,1389,1375,1313,1852,1456,1430,1464,1349,1897,1570,1462,1497,1581,1539,1477,1403,1468,1373,1377,1366,1323,1394,1420,1418,1392,1365,1426,1343,1354,1366,1267,2053,1408,1399,1531,1483,1856,1880,1356,1839,1823,1371,1487,1364,1854,1985,1366,1947,1395,1364,1868,1427,1407,1813,1846,1956,1344,1967,1336,1826,1797,1806,1499,1307,1919,1513,1428,1427,1382,1343,1962,1268,1847,1398,1890,1398,1359,1359,1305,1829,1294,1774,1740,1878,1326,1778,1773,1770,1867,1319,1337,1758,1783,1315,1821,1754,1762,1761,1769,1767,1749,1724,1722,1802,1751,1740,1798,1737,1757,1741,1735,1729,1782,1751,1770,1769,1736,1755,1772,1734,1697,1742,1782,1740,1733,1720,1768,1772,1738,1754,1818,1277,1769,1729,1719,1717,1687,1727,1722,1770,1724,1732,1717,1717,1713,1676,1779,1720,1759,1691,1695,1694,1683,1699,1674,1703,1713,1679,1651,1713,1740,1723,1708,1705,1706,1685,1694,1753,1718,1726,1757,1712,1706,1707,1711,1716,1719,1706,1650,1818,1729,1831,1391,1360,1348,1535,1379,1265,1839,1799,1407,1302,1781,1765,1921,1452,1267,1887,1340,1315,1787,1825,1878,1829,1813,1461,1313,1811,1808,1859,1350,1338,1817,1882,1292,1878,1287,1806,1795,1741,1776,1848,1290,1786,1865,1282,1838,1275,1831,1722,1866,1275,1779,1761,1855,1775,1773,1765,1753,1782,1820,1763,1753,1770,1759,1797,1769,1755,1742,1768,1789,1738,1741,1779,1771,1786,1330,1770,1744,1828,1325,1771,1239,1753,1741,1739,1755,1735,1731,1783,1763,1784,1769,1722,1705,1769,1721,1679,1713,1829,1857,1361,1352,1410,1396,1331,1784,1835,1886,1373,1932,1379,1851,1316,1812,1855,1322,1315,1800,1358,1381,1277,1875,1296,1787,1787,1895,1284,1790,1819,1398,1355,1874,1353,1346,1350,1341,1378,1360,1347,1281,1801,1890,1279,1762,1925,1448,1394,1403,1325,1943,1508,1364,1392,1339,1935,1443,1444,1422,1462,1341,2017,1450,1465,1460,1398,1927,1418,1414,1398,1398,1349,1439,1289,1279,1886,1359,1396,1396,1393,1432,1384,1480,1508,1826,1472,1353,1424,1522,1526,1511,1541,1595,1469,1386,1268,1853,1417,1348,1374,1350,1350,1420,1352,1316,1355,1835,1289,1827,1386,1350,1333,1330,1329,1332,1778,1855,1333,1262,1729,1849,1336,1834,1303,1802,1854,1304,1837,1402,1338,1829,1389,1385,1388,1409,1431,1547,1517,1509,1570,1408,1438,1591,1492,1518,1536,1605,1607,1600,1514,1707,1718,1780,1832,1849,2128,2688,2930,3528,2669,3237,2541,3405,2783,2143,2052,2159,2204,2713,2681,2590,2239,2481,2666,2755,2664,2111,2109,2467,2020,2400,2373,2623,2108,1782,2756,3091,2745,2335,1907,2319,1968,2305,2838,2043,2176,2575,2035,3008,2735,2571,2440,1900,1808,2046,1743,1801,2097,2219,1924,1953,1967,2002,1745,1709,1752,1778,1758,1768,2005,1783,2047,1639,1498,1473,1746,1851,1917,1763,1651,1497,1686,1723,1640,1939,1465,1284,1865,1439,1681,1598,1361,1906,1688,1516,1563,1555,1540,1506,1535,1900,1444,1550,1455,1386,1859,1487,1420,1648,1700,1640,1687,1614,1380,1427,1359,1678,1641,1555,1644,1593,1527,1749,1403,1553,1575,1617,1615,1480,1485,1597,1653,1619,1565,1368,1564,1524,1498,1491,1400,2165,1502,1404,1543,1481,1541,1489,1419,1466,1533,1451,1500,1413,1406,1326,1553,1561,1555,1396,1346,1357,1345,1952,1458,1286,1844,1489,1507,1525,1375,1461,1924,1512,1402,1347,2007,1546,1560,1573,1553,1621,1409,1362,1310,2017,1566,1559,1561,1572,1554,1646,1562,1342,1314,1788,1876,1383,1405,1405,1298,1521,1454,1364,1373,2012,1395,1897,1404,1387,1404,1451,1282,2029,1299,1773,1458,1557,1558,1546,1565,1556,1896,1596,1433,1385,1371,1995,1556,1364,1971,1371,1290,1987,1467,1356,1885,1343,1863,1375,1373,1372,1364,1391,1298,1397,1311,1386,1259,1862,1390,1358,1334,1358,1244,1378,1445,1424,1315,1862,1436,1427,1438,1425,1420,1340,1885,1328,1436,1312,1847,1314,1839,1829,1852,1835,1901,1436,1440,1825,2000,1469,1466,1342,1757,1741,1906,1336,1246,1912,1477,1432,1262,1810,1826,1833,1860,1443,1364,1336,1878,1547,1426,1342,1336,1336,1354,1359,1418,1403,1317,1716,1776,1406,1286,1781,1782,1726,1897,1360,1427,1393,1299,1775,1899,1321,1898,1324,1507,1430,1528,1428,2241,2197,2228,1830,2206,2006,1927,2118,1990,1970,1851,1758,2171,2089,1839,2165,1933,1879,1887,1843,2142,1830,1727,2029,1997,2100,1848,1725,1792,1733,1679,1780,2200,1931,1882,1650,1885,1923,1753,1906,1771,1778,1685,1731,1900,1866,1849,2177,1805,1926,1858,1710,1654,2162,1956,1847,2289,1924,2085,2094,1998,2126,1856,1926,1887,2205,1957,2053,1922,3475,2844,2761,2373,2355,2445,2934,2320,2774,2565,2326,2525,3003,2685,2326,2734,2801,2491,2509,2975,2170,2768,2073,2234,2369,2524,2454,2889,1888,1966,2130,2079,3174,2565,2285,2567,2489,2365,2455,2513,2412,3045,2964,2893,3282,3060,2192,2323,2491,3942,2483,2287,2646,2285,2292,2244,2371,2527,2684,2246,2130,2084,2088,2841,2725,2369,2403,2331,2367,2244,2045,1675,1720,2375,2443,2646,3855,2487,3288,3009,2967,2334,2764,2810,1722,2254,2407,2644,2130,2776,1996,1657,2520,2371,1997,2386,2769,1984,2442,2287,2356,1883,1906,1888,2652,2123,2245,2125,2291,3689,2492,2401,2370,2096,1835,2484,2721,2253,2404,2287,2846,3015,2445,2247,1726,1644,1867,2082,1990,2816,2103,1999,1973,1965,1965,2096,1795,1743,1844,1932,2092,1915,2123,2118,2291,2019,2011,2141,2107,2440,1822,1713,1812,1687,1793,1659,1765,1793,2550,2121,1900,1995,1745,1806,1864,1772,1800,2108,2059,1926,1856,1805,2438,2007,2169,2275,2109,1921,2199,1855,1921,2252,1957,2130,2048,1745,2063,2289,2163,2375,2823,2278,2163,2854,2765,2726,2728,2696,2961,2776,2848,2056,2213,2434,2901,2414,1975,1807,1754,1772,1967,2324,1960,2455,2411,2491,2218,2487,2087,2404,2407,2484,2449,2091,2407,2606,2893,2201,2523,2532,2844,3013,3244,3296,2765,2526,2450,2603,1856,2176,2052,1959,1969,2048,2093,2118,2204,2092,2003,1849,1963,2175,2318,2688,2770,2926,2111,2629,2127,2160,1857,2201,2087,2290,2094,2049,2043,2086,2064,2087,2005,1966,2456,2492,2569,2649,2404,1924,2049,2182,2441,2935,2291,2111,2201,2131,1865,1906,2117,2815,2565,2486,3328,2453,2487,2579,2521,2490,3452,2933,2519,2248,2208,2204,2536,2397,2206,2016,1876,2089,1799,1816,1740,1759,2440,2408,2523,1839,2086,2124,2090,2608,2485,2285,2248,2014,2441,2323,1916,1815,2163,2488,2294,2161,2085,2487,2495,2530,2318,2246,1769,2122,2094,2046,2525,2364,2488,2406,2568,2177,2364,4693,2765,1758,1650,1569,1713,1927,2094,2238,1816,1679,1890,1844,1618,1857,2406,2126,2491,2000,2009,2083,2294,2883,2329,2434,3376,2762,2493,2081,2365,2288,3173,2812,2125,1723,1645,2247,2454,2564,2445,2736,2808,2320,2367,2613,2527,2523,2212,2006,2407,2367,2470,2646,2288,1974,1795,2008,1993,2515,2365,2486,2568,2608,2486,2614,3007,2769,2726,1936,2085,1922,1859,1882,1903,1769,1754,1925,1969,1958,1849,2723,2530,2368,2043,2406,2483,2603,2611,2209,2484,2286,2125,2088,2411,2969,2685,1879,2083,2166,2171,2160,2567,2530,2447,2572,3213,2843,2329,2853,2483,2692,2249,2365,2811,2681,2054,2330,2412,2200,2122,2047,3251,2487,2531,2810,2809,2564,2244,1930,3369,2330,2365,2489,2002,2291,2408,2682,2531,2449,2127,2245,2610,2489,2525,2602,2573,2810,2322,3376,2969,3046,2202,2768,3776,3171,2402,2450,2292,2406,2252,2414,2402,2528,2173,2526,2528,3126,2370,2726,2646,2364,1937,2323,2483,2729,2728,2284,2089,2286,2052,2405,2082,1972,2321,2408,2406,2491,2523,2333,2084,2282,2695,2205,2248,2489,2333,2181,1927,1694,1800,1948,1689,1783,2040,2281,2445,2570,2568,2323,2655,3126,2211,2363,2485,2246,2532,2129,2404,2052,2297,1802,1877,2036,2042,2768,2567,2281,2537,2522,2571,2969,2289,3245,2604,2776,1764,3131,2189,2239,1973,1797,1645,1612,1642,1771,1635,2010,2049,2043,2567,2083,2452,2526,2010,1885,2003,1767,1804,2429,2485,2173,2080,2648,2567,2730,2046,2130,2409,2132,2209,2362,2294,1901,1775,2288,2287,2844,2045,1880,1840,1857,2204,1770,1841,2581,2289,2202,2367,2888,1650,1851,2170,2244,2486,1912,2047,2123,1771,1832,1966,2085,1935,2130,1754,1686,1693,1722,2210,2039,1815,1715,1573,1687,1804,1761,1964,2861,2487,2086,1888,1881,2050,1840,1643,1603,1966,2014,2372,2124,2449,2162,1959,2089,1922,2050,1992,2135,2291,2521,2333,1814,1919,1813,1757,2010,2080,1816,2037,2605,2369,2088,1733,1935,2284,2332,2929,2652,2406,2327,2413,2213,1965,2526,2410,2330,2007,2613,2395,1551,1761,1731,2003,2760,2522,2372,2410,2326,2161,2235,2129,2693,2125,2450,2564,2368,3698,2482,2488,1963,2211,2531,3170,2447,2642,2734,2327,2323,2205,2328,2978,2207,2284,2644,2134,2484,2567,2403,2535,2125,2205,2042,1929,2390,2231,1719,1686,2644,2052,2003,2279,1937,2318,2009,1842,1775,2040,2327,2451,1969,2117,2258,2209,2365,2208,1917,1881,2125,2135,2081,4026,2327,2765,2087,2565,2690,2522,2412,2484,2689,2647,2121,2375,3895,3809,2611,2572,2564,2483,2528,2374,2607,2406,2445,2612,2288,2246,1846,2084,2129,2491,2441,2570,2128,2086,2005,1931,2443,2486,2532,2567,4008,2611,2209,1800,2370,2455,2608,2162,1599,1889,2367,2566,2330,2565,2211,2078,2735,2482,2653,1896,2000,2044,1846,2012,2210,2363,2001,1646,2043,1816,1846,1804,2284,2124,2051,1956,1937,1960,1849,1882,1880,1936,2000,1657,1885,1655,1717,1614,1754,1655,1753,1934,1798,1768,1684,1564,1857,1676,1691,1640,1852,1794,1726,1805,1894,1673,1815,1795,1604,2063,1679,1566,1567,1806,2443,1843,1602,1577,1847,1791,1731,1560,1460,1868,1682,1487,1812,1674,2057,1796,1607,1603,1931,1478,1408,1399,1399,1338,1406,1707,2067,1642,2196,1534,1512,1412,1372,1365,1353,1403,1601,1578,1717,1925,1477,1585,1685,1473,1444,1514,1745,1487,1639,1512,1778,1832,1485,1538,1428,1508,1514,1854,1673,1737,2120,1597,1611,1475,1463,1635,1638,1802,1499,1688,1431,2044,1363,1464,1562,1801,1730,1467,1498,1644,1754,1650,1452,1352,2100,1353,1521,1994,1916,1780,1681,1688,1532,1890,1602,1565,1524,1911,1525,2231,1947,1663,1592,2208,1789,1483,1852,1622,1565,2009,1619,1605,1607,1646,1787,1610,1608,1568,1632,1568,1623,1651,2146,1647,1823,1558,1667,1482,1464,1629,1554,1572,1535,1472,1603,1631,1849,1563,1658,1566,1959,1406,1374,1377,1365,1363,1461,1453,1631,1557,1523,1410,1442,1494,1394,1345,1804,2006,1448,1574,1469,1479,1393,1424,1482,1530,1435,1390,2166,1711,1684,1893,2204,2040,2048,1883,1978,2605,2514,2166,2890,3291,2444,2254,2965,2611,3091,2641,2489,1981,2079,2042,1889,2238,1972,1955,2287,2804,2770,2040,2487,2424,1853,2144,3212,2364,2332,3166,2445,2207,2530,2531,2486,2883,2535,2287,1979,2307,2446,2404,2489,2200,2373,2723,8036,3492,2568,2367,2849,2527,2405,2606,2765,2493,2603,2250,2281,1972,2244,1887,1927,2363,2040,3020,2116,2105,2244,2355,2653,2118,2008,1934,1747,1922,2043,1886,2450,2050,2554,1973,1891,1921,2290,1971,2211,2514,2048,1928,2014,2198,1924,1852,2769,1901,2413,2440,2452,2284,2123,2283,3256,2134,2033,1888,1796,1927,2011,1844,2089,1967,1569,1593,1534,1759,1934,1995,1686,2127,1972,2645,2009,2323,1892,2044,1805,1924,1890,1678,1772,1847,1808,1721,1844,1740,1753,1807,1810,1682,1969,1766,1727,1844,1723,1997,1614,1648,1602,1678,1694,1798,1488,1413,1800,1604,1684,1964,1963,1724,1683,1563,1768,1622,1524,1589,1657,2006,2314,1886,2009,1929,1880,1818,1682,1959,1933,1969,2160,2089,2238,2133,1904,2164,2292,2971,2924,2552,2059,2051,2044,2777,2487,2453,2443,2570,2929,2606,3253,2956,2845,2304,2386,2198,2205,2737,2135,2378,2203,3453,2812,2602,2218,1605,2263,1971,1883,2490,2487,2412,2363,1847,1812,1724,2035,2431,2290,2561,2608,2332,2365,2531,2218,1897,1963,2574,2528,2203,2164,2450,2412,2124,2283,2494,1954,2773,2605,2377,2361,2405,2332,2364,2247,2772,2845,2172,2250,2326,2091,2224,1767,1924,2013,1685,1865,1926,1923,1769,2484,2369,2729,2246,2249,2043,2010,2567,2925,2813,2808,2407,3090,2563,2472,2336,3098,2364,2005,1888,1733,1972,2159,2286,2325,2406,2291,2847,2883,2734,2726,2204,2048,2247,2285,2330,1889,2119,2328,1891,1764,2220,2041,2408,2689,2564,2206,2491,2407,2207,2274,2610,2863,2410,2467,2242,2204,3069,2610,2449,1800,2776,2639,2339,3337,2403,3052,2569,2600,2590,2350,2460,2672,3131,2927,3911,2382,1857,2445,2406,1890,2320,1849,1976,2383,1837,1835,1686,1725,1650,1717,1847,2171,1922,1896,2298,2253,2089,2410,2450,2489,2087,2046,2845,2489,2532,3093,2404,2487,1930,2405,2204,1922,2774,2444,2130,2044,1958,1848,3125,2091,1970,2431,2086,1648,1563,1943,2167,2011,2280,2529,2139,2394,2569,2530,2610,2361,2770,2410,2686,2566,3013,1882,1726,2077,2364,2203,2107,3387,2567,2450,2010,2044,2449,2080,2041,2045,1843,1847,1934,2074,2097,1998,2247,1986,2354,2608,1718,2097,1760,2446,2241,2965,2289,2244,2332,1965,1925,1903,1930,2497,1945,1760,1848,1928,2003,2365,2771,2247,2481,2336,2326,2974,2084,2229,2288,2726,2249,2123,1926,2248,3008,2128,2565,2012,1963,1690,1800,1848,1923,1966,1916,2284,2084,2870,2292,2310,2000,2047,2127,1602,1974,1756,1897,2034,1972,2120,2211,1843,1574,1880,1767,1682,1648,1645,1890,2119,4129,1804,1768,1971,1881,1930,2038,2008,1765,1898,1952,2047,1979,2241,2003,1965,1803,1809,1851,1693,1837,1852,1802,2171,1875,1970,2122,2134,1924,1971,2597,2070,3406,1809,2153,2449,2581,1928,2169,1922,1932,2160,1852,1923,2087,2049,1996,2090,1925,1961,1934,1808,1719,1934,1921,1967,2037,1810,1881,1897,2278,1743,1657,1888,1952,1644,1656,1804,1690,1673,1603,1656,1873,1780,1876,1851,1767,1891,2033,2022,1931,2481,2370,2488,2768,2365,3088,2655,2489,2365,2165,2338,2124,2451,2246,2199,2425,2685,2285,2690,2439,2105,2469,2855,2886,2200,1923,1963,1961,2331,1845,1722,1814,1804,2036,1978,2040,1928,1797,2093,2119,2499,2608,2527,2062,2522,2409,2326,2209,2161,1929,2209,2610,1677,2216,2189,2374,2137,2152,2853,2213,2199,2531,2767,2527,2318,1961,2090,2081,2456,2082,2119,2050,2164,2003,1887,2533,2006,2090,1957,1926,1682,1730,2294,2239,2015,2005,1998,2048,1931,1995,1979,1857,1636,1779,2049,2282,1934,2525,2076,1978,1962,1970,2114,2006,2614,2316,2567,2526,2454,2078,2692,3085,2612,2409,2564,2332,2008,2360,2084,2528,2211,2489,2646,2203,2571,2324,2027,2090,2123,1920,1958,2129,1570,1529,1644,1794,2478,2452,2336,2283,2074,2057,4574,2765,3417,1883,2391,1811,2405,2412,2601,2568,2009,1888,1881,1807,1932,1920,2377,2487,2645,2567,2442,1989,2012,1879,1762,1762,1810,1808,2093,2366,2124,2249,2293,2021,2013,2201,1887,2325,2415,2155,2290,1724,1957,3253,2958,2888,2647,2943,3016,1939,2127,2339,2574,2692,1942,2030,2441,2020,2045,2036,2020,1965,1923,1930,2090,1946,1907,2145,2262,2126,2094,1841,1844,2145,2391,1851,1804,1838,1927,2731,2078,2647,2291,1699,2393,2328,2768,2044,2012,2120,2415,2264,2360,2363,1619,1849,1722,1711,2322,1728,1840,2087,2094,1770,1845,1959,1844,2134,1842,2040,1897,1640,1557,1765,1884,2060,1803,2442,2014,1710,1574,1609,2004,1644,1753,1778,1748,1809,1893,1490,1676,1681,1645,1648,1532,1832,1966,1703,1840,1555,1415,1347,1814,2208,1711,1610,1550,1717,1803,1609,1462,1366,1297,2117,1686,1499,1589,1441,1501,1566,1446,1648,1523,1751,1887,2041,2490,1777,1959,2292,2011,1840,2084,1892,1879,1966,1971,1970,1972,2286,2366,2727,2764,3364,2773,2692,2407,2567,2287,2446,2334,1809,1926,2708,2568,2243,2892,2529,2562,2331,2133,2157,2242,1762,1850,2633,3161,3131,2250,2369,2401,2211,2529,2328,2405,2366,2136,2117,2487,2366,2408,2414,1929,1854,1920,1613,1792,1885,2411,2246,2366,2242,2487,2176,2362,1964,2369,2448,2531,2532,2319,1883,2134,2130,2362,2186,2006,1679,1537,1554,1531,1556,1738,2077,1883,2405,2045,2312,2567,2167,3939,1761,2729,2089,2320,2292,2209,3041,2493,2447,2167,2242,1889,1890,1799,2412,2606,2327,2171,2565,2172,2033,2323,2440,2168,2772,2566,1841,1970,2450,2286,2409,2213,2640,2211,2130,2368,2604,2649,2441,2411,2125,2027,2807,3264,2846,2285,2288,2412,2249,3043,1926,2001,1932,2004,2196,2171,2205,3046,2417,2166,2420,2487,2447,2643,2368,2292,2007,2239,2013,2003,2644,2172,2443,2168,2612,2089,2046,3262,2408,2086,2331,2607,2730,2364,2130,1878,2073,2243,2253,2057,2185,2129,2049,1987,2073,1850,2306,1999,2006,2471,1838,1854,1883,1604,1807,1765,1923,1894,2164,2164,1761,1805,2452,2007,2489,1647,2171,2526,2249,2168,2250,2365,2494,2929,2561,2490,1808,2475,2646,2454,2528,2604,2090,2115,2534,2367,3010,2244,2523,2413,2525,2651,2641,2261,2402,2569,2454,2682,2409,1845,3611,2722,2341,2246,2200,2698,2404,2769,2810,2325,2369,2125,2498,2528,2323,2448,2330,2808,2411,2604,2442,2656,2488,2647,2481,2487,2329,3572,2004,2441,2605,2850,3044,2613,2524,2651,2400,2165,1940,1973,2358,2729,2568,2241,1879,2489,2369,3528,2242,2571,2566,2124,2038,2038,1892,2119,2646,2652,1896,2167,1957,1851,1692,2000,2405,2209,2608,2486,2247,2730,1884,2168,2727,2326,2606,2329,2810,2446,2729,2523,2571,2568,2125,2608,2130,2088,2287,2088,2572,2408,2332,3002,2294,2120,2286,2847,2488,2894,3170,2322,2413,2604,1919,2212,2686,2209,2248,2326,2165,2730,3206,1564,2375,2404,1882,2058,2609,2647,2606,2612,2849,2767,2479,2614,2091,2115,2490,2475,2090,2185,2803,2413,2242,2605,2575,2687,2606,2809,2764,2570,2048,2214,2367,2475,2528,2571,2446,2609,2091,1964,2259,2486,2606,2690,2518,2529,2609,2568,2450,3445,2694,2321,2006,2168,3095,3045,2049,2045,2322,2486,2728,1846,2129,2484,2296,2443,2370,2163,2015,2055,2057,2529,2599,2490,2048,3814,2443,2530,2416,2480,2613,2002,3013,3131,2607,2127,2048,2041,2130,2453,2327,2285,2566,2206,2682,2333,2120,2970,2605,2377,2140,2483,1771,2042,1923,2419,1960,2121,2051,1962,2046,1929,1805,1843,1894,2046,1997,2427,2082,2414,2406,2243,2289,2815,2481,2326,1857,2387,3013,2895,2318,2064,1929,2455,2290,2044,2004,2254,1795,1997,2376,2219,2487,2366,3056,2604,2370,2930,2565,2283,2053,1748,1887,2180,2456,2721,2368,3491,2247,1969,1881,2213,2361,2248,1922,1886,1970,2449,1999,1845,2057,2487,2569,1690,1596,1689,1729,2037,1769,1813,2007,2005,2395,1944,2003,2292,2487,3373,2285,2283,3168,2652,2447,2328,2329,1890,2119,2646,2970,2101,1997,1930,1891,1926,2425,2533,3163,2249,2212,2093,2311,2157,1948,2149,1932,2279,1959,2244,1568,1530,1719,2048,2008,1960,1892,1881,1966,1964,1885,2135,1886,1850,1999,2091,3049,2042,1839,1929,1932,1888,2205,1886,1885,1812,1872,1558,1729,1734,1601,1639,1729,1521,1617,1674,1647,1842,1812,2050,2008,2121,2966,1611,2063,2365,2608,2567,2536,2199,2250,2083,1730,1799,1970,2805,2451,2328,2324,2369,2051,2397,3203,2203,2050,1555,1560,1526,1522,1805,2327,2167,1733,1565,1557,1767,1608,1528,1526,2156,2013,1885,1813,1679,1925,2040,1969,2006,2164,2218,2038,1814,2400,2516,2562,2418,2238,2129,1922,1842,2516,2324,3129,2731,2607,2207,1833,1571,1651,1892,2487,2040,1936,2409,2407,2612,2288,2566,2284,2811,2520,2208,1959,1686,1820,2649,3330,2037,2802,1965,2211,1968,2408,2605,2289,2443,2573,2560,2609,3729,2063,2245,2325,2166,1930,1811,2268,2684,2329,1929,1884,1612,1803,1608,2166,1868,1878,2013,2041,1886,2001,2363,2293,2679,2197,2123,1694,1841,2143,2249,1949,2235,2293,2479,1878,2239,3327,2250,2308,2041,1851,1684,1681,1896,1963,2123,2846,2092,2363,2448,2805,2493,3086,2849,2491,2206,2444,2050,2163,2168,2370,1960,2064,2611,2567,3134,2605,2325,2339,1964,2047,1890,2522,2529,2731,2243,1973,1845,1908,2228,1962,2261,2224,1885,2152,2253,2402,3094,2409,2770,2164,2251,2154,1783,1876,1897,2155,2940,2125,2403,2250,2364,2771,2170,2238,2323,2126,2049,2404,2927,3410,2766,2008,1578,1644,1646,1640,1848,2083,1932,2125,2171,1995,2366,1978,2343,2171,2164,1764,1860,2359,2726,2573,2060,1961,2573,2087,2479,2205,2150,1617,1978,1881,1847,1691,1682,1812,1882,2249,2162,1842,1814,1846,1924,1930,2007,1841,1725,2084,2446,2007,2604,1937,2595,1857,2395,2821,2004,2603,1764,2049,2051,2088,2286,2040,1807,2009,1967,2000,2002,1975,1884,2037,1699,2002,2445,2170,2444,2214,2488,2282,2532,2484,2085,2043,1691,2488,2687,1971,1888,1800,1977,1803,2115,2737,2090,2453,2563,2094,2525,2964,2850,2332,2112,2269,2085,2047,2252,2244,2091,2429,2508,2935,2968,2482,2489,3779,1967,2279,2088,2033,3084,2646,2251,2729,2605,2038,2445,2130,1963,2233,2366,2608,2130,2127,3687,2013,2679,1918,2326,3444,3812,2054,1740,2172,1874,2493,2298,2081,3616,1843,1766,1771,1971,2350,2292,3043,2813,1693,1760,2397,2574,2566,2090,2096,2166,2010,1968,1998,1966,1929,1730,1837,2046,1925,2534,1889,2076,2088,1807,1965,2054,1958,2532,2164,2052,1880,2291,2290,1753,1849,1722,3095,1970,1957,1969,1962,2449,2532,2603,2412,2800,2534,2926,2127,2693,2604,2644,2607,2449,2128,2770,2684,1967,1858,1884,1965,1919,2414,2185,1964,2004,3100,2689,1962,2259,2581,2520,2410,1893,2574,2049,1878,1966,1768,1569,1601,1558,1533,1524,2249,2087,2047,1961,1847,2039,1896,1833,2422,3204,2328,2286,2087,2295,2228,2401,2724,2212,1964,1827,1919,2001,2658,2048,1999,2776,2686,2219,2445,2811,2441,2172,2242,2211,1926,2494,2679,3011,2214,3208,2646,2402,2170,2210,2325,2490,2446,2247,2374,2643,2525,2414,2568,2643,2887,2245,2532,2528,2370,2487,2528,2608,2927,2688,2405,2125,2446,2294,2319,2576,2199,2893,2406,2446,2047,2046,2808,2935,2768,2484,2448,2329,2323,2486,2247,2613,2607,2366,2483,3817,1762,3327,2410,2368,2931,2002,2130,2365,3130,2887,2326,2013,1885,2445,2489,1880,2057,2931,1978,2040,2961,2563,2638,2484,1816,1565,1690,2426,2126,2090,1729,1836,2419,2504,2688,2258,2029,2083,1696,2408,1801,1765,2286,2163,1888,1803,2094,1915,1849,1887,1806,2491,2633,2571,1859,1649,2411,2450,2408,2274,2239,2449,2277,2730,2175,1861,3237,2167,2075,2164,2166,1812,1881,2007,2483,3211,2529,2614,2205,1960,1892,2205,2606,2251,2243,2524,2496,2971,2249,2122,2846,2134,1928,2217,2207,2769,1961,2147,2491,2525,2291,2410,2365,2286,2402,2374,2369,2444,2528,2529,2729,2376,2390,2089,2323,2689,2010,2326,2569,2444,2242,1851,1924,2127,2647,2774,2724,2127,2327,2532,2046,2296,2360,2132,2116,2224,1895,2084,2527,2091,2243,2211,1919,2429,2572,2019,3013,2512,2240,2376,2324,2887,2145,2515,2652,2401,2487,1973,1888,1894,2118,2170,2045,2123,2321,1930,1961,1931,2204,2128,2048,2517,2605,2368,2058,2401,1883,1413,1475,1405,1410,1488,1566,1796,1733,1911,1768,1653,1685,1758,1618,1677,1649,1757,2133,1801,1809,1693,1753,1645,1683,1606,1449,1638,1775,1820,2037,2373,2248,2041,1949,1823,3100,2238,1886,1853,1877,2274,1815,1984,1909,2381,2230,2158,2245,2004,2760,2207,2774,2690,2566,3116,2645,2826,2563,2933,2530,2367,2165,2274,2457,2451,2327,2639,2119,2784,1931,2905,2570,2053,2738,2492,2044,2393,2494,3046,2618,2326,2003,2048,2248,2605,3127,2407,2235,2195,2297,2374,2078,2513,2652,2205,2486,2832,2722,2200,2046,1928,1885,1890,1880,1844,2491,2369,2282,2372,2375,2207,2243,2286,2731,2087,2613,2132,1693,1964,2247,2525,2682,2330,2451,2206,2204,1928,1785,2270,3089,2166,2406,2726,2614,1971,1926,1844,1845,1775,1722,1768,2182,2404,2135,1915,2060,2410,3290,2405,2166,3415,2447,2168,2042,2182,2770,2485,2330,2523,2650,2137,2443,2206,2773,2642,2607,2097,1895,2482,2528,2009,1840,2053,1763,2166,2324,2165,2322,1891,2002,1931,1962,1923,1854,2075,2055,2006,1839,1763,2214,1925,2432,2128,2812,2450,2113,1974,2325,2683,1867,1965,2015,2443,2406,2443,2284,2530,2099,1992,2689,2610,2413,2246,2204,2563,3130,3095,4327,3090,2206,2655,2486,2440,2215,2591,2052,2073,2392,2247,2333,1853,2040,2291,2334,2121,2193,1855,1967,2000,2131,2438,2161,2546,2129,2327,2124,2061,1968,1802,2346,2603,2295,2404,2281,1914,1965,2041,2047,1936,1877,2011,2209,2168,2083,2328,1727,2117,2096,2249,1953,1972,2003,1890,2050,2521,2081,2130,2289,2323,2507,2405,2327,2208,2407,2645,2527,2493,1969,2071,2211,1885,1887,2722,2334,2683,2208,3294,2481,2728,2488,2451,2645,2608,2606,2414,3047,2566,2529,1964,2152,2727,2369,2332,2366,2105,2884,2650,2484,2494,2368,2439,3577,2842,2293,3129,2566,2969,3731,2567,2290,2325,2366,2609,2417,2605,2323,2288,2246,2289,2324,2329,2326,2610,2330,2525,2410,2688,2367,2964,2645,2453,2530,2527,2402,2687,2688,2534,3002,2576,3284,2734,2240,2534,2443,2367,2447,2490,2887,2649,2488,2330,2521,2129,2048,2526,1889,2686,2366,2086,1883,1852,1963,2163,2214,2369,2523,2528,2368,2488,2413,2723,2130,2070,1918,1847,2287,2053,2244,2445,2167,1885,1851,1881,1850,1848,2921,2288,2368,2250,2681,2569,3013,2684,2724,2573,2127,2402,1886,2359,2884,2733,2487,2522,2570,2850,2563,2448,2333,2447,2566,2534,2442,2445,2449,2407,2774,2483,2164,2099,2767,2404,2373,1960,1883,1849,2330,2848,2679,2491,1943,2047,2527,4256,2284,2648,2131,2401,1967,2813,2563,2291,2646,1966,1887,1881,1888,2209,2244,2571,2240,2012,2089,1970,1926,2099,2254,2399,1862,1897,1648,1830,1813,1967,1934,2643,2122,1888,1883,1848,2284,2218,2090,1889,2044,1924,1686,2184,2449,2443,3138,2367,2046,2412,2247,2727,2323,2532,2389,1935,2134,1848,2319,2893,2811,2730,2326,2367,2282,2254,2568,2600,2574,2848,2325,2690,2453,2364,2614,2207,2160,2049,2408,2290,2406,2326,2329,2283,2021,2791,2049,2225,2109,2199,1929,1889,1880,2326,2732,2130,2446,2365,2331,2800,2856,2443,3043,2338,2842,2008,2129,2289,1763,2323,2250,1631,1613,1531,2319,2005,2244,2535,2402,2826,2391,2622,1993,2486,2086,3005,3211,2967,2408,2235,2384,2598,2602,2262,2150,2391,2345,1910,2367,2103,1971,2039,1879,3654,1856,2451,2159,2042,2167,2256,1879,3021,2592,2143,2102,1869,2370,2538,2213,2468,2209,2745,2227,2259,2124,2054,2392,2127,2328,2448,2609,2527,3048,2290,2486,2253,2199,2086,2369,2362,2301,2202,2285,1770,1969,2116,1904,2046,1873,1934,1961,2005,1849,1923,1850,1928,2131,2165,1927,1808,1563,1847,1650,1525,2224,2167,2206,1974,1888,1925,2156,2348,2370,2647,2404,2288,2291,2084,2529,2490,1969,1989,1940,2196,2712,2145,1917,2360,1849,1932,1847,1761,1725,1809,1642,1559,1813,1888,2201,2407,1963,2051,1811,1712,1881,1851,2490,1889,1839,1809,2245,2191,2945,2555,2550,2047,1942,2168,2406,2415,2483,3315,2173,2425,2767,2768,2612,2221,2374,2566,2530,2490,2361,2455,2322,3054,2527,3006,2691,2449,2610,2493,2397,2414,2686,2763,2660,2003,1970,2384,2453,2214,2240,2573,2292,2289,2199,1774,2363,2206,2212,1837,2451,2562,2249,2086,2040,1973,2245,2887,2614,2569,2129,1808,2039,1695,1874,1611,1561,1651,1964,1739,1799,2346,1884,1843,2210,2280,2326,2370,2243,2246,2328,1850,1963,1965,2328,2207,2887,2331,2203,2650,2802,2369,2287,2702,2407,2525,2444,2368,2251,2687,2207,2551,3416,2572,2490,2409,2325,2687,2125,2334,2444,2048,2651,2126,2407,2640,2260,2314,2426,2768,4015,2282,2290,3133,2207,2170,3848,2370,2488,2411,2286,2403,2531,2522,2652,2286,2566,2184,2596,2814,2447,2644,3652,2444,2251,2369,2642,2413,2768,2966,2095,2046,2011,2083,2084,2201,2298,1760,2372,2275,2170,2041,2055,1960,1746,1879,1735,1760,2006,1730,1610,1508,1696,2205,1539,1801,1647,2038,1731,1919,1969,1735,2319,2082,2046,1647,1733,1723,1732,1885,1757,1725,1730,1715,1693,1773,1831,1892,1692,1638,1766,1679,1773,1726,2118,2333,2128,1965,2004,2245,1970,1919,1890,1571,2042,2005,1879,1657,2043,1676,1697,1835,2179,1969,1729,1726,1731,1599,1635,1734,1680,1685,1736,1802,2003,1611,2040,1845,1885,1808,1593,1887,2455,1880,1891,1717,1935,2045,1960,1732,2064,1844,2681,2016,1792,1762,2322,1964,2048,1937,2202,2669,2290,1965,2214,2402,3252,2578,2721,2094,2045,2768,2969,2366,2169,2323,2644,2650,2168,2162,2009,2086,2542,2572,2689,2609,1872,2076,2008,1774,1915,1695,2005,2115,1811,1840,3096,1929,2162,2376,1886,2475,1697,1642,1647,1887,1872,1852,2050,1875,2933,2006,2043,2005,2051,2014,1920,1849,1926,1883,1809,2527,1968,1754,2168,2530,2131,1961,2090,2155,1926,1852,1998,1855,1929,3086,2248,2605,2734,2203,2086,2528,2251,2205,2575,2359,2335,2563,2279,2653,2096,2046,2128,1963,1899,2457,3448,2646,3254,2810,2448,2244,2607,2608,2690,2209,2119,1819,1847,2038,1805,1913,2291,2609,2963,2568,2210,2367,2291,2443,2172,1963,2728,2760,2366,2291,2409,2484,2528,2651,3126,3014,2442,2251,2200,2410,1970,2443,2293,2848,2408,2607,2485,2852,3007,2130,2570,2608,2559,2258,1728,1760,1646,1771,1828,2367,2255,2445,2445,2605,2295,2446,1986,2469,2891,2966,2367,2288,1924,2139,2482,2246,2449,2524,2572,2211,2086,2178,2530,2929,2532,2523,2849,2727,2137,2038,2438,2454,2444,2216,2201,2093,2203,2487,2488,2487,2328,2403,2412,2974,2443,2327,2332,2598,2455,2008,2565,2364,2577,2680,2172,1581,1627,2239,2527,2768,2416,2405,2244,2889,2768,2448,2298,2015,2078,2605,2169,1935,2002,2160,1895,2131,2163,1815,2522,2441,2483,2082,2502,2569,2638,2027,2358,2090,3370,2211,1849,1837,1778,1644,1685,1969,1846,1853,1967,1962,1999,1898,1954,2089,1766,1844,1851,1929,1845,2043,2322,2294,1839,1769,1962,1964,2008,1967,1728,1563,1968,2293,2000,2087,2125,2211,2048,2003,2562,2449,2526,2449,2205,2329,2922,2573,2403,2327,2088,2282,2374,2562,2573,2406,2409,2323,2534,2323,2330,2602,2009,2249,1883,2151,1919,1848,1970,2288,3927,2450,2489,1923,1881,1929,2330,2409,2400,2054,2522,2685,2291,2007,2725,2687,2456,2205,1926,2009,1958,2609,2365,2009,1881,1929,2332,2119,2407,1972,2205,2411,2483,2776,2106,2474,2248,2571,2046,2246,2404,2086,2533,2841,2212,2087,1927,1843,1893,1963,2362,2572,2485,2334,2519,2576,2246,2439,2252,2529,2569,3288,2567,2648,2766,2648,2407,2452,2569,2721,2286,2409,2488,2293,3652,2565,2205,2050,2724,2483,2292,2206,2605,2489,2451,2442,2089,2050,2327,2285,2604,2250,2292,2285,2526,2930,2284,1699,1922,2057,2329,2406,2209,2935,2802,2650,2012,1916,1883,3053,3050,2683,2614,2644,2448,2447,3126,4294,2318,1974,1973,1999,2326,2440,2573,2648,2164,2018,2520,2398,2134,2847,1845,2102,2289,2367,2731,2401,3611,2339,2398,2572,2368,2446,2534,2683,2727,2570,2128,1891,1890,2856,2050,2478,2490,2327,2163,2412,2249,2126,2642,2401,2101,1947,2049,1772,2567,2142,2692,2290,1807,2205,2564,2407,1950,2379,2071,2701,2605,2727,2090,2085,2573,2202,2534,2442,2899,2299,2177,1920,1925,2291,2411,2888,2024,1921,2282,2405,2647,2771,2094,2048,2495,2806,2889,2614,3123,2537,2029,2601,2528,2407,2371,1891,2499,2295,2399,2617,2962,2166,2130,2036,2765,2087,2251,1853,1916,1806,1974,2162,2287,2202,1849,1613,1797,1847,2372,2246,2286,2131,2530,2524,2443,1969,3454,2473,2005,2569,2642,2569,2972,2843,2414,2562,2328,2249,2289,2122,2175,1845,2821,2533,2519,1959,1845,2510,2880,2488,2092,2251,2020,2045,2412,2487,2369,2608,2367,2566,2442,2371,2295,2102,2661,2523,2814,2368,2448,2603,2646,2493,1847,1697,2058,2575,2565,2651,2206,2365,2085,2449,2485,2573,1960,2294,2521,1925,1846,2330,2527,2085,1770,1594,1529,1802,1647,1517,2297,2332,2398,2209,2411,2363,2412,2568,3007,2162,2847,2452,1884,1683,2075,2086,2860,1932,1800,2165,1583,1494,2219,2181,2521,2131,2077,1894,2161,2017,2203,2006,1801,2123,2368,2133,1928,1885,2077,1771,2090,2178,2032,1567,1498,1711,1695,1964,1716,1723,1767,1724,1653,1722,1640,1742,1678,2118,1644,1534,2335,1708,1689,1923,1651,1604,1968,1677,1687,1617,1835,1458,1717,1759,1964,1612,2133,1548,1568,1844,1596,1617,1442,1475,1565,1599,1731,1923,1942,2125,1568,1416,1606,1679,1772,1758,1638,1644,1725,1820,1717,1876,2082,1923,2131,1999,1807,1806,2048,2171,2602,2047,1924,2432,2363,2167,2492,2436,2368,2292,1859,2256,1932,1894,1885,1896,2126,2160,2487,2129,2050,2123,1896,2289,1884,2129,1847,1918,2252,2124,2245,1971,2000,2166,2490,2051,2122,2330,2652,2362,2015,2203,2571,2515,2109,2249,2448,3089,2724,2618,2326,1949,2691,2131,2211,2165,1919,2374,2480,2408,2522,3342,2484,2367,2494,2967,1812,2764,2974,2467,1962,1693,1898,1839,1882,1814,2606,2491,2364,2610,2287,2461,5697,2085,2196,1962,2417,2025,2560,2216,2166,2079,2009,2166,2204,2335,2146,2048,2167,1967,2006,2038,2659,1996,1968,1972,1959,1918,1862,1794,2253,2173,1962,2004,1799,1844,1693,2732,2277,1856,1565,1882,2200,1770,1871,1700,1840,1804,1766,1639,1618,1605,1800,1849,1677,1615,1615,1604,1476,1525,1713,1541,1836,1684,1499,1698,1805,1764,1719,1535,1800,1556,2424,1716,1773,1637,1734,1836,1609,1851,1742,1638,2137,1596,1452,1482,1411,1545,1406,1525,2055,1562,1640,1859,1567,1833,1437,1486,1372,1697,1560,1407,1467,1845,1336,1883,1525,1835,1487,1451,1474,1569,1611,1767,1558,1450,1452,1326,1865,1572,1937,1589,1569,1523,1528,1598,1341,1804,1804,1834,1537,1728,1446,1382,1338,1333,1789,1777,1967,1830,1762,1470,1418,1333,1830,1467,1566,1433,1375,1354,1415,1285,1572,1516,1444,1603,1707,1567,1502,1518,1566,1402,1548,1783,1514,1805,2089,1629,1579,1563,1549,1665,1647,1525,1519,1470,1429,1677,1419,1510,1579,1528,1521,1623,2016,1492,1616,1549,1514,1605,1533,1559,1797,1547,1500,1505,1433,1651,1482,1523,1617,1473,1445,1863,1738,1397,1638,1513,1902,1505,1483,1448,1485,1475,1618,1807,1803,1841,1753,1769,1990,1796,1758,1727,1851,1857,1764,1601,2727,2057,2253,2007,2283,2370,2013,1945,2085,2047,2105,2090,2964,2566,3856,2128,3011,2438,2376,2490,2165,2449,2645,2289,1899,2136,1806,1725,2102,2162,2288,2445,2527,1935,2403,2245,2566,2614,2234,2087,2207,2044,2039,2106,2763,2891,3046,3295,2646,2170,2279,2090,2004,2004,2410,3048,2651,2405,2369,2172,2210,2684,2525,2489,2406,2166,2086,1932,2682,2413,2568,2166,1809,1884,1964,2523,2441,2495,2128,2401,2331,2372,2067,2088,2512,2488,1924,2048,2129,2125,2730,2441,2829,1771,1795,1736,1725,1806,1953,2438,2205,2369,2607,2067,2000,1855,1874,2086,2529,1695,1643,1637,1610,1604,1886,2129,1879,1895,1720,1728,1923,1776,1674,1849,2241,1939,2089,1721,1884,1568,1598,1613,2003,1883,2002,1972,1612,1589,1580,1755,1568,1570,1751,1733,1638,1688,2305,2085,2056,1764,1861,2174,2938,2127,2565,2327,2141,2169,2339,2807,2255,1840,1805,2391,2236,2046,2818,2653,2007,2722,2255,2320,2492,1937,2045,2008,2076,2133,2009,2337,2485,2370,2247,2409,1852,2403,2081,2250,2041,1975,1846,2010,1967,2078,2166,2081,2009,1929,2005,2086,1731,1882,2088,1768,1917,2015,3605,2525,2415,1974,2717,2247,2290,2361,3770,2493,3490,2766,4006,3492,2739,2328,2099,2518,2076,2053,2314,2371,2206,2245,2451,2210,1880,1619,1533,2206,2001,2230,2858,2077,2050,2308,2528,2331,3078,1847,2489,2404,2488,2772,2846,2654,2646,2566,2443,2007,2446,2612,4650,3013,2442,2375,2158,2367,2129,2133,2037,1892,1969,2277,2049,1915,1845,2238,1613,1641,1849,1798,1724,1765,1766,2020,2085,2126,1758,1876,2088,1806,2062,2813,2001,2887,2322,2821,2047,2041,1878,2043,2014,2207,2007,2141,2443,3212,2161,1921,1969,2756,2974,2482,2335,2644,2569,2525,2527,2326,2246,2010,2168,2522,2452,2683,2291,2010,3603,2928,2203,2568,2127,2011,2566,2815,2321,3860,3608,2567,2125,4565,3827,3096,1994,2047,2087,3761,3447,2655,2199,2317,3856,2653,3851,5859,2163,1813,1998,2095,2009,2203,2084,2239,1815,1847,1846,2322,1926,2124,2122,2218,2340,2406,2518,2380,2532,2165,2974,2649,2449,2520,2201,2151,2365,3206,2448,2293,2684,2414,2529,3049,2566,2564,2649,2647,2535,2406,2452,2404,3299,2569,2485,2569,2851,2124,2449,3161,2607,2492,2442,2612,2604,2650,2691,2362,2290,2246,2490,2748,2584,2212,2152,2245,5502,1965,2491,2694,2483,3169,3091,3729,2611,2642,2454,2483,3451,4892,2290,2285,3525,2711,2525,3210,2887,2695,2961,3373,2446,3254,2532,2411,2447,2762,2130,1712,3048,2385,2201,3613,2446,2287,4814,3174,2603,3257,2484,2203,3370,2608,2367,2970,2100,2129,2159,2687,2287,3138,3895,4201,2348,2421,2080,2533,3729,2808,1798,2004,2411,2115,1758,2395,2495,1727,1801,1801,2044,2012,2557,2448,2368,2489,2486,2203,2056,1643,2080,1735,1796,1808,1845,1762,1777,1874,2535,3005,2479,2885,2089,2444,2851,1997,1880,2190,2255,2361,1903,1764,4731,4700,1840,1971,3571,2161,2009,2246,2127,2363,3248,2930,2333,2085,2290,1998,2163,2236,2331,2563,2245,3011,2444,2332,3850,2320,4176,4574,2123,1805,2047,2061,2091,2529,3047,2536,1961,2244,2360,2690,2806,3092,4979,3409,3974,3405,2086,2125,2454,2125,2886,2045,3012,2401,2696,2646,4446,1869,1698,2209,1823,1848,1794,3092,1841,1980,2199,1885,1762,1886,2654,2929,2604,2484,2126,2046,2463,2566,3972,2484,2247,2099,2010,3491,3083,2925,2059,2088,2229,2177,2327,2754,2374,2641,3052,2531,2375,1882,1856,1924,2001,2409,2714,2051,3338,2129,2036,2575,2282,2046,1960,2299,2562,2524,2035,2448,2155,2387,2449,2327,2442,2212,2305,2724,2216,2938,3746,1564,2764,2621,2353,2529,2640,2297,2122,2006,1647,1812,1635,1897,1887,1962,1962,1925,1961,1899,2079,2165,1813,2163,1809,1684,1926,1638,1693,2080,2245,2055,2076,2132,2163,2527,2327,1883,1687,2073,2536,2406,2560,2369,2293,2483,2093,1801,2486,2013,2034,1690,2176,2162,1886,2310,2078,3413,2175,2127,2463,2449,1983,2101,2645,3095,2652,3608,2324,2173,2209,2286,2050,1947,2130,2715,2093,1843,2476,2532,2493,1922,2126,2126,2608,2081,2374,3733,2608,2491,2483,2568,2607,2449,2129,3127,3085,2177,2162,2452,2804,2893,1762,2929,2322,2690,2531,2571,2481,3010,2369,2687,2489,2566,1970,2772,2449,2362,2454,2485,2683,2288,2247,2447,2089,3212,2604,2089,2563,2375,2444,2328,2046,2363,2370,2285,2230,2279,2007,1763,1801,1768,2332,2850,2246,2245,1895,2203,2109,2169,2008,2369,2244,2033,1893,2246,2004,1770,2077,2005,2299,2083,2289,3727,2573,2202,2028,2351,1944,2464,4454,2484,2567,2449,2455,2082,2485,2812,2009,2286,2526,2530,2805,2529,2406,2082,2210,2489,2563,2606,2094,2516,2602,4456,2724,2729,2128,2604,1974,2054,2756,3129,2521,2531,2488,2644,2812,2451,1982,2459,2403,2857,2645,2207,2053,3121,2494,2245,2576,2487,2641,2571,2729,2688,2674,2380,2371,2566,1968,2685,2525,1927,2725,2534,2564,2694,2446,2248,2086,2526,2288,2212,2443,2608,2763,3852,2650,3049,2405,1816,2124,2040,2573,2926,2412,1963,1666,1686,1724,2171,2603,2767,2610,2015,2126,2043,2199,2004,2320,2453,2123,2370,1795,2286,2091,1879,2254,2361,1891,1647,1898,2323,2088,2315,2445,2651,2646,2732,2646,2773,3244,2612,2609,2489,2922,2692,2297,3006,2568,2251,2682,2053,2451,2524,2488,2648,3568,2448,2652,2409,1843,2490,2601,2453,2401,2412,2571,2842,2579,2401,2446,2451,2612,2605,2603,2450,2729,2613,2086,2286,2761,2500,2163,2368,2772,2765,2406,2490,2244,2009,1724,1877,2647,2894,2484,2448,2605,2174,2727,2568,2011,2765,2524,2370,2528,2210,2040,2368,2728,2172,2088,1801,2010,2483,2090,2408,2489,2560,2492,4456,1805,2481,2375,2690,2566,1903,2461,2329,2085,2854,2001,2175,2246,1883,2325,2416,2358,2695,2280,2369,4093,2127,2565,2013,2489,2493,2485,2486,2523,2527,2649,2329,2446,2528,2365,2529,2333,1844,2484,4332,3050,3534,2444,2488,2528,2489,2363,2416,2284,2325,2652,2766,3012,2244,2450,2447,2163,2687,2407,2774,2605,2487,2490,2602,2688,2408,2293,2566,2402,2287,2249,2445,2531,2451,2360,2640,2118,2806,2687,2530,2446,2447,2363,2295,2440,2369,2729,2490,2487,2568,2448,3047,3047,2492,2036,2060,1789,2405,2928,3055,2569,2008,2128,2369,2283,2092,2442,2605,2573,2565,2249,2567,3767,2288,2852,2164,2127,2608,2083,1774,2008,3022,2656,1880,2340,2125,1926,2538,1750,2164,1812,1986,2281,2331,2046,2167,2079,2125,2307,2735,2409,2292,1886,1930,1965,3033,2363,2366,4134,2210,2365,2449,2610,2444,2484,2136,2102,2603,2537,2599,2890,3133,2322,2127,3213,2287,2532,2524,2928,2647,2651,2687,2335,2395,2408,2404,2249,2364,2369,2365,2294,2527,2171,2523,2528,2572,2441,3298,2804,2568,2004,1889,2003,1852,2814,2164,2157,2051,2211,1799,2052,1961,2013,2406,1888,2360,1690,2000,2008,1807,2248,1960,1933,1918,2007,2163,2015,1878,1730,1892,1920,1723,1651,1802,1687,1718,1771,2126,2317,2485,1878,1812,2004,2082,2006,1880,2134,2088,2563,2055,2162,1975,1884,1968,1918,2103,2348,2258,2318,2479,2319,1955,2318,1796,1996,1969,1848,2049,2465,2660,2014,2436,2604,1804,2658,2084,2040,1848,2526,2731,2206,1807,1881,1991,2831,2201,2505,2224,2279,1898,1853,1906,1858,1973,1885,1852,1605,1481,1448,1469,1445,1444,1494,1844,2046,2074,2327,2650,2405,2453,2964,2413,2090,2203,2050,2325,1905,1946,1841,2080,2092,1968,1997,2172,1835,2287,2224,3233,2839,2071,2721,2081,1929,2162,2915,2537,2332,2424,2255,2281,2274,2085,2461,2528,2127,2009,2042,2034,2438,2186,2423,2304,2029,2090,2053,1829,1909,1709,1713,1725,1653,1719,1362,1817,1922,1726,1437,1531,2083,1762,1409,1352,1336,2081,1465,1810,1534,1954,1453,1547,1678,1705,1616,1543,1552,1794,1316,1560,1335,1389,1856,1505,1643,1809,1820,1663,1483,1759,1419,1833,1875,1364,1678,1884,1459,1757,1369,1287,1799,1825,1871,1735,1263,1812,1834,1728,1788,1683,1579,1814,1967,1594,1358,1350,1825,1604,1413,1400,1427,1698,1824,1453,1431,1424,1455,1553,1487,1446,1465,1870,1333,1401,1492,1461,1454,1452,1283,1847,1326,1863,1554,1345,1809,1799,1774,1763,1845,1568,1687,1321,1851,1475,1468,1464,1461,1331,1782,1624,1477,1532,1812,1780,1944,1452,1448,1499,1406,1579,1410,1401,1439,1775,1281,1822,1339,1808,1805,1517,1780,1454,1441,1479,1448,1511,1373,1950,1548,1550,1709,1367,1450,1836,1410,1414,1415,1583,1708,1965,1446,1554,1880,1998,1987,1517,1444,1569,1408,1478,1332,1871,1589,1915,2095,1955,1761,1730,1783,1645,1962,2284,2333,1914,1848,2412,2105,2833,2398,2562,2139,2330,2498,2721,2202,1958,2196,2813,2205,1960,1888,2011,2323,2371,2561,2522,2032,2240,2089,2252,2106,1905,2268,2204,2332,2046,2369,2672,2263,2232,2191,2055,2239,2247,1904,1945,2567,1875,1889,1969,1885,2237,1766,1874,2529,2348,1842,1848,1933,1908,2116,1901,1890,2005,1964,2300,2247,2848,2295,2440,2249,2025,1776,1847,1932,1918,1734,1841,2253,2365,2285,2211,2446,2315,1971,1964,3007,2686,2478,2332,1921,2214,2411,2488,2362,1769,1804,1878,1816,1528,2005,2228,2044,2607,2125,2559,1930,2223,2374,2568,2245,2050,2003,2042,2812,1789,1832,2369,1975,2226,2403,2569,2292,2405,2124,2243,2494,2528,2122,1891,1970,2728,2087,1928,2450,2691,1917,2294,2763,2086,2006,2006,2050,1960,1693,2127,2609,2099,1947,2432,2322,2288,2330,1968,1857,1955,1814,1560,2361,2474,2001,2651,2373,2287,2723,2287,2007,2648,4574,2808,2292,2081,1885,3254,2805,3250,2611,2243,2084,2053,2561,2366,2451,2001,1958,2247,2853,2408,2407,2526,2412,2088,2286,2248,2362,2694,2445,2364,1848,1887,1889,1926,2242,3006,2099,1891,3069,2130,2563,3453,2885,2651,2164,2609,2452,2245,3210,2489,1838,2050,1969,2002,1892,2535,2324,2169,2326,2325,2412,2846,2532,2606,2645,2733,2481,2972,2806,2567,2692,2522,2858,2405,2406,2653,2286,2486,2290,2682,2488,2447,2332,2449,2168,2363,2208,2407,2527,2081,2256,2082,1893,1798,1933,2120,1772,1924,1883,2081,1926,2009,1808,1966,1878,2570,1969,1849,2295,2931,2605,2327,2611,2478,2242,3163,2371,2451,2276,2242,2002,2339,3008,2969,3809,2567,3690,2147,2394,2284,2492,2483,2002,2532,3092,2007,2366,2366,2895,2088,2251,2641,2534,2884,2569,2365,2244,2616,2526,2368,2578,2933,2401,2368,1964,2259,1917,2332,2687,2327,2648,2647,2732,2567,3010,2547,2567,2939,2368,2210,2287,3204,2413,2646,2209,2765,2163,2247,2376,2520,1989,2081,1968,2408,1890,2248,2039,1727,1731,1804,1883,1968,2125,2088,2487,2365,2445,2132,2037,1810,1891,2248,1878,1934,1799,1731,1838,1932,2039,2490,2211,2764,2163,2769,2210,2159,2248,2564,2448,2494,2119,2250,2209,2322,2326,2329,2369,2451,2604,2564,2221,2503,2877,2248,2532,2161,2008,2207,2572,1897,1888,1925,1962,1930,2231,2368,2087,1897,1839,2003,1932,2010,2284,2570,2408,2289,1975,2251,1968,2330,2122,2085,2648,2602,2897,2399,2691,1696,2765,2479,1918,2561,2284,2094,2798,2295,2411,2444,2447,2611,2487,2576,2011,2403,2418,2091,1769,1642,2195,2408,2609,2654,2087,1920,1851,2278,2053,2409,2926,2406,3813,2477,2461,2640,2212,1928,2208,1970,1925,1801,1977,1882,1881,2172,1883,1921,2075,2084,2930,1852,1922,2062,2212,1970,1757,1645,1569,1879,2766,2413,2322,2328,2208,2323,2207,2524,2529,2892,2487,3129,3089,2370,2083,1970,2127,2603,2615,2242,2330,2403,1979,2426,2605,3087,3498,3562,2213,2411,2042,2810,2852,3329,2885,2447,1988,2021,2005,2651,2481,2408,2648,2574,2570,3209,3003,4011,2535,2402,2331,2843,2370,2605,2566,2455,2362,2373,2524,2529,2569,2645,2368,2411,2687,6694,2691,2002,2974,2567,2572,2377,2092,3148,2333,2931,2687,2165,2405,2327,1894,2398,2365,2299,2557,2529,2444,2177,2966,2806,2412,2290,2401,2448,2445,2445,2491,2288,2488,2332,2010,1835,1963,2893,1767,1884,1803,1645,1831,1849,1922,2365,1970,1888,1858,2101,2605,2210,2451,2723,1931,2330,2162,2126,1924,1926,2168,2088,1962,2134,2163,1800,1663,1848,1865,1769,2003,1921,2086,1652,1926,1923,2244,3372,2485,2443,2331,2650,2407,2685,2289,2601,2375,2323,2369,2643,2493,2686,2609,2728,2445,2090,2567,2169,3005,1976,2204,2582,2164,1933,2042,2170,2030,2219,2205,2367,2173,3208,2447,2687,2767,2369,2046,1854,1844,2040,2448,2487,2246,2136,1837,1850,1880,2131,2324,2167,1973,3180,2494,2695,3166,2495,2560,2253,2045,2125,2211,2802,2928,2328,2173,2046,2081,2966,1969,1752,2068,2284,1961,1934,1888,2042,2791,2455,2730,2624,2184,1949,2953,2462,2621,2382,1886,1884,1927,2739,2410,2206,2684,2527,2595,2411,2389,2352,2408,1926,1928,1955,1969,1843,1969,2049,2110,2049,2201,2287,2698,2858,3092,2012,2765,2766,2186,2283,2690,2569,2088,1947,2284,2042,2043,2533,2803,3129,3256,2323,2290,1871,2898,2603,2371,2525,2454,2526,2847,2327,2737,2883,2286,2327,1807,1803,2331,2277,1788,1965,2216,1851,1995,2049,2536,2206,1842,1808,1960,1924,2337,3329,2529,2403,2252,2764,2291,2963,2610,2440,2531,2215,2481,2442,2495,1924,2815,2766,1978,1676,1737,2224,2131,2439,2437,2099,2082,2043,2093,2130,2328,2406,2525,2529,2286,2646,2570,2758,2289,2773,2566,2288,4295,2806,5177,3332,2207,2123,3171,2409,2359,2574,3451,3765,2452,2489,2328,2607,2286,2527,2363,2131,2483,2574,2687,2722,2371,2730,2843,2253,3972,2128,2166,5457,2607,2485,2328,3128,2322,2416,2205,2126,2684,2571,2364,2806,3054,2204,2210,3967,2813,2804,2773,2803,2490,2414,2605,2802,2453,2288,2408,2562,2247,2174,2327,2530,2485,2486,2365,2449,2975,2563,3050,2806,2132,2608,2482,2129,2492,2843,2451,2726,2608,2570,2522,2449,2451,2035,2257,2643,2558,2367,2499,2400,2286,2335,2372,2442,2492,2647,2527,2490,2681,3045,5748,2508,2770,2524,2046,2208,2475,2164,3012,2542,2480,2314,6222,2402,2327,2370,2330,2498,3366,2240,2419,2354,2294,2525,6650,2412,2244,2290,3008,3248,2488,2767,2893,2688,3058,2289,2730,2754,2463,2960,2407,3774,2453,3245,2612,2440,2932,2771,2886,2613,2366,1880,1655,1904,2208,2650,2565,2569,2488,2733,2406,2545,2491,2810,2564,2443,2970,2086,3175,2101,1799,1685,1652,1727,3260,2449,2647,2809,3569,2610,2530,2856,2521,2375,2198,1930,2126,2791,2606,2325,2528,2404,2488,2644,2291,2567,2244,2330,2527,2604,2815,2650,2880,3050,2816,3322,2573,3526,2729,2535,2639,2257,2399,2613,2132,2562,2606,2326,2536,2807,2970,2812,2967,2005,2250,2125,2652,2879,2805,2252,2374,2124,2042,2286,2208,2446,2373,3648,2732,3484,2645,2687,2286,2409,2533,2169,2400,2334,2891,1978,2251,2199,2126,2483,2376,2198,2334,1923,2128,1965,5378,3094,2067,2308,2687,2288,1934,2439,2487,2411,2363,2172,1915,1852,2046,2125,1938,2009,2052,2676,2009,2291,1999,1891,1568,1556,1709,2123,2021,2640,2488,2807,1960,1898,1888,2126,2052,1921,1805,1614,1560,1527,1604,1841,2249,2131,2288,1961,1885,1999,2095,1918,1931,1920,1850,2004,2089,2125,3017,1925,1967,1876,1962,2133,1889,1930,2558,3336,2368,2128,2610,2168,2767,2085,2370,2165,2653,2567,3085,2653,2249,2326,2321,2810,2772,2648,2490,2320,2368,3052,2651,2643,2572,2685,2528,3092,2526,2088,2486,2607,2489,2406,2525,2165,2371,1998,2211,2573,2210,2439,2169,1958,1935,2333,2404,2412,2443,2487,2209,2406,2526,2251,2851,2326,2643,2886,2733,2487,2127,2324,2686,2135,2566,2726,2077,2453,2528,2242,1894,2285,1810,2559,3176,2411,2492,2647,2048,2602,2054,1969,2121,2558,2285,2565,2609,2449,2489,3370,2884,3254,2282,2607,2408,2489,2858,2011,2682,2770,2450,2405,2974,3126,2408,2446,2731,2843,2527,2493,2770,2804,2737,2527,3364,2251,2485,2693,2125,2015,1919,1818,1884,1918,1884,2302,2167,1953,2488,2000,1943,2228,1859,1801,2123,1844,1765,1763,2048,2013,1848,2047,1917,1931,2700,1880,2645,2493,2445,2887,1891,1840,2289,1915,1806,1891,2366,2169,1997,2056,2165,1957,3257,2420,1977,1726,1960,2048,2103,1921,1974,1887,1962,2133,2597,2086,1764,1927,2325,2091,1645,1415,1515,1528,1529,1528,1521,2084,2363,1969,2327,1722,2137,2204,2006,1848,1879,1929,2283,1967,2166,1934,2398,1851,1876,1776,1838,2003,2698,1678,1815,1789,2726,2369,2728,2324,1879,2163,2134,2455,2528,2528,2547,2115,2771,2889,1998,1932,2012,2256,2453,2357,2085,2131,2524,2530,1970,2967,5254,2695,2763,2652,2404,2371,2452,2242,2252,2368,2484,1928,2284,2687,2409,2527,3249,2572,1931,2244,1965,2179,1764,1812,1923,2204,1844,2130,2408,2287,2367,2324,2098,2403,2332,2327,1998,2213,2244,2202,2173,2245,2050,2601,2687,2179,2367,2163,1922,1685,1847,1927,2450,2607,2487,2484,2256,1833,1928,2304,2492,1883,2330,2129,1918,2537,1872,2136,2046,1970,1602,1559,1528,1529,2359,3008,2530,2370,2283,2198,2335,2251,2019,2568,2808,2168,2160,1890,2248,2325,2245,2294,2079,2170,1810,1840,1850,2247,2324,2294,1995,2063,2252,2120,2299,1918,2945,2454,2239,1888,1811,2006,1881,2128,2083,1848,1563,1529,1793,1564,1556,1839,2212,1805,1802,2296,2283,2218,2159,2290,2488,2714,1792,1826,2167,2691,2709,2308,1994,1856,2160,2450,2648,2234,2384,2684,1692,1920,1972,1926,2171,1838,1997,2928,2009,2164,1725,1723,1726,1687,1795,2275,2551,2259,2204,2246,2134,2130,2013,1774,1880,1855,2085,2118,1994,2131,2004,2062,2072,1733,1725,1684,1853,1923,1985,1870,2006,2004,1928,1878,1854,2220,1838,2100,2296,2565,2223,1981,2092,2104,2211,2142,2502,1932,1901,3332,2411,2605,2607,2553,2877,1914,2413,1954,1764,1964,1931,2169,1885,1842,1891,2170,1841,2483,2095,2276,1937,2287,2198,1890,1879,3093,2253,1882,2081,1934,1998,2253,2006,2290,2517,2038,2133,1963,2011,2033,2055,2322,2332,2004,1932,1920,2009,1970,2400,2051,1967,1879,1890,1878,1732,1719,1611,2094,2043,1687,1607,1725,1678,1807,2093,2125,1838,2087,2002,2317,2085,1851,1968,3016,2126,1942,1882,1599,1570,1726,2204,1846,2205,1995,2009,1924,1933,2006,1964,1888,2855,3090,2648,3572,2731,2482,2449,1992,2318,2486,2609,2044,3094,3039,2772,2926,2772,2127,1734,2195,2780,2170,2402,2206,1805,1798,1847,2091,2327,2368,2405,2089,2445,2289,2604,2125,2105,1966,1838,1892,1807,1879,3131,2365,2536,1719,1604,1533,1560,1780,2289,1814,1855,2435,2014,1648,1997,2176,1823,2050,1767,2157,2664,2563,2126,2288,2256,2727,2569,2723,2531,2365,2966,2370,3050,2367,2329,2203,2005,2052,2297,3185,2441,2287,2369,1687,1930,2250,2521,2892,2490,2484,2527,2571,2445,2168,2363,2892,2563,1927,2005,2448,2088,4384,2191,1969,2090,2204,2290,2002,1696,2193,2613,2602,2173,6500,1889,2283,2412,3051,3655,2881,3457,2523,2326,2773,2528,2369,3124,2507,2162,2134,2112,3094,1802,1847,1725,2010,2052,1938,1681,1885,1978,2448,2214,2132,1926,1730,1795,1850,2203,2200,2291,2244,2128,2453,2446,4492,3126,2780,2202,1883,1855,2084,2030,2475,2209,2046,1890,2246,1882,2532,2164,2404,2293,2321,1930,2645,2733,2364,2255,1994,2174,1841,1773,2435,2571,2801,2688,2372,1962,1847,1851,3085,2765,2046,2292,2451,2527,2804,2526,2929,2457,2367,1882,4070,2887,2442,2528,2414,2319,1914,1969,2191,2392,2273,2324,2569,2121,2610,2089,2179,1886,2046,1725,1681,1964,1884,2903,2338,2410,2446,2449,2407,1900,2581,2528,2608,2251,2524,2365,2660,2161,2245,2454,2413,2526,3048,2090,1895,2021,2842,2173,2525,2486,3048,3937,2887,2409,2454,2363,1848,2568,1967,2483,2210,2083,2286,2044,2092,2009,2214,2201,2646,2212,4101,2121,2331,1938,2123,1893,2120,2209,1801,2252,2004,1891,2049,1993,2013,2041,2947,2174,1482,1688,1766,1640,1653,1685,1632,1609,1776,2205,1759,1763,1871,1765,1889,1809,1595,1888,1968,2124,1840,1608,1811,2726,2445,2046,1848,1839,1849,1930,2011,2200,2003,2370,1880,2336,2072,2091,2534,2534,2814,2080,1960,1727,2601,2219,1901,1919,1808,1851,1954,2057,2000,2609,2170,1880,2122,1925,1930,1932,1718,1694,1885,1960,2001,2282,2214,2214,2161,2089,1803,1942,1795,1836,2428,2026,2086,1814,1875,1729,1975,2722,2334,1911,1843,2294,2163,2532,1836,1768,2251,2084,2527,2382,2712,2311,2785,2276,2366,2571,2072,2251,1888,2204,2042,2914,2011,1805,2043,2174,2163,2011,1883,1885,2002,1966,2087,1850,2047,2171,1926,1955,1972,2162,2013,2117,1939,1957,1779,1713,1604,1677,1934,1491,1689,1523,2213,1640,1848,1716,1570,1884,2014,1813,1807,1642,1727,2440,2094,1556,1620,1564,1673,1644,1611,2163,1886,1961,1644,1770,1889,1887,2080,2005,1762,2206,1896,1848,1876,1852,1928,2083,2207,2211,2368,2078,2011,2128,2037,1976,1957,2049,2131,2007,2682,2193,2447,2527,2087,2125,2526,2608,2127,1924,1882,1768,2691,2202,2490,2632,4067,2373,2866,2566,2705,2455,2684,1998,1580,2524,2845,2245,2303,2016,2039,1888,1930,2478,2175,2363,2370,2328,2684,2091,1826,2576,1837,1886,1575,1559,1529,1680,2978,2108,2248,1930,1930,1760,2009,1813,1876,1852,2506,1924,1968,2428,2135,2680,2170,2450,2327,2039,2285,1732,1933,2051,2443,2090,1894,1920,1855,1966,2593,2294,2652,2202,1884,2486,1974,2201,2571,2809,2327,2528,2443,2534,2446,1973,2000,2123,1966,1938,2046,2528,2647,2127,2280,2538,2558,2247,2447,1991,2144,2128,2008,1967,1966,2073,2014,2007,3323,2245,2687,2935,2564,2286,3173,2769,2646,2091,2267,2092,2123,2012,2965,2271,2041,2221,2570,2780,2053,1888,2201,1847,1768,1599,1561,1606,1927,1734,1914,2053,1838,1809,2087,1847,2002,1924,1971,2093,1922,1765,1967,2041,1935,1798,1690,1802,2652,2569,2046,2006,1995,2296,1724,2166,1886,2449,2291,2560,2644,2056,1877,2190,2410,3906,2573,2359,2109,2820,2520,2362,2068,2564,1968,2135,2925,1888,1924,2042,1933,2517,3044,2210,2365,2374,2446,2684,2453,2528,2567,2561,2011,3501,4324,3006,2531,2532,2605,2205,2330,2931,2761,2414,2327,2488,2523,2371,2527,2368,2079,2288,2161,2332,2370,3687,2770,2374,2484,2408,2129,2406,2968,2484,2492,2279,2409,2375,2566,2804,2368,2409,2647,3367,2526,2809,2286,2369,2489,2015,2324,1683,2061,2205,2327,2471,1885,1884,2052,1798,2299,2158,2249,2247,2445,2328,2447,2485,2052,2244,2355,2180,2164,2637,2221,2207,2802,2374,1999,2120,2499,2353,2535,2564,2489,2326,2413,2366,2607,2448,2451,2484,2165,2010,2286,2137,2119,1721,2347,2034,2303,1937,1853,1756,2327,2765,1954,1855,1761,1930,2502,2642,2579,1883,3052,2763,2850,2607,2493,2444,2611,2083,3089,2765,2168,4852,2569,2530,3051,3009,2287,2643,1965,2569,2413,2529,2969,2401,2293,2330,2082,2447,2411,2404,2372,2285,2011,2690,3132,2524,3046,2614,2880,2571,2366,2371,2604,2412,2609,2403,2168,2364,2569,2812,3048,4493,1850,2072,2117,2569,2325,2769,2286,2769,2248,1890,2007,2481,2771,1985,2054,2115,1816,2007,2046,2240,2317,3017,1888,2012,2202,2706,2310,2410,2566,2649,3085,3488,2897,2446,3965,2247,2055,2566,3211,2444,2489,2449,2253,2533,2438,2162,1985,2288,2327,2016,1981,1884,1958,1692,1993,2453,2761,2533,2369,2448,2158,1840,2486,2608,2245,2369,2569,2322,1896,2900,2650,2370,2608,2806,2286,1928,2050,2000,1852,2367,2128,3289,2565,2486,2287,2610,2039,3294,2522,2646,1814,2233,1610,1996,2145,2883,2288,1928,1883,1851,1886,2127,2124,2529,2443,2692,2408,2046,2770,2607,2168,1975,2102,2205,2253,2772,2397,2455,2452,2005,2171,2126,2363,2371,2596,3259,2608,2125,2440,2417,3568,2371,2289,2410,3193,2378,2441,2288,2206,1928,2150,2277,2167,2206,2319,2894,2489,2528,2000,2288,2654,2968,2725,2527,1931,2204,2207,2486,2571,2131,2566,2611,2286,2491,2122,2971,2802,2492,2445,2526,2209,2648,2173,2329,2122,1922,1609,1728,2319,2055,2102,1918,1927,1961,1811,2766,2525,3131,2367,2764,1930,2328,2602,2891,2526,2613,2407,2525,2371,2363,3004,2528,2173,1963,1765,1803,2411,2209,2369,1888,1926,1692,1568,1554,1537,1912,1847,2366,2443,2333,2406,2647,2764,2333,2847,2170,2402,1933,2678,2517,2935,2240,1883,2468,2491,1927,2198,2369,1931,2065,2564,2039,2342,2568,3572,2649,2529,2163,2445,2285,2132,2164,2445,2492,2688,2206,2007,2607,2293,3852,2838,2249,2251,2288,2565,1854,1981,1879,1607,1531,1556,1524,1929,2093,1875,1936,2237,2483,2530,2209,2242,2492,1848,1923,1563,1525,1802,2168,1959,2331,2234,2046,1925,1883,2173,2167,2088,2445,2048,2319,2487,2167,2289,2069,2375,2211,2327,2322,2212,2125,1801,1967,2370,2564,2326,2448,2051,1922,1811,2005,2070,2274,2767,2607,2282,1806,2813,1961,1890,1967,1565,1924,2086,1774,2400,2489,1922,2130,2207,2042,2123,2648,3375,2840,2458,2883,1996,2004,2055,2164,1914,1855,1885,1799,1887,1691,1961,2384,2729,2086,2090,1926,2328,2674,2204,2026,2116,2053,1887,1916,2006,1814,2318,1739,1843,1836,1862,2245,2122,2076,2055,1835,2852,2606,2210,2164,2050,2325,2132,2404,2533,2360,2096,2015,2972,2537,2399,1979,1910,1816,2041,1928,1965,2002,1929,2010,1926,1967,2005,1925,2004,2007,2211,1770,1794,1605,1740,1602,1646,1723,1531,1882,1934,1924,1692,1722,1724,1831,1933,1799,2284,2419,1837,2124,2486,2257,2096,3005,2693,2449,2364,2446,2569,2410,2282,2803,2454,2480,2494,2084,2692,2132,2278,2485,1883,2079,2129,2323,2412,2402,2651,2285,2331,2484,2001,1677,4328,2084,2257,1796,1681,1819,2247,2526,2291,2120,2081,1927,1882,1612,1524,2995,2650,2685,2646,2642,2569,2251,2924,2207,2774,2402,2050,1918,2811,2090,2530,2571,2571,2168,1927,1842,2082,2842,2381,2371,2120,1938,2008,1969,1878,1932,1927,1605,1559,1926,2095,2084,2730,2204,2209,2329,2212,2204,2128,2407,2008,1854,2314,2447,2367,3216,2683,2361,2132,2202,2487,2125,2013,2483,2606,2532,2364,2927,2171,2095,2490,2408,2644,2363,1854,1765,1879,1908,2082,2047,1958,1925,1805,1735,1805,1803,2381,1973,1889,2252,2316,2894,2766,2541,2524,2359,2220,1961,1845,2208,2326,2284,2209,1934,2240,2009,2065,2208,2244,2117,2281,2559,1771,2053,2161,2091,2196,2018,2052,2119,1893,1799,1762,1731,1917,2127,2050,2088,2164,1888,2081,1932,2566,2005,2275,1847,1891,1954,2013,2007,2040,2046,1884,1970,2040,2059,2047,1881,2010,2439,2325,1856,1958,1567,1557,1775,1839,1810,2363,1846,1763,2089,1852,2402,2445,2527,1929,1851,1761,1614,1766,1721,1691,2086,2046,1924,1847,1804,1958,2015,1686,1717,1764,1649,1881,1481,1411,1772,1671,1934,1910,2002,1961,2008,1852,2001,1891,1836,1763,1687,1924,2701,2165,1668,1572,1560,1568,1601,1524,1520,1610,1886,1851,1884,1963,1766,1879,1850,2130,1970,1802,1803,2050,1757,2367,2190,2106,1728,1901,1938,1899,1841,2168,2094,2438,2526,2448,2569,2487,1852,1892,2185,2050,2445,2491,2766,2614,2160,2770,2636,1798,1962,1926,1641,1627,1796,1931,1839,2049,2017,1922,1769,2046,2041,2010,2006,1687,1956,2207,1648,1805,1806,2048,2176,1876,2051,2082,1765,2005,1809,1725,2108,2093,2167,2224,2009,2158,2194,2016,1892,2231,1587,1596,1811,1726,1618,2572,2166,2486,1854,1978,2055,1960,1919,2211,2010,2073,2029,1555,1859,2862,1898,1725,1962,1605,1937,2535,1770,1976,1878,1885,1973,1957,2011,1564,2049,2265,1867,1613,1476,1410,1408,1429,1403,1404,1569,1403,1715,2109,2362,2039,1743,1338,1834,2122,1837,2036,2015,1784,1630,1622,1619,1648,1632,1632,1591,2262,1434,1984,1946,1742,1620,1544,1459,1407,1941,1565,1557,1495,1658,1434,1274,1775,1888,1358,1416,2005,1638,1523,1548,1404,1485,1277,1890,1269,1859,1643,1552,1441,1369,1415,1790,1884,1361,1390,1359,1478,1824,1821,1358,1328,1299,1840,1836,1834,1846,1336,1587,1379,1328,1821,1335,1814,1811,1809,1817,1387,1331,1366,1471,1411,1339,1798,1789,1789,1789,1849,1413,1688,1595,1751,1779,1866,1378,1342,1904,1400,1434,1838,1440,1444,1319,1857,1340,1816,1809,1808,1927,1874,1677,1921,1329,1813,1794,1849,1289,1780,1945,1505,1670,1327,1837,1297,1790,1776,1770,1889,1272,1362,1873,1390,1301,1831,1274,1780,1788,1802,1800,1706,1605,1769,1783,1764,1761,1749,1942,1341,1309,1339,1443,1599,1472,1316,1841,1836,1898,1356,1932,1384,1706,1720,1469,1362,1860,1383,1846,1843,1895,1468,1336,1753,1788,1789,1798,1809,1794,1822,1864,1243,1785,1574,1767,1778,1784,1825,1363,1352,1386,1359,1638,1527,1446,1423,1351,1358,1339,1833,1821,1842,1457,1279,1621,1315,1806,1819,1811,1927,1309,1822,1847,1744,1880,1212,1778,1791,1789,1783,1784,1909,1403,1391,1388,1814,1860,1441,1369,1371,1342,1832,1869,1346,1430,1766,1838,1332,1326,1835,1312,1798,1825,1623,1447,1267,1874,1305,1809,1804,1798,1809,1849,1739,1778,1785,1309,1784,1807,1805,1800,1883,1332,1344,1649,1451,1400,1373,1405,1437,1445,1445,1444,1468,1393,1285,1488,1386,1348,1310,1778,1895,1398,1520,1539,1524,1592,1435,1533,1735,1662,1473,1546,1538,1536,1538,1512,1722,1506,1997,1486,1438,1472,1593,1587,1578,1706,1642,1460,1895,1651,1692,1659,1562,1579,1607,1569,1847,1480,1479,1607,1611,1470,1447,1541,1531,1536,1578,2016,1515,1696,1674,1681,1540,1585,1564,1564,1428,1559,1521,1951,1491,1564,1482,1537,1538,1536,1536,1395,1510,1441,1662,1616,1555,1407,1476,1470,1465,1464,1413,1514,1527,1577,2028,1667,1527,1504,1539,1530,1537,1484,1508,1617,1657,1485,1502,1469,1451,1431,1412,1437,1559,1440,1332,1690,1511,1367,1875,1416,1412,1413,1412,1465,1407,1908,1546,1393,1404,1382,1385,1415,1428,1416,1298,1369,1516,1484,1401,1399,1367,1361,1363,1354,1401,1402,1591,1596,1828,1367,1338,1336,1331,1334,1334,1335,1317,1868,1222,1299,1789,1847,1360,1354,1353,1353,1350,1379,1393,1391,1508,1426,1494,1496,1486,1523,1522,1517,1555,1549,1675,1683,2077,1703,1813,2038,1916,2012,1877,1769,1560,1546,2202,2145,1948,2086,2154,2175,2563,2720,2425,2483,2049,2228,2200,2364,2537,2355,2282,1806,1989,1941,1894,2056,2122,2163,2052,2129,1781,2108,1542,1694,1790,1599,1659,1757,1590,1602,1641,1596,1562,1590,1656,2087,1686,1649,1771,1634,1635,1510,1664,1950,2024,1610,1625,1589,1498,1437,1428,1427,1474,1638,1418,1497,1579,1654,1449,1428,1428,1426,1429,1504,1723,1592,1472,1582,1608,1392,1860,1859,1860,2037,1981,1661,1413,1391,1861,1858,1844,1911,1445,1394,1810,1956,1495,1859,1860,1843,1968,1463,1333,2000,1393,1348,1329,1806,1808,1805,1875,1375,1808,1955,1415,1412,1435,1379,1476,1438,1384,1359,1437,1423,1391,1337,1306,1954,1443,1436,1438,1436,1443,1446,1426,1356,1289,1956,1421,1362,1364,1360,1362,1420,1395,1302,1804,1795,1967,1306,1876,1827,1872,1884,1463,1453,1408,1769,1985,1334,1800,1801,1769,1727,1801,1761,1765,1865,1354,1745,1738,1727,1747,1764,1763,1773,1746,1796,1753,1739,1879,1393,1331,1376,1308,1914,1326,1499,1496,1500,1487,1488,1469,1558,1495,1396,1541,1491,1578,1575,1367,1834,1441,1484,1331,1863,1385,1324,1943,1370,1857,1375,1936,1422,1322,1902,1404,1315,1971,1413,1410,1563,1903,1429,1394,1374,1364,1389,1381,1366,1305,1367,1767,1811,1833,1294,1774,1839,1293,1774,1793,1265,1879,1794,1891,1316,1383,1866,1339,1768,1750,1816,1883,1372,1433,1321,1347,1892,1377,1336,1335,1840,1325,1784,1903,1356,1319,1798,1788,1964,1405,1327,1397,1283,1420,1389,1365,1366,1365,1368,1894,1346,1365,1312,1852,1489,1458,1412,1401,1397,1401,1447,1436,1361,1315,1775,1904,1256,1777,1739,1740,1836,1744,1781,1746,1723,1808,1791,1784,1741,1794,1778,1781,1774,1797,1290,1864,1286,1851,1354,1352,1383,1284,3074,2513,2610,2647,2781,2594,2634,2576,2456,2484,2813,2951,2891,2736,2723,2032,2675,2711,2592,3251,2285,1970,2013,2168,2368,2237,2943,2284,2171,2016,2393,2322,2328,2298,2164,1974,1890,2037,1798,1709,1791,2004,1837,1871,2886,2254,2563,2471,2678,1906,1849,1882,2337,2536,2496,2627,2307,1966,2187,2389,2493,2142,2138,2185,1899,2021,2376,2274,2116,2657,1809,2038,1734,2223,1824,1746,1966,1949,2742,2414,2082,1881,1768,1980,1828,1959,1860,1776,1990,1595,1730,1697,1553,1760,1543,2081,1500,1645,1755,1644,1673,1706,1967,1867,1864,1499,1511,1590,1738,1808,1521,1553,1717,1677,1887,1623,1577,1574,1510,1771,1594,1926,1653,1531,1611,1624,2152,1476,1538,2227,1743,1718,1541,1523,1512,1600,1809,1473,1630,2134,1607,1731,1718,1634,1611,1718,1971,1921,1840,2141,1755,1811,1766,2293,2280,2099,2188,1872,1932,2186,2020,2094,2124,3052,2408,2368,2490,3001,2239,2214,2559,3295,2445,2297,2342,2636,2626,2483,2527,2646,2569,2969,2895,2242,3330,2690,2887,2403,2409,2410,2449,2524,2570,2246,2250,2008,2198,2250,2293,2286,1959,2444,2535,2525,3250,2403,2567,2373,2445,2124,2815,2088,2081,2871,2322,2448,2407,2451,2569,2444,2363,3202,2607,2451,2363,2729,3006,2769,2291,2446,2445,2207,2685,2213,1962,1935,2121,2573,2364,2284,2529,2327,2450,2570,3001,3132,2133,1938,2136,1725,2054,2965,2606,2325,1778,1956,1969,1967,2080,2409,2330,2482,2375,2601,2407,2530,2484,2774,2645,2410,2244,2044,2087,2330,2243,2291,2609,2161,1971,2443,2409,2329,2329,2441,2327,1965,2648,2686,2409,1921,2093,1929,1607,2151,2651,2569,2119,1972,2003,1890,1966,2086,2170,2126,2445,2442,2088,2572,2406,2205,2335,2047,1811,1967,2030,2081,2330,2282,2487,2407,2092,2002,2002,1965,1654,2115,2265,2440,2088,1936,2453,3128,2048,2603,2247,2694,2245,2282,2488,2775,2716,2481,2491,2663,2246,2847,2330,2283,2889,1852,2090,1989,3681,2606,2490,2569,2468,2737,2295,2466,2493,4008,2361,2406,2529,3072,2850,1900,1999,2253,1922,2151,3039,2869,2742,1963,1690,1588,1633,1572,2089,1959,1974,1760,1962,1758,2821,3207,2043,1728,2130,1771,2576,1914,2434,2020,2386,2090,2684,2410,2752,2603,2905,2287,2385,2375,2687,2607,2279,2490,2049,2006,2333,2725,2129,2936,1846,1842,1607,2231,1852,2810,2980,3054,2518,2683,2376,2372,2529,2724,2457,2316,2449,2052,2805,2368,2892,2721,2132,2084,2131,2079,2012,2558,2824,2367,2349,2707,2125,2119,1929,2569,2445,2409,2159,1844,2121,2577,1980,1994,2194,2642,2449,2537,2321,1830,1969,2071,2046,1735,2316,1931,2125,2004,1926,1933,1960,1850,1888,1919,1851,1808,1685,1755,1811,2054,1917,2134,1846,1916,1816,2452,2201,1956,1942,2196,2052,1727,1572,2005,1918,1978,1973,2046,1928,1915,2366,1850,2011,1795,1736,1959,1561,1537,1755,1694,1720,1931,2076,1992,1972,1863,1687,1647,1638,1603,1970,1918,2899,1887,3199,2044,1645,1733,2116,1815,2176,1913,1697,1556,1615,1996,1654,1894,2055,1663,2620,2203,2194,2140,2150,2307,2241,2359,2454,2532,2247,2320,2013,2594,2765,2281,2470,1932,2097,2209,2001,2412,2165,2459,2107,2376,2411,2528,2212,2311,2185,2110,1954,1848,2220,2199,2155,1987,1905,2415,2204,2392,2147,2549,1721,2216,2243,1746,1941,2019,1902,2158,2035,1604,1778,1644,1676,1666,1557,1788,1573,1567,1648,1910,1678,1637,1531,1707,1515,1615,1612,2010,1557,1568,1588,1447,1376,1283,1880,1463,1460,1406,1348,1805,1777,1307,1979,1321,1845,1673,1350,1978,1504,1812,1329,1730,1842,1754,1811,1524,1398,1449,1454,1371,1295,1816,1811,1811,1816,1355,1483,1561,1867,1317,1797,1790,1788,1843,1305,1810,1366,1454,1841,1304,1780,1773,1773,1787,1766,1843,1734,1432,1392,1301,1808,1821,1878,1819,1347,1429,1240,1394,1790,1764,1756,1764,1764,1725,1741,1805,1561,1302,1702,1735,1835,1260,1788,1791,1779,1829,1507,1314,1280,1750,1749,1743,1746,1800,1825,1297,1564,1334,1752,1819,1832,1282,1781,1781,1795,1759,1231,1547,1750,1733,1730,1747,1893,1429,1450,1474,1359,1469,1750,1866,1381,1410,1393,1398,1388,1378,1402,1452,1710,1426,1875,1361,1420,1375,1369,1371,1371,1472,1396,1393,1282,1682,1453,1329,1532,1500,1423,1404,1403,1408,1478,1589,1592,1518,1362,1358,1366,1363,1371,1401,1471,1472,1919,1982,2080,1951,2124,2472,2263,2175,1944,2307,2162,2394,2325,2514,2244,2271,2511,2292,2021,1956,2132,2301,2010,1892,2614,2194,2175,2087,1907,1908,1681,1775,1593,1679,1699,1924,1651,1626,1559,1669,1676,2064,2099,1524,1370,1810,1498,1559,1570,1397,1412,1745,1585,1501,1746,1495,1341,2070,1361,1841,1528,1448,1667,1390,1329,1776,1860,1362,1263,2002,1303,1803,1820,1405,1368,1844,1838,1836,1914,1324,1330,1852,1282,1343,1475,1279,1813,1813,1810,1856,1270,1831,1390,1339,1748,1830,1850,1401,1344,1346,1350,1215,1791,1789,1807,1330,1857,1346,1346,1343,1345,1314,1306,1895,1345,1287,1788,1897,1380,1397,1437,1446,1395,1433,1494,1420,1391,1497,1499,1434,1432,1384,1381,1638,1651,1650,1698,2150,1915,1784,1897,1817,1706,1672,1650,1650,1788,1922,1652,2170,2068,2491,2239,2492,2670,2704,2764,2460,1977,2214,3164,3146,2279,2297,2437,2510,2394,2375,2484,2337,2149,2326,2868,2131,2519,2338,2110,2359,2117,2180,2155,2340,2374,1846,2065,2524,2220,1991,1881,2150,1704,2150,1955,1951,1950,1943,2024,2108,1936,1799,1809,1888,1828,1757,1769,1750,1792,1914,1960,1608,2056,1586,1443,1624,1633,1705,2163,2029,1577,1503,1835,1417,1587,1562,1587,1875,1861,1566,1621,1583,2084,1694,1562,1645,1678,1465,2092,1684,1852,1398,1373,1345,1320,2000,1418,1416,1535,1523,1434,1492,1297,1818,1756,1747,1747,1825,1323,1414,1339,1336,1409,1397,1393,1437,1368,1384,1414,1345,1819,1313,1810,1874,1369,1371,1349,1339,1360,1382,1355,1282,1406,1442,1403,1342,1339,1450,1422,1406,1478,1334,1918,1405,1450,1500,1334,1969,1448,1436,1319,1852,1380,1859,1342,1304,1422,1420,1416,1416,1415,1433,1518,1395,1440,1283,1819,1365,1445,1405,1426,1415,1406,1449,1470,1435,1425,1285,1767,1943,1475,1469,1470,1466,1487,1507,1445,1462,1338,1754,1829,1350,1342,1905,1343,1397,1475,1423,1337,1833,1356,1372,1319,1817,1884,1399,1852,1302,1761,1755,1818,1777,1751,1845,1267,1785,1710,1770,1740,1721,1829,1767,1751,1740,1770,1751,1846,1358,1402,1469,1522,1312,1936,1362,1338,1837,1905,1352,1333,1827,1818,1317,1776,1783,1811,1809,1821,1833,1816,1825,1334,1310,1871,1368,1368,1367,1344,1359,1357,1856,1289,1344,1825,1884,1883,1396,1438,1452,1462,1325,1771,1757,1907,1336,1782,1801,1821,1810,1377,1319,1735,1695,1881,1318,1809,1807,1810,1846,1368,1302,1754,1755,1799,1967,1369,1859,1858,1825,1866,1837,1818,1453,1414,1346,1837,1958,1429,1535,1410,1825,1879,1371,1835,1927,1428,1428,1427,1404,1417,1363,1943,1347,1337,1399,1398,1398,1463,1397,1398,1331,1323,1830,1800,1853,1811,1838,1338,1336,1836,1299,1787,1785,1783,1319,1806,1818,1760,1759,1762,1791,1310,1773,1250,1830,1774,1749,1747,1745,1762,1790,1773,1666,1738,1810,1742,1767,1739,1732,1779,1769,1779,1726,1740,1871,1363,1265,1834,1859,1339,1769,1906,1298,1805,1846,1268,1815,1810,1811,1833,1881,1342,1785,1898,1369,1844,1826,1826,1914,1424,1379,1806,1777,1844,1355,1288,1778,1776,1776,1850,1312,1754,1819,1786,1726,1752,1719,1745,1814,1259,1760,1722,1776,1816,1288,1758,1752,1750,1886,1323,1758,1742,1960,1323,1802,1749,1741,1758,1854,1295,1794,1721,1878,1270,1774,1749,1779,1147,1850,1267,1750,1703,1739,1769,1738,1735,2377,1294,1767,1743,1738,1692,1788,1744,1763,1758,1734,1713,1745,1734,1650,1773,1791,1765,1819,1816,1809,1811,1774,1684,1721,1848,1803,1768,1802,1747,1798,1776,1773,1714,1816,1964,1583,1939,1472,1465,1487,1464,1427,1369,1466,1385,1413,1422,1404,1388,1377,1360,1374,1499,1400,1336,1869,1489,1357,1367,1364,1365,1363,1353,1406,1373,1367,1265,1857,1378,1359,1343,1343,1340,1392,1337,1363,1336,1326,1782,1851,1354,1329,1823,1824,1843,1328,1334,1340,1786,1254,1849,1322,1800,1810,1844,1793,1320,1826,1799,1836,1311,1825,1826,1827,1783,1810,1822,1841,1702,1771,1769,1764,1760,1737,1784,1792,1851,1703,1746,1739,1726,1727,1731,1667,1784,1773,1699,1730,1777,1742,1752,1754,2030,1701,1626,1712,2044,1759,1684,1909,1823,1846,1900,2160,2230,3327,2933,2683,2885,3047,2707,2288,2112,1809,1957,2394,2751,2592,2743,2527,2664,2420,2203,2416,3338,2000,2274,1652,2478,1603,1906,2098,2484,2212,1933,1907,1714,1869,2006,1734,1728,1954,2152,2517,2461,2243,1846,1666,1633,2114,1629,1477,1501,1475,1476,1697,1881,1592,1538,2037,1566,1843,2054,2044,1544,1563,1374,1785,1868,1587,1460,1918,1487,1985,1991,1490,1500,1435,1640,1439,1559,1339,1945,1308,1899,1390,1662,1377,1332,1551,1778,1942,1986,1406,1414,1282,2055,1350,1394,1601,1607,1419,1306,1826,1462,1849,1290,1404,1845,1537,1721,1977,1290,1379,1787,1786,1780,1779,1818,1279,1760,1649,1746,1761,1770,1764,1764,1762,1799,1699,1479,1763,1763,1764,1763,1761,1787,1773,1677,1441,1722,1749,1749,1762,1749,1723,1733,1838,1631,1353,1810,1798,1781,1815,1792,1825,1340,1785,1337,1673,1817,1765,1758,1764,1808,1804,1397,1804,1726,1472,1787,1754,1782,1782,1933,1557,1522,1428,1666,1550,1939,1356,1388,1401,1382,1383,1382,1419,1452,1571,1413,1251,1826,1406,1389,1369,1363,1352,1365,1397,1370,1223,1312,1827,1320,1824,1767,1760,1758,1695,1896,1504,1685,1887,1342,1313,1808,1807,1859,1349,1318,1741,1845,1232,1790,1327,1831,1363,1365,1366,1332,1333,1630,1322,1806,1779,1807,1830,1889,1454,1451,1665,1496,1515,1478,1678,1467,1403,1946,1576,1590,1564,1601,1505,1583,1587,1968,1540,1685,1869,2552,2531,2411,2333,1704,2014,2600,2730,3000,2408,2550,2424,2649,3471,2968,2320,2507,2837,2382,2139,2682,2516,2322,2246,2047,1842,1694,1945,2606,2206,1967,2149,1961,3086,2325,2643,2159,2579,1920,2100,2292,2563,2245,2530,2371,2241,1925,1888,1885,1851,1840,2607,2493,2480,2414,2202,2411,2407,2686,2087,2323,2094,2480,1767,2250,2408,2493,2887,2283,2371,2325,2131,2285,2202,2610,2891,4451,2371,2083,2368,2244,2245,2134,2485,2528,3252,2208,2172,1879,2287,1844,1889,1842,1729,2250,2127,2252,2042,2167,2131,2412,2130,2239,2549,2367,2758,3751,2180,1836,1849,1889,1732,1716,2115,1989,2329,1961,2207,2368,2361,2492,2377,2131,2166,2451,2445,2366,2367,2579,2952,2735,2879,2165,2361,2490,2409,2764,3273,2932,2811,2421,3212,2224,2789,2317,2506,2408,1849,2083,2289,1971,2300,2774,3007,2527,2444,2595,3011,2245,2506,2437,2449,2329,2006,1809,2039,1723,1810,2078,2058,2082,1848,1967,1889,1956,2013,2003,2007,2010,1763,1822,1768,2125,2013,1766,2077,1970,1884,1761,1964,1931,1911,3009,2286,2106,2046,2053,2041,1999,2166,1735,1968,2405,1922,1930,1766,1681,1843,2083,1812,2242,1852,1757,1854,2083,2129,3013,2604,1766,2129,2006,2401,2301,2725,2526,2456,1882,1887,2559,1883,1884,1976,2009,1640,1718,1731,2091,2444,2166,1841,1851,1845,2281,1936,2643,2205,1806,2000,1695,2117,2050,1812,2358,1931,1960,2045,2130,2366,1934,3201,2841,2368,2457,2161,2282,2255,2772,2200,2250,1815,2319,2159,1921,1889,2171,2990,2618,2436,2092,2729,2567,2292,2253,2290,2364,1606,1563,1651,1807,1921,2127,2333,2400,1927,1682,1647,1644,1610,1964,2083,2082,2136,2038,1927,1890,1961,1926,2407,1687,2452,2185,2409,2088,2641,2816,2329,2652,2287,2322,1931,2244,2404,2488,2449,2728,3005,2292,2766,2250,1966,2446,2490,2288,2607,2286,2487,2488,2481,2132,1873,2893,2050,2480,2690,2251,2081,2014,2487,2243,3202,2451,2443,2208,2001,1655,1610,1874,2347,2411,2486,2244,2608,2091,2124,2569,2369,2204,2161,2212,2088,2849,2566,2086,2004,2316,2482,2451,2577,2289,1977,1933,2354,2246,2469,3694,2578,2555,2619,2644,2845,2765,2139,2191,2736,2625,2635,2802,2814,2604,2225,1930,2116,2607,2528,2397,2174,2137,2064,2098,2546,2976,2695,2750,2507,2606,2127,2071,2017,1887,2146,2150,2248,2131,2086,2090,2044,3324,1965,1967,2004,1999,2004,1926,1968,2068,2166,2768,2962,2704,2165,2397,2171,2557,2891,2898,2883,3411,2042,2446,2530,2929,2497,2457,2124,2661,2284,2751,2530,3328,1873,2370,2242,2488,2051,1965,2047,1965,1968,2241,2042,2052,2239,2582,2594,2371,2435,2175,2409,2288,2128,1969,2241,2367,2293,1964,2450,1848,2185,1733,2881,2575,2245,1958,1685,2008,2004,1844,2211,2122,1846,1805,3453,2482,2531,2177,2202,2281,2250,1974,2341,2446,2812,2481,2326,2446,2492,2048,2183,2601,2485,3052,2484,2053,1685,2295,2167,2693,1978,1878,2057,2122,2123,2053,1804,1927,1762,1767,1687,1727,1886,2156,1846,1832,2006,2967,2005,1808,1963,2040,1883,2086,2452,2232,2083,2050,2052,2156,2459,2122,1809,2567,3095,2204,1965,2201,2010,2761,2534,2647,2003,1852,1859,1902,2488,2964,2567,2573,2563,2454,2729,2848,2327,2287,2088,2042,2049,2011,2477,2285,1958,2172,1920,1892,1917,1856,1884,2523,2441,2333,2603,2532,3128,2491,2367,2479,2049,2280,2290,2248,2251,2198,2486,1729,1841,1733,1645,1812,2281,2246,2173,2244,2487,2167,2329,2128,1988,2296,2248,2410,2247,1675,1968,2167,2053,1912,2055,2126,1853,1751,1817,2352,2047,1687,2102,2323,1938,2126,2134,2283,2131,2405,2686,2131,1824,1768,1827,2325,2484,2287,2025,2013,1850,2198,1896,1927,2050,2162,2240,1891,1760,1902,2729,2255,1840,1807,2083,1969,2011,2035,1809,1935,1882,2171,1921,2327,2203,1766,1931,1875,2171,2307,1943,2035,2456,2252,1803,1573,2120,1935,1873,1728,1766,1894,1916,1996,2185,1998,1845,2094,1884,1764,1763,1756,1891,2164,2125,1836,1729,1713,1718,1746,2338,1700,1983,1677,1461,1449,1744,1468,1500,1481,1448,1469,1627,1750,1722,1640,1501,1496,1400,1424,1612,1600,1652,1523,1760,1487,1664,1460,1619,1678,1565,1564,1532,1700,1716,1741,1492,1388,1433,1377,1376,1313,2002,1323,1810,1360,1435,1529,1285,1838,1836,1833,1951,1384,1781,1326,1885,1379,1371,1313,1818,1322,1369,1432,1331,1307,1491,1298,1788,1894,1384,1384,1384,1320,1769,1857,1855,1289,1773,1861,1355,1354,1355,1409,1390,1254,1842,1262,1784,1789,1877,1256,1888,1412,1398,1376,1626,1370,1951,1507,1344,1433,1964,1359,1916,1406,1405,1485,1448,1544,1505,1515,1477,1613,1462,1485,1472,1486,1663,1513,1604,1507,1546,1562,1443,1429,1426,1427,1431,1464,1593,1453,1948,1502,1569,1411,1468,1471,1428,1374,1979,1342,1555,1361,1385,1352,1845,1844,1839,1920,1513,1404,1351,1824,1889,1309,1806,1806,1808,1879,1396,1283,1800,1874,1308,1912,1313,1777,1915,1412,1359,1321,1769,1818,1802,1816,1793,1787,1736,1798,1838,1837,1324,1997,1479,1481,1479,1479,1437,1513,1370,1863,1831,1378,1865,1853,1960,1349,2283,1480,1373,1846,1453,1383,1863,1853,1854,1919,1584,2124,1502,1468,1453,1312,2122,1400,1422,1454,1429,1545,1448,2586,1942,2325,2342,2189,2053,2312,2086,2479,2343,2531,2492,2576,2876,2048,2043,2339,1668,1851,1865,2112,2069,1972,2170,1954,2109,1735,1772,1714,1765,2005,1765,1719,2366,2257,1964,2282,2137,2010,1790,1779,2089,1713,2002,1848,1847,1630,1473,1466,1456,1825,1960,1635,1745,1615,1458,1337,1809,1795,1929,1644,1563,1706,1508,1530,1361,1788,1751,1798,1904,1385,1398,1464,1767,1385,1410,1313,1802,1823,1832,1930,1427,1472,1788,1321,1442,1506,1477,1477,1494,1477,1678,1422,1552,1384,1336,1402,1894,1442,1441,1441,1460,1520,1704,1325,1887,1311,1804,1887,1383,1392,1472,1426,1376,1816,1482,1444,1358,1858,1860,1875,1419,1470,1298,1389,1473,1435,1449,1382,1811,1839,1973,1433,1497,1360,1342,1521,1394,1473,1480,1442,1421,1487,1481,1445,1455,1292,1921,1515,1364,1864,1964,1346,1477,1436,2687,2081,2154,1970,1995,1994,2572,2455,2301,2491,2737,2717,3132,2248,2680,2974,2677,2378,1938,2807,2527,2785,2435,2483,2490,2204,2765,2290,2124,1886,1935,2067,2177,2016,2275,2557,2665,2248,2250,2307,2253,2157,2241,2007,2005,1935,2124,1848,1637,1804,1772,2011,2001,2123,2094,2284,2225,2435,2595,2484,2215,1887,2812,2441,3695,3251,2899,2129,2243,2043,1970,2248,2769,2486,1928,2126,1930,1889,1879,2490,1971,1891,1955,2450,1971,2040,1807,1842,1929,1768,1925,1759,1726,1970,1971,1767,2047,1884,2082,1842,1965,1883,1971,2004,1904,1892,2398,2044,1852,1926,2012,1513,1533,1599,1613,1714,1640,1813,1654,1722,1562,1724,1883,1693,2205,1972,2001,1932,1669,1660,1603,1567,1714,2053,1877,1934,1923,1965,2286,2002,1893,1682,2486,2731,2531,2854,2518,2338,2368,2606,2643,2768,2671,2292,2489,2761,2216,3206,2563,2373,3043,2730,2534,2850,2326,2290,2321,2300,2460,2194,2180,2582,2479,2616,2405,2284,2367,2571,2573,2681,2408,2526,2411,2164,2122,2015,2090,3037,3089,2735,2166,1844,1701,1586,1926,1774,1918,1986,2368,2246,2324,2452,2403,2449,3206,2010,2696,1875,2409,2606,2567,2612,2567,3085,2570,2406,2287,2691,2609,2564,2526,2448,2447,2815,2085,3526,2852,2688,2567,3291,2291,2077,2111,1750,1967,1719,1730,2217,2397,1969,2251,2482,2167,2812,2450,2246,2962,3175,2886,2533,2489,2244,2683,2531,2404,2255,2210,2528,2403,2246,2485,1903,2116,2086,2980,2550,3098,2245,2401,2454,2768,2322,2449,2323,2571,2248,2085,2009,2287,2364,2606,2415,3928,2449,2805,2521,3455,2209,2615,2453,2366,2320,2012,2108,2126,2214,2362,2250,2127,2444,2411,2329,2645,2290,2122,3330,1844,2571,2681,2173,2165,2606,2928,3172,2885,2530,2328,2411,2279,2329,2210,2605,2771,2649,2324,2370,2609,2363,2650,2003,2088,3129,2449,2484,2494,2520,2130,2443,4541,2569,2602,2528,2106,2640,1905,3027,3408,1774,2600,2454,2965,3570,2807,1886,1742,1818,2684,3126,2565,2519,2009,2128,3893,2212,2401,2216,1960,2208,2530,3009,5536,3452,3729,3454,2841,2250,2252,3483,3052,2450,2450,2521,2653,2647,2523,2450,2292,1962,2489,2651,2970,2041,2252,2291,2848,2606,2286,2265,2189,2684,2372,2648,2105,1976,2311,2493,2451,2083,2370,2321,2450,2200,2291,2609,2975,2761,2370,1982,2002,2042,2097,2247,2603,2448,1951,2323,1934,2339,2727,1925,2251,2366,2289,2087,2611,2845,2613,2643,2452,2601,2851,2529,3132,2280,2412,2410,2482,2453,2566,2610,2368,2365,2324,2452,2408,2480,2735,2367,2927,2094,1660,1934,2182,2006,2366,2377,2078,2430,2329,2325,2722,2447,2534,2488,2242,2445,2169,2731,2691,2607,2646,2046,2334,2487,2529,2483,2453,2366,2330,2042,2491,2449,2446,1879,2567,2731,2047,2091,2523,2008,1802,1937,1891,1810,1727,3093,2652,2565,2249,2365,2614,2880,2492,2329,1920,1852,1965,1892,1954,2177,2368,2446,2249,2194,2413,2059,2244,2644,1721,1962,2776,1640,1733,1673,1567,1643,1855,1960,1851,1847,1844,2006,1997,1889,1885,1846,1815,2319,2651,1880,2090,2029,1838,1889,1858,1867,1894,2081,2009,1923,1957,1733,1844,2627,2326,1922,1774,1727,1805,1785,2061,2015,1882,2050,2040,1929,2324,1871,2056,2016,1564,1620,1626,1449,1737,1932,1706,1602,1602,1814,1884,1658,1686,1916,1941,1547,1441,1373,1594,1885,1978,1660,1881,1808,1804,2012,2966,2762,2489,2615,2045,2098,1981,1928,1926,1838,2244,2196,1881,1694,1602,1447,1407,1763,1949,1824,1787,1751,1816,1714,1848,1846,1832,1889,1800,2052,1642,1836,1628,1679,1635,1538,1681,1378,1520,1610,1959,1415,1648,1720,1547,1499,1494,1426,1514,1843,1336,1898,1309,1454,1477,1430,1337,1452,1802,1581,1906,1425,1972,1368,1526,1801,1529,1549,1625,1518,1520,1673,2132,1482,1726,1753,1771,1899,1773,1784,1649,1643,1620,1594,1290,2133,1813,2953,2562,2130,2287,2628,2273,2382,1945,1997,1953,2015,1928,1981,1902,2605,2345,2064,1822,2363,1652,1801,1847,1573,1799,1947,1855,2166,2329,2590,2548,3339,2725,1988,1768,1664,1559,1524,1833,1976,1864,1860,2001,2572,2507,2396,2073,1719,2152,2067,1884,1607,1887,2199,2215,2316,2407,2045,2030,2572,2122,2126,2845,1815,2317,1899,1632,2093,1719,1846,1925,1970,1887,2011,2007,2204,1962,2135,2433,1618,1841,1966,2006,1848,2247,2369,1889,2333,2199,2442,2129,1884,2667,2208,1982,2408,2095,2532,2329,2968,2367,2530,3168,2247,2530,2124,1923,1960,2644,2651,2522,2252,2487,2603,2366,2496,2804,2492,2643,2203,2774,2370,4768,3495,2204,2446,2248,2331,3321,2371,2010,2523,2457,2485,3971,2849,2131,3119,2052,2725,2685,2177,2311,2484,2539,2204,1963,2108,2208,2046,1797,2232,2578,2487,4850,2949,2743,2609,2286,2566,2846,2405,3095,2648,2332,2324,2726,2094,2131,2562,2095,1730,2162,1890,2037,1816,2006,1955,1692,1719,1775,2369,2767,2648,2523,2409,2368,2405,2419,3129,2606,3127,2853,2882,2291,2207,2292,2730,2447,2725,2252,2442,2569,2043,2293,1867,2285,2088,2204,2609,2095,2020,2042,2577,2163,1960,2520,2405,2677,1973,2077,2009,2080,2594,2361,3502,2600,2007,2370,2211,2890,2687,2254,2168,2049,1916,1976,1814,1841,2728,2451,2114,2043,2169,2037,2466,2415,2120,2085,1764,1726,1657,1895,1934,2000,2433,2613,1846,2094,2092,2039,2008,2008,2848,2086,2283,1858,2169,2372,2012,2572,2296,2638,1885,2427,2365,2565,2648,2809,2687,2409,2571,2288,1912,1764,1917,2378,2565,2033,2493,2642,1997,2782,2614,2280,2174,3042,2847,2241,2380,2367,2454,2406,2404,2807,2412,2526,2568,2568,2442,3129,1725,3732,2409,2370,2323,2443,2170,2402,2004,2810,2496,2086,2082,1734,2133,2294,2500,2654,2607,2650,2082,3086,3051,2372,2443,2404,2413,2970,2441,2454,2041,2217,2532,2250,2365,2847,2088,2292,2204,2564,3172,1603,2399,2011,1960,2011,1800,1777,2025,2605,2211,1937,2182,2492,2448,2249,2605,2489,2321,2930,2328,2159,2493,2449,2570,2490,2286,2645,2011,2766,2491,2772,2240,2854,2569,2922,2647,3131,2368,2413,2199,2608,2897,2600,2770,2451,1852,2135,1800,1725,2186,2452,2448,2642,2449,1962,2093,2138,2041,2172,2047,1599,1842,2836,3336,2096,1891,2046,1883,1604,1567,1841,1774,2244,1986,2038,1931,2089,2080,1931,2035,2311,2605,2365,2244,2164,1886,1973,1964,1923,2254,2006,2006,2280,1924,2093,1725,2125,1608,1971,2329,1890,1847,1921,2250,2889,2323,2207,2779,2082,2105,2246,1958,1955,3004,2649,2205,2042,2133,2486,2361,2493,3016,2405,2130,1917,2075,2006,1840,1971,1968,1995,1926,2165,1928,2096,1961,1878,2009,2086,2163,2034,1577,1642,1641,1560,1613,1771,1797,1938,1560,1440,1445,1638,1766,1699,1517,1676,1822,1403,1366,1371,1560,1495,1486,1557,1444,1640,1841,1328,1815,1807,1804,1930,1470,1686,1398,1479,1654,1348,1416,1443,1427,1415,1377,1546,1401,1465,1347,1886,1444,1300,1769,1763,2007,1724,1550,1559,1688,1479,1504,1568,1693,1424,1398,1424,1551,1736,2458,2099,1688,1781,1732,1893,1787,1862,3313,2127,2214,2913,2626,3071,2666,2673,2367,2740,2599,2606,2696,2636,2827,2244,2632,4121,2161,2322,2609,2571,2178,1654,1935,2037,1889,2180,1953,1931,1958,2728,2124,1599,2273,1605,1922,1520,1520,1566,2271,1791,1675,1897,1815,1552,1722,1969,1486,1475,1456,1392,1654,2094,1517,1544,1639,1430,1584,1429,1480,1449,1429,1722,1501,1732,2144,1548,1585,1646,1535,1818,1829,1716,1840,1833,1824,1748,1912,1804,1794,1640,1694,1717,1718,1947,1810,1849,2285,1839,2011,2163,2084,2009,1813,1644,1797,1655,1846,1726,1876,1728,1646,1648,1713,1841,1499,1682,1878,1654,1720,1679,1692,2155,1945,1331,1801,1807,1991,1735,1639,1460,1524,1544,1533,1451,1487,1546,1491,1608,1565,1721,1735,1835,1446,1398,1408,1542,1553,1528,1916,1647,1573,1850,1707,1904,1510,1771,1845,1653,2022,2048,2235,1933,1993,1902,1677,1739,1653,1602,1532,1542,1582,1517,1900,1513,1458,1715,1541,1711,1558,1363,1720,1783,2000,1547,1592,1847,1855,1643,1608,1553,1425,1484,1439,1758,1333,1987,1324,2028,1787,1412,1487,1627,1378,1799,1790,1883,1434,1733,1449,1588,1485,1345,1411,1367,1838,1832,1867,1372,1539,1288,1313,1929,1367,1388,1367,1368,1365,1359,1444,1431,1354,1405,1373,1365,1349,1354,1326,1770,1820,1425,1414,1323,1310,1765,1845,1815,1977,1478,1478,1328,1951,1384,1368,1411,1465,1420,1476,1394,1327,1947,1482,1541,1411,1366,1438,1410,1397,1514,1499,1466,1492,1357,1445,1248,1950,1336,1767,1903,1397,1398,1296,1956,1381,1871,1772,1823,1350,1342,1338,1338,1334,1905,1412,1356,1329,1780,1769,1757,1797,1789,1686,1746,1950,1371,1334,1259,1811,1379,1898,1444,1465,1474,1564,1366,1935,1338,1318,1828,1369,2043,1404,1392,1365,1973,1633,1580,1458,1423,1427,1475,1622,1502,1429,1403,1414,1635,1453,1450,1390,1573,1428,1480,1470,1400,1424,1424,1424,1533,1566,1632,1620,1444,1449,1419,1863,1859,1855,1891,1419,1371,1397,1390,1391,1719,1411,1370,1487,1387,1691,1550,1815,1598,1601,1551,1819,1411,1570,1491,1714,1732,1557,1413,1361,1800,1364,1618,1374,1408,1594,1487,1331,1711,1405,1490,1368,1443,1457,1373,1561,1424,1289,1740,1922,1415,1523,1429,1409,1374,1617,1398,1451,1568,1514,1405,1628,1482,1739,1397,1852,1390,1505,1447,1400,1876,1460,1519,1457,1487,1400,1907,1454,1594,1634,1628,1401,1657,1406,1958,1720,1552,1618,1369,1907,1395,1465,1357,1359,1410,1308,1486,1412,1438,1615,1630,1620,1584,1432,1987,1431,1605,1583,1482,1488,1487,1485,1486,1380,1336,1499,3817,1386,1397,1368,2019,1557,1558,1499,1379,1441,1571,1940,1440,1491,1762,1415,1382,1381,1363,1351,1320,1724,1918,1388,1477,1318,2057,1365,1886,1471,2021,1544,1543,1373,1374,1326,1817,1803,1916,1357,1872,1346,1364,1422,1476,1455,1504,1428,1473,1387,1439,1334,1821,1307,1829,1893,1398,1398,1398,1397,1409,1369,1421,1709,1344,1981,1371,1358,1359,1357,1389,1367,1442,1264,1692,1890,1492,1364,1312,1842,1449,1291,1881,1349,1692,1690,1827,1328,1762,1759,1758,1773,1838,1347,1353,1498,1266,1828,1931,1402,1397,1239,1878,1507,1420,1366,1455,1712,1614,1673,1673,1496,1455,1488,1694,1681,1883,2019,2593,2255,1908,1895,1972,2255,2622,2460,3028,2434,2376,2161,4493,2584,2770,3205,2406,2690,2524,2352,2171,2543,2564,3016,2355,3379,2398,2364,2340,2855,2324,2838,3205,2647,2869,2119,2033,2610,2325,2366,2570,2604,2325,2614,2254,2075,2030,2970,2532,2150,2289,2690,2120,2365,2211,2686,2567,2731,2563,2567,2452,2448,2451,1959,1903,2410,2404,2169,2162,2011,2243,2403,2571,2565,2569,2773,2562,2654,2602,3175,2523,2088,2524,3258,3125,2291,2396,2173,2292,2002,2382,2694,2602,2929,1841,2092,2180,2202,2337,2171,2131,2041,2222,2684,2446,2608,2406,2293,2083,2285,2251,2327,2683,2494,2929,2404,2449,2525,2766,2367,2248,2405,2496,2202,1921,2693,2411,1798,2081,2614,2571,2523,2574,2614,2559,2490,1889,2364,2612,2810,2523,2408,2847,2527,2609,2288,2481,2844,2422,2122,2125,2167,2154,2452,2180,2319,2002,3093,2094,2285,2001,2292,2726,2449,2121,2013,1807,1883,2615,2122,2407,2247,2166,2126,2126,1965,2366,2290,2486,2367,2079,2925,2842,1822,2950,2468,2761,2097,2603,2419,2409,2234,2173,2277,2451,4036,1991,2010,1927,2208,2239,2087,3336,2486,2324,2489,2325,2091,2202,2494,1965,2361,2134,2242,2088,2088,1812,1727,1892,2293,2037,1691,1883,1649,1567,1802,1850,2366,2444,2438,2129,2049,2405,2167,2005,1891,1924,2564,2975,2722,2205,3096,1844,2450,2015,1956,1857,1883,2324,1929,2008,1801,2124,1971,1844,1878,1934,1927,2319,1804,2088,1973,1639,1646,1853,1954,1859,1841,1805,1889,1762,2085,2042,2366,1926,1972,1723,2143,2289,2177,1829,1802,2225,2680,2133,2012,2273,1765,2084,2089,1809,2427,2179,1921,2051,1967,1739,1677,1563,1574,1838,1698,1806,1796,1611,1726,1783,1794,1779,1818,1843,2205,1700,1678,1768,1604,1482,1413,1474,1962,1570,1945,1830,1670,1772,2256,1824,1774,2130,1655,1724,1717,2049,1615,1720,1764,1648,2317,1934,1996,2177,1758,1925,1963,1894,2443,2411,1922,1843,2057,2164,2006,2240,1926,2133,2044,2119,2489,3373,2244,2446,2406,2130,3414,2328,2807,2846,2765,2050,2015,3146,2105,2562,2441,2055,2003,2243,2051,2123,2123,2009,2168,2407,2131,2686,2567,2053,2603,2566,2809,3853,2648,2887,2570,2365,3088,2613,2368,2250,2680,2407,2848,2018,2604,2884,2565,2088,2019,1757,2209,1892,2076,1887,2287,1971,2728,2814,2609,2611,2608,2533,2644,2574,2722,2253,2245,2726,1883,1887,2008,2371,2093,2658,1963,1849,2566,2731,2572,2517,2375,2566,2362,2446,2858,2288,2641,2497,2602,2373,2605,2055,3667,2737,2403,2619,2202,2192,2083,1978,1760,1724,2035,2012,2379,2756,2490,2006,2331,2324,2485,6340,2691,2764,2891,2615,2402,2527,2488,2571,2375,2247,2883,4058,2323,2413,2200,2410,2233,2482,2806,2251,2560,2570,2085,2329,2568,2068,2124,1777,1720,1639,1611,1676,1814,1841,2037,2275,2405,2100,2293,1959,1977,2088,2004,1843,1641,1646,1723,1925,2053,1799,1793,1760,1524,1686,1997,1686,1449,1719,1699,2069,2128,1976,2494,1917,1926,2130,1961,2215,2159,2059,2905,2086,1642,1605,1761,1881,1767,1964,1897,1882,1770,1673,1632,1696,1609,1794,1774,1795,1819,1750,1659,1799,1558,1821,1724,1796,1729,1755,1688,1653,1477,1402,1662,1950,2021,1887,1795,1566,1627,1589,1732,1491,1406,1479,1754,1406,1440,1669,1521,1761,1517,1530,1552,1466,1497,1507,1588,1539,1447,1538,1470,1554,1659,1487,1466,1500,1750,1534,1517,1682,1981,1481,1524,1569,1447,1521,2005,1959,1537,1728,1587,1412,1399,1379,1397,1552,1649,1604,1725,1584,1623,1616,1556,1399,1445,1554,1814,1964,1759,1817,1677,1760,1814,1675,1815,1634,1649,1564,1640,1611,1846,2454,1885,2207,1635,1695,2193,1776,1600,1812,1838,1638,1607,1769,1799,2341,1837,1777,1969,2008,1974,2323,2694,2687,2564,2320,2499,2645,2495,2644,1998,2836,2253,2284,2566,2766,3142,2564,3013,2727,2452,2929,3208,2487,2479,1893,1702,1811,2317,2325,2491,2045,2082,1963,2126,2329,1983,2279,2007,2016,2023,1641,1946,1724,2818,2294,1835,2397,2413,2610,2725,2363,2207,2534,2288,2043,1842,3409,2887,2136,1970,2189,1996,2014,2124,2446,2226,2242,2068,2008,1966,2062,2188,2353,2696,1618,1816,1925,2308,2249,2674,1918,2463,2204,2282,2111,2403,2609,2957,1961,2303,2209,2208,2052,2081,1791,1974,2003,1734,2098,1994,2226,2316,2481,2242,2896,1765,1811,2160,2453,2406,2150,2564,2445,2167,2124,2326,2204,1691,2356,2569,2565,2795,2175,2678,2825,2562,2572,2372,2250,2006,2091,2576,3189,3132,2207,2043,1928,1921,2124,2408,2765,2691,2162,2289,2155,2160,1811,3325,2491,1954,1849,1771,1955,2053,1922,2085,2247,1654,1638,1611,1636,1573,2007,1995,1902,1806,1740,1636,1765,1608,1651,1638,1893,1556,1518,1596,1409,1455,1517,1405,1532,1432,1580,1953,1398,1575,1758,1979,1926,1602,1572,1480,1582,1574,1592,1733,1776,1491,1483,1530,1488,1487,1689,1763,1403,1463,1544,1531,1524,1537,1779,1945,1347,1844,1404,1424,1756,1373,1766,1873,1648,1614,1383,1449,1794,1753,1345,1342,1346,1341,1358,1428,1700,1397,1314,1650,1378,1504,1323,1810,1880,1544,1403,1561,1280,1849,1447,1585,1790,1796,1629,1360,1271,1729,1697,1790,1618,1510,1443,1705,1762,1850,1246,1675,1669,1714,1373,1295,1675,1742,1723,1715,1703,1702,1789,1418,1336,1879,1579,1338,1424,1340,1328,1324,1302,1794,1831,1290,1988,1599,1374,1302,1467,1493,1480,1265,1738,1816,1725,1539,1814,1353,1702,1745,1743,1823,1849,1919,1490,1749,1276,1788,1749,1743,1754,1780,1885,1348,1533,1617,1326,1830,1689,1689,1746,1797,1809,1300,1490,1376,1505,1896,1326,1852,1382,1418,1503,1631,1551,1871,1517,1314,1836,1813,1880,1388,1392,1358,1933,1414,1454,1792,1454,1494,1460,1483,1386,1405,1403,1404,1388,1684,1584,1893,1563,1673,1582,1610,1605,1588,1574,1654,1540,2068,1605,1442,1523,1601,1479,1814,1737,2100,1695,1579,1638,1854,1847,1880,2088,2299,2650,2708,3150,2611,2369,3046,2712,2661,2530,2567,3752,2587,3468,2728,2772,2449,2350,2452,2404,2604,2026,2512,2285,2448,2489,2665,2645,2491,3135,2242,2210,2325,1971,2023,1888,2331,2405,2322,3122,3126,2448,2569,2517,2577,3049,2603,2131,2047,2008,2285,2484,2567,2765,2362,2292,2322,2455,2645,2437,2533,2289,2768,2160,2092,1777,2893,2154,2446,2372,1920,1931,2001,2006,2836,2331,2041,2166,2567,2295,2371,2366,2202,2207,2402,1897,1841,1809,2362,2969,2528,2721,2531,2409,2370,2609,2680,2733,2450,2565,3009,2370,2247,2167,2296,2724,1890,2036,1961,1844,2079,2122,2085,1976,1645,1639,1919,1972,2564,2410,2250,2006,1879,1965,2130,1927,1839,1847,1651,1876,2210,1691,2364,1847,1881,1971,2086,1725,1887,2040,1731,2204,1922,2085,1776,1760,1763,1841,2207,1970,2000,2096,2245,2003,2091,2441,1925,1679,1653,1612,1764,1605,1642,1684,1724,1607,1680,1578,1563,1762,1924,2000,2252,2171,1800,1611,1645,1606,1723,2041,1735,1750,1895,1757,1471,1399,1416,1400,2019,2281,1761,1856,1683,1641,1848,1645,1645,1644,1896,1688,2006,2126,1924,2175,2002,1880,2048,2086,1926,2511,2606,2849,3135,2522,2174,2406,2408,2685,3085,2162,2372,2002,2740,2810,2528,2971,3052,2605,2248,2494,2168,2084,2249,2283,2572,2603,2328,2571,2651,2484,2564,2770,4049,2414,2606,2124,2648,2566,4171,2852,1964,2001,1969,2689,2646,2531,2346,2208,2077,2049,1734,1884,1846,1923,2164,2248,2289,2368,2568,2483,2406,2527,2331,2334,2106,2481,2535,2692,2316,2332,2490,2487,2489,2802,2891,2928,2136,1976,2165,2285,2649,3369,2209,2170,1969,2483,3970,2254,1923,1928,1952,2306,2285,2570,3051,2688,2408,2686,2965,2455,2248,2288,2284,1886,2052,2052,2003,2961,1971,2240,1968,2250,1765,2122,1810,2084,1729,1644,1967,1883,1976,1885,1888,1963,1963,1927,1919,1776,2198,1977,1923,1681,1729,2252,2368,3133,2526,2650,2483,2210,2526,2531,3045,2967,2490,2364,2291,2451,2484,1638,2216,2411,2568,2328,2030,2393,2371,2562,2525,2088,2093,2124,2403,2410,2372,2487,2278,2161,1915,2070,1672,1805,2416,2564,2450,2648,2088,2004,2092,2120,1886,2316,3269,2407,2135,2403,2489,2165,2045,2119,1772,1602,1871,1880,1773,1977,2075,1768,1935,1958,1969,1889,1686,1611,2304,2412,2050,1886,2350,2249,2566,2516,2286,1920,1855,2247,1759,2146,1732,2576,2085,2042,2199,1851,2042,2051,2531,2763,2533,2402,2847,2168,2726,2452,2085,2029,1847,1691,2001,2132,2326,2810,2129,2694,2517,2365,2453,3012,2331,2068,2863,2810,2247,2369,2287,2522,2528,3012,2246,1831,2010,1852,2247,2007,2710,2695,2524,2571,2722,2208,2652,2562,2572,2132,2319,2653,2363,2692,2724,1896,1648,1844,1683,1853,2118,2534,2842,2450,2175,2981,2758,1806,2003,1968,1731,1801,1730,1940,2143,1924,2322,2013,2213,2230,2411,2283,2366,2525,2892,2209,2489,2368,3201,2408,2812,2283,2488,2375,2089,2466,2083,2365,2493,2362,2692,2433,2249,2328,2125,2127,1853,2210,4048,2482,2074,2039,2049,2014,2009,3024,2172,2082,2484,2167,2367,2530,2687,2854,2529,2241,2087,1695,2002,2007,2046,1958,2421,3691,2404,2332,2570,2605,2444,1918,2059,2075,1564,1732,1565,1879,1936,2285,1882,2129,1846,1760,1612,1635,1605,2025,2050,2300,2330,2298,2045,2139,2444,2611,2370,2361,2615,1729,2962,3132,2525,2368,2409,2844,2615,2279,2373,2007,2654,2570,2965,3007,2689,2407,2575,2609,2320,1932,2120,2526,2331,2368,2255,1893,2511,2572,3367,2887,2412,2488,1962,1846,2044,2328,1919,2026,2001,2406,2090,2006,1966,3406,2533,2481,2571,2565,2567,2730,2807,2130,2028,2386,2047,2282,2486,1993,2575,2639,2379,2159,1974,2241,2452,2489,2563,2174,2324,5248,3331,2770,2815,2560,2294,2401,2814,2646,2365,2089,2046,2328,2444,2528,2047,2287,2409,2646,2527,2890,2606,2489,2332,1893,2117,2502,2956,2489,2849,2327,2128,2210,2038,2369,2126,2374,2565,2891,2560,2488,3337,2653,2482,2283,1775,2194,2333,2204,2373,2971,2129,2126,1971,1959,2326,2286,2368,2334,2327,2567,2528,2327,3323,2540,2171,2003,1768,1925,2242,2040,1929,1773,1642,1903,1934,1966,2319,3413,2128,2067,1931,2232,4138,2518,2978,2206,2520,2033,1998,2642,2889,2475,2332,2455,3366,2367,2410,1766,2071,2126,2408,2290,2131,2480,1841,2137,2589,2193,1855,3129,2575,2966,3009,2329,2079,1966,1965,2095,2564,2852,2602,2573,2529,2235,3069,2166,2085,1889,2212,1761,1887,1694,2730,3245,2490,2408,2326,2062,1803,1930,2043,1886,1728,1919,2128,2254,1963,2043,2010,1930,1837,1774,1998,1855,2086,2234,2130,1891,2367,2092,1857,1896,2206,1732,2167,1806,1843,2012,2634,2852,2454,2285,2171,2176,2085,2967,2253,2494,2366,2882,2491,2327,2126,2290,2087,2526,2609,2566,2568,2525,2452,2444,2530,2567,2327,2528,2811,2647,2609,2527,2972,2327,2970,2526,2483,2694,2489,2404,2164,2850,2892,2765,2607,2447,3133,2364,2285,2134,2487,2363,2690,2525,2808,2168,2210,2480,2327,2451,2492,2400,2046,1930,2203,1569,3054,2082,2000,2092,2006,2175,1959,2444,2247,2052,2127,2046,2083,2038,1848,1973,2329,2328,2366,2010,3141,2420,2690,2215,2081,1833,2138,2805,2694,1968,1897,2480,2491,2248,2577,3088,2526,2366,2371,2690,3042,2969,3619,2524,2450,2525,3006,2567,2649,2766,2335,2361,2007,2791,2809,2610,2172,2647,2525,2086,2726,2611,2131,2361,2255,2528,2728,2566,2282,2730,2773,2320,2254,2448,2406,2560,2367,2531,2644,2575,2443,2767,2212,2161,2333,2922,2294,2608,2768,2449,3005,3051,2524,2851,2726,3010,2211,2041,1966,2324,2495,2448,2645,2525,2733,2645,2646,2770,3206,2295,3046,2206,3051,2404,3295,2562,2373,2043,2247,2208,2167,2406,2443,2532,2446,2689,2165,2811,2842,3057,2206,2604,2608,2609,4254,2241,2327,2009,2651,2531,2526,2440,2171,2608,2526,2406,3370,2091,2409,2927,2245,2408,2487,2443,2490,2609,2527,2009,2567,2168,2482,2041,1977,2039,2052,2227,2566,2690,2446,2129,3009,2648,2689,2288,2127,2443,2411,2321,2327,2243,2057,2081,1802,1791,1919,2243,2131,2240,1812,1690,1801,1684,1601,1690,1881,1684,2045,1857,2135,2779,2151,2155,2087,1933,1961,2047,1927,2249,2411,2202,2234,2245,1927,2172,2084,1811,2208,2081,2133,2260,2094,1994,1979,2606,2120,2368,2447,2328,2288,2286,2325,2079,1980,1926,1840,1890,1805,1841,2217,1806,1876,1807,2055,2114,2011,2285,2044,1970,1907,3050,2273,2164,1849,1800,1722,1778,1920,2165,2159,1933,1967,1939,2804,2159,2608,2651,2529,2091,2524,2407,1925,2495,2573,3048,2684,2413,2362,2128,2369,2249,2559,2857,2888,2600,2494,2118,2988,1961,1962,1818,1965,2168,1878,1929,1839,2369,2662,2680,2772,2646,2488,2898,2805,2402,2328,3529,2977,2523,2209,2054,2170,2328,2565,2491,2364,3488,2290,2244,2492,2528,2248,2565,2529,2247,1719,1563,1849,1859,2125,2446,2288,2444,3493,2883,2496,7575,2809,2567,2575,3207,2610,2526,2330,2488,2203,2011,1653,2198,2417,2486,2241,2413,2324,2287,2767,2205,2734,2488,2408,2448,2522,2532,2689,2361,1833,1894,1968,1841,1958,2364,2482,2496,2813,2201,2218,3065,2295,1990,2360,1841,1765,2658,2441,2213,2083,2482,1961,1587,2148,1887,1966,1837,2047,1960,1924,2246,2176,2600,2135,1921,2130,1597,1446,1441,1610,1765,1561,1496,1927,1676,1767,1719,1944,1684,1672,1440,1495,1650,1838,2101,2006,2443,2523,2732,2369,2444,2319,1958,2796,2654,2339,1946,1851,2419,2376,2362,2128,2240,2492,2847,2838,2334,2493,2482,2372,2367,2209,2566,3720,2653,2371,2123,3534,2361,2408,2692,1883,1842,1813,2527,2448,2327,2286,2000,1883,2329,2086,2695,2605,2282,2256,2201,2209,1961,2332,2403,2252,2012,1764,1848,2531,2736,2194,2651,1770,2083,1815,2231,2099,2452,2333,1769,1880,2004,2092,2437,2409,2125,1924,2377,1689,1633,2036,1690,1969,2286,2433,2367,2330,1863,1886,1836,1894,2116,1962,1821,1595,1532,1604,1867,1900,2358,2160,2181,1842,1500,1632,1815,1728,1770,1685,2123,1762,1772,1725,1603,1699,1798,1893,1679,1559,1591,1481,1651,1438,1526,1532,1500,2048,1490,1522,1759,1538,1591,1982,2290,1871,1615,1599,1654,2207,1702,1580,1564,1480,1763,1460,1467,1444,1444,1713,1788,1647,1777,1695,1762,1586,1525,1567,1626,1694,1734,1633,2208,1659,1958,1464,1483,1483,1647,1919,2255,1686,1724,2008,1683,1873,1649,1732,1793,1979,2128,1871,1646,1934,2009,1718,1927,2123,1965,2137,2087,1918,1975,2155,1926,2004,1847,1737,1836,1653,1683,1539,2006,1714,1811,1918,1619,1788,1583,1756,1809,1841,1690,1633,1854,1601,1735,1877,2053,1679,1649,1609,1492,1637,1973,1669,1648,1727,2380,2111,2165,1903,1920,1720,1686,1707,1717,1691,1447,1762,1808,1684,1840,1800,1728,1867,1819,1755,1772,1686,1564,2032,2043,1637,1885,1935,1837,1849,1761,1673,1763,1829,1926,1924,2243,2129,1891,1518,1525,2198,1898,2114,1977,2205,1849,1884,1884,2161,1691,1959,1930,1881,1763,1692,1681,1605,1827,1724,1712,1701,1680,1760,1681,1806,1848,1690,1687,2358,1528,1738,1998,1714,1619,1732,1564,1588,1619,1526,1553,1730,1800,1641,1657,1670,1645,1687,1656,2444,1851,1892,1996,2044,1979,2120,2448,2280,1887,1926,1932,2044,1876,2080,2090,1964,2038,2013,2722,2208,2212,2089,2082,1970,2116,1765,2009,2007,1970,2122,1841,1975,2049,2283,1873,1970,2287,2410,2245,2447,2285,2205,2208,2203,2369,2929,2376,2322,2327,2649,2446,2326,2569,2481,2330,2492,2403,2325,2374,2520,2495,2807,2283,2085,1737,2205,2043,2488,2775,2564,3576,3847,3690,3410,2247,2656,2161,1924,2005,2090,2138,2930,2686,2527,2169,2610,2806,3050,2929,2850,3048,3325,2329,2416,2802,3008,3092,2454,2609,2282,2491,2364,2409,2239,1924,2184,2205,2569,2613,2015,3228,3094,3770,2210,2404,1967,2568,2924,2813,2646,2247,1894,2236,2294,2327,2562,2373,2368,2245,2802,2773,3334,2483,2489,2850,2206,2284,2333,3051,2407,2366,2570,2523,2608,2412,2442,2250,2689,2442,2409,2690,2888,2332,2768,2445,3005,2246,2165,2013,1929,1679,1601,1788,1646,1682,2206,2322,2287,2329,2247,2212,2679,3014,2486,2056,2857,2090,2203,1972,2724,2766,2651,2085,1886,2445,2495,2251,2409,2569,1895,2390,2455,2647,1918,2107,1918,1983,1965,2014,2087,2212,3050,1956,2005,1890,1890,1928,2609,2113,2251,2125,2011,2041,2368,1813,2046,2438,2012,1846,2007,1999,2415,3234,2484,2932,2039,2119,2250,2606,2649,2330,2407,2683,2364,3176,2406,2665,2448,1849,2015,2645,2127,2728,2326,2126,2399,2375,2221,2362,2250,2922,2373,2300,2251,2206,2805,2251,2088,2333,2750,1956,2065,1928,1646,1882,1845,2653,2686,2242,2368,2412,2844,2930,2533,2281,2488,2531,2086,2489,2239,2075,3008,2412,2284,2405,2335,2479,2573,2488,2730,2371,2568,3915,3125,2613,2650,2600,2167,3014,2490,2094,1905,2074,1955,1816,1592,1533,1843,2174,2240,2372,2403,2415,2765,2202,2734,2685,2650,2047,1800,2031,2607,1882,2534,2329,2326,2403,2450,2363,1857,3037,2769,2215,2030,2365,2770,2165,2090,2209,1692,1774,1769,2361,2090,2061,2286,2324,2832,1969,2568,1993,1975,2169,1887,1645,1675,1850,2040,2247,1854,1813,1758,1613,1607,1922,1632,1492,1599,1661,1961,1713,1779,1726,1720,1650,1679,1775,1679,2034,1572,1775,1917,1891,1847,1889,1873,1730,1798,1603,1799,1648,2423,1754,2418,1713,1690,2006,2494,2041,2125,2976,2522,1802,3456,2199,1932,2397,2965,3460,3055,1939,2483,2132,2214,2008,2086,1835,1735,1918,2288,1885,1849,1970,2124,2043,1885,1922,1971,2086,1931,1962,1884,2045,1930,2290,2118,1964,1896,1957,2005,1896,2000,2046,2133,2162,2043,2084,2485,2490,2003,2895,2410,2736,3095,2364,2137,2603,2288,2006,2484,2610,2814,3006,2480,2573,1661,1694,2040,2128,3257,2291,1952,2095,1758,2087,2016,1802,2086,1801,1849,2246,1920,2343,2133,3087,2491,2167,2491,2006,1887,1848,1928,2132,2404,2122,2213,1881,1771,1966,1801,2327,2202,1653,1879,2483,2775,2203,2807,2367,2415,2018,2423,2489,2401,2125,2414,2337,2040,2011,1803,1961,1774,2034,1697,1859,2331,2527,2368,2448,2122,2847,2131,3057,2401,1972,1718,1936,1720,1689,2160,4331,2449,3132,2285,1683,1856,2799,2212,2393,2767,2369,2344,2211,1968,2605,2488,2202,2058,2440,2936,2850,2490,2608,2014,2040,2086,2488,2090,1889,1924,2599,2112,2611,2164,2494,2009,1903,1961,2299,2345,2008,2445,2197,2050,2169,1970,1926,2980,2970,2649,2529,2684,2427,2966,3806,2327,2487,2011,1971,1934,2237,2249,2373,2004,2095,2022,2211,2123,2403,5739,2640,2004,1803,1726,1728,1921,1965,2374,2001,1850,1640,1564,1782,1583,1497,1685,2602,2453,2490,2484,2563,2452,2208,2724,2535,2736,1949,2294,2283,2524,2292,2896,2837,2018,2309,2003,2151,1963,2009,1879,1970,1965,1926,1959,2288,2531,2045,1811,2166,2176,2043,1729,2052,2047,2001,2168,2448,1926,2284,1768,1882,1732,1958,1966,1811,1839,2010,1730,1837,2334,2088,2002,2049,2361,1721,1818,1633,1886,3071,2490,2481,2491,2002,1985,2355,2532,3170,2767,2403,2135,2041,2330,2850,2529,2038,2013,1843,1806,2089,2078,1937,1922,1887,1760,2296,1793,1651,1850,2407,2235,2355,2725,2367,1883,1840,1939,2312,1934,2444,2487,1721,2922,3106,2650,2138,2241,2599,2624,1991,2585,3085,2644,2368,2889,1889,2319,2186,2924,2245,2775,2848,2534,2127,1934,2081,1858,2434,2217,2163,1605,2211,1877,2527,1805,1924,1929,1842,2115,1941,1964,2371,1907,2178,2212,1968,1637,1989,2733,2016,1955,1929,1945,2309,2088,1923,1892,1838,2530,2297,2174,2325,2755,2083,1962,1803,1917,1778,1889,2016,1908,1823,1684,1771,1617,1734,1627,1327,1992,1320,1848,1682,1464,1519,2124,1595,1669,1728,1739,1330,1775,1834,1626,1654,1642,1481,1411,1444,1402,1773,1878,1499,2085,1747,1702,1939,1772,1822,1790,1641,1544,1431,1686,1923,2208,1899,1483,1541,1374,1430,1481,1542,1430,1506,1622,1783,1679,1639,1642,1489,1363,1696,1459,1414,1742,1530,1483,1516,1466,1413,1428,1360,1623,1504,1655,1793,1669,1665,1557,1616,1478,1513,1526,1835,1517,1485,1489,1555,1541,1501,1514,1470,1530,1720,1714,1581,1559,1836,1548,1585,1649,1615,1555,1704,1835,1520,1597,1521,1640,1861,1723,1631,1725,1724,2170,1721,2215,2892,2681,2373,4006,3136,2082,2568,2851,3372,2606,2119,2927,2213,2121,1894,1957,2081,1843,2064,2281,2210,2523,2373,2287,2088,2565,2884,2172,2013,2036,2450,2684,2495,1926,2006,1998,2046,2004,2370,2366,2404,2807,2250,2525,2298,2040,2568,3004,2655,2249,2323,2093,2287,2286,2606,2362,2295,1806,1907,2524,2605,2605,2568,2493,2284,2568,2332,2201,2498,2366,2684,2487,1887,2812,2241,2495,2562,2455,2443,2649,2440,2113,1730,2093,2014,2199,2422,1814,2055,2049,2035,2008,1855,2076,2046,2177,2159,2134,2040,2289,1805,2038,2746,2523,2249,2012,2003,2165,1931,1878,2087,1929,2657,2186,2440,2486,2044,2048,2179,1967,2161,1971,1902,6736,2848,7140,2168,2405,2483,2366,2221,2096,2398,2850,2328,2611,2409,2161,2166,2220,2400,2329,2690,2728,2530,2645,2684,2408,1966,1890,2131,1866,2228,2003,2068,2447,2325,2091,2602,2445,2162,1719,1569,1693,1920,2701,2493,2285,2042,2292,1971,2077,2455,2130,2203,2047,1912,1852,1840,1972,1851,2043,1882,1727,2126,2927,3046,3694,3494,2488,2445,2524,2454,2721,2566,2288,2452,2409,2287,2408,3001,2772,2809,2203,2331,1970,2367,2045,2322,2291,2409,3683,2568,2408,2447,2161,2253,2287,2128,2884,1803,2574,2295,4696,2242,2174,2005,1903,1997,2669,3371,2689,2329,1931,1847,2157,3004,1969,2241,2191,2168,1978,2000,2851,2126,2534,2404,2293,2571,4327,2736,2478,2411,2071,1977,2085,2127,2046,2001,1926,1961,2451,2124,2095,2769,2452,1878,3096,1922,3012,3133,2640,2247,2809,2571,3521,2495,2769,2345,2246,2174,1968,1955,1892,1800,2103,2115,2043,2044,2056,2721,2812,2106,2483,2452,1982,2047,2041,2047,2131,2382,2320,2088,1923,2012,2087,1924,2568,1921,1856,2361,2227,2530,2530,3128,2574,2688,2253,2018,1902,1938,1762,2443,1876,2453,2925,2689,2651,2609,2614,2723,2135,2200,2019,2065,2009,2367,2931,2568,2523,2650,3049,2726,2612,2328,2373,2247,3049,2532,2446,2442,2329,2450,2240,2030,2829,2130,2133,2084,2293,3288,2532,2721,2102,2456,3213,2362,2152,1855,2129,2158,2291,2124,2445,2001,2211,2320,1893,2076,1891,2043,2613,2116,2198,2520,2131,2413,2099,1969,2009,2160,1937,1687,2079,1692,1835,1814,1928,1845,1806,1948,1796,1643,1684,1653,1804,1681,1608,1611,1613,1807,1601,2200,1739,1685,1886,1555,1608,1849,1604,1877,1929,2523,1936,1682,1651,1952,1972,2159,2050,2095,1923,1921,1855,1874,1849,1732,2086,1643,1788,1655,1718,1721,1642,1646,1606,1732,2278,1685,1782,2196,1642,1609,1568,1644,1647,1593,1614,1673,1616,1562,1872,1683,1540,1486,1525,1523,1475,1656,1609,1825,1482,1664,1582,1742,1883,1762,2306,1463,1761,2104,1482,1481,1676,1747,1651,1599,1632,1577,1646,1689,1606,1852,2069,1948,1888,1835,1667,1810,2011,1981,1834,2081,2082,1521,1879,1880,1876,2471,1932,2216,1660,1786,1862,1999,2330,1793,1639,2046,2133,2141,2349,1976,2400,2317,2179,2202,2083,1825,1867,2538,1926,2172,2005,1890,1901,2300,2675,1855,1964,1846,1845,1921,1811,1959,2115,1972,2087,1924,1894,2664,2110,2132,2260,2007,1684,1597,1936,1959,2163,1884,1873,2259,1997,1769,1924,1780,2106,2140,1847,1854,1798,1835,1916,1887,2010,1864,1789,1847,1995,1596,1598,2205,1765,1615,1673,1858,1725,1886,1965,1562,1648,1676,1414,1404,1408,1647,1401,1960,1842,1810,1534,1992,1503,1399,1434,1355,1778,1810,1507,1566,1506,1404,1767,1471,1320,1848,1482,1448,1447,1409,1426,1560,1981,1802,1427,1350,1776,1728,1416,1434,1772,1458,1505,1657,1444,1357,1791,1752,1815,1483,1332,1717,1557,1445,1452,1331,1818,1886,1237,1793,1363,1496,1598,1880,1314,1782,1772,1773,1746,1858,1362,1408,1562,1814,1200,1755,1770,1756,1759,1835,1405,1613,1269,1749,1735,1726,1786,1736,1950,1355,1548,1450,1275,1711,1784,1752,1803,1317,1782,1911,1200,1260,1792,1345,1985,1422,1420,1422,1421,1319,2028,2549,1314,1839,1349,1915,1561,1501,1442,1444,1444,1830,1469,1378,1386,1404,1481,1556,1620,1608,1556,1402,1506,1866,1437,1381,1312,1849,1377,1365,1849,1345,1407,1595,1368,1446,1659,1451,1534,1514,1400,2138,1772,1525,2089,1711,1908,1479,1590,1614,1603,1633,1526,1570,1681,2094,1682,1642,1541,1742,1843,1799,1730,1814,1440,1641,1544,1500,1608,1507,1652,1573,1518,1437,1514,1740,1526,1594,1453,1439,1457,1414,1845,1839,1438,1349,1817,1448,2201,1302,1925,1453,1432,1421,1361,1469,1317,1421,1677,1364,1396,1460,1402,1382,1796,1766,1770,1427,1388,1278,1812,1782,1775,1801,1761,1796,1805,1794,1824,1736,1694,1688,1699,1796,1285,1588,1427,1292,2041,1390,1821,1365,1361,1430,1596,1442,1391,2091,1912,1607,1593,1521,1471,1433,1422,1423,1492,1723,1829,1365,1381,1513,1563,1557,1558,1403,2068,1418,1393,1378,1448,1284,1829,1812,1876,1303,1787,1274,1679,1665,1358,1276,1809,1823,1801,1427,1585,1818,1326,1363,1692,1503,1370,1392,1474,1386,1374,1377,1381,1377,1390,1460,1334,1455,1407,1389,1379,1378,1844,1309,2056,1476,1332,1811,1431,1313,2022,1530,1356,1923,1357,1317,1665,1865,1331,1777,1841,1333,1406,1415,1375,1352,1366,1488,1390,1357,1518,1328,1365,1564,1500,1482,1469,1474,1361,1413,1705,1905,1328,1884,1366,1859,1858,2010,1424,1460,1263,1880,1454,1374,1366,1456,1832,1866,1378,1270,1613,1652,1268,1847,1816,1746,1821,1870,1977,1621,1709,1333,1488,1378,1314,1816,1811,2051,1513,1267,1798,1368,1709,1823,1776,1829,1771,1777,1792,1621,1628,1783,1824,1270,1809,1763,1757,1915,1248,1541,1583,1809,1320,1814,1745,1751,1771,1750,1742,1617,1413,1743,1695,1763,1752,1750,1847,1380,1329,1439,1552,1847,1341,1287,1781,1819,1337,1349,1319,1914,1216,1621,1420,1606,1525,1574,1731,1785,1778,1867,3001,1677,2102,2489,2570,2963,3025,2763,2445,2338,2877,2759,2722,2657,2573,3086,2885,3231,3182,2929,2053,2002,2843,2582,2716,2702,2448,2346,2254,2731,2776,2616,2238,2535,2666,2449,2489,2222,2550,2050,1949,2597,2369,2614,2246,2612,2204,2493,2439,2446,2089,3175,2383,1765,2133,2361,1929,1874,1963,2090,2382,2009,2040,2098,2168,2410,2685,2209,1894,2022,2525,2080,2292,2169,2088,2410,2527,2686,2116,1928,2599,2492,2965,2448,2331,2404,2567,2727,2282,2372,2401,2531,2286,1967,2606,2571,2728,2528,2449,1920,2800,2082,1809,2279,2386,2481,2250,2289,2049,1683,1797,1815,1959,1653,1675,1729,1682,2013,2088,1928,2165,1720,1723,2209,1648,1606,1637,1574,1965,1804,1807,1969,1799,1965,1923,1855,1959,2047,1962,2015,1846,1840,2127,2131,1757,1763,1813,2210,2005,2075,2009,1968,1489,1688,1964,2447,1918,2058,1923,1957,1896,1925,1996,2096,1822,2322,2006,2250,2290,2280,2449,2450,2288,2565,2245,2048,2004,1682,2313,2053,2226,2448,2245,2526,2246,2167,1727,1766,1997,2166,1765,1687,1834,2566,2605,2489,2646,2488,2527,2693,4017,2919,2756,2538,2832,2580,2616,2091,3331,1959,2250,2121,2064,1678,1693,1970,1958,2133,2274,1854,2006,2084,1679,1715,1569,1885,1761,1535,1796,1693,1716,1784,1551,1608,1928,1696,1500,1691,1799,1815,1715,2139,1756,1775,1764,1959,1725,1524,1518,1421,2075,1721,1734,1717,1811,1608,1566,1510,1417,1370,1565,1560,1486,1515,1718,1686,1528,1476,1576,1756,1725,1730,1842,1728,1843,1734,1913,1702,2138,2378,2852,2535,3244,2331,2924,2528,2211,2683,2213,1902,1884,2188,2166,2084,2439,2568,2069,2051,2563,2134,1707,1803,2090,2418,2929,2089,2485,2214,2684,2410,2402,2051,2129,2202,2043,2330,2524,2153,2005,2353,2280,1922,1996,1565,2406,2088,2054,1997,1886,1969,2080,2603,2656,2763,2289,2407,2406,2853,2282,2284,2115,2255,1891,2336,2480,2980,2367,2605,2248,1767,1655,2419,2568,2448,2572,2489,2366,2560,2168,2375,1923,2249,2099,2724,1769,2327,2288,2054,2131,2048,1757,1725,1814,1836,1809,1682,2017,2086,2002,1921,1975,1840,1843,1888,2210,2248,2006,2120,2133,1969,2159,1920,1929,2215,2080,2529,2210,2397,2100,2358,1974,1964,2506,2243,2366,2367,2651,2528,2483,2690,2168,2370,2636,2328,2001,2000,2084,2088,2568,2448,2212,1879,1969,2002,1724,2569,2054,2038,2088,2568,2202,2062,2652,2530,1994,2048,2042,2042,2089,1846,2408,2401,2055,2043,2091,1727,1725,1752,1889,2013,2037,2019,1884,1918,2290,3818,2760,2130,1809,1961,2539,2681,2687,2766,2413,2687,3289,2692,2737,3368,2408,2845,2525,3456,3203,2531,2646,2246,2494,2966,2367,2246,2090,2067,2247,2853,2719,2096,2038,1978,2491,2608,2527,2842,2163,2037,2007,1967,1922,2451,2486,2492,2364,2484,2734,2446,2086,2610,2680,1691,1795,1816,1679,2407,2524,2048,1889,1608,1561,1850,1680,1643,1766,2163,1814,1957,2220,2368,2157,1933,2125,2324,2411,2235,2303,2129,2647,2087,2283,2293,2528,2689,2092,2086,2767,1599,2091,2653,2730,2253,1641,2044,2203,2409,2323,2251,2526,2525,2291,2128,2808,2687,2564,2569,2611,2603,2531,2808,2241,2060,1960,1835,1847,2091,2321,2257,2308,2243,2089,1921,1844,2294,2965,2283,3532,2412,2363,2330,2206,2610,2159,2410,1853,2122,2526,2360,2486,2416,2239,2132,1801,1670,1963,2449,2451,2046,2080,1892,2304,1953,1809,2381,2324,2008,2122,2915,2002,2203,1967,2288,2044,2207,2007,1726,2483,2693,2131,1970,2075,1977,2120,1889,2085,1838,2010,1967,1962,1971,1970,2372,3365,2451,2560,2335,2169,2038,1892,2044,2170,2931,2188,2565,2054,1888,2129,2090,2529,2445,2527,2528,2446,2327,2772,2611,2409,2159,2251,2530,2722,5623,4049,8387,7418,2615,2244,2446,2652,2966,2408,3088,2248,1967,2283,2369,2849,3053,2760,2532,2098,1965,2202,2439,2269,2446,2240,2287,2528,3060,2244,2326,2287,2845,3054,2329,2039,2205,2336,1963,2045,2965,2174,1845,2009,2840,2404,2532,2283,2648,2530,2531,2686,4243,3178,2803,2574,2037,2573,2450,3085,2286,3219,1927,2214,2158,2125,2172,2924,1973,1965,2485,2724,1845,1974,1847,1765,1727,1799,2040,1971,1811,1768,3081,3048,2691,2327,1957,2078,1733,1599,2165,2450,2485,2338,1840,1688,2118,2293,2324,2609,2318,2378,2168,2563,2653,2482,3009,2483,1970,1904,1595,1533,1557,1856,2000,2167,1805,2083,1766,1876,1892,1880,2373,2366,2524,2123,1865,2511,2209,1931,1880,1889,1751,2093,1927,1845,2039,2527,2533,2087,1749,1847,1679,1924,2086,2416,2082,1682,1886,1894,2126,2288,1917,1930,1998,2128,1890,1922,1977,3085,2051,2002,2281,2442,2479,2416,2600,2561,2814,2528,1837,2565,1959,2060,2766,2525,2563,2133,2441,2890,2613,2482,2484,3059,2393,2333,2323,2445,2389,2482,2491,2212,2367,2164,2125,2284,2489,2588,3849,2481,2363,2886,2296,2613,2281,2404,2099,2364,2520,2008,2443,2650,2407,2535,2763,2531,2521,2373,2560,2453,2325,2488,2364,2207,2244,2290,1886,1933,2686,2729,2125,2930,2845,2533,2487,2328,2479,2404,2288,2448,2367,2403,2576,3128,2895,2795,2169,2045,2086,2325,2821,2849,2640,2455,2603,2650,2650,1863,1726,2557,2690,3731,2606,2170,1936,1971,1926,2004,2491,2049,2643,2487,2335,2445,2133,2204,2488,2297,2639,1948,2572,3046,2131,2083,2165,1719,2085,1767,2090,2843,2650,3128,2446,2165,2053,2126,2125,2120,2208,2654,2331,2569,2805,2167,2490,2522,1619,2680,2246,1932,2084,2804,2689,2687,2568,2251,1942,2050,1996,1932,1961,1855,1762,1755,2076,2210,4012,1810,3040,2360,2076,2478,2122,2530,2606,2887,2815,2965,2411,2087,2079,2291,3010,2153,2045,2126,2616,2728,2364,2373,2529,2443,2525,2485,2775,2447,2613,2333,2326,2970,2690,3083,2178,2803,2642,3217,3289,2766,2526,2690,2445,2452,2604,2531,2771,2650,2324,2324,2328,3172,2241,2135,2564,2519,2695,2249,2805,2530,2609,2370,2562,2447,2407,2129,2485,2562,2934,2569,2285,2133,2514,1813,1845,1652,1766,1846,1966,1997,2167,2378,2650,2161,2012,2189,1742,2197,1868,2363,3009,2247,1890,2365,2363,2290,2169,2523,2448,2131,2041,2257,1666,1846,2424,2686,2482,2532,2409,3208,2244,2655,2480,2170,2168,1885,2164,2414,2525,2407,1963,1722,2485,1839,2562,3739,2327,2045,2446,2327,3175,3593,2181,2168,2912,2427,2082,2211,2723,2796,2502,1929,1879,1846,2133,3170,2445,2365,2324,2370,2328,2500,2436,2142,2097,2612,2308,1727,2059,1999,2778,1959,1770,2411,2278,2087,2080,2218,1737,2314,2177,2441,2256,2722,2414,2487,3009,1959,1905,2726,2282,2449,1733,1926,2430,2238,1972,2391,3325,2567,2417,1806,1882,2257,1887,1846,2236,1929,2245,2659,2835,2009,2335,2118,2057,2002,2330,1924,1996,2139,1965,2366,2155,2095,1920,2290,1924,1934,1881,2844,1851,1804,2009,2043,2046,2271,3090,2563,2897,2289,1722,1953,1957,2248,2047,1931,2080,2050,2123,2052,2608,2688,2083,2414,2950,2193,1801,1679,1964,2290,1964,2414,2168,2128,2004,1958,2051,2442,1814,2605,1890,2083,2089,2406,1887,2164,2411,1919,2572,2000,1681,1675,1690,2965,1722,1887,1844,1612,1434,1569,1563,1565,1728,1600,1731,2166,1683,1568,1412,1896,2080,2238,2015,1964,1922,1879,2094,1729,2154,1975,1918,2155,2566,3086,2532,2324,2491,3360,2208,2298,2053,2441,2114,1892,1877,2003,2731,2333,2248,2326,3089,3696,2408,2489,2278,2697,2806,2562,2453,2283,2369,2085,2373,2443,2487,2096,1982,2006,2292,2203,1965,1891,2035,2255,1923,2332,1932,2038,1645,1731,1882,2253,1923,2169,1961,1849,1846,2171,2406,2456,2035,2057,1926,2367,1684,1891,1765,2090,2409,2034,1886,1846,2153,2260,2088,2562,2209,1930,1797,2238,2244,2609,2173,2886,2361,1977,1963,1852,2532,2084,2038,2045,1607,1562,1768,2255,2004,2091,2194,2054,1881,1895,2160,2090,1957,2127,1855,2169,2045,2038,2134,1964,2168,1847,1921,2332,2117,2083,2014,2029,3014,1992,2651,2078,1917,2205,3027,2889,2449,2523,1899,2725,2284,2411,2323,2485,2256,2139,2044,2084,2015,1980,2013,2333,1941,2007,2112,2343,2115,1898,1928,1993,2404,2125,2289,2365,2014,2601,2932,2407,2481,2486,2413,2560,2487,2447,1962,2654,2463,2728,2406,2171,3016,1939,2311,2330,2092,2445,2564,2250,1928,2380,2086,2365,2046,1940,2245,1806,2013,1843,2173,1759,2135,1841,2019,2017,2393,2245,1964,1930,1877,1608,1886,1962,2018,2041,2574,1814,3085,1922,2013,1723,1930,1806,1929,1962,1837,1898,2038,1973,2440,2003,2012,2083,1883,2521,2123,2447,2564,2370,2292,2645,2247,2888,2242,2528,2206,2075,3377,3410,2774,2246,2246,1889,2112,2687,2484,2505,2533,2289,2528,2602,2486,2293,2444,2323,2333,2249,2241,2572,2529,2481,1844,2000,2283,2159,2416,2847,2682,2571,2692,2030,2396,1840,3055,2562,2017,3046,2017,2038,1931,2050,2964,2249,2483,3291,2419,2764,2608,2372,2447,2763,2806,2568,2409,2288,2209,2807,2243,2650,2164,2493,2286,2331,2524,2411,2399,3011,2610,2363,2455,2482,2730,2110,2792,2927,3935,3046,2851,2649,2121,2390,2410,2248,2032,2289,2169,2117,2287,1733,1764,3887,2045,2475,2764,2213,2646,2731,2608,2646,2527,2411,2848,2486,2401,2292,3046,2972,3127,2367,2857,2445,2285,2451,2650,2604,2568,2806,2444,2335,2231,2617,2714,3109,2516,3130,2840,2350,2327,2491,2176,2431,2528,2527,2172,2036,1922,1970,2406,2862,1799,1853,2443,1816,1836,1970,2089,1858,1921,1938,1888,2153,2487,2454,2648,2286,3204,1711,1844,1767,2341,2820,2039,2206,1883,2792,2684,2097,2159,2658,2916,2086,2976,2528,2409,2200,2332,1844,2368,1798,1735,2006,2367,1798,1682,1961,1843,1682,1725,1964,1894,2263,2256,2449,2646,3285,2374,3123,2414,2928,2482,2330,2006,2091,2404,2242,2246,2331,2731,2842,2220,2054,2071,2160,1888,2060,1923,2085,2252,2649,2245,2486,2411,2565,2450,2487,2609,2408,2961,2132,2088,1843,1877,1931,2163,2490,2604,2369,2130,2524,2050,2127,2445,2208,2366,2329,2452,2645,2404,2126,1933,2075,2211,1890,2213,1856,1804,2331,2420,2406,2210,2124,2321,2289,2289,2369,2326,2613,1973,3248,2568,2932,2766,2350,2001,2241,2636,2491,2686,2961,2089,1926,2244,1599,1560,1528,1666,2333,2354,1872,2021,1521,1531,1560,1642,1613,2084,2053,2033,2289,1972,2210,1921,2124,1968,2011,1963,1527,1404,1478,1779,1846,1833,1930,1966,2118,1936,1997,2053,2002,2083,1889,2281,3056,1852,1638,1562,1530,1716,1817,1959,1812,2688,2009,1840,1930,2251,2008,2208,1882,1727,1764,2012,1849,1994,2016,1846,1886,1719,2054,2364,1807,1608,1661,1652,1717,1892,1884,1764,1680,1647,1637,1781,1517,1535,1522,1641,1669,1568,1545,1634,1533,1363,1345,1817,1883,1738,2193,1611,2135,1634,1566,1736,1489,1431,1449,1638,1560,1577,1762,1770,1557,1529,1565,1451,1468,1564,1747,1597,1726,1679,1524,1374,1446,1474,1559,1622,1593,1494,1526,1686,1778,1638,1449,1790,1671,1489,1476,1728,1599,1523,1536,1668,1653,1769,1657,1744,1618,1590,1818,1635,1442,1417,1325,1804,1805,2000,1454,1705,1574,1571,1559,1841,1446,1439,1550,1587,1596,1541,2161,1610,2035,1597,1606,1669,1553,1717,1486,1675,1928,1910,1619,1758,1459,1393,1478,1374,1811,1522,1645,1673,1711,1713,1601,1637,2090,1607,1632,1882,1605,1600,1935,1545,1490,1579,1639,1409,1355,1546,1501,1601,1648,1612,1387,1302,1799,1886,1764,1961,1642,1770,1564,1604,1696,2123,1439,1485,1511,1794,2111,2081,1804,1715,1888,1772,1803,1603,1897,2276,1966,1902,1855,1857,2249,2402,2260,2144,2402,2369,1892,1925,1717,1849,2207,1967,1945,1931,1918,1934,2355,2008,1732,1715,1616,1643,1761,2372,2163,2327,1730,1909,2247,2290,2212,2006,2397,2812,2847,2456,1997,1923,1643,1934,1843,2372,2844,2535,2641,2212,2244,2212,2848,2406,2486,2091,1921,1684,1566,1532,1562,1605,1800,2405,1851,1566,1556,1531,1530,1650,1555,1948,1918,1775,1765,1806,1763,1697,1554,1408,1445,1602,2270,1947,1695,2008,1673,1603,1564,1487,1495,1670,1608,1642,2100,2157,1757,1687,2238,1574,1566,1686,1911,2002,1656,1894,1407,1400,1396,1895,2038,1808,1758,1770,1859,1669,1828,1501,1414,1798,2098,1712,1810,1999,1813,1733,1687,1872,2250,1785,1597,1670,1855,1605,1625,1976,1611,1910,2002,1940,1687,1691,1817,2158,1602,1652,1891,2017,1936,1855,1723,1636,1702,1808,1920,2365,2360,1918,2093,2575,2288,1964,2135,2156,1895,1878,2692,1882,2224,2295,3409,2601,2447,2133,2246,2563,3052,2612,2773,2649,2605,2566,2606,2885,3686,2810,2133,2041,2212,2728,2723,2375,2604,2688,2568,2209,2205,2685,2968,2647,2051,1985,2077,1936,2081,2331,2845,2132,2257,2277,2452,2404,2363,2291,3091,2691,2527,2802,2689,2127,2360,2251,2484,2443,2612,2487,2568,2364,2169,2249,2561,1847,2286,2254,4447,2445,3055,2612,2403,2562,2496,2612,2160,2414,2122,2032,2288,2178,3370,2689,2280,1944,2317,2292,2281,2372,2569,3285,2332,2400,2652,2492,2489,2442,2176,2769,2249,2489,2721,2732,1967,2807,2885,2411,2090,1822,1772,1654,1870,2026,2047,2037,2005,2044,2000,2050,2006,2082,2043,1732,1770,1964,2262,2368,2609,2763,2212,2486,2488,2521,3173,2972,2565,2651,1925,2368,2370,2648,2525,2534,2247,2566,2482,2327,2453,2366,2124,2604,2850,2853,2362,1653,2321,2210,2527,2206,1877,1836,2710,2454,2525,2211,2204,1793,1810,2409,2344,2604,2365,2569,2408,2491,2284,2853,2446,2529,2446,2364,2206,2926,2568,2129,2689,2284,2407,2569,2574,2484,2289,2527,2328,2127,1982,2010,2284,2453,2448,2446,2404,2286,2452,2361,2697,2481,2612,2566,3007,2491,2294,2284,2730,2133,2139,2002,2114,2529,1946,2007,2011,2435,2150,2285,2293,2161,2453,2610,1812,1883,3667,3172,2319,2443,2067,1891,1959,1967,2250,1847,2386,2243,2607,2525,2332,3007,2459,2164,2446,1990,2161,2129,2432,2257,1969,2157,2162,2611,2122,2334,2765,1975,2159,2171,2446,2254,1887,1915,1767,2528,1811,1801,1849,2642,2412,5224,2166,2521,2530,2491,2560,2483,2204,1866,2037,2771,2288,2365,2206,2368,2449,2049,1960,1924,1928,2492,2761,2135,2174,1933,1917,2046,2543,2008,2326,2209,2130,2401,2536,1936,2204,1881,1896,2405,2646,2606,2804,2428,2011,1889,1913,2017,2448,1886,1998,3333,2325,2365,2374,2236,2770,1991,2166,2124,2246,2407,2487,2848,3048,2470,1935,1912,1813,1798,2420,2043,1812,2206,1964,1893,2381,2530,2524,2572,2016,1961,1887,2340,2446,2487,2608,2404,1935,1840,2161,2496,2246,2400,1806,2730,2767,2689,2935,2365,1924,2289,2164,2891,3089,2284,1923,1972,2529,2403,2487,2330,2200,2448,2330,2733,2846,2967,2445,2014,2446,2047,2364,2724,2335,2242,2047,1840,2284,2019,2082,2049,2116,2935,1965,2526,3451,2522,1935,2757,2125,2367,2575,2361,2521,2288,2132,2602,2647,2891,2489,2243,1921,2614,2208,2412,2287,2085,2609,1972,1734,1593,1531,1560,1564,1565,1847,1809,1845,1923,2132,2279,2016,1844,1847,1873,2215,2168,2479,2248,2172,1809,1964,1890,1882,1881,2651,2046,2172,1838,2293,2084,1839,1646,1691,1923,1640,1645,1692,1925,2121,1888,1886,1882,1768,1688,1765,2452,1881,2085,2245,1605,1561,1531,1563,1567,1559,1418,1696,1765,1610,1747,1696,1664,1692,1436,1389,1372,1718,1764,1596,1732,1972,2193,2582,1722,1637,1973,1679,1723,1621,1720,1631,1730,2250,1602,1570,1851,1958,1823,1557,2150,1889,1567,1560,1680,2126,1856,1887,1642,2146,2608,2211,2287,2066,1975,2165,2485,2451,2003,2081,1823,2016,1863,1602,2345,1883,2439,2416,3370,2364,2848,2254,2245,2603,2650,2749,2708,2451,2367,2381,2293,2708,2326,2294,2124,2403,2000,2087,2307,2191,2123,1956,2426,2193,1932,1684,1800,2248,2734,2605,2089,2448,2006,2002,2373,2445,2653,2725,2166,2169,2008,2008,1965,2175,2579,3813,2170,2047,1783,1988,2081,2536,2286,2081,2170,2978,2573,2848,2692,2682,2489,2772,3048,3416,3204,2571,2808,2367,2607,2892,2405,2323,2049,2289,2563,2171,2570,2363,2485,2250,2256,2685,2415,2604,2776,2093,1762,1799,1975,1885,1916,2549,2409,3089,2250,3775,2686,2727,2612,2804,2133,3485,2568,1871,3179,3247,2366,2411,3491,2040,1977,2023,1924,1568,1726,1887,1889,2082,1882,1769,1567,1561,1812,1556,1894,2041,1733,1924,2147,2373,2159,2532,2168,2094,2303,1807,2400,1918,1815,2565,2449,2485,2010,2006,1848,2424,2485,2246,1969,2005,2286,2570,2128,2191,2209,2799,2847,2605,2369,2326,1652,1797,2052,2923,2210,2263,2348,2525,2528,2285,2204,2046,2141,1995,2209,2929,2366,2650,2728,2440,2006,1888,1810,2290,2369,2246,2477,2453,2368,2325,2448,2687,2242,2167,2171,2118,2245,2730,1876,2763,2900,2489,1728,1567,2413,2334,2886,2609,2522,2609,2620,5289,3172,2327,2050,2355,2093,2115,2123,2217,2190,2132,2011,2116,2051,2966,2411,2325,2401,2032,2246,2080,2444,1888,1813,1967,1594,1529,1527,1726,2203,1845,2979,2212,2370,2484,2370,2079,1742,1740,2546,2408,2366,2045,2249,2736,2200,2084,2210,2290,2447,2204,1897,2481,2896,2602,2375,2362,2610,2642,3333,2006,2492,2841,2685,1812,1929,2290,2763,1886,2087,2363,2372,2606,2569,2053,2277,2367,2286,2564,3175,2399,1993,2288,1995,1567,1639,2087,2484,2456,2049,1729,1571,1658,1612,1620,2115,2285,2489,2487,2686,2568,2404,2061,2758,2209,2326,2607,2084,2126,2688,2533,2885,2563,2572,2690,2406,2165,1856,1863,1937,2445,2449,2409,2333,1999,2760,2848,2645,2448,2534,2402,2687,2502,2158,2334,2332,1998,2533,2767,2322,2110,2171,1922,2203,2411,2021,2002,1887,2344,3134,2196,2329,2970,2250,2769,3011,2523,4902,3565,2807,2615,2688,2971,2481,2371,2689,2689,2119,1892,2683,2333,2251,1960,1969,2008,2341,2560,2494,2403,2128,2361,2250,2124,2358,2535,2561,2810,2524,2330,2407,2136,2094,2005,2474,2525,2490,2530,2480,2454,2569,2721,2289,2085,2612,2243,2127,2368,2363,2332,2037,2172,2327,2574,3244,2534,2446,2691,2563,2890,3125,2534,2608,2245,2289,2370,2717,2735,2489,2337,2027,1925,2172,2160,2651,2564,2535,2334,2410,2925,2157,2162,2569,2603,2568,2271,2324,2643,2728,2731,2486,2204,2690,2674,2484,2408,2370,3007,2606,2648,2542,2595,2084,2535,2646,2924,3791,2209,2400,2280,2441,2130,2808,2123,2577,2498,2570,2444,2563,2411,2210,2568,3489,2113,2327,2379,3194,2531,2408,2090,2016,1837,2002,2000,1887,2000,2008,2024,1955,3176,3010,2483,2003,2209,2893,2284,2121,2389,2529,2048,2027,2105,1968,2166,2524,2772,1964,1884,2011,2523,2145,2390,1732,2567,2567,2643,2095,2161,2212,2446,2527,1880,1812,2003,2050,2125,1648,1835,2086,1852,1921,1726,1925,2044,1968,1763,1928,1813,1840,2125,1893,2557,2005,1935,1689,2247,2073,1891,1849,2509,2064,2248,4292,2640,2799,2887,2854,2265,2875,2689,2000,2086,2114,2491,2632,2385,2761,2216,2573,2107,2702,2023,2622,2240,2003,1857,1923,2287,2412,2083,2489,2370,2169,2241,2824,3650,2648,2767,2367,2483,2332,2450,2729,2605,2766,2766,2652,2568,2724,2654,2606,2178,2087,1964,1729,2043,2120,1966,1851,1727,1891,1998,2276,2079,2850,2368,2450,2241,2415,1801,1728,1763,2373,2406,2326,2328,2286,2285,2407,2292,2244,2566,2255,2279,2128,2327,2178,2247,2572,2046,1885,1883,1847,1843,2496,2407,2682,2647,2535,2102,2054,2364,2696,2484,2284,1924,1889,2364,2251,2135,2849,2199,1891,1881,1968,1727,1812,2126,2378,2405,2412,2401,2412,2443,2254,1802,2175,2241,2133,2048,1856,2099,1921,2000,2019,1851,1594,1788,1809,2200,2290,2001,1860,2192,2729,2160,2299,2485,2649,2565,2213,2000,1888,1811,1812,2136,2855,2603,1926,1885,1604,1559,1844,2007,2267,2048,1963,2087,2064,2245,2654,2797,2685,1646,1646,1796,2046,1968,1892,1880,2283,1860,2277,2283,2776,2688,2157,2041,1726,1572,1558,1604,1843,2124,2287,2528,2410,2567,2564,2367,2206,2087,3014,2645,1942,1852,1800,1565,2211,1716,2191,1700,1853,1756,1813,1798,2398,2329,2360,2693,2811,2243,2728,2251,2363,2450,2609,2563,2029,1975,1756,1973,2571,2387,2491,1972,2011,2364,2974,2318,2737,2407,2484,2245,2774,3402,2976,2009,1774,1925,2171,1840,1963,1924,2328,2366,1854,2162,2212,2203,1922,2131,1728,1759,1763,1736,1846,1881,1806,2045,1884,1884,2293,2008,1876,2297,2374,2600,2452,2972,2401,2730,2045,2290,2684,2731,2215,2239,2488,2450,2130,2001,2328,2243,2444,2336,3241,2167,2689,3853,2648,2966,2448,3414,2326,2646,2529,2453,2161,1972,1965,1930,2412,2566,2613,2685,2485,3294,2013,2532,2646,2443,2208,1900,2539,2651,2607,2332,1815,1804,1960,1850,2204,2128,2408,2255,2176,2260,5217,2894,2121,3176,2303,1999,2012,2491,2456,3045,2263,1932,1886,1803,1729,2036,1939,1998,2407,2172,1958,2004,2248,2057,2363,2290,2085,2560,2333,2161,1935,2086,2037,1892,1925,1877,1773,1686,2160,2694,2049,2037,2012,2087,2400,1893,1847,2766,1637,2257,1557,2052,1968,2529,2272,2019,2126,2176,1989,2083,2104,2120,2112,2294,2279,2848,2653,2564,2116,2481,2123,2936,2128,2006,2245,2669,2172,2067,2133,2158,2170,3005,1770,2643,2016,1883,1640,1733,2166,1965,1880,1966,2012,2209,2039,1732,1996,1927,2248,2086,1892,2126,1734,1882,1701,1867,1972,1846,1800,1652,1566,1682,1687,1765,1814,1778,2210,2211,2240,2352,2446,1962,2092,2198,2053,2005,2011,2868,1994,2431,2979,2571,1883,1975,2085,1849,1916,2003,1854,2291,2243,2123,2012,2291,1721,3248,1853,2707,3087,3293,2291,2030,1934,2417,2648,2728,1915,1810,1761,1891,2974,2324,2482,2052,2124,2669,2290,2242,2114,2135,2047,2348,2203,2698,2687,2203,2450,3287,2807,2807,2613,2247,2289,2004,2324,2532,2296,2175,2243,1891,2082,2143,2044,2130,2166,1813,1971,2005,2551,2106,1928,2085,2130,2567,2215,3124,2653,2408,2932,2084,1960,1884,1883,1776,1686,1798,2324,2246,1939,1837,1960,2129,1805,1917,1846,1884,1645,1411,1403,1414,1473,1727,1642,1882,1924,1619,1721,1966,1447,1840,1655,1880,1843,1798,2274,2362,1960,1937,1915,2089,2166,2213,2126,2162,1886,1970,2322,2409,2209,2118,1895,1849,1833,1736,2455,2164,2527,2164,2773,2325,1989,2248,2474,2767,2525,2139,1992,1927,2048,1849,1679,1976,1958,1893,2120,2417,2488,2722,2129,2123,1871,2242,2531,2449,2519,2491,2410,2326,2930,2481,3018,2447,2523,2815,2289,2441,1852,2042,2450,2643,2412,2490,2280,1856,1997,2168,1926,2581,2239,2286,2648,2770,2052,2164,2567,2528,2846,2534,2446,2725,2650,1887,2444,2286,2529,2971,2329,2212,2116,2526,2892,2164,2331,2001,2741,2060,2174,2683,2126,2891,2691,2568,2847,2763,2130,3087,2647,2485,2202,2292,2212,2330,2518,2258,2527,2485,2522,2372,2529,1933,2026,1978,1957,1843,1973,2048,2079,2015,2168,2373,2565,2408,2245,2284,2170,2407,2526,2493,2444,2444,2454,1972,3265,2098,2202,1999,2128,1923,1851,2125,2289,3009,2403,2213,2244,2568,2436,2533,2603,2411,2404,2977,2926,2529,2928,2485,2131,1962,1882,1848,2286,2088,2731,2366,2121,1927,1884,1969,2852,2248,2322,2405,2372,2286,2043,3693,2489,2366,2410,2317,2090,2713,2235,2100,1955,1776,1645,1594,1533,1756,2311,2286,2204,2250,2328,2325,2649,4251,2980,2435,2567,2007,1932,1880,2578,2609,2364,2327,2286,2019,2051,1930,1919,1921,1885,2134,2560,2388,2768,1811,2030,2044,1729,1719,2252,1880,1974,2008,1883,1843,1851,2356,1898,2599,2307,2733,2565,2412,2051,2284,1895,1606,1766,1884,2119,1803,2138,2270,2448,2000,2136,2217,2161,1922,2117,2006,2250,2280,2255,2364,2202,1968,2401,1976,2481,1888,2167,2055,2082,2014,2084,1736,1624,1791,1776,1951,2091,2010,1846,1957,1968,1771,1806,2201,1882,1929,1572,1637,1812,1757,1730,1725,2413,2216,2103,2401,1928,1925,2045,1733,2206,1643,2027,2000,2070,1959,1956,2093,2166,1808,2298,2280,2033,2306,2162,2205,2025,2240,2773,2805,2596,2103,2243,1854,2215,2410,2072,2161,2247,2204,1925,2071,2153,1872,2082,1841,1808,1698,1757,1615,1571,1741,1623,1983,1759,1745,1854,1614,1762,1687,1677,1472,1613,1413,1381,1363,1364,1441,1333,1649,1847,2024,1667,1633,1520,1389,1495,1520,1451,1445,1592,1729,1622,2224,1781,1568,1431,1601,1577,1475,1698,1513,1573,1843,1522,2057,1601,1564,1549,1493,1784,2224,2263,2230,1550,1723,2245,1793,1742,1912,1493,1530,1806,1967,1627,1576,1673,1570,1963,1925,2085,1927,2010,1692,1677,1846,1812,1914,2159,2368,2359,2730,2527,2330,2327,2872,2643,2788,2490,2286,2198,2250,3009,2926,2216,2195,2447,2803,2699,2763,2212,2718,2094,1885,2449,1819,2001,2125,2607,2447,3131,2410,2884,2211,2365,1920,1893,1884,1959,1985,1883,1972,1847,1638,1803,1973,1764,1726,2236,2138,1597,1532,1881,2056,1803,2245,1793,2098,1920,1933,2277,2173,1856,1407,1398,1947,1933,1608,1646,1749,2014,1681,1609,1603,1672,1889,1847,1848,2002,1771,1945,2009,2484,2056,1843,1730,1671,1955,2212,1607,1601,1929,2107,2068,1606,1441,1486,1476,1476,1494,1465,1489,1515,1893,1884,2041,1779,1732,1551,1403,1485,1650,1754,1787,1564,1557,1647,1607,1823,1486,1493,1733,1567,1809,1409,1628,1556,1386,1586,1438,1546,1297,1800,1622,1594,1549,1423,1334,1871,1404,1359,1527,1342,1850,1842,1662,1829,1681,1509,1379,1391,1463,1772,1474,1500,1913,2537,2912,2571,2859,2598,2932,2453,2509,2176,2698,2703,2587,2585,2172,2222,2386,2240,2467,2976,2563,1910,2283,2749,2647,2882,3037,2220,2285,2932,2344,2226,2460,2604,2495,2294,3433,2037,1975,2211,2584,2717,3013,2778,3208,2617,2374,1940,2024,2205,3006,2075,2205,2173,2283,2284,2198,1857,1610,1722,1847,2085,1889,1841,2005,1730,1877,1980,1895,1997,1720,1765,1856,1976,2099,1727,1750,1537,1628,1700,1647,1649,1715,1966,1811,1555,1557,1852,2180,1935,2515,1754,1843,1627,1499,1481,1479,1608,1701,1617,1925,1667,1627,1708,1632,1830,1560,1987,1616,1553,1524,1741,1620,1568,1677,1596,1729,1499,1599,1682,1992,1477,2077,1775,1866,2354,1966,1962,1824,1698,1763,1788,1682,1627,1592,1908,2505,2212,2132,1875,1824,2116,2252,1731,1800,1648,1918,2220,2237,1921,1715,1930,2032,2111,1848,1779,1848,1991,2063,2420,1862,2471,2246,2198,1879,2072,1879,2097,1922,2292,2227,1791,2388,2263,2224,1870,1905,2465,1844,2323,2016,2004,2023,1606,1870,2279,1908,1744,1703,1776,2089,1940,2157,2088,2017,2001,2395,2080,1931,1976,3273,1833,2450,2072,1856,1611,1562,1769,1801,1748,2185,1598,1726,1896,1520,1955,2097,1722,1531,1739,1644,1563,1813,1361,1806,2274,1450,1629,1641,2231,2048,1584,2132,1321,1981,1271,1801,1599,1660,1541,1471,1353,1789,1750,1905,1258,1995,1560,1953,1519,1479,1454,1427,1382,1384,1365,1364,1327,2096,1715,1475,1466,1539,1559,1563,1563,1563,1508,1429,1414,1780,1519,1333,1428,1341,1470,1449,1446,1506,1387,1370,1456,1399,1838,1939,1416,1418,1417,1362,1369,1398,1433,1367,1294,1838,1900,1397,1392,1393,1449,1459,1364,1303,1825,1392,1437,1378,1369,1370,1368,1369,1355,1333,1407,1386,1303,1847,1344,1780,1849,1351,1337,1332,1299,1798,1729,1745,1826,1766,1758,1811,1808,1774,1773,1815,1725,1782,1752,1742,1736,1731,1813,1755,1737,1748,1855,1303,1794,1731,1729,1737,1707,1739,1729,1747,1754,1736,1725,1929,1897,1450,1447,1393,1391,1843,1902,1434,1473,1437,1392,1882,1473,1875,1365,1311,1780,1865,1421,1547,1366,1353,1363,1359,1383,1371,1372,1251,1833,1370,1382,1363,1364,1365,1364,1394,1313,1815,1291,1781,1889,1338,1858,1349,1341,1357,1336,1309,1326,1749,1730,1750,1858,1332,1823,1827,1834,1834,1346,1256,1784,1821,1347,1314,1807,1804,1854,1302,1826,1741,1723,1769,1776,1761,1765,1764,1820,1763,1741,1744,1832,1270,1764,1762,1764,1826,1309,1752,1746,1723,1291,1790,1781,1776,1776,1892,1346,1334,1783,1735,1956,1419,1407,1386,1395,1389,1397,1432,1371,1371,1466,1899,1506,1421,1370,1369,1370,1349,1295,1853,1359,1353,1312,1830,1377,1347,1342,1342,1329,1323,1339,1368,1339,1837,1329,1937,1398,1397,1417,1376,1847,1413,1359,1869,1835,1291,1881,1871,1873,1856,1890,1366,1853,1732,1840,1368,1855,1853,1827,2014,1407,1432,1838,1775,1854,1327,1796,1793,1830,1815,1790,1848,1271,1755,1773,1748,1741,1784,1734,1737,1782,1763,1726,1757,1742,1757,1752,1778,1713,1769,1720,1709,1801,1768,1753,1731,1714,1736,1720,1725,1713,1703,1766,1719,1795,1289,1731,1696,1811,1832,1752,1752,1786,1734,1725,1713,1700,1730,1740,1714,1655,1695,1757,1752,1760,1748,1724,1765,1753,1750,1650,1810,1246,1701,1747,1708,1767,1776,1730,1729,1815,1815,1330,1317,1826,1359,1353,1383,1371,1350,1286,1784,1797,1858,1289,1803,1826,1365,1290,2014,1548,1546,1546,1457,1302,2103,1663,1519,1548,1540,1564,1748,1722,1902,1636,1565,1637,1600,1606,1789,1788,1642,2120,2219,1786,2253,2102,1726,1685,1752,1693,1745,1818,2496,2197,2101,2636,2310,2044,1943,1929,2387,2485,1840,4486,2651,2847,2209,2736,2359,3486,2818,2914,3065,2642,2874,2560,2448,2444,2506,2696,2696,2685,3145,2527,2845,2647,2648,2447,2256,2350,2377,2359,2382,2436,3013,2432,1961,2456,1850,1611,2140,2963,3087,2077,2131,1811,1876,1695,1844,1680,1607,2002,2731,2693,1733,1641,1676,1529,1453,1715,1979,1670,1566,1695,1714,1937,1640,1808,1890,1685,1730,1731,1715,1833,1761,1581,2230,3172,2007,2322,2534,1922,2006,1934,1720,1732,2156,1849,1975,2569,1955,1821,1879,2288,2395,2368,2410,2530,2450,2892,2609,2241,1818,2167,2113,1842,1841,2079,2209,2719,2650,2250,2727,2524,2934,2842,2408,2611,2045,1773,2127,1972,2210,1885,1848,1843,1885,1907,2004,2210,2327,2725,2161,2168,2332,2605,2572,2885,2365,2089,2166,2403,2290,2446,2333,2392,2299,2689,2282,2595,2386,2728,2133,1962,1821,2217,1924,1878,2022,2146,2684,2120,1870,1923,2084,1857,1883,2009,1841,1936,2290,2484,1858,1759,1875,1934,2147,1791,2111,2201,1852,1876,1867,1606,1892,2109,1845,2003,1895,2451,1800,1924,1927,1847,1933,1839,1725,1754,2202,1942,1568,1906,2285,2140,2244,1946,1731,1645,1574,1865,1828,1972,1992,2162,2099,2079,2541,2054,1951,2371,2302,1944,2105,2715,2793,2219,2522,2496,2123,2349,2290,2260,2025,2093,2370,1950,2325,2050,1931,2010,2190,2080,1893,1950,1791,1985,1965,2119,2069,2347,2044,2111,1963,1709,1827,1827,1744,2033,1955,1745,1865,1847,1983,1877,1746,1634,1635,1595,1590,1733,2131,2124,1610,1592,1657,2011,1481,1551,1870,1471,1410,1413,1411,1412,1535,1523,1794,1634,1375,1353,1527,1852,1851,1852,2071,1708,1503,1857,1765,1465,1852,1868,1983,1411,1819,1444,1386,1642,1393,1828,1979,1647,1519,1467,1432,1406,1827,1322,1889,1810,1865,1298,1781,1345,1830,1876,1390,1562,1407,1384,1269,2032,1362,1331,1927,1356,1350,1565,1409,1271,1759,1879,1814,1812,1817,1878,1264,1656,1455,1790,1752,1722,1712,1711,1715,1734,1988,1584,1609,1420,1422,1297,1890,1358,1358,1458,1345,1990,1778,1757,1519,1479,1301,1774,1860,1357,1359,1394,1452,1473,1469,1342,1836,1263,1835,1838,1835,1842,1283,1778,1835,1341,1814,1812,1811,1809,1793,1846,1436,1366,1429,1409,1363,1796,1790,1788,1774,1885,1426,1411,1751,1324,1785,1775,1773,1770,1791,1817,1730,1319,1380,1305,1785,1761,1758,1757,1738,1828,1359,1534,1399,1733,1751,1748,1747,1770,1759,1791,2575,2569,1989,2204,2186,2066,2296,2107,1828,1727,1784,1756,1942,1876,1678,1673,1827,1874,1738,1919,2031,1723,1901,1603,1573,1659,1726,2028,2046,1866,1659,1620,1699,1712,1636,1673,1675,1812,1643,1708,1931,1424,1531,1423,1399,1389,1390,1433,1340,1503,1590,1897,1423,1375,1374,1329,2031,1383,1600,1564,1428,1790,1463,1535,1531,1532,1530,1530,1620,1349,1467,1348,1429,1404,1282,1770,1925,1377,1382,1929,1359,1317,1850,1813,1778,1773,1890,1283,2107,1412,1444,1407,1294,1761,1920,1299,1791,1809,1994,1494,1425,1411,1587,1604,1556,1556,1554,1539,1538,1504,1434,1498,1496,1764,1848,1768,1714,1570,1718,1642,1715,1825,1849,1890,1732,1832,1800,1927,1850,1756,1554,2325,1921,1656,1847,1769,2135,2133,1922,1678,1694,1762,1645,1548,1628,1548,1354,1378,1352,1379,1820,1973,1463,1551,1443,1348,1472,1347,1472,1572,1631,1544,1416,1556,1683,1406,1793,1944,1415,1397,1579,1661,1262,1844,1501,1330,1924,1366,1438,1487,1611,1966,1483,1375,1440,1468,1408,1409,1411,1349,1922,1456,1915,1411,1385,1348,1857,1858,1860,1851,2052,1419,1402,1410,1360,1966,1359,1844,2027,1426,1400,1771,1870,1953,1449,1837,1927,1428,1425,1331,1350,1824,1416,1407,1926,1314,1924,1304,1893,1375,1383,1364,1773,1819,1898,1385,1386,1369,1864,1834,1431,1306,1768,1842,1383,1815,1379,1805,1806,1829,1372,1379,1763,1949,1315,1766,1762,1747,1769,1836,1261,1794,1706,1730,1820,1865,1274,1839,1892,1346,1787,1841,1900,1386,1849,1844,1830,1879,1405,1378,1408,1353,1854,1392,1396,1355,1843,1832,1802,1829,1336,1336,1803,1812,1314,1755,1714,1806,1729,1795,1763,1737,1707,1768,1844,1267,1758,1812,1758,1867,1391,1871,1774,1806,1380,1350,1325,1833,1799,1782,1884,1836,1826,1396,1348,1855,1821,1821,1791,1822,1832,1729,1855,1339,1980,1372,1845,1838,1997,1367,1848,1844,1402,1357,1414,1493,1844,1839,2028,1446,1448,1326,1861,1449,1399,1454,1816,1922,1426,1410,1408,1324,1804,1315,1967,1475,1403,1412,1416,1414,1463,1444,1369,1429,1235,1846,1404,1363,1417,1412,1412,1555,1524,1430,1402,1374,1754,1340,1910,1406,1517,1432,1414,1531,1455,1414,1427,1346,1319,1385,1406,1394,1382,1382,1599,1503,1426,1493,1326,1899,1438,1556,1433,1414,1414,1648,1515,1302,1881,1296,1917,1381,1426,1412,1437,1384,1414,1495,1403,1392,1298,1894,1449,1443,1433,1412,1414,1437,1472,1500,1473,1425,1532,1352,1881,1417,1411,1410,1400,1644,1489,1528,1441,1421,1407,1493,1462,1419,1414,1476,1413,1888,1390,1869,1459,1452,1433,1863,1843,1964,1398,1361,1321,1473,1908,1481,1456,1347,1822,2059,1346,1946,1318,1420,1869,1297,1897,1472,1409,1521,1512,1459,1964,1427,1895,1465,1286,1331,1883,1498,1390,1417,1323,1933,1441,1422,1281,1838,1361,1388,1372,1343,1341,1345,1813,1334,1824,1248,1760,1849,1320,1824,1822,1790,1835,1821,1751,1746,1850,1343,1315,1801,1801,1803,1805,1828,1736,1808,1373,1299,1790,1788,1795,1751,1797,1813,1814,1786,1792,1785,1743,1734,1806,1297,1773,1753,1714,1780,1753,1753,1710,1702,1763,1742,1757,1695,1773,1745,1745,1738,1740,1719,1802,1733,1796,1735,1874,1509,1485,1483,1483,1525,1548,1558,1459,1321,1856,1376,1839,1380,1371,1371,1411,1400,1417,1440,1532,1300,1922,1408,1349,1451,1547,1568,1499,1601,1545,1469,1448,1450,1573,1578,1570,1569,1497,1571,1654,1619,1366,1437,1407,1518,1434,1422,1368,1424,1866,1910,1382,1829,1413,1339,1879,1847,1963,1363,1905,1423,1418,1509,1504,1410,1485,1369,1822,1859,1862,1856,1856,1854,1305,1402,1386,1854,1956,1345,1958,1380,1439,1427,1864,1404,1435,1393,1418,1427,1427,1427,1387,1356,1307,1781,1815,1867,1888,1398,1397,1396,1299,2047,1442,1866,1405,1385,1387,1342,1956,1345,1838,2036,1397,1432,1906,1438,1439,1431,1986,1429,1426,1427,1315,1826,1868,1403,1396,1358,1797,1896,1398,1398,1428,1295,1888,1307,1809,1362,1421,1373,1875,1873,1873,1900,1329,1844,1263,1899,1351,1853,1398,1399,1400,1354,1769,1886,1266,1796,1821,1754,1749,1746,1744,1764,1828,1747,1753,1805,1259,1826,1302,1803,1806,1744,1319,1765,1730,1808,1736,1762,1762,1764,1799,1805,1773,1918,1486,1465,1324,1327,1852,1341,1904,1401,1293,1787,1890,1434,1454,1249,1847,1344,1360,1339,1354,1331,1314,1877,1406,1434,1351,1781,1930,1221,1942,1385,1411,1348,1451,1350,1856,1345,1926,1409,1431,1312,1932,1309,1337,1846,1426,1394,1417,1400,1427,1443,1333,1940,1364,1348,1794,1344,1455,1357,1943,1453,1411,1917,1414,1337,1884,1345,1372,1340,1387,1401,1396,1393,1393,1402,1372,1309,1806,1334,1897,1342,1909,1332,1838,1328,1925,1302,1903,1228,1809,1874,1318,1311,1812,1810,1846,1357,1333,1273,1812,1878,1377,1333,1332,1333,1309,1870,1342,1811,1755,1337,1790,1777,1751,1752,1770,1771,1333,1769,1738,1749,1749,1771,1770,1741,1709,1745,1737,1713,1778,1810,1794,1792,1778,1876,1409,1337,1911,1406,1437,1396,1404,1914,1418,1416,1416,1412,1334,1927,1383,1853,1297,1837,1907,1397,1397,1394,1380,1382,1359,1764,1777,1857,1875,1371,1367,1368,1370,1372,1271,1891,1296,1320,1820,1775,1771,1771,1773,1836,1314,1828,1272,1738,1774,1763,1754,1755,1910,1322,1293,1775,1739,1726,1758,1744,1740,1739,1750,1752,1791,1756,1733,1811,1848,1364,1346,1839,1847,1389,1323,1808,1786,1810,1407,1330,1808,1871,1295,1933,1771,1750,1859,1291,1874,1733,1708,1713,1769,1816,1221,1806,1336,1356,1765,1738,1696,1681,1768,1859,1337,1784,1787,1796,1782,1757,1750,1774,1756,1766,1752,1796,1315,1897,1262,1754,1745,1308,1343,1344,1290,1789,1814,1540,1388,1346,1346,1296,1756,1825,1340,1819,1734,1776,1830,1834,1298,1854,1854,1786,1765,1766,1740,1814,1794,1782,1774,1804,1750,1826,1843,1203,1772,1814,1799,1831,1296,1801,1809,1808,1795,1756,1830,1300,1784,1786,1794,1731,1792,1794,1766,1758,1823,1785,1778,1783,1749,1808,1790,1782,1744,1817,1836,1286,1788,1786,1769,1797,1783,1678,1762,1838,1780,1783,1741,1741,1797,1789,1783,1709,1828,1823,1783,1783,1790,1850,1308,1782,1673,1761,1801,1786,1780,1783,1757,1796,1784,1800,1722,1847,1787,1784,1782,1751,1795,1793,1782,1757,1788,1790,1784,1782,1783,1773,1794,1782,1709,1757,1798,1783,1782,1782,1768,1799,1786,1753,1652,1791,1784,1784,1783,1770,1812,1758,1800,1718,1817,1394,1440,1415,1445,1438,1529,1459,1437,1396,1357,1271,1848,1448,1456,1585,1465,1418,1515,1428,1467,1838,1331,1478,1426,1839,1955,1346,1911,1443,1365,1381,1305,1832,1362,1421,1911,1282,1908,1375,1421,1277,1932,1267,1723,1811,1884,1395,1244,1847,1815,1334,1847,1281,1839,1257,1854,1366,1347,1334,1851,1316,1279,1825,1820,1254,1816,1848,1831,1886,1269,1813,1741,1809,1785,1818,1769,1761,1778,1829,1755,1768,1738,1696,1798,1763,1762,1766,1730,1814,1776,1722,1700,1846,1255,1727,1761,1817,1807,1355,1374,1802,1735,1726,1835,1819,1962,1480,1345,1876,1361,1833,1857,1308,1894,1399,1837,1839,1926,1427,1434,1341,1815,1465,1547,1332,1896,1420,1403,1397,1458,1365,1416,1809,1774,1879,1798,1893,1377,1872,1920,1385,1863,1830,1337,1897,1865,1857,1388,1898,1380,1455,1847,1348,1339,1855,1818,1839,1835,1859,1322,1806,1928,1278,1803,1840,1837,1829,1824,1839,1326,1775,1685,1731,1584,1820,1810,1808,1772,1879,1788,1807,1692,1815,1765,1826,1790,1788,1875,1297,1802,1689,1747,1976,1490,1463,1449,1476,1386,1412,1352,1357,1333,1332,1345,1413,1436,1420,1419,1405,1486,1387,1404,1444,1283,1833,1842,1416,1380,1919,1464,1382,1450,1255,1947,1294,1827,1360,1875,1349,1355,1456,1330,1935,1274,1774,1803,1358,1825,1898,1400,1404,1406,1441,1343,1899,1289,1743,1897,1349,1321,1841,1353,1356,1362,1263,1843,1781,1737,1856,1446,1472,1864,1798,1867,1370,1832,1816,1409,1372,1356,1860,1838,1873,1384,1453,1344,1788,1885,1307,1801,1874,1362,1857,1848,1850,1838,1822,1313,1995,1345,1956,1346,2049,1356,1825,1906,1413,1314,1590,1319,1922,1426,1427,1451,1406,1407,1864,1379,1328,1371,1897,1456,1398,1397,1366,1859,1290,1843,1352,1418,1382,1871,1872,1873,1885,1328,1909,1749,1873,1353,1905,1353,1853,1837,1824,1351,1835,1726,1744,1862,1389,1391,1390,1372,1302,1788,1807,1769,1767,1772,1743,1740,1768,1738,1791,1774,1763,1685,1732,1740,1731,1730,1729,1740,1736,1770,1776,1690,1796,1760,1756,1755,1719,1750,1785,1794,2573,1995,2348,2301,2712,2775,2275,2201,2215,2491,2217,2446,2406,2904,2331,2085,2492,3041,3155,2306,2510,2493,2488,2093,2730,2012,1883,2023,2108,1883,1817,1802,2362,2179,1905,1740,1782,2484,1835,1657,1672,1671,1763,1747,1759,1691,1630,1767,2086,2121,1570,1598,1646,1731,1648,1918,1573,1560,1705,1906,1837,1739,1891,1776,1567,1689,1563,1679,1571,1528,2119,1881,2033,1926,2029,2024,1973,2046,2009,1966,1963,2209,1721,1849,2189,2644,2553,2287,2171,3888,2097,1877,2289,2043,2093,2118,2613,1847,2144,1951,1901,2166,2336,2166,2062,2277,2756,3449,2458,3129,2775,2371,2163,2201,2099,1917,2358,2118,2328,2284,2253,1919,1813,1877,2448,2039,2103,2163,2361,2161,2053,2036,2298,2527,2205,1928,2049,2211,2205,2041,2533,2766,3945,1968,1888,2800,2384,2165,2245,2414,2284,1949,2342,2167,2744,3279,2689,2869,2226,2341,3453,2244,2687,2308,1606,1568,1560,1530,1524,2082,1888,2344,2413,2079,2207,1771,1661,1790,2441,1790,1753,1609,1694,2037,1669,1508,1590,1916,1937,1837,1992,2000,1563,1810,1689,1961,2296,1822,1806,1980,1618,1418,1432,1406,1915,1790,1641,1670,1616,1590,1587,1352,1326,1817,1606,1682,1402,1497,1591,1781,1632,1582,1431,1641,1404,1480,1697,1385,1409,1473,2139,1504,1423,1344,1483,1354,1513,1783,1572,1641,1550,1633,1544,1499,1357,1867,1919,1719,1378,1460,1392,1550,1381,1355,1844,1848,1844,1621,1481,1329,1839,1341,1811,1807,1805,1809,1808,1313,1821,1310,1926,1283,1928,1282,1912,1341,1365,1484,1378,1807,1882,1386,1395,1382,1382,1377,1389,1314,1880,1273,1756,1746,1863,1357,1325,1801,1798,1815,1809,1704,1773,1791,1761,1755,1756,1762,1794,1879,1217,1919,1385,1772,1775,1791,1843,1872,1449,1335,1868,1349,1352,1904,1855,1837,1865,1876,1466,1358,1857,1376,1798,1448,1958,1347,2012,1495,1316,1824,1896,1347,1856,1432,1318,1921,1413,1466,1371,1335,1811,1771,1868,1903,1398,1460,1385,1468,1442,1264,1834,1837,1300,1359,1880,1873,1862,1843,1422,1380,1852,1421,1651,1785,1870,1280,1802,1817,1775,1845,1329,1281,1845,1260,1801,1759,1836,1835,1800,1803,1869,1246,1759,1795,1824,1820,1820,1818,1369,1373,1879,1277,1783,1824,1809,1808,1813,1807,1763,1779,1728,1764,1779,1735,1720,1719,1709,1762,1760,1715,1706,1704,1725,1715,1727,1717,1711,1812,1758,1729,1714,1770,1790,1745,1851,1412,1618,1389,1339,1891,1384,1369,1934,1416,1427,1443,1425,1435,1456,1359,1804,1819,1337,1804,1812,1800,1751,1864,1478,1288,1772,1770,1828,1347,1338,1328,1831,1984,1524,1353,1809,1775,1720,1817,1275,1764,1313,1282,1756,1751,1781,1890,1450,1392,1254,1784,1840,1786,1870,1838,1362,1873,1382,1379,1370,1840,1324,1816,1346,1843,1401,1322,1776,1807,1850,1349,1274,1834,1453,1358,1900,1469,1420,1317,1864,1463,1364,1424,1440,1439,1330,1355,1903,1425,1310,1757,1749,1862,1411,1419,1414,1579,1603,1571,1439,1313,1904,1543,1593,1571,1582,1527,1525,1560,1545,1412,1411,1489,1379,1426,1412,1393,1382,1453,1494,1446,1445,1391,1355,1574,1490,1472,1411,1412,1394,1394,1437,1418,1466,1432,1586,1421,1433,1412,1412,1412,1440,1435,1479,1469,1430,1498,1379,1465,1496,1460,1460,1451,1443,1517,1463,1489,1349,1294,1681,1403,1400,1425,1411,1410,1448,1510,1619,1314,1934,1402,1403,1400,1426,1412,1411,1444,1469,2146,2266,1948,2267,2569,2018,2641,2171,2441,3016,2784,3117,2844,3069,2048,2583,2183,2368,3212,2048,2215,1940,2486,2259,2334,2226,2143,2343,2516,2210,2210,2329,2178,2430,2139,2381,2498,2722,2191,2363,1977,1936,2210,2306,2138,1897,2572,2444,2440,1928,2268,2113,2519,1895,1861,1964,1984,1949,1910,1904,2042,2040,1914,1898,1899,1908,1707,1824,2138,1860,1762,1703,1715,1701,1729,1897,1661,1738,1746,1522,1573,1622,1592,1592,1656,1730,1751,1771,1534,1508,1615,1656,1618,1616,1599,1750,2112,1797,2173,2108,1570,1936,1914,1914,2032,2268,2015,2015,2121,2140,1795,1926,2240,2576,2988,2885,2286,2629,2912,2836,2379,2245,3176,3097,2882,2298,2330,2286,2363,2087,2802,3143,3050,2645,2603,2318,2103,2244,2287,2461,2262,1625,1814,2001,1924,1925,2555,2531,2443,2411,2217,1848,2573,2528,2724,2283,2290,2527,2330,1681,1837,1840,2050,1805,1723,1567,1562,1533,1560,1523,1736,1639,1683,1726,1996,1782,1470,1405,1401,1371,1891,1702,1456,1410,1849,1908,1657,1490,1434,1409,1390,1649,1329,2028,1457,1432,1409,1788,1643,1552,1518,1617,2422,2088,2258,1289,2111,1718,1622,1525,1355,1569,1418,1567,1425,1335,1870,2086,1671,1414,1391,1787,1547,1935,1364,1360,1830,1412,1458,1290,1916,1470,1573,1750,1337,1860,1357,1956,1306,1964,1382,1871,1390,1697,1808,1924,1365,1505,1464,1423,1368,1361,1295,1366,1385,1285,1320,1470,1822,1329,1808,1806,1804,1655,1452,1828,1804,1788,1784,1783,1787,1919,1361,1513,1596,1303,1821,1770,1777,1765,1832,1376,1408,1383,1637,1816,1469,1316,1887,1302,1801,1868,1324,1731,1483,1702,1721,1716,1757,1798,1788,1807,1837,1779,1460,1366,1305,1789,1842,1323,1826,1819,1878,1360,1325,1425,1322,1829,1406,1329,1837,1796,1730,1794,2062,1770,1479,1359,1818,1922,1405,1395,1435,1461,1849,1720,1818,1817,1813,1779,1860,1453,1389,1299,1775,1346,1945,1367,1800,1845,1836,1835,1895,1316,1646,1626,1336,1336,1855,1361,1274,1840,1836,1940,2034,1787,1407,1339,1849,1389,1358,1357,1340,1907,1398,1951,1478,1367,1815,1840,1838,1834,1766,1827,1270,1726,1622,1330,1902,1313,1810,1893,1390,1343,1401,1453,1790,1415,1292,1824,1883,1371,1370,1353,1323,1344,1741,1688,1405,1280,1780,1772,1770,1762,1772,1827,1293,1751,1279,1836,1342,1316,1812,1795,1789,1849,1232,1717,1810,1755,1750,1749,1747,1761,1788,1338,1199,1433,1776,1752,1729,1732,1723,1723,1861,1315,1234,1349,1735,1718,1685,1654,1820,1259,1887,1364,1288,1627,1486,1861,1248,1822,1817,1816,1842,1480,1360,1614,1451,1275,1993,1510,1473,1554,1720,1756,1794,2394,2135,2765,2860,2603,2249,2481,2454,2321,2261,2407,2027,2159,2297,2371,2366,2647,2606,2533,2050,2003,2257,2335,2418,2487,2329,2372,2522,2370,2487,2324,2448,2967,2551,2213,2100,2559,2536,2686,2529,2449,2165,2369,2476,2366,2252,2685,2490,2490,2930,2845,2523,2486,2334,2048,2522,3900,2889,2245,1963,1925,1811,2237,2650,2408,2328,2325,2375,2243,2682,2898,2362,2371,2203,1968,1885,2245,2128,3049,2368,1812,1644,1610,1758,3095,2528,2321,2568,2368,2207,1951,2167,2208,2444,2329,2289,1918,2568,2208,2810,2215,2648,1722,1851,1840,1888,2322,2378,2476,2647,2056,2126,2609,2496,2361,2128,2524,2251,1928,2246,2207,2247,2369,2440,2207,1893,2120,1883,2612,2716,2009,2123,2406,2447,2767,2691,2689,3245,1757,2744,2007,2118,1721,2380,2206,2009,2092,2047,2085,2289,2284,2374,2239,2292,2128,2247,3450,2763,2574,3032,2461,2129,2047,2406,2811,2679,2288,1928,2051,1967,2109,2007,2323,2425,2410,2649,2328,3004,2531,2930,2448,2446,1712,2043,2243,1933,2210,1682,1730,1679,1534,1556,1522,2592,2564,2257,2048,2488,2113,2044,2551,2372,2163,2045,2371,2290,2604,2208,2323,1857,1651,1683,1801,1762,1781,2532,2445,2568,2290,2484,2369,2199,1791,2082,1963,2353,2453,2373,1833,1888,1833,2234,2523,2143,2734,2440,2806,2201,1914,2119,2281,2493,2678,2358,2445,2628,2066,1819,2428,2563,2048,1954,2031,2689,1806,2162,2250,3416,2321,2248,2370,2605,2606,2166,2493,2642,2768,2527,2489,2371,2450,2488,2286,2926,2204,2014,2557,2132,2363,2337,2402,2451,2968,2611,3532,1918,2424,2242,2245,2291,2288,2250,2323,2723,4169,2288,2450,2485,2489,2245,2133,2359,2235,1764,1935,1645,1571,1525,2007,2286,1970,1927,2496,2526,3367,2451,2272,1958,1971,1919,2054,2125,2210,1765,1966,1958,2046,2292,2047,2007,2199,2007,1847,2082,2837,2204,2894,3010,2039,2011,2140,1967,1922,1931,1850,1916,1977,1928,1875,1923,2328,2259,2044,1775,1955,2010,1898,2502,2009,1889,1963,1773,1964,2078,1814,1963,2252,2050,1851,1608,2380,2130,2043,1970,2128,2476,2132,2009,2238,1977,2206,1885,1958,1925,1853,2372,2298,2012,1996,2411,2440,2124,2128,2347,2647,2400,2362,2495,1981,1769,2205,2401,2414,2526,2286,2330,2050,2403,2777,1918,2275,2362,2486,2450,2652,2644,2168,3053,2200,2290,2803,2411,2410,2604,2459,2648,2567,2244,1964,2569,2449,2683,2448,3412,2409,3732,2769,3291,2448,2163,2322,2608,2490,2533,2688,2643,2528,2648,2651,2527,2767,2523,2648,2615,2207,2323,2493,3201,2648,2897,2245,2449,2443,2490,2643,2287,2249,2927,2409,2485,2453,2445,2605,2615,2244,3528,2807,2888,2409,2126,2252,2686,2688,2330,1961,1885,1852,2560,2214,2604,2684,2687,2496,4126,3372,2652,2403,2327,2370,2767,2163,3169,2529,2290,2083,1973,2525,2605,2608,2572,2602,3334,5097,2284,2125,3010,2090,2440,2328,2412,2609,2485,2327,2090,1921,1850,2279,2330,2491,2645,2489,2366,2845,3049,2971,2331,3124,2093,1925,2521,2132,2843,2892,2453,2277,2532,2331,2522,2369,2442,2371,2043,2291,2244,2727,1962,2333,2776,2196,2087,1791,2402,2647,2730,2522,2447,2610,2284,2368,2412,2444,2445,2408,2528,3094,2681,2534,2482,2408,2208,2329,2565,2457,2443,2485,2204,1919,1843,2584,2126,1966,2525,2365,2212,2683,2213,2612,1870,2289,1862,1810,1607,2131,2201,2846,2413,1961,1849,1769,1959,2605,2293,2489,2522,2535,2438,2780,2161,1891,2162,1701,1760,1762,1720,1677,2815,1964,2373,2365,2201,2531,1854,2593,2170,2604,2569,2570,2479,2894,2607,2612,2446,2362,1924,1577,1644,1739,2002,2184,2329,2644,2165,2054,1968,1769,2250,1805,1602,1529,1969,3160,2816,2284,2331,2569,1921,2269,2362,1980,3101,2644,2209,2726,1959,1911,1917,2445,2164,2363,2373,2567,2002,1885,1799,2247,1889,2363,2127,1938,2284,2302,2398,2253,1991,2218,2480,1964,2247,2249,2683,2088,2607,2414,2204,2286,3011,2361,2212,2642,2775,2691,2965,2531,2164,1886,1766,2206,2289,2449,2321,2486,2330,2324,2250,2009,2208,2446,2052,2043,1854,1587,2503,1696,2077,2085,2373,2364,2404,1768,2125,2377,2564,2531,2765,2368,2088,2400,2052,1922,3451,2211,2363,2404,2293,2007,2045,2444,2129,2487,2448,2255,2728,2251,2883,2967,2815,2643,2448,2899,2558,1924,1966,1921,2726,3252,2083,3575,2883,1851,2199,2289,2722,2893,2766,2607,2734,2367,2724,2216,1973,2058,2411,2690,2446,2564,2056,3386,2447,2421,2034,1974,1800,2322,2071,2572,2111,2495,2166,2085,2488,2052,2363,2526,2092,2330,2167,2084,2174,3091,2483,2931,2336,2362,1918,2172,2287,2242,2407,2295,2482,2480,2366,2729,2613,2450,2123,2731,2604,2607,2090,1806,1999,1860,1919,2298,2239,2249,2130,2282,1974,1734,1908,1880,1891,1882,1930,2084,1973,2004,1997,2054,1930,1920,2131,2166,1720,1604,1887,1634,1934,2374,1977,2246,1804,1840,2084,1933,2178,1724,1565,1825,1908,2233,1967,2056,2897,1694,2070,2480,2042,2073,2580,2120,2368,2612,2404,2133,2178,2270,2131,1776,1724,1757,1606,1917,2052,1731,1572,1559,1719,2475,1901,2294,2410,2287,2039,1757,1969,2200,1855,1988,2220,1925,1996,2019,1901,2054,1661,1807,2484,2452,2163,2203,2485,1947,2224,2008,1871,1803,2524,2452,2192,1988,1601,1677,2513,2024,1735,1733,1637,1813,1639,1722,1733,1949,1663,1685,1639,1617,1627,1578,1721,1568,1554,1852,1596,1525,1579,1403,1326,1927,1523,1516,1680,1925,1582,1562,1560,1521,1612,1785,1798,1782,2048,1732,1648,1471,1522,1450,1490,1364,1266,1822,1969,1982,1783,1817,1429,1358,1439,1390,1780,1731,1907,1824,1587,1644,1626,1576,1657,1755,1831,1336,1810,1553,1688,1577,1529,1884,1433,1448,1783,1796,1698,1862,1731,1678,1688,2059,2386,2013,1845,1924,2447,2269,2804,2607,2531,2847,2712,2383,2286,2769,2651,2604,2450,2365,2132,1842,2458,2293,3606,2407,2409,2336,2201,2697,2285,2765,2690,3047,2635,2504,2406,2609,2687,2208,3150,2613,2485,2106,2605,2886,2450,2411,2640,3055,2210,3454,2924,2299,2434,2407,3010,2713,2343,2665,2249,2785,3009,2127,2525,2168,2451,2484,2048,2085,2081,2210,2649,2242,2209,2446,2442,2569,2649,2488,2604,2288,2364,2212,2123,2326,2450,2571,2408,1929,1829,1849,1640,2206,2453,2284,2253,2403,2251,2205,2409,2724,2128,1847,1751,1601,1558,1815,2618,2004,2087,1969,2129,2047,2122,1809,2283,2126,1908,2004,1997,2020,1924,2126,2040,2046,2169,2286,2127,2008,1748,1931,2666,2608,2405,2689,2810,2566,3165,2856,2409,2068,2653,1881,1843,1638,2176,2088,2047,2253,2045,2009,2000,2005,2208,2204,2729,2849,2846,2252,2584,2204,2160,2374,1764,1720,1842,2087,2206,2246,2086,1937,1882,1807,1916,2140,2164,1835,1977,2037,1770,1967,1924,2043,1806,1845,1924,2259,1925,1887,2131,1882,1750,1607,2131,2207,2040,2448,2367,2323,3450,2680,2937,2487,2363,2161,1920,2999,1878,1814,1719,1612,1891,1707,1638,1644,1684,1893,1961,2084,1689,1931,1958,1886,1849,2322,2337,2035,2048,1853,1845,1966,2036,1726,1924,2410,1943,1894,2090,2243,2118,2131,2012,1756,1656,1882,1958,2246,1974,1878,1894,1965,2011,1965,1887,1806,1719,1690,1914,2377,1885,2457,2531,2361,2333,2245,2280,2536,1957,2047,2569,2610,2019,2699,2162,2428,1959,2417,1958,2017,2004,2164,2122,2011,2007,1803,1920,1727,1687,2090,2046,2120,2083,2055,2038,1930,2296,2001,2446,2004,2122,2006,1894,1879,1731,1959,2044,2459,2005,1879,1894,1994,2172,2285,2418,2396,2801,2205,2170,2320,2732,2567,2168,1915,2292,2564,2048,2656,1845,2215,2241,2647,2004,2377,2362,2529,2728,2527,1921,1572,1524,1720,1564,1532,1761,1838,1819,2041,2128,1938,2117,1725,1772,2431,2053,2112,1929,1844,2131,2602,2327,2893,2450,2079,1931,2568,2248,2326,4090,2729,2370,2333,1963,2128,2687,2530,2439,1793,1595,1804,1899,2493,2521,2287,2129,2160,1928,2016,2186,2497,2326,2449,2411,2004,2247,1688,1811,2159,2918,2404,2171,2322,2130,2291,2401,2215,1930,2595,2568,2531,2769,2443,2604,2650,2494,2285,1965,2048,1889,1968,1959,2004,2003,2773,1933,1958,2172,2238,1693,2081,2200,2402,2690,2410,1935,2039,1890,1960,1929,1888,1962,1801,1928,2084,1933,2228,2653,2476,2895,2729,2400,2854,2651,2563,2287,2473,2332,1883,1729,2179,2457,2184,1869,1968,2320,2967,3210,2214,2514,3491,2134,2257,2561,2249,1966,2051,1783,2004,1892,1922,1853,2084,1956,2049,2243,1608,1812,2561,1650,1685,1761,2177,2080,1731,1926,1801,2239,2298,1723,1966,2209,2243,2160,1976,1833,1649,1565,1653,1921,1850,2116,2052,1962,2251,2253,1998,1851,1686,1884,2371,2238,1806,1964,2195,2004,1985,2242,2768,2293,2531,2400,2527,1782,1956,2539,2254,2198,1974,2335,2284,1815,2315,2365,2051,2614,2323,2530,2250,2319,2532,3008,2449,2523,2330,2243,2810,2609,2168,2369,2648,2562,2576,2240,2532,2641,2528,2734,1881,1865,2513,2649,2447,2446,2448,2269,2373,3290,2052,2526,2613,2811,2362,2411,3050,2290,2327,2441,2126,1926,2412,2561,2133,2523,2051,2448,2291,4131,2414,2121,1853,1957,2127,2245,2492,2079,2455,2247,2012,1963,1888,1886,3047,2489,2488,2562,2526,2412,2296,2082,2444,2051,2608,2447,1920,2140,2284,2285,2323,3217,2364,1934,1799,2249,3012,3129,2566,2370,2688,2483,3574,2888,2445,2133,2206,2366,1692,2108,2002,2122,2131,1966,1866,2417,2608,2573,2614,2442,2134,2207,3199,2136,2039,1975,1887,2124,2442,2133,2609,2155,1897,1994,1886,1898,1917,1926,1680,2088,2050,2229,3683,2202,2293,2651,2242,2494,2527,2483,2534,2566,2230,2326,2171,1852,2043,1938,1875,2051,1960,2006,1777,2037,1974,1997,2009,2010,2086,2445,2603,2059,1770,1830,1794,1731,2060,1847,1851,2125,2082,2082,1929,2291,2157,2208,1846,2028,1691,2111,2730,2963,1854,2330,2320,2365,2096,1939,2035,2164,1930,1733,2080,2123,2569,1920,1942,2329,1966,2132,1880,1926,2061,2383,1768,1936,1724,1877,2126,2013,1962,2371,1918,2298,2486,2167,1967,2120,1808,2010,2050,2609,2244,2125,2004,2089,1960,2052,1884,1958,1651,2047,1847,1760,2533,1966,1929,2540,2486,2033,1943,1693,2001,1925,2003,2207,2048,1772,1806,1808,2081,1846,2753,2565,2169,2202,2325,2125,2372,2531,2647,2118,2332,2480,2286,2489,2611,2770,2603,2531,2486,2405,2249,2167,2175,2320,1928,2131,2004,1804,2207,2485,2523,2375,2319,2414,2447,2323,2534,2318,2453,2526,2567,2651,2528,2768,2650,2686,2365,2369,2447,2447,2844,4578,3004,2288,2089,1882,1846,2167,2856,2604,2216,1884,1597,1636,1847,2051,2207,2294,2517,3492,3217,2639,3335,5292,2934,2849,2562,2451,2892,2569,2727,2642,3819,2204,2444,2370,2324,2727,2731,2771,2526,2482,2166,2292,2163,2816,3161,2775,2930,2122,2051,2202,2566,2487,2528,2612,4208,2330,2329,2603,3213,2691,2922,2370,2410,2407,2366,2965,2333,2000,2287,2293,2487,2524,2850,2445,2325,2652,2085,2285,2575,2245,1968,2040,2208,2327,2525,2972,2725,2328,2250,2405,2772,2601,2530,2486,3334,3770,3254,2247,2601,2490,1853,1786,2666,2566,2568,2565,2450,2208,2405,3048,2571,2402,2129,2883,2496,4888,2493,2646,2089,2480,2649,2294,2482,2854,2964,2444,2610,2370,2525,2449,2608,2206,2373,2158,2732,1923,2612,2326,2768,2650,2489,2607,2321,2607,2369,2287,2125,2087,2493,2203,2368,2366,2413,3121,2218,2925,2853,2286,2441,2408,2088,2217,2688,2324,2684,2091,1767,1680,1615,2531,2452,2409,2568,2362,2526,3012,2289,2321,2175,1998,2059,1997,1966,2372,2037,2107,2245,1974,1921,2096,1838,1767,1931,2171,2250,2359,2404,2170,2206,2214,2447,2286,2408,2244,1885,1882,1605,1932,2278,2329,2286,2205,2245,2371,2083,2122,2540,2484,2404,1807,1839,2092,2769,2325,2565,2084,1887,1807,1559,1521,2003,1932,1768,2399,1931,1928,1920,1854,1882,1685,2323,1850,1844,1724,1924,1970,1965,2001,1805,2055,2001,1839,2015,2872,2363,2405,1984,2160,2123,2817,2446,2082,1974,2166,1847,2044,2169,2281,2041,1890,1848,2251,2279,1927,2213,2039,1933,1724,1929,1872,2019,2002,2289,2047,1836,1850,1851,1802,1806,1999,2008,1855,1838,2089,1968,2007,2610,2574,2446,2887,1894,2126,2560,2414,2566,2642,2130,1971,1879,1930,2088,1840,2330,2046,1967,1684,1802,1963,1933,1959,1967,2044,1804,1896,1926,2043,2045,2208,1845,1846,2282,1730,1919,2775,1969,2314,2132,2047,2200,1989,2325,2730,2367,1927,1844,1573,1842,1685,1887,1961,2136,1886,2035,2008,1887,1933,2288,1762,1919,1924,1951,2043,1774,1924,1876,2259,2492,2530,2684,2523,2346,2046,2132,2811,2200,2132,2553,2209,2652,2605,2569,2726,1753,1609,2286,2006,1888,2082,2326,2074,2523,2493,1977,1964,1810,1809,2317,1974,2042,2452,3008,2769,2209,1639,2165,2000,2011,2001,1963,1895,1919,1854,2321,3733,2165,1973,1721,1843,1803,1525,1893,1963,1887,1806,1566,1558,1531,1556,1572,1686,1999,1894,2086,2604,2013,1924,1956,2125,2051,1888,2051,1994,1735,1758,1682,2375,1882,1927,1722,1973,2124,2525,1991,1813,1846,2597,3003,2687,2413,2484,5093,2094,2645,2451,2081,2015,2242,1886,2181,2030,2044,1964,2161,2046,2132,2283,2052,2078,1819,1845,1842,1889,1924,1885,2654,2527,2532,2286,2567,2205,2159,1767,2829,1926,2195,2653,2575,2284,2571,2485,2361,2287,1930,1854,1865,2003,2008,1999,2326,2411,3569,2214,2247,2340,2050,1889,2241,1865,2632,3780,2412,2021,1841,1573,1560,1562,1531,1522,1568,1886,1883,2048,2004,1964,1919,2021,2529,2210,2246,2806,2284,2052,1995,2486,2491,2004,1831,2237,1885,1994,1765,2018,2402,2529,2232,1770,1596,2489,2250,1809,2080,2328,2091,1847,2202,3075,2164,1437,1604,1615,1955,1606,1809,1654,1518,1607,1568,1565,1567,1805,1637,1685,1729,1641,1518,1453,1402,1517,1602,1893,1652,2031,1896,2279,1890,1927,1563,2007,1973,2048,1886,2044,2211,1802,1868,1643,1935,1937,1688,1834,1970,2198,2129,2096,2554,2800,2369,2059,1777,2206,1614,1690,1907,1960,2125,1561,1961,1851,1723,1729,1593,1871,1614,1519,1600,1492,1936,1349,1942,1406,1447,1624,1563,1946,1585,1620,1832,1985,1386,1404,1403,1454,1801,1721,1603,1652,1686,1554,1447,1405,1348,1394,1557,2142,1526,2048,1734,1550,1415,1433,1463,1538,1676,1887,1678,1576,2169,1879,1816,1590,1567,2120,1651,1727,1731,1685,1849,1686,1645,1709,1612,2050,1839,1575,1631,1730,1647,1489,1430,1380,1432,1647,1655,1637,1613,1835,1534,1717,1648,1615,1828,1695,2114,2046,1924,2253,2007,1880,1927,2081,2056,2200,2003,2010,2053,2319,2417,1881,2222,1856,1887,1861,1971,2235,2773,2250,1921,1964,2456,2738,2329,1716,1971,2654,1852,2285,2454,2133,2278,2015,2694,2487,2518,2003,2045,1848,1965,2042,2293,1927,2090,1849,1994,1887,2011,2079,1984,1849,1674,1878,1818,1727,1880,1758,1765,1729,1735,1768,2196,1812,1726,1805,1449,1401,1883,1799,1605,1640,2131,1932,1756,1805,1687,1653,1720,1768,1611,1718,1850,1596,1619,1756,1573,1597,1734,1721,1639,1650,1671,1704,1548,1771,1480,1664,2146,1806,1977,1608,1631,1620,1564,1561,1794,1772,1647,1769,1753,1777,1635,1568,1750,1697,1806,2046,2765,2078,2534,3009,2126,1809,1701,1687,1635,1562,1695,1766,1920,1961,2052,1923,1813,2368,2324,2128,1889,1840,1804,1721,1924,2168,1931,1921,1929,2084,2010,2131,2449,2448,2200,1963,2147,2369,2559,2252,2054,2122,2448,2171,1717,2408,2050,1917,1922,1846,1686,1564,2413,2253,1921,1891,2379,2558,1849,1841,2199,2048,1881,1810,2400,1968,2293,2329,2174,2063,2457,2198,2057,2116,2125,2010,1808,1769,1724,2449,2007,1954,2013,1929,1924,1888,2080,1564,1603,1847,2011,1841,1813,2041,2030,2245,2134,2071,2414,2687,2245,2616,1732,1921,2425,1875,1770,1896,1876,1924,1735,1884,1887,1764,1997,2058,1885,1891,1800,1595,1897,2038,1524,1694,1559,1418,1403,1400,1400,1510,1733,1439,1573,1756,1790,1767,1775,1840,1961,1811,1471,2045,2609,1724,2091,2051,1637,1482,1603,1816,2008,2033,1812,2091,2104,1948,1765,2035,2139,2226,1930,1644,1708,1622,1669,1821,1727,1638,1763,1833,2623,1953,1976,2207,1943,2346,1916,1974,1885,2002,1922,2090,1822,1678,1473,2689,1925,1840,1747,1864,1768,1618,1918,2574,1806,1522,1703,1667,2206,2009,2296,2003,1861,1910,1609,1778,1624,1858,2287,1948,2153,2426,2050,1948,1777,1815,1878,1756,1931,1825,1742,1721,1659,1708,2232,1782,2063,2141,1876,1730,2003,1735,1825,1416,1333,2127,1571,1501,1794,1844,1641,1557,1697,1616,1559,1408,1403,1446,1420,1651,1649,1637,1897,1679,1579,1598,1572,1558,1549,2074,1516,1587,1636,1434,1447,1434,1489,1336,1798,1543,1550,1533,1911,1659,1517,1567,1472,1458,1314,1961,1443,1571,1452,1724,1740,2096,1783,1814,1633,1530,1558,1833,2019,1699,1719,1807,2227,2052,2050,2047,1995,2208,1997,2513,2288,2083,1894,2117,2016,2599,2850,2200,3410,2738,1958,2598,2050,2048,2490,2568,2447,2405,2285,2172,2440,2334,2845,2529,2528,2568,2443,2289,2570,2168,2729,2645,2527,2370,2328,2167,2039,2246,2283,3624,2558,2650,2934,2371,3087,2478,2410,2526,2409,2843,2296,2810,2273,2553,2155,2739,2105,2866,2647,2094,2223,2056,1931,1960,2083,2089,2493,2079,1921,1937,1963,2122,1962,2132,2002,2697,2731,2252,2040,2413,2404,2730,2604,2205,2254,1675,2889,2606,2805,1929,2081,2488,2147,1882,2171,2563,2416,2485,2208,2396,1996,2711,2061,2141,2328,2407,3046,3816,2484,2370,2287,2409,2328,2607,2249,1864,2049,2014,2391,2504,2855,2605,2089,2085,2053,2278,2772,2641,2493,2483,2567,2130,2043,2372,2242,2493,2574,2280,2154,1885,2014,2416,2408,2410,2210,1814,1690,1756,2050,2164,1935,1799,2087,2486,2171,2207,1843,2217,2528,2369,2092,2322,3248,2412,2060,2229,2237,1962,2399,2532,1887,2132,1771,2256,2487,2208,2401,2053,2324,1868,2609,2171,1912,1839,1809,2087,2776,2660,2514,2280,2816,2888,2926,2008,2201,2567,2375,2486,2686,2367,2329,2322,2935,2208,2728,3406,3128,2892,3207,2963,2285,1928,2047,2045,2123,2119,2967,2208,3447,2212,2111,2328,2690,2532,2644,4210,2571,2647,2488,2326,1981,2047,2007,1886,2325,2575,2607,2445,2204,2813,1891,1998,2083,1692,1681,1683,1724,1688,1886,1999,2086,2130,2490,2013,2607,2237,2249,2111,2895,3131,1966,2242,2214,2396,2177,2209,2378,2935,2493,2285,2539,2286,2328,2287,2363,2571,2727,2564,2370,1985,1898,2113,1968,2205,2088,1897,1846,1718,1609,1757,2471,2099,2204,2216,1807,2811,2652,2608,2326,2370,3166,2612,2246,2568,2241,2532,2328,3008,2603,2611,2086,2330,2406,2531,2359,2020,1887,2496,2495,2929,2003,2284,2297,2285,2371,2127,2241,2388,2124,2416,2285,2326,3086,2365,2731,2453,2074,2391,2528,2444,2496,2128,1841,2094,2007,2005,1972,2046,1963,2048,1682,1846,1924,1561,1533,1632,1927,1938,2318,2285,1759,2134,2278,2322,3416,2079,2004,1888,1840,1734,1605,1762,1767,1758,1851,1720,1886,1874,1932,1720,1651,1439,1403,1475,1875,2570,2369,2123,2170,2409,2325,2243,2051,1848,2069,2246,2125,2374,1724,1604,1729,1966,1842,1977,1842,2079,1921,1850,1853,1883,2083,1891,1955,1567,1529,1766,1722,1650,1921,1799,1712,1488,1430,1542,1565,1627,1578,1684,1873,1614,1649,1681,1779,1746,1642,1413,1406,1397,2086,1655,1646,1712,1697,1847,1719,1857,1603,1728,2116,1970,1803,1971,1797,1738,2399,2362,1926,2334,1870,1798,1616,1876,2356,2765,2581,2566,2296,2239,2087,2287,2768,2533,2328,2609,2961,2015,2041,2808,2724,2491,2163,1927,1585,1562,1848,2005,1965,1922,1926,1969,1890,1885,1845,1691,2153,2528,2525,2251,2568,2488,2607,2288,2491,2365,2277,2249,2692,2606,2086,2251,2141,1969,1972,2360,2658,2172,2085,1925,1886,2089,1850,2082,2172,2160,1894,2155,1696,1554,1728,2366,2096,2207,1877,1884,1977,1966,2115,2133,2737,2406,3253,2045,2045,1971,2242,2168,2126,2206,2129,2284,2171,2040,2117,2565,2615,2194,1929,2288,2567,2127,2648,2445,2694,2486,2202,2653,2768,2485,2532,2602,2210,2446,2967,2932,2889,2404,2365,2736,2359,2730,2285,2134,1921,2174,2322,2325,2167,2646,2525,2732,2486,2048,2325,1976,2083,2526,2285,1688,1920,1929,2120,2008,2005,1975,2397,1736,1682,1717,2551,2448,1804,2153,2605,2406,2103,3611,2483,2447,2888,2416,2364,2487,1887,2076,2249,2136,2288,1979,2405,2730,2529,2167,2028,2802,1976,2607,1883,2132,2405,2406,2244,1999,1889,1933,1803,1724,1843,1960,2045,2092,1840,1929,1937,1998,2775,1884,2006,2091,1806,1926,1668,2034,1774,1607,1592,1715,1815,1778,1840,1800,1892,1677,1807,2122,1569,1692,1596,1609,1771,1688,1711,1616,1794,1779,1673,1547,1618,2017,1840,1808,2127,1638,1487,1606,1759,1735,1638,1534,1562,1639,1879,1487,1417,2061,1691,1555,1645,1654,1605,2040,1609,1739,1598,1470,1699,1520,1602,1645,1599,1568,1652,1474,1571,1497,1591,2055,1638,1568,1652,1337,2074,1693,2198,1762,1806,2098,1767,1809,1750,2088,1885,1963,1860,1797,1763,1681,1881,1542,1591,1371,2045,1424,1480,1612,1669,1482,1610,1641,1493,1512,1487,1376,1959,1657,1637,1718,1844,1933,1955,1810,1643,1526,1996,1729,1685,1615,1728,1557,1649,1914,1493,1611,1714,1860,2195,1767,1684,1721,1646,1700,1564,1552,1652,1954,1810,2651,1575,1616,1530,2331,1803,1763,1882,1968,2134,2204,1967,1848,1794,1895,1895,1570,1880,1969,2334,2609,2205,2368,1883,1964,2133,1954,3137,1887,2034,2410,2126,1923,1926,1766,1838,1814,1836,1813,1848,2324,1928,2003,2203,1929,1650,1602,2504,2201,1965,2533,2329,2478,2695,2491,2045,2223,2482,2330,2402,2327,2569,1970,2246,2373,2406,2526,3409,2446,2533,2092,2401,3212,2572,2643,2319,2409,3086,2977,2878,2349,2372,2530,2366,2403,2085,2008,2171,2807,2247,2078,2330,2691,2687,3245,2652,2287,2964,2336,3330,2644,2844,2375,2405,1969,2290,2204,2766,2329,2727,2445,3218,2846,3005,2494,2364,2924,2452,2809,2408,3411,3524,2736,2287,2046,2207,2222,2201,2039,1979,2645,2441,3094,2850,3091,2303,1794,1653,1644,1799,1770,2423,2975,2526,2363,2328,2287,2129,3007,2326,2486,2171,2647,2528,2650,2489,2730,2723,2329,2237,1892,2727,2447,2206,1974,1618,1847,1849,1842,2247,2612,2406,2412,2444,2449,2567,2083,2655,2355,2169,2369,2442,2330,2809,2765,2451,2208,2045,1765,1801,2491,2406,2327,2327,2096,2478,2534,2205,2726,2646,2450,2125,2404,2934,2247,2529,2599,1924,2316,2607,2810,2647,2489,2364,2247,2051,2889,2684,2001,1837,2007,1925,2012,2411,2134,2428,2364,2405,2372,2650,3366,3010,2683,2608,2454,2398,2333,2612,2526,2643,2487,2567,2287,2129,2449,3011,2321,2730,2808,2770,2730,2490,3171,2809,2409,1837,1836,1812,2080,1942,1793,2103,2525,3124,2968,2331,3466,2726,2048,2082,2327,2285,2291,2682,2886,2693,2521,2127,2582,1972,2087,2088,2449,1918,1973,2012,2433,2165,2274,2482,2484,2485,2290,2209,2566,2084,2409,2163,2528,2615,2286,2132,1783,2004,2449,2732,3072,2689,3094,2408,1806,1842,1922,1810,2563,2180,1891,2243,2362,2375,2490,4043,2652,2129,2123,1889,1614,1902,2248,2015,2281,2481,2367,2066,1644,1870,1845,1967,1921,2136,2234,2207,2325,2487,2528,2522,1732,1966,1819,2255,2408,2016,1805,1685,1768,1804,1768,1683,1852,1957,1727,1894,1921,1931,1802,2330,2527,1686,1564,1774,2099,2271,1888,1768,2051,1914,1891,2278,2574,2402,3212,2568,1840,1729,1927,2046,2124,1962,2006,2014,1955,1805,1896,2156,2615,1931,1962,2271,2567,2206,2172,2391,2331,2331,2125,2243,2127,2491,2488,2401,2371,2565,2409,2404,3437,3708,2491,2272,2534,1738,3191,2448,2418,3087,2693,2407,2028,2421,3419,3043,3533,2804,2574,2574,2164,2205,2406,2371,2524,2773,2607,2292,2170,2797,2060,2459,4133,2320,2011,2010,2570,2604,2131,2166,3405,2977,1956,1699,1936,2005,2408,2360,2047,1963,2167,2367,2730,3333,2642,2612,2325,2207,2688,2008,1885,2313,2770,3328,2500,2357,2448,2571,2444,2370,2449,2605,2459,2361,2291,2205,2372,2249,2050,2051,1868,2242,2291,2329,2241,1964,1884,1882,2047,2171,2723,2128,1964,1775,1599,1930,1838,2132,1927,1959,1732,1805,2038,1928,1931,1876,2099,1845,1796,1928,1561,1857,1769,1703,1566,1809,1682,1805,1967,1798,2128,2161,1813,1958,2490,2369,1927,1924,1883,1897,2324,2486,2361,2004,2093,2045,2005,2132,2384,2239,2417,2601,1968,1884,1808,1877,1806,2496,2081,2604,2373,2367,2687,2088,2027,1879,1969,2148,2453,2479,2449,1849,2329,2127,2526,2918,2291,1960,1922,2001,2046,1973,2800,1816,2034,1815,1923,1932,1835,2158,2325,2412,3285,2567,2409,2167,1893,2212,2364,1927,2001,2316,2146,2087,1968,2010,1759,1856,1923,1720,2015,1886,1840,1851,2407,1955,2250,2086,2296,1841,1882,1842,2169,2046,1892,2126,1965,2044,2013,1872,1856,2206,1887,2330,1636,2403,2123,2493,2685,2202,2007,1927,2179,2167,2737,2806,2767,2572,2404,2211,3094,2408,2410,2443,2214,2033,2045,2015,1680,2083,1977,2086,2126,2560,1929,1844,1804,1966,1807,1809,1920,1889,1879,2138,2165,2373,2521,2092,2126,2093,2403,2443,2445,2293,2053,2313,2808,2966,2613,2208,2930,2604,2809,2808,2685,2247,2690,2364,2408,2534,3248,2363,2248,2485,2129,1891,1918,2532,2805,2412,2529,2568,2407,2527,2244,2325,2611,2570,2448,2200,2649,2172,2403,2370,2284,2369,2806,2166,2412,2602,2495,2007,1965,2330,2442,2612,3053,2161,1886,2528,1927,2327,1961,2334,2281,1853,1884,1847,1849,1965,2327,2483,2731,2451,2448,2639,2491,2287,2887,2649,2454,2523,2524,2767,2291,2370,2133,2235,2210,1928,1817,1853,1846,2309,2369,2448,2368,2928,2127,3132,2483,2245,2375,2287,2561,2814,2568,2325,2006,1924,2445,2246,2572,2725,2531,2570,2487,2131,2480,2852,1692,2562,2249,2203,1969,1960,3005,2709,2529,2459,2404,2524,1964,2425,2329,2285,2509,2661,3195,2745,2272,2272,2441,2367,1931,2528,1982,2505,2447,2167,1921,1773,1606,1945,2205,1920,2256,2327,2329,2433,2409,1777,2430,2248,2209,2122,1804,1847,1604,1738,2038,2498,2608,1609,1533,1556,1522,1494,2466,2562,2649,2375,2359,2597,2707,3935,2685,2209,2444,1967,1889,2123,2531,3046,2449,2209,1921,1883,2374,2484,1913,2130,2196,2385,2441,2927,2010,2174,1838,2591,2565,1931,2726,2368,2608,2289,2173,2202,1736,1733,1884,2496,2047,2241,2370,2690,2491,2447,1649,2121,1936,2002,2200,2288,2212,2090,1878,2491,1923,1852,1920,1922,1895,2236,2119,1864,1634,1720,1658,1677,1692,1768,1591,1740,1999,1879,1684,1738,2158,1727,1561,1645,1722,2021,1523,1643,2208,1682,1763,2044,1803,1738,1883,2279,1764,1569,1533,1543,1617,1560,1492,1592,1804,1804,1727,1728,1580,1591,1579,1527,1514,1730,1817,1950,1976,1648,1794,1487,1453,1512,1536,1831,1991,2086,1777,2203,2001,1845,1851,1807,1877,1844,1931,2211,3593,2822,1772,2001,2006,1804,1611,1722,1885,1523,1490,1476,1552,2033,1774,2051,1951,2219,1562,1759,2087,1602,1768,1680,1843,1728,2004,2209,2038,1767,1814,2003,2764,1853,2039,2009,1930,1960,1963,2703,2448,3650,3164,2616,2207,1980,1879,1932,2536,1899,2161,1946,2388,2640,1842,1680,1889,2011,1998,1811,1882,2533,1962,2084,2000,1889,1816,1753,2413,1561,1536,1722,1489,1608,2203,2202,1693,2044,1711,1697,1675,1690,1609,1769,1988,2805,2733,2728,3005,2566,2250,2687,2687,2933,2929,3051,2484,2924,2534,2249,2406,2446,2366,2282,2608,2410,2368,2525,2374,2560,2248,2930,2448,3609,2169,1976,2435,2129,2360,1977,2290,2368,1998,1808,1803,1842,2335,2277,2092,2640,2486,3292,3086,2449,2247,2369,2247,2572,2528,3049,4136,2442,2616,2476,2253,2207,2005,2305,1966,2246,3295,2525,2488,3097,2010,1798,2051,1729,1969,2327,2845,2772,2570,2133,2363,2808,2765,2609,3973,3296,2090,2288,2006,2763,1919,2178,2043,1564,1529,1553,1526,1572,1968,2007,2037,1727,1806,1921,1857,2074,2173,1963,2005,1975,2000,1973,2194,2693,2089,2011,1958,2140,3133,2644,2731,2171,2838,2974,2241,2458,2276,2773,2527,2691,2284,2187,2657,3042,3049,2691,2647,2651,2326,2327,2284,1974,2242,2097,2486,2044,2248,2207,2169,2723,3577,2159,2327,2169,2490,2809,2283,2250,2206,2405,2247,2210,3051,2563,2011,1910,2301,2521,2141,2086,1956,1927,1974,2438,1813,2010,2120,2167,1925,2041,2133,1963,1924,1805,2126,1852,2009,2045,1998,1854,2081,1920,1806,1842,2052,2003,1674,1508,1653,1764,1878,1575,1443,1568,1764,1794,2086,1768,1579,1932,2080,1890,2281,1973,2167,1957,1804,1928,1927,1815,2039,2416,1717,2170,2001,1846,1811,1726,1594,2088,2496,2001,2045,2042,2018,2237,2176,2162,2052,1962,1876,1981,1889,1961,2042,1919,2007,2050,2536,2000,2529,2252,2570,2845,2205,2171,1932,2125,1927,1853,1921,2204,1850,1771,1594,1573,1875,1955,1965,2443,1937,2349,2120,2389,2243,2466,2684,2038,1896,1923,1729,2204,1884,2136,2252,2081,2776,2323,2244,3411,2528,2530,1685,2122,2452,2222,2650,2730,2764,2332,2243,2255,3083,2524,2367,2635,2164,2126,1597,1532,1529,1564,1844,2234,2239,2375,2483,2080,2290,2241,2211,4732,1899,2568,2127,2087,2483,1940,2575,2528,2442,2008,1873,2124,1615,1966,2687,2047,2700,2371,2556,2367,2448,2852,2331,1848,2325,2165,1971,2214,1808,2283,1768,1842,1844,1842,1808,2203,1969,1842,2108,2398,2884,2287,3008,2014,2042,2089,1620,1849,2300,2442,2011,2223,2204,2131,1972,2443,2235,2049,2047,1973,1927,1876,1808,1808,1803,1803,1892,1961,1937,2082,1963,2050,2277,2010,2380,2121,2493,2486,2524,2694,2400,2011,3009,2770,2367,2411,2173,2282,2085,4255,2407,2088,2004,2249,3609,2529,2615,2239,1988,2313,2053,2481,3008,2301,2557,2570,2490,2325,2486,2446,2929,2850,2529,2329,2319,2333,2326,2205,2177,1948,1946,2095,2507,2771,2445,2451,2531,2446,2527,2569,2804,2495,2360,2007,2213,2084,2532,2882,2453,2569,2845,2244,2693,2769,2200,2093,1967,1881,1606,2051,2606,2201,1966,1889,1882,1769,2251,1844,2162,2251,1888,2534,2446,2408,2352,2088,2126,2432,2355,2085,1879,1574,1642,1923,1773,2086,2348,2529,2766,2568,2369,3208,2241,2251,2563,2410,2405,2574,2683,2489,3095,2121,1981,2053,2524,2569,2769,2446,2409,2448,2764,3288,2612,2605,2972,2125,2371,2445,2445,2245,2290,2812,2645,2731,2560,2851,2492,3084,2326,2691,2685,3011,3728,2332,2203,2729,2649,2731,2654,1961,2408,2564,2174,2201,2527,2452,2489,2485,2403,2413,2522,2814,2763,2254,2882,2370,2252,2606,3244,2133,2203,2044,1885,1813,2524,2406,2009,2285,2204,2412,2362,2213,2362,2049,2443,2171,2282,2411,2371,2440,2692,2485,2004,1845,2133,1887,2245,2445,2015,2238,2365,2763,2420,2363,2450,2044,2673,2506,2280,2247,2256,1971,2306,2553,2686,2608,2576,2442,2406,2288,2326,2054,2313,2366,2692,4038,2533,2247,2190,2277,1919,1580,2174,2105,2599,2648,2690,2450,1954,1929,1966,1926,2088,1772,2317,2094,1847,2452,2845,2488,2792,2694,2526,2770,2358,2186,1944,2426,1914,2211,2259,2328,1931,2241,2122,2177,2331,2009,2239,2451,2480,2170,2050,2115,2262,2210,1927,2085,2501,2609,2575,2559,2374,2168,2451,2763,2050,2323,2211,2170,2239,1967,1810,2095,1696,1657,1973,2564,2615,2481,2454,2527,2444,2607,2365,2493,2682,2450,2288,2248,2129,2444,2288,2929,2447,2125,1928,2290,2760,2373,2565,2608,2287,3046,2857,2282,2765,2855,2642,3176,2805,2328,2611,2568,2287,2442,2572,3205,2652,2523,2614,2566,2569,2329,2323,2131,3333,2601,2325,3137,2407,2082,2243,2212,2016,2250,2530,2162,2297,2653,2612,2566,2646,2133,2567,2884,2407,2612,2523,3087,2460,2360,2925,2454,2406,2610,2365,2610,2208,2162,1925,2581,2444,2210,1837,2256,2287,2288,2964,2725,2573,2802,2452,2727,2453,2603,2528,2208,2364,2532,2248,2319,2364,2653,3448,2732,2647,2402,2135,2280,2606,2287,2286,2810,2213,1921,1983,2269,2132,2032,3749,2292,2612,1951,3399,2604,2532,2605,2211,2085,2763,2371,2523,2414,2487,2253,2563,2809,2363,2576,2440,2815,3086,1923,2121,2687,2414,2359,2327,2090,2287,2284,2211,2247,2329,2644,2329,6419,3006,2570,2123,2168,3215,2203,2608,2686,2207,1964,1886,1808,2371,2405,2331,2447,2607,2561,2768,2809,2768,2611,2330,2290,2284,2009,2083,2489,2651,2003,1884,2017,1756,2251,4045,2612,2528,2964,3176,2525,3851,2493,2842,2248,2289,2090,2596,2731,2243,1890,1884,1882,2531,2443,2490,2174,2403,2404,2446,2364,2213,2522,2148,2080,2220,2566,2568,2409,2454,2421,1717,1573,1602,1526,1638,1966,1882,2170,2125,2000,2091,2201,1655,1843,2326,1770,1676,1731,1890,1720,2103,2344,1967,1921,2160,2063,2167,2322,1773,1565,2167,2195,2445,2606,3324,3083,2526,2017,1932,1878,2004,2636,2077,2035,2107,1953,1871,2007,1606,2035,1985,2190,2016,1852,2352,2606,2122,1991,2793,2440,2569,2534,2207,2199,2406,2732,3327,2411,2367,2289,2027,2520,2812,2368,2969,2403,2529,2326,2212,3086,2286,2408,2293,2438,2287,2283,2532,2967,2131,2642,2494,3003,1751,2006,1843,1978,2448,2608,2120,2240,2818,2451,2371,1957,2527,2171,2156,2040,2449,1968,1912,1960,2166,2092,1878,2139,2004,2201,1931,2299,2365,2412,2565,2131,2134,1849,1960,2253,1919,1887,2046,2451,2125,2053,1964,2124,1770,1763,1915,1611,1966,2091,2123,1930,2075,1971,1893,2084,2199,2571,2042,2010,1890,1922,2013,2278,1961,2094,2022,1870,1836,1574,1560,1823,1687,2044,2242,2334,2285,2405,2486,2376,2848,2489,2653,2285,2451,1874,2046,2497,2290,2201,2165,1765,2069,2252,1766,1961,2853,2289,2126,2331,2603,2490,1889,1968,2440,2416,2251,1921,1733,1871,2210,2000,2048,1924,1611,2123,1886,2005,2239,2170,2136,2546,2086,2884,2569,2143,1962,1770,1770,2123,2245,2697,3249,2249,1931,1887,2092,3764,2806,2529,2566,2655,2729,2044,1930,1854,2163,1963,1970,2279,2363,2128,2650,2602,2489,2534,2600,2530,2492,2642,2286,2369,2769,2611,2567,2850,2161,2293,2641,2257,2519,2615,2483,2244,2606,2420,2399,2530,2487,2012,2061,2305,2161,1957,2166,2531,1924,2006,2084,2249,2000,2165,2163,2125,1931,1682,1716,1973,2290,1805,1604,1604,2121,1649,1839,1935,1958,2416,1881,2159,2133,2041,1848,1847,1968,2532,2201,1968,2157,1854,1961,1807,2085,1892,1925,2222,2488,1753,1842,1718,1845,1927,1911,1722,1727,1809,1920,1930,1880,2493,2121,2050,2173,1999,1891,1886,1846,1962,2003,2322,1972,2196,2173,2164,2401,2575,2373,2082,2171,1935,2539,1916,2461,2199,1757,1691,2177,2100,1932,1919,1971,1763,1843,1803,2014,2443,2802,2247,2408,1847,2045,1975,2203,1770,1845,1957,1933,2325,2360,1930,2015,2041,1719,1485,1412,1514,1767,1964,1847,2576,2079,1924,1769,2363,2496,2766,2530,2485,2124,2027,2230,2196,2335,2570,2412,1959,2626,2337,3330,2449,1930,2445,2772,3447,2239,2893,2166,1889,2524,2175,2287,2932,2443,2451,2480,2732,2290,2367,1690,2210,2283,3169,2450,2364,2370,2406,2414,3968,2567,2411,2569,1856,2088,3128,2806,2647,2888,3696,2322,2072,2468,2627,2091,2074,2166,1966,2126,2401,2133,2524,2605,3293,4296,2761,2374,2407,2448,3055,2722,1968,1928,2359,2488,2369,2854,2003,1848,2128,2000,2331,3209,1886,1690,1599,1564,1534,1558,1693,1921,1920,1812,1917,1698,2127,1960,1888,1843,1925,1921,2218,2041,2042,1887,3008,1973,2326,2086,2050,1963,2827,2974,2161,2327,1893,2212,1737,1723,2035,2122,1969,2123,1850,1890,1796,1698,2007,2083,1960,2042,2100,2038,2332,2124,2765,2653,2567,2763,2575,2720,2501,2202,2206,2364,2654,2400,2338,2168,2486,2203,2489,2931,2763,2697,2119,2203,2121,1848,1679,1768,2892,2323,2567,2650,2159,2243,2280,3531,2447,2373,2567,2157,2326,2726,2364,2570,2571,2325,2002,1655,1641,1813,2183,2336,2283,2444,2446,3410,2327,2405,2130,1966,2082,2450,3412,2404,2924,2261,2359,2411,2443,2132,2190,2414,2444,2127,2612,2606,3088,2655,2771,2442,2083,2650,1965,2211,2166,2047,1605,1564,1565,1574,1557,1526,1894,1917,2244,2098,2077,2045,2092,2009,1756,1937,2506,2126,1845,2173,1834,1770,2130,2016,1841,1807,1846,1854,1921,2426,1729,2367,2559,1962,1845,2127,2047,2054,2240,2004,1890,1962,1845,1897,1806,1717,2134,2038,1974,1799,1566,1681,1728,1719,1889,1734,1955,1889,1934,1883,1803,1923,1761,1935,2613,2731,2522,2327,2283,2330,2450,1859,2560,2693,2285,2211,2286,2167,2284,2528,2565,2246,2091,2367,2248,2250,2449,2840,2322,2015,1840,1803,2330,1567,1887,2045,2043,1817,2046,2084,1920,1927,1852,2117,1729,1812,2205,1919,2504,2645,1974,2551,2494,2408,1823,2845,2594,3530,2648,1928,1846,1805,1964,2526,2174,2061,2643,2491,2483,2492,2567,3045,2092,2161,1790,1760,1645,1625,1643,1959,2370,1907,1854,1601,1561,1531,1557,1531,1768,1925,1915,1969,1966,1970,1923,2082,2050,1654,1800,2011,2478,1811,1882,1971,2200,1974,2002,2362,1890,2073,2479,2219,2445,1924,1970,1878,2473,2406,2239,2645,2649,2728,2608,2339,2078,2688,2495,2619,2006,2403,2568,2205,2170,2566,2284,2406,2217,2043,2420,2525,2363,2331,2408,2326,3004,3217,2086,2405,2089,2365,2128,2207,2409,2403,1905,2161,2451,2205,2527,2735,1986,2201,2190,2442,2494,2362,2371,2368,2521,2406,1844,1784,2571,2289,2610,2190,2163,1721,2046,2014,1958,2258,3129,2687,2726,2531,2012,2138,2290,2164,1823,2043,2299,1999,2412,2571,2164,2298,2234,2012,2199,2565,2492,2565,2765,2298,2365,2170,2065,2081,1897,2439,2606,3017,1955,2088,2004,2129,1968,1890,2051,2507,2776,2319,2247,2370,2854,2841,2615,2120,1985,1724,1928,2124,2171,2563,2170,2460,2611,1678,2107,2199,2488,2287,2326,2210,2301,2408,2684,2333,2281,2527,2212,2405,2049,2021,2386,1933,2084,1886,1690,1969,1596,1651,1610,1925,2202,1931,1834,1778,2028,2367,2406,1798,2075,1893,1930,1846,2117,2126,2134,2038,2055,1969,1803,1726,1525,1557,2222,1673,1608,1815,1554,1732,1724,1689,1710,1686,1659,1673,1761,1725,1854,2172,1644,1553,1593,1564,1534,1603,1723,2082,2057,2271,2566,2210,2000,1862,2510,1820,1975,1926,1795,1571,1557,1613,1920,1923,2370,1976,2154,2120,1958,1973,2678,1938,1632,2682,1733,1963,2406,3244,2383,2361,2202,2252,2408,2021,1933,1721,1781,1728,1694,2039,2007,1566,1531,1977,2290,2044,2363,2331,2483,2366,2495,1961,2049,2165,1882,2017,2088,2483,2369,2373,3443,2049,2807,2970,2165,1925,1811,1968,2571,2287,2080,2004,2285,1975,2598,3049,2211,2031,2161,1805,1647,1559,1804,2008,1930,1925,1686,1798,1606,1735,1804,1838,1815,1880,2524,2726,2446,2345,2127,3650,2407,2567,2611,2526,1924,2578,1651,2127,1920,2314,1965,1920,2008,2651,2562,2407,2529,2128,2006,2091,2086,2852,2127,2400,2532,1935,2002,2356,2940,2246,2520,2572,2110,2734,2281,2491,2164,2570,2331,3006,3091,2597,2366,3255,2006,3209,2531,2446,2292,1868,1761,1887,2445,2609,2532,2563,2809,2170,2091,2486,2085,2413,2641,2534,2570,2323,2209,2248,2208,2210,2645,2488,2774,2722,2124,1692,2284,2360,2252,2484,1726,1580,1822,1844,2447,2146,2079,2046,1973,2338,1848,1917,2050,1923,2017,1956,1924,2091,2525,2817,1926,2036,1857,1917,1883,1926,2209,1881,1932,1888,1886,1600,1604,2290,2041,1976,2036,1896,1963,2038,2217,2406,1968,2161,2687,2352,2237,2254,2087,2081,2202,2331,2252,1970,1964,1929,2006,1873,1809,2326,1927,1838,1841,1758,1743,1716,1760,1730,1918,1613,1761,1762,1622,1645,1667,1607,1816,1754,1499,1715,1771,1684,2130,1717,1655,1487,1429,1378,1397,1635,1810,1728,1685,1683,1734,1919,1638,1727,1998,2192,1645,1729,1851,1680,2087,1999,1778,1923,2348,2327,1967,2047,2363,3207,2452,2131,2004,1729,2090,1965,2326,3047,2486,2371,2208,2402,3137,2926,2402,2493,2884,1968,2526,2128,2132,2158,2531,2652,2526,1968,1925,1884,1797,2291,1902,2042,2047,2315,2323,2293,2365,2408,2770,2444,2414,2364,2244,2849,2692,2120,1915,1948,2326,2206,2043,2535,2369,2244,2277,2251,2208,2330,2523,2492,2848,2569,2401,2298,2683,2410,2291,2487,2730,2523,2449,2523,2127,2328,2325,2168,2292,2566,2454,2322,2246,2089,2250,2281,2607,2654,2810,3283,2615,2486,2442,2047,2287,2173,2199,2773,2166,2442,2371,2486,2493,3005,2530,2446,1969,2207,2126,2404,2369,2362,2334,3124,2612,2850,2245,2688,2103,2512,2607,2607,3082,2410,2252,2725,2612,2686,2249,2526,2168,2054,2013,1995,1971,1847,2001,1934,2003,2204,2174,2813,2291,2738,2445,2035,2473,2930,2403,2228,2191,2696,2285,2167,2804,2051,1855,1846,2481,2329,2524,2258,2891,2844,2484,2451,2207,3053,2971,2645,2532,2366,2369,2356,2454,2404,2058,2419,2100,1927,2197,2165,2366,2493,1924,2605,2041,2690,2132,2051,1959,1920,2449,2528,2328,2244,1886,1805,1882,1930,2341,2383,2446,2330,2092,2645,4567,4696,2815,2721,2368,2804,2370,2610,2407,2198,2165,2085,2128,2490,2411,2081,2527,2691,2765,2459,2374,2096,2115,2651,2727,2649,2128,2359,2359,1875,2381,2024,2598,2850,2605,2208,2366,2683,2575,3129,2409,2283,3412,2531,2965,3371,2736,2759,2453,2369,2047,2289,2889,2454,2566,2724,2246,2212,2134,1908,1922,2290,2367,2348,2045,2327,2692,2275,2286,1979,2126,2080,2014,2046,2199,2088,3535,2408,2326,2073,3094,3096,3615,2370,2083,1799,1793,2448,2730,2766,2647,2096,2635,2523,2285,2130,2268,3037,2045,2320,5251,2367,2647,2527,2689,2651,2611,2881,2331,2810,2204,2003,2005,2487,2209,2083,1970,2561,2405,2337,2136,2093,2330,3285,1936,1688,2360,2892,2643,1947,2044,2489,2451,2242,1802,2517,3498,2522,2731,2087,1895,2965,2775,2282,2292,2408,2243,2115,2007,1808,1876,2141,1776,1829,2156,1939,1637,1934,2169,2587,2140,1964,2432,1971,2073,2257,2033,2409,2368,2484,2366,3294,2612,2564,2647,2489,2164,2211,3003,2290,2488,2368,2606,2406,2330,2326,2492,2605,2442,2289,2287,2131,2363,2891,2446,2403,2093,1739,2238,2412,2769,3088,2525,2287,2324,2169,2290,2684,2691,2810,2291,1618,1729,2210,2229,2602,2763,2016,2326,3329,2445,2612,2138,2519,1913,1808,1804,2251,2974,2480,2618,2129,2372,2195,2367,2670,2314,2128,1976,1933,2171,1962,1957,1728,1883,2015,2001,2046,2056,1960,1804,2083,1965,1967,2126,2382,2095,2758,2413,2322,2412,2363,2453,2443,2489,2363,2320,2335,2247,2113,2551,2128,2493,2646,2340,1959,2091,2081,2005,1933,2000,2260,2327,2167,2034,2054,1920,2093,1860,1966,1924,1883,2167,1960,2212,2205,2325,2125,2611,2156,2557,1965,2814,2211,2081,1840,1974,2006,2210,1995,2088,1975,2037,1886,2016,1917,2093,2202,2002,2096,1758,2301,1931,1690,2222,2203,2129,2148,2013,2081,2293,2332,2161,2243,2056,2158,2215,2000,2091,2013,2563,2526,2116,1915,2116,1966,2321,2026,2194,2053,2309,2441,2003,2140,2087,2540,2037,1928,1970,3113,2247,2203,2366,1939,2433,2282,2412,2180,2158,2209,1890,2004,2611,2285,2407,2367,2129,2085,2012,2122,2600,2373,2281,1985,2403,2165,2530,2728,2523,2614,2367,2244,2288,2287,2529,2651,2445,2288,2252,2488,2247,2262,1836,1857,1940,2406,2649,2490,2324,2290,2331,1961,2367,1905,1926,2004,2091,1887,2005,1927,1961,2442,2114,1805,1968,2482,2730,2048,1921,1851,2528,2121,2408,1900,2386,2561,2893,2362,1828,2182,2404,2292,2798,1532,1576,1772,2532,2366,2365,2095,1993,1922,1648,1726,2087,2608,2807,2329,2602,2445,2413,3088,2693,2526,2407,2212,2124,2009,2079,3039,2349,1602,1561,1532,1556,1968,2052,1846,1962,2089,1926,1927,2124,1929,1955,1806,1979,1958,1842,1735,2020,2609,1945,1939,2074,2160,1814,1787,1732,1443,1407,1775,2310,2010,1832,1672,1557,1701,1472,1388,1301,1439,1689,1521,1532,1536,1815,2019,1442,1390,1386,1503,1338,1590,1612,1674,1531,1486,1727,1400,1435,1537,1403,1875,1371,1493,1478,1332,1911,1356,1341,1298,1791,1756,1356,1461,1820,1349,2008,1936,1336,1820,1779,1734,1492,1377,1509,1913,1482,1565,1580,1466,1510,1678,1654,2037,1673,1658,1708,1796,1694,1730,1761,2524,2253,2005,1885,1890,2068,2002,2519,2601,2450,2789,2004,2010,1966,1965,2207,2635,2118,2538,2380,2812,2403,3046,1959,2446,2095,2007,2036,2016,2608,2799,2846,2469,2443,2794,1991,2202,2099,2446,2326,2133,2562,2534,2168,2399,2332,2366,2083,3296,2528,2807,2373,2808,2253,2846,2527,3178,2680,2293,2765,2205,2251,2723,2811,2413,2284,2604,3410,3334,3452,3294,2527,2406,2486,2493,2407,2804,2450,1883,2336,2293,2323,1895,2204,2081,2367,2448,2324,2354,2038,2936,2651,3088,2405,2085,3167,2215,2408,2409,2407,2729,2683,2687,2608,2735,2928,2089,2364,2522,2214,2401,2533,3322,2164,1964,1631,2260,2604,2420,1645,2160,1850,2567,2253,2005,1956,2174,1848,2116,2732,2204,2401,2761,2093,1991,2867,2149,2285,3966,2328,2006,2202,1946,1693,2009,2126,1966,2236,2568,2283,2319,2577,2399,1879,1926,2093,1913,1977,1969,2397,2049,2326,2042,2290,2006,2323,2650,2567,2768,2213,2176,2859,2246,2088,2847,2487,2129,2243,2042,2690,2571,2405,1966,2020,1806,2091,1918,1892,2604,1922,2367,1935,2085,2408,2183,2447,2334,2008,2528,2470,2724,2606,2496,3685,2802,2530,2214,2440,2807,2128,2287,2727,2729,2529,2486,3090,2250,2768,2484,2332,2401,2327,2251,2966,3050,2693,2480,2575,2040,2212,2404,2691,2487,2529,1962,1887,1924,2607,2244,2369,2326,2449,2607,3136,3046,3689,2408,2168,2292,2525,2407,2409,2563,2847,2251,1924,1926,2366,2410,2040,2060,2011,2171,2324,1933,2086,2318,2291,2604,1848,2287,1765,2060,2138,1886,1919,1771,1802,1922,2213,2272,2087,1689,1650,1558,1970,1676,2218,2077,2712,2324,2452,2882,2294,2282,2366,2692,5171,2411,2244,2087,2773,2486,2246,2198,2616,1594,1534,1636,1526,1805,2204,1847,1935,2039,1965,1855,1846,1964,2422,2282,2014,2042,1680,1849,2336,1929,1836,1937,2238,1889,2281,1773,2283,2245,3096,2009,1836,1892,1887,2063,2160,2040,2529,2163,2068,2410,2089,1926,2061,2000,2389,1964,2126,2136,2405,2063,2042,1727,1927,1969,2045,2119,2050,2170,2117,1897,2199,2512,2255,2046,2049,2243,2049,2376,1801,1961,1722,1971,1650,1915,1612,1924,2125,2170,2243,2083,2013,2002,2006,1969,2169,2491,2253,2405,2268,2297,2445,2200,2371,2525,2725,1857,1710,1676,1980,2668,2523,1894,1857,2006,2003,1971,2238,1929,2538,2373,2325,2362,2444,2649,2134,2017,2043,1692,1799,1601,2167,1696,2078,2006,2127,1921,2054,1889,1848,1998,2163,2050,1970,1969,2520,1801,1888,2126,1895,2042,1799,1886,2048,1852,2124,1723,1643,1928,2007,1818,2244,1944,1813,1889,1845,2690,2078,2003,3054,2252,1920,1882,2046,2051,2054,2083,2005,1920,1966,1815,1922,2038,3775,2372,2046,1729,1670,1894,2363,2289,2082,1893,1924,1919,1886,2370,1961,2085,1891,1845,2333,1926,1681,1574,1471,1532,1644,1569,1525,1718,1842,1648,1608,1484,1386,1395,1733,1560,1569,1516,1541,1471,1342,1400,1592,2223,1689,1627,1520,1523,1655,1407,1773,1763,1764,2047,1783,1433,1555,1499,1640,1434,1328,1339,1285,1772,2022,1891,1754,1414,1518,1570,1515,1561,1334,1811,1838,1604,1605,1370,1355,1263,1820,1802,1802,1819,1446,1467,1495,1378,1393,1499,1828,1314,1829,1360,1419,1706,1311,1789,1475,1430,1818,1711,1609,1559,1667,1485,1340,1959,2028,1517,1913,1607,1591,1593,1677,1634,1618,1686,1630,1609,1691,1674,1703,1463,1469,1471,1726,1691,1640,1565,1638,1901,1999,2037,2284,2134,2127,2009,2166,1693,2207,1765,1887,1760,1840,1928,1970,1949,2059,2054,2199,2606,3023,2647,2105,1959,1974,2271,2537,2806,2404,2074,2085,2155,3269,3536,2475,2523,1969,1800,2450,2754,2179,1969,2382,2382,2042,1917,1920,3005,3735,2326,2895,2321,1804,2049,2354,2310,2383,1976,1837,2163,2146,2487,3127,2452,2892,2771,1956,1891,1891,3326,1999,1972,1647,2123,2251,1726,1566,1679,2410,1932,2273,1978,1963,1966,1838,2255,2486,2093,2293,2446,2685,2083,1724,1900,2086,2014,2154,2216,2410,2166,2602,2246,2168,2487,2368,2010,2405,2933,2131,1957,1858,1930,2442,2255,2199,2930,3373,2491,2480,2097,2409,2409,1979,1890,1732,1878,2244,2288,2240,2268,2371,2042,2257,2201,2485,2669,2187,2443,1958,1961,1798,1655,1648,1924,1922,1928,2409,1956,1975,1844,1844,1688,1961,1723,1846,1700,1605,1724,1838,2250,1681,1687,1638,1776,1921,1849,1805,2208,1640,1450,1432,1936,2041,2288,2093,2084,2043,1726,1694,1595,1522,1720,1696,1809,2034,2251,1944,2004,1973,1960,1848,2167,2365,2132,2406,1964,1807,1885,1817,1755,2041,1813,1837,1974,1797,1718,2217,2200,1887,1673,1603,1600,1538,1647,1750,1941,1847,1753,1926,1972,1926,2083,2434,2974,2453,2488,2204,2372,2063,2368,2693,2091,2063,2445,2218,2641,2690,2330,2082,2441,2290,2490,1848,2246,1923,1880,1851,2038,1904,1963,1889,1800,2049,2168,1927,2328,3247,2085,1894,1918,2136,1886,1836,2170,1724,2090,2174,1720,1695,1997,2246,1727,1876,2052,1966,2042,2118,2250,2241,1846,1881,1967,1562,1651,1846,1844,1999,1935,2365,2647,3086,2529,4449,3456,2244,1887,2361,2481,2163,1950,2129,2644,1978,2505,2723,2771,2174,2110,2124,2413,2119,2005,1923,1929,1767,2182,1925,1961,2401,2372,2372,2228,2379,2696,2524,2492,2730,2242,2248,2527,2280,2891,2289,2488,2647,2613,2965,2373,2325,2050,2222,1695,1597,1527,2005,2046,2047,2007,2451,2732,2200,2251,2569,1986,2309,2287,2240,2253,2323,2489,2563,2203,2491,2013,2242,2001,1743,1719,2165,1803,1726,2042,1726,2412,1684,1852,1843,1927,2200,1611,1711,1609,1524,1497,2203,1798,1765,1896,1959,1967,1932,1800,1711,1918,1572,1689,1718,1572,1846,2001,2290,1999,2133,1771,1888,1882,1888,1958,1890,1997,1850,2094,2042,1961,1975,2035,2049,1889,2373,2218,2680,2683,2006,1945,2092,2129,1919,1892,1956,1969,2009,2000,2132,1923,2097,2526,2361,1922,1728,1650,1562,1681,2138,1882,1725,1801,2283,1929,1964,2116,2241,2734,2369,2321,2891,2935,1810,2426,2325,3372,1839,2075,1964,1971,2129,1923,2048,1888,1928,2083,1609,1836,2933,2770,2527,2563,2450,2410,1990,2052,2121,2220,2642,2572,2525,3130,3051,2963,2608,1963,1885,2004,2128,2118,2503,1911,1734,2084,2160,2824,2660,2076,2090,2125,2011,2159,2177,1876,2367,1813,2197,2134,1970,1844,1885,1889,1881,2612,1921,2005,1891,2035,1896,1883,2004,1923,1846,1967,1806,2122,2775,2528,2763,2091,2450,2107,2322,1813,1966,1715,1616,1763,2038,1925,2017,2408,1960,2008,2080,1936,2380,1884,2482,1970,2327,3129,2163,2619,2489,2124,2450,2204,2649,2842,3002,1938,2252,1811,1638,1927,2430,1818,2195,2005,2256,1919,2124,2130,1813,1954,1891,1850,2049,1960,1921,2334,1890,1959,2204,2052,2766,1845,2126,1872,1925,1958,2332,2036,2174,2091,2689,2484,2524,2476,2447,3446,2488,2426,2364,2362,2330,2090,2288,2888,2493,2600,3569,2245,2494,2483,2222,2002,1986,2127,2274,2082,2326,2646,2526,2211,2003,2573,2973,2328,2480,1879,1841,1886,1964,1965,1845,1692,2472,2657,1916,2566,1967,2161,1805,2174,2241,2254,2132,2565,2371,2485,2886,2214,2008,2605,2578,2209,2604,2771,2564,3209,2969,2447,2376,2603,2614,2173,1817,2418,3215,2367,2283,2528,2774,2401,2891,2445,2490,2527,2208,2775,2406,2324,1975,2201,2207,1851,2135,1801,2295,1724,1710,2325,2649,2369,1921,2460,2205,1911,1966,1927,2092,2041,2978,2332,2171,2408,2327,2013,2205,2329,2487,3046,2570,2728,2093,2069,2015,2047,1960,2053,1959,1882,1854,2329,1864,2000,1901,2094,2368,1684,2075,2249,2207,1685,2005,1966,1884,1809,1692,1931,1898,1708,1726,1620,1955,2008,1853,1685,1801,1844,1767,1611,1600,1637,1617,1431,1536,1554,1527,1647,1971,1642,1565,1569,1722,1726,1676,1738,1482,1478,1401,1375,1763,2137,1776,1919,1648,1641,1764,1685,1855,1842,2208,1883,1800,1726,2010,2043,1767,1813,2122,2040,1692,2044,1731,1959,2166,2045,1847,1972,1725,1678,1444,1458,1567,2112,1535,1721,1688,2267,1967,1775,1730,2015,1966,1846,1810,1778,1807,1685,1712,1977,2531,1558,1490,1469,1605,2011,1724,1808,2089,2046,1600,1493,1478,1528,1727,1597,1617,1637,2162,1574,1647,1598,1677,1727,1967,1725,1659,1835,1847,1453,1429,1619,1591,1611,1722,1817,2031,1700,1720,1522,1682,1590,1530,1719,1613,1635,1609,1741,1801,2253,1601,1571,1672,1441,1530,1599,1603,1640,1804,1571,1529,1635,1708,1557,1686,1629,1513,1638,1461,1686,1844,1924,2046,2414,1963,2042,2046,1933,1881,2410,2173,2493,2607,2213,2526,2679,1973,2045,2141,1754,1767,1735,1957,1965,2136,2717,1812,2284,1964,1973,2039,2018,1725,1802,2810,2575,2485,1973,2214,2690,3574,2645,2570,2762,2528,2171,3084,2127,2450,2247,1721,1611,1770,1853,2163,1734,2112,2048,2041,1997,1816,2943,2331,2562,2353,2287,2084,1653,1881,1883,2015,1797,2009,2368,2238,2219,2124,2327,1845,1920,2048,1932,2161,2209,2483,2003,1928,2042,2008,2206,2573,2685,3046,2412,2432,2283,2442,2489,2566,2769,3046,2214,2035,2004,1934,2206,2012,2082,2009,1837,1573,1836,2009,2044,1855,1803,1998,2169,2009,1998,2415,2324,2043,1931,1651,1797,1970,2046,1722,1963,2539,2085,2004,1921,1934,1999,1883,1929,1764,2047,2805,2611,1930,1605,1845,2087,2769,2532,2485,2566,2325,2253,2207,2565,2291,2359,2365,2133,2196,2349,2094,1835,2053,2264,2448,2516,1939,2241,2290,2412,3008,2406,3854,2402,2812,2331,2046,2447,2687,2696,2521,2648,2284,3330,2736,2528,2447,2443,2252,2728,2689,2078,2336,2049,2035,2369,2007,2931,2848,2726,2007,2325,2291,1933,2359,2380,2160,2249,2404,2295,2645,2724,2454,1885,2088,2045,1721,1593,1644,1931,2251,2077,1845,1847,1894,2265,2494,2040,2427,2570,2528,2293,2047,1987,3389,3288,2246,2088,1852,1843,2713,2250,3446,2613,1598,1532,1557,1496,1804,2164,2397,2645,2283,2136,2238,2707,2533,2731,2483,2049,1888,1655,2273,3253,2687,2601,2046,2248,1896,1875,1872,2249,1982,2057,2048,2606,2411,2137,1798,1967,2252,2618,1556,1894,2289,1838,1927,1886,1926,1760,1883,1849,1775,2407,1634,1810,1885,1853,1798,1846,2030,2435,2016,2323,2034,1879,2015,2033,2532,1930,2111,2105,1877,1892,1967,2006,1964,1802,2005,2010,2761,2199,2167,2008,1999,2209,2296,2041,2290,1800,1964,1967,2043,1884,2210,2267,2280,1973,2918,2615,2012,1825,2444,3244,2620,2561,2368,2487,2527,2608,2444,1884,1838,2173,2407,2441,2049,2011,1718,1650,1685,1642,1809,2163,2085,1967,2011,2000,2737,2282,2853,2326,3203,2493,2929,2442,2613,2484,2108,2050,2496,2855,2601,2213,2408,2404,2846,2087,2370,2647,2926,2450,2724,2608,2411,2527,2411,2168,2489,2853,2148,2446,2132,1967,1946,1773,2445,2162,1689,1878,1689,2355,1846,1686,2630,2162,2611,2610,3084,2173,2442,2165,2048,2458,2271,3088,2409,2252,2645,2681,2768,3854,2373,2089,2929,2360,2292,2602,2402,2003,2128,1966,2042,1890,2204,2319,2120,1930,1840,1850,2089,2120,2210,2085,2129,1846,1924,2331,2128,2240,2011,2120,1695,1716,1683,1493,1768,1912,2458,2521,2138,2209,2289,3327,2281,2135,1962,2450,1677,2692,2125,2405,2250,2245,2289,1814,2173,2324,2283,1563,2770,2490,2447,2284,2129,2443,2733,2448,2281,2413,2323,2330,2493,2568,2368,2360,2495,2481,2369,2405,2287,2376,2105,1917,2338,1884,1848,1926,2932,2842,1969,1882,1852,1881,1963,2376,2246,2245,2283,2444,2453,4414,2605,2605,2455,1920,2485,1922,2293,2405,2968,2085,1891,1882,1840,1885,2325,2211,2207,2247,2375,2206,3287,2768,2609,2289,2724,2647,3935,3084,2849,2654,3172,2480,2369,2525,2849,2449,2526,2527,2608,2496,2603,2644,2572,3931,2252,2164,2544,2045,2371,2727,2528,2369,3131,2485,2446,2404,2090,2114,2723,2207,3249,2414,2809,2366,2129,2762,2204,2534,2528,2400,2371,3571,2412,2327,2322,2250,2603,2410,2167,2369,2562,2530,2289,2611,2359,2375,1841,2605,2334,2158,2329,2332,1968,1961,1814,1845,2478,2647,2366,2403,2295,2592,2558,2647,2003,2008,2172,2603,1892,2442,2254,2047,1902,2042,4743,2531,2571,2651,2052,2883,2450,2768,2525,2526,2092,2205,2245,2688,2129,2285,2331,2199,2170,2365,2161,2700,2437,1725,1771,1809,2322,1968,2289,2331,2807,2483,2003,2571,1931,1999,2332,2564,2489,2326,2291,2324,2651,2200,3496,2686,3126,2174,2084,1991,2035,1817,2243,1887,1673,1841,1812,1841,1851,2169,1920,2085,2010,2180,2698,1836,2096,2474,2047,2128,2371,2599,2852,2806,2373,2606,2451,3125,2563,2009,2567,2652,2357,2492,2007,2362,3057,2803,2289,1969,1882,1798,1736,2006,2762,2332,2284,2045,2045,2093,2319,2167,2976,2038,2370,1928,1568,2129,1831,2549,2567,2363,2286,1893,1882,1843,2131,2647,2449,2407,2328,2206,2366,2604,2249,3129,2564,2247,2571,2207,2563,2453,2563,2530,2488,2446,2413,3287,2648,2644,3015,2443,2409,3048,2571,2289,2526,2448,3127,1723,1824,1892,2081,2531,2287,3048,2364,2207,2619,2043,2288,2329,2564,2331,2324,2329,2609,2287,1952,2195,2762,2530,1952,1893,2280,2004,2142,2459,1927,2557,2485,2411,2331,2291,2284,2321,2323,2027,1821,2368,2153,1888,2319,1977,2120,1922,1805,1605,1947,2015,2196,2328,1970,1766,2221,2365,2693,2526,3490,2691,2406,2846,2046,1644,1997,2606,2445,2249,2403,2087,1887,1970,1843,2321,2255,2204,2449,2365,1929,1817,2199,2315,2774,2041,2299,2282,2364,2568,2614,3011,2322,3282,2331,2608,2202,2479,2097,1973,2623,2492,2359,3700,2115,2659,2764,2254,2365,2644,2487,2169,2046,2359,2700,2398,2299,2522,2524,2132,2558,2292,2343,2389,2607,2446,1891,2212,2127,3288,2206,2651,2204,2163,2166,2252,2246,2443,2294,1820,2128,1938,2657,1917,2128,1771,1963,1880,1686,1647,1894,2005,2123,2164,1973,2330,2167,2254,2680,2448,2080,2606,2055,2085,1921,2052,2049,2671,2489,2605,2133,2089,2077,2607,2050,2656,1994,2007,1853,2045,1724,1883,2576,2026,1966,1973,1994,1985,2307,2341,3810,3290,3087,2452,3094,2963,2493,2321,2529,2367,2058,2038,2482,2363,2451,2254,2322,2369,2562,2602,2172,2847,2563,2608,2055,2000,2488,2720,2277,2161,2483,2051,2881,2329,2252,1960,2166,2005,1805,1962,2326,2493,2157,2526,2092,2081,2683,2562,2173,2609,2204,1923,1881,2172,1889,1999,2048,2368,1971,2437,1727,1554,1842,2004,1802,1979,1875,1687,2137,2084,2209,2000,2253,3124,2287,2369,2051,2366,2361,2211,2812,2365,2693,2200,2210,1845,1851,2245,1768,1765,1688,1962,1927,1850,1846,1605,1608,1722,1883,2152,2163,2053,1946,1880,1991,2133,1777,2434,2097,2345,1686,1748,2291,2070,2023,2009,2241,2258,2215,2003,1729,1646,2214,1915,1736,1679,1802,2002,1856,1764,2083,2054,2025,2400,2006,1899,1645,2173,2147,2259,2212,2236,2124,2131,2106,1598,2015,1682,1697,1797,1619,1674,1710,1507,1562,1573,1791,2211,2128,1568,1870,1617,1490,1471,1692,1759,1933,1729,1630,2092,1958,1953,1635,1744,2020,1743,1892,2118,1698,1748,2108,1659,1968,2093,2089,1622,2147,2006,1498,1474,1620,1574,1489,1496,1998,1658,1708,1827,1888,1402,1499,1430,1503,1474,1957,1455,1625,1341,1350,1900,1962,1508,1652,1449,1743,1343,1497,1486,1399,1405,1407,1973,1444,1321,1563,1441,1609,1414,1338,1889,1283,1889,1744,1836,1821,1380,1605,1486,1452,1566,1366,1260,1837,1315,1742,1847,1463,1625,1478,1327,1805,1796,1838,1834,1834,1620,1374,1381,1356,1388,1825,1330,1813,1810,1820,1988,1380,1598,1346,1239,1540,1372,1364,1365,1352,1355,1952,1620,1731,1874,1365,1392,1411,1393,1382,1382,1442,1460,1369,1341,1334,1368,1344,1388,1401,1392,1390,1368,1381,1441,1375,1318,1627,1443,1361,1371,1361,1361,1362,1353,1428,1515,1634,1644,1273,1800,1866,1343,1346,1339,1327,1981,1386,1247,1703,1446,1363,1801,1332,1326,1327,1323,1853,1393,1561,1208,1738,1866,1341,1332,1352,1363,1361,1402,1507,1296,1494,1403,1509,1346,1333,1454,1525,1520,1519,1516,1443,1829,1675,2077,1809,1894,1611,1905,1622,1532,1680,1669,1971,1846,2253,2474,2346,2307,2629,2285,2172,2430,2522,2661,2586,3538,2774,2265,2642,3693,2006,2946,2373,2066,2123,2728,3771,1975,2241,2671,2600,2552,2057,2586,2035,2125,2140,2034,2015,1724,1729,2047,2000,2184,1871,2362,2454,2078,1963,2096,2518,2934,2568,1970,2162,1633,1869,1947,1717,2443,2294,1599,1926,2013,1924,1754,1925,2454,1809,1763,2129,1953,1776,1651,2001,1885,2131,2240,2069,2973,2688,2995,2382,2361,2212,1926,2215,2335,1869,2366,2564,2259,2120,2134,2151,2194,1808,2143,2018,1722,1694,1595,1815,1493,1673,1573,1856,1925,1855,1901,1569,1527,1526,1594,1531,1532,1590,1749,1538,1701,2038,1972,1517,1536,1390,1457,1733,1802,2069,1776,1577,2077,1628,1623,1622,1492,1812,1477,1793,1901,1592,1664,1945,1303,2007,1487,1523,1407,1639,1814,1963,1723,1591,1507,1315,1931,1999,1823,1285,1997,1411,1409,1397,1362,1352,1347,1449,1411,1743,1466,1563,1422,1420,1351,1384,1381,1493,1458,1574,1546,1409,1391,1400,1346,1793,1770,1374,1340,1337,1688,1667,1335,1408,1322,1861,1621,1376,1315,1852,1416,1365,1577,1426,1446,1405,1891,1371,1343,1366,1359,1359,1902,1344,1970,1396,1608,1350,1394,1375,1865,1365,1376,1724,1421,1551,1375,1459,1372,1334,1857,1325,1854,1322,1507,1403,1339,1359,1356,1335,1923,1329,1855,1327,1860,1586,1401,1307,1368,1782,1879,1335,1336,1346,1339,1356,1542,1747,1271,1779,1812,1820,1332,1338,1360,1243,1914,1617,1458,1304,1917,1407,1394,1272,1859,1352,1432,1376,1440,1633,1599,1454,1461,1391,1798,1829,2007,1296,1676,1343,1512,1404,1365,1786,1820,1996,1369,1322,1786,1556,1560,1936,1511,1698,1618,1539,1441,1526,1536,1517,1761,1628,1859,1725,1623,1552,1708,1860,1819,2112,2232,2139,2152,2339,2522,2823,2402,3433,2396,2521,2195,2701,2792,2776,2671,2780,2718,2674,3238,2199,3101,2717,2772,3004,2402,2727,2876,2146,2326,2320,2423,1857,2600,2519,2004,1685,2293,1703,1562,1770,2523,2327,2425,2328,2325,2040,2616,1973,1861,1863,1927,1768,2510,2445,2723,2170,2129,2082,2165,2570,2254,2402,2323,2528,2241,2261,1633,1567,1641,1689,2159,1851,1765,2012,2335,2608,1960,1766,2465,2012,2271,2293,2288,2250,1610,2284,2090,2014,2703,2809,2677,2723,2124,2328,2273,2033,1895,2265,1776,2142,2440,2925,2646,2212,2390,1982,1882,2129,1887,2268,2297,2205,2200,2224,2123,2048,2230,2487,1981,2050,2082,1847,2034,2053,2126,1961,1970,2070,2101,3403,2009,2469,2257,2049,2268,2399,2202,2094,1718,2126,2041,2639,2222,1950,2125,2602,2194,2130,1883,1994,1699,2229,1621,1606,1813,2126,2168,1896,1790,1750,1804,1757,1712,1595,1686,1690,1780,1737,2202,1543,1411,1462,1741,1771,1515,1928,1472,1556,1395,1582,1459,1530,1525,1833,1488,1581,1851,1848,1848,2016,1696,1712,1575,1462,1387,1567,1795,1791,1793,1847,2025,1489,1329,1415,1694,1335,2039,1946,1703,1528,1843,1534,1503,1365,1613,1476,1935,1507,1416,1486,1435,1429,1338,1337,1508,1602,1856,1392,1479,1380,1440,1391,1367,1368,1365,1524,1624,1425,1404,1381,1362,1387,1375,1367,1360,1347,1368,1666,1349,1392,1576,1435,1586,1422,1409,1404,1404,1464,1480,1780,1859,1541,1498,1467,1491,1430,1467,1927,1494,1437,1563,1880,1766,1804,1720,1755,1749,1746,1490,1797,1634,2046,2015,2128,1870,2024,1755,1649,2579,1620,1677,1813,2094,1944,1815,1888,1994,1964,1916,2146,1886,2200,2305,1956,1800,2155,2292,1809,1821,1866,1840,1814,2039,1961,1972,2067,2225,2109,2431,3050,2937,2730,2461,2695,1876,1963,1873,1946,1844,2171,1894,1977,1951,2722,2073,1890,2463,2282,2239,2230,2796,3236,3251,2928,2342,2052,2573,2395,2265,2790,3073,2024,1843,1833,2106,2144,2298,2324,2406,2260,2439,2738,2548,2493,2355,1970,1763,1765,1806,1965,2207,2295,2225,1903,2154,2379,2210,2079,1917,3012,2207,1967,1933,2060,1952,2427,2891,2853,3118,2419,2780,2639,2883,3236,2228,2046,2125,2270,2213,1779,2016,1934,1992,1920,1831,2102,2383,1808,1784,1887,1604,1927,2156,1604,1606,1443,2081,1500,1554,1485,1564,1578,1635,1487,1444,1680,1623,2144,1914,1957,1388,1466,1415,1388,1420,1388,1408,1800,1764,1574,1455,1526,1435,1417,1383,1389,1419,1420,1911,1672,1333,1941,1409,1444,1852,1936,1663,1657,1973,1499,1555,1496,1675,1744,1622,1421,1377,1423,1406,1354,1365,1420,1366,1367,1366,1416,1417,1376,1296,1906,1303,1802,1864,1557,1546,1582,1492,1511,1584,1577,1389,1364,1347,1370,1536,1573,1495,1372,1400,1355,1527,1466,1414,1474,1320,1938,1409,1402,1400,1400,1404,1413,1489,1479,1336,1934,1439,1519,1468,1470,1463,1456,1468,1489,1592,1961,1404,1414,1484,1609,1952,1530,1531,1475,1607,1905,1782,1430,1423,1671,1610,1556,1539,1537,1510,1569,1547,1354,1473,1557,1632,1620,1561,2003,1491,1454,1828,1481,2023,1554,1520,1486,1483,1479,1480,1479,1415,1451,1859,1472,1472,1431,1420,1420,1420,1419,1532,1486,1637,1592,1673,1409,1392,1391,1391,1442,1440,1480,1420,1351,1402,1429,1371,1361,1362,1361,1361,1436,1426,1464,1417,1404,1305,1440,1342,1337,1337,1335,1335,1409,1273,1408,1785,1826,1368,1888,1423,1389,1382,1431,1370,1455,1376,1772,1779,1897,1852,1402,1399,1408,1405,1374,1897,1842,1301,1840,1843,1837,1835,1827,1749,1926,1335,1770,1906,1312,1844,1822,1812,1828,1850,1809,1764,1823,1362,1816,1816,1808,1816,1825,1856,1815,1780,1848,1811,1805,1795,1830,1761,1794,1776,1681,1768,1791,1769,1777,1793,1779,1786,1781,1720,1751,1773,1763,1760,1688,1778,1850,1773,1753,1697,1803,1803,1759,1736,1795,1733,1797,1756,1645,1765,1809,1761,1783,1820,1723,1826,1789,1762,1680,1770,1806,1808,1802,1738,1781,1808,1810,1688,1729,1805,1932,1376,1854,1462,1348,1348,1925,1306,1449,1458,1331,1350,1810,1807,1803,1822,1819,1806,1384,1330,1345,1300,1854,1360,1360,1396,1321,1308,1790,1822,1282,1857,1281,1772,1772,1771,1686,1832,1773,1761,1782,1795,1768,1817,1766,1762,1787,1769,1776,1920,1298,1756,1748,1748,1762,1748,1759,1784,1675,1738,1789,1741,1769,1771,1791,1329,1765,1832,1247,1759,1734,1728,1730,1728,1723,1756,1730,1723,1769,1742,1721,1720,1718,1696,1765,1754,1753,1728,1796,1814,1795,1747,1747,1718,1870,1304,1668,1704,1734,1731,1792,1367,1367,1886,1521,2409,1943,1970,2332,2179,2157,2065,2969,2597,2454,2193,1909,1964,2111,2043,1840,1645,2193,1734,1680,1811,1830,2088,1992,2471,2013,1873,1645,1739,1828,1640,1672,1638,1598,1863,1933,1851,1734,1875,1747,1731,1621,1624,1548,1613,1602,1751,1669,2193,1557,1655,1730,1710,1664,1912,1546,1565,1813,1543,1595,1779,2194,2412,2772,2338,2361,2200,2128,2189,2062,2010,2021,2474,2846,2323,2833,2434,2474,2398,2459,1858,1913,2180,2560,2122,2374,2012,2167,2090,2365,2079,2408,2289,1807,1568,1559,1772,1895,1647,1858,1765,1951,2255,2155,3205,2059,1928,1956,2209,2482,1961,1695,1725,1841,2058,2147,2086,2224,2011,1767,1740,2022,2020,1596,1565,1404,1562,2141,1794,1611,2004,2005,1533,1829,1770,1688,1616,1563,1710,1788,2126,1569,1520,1833,1612,1643,1725,1735,1709,1621,2002,1874,1731,1427,1621,1919,1482,1488,1605,1835,1804,1895,1726,1596,1683,1604,1622,1642,1818,1435,1775,1666,1914,1448,1467,2106,1573,1742,1538,1434,1448,1369,1994,1331,1811,1983,1529,1585,1394,1954,1469,1481,1728,1538,1626,1746,1387,1443,1403,1908,1423,1421,1569,1539,1634,1370,1592,1503,1254,1826,1863,1378,1377,1360,1973,1667,1597,1380,1772,1667,1981,1622,1560,1573,1748,1555,1575,1417,1494,1401,1858,1935,1425,1985,1512,1507,1792,1304,1510,1495,1879,1403,1794,1834,1866,1387,1341,1448,1525,1421,1247,1728,1721,1722,1828,1835,1268,1605,1620,1779,1785,1765,1759,1758,1792,1819,1306,1573,1605,1771,1751,1747,1746,1799,1782,1785,1621,1392,1684,1723,1727,1710,1707,1705,1776,1794,1157,1361,1678,1723,1737,1711,1729,1731,1828,1368,1829,1338,1815,1355,1781,1772,1882,1268,1898,1402,1707,1898,1756,1440,1383,1322,1372,1815,1845,1350,1336,1374,1879,1608,1793,1822,1523,1611,1430,1442,1444,1432,1729,1479,1607,2238,1777,1518,1475,1374,1446,1444,1420,2174,1669,1727,2190,1876,1588,1817,2177,1685,2045,2056,2135,1766,2028,2145,1788,1686,1837,1472,1731,1912,2153,1667,1954,2122,2202,2268,2012,2299,1687,1868,1997,1767,1755,1699,1686,1676,1893,1764,2315,1744,1803,1757,1564,1531,1499,1435,1660,1623,1766,1760,1557,1770,1586,1609,1578,1518,1421,1544,1531,1568,1602,1393,1326,1492,1418,1708,1483,1521,1882,1316,1759,1344,1451,1358,1451,1509,1701,1815,2050,1616,1874,1324,1830,1809,1805,1445,1741,1600,1414,1621,1315,1867,1345,1840,1754,1457,1727,1397,1389,1291,1846,1839,1815,1826,1418,1965,1481,1400,1364,1819,1812,1811,1856,1353,1401,1610,1494,1467,1335,1267,1839,1837,1835,1836,1897,1471,1507,1826,1790,1360,1882,1313,1810,1825,1829,1278,1289,1249,1780,1356,1795,1789,1789,1869,1439,1459,1638,1645,1398,1461,1328,1836,1887,1394,1459,1423,1453,1423,1594,1348,1419,1471,1382,1354,1354,1353,1351,1350,1379,1929,1480,1376,1329,1813,1812,1810,1809,1865,1342,1317,1506,1294,1808,1798,1791,1800,1860,1404,1575,1433,1496,1883,1406,1347,1854,1356,1354,1354,1404,1434,1768,1824,1503,1581,1381,1364,1350,1360,1449,1359,1442,1692,1310,1381,1516,1358,1339,1832,1844,1403,1380,1441,1475,1289,1885,1368,1400,1365,1359,1366,1361,1358,1381,1486,1478,1416,1429,1384,1459,1365,1357,1354,1367,1335,1871,1590,1498,1327,1808,1930,1344,1845,1359,1359,1367,1654,1834,1358,1506,1471,1386,1367,1361,1357,1354,1358,1393,1341,1374,1430,1506,1447,1608,1798,1886,1383,1382,1383,1262,1659,1687,1381,1884,1292,1853,1358,1357,1375,1388,1372,1389,1438,1443,1343,1786,1846,1836,1836,1837,1782,1395,1735,1354,1917,1300,1819,1811,1812,1844,1440,1919,1567,1256,1719,1874,1798,1791,1789,1794,1695,1363,1367,1823,1807,1782,1774,1829,1320,1383,1518,1605,1524,1844,1297,1840,1334,1332,1330,1323,1758,1767,1802,1308,1804,1766,1813,1749,1746,1766,1798,1589,1402,1801,1772,1746,1769,1768,1711,1802,1882,1324,1844,1820,1774,1761,1757,1755,1772,1912,1177,1196,1754,1747,1741,1739,1732,1718,1758,1792,1186,1387,1759,1755,1772,1769,1861,1436,1437,1467,1462,1409,1610,1389,1354,1376,1405,1395,1383,1383,1383,1370,1460,1649,1442,1398,1295,1393,1394,1368,1362,1363,1358,1395,1311,1410,1289,1878,1456,1434,1475,1436,1365,1372,1306,1953,1307,1786,1306,1351,1352,1342,1341,1340,1343,1343,1327,1332,1577,1665,1316,1798,1826,1818,1826,1817,1373,1289,1362,1434,1759,1762,1770,1769,1767,1709,1750,1783,1506,1501,1771,1782,1771,1782,1786,1896,1343,1861,1357,1524,1773,1869,1283,1797,1802,1810,1765,1883,1281,1707,1302,1869,1370,1463,1471,1521,1545,1387,1955,2101,1525,1954,1752,1737,1648,1653,1889,1880,1674,1660,2096,2052,2220,1953,2308,2483,2565,2519,3546,1914,2769,2334,2290,2479,2692,2578,2192,2425,2085,2143,2208,2157,1761,1933,2082,2314,2576,1976,1674,2363,1929,2038,1851,1726,1765,1700,1878,1880,1877,2209,1794,1964,2067,1761,1837,1757,1692,1710,2071,1924,1938,2436,2436,1942,2046,1945,1953,1934,1959,1966,1851,1561,2288,1644,1918,1945,2573,2013,2403,1686,1527,1519,1753,1598,1970,1477,1469,1672,1650,1832,2183,2007,1526,2023,1621,1596,1739,1597,1594,1504,1706,1505,1440,1438,1504,1551,1541,1540,1540,1666,1474,1586,1570,1440,1449,1560,1609,1481,1481,1470,1367,1684,1510,1378,1360,1414,1344,1960,1466,1464,1503,1375,1501,1699,1381,1343,1539,1470,1464,1467,1465,1347,2226,1620,1486,1423,1554,1572,1536,1536,1533,1513,1624,1492,1836,1598,1496,1531,1660,1741,1737,1735,1705,1876,1623,2050,2082,2538,2574,2686,2766,2243,2104,2562,2548,2526,2870,4130,2089,2042,2236,2148,1850,2039,2498,2299,2162,2318,2087,1910,2276,1964,2175,1960,1887,1883,1896,1874,1964,1864,1709,2042,1607,1496,1886,2036,1604,1490,1885,1554,1776,1838,1844,1810,2080,1806,1490,1559,2046,2296,1967,2084,1918,2578,2484,2248,1676,1855,1600,1732,1718,1649,1918,1967,2203,1715,1999,1968,2111,1845,1924,1982,2093,2258,1849,1952,2248,1977,2169,1955,2009,2076,1861,1853,1674,1567,1528,1527,1526,1882,1920,2052,2197,2073,1743,1978,1976,1892,1662,1408,1397,1718,2145,1707,1579,1769,1710,1755,1720,1580,1448,1975,1600,2018,2321,2165,1630,1578,1659,1715,1870,2151,2350,1577,1517,1568,1559,2139,1978,1581,1805,2132,1920,1669,1681,1492,1689,1755,1443,1482,1612,1618,1871,1460,1529,1425,1423,1420,1419,1672,1593,1664,1420,1330,1877,1291,1839,1837,1835,1873,1442,1348,1424,1264,1843,1816,1810,1810,1834,1464,1626,1351,1352,1777,1832,1787,1836,1361,1323,1924,1327,1738,1283,1800,1778,1772,1774,1787,1758,1865,1370,1359,1329,1296,1767,1759,1759,1810,1844,1314,1448,1397,1858,1287,1756,1748,1747,1747,1729,1807,1509,1266,1774,1763,1776,1744,1741,1714,1749,1838,1438,1745,1286,1793,1838,1361,1358,1351,1358,1340,1328,1818,1418,1427,1404,1334,1408,1369,1330,1835,2130,1320,1621,1774,1324,1431,1276,1832,1811,1811,1876,1650,1543,1628,1303,1834,1317,1337,1856,1357,1302,1850,1382,1562,1512,1872,1351,1844,1836,1836,1815,1827,1989,1337,1698,1330,1289,1901,1317,1821,1790,1786,1852,1512,1806,1344,1809,1851,1360,1341,1913,1355,1366,1335,1922,1528,1408,1357,1294,1840,1815,1810,1878,1498,1860,1575,1850,1341,1821,1935,1360,1359,1430,1441,1678,1344,1443,1321,1849,1836,1837,1759,1813,1916,1756,1317,1854,1323,1899,1346,1324,1321,1324,1347,1400,1288,1522,1780,1822,1885,1360,1357,1356,1357,1359,1372,1536,1536,1654,1264,1893,1307,1861,1330,1831,1810,1792,1889,1418,1439,1342,1813,1812,1810,1840,1352,1818,1357,1596,1347,1802,1794,1790,1791,1802,1830,1277,1809,1788,1819,1780,1772,1768,1786,1911,1279,1658,1596,1818,1766,1761,1759,1759,1728,1780,1712,1525,1774,1751,1743,1738,1782,1779,1775,1752,1155,1538,1748,1838,1776,1788,1791,1791,1862,1301,1329,1807,1830,1843,1336,1339,1336,1336,1363,1371,1374,1420,1505,1456,1395,1403,1350,1948,1449,1446,1344,1452,1452,1376,1650,1541,1350,1410,1335,1450,1450,1307,1410,1457,1425,1430,1665,1387,1353,1555,1365,1324,1977,1374,1933,1423,1432,1907,1381,1304,1921,1421,1417,1416,1416,1340,1425,1857,1619,1352,1907,1399,1396,1395,1392,1394,1340,1383,1664,1700,1878,1376,1880,1368,1367,1368,1290,1864,1746,1581,1486,1270,1861,1350,1348,1412,1347,1356,1362,1317,1878,1356,1293,1872,1336,1332,1331,1331,1363,1378,1372,1482,1447,1745,1750,1830,1781,1762,1771,1744,1762,1345,1414,1791,1800,1831,1825,1826,1813,1819,1247,1450,1783,1769,1792,1787,1786,1792,1812,1822,1299,1568,1788,1784,1773,1767,1771,1774,1835,1726,1742,1506,1772,1729,1721,1737,1717,1714,1713,1715,1455,1656,1701,1761,1761,1760,1744,1862,1273,1505,1630,1768,1866,1413,1412,1411,1412,1469,1511,1458,1353,1376,1599,1875,1416,1427,1416,1417,1433,1389,1344,1588,1624,1755,1393,1334,1422,1418,1402,1382,1383,1373,1435,1605,1697,1845,1477,1423,1497,1421,1403,1392,1344,1458,1622,1714,1796,1383,1362,1371,1399,1425,1412,1474,1490,1324,1311,1330,1445,1418,1377,1402,1452,1433,1411,1453,1877,1723,1504,1367,1316,1950,1400,1391,1389,1411,1434,1406,1462,1371,1369,1340,1365,1413,1418,1478,1438,1499,1892,1472,1477,1740,1469,1410,1411,1858,1997,1360,1843,2161,2051,1549,1419,1886,1346,1836,1839,1956,1365,1480,2144,1478,1482,1327,1405,1303,1798,1951,1365,1338,1385,1407,1321,1759,1872,1309,1804,1803,1816,1740,1609,1762,1308,1335,1881,1350,1404,1343,1341,1373,1515,1305,1958,1441,1324,1364,1433,1329,1913,1298,1948,1404,1479,1780,1466,1336,1375,1416,1458,1329,1951,1453,1344,1326,1496,1531,1394,1348,1396,1415,1454,1336,1530,1381,1318,1651,1804,1733,1450,1401,1386,1383,1546,1381,1380,1425,1653,1700,1629,1542,1436,1394,1410,1392,1391,1392,1389,1564,1442,1807,1574,1359,1903,1554,1389,1390,1387,1540,1492,1519,1782,1641,1458,1481,1528,1393,1390,1393,1342,1769,1643,1475,1391,1292,1880,1358,1360,1357,1357,1356,1404,1854,1441,1389,1428,1297,1843,1916,1338,1836,1890,1896,1645,1732,1823,1816,1811,1810,1824,1893,1505,1723,1293,1797,1855,1292,1869,1368,1241,1855,1294,1518,1687,1774,1805,1852,1347,1348,1349,1361,1408,1313,1610,1604,1374,1974,1381,1476,1443,1443,1443,1499,1427,1753,1691,1533,1358,1349,1354,1359,1359,1358,1376,1513,1283,1904,1353,1336,1813,1361,1353,1360,1361,1361,1508,1367,1950,1327,1347,1414,1374,1362,1362,1359,1361,1422,1406,1473,1286,1370,1414,1337,1362,1361,1360,1359,1359,1435,1424,1625,1267,1957,1277,1834,1813,1931,1361,1498,1357,1344,1737,1575,1388,1311,1830,1372,1378,1335,1972,1420,1401,1407,1535,1419,1329,1921,1343,1361,1358,1361,1357,1409,1690,1707,1413,1381,1331,1364,1358,1376,1360,1374,1358,1473,1556,1560,1535,1414,1318,1383,1373,1356,1374,1359,1421,1320,1823,1502,1443,1389,1395,1358,1359,1376,1360,1358,1492,1701,1818,1388,1344,1363,1342,1835,1853,1867,1450,1393,1859,1902,1322,1830,1335,1885,1350,1353,1532,1443,1822,1650,1472,1402,1361,1395,1424,1411,1411,1506,1435,1424,1388,1359,1466,1518,1382,1435,1413,1517,1453,1454,1371,1372,1450,1522,1580,1464,1465,1430,1413,1411,1410,1459,1820,1447,1403,1487,1442,1807,1458,1518,1519,1503,1611,1528,1579,1929,1491,1582,1754,1610,1590,1616,1611,1826,1549,1801,1869,1835,2083,1863,1718,1789,1763,1763,1748,1554,1636,1833,1757,1721,1900,1815,1717,1808,1695,2006,1875,2159,2074,1998,1841,2264,2067,2312,2004,1997,1963,2158,2428,2102,2124,2352,2516,2127,2312,1998,1944,1950,2834,3166,2685,2592,2896,2576,2257,2249,2181,2236,2305,2041,2315,2025,2211,2428,2273,2293,1757,2142,2547,2324,1960,1961,2046,1784,1999,2074,1798,2139,1633,1620,1603,1607,1615,1977,2172,1780,1832,1602,1629,1533,1824,1548,1501,1479,1711,1678,1690,1742,1578,2317,1611,1847,1543,1530,1655,1559,1524,1775,1631,1490,1706,1492,1571,1862,1553,1563,1526,1524,1651,1532,1625,1624,1630,1631,1494,1507,1673,1764,1652,1593,1593,1497,1812,1929,1456,1553,1571,1733,1442,1475,1473,1474,1423,1578,1881,1645,1442,1428,1357,1784,1776,2007,1475,1428,1411,1449,1332,1421,1590,1765,1829,1761,1995,1532,1759,1438,1893,1512,1753,2034,1409,1392,1937,1403,1272,1895,1471,1807,1457,1472,1707,1409,1415,1467,1447,1444,1274,1558,1601,1451,1558,1333,1318,1956,1290,1761,1802,1422,1402,1576,1711,1253,1782,1881,1840,1839,1839,1414,1877,1342,1275,1790,1856,1329,1808,1353,1790,1793,1654,1825,1322,1398,1370,1367,1369,1367,1366,1341,1314,1355,1391,1329,1797,1783,1773,1772,1770,1778,1280,1806,1700,1361,1361,1285,1868,1382,1464,1364,1456,1337,1927,1406,1422,1351,1836,1845,1761,1838,1837,1892,1381,1404,1781,1404,1314,1885,1312,1812,1811,1814,1875,1444,1640,1341,1817,1795,1790,1789,1810,1852,1294,1388,1596,1394,1282,1775,1771,1772,1770,1803,1776,1471,1662,1322,1364,1286,1859,1367,1333,1879,1349,1343,1654,1448,1338,1261,1806,1840,1837,1812,1780,1435,1350,1653,1421,1870,1275,1825,1816,1794,1786,1854,1558,1676,1748,1822,1808,1789,1772,1769,1778,1778,1747,1758,1740,1744,1743,1734,1708,1728,1717,1747,1739,1800,1880,1828,1684,1776,1780,1856,1457,1879,1352,1258,1787,1766,1717,1745,1711,1813,1710,1736,1789,1752,1747,1742,1717,1779,1733,1857,1276,1821,1769,1826,1396,1342,1338,1813,1381,1317,1778,1825,1326,1769,1812,1820,1831,1742,1749,1827,1195,1792,1763,1766,1810,1794,1800,1813,1794,1756,1707,1780,1925,1553,1492,1412,1421,1430,1408,1510,1368,1405,1435,1407,1403,1451,1417,1333,1898,1846,1892,1829,1375,1441,1350,1853,1897,1358,2047,1385,1858,1788,1929,1430,1345,1821,1440,1515,1453,1428,1405,1416,1278,1852,1300,1924,1412,1323,1985,1450,1321,1825,1794,1866,1366,1428,1458,1436,1351,1815,1807,1791,1775,1810,1328,1818,1317,1774,1772,1760,1777,1775,1763,1803,1849,1825,1760,1841,1359,1443,1285,1341,1852,1805,1393,1402,1356,1897,1873,1849,1911,1411,1383,1826,1826,1413,1353,1812,1808,1815,1840,1278,1861,1344,1326,1801,1802,1793,1790,1809,1767,1799,1769,1781,1793,1314,1776,1776,1771,1818,1844,1275,1765,1769,1803,1330,1822,1813,1806,1828,1327,1856,1292,1727,1764,1778,1785,1777,1775,1862,1321,1846,1751,1802,1781,1778,1772,1771,1738,1904,1825,1743,1797,1814,1856,1800,1798,1762,1843,1815,1729,1768,1803,1798,1792,1748,1765,1833,1371,1833,1702,1886,1300,1752,1748,1774,1751,1809,1822,1678,1771,1810,1758,1749,1749,1789,1772,1754,1751,1760,1809,1758,1857,1412,1426,1518,1568,1430,1401,1369,1349,1339,1386,1368,1370,1417,1413,1403,1438,1343,1360,1346,1336,1849,1432,1446,1392,1384,1852,1366,1384,1372,1357,1732,1872,1277,1916,1306,1343,1339,1332,1854,1331,1795,1771,1901,1336,1373,1322,1775,1816,1863,1347,1778,1750,1880,1302,1758,1767,1794,1959,1273,1821,1724,1762,1842,1308,1280,1771,1775,1819,1282,1742,1724,1717,1879,1290,1860,1357,1335,1812,1349,1291,1809,1738,1802,1420,1413,1410,1375,1373,1359,1941,1417,1404,1350,1464,1396,1423,1407,1367,1394,1398,1397,1438,1433,1636,1478,1349,1630,1544,1563,1615,1691,1945,1853,1835,1640,1695,1750,1711,1676,1631,1730,1769,1886,1761,1802,2031,1844,2293,1755,1963,1909,2162,2007,2207,2412,2098,2511,1568,1789,1844,1764,1510,1692,2116,1799,1866,2193,1959,2231,2075,1884,1568,1642,1765,1597,1810,1806,1845,1594,1544,1860,1885,1510,1868,1579,1556,1690,1476,1526,1476,1448,1522,1911,1594,1491,1546,1634,1565,1566,1593,1552,1590,1528,1877,1612,1577,1573,1534,1564,1524,1554,1597,1474,1952,1596,1579,2503,1886,2008,2012,2590,3026,2758,2725,2901,2109,2447,2507,2123,1883,1952,2015,2367,2525,2476,2620,2573,2525,2527,2229,2917,2804,2521,2447,2171,2409,2655,2077,1799,1848,2007,2369,2244,1975,2156,1813,2424,3005,2450,2327,4172,2096,1962,1887,2204,2005,2367,2453,2438,2291,1917,1842,2092,2281,2697,2325,1913,2573,2530,3040,2585,2576,1930,2459,2969,2524,2160,2535,2565,2458,2361,2573,2521,2291,2612,2687,2687,2486,2728,2289,2082,2210,2245,2166,3127,3091,2889,2608,2330,2407,2692,2162,2524,2731,2768,2606,2207,2486,2607,2324,2617,2403,2370,2682,2530,2407,2367,2331,2725,2567,2689,2489,2810,2881,2222,2881,2776,2566,2641,2215,2561,2338,2130,1996,2694,2136,2184,2125,2160,1984,2372,2572,2406,2571,2101,1797,1808,2480,2325,2122,2079,2573,2248,2165,2165,2120,2174,2082,1925,1934,2909,3405,2450,2924,2088,2274,3405,2416,2560,2132,2524,2650,2887,2568,2449,2323,2573,2079,2247,3010,2766,2324,2971,2089,2366,2482,2408,2892,2812,2722,2688,2694,1920,2000,2447,2127,2373,2280,2372,2244,1966,2410,2363,2527,2522,2368,2248,2307,3332,2564,2050,1994,2260,2444,2401,2487,3249,2212,3049,2736,2127,2368,1997,2408,1888,1914,1929,1692,1955,2091,2041,2091,2209,2614,3451,2364,2724,2739,1828,2086,2081,2606,2410,2533,2564,1926,2096,2450,2333,2921,2407,2331,2209,2049,2480,2491,6173,2849,2529,2611,2686,2609,2808,2733,2680,2576,2522,2577,2721,2603,2499,2320,2607,2531,2847,2292,2841,2251,2603,2127,2609,2456,2720,2142,2362,2375,2243,1924,2489,2607,2532,2882,2205,1971,5413,2647,2098,2483,2205,2008,2084,2132,2687,2447,2041,2207,2129,2092,2481,2614,2364,2286,8267,2688,2329,2441,2850,2527,2931,2569,2607,2569,2850,2522,2768,2449,2532,2524,3132,2561,3055,2847,2603,2530,2853,2406,2128,2405,2530,3208,3170,2325,2128,2050,2482,2693,2440,2081,3218,2528,2249,2352,3322,2644,2096,2079,2122,2172,2609,2647,2205,2165,1933,1653,6947,2843,2812,2450,2480,2772,1809,1912,3191,2695,2483,1680,1940,2007,1990,2211,2121,1893,1784,1954,2283,3087,1957,2360,2682,2846,2523,2091,1890,1962,1965,2671,2293,2087,2043,1767,1891,2321,2244,2216,1959,2737,2484,1861,1841,1895,1878,1937,1956,1653,1910,2286,3892,3134,2081,2965,2157,2440,2532,2840,2164,1900,2143,1813,1790,2239,2642,2701,2649,2689,2556,2848,2549,2804,2113,2433,3011,2881,3782,3167,3175,2687,2315,2379,2490,2245,2475,2517,2362,2613,2589,4566,2442,2244,2289,2364,2441,2763,3095,2295,2284,1850,1921,2792,2548,2367,2204,2330,2093,1894,2315,2442,2487,2370,2090,2167,2327,2246,2328,2087,2084,1768,1930,1806,1924,1967,1877,2212,2080,2017,2653,2320,2558,2171,2007,2653,2519,2565,2573,2521,2287,1941,2298,2484,2895,2568,2641,3011,2449,2729,2330,2120,1854,1880,1891,1846,1962,1920,2009,2079,1818,1878,2001,1971,2160,1852,2107,2172,2451,2109,2862,2008,2272,2484,2009,1949,2044,1962,2405,2411,2252,2484,2332,2441,2459,2035,2688,2283,2170,1772,2517,2324,2505,2367,2208,2045,2006,1883,2498,1652,1849,1916,2290,2090,1971,1806,2040,1968,2006,2595,2610,1763,1698,1889,2077,2293,2288,1869,2164,1967,2447,2943,2326,2166,2091,2129,2199,2574,2062,2495,2656,2239,1717,2471,2812,3168,2565,2278,2616,2409,2185,1916,2240,2534,2567,2167,2126,2161,2078,1767,2412,2165,3150,2010,2446,2450,2606,2371,2323,2404,2369,2487,2686,2402,1850,2062,1827,1748,1930,2754,1888,2288,2046,2163,2082,2009,2617,2648,2644,2484,3379,3685,3454,2325,2086,1811,3007,2808,2088,2325,2206,2079,3123,2767,2372,2230,2510,2164,2935,2443,2486,2688,3214,2043,2210,2723,2556,1973,2126,1964,2041,2578,2680,2655,2304,2083,2001,1766,2623,2452,2564,3132,2607,2367,2245,2246,2568,2930,2931,2448,2527,2203,2046,2731,2482,2575,2807,2486,2444,2250,2369,3166,3375,2729,2882,2691,2528,2452,2562,2609,2323,1933,1923,2364,2571,2450,2365,2405,2489,2532,3365,4211,2771,2892,2528,3004,2490,2646,2366,2733,2281,1971,2172,2642,2409,2534,2759,2572,3211,2567,2283,2252,2647,2409,2518,2489,2284,2932,2689,2168,2169,2043,2742,2570,1933,2569,2849,2812,3377,2591,1943,1776,1722,2003,1844,2169,2120,2044,2086,2138,2430,2443,2375,2562,2322,1928,2377,2853,2296,2397,2012,2597,2564,2165,2003,2240,1847,1808,1850,1962,1890,1761,1648,1966,1686,1636,1736,2303,2139,2010,1963,1959,1966,2056,1836,2114,1967,2143,2543,2329,1754,2251,1683,2168,2098,2090,2123,2400,1918,1848,2045,2295,1965,2049,2161,1926,2092,1958,1956,2309,2002,2006,1917,2007,2017,1884,2204,2159,2058,2034,2287,2482,2084,2013,1843,1821,2572,2804,2534,2642,2005,2130,2368,2202,2653,2602,2734,2523,2895,2765,2529,2488,2209,2170,2169,2209,1920,2488,1887,2422,2890,3765,2327,2936,2489,2522,2444,2052,2126,2009,1922,1933,1966,2741,2487,2684,2288,2684,2611,2097,1924,1646,1609,1635,1610,1924,1969,2471,2434,2246,2210,2016,1884,2044,2088,1723,1728,1881,2119,2571,2090,1927,2089,2195,2091,1965,1927,2005,2253,1838,1931,1926,2852,2278,2452,2285,2223,1970,2204,2004,2042,2016,1834,2058,1955,2332,2047,2082,2046,1883,1967,1930,2049,2444,2133,2283,2052,2114,2258,1843,2134,2366,2082,2540,2202,2240,2113,1882,2043,2934,1881,1935,2283,1972,1799,2487,2204,2096,2139,2166,2090,2086,2724,2972,2280,2610,2451,2367,2210,2571,2489,2563,2248,2014,2437,2007,2369,1805,1803,2044,2010,2277,2129,2088,2086,2323,2564,2456,2090,2356,2287,2214,2120,2411,2567,2451,2521,2090,2643,2332,2208,2128,1964,2167,1836,2383,2413,2886,2571,2363,2335,2287,1948,2212,2160,2372,2505,2366,2452,2047,1657,2076,2374,2480,2367,2334,2287,1925,2604,3002,2366,2695,2087,2570,2324,2367,2092,1928,1974,2922,2569,2485,2289,2529,2528,2487,3081,2410,2618,1877,1642,1812,2003,2134,2323,2489,2411,2287,2406,2105,1846,2153,3253,2090,1955,1837,2673,2133,1766,1716,2094,1691,2009,1720,1721,1570,1563,1725,2324,2248,1688,1726,2171,2812,2083,1964,2054,2624,1977,2401,2246,2292,2439,2902,2442,2209,2054,2080,2535,2488,2096,1921,1967,2041,2399,2453,2365,3369,2333,3290,2447,2371,2285,2125,2008,2050,2363,2410,2932,1731,1816,1563,1865,1564,1524,1636,2566,2132,2284,1975,2369,2713,2569,2412,1997,1892,1999,1938,1804,1927,2449,2402,2657,2809,2083,2414,2292,2101,1995,1995,1929,2376,2120,2885,2444,2402,2250,1878,2006,1858,1765,1653,2034,2310,2205,2418,2850,3007,2611,2401,2107,2076,2089,1969,1962,1929,1850,2234,2603,2333,2446,2404,1886,1868,1843,2380,2238,2249,2366,2048,1832,1802,2635,2493,2404,2327,2529,2605,2810,3094,2158,3975,2441,2212,2208,2286,2329,2646,2972,2289,2126,1960,1884,2089,2529,2692,2568,2604,2684,2854,5453,2285,2451,2286,2130,2368,3372,2804,2527,2367,2243,2171,2731,2324,2806,2450,2405,2414,2564,2688,2727,2612,2523,2845,2010,2165,2768,2853,2689,2123,2006,2005,2286,2013,2652,2477,2293,2439,2372,2403,3775,3374,2246,2127,2046,2286,2811,2691,2368,2283,2247,1922,1739,1965,2618,2487,2732,1869,2037,2055,2050,2225,2452,2162,1973,2088,2161,2283,2393,2012,2199,2409,1964,2179,1596,1811,1918,2252,1889,2166,1888,2238,1814,1997,1892,1970,2083,2042,2128,2133,2074,1895,1719,1811,2762,2135,1919,1844,1975,2193,1926,2048,1804,1894,2161,2545,3005,3371,2812,2448,2569,2447,2157,2208,2367,2447,2126,2248,2221,2132,2005,1966,2051,2085,2040,2210,2122,2201,2686,2917,2564,1976,1800,2332,2207,2008,2121,2448,1969,2687,2407,2081,2028,1922,2001,2568,2210,2084,2135,2008,2090,3099,2124,2611,2687,2686,2484,2566,2415,2121,2565,2368,2070,2249,1841,1852,1644,1601,2045,2414,2247,1992,1881,1931,2228,2121,2302,2122,2126,2216,1920,1842,2378,2079,1935,2000,2203,2368,2372,2570,1839,2131,1764,2052,1956,1963,1939,2346,2282,3421,2572,2481,1967,1929,1975,2350,2191,2116,2128,2296,2325,2204,2408,2566,2893,2414,2283,2608,3208,2378,2208,2417,3009,2965,2363,5785,2689,2487,2810,2445,1904,2943,2444,2252,2007,1871,1886,2136,2402,2246,2206,2082,2292,2163,1970,2689,2090,1860,1599,1565,1561,1530,1762,2010,1920,1966,1933,1836,1926,1887,1842,1815,1959,1896,1957,1976,1876,1649,1769,1922,1842,2012,2283,1927,2324,2003,1929,1892,1674,1896,1968,2004,1804,2002,1882,2245,2007,2013,2001,1927,2648,1770,1566,1767,1848,1998,1932,2360,2248,2039,2022,2090,2003,1886,1917,1978,2038,1977,1956,1690,1605,1437,1501,1645,1868,2045,1694,1684,1573,1639,1731,1751,1621,1634,1722,1723,1816,1797,2134,2249,1689,2010,2015,2961,1770,2046,1967,1966,1843,2164,2050,1996,1929,1814,1597,1562,1769,2280,2246,2531,2529,2489,3084,2648,2615,2647,2768,2522,2887,2938,2961,2254,2528,2281,2894,2528,2359,2287,2409,2650,2692,2328,2404,2244,2126,2414,2965,1854,1914,2156,1939,2985,2527,2809,2564,2369,2302,1755,2034,2453,2044,1816,2310,2171,2169,2556,2379,1886,2002,2042,1818,2007,1914,1973,1887,1969,2362,1958,1656,1566,1555,1529,1924,2131,2079,2050,1804,1567,1763,1724,1723,2005,1969,1805,1688,2189,1696,1717,1655,1592,1449,1386,1930,1958,1750,2286,2159,1732,1682,1802,1642,1970,2000,2171,2538,2406,3247,2174,2003,2393,2087,2051,1841,2404,1894,1839,2176,2321,2793,2622,2330,2689,2129,2161,2046,2122,1943,2242,2117,1808,1848,2289,3098,2567,1971,1722,1586,1531,1563,1847,1849,1881,2008,1933,1929,1763,1970,1883,1925,1995,2803,2164,1684,1662,1998,2025,1976,1848,1926,2493,2083,2696,2603,2086,2215,1677,1732,1605,1877,2150,2423,1934,1922,1724,2047,2095,2027,2377,1843,2316,2313,2549,1973,2003,1960,1925,1864,2118,1684,2318,2441,1827,2046,2084,2039,1856,1881,2000,2053,2042,1889,2037,2933,2172,2847,2493,2125,1896,1844,1737,1719,2806,2047,2040,2002,1897,2110,1970,1926,2128,2054,1916,1980,1998,1889,1880,2257,2178,2048,1892,2013,1929,1683,1644,1839,2016,2005,2047,2071,2200,2130,2758,2530,1931,2204,2073,1560,1646,1680,1729,1684,1678,1767,1743,1598,1763,1653,1646,1761,1673,1848,1687,1737,1518,1651,1574,1482,1718,1852,1469,1408,1418,1402,1561,1555,1537,1844,1669,1623,1607,1643,1595,1607,1791,2477,2015,1843,2208,1918,2130,1959,1876,2001,1769,1681,1925,1773,1795,1971,1877,1600,1727,1845,1853,2518,2051,1968,1767,1928,1660,2423,2040,2200,2532,1989,2339,2289,2289,2609,2529,2445,2082,1888,1852,2002,2331,2487,2567,2287,2083,1885,1884,1656,2432,2000,1983,1894,1872,2650,3924,3298,3645,2533,2526,2682,2570,2092,2453,2136,2158,1971,2045,2651,2486,3007,2970,2053,1881,2365,2615,2845,2202,2008,1628,1560,1529,1840,1934,2089,2270,2454,2523,2454,1987,2357,2054,2212,2272,1925,1834,1894,2278,2087,1884,2532,2610,2085,2611,2526,2175,2726,4691,2531,2763,2020,2041,2149,2270,1975,1923,1812,1716,1913,2320,2218,2069,2061,2319,2051,2051,2245,3319,2406,2731,1969,1660,1596,1729,1930,1799,1813,2245,1960,1890,1925,1920,2003,2371,2487,3521,2431,1854,2119,2084,2096,2082,2338,2023,2275,2335,2010,2201,2691,2246,2124,2251,2766,2566,2363,1820,1997,2023,2043,2209,2285,2119,2252,2019,2368,1917,1764,1924,1969,2291,2159,3612,2131,2160,1766,1961,1954,2455,2443,2288,2328,1932,2123,2563,2972,2713,2004,2421,2651,2199,2327,2089,2491,2320,2613,2566,2970,2773,2530,2725,2646,2491,2608,2326,2525,2134,2844,2564,2488,2372,2325,2289,2405,2931,2453,2120,2252,2523,2412,3286,1937,2163,3008,2256,1980,2141,2209,2448,2326,3248,2606,2576,2484,2488,2410,2403,2489,2204,2485,2376,3045,2287,2603,2411,2327,2454,2470,2000,2643,2640,2567,2297,2758,2411,3093,2279,2346,2032,2542,3154,2729,3203,2089,2247,2376,3075,2655,2286,2117,1884,1815,1766,1679,2623,2169,1913,2395,2290,2478,2573,2239,1977,2401,2884,2286,1898,2297,2606,2442,2533,2930,2048,2403,2486,2330,2162,2574,2685,2935,2561,3050,2447,2408,2370,2808,2483,2368,2525,2614,2685,2036,2416,2122,2604,2289,2169,2852,2366,2284,3169,2409,2402,2334,1958,2769,2368,2651,2407,2446,2370,2767,2410,2203,2330,2563,2773,2928,2008,2530,2283,2041,2254,2168,2927,2684,2446,2212,2208,2245,3008,2566,2644,2414,2928,2448,2326,2162,2652,2607,2169,2482,2813,2684,2815,2366,2242,2008,1890,1926,2603,2651,2527,2535,2486,2677,2651,2731,2931,2559,2363,2372,2489,2445,3052,2048,1779,1569,1799,2605,2492,2569,2288,2525,2445,2686,2774,3367,2686,2490,2172,2078,2252,2646,2245,2295,2324,2049,2043,2170,2490,2604,3211,2450,2601,3071,2624,3491,2242,2408,2450,2489,2607,2374,2115,2546,2523,2565,2527,2209,2168,2968,2689,2491,2404,2435,2251,2896,2373,2043,1879,1972,2081,1929,3325,2615,2521,2125,1930,1926,1889,2281,2089,2568,2456,2560,2608,3092,1965,2365,2572,3448,2766,2616,2841,2329,3571,1924,2495,2607,2685,2163,2214,2407,2609,2644,2535,2440,2455,2405,2247,2041,2206,2332,2483,2569,2241,2407,2530,2453,2235,2329,2485,2410,2286,2208,2206,2895,3085,2292,2563,2608,2286,2044,2687,2327,2511,2530,2328,2444,2447,3174,2451,2287,2161,2735,2242,2129,2205,2049,2573,2681,2201,2493,2407,2330,2124,2256,2328,2482,2337,3005,2448,2407,2241,2210,2050,2022,2047,1967,1935,2101,2284,2567,2889,2258,3010,2180,2083,1921,1696,1641,1823,1922,2010,1875,1809,1770,1965,2004,2008,2439,2295,2005,2004,2204,2092,2490,2168,2158,1569,1961,1611,1609,1835,1855,2321,1846,2009,1883,1884,2194,1751,1559,1536,1668,1417,1408,1399,1399,1722,2175,1841,1726,1933,1794,1724,1653,1572,1640,1638,1488,1527,1731,1683,1602,1621,2526,1665,1532,1639,1621,1569,1794,1488,1650,1541,1522,1484,1586,1793,1527,1644,1603,1601,1561,1529,1593,1806,1638,1531,1967,1641,1664,1356,1285,1765,1775,1818,1997,1480,1539,1555,1484,1351,1821,1813,1788,1849,1444,1636,1446,1519,1424,1679,1358,1932,1458,1441,1505,1371,1406,1529,1668,1446,1464,1318,1789,1752,2041,1350,1765,1476,1574,1588,1705,1438,1329,1885,1408,1403,1378,1358,1726,1925,1525,1532,1661,1289,2061,1731,1715,1488,1667,1907,1670,1537,1746,1837,1489,1392,1388,1462,1672,1455,1875,2046,1573,1789,1671,1535,1413,1766,2046,1892,1752,1763,1816,1570,2069,1489,1619,1916,1712,1913,2238,1608,2159,1749,1766,1767,1850,1735,1509,1779,1639,1615,1473,1974,1652,1583,1582,1582,1714,1682,1945,1925,1991,1773,1673,1642,1588,1440,1816,1509,1487,1518,1970,1540,1373,1591,1680,1356,1455,1470,1487,1403,1398,1300,1957,1262,1835,1365,1422,1541,1820,1773,1749,1818,1677,1853,1286,1875,1585,1801,1861,1353,1345,1695,1784,1776,1687,1327,1761,1799,1851,1425,1775,1825,1746,1744,1336,1367,1537,1614,1403,1402,1369,1413,1354,1271,1814,1821,1325,1476,1762,1747,1736,1760,1780,1810,1809,1474,1813,1527,1798,1772,1768,1762,1762,1822,1260,1255,1824,1577,1291,1861,1415,1419,1508,1418,1523,1461,1426,1372,1426,1434,1583,1406,1473,1470,1471,1468,1469,1475,1688,1608,1475,1529,1461,1317,1784,1786,1782,1864,1580,1608,1420,1284,1860,1336,2032,1605,1608,1561,1503,1526,1351,1887,1424,1536,1527,1430,1421,1419,1420,1437,1535,1711,1520,1673,1439,1421,1403,1419,1419,1520,1496,1891,1681,1567,1540,1433,1424,1419,1490,1488,1535,1432,1776,1895,1549,1446,1429,1425,1419,1421,1419,1525,1518,1507,1706,1481,1431,1409,1476,1416,1409,1408,1407,1435,1438,1775,1956,1514,1377,1369,1367,1367,1368,1403,1414,1740,1659,1427,1324,1901,1432,1419,1398,1392,1409,1416,1642,1836,1491,1497,1471,1485,1389,1409,1417,1519,1453,1688,1361,1542,1667,1748,1632,1620,1561,1523,1676,1598,1524,1582,2210,1851,1743,1786,1788,1835,1677,1813,1455,1500,1682,1843,1973,2497,2007,2368,1884,1868,1877,1974,2285,2313,2367,2069,2022,2188,1909,2008,1814,2089,2140,2422,2486,2366,2648,2531,2450,2686,2803,2528,2373,2429,2686,3013,3787,2207,2836,2818,2288,2564,2558,3004,2406,2428,2074,1967,1806,1803,2275,1977,2242,2254,2040,1985,2572,2114,2136,2629,3698,2276,2453,2442,2409,2609,1898,1799,1804,2026,2207,2170,2125,2195,2224,2413,2084,2208,2647,3042,2172,2103,2418,2487,2166,2770,2451,2564,2132,1767,1840,2097,2163,2333,2850,2403,2364,2494,2083,2136,2120,2604,2289,2610,1934,1922,1883,1818,1926,2155,2446,2447,2568,1730,1656,1680,2533,2567,2522,2372,2445,2645,2529,2374,3165,1926,2525,2253,2327,2166,2527,3728,2568,2253,2043,1879,2209,2238,2018,2305,2686,2366,2221,2048,2593,2524,2207,2205,2096,2281,1925,1956,1817,2157,1932,1764,2050,1921,2373,1965,2241,2040,2050,1965,2530,3138,2244,3289,2482,2852,3091,1831,2968,2731,3133,2649,3249,2726,2851,2260,2394,2322,2652,2688,2251,2678,2529,2646,2448,2769,2845,2730,2893,3242,2846,2135,2093,2119,1961,2807,2355,2414,2076,2052,1800,2243,2171,2770,2333,2454,2763,2403,3287,2409,2412,1997,1931,2167,2445,2054,2276,2331,2685,2331,2206,2276,2684,2644,2294,2565,2328,2608,2028,2179,2898,2125,2528,2334,2726,2291,3213,2527,2854,2369,2163,2129,2362,2569,2527,2373,2523,2525,2446,2725,1982,2443,2008,2015,1845,1842,2401,2133,2368,2655,2486,2322,1972,2231,2080,2403,2015,2365,3212,2239,2763,2131,2927,2563,2085,2285,2085,2299,3082,2813,2241,2082,1973,2001,1936,2925,2204,2091,2122,2248,2216,2235,3049,2291,2451,2439,1732,1961,2132,2162,2611,2091,2318,2400,1969,2364,2530,2282,2491,2525,2489,2361,2529,2649,2251,3209,1809,2322,2368,2089,2524,2324,2014,2448,2203,2094,2085,2080,2254,2242,2207,2207,2033,1811,2584,2206,2971,2449,2043,2022,1655,1717,1693,1844,2117,2172,2125,1758,1650,1721,2656,2206,1886,2404,2051,2041,2124,1686,2127,1963,2361,2328,2488,2206,2330,2050,2202,2055,2001,1923,2004,1895,2033,1974,1924,2041,1770,1690,1687,1684,1835,2168,2127,2213,1960,2716,2486,2850,2457,4656,1885,2248,2486,2567,2492,2082,1869,2763,2048,2241,2526,2530,2288,2451,1943,2162,2797,2847,1890,1914,2049,2170,2489,2271,2285,2258,2083,1971,1748,2329,2127,2008,2651,2771,2646,2448,2134,2527,2606,2123,2771,2807,2731,2128,2209,1770,1768,1675,1643,1607,1609,1602,2010,1882,1973,2005,2116,2659,2606,2735,1768,2243,2452,2203,2124,1972,2404,2934,2320,1806,1811,1637,1611,1636,2370,2006,1994,2040,1973,2119,1935,2079,2096,3169,2531,2119,2329,2083,2203,1928,2044,2087,1721,1988,2038,2049,2415,2532,1876,2096,1874,1807,1890,2170,2602,2412,2609,1968,1927,2007,2000,2405,2054,2043,1923,1686,1567,1684,1728,1968,2739,2099,2277,1971,2005,2933,1922,2054,2164,1846,2040,1997,1968,1922,2250,2241,2259,2647,2228,1917,2084,2148,2111,2059,2523,1890,1891,2489,2042,2095,1785,1759,1805,1927,1881,1887,2397,2965,2486,2293,2363,2482,2003,1690,2165,2045,2044,1928,2204,2410,2006,2371,2091,2323,3006,2408,3813,2723,2374,2723,2445,2814,2931,2480,3165,2739,2479,2050,2368,2441,2407,2247,2370,2605,2735,3210,2248,2690,2564,2683,2406,2776,2725,2402,2130,2527,2439,2337,2361,2324,1905,2531,1799,2215,2039,3054,2246,2848,2326,2411,2359,2167,2419,2482,2280,2497,2439,2133,2325,2617,2491,2057,1786,1798,2406,2238,2012,2326,2407,2565,2971,2854,2035,2446,2122,1765,1655,1934,2042,1932,1966,2203,2242,2278,2370,2485,2800,2300,1852,2584,2568,3056,2287,2052,2048,2243,3166,2531,2079,1743,1804,1933,1968,1651,2242,2243,2125,2179,2359,2600,2332,2072,1688,1728,1727,2092,2400,2295,2292,2565,2129,2288,1952,2229,2368,3163,2810,3126,2333,2443,2486,2328,2454,2199,2447,2932,2969,2363,2372,3889,3329,2853,2408,1809,1725,2122,2205,2247,2404,2096,1840,2144,3769,2724,2687,2212,2289,1966,2426,1849,2076,1854,1802,1763,2122,1847,2084,1654,2096,2042,1937,2037,2413,2809,2291,4258,2482,2287,2745,1885,2504,2728,2565,2446,2123,1828,2225,1732,2006,2284,3089,2406,2574,2729,2648,2166,3242,2293,2608,2323,2452,2646,2362,2853,1926,2092,2507,2167,1711,2294,2256,2330,2484,2570,2486,2685,2329,2455,2635,1733,2049,1926,2277,1937,2405,1918,1731,1720,1692,1718,1725,1689,1684,1766,1894,2121,2078,2020,2006,2235,2458,1925,2202,2086,2249,1801,1691,1965,1846,2087,2448,2184,2448,2651,3727,2572,2451,2814,2237,2489,2322,2495,3244,2567,2487,2770,2687,2407,2975,4172,2563,2290,2449,2526,2173,3930,2615,2388,1955,2202,2846,2643,1975,2150,2609,2097,2323,2006,1934,2008,2010,1927,2085,1920,2528,2882,2893,2730,2093,2442,2402,2212,2966,2770,2685,2489,2449,2406,2405,2606,2333,2563,2367,2003,1848,1729,2442,2286,2436,2241,2574,2047,2287,2650,2408,2407,2162,1786,1674,2572,1865,2004,2556,3178,2164,2453,2092,2146,2012,2156,1934,2122,2525,2411,2361,2488,2692,2404,2496,2098,2531,2887,3530,3052,2444,2439,2652,2294,2184,1889,2682,2410,2214,1802,2141,2529,2455,2017,1996,1889,2168,1922,2296,2077,1887,1690,1929,1763,1885,1728,1805,2365,1884,1892,1927,1886,1872,2782,2035,1645,1766,2408,1734,1918,1892,1766,1957,1968,1729,1968,2117,1932,1888,1929,1959,2046,1688,1757,1926,1968,2343,2729,2099,2077,2295,2481,2772,2202,2291,2564,2012,1884,2202,1984,2237,2452,1922,2097,2247,3033,2731,2731,2441,1838,2366,2441,1963,2015,1835,1769,1803,1934,2086,2119,2047,2436,3101,1880,2008,2821,2255,2323,2169,2656,2695,2489,2410,2523,2333,2489,2486,2407,2414,2006,2301,2892,2367,2441,2530,2611,2124,2407,2969,1995,2468,2610,2368,1930,2396,3810,2610,2484,2292,1926,2209,2083,2611,2278,2661,2167,2628,1728,1728,1651,2239,2129,2094,2119,2043,1990,2030,2509,3084,2612,2210,2121,2073,2142,2286,2606,2687,2330,2240,2168,2489,2131,2164,2845,2292,2368,2195,2495,3046,1969,2092,2326,2331,2333,1886,2086,1973,2337,2049,2263,2442,2405,2380,2770,2078,2050,2338,2110,2481,2442,2610,2649,2286,2248,1806,1652,1641,1613,1898,2244,2650,2240,2372,2490,2487,2405,2922,2102,2376,2367,2489,2118,2448,1962,1888,2417,2443,1763,2130,1771,1633,2001,1962,1937,2228,2087,2244,2576,2648,2129,1874,2040,2372,2037,1894,2247,2084,1887,1970,2599,2216,2042,1926,2576,2119,2495,2555,2293,2401,2129,2008,2118,2006,2011,2763,1977,1843,1845,2078,1727,2205,1938,2015,1905,2083,2398,2331,2165,2324,2325,2134,2125,2525,2841,2527,2460,2102,1720,1810,1638,1749,1966,1946,2420,1924,1963,2884,2056,2041,1966,2126,1797,2047,2201,2536,3086,2764,2122,1885,2321,2414,2852,2553,2307,2360,2451,2088,1968,2002,1740,1792,2926,2240,2811,2609,2290,2122,2085,2360,2409,2004,1775,1557,1736,2881,1891,2213,2448,2556,2049,1731,1679,1655,1722,1720,1972,1802,1681,1651,2604,1961,1880,1937,1675,1965,2646,2790,1861,1860,1958,2135,1885,1929,2358,2212,3133,2558,2174,1841,2224,2088,2235,3290,2454,2018,2104,2328,2330,2364,2488,2435,1989,2637,2067,2162,2132,2068,1816,2193,1853,1880,2194,2058,1976,1961,2333,2068,2287,2103,2087,2094,2205,2038,1931,1842,2098,2384,2019,2043,1800,1779,1728,1727,1721,1725,1725,1854,2024,1727,2201,1823,1764,1795,1694,1643,1717,1695,1652,1792,2039,1845,1622,1712,1644,1689,1729,1571,1552,1828,1675,1987,2257,2246,1932,1957,1851,2333,2153,1885,2490,1776,1837,1922,1653,1683,1642,2535,2135,2687,2968,2644,2606,2248,2053,2040,1889,1967,2047,1809,1686,1681,2322,1973,1804,2046,2008,1959,2167,1893,2003,2046,1758,1889,1805,1693,1675,1611,1802,1731,1961,1853,1830,1659,1835,1493,1961,1639,1609,1607,1399,1448,1427,1607,1460,1808,1639,1604,1637,1531,1485,1573,1441,1408,1642,1552,1614,1590,1605,2015,1482,1483,1498,1472,1603,1621,2184,1532,1651,1603,2111,2341,1877,1643,1610,2008,2012,2042,2133,2078,1854,2082,2294,2163,2549,2002,2095,2006,1921,1806,2079,2052,2290,2046,2160,2124,2046,2395,2449,2766,2849,2287,2447,2327,2807,2490,3970,2528,2570,2770,2687,2843,2573,2329,2962,2526,2372,2683,2450,2568,3168,3901,2443,2289,2366,2491,2065,2488,2568,2571,3649,2811,2687,2211,2245,2046,2611,2490,3257,2147,1928,1924,1847,2378,2125,2411,2167,2684,1952,2588,2371,2487,2685,2480,2531,2229,2307,2524,2215,2194,2656,2488,2359,2407,3253,2405,2568,2574,2847,2161,2491,3006,2532,2523,2452,2847,2286,2613,2445,2611,2360,2372,3051,2287,2408,1974,2329,3928,2685,2210,2611,2408,2651,2922,2573,2486,5178,2605,2243,2576,2567,2567,2727,2926,2292,2245,2445,2330,2367,2727,2568,2524,3856,3008,3087,2490,2325,2006,2935,2206,2210,2808,2484,2525,2814,2043,1891,2202,2648,2688,2447,2444,2534,2526,2565,2169,2765,2334,1856,1823,2130,3969,2487,2324,2494,2522,2245,2009,1930,2242,2165,2125,2122,2409,2289,2443,2130,2726,2012,2723,2216,2080,2246,2167,2331,2479,2969,2612,2446,2367,2364,3006,2457,2249,2486,2365,2649,2766,1998,2209,2490,2365,1959,2182,2643,2563,2974,2081,1899,1849,2327,2360,2297,2190,2566,2167,2528,2730,2804,2288,2287,1964,2504,2646,2609,2008,1798,1728,2524,2489,2770,2286,3135,2637,2292,2607,2604,2414,2407,2443,2411,2249,2565,2490,3126,2409,3045,2448,2368,2406,2329,2528,2442,2535,2200,2409,2206,2410,2445,3209,2650,2485,2490,2448,2203,2487,2287,1996,1996,1857,2248,2331,2810,2650,2243,2685,2650,2125,1889,2004,2212,1891,2261,2366,3611,2045,1952,2193,2487,2365,2246,2088,1929,1847,2048,2727,2279,2210,2009,1887,1885,1844,2522,2106,2059,2376,2447,2369,2485,4252,2285,2052,2294,1807,1638,1844,1854,2316,2406,2612,1774,1801,1917,1849,1931,2761,2571,1962,2654,2409,2364,2559,2813,2099,2383,2287,2447,2854,2165,2406,2210,2727,2848,2287,2763,2412,2604,2489,2294,2479,2372,2489,3167,4256,2608,2525,3050,2566,2485,2253,2720,2450,2290,2368,3048,2526,2247,1882,2557,2610,2167,2485,2221,2026,2443,2039,1757,3176,2327,2651,2450,2408,2404,2408,2403,3214,2768,2405,2368,2204,2172,3330,2965,2366,2454,2848,2083,2247,2448,2250,3048,2525,2690,2486,2448,2492,2641,2531,2486,2290,2369,4806,3737,2529,2924,1928,2448,3565,2657,2446,2645,2607,2250,2925,2366,2167,3127,2735,2684,2768,3534,2610,2522,2775,2327,2642,2809,2485,2491,2649,3409,2169,2770,2446,2526,2329,2323,2811,2570,3008,2969,2927,2610,2803,3653,2573,2681,2488,2406,2253,2968,2565,2728,2327,1928,2278,4134,2487,3729,1930,2483,2810,2373,3804,2609,2489,2285,2212,1965,2411,2600,2127,2214,2442,2406,2847,3010,2613,2603,2700,4209,2968,2363,2652,2719,2731,2732,2123,2260,2414,2482,2251,2284,2848,2248,2605,2852,2852,2922,3012,2483,2448,2338,2236,2614,2804,2410,2367,2523,2648,2294,2766,3372,2886,2169,2643,2365,2488,2692,2490,2728,2403,2448,2800,2692,2409,2890,2529,2487,2561,2688,3131,2887,2572,3092,2116,2576,3849,2491,2689,2485,2330,2922,2653,2444,2646,2536,2484,2772,1961,2766,2728,2452,2253,2281,2249,2322,2561,2447,1979,2442,2988,3113,2528,2379,2684,2641,2053,2047,2119,2045,2448,2207,2840,2039,2357,2122,2001,1933,2038,2053,2246,2448,1741,1690,1946,1892,2482,2335,2083,1927,2858,3219,2126,2203,2408,2452,2293,3609,3206,2133,2479,2688,2292,2764,2412,2732,3486,3170,3973,2764,2446,3172,2412,2488,2447,2647,2407,2561,2648,2489,2165,2288,2812,2405,2770,2172,2719,1893,2169,2489,1933,2963,2483,3132,2530,2600,2414,2288,2560,2234,2211,1961,1936,1968,1962,2384,1925,2047,2046,2049,2162,2090,2248,2609,2085,2027,2534,2220,2032,2695,2247,1944,2407,2285,2164,1928,1972,1881,1807,1887,1966,2356,2851,2612,2729,2569,2405,2207,1964,2086,1965,2048,2770,2601,2368,2374,2009,1917,2241,2444,2532,2403,2248,2449,1968,1913,1850,2400,2205,2126,2527,2095,1798,2338,1970,2478,2534,2685,2569,2602,3776,2083,1957,2161,2214,2241,2291,2446,2609,2409,2274,2330,2197,2003,2051,2279,2048,2369,2570,2367,3410,2649,2603,2532,2688,1948,1772,2241,2524,2291,2408,2766,2288,2363,1817,2384,2807,2647,2493,2562,2932,2884,2694,2285,3734,2962,2092,1954,2379,1840,2737,1886,1686,1599,1649,1802,1926,2213,2242,1928,1962,1874,1885,1607,1883,1811,2890,2409,1968,2318,1944,2224,2492,2689,2605,2730,2170,1882,1688,2126,2487,2694,2144,2047,1908,1884,1652,1839,2093,2526,2084,2317,2253,2205,2164,2408,2595,2464,2858,2323,2368,2489,2288,2764,2055,1958,1642,1534,1559,1562,1525,1965,1970,1926,1966,1922,1813,2406,1849,2153,1887,1974,1680,1813,1836,1886,2380,2002,2252,1822,1651,1845,2627,2567,2496,2843,2087,1772,1806,1845,1972,1917,2211,2251,2439,2297,2358,2061,1923,2006,2092,2047,1887,1873,1856,3057,2691,2726,2047,1804,2172,2040,1894,1958,2087,2054,2289,1965,1727,1917,1685,1684,1843,1937,2242,2040,2047,2240,2533,2683,2325,2135,2406,2488,3089,2109,2007,1927,2065,1884,2163,2529,2367,2447,2572,2405,2363,2768,2216,2325,2489,2525,2048,2085,1892,2062,1811,1567,1647,1727,1803,1959,2165,1926,1890,1999,2011,2162,2287,2735,2521,2168,2164,2373,2325,2608,2530,2608,2385,2651,2446,2723,2612,2339,2174,2444,1950,1844,1768,1886,1925,2159,1970,1972,1846,1924,2041,1925,1967,2136,2400,1813,1925,2427,2168,1830,2157,2731,2886,2526,2329,2731,3448,2399,2495,2609,3967,2250,2571,2036,1968,2206,2047,2521,2287,2409,2210,2128,2240,1931,2607,2527,2531,2760,3814,2526,2091,2493,2560,2110,1999,2405,3009,2849,2254,2042,1965,1926,2491,2562,2454,2487,2566,2771,2252,4047,2377,1851,2212,2323,2046,2283,2293,2482,2729,1929,1823,2001,1927,1848,1886,1925,2040,3069,1935,1999,2568,2326,2236,2368,2274,2292,2036,2439,2636,2570,2613,2130,2567,2564,2935,2001,2679,1917,2644,2448,2105,1695,1881,2407,2407,3007,3208,2171,1775,1960,2091,2277,2132,2089,3327,2841,4493,2697,2126,2441,2249,1888,2169,2559,2531,2527,1931,1648,1561,1495,2037,1934,2043,2328,2329,2522,1959,2444,2331,2244,3089,2126,1884,1926,2286,3332,2452,2563,2529,2443,2528,2567,2535,2487,2526,2442,2374,2886,2767,3616,3005,2497,2717,2212,2207,2323,2527,2292,2480,2369,2373,2008,1917,2661,2567,3408,2651,2446,2845,1921,2297,2647,1960,2248,3208,2528,2089,2167,1883,1928,1804,2166,1973,2320,2326,2443,2496,2035,2096,2036,2209,1808,1692,1564,1843,2731,1982,2643,2893,2160,2371,3130,2530,2324,3292,2529,2642,2172,2328,2167,3366,2369,3326,2572,2486,2365,1654,2522,2054,2040,2092,2327,2240,2091,2049,2680,2372,2954,2528,2205,2624,2487,2694,2284,2486,2730,2210,2791,2780,2049,2491,2123,1878,2578,2883,2613,2709,2786,2433,2489,2335,2171,2051,2362,2045,2430,2029,2363,2482,2208,2164,2010,2315,2085,3262,1880,2168,2003,1965,2165,2405,2250,2486,2606,2497,2485,2733,2927,2202,2213,2485,2369,2080,2252,2009,2041,2126,2442,2245,2098,2526,2369,2211,2168,2448,2321,2374,2604,2490,2408,2365,2018,3212,2098,1794,2410,2330,2088,2612,2252,2728,2721,3051,2327,2057,2680,2406,2644,2538,2448,2533,2085,2411,2045,2114,2131,2157,2053,2086,3892,1967,1970,2169,2046,2244,2202,2334,2554,2177,2316,2773,2450,2886,2240,3123,1884,1933,1916,1969,2184,2971,2009,2231,1891,2197,1929,2011,1882,1921,1817,1954,1894,1848,2088,2045,2196,1894,1959,1966,1931,1923,2013,1994,2132,2161,2013,2045,2082,1886,1928,1968,2046,2249,2206,1928,2037,2168,2379,2246,2330,2106,2125,2484,2412,2128,2323,2328,1924,1917,1810,2006,1855,1832,2013,1849,1879,1845,1852,2009,1806,1722,3237,2417,2125,2727,2803,2573,1962,2205,2372,2087,1971,2284,1976,2044,2009,2068,1949,2080,2262,2071,1893,2004,1890,2006,1885,1843,1925,2126,2411,2017,2326,2569,2607,1793,1722,2074,2120,2294,1905,1922,1846,1885,1890,1882,2160,2010,2284,1976,2119,2495,1948,2602,2609,2104,1851,1688,1770,1962,1809,1889,2585,2053,2069,2492,2443,2329,3449,2971,2210,2053,2039,1766,2236,1932,2212,1913,2139,2564,2423,2252,1977,2296,2649,1757,1654,1794,2219,1956,2374,1923,2126,2005,1887,1850,1925,2449,2043,2007,1886,2044,2515,2124,1702,1959,2123,2456,1770,1999,1655,1927,1918,1805,1979,3020,2504,2214,2315,1793,2185,2957,3335,2096,2024,2067,1962,1804,1734,1724,1874,1974,1929,1913,1734,1743,2086,2085,2173,2197,1966,1884,2130,1920,2009,1724,1890,1841,2094,1925,1809,2033,2199,1975,2084,1972,1856,2350,2708,2005,2010,1957,2764,2212,2410,2093,2099,2148,1935,1846,1885,1635,2335,2000,2095,2317,2441,2448,2646,2127,2166,2536,2589,1960,1906,2038,2691,2813,2319,2327,2453,2083,2525,2086,1868,1878,1814,1836,1855,2417,2488,2246,2407,2127,2526,2331,2806,2691,3008,2333,2157,1968,2375,2207,2206,2285,2448,2051,2486,2604,2696,2640,2657,3204,2329,2724,2532,2852,2640,3133,2097,2808,2606,2286,2292,2614,2661,2061,2332,2364,2438,5136,2262,2296,1956,2122,2049,2602,2567,2576,2724,2491,2567,2320,1977,2814,2007,2352,2408,2487,2129,2598,3532,3014,2369,2282,2489,2088,2522,2976,2968,2805,2685,2406,3055,2407,2649,2401,2251,2370,2488,4166,2535,2407,2128,2564,2766,2497,2409,2370,2401,2090,2048,1966,2319,2363,2133,2107,2205,2043,2288,3051,3045,2772,2290,2721,2607,2651,2206,2731,2964,2729,2451,2488,2527,2529,2086,2398,2884,2607,3896,3092,2642,2406,2247,2215,2526,3167,2405,2246,2451,2692,2404,2204,2490,2490,2643,2332,2805,2446,2412,2524,1812,2526,2242,1933,2363,2364,2251,2682,2332,1922,1851,2172,2162,2251,2244,2208,2283,2329,2367,2525,2475,2371,1737,2186,2604,3611,3051,2929,2406,2446,1684,2297,2610,2327,2972,2408,2850,2972,2801,2370,2088,2051,2079,2526,2409,2371,2485,2648,2609,2486,2971,2405,2123,2568,2568,2364,2004,1579,1564,1687,1958,1886,1933,1842,1949,2367,4010,2439,2409,2045,2169,3047,2228,2845,2325,2200,2495,2561,2202,2207,2286,2331,2768,2604,2369,2329,2446,2246,2292,2527,2326,2280,2013,1922,1849,1882,1856,2083,2306,2053,1896,1887,2359,2565,2690,2726,2567,2291,2128,2162,1969,2564,2401,2170,1928,1891,1886,1639,1693,2163,2223,2288,2284,2330,1917,1916,2090,1801,1925,2237,2334,2043,1681,1648,2183,3214,2016,1930,1881,1973,2241,2330,2214,1797,1891,2773,2199,2405,2530,2887,2126,2409,2080,1862,2208,2289,2648,2447,2928,2403,2131,1806,1719,1888,1849,2354,2405,2570,2043,1960,1961,2171,2532,1843,2086,1527,1561,1604,1935,2679,2849,2326,2286,2528,2170,2237,2211,1805,2520,1969,2207,2171,2130,2402,2203,2167,2171,2564,2327,2024,1929,1894,2423,2407,2443,2049,2328,1690,1597,1564,2008,2083,2231,2007,1936,1645,1562,1842,1567,1681,1648,1882,2052,2089,2230,2610,2524,3375,2530,2525,2847,2531,1922,2244,2055,2792,2409,1963,1884,1852,1882,1842,2212,2362,2381,2002,2479,2648,2576,2242,2930,2530,2082,1806,1888,1921,1689,2091,2405,2482,1862,1680,1563,1529,1532,1556,1944,2284,2165,2644,2117,2519,2601,2090,2356,2083,2009,2447,1841,2203,2495,2131,2085,1883,1723,1684,1683,1685,1648,1921,1890,1961,2267,2570,2349,1855,2517,1974,1962,1892,1835,1657,1924,1966,1724,1884,2199,2008,2255,1889,1884,2076,2691,2230,2005,1925,1841,1684,1690,1806,2007,1925,1808,1763,1919,1933,2400,2482,2556,2338,2358,3126,2447,2449,2453,2488,2247,2448,2155,1754,2587,2288,2891,2411,2560,1920,2054,1832,1855,2046,1922,1851,1644,1850,2485,1805,1771,1927,1875,1777,1958,2092,1964,1759,1926,1727,1726,1959,1920,1562,1686,1562,1648,1685,1520,1649,1478,1402,1503,1550,1459,1924,1800,1523,1556,1614,1563,1572,1477,1526,1562,1526,2049,1805,2130,1759,1522,1467,1421,1788,1370,1533,1551,2273,2854,2348,1709,1727,1676,1962,2497,1878,1809,1970,2388,2053,2096,2013,2244,2056,1945,2110,2095,2031,2301,2138,2024,1649,1677,1918,1687,1525,1640,1893,1726,2135,1810,1795,1687,1734,1548,1381,1428,1376,1417,2205,1894,2066,2292,2157,2142,1689,1607,1923,1787,1779,1601,2124,2072,1945,1525,1831,1496,2119,1556,1680,1693,1427,1329,1814,1807,1874,1603,1733,2040,2419,1794,1711,1579,1413,1405,1404,1679,1700,2018,1815,2004,1540,1631,1534,2100,1889,1922,1728,1723,1859,2098,2461,2725,1986,1885,2081,2133,1838,2283,1966,1930,2044,1817,1960,2119,1977,2033,1857,2001,2548,1749,1980,2014,2077,2089,2215,2243,1827,2045,1884,1951,2175,2079,2531,2568,3694,2476,2130,2529,2444,2577,1695,2291,2096,2085,1896,1956,2166,2288,2848,1844,2229,2471,1918,2288,2386,2227,3529,2490,2127,2124,2365,2406,2606,2524,2601,2288,2008,2352,3085,2656,2321,2033,2208,3248,2688,2729,2483,2329,2414,2449,2372,2365,2212,2366,2286,2245,2245,1996,1938,2039,1881,1657,2082,2041,2174,2081,2299,2931,2411,2030,1981,2020,1889,1843,2688,1919,2207,2564,2455,2603,2368,2764,2410,2410,2518,3331,2176,2121,2374,2765,2456,2045,2265,2531,2449,2527,2531,2407,2122,2489,2167,3651,2650,2803,2567,2089,2330,2248,2084,1964,3263,2636,2210,2446,2043,1925,1845,2579,2448,2394,2289,1963,2255,3411,2156,2011,2049,2330,2176,2034,1972,2021,2244,2563,1899,2074,2220,2086,2168,2120,2009,2421,2040,2527,2605,2370,2078,1981,1836,2269,1849,3048,2434,2126,2441,2005,2133,2052,1973,2493,2972,2605,1970,2252,2767,2045,2205,2407,2733,2851,2164,2727,2880,2290,2569,2486,2450,2651,2723,2609,2291,2401,2486,2369,2526,2522,2055,2064,3007,2122,1953,2211,2015,1730,2049,1923,2014,2579,2109,1612,1561,1560,1808,1572,1523,1803,2049,2004,1680,1691,1738,1794,1765,1563,1729,2005,1567,1664,1837,1701,1827,1489,1628,1563,1343,1515,1529,1631,1567,1605,1360,1941,1880,1450,1488,1562,1568,1568,1600,1471,1525,1490,1527,1600,1654,1990,1444,1622,1509,1740,1623,1649,1643,1647,1637,1764,1819,1727,1679,2129,1682,2282,1578,1506,1858,1521,1597,1730,1965,1655,1480,1402,1451,1483,1607,1641,1714,1562,1895,1673,1412,1413,1403,1552,1563,1702,1513,1603,1523,1608,1551,1513,1406,1376,1401,1813,1800,1682,2124,2045,1932,1922,1769,1776,1678,1842,2768,2888,2372,2009,2117,2332,1964,2770,2640,3016,2445,2813,2579,2124,2456,2407,2039,1900,2278,3613,2405,2252,2487,1721,1929,2859,2442,2131,2290,2368,2400,2412,2324,3170,2126,2079,2014,2449,2529,2842,2213,2446,2410,2443,2607,2293,2442,3008,2408,2449,2527,2408,2411,2444,2405,2130,2126,2811,2686,2402,2294,2484,3012,2388,2562,2012,1919,1814,2487,2209,2440,2651,2042,2611,2327,2060,2012,2950,2527,2133,2725,2288,3491,2366,2245,2122,1927,1849,1844,2569,2732,2768,2642,2245,2656,2440,3218,2243,2970,2406,2170,2087,2239,2487,2081,2213,2046,2004,1886,1882,2377,2365,2164,2453,2291,2563,2772,3128,2769,2728,2213,1879,1887,2363,2331,2211,1850,1606,1534,1714,2407,2091,1556,1964,1856,1796,2325,2133,2574,1874,2013,2117,2052,2043,2498,2206,2491,1973,2260,2128,1794,2046,2152,2053,3296,2200,2008,2209,2846,3008,2446,3173,2322,2131,1975,1963,2001,1926,1895,1964,1965,2044,1971,1682,1958,1895,1967,2037,1766,2486,1977,1919,1971,1805,1958,2296,2004,1877,1896,1885,1642,1932,2673,2486,2042,2935,2808,2566,4090,2615,2483,2445,2529,2085,2412,2168,2364,2088,2218,2806,2406,2163,2259,2285,2085,2569,1960,2443,2369,2088,2535,2475,2407,2448,2485,1931,2762,2532,2329,1875,1955,2102,2245,2492,2240,2096,2317,2048,2046,2006,2503,2320,2285,1864,2319,2041,2256,2157,2133,2519,2413,2776,2188,1646,1572,1561,1559,1850,2008,1842,1890,1840,1975,2263,1959,2084,3128,2253,2245,1846,2284,1924,2367,2212,2004,2322,1974,2221,2046,2081,1908,2054,1932,1972,2212,1763,2372,2300,1810,1880,1847,1722,1768,1850,2081,1848,2245,2565,2011,1884,1846,1882,1889,1840,1812,1805,1799,1734,2266,2206,2020,2247,1815,1879,1925,2008,2110,2675,3364,2419,2524,2830,2425,3330,2932,2242,1717,2781,2893,2067,2198,2024,2381,2160,2658,2783,2809,2520,2170,2598,2577,2370,2120,2379,2331,2407,2076,2204,2420,2927,2683,2531,2527,2361,2007,1924,1928,1998,2004,2406,2168,2194,2075,1975,1967,2126,2045,2122,2050,2046,1965,2010,2084,2126,2211,2163,2280,2097,2034,2088,2053,2529,2170,2205,2406,2528,2452,2288,1894,1840,1886,2359,2319,2174,2365,2525,2690,2807,2284,1935,1889,1882,2763,2501,2568,2441,2091,2687,2282,1976,1921,2173,1842,1954,2451,2111,1967,2049,2440,3007,2406,2048,2080,2007,2058,2036,2486,2525,2087,2151,2083,2158,2218,2245,2036,2088,1937,1802,2081,1845,2042,2049,2609,1928,2362,2245,2488,2494,2159,1980,2054,2369,2085,2043,1885,2376,2077,2009,2039,1894,2081,1925,2047,2005,2206,1970,2213,2527,2285,2210,2486,2085,2165,2080,2007,2125,1898,2166,2333,2308,2519,2128,2130,2087,2647,1759,1932,1883,2206,1571,1684,1923,1921,1815,2034,1925,2088,1852,2250,2481,2164,1889,1768,1802,2609,1960,2213,1959,1767,2128,1963,1899,2566,1842,2408,2082,2123,2609,1886,2454,1927,1805,2040,1809,1647,1670,1983,1671,2015,1636,1740,2033,1841,1719,2216,2121,1800,1887,2447,2042,2083,1897,1843,1809,1887,2538,1962,1981,1925,1879,1764,1843,1977,2321,1931,1800,1771,2197,2450,2287,2316,2451,2448,2053,1867,2257,2525,1933,2201,3170,2690,2403,2648,1853,1734,2019,2128,2206,2286,2329,2245,2372,2283,2325,2332,2367,2222,2015,1728,1614,1692,1822,2325,2402,1933,1844,1885,1809,1842,1690,2266,2779,1883,1814,1767,2230,2016,2093,1997,2006,1689,1962,1526,1567,1884,1890,1690,2125,1886,2286,2083,2282,2254,2016,2127,2045,1897,2751,2165,2044,2886,2609,2248,2208,2323,2452,2329,2286,2641,2494,2201,2023,2238,2494,2402,2247,2061,2162,2445,2137,2371,2360,1767,1838,7948,2651,2489,2162,3011,2329,2001,2483,2810,2101,2481,2128,2448,2890,2286,2286,2284,2208,2204,3576,2244,2728,2405,2288,2209,2364,2849,2653,2407,2125,1889,1834,1970,2282,2215,2442,2050,2031,1973,1919,2291,2050,2480,2411,2172,2086,1922,2408,3205,2452,2168,2037,2250,2247,2011,1998,2361,6392,2486,2369,2328,2082,2213,2487,2324,2255,1964,1817,2118,2678,2442,1927,1894,1884,1922,1724,2411,2329,2449,2567,2407,2441,2289,1813,1886,1890,2788,2574,2319,2410,3094,2930,2562,2648,2287,2286,2292,2879,2446,2532,2531,2243,2454,3043,2693,2686,2486,2249,2527,1889,2510,1840,2043,2012,1885,2368,2289,2611,2208,2538,2495,2486,2609,2363,2410,2048,2325,2334,2316,1798,1760,2289,2164,1807,1965,2006,1691,1593,1534,1558,1730,1844,1884,1889,1959,2241,2766,2010,2056,2550,1933,2726,1797,1537,1768,2122,2206,2215,2034,2209,1927,1879,2210,1996,2090,2374,2000,2005,2054,2039,2050,2048,2326,1967,1846,1843,1965,2039,1844,2007,2125,2445,1886,2087,2017,1953,1974,2046,2326,2090,2281,1810,2208,1997,1893,1840,1564,1567,1813,1883,2006,2205,2048,1839,1843,1932,2004,2046,1961,1892,1969,2009,1993,2049,1972,1849,2119,1898,1911,1896,1971,2000,2002,2010,2043,1927,2609,1811,1675,2087,2130,1796,1732,1491,1681,1636,1765,1412,1437,1738,1638,1891,1914,1699,1920,2075,2003,2114,1877,2329,1886,2325,2368,2489,1807,1982,2854,2930,2324,2430,2405,2609,2849,2691,2443,2447,2113,2093,2469,2292,2023,2014,2166,1966,1966,2046,2119,2044,2654,2080,2253,1962,2896,2040,1688,1523,1453,1720,1962,1643,1457,1677,1605,1680,1729,1605,1685,1851,1923,1806,1859,2318,2086,1930,2086,2008,2080,2054,1803,1887,1648,1633,1724,1572,1929,1968,2123,2523,2126,1970,2171,1954,2046,2099,1953,2008,1928,1921,1850,2005,1929,3094,2286,2724,1887,2239,2085,2447,2004,2713,3089,2624,2332,2644,2526,2253,1930,1883,2009,2287,3369,2682,2177,2611,2393,2727,2454,1956,2136,2007,1933,2634,2252,1562,1608,1694,2275,1929,1889,1971,2000,2005,1795,1692,1756,1962,1876,1929,2069,2210,2186,2128,1886,2099,2233,2037,1937,2128,1964,1956,1818,2125,2340,2627,2583,2614,2377,2199,2163,3566,3311,3490,3448,2629,2216,2762,2887,2962,2691,2333,2452,2442,2337,2399,2564,2567,2348,3253,2290,2733,1759,1807,1842,1799,2130,2003,1888,2289,2284,2056,2123,1965,1886,2140,2247,2329,2565,2491,2487,2847,2448,2367,2248,2371,2284,2337,2482,2329,2520,2533,2284,2571,2005,2411,2485,2445,2606,2168,2528,2291,2241,2414,2078,2489,2447,2606,2851,2650,2645,2494,2283,1995,2180,2324,2656,2255,2322,2293,2317,2367,1717,2495,2562,2573,2447,2608,2282,2758,2555,3182,2366,2292,1901,1650,2311,2127,3172,2292,2032,1809,1885,1810,2128,2643,2937,2245,2524,2119,2655,2645,2442,2084,2117,2335,1847,2124,2319,2134,2130,2006,1880,1801,1616,1601,1684,1971,1797,2131,2119,2087,2135,2046,2156,1936,1919,1929,2611,2007,2049,2524,1925,2296,1951,1761,1610,1766,1920,1812,2160,1965,2051,2006,2010,2043,1846,1814,1697,1567,1647,1995,2008,1875,1770,1940,1769,1724,1960,2008,1893,2084,1918,1885,2085,2247,1695,1928,2242,2360,2008,2250,2404,2806,2526,2171,2164,2451,2572,2690,2124,2234,1887,1852,1915,1818,1795,1924,1964,1888,1964,2131,1801,2131,2044,1855,1644,2028,2281,2201,2286,2211,2010,1835,1914,1904,1955,2323,2204,2364,2220,1945,2293,1969,1723,1947,1922,2053,1807,1817,1985,1727,1600,1526,1959,1855,1961,1924,1930,2687,1841,1691,1965,2038,1565,1594,1845,1542,1684,1589,1484,1489,1574,1686,1642,1726,1884,1970,1395,1439,1458,1796,1849,1929,2377,1708,1654,1668,1599,1533,1511,1655,1685,1686,1876,1430,1869,1541,1966,1821,2112,1921,1799,1998,1622,2046,1761,1321,1567,1973,1564,2158,1605,1926,1576,1515,1482,1495,1423,1800,1403,1490,1441,2037,1989,2037,1516,1559,1991,1871,1745,1653,1945,1571,1526,1523,1412,1577,1552,1414,1451,1748,1487,1597,1582,1528,1522,1675,1497,1478,1787,1559,2121,1727,1574,1557,1642,1796,2221,1758,1773,1746,1663,1559,1528,1541,1676,1829,1623,1581,2074,1841,2174,1991,2206,1905,1928,1976,2929,2086,2963,2449,1892,2283,1951,1883,2162,1777,2276,3139,2289,1907,1650,1997,2008,2231,2666,1969,2083,1694,1762,2065,2125,2423,2681,2729,2411,2483,1704,2415,2006,1923,1959,1926,2010,1924,1895,1996,2278,2642,1804,2371,2520,2340,1847,1893,1879,2312,3607,4255,2724,2449,2202,2496,2571,2562,2247,2173,2326,2410,2687,2009,2036,2090,2003,2161,2291,2283,2128,2447,2412,2402,2410,2367,2283,2614,2201,2370,2306,1929,1920,2374,2560,2332,2051,2429,2250,2083,2090,1726,1679,1648,1904,2445,2319,2112,2082,2459,2288,2329,2774,2170,2642,2769,2414,2487,2044,2252,2124,2243,2287,2122,2044,3084,2576,2278,2332,2279,2363,1912,1930,1802,2104,2163,2328,2124,2289,2285,2564,1970,1741,2889,2405,2207,2389,2280,2422,4058,2118,2049,1842,1854,2321,2347,1838,1889,1888,1888,2005,2012,2084,2049,2005,2201,1887,2000,1851,1801,2049,1924,1969,1721,1895,1918,1842,1647,1843,1927,1768,1851,2003,1647,2484,1967,1889,2127,1999,2125,2454,2246,2089,1801,1892,1880,1880,1809,1635,1639,1971,1964,1763,2090,1684,1718,1607,1609,1638,1458,1756,1607,1715,1680,1332,1812,1803,1806,1883,1730,1484,1810,1598,1634,1496,1474,1360,1813,2017,1753,1536,1713,1932,1490,1356,1778,1761,1954,1299,1545,1499,1434,1499,1428,1605,1483,1296,1785,1750,1901,1566,1453,1474,1687,1609,1567,1500,1472,1540,1544,1499,1886,1602,1562,1715,1461,1452,1514,1428,1574,1619,1715,1514,1425,2087,1784,1546,1669,1720,1883,1603,1715,1721,1717,1779,1607,1617,1522,1615,1710,1761,1894,1689,1560,1714,1731,1525,1683,1802,1753,1662,1552,1534,1808,2325,1977,1752,2413,2130,2449,1893,2125,1837,2078,1773,1589,1605,1741,2168,2026,1919,2119,1819,1899,2058,2028,1769,2116,2333,2182,1735,2222,2025,1903,1928,1973,1674,1988,1990,1882,1580,1744,1938,1677,1766,1654,1608,1665,1513,1483,1555,1535,1757,1615,2172,1869,1996,2041,1941,1881,1933,1757,1747,2086,2109,1833,1847,1870,2073,2235,1736,2229,1940,2086,2721,2042,2534,2284,2449,2451,3203,2614,2609,1962,2395,1950,1958,1844,2033,2316,2817,2330,2367,2522,2486,2329,2406,2491,1971,2464,2484,1977,2001,2452,2011,2408,3123,2529,2889,1890,2204,2127,1885,1892,3281,2154,2074,1929,1882,1963,1891,2327,2447,2053,2007,2515,2694,2122,3041,2457,2360,1922,1655,1567,1532,1527,1552,2089,2606,3290,2403,1889,1922,1847,2413,2125,2086,2041,2811,2025,2614,2161,2442,2050,2048,2443,1760,1929,1849,2083,1890,2000,2013,2082,1923,1925,2126,2162,1888,1966,1890,1924,2327,2162,2014,1881,1827,1650,1633,2084,1800,1717,1411,1634,1409,1483,2086,1924,1968,1887,1958,1929,1959,1858,1999,2082,2085,2018,2004,1922,2811,2739,2008,2520,2692,2006,1586,1729,1797,1734,1879,2052,1999,1976,2039,1934,1965,2081,2042,2409,1514,1657,1719,1611,1642,1921,1601,1601,1615,1647,1717,1573,1637,1578,1713,1743,1796,1649,1968,1592,1527,1526,1416,1594,1614,1556,1441,1383,1685,2111,1687,1647,1926,1771,1601,1606,1474,1419,1631,1582,1671,1891,1843,1991,1573,1445,1883,1704,1696,1908,1937,1915,1902,1807,1430,1375,1408,1749,1774,1652,1945,2289,1651,1677,1704,1734,1610,2028,1774,2060,1757,1648,1792,1591,1638,1577,1759,1495,2022,1947,1949,1973,1604,1536,1619,1890,1573,1888,1450,1338,1957,1462,1671,1510,1472,1337,1940,1509,1392,1351,1992,1424,1564,1643,1704,1818,1817,1497,1693,1871,1909,1434,1300,1370,1873,1352,1439,1361,1604,1562,1429,1368,1455,1739,1442,1339,1310,1813,1786,1245,1741,1810,1406,1390,1364,1274,1764,1786,1780,1382,1310,1291,1856,1314,1396,1285,1760,1786,1831,1396,1363,1371,1347,1786,1788,1789,1519,1725,1775,1470,1440,1280,2021,1572,1485,1600,1875,1373,1458,1433,1505,1382,1811,1581,1543,1446,1301,1991,1526,1740,1439,1527,1364,1696,1595,1562,1555,1557,1494,1482,1471,1544,1574,1570,1635,1664,1738,1673,1661,1660,1805,1617,1745,1696,1726,2085,1794,1579,1745,1530,1713,1978,1669,1700,2056,1869,1871,1765,1774,2217,2286,2012,1970,2487,2703,2040,2078,2536,2127,2032,2013,2132,2370,2121,2116,2116,2487,2404,2172,2237,2139,2082,1996,2384,2568,2292,2069,2420,2128,2276,2322,2063,2164,1970,1926,2730,3801,2735,2644,1941,1809,1881,1759,1727,1887,1967,2203,1926,2230,2202,2022,2043,1930,2240,1934,1804,2081,2378,1882,2688,2291,2403,2605,2009,2852,2096,2057,2565,2487,2649,3092,2371,2490,2644,2648,2374,3089,2483,2605,2569,2449,2368,1895,1958,3002,2246,2097,2130,1889,1812,1833,2193,1840,1920,2604,1692,2062,2532,1982,2046,2043,1894,1966,2287,1844,1680,1730,1649,1803,2473,2337,2489,1998,1767,1929,2700,2826,1967,1894,1558,2097,1673,2052,1843,1760,2081,1810,1759,1929,2332,1840,2405,2527,2040,2166,1807,2170,1684,1799,1732,1808,1885,1966,2157,1936,1885,1998,2086,2085,1768,1770,1686,1802,2001,2895,1848,1758,1486,1478,1638,1672,1477,1444,1718,1555,1734,1845,1722,1643,1577,1527,1513,1485,1719,1822,1602,1720,2373,2124,1843,1802,1661,1795,1968,1604,1488,1728,1641,1776,1793,1732,1771,1631,1534,1522,1772,2070,1703,1555,1611,1648,1530,1595,1648,2001,1702,1470,1493,1448,1600,1363,1394,1346,1680,1427,1557,1414,1432,1418,1400,1365,1439,1393,1403,1380,1513,1457,1390,1410,1485,1793,1345,1673,1403,1354,1429,1404,1363,1590,1484,1374,1553,1566,1481,1447,1408,1476,1567,1472,1595,1345,1966,1590,1616,1408,1325,1823,1520,1297,1976,1603,1337,1487,1504,1840,1514,1527,1347,1602,1466,1367,1405,1781,2045,1408,1319,1824,1805,1642,1440,1313,1375,1900,1555,1832,1435,1404,1399,1386,1387,1553,1643,1853,1400,1495,1418,1399,1383,1449,1385,1444,1502,1765,1400,1401,1421,1428,1418,1429,1418,1394,1329,1758,1593,1264,1796,1900,1465,1462,1440,1377,1382,1390,1867,1514,1307,1765,1772,1771,1772,1770,1806,1333,1771,1675,1459,1295,1750,1767,1768,1767,1915,1375,1247,1852,1728,1305,1792,1740,1708,1748,1786,1784,1359,1503,1266,1771,1712,1757,1749,1718,1754,1766,1669,1352,1745,1728,1724,1729,1717,1731,1716,1740,1319,1815,1754,1696,1690,1744,1762,1804,1757,1452,1329,1746,1714,1702,1704,1772,1781,1791,1865,1310,1490,1789,1843,1803,1849,1375,1519,1351,1569,1762,1572,1602,1562,1625,1351,1979,1378,1655,1878,1892,1808,2428,2767,2464,2700,3140,2771,2874,2554,2670,2373,2673,2826,2914,2609,3218,3095,3083,2762,3102,2680,2931,3209,3253,3276,2821,2411,2441,2407,2360,4163,2548,2248,3045,3333,2816,2744,3073,2985,2875,2958,2729,2973,2240,2352,2226,2326,3295,2551,2895,3716,2650,2789,2517,2532,2726,2607,2284,2811,2491,2697,2506,2341,2720,2222,2415,2213,2490,2848,2126,2363,2725,2860,2772,2400,2861,2324,2530,2600,2655,3061,2369,2301,2465,2362,2371,2589,2530,2404,2328,2389,2212,2522,2141,2427,2330,2325,2414,2231,2085,2477,2258,2250,2575,1963,1691,2296,2131,2084,2448,2289,2246,2520,2969,3458,3044,2246,2806,2811,2133,2241,2290,3247,2407,2128,2083,1971,1925,2245,2685,2491,2566,2325,2492,2288,2603,2482,2015,1885,1955,2285,2564,2454,2685,2204,2486,2372,2409,2406,2646,2727,2488,2685,2810,2847,2856,2248,2449,2369,2687,2529,2568,2078,2531,2405,2614,2079,2407,2977,2924,2492,2366,2402,1886,2172,2480,1886,2369,2654,2209,2504,1999,1896,2001,2012,1925,2433,2440,2446,3130,2493,2285,2767,2297,2053,1886,2491,2897,2367,1909,2333,2328,2041,2495,2045,2440,2560,2568,2683,2175,2480,2532,3212,2522,2728,2208,1807,2213,2570,2285,2445,3013,2607,2240,1967,2763,2500,1965,3698,2165,1995,2534,2368,2171,1917,2491,2132,4065,2442,2454,3241,2292,2285,2265,2236,2652,2126,2002,1801,1769,2090,2161,1930,1965,2091,1996,1971,1884,2332,2643,1802,1812,2043,2005,1888,1808,2044,2323,1885,1966,1935,1967,2005,2034,2009,2132,2050,2116,2256,2537,2679,2014,2482,2931,2323,2529,2339,2164,1926,2209,2249,2437,1976,1999,2171,2046,2042,1933,2003,2118,1805,2255,2009,1926,1916,1850,1841,2093,2489,2128,1926,2126,2558,2089,2294,1999,1813,1684,1679,1802,1684,1808,2009,1844,1888,1891,1919,2365,1933,1998,2096,1634,1849,2253,1771,1500,1713,1574,1522,1730,1711,1935,2077,1812,1592,1729,1488,1564,1487,1475,1612,1685,1635,1815,1552,1757,2294,2155,1888,1798,1764,2296,2036,1936,2522,2965,2537,2563,2240,2828,2290,2245,2407,1880,1938,2662,1892,1834,2008,2451,2074,2053,1926,2159,2073,2238,1823,2210,1751,2446,1901,1847,2472,1903,1805,1765,1651,1718,2115,1899,1968,1958,1925,1933,1922,1814,1758,2475,1807,1944,1916,1829,2156,1774,2077,1776,1540,1677,1522,1439,1957,1880,1520,1486,1933,1552,1457,1637,1560,1769,1892,1572,1404,1347,1968,1501,1703,1614,1690,1526,2019,1525,1645,1761,1905,1755,1763,1910,1813,1720,1692,1650,1672,1977,1670,1499,1715,2002,2047,1695,2409,1811,1713,1603,1650,1966,1756,2034,2554,1657,2196,2487,2354,2966,2491,2444,2249,1967,2005,1883,2380,2124,2095,2016,2012,2076,1931,2773,2039,1894,2200,2493,1841,2208,1846,1962,1929,1923,2409,2207,2251,2860,2850,2050,1961,2687,1894,2037,2087,1973,2085,2359,2210,1925,2136,3018,2931,3046,3226,2539,2445,2653,2521,2484,2409,2524,2213,2049,2358,2443,2527,3057,2373,2209,2290,1923,2207,3167,2608,2567,2243,2207,2444,2088,2086,2330,2604,2296,2005,2211,1898,2090,2084,2002,2046,2048,1569,1561,2367,2738,1802,1964,3279,2412,2132,1749,2037,1969,2242,1846,1648,1605,1690,1684,1678,1693,1879,2012,1922,1765,2007,2652,2807,3093,1969,2080,2367,2569,2726,2372,2775,2722,1914,2014,1759,1767,1686,1930,1843,1679,1966,1810,1683,1724,1716,2722,2167,2078,1919,1687,2131,2524,2205,2405,1776,2644,2436,2126,2613,3252,3007,2725,3169,2332,2367,2608,2480,2970,2527,2769,2289,2371,2120,2733,2646,2489,2122,1930,2041,2368,1856,2043,2118,2026,2331,2568,1931,1799,1985,2455,2850,2406,2524,2074,2797,1770,1809,2358,1894,2197,1897,2332,1973,2277,2462,2375,2473,2539,2010,2638,2380,2002,2332,2060,1995,2065,2241,2484,2211,2033,2549,2157,2197,2206,2390,2499,2286,1699,2409,2189,2570,2163,2232,2477,2252,1823,2362,1847,1606,1572,1793,1808,1731,2278,2149,2441,1951,2070,1935,1448,1402,1376,1696,2200,1594,1694,1712,1619,1711,1939,1548,1558,1976,1647,1530,1513,1480,1801,1499,1518,1352,1298,2022,1641,1528,1795,1569,1413,1419,1426,1374,1555,1331,1684,1504,1585,1740,1509,1418,1423,1343,1431,1682,1589,1395,1488,1434,1641,1331,1851,1397,1368,1445,1486,1292,1788,1444,1422,1403,1359,1832,1320,1597,1590,1495,1539,1585,2170,1607,1741,1466,1410,1538,1484,1638,1305,1826,1428,1421,1492,1508,1400,1813,1896,1464,1407,1301,2124,2027,1586,1505,1386,1325,2022,1749,1446,1407,1496,1642,1564,1710,1656,1401,1322,2215,2048,1669,2438,1754,1804,1635,1698,1757,1739,1633,1900,2159,2014,2052,2407,1960,2100,2496,2804,2724,2653,2490,2287,3009,2081,2488,2056,2279,2071,2686,1978,1892,1961,2131,2126,2002,2134,2200,2128,1811,1837,1970,2009,1882,2002,1973,1798,1851,1921,1932,2166,2250,1881,1880,2084,1812,2283,1731,1758,1924,1847,1656,1716,1645,1803,1853,1688,1998,2007,1725,1774,1843,2007,2446,1960,2815,2485,2652,2408,2331,2650,2004,2811,2327,2488,2491,2525,2333,2483,2970,3436,2508,2249,2492,2211,2844,1769,2361,2362,1912,1690,1684,2169,1800,2413,2526,2064,2210,2093,2077,2527,1897,2198,2697,1928,1881,3254,2491,2364,2329,2044,1894,2239,2089,2038,2047,2017,1883,1843,1761,2287,1893,1805,1885,1966,2045,1806,2169,1885,2209,1794,1805,2211,2411,1965,2043,2091,2080,2049,2233,1993,2004,2087,2123,2166,1937,2566,2368,2287,2013,2280,2248,2290,2185,1949,2327,1966,1920,1896,1965,1961,1930,2531,1723,1843,2009,1848,1601,1807,1884,1758,1948,3012,1935,1739,1677,1590,1834,1955,2199,1841,1731,1697,1679,2314,2092,1976,1927,1961,2488,2248,2534,2215,2650,2289,2283,2164,2087,2015,2045,2126,2039,2257,2004,2200,2094,1921,2012,1837,1652,1684,1681,1723,2043,2257,1956,1968,1888,1852,1882,1882,1882,2215,1968,2326,2449,2572,2142,2201,1891,2324,2582,2485,2446,2449,2406,1896,2560,1807,1696,1763,1684,1685,1682,1683,1692,1730,1713,2007,1810,1648,1605,1805,1595,1805,1854,2252,1722,1646,1602,1889,2128,2049,2454,2084,1763,1602,1734,1520,2393,2500,2961,2603,2341,1478,1562,1527,2260,2647,2766,2049,1840,2214,2156,2085,2018,1928,1813,2143,2018,1697,1960,2565,2048,2003,2334,2079,2091,1883,2061,2404,2294,2716,2573,2486,2242,1801,1601,1560,1522,1562,1968,2557,2328,2046,1890,1998,2012,2002,1811,1925,2242,2528,2055,2770,2325,2374,2449,2048,2091,1961,1888,1883,1883,2164,2250,2646,1954,2187,1978,2514,2048,1998,2051,2051,1725,1921,1601,1765,1603,1815,1926,1841,2045,2292,1959,1848,1924,1966,1969,1768,1595,1772,1613,1548,1742,1913,1847,1706,1955,1969,1954,1893,1849,1719,1685,1710,1929,1928,2532,1997,1768,1719,1846,1926,2020,1882,2039,1851,1838,1771,1846,2004,2043,2452,2008,1997,1806,1615,1797,1740,1750,1656,1636,1568,1802,1525,1375,1566,1971,1465,1376,1367,1553,1457,1549,1540,1630,1667,1710,1483,1444,1399,1365,1423,1410,1425,1491,1560,1465,1395,1792,1851,1457,1318,1854,1250,1485,1470,1458,1310,1730,1879,1316,1813,1327,1822,1865,1412,1332,1421,1737,1801,1652,1572,1279,1761,1738,1269,1845,1723,1356,1704,1911,1303,1372,1862,1937,1801,1619,1410,1595,1341,1318,1350,1818,1824,1911,1334,1763,1642,1420,1359,1325,1803,1929,1463,1468,1365,1424,1465,1450,1363,1437,1369,1420,1581,1569,1522,1548,1555,1452,1440,1873,1357,1817,1361,1836,1824,1868,1409,1622,1620,1770,1830,1830,1801,1811,1812,1873,1723,1625,1875,1342,1391,1394,1367,1363,1363,1366,1391,1325,1782,1831,1295,1336,1332,1341,1341,1341,1377,1347,1388,1638,1368,1803,1781,1822,1823,1822,1815,1860,1303,1511,1559,1375,1454,1427,1412,1528,1412,1425,1441,1412,1370,1803,1561,1463,1298,1904,1385,1351,1363,1351,1384,1359,1405,1344,1560,1405,1375,1356,1371,1370,1363,1362,1431,1322,1523,1620,1861,1389,1361,1347,1367,1340,1427,1495,1574,1759,1510,1445,1353,1359,1395,1401,1411,1445,1549,1491,1655,1396,1487,1490,1380,1404,1393,1393,1383,1430,1472,1448,1563,1832,1431,1386,1412,1411,1412,1426,1410,1361,1427,1322,1606,1914,1489,1391,1420,1411,1427,1452,1451,1534,1389,1648,1877,1450,1383,1413,1426,1412,1410,1506,1578,1566,1604,1486,1412,1379,1420,1427,1415,1423,1417,1481,1363,1395,1487,2018,1417,1414,1413,1410,1411,1410,1518,1425,1470,1749,1439,1489,1493,1402,1393,1382,1381,1399,1465,1578,1727,1880,1384,1384,1416,1378,1362,1361,1364,1335,1323,1782,1383,1858,1308,1332,1325,1823,1323,1346,1328,1370,1350,1257,1639,1316,1830,1317,1808,1808,1806,1876,1619,1511,1801,1864,1338,1822,1825,1942,1409,1363,1559,1595,1790,1856,1319,1807,1883,1410,1585,1493,1405,1331,1508,1382,1497,1418,1432,1411,1412,1411,1570,1558,1451,1402,1368,1714,1317,1869,1410,1406,1408,1348,1552,1362,1429,1450,1328,2124,1396,1373,1422,1394,1385,1398,1380,1360,1542,1389,1385,1228,2043,1405,1409,1377,1378,1384,1439,1493,1748,1831,1372,1362,1393,1360,1362,1240,1853,1331,1352,1748,1899,1338,1332,1332,1331,1349,1257,1863,1299,1773,1743,1319,1896,1433,1420,1407,1400,1436,1462,1306,1361,1676,1439,1338,1891,1449,1469,1434,1413,1395,1552,1678,1797,1378,1847,1402,1396,1382,1380,1420,1578,1380,1301,1800,1698,1430,1355,1412,1383,1375,1374,1381,1331,1638,1586,1503,1463,1382,1490,1430,1411,1398,1442,1510,1439,1483,1519,1446,1369,1388,1401,1383,1382,1380,1537,1476,1417,1794,1886,1414,1411,1476,1417,1424,1424,1502,1566,1360,1332,1496,1424,1380,1454,1412,1411,1411,1432,1559,1322,1287,1529,1392,1506,1426,1399,1382,1382,1382,1497,1516,1697,1307,1898,1482,1360,1397,1367,1385,1366,1494,1437,1265,1840,1501,1436,1395,1392,1413,1412,1411,1576,1433,1795,1396,1412,1881,1357,1434,1391,1389,1388,1402,1933,1315,1680,1796,1435,1450,1387,1324,1954,1360,1771,1926,1855,1815,1311,1916,1297,1840,1837,1889,1315,1977,1655,1560,1358,1350,1344,1819,1813,1793,1784,1838,1370,1592,1316,1823,1799,1853,1306,1773,1771,1920,1395,1669,1848,1380,1287,1776,1844,1839,1300,1968,1264,1415,1736,1436,1500,1408,1371,1385,1381,1845,1916,1961,1660,1843,1371,1835,1799,1794,1793,1846,1744,1291,1638,1341,1335,1739,1724,1718,1719,1738,1905,1384,1610,1780,1790,1773,1765,1763,1768,1764,1555,1537,1777,1834,1765,1764,1762,1728,1772,1842,1229,1414,1249,1742,1754,1756,1755,1757,1832,1320,1452,1327,1790,1810,1304,1786,1786,1777,1739,1808,1211,1429,1779,1766,1864,1412,1447,1434,1416,1363,1964,1331,1417,1689,1343,1378,1394,1402,1394,1384,1384,1493,1415,1607,1575,1293,1827,1373,1392,1364,1361,1358,1273,1925,1364,1235,1729,1804,1332,1324,1324,1343,1349,1225,1947,1316,1849,1551,1254,1854,1419,1507,1521,1562,1582,1588,1741,2113,1536,2353,2255,2301,2240,2422,2181,2136,1997,1989,2734,2849,2540,2931,3551,3313,3005,3776,3211,2445,2530,2404,2166,1925,2254,2170,1992,1932,2259,2171,2327,2237,3145,2650,2681,2129,2045,1966,2209,2280,2676,2438,2276,2312,2416,1969,2400,2034,2073,2058,1885,2085,2367,2278,2420,2118,2124,1812,1765,1522,1832,1700,1646,1712,1911,1852,1801,1591,1707,1684,1744,1645,1712,1562,1728,1520,1461,1754,1751,1588,1418,1803,1745,1869,1725,1709,1684,1529,1554,1728,1532,1897,1658,1590,1481,1435,1421,1970,1511,1882,1425,1757,1621,2007,1490,1908,1889,1402,1907,1544,1349,1324,1780,1585,1483,1505,1413,1347,1819,1381,1280,1842,1840,1897,1422,1499,1525,1488,1352,1324,1820,1811,1811,1812,1464,1357,1425,1250,1826,1314,1794,1790,1788,1831,1318,1835,1369,1843,1274,1771,1772,1808,1734,1787,1819,1304,1887,1269,1833,1331,1331,1331,1338,1260,1788,1804,1288,1780,1754,1748,1767,1748,1784,1787,1796,1722,1775,1748,1738,1768,1770,1740,1775,1770,1685,1878,1291,1734,1734,1731,1783,1715,1789,1732,1730,1733,1765,1719,1719,1721,1737,1845,1254,1703,1692,1356,1698,1691,1694,1700,1719,1738,1698,1690,1694,1769,1726,1715,1713,1744,1774,1772,1713,1678,1738,1725,1711,1708,1704,1902,1513,1420,1286,1836,1450,1387,1416,1410,1381,1357,1406,1363,1470,1369,1400,1287,2019,1328,1418,1826,1263,1869,1331,1918,1369,1846,1798,1872,1451,1401,1848,1384,1856,1876,1385,1837,1830,1332,1781,1840,1354,1777,1811,1809,1794,1805,1833,1825,1336,1312,1824,1823,1883,1343,1814,1724,1849,1333,1816,1308,1800,1827,1352,1323,1803,1738,1841,1309,1802,1806,1767,1730,1790,1773,1754,1713,1744,1848,1264,1755,1762,1812,1818,1759,1725,1735,1775,1757,1751,1748,1745,1777,1824,1788,1679,1861,1796,1830,1790,1797,1711,1745,1704,1664,1698,1788,1707,1700,1702,1669,1740,1707,1711,1697,1738,1753,1723,1706,1703,1699,1781,1794,1804,1654,1730,1849,1313,1861,1784,2044,1455,2044,1384,1372,1970,1356,1838,1928,1428,1426,1329,1934,1323,1852,1316,1827,1921,1424,1298,1892,1383,1445,1320,1800,1820,1947,1539,1520,1410,1426,1533,1523,1939,1845,1330,1767,1368,1840,1819,1978,1481,1330,1887,1774,1830,1366,1349,1811,1896,1385,1444,1394,1310,1896,1275,1829,1585,1861,1431,1362,1301,1800,1801,1782,1792,1298,1849,1781,1782,1778,1775,1773,1764,1736,1800,1753,1818,1746,1782,1778,1755,1752,1743,1773,1839,1800,1799,1805,1846,1251,1829,1845,1381,1251,1793,1856,1291,1690,1813,1795,1812,1751,1733,1705,1799,1784,1821,1790,1784,1801,1328,1796,1728,1803,1309,1810,1781,1815,1762,1836,1771,1741,1769,1776,1759,1811,1812,1759,1813,1772,1813,1703,1864,1241,1764,1806,1806,1760,1781,1805,1718,1731,1817,1781,1773,1784,1718,1795,1789,1774,1710,1826,1762,1807,1806,1771,1747,1765,1770,1642,1689,1794,1777,1815,1806,1749,1783,1809,1734,1708,1767,1807,1804,1770,1745,1796,1769,1734,1714,1710,1780,1771,1807,1768,1759,1779,1733,1722,1700,1774,1864,1411,1397,1389,1445,1465,1419,1954,1272,2020,1463,1402,1386,1359,1360,1358,1411,1361,1472,1355,1900,1275,1830,1897,1398,1301,1893,1383,1460,1281,1771,1874,1339,1824,1833,1832,1832,1896,1439,1340,1283,1863,1825,1332,1823,1808,1897,1531,1409,1404,1356,1324,1760,1532,1402,1382,1383,1406,1468,1401,1454,1413,1363,1354,1825,1493,1397,1395,1394,1374,2010,1868,1355,1306,1818,1409,1364,1360,1373,1871,1447,1378,1406,1340,1274,1924,1379,1342,1338,1356,1397,1360,1399,1258,1873,1329,1306,1463,1372,1321,1835,1757,1875,1862,1368,1905,1292,1273,1897,1853,1896,1795,1885,1327,1323,1773,1741,1784,1835,1864,1290,1768,1860,1311,1324,1755,1728,1932,1317,1826,1255,1751,1810,1801,1749,1734,1763,1317,1868,1311,1854,1354,1352,1319,1323,1805,1761,1664,1827,1812,1762,1840,1303,1820,1309,1800,1693,1759,1384,1796,1749,1747,1733,1848,1303,1749,1672,1181,1765,1754,1787,1769,1720,1749,1796,1785,1741,1851,1296,1784,1783,1782,1784,1798,1782,1785,1679,1784,1784,1782,1783,1771,1844,1295,1724,1684,1730,1774,1808,1806,1805,1786,1854,1648,1760,1707,1777,1807,1766,1804,1305,1831,1777,1786,1691,1779,1810,1774,1778,1778,1758,1813,1791,1807,1708,1838,1814,1771,1771,1727,1853,1264,1746,1693,1736,1771,1742,1742,1744,1834,1564,1434,2273,2126,2364,2175,2170,3251,2726,2609,1945,2019,2046,1966,2155,2236,2506,2807,2143,2090,2016,1894,1764,1952,1874,2161,1965,2243,2130,1762,1734,1742,1715,1741,1664,2365,1844,1606,1678,1542,1579,1590,1747,1837,1499,1555,1771,1339,1829,2003,1817,1475,1449,1897,1424,1625,1486,1546,1360,1870,1764,1326,1954,1384,1778,1592,1670,1391,1936,1360,1589,1483,1433,1871,1894,1695,1875,1408,2088,1535,1650,1625,1568,1628,1693,1693,1795,1785,1887,1866,2172,1554,1568,1452,1451,1894,1728,1441,1455,1482,1552,1440,1324,1838,1402,1487,1811,1608,1388,1886,1435,1345,1460,1366,1332,1354,1426,1801,1412,1339,1562,1387,1401,1353,1349,1346,1459,1812,1484,1908,1301,1357,1368,1327,1829,1825,1878,1878,1522,1784,1391,1387,1283,1781,1780,1774,1864,1316,1796,1272,1783,1777,1764,1756,1757,1757,1922,1350,1704,1852,1278,1759,1759,1757,1776,1810,1801,1568,1768,1358,1761,1760,1758,1756,1785,1890,1387,1630,1487,1438,1491,1363,1439,1346,1344,1386,1441,1453,1639,2015,1435,1546,1586,1598,1517,1487,1487,1482,1602,1824,1643,1872,1998,1564,1510,1563,1488,1486,1480,1707,1636,1543,1594,1433,1630,1478,1516,1481,1475,1492,1796,1436,2089,1443,1492,1453,1459,1463,1403,1405,1575,1613,1573,1829,1460,1444,1436,1407,1396,1353,1956,1969,1466,1738,1341,1529,1422,1393,1362,1352,1347,1346,1418,1366,1796,1289,1677,1345,1342,1330,1903,1327,1823,1441,1413,1566,1507,1372,1316,1806,1805,1801,1803,1899,1756,1321,1838,1296,1790,1844,1289,1783,1830,1836,1598,1767,1769,1776,1767,1770,1768,1779,1881,1766,1716,1371,1299,1767,1760,1760,1759,1799,1343,1516,1516,1771,1784,1764,1760,1849,1310,1907,1267,1473,1509,1576,1339,1844,1343,1837,1835,1899,1428,1342,1555,1644,1354,1822,1814,1811,1809,1844,1399,1406,1578,1727,1314,1793,1791,1871,1368,1369,1350,1448,1322,1884,1353,1353,1374,1292,1861,1358,1342,1963,1309,2985,2055,2440,3008,2590,2304,2177,1759,1763,2308,1837,1654,1952,1653,1674,1785,2099,1783,1938,1609,1565,1727,1635,1574,1572,1637,2480,1770,1640,1813,1652,1444,1707,1509,1483,1601,2108,1606,1701,1499,1933,1632,1493,1442,1432,1520,2206,2229,2062,1620,1478,1568,1527,1377,1861,1802,1394,2053,1730,1539,1325,1390,1506,1461,1441,1449,1421,1437,1527,1851,1536,1441,1463,1426,1431,1401,1422,1394,1402,1539,1356,1402,1427,1403,1405,1403,1398,1401,1315,1828,1843,1371,1364,1363,1363,1364,1377,1379,1334,1369,1338,1283,1857,1347,1341,1342,1341,1347,1329,1344,1357,1402,1221,1786,1831,1826,1824,1826,1810,1849,1319,1702,1754,1798,1791,1352,1838,1291,1832,1303,1802,1736,1738,1838,1849,1345,1345,1347,1309,1852,1298,1766,1737,1815,1330,1842,1333,1255,1802,1724,1827,1258,1691,1703,1778,1711,1711,1710,1722,1866,1263,1710,1688,1742,1806,1783,1746,1774,1841,1466,1388,1373,1348,1458,1430,1442,1526,1520,1532,1613,1661,1564,1653,1649,1688,1622,1685,1567,1657,1746,1768,2052,2731,2287,2322,2908,2639,2658,2233,2482,2389,2601,2471,2635,2602,2924,2877,2548,2422,2989,2868,3181,2794,2704,2977,2982,2287,2420,2465,2262,2084,2003,2141,2045,1802,2215,2015,1918,2248,1937,2114,1971,2270,2059,1965,2217,2035,2047,1958,1615,1868,2077,1870,1849,1720,1922,1541,1560,1479,1885,2119,1825,2250,1840,1765,1821,1808,1631,1371,1330,2064,1872,1828,2207,1755,2236,1718,1526,1500,1399,1393,1614,1406,1585,1680,1703,1752,1544,1503,1640,1388,1574,1759,1552,2047,1744,1773,1410,1489,1622,1458,1408,1404,1409,1854,1517,1597,1436,1498,1510,1379,1887,1500,1490,1420,2058,1433,1409,1405,1366,1836,1906,1687,1268,2053,1675,1266,1901,1282,1916,1284,1912,1434,1532,1715,1370,1785,1910,1282,1911,1283,1985,1322,1825,1333,1369,1951,1349,1846,1967,1427,1366,1913,1404,1487,1452,1349,1908,1423,1422,1422,1441,1615,1465,1386,1535,1364,1556,1563,1425,1423,1470,1680,1599,1683,1461,1566,1565,1646,1502,1479,1480,1478,1468,1563,1631,1574,1619,1505,1609,1514,1574,1491,1497,1487,1600,1733,1556,2082,2224,1608,1494,1484,1486,1484,1599,2051,1838,1538,1517,1573,1492,1449,1486,1474,1430,1557,1685,1447,1566,1512,1606,1440,1429,1430,1379,1865,1575,1508,1706,1427,1419,1862,1860,1865,1399,1882,1342,1489,1333,1818,1807,1805,1804,2017,1433,1373,2032,1372,1351,1872,1809,1807,1808,1875,1384,1383,1923,1330,1825,1971,1470,1472,1472,1469,1473,1464,1503,1408,1329,1398,1566,1478,1477,1470,1500,1497,1427,1531,1385,1367,1396,1460,1422,1417,1421,1482,1422,1425,1587,1503,1892,1412,1352,1837,1473,1433,1452,1451,1380,1329,1865,1464,1517,1381,1820,2001,1419,1436,1475,1439,1311,1804,1810,1854,1304,1817,1895,1403,1555,1995,1437,1280,1928,1343,1938,1385,1381,1402,1337,1926,1350,1815,1826,1269,1868,1809,1819,1918,1818,1879,1846,1778,1845,1275,1762,1753,1802,1860,1552,1393,1434,1363,1887,1409,1402,1435,1344,1393,1382,1400,1465,1515,1408,1859,1413,1403,1408,1406,1448,1437,1982,1391,1445,1346,1908,1462,1425,1330,1875,1366,1935,1516,1423,1856,2750,2119,2107,2251,2351,2000,2132,2275,2352,2053,2570,1885,1837,2060,1872,1777,1893,2124,2153,1866,1767,1666,1712,1822,2190,1762,1642,1778,1406,1968,1497,1477,1476,1474,1613,1875,2079,1540,1791,1457,1429,1428,1424,1431,1410,2039,1547,1675,1502,1394,1467,1859,1866,1860,1921,1740,1681,1362,1886,1867,1361,1863,1839,2053,1349,1335,1853,1384,1772,1817,1810,1836,1367,1260,1870,1332,1314,1909,1927,1364,1822,1925,1458,1384,1381,1859,1833,1371,1332,1801,1801,1837,1295,1794,1830,1882,1350,1411,1346,1797,1856,1291,1837,1802,1844,1311,1279,1793,1793,1792,1792,1757,1745,1852,1360,1748,1882,1262,1912,1334,1834,1326,1832,1433,1323,1874,1390,1436,1338,1345,1347,1359,1320,1812,1887,1308,1835,1378,1549,1350,1331,1826,1808,1795,1902,1794,1756,1766,1834,1804,1813,1796,1777,1984,1287,1885,1233,1783,1805,1786,1774,1770,1795,1796,1815,1781,1881,1352,1370,1319,1807,1822,1364,1408,1307,1804,1800,1870,1373,1295,1791,1809,1961,1285,1828,1788,1745,1845,1291,1852,1346,1297,1798,1789,1762,1846,1198,1905,1315,1771,1835,1256,1770,1812,1314,1834,1183,1728,1808,1791,1746,1743,1313,1759,1712,1713,1694,1761,1773,1740,1702,1760,1777,1782,1700,1702,1635,1771,1693,1691,1665,1733,1713,1739,1815,1665,1646,1777,1835,1354,1345,1956,1381,1404,1347,1944,1325,1378,1449,1388,1560,1436,1925,1428,1415,1365,1324,1787,1911,1378,1771,1888,1390,1387,1426,1396,1297,1887,1328,1266,1757,1359,1284,1777,1772,1785,1791,1773,1751,1835,1734,1764,1760,1811,1735,1782,1771,1736,1783,1770,1811,1752,1748,1747,1702,1761,1747,1734,1773,1795,1746,1772,1769,1743,1794,1769,1739,1828,1757,1735,1732,1732,1702,1747,1743,1740,1689,1770,1768,1706,1703,1749,1748,1770,1747,1726,1720,1743,1833,1359,1359,1358,1372,1336,1338,1922,1387,1339,1386,1306,1301,1839,1835,1835,1917,1382,1263,1852,1315,1779,1775,1811,1810,1831,1358,1337,1793,1863,1350,1357,1796,1791,1788,1803,1853,1272,1835,1358,1258,1811,1776,1773,1771,1826,1808,1790,1745,1830,1803,1767,1760,1759,1768,1832,1280,1724,1712,1773,1804,1740,1781,1740,1767,1774,1742,1730,1702,1754,1736,1725,1746,1854,1837,1360,1808,1741,1775,1766,1677,1661,1738,1699,1735,1751,1738,1678,1765,1745,1732,1737,1751,1701,1773,1737,1661,1703,1763,1731,1709,1735,1654,1743,1709,1729,1729,1759,1746,1719,1824,1786,1769,1790,1812,1694,1909,1283,1963,1370,1846,2031,1352,1916,1350,1841,1481,1460,1397,1424,1422,1390,1337,2037,1471,1360,1811,1830,1361,1426,1400,1396,1438,1448,1391,1417,1349,2040,1872,2119,1974,1890,2036,2290,1981,2185,2001,2122,1874,2093,1964,1962,2017,1745,1901,1789,1668,2210,2053,1946,1988,1540,1777,2093,2320,1710,1991,1686,1649,1782,1603,1593,1797,1748,1484,1531,1505,1691,1416,1451,1345,1823,2012,1539,1550,1581,1374,1497,1456,1393,1781,1888,1372,1555,1504,1413,1295,1570,1466,1356,1843,1846,2016,1334,1550,1552,1417,1885,1329,1809,1808,1863,1480,1351,1708,1360,1888,1297,1911,1285,1914,1292,1938,1321,1764,1278,1988,1300,1820,1803,1812,1851,1342,1801,1316,1346,1778,1792,1742,1736,1776,1812,1803,1900,1353,1408,1328,1908,1934,1292,1835,1845,1424,1503,1332,1846,1482,1465,1922,1428,1427,1429,1477,1400,1317,1817,1797,1957,1399,1399,1400,1397,1386,1316,1917,1362,1293,1354,1889,1287,1778,1817,1849,1297,1788,1800,1839,1307,1841,1771,1762,1779,1820,1746,1828,1763,1701,1765,1752,1743,1738,1800,1663,1805,1750,1735,1716,1793,1742,1735,1783,1711,1778,1778,1750,1715,1738,1731,1724,1743,1690,1749,1783,1741,1713,1708,1737,1750,1757,1663,1695,1755,1763,1722,1693,1775,1715,1757,1716,1718,1723,1763,1715,1671,1707,1722,1789,1731,1714,1719,1741,1740,1709,1745,1792,1748,1708,1707,1708,1720,1748,1709,1716,1769,1761,1712,1711,1709,1704,1773,1725,1707,1689,1655,1720,1708,1835,1357,1377,1413,1300,1840,1945,1385,1308,1827,1768,1838,1835,1836,1902,1253,1849,1414,1354,1781,1814,1809,1811,1815,1431,1270,1828,1393,1334,1885,1370,1368,1367,1290,1907,1363,1354,1831,1343,1365,1889,1355,1349,1349,1422,1460,1479,1323,1979,1381,1395,1419,1342,1923,1315,1916,1415,1393,1286,1450,1295,1811,1911,1399,1393,1392,1393,1401,1385,1343,1306,1793,1821,1382,1436,1385,1384,1385,1386,1305,1839,1388,1729,1787,1796,1774,1765,1768,1753,1822,1316,1766,1834,1297,1782,1802,1800,1807,1793,1852,1778,1715,1836,1369,1283,1790,1789,1825,1818,1829,1873,1754,1834,1826,1820,1812,1837,1823,1350,1809,1718,1736,1807,1811,1801,1774,1774,1793,1772,1766,1729,1808,1327,1336,1323,1754,1795,1840,1316,1777,1719,1755,1748,1702,1724,1725,1763,1747,1770,1781,1728,1791,1714,1743,1710,1707,1760,1723,1709,1686,1754,1719,1737,1708,1746,1706,1728,1708,1708,1659,1737,1765,1735,1712,1835,1404,1341,1851,1363,1324,1538,1729,1365,1923,1415,1414,1415,1314,1497,1363,1769,1830,1828,1898,1394,1392,1324,1802,1875,1448,1339,1322,1872,1308,1872,1366,1416,1399,1308,1892,1380,1282,1323,1270,1881,1365,1360,1359,1355,1362,1403,1356,1296,1782,1284,1850,1267,1760,1760,1832,1363,1349,1263,1834,1302,1849,1344,1815,1809,1858,1352,1262,1854,1757,1761,1807,1746,1770,1831,1299,1767,1827,1291,1327,1681,1742,1741,1738,1734,1733,1714,2566,2150,2089,1886,1844,1775,1800,1974,2473,1878,1663,2249,1730,2033,2074,1987,2130,1778,1507,1493,1696,1651,1730,1995,1986,2161,1841,1560,1772,1779,1525,1395,1546,1450,1936,1441,1404,1513,1982,1371,1896,1659,1384,1373,1354,1376,1397,1440,1855,1360,1366,1361,1326,1581,1318,1894,1271,1707,1857,1285,1802,1619,1596,1482,1787,1805,1418,1956,1321,1776,1801,1638,1569,1817,1742,1778,1811,1802,1800,1799,1540,1426,1841,1347,1332,1444,1331,1827,1826,1825,1868,1311,1492,1350,1291,1826,1805,1803,1802,1800,1839,1349,1674,1877,1792,1812,1811,1803,1824,1839,1323,1328,1394,1411,1282,1836,1346,1333,1827,1914,1401,1390,1493,1544,1395,1426,1347,1331,1808,1803,1802,1824,1804,1735,1846,1285,1807,1795,1787,1788,1880,1341,1776,1634,1896,1299,1819,1813,1817,1870,1312,1784,1372,1632,1374,1364,1365,1303,1791,1800,1844,1954,1590,1530,1378,1345,1304,1892,1423,1397,1466,1455,1934,1664,1353,1445,1479,1393,1399,1391,1391,1389,1388,1320,1887,1357,1707,1400,1353,1365,1358,1361,1357,1360,1420,1891,1670,1834,1419,1385,1340,1336,1336,1334,1336,1340,1298,1492,1647,1878,1374,1287,1777,1779,1833,1384,1341,1365,1547,1643,1800,1803,1831,1334,1335,1334,1425,1408,1377,1236,1452,1365,1353,1341,1361,1366,1370,1365,1367,1386,1364,1849,1489,1532,1624,1635,1565,1839,1914,1783,1780,2048,1895,1926,2330,2086,2365,2590,2694,2859,2517,2429,2200,2430,2212,2016,2007,2577,2517,2294,2316,2052,3102,2323,1829,2297,2287,2006,2168,2058,2373,2110,2037,2008,1974,2437,2232,2365,2448,1683,1688,1839,1972,1996,1925,1996,2047,2008,2129,2157,2173,2385,1728,2628,2166,2080,1852,1998,1894,2045,1825,2189,1975,2180,1763,1733,1754,1902,1683,1921,1809,1994,1801,2090,1803,1878,2084,2146,1891,1708,1815,2160,1772,1807,1551,1484,1499,1756,1484,1673,1899,1688,1832,1627,1657,1428,1423,1448,1388,1691,1708,1611,1557,1847,1373,1547,1378,1859,1885,1488,1465,1544,1705,1685,1566,1669,1573,1487,1486,1489,1904,1643,1468,1514,1374,1388,1814,1769,1840,1840,1728,1563,1511,1351,1467,1350,1838,1928,1427,1475,1415,1525,1461,1442,1320,1923,1320,1898,1428,1457,1353,1891,1406,1357,1893,1860,1398,1398,1379,1805,1819,1859,1343,1397,1453,1344,1450,1422,1418,1416,1525,1315,1960,1306,1465,1411,1792,1818,1814,1811,1885,1303,1964,1279,1834,1795,1817,1876,1431,1370,1338,1279,1423,1368,1838,1291,1838,1780,1770,1769,1776,1822,1336,1818,1795,1833,1383,1884,1812,1818,1988,1321,1806,1747,1764,1858,1327,1807,1806,1809,1796,1816,1753,1799,1870,1330,1798,1815,1829,1736,1780,1905,1254,1802,1766,1763,1755,1819,1799,1807,1753,1731,1671,1743,1789,1746,1699,1717,1769,1738,1754,1755,1761,1764,1753,1701,1748,1829,1322,1759,1763,1760,1794,1889,1396,1449,1361,1808,1890,1372,1860,1862,1404,1391,2072,1432,1423,1538,1404,1437,1445,1493,1469,1447,1422,1721,1440,1423,1421,1420,1424,1381,1865,1844,1286,1960,1453,1908,1346,1845,1973,1652,1366,1816,1297,2038,1347,1855,1860,1845,1880,1359,1842,1367,1936,1406,1838,1984,1369,1859,1900,1354,1837,1337,1431,1520,1347,1836,1957,1345,1918,1413,1317,1844,1441,1434,1320,1920,1430,1425,1429,1400,1313,1879,1321,1324,1911,1400,1399,1361,1299,1867,1406,1324,1826,1772,1504,1298,1780,1775,1771,1814,1387,1338,1839,1250,1849,1825,1765,1759,1759,1786,1769,1860,1268,1729,1805,1759,1749,1747,1747,1730,1772,1763,1708,1754,1834,1284,1785,1751,1754,1740,1747,1731,1692,1788,1740,1763,1732,1755,1733,1769,1719,1661,1787,1777,1734,1758,1750,1708,1800,1773,1835,1440,1447,1502,1445,1284,1861,1406,1402,1432,1507,1460,1379,1373,1728,1933,1427,1352,1344,1382,1391,1525,1545,1345,1820,1298,1800,1695,1730,1741,1724,1758,1799,1750,1784,1795,1861,1335,1355,1356,1354,1249,1827,1358,1215,1854,1238,1816,1837,1415,1426,1427,1468,1432,1401,1270,1783,1765,1702,1853,1434,1306,1863,1989,1495,1320,1834,1388,1927,1452,1506,1513,1421,1354,1510,1361,1342,1328,1810,1360,1377,1924,1422,1417,1429,1482,1328,1864,1404,1346,1344,1975,1395,1447,1537,1464,1584,1489,1337,1917,1242,1902,1396,1406,1407,1405,1322,1432,1491,1391,1340,1935,1385,1391,1850,1340,1340,1348,1436,1338,1853,1314,1834,1428,1452,1430,1429,1428,1350,1516,1578,1370,1265,1791,1354,1848,1335,1428,1452,1384,1418,1324,1917,1340,1825,1291,1888,1340,1947,1447,1417,1329,1949,1878,1309,2070,1493,1450,1469,1495,1358,1341,1342,1359,1299,1332,1871,1417,1339,1469,1497,1467,1498,1461,1382,1321,1924,1289,1806,1794,1792,1789,1804,1330,1426,1850,1810,1269,1905,1588,1361,1339,1341,1474,1361,1334,1815,1745,1807,1804,1788,1785,1777,1775,1702,1807,1259,1759,1792,1796,1843,1282,1305,1820,1321,1800,1749,1736,1825,1765,1736,1794,1307,1912,1301,1808,1804,1744,1889,1316,1743,1799,1272,1823,1298,1769,1746,1715,1768,1816,1830,1324,1318,1879,1415,1413,1410,1405,1336,1432,1436,1385,1356,1451,1489,1462,1605,1475,1385,1419,1681,1536,1644,1848,2051,1848,1942,2065,1805,1836,2381,2135,2119,2153,2261,1970,2299,2679,3556,2919,2877,2498,2685,2776,2778,2681,2934,2806,1890,2179,2741,1841,1962,2110,2169,2327,2162,2519,2334,2161,2055,2121,2127,2245,2497,3733,4253,2559,2488,3500,2404,1652,1789,2325,2899,2203,2170,1802,1692,1678,1646,1646,2249,1651,1968,1917,1850,2607,2815,2889,2223,1960,2097,1643,2083,2000,1654,1688,2171,2527,2422,2489,2402,2329,1891,2104,2157,2293,1929,1922,1721,1681,1657,1796,1768,1800,1968,1966,1804,2125,1969,1964,1930,1883,2087,2577,2085,1921,1847,1850,1878,1926,2415,2085,1803,1921,1767,1764,2109,2611,2186,2003,2573,1996,1890,1889,1889,2045,1916,2007,1896,2004,2523,1773,2030,1754,1911,1837,1773,1726,1594,1600,1573,1726,1912,1652,1635,1852,1697,1719,1690,1714,1475,2006,1477,1548,1639,1480,1777,1646,1520,1812,1444,1351,1819,1840,1871,1848,1662,1797,1472,1452,1403,1494,1479,1697,1595,1786,2102,1974,1642,1735,1550,1585,1521,1559,1585,1644,1606,1564,1504,1604,1875,1501,1480,1443,1321,1812,1705,1347,1359,1433,1599,1865,1484,1446,1487,1404,1364,1391,1560,1507,1501,1490,1595,1729,1443,1464,1584,1607,1642,1780,2022,1792,1693,1884,1836,1619,1646,1790,1728,1653,1679,1763,1783,2353,1600,1754,1833,2023,2000,2195,1990,2526,2007,2242,1919,2047,2412,2090,2450,1956,2248,1975,2699,2610,2233,2186,2058,2231,2561,2293,2850,2682,2531,2246,2565,2490,2651,2484,2571,2689,2724,2604,2167,2131,2124,1970,2203,1962,2061,2325,2697,3044,2207,2253,2288,1821,2788,2094,1921,1970,2095,1756,2006,2815,2156,2342,2246,2485,2567,2613,2403,2203,2256,2288,1776,1963,2008,2040,2612,2727,2050,1988,2002,2116,2296,2333,2445,2573,2511,2012,1807,2249,1798,1934,1964,2488,1808,2202,1930,1962,2453,2481,2402,1851,1893,2281,2122,2016,1874,1933,1925,2012,2437,1897,1875,1932,2241,2256,2236,2016,1925,2198,2084,1978,1878,2085,2047,1893,1961,1809,1923,2284,2205,2005,1805,2530,2568,2493,2362,2495,2601,2290,2281,2368,2281,2249,2293,2212,2148,2299,2647,2560,2531,2609,2364,2653,2682,2494,2052,2327,2281,2287,2072,2929,2650,2571,2202,1925,1896,1920,2648,2073,1994,2053,1807,2329,2167,1927,2065,1907,1908,1926,1967,2081,1652,1963,2007,1596,1491,1529,2520,1813,1686,1894,1927,1875,1897,2649,2081,1802,2053,1960,2055,1841,1883,1882,2325,1927,2087,1774,1633,1659,1792,1970,1775,1627,1500,1512,1523,1814,1515,1815,1728,1675,1654,1797,1883,1861,1647,1429,1725,1608,1651,1525,1480,1652,1992,1648,1524,1605,2054,1647,1407,1399,1679,1617,1637,1727,1571,1807,1593,1726,1734,1715,1695,1661,2172,1709,1686,2018,1781,2124,1566,2294,1792,1671,2065,1807,1647,1757,2368,1929,1989,2309,2241,1975,1999,1889,1970,1929,2001,2003,2033,1985,1844,1844,1928,1998,2167,2324,2246,2365,2407,2661,2082,2399,3207,2847,2289,2521,2381,2164,2207,1969,1922,2172,2082,1962,1861,2246,2009,2117,2223,2047,2653,4371,2282,2648,2526,2028,1890,2213,2445,2564,2612,2045,2246,2691,3130,2475,2038,2084,1814,1564,1641,2082,2217,1883,1764,1731,1752,1728,1725,1690,1819,2090,2410,1967,2452,2247,2807,2120,1880,2835,2128,2483,2207,2462,1803,1611,2350,2207,1974,1962,2284,2092,2042,2249,2332,1929,2529,2482,1823,1892,2519,2327,3112,2774,2661,2282,1836,2175,2510,2031,2045,2373,2678,2008,1858,2126,2116,2048,2200,2209,2522,2327,2491,1692,1850,2425,2403,2409,2321,2774,2967,2488,2966,2607,2374,2086,3206,2608,2653,2033,2598,2654,2567,2486,2327,2370,2642,3534,2524,2614,2408,2321,2406,2450,2532,2565,2490,2284,2887,2726,2371,2766,2366,2414,3170,2611,4212,2494,2567,2771,2687,2287,2729,2643,2407,2489,2007,2407,2409,2320,2649,3050,3051,2566,2209,2406,2691,1977,2554,2523,2007,2406,2324,2614,2605,2046,2180,2603,2161,2331,1682,1570,2837,2809,2729,2211,1944,2481,1928,1966,1886,2318,2566,2415,2406,2282,2569,2448,2248,2442,2092,2124,1886,2204,2290,2210,2403,2530,2369,2208,1884,1850,2245,2322,2294,2521,2691,2371,2408,2319,3570,2290,2571,2635,3011,2976,3039,3144,1930,2078,2127,2212,2321,2247,2453,2324,2632,2462,2531,2446,3044,2325,2969,2660,1928,2445,2488,3218,2237,2165,2126,2092,2888,2609,2129,2441,2563,2054,1730,2963,2011,2290,3205,1694,1799,1963,2614,2035,1967,2009,1814,1883,2166,2449,2529,2450,2246,2121,2165,2449,2974,2403,2327,2445,2371,2368,2008,1884,2209,2244,2647,2124,1723,1723,1605,1559,1798,2047,2167,2213,2321,2573,2569,2090,2405,2491,2803,2527,2166,1932,2364,2652,2522,2527,2167,1924,1847,2209,2523,2694,2368,2082,2164,2410,2605,2851,2612,2561,2413,2322,2132,1884,2447,2174,1816,2070,2202,2090,2565,2244,2488,2571,2565,2492,2564,2332,3730,2047,2524,1888,2012,2109,1649,1927,2002,2124,2126,2037,1816,1685,1678,1652,2001,1889,1883,2298,2570,2283,2045,2409,2124,2574,2841,2450,1968,1886,1848,1803,1915,1888,1767,2294,2323,2326,2250,2129,2286,2003,2063,2002,1964,2124,2090,1925,2286,2163,2530,1883,1971,1763,1740,1773,1849,1873,1772,1749,1739,1925,1920,1689,1568,1994,1769,1763,1880,1683,1859,2010,2047,1959,1657,1873,1751,1813,2121,1615,1839,2203,1693,1566,1791,1893,1816,1947,1743,1792,2117,2681,2539,1833,1889,1807,2293,1884,2003,1849,2366,1884,2171,2169,2309,1722,1964,2036,2106,2178,2086,2007,2042,2006,1846,2013,2074,2016,1876,1726,1687,1683,1835,2126,1875,2217,2044,1722,1570,1560,1560,1569,1532,1521,1841,2083,2088,1838,1798,1686,1554,1409,1650,1522,1882,1897,1722,1836,1803,1498,1485,1729,1507,1698,1921,1639,1690,2093,1755,1562,1688,1730,1573,2128,1643,1637,1843,1563,1777,1632,1769,1685,2079,1651,1603,2096,1796,1451,1494,1444,1409,1522,1588,1741,1603,1803,1610,1406,1294,1789,1799,1751,1922,1439,1711,1735,1496,1487,1669,1701,1587,1543,1458,1576,1551,1789,1460,1858,1368,1565,1470,1464,1559,1548,1563,1465,1809,1393,1341,1878,1296,1768,1772,1760,1614,1442,1740,1655,1458,1480,1369,1404,1372,1468,1483,1554,1389,1456,1429,1317,1325,2051,1524,1523,1602,1567,1622,1589,1825,1420,1424,1434,1369,1428,1372,1363,1376,1380,1371,1398,1343,1920,1289,1843,1360,1332,1340,1324,1678,1738,1716,1630,1387,1421,1380,1389,1385,1393,1452,1391,1854,1648,1403,1373,1440,1408,1508,1412,1402,1401,1427,1503,1297,2021,1517,1404,1380,1406,1409,1436,1409,1457,1518,1438,1308,1506,1412,1405,1396,1819,1922,1385,1355,1864,1289,1478,1371,1388,1364,1660,1785,1948,1468,1467,1494,1501,1495,1484,1394,1460,1401,1499,1448,1909,1582,1580,1641,1643,1613,1781,1649,1461,1875,1714,1731,1518,1588,1602,1665,1949,2160,1643,1849,2072,2565,1881,2115,2303,4961,2049,2098,2049,2039,2372,2081,2131,2157,2369,2174,2210,2681,2471,3009,2405,2330,2762,2650,2568,2302,2139,2137,3775,2123,3091,2528,2564,2693,2253,2124,2280,2401,1964,1891,2209,2360,2486,1841,2537,2606,1899,2640,2244,2331,3142,2233,2693,2487,2162,2501,2646,2885,2488,2255,1924,1966,8268,2284,2524,2492,2284,2489,2528,1609,2686,2047,2927,2531,2206,2364,2690,2569,2684,2446,2412,2479,3089,2567,2367,3250,2648,2972,2121,2006,2409,2093,2561,2237,2397,2037,2151,1776,2398,1843,2044,1891,1884,1773,1675,1696,1761,2089,3057,2496,2366,2810,2067,2009,2209,2594,2809,2602,1921,2448,2288,2203,2227,1892,2003,2288,2447,1964,2408,2230,2731,2810,2243,2288,1878,2166,1933,2758,2737,2600,2640,2530,1978,2452,2182,2661,2497,2082,2369,2240,2209,2009,2485,2526,2512,2852,2231,2626,2168,2138,2443,2148,2012,2069,1967,1883,2204,2012,2210,2358,1766,1640,1947,1825,1567,1525,1923,2968,1891,1937,2865,1969,1924,1969,2363,1896,1675,2007,1732,1878,1937,1878,1843,1656,2158,3217,2505,2810,2446,2167,2291,2239,2459,2406,3169,1775,1679,2127,1892,3003,2406,1942,1839,1524,1851,2163,2081,2097,1835,1649,1890,1969,2005,2045,2163,2126,1930,2049,1957,2407,2055,1954,2252,1890,1635,1536,1557,1692,1724,1718,1804,2246,2098,2003,2048,2037,2335,1803,2491,1966,1845,2080,1607,2105,2074,1982,2069,1995,2050,1846,1888,1915,2007,1970,1762,2186,2426,2014,1768,2029,2099,2545,2127,2296,2061,2518,2233,2629,2633,1803,2206,1960,2441,2609,2288,2450,1953,2751,2844,2607,2606,3532,2445,2452,2209,2121,2050,2488,3488,2006,1961,1963,1806,1772,1884,1853,1758,2010,2207,2167,1915,1857,1997,2215,1921,2001,1934,1922,1921,2211,2013,2075,2128,1974,1928,1963,1923,1891,2196,1897,2002,2243,2003,1929,1950,1960,1859,1973,1848,2003,1728,2041,2240,2058,2287,2083,1851,1873,1932,2047,1811,1727,1802,1850,1731,1645,1872,1858,2042,1852,1789,2227,1605,1773,1846,2060,2083,1847,2010,1957,1892,2165,1963,2080,2045,1932,2086,2134,1836,1815,1805,2027,2206,1938,2461,2561,2628,2702,2053,2485,2242,2660,2234,1935,2037,2134,2236,2047,2050,2045,2046,2096,2477,1855,2489,2394,2020,2161,2095,2197,1995,1972,2477,2288,2012,3511,2124,2240,1775,1996,1974,2079,2534,1971,1754,1932,2039,2005,1970,1891,2127,2117,1851,2012,2157,2048,2003,2131,1924,2043,1574,1770,1840,1815,1804,1719,1687,1854,1839,1817,2010,2002,1968,2210,2076,1966,1853,2123,1966,1810,1958,2049,2371,2168,2006,1602,1571,1837,1764,2534,1729,1445,1404,1479,1842,1766,1646,1651,1727,1769,1797,1726,1733,1833,1533,1486,1513,1492,1553,1558,1724,2198,1698,1808,1962,2319,2002,1812,2082,1689,1843,1571,2246,2154,2137,1922,1604,1729,1946,1869,1517,2053,1481,1675,1818,1730,2200,1619,1977,1703,1775,1828,1770,1765,1996,1455,1481,1466,1401,2101,1598,1614,1522,1641,1805,1488,1477,1451,1444,1444,1539,2300,1807,1584,2157,2006,1580,1775,1518,1436,1773,2195,1886,2201,1689,1885,1693,2235,1578,1773,1645,1662,1873,1695,1998,1796,1846,2041,1806,1759,1802,1789,2180,2154,2062,2176,1745,1586,1510,1597,1582,1558,1633,1621,1538,1598,1436,1456,1541,1493,1600,1527,1457,1538,1552,1497,1466,1557,1854,1984,1412,1605,1470,1459,1484,1520,1457,1463,1482,1459,1593,2061,1456,1403,1480,1589,1517,1565,1515,1997,1555,1458,1542,1427,1499,1645,1637,1690,1887,1716,2003,1675,1533,1579,1506,1650,1768,1812,1561,1670,1841,1403,1485,1906,1432,1457,1349,1389,1397,1420,1586,1526,1553,1600,1917,1634,1553,1613,1529,1623,1944,1520,1519,1573,1559,1806,1472,1698,1645,1547,1710,1568,1597,1864,1797,1822,1742,1624,1951,1781,1905,1523,1621,1748,1712,1631,1777,1803,1873,1734,2300,1678,2082,1741,1631,1615,1599,1582,1729,2545,1555,1617,1471,1635,1856,1997,1910,1747,2037,1590,1790,2002,1835,1697,1824,1856,1721,1808,1908,2091,2320,2031,1871,1945,1986,1715,1732,1633,2206,2053,2105,1919,1868,2013,2197,1897,1861,1688,2178,2339,2369,2200,1935,1817,1847,1901,2036,2065,2222,2267,2460,1785,2286,2078,1788,1793,1850,2011,1672,1803,1626,1595,1681,1787,2717,1802,2203,1645,2156,1735,1733,1739,2275,1872,2050,2287,2647,3102,3142,2643,2827,2805,2510,2606,2531,3107,2613,2089,2636,2000,2491,2405,2209,1910,1913,2056,2041,2163,2095,2042,1970,2049,1804,2044,2120,2085,2167,1876,1744,2747,1999,2067,2244,2323,2094,2163,1919,2170,1890,2004,1921,2413,1923,1930,1769,1759,1723,2173,1999,2246,2086,2617,1928,1842,1887,2124,2042,2087,1921,2215,1920,1928,2248,1835,2119,2056,2446,2644,2250,2759,2153,2169,1767,2429,2611,3088,2408,4301,2371,2160,2206,2897,2679,2109,2939,2394,2010,1940,2288,1762,2721,2336,1781,1801,1810,2055,2611,2367,2364,2006,2369,2364,2208,3140,2363,2300,2250,2345,2445,1889,2119,2107,2455,2615,2611,2133,2122,2728,2404,2338,2325,2247,2057,1892,1883,2003,1882,2326,2094,1722,1889,1805,1965,1765,1879,2097,2167,1758,2144,2530,2890,2321,1887,2659,1933,2292,2239,1971,1833,2578,1869,2008,1870,2082,1844,1925,1926,2293,2493,2407,2483,2054,2481,2136,2001,1960,1937,2436,1973,1929,1847,2203,1838,2213,1879,3341,2006,2679,1991,2138,2331,1927,1843,2083,2044,1881,1894,1919,1773,1920,2156,2365,1892,1966,2447,1767,2560,2052,2643,2529,2411,2724,2216,1824,2047,2885,2404,2411,2404,2412,2203,2447,2079,2128,2598,3166,2372,1878,2781,2961,2249,2034,1961,1889,1842,1818,2256,2522,2936,2401,2286,2570,2328,2326,2892,2522,2248,2804,2001,2078,2480,2084,2432,2046,2045,2447,2094,2041,1984,2325,2770,2367,2032,2513,2688,3444,2411,1769,2624,2125,2413,2447,2532,2319,2002,1726,1689,1994,2041,1963,2775,2484,2525,2119,2255,1969,2292,3563,3055,2171,2162,2162,2294,3007,2771,2205,2849,2599,2324,2411,2457,3248,2606,2568,2009,2646,2480,2492,2932,2725,2371,2127,2323,3044,2219,2607,2404,2410,2477,2616,2489,2085,2325,1965,2848,2570,2046,2334,3174,2327,2607,2086,2765,2130,2357,2492,2808,2157,2108,2158,2411,2085,1997,1930,1969,1922,2248,2893,3008,2448,2763,2430,2335,2360,2330,2371,1920,1944,2084,2094,2678,2525,2891,3333,2489,2683,2244,2443,3577,2010,2405,2208,2439,2250,2035,2867,2532,2212,2723,2444,3135,2647,2811,2643,2852,2851,2001,2529,3288,2530,2765,2612,2205,2166,2227,1966,1928,2017,2003,2039,2124,2088,2092,1959,2009,2055,2081,2121,1969,1852,2077,2092,1848,2125,2046,1925,2292,2083,2400,2332,2128,2050,2234,2332,1730,2205,1888,1838,2011,1931,2236,2290,1963,1924,1971,2243,2330,2563,2193,2084,2204,2087,2602,2610,3128,2318,2528,2373,2604,2493,2732,2450,2763,3009,2167,2152,2690,2464,1808,2971,1647,2477,2412,2484,2611,2065,2207,2411,2092,2294,2278,2369,2213,2520,2447,1981,2082,2658,2250,2197,2044,1894,2033,2003,2165,2256,2011,2884,3255,2774,2203,2651,2168,2599,2497,2205,1936,2411,3128,2451,2488,3443,2055,2761,2487,2527,3010,2649,2528,2874,2383,2267,2169,2394,2330,2566,2973,2366,2183,2168,2653,2771,2809,2921,2529,2531,2529,2647,2970,2844,2775,2565,2489,2487,3005,2368,3168,2967,2889,2648,2774,3125,2288,2688,2244,2288,4779,2447,2370,2688,1846,2553,2290,2331,2724,2445,1918,1929,1846,1853,2128,2316,2129,1970,1841,1900,2051,1796,2377,1885,1888,1797,2093,1997,1967,2043,1730,1929,1884,1924,1649,1800,1923,1972,2330,2128,1965,1920,2046,2174,2557,2852,2475,2078,1899,1681,2039,1651,1799,1697,1843,1808,1755,2336,1760,2123,2361,3208,2686,2085,2095,3047,2080,2897,2813,2806,2804,2692,2529,1974,2495,2010,2651,1888,2135,1766,1875,2101,1762,2020,2536,1871,1808,1758,2265,2162,2441,2409,2247,2572,2441,2212,2204,2045,2166,2729,2529,2211,2129,2058,2133,2049,2206,2603,2212,2528,2318,2334,2124,2651,2578,1927,1848,2423,2566,2019,2211,2017,3007,2805,2775,2641,2366,2619,2089,2726,2213,2157,2170,2321,2247,2406,2055,2365,2911,2507,2228,2268,2892,2668,2557,2448,2372,2128,2037,2653,2902,2132,2430,1811,2005,1926,1885,1885,2164,2165,1801,1721,1767,2219,1682,1880,1996,2130,2364,2326,2051,2007,2034,1865,2045,1798,1961,2298,2208,1794,1807,1936,2001,2151,2412,2484,2246,2168,2132,2417,2453,2040,2850,2005,2490,2730,2000,2246,2413,2568,2287,1844,2047,2166,2286,2330,2247,2281,2115,2337,2809,3161,1820,2047,1971,1594,1820,2149,1806,1924,2481,2330,2093,2011,2361,2250,2127,2036,1809,1964,2041,2497,2563,1772,2121,2088,1841,1772,1872,1844,1660,1724,1750,1652,1848,1935,1604,1608,1653,1912,1493,1678,1524,1571,1567,1678,1716,1848,1776,1534,1562,1940,1476,1614,1431,1289,1819,1808,1405,1833,1875,1381,1356,1303,1885,1621,1441,1387,1333,1300,1881,1437,1349,1779,1846,1345,1523,1359,1575,1735,1767,1746,1317,1832,1257,1751,1516,1385,1438,1823,1391,1791,1840,1267,1747,1724,1622,1347,1424,1373,1459,1832,1297,1857,1502,1445,1475,1407,1852,1668,1871,1370,1330,1869,1369,1370,1379,1957,1350,1352,1479,1803,1786,1845,1805,1914,1411,1432,1463,1924,1307,2029,1521,1621,1623,1613,1604,1555,1445,1922,1626,1350,1799,1340,1912,1410,1438,1408,1401,1875,1908,1459,1526,1615,1618,1410,1928,1411,1381,1468,1935,1818,1347,1832,1283,1910,1514,1631,1620,1449,1701,1828,1368,1458,1372,1770,1840,1369,1375,1407,1574,1567,1591,1399,1656,1632,1560,1315,1836,1346,1930,1743,1410,1319,1929,1303,1838,1815,1924,1426,1461,1502,1553,1406,1392,1692,1938,1343,1297,1753,1733,1914,1391,1563,1377,1334,1476,1418,1351,1353,1841,1835,1753,1404,1643,1428,1491,1416,1847,1447,1417,1425,1417,1324,1454,1445,1407,1632,1589,1550,1535,1535,1533,1536,1497,1690,1889,1443,1424,1483,1481,1655,1553,1586,1566,1680,1687,1655,1844,2203,1674,1751,1992,1710,1883,2123,1804,1816,1810,2488,2005,2541,2117,2394,2258,1836,1974,2319,3019,3429,2046,2521,2781,2552,2879,2584,1843,2214,2067,2047,1977,1691,1637,1763,1735,2208,1845,1883,2159,2532,2564,1812,2474,1770,1846,1954,1641,1515,1455,1438,1443,1405,1531,1765,1730,1790,1580,1715,1583,1614,1343,2096,1437,1347,1822,2088,1678,1472,1682,1404,1381,1488,1512,2087,1626,1808,1389,1896,1399,1415,1350,2106,1555,1509,1472,1619,1568,1565,1549,1771,1494,1521,1582,1913,1564,1576,2038,1773,1729,1686,1686,1800,1693,1911,1685,2246,1756,2032,1927,1969,1882,2852,2208,2199,2126,2012,2722,2615,2286,2525,2090,2333,2486,2323,2649,2532,2246,2526,2410,3251,2607,2283,2685,2322,2568,2451,2447,3046,2333,2689,2327,2281,2055,2115,2205,2331,2364,2848,2371,2209,1999,1866,2040,2729,1777,2322,2569,2328,1885,1849,2327,2083,2329,2288,2402,2371,2244,2030,2451,2414,1863,2060,1996,2070,2133,2487,2323,2412,2449,2166,2526,2366,2009,1932,2244,1931,1754,1851,1729,1804,2004,1881,1945,2287,2280,2568,2372,2362,2257,2481,2298,2006,2666,2733,2591,1923,1571,1720,1573,1561,1716,1776,1920,1894,2126,2126,1763,2086,2037,2087,2089,2290,1680,2297,1842,1718,2090,1893,1794,1802,1807,1895,2287,1876,2207,2250,1804,1889,1638,1646,2295,2082,2010,1596,1533,1558,1532,1556,1726,2391,2323,2081,2362,2491,2366,2402,2504,1894,1888,2378,1871,1566,2161,1887,1764,2487,2663,2788,2508,2118,1922,2005,2760,2574,2402,1973,2362,2259,2327,2494,2724,2159,1631,1595,1532,1526,1915,1816,1923,1918,2011,1933,1999,2011,1967,1685,2163,2130,2236,1849,2330,1886,2327,2204,2132,1951,1888,2256,2613,3567,2572,2405,2406,2492,2159,1927,2249,2571,2323,2292,2408,2482,2686,2531,3286,2410,2371,2127,2047,2253,2035,1817,2386,2326,2411,2248,2288,2363,2048,2241,2214,2248,2478,2414,2488,2080,2039,2523,2569,2127,2293,2090,1880,1774,1794,1769,1927,2646,1922,2132,2173,1856,2493,2521,2612,2253,2202,2361,2536,2110,2179,3019,2608,2524,2322,2128,1928,2300,2163,2267,2471,2125,2406,2010,2528,2287,2205,2217,3084,1923,2256,2189,2169,2340,1857,2612,2183,2050,1920,2049,2129,2209,2851,2089,2403,2183,1926,2435,2017,2276,1974,1924,1890,1964,2075,2016,2398,2452,2091,1959,2172,1729,1805,1917,2046,1928,1970,1959,1689,1886,1965,1925,2135,1881,1713,1856,1514,1599,1692,2076,1680,1614,1522,1403,1399,1379,1401,1522,1318,1523,1524,1531,1501,1481,1611,1520,1559,1444,1319,2362,1941,1879,1557,1828,1584,1608,1502,1548,1360,1368,1491,1568,1674,1672,1680,1791,1442,1498,1520,1805,1655,1731,2386,1863,1997,1844,1735,1646,1546,1527,1911,1505,1770,2387,1745,1397,1573,1606,1562,2121,1490,1496,1518,1557,1452,1383,1352,1379,1364,1364,1502,1544,1526,1623,1485,1341,1871,1317,1790,1776,2095,1517,1471,1502,1745,1425,1507,1522,1360,1745,1882,1770,1533,1827,1410,1370,1361,1774,1810,1847,1478,1523,2370,1645,1486,1748,1498,1758,1609,1727,1554,1499,2168,1712,2084,1954,1678,1828,1965,2290,2449,2855,2396,1796,1922,1855,1806,2198,2006,1895,2203,1921,2007,2011,2489,2050,1924,1890,1963,1964,2043,2199,1933,2360,1938,2168,2246,1882,2005,2086,1987,2059,2636,2448,2254,2526,2117,2134,1966,2004,2161,1978,2119,1969,2041,1815,2084,2049,1996,1975,2156,1886,2046,1854,1965,1763,1928,2092,2204,1526,2409,1818,1680,2003,2333,2232,2489,2401,2289,2084,2247,2453,2482,2531,2449,2892,2240,2770,2126,1977,2633,2211,2483,2603,2292,1952,1805,2574,1892,2085,2196,2135,1567,1682,2009,2397,2727,2324,2489,2774,2402,2326,2729,2412,2487,2213,2498,1857,2396,2413,2402,2061,2051,1921,1882,1925,1730,1852,2356,2015,2036,2420,1806,1562,1562,1565,1820,2012,2521,2331,2193,2284,2169,2447,2324,2449,2332,2707,2510,2631,2527,2304,1753,1768,1806,2138,2009,1804,1923,2317,2206,2613,1887,2477,2642,2658,2250,2206,2295,2522,2483,2379,2370,2249,2198,1871,2102,2371,2140,1889,2215,2588,3146,2283,2887,3024,2531,2477,1806,1760,1771,2164,2488,2210,2330,2601,2510,2040,2436,2515,3333,2614,1858,2357,2234,2074,2162,2133,1925,1842,1649,1563,1639,1867,1811,3089,3157,2974,2647,2531,2253,1996,2376,2641,2209,1952,1945,2831,2203,2208,2209,1727,1811,1634,1652,1727,1715,2380,1966,1751,1928,1726,1682,1645,1414,1396,1722,1849,1608,1727,2240,2131,1717,1699,1632,1526,1892,1755,1736,1553,1925,1742,1669,1650,1683,1653,2204,1811,1649,1796,1764,1411,1402,1398,1377,1878,1773,1845,1641,1488,1522,1446,1559,2051,1840,1515,1814,1694,1765,1725,1976,1782,1970,1805,2062,1804,1728,1761,2051,1656,1870,1408,1404,1730,1927,1835,1566,1612,1565,1518,1525,1361,1300,1981,1523,1555,1583,1752,1927,1453,1396,1436,1452,1369,1689,1532,1466,1409,1773,1399,1443,1760,1740,1752,1564,1667,2367,2042,1980,1726,1446,1469,1722,1557,1635,1539,1507,1443,1484,1940,1426,2012,1566,1658,1448,1759,1439,1514,1782,1518,1506,1487,1327,1408,1416,1502,1895,1772,1596,1403,1386,1419,1417,1396,1443,1427,1559,1496,1423,1761,1842,1292,1858,1614,1453,1321,1868,1332,1497,1357,1414,1785,1904,1250,1704,1309,1414,1295,1514,1770,1484,1948,1416,1347,1808,1759,1856,1856,1340,1375,1765,1601,1245,1865,1355,1333,1335,1336,1461,1380,1848,1447,1713,1838,1274,1787,1876,1350,1356,1411,1233,1790,1467,1832,1315,1403,1414,1412,1410,1398,1429,1407,1425,1780,1470,1484,1391,1407,1433,1424,1386,1378,1452,1406,1731,1390,1535,1363,2017,1639,1693,1683,1679,1460,1526,1784,1376,1480,1389,1546,1559,1557,1551,1552,1486,1905,1359,1446,1376,1310,1784,1425,1333,1801,1961,1701,1759,1328,1838,1933,1565,1351,1349,1814,1424,1635,1237,2068,1312,1853,1381,1395,1352,1381,1408,1423,1292,1309,1774,1468,1495,1527,1508,1484,1483,1378,1421,1248,1519,1404,1920,1413,1474,1472,1489,1459,1462,1486,1360,1274,1725,1757,1794,1799,1796,1780,1805,1802,1550,1635,1771,1754,1768,1762,1741,1746,1925,1392,1528,1583,1786,1798,1806,1801,1769,1808,1804,1880,1328,1479,1750,1789,1364,1364,1356,1355,1365,1387,1981,1400,1620,1343,1572,1501,1553,1553,1547,1536,1608,1524,1529,1442,1617,1374,1467,1393,1548,1502,1540,1542,1519,1639,1720,1864,1586,1693,1545,1559,1539,1540,1628,1939,1519,1869,2095,1557,1478,1700,1708,1809,1593,1558,1599,1543,1962,1689,2428,1614,1787,1802,1960,1446,1599,1738,1601,1637,1593,1495,1674,1657,1387,1394,1505,1351,1645,1598,1557,1659,1516,1534,1676,1411,1512,1521,2005,1587,1852,1674,1594,1588,1591,1616,1536,1614,1625,1465,1648,1581,1454,1909,1657,1420,1565,1529,1607,1544,1636,1525,1637,1361,1487,1579,1683,1563,1715,1826,1901,1820,1727,1728,1761,1593,1387,1830,1720,1981,2129,1609,1594,1594,1632,1576,1760,1989,1759,1588,1617,1739,1814,1805,1711,1554,1742,1724,1706,1595,1619,1651,1635,1634,1550,1682,1668,1645,1641,2005,1668,1558,1548,1691,1667,1833,2102,1986,1819,1841,1776,1739,1649,1679,1875,1927,1943,2008,1815,1625,1962,1761,1924,1904,1917,1575,1457,1702,1437,1436,1454,1463,1629,1645,1882,1453,1402,1795,1814,1863,1667,1609,1547,1675,1572,1607,1482,1536,1660,1706,1709,1566,1632,1435,1612,1991,1682,1569,1418,1710,1728,1638,1564,1447,1777,1980,1584,1502,1574,1399,1284,1731,1846,1343,1761,1383,1756,1364,1428,1233,1847,1339,1326,1316,1876,1685,1379,1314,1840,1333,1821,1819,1842,1337,1325,1322,1682,1394,1872,1383,1374,1400,1413,1304,1480,1285,2007,1501,1463,1398,1448,1452,1437,1470,1404,1400,1553,1394,1331,1291,1899,1388,1381,1464,1317,1934,1329,1871,1308,1870,1344,1428,1470,1334,1450,1525,1442,1421,1432,1340,1878,1360,1402,1840,1453,1448,1449,1436,1321,1546,1369,1310,1500,1386,1388,1388,1926,1452,1423,1431,1406,1441,1341,1862,1286,1927,1423,1417,1416,1406,1400,1435,1313,1899,1269,1831,1411,1827,1851,1335,1384,1473,1453,1342,1812,1394,1430,1399,1374,1369,1381,1408,1427,1364,1387,1435,1364,1856,1325,1857,1351,1364,1341,1829,1867,1433,1366,1255,1742,1831,1270,1763,1849,1302,1404,1470,1320,1802,1797,1835,1754,1849,1333,1326,1279,1773,1811,1780,1722,1828,1891,1368,1480,1493,2012,1422,1370,1836,1810,1270,1883,1334,1958,1394,1462,1249,1879,1424,1335,1860,1386,1426,1381,1384,1383,1255,1809,1832,1434,1334,1815,1285,1422,1853,1434,1482,1483,1480,1358,1880,1273,1795,1353,1868,1396,1400,1347,1900,1439,1346,1900,1290,1771,1867,1874,1371,1350,1345,1331,1849,1419,1480,1359,1862,1410,1384,1385,1374,1373,1362,1438,1379,1859,1800,1357,1992,1488,1365,1328,2045,1585,1493,1335,1895,1358,1468,1479,1354,1294,1955,1556,1408,1489,1487,1408,1316,1746,1830,1920,1426,1426,1498,1434,1481,1464,1285,2045,1380,1380,1345,1447,1442,1449,1468,1304,1998,1881,1480,1444,1418,1539,1551,1559,1544,1466,1531,1390,1458,1403,1481,1403,1378,1414,1422,1417,1420,1362,1363,1428,1301,1795,1908,1361,1811,1812,1800,1347,1863,1364,1293,1754,1856,1370,1355,1335,1313,1383,1374,1491,1358,1285,1923,1352,1862,1361,1391,1421,1597,1469,1445,1346,1338,1861,1365,1348,1470,1436,1413,1397,1394,1297,1936,1396,1341,1905,1383,1372,1344,1328,1882,1481,1496,1543,1409,1393,1387,1421,1375,1374,1486,1406,1464,1468,1361,1636,1519,1391,1511,1407,1560,1530,1595,1629,1625,1673,1597,1616,1552,1500,1417,1310,1908,1398,1469,1476,1384,1580,1495,1478,1492,1544,1480,1585,1558,1537,1599,1527,1612,1545,1626,1775,2006,2287,3021,2802,2177,2363,2690,2437,2282,2204,2751,3313,2858,2960,2729,3057,2085,2081,2549,2912,3027,3070,2766,2709,2915,2563,2460,2364,2690,1959,2006,2098,1993,2231,2530,2405,1966,1971,3527,2371,2207,2282,2205,2924,2639,4102,2048,2652,2526,2255,1781,2279,1970,1920,1771,2533,1833,1967,2051,2161,1974,2047,2589,2329,2567,2366,2488,1794,2079,2728,2450,1810,2842,2611,2805,2607,2446,2656,1864,1961,2054,2093,2522,1924,2448,2250,2762,2532,2207,2733,2152,1840,1725,2260,2927,2806,2211,2363,1811,1849,2466,2048,2326,2048,2362,2170,2369,2652,3167,3527,2174,2325,2564,3056,2800,2773,2049,2150,2845,2327,2326,2483,2300,1926,2416,2331,2242,1978,2491,2652,2807,2767,2692,2210,2051,2080,1938,2163,2210,2947,2243,2255,2180,2203,2574,2803,2812,2848,2245,2608,2408,2567,2486,2532,2482,3968,2730,2568,2326,2247,2172,2323,2453,2442,2451,2066,2173,2281,2253,2244,2605,2692,2732,3087,2928,2889,1885,1901,2207,2086,2095,2120,2452,2320,2417,2332,2086,2980,2042,3054,2282,2650,3086,2409,3215,2356,2687,2531,1971,2265,1961,1974,1716,3178,2086,2282,1964,2050,2160,2007,1924,1725,1978,2481,1929,2079,2173,2563,1976,1994,2755,2685,2607,2608,2524,2131,2072,2449,2581,2670,4816,2649,2000,2011,1886,2815,2375,2725,2311,2695,2333,2008,2251,1875,2013,2009,2237,1814,1887,1766,1763,1922,1919,2257,1799,1854,1877,1854,2203,1930,2236,1770,1758,2134,1771,1886,1764,1887,2083,1924,1838,1965,1936,1885,1762,1688,1680,1654,1680,1685,1568,1630,1743,1869,1969,2009,2290,2038,2378,1963,2084,1774,1717,1719,1650,1633,1903,2317,2016,2192,1697,1839,1780,1634,1766,1608,1645,1640,1722,1814,1794,1581,2194,1560,1652,1613,1451,1415,1474,1477,1410,1671,1757,1803,1943,2228,1819,2046,2135,1739,1873,1606,1790,2035,1949,1978,1819,1773,1889,2074,2300,1685,1830,1562,1535,1716,1673,1907,1879,1935,1663,1791,1814,1695,1813,1962,1958,1655,1714,1840,1962,1585,1563,1524,1554,1667,1738,1567,1512,2285,2061,2352,1857,1890,2204,1675,1500,1711,2259,2079,2160,2294,2254,1911,1983,1944,2043,1665,1801,1859,1737,1843,1753,1785,1943,1881,1882,1681,1561,1952,1702,2034,2327,3032,2461,2395,2344,1804,1902,2077,2215,2976,2919,2812,2785,2331,2051,2504,2928,2408,2290,2239,2449,2326,2242,2214,2480,2534,2412,2191,2235,2570,1884,2088,2296,1840,2166,2010,2526,2050,1877,1924,1966,2981,2451,2639,2815,2329,2207,2352,1775,3165,2321,2405,3098,2487,1999,2898,2563,2219,2400,2455,1956,2213,2686,2410,2490,2279,2289,2450,2483,4221,2886,2447,2166,2568,2061,2091,2124,2118,1930,1845,2324,2440,2432,2479,2645,2812,2442,2806,2154,2608,2324,2295,1934,1810,2547,3410,2567,1988,1934,1926,1929,1914,1927,2125,2336,2562,2247,2492,2087,2923,2084,2006,2200,2219,1921,1837,1806,1902,2279,2158,2085,1976,1954,2019,1959,2402,2039,2044,2462,2811,2100,2283,2819,2344,2521,2887,2132,2807,2609,2768,2278,2296,2328,2085,2210,1990,1920,2095,2119,2013,1999,2127,1971,2006,2048,2046,2605,2489,2447,2812,2210,2120,2205,1937,2374,2211,2535,2445,2526,2603,2049,2041,2268,2519,2332,2487,2369,1784,2079,1967,2015,1809,1852,2205,1884,2221,2158,2086,2647,2749,2363,2086,2246,1859,2005,2469,2332,2366,2284,2084,2282,1925,2653,2159,2532,1883,1932,1801,1686,2247,1888,2051,2038,1966,2181,2614,2528,2968,3212,2280,2017,2650,2090,2116,2533,2443,2565,2335,2765,2610,2201,2495,2681,2142,2603,2332,2292,2253,2241,2887,1950,2247,2163,1897,1918,2354,2447,2282,2326,2489,2166,2167,2247,2180,2250,2884,2166,2403,2248,2202,1693,1925,1966,1724,2130,2000,1963,1895,1757,1763,2054,1836,1884,2048,1934,1798,1726,2272,1538,1592,1527,1489,1489,1487,1716,1694,2072,1611,2202,1575,1716,1816,1548,1611,1890,1593,1703,1561,1717,1509,1489,1486,1573,1684,1728,1607,1727,1552,1639,1647,1742,1435,1604,1572,1819,1605,1545,1523,1461,1437,1449,1521,1712,1463,1433,1478,1536,1453,1622,1451,1441,1504,1673,1474,1330,1820,1458,1404,1523,1774,1722,2044,1626,1640,1349,1487,1745,1475,1851,1311,1957,1255,1831,1854,1409,1372,1733,1459,1521,1614,1736,1810,2202,1949,1517,1596,1717,1484,1508,1533,1610,1468,1477,1548,1869,1521,1534,1533,1645,2042,1851,1727,1843,1612,1755,1824,1650,1861,2072,1885,2255,1880,2017,1924,1714,2290,1896,2143,1992,2127,2383,2325,2368,2328,3041,2174,2445,2525,3369,2651,2684,2488,2453,2569,2362,2493,3087,2515,3049,2581,2401,2736,2646,2610,2484,2525,2168,2206,2452,2399,2603,2150,1682,1617,1883,1839,2136,1809,1888,2164,1813,2434,2327,1972,2250,2004,1923,3089,1853,1928,1994,2049,2005,1965,1903,1825,1851,1927,2262,1903,2583,2655,2328,2440,1933,2365,2244,2492,1906,1889,2009,2537,2284,3814,2093,1958,1854,1919,1922,1693,1961,2329,2207,2004,2010,1963,3085,2251,2363,2084,1976,1716,1643,1725,1771,1880,1967,1695,2158,2248,1960,2100,2265,2169,2084,2207,1862,1919,2939,2359,2191,2192,2182,2027,2186,1805,1907,2481,2469,2497,3096,2558,2839,2558,2799,2606,2648,2206,1940,1929,2390,3286,2010,2005,2166,2282,2410,2246,2252,2115,2611,2044,2116,1844,1846,1848,1915,1894,1952,1976,1964,2035,2371,3287,3046,2294,1963,1890,2326,2487,2325,2814,2604,2695,2446,2449,2631,2701,1993,2627,3300,2410,2206,2512,2536,2659,2610,2484,2447,2035,2345,2408,2211,2567,2401,2335,2444,2004,3009,2695,2886,2802,2123,1845,1767,1948,1854,1867,2176,1955,1930,1849,1929,2441,1853,2364,1956,1933,1880,1931,1883,2047,2002,1968,2015,1999,1969,2091,1998,1966,1887,1920,2214,2011,1964,1921,2085,1843,1732,1848,1838,1889,2003,2055,1885,2344,1785,2286,2207,2369,2094,2001,1969,1962,1964,1965,2052,1845,2405,1970,1924,2519,2135,2081,2845,2414,2562,2092,2480,2264,2054,2083,2046,2486,2354,2135,2458,2201,2286,2406,2487,2690,2213,1997,2008,2306,2411,2524,2646,2733,2487,2894,1963,1887,2122,2052,2842,2374,2326,2046,2407,2768,2443,2451,2691,2200,2491,2047,2336,2683,2565,2357,2005,2152,1917,2003,2116,2049,2083,2373,2204,2402,1919,1807,2531,2570,2489,2218,1979,2703,1928,2086,2333,2040,1853,2475,2080,1890,1881,1961,2053,2041,1847,1680,1656,1926,2481,1848,1923,1894,2004,2125,2124,1929,2044,2010,1919,1924,2008,1887,1969,1877,1772,1881,2048,2238,1734,1866,1433,1400,1448,1637,1770,1963,1850,1929,1928,1918,1851,2204,1808,1920,1884,1886,1687,1562,1856,2160,2202,2218,1958,1764,1924,2318,3120,2243,2285,2105,2303,2445,2406,2489,2128,2536,2072,2325,2244,2487,2254,2567,2289,2128,1986,2255,2434,2007,2005,1799,1887,1645,1926,1933,1879,1888,1924,1892,1886,1960,2007,1965,2043,2004,1565,1992,2325,2007,1880,2646,2021,2359,2372,2365,2254,2807,2895,2283,2086,1859,1799,1848,2326,2088,1993,1884,1849,1931,2076,1971,2045,1730,1963,2367,1731,2004,2285,1809,2043,1759,1769,2117,2125,2244,2449,2734,2682,2207,2441,1938,2283,2326,1850,1797,1687,1648,1770,2328,2450,1892,2282,2411,2406,2571,2279,2329,2486,2367,2535,2607,2164,2329,2364,2166,2133,2125,2699,3010,2205,2249,2249,2413,2921,1855,2285,2087,2433,2324,2324,1888,1850,1684,1758,2092,1799,1813,1956,1846,2048,1770,1969,1996,2771,1881,1895,2365,2364,1922,1562,1681,1804,1685,1682,1851,2050,1553,1504,1962,1924,1847,1966,2207,1928,1924,2006,2007,1970,2330,2047,2293,2091,2647,2330,2405,2253,2768,2168,2449,1834,1725,1679,1616,1840,1972,1873,1846,1926,2249,2213,2165,1999,2256,1882,2087,2453,1778,2012,1967,2171,2527,2282,2098,2014,1999,2509,2289,1855,2005,1934,2127,1924,2154,2242,2258,2043,2370,2045,2368,2567,2088,1882,1764,1844,2006,1856,2235,2054,2049,1872,1769,1991,1815,1847,1841,1724,1645,1920,1457,1726,1759,1843,1730,2170,1757,1693,1798,1736,1857,1636,1968,2052,2206,2284,2078,2251,1966,1891,1925,1928,1968,2400,2203,2015,1955,1793,3287,2365,2411,2527,2569,2481,2849,2044,2405,2199,2028,2382,2364,2413,2046,2289,2375,2000,2314,1841,2158,1938,2041,2045,2124,2087,2481,2362,2043,2001,2377,2248,1922,2046,2646,2371,2693,1795,2092,2474,2121,2179,2002,1847,2005,1929,1884,1808,1918,2003,2049,2172,1566,1537,2180,2285,2167,2125,2051,2008,2293,1802,2212,2125,1967,1885,1679,1657,1800,1880,2013,2321,1849,2001,2013,2000,2096,2048,1880,2048,2320,1654,1644,1842,1771,2199,2254,2086,2005,1967,2241,2014,2178,1554,1722,1741,1841,2376,2071,1883,1984,1843,1792,1961,2199,2054,2362,2966,2155,2088,1784,2248,2162,1845,1837,1852,1924,2578,2126,2623,1986,1930,2041,1849,2200,1694,1837,2165,1934,1962,1854,1765,1724,1726,1724,1717,1807,1854,1875,1937,1959,1926,2045,1688,2110,2177,2073,2316,2467,2544,2086,1722,2061,2161,2104,2464,2209,1995,1692,2129,1639,1813,1833,2171,2038,1915,2135,2086,1844,1840,1765,1971,1921,2129,2049,2090,2244,1968,2475,1816,1791,1899,1673,1699,1845,1670,1895,1853,1757,1876,2261,1730,1727,1640,1734,1757,1530,1662,1647,1661,2047,1683,1686,1486,1622,1943,1498,1529,1514,1535,1540,1462,1413,1582,1511,1469,1483,1509,1632,1820,1558,1973,1533,1420,1374,1442,1589,1537,1669,1590,1638,1581,1503,1510,1462,1485,1510,1674,1606,1598,1567,1575,1630,1609,1488,1452,1447,1491,2357,1805,2130,2094,1713,1769,1726,1698,2037,2179,2001,2125,2080,2176,2644,2166,2201,2132,2214,2407,3085,2534,2496,2158,1922,2659,2081,1845,1763,2567,1929,2614,2045,2004,1636,2019,1957,2164,2253,2624,2411,2967,2562,2768,2084,2251,2012,2356,2929,2128,1991,1849,2760,2046,2369,1653,1984,1781,3172,2686,2807,2051,2368,2365,2608,2370,2482,2372,2444,2416,2632,2461,2320,2689,2536,1799,1851,1958,1722,1709,2040,2545,2570,2447,2486,2408,2447,2644,2610,2689,2123,2687,2494,2324,2045,2770,2168,2125,2365,2566,2414,2524,2449,2527,2494,2278,2605,2533,2291,2443,2083,2607,1685,2136,2286,2293,2248,2171,1943,1736,1795,1962,2521,2213,2528,2367,2447,2363,2096,1762,2367,3132,2293,2646,2285,1924,1921,1964,2006,1890,1975,2170,2042,1881,1890,1851,1882,2039,2055,3282,1973,3241,2429,2570,2769,2047,2128,1774,1924,2123,1846,1808,1838,2053,1769,2164,1847,1924,1600,1727,2251,1606,1723,1844,2008,2030,2044,1907,1803,2069,1693,1641,1494,1554,1576,1678,1607,1805,2293,1912,1879,1915,1789,1678,1559,1460,1442,1485,1720,1607,1590,2131,2037,2089,1680,1628,1567,1825,1765,1901,1991,2264,1807,1923,1782,1756,1614,1606,1577,1607,1875,1745,1685,1833,1599,1646,1895,1483,1989,1844,1688,1525,1604,1762,1518,1425,1641,1676,1651,1705,1871,1667,1576,1520,1605,1542,1699,1622,1612,1653,1666,1616,1611,1603,1665,1708,1580,1691,1595,1522,1557,1549,1795,1295,1794,1789,1535,1507,1493,1925,1536,1547,1594,1356,1811,1794,2010,1524,1596,1482,1913,1578,1527,1313,1767,1808,2031,1787,1978,1458,1484,1426,1500,1634,1639,1599,1469,1870,1542,1540,1520,1395,1336,1534,1385,1345,1330,1735,1618,1516,1335,1376,1434,1444,1455,1374,1375,1477,1444,1454,1491,1396,1374,1443,1433,1422,1420,1421,1423,1507,1312,1464,1339,1403,1294,1816,1847,1402,1396,1502,1419,1261,1865,1370,1346,1816,1796,1833,1846,2046,1813,1679,1441,1426,1530,1497,1375,1852,1847,1850,1959,1383,1522,1703,1486,1546,1551,1537,1537,1544,1581,1501,1675,1911,2025,1425,1630,1691,1742,1773,1745,1744,1604,1711,1721,2077,1725,1684,1825,2099,1827,1914,2280,2068,1934,2080,1868,1698,1515,1729,1649,1610,1897,1921,2015,1884,1686,1779,2032,1703,2269,1717,1798,2408,2037,1812,2264,1851,2561,2164,2166,2001,2211,2413,2109,1822,1969,1969,1798,1897,1865,1901,1909,2015,2179,2033,1722,2176,2333,1653,1488,1396,2023,1630,1646,1645,1861,1897,1676,1840,1607,1567,1724,1869,1904,2215,1886,1728,1894,2218,1570,1792,1999,2121,2333,1968,1722,1814,1964,2175,1728,1720,1769,1683,1727,1774,1608,1590,1592,1583,1746,2288,1805,1703,1594,1515,1630,1677,1641,2000,2171,2035,2088,1900,1718,2160,1552,1380,1579,1611,1854,1461,1441,1549,1594,1758,1779,1587,1555,1613,1679,1566,1561,1903,1305,1973,1362,1590,1767,1442,1976,1432,1801,1740,1840,1437,1843,1568,1391,1422,1673,1403,1397,1397,1387,1391,1470,1287,1872,1776,1363,1580,1547,1548,1554,1460,1538,1343,2033,1566,1933,1357,1894,1940,1431,1608,1597,1584,1534,1378,1460,1804,1432,1428,1954,1490,1387,1439,1883,1473,1684,1371,1425,1457,1642,1351,1795,1843,1336,1827,1338,1883,1447,1544,1565,1362,1860,1361,1852,1951,1512,1635,1461,1675,1433,1468,1531,1332,1816,1809,1982,1566,1436,1456,1396,1507,1788,1820,1709,1648,1650,1651,1850,1899,1833,2329,1959,2109,1970,2180,1862,2722,2406,2370,2405,2889,2364,2433,2741,2893,2363,2746,3528,2711,2289,2565,2529,2558,2579,2636,2503,2954,2691,2868,2645,2348,2086,2480,2518,2188,2385,1964,1805,2291,2466,2368,2221,2356,2528,3270,2400,2490,2715,2863,3169,2004,2346,2270,2624,2728,2288,2246,1995,2354,2439,2565,2565,2412,2481,2339,2543,3928,2035,2308,3004,2896,2165,3363,2488,2613,2166,2289,2122,2767,2610,2571,3164,2203,2282,1924,3252,2293,2202,1967,1759,1769,2089,2086,2366,2281,2127,2015,1854,1757,1939,2529,2168,2048,2027,1964,2174,2201,2284,2045,2353,2026,1767,1848,1925,2130,2325,2311,2303,2089,2747,1934,2486,2924,2372,2409,2563,3090,2202,2215,2762,2492,2047,2164,2130,1765,1814,2479,2527,2373,2049,1897,1565,2266,2484,2128,2608,2690,2526,1930,1925,1880,1968,2692,2324,2289,2367,2290,2514,3664,9715,2336,1955,2162,2488,1933,2075,1923,1887,1961,1923,2084,2452,1845,2191,1831,2254,2040,1720,2857,2049,2672,2687,3329,2245,2692,2122,1925,2304,2536,2932,2040,2935,2766,2408,2087,1994,2124,2566,2320,2560,1852,1927,1997,2124,2057,1763,1997,2215,2036,1893,1644,2250,2360,1847,1927,2087,2083,2171,1926,2003,2015,2000,2079,1974,2124,1883,2489,1963,2177,1965,2397,2530,2490,2289,2364,2324,2251,2448,2447,2080,2049,2647,2646,2164,2371,2451,2522,2487,2568,2452,3083,3650,2078,2186,2137,2045,2077,2512,2403,2333,2400,2407,2375,2447,2083,2327,2530,2645,2208,2972,2527,2687,2648,2166,2685,2412,2282,1887,2170,2483,2649,2692,2126,1928,1880,1845,2329,2604,2489,2289,2327,2410,2766,4813,2888,2056,2123,2249,2163,2490,2486,2526,2489,2611,2248,1959,2369,2413,2443,2488,2611,2442,2488,2573,2809,2599,1826,2755,2000,2526,2535,2601,2253,2367,1963,2128,2124,2251,2566,2449,2603,2329,2607,2054,3147,2401,2050,2109,1653,1561,1525,2579,2165,3089,2533,2083,1885,1851,1839,2529,2607,2205,2149,2148,2366,2725,3171,2809,2446,2173,2038,2129,1888,2044,2088,1889,2058,1928,1857,1973,2098,2527,2085,2372,2367,2887,2208,2284,2649,3411,2286,2646,2382,1885,1888,2009,2319,2771,2121,1718,1834,2126,2042,2417,2291,2610,1982,2159,2356,3286,1920,2274,2125,1843,1730,1834,2174,3093,1893,1763,1875,2479,2573,2525,3049,2571,2405,2048,2284,2363,1856,1940,2788,2169,2443,2248,2051,2642,2533,2429,2011,2534,2448,2289,1818,2049,1929,1838,2437,2525,2331,2209,2122,2408,2369,2402,2206,2021,2442,2412,2403,2691,2283,2687,2371,2252,1917,1957,2043,2086,2671,2608,1831,1976,2323,2974,2491,2442,2326,2294,2321,2086,2127,2413,2722,2452,2488,2561,2493,2088,2322,2406,2850,2212,2365,2367,2888,2930,2967,2125,2089,2289,1918,2571,2284,2250,2286,2770,2763,2211,2404,1698,2521,2442,2208,2248,1971,1781,1804,2268,2250,1957,2088,2088,1812,2490,1820,2482,2010,1928,2038,2014,1901,2373,2487,2175,2968,2523,3129,1983,2424,2570,2286,2645,2292,2652,2844,1922,2417,3124,2410,2408,3973,2168,2648,2684,2455,2325,2453,2887,2162,2449,2451,2568,2489,2519,2771,2477,2087,2105,2248,2324,3332,2449,2407,2482,2213,1958,1849,1884,2207,2613,2333,2451,2524,2645,2608,3568,2406,2488,2332,2126,2045,2203,2695,2685,2242,1954,2303,2529,2484,2128,3614,2609,2323,2530,3448,2933,3926,2697,2048,2569,2527,2409,2929,2723,2377,2765,2166,2068,1843,1968,1921,2557,2124,2565,2889,2572,2289,2567,2124,2164,1929,1930,2685,1968,2288,2407,2125,1837,1776,1764,2252,2205,2322,1956,1756,1890,2288,3168,2409,2007,2126,1966,2248,2006,2366,2206,2285,2612,2129,2606,2927,2637,1882,1718,1846,2131,1680,1731,1569,1684,2125,1881,2288,1734,1677,1608,1729,1882,2099,2449,1964,1861,2175,1934,1976,2417,2895,2484,2325,2127,2270,2452,2114,2661,2444,2290,2561,1926,1976,2403,2570,2648,2486,2495,1800,1970,2286,2685,2132,2325,2369,1968,1733,2447,2402,2318,2544,2053,2359,2251,2444,2411,2004,2174,2068,2007,1889,2208,1846,2079,3015,2284,2004,1755,1803,1766,1940,2039,2167,2761,2338,2572,2561,2411,2648,2204,2493,1998,2075,1834,1882,1883,1846,2010,2446,2180,1733,1828,1558,1530,1556,1528,1522,1814,1995,1975,2126,2076,1888,1800,1626,1893,1924,1766,1420,1429,1484,1532,1689,1560,1491,1716,1612,1766,1769,1679,1846,1436,1411,1440,1572,1683,2003,1769,1757,1889,1656,1642,1645,1647,1676,2172,1904,2083,1927,2082,1969,1927,1998,2256,2205,2360,2043,1814,1648,1738,2083,1688,1612,2206,2037,2094,2051,2442,3337,2127,2405,1953,2012,1920,2269,2480,2454,2204,2283,1964,1882,2007,2046,2627,2130,2523,2695,2208,1754,1991,1959,1885,1611,2201,2053,2079,2014,2005,2001,1842,1726,1728,2087,1884,1763,1606,1600,1693,1769,2126,1968,1798,2411,1883,1851,1954,2330,1887,1652,2241,1843,1967,1765,1929,1880,1851,1688,1583,1888,1641,1594,1650,1824,1764,1639,1533,1955,2166,1971,1961,1725,1770,1862,1888,2040,1981,2139,1882,1847,2049,2233,2367,1849,2791,1891,2605,1814,1562,1595,1605,2011,1887,1812,1917,2335,2005,2003,1731,1717,1929,1487,1875,1682,1576,1433,1533,1560,1448,1522,1817,1519,1447,1601,1646,1477,2129,1976,1681,1439,1452,1684,1715,1725,1637,1722,1818,1919,1455,1392,1400,1374,1807,1597,1648,2091,1397,1982,1603,1522,1529,1734,1595,1724,1649,1527,1510,1421,1558,1694,2239,1799,1775,1915,1647,1763,1728,1812,1836,1608,1731,1838,1930,1690,1692,1644,1801,1730,1592,1446,1317,2057,1454,1516,1853,1600,1694,1554,1534,1470,1618,1407,1611,1720,1476,1859,1482,1485,1561,1397,1393,1450,1338,1751,1486,1648,1611,1969,1470,1661,1420,1388,1420,1846,1404,1448,1721,1734,1773,1672,1387,1391,1448,1324,1637,1586,1546,1455,1448,1414,1455,1378,1387,1960,1493,1599,1745,1803,1718,2210,1641,1758,1708,1726,1979,2022,1849,1958,2329,2085,1813,1555,1654,2784,2207,2086,2158,2934,2198,2174,2120,2367,2694,2483,1896,2761,2247,2813,2525,2694,2355,2372,1996,2575,2604,2328,2410,3248,2610,2686,2491,2403,2204,1814,2260,2006,1936,2362,2534,2408,2372,2160,2311,2324,3534,2650,2488,2242,2250,2172,2445,2093,2170,1883,3275,2213,3247,2272,2150,2489,2326,2245,2448,2969,1977,1971,2009,2513,3009,2926,2207,1889,3332,2405,2045,2009,1915,2656,2476,1929,2018,2361,2602,2414,2201,2491,2159,2491,2366,2928,2526,1971,2019,2329,2267,1966,2014,2000,1968,2108,1969,1927,1903,2047,2399,2450,2887,2405,2572,2405,2294,1833,2256,1816,1930,1807,1919,2659,2167,2772,2410,2168,2326,2308,1802,2046,2369,2409,2048,2325,2171,2166,2359,2209,2089,1774,1956,1777,1705,1659,2135,1964,1963,1774,1773,1978,1768,1993,1721,1783,1832,1811,2127,1851,1759,1518,1675,1795,1780,1796,1737,2076,1975,2046,1957,1891,1765,2566,2044,1963,1853,1843,1923,2495,2445,2006,2086,2083,2005,1893,2244,1886,1992,2403,2450,2038,2118,1931,2082,2374,1905,1889,2087,1932,1878,1896,2002,2345,3053,3016,2730,2405,2976,3367,2013,1918,1930,1960,1890,2877,1924,1839,1968,1891,2078,2011,2049,1923,1686,1647,2535,2730,2161,2807,2374,2246,2647,2560,2451,2532,2050,2213,3527,2532,1991,1847,1938,2197,1909,2271,2563,2330,2455,2006,2048,2038,2376,2002,1884,1845,2286,1844,2494,3166,2368,2969,1816,2087,2257,2322,2207,2369,2411,3128,2687,2402,2213,2362,1836,2181,1935,2057,2367,1780,2018,1784,2213,1935,1844,2345,2207,2330,2606,2128,2084,2602,2316,2105,2649,2005,3194,2129,1894,1960,2310,2447,3412,2095,2085,2604,2370,1994,2238,2247,2281,2016,2397,2728,2728,2571,2568,2526,2292,2089,2422,1888,2565,2608,2602,2542,2629,2228,2048,2570,1999,2057,1920,1839,2088,1973,2047,2122,1970,1836,2097,1916,1685,2339,2078,2436,2166,2162,2729,2766,2260,2036,2288,2283,2326,2809,2328,1944,2044,1855,1961,2128,2361,2432,2133,2200,2031,1723,1886,1968,1924,2042,2246,2734,2242,2084,2104,2536,1731,1959,2609,2051,2319,2367,2126,2323,2331,2408,2089,2005,2190,2258,2048,2447,2365,2332,2277,2061,2277,2249,3688,1967,2726,2013,2101,2607,2443,2847,2570,2131,1959,1846,2382,2159,1969,2784,2770,2371,2254,2519,1935,1993,2091,1995,2097,2161,2085,2127,2374,1995,1736,1763,1917,2055,2078,1854,1921,1765,2088,1886,2765,1890,2001,1608,2251,2210,2159,2085,1854,2043,2537,2135,3203,2534,2085,2402,2253,3007,2647,2653,2371,2160,3094,3297,2092,2089,2186,2652,1737,5208,3055,2131,1924,2233,2407,2115,1909,1890,2111,2450,2774,2560,2209,2415,2364,2044,2081,2605,1956,2000,2155,2566,2212,2411,3015,2290,2167,2208,2020,1896,1888,2302,2365,2367,2446,2377,1963,2214,2016,2074,2289,5091,1925,2137,2121,2043,2702,2133,2240,3207,2289,1995,2383,2363,1939,1891,2107,2189,2468,3048,2530,2451,2408,2173,1783,2409,2178,2410,2564,2327,3532,2242,2973,2322,2247,2811,3014,2253,2642,2288,2610,2447,2530,2367,2528,2567,2609,2480,2371,2605,2490,2138,2052,2876,2330,2049,2567,2681,2490,2694,2283,2567,2365,2607,2214,2207,2486,2528,1913,2266,2531,2442,2448,2529,2492,2442,2333,2446,2528,2525,2409,2369,2604,2604,2812,2451,2568,2641,2573,2408,2088,2367,2525,2487,2485,2694,2606,2400,1962,1965,2195,2358,3442,1886,2311,1771,2562,2207,2121,2655,2206,2035,1890,1960,1928,2243,2322,1750,1877,2464,2538,2527,2888,2070,2084,1896,1999,1886,1923,1692,1642,1885,2125,2014,2278,1929,2168,2084,2533,1839,2051,1890,1762,2338,1797,1658,1929,1775,1831,1987,2113,2291,1974,1958,2053,2083,1764,1851,1959,2557,2675,2292,2250,2439,2255,2327,2404,2960,2810,2333,2027,2079,2096,2140,2279,2576,2605,2493,2208,2160,2651,3826,2284,2130,2308,2574,2447,3207,2134,2067,2218,1972,2408,2410,2571,3004,2728,2490,2560,2612,2371,2442,2376,2566,2845,2685,2448,3250,2937,2680,2815,2481,2607,2735,2523,2247,2566,2615,2292,2198,2154,2667,2648,2492,2241,2410,2571,2166,2523,2210,1898,2005,2407,2927,2377,2206,2522,2247,2364,1978,2004,1966,1919,2173,2123,2556,3565,3053,2192,2369,2283,1829,2647,2050,2404,2091,2068,2544,2254,1925,1945,1803,2122,1925,1968,1882,2008,2097,2127,2366,1794,2271,1715,1765,2692,1851,1647,1591,1659,1721,1554,1644,1685,1980,1993,1621,1677,1496,1676,2000,1771,1721,1853,1642,1764,1810,1648,2275,2062,1766,2653,2689,2446,2853,2803,2491,2245,2208,1612,1786,2005,2242,1847,1924,1849,1960,1960,1934,1965,1886,2091,2040,1929,2245,1804,2127,1895,1992,1845,2015,2282,1849,1927,2571,2203,1927,2489,1845,1762,1970,2069,2925,2165,2406,2011,2328,2165,2567,2091,1936,2521,2729,2286,1721,1920,2133,1804,1967,2084,2286,2043,1894,1919,1926,2285,2054,1965,2001,2327,2610,2564,2249,2167,1966,2205,2014,1841,2712,2369,2168,2844,2254,2719,3138,2292,2362,2205,2932,2645,2930,2485,2373,2440,2166,2165,3132,2883,2447,2332,2651,1854,2154,2211,2043,1973,2005,1964,1615,1565,1753,1498,1917,2093,1997,1930,1843,2090,2047,1969,2118,2142,1906,2170,2482,2215,2409,2091,1860,1807,2003,2366,2125,2366,2814,2853,3270,3621,1888,2203,1798,1977,2046,2077,2129,2162,2053,2210,2036,1969,2362,2359,2490,3046,2529,2042,2292,2884,2287,1882,2209,2010,1857,2127,2412,2268,1970,1972,1798,1729,1840,2045,2045,1928,2251,2167,2612,3131,2280,2936,1878,1770,1887,2287,1755,1974,1928,1957,1889,1812,2000,2051,2084,2386,3175,2839,1969,2053,2163,2084,2006,2043,2166,2059,2961,2530,2569,2608,2085,2033,2088,2908,1969,2045,2055,1965,2046,1922,2130,2036,2533,2123,2211,2026,1928,2115,2478,2326,2250,1780,1883,2009,3553,3172,2047,2520,2206,2367,2013,2937,2123,1728,1968,2254,3599,2529,2459,2275,1878,1812,2042,1972,2042,1887,2404,1805,2093,2398,1855,2820,2928,3210,2727,2454,2485,2446,2012,1971,2001,1892,2073,2050,2056,1919,1960,2179,1876,1942,1604,1693,1684,1771,1679,1640,1569,1563,1692,1768,1596,1681,1983,2203,1807,1842,1761,1757,1541,1670,1714,1713,1899,1622,1626,1634,1777,1788,1774,1703,1557,1672,1445,1742,1805,1672,1698,1724,1848,1832,1818,1640,1719,1648,1774,1880,1968,1731,1828,1772,1959,1879,1961,2128,2447,2609,2439,2251,2150,2570,2602,2045,3330,2778,2527,2961,2207,2248,2160,2344,2181,2530,2177,2205,2332,2204,2486,2569,2002,2288,2727,2044,2504,3247,2090,1990,2113,2248,2085,2036,2043,2178,2038,2087,2093,1962,1806,1718,1767,1738,1756,1691,1762,1726,1697,1642,1593,1653,1808,1716,1565,1523,1810,1776,1713,1891,1637,1681,1895,1438,1638,1412,1556,1458,1519,1558,1567,1579,1470,2018,1503,1489,1825,1469,1486,1483,1443,1534,1832,1479,1506,1440,1805,1596,1769,1565,1414,1591,1811,1806,1735,1648,1729,1803,1775,1725,1672,1602,1698,2162,2095,2239,2731,1922,2364,2018,1953,1693,1764,1887,1843,2130,2054,2279,1972,2051,1995,2536,2492,2407,1761,2779,2642,2007,1845,1777,1844,2279,1972,2291,2041,2727,2009,2598,2012,2014,2085,1887,2846,1919,2967,2053,1842,2129,2007,2146,2481,2774,2442,2290,2375,3203,2813,2889,3532,1999,1810,5179,2011,1886,2006,1756,1884,2091,2163,2124,2049,2407,2734,2482,2723,2763,2212,2847,2254,2045,2127,1906,1929,1894,2249,1886,2335,1971,1882,2053,1924,2014,2038,1797,2250,2286,2409,1924,2730,2686,2400,2571,2335,2524,2766,2848,2533,2401,3096,2728,2441,2045,2455,2325,1798,2436,2286,1953,1996,2946,2967,1993,2251,1694,2039,2167,2164,2569,2606,2529,2492,2524,2540,2596,2494,2164,2329,2690,2199,2133,2321,2293,1924,1959,1970,1883,2280,2414,2670,2250,2133,2374,1914,1579,2330,1800,2206,2525,2688,2331,2280,2610,4300,2730,2335,2561,2374,2402,2929,2971,2449,2124,1953,2101,2244,1887,3116,2163,1845,1889,1837,2411,2204,2326,1973,2076,2095,1810,2084,2520,1976,1846,1997,2091,2210,2196,1974,2041,1966,2014,1914,1925,2168,1927,2014,1884,1719,1934,1879,1572,1669,1612,1651,1793,1738,2081,1637,1817,2011,1564,1594,1655,1554,1449,1356,1799,2001,1567,2127,1668,1526,1651,1552,1664,1449,1469,1412,1352,1820,1552,1782,1625,1612,1562,1534,1653,1591,1595,1662,1552,1613,1731,2268,1738,1480,1536,1638,1568,1552,1570,1537,1955,2361,1619,1759,1969,1883,1637,2581,2037,2203,2291,1527,1412,1402,1400,1675,1740,1874,1688,1683,1645,1762,1649,1614,1598,1562,1729,1719,1655,1605,1771,1644,1596,1646,1726,1755,1897,2041,1848,1889,1651,1519,1569,1606,1570,1962,1487,1350,2086,1452,1486,1330,1809,1920,1529,1726,1678,1718,1901,1517,1574,1657,1931,3040,2028,2008,2185,2445,2853,2644,3048,2809,2452,2448,2365,2364,2292,2449,2568,2080,2838,2602,1904,3255,3215,2809,2800,2329,2288,2446,2207,2405,2614,2602,2376,2360,2566,2492,3321,2008,2250,2369,2400,2335,3122,2568,2291,2409,2086,1892,1638,2367,2446,2330,1962,1892,1965,2000,2128,1893,1965,1881,1646,1490,1560,2011,2207,2374,2241,2285,2012,1896,2296,2324,1971,2157,2237,2043,2802,2400,2169,2284,2569,2319,2173,2318,2050,1904,1692,1845,1846,1965,1843,1928,2002,2193,1976,1817,2364,2222,2234,2041,1892,2199,1806,2003,1935,2128,1913,1997,2097,2080,2098,2207,2247,2092,2244,2452,2803,2409,2330,2481,3619,2523,1814,2284,3859,2563,2651,2222,1984,2397,2371,3289,3049,2253,1920,2172,2243,1932,2738,2926,3169,2210,1915,2175,2162,2368,3011,2486,2046,2116,2566,2646,2325,2488,1898,1760,1846,2002,1968,2641,2537,2160,1962,2123,1732,2284,2092,2122,1999,2014,2246,2082,1937,2073,2320,2454,2569,2233,2132,2214,2657,2402,2420,2052,2332,3046,2450,3850,2934,2648,2443,2653,2451,2447,1803,1586,1984,2568,2165,2728,2768,2403,2090,1961,2327,2384,1901,1877,3804,3648,2925,2494,1931,1820,2002,2013,2132,2164,1927,2124,2118,1776,1683,1680,1681,1969,2205,2476,2450,2364,2331,2931,7535,2374,3002,2247,2493,2334,1517,2856,2528,2931,2118,2314,2165,2369,3813,2218,1997,2292,2533,2800,2112,2128,2399,2047,1859,2209,2227,2098,2037,2133,2043,2325,2451,2613,3405,2726,1931,2391,2290,2086,3172,4424,1970,1931,1974,2009,1964,2291,1798,1808,1918,2299,2046,2157,1769,2556,4684,1926,2066,2325,6105,2406,2568,2119,1894,2002,2158,1896,1762,3003,1889,1971,1760,2249,2173,1803,1807,2242,1921,2010,2133,1955,2369,4417,1798,1732,2240,1655,1716,1688,3173,3525,1893,2036,2136,2246,2369,1964,2374,1710,2251,1803,2201,2369,2346,1836,1647,2134,1687,2101,1930,2208,1885,1885,2082,4617,1924,2008,2134,2235,2257,1959,2615,2371,2090,2685,2328,2077,2934,4816,2370,2525,3378,3135,3123,2414,2366,2252,2036,2460,2076,2127,2297,2162,2091,2002,2053,1760,2248,2121,1933,1850,1917,2003,1939,1799,2120,1811,2813,2124,1882,2123,2610,2134,2269,2129,2649,2885,2411,2253,2406,2043,1805,4096,2368,2327,2289,2932,2925,2369,1928,1846,1644,1765,1800,1810,1847,2004,1885,2088,1965,2045,1926,2056,2180,2417,2451,2081,2892,2578,2135,2081,2087,2127,2009,2129,2571,2839,2052,2005,1922,1930,1764,1966,2044,2202,2046,1889,2285,2059,2687,2962,2537,2321,2842,2247,2528,2488,2530,1989,2408,2449,2042,2090,2623,2013,2078,2219,2075,1806,1722,1613,1565,1562,1807,1882,2090,2128,2170,1847,1802,2118,1766,2166,2094,1893,2251,2415,2449,1887,1816,2046,2640,2658,1843,1883,2315,2123,2445,2336,2220,2726,1848,1878,1767,1882,1925,2046,1924,2086,2171,1965,1927,1883,1848,2195,2044,1912,1955,1767,1814,2041,1772,1752,2380,2724,2482,1876,1777,1921,2095,1889,1887,2122,2089,2064,2259,1829,1995,2729,2009,1973,2006,2124,2177,2530,2396,1971,1789,1859,2498,2252,2246,2208,2120,2413,2691,2117,2411,1841,1935,1677,1652,1794,2651,2005,2089,1811,1815,1730,1851,1756,1614,1879,1780,1762,1729,1920,1887,2049,1716,1719,1925,1901,1757,1854,1751,1776,1761,1654,2038,1811,1998,2329,2096,2160,2362,1939,2086,1675,2135,1826,2132,2042,1764,1755,1967,1894,1873,1776,1886,2606,2770,2404,3733,2733,2485,2449,2484,2488,2486,2212,2203,2063,2084,2009,2337,1917,2619,2244,2768,2447,2453,2445,2406,2491,2642,2569,2688,2407,2126,2044,2773,2448,2248,2282,2367,2440,2854,2575,2607,2162,2405,2533,2167,2201,2413,2328,2402,2573,1961,1927,1931,1719,2761,2415,2402,2529,2493,2441,2326,2821,2560,2324,2501,2725,2850,2164,2087,2397,2620,2515,2166,2245,2301,3157,3532,3254,2254,2605,2443,2371,2448,2767,2166,2288,2129,2924,2449,2288,2363,1969,1888,1879,1806,2934,2328,2320,2373,2363,2676,2444,2456,2204,2728,2607,2130,2602,2212,2239,2211,2010,2368,2282,2055,1974,2692,2487,2531,2361,2286,2574,4811,2203,2208,2694,2245,2451,2604,2646,2932,2247,2286,2685,2095,1963,1830,2624,2608,1839,2423,2973,4973,3167,2295,2485,2809,3450,2368,2379,2164,1692,1609,1975,2243,2371,3571,2443,2334,2118,2099,2478,1896,1886,2500,2404,2532,2288,2243,1844,2119,2130,2804,2532,1859,1800,1893,2361,2247,2445,2729,2612,2323,2460,2762,2532,2327,2844,2050,1893,2530,2244,2331,2726,2029,3084,2893,2280,2579,2651,2367,2605,2284,2638,2049,2349,2211,2281,2731,1925,2167,1701,2587,2046,1973,2051,1993,2326,2285,2453,2295,2247,2366,2205,2005,2200,2370,2338,2302,2069,2245,1885,1928,2471,2098,2144,2969,2485,2128,2330,2125,2364,2814,1999,2508,2097,2530,3367,2087,2482,2533,2521,2536,2925,2529,2167,2563,2374,2522,2372,2488,2359,3333,2813,2206,2525,3213,3570,2964,2612,2485,2368,3207,2655,2720,2247,2210,2086,2685,2693,2933,3200,2615,2683,2041,2532,2489,2686,2644,2056,2308,2202,2317,1817,3126,1808,1777,2561,3011,2851,3972,2206,2365,2210,2885,2892,2767,2889,2210,2439,2451,2524,2691,1924,1933,2242,2490,2644,2412,4407,2852,2250,2603,2414,2091,2203,2607,2892,2566,2443,2287,2690,2328,2483,2535,2367,2128,2243,2006,2493,4127,2132,2440,2168,2529,3129,2370,2284,2252,2489,2405,2013,2208,1968,2249,3765,2929,2529,4496,2642,2214,2675,2597,2271,2136,2409,2324,2686,2451,2812,2885,2927,2287,2566,2654,2321,2492,2042,4536,1852,4400,2283,2285,2328,2731,2281,2170,2446,2452,2452,2521,2531,2006,2369,2243,2491,2404,2852,2413,2287,2483,2299,2049,2134,3049,1960,2772,2243,4138,2691,2525,2602,3819,1923,1848,1926,2172,2320,1853,2570,2650,2563,2365,2613,2406,2404,2169,2283,2694,2363,2403,2204,2855,3287,2688,2653,2881,2448,2687,2811,2212,2484,2409,2725,2296,2561,2096,2365,2490,2483,2249,2045,1927,1959,2006,2046,1926,2050,2577,3129,2130,1915,2415,2000,1726,2046,2536,2564,2369,2492,2443,2646,2654,2645,1895,2536,2129,2240,2290,2106,2086,1771,2124,1995,1937,2039,2006,2442,2285,1995,2045,1728,1689,1759,1694,1715,2014,2167,2083,1962,2165,1972,1927,2521,3336,3284,2576,2559,2649,3135,2696,2529,2330,2161,1924,2050,1966,2568,2363,2528,2608,2573,2808,2847,2324,2605,2562,2742,2683,3206,3531,2042,2286,2054,1978,1830,1706,1925,2135,2047,1844,2122,1963,1979,2075,1850,1969,1564,1841,1771,1956,2247,1925,1899,1960,2211,2242,2123,2204,2568,2626,2172,1969,1925,1772,1921,1933,1888,2002,2209,2402,3473,2336,2463,2091,2530,2131,2123,2163,3128,2482,2373,2602,3816,2648,2205,2082,2696,2636,2480,2357,2050,2682,2053,1804,2002,1966,2044,1856,1914,2094,2167,2198,2045,2371,2113,2430,2406,2647,2523,2374,2440,1777,2133,2689,2242,2529,2108,2547,2399,3217,2400,1823,1769,1609,2518,2093,2198,1810,2095,2079,2126,1964,1889,1964,2242,2487,2246,2196,2274,2366,2339,2235,2128,2332,1848,2280,2247,2487,2853,2446,2444,2449,2325,2409,2690,2437,2487,2375,2480,2695,2650,2719,2334,3208,2365,2451,2047,2486,1606,1971,1893,2495,2206,1967,1882,2178,2009,2483,2287,2245,1904,1958,2215,2073,2047,1932,2275,2170,2044,1927,1886,2247,2286,1686,2285,2162,2406,2653,2208,2486,2328,3010,2248,2324,2458,1807,2173,2564,2252,1847,2069,2249,2043,2006,1930,2206,1886,1842,2177,1923,1845,2479,2169,2644,2452,2326,2608,2163,2005,2045,2734,2244,2487,2193,2503,2402,2533,2362,1894,1809,2525,1679,1813,1954,2092,1929,1960,1893,1926,1845,1883,1901,2237,1959,1569,1687,1685,1723,1761,1918,1937,2344,2566,2611,2564,1942,1847,2361,1603,1684,2092,1640,1645,1612,2121,2362,2332,1974,1996,2286,2485,2491,2159,1996,1971,1849,1885,1717,1644,1688,1805,1885,1850,1883,1762,1883,1764,2200,1796,1618,1527,2202,2012,1599,1770,1961,1768,2054,1795,1604,2097,1714,1891,1892,2164,1980,2407,2129,2855,2440,2681,2803,2240,1885,1640,1763,1807,1803,2003,1890,1929,2443,1769,2120,1973,1593,1605,1900,1791,1936,2086,1881,1845,1845,1845,2336,2568,2086,2006,1924,1886,2147,2200,2143,2428,2528,2204,2224,2441,2419,2134,2503,2340,2148,2582,2191,3075,2409,1772,1754,1697,2164,1882,2172,2077,2136,2042,1925,2005,1888,2081,1734,1670,2244,1737,1754,1808,1814,1794,1652,1685,1717,1683,1779,2110,1969,1527,1551,1566,1572,1559,1641,2177,1721,2054,1687,1726,1680,2170,2316,1656,1999,1646,1954,1693,2007,1614,1595,1566,1677,1646,1659,1751,1658,1726,1892,2043,2049,2080,2179,2036,1848,1930,2086,2000,2329,2007,1894,1955,1964,1778,1994,1975,2082,2005,1969,2008,2046,2166,1962,2003,1936,1886,2036,2126,2617,2442,2971,2641,2303,2852,2288,2650,2207,1970,2239,2610,2172,2115,1964,2205,2206,2134,2046,2332,2209,2531,2680,2852,2366,2282,2254,3124,2048,2418,1918,1677,1602,1574,1532,1884,1640,1866,2164,2369,2374,2615,2758,2891,2458,2287,2235,1890,1725,1725,1918,2500,2000,2374,1766,2006,2273,2182,2191,2143,2117,2251,1803,1994,2066,1715,2085,1802,1846,1843,1613,1685,2004,1690,2135,2906,2060,1653,1620,2144,1968,1932,1879,1843,2208,2012,1802,2048,1932,1960,1889,1840,1814,2039,2126,2572,1937,2287,2363,2436,1957,2127,1974,2308,2929,2411,2405,2392,1880,1772,1995,1769,2163,2331,2173,2327,2288,2201,1940,2238,1961,2134,2210,1919,1928,2043,1967,1847,1853,1764,1642,1638,1697,1998,1809,1636,1855,1967,1678,1442,1405,1604,1567,1729,1769,1562,1477,1491,1558,1819,1446,1323,1804,1445,1483,1603,1680,1958,1452,1520,1492,1367,1872,1461,2122,1528,1537,1421,1495,1391,1418,1603,1393,1570,1501,1642,1618,1935,1524,1527,1615,1611,2112,2171,1514,1534,1933,1740,1466,1701,1596,1743,2260,1826,1787,1744,2038,1999,1728,1610,1769,1437,1720,1918,1675,1631,1779,1678,1473,1565,1388,1322,1574,1455,1549,1565,1572,1678,1439,1488,1477,1521,1262,1766,1309,1480,1452,1439,1399,1470,1628,1752,1727,1729,1952,1426,1783,1713,1360,1301,2000,1322,1805,1804,1974,1503,1481,1419,1436,1288,1945,1299,1946,1297,1982,1374,1427,1581,1482,1442,1416,1417,1420,1397,1395,1318,1383,1804,1512,1333,1782,1793,1792,1868,1368,1346,1430,1426,1361,1478,1392,1317,1785,1771,1808,1857,1388,1370,1728,1463,1975,1369,1853,1343,1838,1837,1911,1308,1330,1487,1904,1316,1367,1815,1810,1811,1807,1395,1332,1841,1866,1296,1768,1793,1791,1789,1875,1369,1366,1614,1798,1824,1338,1364,1347,1351,1835,2056,1384,1706,1428,1388,1394,1338,1344,1885,1340,1359,1401,1474,1788,1261,1389,1503,1342,1352,1360,1359,1356,1354,1511,1362,1868,1302,1416,1444,1443,1354,1846,1361,1359,1361,1875,1699,1284,1419,1335,1849,1389,1361,1368,1338,1834,2016,1758,1654,2129,1408,1394,1364,1360,1359,1360,1448,1540,1764,1865,1395,1433,1386,1381,1360,1404,1376,1376,1499,1830,1382,1402,1488,1413,1400,1358,1364,1369,1441,1444,1464,1646,1383,1411,1398,1364,1363,1362,1374,1361,1441,1488,1409,1338,1628,1372,1436,1428,1351,1390,1361,1359,1360,1494,1488,1287,1515,1435,1642,1401,1440,1592,1418,1422,1495,1819,1580,1891,1484,1712,1428,1445,1427,1420,1423,1697,1650,1657,1386,1400,1519,1359,1428,1422,1422,1440,1455,1814,1436,1563,1382,1315,1896,1409,1407,1399,1530,1908,1439,1787,1546,1476,1417,1356,1832,1783,1898,1381,1571,1710,1437,1487,1504,1406,1500,1401,1399,1427,1350,1543,1646,1479,1833,1308,1819,1335,1825,1360,1351,1428,1575,1424,1407,1796,1845,1385,1834,1356,1835,1854,1954,1647,1841,1356,1815,1350,1352,1809,1850,1305,1527,1245,1668,1363,1324,1311,1866,1363,1369,1348,1820,1766,1636,1839,1317,1347,1339,1341,1341,1351,1370,1410,1354,1485,1324,1819,1792,1331,2003,1441,1455,1474,1525,1535,1313,1789,1592,1478,1424,1513,1426,1427,1385,1396,1452,1669,1676,1847,1375,1369,1361,1352,1360,1386,1398,1402,1623,1676,1868,1334,1354,1364,1364,1367,1358,1328,1480,1245,1401,1566,1322,1806,1344,1393,1413,1413,1394,1430,1477,1575,1501,1886,1411,1435,1416,1465,1397,1383,1458,1397,1427,1353,1835,1381,1390,1403,1395,1360,1363,1352,1401,1453,1317,1775,1519,1341,1337,1367,1337,1331,1335,1333,1336,1349,1328,1817,1328,1340,1324,1317,1811,1812,1856,1379,1400,1300,1339,1890,1315,1798,1924,1349,1336,1360,1345,1381,1294,1326,1673,1387,1312,1814,1365,1358,1352,1375,1352,1867,1245,1481,1852,1478,1350,1357,1359,1361,1359,1357,1399,1456,1537,1611,1317,1823,1372,1400,1403,1358,1359,1356,1393,1441,1275,1860,1360,1322,1353,1356,1360,1370,1371,1907,1403,1399,1446,1500,1335,1324,1364,1357,1378,1475,1378,1492,1900,1698,1440,1392,1334,1361,1355,1358,1359,1353,1381,1444,1408,1303,1759,1828,1787,1771,1764,1836,1769,1593,1848,1370,1309,1819,1813,1809,1810,1794,1750,1420,1460,1534,1301,1800,1791,1853,1291,1790,1849,1787,1323,1819,1804,1780,1773,1772,1773,1782,1821,1375,1564,1380,1292,1820,1761,1758,1760,1836,1339,1455,1442,1784,1382,1744,1739,1746,1877,1279,1770,1226,1445,1832,1255,1693,1724,1732,1723,1845,1284,1716,1388,1834,1739,1714,1713,1720,1739,1718,1818,1584,1370,1776,1755,1740,1756,1718,1735,1846,1251,1910,1487,1427,1295,1923,1300,1842,1835,1834,2033,1383,1623,2023,1348,1780,1820,1810,1810,1833,1357,1266,1409,1459,1379,1303,1793,1789,1850,1291,1788,1849,1739,1616,1351,1327,1776,1772,1771,1770,1768,1873,1497,1590,1754,1730,1700,1723,1719,1803,1806,1566,1580,1786,1790,1756,1755,1752,1753,1770,1807,1484,1662,1821,1781,1765,1759,1759,1755,1998,1537,1825,1535,1667,1682,1753,1840,1622,1674,1777,1879,1975,2262,2368,2314,2507,2705,2410,2116,2133,2593,2826,2449,2463,2144,2738,2816,2541,2781,2086,1803,2366,2231,1998,1826,2181,2100,2260,2117,1817,2043,1996,2054,2088,2118,3055,2130,2163,1768,1846,2922,2284,2047,2473,2502,2258,2162,1849,1941,2071,1839,2140,2246,2239,2486,2285,2282,2473,2655,2826,2005,1914,1859,1843,1959,2256,1763,2139,2148,2806,2200,2452,2362,1894,1980,2139,1980,1877,2130,1657,2232,2137,2157,2435,2219,2182,2356,2083,1882,2329,1604,2113,1686,1746,1828,1861,2458,1749,2110,2308,1810,1766,1706,1588,1697,1723,1538,1647,1562,2491,1631,2006,1642,1671,1593,1965,1481,1482,1894,1678,1511,1635,1625,1667,1518,1482,1431,1421,1390,1440,1501,1600,1477,1440,1683,1439,1420,1419,1408,1362,1590,1429,1438,1919,1413,1459,1397,1389,1388,1361,1349,1869,1674,1392,1403,1457,1367,1360,1359,1374,1406,1322,1428,1839,1326,1276,1813,1339,1336,1335,1302,1893,1969,1822,1349,1877,1873,1872,1871,1925,1333,1954,1295,1779,1907,1394,1843,1841,1852,1383,1358,1867,1734,1968,1364,1810,1835,1781,1822,1316,1892,1341,1744,1841,1368,1821,1822,1869,1787,1829,1796,1762,1773,1853,1811,1810,1810,1777,1921,1294,1847,1757,1792,1798,1795,1789,1787,1815,1828,1830,1665,1798,1775,1757,1762,1755,1714,1757,1782,1755,1710,1753,1758,1761,1755,1699,1844,1265,1748,1669,1722,1770,1755,1754,1722,1776,1820,1807,1808,1693,1806,1807,1735,1680,1716,1781,1808,1804,1701,1688,1813,1732,1680,1809,1757,1793,1804,1773,1715,1767,1733,1768,1763,1752,1805,1770,1807,1714,1771,1733,1774,1770,1806,1726,1776,1770,1656,1887,1268,1731,1807,1330,1330,1760,1778,1806,1720,1694,1769,1238,1802,1255,1768,1759,1775,1770,1715,1690,1814,1782,1768,1777,1724,1796,1787,1774,1703,1806,1787,1775,1778,1777,1710,1784,1776,1673,1714,1790,1793,1784,1787,1814,1797,1753,1748,1821,1234,1744,1741,1802,1761,1747,1814,1753,1695,1748,1794,1919,1442,1444,1424,1428,1365,1373,1958,1390,1469,1464,1348,1948,1531,1530,1527,1483,1579,1568,1394,1299,1938,1391,1945,1417,1418,1479,1400,1300,1836,1658,1287,1955,1401,1395,1395,1384,1393,1411,1357,1406,1263,1818,1938,1378,1373,1439,1370,1370,1357,1307,1851,1291,1891,1322,1779,1774,1770,1772,1819,1241,1865,1210,1776,1832,1817,1761,1759,1797,1305,1894,1307,1756,1730,1759,1837,1357,1355,1336,1884,1519,1343,1864,1464,1446,1473,1355,1764,1817,1825,1897,1324,1315,1855,1348,1307,1815,1816,1794,1806,1869,1307,1855,1250,1824,1834,1790,1775,1766,1852,1295,1760,1776,1985,1263,1803,1779,1761,1774,1782,1787,1772,1774,1812,1777,1766,1773,1763,1810,1299,1787,1738,1736,1751,1774,1774,1849,1281,1825,1338,1286,1773,1767,1748,1760,1704,1825,1298,1799,1772,1764,1777,1837,1291,1850,1907,1500,1354,1905,1679,1779,1990,2323,2251,2281,2327,2293,2447,2368,3489,2663,2678,3168,3179,3365,2513,2693,2007,1807,1948,1893,2356,2350,2286,2016,2512,2295,2089,2623,2065,2333,2391,1970,2554,2688,2145,2319,2247,1683,1895,2080,2008,2046,2009,2245,2699,2448,2407,2495,2603,2133,2302,1717,1696,1998,1841,2018,1600,1640,1931,2164,2002,1728,1606,1843,2006,1923,1884,2094,2047,2038,2084,1972,1974,2700,2375,1969,1929,1839,1806,1965,1879,1892,1823,2324,2289,1921,2053,1839,1967,1923,2049,1763,2175,2157,1847,1971,2007,2164,1889,2316,2134,1997,1897,2287,2119,2207,1933,1639,1893,2079,2090,2080,1931,1881,1806,2321,2214,3379,2162,2727,2569,2490,2692,2765,2692,2642,2499,2371,2090,1966,1882,1956,2035,2007,2416,2367,2131,2517,2372,2049,2209,2163,2211,2126,2366,2013,2204,1958,1925,1772,1689,1755,2136,2116,2098,2042,2168,2055,2523,2283,2010,2090,2090,2335,2332,2211,2050,1984,1806,1806,1967,1801,1895,1820,2045,2000,2007,2132,2289,2039,2006,1647,1728,1920,1641,1686,2012,2130,1886,1600,1807,1565,1806,1842,1519,1843,2570,1889,1893,1883,1803,1931,1917,2420,2121,1883,1530,1570,1556,1724,1774,2086,2033,1692,1735,1724,2048,1882,1409,1326,1836,1444,1413,1551,1440,1547,1519,1511,1529,1416,1506,1332,1845,1440,1881,1443,1485,1488,1808,1426,1413,1358,1301,2075,1829,1447,1662,1513,1534,1839,1630,1644,1657,1681,1624,1752,1585,1692,1768,1569,1718,1605,1629,1755,1940,1643,1712,1714,1693,1716,1371,1890,1534,1521,1729,1487,1617,1922,1493,1458,1453,1965,1606,1456,1353,1467,1505,1901,1639,1484,1441,1410,1418,1692,1327,1320,1360,1363,1379,1348,1837,1966,1541,2089,1728,1875,1330,1342,1443,1889,1364,1360,1306,1962,1372,1281,1885,1443,1610,1785,1811,1872,1846,1387,1392,1381,1389,1797,1902,1423,1441,1333,1834,1798,1717,1803,1774,1359,1511,1297,1759,1851,1336,1369,1337,1336,1333,1344,1413,1512,1541,1322,1349,1734,1841,1341,1358,1294,1866,1384,1417,1698,1372,1458,1320,1864,1367,1272,1862,1400,1462,1261,1757,1870,1253,1772,1759,1838,1357,1453,1278,1471,1619,1366,1441,1290,1899,1418,1412,1408,1335,1933,1596,1523,1456,1866,1365,1301,1732,1797,1831,1330,1970,2000,1702,1428,1392,1530,1418,1412,1415,1371,1290,1956,1480,1461,1448,1472,1480,1484,1520,1708,1525,1374,1409,1445,1535,1766,1511,1721,1495,1612,1742,1649,1459,1629,1577,2071,1774,2049,1841,1880,1469,1497,1417,1493,1608,2068,1543,1589,1664,1704,1584,1420,1954,1369,1438,1877,1443,1894,1959,1552,1500,1501,1476,1630,1456,1847,1462,1382,1376,1514,1448,1383,1548,1475,1587,1490,1788,1822,2033,1957,1898,1891,2293,1989,1912,1740,1794,1823,2249,2309,2161,2219,2043,1808,1808,1741,1799,1693,2083,2201,2175,2377,2257,1987,1879,1803,2447,2448,2622,2444,1964,2246,2464,2528,2192,2342,2002,2342,2448,1835,1602,1616,1836,2005,1976,1752,1615,1636,1971,2410,1690,2044,1847,1876,1972,2050,1936,2251,1826,2046,2083,1846,2066,1876,1966,1851,2019,2059,1977,2004,1968,2126,1917,1771,2113,2463,2084,1759,1913,2438,2295,2929,1876,2204,2365,1965,2390,2655,2559,2690,2050,2406,2447,2337,2249,2046,2015,2115,2130,2385,2164,2337,2560,2280,2239,2171,2610,2369,2400,2214,1921,2136,2492,2569,1997,2577,2531,2482,3021,2318,2897,2050,2321,2292,1731,2937,2122,2331,1879,1729,1688,1689,1713,1896,1687,2317,2008,2011,1927,2000,2609,1845,2090,1804,1806,1760,1610,1982,1732,2041,2204,1920,1580,1830,1737,1639,2081,1737,1569,1526,1518,1715,1885,1781,1835,2288,1734,1842,1757,2570,1692,2088,1763,1513,1855,1961,1773,1610,1676,2091,1760,2040,2017,1977,2376,2492,2487,2209,2650,2321,1960,2465,1933,1882,1970,1882,1931,1683,1563,1687,2047,2285,2328,1934,1963,2080,1815,1682,1802,2010,2046,2487,2514,2441,2695,2643,2969,2262,2627,1872,1850,2003,1965,1930,2043,2049,2163,2373,2203,2035,1958,1885,1969,1969,1923,2081,1935,2003,2001,2009,2000,1972,1885,1974,1764,1882,2001,2124,2579,2116,1845,1806,1932,2001,2017,2438,2123,1969,2014,2199,1649,1722,1684,1851,2087,2321,2212,2160,1873,1921,1999,2462,2266,2081,2208,2042,1888,1884,1894,1956,1804,1814,2080,1844,1964,1933,2363,1566,2052,1766,1720,1971,1845,1924,2086,1970,1917,1813,2125,2241,1767,2769,1923,1953,2343,2552,2964,2989,2400,1804,1846,1961,1775,1846,1804,1846,2079,2107,2168,2122,1956,2196,2093,2171,2102,1970,1844,1937,2212,2065,2087,2311,2060,1811,1782,2129,2004,2292,1883,1564,1526,1607,1688,1609,1599,1843,1880,1730,1732,1839,2800,1810,1740,1591,1656,1551,1540,1565,1761,1915,1649,1537,1512,1499,1564,1479,1411,1400,1471,1388,1505,1544,1993,1899,1680,2039,1569,1634,1624,1560,1556,1638,1579,1601,1853,1642,1628,1495,1518,1521,1582,1643,1632,1603,1821,1632,1789,1604,1821,2080,1846,1638,2296,1688,1725,1638,1568,1799,1972,1878,2004,1910,1804,1886,1879,1853,1877,1925,2048,2132,2085,1924,1852,2397,2088,2125,1845,2406,2324,2207,2180,2060,2042,2174,2046,1966,1840,1745,2014,2089,2248,2647,2132,2523,2047,2252,1940,1957,2651,1925,2129,1846,1768,1803,1642,1652,1845,1995,2051,2049,1958,1891,1728,1699,1601,2173,1992,1844,1845,1756,1935,2121,2049,2198,2057,2006,1677,2003,2088,2285,1895,2050,1925,1999,2049,1960,1884,2017,1994,1967,1773,1810,2039,2403,1777,1926,1922,2040,2245,1929,2005,1964,1843,1932,1730,1798,1614,1637,2378,2167,2605,2656,2562,2092,2405,2363,2529,2531,2524,1999,2091,1861,1602,1852,1812,2001,1710,1769,1802,1610,1635,1578,1803,1959,2288,2018,2009,2052,2044,1968,1969,2077,1971,1928,2003,2293,1766,2097,1853,3076,2488,2446,2173,2307,2011,2126,1805,2252,2834,2685,3094,2851,2458,1964,2406,2213,2005,3407,2095,1927,2123,2128,1886,2004,1840,1891,1720,2128,2339,2526,2368,2810,2133,2379,1773,1914,2289,1923,1853,1684,1646,1610,1633,1686,2094,1917,1694,2086,2000,2249,1928,2492,2602,1882,1609,1689,1685,1722,1851,1845,1917,2043,1858,2042,2207,2158,1974,2288,1923,1723,1694,2007,2009,1953,1975,1723,1843,1961,1886,2070,2414,2287,2336,2037,1805,1762,1809,1572,1929,1916,1807,1647,1641,1608,1610,1636,1609,1921,1848,1889,2449,1926,2691,2414,2484,2565,2302,2049,1923,1848,1800,1934,1966,2034,2014,1845,1926,1884,2090,1880,1845,2167,1969,1687,1804,1891,2075,2137,1797,1774,1843,2001,1729,1883,1881,2054,2082,2013,1845,2357,1853,1721,1654,1755,2136,2118,2014,1917,1847,1592,1480,1402,1695,1592,1403,1411,1479,1656,1602,1598,1751,2200,1815,1724,1428,1585,1536,1635,2174,1952,1988,2112,1900,1636,1574,1444,1708,2018,1638,1641,1991,3295,2587,2629,2667,2323,2496,2004,2267,2286,2501,2613,2490,2443,2208,2246,2127,2250,2967,3091,2275,1788,2241,1889,1980,2449,2151,2290,1992,2884,2321,2339,2210,2602,3092,2229,2069,2100,2004,2216,2640,1981,2368,2401,2765,2049,2368,2732,2486,2635,2618,2282,2002,1840,1773,2004,1925,2000,2580,2033,1771,1509,1847,1649,1446,1563,1815,1879,1809,2009,1914,1844,2088,2009,1765,1804,1767,1933,1998,1923,2289,2167,1965,2013,2243,1964,1975,2316,2135,2000,1814,2113,1725,2216,2564,1929,2045,1969,1964,1849,1807,2004,1811,2193,2089,1959,2058,2041,1976,2536,2139,2529,2351,1983,2369,2589,2048,2528,1921,2328,1692,1807,1839,1935,2723,1958,2099,2445,2048,1914,1979,2279,2051,2049,1955,2608,1973,1998,1928,2292,2200,2215,2404,2011,1922,1736,1995,1615,1997,2015,2045,1918,2772,2054,1840,1723,1843,1890,2201,1933,2242,2212,1800,2290,2092,2435,2210,1770,2010,1844,1916,1932,1889,1956,1938,1680,1844,2368,1882,1923,1896,2122,1844,1659,1634,1696,1440,1406,1595,1803,2006,1765,1655,1651,2081,1792,1697,1733,1639,1540,1390,1341,1960,1320,1600,1575,1636,1615,1971,1564,1600,1567,1610,1543,1565,1625,1623,1901,1644,1564,1754,1696,1607,1608,1561,1919,1478,1455,1402,1439,1502,1546,1492,1354,1443,1407,1859,1810,1766,1853,1598,1530,1433,1399,1538,1645,2036,1654,1675,1652,1688,2008,1675,1742,1597,1971,2365,1934,1994,2009,1846,1848,1847,2366,2681,3085,2088,1929,1794,2539,2319,2041,2564,1876,1846,2231,1967,1999,1717,2008,1887,2493,2169,1986,2001,2496,1845,1680,1975,1954,1813,2440,1966,2016,2603,2369,2485,2286,2247,2212,2173,2284,2054,2039,2401,1929,2127,2093,2521,2100,1857,1807,1914,2097,2083,2041,2050,2246,1846,1966,2205,2290,2088,1561,1649,1838,2136,1883,2210,2122,2050,1884,2593,2330,2886,2648,2647,2444,2405,2298,1927,2001,2203,2247,2011,2410,2319,2175,1718,2012,1780,1736,1799,1770,1689,1716,1802,1805,1840,2129,1695,1638,1950,2083,1766,1802,1849,1931,2156,2049,2122,2093,2042,1967,2008,2041,1977,1927,1876,2454,2367,2453,2604,2528,2446,2323,2568,2450,2481,2138,2362,2402,2122,2257,1921,2490,3133,2278,2189,2261,2003,2060,2559,2575,2446,2566,2725,2370,2405,2494,2763,2450,3211,2172,2365,2286,3089,2569,2686,2774,2440,2411,2690,2406,2569,2126,2031,1875,1766,2631,2206,2023,2493,2366,2367,2596,2294,2607,2482,2060,2263,2562,2361,1882,1962,1802,2488,2252,1716,1573,1559,1528,1850,1962,1809,2046,1802,1771,1594,1532,1557,1531,1559,2297,2037,2131,2047,2049,2124,2084,2053,2235,2003,1849,2007,2167,2519,2002,2372,1966,1921,2322,3051,2132,1957,2164,2095,1888,2035,2015,1836,2009,2572,2125,2043,2848,2125,2176,1928,1965,2202,2409,1648,1805,1842,1713,1553,1573,1644,1684,1767,1693,2316,1729,1653,1679,1891,1698,1739,2308,1919,1747,1768,1500,1805,1921,1518,1462,1355,1327,2007,1841,1639,1539,1767,1585,1718,1499,1577,1509,1446,2103,1645,1503,2041,1492,1537,1593,1357,1812,1810,1446,1550,1570,1799,1981,1448,1456,1611,1672,2483,1623,1596,1689,1777,2224,1731,1679,1770,1490,1559,1476,1475,1456,1413,1392,1520,1540,1781,1525,1499,1469,1429,1494,1693,1614,1574,1438,1474,1637,1462,1456,1874,1536,1456,1645,1656,1731,1566,1404,1344,1361,1918,1470,1765,1487,1373,1543,1534,1358,1326,1891,1446,1439,1496,1679,1604,1427,1456,1549,1860,1384,1399,1847,1668,1470,1647,1451,1422,1331,1840,1887,1371,1865,1693,1482,1368,1493,1388,1437,1488,1452,1864,1860,1861,1721,1808,1844,1361,1392,1491,1316,1808,1807,1943,1542,1419,1660,1854,1397,1313,1807,1809,1866,1515,1427,1684,1543,1371,1828,1923,1427,1427,1427,1477,1492,1383,1385,1449,1405,1268,1824,1893,1397,1397,1417,1327,1321,1373,1870,1335,1346,1335,1884,1340,1333,1455,1376,1338,1799,1758,1565,1425,1340,1821,1295,1848,1859,1903,1556,1523,1360,1236,1767,1758,1867,1356,1821,1316,1443,1337,1805,1287,1843,1362,1376,1336,1850,1483,1465,1306,1899,1605,1511,1451,1439,1437,1437,1440,1520,1457,1312,1861,1550,1525,1427,1418,1476,1381,1405,1299,1866,1305,1401,1464,1419,1395,1511,1904,1310,1888,1427,1381,1342,1446,1531,1184,1816,1269,1711,1705,1709,1710,1734,1283,1760,1317,1900,1399,1361,1435,1515,1475,1384,1454,1291,1403,1332,1368,1301,1570,1410,1311,1292,1768,2090,1334,1342,1847,1467,1642,1343,1810,1803,1803,1820,1944,2027,1415,1479,1615,1403,1414,1982,1362,1860,2036,1881,1927,1528,1500,1523,1488,1709,1727,1704,1674,1574,1660,1859,1662,1580,1583,1700,1755,1720,1653,1584,1676,1798,1735,2192,1829,2521,1737,1893,2481,2822,2647,3127,2417,3061,2725,2725,2411,2412,2702,2825,3181,2527,2695,2647,3044,2062,1853,2024,2153,2517,2291,2438,2118,2306,3351,2545,2682,3048,2944,2525,2623,2270,2245,2332,2262,2333,2586,2930,2565,2531,2484,2144,1883,2349,2674,2747,2527,2325,2106,1884,2314,1927,1883,2006,2364,2324,2368,2452,2964,2014,2050,1955,1902,1922,1972,2119,2615,2565,2530,2024,2343,2248,2287,2367,1882,1855,2783,2485,2404,2492,2528,2366,2613,2044,2452,2449,2526,2206,2449,2326,2564,2331,2243,2206,2773,2770,2568,2481,3169,2410,2572,1926,2524,2409,2405,2573,2892,2081,2972,2526,2533,2008,1887,1841,1889,1783,2284,2366,2247,2491,2364,2724,1979,2172,2382,2281,2036,1548,1879,2164,2569,1850,2040,1937,1799,2714,1888,1755,2004,2208,1963,2211,2484,2367,2285,2370,2487,2529,2450,2292,2278,2568,2572,2251,2241,2405,2172,2130,2291,2282,2356,2173,2074,2032,2242,2285,2690,2570,2281,2409,2404,2015,1976,2004,1845,2050,1844,2038,2208,1607,1841,2325,2170,2170,2286,2290,1923,1884,1850,1842,2365,1844,1896,1956,1969,2123,1857,1994,2091,2001,2319,2622,2973,2729,2566,2154,2161,2095,2932,2104,1776,2367,2422,2976,2089,2122,2616,2810,2409,2178,2255,2166,2451,2086,2283,3889,2254,1997,2249,2451,2728,2362,2325,2202,2132,2405,2283,2487,2147,3535,4332,2715,2270,2071,2003,2574,2722,2061,2036,2050,2475,2571,2649,2053,2046,2458,3002,2252,1994,3083,2227,2123,2016,1913,1692,1566,1927,2509,2528,2416,2404,2475,2771,2348,2914,2255,3122,2528,2963,2331,2930,2899,1965,2080,2100,1776,1798,1603,1771,2442,2400,2137,2041,1798,1971,2046,1837,2293,2369,2477,1957,1561,1525,2639,2282,2612,2208,1969,1626,1593,2160,2126,2646,2088,2328,2404,3251,2163,2451,2029,1966,2285,2014,2164,2641,1964,1722,1809,2247,2290,2325,2288,2080,2257,2487,2569,2687,2242,1806,1884,1817,2202,2884,2135,2283,1932,1918,1848,2056,1837,2172,2000,2286,2366,2082,2451,2192,2410,2128,2283,2171,1725,2400,1891,2327,2590,2147,2010,1674,1688,1649,1606,1967,1806,1846,1996,1935,1920,2012,1767,2036,2006,2691,2003,2006,1886,1766,1522,1556,2019,1590,1774,2162,1728,1963,1698,1593,1474,1406,1477,1485,1570,1640,1556,1529,1652,1478,1369,1327,1813,1827,2450,2239,1926,2088,1638,1645,1574,1646,1519,1447,1884,1610,1641,1689,1909,2280,2016,1999,2353,2326,2482,2209,2323,2731,2806,2696,2447,2092,1807,1930,2403,2409,2360,2658,2163,2293,2568,2209,3686,2609,2174,2076,2087,1968,1924,1804,2900,2490,2336,2402,1977,1646,1567,1561,1526,1922,2016,2077,2007,2091,2081,2205,2046,2048,1852,1843,2008,2403,2247,2247,1890,2047,2125,1959,2370,2770,2354,2831,2284,1683,2212,2532,2132,2048,1974,2003,1884,2451,1966,2164,2211,2189,2719,2644,2212,2030,2210,2457,2363,2440,2451,2891,2153,1887,2242,2471,2239,2042,1970,2037,1929,2168,1921,2058,2125,1959,1854,2080,1926,1880,1859,1874,2013,2125,1920,1857,2004,2086,1919,1889,1885,2481,2260,1955,2335,1999,2046,2004,2395,2320,2647,2530,1914,2041,2136,2077,1931,1961,2163,1934,1983,1731,2290,2240,2408,3296,2254,2658,2730,2007,2683,2731,2559,2610,2071,2008,2041,2008,2052,2317,1867,2393,2053,1816,1849,1798,2013,1923,2038,1976,2437,2046,2732,2244,2288,3206,2066,2149,2295,1873,2282,2135,2485,1944,2218,2518,3017,2371,2093,1884,2122,1769,2062,2152,2459,2366,2252,1900,2105,2298,2089,2114,1903,1894,1878,1856,2146,2066,2005,1928,2192,2015,2299,2678,1860,2247,1991,1865,1985,1809,1885,1921,1768,1966,2622,2055,2043,2360,2414,2331,2765,2004,1921,1874,1889,1884,1847,1650,2211,2439,2411,2446,2450,2074,2399,2096,3237,2295,1681,1599,1560,1567,1576,1918,1883,1686,1929,1851,2124,2123,1923,1935,2160,2006,2125,2532,2207,1965,2041,1969,1931,2158,2053,2001,2041,2261,1964,1966,1923,1998,1818,1716,1894,2033,1979,1678,1929,2119,1938,1921,2571,2077,2135,2008,2114,2447,2130,1763,2017,2005,1717,2125,1936,2246,2127,2286,2117,1734,1926,1967,1885,2208,2247,2085,1995,1815,1775,1719,1802,1561,1935,1678,1654,2123,1765,1773,2069,1852,1805,1576,1595,1686,1759,1697,1607,1834,1614,1434,1884,1722,2000,1933,1845,1680,1607,1930,2039,1850,1808,1888,2033,1972,2246,1923,1810,2336,2409,2405,2013,1936,2293,2077,2129,2011,2085,1849,1958,1891,1844,1966,2278,2298,2360,2061,2314,2402,2935,2167,2481,1967,2979,2253,3283,2132,3501,2487,2048,2203,1904,1891,2041,2000,1884,1974,1768,1879,1964,2049,2098,2081,1956,2537,2076,1899,2813,2846,2766,2852,2655,2163,2729,1844,2406,1920,2093,3449,2200,2612,2696,2099,2049,1738,2608,2480,1732,2755,2653,2608,3046,1856,2763,2047,3919,2003,2346,2331,2738,1959,2284,1843,1730,2038,1927,2084,2093,1845,1812,1719,2165,2216,2039,1765,2013,2166,2121,2168,2006,2091,2406,2046,2041,2291,1852,1837,2053,2473,2142,2046,1958,2055,2355,1926,2046,2057,2031,1893,1810,2084,1768,2042,1845,1958,2177,2202,2085,2573,2053,2082,2119,2050,2047,2624,1804,1854,3810,2522,2385,2115,2296,1895,1921,1929,2039,2174,1996,1975,2080,1922,1847,1883,2339,1835,2209,1930,2567,2166,2067,2523,2253,2012,2044,1926,1928,1963,1972,1920,1889,1967,1892,2035,2405,1778,1682,1772,1934,2089,2006,1846,2045,2132,1963,2404,2409,1884,1680,1974,2369,2486,2573,1800,1946,2088,2690,2489,2402,2084,1775,2708,2486,2612,2479,2373,2051,2039,2125,1886,2102,2609,2450,2171,1833,2627,2409,2145,2412,2814,2850,2247,2608,2364,2407,1838,2681,2393,2370,2367,1989,2345,2404,1978,1972,2137,2288,2804,2493,1883,3770,2173,2078,2518,2088,2040,2447,1969,2452,2485,2366,2291,2286,2809,2560,2860,2315,2220,2360,2240,1928,1775,1859,2531,1964,1925,2248,2126,1960,1986,1844,2041,2010,1925,1922,2012,2835,2529,2769,2531,2443,1962,1745,1776,1839,2169,1975,2445,2448,2239,2292,2642,1977,2689,3247,2338,2646,1930,2002,1869,2197,2247,1923,1571,1562,1560,2278,1834,2041,2051,2085,2457,2199,2066,2011,2124,2698,2076,2687,2367,2329,2030,2115,2053,2293,2080,2373,2648,2091,2399,2373,2279,2414,2213,2319,1977,2140,2445,2373,2325,2331,2130,1969,1812,1972,1722,2403,2246,1981,1970,1803,1891,1839,1938,2364,2157,2079,2291,2686,3007,3129,2293,2561,3338,2287,2567,2612,2359,2729,3568,2485,2487,2324,2535,2683,3009,2972,2528,2527,1880,2885,2256,2247,2442,1976,2324,2249,2391,2046,2207,2526,2449,2297,2111,2046,2065,2730,2491,2240,1843,2308,2490,2121,2007,2006,1926,2453,1997,2010,2128,1837,1888,1964,2059,2974,2613,2882,2295,2001,2487,2117,2446,2204,2607,2574,2325,2029,1976,1884,2008,2484,2367,3527,2375,2046,1898,1844,1905,2082,2292,3446,2686,2411,2326,2168,1906,2173,2293,2498,2487,1974,1812,1881,3144,2561,2017,2400,2091,2045,2323,2485,2855,2167,2393,3076,2211,2322,2755,2456,2568,2046,1840,2220,1818,2280,2088,2369,2731,2126,3166,2364,2049,2446,2407,2411,2488,2811,3082,2529,2208,2245,2404,2652,2121,2970,2167,3577,1950,2388,2488,2608,1860,2354,3133,3290,3248,2813,2565,2327,1884,2173,2303,2209,2408,3260,2570,2408,2156,1854,1624,1857,2034,2245,2373,2275,2248,1930,2169,1954,2184,2526,2168,2648,2845,2334,2772,2958,2707,2810,2400,2894,2848,3089,2403,2412,2447,2450,2527,2122,2404,2361,2447,3011,2208,2330,2684,2234,2092,2081,1685,1571,1559,1532,2514,2086,2327,2652,2011,1610,1563,1695,1916,2050,2050,2047,1887,2003,2045,2092,1962,2084,1962,1978,1762,1768,1963,1926,1814,1837,2357,1847,1941,2272,2457,2201,1775,1840,2003,1936,2034,2047,1979,1844,1876,1929,1784,1967,2284,2362,2371,2087,2481,3453,3168,2529,2447,2570,2571,2528,2444,2404,2023,2572,2559,2531,2333,2045,2561,2375,2165,3046,2650,1968,2248,2445,2053,2327,1970,2051,2199,1855,1998,2275,2286,2297,2358,2186,1804,2079,2287,2469,2287,3058,3087,2487,1885,2366,2058,2388,2016,2000,2465,3089,2128,1801,1763,1769,2140,1894,2007,2422,2059,1961,1854,2009,2080,2212,2244,2241,2081,2203,2210,2643,2205,2899,1766,1770,2182,2765,2978,2323,2964,1805,1918,1852,2259,3249,2164,2227,2298,2585,2427,2128,1822,2090,2046,2302,2810,2808,2011,1651,2002,1918,1814,1889,2115,2126,2171,2047,2053,2074,2007,2008,2053,2049,1955,2175,2200,1967,2737,2990,2600,2202,2528,2332,2123,2328,1969,1887,2201,2050,2372,2485,2522,2461,2681,2379,2799,1920,1653,1588,1525,2008,2259,2448,2359,2535,2050,2396,2410,3051,2411,1840,2528,2810,2048,2442,2047,2602,2733,2322,2086,2008,2452,1959,2557,2016,2515,2568,2495,2209,2447,2442,2368,2691,2487,2893,2882,2932,2684,2536,2523,2411,2807,2167,2644,2129,2453,2806,2527,5776,2491,3046,2332,2166,2484,2285,2138,2054,1934,1884,1924,1889,1832,1932,1932,1793,1969,2014,2007,2045,2121,1966,2247,1769,1729,1741,2176,2022,1969,2043,2445,2498,2209,2405,1849,2010,2149,2162,1893,1923,1680,1612,1927,2162,2042,2515,2452,2484,2524,2374,2328,2762,1977,2967,2277,2085,2331,2044,2220,1855,2278,2047,2313,2328,2102,1881,2012,1993,2429,2487,2176,1896,1928,1714,2659,2644,2649,2254,2287,2126,1766,1806,2170,2648,3251,2371,2323,2172,2160,1750,2007,2127,2133,2279,2334,2326,2331,2485,2486,2254,2722,1948,1997,2570,2572,2284,1996,1894,1929,2001,2364,2245,1971,2281,1927,1818,1887,2080,2609,2966,2525,2335,2287,2407,2404,2251,2118,2131,2285,1923,2210,2205,2778,2087,2676,1856,1721,1568,1561,1560,1728,1530,1877,2349,2523,2247,2006,2447,2532,3457,2397,2353,1854,1597,1533,1700,2522,2845,2445,2362,1792,2132,1889,1843,1931,2203,2605,2050,2249,2649,1885,2122,3724,3414,3124,2569,2453,2322,2814,2441,2729,2052,2561,2249,2079,2408,2250,3170,2646,2371,2446,2160,2055,2403,2407,2850,2604,2608,1974,2330,2188,2795,2162,1978,2679,2406,2693,2209,2004,1928,2284,2009,1945,2446,3819,2603,2246,2889,2604,3211,2014,2161,2611,2324,1994,2911,2287,2375,2446,2396,3130,3128,1910,2647,2079,2105,2246,2446,2527,2699,2681,2488,2809,2368,2046,2009,2249,2158,1891,2051,2365,2038,2293,2011,1993,2288,2096,2206,2159,1976,2207,1956,2668,2368,2245,2449,2123,2406,3537,2290,2322,2043,2136,2367,2282,2150,2121,1732,2604,1912,2177,2447,3889,1953,2336,2446,2216,2176,2013,2045,1847,2165,1999,2694,2410,2569,2100,2180,2541,2613,2209,2048,1566,1597,1565,1930,2374,3046,2573,2694,1971,1921,1814,2161,3055,1886,1923,2089,1873,1854,2409,2036,2014,3122,1934,2318,2448,2377,2450,1643,1956,1846,2004,1887,1811,1834,1852,2743,2406,2685,2651,2447,2403,2289,2092,1845,2080,2171,2287,2081,2249,1985,2512,2368,2403,2128,3051,2295,2437,2492,2238,1926,2294,3492,2931,2006,2528,2368,2371,2244,2331,1910,2125,2178,1961,1880,1809,1812,1878,1934,1834,1969,2009,1685,1759,1732,1782,1672,1691,1922,2605,1847,1801,1962,1726,1766,1768,1528,1681,1827,2079,1766,2044,1766,1932,1850,1881,2247,2010,1879,2407,1934,2488,2490,3206,2369,2450,2081,2285,2165,2411,2641,4058,2882,2452,2925,2254,2479,3091,2900,2075,2468,2608,2527,2133,2906,2284,2130,2120,2454,2882,1727,2599,2644,2365,2449,1638,2123,3052,2764,2333,2447,2608,2492,3763,2653,2685,2445,2327,2694,2207,3124,2251,2651,2845,2892,1966,2606,2445,2533,2318,2134,1957,1883,2211,2205,2650,2687,2653,2713,2923,2607,2326,2287,2289,3408,2775,2245,2480,2215,2322,2530,2886,2251,2482,2207,2488,2490,2330,2395,2658,2328,2602,1976,2085,2008,1921,1844,1824,2432,2378,2483,2680,2492,2896,2153,2195,2227,2163,2171,2328,2246,2204,2567,2289,2286,2611,2442,2125,2562,2415,2566,2445,2013,2366,2085,3501,2399,2289,1683,1767,2178,3005,2087,2732,2687,2489,2327,2081,1833,2185,2725,2327,2292,2359,2085,1876,2178,2401,3456,2682,2894,2245,2407,2644,1840,2418,2488,2087,2046,1762,1761,1997,2048,2501,2411,2371,2559,1796,2404,2640,2045,1805,1980,2363,2408,2370,2400,3090,2373,2286,2201,2052,1948,1967,2723,1840,1858,1923,2359,2088,1764,2311,2406,2331,2044,2447,2557,2409,2652,2327,2120,2292,2488,2487,2569,1770,2910,2490,2048,2179,1931,2096,2202,1765,2056,1914,2056,2236,2500,2644,2407,2528,2763,2524,3370,1967,1949,1928,2291,2098,2566,2408,2129,2607,3091,2164,2770,2377,2499,2779,2841,2687,2535,3248,2689,2583,2432,2686,2207,2171,1837,1604,1558,1888,2132,1768,2307,2222,2047,1923,1850,2244,2134,2133,2083,2485,2087,2330,2092,4204,3016,1813,1928,2561,2047,3278,2288,2817,2803,2376,3083,1977,2125,2319,1971,2094,2065,1892,3083,2326,1775,1779,2242,2288,2175,2043,1928,2169,2171,1961,2002,1936,2074,2059,2004,2048,2037,2165,2240,2240,2427,2281,2366,1893,2526,2244,2250,2047,1926,2735,2361,2127,2410,2888,2365,2128,1877,1701,2054,2168,1883,1963,1925,2154,2088,2362,2660,2884,2084,1759,1815,1846,2285,2772,2296,2530,2058,1969,1889,2124,1930,1964,2001,2299,2210,2199,2128,2175,1866,2889,3373,2486,2569,2156,2773,2158,2894,2496,2448,2482,2616,2638,2365,2212,2078,1930,1927,1953,2177,1848,1996,1889,1848,2126,1688,1795,2218,1921,1883,1846,1885,1926,1884,2049,2252,1925,1728,1713,1656,1885,1807,2001,2006,2046,2050,2197,2370,2158,2087,2131,1971,1879,3298,1957,1942,2050,1769,2296,1865,1837,1925,1971,2060,2050,2039,2815,2246,2023,2536,2693,1970,1825,2526,2290,2283,2487,2046,2017,2239,2172,2201,2375,3772,2012,2440,1815,1761,1853,1720,1850,1917,1803,2250,2171,1968,1922,1967,2160,1854,1921,2086,2210,2044,2165,2248,2133,2285,2085,1966,2043,1803,2311,2691,2160,1687,1782,1810,1806,1808,2364,2080,1970,1965,2595,2647,2487,2203,2373,2603,2494,1956,1962,2299,2451,3217,2807,3730,2047,2526,2005,1713,1916,1691,1722,2340,2571,2124,1963,2341,2731,2643,3215,3129,2648,3297,2525,2249,2322,2248,2246,2068,2330,2457,2042,2290,3171,2166,2364,2132,1909,1726,2434,2408,2207,2020,2502,3053,1928,2643,1782,2050,1844,2001,2012,2199,2327,2008,2009,2157,1931,2013,2122,2168,1967,1959,1962,2122,2686,2965,2371,2227,2256,2448,2127,2445,2085,2527,2373,2527,2722,2082,2329,2053,2011,1801,1967,1964,2777,2527,1932,1985,2051,1956,2013,1882,1967,2252,2641,1921,2060,2163,2042,1848,1997,1892,1958,2206,2485,2526,2318,2129,2609,2249,2564,2490,2331,2121,2127,2326,2163,2364,2366,2452,3377,2288,2058,2196,2614,2446,2402,1803,1926,2238,2370,2573,2201,2163,4054,2493,2443,2847,2493,3773,2932,3327,2605,2042,2271,2808,3004,2379,2162,2285,2012,2935,2474,2172,2604,3896,2252,2206,1800,2403,1938,2080,2331,2029,2100,2005,2364,2248,2368,7472,2216,2363,2407,2212,2588,2362,2534,2441,2489,2592,1846,3066,3531,2686,2686,2535,2357,3414,4090,2366,3737,4091,2411,2405,2523,2050,2289,2368,2404,2487,2164,2011,2368,2724,2364,2526,1863,2298,2442,2301,2399,2210,2522,2332,2488,2605,2447,2531,2688,2560,2416,2328,2972,1965,2449,2236,2461,2413,2246,2283,2174,2004,2042,2531,2206,1741,2598,2559,1916,2129,2064,2166,2055,1960,1839,1811,1956,1969,2337,2153,1699,2036,1887,2048,1992,2004,2046,2691,2166,2652,2922,2127,2093,2360,2256,2411,2007,1998,1898,1807,2239,2329,2365,2891,2729,2054,2027,2571,2275,2333,2363,2243,1946,1649,2082,1936,1914,2126,1974,1967,1875,1932,2047,1929,2119,1974,1760,1641,1849,1971,2001,2128,2211,2123,2091,2002,1924,1882,1924,2007,2014,1883,2281,1858,1959,2243,1936,2197,2414,2239,2172,2407,2529,2202,2530,3050,2762,2012,2319,2412,2324,2605,2767,2293,2366,2486,2489,2103,2043,2127,2251,2326,2642,2608,2611,2203,2493,2169,2488,2443,2096,2726,2445,2483,2096,2018,2010,2044,2083,2040,2017,1940,2246,1944,1842,1776,2395,1895,1842,1962,1934,2001,2205,2044,2084,2649,2082,2492,2132,2401,2364,2647,2334,2488,2525,2441,1930,2035,1932,2607,2298,2808,2211,2234,2352,2670,2129,2558,2876,2841,2493,2093,2202,2011,2007,1936,2619,2933,2846,2649,2652,1938,1886,1803,2887,2726,2533,2122,2032,1851,2199,2091,1768,1927,1996,1890,2170,1924,1827,2013,2119,2197,2073,2420,2247,2502,2572,2933,2452,2448,1959,2084,2171,2047,1806,1845,1847,1918,2054,1839,2611,2319,2923,2527,3175,2961,3295,2413,2475,2334,2404,2366,2327,2607,2609,4734,2368,2326,2529,2444,3249,2413,2446,2806,2487,2133,2528,2370,2530,2602,2332,2241,2368,2168,3132,2488,2524,2451,2401,3008,2100,2613,2925,2327,2563,2129,1965,2089,2068,2073,2258,2523,2485,2046,1887,2040,2010,2321,2093,1922,2134,2246,2691,2326,2325,1918,1970,2049,1967,2365,2124,2322,1962,2097,2491,2443,3339,2365,2081,1776,2400,2161,2530,3139,2237,2535,2442,2411,2360,2213,2572,2805,2450,2325,2373,2519,2576,2565,2964,2178,1998,1892,1721,1756,1811,1889,2127,2046,1718,1609,1564,2000,1693,2049,1836,1772,1774,1927,1965,1960,1955,1649,1696,1848,1481,1604,1929,1719,1973,1640,1603,1726,1811,1723,1689,1674,1889,2243,1419,1674,1607,1686,2001,1617,1687,1672,2065,1722,1561,1529,1444,1523,1808,1995,2002,2375,1808,2111,1892,1924,1885,2496,1918,1930,1925,2448,2204,2975,2165,2398,2489,2174,2409,2026,1990,2527,2322,2926,2131,2112,2005,2643,2260,1883,1691,1846,2402,2244,2131,2849,2454,1894,1774,1962,2005,2092,2200,2002,2170,1968,1963,2481,2008,2646,2005,2212,2091,2449,2688,2285,2328,3448,2018,2275,1717,2020,2486,2616,2646,2443,2296,2218,2564,2082,1957,1638,2323,3453,2135,2268,2735,2690,2486,2729,2159,2373,2806,2489,2611,2527,2409,2284,2246,2482,2093,2488,2806,4129,2567,2255,2205,2883,2290,2488,2843,2335,2562,2446,1939,2480,3124,3050,2409,2330,2522,2654,2169,1840,2168,2269,2613,2520,2490,2766,2408,2888,2809,2647,2616,2446,3124,2332,2564,2211,2447,2481,3254,2290,2723,3171,2766,3129,2285,2253,2566,2726,2286,2446,4330,3012,2845,3099,2404,3609,2329,2366,2455,2209,2482,2296,2765,2043,1971,2166,2211,2414,3525,3411,2129,2045,2285,2535,2528,2327,2605,2604,2407,2407,2604,2262,1993,2011,2401,2486,2042,2004,2171,2289,2251,2565,1735,2649,3652,2564,2329,2535,2604,3213,2731,2609,2720,2450,2488,2646,2655,2171,2443,2323,4052,2323,2331,2287,2526,3015,2327,2841,2214,2292,2292,2519,2368,2984,1882,1967,2209,2128,2487,1876,2950,2614,2647,2127,1887,2024,2474,2443,1967,1800,2130,1855,1802,1757,1683,1849,2005,1974,1928,2086,2194,1946,1854,2170,2589,2053,2250,1652,1924,1920,1925,1966,1968,1931,1961,1921,1895,2208,1881,2412,2370,2289,2251,2205,2129,2050,2250,2209,2287,2605,2363,2084,2290,2526,2407,2080,2216,2289,3373,2361,3449,2739,2088,2046,1890,1722,1853,2005,1930,2043,1798,1933,1647,2328,2164,2129,2159,2096,1996,1602,1563,1534,1560,1560,1788,1881,1970,2763,2408,2248,2408,2126,2333,2364,2373,2009,2085,1924,2008,1803,2042,2367,2528,2682,2087,2050,1999,1885,2172,2758,1932,1885,2531,2127,2378,2252,1881,2147,2213,2188,1985,2086,2366,2812,2970,2445,2250,2322,1968,2365,2653,2647,2607,2199,2241,2530,2281,2188,2124,1888,2205,1766,2275,2372,3088,2440,2053,2081,2017,2056,2035,2010,1972,1878,1883,1973,1970,2003,1996,1927,1848,1740,1718,1687,1723,1487,1581,1600,1687,2021,1840,1662,1887,1716,1776,1802,1774,1789,2141,2087,1765,1885,1794,1929,1924,2045,2296,1925,1808,2167,2123,1884,2088,2009,2003,2005,1972,2123,1852,2798,2089,2072,2295,2278,2122,2132,1883,1929,2302,2169,2486,2166,1763,2129,2483,2421,2444,2044,2023,1982,1912,2567,2006,2696,2283,2766,2693,2090,2201,2649,2174,2096,1922,1972,1925,2208,1972,2046,2047,2294,1765,2414,2437,2324,1755,1957,2051,1882,1768,2214,2569,2608,1933,2051,2041,2005,2008,1885,1966,2415,2085,2208,2048,2566,2486,2215,2280,2565,2240,2407,3224,3079,2282,2541,1965,3260,2355,2891,2702,2566,2021,2033,1967,1963,1964,2533,2965,2413,2043,2161,2443,1809,2294,2567,2647,2484,2414,2247,1888,2242,2363,2893,2249,1856,2629,2489,2406,2805,2059,2288,2050,2320,2089,1702,1926,2127,1772,1802,1728,1598,2095,1885,1850,1806,2008,1808,2122,2080,1967,2248,2651,2563,2048,2849,2684,2609,2247,3497,2846,3048,2769,2648,2526,3731,1610,2321,2371,2891,2161,2455,2328,2168,2444,1937,2188,2325,2652,2369,2330,2602,2292,2170,2126,2362,2848,1932,3047,1660,1566,1567,1555,1649,1970,2606,2168,2445,2325,2167,2532,2442,2605,3178,2362,2373,2326,2201,2204,2135,2089,2281,2564,2093,2242,2487,2132,2566,2402,2409,2529,2608,2484,4300,3564,2482,2571,2247,2408,2287,2568,3011,1665,1567,1559,1837,2170,2482,2378,2396,2216,2086,2327,1971,2009,2159,1967,1613,1718,1929,2041,2008,1766,2012,2285,2210,3124,2447,2965,3572,2369,2524,2368,2206,2723,2334,2407,2287,2079,2303,2448,2527,2367,4504,2672,2364,2089,2281,3255,2413,2845,1856,2042,2078,1856,1808,1845,1878,1612,1683,1719,1689,1683,1732,2045,1839,1602,2008,1975,1964,2001,1803,1656,2337,1839,1927,1914,1896,1804,1718,2176,1994,2649,2676,2451,2649,2326,2053,1934,2133,2583,2124,2063,1998,1885,1773,1966,1860,1933,1854,1993,2417,2587,2007,2198,2328,2866,1932,1843,1968,2244,2104,2359,2491,2887,2088,2931,2448,2322,2450,2608,2022,2409,2448,2529,1926,2483,2011,2377,1991,1839,1884,1891,2204,2167,3933,2410,2183,2008,1955,1936,2124,2441,1810,1973,2044,1902,2268,2762,2105,1764,1917,2014,2009,2073,2053,1969,2049,2527,1963,2082,2012,1886,1715,1734,1762,1687,2358,1802,1800,1687,2068,1846,1636,1644,1810,2127,1719,1686,2340,1958,1712,1608,1556,1568,1895,1609,1625,1665,1584,1647,1645,1685,1743,1878,1650,1604,1672,1556,1693,1647,1633,1578,1638,1648,1807,1798,1779,2044,1674,1610,1761,1699,1716,1636,1852,1652,1772,2126,2046,1844,1652,1762,2052,2364,2081,2048,2046,2097,2445,2003,1973,2359,2109,2489,2887,2975,3606,1848,2369,2448,1923,1794,2202,2008,1830,2054,2049,2482,1827,2041,1984,2485,2011,2613,2328,2283,2243,2368,2362,2933,2372,2564,2572,2123,2206,1856,2157,2294,2368,2571,2523,2365,1821,1677,2218,1966,1880,1846,1838,1815,2126,2040,2096,2624,2144,1919,1772,1765,1769,1761,1840,2169,1892,2084,2126,2078,2175,1963,1931,2039,1930,1926,1473,1575,1652,1785,2262,1807,1707,2056,1681,1724,2420,1556,1530,1640,1532,2085,1973,2208,2007,1995,1932,1881,1812,1641,2359,2484,2722,2377,1965,2168,2048,1960,1881,2516,3052,2543,2152,1992,2248,2009,1846,1641,1563,1612,1764,2045,1889,2283,2129,2169,2007,1997,2538,2000,1728,2237,2089,1802,1697,1763,1920,2047,1974,1678,1674,1756,1735,1757,1798,2164,2328,1733,2279,1970,1884,2047,1891,1914,1817,1836,2097,1918,2165,2052,1762,2091,2000,2130,2874,2645,2287,2371,2608,2362,2893,2364,2607,2776,2642,2448,3171,2366,2211,2568,2483,2122,2009,2085,2647,2484,2088,2662,3296,2488,2190,1931,1833,1697,2003,1807,1841,1927,1967,1931,1967,2040,2041,1890,1852,1924,2485,2010,1998,1924,1891,1969,1887,1998,2249,1885,2045,1968,1847,2084,2045,1613,1896,2036,2037,2204,2008,1927,1963,1890,1814,2046,1880,1935,1761,1891,1953,1896,1913,1809,1719,1717,1687,1693,1841,1728,1612,1680,1714,1620,1639,1810,1680,1811,2209,1890,2083,2046,2210,2004,1925,1887,2198,2132,2078,2250,2174,1928,2074,2087,1774,1644,1893,1731,1803,1643,1760,2048,1679,1882,1898,2116,2331,2085,2723,1855,2559,2130,2213,2115,2292,2367,2408,3604,2171,2244,2488,2725,2675,2448,2085,1925,1841,2017,2118,2438,2132,2097,2365,2127,2370,2171,1893,2196,2494,2208,3089,2369,2422,2444,3412,2566,2128,2012,2365,2449,2451,2520,2095,1966,2642,1959,2050,2006,1890,1920,1891,2061,2929,1651,1547,1828,1772,2051,1993,2630,2806,2448,2332,1848,2081,2366,2126,2864,2445,2486,2370,2294,4604,2129,2084,2291,2401,1885,2011,2208,1719,2143,2229,1719,1562,1557,1529,1531,1766,1882,1924,1847,2837,2263,2095,1805,2084,2713,2281,2407,2369,2120,2494,2206,2528,2439,2209,2221,2282,1972,2092,2007,1849,1967,1913,2124,2193,2020,2007,1893,2004,2487,2408,2113,1756,1936,1847,2606,1804,1686,1876,1688,1812,2081,1968,1842,1887,1885,2363,2457,1996,1899,1843,1759,1846,1888,1960,1846,1933,1924,1963,1854,1760,2327,2119,2706,2403,2370,2488,2451,2364,2414,2365,2487,2083,2850,2411,2403,2691,2522,2771,3253,2847,2846,2258,2439,2970,3250,2528,1911,2352,2690,2567,2325,2324,2733,2284,2367,2491,2787,2243,2273,3536,2404,2451,2599,1803,1776,2698,2086,2969,2642,2067,4658,2486,2123,1791,2088,2174,2000,2127,2454,1798,2411,2207,2653,3173,1958,2073,2373,2162,3691,2234,2594,2406,2612,1759,2526,2454,2449,2406,2362,2391,1857,2082,2003,1809,2219,2491,2688,2267,2115,1976,2006,1959,1880,2212,2734,2006,2044,2040,1976,1762,1882,2042,2253,2210,2577,2057,2423,2048,2073,2454,2606,2688,2484,3130,2532,3528,1903,1813,2234,1852,1971,2056,2082,1985,2648,1963,1928,2138,2050,2041,1923,2009,1963,1971,2085,2290,1998,2057,2002,2202,1975,1847,1965,2125,1845,2026,1841,1922,2100,1683,1672,1808,1851,1852,1711,1726,1660,1724,1833,1690,1571,1680,1649,1642,1970,1721,1802,1924,1653,1711,1653,2216,1976,1848,2040,1891,1966,2575,2570,2689,2644,2609,2488,2408,2164,1921,2283,2169,1969,2246,2528,2811,1982,2301,2173,2488,1963,2609,2448,2043,2244,1766,1936,2288,2074,2286,2449,2285,2209,3288,2495,1996,1859,1929,1924,1809,2005,1801,2014,2156,1734,2002,2044,2494,1997,2108,2092,1922,1999,2092,2203,1884,2417,2356,1895,1923,2372,3051,2644,2363,2049,2484,2274,1908,2067,3026,1936,2520,2526,2453,2436,2175,2522,2328,2607,2492,2488,2439,2696,2122,2052,2050,2047,2240,2088,2215,1875,2003,1927,1811,1810,1840,2000,1926,2410,2007,1412,1960,1759,2180,1925,2075,2172,1849,3230,2492,2129,1927,2447,2564,1978,2021,1877,1979,2160,2007,1923,1848,2229,1998,1960,2164,2012,1965,1891,1967,2443,2040,2007,1972,2205,1928,1842,1890,2278,1697,1796,2040,1654,1927,1877,1687,1657,1529,1564,1693,1829,1656,1752,2016,2218,1719,1599,1593,1615,2164,1597,1922,1577,1478,1411,1431,1809,1765,1776,1835,1649,1843,1649,1908,1854,1480,1773,1931,1760,2084,1811,2202,2167,2696,1965,1999,2131,2041,2605,2405,2413,2163,2062,2356,2405,2568,2253,2045,2168,3092,2230,2038,2008,2651,2088,2250,2564,2289,2464,2244,1996,2087,2123,1927,2004,2208,1928,1846,2464,2935,2369,2045,1896,2002,2522,2056,2119,1974,1837,1726,1965,1922,1889,1927,2105,1715,1734,1797,1614,2399,1643,1845,1733,1878,1839,1781,1725,1710,1782,1790,1768,1967,1680,1770,1652,1809,2196,2948,2487,2648,2055,2240,1896,1891,2204,2051,2137,2410,1916,2357,2567,2485,2328,1962,2213,1961,2049,2502,2555,2451,2406,2170,2366,2687,2329,2249,2190,2444,2218,2439,2056,2007,1969,2574,2085,2616,2173,2073,1969,1912,2017,1760,1878,2490,2416,1704,1560,1611,1849,1846,2086,1604,1560,1646,1643,1641,1723,1926,1856,1758,1692,1808,2108,2056,2280,2165,2209,2120,2198,2572,2359,1808,1845,2024,2490,2086,2089,1959,1930,2007,1851,2157,2124,2688,1815,1796,1774,1724,2046,1729,1701,1650,1552,1926,1569,1775,2191,1900,1888,1926,2004,2386,2368,2055,2089,2042,1968,1959,2579,2446,2247,1961,2565,2406,1965,1806,2248,1846,2006,2047,2482,2607,2112,1891,1841,2395,2016,1889,1842,2314,2568,2033,2005,1961,1937,2007,2408,2119,1929,2009,2124,1957,1781,1842,1883,2248,1724,1534,1759,1882,1846,1774,2073,1779,1898,1960,1895,1720,2435,2363,2091,2760,2453,3163,2728,2334,2281,2368,2246,2053,2241,2255,1823,2132,2358,1853,1723,1882,1933,2128,1961,1607,1567,1492,2082,1598,1916,1938,1605,1843,2080,1607,1773,1561,1683,1410,1519,1479,1602,1697,1755,1725,1656,1686,1846,2002,1765,1888,1801,1887,2083,2726,1849,2291,1972,1845,1842,1889,1886,2045,1963,2079,1936,1998,1685,1888,1960,1927,2396,2533,2193,1763,2149,2897,2055,1848,1878,1895,2277,2096,1923,2408,2278,2169,1963,2126,1884,1974,2202,2175,1822,1833,1972,2293,2247,2410,2044,3137,3041,2294,2682,2692,2288,2196,2578,2042,1874,1971,2481,2763,2170,2056,2463,2565,2537,2600,3171,2649,2448,3090,2248,2806,2447,2856,5184,2603,2291,2167,2077,2571,2452,2215,2231,2444,2611,2287,3007,3324,2254,2448,1817,2117,2809,2287,3005,2124,2735,2355,3606,1695,2445,1997,1810,2160,1929,2039,2410,2304,2762,2292,2447,2121,2332,4693,2139,1883,1853,2801,2573,2171,2249,1857,2192,2476,2693,2292,2400,2207,2087,2110,1965,2083,1848,2128,2128,2399,2309,2131,2435,2056,1963,2543,3732,2768,2088,2407,2209,1931,1992,2429,3008,2289,2129,1814,1975,1959,2511,2767,2322,2769,2411,2242,2168,2238,2519,2641,2533,2164,2066,2050,2122,2200,2178,2168,2275,1972,2009,1926,2167,2044,3003,2604,2326,3336,2689,2378,2087,2067,2127,2089,2176,2086,2234,1897,1961,1772,1764,2130,2077,1852,1724,1758,1538,2680,1682,1763,1939,1719,1776,1794,2498,1871,1891,1882,1719,1808,1594,1826,1753,1890,1927,2036,2016,2164,1776,2116,2457,2599,2530,2366,2489,2249,1844,1922,2209,2283,2057,2367,2011,2689,2408,2927,2132,2278,2210,2484,3056,2849,2527,2687,2166,2041,2013,2075,2216,2120,1962,2084,2003,2119,2602,2692,2726,2331,2237,2118,2207,2131,2198,2339,2038,2330,1899,2320,1960,2156,1887,2058,2450,2122,2163,2315,1930,1850,2038,2245,2498,1888,2115,1942,1952,2128,1937,1874,1776,1920,2081,2090,1963,1978,2155,1965,1889,2203,1853,2451,2084,2119,1890,2414,2355,2246,1655,2561,1965,2414,1925,1850,1923,1924,2044,1846,1842,1812,2274,2210,2605,2525,2408,2406,2048,2129,2212,2815,1842,1729,1731,1927,2119,2249,3180,2648,2731,2722,2253,2400,2694,2486,2249,2851,2289,2613,2076,1848,1812,1998,2050,2050,2279,1934,2042,2131,1835,1657,2372,2064,1655,1883,1696,1609,1556,1775,1683,1956,1734,1753,1701,1917,1804,1761,2205,1531,1719,1581,1668,1839,1972,2237,2013,2161,1927,1877,1813,1883,1894,1916,1887,2088,2042,2211,1964,2121,2055,1803,1642,1652,2247,1846,1878,2137,1996,2008,2013,2119,2531,2366,2168,1890,2325,2038,2008,2004,2252,2198,2014,2109,1973,2487,2770,2609,2007,2446,2135,2245,2297,2362,2298,1768,2248,2007,2051,2247,2361,2213,2362,2574,2079,1924,1925,1936,1965,1883,2174,1994,1963,2119,2248,2441,2115,2893,2886,2767,2650,2571,2250,2202,2406,2686,1977,2278,2248,2408,2367,3650,2732,2608,2324,2819,2678,2493,2586,1968,2000,2531,2568,2600,2732,2605,2608,2446,2411,2564,2531,3688,2252,2763,2448,2654,2685,2298,2205,2613,2608,2371,1886,1972,2003,2453,2487,1886,2490,2405,2134,4175,2847,2854,1874,2684,2210,2516,3012,2567,2170,1839,1848,1882,2334,2299,1886,1801,1850,1995,2169,2083,1934,1926,2124,2163,1921,1848,1851,2005,2328,2370,1924,2291,1958,1924,1923,1931,2042,2055,2079,1803,2213,1852,1882,2086,2085,2044,2044,2016,1962,1881,1935,1962,2081,1814,1923,2076,1927,1888,2024,1803,2272,2339,2201,1999,1532,1653,1641,1724,1894,2213,2030,1906,1965,2486,2267,2360,2289,2646,3015,2585,1769,2236,1965,1953,2211,2204,1933,1765,1995,2647,2569,2222,1815,2280,2361,1939,2074,2277,1922,2095,2423,2333,1883,2053,2567,1959,2170,2494,2402,2125,1921,2090,2247,2146,2887,2458,1899,2403,1856,1852,1848,1964,1969,2047,1957,2094,2077,1932,2040,2426,2566,3766,2372,2290,2366,2488,2452,2605,2726,2521,2295,2018,1996,1859,2254,3163,2616,2850,2814,2134,2135,2010,1925,2278,2168,1885,1805,1888,1841,1807,2016,1925,1726,1958,1927,1974,2120,2123,2049,2173,2156,2050,2084,2011,2120,2334,3290,1846,1718,1690,2038,1805,1895,1804,2093,1837,1843,1844,2007,2094,2045,1721,2048,2530,1964,1922,2577,1879,1643,1769,1724,1883,2017,1722,1714,1685,1762,1726,1690,1612,1717,1645,2019,1669,1661,1554,1808,1971,1648,1618,1521,1642,1645,1648,1526,1437,1413,1721,1367,1989,1608,1739,1564,1488,1507,1446,1337,1924,1359,1302,1759,2353,1504,1521,1521,1559,1417,1510,1412,1468,1346,1888,1365,1801,1388,1382,1397,1482,1448,1590,1629,1401,1985,1376,1447,1527,2065,1789,1541,2279,1814,1823,1608,1926,1527,1527,1559,1896,1507,1642,1624,1602,1555,1676,2055,1463,1595,1849,1491,1540,1521,1701,1560,1760,2169,1722,1654,2036,1848,2119,1695,1765,1647,1793,1702,1637,1891,2050,1803,1685,1691,2083,2567,2202,2204,2527,2375,2321,2532,2611,2859,2255,1966,2009,2080,2010,2049,2166,2072,3502,2732,2614,2410,2523,2328,2451,2526,2409,2481,2449,2246,2038,2163,2604,2366,2211,2086,2159,2047,2020,1932,2871,2253,2358,2769,2486,2533,2688,2367,2048,2685,3006,2697,2363,2125,2183,2683,2854,2807,2167,2107,2395,2543,2963,2686,2972,2045,1880,1725,1846,1798,1922,2094,2003,1929,2040,2083,1977,2201,2335,2120,2423,1877,1830,1990,1774,1816,1881,2579,2120,1851,1931,1793,1777,1792,1821,1725,1847,1796,1729,1763,1768,1600,1525,1682,2129,2038,2182,1551,1489,1528,1529,1551,1702,1676,1804,1768,1851,1714,1651,1818,1844,2119,2092,1930,2724,2673,2604,2770,2766,2531,2486,2204,2172,2250,2440,2140,2551,2928,2012,2447,2412,1847,2328,2842,2174,2108,2053,2138,2445,2491,2404,2418,2561,2210,2289,2091,2562,2440,2094,2058,2005,2321,1805,1615,1822,1648,1914,2450,2049,2366,2490,2404,1885,2226,2334,2407,2441,1736,2237,1654,1768,2148,1890,2028,1803,2036,2166,2103,1927,2005,1934,2080,2644,1931,2130,2691,2247,1956,2050,2049,1836,2009,1808,2165,2126,3086,2173,1725,1660,1883,1894,1877,1893,2170,1996,2012,1966,1881,2047,2216,2076,2089,1689,1746,1722,1713,1876,2155,1925,1963,2011,2368,1847,1772,1809,1997,2092,2454,2525,2412,2564,2288,2027,1891,1853,1878,1886,2166,2284,2011,1964,2040,2537,2041,1763,1977,2037,2210,1920,1814,1927,2489,2206,1754,2170,2018,2501,1884,1847,1929,1958,2254,1960,2041,2095,1799,1720,1612,2037,2298,2248,1956,2251,1729,1621,1640,1649,1808,1723,2394,1586,1547,1699,1578,1585,1577,1864,1687,1953,2051,1808,1768,1681,1689,1805,1672,1453,1595,1963,2098,2042,2051,1966,2167,1837,1770,2208,2037,3413,2047,1841,2407,1738,2001,1837,2323,2329,2444,2288,2292,2481,2539,2208,3051,2373,2601,2625,2133,2074,2289,2214,2331,2242,2212,2453,2288,2645,2289,2400,1850,1949,3188,3443,2609,2013,2561,2808,2888,2494,2207,1796,2133,3450,2532,2359,2400,1999,1767,1775,1966,1956,2092,2372,2400,1974,2047,1755,1780,1765,1644,1763,1884,1835,1606,1739,1924,1838,1913,2160,1772,1917,2367,2776,1969,2566,1717,2250,2003,1964,2916,2735,2606,2370,2177,2287,3239,2122,2088,2469,2590,2047,2246,1842,1965,1921,2250,2079,2326,2404,2328,2167,2434,2205,2221,2560,2686,2297,2051,2759,2401,2209,2895,2270,2339,2087,3570,2324,2051,2364,2173,2319,2085,1973,2482,2649,2330,1923,2647,2177,1926,1798,2007,2204,8696,2321,2570,2407,2448,4453,3053,2526,3210,2088,2292,2970,2565,2045,1963,1953,2006,2012,2117,2487,3056,2327,2326,2123,1813,2736,2765,2057,2168,1954,2169,1955,1974,1930,2076,2737,1884,1836,2385,2202,2138,3320,1874,2336,2511,1922,2056,2278,2506,2004,2353,2285,2128,2723,2169,2614,3008,1764,2811,2041,2934,3007,2449,2047,2138,2727,2018,2239,2339,1821,1936,1998,2282,2019,1993,1818,2003,1842,2041,1975,1970,1998,1801,2009,2176,2399,1921,1966,2218,2590,2536,2229,2721,2328,2651,2530,2484,2283,2650,2521,2771,1763,2039,1970,1875,2185,2762,3090,2494,2444,2565,2933,2281,2568,2532,3206,2383,2443,2208,2130,2215,2271,3538,2531,2203,1814,2365,2290,2724,3010,1787,1776,1883,1961,1958,2037,2259,2721,2372,2489,2206,2173,2164,2021,2004,1955,2013,1963,2442,3414,2205,2412,2033,2274,2412,2529,2819,2102,1927,1922,1924,1889,2084,1982,2509,2521,3171,2250,2328,2446,2604,2893,2364,3776,2970,2172,2126,2166,2400,3009,2577,2608,2526,2923,2534,2436,2454,2447,2361,2249,2126,1846,2170,2172,2443,2366,2691,2683,4209,2131,2241,2049,2448,3493,2139,2427,2450,2685,2208,2014,2124,2889,2526,2329,2491,2084,2290,2361,2292,2600,1814,2760,2448,2570,2769,2327,2407,2490,2645,2567,2245,2330,2724,2641,2054,2392,2647,2525,2368,2490,3005,2206,3008,2569,2450,2648,2609,2530,2607,2564,2689,2644,2492,2446,2286,3365,2095,2769,3325,2374,2886,2286,2587,2965,2053,2038,2244,2383,2732,2603,2534,2644,2572,2320,2450,2768,2808,2610,2201,2638,2492,2565,2402,2537,2686,2048,2162,2250,2286,2647,2131,2155,1927,1773,2339,2367,2337,2030,2471,2768,2648,2371,3050,2448,3128,2691,2887,2283,2130,2082,2010,2405,2210,2648,2569,2404,2607,3251,5379,2450,2754,2210,1971,2159,2048,2488,2539,2161,1871,1848,2083,1733,2285,2091,2087,2042,2289,2369,2118,4663,2200,2292,2363,2448,2966,2261,2476,2625,2246,2369,2331,2039,1988,2662,2325,2243,2697,2000,2167,2509,1963,2085,2464,2210,2039,2328,2286,3008,2449,2173,1766,1725,2319,2378,2085,2325,2201,2024,2339,2483,2448,3259,2669,1928,1840,1806,1607,1881,1887,2162,1765,1891,2437,2367,2409,2485,2176,2302,2452,2006,1895,2039,1932,1959,2330,2054,2085,1875,1606,1648,1883,1897,2274,1689,1985,1607,1616,1604,1635,1529,1375,1522,1521,1757,2051,2205,1600,1975,1692,1829,1650,1565,1811,2244,1645,1605,2040,1934,2012,1711,1977,1721,2336,2277,2288,1640,2500,2863,2367,2569,2606,2291,2452,1926,3627,2726,4172,2336,3043,2975,2563,2980,2368,2279,2213,2286,2374,2561,2329,2126,2126,2403,2244,1920,2053,2160,2205,2451,2044,1847,1892,1848,2493,2125,1848,2643,1923,2014,1882,2037,1899,2784,1885,2227,2281,2172,2402,1964,3934,3541,2211,2565,3286,3420,3648,2847,3092,2571,2004,3531,2736,3972,2564,2080,2246,2084,2251,2166,2168,1880,1974,2447,2603,2210,2445,2127,1925,1942,1726,2062,3209,2697,2053,2127,2173,2077,2479,2715,2207,2471,1972,1994,2113,2176,2388,1980,1812,1878,1842,1846,1696,1838,2418,2168,2560,2493,2233,2406,2250,2248,2125,2399,1949,2166,1928,1959,1973,2124,2243,2370,1769,2523,2021,2378,2046,2445,2327,2048,2081,2132,2244,2093,2519,2082,2091,2086,2323,2175,2084,2050,2609,3010,1745,2687,2537,2083,2328,3493,2120,2408,3127,2284,2571,3210,3688,2491,2488,2930,2647,2849,3334,2609,1964,2058,2332,1998,2374,2005,1681,2209,2041,2136,3159,2570,2372,2169,2209,1968,2201,2364,1820,2099,3079,2488,2368,2463,1823,1924,1725,1971,1724,1842,1766,2127,2004,1771,1847,2689,2366,1820,2401,2844,2371,2486,2567,2251,1819,1997,2086,1854,1879,2044,1729,2090,1997,2058,2046,2159,1845,1892,1837,2037,1815,1798,1800,1735,1650,1686,1640,1595,1620,1761,1925,1883,1802,1686,1574,1808,1765,2006,1806,1755,1696,1753,1722,1734,2489,1485,1775,1518,1570,1610,1520,1509,1723,1422,1367,1385,1448,1446,1482,1415,1592,1585,1585,1563,1608,2019,1572,1525,1680,1649,1670,1697,1757,1884,1499,1431,1450,1563,1604,2382,2080,1963,1972,2127,2009,2087,2119,2288,1974,1637,1887,1812,1685,1913,1727,1854,2490,2201,2084,1885,1690,1803,1843,1450,1760,1966,1572,1702,1804,1731,1761,1566,1491,1712,1694,1624,1780,1683,1696,1647,1620,1750,1488,2055,2325,2000,1732,2137,1623,1447,1404,1662,2216,2247,2144,1813,1861,1672,1529,1590,1521,1570,1488,1685,1631,1656,1599,1459,1912,1534,1563,1691,1879,1479,1443,1481,1685,1786,1870,1511,1708,1480,1452,1493,1553,1616,1460,1543,1401,1269,1590,1298,1909,1636,1819,1533,1724,1759,1782,1787,1307,1901,1322,1771,1578,1658,1383,1746,1838,1586,1738,1837,1318,1596,1896,1483,1889,1541,1735,1475,1383,1435,1425,1376,1587,1516,1395,1375,1486,1479,1394,1432,1389,1334,1969,1477,1396,1464,1632,1336,1804,1914,1422,1481,1614,1474,1412,1676,1315,1802,1969,1478,1452,1363,1331,1913,1341,1881,1581,1316,1797,1784,1879,1357,1352,1365,1368,1432,2003,1404,1442,1409,1394,1389,1386,1390,1468,1382,1580,1477,1462,1453,1529,1604,1513,1608,1731,1800,1716,2168,1564,1626,1764,1765,1864,1839,1969,1983,1953,1920,1927,1811,1942,3666,2652,2443,2932,2763,2571,2489,2169,2563,3296,2403,2565,1919,1857,2238,1854,1928,2561,2247,1843,1688,1682,1684,1648,1814,1961,1773,1803,1957,1924,1761,1725,1634,1646,1728,1737,1686,1567,1653,1516,1642,1681,1642,1881,1779,1794,1730,1726,1771,1760,2210,1643,1689,1802,1777,1924,1722,1965,1966,1731,1677,1493,1720,1574,1595,1480,2251,2044,1811,1930,1958,2449,2526,2129,2165,1971,2012,1998,2225,1880,2131,2215,2367,1872,1971,2090,2482,2130,3211,2124,2160,2468,2483,2287,3093,2486,2209,2416,2369,1778,3703,2280,2237,2141,2207,2323,2127,1956,2284,2330,1799,2113,2203,2370,2483,2412,2480,2127,2092,2528,2327,3847,2172,2287,2435,2130,2243,2803,2251,1939,1961,2013,1926,2327,2114,1892,2078,2211,1725,1767,2040,1813,2277,2015,2115,1899,2477,2534,2604,2355,1836,2137,2350,2007,2352,2261,2359,2149,2041,2324,1990,2404,2027,2353,2230,2043,2121,2053,2246,2080,2169,1922,2007,1791,2220,1724,1656,1631,1496,1675,1733,1758,2164,1862,1975,1758,2026,1862,2059,2020,1614,1439,1446,1402,1908,1927,1660,1636,1724,1596,1600,1384,1346,1295,2278,1868,1659,1691,1352,1442,1512,1834,1597,1810,1466,1358,1341,1561,1470,1333,1792,1337,1895,1393,1325,1894,1392,1511,1469,1496,1595,1826,1548,1706,1493,1621,1556,1495,1488,1684,1359,1412,1438,1435,1412,1441,1565,1374,1481,1446,1806,1406,1449,1477,1522,1669,1488,1384,1837,1478,1492,1673,1452,1448,1490,1626,1669,2203,1761,2365,3003,2290,2487,2564,2415,2885,4049,2456,2048,2042,2206,3365,2208,2408,2208,2648,2651,2079,2616,2883,2367,2004,2050,2004,2610,2892,3329,2847,2523,2570,2530,2807,2452,2364,2491,2444,2327,2649,2116,2491,2448,2448,1966,1810,1852,2716,2731,2967,1961,1888,2284,1993,2034,2292,1931,2354,2332,1765,2078,2092,1971,1897,1765,1925,1803,2006,2367,1853,2892,2116,1968,1768,2007,2120,2883,3008,2690,1769,2284,2044,1956,2057,2535,2248,2807,2409,2451,2489,2486,4860,1887,2658,2414,2361,2252,2324,2283,2289,2012,1906,1770,1886,2357,3086,2562,3137,2972,2447,2487,2407,3010,2523,2730,2567,2249,2287,2131,1966,1877,2422,2283,2140,2481,1950,2412,1800,2402,2133,1812,2204,1788,2681,2765,2245,2445,2040,1997,2316,2369,2639,2452,1695,2042,1970,1823,2283,2671,2445,2210,1934,1998,2376,1961,1809,2450,2491,2022,2306,1939,2339,2092,2248,1988,2687,2451,2563,1653,1661,1853,2035,2180,1931,1963,1930,1921,2042,2004,1938,2041,1959,1931,1879,2008,2453,1973,2485,2007,1854,1682,1642,2108,2185,1510,1456,1424,1814,2444,1928,1766,1847,1838,1649,1608,1603,2209,2321,2102,2211,2295,2398,2408,2372,2643,2078,1892,1634,1535,1559,1804,1564,2084,1969,2011,1678,2480,2603,3491,3049,2731,2446,1648,1999,1778,2115,2245,1897,1958,1964,2129,1923,3991,2645,2171,2370,1921,2061,1604,1653,1922,1811,1960,1851,1876,1846,1924,1848,1896,1927,1881,1964,1803,1728,1884,2202,2178,1883,1884,1848,2078,1848,1924,1886,1927,2336,1844,1878,1768,1874,1728,1675,1687,1680,1733,1693,1673,1651,1768,1631,1645,1687,2018,1799,1653,1751,1658,1794,2205,1902,1837,1687,1838,1429,1329,1833,2010,2096,1504,1689,1494,1601,1490,1619,1547,1480,1443,1926,1556,1776,1638,1621,1609,1408,1331,1785,1940,1617,1454,1451,1781,1463,1450,1396,1475,1327,1779,2006,1995,1514,1580,1512,1934,1394,1486,1494,1615,1579,1789,1613,1645,1562,1647,1935,1641,1724,1601,1521,1762,1533,1552,1447,1487,1489,1561,1576,1569,1525,1537,2109,1652,1680,1933,2041,1698,1431,1409,1448,1674,1765,1896,1999,2171,1881,1734,1876,2368,1778,1794,1607,1836,1634,1491,1648,1566,1645,1834,1686,1601,1414,1603,1727,1557,1403,1643,1460,1639,1635,1726,1727,1731,1683,1996,2251,1455,1736,1605,1853,1995,2004,1758,2229,2134,1980,2120,2265,2248,1883,1971,2008,1882,2184,2564,2117,1762,1731,1961,1877,1814,1686,1493,1677,1408,1633,1997,1868,2144,2339,2128,1955,2211,2497,1888,2157,2167,1977,1675,1644,2070,2399,1977,1876,1847,2090,1947,1779,1827,1775,1610,1557,1629,1889,1705,2024,1566,1829,1817,1524,1649,1618,1426,1487,1403,1565,1613,2065,1458,1956,1584,1414,1720,1775,1945,1574,1954,1406,1352,1507,1422,1763,1337,1732,1854,1544,1380,1372,1912,1420,1405,1716,1388,1828,1391,1381,1530,1758,1779,1727,1413,1437,1642,1756,2044,1790,1341,1929,1398,1443,1417,1400,1697,1489,1528,1532,1552,1445,1532,1527,1528,1455,1382,1325,2006,1787,1387,1991,1383,1363,1351,1358,1637,1401,1679,1796,1406,1404,1357,1887,1398,1400,1400,1536,2074,1692,1513,1608,1730,1661,1834,1639,1504,1573,1592,1773,1720,1939,2233,2467,2247,2229,2045,2151,2388,2115,2347,1980,2577,2446,2086,2458,2119,2107,2116,2126,1926,2261,2024,2130,2236,2710,3185,2141,2889,2469,2434,2317,2249,1951,2046,2114,2448,2223,1971,1930,1925,1953,1847,1920,1729,1885,1759,1869,2169,2667,1759,2006,2016,1844,1769,1712,1898,1844,2027,1757,1722,1972,1723,1678,1619,2191,1962,1628,1538,1553,1644,1730,1688,1779,1683,1686,1757,1709,1675,2017,1946,1750,1784,1904,1503,1467,1406,1572,1567,1519,1612,1632,1704,1647,1601,1552,1818,1404,1484,1594,1539,1409,1806,1433,1330,1967,1408,1510,1648,1437,1650,1659,1543,1965,2110,1400,1440,1511,1604,1821,1871,1529,2018,1681,1690,1911,1695,1474,1410,1596,1538,1643,1602,1763,2217,1592,1578,1482,1642,1561,2123,2055,2327,1684,1840,2066,1940,1710,1765,1689,1602,1534,1953,1783,1831,1590,1716,2370,2696,2036,1886,1896,1935,2069,2002,1932,3161,2855,2434,2773,2806,2693,2102,2984,1819,1975,1896,1642,1764,1861,2410,2012,2091,1920,2301,1876,2006,2000,2004,1964,1935,1897,1733,1727,1769,1755,1615,1717,1738,1763,1722,1847,1722,1599,1525,1656,1735,2436,1967,2172,1880,1675,1718,1682,1684,1884,1576,1713,1724,1534,2213,2108,1929,1607,1608,1640,1949,1443,1829,1601,1487,1652,1408,1516,1644,1782,1707,1568,1613,1689,2047,1555,1525,1497,1678,1971,1631,1526,1468,1670,1576,1613,1516,1575,1520,1524,1717,1617,1721,1732,1722,1563,1725,1569,1631,2061,1725,1668,1656,2316,1816,2452,1886,2127,2401,2047,2488,2082,2013,2001,1931,2530,2283,2327,2485,2367,2767,2369,2252,2050,2402,2242,2490,2203,2206,2727,2245,2203,1850,1637,1564,1533,1555,1494,1886,1846,1836,1891,2302,1873,1965,2273,2281,1803,2219,2202,2218,2278,2165,2210,2638,2415,2402,2404,3456,2058,2004,2313,2163,2048,2173,1851,2048,2145,1770,2130,2458,2403,2241,2924,2846,2650,2726,2120,2651,2969,1847,2320,2416,2643,2452,2724,2090,1720,1692,1961,2287,2368,2294,2328,2358,1922,1962,2011,2443,1936,2121,1971,1563,1727,1838,1841,1892,2441,1928,2010,2564,2049,2047,1727,1999,1884,1930,2084,2569,2088,1849,1770,2198,2011,1916,2340,2034,2059,1995,2086,1804,1703,1551,1461,1709,1565,1700,1562,1562,1644,1684,1611,1687,1753,1809,1603,1367,1851,1402,1483,1482,1500,1594,1933,1640,1887,1404,1481,1324,1816,2008,1912,1683,1972,1562,1567,1563,1401,1383,1322,1910,1937,1601,1809,1886,2082,1787,1733,2007,1927,2127,1889,2283,1964,2094,2325,1928,2199,2285,2783,2501,2424,2965,2892,2128,2775,2255,1928,2168,2481,2176,2088,1875,1816,2301,2345,2026,2248,2295,2829,2518,1852,1966,2376,2321,2850,1897,2474,2384,1852,2438,2089,2093,2249,2251,2643,2485,2815,2972,2216,2853,3456,2006,2304,2527,2251,1850,1998,2331,2089,2059,2414,2289,1821,1976,2040,2387,1766,1706,1521,1601,2168,1813,2120,1923,2127,2367,2608,1886,2084,1887,1848,1924,2329,1884,2092,2480,1851,1958,1976,2126,1797,1689,1964,1854,2244,2567,2450,2448,3363,2610,2808,2526,2529,2698,1909,2126,1926,2250,2388,2173,2689,2368,1992,1932,2130,2281,2254,2853,2483,2692,2444,2449,2243,2406,2002,2368,2890,2496,2024,1568,1605,1644,1895,2117,1895,2001,1769,1595,1972,1686,1850,2642,2083,2291,2050,2081,2566,1848,2484,1925,1648,1679,1936,2359,2093,2006,2002,2132,2682,1923,2132,1698,2202,1496,1433,1495,1432,1688,2044,1767,1649,1576,1642,1575,1423,1536,1564,1604,1650,1728,1473,1526,1870,1833,1320,1845,1427,1343,1695,1412,1325,1955,1333,1388,1411,1279,1778,1357,1772,1339,1863,1359,1828,1328,1733,1745,1776,1409,1605,1779,1829,1312,1813,1796,1276,1733,1722,1339,1478,1239,1613,1270,1901,1307,1887,1402,1399,1399,1382,1559,1873,1476,1311,1466,1376,1379,1379,1372,1275,1832,1486,1829,1346,1803,1789,1855,1315,1282,1898,1446,1648,1715,1433,1458,1459,1458,1428,1424,1432,1445,1439,1259,1449,1850,1326,1891,1405,1344,1439,1437,1413,1348,1699,1414,1734,1795,1813,1926,1369,1846,2091,1452,1503,1447,1984,1441,1639,1398,1345,1333,1953,1420,1467,1384,1653,1924,1382,1278,1905,1352,1458,1424,1337,1414,1563,1660,1554,1366,1857,1338,1453,1340,1912,1419,1418,1470,1662,1417,1462,1516,1568,1554,1560,1421,1450,1864,1830,1333,1342,1380,1946,1318,1856,1397,1365,1423,1778,1368,1506,1354,1821,1327,1852,1310,1848,1532,1359,1591,1748,1507,1826,1381,1848,1335,1858,1321,1826,1407,1353,1552,1342,1860,1335,1882,1353,1362,1366,1439,1564,1550,1500,1852,1444,1382,1353,1388,1380,1379,1385,1487,1982,1714,1333,1362,1870,1396,1394,1392,1384,1579,1407,1805,1544,1385,1872,1498,1474,1527,1564,1476,1424,1592,1937,1875,1426,1793,1552,1489,1586,1488,1383,1374,1685,1609,1414,1395,1327,1918,1420,1473,1372,1351,1507,2137,1708,1373,1290,2008,1435,1415,1416,1415,1471,1431,1901,1538,1460,1336,1310,1812,1894,1411,1374,1419,1556,1431,1359,1380,1300,1790,1868,1380,1338,1909,1498,1856,1494,1337,2066,1352,1813,1847,1372,1299,1795,1583,1675,1608,1409,1306,1820,1331,1334,1332,1267,1779,1920,1361,1369,1618,1507,1346,1492,1562,1391,1932,1636,1449,1417,1354,1452,1363,1318,1955,1453,1330,2129,1426,2073,1756,1416,1347,1844,1459,1330,2028,1446,1394,1766,1628,1370,1771,1750,1854,1363,1363,1358,1442,1486,1676,2097,1421,1936,1382,1407,1529,1374,1310,1863,1857,1804,1449,1420,1357,1363,1933,1413,1412,1410,1366,1623,1281,1428,1285,1796,1581,1446,1287,1992,1501,1643,1769,1681,1246,1753,1865,1354,1345,1354,1370,1305,1809,1454,1530,1785,1953,1342,1297,1767,1807,1884,1251,1378,1644,1779,1822,1909,1409,1409,1409,1376,1255,1994,1339,1392,1774,1926,1433,1427,1401,1420,1408,1429,1332,1313,1575,1390,1472,1424,1464,1382,1399,1353,1357,1343,1817,1430,1636,1371,1432,1827,1286,1842,1288,1830,1390,1217,1586,1796,1842,1804,1350,1392,1365,1352,1308,1251,1602,1467,1827,1309,1816,1926,1448,1422,1394,1323,1403,1777,1438,1392,1345,1406,1567,1578,1578,1578,1549,1467,1477,1782,1405,1338,1407,1342,1338,1336,1444,1399,1368,1337,1690,1634,1336,1815,1767,1764,1815,1853,1391,1792,1806,1668,1291,1858,1321,1819,1896,1406,1901,1350,1575,1348,1416,1239,1827,1573,1357,1481,1421,1421,1385,1571,1560,1581,1380,1382,1484,1416,1409,1405,1548,1424,1447,1803,1645,1414,1401,1383,1567,1555,1635,1693,2001,1860,1935,1467,1550,1457,1428,1423,1466,1404,1424,1654,1674,2126,2156,1798,1849,2536,3544,3228,2752,3721,3245,2929,2620,2448,2725,2685,2541,2063,2910,2571,2489,2566,2568,2443,2645,2045,2674,2488,2282,2169,2166,2653,2643,2208,2449,2326,2527,2410,2688,2529,2602,3088,2655,2600,2737,2524,2447,2286,2727,2532,2527,2605,2532,2484,2090,1915,1958,2377,5496,2485,2373,2048,2002,2172,2527,2162,2290,1924,1918,1894,1921,1921,1883,2035,2687,2649,2803,1975,2484,2170,2235,1917,2058,2317,2608,2044,1824,1806,2288,2214,2041,1972,1956,1973,1971,1919,1974,2134,2246,2123,2288,2480,2930,2492,2443,2535,2640,2970,2328,2485,2192,2049,1962,2342,2673,2575,2241,2735,2371,1858,2112,1780,2017,1920,1798,1896,2075,2087,1929,2091,1962,2083,2244,1806,1823,1760,1661,1756,1729,1760,1724,1845,2378,2366,1926,1715,1597,1635,1523,1501,1545,1627,1564,1628,1695,1610,1548,1773,1537,1391,1360,1360,1447,1489,1612,1907,1761,2129,1726,1729,1626,1535,1681,1532,1552,1495,1608,1714,1574,1686,1564,1558,2041,1576,1805,1726,1639,1652,1527,1512,1449,1648,1929,1918,2096,1641,1718,1852,1920,2090,1518,1443,1862,1639,1686,1713,1686,2090,1774,1723,1724,1891,1607,1809,1697,1683,1736,2130,2182,1651,1545,1481,1620,1606,1654,1624,1579,1437,1408,1596,1511,1829,1685,1769,1548,1439,1394,1799,1805,1873,1325,1459,1490,1326,2150,1385,1272,1731,1723,1889,1223,1810,1614,1431,1452,1443,1268,1736,1841,1417,1418,1343,1479,1867,1463,1360,1365,1434,1617,1612,1552,1513,1525,1581,1856,1386,1612,1559,1562,1560,1520,1513,1472,1516,1369,1316,1863,1445,1438,1390,1468,1476,1469,1444,1343,1356,1857,1402,1343,1356,1351,1356,1338,1311,1755,1991,1340,1314,1801,1775,1887,1313,1773,1668,1765,1769,1729,1838,1368,1316,1722,1784,1698,1830,1279,1840,1369,1305,1799,1900,1842,1831,1826,1362,1377,1275,1752,1766,1858,1785,1735,1735,1736,1765,1793,1737,1705,1751,1822,1790,1836,1380,1361,2038,1437,1335,1861,1476,1404,1449,1383,1812,1847,1435,1398,1373,1355,1370,1380,1388,1330,1982,1474,1474,1386,1479,1417,1534,1529,1417,1381,1442,1442,1383,1380,1377,1458,1487,1542,1511,1351,1397,1362,1314,1466,1335,1894,1341,1323,1912,1425,1455,1710,1427,1353,2085,1575,1569,1643,1696,1623,1813,1495,1513,1524,1542,1546,1493,1402,1484,1387,1376,1728,1455,1675,1672,1522,1655,1471,1457,1387,1377,1602,1425,1980,1504,1563,1911,1885,1663,1494,1510,1522,1583,1849,2295,2470,1805,1932,1816,1672,1742,1859,1804,1658,1751,1967,1900,1958,1625,1914,2189,1809,1846,1887,1808,1726,2236,2107,2800,2432,2875,2710,2227,2401,2334,2130,2896,1999,2410,2806,2922,3758,2172,2979,2489,2878,3084,2434,2749,2285,2463,2528,2528,2655,2569,2204,2479,1833,1556,1567,1605,1530,2160,2204,3009,2409,2446,2483,2573,1990,2308,2133,2400,2364,2010,1994,2128,2169,3169,2362,2416,2678,1965,1890,2402,3730,2517,2108,1920,2309,2556,3343,1925,2089,2156,2151,2427,2395,2538,2064,1762,2011,2161,2513,3060,1904,1803,2208,2044,1959,2122,2449,1802,2374,1882,3014,1760,2013,1992,1888,2197,2345,1962,1931,1927,2106,1971,1902,2084,2544,2562,2126,2088,2772,3169,2894,2648,2724,2134,1592,2289,2157,1973,1808,1682,1690,1763,1722,1810,1922,1841,1854,2127,1958,2046,1974,1879,2250,1887,1767,1965,1923,1807,2158,2127,1896,1873,1776,2160,2042,1895,1885,2042,1935,1799,1609,1719,1930,2042,1934,1832,1777,1599,1605,1571,1564,1556,1812,1839,1845,1928,1934,2123,1931,2043,2363,2086,2128,1753,2157,2242,2293,2568,2367,2402,2410,2248,2726,1970,2721,2447,2055,1967,2162,2124,2289,1929,2082,2208,2036,1776,1857,1848,2211,1963,2037,1813,2344,2090,2085,2565,2490,2281,3207,2935,2250,1917,1934,2366,2241,2247,2373,2488,2731,2203,2017,2039,2203,2342,1973,2035,2164,1858,2086,2319,2210,2043,2015,2162,2004,2248,1965,1930,1960,2381,2374,2444,2017,1924,1931,2756,3734,2448,2074,1964,2008,2121,3131,2854,1806,1736,1954,1682,2180,2117,1971,2445,2052,2199,1968,2013,1962,1850,1883,1919,1824,2357,2611,2687,2533,2361,2611,2766,2367,1931,2125,2242,2811,2169,2642,2574,2206,2368,2287,3408,2289,2097,2318,2288,2569,2445,3251,2365,2843,2644,1808,1888,1803,1922,2835,1925,2149,2161,1883,2012,2243,1883,1809,1814,1877,1847,2614,1843,2238,2099,1958,2134,1879,1963,1923,2075,2560,2247,2530,2284,2274,2291,2085,1970,2328,1875,2092,2369,2373,2332,2399,2203,2568,2010,2284,3573,2048,2325,2486,2528,1974,2158,2094,2254,2611,2806,2978,3046,2373,2926,2412,2838,2119,2050,2055,1919,2048,2204,2013,2173,2128,2327,2605,2454,1924,1962,1800,1959,2421,1899,2003,1971,2162,3258,1682,1860,1898,2010,2867,2128,2282,2245,2294,2328,2322,2163,2577,2441,2691,3080,2379,2208,2180,2252,2291,1839,1851,2365,2492,2683,1892,2202,2289,2163,2254,2964,1812,1905,2131,3292,2254,2370,2218,2438,2487,2527,2046,2328,2365,2373,2131,2811,2247,2287,3736,3047,2169,2366,2249,1925,2248,2329,2282,2532,2209,2208,2009,2207,2443,2412,2449,2727,3129,2445,2446,2448,2012,2428,2650,2965,2285,2372,2529,2399,2370,3094,2688,2527,2940,2224,2413,2164,2286,2401,2373,2244,2447,2490,2200,1968,2248,1954,2125,1941,1954,1856,1801,1970,1806,2081,2008,1886,2237,1889,1927,2088,1930,1878,2056,1913,1899,1873,1929,1936,1924,1922,1966,1766,1889,1880,2040,2019,1881,1963,2855,1885,1636,1774,2001,1961,2136,2523,2051,1930,2320,1892,1959,1886,1816,2519,2891,2078,1769,1959,2016,2408,2526,2446,2451,2642,2488,2654,2077,2247,2328,3169,3044,2454,2649,2487,2362,2532,2602,2571,2452,2370,2259,2170,1971,2075,2414,2204,2248,1961,2420,2503,3005,2128,2380,2007,1762,1640,1563,1559,1530,1564,1637,2011,1969,1964,2084,2006,1927,1840,1769,2361,2172,2488,2202,2164,2165,2289,2522,2415,2604,2969,2378,2138,2083,2041,2521,1877,1695,2005,1888,2206,2608,2849,2486,1931,2089,2352,2569,2565,2367,2408,2364,2255,2360,2453,2726,2484,2375,3168,2607,2358,2291,2327,2289,2358,2449,2812,2572,2200,2330,2448,3011,2205,2530,2485,2409,2326,2247,2367,2368,2083,2007,2002,2370,2330,2048,2398,2410,2136,2515,2691,2169,2170,2610,2288,2165,2208,3007,2214,2519,2410,2844,2377,1840,2243,2453,2370,2074,2167,2005,1805,2626,2089,1882,1853,2010,1962,2198,1932,1966,1843,2133,1836,1889,2650,2170,2086,2480,1811,2089,1998,2053,2681,2028,2095,2519,2128,2201,2364,2610,3052,2530,2725,2927,2608,2247,2645,2290,2931,2318,2410,2068,2236,2395,2651,2455,2486,2330,3206,2203,2725,2530,2685,2379,2362,2051,2440,2170,2525,2496,2239,1784,1726,1642,2124,1854,1964,1883,1927,1890,1846,1759,1923,1893,2089,1880,1889,1925,1849,1757,1771,1838,1886,1928,1928,1925,2322,2171,1690,1887,1772,2049,1720,1884,1736,2076,1732,1923,2167,2006,1852,1926,1843,2082,1928,1839,1765,1730,1726,1801,1972,2118,1809,1650,1642,1680,1893,2364,2001,1848,1854,2201,1724,1722,1652,1560,1570,2359,2768,1928,2042,1818,1564,1564,1565,1685,1564,1564,1798,1799,1680,1681,1659,2116,1722,1483,1405,1643,1694,2120,1769,1841,1820,1811,1682,1901,1620,1676,1659,1675,1623,1557,1565,1573,1940,1613,1705,1631,1528,1625,1760,1707,1649,1737,1995,1735,1978,1578,2091,1630,1583,2155,1411,1325,1912,1406,1495,1638,1647,1996,1521,1462,1522,1970,1681,1607,1608,1711,1646,1652,1654,1606,1522,1601,2048,1691,1594,1857,2171,1894,1588,2009,1537,1433,1657,1805,1927,1910,1885,2020,1683,1769,1789,1783,1711,1693,1483,1492,2047,2199,2007,2007,1930,1887,1995,1964,1856,2160,2100,1810,2837,2291,3082,2575,2570,2920,2728,2412,1882,3575,2486,3011,2164,2531,2252,2331,1681,1684,1567,1813,2042,1924,2493,2603,1818,2290,2643,2607,2447,2528,2576,1966,1935,1890,1805,2181,2086,2410,2249,2159,1960,2327,2163,1765,1928,2288,2610,2446,2475,2000,1604,1560,1529,1977,2607,2689,2603,1977,2362,2165,1887,2573,2446,2004,2113,3291,2249,2519,2207,2413,2482,2456,2244,1964,1882,2213,1981,1930,2461,1725,1555,1776,1851,1846,2199,2373,2369,2402,2440,1921,2298,2484,2491,2367,2130,2026,1678,1620,1765,2449,1973,1760,1566,1560,1531,1557,1530,1521,1809,1931,1924,1958,1968,2043,2007,2415,2411,2050,1882,2080,1707,2352,2844,1891,1960,1971,2165,1926,1957,2128,2245,1772,1969,1878,2294,1686,2327,1920,2006,1887,1847,2082,1965,1732,1998,1889,2092,2273,2133,1933,1964,1881,1914,2452,2529,2159,2253,2002,2527,2253,2362,2244,1812,1769,1881,1925,2251,2047,1833,2007,2171,1972,2009,1864,2437,2172,2086,1769,1723,1841,1926,1652,2082,1932,1926,1764,1765,1725,1725,1725,2171,1843,1676,1772,1684,1809,1926,2085,2173,2042,1924,1885,2223,1816,1733,1547,1651,1487,1432,1964,1622,1650,2074,1706,1956,1625,1812,1811,1753,1669,1726,1608,1720,1680,1843,1588,1589,1603,1494,1465,1821,1680,1685,1537,1713,1518,1632,1566,1634,1788,1669,1737,2082,1931,2106,2269,1436,1745,1631,1542,1577,1502,1430,1413,1380,1366,1455,1373,1502,1639,1609,1610,1563,1540,1456,1441,1398,1459,1393,1559,2139,1725,1672,2098,1748,1712,1984,2725,2447,2570,2288,2243,2315,2508,2613,2156,2121,2200,2356,2114,2208,2204,1911,2239,1983,1932,1966,1785,2552,2034,1865,1806,1718,2263,1526,1874,1607,2146,1627,1641,1889,1611,1804,1681,1896,1602,1564,1704,1768,1964,2757,1743,1599,1763,1607,1475,1733,1643,1604,2289,1673,1687,2629,1937,1834,1686,1647,2127,2493,2317,1936,2330,2356,1973,1885,2008,2045,1836,1722,2058,1648,1564,2241,2565,1647,1562,1564,1605,2376,1765,2164,1809,1765,1847,1679,1971,2084,2560,1976,1717,2135,2688,1888,1949,1688,1806,1734,1760,1729,1794,2460,1849,1676,1544,1412,1442,1531,1431,1404,1855,1653,1473,1406,1351,1803,1391,1817,1807,1796,1674,1587,1680,1557,1564,1619,1325,1836,1987,1495,1917,2095,1924,1786,1901,1767,1583,1660,1660,1567,1962,2062,1995,2114,1963,1899,1809,1748,1648,1646,1715,1607,1808,2154,2057,1754,1963,1796,2441,1809,1439,1644,1635,2133,2125,1558,1542,1594,1508,1631,1478,1579,1459,1400,1391,1379,1373,1635,1953,1455,1598,1489,1605,1446,1335,1951,1472,1409,1276,1330,1556,1530,1438,1362,1340,1934,1489,1437,1429,1324,1449,1287,1885,1308,1843,1398,1395,1394,1438,1376,1408,1288,1901,1373,1898,1394,1313,1969,1411,1414,1389,1323,1817,1308,1954,1437,1370,1863,1863,1789,1957,1345,1804,1786,1776,1810,1758,1761,1772,1770,1723,1724,1776,1727,1723,1717,1708,1747,1874,1284,1726,1735,1815,1755,1735,1732,1733,1826,1316,1844,1336,1244,1824,1771,1836,1255,1790,1723,1798,1833,1317,1728,1809,1792,1747,1750,1837,1301,1832,1787,1723,1747,1811,1815,1740,1814,1728,1862,1800,1770,1709,1816,1790,1773,1808,1716,1797,1791,1785,1732,1796,1785,1771,1789,1784,1761,1347,1773,1671,1732,1810,1771,1798,1780,1775,1795,1799,1777,1682,1792,1781,1826,1783,1788,1781,1728,1709,1685,1729,1750,1745,1743,1742,1782,1777,1743,1807,1716,1869,1273,1729,1723,1684,1749,1742,1723,1656,1668,1743,1725,1722,1721,1692,1744,1725,1723,1634,1685,1727,1886,1421,1406,1396,1438,1523,1403,1418,1960,1375,1944,1400,1388,1388,1389,1386,1360,1498,1424,1449,1315,1803,1925,1365,1360,1382,1357,1364,1370,1379,1377,1279,1819,1898,1340,1359,1357,1358,1288,1767,1837,1779,1739,1859,1321,1818,1817,1368,1377,1393,1424,1358,1823,1813,1838,1869,1372,1425,1867,1804,1343,1806,1792,1801,1796,1871,1417,1404,1458,1549,1413,1840,1902,1373,1389,1350,1838,1956,1358,1863,1457,1356,1837,1364,1384,1453,1349,1837,1942,1378,1537,1333,1831,1801,1352,1890,1319,1923,1413,1471,1303,1943,1415,1861,1404,1387,1406,1398,1399,1384,1344,1913,1529,1507,1415,1321,1253,1801,1827,1889,1372,1887,1359,1290,1762,1718,1821,1772,1779,1732,1849,1741,1767,1756,1707,1758,1765,1739,1727,1738,1764,1802,1753,1769,1708,1809,1770,1783,1784,1774,1791,1761,1733,1721,1748,1789,1746,1781,1732,1744,1762,1765,1718,1711,1763,1823,1724,1777,1762,1753,1781,1771,1704,1720,1742,1717,1717,1713,1671,1724,1722,1715,1692,1790,1710,1714,1710,1710,1701,1760,1707,1641,1698,1751,1712,1710,1709,1715,1742,2363,1974,2198,2255,2388,2337,2120,2515,1876,2099,2108,1904,1966,2039,2154,2027,1834,1811,1973,1711,2199,1973,2249,2094,1909,1651,1717,1449,1589,1623,2025,2266,2057,1480,1512,1518,2092,1537,1597,1578,1433,1393,1388,1507,1334,2047,1393,1637,1469,1343,1524,1448,1448,1447,1393,1418,1354,1824,1392,1469,1327,1919,1416,1418,1415,1468,1345,1334,1801,1833,1270,1908,1397,1395,1394,1395,1378,1445,1325,1838,1424,1288,1924,1377,1370,1368,1367,1377,1284,1418,1348,1239,1825,1409,1339,1877,1859,1856,1298,1786,1361,1749,1751,1916,1266,1752,1758,1747,1278,1355,1254,1752,1769,1408,1335,1750,1746,1746,1895,1287,1753,1735,1717,1813,1237,1734,1731,1732,1743,1817,1726,1765,1711,1778,1725,1760,1702,1701,1698,1681,1665,1675,1683,1708,1667,1683,1781,1762,1705,1758,1758,1714,1783,1701,1701,1756,1687,1688,1745,1678,1686,1652,1708,1720,1732,2004,1988,1456,1503,1454,1438,1454,1345,1380,1439,1298,1837,1918,1442,1364,1344,1950,1312,1787,1524,1513,1921,1448,1449,1424,1471,1412,1414,1835,1536,1471,1413,1415,1369,1366,1408,1442,1336,1780,1792,1876,1349,1286,1785,1784,1786,1870,1309,1785,1784,1796,1777,1775,1772,1830,1287,1762,1768,1778,1781,1838,1303,1803,1802,1788,1756,1788,1858,1269,1876,1360,1310,1832,1282,1810,1792,1858,1800,1308,1261,1821,1846,1345,1348,1344,1330,1784,1789,1902,1217,1815,1809,1763,1760,1763,1806,1302,1816,1688,1681,1798,1790,1747,1790,1758,1866,1298,1732,1726,1750,1748,1817,1814,1815,1715,1731,2958,2072,1904,2045,2172,2037,2211,2129,2170,2238,2082,2151,2195,2073,2088,2054,2076,2094,1540,1731,1882,2264,1987,1669,1869,1715,2269,2131,1618,1547,1592,1637,1647,1556,1636,1620,1526,1805,1478,1470,1457,1529,1568,1457,1467,1466,1780,1684,1467,1519,1457,1397,1394,1414,1445,1420,1399,1387,1463,1471,1748,1830,1367,1407,1417,1399,1400,1402,1376,1598,1576,1511,1745,1447,1382,1554,1440,1502,1446,1457,1940,1496,1513,1469,1488,1623,1440,1429,1425,1428,1516,2129,1612,1485,1511,1429,1328,1853,1859,2086,1391,1538,1735,1435,1492,1356,1838,1956,1346,1905,1381,1575,1455,1379,1348,1816,1921,1427,1538,1452,1373,1879,1359,1440,1330,1919,1403,1398,1399,1422,1314,1420,1589,1320,1790,1901,1349,1813,1812,1352,1831,1814,1406,1336,1795,1869,1333,1833,1828,1944,1317,1902,1326,1768,1858,1336,1812,1809,1807,1865,1248,1878,1344,1297,1769,1848,1772,1757,1737,1697,1808,1740,1701,1753,1759,1731,1725,1746,1723,1845,1752,1728,1683,1783,1727,1718,1719,1726,1702,1743,1723,1669,1758,1784,1732,1789,1783,1843,1805,1793,1788,1767,1834,1782,1781,1775,1743,1835,1834,1782,1680,1823,1792,1787,1769,1791,1796,1969,1369,1787,1464,1481,1365,1840,1942,1437,1338,1913,1459,1334,1866,1443,1424,1423,1414,1400,1438,1455,1926,1394,1803,1849,1246,1903,1383,1425,1396,1325,1869,1384,1299,1854,1321,1839,1423,1845,1810,1885,1873,1346,1369,1892,1795,1854,1398,1856,1871,1871,1836,1857,1851,1811,1848,1344,1311,1809,1807,1304,1826,1836,1920,1236,1800,1779,1771,1768,1820,1794,1807,1789,1718,1710,1830,1710,1876,1458,1456,1438,1484,1404,1395,1349,1859,1393,1405,1382,1382,1382,1381,1425,1399,1407,1335,1799,1825,1374,1361,1361,1362,1390,1376,1463,1380,1392,1346,1280,1844,1373,1365,1363,1364,1371,1896,1363,1368,1274,1763,1826,1351,1340,1343,1340,1330,1860,1331,1358,1353,1239,1791,1339,1823,1824,1834,1811,1827,1851,1329,1731,1799,1818,1808,1812,1804,1756,1800,1839,1745,1841,1787,1779,1779,1761,1779,1871,1811,1792,1409,1376,1778,1810,1801,1795,1325,1348,1801,1727,1776,1833,1811,1808,1772,1700,1736,1752,1769,1724,1835,1806,1751,1747,1744,1823,1750,1724,1715,1749,1817,1813,1778,1734,1814,1285,1770,1729,1658,1806,1806,1338,1295,1730,1715,1783,1807,1728,1703,1792,1807,1771,1777,1783,1779,1807,1729,1697,1775,1773,1771,1732,1746,1795,1846,1810,1691,1723,1768,1770,1736,1775,1735,1803,1779,1777,1712,1819,1790,1752,1731,1718,1776,1721,1716,1726,1692,1812,1752,1844,1732,1774,1761,1736,1727,1682,1680,1657,1685,1663,1658,1655,1707,1678,1643,1676,1674,1658,1251,1727,1697,1716,1710,1669,1715,1653,1888,1382,1277,1762,1846,1380,1418,1361,1382,1370,1250,1754,1948,1310,1862,1358,1357,1376,1363,1256,1867,1450,1389,1331,1772,1855,1448,1359,1356,1365,1349,1345,1874,1424,1313,1826,1840,1837,1835,1868,1273,1816,1781,1317,1293,1885,1315,1809,1810,1828,1824,1854,1239,1875,1311,1795,1788,1845,1356,1363,1303,1836,1813,1570,1360,1829,1919,1411,1415,1399,1372,1379,1356,1859,1440,1283,1944,1331,1922,1417,1414,1467,1318,2021,1383,1425,1456,1311,1917,1415,1398,1393,1412,1328,1427,1321,1873,1325,1898,1394,1397,1384,1367,1421,1360,1377,1279,1818,1772,1796,1791,1775,1843,1375,1348,1920,1277,1746,1358,1382,1936,1415,1492,1416,1418,1419,1307,1831,1421,1317,1277,1966,1402,1395,1392,1403,1355,1307,1405,1264,1815,1809,1855,1290,1789,1788,1787,1287,1827,1798,1417,1298,1779,1850,1348,1347,1298,1848,1330,1865,1255,1736,1771,1833,1331,1330,1342,1289,1866,1338,1724,1804,1796,1755,1748,1748,1719,1866,1292,1784,1809,1326,1798,1761,1754,1770,1826,1401,1425,1399,1350,1374,1365,1512,1527,1524,1549,1523,1579,1698,1543,1370,1885,1410,1485,1525,1550,1460,1602,1630,1568,1573,1440,1379,1301,1991,1515,1427,1365,1372,1516,1544,1514,1355,1757,1752,1879,1291,1971,1471,1428,1478,1469,1453,1298,1840,1417,1439,1327,1803,1843,1820,1309,1872,1417,1374,1349,1913,1385,1375,1374,1375,1377,1408,1551,1414,1535,1900,1342,1347,1353,1349,1348,1347,1343,1855,1362,1395,1402,1299,1874,1389,1553,1572,1568,1454,1518,1416,1417,1325,1888,1545,1565,1569,1566,1576,1479,1395,1544,1915,1538,1483,1450,1407,1409,1408,1321,1932,1279,1958,1278,1842,1331,1278,1855,1348,1345,1336,1368,1272,1755,1765,1800,1775,1831,1318,1806,1983,1380,1254,1819,1808,1773,1829,1817,1805,1847,1325,1281,1298,1824,1867,1339,1761,1821,1879,1374,1318,1892,1280,1850,1301,1814,1789,1899,1385,1413,1387,1432,1901,1314,1825,1486,1452,1373,1838,1486,1327,1825,1832,1345,1320,1859,1580,1449,1435,1445,1362,1333,1824,1808,2005,1392,1601,1497,1586,1560,1388,1382,1366,1369,1342,1518,1335,1354,1626,1387,1441,1359,1321,1868,1365,1360,1319,2010,1350,2012,1499,1439,1345,1829,1826,1826,2027,1422,1508,1501,1492,1410,1784,1862,1390,1436,1390,1356,1293,1892,1390,1489,1407,1399,1372,1359,1358,1358,1431,1427,1419,1302,1800,1783,1808,1878,1306,1803,1832,1785,1456,1393,1334,1819,1802,1792,1790,1809,1743,1871,1328,1261,1808,1818,1845,1275,1773,1820,1239,1940,1353,1793,1751,1893,1843,1852,1392,1821,1334,1367,1801,1299,1888,1249,1741,1739,1741,1704,1842,1241,1738,1745,1802,1793,1739,1737,1735,1760,1331,1776,1756,1730,1785,1732,1729,1789,1734,1782,1765,1751,1724,1711,1828,1790,1747,1809,1781,1853,1791,1684,1783,1795,1828,1821,1870,1743,1806,1784,1811,1704,1847,1376,1352,1864,1427,1396,1271,1772,1840,1891,1388,1815,1834,1864,1865,1871,1864,1480,1444,1298,1851,1418,1393,1931,1438,1460,1395,1466,1422,1420,1816,1342,1324,1809,1290,1843,1339,1409,1344,1340,1347,1283,1810,1810,1800,1828,1840,1730,1864,1849,1326,1782,1836,1895,1375,1866,1865,1857,1363,1791,1776,1842,1257,1297,1747,1748,1774,1760,1842,1771,1758,1713,1786,1760,1793,1763,1750,1822,1761,1677,1689,1812,1745,1787,1787,1781,1775,1747,1765,1724,1795,1752,1796,1353,1360,1956,1409,1356,1318,1931,1515,1420,1390,1344,1837,1329,1816,1821,1842,1808,1879,1357,1331,1823,1785,1772,1772,1847,1284,1789,1843,1285,1844,1352,1362,1349,1361,1359,1350,1849,1293,1865,1265,1810,1844,1337,1848,1339,1908,1365,1343,1839,1247,1822,1318,1816,1814,1815,1883,1364,3272,2375,2232,2453,2170,2351,2298,2334,2490,2464,2615,2124,2395,2656,1879,2062,1984,1893,2144,2094,2329,2202,2591,2490,1904,1958,1954,1628,1662,1715,1932,1790,1729,1727,1729,1695,2236,1392,1671,1658,1598,1875,1664,1706,1687,1498,1429,1568,1691,1546,1493,1870,1643,1579,1587,1412,1410,1361,1915,1428,1701,1374,1443,1573,1609,1850,1852,1854,1898,1325,1385,1321,1421,1439,1375,1828,2003,1595,1923,1485,1365,1921,1378,1265,1736,1444,1735,1851,1313,1805,1807,1832,1760,1333,1673,1254,1455,1304,1780,1784,1784,1835,1795,1812,1877,1349,1342,1341,1347,1367,1324,1337,1824,1729,1777,1809,1824,1813,1330,1822,1825,1814,1757,1778,1833,1316,1807,1831,1806,1755,1808,1822,1753,1854,1307,1828,1792,1780,1770,1796,1816,1790,1840,1292,1795,1773,1770,1778,1755,1781,1786,1645,1779,1792,1819,1817,1818,1776,1781,1806,1700,1752,1852,1783,1780,1783,1739,1790,1813,1809,1729,1794,1779,1773,1778,1719,1803,1730,1777,1712,1757,1729,1725,1725,1727,1712,1746,1713,1735,1692,1810,1763,1755,1759,1667,1852,1843,1777,1763,1781,1818,1347,1333,1826,2017,1453,1339,1816,1870,1324,1640,1407,1354,1340,2008,1867,1914,1336,1298,1874,1387,1311,1851,1357,1372,1358,1938,1430,1404,1461,1305,1844,1861,1868,1506,1393,1834,1454,1289,1793,1827,1441,1297,1849,1303,1790,1810,1786,1795,1775,1755,1850,1819,1899,1343,1859,1800,1783,1410,1289,1743,1869,1257,1800,1758,1825,1411,1377,1332,1812,1890,1450,1314,1945,1323,1827,1826,1830,1332,1360,1799,1797,1819,1273,1769,1771,1779,1775,1769,1763,1804,1790,1730,1758,1757,1757,1777,1807,1763,1758,1752,1805,1775,1776,1773,1829,1490,1288,1747,1788,1849,1249,1744,1741,1763,1734,1859,1291,1322,1805,1837,1425,1420,1419,1419,1418,1536,1460,1420,2967,2624,2709,2680,2017,1895,2165,2068,2071,2149,2317,2405,2278,2804,2714,2358,2587,2131,2038,2187,2109,2172,2502,2040,2301,2806,2548,2014,2085,2076,1736,1778,1609,1748,1718,1626,1602,1617,1772,2040,1633,1736,1643,1878,1791,1735,1707,1687,1427,1569,1481,1357,1617,1680,1524,1366,1450,1455,1525,1544,2195,1735,1670,2041,1610,2047,1567,1529,1558,1838,1411,1391,1369,1912,1952,1563,1593,1379,1866,1582,1487,1678,1373,1983,1357,1467,1309,1849,1839,1471,1444,1645,1635,1498,1323,1824,1812,1811,1816,1772,1390,1502,1344,1760,1794,1791,1789,1788,1800,1780,1876,1284,1784,1773,1775,1771,1818,1300,1908,1916,1352,1800,1811,1809,1809,1896,1313,1875,1419,1793,1788,1841,1836,1838,1836,1825,1780,1859,1786,1845,1786,1788,1821,1822,1803,1343,1745,1694,1800,1792,1767,1733,1733,1800,1820,1744,1739,1715,1776,1761,1721,1719,1752,1703,1740,1721,1679,1746,1762,1717,1712,1720,1706,1790,1731,1718,1703,1771,1717,1715,1709,1769,1758,1756,1715,1662,1830,1232,1750,1731,1760,1710,1775,1718,1707,1685,1742,1719,1706,1730,1734,1772,1723,1711,1707,1673,1740,1712,1735,1723,1741,1734,1789,1782,1656,1712,1736,1782,1727,1783,1372,1372,1357,1903,1334,1813,1954,1399,1358,1833,1836,1816,1778,1846,1843,1287,1901,1395,1369,1363,1362,1366,1406,1339,1851,1359,1785,1866,1359,1291,1792,1814,1772,1754,1773,1748,1839,1354,1312,1804,1354,1371,1332,1353,1326,1792,1728,1783,1829,1295,1787,1792,1782,1863,1321,1789,1811,1748,1825,1294,1790,1803,1919,1521,1425,2293,2500,2795,2627,2587,2884,2686,3563,3037,3017,2293,2217,2502,2441,2833,2442,2251,2280,2657,1941,1757,1887,1852,1903,2864,2019,1639,1507,1771,2061,1865,1918,1880,1726,1803,2064,1763,1731,1620,1550,1599,1732,1537,1522,1508,1722,1554,1365,1811,1514,1506,1407,2038,1680,1508,1412,1481,1409,1396,1541,1499,1474,1783,1853,1933,1478,1443,1297,1946,1694,1884,1287,2089,1874,1457,1257,1965,1274,1902,1666,1398,1372,1747,1415,1444,1420,1425,1353,1393,1371,1859,1338,1324,1830,1830,1804,1794,1776,1827,1310,1274,2043,1325,1779,1798,1771,1815,1265,1818,1837,1275,1834,1808,1765,1760,1761,1728,1799,1805,1722,1809,1771,1755,1748,1748,1769,1782,1334,1802,1740,1796,1756,1736,1735,1734,1708,1759,1726,1705,1649,1762,1731,1728,1729,1766,1690,1724,1715,1783,1739,1748,1719,1719,1721,1699,1727,1713,1779,1700,1800,1774,1803,1714,1754,1753,1778,1752,1706,1676,1797,1793,1868,1359,1780,1865,1317,1776,1678,1815,1811,1805,1804,1806,1779,1807,1774,1686,1680,1808,1805,1807,1808,1718,1730,1769,1772,1708,1775,1772,1807,1769,1753,1730,1781,1789,1702,1817,1780,1777,1778,1773,2052,1388,1938,1340,1904,1428,1539,1346,1840,1940,1349,1866,1379,1330,1793,1374,1362,1493,1428,1412,1503,1402,1449,1335,1403,1730,1807,1912,1401,1386,1426,1417,1996,1524,1401,1382,1284,1888,1359,1821,1886,1349,1333,1328,1863,1350,1333,1799,1914,1361,1344,1312,1823,1852,1811,1327,1810,1714,1845,1348,1795,1811,1809,1782,1807,1830,1731,1790,1840,1373,1269,1757,1754,1785,1763,1744,1673,1703,1771,1791,1324,1318,1304,1805,1841,1312,1808,1248,1680,1776,1771,1768,1771,1800,1842,1351,1768,1699,1780,1843,1333,1516,1567,1378,1880,1540,1553,1383,1260,1894,1496,1523,1525,1526,1531,1406,1584,1536,1396,1824,1428,1506,1502,1391,1385,1372,1327,1978,1872,1789,1954,1344,1338,1393,1434,1339,1402,1380,1359,1889,1312,1917,1379,1873,1873,1873,1834,1373,1861,1802,1295,1835,1907,1353,1853,1939,1354,1354,1341,1800,1917,1236,1751,1739,1735,1780,1785,1761,1748,1699,1831,1284,1744,1761,1751,1770,1785,1288,1736,1712,1783,1412,1736,1755,1281,1732,1744,1773,1735,1711,1715,1770,1754,1726,1727,1756,1744,1722,1717,1677,1772,1713,1757,1732,1716,1772,1764,1715,1644,1759,1793,1711,1841,1362,1366,1381,1285,1836,1852,1247,1902,1400,1257,1835,1909,1310,1807,1759,1818,1852,1326,1302,1814,1812,1793,1788,1845,1292,1790,1810,1263,1831,1860,1293,1777,1771,1821,1372,1778,1810,1296,1843,1283,1786,1760,1783,1789,1778,1777,1283,1725,1773,1760,1749,1747,1729,1761,1773,1761,1756,1786,1743,1740,1735,1734,1789,1323,1822,1793,1222,1750,1772,1734,1733,1705,1778,1776,1733,1705,1760,1736,1720,1718,1737,1772,1811,1720,1661,1684,1768,1719,1717,1713,1743,1757,1722,1718,1680,1769,1743,1713,1713,1746,1763,1758,1712,1708,1725,1734,1715,1714,1706,1693,1772,1719,1706,1645,1724,1723,1712,1750,1795,1693,1791,1757,1759,1660,1730,1715,1710,1783,1763,1780,1722,1707,1654,1728,1754,1708,1737,1726,1676,1710,1712,1706,1724,1766,1714,1702,1716,1713,1686,1729,1714,1752,1680,1762,1727,1710,1707,1706,1736,1722,1706,1650,1717,1763,1680,1681,1681,1704,1701,1689,1673,1683,1742,1726,1678,1676,1675,1717,1701,1677,1693,1790,1221,1880,1385,1383,1344,1884,1368,1286,1889,1375,1302,1480,1380,1381,1863,1362,1352,1388,1273,1925,1455,1321,1441,1478,1313,1843,1938,1381,1358,1339,1414,1264,1821,1873,1361,1329,1810,1803,1804,1827,1766,1804,1885,1313,1366,1880,1314,1810,1793,1805,1438,1345,1261,1800,1889,1335,1332,1334,1293,1816,1858,1278,1780,1714,1802,1399,1323,1819,1816,1825,1818,1348,1302,1770,1723,1849,1304,1801,1351,1358,1816,1833,1332,1290,1787,1823,1833,1782,1847,1298,1778,1828,1846,1255,1677,1830,1848,1344,1298,1757,1789,1336,1779,1755,1760,1801,1806,1762,1773,1773,1797,1780,1747,1680,1804,1805,1799,1822,1814,1740,1766,1794,1706,1758,1796,1791,1776,1829,1742,1795,1785,1809,1713,1885,1382,1395,1358,1272,1928,1265,1846,1837,1879,1382,1818,1839,1903,1329,1876,1810,1829,1832,1425,1432,1320,1813,1832,1293,1788,1800,1803,1805,1778,1793,1811,1824,1769,1774,1768,1786,1834,1233,1857,1353,1790,1769,1753,1752,1801,1768,1761,1756,1402,1829,1782,1778,1776,1782,1797,1796,1705,1737,1757,1793,1754,1748,1754,1745,1782,1752,1719,1812,1868,1749,1733,1744,1744,1751,1741,1722,1745,1746,1741,1736,1735,1717,1755,1714,1731,1713,1763,1678,1696,1661,1685,1738,1724,1713,1688,1734,1741,1713,1714,1713,1681,1765,1719,1752,1693,1761,1717,1708,1706,1707,1707,1716,1731,1715,1687,1793,1713,1707,1708,1716,1710,1752,1727,1654,1701,1861,1369,1343,1762,1861,1307,1951,1367,1911,1345,1854,1411,1851,1873,1871,1423,1478,1466,1868,1794,1933,1377,1839,1826,1825,1413,1363,1806,1804,1747,1900,1338,1822,1811,1897,1810,1915,1398,1279,2028,1362,1264,1765,1762,1822,1374,1349,1293,1817,1727,1861,1286,1785,1787,1806,1867,1360,1298,1742,1788,1816,1785,1777,1750,1946,1250,1807,1775,1785,1836,1327,1765,1779,1822,1759,1852,1777,1714,1717,1780,1737,1776,1733,1715,1742,1758,1730,1723,1734,1848,1721,1726,1710,1692,1753,1737,1710,1683,1805,1726,1701,1700,1659,1724,1831,1781,1663,1672,1825,1809,1811,1810,2007,1334,1850,1840,1819,1349,1486,1341,1797,1967,1396,1513,1383,1402,1846,1402,1512,1618,1922,1428,1429,1428,1421,1537,1372,1876,1307,1911,1798,1957,1396,1397,1356,1386,1329,1962,1301,1858,1413,1873,1874,1874,1882,1286,1892,1313,1806,1352,1948,1392,1844,1843,1828,1778,1856,1716,1902,1326,1796,1803,1838,1732,1875,1761,1730,1791,1797,1783,1792,1822,1752,1830,1754,1765,1738,1743,1740,1762,1733,1757,1732,1777,1731,1675,1670,1751,1760,1720,1714,1627,1747,1725,1719,1707,1743,1723,1714,1708,1762,1734,1827,1790,1700,1725,1779,1768,1748,1804,1806,1837,1265,1754,1652,1811,1264,1746,1744,1762,1784,1766,1756,1753,1658,1813,1260,1754,1780,1769,1753,1758,1750,1740,1663,1823,1459,1417,1405,1401,1450,1435,1435,1404,1968,1968,1839,2204,1998,2087,1929,1937,2182,2289,1652,1819,2143,1974,1825,1943,2319,1775,1737,1752,1647,1771,2077,1898,1623,1792,1768,1635,1716,1582,1848,1556,1728,1495,1476,1588,1604,1942,1714,1475,1640,1557,1427,1425,1692,1421,1524,1437,1445,1386,1362,1332,1856,1858,1859,1858,1875,1529,1454,1441,1548,1355,1839,2034,1344,1962,1395,1482,1404,1350,1928,1326,1813,1921,1427,1415,1410,1474,1394,1815,1377,1403,1433,1418,1416,1484,1412,1935,1359,1267,1696,1729,1855,1315,1808,1808,1810,1800,1856,1343,1318,1833,1367,1382,1375,1378,1375,1265,1828,1349,1838,1262,1695,1866,1353,1352,1350,1353,1368,1381,1361,1289,1778,1812,1844,1376,1407,1406,1304,1790,1801,1800,1742,1916,1343,1859,1381,1391,1351,1476,1404,1401,1373,1431,1385,1335,1855,1348,1355,1403,1334,1387,1495,1469,1416,1387,1318,1848,1343,1356,1375,1356,1530,1486,1562,1517,1309,1904,1433,1495,1484,1483,1504,1421,1899,1449,1548,1405,1780,1876,1459,1466,1487,1317,1921,1909,1509,1358,1278,1789,1883,1321,1838,1759,1960,1481,1486,1406,1433,1351,1428,1445,1403,1367,1483,1897,1842,1854,1356,1890,1349,1423,1347,1849,1543,1367,1978,1411,1381,1937,1473,1496,1465,1399,2009,1359,1859,1989,1467,1578,1434,1282,1902,1327,1943,1471,1503,2033,1294,1809,1872,1480,1338,1910,1385,1371,1838,1931,1407,1320,1804,1388,1868,1389,1436,1398,1397,1398,1372,1242,1898,1298,1852,1399,1380,1912,1374,1873,1883,1382,1292,1882,1298,1260,1813,1818,1823,1759,1795,1257,1817,1762,1793,1785,1755,1776,1741,1739,1749,1755,1742,1769,1750,1834,1262,1739,1759,1788,1827,1275,1761,1765,1765,1262,1755,1763,1763,1769,1831,1278,1806,1815,1343,1351,1801,1803,1799,1991,1517,1353,1830,1827,1329,1936,1348,1838,1837,1955,1445,1310,1337,1890,1379,1346,1825,1922,1427,1427,1426,1412,1517,1476,1825,1385,1411,1897,1397,1398,1396,1495,1304,1971,1395,1317,1860,1322,1825,1880,1442,1444,1359,1887,1290,1726,1795,1566,1729,1712,1812,1785,1783,1769,1751,1763,1817,1756,1749,1747,1771,1824,1294,1742,1702,1755,1766,1808,1743,1766,1763,1779,1743,1734,1681,1788,1739,1733,1812,1723,1707,1784,1743,1676,1720,1799,1802,1792,1813,1786,1782,1767,1762,1693,1772,1722,1746,1769,1732,1664,1724,1750,1635,1732,1725,1712,1695,1765,1706,1789,1717,1754,1726,1810,1747,1761,1736,1714,1676,1746,1706,1681,1768,1751,1699,1708,1705,1707,1743,1720,1705,1672,1736,1664,1722,1764,1793,1823,1871,1366,1355,1348,1423,1464,1317,1830,1866,1360,1358,1360,1374,1312,1814,1871,1466,1449,1335,1865,1355,1341,1866,1277,1849,1869,1439,1480,1346,1349,1845,1338,1836,1887,1455,1407,1286,1944,1358,1822,1334,1338,1431,1507,1411,1471,1413,1379,1278,1937,1456,1459,1457,1461,1459,1516,1424,1481,1342,1760,1866,1342,1915,1430,1362,1342,1817,1264,1749,1800,1888,1406,1392,1336,1328,1321,1855,1346,1327,1333,1233,1792,1820,1777,1776,1775,1800,1791,1766,1698,1778,1714,1690,1730,1692,1674,1720,1720,1708,1772,1856,1329,1809,1797,1714,1839,1307,1935,2535,2205,2145,2083,2101,1970,2181,2060,2494,2613,2786,2170,2692,2364,2303,2156,2582,2325,2321,2444,2340,2368,2610,2444,2424,2298,2256,2261,2434,1891,2212,2332,1997,2369,1886,1883,2041,2610,2123,2035,1936,1751,1925,2053,1895,1752,1923,2096,2211,1752,1717,2122,1836,1598,1670,1927,2089,2287,1687,1709,1650,2056,1947,2129,1550,1584,1696,1841,1977,1622,1690,2142,1752,1732,1725,1868,1773,1763,1894,1915,2155,1866,2264,2101,2139,2122,2426,2489,2444,2430,2282,2491,2550,2328,2751,2865,2691,2372,2767,2685,3090,2479,2493,2325,2164,2803,2407,2651,2796,2443,2636,2685,2425,2766,2768,2932,2047,2241,2405,2420,1798,2362,2594,2418,2327,2651,1894,2196,2287,2649,2026,2746,2337,3481,2807,2888,2434,3011,2390,1783,2097,1961,2085,2448,2489,2009,2500,2018,1843,1924,2279,1925,2012,2769,2368,2380,2934,2608,2447,2378,2249,1886,1824,2311,2616,2094,2065,2007,2034,2043,1898,1946,1867,1661,1798,1733,1808,1890,1722,1751,1735,1962,1761,1669,1713,1673,1653,1767,2037,2251,2094,1847,1831,1768,1778,1830,1698,1726,1997,1776,1519,1485,1687,1990,1981,2078,1774,1642,1845,1875,2192,1977,1937,1644,1567,1714,1647,1980,2124,2605,2086,2273,2095,2044,2292,2532,2367,2523,2207,1886,2053,1810,1960,2123,1966,1811,1690,2003,1918,1885,2552,2811,2363,2102,2083,2368,2060,2298,3059,2482,1970,1882,2044,2005,1944,2006,2757,2603,2571,2124,2006,1815,2370,2087,2166,2487,2207,2498,3633,2302,2571,2093,2083,1892,2562,2127,1969,1999,2968,2805,1931,1949,2204,2049,1996,1974,1880,1892,2249,2279,2161,2049,2040,2979,2640,2923,2213,2090,2078,2455,2094,2534,2324,2246,2289,2162,2216,2267,2574,2814,2525,1885,2766,2214,2478,2577,2167,2439,2178,2324,1998,2583,2295,2401,2410,2805,2493,3644,2374,2481,2444,2257,2444,2177,2133,1916,1813,1686,1889,1638,1603,1604,1616,1995,2432,2448,2370,2842,2295,3852,3087,2328,2283,2852,2610,2283,2006,2416,3284,2333,2326,2125,2327,2127,1966,1975,2032,2220,2726,2925,2455,2238,2132,2485,2325,2133,2211,1848,1876,1886,2087,2172,2368,2728,2408,1886,2324,2208,2612,2484,1889,2364,2522,2406,2506,1927,1922,2329,2927,2779,2000,2122,1816,2345,2485,2033,3180,2207,2041,2092,2081,1761,2215,2001,2011,1513,1756,1681,1802,1659,1686,1794,1620,1724,2043,1595,1728,1840,1697,1484,1718,1694,1923,1807,1805,1567,1763,1851,2104,2363,1641,1609,2009,2036,2084,2942,1753,1851,1886,2007,2164,1973,1926,1883,1846,1837,1727,1684,2447,2111,2043,1804,1601,1534,1558,1532,1556,1730,2012,2076,2047,2051,1891,2033,1813,1891,1885,1967,1593,1535,1851,2254,2283,1998,2207,2091,1979,1926,1891,2103,3015,2847,3221,2516,2453,2563,2457,1978,2629,2328,2723,2526,2034,2092,2043,1930,2408,2170,1903,2008,2046,1883,1729,2005,2746,2368,2241,2405,2651,2405,2651,2147,2612,2371,2322,1969,2338,2210,2055,1926,1972,1967,2080,1885,1890,2121,1808,2132,2508,2558,2119,2046,2258,2086,2320,2090,2287,2287,1646,2216,1963,1883,1927,2285,2040,1734,2046,2200,2647,2733,2244,2771,2450,2323,2284,2494,3490,2208,2126,2448,1888,2104,2398,2296,2417,2120,2329,1808,3022,2456,3088,2487,2320,1940,1958,1811,2007,1999,2128,1964,1850,1684,1684,2009,1762,1853,2319,2005,1886,1888,1968,2789,1908,1525,1774,2124,1765,1757,1566,1563,1535,1603,1889,1872,2766,2131,2174,2090,2481,2204,2126,2373,2081,1817,2351,1741,1764,2327,1836,1844,1946,2929,2403,2230,2444,2535,2691,2522,1878,1881,2005,1966,1722,1605,2206,1892,1808,1835,2009,1884,1882,2130,2244,1770,2124,1891,1801,1816,1519,1632,1574,1569,1590,1658,1767,1872,1645,1802,1608,1620,1478,1410,1641,1794,1969,1643,1651,1653,1798,1652,1723,1478,1400,1696,1764,1648,1558,1687,2045,1489,1456,1446,1713,1810,1807,1576,1872,1370,1433,1494,1487,1512,1535,1451,1675,1523,1616,1434,1477,1525,1376,1444,1483,1333,1401,1486,1524,1509,1922,1530,1540,1591,1521,1607,1763,1816,1762,1729,1800,1814,1770,1955,2191,1675,1804,1564,1727,1735,1676,2369,2095,1856,1837,1879,1693,1719,1729,1762,1924,1561,1679,1739,1759,1769,1810,1755,1972,1648,2205,1605,1783,1738,1816,1689,1908,1742,1838,1640,1913,1536,1414,1489,1769,2041,1906,2448,1773,1497,1669,2053,2052,1896,2103,2204,2005,1833,2164,2269,2046,2004,1672,1483,1758,1818,2068,1562,2115,1607,1638,1900,1962,1943,1898,1752,1761,1663,1936,1861,1792,1730,1895,2309,1841,1694,1663,1705,1765,1590,1566,1586,1781,1761,1657,1562,1779,2102,2201,1896,1561,1647,2014,1874,2109,2519,2334,1729,1802,2380,1723,1696,1807,2317,2330,2369,2232,2063,1965,1846,2658,2683,2492,2523,1886,2176,2234,2401,5217,2768,1965,2488,2287,1817,1961,2484,2409,2643,1817,1585,1562,1531,1643,2043,2166,2041,2274,2199,2112,2049,2283,2773,2486,2572,2369,2127,2036,1773,1889,2260,2491,2330,2327,2280,2370,2492,2365,3412,2247,2640,2254,2244,2166,1772,2078,2093,1803,1817,1607,1755,1647,1786,2408,2051,2047,2135,2369,1964,2058,1848,1991,2062,2169,1888,2013,2412,2408,1924,2530,1842,2087,2136,2005,2038,2488,1686,1816,2277,1804,1738,1832,1976,1967,2127,2035,1938,2647,1993,1859,1926,1923,2087,2043,2051,1959,1841,1849,1879,1681,1567,1771,2013,2087,2002,2130,1954,1853,1920,2084,2046,1978,2327,1966,2039,2006,2427,2047,1722,2027,2452,3007,2206,2404,2689,2309,2198,2203,2056,2153,2053,2337,2683,2486,2775,2561,2413,2411,1781,2372,2263,1973,2211,2485,2681,3139,2157,2481,1878,1972,1686,1876,1694,1569,1916,2004,2009,2007,1964,1925,2052,2329,1887,2037,2247,2486,1689,2081,1938,2197,1923,2007,2059,1957,2014,2325,2168,1925,1716,1848,1852,1997,1729,1810,2281,1882,1691,1808,2049,1878,1885,1885,1965,1533,1722,1363,1406,1677,1684,1641,1604,1767,1567,1656,1677,1480,1405,1400,1738,1404,1547,1579,1806,2026,1500,1530,1647,1591,1445,1614,1805,1967,1486,1520,1674,1420,1470,1401,1561,1659,1499,1628,1503,1389,1442,1525,1611,1656,1635,1649,2296,1582,1546,1401,1347,2084,1601,1704,1826,1650,1615,1718,1893,1630,1445,1496,1460,1660,1545,1519,1967,1963,2055,1793,1927,1734,1723,1640,1578,1873,1613,1836,1721,2093,2131,2041,1971,1722,1997,2016,1968,1921,2012,1877,1933,1924,1889,1962,2730,1955,1801,1565,1621,1597,1737,2160,2245,2451,1688,1567,1712,1657,1759,1777,1752,1776,1833,1820,1798,1733,1519,1434,1377,1798,1723,1574,1730,1751,1687,1727,1597,1885,1937,2644,1728,1765,2090,1755,1846,1897,1728,1722,1727,1832,1655,1798,2097,1843,2082,2095,2042,2210,1955,1850,1922,1855,2407,2087,1965,2517,1856,2163,2085,2205,2242,2694,4219,2323,2329,2325,1985,2337,2009,2207,2286,2134,1935,2103,1824,2211,2160,1723,1572,1566,1767,1958,1847,2173,1683,2365,2408,2712,2244,1893,2206,1725,1921,1853,1924,2001,1931,1959,2197,2002,1966,2410,2327,2246,3179,2846,2649,2569,2123,2329,2723,2850,2693,3316,3145,2683,2525,2574,2122,2173,2163,2524,2536,2443,2289,2566,2291,2365,2249,2011,1887,1892,2313,2120,2317,2368,2810,2488,2331,2280,1933,2092,2766,2847,2365,1967,2045,1691,1881,1842,2491,2291,2446,2409,2683,2446,2126,2932,2203,2218,2121,2168,1918,1644,1975,2726,2646,2623,1571,1817,1811,1633,1813,2129,2039,1919,2485,2450,3462,2968,2387,1846,1770,1680,1811,1802,2002,2000,1894,1953,1860,1923,2625,3094,2727,2843,2408,2497,3038,1924,2004,2138,2364,2406,2569,2891,2276,2130,2204,2409,2054,2397,2293,3333,2246,2526,2405,2284,2292,2284,2287,2050,2206,2525,2412,2325,2037,1933,1887,1922,2261,2406,1906,2550,2288,2040,2105,2084,2090,2120,1974,1631,1784,1850,2125,1845,1966,2168,2403,2485,2370,2213,1970,2518,2691,2643,2652,2119,2256,2051,2036,2250,2127,2051,2923,2443,1963,1575,2299,2408,2449,2093,2320,2536,2409,2246,2243,2415,2726,2048,2326,2124,2288,2565,2522,2003,1814,1656,1687,1566,1605,1882,1841,1856,2074,1975,1928,2477,1616,1636,2134,1637,1850,1766,1769,2047,1957,1814,2083,2237,1817,1882,1848,2239,2052,1690,1593,1777,1885,1766,1917,1969,1688,1999,2053,1968,2120,2009,1926,1810,1719,1923,1927,2172,2129,2074,2654,2070,1889,1957,1772,1965,1845,2240,2016,1926,1725,1569,1785,1714,1648,2215,1915,1732,1484,1641,1653,1717,1571,1588,1867,2067,1985,1718,1723,1691,1672,1972,1584,1688,1827,1526,1523,1614,2090,1498,1792,2049,1731,1650,1808,1701,1722,1569,1683,1620,1591,1529,1570,1862,1740,1616,1601,1775,2138,1986,1995,2772,2466,2356,2248,2808,2497,2041,2409,2121,1978,1843,1922,1919,1853,2203,2324,1896,2437,2052,1972,1959,1842,2014,2537,2406,1928,1928,1862,1812,2516,2641,1966,2293,1799,1728,1715,1774,2361,1966,1891,2339,2564,1976,2006,2378,2717,2134,2198,2288,2329,2048,2046,2008,1962,1930,2042,1764,2134,2317,2237,2167,1902,2365,2131,2601,2180,3488,2443,2290,1892,2843,2129,2160,2427,2967,2685,2811,2166,2370,2238,2973,2292,2002,2332,2485,2202,2172,2882,1896,1914,3287,2495,2048,1996,1965,1808,1930,2088,2039,2248,2135,2130,1952,1851,2041,1937,2604,2076,1976,1967,2289,1952,1977,2082,2594,2405,1965,2177,2079,2721,2574,2650,2406,2284,2043,2014,2035,2487,2491,2972,2093,1894,2118,1927,2087,1929,1845,1680,1805,1927,1567,1886,2085,1920,1935,1888,2001,1763,1728,2350,2326,2491,3871,1968,2006,1968,2051,2044,2294,2001,1928,2080,1883,1847,1814,2042,1838,1927,2205,1974,2245,2242,2732,2084,2282,2802,2453,2171,2160,2343,2883,2661,2242,2571,2490,1929,2405,2295,2004,1926,2003,1977,1915,1931,1959,1893,1888,1928,2348,2006,1848,1806,2524,2765,2357,2196,1931,2009,1997,2058,2043,2127,2442,1848,2360,2487,2861,2236,1929,2482,2204,2456,2409,2448,2567,2493,2450,2406,2727,2567,2121,2528,2933,1760,3737,3452,2611,2288,2269,1685,1561,1649,1798,1937,1877,2081,1977,2119,2092,2010,1965,2480,2051,2049,1877,1678,1781,1989,1581,1796,1810,1834,1819,1815,1999,1605,1564,1532,1555,2051,1399,1571,1679,1499,1647,1669,1627,1832,1649,1802,1637,1773,1885,1368,1326,1883,1607,1442,1532,1889,1669,1657,2121,1686,1723,1528,1412,1397,1609,2086,1831,2080,2203,2255,1997,2133,2563,2293,2243,1926,1890,1968,2092,2525,2247,2451,2806,2410,2323,1920,1892,1986,2113,2411,3028,2410,2606,2203,2166,1840,2041,2015,1846,1920,1806,1886,2045,2241,2124,2335,2890,2038,2396,2208,2934,2320,2726,2691,2406,2166,1881,1926,1996,2528,2486,2415,2326,2480,3776,2408,1961,1966,2372,1889,1643,1646,2650,2929,2485,1925,1883,1849,1810,3403,2368,2209,2288,2491,2444,2290,2411,2409,2488,2314,2815,1769,2402,2647,2370,2356,2102,1879,1893,2107,2002,2517,2373,2488,2208,1890,3134,2807,2488,2202,2049,2047,2366,2214,2283,2480,2691,2206,2046,2050,1926,1742,2047,1730,1686,1606,2280,2201,2175,3009,2800,1933,1900,1680,2130,2186,2035,1563,2122,2516,2247,2058,2155,2212,1971,2064,1884,2421,2655,2274,2552,1869,2563,2203,2331,2211,2003,2248,2288,1931,2121,2486,2054,2483,2604,2851,2276,2333,3126,1997,1816,1715,1775,1837,2465,2363,1845,2019,1853,2163,2039,2288,2011,2042,1604,1888,1934,1764,1758,1842,1845,1977,1794,2133,2203,2012,2117,2135,1724,1891,2126,2467,2492,2239,2678,2974,2578,2360,1854,1922,2338,1953,1894,1917,2139,1761,1801,2004,1966,1924,2016,1918,1932,1907,2264,2119,1937,1780,2055,2124,2231,1529,1836,1769,1452,1761,1805,2370,1758,1900,1560,1679,1616,1590,1647,1687,1610,1434,1415,1396,1370,1404,1716,1866,1770,2032,2126,2218,2007,1778,1484,1762,2307,2202,1927,2619,2438,2240,1852,2015,1716,1688,1969,1759,2249,1881,1881,1675,2430,2148,1944,2263,1780,1924,1806,1794,1879,2094,1958,2085,2001,1874,1715,1781,1716,1715,1955,1961,1693,1943,1611,1865,1877,1993,2439,1921,2033,1907,1977,1988,2181,2085,1959,1916,1707,1794,1682,2246,1623,1688,1706,1546,1611,1812,2059,1502,1474,1543,1636,1687,1701,1546,2167,1854,1641,2108,1960,2123,2099,2066,1833,1712,1718,1692,1715,1698,1753,1875,1830,1943,1978,2177,2491,2213,1795,1856,1918,2812,1845,1764,1769,2160,1880,2017,1964,2153,1896,1933,1838,2375,1841,2298,2654,2482,2402,2008,2051,2370,2645,2286,2613,2479,2573,2443,2289,3291,2649,2411,2486,2767,2448,2490,4731,2607,2482,1989,2267,2485,2252,2335,2521,2489,2109,2414,2608,2141,2505,2488,1931,1764,2554,2448,2372,2769,2844,2103,2197,2283,2091,1925,2007,2081,2564,2366,2206,2298,2478,2371,1858,2571,2366,1637,1596,1531,1810,2645,2813,2563,2010,1799,1936,1848,2838,2014,2080,2048,2162,1928,2654,2080,2046,2013,1881,1808,2122,2138,2117,1771,2519,2005,2180,1912,1978,1923,1877,1978,1966,1996,1690,2082,2322,2687,2113,2047,2608,2167,2043,2714,2086,2054,1928,1971,1730,2821,2408,2773,2525,2329,2200,2139,2363,2321,2244,2204,2169,2688,2449,2116,2103,2371,2256,2600,2135,2442,3010,2288,2528,2892,2526,3287,2331,2603,2330,2566,2814,2449,2526,2852,2488,2527,2248,2212,2079,2204,2215,1815,1906,2233,2323,2209,1769,2725,2571,2370,2278,1852,2927,1998,2372,1877,1849,1933,2002,1923,1923,2007,1845,2014,1803,1731,1922,2089,2041,2208,1970,1955,1969,2051,2039,1929,2486,1974,1685,1766,2486,1998,2214,2042,2081,2049,2174,1925,2180,2018,2058,2322,2129,2386,1652,1890,2045,2126,1918,1569,1531,1557,1603,1536,1593,1811,2079,2052,2002,2049,2855,1957,1736,1716,2005,1777,1872,2088,2085,2171,1885,2168,1973,1954,2009,2135,2360,2347,3136,2524,2483,2287,2123,2007,2486,2734,2642,2532,2487,3011,2246,2161,1888,2021,2339,2082,2202,2043,2164,2809,2680,2085,2057,2707,2645,2080,1907,2420,2453,2526,2564,2173,2810,3110,2606,2568,2249,2446,1905,2058,3044,2612,2093,2683,2811,2009,2285,2709,2540,2605,2292,1925,1684,1557,1760,2085,2491,2001,2007,2049,2124,1937,1999,2053,1720,1687,1888,1720,1767,1968,1887,1803,1917,2417,1919,2094,1922,3045,1771,1568,1960,1931,1767,1644,1962,1683,1809,2188,2294,1812,1969,2728,2282,1784,2919,2248,1957,1930,1641,1536,1645,1915,1768,1745,1642,1478,2441,2138,1809,1837,1605,1411,1399,1397,1603,2005,1979,1605,1520,1491,1531,1402,1327,1810,2118,1403,1668,2104,1785,1516,1439,1552,1656,1683,1562,1655,1632,1619,1549,1638,1413,1329,1962,1433,1333,2055,2080,1567,1902,1651,1733,1373,1799,1804,1836,1654,1561,1540,1439,1298,1874,1411,1402,1520,1274,2012,1765,1495,1405,1436,1572,1404,1606,1476,1431,1602,1417,1599,1725,1613,1634,1496,1353,1464,1416,1380,1804,1691,1615,1600,1569,1748,1483,1579,1645,1578,1584,1511,1658,1996,1466,1622,1428,1453,1421,1412,1410,1412,1370,1653,1431,1498,1482,1412,1447,1570,1454,1446,1447,1531,2042,1518,1475,1586,1382,1905,1411,1489,1570,1574,1437,1418,1472,1492,1494,1438,1421,1402,1394,1521,1560,1634,1955,1746,1516,1404,1485,1379,1370,1417,1383,1437,1317,1630,1448,1437,1394,1383,1397,1390,1387,1382,1388,1379,1299,1329,1582,1783,1841,1335,1336,1331,1334,1582,1402,1335,1318,1616,1355,1316,1953,1417,1521,1437,1460,1474,1520,1509,1799,1397,1391,1359,1455,1481,1469,1398,1354,1288,1715,1822,1415,1285,1907,1331,1838,1344,1334,1413,1343,1559,1520,1895,1374,1380,1375,1367,1367,1363,1480,1552,1447,1908,1420,1424,1494,1508,1376,1403,1411,1407,1424,1454,1656,1688,1343,1318,1350,1828,1837,1345,1330,1971,1404,1378,1376,1454,1375,1370,1362,1404,1408,1412,1338,1445,1474,1953,1428,1345,1454,1551,1550,1554,1517,1383,1470,1786,1900,1413,1423,1414,1337,1347,1346,1344,1414,1490,1372,1922,1867,1413,1516,1378,1348,1502,1409,1406,1415,1492,1563,1604,1402,1618,1428,1423,1457,1471,1473,1781,1450,1708,1471,1902,1794,1665,1699,1686,1691,1700,1578,1482,1527,2091,1540,1638,1645,1722,1754,1595,1513,1641,1875,2251,1850,1983,1925,1759,1825,2103,2264,1963,2176,2247,2135,2438,2253,2450,2562,3292,2548,2604,2049,2777,1759,2301,2069,2856,1886,2690,2622,1950,1924,1926,2046,1949,1944,2760,2057,2505,2012,1880,2097,2286,1967,1731,1981,2005,2631,2248,2170,2084,2015,1800,1973,1881,1807,1797,2105,2530,2284,2970,2490,2801,2329,2492,2364,2090,2240,2212,1922,1803,2527,2171,1963,2007,2042,2014,1971,2231,2090,2085,2525,2126,2409,2329,1898,2039,2011,1918,2045,2167,2371,1923,1807,1924,2054,1723,1760,2171,2126,1725,1802,1976,2038,2331,3045,2695,2075,1852,1675,2046,1895,1957,2292,2204,1891,2002,2284,2012,1969,2365,1927,2160,2043,2318,2614,2450,2202,2199,2008,2295,2243,1965,2252,2447,2202,2037,2205,1934,2062,1969,2149,2644,2067,2007,3203,1971,2567,2404,2450,2446,2561,2050,2125,2499,2194,2293,3490,2332,1755,2125,2103,2128,2207,2288,2326,2574,2610,2163,1893,2167,2086,1961,1729,2008,1874,1931,2001,2059,2116,2107,2037,1973,1997,2370,2179,2165,2321,2371,2368,2080,2103,1971,2078,2405,2125,1998,2178,2247,2088,2161,1711,1958,2055,2080,2045,2421,2529,2405,2285,2448,2496,2322,1852,2547,3084,2491,3044,2621,2456,2645,2729,2290,2483,2243,3333,2367,2088,2324,2691,2486,2291,2529,2729,2447,3250,2609,2526,1883,2000,2679,2290,2116,2275,2409,2651,2122,1811,2633,2167,3333,2522,2251,2287,2483,2891,2761,2287,2008,1877,2177,2889,3041,2335,2480,2295,2326,2404,2447,2444,2616,2767,2240,2214,2921,2609,1973,1919,1857,1723,1657,1945,1969,1972,2009,2122,1842,1646,1611,1634,1969,2013,2562,1730,2201,2050,2052,1880,1847,1997,1775,2008,2163,1770,2126,2402,1804,1892,1921,2388,2483,2324,2139,3042,2491,3249,1764,1841,2447,2089,2031,2530,2109,2651,3093,2284,2451,2815,2396,1725,1724,1958,2131,2002,2267,2429,2166,1937,1964,2119,2566,2650,2006,1846,1617,1565,1607,1640,1678,1936,1564,1814,1708,1702,2034,2173,1965,1651,1712,1699,1673,1571,1699,1679,1569,1679,1576,1474,1442,1413,1515,1406,1452,1594,1651,2001,1613,1632,1554,1537,1495,1555,1448,1590,1402,1575,1677,1809,2061,1928,1440,1486,1509,1614,1414,1437,1429,1793,1747,1451,1412,1588,1362,1389,1591,2021,1443,1470,1576,1408,1467,1485,1497,1441,1488,1568,1801,1810,1713,1848,1738,1609,1565,1895,1744,1861,1552,1944,1975,2079,2056,2318,2042,2300,1914,1853,1764,2209,2647,2531,2287,2363,2870,2346,3071,2260,2356,3450,2170,1955,1923,1890,2075,2250,2207,2332,1997,2013,2040,2089,2005,1930,2081,1733,2322,1932,1953,2565,1946,1997,2003,1967,1968,2288,2014,2075,2205,1967,1724,2134,1679,1653,1679,1609,1764,1761,2057,1839,1802,2167,1812,1836,2412,2083,2011,1765,1563,2723,1970,1814,1754,1697,1801,1766,2151,2249,2410,2233,1859,2086,2239,2120,2497,1910,1863,2107,2045,2433,2115,2599,2567,2370,2370,2362,2092,2143,1927,2398,2059,2140,2581,2403,2437,2141,2095,2297,2188,2325,2564,2490,2164,1931,2409,2488,2163,2178,2050,2570,2166,2560,2812,2446,2287,2405,2086,1603,1643,1847,1919,1857,1754,2093,2131,2030,1935,2078,1802,1814,1840,1836,1890,1832,1679,2015,1993,2168,1687,1933,2000,2086,1893,1725,1561,1800,1966,1889,1770,1759,2007,1802,1853,1885,2078,2010,1726,1881,1893,1559,1572,1529,1765,2285,2221,1901,2555,2582,2283,2221,2446,2591,2383,2410,2122,1888,2201,2605,2010,2057,2486,2521,2410,3525,1919,1959,1778,2471,2207,2324,2404,2286,2374,2287,2326,2124,2370,2408,2365,2040,3296,2562,2971,2366,2333,2528,2528,2290,2925,1977,1928,2055,2078,2128,2376,2408,2479,2377,2007,2429,2112,1966,1810,1719,1726,1806,2202,2492,2289,2610,2129,2322,2245,2085,2087,2168,1806,1808,1683,1725,1764,1803,1569,1916,2047,2055,2184,2428,1887,2043,1789,1576,1519,1569,1589,1696,1678,1765,1601,1417,1473,1321,1962,1494,1928,1567,1691,1590,1981,1563,1472,1443,1445,1444,1525,1746,1745,1637,1711,1674,1492,1564,1479,1515,1492,1806,1474,2018,1814,1778,1670,1610,1422,1427,1331,1700,1629,1533,1917,1691,2004,1535,1467,1642,1527,1655,1606,1609,1500,1635,1424,1427,1608,1678,1427,1537,1532,1506,1650,1722,1400,2137,2082,1801,1773,1793,2014,1687,1781,2012,2489,2284,1891,2200,2408,3259,1996,2339,2283,2286,1855,2079,1968,1845,1926,1879,2124,2999,2650,2501,2451,2305,2063,2315,3289,2175,1934,2388,2453,2563,2170,2017,1920,2170,1804,2438,2202,2084,2197,2289,2166,1907,1971,2201,2131,2038,2285,1876,1960,1718,1768,1964,2170,2047,1928,1844,2171,2319,1889,2052,2163,1923,1727,2324,1525,2288,2013,2124,2122,2241,2570,2401,2328,2692,2573,2521,2541,1988,2049,2208,2049,2155,2375,2044,1646,1567,1557,1732,1997,2415,2047,2036,2053,2204,2013,1994,1855,1966,1647,2288,1838,1807,1930,2045,2327,1803,1964,1851,1848,1807,1994,1975,2084,1924,1846,1844,1890,2037,2252,2086,2253,1914,2168,2093,2169,2279,1930,1731,1759,1840,1977,1920,1923,1975,2038,1708,2290,2432,2087,1694,1736,1963,1608,1544,1451,1909,1855,2319,1924,1802,1682,1726,1671,1691,1842,1804,1688,1805,1766,1837,1809,1573,1542,1571,1551,1621,2117,1536,2235,1569,1607,1889,1527,1523,1480,1442,1971,1516,1682,1493,1425,1501,1517,1297,1940,1571,1576,1451,1533,1651,1513,1536,2179,1633,1568,1602,1648,1564,1524,1606,1733,1594,1520,1612,1509,1494,1521,1990,1646,1460,1732,1345,1862,1321,2041,1485,1723,1883,1491,1675,1864,1525,1348,1298,1986,1512,1506,1612,1521,1483,1329,1951,1425,1531,1545,1539,1519,1565,1799,2237,2006,1449,1447,1341,1789,1768,1799,1847,1514,1543,1783,1522,1556,1512,1306,1828,1384,1403,1572,1913,1857,2001,1972,1644,1805,1722,1720,1610,1804,1799,1688,1575,1592,1653,2056,1551,1856,1833,1776,1727,2087,1816,1449,1550,1437,1413,1491,1887,2005,2523,2410,2210,2442,2690,2493,2529,2090,2487,2448,1872,2106,2323,2057,2320,2646,1971,1924,2286,1771,1689,2002,1930,2085,1965,1805,2049,1887,1565,1767,1876,1978,1966,1843,1840,1840,1772,1697,1718,1685,1571,1559,1519,1490,1489,1683,1554,1790,1715,1840,1625,1486,1524,1727,1638,1452,1543,1637,1757,1617,1523,1649,1651,1469,1597,1419,1329,2124,1749,1666,1877,1802,1844,2169,2088,2117,2730,1767,2722,2599,1973,2280,2446,2729,1997,2805,2435,2419,2166,2327,1799,1893,2689,2308,2935,2738,2376,2887,2257,2528,2649,2326,2011,2346,2594,2963,2404,2891,2725,2405,2573,2670,2604,2751,2608,2887,2603,4728,2791,2480,3007,2129,2537,2581,2171,2340,2046,2674,2086,2874,2249,2023,1891,2001,2041,2492,1924,2081,2125,2210,2054,2108,2175,2136,2324,2396,2296,3128,2456,1993,1999,2321,2554,2453,2036,2167,2496,2084,2162,2762,1959,1840,2157,2764,2624,2124,1985,2483,1853,2008,1803,1641,1732,1960,2114,1987,1965,2202,2494,2413,2201,2086,2059,1963,1776,1719,1943,2345,1772,2369,2207,2407,2529,2684,2371,2885,2248,2530,3291,2526,1814,1653,2009,2044,1619,1834,1930,2002,1771,1848,1965,2086,2079,1846,1846,1893,1887,1728,1526,1490,1925,1762,2357,1738,1675,1615,1730,1597,1464,1605,1329,1351,1377,1927,1642,1631,1643,1657,1637,1562,1517,1409,1546,1594,1719,2230,1598,1685,1631,1957,1549,1721,1533,1502,1596,1585,1563,1738,1471,1373,1313,1745,1712,1700,1740,1575,1363,1405,1370,1265,1772,1819,1240,1723,1842,1323,1409,1405,2052,1335,1830,1960,1346,1349,1374,1439,1303,1616,1531,1693,1505,1500,1362,1485,1395,1401,1330,1379,1298,1780,1794,1777,1764,1789,1814,1858,1489,1566,1917,1426,1446,1376,1405,1345,1350,1342,1344,1384,1567,1338,1734,1425,1412,1341,1344,1419,1351,1343,1449,1422,1517,1571,1460,1492,1381,1370,1370,1366,1367,1419,1459,1394,1393,1343,1502,1413,1335,1399,1385,1417,1466,1375,1397,1593,1491,1863,1398,1347,1344,1345,1344,1345,1345,1427,1382,1472,1388,1397,1981,1334,1329,1826,1827,1826,1859,1948,1801,1413,1320,1806,1802,1912,1275,1894,1927,1938,1773,1396,1507,1450,1376,1366,1500,1542,1460,1395,1767,1535,1371,1395,1396,1344,1338,1374,1362,1393,1469,1381,1742,1822,1821,1341,1335,1400,1417,1427,1384,1408,1604,1408,1543,1487,1469,1496,1477,1478,1477,1791,1383,1508,1240,1469,1499,2011,1565,1922,1484,1922,1357,1365,1335,1647,1425,1344,1321,1451,1391,1859,1427,1374,1565,1242,1445,1510,1810,1278,1909,1324,1882,1457,1422,1452,1369,1384,1338,1494,1407,1378,1325,1777,1925,1283,2009,1454,1818,1304,1840,1505,1421,1279,1922,1282,1965,1866,1539,1998,1351,1831,1754,1820,1844,1786,1913,1296,1557,1762,1781,1765,1758,1805,1872,1447,1274,1858,1294,1815,1807,1846,1879,1391,1348,2001,1297,1822,1405,1827,1810,1807,1805,1806,1897,1409,1319,1445,1488,1914,1383,1359,1846,1845,1911,1572,1501,1452,1351,1378,1630,1524,1501,1516,1388,1850,1846,1716,1453,1535,1873,1437,1487,1529,1518,1540,1595,1792,1781,1884,1838,2077,2031,1811,1759,1869,1991,2445,2518,2405,2257,2215,2852,3229,2292,2405,2247,1982,2638,3373,2549,2681,2331,2686,3250,1849,2524,2429,2795,2168,1961,1845,1805,2086,2380,1931,1890,2076,1938,1998,2013,1959,1922,1815,1926,1606,2068,2322,3052,2690,2409,2603,1886,2098,2480,2378,2570,2601,2730,2484,3045,3052,2411,2773,2363,2124,2175,2359,2494,2845,2038,2332,2035,1935,2122,1848,2112,2897,1970,2162,2246,1639,1604,1689,1806,1846,1881,1975,2042,1972,2166,2884,1734,2283,2569,2727,2280,2378,2323,2216,2045,1971,1923,2002,2053,2129,2047,2000,2082,2130,2013,1880,1691,1720,1965,1930,1965,1839,1764,1814,2086,2161,1853,2225,2125,1885,2346,2368,1956,2107,2531,2086,1998,2726,2054,2441,2927,2616,2576,2837,2255,2003,1934,1810,2113,2129,2000,2184,2158,2199,2648,2086,2407,3170,2569,2524,1886,2145,1764,1606,1676,1653,1846,2115,2010,2211,1926,1965,1962,1847,1853,2277,2295,1605,1679,1883,2206,2167,2092,2805,2449,2125,2168,2129,2051,1956,2226,2397,2296,2323,3015,2365,1878,2009,2415,2285,2047,1967,2200,1924,1814,1957,2687,1812,1567,1566,1559,1804,1725,2125,2097,2001,1808,2087,2485,2608,1919,2053,2245,2090,1874,1767,2053,2178,1857,1960,2010,2499,1881,2248,2164,2129,2368,1877,1931,2038,2261,2562,2242,1947,1801,1610,2278,2157,2497,2116,1884,2051,2045,1882,1692,1996,2011,2048,1729,1721,1804,2045,1885,1603,1722,1768,1649,1842,1849,1679,1706,1674,1647,1580,1999,1556,1604,1726,1769,1335,1324,1925,1321,1838,1918,1506,1682,1509,1580,1514,1376,1773,1762,1765,1629,1571,1653,1442,1645,1443,1471,1412,1336,1325,1468,1407,1511,1748,2007,2109,1379,1386,1522,1403,1369,1316,1861,1441,1382,1429,1409,1375,1804,1853,1316,1812,1425,1909,1476,1445,1341,1248,1821,1794,1788,1756,1909,1608,1383,1375,1177,1753,1749,1836,1355,1452,1462,1332,1336,1296,1473,1440,1427,1474,1476,1495,1494,1437,1247,1824,1391,1658,1343,1786,1949,1317,1752,1944,1452,1415,1347,1956,1507,1478,1465,1468,1610,1617,1481,1579,1354,1381,1403,1450,1442,1472,1457,1437,1358,1971,1298,1795,1799,1930,1364,1863,1832,1842,1445,1437,1448,1388,2134,1441,1436,1533,1524,1466,1448,1390,1862,1399,1377,1332,1881,1215,1854,1413,1385,1405,1379,1372,1258,1788,1378,1253,1880,1383,1512,1445,1434,1454,1432,1415,1485,1327,1923,1553,1480,1473,1475,1319,1816,1381,1476,1440,1304,1810,1325,1864,1339,1815,1329,1357,1951,1360,1823,1421,1453,1342,1991,1564,1551,1560,1526,1490,1627,1380,1359,1333,1793,1784,1772,1983,1413,1414,1526,1346,1842,1706,1288,1817,1832,1460,1459,1752,1481,1414,1317,1295,1941,1386,1352,1326,1765,1683,1831,1440,1361,1292,1784,1771,1749,1740,1709,1718,1722,1816,1811,1317,1845,1415,1424,1455,1465,1463,1374,1536,1589,1385,1439,1621,1529,1342,1800,1828,1346,2017,1632,1610,1356,1432,1362,1386,1426,1937,1460,1441,1415,1994,1432,1368,1388,1944,1347,1852,1945,1540,1469,1415,1327,1781,2109,1401,1502,1425,1488,1476,1476,1539,1621,1399,1346,1531,1627,1456,1446,1497,1347,1825,1840,1828,1825,1476,1324,1895,1913,1422,2021,1664,1468,1422,1501,1342,1363,1329,1469,1571,1307,1806,1897,1444,1492,1448,1286,1500,1376,1383,1445,1380,1357,1351,1415,1433,1353,2398,1967,2244,2130,2224,1954,2039,2129,2198,2372,1921,2627,2180,1971,2346,2243,2494,2252,2084,2563,2170,2419,2671,2651,2320,2325,2169,1947,1987,2086,2299,2802,2210,2271,2056,2341,2546,1955,2183,2248,2278,2112,1949,1801,2032,2060,2233,2895,1971,1720,2067,2456,2019,1771,2281,1883,2175,1805,2121,1848,2099,2210,1886,2217,2113,2152,2040,2128,2197,2003,2027,1720,1564,2131,2127,2305,2439,2528,2210,2360,1768,2976,2481,2935,2774,2913,2208,2044,1891,2007,2044,1853,2719,2372,2716,2360,2253,2522,2562,2613,2256,2924,2397,2122,2333,2523,2164,2051,1949,2050,1804,1764,1930,1884,1808,1864,1727,1999,1814,1995,1885,2059,2236,2044,2056,2167,2037,1857,2006,2083,2288,2279,2372,2413,2246,2154,2009,1923,2134,2046,1961,2091,2087,2078,1930,1932,2290,2197,2086,2168,2413,2003,1808,1922,1966,2197,2892,2167,2847,2000,2090,2488,2016,2052,1957,2014,2081,1999,2288,1975,2274,2444,2731,2607,2337,1994,2250,2484,2621,2319,2614,2727,2609,2564,2409,2528,2523,2329,2688,2203,2818,2808,2527,2568,2536,3499,2359,2207,2647,3859,2692,1830,2238,2128,2011,2120,1814,1994,1893,2426,2566,2256,2175,2287,2568,2451,2601,2530,2686,2368,2333,2363,2076,2365,1960,2015,1997,1725,1885,1731,1799,1930,2089,1810,2044,2165,2003,2210,2042,1774,2244,1883,2204,2081,1973,1970,2317,1894,2207,2081,2242,1856,1748,1606,1926,1543,1756,1844,1884,2049,1805,1924,1854,1836,1816,1833,2536,1729,2283,1569,1844,2161,1732,1800,2166,1970,1846,1727,1991,2454,3532,2213,1931,1843,1696,1761,2165,1725,2172,2075,1935,1968,1963,1766,1963,1851,2277,2207,1970,1568,1723,1762,1730,1969,1926,1916,2145,2771,1999,2095,2357,2570,2347,2466,2027,2061,2084,2091,2039,2051,1810,1925,2518,2000,2293,2089,1934,2359,1649,2972,2124,2150,2140,1903,1795,2236,2015,2884,2207,1965,1841,1817,1995,2127,2729,1952,2005,1929,2097,1994,2086,1978,2087,2248,2309,2047,2145,2325,2649,1970,2038,2071,1954,2141,1988,2085,2345,1976,2004,2045,1643,2740,2208,1693,1876,1714,1735,1611,1961,1961,2035,2049,1882,1687,1802,1726,2051,1764,2004,1686,1772,1666,2051,2245,3169,2895,1885,2040,2129,2481,2010,2563,2687,2247,2135,1915,2032,2202,1762,2167,2369,2292,1889,1814,2088,2036,3085,1925,2406,1887,1686,2209,2171,2563,2614,2446,2494,2359,2932,2730,2326,4455,2364,2569,2126,2555,2650,2374,2201,2381,2196,1874,1728,2094,1874,1984,2645,2563,2496,2968,2567,2293,2844,2407,2900,2604,2286,2759,2175,1827,2174,1827,1758,1726,1649,1687,1677,1889,2010,2486,2243,2403,2367,2772,2281,2446,2327,2490,2324,1768,2056,1986,2599,2324,2408,2254,1971,2081,2010,2565,2599,2270,2130,2088,2045,2169,2153,1845,2016,1766,1484,1918,2252,1769,2120,1886,1929,1924,2013,2078,2369,1924,2092,2453,2408,2165,1905,2154,2211,1830,1805,1853,2242,2759,2613,1839,2475,2681,2423,1774,1924,1765,1964,1877,2017,2081,2125,2090,2087,2285,2044,1924,1725,1719,1477,1967,1848,1808,1769,1797,1687,1687,1655,1842,1757,1737,1520,1727,1841,2042,1696,1885,1880,1733,1630,1957,2162,2484,2527,2138,2409,2359,2137,2569,2052,2006,1968,2143,2136,2450,2415,1768,3136,2319,2450,2686,1718,2270,3286,2291,2483,2248,2086,1934,2927,1970,2144,1806,2176,2279,1889,2004,2088,2130,2243,2049,2050,2115,1967,2047,2014,1768,1716,2087,1563,1535,1491,1556,1771,2088,1685,1562,1606,1714,1535,1531,1479,1643,1878,1687,1961,2092,2204,1882,2051,2243,2173,1925,2052,2446,1848,2082,2005,2003,2164,2174,1881,2087,1972,1799,1801,1692,2199,2521,3056,2446,2569,2724,2207,2481,2325,2403,2257,2241,2094,2360,2492,2520,2368,2294,2527,2241,2524,3857,2284,2248,2403,2414,3167,2243,2932,2530,2087,2004,2049,2207,2215,1955,2515,2040,1920,2047,2372,2051,1880,2604,2138,2321,2926,2685,2131,2489,2319,1932,2411,2608,2569,2731,2003,2722,2008,2131,2121,1963,2051,2009,2440,1814,2520,1963,2085,2094,2373,1923,1956,2055,1889,2428,1853,2329,2525,2406,2226,2392,2238,1838,1964,2138,2037,1810,1911,2773,2408,3610,2930,2610,2722,1936,1886,2090,2985,2771,2450,2321,2729,2294,2236,2774,3134,2364,2928,3213,2572,2527,2282,2890,2606,3007,2656,2447,2401,2692,2603,2135,2641,2452,3009,3691,7663,2484,2571,3212,2842,2687,2344,2596,2564,2126,2573,2563,2326,2888,2451,3249,3326,2212,2385,2294,1850,2073,1973,2127,2284,2209,2400,1889,1844,1998,2168,2446,2853,2888,2205,1877,1968,1959,2240,1952,2281,2045,2167,2131,2243,2085,2003,2293,1969,2245,2166,2163,1931,2210,2564,2005,2551,2520,3053,2411,3128,2406,2163,2167,1851,2136,2217,2248,2722,2166,2241,1932,1928,2120,1936,2437,2372,2173,1966,1717,1808,2367,2089,2004,1926,2160,2329,2647,2648,2535,2765,2925,2334,2249,2280,2247,2369,2725,2366,2456,2319,2134,2159,2006,2491,2152,1922,2024,2010,2083,2050,2208,2603,2156,1804,1975,2037,2010,2123,2094,2483,2368,2289,2730,2556,3297,3094,2406,2325,2049,2078,1968,1765,1796,1976,1961,2077,1992,1727,2541,2412,2326,2157,1991,2390,2363,2454,2527,2646,2404,1912,2185,2243,2327,3337,2245,2488,2127,2607,2414,2042,2089,1893,1926,1844,1765,1734,1796,2051,2119,2293,2164,2101,2045,2166,2167,1973,2128,1839,1763,2094,1839,1964,2372,2208,2598,2314,2493,2289,1928,3208,2692,2165,2165,2169,2701,2242,2288,2287,2248,2523,2609,2412,1960,1894,2491,2724,2568,2131,2650,2443,2129,2204,2333,1766,1801,1728,2294,2407,2192,1971,1769,2740,2399,2438,2126,1927,1765,1975,2218,2246,2362,2213,1958,1891,2219,2361,2324,2366,2288,2275,1963,1970,2119,2119,1920,1937,2405,2085,1675,1602,2253,1684,1840,2132,2283,1976,1645,1806,1982,2171,2409,2689,2184,2037,2278,2429,2737,2978,2296,2411,2160,2670,3053,2851,2501,2191,2274,2203,1722,1673,2934,2207,2132,2485,2123,1982,2288,2693,3288,2410,2241,2411,2121,2182,1878,1970,2206,2167,2133,2526,1927,1916,1846,1815,1766,1795,1970,1925,2053,2085,2047,1765,1957,1775,1942,2007,1883,2404,1835,1693,1840,2167,1805,2121,2016,2340,2310,2125,2606,1928,2159,1845,1897,1918,1810,1996,1733,2133,2212,2488,3324,2571,2804,2370,2489,2289,1827,1843,2192,1974,1916,1884,2042,2126,2351,2286,2653,2520,3174,3006,2333,2604,2491,2087,2083,1921,2210,2160,2528,2568,2447,2293,3041,2609,1864,2413,2668,2706,2450,2375,2840,2572,1993,2015,2131,2240,1931,2114,2377,2179,2804,1855,2169,2366,1958,1884,2129,2492,2211,1800,1676,1692,1682,1904,2166,2135,2128,2011,2112,2527,2609,2562,3531,2569,2526,1929,1923,2080,2098,2561,2049,2478,2159,2011,1969,2162,2445,2407,2372,2562,2201,2049,2671,3050,2727,2691,2324,2046,2210,2295,2606,2329,2724,2329,2245,2571,2284,3047,2606,2294,1992,2173,2279,2451,2041,3253,2328,2889,2527,2491,2881,2781,2729,2362,2135,2006,1971,2404,2485,1974,1950,2253,2482,2733,2236,2651,2688,1976,2105,2095,2163,2002,2126,2169,2482,2333,2202,1970,2088,2166,2526,1877,2289,1844,1930,1921,1853,2199,2004,1927,2132,2005,2169,1920,1572,2117,1843,1812,1926,1852,1842,2081,1932,2204,1849,2570,2600,1889,1882,1924,1692,1848,1926,1835,1724,1850,1653,1869,1582,1433,1445,1494,1603,1530,1627,2015,1686,1524,1495,1557,1636,1534,1560,1606,1525,1725,1529,1547,1526,1442,1425,1474,1561,1595,1611,1446,1394,1365,1867,1469,1587,1396,1475,1474,2069,1717,1718,1422,1550,1568,1643,1500,1521,1592,1968,1611,1557,1616,1518,1396,1405,1655,1862,1681,1999,1581,1646,1716,1807,1847,1768,1522,1583,1875,2014,2248,1686,2792,2246,1929,2294,2208,2810,3051,2322,2768,2807,2894,2887,2122,2386,1808,1757,2047,2130,1999,2467,2486,2412,3091,2682,3253,2249,2524,2449,2326,2452,2160,3288,2368,2229,2003,1763,1912,2131,2447,2565,2288,2485,2775,2685,2525,2449,3407,2413,2283,2330,2168,2241,2688,2571,2208,2163,2328,1925,1890,2604,2410,2842,2336,2325,2406,2523,2415,3523,3056,3010,1953,2367,2968,2300,2013,1846,1687,1678,1649,1649,1843,1999,2052,2048,1843,1850,2047,1926,2079,2212,1966,1920,2484,2127,2136,1884,1799,2092,2088,2042,2007,1920,1617,1728,1675,1765,1795,1770,1651,1926,1917,2015,1884,1892,1714,1773,1916,1785,1845,2197,2700,1955,2566,2020,1924,1924,1957,1894,1883,1971,2128,1930,2165,1876,2056,2006,2044,1999,1855,1875,1847,1647,1804,2046,1807,2285,2137,2327,2244,1677,1605,2371,2124,1845,2173,1927,1838,2292,2121,1937,2036,2410,1803,1565,2365,2017,2002,1808,1807,1597,1816,1566,1636,1592,1599,1931,2040,2008,2327,2172,2044,1966,2082,2330,2370,2003,2094,2160,2042,1848,1937,2443,1926,2029,2122,2128,1733,1918,1889,1969,2000,2001,2049,1654,1558,1804,1940,1672,1687,1880,1650,1883,1811,1938,1810,1784,2036,1620,2005,2082,1683,2110,2094,1780,1928,2107,2024,1999,3524,1980,1602,1791,2173,1933,1940,1802,1917,1890,1850,1880,1929,2250,1959,2244,2604,2133,2736,2252,2168,2447,2484,2367,2447,2212,2189,2249,2217,3097,2367,2200,1924,2011,2375,2450,2533,2440,2165,2456,2364,2246,2251,2326,2795,3432,2535,2599,1995,2401,2043,2169,2080,2143,1857,1725,1690,1750,1691,1646,1711,1493,1494,1715,1411,1894,1822,1666,1556,1693,2093,1837,1836,1619,1637,1566,1651,1712,2015,1705,1841,1945,1534,1687,1709,1685,1768,1644,1740,1556,1442,1403,1375,1558,1448,1973,1642,1554,1620,1510,1418,1387,1337,2134,1844,1653,2419,1747,1760,2253,1727,1602,1870,1965,1836,1611,1472,1736,1513,1509,1512,1450,1479,1413,1611,1710,1543,1972,1762,1518,1562,1525,1425,1481,1427,1557,1494,1731,1816,1267,1466,1873,1409,1348,1380,1457,1707,1482,1368,1524,1473,1303,1788,1802,1797,1426,1386,1372,1583,1443,1795,1605,1328,1862,1384,1371,1367,1324,1863,1507,1375,1307,1302,1789,1294,1842,1832,1864,1319,1794,1360,1246,1789,1717,1723,1729,1716,1869,1337,1797,1357,1768,1722,1686,1727,1857,1405,1534,1494,1599,1334,1811,1817,1338,1815,1311,1916,1329,1951,1619,1419,1542,1442,1485,1505,1515,1489,1479,1530,1625,1616,1830,2190,1608,1737,1742,1605,1724,1807,1715,1647,1745,1726,2060,2069,1850,1836,2092,1890,3563,2369,2342,2331,2289,2152,2299,2682,2883,2767,2034,2033,1940,1875,2222,2144,1974,2164,1927,2760,2302,2989,2315,1762,1926,1639,1827,2130,1928,1850,1740,2110,2336,1841,2058,2159,1768,1600,2154,1869,1891,1809,1681,1736,1789,1537,1676,1644,1690,1484,1527,1723,1486,1604,1633,1730,1644,1638,2243,1726,1776,1867,1599,1409,1400,1398,1935,1720,1920,1732,1878,1764,1730,1693,1678,1693,2121,1642,1764,2069,1843,1995,2419,1836,1855,2645,2126,2444,1843,2176,2122,1919,1728,2336,2125,1956,1983,1941,1939,2075,2496,2260,1883,1878,2121,2282,1803,4617,2486,2367,2255,2019,2411,2045,1746,2274,2485,2171,2115,2165,2297,1887,1958,1637,1802,2244,2124,1755,2135,2164,2487,2286,1733,1837,2082,2091,1680,1564,1602,1806,1495,1642,1680,1689,1768,1757,1773,2201,1962,2373,2374,2081,2321,1776,1998,2004,2138,1923,1765,1964,2262,2025,2331,2310,1824,1888,2047,1635,1890,1970,2094,1889,2024,2281,1853,2411,2444,1928,2325,1724,1413,1866,1743,1526,1481,1606,1716,1790,1946,1515,1405,1708,1621,1688,1611,1991,1413,1392,1992,1489,1724,1883,1565,1463,1426,1768,1438,1546,1654,1963,1452,1669,1412,1417,1794,1293,1744,1724,1751,1468,1383,1437,1527,1721,1388,1735,1889,1398,1565,1539,1393,1410,1325,1891,1524,1732,1698,1721,1544,1361,1285,1791,1835,1261,1590,1388,1807,1353,1276,1791,1792,1737,1732,1685,1312,1805,1591,1308,1455,1322,1838,1771,1982,1593,1938,1408,1395,1417,1431,1379,1399,1448,1443,1444,1382,1593,1831,1267,1836,1929,1460,1441,1361,1449,1646,1639,1335,1603,1322,1329,1818,1916,1409,1408,1420,1457,1356,1636,1650,1411,1462,1390,1920,1434,1449,1440,1386,1620,2095,1867,1398,1480,1587,1623,1594,1348,1337,1414,1859,1580,1382,1347,1452,1326,1863,1417,1447,1329,1963,1393,1598,1366,1851,1294,1859,1348,1349,1357,1369,1450,1384,1395,1819,1736,1845,1865,1447,1361,1357,1510,1384,1895,1490,1416,1383,1508,1497,1484,1342,1864,1438,1525,1677,1864,1385,1389,1294,1843,1864,1385,1452,1444,1466,1350,1385,1344,1266,1816,1830,1814,1338,1335,1384,1515,1564,1275,1813,1818,1807,1777,1797,1818,1343,1587,1280,1882,1335,1294,1776,1329,1786,1760,1789,1962,1394,1359,1310,1733,1774,1762,1758,1767,1837,1612,1664,1874,1371,1314,1875,1347,1788,1825,1428,1342,1338,1300,1803,1858,1396,1360,1772,1878,1374,1401,2139,1902,2052,2329,1925,2041,1980,1999,1728,1931,1833,1978,2062,2055,2291,2411,2154,2097,1875,1997,2014,2007,1974,1993,2017,1892,1799,1685,1661,1698,1632,1577,1529,1785,1661,1968,1635,1573,1849,1579,1561,1568,1499,1608,1698,1993,1554,1696,1588,1680,1548,1594,1547,1565,1563,1813,1771,2015,1925,1472,1839,1519,1434,1518,1546,1462,1571,1655,1594,2015,1571,1408,1425,1528,1480,1402,1399,1522,1505,1504,2036,1632,1644,1425,1443,1411,1493,1481,1623,1504,1565,1487,1433,1372,1346,1382,1402,1403,1500,1392,1477,1896,1398,1493,1401,1396,1503,1403,1412,1736,1388,1807,1344,1860,1377,1464,1416,1364,1358,1457,1737,1706,1389,1331,1327,1322,1321,1377,1320,1511,1424,1362,1298,2006,1314,1315,1805,1799,1812,1870,1325,1952,1365,1328,1269,1707,1665,1651,1650,1672,1692,1862,1328,1365,1331,1376,1823,1278,1781,1878,1221,1819,1800,1255,1911,1456,1466,1464,1466,1465,1400,1332,1322,1751,1738,1724,1716,1761,1859,1309,1719,1812,1339,1796,1950,1392,1823,1820,1820,1811,1773,1769,1820,1759,1795,1775,1821,1340,1807,1799,1300,1818,2407,1972,1965,1870,2060,1944,2031,2011,2264,2032,2327,2098,2214,2104,2533,2196,1755,1879,2044,2585,2250,2104,2185,2140,2097,1759,2013,2007,2123,1823,1990,1973,1986,2044,1914,1881,1633,1764,1922,1752,1737,1655,1755,1615,1714,1909,2206,1721,1785,1635,1740,1581,1607,1777,1764,1907,1727,1614,1910,1923,1811,1897,1695,1805,2006,1998,2050,2114,2096,2110,1832,1973,2005,2003,2044,1926,2215,2106,1887,2050,2059,2552,2555,2399,2624,2612,2446,2633,2563,2400,2717,2337,2155,2852,2325,2468,2756,2495,2271,2371,2245,2032,2151,2157,2058,2026,2044,1927,2014,1921,2163,2527,2756,2259,2931,1610,1869,2501,2503,2889,2391,1932,1883,2119,2124,2014,1963,3309,2374,2042,2537,2237,2183,2017,2188,2212,2012,2361,2562,2071,2266,2611,2490,2610,2051,2603,2050,2244,2404,2446,3049,2210,1853,1920,2000,1926,2326,2530,2208,1945,2660,2570,2449,2163,2525,2253,2037,1922,2015,2347,2097,2156,2162,2357,1969,2328,2448,2407,2451,2683,2209,2411,2449,2807,2608,2044,2289,2731,2347,2129,2044,2308,3203,2522,2290,2385,1879,1850,2083,2124,1933,1841,2007,2122,1852,1879,1852,2158,1728,2326,1611,1920,2056,1799,2048,1729,1724,1846,2123,1849,1888,1922,1758,1769,1568,1524,1899,1904,1965,1846,2205,2365,3654,2114,3021,2329,1846,2986,2086,2480,2642,2370,1951,1803,1797,2019,2247,2491,2006,1820,1772,1596,2076,2052,2244,2444,2494,2085,1936,1845,2015,2274,2240,1891,2127,2039,1965,2487,2007,2255,1958,1966,1973,1982,1597,1695,1767,2049,2047,1607,1646,1708,1538,1725,1732,1746,2005,1698,1927,1521,1611,1802,1804,1606,1478,1496,1475,1448,1447,1444,1440,1773,1803,1808,2042,1755,1806,1841,1765,1635,1736,2161,1839,1935,2087,1841,1848,1806,1689,1966,2205,1967,2205,2046,1845,2322,1926,2202,2179,2123,2048,1763,1886,1929,1726,2037,2244,2377,2523,1928,1854,1669,1806,1770,1804,2257,1792,2695,2169,1770,1839,1688,2000,1763,1734,1807,1842,2048,1612,1632,1855,1753,2167,1691,1773,1759,1565,1563,1565,1682,1646,1847,1561,1648,1493,1635,1649,1650,1715,1569,1843,1729,2066,2135,1937,1963,1967,2156,2128,1846,1849,1864,2121,2604,3173,2996,2520,2977,2558,2403,2162,1944,1804,2301,2325,2060,2007,2243,2089,2096,1845,2006,2001,2048,1732,1707,2089,2086,2251,1922,2004,2089,1846,2566,2813,2764,2291,2369,2602,2409,2164,2124,2370,2490,2247,2571,2206,2245,2042,2210,2104,1924,2000,2206,2169,1968,1848,1770,2400,2211,2360,2055,1722,1760,1562,1565,1965,1810,1767,2038,1967,1893,2041,2166,2004,1937,2007,2229,1685,1876,2362,2651,3051,2646,2487,2204,1994,2007,1893,2256,2328,2486,2323,2136,2239,2247,2048,2196,1891,1970,1964,2491,2285,2243,1836,2008,1847,1996,1854,1803,1566,1676,1689,1886,1765,2008,1764,2283,1761,1727,1842,1802,1407,1400,1611,1411,2048,1841,1894,1725,1688,1835,1610,1851,1841,2024,1925,2133,2532,2039,2498,2208,1742,1735,1723,1759,1814,1806,2994,2625,2163,1817,1835,1971,2025,2246,2403,2127,2089,2291,2043,1969,2078,2251,1766,1855,1998,1921,2448,2258,1917,1975,1922,1842,3170,2876,2018,1868,1811,1718,1687,1682,1613,2130,2568,2646,2001,1773,1963,1759,1925,2051,2283,2286,1809,1967,1883,2046,1934,1997,2248,2328,2202,1849,1892,1967,1916,2213,1919,2088,2285,1892,2046,1890,2404,1969,2201,1840,1848,2526,1730,2210,1683,2038,2455,1968,1792,1928,1771,1875,1880,1922,1856,1838,3330,2212,1879,2576,2161,1892,2680,2131,1879,1814,1881,1927,1879,1895,2165,2206,2439,1777,1764,1776,1771,1773,1881,1835,2010,1728,1606,1770,1679,1727,1835,1606,1782,1884,1679,1853,1603,1966,1681,1605,1596,1737,1640,1603,1718,1490,1481,1328,2004,1739,1522,1839,1515,1440,1586,1750,1488,2007,1494,1510,1557,1719,1823,1510,1916,1574,1531,1470,1483,1530,1445,1442,1626,1520,1513,1553,1610,1489,1532,1333,1335,1348,1332,1466,1490,1330,2044,1524,1502,1458,1903,1410,1553,1419,1879,1452,1531,1931,1356,1416,1388,1383,1439,1436,1574,1677,1369,1357,1404,1478,1479,1444,1374,1369,1367,1429,1349,1581,1837,1507,1389,1377,1369,1439,1370,1363,1480,1473,1998,1592,1375,1367,1367,1324,1834,1367,1483,1435,1373,1402,1555,1946,1336,1478,1532,1536,1538,1467,1323,1883,1368,1425,1908,1425,1371,1361,1358,1361,1359,1498,1500,1756,1253,1910,1354,1403,1405,1404,1405,1403,1368,1491,1824,1383,1333,1861,1321,1364,1808,1817,1846,1407,1459,1665,1403,1423,1419,1511,1501,1494,1443,1346,1342,1360,1345,1551,1311,1337,1807,1920,1346,1343,1344,1382,1320,1828,1432,1645,1356,1295,1881,1370,1367,1354,1327,1839,1426,1506,1417,1508,1443,1348,1329,1826,1840,1412,1465,1582,1519,1713,1363,1331,1810,1873,1368,1367,1377,1404,1413,1356,1291,1875,1382,1240,1829,1335,1338,1349,1337,1396,1365,1596,1408,1395,1359,1336,1336,1332,1335,1294,1916,1301,1486,1557,1812,1312,1834,1332,1785,1838,1389,1303,1313,1698,1869,1354,1289,1783,1783,1836,1330,1369,1408,1430,1711,1729,1867,1362,1402,1404,1411,1404,1458,1416,1585,1348,1375,1469,1419,1448,1375,1368,1364,1362,1374,1476,2017,1788,1569,1446,1394,1394,1375,1368,1366,1467,1373,1890,1459,1410,1414,1407,1507,1471,1472,1474,1521,1430,1302,1865,1855,1437,1411,1626,1641,1605,1431,1609,1562,1487,1562,1981,1647,1473,1602,1692,1766,1777,1754,1973,2409,1907,2415,2788,2653,2606,2882,2815,2640,2642,3104,2804,2344,2434,2647,2212,2046,3131,2414,2642,2320,2683,3258,2920,2289,2653,2144,2118,2357,2422,2591,2091,2768,2565,2131,1880,2006,1892,1879,2211,2043,2206,2073,1964,2039,1887,1849,1772,1876,1725,1684,1614,2243,2613,2203,1845,2332,2211,2042,2285,2009,2009,2324,1926,2128,2329,3170,2284,2451,2647,2366,3652,2166,2450,2085,2448,2732,2322,2449,2684,2425,2118,2054,2078,2048,2034,2634,2455,2199,2214,1850,1647,2378,2128,2409,2452,2125,2167,2170,2525,2159,1888,2332,1854,2006,1627,1890,1963,1936,1963,1720,1732,1565,1556,1530,1560,1522,2294,1878,1897,1999,1930,2322,1814,1636,1970,1989,2017,1923,2020,2117,1745,1894,2264,2524,2132,2227,2332,2611,2061,3217,2321,1920,2253,2321,2159,1970,2346,2222,1976,3198,2119,1735,1883,1645,1564,2072,2223,2008,2063,2512,2666,3035,1957,2316,2932,2243,2973,2480,2610,2171,2728,2173,2196,2328,2091,1802,1638,1968,2491,2497,2454,2489,1921,1969,2210,2042,1844,1882,1890,1843,1558,1767,1563,1569,1773,1674,1771,1676,1537,1408,1432,1458,1551,1517,1455,1862,1591,1530,1363,1299,1802,1805,2073,1501,1474,1844,1580,1514,1483,1535,1677,1572,1435,1335,1962,1588,1589,2147,1525,1765,1409,1481,1605,1451,1439,1707,1659,1648,1765,1503,1469,1459,1560,1635,1797,1583,1605,1702,1855,1691,1730,1568,1665,1844,2209,1890,2847,2370,2886,2529,2483,2486,2335,2251,2441,2077,1882,1844,2024,2170,1855,2303,2482,2051,2166,2092,2401,2770,2453,4167,1963,1937,2119,2597,1897,1965,2248,2359,2612,2360,2488,2004,2090,1915,1857,1713,1972,1971,2170,2343,1848,2364,2018,2287,2125,1646,2078,2170,2121,1604,1535,1558,1529,1771,1405,1749,1766,1682,1730,1811,1881,1684,1680,1448,1762,1725,2251,1815,2156,2057,1586,1486,1559,1564,1486,1769,1535,1551,2094,2210,1744,1722,1771,2042,1759,1730,2375,1998,2085,1483,1484,1449,1485,1656,1955,2091,2177,2042,2014,2085,2000,2770,2287,2652,1969,2729,2444,2107,2291,2731,2085,2457,1682,1566,1605,1560,1684,1925,2331,1887,1884,1852,1874,1889,1807,2000,2251,1931,2245,2205,2120,1813,1766,2009,2002,2004,2051,1925,2127,2759,2516,2288,2324,2563,2745,1907,1854,2219,2132,2646,2448,2767,2049,2242,2166,2286,1926,1966,2083,1936,1919,2087,2090,2046,1641,2037,1963,3484,2131,1780,1883,2088,1884,2006,2008,1849,1803,1802,1770,1800,2086,1758,1643,1609,1759,1883,1732,1647,1525,1760,1738,1407,1434,1688,1714,1688,1804,1767,1888,1738,2078,1520,1604,1902,1621,1527,1464,1872,1583,1668,2153,1685,1681,1924,1537,1483,1591,1586,1789,1542,1930,1644,1586,1670,1778,1602,1563,1565,1794,1811,1652,1595,1791,1857,2067,1906,1690,1686,1817,2338,1709,1694,1845,1981,2043,1861,1769,1922,1770,1603,1638,2140,2193,1411,1366,1882,1645,1613,1585,1574,1572,1567,1562,1449,1436,1567,1551,1937,1634,1785,1781,1624,1595,1607,1519,1539,1522,1432,1535,1530,1688,1623,1865,1483,1552,1726,1939,2293,2005,1840,1896,1927,1964,2443,2247,2082,1894,2242,2093,1924,2721,2403,1932,2128,2493,1962,1770,1992,1896,1888,2241,1804,1934,2030,2286,3298,2725,3451,3447,2181,2596,2126,1800,1839,1930,1932,2037,1885,1931,1960,1727,1972,1767,1962,2610,1926,1766,1964,1880,1933,1919,2169,1816,1742,1679,1609,1688,1684,1510,1643,1816,1637,2250,1608,1720,1691,1645,1451,1405,1560,1406,1444,1726,1674,2051,1932,1567,1714,1802,1780,2768,1601,1645,1879,1758,1930,2248,2376,3292,2000,1966,1882,2003,2088,2125,1848,2004,1927,1970,2088,2562,2049,2051,2086,1964,1918,1850,2052,2157,1977,2000,1731,2162,2163,1887,1774,1604,1798,1647,1920,2097,2078,1965,2489,1892,1961,2040,1816,1844,1922,1611,1473,2045,2031,1657,1518,1566,1561,1459,1646,1672,2256,1597,1687,1687,1633,1644,2070,1612,1484,1970,1605,1643,1762,1457,1348,1859,1587,1959,1624,1962,2016,1628,1766,1334,1808,1806,1953,1898,1725,1604,1675,1657,1754,1970,1680,1571,1566,1596,2103,2071,1883,1781,1907,1581,1960,2065,2015,2180,2073,2245,1762,2375,1919,2123,2228,2110,2443,2407,2803,2610,2007,1936,2487,2364,2371,2482,2206,2165,2526,2194,1854,2270,2328,2131,2197,2430,2285,2735,2361,2365,2334,2283,2214,2198,2450,2286,2324,2568,2413,2366,2481,2775,2484,2413,2484,2407,2566,2401,2084,1917,1685,1606,1567,1565,1691,1758,1967,1767,1691,1801,1844,2048,2005,1921,1883,1934,2169,2367,2327,2284,2050,1879,2166,1971,1840,1925,1897,2035,1928,2255,1842,2062,1876,1774,2263,2103,1895,2088,2630,2570,3247,2283,2004,2027,2637,2279,2495,2006,2088,2687,2611,2604,2376,2127,2249,2328,2921,1977,2324,1803,2608,2289,1604,1568,1557,1567,1652,1641,1641,2681,2414,2320,2326,1993,1851,1848,2161,1960,1884,1888,1891,1960,1813,2003,2211,2116,1809,2045,1969,2521,2009,2475,2131,1928,2617,2324,2003,2171,2083,1652,1679,2123,1690,2003,1806,2211,1722,1804,2045,2090,2401,2326,2167,2006,1891,1812,2039,1973,2159,1721,1543,1614,1442,1404,1399,1408,1369,1515,1777,1760,1443,1845,1652,1715,1609,1605,1607,1812,1802,1684,2204,1758,1977,1563,1604,1620,1482,1530,1635,1572,1529,1548,1701,1724,1844,1688,1683,1566,1807,1638,1734,1829,1764,1898,1687,1717,1654,1938,1770,1566,1527,1467,1619,1439,1331,1838,1319,1528,1556,1846,1645,1706,1561,1558,1490,1564,1554,1697,1670,1604,1701,1728,2155,1559,1565,1583,1563,1710,1618,1756,1763,1892,1798,1817,1758,2330,1813,2238,1771,2037,1684,1777,2137,2047,1847,2134,2031,2402,2287,2688,2318,2410,1968,2328,3008,2492,3131,2527,2194,2450,2606,2413,2532,2721,2061,2870,1945,1967,1920,2006,2053,2081,2053,2115,2573,2243,1813,2375,2362,1964,2487,2574,2211,2091,2247,2091,2281,2129,3287,2043,1882,1601,1728,2082,2549,2854,1835,1609,1780,2132,1766,1594,1871,1882,2491,2127,2368,2603,2049,2733,2321,2205,2292,2446,2483,1966,2089,1845,2134,2441,1890,1876,1614,1840,1727,1570,1677,1684,2326,2220,2289,2326,2644,2253,2018,2518,2082,1938,1607,1796,2091,1596,1617,1918,2129,2004,1810,2040,1855,1922,1880,1566,1437,1562,1599,1733,1403,1531,1766,1764,1633,1580,1670,1742,2246,1643,1636,1503,1471,1376,1399,1442,1449,1603,1615,1481,1571,1598,1724,1729,1702,1679,1368,1339,2032,1540,1631,1650,1489,1482,1572,1534,1427,1649,1489,1916,1639,1526,2000,1625,1631,1366,1371,1370,1596,1570,1643,1615,1820,1847,1775,1758,1982,1556,1733,1561,1770,1713,1567,1535,1611,1407,1488,1521,1667,2105,2228,1613,1652,1923,1370,1398,1401,1376,1397,1561,1812,1845,1687,1925,1576,1884,2035,1977,2038,1764,1687,1764,1935,2318,1682,1816,1802,1799,1928,1684,1655,1967,1789,1411,1374,1397,1411,1683,1723,1754,2287,1736,1719,1567,1606,1452,1432,1613,1757,1658,1726,1830,1887,1524,1519,1573,1605,1952,1535,1430,1496,1855,1573,1636,1767,1485,1680,1808,1801,1723,1656,1638,1612,1682,1795,1493,1730,1646,1806,1965,1950,2694,1695,1641,1655,1679,1692,1595,1616,1887,1608,1649,1481,1726,1750,1721,1792,1660,1615,1540,1556,1881,1531,1505,1486,1357,1825,1428,1318,1771,2043,1404,1734,1314,1850,1278,1569,1360,1732,1362,1866,1490,1605,1320,1941,1383,1287,1465,1493,1494,1605,1488,1509,1557,1442,1310,1956,1390,1425,1513,1475,1581,1320,1884,1649,1348,1823,1911,1570,1788,1630,1839,1542,1631,1557,1472,1371,1351,1814,1577,1439,1746,1537,1488,2041,1564,1531,1414,1360,1586,1807,1407,1826,1747,1377,1449,1490,1780,1355,1433,1484,1500,1491,1610,1464,1362,1927,1446,1866,1424,1649,1664,1511,1682,1516,1819,1865,1325,1760,1830,1854,1554,1677,1326,1924,1309,1902,1266,1793,1826,1925,1381,1320,1433,1596,1916,1478,1459,1461,1465,1463,1418,1407,1502,1478,1421,1396,1405,1424,1402,1356,1459,1448,1403,1386,1443,1430,1320,1870,1371,1369,1368,1506,1660,1536,1752,1555,1325,1911,1400,1343,1333,1336,1366,1355,1370,1752,1471,1840,1373,1431,1318,1805,1823,1830,1305,1462,1320,1516,1327,1351,1290,1798,1786,1784,1893,1982,1533,1611,1456,1350,1341,1817,1835,1301,1934,1328,1413,1614,1894,1273,1273,1764,1829,1317,1799,1796,1742,1630,1735,1717,1722,1721,1720,1840,1302,1274,1726,1428,1777,1795,1884,1414,1412,1373,1389,1448,1417,1312,1632,1463,1362,1285,1884,1405,1394,1381,1406,1346,1849,1785,1459,1489,1255,1911,1373,1364,1376,1339,1311,1885,1381,1462,1360,1363,1422,1439,1464,1466,1461,1463,1522,1298,1793,1498,1382,1831,1346,1431,1367,1338,1333,1344,1817,1383,1671,1732,1873,1343,1316,1877,1316,1876,1341,1663,1580,1739,1795,1311,1803,1801,1853,1384,1366,1356,1304,1581,1313,1810,1278,1794,1426,1415,1413,1467,1507,1592,1352,1485,1407,1465,1485,1275,1766,1891,1456,1589,1410,1565,1354,1533,1456,1274,1821,1336,1313,1864,1458,1383,1359,1621,1428,1369,1538,1462,1451,1464,1438,1411,1343,1402,1850,1650,1416,1320,1814,1815,1807,1875,1355,1423,1329,1620,1849,1331,1782,1818,1792,1785,1788,1865,1434,1303,1818,1926,1407,1402,1400,1400,1412,1385,1402,1312,1506,1271,1992,1365,1344,1338,1380,1384,1384,1488,1507,1433,1409,1829,1455,1409,1381,1524,1363,1353,1474,1495,1542,1500,1588,2065,1631,1508,1871,2341,2368,2487,2849,2486,2449,2804,2571,2608,2684,2335,2607,2368,2361,2329,2330,3125,2528,2569,2692,2602,2417,2771,3491,2131,2531,2964,2171,2411,2730,2446,2406,2362,3007,2609,2131,2368,2682,2453,2965,2651,2926,2087,1969,1651,1883,1965,2372,2566,2563,2449,2730,2732,2849,2487,2525,3086,2934,2402,2412,2404,2646,2408,2332,3042,2930,2974,2445,2249,2569,2408,2484,2093,1847,2201,2722,2213,2122,1965,2214,2444,3175,2530,2364,2569,2526,2089,2047,2771,2362,2530,2810,2525,2652,2522,2208,2815,2764,2610,2285,2447,2170,2687,2805,2081,2121,2046,2291,2198,2448,2692,2119,2068,2369,2848,2887,2608,2242,2130,2044,2207,2608,2608,3769,1848,1935,2005,1686,1823,2864,2493,2564,2129,2482,2702,2402,1854,2439,2246,2686,2247,2251,2166,2090,2526,2526,2329,2924,2566,2528,3091,2531,2932,3046,2726,2858,2682,2493,2447,2446,2649,2766,2569,2412,2278,2346,1896,1888,1883,2162,2005,2008,1974,1998,2123,2396,2608,1993,1765,1872,2135,1930,1970,1928,2077,1929,1935,2119,1963,1929,2533,1927,2211,2252,1981,2808,2685,2844,2657,2290,2134,1841,2490,2624,2131,2127,2060,2049,2376,1887,1966,2086,2124,2046,2040,2131,1965,1846,2039,1974,1923,1925,1813,1966,1915,1965,2370,2050,1961,1695,2127,1948,1604,1762,1851,1830,1814,1598,1738,2072,2222,1830,1772,2201,1783,2316,2042,1965,1454,1673,1579,1601,2041,2081,2123,2014,1999,2045,1936,1723,2005,2166,2242,2334,1765,2018,2405,3323,2409,2814,2399,2295,2158,2247,2574,2526,2565,2530,2647,3005,2292,2124,2368,2330,2450,2527,2448,2443,2411,2442,2485,2615,3181,2359,2281,2931,2329,2482,2895,2480,2572,2569,2207,2526,2365,2092,2568,2492,2193,1961,2000,2898,2769,1602,2130,1972,2099,2452,2807,2320,2854,2440,2407,1938,2000,2331,2282,2807,2882,1975,1961,1892,2366,1921,2205,2285,1805,2217,2571,4013,2763,2089,3856,3537,2482,2484,2218,2438,2970,2813,2640,2411,2651,2446,2690,2201,2156,1931,2087,2079,1889,2468,2085,2332,2352,2288,2087,2414,2300,2167,1792,1808,2002,1963,1973,2175,2086,2166,1773,1639,1637,1958,2018,2010,1980,2615,2003,1848,2080,2171,2204,1966,3094,2643,2493,2000,1885,1851,1685,2252,2042,2526,1849,1688,1854,1792,1739,2196,2168,2087,1969,2083,1807,2046,2004,2024,2524,2077,1986,1929,2492,2365,2290,2726,2285,2178,2087,1925,1882,1968,2126,2282,2609,2372,1967,1976,1880,2124,2605,2482,2059,2204,1929,2009,2300,2172,2089,2108,2327,2172,1859,1844,2165,2009,1969,1998,1936,2085,1924,2086,2044,2039,1931,2039,2283,2652,2612,2412,2220,1883,3380,2688,2458,2005,2003,2369,2925,1849,2131,1850,1844,2000,2131,2087,2008,2281,2085,1932,1963,1970,1938,1987,1925,1609,1958,2480,1917,1455,1556,1690,1727,1562,1598,1446,2085,1696,1958,1848,1849,2006,2269,1878,2089,1871,2423,2686,2338,1914,1923,2172,1897,2190,2022,2151,1853,2358,2019,2089,2315,2063,2158,2151,2330,2213,1852,2098,2528,1965,2424,2325,2276,2032,1678,1698,1988,1648,1686,1902,1942,1808,1422,1492,1452,1812,2053,1852,1767,1888,1760,1770,1734,1710,1715,1667,1644,1692,2201,1786,2125,1798,1829,1964,1676,1610,1687,1567,1522,1350,1820,1805,1955,1876,1857,1723,1660,1634,1794,1537,1334,1960,1316,1685,1496,1524,1640,2007,1592,1661,1524,1716,1538,1683,1706,1717,1726,1638,1621,2107,1536,1580,1587,1505,1625,1554,1567,1618,2007,1427,1443,1420,1637,1674,1815,1677,1502,1927,1469,1403,1320,1813,2046,1578,2153,1804,1859,1473,1532,1511,1385,1388,1408,1440,1807,1442,1538,2130,1473,1719,1695,1720,1678,1691,2000,1641,1615,1762,1845,1683,1732,1809,1629,1844,2525,2253,2216,2169,2287,2383,2120,2652,2849,3128,2243,2165,2566,2488,2137,2046,2578,2161,2041,1818,2155,1809,2052,2079,2210,1965,1888,1885,1932,2123,1963,1929,1601,2083,1931,1764,1884,1885,2002,2307,2166,1800,1606,1559,1531,1520,1566,1648,1884,2037,1850,2000,1893,2044,1728,1565,1883,1842,1854,1758,1687,1690,2260,1831,1689,1861,1746,1642,1609,2297,1989,2126,1830,2392,2518,1811,2006,1966,2001,1843,1845,1856,1844,2331,1993,1737,1683,1767,1879,1846,2093,2001,1806,1806,1884,1886,1932,1931,1755,1802,1939,1897,1668,1687,1924,1846,1752,1654,1641,1627,1775,2305,1683,1609,2039,1750,1503,1458,1828,2102,1760,2158,1967,1490,1356,1556,1413,1768,1613,1645,1461,1963,1546,1402,1941,1482,1404,1636,1579,1500,1453,1377,1715,1411,1425,1416,1420,1416,1325,1931,1524,1504,1467,1677,1665,1521,1642,1646,1599,1660,1628,1441,1540,1585,1624,1561,1498,1389,1376,1451,1442,1385,1403,1401,1347,1582,1539,1442,1302,1824,1960,1371,1300,1794,1980,1349,1315,1361,1408,1457,1378,1424,1313,1820,1278,1802,1855,1311,1837,1313,1856,1311,1277,1703,1757,1757,1736,1730,1721,1794,1841,1327,1771,1767,1820,1828,1363,1384,1393,1427,1264,1838,1258,1768,1768,1769,1821,1290,1813,1808,1251,1827,1336,1289,1740,1718,1793,1272,1823,1236,1964,1365,1261,1737,1707,1720,1739,1681,1778,1746,1281,1826,1293,1739,1704,1704,1748,1718,1681,1756,1680,1714,1687,1749,1694,1760,1740,1711,1831,1284,1816,1926,1602,1648,1597,1501,1621,1972,2254,1749,1994,2230,3430,2584,3133,2462,2277,2808,2285,2359,2380,3001,2502,1953,2293,2078,2230,2882,2647,2651,2244,2414,2720,2751,2014,2514,2372,2563,3007,2185,1974,2116,2104,2012,1716,2367,3049,1954,2046,1739,1845,1812,1765,2016,2008,1811,1958,2048,2162,2296,2447,2532,2172,2696,2567,1966,3215,2003,2003,2157,2138,2114,1926,1814,1840,2087,2045,1968,1844,1843,1840,1728,1764,1735,2083,1806,1759,1805,1740,1691,2002,2017,1520,1526,1516,1447,1533,1809,1801,1787,1888,1848,1944,2013,2123,2180,2129,2008,1797,1724,1688,2169,1981,1924,1961,1826,2294,3044,2529,1962,2011,2366,1929,1918,1924,2077,2258,1891,1918,1844,1799,1968,1853,1971,1963,1967,1720,1690,1640,1767,1767,1690,1646,1807,1562,1675,1654,1766,1651,1839,1560,1534,1513,2046,1964,1604,1725,1581,1723,2203,1637,1645,1801,1566,1530,1411,1481,1610,1646,1803,1684,1649,1639,1719,1525,1616,1600,1568,1720,1757,1673,1817,1673,2069,2132,1496,1530,1395,1538,1552,1533,1534,1631,1644,1547,1519,1571,1646,1485,1599,1364,1909,1410,1498,1595,1424,1932,1651,1732,1511,1412,1421,1513,1248,1824,1434,1791,1487,1276,1864,1537,1622,1560,1413,1839,1811,1869,1399,2071,1580,1717,1433,1691,1443,1604,1785,1353,1919,1634,1703,1516,1535,1805,1509,1627,1421,1409,1330,1938,1451,1429,1421,1667,1553,1551,1339,1360,1511,1494,1365,1791,1846,1331,1405,1442,1369,1486,1577,1475,1466,1474,1470,1345,1476,1875,1379,1377,1416,1465,1362,1841,1829,1472,1448,2021,1597,1979,1481,1490,1558,1759,1756,1842,1825,1842,2127,2357,1966,2159,1846,1976,1990,3008,2485,3006,3169,2487,2773,2400,2473,2489,3090,3436,3072,2480,2810,2765,2308,2889,3447,2870,2367,2999,2207,2073,2165,2612,2083,2127,2412,2171,2169,1956,3056,2208,1896,1892,1967,2122,1929,2041,2126,1771,1722,1728,1717,2007,1854,2038,1969,2012,1999,2005,3127,2365,2409,2489,2682,2706,2611,2694,2248,2648,2487,2007,2290,2452,2444,2496,2801,2410,2206,2403,2012,2172,2480,2577,2595,2612,2492,2603,2455,2924,2687,3010,2606,2214,2507,1884,1806,1717,1808,1842,1728,1885,5343,1923,1719,1851,2487,2443,2531,2442,2538,2602,2768,2931,2569,2448,3127,2732,2639,2289,2505,2528,2403,2371,3526,2489,2444,2455,2561,2571,2135,2047,2087,2289,2543,2609,2164,2167,3094,2730,2087,2201,1827,1837,2196,2612,2450,2523,2569,2409,2250,2525,2523,2534,2922,3056,2608,2328,7976,2450,2289,2151,1862,1813,1979,2391,3381,2400,2001,1972,2040,2331,2572,2166,2501,2007,2009,1851,2109,2483,2334,2001,2079,2035,2004,1849,1572,1766,1955,1695,1847,2003,2128,1964,1922,2086,2324,2166,2177,1764,2128,2262,1637,1803,1572,1766,1674,1613,1596,1540,1435,1405,1369,1395,1537,1793,1773,1877,1855,2028,1601,1417,1403,1655,1832,1868,2386,1603,1493,1629,1567,1631,1620,1441,1810,1409,1404,1642,1572,1523,1792,1905,2001,1800,2079,1858,1869,1752,1808,1458,1510,2120,1703,2191,1855,1828,1955,1721,1979,1989,1975,2149,2649,1808,1607,1763,1671,1686,1691,1730,1617,1680,1524,1492,1699,1980,1646,1647,1717,1624,1568,1491,1362,1514,1612,1719,1661,1509,1568,1485,1545,1415,1318,1841,1596,1448,1477,1692,1406,1439,1361,1431,1357,1358,1304,1533,1462,1651,1347,1457,1361,1364,1367,1369,1468,1600,1518,1470,1326,1916,1317,1818,1791,1777,1433,1832,1934,1374,1815,1337,1366,1357,1359,1358,1380,1312,1792,1462,1513,1380,1364,1358,1358,1336,1359,1346,1313,1668,1339,1736,1810,1797,1897,1416,1418,1403,1452,1514,1413,1449,1968,1422,1406,1416,1404,1422,1418,1526,1478,1776,1664,1425,1487,1422,1447,1393,1389,1399,1390,1429,1768,1310,2086,1446,1368,1359,1362,1360,1358,1433,1418,1388,1346,1449,1242,1882,1341,1338,1334,1335,1322,1833,1352,1268,1599,1791,1861,1322,1817,1818,1889,1310,1902,1753,1623,1374,1912,1354,1853,1853,1823,1885,1456,1403,1353,1770,1755,1749,1747,1746,1756,1798,1701,1516,1680,1747,1740,1737,1733,1734,1742,1829,1242,1409,1755,1717,1738,1733,1760,1747,1760,1780,1618,1209,1743,1797,1759,1720,1721,1862,1299,1799,1722,1524,1624,1290,1813,1833,1835,1836,1887,1316,1336,1863,1391,1751,1809,1811,1808,1809,1784,1832,1742,1695,1267,1795,1792,1788,1852,1289,1823,1394,1413,1676,1345,1288,1777,1771,1780,1772,1768,1858,2107,2090,2281,2570,2402,2665,2253,1782,2551,2589,2238,1943,2443,2419,1844,2445,1769,2064,1948,1899,1699,1753,1780,1580,2252,2139,2178,1917,1739,1716,1634,1566,1670,1843,1492,1745,1876,1434,1401,1408,1389,1342,1881,1639,1768,1480,1657,1501,1305,1978,1362,1429,1332,1468,1457,1820,1761,1387,1323,1828,1826,1826,1809,1471,1694,1848,1347,1362,1307,1801,1868,1302,1836,1821,1385,1353,1843,1318,1766,1757,1755,1755,1810,1829,1280,1602,1784,1750,1769,1738,1746,1757,1835,1267,1275,1590,1736,1729,1724,1723,1723,1755,1734,1732,1783,1769,1785,1699,1684,1663,1674,1808,1244,1602,1713,1761,1745,1701,1750,1746,1737,1776,1783,1272,1219,1678,1797,1848,1345,1343,1342,1378,1363,1403,1707,1428,1496,1349,1829,1862,1361,1357,1291,1948,1427,1648,1604,1504,1356,1342,1340,1837,1853,1358,1375,1335,2071,1802,1378,1816,1902,1272,1857,1281,1846,1383,1845,1828,1306,1864,1295,1839,1291,1835,1834,2227,1889,1579,1453,1397,1780,1911,1341,1836,1869,1423,1726,1666,1396,1320,1827,1815,1812,1810,1807,1842,1453,1793,1342,1809,1797,1792,1844,1388,1424,1427,1450,1335,1897,1379,1845,1852,1404,1380,1360,1370,1316,1372,1412,1416,1653,1401,1342,1316,1811,1810,1810,1836,1450,1962,1306,1803,1876,1370,1370,1370,1406,1504,1346,1432,1430,1376,1364,1781,1773,1865,1357,1516,1367,1562,1385,1392,1395,1336,1838,1342,1839,1911,1338,1927,1521,1763,1247,1835,1812,1811,1809,1810,1823,1859,1373,1422,1295,1768,1771,1877,1314,1809,1821,1806,1758,1906,1270,1750,1742,1744,1741,1785,1751,1261,1557,1811,1805,1954,1305,1801,1784,1833,1878,1675,1345,1865,1291,1871,1344,1347,1322,1817,1745,1917,1927,1465,1370,1756,1819,1799,1794,1840,1324,1605,1329,1863,1259,1806,1796,1852,1348,1335,1372,1402,1832,1758,1337,1319,1778,1856,1330,1334,1332,1360,1296,1702,1437,1801,1770,1765,1751,1747,1778,1327,1791,1350,1403,1767,1764,1751,1740,1739,1715,1777,1838,1413,1429,1759,1743,1735,1731,1736,1789,1789,1716,1540,1820,1271,1737,1722,1718,1719,1735,1768,1264,1458,1717,1779,1735,1757,1714,1734,1754,1788,1641,1726,1734,1720,1721,1718,1717,1691,1756,1762,1628,1593,1768,1714,1707,1706,1707,1736,1772,1662,1565,1735,1748,1712,1706,1708,1697,1721,1740,1685,1217,1726,1731,1713,1709,1710,1692,1755,1713,1701,1185,1774,1753,1712,1710,1708,1664,1759,1749,1216,1328,1709,1685,1661,1657,1656,1724,1733,1684,1725,1425,1650,1687,1696,1696,1721,1931,1353,1818,1549,1612,2202,2172,2564,2479,2747,3317,2803,2524,2451,2330,2881,2652,2306,2551,2169,2246,2482,2249,2961,2620,2643,2409,2531,2042,2234,3789,2558,2006,2134,2650,2519,2292,2412,2364,2445,2686,2205,2332,2208,2484,2530,2351,2248,2206,2203,2486,1944,3671,2142,2194,2068,1924,2517,2344,1858,2226,2289,1842,1772,1922,1815,1603,1741,2089,2126,1957,1913,1935,2530,1804,1957,2048,2099,1568,1728,1687,1796,1893,1810,1877,1739,1522,1591,1742,1644,1560,1831,1565,1524,1735,1997,2085,1649,1655,1643,1771,1877,1766,2004,2045,2165,2080,2430,1961,1893,2024,2001,3051,2545,2301,2031,1684,1564,1557,1758,2226,1656,1559,1491,1793,1750,2036,1600,1808,1842,1637,1646,1644,1976,1851,1379,1420,1433,1388,1638,1489,1561,2027,1360,1298,1814,2051,1589,1385,1916,1766,1886,1947,1587,1395,1834,1821,1766,2136,1607,1432,1528,1546,1479,1582,1264,1765,1764,1940,1677,1684,1733,1577,1497,1385,1333,1980,1327,1463,1372,1752,1894,1634,1545,1330,1794,1912,1404,1403,1403,1613,1738,1391,1486,1910,1402,1294,1934,1337,1390,1462,1449,1413,1371,1884,1397,1407,1403,1490,1449,1423,1467,1407,1575,1494,1458,1485,1454,1450,1341,1939,1397,1465,1523,1313,1839,1810,1806,1804,1801,1858,1339,1891,1311,1784,1857,1314,1815,1813,1808,1874,1303,1294,1752,1861,1328,1821,1817,1817,1861,1322,1845,1244,1774,1836,1809,1821,1318,1873,1347,1253,1909,1342,1213,1767,1787,1784,1743,1886,1474,1347,1439,1340,1877,1450,1450,1396,1537,1480,1484,1480,1455,1394,1402,1551,1456,1383,1505,1415,1422,1401,1389,1506,1460,1950,1345,1486,1446,1506,1572,1490,1552,1847,1330,1827,1827,1555,1545,1631,1541,1550,1605,1448,1362,1335,1827,1373,1388,1551,1543,1448,1618,1400,1402,1344,1327,1829,1829,1970,1587,1433,1768,1370,1298,1860,1359,1358,1429,1399,1481,1465,1535,1419,1378,1578,1412,1407,1598,1554,1427,1678,1432,1370,1830,1965,1377,1862,1544,1370,1482,1454,1426,1370,1490,1464,1810,1850,1466,1318,1920,1428,1796,1467,1443,1436,1317,1412,1358,1857,1845,1843,1895,1320,1763,1911,1377,1845,1823,1948,1499,1371,1429,1328,1405,1371,1331,1810,1896,1399,1445,1468,1984,2333,2003,1947,2178,2391,1853,2351,2170,2215,2438,2204,2197,2315,2543,2291,2037,2666,1988,2684,1930,2411,2627,2215,2184,2526,2184,1989,2215,2165,2027,1836,2005,2024,2002,2163,2220,2209,1842,1840,1966,1692,1625,1603,1603,1602,1512,1795,1902,1923,1645,1606,1568,1717,1638,1433,1398,1380,1487,1527,1539,1523,1832,1684,1601,1425,1399,1355,1976,1355,1555,1503,1732,1463,1389,1422,1353,1852,2020,1435,1614,1351,1696,1331,1790,1805,1802,1804,2127,1383,1971,1443,1372,1934,1443,1443,1444,1446,1449,1383,1891,1331,1310,1285,1737,1733,1725,1724,1716,1841,1340,1227,1843,1772,1799,1819,1875,1369,1324,1369,1418,1345,1809,1878,1388,1772,1770,1771,1878,1360,1344,1825,1889,1363,1631,1347,1353,1333,1814,1888,1496,1378,1806,1883,1518,1354,1329,1828,1872,1330,1376,1813,1819,1917,1419,1362,1313,1805,1825,1846,1880,1310,1819,1854,1391,1313,1860,1292,1796,1816,1728,1801,1816,1739,1812,1783,1774,1783,1795,1814,1311,1760,1767,1911,1326,1764,1758,1806,1778,1774,1794,1765,1816,1278,1747,1735,1733,1821,1389,1352,1413,1328,1863,1382,1897,1325,1903,1332,1845,1850,1378,1254,1828,1421,1340,1367,1869,1326,1813,1811,1900,1270,1788,1815,1373,1366,1758,1834,1850,1357,1394,1325,1779,1857,1531,1383,1820,1277,1403,1345,1344,1317,1852,1453,1357,1284,2112,1393,1331,1819,1822,1802,1921,1287,1751,1936,1299,1375,1379,1258,1877,1358,1330,1892,1250,1767,1803,1796,1852,1352,1356,1351,1352,1413,1246,1825,1740,1799,1844,1470,1343,1833,1888,1388,1354,1833,1859,1499,1376,1402,1811,1839,1842,1918,1378,1377,1859,1259,1857,1833,1921,1403,1398,1400,1419,1335,1911,1834,1331,1907,1898,1379,1873,1900,1379,1382,1474,1291,1800,1362,1839,1323,1819,1853,1831,1811,1415,1287,1759,1801,1767,1751,1747,1807,1756,1832,1750,1740,1796,1755,1771,1769,1768,1742,1736,1810,1739,1730,1750,1736,1738,1734,1751,1766,1786,1769,1712,1810,1826,1803,1757,1730,1870,1307,1752,1693,1722,1779,1729,1743,1722,1722,1760,1741,1731,1740,1786,1772,1754,1736,1732,1833,1275,1761,1695,1888,1304,1759,1748,1746,1192,1768,1773,1747,1680,1728,1802,1759,1747,1703,1753,1803,1757,1749,1715,1819,1260,1748,1757,1748,1793,1845,1264,1748,1662,1799,1756,1779,1816,1752,1748,1780,1753,1686,1707,1768,1698,1790,1769,1786,1799,1753,1746,1686,1928,1450,1410,1394,1385,1454,1440,1450,1402,1406,1340,1318,1856,1441,1394,1368,1361,1363,1381,1391,1401,1411,1292,1841,1388,1373,1365,1342,1359,1364,1356,1397,1371,1319,1792,1366,1352,1343,1341,1343,1342,1389,1451,1369,1374,1309,1430,1311,1822,1299,1805,1794,1809,1835,1323,1745,1888,1291,1765,1743,1738,1738,1772,1769,1799,1745,1752,1858,1377,1371,1372,1369,1374,1327,1366,1346,1312,1772,1884,1363,1806,1839,1807,1794,1786,1827,1714,1787,1775,1762,1884,1367,1859,1376,1341,2007,1309,1813,1851,1839,1956,1347,1817,1921,1430,1449,1416,1525,1315,1879,1378,1386,1350,1844,1976,1427,1425,1769,1798,1431,1429,1443,1394,1383,1420,1418,1399,1402,1351,1325,1890,1374,1402,1401,1400,1401,1410,1385,1361,1459,1354,1371,1510,1375,1363,1393,1384,1363,1368,1384,1373,1329,1302,1806,1879,1362,1375,1314,1842,1729,1833,1902,1309,1413,1382,1873,1955,1375,1844,1882,1359,1837,1856,1421,1360,1826,1962,1346,1815,2003,1334,1844,1868,1428,1384,1471,1434,1411,1394,1386,1409,1420,1415,1766,1901,1411,1840,1880,1370,1384,1807,1816,1777,1793,1493,1310,1746,1806,1796,1791,1860,1257,1875,1358,1960,1343,1335,1444,1393,1341,1939,1286,1343,1839,1884,1402,1375,1290,1841,1815,1811,1855,1339,1925,1323,1296,1948,1463,1470,1433,1425,1363,1383,1354,1775,1783,1857,1793,1854,1336,1374,1369,1399,1396,1408,1414,1320,1781,1789,1839,1310,1804,1861,1372,1322,1912,1326,1966,1298,1803,1848,1345,1345,1318,1883,1340,1724,1889,1351,1883,1447,1484,1452,1455,1507,1486,1376,1272,1827,1351,1368,1388,1463,1514,1571,1518,1505,1382,1962,2157,2350,2623,2413,2769,2589,2256,2043,2457,3260,2159,2776,2429,2964,2305,2070,2005,1764,1724,1725,1908,2338,2095,2167,2320,2781,2662,2128,2116,2654,2681,2123,2409,2126,2207,2242,1850,2083,1733,1597,1529,1611,1556,1528,1800,1896,2043,2006,2533,1918,2696,2158,2005,1893,1633,1536,1946,2058,2158,2284,2123,1950,1714,1942,2489,3454,2286,1997,3206,2429,2316,2187,2075,2031,2148,2165,2006,1810,2077,2411,2243,2188,2229,1973,1841,1890,1763,2006,1908,1815,2113,2217,2012,1925,2351,2331,2123,2213,2480,2336,2428,2287,2084,1923,1854,1880,2088,2610,2239,2054,2043,2286,2406,2049,1889,1815,1730,2285,2157,2121,2287,2692,3173,2883,2454,1964,1887,1881,1852,2078,2768,1998,2104,2401,2334,2047,1991,2543,2327,2725,2042,2058,1801,2123,2582,2571,2645,2492,2001,1926,1963,1578,1901,1918,1882,2049,2124,2136,2970,2729,2361,2132,2315,2661,2125,2488,2047,2163,2111,1881,2042,1897,1831,1966,2166,2331,3004,2734,2366,2204,2527,2971,2767,2774,2371,2523,2284,2573,2524,2369,1893,1967,1962,2058,1967,2075,2091,1877,1966,2363,2173,1968,2195,2310,2407,2080,1801,2532,2366,3212,2690,2687,2816,2479,2370,2400,2373,2546,2644,2733,2448,2323,2365,3170,2329,3055,2800,2617,2763,2370,1932,2198,1885,2048,2312,2574,2321,2404,2216,3812,2404,2123,1990,1886,1802,2370,1771,1988,2370,1841,1970,2855,2640,1914,1685,1845,1883,1849,1805,2008,1960,2010,2048,1918,2083,1974,2084,2039,2138,1884,2039,2016,1877,1854,1954,2419,1921,2118,2487,2929,2612,2609,2045,2688,2251,2166,2521,2496,2527,2327,2002,2208,1875,2367,2094,2316,3050,2608,2605,2610,2172,2420,2297,2322,2328,2450,2451,2160,2451,1906,1992,1972,3062,2728,2451,2565,2973,2409,2368,2118,2137,2122,2444,2371,2128,2890,3412,2686,2086,2127,2125,2127,2564,3249,2410,2138,1739,1976,2536,2170,2386,2129,2936,1979,1934,1834,1848,2158,2335,2002,1963,1964,1930,2042,2742,1803,1974,2270,2679,2416,2681,2128,2609,2007,1918,1897,2245,2168,2205,2247,2333,1884,2365,1883,2005,2012,2079,2374,2131,2521,2206,2374,2448,2383,2188,2490,1965,1782,1891,2330,2320,2159,2177,1886,2089,1964,2556,1971,2083,2242,1893,2085,2092,2443,2288,2452,2566,2895,1852,1928,1894,1924,1967,1965,2486,2082,1805,1936,2161,2647,2492,2084,2048,2166,1760,1925,1965,2284,2456,1720,1846,2165,2125,2126,2051,2007,1967,2082,1928,2007,2116,2324,2852,2338,1916,2053,2838,2414,2127,2052,2089,1921,2044,2333,1919,2009,2006,1932,1920,2049,2080,2005,1978,3140,2326,1877,1641,1597,1533,1559,1723,2189,2654,2568,2525,2288,2408,2157,2831,2132,2132,2523,1807,2374,2922,1967,2122,1732,1715,1734,2077,2012,2046,2041,1891,1915,1722,2044,2175,1850,1683,1723,1847,2000,1641,1770,1597,1644,2096,1692,1707,1686,1663,1683,1763,2032,1965,1766,1760,1809,1762,2121,1896,1842,1805,1806,1841,1889,1728,1764,1923,1975,2315,1976,2397,2649,2492,3125,2413,1970,1765,1929,2331,2159,2652,2371,2570,2205,1589,1809,2130,1922,2215,2012,1969,2226,2369,2483,2456,2528,2846,2643,2510,2043,1854,1582,1613,1865,2866,2344,2482,2160,1546,1780,1879,2171,2085,2163,2323,2365,2369,2210,2135,2170,2040,2332,2953,2622,2237,1968,2168,2201,2407,2092,1648,1570,1788,1849,2166,2136,2723,2527,2574,2484,2443,2493,2222,2402,2172,2481,2693,2164,2420,2887,2285,3018,2070,2250,2247,2689,2734,2527,2481,2088,2366,2729,2012,3486,2326,2016,1771,1682,1652,1880,2044,2049,1884,1932,2002,2125,2161,2415,1923,1970,1846,2006,2045,2240,2087,2086,1851,1882,1975,2602,2410,1682,2401,2080,1974,2166,2638,2566,2089,3283,2688,2448,2404,2293,1928,1757,1718,2281,2321,2369,2413,2207,1872,2178,2092,2165,2020,2345,1897,2135,1847,1683,1757,1975,2328,1803,1925,1879,2401,2164,2608,2851,2270,2132,2487,2202,2419,2486,1848,1849,2231,1939,1917,1808,2170,2205,2329,1851,1917,1772,1719,1843,1888,2474,2109,2044,1835,2010,1932,1928,1875,2134,2651,2560,2532,2643,1976,2043,1972,2156,2174,2443,2456,2172,2891,2275,2733,2979,2081,1929,1924,1733,1967,1957,1962,2138,2002,2002,2055,2034,1894,1886,2159,2134,1919,1887,1815,1763,1835,1854,1762,1813,1916,1889,2161,2790,2176,2055,1578,1597,1790,2887,1827,1699,1940,1898,1784,1769,2155,1900,1909,1901,1765,1980,1723,1603,1570,1557,1497,1491,1587,1459,1476,1401,1892,1599,2134,1560,2126,1600,1494,1468,1801,1336,1885,1555,1487,1441,1619,1889,1523,1593,1768,1492,1363,1324,1812,1921,1423,1452,1511,1462,1808,1672,1773,1762,1758,1856,1317,1434,1404,1435,1605,1771,1727,1760,1807,1853,1453,1389,1604,1439,1820,1347,1728,1761,1897,1450,1446,1553,1832,1412,1337,1260,1699,1725,1802,1885,1504,1576,1562,1377,1464,1394,1790,1821,1342,1343,1907,1324,1830,1643,1427,1735,1793,1797,1860,1459,1384,1316,1966,1735,1399,1259,1807,1886,1357,1900,1520,1323,2022,1624,1353,1599,1938,1508,1630,1352,1785,1786,1785,1779,1343,1553,1729,1520,1377,1454,1417,1316,1877,1467,1594,1604,1498,1381,1353,1991,1552,1567,1533,1608,1539,1560,1813,1344,1496,1322,1930,1442,1431,1346,1924,1393,1387,1415,1403,1377,1352,1334,1329,1335,1395,1334,1394,1427,1410,1585,1367,1367,1467,1424,1421,1420,1420,1402,1703,2118,1635,1475,1434,1442,1450,1455,1445,1539,1450,1531,1552,1370,1544,1644,1447,1453,1470,1456,1444,1450,1591,1491,1493,1472,1598,1460,1415,2009,1420,1421,1433,1404,1436,1283,1970,1565,1512,1384,1524,1458,1447,1506,1502,1505,1352,1344,1560,1422,1336,1906,1575,1572,1573,1334,1645,1653,1663,1443,1394,1425,1432,1425,1420,1396,1414,1855,1614,1324,1362,1429,1403,1383,1383,1382,1375,1434,1282,1839,1344,1405,1361,1379,1390,1384,1363,1372,1383,1386,1412,1376,1798,1792,1815,1809,1817,1877,1492,1455,1475,1621,1866,1389,1366,1356,1359,1358,1361,1406,1383,1320,1391,1412,1965,1441,1339,1813,1816,1809,1850,1416,1599,1324,1812,1308,1896,1334,1332,1349,1293,1895,1415,1719,1759,1502,1339,1766,1826,1344,1326,1322,1364,1490,1401,1553,1347,1286,1769,1877,1364,1325,1811,1868,1495,1574,2054,1754,1832,1844,1899,2214,1918,2023,1954,1914,1759,1876,1936,1676,1717,1821,1969,1883,1738,1881,1758,1797,1950,1904,1704,2238,2412,1956,2119,2482,2594,2918,3064,2570,3630,2495,2880,2254,2042,4892,2695,2626,2625,2170,2599,2571,2535,2565,2448,2293,2686,2160,2340,2443,2414,1994,1761,1722,2117,2487,3049,2816,2161,2248,2286,2646,2575,2733,2808,3289,2406,2415,2716,2692,2291,2685,2685,2325,2454,2366,2524,2168,2728,3249,2208,2245,3095,2561,2368,2213,2282,2251,2762,2651,2724,2775,2405,4576,3165,2493,2523,2486,2729,2893,2401,2775,2450,2201,2926,2534,2963,3577,2766,2566,2291,2326,2642,2169,2366,2607,4657,2771,1917,2026,2088,2133,2164,2008,2681,2368,1815,1866,2087,1884,2008,5374,2449,2213,2483,1929,2322,2808,3055,2321,2489,2284,2171,2203,2205,2529,2646,3098,2561,2250,2205,3731,2687,2612,2726,2486,2413,3044,2411,3002,2810,2613,2487,2762,2008,2687,2050,2038,1810,2087,2270,2565,1803,2126,2129,2048,2049,2004,1928,2646,2487,1964,2211,2172,2125,2211,2125,2486,2091,2202,2088,2567,2088,2325,2850,2442,2327,2456,2361,2209,2042,2177,2425,1881,1763,2741,2551,2414,2808,2442,2608,2927,2450,2767,2325,1986,2653,2761,1969,2327,2188,2121,1855,1763,1805,1687,1798,2247,1933,2005,1924,2085,2205,2132,2501,2405,2054,1956,1889,3045,2406,2449,2368,2323,2303,1934,1889,1957,1895,2035,1815,2077,1844,2104,1970,2441,2728,3172,2211,1885,1969,1885,2043,2086,2005,2049,2013,1717,1766,1685,1683,2049,1934,1846,2198,2167,1769,1881,2566,2253,1917,2019,1640,1508,1795,1685,1648,1820,1834,1814,2162,2443,1742,1565,1590,1764,1779,1722,1676,1778,2232,1784,1952,1730,1884,1699,1672,1614,1810,1632,2223,1995,1684,1971,1762,1779,1965,1839,1805,1975,1603,1927,1957,1965,1763,1645,1808,1721,1971,1734,1803,1685,2057,1938,2757,3011,2612,2407,2247,2970,2122,2491,2482,2730,2361,2732,3005,2206,2246,2410,3330,2369,2644,2488,2452,2088,1925,1813,2082,2372,2724,2605,2364,3133,2410,2245,2848,2694,2129,2365,1927,1853,2045,2561,2727,2854,2449,2082,1972,2046,2525,2530,2448,2479,2290,2219,2490,2087,3087,2492,2646,2890,1960,2573,3808,2405,2687,2170,2485,2215,2890,2767,2088,2409,2522,3935,2570,2479,2363,2731,2488,2807,2493,2121,2532,2529,2528,2026,3000,3654,2770,3164,2374,2235,3136,2289,2645,2050,2332,3286,2680,2611,2330,2928,2451,2143,2728,2206,2320,2535,2242,1802,1645,2158,2049,2391,2494,2485,2445,2446,2891,2811,2966,2130,2467,2136,2560,2048,2087,2086,2007,2361,2808,2205,2561,2659,2721,2255,2078,2572,2038,2335,2441,2049,2670,2607,1812,1749,1885,1851,1541,2002,2324,2562,2451,2081,2577,2600,2248,1948,1737,2081,2047,2004,1722,1975,2207,2163,1958,2095,2038,2008,2012,2078,2056,1967,1962,1717,2053,2166,2124,2045,2244,2051,2203,2088,2012,1888,1886,1963,1928,2039,1812,3013,2366,2809,2205,2485,2692,2211,2074,2005,2235,2138,2305,2172,2915,2571,2096,2367,3084,1933,3083,2731,2807,1967,2040,2008,2568,2049,2770,3335,2891,2246,2447,2449,2171,2248,1962,1840,1798,1884,2409,2198,1968,2410,2494,2488,2405,2085,1870,2043,2282,1772,2646,2607,2617,2925,2848,2611,2647,2178,2010,2313,2246,1973,2029,2126,2215,2698,1835,1799,1815,2076,2083,1934,2090,2569,2081,2050,1839,1799,1690,1652,1845,1802,1842,1611,1524,2022,2001,2016,2195,2087,1925,1968,1971,2728,1804,2081,2047,2137,1877,1922,1814,1800,1893,1839,2203,1773,1647,1635,2567,2531,2330,2085,1849,1850,2876,2054,1787,1606,2005,1517,1756,1802,1968,2088,1852,1727,1689,1587,1690,1653,1710,2539,1649,1677,1760,2044,1807,2130,1968,1799,1694,1713,1625,1522,1870,1567,1636,1501,1437,1405,1808,1602,1598,1769,1454,1439,1482,1654,1467,1654,1436,1418,1400,1405,1442,1478,1848,1795,1486,1652,1612,1956,1952,2300,2258,2371,2206,1961,2914,2402,2166,2206,2601,2774,2265,2084,2090,1930,2320,2251,2450,2316,2092,1888,1944,1982,2113,2048,2347,1881,1887,1969,2301,2327,2056,2208,2007,2067,2042,2289,2044,1951,1923,1846,1982,2105,2029,2582,2491,2697,3601,3085,2803,2172,2006,2109,2182,2766,2164,1929,1922,1687,1932,1969,1604,1927,2074,1971,1923,1573,1561,1558,1775,1964,1885,1980,1922,1919,1921,1726,1575,1632,1454,1432,1410,2002,1524,1608,1572,1609,2045,1487,1440,1622,2073,1750,2031,1902,1923,1609,1433,1686,1571,1710,1970,1917,1811,1840,2209,1796,2004,1526,1935,2055,1880,2031,1670,1909,1711,1695,1747,1731,1639,2049,2254,2727,2487,2122,2737,2112,1963,1924,2169,1964,2048,2092,2123,1892,1879,2212,1760,1650,2281,1848,2241,1815,2503,2074,1752,1813,1726,1843,1930,1795,1570,1849,1998,1887,2133,1882,1763,1891,1682,1675,1973,1679,1754,1500,2006,1444,1441,1610,1708,1735,1723,1839,1651,1558,1480,1334,1835,1810,1972,1550,1602,1481,1580,1768,1480,1432,1460,1470,1346,1768,1555,1506,1461,1597,1412,1551,1405,1376,1912,1370,1776,1452,1513,1382,1442,1427,1690,1799,2006,1404,1365,1861,1619,1438,1868,1446,1345,2026,1373,1532,2049,1529,1600,1453,1602,1724,2081,1594,1689,1713,1623,1600,1929,1562,1580,1532,1570,1480,1541,1568,1568,1562,1804,1611,1599,1501,1715,1411,1472,1531,1790,1637,1497,1694,1679,2016,1632,1589,1924,1405,1364,1855,1793,1627,1659,1756,1542,1759,1376,1468,1339,1866,1520,1588,1511,1468,1341,1871,1293,1668,1329,1806,1841,1805,1388,1905,1364,1387,1352,1291,1853,1273,1765,1878,1549,1401,1760,1735,1755,1875,1350,1349,1350,1449,1345,1399,2074,1383,1264,1781,1747,1755,1764,1867,1371,1336,1392,1623,1398,1434,1368,1312,1711,1750,1785,1846,1383,1335,1605,1439,1387,1497,1465,1522,1534,1535,1446,1889,1467,2076,1745,1920,1816,1675,2159,2849,2846,2536,2417,3047,2493,2479,3054,2444,2398,2487,2002,2375,2408,2968,2015,2262,2013,2486,2052,2122,2287,2274,2057,2074,1948,2072,2240,2222,2714,2098,1970,1965,2084,2041,2017,2037,1855,1920,2046,1924,1690,1562,2024,2685,2787,2091,1682,1806,1882,2130,1722,1542,2184,2082,2080,2324,2097,1639,2377,2527,1966,1741,1841,1853,1618,1636,1607,1801,1965,1864,1874,2018,1878,1923,2176,1757,1649,1726,1688,1758,1651,2043,1761,1932,1846,1917,1893,2002,1892,2325,1930,1797,2011,1640,1560,1528,1963,2369,2050,1724,1889,2639,2729,2208,2290,3082,2273,2040,1884,2019,2477,2545,2046,2165,2016,2355,2262,2523,2171,1888,1956,1975,1888,2081,2482,2242,2090,2133,2458,2875,2581,3331,2246,1968,2237,2008,2660,2852,2985,2357,2255,2242,2731,2491,2525,2530,2521,2045,2164,2449,2415,2446,2446,2321,2279,2285,2001,2126,2690,2033,2005,2044,2566,2084,1784,1766,1805,1643,1966,2319,2129,2733,2325,2292,2163,2158,2051,2167,1852,2002,1719,1575,1955,2247,1927,2249,2124,1808,1967,1921,1932,2052,1913,1966,2258,2264,1928,1845,1956,2033,2651,2082,2392,2563,2046,2932,2687,2728,3735,2122,2849,2211,2241,2936,3571,2802,2087,2522,2406,2612,2527,2108,2129,1732,2045,1963,1929,1925,2209,2450,2368,2366,2570,2767,2529,3126,2053,2241,1888,2219,2285,2446,2490,1898,2450,2448,2164,2531,2171,3219,2089,1962,2088,2007,2054,1716,1929,2623,2735,2283,2329,2451,2366,2449,3130,2605,2691,2600,2453,2243,4093,2218,2085,2072,2724,2329,1680,1917,2484,2302,2847,2323,2051,2004,2371,2293,2113,2086,1977,1998,2054,2728,2928,2283,2537,2247,2005,2125,1811,2162,1931,2143,2372,2731,3968,4736,2449,2808,2405,2007,2376,2441,2486,2652,2373,1924,1887,1851,1878,2000,1930,2335,2044,2064,1930,1932,1959,2442,2370,2246,2533,2202,2246,2044,2420,2003,3283,1773,1653,1732,2512,2327,2135,2365,2122,2331,2080,1802,1853,2587,1823,1882,1921,1876,1938,1967,1934,1804,1914,2008,1997,2305,2011,2003,1928,1924,1963,1970,2087,2167,1765,2323,1839,1777,1483,1966,2200,1645,1487,1483,1561,1523,1521,1407,1370,1813,2125,1554,1694,1725,1433,1365,1413,1357,1332,2134,2157,1534,1659,1523,1314,1379,1428,1451,1397,1807,1785,1506,1784,2285,1428,1538,1509,1784,1463,1460,1428,1444,1572,1532,1446,1603,1568,1798,1554,1537,1399,1477,1367,1440,1654,1850,1686,2092,1570,1432,1460,1446,1949,1272,2030,1565,1646,1752,1434,1614,1499,1623,1580,1490,1691,1561,1621,1552,1415,1525,1719,1475,1713,1636,1849,1710,1962,1693,1853,1680,1992,1482,1614,1550,1567,1535,1640,2061,2139,1572,1566,1466,1631,1517,1476,1650,1658,2042,2222,2201,2039,1608,1415,1581,1504,1972,1568,1795,2030,2089,1740,1526,1731,1502,1485,1541,1627,1617,1820,1815,1812,1573,1557,1581,1618,1787,1486,1480,1490,1514,1772,1536,1606,1461,1649,1775,1566,1505,1635,1403,1917,1309,1305,1754,1869,1439,1829,1427,1403,1398,1446,1416,1280,1331,1704,1455,1287,2156,1857,1496,1498,1494,1443,1525,1957,1611,1418,1470,1823,1490,1463,1487,1412,1453,1530,1687,1974,1641,1599,1495,1597,1610,1731,1725,2202,1638,1772,1596,1487,1643,1915,1467,1847,1994,1667,1696,1963,1601,1561,1528,1437,1733,2048,1593,2274,1952,1922,2209,1653,1649,1608,1810,2391,1862,1807,1799,2001,1802,1860,1983,1695,2382,2217,2163,1966,2507,2604,2486,2361,2707,2549,2809,2319,4376,2391,2241,1810,2358,2021,1924,2090,1855,2221,2063,2278,1933,2196,1661,1757,1767,1848,1977,1811,1848,2076,1783,1772,1801,1936,1645,1563,1709,1885,1755,2306,2075,1696,1762,1957,2603,1663,1833,2093,2155,1542,1548,1817,2360,2100,2265,1928,1903,1758,2090,2160,1941,2518,2649,1931,2424,2043,2010,2668,2120,1972,1840,1886,2255,1887,2272,1763,2325,2362,1952,2013,1839,2327,1925,1853,1966,2005,1851,1762,1801,2244,1925,1969,1934,1755,1885,2205,1928,1968,1723,1812,2128,1722,1849,1805,1928,1846,1843,2039,2328,2172,2517,2094,1921,1566,1685,1683,1889,2004,2057,2126,1964,2047,2404,2008,2288,2245,1919,1693,1676,2049,1573,2250,1754,3000,2249,2289,2976,2487,2484,2331,2481,2215,2084,1887,1987,1804,1975,1677,2140,2610,1721,1757,1726,1725,1690,1690,1757,2291,1840,1770,2440,2008,1967,1936,1765,1963,2408,1965,2358,1808,1963,2248,1778,3200,2050,2250,1965,1488,1534,1593,1494,1511,1822,1678,1597,1615,1644,1891,1501,1694,1480,1448,1451,1532,1462,1544,1643,1714,1500,1590,1645,1611,1572,1406,1435,1396,1782,1679,1556,1701,1557,1529,1711,1783,2127,1572,1924,2202,1968,1653,1904,1661,1704,1576,2016,1883,1671,2017,1922,2048,1534,1760,1728,1845,1688,1770,1719,1726,1721,1686,1964,1791,2123,2776,2522,2919,2097,1982,2488,2396,2049,2092,2086,1804,2120,1817,1839,2000,1978,1996,2033,2014,2053,2039,2131,2410,1577,2156,3241,2811,2324,2570,2890,2165,2849,2357,2767,2855,2882,2576,2799,2535,2078,2058,2164,2000,1805,1690,1809,1762,2046,2045,2124,2653,2925,3089,2804,2177,2970,2366,2757,2374,2888,3013,2765,2521,2929,2372,2124,1929,2206,2801,2366,2493,2449,2441,2414,2693,2568,2450,2173,3169,1848,1958,1645,1676,2590,2685,2576,2280,2129,1970,1967,2405,2364,1845,1929,2136,2247,2409,2609,2526,3019,1847,2341,2037,2375,2724,2846,2768,2254,2079,1893,1880,1663,2085,2491,1968,2047,1997,2210,2166,2492,2445,2127,2605,2122,2217,2208,1966,2462,2308,2827,2811,2733,2356,2487,2731,2142,1925,1849,1842,1852,1965,2290,2567,2723,2376,2447,2199,2281,2037,2127,2123,2179,3392,2566,2088,3010,2529,3372,2117,2135,1766,2002,2572,2722,2808,2771,2775,2250,2218,1960,2240,2736,2054,2509,2174,3210,2688,2809,2407,2410,2329,2369,2326,2165,2050,2616,2410,2770,3684,2735,3969,2687,2107,3091,2490,2338,2098,2665,2570,2359,1919,2170,2256,2020,2052,1927,2095,2195,2008,2326,1926,2006,2044,2009,2177,2318,2606,2078,1775,1646,2017,1734,1609,1602,1616,1607,1805,1722,1772,1797,1757,1778,1718,1681,1616,1649,1999,1848,1526,1723,1841,1445,1540,1800,1529,1421,1587,1580,1667,1609,1499,1522,1472,1457,1433,1438,1744,1688,1341,2134,1413,1456,1519,1516,1488,1520,1488,1483,1682,1648,1495,1587,1538,1606,1524,1569,1883,1615,1953,2108,1827,1561,1988,1582,1572,1654,1436,1722,1568,1990,1614,1726,1731,1789,1818,1563,1348,1780,1616,1494,1636,2455,1884,1593,1840,1801,1639,2180,1637,1608,2054,1556,1497,1754,1493,1472,1440,1578,1294,1635,1555,1415,1834,1966,1535,1447,1607,1871,1609,1598,1522,1806,1328,1783,1762,1837,1412,1511,1563,1481,1514,1941,1473,1479,1502,1465,1404,1632,1883,2165,1932,1674,1594,1619,1436,1403,1692,1882,1644,1921,1988,2545,2166,2089,1933,2045,1924,2109,2090,1825,1834,1767,1885,2128,1827,2513,2070,2184,1795,1882,2213,1650,2248,2445,2400,2690,2407,2681,2724,2450,2016,1973,1880,2228,2287,2685,2128,2366,2572,2807,2359,3218,2408,2414,2520,1920,1888,2033,1897,2245,1956,2128,2054,1688,1680,1888,2175,2268,2464,2496,2486,2712,2778,2009,2161,2518,2085,2021,1788,1567,1831,2201,2485,2023,1769,1889,2477,1776,2077,1889,2203,1975,1923,2047,2047,1916,1807,2206,1684,1924,2010,2151,2231,1968,1874,1929,1641,1970,1987,2170,2180,2198,1972,1967,2081,2050,2116,1976,2075,1943,2362,2087,2441,2171,2231,2036,1844,1794,1833,2090,1681,1447,1410,1851,1965,1669,1622,1689,1748,1661,1586,1572,1527,1627,1680,1538,1698,1567,1894,1842,1567,1518,1533,1676,1796,1610,1561,1454,1476,1646,1406,1480,1506,1871,1649,2036,1730,2001,1606,1605,1534,1592,1582,1718,1726,1684,1569,1603,1563,2074,1656,1626,1883,1527,1693,1627,1644,2252,1696,2039,1609,1612,1546,1863,1645,1592,2106,1980,1701,1688,1595,1593,1585,1639,1632,1649,1922,1605,1580,2329,1427,1701,1553,2610,1724,2209,1529,1597,1522,1601,1603,1694,1742,1966,1663,1727,1736,1578,1736,1766,1773,1434,1717,1560,1951,1615,1765,1594,2045,1628,1824,2114,1600,1851,1561,1478,1615,1506,1426,1432,1468,1847,1526,1447,1564,1320,1375,1455,1588,1344,1355,1472,1421,1419,1411,1428,1560,1645,1680,1407,1421,1431,1409,1389,1470,1453,1756,1548,1486,1448,1426,1473,1369,1388,1439,1885,1558,1774,1567,1514,1489,1554,1504,1334,1485,1542,1525,1619,2037,1812,1656,2039,1452,1588,1682,1648,1769,1466,1519,2108,2004,1727,1801,2070,1823,1935,1959,1765,1777,1791,1776,1772,1731,1977,2404,1854,3074,1836,1752,1797,1856,1700,1796,1605,1680,1709,1822,1640,2063,1965,1814,1997,1863,1992,2255,2027,2292,2248,2611,2484,3016,3415,2781,3004,2514,2521,2353,2836,2383,2789,3043,2376,3723,2178,2008,2436,2069,2323,2351,2367,2084,2063,2189,1896,2078,1932,2006,2047,1920,1869,1739,1805,1948,1780,1850,2450,2037,2081,1680,1641,1676,1646,1652,1895,1721,1641,1534,1606,1558,1714,1695,1444,1433,1900,1578,1768,1800,1655,2013,1583,1718,1723,1592,1648,1406,1375,1534,1397,1860,1414,1395,1359,1316,1821,1422,1468,1591,1332,1898,1377,1364,1300,1870,1887,1355,1471,1481,1458,1539,1741,1502,1451,1479,1445,1699,1360,1492,1565,1863,1794,1570,1529,1535,1496,1455,1502,1885,1470,1421,1977,1975,1376,1336,1395,1399,1419,1517,1359,1521,1452,1511,1592,1490,1542,1572,1486,1500,1450,1770,1615,1636,2048,2213,1994,1711,1776,1790,2134,2388,2928,1619,2476,2448,1991,2328,2514,2083,1968,1886,2164,1895,2246,1926,2168,2530,2149,1976,2035,2054,2842,2566,2211,2057,1857,2129,1838,1885,1969,1926,2360,1966,2089,1970,2168,3168,1883,2087,1968,2211,1877,2167,2282,1967,2407,2208,2446,2323,2329,2458,3003,2728,2068,1778,2124,2076,2219,2387,2928,2195,2294,1962,2135,2080,2048,2011,1874,1734,2258,1998,1926,2291,2113,1846,1923,2049,2000,1928,2374,1963,2071,2369,2379,2021,2449,2451,1970,2118,2044,2655,1768,1883,1801,2736,2203,2242,1814,1958,2313,2164,2127,2204,2004,2326,2317,2579,3170,2767,2705,2533,2365,2044,1984,1847,2283,1926,2044,2490,2683,1953,2078,2013,1959,2495,1932,1915,1686,1690,1727,1768,1725,1681,1841,1853,1796,2046,1727,1968,1925,2009,1846,1758,1693,1865,2283,2370,2007,1973,1803,2208,2039,2439,2087,2260,2734,2778,2338,2165,2013,1884,2048,2076,1845,2318,1906,1887,1878,2091,1930,1959,1928,2303,2652,2857,2244,2490,3207,2521,1886,2000,2086,2373,2561,2843,2693,1739,2002,2550,3528,2166,1998,2365,2084,2129,2054,2208,2047,1918,2130,2010,1996,2698,1963,1961,2093,2241,1805,1845,2252,2012,2002,1740,1564,2077,1804,1749,1976,2050,2123,2416,1883,2125,1964,1845,1841,2089,1807,1811,1999,1925,1935,2435,2340,1604,1804,1727,1763,2402,2568,1852,1717,1641,1611,1609,1637,1610,1610,1805,1994,1970,2161,2052,2027,1840,2326,1842,1725,2042,2371,2210,2008,2128,2048,1882,1850,1924,1728,1995,2136,2119,1846,2084,2016,2156,1774,1881,1932,1919,1926,1882,1721,1749,2094,1564,1527,1805,1612,1559,1684,1850,1639,2134,1638,1573,1559,1601,1564,1443,1408,1406,1679,1653,2115,2289,2046,2202,1852,1758,1966,1728,1901,1989,1686,1647,1730,1607,1437,1484,1525,1617,2520,1724,1688,2009,1758,1854,1923,1458,1669,1858,1887,1712,1856,1886,1785,1688,1925,1846,1890,1630,1896,2383,2530,3009,2407,3252,2403,2012,1769,1603,1841,1569,1768,2120,2085,2011,1969,2034,1968,2005,1929,2007,1966,1963,1966,1730,1881,1846,1814,1837,2049,1850,1966,2126,1957,1809,1773,2077,2696,1915,1859,2044,1842,2083,2011,2000,1891,1735,1774,1811,1717,1694,1725,2037,1408,1702,2011,2363,2122,2050,2003,1963,2010,2010,1755,1978,1799,1765,1804,1841,2017,2046,2282,1892,1840,1811,1834,2461,2519,2012,2254,2364,2450,2489,2489,2521,2173,2203,2087,2211,2361,2493,3002,1967,1613,2236,2412,2127,2483,2333,1885,2211,2610,2684,2526,1736,2488,1877,2285,1726,1958,1959,1972,1604,1651,1882,1564,1558,1530,1521,1963,1976,1889,2027,2186,2043,1814,1874,1897,1755,1602,1575,2090,2330,2493,2402,2410,4374,2216,2437,2262,2734,2532,1798,1846,1892,1928,1564,1597,1531,1800,1852,2862,2103,1835,1568,1600,1531,1878,1729,1853,2166,2045,1965,2798,1928,1927,1731,1887,1841,1853,1966,2321,2052,1765,1839,1800,1857,2161,1931,1927,1845,1839,2509,2607,2533,2083,2005,2329,2288,2524,2408,2892,2246,1974,2238,2247,2483,2612,2531,2570,2206,2131,2078,2172,2593,2623,2445,2525,2208,2094,2128,2121,2246,2210,2567,2886,2210,1987,1968,2895,2169,2196,1853,1915,1727,2076,2144,2046,1836,1972,2078,2618,2168,2040,2001,1976,1928,1846,1795,1571,1460,1801,1562,1642,1696,1637,2262,2045,1841,1596,1655,1600,1862,1790,1792,1853,1730,1733,1991,1711,1599,1506,1560,1565,1680,1565,1573,1563,1643,1674,1736,1608,1602,1528,1596,1826,1656,1715,1840,2096,1635,1699,2077,1654,2044,1647,1766,1919,2046,1573,1510,1530,1842,2322,2468,2532,2405,2414,2129,2774,2345,1870,2301,1926,2651,2649,2268,2565,2446,1928,2282,1925,1881,2020,2087,2325,2031,2365,2369,2227,2009,1996,2211,2806,2196,2327,1927,1689,1877,2173,2370,2412,2488,2843,2451,2447,2646,2249,2204,3009,2287,2326,2326,2372,2248,2322,2527,2267,2563,3046,2486,2165,3336,2126,1942,2448,2248,2415,2344,2402,2167,2483,2449,2135,2060,2492,2729,2366,2205,2165,3054,2920,4499,2845,3250,2569,2764,1892,2323,2401,1922,1763,1851,1872,2811,2576,2484,2765,2170,2607,3409,2208,2724,2455,2363,2533,2290,1943,2125,2080,1988,1841,1804,1564,1729,1685,2041,2046,2052,2006,2124,2087,1920,2010,2284,1854,2041,1931,1955,1773,2080,1934,2522,2006,2329,2243,1848,2043,1927,2012,1685,2008,2034,2059,2205,1962,2001,1891,2199,2683,1912,2238,2186,1875,1854,2037,2547,2083,2292,2078,2355,2336,1882,1941,2362,2803,2011,2086,2003,1841,1812,1958,1815,2038,2006,2087,1739,1801,1879,1725,1821,2036,1613,1559,1811,1875,1496,1605,1631,1646,1892,1762,2247,1639,1938,1598,1970,1697,1403,1490,1633,1576,1614,1803,1686,1640,2001,1654,1923,1808,1966,1917,1685,1843,2296,1810,1918,2044,1930,1974,2001,2005,2012,2240,2161,1777,2043,1971,1974,2362,2400,2251,2247,2489,2450,2334,2036,2448,3012,3256,2927,2168,2162,1870,1841,2045,1921,2052,2039,1846,1816,2366,2603,2138,2087,2816,2450,2129,2445,2448,2602,2129,2249,2448,2210,1879,1988,2307,2294,2124,1899,1968,1961,2050,2089,1999,1736,2035,1940,2195,2174,2439,2086,1684,1852,1800,2095,2131,2242,1995,2011,2013,2165,2156,1813,1850,2317,2655,2153,2080,2055,1998,1936,1999,1969,1727,1963,1766,1601,1531,1794,1889,2296,2128,2122,1809,1683,1959,1935,3442,1779,2079,2055,2108,1884,1856,1838,2096,2285,2318,1966,2009,2005,1932,2002,2044,2052,1676,1635,1645,1730,2567,1763,1684,1610,1606,1718,1719,1896,2091,2127,2212,2082,2007,1882,1807,1890,1726,4376,1967,1848,2001,1863,1734,1795,1582,1789,1725,1648,1773,1875,1891,1608,1597,1658,1606,1643,1872,1974,1767,1572,2083,1683,1681,1770,2041,1574,1433,1485,1412,1595,1600,1513,1406,1569,1559,1439,1339,1810,1829,1483,1623,1525,1564,1567,1549,1560,1538,1602,1687,1562,1597,1522,1611,1597,1661,2231,1501,1527,1626,1615,1604,1558,1457,1479,1531,2330,1853,1916,1647,1567,1552,1721,1699,1676,1725,1794,1813,1412,1631,1502,1723,2058,1741,1695,1726,1444,1367,1327,1820,1798,1643,1523,1612,1781,1629,1601,1600,1521,1594,1587,1513,1506,1557,1955,1596,1672,1518,1609,1536,1513,1469,1515,1377,1953,1851,1562,1667,1402,1401,1349,1465,1472,1528,1514,1338,1852,1317,1545,1749,1830,1327,1820,1599,1392,1386,1970,1722,1846,1398,2123,1578,1555,1534,1443,1467,1758,1485,1446,1509,1556,1372,1868,1312,1495,1622,1748,1351,1325,1930,1378,1372,1362,1355,1377,1559,1516,1796,1839,1813,1804,1805,1731,1775,1503,1741,1287,1871,1273,1770,1788,1346,1978,1595,1619,1658,1674,1476,1556,1424,1426,1415,1398,1400,1391,1420,1565,1854,1530,1536,1363,1515,1501,1495,1497,1417,1849,1656,1372,1443,1364,1919,1435,1428,1429,1427,1410,1621,1622,1469,1479,1413,1487,1504,1563,1619,1411,1461,1463,1459,1526,1624,1656,1552,1610,1600,1509,1837,1667,1550,1588,1628,2100,1571,1889,1591,1760,1660,1750,1529,1559,1841,1651,1792,2108,1476,1576,1367,1435,1859,1556,1877,1940,1600,1593,1740,1512,1596,1502,1622,1904,1470,2137,1789,2117,2117,1810,1739,1666,1699,1715,1721,1791,1838,1774,1721,1783,2184,1889,2748,2888,2784,2406,4045,2674,2604,2530,2364,2341,2310,2633,3283,2901,2416,2111,2249,1845,2161,2051,2385,2371,2605,2969,2330,2124,2015,2323,2489,2210,2124,2691,2007,2140,1894,1979,2005,1727,1605,1799,2007,1843,2015,2121,2010,2370,2087,2245,2045,1886,1806,1726,1721,1922,2136,2469,2568,2635,2965,2058,2507,1899,2599,2159,1887,2046,1973,2324,2005,2131,2248,2165,2452,2047,2426,1922,2341,2087,1736,1958,2090,1963,2002,2172,2206,1924,2644,1929,2013,2647,2075,2103,2180,2177,1979,1965,1877,1833,1739,1912,1696,1728,1798,1800,1814,1691,1632,1572,1570,1876,2200,1764,1972,1763,1846,1686,2088,1603,1653,1435,1497,1515,1442,1698,1876,1846,1809,1714,1731,1642,1690,1683,1720,1859,1688,1676,2000,2190,1887,1763,1931,2042,1643,2770,2244,1810,1932,2035,2287,2258,2523,2169,2288,2235,1934,1918,2134,2333,2235,1855,2088,1674,2164,2498,2280,2250,2083,2461,2285,2051,2169,2126,2291,2126,2124,2647,2248,2365,2295,2117,2607,2690,2241,2295,2556,2130,2210,2122,2493,2005,2135,2153,3511,2640,2614,2567,2652,2041,2090,2006,1968,2190,2458,2445,2484,2651,2925,2487,2404,2264,1883,2131,2081,2017,2491,2289,2162,1896,2363,3405,2892,4332,3539,2078,2274,2093,1814,2478,2050,2005,1771,2049,2082,2052,2449,2288,2162,2124,1965,1963,2860,2038,1772,2087,2216,2370,2604,2654,3004,2451,2525,2450,2372,2398,2533,2449,2528,1943,2320,2178,2047,2338,2320,3179,2072,1936,1928,2008,2136,2260,2442,2187,2417,2001,2051,2217,1997,2050,1721,1764,2086,1975,1999,2094,2037,2093,2000,2975,2356,2128,1885,2247,2810,1918,1880,2287,2078,1768,1885,1919,1972,2085,2532,2241,2336,2446,2490,2689,2722,2575,2447,2446,2297,1965,1968,2489,2682,2814,2843,2769,2730,2854,2331,2122,2479,2859,2368,3442,2769,2132,2088,2369,2601,2454,2682,2849,3248,2812,2242,2566,2365,2580,2595,2687,2049,2574,1831,1997,2603,2675,2325,2096,1977,2166,2231,2085,2125,1932,2040,2010,1842,2340,2250,2565,2055,2198,2538,2922,3049,2048,2539,2316,2536,2291,2561,2736,2615,2606,2865,3116,2493,2122,2414,3049,2323,2811,2764,2128,2291,2323,2251,2151,2441,2566,2243,1973,1930,3344,2602,2209,1846,2491,3043,2410,2610,2689,2161,1895,1967,1733,2267,2164,2149,1963,2089,2440,2369,2132,1924,1929,2937,2444,2293,2155,2334,2083,2300,2196,2375,2398,2136,2291,1729,1925,2686,2407,2095,1723,1601,1533,1557,1532,1524,1599,1816,2238,2131,2399,2012,2001,1969,1729,1723,1768,1761,1649,1925,2361,2092,1846,1762,1812,2169,2127,2313,2138,2091,1649,1679,2000,1760,1615,1554,1526,1579,1558,1528,1526,1764,1591,1689,1616,1645,1672,1609,1686,1574,1523,1749,1563,1544,1479,1538,1509,1495,1901,1613,1565,1329,1368,1393,1561,1616,1438,1910,1444,1421,1413,1633,1492,1472,1407,1445,1411,1429,1374,1336,1751,1853,1367,1449,1493,1446,1650,1376,1587,1839,1321,1733,1799,1405,1480,1606,1635,1400,1621,1360,1333,1826,1379,1321,1827,1400,1379,1464,1739,1446,1545,1741,1762,2080,1692,1649,1841,1661,1530,1519,1907,1481,1510,1483,1420,1469,1497,1728,1534,1460,1355,1429,1510,1488,1484,1498,1478,1407,1479,1676,2088,1443,1433,1354,1846,1935,1497,1548,1615,1690,1587,1619,1669,1844,1438,1358,1949,1548,1630,1971,1570,1594,1468,1668,1355,2073,1582,1553,1556,1378,1853,1594,1359,1769,1886,1435,1407,1387,1381,1772,1847,1502,1264,1845,1805,1816,1376,1350,1364,1342,1357,1304,1854,1467,1457,1465,1465,1344,1333,1342,1924,1303,1363,1376,1395,1828,1901,1415,1333,1910,1423,1454,1478,1388,1793,1785,1869,1364,1363,1362,1288,1453,1342,1359,1786,1764,1897,1429,1514,1510,1511,1338,2008,1334,1804,1317,1858,1471,1323,1846,1309,1803,1892,1483,1311,1781,1357,1813,1822,1810,1900,1376,1382,1440,1354,1851,1299,1826,1834,1333,1391,1287,1850,1337,1801,1326,1898,1395,1477,1351,1339,1771,1884,1321,2039,1577,1499,1510,1501,1462,1731,1698,1576,1851,2296,2831,2809,2650,2135,2480,2080,2100,2988,1915,2404,2968,3030,2686,2272,2407,2448,2716,2649,2869,2395,2755,2446,3010,2613,2368,2414,2851,1902,2892,4968,3939,2327,2049,2117,2168,2106,2366,1970,2085,2367,1889,2199,2246,3380,2687,2729,2290,3288,2563,2567,2571,2486,2810,2449,3167,2367,1925,2409,4331,3054,3209,2481,2247,2533,2171,2639,2564,2569,1997,2443,2249,2092,2164,1945,2012,1882,2442,2485,2652,2446,2607,2603,2220,2640,2006,2368,2442,2047,2486,2247,2002,1888,1922,1806,2124,2213,2368,2605,3531,2613,2136,2737,2567,2410,3087,2094,2040,2447,2330,2811,2242,2008,1883,1776,2320,2410,2166,2048,2248,2248,2321,2529,2338,2482,2281,3088,2488,2206,1900,2148,2883,2642,2210,2331,2245,2493,2405,1764,2367,2004,2082,2012,2373,2488,2278,2568,2130,1829,2317,2552,1937,2046,2322,2171,1766,2061,1772,1717,1767,1920,2544,2028,1894,1952,1966,2163,2119,2218,1961,2104,1836,1573,1801,1957,1960,1824,1954,1858,1995,2014,1879,1676,1428,1607,1765,1714,1968,1732,1875,1728,1722,1670,1569,1607,1559,1529,1493,1557,1615,1592,1485,1484,1389,1645,1430,1481,1471,1364,2005,1894,1332,2019,1481,1537,2087,1472,1676,1690,1501,1670,1612,1633,1613,1664,1498,1830,1633,1602,1578,1591,1698,1675,1538,1550,1518,1566,1526,1959,2169,1958,1810,2007,2043,2054,1997,1886,1967,1883,2087,2455,2494,2371,2522,3123,2571,2371,2367,2125,2003,2488,2929,2967,2454,2050,2042,2371,2081,2174,2485,1925,1564,1810,1956,1698,1963,1881,1763,1879,1807,1568,1562,1754,1533,1836,1766,1716,2257,2282,2119,2057,1885,2206,2367,2000,1844,2491,2335,2006,2083,2630,2076,2271,2120,1943,1896,1956,2046,1969,1763,1970,1685,2008,2011,2417,2887,2451,2483,2137,2607,1932,2370,2289,2363,2568,2364,1887,2173,2239,2114,2128,2886,2452,2726,2208,1965,2381,2641,2690,2411,1967,2483,2488,1967,2249,2448,2728,2483,2373,2448,2560,2572,2323,2531,2330,2446,2367,2883,2368,2005,2353,2165,2011,1965,1973,1850,2040,2012,2011,2763,1845,2128,1800,1696,1921,1616,1712,1892,1698,1570,1523,1569,1605,1839,1726,1702,1745,1631,1498,1525,1562,1639,1573,1796,1573,1526,1517,1491,1514,1775,1935,1780,2008,1827,1993,1608,1737,2157,1953,1846,2066,2202,1822,1545,1630,1607,1794,1824,1833,3429,1666,2312,1767,1698,1989,1606,1513,1432,1363,1406,1416,1752,1861,1629,1863,1680,1569,1565,1631,1673,1533,1523,1451,1759,1405,1455,1478,1451,1311,1890,1397,1426,1758,2035,1680,1406,1650,1584,1403,1352,1395,1292,1463,1514,1862,1407,1447,1448,1393,1484,1410,1321,1339,1658,1473,1373,1683,1505,1549,1583,1564,1590,1475,1472,1554,1403,1469,1580,1397,1514,1485,1329,1825,1345,1933,1397,1503,1453,1966,1449,1359,1340,1981,1470,1500,1494,1425,1974,1428,1562,1495,1555,1413,1386,1297,1917,1398,1333,1501,1933,1595,1876,1427,1405,1487,1334,1982,1653,1810,1456,1575,1778,1535,1578,1493,1622,1692,1468,1318,2158,1889,1682,1718,1988,1722,1722,1624,1641,1493,1554,2213,1908,2076,1842,2095,1925,1817,1472,1710,2272,1995,1924,2194,2312,2938,2320,2380,2212,2525,2449,3022,3425,3362,3073,2561,2446,2413,2119,1814,1916,1772,2410,2208,1963,2003,2300,2036,1850,1963,1921,1925,3014,2380,2515,2649,2486,2129,2089,2362,3219,2700,2360,2322,2371,1844,2137,1864,2154,2447,2331,2122,2247,2575,2288,2524,2322,2483,2532,2164,2085,2452,1851,2646,2289,2211,2078,2094,2239,2611,2731,2407,2170,2279,1890,1886,2362,2811,2035,2305,2165,2002,1774,1903,2346,2064,1844,1928,1683,1844,1849,1842,2374,2006,1968,1961,2016,1996,2047,1728,1972,1961,1963,1889,1806,2125,2279,1930,1813,2120,1926,1967,2003,2845,2169,1850,2389,2532,2244,2288,2414,2159,1857,1961,1808,2208,2610,2810,1969,2012,2039,1971,2238,2017,2163,1967,1961,2008,2081,2137,2235,1926,2238,2403,1927,1884,1774,1882,3167,2294,2287,1807,1929,1970,1804,2121,2571,2251,2189,2194,2332,2493,3090,2407,2370,2323,2527,2366,2087,2045,2156,3577,2721,2243,2133,1999,1929,2405,2013,2091,1966,2534,2247,2446,2608,2210,2521,2258,1891,1681,2104,2567,3173,2405,2243,2128,2368,1968,2008,2002,1930,1963,2044,1849,2744,3295,2728,2131,2363,2095,2289,2402,2492,2374,2314,3251,2413,2366,2363,2246,1855,1995,2603,2211,2322,2087,1716,2427,3131,2400,2086,2333,2086,2085,2570,2808,2762,2575,2400,2369,1851,2293,2692,2603,2765,2787,2760,2408,3774,2933,1967,2290,2411,2852,3126,2648,2283,2292,1852,2080,2090,2404,2213,2359,2611,2606,2134,2725,2893,1995,2750,2447,2253,1957,2202,3315,3212,2334,2002,1869,1801,1609,2127,1967,2155,2172,3611,1927,2094,2321,1962,2495,3008,2730,2640,2019,2151,1999,1845,2323,2228,2647,2614,2175,2164,2015,1996,2685,2327,2051,1964,2006,1848,2413,2040,2053,2324,2118,2208,2009,2554,2652,2845,2693,2563,2051,2689,2087,2639,1925,2369,2166,2324,2447,3136,2403,2490,2282,2133,2316,2648,2488,2613,2606,2125,1984,2047,2242,2121,1974,1960,2370,2770,2045,2287,1931,1715,1647,1610,1646,1637,1607,1601,2370,1892,2210,1883,2120,2055,1999,1968,2000,1694,1681,1849,1716,2058,2006,2074,2215,1964,1962,2126,2129,2128,1970,2683,1968,1800,1766,1889,1847,2969,2008,1888,1876,2448,2008,2008,2004,2046,2007,2348,2293,2025,2093,2161,1974,2237,2051,2048,2118,2056,1880,2333,2085,2205,2756,2289,2564,2565,2574,2647,2408,2560,2488,2846,2365,2616,2487,2646,2443,2896,2681,2572,3930,2090,2295,2486,2526,2684,2525,2531,2165,2206,2769,1734,3025,2061,1916,1687,2042,2050,1889,1963,2131,1959,1887,2200,2445,2611,2769,2520,2451,2287,1806,2291,2522,1926,1815,2286,2487,3009,3528,2538,2200,2479,2771,2407,3370,2208,3212,2208,2487,2249,2088,2764,2491,2526,2281,1970,2239,2414,2521,2250,2729,3048,2564,2935,2685,3490,2649,2408,2606,2975,2887,2928,2443,2569,2688,2490,3211,2287,2647,2289,2638,1894,1837,2235,2295,2089,2571,2320,2129,1721,1627,1676,1731,2275,1841,1931,2366,2603,2053,2884,2647,2731,2126,2278,1888,1737,2128,2161,2250,1845,1612,2279,1652,1951,2124,1857,2019,1957,1897,2230,2245,2083,2133,2369,2359,2371,2367,1803,1933,2162,2209,2447,2410,2001,1806,1802,1804,1846,2412,2365,2728,2173,2560,2369,2445,2170,1922,2308,1807,2624,2134,2207,1691,1638,1722,2409,2968,2516,2299,2007,1642,1599,2450,2497,2362,3095,2194,2375,2343,1744,2266,1731,1885,2549,2357,2822,2250,1938,2043,2128,2004,2009,2115,1994,2063,2012,2104,2044,2358,2151,1975,2296,2041,1760,2011,2185,2046,1938,2189,2153,2141,2008,2110,2079,1985,2030,2142,3242,1994,1853,1969,1815,2149,1781,1616,1968,1728,2147,1980,1864,1813,1781,1828,1882,1807,1845,1821,1806,1720,1981,1723,1660,1737,1857,1794,1893,1677,1926,1773,1485,1839,1901,2129,2609,2161,2368,2297,1806,1929,2507,2646,2549,2166,2328,2722,2494,2481,2370,2484,2326,2932,1773,2757,1570,2163,2259,2015,1711,2104,1805,2010,2252,2193,2123,2129,2003,1783,1889,2000,2373,2321,1645,1806,1647,1688,2068,2532,2645,2305,1925,1924,2601,2651,2614,2124,1846,1685,2046,1881,1843,1971,2001,1969,2128,1961,2011,1958,2053,2128,2051,1956,2693,2129,2165,1880,1975,1880,1844,1885,1971,2078,2123,2012,1962,1976,2684,2442,2212,2037,2021,1964,1960,2049,2557,2449,2404,2036,2410,1808,2036,2055,2122,2162,2217,2196,1932,1882,2009,1967,2051,2033,2894,2090,2078,1938,1999,1650,1887,2239,2253,1797,1932,1847,2050,2235,1888,1962,2014,2091,1754,2088,2090,2001,2048,2209,2214,2039,2167,1883,1802,1648,1642,1738,1799,1881,2215,2009,2122,1969,2034,1852,1765,1782,1874,1777,2436,1684,1536,2325,1996,2014,1734,1831,2017,1639,1877,1662,1605,1749,1687,1695,1715,1729,2489,1933,2527,2001,2127,1881,2212,1731,2398,2055,1995,2047,2138,2080,2212,2117,2013,2238,2207,2209,2727,2851,3492,2207,2724,2610,2802,2617,2804,3410,2893,2481,2610,4936,2841,2901,2609,2446,2955,2512,2186,2211,2124,2125,2134,2239,2098,1925,2004,2046,2686,1971,2366,2046,2125,1926,2129,2005,2200,2127,2089,1722,1889,2203,1928,1882,2091,2170,2038,2087,1927,1735,2322,1729,2006,1639,2010,1603,1485,1575,1473,1844,1812,1771,1759,1754,1766,1694,1761,1618,1678,1558,1603,1656,1844,1672,1505,1559,1832,1543,1602,1559,1595,1493,1573,1514,1491,1449,1604,1634,1560,1576,1572,1639,1490,1475,1410,1470,1384,1439,1445,1547,1526,1448,1740,1664,1834,1483,1441,1439,1891,1377,1567,1988,1485,1623,1515,1529,1449,1389,1426,1379,1400,1738,1858,2282,1578,1746,1629,1716,1769,1814,1778,1861,1662,1804,2244,1813,1749,2212,1562,1703,1862,1806,1884,2202,2409,2484,2240,2448,2813,2488,2639,1957,2008,2646,2402,2935,2410,2482,3255,2804,2331,2323,2451,2011,2213,2212,2007,2425,2370,2480,2293,2639,2095,2408,2529,1756,2599,2166,2401,2414,2281,2216,2203,1957,1809,1972,1885,1839,1802,1898,2596,1930,2093,2487,1788,1748,1759,1522,1648,1750,1718,1601,1656,1604,1839,1855,1754,1762,1641,1701,1596,1757,1722,1780,1523,1409,1644,2359,2013,1761,1736,1686,1688,1804,1601,1682,1757,1895,1888,1917,1777,1684,1752,1902,1711,1685,1756,1692,1727,1760,2041,1555,1852,1814,1500,1678,1618,1983,1981,1760,1736,1879,1725,1897,1486,1591,1963,1974,2238,2372,1933,2239,1924,1935,2040,2041,1892,2123,3085,2526,2447,2371,2129,2016,2046,2125,1972,1927,1922,1973,2441,1808,1889,1878,2090,2209,1971,1922,1931,1991,1802,1820,1802,1559,1532,1849,1893,2126,2448,2010,2205,2044,1967,2004,2001,2172,2167,1890,1879,1935,1998,1923,1928,2009,2246,1959,1892,1883,2213,2007,1919,2077,2625,2494,1706,1906,2481,2253,1856,1972,2363,2754,2892,1945,2580,3004,2470,2769,3062,2170,1779,1810,1882,2691,2277,2131,2203,1939,1793,2004,2583,2144,2224,2073,2002,2371,1902,2023,2154,2000,1925,1887,2077,2048,1762,1918,1896,2436,2291,2247,2161,2099,1960,2035,1928,2262,2167,2286,2247,3132,2561,2971,3370,3497,2439,2252,1963,2283,2682,2086,2126,2254,2246,2283,2369,2770,2368,2239,2655,2768,2646,2450,2685,2449,2322,1892,1881,1811,2402,2092,2530,2366,2482,2414,2408,2446,2086,2085,2408,2526,2244,1568,1699,2205,3129,2886,2486,2132,1921,1810,2562,2449,2049,1977,1895,1921,2089,1969,1881,1759,1927,1855,2157,1765,1764,1969,1935,1879,2246,2045,2489,2102,1879,2488,2049,3125,2286,1830,1685,1880,1835,2210,2290,2281,2395,2130,1609,2007,2255,1934,2485,2127,2094,1962,2048,2008,1930,1797,1847,1937,2177,2165,2446,2373,2369,2970,2566,2069,2439,2266,1925,2087,3457,2321,2010,2320,1892,2490,2625,2287,2295,2254,2366,2331,2526,2397,2458,2483,2492,2650,2537,1813,1994,2300,1756,1572,1717,1647,1681,1649,1599,1571,1828,1692,2049,1727,1634,1662,2087,2403,1967,1846,2295,2076,1892,1689,1806,1953,2008,1888,1890,2282,2129,2043,1815,2158,1726,2491,2521,2008,2093,2161,2168,2080,1974,1929,2124,2603,1650,2611,1847,2121,2160,1805,2498,1995,1972,1844,1808,1982,1811,1788,1701,1631,2048,1451,1594,1567,1856,1639,1802,1765,1688,2081,1726,1642,1781,1873,1818,1679,1726,1719,2018,1523,1683,2007,2276,2061,1724,1832,2035,1808,1789,1781,1801,1758,2050,1844,1847,2038,1568,1776,1850,1718,1923,1733,2360,1800,1896,2325,1709,2015,1528,1523,1596,1643,1644,1641,1626,1524,1751,1530,1598,1962,1966,1885,1962,1853,1960,2280,2023,2080,2342,2439,2458,2798,2896,2561,2452,2450,2645,2209,2246,2722,3933,4380,3286,4774,1847,2329,2810,2767,2809,2925,2535,2034,2208,2242,2054,2134,3360,2409,2641,2652,2244,1886,2160,2838,2489,2451,2125,2405,2695,3291,2568,2446,2164,2129,2126,2245,2607,1973,1957,1888,2128,2132,2564,2968,2089,2077,1855,1769,1958,2245,2613,2198,1977,2008,2114,2050,1895,2607,2242,1962,1935,2034,2099,1957,2606,2091,1889,1964,1846,1727,1962,2003,1973,2527,1726,2242,1923,2008,1924,2191,2522,2691,2892,2448,2524,2288,2197,2689,3175,2402,2366,2367,2288,2040,1804,1802,2554,2247,2439,2052,2397,2293,2006,2058,1960,1890,1839,1714,1617,1641,1934,1804,2035,2089,2052,2045,2008,2047,2127,2008,1962,1799,1855,1575,1674,2178,1760,2011,1726,1788,2054,1734,1751,1691,1800,1535,1720,1849,1490,1978,2214,1995,1977,1884,1925,1844,1883,1924,1888,1888,1878,1967,1775,1803,1965,2199,2140,2084,2083,3341,1909,2732,2064,2231,2368,2294,2031,2355,2290,2011,2896,2133,2526,3409,1802,2811,2052,2024,2490,2080,2014,1640,2129,2041,2008,2145,2770,2332,2442,2571,1969,1999,1759,2451,1884,1890,2779,2493,2127,2521,2413,2285,2445,2090,1847,1883,1808,2044,2004,2250,1931,1969,2486,2005,2041,2166,1932,2037,2051,2125,2489,1932,1923,2004,1888,1805,1926,1842,2046,1963,2044,2130,1924,2421,2763,2293,2322,2371,4207,2047,2609,2127,2486,2125,2660,2119,2211,2124,2287,2377,2404,2285,1880,1886,2502,2366,2367,2692,2128,2276,2889,1810,2355,2214,1997,1576,1567,2281,2409,2291,1925,1894,1876,1925,1982,1723,1729,1936,1799,1563,1807,1932,1886,1797,1648,1526,1683,1646,1675,1660,1997,1689,1441,1402,1373,1432,1648,1927,1658,1949,1686,1806,1914,1932,1921,1974,2045,1805,1797,2046,2131,1932,2005,1686,2556,1972,1933,1916,1889,1965,2490,1964,2088,1810,1678,1643,1804,1814,1999,1845,1925,2008,1968,1846,2413,1877,1849,2288,1567,1839,2287,2085,2084,1776,1763,1770,1922,1889,2315,2419,2033,1696,1968,2392,1813,2286,2160,2207,2330,2009,1596,1607,1603,1523,1523,1854,2300,2129,2599,2676,2078,1964,2602,1925,2480,1730,1680,1573,1756,1856,1996,1808,1886,2043,1731,1703,1619,1871,1568,1411,1880,1924,2125,1691,1798,1857,1835,1885,1965,1935,1886,1877,1933,1876,1730,1732,1727,1794,1817,1965,1887,1708,1483,2243,2053,1762,1800,1816,2236,1961,2252,2123,2162,1982,1843,1882,1812,1809,1985,2378,2148,2512,1723,2050,2068,2018,1602,1768,1883,1927,1898,1873,1957,1899,1813,2041,1924,2047,2250,1566,1554,1845,1970,2009,1769,1837,1845,1887,2191,2142,2551,2163,2325,2448,2208,2121,2321,2534,2522,2374,2164,2003,1672,1557,1645,1924,1957,2525,2531,2196,1988,2519,2418,1798,1765,1896,1836,1574,1684,1911,2199,2069,1916,2008,1886,2089,1973,1972,2087,1739,1897,1878,1850,1768,1688,1771,1718,1695,1809,1907,1923,1856,1917,1805,1724,1934,1808,1956,3267,3131,2201,2253,2199,2171,2972,2408,2410,2161,2358,2373,1997,2285,1976,1919,1850,1811,1959,2001,2419,2247,2533,2684,2285,2573,2371,1851,2041,2048,2572,2361,1931,2054,1915,2412,2854,2127,3532,2725,2329,2282,3330,2128,2202,2084,1999,2051,3339,2629,2648,2188,1886,1885,2124,2173,2774,2884,2329,2335,2099,2039,2810,2248,2408,2567,2651,3366,2292,2445,3010,2950,2245,1929,2247,2694,1820,2162,2091,1799,1698,1913,1656,1876,1687,1925,2084,2049,2083,1933,2260,2400,2615,2238,2453,2051,1840,2126,2458,2202,2494,3009,2063,2330,2290,1924,1647,1762,3172,2487,2371,2521,3005,2573,2413,3083,2500,2605,2604,1887,1888,1931,2639,2459,2165,1722,1681,1650,1649,1879,2094,2043,2003,2211,2121,2613,1807,1929,1731,1611,1731,2083,1726,2114,2083,1782,1552,1772,1842,1816,1870,1715,1602,1670,1441,1717,2091,2371,2238,1974,1559,1857,1687,1468,1490,1735,1961,2213,1921,2092,2083,2490,1963,2780,2690,2562,2372,2160,2855,2086,1840,1847,1757,1856,1959,2074,2926,2209,2451,2365,2250,2208,2007,2246,1809,2041,2087,1924,1934,1964,1928,1997,2004,2123,2120,1956,2043,2038,2048,1971,1967,1850,1965,1962,1679,1925,1770,1852,1922,2010,2038,1802,1777,2411,2246,1973,1838,2239,2074,1690,1839,1771,1650,1755,1929,1567,1397,1569,1646,1648,1644,1773,1764,1801,1565,2077,1415,1361,1701,1722,1520,1555,2009,1445,1520,1577,1599,1644,1446,1525,1413,1754,1365,1340,1769,1763,1994,1378,1443,1441,1596,2018,1400,1747,1394,1365,1654,1556,1491,1524,1470,1460,1423,1418,1501,1485,1543,1712,1780,1454,1547,1824,1620,1539,1645,1326,2012,1519,1356,1331,1949,1601,1625,1728,1579,1529,1526,1526,1729,1524,1439,1568,1519,1488,1623,1821,1691,2039,2170,1792,1693,1643,1797,2097,2305,2042,1836,2381,2128,2039,2124,2078,1887,2003,1996,1868,1915,2173,2168,2006,2178,1974,1886,1603,1956,2493,2443,2332,2486,2120,2333,2446,2129,2303,2170,1967,2433,2771,2368,3123,1973,2119,1876,2127,2502,2686,2255,1954,2490,2569,2689,2039,1759,1884,1962,1973,2158,1977,2082,1800,1894,1881,1884,2051,2050,2155,2178,2033,1976,1923,2514,2038,1640,2110,2087,1850,2043,1720,1804,1767,2004,1852,1927,2494,1884,1718,1724,1532,2365,2763,2415,2240,2251,2007,2244,2488,2364,2451,2150,2383,2294,1807,1596,1835,1606,1648,1729,2039,1969,1731,2046,1972,1919,2326,2292,2401,2566,2699,2410,2125,2243,2325,2205,1956,2474,2169,2085,2326,1965,1978,1928,1973,1966,1877,2092,2763,2327,2047,2108,2088,2206,2156,2131,2244,1694,2091,2643,2489,2645,2489,2553,2264,2285,2096,1746,1878,2009,2487,2209,2166,2412,2527,2964,2246,2815,2685,3807,2450,2486,3050,2256,2306,2749,2513,2543,2603,2407,2722,2491,2208,1775,2062,1613,3602,2087,1892,2305,2411,1732,1838,1918,2311,1969,2009,2266,2285,1926,1732,2107,2611,2327,3207,2855,2120,2251,2568,2410,1931,1728,1764,1688,1836,2242,1817,1845,3076,2409,2764,1960,2000,2210,2121,2354,2407,2047,1870,2193,2723,2447,2528,2413,2017,2198,2082,2425,1928,1936,1972,2037,2038,1831,2202,2167,2210,2363,2687,2054,2277,2045,2040,1967,2088,2241,1922,1934,1970,1996,2208,2188,2040,2086,1893,2140,1965,1833,1690,1686,2329,1885,2305,2083,1792,2180,2159,1933,1924,2115,1854,2086,2125,2572,2207,2247,3817,2603,2131,2120,2022,2090,2003,2356,1970,1806,1763,2003,1611,2213,2681,2015,2635,1891,1968,2045,2002,1887,1813,1836,2369,2095,1840,1920,1935,2002,2142,2218,1914,2191,2122,2363,2334,2201,1925,2084,1888,1921,2393,2611,2445,2288,2406,1750,2118,2014,2360,2007,2323,2069,2806,1609,2072,2074,2005,2195,2242,2878,2889,2927,2769,1925,2482,1815,1798,1939,2235,2049,2012,2004,2239,2008,1927,2006,2095,1917,2208,2010,2595,2563,2536,2355,2326,2417,2125,1947,1883,2406,2131,2510,3050,2284,2251,2326,2054,2675,2129,2183,2407,2361,2251,2768,2450,3038,2652,2644,2655,2368,2524,2367,2486,2404,2167,2085,2005,1807,2050,2159,2849,2370,2571,2410,1997,3454,2561,2409,1730,1886,1932,1884,2006,1886,2120,2010,1805,1686,1683,1847,1972,1834,2009,1656,2117,2285,2007,2170,1840,1692,1842,1843,1814,2242,2923,2171,2212,2854,2886,2414,2552,2232,2133,2026,1851,2721,2209,1926,2123,2171,1562,1772,2201,2690,1970,1842,1569,1810,1849,1847,2124,2203,2807,2006,1978,1985,2012,1925,2254,2562,2927,2601,1921,1874,2052,1966,2126,2284,2047,2009,2203,1897,1961,2209,2502,2410,2161,2252,2483,2244,3651,2131,2322,2199,1967,2045,2172,1922,2237,2215,2040,1931,1888,1919,2366,2416,1798,2165,2057,1962,2240,2172,2092,1809,2468,2446,2606,2196,2251,2291,2326,2604,2239,2093,1883,1999,1933,1800,2033,1687,2005,2051,2116,2094,2090,1875,1845,1928,2009,1922,2128,1927,1847,2566,2049,1921,1930,1700,1774,1801,2326,1718,1521,1528,1656,1724,1767,1793,2016,1722,2211,1691,1678,2086,1632,1743,1634,1697,1805,1563,1423,1594,1693,1592,1493,1641,1617,1478,1514,1563,1584,1357,2091,1568,1550,1639,1729,1477,1433,1804,1819,1770,1761,1962,1653,1478,1446,1355,1770,1448,1468,1741,1746,1769,1753,1724,1522,1818,1373,1388,1343,1239,1786,1751,1755,1848,1549,1342,1408,1363,1287,1838,1812,1810,1906,1393,1534,1368,1375,1913,1955,1352,1389,1299,1738,1773,1844,1577,1548,1620,1542,1478,1764,1483,1371,1365,1294,1519,1612,1579,1518,1546,1903,1371,1409,1482,1558,1486,1694,1442,1682,1521,1359,1487,1388,1849,1341,1352,1231,1778,1355,1415,1643,1863,1745,1868,1425,1421,1418,1400,1552,1605,1355,1339,1886,1623,1624,1614,1625,1626,1474,1403,1618,1460,1514,1489,1684,1426,1381,1766,1761,1763,1475,1395,1445,1892,1561,1537,1328,1770,1762,1825,1560,1917,1622,1404,1357,1444,1349,1791,2098,1476,1519,1459,1588,1580,1657,1661,1607,1567,1568,1563,1829,1486,1429,1507,1417,1400,1342,1851,1273,1897,1261,1634,1504,1753,1360,1868,1456,1857,1221,1841,1375,1295,1679,1954,1393,1336,2015,1423,1525,1597,1628,1575,1580,1428,1404,1889,1485,1261,1816,1801,1336,1332,1527,1647,1530,1480,1445,1498,1413,1452,1459,1351,1847,2035,2074,1332,1403,1566,1896,1448,1478,1447,1442,1856,1434,1775,1459,1301,1882,1466,1525,1444,1415,1418,1486,1382,1409,1394,1578,1386,1392,1324,1843,1955,1345,1928,1339,1858,1516,1449,1464,1455,1434,1443,1449,1443,1447,1432,1499,1415,1794,1378,1263,1901,1339,1896,1403,1399,1821,1502,1479,1316,1434,1915,1283,1912,1383,1364,1310,1668,1633,1914,1474,1367,1489,1446,1454,1449,1515,1355,1534,1893,1385,1373,1861,1909,1511,1493,1449,1601,1827,1387,1474,1360,1452,1460,1446,1441,1565,1549,1421,1428,1479,1560,1319,1980,1505,1497,1498,1494,1327,1888,1570,1858,1275,1815,1293,1857,1451,1441,1439,1517,1551,1770,1644,1439,1442,1508,1516,1470,1330,1782,1347,1315,1443,1797,1373,1255,1818,1807,1778,1775,1878,1292,1831,1831,1409,1330,1810,1784,1776,1813,1382,1425,1409,1672,1763,1778,1750,1774,1869,1339,1391,1426,1497,1751,1333,1286,1853,1393,1394,1336,1336,1382,1285,1624,1542,1825,1865,1359,1359,1350,1363,1359,1473,1404,2001,1482,1733,1441,1533,1377,1845,1837,1957,1455,1521,1892,1731,1375,1435,1452,1429,1439,1440,1441,1490,1451,1379,1829,1507,1291,1996,1479,1477,1478,1514,1478,1357,1381,1385,1548,1886,1490,1423,1419,1420,1419,1421,1383,1613,2247,1410,1437,1381,1553,1556,1558,1601,1911,1671,1426,1509,1726,1439,1378,1411,1392,1393,1461,1468,1776,1579,1904,1342,1489,1331,1850,1580,1620,1617,1448,1529,1949,2143,1738,1995,1696,1729,1791,1779,1770,1699,1541,1794,2175,1968,1902,2447,3828,2449,3712,2751,2953,1982,2252,3847,2249,1638,1645,1563,1598,1565,2398,2603,2574,2439,2453,2924,3611,2652,2250,2488,2542,2657,2460,2528,2609,2727,2972,2602,2406,2496,2481,2374,2066,2768,2609,2487,2264,2571,2011,2175,2201,1769,1927,2448,2885,2483,2126,1969,1959,1813,1891,1913,1886,1856,2119,2684,2366,2692,2301,1870,2633,2451,3367,2845,3269,2205,2256,2363,2733,2407,2446,2041,2329,2689,2729,2283,2488,2369,2499,2174,1884,1608,1567,1564,1564,1719,1726,2050,2039,2093,2342,2018,1955,3135,3291,2568,1922,2163,2529,2288,2565,3091,2046,1830,1769,2079,2173,2292,2364,2331,2087,2041,1887,2047,1968,2361,2530,2618,1950,3210,2484,2363,2168,1803,2450,2608,2288,2627,3021,2473,2469,2100,2376,2406,2248,2696,3289,2569,2606,2052,1933,2467,2810,2646,2170,2047,1919,2365,2332,2321,3013,2731,2209,3041,2451,2525,1887,2337,2000,2576,2362,2810,2449,3165,2209,2883,2330,2451,2526,2404,2245,2575,2049,2528,2682,3458,1921,2253,2519,2610,2613,2283,2409,2523,2696,2886,2485,2531,2324,2449,2285,2326,4331,2135,2093,2575,2887,2562,2611,2567,2364,2133,2243,2052,2441,2446,2494,2363,2903,2499,3369,2849,2686,2253,2325,1961,2046,2575,2601,1967,1763,1831,1852,1881,1848,2402,2535,2322,2452,2606,2731,2559,2376,3165,2450,2562,2802,2044,2445,3096,2604,2568,2528,1999,2138,2365,2805,2613,2567,2524,2407,2290,2085,2207,3206,2567,2253,2360,2025,2658,2359,2758,2725,2579,2560,2532,2241,2485,2534,2523,2447,3172,3129,2494,2208,2403,2127,2408,2532,2803,2330,2568,2405,2329,2102,2777,2444,3046,2169,2284,2492,2328,2807,3012,2484,2334,2682,2332,2683,2020,2255,3288,2767,2286,4058,2213,2078,2117,2242,2043,2124,2373,2028,1960,2086,2280,2410,1959,2106,2249,2131,2040,2447,2269,2057,1927,1968,2173,2436,2057,1961,2273,1953,2325,2672,1978,1953,1889,1926,2013,1885,2047,1795,1936,1724,1681,1683,1651,1603,1761,1691,1803,1801,1848,2050,2063,1931,1962,2014,2047,1996,1972,1848,1839,1654,2038,2376,1717,1764,1964,1939,1872,1815,2207,1807,2199,2209,1689,1719,1888,1865,2214,2050,2331,2025,2140,2613,2696,2761,2210,2525,2475,2696,1698,1753,1930,2242,2048,1969,2005,2276,2125,2042,2051,2329,1965,2144,2064,2735,2189,1927,2581,2964,2167,2400,2245,2493,2530,2289,2323,2402,2335,1510,2256,1963,2365,2368,1924,2289,2484,2336,2406,2368,2363,2009,2349,2526,2491,2567,2609,2607,2168,2564,2206,2969,2450,2605,2529,2539,2280,2408,2368,2406,2570,2448,2130,2480,2329,2634,2686,1936,2047,1832,2287,3005,2488,2326,2331,2245,1812,1586,1703,2372,2400,2491,2492,2447,2493,2106,2371,1968,2007,2165,1884,1565,1559,1889,1807,2126,1968,2090,1844,1567,1559,1531,1556,1524,1886,1844,1854,2004,2375,2520,2489,2053,2396,2282,2220,2291,1683,1540,1981,2290,2928,2249,2570,2177,2002,1934,1967,2173,1815,2077,2047,1972,1962,2002,2045,2655,2767,2566,2156,2131,1833,1838,2971,2328,2137,2047,1844,2089,2249,2365,2528,2284,1863,1689,1634,1736,1838,1853,1872,1897,1813,1760,1852,1914,1629,1559,1408,1399,1571,2117,1574,1561,1729,1534,1627,1388,1351,1304,1870,1332,1314,1812,2168,2249,1876,1526,1601,1615,1609,1558,1822,2094,2013,1730,1496,1399,1387,1499,1713,1523,1710,1529,1610,1877,1685,1651,1575,1638,1570,1507,1611,1778,1762,1825,1545,1683,1709,1656,1517,1696,1527,1624,1726,1377,2037,1586,1795,1797,1665,1857,2144,1814,2047,1550,1692,1418,1523,1834,2198,1910,2112,1892,1801,1819,1658,2121,1540,1821,1758,1526,1405,1655,1636,1588,1717,1758,1442,1439,1441,2138,1381,1771,1757,1890,1739,1692,1348,1760,1417,1830,1334,1833,1327,1842,1344,1713,2184,1705,1217,1875,1400,1873,1863,1845,1923,1590,1309,1585,1389,1673,1857,1863,1380,1390,1876,1959,1551,1673,1262,1426,1856,1861,1380,1987,1592,1409,1266,1441,1450,1635,1275,1864,1282,1948,1696,1388,1439,1437,1896,1324,1744,1966,1358,1548,1410,1382,1530,1435,1478,1483,1883,1477,1267,1870,1282,1887,1323,1840,1445,1421,1572,1615,1501,1431,1412,1432,1437,1398,1395,1384,1458,1362,1353,1498,1373,1371,1403,1471,1406,1416,1402,1446,1478,1809,1749,1359,1265,1774,1862,1483,1447,1519,1368,1671,1713,1726,1410,1526,1436,1423,1493,1467,1376,1476,1713,2012,1456,1563,1647,1446,1436,1484,1521,1600,1448,1540,1484,1358,1479,1384,1484,1859,1998,1366,1957,1661,1560,1423,1430,1485,1353,1870,1376,1386,1380,1432,1307,1522,1332,1350,1324,1377,1918,1327,1529,1529,1379,1370,1781,1788,1395,1395,1370,1415,1390,1381,1381,1390,1443,1699,1521,1741,1387,1376,1338,1842,1836,1835,1944,1688,1645,1834,1919,1356,1359,1409,1243,1849,1392,1357,1583,1696,1413,1436,1433,1433,1437,1446,1446,1435,1461,1472,1330,1496,1900,1245,1879,1460,1405,1404,1403,1403,1953,1751,1288,1931,1373,1348,1352,1356,1353,1361,1489,1324,1828,1710,1805,1825,1313,1747,1735,1729,1734,1397,1664,1754,1779,1742,1724,1716,1719,1837,1305,1297,1533,1726,1745,1720,1715,1699,1867,1354,1768,1460,1429,1809,1856,1869,1369,1933,1336,1918,1339,1466,1378,1504,1993,1381,1346,1833,1368,1959,1522,1549,2151,1718,1325,1358,1772,1731,1793,1811,1768,1860,1378,1483,1292,1918,1283,1884,1386,1373,1388,1529,1491,1485,1535,1508,1457,1501,1516,1505,2041,1699,1733,2209,1836,1730,1856,2308,1706,1722,1881,2527,2045,1970,2649,2337,2091,1919,1970,2639,2575,2068,2401,2518,3210,2504,1915,2524,2124,2604,2037,2010,2045,2488,2253,2560,2534,2440,2576,2245,2092,2844,2407,2128,2199,2137,2242,1770,1725,1685,1600,1761,1808,2011,1924,2244,1842,1928,2053,1922,1918,2070,2102,1930,1844,2286,2529,1928,2004,1927,1887,2003,2126,1721,2009,2168,3047,2565,2053,2325,2295,2371,2636,2569,2286,2331,2167,2207,2138,2165,2323,1962,2049,2205,1761,1893,2001,1604,1934,1765,2040,2173,1966,1928,1916,2411,2528,2331,2486,2160,1606,2011,2004,1848,1879,1735,1878,2288,2166,1880,2125,2407,2091,2845,2130,2317,2169,2115,2310,2005,1887,1871,1919,1926,1927,2078,2176,1876,1888,2012,1999,1962,2168,1971,1922,1843,1815,1837,2094,2037,1811,2403,2017,2362,1847,1960,1892,2003,1648,1601,1732,1925,2086,2079,2208,2052,1690,1583,1808,1613,2033,1744,1671,1649,1802,1569,1770,1962,1842,2075,1631,1571,1610,1604,1410,1482,1334,1995,1490,1923,1727,1857,1650,1591,1573,1653,1546,1487,1563,1783,1798,1933,1671,1927,1639,1450,1533,1568,1748,1544,1969,1853,2114,2216,1727,1566,1672,2124,1568,1659,1911,1660,1926,1638,1437,1875,2104,1929,1960,1694,1718,1675,1569,1449,1412,1404,1400,1599,2139,1511,1694,1648,2200,1910,1570,1494,1598,2051,1656,1667,1620,2410,2108,1801,1756,1855,2392,1997,2164,2136,1760,2168,1758,1809,1846,2003,2010,2135,2237,2046,2010,2050,2209,1841,1926,1805,2128,1966,2135,2170,1831,1676,1767,1568,1680,1675,1630,1496,1404,1607,1681,1812,1674,1769,1843,1562,1577,1513,1488,1612,1601,1728,1685,1889,1919,1838,1653,1660,1565,1655,1724,1525,1527,1665,1765,1648,1445,1477,1645,1731,1530,1546,1521,1464,1524,1508,1340,1340,1407,1486,1465,1910,1650,1717,1686,1407,1452,1728,1445,1787,1904,1387,1498,1569,1731,1540,1482,1506,1376,1317,1773,1750,1380,1294,1893,1418,1443,1376,1387,1365,1805,2059,1392,1878,1520,1418,1502,1445,1512,1291,1970,1498,1441,1463,1522,1391,1414,1520,1838,1784,2205,1732,1793,1800,2217,2160,1974,2008,1966,2518,2015,1918,2166,2687,2650,2801,2490,1787,2163,2437,2093,1966,2422,2410,2196,1944,2640,3486,3054,2566,3052,2167,2351,2001,2405,1954,2048,1841,1888,2430,2526,2024,2613,2370,2728,2647,2571,2599,2415,2484,2443,2654,2287,2447,3932,2203,2025,2489,2365,2527,2295,2727,2353,2611,2521,2742,2309,2142,1909,2178,2598,2607,2381,2687,2168,2443,2736,2085,1991,2284,1935,2046,2236,1810,1879,1971,2084,1980,1700,2156,1762,1932,2044,2005,2015,1924,2079,1931,2051,2203,2010,1961,2091,2035,1884,1967,1967,2015,2289,1926,2074,2008,2008,2132,2484,2049,1928,1800,1806,1810,1795,1735,1919,2100,2087,2155,2169,2898,2087,1768,1887,1986,2288,2652,2448,2335,2163,2172,2602,1905,1925,1886,2522,2239,2305,2200,1923,1930,2239,2649,2325,2407,1952,1966,1856,1808,1843,1920,2089,3183,2167,2284,2032,2015,2041,2773,2451,2294,2126,2443,2773,2443,1890,1763,2321,3455,2253,2189,2615,2368,2442,2129,2488,2565,2612,2403,2415,2327,1906,2004,2043,2608,1734,1848,2195,2128,2213,2661,2563,2649,2730,2607,2161,2993,2768,2603,2325,1926,2170,2334,2564,2690,2368,2317,1814,1819,1844,2043,2077,2020,1877,1962,1925,1895,1883,1960,1969,2096,2033,2647,2319,2365,2243,2654,2192,2077,1935,1846,2283,1889,2120,2006,2053,1821,1801,1681,1694,1609,1603,1685,1717,1614,2089,1645,1833,2214,1758,1780,1801,1674,1657,1729,1663,1877,1679,1533,1492,1523,1690,1949,1685,1604,1688,1609,1454,1429,1404,1725,1567,1767,1927,2171,2011,1530,1911,1775,1642,1847,2118,2293,1844,1650,1994,1930,1604,1605,1576,1844,1685,1879,1688,1686,1610,1643,1632,1525,1451,1646,2204,1518,1544,1924,1992,1642,1574,1564,2124,1640,1483,1485,1544,1961,1579,1556,1569,1634,1537,1757,1696,2161,1970,1884,1683,1689,1679,1698,1996,1849,1683,1712,2010,2091,1965,1810,2872,1769,2315,2526,2175,2197,3326,2489,2424,2449,2762,3051,2571,3007,2731,2283,2487,2368,2449,2951,2147,2965,2410,2244,1667,1647,1609,1983,2404,2408,2083,2491,2572,2452,2325,2444,2409,2566,2570,2489,2088,2482,2530,2362,2454,2316,2215,2037,1969,2249,2323,2537,2084,2330,2051,2241,3407,3013,2485,2890,2401,2128,2248,2845,2607,2176,2278,2011,1968,1928,2559,2011,2884,2530,2887,2693,3453,2601,2765,3052,2567,2566,2609,1844,2034,2795,2287,2488,2533,2367,2526,2563,2446,2615,2488,2603,2364,4134,2932,2330,2849,2164,2206,2652,2291,2213,2609,1896,2160,2647,2483,2452,3088,2566,2569,2728,2283,2014,2801,2291,2565,1933,2089,2443,2647,2332,2564,2204,2009,2410,2328,2407,2449,2483,2370,2235,3253,3246,2697,2603,2206,2132,2922,2735,2802,2449,1885,2208,1924,1943,2288,2164,2328,2783,2002,2322,1929,1838,1722,1934,2219,2239,2012,2453,1963,1905,2392,2370,2931,2808,2562,2367,2288,2287,2728,2651,2365,2450,2969,2607,2610,2604,1876,2308,2173,2643,2095,2015,1808,1731,1961,2282,2529,2533,2234,2332,2088,1778,1968,1965,2122,2489,2447,2130,2285,2321,2454,2528,2521,1816,1950,1970,1800,1889,2278,2006,2213,1870,1932,1887,1960,1931,2011,2133,2362,2103,1909,1725,2039,2215,2042,1959,2097,2774,1803,1990,2605,2410,2250,2892,2405,2404,2213,2261,2404,2365,2367,2084,2372,2560,2460,2400,2088,2042,1884,2526,2569,3550,1969,2005,1966,1893,2114,2007,1775,1884,1999,2097,1881,2000,1972,2252,2398,2006,2173,2277,1687,1856,1604,1564,1845,1799,2055,1957,2328,1880,1938,1964,1929,1996,2007,1885,1806,1726,2147,2085,2086,2295,2685,2530,2239,2368,2491,2651,3007,2364,2491,2166,2485,2363,2609,2527,2570,2409,2444,2411,2083,2731,2445,2335,2483,3045,2488,2854,1925,2485,2044,2493,2205,2090,2038,1940,1683,1920,1688,1722,1925,2522,2651,2523,2290,2248,2130,2009,2491,2407,2243,1887,2506,2125,1806,2087,2613,2685,2167,1923,1973,2127,2484,2686,2367,2494,2561,2484,4020,2449,2079,2212,2284,2333,2527,2044,2450,2015,2011,2438,1844,1921,1637,1607,1636,1821,2323,1910,2322,3283,2530,2770,3767,3011,2613,1844,1918,1884,2448,2158,2011,2109,2289,2285,2281,2010,2319,3009,1963,2095,1924,1928,2572,2212,2690,2521,2531,2447,2364,2172,2164,2114,1937,1994,1936,1923,1887,2090,2039,2211,1848,2036,2419,2680,2602,2561,2324,2450,2809,3043,2811,2325,1964,3091,2168,3133,1998,2249,2555,2367,2733,1954,1970,2073,2251,2453,2356,2409,2580,1975,2523,1731,2914,2092,3405,2569,2051,2445,3003,2769,2574,2844,2247,2485,2529,2571,1957,2483,2067,1846,2200,2573,2567,2525,2334,2446,2609,2119,2419,2442,2114,2293,1967,1847,2243,2323,1967,1960,1888,1954,2118,2566,2451,2291,1922,2038,1835,1696,1957,2050,1888,1877,1814,2005,1922,2133,2157,2014,2076,2046,1907,1643,1605,1496,2444,1640,1722,1645,1571,1678,1886,1497,1521,1888,1848,1848,1686,1644,1569,1585,1580,1721,1406,1846,1648,1488,1721,1714,1805,1656,1684,1643,1676,1542,1477,1585,1755,1454,1436,1415,1458,1525,1566,1564,1985,1596,1473,1846,1732,1524,1521,1879,1892,1799,1928,1994,2322,2522,2132,1881,1727,2253,2646,2249,2480,3135,2135,2116,2096,2560,2615,2076,2859,2127,1995,2353,1922,2266,1848,2361,2810,2249,2889,2528,2399,2330,2170,2241,2167,2425,2128,2917,2286,1941,2852,2821,2389,2563,2410,2367,1932,2156,2285,2687,2490,2210,2484,2487,2689,2814,3406,2211,1807,2180,2071,2137,1968,1895,2082,2163,2325,2369,2402,2493,2443,2291,2489,2367,2516,2074,1889,2160,2160,2568,2727,2329,2258,2276,3489,3014,2684,2127,2213,1928,1872,1660,2322,2449,2045,2248,2042,2572,2211,2406,2806,2524,2098,2006,1806,1845,2606,2495,2451,2764,2172,2033,1921,1854,2087,2963,2006,1972,2284,2502,2201,1883,2270,3174,2064,2048,2121,2253,2043,2050,2038,2002,2013,2001,1888,2014,2082,2039,1849,2012,2041,2001,2126,2209,2287,1895,2082,2047,2082,2011,2128,2042,2209,1962,2816,2206,2359,2207,1952,2376,1923,2101,1938,2048,2164,1932,2974,1724,2008,2045,2120,2000,2089,1650,2090,1843,1959,1977,2119,1997,1898,1804,1955,1806,2014,1797,1631,1606,1774,1513,1534,1598,1563,1736,1634,1608,1889,1654,1714,1761,1816,2006,1602,1521,1496,2087,1679,1714,1693,1516,1479,1626,1660,1471,1456,1528,1408,1633,1682,1872,1805,1526,1727,1609,1650,1549,1488,1435,1933,1456,1430,1488,1486,1724,1589,1645,1658,1884,1529,1676,1717,1626,1618,1540,1631,1608,2252,1885,1638,1645,1867,1769,1400,1604,1985,1689,1650,1636,2097,1752,1607,1498,1417,1364,1601,1598,1688,1773,2113,1828,1526,1410,1516,1646,1615,1686,1793,2046,2044,2088,1801,2235,1514,1514,1975,1764,1686,1525,1474,1698,1736,1772,2126,2383,1650,1885,1720,1727,1850,1640,1482,1407,1402,1656,1957,2007,1877,1924,1748,1728,1905,1892,1765,1728,1606,1807,2051,1923,1764,1856,2145,2023,1646,1693,1739,1800,2418,1642,1597,1442,1695,2759,1976,1962,2320,1774,1524,1550,1690,1734,1766,1685,1652,1721,1564,1415,1601,1556,1428,1704,1728,2119,1653,1693,1740,1615,1431,1409,1524,2390,2098,2012,1764,1882,1772,1915,1615,1675,1938,2398,1693,1881,2410,2127,2567,2574,2566,2434,2459,2941,2820,2779,2210,2359,2493,2365,2415,2370,1932,2333,2036,2365,2072,1839,1912,2909,2687,2401,1766,1717,1728,1683,1682,2328,2093,1917,2100,2334,2490,2193,2008,2239,2093,2322,1891,2100,1795,1887,1802,1770,1836,1828,1667,1602,1604,1844,1615,1597,1410,1401,1403,1760,1850,1758,1648,1616,1639,1602,1447,1521,1483,1997,2588,2417,2207,2114,2117,2078,2054,2057,2195,2051,2077,2147,2487,2044,1814,2386,2402,2263,1994,1867,1991,2235,2186,1978,2123,2122,2081,2217,2212,2201,2359,1932,2200,2052,2008,2165,1842,1698,1728,1843,1798,2261,1830,2125,1912,1765,2034,1898,1806,1665,1615,1636,1548,1414,1400,1355,1661,1935,1619,1577,1725,1441,2040,1489,1440,1464,1499,1437,1652,1348,1360,1386,1444,1479,1544,1443,1476,1492,1592,1665,1610,1681,1414,1464,1452,1575,1584,1370,1574,1529,1448,1556,1654,1597,1584,1636,1956,1726,1495,1842,1724,1560,1578,1807,1763,1575,1483,1517,1658,1765,1934,2040,2162,1985,2119,2453,2448,2324,2356,2789,2725,2167,2014,2284,2928,2652,2281,2206,2325,2491,2485,2733,2300,2439,2409,2123,3092,2444,2453,2608,2692,2569,2046,2044,3330,2366,2126,2449,2483,2490,2771,2290,2521,2411,2260,2116,2011,3104,2483,2614,3173,2920,3178,3016,2768,2630,1963,2124,2095,1995,2193,2080,2215,2732,2663,2272,1845,1895,2077,1995,1972,2100,2071,1962,2399,2287,2041,2374,2930,2079,2009,2009,2680,2050,2081,2101,2223,2114,2435,2250,2014,2329,1959,2135,2045,2038,2298,1953,2311,2209,2166,2694,2806,2081,2378,2368,2765,2333,1936,2376,2525,2483,2097,2283,2612,2496,2208,2360,2650,2171,2998,2323,2375,2040,1893,2369,2094,2126,2199,2271,2615,3974,2646,2925,2166,2286,2530,2479,2333,2530,3449,3134,2245,2772,2570,2464,2457,2524,2404,2495,2523,2250,2561,2340,2596,2291,2364,2685,1970,2251,3409,2488,2203,2526,1851,2012,2124,2365,2148,1891,2549,2603,2573,2325,2612,2564,2567,2604,2851,2445,2547,1878,2133,1921,2009,2047,2915,2584,2018,3044,2610,2441,2687,2535,2844,2524,2415,2487,4015,2196,2974,1915,2181,2048,2289,1921,1913,2692,2279,2055,2247,1919,2016,1833,1846,1848,2035,2099,2143,2020,2130,3036,3007,2486,2529,2806,2012,2251,2477,2270,1997,1893,1878,2011,1885,1852,1871,1851,2484,1896,1836,2243,2208,2248,2027,2690,2403,1971,1930,1764,1726,1809,1562,1766,1888,2434,1891,2219,2207,2208,2165,2284,2614,2014,2045,2401,2609,1902,2412,1917,2037,2405,2586,2279,1859,1817,2005,2005,2289,2374,2328,2039,2414,2408,2327,3569,2485,2887,2253,2083,2005,2288,1996,2116,2422,2159,2249,1971,2002,1970,2486,2847,2409,2200,1849,1682,2049,1933,2128,1835,2081,1804,1638,1952,2610,2491,2285,2289,2368,2649,2450,2881,1908,2471,2326,2204,2332,2127,2199,2105,2949,2531,2492,2212,1776,1727,1785,2129,1981,1928,2185,2571,2283,2486,2093,2368,2129,1944,1650,2277,1927,1844,2363,2288,2334,2766,2684,2492,2610,2286,1763,1955,2294,1880,1882,2087,2328,1878,1942,2127,2245,2044,1808,1850,1889,2401,2493,2369,2045,2403,2286,1719,2001,1897,2203,1804,1760,1820,1650,1572,1650,1616,1886,2247,1591,1572,1563,1732,1997,1649,1805,2252,1996,2206,1851,2289,3860,2244,2199,2065,2401,2448,2047,2168,2404,2412,2248,2331,2300,2291,2569,2287,3493,2489,2634,3142,2524,2904,2330,3007,3129,1885,1787,1925,2359,2203,2004,2004,1926,1805,2289,4808,2846,1893,2087,1881,1929,1845,2718,2097,2887,2044,2250,1936,1805,1763,1640,1612,1721,1726,1611,2039,1963,1878,1804,1967,2213,2157,1966,1928,2013,2128,1928,1999,1931,1971,2197,1802,2295,2160,2610,1727,1716,1723,1843,1778,1804,1673,1780,1719,2489,1675,2326,1733,1602,1766,1534,1965,1630,1617,1567,1613,1726,1632,1588,1663,1590,1533,1486,1473,1460,1481,1833,1611,1497,1387,1447,1366,1482,1528,1525,1477,1602,1442,1519,1611,1711,1576,1526,1351,1777,1769,1746,1951,1760,1501,1918,1473,1773,1564,1563,1484,1646,1622,1437,1630,1449,1771,1678,1655,1684,2167,1652,1840,1797,1975,1920,1968,2089,2249,2325,2611,2930,2241,5546,2505,1885,2011,2081,1722,1886,2084,1932,2644,1887,2296,2241,2209,2481,2215,2123,1961,2166,2011,2009,2370,2020,1792,2299,2158,1769,2396,2208,2401,2494,2278,1925,2636,2451,2017,2609,2691,2691,2126,2045,1884,2240,2006,2384,2405,2771,1798,1930,1883,1923,2812,2288,2127,2832,2313,1885,2130,2263,2229,2246,2682,2228,2260,1924,2006,2007,1957,1963,2007,2254,2008,2157,1815,2044,1634,1740,1970,2371,1835,1810,2011,2590,3852,2694,2486,2754,2005,2387,2175,2164,2492,2369,3646,2449,2240,2793,2486,3128,1971,2078,2138,1812,1917,2004,2050,1734,1998,2128,2726,2292,2759,2334,2454,2080,2682,1892,1886,2456,2881,2086,2088,2000,1967,1936,1879,1967,1972,2123,2090,2201,1922,1892,1849,1723,2041,2325,2136,2041,1961,2244,1856,2125,1924,1964,2100,2289,1879,2209,2774,2449,2442,2049,2324,2450,2211,2153,2146,2167,2539,2442,2175,2171,2493,1974,1687,1848,2327,4093,1809,2767,2294,2523,2403,2209,3456,1977,2051,2195,2636,2645,2201,2536,2085,1692,2292,2009,2243,1913,2237,2086,1895,1876,2250,2042,1977,2162,3393,2134,2362,2043,1687,2045,2165,1881,2886,2367,2075,2006,2270,2286,2327,2097,2200,6940,3850,1984,4208,1962,2528,2090,2167,2492,2079,2254,2041,2049,2039,2010,2010,2239,2086,2095,1962,1723,1728,3128,2321,2016,1960,1849,1959,2058,2156,2012,2289,1802,1772,1997,2002,2814,1919,1814,1846,2005,2123,2211,2120,2135,2287,2556,2578,2925,2441,2094,2840,2289,2002,2492,2809,2807,2602,2095,2245,2326,2247,2928,2852,2569,1890,2150,2126,2118,1810,1681,2171,2443,1882,1932,1926,1931,2036,2086,2208,2052,1639,1607,1531,1556,1529,1761,1764,2096,1960,1674,1967,1688,1597,1456,1549,1684,1662,1729,1600,1755,1845,1611,1879,1649,1557,1728,1758,1929,1761,1779,1756,1723,1454,1409,1398,1633,1860,1595,1931,1605,1709,1523,1657,1432,1334,1894,1643,2327,2014,1708,1526,1515,1596,1580,1565,1530,1555,1528,1593,1439,1408,1518,1414,1463,1442,1900,1281,1459,1512,1812,1718,1397,1501,1729,1420,1505,1444,1924,1408,1437,1390,1936,1572,1444,1676,1474,1526,1465,1388,1535,1533,1639,1809,1384,1705,1667,1491,1487,1493,1833,1913,1938,2120,2177,2529,2601,2375,2725,2485,2327,2445,2292,2403,2576,2206,2761,2334,2243,2407,2610,2450,3529,2567,3129,2487,2409,1917,1996,2234,2323,2528,2414,2006,2121,1827,1841,1967,1966,2014,2079,2205,1819,1995,1930,1921,2046,1973,2008,2407,1784,2046,2287,2482,1896,1806,1870,1811,1809,1876,2094,1929,2465,3047,2253,2483,2686,2811,2125,2167,1963,2236,2085,2204,2363,2083,1929,1853,1559,2766,2648,2415,2207,2120,1935,2715,2385,1970,2120,2092,2088,1999,1962,2085,1856,1841,1769,1798,1933,2548,2769,1965,2446,1924,1834,1731,1884,2118,2056,1966,2103,2094,2088,2293,2253,2565,1930,2101,1889,1886,1994,2217,1924,2037,2010,1732,1897,1574,1931,1995,2185,2002,1999,1773,1844,1852,1821,2599,2448,2093,2460,2411,2484,2377,2946,2048,1743,2010,1843,1812,2001,1931,2000,2232,2604,2051,2210,1922,1968,2208,2437,1609,2043,1733,2040,1809,2243,2610,2171,1959,1932,1964,2009,2040,2085,2810,2083,2050,1844,1734,1918,1809,2047,2044,1929,1962,1773,2037,1928,2293,1967,1555,2324,1975,2010,1876,1934,1833,1819,1885,1914,1894,1961,1749,2078,2578,2160,1775,2130,1924,1642,2565,2016,3030,2408,2441,1890,1982,1844,1968,1807,1963,2473,2129,2237,2646,2648,2123,2082,2248,2533,2136,1892,2089,2489,2161,2373,1756,1975,2597,2335,2364,1922,1727,1615,1803,1724,1920,2288,1926,2489,1963,2123,1934,2267,2059,2075,1889,1805,1853,1922,2118,1931,2044,1771,1805,1962,1814,1792,1537,1599,1645,1925,1887,1963,1971,1921,1851,1963,1973,2542,1831,1556,1446,1973,1723,1639,1573,1651,1804,1801,1768,1756,1532,1845,1643,2038,1654,1811,1652,1852,1792,2054,1585,1593,1607,1683,1596,1493,1333,1803,1805,1852,1567,1561,1690,1711,1633,1580,1400,1454,1256,1927,1346,1621,1860,1866,1620,1468,1410,1446,1314,1965,1278,1552,1501,1382,2031,1669,1520,1485,1645,1659,1536,1410,1506,1553,1560,1464,1432,1421,1360,1367,1941,1349,1656,1337,1801,1342,1959,1325,1804,1808,1989,1422,1338,1876,1632,1817,1368,1756,1783,1794,1970,1377,1477,1849,1349,1319,1824,1393,1296,1791,1792,1784,1880,1358,1310,1217,1842,1814,1845,1320,1381,1378,1375,1432,1470,1442,1430,1412,1356,1402,1430,1447,1422,1404,1481,1612,2081,1769,1735,1724,1650,1878,2358,1655,1878,3109,3174,2689,2126,1762,1759,2391,3816,2571,1942,2232,2158,2037,2135,2093,1964,2164,2970,2687,2248,2172,1884,2203,2008,1967,2215,1794,2087,2148,2735,2682,2735,3243,2086,2488,2575,2212,2036,1791,2080,2366,2730,2206,2451,2295,2364,2729,2809,2445,1681,2690,2098,2160,2249,2843,2248,3331,2884,2249,2695,2484,2765,2970,2324,2607,2450,2367,2285,2821,2398,2533,2247,1925,2155,2835,5055,2128,2381,2290,2566,2408,2289,2286,2404,2288,2281,3128,2528,6207,4232,2564,3252,3890,2104,2289,2208,2690,2042,1722,1846,1918,2533,2450,1716,1847,1931,1999,2450,2569,2932,2241,2057,2403,2373,3124,2686,2373,2486,2130,2400,2615,3489,2483,2327,2370,2405,2051,2487,2446,2404,2249,2368,3047,2525,5862,2409,2358,2213,1685,1612,1960,1848,2305,2488,2605,2217,2405,2366,2922,2533,2647,2324,2408,4053,2651,2688,2763,2239,2372,3092,2766,3414,2761,2455,2166,2432,2586,2166,2096,2098,2301,2493,2122,2608,2933,2285,2446,1898,2486,2482,2448,2852,2326,2281,2007,1889,1844,2056,2764,2686,2324,2448,2408,2045,2095,2236,3141,2439,1998,1923,1564,1607,2123,2270,2687,2172,1960,1853,1640,1615,3276,2321,2007,1929,1923,1883,2047,1925,2014,1966,2200,1603,1531,1647,1846,2041,2282,2056,2083,2493,2436,1972,1970,2241,2004,1855,1868,1807,1874,1917,2008,1976,1975,2171,1884,1808,1930,2575,2764,2496,2886,2072,2424,2086,2045,2125,2086,1959,2380,2733,2006,1932,2335,2473,3730,1884,2254,2452,2285,2283,1892,2203,2570,2135,2023,2552,2690,2602,2132,3216,2683,2574,2048,2648,2442,2338,1910,2326,2576,2009,1740,1970,1738,1680,2140,2367,2006,1893,2412,3573,1924,2013,1966,2017,1832,1841,1803,2203,2087,1786,2125,2443,1760,1930,1970,2363,2486,1607,1727,2079,2206,2293,3008,1931,1868,2247,1941,1959,1930,1881,1923,2496,1888,1958,1964,2008,1888,1845,2209,1841,1692,2117,2289,2011,1726,2006,2243,1809,1686,1640,1677,1890,1609,1562,1485,1549,1536,1556,1501,1758,1683,1682,1763,1876,1962,1987,1858,1685,1598,1561,2054,2168,1967,1876,2048,2042,1974,1727,1807,2197,2092,1969,1877,1697,2001,2216,2085,2409,2770,2402,2129,1806,1882,1814,2051,1809,1872,2009,2135,2413,2605,2285,3285,2488,2014,2321,1891,1768,1839,1846,1997,1929,1844,2085,1929,1961,2090,2012,1962,1930,1924,1564,1885,2485,1921,2256,1844,1852,1751,1707,1652,2142,2042,2077,1562,1601,2046,1452,1429,1679,1563,1537,1649,1482,1404,1848,1808,1570,1572,1485,1715,1356,1930,1380,1358,1848,1612,1668,1502,1502,1371,1956,1365,1450,1439,1401,1571,1809,1518,1590,1443,1363,1944,1546,1661,1683,1612,1523,1502,1311,1531,1420,1800,1866,1310,1942,1238,1871,1391,1360,1408,1529,1366,1313,1794,1351,1479,1346,1305,1283,1880,1412,1302,1897,1398,1515,1287,1934,1327,1784,1327,1537,1357,1405,1348,1856,1298,1346,1933,1586,1457,1652,1414,1646,1370,1510,1469,1500,1526,1452,1403,1736,1684,1507,1529,1591,1670,1861,1614,1685,1741,1633,1504,1563,1661,2015,2004,2078,2063,1827,1821,1809,3326,1895,2231,2098,2330,2054,2051,2589,2647,2603,2253,2366,2328,3326,2968,3526,1973,1928,2206,2053,2343,1857,1903,2411,2378,2117,1854,1780,2202,1845,1806,1652,2205,1966,1966,1762,2202,2127,1930,2119,1886,2005,2057,1856,2075,2367,2009,1802,2441,1933,2485,1653,1840,2293,1844,1714,1731,1901,1888,1753,1705,1617,2395,1606,1933,1886,1735,1553,1637,1601,1573,1814,1551,2056,1783,1466,1528,1510,1616,1351,1543,1770,1729,1703,1646,1507,1476,1456,1463,1458,1523,1492,1497,1485,2038,1682,1394,1609,1374,1485,1449,1453,1462,1437,1409,1501,1445,1555,1314,1838,1494,1350,1301,1828,1574,1631,1422,1344,1827,1869,1219,1823,1810,1840,1377,1454,1410,1509,1447,1327,1802,1928,1271,1953,1557,1552,1625,2012,1298,1952,1471,1513,1448,1362,1314,1654,1460,1340,1348,1297,1842,1339,1314,1873,1374,1370,1729,1361,1778,1791,1880,1270,1787,1871,1371,1371,1329,1385,1772,1304,1808,1945,1397,1394,1410,1472,1563,1446,1615,1410,1473,1408,1294,1370,1868,1427,1333,1957,1417,1493,1527,1316,1989,1415,1484,1421,1455,1384,1338,1963,1472,1565,1541,1712,1526,1425,1400,1439,1483,2850,2306,2195,2366,2629,2217,2190,1946,1982,2160,2204,2138,2236,2981,2158,2460,2127,2686,2301,2085,2384,2938,2127,2317,1887,2040,1937,2023,1719,2061,2363,2404,2006,1831,1689,1905,1849,1944,1779,2062,1874,2334,1929,1851,1643,1377,2000,1853,1905,1885,2344,1571,1371,1426,1478,1446,1408,1580,1750,1669,1818,1485,1354,1544,1686,1431,1444,1463,1490,1495,1702,1432,1351,1667,1340,1275,1922,1355,1816,1633,1562,1495,1401,1442,1547,1380,1229,1945,1347,1320,1382,1581,1634,1622,1375,1449,1362,1929,1344,1475,1416,1788,1431,1423,1422,1668,1530,1592,1394,1440,1435,1437,1594,1693,1462,1472,1387,1375,1869,1562,1419,1402,1406,1699,1410,1389,1345,1890,1327,1878,1326,1807,1896,1351,1360,1654,1348,1821,1322,1944,1342,1804,1835,2047,1405,1371,1390,1931,1339,1835,1467,1468,1586,1517,1455,1778,1307,2059,1443,2143,1553,1582,1423,1517,1332,1298,1948,1746,1643,1573,1654,1605,1740,1547,1552,1870,1458,1630,1520,1522,1606,1482,1600,1545,1452,1552,1815,1461,1855,1587,1513,1575,1727,1653,1765,1644,1853,1664,1531,1531,1545,1611,1586,1662,1718,1859,1663,1681,1710,1614,1958,1433,1533,1517,1356,1529,1593,1534,2283,1569,1562,1553,1558,1676,1432,1593,1441,2575,1867,1832,1597,1462,1624,1616,1553,1628,1681,1798,1900,2153,1607,1632,1666,1595,1515,1790,1886,1956,1747,1569,1503,1633,1497,1503,1743,1523,1609,1518,1529,1445,1467,1769,1454,1475,1641,1578,1531,1591,1553,1514,1585,1564,1565,1505,1750,1622,2021,2215,1628,2247,1551,1528,1517,1403,1580,1703,1925,1769,1568,1502,1674,1669,1565,1614,1687,1623,1629,1630,1685,2010,1659,1606,1693,1618,1603,1761,1591,1816,1932,1655,1499,1440,1666,1581,1627,1486,1863,1544,1601,1466,1580,1583,1515,1559,1581,1669,1405,1730,1470,1437,1488,1566,1497,1519,1546,1561,1438,1371,1462,1395,1419,1673,1482,1385,1912,1484,1534,1298,1580,1840,1332,1851,1836,1839,1838,1981,1445,1822,1428,1332,1931,1350,1313,1858,1333,1442,1301,1793,1943,1663,1457,1833,1775,1800,1853,1379,1370,1393,1375,1600,1631,1357,1408,1351,1336,1506,1320,1937,1506,1492,1285,1865,1366,1345,1282,1790,1841,1813,1873,1311,1767,1810,1423,1731,1841,1341,1320,1894,1311,1786,1912,1379,1581,1727,1774,1862,1522,1392,1368,1377,1378,1494,1468,1263,1780,1796,1835,1430,1426,1283,1817,1997,1760,1372,1868,1345,1275,1834,1358,1334,1383,1309,1836,1550,1750,1841,1339,1405,1366,1322,1810,1874,1340,1236,1828,1544,1738,1738,1726,1700,1698,1687,1735,1338,1615,1778,1870,1345,1243,1720,1770,1797,1880,1220,1598,1988,1325,1774,1796,1873,1287,1764,1849,1421,1567,1648,1364,1380,1380,1344,1463,1488,1529,1420,1826,1315,1420,1753,1347,1798,1795,1822,1805,1797,1845,1659,1700,1350,1334,1822,1873,1353,1853,1487,1492,1248,1318,1763,1388,1460,1435,1587,1518,1508,1472,1509,1349,1374,1435,1377,1350,1402,1425,1476,1402,1350,1326,1815,1460,1324,1948,1316,1846,1346,1314,1884,1433,1422,1417,1477,1770,1402,1355,1334,1342,1366,1364,1322,1855,1841,1566,1568,1867,1337,1789,1789,1809,1296,1836,1775,1466,1364,1745,1946,1524,1419,1473,2162,2059,2013,1925,1915,2072,2375,2143,2407,2187,1829,2175,1868,2023,2343,1911,1812,2228,1798,1791,1843,1694,1588,2129,1854,1728,1839,1624,1597,1630,1644,1534,1543,1966,1712,1464,1504,1528,1523,1610,2079,1634,1509,1509,1484,1486,1563,1685,1543,1836,1477,1466,1560,1442,1583,1535,1487,1570,1742,1611,1504,1621,1628,1559,2032,1486,1521,1661,1577,1600,1942,1998,1522,2019,1535,1474,1542,1524,1404,1567,1887,1674,1533,1562,1534,1528,1549,1940,1529,1735,1859,1892,1776,1717,1686,1794,1709,2002,1662,1886,1883,1924,1698,1744,1898,1999,2004,2118,1825,1878,1844,2041,2323,2172,2250,1960,2290,2768,2491,2568,2201,2004,2092,2083,2606,2176,2316,2211,2250,2201,2412,2164,1842,2092,1809,2163,3419,2074,1979,1922,1883,1894,2005,2125,2845,2436,2138,2608,2369,1879,1883,1920,1935,1958,2051,1807,1878,2006,2299,2041,1963,1769,2008,1919,1883,1898,1964,2122,2099,1873,3693,1879,1774,2087,1878,1772,2084,1990,2452,1992,2017,1926,2118,2005,2128,2046,2250,2013,1884,2038,1724,2008,1697,1634,1556,1536,1726,1524,1685,2046,1809,2283,1519,2160,1861,1719,1797,1899,1753,2118,1664,1641,1615,1726,1801,1765,1680,1658,2009,1713,2205,1614,1718,1854,2124,2284,1768,1883,2016,2279,1608,1964,1771,1726,1717,2186,2368,2166,2009,2044,1854,1998,1965,1805,1851,3626,2691,2291,1964,1971,1796,1936,2005,2004,2008,2159,1775,1836,2016,2503,2129,2283,3294,2283,2651,3043,3093,2202,2344,2237,1999,2762,2378,2036,2754,2564,1974,1808,2085,2010,2529,2969,2284,2214,2641,2453,2884,2688,1972,2995,2248,2487,2085,1893,2633,1937,2004,2044,2126,1964,1929,1807,1961,2134,2082,1805,2373,1836,1964,2090,2287,1855,1935,2136,2162,1857,2366,2086,2408,2165,2085,1722,2255,1844,2212,2558,1973,1568,1831,1733,1771,2446,1968,2077,2084,1762,2125,1740,1727,1798,2046,1807,1725,1766,1678,1574,1834,1683,2487,1981,1728,1791,1882,1692,1570,1524,1637,1810,1696,1850,1926,1886,1929,2050,2250,1955,2056,1964,1967,2243,2290,1960,1974,2248,1958,2185,2245,1969,2413,2250,2322,2489,2562,2531,2489,2367,2526,1844,2210,2170,2368,2527,2321,2532,2527,2566,2650,1869,2766,2815,2088,2408,2036,2680,2399,2250,2654,2409,3244,2173,1886,1918,1924,1967,1842,2094,2008,2159,2090,2351,3086,3007,2731,2646,2212,1997,1772,2648,3806,2643,2406,1851,2487,3327,2934,2245,2610,2735,2042,2051,1819,2683,2405,2410,2774,2929,2688,2361,2248,3936,2649,2281,2034,3188,1965,1886,2361,2122,2374,1885,1891,2202,2243,1976,2162,1999,2212,1961,1725,1727,2239,1728,1968,1713,1678,2081,1813,1998,2057,1642,1557,1963,2014,1728,1714,2018,1763,1718,2140,1677,1639,1652,1760,1767,2137,1883,1649,1639,1635,1656,2085,1876,1769,1853,1716,1616,1646,1609,1624,1606,1568,1645,1810,1614,1891,1591,1497,1459,1479,1524,1549,1543,1836,1493,1550,1390,1391,1431,1427,1522,1512,1414,1695,1472,1526,1608,1604,1685,1633,1585,1752,1603,1842,1857,1484,1481,1444,1602,1565,1404,1545,1934,2082,1690,1857,1894,1879,1884,1937,2040,2048,1884,2177,2524,2651,2602,2408,2490,2411,2085,2366,2289,2279,2294,2565,3090,2606,2606,2694,2765,2446,2691,2125,3088,2694,2602,2336,3249,2885,2736,2047,3036,2528,2686,2443,2334,2408,2319,1890,2068,2986,2364,1964,2289,2250,2031,1915,2135,1927,1918,2005,1969,2214,2648,2647,2646,2604,2165,2136,2133,2042,2366,2682,2444,2175,1985,2126,2366,2848,2409,2569,2607,2080,1743,2077,2007,1891,1728,2282,2320,1885,2129,2096,2118,2527,2810,2370,2127,1982,1976,2527,2491,3404,2375,2304,2331,2282,2365,2408,2486,2455,2568,2763,2577,1955,1859,2029,2571,2062,2318,1847,2657,2448,2259,1765,2131,2158,1931,1692,2439,1974,2365,2042,2129,2092,2242,2204,2206,2443,2327,1928,2088,2049,2081,1971,2281,2070,2453,2688,2210,1852,1811,2743,2695,2145,2054,2122,2527,2213,2121,2126,2371,2164,2734,2126,1997,1892,1890,2116,2055,1999,2089,2612,1844,2046,1959,2489,2134,2040,1813,2003,2237,1687,2017,2034,1817,1758,2093,2284,2722,1887,2125,2110,1771,2049,1876,1498,1606,1480,1845,1683,1960,1930,1677,1690,1681,1576,1511,1653,1442,1499,1443,1946,1584,1816,1574,1444,1437,1399,1562,1331,1956,1524,1517,1518,1524,1927,1369,1318,1931,1321,1849,1534,1588,1488,1638,1621,1371,1866,1294,2043,1316,1749,1399,1770,1795,1452,1472,1293,1791,1861,1311,1744,1765,1516,1694,2147,1454,1638,1668,1427,1594,1512,1514,1626,1534,1857,1553,1490,1505,1416,1519,1583,1508,1514,1495,1600,1430,1720,1462,1469,1588,1588,1664,1621,1501,1464,1451,1400,1429,1481,1560,1411,1573,1595,1791,1783,1674,1728,1445,1533,1506,1613,1570,1538,1589,1545,1561,1766,1752,1621,1757,1697,1587,1657,1795,1733,1559,1663,1724,1710,1782,1859,2112,2159,2056,1831,1883,2255,2485,2608,2489,3488,2728,2368,2044,2006,1812,2155,2284,2442,2130,2046,2420,2374,1966,2328,2138,2537,2204,2567,2327,1903,2407,2048,2003,2261,2367,1877,2251,2981,2445,2370,2611,2803,2855,2251,2481,2450,2160,2254,2202,2605,2213,2039,2654,2609,2403,2011,2402,2360,2028,2577,2843,2568,3415,2043,2015,2241,2200,1973,1803,2235,2043,1736,1647,2167,1807,2506,1972,2408,2360,2612,2490,3248,2926,2607,2696,2288,2326,2409,2569,2282,2527,2447,2483,2214,2090,2244,2049,1997,2731,3006,2409,2290,2567,2529,3164,2610,1772,2103,1762,2243,3140,2217,2128,2051,2624,2098,2159,1817,2366,2757,1932,2128,2051,2885,2568,2612,2368,2080,2491,2322,2242,2807,2297,2288,2484,3851,2491,2091,2388,2566,2294,2338,2045,3367,2050,2084,1925,2247,2251,1923,2089,2000,2092,2041,1926,2055,1924,2080,2295,2039,2283,1966,1893,1842,1922,1888,1813,1960,2049,1884,2163,2256,1887,1918,2045,2086,1970,1881,1933,2407,2050,1967,1994,1887,1935,1839,1815,2120,1922,1930,1891,1875,2045,2170,2042,1976,1959,1933,2085,2085,1998,2249,1978,2045,1999,1924,2569,1967,1891,2604,1806,2133,1797,2203,1737,1725,1790,3008,1900,1767,2167,2436,1896,1724,1631,1538,1727,1800,1813,1683,1802,1999,1560,1735,1920,1892,1825,1797,1490,1532,1755,2223,1685,1681,2051,1830,1689,2123,1772,1757,1579,1752,1723,1623,1708,1770,1896,1761,1773,1694,1675,2536,1905,2216,1923,1923,2047,2529,1999,1818,2475,2207,1978,1967,2533,2567,2447,2515,2277,2088,2565,2571,2201,2075,2082,1970,1959,1887,1927,2127,1892,1917,1845,1816,1768,1879,2658,2451,2895,2684,2371,2405,2966,2893,2728,2566,2489,2323,2490,2445,2123,2418,3087,2174,1714,1773,2242,2084,1976,1857,1961,1639,4052,2086,2626,2006,2215,2054,1685,2321,3006,2413,2287,2371,3087,2170,2697,1808,1724,2013,2164,2438,2011,1802,2014,1927,1956,1967,1894,1834,2008,3350,2602,2322,2809,2849,2572,2657,2084,2247,2704,2407,1938,1971,2382,2528,2607,2401,2895,2246,1804,2009,2012,1723,1884,1926,2684,2003,2265,1940,2129,1925,1997,2015,2279,1810,2081,2089,2172,1924,2086,1968,2287,2086,2005,3680,2573,1962,2330,2441,2970,2889,2125,2648,2408,2088,2194,2691,2769,3007,2170,2000,2082,1766,1772,2012,2220,2609,1954,1886,2843,2489,2329,2060,2038,2331,2603,2246,2444,3387,2818,2199,2014,1940,2373,2649,2400,2696,2161,1976,2056,2141,2512,2001,2310,3057,2196,2848,2534,2204,2044,1917,2330,2780,1966,2130,1971,2474,2524,2492,2280,2649,2527,2410,3124,2600,1884,1682,1773,2328,2226,1970,1813,2284,2603,2135,1991,3286,2488,2856,2045,2163,2206,2046,1745,1726,1773,1682,1959,2289,1854,2042,2040,2296,1999,2007,1966,2334,3009,2197,2731,2327,2330,2127,2493,2445,2006,2047,2432,2078,1676,1808,3265,2409,1927,2065,2780,2036,1974,1925,1758,1815,1886,1798,2089,1802,1925,2016,1795,1766,1966,1970,2044,1890,1682,2501,2405,3288,2491,2568,2206,2412,2046,1857,3020,2406,2727,2613,1876,2255,2126,2010,1917,1882,1774,1808,1876,2819,2776,2810,2535,2605,2422,2089,2179,2647,2489,2086,2287,3087,2207,2295,2253,1965,2167,2042,1959,1924,1651,2170,1885,2322,2016,1792,1823,1693,1811,1748,1938,2045,1728,1878,2002,2183,1886,1604,1845,1753,1733,1793,1867,2119,1640,2098,1518,1645,1692,1634,1811,1996,1887,1571,2046,1846,2167,2039,1579,2231,1725,2538,2245,2167,2241,2041,2159,1966,2127,1919,2174,2698,2481,2572,2128,3044,2418,2164,1947,2487,2417,2276,2187,2696,2807,2168,2603,2649,2487,2090,2029,2265,2189,2405,2408,2888,2293,2527,2129,2726,2694,2563,2290,1921,2167,2369,2290,2083,2247,2137,2086,2281,2135,2804,2130,2809,2606,2215,2238,2134,2045,2712,2247,2161,2256,2156,2678,3008,3576,2285,1972,1920,2008,2021,2525,2408,2222,2451,2610,2004,2053,1924,2250,2119,2087,2084,1972,1921,1931,2080,2125,2006,1737,2520,2649,2320,2448,2617,2596,2655,2555,3009,2015,2333,1893,2006,2404,2290,2053,1706,1809,1765,1757,1885,1764,1897,1876,2095,2050,2236,1693,1786,1934,1802,1764,1689,1677,1639,1688,1566,1490,1526,2332,1760,1809,1728,2004,1713,2014,1553,1806,1695,1602,1698,1926,1604,1693,1524,1506,1522,1578,1569,1511,1527,1561,1642,1598,1482,1482,1518,1521,1559,1616,1440,1519,1518,1610,1335,1873,1363,1867,1356,1520,1451,1357,1532,1438,1381,1281,1796,1761,1899,1350,1481,1390,1470,1460,1324,1805,1432,1631,1429,1385,1499,1366,1404,1593,1820,1362,1461,1429,1364,1794,1753,1854,1399,1458,1437,1306,1730,1795,1729,1737,1717,1721,1563,1369,1689,1437,1532,1549,1584,1475,1410,1360,1927,1621,1433,1756,1389,1347,2077,1331,2081,1592,1458,1384,1541,1519,1631,1735,1856,1547,1551,1482,1545,1539,1555,1400,1298,2002,1451,1487,1442,1572,1574,1586,1521,2031,1746,1625,1462,1559,1573,1546,1653,1722,1730,2142,1769,1868,2031,2132,2356,2207,2167,1775,2489,3887,2173,2817,2983,2451,2480,2598,2488,2309,2536,2440,2720,2732,2402,1894,2318,2591,2174,2651,2565,2324,1892,1916,2069,2005,2406,2088,2407,2082,2278,1896,2317,2483,2210,2109,2248,2605,2613,2087,2538,2528,2398,2169,2127,2080,1969,2042,2088,2281,3183,2610,3242,2179,2394,2488,2530,2405,2495,2765,3170,2367,2156,2971,2650,2526,2252,2171,2444,2359,1988,2486,2367,2118,2049,1879,1850,1964,1969,2456,2157,2015,2002,1919,1886,1928,1883,1886,2087,1725,1731,1921,2537,2076,1925,1974,2276,1912,2129,2970,2734,2717,2440,2407,2333,2801,2695,3164,2974,2247,2409,2483,2213,2490,2969,2282,1972,2374,2810,3016,1761,2134,2171,2196,2129,2866,2767,1844,2451,2250,2366,2124,4010,2132,3163,2167,2169,2482,2288,2363,3014,3124,3014,2696,2273,1813,1800,2488,2205,2336,2727,2690,1645,2925,2007,2041,1965,2214,1920,1879,1859,1966,1920,1929,1969,2117,2085,2009,2212,2002,1928,2004,2082,2055,2531,2526,2608,2332,2646,2407,2289,1947,2326,2648,1967,2063,2082,2006,1984,2083,1689,1890,1963,2001,1772,1922,1886,1891,1970,1611,1761,1780,1547,1580,1562,1631,1541,1754,1535,1842,1611,2153,1573,1486,1583,1615,1356,1886,1395,1325,2046,1581,1627,1539,1472,1326,1891,1530,1518,1445,1437,1436,1469,1633,1530,1488,1514,1539,1542,1422,1469,1488,1477,1523,1500,1486,1524,1554,1613,1398,1294,2050,1357,1518,1538,1651,1758,2128,1959,1997,2244,2218,2043,1644,1814,1847,2020,2006,1913,1995,1889,2499,2375,2721,3079,2320,1999,2343,2126,2360,2213,2526,2322,2527,2079,2573,2361,1728,1807,1880,1999,1941,2415,2054,1916,1805,2050,2136,2010,2429,2375,2117,1965,2572,2323,3493,2928,2040,2453,2328,1980,2243,2284,2361,2010,2634,2458,1878,2486,2568,1970,1732,1877,2042,1846,1727,1964,1926,1774,1922,1843,2452,2405,2206,1890,1847,1920,1970,2049,2159,2095,1886,2203,1920,1850,1882,1893,2074,1976,2089,1923,1925,2172,2153,1730,1932,1728,1551,2119,2131,2653,2113,1852,1889,2238,1814,2200,1845,2105,2044,2249,2287,2446,2967,2368,2294,2041,2336,1937,1886,2036,1929,2370,1876,1979,1767,1885,2401,2606,2447,2566,2251,2251,3409,2490,2121,2077,2049,2212,1766,2521,2167,1895,1955,2496,2482,1966,2173,2087,2038,1930,1926,1846,1600,1642,1763,2808,2046,2565,2086,2927,2158,1939,1844,2477,2424,1697,1656,2204,2280,1930,1800,1970,1800,1854,1804,1715,1740,1759,1636,2055,1599,1642,2375,2166,2088,1679,1654,1610,1709,1653,2089,1642,1719,1686,2332,1606,1610,1912,1540,1761,2323,1678,1653,1801,1808,1563,1689,1836,1653,1961,1654,1684,1724,1596,1696,1805,2172,1841,1723,1973,2109,1655,2092,2004,1559,1725,1931,1716,1812,2486,2122,2049,2437,2005,1968,2604,2211,1968,2099,2053,2244,1839,2090,2127,1840,2010,2168,1963,2055,2077,2091,2007,1799,2259,1893,1964,2461,2813,2485,3007,2563,2040,1930,1924,3740,11714,7445,2317,2334,1957,2080,2129,2163,2409,2123,2652,2254,2087,2523,2409,2365,2783,2002,2087,2147,2362,2055,1764,1848,2246,2607,2239,2156,1887,2089,2367,2330,2086,2089,2089,2384,1886,2018,1853,2140,2002,2158,2202,1650,2209,1962,2192,2608,2168,1896,2065,2815,2324,2528,1772,1881,1921,1967,1924,2046,1975,2007,2280,1928,1812,1926,1961,2040,1886,2008,1890,2042,2720,2331,1925,2925,2467,2749,2520,2528,2210,2123,2333,2061,2247,2450,2402,2447,2770,2336,2770,2687,2564,2695,2564,2681,2060,2067,2460,2484,2515,2050,1912,2047,2328,2768,2065,1883,1774,1636,2256,1998,1925,1732,1846,2046,2011,2566,2241,1965,1885,2249,2003,1964,1966,2092,1969,2008,2132,2359,2328,2048,1729,1802,1921,1726,1884,2895,2088,2086,1888,2167,3208,2129,2450,2967,1964,2007,1963,2106,2565,2082,1984,2285,2037,1927,1886,2050,1964,2362,2331,2765,2214,3322,2170,2264,2204,2135,1844,1800,2210,2084,2015,2552,2489,2321,2293,2083,2404,2689,2659,2084,2398,2011,1812,2037,2006,1753,1764,2094,1806,1879,1850,1769,1797,1764,1767,2077,1771,1761,1852,1803,1735,1670,1611,1767,1613,1831,1695,1686,1959,1766,2329,1854,1951,1810,1846,1939,2169,1963,2203,2260,2530,2169,2472,2598,1849,2651,2726,3097,2370,2684,3125,2891,2327,2448,2327,1974,1773,2042,1967,2125,2291,2361,2049,1931,2530,2118,2253,2404,2656,2254,2562,2212,2243,3529,2150,1848,2208,2003,2216,2120,2007,1970,2159,2214,2202,2723,2011,1967,2279,2058,2245,1958,1974,2044,2969,2774,2129,2040,1925,1853,2743,1934,1815,1800,1774,1919,2367,2446,1997,2160,2569,2527,2486,1775,2424,2038,2052,2019,1921,1926,1892,2214,2406,1934,2008,2165,2686,2133,2168,2086,2047,1963,2049,1967,2089,1759,1890,1884,2014,2036,1849,2082,2151,2118,1976,2371,1906,2014,2468,2527,2608,2173,2405,2092,2060,2086,1873,1691,1633,1613,1882,1964,2141,2272,2047,2085,2138,1843,2046,2360,2089,2173,1954,1886,1936,2450,2001,2044,1924,2051,2526,2124,2046,1651,2085,1965,2201,2088,2169,1963,1658,1635,1673,1650,1523,1845,1727,1729,1833,1607,1772,1718,1736,1638,1931,1647,1594,1642,1658,1637,1767,1685,1600,1772,1562,1526,1494,1674,1734,1760,1639,1729,1726,2054,1592,2215,1561,1771,1799,1777,1595,1997,2163,2455,1769,1754,1897,2116,1935,1884,2323,2167,2052,1874,2013,1922,1805,1972,2327,2008,1961,2410,1879,2534,1959,2734,1928,1966,1764,1920,2047,1882,1847,1852,1922,2248,2614,2122,1974,1883,1895,2548,1970,2070,1886,1804,2375,1963,2081,2090,1888,2169,2039,1928,1807,1801,1931,2319,1928,1815,2276,2047,1844,1810,1926,1923,1932,1850,2239,2206,1775,1764,1926,1873,1770,1877,1856,1471,1488,1510,1851,1681,2404,1812,2572,1447,1342,1918,1406,1320,2140,1675,1547,1659,1481,1288,1863,1326,1778,1795,2131,1757,1710,1469,1302,1816,1926,1282,1759,2016,1401,1569,1567,1770,1413,1840,1305,1747,1929,1506,1445,1441,1415,1443,1291,1805,1781,1735,1865,1388,1251,1947,1417,1564,1422,1490,1559,1537,1397,1433,1452,1685,1616,1642,1418,1594,1716,1690,1665,1862,1753,1659,1619,1593,1739,1681,1721,1784,1844,1820,1938,1650,1770,1946,1729,1706,1907,2261,1930,1996,1983,1786,1739,1917,1733,1846,2164,2643,2167,2135,2148,2009,2644,2532,2455,2723,2097,2005,2454,1560,2295,2695,3130,2259,1962,1971,1810,1878,1887,1965,1807,2729,3129,2525,2570,2833,2500,2557,2524,2421,2443,2292,2178,2318,2724,2183,2027,2349,2575,2457,2803,2454,1916,1889,1809,2067,2249,1963,2025,2096,1966,1961,2123,1923,1813,1885,2040,1813,2086,2000,1933,1767,2047,1708,1924,1744,1798,1730,1726,1648,1746,1716,1709,1833,1920,1484,1926,1820,1873,1686,1730,1923,1692,1596,1608,1717,1651,1731,1999,1656,1597,1852,1762,1812,2199,2247,2129,2047,2363,2003,1938,2004,1921,2000,2296,2239,2296,2854,2449,2368,2161,2333,2406,3047,2358,2387,2326,1998,1922,2128,2616,2482,2336,1934,1928,2241,1799,2132,2501,2172,2080,2603,2608,2137,1921,1925,2054,1872,1931,2202,2169,1970,2288,2293,1962,2890,2089,2525,2606,2730,2416,2399,2368,2165,2888,2690,2531,2408,2011,2039,1814,2161,1808,1918,1890,2410,2887,2570,2328,2121,2169,2036,2047,2332,4103,1869,1929,2290,2203,2496,2485,2045,2234,2629,2350,1880,2829,2610,2014,2205,2531,1966,2493,1759,2007,2132,1679,1693,2117,1882,2137,2006,1878,1810,2400,1777,2202,2694,1999,1933,2319,2812,2645,2447,2286,2326,2489,2076,2182,1846,2069,1859,2127,2081,2012,1880,1888,1928,1962,2247,2050,2002,2049,1837,1973,2561,1854,1999,2330,2207,2205,1764,2486,2289,1895,2080,2037,2005,1994,1963,1765,2573,2254,2404,2366,2530,2167,2040,2147,2607,2325,2371,2047,2010,2494,2564,2569,2485,2088,2727,2767,2043,2288,2448,2563,2287,1825,2553,2818,2365,2319,2775,2696,2609,2356,2289,2125,3226,2194,2451,2577,2327,2166,2094,1972,2198,2100,1927,1846,1801,1852,1843,2005,2409,1886,2113,2047,1832,1818,2440,2082,2089,1804,1573,2399,2138,1884,1918,2016,2121,2331,1887,2075,1806,2689,2054,2128,2482,2126,2047,4086,4741,2124,2567,2205,2044,1814,1881,1720,1932,1551,1693,1764,1691,1889,1762,1754,1741,2238,1736,2077,1687,1725,1895,2006,1974,1682,1820,1999,1804,1811,1717,1729,1737,1472,1526,1493,1551,1608,1892,1689,1790,1869,2158,1816,1956,1653,1786,1970,1908,1783,1806,1678,1652,1604,1717,1566,1975,2010,2039,1897,1581,2256,1920,1727,2289,1962,2042,2016,1884,2122,2206,2615,2080,1925,1841,2287,1937,1917,2165,1973,1760,2128,1886,1927,1921,1732,1721,1848,1601,2095,2947,2686,2291,2047,2045,2038,2100,2206,2245,1915,2228,2207,2002,1802,1967,2441,3044,2209,1824,2962,2885,2404,2690,2523,2340,2399,2325,2084,2447,2450,2407,2289,2410,2806,2524,2256,2249,2688,2011,2221,2032,2686,2452,2402,2489,2452,2604,2248,2324,3213,3083,2421,2720,2403,2411,3008,2445,2172,1958,2483,2449,2328,2926,2483,2696,2646,2357,2139,2562,2453,2642,2652,2286,2445,3260,2397,2618,2159,2012,2488,2403,1960,2529,2001,2208,2200,2967,1892,2241,2135,1965,1966,2040,1892,1927,2081,1761,1855,2116,2755,2298,2158,3169,2381,2359,2363,2930,2220,2258,2446,2208,3054,2528,3287,2569,2495,2119,1956,1997,1975,2117,2468,2489,1934,2247,2126,3309,2090,2003,2287,1932,2037,2128,2289,2093,1924,1999,2135,1963,2050,1959,1842,1856,1923,2131,1920,1960,2325,2581,2035,2098,2276,2015,1880,1722,1683,2329,2566,2245,2177,2289,2059,1845,1882,1964,2290,1964,2244,2217,2481,2525,2579,2364,2967,2366,1967,1931,2205,2245,2963,2007,1964,1982,2773,2244,2055,2000,2724,2536,2603,2334,2889,2331,2381,2132,2074,1918,1840,2057,1955,2138,2157,2334,2083,1889,2034,1698,1645,1883,1566,1527,2381,1680,1679,2294,2129,2005,1960,1853,2441,2215,2166,1924,2317,2004,2054,2236,2210,1970,2009,1683,1608,1649,1736,1614,1928,1729,1759,2053,1766,2283,1760,1722,1692,1710,1687,1882,2336,1967,2203,1782,2068,2144,1841,1804,1772,1881,1655,1917,1923,1923,1529,2325,1694,1918,1636,2147,1583,1739,1644,1462,1704,1942,1487,1714,1612,1511,1604,1544,1677,1472,1808,1445,1481,1703,1442,1794,1370,1966,1448,1360,1326,1774,1572,1843,1430,1358,2013,1655,1310,1839,1459,1404,1474,1616,1962,1352,1811,1807,1759,1817,1316,1575,1468,1447,1412,1365,1817,1845,1417,1438,1560,1520,1338,1508,1535,1958,1483,1420,1428,1403,1532,1564,1441,1476,1430,1938,1397,1474,1452,1517,1363,1394,1917,1380,1606,1415,1499,1305,1772,1860,1894,1335,1942,1842,1673,1764,1820,1330,1809,1806,1813,1842,1373,1835,1555,1397,1403,1310,1818,1778,1932,1536,1573,1575,1446,1370,1787,1381,1324,1586,1485,1595,1667,1639,1515,1734,1471,1373,1443,1570,1618,1622,1651,1653,1540,1605,1801,1590,1561,1713,1577,1408,1385,1317,2812,3818,2198,2093,2156,2004,2053,2181,2270,2106,2345,2171,1957,2190,2266,2494,2050,2544,2305,1908,1928,2009,1951,2728,2249,2182,2078,2495,1970,2036,2165,1998,1894,1927,1998,2611,2591,1994,1867,2051,2606,2338,2446,4315,2370,2243,2853,3005,2529,2651,2573,2575,2050,2004,2363,2295,2758,1856,2073,2172,2295,2087,2203,1893,2042,2523,2421,2409,2653,2239,2172,2451,2606,1975,1806,2933,1915,2080,2134,2067,2447,3017,2086,1801,4668,1845,2047,2122,2127,2776,2766,2562,2282,2823,3212,2872,2091,1966,3081,2338,1967,2763,2450,2162,2736,2767,2491,2604,2331,2482,2857,2402,2488,2726,2368,3248,2494,2240,2489,2572,2602,2333,2442,2534,2408,3201,2855,2649,2844,2970,2292,2887,3122,2775,2521,2412,3331,2810,2571,2965,4051,2494,1960,2703,2367,2196,2128,2388,2087,1849,1968,2305,2295,2962,2936,2361,2326,3132,2207,2131,2367,2529,2686,2377,1976,2357,2006,2290,2765,2646,2687,3651,2492,2606,2413,2366,2645,2649,2243,2489,2132,1888,1923,2242,2011,2080,2175,1995,1966,1968,1893,1966,2088,1880,2637,2195,2011,2076,1725,2173,2525,2567,2450,2166,2330,2487,3495,2209,2365,2304,2326,2563,2814,2120,1976,2680,2257,1917,2014,1802,1729,1998,1967,1810,2359,2175,2044,2249,2399,1851,2129,2079,2088,1733,2003,2171,2078,2011,2366,1921,2133,1926,1844,1764,1754,1644,1723,1809,1812,1808,1846,1910,1943,2328,1632,1733,1781,1997,2010,2368,1924,2003,2094,1880,2048,2049,1961,2691,2445,2374,2139,2092,2483,3095,2012,1960,2230,2170,2412,2035,1843,2362,2256,2685,2043,2013,1722,2000,2344,2614,2039,2209,2770,2484,2371,1962,2638,2035,2174,2060,2963,2614,2250,2239,2659,2565,2611,2604,2886,1772,2485,2531,2961,2845,2005,2579,2361,2165,1729,1866,1887,1922,1972,1765,2002,2012,2081,1770,2086,1883,1731,1715,2262,2816,3409,1850,2648,2367,2648,2645,1845,2089,2013,1915,1764,2051,1882,2296,2525,2163,2168,2281,1928,2052,2042,1976,2200,1770,2081,2172,1962,2202,2649,2163,2171,1848,2012,1836,2373,1957,2046,1976,2081,1719,1762,1573,1880,1875,1617,1599,2214,1794,1660,1716,1567,1650,1917,1600,1614,1876,1612,1688,1769,2192,2207,1776,1636,1489,1572,1713,1702,1753,1771,1681,1762,2131,1804,2035,2296,2531,2038,1811,1964,2324,1934,2484,3522,2086,2092,2966,2131,2125,1883,2089,2668,2900,2965,2523,2531,2999,2086,2006,1998,3015,2898,2218,2689,2480,2932,2692,2283,2525,2612,2966,3014,2163,2448,2166,2205,2885,2371,2731,2048,2046,1931,1875,1966,1882,2013,2052,2400,2724,2689,1978,2754,2366,2695,2150,2754,3486,3013,2242,2293,2282,2811,2163,2040,2300,2695,2568,2603,3653,2336,2329,2158,2412,2245,2157,1929,1851,2000,2173,1964,1925,1886,1888,2005,1850,1880,2165,1923,2046,2131,2669,2534,1869,1802,2057,2486,2050,2356,2212,2039,2499,2041,2054,1757,2407,1890,1809,1995,2008,2056,1965,1835,1889,2203,1922,1682,1960,1999,1936,1877,2485,2015,2003,1881,2014,1962,2001,1898,1807,1959,1972,2004,1841,2167,2285,2041,2254,2003,2133,1916,1850,2005,1691,2277,2335,2601,2779,2356,2139,1959,2044,1884,2324,2036,1684,1527,1927,1872,1606,1755,1654,1957,1808,1840,1970,1849,1844,1796,1850,2723,2332,2405,2125,1803,2159,2176,1916,1892,2484,2213,1927,2207,2155,2084,1970,1934,2035,1931,2492,2330,2073,1896,1999,2056,1766,1697,1716,1730,1761,1760,1807,1699,1840,1773,2189,2136,1637,1832,1885,2174,1997,2205,2373,2332,2429,2098,1891,1873,1934,2081,1972,2010,2240,2206,2243,2186,2116,2286,2211,1948,1846,2667,2570,2726,2935,2766,2455,2295,2566,2218,2244,1961,1925,1843,2001,2294,2518,2047,2166,2085,2089,1962,1815,1765,1731,1798,1762,2003,1967,1695,2210,2200,1605,1839,2337,1796,1571,1684,1926,1766,2124,2165,1696,1756,1774,1876,2456,2164,2091,1964,1648,2477,2086,2749,2575,2803,2767,2380,1920,2182,2207,2087,2014,2205,1964,2213,2239,1969,2040,2251,2163,2233,2122,1891,2098,2048,1806,2104,1977,1844,2659,1683,1840,2454,1959,2121,1970,1933,1961,2686,2086,2048,2248,2884,2570,2523,2214,1918,2230,2492,2205,2047,2288,1950,2169,2002,2095,2044,1799,1935,2036,2287,2014,2001,2007,1890,2080,2054,1967,1884,2005,2079,1805,1935,2082,2130,2357,2092,1967,2101,1733,1924,1525,2243,2209,2016,1884,2809,1524,1671,2132,2046,1885,1934,2324,1758,1653,1721,1728,1693,2113,1765,1726,1777,1800,1719,1763,1655,1717,1644,1777,1643,1714,2020,2034,1576,1798,1760,1688,1727,1650,1594,1696,2069,2414,2241,1801,1765,1966,1771,1920,2125,2165,2323,2171,2327,2013,2000,1840,2007,2015,1962,2005,2004,2204,1687,1695,2250,1662,2155,1842,2406,1615,1650,1788,2059,2241,1683,1687,1719,1661,1721,1912,1719,2061,2033,1820,1752,1774,1770,1916,1817,1872,1614,2003,1881,2611,1730,1912,1818,1596,1761,1843,1850,1773,1761,1794,1739,1689,1827,1623,1551,1575,2041,2005,1831,1778,1840,1753,1721,1676,1695,2130,2068,1954,2494,1643,1596,1653,1770,1887,1648,1561,1917,1883,2215,1685,1577,1596,1559,1584,1715,1656,1605,1515,1528,1531,1469,1483,1686,1734,1685,1574,1565,1439,1676,1502,1628,1574,1724,1691,1721,2172,1953,1684,1772,1593,1606,1667,2008,2358,2130,2607,2329,2689,2531,2366,2447,2241,2451,2447,2243,2326,2454,2198,1930,2645,2733,2449,2686,2453,3448,2253,2600,2811,2533,2813,2526,3010,2090,3896,14958,2170,2007,1814,1832,1694,2086,2401,2256,2339,1726,1669,2248,1729,1730,1923,2122,1657,1681,2007,1715,1885,1974,2454,1841,1637,1693,1598,1726,1648,1518,1736,1764,1610,2042,2154,1579,1672,1688,1766,1764,1735,1923,1848,1723,1682,1602,1528,1608,1677,1573,1677,1731,1647,1920,1652,1684,1681,1640,1769,1764,1811,1680,1884,1931,1760,1681,2022,2009,2032,1962,2051,2243,1962,1809,1964,2327,2088,1844,2212,1998,2010,2079,2139,1987,1979,2026,2464,2692,2485,3173,2365,2808,2126,2000,1845,1846,2198,2602,2769,3774,2485,2405,2171,2568,2732,2649,2489,2773,2522,2214,2305,2324,2429,2384,2411,2648,2925,2591,2529,2602,2528,2654,2011,2378,2897,2300,2333,2247,2133,2327,2164,2447,2149,3488,2692,1780,1971,2164,2886,2088,2649,2279,2214,2371,2604,2408,2805,2651,2938,2879,2579,2360,2443,2446,2215,2611,4240,2287,2695,3177,2102,2500,2487,4215,2694,2605,2409,2047,2297,2036,2365,3456,3368,3212,2682,2094,2487,2689,2641,2409,2166,2457,2116,2570,2447,2372,3165,2564,2575,3089,2849,2528,2442,2806,2408,2165,2213,2650,2891,2208,2162,2448,1931,2200,2733,2570,2125,2449,1887,2117,3215,2493,2485,4375,1897,2134,2134,2327,2095,2363,2447,3129,2328,2363,2687,3011,3051,3332,2604,2725,2246,2267,1970,2066,2572,2487,3083,3292,1973,1482,2174,1957,2491,1924,1686,2134,1966,2009,2038,3370,2614,2845,2647,2407,2526,2695,2688,2519,2616,2609,2521,2485,2534,2208,2045,2529,2641,2293,2443,3045,2129,1876,2046,2248,2174,2169,2004,2087,2822,2490,2612,2806,2487,2969,2683,1933,2527,2285,3407,2652,2447,2644,3096,2521,2171,2448,2486,2412,2246,2678,2300,2562,2407,2248,2491,2156,2310,1847,1965,1970,2362,1974,1961,2428,2723,3770,2407,2608,2620,2686,2125,2497,2688,2125,2124,2285,2092,2118,2089,2285,2334,2014,2328,2036,2127,2008,2078,2191,2208,1818,1842,2165,1726,1960,1935,2320,2053,1846,1880,2243,2016,1719,1721,2017,1843,1849,2083,1660,1496,2213,1722,1800,1564,1560,1563,1729,1700,1638,1974,2079,1767,2080,2098,1875,1719,1779,1567,1756,1934,1894,2087,1887,1687,1920,2004,2242,1775,1840,2129,1650,1695,1997,2015,2036,2168,1770,2041,1736,1802,2040,1895,2281,1849,1924,2127,2121,2086,1972,2237,1931,2211,2603,2413,1926,2089,2120,1892,1934,1971,7500,3133,2205,3046,2645,2335,2300,2535,2121,2278,1812,1727,1720,1852,2247,2285,2449,2212,2047,1997,2373,2164,2527,2289,2448,2367,2334,2360,2212,2245,2724,2018,2444,2126,2040,2056,2034,2287,1730,2281,1891,1851,2113,1792,1524,1764,1724,1641,2104,1791,1573,1725,1767,2171,1796,1805,1731,1795,2334,1766,1759,1686,1694,1678,1776,2158,2484,2051,2035,2046,2126,2134,2426,2725,3299,2484,2776,2090,1887,2316,2608,2368,2098,2319,2243,2636,2925,2086,2195,1975,2389,2111,2009,1974,1929,2164,2129,1999,2381,2728,2160,2589,2287,2083,2170,1959,2085,2130,2123,2008,2092,1998,2376,2079,2048,2006,1932,2366,1965,2118,2091,2041,2013,2040,2252,2004,2497,1880,1769,1841,2253,1960,1932,2239,1843,2297,2117,1971,2078,2086,1980,2005,2034,1938,1879,1808,2007,1757,1850,2012,1915,1967,1930,2001,2097,1686,1921,1845,1806,1763,1972,1919,1841,1898,1803,2398,2332,1885,1785,1723,1810,1809,1887,2004,1891,1685,1522,1561,1545,1566,1690,1933,1644,1925,1482,1534,2035,1605,1643,1812,1811,2366,1600,1694,2031,1522,1646,1565,1681,1412,1738,1525,1554,1456,1401,1483,1636,1530,1552,1773,1774,2316,1648,1498,1643,1759,1490,1493,1487,1603,1953,1768,1613,1599,1528,1704,2040,1696,2481,1932,2593,2308,1951,1772,1858,1851,2097,2006,2081,2248,1914,2091,1856,2306,1949,2107,1859,2361,1964,1941,2275,2007,2494,2142,2194,1923,1918,1788,1953,2104,2022,2051,2039,2325,2458,2062,1870,1821,2106,2042,2128,2187,1555,1644,1602,1561,2053,1601,2241,1698,1669,1646,1646,1538,1522,1832,1780,2196,1729,1724,1770,1638,1734,1486,1554,1764,1653,2044,1612,1668,1691,1652,1605,1520,1651,1552,1974,1795,1769,1695,1676,1576,1632,1541,1601,2010,1877,2008,1722,1693,1754,1607,1641,1915,1929,1980,1756,1602,1846,1710,1609,1681,1659,1602,1802,1758,1609,1649,1561,2127,1564,1596,1607,1738,1528,1628,1562,1505,1675,1442,1536,1520,1548,1381,1395,1479,1442,1622,1626,1450,1483,1520,1479,1499,1812,1480,1607,1615,1623,1621,1444,1497,1555,1725,1696,1677,1570,1727,1759,1715,2015,2108,1644,1892,1965,1687,1883,2046,1884,1928,2152,2449,2489,2409,2723,2451,2443,2972,2524,2490,2301,2405,2437,2245,2385,2815,1969,1921,2084,1934,2452,2454,2327,2083,2052,2068,2054,2125,2046,2686,2010,2323,2004,2491,2407,2123,2446,2050,1988,2000,2817,2645,2492,2251,2358,2449,2612,2604,2043,2730,1895,1815,1879,1883,2736,1970,2263,2162,2096,2208,2315,1978,2266,2646,2930,2449,2769,2699,2089,2810,2328,2448,1756,2094,1844,2129,2550,3166,2166,2511,2098,2971,2526,2683,2691,2647,2451,3091,2290,1996,2408,2968,2008,1924,2358,2495,2210,1999,1922,2090,2051,2001,2774,2005,2039,2052,2488,2201,2042,2231,2238,1852,1720,2164,2381,2478,2324,2006,2330,2087,2123,2094,2323,2536,2126,1832,1810,2007,2055,2120,2768,2248,1962,1815,2197,2010,2043,2207,2387,2195,2099,2282,2212,2204,2119,1969,2086,2014,2040,2324,2046,2045,2373,2300,2567,2705,2014,2224,2352,2736,2570,1829,2104,2073,2815,2883,2535,2646,2168,3002,2527,2187,2096,2888,2886,1791,2389,2170,2475,2568,2652,2289,2277,3939,3725,3622,2880,2498,2640,2046,2462,2723,2692,2093,2600,2287,3011,2166,2015,2362,2812,2276,2115,2295,1970,2019,2440,2365,2131,2032,2001,1845,2292,2130,2677,2634,2528,2287,2040,2969,2250,2082,2086,2001,1765,2328,1939,1998,1852,1805,2165,2088,1958,2011,2161,1962,1972,2002,1975,2245,1761,1683,1614,1965,1968,1877,1966,1890,1920,2405,2817,2290,1954,2012,2004,2088,1970,2005,2078,1893,1960,1934,1928,2154,1811,2090,2441,2089,2450,1845,1809,1838,2248,2049,1806,2004,2013,2116,2050,2042,1926,1964,1770,2009,2001,1895,1927,1918,2208,2090,2079,1970,2127,2118,2010,2165,1929,2126,2088,1891,1923,2403,2092,1884,2002,1929,2002,2125,2124,1854,2171,2515,2333,2692,3332,2446,2026,2373,2201,2090,2771,2170,2008,1845,2000,2093,1921,1888,1918,2371,1932,1956,2046,2009,2045,2082,2049,2448,1670,1717,1803,1804,2008,1777,1694,2087,2085,2082,2535,2442,1966,1815,1924,2117,1770,2367,2131,2246,1965,2042,1892,2085,2249,2125,2080,2055,2329,2485,2686,2854,2649,2640,2451,2604,4213,3011,3249,2645,2412,2644,2323,2856,2484,2331,2442,2485,2574,2690,2599,2691,2933,2648,2248,2044,2134,2454,2003,2043,1966,1885,2013,2077,2556,2281,2231,2326,2220,1935,2042,2098,2450,2372,1866,2679,2449,2298,2812,2448,2083,2125,2080,2161,2275,2251,1955,1938,1797,2015,2315,2013,2168,2408,2165,2201,2008,2051,2045,2168,1845,2240,1972,1968,2010,2189,1627,1711,1725,1578,1757,2290,1799,1684,1612,2085,1576,1751,1580,1677,1883,1678,1740,1873,1688,1801,1581,1863,1493,1842,1549,1552,1649,1736,1781,1927,1533,1556,1567,1688,1483,1686,1482,2043,2171,1714,1529,1531,1564,1763,1927,2096,2074,2080,2407,2529,2447,2400,2012,2001,2411,2564,2053,2603,3291,2165,2606,2089,2445,2374,2685,2295,2357,2249,2768,2610,2284,2331,2303,2244,1694,1799,2129,2788,2451,2688,2051,2842,3169,2489,3006,2127,2572,2606,2446,2494,2886,2427,2008,2383,2572,2022,2162,3406,2879,2579,1884,2138,2413,2329,2113,2334,3852,2289,2366,2329,2167,2827,2414,2678,1925,2441,2126,1763,1732,2053,2362,2079,1978,3009,1920,2000,1998,2081,2571,2604,2169,2732,2206,2049,2408,2401,2297,2848,2329,2650,2926,2087,2934,1684,1596,1812,2009,2004,1963,2006,2129,1728,1839,2408,2320,1773,1761,2293,2043,2046,1845,1810,1931,1639,1715,1523,2212,1806,1956,2136,1798,1571,1517,1556,1407,1740,1556,1656,1555,1800,1417,1363,2151,1539,1562,1686,1635,1814,1528,1518,1359,1493,1368,1844,1669,1366,1884,1622,1562,1760,1531,1679,1593,1565,1380,1531,1729,1686,1774,1736,1893,1876,2176,1929,1965,1878,1968,1970,2122,1931,3040,2534,2405,2173,1958,2288,2134,2048,2184,2487,2256,1926,2256,1760,2566,2045,3011,2165,2205,2822,2656,2844,2087,1872,1764,1927,2169,2479,2055,1961,2047,2010,2005,2074,1979,2121,2722,1852,1810,2189,2287,2370,1918,1924,1893,1959,2043,2512,2484,1926,2013,1951,1935,1837,1836,2040,1999,1765,2167,1887,1808,3044,2488,1976,2079,2530,2120,2162,2370,2522,2332,2321,1860,2364,2028,2372,2559,2000,2280,2088,1959,1926,1769,1811,2392,2320,1794,1883,1964,2041,2010,1963,1531,4206,2776,2204,2155,2052,2040,2085,2417,2570,2613,3041,2290,2569,1807,3289,2406,2887,2489,2575,2486,1842,2062,2412,2121,2651,3093,2365,2690,2254,2477,2413,2016,2389,2164,2005,2013,1997,1925,2254,2167,1928,2234,2749,2319,3095,2763,2773,2368,2280,3130,2653,2525,3135,2727,2647,2043,1995,2808,2038,2007,2269,1958,2300,2965,2491,2246,2288,3008,2088,2684,2532,2843,2295,2046,2006,2244,1638,1530,2243,2288,2283,2287,2286,2203,2539,2323,2696,2288,3494,2369,2228,1957,2250,2524,2089,2327,2241,2206,2820,2844,2730,2398,2538,2012,2080,1816,1887,2088,2082,3459,2767,2611,2486,2807,2535,2482,1929,1968,2037,2055,2404,1968,1848,2196,1811,2281,2014,2007,1995,2327,2129,2366,1732,1979,2129,2175,2128,1957,2093,1917,1974,1916,1966,2100,3636,2143,2077,2386,2480,2043,2047,2037,2042,1917,1848,2146,2481,2204,2076,2983,3411,2124,2045,2417,1960,1892,1874,1971,2081,1765,1814,1648,1837,1776,1953,2553,2405,2290,2406,2366,2484,2530,2571,2724,2330,2564,2614,2573,2175,2327,3534,2241,2487,3737,2767,2446,2408,2493,2483,2292,2484,2129,1967,1977,2419,2565,2232,2537,2528,2205,2126,2488,2326,2771,2646,2331,2099,2322,3009,2853,2168,2361,2607,1974,2090,2361,2647,2493,2484,2763,2411,2326,2370,2446,2406,2892,2323,2288,2208,2080,2447,2128,2344,2298,2847,2123,2288,2604,6670,2303,2689,2447,2151,2005,2011,2765,2481,3495,2115,2126,2237,1897,2038,2049,2174,1997,1923,2290,1801,1890,2536,2519,2448,1920,2406,2376,2772,3283,2566,2688,2199,1901,2792,2205,2809,2807,2646,2689,2853,2049,2552,2250,2009,2326,2016,2688,2523,3176,2609,2330,2242,1938,1969,2267,5863,2411,1845,2089,2446,2797,2437,2276,2037,1899,1922,1847,2243,2197,2077,2050,2298,2492,2642,2088,2447,3052,2608,2569,2605,2372,2802,2770,2408,2011,2241,2406,2169,2206,1878,1760,2115,2369,2328,2367,2327,2358,1927,2129,2444,1774,2208,2448,3290,2365,3008,2007,2453,2045,3010,2320,2213,2488,2806,2331,2486,2088,2481,2493,2882,2172,2048,2314,2653,3005,2856,2486,2370,2246,2167,2210,2689,2444,2527,2250,2321,3131,2043,2112,2942,2525,2250,2082,2049,2166,2002,1962,1771,1831,1772,1696,2108,2249,3404,2813,2324,3134,2563,2208,2448,2408,2323,2410,2849,2568,3213,2447,2247,2126,2022,1802,3343,2362,2573,2281,2371,2243,2132,1914,2846,2010,2489,2089,3080,1941,2948,2488,2042,2129,1997,1887,2127,1971,1958,2430,2607,2683,2126,2688,2014,2245,2810,2522,2132,2242,2475,2009,2538,3847,2489,2284,2735,2604,3411,2005,2651,2209,2090,2164,2067,2618,2487,2887,1764,2488,2445,2209,2325,1921,2209,2331,2321,2970,2445,2611,1892,2478,2727,2047,2333,1999,2217,2440,2006,2453,2369,2364,2812,1808,2411,2449,1828,1694,1964,2012,1999,2172,2548,2481,2570,2531,2522,2443,3576,3410,2064,1969,1882,2089,2126,1891,1888,2161,1848,1959,2015,1964,2242,2322,2138,2042,1918,2288,1858,2162,1960,2049,2081,2433,3017,2405,2086,1940,1796,1848,1994,2366,2444,2849,2695,4084,3210,2047,2769,2489,1851,2525,2569,2019,1881,2493,1969,1843,1879,2173,2046,1877,1816,1926,2256,2334,2359,2529,3925,1611,2367,2322,2520,2577,2406,1887,1935,1874,1970,1694,2076,2088,2407,2490,2045,1858,1720,1645,1646,1732,1686,1715,1641,2380,2004,1685,1675,1660,1724,1520,1640,1929,2598,3137,1926,2010,1926,2193,2338,2048,2634,2292,2326,2288,2535,2364,2491,2446,2608,2566,2325,2094,2439,2493,2122,2328,2483,2368,2535,2401,2290,2575,3202,2733,2643,2774,2134,2077,1688,1885,2494,2528,2369,1966,1813,2525,2134,1832,1877,2170,2490,1971,2046,1841,2208,2090,1960,1885,2010,1636,1892,2010,1918,1806,2003,2005,1937,1887,1925,2205,2519,2216,1964,2041,1894,1875,2176,1889,2257,2118,2129,1968,2309,2403,2486,3054,2648,2088,2399,2534,2958,2331,2648,3888,2812,2543,1848,2383,2490,2652,2033,3064,3085,2491,2482,2767,2610,2572,2369,4128,2770,2125,2038,2436,2286,2042,1929,2171,1895,1957,2050,2403,2127,1914,1968,2047,2262,2411,2446,2325,2365,2573,2281,2771,2369,2768,2244,2091,2482,2487,2978,2520,2087,2126,2172,2366,2563,2494,2728,2563,2370,2410,2927,3046,2325,2494,2684,2404,2537,2074,2365,2525,2290,2245,2570,2406,2563,2217,1888,2001,2375,2715,2529,2285,1885,2362,2091,2479,2624,2804,2323,1952,1933,1796,2540,2490,3528,2472,2287,1684,1563,1687,2417,2121,2765,1858,2206,2164,1931,2281,2288,2118,2251,1923,2210,1974,2301,2415,2081,2330,2606,2454,2202,1853,2571,3094,2201,2411,2288,2406,2281,1686,1833,1896,2304,1926,2567,2009,2037,1972,1925,2864,2372,2482,2185,1842,1807,1843,1934,1838,2126,2290,1924,2284,2330,2324,2046,2213,2162,2370,2438,2577,2199,2575,2243,2123,2006,2528,2139,2642,1932,1608,1851,2243,2732,2270,2727,2690,2367,2491,2921,2021,2200,2050,2209,2041,2327,2405,1969,2191,2203,2121,1812,1931,2208,2643,2532,2442,2448,2407,2129,2370,2964,2809,2571,2486,2565,2205,2531,1945,1797,1688,1682,1651,1647,1645,2212,2766,2445,2491,2369,2685,2326,2092,2358,2004,2427,1890,1720,1935,1904,2365,3006,2888,2169,2648,2009,1704,2420,2526,2522,2534,2092,2262,3253,1926,2366,2293,2487,1797,2013,2153,2348,2405,2491,2522,2655,2404,2086,2131,2527,2726,2491,2046,2149,2083,2524,3576,2568,2061,1895,1998,2498,2714,3402,2125,2549,1960,2135,2242,2039,1975,1849,2161,1687,1597,1535,1557,1526,2373,2125,1925,1796,2195,1968,2414,2486,2609,2487,2648,2642,2732,2324,2090,1881,1951,2329,2243,2076,1886,2133,2445,2288,2606,2527,2176,2320,1898,1930,2001,1891,1875,2287,2235,1834,2297,1905,2087,1643,1644,2087,1892,2201,2446,2013,2239,1893,1887,2038,1854,2120,2206,2129,2042,1846,1978,2241,1760,2049,2171,1848,1926,1840,2166,2054,2073,1932,2052,1879,2365,1886,2014,1892,1745,1716,1717,1781,1597,1728,2077,1738,1921,2404,2042,1698,1716,2050,1721,1965,1646,1570,1566,2084,1443,1567,1969,1632,2095,1842,1724,1698,1719,2546,2079,1886,1770,2246,1805,1843,1968,2083,1897,2410,2012,1906,1850,2398,2164,2050,2289,2172,1845,2517,2011,1927,2129,2003,2281,1886,1725,1773,1804,1846,2036,2487,2722,2534,2203,2328,2372,2404,2563,2255,2167,2248,2448,2415,2067,3128,2654,2525,2245,2125,2039,2121,2360,2332,2289,2805,2283,2570,2283,1851,1942,1965,2210,2398,2096,1879,2410,2698,2014,2043,2475,2412,2198,1991,2127,2685,2251,2380,2716,2569,2770,1847,1770,1971,2002,2406,2092,2840,1997,2060,2226,2732,2242,1665,1596,1566,1561,1688,1688,2089,2602,3011,2082,2449,2285,2246,2921,2215,2084,2167,2244,2644,2484,2374,2213,2006,1969,2036,1897,1874,2095,1887,1840,2281,1767,1734,1877,2655,2003,2645,1692,2200,1896,1887,2084,2045,1839,1824,2125,1458,1556,1727,1557,1491,1573,1648,1424,1506,1621,1499,1532,1711,1522,1584,1802,1415,1355,2012,1736,1636,1534,2008,1634,1612,1643,1738,2191,1441,1483,1534,1532,1885,1630,2047,1697,1715,1993,2099,1442,1403,1480,1837,1669,1621,1968,2131,1870,1681,1662,1827,1800,1762,1692,1915,1886,1611,1642,1648,1856,1862,2070,1816,1875,1888,2158,2346,2071,2277,2086,1608,1862,1704,2191,1619,1850,1802,1644,1700,1560,1718,1514,1443,1331,1971,1498,1741,1455,1728,1628,1659,1602,1399,1378,1366,1328,2006,1350,1753,1440,1519,1528,1562,1522,1426,1441,1321,2091,1678,2194,1905,1942,1799,1809,1799,1892,1632,1664,1886,1539,1598,1874,1770,1833,2128,1892,1885,2042,2122,2011,1889,1970,2116,1767,1571,1928,2116,1816,1883,2067,2366,2121,2365,2252,1971,2082,2044,1910,2287,2605,2644,2654,2080,1848,2287,2405,2119,2272,1962,2116,2805,2034,2001,1887,2285,2381,2334,2441,2329,2003,2165,2040,2284,2608,2039,2474,2484,2172,2081,2648,2241,2090,1806,2335,2082,2159,1772,1962,1686,2205,1859,2564,1635,1447,1379,1397,1397,1766,2100,1793,1778,1634,2086,1613,1463,1346,1860,1449,2109,1604,1650,2122,1445,1570,1497,1392,1363,1369,1612,1624,1627,1722,1596,1818,1475,1451,1391,1496,1509,1410,1815,2072,1662,1387,1407,1856,1408,1357,1995,1571,1530,1837,1658,1443,1400,1453,1521,1443,1435,1539,1583,1577,1809,1431,1337,1808,1841,1402,1573,1521,1958,1539,1557,1953,1947,1342,1816,1809,1844,2104,1763,1571,1810,1592,1737,1809,1537,1519,1532,1759,1632,1624,1715,1968,1478,1520,1418,1563,1362,1494,1443,1485,1782,1563,1837,1445,1510,1552,1474,1441,1672,1529,1630,1707,1698,1979,1752,1708,1690,1713,1664,1507,1394,1452,1301,2066,1378,1514,1522,1495,1572,1680,1589,1813,1490,1557,1341,1343,1948,1621,2015,1961,2258,1652,1673,2159,1960,2102,1726,1701,1758,1716,1648,1811,1831,1974,1906,1699,2026,2097,1957,1813,2307,2249,2386,2435,2013,1949,2154,1794,2003,1798,1989,2502,1970,2363,2009,1934,2551,1995,1997,2096,2308,2175,1878,1849,1890,2440,1891,1932,1840,1925,2047,1880,2135,2170,2565,2528,2648,1799,1807,2005,2529,2003,2204,2159,2807,2407,2483,2768,2456,2246,2561,2764,2772,2452,2129,2323,3651,2889,2411,2202,1934,1894,1678,1608,2484,2536,2126,2114,2407,2490,2409,2485,2367,2007,2890,2968,2652,3050,2926,2325,2011,2486,2684,2369,2284,2455,2763,2327,2227,2215,2080,2890,1853,2599,2300,2155,2449,2564,2089,2259,2005,2127,1766,1716,1648,1646,1690,2079,2011,2430,2215,2474,2476,2243,3089,2030,2077,2047,2299,2038,2127,2286,1688,1886,2122,1934,1883,1962,2082,2085,2167,2048,1973,2005,2001,2011,2122,1922,2367,1971,2533,2509,2604,2650,2284,3737,2167,2328,2571,2283,2167,1759,2362,2407,1972,2065,1969,2167,2076,2671,2175,2303,2949,2521,2013,2166,2175,2607,1845,1921,2163,1694,1839,1962,2006,2174,2361,2766,3094,2559,2491,2373,1940,2197,1843,1773,1803,1765,1889,1843,2009,1767,1717,2013,1727,1888,1754,1726,1653,2081,1772,1804,1680,1767,2158,2333,2359,2690,2156,2081,1893,1924,1880,2209,1886,2369,1677,1570,1564,1604,1651,2037,1844,1849,2122,2298,2569,2633,2529,2402,2250,2295,2045,3326,2482,1928,1963,2849,2043,1775,2435,2179,2115,1809,1563,1604,1613,2080,1895,1794,1728,1764,1604,1526,1557,1450,1839,1895,1645,1571,1594,1716,1968,1523,1576,1752,1637,1526,1490,1579,1485,1718,1480,1367,1379,1373,1431,1477,1550,1654,1678,1562,1401,1333,1414,1530,1469,1396,1485,1683,1385,1482,1848,1407,1498,1444,2078,1565,1676,1407,1459,1496,1651,1698,1449,1444,1444,1499,1674,1496,1814,1701,1620,1587,1903,1518,1673,1782,1563,1647,1659,2740,1642,1506,1597,1762,1537,1554,1444,1482,1628,1614,1510,1670,1459,1476,1675,1743,1641,1783,1411,1560,1741,1672,1592,1457,1752,1568,1455,1466,1482,2003,1579,1819,2025,2211,1511,1721,1489,1475,1418,1526,1498,1530,1509,1560,1375,1367,1257,1777,1786,1268,1442,1519,1381,1785,1380,1437,1422,1380,1402,1402,1555,1843,1501,1458,1704,1350,1412,1411,1374,1367,1366,1436,1494,1382,1858,1409,1384,1372,1364,1390,1372,1362,1347,1302,1726,1293,1866,1274,1751,1743,1802,1764,1825,1307,1420,1348,1355,1479,1525,1524,1500,1348,1433,1458,1348,1351,1282,1814,1353,1804,1798,1852,1300,1819,1304,1812,1376,1314,1375,1529,1452,1341,1338,1334,1334,1389,1511,1816,1513,1532,1408,1503,1503,1641,1352,1953,1594,1602,1475,1377,1356,1488,1642,1524,1523,1487,1547,1564,1446,1372,1385,1450,1599,1423,1918,1529,1472,1476,1517,1366,1371,1358,1530,1314,1781,1917,1480,1486,1479,1514,1507,1362,1717,1392,1473,1442,1548,1372,1562,1474,1442,1413,1352,1307,1845,1359,1334,1790,1497,1302,1876,1514,1437,1335,1907,1390,1461,1407,1427,1403,1499,1409,1471,1294,1771,1835,1400,1379,1311,1867,1290,1836,1304,1828,1840,1279,1476,1324,1864,1422,1284,1847,1339,1340,1364,1291,1801,1410,1417,1412,1908,1365,1372,1368,1362,1300,1529,1467,1404,1449,1398,1498,1530,1535,1536,1483,1472,1533,1501,1388,1611,1442,1486,1487,1545,1610,1565,1575,1500,1437,1496,1441,1554,1519,1409,1394,1398,1481,1389,1447,1477,1374,1387,1612,1552,1434,1390,1386,1389,1517,1423,1486,1677,2173,2225,2575,3433,2818,2663,2482,2173,3334,3085,2360,3121,2616,2307,2667,2350,2976,2903,2838,2451,2371,2779,2776,2982,2603,2091,2284,2608,2249,2249,2443,2488,2831,2495,2503,2243,2045,2929,2519,2404,2366,2466,2487,3527,2350,2077,2305,1853,2104,2203,2409,2528,3530,2768,2573,2641,2446,2133,1935,2080,2058,2264,2012,2005,2600,2442,2767,2292,2489,3046,2570,2801,2899,2926,2488,2608,2565,2489,2490,2045,3451,2448,2404,2571,3211,2081,2859,2338,2102,1962,1856,2319,2128,1842,2010,2327,1932,1879,2051,1968,2164,1682,1725,1447,1752,1525,1573,1725,2075,2220,1750,1617,1925,1764,2049,1605,1649,1444,1645,2356,1811,2319,1724,1650,1616,1909,1690,1490,1636,1567,1521,1541,1837,1841,1658,1640,1734,1811,1718,1764,1724,1803,2087,2003,2091,2133,2045,2125,2082,2055,1944,2043,2367,2218,2397,2646,2418,2017,2036,2055,1926,2008,2076,1888,1931,2006,2088,2040,2202,2088,2243,2176,2327,1839,2313,3045,2422,1837,2254,2051,2125,2403,1969,2302,2850,3125,2615,2491,2130,2967,2492,2360,3250,2407,2090,2174,2007,2362,2242,2613,2569,2288,1838,1772,2356,2499,2970,2486,1792,1955,1929,2016,2077,1809,2121,1886,1852,1768,2079,2123,2006,2166,2016,2086,2036,2015,2038,2372,2529,3483,2455,2564,2647,2323,2204,2339,2322,2048,2155,1891,2006,2044,2210,2770,2086,1997,2165,2454,2174,3208,2528,2531,2408,2400,2019,2605,2606,2250,2371,2644,2483,3134,3009,2971,2614,3084,2646,2367,2213,2482,2610,2730,2528,2604,2607,2615,2323,2558,2393,2568,2210,1799,1818,2196,2574,2643,2331,2364,2409,2369,3251,2440,2335,2568,2730,2569,3331,2523,2690,2408,3131,2006,2684,2207,2025,1917,3104,1888,1809,2082,2650,1809,2118,2290,2523,2488,2608,2442,2278,2099,2112,2130,1573,1723,1969,2039,2132,2004,1925,2005,2080,1969,2006,2123,2137,2080,2388,2781,2479,3012,2483,2564,2335,1839,1893,1994,2073,2327,2042,1918,1797,2532,2370,2443,2768,3175,2689,2325,2288,2141,2005,1807,2253,2530,4173,3330,2202,1786,1881,1883,1970,1922,1937,1875,2357,2498,2466,2477,1937,1889,1874,1776,1756,1929,2407,1970,1879,1923,1893,2014,2149,2207,2178,2122,2048,2410,2044,1799,2127,2204,2648,2685,1970,2967,2083,2414,2684,2567,2856,2569,2440,2853,2335,1952,2777,2318,2530,2573,2407,2403,1985,2454,2681,2054,1856,2442,2372,2199,2292,2646,2317,1730,1896,1887,1690,2401,2829,2199,1865,1914,1994,1980,2566,2333,2970,2525,2573,1760,2133,1921,1816,1763,3305,2327,2209,2814,2009,1855,2651,2210,2210,2206,2040,2005,1967,2489,2491,2610,2568,2238,2975,2928,2007,2261,2213,1800,1968,2007,2079,2167,2487,2335,2168,1916,1936,1962,1973,2188,2285,2011,1799,2005,2092,2076,2212,2250,2249,2084,1925,1760,1692,1801,1810,1764,1761,1975,2401,1911,1692,1727,2093,1721,2075,1700,1482,1607,1634,1810,1756,1700,1836,1806,2366,1934,1686,1606,2167,1712,1690,1642,1734,1767,1999,1687,1836,2773,1813,1847,1721,1599,1724,1572,1637,1698,1682,1922,1532,1709,1735,1679,1520,1491,1409,1487,1472,1481,1448,1577,1525,1474,1407,1437,1811,1510,1665,1859,1375,1368,1645,1381,1476,1413,1484,1409,1838,1472,1362,1329,1865,1768,1922,1425,1480,1472,1465,1510,2192,1482,1609,1361,1417,1445,1562,1405,1603,1470,1493,1802,1492,1410,1384,1287,1740,2035,1538,1589,1452,1525,1676,1407,1299,1803,1865,1415,1481,1500,1711,1490,1517,1651,1315,1783,1800,1956,1645,1733,1416,1467,1419,1352,1776,1745,1756,1827,1737,1498,1441,1473,1533,1588,1448,1383,1742,1876,1375,1221,1764,1327,1381,1451,1452,1438,1228,1817,1876,1327,1867,1671,1541,1376,1380,1303,1836,1363,1324,1304,1891,1384,1452,1459,1373,1570,1660,1578,1492,1451,1429,1579,1680,1465,1428,1510,1438,1547,1611,1622,1605,1578,1724,1365,1845,1386,1460,1617,1615,1620,1617,1488,1530,1556,1416,1360,1321,1955,1476,1471,1471,1553,1553,1645,1590,1390,1342,1294,1822,1919,1390,1294,1868,1379,1336,1380,1886,1317,1845,1497,1562,1558,1689,1429,1387,1360,1410,1541,1366,1360,1497,1610,1618,1584,1616,1635,1601,1429,1389,1490,1453,1339,1831,1323,1829,1329,1444,1572,1547,1537,1373,1380,1426,1898,1576,1622,1606,1653,1599,1374,2115,1589,1564,1406,1549,1551,1410,1896,1365,1335,1452,1341,1417,1526,1530,1375,1920,1409,1310,1487,1314,1841,1262,1777,1353,1393,1337,1344,1830,1747,1874,1398,1404,1471,1491,1283,1956,1560,1569,1571,1542,1340,1812,1860,1538,1387,1801,1988,1429,1470,1428,1563,1660,1520,1441,1391,1636,1631,1618,1615,1614,1396,1876,1843,1319,1950,1551,1604,1628,1625,1621,1452,1441,1460,1432,1478,1496,1389,1410,1410,1413,1422,1422,1490,1475,1371,1302,1918,1326,1958,1453,1460,1387,1442,1472,1434,1318,1804,1379,1275,1957,1441,1482,1515,1701,1743,1870,1705,1587,1508,1564,1377,1788,1778,2059,1454,1575,1620,1522,1642,1572,1480,1348,1782,1988,1288,1775,1736,1558,1678,2000,1584,1428,1455,1487,1479,1477,1456,1566,1672,1454,1587,2067,1689,1594,1481,1454,1474,1404,1693,1868,1805,1785,1939,1843,1741,1894,1660,1885,1842,1906,1636,2119,1683,1771,1574,1542,1583,1478,1495,1562,1604,1720,2082,1852,1697,2186,1720,1607,1593,1503,1670,2058,2107,2308,1892,2044,2319,1889,2327,2031,2216,2352,2599,3065,2577,2145,2357,2210,3133,2322,2492,2448,2644,2244,2570,2767,2644,2809,2248,2688,3088,3010,2490,2487,2570,2643,2488,2452,2202,2486,2449,2533,2606,2175,2045,2150,2727,2542,2645,2374,2193,1924,2093,2773,2287,2157,1770,1811,2365,2491,2563,2528,2451,2571,2483,2410,2916,2652,2254,2606,2246,2247,3524,2577,3036,2328,2645,1968,1885,2461,2651,2048,1994,2007,1928,2007,2124,2313,2364,2566,1966,2355,2368,3296,2520,2775,2525,2650,2174,2398,3170,2690,2884,2450,2289,2449,2528,2483,2290,2211,2241,1963,2054,3103,2533,2290,2440,2249,2568,2530,2566,2484,2929,2735,2407,3411,2728,2528,2604,2489,2690,2321,2529,2369,2327,2651,2365,2003,2850,2488,3810,3330,2448,2524,2174,2684,2089,1954,2342,2733,2721,2608,2326,1891,3285,2774,2287,2525,3530,2730,2208,2206,2244,2005,2005,2127,2975,2408,2331,1997,2036,2430,1925,2162,1899,1798,1964,2578,2927,2325,2337,2441,2204,2528,2490,2285,1886,2491,2489,2446,2033,2376,2482,2322,2493,2207,1963,2128,2646,2330,2405,3374,2889,2566,2519,2694,2331,2923,2576,2440,2332,2566,2650,2247,3412,2603,2572,3570,2764,2690,2926,2251,2324,2726,2132,2687,2563,1956,2006,2128,1731,2216,2134,2686,3090,2243,2172,2401,2370,2330,2243,2490,2206,1960,2717,2209,2274,2568,2885,1928,2319,2171,2006,2048,2006,1957,2053,2037,2048,2093,1918,1891,1842,1811,2128,1844,2086,2420,2090,2044,2279,2247,2568,2228,1995,2054,2010,2004,1886,2118,2285,2295,2041,2337,2011,2222,2338,2142,2006,1959,2506,2882,2167,2761,2604,2320,2087,2568,1651,2201,1926,1843,2530,2487,2413,2170,2477,3129,3331,2375,2537,2028,2405,2449,2283,2350,2414,2441,2187,1886,1848,1883,2332,2044,2075,2261,1913,2090,1690,1814,1803,1484,1715,1803,1543,1680,1844,1687,1591,1622,1799,1760,2442,1702,1713,1574,1687,1553,1414,1569,1548,2019,1559,1444,1443,1492,1887,1674,1449,1399,1482,1379,1922,1835,1979,2000,1653,2004,1887,1768,1839,1623,1678,1494,1553,1602,1944,1428,1405,1392,1528,1672,1965,1804,1964,2014,2124,2268,2089,2017,1812,1924,1684,1643,1930,2321,3313,2369,2724,2445,2729,2093,2121,1973,2021,2178,2251,2090,2102,2528,2906,2088,2145,1881,2420,2544,2705,2388,2078,1723,2573,2047,1919,1921,2055,2123,1846,2083,2055,1844,2192,2326,2170,2364,2852,2603,2371,1892,2167,1734,1767,2363,2163,1763,2046,1964,1732,1607,1760,1844,2129,2403,2572,2689,3007,3013,3126,2487,2446,2250,2089,2482,2608,2452,2199,1965,1964,1889,1924,1765,2919,1963,2085,1878,2258,1919,2444,2373,1927,2000,1962,2168,2405,2529,3010,2604,3779,2765,2283,1954,2333,2068,2039,2399,1756,1883,2307,2766,2563,2571,2520,2846,2329,2694,2522,1726,1772,1878,2250,1918,2504,2342,1887,1885,1890,1842,2411,2017,2332,1967,2335,2770,1860,2393,2685,2369,2123,1901,1954,2287,2569,2255,1900,1974,2048,2085,2284,2085,2775,2646,2086,2046,2010,2206,2326,2449,2511,2575,3093,3124,2332,1888,2281,2938,2263,3400,2357,2598,2812,2120,2139,1966,1940,2893,2074,2758,2329,2451,2406,3048,2169,2361,2560,2158,2062,2586,2281,1899,3121,2464,3050,1966,1917,3223,2238,2258,2119,2410,2045,2447,1728,1733,2520,2372,3128,2369,2449,1668,1564,1841,1606,1756,2048,2243,2285,2216,2122,2219,2167,2203,1890,2087,2186,2250,1572,1571,1765,2092,2198,1803,1934,1962,1842,1974,1924,1929,2045,2289,2325,2426,2055,1886,1957,1929,1921,1933,2000,2005,2573,1962,1776,1758,1720,2495,2103,2444,2486,2324,2328,2495,1884,2199,2288,2126,1999,2253,2730,2449,2048,1921,1882,2562,2047,1890,2006,1993,2056,1802,1806,2126,1765,1931,2000,1764,2088,1924,2937,2243,2045,1733,1675,1800,1646,1560,1772,1687,1688,1791,1931,1812,1918,2128,2407,2363,2050,2166,1853,1797,1735,1674,2031,1835,1607,2381,2247,3003,2082,1766,1895,1677,2496,1967,2441,2015,3531,2567,2647,2207,2616,2685,2888,2686,2325,2652,2686,2651,2246,3012,2292,2133,2273,2647,2568,2397,2487,2813,2410,2487,2689,2440,2572,2448,4371,2645,3342,2322,2531,2326,2290,2808,2489,2445,2323,2016,1926,2348,2488,2408,2488,2406,2939,2428,2608,2446,1738,2244,2930,3211,2727,2088,2049,2010,1927,1760,1795,2817,2411,2401,2331,2690,2405,2328,3091,2005,1891,2300,2168,1825,3017,3048,2889,2651,2360,2250,1964,2451,2655,2014,2617,1968,1792,2328,2119,2135,1920,1850,1882,2049,2049,1846,2005,2362,3048,1894,1890,2608,1724,2188,2201,2364,2281,2330,2567,2169,1961,2746,2143,3694,2450,2602,3170,2569,2965,2288,2528,2410,3013,2481,2411,2522,2412,2449,2521,2415,2204,2565,2529,2326,2408,2366,2162,5132,2673,2056,1881,1924,1924,1851,2238,2404,2602,2415,2524,2650,2409,2440,2528,3017,2523,3411,2256,2400,4099,2287,2726,2889,1800,2893,2531,3370,2605,2615,2648,2760,1614,2230,2011,2041,2324,2218,1738,1934,1760,2455,2526,1840,1965,1998,1772,2082,2154,2238,2050,1978,1917,1924,2646,2018,2125,2252,3243,2569,2412,2530,2054,2054,2427,3045,2569,2876,2536,2155,2383,2928,2480,2652,2249,2522,2370,2527,1842,1918,2241,1772,2544,2014,1974,1925,1887,1891,2129,1968,2240,4076,2052,2289,2494,2630,2374,2004,1934,1724,1844,2482,2055,1878,2122,2214,2205,1893,2306,2447,2447,2331,2367,2367,2641,2370,3087,2573,2645,2487,2125,2339,2283,2254,3491,2001,2733,2519,2807,2653,2682,2484,2816,2767,2366,2361,2092,2079,1972,2084,2646,2733,2414,2284,2730,2404,2609,3212,2204,2250,2687,4250,2170,2406,2484,2728,2445,2215,2961,2691,2565,2454,2686,2404,2730,3291,2924,1847,2167,2285,2928,2165,2181,2207,1969,2066,2728,2448,2409,2970,3369,2526,4695,2680,4136,2687,2448,2089,2482,2811,2329,2449,2726,2051,2388,2157,1966,2113,2451,3042,2487,2731,2404,2450,1966,2091,2091,2443,2487,2052,3083,2530,2210,2090,2398,1813,1762,3019,2248,1998,2248,2610,2284,2535,5371,2937,2146,1724,1959,2050,2078,5498,5574,3380,2009,2317,2232,1967,2049,1885,2050,2007,2290,1958,2052,1890,2252,2324,1719,1969,2002,1850,1764,1928,1765,1878,1774,1840,2314,1728,3777,2346,2445,2092,1846,2281,2285,2169,2127,2172,2164,1881,2575,2411,2283,1851,2554,1845,2046,2567,2202,2326,1854,2046,2289,2087,1998,1724,1769,2079,1891,2444,2689,2417,2009,1882,1759,1722,1856,1762,1689,1754,1727,1762,1967,1735,2161,1884,1849,1970,2360,1889,2240,1888,2401,2400,2416,1958,1689,2025,1924,1810,2322,1897,1923,1637,1975,1963,1971,1855,2525,2893,2363,2127,2051,1963,2041,2090,2084,2609,2131,2121,2131,2043,2043,1800,2894,4857,2486,2372,2367,2206,2211,2085,2843,2252,2088,2202,2816,2207,2367,2366,2364,1928,1756,2148,2214,2928,2125,2122,2095,1744,2287,2490,2159,3816,2241,2043,1972,2167,2362,2012,2289,2242,2368,2251,3727,2046,2014,2727,2409,3171,3528,2411,3938,2323,2113,1961,1969,1973,2081,2130,1956,2092,1765,2000,1886,2370,2045,2086,1856,1928,2088,1958,1567,1551,1907,2326,1764,2483,1692,1716,1934,1804,1878,2137,2158,1965,2404,2009,1847,2356,2052,2255,1839,2037,2003,2012,2608,2121,1977,2005,2358,1844,2417,1919,1806,1640,1737,1715,1845,1574,1879,1928,1854,1833,1698,1757,1733,1961,1805,3711,1667,1856,1725,1511,1580,1598,1561,1536,1677,1928,3724,2698,2219,2083,2488,3135,2486,2126,2085,2249,2244,2171,2241,2090,1808,1739,2195,2007,1969,2724,2244,2644,2569,2401,2058,2200,2043,1976,2243,3046,2128,2051,1846,1916,1801,2105,1973,2319,1930,1808,2395,2721,2015,2164,1879,2810,2530,2367,2045,2338,2119,2006,1883,2205,2486,2207,3774,2202,1895,2008,1882,1688,1609,1598,1915,2327,1878,1696,1757,1772,2125,2205,2404,3336,1920,2596,4618,2163,1926,2150,2105,1893,1879,1850,1944,1730,1963,1887,1764,1922,2402,3052,3416,2565,1881,2003,1847,1696,1680,2344,2206,2213,2085,2130,2125,2047,2888,2161,2172,2009,1994,2208,2524,2043,2087,1842,1858,1687,2001,1931,1885,4478,4168,1798,1849,3399,3013,1916,2372,2446,2044,2169,1939,2127,2406,1721,1617,1672,1653,1849,1839,2247,3172,1893,1602,1611,1690,1674,1542,1559,1799,1538,1961,1556,2023,2002,1892,1834,1890,2175,2043,1687,1640,1727,1812,1604,1709,1495,1527,1555,1646,1734,1639,1599,2297,2004,1730,1580,1962,1695,3082,1974,2025,2648,2128,1765,2489,1989,2364,1891,1887,1799,1758,1683,5543,1847,1838,2416,2681,2259,1674,1880,1538,1522,1554,1943,1667,2049,1609,1807,1485,1839,2089,1655,1567,1524,1554,1573,2128,1955,1735,1565,1555,1649,1560,1529,1523,1609,1878,2242,1526,1538,1521,1636,2005,1724,2031,1769,1846,2214,2439,2053,2160,2295,2394,1972,2126,1649,1938,2082,1929,2526,2123,2251,1767,2141,2124,1839,1890,2202,2252,2208,2124,1694,1727,1918,1970,1721,1721,2009,2101,1555,1761,1606,1658,1576,1471,1484,1562,1527,1604,1490,1753,1699,1552,1734,1642,1730,1526,1594,1527,2165,1645,1490,1525,1609,1525,1446,2314,1574,1672,2130,2405,2093,1566,1531,1756,1518,1458,1482,1633,1577,2285,1650,1679,1445,1679,1604,1602,1774,2010,1679,1574,1687,2200,1722,1614,1559,1955,1817,1598,1810,1796,1770,1766,1728,1764,1765,1801,1930,2325,1766,2607,2004,1936,2087,2033,2250,2296,2591,2084,2688,2288,2324,2014,1884,1839,2573,2565,2647,1997,2205,2167,2566,2685,2693,3093,3447,2293,2201,2365,2255,2957,2128,1963,2529,2003,2038,2087,1928,1849,1891,1845,1806,1766,1796,1736,1751,1736,1758,1604,1527,1648,1602,1486,1887,1514,1726,1661,1674,2443,1608,1611,1634,1573,1568,1602,1640,1620,1672,2000,1527,1699,1761,1722,1642,1615,1723,1691,1643,1655,1644,2126,2043,1685,1962,1774,1846,1763,2039,1845,1735,1963,1960,1642,1605,1696,1656,2162,2415,2126,2360,2248,1821,2039,1890,1730,1800,1767,1763,2007,1842,1844,2064,2292,1886,1841,2254,1891,1929,1923,2133,1966,1878,1805,1772,2087,1767,2086,1879,1964,2413,1639,1973,2610,1837,1848,2254,1917,1881,2013,2490,2089,1846,2245,1725,1723,1764,1846,1803,2294,2361,1844,1849,1880,1695,1560,1438,1769,1595,1614,1882,1730,1709,1739,1685,1551,1416,1403,1609,1844,1880,1842,1450,1562,1651,1603,1514,1661,1672,1898,1926,1672,1599,1702,1498,1899,1483,1673,1694,1601,1608,1552,1694,1572,1468,1380,1634,1993,1579,1579,1562,1503,2112,1932,1629,1579,1636,1729,1870,1533,1361,1448,1354,1468,1573,1474,2049,1705,2026,2029,1822,1420,1621,1286,1759,1968,1326,1861,1532,2073,1413,1361,1641,1321,1817,1915,1405,1292,1910,1659,1408,1551,1409,1368,1299,1811,1783,1812,1382,1348,1899,1795,1779,1816,1800,1777,1778,1772,1927,2009,1591,1341,1804,1781,1775,1736,1751,1774,1428,1363,1848,1884,1476,1537,1534,1507,1500,1359,1317,1271,1383,1468,1345,1443,1380,1435,1456,1458,1459,1505,1532,1682,1615,1420,1347,1962,1468,1466,1434,1440,1365,1391,1617,1648,1316,1377,1438,1391,1387,1385,1371,1372,1367,1366,1405,1375,1376,1315,1390,1344,1334,1338,1335,1358,1337,1782,1844,1665,1817,1366,1317,1818,1830,1323,1917,1375,1289,1537,1836,1298,1869,1305,1731,1643,1770,1821,1287,1414,1893,1225,1805,1347,1812,1780,2132,1471,1363,1330,1739,1408,1640,1409,1380,1367,1364,1473,1419,1405,1513,1385,1919,1451,1377,1470,1309,1786,1787,1873,1233,1417,1453,1578,1436,1363,1358,1356,1356,1335,1373,1425,1669,1656,1835,1391,1316,1809,1807,1904,1379,1295,1728,1673,1984,1326,1831,1396,1339,1830,1377,1417,1438,1486,1367,1774,1879,1321,1810,1813,1871,1337,1362,1252,1511,1754,1774,1727,1730,1850,1351,1340,1352,1306,1583,1574,1294,1786,1775,1817,1272,1846,1363,1329,1738,1353,1514,1829,1881,1482,1492,1502,1625,1658,1695,1822,1523,1626,1610,1530,1552,1546,1549,1559,1590,1536,1647,1537,1824,1486,1438,1434,1485,1527,1692,1633,1583,1430,1610,1443,1680,1608,1808,1888,2351,2774,2530,3309,2819,2851,3689,2923,3062,3002,3351,3391,2491,3886,2432,2131,2365,2362,2449,2405,2572,2439,2415,2648,2611,2204,2970,2484,1951,1811,1801,2098,1816,2018,1966,2284,2081,2125,2615,2645,2692,2364,2652,2930,2363,2135,2051,2606,2533,2523,2441,2328,2244,2215,2723,2320,2535,2931,2247,2184,2690,2726,2327,2809,2368,2485,1973,2406,2766,2322,2483,2174,2319,2374,2442,3094,2725,2611,2329,2522,2770,2206,2323,2814,2845,2125,2365,1916,2127,2049,2370,2248,2049,2209,2246,2263,1973,2048,1916,2018,2043,2288,1962,1840,1931,1851,2356,2207,1845,2136,1958,2006,1847,2086,1922,1734,2071,2090,1894,2002,2242,2168,2053,2005,1970,2033,2171,2088,1720,2069,2235,2538,2326,2484,2695,2303,2081,2096,1958,2135,2036,2055,2085,2125,1797,2637,2287,2683,2973,2930,2849,2606,4125,2649,2530,2207,2650,2567,2563,2452,4056,2644,1923,2893,3966,2695,3930,2210,2682,2693,2329,3088,2810,2199,2172,2401,2651,2283,2417,2248,2404,1965,2407,2771,2207,2604,2617,2488,2328,2610,2888,2644,2407,2492,2647,2609,2562,2734,2524,3208,2565,3258,3130,2845,2407,2082,2252,2642,2367,2454,2570,2487,2560,2896,2807,2569,2687,3010,2365,2158,2248,1803,2162,1998,2045,2564,2695,2283,1964,1884,1694,1766,1762,1766,1804,1840,2407,2016,2008,2115,2766,2289,2466,2123,2689,2006,1928,1930,2085,1811,2377,2404,2173,2267,1936,2047,2418,3573,2140,2541,2404,2284,2295,2285,2575,2690,2568,2440,2616,3169,2483,2090,2728,2364,2486,2049,2126,2128,2161,1919,2016,2006,1924,1997,2049,2056,2080,2370,1756,2525,2614,2731,2253,2370,2053,2121,2159,1855,2085,2520,2009,2135,1999,1853,2246,1875,2169,2016,2341,2489,2449,2685,2525,2372,2365,2358,2610,2566,2493,2602,2373,2449,2245,2605,2771,2606,2328,2199,1929,1766,2108,2367,2604,1997,2191,2289,2329,2244,2016,1947,2165,2084,1958,1969,2090,1969,1838,1772,1963,1845,2134,2196,1814,1969,1674,1688,1729,1681,1808,1594,1564,1534,1593,2104,1647,1599,1698,1514,1611,1474,1379,1387,1494,1528,1494,1589,1560,1412,1496,1540,1487,1465,1404,1392,1435,1337,1992,1926,1568,1411,1436,1462,1390,1370,1372,1319,1395,1519,1500,1529,1485,2008,1566,1585,1527,1451,1487,1557,1421,1712,1462,1477,1402,1726,1566,1388,1904,1623,1479,1713,1801,1398,1366,1664,1510,1685,1723,1728,1489,1458,1590,1580,1708,1483,1637,1663,1643,1488,1555,1503,1650,1645,1520,1480,1512,1511,1677,1697,1611,1381,1364,1512,1595,1913,1580,1692,1549,1634,1502,1407,1527,1673,1669,1400,1508,1696,1622,1521,1642,1849,1451,1714,1534,1458,1442,1473,1358,1343,1439,1335,1361,1409,1324,1604,2032,1594,1506,1466,1440,1476,1411,1448,1385,1858,1456,1639,1479,1455,1528,1451,1450,1456,1322,1305,1429,1419,1399,1407,1411,1410,1404,1406,1403,1557,1631,1437,1487,1523,1442,1394,1376,1370,1435,1372,1386,1372,1440,1656,1461,1449,1373,1368,1364,1366,1370,1335,1476,1804,1387,1458,1492,1459,1438,1442,1438,1442,1509,1494,1482,1404,1431,1472,1423,1443,1424,1449,1442,1440,1515,1628,1941,1596,1492,1404,1412,1479,1413,1407,1379,1439,1418,1582,1400,1793,1881,1358,1367,1365,1373,1374,1346,1412,1461,1680,1425,1362,1395,1374,1364,1363,1364,1323,2015,1412,1276,1288,1342,1516,1459,1529,1515,1619,1561,1635,1671,1413,1619,1750,1645,1590,1662,1841,1816,1857,1880,2203,1737,2080,2020,2008,1868,2480,2125,2182,2034,1856,2108,2065,2202,2280,2354,1922,2117,2177,1920,1930,1928,1928,2161,2064,2007,2007,2103,2038,2045,1825,2149,2436,1848,2216,2716,3171,2875,2388,2487,2483,2567,3213,2317,2026,2768,2138,2592,2686,2852,2192,2728,2442,2003,2375,2043,2693,2555,2455,2414,2439,2855,2716,2858,2387,2704,2576,2728,2446,2562,2491,2553,2606,2180,2165,2573,2358,2255,2248,2660,1916,2018,1677,1613,1677,1843,2003,2131,1805,1815,1843,1880,1934,1963,2205,1963,1852,1764,1679,1567,1715,2056,1799,2083,2004,1966,1847,1846,1850,1646,2483,1768,2010,2002,2198,1928,2011,1891,2007,1962,1842,1967,1671,1647,1759,1495,2038,1571,1800,1772,2048,2483,1893,2078,1851,1847,1725,1605,1895,2279,2691,2086,2007,2364,2814,1889,2123,2643,2414,1618,2494,2330,1921,1846,1922,1927,1925,1961,2013,2444,2209,1953,2006,2217,2045,1863,2976,2299,2775,2235,1966,2090,2050,1917,2048,2040,2092,1690,1926,1956,1898,2644,2484,2127,2090,2046,1926,2077,2329,2199,2215,2886,2936,2050,1958,1965,2079,2242,2199,2439,2453,2048,1978,2003,1814,1882,2247,2489,2007,2285,2410,3130,3042,2289,2331,1982,2566,2886,2375,2681,2572,2604,1976,2360,2737,2603,2291,3288,2769,2286,2330,2596,2338,2282,2528,2690,2646,2285,2488,2298,2084,2199,2413,2608,2449,2203,2646,2328,3808,2401,2490,2645,2286,2853,2363,2567,2806,2610,2653,2326,2113,1645,1893,2598,2888,1681,2772,1999,2332,3087,2720,2207,2014,2243,2124,2693,2158,2244,2814,3331,2327,3846,2098,3324,2572,2533,2400,2565,2449,2570,2326,2052,2412,2852,2327,2294,3362,2565,2895,1971,2565,2237,2209,2324,2537,2438,3972,4327,2692,2372,2126,2040,2042,2314,2371,2045,2032,2454,2128,2611,2929,2203,2216,2134,2690,2606,2082,2327,2768,2090,1768,2247,2448,2212,2447,2811,2168,2096,2489,2169,2641,3290,2453,2202,2003,2046,2160,2192,1933,1917,2054,2193,1893,1679,1772,2244,1885,1808,2209,1686,2313,2367,2568,2689,2650,1676,1640,2046,1812,1678,1565,1559,1775,1766,1964,2045,2041,1972,2127,1921,1964,2013,1923,2173,2202,1879,2290,2284,2097,2645,2168,1924,1959,2455,1967,1964,2003,1889,2086,1889,1917,1771,1924,1969,1962,2221,2487,2684,2091,2336,2525,2326,2403,2684,2367,2656,2280,2569,1762,2202,2499,2517,1858,1803,2324,2370,2451,2772,2358,2457,2454,2601,2521,2206,2442,3137,2681,2567,2213,1963,1806,1728,2129,2136,2077,1934,3042,1690,1677,1814,1757,1849,1843,1969,1571,1644,1881,1805,1761,1687,1865,2119,1926,2285,1441,1565,1409,1398,1645,2138,1787,1586,1514,1575,1644,1749,1743,1441,1632,1647,1618,1795,1760,2437,1721,1701,1601,1422,1752,1725,1645,1612,1969,1433,1723,1891,1859,1865,2464,1803,1703,1592,1442,1403,1398,1374,1397,1653,2526,1795,1556,1658,1692,1467,1435,1417,2048,1653,1741,1772,2090,1976,1751,1515,1508,1472,1578,1667,1371,1471,1639,1407,1970,1623,1697,1770,1545,1430,1560,1494,1634,1561,1484,1487,1854,1623,1425,1530,1783,1482,1272,1877,1422,1418,1396,1490,1455,1639,1503,1580,1475,2028,1862,1453,1423,1606,1511,1606,1452,1569,1287,1271,1830,1816,1870,1434,1561,1393,1335,1331,1469,1391,1358,1873,1457,1668,1458,1425,1372,1816,1828,1364,1649,1357,1712,1846,1297,1791,1791,1788,1806,1359,1582,1947,1336,1853,1316,1777,1795,1800,1352,1523,1407,1738,1753,1759,1774,1762,1798,1313,1829,1642,1894,1303,1800,1750,1747,1751,1782,1820,1764,1260,1728,1852,1779,1773,1773,1788,1305,1835,1278,1458,1794,1352,1801,1801,1806,1865,1351,1808,1276,1423,1761,1780,1804,1765,1770,1769,1791,1803,1382,1210,1738,1770,1756,1765,1767,1766,1778,1806,1214,1572,1785,1783,1812,1785,1787,1749,1769,1771,1349,1570,1784,1775,1773,1778,1782,1729,1825,1964,1412,1800,1455,1500,1380,1962,1360,1843,1921,1420,1713,1396,1830,1503,1343,1838,1959,1328,1921,1389,2096,1505,1899,1408,1421,1426,1318,1897,1397,1386,1294,1692,1816,1303,1772,1796,1791,1776,1771,1840,1702,1297,1822,1303,1829,1838,1827,1856,1928,1396,1410,1561,1801,1786,1810,1820,1813,1885,1350,1376,1316,1339,1727,1757,1764,1782,1754,1720,1751,1788,1727,1303,1798,1294,1828,1789,1787,1816,1333,1748,1319,1212,1786,1288,1780,1775,1868,1427,1455,1542,1440,1295,1376,1741,1429,1449,1392,1933,1457,1346,2016,1332,1636,1745,1799,1849,1326,1814,1863,1336,1846,1290,1715,1654,1445,1324,1861,1294,1789,1789,1843,1324,1654,1702,1846,1285,1781,1772,1771,1770,1861,1337,1257,1631,1830,1288,1765,1761,1759,1757,1753,1856,1230,1419,1720,1784,1741,1740,1738,1708,1774,1739,1165,1369,1665,1731,1728,1727,1722,1841,1187,1806,1256,1588,1876,1741,1712,1719,1713,1739,1714,1801,1514,1167,1731,1689,1672,1683,1661,1683,1681,1759,1649,1435,1669,1683,1646,1645,1661,1661,1729,1734,1737,1457,1727,1725,1693,1685,1686,1720,1869,1412,1426,1923,1554,1953,1679,1470,1443,1375,1421,1541,1717,2042,2334,1701,2028,2537,1951,2351,2140,3304,2472,2598,2378,2666,2227,2454,2729,2509,2272,3014,3053,2993,2005,2117,1975,2473,2472,2004,2260,2277,2253,2547,2169,2485,2341,2474,2171,2205,2278,1829,2416,2102,2024,2184,2481,2433,2078,3041,2131,2454,2264,2713,1965,2260,2166,2523,2385,2446,2837,2765,2332,2387,2586,2412,2102,2239,2720,2121,2222,2333,2566,1807,2097,2495,1851,1826,2053,1904,1812,1940,1810,1533,1454,1852,2048,1635,1967,1806,1782,2185,1593,1891,1862,1507,1433,1592,1526,1509,1475,1811,1515,1451,1709,1402,1359,1848,2018,1383,1507,1411,1478,1573,1820,2009,1666,1645,1609,1622,1879,1322,1524,1796,1921,1409,1854,1971,1476,1623,1601,1422,1361,1522,1357,1852,1834,1864,1874,1289,1873,1340,1496,1356,1377,1829,1944,1447,1863,1410,1317,1814,1582,1364,1673,1502,1704,1839,1417,1414,1424,1413,1412,1272,1689,1780,1822,1293,1751,1747,1744,1749,1730,1182,1678,1802,1787,1751,1737,1736,1776,1842,1371,1558,1627,1305,1722,1815,1345,1342,1332,1882,1438,1319,1652,1499,1412,1256,1872,1293,1765,1758,1839,1433,1328,1772,1814,1571,1340,1831,1720,1867,1367,1387,1409,1766,1533,1336,1375,1923,1418,1418,1416,1343,1850,1252,1796,1434,1397,1534,1328,1898,1396,1393,1392,1400,1362,1392,1673,1309,1874,1369,1290,1932,1369,1366,1348,1324,1780,1520,1803,1819,1776,1773,1771,1827,1374,1335,1508,1613,1792,1819,1762,1783,1759,1828,1288,1918,1393,1288,1830,1754,1747,1748,1748,1734,1799,1723,1577,1741,1747,1739,1741,1768,1793,1790,1781,1711,1231,1697,1768,1767,1766,1731,1696,1787,1737,1342,1268,1706,1727,1719,1836,1273,1907,1301,1974,1416,1431,1825,1307,1847,1346,1838,1834,1910,1337,2014,1958,1797,1317,1848,1346,1810,1810,1810,1880,1497,1338,1322,1757,1817,1793,1849,1291,1825,1403,1334,1409,1810,1395,1314,1781,1772,1773,1775,1802,2798,1904,2451,2228,1977,2769,2251,2084,1822,1920,2117,2074,1908,2442,2417,1776,2031,1783,1795,1960,2082,1842,1770,1752,1687,1815,1611,1701,1895,1595,1691,1602,1458,1447,1444,1459,1325,1943,1436,1962,1506,1466,1344,1829,1828,1801,1539,1521,1697,1321,1795,1864,1359,1438,1359,1379,1512,1597,1584,1298,1797,1845,1836,1837,1839,1320,1490,1975,1349,1819,1812,1812,1896,1334,1256,1871,1231,1770,1851,1795,1789,1787,1838,1291,1918,1472,1295,1796,1818,1787,1843,1330,1815,1808,1381,1293,1745,1833,1770,1761,1759,1758,1804,1325,1301,1778,1813,1801,1843,1877,1445,1421,1429,2014,1468,1427,1468,1337,1347,1355,1357,1835,1821,1830,1356,1359,1840,1759,1811,1795,1835,1811,1819,1743,1758,1735,1767,1829,1745,1731,1723,1756,1704,1788,1837,1273,1907,1314,1804,1774,1870,1846,1811,1381,1813,1748,1788,1826,1776,1754,1764,1780,1727,1759,1716,1696,1838,1812,1805,1847,1360,1334,1324,1845,1394,1180,1819,1800,1775,1818,1788,1669,1769,1720,1731,1763,1802,1837,1266,1711,1755,1808,1765,1709,1707,1737,1800,1710,1747,1743,1757,1755,1702,1713,1723,1697,1746,1734,1730,1775,1767,1786,1813,1847,1537,1375,1437,1401,1366,1365,1366,1361,1473,1468,1411,1418,1392,1366,1347,1331,1336,1334,1335,1333,1359,1340,1333,1508,1765,1882,1307,1800,1801,1810,1886,1383,1803,1273,1844,1866,1397,1418,1417,1396,1451,1393,1393,1390,1834,1459,1395,1341,1869,1341,1836,1937,1423,1376,1290,1877,1346,1818,1832,1814,1835,1711,1416,1311,1766,1788,1807,1899,1397,1396,1398,1285,1924,1389,1879,1246,1744,1860,1917,1361,1863,1741,1806,1825,1743,1845,1404,1321,1756,1754,1807,1745,1769,1753,1702,1674,1767,1744,1736,1826,1723,1761,1802,1780,1677,1810,1742,1761,1765,1748,1717,1819,1761,1785,1729,1744,1757,1778,1756,1705,1847,1356,1381,1315,1412,1654,1300,1864,1346,1837,1866,1489,1281,1854,1279,1811,1308,1887,1321,1810,1809,1793,1780,1874,1332,1261,1843,1869,1296,1790,1868,1321,1804,1792,1823,1547,1322,1823,1775,1772,1819,1312,1315,1777,1760,1884,1428,1342,1314,1831,1333,1295,1318,1397,1442,1412,1515,1454,1525,1351,1929,1418,1417,1417,1423,1358,1386,1394,1357,1906,1402,1395,1394,1405,1391,1397,1318,1881,1339,1328,1805,1871,1395,1366,1367,1362,1384,1315,1806,1911,1393,1382,1277,1772,1848,1347,1318,1380,1299,1866,1307,1324,1333,1833,1330,1331,1332,1329,1838,1393,1323,1759,1791,1889,1351,1805,1751,1741,1722,1831,1740,1697,1794,1737,1725,1720,1720,1818,1323,1238,1727,1724,1782,1773,1759,1755,1762,1799,1759,1762,1708,1752,1797,1753,1832,1346,1895,1780,1369,1334,1725,1708,1928,1479,1431,1401,1936,1384,1334,1843,1864,1450,1387,1445,1290,1856,1469,1301,1839,1902,1278,1808,1845,1254,1825,1827,1451,1364,1812,1842,1346,1768,1418,1338,1802,1806,1871,1423,1867,1838,1404,1735,1817,1301,1852,1874,1855,1863,1846,1891,1339,1780,1806,1762,1743,1780,1761,1745,1779,1752,1721,1722,1848,1313,1828,1781,1813,1795,1785,1853,1243,1748,1867,1353,1770,1848,1270,1800,1850,1348,1208,1719,1823,2049,1553,1437,1446,1508,1467,1403,1382,1320,1990,1436,1450,1400,1383,1382,1370,1454,1417,1351,1317,1978,1415,1404,1412,1424,1410,1391,1523,1508,1437,1450,1339,1447,1328,1436,1393,1411,1411,1411,1411,1441,1474,2367,2786,2372,2173,2072,2143,2340,2431,2413,2258,1893,2024,1766,1767,1905,1861,1903,1865,1765,1883,2096,2443,2644,1723,2092,1908,2004,1831,1829,2006,1915,1993,2008,1918,2364,1930,1902,2054,1684,1676,1751,2223,2071,2289,2009,2008,2204,1892,1582,1685,1685,1562,1686,1553,1562,1547,1757,1589,2534,1779,1389,1733,1707,1421,1442,2020,1431,1711,1481,1663,1499,1457,1855,1360,1872,1427,1711,1415,1352,1879,1418,1436,1338,1875,1425,1413,1339,1348,1864,1870,1296,1882,1485,1869,1384,1277,1425,1400,1843,1873,1581,1869,1424,1402,1348,1380,1406,1523,1443,1426,1811,1820,1917,1455,1439,1391,1358,1435,1450,1394,1583,1552,1554,1427,1386,1449,1472,1431,1412,1415,1411,1514,1549,1904,1469,1416,1544,1405,1406,1395,1493,1428,1439,1473,1413,1391,1328,1542,1417,1434,1412,1411,1393,1635,1516,1491,1535,1426,1428,1449,1442,1428,1418,1417,1418,1403,1476,1482,1377,1487,1393,1397,1425,1417,1417,1395,1376,1470,1451,1429,1432,1532,1520,1458,1398,1388,1388,1407,1507,1427,1439,1322,2015,1380,1465,1337,1333,1384,1374,1602,1369,1373,1482,1287,1853,1421,1298,1840,1333,1353,1277,1926,1302,1793,1835,1301,1864,1322,1819,1837,1399,1366,1919,1320,1799,1812,1848,1302,1795,1822,1352,1356,1289,1763,1732,1955,1306,1749,1745,1746,1854,1344,1269,1749,1714,1737,1810,1750,1736,1731,1287,1879,1374,1351,1327,1768,1776,1782,1757,1848,1795,1776,1775,1723,1777,1793,1723,1716,1712,1641,1761,1766,1710,1679,1724,1945,1428,1396,1356,1268,2022,1390,1868,1385,1344,1437,1399,1488,1427,1344,1387,1396,1403,1441,1497,1417,1946,1342,1499,1426,1437,1489,1436,1419,1530,1456,1429,1404,1390,1369,1555,1469,1408,1871,1393,1396,1495,1402,1320,1414,1400,1565,1420,1387,1411,1410,1397,1398,1451,1451,1360,1455,1420,1623,1395,1391,1388,1461,1358,1365,1853,1339,1340,1334,1915,1360,1359,1360,1360,1337,1392,1309,1837,1315,1284,1899,1461,1415,1482,1414,1382,1404,1367,1343,1341,1354,1805,1354,1347,1341,1341,1329,1831,1844,1328,1777,1746,1852,1331,1825,1815,1874,1466,1501,1405,1407,1432,1424,1364,1808,1401,1394,1457,1395,1464,1479,2555,2268,2241,1977,2380,2293,2254,2382,2524,3099,2442,2494,1957,2296,1953,2365,2628,2304,2139,2379,2333,1909,1965,1877,2283,1890,1726,2251,1806,2087,1951,2415,2066,2576,1636,1821,1713,1719,1629,1546,2068,1911,2133,2471,1959,2318,1704,1545,1489,1686,1714,2105,1688,2046,1935,1553,1571,1686,1785,1686,1538,1524,1445,1393,1404,1427,1393,1407,1707,1669,1882,1452,1487,1430,1380,1415,1426,1391,1413,1983,1802,1381,1558,1646,1642,1647,1645,1652,1620,1722,1413,1306,1908,1504,1548,1556,1549,1362,2002,1327,1878,1308,2027,1575,1575,1575,1576,1530,1480,1443,1310,1479,1358,1399,1558,1554,1553,1556,1587,1585,1428,1403,1300,1964,1389,1383,1526,1574,1574,1502,1580,1382,1422,1331,1378,1380,1375,1364,1437,1369,1370,1379,1273,1898,1380,1360,1812,1748,1749,1734,1720,1942,1392,1335,1317,1353,1315,1388,1411,1485,1469,1264,1757,1805,1321,1337,1863,1317,1772,1818,1823,1806,1875,1333,1813,1239,1791,1944,1312,1807,1815,1855,1265,1840,1339,1907,1397,1321,1795,1784,1907,1490,1317,1832,1366,1283,1879,1343,1281,1805,1771,1926,1364,1514,1548,1355,1294,1823,1302,1820,1932,1437,1432,1403,1445,1405,1441,1281,1880,1380,1337,1521,1502,1406,1395,1474,1532,1440,1391,1325,1365,1484,1408,1761,1380,1438,1367,1362,1421,1539,1342,1341,1334,1970,1412,1492,1506,1454,1343,1436,1848,1302,1867,1242,1811,1893,1343,1311,1811,1927,1350,1336,1321,1278,1861,1356,1291,1789,1786,1854,1285,1785,1759,1764,1841,1827,2016,1768,1768,1933,1444,1374,1402,1374,1718,1462,1401,1390,1389,1390,1395,1432,1874,1402,1450,1393,1468,1399,1390,1410,1419,1398,1408,1482,1427,1854,1418,1341,1879,1372,1359,1428,1446,1355,1395,1359,1539,1512,1435,1446,1495,1488,1496,1481,1471,1437,1313,1592,1373,1283,1895,1335,1837,1401,1509,1445,1423,1452,1368,1409,1281,1942,1384,1369,1374,1375,1365,1473,1477,1383,1314,1809,1259,1792,2012,1524,1506,1399,1443,1414,1314,1852,1344,1393,1342,1339,1337,1336,1355,1302,1850,1413,1286,1893,1292,1440,1346,1288,1780,1822,1381,1363,1395,1387,1266,1765,1852,1307,1795,1816,1360,1875,1786,1825,1775,1873,1260,1777,1770,1829,1874,1294,1870,1727,1838,1330,1754,1822,1771,1788,1773,1887,1364,1747,1766,1796,1824,1970,1367,2002,1378,1475,1861,1865,1375,1374,1429,1548,1353,1842,1914,1375,1430,1597,1396,1539,1844,1546,1537,1536,1542,1542,1654,1933,1592,1523,1522,1658,1774,1696,1634,1633,1633,1607,1894,1742,2057,1730,1954,1731,1738,1934,1767,1818,1678,1641,1772,1833,1755,1667,2513,2198,2235,2465,2799,1956,2410,2182,1961,2573,2061,1871,1929,2664,2822,2688,2649,2888,2654,2279,2215,2206,2730,2349,2699,3054,2089,2516,2495,2931,2452,2563,2366,2449,2970,3414,2201,2526,2836,2288,2125,2418,2581,2369,2515,2326,2255,2449,2369,2244,2208,2611,1798,1921,1895,2059,2325,2530,2206,2023,1975,1837,1725,2291,2128,2572,2284,2248,2685,2413,2486,3008,2531,2386,2169,1952,1763,2405,2495,3168,1969,2402,2206,2493,2726,2807,2567,2574,2278,2418,2563,2525,2735,2282,2249,2530,2567,2447,2050,2799,2784,2436,2269,2485,2409,2610,2564,2175,3089,2803,2329,2248,2122,1985,2071,2571,2332,2567,2565,2050,1979,2004,2679,2161,2928,1879,3617,2559,2489,2131,2439,2131,2531,2528,2323,2123,2532,2486,2086,1923,2502,2329,2167,1928,1931,2042,2559,2723,2780,2249,2524,2129,2645,2166,1983,2473,2204,2603,1942,2140,2641,2772,2725,2373,2606,2082,2408,2489,2208,2282,2085,1925,1963,1973,1682,1769,1665,2364,2216,2359,2452,2442,2449,2491,2488,2570,2482,2850,2651,2212,2167,2600,2575,2849,2443,2039,1831,2044,2446,2493,2691,2445,2650,2328,2366,2130,3564,2967,2852,2165,2813,2724,2887,2413,2601,2534,2483,2055,2250,2727,3204,2208,2375,1919,2644,2166,1934,3127,2242,2290,2653,2404,2446,2569,2603,2415,2688,3406,2765,2252,2453,2245,2284,2406,2455,2285,3050,2128,2325,2606,2092,2126,2010,2364,2298,2404,2725,3410,2571,2134,1920,2130,1594,1529,1686,2005,2317,2327,1834,1598,1531,1636,1822,1848,2810,2615,2765,2488,2366,2444,2091,2902,2443,2854,1891,1725,1652,2086,2531,2447,2275,2208,1728,1809,1849,1841,2569,2081,1917,2017,2130,2561,2447,2411,2810,2766,2604,2174,1870,1821,2124,2693,2730,2360,1930,2083,3054,2287,2484,2489,2445,2407,2934,2445,2527,3974,3044,2572,2122,3177,2408,2328,2203,2410,1999,1888,2288,2323,2330,2607,3049,2087,2451,2367,2762,2089,2368,2730,2368,2561,2734,2649,2807,2448,1852,2478,2568,2728,2489,2612,2688,3650,2486,2930,2806,2329,2481,2334,2242,2209,2327,2524,2407,2576,2483,2523,2176,2211,2647,2443,2568,2605,2691,2690,2808,2969,2572,2607,2927,3687,2411,2688,2567,2324,2245,2010,2649,2406,2284,2489,2405,2529,3453,2760,2376,2489,2485,2325,2489,2488,2285,2410,2245,2048,1973,2000,2544,2125,2016,2047,2365,3043,2254,2283,2728,2012,1687,2027,2154,1919,2327,2004,2365,2128,2456,2656,2458,2367,2147,2087,1923,1893,1894,2172,2534,2326,2517,2418,1967,1918,2172,2409,2000,2327,2369,2285,2411,2287,2490,2246,2647,2330,1699,1846,2126,1891,1591,1523,2271,2329,2429,2341,2485,2295,2320,2092,2523,2607,2329,2083,2533,1963,2044,2345,2969,2408,2681,2408,2607,1928,2574,2367,2283,2489,2362,2367,3937,2683,3093,2244,2328,2572,2166,2329,2413,2286,1919,1925,2090,1847,2046,2296,2363,2412,2202,2404,2087,2291,2690,2364,2285,2048,2165,1696,1846,1794,1883,2569,1969,2259,1803,1772,1880,1842,1846,2125,2535,2278,2727,2173,2003,2950,2576,2187,2223,1885,1848,2163,1930,2243,2030,2408,2369,2008,1910,2326,2488,2402,2138,1931,1887,1931,2438,1651,1926,2229,2449,1649,1644,2325,2733,2164,2769,2130,2564,2483,2180,2124,3451,2365,2286,2529,1791,1717,1614,1919,2083,2052,1978,1968,1876,1919,2132,2168,1920,1735,2163,2197,2717,2731,1946,1880,1880,1895,2105,2274,1967,1968,1933,1920,1970,2246,1889,1685,1678,1726,1962,2728,2332,2080,2146,2367,2568,2001,2920,2991,2116,1647,1691,1566,1809,1876,1694,1799,1886,1891,2088,2443,1810,2492,2607,1956,1849,2427,2009,1846,1805,1805,1885,2039,1812,2085,1965,2339,2487,2361,2493,2240,2157,1889,1836,1730,1720,1975,2397,1972,1851,2484,1998,1857,2285,1875,2050,1845,1772,1696,1550,1620,1717,1758,1692,1687,1768,1715,1778,1789,1696,1756,1501,1512,1493,1674,1883,1614,1725,2015,1674,1721,1569,1563,1766,1479,1408,1377,1709,1609,2217,1563,1713,2005,1538,1480,1559,1414,1675,1657,1977,2206,2092,2167,1822,1889,1883,1920,1969,1882,2005,1890,2085,2248,2087,1565,2092,1716,1814,1995,2439,2253,1845,1965,1852,1921,1848,1967,2291,2529,2200,2054,1953,1885,1976,2647,2446,2207,2686,3328,2445,1973,1708,2189,2044,2093,2884,2486,2370,2692,2481,2295,2599,2250,2164,2367,2091,2168,2242,1943,2204,3018,2410,2325,2372,2604,2089,2396,2452,2084,2570,2563,2411,2844,2048,2034,2092,1926,1959,1889,1567,1847,1928,2006,2325,2450,2037,2009,2040,1979,1966,2318,2088,2124,1882,2016,1882,2323,2094,2493,1999,2118,2209,2249,2189,2780,2968,2924,2486,2177,2197,2529,2493,2088,2165,2046,2392,2495,2562,2451,3007,2693,2202,2089,1800,2694,3136,2602,2111,2362,2923,2530,2490,2441,2572,1920,1739,1893,1889,2441,1923,1885,1929,1841,1897,2441,2246,2124,2012,2293,2848,2366,2095,2123,1817,1852,2067,2453,2412,2324,2564,2247,2211,2770,2561,2975,2567,2447,2044,2217,2371,2406,2043,2451,2401,2687,2612,2727,2612,2328,2646,2374,2166,2041,2126,2374,2647,2687,1905,1884,2284,2331,2648,2442,2289,1814,2043,2529,1969,2209,2050,2679,2325,2047,2294,2740,1758,1729,1974,2246,2480,2528,2489,3333,2366,2443,2330,2531,2487,2886,2565,2856,2524,2128,2133,2085,2328,2326,2407,2450,2160,2698,2211,2891,2565,2087,2002,2367,2243,1873,2930,2403,2127,2569,2687,1888,2206,2726,2197,2226,2434,2566,2365,2405,2577,2741,2350,2028,2510,2369,2651,2941,2594,2480,2175,2685,2647,2671,2388,2406,2649,3052,2122,2306,1923,2312,2286,2408,2527,2453,2340,2610,2512,2374,2205,2345,2450,2725,3171,2411,2203,2525,2245,2454,2843,2409,2770,2410,2280,2333,2323,2974,2563,2487,2407,2331,2249,2683,2806,2728,1778,2438,3054,2443,2929,2970,2765,2768,2172,2566,3052,3128,2328,2643,2329,2402,2369,2128,2569,2048,2205,2366,2524,2448,2608,2414,1960,2526,2131,2278,2608,2656,2445,1890,2046,2087,2530,1969,1929,2001,2171,2008,2516,2215,2048,2048,1957,1812,1961,2170,2418,2205,2285,2745,2329,2568,2493,2255,2040,2502,3486,2411,2400,3091,2362,2251,2969,3291,3449,2568,2331,2559,2453,3009,2169,2600,2612,2526,2571,2484,2088,2079,2522,3096,2645,3048,2406,1901,2371,2611,2408,2722,2892,2562,2373,2524,2613,2279,2053,2648,2201,2651,2575,1998,1926,2527,3052,2853,2806,2128,2038,2088,2045,2014,2492,2037,2532,2131,2522,2410,2441,2621,2799,2576,1887,1806,1716,1712,2116,2124,2734,2568,2088,2039,1969,2368,2607,2408,2372,2528,2525,1930,5909,3203,2570,2285,1845,2410,2804,2526,2571,2370,2290,2362,2131,2643,2446,2286,2325,2410,2287,2450,2610,2804,2091,2527,2643,2131,2964,2524,2808,2652,2643,2293,2208,4731,2413,3170,2442,2127,2334,4529,2244,2455,2366,2282,2286,2365,2655,2683,2531,2330,2362,2809,2207,2451,2442,2569,2409,2162,2688,3332,2605,2208,2071,2377,2613,2724,2691,2561,2088,2407,2207,1919,2420,3006,2242,2606,2645,2575,2409,2844,2527,2168,2282,2178,2080,2327,2451,2647,2412,2368,2767,2684,2128,2243,2326,2850,2089,2050,2400,1929,1848,2035,2605,2167,3017,2366,2729,2330,2440,2247,2488,2894,2569,2243,2608,2241,2572,2528,2322,2858,2613,2334,1889,1809,1967,1952,2057,2003,2202,2137,1840,2157,2604,3374,2642,2573,2366,2050,1859,1923,2046,2080,2007,2426,2331,2251,2321,2649,3089,2334,2086,2042,2010,1687,1925,1760,1928,1935,1884,2025,1948,2140,1993,2088,1878,2412,2049,2364,2490,1638,1696,1803,1757,2212,1966,1920,1966,1877,2128,2609,2184,2245,1883,1968,2088,2083,2004,2246,1888,2291,2093,2407,2499,2477,2439,2514,2331,1889,2191,2098,2084,1964,1899,1834,2005,2174,2129,2084,2052,2472,2567,2813,2038,2613,2484,2215,2203,1854,1797,2089,1974,1882,1892,1992,2809,1908,2000,1966,2214,2392,2484,2690,2173,2484,2327,2041,2168,1865,2019,2132,1974,2245,2127,2485,2408,2729,2367,2406,2612,2290,2446,2095,2200,2374,3607,2326,2847,2490,2290,2286,2408,2720,2368,2375,2760,2654,2641,2855,2164,3133,2200,2213,2608,2524,2526,3055,2686,2562,2335,2648,2726,2603,2776,2406,2646,2806,2527,2329,2527,2249,2352,2472,3407,2415,2556,2399,2772,2401,2455,2362,2370,2649,2609,2488,3687,2482,2813,2606,2294,2605,2687,2170,2036,2065,1814,2846,2443,2283,1814,2209,1887,2569,1914,2417,1936,1993,2176,2049,1966,2556,1978,2516,2495,2007,2082,2044,1893,2083,1970,2120,2014,2034,2007,1933,1883,1966,2401,2171,2083,1844,1856,2840,1967,2093,2050,2007,2042,2044,2087,2244,2085,2051,2077,2537,1923,1725,1930,2680,2373,2805,2445,2246,1878,2449,2612,2320,2530,2404,2494,2482,2980,2765,2885,2288,2809,2411,3493,2082,2385,2772,2488,2530,2401,2409,2282,2327,2362,2377,2140,1959,2354,2529,2565,2527,2524,1847,2093,2044,2011,2364,2765,1648,2071,2011,2012,1962,2042,2770,2607,2118,2299,2037,2310,2085,3370,2291,2762,2937,2166,2120,2086,2126,2532,2772,2202,2569,2011,2061,2354,2433,2292,2607,2367,2324,2568,3612,1932,2974,2165,2275,2019,2407,2528,3082,2642,2333,2290,2169,2081,2450,2489,2450,1922,2074,2181,2610,2207,2406,2568,1832,2846,2053,2480,2173,2050,2402,2252,1814,1924,1850,1928,2526,2128,2244,2283,2492,2248,2444,1892,2089,1971,2723,2325,2089,2406,3015,2728,2686,1968,2290,1859,1841,2203,2085,2017,2485,2447,2171,2605,2164,1812,1881,1960,2088,1896,1720,1607,2085,1802,2526,2521,2496,2526,2528,2525,2697,3124,2211,2762,2690,2568,2283,2534,2608,2124,3045,2492,2207,2082,2334,2448,2283,2531,2566,2127,2244,2439,3813,3370,2371,3086,3254,2080,2612,2326,2326,2256,2408,2158,4298,2369,2483,2412,2084,3116,2888,2580,2092,3006,3092,2642,3052,2732,2446,2642,2536,2321,2119,2209,2210,1917,2009,2088,2368,2492,2521,3496,2077,2378,2121,2418,2288,2881,2530,2410,2643,2494,2403,2891,2284,2318,2731,2096,2155,3133,3647,2284,2570,2490,3248,3131,2086,2082,1928,1969,1956,1931,2544,2288,1888,1849,1925,2453,2445,1793,2602,2177,2797,2170,2145,2327,2891,3613,2807,2289,1952,2455,2328,3043,2972,2164,2693,2402,1947,2204,2482,3088,4055,2766,3052,2255,2442,2773,2483,2411,2609,2070,2264,2367,2609,2523,2454,2360,2852,2480,3216,2929,2405,2330,2328,2131,2129,2342,2528,2322,2243,2373,2408,2245,2523,2288,2251,2522,3215,1956,3288,2637,2611,2440,1898,2395,3132,2811,2648,2604,2257,2201,2251,2605,2849,2529,2291,2201,2087,1770,2319,3056,1839,2133,2757,2531,2567,2164,2289,2686,2252,2412,2527,2362,2252,2567,2490,2604,2726,2975,2489,2965,2046,2335,2485,1970,2127,2163,2209,1778,1852,1765,1651,1795,1847,2006,2450,2046,2249,2328,2441,2972,2169,2604,2810,2531,2484,2170,2044,2088,2573,2643,2084,1888,1885,1611,1723,1884,2010,1762,1924,2119,2296,2199,1929,2015,2033,1853,1919,1855,2156,1885,1893,1968,1927,1962,1852,1917,1933,2509,2650,2327,1756,1970,1933,2049,2157,1829,1969,1814,1994,2859,1995,2175,1997,2016,1841,2010,2281,2087,2166,2092,2081,1974,1966,2076,1926,2016,2566,2045,2209,2244,2408,1766,2089,1920,1930,1917,2012,1962,2284,2286,2106,2242,2334,2291,2040,1930,2063,2070,2050,2685,2289,2485,2089,2562,2372,2530,2001,2281,2568,2485,2250,2768,2613,2083,2046,1886,2201,1935,2163,2375,3399,2408,2647,2369,2325,2205,1943,2042,1971,2008,1967,2244,2242,1766,2566,2011,1920,1845,2010,1973,2120,2088,1968,1883,2250,2076,2019,1954,2289,2529,2817,2004,1918,1975,2197,2343,2647,2486,3377,2364,2524,3134,2530,2442,2406,2452,2407,2166,2208,2524,2365,2965,2257,2364,2566,2444,2931,2330,2040,1937,3212,2408,2493,2675,2540,2403,2329,2526,2086,2332,2877,2732,2406,2296,2647,2275,2855,2413,2360,2691,2326,2246,2252,2638,2488,2848,2332,2414,2442,2524,3695,2521,2370,2930,2847,2582,2567,2485,2687,2575,2842,2206,2770,1889,2492,2610,2481,2290,2370,3689,2287,2210,2685,2691,2165,2762,3222,2043,1969,2008,2002,2468,2763,2407,2655,3248,2161,2727,2208,1870,2247,1885,2212,1963,2452,2205,1925,2130,2374,2042,2552,2568,1923,1767,2330,2804,2161,2034,1885,2051,1926,1804,3281,2494,2409,1923,2053,2683,2326,2287,2688,2330,2609,2448,2400,2494,2602,2371,2207,2887,2126,2286,3093,3087,2413,2684,2568,2409,2246,2529,2521,2002,2377,3449,2403,2453,3083,2367,2895,2406,2925,2250,3052,2400,2534,2604,2055,2597,2178,2196,1851,2051,2201,2528,2449,1863,2408,2489,2363,2050,2006,1849,2007,1919,2487,2291,2281,2405,2809,2370,3091,2568,2201,1984,1889,1879,1970,2288,2813,2287,1965,1968,2567,2087,1726,1840,2009,2482,2379,2007,2202,2563,2096,2754,1928,2045,1717,1935,1564,1714,1848,1927,1852,1844,1999,1574,1796,1566,1531,1557,1529,1688,1930,1722,1799,1723,1940,2098,1925,1923,1922,1963,3015,2654,2440,2372,2287,1847,2409,2285,2645,2077,2285,2850,2322,2730,2696,2363,2565,2372,2152,2332,3126,2772,2139,2044,2120,2370,1765,2241,2500,2465,2601,2292,2253,2408,2161,2283,2690,3007,3128,2525,2802,2610,3051,2691,2366,2043,2731,2968,2483,2413,2287,2246,1999,1842,1771,2010,1874,2214,2207,1882,1802,2216,1876,1898,2035,2133,2242,2015,2086,2076,2094,1805,2332,2141,2575,2288,2325,2925,2653,2602,2487,2406,2490,1932,1972,2289,2246,2361,2376,1882,2036,2183,2549,2214,2441,2289,2245,2056,2287,2050,2248,2527,3216,2812,2209,2288,2370,2125,2328,2287,2719,2089,2362,2324,1837,2530,2212,2160,2011,3725,2372,2067,2045,2985,2653,2682,2494,1806,2298,2526,1979,2437,2648,3415,3085,2436,1809,1969,2283,1642,1929,2450,2170,2887,2089,3244,2329,1978,2481,2368,2615,2243,2079,1936,2366,1939,2467,2053,2283,1813,1799,1931,1960,2045,1926,1883,1814,1922,2319,2689,3575,3169,2444,2607,2283,2415,2527,2287,2766,2732,2844,2291,2322,2326,2650,2487,2569,2443,2173,2610,2560,2413,2414,2123,2045,2715,2725,2176,2371,1801,1929,2159,2163,1976,2082,1842,2767,2008,2212,2564,1732,1920,2165,1969,1927,1968,2040,2616,1955,1727,1965,1686,1846,2088,2043,2166,2459,1875,1890,2042,1925,2008,2280,2050,1690,2511,3093,2281,2094,2325,2405,2092,2325,2162,2715,2323,2009,1889,2042,1854,2287,2529,2444,2329,2452,2085,2051,2173,1963,2248,1846,1877,1929,2454,2608,1976,2246,1769,1646,1735,1718,1861,1892,2218,2803,2492,2851,2361,1974,1971,1968,1999,1692,2121,2094,2130,2282,1964,1932,1754,1968,1924,1776,2185,2440,2006,1884,2250,2815,2043,1822,2249,2347,2486,2853,2079,1832,1814,2322,3214,2036,1965,2001,1967,1962,1935,2042,1889,1923,1970,1843,2206,2003,1878,1887,1694,1831,1630,1528,1692,2075,1695,1641,1638,1614,1674,1684,1765,1570,1731,2201,2375,1837,1651,1684,1716,2177,1637,1910,2285,2411,2171,2146,1995,2069,2018,1656,2007,2199,1641,2578,1879,1923,2092,2607,2173,2161,1890,1605,1562,1562,1912,1850,1846,2366,2323,2206,2206,2731,2175,2177,2398,1970,1839,2393,2688,2653,2252,2521,2564,2535,2166,2249,2213,1825,2191,2611,2564,2491,2586,2009,1920,1886,2209,2051,1878,2005,2176,2084,1646,1805,1841,1926,2052,1926,1964,2002,2017,1838,2083,2164,1938,2484,2599,2367,2729,2215,2601,2485,2251,2171,2571,2328,2648,2925,2245,1932,1786,2659,2767,2247,2066,1921,2112,2128,2078,1976,2042,1922,2088,2049,1891,2034,1737,1835,1812,1730,1958,2013,2156,1701,2046,2295,2448,2642,2529,2408,2160,3138,2321,2453,2527,2605,2613,2407,2927,2689,2320,2253,2449,2442,2250,2490,2484,2365,2089,2013,2806,2405,2448,3173,2602,2932,2523,2489,2533,2289,2643,2164,2851,2209,2367,2807,2524,4492,2531,2568,2247,1876,1922,2428,2489,2693,2726,2608,2687,2282,2569,2533,2603,3128,2408,2607,2815,2366,2689,2168,2129,2259,2486,2529,2327,2567,2689,2362,2166,2653,3451,2324,2367,2042,2331,2450,3055,2363,2126,2452,2604,2325,2334,2607,2688,2680,2294,2769,2324,4331,2572,2367,2362,2254,2123,2651,2600,2367,2288,2367,2493,2523,2611,3213,2682,2725,2892,3209,2769,2768,2452,2282,1972,2328,2408,3094,2242,2403,2971,2165,2534,3006,1962,2211,2411,2402,2411,2440,2049,2608,2529,3005,2609,2493,2448,2485,3007,2212,2527,2366,2604,2552,2080,2084,2308,2201,2250,2731,2410,2245,2283,2612,2204,2406,2134,2367,3365,3136,3687,2370,2483,2491,3531,2322,2975,2562,2448,2532,2240,2327,2491,2369,2403,2453,2965,3093,2722,2491,2327,2410,2930,2039,2370,2328,2723,2013,2687,2810,2248,2524,2526,2450,2362,2054,2440,2447,2734,2568,2364,2211,2925,2404,2089,2209,2242,3051,2694,2281,2091,2326,2565,2291,2323,2084,2728,3732,2534,2325,2967,2730,2489,3528,2726,2967,2534,2727,2486,2447,2288,2367,2613,2403,2683,2652,2408,4660,4088,1748,2737,2930,2605,2410,2446,2608,2407,2570,3045,2294,3484,2726,2126,2933,2324,2365,3856,2401,2936,3530,3095,2359,2335,2240,1981,1968,2548,2096,5409,2331,2680,2488,1815,3052,2213,2398,2362,2573,2650,2637,2408,3410,2492,4006,2529,2165,1964,2458,1954,2120,2130,2135,2002,2119,1977,2326,2485,2378,3321,2329,2731,3482,2296,3694,2603,2732,2361,1649,2476,2416,2443,2368,2367,2684,2449,2807,1837,1789,2121,2532,2083,2291,2442,2725,2412,2806,2333,3724,2733,2925,2331,2009,2207,2279,2012,2614,1847,2168,2322,2492,2280,1886,2136,2478,2084,2609,1895,2443,2201,1777,1715,1923,2168,2209,2289,1923,2214,1716,2025,2767,2287,2280,1967,2287,2130,2284,2164,1924,1927,2533,2442,2210,2017,2205,2039,1847,1961,2057,2045,1967,1761,2365,2134,2080,2125,1849,1960,1971,2168,2049,2200,1807,1761,1896,2166,2611,2967,2485,2489,1973,2163,2648,2087,2405,2287,2406,3331,2491,2165,2135,2241,1945,1997,2411,2603,2453,2133,2022,2084,3064,2677,2369,2446,2773,2140,1975,1840,1923,2363,2092,2562,2445,2288,1823,1998,2086,1996,2050,2687,2562,2328,2494,1985,2491,2809,2242,2206,2413,2571,2172,1962,1762,2048,2499,1963,1683,1573,1560,1532,1558,1732,1957,2011,1938,1824,3082,1965,1893,1960,2043,1964,1650,1570,1565,1638,1883,1727,1734,1799,1719,1775,2004,2079,2014,1962,2012,1595,1655,1961,1883,1609,1610,1563,1686,1559,1652,1882,1680,1608,1648,2086,1611,1680,1812,1680,1732,1648,1803,1922,1814,1605,1809,1329,2066,1404,1373,1403,1773,1489,1565,1601,1604,1687,1629,1491,1452,1471,1452,1655,1695,2006,1876,1680,1656,1723,1722,1645,1680,1656,1645,2180,1765,2195,1811,1932,2116,1843,2128,1801,1633,1877,2172,1925,1561,1530,1715,2052,1845,1892,1955,1814,1880,1849,2204,1963,1893,1882,1767,1730,1916,2044,2055,1964,1968,2085,2006,1727,1617,1753,1813,1755,1889,2042,1962,1970,1881,1927,2015,2001,1810,1721,2189,2455,2368,2560,2134,2445,2484,2369,2283,2491,2490,1961,2374,2084,2411,2569,2724,2413,2315,1840,2015,1961,1965,1894,1797,1971,1918,2044,1897,1874,1893,2089,1887,1848,2003,2407,2006,2125,1968,2783,2819,2927,2242,3776,2524,2895,2161,2329,2926,2446,3129,2413,2050,2526,2600,2078,2050,1842,2037,1977,2088,2080,2013,2355,2366,2207,2095,1924,1921,1815,2006,2266,2443,2171,2489,2449,1995,1927,1850,1914,2246,2452,2450,2365,2201,2171,2367,2604,2530,1948,2046,1972,1928,2047,2394,4410,2332,1998,2568,2934,2682,2052,2404,2048,2413,2412,2569,2408,2120,3417,2481,2286,2408,2491,4089,2333,2084,2009,2130,1873,2100,2194,2287,2487,2773,2489,2765,2289,2683,2325,2172,1885,2510,2336,2322,4738,2285,2690,2201,2406,2490,2609,2288,2527,2606,2250,2206,2161,2489,2131,2454,2206,2048,2326,2565,4570,2370,1847,1806,2287,2120,2015,2039,1933,2640,2013,1877,1941,1572,2232,2250,2607,2650,2566,2052,2519,2217,2599,2724,3214,2130,2606,2409,2170,2080,2053,2184,1808,1801,1653,1728,1684,1682,1849,1882,1882,1933,2300,2242,1845,2653,2442,2411,2090,2410,1881,2690,2255,2531,2486,2641,1944,2015,1863,2008,1960,2286,2573,2683,2448,3049,2091,3058,2643,2531,2562,2455,3170,2447,2440,2211,2370,2446,2576,2971,2055,2075,2249,2452,2211,2190,1889,2049,2120,2654,2089,2042,2582,2115,1972,2491,2288,2333,2135,2370,1838,1921,1891,2935,2328,2090,1845,1888,2096,1956,2043,2011,2126,1963,1847,1895,1882,2081,2260,2446,2610,2326,2529,2244,3170,2533,2607,2492,1971,1928,2089,2161,2090,2081,2307,2248,2252,2395,2650,2330,1689,2133,1562,2645,2351,3093,2369,2610,2274,2333,2170,2091,1879,1925,2093,2930,2365,2606,2767,2058,2012,2448,2816,1918,2215,1997,2299,2196,3537,2562,2371,2363,2493,2480,2327,2213,2077,2688,2568,2569,2567,2566,2654,3284,2528,2248,2213,2525,2248,2442,2332,2761,2131,2491,2569,2240,2766,2531,2164,2573,2283,2612,3967,2206,3491,2492,2447,2248,2165,2482,1768,2122,2014,2647,2015,1956,2488,2814,2644,2407,2366,2487,2531,2729,2804,3134,2287,2608,1889,1807,2334,2218,2207,1889,1879,2089,2505,2727,2645,2611,2450,2323,1999,1681,2289,2844,2604,1964,2409,2124,2451,2483,2365,2174,1999,2409,1928,1885,2444,2932,2446,2492,2566,2061,1719,1692,2165,2241,2494,1809,1796,1935,2486,2166,1963,2093,2356,2179,2155,1896,2087,1726,2006,1956,2212,2041,2253,2084,1890,2117,1851,1930,1994,2126,1976,2241,2324,1816,1996,1935,2157,1771,1968,2038,1851,2376,2364,2522,2613,2684,2654,2699,2321,2373,1762,2597,2291,2249,2047,2358,2612,2361,1693,1761,1893,2187,2203,2204,2372,2004,1926,2041,2005,2719,2360,2452,2525,2247,1882,2491,2689,2249,2402,2845,2251,2490,2526,2200,2291,2570,2371,2206,2367,3006,2272,2331,2257,2161,2009,2131,2118,1919,2091,2451,2130,2209,1939,2014,1997,1971,1967,2219,2100,2322,2568,2811,2527,2525,2444,2456,2324,2410,2773,2239,2925,2406,2411,2329,2168,2128,2400,1964,3612,1892,2055,1889,1875,1963,2593,2648,2648,2404,2369,2451,3286,2372,2212,2016,2174,2354,2084,2329,3607,2157,2402,3165,1933,2085,1965,1927,1836,1966,2532,1968,1932,1959,1818,1974,2044,1842,1727,1762,1691,1889,1723,1565,1633,1724,1772,1723,1735,1765,1723,1673,2051,1527,1566,1727,1731,1643,1713,2019,1644,1408,1329,1885,1530,1733,1642,2539,1843,1943,2037,1635,1663,1801,1806,1759,2051,1850,1637,1404,1535,1605,1446,1572,1516,1651,1727,1713,2004,1928,1726,1896,1763,1799,1777,1674,1655,1841,1714,1503,1679,1724,2037,1699,2041,1648,1645,1645,1923,1965,1678,1883,1883,2533,2087,2084,1920,1932,2036,2019,2576,2486,2319,2453,2610,2284,2409,2370,2446,2765,2649,2324,2205,2612,2493,1912,2564,2526,2972,2847,2731,2204,2566,2609,2447,2489,2524,2527,2451,2527,2287,2439,2887,2930,2322,2405,2289,1924,2465,2763,2170,2687,2244,2409,1968,1724,1962,1563,2124,1995,1919,2076,2201,2172,2206,1922,2221,1809,2277,2321,2202,2014,1974,2172,2733,2079,2318,1893,1764,1848,1960,2326,1731,1956,2051,2127,1933,2081,2008,1957,2050,1844,2050,2166,2161,2053,2049,2307,2007,2344,2722,3094,2570,2606,2725,2531,2244,2256,2162,2610,2604,2691,2135,2195,2455,2481,2562,2537,2324,3055,2801,2413,2448,3368,2657,2690,2443,2010,1966,2160,2207,3290,2399,2328,2207,2726,2412,2162,2447,2007,1976,2371,2489,2414,2522,2371,2569,2568,2600,2498,2403,2728,2091,2000,3096,2561,2021,2052,1886,2464,2563,2195,2001,2052,2197,2089,2486,2814,1882,2285,2087,1974,2000,2125,2487,2856,2046,2007,2121,1885,2082,2929,1659,2156,1769,1698,1754,1739,1912,2081,2461,2048,2346,2410,2687,2687,2179,4136,2093,2550,2476,2047,2371,1967,2117,2571,1883,2432,2935,2892,2407,2768,2648,2488,3009,2563,2684,2449,2609,2169,2282,2285,2529,2103,1849,2136,2044,2839,2332,2775,2275,2614,2721,2450,1739,1854,2009,1954,2093,2293,2001,1976,2244,1684,2322,3128,3933,2574,2443,2324,1941,2166,2685,2484,2370,2410,2443,2211,2127,2445,2531,2446,2730,2363,2650,4288,2494,2182,2322,2170,2207,2080,2290,2316,2677,2166,1835,1575,1561,1561,1955,2610,2569,2355,2449,2367,2491,3767,2328,2804,2212,2726,2407,2295,2525,2365,2567,2369,2208,2170,2284,5013,2295,2367,2168,2491,1962,3296,2164,2208,2206,2090,1883,2447,2808,2533,2207,2883,2410,2524,2965,2414,2321,2129,2328,2127,2871,2227,2524,2447,2251,2197,2372,2602,2097,1933,2199,2423,1935,2330,3568,2406,2130,1890,2248,2399,2370,2448,3090,2567,1965,2572,2329,2007,2233,2332,2738,2883,1975,2125,2143,2335,2600,2494,2689,2116,1930,1808,1926,2332,1960,2012,2044,2558,2056,1960,1964,2046,1890,1846,1850,1997,2004,1748,1769,2126,1829,2292,1652,1679,2046,1692,1717,1650,2014,1589,1820,1725,1790,1809,1762,1662,1718,1840,1930,2131,1716,1720,1766,1777,1796,1938,1768,1709,1659,1712,1695,1686,2011,1565,1586,1608,1612,1766,1836,1770,2167,1657,2509,1937,1806,1972,1842,1802,1800,1936,1848,2110,1977,1755,1533,1650,1722,1610,1923,2272,2089,1923,1935,2053,2165,1848,2243,2125,2084,2013,2040,2005,2532,2227,2327,2255,1732,2297,2843,2341,2880,2407,1696,2470,2015,2005,2076,2209,2011,1963,2492,2000,2406,2303,2687,2524,2365,1949,2053,1802,2268,1969,2400,2649,2200,2155,1805,1881,1845,2086,2650,2167,2367,2727,2847,2206,2305,2284,2164,1684,1610,1759,1693,1799,1773,2245,2002,2049,1488,1421,1402,1568,1610,1684,1844,1769,1756,1648,1685,1725,1770,1598,1439,1401,1815,1732,1709,1852,1880,1668,1727,1850,2048,1818,1657,1638,1597,1557,2268,2119,1692,2275,1928,1747,1891,2001,2365,1965,2089,1971,1763,2676,2450,2091,1963,1932,2032,2004,2058,2161,2167,2289,1970,2325,2246,2168,2200,2191,2184,2136,1924,1924,1569,1694,2115,1830,2458,2301,2361,2030,2009,2048,1965,2000,1889,1880,1769,1680,1889,1892,2087,2043,2049,2127,1920,2205,1891,2484,2166,2559,2612,2172,1941,2049,1957,1810,1891,1876,1936,1957,1816,1997,1844,1956,1730,1998,1967,2373,2005,1806,1687,2211,2323,2233,2008,1995,1852,2051,1846,2159,2440,2389,2558,1926,2090,2436,1810,1736,1894,1877,2016,2117,2286,2133,1639,1774,1809,1600,1921,2243,1937,2806,1805,1891,1877,1933,2047,1875,1689,1970,2484,1928,2242,2056,2164,1879,2208,2244,1968,1837,1990,2046,2044,2044,2372,1718,1644,1683,1849,2239,1900,2021,1944,1614,1933,1884,1938,1643,1904,1644,1638,1733,1746,1895,1727,1645,1530,1591,1573,1528,1602,1561,1649,1520,1813,1522,1574,1654,1549,1529,1563,1711,1578,1526,1458,1348,1766,1801,2079,1412,1909,1810,1503,1537,1781,1471,1384,1469,1486,1460,1588,1399,1487,2045,1457,1554,1777,1788,2387,1725,1651,1908,1930,1964,2003,1974,1755,1680,1688,1726,1977,1526,1695,1739,1794,1729,2123,2177,1836,1853,1764,1919,1658,2030,1687,1620,1690,1715,2248,2057,2074,1887,2206,1846,2011,1960,2856,2199,1854,1964,2122,2616,2406,3491,2166,2322,2569,2202,2161,2405,2244,3372,2285,2172,2446,2367,2726,2284,2414,2488,2601,2341,2082,2403,2263,2381,3105,2090,2283,1641,1691,2484,1803,2498,1860,2049,1972,1927,1960,2126,1730,2477,2133,2313,2443,2564,2129,2085,1926,3053,2848,2367,2570,2128,2159,2897,3241,2250,2087,2486,2766,2528,2091,2290,2684,2764,2367,1920,1809,2502,2605,1841,2647,2323,2421,2446,2130,2499,2052,2094,2040,1909,2278,1973,2009,1995,2094,2209,2395,1932,1971,1883,1929,1840,1971,1883,2041,2045,1804,2339,1992,2055,2442,2211,1958,1971,2009,2246,2130,2600,2168,2374,3005,2101,2047,2206,1845,1859,2194,2174,2131,2478,1992,2012,2078,2184,3491,1952,1895,2244,1882,2002,2166,1933,2449,2567,2565,2450,2326,2686,2446,2406,3331,2607,2614,2363,1831,2162,1847,3158,2332,2094,1808,2087,2004,2281,2000,2254,2085,2005,2046,2090,2816,2044,2505,2525,2064,1922,2129,2046,1953,1815,2041,1962,1968,1930,1920,1964,2337,1998,2170,2452,2012,1926,1764,1926,2047,1965,1958,1765,1931,2128,2604,2376,1998,2815,2161,2323,1909,1881,1999,2441,2930,2807,2446,2453,2844,1811,2520,3012,3575,2887,2529,2360,2215,1964,2512,2726,2615,2376,2090,2188,2326,2848,2478,2056,1718,2131,1839,1814,2004,2412,2614,2141,1991,2005,2620,2376,2167,2126,2887,2469,1920,1898,2117,1925,2455,1889,2076,1769,1688,1684,1725,1809,1680,1683,1893,1966,1806,1964,2049,2036,1638,1835,1837,1855,1997,1805,1933,1923,2132,2083,1960,2010,1961,2385,2845,2493,2450,2607,2401,2370,1932,2164,2687,2369,2398,2178,2159,2529,2082,2090,2484,2040,2087,2004,2008,1891,1883,1802,2972,2118,2058,2046,2004,2035,2008,2135,2040,2004,2655,1848,1915,1970,2086,2317,2483,2289,2177,2321,2086,2373,3328,2647,2484,2534,2361,2409,2452,2530,2971,2844,2766,2491,2528,2535,2242,2031,1895,1884,2243,1929,1959,1968,2253,2690,3007,2767,2206,2321,2178,2042,1576,2382,2610,1928,2163,2692,3123,3813,2448,2977,2506,2392,3090,2689,2964,2570,2970,3328,2526,3096,2764,2570,2203,2047,1786,2842,2209,2281,2015,2452,2609,2775,2685,2527,2130,2325,2410,1966,2317,2173,2365,2891,1777,1966,2185,2404,2285,2298,2041,1972,1963,1842,1976,2038,2084,2089,2090,2044,1924,2865,2163,2287,3004,2172,2015,2100,2204,2128,2361,2568,2492,2606,2813,3690,2484,2241,2123,2006,1848,1837,1572,1809,2006,3359,1814,1923,2159,2190,1918,1855,1920,2136,1888,1996,2330,2171,3167,2362,2173,2408,2322,2090,2503,2141,1758,2245,2407,2092,2006,2004,2054,2164,2037,1888,2333,2258,1968,2240,3176,2400,2300,2929,2529,1899,1776,2285,1964,1934,2001,1642,1852,1765,1715,1646,1607,1764,2372,1888,2404,2168,1967,2209,1956,1898,1879,1845,1849,1762,1811,2080,1973,1965,1959,1723,1806,2174,2126,2008,1766,1596,1532,1557,1530,1841,1562,2047,1812,1811,1914,2056,2237,2097,1965,2046,2283,2082,1767,1811,2203,2160,2017,1843,1966,2081,2607,2209,2565,1974,2004,2370,2037,1972,1928,2125,1962,2015,2033,1931,2003,2566,1899,1799,1847,1801,1849,1448,1640,1719,1801,1796,1804,1764,1490,1610,1559,1479,1730,1721,1642,1691,1921,2090,2167,2164,1730,2037,1847,1722,2094,1931,1450,1518,1531,1676,1564,1598,1851,2163,1937,1329,1813,1806,1804,2133,1550,1686,1419,1424,1746,1425,1423,1440,1404,1408,1400,1714,1492,1813,1505,1504,1663,1537,1497,1674,1581,1896,1492,1825,1888,1923,1533,1487,1323,1905,1382,1555,1366,1533,1360,1812,1426,1470,1337,1948,1622,1447,1698,1367,1472,1828,1470,1453,1796,1873,1808,1800,1656,1455,1345,1864,1323,1845,1300,1811,1843,1851,1590,1609,1696,1385,1396,1522,1574,1493,1368,1365,1362,1584,1671,1419,1319,1398,1373,1365,1368,1368,1366,1450,1436,1687,1506,1449,1603,1419,1419,1427,1388,1393,1457,1460,1851,1343,1969,1422,1366,1368,1368,1368,1438,1367,1483,1411,1576,1694,1440,1324,1859,1343,1337,1335,1334,1393,1308,1660,1362,1403,1438,1421,1368,1365,1359,1403,1415,1483,1250,1830,1630,1399,1336,1387,1367,1364,1370,1363,1346,1465,1290,1612,1766,1853,1449,1557,1461,1505,1388,1338,1343,1354,1592,1841,1276,1869,1336,1336,1337,1313,1824,1299,1373,1880,1325,1765,1818,1808,1809,1811,1853,1345,1354,1254,1830,1197,1782,1783,1801,1700,1800,1671,1586,1635,1767,1817,1809,1887,1315,1769,1866,1256,1706,1656,1851,1377,1292,1791,1785,1782,1913,1879,1471,1542,1718,1782,1797,1787,1790,1883,1561,1410,1687,1641,1437,1496,1377,1374,1456,1370,1372,1377,1424,1951,1826,1430,1417,1521,1494,1494,1446,1337,1334,1395,1463,1480,1362,1307,2055,1411,1402,1388,1388,1465,1382,1319,1495,1825,1417,1367,1386,1319,1856,1359,1336,1336,1404,1951,1339,1870,1333,1339,1312,1921,1448,1455,1429,1414,1748,1525,1413,1376,1389,1341,1338,1399,1418,1523,1512,1837,1464,1691,1507,1426,1405,1412,1419,1418,1404,1480,1499,1759,1654,1296,1949,1445,1418,1403,1410,1387,1431,1615,1492,1359,1441,1247,1853,1376,1366,1366,1367,1364,1389,1396,1304,1453,1289,1870,1422,1340,1346,1339,1334,1347,1408,1242,1658,1435,1401,1405,1368,1342,1337,1336,1431,1336,1331,1764,1824,1280,1863,1312,1874,1357,1414,1424,1446,1802,1274,1742,1870,1309,1903,1420,1420,1398,1351,1403,1378,1925,1447,1382,1379,1358,1337,1388,1410,1409,1463,1380,1685,1709,1388,1319,1371,1371,1383,1372,1392,1389,1425,1709,1401,2000,1521,1454,1422,1417,1410,1372,1478,1426,1614,1355,1421,1375,1399,1370,1365,1363,1359,1321,1945,1418,2009,1808,1391,1378,1355,1374,1365,1362,1388,1441,1630,1356,1571,1282,1772,1901,1315,1853,1368,1367,1593,1422,1676,1382,1449,1397,1461,1412,1360,1406,1402,1448,1447,1673,1782,1794,1391,1378,1403,1465,1458,1459,1459,1489,1533,1515,1487,2014,1594,1483,1514,1446,1580,1534,1447,1543,1406,1582,1721,1439,2235,1869,2037,1761,1731,2745,2089,2045,2305,2466,2102,2092,2426,2812,2768,2925,2409,3406,2571,2668,2400,2316,2602,3170,2689,2576,2444,2450,2603,2568,2527,2605,2452,2449,2843,2396,2327,2333,2567,2178,2448,2653,2523,2448,2319,2303,2359,2329,2611,2808,3649,3001,1904,2283,2168,2173,2283,2389,2620,2565,1888,1852,1884,2443,1855,2037,1885,1736,1865,1965,2449,2489,2772,2605,2298,1713,1969,2014,1704,1610,1600,2044,1885,2055,2407,2407,2412,2361,2168,2405,2045,1981,1808,1839,2084,1811,1927,2159,2366,2374,2458,2645,2646,1964,1926,2008,2010,2039,1854,1959,2820,3258,2162,1932,2101,1938,2322,2129,2854,2765,2096,1926,1954,2012,2007,2347,2285,2576,2443,2284,2411,2447,2062,2649,2693,2362,2444,2373,1969,1893,2502,2292,2957,2419,2722,2529,2892,1891,2444,2319,2322,2491,2440,2247,2331,2612,2647,2408,2326,2281,2136,2400,2324,2287,2414,2481,2535,2204,4490,3168,2126,2408,2130,2210,2239,2779,2125,1967,2257,2135,2401,2204,2494,2207,2009,2166,2088,2286,2164,2685,1933,2072,2131,2093,2167,2073,2250,2128,2247,2455,1885,2007,2044,2462,2129,2568,2413,2409,2485,2609,2723,3011,2728,2492,2883,2531,2845,2451,2651,2448,2004,2003,2331,2444,2139,2073,2419,2367,2644,2242,3693,4530,2730,2567,2329,2485,2485,2573,2886,2574,2726,2683,2139,1985,2050,2436,2290,2404,7471,2401,2328,2812,2655,2925,2567,2571,2235,1840,1961,2216,2331,2364,3614,2683,2288,2166,2090,2448,3250,2415,2549,2854,2456,2681,2414,2410,2611,3163,2775,2401,2091,2245,2573,2322,2046,1853,2205,2094,2478,2126,2170,1995,2619,2513,2326,2609,1936,2477,2697,2246,2886,2808,3972,3818,2600,2933,2485,4262,2804,2735,2845,2648,2969,2527,2406,2612,2723,2853,2440,2251,2490,2529,2362,2454,2284,2364,2448,2480,2327,2288,2614,2632,2397,3173,2606,2893,2239,2412,2327,2482,1974,2248,2369,2491,2362,2324,2417,2957,2647,2886,2371,2400,3293,2370,2600,2248,2536,2650,3780,4173,2403,2526,2532,2301,4602,2563,2416,2724,2447,2251,2329,1965,2637,2522,2419,1945,2378,2408,2292,2888,2523,2284,2486,2012,2405,1761,2216,2002,2165,2249,2014,2333,3372,2165,2110,2371,2405,2250,2439,1808,2405,2011,1957,2009,1963,2739,2162,2085,1932,2745,2332,2964,2175,2562,1883,2112,2204,2062,2141,2670,2653,5693,2131,2882,2490,2010,2685,2326,2450,6504,1967,1988,2568,2583,3085,2207,5264,2326,2363,2892,2523,2412,2205,2204,8830,7102,4330,2810,2373,4613,2568,2289,2084,1794,1920,2435,2572,2482,2532,7330,3740,2188,2434,2647,2773,2455,2125,2285,2486,2373,2068,2134,2239,2330,2129,2171,2099,2859,3288,2292,1963,2106,2453,2922,3212,2734,2027,2046,1960,1836,1697,2005,2073,1894,1962,1814,1641,1561,1571,1560,2001,2049,2125,1974,2574,2611,2762,2572,2362,3056,2327,2560,2532,2570,2406,2774,2524,2646,2288,2248,2285,3011,2176,2724,2487,3696,2364,2891,2526,2288,2410,3048,3128,2526,2728,2580,2441,2446,2053,2011,2927,2382,1938,1957,2570,3167,1969,1728,2050,2126,1764,1790,2048,1814,1766,1922,1926,1919,1977,1965,1959,2007,2410,1767,2120,2045,2013,1970,2156,1884,2013,2122,2808,2290,1968,2410,1880,1650,2201,2614,2210,2093,1890,2280,2057,2043,2331,2045,1677,1970,2045,2043,2053,2046,2156,1893,1900,3163,2451,2452,2367,2279,2122,2011,2369,1773,1999,2004,2374,2211,2697,2157,2161,2304,2365,2526,2491,2565,2163,2530,2687,2734,2482,4176,2367,2607,2568,2526,2168,2571,4290,2530,2088,2523,2563,2211,1817,1600,2086,2570,2485,1857,2322,2415,2567,2564,2254,2290,2479,2369,1964,1932,2082,2051,1972,2033,2064,2563,2774,2042,1920,2168,2343,2244,1965,2812,2604,2367,2446,2370,2248,2040,2113,2155,2368,2481,2244,1960,1854,2230,2289,2486,1815,2630,2247,2052,2359,2098,2051,2327,1996,2040,2322,2493,2487,3170,2643,2293,2530,2609,2527,2250,2322,2452,2171,2084,2131,1775,1807,1955,2010,2288,2443,2248,2091,2042,2168,2208,2468,3077,2223,2043,2491,1957,2054,2124,2205,2243,1858,1842,1925,1807,1881,1933,2003,1967,2044,1931,1999,1845,2166,2124,1927,1928,2132,1797,1766,1890,2483,2365,1971,1929,2056,2033,2049,2380,2890,2609,2486,2450,2002,2739,2527,2562,2132,2328,2211,1853,2006,2184,2054,1962,2449,1838,2284,2360,2496,3051,2523,2893,2611,2527,2326,2361,2015,2288,2173,2137,2882,2009,2081,2292,2973,3049,2251,1809,1839,2411,2604,2195,2252,2008,2118,2211,3625,2812,2283,2406,2128,2324,1724,2774,2813,2405,2325,2569,2845,2536,2685,3166,3252,2365,2687,2414,2447,2285,2209,2809,2762,2493,2288,1817,2127,2569,2491,2408,2530,2451,2366,2288,2519,2208,2486,2292,2564,2570,2731,2519,1938,2722,2414,2488,1848,1970,2246,2888,1946,2607,2368,2081,2330,3089,2725,3502,2474,2413,2969,2208,2164,2687,2607,2210,2446,2575,2150,1929,2100,2606,2449,2131,2926,2121,2370,2203,2087,2196,1973,2130,2755,1972,2565,1863,1848,1684,1964,2331,3166,3054,2003,2090,1808,1687,1885,2041,2531,2448,2482,2567,2847,2372,2885,2653,2244,2248,2038,2128,2814,2364,2092,2122,1733,1958,2003,1970,2281,2172,2372,2486,2415,3043,2409,2317,2158,2017,1684,2441,2289,2043,2138,3240,2411,2250,1923,1843,2006,1882,1967,1998,2167,2057,2209,2160,2055,1839,1965,2010,2041,1774,2042,2668,2615,2524,2570,2606,2532,2561,2371,2444,2409,2085,2409,2570,2609,2243,3373,2170,1857,2043,2605,1725,1570,1633,1577,1882,2608,2767,2729,2126,2080,2012,2044,2128,2491,2527,2159,1929,2289,2606,2246,2533,2498,2270,1764,1889,1809,2554,2365,2245,2450,2531,2450,1973,2221,2040,1961,2162,1971,2131,2042,1805,2253,2369,2960,1839,2296,2205,2166,2209,2851,2561,2574,2688,2732,2562,2490,2887,2769,2611,3123,2413,2210,2525,2887,2122,2296,2955,2413,2443,2727,2288,2291,2647,2006,2202,2172,2646,3490,2609,2564,2410,2648,2166,2610,2684,2411,2369,1967,1890,2850,2481,2696,2209,3657,1928,2590,2119,2533,1845,2447,2247,2724,2455,2030,2883,2489,2561,2415,2482,3171,2331,2641,2327,2370,2330,3130,2246,2047,1550,2138,2247,2250,2280,1945,1871,2689,2765,2451,2567,2493,1934,2054,1954,1724,1885,1776,2206,1909,2730,2366,2212,2486,2208,2335,2146,2447,2807,2769,2103,2417,2207,2250,2850,2808,1973,2768,2364,2891,2532,2164,2215,3885,2328,2681,2415,2168,5776,2250,2316,2170,4029,2778,2848,2156,2122,2243,2049,1928,2590,2010,2045,2044,2006,2005,2012,2279,2014,1965,1810,2206,2083,1810,4970,1970,2709,2364,2289,1862,2374,3722,2287,2455,2463,2493,2642,2087,2193,2575,2120,2292,2836,2055,1922,2609,2711,1852,2136,2121,2563,2098,2242,2133,2129,2005,1999,2049,2129,1882,2088,2243,1933,1964,1880,1894,2121,2245,2211,1921,2186,2570,2528,2608,3327,2369,2612,2688,2485,2479,2769,2406,10358,2365,2482,2212,2326,2408,2808,2451,2599,3813,3213,2727,2526,2454,2044,2167,2764,2533,3125,2646,2288,2485,3009,2451,2331,2363,2765,2209,3131,1729,3446,2207,2522,2846,2809,3851,2776,2446,2528,2487,2245,4409,2931,2689,2167,2853,6091,2568,2333,2443,3212,2604,2047,2173,3092,2928,2690,2565,5211,3090,4778,4651,7024,2686,2448,3132,2362,2052,2847,2571,2204,2170,2122,3831,2928,2253,2241,2570,2530,3324,2171,1973,1963,2330,1977,2122,2194,2542,2081,2015,2006,2039,3352,2447,2327,2080,2395,2359,2892,2565,2210,2128,2408,2533,2683,2647,2370,2407,2413,3122,2531,2448,2364,2731,2021,2297,2327,2369,2129,2062,2123,1963,2241,2487,2015,2613,2113,2051,2402,2973,2040,2059,2686,2564,2572,2806,2006,2409,3009,2567,3007,1996,2007,2249,2572,2880,2536,2401,1940,2818,2129,3105,3572,2397,1810,3735,2111,2728,2494,2232,2219,2763,2322,2448,2647,2813,2092,2597,2490,2807,3051,3288,2369,2247,2238,1969,1924,1891,2290,2365,2427,2457,2453,2276,3212,2845,2411,1763,2287,2009,2480,2462,2064,2409,2651,2932,2525,2653,2122,1999,1970,2234,1971,1921,2006,1937,2075,1968,1807,2167,2020,2237,1925,1924,1884,2152,2239,2134,2086,2023,1964,2050,2077,1927,1768,1964,2088,2375,1842,2121,1805,1533,1873,1895,2043,2082,1889,2007,2085,2013,1959,2042,2137,2046,2119,2490,2810,2079,1972,1801,1655,1839,1736,1843,1797,1562,1576,1799,1930,1756,1571,1853,1757,1727,1646,1911,2206,2048,2006,1876,2134,1999,2047,1966,1972,2367,2692,2194,2556,2692,2603,2493,2401,2489,2369,2651,2242,2729,2929,2284,1935,1928,2526,2489,3170,2608,2451,2326,2451,2204,2053,2389,2586,2966,2724,2569,1989,1648,1964,2136,1977,1882,2168,2054,2117,2283,1891,1969,1843,1809,1805,1887,2004,1879,1936,2129,2237,2408,2091,1920,1963,2008,1725,2096,2403,2004,1971,2086,2007,1876,1966,1928,1887,1693,2322,2388,2004,2528,2523,2445,2574,2488,3085,3090,2206,2413,3208,2647,4210,2413,2281,2168,2846,2651,2566,2449,2604,2738,2081,2122,2387,2530,2603,2651,2207,2080,2693,3927,2212,2024,2041,2929,1966,2899,2001,1887,2330,2076,1910,1987,4014,2285,3087,2775,2037,2336,3043,2288,2286,2615,2326,2447,2014,1765,2049,1849,2246,2283,1925,2165,2329,2003,1780,1817,2113,2284,2092,1961,1893,2009,2035,1970,2093,2037,2050,2046,2319,1776,2120,2008,2000,2098,2042,1722,1771,1845,2286,1966,2090,2005,1964,1968,2077,2166,2172,2403,2127,2007,1881,1846,1840,2090,2086,2130,2209,2206,2448,2040,1846,1893,1924,1881,2416,2383,1976,1932,1908,2009,1847,1888,2427,2403,1809,1957,1977,2083,2520,2450,2088,1850,1921,1962,1814,1970,1832,3898,1886,1849,2001,1813,1695,2081,2484,2412,1884,1948,1842,2130,2126,2094,2320,2729,3772,2006,1740,1965,2485,1598,1935,2035,2019,2453,2400,2082,2435,2057,2159,2131,2120,1730,1719,2842,2523,2087,2126,2536,2055,2487,2451,2020,2761,2083,2319,2359,2334,2249,3060,2451,2101,2088,2692,2236,2052,2002,1727,2089,2937,2361,2529,2449,2009,2203,1935,2411,2849,2285,1959,2485,3089,3127,2727,3130,2493,2207,3048,2086,1879,3048,2321,2324,2094,2200,2206,3211,2252,2483,2489,2769,2291,2679,2854,3009,2569,1968,1738,1721,1923,3319,2004,2435,2526,2654,2241,2990,2285,2211,2480,2634,2716,2281,2448,2407,2071,2088,2075,1848,1811,2409,2128,2412,2042,3289,2201,2736,2927,2445,2122,2355,2224,2445,3164,1990,2329,2010,2427,2521,2532,2157,1996,2890,2290,2175,2285,2409,1860,3133,2086,2329,1970,2040,1805,1723,2303,2850,2310,2159,2057,1966,1832,1806,1804,2530,2244,1995,2635,2890,2522,3172,2566,3163,2290,2495,1871,2086,2298,2314,2222,2565,2576,2210,2369,3728,2330,2235,2230,2179,2346,2328,2321,2440,2080,1887,2058,2124,2599,2452,2315,2894,2406,1892,2443,2466,2844,2367,2485,2410,2253,2564,2415,2889,2322,2889,2604,2649,2288,2483,2371,2842,2535,2523,2487,2565,2045,2244,2642,2052,2445,2004,3038,3207,2163,3212,2609,2688,2126,2089,2562,2486,2569,2293,2568,2169,1899,2114,2207,2643,2532,2848,1894,2650,2089,2445,1887,1862,2447,2604,2894,2964,2454,2563,2608,2571,2404,2246,2447,3012,2568,2967,2657,1951,2196,2100,1998,1803,1891,2041,2535,1999,2595,1929,1940,1997,2126,1777,1928,2295,2438,2176,1958,1572,1997,2052,2473,2332,2333,2608,2566,2769,2488,2446,2927,3208,2494,3084,2247,3329,2455,2648,2765,2326,1925,2403,2259,2397,2608,2531,2256,1936,2052,2770,1917,2047,1996,1927,1808,1805,2140,1989,2048,1834,1972,2012,2206,1956,1977,2239,2005,2337,1878,1891,1807,2646,1969,2201,2131,2086,2082,2042,1934,1955,2011,1892,2116,1889,2124,1929,1922,1855,2355,1898,1924,2006,2004,2005,2323,2369,2171,1839,1615,1879,2187,2015,2601,2410,2324,2165,1984,1968,1881,2007,2691,2257,1728,1645,1642,2010,1760,1887,1974,1962,2041,2133,1888,1920,2088,2233,2243,2253,2124,1962,2131,2246,2005,1896,2240,2091,1926,1928,2114,2525,1860,2813,2174,1875,1896,1920,1969,2159,2855,3050,2085,1927,2271,2523,2406,2213,2487,3052,2166,2084,2057,2037,3442,2524,2610,2690,2064,1816,1960,1862,2204,2405,2581,2636,1996,2296,1958,1852,1844,2002,2009,2285,2252,1857,1876,2237,2600,2010,1996,2155,2005,2650,2370,2529,2123,2034,2092,3143,2531,2042,2340,2454,2528,2163,2534,2441,2483,2287,2407,2326,2534,2647,2448,2168,2562,3377,2363,2526,3775,2528,2127,1957,2015,1883,2169,2484,2533,2680,2415,2123,2202,2093,2524,2689,2926,2647,2333,2725,2612,2565,2444,2609,3253,2404,2686,2292,2333,2199,2205,2534,3046,2288,2313,2327,2442,2334,1720,2573,1864,2016,2444,2803,2132,2166,2122,1851,2007,2122,2394,2008,2325,1990,1927,1922,1920,1935,2005,1919,1843,1690,2051,2730,2928,2165,2563,2493,2608,2611,2518,2289,2518,2408,2403,1925,2167,2365,2330,2727,2332,2729,2243,2522,3015,2682,2771,2568,2610,2488,2247,2565,2812,2522,2527,3287,2530,2885,2368,2057,2155,2015,1770,1919,1969,2368,2883,2568,2570,2287,2288,2127,2971,2161,2454,2198,2288,2161,2423,2521,2330,2487,2608,2444,2493,2404,2410,2527,2041,2041,2262,2014,2716,2454,2051,2165,2327,2329,2085,2414,1795,1875,1887,1853,1879,2049,2012,2342,3494,3444,2423,2645,2366,2144,2238,3332,2566,1938,1835,2671,2473,2350,2377,2398,2530,2848,2289,2126,1964,2498,2646,2286,2209,2360,2573,2523,3049,2293,1970,1961,1990,2380,2135,2431,2769,2362,2414,2763,2567,2285,2212,1923,2129,2167,2176,2206,3486,1758,1954,2926,2849,2693,3008,2288,2847,2406,2649,2126,2093,2194,1848,1995,2331,1919,2886,2410,1785,3924,1849,2162,2570,2163,2130,2372,2044,1803,2810,1920,2311,2487,2448,2205,5590,2288,2168,3649,2206,2611,2850,2686,2411,2363,2529,3565,3010,3215,2485,2448,2368,3004,7465,2090,2239,5010,1813,1997,2174,2692,3006,3253,2287,2081,2292,2031,2332,2442,2493,2523,1892,2405,1770,2697,2364,2254,2279,2212,2244,2245,2371,2647,1924,2856,2842,2285,2811,2445,2491,3209,3291,2687,2690,2601,2850,2729,2609,2368,2164,3009,2808,2691,2367,2366,2728,2104,2608,2441,4256,2084,2089,2123,3056,2689,2005,2240,2765,2534,2402,2480,2452,2405,2451,2365,2331,2199,3296,2521,3329,2084,1814,2242,2609,3094,2405,2812,2572,3084,2373,2404,2649,2883,2414,2207,2087,2326,2288,3444,3053,2645,2891,2967,2288,3250,1901,1998,2056,1795,2257,2202,2001,2618,2401,2090,7602,2229,1927,2213,2525,2528,2567,3886,2733,4970,3412,2905,2896,2155,4020,2038,2130,2089,2276,2820,3404,5497,2049,1818,2690,2401,2651,2686,2503,2921,2530,2924,2852,2730,2808,2411,2368,1930,1847,2004,2051,2209,2127,1955,2143,2074,2288,1974,1964,1924,1930,1960,2362,1930,1796,2215,2042,2048,2360,2255,2000,2168,2208,2042,1932,1966,1970,1998,2426,2130,2008,2805,2533,2528,1918,2080,1558,1852,1968,2317,2136,1838,1773,1637,1682,1607,1777,1799,1965,2007,1766,1923,1881,2525,1478,1644,2212,1717,1575,1809,1959,1682,1729,1516,1605,1980,1484,1665,2017,1556,1620,1607,1684,1548,1656,1680,1526,1536,1949,1522,1414,1452,1551,1450,1480,1448,1614,1587,1566,1591,1678,1567,1430,1402,1539,1399,1400,1562,1659,1769,1561,1535,1645,1602,1599,1560,1499,1879,1775,1728,1700,1963,1673,1618,1636,1803,1731,1705,1811,2093,1848,2162,2049,1759,1998,1764,2061,1852,1636,1596,1538,1534,1495,1637,1659,1752,1974,2077,1621,1641,1724,1631,1649,1616,1507,1683,1649,1802,2004,1487,1572,1674,1659,1400,1841,1503,1561,1667,1421,1344,1353,1326,1921,1406,1460,1440,1394,1527,1452,1411,1335,1788,1887,1418,1705,1429,1854,1463,1416,1406,1331,1777,1773,1767,1808,1557,1434,1391,1442,1525,1340,1767,1750,1768,1789,1975,1473,1443,1418,1416,1435,1368,1277,1754,1810,1322,2102,1383,1491,1425,1407,1527,1562,1449,1422,1432,1516,1651,1552,1646,1769,1786,1673,1475,1403,1378,1374,1382,1781,1617,1580,1409,1483,1456,1469,1496,1459,1371,1301,1799,1632,1583,1547,1599,1486,1430,1733,1416,1318,1803,2034,1665,1554,1626,1598,1389,1404,1426,1396,1402,1397,1364,1373,1442,1325,1712,1336,1788,1803,1767,1818,1823,1835,1497,1934,1547,1434,1651,1482,1408,1480,1436,1677,1798,1591,2007,1407,1300,1810,1840,1320,1807,1874,1428,1461,1565,1345,1356,1841,1277,1724,1718,1765,1811,1428,1824,1336,1853,1399,1776,1822,1378,1357,1452,1602,1481,1735,1489,1580,1489,1442,1424,1455,1339,1933,2028,1811,1356,1472,1843,1294,1769,1872,1423,1467,1403,1415,1828,1509,1349,1842,1363,1361,1360,1547,1458,1633,1652,1540,1586,1420,1445,1647,1647,1595,1588,1311,1598,1884,1333,1280,1867,1375,1352,1370,1360,1520,1377,1250,1579,1268,1813,1387,1373,1399,1361,1361,1374,1386,1744,1302,1466,1804,1806,1806,1802,1780,1890,1361,1713,1519,1306,1826,1800,1790,1783,1784,1868,1480,1386,1464,1406,1492,1642,1452,1364,1356,1328,1826,2013,1383,1587,1671,1488,1474,1506,1471,1562,1489,1470,1517,1480,1751,2091,1665,1640,1492,1598,1535,1526,1525,1694,1552,1829,1714,1709,1733,1636,1486,1693,2102,1723,1644,1847,1907,2029,1989,2062,1939,1975,2071,1908,2004,1929,1992,2082,2329,2209,2018,2029,1953,2002,2441,2529,2562,2648,2641,2651,2607,2489,2529,2732,2559,2491,2834,2532,2415,2733,2806,2188,2611,2730,2242,2045,2144,1772,2748,2569,2524,2532,2216,2282,2085,2369,2206,2647,2770,2212,2408,2522,3291,2685,1923,1885,2153,3697,2843,3093,2411,1954,2117,2373,2284,2843,1975,1801,1810,2422,2649,3576,1788,2075,1724,1963,2015,1981,2294,2286,2335,2478,2612,2367,2812,2843,3132,2122,2172,2685,1845,2617,2127,2207,2526,2525,2891,2448,2039,2445,2370,2245,2529,2243,2226,2081,2054,2209,2164,2360,2330,2452,2681,2243,2172,2442,2446,2410,2213,1810,1957,2447,2530,2126,1898,1882,2596,2009,1892,2492,2764,2207,2530,2844,3414,2526,2730,2648,2407,2127,1842,1688,3690,2493,2520,2524,2367,2097,2121,2363,2289,2688,2203,2568,2256,2532,2526,2525,2492,2363,2099,1957,1931,2194,2607,2529,2443,2610,1976,2374,3210,3299,2163,2292,2249,2159,2170,2000,2517,1964,1764,1763,1726,1693,1876,1932,2365,2331,2571,2263,2401,2939,1887,2135,2501,2214,2083,2087,2005,2123,2248,2012,2283,2084,2053,2289,1766,2044,1958,2045,1969,1931,2002,1934,2203,2089,2401,2090,2079,2176,2323,2451,2000,2240,2321,2413,1731,2742,2566,2418,2650,3935,4054,2081,1931,2131,2246,2570,1768,2767,2183,2080,1533,2201,1962,1855,1761,1650,1641,1928,2365,2174,1979,2403,2889,2567,2117,2299,2682,3009,2331,2456,2805,2370,1866,2284,2648,2257,2201,1882,2403,2568,2486,2490,2287,1871,2329,1961,2281,1605,2017,1759,2370,1885,2045,1963,1886,1892,2037,1937,1686,2085,2084,1796,1849,2012,1926,2167,2085,2043,1923,1929,1890,1922,1886,1840,2045,2047,2972,1927,1880,2017,2000,2132,2038,1978,2317,2054,2122,2203,1930,1806,2052,1757,2204,2053,2279,2327,1975,1472,1754,1597,1523,1497,1527,1527,1718,1716,1655,1798,1619,1746,1815,1461,1720,1716,1401,1380,1355,1407,1775,1796,1857,1705,1769,1414,1443,1401,1483,1482,1527,1792,1555,1488,1419,1460,1450,1453,1330,1927,1403,1863,1452,1483,1442,1721,1450,1537,1404,1506,1610,1507,1490,1555,1541,1652,1572,1467,1597,1576,1428,1514,1434,1574,1651,1462,1758,1593,1797,1646,1530,1564,1515,1498,1605,1403,1446,1560,1522,1812,1414,1444,1885,1439,1696,1645,1412,1687,1937,1529,1537,1994,1601,1525,1553,1925,1684,1611,1856,1881,1781,1657,1797,1851,1624,1637,1965,1927,1651,1780,1805,1775,1688,1607,1834,2736,1952,2446,2124,1931,2151,1980,2122,1687,1888,1918,1886,2368,2488,2163,2168,1846,2115,1884,1876,1831,2045,2173,1823,1744,1535,1780,2234,2171,1965,1809,1801,1847,1720,1620,1670,2172,1926,1845,1818,1883,2490,2087,2123,1842,1853,1923,1996,2046,2340,1963,1513,1930,1845,1534,1624,1772,1844,1722,1648,1695,1629,2096,2376,1526,1818,1482,1639,1891,1924,2243,1966,1845,1853,1769,1836,2174,2440,1926,2008,2208,2199,1574,1558,1728,1894,2088,1959,2294,2047,2206,2363,2040,1770,1803,1934,2323,1919,1888,1928,2189,2171,1889,2005,1885,1885,1887,1884,1886,2186,2007,2005,1987,1958,2068,2439,2920,2330,2241,2054,2488,2250,2407,2012,2076,2559,2251,2175,1951,2094,2025,2396,2093,3126,1813,1720,1925,1936,1836,2336,2597,1968,1644,1563,1532,1760,1775,1765,1845,1925,1680,1606,1834,1643,1649,1538,1560,1635,1613,2126,1531,1548,1572,1720,1578,1602,1642,1761,1709,1857,1464,1355,1850,1364,2042,1618,1632,2312,2128,1803,1737,1942,1526,1597,1729,1577,1605,1757,1562,1764,1846,1918,1801,1809,1749,1851,1848,1602,1686,1712,1826,1564,1845,1865,1970,1816,1777,2290,2052,1718,1961,1634,1618,1841,2043,1909,2007,1923,1729,2116,1733,1924,2089,2023,2659,1695,2647,2688,2846,2769,2406,2366,2492,2323,2488,2571,3007,2630,2507,2446,2430,2010,1880,1805,2630,2705,2369,2083,1848,1886,1845,2126,2206,2530,2246,2362,2210,2121,2102,2403,2124,2518,2608,2651,2087,2329,3007,2571,2604,2131,2130,2205,2201,2612,2450,2331,2403,2727,2011,1921,2014,2034,1929,2087,1648,1562,1555,1692,1845,2052,2556,2371,1840,1730,1761,1973,1960,2128,2652,2486,2483,2172,2328,2325,2525,3171,2037,2013,2454,2405,2286,2571,2533,1926,1600,1564,1532,1557,1580,1540,1931,2214,1856,1836,1852,2091,2318,2287,2219,1991,1995,1898,2235,2095,2166,1919,2132,2039,2045,1818,1791,1946,1598,1895,1716,1651,1643,1653,1799,1651,1753,2475,1963,2124,1934,1960,2085,1967,2130,2041,1968,2048,2053,2196,2057,2160,2411,2526,2371,2205,2482,2571,2808,2491,2644,2367,2490,2930,2251,2402,2688,2810,2528,2687,2479,3213,2130,2290,5653,2532,2118,2119,2092,2631,2417,1999,2115,2036,2301,2108,2122,2160,2439,1702,1726,1924,1926,1971,1922,2009,2089,2125,2288,2075,2012,2084,2016,2233,2297,2521,2057,2037,1810,1879,2047,2124,2736,2329,2411,2406,3050,2842,3254,2932,3327,2264,1957,1927,1762,1572,1931,1889,2365,2009,1763,1762,1688,1686,1649,2201,2048,2415,1871,2399,2447,1988,2758,1887,1974,1843,1605,1562,1528,1649,2237,2883,2452,1768,1680,1646,1652,2029,2488,2372,2326,2448,2525,2244,2333,2523,2365,2127,2413,2492,2845,2644,2367,2167,2199,2200,1730,1885,1967,2206,1886,2373,2607,2612,2843,1929,2292,2452,2836,2449,3017,2198,1914,1963,2246,2282,2049,2373,2142,2111,2206,2409,2611,2050,1992,1967,1964,2126,2284,2030,2049,1882,2278,2158,2376,2968,2730,2646,2161,2364,2326,1967,2159,2036,2172,2321,1934,2135,2281,1928,1985,1972,2050,2037,1888,1892,1923,1927,2036,1817,1959,2084,1934,2289,2039,2054,1835,1696,2168,1954,1807,2174,2048,1997,2322,1973,2011,2000,1968,1891,2073,2209,1973,2082,2290,2255,1674,2090,2120,2003,1980,1999,1893,1953,2057,2035,1937,2208,1916,1926,1846,2046,1890,2206,1888,1929,2043,1772,2482,1922,2039,2007,1963,1647,1565,1556,1771,1608,1769,2133,2323,2123,1933,2411,2086,2571,2041,2322,1739,1637,1611,1465,1564,1919,1607,1597,1451,1770,1732,2045,1709,1717,2096,2169,1442,1381,1661,1595,1550,1562,1494,1752,1986,1566,1460,1465,1561,1585,1881,1843,2340,1598,1612,1563,1542,1596,1582,1606,1501,1556,1647,1648,1478,1586,1332,1935,1385,1463,1463,1429,1900,1570,1502,1392,1509,1287,1744,1900,1318,1530,1594,1570,1438,1476,1563,1469,1320,1915,1317,1335,1389,1537,1348,1809,1332,1325,1314,1794,2076,1449,1857,1493,1275,1850,1441,1464,1433,1415,1412,1429,1327,1335,1437,1805,1332,1827,1808,1800,1767,1860,1253,1395,1687,1811,1832,1282,1767,1762,1768,1794,1758,1719,1756,1768,1937,1409,1329,2016,1331,1470,1379,1365,1385,1634,1689,1777,1834,1340,1340,1339,1368,1322,1622,1525,1391,1828,1833,1312,1827,1873,1402,1400,1720,1453,1386,1378,1523,1295,1768,1838,1364,1355,1539,1469,1761,1408,1974,1401,1344,1341,1358,1279,1761,1770,1911,1457,1774,1742,1747,1742,1744,1737,1761,1797,1392,1477,1851,1280,1815,1818,1785,1781,1804,1323,1429,1574,1837,1833,1356,1362,1364,1332,1852,1285,1802,1666,1277,1814,1864,1403,1419,1421,1401,1341,1330,1352,1409,1678,1319,1893,1378,1368,1424,1500,1482,1398,1346,1415,1553,1464,1399,1373,1371,1400,1412,1419,1408,1506,1494,1554,1424,1626,1461,1423,1421,1418,1410,1440,1408,1409,1821,1395,1731,1489,1426,1545,1584,1576,1505,1505,1591,1732,1466,1438,1355,1361,1358,1403,1333,1337,1332,1402,1370,1596,1673,1376,1318,1890,1435,1408,1408,1406,1405,1372,1648,1375,1542,1728,1422,1436,1413,1411,1409,1407,1509,1931,1595,1294,1992,1336,1791,1788,1784,1857,1447,1759,1746,1446,1396,1378,1474,1470,1424,1449,1827,1435,1366,1288,1738,1308,1924,1465,1939,1563,1427,1474,1940,1890,1430,1487,1339,1497,1497,1627,1687,1683,1534,1752,1558,1733,1310,1899,1411,1422,1439,1413,1336,1593,1525,1813,1326,1426,1225,1800,1786,1783,1784,1805,1945,1886,1885,1532,1456,1471,1429,1386,1835,1441,1976,1538,1468,1540,1486,1642,1425,1308,1800,1776,2029,1741,1726,1349,1375,1285,1903,1405,1405,1311,1841,1691,1418,1555,1455,1382,1373,1398,1439,1446,1421,1398,1626,1409,1599,1631,1419,1402,1345,1328,1741,1733,1926,1506,1358,1465,1267,1753,1740,1736,1743,1783,1835,1589,1510,1859,1336,1247,1754,1751,1725,2041,1380,1693,1437,1354,1215,1772,1758,1864,1330,1857,1316,1547,1555,1682,1297,1789,1893,1339,1322,1830,1423,1497,1413,1344,1666,1552,2107,2720,2486,2452,2927,2491,2923,2524,2245,2765,3104,2329,2768,2726,2647,2601,2170,2433,2227,2362,2726,2613,2363,2370,2848,2043,2650,2122,2819,2212,2039,2444,2534,2718,2776,2247,2248,3088,2604,2497,2365,2611,2477,2456,2564,2930,2688,2367,2128,2131,2280,2162,2192,2372,2205,1726,1998,2370,2684,1929,2256,2319,2564,2450,2492,2065,1844,2089,2133,1761,1842,1812,1997,2011,2087,2276,2438,2336,2365,2516,2413,2690,3051,2055,1724,1650,2042,2181,2079,1770,1578,2392,2010,1986,1718,2164,2099,1765,1837,1731,1930,4327,3087,2178,2923,2521,2413,2645,2444,2371,2288,2449,1926,1851,2506,2887,2810,2365,2490,2054,2437,3890,3133,2644,2409,2208,2165,2325,2165,2292,2086,2524,2095,2245,1483,1996,1995,1862,1972,2012,2860,2205,2082,1995,1769,1725,1652,2077,1934,2050,1964,1966,1803,2600,1974,1838,2455,1880,2133,1956,2410,2241,2117,1936,1914,2619,1997,2732,2000,2371,2451,2120,2408,2010,2087,2050,2441,1924,1805,2536,2126,1881,2133,1760,2001,2089,2049,2044,2081,2089,2212,1927,2084,2971,1964,1687,1921,2046,2173,1922,1999,2376,1803,1758,1562,1656,1570,1522,1676,1845,2094,2089,2247,2968,1921,1886,2080,2134,2122,2087,1767,1645,1561,1688,2847,1931,2020,2404,2682,2291,2086,2810,2562,2927,2695,3208,2572,2854,2243,2046,2000,2179,2111,2173,2258,2280,2362,2282,2579,2609,2648,2175,2514,2054,2163,2366,2889,2091,2371,2763,2610,2409,2207,2166,2734,2597,2129,3447,2416,3045,2011,2883,2334,2720,2410,2121,3216,2449,2485,3019,2437,2776,2088,2076,2287,2487,2363,1765,1875,2325,3816,2717,2264,2713,2663,2965,2410,2560,2218,2004,1966,2210,2315,3056,2809,2370,2405,2408,2813,1910,2484,2744,2692,2440,1954,2306,1962,2614,2359,2437,2121,2337,2249,1875,1892,1764,1685,2091,1885,1917,1763,1770,1813,1837,1926,2202,2687,2167,2439,1841,1994,1927,1726,1882,2048,1762,2212,1834,2531,1861,1938,2028,2046,1876,1655,2199,2710,2622,2649,1891,1847,2228,2252,1980,2234,2057,1997,3174,1878,1734,2301,2106,2082,1978,1756,1770,1885,1536,1832,1816,1645,1616,1601,1651,2110,1452,1650,1761,1638,1656,1790,1795,1546,1500,1609,1471,1450,1571,1449,1640,2044,1595,1562,1536,1613,1667,1689,1682,1409,1375,1592,1638,1536,1477,1500,1548,1583,1509,1415,1476,1564,2133,2040,1910,1815,1540,1837,1886,1487,1773,1994,1570,1614,1599,1527,1438,1495,1435,2006,1881,2046,1771,2002,1800,1639,1861,1605,1438,1407,1640,1852,1646,1721,1924,2165,1717,1574,1516,1645,2493,1917,2172,2423,1870,2085,1925,1688,1791,1748,1914,1889,1842,1889,1793,2168,2128,1762,1966,2003,1933,2009,2006,1926,1931,2032,2727,2065,2528,2224,2331,2154,2036,2569,2083,2280,2569,2073,2221,2455,2023,2216,2038,2451,2291,2885,2727,2491,2766,2844,2331,1993,2510,2648,2211,3203,2451,2327,2811,2567,2283,2244,1726,2471,2612,2536,3076,2289,1921,2238,2337,2283,2012,1883,1881,1925,1928,1603,1609,1717,1770,1773,1837,1967,2533,2236,2176,2249,2487,1926,2008,2210,2176,3169,2492,2683,2163,2116,2043,2425,2530,2288,1918,2002,2318,2219,1924,1846,2367,2130,2164,2046,1968,3319,1963,1654,2016,2850,2214,2046,2846,2448,2011,2367,2442,2329,2093,2205,2002,2174,2010,1968,2833,3047,2529,2966,2692,2014,2492,2235,1856,2020,1849,1842,2198,2525,2567,2015,2295,1852,2052,1884,2197,1974,1565,1688,1755,1854,1961,2083,2009,2526,2093,2159,2851,1726,1607,1840,2006,2176,2525,1970,1957,2244,1932,1931,2409,2170,3530,2292,2003,2289,2400,2567,2448,2244,2213,2682,2088,2530,2566,2487,2407,1894,2506,3608,2045,1961,2572,2524,2728,2971,3377,2563,2167,1924,1885,1851,2366,3168,2410,2402,1898,2853,2240,2562,1885,1933,2000,2219,2371,2646,2217,2938,2125,2162,1969,1919,1806,2129,2412,2722,2333,2328,2123,2159,2530,2493,3607,2977,2881,2129,1884,2047,2525,2413,2287,2288,1921,1883,1811,1926,2453,2687,2650,2603,2609,2648,3172,2123,3011,2173,2207,1799,1640,2286,2006,2441,1881,1565,1559,1528,1527,1520,1767,1887,1964,2252,2038,2047,2046,1765,1968,1772,1757,1923,1846,1952,2070,1925,1724,1926,2678,2251,2887,2624,2238,2048,2584,2770,2330,2412,2648,2446,1929,2045,3371,1966,1967,1922,2533,3288,2046,2319,1849,1770,1839,2163,1980,2166,2162,1960,1966,2045,2344,2086,2741,2450,2083,2254,2118,2451,1816,1803,1928,2039,2251,2512,2570,2522,2815,2921,4340,2687,3210,2650,2365,2115,2044,2444,2248,2123,2408,2366,2293,2439,2653,2643,2532,2605,2162,3177,2728,2527,2561,2161,2159,2206,1786,2806,2203,2132,2408,2081,2166,2395,2170,2604,1972,2045,2528,2365,2163,2410,1970,2201,2808,2534,2927,2848,2495,2405,2968,1819,1883,1974,2002,2130,1761,1774,1846,2116,2135,2006,2359,1651,1878,1927,1773,2160,1933,1967,2115,1854,2043,2443,2046,2423,2049,2243,4373,3084,2650,2451,2321,2335,1931,2119,1775,1941,2280,2368,2451,3166,2615,2240,2367,2365,2332,2251,2167,2124,2174,1993,2014,1997,2052,2011,1966,1878,2372,2410,2291,2283,2492,2117,2172,2165,2530,2132,2126,2079,1888,1882,1818,1881,2417,2409,2491,2524,2329,3735,2365,2189,2152,1725,1573,1527,1951,2332,2848,2485,2406,2052,1771,2079,2491,2605,2330,2406,2570,1972,2241,2611,2437,2054,2366,2725,2647,2053,1805,2367,3253,2652,2926,2249,2120,2126,1912,1888,2303,3124,1952,2096,1969,1801,2386,2327,2095,2504,2526,1849,2048,2255,2521,2688,2125,2451,2650,2201,2490,2372,2851,2638,2375,2809,2321,2608,2565,1963,2307,2605,2206,1831,2611,2332,2601,3490,2300,1878,2375,2688,2760,2447,2575,2968,2571,2563,2531,2560,2332,2166,2325,2333,2085,2412,2890,2722,2288,3134,2446,2356,2138,2768,2407,2168,2774,2158,2452,2687,2047,1908,2284,3414,3332,2401,2690,2565,2577,2554,2331,2612,2807,2167,2201,2091,2141,2451,2333,2401,2527,2528,2488,2247,2969,2965,2368,2124,2166,2253,2604,2688,2446,4251,2492,2364,2281,1971,2371,2414,2801,1878,2630,2444,2411,2727,2407,2250,2080,2287,2527,3456,2037,2051,2252,1909,2167,2116,2061,2006,1971,1958,1890,2283,2372,2570,2603,2566,2111,2619,2688,3127,2243,3133,3171,2645,2332,2079,1884,2165,1921,1566,1566,2482,2095,2409,2271,2294,2051,2320,2519,1914,2330,2050,1765,1940,1571,1778,2413,2526,2164,2329,2638,2091,2100,2416,2416,2225,2186,2330,2258,1940,2237,2475,1892,2024,2020,2135,2222,2188,2361,2057,2118,2013,2344,2216,1838,1812,2132,2119,2325,1968,2171,1850,1845,1802,2193,3129,2649,2568,1626,1822,3290,2841,1961,1889,1841,1849,1886,1967,2199,2415,2372,2325,1802,2160,2049,2050,1929,2082,2041,1976,2087,2081,2042,2049,2402,2248,2243,2775,2683,2566,2572,2970,2567,2325,1919,2447,2408,2691,2409,2402,3452,3171,2609,2524,2334,3162,1956,2470,1843,1831,1999,2465,2366,2688,2645,2367,2293,2203,2526,2048,2004,2895,2089,2249,2447,2001,2249,1886,2047,1964,2647,2049,1876,1921,2005,2390,2731,2065,1964,1965,2088,2409,2612,2609,3084,2653,1879,2330,2490,2483,2093,2104,2329,2484,2488,2485,2490,2485,2770,2173,2326,2609,2523,2527,2526,2330,2170,2164,2448,2605,2005,2332,2762,2495,2360,2488,2653,2962,2495,2172,3329,2644,2327,2246,2526,2217,3129,3572,2686,2486,2081,2533,2565,2253,2285,3486,2730,2930,3010,2770,2402,2414,2166,1961,2048,2124,2100,2234,2009,2159,2329,2409,2078,2211,2290,2132,2481,2170,2006,2514,2446,2607,2576,2001,1923,1848,2247,2530,2923,2452,2125,1569,1559,1531,2004,2042,2103,2273,2481,2124,2096,2565,2253,2603,2767,1923,1771,1935,2038,1883,2618,2082,2294,1928,1840,1807,1796,2295,2002,2007,2044,1893,2558,2447,2482,2457,2405,2531,2322,1889,2210,1843,1995,2007,1968,1773,1593,1775,1816,1762,2001,2253,2283,2252,2531,2484,2092,1916,2626,2603,2446,2409,1805,1582,1564,1527,1815,2315,2447,1687,1562,1531,1529,1979,2445,2413,2445,2772,2524,2606,2331,3248,2170,2524,2092,2561,1977,1686,1807,2110,2041,2501,2192,2290,2207,1769,1776,2006,2408,2085,1933,2036,2569,2008,1963,1930,2009,1922,1644,1534,1678,1569,1560,1531,1523,1729,1916,1849,1885,2010,1968,2117,2233,3052,2649,2244,2285,2376,2322,3213,2279,1852,2449,2129,2566,2281,2769,2280,2811,3254,2172,1968,1827,2518,2289,3255,2450,2178,2001,2103,3451,2394,2488,2568,2660,2995,2052,1725,1805,2008,2046,2478,1804,2004,1843,2475,2769,2565,2080,1809,1610,1799,2205,2512,2385,2247,1957,2108,2512,2274,3448,2514,2133,1928,2204,2729,2887,3009,2051,2118,2099,1968,1964,2282,2621,2005,1908,2167,3015,3132,3167,2131,2355,1929,1596,1570,1960,1774,1873,2535,1964,1639,1394,1403,1544,1896,1726,1676,2088,1848,2089,2764,2412,2685,2483,4134,1921,2614,2481,1925,1885,2013,2487,2648,2327,2446,1924,1850,1646,1758,2369,2371,2079,2290,2408,2403,2368,2451,2607,1919,2361,2253,1803,2324,2328,2717,1858,2230,2245,1881,2127,1578,2232,2020,1851,1879,2004,1845,2402,2404,2043,2251,3085,2244,2211,2048,1969,2607,1838,1758,1973,2450,2242,1885,2128,1905,1895,1842,1890,1921,1878,1976,2238,1972,2048,1888,1999,1928,1609,1559,2183,2130,2449,2147,2044,2125,1968,1974,2083,2005,2123,1720,1931,1929,2079,1737,2126,2400,2178,1678,2090,1927,1926,2003,1925,1775,1637,1416,2000,2369,1887,1839,1890,1931,1835,1932,1924,1891,2736,2888,2002,1971,1646,1844,2288,2732,2405,2125,1621,1562,1559,1533,1523,2281,1736,1997,1845,1967,2047,1762,1879,1904,2123,1643,1848,2248,1508,1601,1570,1532,1675,1883,2252,1532,1841,1804,1647,1440,1439,1541,1641,2566,1754,1686,1524,1572,1562,1329,1832,1998,1377,1677,1696,2125,1480,1403,1378,1645,1391,1365,1408,1955,1686,1608,1335,1537,1460,1370,1395,1540,1377,1435,1667,1392,1883,1387,1917,1937,1470,1411,1423,1429,1460,1715,1670,1495,1438,1777,1421,1365,1498,1428,1545,1525,1428,1934,1690,1798,1433,1425,1331,1879,1338,1663,1541,1519,1671,1349,1303,1793,1806,1802,1804,1817,1384,1348,1802,1785,1787,1784,1789,1785,1827,1332,1660,1795,1780,1774,1828,1342,1330,1939,1378,1446,1510,1498,1383,1323,1896,1327,1833,1803,1823,1881,1684,1849,1357,1346,1349,1345,1331,1825,1944,1424,1395,1539,1424,1871,1407,1335,1809,1803,1803,1796,1900,1431,1488,1326,1487,1357,1793,1848,1285,1786,1806,1288,1649,1779,1774,1789,1774,1768,1774,1839,1332,1805,1502,1333,1266,1881,1299,1798,1794,1785,1882,1311,1749,1886,1337,1793,1784,1782,1780,1828,1283,1784,1455,1798,1309,1779,1769,1807,1809,1759,1829,1744,1307,1744,1779,1765,1798,1810,1775,1777,1709,1910,1260,1771,1789,1748,1745,1764,1749,1757,1730,1619,1774,1747,1744,1742,1741,1797,1780,1735,1719,1764,1725,1710,1705,1706,1790,1763,1731,1714,1277,1671,1728,1708,1698,1698,1779,1729,1717,1732,1555,1685,1658,1655,1726,1785,1388,1404,1334,1340,1713,1299,1771,1829,1830,1821,1809,1810,1855,1316,1806,1794,1302,1879,1385,1320,1335,1338,1323,1861,1310,1901,1883,1393,1409,1388,1392,1392,1370,1360,1391,1394,1486,1724,1379,1393,1364,1358,1360,1362,1341,1335,1342,1822,1301,1342,1371,1785,1866,1795,1779,1771,1774,1564,1356,1345,1804,1791,1776,1772,1761,1812,1838,1254,1629,1888,1316,1763,1760,1749,1747,1818,1326,1312,1326,1388,1789,1753,1748,1769,1743,1747,1780,1733,1483,1793,1748,1740,1776,1763,1747,1772,1775,1511,1298,1717,1734,1733,1732,1756,1698,1768,1739,1382,1674,1806,1769,1797,1748,1751,1700,1940,1678,1211,1711,1770,1721,1721,1718,1725,1721,1715,1264,1347,1754,1756,1814,1771,1806,1739,1780,1710,1582,1483,1778,1772,1772,1806,1805,1746,1703,1808,1432,1600,1774,1807,1333,1878,1418,1534,1518,1540,1410,1955,1875,1566,1686,1542,1412,1414,1419,1398,1481,1447,1896,1765,1497,1452,1399,1392,1388,1372,1362,1430,1366,1893,1899,1366,1427,1364,1359,1357,1361,1346,1367,1795,1808,1853,1413,1386,1341,1340,1337,1337,1384,1366,1817,1449,1617,1387,1363,1321,1818,1817,1817,1862,1380,1597,1572,1355,1319,1848,1296,1803,1800,1817,1878,1365,1271,1832,1328,1288,1789,1790,1791,1812,1898,1282,1416,1442,1818,1846,1348,1344,1343,1339,1296,1843,1686,1364,1774,1808,1837,1338,1336,1273,1804,1875,1274,1663,1699,1802,1824,1791,1886,1417,1423,1475,1402,1686,1416,1624,1477,1955,1347,1957,1333,1945,1470,1343,1653,1414,1519,1430,1423,1428,1486,1370,1845,1861,1966,1448,1584,1530,1354,1477,1420,1372,1838,1909,1471,1688,1695,1430,1413,1377,1922,1487,1369,1844,2036,1553,1475,1497,1478,1563,1392,1838,1955,1324,1981,1455,1559,1931,1487,1388,1876,1386,1387,1318,1902,1342,1334,1272,1915,1776,1888,1387,1380,1378,1380,1361,1396,1317,1762,1841,1796,1784,1815,1331,1336,1330,1460,1283,1456,1652,1813,1823,1266,1765,1760,1760,1813,1269,1530,1637,1693,1713,1713,1700,1702,1700,1811,1803,1651,1486,1271,1525,1277,1768,1757,1839,1396,1452,1381,1829,1330,1587,1385,1375,1868,1498,1422,1434,1417,1804,1874,1644,1391,1324,1373,1356,1375,1351,1360,1396,1398,1481,1641,1843,1517,1384,1335,1350,1835,1834,1926,1778,1540,1883,1313,1796,1827,1352,1358,1358,1405,1389,1525,1959,1523,1378,1293,1826,1377,1360,1360,1349,2017,1716,1438,1839,1280,1838,1833,1835,1834,1879,1457,1332,1348,1855,1343,1380,1388,1362,1405,1359,1400,1391,1265,1917,1921,1449,1331,1346,1387,1400,1361,1443,1342,1372,1381,1333,1684,1858,1322,1838,1834,1832,1845,1463,1477,1741,1779,1813,1343,1834,1926,1361,1373,1440,1517,1435,1337,1348,1537,1307,1820,1356,1331,1833,1842,1415,1544,1383,1332,1324,1408,1352,1831,1830,1864,1368,1362,1377,1886,1324,1778,1818,1811,1817,1821,1925,1469,1282,1890,1268,1798,1832,1353,1384,1532,1514,1477,1548,1800,1408,1322,1824,1337,1831,1847,1333,1970,1836,1470,1858,1347,1347,1362,1358,1373,1358,1445,1354,1743,1402,1350,1446,1359,1817,1357,1369,1358,1332,1931,1376,1348,1535,1339,1301,1834,1363,1374,1379,1359,1362,1890,1895,1768,1422,1295,1866,1355,1333,1907,1343,1828,1456,1411,1347,1342,1356,1318,1824,1808,1836,1390,1344,1754,1252,1892,1275,1850,1443,1357,1350,1830,1944,1311,1428,1631,1491,1787,1338,1338,1835,1834,1523,1822,1483,1762,1808,1782,1824,1327,1829,1855,1417,1335,1558,1536,1868,1334,1806,1396,1380,1888,1313,1822,1360,1529,1450,1400,1471,1369,1394,1385,1383,1382,1413,1411,1426,1374,1725,1479,1406,1380,1402,1403,1400,1391,1470,1525,1875,1810,1461,1422,1526,1509,1516,1515,1505,1477,1424,1387,1376,1491,1293,1829,1841,1373,1362,1364,1357,1329,1790,1330,1882,1431,1486,1451,1403,1422,1422,1421,1450,2145,1771,1385,1447,1449,1498,1425,1413,1422,1429,1446,1677,1631,1923,1392,1453,1402,1422,1419,1435,1423,1503,1885,1326,1916,1418,1362,1396,1393,1407,1393,1392,1414,1443,1617,1892,1393,1426,1413,1394,1406,1394,1394,1391,1327,1396,1495,1376,1334,1424,1423,1432,1421,1423,1436,1447,1409,1428,1518,1404,1392,1372,1418,1421,1420,1416,1420,1597,1529,1650,1372,1429,1605,1495,1478,1475,1476,1475,1502,1520,1507,1495,1981,1512,1375,1409,1460,1578,1501,1579,2118,1612,1914,1571,1624,1710,1567,1498,1478,1408,1658,1517,1919,1790,1560,1628,1475,1531,1633,1670,1872,1445,2085,1565,2095,1599,1586,1493,1533,1416,1599,1379,1516,1570,1369,1631,1675,1495,1554,1558,1429,1679,1456,1779,1585,1425,1474,1440,1403,1408,1400,1408,1578,1767,1439,1485,1519,1481,1457,1406,1405,1405,1453,1629,1811,1565,1532,1440,1445,1386,1338,1827,1781,1443,1463,1466,1376,1468,1283,1871,1277,1857,1357,1389,1356,1433,1386,1339,1795,1844,1837,1835,1852,1338,1425,1831,1759,1384,1325,1844,1836,1836,1836,1863,1363,1494,1539,1300,1931,1309,1814,1875,1314,1839,1350,1648,1624,1769,1796,1788,1788,1787,1787,1831,1307,1280,1645,1783,1767,1824,1770,1774,1786,1855,1331,1380,1692,1814,1761,1757,1760,1821,1391,1363,1403,1603,1398,1331,1844,1813,1827,1823,1824,1981,1347,1719,1359,1304,1836,1802,1803,1803,1801,1915,1333,1562,1711,1312,1326,1789,1783,1784,1783,1815,1331,1516,1580,1786,1771,1772,1772,1768,1825,1450,1276,1512,1468,1700,1771,1747,1766,1758,1759,1754,1876,1378,1825,1275,1740,1772,1786,1830,1352,1242,1824,1513,1387,1745,1776,1745,1771,1771,1716,1781,1848,1419,1780,1754,1737,1738,1733,1755,1763,1778,1516,1222,1724,1686,1701,1700,1700,1755,1734,1740,1488,1608,1676,1670,1673,1672,1670,1681,1697,1747,1313,1407,1419,1731,1731,1748,1816,1825,1581,1485,1563,1828,1563,1513,1600,1500,1449,1412,1455,1459,1451,1452,1739,1601,1572,1726,1756,1603,1555,1602,1473,1625,1466,1903,1995,1953,1431,2160,1629,1364,1346,1405,1665,1724,1911,1680,1937,2189,1781,1500,1447,1633,1727,2036,1775,1378,1435,1455,2028,1524,1444,1504,2073,1553,1483,1631,1428,2049,1429,1955,1398,1451,1614,1741,1781,1702,1399,1868,1891,1391,1556,1367,1696,1484,1476,1450,1326,1818,1966,1387,1739,1435,1332,1513,1561,1297,1860,1353,1354,1376,1285,1692,1411,1403,1764,1373,1606,1775,1741,1885,1608,1442,1354,1842,1637,1486,1486,1825,1786,1658,1887,1343,1813,1832,1376,1379,1587,1412,1840,1409,1797,1793,1790,1879,1271,1779,1324,1747,1765,1779,1779,1780,1824,1253,1276,1683,1745,1826,1785,1782,1779,1749,1741,1837,1640,1403,1796,1813,1809,1813,1808,1832,1824,1295,1514,1793,1773,1829,1826,1825,1774,1837,1807,1278,1180,1771,1798,1808,1762,1762,1817,1770,1772,1663,1737,1804,1791,1822,1748,1782,1819,1787,1302,1739,1798,1783,1816,1784,1780,1750,1807,1779,1390,1756,1779,1815,1811,1820,1763,1783,1708,1454,1567,1689,1747,1804,1878,1408,1570,1486,1506,1363,1519,1448,1504,1447,1400,1392,1395,1390,1388,1366,1399,1354,1451,1365,1941,1422,1366,1362,1360,1360,1341,1395,1408,1761,1483,1816,1838,1405,1420,1513,1418,1505,1441,1474,1382,1427,1670,1692,1548,1490,1384,1381,1382,1382,1463,1644,1781,1484,1514,1498,1403,1383,1381,1359,1354,1402,1428,1309,1502,1409,1414,1392,1523,1387,1374,1370,1390,1493,1560,1351,1607,1424,1454,1421,1398,1396,1399,1394,1518,1393,1858,1378,1864,1276,1902,1387,1378,1385,1379,1333,1464,1778,1659,1430,1463,1432,1404,1400,1399,1400,1395,1472,1449,1403,1804,1466,1595,1395,1450,1445,1443,1520,1472,1367,1738,1766,1475,1511,1451,1454,1438,1455,1435,1442,1458,1626,1913,1460,1470,1435,1412,1521,1442,1442,1459,1875,1307,1849,1386,1421,1411,1431,1456,1423,1362,1494,1509,1379,1392,1455,1428,1522,1433,1430,1456,1453,1513,1490,1511,1362,1553,1595,1519,1480,1433,1396,1382,1382,1486,1548,1310,1929,1534,1435,1401,1403,1430,1433,1511,1439,1893,1800,1509,1470,1472,1415,1395,1383,1380,1518,1552,1380,1335,1486,1418,1430,1405,1368,1360,1361,1360,1462,1426,1431,1272,1903,1398,1394,1368,1365,1399,1411,1439,1589,1660,1346,1532,1602,1483,1422,1413,1394,1382,1381,1396,1411,1697,1324,1369,1480,1435,1391,1439,1540,1413,1439,1505,1796,1664,1515,1531,1471,1435,1432,1453,1435,1389,1563,1608,1771,1409,1407,1423,1513,1419,1411,1412,1571,1557,1931,1951,1594,1476,1434,1444,1434,1411,1412,1476,1363,1555,1550,1386,1472,1435,1403,1383,1382,1400,1403,1482,1432,1555,1321,1422,1464,1450,1433,1412,1412,1411,1460,1532,1574,1602,1501,1549,1471,1432,1413,1391,1382,1575,1489,1822,1378,1384,1412,1461,1432,1431,1435,1432,1540,1597,1619,1498,1452,1380,1582,1460,1422,1413,1482,1512,1585,1504,1484,1560,1600,1629,1612,1526,1521,1642,1529,1660,1631,1705,1552,1699,1483,1434,1411,1415,1430,1595,1505,1639,1553,1500,1592,1478,1457,1434,1411,1412,1586,1503,1360,1813,1454,1531,1476,1415,1383,1401,1411,1572,1532,1726,1498,1390,1452,1426,1405,1384,1384,1384,1562,1575,1520,1717,1361,1627,1429,1422,1412,1411,1411,1409,1486,1774,1326,1528,1481,1459,1433,1432,1433,1412,1412,1538,1494,1433,1765,1556,1430,1420,1411,1410,1423,1459,1511,1512,1533,1524,1429,1480,1402,1441,1454,1456,1452,1602,1584,1874,1526,1514,1590,1452,1456,1455,1434,1449,1493,1507,1815,1449,1430,1525,1487,1629,1570,1549,1549,1594,1485,1476,1360,1595,1427,1930,1667,1675,1483,1485,1466,1646,1482,1448,2094,1597,1591,1717,1787,1796,1857,1560,1615,1750,2120,1797,1671,1526,1565,1858,1940,2028,2239,1951,2148,2010,1713,1836,2086,2122,2212,2042,2041,2043,2091,2061,2044,2251,3131,2804,2569,2517,2344,2689,2488,2286,2166,2564,2337,2641,2485,2527,2415,2649,2887,2526,2723,2250,2565,2531,2770,2733,2488,1856,2243,2249,2122,2451,2486,2773,2562,2258,2120,2122,2369,2406,3207,2373,2241,2170,2443,2090,2773,1807,1931,2159,2689,2568,2205,2407,2049,2450,2483,2203,1933,1959,1926,2324,2332,2528,2288,2136,2040,2332,2311,2257,2007,2160,2009,2119,2606,2132,2246,1808,1848,1997,2387,2212,2335,2321,2085,2284,2247,2888,2585,2212,2089,1801,2452,2283,1768,1596,1534,1640,1849,1797,1765,1852,1727,2078,2285,1711,1652,1548,1408,1482,1622,1881,1896,1678,1891,2265,1689,1542,1482,1639,1703,1783,1320,1898,1404,1366,1407,1521,1475,1418,1286,1886,1579,1422,1387,1406,1269,1834,1515,1384,1302,1763,1863,1444,1308,1258,1727,1712,1751,1847,1303,1851,1221,1807,1418,1769,1284,1717,1878,1703,1987,1308,1804,1807,1359,1681,1941,1497,1516,1827,1380,1494,1539,1470,1395,1381,2045,1688,1381,1342,1333,1980,1373,1846,1633,1636,1913,1412,1353,1839,1958,1435,1456,1504,1409,1331,1659,1385,1382,1389,1387,1386,1336,1885,1291,1842,1446,1687,1347,1309,1793,1855,1290,1789,1795,1867,1736,1493,1825,1331,1776,1772,1771,1818,1325,1343,1567,1469,1834,1292,1850,1261,1758,1758,1781,1746,1232,1436,1760,1768,1742,1739,1740,1866,1211,1759,1228,1343,1783,1783,1744,1725,1724,1724,1747,1804,1518,1326,1701,1718,1714,1740,1836,1359,1366,1385,1281,1578,1425,1746,1334,1860,1836,1836,1815,1859,1380,1231,1810,1837,1252,1818,1812,1811,1792,1915,1285,1401,1351,1900,1371,1351,1795,1789,1775,1797,1787,1560,1741,1851,1249,1784,1868,1444,1343,1909,1407,1559,1594,1528,1356,1859,1334,1841,1752,1811,1793,1892,1492,1515,1367,1331,1882,1314,1793,1789,1884,1388,1673,1649,1342,1821,1844,1829,1835,1841,1843,1337,1783,1642,1765,1803,1825,1796,1796,1819,1815,1803,1417,1733,1759,1747,1759,1761,1775,1790,1813,1387,1302,1768,1761,1760,1776,1754,1766,1764,1797,1704,1790,1773,1830,1789,1786,1781,1801,1812,1425,1770,1768,1794,1774,1769,1785,1767,1795,1378,1176,1756,1757,1766,1768,1766,1767,1772,1782,1335,1190,1739,1762,1757,1760,1758,1767,1843,1307,1677,1262,1714,1754,1769,1721,1742,1673,1792,1789,1410,1628,1722,1835,1795,1975,1369,1930,1356,1978,1265,1438,1745,1426,1317,1899,1350,1295,1898,1331,1892,1408,1358,1959,1359,1260,1812,1810,1810,1850,1440,1334,1790,1867,1338,1813,1801,1791,1790,1803,1867,1367,1658,1793,1785,1777,1774,1771,1815,1389,1352,1451,1539,1817,1346,1766,1759,1786,1767,1767,1822,1523,1894,1772,1749,1748,1746,1769,1815,1330,1742,1393,1782,1775,1742,1770,1772,1770,1747,1783,1660,1298,1774,1782,1736,1916,1360,1386,1375,1432,1287,1578,1293,1995,1453,1277,1841,1837,1834,1819,1383,1552,1370,1410,1347,1329,1814,1809,1809,1849,1386,1316,1775,1787,1352,1319,1794,1788,1788,1775,1867,1337,1872,1485,1317,1802,1782,1773,1834,1331,1353,1301,1388,1653,1817,1352,1269,1760,1758,1749,1769,1813,1257,1476,1412,1757,1753,1749,1747,1770,1726,1859,1226,1415,1466,1764,1743,1769,1734,1731,1826,1296,1679,1459,1747,1710,1691,1685,1685,1724,1685,1710,1697,1425,1773,1774,1711,1710,1925,1332,1426,1861,3521,2784,2347,2121,2267,2158,2519,2558,2495,2487,2731,2779,2720,2872,2646,2452,2671,2647,2786,2853,2576,2241,2355,2364,2354,2212,2506,2574,2563,2402,2412,2408,2167,2071,1772,2080,1915,2325,2692,1996,2065,2849,2282,1859,1947,2061,1966,2472,1954,2012,1918,1970,1921,2046,1959,1783,2294,2068,1926,1735,1802,1958,1977,2096,1964,1813,2053,1651,1647,1667,1825,2258,2459,1893,1817,1971,2105,2203,2310,1907,1870,1837,1687,1657,1586,1531,1578,1771,1818,1734,1733,1699,1680,1907,1855,1935,1806,2047,1540,1616,1816,1868,1604,1567,1559,1440,1565,1586,1490,1399,1759,1613,1532,1621,1672,1515,1594,1542,1809,1426,1508,1774,1583,1867,1516,1614,1680,1582,1359,1532,1520,1583,1515,1300,1837,1578,1456,1553,1469,1324,1908,1363,1839,1805,1459,1717,1425,1712,1388,1321,2001,1427,1489,1368,1803,1859,1781,1287,1853,1336,1856,1360,1293,1782,1947,1505,1433,1371,1948,1491,1392,1870,1856,1885,1466,1683,1617,1415,1356,1819,1814,1820,1804,1854,1315,1559,1637,1367,1402,1362,1366,1365,1378,1340,1373,1400,2181,2225,1953,2197,2051,1968,2220,2491,2423,1793,1801,1647,2210,1682,1674,1889,2158,2247,1891,1573,1589,1873,1568,1588,1619,1748,1566,1622,1605,1861,1563,1429,1497,1501,1495,1438,1408,1569,1573,1544,1498,1380,1474,1542,1702,1445,1374,2011,2004,1459,1849,1529,1374,1846,1843,1839,1814,1826,1254,2019,1461,1310,1864,1305,1808,1872,1389,1401,1779,1508,1448,1383,1380,1472,1383,1578,1437,1340,1779,1809,1827,1344,1890,1350,1347,1349,1286,1396,1405,1297,1761,1759,1827,1823,1983,1320,1778,1802,1471,1333,1458,1317,1788,1919,1272,1923,1271,1934,1439,1399,1868,1327,1816,1975,1320,1789,1816,2022,1313,1868,1883,1324,1797,1953,1299,1918,1261,1945,1424,1276,1853,1408,1464,1420,1428,1395,1408,1395,2008,1347,1883,1297,1251,1781,1792,1776,1770,1776,1786,1865,1349,1294,1282,1756,1779,1835,1387,1322,1846,1850,1341,1343,1332,1864,1360,1339,1313,1804,1829,1818,1329,1918,1361,1503,1555,1329,1996,1439,1451,1417,1897,1478,1445,1324,1849,1384,1329,1800,1910,1292,1846,1316,1815,1794,1871,1327,1786,1777,1261,1823,1775,1810,1783,1777,1802,1808,1770,1830,1299,1804,1898,1385,2546,1960,1942,1953,2053,1950,1998,1908,1832,2028,2029,2103,1877,1830,1704,2234,1813,1577,1838,1645,1728,1721,1650,1649,1871,1868,1912,1379,1447,1496,1955,1498,1476,1773,1497,1635,1528,1567,1497,1504,1436,1682,1411,1409,1410,1409,1517,1535,1774,1661,1888,1603,1953,1350,1850,1988,1471,1724,1425,1500,1424,1342,1829,1980,1525,1495,1796,1583,1511,1450,1433,1367,1906,1910,1371,1481,1404,1420,1368,1347,1775,2114,1321,1571,1314,1817,1809,1796,1791,1787,1818,1399,1844,1303,1800,1793,1774,1772,1831,1265,1620,1330,1322,1304,1787,1759,1759,1728,1781,1795,1452,1558,1809,1755,1749,1748,1747,1763,1795,1552,1419,1783,1763,1743,1740,1743,1774,1843,1309,1236,1340,1760,1724,1736,1733,1731,1749,1793,1796,1455,1360,1761,1780,1734,1763,1719,1763,1804,1768,1652,1352,1352,1698,1716,1713,1717,1688,1767,1787,1219,1207,1731,1767,1716,1852,1379,1385,1366,1313,1923,1784,1388,1389,1328,1876,1305,1847,1345,1342,1314,1870,1355,1595,1826,1271,1823,1318,1813,1814,1813,1987,1331,1668,1303,1818,1799,1796,1790,1788,1869,1329,1609,1562,1302,1270,1776,1771,1772,1770,1777,1796,1687,1463,1817,1286,1762,1758,1815,1773,1795,1336,1706,1382,1810,1773,1752,1750,1747,1746,1742,1850,1413,1348,1777,1773,1745,1770,1768,1771,1809,1711,1478,1766,1756,1739,1732,1762,1745,1781,1779,1286,1696,1758,1763,1729,1719,1718,1734,1751,1748,1462,1589,1736,1716,1729,1731,1713,1712,1760,1783,1456,1710,1727,1718,1716,1717,1726,1729,1762,1636,1152,1697,1715,1712,1805,1348,1343,1365,1321,1947,1375,1591,1502,1356,1358,1335,1897,1364,1340,1333,1500,1416,1319,1366,1375,1341,1454,1365,1363,1341,1325,1918,1418,1334,1467,1582,1903,1328,1337,1336,1320,1817,1908,1387,1366,1358,1771,1273,1802,1817,1948,1306,1801,1888,1346,1427,1601,1831,1853,1853,1852,1852,1873,1417,1460,1408,1831,1313,1806,1751,1746,1784,1832,1750,1252,1410,1721,1713,1698,1696,1694,1700,1729,1777,1186,1559,1707,1705,1686,1712,1712,1827,1348,1233,1802,1553,1779,1702,1692,1859,1407,1465,1544,1553,1641,1490,1589,1637,1665,1422,1480,1449,1421,1381,1367,1366,1643,1782,1504,1596,2239,1598,1545,1638,1534,1490,1683,1819,1698,1910,2140,1632,1514,1734,1599,1570,1820,2027,2123,2131,2021,1721,1644,1552,1505,1762,2034,1845,2030,1493,2033,1456,1957,1507,1505,1993,1612,1954,1494,1587,1430,1422,2004,1610,1882,1499,1475,1737,1514,1871,1329,1886,1367,1485,1443,1677,1538,1328,1415,1840,1815,1827,1932,1595,1420,1803,1605,1356,1773,1856,1378,1444,1803,1435,1408,1342,1422,1508,1365,1780,1827,1698,1803,1758,1834,1343,1317,1717,1288,1856,1294,1919,1264,1736,1882,1344,1647,1432,1583,1903,1305,1745,1785,1767,1867,1439,1184,1783,1316,1695,1742,1747,1759,1744,1768,1828,1160,1657,1714,1779,1776,1770,1771,1788,1867,1272,1206,1752,1890,1310,1412,1345,1368,1387,1414,1380,1503,1422,1818,1539,1959,1466,1465,1373,1369,1360,1360,1359,1379,1408,1397,1809,1366,1475,1609,1438,1377,1360,1455,1378,1504,1575,1755,2115,1543,1585,1504,1502,1478,1483,1438,1658,1558,1545,1685,1592,1765,1628,1550,1543,1746,1709,1723,1649,1991,1698,1584,2140,1736,1631,1561,2144,1572,1404,1789,1477,2170,1575,1622,2317,1726,2102,1935,1820,1795,1854,2087,1865,2220,1776,1738,1358,1632,2011,1786,1584,1779,1970,1672,1380,2029,1473,1528,1677,1570,1767,1446,1548,1493,1577,1554,1585,1571,1472,1483,1749,1526,1608,1525,1816,1452,1420,1538,1353,1416,1427,1445,1415,1404,1421,1599,1571,1514,1386,1370,1372,1414,1387,1894,1395,1867,1506,1323,1518,1462,1279,1900,1372,1988,1344,1871,1763,1419,1455,1340,1413,1844,1848,1934,1334,1852,1399,1848,1830,1313,1778,1776,1776,1806,1811,1786,1945,1297,1391,1280,1819,1357,1348,1837,1920,1389,1892,1408,1355,1384,1349,1371,1361,1360,1350,1846,1371,1863,1806,1346,1896,1333,1826,1885,1305,1802,1819,1583,1871,1380,1330,1820,1812,1794,1787,1812,1874,1309,1794,1923,1361,1369,1806,1796,1806,1766,1426,1303,1735,1804,1361,1783,1769,1761,1745,1763,1380,1722,1740,1768,1756,1768,1770,1761,1754,1831,1779,1749,1699,1805,1315,1831,1827,1791,1888,1371,1830,1706,1777,1812,1793,1766,1769,1754,1826,1809,1745,1819,1820,1804,1800,1790,1804,1873,1824,1701,1795,1817,1792,1790,1781,1787,1806,1801,1787,1785,1765,1720,1713,1722,1734,1776,1725,1712,1689,1725,1865,1382,1363,1359,1377,1348,1306,1757,1843,1337,1462,1564,1261,1841,1341,1323,1815,1830,1305,1770,1825,1264,1790,1823,1816,1399,1357,1321,1313,1301,1868,1345,1869,1313,1807,1337,1272,1771,1748,1796,1785,1797,1309,1837,1803,1762,1758,1805,1315,1310,1819,1776,1376,1788,1748,1746,1743,1746,1816,1760,1743,1761,1793,1758,1770,1768,1758,1690,1797,1740,1743,1826,1801,1737,1732,1731,1720,1745,1734,1684,1750,1759,1734,1756,1720,1747,1723,1768,1720,1721,1817,1724,1713,1735,1714,1717,1792,1742,1677,1706,1719,1687,1683,1716,1747,1784,1728,1708,1665,1738,1765,1712,1707,1709,1664,1720,1713,1717,1693,1793,1750,1711,1708,1710,1731,1715,1719,1656,1806,1766,1711,1708,1709,1703,1732,1761,1707,1722,1793,1718,1708,1708,1710,1742,1782,1734,1721,1688,1775,1744,1781,1738,1704,1776,1781,1746,1684,1790,1753,1726,1779,1770,1829,1761,1750,1795,1896,1303,1781,1780,1765,1729,1819,1802,1773,1703,1793,1750,1786,1771,1788,1724,1747,1735,1684,1645,1723,1700,1693,1688,1702,1735,1736,1742,1676,1716,1735,1719,1744,1769,1815,1775,1772,1773,1694,1774,1769,1756,1764,1746,1752,1767,1773,1706,1742,1736,1737,1894,1873,1873,1880,2287,2225,1843,2158,2024,2027,1809,2339,2121,2348,2183,2144,2332,1932,1754,1606,1785,1804,2014,1546,1857,2308,1822,1684,1815,1624,2029,1685,2134,1738,1541,2113,1591,1601,1575,1544,1669,1672,1581,1535,1549,1723,1569,1544,1441,1433,1500,1686,1705,1866,1906,1655,1539,1481,1406,1395,1511,1314,1458,1382,1553,1507,1550,1478,1378,1402,1393,1377,1442,1973,1491,1602,2000,1762,1480,1545,1561,1482,1343,1770,1805,1400,1444,1392,1630,1355,1347,1358,1346,1344,1686,1481,1380,1397,1351,1369,1337,1334,1412,1340,1335,1336,1494,1705,1318,1892,1421,1405,1408,1402,1434,1467,1383,1375,1369,1391,1580,1418,1341,1416,1408,1359,1409,1495,1471,1365,1327,1449,1449,1385,1376,1410,1352,1358,1859,1519,1444,1467,1467,1478,1403,1622,1567,1760,1573,1417,1497,1612,2188,1717,1681,1656,1970,2085,2084,1925,2027,1964,1767,2105,2675,2878,2702,2646,3169,3607,1967,3210,2369,2521,2007,2011,2204,1892,2079,2453,2969,3129,2522,2328,2613,2609,2642,2288,2565,2448,2002,2289,2446,3134,2644,2363,2370,2088,2934,2414,2537,2435,2762,2451,2487,3365,2130,2450,2396,2541,2207,2005,2421,4012,3575,2679,3091,2293,2365,2170,2163,1894,1823,1800,1804,2125,2361,2730,2610,4015,2647,2844,3011,2375,2400,2763,2573,1763,2447,2327,2362,2046,2054,2482,2569,2486,2847,2534,2484,2486,2363,2571,2568,3827,2382,2652,2041,2528,2247,2169,2522,2290,1731,1681,1635,2054,2092,2008,2968,2013,2441,2526,2405,2333,2527,3651,2399,2010,1720,2046,2737,2518,2520,2483,2166,2045,1728,1886,1964,2368,2362,2207,2611,2486,2450,2408,1963,1946,3191,2327,2326,2168,1968,2361,2374,2400,2373,2447,2080,1935,1925,2762,2407,2454,2283,2970,2373,3050,2646,2568,2568,2484,2285,3616,2402,2494,2690,2160,2405,2534,2331,2014,1978,2609,2768,3051,1811,1799,2939,2071,2609,2841,2771,2484,2574,2728,2441,2896,2969,2568,2761,2367,2412,2245,2645,3253,2770,2411,2407,2321,2246,2247,2215,2082,2174,2483,2165,2561,2049,2125,1729,1906,1892,1920,1807,1928,2324,1729,1637,1601,1886,2392,2045,2339,2052,2160,2215,2539,2159,1977,1965,2241,1689,1850,2084,1877,2052,2130,2000,2562,3891,2763,2609,2774,2604,2527,2807,2248,2289,2171,2203,2052,1764,2259,2003,1931,2128,2240,2331,2449,2366,2207,2650,3165,2725,2568,2333,2369,2127,2049,2203,1968,2528,3324,2255,2408,2362,2812,2565,2490,2526,2527,2523,2455,2882,2888,2294,2485,2405,2449,2731,2562,2375,2489,1766,1995,1969,2043,1925,2411,1882,2059,2000,1889,2504,3453,2846,2646,2365,2334,2488,2161,2326,2808,2288,2290,2144,1806,2294,2567,2371,2287,1908,2827,2483,2650,2081,1972,1932,1999,1804,1649,1804,1810,2285,2257,2531,2608,2570,2075,2255,4293,2532,2485,2292,1960,1962,2089,2364,2128,2209,1976,2154,2368,2482,2063,2329,2296,2063,2538,2572,2408,2571,3282,2525,2451,2323,2209,2081,2413,2364,3055,2293,2398,2045,1929,2214,2162,2267,2408,2407,2608,2402,2013,1935,2529,2395,1977,2118,1729,1677,2007,2176,2279,1765,1568,1561,2496,1775,1625,2250,1662,2172,2132,2211,2440,2051,2934,2164,2365,2364,2449,2167,2045,1884,1970,2359,1988,2244,1760,1797,1771,1768,2080,2002,1849,1802,1964,2123,2171,2242,2138,1887,1965,1921,1810,2286,2252,1804,1682,2125,1723,1853,1918,1888,2339,2125,2038,2332,2054,2519,2572,2520,2178,2561,2252,1919,2009,1656,1884,2461,2605,2763,2286,1996,1732,1644,1609,1759,1843,1851,1931,1966,2244,2088,1924,1890,2083,2449,2172,2358,2177,2118,1600,1567,1680,1531,1645,1766,2011,1685,1718,1767,1928,1917,1524,1521,1495,1643,1841,1814,1647,1598,2009,1598,2130,1717,1890,2081,1534,1915,2010,1805,1928,2190,1764,2641,2413,2599,2420,2127,2805,3170,2447,2084,2011,1885,1932,1913,1887,2051,2082,2658,2286,2483,2800,2716,2247,2293,1927,1963,1969,1919,2412,2603,2208,2331,2446,2527,2607,2491,2567,2444,2164,3297,2722,2574,2963,2808,2330,3168,2175,1997,1883,1625,1841,1969,2236,2644,2415,2521,2894,2688,2489,2814,2240,2252,2083,2246,2534,1965,2484,2211,1887,1877,1927,2298,2195,1976,1920,1969,2364,2218,2327,2288,2485,1929,1938,1846,1684,1839,2183,2732,2478,2048,1839,1809,1798,1609,1736,1889,2601,2487,2414,2444,2284,2459,2401,2137,2809,2206,1767,1927,2122,2086,1923,2297,2445,2522,2093,2008,1888,1665,1604,2273,2406,2105,2045,1935,2120,2292,1964,2488,1921,1924,1645,2046,1737,1959,1853,1957,1969,2451,2612,2407,2280,1776,2945,2253,2080,1687,1765,1933,1919,2205,1937,2157,2250,1959,1842,1849,1676,1722,1644,1720,1648,1809,1724,1738,1827,1700,1715,1929,2051,2036,2053,2160,2174,1884,2122,2287,2085,1924,1850,1924,2004,2134,2082,2322,2576,1999,2090,1802,2089,2084,2123,1936,3428,2763,2729,2343,2279,2115,2045,1961,1813,2278,2216,1960,1969,1840,2846,2419,2642,1993,2004,2006,2043,1730,2129,1802,1919,1969,2052,1685,2085,1805,2126,2246,2048,1723,1514,1448,1445,1722,1640,1895,1724,1722,1800,1813,1719,1721,2011,1643,1682,1644,1764,1822,1626,1613,1615,1603,1631,1646,1562,1656,1642,1648,1515,1537,1568,1482,1463,1461,1475,1701,1468,1537,1515,1519,1927,1494,1396,1803,2074,1453,1450,1711,1568,2128,1561,1572,1849,1513,1523,1531,1538,1637,1600,1491,1967,1592,1577,1674,1657,2084,1550,1450,1688,1524,1766,1802,1695,1683,1692,1800,1874,2292,1532,1521,1559,1696,1972,1930,2238,2053,2752,2285,2651,2327,2044,1946,2241,2648,2251,2734,2047,2128,2124,2765,3088,2085,2252,1846,2134,2487,2405,2456,2610,2412,2444,2731,2047,2078,2334,2966,2651,2403,2491,3410,2691,2334,2723,2488,2529,2449,2410,2488,2368,2764,2331,2366,1568,1786,2285,2056,2117,1972,2081,1923,1849,1844,2166,2289,1881,2017,2045,2075,1976,2210,1962,2206,2009,2397,2364,2649,3173,2211,2083,2148,2448,2291,2565,2407,3610,2850,2891,2484,2047,2453,2051,2796,2608,2127,1929,1840,1774,1846,2247,2058,2356,2199,2486,2214,2085,2649,3492,2015,2383,2081,2292,2332,2039,2768,2608,1841,1812,1882,1851,1839,1681,2685,3120,2251,2394,2139,1816,1838,2002,1846,1730,1678,1570,1761,1926,2138,1959,1887,2549,2979,2519,2537,2373,2425,2645,1946,2093,2085,2131,2127,1925,2381,1861,2044,1939,1885,2721,1885,1540,1629,1685,1502,1762,2112,1766,1967,2102,1593,2003,1850,1728,1804,1762,1601,1606,1727,2082,1888,1684,2020,1440,1439,1409,1365,1360,1360,1359,1606,1404,1566,1526,1569,1635,1608,2054,1643,1528,1535,1640,1464,1620,1674,1966,2045,1607,1537,1513,1381,1395,1637,1604,1564,1604,1887,2045,1600,1575,1661,1538,1624,2388,1756,1726,2120,1857,1487,1555,1689,1531,1796,1570,1652,1590,1690,1449,1455,1604,1637,2022,1689,1671,1734,1563,1471,1784,1438,1469,1442,1376,1819,1444,1528,1481,1551,1615,1455,1534,1438,1475,1682,1703,1521,1725,1888,1592,1882,1780,1758,1688,1720,1651,2087,1794,1736,2047,1757,1644,1608,1957,2051,1961,2178,2008,2074,1930,1809,2130,2001,1850,2127,2443,2172,2010,2521,2732,2405,2446,2172,2722,2291,2419,3926,2210,1930,2490,1687,2001,1883,2047,2043,1806,1764,2096,1716,1550,1557,1492,1604,1711,1941,1522,1518,1931,2039,1649,1755,2008,1816,2145,1619,1845,1800,2094,1435,1401,1372,1558,1763,1729,1730,1685,1681,1684,1639,1609,1617,1634,1770,1596,1662,1766,2436,1816,1678,1687,1683,1813,1918,1847,2247,1840,1810,1999,1724,2089,2525,1974,1726,1802,1809,1726,2037,2172,2604,2569,2117,1987,1920,2046,2985,2967,2221,2370,2161,2045,2050,1977,2627,2770,2132,1748,1940,2850,2483,2409,2249,2568,2650,2725,2089,2612,2402,2688,2041,2370,2366,2409,3006,2722,2251,2205,2122,2016,2108,2053,1802,1990,1949,2541,2368,2688,2565,2242,2112,2260,2126,1699,1929,2184,2085,2005,2068,1997,1928,1806,1936,2002,2082,2484,1736,1962,2200,2253,2768,2251,2403,2887,2653,2410,2324,2250,2359,2526,2806,2366,2129,2055,1962,1922,1806,1973,2006,2368,2237,2280,2049,2493,2774,2519,2486,2032,2009,2003,2040,1978,1763,2081,2314,2390,1662,2048,1814,1840,2004,2083,2063,2491,2360,2523,3050,2334,2038,2073,2465,2276,2167,1902,1927,2163,2007,2615,2009,2004,2041,2013,1964,1796,1855,1803,1799,2013,2046,2001,1970,1851,1958,2042,2058,1998,2205,1773,1957,1975,2046,2249,2116,1934,2129,2964,1920,2135,2122,1885,1786,1838,1615,1526,1684,1632,1525,1489,1644,2090,1923,1969,1963,1808,1928,1883,2041,2291,2041,2097,2246,2201,2088,2531,2119,2371,1688,2058,2122,2186,2083,1852,2110,2647,2488,2008,2445,2606,2854,2684,2889,2327,2612,2373,2554,3055,2685,2654,2196,2088,2328,2355,1932,2007,2158,2323,1963,2186,2436,2371,2405,1772,1932,1849,1758,1968,1960,2494,1968,1969,2384,2216,1924,2221,2130,2128,2166,1972,2119,2005,1932,2015,2019,1957,1939,1759,2008,2002,2208,2051,2040,2092,2199,1930,1847,2293,2406,2725,3896,2175,2278,2123,2650,2372,2444,2548,2203,2530,1925,2325,2208,2087,2287,1965,1995,2045,2221,1939,2687,2367,2648,1924,2366,2135,2607,1916,2097,2427,2654,2535,2206,2042,2409,2487,2109,2489,2251,2193,1892,1882,2011,2125,1809,1728,2197,1770,1729,1843,1851,1799,1564,1595,1620,1721,1720,1601,1926,1842,2215,1694,1717,1750,1957,2175,2116,2052,2081,1977,1722,1805,1689,2246,2040,2053,2081,1810,1921,1921,1935,1927,2003,2119,1857,1797,2048,2010,1915,1849,2010,2273,2011,1997,2008,1976,2168,1896,2127,2034,2009,2006,1933,2008,1916,1554,1742,2007,1571,1754,1890,1878,1715,1791,1827,1862,1638,1610,1723,1622,1658,1624,1677,1730,1522,1705,1499,1913,1843,1421,1351,1330,1841,1333,1326,1878,1581,1900,1638,1809,1455,1392,1426,1316,1754,1812,1694,1329,1935,1493,1347,1337,1322,1757,1810,1989,1598,1828,1431,1481,1484,1390,1370,1917,1392,1863,1835,1820,1376,1621,1380,1891,1362,1830,1420,1491,1404,1465,1876,1961,1359,1365,1482,1522,1515,1422,1386,1387,1348,1893,1801,1369,1379,1389,1803,1976,1491,1513,1390,1443,1503,1492,1804,1503,1455,1442,1403,1391,1405,1403,1413,1776,1542,1882,1515,1607,1500,1655,1634,1595,1596,1690,1610,1764,1766,1684,1602,1603,1623,1604,1473,1761,1664,1917,1903,1744,1676,1656,1920,1533,1601,1991,1530,1659,1717,1574,1431,1499,1529,1676,1590,1502,1570,1537,1693,1543,1404,1427,1410,1535,1629,1733,2283,1647,1598,1644,1621,1709,1644,1662,1443,1550,1424,1717,1684,1764,1848,1534,1489,1466,1452,1724,1414,1474,1415,1397,1374,1357,1574,1504,1544,1982,1683,1602,1671,1687,1983,1394,1404,1355,1386,1637,1633,1897,1411,1708,1659,1553,1527,1408,1400,1398,1397,1396,1459,1529,1510,1657,1516,1580,1704,1571,1476,1449,1571,1526,1521,1689,1605,1882,1605,1604,1640,1615,1528,1468,1571,1530,1518,1527,1600,1604,1616,1645,1675,1775,1761,2003,1577,1921,1407,1435,1896,1642,1603,1885,1959,1524,1476,1383,1508,1563,1529,1451,1485,1481,1629,1573,1579,1442,1427,1618,1606,1470,1441,1417,1524,1556,1548,1513,1501,1438,1484,1474,1402,1536,1681,1617,1755,1736,1486,1573,1550,1558,1708,1462,1555,1485,1613,1469,1486,1695,1950,1903,1408,1398,1356,1484,1641,2081,1622,1743,1462,1430,1489,1499,1467,1378,1390,1855,1485,1650,1833,1497,1409,1400,1594,1571,1638,1846,1690,1812,1676,1655,2005,2243,1760,1659,1835,1850,2049,2080,2489,1876,1991,2179,2005,2080,1966,2010,1849,1842,2170,1680,1799,2575,2209,2479,1939,1615,1725,1652,1558,1847,2656,2113,2018,2006,1801,2003,1807,2780,2571,1923,3122,1994,1776,1801,1932,2005,2098,2448,2452,2685,2079,2490,2169,2567,2529,2043,1966,2853,2644,2206,2773,2286,2603,1888,1952,2016,2266,2968,2531,2442,1793,1597,1806,1560,1809,1848,1921,2004,1859,1877,2004,2134,2202,2121,2095,1840,2328,1649,1915,2172,2324,1814,2203,1534,1531,1802,1847,1883,1486,1478,1888,1891,1722,1767,1671,1590,1762,1372,1519,1355,1327,1459,1389,1400,1857,1437,1535,1675,1452,1445,1401,1534,1645,1546,1484,1847,2076,1591,1602,1767,1684,1467,1490,1458,1555,1499,1598,1594,1693,1572,1563,1650,1835,1591,1575,1572,1554,1577,1598,1518,1490,1485,1496,1537,1621,2118,1619,2071,1463,1534,1555,1551,1460,1653,1962,1804,1844,1802,1731,1574,1646,1640,1730,1871,1725,1817,1773,1512,1622,1512,1494,1556,1555,1542,1609,1560,1680,1847,1444,1324,1956,1305,1916,1848,1633,1573,1604,1572,1653,1778,1383,1830,1907,1579,1501,1593,1513,1538,1587,1566,1484,1444,1467,1569,1564,1662,1695,1962,2130,1555,1496,1755,1720,1572,1729,1684,1924,1767,1866,1599,1718,2260,2489,2280,3100,2568,2244,2493,2535,1743,2646,3054,2884,2123,2092,2090,2760,2123,2574,2117,2050,1970,1844,1935,2174,1806,1757,1855,2468,2124,2189,2580,2330,2331,2056,1852,1848,2519,1909,2379,2250,2204,2851,2527,2485,3047,2120,2123,2089,1761,2203,2490,2446,3410,2252,2324,2441,2488,2408,2077,1932,1844,2168,1956,1760,1970,1809,1653,1924,2116,2251,1851,1594,1532,1564,1529,1557,1766,2082,2054,2368,2092,2619,2167,2563,1882,2172,2377,2289,3088,2093,2771,3413,2166,1936,2056,2014,2434,2174,2042,1805,2607,2170,2126,2120,2381,2478,2208,2121,2090,1970,1972,2563,4557,1862,2007,2012,1888,1961,1972,1925,1966,1836,2049,1848,2923,1937,1757,1887,2170,2043,1612,1880,1804,2289,2052,2080,2010,1876,2173,2769,2445,4172,2173,1727,2884,1686,1645,1651,1883,1852,1842,1970,2114,1973,1888,1886,2085,2359,2137,2281,2086,2281,1767,1762,1854,1722,1688,1718,1976,1833,1648,1605,1650,1615,1603,1631,1765,1733,2492,2039,1731,1964,1964,1853,1961,2365,2087,1967,2011,1965,2082,1932,1958,1925,1812,1968,2001,1998,1896,2284,1930,1837,1808,1887,2324,2049,1809,1928,2122,1882,1849,2078,2407,2733,2046,2328,2008,2698,2083,2043,2045,2089,2164,1611,1562,1801,1567,1534,1526,2075,2631,1932,1887,1923,1882,2568,1692,1883,2012,1843,1564,1887,1836,1815,1764,1718,1887,2222,1730,1579,2007,1667,1605,1812,1601,1660,1763,1805,1600,1566,1726,1801,1846,1655,1525,1718,2097,1887,1807,1653,2037,2298,1791,1496,1686,1668,1447,1639,1579,1503,1469,1443,1445,1373,1560,1807,1565,1486,1494,1351,1857,1329,1764,1785,1974,1638,1520,1498,1969,1531,1578,1599,1580,1581,1616,1757,1854,1530,1724,1654,1777,1310,1759,1975,1352,1484,1750,1722,1834,1984,1421,1379,1964,1503,1462,1458,1339,1882,1426,1487,1487,1459,1482,1514,1462,1440,1568,1603,1562,1519,1764,1597,1363,1473,1336,1784,1787,1738,2000,1696,1380,1407,1530,1397,1293,1811,1903,1674,2136,2119,2108,2103,1669,1714,1846,1846,1734,1590,1643,1503,1396,1482,1474,1569,1670,1797,1517,1555,1786,1648,1917,1596,1615,1672,1595,1545,1512,1536,1579,1926,1815,1612,1711,1684,1758,1780,1543,1708,2089,2406,2318,2402,1743,1742,2038,2304,1988,1760,1917,1861,1702,1824,1998,1892,1914,2340,2088,2080,1813,2093,1886,1705,1903,1759,1900,2122,2004,2442,2404,2496,1903,1746,1760,1662,1848,1717,1770,1754,1741,2076,1819,1913,1777,1483,1507,1497,2001,1770,2123,2026,1623,1577,1810,1577,1564,1635,1615,1498,1663,1549,2019,1717,1521,1503,1589,1621,1540,1462,1788,1430,1361,1954,1496,1492,1700,1446,1623,1586,1874,1515,1817,1518,2023,1321,1465,1319,1971,1481,1377,1413,1401,1555,1461,1680,1284,1804,1393,1347,1344,1241,1609,1309,1330,1527,1335,1804,1815,1812,1810,1809,1699,1834,1267,1810,1796,1790,1790,1795,1806,1778,1422,1730,1389,1797,1780,1777,1771,1828,1386,1288,1622,1622,1905,1327,1781,1774,1840,1268,1961,1716,1534,1582,1347,1894,1276,1879,1346,1383,1448,1453,1430,1482,1715,1284,1806,1842,1317,1813,1337,1491,1435,1319,1329,1321,1781,1816,1802,1812,1369,1360,1455,1540,1233,1761,1789,1856,1379,1377,1853,1368,1394,1489,1328,1350,1190,1786,1810,1751,1732,1757,1798,1931,1310,1583,1641,1787,1861,1310,1817,1800,1764,1872,1368,1449,1265,1839,1282,1788,1827,1788,1316,1806,1487,1449,1601,1744,1341,1365,1382,1441,1411,1449,1397,1365,1994,1464,1982,1764,1395,1692,1590,1534,1532,1530,1482,1862,1422,1452,1449,1490,1506,1429,1443,1361,2000,1640,1669,1587,1388,1500,1491,1478,1473,1526,1628,1721,1487,1602,1808,1379,1598,1577,1426,1736,1756,1464,1447,1540,1730,1521,1800,1752,1764,1891,1550,1836,1917,1787,1600,1702,1666,1754,1894,1760,1853,1759,1591,2350,2012,1926,2132,1661,1664,2017,1801,1934,1609,2596,1496,1800,1923,1826,2052,2222,2395,1826,1887,1980,2033,1973,1926,1894,1997,2399,2941,2513,2687,3060,2359,2805,3227,2561,2443,2226,2646,2813,2281,3049,2672,3130,2453,2542,2564,2485,2047,1804,2369,1765,1851,2279,2363,2406,2178,2147,2293,2893,2763,2291,1962,1801,1648,1646,2156,3338,2284,2418,2441,1920,2264,2367,2003,2694,2609,2331,2124,1912,2047,2038,1818,1959,2164,2412,1802,2048,2442,1855,2289,1965,1809,1705,1736,1834,1769,1689,1837,1681,1568,1455,1599,2048,1690,1639,1686,1685,1560,1813,1645,1809,1948,2337,1769,2131,1520,1677,1613,1717,1692,1843,1731,1728,1788,1655,1635,2049,2014,1800,1696,1681,1761,1607,1790,1539,1681,1600,1528,1571,2140,1807,1801,1841,1815,1844,1709,1730,1679,1732,1767,1553,1555,1752,1794,1542,1491,1794,1732,1639,1828,1729,1616,1373,1598,1721,1409,1454,1436,1450,1772,1337,1785,1818,1422,1466,1457,1414,1339,1581,1760,1808,1824,1339,1883,1627,1819,1908,1806,1312,1791,1820,1809,1895,1494,1438,1353,1454,1451,1701,1461,1533,1571,1526,1501,1650,1799,1530,1437,1657,1583,2386,1637,1482,1408,1801,1764,1876,1699,1793,1850,2091,1959,2096,1800,1891,2037,1884,2183,2093,2803,3572,2881,2415,2363,2451,2641,3618,2722,2487,3372,2052,2242,2332,2286,2079,2329,2769,1891,1886,1853,1595,1531,1765,2367,2287,2493,2490,2564,2243,2530,2329,1996,2567,1928,1912,1932,2252,2522,2893,1996,1770,1796,2229,1930,1805,2136,2187,2130,2046,2351,2325,2450,2773,2120,2732,1850,2606,2641,2210,2170,2721,2295,2483,2330,2448,2448,2253,2163,2283,2572,3244,2006,2050,2412,2087,2439,2092,1922,1852,1879,1847,2042,2573,2364,2333,2408,2079,1929,1728,2081,2929,2451,2364,2046,1646,1639,2370,2611,2330,2683,2047,1649,1531,1999,2050,2725,2616,2360,1963,1961,2041,2675,2573,2402,2006,2050,1658,1569,1642,2799,2205,1980,1888,2194,1895,2042,1969,2006,1802,2044,1853,2407,1884,2001,1727,2046,2486,1886,2207,2388,2491,2328,3450,1828,2212,2366,2128,2002,2371,2236,2873,2410,2082,2088,1925,1889,2129,2366,2090,1683,1682,2129,1680,1775,1794,1888,1894,1877,2008,1880,1893,1891,1722,2039,2206,2415,1876,1894,1757,1977,1884,1963,2281,2095,2158,2326,1890,2171,2089,1675,1651,1810,2048,1764,1879,1932,1844,1960,1847,2131,1883,1722,2269,1759,1957,1688,2061,1976,1838,1806,2086,2373,1981,2086,2001,2089,1998,2172,1882,2302,2134,2399,2173,2488,4246,2536,2073,2647,2938,2884,2733,1931,2752,2449,2007,2157,1881,3018,2419,2448,2245,1837,1896,1829,1768,1924,2095,2290,1662,1720,1645,1563,1559,1530,1743,2087,1821,1849,1923,2047,1879,3052,1929,2044,1929,1891,2364,1888,2115,2012,2003,2042,2281,1968,2927,2449,2693,1890,2694,2930,2447,2971,2168,2774,2127,2086,2408,3013,2608,2012,1918,1773,2318,1687,2249,1728,1926,1842,2325,1970,2001,1731,2426,2848,2080,2393,1491,1687,1924,2158,2258,1805,1596,1562,1766,1854,1842,2126,1930,1924,1920,2049,1837,2029,1729,1558,2160,1576,1475,1452,1761,1966,1888,1799,1571,2003,2249,1610,1759,1879,1732,1610,1528,1670,1446,2019,1802,1689,1791,1804,1604,1572,1453,1435,1402,1611,1683,1731,1762,1725,2171,1675,1521,1484,1532,1687,1545,1566,1560,2021,1670,1421,1510,1645,2093,1645,1603,1682,1685,1614,1794,1417,1484,1493,1763,1970,1885,2047,1835,1694,1806,1915,1853,1848,2167,1999,2166,2090,2039,1888,1806,2249,1763,2535,2000,1771,1717,1812,2002,2089,1885,2244,2125,2208,1841,2170,1812,2280,2009,2210,1919,1885,1852,2247,2131,2226,2493,2285,2729,2009,2174,2688,1966,1806,2213,2414,2284,2691,2167,2198,2449,2015,1848,1956,1886,1924,1929,2089,2292,2195,2013,2007,2640,1935,2050,2004,1967,1922,1800,1775,1595,1732,2078,1976,2075,1766,1889,1931,1880,1882,2127,2453,2086,2372,3127,2606,2695,1985,2461,2246,2494,2563,2253,2886,2402,2368,2487,2488,2293,2365,2044,2328,2491,2206,2685,2209,3047,2689,2607,2487,2444,3655,2736,2237,2250,2483,3497,2528,2608,2363,2291,2282,2333,2804,2405,2409,2411,2649,2522,5094,2768,2494,2523,2291,2286,2243,2886,2653,2446,2128,2447,2210,2280,2613,2247,2246,2483,2297,2370,2369,2201,2415,1806,2053,1841,1564,1529,1525,2003,2079,2016,1799,1929,2048,2042,1918,1967,1968,2009,2045,2045,1975,2921,1881,2259,1924,1999,2256,2043,2044,2003,1924,2085,1973,2088,2228,1884,1974,1449,1668,1621,1829,1926,1695,1649,1617,1602,1675,1601,1583,1396,1449,1607,1631,1762,1616,1563,1930,1692,1524,1729,1772,1685,1564,1682,1685,1659,1752,1813,1767,2237,1811,1722,1689,1724,1690,2273,1612,1526,1517,1616,1757,1657,1602,1689,1734,2078,2010,1804,2203,2163,1927,1976,1643,1681,1578,1490,1677,1647,1848,1914,1452,1798,1860,1872,1810,1678,1619,1848,1838,1697,1835,1694,1649,1514,1682,1728,1806,1932,1603,1735,2124,2036,1689,1611,2035,1566,1843,1611,1649,1643,1687,1721,1606,1526,1803,1969,1712,1819,1725,1573,1492,1518,1374,1353,1816,2007,1640,1558,1690,1919,1444,1455,1488,1434,1334,1999,1423,1448,1578,1591,1518,1364,1556,1335,1351,1972,1331,1720,1432,1539,1507,1499,1358,1724,1618,1495,1463,1401,1458,1571,1576,1554,1580,1610,1318,1897,1434,1422,1382,1366,1631,1476,1598,1500,1642,1647,1528,1700,1710,1642,1749,1545,1438,1418,1412,1599,1470,1523,1417,1447,1594,1618,1478,1488,1525,1457,1522,1460,1415,1344,1837,1745,1367,1333,1486,1375,1414,1513,1494,1462,1429,1411,1508,1608,1491,1338,1652,1769,1836,1827,2005,1576,1541,1827,1300,1973,1397,1451,1447,1373,1419,1369,1364,1306,1695,1458,1455,1604,1414,1404,1383,1421,1426,1326,1941,1753,1385,1351,1847,1765,1906,1413,1409,1410,1479,1500,1563,1576,1472,1585,1419,1292,1754,1837,1361,1329,1766,1426,1650,1289,1854,1319,1777,1762,1785,1840,1423,1734,1342,1782,1891,1400,1372,1367,1397,1277,1843,1454,1620,1790,1361,1539,1294,1761,1842,1374,1359,1399,1468,1780,1661,1474,1397,1376,1368,1369,1320,1758,1944,1756,1397,1443,1310,1828,1340,1326,1340,1334,1332,1342,1333,1644,1576,1790,1795,1800,1685,1807,1895,1387,1334,1502,1608,1706,1910,1412,1376,1368,1367,1369,1452,1411,1774,1375,1335,1486,1458,1406,1365,1279,1724,1748,1874,1287,1682,1962,1335,1397,1266,1770,1770,1767,1814,1967,1570,1424,1335,1312,1811,1810,1809,1843,1369,1226,1836,1585,1819,1454,1428,1427,1381,1287,1825,1830,1639,1805,1364,1374,1291,1788,1780,1782,1793,1788,1352,1633,1369,1366,1287,1781,1780,1788,1843,1310,1797,1304,1681,1301,1814,1791,1907,1470,1436,1366,1367,1223,1783,1317,1888,1409,1313,1374,1773,1801,2154,1381,1492,1396,1533,1505,1432,1414,1408,1410,1409,1407,1464,1418,2035,1410,1522,1498,1482,1458,1472,1467,1468,1412,1441,2101,1932,1525,1552,1478,1601,1619,1623,1622,1480,1575,1586,1872,1632,1508,1431,1586,1537,1530,1599,1853,1528,1556,1667,1586,1530,1582,1609,1537,1711,1534,1577,1587,1980,1602,1754,1662,1873,1929,1965,2033,2013,1699,1664,1847,2165,1895,1810,1922,2185,2034,2321,2574,2200,2678,2627,2655,2322,2877,3012,2887,2893,2747,2588,2440,3362,2523,2258,2485,2385,2206,2079,3208,2766,3333,2531,2606,2471,2582,2433,2584,2765,2451,2414,2330,3236,3235,3132,2488,2645,3087,2515,2550,2763,2528,2377,2521,3036,2788,2672,3028,2888,2559,2579,3246,2310,2411,2698,2603,3646,2386,2452,2286,2089,2323,2488,2207,2568,3165,2452,2369,2408,2488,2886,3009,2208,2727,2526,2325,2125,2529,2253,2525,2486,2604,2487,2214,2323,2767,2253,2332,2555,2293,2366,2054,2481,2575,2152,1759,1642,1985,1999,1928,2328,2216,2074,2454,2325,2523,2413,3050,2689,2612,2365,2091,2162,2405,2167,2466,2087,1731,1923,2248,2096,2205,2446,2369,2202,2366,2529,2569,2726,2609,3130,2685,1971,1642,1518,2516,2044,2333,2489,1958,2007,1846,1889,2445,2572,2890,2198,2409,2525,2285,2572,2770,2609,1884,2529,2291,2406,2605,3089,2730,1989,1834,1774,1938,2646,3293,2176,2439,2724,2335,2321,2375,2016,2615,2398,2055,2447,2327,2211,2284,2481,2010,2043,2174,2124,1892,1919,1971,2010,1808,2320,2330,2443,2294,3241,2656,2242,2484,1925,2001,2332,2046,2086,2435,2806,2695,2644,2325,2570,2526,2612,2482,2035,2882,2414,2965,2570,2561,2532,2649,2443,2128,2091,2332,2356,2892,2207,2009,2013,2207,2130,2010,1771,2395,2447,2166,1867,1915,2385,2034,2411,2294,2603,2370,2203,2407,3053,2240,2568,2372,2245,2523,2571,2485,2613,4128,2811,3046,2771,3172,2603,2691,2605,2099,2085,2495,2084,1845,2282,2955,2079,2331,2362,2453,2530,2407,2480,2429,2122,2167,2047,4293,2524,2121,2258,2372,2367,2525,2805,2692,2325,2449,2449,2531,2242,2525,1874,2388,2308,2112,1849,2326,2371,2115,2410,1970,2576,2374,2163,2364,2611,2047,2414,3008,2851,2528,2407,2010,2069,3131,2368,2563,1959,2528,2446,2123,2010,1877,2958,2650,2538,2282,2124,2165,2138,2363,2131,2188,2080,2187,2846,2610,2120,1847,2178,1965,1998,1883,2088,1886,1758,2341,2335,2147,2090,2412,2443,2446,2656,2042,2528,2086,2169,2130,2290,1924,2163,2250,2570,2801,2209,1950,2555,2768,2543,2050,1734,1876,1967,1654,1923,1842,2777,1999,2555,2406,2129,2372,2324,2050,2283,2291,1915,1801,2497,2449,2225,2799,2609,2651,2486,2331,2161,1808,2527,2049,2527,2055,1851,1841,2359,2727,2186,1927,2002,1857,2396,2442,2968,3177,2008,2792,2332,2647,2510,2774,2131,2013,1882,1724,1652,1645,2087,2115,2167,1979,1954,2053,2085,1923,1844,1724,1670,1614,1558,1494,1806,2043,2077,1697,1685,1556,1686,1686,1684,1773,1887,1991,1573,1728,1744,2041,2169,2135,2119,2042,1769,1602,1617,1719,1836,1846,1783,1738,1708,1978,1767,1832,1699,1601,1643,2117,2413,1883,1577,1803,1649,1604,1754,2057,1685,1688,1759,1730,1873,1772,1569,1764,1757,2016,1954,1891,2287,1922,1605,1723,1797,1928,1766,2050,1926,1959,2008,1729,1879,1930,2134,2048,2010,2124,1718,1616,1609,1635,2754,2602,2733,2175,2105,2237,2291,2815,2407,2728,2403,1937,1959,1886,2000,2774,2324,2331,2166,2407,2123,2331,2123,2443,2024,2208,2410,2029,3487,2931,2094,1890,2046,1563,1783,1769,1927,2240,3010,2448,2246,1851,1582,1633,1841,2329,2011,2363,2573,2038,2119,2079,2342,2073,1896,2158,2047,1565,1982,2005,1929,2449,2766,2126,1807,1882,1648,1560,1531,1799,1886,2056,2034,1894,2048,2116,1850,1573,2153,2035,2419,1691,1606,2187,2244,1969,1981,2048,1925,1890,1879,2015,1951,1721,2047,2780,2216,1810,1770,1852,1999,1882,2176,1880,1726,1570,1551,1543,1427,1893,1754,2135,1919,2515,2116,1853,1902,2188,2358,2119,2266,2026,2306,2090,2002,1845,2093,1931,2084,1925,2125,2102,2368,2114,2049,1893,1933,1935,2033,1847,1813,2230,2295,2259,2311,2287,2642,2849,2212,2812,2280,2420,2401,2105,2206,1847,1852,1839,1884,2007,2164,2047,2037,2022,1832,1692,1719,1688,1914,1973,1602,1643,1805,1775,1645,1596,1647,1601,1766,2143,2038,1597,1736,1676,1834,2164,1964,2015,1927,1958,2127,2048,2012,2319,2446,2848,2976,2287,2149,2162,2121,2093,2157,2368,2241,2168,2249,2526,2290,2329,2281,2403,2366,2250,2288,2079,1898,2522,2567,2403,1964,1753,2376,2486,2208,2935,2070,2763,2164,1972,2006,2047,2170,2046,1839,2163,2091,2332,1678,1570,1807,1880,1923,2173,2045,2641,2440,2321,2367,2493,1895,1772,1799,1884,1767,2245,2171,1767,1677,1653,2033,1922,2041,2453,2224,2004,1775,2286,2122,2010,1797,2096,1759,1808,1931,2080,2162,2048,1774,1924,2560,2056,2397,1772,2088,2161,2328,1642,1652,1642,1683,1855,1730,1761,1522,1641,1607,1718,1650,1610,1649,2118,1688,1597,1772,1773,1681,1797,1606,1573,1647,2288,1485,1449,1401,1396,1652,1526,1553,1569,1520,1456,1528,1444,1439,1440,1410,1444,1379,1264,1956,1657,1444,1347,1361,1422,1347,1856,1374,1378,1334,1332,1427,1618,1375,1356,1432,1361,1335,1813,1437,1320,1971,2088,1685,1433,1484,1428,1468,1408,1448,1613,1607,1629,1599,1774,1697,1508,1569,1536,1583,1454,1602,1573,1646,1703,2007,1996,2329,1823,1924,1891,1963,1920,2090,2168,2290,2363,2254,2433,2403,2525,2259,2197,2332,2083,2769,2527,2164,2326,2856,2448,2728,2522,2325,2179,2562,2000,2050,1844,2640,2657,2807,3283,2693,2969,2404,2130,2199,2888,2004,2292,3057,2644,2606,2451,2566,3570,2531,2883,2573,2567,2362,2576,2724,1922,1933,2284,1765,2205,1861,2300,2089,2802,2646,2970,2291,2047,2000,2168,2563,2612,2206,2291,2409,2364,2694,2688,2481,2489,2488,2244,2412,2364,2210,2524,2209,2292,2362,2045,2216,2518,2527,2529,2330,2527,2326,2938,2389,1970,2040,1804,1573,1684,2323,1968,2125,2733,2004,1840,1645,1814,1845,2646,2447,2380,2497,2371,1988,1897,2900,3199,2929,2291,2568,1726,2937,1978,1925,1958,2209,2749,2499,2413,2203,2531,2930,2171,2330,2148,1854,2078,1976,2211,2029,2236,2255,2203,2087,2002,2087,2080,2334,3092,2483,3201,2011,1916,1996,2136,2083,2883,2167,2111,1860,2098,2321,1688,2288,1888,2199,2413,1964,2130,1956,1975,2644,2361,2298,1955,2056,1998,2044,2054,2163,2237,2366,2128,1923,2082,2131,3017,2602,2048,1842,2926,2602,2080,1880,2124,2042,1903,2083,2614,1917,2053,1964,2053,2118,2129,2049,2318,1979,1923,2116,2178,1789,1792,2086,1739,2076,2295,1873,1691,1795,1815,2090,1711,1766,2221,2163,2731,1717,1806,1774,1954,1737,1605,2219,1671,1727,1807,1887,1880,1979,2155,2098,1792,1777,2009,2040,1883,1968,2910,2534,3364,2413,2846,2444,2814,2091,1847,2790,2526,3822,2323,2405,2364,2647,2090,2451,2648,2334,2047,2597,2480,2416,2687,2801,2610,2326,2526,2211,2287,2408,2970,2808,2646,2688,2894,2647,3611,2766,2886,2091,2288,1831,1851,2123,2163,1898,1759,1728,1567,1562,1646,1865,1884,2633,1889,1961,1883,1931,2008,1685,2044,2010,1964,2081,1690,1727,1766,2409,1922,2923,1898,2598,2335,2079,2088,1759,1937,1765,1806,1846,1681,1728,1759,1693,1867,1813,1809,2003,2046,2091,1771,1829,2087,1764,1615,1771,1723,1632,1596,1845,1750,2044,2090,1682,1566,1562,1565,2046,1839,1768,1893,2157,2051,1879,1886,2286,2455,1963,2078,2293,2081,2291,2043,2331,1849,1886,1886,1967,2121,1973,1959,2005,1897,1887,1887,1879,2774,1846,1846,2001,1937,1633,1812,1685,1911,1846,2118,1697,1761,1996,1936,1715,1565,1684,1529,1580,1442,1630,1584,1506,1409,1818,2109,1459,1487,1688,1512,2124,1884,1554,1400,1325,1813,1803,1875,2085,1886,1576,1512,1497,1565,1481,1480,1541,1557,1476,1652,1597,1656,2002,1773,1442,1548,1623,1638,1654,1589,1620,1593,2169,1849,1690,2090,1562,1672,1810,1641,1607,1457,1439,1437,1683,1411,1536,1909,1540,1558,1481,1572,2114,1528,1526,1517,2099,1591,1860,1603,1535,1435,1317,1903,1387,1366,1379,1365,1382,1846,1704,1596,1484,1484,1399,1479,1559,1549,1575,1745,2000,1561,1726,1506,1617,1726,1689,1668,1742,1652,1670,1805,2004,1700,1848,1617,1658,1528,1484,1597,1638,1504,1736,1551,1898,1478,1436,1609,1496,1486,1640,1401,1688,1527,1546,1734,1463,1563,1403,1563,1550,1803,1820,1701,1465,1648,1692,1554,1600,1578,1419,1594,1528,1703,1534,1495,1567,1993,1557,1475,1561,1663,1457,2100,1901,1485,1657,1438,1521,1589,1506,1814,1437,1429,1395,1537,1909,1573,1426,1373,1859,1919,1595,1606,1454,1554,2044,1524,1497,1642,1494,1515,1950,1862,1832,1395,1377,1558,1517,1482,1422,1420,1294,1920,1535,1806,1786,1927,1539,1427,1429,1356,1420,1306,1526,1366,1330,1944,1483,1482,1482,1467,1414,1480,1379,1280,1749,1873,1339,1293,1797,1792,1769,1776,1334,1591,1820,1296,1763,1759,1758,1816,1916,1323,1267,1818,1282,1817,1795,1785,1744,1844,1334,3202,1937,1985,1815,1762,2025,2119,2008,2096,2294,1925,1931,2384,2091,2064,1971,1959,2339,2067,2109,1991,1832,1870,1822,1799,1917,2058,1910,1809,1981,1980,2160,1898,1890,1765,2058,1995,2214,1811,2210,1967,2027,2343,2459,1965,2291,1933,2138,2267,1997,2094,2195,1680,2469,2439,1524,2410,1900,1844,1682,1828,1748,1730,1677,1721,1735,1792,1973,2223,1706,2245,1491,1623,1576,1712,2394,1601,2051,1764,1804,2158,2246,1931,1923,1644,2125,1849,2001,2599,2241,2061,2246,2485,2366,2249,2613,2446,2686,2682,3297,2120,2806,2610,2247,2368,2733,2051,2443,3029,2689,2487,2290,2368,2802,2367,2008,2084,1846,2607,2729,2649,2440,2288,2013,1921,1890,1805,2166,1882,2244,2249,2323,2299,1878,1975,2167,2005,1966,2003,1957,2011,2006,1893,2116,1883,1882,1817,2083,2053,2089,2096,2608,2130,2004,2407,2412,1683,2921,2203,2161,2125,2486,2528,3056,3609,2173,2210,2373,2204,2726,2695,2807,2412,2645,2335,2325,2957,2092,2134,2527,2328,3688,2487,2853,2169,2282,2851,3244,3981,2240,2613,2323,2446,2609,2533,2406,2966,2612,2201,2370,2969,2046,1849,2211,2728,2486,2403,2213,2209,2085,2691,2726,2452,2522,2409,2449,2570,2019,2702,1879,2464,2529,1916,2639,2300,1967,1921,1968,2449,2012,1886,1799,1969,1884,2088,1849,1958,1801,2138,2199,2089,2525,1928,2160,1732,1882,2050,1927,2127,2200,2092,2324,2766,2370,2961,2051,2565,2811,2013,2261,2409,2325,2086,2488,2602,3373,2644,2330,2176,2445,2288,2328,2201,2614,2243,2410,1882,2275,1933,2127,1994,1930,2406,2409,1848,1849,2320,2010,2650,2173,2125,1926,1962,2208,2126,2050,1968,2036,1692,1969,1862,2411,1927,1928,1884,2048,1849,2012,2228,2434,2084,2337,2166,1858,2324,2769,2450,2076,1969,2203,2641,2531,2322,2411,2208,2251,2167,1847,1935,1681,2207,2444,2695,2024,2236,2130,1925,2417,1967,2124,2237,2168,2004,2462,2529,1961,3415,2409,2004,1959,2086,2123,1936,1966,2127,2087,2085,2121,1894,1957,2084,2009,2015,1996,1892,2009,2042,1849,2634,2200,2082,2424,2490,2446,2051,2012,2526,2652,2251,2027,2045,1932,1841,1850,1961,1892,1965,2050,2038,2122,2046,1925,1896,1839,1924,1973,1849,1878,2134,2609,1756,1924,2404,2170,2486,1850,2786,2045,1872,1875,1847,1892,1563,1527,2004,1720,2934,2049,1848,2309,2050,2164,1932,2206,2119,1494,1999,1648,1897,1809,2328,2233,2047,1935,2246,2168,2155,2534,2042,2130,2169,2323,2803,3248,2736,2610,2280,2449,2813,2146,2109,1850,2161,2532,2603,1870,1736,1719,1568,1565,2092,2479,2244,2340,2612,2204,1863,1876,2085,2370,2086,1967,2121,2044,1950,1894,1919,1891,1869,2079,2127,2377,1842,2441,2328,2440,2373,2524,2368,2529,2445,2253,2446,2968,2446,2008,2088,1986,2202,2368,2811,2523,2529,2365,2246,2330,2289,2303,2003,2474,2136,1992,2086,2040,1925,2089,1927,2006,1762,2132,1829,2285,2060,2225,1792,1686,1690,1756,1655,1999,1802,1653,1601,1633,2023,1794,1564,1700,2120,1846,1808,1837,1529,1763,1408,1401,1396,1532,1561,1726,1728,1574,1486,1629,1816,1594,1665,1913,1524,1405,1533,1481,1664,1417,1781,1529,1808,1674,1500,1513,1436,1378,1396,1482,1639,2048,1531,1499,1585,1491,1471,1388,1282,1901,1307,1426,1395,1480,1576,1553,1489,1449,1931,1344,1766,1939,1569,1448,1520,1713,1812,1476,1496,1292,1772,1803,1485,1769,1693,2085,1802,1646,1485,1482,1727,1680,1500,1514,1692,1719,1787,2198,1931,1978,1710,1801,1601,1680,1685,1681,1892,1409,1520,1402,1853,1875,1819,1599,1662,1861,1690,1904,1762,1658,1818,1845,1880,1820,1861,1987,2216,1937,2243,2412,2037,1691,2621,1967,2163,2166,3491,2409,2686,2564,2132,2154,2081,2770,1847,1915,1934,2508,2470,2199,2290,2158,1972,1971,1918,2008,1925,2182,2415,2165,1972,2520,2214,2001,1970,2205,2044,2404,1974,1699,1885,1850,1879,2246,1733,2361,2370,2085,2411,2005,1895,2079,1963,2343,2522,2203,2409,2249,1685,2884,2691,2248,1920,1852,1878,1849,2205,2008,2285,2328,2485,2132,2449,2527,3326,2732,2682,2570,2248,2523,2647,2849,1929,2326,2527,1800,1810,1928,1868,2643,2087,2048,1925,1961,2046,1888,2092,2160,1802,1842,2099,2160,1730,1964,2850,2053,2010,2281,2328,3286,1972,2776,1796,1566,1723,1574,1561,1852,1721,2267,2357,2208,2411,1720,2452,2005,1875,2097,1883,2292,1677,1566,1802,1807,1887,1881,2253,2197,2161,1806,1682,1778,2132,1437,1402,1398,1646,2043,1779,1808,1675,1608,1646,1555,1580,1561,1557,1576,1630,1648,1697,1763,1685,1890,1675,1610,1836,1656,1614,1624,1574,1884,1496,1843,1845,1730,1509,1656,2082,1605,1715,1603,1612,1536,1522,1516,1602,1603,1579,1674,1683,1691,1638,1501,1353,1887,1433,1812,1566,1610,1766,1723,1617,1768,1708,1619,2070,1654,1720,1844,1773,1761,1697,1762,1969,1709,1576,1640,1804,2304,2127,1903,2161,2486,2595,2506,1806,1892,2085,1845,2047,1998,1893,2282,1769,1762,1691,1717,1731,1840,2887,2648,1976,2077,2088,2095,2085,2237,1859,2036,1931,1566,1876,2133,1770,2186,2186,2207,1886,2081,2177,1887,2237,2080,2295,2969,2599,2410,2490,2326,2251,2533,1998,2049,2411,2212,1769,1957,2218,2235,1979,1719,1921,1855,2303,2692,3656,2241,3448,2004,2048,2335,2448,3967,2567,2613,2801,2127,2408,2935,2325,2611,1955,2229,2284,2285,2487,2009,2484,2326,2291,2810,2009,2209,2360,1768,1933,1845,1679,1644,1888,2491,2082,2446,2085,1929,1925,1729,2803,2056,2044,1961,2174,2526,2201,1811,2038,2414,2088,2042,2495,1958,1885,2123,2619,2002,2050,2076,1980,2116,1889,1815,1759,1760,2169,1675,1823,1762,1566,1435,1403,1399,1689,2051,1762,1692,1677,1531,1562,1647,1843,1722,1692,1700,2016,1674,1975,2008,2319,2293,1961,1966,2149,2444,1894,1875,2375,2763,2608,2532,2765,2411,2528,2607,2646,2411,2205,2524,2849,2333,3693,3374,2522,2625,2289,1987,1930,1852,2241,2689,2407,2688,2525,2648,2609,2885,2772,2734,2090,2471,2730,2416,2045,2607,2326,2372,2240,2011,2841,1933,2048,1930,1766,1716,2016,2327,2370,3004,2363,2095,1939,1932,1885,1849,1913,1976,1958,2014,1888,1564,1800,2365,2089,2265,2485,2010,1944,1969,1924,1719,1616,1841,2363,2935,1853,2122,3327,2693,2855,2396,2614,2565,2206,2612,2452,2326,1892,2276,2212,2005,2123,2128,2483,2298,2326,2367,2324,2116,2527,1976,2096,2234,2004,2124,2134,2367,2165,2240,1992,1846,1610,1561,1562,1766,2004,1879,1995,1804,1685,1841,1855,1844,2116,2092,1841,2131,1960,1691,2437,1616,1914,1698,1760,1557,1657,1967,2028,1886,1815,1608,1594,1529,1921,1889,2247,1974,1917,1571,1560,1725,1567,1888,1966,1676,1621,1793,1886,2251,2004,1896,2078,1884,1689,1841,1851,1846,1896,1675,1492,1523,1761,1853,1722,1680,1682,1926,2125,1696,1762,1921,1970,1805,1881,1888,2130,1762,1694,1598,2446,2007,1969,1930,1970,2168,2520,3089,2771,2050,3033,2371,2165,2241,2491,2842,2061,2085,2170,1921,2008,2005,1807,2404,2004,2009,1890,1848,2241,1893,2003,1998,1967,2134,1966,2047,2041,2011,1875,2139,1923,1966,2038,2410,2092,2003,1923,2175,1946,2058,2036,2040,2315,2588,2205,2813,2447,2536,3004,2599,2693,2531,3531,2082,1956,1919,2728,2891,3329,2226,1775,1758,1805,1726,2213,1916,2525,2447,2405,2091,2568,2080,2300,2307,2207,2093,2928,2028,2483,1960,2253,2204,1888,2339,2373,2125,2208,2371,2685,2330,1884,2397,2330,2330,3141,2810,2292,2404,2164,2006,2049,2843,2207,1727,1686,1895,1621,1807,1919,2329,1926,2338,2046,2487,2450,2568,2412,2201,2688,2128,1892,2631,2250,2845,2164,2045,2245,1931,1884,1762,1924,2047,2088,2092,2120,1931,2048,2199,2325,1973,2169,2127,1934,1964,1893,1675,2041,2360,2330,1931,2003,1835,2273,2213,2157,2930,2376,3169,2286,1967,1926,2127,2565,2535,2764,2126,1925,1886,2244,2294,2127,2686,2442,2412,2488,2241,3696,2484,1836,2110,1925,2328,2407,1844,2807,2086,1997,1809,1609,1561,1533,1557,4286,1884,1835,1856,1635,1737,1689,1874,1820,1908,1814,1891,1842,1891,1593,1685,1890,1618,1587,1607,1621,1599,1522,1987,1684,1686,1809,1812,1748,1656,1674,1652,1561,1686,1330,1814,1804,1850,1640,1562,1609,2115,1644,1565,1568,1415,1349,1494,2282,1538,1714,2001,1772,2448,2006,1808,1809,2043,2079,2050,2814,2198,1933,1930,1917,1691,1732,1850,1958,1935,1887,1718,2443,2286,1895,5651,2125,2007,2134,2048,2403,1879,2202,2280,2252,2343,1877,1924,2245,2017,2438,2177,2281,2575,2231,2033,1840,1882,2093,1919,1938,2039,2615,1841,1963,2008,1811,2164,1957,1845,1939,1761,2006,2119,1977,2006,1914,2218,2327,2118,2094,2500,2446,1948,1881,2286,3177,3968,2492,2486,2046,2290,1843,2048,1759,2264,2077,2663,2408,2721,2415,2328,2534,1833,2287,3203,2410,2181,1952,2326,2525,2134,1929,1795,1845,1969,1883,1888,2125,1846,2331,2006,2082,1885,2209,1813,1918,1965,2207,1972,2042,1849,2644,3167,2086,2725,3290,2735,2412,2521,3655,2404,3372,2209,2608,2286,2615,3042,2966,2728,2016,2088,2040,2431,2728,2768,4582,2027,2006,2780,2525,3132,3059,1926,1851,2037,2346,2420,1947,2420,2115,3446,2455,2362,2129,1951,2139,1996,2004,1889,1850,2078,4304,2712,2610,2526,2320,2377,2645,2731,2932,2724,2971,3007,2524,2244,1921,2375,2420,2601,3692,2572,2763,2611,2529,2568,2253,1961,1972,2279,2572,2407,2445,2055,2757,2892,4209,2891,2489,2369,2089,2085,2204,2726,2967,1972,1963,1673,1934,2045,2327,2529,2370,2400,2088,2370,4135,2647,2549,1853,1600,1568,1560,1844,2447,2072,2476,1930,2350,1857,1755,2516,1929,2765,1859,1921,1887,2000,1974,2435,2334,2320,2445,2773,2407,2609,2221,2247,2731,2327,2441,2443,2013,2124,2481,2525,1891,1895,1889,2088,1968,1921,1888,1927,2037,2087,2087,2094,1966,1804,2300,2132,2018,1890,1929,2116,2415,1919,1929,2408,2202,1965,1896,2039,1887,1964,1685,2211,2526,2373,2841,2425,2101,2081,2197,2034,2173,2038,1969,2208,1770,2038,2324,1809,1848,2253,2125,2087,2558,1935,2038,1802,1891,1801,1686,1655,2288,2076,2382,2890,2528,2041,2089,2043,1998,2727,2498,2296,1917,1930,1963,1974,1594,2089,2273,2288,2081,1647,1537,1528,1529,1557,1769,1967,2007,1891,1953,1897,1800,1890,1682,1932,2397,1645,2134,1646,1714,1853,1728,1682,1765,2092,1913,1766,1757,1970,1604,1405,1395,1460,1962,1840,1625,1529,1597,1808,1718,1687,1647,1723,1645,1528,1555,1468,1468,1891,1803,1530,1530,1521,1801,1477,1575,1394,1424,1623,1451,1499,1566,1459,1376,1608,1616,1527,1859,1448,1324,1989,1611,1597,1544,1434,1538,1851,1582,1462,1358,1965,1503,1426,1558,1355,1886,1533,1416,1626,1379,2017,1469,1385,1414,1577,1725,1447,1567,1439,1392,1404,1365,1353,1384,1353,1811,1923,1401,1345,1682,1559,1561,1545,1414,1538,1441,1426,1388,1293,1535,1868,1321,1922,1351,1429,1350,1322,1946,1338,1341,1444,1465,1360,1418,1327,1847,1367,1359,1385,1391,1519,1419,1694,1326,1860,1355,1499,1497,1536,1683,1702,1732,1457,1416,1485,1594,1529,1527,1563,1561,1439,1475,1692,1418,1462,1381,1367,1412,1420,1452,1453,1443,1394,1805,1832,1664,1377,1342,1897,1684,1596,1593,1592,1417,1474,1425,1496,1527,1595,1557,1685,1716,1769,1828,1735,1742,2016,1481,1614,1588,1590,1517,1402,1401,1685,1566,1488,1839,1439,1647,1577,1517,1574,1458,1476,1512,1495,1476,1622,1997,1539,1637,1516,1498,1489,1615,1646,1645,1629,1671,1895,1635,1541,1776,1519,1711,1566,1851,1801,1925,1778,1732,1911,2101,1677,1851,2014,2083,2305,2284,2812,2045,2409,2728,2805,3172,2609,2599,2099,2370,2702,3095,2968,2446,2851,2970,2244,2450,2208,2092,2559,2532,2083,2128,2136,2114,2457,2932,3289,2129,1940,2038,2011,1930,2243,2393,1894,1867,2476,2486,2163,1954,2089,2116,1849,2089,2081,1895,2165,2848,2448,2723,2894,2488,2327,2724,1980,2625,2451,2079,1973,2398,2452,2443,5339,2527,2448,2088,2024,1785,2244,2205,2532,2725,2407,1992,2125,1888,2845,2017,1879,1816,1834,1973,2447,2251,2158,1971,1811,1679,1729,1640,1644,1909,1971,2367,1895,2468,2535,2528,2403,2736,2120,2185,2525,2246,2380,1972,2067,2123,2327,1728,1754,2092,2163,2207,2649,3007,2809,3048,2332,1725,2728,2689,2214,2281,2610,2365,2650,2323,2172,2402,2288,2085,2090,2208,2159,2374,2564,2050,2122,1881,1953,1906,1885,2385,2424,2406,2448,2174,2056,2513,2733,3405,2611,1823,2231,2200,2258,2997,2659,2356,2375,2041,1764,1715,1904,1922,2146,1850,1819,2203,2326,1929,2362,2162,2041,1855,2283,1693,1604,1754,2174,1638,1698,1671,1764,1607,1568,1572,1570,1686,1681,1651,1997,1978,1593,2177,2003,1806,1768,1807,2562,1560,1810,1723,1978,1849,1797,1458,1635,1735,1912,1726,1652,1646,1602,1560,1593,1603,1592,2032,2470,1968,2437,1752,1885,1694,1798,2024,2024,1688,1777,2191,1751,2476,2321,2330,2165,1733,1822,2114,1966,2402,1884,1907,3133,2206,2093,2006,2604,2568,2447,2336,2080,1813,2045,2197,1767,1814,1919,2089,2447,2250,2196,2010,1927,1883,1926,1804,2488,2210,1615,2547,2290,1643,1568,1964,2208,2357,2047,1892,1882,1936,1875,1849,1917,2167,2410,2203,1755,1692,1926,1682,1958,2258,2561,2213,1961,1639,1771,1804,2290,2127,2368,2143,2332,3132,2353,2119,2764,2240,1973,1707,1600,1687,1966,2206,2450,2848,1805,2312,2136,2297,2356,2368,2485,2535,2041,2483,2370,2526,2368,2367,3009,2890,2802,2613,2330,2192,1965,1648,1565,1650,1805,1972,2277,1974,2005,2171,2005,1916,1927,2289,2169,2049,1921,1570,1800,1933,2085,1961,2002,2007,1964,1858,2279,1892,1886,2122,2403,2091,2024,2211,1888,1871,1924,2424,2807,2092,1786,1728,1929,1883,1926,2289,1834,2286,2413,2485,2522,2612,2161,2411,2646,2734,2087,1769,1727,2001,2975,2195,2769,1966,1763,2181,2082,2291,2927,2690,2445,2248,2362,2212,2491,2485,2571,2564,2569,2124,2405,2613,3329,2363,2448,2572,2053,1806,1874,2369,2207,2454,2646,2406,2524,2492,2085,2643,2250,2649,2406,1965,2331,2206,2714,2740,2127,1972,1756,1775,1844,2291,2242,2051,1986,2094,2506,2566,2980,2210,1919,2026,1766,1604,1926,2119,1966,1777,1964,1958,1894,1682,2007,2046,1768,1956,1937,1833,1612,1879,1936,2081,2041,1816,1835,1926,1488,2063,1489,2173,1470,1576,2173,2260,1682,2003,1689,1808,2042,2008,2049,1794,2047,1697,1669,1734,1676,1682,1690,1600,1611,1728,1609,1673,1727,1760,1603,1448,1451,1495,1362,1881,1594,1613,1717,2103,1881,1849,1962,1817,1914,1971,1962,1816,1836,1848,1852,2288,3616,2488,1963,1929,2483,2245,2209,2230,2416,1840,1720,1934,1884,1683,1729,1918,1817,1917,1973,2465,3096,2253,2596,2491,2039,2091,2214,1688,1926,2039,1979,2312,2616,2646,2401,2067,2326,2051,1965,1924,1847,1892,1722,1969,2003,2166,1969,1969,2279,1855,1922,2004,2126,2050,1926,2241,1892,1874,1856,2043,1844,1970,1691,1696,1534,1566,1632,1642,1653,1732,1801,1606,1562,1605,1755,1651,1803,2131,1639,1741,1874,1410,1401,1733,1433,1650,1636,1478,1545,1586,1524,1589,1519,1597,1331,2014,1389,1300,2159,1797,2210,1699,1709,1536,1568,1711,1448,1482,1499,1795,1975,1719,1853,1962,1713,1765,2259,1649,2074,1692,1691,1584,1500,1491,1826,1563,1495,1640,1677,1538,1532,1597,1635,1500,1629,1740,1604,1596,1977,1522,1888,1479,1372,1475,1530,1469,1490,1439,1495,1340,1899,1660,1932,1606,1638,1582,1620,1533,1587,2071,1494,1564,1718,1529,1644,2148,1671,1647,1652,2150,1531,1432,1377,1397,1566,1776,1708,1531,1368,1731,1752,1619,1517,1545,1594,1507,2265,2020,2669,1734,1615,2304,1852,1747,2436,2568,2242,2611,2790,2165,1773,2165,1961,2319,2014,1893,1753,1696,1716,2080,2335,1928,1970,2130,1925,1964,2003,2363,1885,1649,1762,1971,2161,2247,2426,2079,2494,2322,2168,3215,2283,1907,2340,2795,2012,2004,2048,2964,2010,2493,2343,2133,2118,1904,2079,1846,1769,2879,2328,1722,1799,2352,2155,2176,1640,1969,1839,1768,1929,2163,1970,2774,2364,1798,1891,2239,2047,2089,2056,2084,2085,2369,1964,1920,1732,1727,1623,1915,1409,1610,1605,2064,2009,2045,1934,2005,1970,1924,1845,1956,2333,2007,1879,1770,1963,2168,3011,1930,1918,1849,2522,2692,2204,2017,1842,2129,2003,2082,1818,1995,1812,2175,2647,2317,1969,2073,2018,1919,1810,2006,1563,1922,2185,2093,2314,1933,2201,1926,1922,2332,2283,3167,2164,2333,1774,1719,1684,2317,2203,2249,2725,2653,2521,2776,2522,2572,2529,2485,2444,2772,2562,2006,2524,2165,1730,1650,2333,1910,2493,2365,2247,2162,2257,1895,2048,2119,2450,1772,1682,1965,2006,2201,2017,2076,1928,1691,1965,1928,2085,1997,2017,1795,1884,2095,1721,1924,1808,2407,2328,2727,2090,2046,2323,1723,1932,2452,2479,1603,1776,1880,2046,1771,1924,2013,1758,1802,1728,1677,1700,1715,1609,1650,1642,1676,1601,1490,1490,1889,1682,2129,1677,1653,1757,1640,1916,1686,1566,2285,1889,2734,1892,2124,2040,1931,1770,1795,1973,1968,1846,1883,2250,2436,1689,2206,2174,2038,2165,2207,1842,2085,2204,1925,2097,1847,1918,1883,2251,2213,1966,2359,2054,1998,1844,2176,1805,1885,1964,2128,2118,1895,1878,1892,2006,2036,2055,1921,1695,1724,1794,1648,1689,1759,1538,1609,1612,1917,1926,1610,1638,1767,1530,1759,1696,1670,1736,1843,1888,2242,2054,2042,2007,1970,2049,1842,1970,2237,2416,2280,2441,2606,2931,2774,2603,3530,2570,2610,2120,3818,2097,1897,2004,1689,1723,1715,1965,1851,2013,2157,1967,2052,1959,2169,2010,1968,2140,2241,2411,2365,1927,1964,1974,2130,2036,1970,1720,2138,1966,2040,2376,2194,2131,2205,2084,2073,1766,1861,2655,2419,2091,2037,2246,1964,1649,1522,1866,1922,2036,2167,2030,2216,1770,2243,2046,1963,1811,1610,1759,1810,2551,2293,2205,1797,2652,2092,2369,2607,2444,2449,2330,2975,2080,2926,1813,1851,2214,2206,2234,2529,2401,1968,1678,1772,1931,2759,2099,1921,2122,2566,2376,2411,2171,2365,2333,2493,2363,1798,1946,1857,1998,1969,1806,1598,2130,1601,1532,1838,1969,2052,1963,2043,1602,1883,1981,1796,1536,1792,1618,2198,1540,1619,1684,1709,1927,1844,1931,2087,1804,1769,1729,1732,1762,1685,1567,1585,1884,2091,1708,2349,1619,1722,1687,1802,1719,1999,2095,2399,2391,2309,2451,2117,2044,1847,1894,2041,2115,2652,2775,2001,1767,2371,1800,1882,2129,2043,2122,2058,1877,1810,2202,2046,1848,1932,3085,2201,2572,3224,2523,2033,2082,2010,2454,2042,1966,2395,2489,1908,1855,1839,2129,1920,2219,2450,2491,1886,1882,1610,1905,2405,2131,1921,1965,3201,2019,2029,2532,2761,2650,2687,2646,2047,2008,2403,2405,2051,2010,2046,1957,1854,2037,1888,1684,2289,1882,1891,1890,1824,1936,1718,1778,1600,1611,1596,1558,1685,1726,1732,1804,1776,1787,1699,1793,1737,2210,2452,2083,2691,3483,2452,2288,2493,2479,3133,2606,2689,2647,2570,2368,2210,1707,1804,2000,1936,2471,2208,2609,2604,2050,3259,2324,2170,2285,2530,2248,2525,2136,2442,1929,2230,2025,2125,2649,2765,2610,2243,1999,2329,2287,2412,2319,2257,2438,2496,3053,1757,1970,1931,2279,1932,1715,1926,2090,2012,2003,2210,2097,2078,2610,3245,2339,2557,3051,2647,2612,2487,2685,2487,2445,2567,2531,2332,2363,3049,2447,2415,2649,2371,1941,1687,2384,1887,1957,2609,2330,1761,1965,1921,1647,1606,1527,1922,2008,1888,1919,1975,2077,2167,1934,2290,1840,1934,2046,1994,1888,1895,2167,1956,2247,1971,1931,1997,1964,2208,1928,2333,2162,2000,2859,2005,2649,2734,2097,2504,2251,2409,2020,1846,1921,1883,1848,1882,2014,1838,1776,1966,1957,1805,2210,1881,1934,2039,2009,2047,2000,1847,1847,1846,2690,2046,1801,1615,1627,1672,1728,1810,1650,1607,1630,1646,1648,1810,1561,1648,2084,1533,1631,1613,1760,1679,1647,1939,1686,1761,1488,1670,1778,1595,1497,1562,1756,1646,1513,2259,1570,1563,1544,1737,1682,1734,1677,1550,1621,1588,1613,1586,1759,1971,1620,1637,2028,1824,1476,1445,1536,1560,1655,2251,1864,1482,1639,1776,1355,1327,1884,1397,1725,1573,2007,1992,1644,1573,1444,1441,1459,1677,1655,1923,2243,1885,2296,1985,2401,2064,1730,1994,1727,1649,1648,2344,1732,1610,1568,1564,1838,2057,2100,2580,1887,1671,1471,1440,1510,1499,1771,1651,1726,2002,1683,2075,1696,1530,1716,1737,1770,1869,2021,2005,1652,1445,1606,1553,1912,1884,1725,1707,1827,1672,1528,1755,1940,2348,2119,1832,1851,1666,1603,1703,1696,1610,1790,1739,1769,1662,1755,1691,1718,1793,1883,1828,1549,1738,2155,1742,2392,1921,1882,1766,2002,2028,1936,2077,2098,3295,2774,3522,2293,1948,2149,3298,2447,2494,2195,2086,1807,2130,2520,2356,2437,2367,2084,2325,2410,2486,2450,2769,2488,2647,2688,2364,2286,1963,2404,2008,1977,1992,1929,2054,2049,2038,2001,2290,1925,1852,1964,2171,2908,2010,2611,1840,2042,1936,2125,2849,2443,1801,1646,1968,2042,1853,1804,2048,2045,2081,1946,2082,2037,2383,3207,2773,2565,1953,3253,2441,2615,2330,1936,2083,2077,1969,1892,1883,2321,2453,2247,2206,2370,2168,2046,1927,2115,2129,1892,2000,2103,2088,2528,3167,3013,2972,3047,2296,1995,2096,1873,1695,1682,1565,1524,2507,2687,2112,2008,1977,2041,2005,2081,2245,2571,2367,2164,2211,2203,2002,2042,2139,2281,2092,2125,1820,2731,1958,2614,2273,2216,1804,1594,1532,2010,1727,2046,1983,1884,2204,1884,1886,2130,2050,2167,2041,2206,2467,1840,2152,3403,2411,2568,2289,2172,2321,1696,1579,1842,1762,1949,2534,2274,2099,2101,2128,2082,2289,2115,2246,1777,1889,1850,2129,2321,2886,2525,3054,2526,2539,2096,2048,2430,2172,2444,2008,2442,2168,2448,2202,2375,2244,1923,1922,1849,2243,1690,1837,2889,1855,1913,1847,1849,2535,2047,2166,1838,1601,1535,1557,1532,1549,1499,1411,1402,1370,1766,1998,1922,1763,1946,1910,1685,1660,1951,1769,1559,1458,1553,1577,1681,1612,1568,1568,1766,1798,2136,1804,1671,1805,1830,1532,1572,1482,1643,1921,1872,1746,1866,1856,1647,1780,1638,1997,1818,1723,1753,1948,1635,1967,1797,1636,1942,2214,1671,1688,1653,2160,1644,1732,1684,1641,1873,1809,1780,1642,1711,1616,2142,1924,2037,1877,2014,2684,2045,1893,1962,1923,2006,1967,2039,2092,2083,2016,2315,1894,1886,1880,2168,2536,1796,1573,1601,1562,1530,1768,1796,2326,1968,2054,1844,2248,1996,1976,2116,2044,2094,2043,2043,2008,1855,2203,2003,2010,2642,2131,2582,2360,2646,2568,2211,2488,2405,3013,2809,2610,2001,2039,1895,1916,2094,2130,2042,2090,2207,2395,2407,2164,2062,2049,1967,1968,1968,1955,2409,2012,2041,1893,1965,2241,1967,2128,2331,2081,2408,1855,2256,2811,2122,2330,2046,2033,2204,2815,4571,2165,1806,1776,2222,2570,2245,2170,4575,2042,2807,2330,2289,5092,2009,2387,2657,1883,2122,2007,1799,1853,2157,2323,2687,2119,2494,2766,1651,1775,2293,2181,2773,2208,2200,3452,2531,2453,1854,2346,2519,2897,2051,2517,2090,3573,2203,2118,2053,2534,2481,2452,2443,2288,2217,2094,2127,2092,2046,1847,1957,2012,1879,2038,1838,2024,2363,1965,1933,2214,2094,2689,2490,2325,2084,2012,2006,2320,1974,2009,2481,1880,1920,1969,1996,2536,2365,2046,2467,2442,2247,2015,2641,2768,2530,2122,2007,2162,2328,2287,2213,2128,1829,1757,2122,2115,2327,2038,2108,1967,2002,1855,1923,2201,1615,2163,2132,2272,1733,1995,1972,1885,1772,1954,1814,1801,2046,2010,2188,2408,2491,2084,1821,2330,1887,1880,2390,2405,2420,2651,2807,2851,2561,2013,1922,1886,1850,1841,2411,2239,2172,2455,2286,1966,1827,1921,1897,2118,2046,1972,2087,2076,2054,1925,1844,2046,2211,1555,1411,1400,1379,1397,1399,1681,1649,1773,1731,1789,1613,1721,1696,1834,1925,1889,2212,2363,1886,1969,1880,2050,1841,1686,1644,1969,2616,2035,1927,2246,1688,1607,1760,2083,2450,2441,2609,2415,1809,1923,1842,2294,2206,2286,2373,2051,1854,2294,3170,3004,2488,2809,1888,1774,1840,1919,2376,1813,2217,1805,1603,1561,1531,1555,1567,1968,2010,1797,1846,2039,2276,2165,2448,2772,2371,2270,2204,1846,1876,2018,1758,1923,1925,1857,2080,2042,1767,2046,1418,1667,1684,1811,1490,1739,1687,1588,1719,1740,1639,1867,1779,1641,1701,1983,1585,1523,1592,1542,1557,1668,1627,1580,1532,1520,1446,1390,1512,1604,1626,1737,1483,1440,1722,1453,1437,1409,1690,1486,1836,1632,1656,1749,2222,1622,1907,2030,2150,1530,1914,1690,1565,1527,1644,2159,1620,1604,1689,1916,2121,2043,1721,1619,1621,1771,1612,1670,1390,2066,1779,2320,1971,1652,1696,1625,1691,1683,1567,1682,1801,1752,1512,2151,1777,2043,1600,1740,1725,1694,1634,1615,1538,1894,1852,2298,1820,2343,1785,1731,1891,1712,1965,1688,1800,1605,1604,1648,1894,1723,1751,1740,1846,1716,1813,1935,2404,1880,1808,1564,1967,2372,1765,1846,2373,2163,1835,1849,2126,2176,1958,1935,2198,2412,2002,2050,2688,2157,1935,2044,2323,2771,2165,2247,1726,2292,2124,1727,1849,1806,2031,2215,2851,2278,2372,2322,2006,2974,2290,2361,2175,2034,2123,2008,2288,1932,2034,2139,2079,2086,2133,2109,2250,2041,1830,2216,1925,2070,2091,2132,1922,1801,1563,2050,1919,1928,2183,1836,1731,1764,2300,1880,1941,1648,1924,1889,1847,2075,1853,1846,1916,1685,2018,1843,1764,1805,1810,1759,1764,1807,1727,2051,2127,1637,1682,1724,1729,1848,1836,1537,1591,1525,1524,1496,1883,1849,1764,1608,1685,1834,1847,1481,1446,1483,1477,1576,1714,1596,1659,1957,1611,1602,1968,1609,1955,1502,1513,1837,1538,1636,1522,1421,1476,1596,1694,1644,1615,1678,1766,1559,1609,1563,1837,1448,1648,1421,1624,1515,1621,1349,1808,1331,2035,1379,1521,1604,1400,1632,1407,1569,1375,1410,1478,1412,1400,1509,1657,1647,1578,1995,1777,1882,1929,1726,1684,2055,1894,1762,1761,2328,2250,1765,1762,1804,2015,2448,1921,2453,3166,2294,2797,2813,2855,2065,2641,2742,2461,2049,2111,2494,2569,2529,2038,1959,3060,2128,2038,2741,2252,2487,2445,3009,2808,2451,2682,2727,2529,2125,2292,2407,2197,1917,2086,2178,1800,2252,2013,1993,1928,1769,2007,2213,2054,2181,2220,2477,2126,1605,2632,2164,2041,2854,2123,2247,2086,2172,2615,3281,2495,2441,2252,2406,2284,4617,2772,2808,2925,2928,2411,2808,2646,2609,2522,2363,2137,2323,1888,2496,2270,2326,2323,2019,1921,2660,3339,2595,3136,2727,2889,2970,3050,2760,2451,2001,2098,1944,1777,1923,2277,2249,1894,2115,2330,2688,2570,2080,2081,2168,1656,1712,2299,2176,2069,2320,2010,1969,2356,2011,2203,2414,2546,2531,2091,2333,2916,2363,1941,2095,1892,3009,2494,2401,2504,2559,2290,2363,2208,2701,2406,2569,2683,2572,2524,2689,2726,2808,3252,2444,2694,2281,2610,2806,2374,3449,2844,2498,2597,2095,2279,2699,2520,2634,1963,2302,2331,2088,3113,2847,2527,2452,2450,2284,2528,2572,2081,2447,2090,2203,2194,2130,1604,2662,2819,2280,2207,2049,2835,2413,1861,2087,2329,2168,2048,2283,2085,2488,2375,2649,2686,2768,1953,2165,2006,1808,2090,2292,1837,2083,1773,1963,1843,2530,2005,1847,1923,1966,2253,2369,2197,2420,1838,2173,3597,2766,2092,2248,2287,3164,3095,2603,2688,2685,3219,2763,1969,2133,2117,1736,2319,1848,1810,1800,2749,2010,2125,1975,2602,2205,2082,2174,2315,2089,2014,1966,1927,2124,2086,2117,2166,2010,1969,1851,2723,2330,1971,2090,2604,2199,2369,2698,2327,2521,2893,1736,2363,2647,1851,1765,1880,1848,1767,2083,1807,1841,2085,1851,2090,2681,1810,1587,1557,1563,1538,1726,1594,1574,1640,1798,1693,2085,1805,1758,1844,2104,1550,1525,1616,1598,1521,1656,2043,1609,1958,2052,1646,1668,1928,1558,1979,1839,2368,2201,1756,1633,1974,1569,1687,1603,1514,1451,1445,1800,1718,1690,2094,1568,1643,1408,1364,1446,1430,1623,1478,1601,1567,1536,1502,1533,1533,1468,1577,1667,1574,1779,1813,1663,1578,1692,2044,1638,1601,1496,1599,1803,1804,1691,2255,1850,1815,1586,1860,1470,2367,1432,1648,1522,1483,1443,1377,1513,1919,1550,1827,1566,1955,1663,1556,1516,1529,1450,1444,1658,1381,1605,1444,1386,1424,1889,1419,1421,1573,2023,1400,1430,1750,2147,1592,1537,1510,1485,1486,1492,1462,1691,1496,1398,1520,1559,1683,1699,1623,1648,1726,1457,1610,1560,1483,1713,1465,1342,1370,1427,1379,1389,1460,1575,1512,2094,1641,1423,1475,1450,1444,1445,1535,1479,1744,1601,1919,1480,1491,1528,1651,1611,1598,1842,2162,1815,2150,1862,1896,1896,1715,2057,1714,2039,1768,1802,1764,1798,1978,1916,1726,1768,1927,2241,2172,2081,2167,3025,2243,2433,2756,2493,2516,2286,2411,2275,2696,2172,1911,2551,2766,2483,2576,2159,2323,2289,1924,2215,1935,1879,2165,2046,2015,2203,2529,2567,2526,3416,2605,3045,2064,1903,1874,1962,2041,2090,2005,2377,2318,2454,1889,1570,1653,1493,1525,1516,1718,1773,1574,1883,1797,1843,2407,2054,2086,2250,2558,2745,2325,2361,2192,2615,2528,2366,2286,2212,2242,2609,2909,2697,2843,2164,2126,1935,1716,1813,2650,1923,2407,2696,2053,2079,2054,2012,1804,2443,2078,1927,2372,2452,2326,1767,2040,2401,2359,2295,2562,2565,2608,2978,3087,2927,2649,2563,2052,2571,2198,2251,3131,2002,2255,2039,2203,1856,2041,2287,1849,2357,1692,1640,2128,1972,2004,2086,1920,2479,2531,2329,1929,1948,2692,2095,1878,1644,1608,1765,1843,1895,1923,1916,2297,1996,2051,2330,1564,1727,2124,1891,1965,1999,1774,1877,1808,2011,2157,1769,1767,1663,1535,1735,1994,1653,1843,1884,1884,2215,2326,2041,1933,1532,1599,1561,1561,1976,2004,1837,1970,2324,1977,2115,2056,3007,2131,1923,2088,1837,2609,2294,1920,2160,1896,2076,2056,2049,2275,2124,2875,2823,2153,2219,1905,2113,1814,1965,2048,2157,2329,1811,2238,1847,2651,2084,1935,1799,1681,2013,2040,1884,1977,2036,2011,2041,1885,2092,2040,2293,2567,2048,2325,2014,2485,1765,1918,1841,1933,2164,1877,1887,1771,1806,1716,1694,1992,1863,1562,1681,1607,1800,1640,1565,1480,1599,1577,1881,1519,1452,1634,1861,1517,1638,1817,1641,1614,1832,1420,1440,1906,1759,1725,2126,2248,2205,1856,1967,1914,1528,1523,1545,2117,2528,2450,2016,2002,2043,1963,2327,2093,1919,1845,1967,1930,1879,1893,2342,2447,2604,2453,2163,2010,1965,1883,2530,2165,2693,2611,2687,2319,1980,2250,2616,2527,2196,1965,1801,1895,2045,1796,1967,2095,2448,2370,2398,2288,2009,2127,2293,2046,2196,1974,2036,2169,1891,1922,2084,2326,1854,1926,2325,1929,1957,2054,1685,1729,1917,2013,2042,2041,1974,2228,2963,2854,2685,3009,2132,2100,1888,1725,1965,1890,1918,1933,2049,2447,2563,2536,2159,2572,2202,1966,2217,2241,2048,2557,2092,2421,3610,2480,2167,2967,2488,2565,3286,2694,2372,2640,2414,2107,1928,2205,2397,2372,2370,2612,2402,2567,2270,2809,2728,3328,2334,2243,2086,2251,3249,2648,2407,2247,2619,2202,2096,2042,2121,2247,2691,2037,2454,2244,1956,2776,2442,3252,2016,2114,2216,2320,2275,2026,2007,2281,1843,1612,1561,1567,2083,1892,1882,2250,2327,1774,2088,1887,1969,1604,1601,1772,2569,1848,2036,1880,1944,1692,1710,1614,1756,1843,1537,1569,1518,1491,1512,1976,1969,1828,1686,1659,1768,1808,1371,1427,1462,1690,1551,1720,1701,1566,1916,1802,1363,1527,1411,1565,1525,1641,1855,1423,1616,1797,1528,1523,1453,1522,1543,1493,1577,1734,1714,1421,1523,1878,1608,1778,1671,1731,1764,1733,1647,2191,2132,1652,1847,1639,1519,1495,1518,1493,1792,1574,1645,1717,1723,2263,1882,1556,1456,1595,1519,1484,1530,1728,1722,1563,1725,1611,2191,1606,1410,1431,1499,1603,1556,1559,1527,1529,1525,1570,1643,1648,1709,1642,1490,1454,1676,1324,2079,1618,1892,1732,1553,1685,1754,1603,1504,1512,1494,1561,1475,1622,1634,1738,2162,1681,1924,2049,1840,1777,1912,1648,1808,1763,2079,2209,2246,2084,2014,1883,1841,1885,2450,1958,2243,2291,2214,2142,1795,2004,2089,2089,1929,2046,1887,1845,1890,1763,1884,2284,2333,1921,1808,1837,1733,2362,1763,1894,2205,2119,2450,2337,1997,1883,1993,2561,2090,2172,1939,2195,1948,1848,2007,1682,2574,1926,2204,2094,1685,1795,1850,2290,2319,1973,2048,2130,2223,2178,2122,1970,2420,2151,2358,2088,2281,2334,1976,2088,1925,1966,1884,1854,1843,2364,2213,2165,2164,2199,2557,2105,2093,1965,2041,2048,1724,1609,2241,1687,2008,2239,1686,1734,1810,1765,1797,1853,1639,1656,1517,1486,1487,1875,1725,1578,1685,1640,1648,1644,1568,1504,1410,1562,1433,1385,1397,1652,1891,1726,2122,2038,1556,2201,2009,2282,1857,1591,1606,1450,1484,1516,1574,1636,1859,1677,1584,1567,1437,1327,1812,1805,2069,1728,1648,1772,1716,1610,1611,1450,1345,1813,1438,1929,1906,2086,1794,1719,1522,1469,1371,2269,1458,1559,1666,1769,1625,1762,1695,1649,1555,1526,1599,1950,1779,1582,1615,1485,1760,1518,1492,1556,1516,1963,1845,1412,1376,1493,1487,1337,1820,1369,1475,1290,1398,1673,1490,1362,1635,1353,1255,1844,1311,1831,1724,1746,1526,1368,1331,1846,1326,1819,1794,1803,1513,1339,1270,1746,1961,1326,1818,1860,1367,1339,1534,1692,1441,1313,1835,1385,1347,1343,1343,1340,1825,1948,1706,1571,1331,1829,1893,1435,1448,1450,1442,1522,1393,1606,1919,1379,1774,1810,1918,1419,1344,1916,1533,1894,1831,1316,1832,1395,1393,1393,1391,1393,1369,1385,1741,1514,1401,1428,1371,1367,1368,1368,1367,1391,1351,1318,1427,1369,1779,1797,1775,1773,1770,1759,1839,1760,1617,1253,1762,1769,1789,1839,1777,1789,1813,1733,1352,1718,1742,1759,1762,1761,1780,1783,1661,1371,1749,1738,1791,1755,1813,1348,1392,1378,1391,1647,1549,1310,1862,1318,1355,1831,1837,1835,1907,1409,1354,1656,1276,1790,1874,1326,1812,1807,1873,1325,1447,1576,1313,1775,1793,1781,1836,1367,1849,1397,1664,1646,1378,1316,1369,1341,1340,1339,1341,1344,1331,1749,1604,1860,1362,1329,1823,1822,1823,1889,1398,2744,2447,2025,2432,2191,2214,2239,2381,2622,2309,2052,1923,2519,2443,2171,2006,2296,2143,2077,1861,2078,1772,1807,1964,1912,2120,2406,1691,1851,1811,1738,1611,1870,1709,1523,1760,1714,1728,1729,1763,1713,1787,1653,2338,1633,1642,2015,1592,1655,1710,1685,2132,2169,1757,1723,1797,1703,1777,1747,1611,1793,1955,2361,1903,1619,1605,1631,1655,1631,1558,1725,2085,1935,1721,1736,1581,1681,1841,1811,1879,1805,2036,2082,2197,2052,1818,1860,2149,1670,1927,1855,2056,1903,1983,2007,2170,2183,2061,1854,1845,2003,1917,1877,1909,1949,2261,1607,1577,1716,1646,1563,1631,1833,1692,1672,1683,1727,1699,1863,1913,1720,1692,2042,1692,1679,1811,2450,1699,1655,1770,2083,1587,1515,1536,1515,1697,1366,1402,1399,1611,1496,1428,1518,1876,1625,1667,1342,1844,1849,2006,1465,1762,1453,1522,1595,1586,1852,1849,1848,1945,1427,1723,1514,1386,1527,1518,1793,1791,1791,1870,1358,1473,1422,1776,1564,1653,1486,1983,1992,1326,1995,1289,1951,2028,1582,1323,1917,1465,1381,1430,1374,1438,1451,1353,1454,1666,1836,1328,1345,1297,1814,1808,1801,1851,1385,1278,1543,1562,1364,1346,1287,1788,1784,1784,1764,1507,1510,1833,1368,1270,1764,1768,1765,1801,1876,1299,1339,1763,1770,1762,1756,1759,1805,1266,1759,1432,1541,1765,1749,1740,1739,1739,1743,1811,1659,1275,1805,1775,1776,1846,1345,1344,1309,1312,1777,1493,1426,1317,1804,1762,1756,1763,1744,1873,1860,1701,1767,1802,1747,1794,1789,1823,1855,1312,1705,1688,1828,1816,1740,1823,1744,1716,1727,1765,1199,1593,1780,1778,1812,1813,1737,1705,1788,1777,1355,1717,1814,1815,1773,1768,1726,1827,1794,1166,1575,1720,1744,1771,1727,1860,1508,1530,1481,1493,1610,1565,1873,1394,1427,1429,1402,1393,1384,1438,1397,1664,1361,1835,1379,1459,1871,1864,1862,1878,1305,1384,1687,1251,1843,1882,1381,1379,1385,1382,1297,1788,1646,1608,1692,1826,1776,1776,1774,1764,1904,1197,1750,1772,1829,1761,1757,1759,1915,1264,1823,1230,1529,1784,1725,1697,1681,1710,1671,1686,1788,1305,1308,1679,1697,1708,1694,1699,1700,1731,1781,1193,1410,1736,1699,1694,1693,1669,1684,1702,1693,1691,1488,1667,1675,1838,1452,1359,1358,1405,1307,1811,1923,1501,1676,1452,1229,1840,1838,1833,1854,1273,2012,2061,1343,1917,1344,1836,1835,1834,1857,1291,1883,1720,1330,1903,1348,1882,1339,1350,1796,1926,1294,1826,1736,1365,1371,1312,1804,1814,1807,1907,1245,1431,1656,1333,1338,1783,1824,1287,1784,1804,1787,1343,1651,1740,1840,1317,1809,1808,1862,1340,1274,1314,1951,1341,1327,1291,1846,1449,1442,1321,1924,1471,1389,1529,1541,1410,1355,1321,1856,1446,1440,1439,1347,1576,1624,1761,1400,1323,1296,1914,1418,1417,1419,1393,1454,1839,1680,1334,1443,1403,1395,1438,1448,1442,1413,1643,1718,1731,1343,1847,1340,1919,1417,1420,1399,1369,1332,1761,1517,1303,1835,1316,1811,1893,1373,1354,1426,1445,1365,1531,1817,1893,1370,1368,1370,1350,1386,1393,1334,1485,1564,1340,1307,1777,1772,1774,1758,1860,1351,1383,1595,1266,1780,1762,1760,1750,1750,1829,1281,1222,1426,1816,1301,1753,1748,1769,1782,1876,1286,1728,1527,1755,1718,1745,1771,1734,1760,1823,1779,1585,1339,1689,1729,1731,1707,1720,1734,1741,1763,1443,1176,1679,1825,1349,1347,1333,1823,1842,1364,1865,1918,1313,1617,1460,1428,1422,1396,1380,1849,1385,2005,1927,1832,1463,1353,1315,1800,1797,1788,1776,1519,1524,1903,1236,1793,1340,1322,1842,1274,1790,1932,1300,1562,1751,1786,1782,1767,1764,1752,1844,1391,1366,1505,1822,1326,1815,1801,1803,1775,1835,1714,1460,1817,1331,1292,1853,1347,1348,1344,1328,1300,1813,1481,1853,1822,1766,1757,1803,1753,1769,1774,1419,1180,1803,1318,1792,1748,1835,1748,1813,1363,1218,1652,1737,1758,1785,1818,1785,1796,1800,1800,1368,1656,1812,1798,1790,1782,1782,1742,1794,1739,1541,1761,1370,1837,1361,1345,1839,1856,1426,1385,1848,1388,1785,1319,1890,1375,1306,1802,1800,1835,1911,1865,1314,1782,1899,1291,1783,1791,1798,1808,1298,1667,1824,1326,1331,1780,1776,1774,1774,1775,1259,1386,1559,1338,1364,1302,1797,1803,1802,1919,1280,1647,1522,1780,1805,1749,1742,1744,1752,1840,1275,1423,1553,1297,1761,1736,1767,1769,1803,1792,1758,1267,1307,1806,1738,1734,1814,1772,1826,1767,1826,1419,1829,1389,1322,2002,1456,1435,1617,1573,1479,1408,1433,1552,1399,1380,1439,1402,1417,1411,1410,1561,1559,1675,1516,1570,1510,1457,1434,1412,1409,1409,1410,1464,1378,1375,1749,1610,1499,1458,1433,1414,1410,1396,1466,1413,1759,1509,1430,1464,1463,1432,1413,1410,1409,1412,1464,1426,1439,1495,1496,1455,1433,1412,1413,1413,1519,1415,1489,1406,1607,1502,1427,1395,1382,1382,1382,1384,1425,1538,1872,1341,1508,1531,1437,1389,1382,1499,1400,1514,1466,1278,1635,1348,1396,1394,1423,1369,1363,1352,1361,1419,1423,1757,1334,1276,1885,1430,1437,1412,1411,1392,1417,1487,1631,1340,1973,1536,1437,1403,1382,1388,1351,1403,1387,1354,1323,1707,1445,1438,1392,1368,1352,1343,1410,1419,1405,1698,1352,1520,1474,1365,1407,1382,1381,1429,1897,1422,1398,1372,1688,1387,1344,1385,1401,1383,1474,1467,1916,1385,1707,1626,1344,1584,1455,1985,1372,1845,2015,1448,1622,1781,1348,1373,1361,1853,1858,1860,1937,1370,1435,1321,1559,1960,1406,1345,1839,2025,1345,1918,1284,1534,1930,1439,1323,1921,1350,1922,1424,1405,1330,1530,1763,1260,1899,1398,1458,1398,1398,1398,1364,1285,1377,1349,1847,1263,1824,1780,1773,1772,1745,1792,1342,1577,1260,1741,1763,1731,1718,1719,1740,1723,1249,1569,1829,1698,1711,1708,1707,1707,1687,1769,1349,1420,1764,1710,1689,1724,1723,1798,1745,1825,1288,1210,1771,1788,1767,1733,1833,1378,1427,1471,1424,1645,1432,1441,1317,1844,1343,1838,1837,1834,1980,1544,1546,1410,1335,1364,1319,1812,1812,1877,1393,1362,1850,1434,1791,1770,1795,1793,1789,1789,1842,1291,1853,1524,1276,1784,1775,1828,1772,1788,1765,1514,1348,1358,1357,1322,1766,1764,1758,1759,1803,1796,1526,1588,1314,1276,1800,1749,1747,1747,1736,1785,1725,1422,1753,1718,1687,1725,1721,1756,1754,1672,1690,1648,1689,1690,1686,1688,1729,1766,1781,1500,1303,1769,1760,1759,1720,1719,1737,1800,1829,1179,1278,1697,1704,1718,1713,1713,1718,1778,1778,1215,1339,1733,1734,1862,1360,1388,1336,1863,1340,1380,1398,1605,1635,1341,1741,1841,1744,1810,1811,1909,1358,1325,1802,1324,1817,1796,1851,1290,1789,1772,1882,1412,1415,1346,1344,1797,1772,1772,1771,1867,1344,1375,1643,1337,1282,1841,1261,1758,1760,1743,1838,1288,1685,1827,1314,1754,1749,1748,1747,1764,1795,1467,1339,1814,1286,1745,1770,1769,1738,1733,1782,1530,1327,1753,1767,1739,1733,1732,1751,1788,1759,1728,1218,1728,1745,1723,1730,1719,1729,1740,1756,1443,1232,1714,1719,1715,1723,1713,1684,1737,1759,1672,1644,1690,1717,1764,1746,1730,1753,1788,1765,1307,1741,1732,1714,1710,1708,1710,1744,1883,1427,1550,1463,1870,1528,1382,1412,1398,1414,1424,1545,1487,1610,1447,2015,1310,1901,1348,1836,1835,1828,1416,1481,1326,1848,1240,1908,1359,1360,1363,1340,1349,1446,1757,1322,1867,1474,1326,1335,1832,1819,1818,1830,1311,1803,1906,1357,1371,1333,1815,1798,1845,1456,1389,1573,1766,1274,1883,1362,1365,1348,1341,1379,1365,1367,1459,1712,1843,1331,1350,1333,1392,1411,1544,1426,1526,1372,1754,1583,1368,1455,1386,1401,1393,1360,1361,1479,1452,1401,1441,1671,1419,1379,1394,1367,1393,1415,1426,1417,1431,1469,1516,1499,1546,1418,1431,1413,1428,1393,1601,1469,1811,1380,1492,1481,1385,1434,1399,1395,1382,1368,1390,1409,1389,1865,1445,1326,1406,1411,1426,1410,1411,1511,1433,1570,1568,1390,1649,1405,1434,1411,1411,1411,1511,1474,1721,1641,1513,1333,1412,1448,1382,1381,1384,1384,1504,1912,1632,1434,1361,1383,1416,1368,1362,1361,1360,1373,1353,1275,1771,1363,1507,1336,1367,1362,1361,1341,1331,1961,1322,1265,1882,1334,1373,1335,1332,1332,1332,1404,1467,1261,1191,1399,1779,1770,1772,1763,1761,1814,1331,1857,1403,1558,1779,1891,1420,1432,1436,1412,1382,1487,1499,1533,1364,1835,1400,1863,1960,1359,1859,1866,1859,1866,1358,1500,1349,1870,1863,1862,1845,1915,1438,1981,1861,1539,1322,1839,1955,1343,1955,1392,1477,1828,1843,1408,1416,1844,1957,1344,1955,1424,1368,2025,1599,1444,1447,1320,1920,1427,1428,1430,1442,1299,1454,1741,1436,1457,1397,1398,1396,1398,1298,1934,1334,1545,1674,1293,1823,1779,1773,1772,1754,1833,1319,1578,1554,1394,1304,1763,1758,1757,1753,1910,1807,1536,1427,1800,1749,1741,1737,1738,1785,1744,1729,1571,1798,1908,1353,1346,1346,1336,1868,1390,1395,1334,1424,1734,1312,1831,1826,1809,1801,1801,2086,1764,1324,1307,1702,1864,1305,1788,1783,1807,1857,1353,1353,1405,1818,1776,1786,1780,1769,1767,1850,1615,1576,1868,1315,1792,1824,1269,1765,1872,1291,1372,1507,1741,1747,1725,1781,1799,1808,1843,1388,1255,1668,1761,1819,1830,1347,1345,1344,1330,1864,1855,1793,1498,1380,1472,1348,1331,1827,1809,1905,1316,1512,1278,1660,1811,1898,1339,1336,1413,1490,1377,1401,1317,1398,1236,1937,1370,1317,1885,1490,1419,1390,1303,1931,1237,1580,1276,1833,1434,1365,1366,1364,1360,1378,1440,1774,1391,1399,1408,1330,1557,1554,1553,1511,1547,1484,1497,2037,1613,1596,1538,1645,1647,1612,1429,1408,1467,1476,1897,1594,1422,1421,1423,1407,1405,1413,1408,1420,1635,1427,1770,1429,1423,1457,1409,1409,1407,1414,1492,1594,1547,1573,1617,1521,1471,1414,1409,1453,1465,1481,1442,1824,1371,1434,1569,1586,1532,1472,1471,1726,1521,1529,1543,1634,1493,1477,1481,1490,1472,1471,1474,1463,1818,1464,1396,1635,1586,1433,1525,1754,1536,1529,1489,1494,1517,1461,1603,1469,1484,1385,1467,1565,1502,1499,1663,1580,1566,1934,1711,1511,1753,1905,1611,1743,1508,1604,1707,1961,1791,2027,1517,1676,1692,1413,1666,1664,1695,2044,1637,1774,1839,1659,1713,1944,1761,1804,1934,1474,1409,1485,1607,1709,1600,2254,1498,1428,1410,1412,1393,1329,1871,1321,1867,1472,1437,1445,1646,1441,1560,1531,1442,1441,1494,1624,1411,1533,1423,1777,1510,1734,1832,1668,1685,1763,1579,2317,1921,1866,1736,1763,1634,1598,1482,1902,1574,1414,1589,1489,1517,1506,1430,1491,1426,1420,1387,1725,1383,1485,1476,1395,1383,1393,1396,1863,1875,1344,1432,1375,1863,1838,1956,1346,1958,1392,1468,1423,1368,1485,1356,1409,1549,1488,1500,1512,1357,1388,1339,2944,2306,2187,1961,2054,1920,2137,2215,2167,2437,2031,2076,2166,2471,2337,2122,2333,1704,1965,1659,2212,1818,1875,2128,2158,1913,2045,2107,1834,1790,1805,1779,1653,1993,2091,2432,1995,2379,1691,2071,1594,1884,1603,1598,1773,1915,2030,1875,1644,1793,1773,1793,1774,1601,1806,2333,1767,1820,2080,2397,1954,1944,1816,2219,1528,1791,1748,1897,1922,2076,2228,1622,1856,1848,1578,1587,1802,1776,1726,1711,1736,1799,1812,1960,1765,1708,1746,1666,1506,1679,1898,2092,2328,2091,2024,1561,1529,1509,1550,1578,1626,1637,1633,1607,1682,1826,2011,1586,1560,1773,1632,1488,1488,1489,1519,1679,1440,1459,1525,1491,1598,1537,1538,1849,1537,1515,1695,1516,1846,1557,1614,1615,1613,1783,1598,1616,1463,1769,1623,1931,1795,2079,1762,1761,1697,1627,1793,1735,1869,1580,1705,1806,1936,1944,2059,2039,2330,2146,1955,1856,1992,2101,2058,1936,1995,2025,1866,1984,1983,1903,1791,1522,1701,1934,1553,1881,1729,1725,1708,1711,1733,1701,1590,1663,1670,1658,1736,1715,1733,1699,1596,2151,1613,1589,1674,1561,1643,1688,1667,1705,1525,2256,1591,1638,1477,1786,1488,1429,1582,1497,1582,2052,1744,2050,1668,1581,1496,1588,1537,1600,1643,1735,1677,1554,1622,1615,1709,1532,1487,1579,1517,1632,1364,1330,2291,1727,1525,1655,1560,1590,1533,1681,1578,1527,1524,1601,1453,1486,1872,1977,1542,2108,1906,1545,1871,1842,1501,1453,1525,1798,1897,1624,1772,1992,1722,1753,1722,1911,1726,1684,1687,1607,1574,1710,1652,1835,2135,1920,1972,2082,2358,2167,1964,2328,2186,2412,2666,2451,2469,1723,1687,1972,1811,1793,2072,2045,1903,2127,2290,2383,2746,1807,2484,2038,2030,2153,2079,1880,1887,1891,2084,2988,2505,2538,2207,1884,1925,1827,1905,1959,1976,1678,1606,1766,1768,1877,1854,2079,2171,1688,1840,1731,1726,1798,2247,1970,2049,1837,2346,2246,2382,1844,1644,1606,1639,1533,1600,1563,2095,1682,1684,1984,1958,2056,1900,1837,1777,1677,2017,1760,1724,1498,1802,1770,1606,2194,1859,1771,1607,1667,1595,1772,2178,1738,1971,1791,2263,1873,1720,1702,1672,2081,1874,2039,1725,1611,1792,2091,2626,1931,2530,1894,1731,1727,2165,1645,2103,2019,2112,2096,2046,2012,2134,2420,1720,2080,1889,1934,1879,1760,1732,1725,1922,2133,1849,2058,2076,1905,1768,1840,1686,1764,1536,1875,2339,1560,1400,1381,1475,1485,1616,2122,1650,1605,1527,1724,1520,1534,1555,1538,1682,1611,1848,2086,2407,1685,1501,1551,1617,1835,1893,1604,1577,1792,2004,1732,1717,1738,1810,2229,1607,1653,1723,1640,1774,1814,2160,2299,1758,1924,2012,1764,2007,2042,1966,1924,2005,2009,2015,2006,2044,1795,1817,1846,1967,2073,1776,1803,1998,1976,1884,2246,1919,1977,1886,2236,1888,2123,2296,2204,2042,1971,2480,1808,2013,1997,1850,2085,2132,2010,1965,2041,2532,2203,2089,1962,2170,2530,1954,1811,2209,1846,2039,1929,1926,2001,2086,2194,3300,2883,3013,2371,2075,2532,3690,3170,2568,2690,1889,2217,2428,2157,1931,2602,2453,1808,2162,2248,3532,2369,2247,2442,2570,2057,1954,2503,2652,2649,2682,2450,2125,2241,2119,2050,1966,2005,1966,1759,2344,3135,2580,2129,1572,1556,1971,1924,1641,1641,2142,2650,2643,2457,2434,1940,2823,2988,1807,1924,1644,1772,2010,1920,1890,1999,2134,2113,2132,2014,2113,2088,1815,1836,1846,1854,1879,2570,2521,1892,1810,2485,1967,2545,2810,2227,2064,2728,2014,2364,1923,1687,1600,2252,2112,2100,1836,2166,1969,1927,2042,1939,2407,1760,1806,2166,2050,1567,1597,1681,1731,1845,1709,1841,2241,1898,2282,2488,1923,1972,1817,1429,1851,1772,1793,1617,1596,1562,1726,1968,1802,1658,1637,1326,1812,2045,1676,1930,1568,1581,1604,1601,1955,1612,1533,1939,1683,1570,1691,2227,1831,2060,2020,1650,1769,1886,1731,1786,2033,1724,1833,1678,1802,1528,1800,1616,1477,1881,1926,1530,2108,1564,1659,1866,1770,1470,1640,1410,2110,1416,1774,1795,2056,2224,1937,1813,1578,1539,1445,1831,2268,2120,1758,1704,2193,1832,1603,1519,2003,1703,1691,1602,1877,1683,1717,1598,1647,1662,1681,1548,1993,1622,1616,1522,1550,1483,1593,1814,1615,1818,1918,2212,1729,1711,1938,1589,1609,2200,1533,1699,1641,1637,2177,1734,1807,2124,2447,1978,1935,1862,1620,1925,2702,2170,2205,2195,1801,1881,1763,1773,1928,2171,2280,2091,2329,2682,2271,2524,1953,1921,2000,1898,1994,1889,1810,1969,1766,1835,1887,1963,2450,2093,2082,2051,2367,1998,1894,2124,1966,1650,1608,2127,1916,1609,1858,1756,1842,1819,1845,2047,1678,1736,1836,1578,1510,1456,1512,1496,1570,1524,1602,1796,1922,1777,1963,2173,1782,2759,2482,1930,2332,2064,2091,2387,2281,2246,2250,2206,2526,2325,2970,2171,2087,2486,2601,1813,3461,2726,2521,2090,1975,2086,2042,2119,1969,2045,2253,1877,2049,2285,2472,1975,2018,2324,2612,2214,2408,2128,1994,1893,2597,3286,2127,2287,2191,2044,2517,2483,2297,1958,1844,2227,2001,2529,2289,2848,2809,2728,2494,2172,2086,1765,1848,2054,2120,1974,2360,2160,2456,2249,2126,2108,2616,2178,1989,3170,2147,2073,2007,1974,2722,2212,2125,2069,1692,1805,1758,2020,2080,2128,2377,2199,2249,2569,2688,2525,2730,2648,2929,3008,3212,2450,2606,2683,2450,2093,2273,2815,2612,2650,2765,3134,2248,2480,2136,2217,1922,2437,2092,1932,1935,2247,2095,2729,2006,1893,2085,2638,2893,2161,2283,1972,2124,2051,2484,2525,1785,2106,2527,2333,2405,2454,2008,2049,1941,1802,1932,1766,2002,2092,1916,1723,2001,1965,1922,2056,2273,2828,2199,1976,1919,1924,2208,1604,1566,1691,1799,1728,1973,1754,2073,2523,2247,2206,1800,2209,1989,1989,1639,1957,2814,2728,2485,2795,2609,2302,2713,2661,2492,3091,2917,2739,2129,2685,3076,2539,2176,2564,2245,2237,2014,2244,1893,2014,1967,2039,2010,2000,1935,2244,1638,1684,1616,1720,2483,2013,1959,1896,1965,1923,1800,2132,2160,2454,2157,1937,1814,1760,2121,1653,1716,1725,1691,1845,2327,1722,1688,1732,1639,1809,1689,2148,2005,1976,1766,2120,2214,2120,2132,2244,2902,2038,1924,1959,2003,1855,2716,2247,2497,2280,2564,2365,2366,1926,2048,1728,2037,2051,2002,2367,2524,2566,2448,2417,1999,2457,2644,2929,2313,2451,2009,2081,1887,2009,2413,2567,2365,2295,2037,2247,2092,2047,1957,1889,2040,2202,1938,1966,2251,1956,2094,3156,2087,2454,2167,2765,2332,2785,2092,2438,2202,2412,1971,2396,2250,2530,2689,2854,1925,1776,2470,2770,2967,2366,2602,2246,2262,2246,2125,1961,2006,2002,2286,3288,2127,2721,1919,1884,2051,1932,2078,2084,2129,2089,2370,1926,1924,2012,2116,1735,2084,1642,1647,1561,1686,1714,1691,1652,1797,1808,1931,1810,1675,1764,1565,1570,1646,2009,1566,1576,1762,1739,1846,1834,2129,1734,1837,1615,1831,1493,1521,1523,1999,1725,1743,1764,1752,1764,1927,1797,1964,1922,2330,2086,2199,2256,2042,2094,2595,2532,2126,2290,2529,2765,2769,3407,2574,2483,2453,2846,2600,2328,2246,2480,2650,2125,2049,2011,1919,2328,2051,2848,2573,2250,2970,3166,4691,2250,2247,1872,2425,2561,2652,2450,2282,2450,2164,2251,2364,2165,2560,1970,1916,1964,1766,3231,2493,2727,2927,2407,2200,2486,2291,2208,2022,1926,2011,2331,2168,2125,2207,2601,2050,2173,1796,1731,2079,2089,2735,1878,2054,2159,1885,2250,1931,2104,1674,1446,1792,1575,1676,1648,1778,2124,2165,1846,2092,1959,1930,1725,1642,1559,1487,1684,2317,1821,2109,1683,1748,1645,1704,1640,1548,1480,1766,2112,1884,1799,2070,1941,1979,1773,1776,1820,2002,1757,1570,1769,1960,2209,1716,1534,1676,1814,2082,1962,1570,1890,1566,1534,1523,1481,1723,1895,1752,1966,1931,2052,1674,1572,1600,1763,1675,2192,1630,1694,1690,1528,1548,1616,1650,1926,2160,1604,1646,1691,2118,1815,1712,1578,1757,2444,2050,1962,2161,1595,1568,1610,1538,1596,1536,1565,1737,1501,1450,1565,2012,1363,1972,1721,1814,1739,1634,1654,1695,1582,1758,1834,1503,1744,1881,1759,2131,1587,1631,1569,1896,1690,1642,1996,1720,1781,1556,1445,1545,1530,1675,1801,1767,1935,2036,2395,2364,1772,1677,1574,1689,1674,1750,1646,1596,2167,1850,1572,2157,1955,2094,2226,1918,2124,2356,2526,1991,2483,2707,2486,2482,2572,2608,2442,2033,2550,2879,2449,2841,2764,2448,2337,2880,3343,2675,2483,2452,2699,2129,2563,2609,2412,2405,1873,4525,2285,2371,2203,2408,2165,2369,2089,2363,2561,2688,2575,2492,2485,2410,2484,2132,2114,2768,2687,1996,2487,2281,1963,1726,1610,2045,2286,2003,2044,1923,1850,1963,2128,2174,2242,2287,2568,2407,2565,2603,2255,2134,1865,1896,1881,2127,2280,1804,2443,2090,2044,2261,1969,1809,1762,2024,2045,2086,2567,2570,2771,2567,2601,2447,2574,2367,2132,2315,2173,2162,2290,2362,2657,2803,2731,1804,1844,1684,1584,1854,2041,2457,2288,2248,2638,2573,2845,2065,1607,1731,2249,1885,1796,2136,1807,1882,1849,2006,2208,2088,2238,2175,1794,1846,1813,1927,1835,1775,2005,2126,1930,1917,2490,2164,2325,2292,2050,1597,2015,1920,2320,2089,2128,2007,1973,1926,1930,1795,1714,1763,1648,1720,2063,1630,1493,1675,1694,1885,2092,1748,1684,1645,1573,1451,1400,1391,1372,1484,1918,1535,1571,1850,1443,1513,1448,1727,1445,1412,1562,1627,1443,1966,1612,1682,1727,1520,1920,1412,1725,1762,1435,1816,2046,1452,1475,1482,1645,1963,1657,2564,1647,1844,1885,1529,1516,1491,1604,1650,2004,1716,1695,1606,1798,1691,1873,1495,1447,1528,1728,1396,1570,1608,1872,1900,1433,1404,1491,1473,1376,1449,1550,1570,1439,1694,1474,1613,1978,1548,1495,1886,1519,1597,1682,1812,2126,2196,1676,2076,1856,1737,2014,2723,2496,3210,2718,2609,3004,2505,2247,1887,2133,2445,2001,2056,2564,2304,2852,2406,2601,2372,2155,1927,1885,1884,1838,2490,2363,2049,1735,2082,2004,2004,2244,2244,2485,2236,2124,2166,1985,2159,2412,2008,2123,2046,2121,2093,1884,1803,1937,1860,2068,2083,2209,2132,1919,1864,1678,1630,2006,1927,1792,1766,1534,1644,2123,1535,1432,1716,1531,1685,1558,1578,1795,1561,1521,1414,1416,1645,1681,1840,1694,2305,2086,1500,1397,1486,1560,1541,1674,1893,1559,1598,2008,2016,1596,1529,1718,1606,1782,1685,1429,1640,1647,1411,1481,1447,1455,1447,1840,1565,1549,1637,1728,1359,1891,1362,1569,1748,1609,1522,1818,1673,1886,1496,1601,1412,1422,1604,1742,1673,1697,1799,1648,1569,1720,2084,1620,1595,1646,1727,1839,1771,2320,2331,2523,1968,2514,2566,3495,2568,3290,3250,2566,2168,2528,2728,2689,2890,2680,2647,2568,2448,2453,2566,2525,2367,2894,2605,2014,1868,2300,2773,2159,2020,2072,2283,1772,1970,1719,1689,1604,1887,1602,1753,1844,1956,1729,2240,2671,1895,2255,1877,2210,1852,1718,1964,2166,1570,1918,1890,2255,2293,1931,1772,2088,1640,1891,1962,2122,2168,2129,1924,2050,2831,1911,2047,2249,2567,2210,2119,1972,1800,2355,1991,1888,2602,2644,2637,2139,1974,2550,1927,1763,1715,1691,2159,3371,1929,2005,2097,2197,2374,2000,2532,2127,2324,2123,2737,2242,2123,2089,1733,1994,2054,2247,2771,2355,2157,1935,2289,1895,2003,1770,2005,1727,1615,1684,1647,1766,1966,1605,1554,1492,1913,1541,1524,1831,1659,1646,1714,1892,2126,1609,1802,2012,2083,1883,1851,2208,2201,2091,1835,1857,2277,1924,2738,2380,2154,2282,2844,2601,1968,2777,2324,2498,2723,2613,2211,2280,2297,2196,2270,2443,2748,2503,2930,2413,2322,2115,2895,1981,1926,2198,2053,2609,2302,2397,2081,2973,2687,2641,2384,3113,2827,1765,1687,1926,1765,2762,2530,2244,2366,2569,2367,2175,2191,2209,2001,2087,2002,2215,2506,2227,2279,2055,1724,1915,2017,1837,1733,1875,2654,2454,2252,2034,2711,2281,2654,2602,2012,3485,2486,2333,2084,2365,3049,3169,2932,2203,2809,2651,2444,2045,1967,2973,2245,2370,2727,2405,2652,2770,2651,2406,2610,2564,2697,2839,2047,2003,1926,1647,2413,2044,2413,2005,1927,1590,1818,2252,2164,2281,2090,2448,2046,1874,2170,2199,2494,1956,1774,2530,2079,2258,2932,2157,2400,2291,1996,2279,2365,2192,2487,2325,2327,2556,2579,2686,2006,1924,2159,2436,2007,2380,2805,2257,1953,2375,2605,2491,2439,2407,2169,1672,2775,3123,2253,2007,1842,1879,1931,2242,2370,2402,1931,1644,1541,1770,2534,2490,2479,2293,2401,3330,2496,2565,2487,2729,2370,2326,2403,2211,2605,1865,2403,2923,2648,1890,2219,2532,2371,2285,2289,3608,2367,2089,2011,2522,2449,2613,2292,2368,2528,2409,1936,2206,2006,2350,2241,2069,1771,2325,1991,1798,1763,1852,1930,2176,2368,2365,1964,2007,3008,2046,1731,1760,2304,2119,1974,1840,2052,2607,2488,2604,2367,2765,3135,2501,2126,1920,1850,2038,1815,1885,1844,1891,2796,2098,1797,2207,2135,2755,1893,1891,1925,1968,2199,2491,2081,1895,1964,2008,2323,1919,2166,2134,2287,2451,2524,2288,2290,2289,3124,2661,2527,2447,2411,2969,1815,1843,2051,2120,2211,2154,2134,2443,2612,2686,2367,2494,2480,2973,3126,2934,2814,2241,2206,2288,2403,2936,2363,2609,2806,2489,2649,3174,2483,2731,2210,2284,2291,2448,2568,2174,2003,2054,2042,2047,2489,2041,3376,2568,2330,2196,2373,2292,2824,1933,1840,1963,1730,2000,1888,2053,2167,1962,2042,1929,1958,2208,2092,2882,2138,2403,2042,2014,2161,2132,2449,1999,2007,3095,2040,2043,2612,2563,2605,1893,2041,2017,1954,1888,1851,2004,2446,2164,1735,1840,1964,2248,2284,2016,2527,2768,2689,2768,4008,2574,2288,2321,2693,2524,2284,2454,2282,2334,2044,2288,2163,2243,2007,2167,1962,2162,1908,2259,2116,1916,2418,2118,1971,1964,1800,2039,2530,2176,1817,1728,2224,2530,2033,2751,2480,1975,2048,2322,2331,2092,2041,1894,2276,2498,2085,2201,1969,1961,2012,2006,2125,2131,1837,1964,1804,1927,1774,1645,2539,1910,1892,2805,2298,2923,1725,1664,1527,1525,1593,1848,2377,1799,1732,1684,1561,1558,1529,1561,1729,1528,2008,1967,2038,1849,1683,1680,1647,1687,1403,1876,1689,1522,1739,1769,1662,2205,1647,1534,1493,2043,1687,1672,1766,1649,1491,1642,1516,1492,1647,1805,1650,1592,1570,1569,1672,1533,1563,1528,1527,1625,1697,1635,1724,1496,1520,1651,1682,1805,1531,1609,1645,1599,1711,2128,1766,1454,1583,1543,1478,1472,1379,1389,1607,1372,1901,1497,1484,1327,1985,1392,1476,1456,1449,1479,1268,1955,1294,1502,1258,1976,1356,1380,1484,1563,1598,2023,1440,1477,1387,1384,1591,1643,1645,1858,1578,1337,1871,1350,1807,1557,1367,1825,1387,1891,1646,1362,1371,1752,1810,1786,1793,1760,1393,1873,1663,1273,1778,1764,1759,1739,1761,1788,1631,1647,1787,1809,1788,1798,1796,1836,1798,1541,1466,1337,1361,1430,1501,1517,1345,1404,1390,1461,1499,1389,1418,1454,1408,1326,1867,1371,1367,1366,1370,1458,1471,1329,1567,1907,1364,1331,1445,1489,1494,1492,1479,1424,1341,1684,1844,1394,1336,1837,1337,1400,1418,1455,1343,1704,1437,1426,1487,1382,1428,1423,1429,1482,1394,1401,1429,2043,1778,1385,1434,1264,1852,1373,1367,1365,1504,1382,1404,1677,1373,1336,1341,1338,1455,1352,1344,1338,1289,1410,1808,1327,1874,1373,1340,1339,1335,1325,1900,1440,1279,1265,1231,1790,1860,1284,1782,1780,1782,1921,1550,1638,1767,1373,1262,1735,1705,1842,1303,1862,1587,1430,1395,1875,1490,1388,1401,1389,1388,1409,1417,1524,1359,1706,1798,1498,1532,1392,1392,1454,1374,1367,1412,1906,1284,1696,1446,1355,1336,1336,1333,1492,1498,1518,1573,1753,1282,1265,1441,1842,1341,1338,1337,1492,1599,1435,1346,1388,1730,1380,1421,1397,1398,1388,1389,1414,1493,1513,1882,1521,1849,1342,1341,1336,1392,1364,1358,1360,1459,1406,1779,1893,1296,1824,1771,1742,1816,1759,1753,1394,1737,1317,1439,1484,1487,1423,1406,1354,1306,1759,1210,1703,1413,1361,1257,1777,1743,1782,1850,1325,1482,1804,1849,1494,1582,1346,1342,1346,1343,1344,1345,1339,1320,1650,1338,1876,1438,1356,1346,1343,1411,1307,1934,1343,1903,1373,1879,1410,1380,1369,1368,1369,1365,1367,1434,1358,1351,1652,1342,1328,1427,1426,1484,1433,1375,1367,1386,1426,1384,1451,1363,1334,1321,1807,1801,1800,1828,1894,1399,1754,1382,1295,1766,1759,1758,1814,1367,1342,1925,1387,1315,1383,1315,1923,1360,1347,1377,1371,1424,1697,1357,1876,1339,1333,1826,1825,1813,1824,1981,1435,1711,1898,1412,1304,1782,1880,1304,1888,1507,1502,1450,1417,1384,1357,1322,1909,1350,1346,1332,1976,1809,1772,1320,1328,1365,1334,1881,1370,1332,1824,1912,1411,1413,1805,1825,1804,1802,1833,1343,1374,1476,1367,1285,1773,1918,1317,1807,1801,1802,1810,1870,1972,1356,1301,1864,1364,1315,1814,1815,1765,1829,1468,1394,1617,1803,1769,1836,1825,1809,1835,1791,1525,1628,1261,1757,1737,1744,1741,1744,1811,1387,1429,1540,1800,2003,1629,1653,1654,1472,1538,1484,1703,1450,1361,1572,1495,1607,1609,1705,1519,1503,1641,1460,1296,1584,1461,1465,1309,1896,1564,1594,1592,1430,1657,1601,1825,1555,1625,1422,1599,1604,1628,1614,1835,1527,1921,1658,1468,1587,1678,1799,1938,1894,1761,1921,1971,2018,1639,1740,1844,1672,1919,2101,1779,1815,1724,1729,1868,1689,1855,1724,2248,1758,1869,1890,2165,2094,2087,1931,1970,2009,2138,2176,1955,1924,1732,1804,2065,2015,1845,1947,1919,1881,1924,2049,2207,2040,2373,3112,2463,2839,2570,2211,2604,2203,2676,2531,3574,2565,2487,2364,1968,2419,2690,2270,2405,2216,2295,2779,1922,2211,2563,2613,2045,2117,2199,2046,1818,1947,2090,2210,1877,2548,2116,1890,1908,1967,1829,1908,2261,2126,2490,1961,1848,1850,2101,2910,3138,2692,2568,2688,1847,2173,1920,2241,1892,1881,1997,1972,1966,1993,2113,1992,2166,2018,2006,2303,2827,2031,1708,2066,2135,2327,2634,2530,2281,2329,2492,2238,2575,2848,2291,1927,1886,2129,2450,1998,2131,1966,2603,1891,2048,2116,1725,2097,1877,1890,1844,1901,1787,2169,1955,2295,2040,1690,2162,2012,1795,2169,2015,1797,1649,1640,1926,2075,1968,1719,2044,2220,2522,2089,2120,2894,1885,1961,2283,2048,1816,1826,2083,2209,2119,3120,2486,2166,1987,2045,1965,2095,2821,1933,1919,2013,1961,1840,1923,1933,2489,2056,2077,2611,2686,2846,2140,2287,2520,2051,1963,1921,1892,2037,2016,2238,1851,1968,2086,2088,1891,1684,1845,1802,1615,1956,2053,1637,1942,2485,2063,1657,1903,2088,1967,2078,2098,2034,2212,2092,2116,2270,2571,2654,2048,2561,2419,2566,2889,2529,2085,1696,2279,1896,1844,1913,1929,2049,3010,2402,3228,2970,2297,1605,1632,1532,1605,1640,1960,1527,1644,1558,1573,1564,1479,1515,1569,1528,1575,1528,1482,1657,1564,1881,2010,1718,1883,1609,1571,1893,1843,1963,2242,2004,1827,2501,2680,2655,2966,2568,2290,1886,1673,1614,1690,2198,2365,1919,2082,2090,2390,2447,2525,2762,2450,1932,1933,1772,1925,1636,1806,2048,1931,1885,1997,2247,1816,1960,2203,2408,2117,1959,1926,1968,1727,1889,1998,1853,1920,1693,1727,1712,1679,1681,1910,1541,1439,1409,1404,1742,1983,1534,1726,1767,1752,1539,1920,1798,2039,2079,1918,1602,1649,2095,2238,1951,1496,1587,1684,1843,1667,1601,1761,1662,1576,1660,1633,1731,1541,2159,1484,1332,1400,1451,1387,1283,1884,1452,1814,1392,1692,1441,1369,1810,1768,1762,1764,2008,1571,1582,1706,1622,1596,1610,1596,1446,1440,1422,1544,1528,1414,1444,1559,1959,1738,1642,1601,1799,1488,1840,1654,1643,2048,1885,1956,1764,1578,1880,2087,1610,1793,1541,2012,1792,1779,1713,1847,2052,1969,1604,1882,1757,2054,1877,1973,1647,1998,1974,1963,1766,2083,1924,2325,1728,1605,1735,1756,1602,1645,1646,1651,1481,1406,1437,1447,1835,1764,1658,1838,1729,1568,1717,1728,1568,1436,1500,1593,1334,2039,1569,1594,1486,1590,1603,1464,2273,1766,1725,1809,2360,1737,1687,1992,1580,1765,1768,1892,1976,1629,1648,1775,1681,1519,1730,2199,1833,1844,2285,1717,1722,1696,1792,1894,1725,1726,1756,1808,2135,1558,1733,1970,2006,1970,2017,2351,1914,2175,1848,2083,2153,2163,2166,2299,2676,3133,2444,2900,2650,2403,2851,2246,2534,1896,3613,2080,2137,2209,2327,3123,2327,2375,2324,2603,2414,2449,2927,2366,2328,2521,2371,2287,2291,2401,2290,2765,2447,2694,2483,2649,2408,2042,2535,2727,2529,2612,2563,3290,2288,2403,2736,2528,2724,2212,2285,2360,2407,2371,2189,2149,2202,2274,2525,2484,2615,2531,1960,2004,1889,2758,1815,2564,1966,1997,2132,2414,2455,1807,1804,2000,1967,1964,2045,2450,2006,2656,2073,1968,1928,2055,2165,1847,1925,2035,2097,1885,1967,2163,1879,2168,2479,2165,2363,3049,3046,2571,2444,2649,2179,2675,2175,2439,2134,2605,2609,2776,2050,2100,2169,2009,2367,2439,2330,2484,2282,2085,2085,2013,2372,2481,2647,1948,2052,2372,2407,2930,2324,2049,2110,2885,2688,2136,2517,2335,2207,2201,2005,2687,2331,2965,2809,1761,2289,1723,1885,1604,2241,1925,1808,2261,2292,2251,1647,1980,1855,2075,1966,2063,2329,2521,2142,2522,3136,2560,1966,2071,2326,2045,2413,2327,3009,2527,2285,1923,1611,1656,1530,1884,2317,2488,2565,2112,2201,2121,2087,2351,2290,2764,2575,1887,1958,2443,2411,2206,2001,1945,2001,2051,1809,2525,2004,1932,1636,1562,1574,1763,1609,1677,1955,1724,1762,1900,1878,1975,1777,1727,1524,1567,1958,1936,1846,2081,1764,1853,2323,1844,2083,1814,1753,1726,1847,1926,2094,2484,2204,2403,2170,1803,1897,2370,2449,2246,2411,3853,2364,2019,2400,2008,1930,3241,2570,2253,2319,2170,1768,1768,1977,2279,2083,2294,2361,2042,1814,1764,2036,2127,1807,2294,2084,1565,1608,2005,2167,2455,2562,2485,2449,2406,2406,2568,2246,2180,2723,2129,1912,1770,2159,2531,2010,2365,1969,2452,1789,1995,1570,1764,2610,2204,2288,1968,2002,2087,1963,2013,1923,1606,1810,2117,1854,1722,1678,1570,1730,1874,1815,1813,1990,1797,1494,1406,1497,1524,1968,2193,2177,2479,1931,2042,2016,2074,2410,1925,2046,2096,1882,2484,1694,2201,1960,1724,1566,1641,1526,1517,1689,1685,1811,1566,2005,1835,1812,1717,1659,1747,1579,1435,1374,1393,1736,1446,1471,1372,1531,1443,1498,1511,1615,1485,1521,1561,1536,1713,1649,1737,1640,1719,1770,1882,1898,1795,2089,1857,1921,1973,1843,2443,3089,2448,2653,2204,1979,2125,2530,2453,1968,2582,2061,1878,2058,2159,1924,2305,1925,1802,1810,1633,1974,2272,1982,1971,2159,2012,2210,1968,2124,2217,2091,2847,2090,2301,2569,2206,2171,2092,2364,3049,2075,2045,1918,1772,2120,2043,2484,2615,2082,2210,1892,1723,1923,1883,1811,2000,2006,2136,2772,2168,2175,2202,1920,1924,1886,1856,2120,1813,1840,2052,2474,2093,1888,2048,1804,2120,1930,2493,1794,1537,1644,1801,2177,1998,1963,1889,2013,2162,2690,2160,1571,1886,1680,1729,1763,2010,1887,1878,1572,1562,1559,1654,1883,1603,1604,1525,1850,1758,1890,2046,2042,2012,1879,1848,2174,1799,1762,1695,2765,1929,1903,2400,1890,2162,1813,1848,1967,2436,2099,1912,1569,1499,1762,1847,1792,1928,2892,1662,1444,1485,1828,2227,1669,1827,1850,1621,1836,1459,1527,1398,1725,1585,1941,1618,1518,1431,1403,1423,1666,1366,1938,1448,1444,1322,1844,1768,1778,1788,1650,1369,1440,1412,1992,1348,1698,1724,1896,1434,1373,1797,1891,1330,1428,1658,1877,1344,1746,1793,1636,1826,1331,1486,1324,1453,1438,1828,1305,1636,1767,1741,1742,1850,1372,1675,1347,1396,1405,1252,1870,1349,1338,1342,1335,1499,1346,1754,1289,1822,1807,1810,1871,1312,1831,1690,1288,1821,1342,1843,1288,1791,1786,1838,1399,1332,1362,1486,1719,1822,1721,1749,1793,1794,1872,1242,1718,1845,1314,1257,1749,1814,1340,1294,1771,1830,1306,1419,1739,1892,1280,1799,1793,1825,1760,1413,1258,1816,1491,1308,1848,1380,1347,1507,1362,1348,1423,1659,1968,1316,1320,1342,1896,1344,1840,1830,1916,1395,1711,1602,1574,1625,1433,1574,1519,1511,1501,1600,1550,2139,1477,1545,1631,1643,1525,1533,1567,1711,1975,1971,2433,3292,2767,2929,2968,2603,2456,2567,3011,2606,2917,2869,3001,2251,2407,2125,2250,2171,1960,2760,2250,1934,2883,2084,1925,2048,1882,2496,2722,2452,2366,2763,2251,2607,2648,2605,1731,2488,1925,1963,1768,2250,2285,1847,2054,1966,1923,1762,2168,1963,2013,2121,1929,2482,1927,2093,2038,2170,2049,2360,1808,1928,2046,1967,2251,2001,2127,2040,1779,2078,1880,2133,1879,2218,3126,2205,1928,1797,1766,3420,1965,2076,1971,2293,2188,2085,1890,2048,2242,1903,1979,1922,1970,2402,2529,2492,1801,2224,2037,1904,2173,2043,2168,1923,2361,2294,2047,1980,1803,1697,1716,2140,2083,2377,2089,1967,1919,2136,2085,2085,1960,2324,1849,1882,1897,1795,1692,1651,2239,1722,2253,1878,2089,2213,1766,1804,1882,1728,1840,2252,1808,1920,1885,1924,1571,1764,1732,1603,1684,1680,1729,1653,1683,1526,1728,1876,1519,1492,1608,1780,1511,1533,1441,1438,1505,1601,1468,1415,1763,1418,1401,1474,1448,1594,1603,1495,1775,1688,1722,1657,1960,1646,1566,1524,1636,1568,1688,1567,1683,1531,1527,1718,1758,2210,1655,1479,1958,1848,1918,1765,1775,1719,1721,1574,1560,2210,1969,1918,2128,2449,2608,2159,2004,2133,1765,1845,1889,2405,2089,1837,1773,1964,2007,1930,1719,1965,1795,1883,1843,2037,2360,2066,1937,1917,1936,2276,2025,1819,2330,2684,1913,1847,2736,2568,2251,2522,2570,2648,2015,3078,2567,2027,2097,1971,1965,2057,2386,2130,2443,2130,2091,2112,1909,2251,1734,1863,1929,2352,2886,2370,2400,2569,1921,2004,2238,2088,2299,2525,1962,1888,1883,1967,1965,1853,1955,1653,2043,2010,2245,2291,1957,1931,2000,2172,1802,1888,1677,1889,1684,2014,1852,1709,1774,1727,1688,1598,1489,1557,1658,1675,1857,1554,1416,1489,1507,1522,1582,1767,1522,1647,1628,1617,1632,1610,1539,1753,2040,1603,1727,1844,2012,1882,1911,1822,1879,1804,1878,1904,2396,1929,1885,2017,2198,1855,2162,1998,2136,1924,2196,2207,2368,2572,2008,2483,2364,1961,2166,1930,2184,2365,2696,2968,2048,1969,1766,1600,1567,1960,2527,2054,1843,1927,2042,2008,1891,2007,1916,2011,2163,2167,1933,1834,2082,2488,2293,1991,1935,2485,2088,2045,2127,2808,2085,2441,2555,2255,1914,2786,2445,2206,2769,2339,2404,2169,2645,2856,2276,2201,2411,2487,2814,2154,2410,2650,2810,2083,2235,2525,2929,2119,2880,1974,2119,2296,1601,1725,1997,1818,2373,2331,2247,1931,2166,2813,2293,2354,2650,2323,1812,2168,1856,2090,2120,2093,2071,2369,2321,2169,1973,2080,1928,2212,1802,1717,1563,1882,1808,1870,1880,2213,1878,1886,2087,1894,1915,1975,1924,1931,2510,1769,2015,2118,1852,2467,2600,2293,2448,2103,2048,1887,1968,2119,1847,1734,2241,2084,2009,1809,1966,1843,1964,1969,1889,2084,2247,2043,1965,1967,1657,1759,1610,1872,1939,1714,1656,1609,1797,1760,1808,1695,1713,1899,1766,1713,1887,1838,1693,1895,1596,1562,1802,1896,1959,1662,1661,1754,1521,1600,1707,2133,1704,1597,1650,1607,1746,1530,1479,1348,1858,1596,1984,1632,1731,2034,1612,1681,1567,1500,1677,1711,1541,1531,1559,1603,1683,1515,1566,1610,1488,1591,1571,1885,1641,1574,1642,1450,1451,1601,1685,1485,1560,1848,1734,1750,1893,1609,1549,1931,1999,1974,1837,1934,1919,1848,1894,2014,1964,1896,2005,1879,2172,2158,2251,2164,1923,1973,1923,1806,1807,1890,1839,1760,1960,1641,1640,1443,1970,1719,1615,1756,1722,1576,1646,1720,1677,1697,1958,1682,1696,1759,1697,1601,1600,1612,1552,1726,1963,1641,1609,1689,1597,1439,1412,1381,1463,1492,1924,1595,2214,1758,1731,1807,1600,1646,1449,1684,1836,1699,1797,1809,1687,1676,1694,1752,1720,1835,2729,1924,2050,1887,2083,1895,1630,1929,2528,2567,2964,2130,2126,2293,2076,1922,2331,2048,2308,1972,1890,3281,2629,2502,2249,2012,2281,2284,2129,2235,2046,2638,2401,1749,2440,1750,2165,2573,2689,2610,2443,2526,2131,2951,2087,1956,3603,2407,2308,2223,1840,2091,2589,2573,2450,2445,2486,2245,2205,2299,2327,2246,2966,1924,2816,1970,2041,2009,1693,1762,1718,2056,1882,1921,2257,2274,1855,2080,2094,1806,2044,1930,1965,1646,1634,1603,1653,1839,1642,1610,2083,1452,1434,1399,1498,1763,1410,1476,1598,1727,1857,1643,1706,1569,1649,1881,1326,1816,1809,1970,1473,1577,1548,1649,1447,1842,1420,1551,1519,1408,1458,1762,1885,1796,2004,1840,1665,1653,1830,1718,1661,1436,1333,2037,1649,1431,1421,1552,1612,1554,1592,1987,1528,1644,1751,1306,1831,1963,1373,1373,1684,1775,1581,1568,1561,1521,1324,2248,1421,1869,1954,1700,1614,1861,1646,2113,1542,1783,1529,1409,1597,1974,1769,1677,2046,1603,2226,1829,1599,1539,2026,1931,1807,1763,1613,1618,1475,1556,1854,1438,1534,1582,1978,1918,1451,1377,1398,1713,1711,1953,1801,1567,1610,1568,1829,1535,1680,1894,2035,1859,1643,1645,1709,1565,1654,1931,1603,1554,1660,2093,1636,1760,2095,1869,1421,1533,1634,1645,1688,1630,1497,1548,1634,1530,1376,1323,1802,1370,1868,1568,1607,1493,1476,1511,1652,1326,1886,1255,2004,1475,1562,1610,1461,1523,1482,1525,1390,1447,1439,1655,1409,1887,1701,1361,1392,1357,1465,1618,1532,1484,1470,1451,2336,1726,1561,1870,1453,1445,1641,1562,1402,1479,2130,2039,2413,2174,1575,1704,1772,1722,1666,2248,1718,1574,1675,1834,1881,1570,1578,1442,1878,1549,1486,1826,1543,1548,1693,1412,1460,1356,1466,1715,1629,1995,1410,2045,2005,1562,1442,1446,1438,1806,1588,1609,1863,1563,1523,1549,1586,1624,1541,1542,1733,1581,2075,1684,1600,1716,1836,2077,2164,1688,1946,1856,1757,1768,1892,2253,2106,2030,2269,2119,2237,2125,2431,2567,2766,3491,2610,2451,2402,2646,2535,2491,2443,2686,2568,2692,2445,2603,2431,2302,2496,3001,2776,1800,1851,2372,2088,2291,1879,1968,2245,2132,2686,2446,2091,2329,2241,1974,2648,2407,2323,2363,2489,2412,2068,2329,2169,2798,2771,1882,2282,2204,2487,2531,2056,2160,2243,1907,1886,1923,3142,2611,2365,2044,2566,2532,2404,1986,2121,2174,2090,1592,1689,1922,1846,1890,2045,2238,2456,2564,2249,2533,2533,2690,2328,2471,3726,2763,2566,2454,2298,2661,2573,2121,2692,2406,2728,2287,2491,2487,2410,2240,3811,2770,2212,2209,2124,2216,2888,2609,2608,2397,2500,1979,2308,2566,2532,2723,2652,2451,2288,1958,2008,1820,2452,2688,2165,2078,2095,2804,2094,1845,2099,2131,1563,1736,1803,2283,2384,2491,2055,2226,3282,2179,2006,2643,2576,1883,2280,1842,2492,3049,2683,2375,2227,2158,2285,3181,2079,2170,2695,2319,2487,2009,2696,2927,2762,2290,2328,2322,2208,2930,2327,2041,2423,2564,2402,2376,3082,3494,2329,2072,2280,1533,1685,1804,2007,2648,2375,2364,1873,2129,1754,1613,2250,2080,2043,2604,1892,2053,2077,1965,2050,2010,2306,2373,2565,2933,1890,2370,2295,2205,2203,2488,2169,2087,2175,1861,2410,2688,2284,2449,2127,2251,2281,2568,2369,2248,2004,1928,1965,2283,1928,2015,2095,2291,2372,2481,2688,2031,1917,2098,1959,2247,2379,2006,3203,2419,1835,1943,1967,1732,1811,2052,2115,2007,1882,2055,1931,1961,2044,1847,1808,2168,1960,1923,2107,2037,1994,1939,1963,1927,2827,2606,2135,2294,2245,2163,1928,1811,1755,1533,1714,1657,1648,1803,1804,2048,2160,2372,1881,1679,2087,1499,1514,1567,1798,1820,1885,1836,1889,1514,1685,1566,1531,1565,1614,1728,1803,1876,1700,1561,1566,1563,1649,1643,1763,2162,1563,1693,1805,1486,1483,1800,1653,2605,2526,1898,1767,1917,2211,1568,1567,1513,1685,2287,1928,1732,1643,1672,1784,1725,1680,1599,1761,1532,1520,1642,2014,1768,2240,2056,2115,1885,2052,1966,1965,1994,1879,1921,2288,2577,1817,2486,2205,2407,2885,2689,2573,2247,2525,2484,2295,3489,2727,2532,2092,2201,3166,2534,2454,2884,2138,2122,2281,2443,2440,3691,2765,2809,2448,2449,2008,2038,2151,2124,2187,1935,1841,1930,2047,2492,2724,3085,2529,2335,1806,2208,2679,2487,3089,2291,2362,2574,2363,2138,2045,2724,1703,2055,1997,2049,1894,2363,2729,2639,2290,2002,2325,2408,2334,1944,2611,2680,2337,2665,1846,1928,1721,1647,1691,1803,1846,1963,1846,1998,2013,2244,2134,2316,1888,1775,1755,1854,2165,2000,2284,1935,2043,1883,1928,1832,1887,1527,2088,1802,1616,2157,1652,1487,1518,1607,1719,2129,1456,1430,1920,1756,1725,1721,1694,1795,1681,1561,1763,2170,2050,1806,1518,1482,1487,1524,1647,1924,1597,1578,1511,1604,1607,1905,1594,1440,1885,2134,1990,1919,1782,1537,2243,1555,1648,1588,1789,2088,1799,2154,1693,1681,1749,1690,1505,2631,1528,2125,1845,1499,1471,1459,1621,1917,2234,1551,1660,1597,1791,1763,1815,1399,1679,1850,1701,1742,1638,2106,1460,1705,1527,1359,1334,2161,1715,1644,1815,1489,1438,1315,1843,2091,1574,1394,1531,1464,1873,1718,1361,1490,1494,1486,1478,1431,1599,1388,1967,1735,1270,1927,1510,1459,1447,1414,1413,1591,1382,1417,1467,1357,1888,1359,1834,1965,1530,1713,1778,1378,1211,1867,1340,1337,1334,1337,1409,1411,1315,1494,1749,1273,1754,1780,1848,1276,1787,1796,1808,1392,1601,1313,1285,1764,1761,1764,1806,1759,1297,1743,1788,1730,1804,1713,1707,1705,1753,1759,1773,1576,1741,1795,1771,1773,1778,1775,1857,1237,1385,1380,1759,1783,1846,1391,1386,1359,1464,1355,3503,1921,2367,2174,2236,2148,1853,2325,1997,1829,2058,1819,2078,2169,1882,1885,1932,1987,1946,1609,1559,1555,1647,1756,1784,1768,1658,1481,1576,1583,1786,1451,1466,1626,1626,1613,1576,1563,1487,1646,1461,1757,1982,1560,1381,1540,1538,2054,1631,1648,1659,1749,1395,1514,1493,1640,1449,1405,1341,1658,1529,2011,1737,1325,1860,1752,1758,1596,1498,1355,1452,1558,1432,1394,1542,1428,1495,1466,1323,1526,1657,1903,1929,1502,1399,1517,1682,1723,1734,1764,1481,1548,1620,1907,1767,1545,1504,1816,1769,2410,2031,2092,2223,1918,2256,2501,2010,1897,2053,1968,2388,2283,2529,2788,2899,2962,2603,1949,2013,2170,2910,2604,3210,2056,2155,2054,2438,2154,1653,1989,1728,1580,1717,1849,2444,2688,2365,1978,2211,2773,1973,2361,2046,2208,1846,1800,1685,1891,1878,1816,2007,2034,2051,2161,1892,1723,1962,2089,2084,1695,1916,1887,1646,1654,1754,1855,2090,2381,2571,2492,2004,1979,3853,2201,2215,2137,2448,2684,2607,2656,2405,2647,1995,2355,2285,2132,2064,2361,2293,2086,2174,2482,1968,1847,1886,2012,2360,2166,2017,1963,1929,1918,1962,2091,1966,2122,1846,1693,1641,1894,2640,1973,1923,2038,1896,2078,2287,1641,1678,1760,1730,1516,1480,1531,1882,1605,1576,1530,1722,1763,1753,1700,1764,1598,2208,1611,1638,1890,1862,1641,1598,1812,1455,1882,1631,1574,1528,1928,1370,1326,1836,1935,1609,1954,1764,1806,1696,1683,1600,1598,1412,1396,1655,1685,1672,1741,1878,1662,1603,1449,1487,1382,1433,1728,2122,1595,1818,2052,1742,1817,1526,1600,1609,1566,1605,1631,1565,1527,1325,2311,2104,1616,1632,1849,1606,1733,1779,1825,1775,1508,1449,1486,1702,1907,1854,1710,1871,1724,1710,1884,1823,1776,1740,2252,2931,1747,1847,1578,1723,1839,1726,2255,1533,1679,1559,1579,1617,1576,1642,1834,1754,1765,1856,2091,1764,2768,2010,2129,2280,1882,2054,2187,2085,2049,2055,2249,2164,2573,2369,2089,2528,2530,1858,2097,1884,1883,2123,2006,1923,1891,1961,2051,1896,2213,1916,2360,1929,1519,1713,1889,2007,2488,1972,1639,1574,1761,1566,1559,1523,1604,1932,2006,1879,2214,2082,1927,1730,1839,1808,2166,1888,1876,1967,1656,1959,2541,2605,2888,2729,2162,2169,2185,2054,2165,1960,2008,2334,1996,1843,2330,1965,2135,2966,2605,2139,2258,3166,3212,1799,2245,2046,2042,2491,2646,2492,2527,2655,2279,2093,2366,2094,4050,2885,2569,2046,1618,1819,1772,2044,2562,2440,2489,2528,2566,2294,2968,2332,2686,2451,2361,2489,2572,2561,2333,2052,2516,2689,2089,2567,2486,2367,2927,2615,2602,2606,2329,2412,2449,2286,2960,2332,2726,2803,2416,2207,2037,2254,2559,2294,2413,2081,2333,2357,2491,4211,3133,1913,2043,1836,2131,2012,2265,2165,2365,2288,2685,2097,2240,2273,2933,3487,2451,2066,1965,1721,1616,1939,2367,1869,1960,2258,2490,2088,2468,2675,2323,1821,1764,1956,1698,1677,1935,1754,1575,1958,2094,1842,1719,1667,1926,1734,1645,1484,1649,1647,1634,1654,1834,1773,1766,2083,1681,1604,1978,1711,1610,1691,1730,1509,1406,1374,1563,1490,2005,1805,2006,1671,1651,1491,1514,1380,1431,1417,1668,2206,1768,1812,1836,1725,2147,2058,1807,2060,1998,2126,1729,2044,1849,2353,2640,2614,2054,2136,2214,2450,2335,2246,2197,2025,1990,1924,1962,2111,1960,1920,1640,1888,1655,1597,1779,1643,1687,2030,2130,2257,1779,1710,1727,2114,1827,2003,1919,1884,1894,2009,1846,1874,1854,1957,2253,1869,2520,2532,2567,2127,1976,1964,1958,1933,1806,2359,2087,2126,1982,1907,2449,2294,2044,2430,2446,2048,2179,2306,2734,2281,2897,2479,2371,2124,2369,1984,2368,2446,2494,2444,2111,2390,2607,2607,2332,2845,2292,2327,2124,2491,2364,2172,2642,2291,2092,1682,1865,1812,2082,2567,2251,2248,1881,1985,2492,2571,2440,2335,2304,1839,1852,2201,2209,2714,3051,1934,1690,1771,2200,2170,2131,2250,2405,2571,2521,2293,2404,2171,2645,2483,2491,2576,2160,2647,2331,2361,2449,2572,2488,2406,2203,2481,2530,2445,2205,2454,2528,2806,2448,3968,2327,2249,2050,1916,2571,2609,2606,2493,5459,2008,2826,2008,2286,2370,2408,2283,2296,2805,2654,2842,2409,2854,1878,1971,2489,2094,1885,1920,1968,1855,1838,1812,2034,2175,2047,2764,1805,2053,1963,1921,2253,2001,2284,2454,1961,1930,2075,1710,2039,1650,1653,1645,1689,1966,1433,1492,1668,1724,1895,1755,1714,2084,1810,1847,1684,1821,1718,1923,1656,1684,2002,2082,1885,2214,1922,1849,2118,1854,1886,2122,1969,2256,1923,2011,1911,2032,1854,2044,1973,2528,2446,2766,2447,2448,2926,2612,2682,2491,2447,2495,2323,1850,2121,2407,2161,2969,3291,2002,1530,1574,1806,1609,1525,1957,1898,1957,1890,1886,1958,2813,1646,1969,2402,2278,2449,1885,2049,1959,1882,1967,2094,2081,2210,2518,2287,1739,1680,1887,1882,2005,1732,1838,1805,1609,1643,1721,1726,1611,1525,1510,1488,1521,1642,1498,1515,1973,1764,1798,2051,1729,1642,1930,1885,1718,1604,1799,1967,2164,2765,2163,3492,2734,2642,2731,2375,2156,2433,1999,1896,2431,1963,1926,1887,1803,2053,1763,1892,2040,2734,2570,2448,2490,2044,2237,2179,1681,2915,2531,1965,2250,2169,2199,2005,1946,2309,2531,2449,2332,2250,2137,2003,1647,1642,1561,1532,1722,1924,1925,2217,2262,1995,1965,2333,2531,2444,2486,2541,2063,2087,2042,1970,2247,2166,2127,2256,2078,1923,1962,2508,2813,1809,2683,1576,2478,2167,2369,2045,2003,1972,1921,2004,2416,2241,1885,1813,2040,1892,1871,2251,2362,2282,2407,2568,2367,3089,3138,2352,2614,2173,2242,2241,2481,1935,1873,1833,2305,2246,2653,2770,2361,2368,2251,2486,2484,2371,2122,2410,2390,1960,2343,1730,2206,2041,2251,2243,2382,2769,2164,2006,1766,2746,2648,2408,2282,2533,2488,2607,2324,1820,2323,2252,1721,1986,1809,2323,3081,2408,2371,2525,2339,1965,2133,2514,2283,2405,2368,2413,2561,2495,2195,2291,2523,1872,1756,1777,1966,2396,2245,2561,2489,2206,1887,1884,1806,2452,2689,2440,2291,2290,2167,2089,2642,2208,2089,2228,2005,1777,1995,1978,2966,2163,2084,2019,2045,2048,1955,1894,2000,2005,1853,2285,2211,1757,1914,1754,1726,2090,1639,2090,1963,1681,1687,1735,1768,1727,1560,3045,2056,2012,1884,1919,2052,2044,2212,1957,1895,1794,1728,1724,2446,2089,2050,1960,2164,1645,1806,2087,1807,1883,1969,1710,2211,1760,1739,1679,1924,1762,1455,1632,1854,1687,1760,1680,1846,1701,1588,1565,1419,1439,1645,1766,1569,1773,1674,1977,1728,1688,1887,1633,1770,1812,1877,1889,2240,1695,1729,1554,1533,1672,1995,2061,1916,1697,1717,2277,2532,4125,2131,2729,2003,1848,1688,2314,1774,2522,2291,1927,1919,1800,1738,2046,2082,2403,2568,2293,2405,2410,2406,2210,2291,1877,2281,2008,1683,1565,1563,1531,1727,2827,2945,1804,1675,1739,1799,1849,1694,2115,2875,1877,1859,1877,2475,1985,2261,2389,2397,2021,1885,1756,1655,1566,1675,1682,1693,1639,1571,1781,2175,1715,1700,2282,1998,1814,1602,1637,1558,1446,1577,2164,2093,2005,1882,1526,1795,1885,1723,1697,1885,1603,2146,1774,2017,1685,2036,1771,1438,1378,1434,1416,1530,1597,1524,1536,1562,1513,1389,1326,1814,1799,2000,1717,1490,1448,1718,1567,1605,1562,1479,1420,1485,1434,1406,1467,1534,1606,1618,1553,1621,1670,1590,1526,1566,1459,1436,1675,1528,1548,1425,1492,1376,1368,1308,1880,1388,1880,1602,2061,1340,1964,1719,1618,1644,1741,1345,1307,1431,1505,1301,1354,1365,1743,1784,1817,1612,1427,1576,1736,1357,1349,1291,1960,1346,1251,1748,1541,1948,1818,1367,1294,1884,1264,1736,1746,1738,1829,1425,1694,1358,1393,1444,1354,1265,1767,1766,1769,1598,1612,1400,1479,1328,1945,1559,1444,1672,1630,1668,1989,1873,1740,1829,1820,2280,1847,2155,2399,2349,1962,2091,2317,2330,2376,2517,2036,2171,1971,2122,2392,2763,3276,2892,2638,3030,3132,2836,2292,2108,2227,2402,2332,2782,1813,1989,2492,2007,1865,2291,2749,2948,3852,2242,2310,1942,1923,2008,2080,1887,2201,2051,1930,1875,1889,2530,2244,2164,2453,2283,2518,2583,2623,2248,1726,2293,2169,1747,2212,2402,2419,1731,2179,1907,1904,1991,1960,2250,2046,2075,2259,1844,1933,1717,1890,1921,2013,2214,2125,2562,1896,2068,2495,2327,2406,2764,2454,2406,2410,2645,2982,2000,2445,2486,2894,2239,2335,2042,2966,2289,2371,2523,2335,2201,1908,1963,2046,1963,1922,1930,2005,1892,1919,2004,1765,1968,1805,1601,1655,1860,1636,1680,1727,1646,1698,1677,2330,1682,1766,1721,1654,1440,1933,1802,1834,1804,1941,1724,1488,1520,1488,1589,1571,1409,1368,1481,1644,1595,1843,1542,1798,1563,1443,1618,1468,1546,1747,1531,1555,1740,1771,1950,2048,1575,1638,2200,2006,1655,1693,1598,2035,1493,1442,1482,1780,2112,1618,1569,1655,1646,1501,1426,1406,1499,1441,1639,1576,1634,1813,2128,2234,1695,1848,1674,1740,1682,1697,1766,2361,1856,2115,2010,2000,1846,1811,1811,1992,1965,1524,1410,1403,1399,1679,1777,1737,2089,1743,1656,2126,1919,2010,2050,1918,1851,1922,1958,1962,1854,1880,1627,2067,2208,1870,1897,1875,2613,2256,2811,2402,2494,2646,2528,2136,2384,2250,2052,1945,2322,2495,2562,2489,1846,2231,2573,2448,2366,2046,2374,2483,2206,2324,2031,2008,1974,2484,2402,2293,2241,1960,2168,2369,2444,2487,2785,1909,2575,1959,2171,2443,2404,2449,1962,1890,2363,2206,3291,2293,2327,2084,1682,1729,2177,2131,2046,2001,2128,2532,2525,2363,2372,1920,1658,1721,2406,2005,2321,2109,2493,2239,1802,2013,2083,1724,1927,1968,1853,2196,1857,2155,1964,1896,2180,2489,2125,2610,2289,2210,2736,2329,2604,2082,1928,1924,1849,2006,2608,2377,2169,1875,1853,1881,2168,1969,2287,2044,2251,2127,2259,2077,2008,2457,2486,2279,2044,2454,1795,1684,1897,2037,2170,1890,1763,1687,1564,1560,1562,2300,2406,2406,2524,2450,2533,2648,2765,2248,2126,1973,1887,2222,1969,2046,1918,2534,2702,2127,1719,1820,1841,1976,1563,1798,1892,1926,2039,1927,1682,1974,1883,2073,1936,2090,1920,1767,2366,2086,1935,1919,4087,2128,2127,1724,1931,1966,1923,1884,2047,1973,1732,1917,2009,1691,1719,1487,1560,1926,1770,1691,1806,1996,2253,2039,1648,1785,1557,1616,1668,1463,1518,1532,1512,1492,1487,1713,1611,1571,1391,1488,1428,1603,1397,1888,1284,1740,1469,1444,1578,1520,2081,1495,1397,1314,1768,1746,2240,1832,1573,1520,1404,1399,1338,1776,1730,1793,1918,1601,1484,1549,1401,1641,1339,1325,1793,1766,1751,1812,1964,1447,1416,1474,1367,1339,1336,1336,1296,1851,1534,1441,1525,1561,1451,1568,1370,1355,1394,1296,1837,1260,1466,1651,1609,1542,1925,1480,1439,1493,1494,1505,1564,1861,1556,1367,1674,1685,1890,1609,1481,1562,1609,1963,1527,1521,1904,2730,2009,2048,2123,1984,2287,2564,2613,3086,2728,2570,2572,2208,2074,1767,2484,2112,1933,1963,2060,2036,2006,2134,1844,1969,2077,2013,1808,1603,1565,1846,2160,1683,1809,2000,2010,1889,2119,1969,1972,2208,2167,2087,1597,1809,1848,1766,1607,1636,1728,1842,1844,2257,1919,1813,1730,1617,1638,2288,1522,1524,1494,1760,1999,1816,1601,1530,1513,1567,1534,1673,1403,1549,1617,1570,1671,1895,1522,1708,1697,1601,1759,1730,2079,1650,1717,1966,1688,1445,1378,1669,1976,1768,1670,1766,2020,2242,1692,1434,1402,1374,1617,1629,1723,2026,1716,1639,1931,1766,1802,1966,1843,1925,1933,1966,1965,1843,1759,2254,1964,2296,2475,2254,2025,2319,2236,1730,2462,2191,2194,2454,1986,2200,1803,2954,2618,2207,2133,2192,1906,1766,1763,1868,2690,1972,2830,2809,2578,1726,2520,2697,2361,2611,2248,2437,2135,2206,2314,2421,2323,2528,2322,2455,2172,2882,2103,2131,2090,1924,1612,2029,2270,2524,2074,1925,1921,1883,1810,1890,1841,2367,2056,1868,1909,2149,2334,3013,1763,2218,1858,2541,2354,1554,1645,1942,2256,2299,2045,2678,2139,1810,1568,1432,1450,1731,1885,1637,1489,1759,1494,1645,1474,1409,1331,1686,1679,1424,1404,1829,1360,1444,1618,1603,1739,1627,1849,1536,1584,2170,1373,1354,1295,1756,1942,1479,1604,1653,1628,1426,1799,1283,1941,1254,1757,1882,1436,1497,1636,1517,1456,1337,1305,1768,1880,1217,1946,1933,1925,1518,1438,1559,1425,1336,1895,1384,1821,1656,1531,1799,1378,1329,1352,1323,1820,1826,1323,1858,1479,1396,1503,1437,1424,1390,1395,1327,1812,1415,1463,1411,1349,1734,1791,1774,1747,1747,1806,1300,1766,1426,1349,1783,1518,1511,1336,1913,1407,1434,1375,1283,1332,1441,1422,1514,1912,1401,1399,1396,1289,1478,1637,1341,1773,1978,1518,1494,1504,1505,1509,1535,1412,1461,1321,1802,1946,1356,1396,1435,1314,1294,1885,1330,1810,1833,1383,1349,1821,1823,1822,1797,1408,1390,1313,1774,1746,1875,1332,1872,2036,1513,1486,1474,1475,1366,1382,1479,1466,1376,1855,1886,1429,1451,1397,1444,1402,1389,1288,1896,1310,1766,1799,1532,1379,1882,1397,1281,1824,1326,1456,1385,1385,1317,1462,1939,1508,1480,1417,1416,1323,1876,1403,1505,1385,1370,1367,1425,1494,1301,1906,1342,1373,1558,1537,1540,1563,1662,1687,1524,1368,1351,1380,1502,1402,1386,1397,1367,1359,1396,1418,1368,1332,1330,1846,1873,1354,1334,1336,1334,1430,1387,1479,1340,1413,1276,1848,1874,1311,1805,1882,1412,1882,1341,1271,1735,1857,1323,1897,1502,1397,1487,1427,1386,1395,1269,1813,1350,1386,1340,1375,1367,1366,1445,1375,1391,1390,1316,1813,1927,1344,1339,1335,1345,1317,1910,1344,1338,1328,1329,1400,1342,1338,1335,1337,1321,1800,1878,1400,1441,1450,1451,1481,1401,1386,1393,1389,1389,1472,1355,1435,1508,1328,1373,1430,1366,1360,1361,1360,1359,1414,1331,1929,1341,2001,1359,1809,1800,1806,1809,1828,1346,1779,1754,1805,1934,1428,1345,1349,1358,1434,1404,1450,1328,1776,1923,1440,1435,1428,1430,1433,1436,1344,1275,1797,1792,1327,1798,1813,1416,1504,1654,1520,1394,1350,1368,1430,1362,1368,1353,1348,1340,1850,1344,1374,1370,1372,1850,1321,1376,1814,1838,1855,1383,1341,1309,1821,1376,1286,1903,1512,1384,1372,1404,1401,1386,1434,1471,1373,1312,1842,1381,1313,1857,1315,1855,1392,1379,1341,1384,1356,1307,1856,1510,1506,1699,1694,1688,1632,1588,1532,1401,1387,1339,1408,1352,1348,1361,1338,1459,2003,1380,1315,1841,1500,1366,1401,1389,1355,1258,1801,1894,1401,1284,1853,1389,1413,1336,1331,1335,1334,1332,1897,1357,1330,1325,1396,1329,1453,1476,1481,1499,1515,1384,1413,1399,1345,1939,1383,1946,1477,1479,1414,1309,1908,1338,1807,1844,1321,1881,1288,1782,1780,1778,1853,1248,1693,1879,1279,1886,1288,1721,1869,1472,1518,1490,1389,1377,1364,1359,1370,1417,1418,1417,1392,1409,1407,1443,1473,1345,1906,1468,1425,1473,1405,1404,1407,1406,1414,1390,1528,1365,1845,1478,1621,1604,1615,1622,1472,1465,1519,1414,1482,1397,1431,1467,1475,1936,1491,1600,1579,1500,1456,1417,1540,1356,1438,1398,1398,1342,1448,1409,1413,1511,1416,1372,1397,1432,1415,1408,1407,1683,1601,1644,1595,1397,1567,1468,1582,1492,1377,1416,1383,1360,1493,1487,1322,1357,1346,1261,1870,1341,1883,1433,1534,1511,1511,1406,1334,1412,1373,1344,1338,1862,1353,1315,1873,1348,1331,1297,1805,1365,1436,1369,1472,1336,1807,1855,1297,1755,1911,1440,1236,1901,1342,1368,1402,1418,1447,1321,1884,1264,2024,1418,1741,1750,1740,1738,1791,1802,1334,1346,1328,1373,1402,1338,1313,1338,1478,1499,1562,1565,1363,1869,1324,1476,1392,2038,1461,1448,1536,1509,1443,1386,1331,1430,1447,1435,1485,1424,1410,1559,1447,1423,1441,1432,1441,1349,1518,1446,1392,1368,1335,1379,1369,1341,1435,1355,1339,1866,1306,1896,1464,1435,1472,1362,1452,1324,1391,1276,1833,1412,1405,1407,1407,1404,1388,1292,1835,1802,1810,1828,1833,1257,1760,1879,1376,1373,1341,1310,1730,1779,1780,1771,1742,1735,1771,1769,1787,1767,1806,1776,1780,1776,1777,1790,1810,1867,1328,1382,1394,1462,1597,2069,2665,2729,2496,2681,2922,2449,2595,2515,2451,2713,2546,2526,3029,2653,2809,2046,2808,2658,2719,3022,2877,2577,2560,2496,2311,2492,2488,2626,2481,3220,2631,2328,2366,2608,2287,2449,2640,2698,2130,1920,2065,2466,2164,2728,2286,2201,2335,2560,2453,2892,2360,2371,2607,2412,2331,2368,2769,2604,2651,2570,2442,2768,2451,2690,2445,4495,2564,2889,3048,2609,2449,2649,2931,2481,2855,2733,2966,2201,2769,3204,3449,2088,2207,2973,2483,2406,2534,2128,2247,2246,2279,2326,1937,2184,2080,2285,2537,2807,2284,2059,2560,1807,2326,2443,1927,1995,2126,2765,2652,2489,2602,2338,2606,2522,2334,2019,2079,2489,2451,2528,1883,2077,2246,2077,2255,2092,1836,2442,2134,2154,1927,1856,1965,2285,2323,2450,2565,3695,3128,2447,2089,2451,2363,2890,2645,2091,2248,2406,2327,2207,2447,2408,2691,2727,2400,2332,2563,2289,2486,2611,2489,2605,2084,2247,2367,2173,3051,2296,2319,2366,2612,2567,2201,2653,2488,2487,2138,2478,2564,2252,2522,2326,2175,2323,2890,2524,2690,2372,2249,1953,2195,2370,2330,2242,2249,2413,2402,3091,2410,2527,2365,2249,2278,2292,3287,2446,2527,2617,2641,2410,2767,2531,3123,2329,2170,2564,2533,2602,2487,2453,2569,2800,2774,2767,2608,2687,2452,2727,2610,2525,2206,3857,2247,2246,2566,2485,2372,2486,1925,2452,2561,2570,2489,2490,2803,2453,2488,2487,2283,2208,2082,2613,3124,2174,2687,2128,2445,2362,2167,2294,2686,2529,2528,2567,2321,3370,2414,2480,1970,2406,3655,2284,2126,3649,2647,2573,2201,2654,2522,2046,2973,2564,2370,1925,4183,2291,2320,2210,2488,3207,2480,2174,2289,2168,2490,2605,2858,2965,2447,2125,2286,2288,2285,3659,2360,2323,1926,1930,2204,1767,2964,2564,2730,2532,2566,2650,2888,2688,2929,2008,2057,2001,2223,2488,4612,2208,2037,1789,3530,4467,2119,1922,2163,1973,2089,2238,2174,2764,2044,1930,2001,2053,2078,2051,1770,2045,1685,2459,1958,2016,2165,2168,2036,2014,2159,2329,2337,1751,2172,2051,2564,2290,2484,2492,2126,2562,3893,3050,2690,2610,2161,2528,2615,2600,2610,1969,2006,2508,3007,3293,2965,1805,2260,2243,2170,2073,2282,2455,1963,2043,1966,1967,1931,1964,1970,1955,1970,2169,1963,1882,2498,2003,2040,2050,2005,1968,2158,1929,2532,2172,1840,1804,2094,2203,2236,2212,3289,2351,2181,2440,2495,2806,2528,2802,2163,2297,2082,2222,2006,1879,1888,1932,1971,2001,2048,2160,2004,2409,2165,2088,2089,2314,2173,2206,2645,2767,1965,2502,2288,1954,2685,1850,2352,2283,2250,2763,2299,2448,2922,2770,2809,1854,2482,2214,2440,2333,2408,2565,3005,2211,2604,2450,2564,2369,2166,2645,2213,2488,2725,2245,2655,2363,2412,2641,2575,2412,2287,2726,2849,2245,2688,2446,2530,2414,2041,1921,1939,1888,2082,1925,2205,2649,2685,2462,2146,2007,1809,1916,1844,1811,1812,2007,2452,2609,2147,2198,1814,2004,2044,2129,2078,2015,2083,1805,2084,1922,1896,1818,1609,1720,1724,1567,1637,1607,1575,1571,1586,1505,1923,1560,1610,1551,1605,1578,1798,1526,1446,1490,1589,1460,1647,1708,1816,1513,1575,1689,1611,1513,1715,1680,1621,1925,1843,1673,1620,1651,1550,1563,1538,1562,1623,1708,1925,1801,1600,1372,1483,1504,1604,1710,1813,1790,1994,1689,1494,1696,1844,1793,1455,1480,1768,1603,1465,1433,1505,1586,1602,1611,1752,1639,1547,1405,1413,1437,1404,1389,1386,1678,1538,2149,1524,1441,1707,1451,1402,1593,1613,1636,1502,2070,1611,1689,1491,1465,1433,1470,1480,1478,1630,1711,1825,1638,1576,2176,2385,2396,2915,2252,2246,2190,2644,2206,2556,2303,2581,2679,2765,2523,2526,2650,2645,2642,2041,2396,2736,2847,3063,2835,2456,2251,2041,1950,2696,2338,2687,2728,2211,2078,1925,2522,2669,1962,2169,2285,2100,1970,2093,2083,2405,2143,1886,1682,1970,2412,2449,2014,2255,1915,1844,1855,1918,1655,1683,2322,2011,1964,2009,1967,1756,1804,2015,1878,1896,2041,2201,2049,2129,2448,2278,1614,1561,1528,1880,1642,1678,1854,1869,1688,1898,1815,2264,1772,1532,1430,1654,1805,1362,2129,1652,1445,1769,1757,2280,1727,2133,1972,1520,1403,1505,1868,1953,2018,1689,1831,2251,2089,1364,1885,1373,1639,1812,2132,1671,1923,2009,1525,1482,1457,1550,1650,1737,1723,1697,2105,1683,1548,1678,1725,1737,1663,1716,1569,1510,1643,1920,1926,1774,2207,2207,2159,2087,1720,1645,2051,2158,2736,2205,2447,2086,1956,2249,3174,2601,2331,2484,2414,2444,2145,1898,2498,2528,2325,1967,2251,2364,3168,2618,2082,2067,2446,2208,2175,1801,1869,2649,2243,2126,1952,2301,2203,2409,3137,2297,2034,1998,2052,1881,1884,2083,2253,1970,2043,2050,2602,2092,2162,1926,1918,2171,2300,2169,2199,2335,2286,2569,2288,2207,2202,2611,2133,1866,2335,2595,2631,2161,2128,1838,1584,1764,1809,2079,2772,2188,1726,1566,1559,1733,1796,1937,1920,1999,2009,1936,1801,2040,2367,2156,1919,2117,2062,1890,2210,1879,2163,1849,1813,2081,1760,1769,2290,2202,1686,1840,1851,1678,2023,1691,1926,1683,1523,1731,1714,1576,1719,1851,1638,1799,1894,1642,1602,1654,1640,1678,1775,2048,1691,1749,2326,1541,1711,1700,1752,1735,2404,1929,1755,1727,1684,1694,1687,1636,2051,1756,1650,1736,1955,1690,1889,2084,1805,1765,1688,1922,1606,1538,1482,2027,1959,2493,1926,2209,1889,2000,1890,1884,1967,1888,1841,1727,2050,1680,1730,1967,2164,2209,1921,1970,2161,1737,1763,1632,1580,1734,1675,1696,1628,1618,1800,1812,1929,1821,1616,1882,1519,1417,1634,1686,1735,1761,1570,2107,1614,1762,1863,1796,2121,1730,1961,2093,2610,2041,2363,2137,2045,1967,1926,2075,2086,2048,2090,1887,2039,2052,1889,1885,2518,2287,1896,2002,2249,2009,1922,2040,2287,2049,2647,1762,2128,2948,2449,2287,1879,2177,2125,1915,2011,1923,1805,1848,1922,1769,2251,1851,1678,1844,2004,1854,2040,2043,1929,1973,1919,1967,1921,1951,2081,2087,2119,2011,1836,2431,2287,2116,2364,2656,2721,2733,2564,3089,2331,2169,2015,2608,2010,2319,1923,1972,2083,2371,2561,2291,2321,2170,2761,2455,2930,2530,3648,2613,2368,2318,2576,1958,2932,2004,1883,2811,2652,2241,1968,1894,1806,1770,2234,2769,2327,2207,2891,2814,1823,1652,1826,2008,2533,2401,1935,2214,2367,2120,2567,2221,2327,2486,2410,3054,2409,2927,2449,1799,1808,2210,2608,2441,2410,2328,2006,1890,1846,2121,2485,2210,2255,2283,2252,2400,2570,2616,3206,2644,2526,1967,1882,2290,2406,2493,2082,1887,1883,1851,1645,1959,2652,2332,2290,2400,2572,2374,2408,2884,2169,2524,2453,2450,2126,3051,2691,2606,1971,1831,1887,1941,2215,2044,2090,2072,2080,2087,2055,1805,2560,2333,2446,2522,2211,2364,2248,2203,2447,2651,2372,2564,2246,2609,2329,3535,2281,2127,2006,2443,2528,3044,2492,2180,1959,1920,1851,2204,2322,2613,2324,2289,2371,2439,2127,1815,1929,1903,2201,1849,1568,1557,1571,1761,1887,1802,1769,1566,1486,1409,1400,1402,1615,1483,1394,1650,1802,1696,1760,1730,1755,1564,1491,1444,1770,2048,1713,1681,1939,1528,1518,1521,1569,1678,1700,2109,2114,2526,1774,1665,1617,2219,1653,1613,1606,1779,2064,1571,1406,1458,1522,1541,1487,1690,1941,1615,1968,2206,2010,2353,1928,2852,1839,2173,2261,2381,2139,2507,2435,2262,1962,2164,2247,2213,2406,2248,2447,2284,1922,2085,2407,2245,2718,2208,2491,2215,2047,2042,2363,2935,3003,2451,1966,1569,1718,1486,1534,1683,2202,2214,1906,2266,2360,2014,1852,1882,2054,2561,2133,1961,1895,2677,2456,2481,2129,1877,1958,2376,2574,2400,2255,2521,2245,2697,2522,2446,2452,2129,2888,2480,2535,2565,2611,2519,2411,2489,2407,2927,2332,1963,1638,1735,2721,2087,2050,2524,1957,1976,3006,2218,2561,2040,2327,2330,2208,1893,3024,2595,2457,1959,1725,1976,2086,2249,2608,2324,2203,1763,1771,1796,1805,1687,1770,2285,2091,2640,2373,2415,2400,2326,1882,1882,1881,1895,2210,2358,2451,2363,2249,1938,1915,1696,1962,1840,1640,1792,2195,2007,1927,1924,1852,1768,1885,1808,2283,1886,1880,2451,2009,1919,2089,1932,2079,1893,1875,1803,1895,1964,1889,2080,2167,1763,2342,2449,2481,2248,2126,2057,1934,1810,2003,1810,1925,1971,2116,2088,2741,1845,2320,2096,1964,1732,1810,2036,2017,2284,1768,1925,2088,2284,2248,2527,2322,2897,2400,2409,2409,2488,2120,1982,3607,2889,2050,1989,2317,2253,2328,1803,1756,1936,2407,2200,2176,1955,1884,2135,1926,2009,1998,1932,1844,1843,2053,1995,2214,2037,2019,2239,2085,1931,2129,2166,1956,2050,2002,1975,2005,2048,1720,2335,2285,1924,1964,2001,2172,2003,1933,2277,1807,2052,1840,1933,1848,2135,1648,1801,1722,1868,1808,1795,1725,2097,1599,1691,1646,1720,1733,1764,1917,1610,1865,1597,1653,1594,1544,1478,1480,1437,1416,1440,1641,1731,1357,1306,1866,1300,1847,1724,1616,1504,1654,1536,1709,1327,1849,1526,1326,1451,1522,1429,1560,1493,1403,1757,1530,1421,1370,1443,1544,2008,1564,1929,1493,1395,1838,1373,1321,1929,1525,2012,1513,1722,1564,1368,1927,1398,1339,1783,1902,1648,1483,1748,1934,1282,1473,1751,1809,1380,1829,1385,1301,1358,1894,1415,1563,1418,1390,1963,1375,1308,1281,1667,1743,1338,1439,1348,1819,1769,1779,1771,1759,1350,1588,1909,1287,1756,1862,1274,1763,1851,1346,1784,1500,1822,1807,1901,1417,1349,1842,1881,1585,1331,1655,1812,1550,1486,1437,1467,1439,1874,1539,1877,1842,1449,1461,1801,1775,1872,1442,1444,1560,1598,1856,1487,1436,1451,1480,1470,1460,1474,1465,1355,1519,1753,1331,1469,1369,1314,1841,1927,1428,1423,1379,1570,1664,2030,1405,1448,1262,1873,1295,1890,1295,1719,1399,1531,1332,1336,1286,1879,1375,1375,1473,1474,1400,1422,1355,1330,1485,1398,1287,1818,1813,1808,1790,1660,1425,1675,1482,1291,1848,1344,1403,1376,1310,1817,1503,1541,1844,1416,1372,1367,1360,1834,1377,1882,1320,1208,1623,1787,1283,1758,1754,1779,1811,1893,1407,1272,1787,1486,1321,1837,1338,1337,1336,1419,1356,1801,1396,1576,1512,1393,1242,1915,1370,1758,1762,1954,1364,1593,1868,1435,1691,1517,1690,1609,1965,2424,3187,2770,2369,2520,2495,3083,2329,2673,2513,2520,1928,2520,3194,2850,2455,2252,2670,2969,2261,2052,2288,2680,2899,2323,2246,1846,1925,2125,2692,2849,2312,2217,2252,1681,2291,2121,2248,2565,2290,2568,2059,2755,1953,3065,2512,1766,2047,2085,2779,2644,3205,2256,1751,1724,1725,1716,1798,1897,2118,2296,2010,2326,2572,2250,2734,2585,3154,2278,1762,2559,2449,2887,3062,3142,2811,2977,2876,2943,2410,2370,2089,2540,1886,2460,2814,2567,2371,2964,2688,2256,2400,2771,2354,2500,2437,2369,2612,2891,2573,2688,2029,3228,2732,2365,1900,2365,2566,2372,2601,2651,2007,2246,1851,2245,2060,2014,2146,1803,1896,2072,2053,1971,1915,3076,2048,2364,1928,2161,2329,2608,2608,2287,2004,2565,2765,2732,2090,3126,2529,1939,2124,2323,1924,2244,2288,2093,2443,2571,2569,2560,2572,2451,2481,2286,4898,2729,2771,2527,1769,2481,2484,2287,2366,1974,1846,1803,2330,2001,2288,2286,2246,1903,2040,1974,2085,2000,1978,1965,1679,1931,2445,3544,2189,2041,1890,1890,2245,2325,2335,2722,2533,2280,2572,2203,1855,2086,2009,2042,1806,1887,2427,1884,2250,1913,2224,2763,2089,2084,1888,1851,2046,1845,2606,2766,2492,2361,2251,2528,2408,2208,2600,2852,2375,1693,1637,1568,1564,1811,1964,1754,2409,1606,1817,1645,1802,1604,2371,1970,1965,2411,2405,2486,2633,3540,2221,2476,2217,1770,1560,1560,1759,1931,1845,1568,1559,1530,1559,1530,1881,2009,2045,1724,2098,1690,1601,1942,1836,1567,1400,2051,1626,1932,2059,1584,1573,1757,1527,1554,1688,1721,2054,1612,1600,1467,1589,1719,1648,1903,1929,1518,1722,1794,1777,1898,1658,2028,2425,1640,1883,2012,1864,1648,1722,1722,1854,1784,1536,1611,1805,1788,1663,2160,1569,1601,1611,1541,1478,1603,1757,1883,2122,2054,2250,2248,2452,2526,2489,2077,2615,2363,2288,2481,1849,2208,2330,1950,1891,2058,1893,1796,1886,1922,1970,1921,1860,2085,2478,2158,2015,3574,2237,2371,2449,2767,2190,2128,2001,1737,1964,1966,2127,1928,2644,2128,2163,2056,1886,1929,2196,1966,2097,1995,2055,2004,1804,1932,2046,1850,1715,1805,1643,1876,1977,2057,2087,2167,2282,1841,2009,2090,1884,1880,1892,1927,2196,1972,2122,2366,1607,1651,2078,1496,1484,1689,1517,1916,2060,1849,2036,1729,1678,1452,1401,1528,1471,1483,1714,1498,1751,2181,2048,1595,1453,1510,1526,1403,1741,1722,1492,1993,2059,1585,1653,1494,1474,1494,1916,1558,1529,1721,2023,1592,1538,1588,1564,1491,1730,1603,1698,1712,1653,1639,1412,1401,1398,1646,1764,1728,1679,1615,1635,1739,1566,1511,1413,1395,1497,1635,1725,1723,1839,1643,1760,1676,1573,1676,1694,2041,1827,1905,1918,1840,1622,1671,1566,1690,2080,1889,1969,2085,1954,2038,1773,1842,1887,1950,1960,2174,1858,1808,1964,1841,1721,2079,2056,1853,1686,1565,1609,1734,1560,1595,1683,1700,2290,1720,1765,1914,1818,1766,1599,1612,1910,1737,1770,1765,1714,1698,1671,1968,1773,1773,1759,1883,2136,2083,2004,2238,2237,1940,2011,2273,2007,2360,2108,2089,2239,1918,2090,1979,1685,1920,1849,2003,1961,2171,1888,2082,2098,1527,1523,1563,1415,1396,1662,1725,1767,1700,1652,1685,1617,1678,1795,1576,1561,1716,2231,2129,1864,1854,1647,1568,1648,2035,2053,1834,1926,1972,2205,1968,1920,2615,1650,2238,1810,1596,1561,1533,1559,1530,1718,1536,1878,1852,1876,1973,1996,1855,2079,2090,1923,1844,1973,1754,1624,1794,2048,2203,2292,2045,1973,3081,2051,1921,1846,2014,1875,1922,2010,1844,1750,1734,1959,2246,2268,2178,2362,1758,2047,2055,2320,2645,2128,2649,2608,2524,2245,2569,2160,1971,1847,2197,2607,2406,2901,2468,2240,2055,1916,2261,2669,2054,2244,2086,2259,2058,2300,2355,2288,2969,3005,4379,2330,1992,1853,1878,2054,2481,2248,2171,2122,1969,1881,1851,2043,2047,2284,2252,1958,1963,1819,2629,2289,2003,1971,2242,2249,1889,1900,2399,1892,2836,2362,2087,1927,1610,1562,1812,1793,1775,2124,1887,2280,2207,1851,2002,2211,2321,2445,1877,1860,2165,2207,2208,1729,2406,2206,2259,2113,2566,3012,2730,2480,2170,2413,2606,1926,1758,1737,1838,1837,1764,2398,2118,2389,2327,1800,2161,1806,2011,1920,1652,1795,2151,2526,1965,2128,2885,3009,3010,2461,2336,2624,1725,1568,1766,1635,1772,2121,2287,2244,2697,2509,2407,2447,2083,1953,2041,1732,1809,1718,1645,2083,1962,2449,2362,2131,1882,2050,1885,1847,2327,2529,2365,1555,1855,1917,2013,1724,1809,2362,1722,1774,2485,1967,1801,1729,1767,1926,1837,2053,1564,1559,1855,1955,1813,1724,1451,1713,1411,1400,1380,1474,2076,1991,1788,1689,1715,1622,1642,1684,1566,1584,1753,1947,1508,1803,1876,1660,1514,1962,1647,1733,2479,2093,2247,1839,1696,1652,1618,1618,1603,1525,1444,1409,1315,1622,1847,1378,1621,1406,1460,1809,1428,1768,1284,1735,2003,1451,1486,1821,1529,1422,1527,1441,1636,1740,1944,1428,1360,1587,1703,1418,1587,1579,1948,1367,1975,2017,1684,1981,1455,1480,1673,1496,1778,1503,1376,1397,1918,1337,1364,1345,1278,1890,1309,1664,1527,1455,1362,1560,1835,1398,1396,1368,1474,1410,1699,1625,1630,1671,1561,1306,1913,1466,1719,1449,1671,1512,1414,1354,1502,1436,1396,1499,1488,1487,1498,1489,1404,1689,1470,1447,1413,1484,1492,1556,1471,1494,1929,1765,1615,1526,1684,1742,1603,1794,1688,2510,2293,2169,2071,2232,2002,1934,1890,2178,2169,2143,2504,1716,2821,2207,2517,2983,2693,3265,2323,2440,1975,2006,2451,2410,2330,2168,2446,2250,2963,2618,2668,2850,2571,2804,2249,2464,2544,2442,2530,2533,2914,3335,2310,2772,2606,2490,2134,2370,1870,2186,2255,1878,2471,2678,2995,2426,2849,2140,2027,2004,2967,2457,2642,2971,2486,2605,2170,2122,1966,2405,2089,1806,1671,1680,1930,2008,2077,2019,2400,2493,2681,4336,2687,2894,2722,2652,2162,3138,2730,2565,1882,2050,1809,1693,1766,1846,1965,2044,2012,2007,2080,1891,1845,1886,1926,1886,1844,1798,1647,1762,2098,2239,2248,2407,1963,2043,2300,2769,2446,2807,2526,2136,2404,2486,2571,2571,2166,2483,2972,2328,2684,2532,3450,2447,3205,2005,2047,2689,3086,2527,2686,2168,1851,1729,2705,2331,2281,2333,2091,2720,2570,4140,3243,2527,2174,2804,3936,2531,2078,3379,2169,2111,1851,1844,1882,2133,2204,2328,2098,2655,2645,2649,3045,2213,2569,2529,2610,2156,1723,2167,2448,2610,2527,2208,1895,2353,2323,2569,3973,2247,1852,1968,1927,2421,2367,2372,2087,2405,2401,2090,2206,2653,2932,2282,2082,1773,2001,2048,2326,2290,2405,2530,2527,2768,2408,2322,2849,3690,3130,2769,2689,2608,2805,3697,2520,2055,2324,1996,2512,2571,2564,2607,2089,2331,1727,2366,2084,2136,1924,1806,1802,2002,2042,1732,2132,2036,2086,3017,1962,3047,1773,1893,1902,2022,2162,1678,1685,1759,2324,1738,1730,1725,1848,1972,1840,1959,2137,1840,1974,2074,2053,2049,1921,2001,2329,2086,1728,1973,2040,2013,2114,1897,1837,2190,2248,2291,2406,2484,2367,2078,2768,2003,2167,2169,2135,2436,2573,3082,2408,2295,1969,1959,2287,2052,2211,2248,2843,2054,1993,2078,2008,1928,1842,2086,1893,1839,1692,1958,2057,2162,1721,2134,2415,3526,2695,1884,1808,2002,3433,2330,2771,2725,2848,2329,2524,2450,3497,1905,1966,2053,2653,2452,2728,2444,2327,2211,2163,2575,2687,2851,2524,2080,2617,2804,2532,2407,2485,2443,2940,3087,2425,2878,3134,3045,2888,2491,3484,2582,2092,2038,2381,3770,2217,2367,2241,1968,1943,2449,1918,1888,2824,2567,2445,2442,2533,2610,3215,2479,3209,2336,2648,2362,3050,2688,2973,2726,2485,2294,2283,2211,2355,2614,2521,2182,2553,2333,1794,1760,1980,1875,1806,2213,1607,1875,1776,3067,2450,2125,2206,1838,1889,1966,1930,2010,1961,2003,2079,2167,2529,2449,2689,1925,2133,1845,1822,2124,2010,2490,2368,2641,2004,2222,1810,1883,1963,3371,2324,2162,2494,2569,2329,2166,2249,2685,2804,2859,2315,1937,1970,3092,2830,2704,2729,2166,1926,2028,2009,2237,2490,2649,2205,2096,1897,2275,2060,2080,2011,2046,1883,1960,2003,2058,1886,1796,1767,1803,1805,1807,1802,1889,2003,1978,2036,2050,2124,2091,1888,2004,1568,1689,1756,1526,1518,1571,1750,1727,1642,1690,1696,2077,1632,1521,1525,1765,1685,1473,1413,1570,1550,1428,1844,1581,1665,1529,1542,1492,1493,1404,1461,1442,1581,1563,1830,1421,1636,1577,1715,1406,1400,1397,1384,1587,1939,1563,1465,1585,1729,1631,1652,1473,1374,1408,1645,1408,1446,1684,1961,1481,1526,1484,1605,1476,1584,1773,1782,1769,1840,1882,1926,1488,1580,2385,1994,1483,1576,2185,1777,1598,1438,1581,2253,1657,1684,1757,1830,1957,1891,1882,1889,1777,1891,1718,1793,1767,1658,1621,1554,1602,1765,1567,1579,1598,1968,2127,1879,2312,2027,2201,1721,1967,2324,2287,2850,2454,2688,2605,2446,2290,2409,2559,2325,2530,2095,2520,2647,2412,2727,3574,2442,2528,1726,1538,1763,1653,1917,1772,1918,2664,2333,2236,2208,2089,2114,1881,1969,2119,2297,2161,1804,1808,1884,1851,1997,1811,1886,2044,1853,2194,2410,1883,1975,2161,1612,1956,1610,1678,1819,1841,1968,2085,2484,2586,2053,2174,2606,1934,1757,3179,2758,2371,2604,2333,2563,2167,1850,2522,2370,2084,2568,2566,2810,2497,2207,1848,1768,2045,2087,2326,2931,2655,1914,2251,2075,2726,1730,1849,1761,2357,1783,2538,1691,1644,1773,2007,2075,1811,1610,1558,1532,1564,1556,1843,1736,1635,1888,1686,1769,1728,1641,1763,1681,1638,1576,1962,1719,1688,1635,1568,1642,1652,1648,1717,1571,1559,1724,2125,1490,1494,1594,1723,1456,1523,1839,1461,1555,2048,1533,1590,1482,1524,1446,1385,1399,1525,1552,1842,2013,1613,1603,1638,1374,1427,1383,1356,1354,1946,2044,1689,1764,1510,1658,1558,1956,1415,1329,2110,1656,1612,1677,1874,1497,1594,1525,1501,1511,1642,1937,1521,1838,1975,2185,2093,1805,1808,1920,2692,2042,2009,1925,2127,2337,2371,1892,2000,1768,1645,1684,1922,2098,1875,2013,2077,2084,2277,2485,2001,1926,2560,2851,2241,3006,2733,2176,2606,2610,2487,2439,2566,2073,2080,1933,1875,2451,2083,2532,2320,3170,2291,2567,2365,2525,2411,2604,2447,2171,1957,2260,2227,2045,1720,1973,1892,1994,1927,2211,1966,1928,2372,2612,2688,2647,2572,3087,2493,2156,2005,2203,2278,2209,2409,2060,1814,1955,2049,3094,2043,1919,1577,1764,2049,2203,1839,1930,2003,2409,2000,2133,2329,2694,2449,2438,1952,1965,2063,2769,2845,2727,2692,2566,2082,1891,2403,2412,1850,1720,1966,2177,2288,2202,2216,2283,1562,2086,2207,2295,1980,2127,2481,2489,2330,2285,1863,2176,1922,2393,2206,2529,2444,2088,2730,3017,2163,2369,2409,2157,2171,2532,3202,2247,2130,2128,4408,2322,2411,2446,2328,2491,2762,2368,2018,2004,1894,2005,1837,1858,2605,1959,1936,2079,1801,1884,1846,1894,1962,1919,1934,1793,1962,1850,1692,1641,1521,1410,1400,1634,1644,1852,1992,2202,2207,1964,1923,1895,2081,2009,1848,2078,1931,1800,1734,1919,2095,2116,2130,1968,1891,2268,2486,2648,2046,1924,1848,1966,2067,2014,1746,2723,2407,2548,1924,2094,1958,1809,2000,1692,1958,2172,1966,1999,2014,2004,1811,1755,1934,2041,2081,2099,1834,1768,1765,1844,1776,1799,1920,1892,1925,2455,1953,2375,2137,2967,2320,2879,2335,2097,2035,2088,1933,2001,2164,2013,2156,1884,1935,2793,2216,1969,2236,1930,2324,2091,2566,2322,2721,2811,2450,2608,2807,2250,2565,3010,2033,1919,2251,2121,2448,2496,2030,2213,2323,2214,2204,2008,1973,2220,4972,1921,1938,2053,1956,2172,2602,2453,2325,2332,2248,1959,2119,2223,2533,2444,2609,2170,2368,2103,2326,2643,2525,2660,1965,1965,2288,2094,2030,1841,1805,1830,1848,1881,1848,1725,2254,2204,1916,2167,2441,2612,2565,2406,3574,2284,2329,2283,2128,2367,2330,2325,1967,2731,2283,2088,2287,2570,2455,2321,2412,2323,2327,2126,1901,1771,1722,2124,2015,1883,2079,2331,2796,1778,1952,1886,1928,2163,1781,1809,1688,2006,1995,2741,2489,2085,2689,2045,2569,2325,1922,1808,2279,1949,1649,1843,2617,2287,2248,1915,2004,2327,1972,2170,2438,2073,1974,1720,1647,1794,1647,1556,1523,1939,2159,1867,2172,2279,2431,2648,2011,2123,2473,2713,2227,1961,2524,2719,2201,2611,1939,2373,2252,2606,2811,2455,1879,1894,1604,1823,1890,2330,2118,2415,2649,2328,2410,2124,2064,2240,2259,2288,2250,1883,2214,1847,1960,2394,2177,2164,2924,3382,2444,1764,1863,1828,2243,1798,2861,1915,2049,1895,2007,2363,2387,2409,2134,2090,2496,2162,2085,2128,2096,2057,2172,2219,1693,2019,1938,2183,1997,1694,1605,1866,1745,1516,2109,1974,1962,1985,2024,1912,2152,1912,2080,1734,1822,2164,1780,1660,1847,1758,1825,1625,1567,2678,2002,1738,1768,2242,1694,1688,1637,2047,2047,1692,1771,1697,1360,1811,1831,2088,1646,1572,1966,1523,1473,1449,1382,1393,1373,1367,1543,1900,1483,1507,1432,1474,1437,1634,1589,1542,1423,1244,1388,1365,1318,1460,1908,1973,1262,1740,1897,1329,1778,1392,1562,1682,1458,1315,1738,1721,1856,1365,1362,1768,1492,1602,1466,1389,1344,1842,2001,1538,1535,1480,1605,1590,1447,1800,1502,1517,1428,1494,1621,1599,1610,1533,1823,1853,1548,1609,1796,1810,1806,1726,1752,2088,1737,1624,2124,1804,1871,1802,2047,1610,1750,1648,1726,2249,1949,2068,1861,1845,1772,1675,1778,1718,1723,2095,1783,1598,1617,1698,1829,1830,1952,2293,2167,2031,1897,1857,1855,1933,2143,2141,1907,1971,2247,2664,2485,1968,2106,1895,1949,2281,2015,2839,2045,2092,1931,2398,2335,2204,2383,2249,2490,2247,2250,2411,2848,2649,1850,2118,1929,1957,2051,2162,2133,2114,2030,2047,2402,2247,2575,3082,2535,2445,2245,2289,2246,2409,2212,1993,2327,2373,2173,1919,2094,2286,2281,2091,2323,1686,1562,1893,1799,1924,1895,1876,2275,2335,2132,1886,1935,1876,1893,1804,2132,2036,2240,1959,2044,2094,2285,2126,2317,1857,2316,1847,1935,1796,2114,2006,2003,1731,2164,1803,1685,1658,1656,1599,1557,1693,1808,2679,1573,1631,1471,1544,1954,1727,1446,1565,1524,1514,1603,1977,1354,1818,1993,1333,1366,1717,2006,1515,1488,1699,1844,1773,1968,1582,1606,1631,1626,1617,1780,1476,1395,1540,1380,1482,1326,1929,1701,1791,1972,1378,1379,1466,1389,1352,1595,1577,1362,1654,1271,1858,1277,1791,1920,1319,1796,1789,1891,1988,1308,1857,1313,1917,1467,1478,1477,1464,1354,1857,1414,1368,1334,1886,1263,1747,1809,1882,1434,1390,1318,1814,1837,1917,1410,1408,1407,1357,1373,1454,1285,1778,2025,1322,1988,1559,1412,1330,1993,1415,1390,1427,1403,1331,1407,1947,1451,1447,1446,1401,1502,1479,1414,1346,1842,1880,1335,1832,1944,1445,1430,1360,1411,1400,1454,1397,1422,1498,1342,1385,1352,1799,1523,1365,1382,1371,1399,1346,1518,1581,1588,1757,1763,1831,1577,1521,1529,1543,1583,1735,1942,2035,1971,1919,1861,1783,1938,2135,2032,1945,1715,1732,1626,1737,1877,1668,1740,1856,2011,1854,2265,2523,3372,2205,2210,2440,2017,6192,2519,2369,2609,2526,2412,2729,2447,1976,2201,2408,2321,2415,2325,2487,3046,2687,2532,2044,2048,2455,2122,2086,2572,2092,2447,2572,2605,2167,2205,2472,2250,2441,2333,2368,3350,2493,2042,1850,1849,1683,1924,1971,2202,2009,1883,1687,1649,1876,1885,1855,1959,1963,1936,2048,2003,2005,2040,1895,2236,1656,1477,1438,1407,1602,1599,1573,1681,1530,1529,1919,1677,1779,2071,2055,1575,1593,1533,1636,1806,1814,1881,1853,1834,1814,2005,1598,1809,1882,2259,2047,1994,2251,1972,1914,2166,1899,1917,1850,1879,2008,1778,2045,1527,1728,1652,1677,1689,1647,1843,1681,1806,1888,1675,1702,1726,1560,1486,1489,1511,1609,1851,1552,1326,1695,1629,1529,1934,1598,1603,1564,1330,1812,1884,1592,1742,1558,2125,1528,1922,2192,1611,1650,1795,1661,1710,1523,1744,1515,1949,1416,1508,1409,1615,1331,1431,1605,1571,1631,1659,1953,1367,1451,1570,1438,1403,1519,1766,2127,1886,1758,2009,1647,1564,1448,1847,1627,1570,1640,1610,1587,1509,1943,1521,1677,1800,1610,1525,1525,1519,1443,1813,2124,1660,1752,1786,1637,2019,1566,1765,1716,1811,1407,1400,1397,1668,1882,1676,1630,1729,1860,1856,1886,1667,1607,2110,1627,1674,1678,1522,1506,1496,1524,1486,1722,1490,1913,1857,1487,1761,2183,1474,2035,1552,1440,1862,1432,1458,1350,1904,1386,1521,1671,2059,1690,1511,1583,2034,2124,1477,1490,1508,1532,1354,1416,1317,1976,1753,1783,1857,1269,1893,1398,1524,1303,1976,1510,1551,1268,1899,1417,1374,1367,1349,1862,1848,1593,2111,1360,1487,1792,1867,1299,1788,1785,1783,1658,1299,1862,1316,1778,1854,1276,1772,1789,1313,1289,1537,1809,1753,1765,1809,1770,1761,1814,1345,1725,1539,1864,1303,1751,1841,1356,1357,1513,1470,1322,1541,1483,1456,1282,1844,1837,1910,1337,1833,1910,1793,1563,1844,1267,1816,1812,1811,1808,1809,1834,1808,1840,1802,1860,1289,1789,1787,1782,1849,1323,1566,1272,1805,1778,1773,1771,1769,1763,2016,1641,1630,1344,1305,1765,1762,1768,1756,1771,1330,1533,1357,1689,1740,1729,1724,1721,1702,1795,1228,1292,1431,1735,1716,1727,1722,1724,1731,1856,1231,1726,1648,1795,1777,1819,1844,1367,1357,1398,1644,1495,1455,1326,1504,1418,1404,1371,1459,1565,1579,1578,1585,1622,1516,1617,1895,1500,1546,1605,1546,1878,1616,1788,2150,1610,1614,1765,1795,2180,1720,1608,1728,1775,1699,1833,2328,1956,2240,1911,2528,2203,2387,2080,2048,2104,4215,2480,2023,2372,2002,2171,2362,2402,1796,2497,4696,1868,1846,2012,2718,1884,1897,1928,1922,1762,1537,1931,2685,1564,1680,1442,1678,1573,1648,1753,1975,1643,1678,2019,1753,2212,1848,1882,2052,1682,1886,1926,1988,2222,1903,1714,2164,1841,1783,1756,1702,1572,1926,1642,1889,1605,1832,2045,1694,2084,1493,2075,1637,1568,1838,1911,1613,1326,1858,1427,1636,1822,1696,1609,1562,1317,1747,1760,1759,1967,1542,1590,1634,1454,1509,1395,1533,1488,1451,1463,1697,1675,1472,1459,1439,1603,1574,1530,1485,1484,1632,1514,1535,1762,1456,1457,1403,1394,1391,1373,1380,1401,1355,1989,1290,1853,1371,1376,1364,1361,1362,1360,1377,1323,1875,1282,1749,2010,1569,1568,1574,1535,1574,1556,1440,1336,1321,1873,1540,1429,1432,1404,1492,1453,1472,1483,1399,1258,1873,1401,1400,1393,1372,1363,1418,1284,1871,1349,1781,1845,1373,1355,1363,1347,1345,1832,1431,1359,1333,1245,1801,1346,1341,1341,1330,1849,1268,1832,1336,1826,1799,1853,1335,1827,1811,1851,1284,1825,1812,1745,1720,1829,1313,1792,1762,1792,1835,1313,1825,1714,1842,1340,1302,1808,1759,1931,1279,1795,1787,1685,1738,1823,1811,1773,1699,1761,1771,1704,1690,1804,1242,1741,1727,1711,1718,1781,1790,1732,1719,1688,1772,1772,1721,1727,1776,1814,1248,1869,2647,2244,2260,2287,2380,3020,2608,2636,2961,2989,3347,2931,3058,2971,2694,2444,2645,2523,2323,2182,2553,2222,2595,2167,2396,2095,1851,2630,3466,2620,2178,2336,2327,2263,2178,2239,2401,2013,2609,2084,2002,2012,1882,1764,2038,2038,2102,2210,2362,2292,1928,2046,2084,2528,2001,1899,2463,2773,1758,1573,1557,1532,1685,2464,1982,1894,2063,1889,1879,1967,2055,2962,2333,2316,1855,1911,2171,2433,2276,1910,1945,2392,2041,1698,1803,2028,1609,1591,1874,2251,2149,1937,2098,1708,1740,1667,1908,1948,1940,1477,1466,1469,1506,1636,1694,2008,1542,1743,2138,1683,1677,1407,1399,1401,1577,1516,1411,1649,1438,1465,1550,1720,1849,1847,1968,1366,1919,1444,1759,1420,1582,1333,1790,1792,1846,1842,1479,1468,1527,1414,1899,1978,1965,1423,1454,1799,1417,1438,1924,1347,1791,1450,1880,1530,1511,1459,1346,1323,1930,1677,1716,1430,1461,1756,1337,1907,1343,1836,1956,1552,1568,1389,1508,1340,1823,1752,1811,1850,1357,1524,1495,2201,1451,1346,1942,1361,1355,1358,1364,1424,1483,1601,1359,1866,1291,1839,1853,1386,1374,1374,1433,1700,1390,1308,1948,1306,1783,1776,1860,1309,1922,1684,1432,1312,1815,1812,1277,1850,1356,1371,1334,2034,2013,1850,1852,1302,1842,1838,1853,1357,1492,2071,1407,1357,1416,1337,1340,1838,1834,1834,1944,1299,1359,1784,1352,1820,1816,1810,1808,1818,1887,1377,1353,1523,1414,1265,1795,1789,1788,1850,1294,1831,1492,1796,1446,1300,1782,1845,1357,1340,1879,1276,1827,1383,1789,1344,1853,1336,1908,1314,1808,1892,1375,1487,1379,1332,1744,1813,1810,1859,1358,1371,1460,1332,1903,1550,1266,1950,1411,1407,1409,1406,1406,1420,1365,1693,1733,1295,1886,1377,1372,1371,1371,1372,1383,1405,1592,1353,1330,1732,1807,1794,1802,1841,1390,1499,1263,1340,1787,1366,1750,1749,1744,1742,1738,1830,1250,1725,1756,1740,1446,1785,1868,1265,1867,1367,1381,1447,1810,1383,1385,1360,1343,1339,1838,1919,1306,1731,1384,1663,1356,1278,1823,1818,1814,1817,1899,1320,1585,1470,1314,1922,1374,1884,1376,1369,1391,1381,1301,1678,1679,1257,1800,1790,1786,1772,1772,1793,1337,1552,1550,1366,1807,1851,1281,1783,1887,1402,1405,1703,1466,1760,1806,1779,1770,1759,1735,1779,1785,1334,1385,1794,1770,1762,1776,1753,1799,1781,1719,1307,1782,1780,1827,1867,1422,1390,1391,1425,1977,1374,1337,1414,1837,1324,1350,1363,1360,1350,1353,1367,1387,1637,1757,1837,1407,1345,1834,1831,1835,1947,1393,1399,1442,1886,1324,1323,1812,1811,1811,1841,1391,1641,1350,1790,1829,1801,1793,1871,1300,1953,1298,1615,1754,1401,1802,1343,1360,1362,1349,1877,1384,1326,1723,1694,1507,1355,1861,1346,1818,1838,1854,1289,1551,1745,1353,1837,1275,1774,1772,1944,1317,1777,1494,1502,1530,1396,1298,1796,1775,1770,1815,1850,1340,1699,1788,1308,1777,1812,1808,1792,1787,1862,1833,1512,1327,1827,1796,1789,1789,1770,1814,1343,1541,1758,1425,1267,1777,1772,1759,1758,1771,1846,1375,1511,1813,1285,1784,1780,1749,1762,1757,1344,1305,1314,1760,1774,1753,1745,1769,1763,1768,1750,1623,1394,1755,1745,1768,1733,1731,1751,1745,1749,1642,1892,1278,1734,1732,1733,1720,1751,1809,1712,1374,1787,1742,1722,1720,1716,1731,1785,1746,1379,1667,1649,1688,1673,1656,1654,1672,1704,1709,1167,1339,1778,1714,1693,1680,1672,1686,1702,1681,1708,1286,1678,1836,1374,1307,1856,1356,1373,1265,1838,1299,1661,1381,1888,1374,1844,1838,1833,1861,1289,1944,1813,1753,1835,1394,1362,1358,1419,1415,1418,1465,1355,1694,1560,1345,1920,1344,1817,1810,1881,1374,1392,1857,1658,1316,1819,1812,1793,1790,1788,1904,1349,1499,1707,2019,1350,1318,1873,1303,1760,1827,1392,1235,1661,1816,1885,1384,1382,1379,1379,1454,1355,1286,1421,1432,1613,1351,1440,1344,1837,1833,1833,1872,1532,1483,1345,1393,1548,1350,1821,1810,1812,1832,1258,1270,1364,1400,1413,1290,1790,1790,1788,1800,1793,1279,1293,1720,1356,1324,1781,1772,1772,1773,1837,1282,1387,1464,1858,1232,1763,1754,1765,1753,1780,1293,1721,1572,1747,1726,1710,1708,1707,1737,1706,1837,1332,1272,1777,1759,1743,1772,1739,1779,1724,1801,1154,1364,1767,1741,1733,1730,1736,1737,1756,1769,1625,1474,1608,1373,1481,1301,1837,1838,1834,2016,1556,1927,1445,1792,1895,1312,1809,1809,1871,1370,1388,1329,1549,1414,1365,1819,1810,1809,1808,1854,1413,1507,1825,1871,1367,1303,1799,1797,1782,1830,1407,1500,1540,1474,1458,1782,1777,1777,1791,1816,1953,1221,1471,1743,1755,1763,1769,1777,1771,1829,1536,1426,1736,1777,1820,1808,1807,1824,1336,1814,1242,1313,1777,1797,1796,1827,1826,1812,1804,1773,1436,1709,1252,1788,1897,1372,1936,1429,1385,2059,1369,1428,1416,1384,1429,1350,1837,1937,1427,1427,1396,1335,1654,1862,1477,1325,1994,1427,1402,1398,1449,1404,1273,1844,1815,1834,1801,1791,1777,1794,1841,1379,1385,1707,1401,1334,1782,1772,1761,1757,1769,1795,1393,1644,1264,1757,1756,1753,1742,1749,1765,1841,1349,1337,1809,1290,1752,1742,1768,1761,1783,1323,1453,1381,1752,1776,1741,1733,1732,1747,1760,1775,1705,1267,1660,1737,1748,1717,1718,1732,1740,1757,1484,1421,1690,1768,1721,1720,1721,1657,1711,1751,1331,1618,1722,1854,1429,1402,1363,1356,1437,1374,1315,1445,1289,1436,1291,1790,1888,1323,1335,1410,1431,1239,1754,1341,1357,1870,1317,1821,1811,1803,1908,1836,1469,1525,1512,1286,1848,1360,1311,1856,1322,1853,1311,1838,1548,1438,1452,1286,1789,1776,1916,1282,1781,2213,1562,1414,1529,1587,1595,1417,1346,1865,1864,1993,1793,1624,1517,1617,1509,1571,2005,1539,1537,1523,1855,1540,1885,2431,2475,2051,2044,1962,1918,2561,2155,1949,2718,3277,2552,2729,2336,2357,2436,2241,2162,2467,2595,2724,2913,3051,3698,2706,2457,2624,1877,2248,2228,2268,2229,2472,2219,1945,2008,2282,1593,1862,2332,2257,2136,2443,2184,2419,1857,1946,1797,2425,2015,2269,1996,1745,1711,1610,1722,1786,1791,1724,1840,1761,1775,1752,1617,1601,1934,2227,1731,1701,1681,1682,1687,1500,1686,1447,1541,1984,2193,2004,1492,1497,1406,1630,1394,1388,2064,1744,1657,1389,1380,1337,1793,1861,1278,1857,1341,1499,1654,1429,1468,1297,1922,1339,1836,1835,1856,1540,1295,1843,1302,1817,1813,1808,1808,1865,1301,1509,1832,1348,1864,1294,1789,1787,1795,1793,1399,1663,1751,1454,1293,1775,1771,1770,1758,1808,1789,1449,1577,1819,1762,1754,1753,1750,1727,1869,1448,1576,1803,1327,1753,1779,1747,1776,1787,1843,1696,1411,1796,1794,1774,1770,1767,1719,1780,1742,1468,1440,1180,1737,1734,1730,1733,1704,1783,1790,1268,1681,1744,1760,1719,1754,1717,1684,1785,1680,1378,1702,1742,1692,1689,1716,1728,1732,1696,1694,1268,1647,1714,1694,1698,1695,1727,1746,1691,1680,1266,1746,1738,1831,1362,1361,1355,1478,1274,1977,1361,1517,1477,1307,1939,1298,1838,1852,1357,1426,1374,1341,1280,1576,1503,1359,1384,1836,1834,1834,1888,1359,1832,1605,1329,1739,1910,1277,1853,1334,1845,1332,1645,1429,1732,1365,1425,1355,1883,1380,1397,1335,1998,1905,1828,1302,1832,1290,1838,1838,1882,1465,1525,1498,1431,1548,1358,1386,1385,1331,1958,1562,1397,1969,1635,1739,1304,1840,1360,1814,1877,1312,1875,1462,1572,1935,1388,1315,1842,1340,1852,1444,1446,1508,1507,1515,1577,1310,1835,1416,1334,1948,1447,1448,1448,1560,1756,1753,1348,1291,1386,1852,1343,1864,1320,1860,1692,1927,1295,1851,1330,1887,1472,1311,1909,1272,1890,1687,1566,1400,1259,1825,1850,1330,1852,1327,1919,1496,1462,1414,1428,1458,1378,2003,1611,1607,1451,1435,1688,1975,1510,1344,1818,1965,1438,1423,1490,1406,1885,1599,1403,1317,1874,1358,1346,1269,1766,1850,1460,1892,1756,1309,1916,1478,1480,1511,1537,1521,1579,1582,1451,1616,1355,1455,1366,1815,1859,1270,2023,1527,1957,1840,1439,1815,1489,1363,1784,1862,1389,1484,1526,1735,1501,1383,1351,1360,1867,1371,1444,1442,1407,1428,1397,1733,1399,1395,1274,1853,1301,1813,1331,1352,1482,1394,1884,1338,1254,1828,1858,1393,1359,1391,1344,1309,1312,1558,1374,1849,1341,1835,1883,1270,1920,1495,1373,1372,1674,1877,1316,1855,1348,1345,1345,1347,1393,1795,1587,1332,1757,1815,1879,1442,1346,1842,1950,1826,1644,1353,1838,1281,1858,1355,1453,1531,1487,1320,1551,1695,1342,1322,1771,1840,1853,1277,1879,1356,2162,1394,1364,1362,1376,1418,1409,1392,1364,1353,1483,1584,1875,1441,1749,1865,1376,1916,1412,1421,1350,1384,1498,1526,1524,1378,1345,1949,1336,1945,1446,1447,1414,1477,1514,1463,1296,1992,1569,1325,1376,1952,1332,1959,1912,1635,1391,1350,1336,1366,1361,1909,1562,1363,1849,1894,1449,1355,1432,1339,1457,1332,1956,1330,1852,1731,1827,1513,1396,1355,1498,1555,1575,1404,1913,1889,1801,1373,1353,1265,1985,1448,1447,1531,1447,1473,1577,1513,1358,1393,1390,1329,1948,1447,1332,1947,1434,1859,1623,2054,1501,1483,1426,1348,1349,1386,1457,1400,1683,1779,1931,1426,1321,1977,1494,1480,1482,1625,1604,1462,1529,1470,1484,1456,1515,1912,1740,1835,1771,2136,2613,2127,2733,2976,2834,2924,3014,2644,2377,2814,2834,2543,2409,2391,2061,2522,2451,3194,3089,2606,2386,2633,2140,1924,2252,2445,2595,2387,2582,1849,2669,3188,2353,2287,2128,2083,2364,2370,3182,2358,2404,2127,2284,1927,1886,2368,2565,2212,2369,2365,2209,2285,2523,2009,2447,2447,2670,2367,2542,2132,2252,2758,2647,2133,1894,1962,2044,1930,2040,2178,1961,2163,1974,1964,1996,2203,3094,2080,2093,2118,2575,2768,2692,2409,2164,2569,2092,1990,1806,2012,2418,2068,1948,1996,1894,2372,1920,2367,2326,2008,1646,1772,2524,1926,1760,1986,1810,2067,2331,3209,2798,3610,2454,2240,2403,2772,2209,2203,2644,2449,1924,2407,2245,1930,1918,1733,2247,2127,1890,1885,1842,2216,2152,2502,2376,2477,2693,2380,2089,2316,2248,1972,2197,1939,1884,2017,3371,2570,2892,2195,2372,2406,2645,2767,2369,2447,2570,2448,2520,2773,2404,2614,3290,2605,2330,2324,1965,1968,2403,2368,2491,2447,2084,1855,1886,1840,2570,2611,2285,2326,2327,2328,2202,2334,2799,2615,3530,2604,2205,2167,2851,2327,2810,2410,2160,2015,2409,2171,2039,2487,2167,2443,2120,2036,2568,1841,1572,1760,2418,1926,1974,2361,2356,2212,1853,2341,2404,2604,2969,2529,2693,2883,2165,2491,2442,2490,2685,3047,2371,2604,2609,2730,3933,2402,2377,2323,2770,2563,2451,2328,1894,1641,1646,1849,2044,2241,2727,2525,1965,2334,2523,2412,2523,2693,2253,2401,2173,2054,2082,2063,2192,2566,2575,2558,2852,2170,2484,2491,2045,1885,2384,2370,1931,2197,2363,2730,2488,2124,2048,2334,2039,2726,2650,2289,2469,2050,2480,2763,1761,2800,2204,2210,2251,2161,2209,2647,2491,2691,2292,2408,2606,2368,2000,2244,1988,2328,2207,2286,2565,3051,2573,2200,2693,2375,1987,2086,2394,2083,2394,2048,2891,1948,1847,2533,2164,1921,2055,1687,1925,2088,2168,2367,2036,2015,1766,2200,2209,2239,1737,2248,2246,1883,1883,1999,2291,2251,2052,2288,2849,2205,2686,2605,2374,2607,3852,2765,2607,2730,2445,2609,2283,2575,3405,2932,2410,2319,5173,2132,2362,2329,2569,2175,2176,2010,2562,3129,2739,2649,2320,2047,2089,2045,2524,1817,2006,2078,1689,1924,1961,2094,2482,1766,2253,2174,1688,1846,1587,1730,1849,1731,1598,1441,1401,1421,1603,1607,2359,2276,2099,1728,1646,1794,1444,1612,1649,1929,1469,1564,1734,1365,1446,1513,1344,1472,1532,1917,1574,1711,1542,1551,1380,1816,1841,1443,1464,1505,1989,1596,1663,1641,1646,1681,1644,1641,1697,1612,1640,1564,1467,1492,1562,1688,1661,1674,1574,1607,1754,1636,1779,1631,1462,1440,1511,1402,1922,1268,1585,1496,1518,1658,1562,1473,1560,1690,1401,1384,1364,1396,1353,1475,1605,1568,1439,1304,1861,1437,1381,1384,1577,1863,1976,1568,1966,1523,1472,1521,1654,1711,1837,1494,1364,1524,1499,1570,1469,1414,1464,1390,1399,1386,1600,1402,1524,1369,1493,1334,1982,1275,1796,1745,1472,1526,1621,1405,1634,1300,1958,1376,1277,1867,1251,1830,1439,1512,2062,1679,1560,1544,1575,1320,1993,1475,1391,1867,1595,1631,1705,1433,2093,1574,1467,1783,1409,1509,1354,1841,1382,1380,1313,2088,1409,1397,1824,1656,1593,1508,1459,1588,1465,1646,1464,1437,1547,1803,1835,1837,2190,1965,1707,1578,1809,1848,1891,1675,1610,1613,1730,1699,1770,2001,1676,1648,1589,1566,1636,2033,2162,2465,1828,1737,1899,1833,1812,1789,1730,1514,1620,1679,1980,1940,1868,2309,2065,2287,1802,1840,1702,2213,2089,2072,2607,1796,2253,2342,2005,2047,2410,1808,1646,1754,1829,1774,1929,2066,1965,2106,1796,2092,1979,1778,1643,2060,1931,2090,1823,2063,1741,1927,1873,1766,1738,1988,2362,1876,1834,1966,2006,2056,2106,2055,2166,2400,2058,2146,2050,2084,2093,2207,2044,2152,1947,2130,2320,2282,1791,1960,2053,2039,2073,2524,2488,2330,2849,1882,2792,2117,2053,1769,2258,2354,1759,1762,1736,1684,1960,1995,1916,1968,2073,1997,1974,2086,2731,2000,1999,1936,1758,2254,1783,1654,1644,1755,1819,1754,1844,1806,1691,1716,1620,1563,2164,1641,1484,1512,1642,1501,1716,1562,1731,1599,2004,1415,1329,1922,1479,1593,1566,1528,1924,1664,1645,1651,1614,1402,1358,1382,1429,1892,1806,1693,1801,1717,1567,1838,1853,1728,1718,1743,1446,1563,1762,1486,1547,1467,1796,1683,1720,1884,2047,1778,1747,2135,1816,1408,1514,1526,2257,2124,1808,2175,2405,2403,2333,3045,2538,2406,2326,2340,2164,2129,2636,1923,2204,1682,1535,1556,1529,1528,1727,1840,2967,2173,2263,2407,2366,2004,3167,1904,2220,2019,2241,2100,2583,2231,1984,1843,1804,2447,2046,2038,2422,2323,2131,2245,3331,2203,2336,1930,2525,2370,2127,1977,1808,1928,1812,2720,2379,1774,1886,1923,1691,1748,2085,2286,1976,1921,1856,2278,2045,2137,2442,2011,2079,2666,2091,2032,1802,1778,1836,2089,2209,2167,2330,1806,2368,2437,1724,1574,1956,1816,1915,1891,1897,2049,1743,1641,1768,2480,2006,2732,2010,1795,1799,1766,2073,2197,2293,3051,2328,2280,2049,1969,2041,2048,2155,2135,2316,1999,1808,1935,1634,1773,1724,2203,2204,2515,2004,1963,1888,1893,1963,1920,1849,2128,2205,1845,2306,1716,1759,1735,1844,1718,1575,1600,1685,1807,1525,1438,1492,1571,1670,1809,1815,1703,1560,1596,1622,1603,1712,1572,1696,1770,1699,1600,1611,1643,1640,1695,1591,1804,1654,1722,1760,1736,1727,1687,2230,1771,2133,1765,1796,1493,1722,1683,1722,1642,1681,1963,2208,2164,1936,1966,1922,1890,1953,2498,2079,2055,2128,2153,2059,2117,1970,2091,2042,2006,1922,1971,2217,2493,2958,1933,1979,2524,2058,2146,2133,1769,2427,2653,2525,2370,2604,2365,2564,2284,2978,2284,2611,3130,2607,2534,2965,2808,3930,2572,2566,2330,2127,2008,2497,1928,2131,2004,2125,1985,2408,2649,2563,1954,1993,1966,2626,2531,2523,2333,2593,2037,2358,3012,2561,2370,2932,2446,2448,2567,2447,2362,2249,2047,2250,2608,1726,2284,1821,1930,1881,1765,1924,1847,2931,2252,2322,2049,1991,1973,2077,2110,1800,2413,2601,1897,1798,2014,2237,1895,2267,2800,1892,2522,2056,2089,2043,2400,2561,2614,2522,2291,2409,2564,2613,3325,2727,2474,2310,1689,2341,2420,2723,2246,2250,1931,1866,1927,2047,2448,2647,2004,2127,1916,1852,1566,2375,1849,2449,1968,2510,2448,2602,2092,2806,2327,1929,2227,2455,2452,1772,1891,1853,1685,1705,2132,1959,2092,1972,2187,2365,1958,2454,2210,2082,2047,1960,2249,2457,2490,2932,1970,2126,1843,1892,2294,2564,2212,1808,2161,1767,1689,2884,1967,1971,1998,1735,1801,2086,1771,2266,2490,2601,2326,2815,2170,1678,1804,2739,2698,1923,2116,2282,2329,1851,1960,2027,2040,2561,2571,1750,2555,2413,2689,2801,2325,2618,2004,2049,2246,2231,2144,2415,2682,2613,2166,2102,2082,2443,2692,2250,1842,1882,2333,2447,2724,2074,1683,1561,1530,1558,1529,2015,2081,2575,2282,2137,1806,1970,1926,2037,1734,2008,1967,1755,1653,1563,1558,1888,1973,1914,1775,1884,2164,1928,2039,2292,2239,1965,1838,1919,2133,1689,1962,2005,1883,3103,2482,2397,1964,1899,2155,2008,1894,2081,2370,1917,1574,1557,2014,1875,1776,1766,2008,2033,2209,2852,1883,1770,1729,1843,1919,1709,1655,1966,1716,1804,2011,1691,1834,1701,1793,1650,1763,1763,2006,1573,1968,1475,1562,1634,2299,1640,1682,1935,1553,1495,1593,1534,1531,1571,1844,1557,1638,1775,1492,1430,1480,1456,1933,1716,2166,1677,1880,1525,1564,1412,1362,1322,1819,2030,1533,1596,1945,1677,1406,1447,1335,2032,1368,1370,1433,1540,1625,1827,2148,1694,1488,1557,1476,1858,1488,1527,1608,1596,1474,1527,1651,1530,1599,1562,1654,2114,1577,1828,1415,1401,1327,1937,1515,1657,1410,1474,1549,1566,1511,1563,1449,1431,1444,1643,1701,1442,1595,1603,1406,1572,1330,1770,1764,1802,2137,1573,1399,1587,1602,1852,2010,1343,1322,1802,1806,2084,1853,1755,1837,1609,1538,1644,1615,1635,1596,1606,1876,1621,1688,1519,1528,1668,1416,1509,1607,1629,1928,2053,1816,2011,1691,1910,1734,1748,1425,1480,1540,1763,2233,1918,1599,1706,1700,1760,1783,1903,1615,2005,1702,1667,1954,1615,1575,1547,1939,1529,1926,1644,1548,1814,1766,2485,1567,1564,1866,1752,1687,1639,2104,1573,1714,1630,1741,1968,1569,1573,1702,1794,1710,1776,1849,1767,1777,1680,1710,1678,1635,1895,1778,1608,1693,1925,1647,1669,1615,1683,1622,1485,1498,1408,1899,1547,1572,1580,1635,1795,1445,1416,1398,1518,1544,1672,1463,1521,1849,1517,1725,1970,1529,1528,1525,1540,1542,1637,1388,1390,1469,1492,1543,1541,1537,1475,1570,1629,1827,1338,1419,1613,1623,1378,1386,2034,1448,1451,1464,1676,1618,1487,1286,1855,1319,1808,1808,1839,1919,1610,1508,1324,1775,1785,1873,1313,1810,1809,1838,1798,1742,1846,1336,1285,1783,1792,1877,1284,1785,1621,1899,1378,1366,1296,1797,1770,1849,1358,1329,1546,1481,1794,1838,1282,1791,1861,1286,1753,1777,1615,1426,1757,1798,1741,1732,1734,1739,1746,1802,1544,1178,1721,1776,1736,1734,1874,1520,1473,1580,1429,1450,1590,1524,1633,1471,1560,1563,1559,1515,1478,1709,1631,1708,1468,1530,1476,1462,1479,1619,1427,1570,1906,1800,1429,1612,1473,1481,1434,1550,1875,1978,1792,1512,1421,1537,1414,1487,1963,1364,1858,2035,1627,1695,1469,1338,1847,2023,1406,1488,1490,1490,1507,1608,1452,1437,1498,1911,1792,2026,1437,1456,1491,1755,1393,1432,1504,1316,1521,1368,1881,1443,1423,1445,1468,1372,1542,1412,1436,1291,1774,1889,1265,1883,1412,1556,1320,1369,1528,1454,1515,1622,1513,1435,1367,1334,1784,1445,1665,1446,1417,1384,1314,1857,1341,1384,1427,1621,1566,1702,2005,1747,1616,1654,1668,1591,1656,1638,2107,1862,1729,1850,1903,1925,1788,1900,2282,2097,2083,1894,2233,2745,2054,2403,2049,2611,3258,1963,2516,2122,2376,1934,2042,1956,1938,2437,2009,1990,2151,2291,1758,1607,1854,1720,1725,1855,2686,1918,1806,2004,2045,2248,2048,1898,2082,2007,1883,1809,1798,1891,1990,2082,1825,1919,2286,1843,1891,1974,1928,1925,2164,2163,1893,1793,1937,2156,2088,2013,1983,1747,1757,1773,1807,2091,2143,1971,1882,1861,1636,1979,1962,2161,1794,1765,1745,1871,2135,2626,3771,2524,2650,2047,2038,1890,1970,2280,1959,2090,2229,1530,1568,1558,1530,1767,2002,2404,2247,2246,2170,2044,1974,2177,2195,1773,2009,1648,1596,1640,1816,1876,1778,1725,1963,2119,2416,2237,1917,1643,1698,2234,1821,1836,1804,1652,1870,1800,1963,2090,2058,1714,1543,1533,1685,1721,1611,1729,2086,2018,1875,1850,2163,2209,2161,2126,2090,1812,1839,1764,2170,1925,2003,1736,1966,1840,1966,1962,2004,2377,1991,1942,1558,1563,1852,2595,2164,2092,2055,2034,1733,1602,2471,2179,2285,1931,1781,1739,1762,1996,1801,2245,1892,2200,1452,1398,1413,1852,1561,1525,1715,2055,1873,2297,1988,2242,1898,1826,2110,2019,1755,2147,1947,1764,1917,1872,1795,1891,2270,1793,1734,1562,2112,1864,1571,1711,1853,1848,1810,2185,2066,1650,1681,1727,1909,1916,2055,2060,1569,1714,2180,1925,1563,1524,1550,1996,1772,1664,1722,1520,1741,1719,1568,1637,2042,1608,1667,1661,1685,1856,1915,1573,1403,1648,1647,2093,1633,1848,1891,1957,1965,1846,1972,1963,2080,2131,2052,2086,2001,2158,2692,1923,2840,2212,1765,1570,1893,1582,1527,1995,2097,2040,1966,1973,2006,2401,2048,1972,1995,1808,1732,2086,2166,1927,2240,1922,1933,1959,2006,2054,2001,2166,2417,1634,1763,1634,1637,1530,1536,1718,1814,2153,1843,1777,1721,1568,1601,1649,1608,1757,1678,1739,1834,1764,1870,1939,2036,2137,2319,1895,1678,1647,1809,2002,1960,2264,2038,2405,2454,2406,2363,2371,2849,2481,2209,2565,2570,2612,2484,2452,2209,2364,2408,2452,2841,2205,2485,2404,3013,2564,2493,2322,2378,2323,2566,2730,2126,2136,2205,2242,1973,1727,1593,1904,2283,2248,2381,2386,2045,2540,2446,2696,2411,2568,2122,2493,2566,2410,3010,2446,2485,2327,2724,2093,1843,2371,2618,2121,2366,2034,1937,2261,2006,2034,1773,1650,1804,1882,2184,2162,2725,2655,2366,1898,1892,2367,1964,1888,2003,2391,2078,1762,1650,2041,1850,2082,2241,1897,2004,2081,1888,1849,1968,1968,1594,1727,1933,2083,1888,1918,2003,2017,2168,2002,2546,2490,2541,2470,2522,2519,2407,2612,1972,1889,2334,2116,2001,2210,2069,2527,2216,1996,2016,2375,2247,2409,1724,1962,2322,2572,2760,2653,1998,2191,2409,2408,1966,2617,2369,2056,2303,1913,1731,2191,2074,1992,2173,2290,1874,1885,2597,2448,1927,1871,2276,2539,2444,2485,2162,2579,2367,2285,2803,2292,2331,2209,1919,2186,2247,2052,2198,2205,2004,1727,1591,2246,2215,2486,2889,1839,2531,1873,2294,2491,2404,2567,2114,2519,2322,2486,2451,2131,1988,2527,2413,1875,2021,2013,1844,2188,2326,2286,2129,2003,2201,2452,2170,2830,2249,2047,1714,1920,1732,1910,2063,2402,2093,2175,2243,2306,2610,2056,2807,2813,2263,1719,1657,1801,1885,2048,2800,2254,1963,1933,2122,1928,1718,1646,1887,2205,1925,1689,1684,1803,2087,2123,2162,2296,2287,2359,2571,2327,2521,2569,3052,2601,2374,2453,2168,2089,1709,2319,2401,2327,2528,2327,2493,2368,2602,2773,2449,2484,2372,2479,2455,2163,2532,2313,1976,2196,2090,2003,2291,2528,2731,2603,2212,1999,1652,1758,2208,2290,1940,2200,2012,2440,2179,2761,2655,2685,2073,2127,2042,2092,2283,2444,2010,2191,2480,1973,2009,2470,2286,2486,2322,2565,1995,2175,2325,1800,2002,1855,1882,1843,2101,2155,1965,2274,2366,2763,2491,2043,2170,2203,2001,2328,2047,2247,3009,2450,2642,3089,2126,2529,2169,2050,2484,2085,2203,2650,2092,2730,2168,1845,1891,1931,1689,2627,2528,2036,2013,2083,2403,2055,1984,2048,2163,2556,2243,2255,3931,3010,2964,2611,2408,2373,2126,2569,2689,2202,2047,2528,2369,2289,1849,3203,1924,2176,1925,1605,1532,1878,1966,2244,2123,2057,1926,1678,1650,1678,1645,1968,2332,1966,2083,1933,1995,2169,1923,2201,2253,2041,2007,1713,1674,2015,2204,2486,2412,1819,1925,2056,2003,2208,1720,2423,2328,2064,2434,2092,2197,2234,2497,2322,2480,1572,1932,2169,2159,1690,1558,2297,1685,1916,2080,1937,1997,1871,1877,2608,1966,2095,2357,1854,1562,1640,1973,1825,2095,2635,2173,2129,2206,1849,2299,2256,1959,1813,1646,1838,2091,1807,1525,1525,1659,1571,1641,1690,1723,1759,1761,1767,1793,1689,1704,1454,1401,1604,1908,2097,1963,1562,1602,1568,1889,1681,1723,1614,1837,1572,1408,1565,1596,1720,1861,1720,1732,2197,2080,1611,1440,1378,1397,1396,1455,1802,1810,1952,1966,1502,1519,1724,1835,1741,1771,1646,1808,1971,1914,1784,1551,1607,1567,1803,1817,1602,1627,1448,1824,1658,1716,1732,2165,1816,1587,1898,1612,1482,1413,1593,1620,1443,1399,1840,1611,1649,1654,1483,1875,1569,1671,1583,1508,1968,1743,1583,1926,1541,1511,1409,1446,1484,1365,1407,2067,1600,1526,1682,1560,1593,1576,1760,1694,2244,1963,1563,1693,1750,2189,1948,2067,1725,1680,2323,2220,1866,1720,1724,1687,1641,1617,1553,1571,1958,2015,1721,1813,1881,2084,1849,1579,2150,1679,1816,1883,2245,2047,1840,1681,1966,1969,1922,2164,2012,1782,1931,2008,2082,2066,1979,2403,2488,2428,1932,2027,2533,2491,2444,2480,2052,2283,1929,2648,2560,2330,2124,2484,2253,2082,1915,2078,1965,2253,2172,1921,2250,2410,2645,2958,2248,2172,2201,1848,1767,2049,2006,2451,2285,2740,1842,2127,2089,2080,2008,2046,2136,2195,1885,1812,2204,1770,2006,2041,1888,2370,2606,1978,2568,1843,2202,2048,2202,1974,2161,1929,1919,2270,2328,2763,2689,2372,1994,2090,2369,2285,2410,2729,2482,1884,2307,2325,2425,2450,2605,3137,3210,2804,2083,2336,2527,2330,2525,1890,2322,2206,2577,2601,2049,2405,1894,2565,2289,1931,2604,2607,2451,2249,2608,2085,3337,2077,1762,1603,1530,1948,2525,2529,2328,2128,1647,1799,1657,1793,2968,3054,2327,2696,2209,2354,2773,2320,3011,2324,2733,2208,2164,2250,2248,2888,2527,2169,1881,1771,1882,2174,2565,2288,2363,2288,2415,3084,2367,2166,2935,2153,1979,2447,2775,2493,2242,2381,2040,1785,1965,1721,2002,1886,1817,1881,1926,1689,2045,1960,1771,2079,2050,1883,2369,2250,1886,2010,2244,2598,1796,2198,1849,1956,2420,2233,1807,2348,2170,2372,2362,1935,2123,2161,1685,1811,1967,3350,2731,2025,1846,1849,1846,2347,2052,1606,1724,1659,2177,1928,1988,1992,2039,2697,2434,2006,2133,2406,2038,1950,1926,2007,2087,1965,1956,1885,1870,2555,2023,2125,1821,1735,1925,1886,2141,1888,2019,1995,1925,2367,2064,1818,1836,2373,2932,2602,2566,2331,2531,2611,3046,2327,1968,1896,1715,1647,1649,1887,1962,2299,2232,2105,2197,2085,2116,1975,2281,2115,2245,1616,1719,1758,2323,1612,1604,1764,1723,1694,1759,1483,1365,1335,1835,1316,1795,1623,1544,1492,1769,1532,1536,1395,1459,1485,1357,1555,1642,1666,1712,1616,1874,1443,1536,1529,1425,1367,1517,1471,1557,1847,1817,1676,2247,1736,1673,1804,2258,1591,1619,1808,1793,1766,1651,1840,1610,1674,1691,1768,1725,1727,2102,1721,2090,2486,1972,2271,2609,2681,2247,2453,2963,2451,2448,2170,2405,2284,2208,3335,2320,2372,2445,2813,2358,2460,3006,2692,2042,2204,2404,2172,2059,2331,1799,2414,2527,2485,2573,4293,2367,2567,2259,2011,1610,1770,1683,1980,3059,2334,3048,2608,2442,3326,2491,2528,2804,1889,1884,2041,2847,2170,2509,2160,1880,2129,2155,2728,2367,2614,2637,1919,1886,2199,2203,2173,1958,1815,1838,1768,1845,1886,1848,2126,2041,1897,2385,2452,2057,1999,2048,1847,1925,2005,2285,2129,1971,1888,1996,1925,2137,1796,1766,1969,2183,2532,1931,1755,2340,2262,2399,2685,2248,2206,2170,2290,2561,1934,1922,2366,1996,2124,2288,2508,2211,2564,2447,3016,2292,2486,4126,2776,2160,2613,3088,2768,2684,3008,2297,2084,2284,1891,1886,2909,2326,2770,2195,1848,1731,2336,1957,2539,2451,1906,1930,2001,2250,2406,2406,1929,1794,1572,1806,1930,1845,2213,2643,1810,1724,1683,1678,1653,1602,1528,1968,2035,1924,1654,1642,1496,1516,1444,1569,1765,1809,1717,1676,1783,1846,1550,1528,1556,1564,1699,1842,1481,1488,1644,1634,1453,1495,1674,1514,1525,1501,1470,1538,1604,1595,1454,1850,1465,1530,1567,1513,1570,1498,1602,1669,2386,1398,1474,1567,1617,1675,1759,1585,1726,1521,1677,1759,1408,1417,1825,1811,1494,1592,1660,1950,1693,2613,1642,1576,1548,1606,1610,1515,1524,1523,1604,1605,1623,1595,1535,1988,1502,1875,1816,2038,2045,2128,1927,1955,2250,2005,1937,2194,2006,1892,1887,2633,2403,2488,2410,2491,2563,2565,2613,2525,2248,2345,2287,2534,2601,1986,1756,2840,2331,2125,2412,1890,2197,2889,2693,2487,2410,2361,2333,1923,1884,2155,2298,2002,2369,2109,1962,1971,1772,2448,2293,2566,2000,2023,2238,2009,1813,2076,2284,2086,2008,2058,2317,2297,1960,2048,1885,1807,2002,1972,2523,1850,1878,2090,1728,1805,2526,1929,2284,2009,1921,2412,1923,1883,1932,3115,2527,2328,2164,2366,2444,2328,2119,2483,2524,2052,2004,1892,2222,2412,2097,2488,2206,2488,2287,2455,2403,1847,2081,2931,3450,2682,2332,2042,1906,1930,2146,2370,2414,1998,2395,1975,2023,2170,2124,1883,1813,1965,2007,1923,2349,2846,2365,1761,2039,1932,2040,2467,2446,2484,2460,2231,2488,2968,2003,1774,2008,2446,1894,2240,2050,1928,1998,2014,2082,2204,1933,2122,1931,1964,1972,2004,2162,2169,1925,2469,2484,2575,2562,1934,1721,1977,1957,2171,1922,2051,2046,1957,1850,1893,1839,2253,1835,1812,2124,2046,1920,2014,2449,2187,1811,1699,1881,2454,2124,1975,2066,1809,2039,2043,2015,1997,2017,2810,2241,2813,1876,1810,1809,1608,1561,1528,1813,2707,1793,1567,1648,1692,1713,1577,1641,2007,1721,1647,1490,1724,1638,1682,1574,2043,1520,2323,1603,1583,1848,2325,1972,2077,1967,1774,1969,1913,1859,1918,1614,1569,1480,1614,1642,1719,1565,1633,1720,1804,1767,1732,1759,1656,1797,1853,1886,2161,1971,2077,1936,1885,1798,1966,1976,1925,1917,1852,2123,2368,2051,2411,2085,2416,2533,2930,2324,2486,2372,2324,2172,1964,1963,1965,1885,1813,2533,1832,2157,2056,1846,2417,2079,2501,3846,2331,2322,2172,2247,2608,2357,2696,2203,2052,2247,2208,2521,2490,2480,2330,2173,1930,1966,2036,2046,1886,1845,2254,1804,1727,2236,2806,2177,2372,2331,2207,2363,2365,1924,2846,2325,2486,2369,2403,1927,1883,2167,2613,2484,2532,2448,2211,2160,2805,2451,3175,2201,2334,2047,2401,1811,2262,2413,2274,2200,2087,1785,1675,1571,1847,2377,2283,2330,2292,2107,2456,2841,2971,2441,2534,2448,2841,2928,2609,2610,2565,2653,3092,2586,1971,2162,2204,1928,2128,2002,1928,2489,2173,1922,1968,1526,1844,1889,2121,2132,1959,1722,2084,1986,1929,1887,1964,2012,2245,2288,2037,2498,2855,3088,2488,3284,2173,2208,2719,2329,2287,2735,2159,2127,2736,2723,2167,2326,2888,2486,2362,1888,1786,1819,1962,1968,1996,2093,1959,1926,1927,2300,2591,1846,1795,2426,2964,2331,2612,2685,2404,2450,2531,2407,2023,2494,2170,1985,2113,2325,3527,2135,1566,1558,2586,2124,2509,2038,1976,1919,1963,1971,1880,1883,1932,2005,2169,2525,2243,2578,2487,2449,2811,2644,2366,2364,2179,2287,2364,2487,2372,2367,2527,2683,3454,3169,3651,2811,2560,3168,2454,2369,2442,2247,2286,2493,2566,2484,2368,2050,2241,2897,2607,2967,2735,3290,3047,2528,2413,3082,2613,2404,2293,2642,2451,2403,2453,3005,1994,2550,2568,2929,4617,2328,2281,1967,2250,2123,2493,3166,3454,2442,2010,1967,2004,2362,2009,2203,2373,2043,1683,1891,2092,2367,2642,3497,2522,2246,1844,2008,1972,2796,2373,2363,2291,2360,2454,5694,2050,3689,2089,2682,3942,3930,2529,2452,2364,2724,2329,2728,2647,2572,2569,2608,2283,5776,2856,2724,2645,2969,2368,4742,2160,2085,2485,2647,1928,2026,2163,2014,2564,2406,2489,2531,2485,2604,2129,2048,2408,2364,2853,4975,2888,2322,2448,2731,3003,2492,2285,2088,2127,2426,2286,2001,1971,2087,2251,3043,3856,2682,1964,2238,2086,1939,2274,2410,2082,1974,1944,2064,2205,2360,2293,2212,1885,1991,2325,2486,2364,2453,2764,3292,2243,2454,2161,2489,2123,2053,1820,1923,1805,1915,2721,1961,3010,3449,2283,2331,2442,2810,2212,2404,3088,2488,2771,2047,2002,1926,2051,2281,2291,2561,2452,2565,2134,2612,2525,3688,2567,2046,2294,2206,2401,2775,3207,2402,2491,2451,2200,2049,2403,2091,2445,2093,2643,2846,4501,2643,2167,2526,2211,2360,2693,2525,2254,2105,2042,2041,1967,2330,1970,1925,1715,1807,2228,1820,2040,1976,2120,2248,2254,1999,2131,2122,2012,1805,1996,1853,1756,1817,1593,1450,2047,1642,1847,1842,1690,1844,1931,1757,1772,1768,1682,1689,1873,1735,1840,2136,1928,1680,1693,1830,2011,1767,1761,1764,1728,1650,1634,1766,1566,1449,1693,1677,1616,1630,1649,1811,1711,1611,1850,1468,1616,2014,1449,1483,1428,1382,1765,1441,1479,1842,1404,1636,1688,1496,1632,1618,1531,1553,1519,1523,1685,1943,1599,1491,1558,2008,1957,1329,1811,1853,1375,2122,2047,2136,2003,2040,2046,1975,2643,2413,2121,2451,2644,2446,2332,2448,4773,2532,2412,2160,2291,1885,1845,1793,1918,2314,2327,2366,3252,2607,2047,2415,1807,1607,1682,2282,2726,2688,2370,2563,2091,1646,1646,1800,1849,2370,2045,2537,1879,2048,1962,1729,2049,1922,2683,2212,1851,1683,1685,1890,2117,2004,2176,2688,2610,2194,1889,2010,1923,2137,2370,2325,2333,1908,2475,1881,2328,2032,1963,2282,2290,2206,2124,1863,1891,1927,2000,2203,2045,1818,1923,1998,1609,1651,1961,1730,1998,1924,2668,3092,2031,2593,2327,2091,1597,2245,1570,1558,1520,1933,2082,1892,2122,2117,2373,2044,1966,2123,1815,2166,1723,2290,2039,2009,1914,2090,1876,2053,1687,1917,1987,2204,2026,2471,1773,2259,1965,1894,2003,1967,1962,2000,2491,1966,1962,2049,2458,2084,1837,1684,1933,1921,1805,1895,1882,1968,1963,2079,2327,2327,2248,2763,2327,2005,2374,2569,2139,2078,1968,1684,1642,1534,1829,1652,1886,2326,1890,2332,1964,1841,1896,1962,2048,2047,2084,1641,2013,1963,1800,2337,2459,2089,2494,1880,1924,1930,2408,1764,1566,2053,2046,1957,2048,2001,2175,1925,1727,1891,1679,1714,1612,1689,1648,1760,1438,1486,1655,1644,1526,1599,1686,1642,1766,2042,1643,1660,2164,1515,1771,2003,2081,1410,1483,1449,1399,1642,1844,2176,1963,1722,1725,1734,1838,1863,1573,1535,1728,1881,1936,1987,1838,1966,1758,1989,1668,1731,2181,1793,1678,1805,1645,1437,1980,1966,2204,2444,1940,1876,1696,1683,1847,2365,2617,2452,2887,2247,2281,3095,1955,2001,1928,2048,2270,2455,2166,2246,2450,2289,2684,2492,2527,2243,2089,2489,2204,2570,2239,2096,2162,2486,2246,2575,2482,1812,2117,2652,2171,2795,1855,1796,1969,2424,2320,2056,2133,2081,2527,2371,1988,2257,2169,2289,2055,2324,2647,2684,3138,2161,2212,2886,2603,2009,2682,2447,1925,1885,1928,1849,2037,2205,2365,1929,2248,1972,1800,1684,1925,2089,2527,2128,2409,3131,2123,1765,2396,1851,2120,1812,2446,2125,2086,1965,1975,2081,1971,2038,2047,1924,1854,1924,1969,1806,1921,2729,2090,1873,1929,1730,1918,1897,1881,2047,2613,2003,2160,1933,1916,1885,1690,1845,1848,2401,1933,2402,1976,2275,2131,2614,2317,1968,2209,2332,2246,1986,2215,2650,2374,2207,1737,2009,2441,2286,2209,2408,2088,1799,2009,1687,2039,2009,2324,2323,1806,1867,2081,2261,2079,1926,1970,1882,2050,1885,2081,2285,2216,2128,1882,1878,1815,2200,1886,1963,2090,2010,2002,1964,2696,2043,2050,1960,2364,2051,2088,2168,2157,2048,3337,2445,2166,2202,1769,1811,2127,1959,2044,1887,1933,2155,2328,1815,1923,2281,2601,2528,2123,2128,2125,2121,3529,2197,2217,2885,2406,2260,1989,1929,1843,1766,1688,2854,2044,1650,1963,1923,1958,1808,1933,1929,1921,2368,1966,2084,1891,1841,1970,1875,1809,1748,1956,1808,1627,1759,2001,1965,1843,2007,1998,1772,1761,1930,1849,2871,2447,2121,2370,2004,2728,2120,2815,2406,2487,2448,2567,2408,2125,2691,2173,1923,1975,2176,2403,2213,3570,2327,2610,2331,2206,2362,2212,2722,2123,2715,2772,2605,4732,2410,2204,2927,1762,1646,2235,2356,2122,1997,2285,2522,2770,2447,4295,2365,2164,2610,2414,2528,2128,2527,4288,2409,3333,3169,2003,3013,2489,2082,2003,2490,2453,2400,3769,2248,2487,2447,2371,2494,2729,2285,2367,2486,2968,2934,2609,2560,2123,1681,1564,1613,1606,1601,2251,3530,2090,2098,2602,2055,2678,2251,2314,2615,3086,2489,2883,3542,2642,2370,2248,2329,2281,2249,2734,2681,2162,1686,1929,1953,1970,2095,1999,1892,1845,1995,1939,2245,2408,2360,2528,2141,2480,2572,2006,3010,3126,2687,2215,2361,2447,2109,1742,2264,2692,2165,2090,1843,2120,2246,2249,2240,2369,2411,2329,2000,1925,1890,2585,2450,2689,2687,2209,2924,2094,2526,3006,2207,2129,2250,2208,2655,2004,1939,2593,1887,1843,1810,2322,3751,3015,2330,2415,2474,1775,2777,2407,2263,2407,2609,1768,2809,2130,1892,1928,2158,1688,1647,1766,1882,1971,2002,2403,1969,1960,2099,1995,1972,2682,1845,2217,2008,1591,2667,2407,2156,2015,2000,1972,2084,1888,1841,2405,1964,1926,1930,2325,1933,1955,2134,2423,2487,2245,2204,1811,2043,2128,1854,2253,2093,2422,2451,2367,2525,2647,2415,2407,2726,1770,2610,2642,2248,2570,2280,2414,2365,2686,2251,2248,2166,2168,2336,2239,2090,1910,1968,1838,2052,1846,1885,1682,2773,2194,2331,2283,2327,2375,2336,2054,1923,1893,2006,1917,1817,1879,2404,1885,2576,2448,2650,2527,3126,3053,1987,1886,2074,2165,2607,3008,2333,2365,2050,1876,1852,2045,2080,1928,2011,1999,2127,2533,2169,2484,2050,2146,2036,1972,2121,1968,1972,2287,2207,2356,2481,2449,2731,2294,2441,2172,2145,1927,1963,2171,2092,2095,2413,1921,2001,1969,1929,1648,1566,1804,1760,1894,2204,1838,1804,1972,1922,1891,1929,2491,2323,2029,2085,2005,1763,2043,1965,1881,1818,1877,1766,2527,2088,2287,2165,2045,2564,2366,2330,2248,2280,2080,1968,2089,2038,2202,2485,2402,2532,2283,2369,2004,2815,2405,2006,2143,2243,2285,2207,2290,2727,2405,2408,2409,2489,2572,2611,2376,1963,2354,2041,2852,2219,2068,2125,2383,2363,2408,2447,1885,1894,2141,2562,3416,2200,2326,2405,2367,2414,2601,2532,2294,2279,2653,2158,1932,2198,2010,2450,1848,3182,3983,2318,2086,2534,2067,2283,2573,2004,1974,2001,2040,2024,2015,2373,2695,2288,2602,2571,1968,1999,2256,3365,2048,2530,2576,2450,1921,1753,1694,2124,2651,2322,2380,2887,3207,2092,2263,2290,2285,2407,2012,1769,1675,1576,3193,2604,2371,2368,2809,1961,3816,2767,2814,2329,2291,2883,3011,2725,2447,2573,2524,2371,2283,2531,2403,1992,2160,2369,2564,2644,2574,2404,2492,2447,2287,2320,2701,2841,2572,2564,1890,1736,2015,1647,2312,2611,2689,1963,2170,2169,1724,2966,2015,1965,2040,1845,1567,1813,1716,1931,2207,2050,1956,2048,1845,1895,1957,2486,1771,1962,2154,1930,2154,2103,2132,1926,2743,2527,1969,1764,2046,2173,2163,2004,2165,2003,2485,2053,1933,2192,2764,2253,2481,2333,2484,2532,2845,2526,3401,2169,2052,1924,2038,1727,2478,2149,1924,2008,1886,1812,1805,1729,1761,1683,1888,2321,1926,1926,2025,2046,2047,1968,2124,2397,2457,2729,2291,2492,1914,2481,2399,2154,2052,2803,2371,2847,2321,2207,5061,2448,2167,2608,6862,2367,2448,2329,2000,2284,2418,2016,1757,1882,1972,2130,2048,2006,2132,2324,3488,2287,1899,1726,2082,2245,2127,2087,1801,2137,2536,2600,2047,1890,2237,2006,2751,2030,2795,2175,2040,1879,1806,2127,3133,2383,1957,1966,1966,1895,2565,1836,2154,3329,2120,1976,1997,1930,1889,2571,1999,2247,2253,1961,1565,2355,1689,1561,1522,1372,1595,1656,1794,2316,2014,1842,1691,1728,1690,1636,1703,1960,1837,1741,1922,1957,2568,1846,2258,2127,2084,2000,1975,2386,2448,2602,1923,1884,1889,2049,2050,2399,2327,2203,1658,2005,2036,1894,2360,2525,1850,2519,1871,2828,1898,1962,2331,2575,2489,2680,2613,2243,2061,2042,2611,2813,2489,2648,2529,2404,2012,2040,2010,2240,1857,2311,2170,2081,2332,1785,2727,1960,2169,2401,2572,2325,1964,2165,2120,2369,2055,2449,2447,2120,1856,2043,2530,2179,2130,2002,1995,2408,2086,2033,2092,1973,2181,2569,2412,2086,2641,2142,2178,1894,2156,2501,1846,1676,2085,2128,2572,2400,2211,2382,1937,2002,2128,2770,2242,2654,2723,2526,2371,2880,1953,3093,2370,2090,2647,2607,2403,2926,2485,2414,2401,2365,2372,2443,2530,2166,2809,2446,1843,2652,2445,2965,3007,2169,2207,1810,1875,1972,2005,2235,2364,2284,1911,2537,2515,2649,2046,1695,2393,2485,3170,2566,2296,1904,1885,2810,2365,2093,2280,3818,2520,2928,2732,2248,2696,2720,2331,2291,2202,1732,2039,2286,2287,2050,2249,2036,1925,1893,1927,2323,2086,1680,2356,2083,1891,2006,2288,3323,2569,2170,2209,2724,2132,2386,4249,2251,2409,1835,1596,1694,1714,1851,1843,2616,2395,1881,1564,1531,1811,2173,1837,1930,2325,2017,1927,1925,2251,1883,2093,1838,1766,2162,2009,2011,1839,2236,2851,2409,2412,2444,2570,2486,2526,2131,2364,2282,2410,1893,2321,2848,2243,2217,1931,2808,2102,2038,2766,1777,2996,2412,2086,2050,1929,1924,1729,2239,2324,2574,2450,2322,2846,2530,2163,2094,1867,1884,2036,1932,2566,2481,3016,2404,2690,2447,2527,1850,1726,2128,2445,2292,2400,2572,2447,2292,2043,2608,2363,2408,2332,2485,2769,2294,2525,2770,2089,2170,1918,1890,2488,2206,2443,2209,2490,2364,3216,3728,2483,2527,2294,1915,1836,1824,2208,2453,2927,2369,1926,1677,1767,2052,2081,2253,2526,2490,2486,2212,2567,2964,4296,2287,2161,1888,2012,2968,2522,2407,2287,1924,1642,1846,2131,2368,2683,2411,2487,2844,2654,3726,2491,2483,2407,1888,1689,1559,1888,2411,2404,2573,2242,2413,2285,2482,2689,2531,2769,3324,2127,2923,2163,1964,1978,1963,2356,3052,2211,2424,2326,2363,2211,1901,2312,2248,2642,2493,2284,1962,1979,2448,2444,4132,2408,2487,2087,1691,2190,2363,2053,2605,2290,2047,2246,1999,1855,1998,2408,2289,2247,2364,1968,2129,2159,2454,2026,1974,2404,1883,1768,1731,1756,2213,2045,2410,2405,2056,1965,2409,2365,2048,2489,2684,2567,1886,2051,2346,2294,2209,2720,2849,2370,2926,3128,2687,1935,1734,1930,1879,3272,1932,2033,2013,2125,1645,1686,1560,1611,1598,1849,2284,1881,1816,1637,1573,1600,1721,1694,1679,1811,2512,2246,2767,3613,2478,1934,2162,1613,2317,2168,1670,1849,2200,2142,2321,2813,2730,2281,2288,2165,2007,2486,3083,2209,2079,2292,2566,1972,2009,2516,1681,2461,1805,2499,2452,2206,4051,2605,2491,2363,2253,2366,3049,2844,2010,2225,2003,2251,2769,2805,3166,2567,2054,2283,2527,2972,2523,2448,2574,2198,2225,2368,5015,1927,1970,2224,1840,1731,2004,2285,2425,2735,2526,2485,2568,2568,2449,2165,2366,2087,1876,2328,2046,2125,2090,2042,2251,2166,2089,2943,2644,2328,1846,2369,2246,2053,1923,1716,2263,2210,2789,2036,1851,1592,1733,2414,2481,2411,2449,2485,2064,1925,2446,1893,2046,2122,1933,1563,1626,1922,2088,1927,1842,1835,2175,2216,2205,2252,2246,2008,1925,2121,2048,2396,2444,2509,2220,2325,2372,2520,2248,2455,2926,3687,3288,2374,2610,2321,1915,2044,2041,2343,2604,2582,2565,3524,2360,2370,2007,1920,2389,2407,2644,3409,2602,2491,2093,2318,2371,2451,2011,2390,2347,2082,2366,3132,1970,2011,2233,2215,2013,2324,1931,2173,2416,2162,2044,2244,1690,3019,1966,1926,1999,2293,1923,2476,2288,2172,1962,1973,2800,2446,2360,2166,1862,1931,2075,2489,2234,1886,2046,2017,2000,1973,2046,3491,2609,2035,2253,1527,1522,1411,1399,1687,1842,1892,1515,1408,1402,1400,1378,1398,1397,1376,1391,1615,1568,1751,1733,1610,2004,1610,1515,1322,2025,1486,1613,1658,1644,1956,1569,1530,1642,1593,1401,1536,1530,1549,1992,1622,1659,1660,1643,1472,1686,1553,1760,1531,1527,1856,1576,1523,1413,1544,1895,1726,1969,1592,1597,1956,1573,1601,1732,2004,1594,1882,1738,2009,1831,1735,1691,1754,1530,1608,1565,1949,1925,1840,2219,1970,1923,1765,1794,1992,2520,2966,1977,2356,2057,2602,2531,2206,3044,2012,2128,1886,2191,3126,2490,1963,2778,2844,2690,2328,2402,2296,2677,3052,2492,2563,3094,2115,2109,2003,1844,1973,2323,2250,2327,2328,2404,2695,1800,1806,1850,2320,2210,2890,3004,2170,1766,1884,1888,1961,2135,2558,2015,2363,2211,2250,3047,2130,2327,2124,2374,2602,2897,2127,2464,2278,2045,2285,1727,1689,1892,2097,2367,2449,2442,2369,2245,2093,2088,2129,2138,2495,2247,2841,2330,2512,2268,2038,2398,2529,2210,1773,1949,2496,2292,2695,2762,2531,1855,2516,3290,2486,2052,2029,1831,2487,1925,2289,2454,2441,2332,2282,2365,1959,2130,1927,2007,1812,1966,1637,1643,1966,2084,1971,2011,2238,1932,1927,1959,2297,1994,1968,2127,2112,1686,1607,1798,1966,1975,2088,1957,1941,2081,2016,1878,1961,2439,2163,1974,2002,1763,1849,1885,1972,1844,2116,1972,1926,2004,1926,1881,2011,1971,1959,2067,2169,2286,2244,2846,2572,2111,2270,2692,2723,2368,2371,1890,2107,1925,2045,1597,1930,1607,2004,2930,2566,2212,1926,2043,1924,2610,2733,1797,2218,2202,2002,2012,1881,1598,1532,2126,2132,2411,2208,1897,1842,2042,1968,2170,2084,2574,2359,1811,1798,1933,2005,2201,2774,2443,2419,1855,1929,1922,1733,2953,3251,2564,2252,2685,1727,1889,2413,2217,2358,2648,2565,2653,2205,2330,2361,2329,2244,2366,2363,2581,2363,2648,2162,2069,2049,2168,1919,1938,2002,2322,2175,1764,1564,1973,2208,2316,2531,2287,2448,2369,1937,2197,2373,2325,2010,1861,1882,1845,2013,2076,1925,1887,1967,1972,1930,1962,2162,2456,2243,2167,2094,2132,2468,2857,2008,2002,2487,2076,2260,2406,2199,2493,2174,1986,1967,1934,1848,1802,3003,2163,2164,1840,2209,2571,2292,1963,2015,1796,1931,1890,1806,1845,2602,1922,2006,1806,1889,1926,2125,1931,2041,2248,2657,1908,1849,1842,1849,2049,2325,2365,2457,1999,1813,2080,2135,2367,1845,1804,1962,2045,1767,2227,2450,2320,2491,2851,2250,2440,1972,1924,2218,1754,1968,2336,2572,2207,2080,3053,2410,2569,3010,2255,2396,2933,2528,2728,2445,3059,3247,3526,1841,2132,2527,2334,2032,1938,2242,2051,1881,1810,1883,2046,1842,2093,2077,2290,1851,1757,1809,1884,2125,2055,2075,2019,2036,1972,2446,2038,2414,2248,2439,2408,1791,1804,1892,2854,2886,2374,2074,2170,2326,2618,1906,1918,1845,1846,1921,2138,2237,2278,2365,2445,2379,2403,2498,2592,2415,2366,2609,2850,2856,2338,2327,2248,2010,2562,2130,2151,1997,1856,1725,1914,1976,2085,1924,2234,1866,2458,2401,2294,2567,2764,2369,2968,4771,2042,3694,2238,1688,2213,2284,2053,1964,2001,2042,2095,2004,2441,1805,2013,2969,2863,2233,2569,2040,2370,2248,1724,1643,1850,1845,1768,1832,1938,1842,1963,1965,1894,1800,2603,2454,1962,1835,2014,1930,2046,2167,1837,1731,1729,1799,1882,1803,1926,1888,2125,2126,2509,2195,2094,2322,2327,2014,2398,2092,1954,2495,2045,2135,3603,3329,3200,2610,2353,2202,2453,2530,2489,2118,2045,2314,2697,2286,1970,2001,1965,2050,1969,1998,1931,2464,2408,2082,2005,2805,2010,2003,2287,2084,1812,2239,2085,1966,2166,1773,1922,2203,2605,2496,2369,2336,2006,2132,2013,1841,4106,2525,2134,1879,1815,1765,1921,1928,2199,2005,2127,1936,3163,2136,1879,2570,3127,2291,2483,2409,2206,2811,2107,2148,2084,1937,2557,1926,2340,1958,1932,1959,2083,1857,1595,1804,1975,2003,1963,1810,2038,2172,1919,1625,1806,1646,1803,1770,1685,2076,1886,1645,1733,1871,1957,1891,2090,2300,2403,2163,2163,1955,1929,2276,2366,2203,3008,2140,2308,2219,1766,1920,1690,1886,2198,2087,2469,1730,3013,2133,2086,2274,2053,2291,1961,2690,1973,2325,1963,1960,2331,2412,2522,2041,2719,2063,2271,2240,1805,1598,1811,1972,2003,2002,1775,1960,1962,1803,1753,1816,1762,1723,1444,1797,1734,1677,1721,1657,1634,1572,1718,1803,1771,1639,1443,1400,1609,2535,1513,1576,1879,1517,1476,1657,1633,1738,1575,1626,1493,1519,1494,1523,1566,1851,1600,1649,1635,1517,1451,1606,1477,1537,1472,1369,2029,1583,1899,1763,1483,1468,1407,1413,1311,1783,1812,1513,1574,1882,1373,1406,1467,1496,1511,1485,1374,1536,1509,1998,1531,1328,1397,1459,1608,1305,1811,1922,1339,1452,1872,1521,1727,1411,1395,1634,1425,1342,1693,1422,1349,1969,1765,1593,1404,1420,1563,1414,1299,1457,1563,1529,1491,1767,1481,1747,1367,1490,1365,1314,1494,1498,1519,1564,1768,1390,1493,1443,1396,1341,1928,1727,1827,1927,1689,1393,1723,1957,1922,1652,1810,1691,1723,1676,1645,1576,1441,1801,1410,1670,1704,1793,1763,2017,1972,1781,1961,2024,1779,1711,2200,1610,1801,1816,1711,1604,1703,1627,1564,1575,2106,1962,1963,1997,1446,1724,1889,1846,1840,1803,1854,1861,1708,2173,1443,1443,1396,1376,2061,2103,1652,2014,1598,1567,1912,1655,1593,1649,1789,1808,1763,1385,1519,1373,1565,1502,1381,1552,1926,1688,1533,1772,1397,1325,2061,1582,1813,1533,1823,1532,1466,1541,1404,1387,1428,1408,1437,1534,1459,1729,1415,1441,1802,1624,1409,1344,2144,1565,1526,1432,2014,1604,1620,1364,1966,1457,1488,1542,1380,1708,1449,1544,1561,1457,1457,1456,1456,1522,1523,1362,1353,1437,1415,1498,1437,1695,1546,1454,1511,1517,1794,1395,1418,1363,1462,1810,1817,1841,2015,1366,1503,1311,1671,1351,1440,1755,1771,1907,1340,1469,1323,1786,1801,1850,1357,1331,1871,1722,1833,1418,1409,1439,1441,1595,1513,1451,1564,1541,1440,1438,1550,1517,1536,1674,1686,1806,1920,1536,1586,1560,1627,1578,1689,1614,1601,1602,1705,1668,1722,1548,1662,1616,1627,1634,1855,1562,1636,1804,1985,1893,2285,2171,2184,2207,2099,2486,1963,1877,1815,2655,2640,2565,3176,2402,2924,3598,2822,2492,2443,2465,2326,2252,2055,1827,2319,2205,2204,2165,2047,2729,2914,2584,2248,2280,2356,2068,2063,2372,2688,3242,2854,1926,2363,2450,2407,3208,2097,1944,2122,2317,2408,2213,2604,2651,2566,2366,2611,2119,2694,2843,2495,1925,2484,2244,2011,2490,2647,2687,2004,1897,2207,2286,2486,2690,2127,2447,2014,2195,4416,2925,2648,2378,1880,2405,2365,3204,3174,2812,2320,2449,2332,2644,2283,3015,2442,2331,2406,3090,2564,2691,2531,2607,2603,3008,2573,2403,2406,2088,2366,2146,2131,1867,2166,2410,2404,2531,2405,2286,2407,2452,2689,2219,1922,1810,1725,1841,1846,2631,2575,2283,2210,2641,2328,2609,2167,2284,2042,2010,1595,1743,2008,1857,2314,2734,1967,1884,1884,2290,2529,2369,2329,2042,2404,1972,2249,1999,1766,1926,2012,2394,2043,2336,3043,2532,2402,2531,2487,2082,1896,2005,2682,2120,1976,2205,2286,2333,2486,2298,2403,2612,2110,2002,2918,2931,2564,3113,2647,2413,2202,2570,2604,6144,3772,2578,3210,2723,2409,2645,2687,2454,2480,2609,2853,3886,2454,1925,2647,2408,2841,1971,2420,2520,2452,2529,2488,2489,2403,1923,2459,2239,2207,2811,2606,2892,2367,2404,3291,1767,2688,4970,3308,2687,2444,2731,2083,2002,2163,2494,2009,1833,1893,1885,2001,1962,2045,1931,2367,4690,2632,1970,1891,2573,3011,2320,3773,2966,2939,2119,2134,2248,2286,2238,2819,2163,2159,2649,2612,2287,3929,3494,2442,2451,2568,3331,1969,2105,2101,2530,2328,2005,1950,2042,2047,2243,2516,2249,2019,2397,2453,2346,2571,2237,2072,1805,2006,2325,2370,1850,2006,2010,2007,2046,2084,2090,2199,1963,2057,2004,1958,1974,2568,2405,2004,2124,3088,1685,1754,2008,1960,2289,1963,1892,1810,2206,2040,2212,1796,2697,2250,2207,2579,2849,2487,2847,2974,2141,2166,2249,2242,2091,2167,2206,2477,2293,2039,1854,2043,1933,1765,2806,2050,1874,1933,1774,1956,1693,1725,1753,1848,1654,1675,1690,2071,2801,2571,2650,2564,2646,2009,2807,2288,2015,1926,2169,2038,1930,2328,2447,2050,2002,1926,2168,2047,2087,2153,2009,1931,1925,2487,2495,2450,2249,2003,1726,2571,3370,2812,2445,2892,2565,2562,2408,2295,2648,2088,2184,2042,2007,1920,2005,1847,1765,2075,2367,2370,2106,2129,2452,2442,2454,2077,2088,1889,2124,1805,2389,2364,2294,2195,2487,2205,2091,2234,2813,2602,2572,2202,2338,2236,2125,1935,2798,2287,2487,2283,2299,1963,2258,2655,2997,1770,2037,2249,2291,2362,1929,2007,2245,2257,2284,2398,2214,2005,2451,2003,1720,3132,2090,2210,2121,1777,1671,1741,2000,1882,1724,1738,2045,2031,1654,1678,1722,1733,1527,1638,1642,1777,1505,1625,1926,2127,1923,1450,1518,1385,1434,1590,1896,1916,1761,1577,1882,2077,1654,1759,1652,1831,1943,1639,1648,1712,1975,2036,1698,1638,1565,2008,1967,1695,1998,2377,2205,3173,2970,2409,2330,2122,2133,1934,1841,1913,2126,2809,2815,2328,2328,2564,2135,2371,2442,2975,2480,2489,2369,2412,2479,2405,2413,2526,2608,2329,3080,2335,2408,2568,2525,2242,2925,2732,2327,2609,2052,2158,1898,2087,2364,2404,2046,2693,2639,2458,2327,2326,2764,2611,2410,2285,2525,2773,2566,2007,1845,1614,1562,1562,1584,2286,2044,2253,1954,1926,2131,2005,1879,2153,2407,2284,2368,2085,2128,2487,2409,2575,2074,2042,1882,2049,2048,2310,2363,2967,2690,2727,1931,2204,2164,1846,1922,2484,2451,3130,2659,3924,4218,2362,2291,1923,1817,2046,2167,1964,2207,2561,2210,2028,1971,1887,1875,2456,2166,1965,1565,1559,1846,1925,1976,2081,1843,1651,1762,1689,1681,1735,1638,1612,1667,1648,1896,1647,1754,1573,1999,1684,1576,1512,1647,1842,1854,2095,1878,2085,2172,1759,2133,1928,2165,2446,2328,2250,2364,2070,2097,2091,1809,2448,1922,1888,1639,2219,2607,2401,2495,2198,2334,2640,2773,2095,3037,2415,2648,2322,3955,2917,2328,2090,2300,1918,1913,2367,2687,2778,2440,2452,2967,2492,2172,1760,2727,1933,2485,2490,2126,2691,2812,2489,1926,1924,1887,1928,1853,1880,2170,2529,2363,2292,2451,2210,1845,2337,2925,2131,2098,1926,1686,1676,2445,3253,2614,2602,2008,1846,2171,1765,1910,2049,2426,2200,2568,2491,2245,2807,2204,2572,2371,1815,1567,1556,2377,2489,2849,2847,2286,1884,1814,1803,1612,2163,2246,2242,2368,1842,1959,2255,2478,3005,2523,2524,2656,2123,2449,2606,2241,2155,2153,1920,2130,2042,1805,2859,2363,2532,2768,3604,2657,2038,2971,1844,2216,1733,1606,1528,1547,1808,2168,2163,1648,1565,1557,1531,1559,1530,1519,1895,2076,2087,2137,2006,2284,1965,1923,2006,2042,2177,2240,1973,1998,2090,1882,1965,2583,1793,2082,1942,1870,1412,1401,1375,1715,2013,2117,2090,2170,1878,1928,1728,2175,1960,2009,1919,1883,1807,2289,2028,2457,2237,1732,1929,2040,2068,2010,2045,1975,1874,2136,2028,1971,1870,2121,2087,1723,2693,1965,1924,1885,2855,2000,2185,2717,2125,2005,2366,3528,2149,2002,2697,2165,2038,2176,2085,1760,2246,1920,1729,2451,1696,1955,2125,1801,1769,1794,1774,1639,1775,1755,1776,1768,1709,1731,2045,1896,1764,1844,2151,1784,1883,2134,1758,1530,1493,1752,1729,1776,2280,1851,1807,1766,1711,1834,1933,1765,3850,2047,2120,2131,2884,2008,2451,2966,1967,2084,2004,2012,2052,2165,2046,2078,1884,2048,2131,1922,1841,1939,1882,2163,1962,2651,2175,2157,2256,2043,2202,2097,2440,2050,1963,2129,2000,2936,2111,2216,2693,2089,2004,2012,1881,3018,2444,2126,1725,2411,2041,2125,2089,1888,1849,1799,2122,2010,1922,2045,2169,1690,2444,2323,4137,2495,2000,2402,1943,1893,2046,2655,2333,2126,2786,2248,2124,2324,2134,2528,2606,2651,2609,2045,2157,2248,2730,2127,2586,2081,2096,2002,2198,2512,2488,3367,3050,2530,2928,2581,2267,2284,2057,2232,2447,2608,1995,2180,2236,2108,2569,2284,1957,2049,2474,2441,3220,2135,2280,2053,2160,2363,1991,2167,2044,3122,2764,2359,2069,2009,1805,1924,2098,2372,2611,2167,2918,2153,2441,2464,2125,2559,2535,2435,2283,2664,2563,2330,2770,3205,2646,2697,2729,2572,2206,2205,2412,2770,2165,2281,2078,1887,1840,1737,1899,2120,1879,2091,2413,1852,1848,2007,2038,2212,2041,2243,1934,1524,1566,1555,1573,1805,2170,1872,1934,1851,2115,1810,1920,2047,1890,2002,1933,1846,1885,1851,1802,1766,1922,2130,1967,1644,1735,1564,1560,1569,1557,1410,1399,1760,1532,1572,1434,1615,1544,1407,1380,1483,1438,1452,1349,1439,1607,1658,1871,1746,1796,1334,1348,1358,1388,1766,1433,1323,1511,1547,1625,1442,1455,1532,1481,1444,1282,1634,1493,1520,1381,1618,1560,1686,1544,1548,1412,1397,1462,1436,1411,1669,1533,1572,1486,1485,1619,2090,1734,1761,1759,1611,2119,1737,1685,1939,1567,1556,1935,2002,2210,1995,2007,2093,2063,2242,2009,3336,1798,2515,2885,2090,2448,3093,2566,2367,2524,2531,3164,2610,2108,2425,2566,2251,2324,2246,2056,2567,2401,2455,2040,2211,1801,2930,2693,2483,2286,1892,1805,1838,1608,1854,2363,1884,1807,1918,2541,2245,1954,2223,2245,2074,2016,2063,2444,2054,3007,2330,2442,2569,1966,2047,2011,2094,1821,1855,1954,1614,1561,1527,2052,2120,2290,1686,1621,1930,1781,1809,2049,2327,1645,1561,1920,1852,1765,1603,1690,1915,2095,1877,2086,2074,2080,2003,1849,1681,1577,1446,1400,1608,1964,1915,1579,1713,1791,1807,1725,2172,1922,1933,2048,1681,1873,2460,1765,1619,1634,1689,1687,2252,2008,1845,1756,1975,1554,1498,1588,1570,1706,1561,1466,1462,1611,1493,1412,1427,1400,1403,1447,2005,1697,2361,1687,1487,1450,1552,1541,1505,1482,1664,1558,1483,2019,1712,1779,1471,1569,1725,1638,1639,1526,1475,1393,1779,2024,1373,1479,1410,1431,1325,1459,1478,1511,1368,1907,1414,1443,1568,1516,1644,2003,1661,1603,1558,1558,1453,1560,1559,1618,1637,1654,1534,1738,1682,1695,1607,1547,1503,1481,1668,1771,1599,1684,1911,1580,1595,1487,1616,1726,1707,1736,1789,1774,2032,1977,1554,1610,1679,1606,1370,1562,1660,1769,1886,2105,1815,1837,1844,1795,1724,1800,2373,1893,2042,1959,1895,2003,2160,2166,2046,1896,2299,2361,2249,2154,1726,1847,2483,2644,2371,2164,2282,2809,2733,2571,2647,2607,2123,2188,2477,2267,2002,2234,2199,2027,2802,2159,2410,2320,1914,2315,1894,1969,1995,1809,2126,2095,1561,2319,1818,2482,2044,2375,1886,1759,1730,1563,1558,1684,1968,2204,2246,1848,1773,2406,2479,3427,3245,2453,2407,1733,1959,2252,2326,2299,2272,2024,2085,2009,2158,2044,1735,2121,2447,1923,1847,2170,1970,1841,1959,2650,1928,2187,2619,2162,2252,1949,3580,2168,2731,2449,2326,2145,2206,2024,2037,2082,1768,1928,1961,1722,2694,2252,2080,2009,1663,1850,1767,1732,2092,1963,1997,1978,1885,2074,1819,1993,2095,1688,1830,1564,1442,2022,1800,1759,1730,1812,1594,1559,1601,1673,1685,1568,1559,1541,1631,1750,1672,1601,1682,1478,1569,1559,1574,1568,1725,1449,1545,1665,1682,2001,1593,1855,1492,1953,1601,1741,1510,1577,1564,1609,1480,1884,1647,1957,1962,2489,1876,1923,1966,1952,2405,2205,2323,2005,2415,2485,3014,2438,1900,2342,2114,1862,1887,2492,2768,2055,2004,1964,2043,1730,2452,1897,2055,2011,2129,2828,2129,2245,2204,2837,2525,2533,2763,2450,2573,2565,2366,2366,2574,2283,2848,2084,2215,3043,2201,2183,2612,2199,1980,2283,5292,2240,1807,2289,3134,1684,2040,1973,1916,2303,2161,2010,2771,2159,2252,2602,2494,2443,2211,2127,3013,2122,2929,2932,2048,2452,2568,3895,2288,2448,2412,2528,2489,2279,1791,2083,1980,2001,3293,3363,1852,2004,2214,2684,2016,2583,2210,1970,2769,2222,2001,2091,2248,2378,2289,2449,2726,2527,3095,2691,3769,2564,2488,2928,2486,2207,2409,2296,2400,2517,2522,2535,2686,3005,2489,2093,2119,2438,2447,2170,3010,3050,2328,2886,2646,2444,2447,3130,2568,3938,1997,2125,2351,4004,2447,2488,2411,3011,3330,2486,2246,3129,2690,2006,1681,2245,2360,1929,1888,1846,2078,2645,1965,2467,2094,1830,1722,2257,2452,2356,1956,1997,2323,2163,2085,2126,2257,3318,2409,2212,2360,1724,1936,2324,2249,1958,2178,2590,2723,2650,2401,2614,2573,2818,2448,2410,2403,2646,2609,2215,2409,2249,1889,1841,1845,2447,2249,2325,2404,2489,2530,2810,1925,2480,2097,3165,2892,2609,2523,1932,2569,2122,1998,1688,1572,1807,1998,1891,2076,1973,2289,2443,2448,2968,2362,2570,3328,2414,2482,2571,2447,2365,2326,2609,3054,2284,2027,2148,1773,1768,2155,1765,2183,2139,2239,2004,1973,1996,2370,2016,2048,2076,2256,2525,2363,2125,2620,2242,2354,1998,2369,2928,2569,2450,2455,2158,2254,2725,3175,2045,1882,2211,2156,2498,3282,2408,2328,2609,2291,2322,1925,2293,2207,2207,2361,2129,2607,2367,2127,2812,3166,2570,3009,2650,2564,3125,2730,2165,2447,2937,2648,2523,2566,2416,2446,2692,2405,2369,1922,2165,2410,1928,2059,2046,2045,1812,2965,2042,2489,2285,2210,2447,2171,1940,2394,2004,2403,2367,1605,1636,1653,2000,2810,2849,2682,2610,2198,2371,2411,2808,2521,2536,2480,2405,2169,2160,1900,2290,2680,1780,1818,1882,2015,2004,2445,2325,2333,2247,1683,2121,2016,2438,1960,2952,2565,2410,2556,2452,2362,3057,2967,2527,2094,1929,2206,3326,2567,2884,1978,1962,1885,2204,2299,2640,2532,2070,2954,2243,2464,2955,3166,2448,2123,2412,2370,2626,2775,2729,2405,2284,2092,2457,2563,2642,2697,2286,2250,2530,2487,2530,2677,2567,2368,2888,2654,2650,2245,2373,2525,3291,2285,2238,1855,2448,2815,2646,2287,2124,2451,2886,2409,2042,1888,1881,1811,2684,2931,2805,2371,2287,2335,2320,2406,2855,2047,1973,1646,1563,1526,1523,1796,2372,2452,1885,1726,1682,1647,1676,1652,1844,2051,2080,2088,2204,2009,1890,1924,2001,1769,1717,1812,2208,1756,1811,1928,1926,2009,2368,1842,1926,2016,1594,1892,1569,1683,1768,1766,1600,1733,1758,1809,1772,1793,1799,2623,1830,1743,1804,1830,1774,1964,1856,1765,1847,1919,2001,1536,1915,2001,1894,1957,1814,1975,1678,1796,1812,1729,1722,1650,1754,1775,1729,1955,1730,1804,1762,1763,1732,2026,2088,1884,1516,1681,1850,1760,2009,1833,1729,1763,1777,1767,1943,1873,2091,2047,2177,2005,2008,1925,2436,1733,2398,2451,2091,2001,2328,2010,1961,2083,2008,2300,2031,2017,2205,1760,2040,2840,2604,2530,2574,2641,2813,2169,1943,2264,2323,1926,1999,1937,1954,2132,2164,2010,1943,2056,2245,2090,2087,1964,2489,1967,2046,2001,1806,1727,1961,2724,4022,2126,2081,2041,2997,2687,1767,2140,2038,1787,1764,1877,3222,1850,2003,2053,2527,3009,2372,2274,2404,2162,2571,2186,2558,2177,2002,2568,2212,1977,2048,2175,4045,2046,2407,2697,2684,2933,2646,3007,2646,2772,2455,2159,2283,2003,1826,3479,2523,1816,2245,2083,2291,1889,2438,2512,2054,2125,2523,2214,2605,4009,2445,4983,2689,2765,4536,2443,2330,2563,2085,2292,2288,2042,2155,3449,2651,1964,2078,2211,1810,2074,2094,2627,2210,2164,2740,2153,2299,2500,2309,2575,2562,2043,1683,2677,2087,1928,4571,4446,2168,2206,3214,2766,2979,11594,2038,4658,3250,1955,2565,2616,1908,1759,1843,3941,2167,2287,2054,3771,2400,2160,5379,2694,2121,3980,3492,2320,2173,2087,1771,2108,3226,2170,2163,2164,2208,2283,2455,2086,4683,3169,2333,2602,2769,1857,1880,2451,2565,2538,2032,2013,2556,2561,4254,2057,2763,3448,2968,2403,2530,2561,2732,1843,2131,2522,2373,2563,2406,2494,2930,2439,2411,2324,2451,2167,2368,2097,1840,2088,1842,2013,2085,2039,2247,2006,2285,1965,1925,2046,2009,1893,1805,1778,1846,1762,2112,1780,1805,1804,1884,1690,1674,1649,1798,2023,2150,2014,1765,1757,1656,2406,1736,1550,1550,1619,2192,1500,1505,1494,1839,1571,1644,1447,1608,1598,1609,1605,1601,1571,1599,1688,1742,1681,1713,2173,1652,1997,1496,1683,1662,1720,1691,1968,2525,2084,1848,1886,2002,2054,1849,2523,1970,2120,2162,2007,1804,1846,1969,2122,2096,2041,2164,1970,1776,1670,1814,1485,1760,1766,1441,1455,1893,2135,1766,1889,1670,2051,1814,2048,2242,1842,1689,1648,1762,1688,1886,1598,1774,1761,2316,2523,1808,1760,1843,1884,1850,1842,2616,1916,2005,1890,1940,2081,1797,2217,2082,1679,1695,2006,1964,2050,2047,1963,1847,1763,1766,1751,1721,1738,1758,1841,1639,1621,2182,1858,2138,2029,1974,1969,2294,1923,2003,1767,2000,2006,2092,2004,1808,1981,1995,1954,2055,1870,2021,2026,2026,1808,1804,1807,2355,1596,1638,1686,1918,2137,2317,2292,2170,2097,1922,2129,2597,2090,1917,2294,2395,2450,2643,2089,2166,2205,2452,2280,2045,2490,2522,2247,2070,1887,1803,1693,1884,2078,1573,1529,1752,1939,2197,2086,1928,1972,2159,2085,2093,2126,2008,1880,2124,2126,2774,2126,2081,2227,1755,1902,1566,1763,1570,1646,1636,1609,1640,1608,1768,2164,1890,1808,1644,1643,1682,1960,2413,1968,2236,1855,1933,1596,1517,1449,1895,1871,1686,1967,1701,2086,1598,1956,1570,1686,1681,1718,1958,1890,1650,1562,1715,1774,1794,1897,2888,1918,1967,2004,2416,2206,2606,2045,1891,2488,2242,2338,2279,2173,2097,1839,2222,2164,1962,1885,2190,1984,2986,2785,2692,2448,2000,2112,2049,3982,2175,2475,2449,1795,1934,2303,2447,2158,1999,1922,1891,2086,2011,2089,1882,1888,2007,2409,2438,2854,1679,1765,1733,1677,1690,1925,1762,1847,2091,2162,1802,1887,2176,1671,1774,1645,1820,1562,1558,1637,1728,1737,1635,1757,1720,1607,1561,2012,1639,1923,1477,1400,1614,2009,1683,1688,1687,1554,1657,1849,1674,1844,2100,2280,1811,1404,1485,1647,2120,1847,2279,1735,1576,1598,1686,1677,1565,1572,1889,1634,1844,1927,1813,2201,1851,1880,1965,2177,1844,1958,2007,2130,2204,1612,1561,2131,2089,2088,1932,1890,2030,2607,2609,2927,2403,1772,2110,2423,2609,3290,2173,2811,2002,2167,1766,1808,2087,2287,2163,1956,2132,2102,2051,2439,2088,1761,2581,2204,3048,2735,2522,2652,2615,2565,2056,2440,2324,1980,2249,1806,2010,2005,2371,2096,2281,2368,2332,2079,2089,2127,2211,2047,2125,2687,2410,2365,2014,2241,2042,2011,1883,2567,2088,2447,2252,2886,2175,1815,2338,2984,2729,2565,2849,2726,2735,2246,2564,2813,2282,2370,1931,2060,2203,2531,2371,2483,2648,1930,2288,2568,3372,2887,2727,1798,2716,2877,2132,2373,2528,2412,2407,2203,2262,1884,2010,1964,1926,2052,2158,2207,2060,2077,2244,2528,1972,2577,2364,3338,2203,1947,1878,2162,1812,2247,2046,2363,1973,2688,2048,2122,2291,2330,2084,2331,2403,2453,2325,3368,2730,2727,2369,2334,2445,2088,1918,2012,2001,2586,2801,3008,2487,2808,3488,3737,2860,2090,2163,2207,2360,2284,2205,1848,2011,2047,1964,2123,1970,1969,2121,2083,1923,1855,2116,2333,2525,2066,2330,2411,2171,2721,2356,1879,2188,2252,2286,4135,5053,2290,4412,2609,3010,2456,2409,2127,2131,2005,2397,2403,3410,2281,1855,1859,1803,2130,2275,2218,2397,2617,2235,2461,2119,2087,1969,2329,2089,2163,3252,2444,2486,2121,2171,2293,2308,1963,2219,2130,1963,2039,2124,1988,2165,2092,1827,2288,1815,2154,2011,2243,2493,2371,2362,2107,2445,2129,2166,2046,2088,2575,2154,2539,2479,1763,1844,2046,1814,2081,2134,2357,2055,2279,1967,2010,1891,1882,2047,1961,2045,2136,2080,2443,1816,1755,1891,2006,1927,2125,1780,1721,1719,1813,1675,1805,1695,1685,1915,1842,2128,2205,2044,1921,2010,2044,1966,2123,2044,1979,2274,2162,2535,3205,2212,2166,2200,2777,2480,1976,2494,2239,2426,1928,2134,2478,2608,2205,2288,3526,1930,1933,2008,1829,1930,2081,2323,2807,1949,2009,2352,2200,1918,2114,1894,1721,1845,2055,2074,4387,2328,2363,2484,3216,2521,2569,2571,2568,2524,2316,2256,2327,1974,1898,2163,2388,2336,2280,2407,2406,2454,1921,1879,2097,1970,2440,2252,2393,2529,2331,2568,1926,2330,2573,2527,2165,2329,2938,2361,2569,2404,2366,2210,2328,1977,2192,2647,2452,2483,2484,2857,2400,1918,1768,1924,2328,2370,2371,2244,2251,2227,2531,1935,2158,2042,1845,2077,2444,1896,1880,1963,2212,1890,1886,2043,1887,2082,1844,2041,2007,2013,2006,1926,2629,2077,2301,2410,2168,2445,2569,2644,2653,2286,2165,1966,2252,2484,2243,2495,2365,2564,2973,2522,2450,3447,2130,2200,2072,2258,2410,2850,2048,2639,2488,2532,2523,3210,2208,2450,2208,2282,3211,3045,2845,2572,2324,2363,2454,2761,2654,2649,2521,2527,2332,2689,3885,2297,2837,2293,2373,2410,2213,2492,2614,2487,2404,1966,1964,1853,1651,1847,2006,2008,2163,1939,2081,2443,2491,2497,1963,2363,1762,2256,1875,2396,1847,2703,2636,1885,2051,2083,2206,2137,1836,2491,1881,2056,1966,2004,2084,2085,1934,1884,2356,2208,2052,2284,2489,1852,1957,2011,1848,1563,1577,1729,1750,1950,2098,1962,2246,1926,1772,1505,1429,1640,1410,1613,1507,2167,1728,1609,1758,1617,1642,1577,1408,1321,2166,1465,1404,1588,2284,1768,1569,1483,1528,1480,1376,1682,1524,1603,2010,1571,1766,1883,1723,1691,1912,1725,1764,2408,2095,1921,1842,1808,2207,1971,2085,2258,2249,1886,2194,2175,2683,2689,2971,2525,3051,2410,2211,2286,2256,2128,1999,1852,1925,1879,1968,2090,2086,2285,2059,1891,1997,2070,1805,1652,2046,1803,1885,1882,1812,1759,2164,1927,1895,1957,2050,2045,2004,1926,1967,2766,2170,2367,2205,1948,2827,2166,2040,2089,2362,2080,1696,1680,2205,1812,1807,2037,2286,2046,1856,2045,2046,1886,2166,2205,1920,1761,1426,1924,1917,1854,1883,1697,1763,2243,1806,1680,1687,1597,1733,1452,1435,1799,1902,2362,1608,1728,1796,1719,1806,1808,1525,1413,1683,1755,1603,1580,1525,1829,1505,1650,1689,1602,1692,1877,1678,1687,2061,1594,1570,1857,2253,1958,2213,2092,1919,1770,1961,1971,1925,2355,2410,2933,2565,2363,2453,2649,2684,2480,2218,2438,2124,1835,1969,1887,2072,2602,2615,2200,2127,2436,1938,1763,2074,1731,1765,1734,1801,1768,1926,1966,2035,1969,1932,2598,1860,1922,1801,1952,1814,1964,1691,2963,1689,1678,1889,2221,1642,1885,1659,1759,1836,1769,1765,1769,1694,1631,1699,1762,1725,1797,1763,1780,1918,1853,1895,2773,2080,2129,2333,2442,2241,1977,1886,2118,2012,2088,2168,2124,2083,1850,2695,1636,1580,1722,2330,1796,1695,1640,1564,1683,2156,2086,1777,1921,1842,1842,1740,1758,1774,1714,1723,1843,2343,1805,1796,1972,1759,1649,1964,1769,1685,1635,1381,1683,1884,1477,1439,1607,2005,1889,1741,1667,1727,1760,1699,1595,1611,1694,1882,2046,2086,1893,1798,1652,1670,1692,1797,1902,1838,1723,2043,2009,1445,1404,1643,1568,2121,2017,1754,1725,1841,1626,1843,1686,1969,1882,1959,2010,1927,1961,2045,2171,2088,2651,1880,2736,1957,2455,1917,1573,1685,2007,1955,2058,2156,2015,1887,1755,2298,2605,2089,2076,1853,2005,2047,1959,1688,1932,2035,2319,2172,1819,1935,2237,1852,1957,2129,1853,1965,1924,2593,2325,1988,1995,2214,2280,1933,1689,1925,2006,1961,1888,2156,1811,1812,1694,2100,1640,1448,1639,1566,2050,1848,1834,1740,1830,1686,1689,1502,1713,1481,1783,1525,1638,1713,1366,1380,1464,1666,1384,1391,1669,1970,1486,1802,1483,1456,1481,1525,1458,1466,1410,1476,1450,1768,1576,1448,1466,1747,1543,1744,1327,1978,1607,1367,1921,1673,1417,1587,1405,1436,1514,1492,1479,1529,1518,1493,1648,1724,1852,1490,1556,1370,1695,1559,1522,1398,1700,1403,1548,1454,1531,1643,1748,1656,2321,1647,1918,1816,1668,1544,2130,3363,2407,2560,2844,2855,2809,2850,2865,2362,2415,2608,2246,2054,2833,1955,1971,2042,2072,1993,1765,1952,2436,2481,2234,2392,2328,1948,1852,1762,1981,1868,2174,2522,2261,2169,2490,2535,2002,2138,2037,2282,2564,2799,3010,2598,2091,2360,2207,2335,2732,2458,1795,2217,2166,1759,2248,1569,2069,2496,2017,2572,2176,1909,2403,1931,1929,1920,2641,2675,2883,2407,1920,2223,2183,1931,1885,1757,1936,1925,1924,1929,2007,1798,1972,2000,1891,1877,2598,1886,1821,1893,2159,2011,2172,2007,2165,2013,1924,1985,2604,2284,1806,1886,1730,1888,1925,2159,1852,2288,1686,1685,1645,1566,1478,1444,1728,1680,1488,1620,1580,1725,1363,1842,1832,1321,1809,1967,1536,1529,1521,1657,1633,1448,1364,1870,1292,1968,1876,1608,1632,1858,1702,1826,2867,1608,1633,1737,1842,2125,1772,1831,1942,2037,1733,1568,2019,1711,1774,2471,2400,2079,2171,2471,2866,2401,2713,2203,2288,2130,2904,2694,2431,2086,2210,2345,2289,2164,1816,1970,2002,1923,1855,1952,1775,2160,2124,1889,2167,2014,2198,1691,1569,1633,1733,2160,2258,2194,1810,1966,2332,2079,2294,2128,1804,1720,1727,1761,1773,1795,1895,1488,2315,2096,2007,2128,2916,1735,1683,1845,1557,1851,1933,1598,1641,1937,1763,1719,2171,1999,1884,1863,2416,1922,2209,2534,3206,2329,2558,1845,1878,1849,2281,1787,2032,1898,1926,1840,2203,2285,1815,1568,1922,2108,1774,1689,1767,1919,1764,2006,1654,2035,2756,2091,2020,1734,1797,1607,2759,1736,1773,1767,1764,1794,1766,1725,1743,1839,1486,1687,1598,1610,1648,1329,1324,1875,1376,1827,1713,1542,1509,1524,1521,1716,1670,1691,1663,1697,1619,1464,1932,1537,1634,1715,1445,1499,1286,1769,1761,1937,1475,1602,1322,1955,1503,1337,1734,1866,1215,1865,1786,1556,1555,1920,1510,1306,1742,1737,1722,1958,1584,1459,1606,1750,1431,1431,1521,1486,1485,1487,1472,1849,1492,1659,1475,1639,1516,1524,1557,1585,1510,1473,1515,1288,1837,1518,1521,1498,1499,1502,1420,1388,1375,1354,1307,1433,1384,1378,1465,1434,1541,1423,1675,1594,1515,1355,1342,2121,1614,1547,1540,1536,1458,1626,1445,1538,1491,1453,1334,1373,1363,1303,1916,1323,1409,1325,1910,1413,1355,1800,1791,1913,1449,1454,1416,1279,1834,1404,1450,1610,1607,1614,1612,1625,1564,1652,1652,1482,1461,1392,1457,1405,1887,1365,1466,1439,1605,1598,1429,1389,1409,1327,1815,1806,1836,1324,1362,1381,1311,1334,1827,1787,1791,1797,1868,1372,1329,1457,1294,1400,1289,1738,1782,1843,1325,1333,1433,1459,1361,1507,1303,1994,1382,1447,1436,1386,1333,1360,1400,1494,1412,1319,1862,1318,1386,1800,1814,1926,1477,1473,1374,1808,1834,1392,2006,1304,1822,1403,1946,1298,2004,1306,1782,1900,1385,1286,1980,1399,1387,1444,1358,1584,1467,1300,1874,1262,2027,1536,1556,1572,1470,1450,1565,1447,1319,1466,1332,2030,1554,1509,1450,1454,1428,1498,1389,1351,1355,1837,1300,1906,1408,1412,1400,1289,1521,1332,1771,1853,1436,1279,1880,1362,1331,1327,1233,1788,1874,1255,1775,1366,1822,1798,1772,1749,1791,1800,1844,1345,1294,1865,1446,1257,1760,1849,1435,1566,1541,1451,1450,1407,1372,1507,1306,1788,1789,1790,1983,1468,1420,1411,1396,1463,1527,1688,1538,1536,1541,1532,1539,1425,1779,1543,1545,1544,1535,1534,1534,1593,1491,1701,1721,1888,1630,1795,2000,1751,1834,1741,1707,1796,1862,1897,1671,1925,1746,1905,1608,1630,1610,1687,1682,1683,1682,1592,1418,1548,1677,1858,1663,1855,1684,1725,1700,1573,1683,1618,2272,1906,2130,1860,2144,2146,2005,1992,1931,2278,2209,2445,2738,2319,1875,1949,2291,2754,2600,2218,2490,2484,2255,2043,1923,2365,2675,2428,2058,2069,2017,2126,2279,2687,2246,2152,2572,2606,1934,1912,1837,2484,2340,1982,1881,1767,2281,1928,2325,2009,2043,1727,1894,1721,1884,1840,1814,1785,1827,1600,1533,1433,1401,1402,1367,1393,1657,1722,1839,2004,1650,1763,1532,1356,1808,1954,1504,1425,1580,1931,1599,1466,1570,1403,1478,1265,1534,1562,1557,1566,1531,1531,1493,1613,1510,1373,1315,1566,1528,1550,1619,1708,1556,1874,1590,1606,1767,1530,1442,1479,1414,1935,1576,1520,1710,1740,1724,1538,1872,1475,2020,1474,1600,1553,1635,1445,1409,1578,1633,1407,1670,1850,1389,1334,1413,1334,1838,1323,1901,1738,1901,1320,2051,1931,1578,1447,1350,1916,1370,1769,1867,1418,1843,1448,1593,1601,1526,1351,1336,1296,1435,1290,1693,1394,1435,1377,1560,1553,1408,1349,1916,1417,1787,1390,1441,1327,1796,1793,1805,1806,2149,1877,1399,1431,1376,1332,1782,1793,1980,1369,1491,1585,1797,1401,1272,1771,1762,1835,1368,1408,1421,1416,1536,1691,1461,1379,1476,1576,1579,1468,1472,1935,1459,1813,1620,1490,1629,1517,1468,1481,1472,1519,1529,1547,1639,1597,1542,1593,1597,1520,1490,1658,1711,1629,1611,1865,1905,1486,1688,1723,1822,1739,1811,1871,1586,1822,1731,1647,1761,1453,1657,1624,1822,1486,1365,1451,1760,1659,1633,1843,1633,1610,1641,1603,1474,1663,1674,1840,1868,2084,1950,1832,1728,1859,2029,1744,1736,1751,1769,2064,1849,2171,2027,2034,2084,2153,2344,2158,2151,1721,2343,2467,1875,2139,2018,2502,2404,2190,2043,1995,2235,1749,2314,2517,2526,2461,2953,3389,2831,2773,2811,2522,2456,2402,2644,2440,2331,2396,1720,2020,1970,1892,1969,2081,2468,2018,2204,2423,2612,2489,2602,2634,2761,2820,3163,2854,2691,2842,2481,2410,2247,2591,2522,2653,1917,3166,2801,2564,2247,2566,2730,2494,2021,2132,1995,2005,1930,2169,2367,1933,2599,1961,1846,1934,1927,1922,2338,2255,2044,2211,2762,2071,2210,1926,1848,2209,1957,1973,1967,1762,2254,2246,2554,2484,2084,2054,2761,2180,2440,2606,2333,2290,2061,2575,2698,3173,2525,1952,2009,1966,1925,2001,1774,1846,1760,1763,1693,1683,1767,2083,1598,1570,1805,1966,1779,1641,1720,1757,2062,1955,1686,1600,1808,1640,2124,1639,1746,1700,1596,1725,1756,1723,1687,1822,1833,1603,1519,1456,1411,1525,1639,1688,1637,1629,1728,1577,1715,1659,1605,1560,1510,1499,1558,1737,1651,1980,1796,1759,1765,2057,1722,1520,1604,1565,1528,1974,1793,1768,1646,1646,1610,1675,1879,1889,2045,1933,1882,2006,1923,2086,2006,2171,2083,2454,1912,2493,2406,2487,2648,2084,2229,2602,2249,2526,2611,2608,2603,2166,2530,2686,2615,2729,2805,2564,2174,2808,2151,3098,1657,2372,2406,2375,2640,2249,2051,2522,2288,2245,2713,2332,2530,2565,2207,2284,2285,2247,2488,2089,2157,1636,1971,2037,2123,1775,1843,2359,2380,1957,2090,1760,1966,1936,1954,2134,2118,1977,2004,2652,1964,2119,2168,1970,2079,2048,2245,2045,1970,2325,2447,2201,2087,2142,2035,2326,2052,2137,2150,2566,2036,2241,2045,1925,1652,1565,1847,1925,2079,2446,1929,2091,2245,1923,1931,1925,2001,2330,1800,1724,1818,2002,2002,2043,1855,1959,2005,1892,2081,2049,2202,2296,2156,1888,1764,2005,1896,1756,1857,1923,2041,2122,1932,2373,2083,2239,1972,2170,2163,2515,2168,2688,1770,1878,1905,1689,1770,1712,1532,2379,1806,1817,2126,2367,1885,2486,1846,1962,1934,1918,1933,2003,2079,1933,2009,2126,2048,2320,2004,2329,2044,1932,1918,2015,2449,1713,1613,1637,1606,1689,1846,1683,2162,2300,1953,2339,2074,1999,1725,1893,2336,2070,2038,2091,1806,1845,1966,1967,2084,1925,1933,1919,2094,2083,2037,1812,2250,1847,1999,1932,1998,2164,1932,1922,2165,1728,2213,2491,2197,1850,1850,1914,1655,2118,1964,2016,1961,1924,1673,1737,1674,1683,1570,1771,1684,1730,1842,1481,1472,1547,1622,1660,1489,1673,1654,1640,1647,1619,1511,1466,1753,1725,1638,1446,1960,1708,1629,1852,1474,1468,1538,1519,1669,2089,1563,1756,1588,1586,1554,1550,1549,1479,1484,1591,1588,1620,1609,1780,1505,1721,1628,1690,1512,1517,1608,1605,1742,2219,1698,1735,1824,1647,1580,1714,1834,1997,1972,1888,1895,1867,1951,1703,1722,1686,1885,1921,1612,1940,2180,2586,2710,1963,1877,2187,1967,1860,1855,1877,1967,1873,1505,1467,1504,2124,1622,1878,1513,1520,1746,1604,1585,1569,1410,1433,1404,1767,1610,1942,1431,2093,1635,1448,1400,1446,1437,1525,1537,1555,1527,1607,1456,1431,1360,1740,1526,1526,1628,1685,1684,1474,1594,1456,1770,1422,1862,1345,1329,2010,1315,1898,1409,1389,1305,1369,1963,1343,1429,1418,1420,1483,1280,1829,1407,1372,1347,1852,1469,1466,1471,1490,1680,1474,1297,1816,1881,1408,1535,1426,1430,1427,1438,1308,1863,1275,1814,1334,1861,1399,1403,1401,1395,1368,1346,1444,1371,1281,1941,1446,1435,1357,1878,1376,1911,1373,1439,1745,1815,1885,1417,1372,1381,1369,1361,1351,1239,1758,1707,1739,1780,1750,1755,1749,1732,1944,1407,1328,1814,1801,1825,1867,1349,1359,1406,1436,1628,1456,1440,1370,1319,1760,1734,1824,1756,1867,1443,1457,1365,1814,1789,1929,1352,1338,1369,1961,1406,1430,1438,1477,1427,1381,1412,1349,1376,1388,1317,1824,1831,1761,1762,1740,1824,1297,1908,1294,1791,1862,1371,1348,1288,1753,1781,1831,1739,1774,1902,1577,1578,2192,2171,2172,2128,2152,1978,2194,2119,2163,2101,1661,1809,1972,1743,2595,1887,1888,1988,1890,1731,1631,1672,1671,1890,2139,2475,1905,1748,1946,1618,1755,1732,1793,1727,1661,1702,1808,2021,2187,1615,2197,1587,1729,1810,1745,1953,1663,1703,1599,1523,1528,1616,1645,1680,1672,2010,1748,1577,1699,1677,1673,1640,1668,1672,1563,1808,2201,1845,1931,1832,1610,1727,1776,2159,1864,1948,2168,1972,2234,1700,1684,2298,1817,2687,2314,2331,2845,2570,2565,2382,2513,3111,3112,2033,2321,2107,2130,1771,2229,2215,2130,1854,1886,1590,1719,2132,2013,1809,1591,1613,1599,1642,1461,1519,1787,1526,1952,1552,1362,1837,1813,1772,1904,1531,1478,1625,1670,1795,1370,1980,1252,1890,1392,1587,1528,1333,1315,1734,1797,1766,1781,1912,1336,1921,1356,1304,1838,1915,1412,1408,1403,1321,1638,1511,1391,1326,1861,1468,1476,1367,1322,1935,1378,1349,1394,1267,1793,1954,1492,1378,1473,1382,1381,1474,1310,1417,1314,1915,1387,1394,1932,1433,1348,1434,1438,1247,1316,1744,1790,1873,1287,1785,1769,1773,1842,1362,1286,1752,1748,1714,1676,1831,1335,1830,1801,1308,1778,1705,1741,1859,1778,1747,1726,1739,1824,1227,1724,1795,1756,1773,1863,1354,1349,1326,1306,1894,1390,1731,1861,1363,1971,1416,1513,1449,1533,1550,1465,1416,1390,1356,1420,1476,1454,1492,1458,1396,1449,1496,1308,1902,1288,1811,1340,1916,1267,1958,1420,1345,1255,1894,1282,2062,1313,1873,1438,1439,1362,1361,1433,1400,1368,1338,1345,1791,1829,1859,1367,1481,1343,1889,1282,1777,1794,1299,1855,1273,1370,1314,1766,1800,1369,1393,1273,1833,1345,1902,1362,1381,1384,1364,1355,1360,1440,1355,1420,1372,1873,1347,1373,1885,1285,1869,1483,1419,1532,1345,1851,1352,1395,1841,1842,1977,1381,1483,1364,1850,1367,1430,1434,2022,1555,1547,1554,1459,1706,1552,1367,1438,1365,1528,1414,1390,1386,1455,1393,1359,1388,1674,1428,1540,1399,1335,1804,1802,1788,2008,1464,1848,1471,1550,1340,1798,1903,1302,1802,1960,1368,1833,1424,1343,1844,1795,1953,1452,1451,1455,1420,1445,1426,1249,1877,1477,1315,1921,1428,1396,1334,1945,1405,1408,1375,1331,1266,1795,1791,1789,1791,1827,1903,1316,1781,1774,1804,1823,1807,1810,1832,1479,1298,1755,1819,1344,1776,1764,1764,1769,1925,1285,1823,1744,1693,1800,1808,1801,1833,1833,1334,1316,1331,1729,1750,1792,1819,1796,1821,1785,1809,1334,1783,1700,1803,1793,1787,1811,1819,1735,1796,1774,1686,1750,1817,1770,1777,1776,1772,1758,1772,1699,1674,1814,1768,1760,1755,1771,1781,1770,1755,1707,1834,1287,1753,1766,1804,1727,1770,1760,1796,1692,1812,1739,1793,1743,1777,1744,1722,1734,1703,1761,1748,1788,1754,1729,1706,1790,1776,1693,1727,1737,1715,1725,1712,1705,1767,1743,1681,1685,1786,1761,1746,1751,1746,1750,1794,1760,1735,1699,1762,1751,1755,1748,1794,1819,1770,1748,1691,1789,1736,1752,1770,1748,1669,1737,1747,1734,1677,1754,1755,1742,1774,1729,1781,1788,1736,1720,1785,1765,1742,1742,1855,1469,1480,1459,1440,1396,1323,1880,1395,1421,1429,1402,1383,1399,1423,1459,1428,1285,2059,1355,1371,1360,1467,1344,1322,1864,1333,1817,1782,1376,1334,1374,1364,1365,1364,1363,1371,1398,1363,1351,1747,1817,1828,1820,1819,1819,1832,1902,1400,1282,1881,1410,1853,1853,1853,1924,1338,1895,1357,1773,1742,1845,1797,1802,1835,1790,1842,1268,1752,1730,1790,1782,1774,1786,1821,1324,1395,1326,1727,1839,1372,1809,1809,1809,1786,1782,1811,1800,1735,1799,1822,1818,1799,1783,1813,1320,1787,1680,1721,1824,1827,1779,1813,1795,1781,1726,1714,1708,1774,1716,1713,1704,1750,1729,1726,1707,1657,1764,1726,1713,1705,1753,1730,1734,1687,1683,1669,1711,1684,1675,1659,1673,1724,1708,2816,2128,2065,2260,2443,1982,2367,2646,2257,2235,2428,2509,2194,2207,2447,2817,1860,2169,2052,2012,1862,2116,2161,2006,2235,1867,2094,1979,1777,1841,1801,1581,1538,1612,1463,1610,1421,1595,1436,1500,1474,1936,1928,1696,1665,1834,1950,1561,1480,1489,1428,1420,1411,1482,1481,1742,1816,1497,1444,1449,1394,1389,1389,1389,1316,1580,1905,1282,1874,1392,1392,1367,1360,1359,1425,1430,1372,1298,1910,1369,1361,1358,1339,1336,1391,1377,1346,1315,1333,1597,1433,1341,1336,1338,1321,1875,1375,1393,1896,1789,1909,1313,1820,1864,1302,1849,1359,1305,1851,1810,1846,1856,1852,1838,1826,1757,1842,1835,1741,1857,1844,1834,1823,1856,1877,1303,1804,1743,1697,1792,1780,1766,1765,1736,1847,1785,1749,1700,1828,1776,1760,1752,1746,1855,1772,1780,1763,1823,1768,1735,1731,1746,1741,1837,1736,1673,1864,1259,1787,1736,1897,1482,1525,1497,1444,1442,1397,1457,1434,1362,1344,1921,1450,1949,1830,1904,1429,1322,1855,1535,1390,1424,1362,1362,1435,1439,1353,1340,1345,1285,1893,1357,1339,1268,1793,1832,1249,1836,1279,1769,1854,1270,1897,1316,1815,1802,1771,1796,1768,1751,1910,1244,1841,1305,1802,1774,1841,1289,1775,1706,1843,1326,1288,1791,1789,1803,1825,1848,1323,1270,1791,1855,1345,1345,1318,1809,1810,1794,1761,1710,1843,1324,1795,1834,1291,1800,1339,1790,1746,1731,1757,1826,1799,1794,1783,1779,1835,1780,1715,1725,1785,1782,1784,1778,1747,1806,1812,1707,1845,1224,1694,1729,1723,1683,1735,1689,1721,1677,1180,1761,1725,1725,1721,1727,1744,1728,1684,1645,1756,1777,1805,1805,1877,1525,1472,1415,1475,1425,1460,1390,1861,1869,1374,1382,1388,1422,1372,1421,1379,1874,1379,1651,1812,1922,1427,1419,1376,1465,1377,1363,1375,1392,1397,1399,1398,1397,1298,1946,1385,1348,1875,1819,1297,1874,1874,1872,1843,1929,1324,1812,1792,1303,1901,1905,1354,1853,1356,1848,1278,1752,1691,1787,1818,1753,1750,1766,1784,1775,1753,1766,1719,1824,1744,1769,1755,1783,1754,1773,1762,1723,1734,1736,1729,1724,1752,1688,1742,1729,1733,1695,1763,1759,1714,1735,1717,1722,1728,1716,1665,1775,1774,1711,1767,1807,1765,1841,1751,1744,1676,1808,1727,1759,1753,1696,1814,1812,1807,1634,1737,1736,1684,1778,1770,1794,1767,1768,1770,1651,1779,1963,1422,1417,1402,1524,1419,1432,1398,1451,1338,1896,1416,1389,1394,1389,1391,1388,1466,1411,1408,1437,1476,1422,1355,1373,1360,1359,1409,1358,1422,1858,1328,1816,1387,1479,1423,1401,1391,1388,1361,1478,1411,1372,1392,1359,1424,1386,1464,1376,1359,1362,1359,1434,1358,1392,1270,1810,1371,1438,1404,1410,1398,1389,1403,1451,1416,1423,1892,1386,1340,1838,1927,1425,1425,1435,1601,1310,1828,1795,1838,1826,1902,1397,1397,1453,1477,1410,1840,1325,1340,1903,1398,1377,1862,1941,1366,1302,1828,1816,1377,1306,1786,1773,1817,1865,1283,1784,1760,1775,1309,1802,1764,1803,1769,1420,1258,1796,1749,1760,1827,1847,1359,1339,1852,1368,1487,1365,1483,1887,1419,1376,1949,1395,1396,1332,1820,1864,1288,1327,1798,1376,1430,1277,1795,1327,1790,1789,1814,1801,1757,1880,1308,1856,1794,1772,1771,1773,1787,1775,1789,1507,1318,1848,1279,1761,1759,1778,1830,1758,1775,1861,1342,1789,1753,1746,1812,1345,1339,1779,1699,1785,1296,1768,1767,1767,1793,1754,1774,1768,1802,1810,1758,1714,1711,1851,1188,1759,1710,1690,1733,1716,1700,1700,1701,1730,1745,1738,1715,1742,1729,1721,1717,1717,1718,1688,1727,1719,1769,1741,1723,1745,1789,1769,1844,1329,1774,1897,1368,1437,1360,1837,1276,1814,1810,1828,1870,1445,1391,1926,1393,1431,1418,1394,1384,1453,1486,1482,1332,1339,1772,1830,1333,1330,1826,1839,1312,1944,1395,1418,1401,1326,1763,1836,1329,1826,1816,1924,1380,1334,1806,1751,1800,1347,1805,1803,1794,1468,1394,1320,1791,1847,1272,1793,1787,1786,1777,1251,1798,1780,1775,1744,1814,1772,1771,1821,1859,1271,1787,1758,1738,1845,1318,1760,1754,1750,1227,1735,1761,1747,1764,1824,1308,1804,1736,1804,1786,1794,1333,1770,1753,1783,1741,1749,1749,1748,1741,1768,1767,1713,1733,1798,1825,1796,1887,2021,1345,1486,1347,1808,1822,2010,1380,1511,1345,1837,1838,1814,1919,1301,1360,1913,1358,1995,1434,1378,1468,1463,1343,1907,1302,1770,1803,1812,1848,1348,1351,1313,1292,1933,1320,1392,1541,1349,1857,1464,1435,1435,1401,1405,1388,1782,1775,1840,1937,1378,1870,1380,1373,1346,1337,1863,1247,1812,1504,1356,1337,1947,1447,1380,1416,1354,1457,1316,1819,2043,1374,1334,1948,1447,1459,1445,1486,1604,1582,1787,1730,1476,1392,1381,1387,1519,1342,2005,1369,1439,1456,1441,1480,1334,1946,1449,1445,1436,1365,1369,1567,1324,1857,1924,1417,1418,1417,1430,1389,1298,1887,1415,1336,1916,1441,1441,1449,1325,1919,1399,1381,1357,1387,1375,1553,1379,1921,1417,1416,1398,1453,1332,1444,1340,1335,1387,1817,1809,1808,1792,1812,1822,1333,1275,1881,1405,1300,1874,1371,1374,1351,1350,1321,1816,1793,1330,1824,1779,1771,1766,1760,1785,1829,1831,1299,1714,1798,1769,1754,1738,1749,1788,1358,1298,1784,1395,1854,1297,1795,1782,1820,1849,1284,1781,1329,1774,1791,1777,1772,1772,1849,1352,1831,1770,1803,1838,1809,1808,1802,1841,1295,1810,1800,1739,1812,1805,1798,1791,1810,1817,1823,1789,1680,1789,1972,1479,1451,1589,1397,1840,1373,1929,1365,1443,1468,1490,1351,2005,1367,1844,1938,1319,1439,1822,1382,1455,1334,2037,1449,1990,1434,1427,1357,1795,1847,1330,1808,1944,1426,1402,1396,1405,1339,1858,1254,1889,1289,1815,1797,1838,1275,1775,1786,1774,1741,1854,1339,1775,1771,1759,1758,1794,1311,1758,1729,1755,1832,1761,1749,1748,1727,1774,1754,1668,1750,1817,1753,1769,1769,1777,1757,1778,1794,1701,1729,1743,1734,1761,1731,1769,1289,1731,1782,1746,1733,1733,1721,1719,1709,1762,1762,1793,1689,1716,1763,1718,1717,1715,1700,1721,1814,1742,1858,1277,1768,1743,1744,1723,1794,1794,1743,1658,1750,1825,1747,1983,1368,1946,1555,1474,1432,1276,2019,1399,1365,1837,2025,1311,1965,1356,1835,1815,1811,1889,1281,1918,1287,1899,1554,1543,1319,1756,1833,1838,1857,1287,1765,1766,1792,1783,1772,1819,1311,1786,1777,1793,1815,1787,1826,1326,1775,1763,1882,1270,1759,1793,1776,1745,1760,1749,1704,1814,1285,1793,1798,1769,1738,1802,1794,1745,1708,1788,1321,1738,1732,1729,1776,1748,1741,1753,1671,1768,1767,1729,1725,1727,1761,1793,1731,1715,1721,1755,1720,1714,1718,1687,1725,1716,1720,1731,1804,1720,1714,1711,1746,1662,1751,1714,1658,1675,1750,1711,1708,1709,1716,1725,1713,1701,1695,1797,1717,1744,1710,1706,1745,1733,1702,1766,1656,1721,1710,1708,1708,1709,1680,1718,2717,1846,2105,2206,2113,2217,2389,2085,1740,1551,2503,1884,1796,1775,1822,1993,1884,1705,1914,1741,1748,1950,1920,1448,1558,1522,1631,1772,2019,1833,1757,1826,1454,1433,1422,1630,1632,1385,1527,1722,1576,1391,1376,1372,1373,1371,1491,1435,1376,1747,1381,1472,1335,1826,1950,1325,1955,1636,1825,1627,1305,1765,2000,1892,1307,1383,1404,1730,1833,1833,2072,1791,1822,1383,1286,1736,1778,1889,1734,1374,1416,1829,1463,1811,1339,1796,1777,1834,1301,1465,1356,1379,1340,1324,1775,1771,1793,1843,1259,1799,1405,1539,1750,1759,1757,1758,1749,1744,1783,1815,1271,1797,1778,1751,1746,1748,1781,1728,1783,1658,1260,1707,1857,1784,1771,1765,1811,1912,1298,1399,1684,1706,1697,1732,1731,1719,1714,1763,1796,1683,1736,1721,1725,1723,1721,1759,1780,1775,1486,1722,1736,1719,1719,1716,1717,1720,1749,1745,1598,1587,1742,1767,1797,1749,1745,1739,1752,1787,1267,1736,1785,1769,1768,1766,1724,1835,1831,1319,1591,1894,1472,1434,1412,1412,1410,1460,1466,1368,1431,1551,1708,1259,1922,1402,1393,1382,1382,1381,1412,1423,1345,1284,1840,1408,1402,1349,1368,1392,1367,1574,1496,1358,1358,1821,1384,1378,1370,1367,1371,1369,1458,1433,1393,1726,1739,1294,1859,1391,1375,1375,1377,1375,1438,1448,1302,1356,1387,1271,1808,1342,1833,1965,1356,1519,1649,1658,1909,1913,1357,1414,1406,1536,1524,1530,1531,1484,1753,1405,1359,1618,1624,1575,1575,1607,1607,1526,1552,1489,1570,1461,1575,1611,1534,1788,1604,1539,1501,1705,1543,1791,1503,1861,1746,1540,1571,1541,1590,1748,1854,2174,2105,1626,1624,1620,1508,1451,1490,1591,1635,1718,2016,1753,1559,1476,1612,1442,1423,1707,1565,2130,1786,1494,1625,1546,1619,1386,1946,1703,1292,1660,1406,1873,1741,1453,1381,1859,1382,1661,1455,1519,1458,1373,1308,1896,1317,1861,1457,1279,1416,1998,1340,1374,1313,1431,1406,1401,1401,1399,1484,1451,1660,1845,1411,1440,1319,1865,1305,1953,1314,1900,1742,1373,1439,1459,1542,1417,1402,1399,1402,1402,1536,1441,1710,1904,1498,1679,1547,1530,1566,1633,1837,1990,2203,2328,2205,2525,2824,2689,2011,2924,2909,2784,2689,2390,2551,2841,2972,3025,3005,1992,2650,2822,2493,2443,2581,2226,2199,2361,1943,2786,2166,2239,2097,2136,2198,1776,2506,2421,2139,2321,2076,2341,1920,1694,1789,2093,1977,2160,1615,1845,1942,2126,2111,1889,1986,1785,1586,2060,1587,1477,1664,1896,2091,2499,1782,2116,1676,1645,1653,1870,1551,1614,1575,1496,1651,1588,2076,1626,1588,1437,1555,1593,1465,1411,1419,1404,1469,1501,1422,1572,1901,1562,1554,1565,1668,1645,1474,1359,1603,1437,1480,1931,1349,1353,1847,1387,1647,1370,1441,1372,1857,1530,1487,1639,1561,1436,1544,1409,1340,1955,1362,1856,1594,1563,1349,1369,1426,1417,1345,1957,1345,1954,1413,1682,1363,1645,1390,1920,1425,1492,1426,1384,1395,1390,1886,1363,1457,1801,1858,1396,1397,1405,1338,1339,1808,1316,1788,1827,1843,1273,1771,1745,1847,1348,1852,1262,1812,1767,1759,1759,1757,1753,1795,1877,1237,1791,1848,1750,1742,1740,1760,1770,1818,1764,1705,1771,1839,1357,1340,1833,1863,1310,1898,1289,1883,1368,1784,1839,1834,1834,1826,2083,1309,1785,1472,1531,1277,1813,1809,1814,1787,1827,1404,1761,1863,1351,1890,1370,1367,1369,1368,1237,1515,1306,1786,1298,1800,1799,1850,1348,1333,1373,1279,1870,1333,1259,1796,1897,1335,1332,1330,1320,1917,1383,1343,1811,1218,1838,1352,1751,1809,1801,1794,1789,1853,1830,1798,1354,1291,1834,1425,1436,1424,1454,1317,1380,1917,1308,1450,1598,1470,1422,1432,1433,1352,1894,1413,1332,1789,1365,1926,1404,1404,1429,1282,1787,1906,1302,1847,1325,1238,1869,1345,1780,1842,1319,1878,1383,1316,1786,1756,1798,1822,1829,1316,1800,1850,1314,1887,1221,1837,1403,1352,1334,1388,1324,1808,1789,1371,1810,1757,1846,1324,1770,1749,1771,1750,1806,1778,1810,1719,1805,1753,1769,1763,1818,1772,1339,1796,1725,1811,1752,1735,1724,1683,1710,1779,1735,1723,1692,1789,1760,1760,1718,1713,1734,1727,1716,1663,1707,1755,1727,1716,1713,1676,1732,1724,1708,1722,1738,1720,1710,1707,1708,1702,1723,1701,1735,1701,1756,1713,1709,1707,1712,1776,1716,1909,1417,1376,1379,1289,1846,1840,1837,1836,1897,1309,1834,1398,1482,1290,1815,1810,1809,1834,1592,1294,1814,1795,1842,1320,1792,1792,1802,1830,1453,1302,1895,1365,1258,1902,1352,1349,1348,1361,1470,1476,1375,1349,1214,1784,1892,1337,1333,1332,1317,1808,1402,1348,1261,1726,1710,1865,1756,1811,1834,1295,1855,1832,1808,1760,1794,1747,1743,1762,1791,1761,1780,1768,1684,1846,1423,1734,1755,1753,1723,1742,1761,1746,1722,1777,1722,1707,1757,1751,1785,1755,1717,1698,1678,1683,1701,1672,1744,1758,1742,1739,1767,1663,1793,1833,1425,1349,1910,1473,1381,1315,1921,1417,1252,1937,1458,1409,1897,1415,1414,1409,1497,1333,1867,1348,1448,1304,1768,1810,1810,1848,1315,1802,1793,1774,1401,1351,1347,1346,1332,1778,1842,1427,1318,1885,1315,1304,1831,1318,1817,1828,1840,1403,1370,1332,1882,1422,1340,1418,1334,1524,1342,1331,1830,1402,1322,1807,1472,1345,1488,1334,1826,1826,1831,1817,1822,1810,1355,1340,1365,1316,1809,1806,1803,1795,1794,1837,1311,1284,1879,1337,1333,1335,1333,1318,1785,1775,1854,1289,1820,1827,1818,1821,1820,1832,1302,1780,1749,1791,1387,1297,1806,1802,1785,1814,1866,1349,1722,1774,1850,1838,1835,1822,1819,1808,1858,1715,1730,1856,1800,1790,1776,1750,1801,1341,1772,1733,1709,1763,1741,1742,1733,1734,1884,1327,1826,1299,1815,1329,1342,1776,1811,1721,1810,1787,1775,1704,1834,1777,1768,1780,1858,1772,1373,1791,1697,1809,1347,1778,1746,1675,1686,1769,1778,1741,1716,1862,1320,1814,1819,1815,1834,2868,1948,1630,2050,2348,2258,2219,2315,2547,2368,2477,2299,2218,2215,2472,2109,2379,1969,2603,1971,1994,1898,2361,2285,1987,2323,1870,1848,1873,1746,1683,1710,1762,1517,1572,1484,1494,1761,1795,1665,1659,1737,1633,1541,1904,2108,1988,2108,2123,1546,1565,1529,1606,1717,1474,1447,2002,1526,1533,1746,2207,1412,1394,1823,1580,1534,1958,1998,1564,1408,1287,1434,1434,1726,1370,1316,1813,1862,1858,1660,1296,1841,1816,1688,1465,1427,1401,1436,1893,1318,1813,1811,1791,1796,1432,1659,1275,1801,1852,1274,1788,1816,1788,1770,1902,1309,1778,1774,1772,1777,1857,1772,1812,1713,1757,1770,1758,1757,1756,1759,1809,1824,1752,1772,1750,1743,1741,1741,1774,1750,1763,1792,1763,1777,1773,1739,1767,1767,1732,1783,1751,1734,1788,1740,1731,1730,1760,1745,1898,1227,1721,1682,1744,1757,1729,1719,1735,1742,1735,1722,1683,1718,1752,1721,1714,1712,1708,1786,1730,1711,1709,1768,1717,1712,1708,1730,1763,1766,1732,1662,1689,1728,1711,1705,1709,1717,1762,1717,1710,1688,1667,1717,1702,1723,1736,1675,1715,1716,1712,1699,1767,1710,1745,1744,1715,1687,1790,1716,1686,1749,1891,1450,1404,1395,1391,1474,1436,1435,1394,1374,1388,1426,1390,1405,1372,1362,1359,1364,1439,1445,1371,1367,1248,1865,1347,1310,1809,1868,1354,1821,1322,1313,1763,1824,1294,1900,1491,1436,1434,1431,1453,1464,1430,1287,1814,1906,1277,1769,1796,1880,1522,1510,1442,1368,1590,1360,1481,1510,1399,1390,1391,1391,1482,1433,1392,1754,1351,1921,1462,1418,1419,1417,1405,1429,1480,1974,1476,1659,1431,1394,1394,1394,1390,1388,1490,1419,1371,1781,1837,1449,1427,1367,1362,1361,1358,1448,1393,1341,1743,1769,1894,1388,1339,1338,1335,1336,1330,1844,1359,1753,1759,1880,1322,1819,1818,1814,1866,1394,1305,1786,1716,1841,1296,1804,1804,1822,1755,1827,1288,1767,1801,1350,1289,1861,1291,1811,1824,1331,1849,1264,1719,1826,1848,1344,1345,1297,1780,1841,1318,1808,1725,1825,1809,1763,1798,1795,1697,1824,1747,1727,1761,1801,1793,1795,1764,1800,1799,1786,1818,1767,1809,1816,1741,1802,1786,1796,1798,1785,1695,1825,1782,1774,1785,1793,1799,1798,1751,1672,1744,1793,1773,1794,1778,1759,1776,1742,1737,1800,1805,1798,1798,1748,1724,1738,1721,1707,1661,1771,1711,1787,1709,1725,1733,1746,1706,1672,1647,1732,1761,1695,1735,1698,1722,1708,1730,1690,1691,1762,1712,1914,1443,1450,1392,1334,1945,1457,1406,1626,1382,1430,1424,1443,1440,1447,1597,1616,1357,1297,1871,1401,1329,1897,1343,1835,1836,1882,1283,1893,1467,1301,1768,1846,1317,1809,1809,1809,1825,1950,1368,1791,1816,1795,1788,1797,1841,1363,1876,1446,1345,1333,1798,1791,1775,1753,1825,1781,1850,1289,1835,1785,1775,1763,1761,1790,1317,1822,1707,1775,1822,1764,1749,1745,1825,1272,1825,1749,1756,1782,1759,1748,1769,1742,1793,1801,1771,1689,1753,1789,1743,1835,1390,1403,1305,1935,1317,1935,1461,1362,1820,1864,1369,1354,1383,1347,1424,1284,1874,1315,1342,1861,1342,1835,1854,1396,1386,1276,1794,1788,1807,1785,1854,1385,1368,1382,1287,1951,1310,1748,1811,1791,1773,1863,1337,1242,1841,1379,1372,1281,1904,1587,1301,1830,1909,1320,1335,1338,1346,1362,1345,1812,1781,1348,1823,1328,1315,1809,1912,1474,1281,1802,1817,1250,1805,1784,1752,1746,1746,1843,1314,1718,1763,1808,1787,1777,1792,1797,1335,1813,1791,1907,1608,1475,1261,1849,1363,1340,1862,1388,1252,1830,1368,1308,1348,1943,1533,1326,1941,1430,1383,1321,1862,1296,1838,1332,1855,1335,1923,1310,1894,1388,1530,1294,1369,1416,1407,1397,1383,1393,1392,1371,1348,1435,1371,1271,1763,1888,1271,1798,1792,1789,1814,1249,1777,1794,1344,1857,1781,1772,1798,1806,1854,1274,1762,1779,1985,1317,1835,1333,1330,1860,1288,1782,1755,1717,1812,1759,1742,1741,1736,1729,1760,1740,1758,1813,1306,1843,1358,1388,1268,1987,1335,1784,1841,1322,1814,1832,1841,1828,1850,1358,1836,1829,1853,1407,1360,1815,1813,1922,1372,1368,1342,1354,1348,1768,1813,1821,1886,1370,1350,1350,1342,1364,1382,1345,1290,1300,1884,1393,1313,1297,1831,1762,1838,1288,1760,1772,1788,1792,1811,1783,1774,1767,1859,1797,1720,1852,1367,1330,1254,1755,1821,1431,1390,1351,1335,1846,1412,1329,1396,1338,1835,1832,1820,1849,1399,1331,1829,1543,1348,1329,1811,1811,1805,1820,1815,1798,1829,1819,1798,1793,1798,1842,1311,1811,1782,1812,1574,1319,1299,1781,1778,1776,1788,1827,1774,1300,1274,1814,1329,1824,1824,1325,1809,1821,1837,1250,1815,1793,1808,1808,1830,1803,1808,1779,1873,1682,1808,1770,1773,1767,1760,1805,1790,1776,1758,1808,1796,1781,1773,1770,1806,1836,1315,1709,1767,1508,1771,1755,1759,1782,1885,1801,1789,1700,1826,1766,1781,1781,1775,1721,1794,1787,1673,1771,1850,1781,1779,1768,1808,1746,1764,1778,1672,1754,1735,1728,1728,1707,1746,1739,1734,1702,1747,1806,1810,1804,1860,1757,1740,1716,1741,1704,1728,1713,1704,1739,1717,1744,1721,1707,1651,1697,1842,1362,1357,1384,1338,1856,1357,1293,1834,1775,1842,1798,1877,1313,1811,1809,1814,1830,1836,1409,1538,1335,1834,1790,1788,1820,1346,1308,1790,1815,1345,1731,1879,1291,1774,1771,1773,1785,1850,1270,1794,1813,1757,1759,1758,1759,1770,1757,1720,1809,1292,1759,1755,1750,1749,1774,1773,1752,1754,1774,1789,1772,1771,1769,1741,1802,1792,1683,1732,1741,1730,1729,1729,1792,1266,1747,1734,1719,1799,1737,1756,1718,1730,1700,1769,1756,1769,1732,1770,1718,1714,1712,1734,1735,1720,1769,1704,1747,1721,1713,1751,1712,1691,1718,1780,1715,1665,1741,1715,1712,1712,1712,1640,1744,1745,1651,1715,1794,1710,1705,1706,1704,1761,1743,1722,1667,1778,1792,1868,1376,1364,2010,1425,1358,1826,1371,1404,1340,1933,1427,1416,1392,1398,1417,1438,1392,1454,1371,1998,1870,1377,1357,1946,1373,1451,1498,1450,1355,1923,1316,1847,1335,1837,1337,1414,1434,1478,1321,1744,1745,1830,1811,1888,1386,1420,1343,1279,1880,1756,1749,1835,1330,1759,1766,1823,1796,1301,1822,1775,1956,1310,1763,1781,1745,1791,1823,1324,1772,1673,1825,1309,1253,1798,1770,1814,1368,1374,1363,1363,1272,1839,1356,1363,1524,1568,1570,1591,1488,1433,1402,1354,1312,1806,1428,1404,1394,1383,1383,1420,1398,1363,1376,1317,1901,1356,1390,1369,1362,1362,1366,1395,1372,1383,1320,1876,1490,1801,1844,1838,1825,1852,1438,1373,1813,1318,1923,1876,1873,1877,1872,1360,1401,1906,1237,1887,1301,1838,1818,1839,1904,1431,1347,1799,1729,1773,1762,1752,1754,1745,1737,1776,1775,1699,1825,1211,1742,1742,1740,1763,1718,1841,1262,1708,1848,1280,1736,1732,1757,1732,1740,1780,1720,1716,1746,1742,1729,1716,1717,1681,1772,1736,1779,1693,1784,1745,1692,1732,1687,1780,1694,1689,1680,1694,1735,1740,1684,1682,1748,1741,1685,1783,1668,1751,1795,1752,1746,1813,1796,1771,3385,2224,1868,1802,1837,1733,1987,2174,2141,2538,2483,2493,1930,1949,1914,2039,1941,2149,1951,1597,1642,1702,2093,1966,1609,1733,1746,2125,1757,1690,1917,1513,1413,1388,1370,1372,2215,1722,1402,1814,1523,1554,1343,1819,1817,1839,1575,1341,1570,1875,1392,1477,1289,1860,1358,1359,1396,1546,1322,1636,1606,1418,1311,1849,1837,1835,1842,1585,1795,1374,1291,1842,1837,1814,1830,1325,1307,1830,1424,1342,1821,1812,1810,1791,1789,1804,1928,1311,1344,1276,1799,1790,1775,1771,1818,1354,1849,1271,1802,1834,1780,1772,1760,1772,1826,1357,1792,1782,1364,1303,1764,1763,1749,1747,1753,1338,1748,1852,1363,1724,1749,1770,1931,1391,1328,1900,1340,1314,1814,1851,1266,1837,1835,1835,1799,1415,1314,1793,1292,1817,1819,1878,1313,1808,1794,1316,1798,1746,1830,1854,1796,1789,1788,1765,1809,1866,1338,1303,1806,1784,1774,1770,1761,1878,1314,1789,1772,1792,1904,1266,1760,1757,1873,1237,1765,1758,1656,1799,1777,1748,1773,1750,1758,1788,1785,1751,1700,1804,1777,1763,1748,1734,1738,1749,1733,1735,1777,1740,1755,1813,1238,1741,1758,1727,1733,1674,1681,1724,1713,1283,1743,1726,1813,1726,1717,1682,1791,1768,1854,1751,1744,1793,1799,1747,1671,1759,1734,1779,1775,1759,1781,1767,1758,1756,1698,1875,1792,1709,1697,1680,1731,1685,1673,1655,1735,1713,1675,1673,1675,1770,1303,1755,1761,1670,1835,1372,1405,1396,1414,1401,1429,1494,1439,1405,1431,1702,1459,1389,1435,1373,1356,1361,1364,1398,1311,1432,1322,1791,1452,1370,1368,1367,1363,1365,1408,1364,1407,1340,1272,2009,1484,1341,1343,1343,1342,1342,1358,1391,1383,1394,1781,1835,1803,1804,1794,1846,1284,1775,1797,1779,1802,1830,1283,1791,1797,1838,1302,1831,1789,1774,1727,1821,1771,1820,1798,1754,1822,1378,1343,1301,1838,1783,1783,1780,1800,1798,1770,1740,1680,1692,1890,1798,1798,1791,1760,1782,1729,1728,1726,1770,1717,1715,1708,1712,1763,1725,1718,1712,1770,1720,1714,1709,1722,1754,1710,1682,1778,1713,1815,1718,1708,1868,1380,1410,1500,1386,1944,1329,1351,1868,1433,1349,1425,1355,1828,1901,1343,1799,1889,1256,1827,1363,1343,1358,1364,1566,1567,1264,1887,1287,1777,1841,1908,1308,1878,1461,1494,1444,1340,1278,1765,1896,1385,1408,1417,1412,1417,1416,1460,1403,1361,1358,1403,1410,1458,1422,1403,1432,1381,1422,1493,1402,1387,1411,1327,1909,1405,1382,1401,1488,1365,1907,1308,1849,1526,1340,1863,1371,1403,1391,1403,1517,1541,1519,1326,1907,1295,1887,1376,1363,1378,1410,1511,1425,1361,1350,1848,1509,1399,1379,1399,1408,1410,1344,1912,1430,1370,1376,1312,1851,1415,1402,1399,1852,1290,1831,1411,1279,1355,1321,1390,1322,1879,1371,1367,1369,1373,1427,1804,1975,1351,1639,1514,1427,1437,1413,1412,1443,1464,1490,1623,1502,1461,1599,1356,1780,1904,1484,1471,1432,1446,1387,1436,1400,1506,1415,1408,1525,1415,1408,1429,1530,1438,1402,1350,1274,1933,1440,1402,1383,1381,1448,1451,1445,1349,1287,1911,1393,1392,1378,1369,1431,1432,1448,1416,1805,1312,1963,1348,1838,1834,1793,1907,1363,1307,1768,1784,1880,1339,1895,1338,1876,1324,1846,1347,1828,1285,1847,1858,1990,1388,1374,2001,1403,1456,1431,1416,1397,1543,1471,1444,1438,1425,1351,1438,1431,1335,1825,1819,1923,1324,1986,1354,2064,1483,1353,1877,1907,1393,1858,1840,1925,1505,1334,1390,1865,1445,1362,1379,1332,1925,1380,1352,1426,1282,1945,1473,1439,1354,1809,1318,1937,1426,1400,1384,1429,1511,1468,1340,1382,1304,1818,1537,1457,1398,1455,1421,1402,1454,1344,1898,1366,1364,1430,1400,1352,1409,1279,1900,1423,1346,1886,1276,1743,1863,1250,1819,1325,1255,1805,1326,1914,1353,2011,1457,1599,1612,1860,1858,1858,1892,1382,1834,1352,1452,1442,1419,1419,1461,1860,1854,2042,1408,1965,1419,1453,1375,2002,1386,1845,1844,1840,1343,1909,1454,1563,1359,1844,1964,1542,1469,1495,1443,1458,1660,1380,1532,1677,1596,1582,1566,1578,1600,1710,1455,1407,1367,1732,1617,1485,1487,1415,1479,1622,1706,1606,1553,1588,1560,1761,1969,1920,1964,2115,2360,1930,2079,1917,1918,2011,2751,2165,2162,1948,2139,2212,2035,2580,2334,3262,2704,2135,1854,2752,2760,2488,2649,2569,2403,2171,2631,2666,2768,2481,3293,2410,2603,2328,2442,2555,2525,2663,2200,2566,2463,2365,2407,2518,2736,2397,2796,3033,2519,2447,2366,2581,2533,2442,2208,2752,2658,2723,2295,2292,2282,2401,2294,2809,2527,2287,2367,2361,2324,2335,2406,2617,2166,2534,2205,2766,2605,2973,2008,1922,2085,2857,2853,2083,2173,1731,1796,2128,1923,2087,2297,2442,2247,2329,2487,2290,3249,2485,2493,2645,2173,1725,2239,2140,2132,2085,2006,1847,1652,1647,1650,1684,1889,2127,2156,2012,2043,2006,1969,1881,2167,1890,1929,1562,1420,1574,1699,2055,2565,2159,2324,1846,1847,1926,1820,2289,2466,2690,2001,1844,1764,2095,2046,1843,1967,2037,2289,2015,1842,1678,1809,2112,2081,2045,2168,2851,2327,1932,2293,2034,1935,1921,2105,2407,2252,2321,2489,2487,2363,2494,2601,2396,1972,2298,2209,2210,2562,2409,2326,2126,3455,2287,2804,2968,2604,2327,2371,2290,2526,2646,2243,2532,2363,2208,2056,2122,2001,2296,1962,2691,2560,2563,2406,2733,2517,2500,2726,2399,2372,2283,2324,2294,2805,2486,2340,2340,2729,2521,2528,2492,1969,1956,2806,1992,2002,2283,2176,2042,1892,2007,2427,1980,1813,1598,1534,1765,2000,1966,2287,2087,2342,2104,2282,2922,2125,2027,2316,2615,2206,1970,1831,1742,1883,1677,1694,1839,2154,2362,2211,2487,1966,2438,2046,1790,2515,2605,2074,1779,1966,2007,1794,1935,2533,2288,2770,2686,2364,1890,2163,2408,2651,2489,2043,2324,2383,1974,2402,2125,2161,2771,2329,2482,3132,2330,1777,2278,2457,2431,1996,1937,1953,2542,2320,1770,1925,1638,2007,2140,2239,2002,2054,2164,1809,1637,1734,1887,2126,2004,1965,2164,2040,2615,1962,1806,1806,2640,2528,2200,2040,2038,1939,2685,2048,1926,2199,2007,2234,2204,2530,1926,2064,2000,1888,1922,2327,2123,1896,2364,2245,2313,1842,2210,2081,2411,2011,2161,2612,2409,1887,1728,1733,1837,2057,2373,3127,2733,2369,2248,2021,2103,2647,3052,3008,2604,2405,2733,2089,2321,2252,2369,2487,1688,1648,1878,2326,2690,2406,2292,2120,2045,2166,3175,2925,2733,2483,3089,2252,2244,2246,2324,2810,2293,2401,2327,2330,2803,2454,2127,2207,2131,2410,1786,2236,1853,2089,1837,2006,1925,2616,2008,2198,2137,2469,2489,2490,2565,2686,2012,2289,1811,3139,2303,3046,1971,2365,2566,3004,2373,2292,2275,2584,2282,2408,2526,2528,2489,3173,3008,2607,2485,2448,2449,3641,2900,2409,2319,2528,2570,2694,1950,2564,2568,2768,2201,2099,2364,2611,2563,1884,2172,2200,2369,2449,2567,2568,2770,2847,2447,2646,2933,2646,2408,2492,2201,2365,2693,2687,2809,2484,2490,2529,2402,2930,3173,2448,2051,2083,2407,2609,2652,2205,2809,2487,2527,2726,2610,2324,2647,2130,2529,2202,2486,2614,2932,2028,2396,1977,2078,2382,2281,2091,2029,2049,2006,2311,2450,2238,1967,2895,2605,2530,2292,1937,2445,2416,2600,2446,2407,2117,2346,2570,2608,2443,2370,2455,2481,2530,2021,2006,2257,1889,1773,2406,1766,2250,1930,2081,1733,2241,2326,3125,2618,2560,2571,2645,2526,2490,2210,2376,2007,1962,2392,2331,2038,1807,1777,1927,2479,2366,2500,2334,2562,2415,2805,2290,2431,2567,2483,2006,1892,1820,2010,1962,2053,2713,2058,1973,1822,1891,1733,2706,2446,2643,2533,1849,1879,3361,1970,2984,2290,1844,1692,1679,1689,1635,2135,1962,1927,1848,2121,2088,1808,2040,1965,1927,2247,2162,2451,2012,1921,1960,1939,1963,2089,1886,1955,1843,1943,2086,1411,1593,1609,1572,1671,1482,1449,1734,1644,1845,1805,1966,2194,1501,1446,1429,1442,1497,1599,1743,1603,1643,1679,2287,1729,1887,1848,1571,1642,1521,1556,1864,1720,1675,1737,1684,1564,1615,1652,1802,1598,1717,1721,1634,1903,2149,1974,1892,2362,2087,2290,1962,1927,1962,1888,2402,1894,1877,2088,1973,1893,2292,2202,2372,2162,2569,1947,2721,2190,2084,2047,2413,2562,2494,2035,1811,1931,1800,2049,1926,1809,2156,2455,2363,2368,2283,1822,1634,1724,1966,1968,1974,2035,1977,2045,1881,1770,2277,1967,2088,1841,1803,1843,2080,2125,1888,2094,2043,1844,1567,1560,1532,1557,1530,1523,2009,2041,2088,2080,2173,2087,2128,2054,2356,2265,1901,2504,2613,2039,2090,2250,2040,1804,2332,3325,2452,1964,2689,2646,2212,1973,1889,1885,1693,1805,2286,1802,1898,2045,1887,1724,1926,1885,2609,2084,2121,1723,1725,1725,1848,2571,1920,1896,1840,2364,2370,2564,2015,1805,1760,1882,2014,2008,1683,1563,1722,2013,2047,2376,2290,1846,2091,2126,1846,1762,2439,2277,2450,1949,1804,1609,1796,1927,1806,2175,2573,2570,2375,1937,2166,2485,2402,2286,2653,2359,3375,2403,2290,1912,2014,2164,1810,2045,1891,2046,2002,1931,2244,2059,1728,1840,1932,2245,2018,1880,1764,1967,1928,2095,1958,2049,1769,2078,1774,2561,2046,2009,1848,1843,1726,1763,1763,1926,1929,2084,2010,1840,1964,2328,1924,2219,2485,2445,2294,2445,2003,1879,2093,2171,2235,1933,1896,2449,2329,2048,2127,2125,3212,2285,2570,2007,1578,1741,1612,1769,2129,1847,1598,1567,1558,1610,1529,1557,1523,1924,2016,2501,2318,2409,2290,1994,2483,2167,2175,2080,1562,1574,1639,1935,1805,1954,1897,1879,1932,2289,1922,2170,1548,1478,1729,1927,1763,1497,1641,1486,1734,1631,1573,1639,1697,1548,1461,1678,1404,1485,1532,1602,1848,1960,1639,2015,1761,1653,1802,1601,1807,1407,1400,1398,1613,1552,1619,1662,1882,1937,1806,1502,1675,1741,1933,1913,1768,1470,1440,1499,1469,1386,1441,1601,1611,1502,1497,1501,1914,1558,1442,1927,1602,1535,2113,2130,1564,1650,1963,1532,1601,1563,1724,1923,1713,1761,2119,1796,1793,1719,1693,1455,1740,1873,2093,1563,1647,1840,1553,1590,1570,1532,1367,1449,1973,1997,1866,1892,2418,2333,1807,1483,1688,1685,2305,2673,1763,1660,1726,1892,1859,2367,1935,2081,2202,2211,2176,2082,2283,1865,1843,1930,2100,2166,2410,2210,2325,2534,2404,2530,2608,3044,3253,2211,2157,2573,2092,1963,1888,2242,1810,2113,2045,2080,1889,1717,1770,1851,1959,1980,1922,1971,1954,2136,2282,2176,2164,2006,1964,2164,2000,2212,1800,2214,2126,1968,2040,2010,1968,2167,1691,1758,1839,1855,2035,1938,1718,1686,1890,1845,1848,1921,2365,1921,1925,1849,1847,1925,1653,1876,2125,2299,2172,2169,1958,1962,2057,2076,2290,1889,1767,2340,2365,2364,2291,2571,2240,2292,2214,1724,1647,2089,2160,1810,1970,2045,1961,1966,1892,2086,2239,2319,2284,1914,2135,2523,2328,2369,2286,2054,1757,1736,2000,2415,1966,1834,1850,1963,1846,1931,1797,1969,1850,1925,1804,1760,1976,2120,1968,1874,1943,1568,1629,1454,1486,1686,1767,1874,1949,2054,1922,1750,1810,1765,1966,1756,2412,1638,1657,2322,2161,1614,1759,1649,1486,1800,1643,1608,1727,1602,1725,1723,1648,1600,1657,2043,1800,2197,1962,2323,2324,3048,2521,2607,1855,2444,2002,2045,2331,1956,2048,2132,1999,1734,1761,1960,1647,2009,1840,1966,1688,1729,1843,2510,2329,2689,2119,1849,2334,2551,2515,2290,2402,2568,2573,2164,1971,2253,2562,2568,2608,2653,2154,2187,2648,2805,2492,2449,2888,2042,2013,2439,3010,3050,2252,2481,2896,2276,2133,1797,1892,1997,2174,1963,2046,2013,2235,2131,2185,2530,2408,2615,2479,2174,2057,2267,2005,2371,1973,1936,1878,2132,1726,1953,2249,2125,2771,2643,2607,2211,2282,2377,2481,2448,2483,2454,2647,2489,2404,2325,2163,2119,1853,2332,1847,2244,2130,2390,2252,1817,1974,1800,1891,1917,1655,1994,2049,1562,1527,1649,1882,2206,2673,2444,1965,1733,1728,1689,1684,1681,1731,2530,2408,2523,2003,2181,2055,2487,2001,2053,2709,1779,1725,1722,1770,2143,2176,2095,1730,1932,1889,1797,1758,2104,1874,1679,1721,1892,1819,1912,1643,1935,1768,1611,1831,1689,1645,1685,1688,1877,1527,1368,1801,2026,1864,1991,1643,1654,1636,1560,1615,1442,1403,1403,2009,2048,1834,1695,2289,2414,1891,1804,1887,2240,2012,1983,2323,1871,1927,1796,2031,1996,1671,2002,1870,1892,1836,1810,1850,1790,1679,1687,1682,1724,1772,1640,1691,1678,1650,1620,1788,1954,1825,2018,1659,1805,1547,1872,1657,1743,1467,1470,1793,1544,1647,1650,1747,1616,1630,2010,1734,2037,1886,1498,1527,1693,1743,1571,1612,1740,1641,1816,1942,2168,2097,1874,1812,1928,2008,1605,1449,1577,1529,1446,1444,1526,1644,1540,1757,1540,1546,1510,1488,1505,1492,1492,1488,1491,1435,1557,1511,1434,1511,1529,1465,1378,1792,1788,2039,1574,1462,1658,1416,1350,1819,1805,1804,1799,1927,1602,1553,1312,1757,1805,1801,1755,1835,1787,1822,1330,1447,1756,1801,1828,1826,1884,1503,1452,1338,2003,1307,1870,1772,1781,1765,1825,1458,1513,1328,1811,1406,1449,1296,1784,1891,1554,1559,1440,1404,1249,1811,1326,1321,1903,1296,1796,2235,1789,1352,1794,1804,1796,1775,1782,1784,1751,1956,1330,1855,1307,1224,1826,1743,1770,1769,1790,1304,1745,1777,1715,1713,1780,1784,1727,1772,1707,1790,1747,1709,1934,1274,1758,1756,1713,1767,1777,1810,1818,1902,1279,1789,1811,1763,1781,2040,1356,1378,1415,1362,1401,1450,1354,1846,1895,1344,1835,1930,1269,1814,1276,1903,1306,1828,1764,1848,1272,1915,1287,1902,1308,1878,1542,1550,1533,1547,1545,1563,1592,1532,1350,1240,1322,1870,1403,1444,1381,1383,1456,1401,1500,1265,1802,1321,1785,1833,1284,1787,1769,1866,1368,1281,1906,1446,1304,1863,1358,1391,1350,1336,1757,2021,1379,1804,1345,1855,1323,1863,1446,1463,1510,1686,1457,1448,1304,1894,1444,1348,1385,1382,1394,1503,1710,1663,1519,1330,1336,1438,1294,1779,1920,1261,1892,1355,1412,1370,1408,1416,1338,1946,1422,1417,1415,1418,1417,1443,1511,1511,1385,1343,1361,1906,1545,1537,1623,1535,1610,1887,1847,1666,1493,1488,1600,1596,1645,1623,1716,1715,2017,1738,1935,1877,1960,1718,1903,1791,2331,2147,2540,2234,2653,2989,2594,2615,2251,2570,2319,2290,2612,2405,2847,2231,2701,2511,2208,2544,2603,2670,2062,2742,1967,1880,1949,2087,3093,2212,2601,2704,2423,1724,1923,2202,2003,1895,1955,1813,1609,1563,1567,1506,2041,2170,1885,2026,1988,2168,2357,2267,1908,1890,1681,1524,1605,1891,1807,1715,1607,1613,1840,1722,1598,1731,1813,2085,1800,1408,1408,1708,2216,1726,1641,1723,1716,1600,1492,1406,1437,1808,2417,1886,2961,2174,2064,2099,1997,3412,1890,2244,2847,2649,2369,2251,3451,2971,2457,2128,2418,2565,2534,2087,2404,2452,1844,3410,2969,2363,2525,2244,1926,1843,2130,2130,2407,2006,2448,2324,2568,2136,2045,2012,2206,2039,1931,1998,1852,1967,2003,2006,2367,1886,1815,1761,1768,1475,1409,1424,1529,1765,1770,1729,1677,1726,1808,1727,1638,1600,1742,1832,1697,1918,1649,1770,1923,1599,1481,1572,1682,1831,1648,1659,1627,2033,2614,2488,2932,2380,2531,2402,1982,1819,2255,2379,2037,2045,1969,2122,2243,2131,1732,1964,1928,2274,2009,2164,2069,2099,2153,2326,2322,1796,1683,1761,1928,2130,1763,1772,2077,2048,1886,1933,1965,1962,2697,2245,3047,2646,2407,2620,2606,2364,2006,2086,1792,2137,1793,1889,1845,2008,1935,2123,1844,1882,1851,1960,1933,2125,2201,2410,1886,2049,1767,1757,2331,3208,1892,2487,2042,2010,1996,1773,1846,1918,1853,2491,2005,2721,2049,1963,1934,2250,2291,2604,2511,2077,2257,2003,1840,2491,2134,2396,2053,2323,2132,2089,1954,1927,2125,2295,2438,2121,1883,1679,1683,1857,1890,2030,2328,1931,2010,1961,2048,2517,1930,2048,1962,1926,1974,1806,2045,1797,1970,1933,1717,2535,1811,1591,1685,2048,1674,1561,1969,1734,1729,1640,1687,1685,1719,1587,1638,1486,1791,1603,1644,1626,1947,1781,1562,1405,1394,1525,1528,1533,1484,1590,1574,1426,1364,1825,1396,1843,1351,1408,1438,1467,1884,1405,1768,1786,1887,1497,1816,1496,1541,1539,1488,1519,1436,1384,1323,1867,1535,1494,2189,1800,1569,1538,2048,1430,1400,1376,1398,1374,1958,1446,1425,1670,1449,1543,1476,1330,1971,1341,1937,1880,1569,1497,1821,1931,1792,2073,1592,1530,1482,2570,2028,2898,1866,1608,1850,1516,1666,2114,1835,1871,1408,2079,1482,1486,1604,1448,1597,2202,1427,1382,1433,1424,1502,1495,1545,1618,1632,1609,1866,1778,1906,1661,1552,1957,1990,1434,1445,1605,1357,1631,1362,1316,1935,1786,1440,1307,1854,1430,1371,1497,1660,1849,1693,1340,1405,1341,1337,1367,1342,1346,1707,1767,1429,1355,1366,1367,1365,1351,1412,1344,1280,1849,1432,1325,1357,1318,1761,1749,1791,1818,1286,1429,1432,1802,1334,1825,1823,1822,1800,1836,1324,1576,1445,1761,1784,1830,1824,1290,1822,1323,1853,1590,1478,1735,1754,1805,1853,1354,1318,1803,3358,2925,2523,3038,2188,2571,2527,2216,2063,1932,2300,2983,2653,2460,2750,2193,2360,2432,2442,2365,2311,3000,1774,1996,1967,2270,1905,1877,2362,2206,1786,1739,2134,2182,1797,1812,2018,1763,1598,1564,2028,1913,2195,1793,1694,2289,1728,1631,2144,1800,1813,1660,1644,2105,2080,1814,1765,1607,1613,1564,1592,1720,1713,1739,1893,1676,1738,2218,2192,1815,1841,1765,1879,1606,2029,2287,2369,2623,3453,2192,2078,2147,2110,2304,2693,2489,2698,2281,2082,1897,2003,2007,2168,1916,1849,1892,2321,2090,2247,2686,2538,1927,2049,2566,2161,2169,2450,2416,2480,2283,2445,2217,2996,2648,2249,1927,2695,2362,2290,1965,1966,2366,3098,2400,2447,2643,2429,2486,2209,2123,2375,2490,2606,2568,2365,1765,2886,2415,2647,2248,2572,2162,2469,4054,3128,2094,2142,2374,1892,2325,3689,2813,2302,2247,1841,1908,2461,2373,2682,2690,2967,2167,2375,2205,2406,2659,2484,2490,2127,2241,2017,1865,2474,2692,2241,2497,1883,1936,2206,2204,2049,1926,1876,1653,1640,1485,1436,1639,1540,1957,1769,1727,1806,1872,1614,1525,1483,1673,1846,1737,1570,1754,1934,1533,1639,1476,1571,1797,1756,1421,1523,1851,1755,1686,1500,1713,1887,1647,1964,1883,1853,1600,1799,1494,1490,1865,1943,1967,1937,1864,1644,1607,1768,1731,1755,1627,1773,2000,1801,1882,2207,1768,1924,1972,1804,2336,2245,2613,2487,2655,2000,2178,1917,1656,1684,1677,1851,1888,1960,2001,1855,2166,2283,1886,1691,1805,2315,2134,1850,1839,1949,1963,1966,2206,1894,1924,1787,1886,2047,2160,2078,2833,2253,2678,2377,2044,2069,1816,1838,2052,2724,1893,1876,1573,2000,2453,2620,1673,2077,2123,2127,2171,2250,2884,2409,2363,2164,3011,2083,2113,2048,2623,2604,2611,2575,2206,2457,2081,2053,1805,2259,2362,2365,2331,1885,3005,2128,2770,2682,1875,2011,2507,2375,2489,2404,1940,2076,2412,2126,2363,1931,2116,2809,3210,2613,2331,1949,2258,2483,2327,2443,2322,2088,2159,2505,2486,2610,3052,2487,2386,2003,2053,2529,2370,2248,2526,2020,1901,1685,1602,1688,1648,1806,1958,1970,2004,1892,1968,1922,2011,2037,2098,2001,2126,2120,2127,1886,2086,1890,2011,1836,2496,2117,1973,2168,2124,2038,2132,2595,2643,2569,2326,2412,2081,2611,2885,2172,3292,2331,2802,2576,1848,2403,2288,2097,2329,2246,2642,2560,2650,2765,2885,2773,2036,2055,2878,1889,2847,2288,2646,2570,2960,2315,2207,2288,2163,2245,2531,2405,2449,2526,2445,2330,2248,3163,1849,2854,2527,3124,2565,2983,2057,2600,2730,2615,2568,2731,2364,1889,2416,2252,3687,2654,2053,3886,2768,2572,2609,2614,2647,2555,2734,2449,2283,2124,2015,1968,2165,2045,2246,2060,2045,2165,2044,2200,2051,1971,2089,2082,2528,2086,2078,1897,2123,1839,1724,1856,2049,2279,2609,1848,1683,1682,2052,1841,1847,1926,2209,1953,1883,2140,1763,1764,2422,3533,2607,2452,2533,2365,1883,2740,1832,1834,1734,2004,2164,1967,1724,1645,1610,1607,1962,1928,2483,2650,2408,2649,2279,2455,3275,1933,2373,2255,2318,1565,1686,1654,1721,1851,2202,1926,2022,2006,1971,2041,1969,2287,2489,2601,2534,2281,2486,2448,2128,3328,3129,2131,2161,1891,2248,2613,2238,2256,1961,1831,1928,2118,2528,2130,2403,2008,1920,2460,2622,2465,2811,2689,2251,3246,2330,1689,2638,2086,2208,2325,2364,2335,2123,2299,1956,3371,2203,2250,1689,1603,1560,1652,2086,1800,1812,1797,1732,1802,1848,1921,2007,2087,1848,1690,1685,1684,1798,1816,2033,2127,2153,1834,2051,1843,2078,2009,1734,1837,2049,2334,2378,2487,2241,1968,2054,2353,2098,2011,1925,1926,1925,2275,2801,2423,2237,2253,1965,2005,2185,1953,2571,2077,2118,2196,1940,2007,2141,1760,1652,2053,2464,2078,1885,2211,2127,2083,2046,2065,2085,1970,2000,2507,2114,1931,2520,2312,1927,2638,2095,2575,2798,2730,2480,2011,2312,2903,3737,1999,2364,1845,1725,1616,2206,1923,1931,1924,1999,1931,2326,1694,1801,1687,2282,1676,1646,1735,1725,1841,1842,1537,1680,1846,1723,1802,1877,1742,1646,1829,2258,1918,1965,1762,1694,1613,1840,1650,1795,1799,1500,1596,1520,1454,1445,1399,1531,1832,1900,1808,1873,1684,1647,1648,1655,1450,1925,1811,1758,1848,2051,2073,1740,1604,1630,1801,1683,1655,1683,2202,1922,1936,1603,1640,1803,1805,1786,1877,1968,2102,2354,2965,1994,1937,2378,2008,1877,2392,2091,2118,2089,1957,2406,2414,2682,3056,2603,2617,2364,2968,2526,2086,2568,2729,2372,2721,3256,1730,1760,2447,2561,2452,2604,2109,2349,2324,2368,3125,2455,2689,3007,1689,1998,2247,2369,2409,2254,1843,1726,1690,1718,1701,2355,2482,1972,2387,2413,2407,2368,2005,2316,2413,2643,2088,2297,2121,1686,1764,2163,1969,2185,2451,2327,2125,2051,1919,1919,1972,1887,2361,2236,1886,2294,1886,2368,2497,1896,2599,2691,1969,2451,2202,2374,2788,2580,2254,3723,2638,2624,2646,2415,2317,2969,2310,2293,2084,2367,2447,2022,2666,2447,2570,2486,2768,2330,2244,2581,3402,2608,2376,1900,1802,1716,1687,1924,1971,1962,2006,1936,1988,2087,2766,2413,2603,1912,2207,2427,2083,2341,1881,2207,2183,2152,2474,1955,1928,2177,2247,1836,1563,1564,1559,1682,1964,1895,1880,2051,2439,2412,2250,2803,2371,2365,2567,2443,2176,1922,2497,2086,2162,1891,2059,2372,2564,2526,2535,2479,3167,2292,1929,2089,1804,1562,1565,1864,1842,1988,2241,1851,1926,1877,1924,2006,2211,2330,1879,2286,1773,2446,3270,3934,2360,1981,2052,1767,2388,2609,2368,2526,2018,2144,2569,2206,2093,2443,2112,1847,1760,1723,1809,1800,1691,1756,1855,2209,2152,2565,2095,2066,2327,2494,2733,2474,2016,2163,2039,2089,2523,2101,2710,2489,2196,1947,2166,1917,1884,1766,1891,1929,2164,1983,1999,2598,2367,2091,2018,2567,2891,2093,1947,1925,1968,1914,1973,1999,1896,1923,1928,2163,2241,3018,2326,2243,2685,2412,2730,2646,2412,2204,1924,2212,2019,1917,2054,2126,1926,1961,2015,2554,2017,2197,2330,2014,2385,2328,2050,2561,2691,2963,2815,2091,2165,1910,1772,2327,2484,2369,2645,2529,3008,2608,2088,2145,2133,2891,1970,2080,2093,2441,2051,1926,2160,1848,2565,1933,1728,1664,1648,1672,1768,1718,1727,1648,1761,1727,1445,1687,1617,1645,1876,2247,2523,1841,1812,1887,1836,2050,1839,2174,2324,2167,2202,1970,1853,2295,1930,2688,2613,2164,2287,2002,2128,1925,2651,2562,2532,2411,2274,2406,2500,3362,2970,2569,2487,1651,1574,2302,2448,3203,2849,2131,2284,2018,2074,3373,2347,2114,1975,2239,2138,2239,1972,1847,2038,1922,1852,1805,1810,2004,2438,1846,1772,1765,1683,1966,2117,1736,1981,1949,1712,1915,1974,2001,1731,1794,1726,2008,2282,2128,2860,2805,2492,2244,2409,2369,1961,2161,2693,2526,2848,2283,2374,2366,1842,1962,1924,2455,2003,2564,2444,1883,1889,2242,2455,1846,2447,2493,2565,2129,1995,1915,2137,3085,2629,2202,2250,1682,1530,1845,1685,1696,2251,2321,2326,1813,2296,2567,2071,2157,1845,2043,1889,1649,1759,1654,1718,1691,1838,1936,2026,2129,2144,1717,1842,1617,1602,1775,1807,1606,1680,1971,1935,1964,1984,2128,2014,2035,2098,1977,1957,1854,2446,2372,2039,2130,2286,1898,2003,2076,2166,2015,1919,2032,1891,1956,1978,2046,2045,2120,2564,2017,1847,1962,1965,2488,2260,2380,2457,2450,2403,2000,3217,2473,2262,2448,2447,2492,2062,1972,2117,2442,2007,2006,2166,2251,1720,2844,2279,2651,2211,2120,2367,2088,2372,2447,2644,2409,2523,2529,2207,2034,1965,3141,2574,2447,2321,2409,2252,2087,2520,2734,2969,2566,3045,2133,2406,2447,2209,2251,2357,2410,2121,2216,1767,2040,2216,2285,2482,2294,2238,2453,2370,2321,2285,2211,2042,2371,3046,2609,2242,2290,2282,1567,1557,1528,1843,1894,1964,1891,1599,1561,1530,1567,1561,1568,1920,2094,1996,1885,2606,2137,2076,1631,1776,2248,1647,1764,1518,1612,1720,1803,1645,1604,1568,1533,1648,1895,1702,1471,1332,1809,1949,1456,1600,1637,1613,1842,1618,1601,1628,1489,1459,1629,1685,1611,1748,2151,1781,1613,1652,1501,1692,1622,1611,1498,1579,1658,1600,1626,1622,1485,1583,1561,1489,1466,1519,1580,1651,1397,1816,1476,1599,1705,1669,1532,1500,1759,1854,1289,2017,1468,1648,1417,1893,1419,1796,1470,1478,1317,1464,1486,1971,1507,1445,1355,1400,1559,1364,1749,1481,1554,1567,1517,1660,1482,1471,1863,1506,1545,1717,1570,1552,1494,1527,1474,1329,2037,1905,1456,1750,1487,1417,1938,1955,1521,1430,1372,1844,1389,1642,1566,1573,1526,1533,1453,1337,1856,1503,1362,1392,1647,1822,2005,1643,1377,1779,1849,1572,1580,1778,1472,1478,1734,1342,1365,1363,1501,1423,1363,1399,1380,1362,1358,1422,1373,1367,1296,1791,1866,1500,1683,1440,1393,1333,1325,1282,1692,1782,1830,1802,1560,1885,1546,1893,1827,1449,1332,1422,1346,1361,1364,1507,1465,1428,1580,1951,1442,1564,1464,1477,1463,1473,1695,1438,1848,1472,1565,1526,1387,1389,1404,1503,1985,1909,1504,1650,1822,2001,1409,1542,1542,1685,1493,1684,1514,1903,1627,1624,1625,1530,1465,1563,1577,1506,1651,1550,1668,1590,1673,1710,1926,1525,1457,1479,1596,1643,1762,1651,1630,1610,1469,1837,1565,1607,2188,1674,1703,1381,1509,1473,1469,1537,1400,1492,1543,1770,1565,1711,1466,1445,1407,1445,1416,1397,1451,1645,1495,1286,1836,1472,1384,2012,1417,1859,1895,1592,1634,1381,1276,1436,1809,1947,1461,1816,1835,2003,1425,1337,1511,1444,1473,1478,1478,1270,1800,1859,1390,1381,1372,1330,1839,1321,1814,1833,1357,1319,1260,1802,1329,1297,1811,1877,1469,1509,1507,1555,1355,1854,1381,1349,1347,1964,1449,1359,1917,1469,1411,1383,1823,1457,1458,1301,1370,1936,1398,1380,1404,1469,1398,1355,1852,1357,1968,1503,1474,1456,1446,1353,1422,1486,1386,1287,1785,1958,1477,1416,1385,1396,1412,1446,1407,1430,1340,1945,1475,1433,1433,1417,1387,1334,1893,1378,1369,1303,1778,1915,1405,1432,1391,1378,1328,1870,1416,1403,1298,1847,1258,1897,1405,1301,1832,1874,1333,1331,1916,1377,1406,1372,1879,1367,1800,1797,1839,1395,1376,1361,1461,1834,1301,1766,1771,1962,1526,1546,1464,1345,1841,1397,1538,1412,1415,1421,1398,1430,1417,1866,1368,1384,1337,1376,1478,1476,1476,1480,1479,1479,1561,1492,1285,1811,1294,1993,1410,1382,1343,1336,1431,1461,1374,1353,1266,1871,1360,1333,1312,1800,1868,1797,1938,1452,1333,1380,1346,1470,1418,1314,1812,1894,1422,1447,1446,1255,1798,1827,1349,1330,1869,1340,1355,1405,1226,1776,1815,1246,1793,1820,1283,1824,1353,1352,1824,2356,2493,1935,2677,2761,2441,2172,2064,2519,2715,3106,3274,2559,2410,2694,2386,2587,2172,2434,2334,2538,2131,2823,2593,2132,1905,2451,3894,2193,2395,1932,2366,2527,2118,3207,2820,2658,2164,2046,2354,2143,2980,2749,2420,2363,3102,2606,2734,2399,2461,2785,2775,2332,2203,2577,2404,2321,2158,2347,1994,2202,2399,2184,2085,2054,1925,1686,1848,2245,2007,1891,2021,1974,1879,1935,2233,1767,2174,1770,1683,1925,1757,1729,1803,2253,1892,2018,2267,2290,1840,1987,2004,2449,1886,2085,2566,1960,2028,1863,2062,1640,1719,1805,1764,1625,1679,1648,1655,1645,1680,1523,1488,1516,1596,1688,1975,1652,1897,1605,1563,1634,1667,1595,1570,1394,1597,1562,1622,1753,1458,1385,1364,1546,1389,1409,1687,1571,1916,1639,1738,1764,1592,1538,1533,1712,1655,1727,1969,2126,2118,3010,2721,1906,1890,1814,1875,1972,1964,1729,2116,2649,2726,3369,2692,2605,2368,2612,2439,2294,1882,2205,2652,2633,2386,2435,2377,2445,2404,2129,2021,2342,2166,2362,2287,2055,2323,2373,3386,1936,1885,2161,2447,2791,2349,2412,2677,2010,2021,1994,2764,2014,1772,1912,2278,2607,2490,2487,2447,2448,2445,2487,2234,2292,2531,2605,2094,2092,2481,2924,2288,1885,2017,1717,1608,2048,1850,2291,2434,2615,2446,2085,3455,2764,2335,2438,2375,1918,2048,2173,2688,2847,2215,2062,2088,2245,2246,2669,2238,2210,2095,1682,1840,2170,2162,2089,1852,1966,1681,1642,1608,1687,1882,1972,2001,2108,2485,2653,2486,3085,2922,1838,1890,2183,2253,2240,2212,2490,2645,2044,1869,1987,1721,1615,1775,1763,2377,2523,2329,2025,2046,2136,1923,1887,2128,1966,2287,2724,2407,2814,2962,1818,2010,1930,1838,2192,2166,2203,2292,2405,2368,2124,2604,3298,1938,4086,2322,2325,1896,2046,2011,2088,2013,2560,2088,1961,1887,1851,1808,1841,2050,2349,2043,2440,1926,2199,2265,2776,2717,2050,2094,2650,2607,2684,3054,2845,2365,2609,3735,2482,2849,2484,2690,2570,2284,2571,2286,2885,3898,2524,2561,2331,2526,2359,2121,2298,2359,2133,2004,2042,2530,2524,2088,2171,2238,2735,2540,2987,2665,2692,2518,1859,1720,2093,2079,2085,2053,2006,1924,1967,2037,2008,1974,1848,1801,1959,2329,2008,2081,2614,2776,2565,2966,3056,2689,2800,2808,2254,2047,2045,1684,2042,2007,2010,2122,2362,2296,2364,2368,2332,2772,2487,2231,1971,2129,1918,1733,1727,1963,1886,2245,1880,2053,1725,1560,1725,1650,1602,2046,2093,1997,2008,2167,2080,1971,1961,2169,2047,1853,2287,1917,2013,2278,1928,1970,2003,2246,2253,2085,2329,2045,1729,1800,2459,2002,2569,2163,2023,2253,3056,2281,2484,2582,3198,2456,2277,1934,2211,2159,2525,2006,1932,2051,2080,2247,2857,2602,3142,2001,2364,1972,2161,2731,1722,1771,1796,1895,2002,2088,2003,1847,1970,2165,2442,2211,1927,1721,2093,2320,1924,1894,2077,2096,1923,2009,1957,1812,1765,2164,2233,1915,1535,1755,1602,2061,1751,1651,1693,1643,1757,2136,1602,1514,1767,1935,1559,1768,2077,1735,1804,1716,1692,1604,1992,1570,1835,1925,1531,1491,1593,1643,1610,1482,1620,1715,1641,2054,1369,1340,1967,1348,1816,1413,1546,1412,1554,1426,1427,1353,1305,1808,1793,1959,1401,1536,1535,1548,1506,1394,1386,1271,1764,1767,1754,1681,1400,1411,1381,1434,1374,1794,1756,1907,1307,1850,1847,1567,1526,1472,1491,1423,1430,1413,1524,1485,1511,1769,1497,1397,1416,1550,1486,1470,1667,1708,1591,1513,1907,2114,1491,1541,1379,1461,1254,1874,1266,1966,1448,1664,2006,1446,1428,1433,1450,1373,1534,1735,1661,1915,1916,1465,1486,1404,1347,1340,1975,1340,1895,1504,1569,1487,1432,1625,1645,1658,1681,1644,1645,1393,1421,1374,1472,1452,1551,1606,1490,1546,1611,1644,1465,1807,1388,1519,1592,1502,1411,1419,1416,1405,1404,1380,1658,1396,1410,1394,1425,1354,1855,1337,1860,1303,1436,1394,1357,1476,1446,1341,1351,1348,1342,1402,1503,1478,1347,1390,1340,1915,1341,1468,1424,1420,1429,1440,1649,1441,1265,1934,1498,1517,1382,1370,1367,1366,1418,1409,1392,1311,1432,1252,1977,1505,1505,1522,1431,1404,1341,1361,1353,1355,1302,1367,1393,1343,1337,1410,1394,1310,1924,1417,1289,1335,1841,1380,1312,1819,1850,1911,1414,1446,1418,1323,1789,1810,1812,1821,1897,1399,1400,1431,1456,1350,1826,1876,1492,1492,1600,1500,1613,1495,1421,1435,1343,1893,1499,1500,1552,1454,1441,1399,1459,1447,1447,1356,1385,1513,1403,1429,1385,1393,1368,1428,1481,1457,1440,1370,1331,1985,1376,1418,1422,1404,1395,1408,1481,1435,1368,1375,1382,1414,1401,1408,1411,1393,1401,1458,1452,1411,1397,1389,1328,1496,1520,1516,1548,1514,1503,1424,1339,1306,1815,1278,1972,1441,1426,1426,1419,1413,1354,1509,1360,1304,1773,1930,1549,1569,1570,1538,1456,1571,1255,1849,1667,1546,1469,1526,1522,1518,1412,1444,1480,1564,1426,1390,1640,1500,1348,1311,1963,1518,1692,1593,1573,1458,1358,1338,1492,1520,1517,1517,1530,1411,1568,1538,1485,1441,1370,1429,1408,1492,1408,1414,1395,1406,1416,1434,1410,1279,1993,1561,1568,1536,1569,1570,1646,1532,1414,1401,1362,1445,1427,1429,1435,1393,1404,1431,1398,1383,1355,1457,1395,1349,1328,1819,1325,1797,1805,1336,1805,1875,1314,1366,1835,1384,1367,1444,1364,1460,1384,1374,1351,1320,1877,1497,1439,1413,1416,1458,1466,1581,1545,1393,1397,1415,1342,1873,1403,1392,1381,1357,1343,1324,1387,1387,1342,1312,2031,1477,1457,1346,1424,1355,1363,1368,1413,1335,1360,1309,1831,1241,1747,1755,1757,1854,1300,1840,1429,1360,1379,1386,1405,1414,1525,1526,1485,1370,1447,1426,1446,1359,1446,1489,1481,1561,1701,1529,1753,1644,1516,1632,2382,1621,1549,1546,1568,1562,1516,1713,1908,1758,1472,1651,1562,1467,1589,1554,1564,1572,1856,1551,1665,1648,1684,1620,1557,1564,1690,1949,1814,1715,1624,1794,1795,2251,1575,1912,1648,2139,2208,2568,2756,2851,2971,2732,2414,2520,2331,2165,1806,1699,1879,2048,1931,2157,2180,2005,2080,2005,1929,2045,2251,1720,2084,2369,1964,1927,1689,1967,2010,2621,2963,2254,2116,2137,2479,2458,1884,1800,1848,1845,1845,1920,1848,1847,2089,2086,2089,3037,2249,2248,2042,2169,2335,1915,2135,1968,2036,2091,2089,1924,1698,1717,1687,1529,2327,1528,1517,1762,1923,1856,1792,1806,1845,1812,2135,1715,1846,1810,1802,1972,1798,1810,1881,1858,1836,1773,2249,1712,1724,1646,1565,1578,1558,1565,1634,1698,1566,1680,1688,1725,1803,1601,1441,1575,1731,1482,1843,1802,1729,2038,1772,1567,1484,1484,1557,1647,1482,1608,1610,1604,1916,1532,1651,1945,1907,1961,2021,1930,1845,1887,1884,2313,2031,1755,2017,2287,2369,2484,2408,2570,3250,2879,2171,2175,2320,2521,2410,2004,2313,1962,2010,1926,1916,2342,2127,2341,1995,1967,2013,1928,2085,2247,1924,1849,2039,1805,1733,1593,1772,2080,2164,2372,2034,2361,2700,2181,2480,2331,2031,1965,2143,2012,2242,3251,1969,1924,2325,1886,2123,2055,1886,2406,1968,1763,1569,1886,1884,1883,1931,2020,1808,2281,2113,1965,2216,3020,2404,2570,2087,2132,2443,2208,2122,2009,2248,2328,2361,2453,2282,2695,1880,2256,1928,2852,1689,2562,2047,1843,1691,1677,1882,2013,2171,2041,2290,1842,2243,2456,2366,2647,2403,2411,2452,2037,2084,1894,1995,2488,2285,2328,2245,2407,2368,2527,2169,3136,2275,2736,2051,2074,1969,1969,2132,1996,2056,2079,2327,2298,2358,2325,1936,2878,1971,1815,2507,2129,2243,2203,2399,2162,1638,1533,1559,1529,1601,1530,1523,1931,1995,2013,1957,1975,1926,1964,1960,1978,1924,1835,1892,2322,1578,1770,1770,1902,1880,2221,1832,1889,1576,2044,2029,1413,1402,1397,1972,1850,1757,1781,2287,1760,2035,1683,1565,1998,1813,1676,1859,1872,1687,1881,1528,1528,1837,2325,1655,1607,2043,1837,1413,1349,1936,1488,1807,1476,1573,1648,1722,1392,1344,1818,1807,2038,1586,1762,1859,1912,2022,1497,1537,1456,1394,1371,1917,1666,1578,1600,1719,1472,1411,1445,1690,1665,1435,1539,1525,1704,1620,1485,1432,1453,1352,1365,1331,2062,1562,1794,1441,1707,1610,1454,1443,1449,1238,1956,1394,1580,1521,1381,1599,1802,1808,1792,1788,1873,1534,1446,1550,1458,1402,1439,1416,1571,1337,1763,1837,1299,1447,1848,1466,1391,1416,1417,1398,1331,1816,1401,1685,1534,1388,1478,1291,1730,1758,1842,1354,1349,1450,1648,1254,1773,1368,1967,1419,1424,1418,1419,1418,1473,1379,1553,1395,1395,1328,1314,1920,1426,1419,1417,1421,1932,1309,1870,1527,1412,1395,1375,1381,1369,1372,1372,1740,1812,1560,1247,1908,1340,1473,1482,1500,1518,1547,1674,1392,1920,1305,1914,1423,1420,1398,1389,1550,1542,1534,1603,1443,1607,1411,1391,1412,1418,1418,1530,1484,2044,1304,1895,1354,1451,1398,1390,1389,1373,1379,1384,1468,1438,1661,1794,1743,1826,1362,1364,1406,1451,1425,1888,1509,1342,1325,1833,1859,1374,1366,1368,1580,1410,1989,1477,1369,1374,1422,1408,1406,1405,1406,1537,1635,2020,1430,1482,1490,1389,1409,1412,1409,1405,1406,1424,1328,1454,1584,1407,1425,1442,1427,1436,1408,1374,1527,1365,1957,1402,1520,1350,1449,1597,1601,1601,1624,1618,2007,1963,1509,1482,1421,1436,1420,1418,1420,1407,1514,1591,1768,1369,1301,1887,1429,1418,1409,1418,1404,1433,1579,1429,1379,1310,1864,1353,1871,1839,1817,2004,1714,1360,1667,1447,1272,1801,1812,1831,1808,1842,1286,1496,1912,1304,1840,1834,1432,1364,1358,1428,1692,1429,1387,1713,1836,1876,1257,1845,1349,1350,1324,1865,1503,1573,1358,1371,1405,1512,1461,1362,1782,1950,1487,1411,1818,1400,1351,1779,1838,1838,1834,1873,1460,1899,1529,1354,1846,1317,1810,1810,1809,1896,1451,1309,1828,1770,1808,1793,1791,1791,1853,1341,1331,1417,1338,1284,1805,1776,1788,1336,1832,1514,1400,1264,1823,1523,1943,1326,1751,1852,1361,1451,1402,1299,1793,1307,1818,1369,1290,1860,1388,1356,1383,1372,1283,1754,1328,1880,1432,1308,1858,1339,1339,1317,1821,1332,1902,1424,1320,1909,1433,1342,1457,1332,2002,1511,1428,1453,1850,1367,1933,1287,1893,1393,1379,1775,1959,1936,1859,1409,1374,1302,1777,1888,1267,1885,1366,1374,1616,1669,1378,1410,1632,1503,1690,1659,1634,2268,1605,1777,1575,1327,1439,1378,1336,1847,1387,1389,1602,1729,1413,1614,1525,2271,1623,1594,1594,1642,1592,1474,1510,1670,1531,1583,1574,1494,1464,1541,1673,1416,1528,1385,1692,1950,1461,1475,1343,1539,1702,1564,1561,1442,2001,1860,1724,1993,1646,1504,1548,1544,1607,1709,1613,1520,1437,1494,1630,1310,2062,1364,1855,1501,1874,1728,1481,1379,1340,1415,1263,1899,1465,1434,1544,1831,1919,1704,1444,1497,1318,1741,1901,1482,1492,1475,1489,1495,1242,1839,1345,1823,1370,1416,1579,1372,1432,1641,1469,1489,1496,1497,1327,1860,1626,1450,1348,1545,1378,1827,1373,1921,1360,1339,1401,1303,1535,1473,1465,1522,1590,1357,1863,1419,1410,1402,1442,1512,1396,1352,1376,1322,1834,1762,1849,1280,1793,1373,1681,1444,1911,1711,1829,1842,1342,1227,1847,1410,1560,1571,1394,1861,1277,1955,1430,1444,1448,1451,1710,1466,1343,1460,1350,1828,1887,1304,1336,1799,1354,1836,1508,1885,1385,1413,1472,1405,1453,1372,1411,1507,1484,1377,1795,1387,1373,1440,1462,1472,1462,1475,1347,1349,1443,1801,1369,1383,1431,1403,1400,1402,1399,1398,1429,1281,1840,1829,1844,1322,1367,1323,1807,1815,1843,1350,1478,1421,1289,1807,1816,1810,1402,1590,1604,1531,1748,2133,1808,2206,1673,1640,1695,1632,1657,1810,2252,1722,2135,2243,2750,3189,2900,2691,2883,2361,2441,2369,3171,2892,2589,2436,3369,2663,2542,2678,3423,2640,2530,2166,2126,2331,2526,2125,2372,2318,2208,2129,2044,2691,2569,2167,2167,2285,2107,2568,2529,2248,2461,2209,1692,1841,1850,2366,2137,1804,1850,2006,1954,2007,2408,1967,2411,2169,1778,1966,2248,2326,2250,2609,2209,2281,2129,2729,2163,2054,2647,2444,2291,1931,2008,1643,1564,1920,1932,1761,1933,1836,1651,1760,1614,1766,1793,1571,1607,1664,1652,1875,1845,1598,1623,2279,1608,1597,1693,1646,1681,1813,1925,1829,1408,1682,1488,1865,1665,1758,1981,2003,1862,1767,1632,1446,1471,1819,1520,1481,1449,1444,1477,1550,1703,1888,1595,1409,2126,1393,1630,1401,1772,1761,1910,1294,1830,1489,1805,1461,1471,1776,1994,1568,1567,1721,1484,2047,1773,1576,1515,2104,1405,1534,1421,1360,1632,1509,1420,1430,1376,1431,1598,1536,1541,1535,1535,1503,1457,1415,1559,1374,1443,1426,1410,1356,1355,1352,1320,1491,1321,1542,1326,1931,1538,1472,1471,1472,1430,1524,1448,1518,1373,1341,2021,1565,1701,1562,1519,1407,1418,1388,1310,1834,1344,1363,1343,1358,1379,1468,1500,1561,1425,1410,1372,1341,1424,1933,1417,1385,1385,1413,1439,1420,1408,1333,1294,1790,1886,1350,1444,1349,1399,1313,1898,1314,1803,1875,1253,1792,1742,1769,1766,1850,1844,1770,1982,1259,1753,1741,1741,1790,1903,1363,1402,1339,1832,1282,1847,1877,1414,1406,1400,1351,1320,1441,1775,1892,1372,1861,1369,1845,1351,1341,1480,1385,1343,1327,1784,1891,1401,1330,1296,1793,1724,1782,1790,1931,1515,1415,1352,1798,1918,1299,2000,1453,1545,1299,1836,1351,1409,1545,1551,1540,1509,1476,1429,1487,1501,1285,1904,1357,1381,2048,1488,1513,1541,1442,1484,1496,1384,1902,1398,1384,1381,1469,1538,1566,1618,1439,1390,1361,1535,1393,1386,1311,1872,1351,1448,1405,1323,1439,1277,1861,1857,1283,1466,1363,1995,1319,1870,1356,1426,1803,1896,1497,1325,1775,1959,1531,1349,1859,1873,1380,1367,1906,1282,1998,1377,1612,1763,1597,1714,1375,1416,1316,1934,1405,1432,1418,1428,1381,1462,1532,1523,1340,1803,1838,1922,1440,1437,1432,1367,1426,1375,1776,1848,1811,1929,1464,1423,1357,1345,1376,1371,1348,1302,1458,1322,1823,1909,1348,1350,1402,1410,1385,1316,1793,1799,1852,1336,1363,1322,1806,1798,1833,1777,1708,1793,1753,1867,1821,1379,1399,1342,1258,2375,1768,1799,1880,2004,2081,2145,2310,2085,2447,2110,1967,2006,2549,2068,1947,1712,1906,2024,1967,1676,1824,2280,2426,2262,1897,2691,1852,1613,1834,1939,1687,1674,1543,1610,1531,1574,1461,1805,1667,1550,1792,1652,1595,1671,1573,1402,1325,1805,1784,1764,1944,1910,1529,1477,1622,1344,1607,1463,2045,1232,2000,1439,1456,1447,1422,1434,2067,1764,1699,1612,1624,1636,1622,1504,1538,1510,1466,1621,1637,1553,1587,1343,2012,1469,1950,1738,1527,1867,1484,1561,1621,1543,1337,1796,1612,1502,1568,1820,1722,1761,1877,1902,1339,1844,1309,1732,1393,1550,1808,1844,1360,1444,1784,1805,1791,1417,1448,1258,1963,1778,1635,1362,1315,1827,1359,1400,2055,1360,1638,1360,2007,1577,1592,1512,1437,1436,1353,1910,1411,1390,1373,1418,1441,1564,1564,1515,1364,1910,2118,2054,1359,1497,1409,1402,1415,1237,1844,1340,1691,1354,1322,1957,1283,1885,1369,1337,1835,1404,1395,1491,1307,1336,1381,1389,1333,1442,1369,1364,1363,1287,1300,1685,1596,1454,1385,1337,1954,1457,1339,1806,1821,1966,2008,1426,1372,1847,1955,1374,1811,1845,2037,1717,1426,1444,1572,1460,1475,1474,1473,1537,1608,1593,1654,1835,1442,1529,1388,1491,1499,1535,1535,1578,1447,1510,2101,1603,1604,1696,1719,1845,1803,1621,1539,1740,1769,1903,1604,1687,1544,1632,1699,1499,1427,1729,1874,2120,3161,2731,2726,2649,2272,3041,2209,2326,3209,2478,2254,2573,2167,2045,2170,2200,2291,1639,2728,2571,2616,2199,2294,2519,4295,2399,2610,2896,2099,2118,2558,2402,2532,2692,2571,2363,3004,2767,2291,2366,2409,3692,2025,2837,2334,3207,2766,2298,2724,1993,2046,1968,2558,1966,2012,2041,2256,2081,2414,2441,2293,2129,2071,2557,3050,2574,2040,2044,2709,2211,2250,2282,2927,2067,2115,2327,2571,2400,2494,2806,2130,2519,2255,2285,2202,2046,2642,1890,2037,2011,2249,1970,1887,2047,2166,2036,2168,2105,1765,1530,1852,1687,1925,1838,1641,1691,2050,2035,1728,2284,1658,2088,1760,1810,1807,2213,1717,1837,1613,1804,1818,1762,1881,2039,1693,1800,1531,1596,1658,1442,1593,1561,1520,1707,1959,1688,1610,1543,1462,1521,1555,1580,1759,1658,1643,2120,1610,1805,1726,1725,1601,1657,1633,1767,1719,1812,1605,1644,1711,1964,2159,2174,2039,2632,2528,2090,2402,2292,2807,2722,2173,2449,2647,2646,2644,2447,2690,5696,2851,2444,2047,2406,3051,2492,3046,2487,2451,2564,2371,2605,2610,3406,3335,4455,2563,2529,2086,2202,2610,2333,2088,2292,2008,2928,1871,1940,2486,2408,2332,1930,2045,2328,2273,2313,1969,1843,1863,2209,2203,2937,2008,2370,2128,3699,1918,2534,2407,2808,1998,2053,1957,1928,2013,2086,2170,2204,1838,1740,1675,1606,1615,1566,1953,1703,1757,1921,1644,1736,2033,1897,1923,1680,1814,1729,1872,2130,1887,1846,1803,1930,1798,1844,1766,1852,1885,1855,1709,1774,1652,1569,1537,1671,2015,1624,1662,1754,1735,1688,1755,1853,2035,1606,1781,2147,2005,2001,2216,2523,1971,1758,2007,2084,1686,1965,1968,2129,1928,1923,1891,2156,2087,2091,2373,2569,2065,1818,1846,1958,1851,2106,2173,2534,2090,1886,1930,2002,1891,2322,2366,1651,1564,1776,2770,1901,1936,2237,2058,1997,1976,2003,2279,2368,2046,2595,2045,3181,2209,1850,1654,1607,2039,2055,2080,1815,1963,1849,2118,2405,2208,2054,1920,1931,1803,2406,2084,2171,2041,2095,2082,2242,2135,2198,1853,2480,2003,1810,1686,1763,2095,2561,2009,1842,1690,1682,1722,1647,1641,1924,1887,1968,2489,2088,1887,2042,2249,1765,1971,1723,2090,2007,1877,1926,1731,1755,1969,2207,1971,2087,2229,1935,1896,1597,1689,1929,2087,1972,2144,1856,1563,1765,2106,1670,1717,1663,1852,1841,1602,1508,1500,1837,1776,1994,1873,1696,1671,1582,1284,1755,1974,1643,1978,1404,1456,1897,1344,1948,1545,1558,1671,1543,1511,1440,1449,1445,1435,2069,1996,1608,1625,1606,1396,1800,1325,1871,1412,1437,1384,1414,1336,1910,1405,1388,1827,1432,1856,1543,1346,1808,1909,1401,1396,1398,1603,1456,1500,1318,1819,1348,1869,1361,1470,1552,1542,1487,1383,1632,1846,1487,1432,1416,1410,1409,1290,1927,1945,1815,1380,1804,1917,1412,1410,1407,1408,1406,1320,1396,1814,1499,1504,1479,1487,1399,1386,1339,1405,1372,1709,1807,1563,1389,1317,1874,1312,1842,1368,1324,1566,1435,1406,1840,1818,1950,1448,1446,1449,1444,1476,1848,1441,1903,1428,1521,1332,2034,1448,1333,1903,1592,1537,1685,1959,1349,1918,1417,1417,1475,1520,1615,1527,1587,1319,1825,1370,1397,1393,1393,1393,1432,1511,1854,1334,1833,1434,1474,1447,1461,1463,1460,1386,1528,1543,1657,1344,1385,1290,1785,1905,1459,1392,1451,1374,1311,1342,1409,1773,1801,1901,1840,1853,1829,1376,1854,1503,1270,1769,1745,1757,1826,1378,1406,1390,1401,1399,1301,1418,1535,1370,1398,1431,1444,1430,1471,1354,1429,1530,1626,1364,1384,1473,1445,1457,1428,1428,1378,1344,1484,1348,1870,1466,1409,1468,1410,1510,1423,1422,1412,1434,1584,1553,1444,1462,1509,1581,1532,1404,1478,1923,1907,1743,1400,1542,1467,1444,1410,1406,1534,1490,1394,1754,1583,1410,1479,1371,1355,1388,1394,1411,1422,1396,1493,1917,1609,1457,1424,1302,1324,1820,1354,1875,1829,1790,1441,1938,1331,1377,1370,1406,1422,1408,1382,1452,1492,1342,1326,1890,1409,1361,1355,1419,1374,1307,2020,1641,1582,1395,1450,1336,1812,1967,1524,1514,1392,1465,1831,1603,1493,1401,1572,1567,1567,1567,1566,1597,1444,1405,1594,1741,1481,1571,1568,1652,1567,1584,1694,1608,1422,1491,1475,1342,1405,1360,1357,1360,1358,1458,1721,1704,1508,1329,1401,1370,1450,1435,1402,1375,1389,1396,1449,1461,1989,1369,1322,1815,1836,1887,1454,1540,1294,1571,1332,1993,1275,1854,1388,1384,1399,1329,1452,1603,1735,1456,1387,1398,1459,1435,1444,1428,1526,1512,1485,1701,1532,1515,1428,1485,1431,1423,1420,1419,1518,1432,1546,1686,1499,1480,1419,1424,1419,1419,1416,1418,1481,1699,1421,1412,1552,1482,1431,1418,1418,1418,1409,1406,1353,1714,1501,1413,1380,1380,1370,1367,1492,1546,1459,1523,1448,1672,1376,1408,1433,1478,1448,1439,1437,1447,1611,1460,1353,1784,1347,1316,1841,1356,1349,1345,1344,1371,2097,1705,1422,1351,1342,1332,1826,1827,1823,1992,1549,1674,1317,1716,1815,1806,1841,1335,1332,1329,1387,1449,1455,1873,1276,1726,1949,1501,1497,1470,1470,1333,1831,1362,1401,1397,1338,1337,1336,1360,1400,1518,1576,1523,1889,1463,1529,1439,1522,1518,1545,1555,1533,1515,1816,1994,1442,1440,1509,1497,1503,1485,2010,1499,1830,1448,1725,1729,1663,1604,1522,1549,1617,1489,1584,1562,1492,2192,1950,1794,1964,1955,1929,2122,2043,2100,2262,1929,2168,2213,2159,2156,1937,2037,2300,2045,1944,1938,2007,1847,2384,2397,2879,2696,3128,2891,2323,2725,2690,2238,2334,2507,1881,2126,2415,2068,2446,2060,2526,2705,2183,2388,2267,2047,2121,2735,2077,2067,1687,1686,1684,1683,2007,1957,2179,1913,2250,3174,2238,2204,1804,2713,2169,2886,2247,2490,2368,2480,2410,2810,3049,2406,2408,2009,2054,2077,2287,1834,2569,2166,2079,1970,1802,2169,2532,2078,1888,2013,1955,1895,2883,3012,1973,2602,1954,2255,2701,2453,2445,1686,2488,1838,2770,1646,1611,1634,1818,2002,2207,2001,2004,1845,1890,1971,2317,2412,2447,2281,2208,2365,2040,2175,2242,1837,2225,2250,2014,1798,2568,2286,1882,1840,1643,1655,1722,1679,1892,1847,1965,1928,2483,2193,1970,2083,2337,2325,1885,1640,2113,1647,1611,1845,1642,1656,1562,1600,1486,1598,1650,1697,1618,1625,1670,1772,1563,1638,1755,1702,1974,1500,1788,1349,1327,2012,1487,1477,1473,1465,1707,1418,1697,1322,1890,1451,1485,2187,1820,1589,2004,1591,1429,1394,1388,1387,1389,2024,1688,1867,1603,1712,1358,1851,1410,1450,1444,1292,1831,1836,1338,1827,1405,1704,1355,1384,1356,1848,1353,1315,1824,1864,1405,1369,1825,1534,1490,1295,1859,1434,1439,1406,1402,1297,1406,1782,1771,1788,1787,1787,1779,1811,1957,1474,1442,1282,1758,1740,1839,1347,1367,1303,1758,1629,1935,1302,1801,1764,1897,1294,1810,1301,1823,1637,1297,1833,1307,1776,1833,1333,1251,1714,1822,1207,1315,1856,1252,1803,2028,1566,1567,1617,1521,1447,1442,1351,1846,1268,1945,1477,1524,1525,1527,1524,1505,1452,1743,1534,1290,1936,1525,1409,1373,1364,1377,1375,1603,1874,1493,1479,1373,1357,1441,1415,1418,1421,1523,1577,1332,1415,1389,1305,1392,1410,1854,1399,1380,1477,1447,1579,1331,1364,1823,1349,1339,1831,1896,1424,1444,1648,1583,1705,1814,1788,1782,1815,1792,1953,1331,1776,1503,1777,1881,1330,1391,1328,1826,1851,1813,1537,1359,1781,1878,1411,1410,1357,1348,1791,1842,1615,1513,1300,1830,1426,1292,1797,1873,1384,1579,1418,1708,1714,1371,1322,1417,1391,1386,1384,1387,1389,1453,1276,1448,1499,1357,1380,1385,1360,1477,1526,1502,1588,1470,1637,1500,1813,1855,1351,1358,1370,1350,1351,1855,1412,1447,1710,1776,1878,1335,1829,1826,1326,1834,1334,1680,1244,1802,1868,1320,1822,1809,1824,1438,1326,1570,1610,1321,1290,1842,1851,1391,1840,1370,1851,1288,1400,1953,1304,1751,1741,1739,1791,1786,1721,1797,1229,1757,1797,1738,1734,1733,1762,1795,1754,1218,1407,1738,1830,1347,1510,1392,1397,1400,1400,1494,1545,1644,1419,1547,1441,1416,1405,1434,1447,1436,1444,1450,1502,1511,1454,1394,1452,1391,1464,1546,1488,1443,1444,1491,1469,1479,1881,1783,1493,1589,1524,1523,1476,1480,1668,1561,1482,1681,2002,2052,1448,1471,1516,1637,1927,1672,1734,1856,1624,1525,1703,1604,1682,1573,1892,1762,1756,1996,1966,1600,1700,1637,1713,1767,1919,1816,1787,2015,2046,2217,2140,2015,2267,2286,2563,2135,2484,2512,3627,2896,2252,2342,2038,2352,2446,2637,1882,1970,2004,2088,1801,1573,1682,2320,1935,2081,2007,2005,1965,2053,1995,2137,2519,1851,1926,2657,2840,2209,2095,2156,2243,1972,2215,2651,2367,2203,2609,2491,2121,2011,2016,1964,2131,3036,2133,2442,1735,1637,1933,1842,2046,2414,1923,1808,2155,2218,1770,1930,2096,2311,1856,1773,1709,1810,1686,1564,1679,1614,1768,1609,1719,1686,1529,1669,1852,1926,1766,1610,1877,2172,2125,2206,2088,2244,2012,1959,1895,2248,1758,1761,2177,2250,2327,2331,2683,2366,2410,2287,1927,2607,2568,2362,2813,2610,2362,2130,2364,2527,2530,2083,2400,1807,1927,2132,1884,2161,2373,2161,2813,2282,2533,2442,2369,2047,2399,2334,2163,2005,1841,1696,1996,2137,2203,1839,1969,2008,2092,1918,1893,1877,2009,1801,1973,2171,2114,1936,2040,2126,2249,2362,1775,2845,2048,1920,2285,2412,2645,2403,2408,2142,2481,2048,1972,1978,2010,2132,2296,2363,2772,2928,2402,2377,2321,2365,2214,2159,2410,2856,2729,2027,2481,1999,2618,2325,1879,2086,2217,1999,2349,2851,2428,2401,2085,2643,2723,2648,2649,4299,2328,2270,2050,2125,2821,2568,2411,2960,2657,2801,2772,2604,2494,2611,2446,2363,2412,2068,2323,2803,2499,2515,1925,2287,2435,2362,2070,2762,2255,2011,1974,2205,2002,2044,2533,2413,2530,2488,2604,2570,2329,2641,2492,2848,2404,2572,2726,2368,2531,2447,2563,2453,2562,2209,2609,2485,2529,2329,2203,2680,2011,2203,2045,2174,2039,2129,2364,2373,2749,1927,1717,1615,1636,1647,1768,1682,1884,1734,1956,2007,2004,1927,2451,2007,1968,2119,1569,1719,2371,2413,2286,2149,1966,1927,1921,2691,2121,2295,2168,2887,2007,2009,2007,2317,2373,2522,2567,1838,2086,2040,1928,2530,2078,1978,2124,2123,1810,1640,2097,2612,2596,2023,2077,1896,2163,2008,1762,2370,2087,2075,2017,2156,1717,1701,1605,1805,1678,1639,1606,1641,1652,1521,1495,1432,1378,2003,1763,1567,1592,1937,1953,1694,1688,2132,1955,2051,1560,1565,1410,1607,1847,1792,1657,1559,1568,1562,1556,1648,1447,1529,1725,1617,1634,1614,1684,1735,1795,2232,1663,1517,2506,1627,1488,1687,1643,1645,1687,1805,1613,1855,1837,1554,1564,1724,1980,1519,1682,1520,1516,1540,1641,1492,1459,1527,1457,1310,1923,1275,1759,1984,1739,1609,1554,1502,1434,1404,1500,1406,1782,1812,2465,1629,1486,2110,1648,1700,1594,1507,1529,1299,1512,1518,1667,1701,1411,1471,1401,1743,1552,1396,1477,1870,1451,1443,1550,1658,1914,1454,1326,1752,1732,1607,1418,1765,1382,1392,1431,1341,1541,1229,1741,1782,1194,1972,1414,1309,1538,1835,1248,1751,1801,1945,1403,1589,1439,1251,1788,1740,1718,1710,1693,1975,1596,1758,1441,1854,1349,1353,1417,1487,1399,1392,1417,1449,1327,1794,1262,1759,1849,1823,1786,1783,1822,1839,1402,1376,1864,1389,1335,1804,1737,1757,1857,1344,1382,1517,1746,1820,1270,1765,1782,1784,1870,1225,1357,1455,1768,1799,1860,1368,1365,1249,1911,1295,1742,1712,1414,1446,1309,1849,1368,1912,1408,1407,1407,1371,1688,1419,1490,1421,1348,1393,1552,1625,1464,1569,1399,1430,1480,1724,1767,1440,1279,1862,1448,1420,1332,1948,1603,1522,1492,1408,1422,1285,1793,1856,1355,1385,1457,1790,1445,1418,1276,1863,1392,1357,1392,1494,1492,1409,1740,1359,1506,1481,1256,1868,1348,1345,1326,1844,1409,1544,1601,1360,1494,1312,1833,1815,1812,1809,1882,1620,1636,1314,1915,1347,1359,1351,1343,1349,1355,1406,1347,1406,1723,1395,1330,1866,1257,1855,1348,1428,1489,1246,1523,1647,1452,1249,1778,1776,1759,1815,1404,1247,1415,1498,1829,1269,1765,1761,1754,1805,1694,1788,1251,1555,1759,1760,1792,1783,1776,1775,1877,1312,1243,1320,1749,1767,1745,1740,1764,1753,1775,1798,1136,1244,1756,1823,1298,1865,1785,1744,1740,1853,1243,1421,1696,1721,1734,1753,1734,1696,1730,1790,1504,1638,1772,1727,1680,1674,1676,1755,1699,1732,1709,1679,1698,1723,1788,1362,1361,1361,1389,1378,2199,2499,1939,2009,2029,2053,2441,2005,2492,2290,2442,2494,2688,2160,1984,2123,2438,1996,1878,2473,2000,2099,2221,2074,2045,2386,2351,2171,2153,1961,2804,2086,2201,2060,1883,1963,2443,2132,2205,2449,1833,2046,1899,1884,1960,2269,2239,2032,1923,1811,1882,1926,2288,1953,1815,1968,1766,1974,2037,1989,2227,2007,1960,1931,2125,2166,2268,2825,1874,1972,2143,2196,2010,2052,1965,2006,1882,1789,2104,1761,1973,2282,2627,2029,2051,2000,1730,1678,1685,1762,1812,1762,1715,1727,1923,1702,1830,1863,2161,2289,1713,1881,2019,1677,1700,1876,2033,1860,1992,1978,2038,2016,1924,2087,2598,1852,1967,2161,2015,2036,2294,2079,2288,2081,2291,3056,1772,1699,1719,2131,2093,2052,2079,2365,2095,2275,1928,1889,1886,2210,2041,1924,2450,1963,2137,1924,2077,2128,2251,2168,3127,2342,2689,2288,2926,2330,1929,2530,2204,2120,2247,2094,2327,2130,1716,1963,2006,2329,1806,1835,1733,1974,1882,2161,1763,1936,1916,1702,1833,1689,1843,1924,1813,1867,2272,2006,1877,1688,1801,1732,1878,1654,1848,2193,1689,1849,1654,1723,1630,2703,1760,1731,1807,1850,1735,1843,1963,1930,1756,1854,1768,1739,1569,1683,1733,1798,1740,2196,2084,2215,1649,2068,2051,2456,2442,2173,2090,2574,2129,2056,2562,2409,2605,2815,1889,1963,2051,1919,2086,2168,1697,1960,2363,2813,2647,2125,2609,2409,2056,3076,1813,2208,2129,1958,2124,1893,2244,2045,2649,2490,1929,2239,2206,2136,2166,2284,2763,2172,2162,2525,1857,2560,1815,2557,2088,2532,2246,2287,2572,2886,2372,2270,2564,2567,2607,2735,1931,1881,2011,2040,2005,2246,1851,1921,2160,1574,1879,1857,2031,1820,1993,1682,1809,1756,1917,1809,2215,1730,1633,2417,1408,1483,1555,1524,1565,1566,1596,1572,1562,1612,1569,1592,1538,1879,1483,1484,1555,1539,1947,1540,1908,1504,1485,1521,1630,1618,1645,1632,1621,1555,1527,1604,1689,1848,1590,1766,1530,1531,1723,1641,1534,1516,1683,1484,1638,1848,1780,1644,1672,1626,1582,1674,1531,1442,1647,1407,1518,1694,1596,1885,2131,1755,1729,1881,1847,2210,2127,2125,2165,2329,1964,2052,2082,2086,2293,2368,2292,2484,2688,2484,2651,2487,2456,2209,2887,2642,2694,2488,2562,2136,2771,2684,2205,2089,2409,2647,2453,3088,2292,2723,2329,1927,2088,2008,2060,2606,2097,2044,2147,2037,1966,2280,2563,1968,2049,1922,1919,1885,1886,2090,3009,2074,2319,2206,2408,2364,2085,2576,2486,2142,2323,2291,2805,2327,2487,2413,2324,2562,2048,1846,1829,1652,1876,2328,2326,2400,1923,2093,2046,2085,2049,2285,2567,2607,2455,2316,2275,2694,3209,2722,2337,1989,1727,2612,2404,2651,2446,2768,2083,2129,2129,2204,2572,2525,3211,2767,2445,3006,2328,2290,2324,2081,1928,1965,2090,2120,2292,1966,1923,1888,2168,1875,1606,1532,1719,2166,1825,1684,1688,1715,1604,1616,2088,1793,1682,1608,1564,1658,1673,1580,1725,2125,2204,1767,1557,1544,1811,1682,1568,1557,1491,1674,1645,2054,1648,1690,2007,1751,1601,1448,1418,1425,1480,1700,1436,1572,1504,1615,1557,1850,1644,1649,1453,1554,1475,1404,1476,1599,1822,1396,1812,1758,1477,1343,1827,1435,1438,1494,1718,1334,1367,1593,1879,1384,1356,1663,1563,1742,1363,1760,1773,1633,1456,1459,1482,1386,1579,1628,1545,1343,1356,1467,1494,1618,1722,1504,1449,1552,1474,1745,1634,1768,1622,1901,1677,1690,1510,1857,1926,1645,1423,1398,1650,1538,1675,1658,1490,1504,1641,1595,1922,1567,1598,1613,1512,1611,1632,1783,1481,1415,1836,1425,1835,1829,2020,1593,1711,1661,1441,1787,1346,1948,1476,1457,1461,1630,1539,1355,1379,1258,1488,1793,1778,1780,1901,1378,1429,1323,1766,1390,1795,1517,1937,1322,1824,1454,1480,1304,1809,1405,1475,1877,1332,1491,1616,1781,1750,1755,1780,1831,1687,1465,1548,1791,1850,1332,1772,1843,1729,1442,1588,1265,1773,1862,1335,1330,1779,1830,1823,1854,1530,1889,1294,1915,1320,1330,1335,1331,1344,1408,1328,1811,1403,1258,1740,1860,1356,1344,1443,1448,1516,1778,1398,1351,1363,1438,1445,1448,1419,1415,1443,1462,1527,1649,1566,1527,1343,1335,1809,1911,1408,1406,1409,1578,1678,1596,1364,1477,1341,1858,1556,1503,1323,1939,1550,1372,1863,1360,1475,1434,1389,1465,1438,1518,1485,1882,1564,1464,1908,1789,1861,1819,2295,2113,2087,2212,1806,1848,1886,2367,3004,2972,2407,2510,2208,2333,2203,2363,2973,2007,2409,1927,3005,2407,2170,3050,2524,2730,2121,2203,2177,2165,3246,2611,2566,2409,2603,2456,2365,2607,2205,2809,2208,2327,2285,2371,2644,2649,2489,2601,2450,2688,2330,2130,2120,2332,2486,2324,2373,4011,4167,2409,2970,2327,2203,2169,2608,2759,2291,2093,1917,2369,2571,3972,2929,2133,3760,3492,2930,2325,2368,2966,2208,2853,2217,1932,2621,2005,1928,1848,2168,2040,1894,2164,5823,1956,2087,2242,1968,2167,2045,2101,2008,1936,2063,2408,2294,2204,3732,2969,2055,2288,1694,1939,2406,2412,2885,2771,2244,2568,2245,2532,3172,2327,2369,2603,1942,1970,2090,2043,2054,2034,2693,1961,2007,1895,2080,1883,1894,2528,1924,1728,1915,1816,1964,1704,1643,1849,1685,1765,1562,1773,1723,1714,1852,1763,1687,1571,1622,1631,1780,1625,1573,1597,1486,1489,1766,1459,1437,1751,1582,1589,1577,1842,1680,1972,1525,1443,1434,1501,1669,1545,1636,1567,1932,1405,1442,1514,1390,1327,1466,1441,1512,1539,1639,1468,1450,1493,1508,1406,1484,1492,1496,1448,1540,1549,1412,1445,1678,1686,1445,1532,1714,1597,1571,1656,1627,1532,1612,2073,1623,1680,1565,1603,1879,1484,1642,1775,1668,1328,1814,1802,1995,1591,1575,1522,1558,1601,1650,1515,1402,1403,1300,1952,1615,1598,1692,2012,1443,1322,1842,1294,1877,1438,1603,1516,1542,1451,1713,2021,1745,1621,1871,1649,1479,1524,1516,1593,2079,1708,1646,1620,1729,1440,1659,1650,1551,1770,1537,1824,2043,1582,1665,1774,1912,1908,1680,1963,1418,1553,1650,1628,1690,1523,1658,1624,1538,1383,1442,1429,1388,1488,1584,1378,1448,1600,1422,1687,1464,1386,1917,1491,1637,1504,1620,1729,1352,1986,1628,1617,1623,1500,1770,1623,1410,1559,1360,1434,1974,1489,1557,1443,1361,1371,1268,1857,1398,1465,1239,1873,1778,1798,1484,1359,1813,1478,1531,1224,1572,1338,1784,1757,1423,1770,1723,1724,1716,1773,1352,1551,1800,1479,1421,1368,1361,1404,1419,1403,1435,2004,1705,1373,1503,1406,1401,1373,1366,1367,1372,1352,1503,1346,1386,1285,2058,1462,1484,1506,1504,1488,1443,1961,1396,1862,1438,1369,1362,1361,1404,1404,1452,1499,1527,1583,1987,1497,1395,1317,1859,1367,1367,1477,1370,1417,1707,1380,1318,1875,1365,1365,1365,1367,1331,1499,1664,1374,1847,1484,1259,1907,1417,1419,1417,1436,1349,1544,1591,1390,1503,1490,1425,1411,1444,1397,1386,1427,1268,1558,1558,1975,1506,1377,1359,1391,1338,1335,1435,1410,1635,1454,1842,1398,1461,1492,1501,1506,1477,1435,1394,1580,1364,1615,1414,1423,1415,1423,1419,1452,1424,1565,1640,1797,1421,1383,1419,1406,1393,1390,1388,1409,1290,1965,1822,1459,1371,1352,1380,1372,1368,1365,1370,1472,1487,1754,1829,1446,1341,1336,1334,1333,1334,1514,1477,1452,1629,1333,1816,1280,1872,1341,1336,1336,1311,1982,1436,1345,1695,1388,1311,1837,1341,1320,1794,1803,1841,1306,1440,1708,1354,1266,1808,1828,1859,1404,1397,1363,1296,1356,1575,1815,2050,1371,1863,1864,1875,1509,1441,1492,1505,1335,1923,1353,2000,1366,1858,1893,1559,1991,1399,1296,1838,1862,1367,1860,1814,2018,1537,1728,1678,1500,1382,1356,1851,1808,1915,1417,1666,1535,1490,1386,1379,1378,1852,1844,1814,1890,1424,1428,1928,1330,1433,1649,1362,1847,1844,1481,1516,1341,1789,1420,1498,1444,1426,1478,1364,1312,1809,1888,1442,1438,1834,1306,1810,1838,1846,1815,1851,1372,1467,1374,1346,1713,1310,1883,1279,1836,1860,1825,1307,1663,1888,1290,1361,1317,1810,1786,1786,1825,1965,1468,1636,1293,1778,1777,1762,1710,1720,1743,1963,1612,1685,1815,1820,1850,1860,1970,1464,1620,1414,1448,1450,1842,1363,1845,1807,1756,1751,1886,1343,1747,1715,1304,1862,1335,1831,1829,1829,2044,1238,1637,1802,1833,1394,1351,1359,1342,1838,2113,1526,1629,1289,1878,1417,1420,1343,1380,1361,1297,1830,1314,1678,1352,1712,1403,1373,1366,1288,2037,1366,1467,1442,1707,1492,1849,1456,1338,1831,1882,1352,1534,1350,1354,1560,1518,1860,1614,1442,1487,1572,1703,1664,1594,1523,1480,1643,1767,1912,1621,1635,1665,1636,1616,1547,1459,1464,1386,1594,1546,1661,1835,1682,1730,1683,2149,2141,2325,2028,2297,2176,2009,2114,1998,2502,2697,2366,2166,2487,2246,2403,2687,2607,2454,2458,2422,2562,2853,2812,2580,3410,2405,2553,3224,2313,2235,2282,1863,3189,2967,3066,2128,2126,1890,2517,2646,3135,2408,2649,2528,2241,2525,2521,3304,2369,2285,2412,2080,1999,1967,2497,2319,1786,1683,1566,1564,2005,2422,2287,2168,2297,2208,2206,2296,2518,2607,1889,2131,2047,1610,1621,1887,2511,2287,2257,2319,2207,1970,1890,2302,2086,3006,2418,2173,2320,2521,2776,2367,1970,1865,2117,1679,1951,2354,3014,2169,2645,2335,2361,2288,2970,2059,1880,2353,1975,2512,2566,1928,1934,1837,2051,1966,2167,2525,2009,2288,1837,1973,2035,2051,2205,2131,1967,2200,2215,1961,2005,1807,1688,1639,1687,1730,1803,1940,1713,1695,1764,1837,1614,1719,1646,1532,1556,1607,1957,1736,1925,2360,1737,1755,1724,1686,1769,1692,1646,1671,1694,1764,1918,2099,2472,2007,2733,1771,1955,2056,2000,2050,2686,2484,1937,2038,2012,2538,2328,2016,2250,1921,2168,2013,2161,2252,2044,1810,2000,1964,2334,3252,2647,2209,2367,2167,1889,2011,2074,2050,2196,2329,2324,2449,2896,2445,2450,2242,2448,2645,2366,2931,2444,2292,1798,2928,2373,2289,2284,2489,2330,2494,2646,2814,2235,2009,2285,2289,2483,2294,2328,2081,2084,2124,2134,2288,1981,2200,2535,2290,2074,2048,1960,2431,2727,2488,2486,2046,2015,2397,3251,1878,2303,2032,2346,1959,2165,2532,2684,2250,2487,2365,2130,2494,2459,2935,2125,2399,2250,2787,2233,2036,1856,1565,1554,2072,2327,2008,1759,1960,1777,2380,2176,1993,1763,1808,1926,2093,2159,2153,1891,3327,2360,2529,2090,1932,1884,2044,1968,2300,2478,2252,2294,1962,2131,2266,1874,1687,1926,2326,1765,1652,1602,2326,1804,1925,1816,2005,1997,2008,1850,2008,2359,2004,1977,1763,1730,1764,1715,1735,2039,1568,1656,2282,1518,1457,1802,1595,1538,1509,1526,1644,1523,2132,1405,1571,1401,1320,1814,1996,1447,1741,1588,1691,1501,1520,1462,1323,1761,1758,1816,1883,1397,1761,1452,1452,1432,1396,1741,1724,1899,1591,1515,1590,1878,1652,1541,1334,2168,1799,1821,1522,1395,1677,1638,1542,1489,1640,1635,1651,1633,1609,1620,1525,1859,1940,1697,1578,1558,1562,1562,1564,1561,1563,1977,1899,1587,1563,1494,1371,1856,2020,1563,1315,1506,1485,1548,1484,1458,1493,1348,1406,1463,1422,1437,1725,1494,1510,1391,1517,1394,1587,1558,1562,1556,1469,1628,1972,1354,1396,1564,1535,1487,1487,1459,1480,1455,1761,1473,1496,1371,1499,1365,1862,1911,1451,1401,1307,1845,1417,1373,1770,1766,1839,1820,1885,1259,1373,1353,1996,1325,1812,1810,1809,1814,1865,1507,1334,1868,1363,1474,1466,1469,1453,1429,1345,1869,1296,1743,1786,1759,1785,1774,1850,1333,1298,1902,1270,1738,2070,1296,1762,1757,1760,1800,1751,1803,1745,1751,1836,1805,1801,1758,1763,1841,1741,1772,1708,1712,1776,1813,1795,1785,1838,1824,1338,1298,1731,1414,1787,1741,1734,1760,1796,1726,1707,1664,1731,1724,1682,1668,1683,1707,1780,1745,1727,1691,1771,1783,1755,1914,1760,1989,2356,2303,2265,2015,1922,2010,1993,2372,2698,2700,2081,2371,3141,2621,3303,3463,2240,2410,2986,3030,2385,3953,2844,2409,2280,2362,2145,1796,1690,2240,1938,2117,2108,1950,1828,1873,2723,2011,2250,1820,1944,1755,1778,2153,1752,1737,2279,1827,2084,1850,1617,1673,1719,1527,1727,1756,1814,1708,2006,2266,2101,1911,1773,2007,1776,1666,1516,1437,1560,1599,1561,1574,1903,1867,1925,1895,1854,1667,1606,1488,1406,1397,1399,1587,1404,1387,1587,1576,1607,1519,1575,1561,1557,1568,1980,1461,1779,1943,1778,1631,1688,1691,1760,1632,1720,1728,2082,1432,1474,1393,1419,1433,1493,1400,1826,1520,1394,1886,1857,1723,1553,1346,1837,1930,1533,1624,1436,1349,1536,1462,1443,1940,1408,1397,1422,1461,1640,1312,1806,1351,1853,1308,1808,1831,1803,1684,1419,1313,1347,1898,1438,1354,1349,1346,1375,1399,1506,1558,1742,1386,1486,1335,1842,1835,1826,1885,1370,1397,1582,1396,1436,1428,1490,1559,1547,1545,1389,1506,1799,1320,1857,1360,1337,1335,1338,1338,1335,1373,1498,1506,1363,1391,1325,1792,1880,1437,1546,1620,1562,1457,1708,1294,1478,1391,1929,1367,1334,1354,1838,1819,1395,1669,1695,1457,1798,1899,1396,1394,1392,1418,1488,1330,1835,1424,1746,1439,1431,1370,1360,1360,1344,1891,1324,1733,1919,1408,1370,1362,1876,1871,1877,1314,1919,1263,1433,1446,1403,1854,1860,1353,1831,1288,1844,1542,1512,1285,1787,1753,1748,1785,1772,1801,1813,1298,1265,1692,1804,1857,1283,1732,1998,1376,1432,1684,1405,1738,1849,1756,1841,1293,1791,1870,1288,1765,1741,1781,1759,1886,1320,1793,1807,1835,1398,1374,1632,1623,1385,1489,1445,1456,1377,1433,1425,1551,1616,1698,2127,1467,1774,1857,1676,1562,1723,1717,1542,1802,1774,1797,1835,1695,1605,2209,1682,1918,2343,2074,1838,1855,2285,1908,2146,1936,4444,2505,3524,2451,3849,7746,3054,2845,2005,5473,2810,3029,2393,2584,2272,2251,2161,2569,2467,2590,2288,2852,2542,2680,2282,2218,2144,2463,2791,2134,3446,3093,2326,3314,2801,2964,2751,2528,2173,2575,3144,2530,2565,2646,3332,2798,2524,3358,2616,2156,2417,2321,2442,2571,2405,2561,2741,2550,2345,2269,2451,2514,1999,1988,2292,2244,4694,2771,3210,2611,2560,2694,3491,3092,2365,2770,2486,10188,2452,3287,2491,2964,4213,2167,2408,2098,2085,2361,2322,2246,2448,2409,2087,1718,1960,2435,2486,2567,2249,2452,3086,2849,2488,2567,2648,2645,3097,2400,2327,2445,2935,2045,1925,1884,1811,2526,2364,1933,2359,2570,2526,2112,2894,2925,2566,2049,2120,1564,1782,2204,2413,2811,2362,1926,1849,1847,1840,2245,2415,2246,2881,2568,2653,4897,3804,2533,2803,2652,2444,2168,2488,2087,2411,2445,3176,2926,2289,2322,2453,2242,2611,2243,4412,1887,2173,2326,1805,2054,2001,2183,2108,2389,1857,1874,2125,2129,2043,2210,1933,1923,2298,2408,2243,2252,2366,2768,2172,2045,2681,2287,2451,2205,2648,2205,2173,2327,2369,2405,2325,2287,1916,1995,2431,2407,2522,2091,2527,2208,2285,2412,2284,2167,2119,2413,2567,2611,2202,2205,2006,2005,2130,2408,2565,2448,2444,4094,2329,3612,2645,2569,2649,2088,1968,2326,2324,2572,2562,2135,2323,1645,1951,2139,1953,2812,2008,1931,2095,2763,2569,2569,2126,1895,1906,2402,2173,2956,2689,2445,2572,2649,2279,2292,2209,2484,2491,2368,2043,1848,1797,1804,1999,1975,2046,1969,2022,2160,2680,2371,2486,2649,2121,1974,2171,1916,2996,2041,1854,2053,1960,2123,1856,2511,3368,2138,2323,2129,2405,2649,2262,3093,2603,2414,2604,2448,2285,2254,2600,3113,2490,2447,2130,2006,2125,2453,2279,2603,2732,2566,2004,2252,2971,2329,2047,1895,1998,1926,3117,1813,1592,2053,2289,2526,1927,2004,2114,1928,2045,1804,3217,2290,2080,2851,2410,2806,2331,2416,1887,1743,3061,2367,2961,2291,2331,2279,2409,2001,1761,1608,2220,2174,3206,2029,1961,2045,1928,2001,2049,2120,1966,1897,1764,2245,1770,1602,1595,1854,1728,1882,1968,1846,2000,1891,2481,1971,2211,1959,2241,2501,2363,3573,2168,1919,1962,2052,1851,2006,1683,2008,2113,1849,1454,1612,1800,1852,1752,1909,1701,1612,1680,1809,1735,1712,1417,1402,1521,1713,1815,1679,1723,1573,1651,1604,1673,1922,1463,1603,1800,1935,2056,1760,1955,1711,1492,1532,1973,1942,2010,1985,1819,1628,1473,1522,1521,1498,1715,1642,1642,1695,1755,1827,1657,1517,1426,1394,1356,1572,1607,1956,1574,1638,1484,1334,1331,1321,1727,1407,1434,1539,1359,2051,1423,1397,1333,1766,1699,1841,1376,1687,1287,1788,1404,1357,1315,1824,1832,1316,1410,1434,1668,1419,1273,2046,1329,1833,1815,1799,1923,1621,1537,1353,1512,1400,1450,1443,1442,1388,1345,1872,1783,1638,1828,1877,1369,1362,1362,1359,1357,1336,1334,1874,1473,1301,1915,1422,1421,1419,1416,1415,1464,1393,1540,1295,1361,1353,1414,1396,1395,1391,1392,1381,1446,1283,1466,1585,1402,1468,1435,1395,1404,1391,1396,1320,1274,1210,1707,1840,1326,1880,1391,1386,1357,1273,1966,1330,1293,1425,1611,1393,1358,1281,1839,1837,1984,1384,1315,1847,1735,1326,1839,1360,1813,1811,1810,1788,1926,1548,1650,1850,1317,1793,1851,1292,1789,1822,1246,1349,1628,1761,1753,1746,1742,1741,1740,1781,1789,1422,1403,1753,1798,1769,1752,1753,1772,1769,1639,1398,1682,1748,1739,1736,1735,1736,1733,1754,1294,1293,1751,1747,1730,1725,1725,1816,1194,1694,1775,1459,1685,1738,1721,1717,1717,1681,1661,1792,1530,1637,1695,1717,1693,1660,1663,1674,1722,1771,1284,1634,1717,1682,1659,1657,1662,1621,1713,1681,1177,1324,1645,1661,1661,1655,1659,1619,1691,1712,1691,1276,1545,1719,1709,1706,1708,1743,1700,1765,1823,1555,1711,1715,1859,1389,1258,1848,1374,1282,1852,1340,1593,1735,1353,1339,1388,1342,1816,1810,1814,1879,1741,1401,1367,1259,1821,1797,1788,1790,1772,1834,1368,1622,1394,1373,1292,1786,1772,1782,1823,1297,1837,1353,1368,1311,1791,1765,1759,1831,1330,1248,1903,1453,1528,1824,1285,1767,1750,1748,1745,1770,1825,1642,1420,1319,1766,1731,1734,1737,1752,1813,1264,1623,1544,1700,1784,1791,1790,1792,1795,1793,1828,1501,1761,1489,1350,1347,1819,1892,1494,1352,1647,1868,1659,2257,2643,3082,2556,2606,2525,2768,2296,2928,2408,2325,2683,2287,2205,3056,2663,2751,2821,3261,2535,2061,2122,1913,1917,2449,2172,2280,2178,2639,1764,2851,2633,3539,2292,2838,2897,1965,1846,1850,2556,3328,2664,2165,2342,2601,2374,2027,2125,2005,1572,1604,1562,1728,2131,2602,2136,1883,2240,1895,2116,1656,1584,1934,1968,2520,1965,1912,1808,1903,1651,1720,1732,2040,1807,1895,1954,1729,1761,1778,1957,1884,1730,2283,2136,2576,2225,2195,2143,2322,1916,1914,2296,2125,2172,2018,2196,1973,2202,2035,2875,3340,2472,2508,2451,2765,2340,2215,2225,2331,2275,2526,2331,2924,1972,1773,1726,2030,2275,1829,1967,2028,2236,2053,2277,2407,2254,2330,2415,2006,1929,1732,1921,1881,1967,2372,2111,2529,1928,2020,1568,2094,1957,1936,1950,2206,1810,1678,2126,1997,1998,1782,1868,1750,1731,1728,1851,1597,1565,1729,1881,1607,1673,1577,1479,1686,1405,1436,1519,1663,1657,1601,1939,1509,1398,1798,1404,1404,1515,1386,1474,1578,1640,1699,1353,2033,1416,1306,1621,1497,1432,1451,1447,1437,1356,1655,1618,1557,1400,1641,1507,1438,1465,1798,1663,1392,1326,1947,1387,1806,1970,1479,1753,1411,1985,1991,1522,1307,1392,1344,1879,1362,1696,1453,1378,1770,1567,1416,1536,1478,1507,1444,1428,1425,1637,1729,1672,1608,1641,1682,1537,1452,1431,1428,2050,1794,1663,1493,1495,1540,1564,1435,1429,1428,1507,1667,1581,1901,1493,1450,1727,1458,1428,1376,1860,1595,1394,1848,1993,1480,1488,1369,1866,1859,1850,1313,1380,1579,1698,1342,1413,1419,1421,1420,1418,1327,1793,1605,1459,1380,1665,1324,1807,1808,1806,1890,1410,2059,1484,1353,1898,1384,1472,1384,1381,1487,1378,1394,1386,1333,1615,1381,1783,1913,1283,1926,1333,1789,1327,1996,1885,1431,1473,1531,1365,1455,1333,1989,1333,1669,1634,1402,1344,1461,1363,1398,1558,1480,1478,1492,1538,1470,1456,1346,1814,1921,1420,1416,1401,1383,1398,1978,1743,1336,1821,1883,1395,1397,1416,1403,1419,1258,2008,1339,1856,1317,1797,1869,1368,1350,1321,1281,1418,1336,1912,1444,1354,1290,1811,1882,1339,1884,1394,1525,1338,1910,1377,1349,1294,1790,1835,1815,1798,1449,1465,1580,1355,1824,1814,1812,1809,1806,1850,1678,1581,1927,1295,1793,1789,1789,1789,1837,1336,1482,1789,1349,1335,1778,1771,1771,1771,1811,1296,1336,1563,1820,1289,1763,1758,1759,1802,1890,1331,1268,1344,1391,1773,1753,1747,1746,1770,1765,1772,1718,1425,1744,1775,1743,1744,1739,1760,1717,1780,1324,1256,1736,1756,1738,1733,1765,1737,1785,1755,1200,1240,1755,1751,1731,1721,1718,1732,1796,1746,1384,1638,1755,1767,1718,1727,1719,1686,1864,1268,1469,1617,1766,1842,1362,1340,1892,1339,1443,1281,1954,1563,1375,1397,1405,1390,1373,1382,1846,1380,1908,1423,1548,1310,1308,1825,1339,1799,1794,1799,1851,1272,1672,1717,1797,1822,1306,1777,1780,1837,1278,1797,1308,1750,1761,1786,1773,1764,1778,1784,1732,1808,1339,1420,1809,1322,1767,1806,1808,1812,1814,1848,1614,1357,1821,1331,1827,1826,1826,1799,1775,1817,1440,1792,1797,1307,1806,1788,1723,1755,1756,1536,1274,1780,1791,1778,1767,1770,1738,1850,1820,1532,1678,1789,1797,1811,1796,1795,1848,1319,1797,1683,1583,1781,1773,1773,1773,1772,1848,1307,1747,1658,1814,1779,1953,1369,1860,1885,1369,2051,1429,1505,1946,1403,1411,1339,1955,1345,2024,1455,1370,1668,1765,1841,1829,1923,1429,1428,1317,1871,1404,1627,1719,1405,1366,1477,1487,1549,1480,1418,1387,1311,1430,1699,1787,1759,1770,1759,1759,1760,1792,1828,1279,1452,1757,1786,1733,1727,1738,1748,1749,1672,1385,1724,1786,1791,1751,1781,1783,1696,1811,1596,1323,1843,1284,1751,1841,1368,1344,1884,1310,1878,1618,1661,1362,1389,1448,1346,1838,1915,1419,1380,1461,1885,1387,1911,1338,1898,1392,1392,1392,1377,1479,1345,1370,1662,1450,1397,1377,1369,1368,1367,1368,1379,1286,1412,1484,1505,1941,1338,1841,1838,1834,1780,1450,1300,1301,1823,1263,1871,1816,1961,1382,1394,1384,1350,1735,1764,1339,1335,1399,1370,1367,1367,1366,1403,1442,1332,1561,1733,1418,1312,1969,1382,1385,1358,1374,1382,1276,1521,1455,1827,1861,1313,1841,1758,1836,1893,1322,1774,1555,1870,1321,1813,1812,1809,1808,1833,1366,1464,1650,1321,1812,1793,1789,1816,1862,1333,1293,1580,1761,1800,1782,1870,1382,1380,1356,1482,1344,2007,1460,1733,1880,1311,1794,1840,1857,1362,1354,1397,1843,1208,1786,1826,1818,1811,1813,2019,1478,1833,1356,1323,1709,1440,1849,1309,1868,1304,1841,1338,1685,1745,1904,1344,1356,1350,1349,1349,1333,1357,1384,1781,1743,1521,1330,1768,1892,1334,1333,1330,1411,1320,1481,1455,1758,1781,1764,1760,1839,1373,1404,1246,1834,1433,1531,1521,1379,1298,1865,1340,1835,1322,1876,1613,1388,1402,1345,1832,1815,1809,1809,1787,1931,1471,1676,1465,1268,1828,1793,1789,1775,1771,1858,1709,1660,1794,1778,1774,1771,1774,1794,1802,1434,1452,1822,1327,1785,1759,1757,1786,1772,1798,1250,1479,1799,1772,1752,1750,1748,1771,1828,1279,1472,1378,1793,1729,1775,1769,1706,1748,1771,1798,1577,1349,1719,1736,1730,1772,1730,1721,1836,1759,1581,1719,1725,1722,1721,1810,1345,1371,1307,1935,1295,1316,1410,1806,1429,1311,1802,1804,1783,1853,1460,1395,1419,1786,1769,1843,1324,1789,1786,1872,1484,1610,1469,1818,1862,1309,1803,1802,1803,1841,1365,1474,1691,1379,1808,1804,1808,1810,1812,1782,1733,1237,1473,1283,1831,1286,1820,1895,1418,1441,1436,1411,1432,1450,1396,1392,1416,1404,1388,1392,1397,1412,1304,1409,1668,1530,1373,1475,1396,1366,1358,1358,1358,1343,1313,1547,1645,1888,1339,1413,1422,1487,1389,1392,1374,1453,1337,1388,1721,1476,1338,1896,1393,1388,1389,1388,1413,1336,1606,1667,1440,1365,1365,1359,1360,1359,1359,1373,1369,1295,1480,1814,1820,1842,1336,1336,1335,1335,1360,1934,1468,1604,1869,1388,1364,1817,1818,1817,1780,1780,1706,1425,1876,1336,1801,1802,1803,1841,1338,1878,1417,1391,1815,1837,1834,1838,1836,1817,1481,1304,1509,1949,1363,1863,1867,1818,1924,1291,1935,1253,1500,1789,1323,1788,1787,1786,2115,1494,1461,1459,1565,1569,1995,1326,1406,1381,1397,1393,1409,1403,1482,1601,1445,1948,1379,1398,1368,1360,1362,1362,1398,1416,1285,1714,1896,1350,1375,1403,1411,1412,1411,1404,1502,1435,1793,1534,1520,1408,1428,1401,1382,1381,1420,1540,1350,1322,1326,1507,1541,1478,1450,1436,1411,1427,1508,1536,1445,1543,1379,1381,1454,1402,1402,1429,1409,1411,1433,1563,1592,1693,2000,1486,1425,1421,1428,1430,1436,1560,1588,2004,1598,1563,1470,1477,1446,1426,1411,1498,1513,1413,1685,1480,1483,1502,1434,1433,1410,1410,1411,1733,1664,2135,1447,1575,1539,1485,1508,1629,1516,1501,1701,1870,1499,1709,1658,1482,1471,1500,1507,1530,1536,1486,2061,1862,1749,1668,1673,1533,1613,1573,1614,1460,1579,1434,1514,1506,1514,1474,1539,1536,1533,1536,1876,1463,1684,1561,1479,1532,1503,1507,1532,1535,1622,1715,1541,1589,1383,1406,1478,1458,1516,1516,1615,1476,1687,1530,1496,1633,1538,1543,1525,1528,1534,1646,1447,1647,1439,1464,1646,1563,1526,1499,1494,1503,1521,1903,1534,1413,1558,1477,1504,1457,1627,1602,1474,1526,1571,1454,1432,1463,1463,1392,1449,1653,1460,1452,1461,1535,1363,1646,1448,1553,1617,1670,1683,1598,1799,1842,1937,1571,1856,2264,2593,1970,2355,2633,2444,2462,1928,2186,2444,2296,2166,1977,3060,2885,2995,2718,2601,2426,2248,2071,2763,2099,2389,2746,2334,2671,2146,2421,2070,2170,2139,3055,2209,1887,2449,2364,2660,2750,2058,2769,2002,2744,2047,2811,2085,2606,2009,2109,2331,2489,3134,2524,2690,2363,2406,2415,2688,2321,2169,2054,1987,2493,2404,2607,2689,2892,3045,2527,2652,2686,1878,2658,2602,2570,2530,2681,2131,2160,2013,2204,2047,1957,1886,1775,1835,1891,2169,2047,1959,2014,2036,2016,1964,1973,1765,1540,1632,1690,1650,1761,1687,1720,2324,1681,1556,1839,1634,1619,1829,1498,1446,1437,1564,1574,1950,1643,1492,1506,1581,1405,1384,1363,1361,1372,1688,1900,2046,1573,1870,1957,1473,1542,1631,1571,1447,1562,1821,1404,1528,1448,1371,1397,1404,1360,1324,1890,1307,1526,1548,1414,1423,1415,1398,1406,1402,1414,1493,1559,1538,1464,1456,1450,1582,1462,1548,1514,1513,1478,1645,1492,1473,1529,1483,1565,1512,1508,1535,1814,1487,1790,1460,1467,1669,1674,1787,1849,1972,1975,1883,1667,1924,1931,1616,1730,1853,2001,2002,1981,1857,1693,1815,1729,1672,1567,1647,1738,1799,1790,1694,1960,1589,1657,1515,1445,1500,1620,1668,1958,1766,1923,1773,1441,1617,1512,1777,1536,1628,1758,2162,1918,1589,2014,1482,1459,1627,1558,1694,1648,1932,1520,1578,1698,1569,1452,1587,1609,1453,1435,2076,1718,1477,1523,1509,1485,1621,1395,1406,1559,1676,1537,1424,1422,1934,1463,1413,1526,1475,1507,2147,1649,1500,1763,1338,1793,1886,1369,1514,1508,1596,1363,1520,1586,1876,1389,1456,1431,1430,1431,1465,1555,1906,1562,1651,1672,1756,1778,1941,1467,1523,1883,1927,1701,1726,1858,1830,1912,1788,1960,1737,1858,2201,2637,1864,2188,2268,1795,1810,1770,2401,1969,2158,2140,2116,2305,2280,2374,2602,2809,2402,1968,2779,1969,3645,2327,2766,2566,2006,1847,2332,2492,2405,2244,2015,1851,1922,1681,1991,2329,1795,2080,2017,2003,2503,2330,2566,2289,2284,2372,2242,2204,2612,2567,2217,1956,1962,2135,1877,2249,1889,1675,2051,1765,2014,2276,2089,1885,1966,1971,1961,2012,2007,2156,2172,2133,2157,1846,2926,1738,1724,1800,1964,1965,1927,1934,2043,1808,1837,2005,2012,2318,2093,2048,2250,2046,2118,1966,1887,1802,1861,1718,2046,1929,1563,1522,1553,1488,1932,1612,1749,1486,1531,1810,1677,1777,1681,1766,1766,1622,1604,1593,1773,1700,1679,1609,1716,1772,1590,1522,1574,1555,1613,1532,1349,2018,1490,1513,1413,1368,1388,1583,1439,1693,1800,1474,1697,1804,1602,1570,2185,1498,1711,1922,1563,1637,2045,2333,1733,1597,1677,1815,1664,1714,1563,1586,1743,2093,2153,2146,1743,2252,1628,1616,1862,1606,1397,2221,1744,1842,1790,1713,1700,1827,1600,2208,1774,2029,1876,1725,1564,1815,1637,1532,1615,1986,1757,1757,1638,1732,1452,1957,2087,1546,1645,1809,1576,1680,1513,1614,1547,1653,1519,1696,1665,1795,1432,1370,1285,1496,1498,1554,1316,1878,1372,1930,1319,1815,1957,1401,1543,1562,1904,1399,1906,1745,1296,1804,1756,1982,1394,1752,1589,1435,1440,1355,1339,1761,1776,1804,1660,1388,1906,1425,1458,1473,1409,1391,1392,1465,1392,1858,1429,1437,1386,1403,1365,1346,1337,1335,1337,1336,1373,1334,1545,1862,1392,1418,1366,1341,1341,1338,1321,1915,1267,1578,1828,1360,1335,1485,1416,1425,1334,1860,1288,1338,1317,1739,1881,1366,1353,1297,1798,1805,1832,1376,1615,1529,1368,1363,1822,1790,1757,1791,1858,1363,1286,1486,1781,1813,1773,1786,1817,1388,1905,1334,1234,1617,1821,1291,1779,1783,1737,1761,1833,1784,1340,1247,1790,1776,1794,1769,1782,1778,1451,1419,1357,1456,1511,1973,1502,1299,1903,1345,1916,1475,1495,1394,1818,1494,1377,1775,1796,1807,1826,1815,1762,1527,1832,1408,1395,1300,1909,1387,1515,1437,1322,1957,1985,1670,1795,1757,1775,1749,1791,1787,1869,1925,1694,1527,1313,1852,1352,1839,1835,1836,2068,1402,1614,1312,1849,1439,1360,1841,1811,1796,1813,1471,1834,1342,1352,1662,1382,1437,1371,1859,1855,1955,1455,1696,1335,1782,1849,1841,1863,1285,1859,1669,1668,1697,1611,1366,1329,1369,1836,1921,1543,1559,1529,2092,1481,1520,1573,1577,1618,1623,1658,1837,1602,1768,2539,2819,2488,2088,3838,3150,2429,2334,1916,1958,2492,2449,2485,2130,2194,2065,1799,2570,2155,2194,2302,1861,1927,2328,1968,2276,1979,1955,1853,1601,1848,1997,2028,2084,2007,1886,2265,1684,1896,1993,2047,1684,1688,1769,1770,2201,1886,1728,1595,1635,1527,1519,1447,1565,1532,1593,1607,1653,1755,1898,1397,1490,1568,1392,1662,1514,1647,1651,1605,1760,1330,1806,1846,1468,2088,1542,2186,1571,1767,1445,1326,1814,1803,1346,2035,1523,1496,1438,1347,1799,1769,1762,1957,1288,1994,1712,1431,1530,1555,1684,1353,1891,1364,1364,1486,1358,1486,1571,1551,1412,1467,1423,1391,1390,1763,1892,1268,2001,1541,1489,1415,1278,1974,1487,1462,1514,1734,1555,1520,1437,1338,1600,1474,1473,1471,1471,1605,1518,1560,1656,1439,1573,1568,1478,1426,1422,1279,2003,1513,1385,1343,1530,1374,1773,1814,1865,1409,1322,1855,1325,1422,1333,1872,1812,1901,1465,1460,1482,1440,1369,1321,1832,1854,1340,1873,1295,1387,1289,1874,1277,1859,1338,1722,1780,1774,1772,1771,1767,1785,1724,1771,1755,1796,1764,1765,1749,1747,1807,1814,1299,1801,1747,1860,1292,1814,1739,1772,1792,1792,1725,1783,1798,1782,1786,1735,1868,1664,1429,1337,1801,1337,1348,1360,1844,1908,1345,1875,1348,1388,1346,1348,1366,1386,1384,1314,1922,1548,1549,1531,1553,1573,1361,1469,1358,1462,1315,1898,1370,1383,1344,1403,1331,1859,1808,1394,1410,1404,1615,1553,1486,1584,1403,1330,1879,1476,1463,1370,1491,1318,1979,1472,1621,1660,1633,1412,1357,1425,1348,2015,1465,1439,1541,1559,1460,1316,1846,1606,1424,1512,1568,1568,1561,1469,1456,1493,1462,1290,1877,1344,1380,1824,1864,1387,1450,1334,1370,1329,1824,1293,1802,1868,1358,1358,1364,1365,1449,1385,1360,1881,1250,1819,1786,1835,1345,1341,1425,1314,1859,1813,1286,1857,1349,1808,1786,1784,1817,1392,1325,1813,1756,1842,1428,1373,1335,1793,1819,1402,1291,1804,1754,1832,1326,1748,1769,1770,1775,1729,1840,1747,1833,1181,1885,1397,1357,1358,1358,1453,1351,1410,1365,1296,1869,1392,1377,1473,1354,1777,1888,1306,2044,1345,1810,1808,1460,1365,1305,1917,1405,1438,1448,1499,1566,1426,1331,2095,1289,1840,1907,1450,1583,1510,1471,1506,1340,1967,1391,1419,1416,1395,1381,1349,1865,2387,2088,2209,2425,2182,2087,2011,2204,2028,2412,1969,2324,2642,2165,2020,2543,2138,1644,1712,1871,2237,2266,2157,2629,2759,2237,2045,1726,1720,1609,1748,1731,1596,2288,2125,2362,1962,1742,1535,1561,1677,1392,1773,1687,1690,1756,1866,1997,1784,1749,1644,1527,1595,1674,1624,1632,1713,1583,1611,1810,1663,1462,1691,1573,2044,2131,1819,1811,2068,1920,1595,1580,1417,1825,1710,1473,1465,1461,1592,1621,1714,1667,1460,1431,1805,1970,1404,1402,1397,1530,1488,1401,1433,1378,1444,1417,1410,1373,1369,1378,1430,1444,1413,1404,1351,1329,1366,1261,1764,1738,1722,1983,1359,1839,1324,1410,1377,1270,1738,1737,1827,1334,1329,1406,1308,1559,1795,1883,1358,1401,1417,1416,1375,1393,1417,1379,1299,1898,1477,1439,1370,1367,1367,1365,1389,1380,1366,1352,1791,1375,1345,1330,1364,1365,1367,1410,1414,1392,1361,1308,1866,1413,1439,1371,1372,1366,1366,1372,1609,1507,1350,1430,1352,1289,1853,1372,1366,1366,1279,1940,1463,1339,1297,1796,1989,1509,1507,1510,1441,1414,1606,1530,1398,1355,1302,1887,1400,1481,1449,1441,1638,1523,1621,1461,1309,1823,1543,1651,1687,1442,1406,1469,1455,1498,1425,1474,1438,1417,1386,1474,1434,1464,1945,1971,1484,1919,1492,1501,1420,1414,1483,1937,1939,1994,1645,1401,1545,1490,1451,1471,1614,1619,1571,1645,1705,1839,1995,1471,2158,1504,1666,1721,2523,1538,1605,1975,1842,1615,2112,1579,1523,1536,1544,2099,1434,1681,1751,1485,1456,1494,1527,1633,1476,1473,1472,1298,1947,1552,1409,1475,1458,1479,1579,1694,1690,1692,1679,1528,1462,1377,1375,1439,1511,1527,1539,1621,1810,1872,1869,1531,1476,1467,1466,1601,1681,1483,1560,1743,1476,1541,1446,1435,1440,1398,1480,1344,1924,1342,1655,1937,1566,1486,1535,1469,1560,1522,1441,1402,1402,1905,1465,1462,1420,1693,1420,1380,1421,1414,1400,1399,1390,1458,1437,1605,1556,1550,1405,1505,1418,1427,1428,1466,1570,1586,1683,1527,1430,1614,1428,1403,1467,1465,1531,1523,1510,1851,1594,1472,1473,1469,1537,1565,1405,1521,1586,1697,1584,1527,1485,1461,1489,1338,1989,1434,1475,1479,1467,1489,1360,1544,1626,1613,1501,1513,1448,1440,1364,1478,1555,1556,1589,1565,1554,1566,1380,1378,1365,1345,1389,1349,1785,1926,1392,1930,1401,1403,1378,1306,1810,1839,1831,1883,1358,1341,1881,1416,1270,1800,1353,1334,1845,1301,1801,1866,1392,1402,1264,1877,1555,1370,1338,1367,1855,1324,1847,1374,1359,1414,1381,1334,1828,1347,1397,1545,1555,1567,1549,1427,1491,1494,1306,1846,1600,1444,1424,1415,1511,1567,1455,1535,1400,1347,1349,1309,1952,1449,1429,1357,1347,1568,1364,1498,1366,1828,1333,1402,1380,1491,1381,1381,1562,1667,1475,1458,1355,1297,1813,1879,1372,1433,1386,1327,1305,1415,1353,1243,1810,1891,1366,1390,1358,1361,1374,1301,1785,1868,1278,1356,1962,1349,1795,1321,1914,1399,1385,1528,1491,1446,1367,1412,1426,1356,1362,1428,1800,1792,1790,1812,1462,1405,1286,1832,1789,1362,1432,1446,1473,1443,1280,1869,1321,1885,1387,1432,1370,1391,1398,1496,1459,1437,1376,1296,1914,1416,1492,1367,1362,1369,1426,1282,1857,1333,1791,1849,1356,1366,1472,1484,1434,1597,1339,1363,1305,1833,1893,1330,1338,1827,1821,1387,1337,1851,1338,1401,1373,1378,1315,1340,1336,1334,1952,1478,1478,1305,1757,1834,1299,1892,1372,1369,1372,1370,1377,1389,1366,1346,1758,1774,1848,1329,1825,1839,1446,1450,1374,1335,1854,1314,1824,1764,1782,1818,1815,1850,1269,1745,1805,1741,1718,1704,1712,1701,1751,1729,1761,1751,1860,1245,1706,1755,1752,1801,1885,1236,1186,1752,1738,1832,1779,1772,1777,1819,1850,1291,1703,1729,1750,1791,1818,1357,1358,1378,1376,1325,1810,1756,1750,1808,1782,1776,1835,1305,1791,1832,1310,1751,1766,1795,1783,1755,1755,1892,1316,1821,1927,1354,1518,1393,1311,1825,1871,1227,2032,1567,1555,1412,1460,1374,2021,1560,1624,1620,1557,1486,1632,1574,1341,1874,1348,1496,1494,1432,1333,1814,1541,1468,1538,1447,1334,1299,2037,1448,1396,1382,1415,1416,1462,1333,1869,1457,1343,1850,1274,1906,1402,1402,1484,1541,1297,1875,1475,1423,1308,1299,1794,1335,1365,1790,1853,1341,1837,1340,1825,1905,1334,1817,1814,1828,1377,1353,1865,1584,1527,1441,1468,1477,1477,1481,1383,1435,1506,1456,1401,1480,1545,1429,1342,1382,1337,1834,1896,1329,1798,1355,1482,1287,1866,1274,1842,1334,1883,1392,1296,1878,1474,1290,1820,1917,1308,1907,1346,1366,1315,1843,1438,1367,1393,1379,1916,1410,1299,1909,1444,1326,1872,1298,1795,1886,1447,1456,1332,1384,1303,1900,1492,1277,1964,1441,1345,1878,1390,1382,1516,1830,1590,1443,1459,1527,1457,1423,1439,1435,1434,1434,1364,1530,1616,1490,1686,1471,1475,1609,1669,1871,2108,2173,2084,1726,1916,2149,2529,2133,2367,1880,2209,1798,2156,2137,2317,2471,2500,2874,2578,2612,2289,2246,2284,2167,2612,2644,2405,2131,2561,2334,2209,4297,2844,3013,2125,2328,2322,2606,2048,2248,2332,2805,2409,2446,2482,2445,2448,2249,2410,2484,3126,3853,3010,2125,1996,2331,2210,2565,2848,2482,2253,3049,2163,2495,2406,2289,3653,2445,2482,2737,2365,2446,2643,2574,2449,2441,2249,4374,2209,2568,2323,2364,2369,2333,2422,2363,2576,2567,2968,3251,2362,2811,1960,1949,2224,2362,2212,2611,2327,2082,3738,2848,2530,2682,2568,2240,2453,2290,2606,2529,2367,2404,2810,2723,2331,2682,2207,3051,2173,2639,2850,3455,3005,2852,2652,2080,1810,1962,2042,3533,2682,2179,1873,2002,2592,2723,2651,2723,2049,2409,2290,2365,2642,2246,2528,2100,2601,2363,2290,2606,2524,2611,2371,2252,2561,2373,3135,2640,2166,1881,2047,2044,1898,1961,2961,2567,2409,2695,2649,2290,2516,2491,2251,2439,2132,2642,2767,3689,1965,1966,1957,2352,2686,3009,2485,2447,2607,2448,2125,2172,2326,2610,2686,2291,2361,2609,2490,2608,1952,1844,2184,2331,2168,2085,3889,2489,2331,2566,2365,2088,2250,2364,2135,2609,2205,2201,3329,2655,2288,2438,3339,2560,2652,3049,2568,2409,3086,2290,2650,2560,2614,2285,2044,1925,1976,3037,2611,2529,2525,2362,2252,2445,2211,2243,2618,3643,2487,2080,2149,1920,2135,2487,2681,2373,2563,2649,2449,2416,2241,2196,2086,2336,2037,1881,1929,1876,3093,2087,1647,1567,1561,1886,1604,1804,2050,2285,2605,1966,2308,2401,2574,2327,2760,2166,2456,2082,2010,1943,1889,2172,2260,1810,1803,1883,1881,1848,1805,2649,2573,2764,2489,2451,2169,2524,3616,2768,2492,2315,2054,1923,1882,2373,2444,3933,2323,2091,1920,2180,2483,2532,2408,2444,2204,2292,2814,2273,2171,2164,2068,1807,1880,2009,2563,2612,2491,2366,1924,2243,2056,2043,2173,2106,2045,1961,2502,2168,2083,2032,2013,2239,2406,2362,1880,2430,2645,2131,2075,1891,2085,2123,2252,2245,2612,2893,2563,2168,1845,1763,1918,2175,1961,2086,1968,2090,2075,1928,2045,1530,1680,1964,1481,1414,1636,1813,2124,1678,1724,1897,2079,2126,1653,1990,1493,1407,1399,1374,1712,2129,1736,1875,1648,1641,1613,1494,1489,1519,1488,1640,1806,2000,1649,1512,1507,1587,1715,1759,1722,1898,1517,1695,1918,1807,2043,1647,1530,1448,1552,1604,1533,1720,1644,1894,1760,1493,1594,1731,1533,1837,1613,1846,2013,2115,2009,2323,1692,1728,1800,1890,2201,2045,1810,1650,1760,1888,1967,1957,1853,1885,1862,2037,1965,2532,2050,2278,1979,1721,1824,1687,1806,1695,2196,2306,1834,1854,2236,2030,1879,2005,1731,2134,1914,1569,1880,2058,1886,1994,1970,1885,1931,2768,1967,1928,1843,2285,1767,1529,1409,1848,1410,1549,1496,1680,1612,1911,1654,1724,2122,1853,1510,1416,1417,1434,1419,1585,1666,1626,1626,1593,1679,1760,1708,1395,1771,1761,1907,1331,1759,1528,1582,1587,1627,1354,1904,1365,1815,2157,1710,1673,1640,1501,1770,1898,1390,1370,1360,1367,1509,1577,1335,1924,1265,1678,1857,1412,1205,1734,1717,1715,1402,1363,1234,1629,1567,1226,1818,1811,1808,1786,1416,1361,1541,1320,1718,1710,1756,1761,1762,1886,1363,1333,1751,1982,1477,1458,1462,1470,1462,1519,1638,1465,1383,1238,1849,1299,1873,1443,1432,1428,1399,1368,1330,1297,1751,1847,1830,1825,1767,1791,1767,1878,1331,1289,1791,1392,1371,1374,1371,1372,1386,1383,1365,1349,1707,1691,1799,1774,1739,1822,1710,1807,1998,1855,1881,1598,1388,1827,2014,1578,1386,1329,1345,1784,1779,1797,1327,1804,1766,1761,1745,1841,1240,1762,1810,1344,1829,1747,1742,1746,1856,1524,1749,1791,1769,1792,1732,1733,1731,1720,1819,1738,1813,1764,1838,1337,1295,1801,1803,1866,1851,1408,1458,1295,1727,1903,1837,1837,1870,1802,1856,1847,1740,1763,1937,1362,1814,1762,1769,1778,1251,1690,1712,1726,1741,1719,1763,1364,1365,1866,1787,1842,1304,1393,1356,1809,1880,1351,1367,1848,1866,1323,1865,1267,1820,1784,1839,1375,1399,1398,1833,1316,1827,1804,1774,1791,1913,1310,1805,1813,1929,1339,1876,1293,1827,1418,1387,1324,1324,1324,1321,1821,1324,1848,1285,1838,1786,1786,1765,1777,1832,1784,1770,1705,1768,1825,1750,1749,1749,1744,1800,1333,1756,1789,1266,1265,1768,1772,1770,1724,1764,1745,1717,1732,1748,1718,1699,1696,1702,1707,1738,1683,1657,1751,1724,1885,1420,1419,1421,1418,1427,1338,1840,1362,1331,1789,1840,1342,1833,1372,1247,1700,1787,1441,1374,1799,1845,1351,1428,1378,1366,1363,1323,1409,1457,1360,1379,1907,1420,1536,1549,1548,1541,1597,1437,1469,1417,1502,1408,1450,1624,1614,1617,1404,1866,1503,1534,1354,1524,1469,1493,1427,1353,1343,1467,1362,1335,1956,1487,1867,1444,1457,1423,1368,1870,1467,1429,1385,1409,1613,1731,1496,1434,1479,1408,1392,1401,1403,1405,1452,1773,1801,1630,1446,1372,1605,1736,1799,1823,1825,1650,2095,1908,2100,1863,1627,1748,1816,1825,1697,1987,1560,1818,1880,1529,1515,1508,1680,1528,1617,1506,1552,1557,1781,1659,1729,1649,1473,1444,1350,1515,1668,1842,1570,1464,1562,1550,1610,1521,1488,1622,1665,1525,1770,1374,1342,1864,1392,1762,1794,1492,1654,1531,2001,1613,1528,1444,1581,1663,1646,1571,1586,1536,1578,1570,1389,1512,1519,1540,1520,1796,1448,1721,1486,1481,1451,1534,1708,2078,2245,1660,1477,1541,1486,1541,1503,1482,1370,1837,1365,1362,1485,1382,1877,1511,1448,1436,1657,1410,1600,1475,1539,1525,1582,2112,1574,1778,1512,1659,1682,1733,1531,1529,1451,1786,1686,1432,1955,1558,1592,1513,1789,1730,1639,1965,2047,1901,1949,1648,2170,1700,1685,1504,2125,1950,2131,3053,2540,1552,1933,1842,1907,1730,1809,1649,2083,2023,1604,1711,2207,1747,1723,2027,1728,1568,1614,1619,1640,1616,1945,1693,1654,2011,1771,1719,1982,1571,1664,1578,1967,1438,1413,1646,1470,1687,1714,2096,1738,1801,1887,1881,1438,1531,1604,1653,1765,2117,2063,2080,1822,2169,1994,2181,2086,1917,1898,1834,1930,1858,2088,1970,1851,2076,2033,2008,1775,2116,1860,1874,2163,2101,2084,1836,2056,2127,1955,2050,3132,2160,2003,1681,2302,1788,1695,1768,1715,1818,2791,1973,1959,1738,1592,1699,1887,1792,1576,1795,1616,1713,1777,1844,1807,1845,1797,1758,1767,1842,2167,2090,1720,1691,1684,1810,2076,2054,2278,2443,2608,2410,2526,2452,2804,2372,2064,2084,2017,2233,2005,2327,2371,2398,1988,1970,1918,1925,2370,2410,2222,2274,2247,1992,1994,2136,2283,2613,2681,2237,2005,1689,1643,1612,1603,1928,2217,2680,1768,2045,2008,2121,1932,1892,1965,2000,1728,1768,1525,1685,1915,2607,2177,2089,2079,2574,2079,2127,2442,2931,2251,2124,1963,1892,1922,2081,1968,2395,3252,2607,2810,2520,3011,3012,2769,2046,2013,2287,2241,2287,2930,2364,2770,2129,2648,2928,2720,1796,2045,1645,2211,2074,1850,2435,2247,2489,1840,1953,2044,2056,2077,3401,2490,2329,2688,2686,3013,2445,1974,1850,1836,1732,1998,2197,2537,2051,1740,1643,1837,1930,1851,1887,2039,2472,2414,2447,3352,1850,2209,2285,2240,1776,2240,1969,2048,2377,2242,2192,2002,1772,2857,2179,2202,2212,2120,2007,2205,2413,2322,2250,2291,2404,2855,2403,2529,2244,3255,2927,2291,2280,2044,2204,2650,2607,2403,1916,1974,3449,2615,2573,2208,2487,3126,2567,2526,1836,1885,1972,2524,2569,2101,1884,2488,2488,3858,2518,2936,2288,2930,2571,3329,2763,2568,2376,1853,2377,2203,2448,2495,1894,2390,3088,2883,2138,2404,2367,2411,2328,2489,2529,2525,2445,2613,2523,3369,2896,2722,2171,2606,2930,3001,2489,2444,3048,2374,2325,2651,2396,1792,2243,2410,2403,2289,2810,6132,2175,2113,2536,2282,2206,2250,2044,2345,2930,2151,2213,2682,2202,2620,2605,1964,3379,3010,2123,2650,2367,1901,2037,3011,2164,2488,2610,2011,1957,2684,2574,2126,2656,3167,2195,1962,2009,1958,1889,2083,2166,2171,2713,2657,2361,2411,2688,2521,2933,2284,2852,1923,1736,1692,1996,2097,2078,2094,2532,1919,1799,1609,1601,1807,1893,2084,2210,2531,2480,3089,2540,2446,2189,2449,2275,2260,2033,2119,2606,1927,1812,1878,1816,1954,1805,1854,1756,2257,1926,2040,2487,2166,2405,2013,2241,2012,2049,2009,2393,2334,1845,2244,1767,2043,2088,2042,2724,2251,1918,1816,2037,2567,2766,2170,2283,2451,2284,2845,2293,2528,2566,2603,2447,2255,2371,2325,3244,3011,3976,2685,2806,2402,2418,2365,2488,2608,2772,2635,2686,2420,2444,2329,2771,2606,3168,4015,2601,2177,2363,1728,2083,2324,2297,2649,2406,2568,2327,2208,2366,2645,2188,2220,2086,3054,2763,2447,2056,2181,2728,2608,2563,1885,2501,2603,2730,2288,2689,2687,2330,2647,2567,3049,2572,2688,2490,2800,2374,2447,2366,2526,2332,2319,2773,2567,2684,2253,2641,2406,2289,2058,1844,1855,2123,1882,2124,1815,1644,1638,1609,1610,1635,1812,2083,2054,1964,1967,2040,1929,2111,2521,2333,2482,2652,2445,1851,2291,2604,2287,2451,1930,1958,2259,2403,2812,2280,2134,1989,2078,1886,1974,2129,2885,2644,2488,2411,1956,1955,2463,2416,2049,2093,2164,2289,2168,2459,2287,2139,2048,1808,1673,1609,1610,1636,3052,2087,2012,1965,1964,2127,3296,2696,2372,2036,2131,2042,2012,1961,1920,2176,2360,2048,2083,1973,2033,2768,2850,2766,2533,2367,2408,2285,2203,2333,2249,2939,1885,1975,1732,2081,2534,2490,1960,1921,1775,1564,2159,2088,2049,2240,1976,1964,2162,2009,2003,2340,3648,4529,2093,1926,1840,1698,2088,2247,2361,2163,2006,1936,2163,2201,2012,1967,2162,2254,1838,1809,1922,2128,2532,2401,2363,2234,2847,2733,2289,2854,2808,2486,2328,2440,1942,2368,2410,2688,3168,2327,2211,2516,2932,2086,2729,2643,2509,2486,2564,2336,2930,2081,2214,2365,2124,2002,2206,1972,2322,2574,2441,2529,2569,2414,2482,4088,2370,2453,2244,2240,2089,2045,2486,2406,2490,2208,2079,1969,1966,2052,2344,1926,2494,2849,2448,2526,2568,2405,2933,1920,2206,2050,2246,2454,2486,1887,1697,1932,1971,1965,2202,2326,2406,2340,2483,2569,2528,3090,2087,2528,2325,2245,2122,1816,1987,1889,2156,2052,2033,1775,1796,1842,1732,1889,1964,2198,2010,1854,2006,2084,2084,2364,1934,2075,1803,1976,2002,1635,1810,1575,1708,2181,1725,1729,1676,1646,1492,1483,1433,1405,1479,1472,1460,1477,1965,2127,1648,1794,1562,1494,1798,1775,1673,1491,1453,1424,1890,1404,1324,1880,1439,1637,2003,1607,1489,1889,1469,1342,1803,1395,1404,1478,1944,1590,1736,1761,1818,1833,1643,1432,1574,1604,1830,1678,1772,1678,1616,1673,2077,1779,1728,1800,1853,2050,1699,1684,1595,1648,1838,1567,1809,1975,1868,1891,1738,1805,1804,1759,1688,1806,1783,2155,1802,1795,1561,1559,1551,1525,1561,1418,1483,1557,1561,1819,1675,1815,1924,1665,1573,1490,1484,1543,1476,1688,1525,1583,1398,2077,1421,1485,1544,1440,1490,1594,1340,1778,1785,1805,1883,1527,1886,1611,1524,1549,1639,1740,1330,1801,1811,2024,1751,1726,1720,1486,1472,1566,1403,1359,1372,1469,1646,1916,2015,2117,2493,2526,2560,2406,2771,2490,2046,2007,2326,2528,2214,3008,2806,2406,2051,2238,2443,2167,1810,2689,2612,2290,2402,2488,2767,2373,2760,2571,2524,2531,2288,2528,2494,2200,1927,1838,1819,1722,2365,1889,2283,2611,2525,2213,1815,2046,2284,2045,1970,1603,1646,1560,1532,1595,1971,1978,2447,2256,1843,1828,2048,1716,1936,1917,2007,1849,2006,1969,2488,2127,2542,2730,2002,2336,2521,1851,1917,2329,2207,2180,2294,1919,1972,1797,1732,1837,1771,2417,2245,2246,1706,2364,2494,2449,2485,2289,2887,2653,2484,2160,1901,2005,2332,1993,2014,1998,1938,1762,1961,1807,1960,1967,1970,2326,1927,2441,2053,1839,1977,1924,1888,1881,1880,1852,1806,2366,2242,1850,2087,1919,1972,2081,2018,2076,1966,2208,2083,1968,2205,2090,2246,2053,1961,1603,1964,2136,1957,2054,1840,1850,1963,2328,3169,2926,2008,2491,2286,2413,2527,2146,2196,2964,2445,1647,1566,1528,1916,1853,1960,1931,1929,1886,1960,1888,2172,2046,2038,1932,1607,1685,1721,1923,1614,1652,1607,2294,1916,2041,1772,2013,2310,1653,1599,2179,1884,1836,1687,1648,2811,1812,1759,1810,2244,1764,1933,1961,2080,2252,1967,2015,2410,2442,2607,2371,2198,2329,3374,2568,2414,1999,1917,1845,2174,2501,2519,2163,2090,2088,2279,2004,2054,2277,2325,2325,2164,2125,2537,2518,2496,2168,1905,1812,1771,2369,2643,2125,3739,2844,2405,2814,2361,2214,2248,2524,2647,2484,1967,1679,1543,1522,2295,1882,1962,2381,2403,2095,2005,1773,1683,1888,2037,1608,1786,1879,1617,1667,2768,2535,1879,1725,2204,1967,1965,1937,1841,1969,1888,2080,1800,1817,2195,2203,2446,1986,2295,2646,3290,2364,2135,2285,2565,2368,2329,2322,2126,2256,3165,2409,2167,2455,2003,2445,2489,2445,2570,2484,2486,2365,2488,2487,2732,1647,2014,1969,2463,2170,1722,2172,2162,2129,2127,2181,1979,1975,1887,1886,2169,2047,1922,1956,1970,1890,1884,2043,2540,2444,2283,1972,1983,2184,3047,2828,2630,2402,2051,2880,3005,2247,3411,2851,2727,2565,2128,2007,2368,2327,2564,2653,2161,2044,2329,2771,4051,2611,2646,2369,3089,2690,2800,2615,2362,2491,2286,2364,2693,2562,2850,2333,2119,1890,1883,2012,1865,1853,2036,1973,1924,2004,2124,2445,2952,2254,2010,1960,2130,2049,1975,2287,2370,2363,2442,2727,2104,2178,2328,2509,1925,1936,2040,1850,1757,1855,2240,2166,2016,1923,2060,2331,2083,2041,2282,1967,2193,2207,2141,1835,2053,2132,1806,2114,2088,2126,2126,2490,2335,2117,1930,2007,2169,2722,2051,2127,2449,2008,1641,1566,2077,1966,2369,2329,2168,2412,2238,1811,2521,1811,1883,2004,1813,1803,1879,1817,2156,1969,1925,1803,1887,1847,2091,2328,1916,2059,2084,2327,2160,2130,1810,2361,1885,1845,1841,1931,1854,1802,1806,1841,2040,1975,1921,1850,1957,2219,1964,2288,2173,2009,1966,2009,1843,2203,1850,2358,2731,2278,1974,2001,2032,2406,2211,2493,1921,1844,1814,1918,1847,2037,2046,2006,2172,1918,1973,2252,2080,1927,1850,2037,1687,1652,1918,2007,1928,1887,2047,1841,1881,1814,1969,2195,1775,1884,2245,2523,2247,1967,2289,2165,2168,2002,2201,1809,1862,1806,1680,1613,1642,1763,1764,1718,1817,1642,1692,1761,1763,1770,1911,1616,1526,1516,1773,1725,1951,1606,1641,1778,1478,1483,1405,1612,1388,1461,1709,1611,1684,1730,1484,1574,1855,1474,1490,1475,1839,1785,1686,1884,2006,1442,1407,1484,1603,1874,1657,1640,1675,1641,1982,1484,1519,1483,1404,1374,1840,1848,1800,1533,1545,1536,1489,1529,1595,1559,1755,1976,2158,2647,2324,1774,1886,1921,1850,2363,2014,1922,1892,2242,2402,2091,1837,2094,2618,2411,2325,2297,2080,2329,2170,2087,2609,1851,2254,2459,2318,2163,1610,1568,1644,1990,2005,1997,1857,2222,2289,2839,1935,1895,1779,2298,2215,2138,1844,2048,2324,1884,1896,1756,1844,2294,2481,2253,1644,2179,1644,1608,1434,1741,1783,1765,1709,1654,1890,1520,1416,1517,1411,1431,1406,1934,2035,1890,1617,1681,1593,1540,1595,1523,1596,1646,1602,2132,1764,1826,1555,2009,1889,1551,2296,1853,1710,1678,1933,1528,1432,1609,1531,1683,1892,1759,2171,1632,1811,2130,1731,1633,1535,1723,2129,2128,1842,2199,1726,2180,1510,1576,2006,1836,1799,1848,1727,1649,1613,1797,1968,2278,1852,1937,1788,1684,1764,2057,1718,1612,1964,1649,1720,2216,1505,1653,1795,1604,1652,1721,1777,1917,1736,1637,1556,1574,1532,1523,1444,1560,1565,1487,1536,1481,1644,1487,1407,1377,1448,1432,1603,1474,1565,1526,1523,1665,1728,1347,2133,1492,1443,1527,1545,1694,1526,1809,1391,1421,1326,1768,1726,1671,1377,1402,1768,1594,1515,1655,1490,1439,1338,1765,1945,1520,1573,1658,1565,1727,1506,1688,1566,1574,1557,1561,1670,1596,1456,1789,1529,1606,1435,1489,1530,1929,1686,1991,1888,2085,1887,1644,1665,1846,2212,2167,1806,1841,1883,1885,1943,1929,2645,2015,1885,1962,2326,1727,2082,2494,2124,2121,2455,2036,2174,2042,1842,1932,2168,1999,1850,1771,2241,1961,1944,1770,1911,1810,2010,2201,2481,2371,3374,2808,1931,1847,1767,1723,1806,1882,1809,1840,2094,1958,1816,1883,1849,1873,2248,2052,1599,1973,2121,2009,2165,1974,1873,1852,1881,1897,2327,1918,1968,1691,1554,1844,2009,2329,1924,1805,1723,2490,1882,1647,1653,1675,1973,2006,1768,2009,1679,1888,1880,1954,1802,1605,1714,1715,1825,1683,1831,1622,1975,1442,1432,1722,2484,1626,1548,1530,1765,1556,1772,1654,1731,1557,1828,2075,2198,1642,1448,1587,1657,1492,1743,1752,1518,1407,1531,1459,1424,1370,2204,1771,1393,1698,1666,1575,1596,1448,1296,1759,1845,1251,1827,1413,1573,1531,1481,1543,1605,1515,1513,1455,1417,1521,1497,1401,1391,1363,1779,1977,1471,1528,1374,1447,1338,1912,1435,1466,1911,1479,1730,1776,1478,1357,1405,1359,1623,1529,1543,1382,1941,1362,1751,1757,1861,1954,1852,1531,1685,1664,1469,1446,1478,1392,1497,1565,1525,1476,1444,1525,1800,1974,1512,1606,1706,1880,1710,1770,1564,1563,2020,1932,1607,1705,1550,1772,2115,1934,2280,2356,2079,1800,2169,2426,1996,1984,2489,1973,1961,2006,2520,2317,2808,2885,2344,3393,2583,2017,2184,2554,2158,2437,3491,3001,2207,2170,1967,2324,2329,2248,2414,2368,2208,2200,1856,2476,3178,2682,2975,3289,2568,2247,1845,1881,2687,2564,2290,2286,1804,1653,1574,1731,2128,2486,2288,2323,2166,1976,1962,2677,2686,2123,2128,2101,1974,1679,1887,1845,1881,2768,2525,2581,2279,1994,1934,2040,2048,1885,2089,2040,1926,2088,2137,2166,1800,2011,1963,2037,1813,2007,1965,2000,2745,2609,2287,2496,2486,2107,1932,3490,1879,1923,1932,2008,1928,1966,2158,2651,2384,2490,2210,2485,2813,2722,3539,2485,2650,2213,2637,3046,2173,2078,2371,2722,2370,2566,2079,2400,1776,1957,2443,3014,2562,2527,2453,2448,2442,3449,2488,2295,2483,2282,1824,2153,2531,2404,2290,2086,2566,2408,2614,1998,2490,2017,2482,2294,2443,2206,2248,2292,2366,2248,1999,2373,2407,2406,2526,2451,2206,2363,2726,2128,1958,1806,1761,1884,2330,2450,1961,1693,1567,1561,1680,1534,1560,1529,1917,1930,2043,1891,1968,2004,1890,1996,2299,2486,2399,2011,1890,1713,1799,2146,2135,2685,2213,1765,1565,1558,1530,1529,1799,2091,2230,2385,1851,2440,1973,1762,2163,1924,2608,2443,2402,1929,1884,1757,1898,1852,1963,1891,1880,2009,2050,2484,1719,1694,1721,1847,1884,1688,1930,1952,1732,1618,1610,1730,1716,1841,2060,2130,1638,1409,1400,1564,1555,1984,1643,1924,1698,1825,1640,1452,1406,1404,1662,2049,2199,2025,1969,1785,1637,1725,1461,1573,1791,1815,2074,1975,2066,1676,2089,1686,1708,2058,2062,1956,2338,1805,2170,2011,2326,1844,2298,1687,1810,1782,1828,2118,2196,2007,1993,1786,1960,2031,1745,1923,1731,2046,2088,2143,1629,1989,2217,1896,1918,1850,1632,1633,1993,1766,2167,1548,1577,1505,1637,1811,1970,1995,2331,2124,2087,2286,2940,1963,2443,1965,2001,2015,1998,1856,2122,2612,2117,1693,1842,1852,1759,1652,1764,1641,1889,1717,1780,1760,2769,1963,1960,1768,1770,1877,2013,1959,1931,2207,1928,1840,1891,1969,2086,2766,2119,1894,2046,2362,2676,1854,2213,1921,2009,1972,2080,2089,1876,1939,2160,2082,2203,2140,2005,2083,2126,2290,2132,2070,2461,2024,1937,1803,2194,2285,1764,1805,2005,1845,1891,2079,2047,1888,1970,1809,2033,2170,2897,1887,2554,1896,2089,1923,2239,1855,2236,1678,1675,2042,2452,2087,1960,2376,2043,2239,2005,2214,2078,2018,1999,2244,2004,1973,2208,2850,2168,1721,2122,1967,1888,1929,2119,2087,2131,2008,2088,1923,2006,2330,2404,2168,2048,2038,1886,1735,1953,1856,3121,2006,2332,1762,1728,1680,1610,1678,1694,1729,2276,1652,1688,1766,1926,2121,1848,1881,1845,1852,2804,2245,2011,1968,2357,1607,1853,2172,1985,1923,2331,2569,1877,1804,1763,2569,2845,2209,1772,1882,2002,1727,2007,1927,2264,1848,2052,1838,1848,1840,1928,2197,2225,1838,2227,1993,1595,1652,2082,2091,2125,1849,1603,1564,1564,1563,1566,1689,1803,1739,1874,2219,2033,1916,1734,1846,2106,1748,1640,1537,1972,1634,1799,1851,1534,1537,1829,1747,1796,1650,1586,1972,2100,1768,1641,1634,1723,1589,1493,1437,1570,1608,1650,1839,1667,1880,1695,2013,1673,1753,1605,1955,1734,1621,1691,1689,1554,1965,1575,1513,1584,1532,1383,1308,1796,1943,1512,1707,1621,1656,1573,1462,1493,1442,1398,1395,1373,1500,1767,2108,2044,1563,1489,1410,1359,1406,1599,1371,1622,1333,1954,1335,1468,1500,1368,1453,1403,1350,1432,1496,1405,1475,1935,1520,1601,1778,1642,1553,1548,1373,1436,1489,1907,1586,1456,1337,1532,1419,1619,1541,1497,1516,1360,1810,1479,1666,1465,1897,1421,1585,1538,1532,1513,1996,1502,1564,1653,1567,1660,1595,1536,1551,1545,1467,1386,1581,1627,1529,1399,1306,2007,1699,1508,1526,1505,1773,1705,1797,1810,1723,1731,1686,1805,1546,1524,1908,2252,1677,1735,1773,1949,1729,1954,1791,1761,2191,1757,1848,1801,2096,1845,2010,1947,1877,1837,1837,2199,2282,2476,2613,2402,2288,2329,2690,2483,2386,2247,2213,2086,1926,1997,2206,2134,2007,2045,1997,2416,1763,1610,1875,1808,1721,2210,2090,1850,2128,1963,2477,1937,2002,2284,2007,2001,2018,1836,1849,2042,2049,2084,1894,2049,1918,1720,2079,1850,1886,1926,2193,1972,2049,1964,1891,1959,1934,2367,2477,1975,1921,2080,1848,1695,1963,2008,2555,1819,2035,2492,2009,1930,1959,1807,1678,1691,1839,1967,2134,2460,2566,2522,3057,2680,2613,2729,2608,2849,2568,2325,2647,1863,2084,2014,1841,2817,2412,2364,2488,2326,2567,2369,3005,2425,2645,2605,2651,2045,2336,2848,4167,2449,2289,2444,2652,2525,2212,2244,2526,2611,2447,2365,2607,2284,2370,2255,2236,2732,2484,2238,2027,2011,1724,1650,1965,1885,1846,2807,2441,1935,1838,1847,2215,1879,2203,1967,2127,1974,2164,2872,3126,1967,2484,2438,2140,2075,1685,1562,1531,1718,1963,1894,1925,2002,1849,1969,2126,1842,1931,1960,1688,1807,1917,2011,2003,2404,1817,2294,2023,1890,1923,1881,1816,2125,2008,1915,1847,1810,1647,1924,1892,2040,2127,1770,1770,1970,1711,1644,1617,1634,1484,1609,1575,1830,2134,1767,2253,1645,1802,1488,1802,1445,1403,1802,1558,1394,1996,1611,1451,1444,1440,1963,1440,1572,1637,1640,1613,1778,1682,1610,1475,1408,1479,1477,1534,1531,1599,1490,1470,1618,1894,1563,1598,1596,1821,1402,1325,1835,1494,1609,1720,1782,1529,1681,1920,2186,1678,1638,2002,1575,1564,1565,1525,1729,1666,1770,1616,1730,1870,1688,1651,1574,1594,1947,2343,2207,1927,1720,1761,1724,1495,1761,2096,2246,2108,1979,2811,2127,1643,1895,2397,1846,2006,1937,1763,1724,1725,1766,1716,1934,2077,1939,1923,1937,2048,1715,1781,1604,1729,1690,1439,1380,1589,1618,2322,1716,1659,1764,2125,1690,1748,1532,1725,1687,1647,1726,1580,1586,2114,1885,1834,1880,1572,1651,1891,1512,1618,1962,2326,2465,2292,2157,2331,2370,2527,2047,2323,2323,2650,1762,1932,3365,2687,2334,2000,1648,1571,1562,1558,1534,1886,2206,2075,1737,2160,1713,1688,1674,1449,1681,1729,1726,1563,1636,1688,1811,1646,1767,1727,1993,1742,1678,1811,1644,1599,1409,1649,1552,1914,2047,1969,1956,2016,2165,1869,1792,1638,2124,2012,1770,1958,2086,1760,2493,1851,2002,2122,1849,1889,2006,1843,2168,1964,1886,1844,1889,2051,1883,1919,1773,1966,2199,2085,1934,1782,1850,1956,1784,1519,1410,1476,1693,1844,1797,1770,1804,1765,2119,1739,1806,1757,1771,1607,1633,1691,1972,1847,1762,1858,1900,1970,1987,1987,2089,1918,1747,1899,1977,1601,2022,2184,2156,1815,1607,1759,1692,1641,1644,2013,1679,1662,1685,1601,1886,1478,1522,1659,1819,1569,1547,1761,1805,1722,1453,1361,1952,1445,1300,1925,1610,1685,1726,1852,1633,1601,1481,1448,1563,1808,1695,1483,1609,1798,1834,1978,1557,1654,1722,2178,1681,1525,1910,2343,1900,2054,1874,1719,1448,1611,1579,1867,1826,2043,2287,1918,1763,1763,1915,1751,1485,1522,1629,1380,1330,1887,1315,1913,1583,1629,1595,1439,1467,1359,1334,1970,1323,1955,2199,1879,1468,1454,1353,1872,1334,1965,1330,1362,1697,1528,1556,1453,1400,1509,1348,1380,1368,1478,1447,1511,1795,1477,1608,1610,1520,1457,1621,1666,1457,1563,1830,1647,1811,1583,1974,1577,1643,1629,1784,1840,2127,2219,2143,2174,2219,1826,1981,1832,2320,1764,1684,2121,2005,2283,2086,2108,2585,2027,1943,1841,1772,1879,1726,1778,1694,1699,1895,1934,2037,1805,2009,2072,1853,1496,1754,2084,2049,1887,1706,1743,2063,1708,1983,1927,1861,2156,1979,2169,1944,2348,1941,1687,1568,1577,1653,1801,2648,2566,2068,1968,2898,2969,2769,2261,2756,2275,2423,2440,1808,1844,1964,2241,1895,1877,1773,1765,1798,1769,1769,1845,1921,1644,2030,2030,2008,1806,2578,1948,1706,2044,2118,1940,2006,1935,2120,2224,2225,2216,2156,1963,2044,1941,2107,1857,2155,1861,2251,3114,2131,2805,1923,1894,1921,1839,2369,1786,2886,2928,2926,4040,3773,2123,1971,1923,1886,1799,1848,2095,2068,2533,2203,1895,2528,2242,3241,2680,2684,2132,1926,1655,2080,2087,1930,3128,2050,2406,2656,2640,2170,1999,2132,2082,2005,2039,2054,2617,2284,1917,2220,2444,2694,2045,2405,2690,2127,2208,2043,2252,2119,2006,2211,2007,1996,1966,2055,2049,2280,1963,2172,2161,2006,2129,2289,2284,2376,2446,2039,2050,2120,1815,2039,2011,1920,1850,1605,1930,2237,1690,1884,2171,2567,2130,2160,2293,2005,2004,2084,2046,2039,1733,1638,1659,1752,1691,1607,1638,1842,1610,1682,1814,1636,1610,2251,1646,1597,1766,1494,1406,1401,1396,1531,1527,1676,1726,1599,1625,1623,1603,1347,1829,1304,1863,1672,1587,1724,1557,1603,1602,1580,1602,1694,1629,1772,1637,1970,1571,1637,1768,1485,1487,1602,1578,1755,1681,1567,1884,2176,1675,1730,1926,1569,1966,1566,1770,1752,1769,1933,1760,1520,1568,1565,1753,1745,2235,1766,1759,1647,1812,1666,1721,1758,1554,1761,1848,1830,2166,1796,1721,2624,1779,1485,1484,1523,1926,2187,1710,2033,1919,1797,1948,1844,2049,2009,1523,1413,1400,1397,1372,1606,2199,2049,1854,1809,1829,1778,2125,1880,1640,1723,1887,2066,1758,2053,1735,1580,1553,1804,1895,1714,1578,1845,1960,1861,2014,2122,2243,1965,2094,2267,2442,2295,2404,2689,2207,1941,1720,1922,1723,1736,1796,2088,2334,1681,1680,1683,1974,1597,1448,1602,1611,1564,1968,1761,1718,1855,1603,1525,1512,1419,1641,1718,1771,1595,1708,1787,1844,1754,1619,1496,1898,1824,1521,1448,1880,2309,1901,1887,1810,1833,2156,2135,2129,1687,1680,1846,1724,1415,1630,1577,1757,2254,1673,1886,1648,1691,1530,1567,1486,1584,1644,1687,1578,1634,1694,1526,1664,1722,1451,1679,2129,1614,1651,2104,1602,1583,1596,1481,1376,1591,1967,1573,1676,1538,1629,1622,1599,1552,1582,1568,1844,1529,1379,1422,1383,1429,1446,1456,1410,1386,1450,1731,1359,1611,1374,1322,1913,1621,1682,1397,1377,1533,1726,1563,1675,1737,1568,1514,1640,1664,1638,1563,1893,1648,1711,1815,2084,1553,1534,1615,1480,1630,1570,1565,1700,1553,1442,1639,1443,1446,1369,1644,1577,1563,1513,1530,1639,2327,1564,1569,1403,1372,1390,1779,1407,1395,1444,1488,1449,1436,1544,1587,1618,1666,1625,1478,1595,1737,1612,2000,1839,1436,1527,1663,1794,1401,1557,1802,1618,1745,1801,1593,1732,1623,1972,1813,1841,1702,1945,1643,1592,1676,1907,1808,1676,1560,1548,1698,1756,1696,1681,1609,1769,1949,2503,1748,1912,2063,2005,1879,2561,2511,2489,2694,2357,2855,2004,1925,1887,1973,2545,2649,2077,1734,2270,1972,2045,1839,1848,1808,1959,1972,2806,1799,2136,1608,1636,1563,1773,2008,1902,1720,1504,1973,2209,2205,1686,2173,1513,1563,1791,1747,2095,1676,1716,1683,1720,1526,1533,1485,1427,1380,1525,2106,1576,1638,1533,1518,1621,1679,1553,1569,1617,1631,1584,1654,1818,1678,1466,1477,1390,1485,1460,1411,1474,1599,1418,1416,1513,1897,1808,1581,1454,1643,1679,1310,2070,1510,1700,1842,1307,1843,1831,1609,1437,1831,1606,1752,1409,1488,1381,1367,1487,1368,1394,1376,1638,1379,1973,1534,1434,1340,1352,1337,1414,1358,1642,1853,1431,1422,1369,1360,1372,1336,1337,1398,1327,1614,1518,1916,1366,1310,1810,1809,1809,1834,1333,1353,1302,1406,1274,1770,1725,1782,1789,1785,1897,1341,1456,1656,1373,1352,1339,1747,1747,1744,1788,1775,1533,1584,1365,1309,1893,1393,1398,1391,1404,1410,1414,1306,1792,1354,1807,1844,1337,1851,1352,1349,1328,1349,1308,1672,1775,1419,1905,1440,1293,1785,1782,1432,1409,1387,1504,1815,1848,1312,1855,1306,1820,1951,1332,1323,1789,1935,1328,1812,1810,1808,1808,1865,1353,1624,1794,1545,1279,1788,1850,1382,1358,1652,1474,1422,1617,1434,1297,1777,1804,1786,1783,1748,1754,1898,1393,1689,1343,1332,1342,1405,1339,1335,1335,1336,1406,1317,1795,1360,1977,1422,1796,1799,1819,1941,1308,1492,1354,1668,1840,1285,1765,1781,1785,1923,1428,1494,1627,1403,1550,1538,1572,1573,1750,1888,1787,2594,2041,2758,2645,2867,2561,2649,2450,2892,3530,2814,2517,3637,2614,3744,2424,3004,2632,2327,2727,3104,4842,2491,2565,2508,2866,3015,3312,2420,2915,2523,2309,2406,2356,2361,2404,2970,2588,2766,2450,2609,2609,2963,2775,3206,2730,2403,2085,2128,2286,2364,2449,2520,2458,2244,2006,3326,2527,2521,2410,2650,2535,3133,2638,2900,2134,1878,1721,1688,2404,2458,2644,2566,2482,2043,1694,1624,2013,1877,1853,2198,2485,2024,2282,2307,2689,2286,2569,2324,1925,2168,2605,2287,1999,2000,1970,2324,2015,1995,2453,2050,1638,1725,1730,1998,2246,2015,2042,2009,1926,1928,2120,1933,2658,2233,2179,2133,2047,2091,1884,1773,1810,2104,2284,1922,2740,2007,2004,2253,2399,2090,2006,1807,1904,2155,1937,2240,1964,1955,2103,2766,2372,2284,1926,2450,2775,2245,2080,2080,1970,2203,2244,2289,2326,2653,2575,2210,2398,2568,2926,2413,2245,2291,2374,2729,2640,2328,2082,2313,2408,1882,1812,2080,1891,1725,1717,2097,2088,2040,2001,2089,2258,2411,2248,2035,2207,2222,2202,2010,1910,1732,2130,2186,2677,2690,2184,1888,1854,1916,1935,1999,2083,1808,2010,1882,1805,1965,1891,1988,1791,1774,1558,1693,1607,1871,1696,1670,1549,1929,1597,1618,1709,1619,1482,1467,1465,1596,1609,1593,1463,1553,1674,1610,2013,1574,1522,1512,1491,1876,1694,1688,1725,2084,1603,1639,1463,1474,1412,1445,1873,1412,1680,2090,1634,1523,1691,1612,1510,1465,1434,1607,1643,1489,1527,1602,1768,1737,1611,1637,1637,1728,1811,1568,2168,2156,1523,1604,1612,1726,1877,1699,1763,1765,1836,1842,1728,1491,1487,1957,1847,2006,2007,2125,1926,1887,1886,2004,2018,2538,2327,2764,3167,2732,2289,2691,2647,2681,2492,2087,1852,1934,2304,2772,2769,2484,2213,3835,2286,2003,1923,2174,1952,2211,2050,2471,2290,1882,2378,2135,2524,2695,2144,2204,1876,2007,3242,2496,2521,2329,2370,2096,2447,2487,2370,2970,1928,2076,2040,2844,2046,1966,2293,2331,2132,2182,1777,2224,2011,2000,1686,1600,1932,2304,3773,2285,2070,2587,3009,3971,2814,2326,2217,2363,2281,2611,2078,2769,2648,2489,2283,2533,2491,2164,2292,2528,2489,2448,2485,2011,2122,1828,2015,2447,2207,1888,2969,2804,2417,2080,2262,2328,2610,2044,2004,2339,2042,2394,2087,2048,2808,2608,2612,2692,2241,2042,2092,2130,2043,2451,3730,1987,2037,1696,1767,1806,2260,2323,2132,1965,2040,2044,1894,1925,1992,2366,2364,2237,1892,2128,2041,1846,2398,2402,2328,1892,1899,1971,1926,2192,2328,1998,1562,2088,2008,1833,1811,1806,2029,2126,2408,2565,2771,2368,2242,2250,2364,2610,2368,2130,2402,2485,2499,1934,1799,1683,1641,1609,1609,1605,2102,1884,1881,2132,2422,2207,1758,2124,1809,1808,2162,1764,1688,2168,1881,2174,1965,2228,2408,2651,2648,2689,1931,4546,2161,2569,2372,2323,2646,2333,1929,1963,2086,2104,1970,2440,1881,1971,1759,1929,2286,2256,2448,2200,1804,1653,2090,1560,1698,1800,2132,1639,1651,1677,1641,1785,1459,1517,1682,1453,1513,1618,1754,1410,1483,1404,1562,1410,1599,1394,2045,1450,1513,1378,1506,1365,1977,1650,1514,1772,1521,1816,1405,1359,1511,1439,1369,1564,1893,1438,1764,1617,1422,1369,1525,1367,1407,1357,1538,1469,1578,1566,1464,1432,1494,1440,1656,1457,1402,1473,1480,1581,1783,1363,1384,1515,1639,1513,1451,1340,1445,1466,1462,1690,1298,1810,1970,1322,1854,1441,1357,1372,1804,1552,1737,1778,1498,1352,1349,1284,1744,1828,1747,1405,1418,1342,1555,1270,1753,1722,1724,1779,1516,1398,1638,1410,1914,1302,1772,1692,1836,1833,1463,1597,1601,1415,1529,1525,1636,1640,1639,1639,1483,1506,1847,1439,1491,1423,1493,1295,1789,1786,1946,1502,1517,1381,1296,1882,1439,1417,1386,1400,1342,1328,1348,1759,1256,1851,1302,1997,1413,1409,1410,1407,1537,1457,1613,1358,1379,1454,1393,1373,1368,1367,1370,1369,1362,1357,1872,1607,1387,1468,1357,1309,1726,1754,1770,1890,1726,1655,1351,1322,1758,1738,1809,1820,1791,1859,1672,1624,1855,1360,1363,1335,1336,1335,1334,1368,1521,1420,1330,1868,1319,1754,1847,1337,1341,1338,1404,1356,1690,1393,1859,1449,1301,1817,1339,1334,1336,1367,1413,1363,1258,1325,1800,1739,1830,1344,1334,1345,1405,1284,1874,1275,1454,1398,1474,1465,1555,1556,1551,1437,1406,1450,1800,1684,1387,1306,1822,1792,1850,1398,1392,1417,1493,1970,1454,1601,1484,1631,1761,1627,1711,1622,1910,1731,1735,2203,2196,1814,1758,1848,2011,1810,1783,1707,1936,2214,2489,2355,2091,2205,1974,1767,2430,1825,1836,1806,1776,1875,1851,1813,2034,1896,1963,2243,2247,2199,1728,2807,2329,1729,1837,1850,2116,2408,2485,2053,2363,2331,1968,2557,2414,2967,2172,2044,1929,2321,2233,2110,1888,1979,3041,1849,1768,1881,1811,2116,2057,1960,2123,2897,2045,2000,1896,1644,1794,1916,1654,1554,1455,1562,1776,1994,1558,1487,1607,2165,1705,1886,1753,1763,1487,1523,1668,1660,2250,1924,2769,1695,1813,1583,1482,1441,2063,1940,1840,1817,1999,1559,1699,1724,1943,1797,1792,1823,1840,1836,2166,1821,1675,1630,1745,1574,1607,1641,1960,2104,1564,1448,1504,1612,1692,1919,1687,1492,1602,1595,1497,1467,1375,1367,1391,1458,1751,1605,1764,1776,2157,1633,1743,2005,1712,1699,2364,1965,2055,2812,2050,1760,1732,1565,1797,2041,1884,1772,1640,1688,1695,1643,2049,2029,1852,2131,1651,1759,1689,1561,1479,1447,1693,1885,1790,2181,1837,1760,1805,2655,1727,1799,1810,1799,1822,1912,1578,1720,1877,1773,1731,1633,2111,1770,1682,1520,1650,1551,1645,1841,2024,1804,1866,1506,1704,1626,1602,1738,1718,1768,1766,1659,1482,1560,2205,1800,1597,1585,1634,1651,1604,1726,1688,1759,1815,1442,1480,1647,1605,1801,1569,1575,1549,1500,1713,1641,1499,1469,1831,1808,2090,1876,2096,1916,2134,1766,1757,1850,1963,1932,2007,2009,2127,2096,1733,1883,2162,2720,2326,1803,1769,1838,1771,1763,2550,2049,2333,2056,2035,1994,2202,2009,2511,2176,1958,1879,1972,1999,1935,2237,2011,2215,2414,1759,1563,2135,2045,2126,2527,2052,1764,1846,1926,2239,1893,2259,3009,2126,2324,2368,2405,2128,2849,2408,2443,2574,2197,2766,3136,2321,2491,2123,2002,2134,2364,1929,3165,2528,2130,2606,2613,2201,2127,2364,2335,2481,2371,2608,2447,2199,1902,2204,1688,2139,2326,2532,2052,2149,2248,2124,2440,2647,2618,2006,3151,2381,1735,1807,1676,1729,1764,2045,1853,1803,2002,2244,1970,1974,2322,2279,2054,2006,1959,2533,1805,2039,2088,2174,2006,2640,1930,2362,2250,2015,1926,2046,1713,1738,1923,2081,2134,1959,2048,2051,2762,2014,1962,1960,1932,1876,1855,1809,2202,2006,2163,1724,1733,1725,1567,1558,1557,1529,1529,1925,1919,1977,2115,2054,2046,2443,2254,2167,2078,2015,1967,2126,2003,2198,2099,1753,1733,1707,1748,1765,1842,2044,1899,1594,1458,1634,1885,1815,1806,1670,1538,1528,1559,1735,1400,1552,1719,1405,1731,1534,1751,1645,1449,1491,1443,1434,1560,1424,1404,1483,1766,1558,1515,1498,1444,1401,1444,1910,1572,1522,1801,1705,1876,1649,1642,1681,1456,1589,1625,1650,1776,1613,1474,1400,1396,1415,1379,1479,1595,2035,1612,1718,1602,1650,1484,1566,1522,1541,1845,1848,1669,1657,1610,1711,1649,1647,1647,1565,1956,1492,1411,1726,1555,1609,1548,1620,1565,1913,1727,1698,1606,1669,1770,1484,1472,1492,1536,1445,1600,1758,1689,1592,1734,1440,1414,1383,1566,1578,1408,1542,1676,1535,1590,1544,1545,1459,1460,1492,1595,1424,1828,1397,1452,1545,1496,1420,1402,1417,1417,1334,1901,1992,1539,1382,1430,1379,1378,1370,1369,1369,1416,1406,1322,1848,1300,1900,1320,1331,1329,1328,1464,1351,1527,1247,1832,1312,1830,1304,1797,1796,1799,1849,1326,1881,1400,1332,1309,1526,1454,1502,1492,1505,1397,1490,1489,1382,1417,1408,1404,1477,1470,1524,1512,1656,1525,1628,1331,1355,1926,1392,1337,1335,1335,1326,1754,1897,1470,1305,1349,2157,1355,1334,1337,1333,1793,1835,1810,1818,1785,1828,1804,1744,1730,1752,1985,1307,1801,1806,1342,1497,1318,1765,1767,1914,1282,1879,1345,1278,1904,1319,1776,1766,1754,1878,1298,1765,1788,1736,1774,1869,1447,1420,1386,1482,1417,1854,1854,1841,1906,1369,1915,1516,1329,1484,1283,1822,1396,1295,1468,1432,1382,1376,1298,1773,1901,1261,1854,1322,1893,1349,1805,1853,1398,1424,1425,1414,1418,1459,1647,1415,1380,1831,1837,1450,1424,1550,1438,1534,1410,1313,1956,1279,1843,1354,1372,1356,1359,1336,1418,1427,1387,1422,1431,1320,1770,1861,1432,1421,1419,1421,1423,1486,1449,1487,1319,1827,1422,1416,1427,1421,1418,1438,1390,1369,1444,1347,1360,1961,1461,1400,1509,1692,1627,1444,1508,1496,1334,1373,1432,1389,2064,1628,1623,1612,1676,1772,1545,1517,1445,1605,1587,1565,1546,1541,1542,1541,1570,1428,1385,1428,1406,1498,1619,1721,1734,1883,1877,2963,2889,2588,2746,2689,2703,2413,2201,2248,2731,2513,2532,2415,3037,2693,4007,2020,1940,1939,2137,2278,2131,2566,1933,2484,2446,4535,2366,2486,2167,2004,2297,2163,2490,1910,2329,2446,2206,2043,2251,2239,2475,1928,2494,2111,1880,2219,2447,2976,2682,2613,2442,2534,2136,2407,2966,2374,2242,2446,2495,1956,2654,6179,2482,2481,2133,3128,3000,2809,2648,2685,2406,2734,2522,2451,2602,2412,3934,4210,3290,3690,2890,5941,4251,2329,4933,2683,2368,2893,2649,2687,3125,3254,3310,1841,2164,5376,2044,2442,3737,2925,3494,2045,2128,3172,2522,5814,3969,2124,3375,4457,2848,2154,1993,2464,3334,1978,2185,2325,1881,1919,2126,2605,2412,2566,2731,2170,2205,2326,2207,2326,2198,3291,2568,2329,2333,2111,2422,1925,2336,2088,2411,2404,1969,1753,1846,2098,2241,1809,2245,1756,2289,2894,2475,3335,2442,3208,4255,2285,2009,2086,2208,2364,2525,4370,2899,2967,2322,2654,3045,3013,3166,2808,2492,2405,2210,2249,1906,1762,2298,3053,2402,2365,2133,1800,1929,2618,2481,2456,2172,2280,3894,2565,2284,2098,1817,4247,2259,2040,2207,2171,2120,1926,1971,3215,1880,1929,1917,1972,2079,2049,1889,2247,1770,2159,1895,1957,2408,2202,2047,2129,2185,2405,3122,3576,2605,2209,3097,3532,2287,5254,2807,2001,3414,2958,2007,1879,1974,2444,2294,1755,1927,2055,2198,2286,2284,3121,2206,2525,2370,2006,2371,4486,3284,1996,1996,2176,1926,2451,1876,5602,3697,2484,3535,2483,2132,3646,2452,2282,4334,3897,2241,2880,2093,2285,3133,3093,2008,2640,2856,2516,2490,3286,2493,2290,2487,2604,2443,2031,2335,2445,2283,2692,2166,3124,2002,3197,3202,2373,2575,2207,3686,3087,4256,2331,4768,2269,2398,3123,4496,3369,3855,3008,3087,2891,4147,3691,3649,3250,2843,3691,2220,2645,3165,2253,3003,2531,2412,4964,4255,4289,4619,3290,6218,2410,3085,2850,3448,3133,2073,1847,8082,2330,2247,2086,2327,6091,4257,2171,2290,2535,7933,2691,2566,2245,1927,6500,3215,3124,5055,5460,2291,2446,3971,1971,2056,2062,3572,2610,2121,2122,2186,2928,3814,2409,2807,3046,3011,3733,3009,2804,3169,2361,2783,2080,2524,2011,2617,2246,2448,2086,2453,2647,2524,2338,2484,2396,2006,2091,2051,2623,2449,2452,2563,3407,2250,2569,2643,2371,2644,3013,2088,2192,2234,2252,2174,2319,2438,3452,2564,2731,2516,2284,1763,2449,2011,2008,2006,1957,2014,1999,2045,1898,2237,2003,2009,2092,2159,1883,1763,2086,2088,1847,1759,1764,1927,2003,3013,2409,2256,2452,2548,2001,2284,3501,1968,2293,2000,2397,2260,2047,2539,2159,1972,1972,2003,2120,2696,3452,4014,2537,3204,2562,2069,2042,2252,2235,2534,2481,2615,2400,2473,2214,2252,2485,2485,2447,2573,2725,2328,2133,2685,3289,1640,1774,1954,2113,3084,2088,2655,2374,2139,3155,3858,2246,2444,2538,1813,4085,3933,2248,2449,1802,2531,3372,2934,2651,2282,1832,1921,2870,5823,2688,2886,2492,2320,5018,3334,2804,2037,2823,3448,2846,2928,2488,2005,2005,2082,3045,2812,2448,2525,2486,2568,2854,2683,2212,2446,3052,1959,1846,2573,2320,4177,2608,2205,2405,3249,2446,2611,2650,2411,2239,3085,2693,2565,2816,2241,2986,2398,2693,2798,2275,2323,2141,3291,2049,2123,2042,1887,1734,1636,1695,2001,1683,1930,2289,2044,1764,2584,2408,2523,2011,2607,2361,2747,2376,2181,2167,2694,2246,2164,2206,2054,3174,4983,3134,2843,2046,2078,2285,2041,1966,1925,2046,2092,2002,1884,1880,2011,2883,1889,1855,1682,1683,1805,1641,1461,1436,1397,1686,1740,1603,1402,1572,1808,1532,1472,1479,1410,1459,1801,1639,1567,1611,1403,1592,1929,1410,1389,1372,1649,1595,1448,1489,1323,1999,1336,1518,1937,1389,1518,1374,1453,1470,1443,1728,1709,1787,1963,1417,1396,1309,1453,1342,1788,1721,1768,1707,1807,1711,1340,1780,1502,1409,1716,1286,1980,1511,1672,1453,1948,1558,1436,1957,1430,1461,1430,1459,1455,1417,1721,1431,1373,1542,1369,1547,1863,1516,1417,1400,1577,1398,1913,1410,1638,1523,1510,1489,1374,1452,1875,1415,1409,1907,1397,1403,1736,1506,1452,1523,1801,1535,1446,1413,1431,1400,1459,1531,1498,1385,1390,1473,1448,1438,1439,1500,1557,1422,1479,1584,1725,1566,1762,1627,1506,1756,1825,1769,2136,1925,2211,1844,2169,2528,3411,2522,3134,2682,2454,2760,2768,2253,3692,4256,2288,2203,4736,2046,2005,1811,2353,2006,1724,1768,1799,7289,9690,7209,4705,2155,2099,2605,4059,2086,2882,1932,2714,2607,2686,2050,2128,3374,4263,2512,2579,2687,2650,3288,2535,2516,2412,2162,2205,2246,2611,2688,3336,2599,2849,1933,2568,2321,2252,2212,2140,2608,2413,2325,5534,3490,2489,1881,1842,2835,1766,2012,2646,3017,1866,2606,2805,2216,2098,2718,2445,2210,2053,2508,4699,2516,2528,2451,1929,1575,2736,2360,2169,2741,2653,1948,3061,2845,2417,2442,2486,2372,2766,2290,1953,1684,1717,2115,1888,2190,2327,2769,2407,2413,2403,2685,2326,2054,2486,1925,2730,2211,2207,2044,2649,2808,1840,2248,1893,2003,2410,3092,2164,2288,2525,2285,2410,3882,2695,2487,3093,2443,2454,3291,2210,2079,2086,2085,2081,2760,2330,1969,2854,2373,2403,2694,2166,2325,2368,2020,1770,1769,1959,1888,1841,1732,1796,3693,2332,1966,1926,1722,1772,1764,1725,2012,1647,1795,1799,1809,1730,1853,1798,1644,1722,1695,1764,2085,1756,1888,2154,1928,2080,1934,2398,1857,1956,1731,3283,1855,1886,2115,1978,2074,2279,2606,2483,2444,2682,4676,2728,1767,1766,1681,1776,1921,1931,2243,2802,2119,1888,2088,2284,1923,1810,1854,2119,2614,2277,1726,2498,2476,1936,2125,3131,2039,3008,2164,2290,2571,2004,1965,1895,1961,2202,2205,2177,1919,1963,1969,2052,2284,2010,2237,2057,2485,2881,2009,2326,2032,2928,2700,2597,2486,2051,2532,2640,2294,2041,2247,4648,2728,2172,2323,5246,2497,2121,5384,2324,2526,2565,2294,2532,2397,2412,2890,2082,2410,2930,2325,2289,5336,2485,2447,2247,2215,2406,2610,2193,2293,2327,2332,2361,3295,2439,2422,2573,1894,2616,2281,2530,2530,2443,2887,1971,1848,1965,1966,1934,2855,2525,2011,2086,3051,3222,1836,1899,4169,2050,2121,2124,2447,2445,3210,2262,2122,1929,2401,2370,2408,2371,2524,2287,3165,2134,2691,5091,2892,2128,3250,2848,2496,2647,2602,2889,2366,2412,2318,2449,2283,2271,2076,2221,1953,2041,1887,2481,2413,3088,2526,2726,2050,2308,2211,2486,3292,2207,2169,2439,1930,2162,2016,2096,2128,2127,2092,3127,1996,2214,2162,1842,2213,2004,1893,2036,2418,1956,2008,1968,1889,1883,1879,1817,4013,2032,2451,1811,2690,3015,1976,2480,2242,2249,2206,2330,2123,1842,1971,2211,2048,1925,1999,2128,2091,6919,2083,2135,2000,2468,1828,4049,2250,2387,2451,2148,2048,2087,2010,2328,2154,2693,2645,2409,2372,2608,2089,1921,2044,2082,2047,1978,1844,2042,1883,1886,2081,1777,2002,1630,1573,1840,1820,1754,1532,1554,1895,1799,1973,2046,2007,1967,1963,2041,2009,1803,2086,1934,2085,2277,1927,2294,1886,1687,1914,1851,2015,1646,1563,1673,1899,1796,2048,2215,1885,1844,1967,1958,1648,1720,1718,2027,1757,1688,1721,1732,2170,1645,1729,2318,1851,2134,2035,2132,2331,2040,2151,2123,1933,1943,1972,3411,2496,2360,2536,2842,2208,2527,2138,1974,1960,1967,2131,1883,1845,1770,2003,2047,1965,1971,1996,1936,2044,2050,2266,2481,2454,2486,2609,2644,2486,2959,1806,2606,2622,2259,2719,3174,3172,2050,2158,1767,1725,1687,1683,1727,1884,2004,1652,1849,1884,1846,1803,1964,2728,2050,1920,2091,2003,2046,2009,2000,1935,2276,1812,2138,2178,2489,2359,3051,2815,2487,3649,2650,2921,4859,3650,2647,2611,3131,2849,2565,2967,2294,1783,1967,3364,3498,2840,1894,2245,3051,2489,3163,1930,1930,2080,2040,2851,1975,2243,2533,2367,1844,1804,2054,2252,2679,2689,3493,2210,1906,2623,2566,2288,2810,2011,2600,2492,2751,2211,3085,2453,2850,2409,2887,4096,2684,2246,2655,2164,2572,2526,5247,2854,2878,2330,2128,6977,2328,2572,2727,2764,2119,2495,2331,2241,1932,2006,2204,2412,2481,3376,2285,1963,3529,4256,2125,2169,2326,2170,2160,2172,2286,2572,2128,2487,2489,2164,2319,2201,2375,2409,2009,2407,1965,2085,2852,2449,3088,2054,1810,1877,2011,2043,2397,2842,1717,2046,2298,2406,1754,1690,2575,1914,2203,2203,2643,1965,1809,2813,3853,1770,2110,1973,2681,3769,2166,2445,3741,2136,2321,2122,1861,2188,2482,2530,2370,1847,2167,1967,2323,2001,1884,1846,1971,1731,1894,2290,3744,2328,5254,2566,3172,4237,2193,2247,2052,2089,2208,1935,2471,1759,1966,2928,4157,2043,2662,2248,2208,2291,1725,2488,2449,2610,3088,2640,3013,1969,2202,2090,3448,2136,1841,2089,2688,2332,2241,2372,3734,4687,2564,2335,2124,2688,3933,1842,2856,4126,3611,2205,2254,2242,2569,4661,3731,2134,2231,2210,2486,2449,2208,2726,2094,2036,2094,2372,2083,2202,2203,2088,1932,2081,2092,2117,2609,1696,2205,1763,2766,2332,1727,1960,1923,1965,3719,4576,1965,2166,2404,2734,2519,5141,2644,2017,2209,2079,2407,2449,2325,3292,2324,3573,2809,2321,2732,2291,2882,2693,3130,2733,2480,4058,2921,2291,3051,2483,2451,2366,2448,2527,2369,2404,2497,3242,2112,2206,2651,2532,2480,1963,2211,1766,2010,1961,2902,2694,2442,2572,2963,2264,2133,1918,2007,1722,1691,2077,2657,2367,2490,2215,2999,2457,2564,2449,2523,2654,2213,3020,2606,2688,2776,2566,2645,2331,2244,2646,2125,2778,2605,2327,2285,2056,1921,1721,1768,1959,3012,2244,2050,2074,2432,2615,3896,2890,2890,2602,2529,2374,2240,1970,1802,1936,1969,2206,1936,1797,2119,3654,2885,2005,2288,2329,2809,1964,2047,3660,2641,2534,2690,2287,2125,2705,2488,2767,2009,1947,2002,2288,2225,1886,2487,2564,2572,2803,2252,2605,2614,2318,2188,1810,2047,2036,3087,2797,2367,2973,2403,2818,2624,2524,2161,1818,1943,2366,1965,2724,2089,2681,2611,2411,2090,2448,2355,2287,2184,2163,2042,1912,2085,2685,2650,2247,1968,2007,2969,3069,1813,2202,2325,2363,3168,2568,2779,2958,1746,2085,1970,1969,2155,1817,2126,2327,2121,2300,2163,2163,3100,4377,2568,7581,2325,2044,2244,2636,2452,2083,2407,1878,2171,1930,1843,2078,2050,2435,2292,2922,2414,2245,2689,2445,2492,2523,8680,3214,2480,2288,2805,3239,2368,1689,1957,2053,1954,2579,2525,1931,2046,2721,1923,1805,1808,1765,1874,1880,2143,2445,2407,1890,2286,2118,2089,2055,2085,1879,2002,2492,2524,3090,2367,1965,5173,6852,2769,3250,2406,4614,2055,2003,1727,2156,2051,1811,1765,2039,1964,2009,2385,2496,4174,2725,3010,3016,2255,1836,2131,2493,2089,2801,2007,2166,1921,2374,2434,1894,3131,2443,2125,1854,2074,1905,1886,1811,1772,1796,1804,1963,1651,1637,1581,1843,1481,1507,1578,1917,1457,1896,1568,1819,1790,1606,1603,1973,1477,1481,1498,2078,1613,1649,1671,1693,1606,1614,1675,1727,1685,1559,1602,1609,1734,1631,1583,1518,1555,1567,1811,2166,1559,1621,1755,1906,2207,1768,2164,1805,2005,1682,1803,1695,1714,2467,4218,2289,2360,2374,3050,2171,2159,2644,3124,2272,1883,2122,2242,2213,1791,3878,1654,1800,1935,2046,2007,1803,2043,2003,2962,2453,2971,2250,2450,2325,1874,2040,2089,1805,1763,1764,1974,2040,2335,2040,1885,1766,1727,2165,2050,2130,3076,2008,1770,2120,1886,1687,2088,3413,4366,2774,2410,2403,2367,2368,2682,2292,2490,1892,1854,2477,1888,1874,2210,2084,2044,2007,2438,2809,3370,2656,2124,2610,5494,16020,2441,4532,6330,2098,1844,2084,3122,4890,2368,2657,1961,2853,2403,3352,2605,1885,1766,1883,2329,3811,3648,2164,1850,1891,1959,1800,1850,2044,2099,2249,2770,2167,2132,2007,3980,2684,2369,3568,3612,1845,1977,2356,2010,1786,2323,3242,2130,2137,2562,2080,2067,1894,2322,2172,1793,1769,2500,1925,2801,1733,1918,1890,1814,2325,1844,2002,2285,1807,1966,2896,2039,2765,1857,1959,1849,2161,2685,2045,2416,2122,1883,1699,1950,1609,1670,1929,1778,1633,1653,1690,2204,1480,1557,3238,2040,1596,1480,1644,1745,1670,1922,1703,1674,1527,1674,1652,1595,1679,1682,1571,1680,1759,1850,1852,1735,1627,1932,2455,1671,2662,2073,1647,2091,1688,1726,1894,1947,2084,1921,2287,2688,1894,2504,2293,2443,2525,2735,3521,2850,2406,2141,2143,2171,4132,3014,2843,2339,2486,2527,2329,2288,2612,2002,2126,2726,2451,3009,2130,2522,2730,2280,1833,1817,2376,2564,2691,2156,2040,2235,2411,2084,1975,2094,2117,2015,1887,1888,1921,1722,2085,2015,1927,1599,1758,2340,1957,1853,2123,1730,1957,2094,1994,1971,2372,1841,1692,1959,1965,1964,1894,2006,2046,2041,1966,2176,2410,2330,2204,2645,2853,2641,2127,2411,2517,2122,2173,2007,2285,2352,1801,1918,2338,2989,2575,2421,2974,2326,2365,2251,2488,2517,1954,2227,2485,1670,1776,2042,1969,2047,1915,1933,1727,1923,1932,1839,2000,2011,2162,2179,2408,2413,2204,2313,2087,1809,1933,1879,2203,2011,1844,2041,2179,1833,1808,1895,1885,1841,1971,2045,2164,2162,1970,2169,3329,1996,2010,2126,1768,1571,1802,1970,1999,1598,1927,2048,1805,1643,1774,1642,1809,1808,1922,1794,1894,2087,1851,1675,1728,1577,1515,1595,1702,1825,1733,2029,2939,2486,1961,2092,2083,2092,3242,2010,1922,2082,2370,2645,3250,3532,2446,2329,2335,2527,2561,2373,2197,2092,1915,1888,2288,1646,1688,2141,2894,1963,1887,2480,2298,3162,2198,2219,1924,1956,1769,1805,1854,2005,1795,1890,1971,1637,1525,1815,1605,1913,2137,2124,2131,1923,1927,1798,1686,2005,2016,2036,1927,1769,1849,1968,2384,2482,3133,2605,2452,1768,1709,1766,1566,1887,2305,2286,2212,2482,2334,2121,1956,2208,1925,2423,1878,1928,2158,2232,2208,1891,1928,2043,2466,1881,2407,2327,2454,2526,1980,1926,2121,2095,1926,2536,2731,2697,2040,1929,1852,2412,2284,1939,2563,2003,2006,2002,1969,1967,2093,3876,2365,2114,2037,2377,2654,2088,2084,1936,2603,2566,2932,2413,1995,2530,2404,2012,2045,1997,1770,1807,1969,2158,1844,1817,1894,2070,1744,1772,1649,1761,1847,1756,1684,1802,1694,2005,1688,1773,2086,1797,1852,1723,2124,1806,1612,1625,1559,1533,1451,1520,1633,1532,1807,1405,1527,1519,1562,1762,1528,1767,1534,1707,1571,1537,1350,1446,1482,1374,1447,1519,1606,1610,1473,1594,1588,1887,1701,1877,1410,1400,1925,1835,2218,1676,1806,1886,1772,1756,1888,1733,2276,2012,1601,1844,1816,1883,2007,1842,2002,2044,1726,1816,2562,2414,2445,2073,2367,1968,2047,2001,2006,2173,1833,1848,2317,2443,2293,2844,2290,2134,2447,2015,1769,1734,2123,2129,1923,1841,1849,2118,1934,1967,1966,2124,1564,1752,2114,1834,2149,1902,1722,2107,1751,2617,1829,1810,1728,1694,1724,1883,2634,1463,1584,1974,1702,1531,1602,1535,1411,1626,1334,1812,2148,1467,1513,1575,2152,1575,1514,1353,1812,1404,2082,1485,1387,1550,1675,1568,1562,1665,1469,1405,1394,1371,1363,1425,1653,1569,1509,1455,1529,1387,1257,1784,1310,1805,1979,1483,1410,1461,1496,1414,1366,1326,1834,1311,1805,1803,1678,1490,1556,1409,1360,1222,1812,1888,1189,1806,1862,1393,1854,1893,1285,1729,1825,1367,1872,1478,1438,1532,1974,1799,1506,1550,1372,1641,1712,1701,1703,1677,1635,1447,1495,1418,1567,1535,1565,1616,1615,1616,1715,1615,1574,1470,1391,1476,1442,1401,1486,1481,1479,1437,1721,1592,1850,1665,1556,1723,1690,1760,2794,3458,2362,2606,2295,2124,3087,4135,2683,2413,2643,2526,2616,2550,2315,1979,3162,2130,2128,2471,1964,1811,2360,2289,2854,2167,2809,2217,1767,1964,2405,1997,2019,2160,3243,1958,1924,2086,2095,2042,2251,3041,1895,2279,1812,2115,1977,2048,2077,2014,1759,1766,2042,2017,2103,2414,2110,2129,2249,2238,2297,2084,2282,2007,3327,2327,1757,1977,2081,2002,2377,2275,1851,2051,1998,2054,2076,1891,2047,2355,2996,2167,2156,1741,2093,2046,2321,3390,3326,2129,2072,2163,2014,1994,2579,2195,2045,1971,2013,1997,2618,2154,2374,2126,2373,1804,2087,1880,2127,2005,3331,1935,1873,1729,1890,1882,1965,1968,2050,2087,2200,2738,2038,2369,1767,1891,2080,1840,1614,1681,1724,2193,1835,1842,1647,1993,1817,1724,1653,1756,1446,1403,1396,1374,1397,1574,1916,1733,1466,1541,1591,1613,1606,1468,1410,1641,1533,2088,1634,1651,1965,1498,1507,1562,1531,1574,1666,1515,1561,1445,1424,1401,1524,1481,1599,1417,1408,1742,1457,2096,1699,1423,1373,1387,1382,1461,1304,1792,1713,1462,1508,1266,1784,2267,1645,1585,1344,1385,1420,1487,1437,1576,1764,1832,1498,1913,1379,1825,1311,1572,1356,1397,1438,1814,1405,1367,1315,1811,1764,1888,1846,1515,2113,1485,1553,1470,1295,1746,1733,1866,1371,1578,1985,1431,1591,1916,1391,1339,1810,1812,1528,1640,1511,1494,1408,1525,1363,1406,1391,1540,1514,1453,1646,1424,1443,1350,1439,1376,1291,1773,1801,1878,1577,1487,1242,1747,1868,1289,1281,1799,1867,1365,1365,1240,1698,1824,1797,1745,1758,1748,1732,1890,1294,1747,1803,1809,1799,1816,1988,1459,1491,1497,1322,1875,1795,1423,1535,1524,1418,1425,1421,1394,1446,1450,1487,1468,1431,1582,1521,1424,1423,1424,1521,1534,1529,1370,1747,1434,1419,1391,1510,1472,1469,1523,1535,1465,1814,1449,1396,1446,1570,1579,1445,1390,1385,1386,1383,1562,1529,1467,2063,1603,1734,1695,1699,1753,1733,1922,1889,2007,1663,1441,1425,1470,1618,1562,1571,1515,1584,1598,1927,1804,1694,1591,1750,1691,1784,2379,1715,1770,1902,1811,1828,1899,1927,1888,1727,1949,1873,2204,1897,2754,3171,2237,2170,2275,2266,3039,2701,2206,2230,2451,2691,2448,2157,2326,2516,3124,2691,2568,2605,2819,2528,2608,2770,2846,2126,2482,2649,2125,2162,2494,2369,1998,1930,2117,2530,2328,1699,1797,2173,2011,1998,1732,2371,1999,2976,2528,3240,2294,3137,2409,2283,2406,2409,2532,2600,2536,2487,2642,2209,2205,2705,1971,1999,2128,1929,1885,1918,2046,2015,1997,1933,2043,2405,1924,1932,2162,2286,1735,1836,1685,2333,1648,2007,2155,1855,2039,2049,2323,1883,2252,2731,2080,1924,1967,2137,2078,2044,2054,2280,2053,2081,1929,2124,2293,1961,2125,2006,1887,2161,2254,2205,1808,2371,1917,2096,1960,2081,1964,1859,1956,1848,1886,2005,2135,1952,2225,2131,1968,1923,2041,2086,1772,1723,2175,1963,1958,2098,1713,1728,1883,1896,1845,2164,2331,1955,1683,1931,1573,1605,1682,1634,1764,1566,1489,2081,2020,1676,1725,2123,1523,1409,1399,1380,1677,1645,1883,2368,1761,1649,1563,1574,1524,1433,1381,1633,1896,1634,1738,1794,2125,1699,1645,1644,1833,1878,2053,2048,2703,2490,3038,2687,2127,2488,2128,2410,1591,1597,1651,1890,2041,1891,2047,1882,1720,1887,2001,1936,2320,1966,2104,1926,1922,1766,2486,2323,2613,2610,2242,2566,2454,2604,2487,3650,1951,2007,1883,2335,2772,2326,3007,2614,1971,1894,2205,2028,1925,2788,2085,2475,2444,3135,2412,4652,3369,1971,2323,2375,1958,2440,2042,2203,2773,2929,1823,1883,2167,3004,2450,2892,2963,2096,2770,2601,1967,2046,2050,2568,2095,2188,1965,1886,2437,1862,2395,2003,2047,2121,2370,2129,1839,2007,2403,2361,3098,2396,2181,2843,3246,1952,1969,2338,3373,1978,1962,2404,2363,2425,3288,2271,2877,2207,1972,2086,2085,2121,2209,2321,2086,2097,1976,1962,2043,1849,2283,1808,1921,1808,2004,2377,1958,1977,2125,1881,1764,1770,1839,1963,1692,1847,1758,1970,1766,2171,2844,2083,2318,1720,1798,1783,2040,1715,2088,1772,2008,1570,1750,1776,2195,1644,1725,1661,1675,1776,1673,1738,1684,1518,1932,1799,1568,1611,1686,1621,1514,1571,1533,1548,1683,1485,1583,1676,1602,1647,1652,1887,1562,1635,1616,1876,1609,1565,1448,1511,1445,1400,1522,1622,1718,1613,1807,1614,1545,1603,1476,1427,1428,1441,1719,1542,1833,1489,2013,1516,1523,1334,1778,1819,1378,1455,1592,2115,1481,1524,1546,1506,1429,1784,1965,1549,1641,1696,1894,1525,1513,1495,1433,1329,1779,1769,1947,1462,1474,1569,1481,1604,1565,1564,1553,1529,1486,1376,1503,1528,1445,1613,1759,1561,1610,1499,1522,1603,1591,1685,1616,1798,1719,1855,2277,1686,1740,1766,1831,1534,1772,2005,2084,1882,1807,1725,1721,1882,1817,1881,1839,1722,1702,1718,1635,1731,2089,1804,1718,1651,1599,1724,1701,1795,1810,1845,1813,1806,1642,1809,2240,1771,1691,1817,1774,1967,1840,1979,1673,2255,1608,1558,1482,1920,1700,1844,1962,1846,1727,1802,1728,1636,1538,1807,1724,1607,1719,1764,1918,1657,1924,1727,1633,1844,2655,1649,1649,1604,1913,1778,2236,1723,1851,1801,1652,1797,1806,1677,1690,1726,1795,2088,1920,2042,1928,2205,2490,2529,3016,2729,2442,3650,2449,2168,1783,4380,2328,2645,2444,1889,2357,2487,1730,1893,1682,1608,1916,2041,1967,1975,2963,2613,2487,2409,2120,2482,2659,2971,1967,1957,1766,2144,1766,2179,2092,2194,2290,2090,2246,2408,2445,2359,2409,2194,1895,2430,2224,2003,2166,2124,2010,2289,2294,2168,2444,2127,2408,2564,2370,2444,2361,2492,2358,2210,2207,2449,2327,2764,2368,2205,3247,2729,2929,2452,2170,2407,2286,2921,2377,2251,2479,2808,2415,2601,2529,2048,2600,2459,1941,2503,2586,2339,2145,2007,2315,1935,2119,2174,2718,2412,2452,2052,3101,2453,2164,2272,1966,2043,2320,1651,1920,2170,2476,2524,2134,2091,2905,2376,2233,2284,2684,2052,2086,2170,1925,2284,1926,2007,1807,1687,2000,1977,2282,1969,1886,1964,1920,1803,1776,2486,1962,1920,2251,1693,2243,2083,1967,2457,2762,3455,1923,2167,2004,1999,1803,1933,1884,2725,1885,2043,2857,2003,2143,2459,2636,2649,2052,2034,1996,2047,2054,2268,2209,2485,2083,2228,1977,2000,2086,2242,2050,2128,2051,1802,1730,1766,1730,1635,1737,1686,1551,2262,1795,1566,1766,1687,1515,2090,1571,1731,1755,1618,1683,1674,1704,1610,1707,1421,1519,1483,1876,1601,1605,1661,1797,1558,1526,1813,1456,1543,1979,1612,1642,1761,1924,1421,1355,1303,1801,1806,1922,1484,1394,1646,1521,1491,1561,1538,1347,2162,1802,2439,2015,2114,2091,2284,2166,2011,2200,2015,1928,2364,1727,1849,1969,1884,2053,2807,2290,2358,2331,2371,2163,2688,3174,2687,2656,2146,1886,1968,2327,1948,1843,1686,1566,1561,1883,1886,1797,1806,1917,1982,2171,2083,2124,2493,2448,2810,2766,2889,2401,2331,2407,2566,2407,2290,2612,2319,2207,1869,1896,2821,2414,2002,2654,2016,2074,2916,2250,2806,2443,2615,2841,2531,2685,2013,2492,2246,2248,1997,1960,1954,2171,2012,1998,1932,1963,1890,1847,1954,2013,2042,2057,1761,1923,2286,2214,1762,1926,1840,1927,2089,2360,1687,3030,3491,2645,2491,2053,2650,2407,2606,2403,2408,2050,2282,2366,2135,2651,2360,2148,2426,1998,1972,2773,3380,2417,2067,2055,2074,2013,2503,2406,2529,2441,2410,3403,3389,2006,5177,4013,3363,1821,3261,2491,3161,2281,2022,2083,2083,1848,3973,2578,2516,1927,1851,1758,2572,1968,2044,1922,2493,1846,1960,1644,1969,2403,1939,3002,2041,1728,1933,1839,1852,2038,2171,1886,1969,2123,1887,2165,1843,1929,1863,2216,1855,1924,2007,2160,2284,1964,3038,2330,1963,1925,2122,2482,2438,5795,3372,4131,3366,2611,2125,1839,2691,2540,2723,2649,2453,2806,2533,1813,2124,2089,1971,2841,2854,3648,2386,1844,2638,4309,2957,4086,2563,2248,3249,2130,2324,2569,2559,2411,2688,6142,3527,2766,2249,5816,3088,2531,3336,3049,2528,2368,3493,2688,2727,2042,3732,2047,1966,2317,2615,2606,3169,2443,2369,2293,2802,4342,3523,4262,2361,2517,2685,2489,1843,2176,5064,1916,1969,1976,2403,3050,2806,3814,2048,2125,1806,1798,1851,1998,1775,1804,2143,2085,2125,2566,4093,2733,2576,3225,2689,2691,2962,2572,2446,2447,2524,4210,3971,2369,2646,2170,4966,2217,2615,2520,2288,2972,4090,1909,1878,1870,2603,1988,2045,3898,2214,2025,1890,2228,6337,1763,2279,2645,2002,3932,2532,2934,3407,2251,1891,2637,2125,2381,2564,2785,2312,2566,2522,2696,2565,2016,4094,2605,2287,2046,2249,2974,2606,2648,2151,1809,2609,2851,2802,1971,2007,1876,1937,2034,2008,2256,3249,2314,1965,2208,2043,2011,1882,1976,2040,1966,1850,1887,2119,2449,2323,1933,2009,1918,1964,2007,1963,2085,2609,1970,2364,2293,2200,2166,2006,1846,1726,2215,2204,2001,2688,2134,1965,2090,2154,1811,1803,1583,1612,1729,1762,1848,1687,1722,1643,1474,1507,1576,1570,1366,1671,1894,1692,1760,2171,1646,1565,1705,1568,1512,1642,1475,1658,1687,1789,2094,1693,1603,1345,1660,1676,1577,1596,1605,1645,1490,1436,1531,1693,1645,1587,1526,1567,1615,1627,1533,1609,1655,1628,1541,1715,1605,1492,1674,1525,1901,1750,1612,1599,1806,1730,1645,1676,1733,1895,1764,1916,2208,2609,2005,2084,2654,2524,2052,2160,1973,2041,1965,1847,2436,1929,2434,2010,2230,2732,2195,2358,2294,2562,2405,2168,2246,2692,2566,2408,2404,2223,2016,1886,2037,1885,1804,2807,2377,2728,2604,2203,2088,2816,2405,2445,2493,2197,3045,2649,2373,3769,2518,2411,2205,1968,2948,2350,2242,2347,2444,2289,2286,4690,3213,2891,2806,2099,2123,2157,1802,2538,2387,2482,4086,2688,2247,2253,2607,2328,2568,2963,3414,4573,2169,2444,3652,2408,2125,2689,2208,2522,1690,2165,2451,4366,2051,2725,2448,2290,2560,2266,7224,2445,2851,2406,2141,1886,1764,2047,1856,1916,2284,2609,2367,2127,2450,2722,2727,2373,2489,2445,2048,2573,2034,2055,1845,2085,2643,2685,3816,2572,2007,2727,3365,2765,2173,2241,3245,4614,2761,2611,3158,2016,2399,3546,2712,2084,2243,1918,1850,2246,2566,2774,1994,2117,2401,2612,2410,3637,2690,2287,2167,2035,2611,2089,2403,2508,2934,2804,3412,2249,7136,3250,2049,2153,2052,2141,2370,2445,4212,2807,2090,2805,4336,2278,2049,3708,2138,1880,2075,2445,2847,2608,3656,4657,4016,4864,2607,3488,3450,2254,1735,2015,2434,3164,2370,2329,2497,3928,2326,1937,2830,1986,2557,1980,2019,1955,2089,2048,2089,1880,2533,2689,2125,2038,2011,1926,1846,1811,2076,2974,2322,1811,2846,4368,2323,2246,2569,1775,2347,3538,2449,3868,2401,1925,2044,1961,2016,2043,1762,2525,2169,1926,2129,1933,2924,2726,1806,3727,3862,2158,1883,1926,2013,2008,1965,1802,1961,1932,4201,2528,2127,3292,2341,1973,2797,1968,2013,1923,2246,1811,1728,2193,2572,1848,2162,2408,2130,2736,2127,1995,2095,2622,2512,1838,2090,2367,2085,5382,2160,2013,2128,2763,2012,1524,1714,1738,1757,1775,1636,1686,2978,2006,2292,1882,2654,1834,1778,2080,1770,2242,2124,2085,2135,1957,1938,2643,2048,2330,2407,1998,2085,1966,1894,1969,2232,2024,2044,1675,1606,1968,2137,2126,2247,1758,1760,2096,1613,1765,1913,1861,1674,1528,1688,1557,1964,1538,1793,1803,1732,1688,1676,1648,1678,1643,2021,1461,1653,1591,1389,1321,2057,1918,1604,1726,1999,1536,1840,1566,1612,1482,1606,1525,1511,1608,1976,1794,1808,1816,1791,1733,1642,2090,1686,2324,1772,1715,1809,2081,1681,1565,1773,1603,1760,2246,1690,1609,1723,1759,1784,1790,1682,1702,1920,1801,1722,1647,1731,1769,1713,1696,1674,2742,2042,1931,2089,2047,2045,1966,1798,2126,1776,2035,1928,2012,1999,2015,2128,1929,1880,2129,1962,1965,1999,1920,4099,2765,2612,2401,2011,2401,2369,2973,2527,2605,2448,2050,1815,3569,2970,2129,2125,2122,1973,2050,1969,2042,2017,2407,2530,2529,2722,2490,2970,2605,2811,2612,2362,2531,2606,2222,3314,2847,3335,2803,3496,2202,2329,2166,2448,2728,2845,2527,2696,2961,2011,2365,3214,3606,2371,2530,2643,2887,2368,2613,2201,2210,2316,2702,2483,2649,2490,2368,2562,2568,2294,3409,2881,2733,2524,4936,1968,2927,2692,2484,2968,2963,2217,3002,2810,2686,2290,4052,2167,1980,1964,1826,2368,1969,2020,2090,3256,2450,1887,2962,2406,2928,3376,3486,2813,2769,2568,3008,2686,2611,2444,2805,3378,5818,2442,2208,2255,2604,2641,2567,2209,1843,2845,2289,2642,2735,2366,2529,2607,2162,2531,1911,1878,2601,5618,2605,3452,3102,2475,3053,2969,2527,2925,2410,1993,2085,2241,2205,2216,1888,2281,2284,2284,2653,2064,2331,2210,2416,2561,2491,3046,2454,2768,2204,2644,2290,1966,2123,2010,2136,1952,1850,2370,2368,2848,2491,1828,2370,1964,1927,1961,2091,2285,2523,2496,2136,2206,1757,1767,1744,2525,2215,2281,2008,1653,1600,1767,2042,2057,1920,1771,2162,2048,1998,2098,1923,1879,1804,1812,1810,2792,2292,2407,1932,2307,2002,1851,1767,2005,1842,2086,1969,1846,1767,1887,1885,1686,1839,1893,1877,1844,1886,1808,2250,1923,2253,1920,1962,1772,1921,1727,2050,2350,2289,1902,1812,1807,2190,2321,2689,2279,2049,2123,1918,1721,1917,2402,2168,2124,1963,1839,1810,1763,1803,1738,2360,1890,1997,2691,2045,2043,1853,2007,2320,2531,2327,1898,1857,1798,2043,2099,1885,2120,2011,1762,2371,1965,2037,2535,2202,2004,1895,1843,1805,1846,1924,1846,1921,2044,1851,1845,1884,1807,1760,1806,2088,1730,1664,1615,1564,1841,1847,1682,1497,1752,1653,1802,1808,1720,1725,1655,1675,1730,1890,1643,1795,1531,1478,1484,1514,1478,1415,1322,1924,1528,1518,1764,1565,1380,1508,1502,1522,1353,2094,1606,1444,1531,1547,1527,1405,1499,1354,1357,1327,2053,1624,1489,1403,1655,1635,1564,1700,1611,1525,1629,1656,1686,1625,1594,1696,1668,1675,1677,1715,1551,1660,1707,1682,1572,1644,1768,1603,1837,1966,1959,2295,2085,2279,1889,1923,1891,1925,2090,2556,2532,3608,2769,2618,1855,2452,2333,2592,1681,1777,1799,1727,1802,1729,2166,2045,1805,2005,2920,2211,2402,2369,1897,2527,2138,2739,2691,2408,2362,2051,2158,1769,1721,1883,1684,1972,1927,1802,1680,2048,2053,2129,2440,1964,1977,1878,2732,2252,2004,1957,1773,1680,1970,2203,2044,2335,2285,2084,1929,1802,2212,1805,1923,5220,2566,2075,2134,1888,2289,2164,2083,2733,2118,1815,1719,1892,2047,2079,2083,1889,2011,2447,1876,2048,1927,2135,2074,2126,1841,2157,1838,2245,2091,2437,1927,2082,2059,2117,1889,2563,2530,2369,2839,2365,2696,2500,2242,2444,1999,2040,1893,1879,1844,1815,2163,2108,1878,1801,2015,1676,2009,1973,1886,1923,1765,1887,1920,2330,1685,1973,1793,2092,1858,1628,2047,1634,1702,1605,1722,1678,1729,1608,1644,2170,1716,1696,1675,1718,2019,1879,1936,1588,1684,1607,1612,1934,1835,1967,1736,2046,1681,1634,1813,1913,1760,1699,1764,1640,1739,1700,1656,1717,2103,2405,2885,2249,2324,2084,3049,3249,2773,2324,2609,2928,2327,2375,2482,1965,2167,1917,2435,3259,2248,1770,2165,1968,1821,2077,2151,1842,2647,1772,1851,2009,1889,1963,1966,2008,2080,2085,1996,2531,1723,1923,2010,2051,2119,1845,1851,2015,1780,1721,1454,1606,1522,1568,1635,1776,1527,1599,1598,1774,1646,1609,1801,1769,1728,2037,1605,1528,1716,1615,1560,1599,1565,1659,2028,1512,1681,1612,2056,1392,1326,1817,1803,1353,1653,1570,1514,1439,1411,1398,1486,1419,1359,1892,1472,1450,1721,1518,1680,1936,1388,1329,1408,1401,1377,1388,1531,1473,1427,1478,1529,1689,1460,1540,1591,1538,1383,1616,1571,1544,1497,1873,1511,1465,1610,1654,1616,1669,1570,1726,1555,1904,1812,1522,2004,1710,1816,1569,1565,1654,1685,1896,1779,1680,1572,1754,1713,1542,1498,1520,1609,1672,1647,1729,1645,1644,1604,2318,1680,1656,1890,1795,1531,2076,1692,1605,1813,1679,1650,1807,1802,1766,2249,1892,1840,2485,1975,1880,1884,1892,1923,1929,1839,1968,2055,2073,1927,1977,1876,1965,1968,2048,2244,2337,1961,1924,1882,2813,2361,1692,1579,1804,1714,1642,1841,2334,2206,1653,1964,2081,2131,2007,2002,1917,2049,1892,1772,1762,1636,1960,1763,1652,1672,1718,1880,1416,1766,1765,2085,2037,1770,1858,1713,1769,1967,1682,1554,1530,1688,1684,1691,1682,1963,1966,2008,1968,1810,1922,1921,1773,1567,1804,2159,2087,1889,2289,1766,1639,1439,1694,2173,2047,2446,1915,1772,1571,1599,1691,1685,1675,1935,1755,1771,1755,1800,1810,1801,2207,2046,2138,1962,1879,1441,1390,1401,1415,1479,1558,1558,1697,1555,1767,1586,1458,1402,1563,1333,1877,1569,1397,1539,2044,1675,1477,1536,1391,1517,1771,1762,1760,1878,1427,1387,1689,1384,1766,2026,1223,1869,1263,1927,1326,1399,1562,1604,1389,1919,1406,1403,1403,1484,1357,1655,1404,1470,1531,1331,1911,1401,1398,1398,1368,1460,1463,1311,1340,1520,1278,1853,1431,1418,1428,1394,1496,1439,1353,1786,1894,1435,1437,1438,1436,1434,1404,1343,1467,1352,1488,1368,1539,1909,1270,1933,1444,1476,1391,1297,1723,1754,1805,1825,1864,1337,1333,1316,1270,1816,1751,1806,1825,1767,1782,1754,1749,1820,1291,1760,1712,1724,1828,1778,1749,1737,1734,1756,1734,1760,1729,1793,1795,1737,1774,1729,1747,1744,1729,1681,1721,1781,1752,1739,1725,1739,1701,1737,1749,1694,1757,1761,1727,1715,1726,1765,1733,1714,1661,1713,1749,1687,1680,1734,1724,1774,1729,1749,1669,1773,1844,1363,1390,1358,1357,1407,1346,1296,2022,1395,1465,1318,1861,1393,1356,1860,1358,1358,1349,1402,1566,1878,1341,1482,1296,1842,1836,1836,1927,1276,1964,1428,1484,1305,1841,1815,1810,1875,1345,1328,1865,1416,1350,1304,1820,1796,1789,1790,1814,1822,1352,1351,1319,1938,1375,1353,1348,1407,1341,1361,1378,1280,1788,1844,1276,1825,1801,1799,1797,1874,1335,1729,1804,1808,1866,1770,1753,1745,1725,1824,1262,1725,1578,1865,1380,1375,1388,1378,1370,1314,1907,1395,1499,1354,1840,1789,1939,1440,1329,1898,1398,1378,1473,1345,1863,1374,1548,1520,1488,1380,1339,1942,1382,1431,1376,1502,1393,1432,1399,1330,1923,1418,1431,1456,1436,1365,1340,1330,1379,1355,1926,1443,1444,1312,2149,1334,1866,1456,1521,1398,1925,1418,1418,1434,1502,1427,1318,1870,1404,1342,1379,1902,1397,1384,1445,1395,1846,1889,1321,1794,1901,1383,1387,1379,1816,1811,1827,1377,1729,1747,1889,1821,1460,1910,1359,1818,1754,1761,1738,1718,1810,1761,1774,1850,1818,1797,1767,1715,1908,1367,1824,1830,1890,1325,1784,1767,1801,1772,1830,1306,1839,1330,1825,1762,1803,1795,1830,1739,1777,1764,1792,1786,1780,1789,1286,1770,1719,1762,1804,1777,1774,1766,1750,1779,1744,1764,1738,1804,1766,1760,1762,1705,1850,1274,1758,1680,1719,1734,1759,1753,1755,1755,1805,1755,1753,1690,1765,1756,1749,1749,1789,1813,1268,1749,1721,1721,1826,1758,1746,1750,1703,1842,1269,1758,1660,1734,1781,1753,1753,1742,1729,1783,1789,1751,1685,1783,1761,1749,1748,1731,1833,1265,1767,1682,1649,1768,1758,1748,1746,1757,1794,1798,1768,1734,1738,1757,1749,1887,1412,1476,1616,1443,1400,1357,1394,1342,1389,1401,1382,1411,1430,1388,1426,1498,1371,1351,1357,1835,1362,1368,1412,1390,1362,1352,1382,1391,1371,1306,1758,1879,1371,1389,1367,1361,1366,1807,1814,1341,1319,1804,1817,1377,1326,1888,1840,1881,1329,1807,1740,1744,1820,1839,1857,1812,1793,1854,1842,1729,1807,1873,1847,1381,1382,1800,1813,1301,1778,1741,1762,1776,1774,1761,1793,1708,1753,1739,1681,1743,1809,1789,1736,1732,1782,1763,1729,1720,1770,1822,1732,1755,1754,1718,1671,1753,1716,1668,1762,1727,1761,1716,1717,1677,1780,1725,1751,1699,1754,1698,1688,1682,1681,1733,1699,1686,1677,1744,1701,1662,1659,1657,1658,1687,1692,1659,1663,1192,1740,1845,1447,1325,1875,1562,1631,2344,3053,2448,2416,2709,2618,3601,2820,2236,2460,2530,2010,2591,2863,2547,2725,2926,2287,2325,1858,2365,2954,2586,2567,2457,2639,2489,4190,2362,2070,2215,2140,1920,2612,1806,1778,1893,2042,1923,1886,1806,1763,2153,2005,1769,1928,1956,1846,2051,2164,1923,1849,2047,1921,1565,1569,1650,1970,1796,1685,2091,2203,2249,2296,1846,2176,1919,2489,1974,1596,1564,1601,1733,1886,2841,1885,1850,1950,1781,1719,1809,1598,1573,1725,1574,1555,1604,1966,1933,2320,1855,2366,1840,1796,1983,1879,1600,1405,1374,1475,1808,1522,1448,1709,1982,1930,2364,1776,1766,2036,1965,2011,1849,1603,1781,2327,2165,2121,2124,2288,2327,2494,1976,2401,2686,2238,1897,1884,2361,2025,1576,1644,1648,1765,1919,1695,2042,2524,1883,1933,1697,1638,1608,1532,2044,1597,1683,1806,1722,1690,1690,1609,2033,1656,1540,1523,1512,1612,1893,1760,1604,1442,1519,1487,1530,1490,1432,1333,1496,1356,1809,1950,1526,1527,2058,1587,1568,1447,1462,1676,1646,1646,1794,1686,1565,2022,1819,2118,2239,1955,2363,2022,2396,1620,1765,1609,1848,2239,1849,1808,1929,1844,2860,2030,1946,1894,2024,2644,2678,1969,1798,1769,2046,2207,2281,2246,2452,2323,2295,2520,2568,2529,2167,2364,2768,2572,2812,2287,1960,2006,2032,2116,1811,2539,2404,2256,2243,2290,2078,2735,1923,2010,1941,1889,1930,1999,1896,1760,1889,1884,2107,2007,2623,1608,1678,1680,1686,1612,1682,2044,2046,1887,1966,1889,2007,1840,2087,2207,1846,2006,1911,1604,1652,1631,1781,1800,1928,2005,2077,1851,1772,1821,1590,1654,1647,1644,1796,1963,1877,1884,1731,1685,1723,1765,1674,2297,1641,1773,1800,2049,1611,1561,2127,1844,1995,1695,1607,2003,2086,1647,1441,1402,1399,1964,1888,1724,1855,1718,1771,1643,1888,1608,1441,1930,1338,1808,2196,1602,1762,2062,1605,1762,2074,1771,1731,1682,1571,1516,1408,1568,1558,1838,2183,1755,1933,1671,1612,1643,1416,1402,1397,1492,1875,1845,1537,1879,1491,1472,1598,1333,1884,1363,1576,1798,1536,2156,1845,1804,1560,1452,1607,1725,2194,1532,1686,1571,1550,1697,1514,1706,1467,1532,1882,1599,1566,1479,1558,1476,1500,1481,1451,1577,1714,1652,1629,2013,1501,1712,1831,1875,1773,1803,2135,1974,1977,1933,1683,1935,2129,2567,1733,1934,2128,1952,2277,2173,1967,2150,1901,1894,2445,2071,1788,1946,2460,1753,2541,1832,1889,2411,1591,1661,1843,1652,1838,1602,1609,1605,1604,1728,1934,1614,1968,1437,1478,1532,1549,1658,1586,1915,1829,1975,1443,1791,1415,1634,1873,1357,1773,1893,1447,1874,1336,1329,1908,1556,1552,1607,1362,1359,1357,1370,1834,2086,1369,1366,1480,1659,1376,1769,1848,1383,1844,1339,1902,1293,1721,1665,1377,1833,1707,1766,1781,1799,1780,1790,1363,1744,1287,1775,1762,1781,1837,1279,1802,1788,1730,1444,1759,1782,1776,1765,1762,1760,1778,1489,1540,1734,1770,1813,1759,1763,1778,1758,1818,1763,1404,1705,1752,1757,1757,1759,1730,1771,1724,1626,1758,1794,1757,1770,1741,1803,1799,1786,1512,1154,1726,1765,1780,1776,1774,1829,1337,1313,1593,1298,1741,1827,1305,1816,1364,1387,1613,1536,1520,1468,1458,1381,1370,1699,1562,1802,1460,1582,1580,1615,1413,1590,1596,1699,1511,1461,1350,1997,1576,1611,1468,1540,1493,1528,1488,1617,1523,1614,1491,1780,1788,1384,1944,1455,1518,1666,1680,1548,1624,1681,1991,1803,2153,2159,2201,2379,2420,2829,2520,2697,3128,3264,2584,2420,2500,2732,2709,2495,2196,2352,2426,2450,2274,2443,2111,2427,1892,2240,2800,2387,2546,2513,2021,2149,2476,2035,2155,2230,2284,1964,1913,2349,2703,2611,2221,1906,2113,2066,1794,1888,2390,2047,2005,1854,1506,2346,2449,1624,1947,1838,1629,1599,1584,1561,1479,1498,1406,1546,1400,1394,1666,1728,1389,1774,1541,1647,1412,1567,1559,1562,1574,1706,1917,1708,1903,1487,1430,1407,1393,1392,1470,1902,1601,1675,1870,1563,1352,1335,1450,1452,1443,1563,1631,1618,1802,1510,1373,1310,1843,1837,1914,1537,2000,1409,1855,1404,1281,1818,1810,1895,1374,1405,1685,1649,1352,1312,1915,1286,1870,1370,1367,1420,1294,1458,1476,1301,1828,1389,1780,1849,1348,1347,1346,1355,1404,1683,1808,1315,1777,1774,1759,1772,1794,1780,1756,1294,1797,1765,1760,1756,1747,1742,1790,1283,1297,1729,1770,1753,1748,1754,1742,1719,1821,1275,1312,1755,1748,1772,1859,1385,1358,1380,1387,1372,1411,1420,1602,1355,1354,1384,1354,1356,1357,1361,1357,1350,1561,1649,1399,1353,1820,1853,1359,1342,1334,1852,1417,1551,1553,1414,1334,1764,1845,1835,1810,1810,2044,1320,1843,1316,1818,1814,1810,1793,1788,1856,1379,1552,1613,1359,1805,1795,1777,1799,1794,1776,1618,1796,1845,1285,1781,1776,1761,1758,1889,1362,1278,1663,1792,1787,1764,1750,1748,1745,1673,1817,1250,1488,1765,1769,1751,1770,1744,1733,1779,1782,1464,1322,1746,1741,1733,1732,1735,1764,1773,1791,1722,1781,1755,1742,1733,1719,1735,1732,1766,1185,1280,1721,1736,1721,1726,1716,1730,1675,1721,1246,1339,1750,1745,1717,1715,1712,1722,1705,1739,1603,1139,1646,1700,1686,1684,1682,1691,1766,1733,1737,1607,1673,1776,1887,1285,1861,1360,1478,1323,3744,3227,3226,3117,2892,3336,2977,3074,2368,2256,2967,2285,2033,1848,2485,2295,2169,2719,1967,2283,2670,2222,2234,2179,2493,2175,2372,1697,1646,1701,1914,1868,1793,1681,1637,1593,1969,1637,1684,1936,1978,1560,1512,1565,1675,1689,1704,1675,1675,1730,1641,1694,1578,2200,1559,1596,1907,1811,1677,2321,2093,1887,1796,1804,1828,2317,1679,1645,1897,1727,1730,1728,1665,1658,1662,1712,1578,1649,1705,1719,1636,1600,1596,1713,1749,1848,1980,2079,1493,1571,1624,1600,1562,1453,1929,1895,1608,1457,1620,1538,1530,1543,1541,1339,1589,1453,1536,1869,1498,1373,1379,1368,1854,1910,1693,1442,1433,1691,1340,1965,1360,1859,1860,1821,1699,1278,1338,1372,1367,1859,1857,1852,1901,1545,1481,1380,1420,1499,1335,1837,1839,1956,1371,1841,1844,1373,1377,1375,2004,1369,1860,1844,1979,1325,3237,2198,2064,2228,2304,2013,2255,2331,2394,2117,1925,1921,2160,2493,2033,1883,1914,2327,2027,1718,1850,1944,1943,2446,2200,2064,2119,1988,1923,2078,2207,1826,2151,2121,2239,2746,2459,2055,1752,1635,1914,1988,1723,2176,1590,1606,1669,1759,1890,2264,1625,1463,1774,1708,1798,1549,1594,1500,1630,1684,1833,1599,1541,1722,1638,1560,1475,1468,1610,1711,1455,1516,1662,1507,1677,1664,1637,1645,1746,1464,1689,1689,2356,1741,1656,1659,1639,1664,1550,1818,1681,1803,1947,1538,1514,1900,1850,2173,1959,2153,2370,1993,1633,1669,1544,1655,1805,1595,1628,1762,1618,2051,1782,1653,1799,2084,1809,2533,1958,1765,1735,1754,1726,1606,1534,1609,1671,1689,1685,1674,2103,1583,1611,1566,1600,2015,1596,1619,1659,1665,1797,1788,1748,1730,1672,2058,1475,1455,1685,1932,1618,1678,1476,1572,1740,2371,1885,1452,1449,1783,1868,1367,1499,1452,1502,2019,1550,1379,1398,1404,1404,1405,1366,1471,1791,1484,1425,1574,1667,2060,2042,1587,1621,1634,2043,1824,1427,1537,1604,1560,2059,2045,1543,1593,1932,1519,1450,1757,1476,1475,1486,1982,2087,1427,1518,1810,1421,1508,1331,1947,1324,1883,1369,1318,1419,1384,1468,1496,1474,1915,1942,1334,1504,1710,1824,1422,1554,1331,1388,1840,1856,1610,1352,1302,1854,1282,1949,1981,1660,1421,1577,1417,1449,1267,1837,1837,1962,1568,1837,1303,1809,1816,1810,1811,1275,1789,1852,1458,1510,1914,1350,1794,1789,1789,1822,1882,1339,1367,1523,1828,1329,1777,1771,1772,1773,1741,1668,1333,1512,1352,1308,1763,1759,1776,1857,1261,1795,1556,1256,1751,1775,1753,1750,1746,1764,1808,1287,1390,1407,1744,1762,1774,1739,1767,1714,1792,1774,1445,1821,1730,1816,1347,1344,1332,1939,1379,1412,1327,1573,1564,1323,1911,1334,1810,1802,1802,1799,1935,1892,1321,1840,1297,1871,1302,1789,1783,1826,1938,1313,1594,1274,1830,1341,1287,1774,1769,1764,1813,1541,1537,1799,1775,1763,1757,1800,1769,1834,1661,1483,1738,1765,1754,1745,1739,1741,1794,1788,1401,1390,1758,1916,1348,1331,1825,1821,1862,1460,1749,1440,1798,1384,1847,1263,1815,1809,1809,1952,1300,1391,1736,1390,1332,1320,1794,1788,1789,1828,1294,1437,1677,1399,1220,1793,1776,1771,1827,1790,1808,1499,1876,1348,1323,1779,1763,1758,1759,1798,1773,1683,1591,1300,1804,1755,1746,1744,1689,1810,1320,1324,1487,1735,1760,1741,1725,1727,1762,1769,1750,1669,1352,1700,1790,1733,1730,1726,1868,1356,1339,1214,1935,1352,1279,1836,1826,1392,1823,1878,1353,1866,1337,1585,1340,1318,1806,1803,1801,1934,1364,1285,1571,1275,2008,1260,1788,1783,1785,1825,1793,1897,1477,1729,1459,1328,1771,1769,1768,1783,1741,1777,1556,1516,1470,1339,1758,1756,1760,1806,1749,1844,1419,1420,1829,1750,1740,1740,1738,1754,1751,1711,1442,1745,1787,1739,1736,1794,1735,1746,1812,1257,1218,1807,1804,1761,1907,1418,1417,1430,1423,1470,1354,1470,1857,1476,1396,1339,1956,1346,1838,2091,1576,1401,1557,1415,1428,1432,1847,1921,1427,1438,1325,1349,1415,1639,1846,1463,1394,1463,1384,1384,1380,1384,1346,1570,1673,1403,1406,1313,1807,1812,1809,1830,1349,1512,1352,1835,1775,1794,1807,1809,1834,1354,1292,1337,1286,1836,1386,1368,1378,1372,1371,1373,1384,1421,1308,1851,1491,1450,1930,1424,1262,1870,1368,1286,1876,1413,1734,1670,1288,1850,1343,1843,1241,1864,1339,1886,1316,1307,2013,1222,1823,1819,1818,1818,1890,1330,1311,1419,1586,1280,1787,1845,1293,1789,1787,1897,1268,1417,1691,1340,1797,1781,1773,1806,1951,1402,1383,1709,1389,1549,1389,1391,1405,1331,1826,1868,1915,1387,1921,1625,1379,1372,1319,1810,1811,1811,1815,1895,1372,1513,1282,1782,1791,1792,1788,1789,1814,1796,1336,1413,1303,1755,1779,1772,1771,1760,1796,1825,1292,1893,1331,1850,1388,1356,1340,1862,1330,1928,1709,1257,1842,1818,1293,1841,1884,1311,1811,1904,1355,1342,1472,1889,1314,1817,1796,1812,1819,1803,1637,1270,1813,1838,1859,1277,1771,1772,1765,1810,1308,1657,1786,1807,1787,1759,1757,1797,1835,1446,1374,1608,1359,1288,1764,1855,1388,1356,1510,1384,1937,1502,1597,1380,1883,1351,1351,1396,1336,1847,1388,1339,1661,1374,1322,1834,1336,1810,1811,1852,1401,1346,1658,1542,1328,1326,1816,1332,1826,1837,1425,1424,1395,1359,1538,1799,1779,1809,1799,1813,1798,1875,1325,1539,1358,1846,1281,1813,1811,1798,1829,1325,1404,1540,1353,1729,1756,1782,1792,1778,1776,1862,1850,1629,1300,1807,1766,1854,1772,1756,1750,1881,1389,1511,1711,1262,1768,1761,1745,1735,1786,1868,1338,1966,1812,1360,1245,1746,1747,1749,1860,1244,1865,1334,1335,1615,1322,1924,1415,1415,1419,1415,1416,1432,1687,1347,1768,1330,1919,1448,1416,1417,1419,1450,1434,1527,1638,1865,1335,1426,1301,1897,1393,1393,1437,1607,2009,1619,1324,1884,1295,1871,1371,1368,1369,1387,1319,1580,1636,1741,1894,1319,1822,1820,1893,1284,1812,1626,1746,1767,1755,1762,1763,1758,1786,1847,1274,1806,1797,1338,1760,1821,1748,1745,1760,1737,1487,1874,1798,1743,1734,1764,1775,1780,1840,1420,1170,1801,1807,1810,1806,1831,1306,1847,1809,1184,1358,1778,1951,1425,1420,1390,1390,1481,1430,1419,1408,1651,1806,1429,1442,1457,1396,1368,1358,1361,1384,1408,1692,1751,1835,1367,1350,1361,1350,1336,1337,1335,1323,1662,1308,1523,1409,1332,1339,1321,1817,1816,1852,1332,1465,1666,1841,1370,1348,1401,1419,1417,1418,1595,1492,1379,1385,1739,1408,1494,1422,1419,1397,1388,1387,1429,1415,1819,1258,1928,1482,1475,1397,1374,1360,1360,1357,1436,1964,1516,1379,1385,1363,1363,1339,1336,1335,1336,1309,1861,1389,1826,1428,1387,1339,1326,1820,1818,1854,1417,1357,1346,1370,1417,1425,1873,1855,1853,1871,1331,1823,1393,1542,1347,1328,1767,1790,1803,1848,1787,1341,1536,1395,1696,1777,1776,1771,1767,1730,1823,1310,1440,1399,1787,1293,1740,1733,1731,1754,1764,1728,1542,1297,1697,1747,1704,1698,1698,1710,1718,1715,1567,1159,1704,1724,1737,1758,1714,1677,1736,1720,1211,1745,1744,1718,1863,1387,1356,1290,2001,1336,1785,1764,1516,1347,1409,1299,1839,1835,1836,1898,1437,1663,1523,1323,1847,1357,1316,1811,1811,1865,1428,1358,1422,1533,1954,1337,1336,1829,1830,1826,1930,1304,1577,1397,1368,1494,1340,1818,1812,1810,1911,1412,1290,1288,1543,1354,1834,1799,1790,1789,1895,1311,1782,1801,1770,1799,1783,1773,1773,1836,1285,1731,1611,1675,1402,1267,1766,1760,1769,1852,1296,1825,1484,1341,1751,1768,1753,1749,1747,1853,1348,1789,1455,1318,1733,1745,1739,1736,1737,1786,1732,1774,1734,1263,1700,1732,1734,1733,1745,1736,1756,1770,1347,1290,1748,1724,1722,1773,1719,1725,1721,1818,1340,1637,1723,1722,1718,1807,1346,1390,1410,1518,1313,1772,1680,1307,1333,1833,1809,1804,1801,1780,1780,1785,1601,1815,1800,1829,1789,1780,1762,1872,1476,1309,1910,1406,1327,1764,1758,1761,1845,1762,1640,1310,1767,1750,1748,1743,1741,1763,1774,1838,1501,1525,1769,1754,1755,1788,1786,1839,1280,1753,1418,1421,1736,1740,1739,1742,1736,1777,1744,1717,1749,1712,1741,1737,1734,1730,1723,1749,1796,1613,1326,1731,1801,1736,1739,1729,1696,1791,1733,1314,1319,1728,1773,1722,1859,1388,1390,1337,1922,1386,1545,1619,1346,1936,1321,1838,1840,1834,1843,1270,1587,1942,1365,1854,1316,1812,1878,1357,1451,1393,1618,1836,1347,1864,1296,1839,1838,1834,1997,1505,1705,1476,1312,1820,1814,1809,1808,1869,1303,1888,1541,1733,1315,1823,1796,1788,1789,1841,1204,1890,1414,1729,1829,1297,1777,1773,1771,1828,1366,1314,1409,1621,1827,1286,1764,1758,1757,1804,1723,1823,1668,1533,1776,1752,1746,1794,1748,1769,1822,1704,1311,1788,1761,1744,1768,1769,1764,1754,1768,1593,1393,1717,1747,1740,1734,1733,1806,1271,1714,1551,1242,1737,1719,1711,1837,1356,1346,1887,1808,1853,1327,1415,1256,1831,1341,1828,1826,1810,1801,1901,1238,1384,1835,1794,1785,1831,1843,1326,1310,1423,1526,1447,1401,1430,1402,1456,1438,1430,1463,1419,1352,1985,1878,1712,1417,1353,1459,1386,1401,1439,1453,1500,1506,1432,1725,1358,1489,1597,1476,1582,1529,1589,1573,1594,1634,1667,1812,1515,1577,1488,1511,1608,1537,1494,1953,1693,1631,2183,1614,1517,1608,1685,1687,1759,1574,1765,1756,1655,1873,2179,1604,1887,2366,1918,1735,2120,2017,2087,2130,2524,2857,1611,1718,1775,1766,1886,1882,1884,2002,2048,2690,2004,2007,1846,1966,1898,2239,2088,2372,2004,2205,1924,1848,1803,2282,1977,2076,1769,1892,1846,2078,2606,2252,2885,2292,2408,2285,2573,2965,2686,2494,2163,1856,2158,2169,2085,2685,2245,3248,2491,2416,2285,2482,2733,3165,2046,2603,2045,2494,2164,2729,2486,1806,1739,1637,1768,1882,1806,1891,1727,2201,1966,2014,2045,1955,1592,1539,1558,1647,1561,1447,1565,1518,1774,1634,1525,1645,1820,1996,1808,2204,1571,1564,1771,1802,1921,1790,2319,2610,2401,2334,3045,2612,3441,2490,2613,2766,2055,2605,2122,2167,1779,1882,1851,2010,2044,1682,1850,1960,2610,2164,1930,2202,1732,1606,1729,2085,2360,2291,2297,2241,1958,1889,1849,2280,2254,2489,2290,2145,2080,2269,2924,2444,2246,2134,2207,2324,1918,2203,2097,1959,1847,1720,1895,1924,1844,1967,2348,2125,2367,2484,2570,2490,2610,2409,2680,2411,2404,2292,2241,2052,2052,2321,2608,2567,2236,2397,2091,1890,2361,2206,2172,2566,2065,2336,1839,2009,2123,2265,1607,1681,1568,1884,1844,1532,1885,1918,1971,1923,1929,1836,2370,2053,2251,2199,2203,2416,1729,1743,2036,1720,1610,1889,1687,1790,1614,1839,2005,1565,1484,1378,1633,2201,2486,2729,2558,2257,2321,2606,2169,1952,2313,2148,1801,1719,1651,1890,1954,2045,1814,1964,1925,1888,1965,2761,2249,2290,1965,1964,2206,2128,2531,1722,1887,2243,1729,1894,1448,1516,1558,1725,1650,2004,1881,2005,1884,1895,1847,1961,1844,1769,1925,2010,2672,2127,2575,1792,1928,1857,1887,1971,2211,1996,1892,2084,1803,1525,1532,1728,1574,1595,1644,1694,1750,1731,1720,1818,1877,1657,1600,1607,1648,1686,1761,1595,1736,1752,2180,1796,1768,1678,1777,1770,1750,1410,1775,1645,1835,1689,1771,1726,1687,1716,1645,2174,1721,1767,1639,1717,1814,1959,1743,1949,1956,1778,2402,1764,1960,2086,2138,1921,1929,2690,1834,1890,1844,1891,2240,2328,2402,2770,2363,2572,2607,2798,2569,2128,2178,1926,2393,2287,2290,2411,2529,4200,2434,2113,2051,2365,2570,3889,3021,2484,2291,2160,2463,2202,2043,2166,2284,1731,1723,1764,1844,2014,1841,2012,2436,2016,1918,2089,1962,1977,2285,2036,1850,1765,1726,1608,1718,2016,2378,2198,1948,1895,2202,1921,1895,2260,2724,2767,2123,1882,1853,2114,2574,2325,2488,2493,2680,2295,2086,1981,2110,2655,2643,2491,2206,2165,2125,2009,2209,2882,2409,2087,2245,2207,1767,1904,2571,2197,2412,2484,2328,2336,2323,2412,2847,2493,2608,2565,2408,2363,2850,2052,3168,2162,2527,2189,1965,1877,2179,2042,1918,1926,1728,2288,2081,2378,1957,1885,2375,1958,2009,2132,2076,2058,1836,1695,2645,13194,2365,2809,2172,2807,2283,2080,2722,2585,2490,4086,2137,1837,5011,2338,2730,1996,1927,2726,2872,1960,2121,2287,2030,2301,2008,2444,1933,2296,2509,2749,3006,2934,2644,2368,2250,2889,1754,2796,2328,2180,2693,2204,5578,3258,1966,2411,2008,1690,2415,2318,2632,2715,2093,2204,2041,2219,2105,2931,2808,3409,2364,2327,2445,1848,1966,2009,2159,2055,2045,2677,2167,2411,2845,2845,2293,2725,2457,2562,2332,2640,2650,2253,2885,2051,2142,1845,1884,2867,2048,1899,2015,2051,1955,2126,2090,1962,1930,1919,2286,2288,2447,2482,2573,2352,2626,2643,2370,1932,2002,2329,4088,2450,3452,2484,2693,2039,2062,2089,2585,2926,2413,2133,2425,2284,2725,2327,2172,1946,1919,2207,1928,2008,2522,3577,1919,1890,1847,1806,1957,1692,1602,1827,1664,2112,1771,2081,1688,1901,1768,2277,1843,2008,1775,2262,1763,1756,2022,2162,1930,1875,1926,1885,2127,2053,2050,1764,1689,1713,1941,2453,2041,2052,2119,2230,2370,2300,2126,2568,2538,1993,1929,2049,2046,2084,2540,5018,2888,2567,2895,2567,2487,2527,2369,3608,2248,2843,2648,2254,2441,2414,2482,2571,2364,2489,2607,2254,2206,2362,2130,2564,1832,1964,2262,2211,2126,3248,2527,2578,2367,2253,2401,1737,1983,2363,2055,2285,2969,2484,2459,2206,2290,2489,2039,2205,2201,2132,2084,2159,1802,2010,2236,2498,1719,1603,1571,1596,1729,1926,2093,1753,1687,1953,2090,1848,1964,1694,1665,2139,1911,1806,2249,2042,2091,1927,1888,2168,1720,1799,1856,1916,1857,1962,2726,2211,2276,2300,2606,2808,2729,2734,2481,2090,2303,2413,2557,1961,2009,2333,2487,2892,2209,2648,2204,2486,1775,2713,2408,2483,2332,2367,2728,2686,3534,2446,1732,1916,1853,2005,2160,1802,1858,1918,2010,1601,1561,1534,1558,1522,1933,2280,2850,1883,1899,2274,1966,1850,2054,1712,1967,1853,1880,2044,2296,1802,2001,2085,1877,1762,1637,1804,1495,1407,1398,1397,1822,1835,1569,1766,2126,2006,2083,1997,2007,1773,1877,1966,1778,1841,1684,1680,2145,2204,2084,2175,1918,1915,1679,1678,1534,1557,1646,1846,1853,1885,1915,1929,2051,2280,1646,1851,2240,2166,2088,1887,1986,2328,1980,1927,1850,1643,1760,1718,1564,1554,1571,1408,1560,1720,2288,1897,1849,1820,1888,1915,1746,1563,1614,1929,1644,1551,2358,2283,1800,1591,1635,1739,1757,1769,1646,1760,1774,1510,1575,1479,1732,1731,1443,1603,1551,1611,1735,1557,1476,1409,1402,1573,1732,2081,1783,1589,1431,1862,1685,1908,2124,2016,2211,2092,1916,1929,2251,1921,2091,1998,2047,2527,1572,1685,1565,1564,1769,1846,1952,2003,1967,2006,2050,1846,2048,1801,1774,2043,1885,2327,2080,1903,2581,2046,2251,1965,2157,2286,2416,2121,2928,2126,2761,2368,2565,1836,1599,1653,1880,2175,1958,1732,1841,1886,2408,2006,2335,2806,2776,2843,2568,2404,2252,3084,2290,2446,1808,1780,1912,1855,1920,1879,1693,2335,1883,2089,2894,2034,2004,2089,2081,2050,2156,1930,2407,2597,2194,2124,2607,2333,2243,2163,2530,3050,2130,2285,2689,2807,2605,2453,2559,2214,1965,2493,2407,2483,2406,2367,2451,2571,2207,2405,2120,2408,2611,2605,2374,3331,2729,2487,2405,2655,2286,2333,2046,1945,1965,2004,2377,2287,2210,2564,1888,1810,2081,1615,2387,2291,2367,2410,2279,2335,2771,2429,2399,1972,1728,1646,2071,2485,2608,3288,2592,1884,1628,1921,1966,1854,1610,2036,2491,2722,2652,2169,2239,2523,2528,3337,2093,2124,1924,1616,1628,1934,2210,2183,2965,2048,2480,2370,2046,2405,2449,2486,2087,2569,2566,2134,3548,2399,2732,2492,1961,2899,2767,2522,2449,1843,2170,2162,2051,1834,2038,1937,2037,1965,2478,2609,5012,2891,2365,1757,1572,1681,1798,1975,2343,2326,1729,1568,1558,1831,1880,1608,1513,1969,1802,1646,1933,1993,1935,1808,1725,1919,1889,2401,1573,1804,1878,1724,1927,2370,2133,2402,1652,2720,2011,2047,2199,1976,1953,2411,2089,1725,1964,1847,1848,1887,1970,2118,1967,2006,2411,1814,1805,1853,1962,1928,2290,1995,1613,1564,1560,1531,1684,1922,1960,2365,2320,2250,2008,1941,2335,2406,2168,2404,1846,2604,1807,2259,1888,2088,1967,1971,1841,2086,2050,1998,1856,1837,1682,2009,1929,2491,2320,1924,1854,2059,2507,4215,3887,2372,3612,2519,2965,1948,1890,1859,2356,2328,2082,2453,2850,2446,2489,2855,2563,3808,4013,2285,2290,4011,2772,2966,1892,2001,1919,2703,2088,2387,2412,2407,2716,2373,2275,3010,2408,2016,1916,2322,2489,2400,2059,1723,1929,2246,2041,2043,3894,3369,2968,2651,3656,2251,2525,1971,5795,2127,2496,2474,5260,1922,2088,2085,2334,1959,2047,1976,3681,3491,2125,1975,1847,2325,2491,1926,1920,1812,2554,2620,1997,2086,2851,1928,1999,3034,3489,2453,2325,1719,1767,1969,2327,2452,2284,2603,2012,2933,1963,2046,2050,1934,1959,2091,2000,2082,1851,2008,2039,2132,2283,1935,1801,2250,2088,2088,2239,2291,1917,2097,2136,1782,1718,1572,1674,1934,1756,2023,1924,1967,1761,1755,1769,1844,1770,1818,1936,1876,2292,2045,2738,2196,2211,1925,2040,2890,2009,1966,2012,1762,1928,2079,2166,1771,1919,7439,1637,2085,1757,1766,1738,1632,1622,1803,1755,1736,1669,1635,1647,1699,1613,1659,1682,2128,1836,1694,1610,1485,1474,1528,1651,1643,1719,1689,1609,1514,1486,1683,1647,1697,2035,1640,1655,1650,1672,1728,1717,1571,1446,2080,1925,1893,2194,2130,2055,2038,2215,2445,2011,1763,2077,2050,2168,2558,1850,2290,2408,3848,2723,1970,2327,2242,3214,2723,2291,2764,2373,2212,1905,2846,2575,2164,2449,2453,2363,2412,2486,2198,2571,2605,2529,2089,2525,2446,1771,1858,2364,2409,2532,2208,2607,3034,1845,2082,1688,1766,1560,1919,1977,2197,1969,2009,2000,1971,2051,2199,1964,2357,2489,2328,2376,2725,3092,2405,2134,2162,1976,1921,2057,1851,1926,2604,2375,2565,2162,2079,2567,2493,2680,2339,2886,2044,2008,2286,1843,1850,2405,2086,1963,1890,1805,1693,1562,2561,1853,1886,2046,2008,2080,1973,2332,2239,2172,2106,2044,1605,1562,1761,1845,1656,2025,1606,1565,1559,1810,2207,1771,1845,1847,2212,2328,2692,2530,1901,2319,2208,2035,2569,2446,2332,1928,1818,2043,1880,1925,1845,1857,1690,1715,1851,1804,1825,1765,1742,2050,1693,1756,1832,1951,2296,1915,1548,1573,2010,1939,1907,2155,2348,1607,1559,1643,1484,1666,1689,1565,1819,2017,1616,1709,1667,1687,1730,1655,1664,1364,1394,1444,1486,1443,1451,1511,1750,1941,1462,1450,1399,1554,1605,1534,1409,1594,1481,1442,1670,1451,1469,1468,1522,1454,1480,1419,1474,1660,1500,1602,1673,1535,1645,1460,1592,1725,1726,1930,2914,2528,2321,3575,2650,2805,3248,2573,2644,2549,2261,2245,2367,2526,2328,2693,2086,2242,2330,2448,1953,2659,2730,2291,2447,2880,3858,4173,2080,3739,2038,1927,2205,2133,2407,2881,2857,2772,1980,2483,2634,2927,2203,2490,2205,3927,2091,3448,2370,2443,2934,2730,2159,2094,2046,1950,2329,2326,2325,2528,2448,2169,2129,2519,2969,2623,2611,2809,3208,2653,3130,2207,2321,2574,1878,2340,2566,2643,2573,3124,2855,2128,2162,2613,2443,1527,2731,2316,2011,2052,2048,2080,2133,2037,3615,2491,2172,2161,2243,2569,2570,2403,2365,2408,3302,2400,2449,2400,2095,2362,2329,2411,2318,2284,2367,2455,2530,2520,2849,2572,2564,2372,2486,2526,2608,3127,2610,2490,3286,2729,2401,2250,2488,2326,2325,2969,2054,2201,2936,3125,2732,2408,2248,2204,2490,2690,3805,3012,2521,2496,2725,2888,2614,3760,2651,2445,2203,2489,2692,3002,2021,2761,2039,2944,2520,4021,2892,2802,2868,2107,2325,3491,2728,2407,2808,2231,2463,2652,2370,2449,2715,2446,2787,2242,2608,2314,2328,2244,2371,2446,2728,2371,2321,2409,2525,2610,2329,2571,3885,2374,2284,2283,2775,2121,2810,2320,2249,3288,4126,2516,2521,2409,2135,2647,3447,2366,2373,2607,2644,2807,1978,2132,2118,2327,2568,2215,2925,2848,2778,1903,2003,1723,1927,1878,1816,2424,2281,2128,2464,2246,2053,2567,2931,2168,1920,4059,2681,2013,2123,1963,2647,2244,2136,2405,2369,2768,2205,2333,2486,2442,2530,3731,2170,2646,7511,2285,3221,2319,2011,1955,2008,1730,2245,2129,2843,2209,2132,2405,1887,2248,2003,1814,2195,2258,2168,2114,2050,2054,1763,2364,2407,1926,2291,2838,1657,2005,2161,2446,1679,2130,1877,1641,2105,2084,2493,2443,1845,1772,1846,2002,2051,2196,2048,1975,2080,3976,1647,2075,2299,4574,2692,3053,2687,2084,2346,2646,2723,1935,3410,2480,2291,2164,2169,5099,3203,2288,1775,1854,2015,2249,2105,1929,2675,2564,2630,2084,2564,1650,1843,1926,2640,3372,2009,2609,2044,2524,2081,2494,2441,2290,2562,2129,3001,1801,2129,2405,1884,2120,2058,2113,1733,1685,1690,1801,1890,2038,2082,1934,1842,1969,2246,1928,1921,1964,2169,1652,1714,1770,1760,1781,1924,1836,1693,1917,1611,1994,1703,1714,1776,1952,2211,2472,1844,1975,2205,1728,2166,2239,2005,2057,1998,2049,2202,1934,1923,1926,1882,1853,2805,2152,2573,2688,2003,2090,1922,1894,2047,1997,1973,2118,1886,2044,2253,1928,2399,2017,1970,2093,2129,2208,2438,1690,1765,1917,1897,1727,1772,1601,1433,1382,1400,1399,1369,1407,1795,1733,1752,1735,1970,1850,1770,1850,1687,1608,2050,2585,2374,2322,2252,2124,2494,2240,2367,2572,1922,2166,2371,2168,3011,2401,2030,1851,1845,2164,2211,2365,2609,2220,1841,1848,1762,1695,1675,1648,1881,1929,2042,2173,2159,2060,2437,2488,2607,2368,2167,1962,2092,2385,2413,2003,2243,2014,1803,1608,2359,2122,2007,2139,2342,2362,2373,2368,2565,2890,2438,2259,2081,2329,2323,2532,2167,2090,2319,2284,2294,2404,2567,2412,2888,2082,2210,2036,1817,2070,1845,2172,2443,2853,2521,1769,1722,1531,1713,1682,2295,2843,2323,1931,2205,2075,2075,1937,1982,2037,2422,2402,1886,1759,1527,1847,1930,1819,2366,1683,1728,1530,1557,1528,1937,2685,2691,2325,2044,1822,1731,1530,2039,2475,1949,2063,2407,2245,2383,1977,2087,2148,2283,2299,2784,1809,1957,2081,1900,2266,1888,1745,1768,1612,1518,1539,1830,1925,1696,1731,1563,1718,2087,1574,1606,1724,1715,1574,2012,2052,1993,1979,2039,2403,1858,2117,1889,2491,1762,2130,1963,2929,2898,2854,2657,1999,2070,2095,2146,2173,2328,5854,3243,3140,1801,3691,4289,1971,2123,1886,2126,3324,1938,2085,2609,2275,1737,2181,2123,2246,2049,4850,8746,2452,5136,2209,3286,11074,3608,2293,2969,2604,3650,2571,2805,2733,1963,3370,2165,2176,2360,2493,2971,2166,4653,4290,2449,2445,2423,1877,2493,1807,2121,3092,1884,2093,1841,3007,2089,2207,2203,2004,1732,1844,3727,1849,2043,1976,1966,2159,2368,4594,2249,2288,2365,2653,2435,3091,1649,3609,2283,3137,2724,2212,3979,2445,2445,2731,1686,2328,2643,2411,2526,3819,5054,2599,3614,3287,2728,2336,2481,2852,2770,2725,2332,2444,2526,2404,2253,3360,2731,2084,3130,4615,2928,1846,2084,2123,1679,2082,1776,2166,2122,1939,2502,2923,2453,2357,2056,2535,1998,2050,2008,2516,2260,1881,2857,2535,2406,2681,2702,2408,2522,2451,2482,2414,2291,2179,2455,1764,2313,3490,2366,1813,2037,2650,2486,2447,2609,2771,2882,2212,2136,1894,1805,2572,2526,2415,2039,2467,1896,2116,2167,1856,1845,2122,6983,2762,3015,2122,2605,2009,2084,2527,2289,2128,2404,2573,2442,4179,2405,2291,2199,2735,2159,3933,2614,1800,2489,2645,2220,2043,2006,2195,2422,2579,1992,2011,1915,3341,2569,1879,1965,1812,3361,2288,2487,2209,2325,3529,2875,2408,1929,1852,1848,2285,2004,2001,1768,1885,3661,2079,1968,2120,1737,2047,2653,2401,2254,2281,2403,2087,2568,2457,1800,2333,1773,2077,2217,2166,2364,2170,2332,2085,3087,2096,2926,2686,2137,1949,1924,2006,2155,2047,2073,2244,2980,1966,2363,2283,2564,2496,2412,2491,1927,1960,2053,2044,2011,2075,2566,3772,2169,2564,2569,2733,2170,2087,3768,2651,2210,2442,2453,2649,2044,2528,2768,2602,3499,4944,2138,2324,2616,2278,2735,2650,3363,2165,2407,2446,2489,2122,2697,3210,4570,2529,3050,2284,2723,2292,2013,2354,2168,2337,3088,2129,2073,2330,2447,2366,2000,2380,2477,2646,3090,2650,2251,2522,1984,2526,4700,2644,2812,2642,2177,2446,2647,2689,2007,2685,2652,2568,2321,2572,2411,2328,2326,2770,3130,2689,2452,2645,2406,2329,2575,1844,1921,1890,1922,1806,1685,1853,2009,2174,2889,2359,2287,2655,2123,3097,3260,3469,2011,2082,1930,1847,1874,2018,2166,2088,1792,1739,1623,1891,1694,3803,2738,2002,2482,2048,1838,1776,1875,1798,2081,2205,2094,3491,3094,4272,4013,2570,2888,2009,2246,2478,2288,2410,2451,2610,2645,3571,2638,2651,2246,2244,2209,2051,2253,2116,1798,2078,2122,3454,3090,3046,2081,1956,1855,1965,2460,2003,2374,1881,2047,2618,2527,2330,2609,4692,2407,2927,2173,2208,2761,2572,3366,2449,1931,1769,1842,2086,2238,1804,1931,2045,2250,2204,1927,1997,1968,2406,2058,2446,1883,1842,1766,3478,2573,2107,2218,2284,2651,2281,2610,2206,3067,2358,2453,1906,1893,1967,2605,1921,1927,2303,2521,2532,1967,2201,2570,2412,2562,2366,2533,2568,2123,2564,2654,2214,2486,3006,2768,2167,1678,1599,2076,2408,2282,1977,2037,2445,2531,2447,2204,2007,2042,2363,2775,2763,2850,2373,1926,2296,2572,2058,1922,2335,2034,1939,2311,3168,1846,2567,2363,2411,2324,2686,2174,2127,2167,2159,2441,2605,2050,1887,2416,2261,2430,2850,2115,2121,2555,3044,2769,2331,2281,2452,2238,3499,2931,2763,2247,2489,2730,2364,2328,2168,2895,2563,2770,2728,2926,3093,2450,1668,1830,1885,1849,2445,2446,2488,2370,2119,2286,2329,2449,2967,2448,2408,1815,2005,1562,1584,2083,2111,2202,1846,1613,1814,1847,1725,2371,2836,1927,1843,2044,1927,1919,2010,1848,2007,1924,1968,1848,1940,1685,1650,1679,1696,1682,1641,1555,1564,1489,1483,1650,1561,1562,2056,1637,2004,1931,1975,2242,1760,1531,1564,1530,1594,2215,2063,1907,1986,2569,2612,2049,2171,2046,2165,2592,2364,2492,2202,2420,2768,2646,2691,2195,2093,2236,2129,2205,2450,1802,2159,2127,1971,2067,2084,2053,2331,3043,2092,2319,2049,1920,1893,1957,1897,2045,2044,2161,1928,1924,2175,2002,1970,2082,2125,1927,2084,2080,2536,2335,2284,2534,2682,2010,3159,2606,3337,2116,2039,2599,1893,2399,1972,2367,2011,2244,2287,3497,2041,1986,3017,2481,2487,2330,2368,2285,2571,2324,2452,1926,1728,1874,1857,1875,1886,2053,1889,2074,2214,2449,2437,3333,2163,2412,2202,2131,2647,2689,2568,2608,2522,2528,2452,2610,2170,2007,2528,2369,2208,2929,2441,2170,2242,2124,2018,2346,2369,2283,2328,2045,1890,2886,2288,2202,2167,2856,3207,2936,2480,2408,2133,2242,2533,2483,2094,1993,2083,1933,2080,2836,2606,2604,2689,3095,3487,2090,2487,2766,2646,2329,2288,2574,4688,1754,1841,1804,1879,1977,2484,2162,1732,2974,2371,2126,2522,3138,2237,2810,3152,2526,2489,2816,3249,2409,5413,1966,2128,3207,2826,3533,2884,2694,2850,11443,2648,4048,2491,2561,3378,2608,2288,1843,2018,2078,2204,2378,2880,2090,1922,1890,1803,2088,2365,2084,2052,2128,2209,2163,2324,2538,3077,2029,1844,2257,1997,1925,2773,1891,2086,2242,2286,2047,2245,2528,2048,2045,2127,2086,2006,2050,2121,1973,1754,1770,1852,1761,1961,1897,2557,1975,1874,2018,2045,2120,1812,2203,3449,2328,1928,2374,2810,2524,2175,3252,2772,2488,2331,2163,3849,2491,4534,2202,2456,2287,2605,2326,2729,2219,2802,2495,2520,2371,2570,5050,1689,2761,2365,4133,2447,2173,3730,2242,3047,2892,1927,1773,1922,2051,1924,2001,2049,1845,3071,2454,2004,2093,1759,2366,1928,2366,2644,2000,2127,2249,1968,2003,1921,1894,2120,1887,2492,1881,1935,5532,2364,1972,2486,1876,1933,2091,2128,2354,1776,2248,1764,2360,2166,1934,2450,1809,2037,2290,2003,1972,2315,2820,2116,2094,2002,1931,2208,1954,2044,2721,3209,2057,2009,6369,1776,1807,6020,1772,2208,7117,5534,4902,1890,2923,2247,4853,2569,2282,3858,8725,2296,2164,3857,2135,3244,5450,4020,2237,7725,4611,2206,5613,5060,2597,2284,4899,2047,2092,2038,2054,1915,1766,1726,6627,6503,1926,1919,6025,3720,2295,1729,1881,2767,1809,1888,1801,2480,2690,2082,2007,2417,3771,1683,2363,1562,1761,2850,1643,1564,1525,1570,1894,1562,1532,1586,1527,1605,2111,2734,1728,1757,1685,1651,3366,2411,1645,1842,6497,1977,1878,1733,5171,4574,3407,4295,2448,5983,8020,2611,9353,2444,2732,4930,3048,2181,2001,2452,5254,2490,2123,1693,4017,3156,3697,2688,2575,2689,2842,2330,3022,1848,4058,3325,2285,1645,1806,5058,1932,2960,2009,3691,2331,1591,1527,1521,1690,2258,2683,2733,3818,1715,2297,3611,3166,2204,2729,1986,2278,6266,2284,2407,3857,1923,2009,1684,5991,5095,1804,1659,5332,4414,2248,2239,1690,3648,1726,1686,1648,4008,2047,2691,5214,2649,2167,2530,2084,1805,1663,1839,2328,1885,2089,5467,2242,2409,6466,2326,2613,6975,2127,2042,17441,1412,3388,2123,6213,1928,2282,9456,1964,9601,2689,2968,1768,3127,4254,21744,2248,8351,2411,2282,3012,1968,1925,2749,1755,1735,2040,4503,3250,2158,2044,5290,1720,1687,1848,1682,4173,1857,1803,1688,1792,2299,1917,2050,1925,4415,1960,2064,1710,2485,1682,1844,1847,6626,4820,2722,8426,5499,2166,7011,2447,2774,6454,2415,1807,1690,6471,2823,2046,5499,2210,1767,1802,2576,1775,1718,2036,10859,1931,1764,2403,4621,8141,2165,6415,2422,2138,1997,3975,1975,2009,1846,3557,2476,1926,1693,6222,4931,1568,1838,1689,2607,1647,1997,1978,6413,6988,1638,1565,1644,2366,2205,1761,1848,4736,5333,1642,1767,1766,3540,1803,1835,1854,3125,4576,1973,1969,5666,2683,2360,7619,4615,2153,2127,3862,1791,2009,2045,3611,1759,2093,1682,1686,8728,2082,2166,3026,1864,2038,2051,3329,2450,2080,5089,2048,2205,3967,1773,2763,1692,4055,1921,2078,1967,7586,3648,1686,1730,1689,7176,1971,1915,2127,5145,2120,1744,1576,1713,2057,1558,1760,1496,1566,2126,3558,2484,1897,2127,1765,4528,2165,1893,1759,1764,4651,1778,1755,1772,1689,3521,2044,1730,1722,1944,3209,2367,2125,5740,2160,2090,7741,7468,2482,7386,2325,2169,3087,2055,2240,4167,4941,1924,2013,5455,2855,1966,5649,6501,1961,1852,1640,2976,1687,1765,1761,1770,7259,1680,1611,1677,5873,1810,1529,1803,3925,5041,2158,2093,3422,2363,1923,8154,9873,2082,1780,3532,1757,2364,1870,1654,3088,1879,1763,2057,6094,4656,2080,1799,5900,1807,2041,1689,4778,4647,1804,1725,1855,4890,1930,2325,2320,5218,1965,1775,1675,1692,1969,1563,1545,1511,1458,1506,2377,1601,1601,1589,1758,3297,4409,2004,1843,1734,2689,1808,2126,2002,1760,4665,1921,1841,2374,3844,4292,2212,1555,1411,1684,2929,1555,1497,1525,1601,1654,2928,1516,1520,1532,1556,2173,2048,2176,2197,2128,8226,2044,2376,5538,2848,2088,3345,4422,2044,1844,2415,4493,3211,8219,9152,2169,11676,10980,2120,4497,2044,2454,5017,4974,2329,11785,10596,6500,3972,2247,2484,2209,2329,2204,3328,2131,2167,6661,6135,2246,4649,3006,1773,1849,4187,9348,7026,5218,2330,3324,1687,2046,1838,4426,2338,1721,1726,2609,2489,1756,1728,1771,9105,1851,1840,1799,6354,2105,2368,2209,4049,2171,1532,2229,6608,1810,2089,1730,3093,3798,1990,1728,4478,1917,1852,1922,6625,2480,1883,5736,5438,1963,13864,1966,2049,1796,3739,1639,1649,1611,1725,3600,1890,1762,1966,1650,7507,2970,2444,2849,4532,2208,2013,2286,2046,1842,8578,2291,3966,2649,1888,1916,1833,2052,2526,2245,2769,2292,2079,1967,1958,2614,2535,1805,2693,2047,2201,2366,2639,1574,1925,2279,1966,1806,1927,1850,2019,2486,2892,2852,2518,2495,3324,2612,2727,3009,3086,2856,2165,2729,1825,2004,2171,2289,2062,2165,1928,1851,1921,2327,2642,3446,2368,2002,2485,2484,2375,2278,2490,2723,2248,2207,2362,2365,2409,2330,2440,2052,2002,2090,2280,2296,2038,2124,2137,3300,2845,2729,2441,2002,1568,1678,2170,2367,2729,2533,2452,2523,1806,2092,2052,2085,5486,2408,8630,7383,2453,4132,3285,3413,4900,3207,3092,5941,2051,2005,2043,3850,2366,2252,5700,2165,1842,5977,5416,2254,2001,2086,2011,6261,1972,2078,2932,2727,2089,2763,9107,2013,2405,4854,2047,2204,3091,2249,1927,1754,7272,1855,1810,3642,3851,1846,1763,3083,2132,2324,2248,5055,2052,1793,1775,3907,1736,2321,1936,7255,3175,2566,3247,1788,1638,2690,1933,2726,2237,2132,7908,1788,1892,7878,3210,2206,1971,1708,1932,1959,1840,3207,2133,2087,3806,1886,2089,4010,4853,2084,1975,5696,3412,2394,1929,3449,2204,7584,4658,2245,5501,4655,2330,3407,4935,2128,1807,2245,2281,2447,2175,2001,2731,2529,2412,2077,2489,2324,2896,3368,2606,3005,2733,2446,2570,2122,2129,2403,2212,2074,1863,2246,7263,2485,2050,3245,3530,2731,2205,2253,2327,2483,2488,3615,2561,2571,2965,2161,2101,2644,2567,2292,2603,2094,2154,2445,3734,2125,3134,2446,2167,2040,2408,2531,2933,2725,2087,1926,2208,2725,2483,2448,2367,1927,2472,2445,2604,2650,2121,2215,2204,1884,1846,2365,2214,2450,2604,2327,2005,1966,2214,2481,2489,2653,2565,2531,2520,2243,2405,2691,2415,2236,2286,2129,2328,2100,2230,2450,2325,2017,2053,2091,1883,2087,2125,2080,2051,2084,1886,1909,2046,2442,2217,2037,2310,2324,1972,2481,2328,2451,2448,2202,3175,2245,2058,1895,1969,1966,1967,1601,2361,2170,2286,2010,2288,2445,2443,2415,2333,2600,2771,2653,2361,2090,1923,2290,2968,2368,2805,2490,1969,1763,1701,1645,2546,2640,2575,2564,2371,2444,2449,4419,2286,2330,2046,1684,1605,1639,2092,1919,2004,1646,1782,1883,1848,1850,1999,2928,2372,2167,2210,2486,2727,3132,2565,3168,2488,1793,2508,2243,1970,2602,3094,2530,1797,2020,1873,2091,1924,1844,1831,1856,1922,2277,2324,2529,2490,2324,2448,2044,1926,1974,2307,2538,2373,2084,2207,2269,2122,1842,3605,2570,2245,2328,2445,3250,2604,2291,2297,2047,2257,1773,2530,2887,2891,2010,2015,2443,2494,2524,2045,1936,2162,2417,2253,3087,1938,2539,2786,1994,2039,1814,1803,2003,2288,2010,2042,2083,2201,1847,1982,1642,1731,1683,1680,1924,2044,1650,1686,2128,1641,1414,1401,1401,1651,1929,1632,1768,1844,1651,1760,1808,1964,1901,2010,1924,1853,2285,2444,2095,2164,2044,2078,1738,2283,2006,1967,2001,2292,2168,1919,1886,1807,1600,1775,1835,1936,2129,2166,1995,1856,1843,1921,2205,2403,2019,1717,1773,1806,1964,2930,2043,2081,2123,2490,2407,2650,1664,2771,2571,2044,2166,2407,2288,2124,2415,2290,2321,2649,2134,2235,2535,2683,3294,2449,2440,2372,2563,2283,2050,1876,1931,2445,2542,2078,1891,1847,1838,1806,1851,2164,1850,1849,1999,2212,2082,2326,1603,2252,1883,1607,1801,2286,1575,1596,1536,1525,1736,1403,1676,1449,1808,1721,1854,1441,1359,1812,1447,1537,1485,1413,1566,1694,1523,1520,1392,1324,1811,1840,1447,1603,1680,1905,1550,1456,1405,1484,1567,1425,1332,1762,1440,1416,1519,1485,1708,1798,1656,1842,1796,1774,1692,1639,1645,1529,1644,1448,1639,1794,1644,2093,1526,1524,1531,1759,1925,1667,1793,1898,1717,2439,2088,2239,2180,2062,1969,2026,2081,2249,2250,2488,2846,2293,2273,2433,1791,1736,1556,1657,1562,1685,1484,1407,1413,1655,2319,1833,1886,1907,1764,1631,1770,1716,1728,1575,1480,1455,1553,1451,1494,1597,1535,1527,1525,1480,1841,1650,1715,1883,1486,1568,1537,1523,1528,1409,1617,2151,1419,1844,1346,1350,1338,1317,1770,2048,1542,1428,1473,1522,1400,1341,1854,1330,1818,2036,1596,1782,1764,2413,1591,1572,1587,1589,1608,1573,1570,1645,1602,1677,1644,1647,1721,2095,1718,1756,1659,1913,1618,1685,2332,1570,1690,1565,1682,1839,1889,1852,1722,1806,1961,1934,1876,2254,1648,1804,1919,1992,2005,2121,1891,2056,2047,2105,2500,1842,1920,1891,1924,2006,2193,2531,2126,2645,2771,2652,2058,1927,1722,1888,2446,1990,2248,2204,2129,3451,2442,2076,1756,1841,1848,1964,2123,2453,2361,2131,1820,1685,1649,1940,1813,1928,2403,1885,1886,1894,1968,1926,2125,1964,2199,1686,1619,1658,1403,1399,1490,1479,1691,1564,1642,2090,1973,2075,1967,1495,1595,1487,1404,1406,1808,1960,1522,1387,1368,1369,1519,1331,1803,1886,1491,1591,1602,1646,1697,1472,1761,1491,1448,1520,1488,1526,1601,1694,1513,1690,1613,1333,1354,1411,1496,1351,1766,1460,1641,1432,1632,1403,1678,1339,1559,1653,1480,1427,1434,1482,1820,1462,1490,1756,1438,1513,1418,1875,1415,1495,1723,1378,1511,1455,1470,1479,1389,1287,1508,1374,1450,1277,1815,1969,1784,1945,1585,1242,1874,1499,1422,1763,1358,1715,1526,1504,1353,1983,1512,1711,1822,1576,1509,1630,1476,1565,1564,1448,1430,1398,1586,1408,1418,1903,1635,1526,1736,1815,1487,1422,1490,1498,1552,1736,1768,1582,1572,1588,1629,1603,1795,1987,1859,1747,1763,2252,1878,1527,1926,2001,1741,2060,2024,1886,1731,1651,1592,1590,1591,1647,2376,2165,2246,1762,1765,1960,2768,2127,2009,2184,1898,1834,1775,1962,2110,1963,2043,1870,1913,1677,1685,1901,1902,1706,1751,1487,1614,1711,1566,1652,1718,1581,1564,1616,1531,1610,1714,1925,1612,1739,1653,1609,1444,1833,1727,1722,1647,1722,1507,1715,1572,1759,1855,1755,2004,1735,1762,1919,1889,1773,1555,1538,1596,1843,1889,1926,1884,1851,2077,1936,1848,2162,1968,1920,1895,1797,1763,1892,1920,2214,1804,1805,1728,1717,1651,1802,2086,1732,2003,1970,2161,2086,1971,2005,2262,1797,2542,2614,1953,1813,1784,1577,1880,1738,1636,1644,1413,2076,2170,1570,1650,2291,1974,2579,1506,1519,1771,1877,1644,1407,1811,1378,1484,1695,1937,1473,1449,1537,1592,1813,1805,1768,1761,1803,1975,1524,1906,1455,1610,1391,1983,1554,1516,1496,1558,1569,2043,1537,1557,1723,1688,1734,1756,1609,1673,1417,1689,1630,1553,2016,1516,1489,1419,1399,1522,1422,1731,1542,1652,1559,1715,1745,1752,1632,1568,1629,1483,1545,1456,2346,1773,1509,1468,1456,1492,1421,1491,2020,1480,1474,1695,1545,1500,1620,1589,1575,1419,1441,1445,1550,1673,1989,1700,1725,2089,1715,1692,1978,1738,1730,1645,1881,1661,2176,2280,2438,2647,2648,3451,2140,2045,2707,2412,2682,2372,2080,2061,2478,2452,2889,2315,2053,2084,2291,2594,2604,2642,1764,2035,1735,2229,2278,2296,2122,2283,2175,2185,2207,1986,2302,1838,1936,2120,2163,1727,1642,2135,2051,2043,2103,2327,2049,2069,2425,2042,2495,2104,3053,3529,2132,2043,2075,2574,2081,1913,1804,1931,2012,2237,1887,2867,1959,2126,2045,2049,1764,2120,2064,2055,1847,1922,1807,2123,1964,1965,1766,1852,2039,2007,2609,2053,1755,1731,1717,1854,2039,1930,2125,1928,1962,1814,1888,2039,1888,1877,1848,1849,1966,2129,2522,1884,1976,2689,1917,2008,2009,2038,2010,2010,2050,2043,2127,1831,1683,1686,1635,1842,1770,1614,1644,1554,1610,1492,1523,1560,1651,1600,2116,1691,1652,2234,2029,2014,1837,1729,1962,1963,2453,2005,2045,2006,2330,1933,2685,2082,2713,2562,2333,2506,2548,2484,2010,2347,2035,1964,1892,1921,2296,2499,2049,2013,2949,2460,1771,1875,1817,1879,2174,2234,2170,2747,2348,3191,2000,2553,2568,2076,3129,2249,2646,2492,2603,2528,2569,2324,2370,2034,2124,2130,1963,1978,2210,2334,2446,2647,2766,2771,2401,2847,2321,2021,2013,2159,2125,1972,2045,1972,2086,2004,2125,2040,2429,2407,2524,2093,2254,2521,2381,4290,3292,2805,2051,2211,2568,3526,1724,2893,2801,2328,2327,3734,2443,2411,2605,2252,2279,2408,2488,2491,2447,2525,2088,2486,2531,2168,1899,1956,2216,1887,3488,2367,2442,2001,2126,2174,1933,2518,2451,2322,2093,2320,2811,2329,2248,2092,2602,1995,2091,2101,2249,2047,1757,1613,1605,2086,1849,1843,1927,2116,1974,2081,1930,1845,2086,2166,1849,1726,2079,1723,1648,1850,1889,2158,1961,2135,2126,2007,2041,2172,1965,2003,1843,2045,1773,1679,1735,2123,2242,2050,2283,1968,2050,2041,2002,2088,2047,2057,2842,1702,1795,1777,1715,1612,1524,1719,1649,2164,2326,1849,1843,1726,1725,1683,1806,1647,1720,1734,1684,2042,1612,1559,1756,1738,2050,1561,1714,2057,2088,1509,1621,1517,1520,1690,1645,1694,2366,1843,1594,1647,1653,1643,2124,1647,2173,1755,1858,2161,1689,2720,2287,2243,2415,1826,1928,1894,1884,2001,1930,2646,2162,2207,2014,1956,1975,2286,2128,2165,1796,1613,1765,1888,1597,1774,1841,2131,1802,2006,2009,2180,1907,1889,2262,2069,1930,1835,2351,2313,1799,1770,1881,1961,1810,2087,2008,2607,2285,1609,1848,1846,1840,2169,2027,1944,1947,2005,1959,2183,2049,2117,1883,2198,2254,2566,2201,2654,2185,2079,2411,1845,1649,1602,1920,2013,1724,1907,2108,2096,1996,2024,2441,1838,2398,1876,1900,1694,1625,1810,1957,1758,1811,1807,1601,1805,1722,1614,1999,1600,1744,1548,1474,1448,1526,1813,1635,1945,1738,1606,1518,1647,1487,1937,1698,1551,1798,1567,2121,1490,1898,1735,1679,1813,1589,1642,1655,1636,1828,1720,1617,1571,1771,1537,1506,1669,1666,1552,1582,1459,1403,1433,1444,1509,1854,1629,1695,1636,1425,1539,1472,1452,1445,1716,1569,2041,1721,1716,2018,1579,1553,1490,1564,1637,1736,2252,2031,2408,2309,1461,1573,1602,1513,1808,2366,2116,1759,2144,1715,1585,1837,2014,1648,1641,1634,1801,2013,1857,1607,1601,1475,1586,1721,1489,1740,1662,1554,1544,1595,1485,1483,1447,1477,2087,2011,1788,1725,1975,1850,1862,1864,1825,2038,1688,1655,1878,1700,1664,1999,1847,2203,1834,1922,2615,1928,1959,1964,1887,1890,2283,2244,1774,1927,2162,2010,1970,2405,2286,1969,1923,1959,2011,2046,2041,2013,1916,2136,1768,1679,1931,2115,2178,1883,1966,1881,2094,2276,2050,1767,1853,1602,1682,1939,1789,1776,1912,1927,1968,2084,1695,1644,1802,1940,2325,1930,1925,2089,2011,2121,2202,2016,2041,2052,1995,2094,2119,1967,1696,2405,1541,1515,1507,1467,1490,1568,2041,1730,1604,2173,1645,1714,1731,1574,1545,1531,1758,2215,2235,1965,1896,2002,1718,2087,2296,3213,2046,2089,2157,2041,2087,2564,1928,1927,1929,1883,1921,2018,1878,1725,1964,2051,1842,1929,2166,2448,1721,1803,2168,1979,1923,1997,2047,2212,2361,2125,2973,2725,1768,1883,2212,2318,2080,2077,2093,2111,2122,2187,2773,2685,2724,2772,2332,2485,2130,2285,2611,2606,2609,2202,2085,1971,2000,2002,2088,2416,2205,2077,1777,1516,1607,1692,1686,1874,2214,2086,2445,1800,1977,2396,1934,1842,1570,1962,1850,1719,1608,1562,1850,2201,2809,2284,2487,1889,2458,2118,1973,2217,1955,2243,2277,2385,3221,2549,2301,2190,2314,1733,2077,2249,2009,2089,1725,2233,1771,2258,2004,2441,1979,1831,1792,1643,1633,1553,1864,1850,1808,1478,1405,1437,1378,1397,1526,1585,2043,1969,1845,1970,1997,2045,2183,2232,1620,2079,2355,2165,1766,1807,2277,2091,1806,1806,1809,1974,2088,1960,1917,2212,2075,1659,1573,1642,1647,1847,1647,1729,1644,1641,1811,1882,2202,2060,1673,1532,1358,1855,1320,2003,1608,1556,1491,1570,1461,1624,1707,1566,1577,1448,1489,2036,1692,1685,1511,1484,1523,1407,1791,1908,1343,1497,1549,1658,1766,1524,1513,1389,1388,1284,1940,1471,1497,1496,1571,1602,1714,1543,1459,1473,1480,1499,1598,1513,1525,1503,1984,2137,1825,1838,1793,1639,1767,1726,1654,1757,3803,3496,2168,2333,2003,2036,1733,2244,1961,2138,2559,2010,1977,1797,2110,2114,3816,3285,2880,2052,2459,2654,2568,2447,4374,2521,2768,3734,1973,2121,2168,2121,2613,2091,2126,2114,2049,1844,2094,3452,4978,2999,2096,1963,2282,1893,1953,2013,1971,1962,2033,1890,2048,1926,1921,2689,1812,1838,1852,2086,1855,1842,1841,2332,2328,2159,2097,1967,1993,2008,2133,3454,1802,2045,2083,1928,2566,2288,1965,2286,1891,2252,1730,2013,1847,1876,1771,1761,1674,1477,2008,2003,2362,2131,1924,2042,2009,2285,2411,1918,2730,2770,2651,2765,2886,2415,2808,2849,2644,2530,2766,2413,3664,2654,2809,2615,2658,3159,2846,3410,2489,3254,2000,1880,2771,7179,2527,3615,3248,2885,2450,2967,2890,2365,2450,1740,1921,3043,2277,1971,2160,2283,4294,1938,3043,3287,1967,2732,4039,3891,1967,2722,4098,2093,2483,2524,3050,2294,2245,2448,3438,2248,3931,2168,2165,4205,2047,1850,1798,2252,1760,1767,2359,2292,1969,2202,1928,1839,2007,2053,2165,2084,3887,1884,1932,1930,1994,1889,1733,2037,2134,1687,1835,1698,2256,1882,1641,1716,1803,1889,1651,1684,1806,1801,1691,1688,1764,1840,2008,1837,1593,1693,2206,2012,1889,2001,1803,1886,1975,1924,2328,1794,2119,2847,2609,3539,10381,2293,2166,2135,2089,2442,2926,2047,2814,2768,3051,2763,2164,2652,2567,2244,2169,2809,2447,2127,2404,2373,2602,2336,2402,2689,2565,2203,2043,2251,2448,2310,2388,2170,2762,2452,2449,2361,2172,2481,2734,2610,2520,2095,2097,2043,2544,2525,2246,2015,2600,2053,1987,1882,2048,2169,1847,2571,1843,2002,2006,2688,2367,2288,2647,2566,2851,2315,2492,2484,2147,2518,2131,2011,2283,2282,2571,2555,1897,1851,2046,2313,2520,2894,2329,2596,2103,1920,1921,1887,2331,1687,1765,2327,2087,2083,1974,2081,2168,1967,2201,2082,2376,2048,1955,1899,1921,2203,1923,2129,3089,1883,1968,1894,2048,2837,2084,2448,2012,2042,2094,1845,2050,2001,1929,1797,2051,1801,2195,2761,1792,6543,4317,1842,2531,2810,3013,2175,2574,2004,2081,2055,2910,2848,3085,2650,2122,4584,5902,2647,5141,2294,2366,2564,2287,2320,2573,3008,2684,2890,2092,2525,3049,3285,2128,5862,2160,2650,2860,2486,1956,2359,2868,2290,2723,2529,2062,2000,3964,6390,1820,1809,1800,2014,2003,2010,1850,1997,1854,2693,2496,2605,2926,2525,2931,2941,2443,2367,1811,2089,2118,2536,2003,1841,1877,3334,2209,2049,2080,1929,1772,2161,1964,1801,2419,1954,2015,2041,1767,1837,1791,1698,1956,1640,2778,2154,1726,1816,1823,1771,4454,2412,2405,2685,2496,3042,3205,2492,2254,2680,2489,2405,2771,3368,2645,2808,2569,2164,1917,2127,1917,2053,2044,2435,1898,2236,2085,5427,2335,2318,2302,1960,2001,2718,2150,2455,2161,1849,1761,1970,2474,2450,3369,2482,2369,4415,2537,4494,3250,2487,2803,2571,2488,2169,2502,2162,1721,2210,2128,3045,1923,1931,2162,2332,2842,2610,2767,2732,2295,2206,2561,2737,3484,2125,2286,2214,2521,2532,2524,2694,2642,2248,2525,2453,2924,2495,2285,2045,2374,2365,2565,2529,2647,2570,4654,4729,4931,2206,5055,2726,3776,2809,2235,2216,19767,2084,2603,1726,2866,2569,1962,2248,3607,3450,2853,2725,3173,1963,2648,2089,2285,2081,3407,3135,3284,2690,2771,2727,4017,2805,2887,2968,6981,2094,2287,2330,4730,4096,2076,2846,1929,1887,2681,2651,2686,2328,2529,2133,2083,2061,2044,1967,1728,2011,1769,1956,2235,2046,2099,1765,2327,2386,2128,2470,2403,2576,2221,2167,1770,2043,2089,2042,1972,1961,1816,1805,1797,1888,1889,2004,2005,1971,2524,1969,3481,1929,3570,2452,2248,1688,1536,1484,1554,1687,1691,1754,1776,1679,1645,2162,1935,1680,1765,1817,1726,2194,2323,1649,1618,1434,1443,1406,1645,1574,1714,2133,1684,1767,1687,1686,1638,1559,1457,1330,1969,1495,1683,1973,2287,2434,2174,2163,1854,1800,1762,2340,2410,2323,1769,2175,1964,2731,2605,2008,1908,2161,2011,2545,2054,2318,2243,2372,2164,2454,2194,1996,1854,1793,2333,1684,1854,1955,1997,1907,1882,1809,2766,2559,1811,2093,2448,2446,2546,2685,2406,2297,2129,1961,2347,2486,2084,2124,1936,2075,1883,1928,2253,2210,2160,2013,2001,1966,1809,1724,1840,1892,1880,1734,2449,2653,2533,2043,1921,1926,2936,2028,2112,1933,2038,1925,2202,2513,2524,2415,2439,1923,2496,2038,1929,2578,2354,2326,1966,2049,2489,2080,2097,2006,1999,1830,1835,1727,1800,1696,1515,1615,1910,1725,1527,2018,2323,2237,1767,1694,1890,1841,1879,1696,1636,2049,2087,1817,2194,1769,1772,1763,1927,2085,2008,2803,2125,2002,1649,1692,1676,1777,1762,1890,1828,1526,1591,1662,1638,1612,1722,1875,1832,2159,1996,1719,1803,1852,1973,1753,1993,1898,1606,1641,1462,1794,1611,1523,1552,2050,1626,1789,1775,1673,1627,1719,1731,1743,1660,1637,1599,1616,1716,1522,1617,1630,1535,1612,1604,1557,1623,1706,1373,1456,1528,1532,1783,1824,1710,2288,1685,2048,1571,1955,1738,1749,2036,1729,1643,1637,1852,1963,2131,1923,2190,3078,2092,2609,2689,4124,2289,2288,2814,2283,3531,1848,2083,2130,1929,1847,1836,1989,1975,1718,1932,2040,1808,2046,1923,1926,1893,1957,2069,3248,2848,2443,2379,2676,2689,2574,1776,2123,2468,1773,2353,2278,1856,2065,1974,1847,1918,2488,2481,2048,2210,2245,2293,2286,2169,1967,2049,1963,1964,2054,1804,1809,2141,2135,2442,2568,2528,2451,2212,2048,1965,2054,2045,2002,3125,2536,1998,1924,1932,1892,2081,1847,1808,2246,2038,1725,1768,1867,2129,1767,2128,2360,2245,2084,2614,2605,2649,2723,2253,2772,2036,3210,2338,2253,2440,2327,1923,1966,1971,2166,2120,2335,2048,1730,1741,2238,2128,2608,2364,2885,2049,2895,2360,2369,2645,2449,2973,2408,2324,1967,1764,2283,2890,2064,1971,1929,2037,1898,1923,1888,3026,2203,2437,2053,2256,2565,1971,2445,2494,2483,1842,2208,2256,2321,2054,1989,2695,2567,2557,2517,2356,2520,2441,2329,2238,2446,2532,2406,1693,2204,2135,2327,2846,2242,2255,1878,2288,2051,2207,1806,2199,1762,1646,1608,1683,2093,2040,1963,2045,1649,1608,1646,1604,1642,1796,2579,3741,2443,3370,2213,2188,2341,1977,1802,2198,2006,1894,2165,2741,2144,2040,1847,1963,1734,1875,2133,2160,1691,2042,2092,2404,2287,2575,3244,2448,2446,2655,2450,2563,2561,2172,2490,2251,2438,2450,2201,2735,2610,3089,2330,2045,2610,2170,2206,2441,2329,2172,2352,2491,2163,2175,2747,2447,1801,2047,2124,3774,2074,2127,3451,3530,2689,2659,2197,2239,2497,2330,2334,2449,2609,2010,1941,2773,2330,2323,2888,2328,2645,2049,1941,1916,1901,1768,2474,2775,2971,2265,2606,2444,2069,1890,2270,2410,2131,2164,2848,2532,6020,4091,3300,1974,2614,2160,2330,2449,2438,2571,2126,2414,2565,2646,2807,2891,2531,2962,1935,2011,1874,3431,1995,3006,3132,1925,1991,2291,2651,2164,2111,2693,2205,2060,1970,3027,3056,2786,1761,2350,4692,4216,2610,3251,2399,2012,1932,1913,2250,2172,2022,2484,2528,2767,2449,2566,2008,2019,2368,2729,2962,2620,2288,2278,2575,2566,2564,2934,2364,2249,2159,2531,2530,2889,5179,2446,2039,2050,2411,3051,3008,2484,3454,2490,2604,1884,2246,2374,2481,2578,2404,1848,2128,3725,3372,3131,3087,2975,2723,2727,2927,2615,2123,1977,1887,2399,5526,2561,5178,2449,2445,2538,1993,2272,2601,2204,1947,2249,2695,1925,2342,2088,1944,2106,2567,2645,2534,2444,2090,2368,2490,2522,2610,2606,1858,2209,2643,2971,3045,2407,2415,2563,2380,2487,4412,2245,2178,2188,2307,2654,2726,2002,1885,1858,1804,2207,2602,2176,2890,2134,2247,1880,1812,3926,3185,2666,1860,2426,2813,2288,1882,1805,1932,1763,1846,2007,2089,2329,2441,2568,2335,2519,1923,2128,2094,2407,2118,2011,2041,1967,1810,1963,2048,3381,2574,2321,2568,2646,2412,2190,2166,2079,1935,1839,2249,1999,1851,1853,2503,2401,2060,2392,2610,2443,2572,2970,2964,2491,2328,3653,2522,2445,6142,6387,2760,2854,2573,2608,2697,2489,1936,2172,2243,2655,2889,3004,2139,1883,2086,4456,2098,1995,2326,2570,2680,2450,2856,2523,2773,2522,2368,2808,3255,2366,2124,2049,2164,1999,2769,1928,2489,2136,2240,2567,2407,2805,3810,2896,2241,2369,2325,2453,2438,3655,2651,2325,2417,2653,3884,3207,5101,2922,1869,3205,2267,1849,1893,2079,2571,2767,2849,3221,4247,2600,2082,1918,3938,2609,2564,2490,1759,2736,2080,2207,2089,1961,2132,2255,2484,2255,2052,2124,2248,3532,1930,2239,1732,5252,3272,2763,2805,2127,3332,2368,1966,2026,1959,2012,2045,2094,2085,2052,1968,2726,1696,2277,2551,5745,5972,5409,2336,1730,1878,2094,2283,2015,1973,2035,1814,4571,1967,1840,1803,2450,2867,3206,3108,2687,2651,2120,2370,1812,3364,2290,1769,1920,1971,2367,4005,1890,2050,1924,2168,1961,1845,2808,2057,2675,1814,2329,2966,2268,1608,1964,1614,1715,1725,1764,1849,1808,1693,1807,13682,1829,1622,2151,2367,1887,4902,4045,3087,8153,2724,2162,1856,2842,1732,1793,3093,1851,2201,1888,2324,1689,2207,1885,5578,1966,2323,8209,2445,1581,1724,1720,2006,1880,1855,1721,2091,2844,1996,1661,1758,1853,1562,1561,4380,3008,2805,2452,3105,5132,8465,3089,2209,12641,2575,2389,3893,2688,2784,5295,1975,2525,2409,2504,2370,2731,2158,1969,1931,2043,1963,1969,1931,5808,2253,1850,1797,1969,2282,2219,2082,1850,1831,2057,2245,2492,4011,3762,2605,2211,1793,2209,7983,5268,2438,1597,3213,1568,1568,1682,1571,1884,1489,2194,1899,1761,1933,1722,2043,1566,1520,2082,1611,1678,2651,1534,1528,1525,2116,2732,1717,1694,1717,1737,1566,1809,1564,1641,1574,1550,1452,1607,1647,1555,1812,1641,1614,1695,2022,2012,2080,2046,2047,2052,2089,2085,2045,2039,2047,1849,1933,1848,2036,2096,1798,1774,1765,1639,1604,1526,1687,2293,1797,1819,1798,1528,1647,2082,1803,1615,1521,1715,1695,1916,1605,1730,1686,1526,1567,1585,1565,1448,1440,1546,1593,1512,1497,1508,1379,1636,2098,1522,1516,1500,1522,1405,1914,1527,1541,1402,1833,1478,1500,1846,1420,1791,1897,1559,1595,2013,1413,1551,1418,1604,1681,1525,1478,1457,1474,1403,1681,1733,1456,1498,1412,1447,1412,1349,1897,1399,1396,1607,1695,1690,1827,1496,1389,1340,1322,1429,1809,1888,1421,1552,1594,1682,1454,1420,1359,1886,1357,1330,1891,1708,1541,1840,1889,1597,1404,1454,1425,1339,1396,1400,1887,1652,1607,1758,1446,1623,1560,1930,1828,1594,1830,1562,1524,1972,1515,1489,1487,1326,2038,1430,1634,1550,1572,1632,1567,1785,1885,1722,1697,1907,1677,1665,1437,1656,1875,1719,1707,2041,1782,1759,1803,2005,2168,2495,2475,1735,2385,2108,1945,2252,2521,2373,2482,2449,2432,2580,1920,2089,1841,1802,2082,2240,2324,1983,2117,1967,1968,2249,2207,3650,3611,2572,2204,1885,2417,2051,2015,2213,1985,1892,1940,1698,1861,1737,1770,2574,2319,1973,2031,2083,2095,2082,2762,2171,1971,1685,1561,1654,1541,1529,1563,1675,1581,1717,1773,2152,1657,2075,1538,1555,1441,1696,1743,1773,1955,1616,1669,1658,1593,1447,1565,1557,2211,1803,1693,1564,1592,1724,1534,1718,1484,1686,1566,1657,1716,1559,1694,2081,2209,1768,1850,1755,1974,1853,1935,2251,2245,1840,1776,2205,1917,1849,1925,1910,2203,2289,2325,2487,2452,2600,2495,2407,2967,3449,2569,2047,2067,2274,1998,2407,2573,2292,2126,1817,1922,2017,2237,1977,1966,1995,1963,1847,2006,2093,2761,1852,1927,2687,2326,1761,1930,1887,2189,3290,2930,2644,2288,2530,2324,2090,3171,3043,2530,2244,2531,2934,2522,2771,2005,2369,2003,1925,2052,1925,2684,2569,2329,1916,2582,2290,1813,2203,2666,2354,2174,2050,2043,2131,1849,2005,2678,1978,1922,1957,2010,2010,1767,1968,1967,1955,2006,1971,2363,2050,2128,2211,2035,1668,1720,1764,1611,2039,1494,1643,1798,1620,1683,1719,1720,1733,1770,1685,1914,1765,1963,1689,1610,2045,1680,1659,1712,1725,1650,1727,1682,1839,1689,1769,1678,1685,2206,1658,1646,1680,1529,1606,1597,1810,1799,1802,1772,1770,1434,1765,1660,1631,1576,1635,1611,1681,1732,1668,2136,1851,2202,2255,1962,1842,1972,1962,1925,2205,1968,2006,1881,2092,1921,1840,1649,2123,1601,1845,1645,1876,1654,1442,1448,1401,1723,2054,1753,1683,1567,1451,1407,1449,1560,1533,1878,1651,1436,1449,1606,2047,1760,1535,1575,1458,1336,1325,1715,1549,1499,1779,1753,1620,1498,1363,1342,1443,1555,1819,1815,1963,1723,1563,1686,1841,1691,1806,2126,1741,1974,1884,2001,2244,1826,2043,2083,2491,2106,2178,2178,2053,2042,2126,2474,2533,2495,2051,2235,2136,2166,3095,2065,2364,1973,1881,1761,1607,2169,1689,2086,1964,1926,1886,1885,2112,2099,1971,1984,1889,1931,1792,1769,1759,1454,1400,1395,1494,1716,1735,2007,2002,1475,1495,1880,1691,1965,1563,1639,1647,1657,1877,1845,1738,1631,1865,1756,2086,1610,1790,1834,1992,1598,1836,1968,1847,1793,1847,1939,1792,1814,1944,1951,1966,1721,2006,1682,2155,2062,1950,2150,2111,2082,1905,2121,2328,1888,1929,2416,2144,2142,2050,1954,2054,1929,1878,2051,2210,2975,2887,2052,2683,2052,2329,2868,2614,2932,2741,2843,2166,2371,2405,2560,1690,2932,2849,2973,2728,2411,1841,2093,1996,2364,2566,2365,2771,2365,2246,2328,2400,2368,2218,2073,2492,3137,2204,2045,2243,1926,2155,2054,2249,2240,1966,2173,2649,3049,5481,10636,3776,2896,4359,2770,2447,2764,1848,2330,2428,2087,2727,2375,2440,3409,3216,2486,2086,2170,3208,2808,2651,2806,2852,3130,2975,3485,2574,2770,2924,2408,2210,2440,2414,2241,2249,2409,2047,1994,2013,2012,1994,1931,2370,1720,1775,2113,2053,2169,1755,1697,2038,1762,1657,1633,2123,2280,1934,2009,2009,2046,1843,1958,2337,2650,2001,2092,2519,1845,1604,1895,2037,2164,2018,1749,1807,1730,1892,1602,1637,2046,1695,1844,2329,2274,1613,2447,2575,2244,2414,2164,1796,1764,1767,1954,2401,2060,2223,2692,2445,2366,2336,2034,2488,2247,1797,2210,1572,1561,1767,2323,2011,2075,1971,2003,2004,1736,1880,1965,1811,2158,1930,2565,2563,2366,2299,2092,1928,2289,1805,1920,1965,2131,2567,2246,1970,2001,1852,1605,1766,1914,2008,2088,1976,1855,1657,2006,2005,1750,1691,1608,1639,1685,1770,1813,1958,1612,1795,1812,1599,1690,1450,1840,1882,1644,1840,1817,1801,1691,1555,1563,1542,1563,2119,1645,1537,1553,1657,1325,2201,1748,1486,1624,1634,1678,1643,1539,1321,1978,1274,1744,1752,2006,1514,1325,1621,1409,1348,1782,1763,1764,1765,2005,1449,1552,1561,1723,1416,1408,1613,1625,1625,1426,1421,1552,1531,1812,1423,1439,1539,1556,1554,1403,1524,1773,1462,1442,1349,1519,1548,1535,1569,1533,1630,1617,1596,1530,1504,2102,1407,1367,1516,1503,1499,1505,1554,1467,1438,1914,1858,1398,1409,1388,1382,1470,1482,1389,1484,1673,1302,1537,1317,1787,1874,1354,1447,1351,1317,1431,1312,1806,1864,1360,1357,1356,1355,1416,1358,1285,1896,1529,1292,1910,1344,1836,1833,1291,1881,1270,1762,1872,1383,1358,1818,1792,1783,1833,1276,1743,3433,2650,2209,1996,2045,2013,2106,2290,2099,2209,2217,2577,2001,2158,2141,1838,2000,1945,1733,1945,2183,2238,1787,1616,1686,1653,1720,1701,1728,1774,1939,1854,1832,1808,1618,2073,1830,1980,1544,1414,1586,1675,1569,2034,2086,1444,1661,1841,1605,1968,1587,1493,1917,1605,1614,1900,2110,1620,1470,1490,1590,1690,1995,1842,1573,1859,1406,1384,1666,1443,1552,1564,1855,1506,1817,1409,1457,1792,1336,1381,1371,1849,1437,1756,1818,1388,1438,1448,1358,1333,1384,1330,1971,1350,1507,1376,1336,1891,1363,1919,1409,1404,1404,1324,1948,1552,1538,1958,1434,1464,1356,1956,1467,1466,1543,1876,1596,1438,1635,1665,1344,1789,1860,1359,1358,1334,1484,1390,1428,1635,1313,1778,1843,1835,1859,1383,1401,1647,1274,1795,1754,1845,1344,1344,1384,1320,1358,1324,1483,1369,1287,1822,1815,1873,1364,1359,1258,1904,1326,1294,1915,1408,1372,1861,1362,1593,1415,1304,1415,1445,1380,1778,1864,1276,1858,1388,1344,1347,1258,1339,1394,1292,1803,1451,1370,1307,1951,1363,1385,1350,1955,1418,1563,1914,1415,1403,1431,1473,1562,1559,1705,1469,1336,1833,1448,1457,1351,1341,1837,1837,1928,1331,1825,1802,1817,1809,1335,1801,1859,1373,1388,1355,1427,1313,1366,1360,1354,1336,1337,1335,1329,1329,1798,1414,1371,1324,1386,1398,1405,1342,1335,1338,1315,1333,1369,1346,1338,1290,1778,1784,1732,1725,1756,1696,1743,1743,1769,1821,1319,1743,1744,2017,1334,1535,1387,1332,1787,1879,1389,1817,1831,1326,1403,1376,1332,1893,1444,1366,1915,1416,1470,1511,1429,1453,1448,1493,1420,1438,1571,1471,1508,1505,1468,1459,1436,1374,1350,1368,1494,1625,1567,1483,1388,1608,1590,1574,1523,1544,1491,1438,1589,2020,1714,1538,1531,1540,1567,1505,1485,1484,1425,1702,1813,2069,1648,1590,1776,1843,1850,1844,1868,1889,2421,2061,2422,1981,2280,2553,2196,2311,2125,1804,2022,2035,2415,1993,2821,2134,2367,2054,2103,2051,2310,2039,2332,2378,1764,2086,2095,2157,1888,2075,1939,1845,1885,1692,1755,2049,1772,1639,1611,2527,1867,2341,1970,2099,1958,1971,2447,3616,2450,2570,1878,2118,2491,2053,2047,2118,1892,1679,1693,1945,1815,1779,1960,2177,3001,2045,2096,1886,2085,2038,1593,1715,1516,1801,1686,1815,2043,1887,1771,2089,1683,1553,2014,1763,2015,2005,1758,1733,2274,1813,1801,1817,1761,1835,1563,1533,1529,1638,1559,1653,1720,1614,1603,1635,1617,1680,2244,2001,1938,1687,1674,1844,1883,1694,1640,2205,1815,1754,1698,1793,1811,1804,2004,1765,1611,2130,1883,1930,2517,2256,1997,1937,1881,1691,2113,1813,2041,1888,1883,2298,2044,2126,1960,2608,2125,2126,1770,1762,1893,1919,1807,1771,1760,1730,1957,2337,2081,1688,1678,1888,2161,1738,1752,1738,1845,2317,2016,1956,1855,1885,1878,1888,2003,2089,2567,1854,1955,1896,2004,1966,1600,1791,2129,1616,1846,1728,1686,1868,1813,1810,1674,1724,1805,2183,2280,1770,1586,1587,1755,1561,2204,1656,1521,1972,1841,2056,1794,1768,2277,2080,2031,1598,1737,2160,2046,2124,1942,1719,1676,1731,1717,1769,1569,1999,1964,1808,1933,1568,1742,1809,2124,1715,1841,1759,1961,1975,1996,1964,1977,2247,2127,2514,1810,2001,2813,2579,2518,2402,2366,2653,2407,2365,2495,2386,2602,2894,2446,3336,2850,2287,2172,1908,1964,2302,2334,2652,1802,2013,1997,3480,2728,2734,2523,2934,2162,2525,2373,2316,2127,1977,2245,2054,2035,2127,2365,1998,2661,1884,2139,2241,2247,1977,2323,2306,2644,2285,2283,2050,1852,1876,2123,1927,1969,2046,1962,2013,1925,2012,2084,1922,1843,1799,1618,1524,1515,1527,1645,1759,1563,1540,1755,1728,2522,1761,2132,1897,1597,1564,1882,1978,1994,2325,1770,1731,1729,1960,1925,1720,1801,1818,1674,1818,1796,2055,2279,1895,1869,1784,1950,1720,1768,1694,1680,1673,1724,1778,2116,1765,2062,1828,1689,2325,1763,1725,1805,2023,1727,1759,1808,1918,1964,1685,1612,1607,1513,1803,1567,1711,1667,1556,1608,1472,1570,1556,1730,1564,1621,1668,1382,1684,1525,1514,1771,1641,1711,2051,1583,1590,1605,2371,1524,1456,1466,1440,1422,1610,2205,1882,1932,1888,1880,1607,1807,1640,1809,2198,1733,2204,2324,1697,2525,1918,1972,1810,1927,2080,2045,1849,2555,2446,2488,2767,2486,2328,2253,2284,2411,2039,2151,2849,3517,2920,2358,2337,2099,2124,2690,2326,5328,2426,4170,2524,2287,2812,2205,2490,2125,2123,2692,2288,2563,3009,3939,2078,2694,2605,2053,2091,1891,1722,2364,2071,2249,2166,2203,2101,2091,2506,2376,2648,2126,2046,1968,2387,2325,2404,2340,2483,2283,2137,2091,2127,1808,1919,2251,2045,1962,1847,2005,2329,2088,1975,1885,2086,1926,1964,2040,1847,2047,2332,2039,2132,1728,1873,2015,2209,2466,2087,2483,2571,2688,2025,1995,1850,2965,3098,1999,3286,1776,4685,1733,1956,2215,1686,1876,1803,1710,2764,3722,2848,2014,2124,2168,4606,2240,2162,2248,1841,2135,2728,2368,2444,1906,2564,2247,2246,2006,1774,2033,1977,2519,1882,2527,4073,6055,2322,3289,2733,15025,1971,1797,3188,5257,1796,2090,2267,2679,7147,2005,2199,1898,1799,1482,3976,4537,1890,2042,2846,5014,2034,2046,2006,1916,2249,2285,3816,2447,3969,2130,2087,3571,2470,2913,3042,4088,3135,6501,3375,2483,3088,9235,2532,2889,3517,3562,2482,8347,2328,2855,3924,3132,3455,3764,2905,3088,2404,2407,2168,13521,2168,2649,4412,2570,2163,2613,2166,3249,2320,2126,2492,2485,2371,2004,2038,2609,2705,2251,2644,3009,2937,4051,2161,1850,1819,2044,2119,2209,2371,2491,2653,2197,2174,2278,1968,1977,2097,2326,2127,2206,2967,2418,2682,2156,2128,2038,2132,2011,2201,1884,2678,2608,2923,3638,2322,2374,2025,1934,1995,1889,1847,3015,2762,1977,7257,2360,2211,2572,2605,2010,2887,2244,2451,2043,1946,1959,1937,1995,2063,2324,2018,1957,2115,2641,2534,2283,2963,3018,2282,3173,2478,7505,2646,2292,2087,6101,2805,2417,2567,3570,3177,6873,2448,2208,2900,1888,2431,2147,3773,3371,1996,2257,4201,1847,1966,2504,3456,1964,2647,4740,2087,1963,1807,5238,3491,2167,2214,2115,2164,1960,1851,2728,2165,2129,1927,2572,2130,2255,2046,2044,2043,2050,2481,2570,4010,2007,2362,2847,2006,1652,1931,2041,2650,2767,2089,2203,2734,2443,3660,2527,2726,3213,2572,2283,2692,1968,1768,4201,1932,1999,1897,1842,2161,1807,1853,1960,2679,2082,2813,1833,2923,2489,2682,3450,2611,2847,2326,2330,2206,2651,2240,2134,2487,2286,2001,2046,2854,2089,2047,2891,2774,1687,1847,1746,2011,2126,1954,2019,2555,2014,2082,2010,5013,2252,1728,2390,2493,3448,2055,2039,2010,3945,2289,1827,2083,2731,2919,2034,1656,1805,1643,1766,1822,1886,1768,1840,1586,1676,1682,1849,1839,1540,3541,1964,1893,1840,1812,2646,1848,1767,1923,1933,2881,2005,2053,2485,1968,2646,2089,1997,1848,7830,2285,3327,5879,2091,2489,3526,3051,2526,3070,1925,2086,2380,1968,1954,1881,1812,6619,1811,1796,1928,4606,3582,1960,2238,2850,1893,1859,1964,2562,2526,1889,2014,3683,2695,2157,1809,1804,5700,2130,1999,2007,4019,2522,2175,1875,2137,1961,2278,3975,2525,2333,3255,3239,1759,1847,3259,4220,2294,8774,5502,1995,2240,4894,2409,2968,2697,2362,2330,6061,4855,2133,3928,3783,2247,7340,6210,2437,2506,3591,1966,2108,4327,2861,2243,1968,1896,2006,2299,2168,3980,2039,2012,2163,2403,1890,1804,1928,1851,1767,1880,1887,1995,2327,2157,2603,2137,2241,2333,2008,2769,4781,2441,2693,1914,2123,2085,6903,2956,2202,2664,3775,2127,1997,2127,1974,1879,2374,1966,7865,4765,2301,6224,2084,2011,1979,2868,3335,2974,6487,2120,1965,2364,2364,2660,2338,1810,2336,3174,1888,2846,2849,3171,2208,3130,2685,2334,2722,2325,2015,2079,2407,2729,2452,2481,2853,2403,2250,2165,2128,2649,2406,2449,2683,2568,2409,2928,2369,2252,2123,3285,2411,2288,4016,2443,2449,4013,2362,2090,8105,2043,2168,2565,2366,3214,2166,2404,2571,2243,2295,4044,3651,2448,2452,2245,2164,2493,2649,2326,2488,2366,2408,2418,3284,3319,2145,2533,2285,1891,2113,2430,3057,2524,2604,2814,3084,1868,2677,5636,2268,6664,3223,1850,2268,3092,2607,2524,1928,3267,2088,2581,2359,2766,2613,2523,2331,2568,2291,2414,4878,1923,1798,2657,1961,2525,1999,4903,1966,3366,2813,2725,2569,3933,2362,2086,2171,2165,2330,3851,2166,2610,5247,4334,2206,5979,3416,2321,2288,2286,2816,2164,2245,2447,2123,2290,1878,2574,9626,2450,5821,3771,2362,2122,1802,3208,3820,2053,2443,1881,2201,2007,2492,2008,1844,2170,2486,2252,2889,7012,2291,1967,2238,4905,2209,1880,1774,2281,1805,2506,2570,3206,2090,2151,5333,2249,2525,4896,5378,1959,2860,2578,2234,2692,2319,2174,2484,2286,2644,2172,1920,2534,2120,2366,2288,2100,5654,6943,2240,4613,2372,2567,2203,2535,1964,3849,2531,2882,2654,2328,2122,2331,2413,2162,2211,2763,2329,3254,3486,2486,2213,3805,2010,2444,4215,2285,2487,2891,2166,2291,3084,2493,2525,2646,2643,2167,3053,3567,3862,2609,2362,2446,3454,2452,2199,3612,2469,2232,3893,2363,3454,2844,2210,2283,3618,2847,1857,2147,2492,1926,3084,2323,2488,2938,2088,2482,2206,9799,2158,2326,2457,2000,2249,1920,1933,1970,2847,2035,2050,1886,4377,2045,1804,1725,2049,1741,2041,2508,3022,2195,1850,2087,2691,2815,1718,1844,1939,4620,2534,2170,19859,2446,2248,3326,2252,2363,3053,1853,2120,2014,2469,2288,2443,2976,2600,1936,2327,1692,10179,2369,3533,3969,2610,2327,2375,2321,2292,2164,2046,1928,2206,1929,2087,2161,1740,3340,3453,2533,3722,2011,1815,6339,11527,2898,2119,2169,2328,2521,1726,3158,1743,2689,2448,3717,2088,1924,2288,3211,2894,2176,1882,2526,2038,1967,2050,2051,3252,2268,2158,2646,2858,1722,2681,2604,1899,1917,1962,2557,2525,1810,9782,2854,3529,2818,2074,1897,1762,2557,2607,2490,2724,2167,2119,2243,2013,2113,2078,2337,2318,1814,1838,1893,1848,2163,2644,3378,2361,3003,2089,3207,2850,2294,3288,2525,2083,2409,2560,2330,2454,4570,2487,1835,2576,2027,1815,2157,2011,2172,2083,2043,2043,2055,2327,3687,1849,1999,2440,2977,2575,1882,3601,2216,2031,3100,2036,2288,2475,4819,2491,2372,2398,2217,2879,2691,1931,2245,2529,2361,1975,2767,3411,2688,2731,1847,2576,2849,1926,1995,2497,2163,2564,2612,2607,4494,2323,1913,2668,2251,2047,2040,3775,2128,2160,2609,3493,3975,2897,3019,2003,2411,2078,2206,2438,2239,2047,2376,2074,2406,4414,3858,1880,1655,2869,2822,2035,1647,1812,2228,2409,3010,2848,2368,3571,3247,2683,2688,2527,1896,4151,2488,2083,5102,3359,2855,3970,2849,2448,3573,3329,2571,4581,3613,4259,12621,2130,2365,3405,3859,2606,2013,3919,2611,2171,3322,3375,2731,3569,5379,1904,4059,2203,3176,1725,2849,2927,2012,1925,1837,4095,1926,1848,1843,2293,4733,1688,1674,1690,4809,1739,2114,1569,1644,3526,2086,1925,1969,1926,2052,2322,2164,1769,5974,4617,2491,2319,2934,2006,1847,2127,3048,2200,1768,1735,2082,2043,2334,2404,4455,1800,1758,2188,4009,2368,2126,5379,3253,1866,2326,2962,1812,1873,1766,5215,3859,2253,1844,2235,2051,1826,1925,1754,1650,1840,1985,1841,2143,1891,3605,2046,1970,1804,1856,2759,3891,1929,1969,4166,2693,2122,1802,1896,2524,1842,2011,1883,2122,1808,1921,1899,3877,2240,2372,3893,2402,2767,1846,2317,2578,1995,2718,2837,2004,2045,1800,2888,1929,1964,1845,2012,10958,4611,3615,2731,1959,1691,1961,1924,3004,2104,1671,1645,1894,1882,1882,2097,2006,1962,3245,1737,1925,1996,1937,2926,1998,1735,1794,1805,1843,1812,3007,2858,1927,1925,1769,2167,2082,2006,2046,1972,1992,2051,2443,2408,3097,5118,2918,3363,2369,5058,2940,2364,1723,1732,1957,2138,2752,2688,7675,2973,3126,2453,2765,2289,1921,1855,1919,2325,1738,2447,2003,1837,2250,1961,2216,2128,2286,2369,1921,2282,1845,1924,1644,2077,2535,2047,1855,1873,2096,1878,1884,1817,1754,1906,1908,2278,2375,1756,1822,3572,2443,3728,4735,2091,2569,2247,1883,2052,2490,3047,2569,2157,2211,2596,2751,2192,2171,1889,1924,2086,1926,2012,2729,2281,1845,1961,1977,2164,2362,2083,2369,1930,2286,2011,1911,1827,1933,1987,5045,1745,1728,2456,2197,1495,1644,1713,1776,1766,1809,1798,1735,1758,1765,1620,1483,1642,1597,1692,1619,1557,1494,1482,1468,1452,1447,1487,1605,1651,1664,1694,1691,1868,1583,1536,1465,1490,1617,2122,1570,1559,1615,1685,2047,1568,1597,1449,2090,1576,1513,1525,1524,1595,1405,1379,1470,1429,2033,1513,1527,1455,1491,1597,1513,1404,1410,1370,1535,1928,1644,1541,1528,2053,1537,1520,1475,1416,1423,1925,1615,1558,1544,1521,1710,1572,1537,1627,1533,1573,1506,1418,1426,1618,1432,1486,1534,1490,1632,1623,1717,1566,1609,1464,1409,1332,1816,1805,2759,2155,3044,2368,2452,2643,2407,2369,2454,2684,2447,3009,2129,2287,2094,2640,2062,2640,2225,2040,2174,2075,2287,2051,1973,2119,2173,1964,2077,2217,2690,2852,2522,2493,2566,2567,3969,4698,2603,3493,1934,2098,2964,3287,2451,2776,2924,3572,2485,2252,2647,2207,2850,2196,2453,2721,2181,2403,2649,2252,2585,7420,2721,2254,3127,2094,1915,2192,2526,2487,2374,5974,4375,3172,2327,2925,4968,2236,1896,1954,2186,3252,2004,2410,2204,1972,2048,2046,2051,1962,2380,2440,2769,2572,2887,2651,2684,2247,2569,2692,2122,2358,2027,2130,2116,2046,2217,2076,2216,1995,2055,2414,2722,2683,2610,2451,2715,2166,2614,2356,2240,2239,2568,2295,2108,2012,2168,2166,2683,2733,2486,2772,2328,2644,1966,2693,1963,2203,1781,2751,2361,1992,1968,2209,2407,2362,2690,2804,1978,2122,2171,2531,2189,2323,1928,1928,1883,1928,1890,1763,2132,2000,3013,2115,2051,2121,2611,2561,2496,1935,2402,2962,3014,2483,2404,2606,2093,1721,2359,2293,2209,2009,2140,1647,2091,2007,1957,2010,2012,2036,2048,2042,2019,1925,2034,2131,1930,1802,1807,1771,1764,2000,1772,1915,2053,1921,2335,2533,2642,2253,2599,2497,2008,2447,2198,2653,2137,1880,2477,1991,2318,2329,2121,2572,2165,2285,2046,2095,1988,2045,2044,1884,2051,1795,1852,1998,1810,1964,1974,2321,2173,2157,2136,1923,1920,1854,1801,1847,2421,2248,2042,2277,2135,2057,2197,1937,1882,2009,2274,2884,2486,2409,2366,2291,2802,3135,2688,2298,2199,2091,2200,2404,2170,2203,2337,2797,2773,2606,2322,2254,2345,2170,2633,3218,2566,2570,1934,1928,2533,2161,2301,2174,2527,2211,2486,2243,2252,2804,2093,1791,2449,1885,1884,1889,3578,2548,2361,2908,2605,2118,1930,1994,2045,2016,1956,1857,2007,2075,1977,2041,2010,2007,1921,1931,1925,2081,2126,2894,1929,1676,1712,2034,1737,1917,1770,2118,2102,1760,1757,1729,1691,1650,1629,1607,1608,1603,1629,1712,1719,1684,1757,1646,1726,1727,1694,1598,1816,1798,1837,1780,1675,2039,2413,1810,1647,2011,1784,1644,1646,1638,1635,1814,2562,1572,1802,1892,1996,1566,1537,1638,1518,1582,1640,1711,1619,1794,1522,1492,1558,1824,1878,1689,1932,1718,1766,1837,1491,1531,1795,1724,1935,2130,2851,2580,2449,2056,2426,2445,2488,2493,2801,2573,2768,2689,2687,3487,2328,2444,2370,2009,2969,3377,2600,1892,2076,2373,2207,2294,2720,2294,2401,2327,2373,3044,2694,2565,10394,3009,2552,2162,4569,1896,1886,1805,2042,2722,1819,2046,2009,2280,2848,2646,2443,2207,2010,2202,5214,2608,2410,2080,2029,2001,2375,2166,2927,2373,2686,2270,2086,2583,2654,2534,2569,2521,2174,2368,2444,2333,2439,2574,5664,2170,2683,2567,2610,2446,2451,2255,1846,2159,2043,1768,2570,3848,2431,2552,2243,2095,2519,1894,1919,1889,1972,1965,3051,2000,2012,2646,2011,2602,2130,1900,2640,2170,2053,1925,1885,2327,2045,1930,1885,2002,2009,2004,2000,1894,1842,1820,1932,1767,1812,1687,1832,1898,1671,2047,1943,1667,1574,1561,1962,1573,1636,1662,1514,1490,1436,1697,1572,1524,1531,1868,1457,1764,2181,1552,1454,1445,1592,1571,1579,1594,1559,1849,1644,1681,1696,1751,1580,1728,1509,1606,1974,1685,1636,1503,1590,1518,1487,1500,1632,1730,1570,1758,1726,1727,1655,1578,1616,1588,1506,1517,1690,1681,1692,1647,1601,1560,1572,1683,1766,2082,1598,1605,1575,1633,1453,1413,1447,1717,1547,1607,1966,2401,1773,1853,1688,2813,2687,2243,2565,2139,1844,1612,1568,1562,1566,2243,1887,2126,2692,2081,2006,2001,1975,2239,1850,2004,2049,2006,2092,2316,2006,2406,2536,1766,2037,1974,2090,2549,2733,2487,3173,3008,2522,2487,2247,2567,2208,2368,3093,4009,2251,2406,2170,2451,2602,2806,2376,2642,2134,1958,1999,1968,2392,2206,2019,2122,1855,2211,2402,2251,2088,2045,2048,1874,2292,2406,2650,2398,2601,2324,2014,1992,1977,2565,2166,2153,2451,2683,2849,2175,2410,1938,1969,1997,2086,2091,2203,1887,2089,1931,2158,2012,2202,1926,2005,1848,1649,1604,1881,2214,1844,1738,5056,1716,1962,2004,1656,1766,1721,1640,1736,1913,1681,1726,1690,1731,1834,1847,1731,1933,1752,1691,1684,1800,1780,1839,1692,2195,1942,1808,2286,2046,2043,2045,2000,1898,2036,3014,2494,2206,1969,1964,1965,2093,2563,2204,2309,2133,2264,2175,2166,2043,1762,1931,1925,1850,1764,1837,2498,1868,1709,1656,1639,1926,1793,1797,1889,1719,1725,1736,1798,1846,1851,1731,1846,2159,2013,1997,2204,2016,2038,1766,2167,1927,1841,1935,2004,2156,2292,2001,2532,2041,2050,2091,1954,1977,2120,2121,2014,2330,1995,1898,2237,2222,2652,2420,1887,2003,2096,1808,1806,2005,2169,2193,2168,2177,2163,2007,2283,2047,1922,2285,1852,2123,2095,1998,2892,2283,2369,1935,2122,2338,2264,2095,2218,1861,2046,1924,1881,1854,2252,2036,1928,1844,1927,1884,1856,1879,2441,2009,1805,1851,1918,1858,1844,1964,2037,2054,2492,1833,1855,2010,1849,1873,1965,2095,1840,1845,1603,1635,1894,1530,1752,1782,1792,1734,1852,1590,2122,1820,2121,1730,1687,1796,2444,1809,1650,1954,1767,1777,1760,1759,2028,1850,1695,2038,1806,1720,1928,1642,1686,2055,1683,2325,2094,2482,2695,2964,2571,2531,2362,2442,2175,2050,2009,1959,1852,2439,2727,2321,1942,2353,2157,2487,2412,2683,2571,4212,2452,2682,1846,2906,2605,2291,2566,2605,2527,2134,2447,2563,2452,2724,2533,2322,2529,2448,2053,2489,2206,3766,2485,4093,2450,2852,2770,2481,2325,4776,2769,2135,2317,2687,2332,2204,2208,3094,2599,22315,9998,2177,1849,3377,2695,2447,2296,2322,2158,2976,2529,6414,4732,9073,2243,3050,2693,3005,2375,2143,2014,2003,2270,2724,2451,2444,2328,2327,2450,3371,4863,2206,1817,3930,2246,2016,1774,3053,1762,2036,2455,2486,2849,2156,2998,2408,2443,2536,3972,3486,7873,8058,2282,3330,2612,2566,2444,2608,2575,2480,2367,2612,2769,2164,2685,2529,2610,2570,2642,2697,2492,2841,2407,5268,2013,2160,2195,2608,2531,2403,2163,2411,2726,1968,2250,2252,3088,2568,2763,2533,2767,2646,2526,2332,2569,2885,9227,3689,2742,2138,1964,3939,2604,2285,2254,2641,3735,2528,2611,2562,2450,2963,2409,2412,2408,2246,5572,4209,2845,3897,2162,2572,2647,1966,2023,2490,2529,2680,2568,2574,2137,1844,2442,2723,2298,2119,2691,2089,2375,2133,2033,2774,2765,2327,2042,2371,2327,2289,2925,2012,2200,4338,4094,2119,2332,2212,2482,2648,2330,2043,2366,2731,2962,3017,2721,2853,2180,2325,2690,2653,2518,3285,2147,1961,1967,2203,1696,2039,2203,2140,2034,1970,1967,1923,1645,1803,1804,1740,1765,1759,1802,1719,1730,1767,1886,1652,1674,1887,1691,1757,1688,1735,1760,1960,1700,1796,1814,1842,1799,1842,1765,1736,1997,1920,2013,2090,1995,2129,2044,1854,2209,2427,2609,2410,2407,2348,2258,2243,1995,2119,2084,1928,1811,1800,1814,2081,2051,1922,2083,2014,2197,2096,1786,1809,1837,2403,2130,2119,1972,1929,1996,1930,1846,1963,1843,2011,2480,2364,2525,2733,3648,2200,2208,2250,2644,2446,2016,2401,1969,2041,2352,2651,2729,2957,2045,2206,1766,3198,2731,2847,2687,2128,2008,2328,2197,2687,2568,2894,2402,2367,2681,2612,2183,1890,2647,2208,1916,2007,2245,2522,2453,2247,3408,3934,2327,2363,2095,2201,1938,2374,2240,2373,1974,2467,2612,2269,2265,2108,2255,2722,2127,2091,3162,2291,2328,2010,2522,2131,2567,2043,2003,1898,2005,1844,1795,1738,1840,2179,2334,2118,2122,2162,2047,1888,2208,2671,3086,2342,2226,2012,2167,2123,1893,1997,2086,1974,2007,1954,1849,2240,2095,2197,2293,2289,2561,2165,1900,1932,1916,2138,2438,2005,2164,2057,2208,2004,2167,2041,1927,1882,2007,2005,1806,1768,1961,1934,1959,2053,2041,2010,1922,1576,1717,1761,1553,2326,2153,1936,1684,1761,2088,1810,2274,1740,1836,1798,1863,1832,1775,2038,1890,1766,2121,1657,1718,1648,2008,1995,2021,1886,2009,2036,2006,1894,2124,2119,2083,1725,1817,1800,2558,2381,2574,2731,3053,1830,2244,2335,2408,1923,2159,2004,1733,1846,2285,2127,2163,2171,2611,2402,1982,2106,2176,2029,2312,2250,2007,2081,2832,2479,2541,2721,2650,2053,2700,2055,2844,2694,3887,2328,2606,2568,2526,2614,2641,2696,2256,2207,1810,2322,1896,2236,2679,2369,2486,2008,2075,2720,2606,2533,2178,1970,1960,1851,1766,1966,2291,1958,2047,1845,1887,1767,1688,2124,2800,1851,1728,1726,4568,2649,2365,1858,1640,1593,1566,1608,1687,1911,1650,1651,1879,1821,1711,1734,1690,1756,1614,2051,2486,2284,1976,2479,2366,1929,2565,1762,3616,2414,2524,2491,2058,2051,2005,2053,1887,2042,2045,2005,2210,1966,1963,1925,2004,2293,2006,1845,3168,2607,2362,1967,1925,1892,1969,2275,2048,2012,2000,1928,2043,2048,3119,2973,2055,2640,2012,2662,2486,2325,1974,2244,2215,1918,2363,1894,1611,1870,2131,1962,1961,2579,2197,2337,2122,2067,1894,1942,2039,1976,2002,2086,2038,1969,1933,2199,1774,3248,2730,4202,2254,2326,1888,2078,2051,1842,1749,1767,1590,1776,2129,1845,1792,1741,1756,1616,1669,2245,1862,1718,2038,1725,1780,1687,1604,2407,1876,1683,1538,1873,1800,1730,1815,1714,1734,1687,1723,3522,1968,2407,2054,2765,2202,3135,7244,1931,1880,3079,2654,2006,2560,2447,2802,1896,2888,1851,1769,1835,2018,2041,2402,2047,2014,2079,4054,1926,2013,2124,3663,2110,2091,4573,3895,2330,3055,3082,2367,3772,4452,2173,2080,2309,1921,1708,2439,5219,2887,10283,6215,1913,1892,3567,2173,1804,1841,2057,3163,2126,2042,2084,1974,2089,2197,2051,1809,7509,4191,2173,2407,3431,2240,1888,2013,2046,2382,2042,3016,2768,2250,1958,1930,1879,2489,6141,2371,2406,1925,2603,1805,2083,2568,5065,2521,1772,5450,2769,1890,2964,1801,1768,1962,2047,2532,2085,1836,1890,1978,1786,3005,1855,1989,1889,1851,1827,1805,1687,1655,1719,3405,1891,1803,1849,1762,1775,2087,2363,1881,1890,2041,2175,2163,2006,2133,2727,2279,2057,2644,2049,2025,2331,1996,2085,1847,3405,2925,3053,4409,2286,2015,2305,2605,2330,3045,1650,1804,2047,1972,1877,1817,1959,2092,2968,2085,2364,2612,2368,2127,2332,1946,1961,2128,2282,1891,1969,2163,1811,2004,2081,2012,2120,1896,2195,2258,2037,2887,2731,2042,2056,2206,1999,2365,1766,2410,2009,2127,2961,4220,2012,2732,2845,2405,1973,2629,2732,2091,2166,1928,2605,2053,2405,2002,1803,2252,2370,2289,2444,1886,1907,1972,2346,2729,2084,4014,2563,2295,3487,2084,2653,2247,2206,2413,1929,2274,3093,2738,2438,2953,2565,2208,2322,2450,2726,2443,2410,2018,2174,2041,1921,2251,2701,2684,2090,1964,2078,1931,1965,2126,1974,2004,2758,3328,2620,2207,1965,2441,2042,1810,1761,1764,1678,1678,1850,2042,1780,1888,1636,1668,1693,1667,1739,1595,1728,1774,1680,1574,1483,1759,1445,1490,1719,1481,1450,1760,1851,1754,1608,1559,1651,1527,1430,1490,1944,1501,1589,1571,1613,1639,1574,1722,1513,1690,1646,1605,1728,1754,1532,1603,1595,1608,1482,1769,1783,1642,1922,1816,1726,1637,1815,2084,2082,1719,1988,1925,1848,2091,2005,2048,2004,1915,2468,2526,2526,2485,2571,3091,2568,2318,2299,2680,3458,2607,2484,2525,2290,2408,2572,2489,2687,2692,2330,2319,2048,2023,2528,2493,2361,2179,2035,2165,1886,2484,2053,2003,2128,2160,1968,1856,1924,1879,1804,1774,1886,2132,2160,1933,1847,1997,2017,1886,2078,1770,1836,2260,2124,2204,2092,1912,2220,1913,1777,1715,1896,2036,1853,1926,2117,2137,2156,2097,2049,2237,2243,2135,2525,2010,1885,1882,2004,2045,1896,1749,1688,1715,1650,2249,1675,1719,1617,1760,1770,1891,1838,2007,1802,1849,1811,1661,1625,1620,1527,1405,1884,1878,1568,1597,1538,1595,1457,1451,1516,1607,1767,1605,1493,1479,1459,1479,1477,1488,1474,1457,1523,1554,1646,1610,1493,1561,1514,1569,1520,1527,1608,1558,1699,1679,1663,1631,1682,1700,1692,1726,1737,1699,1551,1903,1677,1675,1663,1601,1605,1608,1547,1735,1434,1415,1414,1622,1415,1490,1726,2045,1764,1682,1823,1853,1852,1842,1847,1845,1711,2296,1803,1683,1617,2298,1740,1712,1776,2284,1914,1528,1758,1732,1822,1721,1964,2409,2570,2686,2364,2886,2493,3292,2965,4816,2042,1965,2249,3006,2812,1847,2282,2448,2455,2364,2449,2169,3418,2235,2495,2529,2329,2605,2490,2284,2211,2381,2165,2887,2450,2404,2053,2123,2013,3413,2532,2488,2846,2044,2064,2321,2000,1951,2128,2049,3443,2571,2570,2483,2730,2578,2446,2639,2695,2204,2409,2370,2569,2128,2680,1933,2160,1607,2085,2003,2088,2246,2051,1964,2009,1878,1774,1835,1766,1883,2095,2005,2080,1928,1812,1808,2041,1918,1894,2242,2205,1977,2043,2042,2123,2004,2132,2204,2128,1961,2090,2042,1894,1929,1996,2011,2013,2037,2055,2201,2009,2084,2010,1920,2088,1842,4736,1962,2083,1692,4616,1884,2217,1886,2174,2397,2030,1723,1896,1728,1860,2733,2561,2369,2166,2012,2203,3977,1890,1963,1888,2969,5494,4934,1963,3093,2611,1643,1651,1603,2079,1602,2128,1808,13287,2005,2282,1880,1849,2246,1820,1697,1911,1965,1970,1801,1811,2044,2003,2038,1927,2008,2130,2121,1975,1969,2165,3398,2461,1845,1870,6664,3497,2483,2326,2771,2008,2089,1791,1806,2768,2315,2089,2408,7190,2172,1736,2078,2334,2328,1958,1881,2098,1921,1884,2327,2090,2037,2051,2082,1850,1772,2118,2212,2158,1808,4575,3749,2572,2243,2004,2071,2323,3056,1887,2490,2684,2126,2288,2005,2086,2102,1729,1728,1963,1891,1967,2127,1995,2179,2447,2398,2452,3496,3241,1764,3941,2556,2021,2101,2611,2286,2208,2138,1969,1974,2080,2240,2030,2219,2564,2608,2883,6223,2205,3810,2452,2687,3534,2646,2523,2725,1932,2044,2494,2683,2418,2246,2205,2369,2025,2502,2889,2372,2608,2641,2327,2451,3413,7301,2247,2521,2966,3413,3884,2126,3895,3692,2369,1928,1931,2447,2937,2126,2261,2688,2208,3053,2572,2530,3613,2728,2121,3583,2564,2325,4569,2244,2574,2650,2201,2165,4174,2891,2409,2326,2201,2649,5537,2688,2655,2623,2365,2850,2525,2122,2527,2610,2488,2603,2530,3046,2088,3930,2655,2287,5175,3248,4577,2504,2280,2772,2083,2889,2289,2164,2027,2171,2399,2609,2775,2654,2246,2082,2452,2367,2405,2325,2531,2082,2446,2525,3606,4252,2647,2082,3889,2207,1893,2360,3646,1815,1918,2658,2523,2570,2128,2402,2568,2170,2447,2415,2564,3088,2533,2329,2004,2013,2196,1762,2300,1845,1999,2093,2846,2118,2306,2572,3347,2095,2712,2602,1929,2447,2126,3334,2359,2368,2452,2602,2893,2888,2931,3289,3492,2561,3814,3570,2410,2485,3451,2686,2613,2726,2726,2811,2892,2164,2241,2570,2213,4381,4533,2291,3970,2803,2336,2162,2047,2130,2688,4558,2172,3371,2172,2247,2121,1942,1843,2080,2259,2106,2047,2683,2447,2089,2283,2447,2615,2162,2292,2764,2486,2096,2065,1884,2412,2648,2574,3006,2606,2445,2408,2530,2605,2493,2401,2609,2607,2161,2333,2553,3084,2847,2452,2724,2530,1976,2561,2612,2687,2849,2168,2171,2210,2038,2017,2036,1887,3898,3043,2844,4414,5447,2332,2248,3013,2445,2447,2606,2324,2690,2692,2804,2810,2324,2567,1764,2692,3895,2927,2168,5933,3614,4094,3207,2044,2172,2084,2289,2124,2046,2125,2728,1570,2641,2369,2726,2607,2167,2775,4373,11591,3415,3604,2447,2415,2653,2967,2449,3692,2448,2844,2368,3407,2770,2326,2853,2573,2643,2569,2722,2697,2093,2596,2815,3485,2104,2227,2526,2529,2010,2482,4250,2134,2368,2204,2406,1974,1925,3106,2527,2092,2398,4699,2370,2087,6865,4417,2041,2662,2506,2526,2290,2643,2244,2530,3255,2279,2373,2485,2527,2532,2641,4254,2408,2127,2410,2645,2371,5779,2488,2371,3253,4496,2145,2325,4177,2481,2809,4058,1918,2209,3048,2492,2643,4774,4615,4781,2765,2250,2127,4772,2036,1698,1872,2097,2009,2114,3463,3133,2002,2441,2974,3086,2491,2726,2488,2765,2334,3243,2769,5901,2368,3130,4647,2054,2360,2931,3091,3166,2373,2761,3009,2536,2562,3370,2572,2168,2692,2003,2180,2525,2284,1858,4168,4490,2407,2129,4094,2526,2607,3253,2047,2327,2726,2726,2211,2410,2600,2530,2773,2733,2441,2455,2366,2442,2932,2210,2009,1840,4725,2524,4011,2409,2607,2454,2123,2088,2202,2493,2246,2329,2331,2101,1968,2891,1843,2092,1805,1885,2094,2323,2980,2561,3680,2122,2529,3687,3298,1795,2863,2211,2526,2169,3767,2528,2289,2529,2442,2363,2166,2331,3087,2935,3728,4955,2484,1774,4611,1847,2164,2083,2479,2208,2104,2039,2376,2118,1973,2050,2165,2195,2013,1803,2089,2127,1877,1887,2530,2606,3084,2249,2012,2484,2095,2132,2247,2079,2334,2046,2000,2015,2283,1851,1921,1848,1846,1838,2012,2076,2051,1966,2340,2195,1810,2001,2642,1704,2162,1852,1732,1744,1879,1811,1806,1755,1727,1680,1696,1796,1729,2365,1913,2638,1849,1887,2046,2041,2247,1965,2942,2369,1803,2432,2069,2132,3159,2492,2530,2327,2077,2075,2144,2374,2124,2082,2134,2000,2049,2120,2058,1837,2365,1856,1840,2401,1623,2167,1732,2200,1739,1672,1811,1802,1775,1810,2247,2169,2410,2325,2243,2012,2040,2169,2087,2215,2399,3496,2441,2291,1801,2122,2218,2522,2086,2009,2084,2081,2007,2129,2211,2165,2104,2251,2326,2095,2017,2463,2037,3061,2282,2489,2847,6589,1974,2514,2484,2128,2369,2536,2565,2107,2549,2173,2521,2816,2485,2646,3889,2618,7898,15931,5409,2245,1827,2253,2845,2532,3446,2366,2814,3250,3569,7898,10920,2528,2448,2204,2248,2080,2048,2801,2124,1970,2080,2015,2004,2087,2326,2803,2371,2502,1972,2161,2255,2405,2882,2214,3694,2120,2127,2116,2288,1891,2004,1967,2128,1999,2132,2244,2168,2208,2935,1920,1812,1885,2156,2014,1841,2273,2211,2242,2249,2175,2523,2926,3009,2486,2406,2132,2532,2361,2814,2208,1962,2093,2569,2281,2566,4607,3035,2131,2449,2487,3046,2370,2486,2001,3248,2413,2326,2135,2316,2772,3047,2010,2366,2569,2772,2205,2774,2889,2766,2490,3322,1731,1719,2012,1882,3220,2155,2736,2252,1734,2198,3624,2056,2203,2022,1807,3812,3614,1805,1803,2764,1775,2249,1958,1964,1977,1913,1816,1962,1839,1974,1956,2248,1951,2319,2324,2208,10793,5375,2286,6922,2484,6194,3570,2963,2324,3825,2455,3282,3570,2053,1760,1988,1840,1812,1874,2053,5859,4405,2166,1854,6700,4003,1808,2450,2292,2005,1962,1803,1772,1761,1807,1891,1812,2198,1696,4778,2246,1741,1914,1847,1735,1838,2525,2566,2168,1892,2244,2161,2017,2527,3361,2087,4496,2363,6189,3040,2466,2018,2654,2527,2122,2572,2408,2086,2029,2102,3002,2211,2811,2314,2168,2472,2331,3167,2329,2239,2439,2216,1683,1884,2411,1719,2328,2043,2094,2114,2176,2171,2073,1566,1769,2172,1967,1886,1682,1689,1683,1887,2685,5021,2362,2283,1766,2046,1853,1966,2202,1855,1725,1766,1683,1609,1799,1959,1818,1996,2426,4147,2204,2094,1969,2517,1853,1647,2038,1854,1648,1863,1776,1887,1754,1971,2011,1605,1842,1684,1604,1767,1804,1851,2358,1764,1928,1848,2164,1992,1763,1928,2048,1806,2792,2457,2150,2087,2084,1927,2046,2514,2364,2846,2289,1802,1802,3806,5342,2561,2440,2200,1889,1968,2045,2251,2528,2606,2163,1963,2210,1873,3101,2725,2105,1959,2205,2377,2700,1907,3604,2375,2123,2002,2492,2089,2523,2129,1965,1948,1844,2033,2206,1997,2842,2042,5487,2172,2000,2166,1657,2162,1649,1732,1683,1673,1771,1772,1869,1814,1843,1681,1893,1811,1644,2080,3686,1613,1635,2046,2177,1518,2166,1651,2201,1727,1845,1853,1891,1667,1851,1605,1872,1594,1662,1564,1590,1565,1661,1740,1725,1713,2723,1578,1567,1763,1756,1980,1917,2106,1778,1842,2200,2129,2122,2168,2175,2323,3857,1814,2087,1806,1846,2169,7335,1919,2043,1893,2071,2733,2132,2085,2044,1933,2685,1998,2640,2088,1979,1839,2361,2016,1920,2127,2045,2050,1971,1995,1968,2016,1959,2372,2361,1884,1894,1918,1543,1514,1557,1488,1688,1668,1643,1934,2168,2008,1915,2049,2162,2050,2732,2087,1847,2000,2441,1706,1722,1781,2079,2367,1917,1896,1924,2081,2548,2604,2523,2612,2210,2288,2041,1929,2044,2134,6121,2635,2354,2014,2122,2572,2315,2644,2607,2332,1882,2319,2006,1809,1802,1897,1681,1797,1936,2165,2208,2118,1923,2090,2253,2245,2282,2247,2132,2246,2040,1885,2566,2048,2004,1976,2004,2082,1931,1731,1789,1723,1660,1668,1795,1779,1748,1953,1771,1612,1596,1567,1602,1690,1683,1547,1657,1896,2046,2116,2057,2165,1919,2003,1858,2005,1834,1775,2061,2604,1965,2219,2211,2523,2490,2086,2204,2140,2444,2124,1996,1938,1799,1839,2524,2209,2564,2071,1883,2479,2371,2083,1968,2375,1842,1768,2038,1969,2170,1995,2166,2036,1968,2125,2577,2644,2168,1988,2156,2606,2810,3731,2406,2530,2408,2764,2134,2041,2603,2655,2602,2236,2133,2040,1931,1728,2398,2411,2207,2516,1770,2165,2044,2128,2364,2444,2849,2138,2001,1793,2003,2432,2371,2011,2525,2605,2378,2002,2643,1895,2764,2243,1725,2131,2409,2001,1803,1718,1609,1884,1918,2085,1933,2126,1968,2170,2116,1532,1638,1494,1725,1551,1556,1649,1661,1768,1798,1765,1683,1736,1670,1735,1920,1766,2248,1598,1650,1840,1930,1574,1670,1789,2561,1898,2020,1796,1877,2052,2120,2168,2402,1979,2154,2616,2239,2095,2156,1924,2125,2162,1888,2094,1978,1861,1818,1706,2205,1835,1695,2074,1646,2009,1966,1604,1622,1714,1702,1685,1674,1607,1863,1602,1596,1455,1378,1562,1636,1653,1566,1516,1590,1506,1509,1488,1799,1760,1578,1590,1443,1472,2021,1489,1508,1502,1545,1459,1855,1988,1513,1713,2099,2365,1701,1578,1728,1641,1403,1484,1569,1803,1739,1683,1688,1793,2407,1769,1799,1740,1759,1881,1882,1938,1679,1759,1692,1750,1840,1844,2074,1816,1747,1702,1715,1758,1743,1632,1814,1808,1955,1969,2049,2885,2051,2004,1800,1896,2081,1886,2692,1925,2079,2011,2007,2115,1970,2010,1888,2561,2172,2022,1975,1900,2050,2448,2371,3525,2371,2398,2159,2048,2284,2590,2765,2817,1829,1764,1847,2409,2044,2081,2009,1916,2016,1919,1974,1886,2077,2055,3812,2561,2010,1891,2404,1836,1848,2085,1967,1925,2414,2118,2166,2176,2360,2015,2007,1966,2034,1974,2049,1926,1879,1926,2043,2086,1889,2362,2223,2075,2726,2370,2408,2331,2721,2651,2176,2139,2095,2080,2047,2326,2160,2250,1930,1959,1816,3846,1961,2166,2692,2383,2131,3403,2131,2366,2327,2651,2963,2449,2568,2166,2689,2808,2090,2695,2435,6101,2324,2260,4262,1900,4098,2439,1798,1996,2643,2488,2494,1895,1899,2573,2051,2164,2515,2685,2291,1949,3157,2129,4898,3211,2435,1918,1770,2294,2573,2406,2639,2811,2340,2173,2037,2169,2254,2081,2557,2572,2610,2407,2369,2162,2246,2373,2684,2290,2446,4967,2499,2648,2925,3041,2696,3293,2764,2693,2559,2289,2483,1852,2373,2564,2688,1890,2600,6385,2475,2036,2126,2569,2606,2765,2246,2493,2765,2606,2533,2645,1733,2274,2853,2366,2328,2166,1876,2891,2889,2325,2815,2328,2202,2652,2924,2614,2281,2369,2576,1939,2126,1921,2051,2382,2680,2328,2732,2163,2209,1847,2046,2014,2393,2721,3213,2126,2254,2374,2287,2247,3117,2372,2687,2927,2692,2648,2723,4176,2283,2571,2965,2140,2125,5417,3251,2327,2080,2283,2252,2563,2483,2417,2448,2490,2806,2326,2565,3135,2198,1975,1876,2530,2007,2170,2131,2240,1929,1965,1897,2000,1882,2166,1774,1679,1686,1689,1603,1813,1992,2102,2192,1816,1806,1851,2047,2585,3090,2726,2737,2035,2249,2574,2367,2409,1887,2075,2891,2567,2925,3023,2524,2567,2613,2851,2494,2429,2735,3488,3493,2770,2044,2089,2214,4487,3017,2112,1802,2236,3283,3457,2810,1933,1999,2268,2526,2206,2327,2330,2404,2009,2081,2085,2166,3015,1970,2588,1790,2034,2432,2604,2574,2367,2885,2688,2761,2261,2214,1977,2003,2027,2492,2162,2127,2004,2604,2433,1803,2120,1775,2869,3365,2817,2325,3885,2179,2085,2076,2019,2041,2042,1768,2284,2894,2047,2080,2813,2050,1878,1811,2158,2090,2042,1971,1904,1884,1564,2082,1726,1682,1611,1762,1723,1724,1698,2131,2160,2567,2048,1964,2122,2057,1802,2082,1968,1789,1804,1764,1774,1761,1771,1718,1842,1771,1690,1564,1753,1765,1730,1729,1756,2213,1813,1833,1806,1925,1971,1682,2129,2049,1834,3303,2158,3256,2369,1843,1811,1798,1721,1816,1918,1930,1965,2239,2178,1846,1921,1921,1924,2137,2125,2249,2863,2812,2522,2566,2772,2443,2296,2466,1957,2080,2558,2532,2769,2571,2682,2574,2605,2328,2522,2494,2038,2330,2383,1639,2290,2048,2243,2468,2413,2531,2688,2658,1978,2091,2481,3323,2112,1930,2135,2454,2290,2329,2054,2202,2082,2092,2054,2286,1953,2040,2781,2249,2146,2124,2232,2483,3250,2728,2332,1819,2160,2210,2051,2124,2170,2050,2319,1800,1852,1927,3416,2918,2007,2082,2007,1973,1959,1968,1934,1886,2077,2529,2167,2390,1938,2002,2083,2096,2001,2922,4143,3407,2847,2850,2090,2440,2771,2446,1977,2137,3218,2084,2482,2165,2256,2755,2000,3736,1964,3658,2329,1995,1926,2128,2566,2448,2007,2084,1977,1999,1972,2679,3729,1933,2369,2206,2445,1813,1964,2449,2033,2258,1968,1881,1924,2170,1887,1885,2039,2217,1922,2182,2692,2841,2494,3244,3366,2289,2484,2371,2288,3809,2653,2243,2004,2004,2328,2137,2000,2577,2208,2530,2330,1925,1837,2006,2053,2084,2050,2197,2174,2166,2660,2650,2525,2366,1756,2204,4856,1755,1885,2649,2011,2011,2478,2291,2210,2041,2006,1976,2160,2089,2012,1765,2079,2048,2041,2006,2045,2016,2157,1770,2557,3130,2730,2193,2654,2255,2366,2047,2220,2088,1971,2055,2204,2206,2064,1966,4111,1934,1916,2649,2008,1893,2163,2006,2612,2048,2002,2250,2243,2045,2052,2164,3128,2084,2446,2283,2614,2164,2085,2014,1841,2143,5425,5539,5492,9395,2807,3289,2724,4293,2931,3087,6457,2325,5847,2452,9307,5902,3654,2129,1966,1708,2031,3013,2760,2573,2161,2090,2049,13782,9951,15613,2012,2041,2082,2540,3042,1717,2018,2687,5778,2567,8351,6090,7204,2449,1967,2333,6316,1848,2564,5501,3850,4170,1849,3414,2083,2046,1934,2807,1606,2085,2121,1889,2043,1923,1884,1571,2399,1871,1769,1577,1678,1605,1813,1964,1593,1870,1953,1543,1479,1589,1605,1522,1814,1653,1637,1642,1616,1569,1765,1804,1681,1695,1716,1742,1881,1757,1852,2326,1774,2316,2246,2082,2533,3211,2325,3012,2854,2324,2728,2405,2369,4176,2725,2966,2614,2408,2723,2567,2615,2639,2692,2291,7780,2169,2689,3529,3688,2855,3853,2206,2734,2325,1813,2646,2446,2111,2258,1972,2052,6671,2050,2552,2246,4049,2973,2370,2843,3089,2454,3321,2209,2372,2533,2282,1891,2012,2295,5784,2048,1847,2094,2363,2373,2009,2118,2452,2122,2130,2130,2165,2119,2016,2513,2932,2369,2485,4617,2324,2570,2568,1969,1969,2995,2277,2651,2488,2447,2089,2329,3410,1852,2089,2474,2442,2443,2419,2353,2166,2597,2690,2885,2850,2737,2166,2609,2213,2443,2441,2511,6012,1942,1924,2208,2040,1727,1647,1686,1883,1851,1836,2126,2013,2090,2085,1884,6456,1770,1766,1718,1685,1649,1779,2358,3209,2371,2082,3527,2850,3175,2048,2046,2368,2166,2368,3208,1972,3169,2885,2242,2034,2080,2125,1848,1923,2171,2579,2617,2687,2210,2726,2728,2604,2449,2605,2411,3250,2846,2088,2610,2650,2183,2375,3315,1929,2485,3252,2411,2548,2160,2124,2087,1936,1836,2007,1684,1839,2691,2406,2490,2007,2630,2524,2495,2167,2444,2246,2612,2205,2687,2324,2102,2754,2681,2214,2082,2049,2007,2042,2368,1970,2481,2812,2487,2609,2609,2247,3765,1977,1882,1969,2442,2657,1979,2001,2147,2457,2486,1982,1997,1972,1882,2011,2001,2013,2083,2039,2288,1974,2682,2087,2120,2169,1887,2094,2037,2046,1926,1964,2053,1927,2118,1613,1928,1888,2124,2167,3332,2167,2443,2041,2132,1843,1730,1724,1839,1887,1765,2004,1843,1598,1894,1596,2013,2011,1476,1403,1577,1647,1644,1794,2260,1885,1719,1719,2043,1737,2778,2199,2013,1755,1763,2170,1889,2093,1926,2324,2444,1922,2083,2017,2321,2404,2174,1962,2370,2160,1971,2172,2168,2156,2137,2286,2318,2311,2683,2450,2565,2409,2243,2728,2807,2603,2336,2452,2406,1791,2007,2041,2006,1854,2679,2317,2010,1879,2009,1845,2286,2205,2004,1929,1810,2087,1890,2196,1733,2201,1888,1972,2304,2490,1845,2145,2048,2364,2010,2565,3006,2566,2476,2093,2491,2278,2103,2611,2565,2238,1924,1805,1814,2206,1916,2243,2454,2140,1972,2413,3004,2079,2334,2126,2087,2004,2160,1929,2091,1963,1721,2568,1936,1639,2977,1961,2118,1978,2036,2005,2375,1879,1910,1820,1877,2052,2045,1722,1731,1769,1763,1791,1975,1640,1901,2045,2134,2204,2161,2014,1838,1895,2045,2202,2206,1849,2522,1969,2246,2040,2218,2002,2161,2129,2044,2084,2176,2007,2158,2133,2077,1974,1842,1723,1686,1685,1688,1971,2479,2246,1884,2010,1884,1849,1843,1808,2001,1725,1851,2093,2043,2013,1803,1890,2086,1611,1764,1771,1610,2157,1693,1761,1652,1713,1720,1771,1723,1729,1764,1680,2047,1726,1604,1727,1574,1770,1761,1716,1609,1645,1649,1643,1770,1842,2046,1758,2046,2020,1685,1669,1609,1648,1621,2088,1673,1543,1514,1484,1487,1520,1575,1597,1657,1641,1569,1565,1593,1612,1593,1581,1589,1495,1562,1531,1643,1571,1506,1524,1497,1510,1464,1513,1798,1739,1649,1648,1726,1716,1767,1930,2001,2368,2175,2086,1878,2257,1875,1849,2009,3469,4171,2008,2102,2127,2445,2080,2245,3611,2444,2239,1888,2016,1886,1818,2728,2567,2173,1981,2087,1841,2486,2409,2127,2454,1840,2002,2205,2043,1964,2095,2169,2259,2245,2407,3002,3056,2843,2445,2409,2528,2425,2488,2695,3247,2686,2452,2320,2131,2084,2238,2294,1884,1888,3058,2569,2686,2209,2319,2448,2327,2332,2397,2785,2062,2086,2043,2035,2295,2047,1784,2083,3002,2174,3005,2170,2231,2212,2563,2256,2291,1886,2015,1922,2005,1960,1896,2040,1925,1725,2534,1962,2406,2084,2122,2087,2048,1807,1974,1874,1889,1715,1614,1843,1724,1761,1939,1914,1806,2003,1617,1757,2015,1671,2132,1729,1598,1565,1653,1647,1560,1641,1803,1722,1688,1655,2165,1610,1928,2005,1670,1524,1567,1570,1597,1692,1693,1635,1567,1599,1854,1650,1884,1795,1899,1644,1966,1924,1765,1631,1581,1842,1681,2249,1603,2353,2157,1780,1588,1652,1638,1690,1825,1655,1682,1724,1639,1985,1653,1710,1598,1520,1560,1738,1965,1642,1440,1624,1728,1595,1554,1456,1783,1619,1821,1626,1616,1407,1526,1404,1423,1723,1618,1545,1678,1909,1627,1864,1414,1533,1434,1503,1637,1562,1755,2053,1829,1466,1546,1688,1494,1975,1461,1946,1382,1335,1775,1951,1412,1454,1502,1430,1529,1367,1718,1435,1457,1419,1325,1851,1394,1454,1377,1453,1550,1436,1470,1399,1576,1483,1418,1412,1429,1427,1518,1471,1937,1434,1458,1396,1357,1328,1386,1373,1544,1427,1342,1480,1507,1428,1505,1432,1378,1390,1412,1484,1500,1398,1473,1487,1452,1469,1424,1434,1531,1525,1670,1702,2345,1870,2088,1836,2043,2895,2536,2447,2732,2407,2404,3291,2531,2912,2545,2249,2121,2409,2467,2758,2125,2243,2161,2329,2255,2048,2334,2113,1966,2044,2461,2691,2203,1844,2175,2724,1928,2486,2350,2248,2562,2452,2769,2294,2019,2422,2169,2647,3536,2565,2286,2563,2171,1993,1850,1855,2968,2447,2209,2408,2559,2236,2135,2732,3046,2098,2067,1854,2163,2569,2179,1840,1889,2127,2371,1925,2649,1962,2309,1977,2811,2608,2255,2239,1890,1854,2088,2722,2486,1970,2204,2085,1974,1959,1922,1967,2532,2201,1965,1934,2208,2279,1973,2079,1765,1885,2096,1802,2172,1885,2041,2088,2369,2091,1872,2339,2964,2169,2116,2085,2522,2529,2442,2820,2365,2290,2529,2724,1909,1724,1870,2335,2009,2647,1870,1918,2514,2485,1974,2358,1854,1886,1804,1720,1854,1877,1688,1836,1641,1766,1968,2212,1755,1498,1439,1404,1935,1962,1644,1575,1574,1569,1408,1510,1332,1810,1851,1726,1514,1434,1644,1703,1552,1413,1472,1529,1442,1969,1453,1412,1523,1597,1605,1555,1596,1505,1529,1436,1495,1528,1516,1634,1486,1663,1486,1703,1569,1523,1653,1640,1671,1649,1649,1616,1414,1526,1469,1631,1682,1673,1620,1637,1599,1526,1642,1328,1800,1865,1491,1795,2253,1670,1676,1778,1877,2006,2076,2010,2009,2249,1891,2010,1880,1952,2560,2488,2641,2264,2252,2206,2073,3026,2798,2995,2514,2165,2010,2488,3320,2239,2285,2325,2174,2335,2098,2139,2850,2715,2695,2622,2252,2194,2219,2204,2027,1966,2205,1885,2096,1726,1718,1566,2612,2369,2610,1926,1966,1727,1848,2372,2439,2143,1960,2127,2476,2528,2891,2398,2293,2604,2660,2050,1952,5377,2808,2248,2561,3135,4570,2330,2245,2080,1930,2050,2524,2690,2290,1927,2408,2684,2570,3287,2056,2685,2090,2235,2320,2772,3042,2770,3810,2645,2531,2602,2178,1886,1929,1861,1923,1823,1792,1891,2044,1896,2193,1899,2039,2329,2240,1729,1969,2038,1646,1891,1966,2131,1955,1852,1932,2039,1853,1766,2037,2008,2001,2490,2146,1888,2076,2376,2198,2570,2160,2088,2426,2204,1932,2124,2172,1959,1724,2247,3013,2250,1967,1881,1959,2251,2211,2157,2369,1929,1932,2647,2481,2375,1916,2089,2012,2005,2045,1757,1967,1889,2129,2324,1933,2281,2095,1829,3002,1917,2193,3138,2168,2515,2613,2647,2175,1810,1887,2005,1886,2164,1962,1855,2123,2127,2163,2209,2129,2005,1810,2041,2279,2737,1839,2050,2200,1969,1896,1603,1564,1563,1561,1530,1957,2248,1931,1918,1815,2210,2528,2408,2774,3014,2206,2291,1884,1730,1922,2038,1932,1832,2285,2250,2126,2888,3051,2730,2332,2604,2254,2085,2162,2208,1964,2128,1929,2080,1811,1800,1848,2890,1924,2086,2090,1880,1787,1928,1687,1799,1768,2075,1655,1718,1939,1731,1838,1885,1967,1888,2007,2082,1888,1960,2335,2406,2043,2207,2416,1960,1884,2048,2131,2243,1843,1887,1806,1918,1968,2489,2132,1960,2255,2409,1794,1896,2755,2405,2283,2255,1887,2417,2202,2194,2372,2445,2489,2645,2405,2648,2377,2207,2460,2169,2778,2730,2559,2250,2073,1879,1891,1805,1684,2213,2165,1967,1963,2024,2423,2198,2206,1998,1977,1849,1765,1928,1956,2085,2843,4847,3137,1687,1973,2520,2135,3445,2728,2575,2494,2775,2446,2406,2162,2344,2891,2687,2240,2552,2528,2014,1836,2221,2403,2567,2691,1956,1886,2135,1925,2322,2408,1891,2078,2368,2131,2081,2246,1974,1931,1935,1727,2082,2288,1877,1813,4887,2649,2172,1971,2004,2202,2006,2009,2092,2693,2104,2405,1970,1961,2251,1970,2369,3467,2533,2290,2067,2239,2035,2080,2501,2565,2155,2685,2129,3009,2606,2768,2014,2117,2126,2213,2185,2246,2079,1884,1810,1725,2210,2161,2213,2377,2039,1890,2080,1927,2011,2001,2096,2036,1936,2001,2243,1766,1890,3004,2722,2845,2295,1931,1793,2132,2044,1773,1966,2128,2083,1965,1810,2555,1895,2160,2019,2162,1852,1846,1841,1923,2008,2012,1960,1970,1887,1769,1795,1892,1757,1583,1650,1517,1524,1496,1844,1793,1817,1970,2006,1848,2000,1895,2437,1971,2974,3117,2246,2094,2120,2087,2054,2009,2078,2003,1849,1812,1792,1689,1935,1999,1686,1888,2096,1970,2069,1811,1776,1668,2424,1932,1993,1933,1921,1741,1720,1688,1957,2616,2230,1766,2252,2032,1805,4121,2209,2732,2444,2045,2008,2245,2370,2039,3005,3331,2162,2128,2283,1957,1799,2097,2081,3657,2444,2369,2259,1925,2370,2010,2019,2247,2327,2416,1915,1884,1927,1935,1874,1979,2154,2018,2365,2760,3021,1873,1851,2081,2177,1878,1819,1804,1851,1807,1806,1601,1805,1613,1798,1693,1926,2925,2776,1931,3213,2325,2168,3006,2166,1721,1732,2240,1848,1923,2197,2130,2015,2114,2043,1917,3009,1969,1879,1766,2015,2408,1727,2114,1969,1884,1690,1509,1491,1835,1618,1690,1802,1636,1693,1553,1688,1737,1557,1443,1874,1499,1406,1397,1487,1571,1835,1688,1555,1618,2481,1647,1537,1509,1636,1757,1657,1805,1883,2196,2180,1687,1712,1805,1682,1768,1731,1724,2018,1819,1590,1855,5462,2276,1847,2242,1845,1766,1845,1420,1721,2321,2123,1682,1849,1769,1752,1824,1723,1565,1883,1770,1755,1805,1849,1683,1767,1683,1763,1641,1861,1725,1790,1807,1811,1718,1618,1796,1920,1727,1725,1658,1845,1724,1723,1718,1935,1764,1797,1733,1754,2404,1900,1917,2004,1810,1884,1926,1730,1892,1755,2247,2094,1805,1839,1931,1729,2006,1882,1997,2090,2125,2050,1927,1963,5858,2332,1998,2005,2008,1998,1762,1944,2002,1963,2130,1810,1876,2043,2090,1647,1809,1680,1926,1532,1407,1579,1611,1567,1939,1635,1733,1680,1752,1536,1562,1447,1855,1930,1619,1717,1807,1914,1628,1621,1580,1451,1598,1994,1612,1612,1601,1936,1344,1856,1529,1803,1475,1553,1568,1512,1526,1449,1378,1323,1800,1909,1423,1842,1553,1501,1351,1862,1279,1768,1765,1759,1862,1579,1453,1402,1493,1401,1391,1366,1522,1424,1388,1373,1490,1440,1581,1452,1533,1520,1526,1402,1367,1363,1478,1423,1879,1570,1677,1435,1440,1414,1367,1816,1972,1650,1419,1684,1582,1390,1645,1482,1558,1882,1778,2052,1753,1634,1539,1563,1689,1695,1786,1640,1570,1570,1691,1859,2132,2617,2731,2446,2530,3058,3049,2528,2715,2613,2643,2483,2623,2252,2564,2201,2320,2247,3021,2403,2687,2731,2366,2568,2165,2400,2286,2856,2610,2288,2596,2214,2164,2087,2576,3732,1808,2445,2088,2369,1757,1841,2157,1963,1886,2005,1937,2038,2939,1846,3551,3048,2568,2355,1886,1885,1965,2043,1845,1887,2049,2000,2215,1839,2091,2419,2487,1802,1687,2124,2285,2087,2083,2039,2018,2041,2125,2329,2517,2174,2365,2283,1974,2764,2078,2610,2036,2096,1640,1564,1774,1848,1645,1849,2248,2440,2158,3288,2560,2568,4498,2567,2805,2210,2158,1883,2122,2654,1841,1892,1919,1936,1914,1854,2001,1972,1758,1967,2175,1838,1968,1921,1929,2209,1809,1687,2080,1567,1529,2207,1684,1923,1726,1746,1813,1895,2761,2040,2335,2243,1970,1597,1572,1758,1772,2481,2453,1771,1718,2004,1821,1880,2331,2584,2726,4130,2528,2527,2451,2046,2327,2649,2135,2322,2287,2092,1961,1845,1841,2028,2234,2408,2444,3131,3736,2521,2769,2693,2401,2210,2007,2164,2088,2401,2501,2035,1686,2090,1723,1689,1967,2088,2564,2325,2005,1763,1607,1601,1612,1602,2011,2048,2079,2055,1966,1994,2056,1961,1924,1690,1799,2014,1921,2415,2038,2241,1934,1755,1680,2277,1766,1654,2144,2696,1891,1760,1764,1965,1614,1794,1765,1699,1718,2134,1917,1694,1629,1488,1493,1673,1651,1724,1528,1967,1606,2243,2484,1896,1797,1687,1522,1410,1400,1690,1926,1755,1572,1687,1722,1767,1602,1651,1674,1697,1679,1735,1683,2131,1914,2012,1758,1687,1726,1753,1717,1690,1796,1689,1772,2520,2417,1959,1964,2243,1891,1812,2360,2063,2523,2371,2531,2449,2246,2199,2126,2130,2451,2808,2205,1890,1813,2264,2369,2006,1970,2004,2261,2290,3325,2495,2688,6466,2444,2170,1768,1801,2288,2649,2213,1926,2788,2134,2285,2205,1651,2407,2691,2407,2090,2126,2449,1995,1811,1882,1970,2014,1992,1891,1966,2489,1924,1885,2088,1928,1930,2085,2165,2284,2003,2164,2046,1893,1960,2245,1654,1726,2247,2006,1843,1966,2162,1678,2527,1891,2494,2481,2042,1916,1856,2145,1962,1840,2047,1924,1768,2175,2044,2200,1804,1807,1774,1837,1806,1730,1931,2313,2002,2041,2015,1651,2164,1964,1927,1933,1976,2435,2740,1915,2148,2075,2126,1851,1936,2003,1926,1968,1929,2483,2449,2557,2244,2450,2624,2129,2485,2528,2562,2918,2327,2445,1907,2647,2211,2407,2084,2289,3287,2367,2078,2176,2005,2928,2329,2209,2567,2328,2283,2290,2767,2383,2464,2520,2807,2886,2173,2485,1836,1967,2044,2015,1918,1922,1613,1687,1525,1922,2133,1962,2089,1995,1948,1923,1680,2017,1964,2686,3253,1849,2519,1971,2693,3090,2492,1870,2252,2571,2244,2322,1985,2055,2136,2005,1869,2202,2123,1747,1892,1913,2167,2332,2262,2215,2448,2527,2754,1918,1774,1837,1972,2083,2424,2730,2488,2681,2532,2415,2198,2892,2092,2961,2374,2481,2487,2336,2321,2080,2092,1933,2090,2288,2252,2330,2443,1921,1685,1567,1807,2154,2687,2734,2165,1880,3221,2567,2532,2124,2368,1865,2334,1931,1741,1855,3365,2763,2095,1884,2325,2452,2720,2151,2399,2388,2523,2250,1775,1573,1561,1561,1688,2087,2732,2209,2039,1741,1879,2168,2326,3133,2486,1945,2338,2485,2323,2616,2331,2368,2362,2127,1927,1852,2762,2252,2492,1896,2049,2361,2529,2451,2208,2048,2043,1853,1963,1898,1801,1916,1968,3091,2005,1982,2049,1687,1569,1561,1531,1524,2356,2484,2128,2335,2534,2453,2359,2854,2207,2001,2090,2134,1740,1935,2209,2370,2090,2354,2213,2037,2039,1934,2008,2118,1817,1961,1878,1726,1773,2042,1848,2104,2283,2324,1846,1684,1694,2288,2324,2686,2330,2602,2649,2090,2486,3694,2448,2288,2081,1998,1732,1966,2132,2163,2085,1878,2292,2130,2206,1884,2126,1969,1969,1805,1954,2419,1600,1723,2327,2409,2102,2039,2327,2490,2603,2167,1999,2129,2088,1964,2009,2007,2078,2012,2685,2176,1802,2004,1760,1693,1804,1726,1651,1597,1807,1676,1732,1732,1480,1809,1644,1569,1531,1636,1851,2042,1919,1676,1743,1790,1733,1763,1927,2012,1710,1850,1892,1811,1875,1735,1681,1595,1780,1680,1755,1372,1737,1913,1491,1572,1590,1817,2075,2183,1765,1834,1772,1802,1565,1439,1402,1622,1803,1594,1567,1567,1602,1647,1565,1446,1546,1848,1845,1682,1639,1782,2041,1523,1647,1994,1611,1918,1756,1679,2034,1969,1895,1436,1493,1414,1399,1936,1608,1562,1918,1493,1440,1446,1488,1598,1806,1640,1498,1631,1763,1541,1670,1729,1890,1563,1438,1657,1724,1753,1650,1722,1609,2129,1441,1455,1507,1534,1640,1531,2003,2081,2571,1650,1644,1612,1762,2001,1606,1725,1924,1643,1607,1642,1616,1719,1798,2021,1719,2322,1599,1814,1597,1975,1572,1714,1681,1699,1713,1683,1622,1805,1572,2085,2196,2537,1923,1891,2325,2288,2326,2452,1604,1957,1730,1753,1681,1960,1607,1724,1687,1684,1564,2051,1691,1672,1931,1526,1436,1742,1559,1692,1871,2019,1716,1598,1611,1776,1843,1647,1601,1771,1629,1620,1756,2010,1922,1968,1645,1688,1848,1765,1765,1608,1792,1885,2058,2007,1683,1881,1846,2003,1687,1761,1611,1691,1682,1605,1442,1560,1601,1649,1775,1881,1644,1758,1609,1692,1830,1697,1798,1651,1715,1940,2278,1727,1650,1636,2217,1673,1577,1602,1797,1389,1332,1806,1805,1992,1775,2029,1582,2186,2140,1608,1631,1654,1653,1557,1608,1764,1527,1569,1632,1775,1487,1597,1677,1885,1601,1576,1730,1594,1523,1526,1540,1713,1805,1531,1970,1589,1578,1842,1403,1358,1263,1751,1761,1644,1515,1488,1330,1437,1392,1369,1954,1569,1559,1542,1518,1629,1569,1485,1513,1877,1605,1515,1538,1641,1299,1562,1631,1597,1770,1900,1565,1427,1565,1546,1541,1610,1672,1594,1404,1709,1639,1761,1685,1826,1723,1569,2326,1935,2156,2891,2348,2536,2756,3016,3010,2854,2124,1931,2710,2450,2378,1974,1717,1959,1885,2612,2126,1961,2058,2047,1787,1601,1520,1562,1559,1696,1971,1847,2108,2065,1757,1483,1453,1439,1442,1491,1527,1576,1557,1635,1685,1690,1558,1533,1697,1466,1428,1366,1431,1996,1414,1404,1337,1624,1729,1586,1544,1960,1544,1963,1541,1574,1482,1447,1583,1392,1381,1436,1583,1497,1582,1445,1512,1375,1828,1922,1338,1515,1516,1523,1872,1675,1957,1590,1494,1521,1369,1552,1782,1368,1749,1617,1573,1415,1314,1824,1344,1727,1836,1816,1331,1749,1829,1282,1861,1384,1378,1373,1363,1413,1492,1475,1595,1785,1800,1312,1862,1366,1355,1360,1753,1282,1556,1920,1638,1550,1553,1546,1551,1439,1444,1424,1390,1731,1801,1931,1459,1515,1509,1539,1529,1254,1888,1983,1413,1405,1442,1380,1359,1361,1358,1428,1346,1335,1369,1281,1708,1742,1711,1716,1783,1765,1816,1579,1273,1787,1796,1773,1814,1376,1346,1928,1290,1301,1280,1772,1338,1909,1349,1843,1345,1836,1329,1421,1738,1514,1617,1316,1889,1527,1593,1423,1357,1518,1511,1622,1708,1622,1623,1496,1928,1400,1534,1517,1483,1417,1515,1387,1589,1493,1658,1546,1620,1669,1450,1398,1456,1500,1550,2055,1581,1494,1566,1648,1637,1790,1595,1525,1540,1896,1760,1981,1836,1983,1924,1642,2103,1564,2162,1837,1737,2007,1912,1684,1673,2099,1720,2112,1946,1843,1878,1825,1701,1860,1825,2010,1795,1965,2388,2731,2289,2029,2552,2104,2843,2917,3160,2733,2564,2770,2297,2421,2125,2330,2367,2575,2053,1999,1691,1595,1768,2842,2325,2484,2730,2614,1682,1797,1886,1604,1802,1805,1848,1883,2586,2450,2451,2591,2222,3087,2307,2547,2246,1886,2914,2749,2831,2664,1962,2167,2025,2123,2169,2405,2603,3416,2604,4024,2363,2368,2205,2412,2484,2531,3083,2608,2529,3196,2927,2534,2459,2527,2405,2285,1932,2400,2018,1965,2292,2137,1973,1969,1999,2091,2001,1728,2318,2692,2328,2248,2537,2288,2084,2053,2452,2486,2490,1778,1883,1791,2017,2047,2399,2590,2124,2565,2036,1841,1809,2170,1889,2405,2289,1887,2527,2250,2854,2246,3486,2569,2204,2967,2492,2892,3047,2324,2290,2004,2129,1920,2005,2092,1927,1889,1802,1962,1769,1762,2016,2334,1871,1732,1998,1937,2159,1891,2325,1849,2240,2482,2319,2298,1770,1915,1978,2084,1797,1854,1685,1676,1891,1888,2003,1847,2293,2568,2164,1812,1871,1494,1638,1735,1676,2077,1652,1695,1792,1684,1540,1592,2166,1643,1762,2204,1683,2217,1965,1674,1574,2123,1973,1752,1783,2000,1875,1413,1613,1562,1955,1611,2090,1677,1723,1680,1777,1682,1555,1804,1867,1636,1722,1786,1783,2124,1804,1604,1447,1671,1610,1856,1992,1923,1580,1433,1604,1528,1648,2084,1720,1684,1644,1645,1723,1407,1329,1810,2401,1695,1837,2003,2120,1931,1852,1831,1813,1965,2121,2415,2484,1970,2163,1762,1607,1998,2257,2963,2406,2035,1847,2367,2767,2405,2373,3009,2526,2487,4692,3336,2083,2368,2089,2492,2037,1894,3168,2319,2773,2170,2079,1934,2085,1927,1920,1812,1956,1926,1811,1841,1705,1733,1799,1737,1796,1688,1719,1611,1957,1484,1696,1797,1763,2292,1727,1769,1649,1955,1685,1645,2089,1968,1888,2081,2123,2378,1923,1757,2054,2078,1924,1894,1927,2243,2051,1647,1884,2083,1881,1926,1963,1893,1880,1884,1975,1840,1815,1802,1836,1928,1892,2003,2133,2477,1936,2120,1933,2047,2039,2053,1962,1878,2651,1932,2121,2528,2414,2360,2042,2093,2450,2157,2095,2250,1918,2126,2524,2537,2088,2208,1953,2256,2161,2123,2051,2043,2616,2008,1921,1970,1800,1890,2603,1962,2731,1966,2087,2012,1921,2040,1979,1796,2094,2287,2323,1959,2018,1965,2036,2038,2685,2014,2925,2486,2365,2650,2367,2887,2003,2037,2288,2322,1888,2231,2405,2007,2085,2215,2242,2198,1771,1963,1961,1930,1959,1927,1815,1996,2128,2306,2441,2122,2019,2551,2290,3445,2252,1987,1965,1930,1993,2140,2080,2466,2103,2276,1966,2333,1886,1759,2444,2409,2125,1829,1998,1934,2036,2386,2778,2188,2654,2196,2022,2013,2125,1916,1852,2041,1896,2841,2694,2040,1853,1922,1840,1732,1718,1885,2091,2402,1723,1801,1845,1752,1818,2012,1562,1515,1613,1683,1568,1565,1804,1728,1684,1556,1601,1517,1529,1446,1330,1834,1652,2034,1493,1512,1498,1570,1526,1601,1480,1433,1408,1772,1329,1811,1962,1674,1658,1445,1782,2029,1523,1579,1709,2000,1395,1972,1482,1576,1313,1925,1376,1543,1509,1671,1378,1884,1325,1440,1530,1665,1713,1514,1584,1507,1398,1299,1882,1321,1577,1329,1355,1843,1522,1582,1361,1682,1777,1873,1667,1311,1799,1756,1882,1270,1365,1842,1288,1722,1743,1733,1787,1784,1860,1405,1581,1436,1339,1386,1375,1408,1374,1368,1336,2079,1495,1332,1432,1620,1342,1353,1514,1525,1471,1383,1486,1287,1818,1766,1513,1355,1813,1806,1769,1458,1483,1423,1379,1400,1814,1326,1356,1431,1432,1431,1428,1427,1351,1370,1681,1883,1340,1399,1339,1303,1744,1736,1785,1792,1377,1465,1213,1732,1722,1718,1714,1729,2002,1226,1632,1425,1795,1754,1815,1338,1337,1334,1488,1448,1532,1299,1667,1357,1291,2003,1326,1954,1304,1845,1217,1963,2062,1650,1452,1542,1387,1909,1404,1403,1404,1565,1679,1568,1590,1570,1635,1814,1579,1494,1411,1536,1455,1764,1485,1541,1815,1457,1486,1564,1570,1465,1486,1601,1601,1698,1844,1783,1496,1501,1507,1487,1658,1817,1482,1709,2118,1731,1692,1760,1730,1900,1866,1766,1846,1768,1798,1852,1649,1720,1789,1969,1779,1669,2165,2089,2184,1757,1642,1934,2128,1749,1977,2200,2011,2186,1752,2093,1919,1604,1563,1651,1767,2004,1726,1909,1975,1773,1725,1846,1699,1689,1690,1858,1844,1622,1570,1590,1979,1858,1701,1821,1808,1833,1943,1699,1592,1604,1608,1573,1565,1559,1578,2206,1485,2081,1779,1784,1942,1863,2052,1783,1824,1608,1815,1894,1873,1953,1872,2247,1948,2246,1904,1609,1920,2182,2046,2118,1950,1923,1682,1615,1672,1691,2617,2542,2637,2076,2356,2430,2195,2057,1644,1527,1406,1401,1438,1529,1560,1529,1605,1849,1988,2722,2608,2651,2529,3724,1857,1928,2243,2646,2328,2047,2208,2089,2321,2566,2367,1925,1933,1885,2019,2222,2491,2648,2482,2451,2163,3293,2328,2808,2770,2128,2044,2006,2207,2806,3414,2129,2171,1802,1681,1998,2130,1970,1998,2092,2415,2273,1810,2166,1965,1894,2040,2134,2278,1845,1695,1774,1832,1619,1645,1729,1950,1496,1434,1377,1396,1372,2166,1911,1808,1976,1674,1616,1563,1370,1330,2043,1565,1704,1973,1723,1807,1655,1568,1388,1361,1567,2279,1688,1776,2133,1765,1917,1601,1489,2045,1638,1613,1613,1797,1566,1687,1514,1452,1635,1649,1966,1603,1706,1852,1961,1728,1767,1645,1569,1998,1892,1743,1929,2484,2691,2405,2691,1967,2203,2294,2409,2202,2490,3204,2368,2013,2599,2376,2124,1975,2810,2485,2376,2602,2210,2166,2208,2890,2045,1929,1882,2173,2918,2528,1898,1719,1883,1969,1811,1880,2053,2316,2456,2245,2130,2444,2007,4143,2931,3766,2486,2687,2500,1861,1689,1567,2052,2614,1964,2125,1695,1760,1690,1765,1768,2004,2009,2045,2125,2076,2298,2277,2005,2255,2328,1798,1884,2216,1888,1640,1717,1728,1941,1801,1787,1914,1977,1959,1827,1646,1767,1722,1810,1793,1685,1731,1771,1680,1758,1926,1767,1565,1685,1644,1578,1684,2167,1833,1653,1596,2261,1726,2165,1837,1612,1638,1533,1510,1749,2416,2045,2080,1935,2040,2042,2046,2480,2204,2134,2165,2804,2409,2336,2852,2687,2729,2371,1985,2176,2363,2563,2273,2166,2128,2089,2039,2472,2154,2476,2451,1950,2010,1921,1642,1568,1761,2051,2288,2983,2034,2091,2215,2060,1915,2215,2054,2256,2082,2048,2250,2168,2130,1996,2177,1796,1972,2282,2090,2387,2683,2097,2084,2125,1886,2120,2565,2615,2003,1929,2007,1882,2038,2015,1968,2039,2014,2279,2135,2047,2559,1894,2086,1842,1631,1535,1592,1572,1765,1800,1767,1839,1732,1776,1749,1738,1638,1648,1839,1613,1650,1714,1687,1806,1890,1772,1720,1770,1756,1598,1651,1643,2047,1814,1688,2151,1682,1657,1757,2052,1677,1523,1663,1918,1805,1722,1650,1603,1974,2036,1656,1993,1849,1803,1893,1793,1702,1953,1812,2114,1813,1761,1809,1963,1763,2224,1637,1480,1723,2606,1655,1757,1856,1757,1846,1614,1807,1599,1758,1699,1682,1687,1712,1611,1560,1690,1572,1964,1840,1844,1605,1695,1563,1645,1598,1552,1525,1564,1666,2046,1595,1684,1967,1611,1766,1522,1563,1527,1710,1506,1496,1684,1514,1534,1442,1652,1475,1397,1321,1487,1673,1886,1802,1398,1406,1413,1337,1920,1388,1337,1366,1640,1766,1515,1351,1508,1609,1408,1530,1575,1522,1728,1650,1554,1602,1663,1558,1482,2047,1831,2147,2341,2410,2167,2328,2319,2448,2560,2329,2343,2446,3252,2568,2813,2628,2739,2850,2447,2644,4097,2755,2340,2525,2033,2202,2086,2569,2409,2142,2337,2530,2338,2120,2293,1913,2171,1890,1850,2123,2197,2122,2332,2726,2257,2289,2039,1885,1773,1842,2089,2645,1974,1848,1802,3281,2484,2230,1725,1854,1843,1598,1693,1562,1599,1651,1931,2154,2215,1685,1686,1684,1685,1685,1800,2218,2067,1982,2063,1727,1716,1605,1617,1563,1645,2081,1738,1603,1865,1877,1639,1805,1691,1805,1848,1820,1838,1810,1575,1916,1874,1868,1508,1572,1550,1767,2085,2055,1586,1823,1497,1966,1536,1575,1986,1540,1747,1625,1354,1427,1356,1378,1321,1846,1354,1587,1488,1698,1791,1856,1352,1366,1447,1361,1875,1987,1376,1610,1299,1825,1432,1507,1380,1306,1860,1299,1734,1418,1602,1300,1913,1416,1850,1365,1405,1363,1356,1592,1411,1320,1867,1577,1574,1350,1878,1394,1446,1400,1903,1624,1430,1539,1424,1354,1917,1528,1509,1356,1345,1528,1589,1477,1581,1454,1538,1454,1412,1599,1617,1633,1474,1585,1666,1590,1527,1539,1464,1463,1500,1587,1712,1546,1482,1628,1591,1572,1684,1577,1551,1845,1887,1680,1814,1645,1603,1912,1846,1768,1867,1723,1762,1574,1856,1848,1969,1964,2005,1843,2086,2126,2050,2213,2049,2079,1965,2360,2606,2405,2405,2252,2406,2367,2008,3139,2445,1960,2075,1911,1811,1837,2174,1923,2152,2140,1930,1879,2167,2116,2452,1861,2002,1969,2238,1759,1585,1695,1754,2013,2039,1689,1689,1892,2227,1948,1763,1849,2189,1807,1686,1821,1761,1891,1836,1640,1561,1815,1997,1487,1494,1554,1687,1681,1685,1607,1567,1840,1734,1757,2163,2199,1744,1886,1972,1846,1919,1932,1927,2128,2365,1964,2158,1934,1841,1883,2178,1765,1843,2325,1799,1815,1807,1941,2109,2002,2488,1972,1997,1850,1854,1696,2206,2043,1857,1642,1559,1685,1598,1577,1598,1804,1661,2085,1914,1963,1964,1595,1494,1528,1751,1733,1689,1757,1735,1596,1440,1412,1431,1525,1836,1577,1523,1518,1526,1402,1333,1814,1837,2093,1515,1724,1728,1334,2074,1456,1510,1474,1633,1738,1569,1906,1670,1575,1920,1712,1502,1446,1575,1558,1613,1976,1613,1777,1790,1776,1564,1632,1655,2136,1795,1721,1644,1540,1786,2051,1475,1469,1597,1745,1755,1610,2146,1560,1537,1883,1777,1759,1771,2129,2151,1764,2073,1859,1717,1711,2393,1788,2201,2356,2024,1836,2121,2283,2698,2171,2480,1725,1880,1771,2721,1886,2247,2536,1972,2000,2088,2034,1946,2047,1724,2187,1822,1796,2011,2163,1979,2268,2296,2010,2132,1952,2053,2131,2199,2047,2053,1921,2161,1938,2079,2164,2046,2126,1809,1960,1893,2362,2045,2084,2007,1966,2044,2007,2018,2437,2206,2005,2120,1817,1928,1885,2003,2048,2008,2007,2051,1837,2005,1972,2002,2254,2565,2970,3087,2452,2977,2690,2520,3010,2254,2096,1965,2793,2397,2327,2734,2168,2289,2090,3014,1714,1894,1681,1813,1563,1561,1650,1961,2240,2052,2004,1884,2049,2048,2081,2096,1994,2251,2084,3214,2084,2172,2091,2155,2125,2013,2008,2009,2044,2599,2296,1765,2246,1818,1526,1439,1573,1635,1723,1960,2004,2044,1881,1978,1882,1957,1806,2216,1685,1917,2448,2018,1845,2044,2206,1997,1848,1735,1995,2049,2127,2092,2243,2249,1726,2079,2174,2058,2252,2104,2056,2035,1853,2562,2375,2495,2040,1887,1845,2299,1851,2446,2121,1651,1715,1613,1563,1560,1530,1556,1530,1764,1970,1959,1969,1933,1997,1740,1605,1434,1854,1838,1482,1381,1469,1686,1957,1534,1601,1436,1486,1698,1603,1603,1514,1688,1687,1570,1639,1607,1529,1550,1657,1600,1565,1714,1744,1518,1602,1599,2142,2123,1561,1491,1562,1836,1482,1408,1396,1380,1528,1481,1678,1656,1712,2044,1522,1491,1558,1407,1536,1485,2115,1524,1609,1687,1915,1534,1559,1576,1400,1513,1656,1478,1416,1645,1655,1699,1516,1630,1535,1454,1357,1459,1420,1794,1331,2035,1883,1366,1306,1867,1367,1683,1393,1756,1836,1388,1693,1326,1393,1295,1931,1466,1516,1411,1514,1326,1453,1379,1395,1333,1341,1821,1459,1692,1836,1650,1564,1541,1414,1624,1567,1492,1492,1377,1869,1554,1476,1452,1451,1552,1548,1516,1445,1339,1835,1636,1405,1436,1367,1464,1445,1440,1477,1407,1265,1677,1532,1357,1873,1309,1752,1798,1324,1780,1781,2036,1925,1554,1333,1968,1396,1353,1430,1404,1521,1675,1601,1883,2255,1450,1527,1508,1561,1657,1809,1546,1917,1649,1681,1731,2024,2006,2047,1847,1879,1972,2040,2049,1848,2043,2063,2649,1969,2130,2166,1726,1859,2191,2412,2090,1937,2051,2244,1888,2280,2005,2133,2127,1922,1964,2340,2409,2488,2449,2562,2608,2487,2291,2847,2204,2573,2443,2405,2367,2285,2287,2048,1889,2201,2607,2031,2041,1894,1998,2212,2370,2690,2605,2490,2146,1742,1934,2007,2037,1923,2010,2009,1961,2447,2644,2610,2122,2138,2326,2210,2483,2211,2325,2206,2408,2172,1832,1896,1806,1588,1804,1687,1802,1926,2572,2485,2815,2242,2529,2365,2292,2442,2135,2763,2533,1929,1597,1660,2245,2569,2329,2685,2815,2079,1846,2374,2525,2209,2445,2522,2293,1843,2006,1849,1692,1603,1798,1565,1566,1654,1918,2129,2236,2448,2437,2770,2780,2966,2133,2189,2163,2138,2192,2570,2084,2166,2409,1951,2287,2088,2567,2252,2517,2402,2019,2009,2201,1884,2160,2100,1957,2835,2138,1885,1985,1980,1649,1890,1784,1846,2127,2178,1928,1886,1971,1884,2057,1830,1750,1923,1991,1761,1881,1772,1808,1839,2006,2206,2211,2090,1922,1848,1839,1606,2103,1835,2043,2039,2491,1934,1879,2131,1962,1893,2141,1824,1970,1599,1528,1760,1970,1964,1963,2333,1880,1847,1853,1848,1877,1850,1645,1674,1757,1615,1844,1958,1495,1445,1596,1440,1413,1554,1452,1501,1564,1514,1497,1516,1445,1400,1407,1450,1678,1601,1582,1645,1756,1567,1919,1606,1561,1538,1607,1490,1536,1561,1477,1574,1572,1521,1451,1636,1511,1384,1511,1533,1431,1593,1549,1530,1638,1516,1598,1947,1674,1701,1633,1621,1580,1890,1651,1600,1998,1672,1946,1842,1699,1929,1471,1444,1436,1564,1572,1645,2085,1521,1572,1494,1545,1611,1487,1518,1504,1725,1626,1648,1592,1818,1928,1652,1795,1934,1915,1578,2234,1490,1806,1764,1693,1603,1751,1615,1607,1918,2013,2001,2082,1888,1968,2210,1678,2088,2047,2403,1855,1681,1742,1765,1843,2047,1997,1723,1684,1744,1597,2015,2119,2094,2035,2379,1927,2124,2003,2649,2165,2079,2150,1768,2121,2527,2810,2608,2326,2334,2408,2564,2287,3497,2280,2207,2089,2270,2250,2245,2647,2297,2927,2649,2844,2170,1894,1854,1964,2004,2601,2653,1964,1975,2008,3290,2046,2178,2079,1819,1890,2001,2013,2085,2090,1806,1923,2045,2081,2654,2371,2442,1971,2048,2036,1853,2007,1881,2161,2572,1891,2049,2006,2194,2097,2276,2130,2014,2077,2038,2129,1605,1605,1732,1685,1715,1690,1835,1644,1765,1688,1736,1686,1685,2281,1569,1994,2057,1834,2058,1603,1613,1643,1555,1498,1510,1640,1895,2327,1795,1735,1729,1688,1644,1634,1495,1405,1508,1814,1611,1713,1777,1565,1836,1726,1616,1632,1485,1770,1767,1723,1836,2289,1971,1834,1896,2080,2286,1972,2009,1996,2131,2525,2050,1967,1960,1966,2485,1888,2326,2559,2130,2763,2082,2481,2089,1936,3242,2441,2015,1945,2051,1642,1807,2202,1856,2127,2047,1799,1849,1839,1808,1802,1858,1994,1974,2010,1873,1770,1605,1804,1876,1855,2360,1905,1765,1937,1955,1677,2088,2161,1929,1952,2097,1805,1885,1846,1875,2173,2041,2660,1743,2277,1800,1764,2011,1683,1889,1879,1893,1900,2377,2874,2092,3038,2735,3293,2843,2540,2177,1817,1893,1931,1743,2133,1927,2173,2708,1987,2748,3501,2925,3097,3062,2370,2286,2632,2645,2163,2949,1602,1562,1533,1557,1764,1774,2004,2069,1742,1921,1906,2023,1888,2226,2236,1877,1734,2062,2214,1778,2473,2188,1919,1967,1970,2196,1935,1978,1784,2394,2145,1715,1967,2009,1933,1871,2022,2026,1779,2194,2215,2089,1930,1723,2007,2174,1980,2075,2080,1926,1886,1965,1916,1971,2209,1879,1853,1912,2300,1753,2208,2004,2001,2009,1853,1966,1970,2436,1978,1985,2148,1912,1999,2000,1671,2005,1893,1730,2011,1630,1650,2160,1658,1641,1888,1724,1491,1429,1379,1398,1647,1793,1571,1652,1929,1752,1681,1729,1882,1805,1695,1411,1482,1521,1522,1725,1619,1845,2342,1932,1863,2342,1932,1764,2010,1843,2482,1988,2189,2125,1891,1805,1724,1839,1932,1724,2729,1646,1659,1686,1706,1568,1610,1676,1679,1634,1586,1600,1568,1533,1631,1646,1741,1765,1685,1607,1644,1605,1488,1475,1609,1538,1465,1381,1837,1449,1333,1712,1602,1650,1605,1638,1622,1665,1413,1366,1366,1602,2052,1669,1571,1558,1340,1945,1509,1533,1451,1479,1932,1502,1655,1848,1436,1324,1889,1375,1636,1650,1690,1636,2082,1567,1682,2004,2132,2019,1764,1999,1747,2030,2264,1965,2039,2204,2042,2102,2004,1971,1970,2019,2112,2000,2173,2080,2254,2184,1833,1552,1497,1636,1501,1752,1691,1962,1638,1653,1854,1848,1948,1875,1617,1689,1805,1642,1712,2087,2085,1637,1525,1795,1844,2690,2680,2653,2134,2002,1921,1966,2415,2279,2413,2161,2368,2647,2415,2924,2807,2208,1861,2271,2707,2208,2272,2289,2230,2133,2444,3095,2401,2292,1968,1965,2137,2355,2077,2309,3168,2290,2365,2249,2652,2330,2485,2847,2293,2137,1916,1729,1879,1932,2383,2138,1944,2618,2409,2560,2493,3333,2122,2245,2129,2329,2454,2568,2604,2494,2369,3010,2076,2040,2007,2042,2494,2405,2682,2259,2039,2044,2209,3141,3206,2211,2207,1946,2767,2124,2165,2089,2209,2001,1887,1798,1777,1914,1771,2562,2137,2446,2485,2652,2326,1907,2112,2135,2120,2088,2006,1650,1579,1646,1934,2007,2045,2408,2001,1885,1731,1873,2015,2131,2568,2728,2885,3090,2014,2052,2399,2330,3137,2209,2112,2614,2761,2210,2410,1869,1827,1689,1638,1926,2130,1891,1915,2089,2210,1918,2300,1799,2331,1876,1939,1994,1972,1844,3285,1812,1846,1924,2109,2470,2045,2688,1684,1651,1687,1687,1601,1717,1783,1766,1636,1558,1484,2129,1934,1721,1650,2274,2246,1604,1559,1817,2086,1967,1927,2082,1931,1842,1848,1996,1890,2328,1840,1843,2297,1960,1931,2006,1808,2247,2048,2088,2324,2050,2164,2892,2443,2289,2135,2167,2249,2045,2241,2244,2091,2218,2404,1969,1883,1772,2591,2367,2002,2088,2323,1976,1962,2488,2680,2009,2164,1647,1887,1848,1886,1890,1887,1917,1614,1788,1694,1683,1731,1649,1712,1497,1428,1415,2036,1532,1527,1490,1682,1873,1578,1516,1574,1474,1802,1694,1761,1616,1977,1732,1593,1678,1637,2216,2097,1732,1656,2368,1924,1497,1519,1450,2172,1961,1738,1876,2090,1886,1804,2007,2051,1915,2057,2035,2017,1767,1914,2173,2129,2427,2198,2216,2451,2280,1764,2004,1724,2009,2935,2158,2133,1886,1848,2439,1882,2090,1812,1882,2009,1917,1887,1887,1664,1652,1964,1879,1575,1794,1651,1569,1711,1616,1756,1855,1677,1794,1829,1694,1716,1604,1576,1482,1449,1668,1463,2190,1579,1565,1888,2270,1612,1649,1750,1841,1814,1799,1806,1812,1566,1690,1714,1937,1678,1974,1843,1711,1769,1931,1561,1411,1844,1726,1642,1605,2015,1709,1755,1809,1884,1960,2090,1968,2081,2082,1971,2128,2010,1965,2048,2319,2656,2442,2568,2566,2334,2361,2807,2608,2556,2541,1697,1843,2125,2088,1923,2279,2227,2804,2293,1972,3122,2528,1930,1924,2140,1891,2003,2519,1964,2024,1677,1934,2262,1984,1884,1972,2305,2131,2201,2046,2594,2086,2017,2467,1998,2259,1954,2333,2485,2204,1942,2087,1883,1850,1801,1976,2081,1964,2044,2135,2284,1855,1722,2529,2094,2520,2330,1929,1938,2169,2126,1886,2011,2200,2190,2014,1958,2086,1928,2169,1847,2361,2057,1841,2412,1719,1649,1681,1799,2098,1921,1847,1929,1759,3045,2290,2405,1966,1612,1603,2211,2038,2049,1772,1844,1957,1775,1641,1882,2012,1922,1838,1896,2088,1838,1572,1689,1727,1857,1795,1852,2654,1642,1721,1521,1439,1378,1604,1727,1840,1803,1650,1642,1524,1536,1441,1491,1613,1635,1613,1869,1465,1343,1884,1467,1836,1513,1584,2076,1691,1652,1886,2082,1441,1600,1534,2000,1607,2165,1762,1769,1851,1638,1728,1684,1646,1758,1742,1682,1833,1741,1760,1723,1718,1617,1643,1954,1643,1781,2071,2417,2205,2443,3085,2240,2213,2281,2253,2037,2206,1848,1929,2160,2412,2122,1808,1723,2557,2483,2333,2173,2305,1819,1959,2006,2084,2088,1852,2564,2609,2282,3132,2312,2344,2732,2279,2196,2075,1936,1888,1918,2046,1927,1599,1894,1683,1764,2207,2534,1964,1966,2196,1978,2006,1845,1919,2447,1493,1558,1795,2129,1572,1770,1720,1664,1685,1679,1685,1782,1709,1569,1771,1951,1729,1598,1495,1734,1885,2019,2065,2507,1835,1798,1786,1506,1638,1767,1854,1515,1580,2029,1972,1517,1499,1484,1476,1528,1644,1606,1848,1597,1492,1579,1734,1653,1658,1689,1659,1729,1620,1649,1483,1528,1489,1513,1530,2249,1776,1756,1553,1667,1889,1760,1764,1761,1882,1799,1762,1576,1633,1538,1640,1799,1493,1441,1425,1677,1692,1657,2090,1995,1551,1439,1612,1441,1566,1630,1503,1545,1847,1923,1500,1637,1863,1794,1647,2069,1690,1692,1766,1755,1454,1606,1441,1570,1914,1936,1754,2009,1729,1695,1728,1842,1688,1519,1703,2054,1736,1915,2008,1967,1989,1582,1523,1684,1839,1641,1738,1845,1681,1450,1428,1456,1639,1681,1651,1528,1714,1621,1987,1567,1403,1381,1444,1680,1554,1420,1553,1684,1440,1461,1360,1443,1372,1322,1986,1539,1629,1994,1898,1976,1567,1825,1804,1950,1578,1670,1604,1887,1860,2005,1885,1646,1523,1502,1657,1635,1455,1972,1594,1688,1717,1554,1522,1579,1590,1546,1692,1543,1714,1357,1336,1309,1506,1949,1470,1437,1446,1615,1352,1328,1822,1477,1295,1901,1646,1846,1405,1483,1298,1782,1900,1417,1419,1392,1317,1810,1594,1493,1529,1869,1363,1471,1349,1652,1438,1501,1353,1496,1601,1426,1413,1430,1458,1421,1385,1432,1435,1477,1625,1363,1801,1301,1920,1338,1958,1377,1311,1834,1787,1448,1716,1887,1491,1309,1887,1314,1739,1988,1457,1738,1595,1840,1515,1508,1613,1579,1573,1432,1549,1436,1533,1547,1595,1639,1556,1628,1499,1480,1478,1514,1525,1497,1480,1740,1651,1589,1650,1660,1616,1617,1581,1448,1479,1898,1716,2055,1486,1616,1615,1608,1368,1463,1498,1861,1693,1570,1654,1730,1575,1570,1543,1777,1683,1534,1624,1594,1640,1639,1626,1682,1539,1466,1670,1525,1896,2134,1410,1567,1607,1668,1540,1969,1584,1620,1570,1624,1535,1422,1373,1554,1722,1842,1960,1850,1801,1730,1715,1730,2334,1802,1839,2334,1682,1808,1804,2049,1967,1997,2519,2693,2606,2441,2498,2100,2019,2285,2689,3006,2287,2495,2483,2532,2008,2226,2000,2451,2164,3013,2404,2400,2570,2448,2736,2563,2079,2007,2135,2286,2401,2322,2018,1836,2056,1918,1845,1806,2084,1604,1567,1726,1802,1737,1916,1933,2567,1919,2083,2288,1895,1963,1961,2134,2046,2039,2165,2252,1856,1709,1760,1570,2075,1644,1736,1794,1653,1759,1648,1758,1418,1592,1736,1798,1692,1712,1617,1820,2600,1648,1748,1501,1484,1406,1471,1689,1818,1716,2085,1812,1686,2238,2094,2330,1720,1730,1755,1414,1427,1607,1568,1436,1492,1648,1605,1678,1814,1751,1609,1960,1925,2040,1954,1722,1998,2104,2459,2283,2075,2189,1811,1873,1858,1989,2049,1854,1682,1929,1923,2123,1998,2102,2159,1927,1834,2133,1843,1637,2109,2121,2009,1850,2214,2147,1966,2215,2031,1884,1953,2008,2203,2098,2527,2112,2606,2736,2843,2367,2650,2162,1929,2034,1971,1932,1928,2238,1973,2122,2090,2207,2007,2165,2202,2044,2568,2030,2284,2050,2651,2052,2079,2681,2247,2060,2086,2086,2162,2016,2406,1947,1919,2210,2008,2239,2646,2729,2017,2088,2055,2337,2485,2725,4012,1976,2326,2724,2132,2205,2207,1844,2613,1972,2426,2647,2369,2287,3013,2278,1733,2362,3617,2924,2485,2612,1834,1997,2011,1853,2037,2009,3733,2204,3167,2171,2249,1959,2095,1920,2006,2002,2095,2352,2565,2406,2528,2691,2770,2732,3923,2371,2450,2814,1888,2399,2281,2769,2849,2444,2814,2123,2084,2368,2608,2487,2052,2249,2124,2124,1922,2452,2531,1928,2572,2492,3607,2808,3209,2120,2446,2331,2453,2651,2604,2570,2097,2005,1957,1966,2094,2292,2128,2248,1961,1969,2290,1804,1924,2575,2246,2056,3297,2131,2605,2566,2331,2408,3407,2527,2484,2572,2372,2284,2184,2307,2567,2257,2435,2333,2444,2003,2456,2850,2768,2560,2450,2771,2486,2283,2288,2729,2406,2527,2811,2284,2610,2247,2767,2640,2041,2098,2281,1681,2728,2695,2439,2451,2610,2688,2527,2609,2482,2001,2372,1920,2003,2711,2374,2448,2647,2123,3057,3765,2763,1807,2136,2034,2129,2410,2244,1926,2053,1964,2021,2016,2440,2405,2574,2488,2568,2329,3606,5057,2086,2121,1972,1923,1970,2040,1929,2251,2040,1924,1848,1926,1724,1571,1559,1815,2045,2199,2082,1971,1733,1928,2045,2002,1802,1936,2160,2250,1805,1604,1749,1686,1682,1736,1749,1736,1720,1894,2045,2255,1634,1852,2169,1717,1589,1658,1575,1536,1604,1601,1527,1768,1678,1646,1755,2287,1852,1650,1554,1610,1484,1611,1883,1720,1505,2107,1885,1520,1531,1574,1645,1958,2165,1647,1802,1573,1561,1610,1448,1351,1863,1666,1423,1354,2478,1491,1444,1361,1451,1577,1355,1553,2027,1552,1415,1666,1619,1556,1498,1558,1563,1774,2196,1678,1728,1895,1809,1633,1534,1759,2277,1736,1561,1646,2059,2006,1380,1345,1888,1461,1496,1737,1699,1646,1672,1646,1744,1567,1441,1397,1419,1564,1671,1816,1685,1714,1798,1805,1998,1952,2053,2145,2181,1908,2039,2567,2207,2096,2315,2250,1928,1769,3452,2287,2327,1966,2037,1816,1755,2047,1894,2284,1927,1923,2441,2053,2472,2448,1966,2447,2130,2246,2408,2442,2731,2081,2153,2514,2361,2335,2684,2431,1893,2371,1852,2085,1854,2435,3013,2645,3969,2061,2407,1990,2513,2252,2567,2246,3336,2523,2403,2165,2083,2049,2528,2526,2811,2403,1806,1974,1957,2198,2809,2329,3651,2449,2411,2124,2732,2142,2232,2373,2040,1763,1848,1655,1922,1727,2001,2023,1960,2042,2381,2483,3891,2572,2402,2370,2453,2044,1967,1969,1844,1977,1928,2117,2012,2003,1965,1885,2127,2890,3292,1999,2722,2290,2087,3012,2648,2602,2257,2132,2405,2647,2126,2017,2205,2527,2088,2275,1718,2005,2169,2658,2198,2208,2123,1803,2245,2929,1959,1882,1851,1759,1656,1759,1801,1891,2003,1924,1856,1922,2044,2290,2083,1968,2039,1886,1926,2207,2135,2117,2286,1810,1905,1572,1793,1778,1568,1960,1721,1720,1609,1930,1770,1964,1878,1610,1797,1850,1798,1775,1730,1885,1877,1815,1878,1927,1878,1654,1732,1663,2161,2326,2211,2691,1839,2888,1935,1925,1886,1985,2298,3368,2327,2366,2121,2807,2608,2532,2408,2684,2933,3726,2572,2288,2563,2526,2612,2489,2723,2378,1867,2105,2291,2204,3254,2202,2495,1965,2366,2282,2340,2405,2087,2209,2208,2367,2491,2403,2331,2964,2608,2331,2565,2371,2416,2198,2289,2645,2534,2278,1890,1769,2175,2046,1932,2124,2180,2379,1947,1800,2169,2049,2605,2130,1999,2130,2390,1848,1929,1758,2011,1971,2126,2004,1962,2055,1845,1596,1568,2128,2081,1975,2162,1799,1852,2130,2126,2561,2004,1727,1707,2043,2053,2292,2157,2007,2515,2566,2562,2138,1966,1930,1961,2002,1975,2127,2086,2003,2113,2564,2452,2651,2884,2216,1681,1843,1855,1838,1890,2241,2132,1644,1565,1560,2250,2012,1803,1602,1527,1713,1605,1658,1636,1645,1852,1676,1420,1761,1526,1937,1553,1407,1658,1677,1827,1604,1595,2068,1514,1361,2011,1613,1814,1628,1576,1524,1892,1538,1614,1489,1520,1489,1559,1719,1779,1601,1897,1635,1640,1523,1584,1647,1568,1594,1675,1600,1499,1631,1896,1809,1891,1675,1651,1680,1639,1533,1685,2395,4336,2049,1919,2050,1870,2314,2452,2932,2205,2372,2077,1895,2140,2358,2494,2169,2653,2602,2649,2490,2123,2244,2292,2239,2096,2286,2035,1859,1835,1971,1961,1893,2005,2406,1882,2536,2005,1927,2007,1752,1722,1605,1730,1832,1692,1708,1839,1772,2161,2162,1966,1844,2055,1889,1764,1968,2077,2084,2045,2367,1775,1997,1771,2129,1887,2396,2135,2170,1927,1919,2004,3174,2331,2645,2733,2124,3012,2159,1959,3811,2448,3451,6665,1849,1879,3408,5420,4381,10109,9944,4703,1688,1822,1855,1601,1775,2010,3162,2058,1923,5897,1989,2612,3162,1568,1847,2330,3478,3451,3258,6330,2780,3019,8223,4735,4898,4264,2412,5293,2230,2204,4973,2174,3087,5082,5452,6048,2292,2362,2412,3838,3566,3805,2489,3682,4271,3650,4207,3013,3412,6178,7101,4294,3275,2007,2164,2086,3411,2885,2609,5649,3285,10514,3402,1968,2451,6130,2563,2204,2153,5054,2251,2321,3693,1931,2416,2171,3253,3004,4172,2128,1718,3578,4653,2026,2332,1937,2074,1889,2127,1841,2050,2124,2583,2094,2452,1926,3213,1957,1971,1961,1851,1843,2214,2214,3986,2045,2357,2808,2242,2252,1800,2007,2200,1767,3187,3448,2335,2691,2127,1934,1876,1693,1963,2081,2126,2320,1748,10629,3814,3160,1924,1853,1770,1759,1803,2575,1764,2161,1770,1844,2089,1689,1724,1845,2957,2059,2005,1960,2085,1843,1925,1886,1731,2574,1642,1973,1570,1594,1603,1700,1753,1973,1769,1769,1756,1722,1617,1639,1611,1801,2037,1625,1788,1536,1672,1713,1646,1650,1646,1476,1604,1575,1601,1899,1663,1530,2105,1564,1868,1658,1529,1802,1776,1840,1730,1685,1894,1881,2407,1966,2458,1875,2132,2008,2250,2167,1764,1919,1924,2164,1817,3397,3337,1844,2690,1731,3167,2411,2996,1931,1811,1764,2359,1973,2282,1890,1929,1806,1964,2760,2899,1798,2046,2014,1597,2089,2120,2174,2245,2403,1976,1619,1531,1807,1769,1640,1723,1890,1605,1642,1922,1580,1792,1576,1591,1851,1724,1725,1763,2496,1724,1886,1964,2082,2200,3132,5503,1963,1888,2119,1854,2168,1716,3210,2835,2374,2768,2844,2213,1439,2089,2341,4006,3691,2535,2100,3682,4536,1805,2291,1773,2396,2089,1884,2097,2277,2131,1971,2923,2449,2010,2321,1889,1808,1800,2042,2814,1643,3493,1918,1769,5900,6223,1796,1978,1959,1920,2218,2081,1767,1928,1808,2568,2126,3226,2649,2046,2051,2566,2368,2009,2160,2538,3404,2211,2045,4415,2812,4008,8960,5652,2533,3290,2442,2251,3811,2772,2050,4124,2649,2447,3050,2608,3373,3976,3925,2195,2403,2051,2164,3014,2493,2395,2008,2286,2009,2012,2101,2048,2006,2041,2445,2086,2134,1813,2114,2216,2002,2725,2593,4731,2611,2448,2801,1872,3416,2159,2000,2214,2211,2205,2134,3844,2822,1850,6194,3083,11969,3411,4373,2484,2486,2253,2327,3124,3971,4980,7101,4928,3738,5417,3771,2532,2449,2324,2245,3692,2849,3453,2166,2201,1796,10531,2081,2696,2086,1880,1811,2470,3217,2399,2052,3030,1845,1881,2125,2014,1926,2194,2005,3096,1995,1778,2163,3685,2367,2126,2516,2812,2723,3496,2447,2075,2091,2323,2141,1976,2923,3534,2011,2076,2007,1601,1938,2409,2594,2092,2085,2000,2561,2326,1876,1954,1898,2729,2204,2774,2164,2001,2377,2646,2644,1761,1736,1915,1775,2163,2244,2330,1850,1764,1969,2038,2204,2732,4007,1849,4731,2048,2571,2689,21138,2283,2372,1783,1877,1884,4496,1736,2006,1885,1967,1881,1845,2050,1844,25680,3646,2200,5422,3044,2446,2416,2220,3401,2247,1686,2328,3972,2126,1810,1959,7064,11632,2164,4252,3454,2047,5415,3979,1854,7303,2206,2731,11414,2610,2287,3052,2451,2084,2648,4970,3009,6908,4493,2289,10673,7024,2252,6767,3610,4620,6935,2411,2086,4050,2011,2407,2081,3651,2811,5695,2012,1782,24353,2655,2358,3895,3412,2772,2762,6179,2888,2165,9295,2145,1849,6169,3342,2476,4856,13440,2329,1928,1710,6524,3848,2893,3407,2248,3132,5224,2854,2450,2523,3128,9313,8190,2566,4693,2322,8910,7141,2400,7740,6157,2369,10036,3044,2164,77756,1650,4535,6257,3767,5049,2172,5350,3136,2163,2085,3419,8856,3735,2244,5662,2085,2162,3531,1933,1927,1765,8955,3048,1923,1769,6971,2254,2039,1927,2990,2767,2357,4333,2568,8192,2531,4310,2409,2649,3008,3085,4143,15913,5698,2005,2608,5774,2053,2638,12843,3652,2166,4372,6699,2012,1966,1839,1888,1890,1919,3223,3519,1764,1695,1720,4219,2241,4260,7663,2808,4171,2686,2285,3411,2210,2286,3848,2330,2245,4255,3372,6856,3932,2528,5134,5897,3053,3208,2372,2533,2690,2606,3255,2725,2173,2047,2282,5416,2045,2415,6260,2807,3364,3933,1922,2483,1811,1926,3090,2165,1797,2100,7772,2086,2086,2493,1888,1717,1852,1849,1917,2009,1841,1655,1683,1646,4375,3564,2131,2202,2092,2086,3173,3722,2250,2566,2047,2172,3929,7227,2236,2057,2062,3650,2647,2252,3607,1963,1954,2008,4775,2285,2167,2409,2613,11590,11921,2483,3048,3168,2655,4532,2563,2889,1817,1961,1801,2057,1678,1812,1841,1851,1754,3175,6742,1849,2235,2282,2211,1793,1680,1885,2044,1933,3047,2330,2162,1895,1756,1882,2014,1837,2214,1967,2131,2365,2804,1701,2039,1930,2448,2563,2169,2846,2122,2247,1657,1712,1758,1773,1844,2266,2530,1886,1922,1847,2003,2019,2076,2218,2118,5896,2250,1922,6221,2406,2365,5776,6053,1889,1969,3819,2499,2244,5171,2449,2372,5973,1862,2632,2169,3202,2291,2448,2007,2083,2293,3688,2486,2394,3083,3132,2364,2373,7010,1949,1718,1893,4250,2409,2181,1805,4600,3097,2604,1875,1804,3658,3609,3528,1888,2244,3335,2331,2884,2088,2370,2326,2167,2327,1893,2684,2134,2489,2243,3158,2038,1923,2096,1769,2125,2248,1804,1877,1965,1933,2009,2128,2036,2007,1694,1548,1713,1542,1633,1530,1607,1683,1727,1476,1609,1573,1747,1575,1683,1963,1530,1685,1841,1573,1601,1731,1922,2129,1833,1651,1596,1730,1653,2285,1798,1527,1605,2266,2248,1965,1849,2323,2688,1886,2576,2006,2128,2125,1915,1847,2086,2574,2332,3130,2407,2646,1686,2530,2855,2205,2246,2724,2167,2649,2730,1922,2698,2886,2145,3088,2826,2045,2513,2158,2213,1938,2466,2607,1932,2402,2092,1965,2032,4293,2365,2100,2081,2250,2508,2183,2128,2648,2568,2615,2520,2493,3045,2854,2846,2245,2526,2972,2813,3728,2489,2562,2125,2491,2443,5739,2251,2524,2451,2811,4334,2001,2207,2245,2729,2612,3007,2404,2530,2599,2622,2599,2442,2045,2092,2324,2638,1899,1890,2083,1845,1975,2107,2366,2070,2119,2085,2098,1966,2040,1928,2045,2208,1999,1933,2008,1960,1805,1885,1803,1704,1641,1808,1770,1808,1716,1770,1639,1721,2050,2097,1628,1551,1501,1565,1723,1649,2109,1745,1681,2249,1884,1814,1649,1726,1673,2132,2734,1725,1838,1814,2312,2068,1594,1581,1564,1520,1548,1530,1521,1581,1680,1524,1563,1839,2166,1614,1735,2150,1744,1747,1648,1818,2635,1724,1725,1687,1578,2110,2078,2082,1930,2041,1847,2278,2297,2688,2370,1792,3813,2129,2567,2493,2121,2418,3685,3614,3771,2451,2282,2920,2212,3248,3293,2844,2605,2173,7870,1955,2667,1871,2192,3242,4898,2102,1967,2197,1925,2255,2287,1888,2001,1966,1929,2166,2208,3369,3051,4173,1886,2125,1766,3685,2003,2979,3526,2693,2239,5255,4131,2018,1916,1806,2487,2005,2007,2270,2170,2448,2369,3409,2022,2162,2287,2165,1959,2244,2652,2327,1930,1840,2084,2044,1763,1974,2853,1992,1601,1647,1600,2131,1612,1593,1698,1726,2461,2267,2608,2176,1933,1923,3776,2367,2081,1734,6342,1776,1599,1602,2035,2518,1927,2687,1812,2251,1803,2647,1800,1887,2123,1812,3171,2082,1966,2731,1971,1834,1686,1655,2403,2272,2303,1926,1798,1767,4011,1807,1718,1820,1837,2209,1725,1734,1791,1686,1651,1688,1764,1795,1649,1788,2085,1687,2289,2000,1930,2246,2291,1847,1843,2815,1876,1972,2091,2320,2321,2581,2042,2398,3891,2367,3088,2408,2005,2293,3211,2125,4007,2804,1997,3209,2488,2292,2445,4544,2643,2283,3815,2089,3933,3811,2645,2245,2418,1768,2479,2611,3574,2652,2400,2324,6020,3537,2367,3163,5464,4836,4340,2433,4379,4537,2327,2244,1957,1966,1734,5570,4948,4613,4048,3003,3095,2607,1681,1781,2533,2480,1963,2581,2523,3692,2325,4098,2165,1995,1795,1809,2341,2365,2256,2519,1976,2088,1955,1934,2490,1955,3541,3774,2037,1805,9833,2521,1889,2533,4006,1801,2407,1676,2596,2366,1636,1490,1563,1607,1850,1558,1535,1589,1533,2092,1601,2013,1644,2478,2521,2345,2633,2543,1642,1490,1552,1843,1444,1497,1525,1704,1535,1444,1416,1478,1597,2046,1556,1662,1629,1571,1558,2174,2735,1563,1685,1608,1882,2637,1735,1678,1615,1693,2040,1966,1834,1535,1559,1679,1854,1801,1843,1809,1889,2841,1692,1684,2011,2156,2370,2447,2169,1972,2085,1806,1688,1681,1689,1804,1915,2320,2006,2413,1961,2408,2213,2160,2767,2247,2255,2184,1927,2137,2164,1756,1958,2053,2036,3980,2207,2087,1915,1814,2120,1844,1814,3603,1977,1753,1898,2688,1833,1896,1999,3581,2644,1849,2122,1810,1837,2089,2165,1854,2005,1793,2215,1877,2095,1885,1881,1733,1964,1889,2042,2128,2160,1854,2363,2038,1969,2246,2856,1930,1811,2650,2776,2687,2131,2963,1973,2675,2093,3112,2723,2283,2136,1842,2764,2132,2431,2288,2447,2648,2454,1821,2363,2419,2171,2374,3525,3051,2129,1765,2727,1921,2417,3648,1926,2540,2329,2371,2584,2131,2120,4327,1696,1725,1726,2522,3568,1723,2049,3055,2124,2724,2283,2773,2125,2766,4458,2291,2924,3296,2526,1915,2407,2411,2213,2085,2388,2645,2322,2455,2729,2526,2322,2398,3050,2850,4088,2087,2797,7220,2164,2162,1813,2523,2723,2207,1976,1921,1888,1810,2206,2040,6425,1881,1885,4912,2832,3246,2090,2536,2165,2322,2365,2406,2417,1922,1880,1925,1884,1979,2322,2201,1847,1729,2084,1930,2085,2203,2241,2091,3850,2488,1771,2007,2084,2088,2003,2094,2237,2012,1929,1931,1893,1732,1870,1934,1720,1729,1757,1577,1570,1607,1737,1597,1515,1563,2133,1599,1573,1840,1656,1437,1449,1540,1547,1553,1666,1432,1725,1945,1604,1457,1367,1441,1491,1584,1548,1579,1404,1580,1700,1377,1376,1788,1881,1583,1521,1756,2013,1546,1572,1459,1488,1541,1374,1523,1498,1869,1529,1566,1532,1449,1463,1534,1530,1453,1497,1442,1439,1758,1409,1511,1462,1560,1514,1890,1532,1563,1909,1577,1476,1503,2078,1536,1734,3074,2076,2827,2568,1971,2398,2165,3216,3048,2444,2336,2089,4528,4108,2597,3609,2530,2285,2565,3020,4395,2548,2690,2407,2011,1757,4133,4495,3251,2418,2642,3325,2570,2106,4556,2649,2105,1809,1796,1812,2079,1967,2009,1889,2457,1945,2237,1884,2527,1975,3217,2071,2130,2926,2737,2086,1962,2250,2161,2169,1961,2365,2017,2077,2535,2522,1932,1874,3017,2972,2082,2213,1917,2202,2331,2045,2333,1926,2200,1934,1919,2087,1926,2331,1930,2003,2079,1925,2166,1724,2621,1881,1849,1995,1846,1734,1840,1731,1918,2051,1646,2164,1924,1807,1804,2083,2669,2294,2651,2557,2058,2005,2038,2048,2085,2293,2250,2456,1834,2343,2250,2559,2219,1844,1892,2286,2047,1994,2099,2928,3077,2179,2314,1990,2346,3056,2367,2684,2325,1985,1849,1815,1836,2015,2085,1927,2040,2042,1932,2039,1933,2131,1918,2291,2044,2007,2080,1766,1890,2009,2569,2277,1967,2049,2125,1805,1965,1977,2285,2161,1922,2088,1814,1765,1919,1885,2091,2045,2774,1879,1600,1806,1847,1852,1942,1462,1686,2117,1798,1615,1768,1754,1699,1474,1698,1547,1610,1598,2163,1559,1483,1619,1677,1409,1466,1425,1777,1511,1479,1848,1548,1523,2021,1408,1460,1577,1458,1408,1457,1771,1887,1361,1374,1440,1536,1557,1420,1401,1449,1511,1480,1411,1477,1386,1781,1851,1422,1394,1592,1514,1899,1764,1397,1500,1424,1288,1744,1765,1520,1550,1496,1864,1427,1274,1915,1361,1427,1327,1325,1765,1423,1664,1355,1308,1684,1331,1287,1752,1714,1774,1849,1804,1802,1821,1490,1769,1800,1770,1855,1333,1468,1646,1404,1347,1449,1369,1375,1478,1466,1528,1372,1739,1422,1496,1488,1677,1614,1731,2205,1600,1607,1559,1433,1593,1613,1730,1680,1878,1742,1438,1330,1745,1623,1587,1646,1608,1598,1551,1846,1411,1533,1360,1485,1595,1965,1931,1953,1620,1568,1675,1603,1605,1775,1683,1679,1805,1693,1708,1694,1714,1887,2375,1837,1896,1963,2102,1786,2626,1724,2007,2441,1938,1807,1853,2198,2048,1812,2124,1886,1996,3500,2204,1924,1643,1462,1498,1711,1442,1531,1720,1963,1894,1959,2254,2275,2091,2374,1998,2054,2000,1971,2565,3088,2047,2010,2049,2411,2573,2655,3480,2645,2536,1949,2017,2777,2691,3936,2317,3249,2166,2164,2207,3093,2563,2488,2171,2115,2097,1996,1893,1889,1960,2125,2169,1967,2077,1975,2006,1887,1809,1754,1566,1889,2634,2600,2330,2596,2304,2370,3014,2657,1357,2751,2224,3849,2535,2366,2483,3975,1948,2157,1937,1928,2216,2032,2672,2405,1817,2603,3099,2444,3657,2315,2367,1886,1800,2004,2004,2294,3570,2391,2200,2049,1883,2164,2057,2116,1973,1724,2165,2934,2325,2245,1852,2740,2412,2843,2133,1979,1885,2350,3171,2363,2410,2290,2521,2416,2238,2614,2695,2355,2331,2282,2610,2646,2170,2033,2182,2761,1912,2272,1926,2567,2159,2050,2434,2241,2178,2168,2076,1919,2133,2042,2093,2038,2006,1853,2203,1972,1922,2119,2138,2002,1843,2362,2346,2530,2525,2082,2294,2361,2538,2082,2407,2168,2448,1811,2403,2691,2726,2609,2289,2445,3011,1817,2382,2406,2050,3052,2766,2803,2188,1860,1960,2410,3168,2495,2610,1684,1562,1525,2502,2248,2561,2447,2529,2410,2682,2693,2768,2446,2611,2199,1679,1556,1938,1834,2526,2408,2170,1595,1590,1641,1971,2126,1731,1880,1894,1960,1806,3414,1932,2185,2279,2969,2340,2511,1975,1957,2206,2337,2154,2011,2082,2371,2438,3257,1887,1570,1852,2281,1691,2006,2172,1927,2252,2293,2006,2028,1920,1925,3053,2442,2125,1909,1887,1767,1657,1673,2319,2965,2126,2168,2219,2038,2238,3097,2445,2570,2291,1994,1890,1725,2029,1895,2078,2012,1918,2135,1808,2086,1682,1568,1918,1811,1559,1533,1963,2122,2047,2014,2246,2319,2374,2326,2929,2566,2926,2736,2442,2087,1964,2039,1766,2380,2522,2816,2448,2088,1769,1684,1807,1691,1644,1960,1933,2365,2089,1919,1852,1965,1932,1983,1651,1639,1478,1459,1721,1838,2386,2222,2057,2187,1672,1647,1977,2283,1929,2004,2088,2488,2979,2200,2079,1966,1935,2515,2260,1992,2576,1963,2337,2151,2457,2691,2513,2648,1807,2099,1928,2652,2150,1805,2170,2455,2556,2331,1643,2007,2091,2130,2080,1972,2355,1813,1811,1916,2131,2326,1971,2081,2043,2046,2004,2046,2205,2075,2253,2344,2252,2239,2227,2198,3405,2885,1965,1989,2413,2162,4222,1884,2096,2324,2086,1643,1808,1795,1852,2010,1926,1925,2080,2087,1969,2085,1970,1848,2037,1890,1765,2526,2088,2243,1855,2035,1935,2275,1980,2345,1645,1935,1682,2055,1620,1518,1577,1559,1525,1641,1678,1607,2054,1688,1522,1412,1510,2089,1490,1685,1567,1874,1654,1719,2208,1643,1698,1639,1807,1688,1562,1795,1657,1888,1807,1723,2448,1873,1689,1641,2259,1556,1849,1770,1918,1688,1852,1748,1689,1694,1696,1894,2078,2004,1923,4545,1965,2105,1876,1561,1601,1539,1716,1776,1717,1646,1757,1609,2016,1680,2130,1849,1595,2010,1437,1455,1395,1896,1673,1561,1580,1563,1560,1608,1515,1477,1670,1479,1550,1495,1488,1493,2005,1439,1386,1628,1513,1282,1915,1987,1379,1648,1422,1342,1551,1339,1841,1330,1400,1321,1407,1367,1803,1792,1721,1460,1468,1967,1342,1362,1745,1339,1802,1900,1398,1878,1305,1889,1348,1772,1355,1386,1381,1407,1452,1534,1378,1342,1777,1864,1325,1728,1396,1773,1973,1603,1547,1567,1405,1440,1419,1519,1597,1484,1511,1694,1608,1954,2014,1838,1850,1850,2361,2412,2689,2326,2489,1884,3058,2455,3445,2651,3119,2491,2368,1993,2641,2365,2329,2094,2277,6226,2605,2366,2166,2325,2937,2166,2397,2450,2169,1926,1848,1921,1970,2531,2482,1809,2606,2370,2125,2839,2091,2853,2066,1755,1924,2692,1922,2085,2181,2009,2458,1964,1845,1759,1853,2116,2290,1884,1769,1959,2056,1923,1888,2007,2158,1965,1851,1885,2171,2370,2683,2175,2446,2165,2724,2494,1903,1893,2281,1841,1777,2045,1876,1725,1892,2005,2125,2695,1888,1960,2211,2291,2485,2535,2440,2486,2083,1902,2004,2328,1612,2009,1845,2167,2077,1975,2321,2125,2529,3036,2082,2242,2018,2386,2255,2293,2103,2641,2607,2687,2409,1808,1993,2287,2365,2495,2047,2007,2146,2220,2278,2288,1614,1724,1817,1956,2134,1920,2134,2045,2330,1881,2526,1931,1922,1840,2135,2203,1999,2297,2245,1843,1810,1801,1890,2119,2122,1936,2349,1616,1679,1770,1836,1731,1559,1417,2169,2092,2568,1654,1726,1753,1902,1681,1726,1841,1768,1758,1768,1731,1774,1508,1643,1498,1707,1623,1643,1471,1534,1758,1765,2098,1730,1762,1763,1609,1753,2018,2198,1777,1454,1570,1633,1486,1692,1513,1528,1654,1685,1791,1846,1730,1730,1930,1727,1807,1543,1564,1566,1607,1806,1764,1721,2014,1893,1643,1725,1875,1725,1632,2331,2405,2052,1850,2527,2165,2522,2489,3648,2858,2884,2459,2600,2729,2442,3414,2004,2760,2049,2624,2355,2365,2974,2650,2886,2643,2976,3730,2200,2387,2642,3418,2280,2457,2088,2206,1924,2132,2276,2402,3212,2089,2091,2524,2539,2682,3582,2328,2444,2197,2017,2084,2450,2117,2166,1967,2012,2131,2443,1929,2007,1966,2397,1852,2561,1936,2005,2477,2004,2857,2163,2009,2211,2076,2127,2057,2082,1999,1967,1970,2287,1963,1932,2084,1929,2649,2449,2330,2292,2083,3216,2923,2371,2527,3816,2641,2612,3290,3978,2490,2201,3494,2173,2721,3974,4704,2051,3446,2610,2483,2286,2971,2215,2451,2363,2323,2407,2569,2250,2408,2851,5414,2889,2123,2359,2657,2843,2614,3125,2166,2247,2490,2924,2811,2650,4498,3731,2923,5247,3819,2615,2140,2436,1977,1725,6053,2898,2509,1954,2364,2714,2086,2157,2015,1957,2049,1807,2210,1793,1758,1857,1768,1767,2037,2258,1963,2038,1783,1734,1698,1678,1882,1961,1772,2250,1886,2002,2333,2331,1960,1969,2125,2010,2514,2398,2164,2090,2208,2387,2244,2907,2003,2053,2168,2528,2078,2015,1962,2411,2086,2120,1848,1759,1805,1809,1771,2162,2004,1966,1886,2205,1889,1771,2042,2293,2287,2042,1725,1561,1528,1607,1996,1858,2044,2479,2049,2116,2199,1948,1881,2733,2156,2372,1893,1962,2040,2255,1928,1964,2248,1842,1842,1762,1736,1917,1880,2049,1779,2085,2130,1921,1805,1972,1920,2928,1965,1810,1917,2130,2443,2442,2095,2312,2327,1880,2302,2085,1601,1677,1725,1688,1556,1767,1926,1853,1889,1919,1887,1922,2093,2047,2118,2052,1796,1533,1869,1975,2194,1908,2039,2476,2055,1890,1811,1658,1563,1913,1618,1673,1883,1703,1671,1561,1490,1448,1598,1728,1656,1638,1733,2030,1777,1563,1400,1323,2084,1645,1597,1785,1600,1672,1599,1567,1715,1489,1520,1583,1357,1961,1463,1409,1754,1762,2015,1303,1722,1869,1280,1956,1242,1791,1764,1761,1724,1719,1714,1709,1769,1802,1734,1717,1777,1376,1345,1281,1745,1845,2026,1718,1778,1822,1601,1501,1779,1841,1846,1921,1408,1608,1718,1464,1923,1464,1397,1930,1492,1449,1493,1303,1774,1814,1658,1375,1285,1849,1294,1823,1313,1920,1460,1592,1396,1492,1400,1275,1807,1799,1799,1803,1763,1329,1187,1820,1356,1311,1291,1860,1361,1283,1789,1375,1394,1339,1327,1206,1776,1787,1820,1848,1347,1346,1198,1432,1613,1293,1856,1347,1338,1350,1332,1824,1880,1545,1938,1433,1884,1355,1336,1828,1812,1797,1889,1412,1524,1471,1789,1879,1338,1344,1342,1330,1854,1394,1330,1806,1618,1313,1869,1354,1344,1344,1333,1887,1303,1558,1795,2030,1569,1333,1827,1824,1963,1306,1872,1414,1626,1772,1804,1854,1389,1356,1336,1837,2017,1798,1448,1861,1317,1844,1839,1814,1809,1808,1395,1756,1411,1793,1816,1805,1791,1786,1857,1294,1796,1283,1546,1325,1332,1762,1821,1799,1744,1802,1860,1480,1310,1804,1479,1775,1811,1819,1761,1794,1255,1718,1777,1692,1749,1785,1764,1753,1824,1421,1978,1409,1520,1300,1691,1345,1872,1311,1809,1485,1294,1658,1404,1442,1427,1318,1653,1790,1360,1284,1816,1277,1594,1379,1386,1376,1782,1800,1886,1273,1781,1816,1836,1804,1901,1747,1635,1424,1287,1795,1837,1938,1300,1939,1587,1518,1400,1448,1405,1812,1333,1805,1773,1462,1471,1522,1442,1482,1518,1464,1682,1491,1535,1606,1652,1538,1670,1854,1725,1590,1535,1652,1632,1872,1658,1525,1780,1634,1734,1687,2067,1840,1923,1818,1674,1719,1809,1810,2146,2137,2127,2165,1969,2237,1960,2604,2847,2531,2443,2132,2522,2370,2926,2932,3171,2646,2530,2487,3005,2650,2689,2283,2733,2688,2531,2403,2292,2605,2255,2281,1926,2055,2358,2041,1962,2120,2066,2402,2126,2049,1922,2353,3352,2371,2051,2200,2363,2488,2245,2614,3051,2398,2011,1921,2173,2290,2359,2499,2564,2211,2845,2086,1933,2010,1725,2840,2563,2407,2128,2653,3609,2287,2890,2201,2048,2206,2530,2770,2443,2493,2487,2887,2691,2527,2366,2643,2972,2930,2163,2648,2491,2373,2203,2610,2368,2207,2651,3244,2414,1845,1976,1858,1570,1562,1562,1849,1880,1977,2040,2086,2128,2533,2317,1965,2209,2126,1924,1570,1842,1848,1806,1965,1966,2001,2130,2134,2034,1975,1970,3006,1847,2081,2125,1881,2205,2050,1996,3173,2493,2449,2728,2123,2253,2290,2601,2158,2094,2807,2087,1965,1923,1694,1969,2050,2419,2282,1720,1684,1686,1608,1601,1808,2047,1845,1765,1731,1958,1696,1998,1810,3416,2488,2371,2448,1883,2160,2373,2087,2050,2166,1682,1543,1558,1530,1521,1803,1851,1925,1889,1928,1968,2004,2004,2007,2164,2863,2335,2357,2182,2349,1798,2249,2497,1919,2051,2088,2013,2409,2173,2149,1973,2038,2014,2040,1935,1954,1845,1936,2197,2088,2291,2004,2127,2438,1942,1761,2057,1801,1892,1993,1694,1795,1697,1675,1763,1736,1688,1760,1722,1690,1770,1754,1769,1647,1766,1717,1651,1839,2011,1880,2375,2009,1678,2288,2005,2330,2123,2246,1962,1936,2078,2436,2297,1821,2086,2405,2567,2122,2222,1967,1613,1597,1687,1725,1753,2097,3612,2439,1817,2437,3284,1938,1887,1885,1998,1810,1685,1837,1659,1597,1567,1651,1674,1763,1601,1691,1921,1922,1967,1495,1483,1408,1399,1596,2061,1648,1557,1558,1479,1460,1596,1657,1552,1449,1838,1612,1648,1839,1410,1316,1936,1449,1323,1852,1856,1544,1549,1436,1375,1556,1887,1345,1498,1852,1508,1897,1622,1439,1569,1497,1490,1794,1764,2067,1586,2165,1578,1546,2173,1725,1694,1550,1479,1565,1604,1805,1812,1835,2089,1943,1705,1793,1606,1520,1815,1547,1609,1678,1823,1704,1643,1825,1996,2360,2004,1653,1762,1604,1919,1526,1516,1378,1398,1718,1804,2062,2279,2092,1944,1726,2163,1957,2046,2090,1931,2335,1762,2524,1957,2019,1845,2175,2528,2326,1978,1847,1995,2186,2764,2432,1835,2130,2439,2251,2115,2454,1859,1598,1880,1815,1688,1885,1846,1924,2088,1801,1905,2250,2139,2092,2568,2048,1857,2027,2126,1965,1800,1802,2715,2141,2168,2428,3122,1921,1968,2285,2492,2282,2287,2331,2691,2335,2441,1821,2045,2661,2676,4010,2688,2533,3178,2522,2440,2178,2117,1846,1841,2131,1928,2245,2010,1916,2285,1852,2201,1970,1924,1765,1643,1608,1682,1766,1804,2045,2019,1962,2000,2004,2012,1972,1881,2209,2119,2090,2043,2047,1814,2113,1772,1959,2699,2164,2044,1725,1848,1879,1888,1877,2128,1651,2212,2651,2301,1987,2500,2123,1961,1978,1922,1838,1924,1845,1696,2521,2322,1980,1879,2164,2365,2208,2189,2330,2037,2736,2202,1930,1854,2086,2204,2469,1771,1766,1793,1937,1796,2045,2013,2720,1816,1741,1925,1933,2127,2568,2119,2126,5136,2684,2290,2570,2036,2054,1837,2093,2006,2128,1766,1604,1677,1652,1686,2083,2265,2721,2298,2064,2138,2566,2438,1970,1879,2135,1922,1686,1647,1840,2533,2080,1733,1600,1690,1719,1635,1576,1679,1847,1520,1648,1693,1761,1685,1758,1695,1686,1482,1406,1402,2204,1330,1996,1656,1723,1566,1434,1484,1563,1635,1576,1401,1677,1699,1453,1521,1586,1698,1406,1434,1655,1558,1683,1620,1669,1447,1314,1976,1490,1479,1997,2090,1710,1823,1796,1447,1323,1813,1797,1898,1933,1588,1731,1514,1353,1368,1483,1452,1434,1457,1508,1826,1520,1573,1442,1425,1487,1338,1771,2022,1264,1762,1527,1516,1454,1398,1404,1538,1607,1616,1612,1625,1346,1543,1551,1604,1599,1566,1625,1640,1620,1563,1492,1884,1562,1500,1460,1386,1576,1459,1546,1539,1542,1424,1690,1434,1517,1692,1542,1440,1500,1534,1534,1534,1512,1570,1562,1830,1539,1584,1599,1520,1425,1402,1421,1711,1502,1560,1631,1696,2086,2039,1706,1625,1600,1990,1647,1670,2175,1649,1799,1934,1603,1754,1618,1709,1738,1834,1926,2105,2012,2281,2259,2206,1971,2699,2498,2426,2364,2035,2287,2529,3007,2356,2705,2678,3461,2739,1798,2767,1655,1564,1560,1522,1808,1931,2455,2251,2284,2569,2546,1933,1847,1882,1996,1847,2581,2564,1926,2040,2093,1919,2098,2319,1962,2136,1916,2056,1967,1835,1509,1595,2048,1568,1612,1832,1925,1975,1926,2124,1928,1730,1555,1412,1400,1330,1527,1679,1727,1729,1922,1721,1598,1565,1689,1763,1937,1847,1671,1647,1735,2203,1884,2077,1698,1799,2005,1725,1566,1566,1925,1535,1919,1449,1581,1881,1557,1492,1601,1597,1719,1763,1570,1449,1644,1727,1918,2482,3166,2039,2438,2074,2010,2179,2366,3112,2124,2328,1690,2206,1968,2000,2054,2525,2333,2288,2400,2611,2527,2565,2247,2570,2606,3091,1967,2014,2247,1774,2402,1678,1937,2087,2796,2056,1888,1801,1684,1678,1652,1643,1921,1694,1962,2131,2684,2134,2087,2038,1972,1884,2079,2129,2041,1806,1969,2285,2288,2004,2296,1837,1849,2733,2177,3769,2573,3010,3043,2522,3093,2410,4081,4375,2561,2413,2231,2328,4570,2528,2812,2692,3844,2371,3444,2045,2407,1855,2041,8902,2616,2367,2244,3131,2168,2734,2084,2598,1927,2052,2282,1972,4054,2487,2402,3111,3954,2296,1997,2095,1956,2339,2086,2321,1681,1775,1923,1798,2005,1774,1724,1779,1932,1884,1769,2117,1897,1681,1591,1700,1723,1484,1491,1756,2126,1887,2370,1845,1799,1600,1572,1735,1832,1578,2050,2238,2049,2008,2084,2576,2078,1933,2087,2162,2533,2008,1794,3921,2973,3049,3321,2214,2282,1890,2182,1890,2203,2548,2533,2568,3410,2373,2319,2490,3091,2812,3730,4857,3130,2565,2064,2602,2138,2120,2243,1975,1958,1855,1912,2091,2284,2138,1837,1881,1892,2050,1763,2029,1926,2057,1881,1928,1848,2011,2205,1961,1930,1728,1566,1562,1682,1645,1805,1963,2137,2246,2083,2039,2046,2055,1689,2476,2056,2124,1807,1768,2039,1764,1841,2252,2094,2154,2249,1767,2002,2303,2439,2371,2165,2288,2519,2247,3137,2569,2763,3008,4015,2687,2445,2135,1877,2209,3057,2011,2046,2168,2162,2370,2081,2451,2534,2196,2427,2487,1755,1773,2889,1806,1842,3243,1773,1883,3206,2373,2199,2497,1998,2106,2492,2566,3162,2416,2405,2292,2328,2608,3046,2535,3494,2524,2449,2524,3252,3331,3691,2607,3414,2854,3811,2926,2649,2444,2369,2406,3014,3242,2327,2773,2807,3768,6219,1963,2688,5381,2570,2248,2845,2491,2286,2461,2236,2206,2119,2096,1795,2091,1963,2286,4300,2793,4179,2841,2650,3568,1853,2484,2370,2239,1938,1853,2280,1963,2192,1890,2065,2237,2050,2204,4455,2453,3080,2534,2206,2446,2533,2286,3173,2229,1811,2966,2694,3165,2329,2253,2681,2730,2886,3169,2774,2404,2083,2173,2446,3208,2652,2281,4819,4289,2930,2769,1935,2183,2281,2487,4337,2167,3650,2688,2247,2603,2207,3729,3384,2658,2245,2445,3374,2647,2648,2290,2728,2405,3728,2369,2729,2408,5132,4293,2210,2366,2494,2483,2528,2689,2214,3239,2574,2563,2448,2690,2446,2891,2208,2568,2211,2966,3172,3331,2764,2449,2369,2248,3151,2521,2649,2007,2478,2454,2602,2453,2488,1852,2279,2055,2137,2742,2282,2448,2447,2093,1882,1817,2085,1999,2210,2080,2339,1926,2055,2094,2245,1970,2055,2042,1959,1805,1972,1798,1905,2084,2218,1600,1817,1802,2841,2004,1648,2131,1448,1647,1643,1872,1775,1769,1641,1681,1693,1712,1577,2196,2001,2006,2298,2816,2682,3369,2456,1886,2143,2403,2529,2206,2174,2721,2327,2238,1925,1811,2063,2332,2095,2294,1946,2291,3329,2281,2972,3453,6160,2105,3252,3611,3896,2326,2485,3453,2810,2402,2891,2323,1930,2815,2686,3608,2214,2487,2296,3200,2044,3984,1926,2044,1965,2042,1974,2560,1927,5734,2149,2445,1867,5784,1861,1884,2464,2136,2443,2004,4698,2196,3014,1807,2640,2368,3168,2538,1992,1924,2534,2333,1961,2112,1960,2556,2398,2287,2564,2167,2930,2457,2245,1814,1889,1879,1892,1966,2009,1799,1768,2236,2644,2368,2448,2411,5093,2573,1997,2252,2926,2643,3372,5415,2454,6227,5859,3127,3864,1846,1925,1967,1722,4092,1697,1924,3907,3503,2128,1993,2653,2325,2195,2318,2209,2014,2039,2003,1965,1769,1805,1930,2206,2041,2507,2493,2356,1900,1807,2245,2038,2732,2093,1877,2008,2567,1772,1563,1643,1634,1460,1843,1684,1719,1736,1720,1736,1952,1805,1592,1686,1517,1501,1646,1443,1406,1474,1486,2249,1599,1765,2001,1701,1761,2598,1739,1872,1660,1675,1914,2086,2450,2327,2085,2131,2044,1851,1876,1804,1966,2006,1898,1757,2094,2039,2054,2040,2091,1690,1642,1613,1834,1564,1614,1836,1930,1682,2097,1833,1765,1743,2046,2311,1694,1795,1817,1676,1730,1643,1599,1663,1913,1617,1643,1805,1676,1809,1971,2127,2013,2043,2127,2284,2445,2042,1774,2317,2180,2284,2601,2369,2214,2076,2013,2040,1894,2161,2001,2399,1732,1801,1686,1654,2051,2035,1693,1722,1754,2054,1570,1530,1553,1795,1684,1615,1560,1651,2008,1797,1804,1729,1928,1895,2328,2361,2659,2402,2725,2486,2031,2145,2600,2771,2733,1826,1803,2188,2322,2334,2282,2125,2044,2011,2485,1914,1728,1875,2500,1680,2604,2006,2795,2821,1850,1890,1803,1925,1924,1935,1804,1886,2164,2681,2208,1927,2256,1927,2630,3042,2899,1954,2054,2456,2607,2083,2025,1854,1915,2125,2735,2241,2397,1978,1964,2119,1850,1848,2007,1960,1931,1958,2215,1885,2007,2286,1996,2170,1684,1679,1618,1606,1485,1598,1611,1482,1574,1683,1566,1792,1801,1502,1549,1620,1730,1362,1848,1400,1442,1594,1573,1680,1604,1541,1564,1416,1371,1625,1309,1952,1412,1429,1699,1463,1378,1401,1422,1321,1756,1882,1350,1859,1727,1464,1410,1312,2014,1298,1734,1773,1759,1755,1579,1419,1689,1474,1309,1865,1247,1766,1731,1747,1547,1341,1396,1725,1565,1238,1741,1878,1347,1372,1412,1423,1437,1384,1751,1864,1401,1456,1319,1342,1353,1647,1373,1494,1571,1559,1549,1437,1652,1515,1380,1362,1437,1419,1645,1333,1837,1376,1392,1363,1270,1833,1467,1421,1398,1308,1899,1899,1832,2018,2070,1408,1334,1939,1360,1489,1378,1426,1365,1924,1476,1426,1364,1318,1297,1914,1453,1399,2002,1447,1429,1685,1445,1364,1356,1353,1374,1364,1741,1526,1403,1869,1377,1395,1376,1366,1385,1363,1267,1395,1381,1420,1384,1331,1283,1879,1379,1367,1339,1337,1670,1582,1287,1720,1746,1737,1688,1719,1933,1389,1793,1364,1385,1399,1377,1311,1806,1812,1810,1964,1378,1379,1284,1793,1756,1689,1722,1804,1812,1868,1264,1529,1748,1319,1787,1716,1713,1713,1707,1784,1866,1321,1442,1867,1306,1778,1744,1745,1780,1815,1785,1814,1735,1328,1778,1701,1782,1765,1860,1360,1339,1437,1212,1852,1356,1336,1863,1414,1341,1803,1912,1279,1691,1870,1341,1304,1781,1705,1761,1792,1827,1313,1250,1309,1283,1803,1270,1764,1881,1416,1245,1872,1339,1495,1228,1730,1760,1746,1770,1718,1738,1886,1281,1225,1767,1383,1456,1439,1485,1515,1452,1363,1439,1370,1468,1617,1599,1760,1961,1999,2288,2286,2248,3126,2448,2253,2366,1848,3249,2604,2573,2844,2491,2560,2331,3214,2721,2695,2565,2567,2367,3895,2403,2566,3132,2250,2323,2926,3014,2407,2094,3703,2849,3490,3572,2414,2080,2329,2297,2241,2648,2890,2362,2287,2361,2283,2570,2126,2097,2525,2531,3087,2049,2162,2247,2023,1897,2360,2651,2567,2014,2402,2450,2890,2884,2616,2965,2404,2408,2490,2525,2654,4093,2285,2491,2718,2857,2806,2490,2650,2885,3213,2567,2320,2816,2555,2296,2693,2606,2492,2886,2528,2769,2643,2407,2483,2522,2571,3861,2594,2462,2929,2245,2203,2852,2407,2450,2450,2560,2653,2243,2326,2571,2530,2003,2565,2649,2770,2488,2805,3251,2608,2253,2360,2695,2649,2602,2619,2092,2122,2843,1928,2063,2044,2056,2233,2173,2291,2525,2058,2088,2281,1983,2081,2329,1805,2546,2729,1836,1681,1565,1557,1572,1558,1530,1878,1805,2616,2091,1927,2157,2012,2249,1954,2171,2603,2726,2164,1963,2367,1887,1998,2053,2450,1966,2046,1993,2091,2204,2564,2167,1932,2041,2323,2088,2407,2654,2449,2646,2443,2373,2601,2452,2367,3368,2891,2086,2407,2808,2166,2569,2450,2447,2208,2407,2126,3535,2684,2416,2607,3168,2341,3037,2245,2569,2527,2731,2127,2007,2447,2731,2845,2323,2408,1857,1878,2368,2368,2523,2494,2525,2487,2610,2204,2565,3293,2490,2645,2566,3047,2370,2051,1974,1928,1800,2092,2259,2522,2650,2289,2329,2721,1886,2506,2485,2210,2042,2600,2205,2289,2203,2417,2411,2042,1994,2127,2093,2120,2450,2612,2693,1959,2003,1969,2091,3731,2013,2881,2286,1891,2248,2059,2007,2113,1973,1932,1923,2287,2002,1903,1804,2002,2207,1898,2221,2125,2567,2607,2295,2425,1971,2239,1808,1764,1688,2442,1975,2196,2004,1933,1800,1764,1685,1974,2038,1850,2455,2124,1879,2045,1968,2125,2097,1839,1852,2044,2077,2136,2276,2093,2127,2046,2159,1975,2089,2168,2318,1927,1928,2202,1924,2056,1962,1678,1776,2082,2005,2047,1969,2891,3054,2462,2063,2424,2402,3287,2205,1767,1646,1927,1842,2011,2274,3938,2724,2411,2039,1922,1859,2041,1959,2137,2545,2088,2044,2563,2049,2134,2051,1774,1681,1885,2077,2045,1952,2533,1972,1941,2371,2453,2402,2404,3251,2097,1809,2249,1596,1692,1641,1968,1957,2254,1770,1766,1757,1689,1680,1844,2049,2122,1851,2041,1775,1887,2008,1959,2048,2321,1846,1933,1968,1994,1971,1962,1695,1955,1937,1877,1816,2005,2244,2448,2410,2650,2489,2200,3570,2211,2728,2685,3692,1642,2567,2160,1956,2137,1977,1964,2177,2287,2170,2129,2044,2486,2616,2317,2411,2324,2408,3174,2520,2899,2087,2884,2493,2363,2372,2885,4092,2610,1999,1965,1837,1772,1717,1978,2160,1762,1934,2005,2288,3050,2082,2083,2812,4118,2528,2366,2966,2768,2215,1694,1996,1735,1645,1676,2343,2528,1884,1936,1759,1772,2032,2016,1722,1923,1931,1879,1727,1689,1989,1917,2081,2205,1924,2004,1930,2089,2447,2003,2122,2015,1960,1651,1673,1611,1762,1893,2038,1925,2245,2172,2091,2083,1847,2679,1852,2243,1977,1956,1882,1853,2447,2082,2846,2418,1884,2211,1920,2043,2042,2093,1962,1573,1798,1926,1963,2129,1687,1715,1729,1764,1836,1848,1767,1645,1766,1677,1647,1635,1692,1649,1564,1636,2127,1649,1758,1766,1734,1533,1521,1598,1497,1648,1633,1689,1635,1623,1685,1719,1609,1641,1563,1692,1592,1526,1493,1714,1768,1651,1565,1526,1631,1782,1751,1609,1683,1573,1799,1488,1523,1561,1535,1599,1969,1477,1683,1732,1769,1403,1379,1870,1341,1522,1475,1526,1641,1656,1442,1486,1443,1677,1456,1399,1407,1698,1502,1463,1890,2182,1617,1578,1625,1611,1682,1890,1733,1633,1621,1512,1671,1537,1591,1453,1613,1488,1721,1576,1670,1728,2034,1453,1691,1712,2124,2223,1807,1794,1936,1717,1803,1998,1769,2555,2247,2327,2573,2260,2196,2015,2289,2194,2410,2525,1803,2040,2648,2811,2164,1732,2042,2051,2641,2376,2524,2326,2285,2145,2521,2653,2174,2488,2009,2049,2048,2006,1882,2173,2034,2058,1956,2208,2452,2565,2492,2768,2489,2360,2372,3091,2327,2684,2610,2363,2652,2171,1997,2658,3125,2447,2293,2647,3252,2207,1970,2584,2106,2774,2652,2170,2082,1835,1844,1841,2824,2203,2376,2232,1925,1882,1896,1884,3367,2361,1890,2130,2004,1807,2362,1698,1538,1838,1721,1692,1737,1609,1682,1886,1660,1806,1756,1799,1810,2098,2274,1698,1603,1679,1809,2250,2200,2243,1775,1851,1782,1868,1738,1999,2019,1804,1722,1486,1558,1617,1604,1603,1568,1671,1697,1794,1819,2032,1531,1555,1495,1490,1525,1727,1684,1676,2054,1687,1672,1768,1935,1683,1715,1573,1758,1773,1673,1648,1652,2078,1595,1764,1918,1974,1958,1850,2129,1963,1975,2036,2124,1892,2400,2364,2645,2002,2166,2253,2362,1848,2016,1886,2118,2132,2487,2249,2709,2251,2276,2532,2443,2559,2362,2395,2371,2763,2710,2068,2123,1930,1967,1763,2837,1976,2043,2002,2211,2238,1823,2030,1980,1887,1843,2182,2612,1895,2169,2354,2775,2217,2054,2198,2115,2164,2087,1979,1927,1695,1701,1842,1977,2083,1762,1720,1578,1638,1766,1757,1653,1680,1652,1769,1789,2014,1845,1727,2040,1645,1794,1850,1852,1802,1494,1513,1862,1650,1611,1637,1694,1635,1895,2086,2246,2117,2044,2175,1847,2199,1894,1768,1839,2730,1809,2326,2084,2528,2041,2094,2483,2045,1559,2631,1810,1770,1839,1769,1641,1538,1751,2902,1764,1668,2110,1558,1586,1998,1911,1767,1412,1482,1612,2082,1563,1526,1882,1558,1493,1528,1365,1347,1818,1324,2132,1751,1568,1445,1523,1451,1651,1366,1793,1815,1893,1588,1466,1811,1461,1444,1489,1467,1370,1344,1341,1341,1442,1988,1641,1955,1485,1415,1494,1544,1522,1512,1552,1517,1506,1902,1751,1461,1542,1531,1575,1652,1480,1552,1572,1712,1792,1772,1687,1679,1604,1611,1731,1515,1608,1800,1559,1663,1978,1697,1768,2264,2307,2489,2301,2434,2645,2527,2307,3114,3019,2573,2244,2170,2323,2613,2469,2726,2501,3322,2729,2343,2286,2829,3213,2291,2038,2573,2764,2490,2328,2406,2488,2201,3056,2723,2443,2247,1862,1690,2109,2173,2055,2617,2281,2373,2006,2005,2731,2323,2367,2849,1926,2095,2200,2093,2154,2415,2368,2202,2443,3095,2247,2250,1881,1868,1651,2082,2286,2201,1798,2389,2363,2328,2324,2690,1915,2688,2402,1848,1650,1686,1804,1636,1649,1772,1876,1933,1957,1930,1892,1921,2204,1973,2004,1675,1918,2155,1539,1670,1724,1727,1618,1725,1674,1772,1565,1473,1423,1507,1528,1333,1928,1548,1499,1565,2079,1737,1628,1653,1851,1480,1356,1819,2044,1446,1548,1507,1668,1500,1637,1691,1394,1545,2256,1853,2272,2378,2050,1876,1854,1767,1923,2181,1899,2368,2048,3280,2640,2136,2286,1937,2256,2335,2367,2168,2079,2134,1958,1928,2212,2125,2199,2144,2718,3188,2445,1906,1766,1840,1881,1855,1884,2198,1657,1914,1897,1793,2290,1844,1773,1881,1643,1756,2250,1899,2285,1999,1888,2001,1726,1685,1965,2045,1804,2015,2079,1687,2281,1688,1569,1692,2002,1997,1819,1843,2244,2326,1682,1934,2238,1968,1850,1844,1968,2123,1721,2251,2126,1696,1753,1647,1547,1660,1687,1686,1528,1843,1642,1931,1801,1686,2154,1644,1846,1804,2080,1733,1970,2005,1999,2043,2011,1812,1633,1772,1545,1594,1656,1687,1710,1700,1680,1598,1849,1692,1673,1659,1648,1630,2372,2170,2007,1930,2006,1998,1765,1895,1848,1685,1645,1633,1527,1802,1621,1685,1680,1886,1755,2103,1965,2478,2205,2206,1653,2286,1890,1839,1682,1606,1733,2121,1766,1800,1742,1801,1793,1735,2083,2292,1849,1964,1960,2014,1803,2049,1925,1965,2727,1843,1677,1847,1846,1690,1923,1841,2130,1722,1660,1715,1842,1693,1929,1639,1814,2158,2127,1933,2371,2101,2165,2058,2091,2821,2686,2013,3084,2277,2032,1897,1998,2084,2213,2113,2290,1932,2037,1971,2562,2131,1893,2285,2238,1937,2284,1879,1852,1963,1921,1853,1888,2080,2006,2012,2121,2121,1730,2166,1917,2057,2046,1764,1715,1932,1888,2240,1798,1975,1889,2204,1537,1557,1811,2042,1970,1848,1923,1882,2042,2247,1891,2046,1927,1885,1931,2368,2427,2603,2171,1881,1844,1884,1878,2398,2653,2962,2374,2406,2200,2169,2286,1972,2320,2454,1840,2041,1965,1930,2092,2079,1776,2401,2012,2033,2244,1977,2076,2014,1853,1727,1704,1957,1937,1957,1971,2167,1968,2002,1882,1895,2241,2691,2209,1892,2368,2646,2364,2413,2327,2296,1932,1808,2168,1884,1883,2267,2364,2567,2242,2132,1887,1773,1808,1884,1888,2049,1888,2902,2443,2374,2563,2725,2032,2313,2247,1827,2525,2173,1687,1602,1919,1648,1888,1921,2287,1969,2003,1894,1959,2206,2012,1998,1927,2049,2278,2036,1963,1883,2018,2041,2361,1888,1932,1925,1918,1952,2038,2328,2010,2116,1814,1761,1681,1928,2170,2007,2406,2049,2007,1888,2518,2043,2048,2134,2004,1850,1879,1843,2289,1931,1882,2046,1929,1957,1966,1769,1688,2056,1675,1743,1945,2122,1854,1718,1995,1819,1834,1869,1970,2038,2123,2050,2293,1844,1956,2017,1924,1968,1800,1934,1953,2133,1927,1761,1569,1559,1533,1919,1573,2114,1976,2006,1968,1966,1957,1963,1927,1810,2534,1959,1802,1967,1728,2127,1961,2253,1757,2319,1798,1731,1721,2005,1482,1412,1557,2085,1880,2131,2124,1803,1923,1895,1886,1957,1962,2196,2003,2408,2271,1988,2172,2116,2371,2276,1788,1826,1925,1568,2042,1884,1849,1924,1894,2037,1967,2371,1704,1648,1778,1715,1447,1409,1792,1897,1721,1693,1634,1814,2012,1601,1648,1708,1662,1724,1723,1638,1453,1641,2656,2084,2121,2047,1889,1891,1880,2055,1760,1883,2051,1958,2312,2054,1988,2248,2051,2062,2527,2293,2336,2465,2472,2688,3377,2688,2492,2098,2168,2796,3060,2689,2712,3028,2415,2364,1930,2191,2184,2035,1976,1880,1924,2005,1806,2092,1801,2167,2676,2321,2609,2305,2449,2561,2610,2447,2085,2850,2319,2086,2051,2527,2410,2407,2132,2164,1900,1731,1845,2879,1772,2571,1996,2451,1931,1843,1568,1559,1768,1719,1568,1584,1684,2413,1995,1884,2380,1512,1364,1816,2050,1606,1602,1451,1434,1449,1571,1517,1417,1340,1321,2054,1425,1402,1422,1519,1796,1420,1452,1359,1365,1785,2046,1473,1491,1610,1657,1649,1386,1464,1318,2004,1237,1778,1429,1490,1337,2001,1348,1497,1825,1810,1803,1825,1485,1461,1622,1335,1391,1305,1874,1333,1326,1326,1522,1502,1385,1697,1798,1769,1916,1428,1426,1275,1912,1670,1554,1818,1930,1443,1505,1540,1505,1337,1954,1414,1486,1335,1756,1811,1894,1462,1456,1466,1452,1463,1326,1730,1795,1734,1753,1766,1759,1817,1241,1309,1769,1796,1871,1352,1350,1309,1835,1296,1410,1403,1389,1292,1728,1889,1370,1369,1369,1371,1303,1819,1437,1384,1279,1717,1865,1854,1378,1349,1841,1332,1307,1320,1851,1258,1762,1834,1320,1318,1323,1322,1321,1399,1345,1324,1332,1262,1806,1868,1414,1416,1415,1399,1363,1403,1385,2468,2241,2148,2194,2286,2137,2382,2057,1939,2121,1933,2381,2623,2134,2002,1881,1470,1646,1676,1974,2052,1983,1711,1736,1787,1881,1836,1735,1820,1698,1684,1682,1550,2148,1630,1996,1482,1391,1697,2033,1689,1694,1444,1415,1812,1818,1512,1593,1584,1752,1611,1684,1524,1521,1567,1388,1456,1474,1868,1469,1410,1385,1474,1515,1409,1410,1506,1584,1444,1613,1495,1406,1385,1548,1392,1447,1540,1432,1585,1547,1447,1641,1498,1408,1440,1391,1386,1437,1673,1555,1617,1570,1509,1839,1556,1498,1480,1448,1505,1712,1521,1598,1687,1469,1517,1600,1523,1477,1443,1383,1472,1495,1489,1620,1595,1507,1571,1486,1430,1453,1512,1528,1540,1625,1459,1464,1419,1450,1475,1368,1847,1929,1368,1388,1464,1546,1546,1427,1338,1913,1421,1806,1571,1497,1466,1488,1430,1802,1476,1411,1429,1435,1434,1404,1401,1503,1777,1464,1836,1535,1513,1449,1377,2055,1433,1382,1669,1427,1480,1388,1621,1559,1553,1647,1829,1836,1637,2007,1798,1633,1846,1572,1641,1826,1893,1693,1694,1799,1600,1964,1621,1816,1759,1818,1719,1820,1606,1899,2209,1856,1611,1995,1706,1694,2162,2212,2189,2253,2439,1959,2248,1808,1707,2200,1933,2046,2023,2266,1922,1851,1929,1825,1764,1795,1789,1731,1876,2001,1730,1627,1593,1569,1809,1856,2139,1759,1823,1807,1890,1739,1808,2108,1826,2101,1673,1947,1930,1372,1662,1627,1530,1548,1672,2007,1523,1608,1914,1569,1577,1441,1550,1554,1617,2004,1816,1722,1491,1548,1702,1555,1771,1470,1544,1519,1547,1444,1591,1821,1683,1518,1696,1650,1607,1652,2158,1681,1594,1588,1609,1571,1723,1790,1696,1839,1725,1752,1626,1854,1840,1903,1729,2078,2105,2160,1954,1932,1944,1959,1911,1837,1929,1853,2042,2064,1927,2246,2006,2449,2438,2291,2602,1817,1915,2375,2076,1967,1941,1950,2127,2005,1852,2330,2207,2507,2565,2142,2483,2392,2445,2573,2560,1938,2892,2089,2239,1959,2500,1959,1802,2187,2053,2042,2026,1975,1915,2009,2174,1958,2189,2233,1883,1883,2080,2090,1609,1643,1656,2236,1773,1688,1672,1998,1639,1527,1325,1813,1806,1552,1769,1571,1722,2247,1766,1839,1803,1736,1671,1896,1639,1732,1886,1846,2205,1634,2006,1804,1979,1672,1647,1566,1859,1557,1887,1682,1678,1776,1795,1653,1771,1681,1972,1719,1769,1632,1899,1969,1680,1680,1691,1722,1926,1922,1681,1534,1686,1993,1811,1815,1831,1887,1924,2046,1556,1769,1967,2094,2004,1953,2506,1993,1927,1694,1880,1700,1650,1727,1805,1654,1481,1635,1722,1895,1686,1688,1716,1765,1610,1418,1348,1812,2100,1523,1716,1526,1794,1409,1380,1492,1499,1533,1461,1469,1545,1458,1624,1370,1479,1404,1405,1373,1450,1370,1300,1545,1487,1659,1695,1654,1514,1449,1676,1411,1864,1487,1688,1572,1574,1470,1335,1543,1982,1422,1488,1527,1474,1530,1500,1514,1555,1413,1459,1604,1347,1940,1434,1456,1607,1643,1986,1836,1755,2000,1830,1502,1612,1516,1500,1524,1669,1656,1470,1331,1922,1372,1531,1744,1457,2201,1604,1399,1566,1369,1322,1818,1805,1840,1570,1391,1326,2060,1433,1339,1473,1425,1437,1411,1428,1360,1972,1569,1686,1589,1467,1393,1509,1389,1363,1383,2184,1754,1882,1486,1548,1559,1535,1422,1390,1400,1677,1679,1530,1496,1446,1575,1673,1579,1556,1731,1653,1667,1579,1710,1681,1624,1535,2100,1587,1672,1672,1571,1566,1518,1983,1446,1733,1674,1894,1751,1547,1889,1692,1486,1606,1551,1545,1687,1594,1894,1789,1627,1742,1962,1595,1482,1459,1470,1750,1683,1825,1521,1541,1400,1429,1431,1401,1371,1460,1400,1405,1434,1483,1579,1625,1531,1516,1582,1551,1563,1544,1562,1884,1589,1563,1571,1490,1601,1560,1430,1410,1372,1393,1956,1524,1628,1649,1638,1510,1476,1637,1427,1341,1426,1514,1591,1547,1489,1518,1459,1435,1385,1377,1427,1496,1712,1486,1677,1544,1454,1547,1400,1451,1514,1536,1504,2030,1557,1884,1569,1746,1617,1493,1488,1606,1630,1879,2062,2045,1815,1580,1597,1567,1591,1645,1817,1763,2089,2169,1630,1632,1660,1730,1547,1355,1555,1730,1508,1566,1682,1870,1809,1953,1710,1520,1667,1634,1543,1520,1776,2009,1856,1627,1619,1608,1588,1654,1801,1730,1545,1808,1736,1702,1700,1483,1600,1792,1709,1946,1554,1813,2129,2213,2096,2193,2184,2217,1934,2636,2359,2547,2259,2501,2143,2142,2283,2553,1726,2059,2533,2051,1818,1713,2133,2286,2679,3049,2370,2158,2323,1971,1833,2383,1943,2041,2119,2443,2491,1922,1876,2015,2288,2073,2014,2050,2007,2126,2078,1969,1794,1603,2009,1767,1639,2372,2685,1849,1839,1648,1770,1805,1794,1808,2245,1728,1721,1802,2252,1841,1740,1641,1797,1809,1801,1921,1897,1764,1693,2798,1759,1971,1696,1712,1724,1944,2412,2168,2640,2041,1819,1837,1765,1886,2045,1951,2290,2452,2402,2770,3571,2731,2521,2134,2017,2154,2538,3254,3296,3509,1725,1835,2135,1804,3086,1924,2054,2039,2051,2171,2155,2326,1724,2218,1955,1931,1967,1924,1973,2205,2441,2131,2934,2327,3575,3609,2087,2075,1881,1805,1659,2404,2562,2156,2347,2333,2369,2448,2604,3374,1902,2057,2288,2560,2132,1877,2014,1917,1970,2123,2007,2017,2004,2200,2015,1958,1999,1904,1644,1839,1562,1814,1797,1605,1856,1801,1615,1660,1741,1670,1597,1575,1480,1351,1322,2091,1639,1644,1494,1505,1457,1403,1331,1841,1314,2305,2248,1698,1550,1613,1536,1803,1684,1549,1581,1960,1423,1434,1486,1610,1681,1892,1631,1613,1486,1994,1605,1726,1726,1935,2084,1995,1727,1695,1682,1646,1722,1693,1702,1951,1721,1732,1743,1596,1831,1804,1768,1487,1585,1661,1763,1538,1675,1639,2012,1589,1627,1658,1528,1626,1562,1563,1602,1634,1570,1937,1601,1567,1623,1928,1718,1473,1678,1849,2083,1576,1606,1647,1568,1516,1848,1801,1846,1763,1825,1728,1725,1866,1841,1924,1829,1783,2204,2013,1878,1676,1693,1831,1676,2098,1813,1795,2052,1810,1851,1801,2280,2173,1919,1768,1606,2001,1770,1885,2043,2336,2047,2076,2016,1916,2098,2045,2035,1931,1850,1841,1813,1875,1725,2166,1856,1842,1890,2003,2045,2204,2223,2058,2003,2007,1968,2113,2044,2008,2007,2050,2046,1840,1889,1883,2282,3054,2452,2307,1858,2123,2564,1962,1775,1921,2658,2408,2051,2481,2061,1960,1692,2811,2035,2012,1921,1736,2037,2084,2085,2169,2005,1964,1850,2014,1883,1966,1730,1861,1683,1571,1894,1805,1601,1563,1967,1609,1632,1780,1790,1775,2042,2617,1755,1450,1715,1604,1812,2047,1733,2233,1852,1762,1614,1726,1569,1968,2204,2167,2246,2050,2342,2606,2486,2527,3329,1947,2537,2361,5380,2404,2246,2495,2363,2487,3407,2255,2081,2849,2007,2370,2530,2245,2533,2322,2569,2174,2888,2249,3129,2281,2573,2486,2445,2286,2285,2971,2411,1999,2339,3367,2567,2406,2172,2683,2772,2726,2088,2001,2291,2532,2648,2279,1972,1973,1892,2011,1849,1994,2136,1886,1961,1965,1891,1843,1922,1965,2206,1966,2291,2088,2201,2606,2013,2172,1923,2247,2007,2038,1810,1962,1927,1690,1997,1978,1955,1812,2082,1932,2892,2636,1924,1890,2173,2044,2251,2053,2088,2553,2018,2337,2170,1928,1810,1763,2127,2041,2441,2050,2008,2045,1849,1923,1927,1692,2200,2052,1804,1803,1919,1929,2091,1956,1858,2036,1937,1962,1728,1754,1895,1803,1644,2327,1719,1769,1725,1693,1477,1492,1748,2251,1569,1483,1494,1522,1859,1501,1720,1677,1646,2058,1557,2055,1952,1771,1653,1668,1614,1631,1908,1564,1554,1486,1536,1500,1588,2217,1566,1759,1660,1615,1592,1751,1764,1749,2208,2369,2241,1673,2138,1567,1819,1640,1673,1822,1633,1337,1981,1465,1375,1565,1416,1517,1433,1397,1437,1431,1476,1480,1686,1417,1483,1294,1835,1419,1862,1402,1947,1393,1340,1788,1521,1466,1633,1326,1885,1375,1520,1543,1486,1432,1926,1557,1396,1584,1265,1727,1871,1346,1278,1900,1457,1415,1423,1410,1456,1357,1475,1323,1869,1340,1529,1760,1396,1433,1356,1293,1820,1918,1451,1324,1363,1887,2045,1384,1398,1317,1817,1324,1825,1849,1332,2030,1561,1536,1512,1524,1409,1321,1811,1869,1419,1406,1481,1696,1387,1688,1385,1314,1770,1791,1775,1772,1803,1484,1440,1348,1371,1879,1302,1957,1482,1471,1357,1394,1406,1374,1791,1849,1328,1326,1323,1323,1341,1253,1889,1293,1800,1809,1760,1827,1324,1326,1373,1451,1339,1781,1808,1306,1494,1500,1318,1841,1305,1737,2080,1479,1350,1850,1293,1784,1812,1900,1459,1433,1452,1402,1383,1286,1794,1913,1433,1428,1429,1363,1308,1833,1381,1754,1776,1796,1731,1741,1740,1730,1826,1315,1772,1768,1792,1812,1787,1782,1795,1832,1385,1362,1834,1459,1382,1398,1527,1674,1676,1674,1773,1623,1936,1808,2096,1851,2187,2007,2497,2449,2941,3339,2515,2910,2284,2140,1842,2190,2603,2816,2202,1763,1928,1555,1569,2612,1920,1779,1968,2071,1962,2291,1806,1806,2126,1597,1532,1922,1883,1816,2317,2011,2039,2016,2568,1956,2013,2191,2610,2405,1799,1873,2313,1708,1726,2110,2281,2491,2328,1919,2576,2097,1880,2228,2488,2413,2369,2215,2208,1841,1605,2639,1808,1807,1845,1852,1800,1920,2041,2277,1933,2426,2162,1696,2316,2693,2368,2315,2217,2006,2143,2064,2287,2420,2643,3051,2477,3168,2463,1944,2185,2083,1688,2094,2331,2568,2445,2208,2196,2079,1764,2210,1891,2007,1886,2271,2153,1891,2715,2731,2330,2040,1947,1877,2301,2565,2454,2753,2727,2659,2711,2272,1874,1832,1738,1915,2412,4610,2536,3566,2004,1759,2014,2043,2370,2453,2034,2315,2167,1846,1964,2004,2883,2544,2289,2043,2012,2286,1922,1966,1891,2004,1974,1952,1886,2058,2686,2608,2489,2970,2212,1850,2139,2286,2286,2132,2325,2257,2728,2177,1905,3054,2412,2229,2395,2075,1971,2003,1656,1615,1924,2487,3050,2364,2613,2322,2169,1799,2091,2043,1929,1888,1962,2049,1930,2089,1846,2122,1928,1836,1770,1925,1814,2037,1895,1922,1968,2125,1885,2402,2055,2520,1845,1806,2724,2055,1762,1691,1841,2170,1856,2507,2132,2159,1839,1930,1877,1695,1674,1815,2040,2537,1999,1960,1926,1776,1886,2000,2002,2044,1819,1877,1922,1936,1767,1957,1967,1800,2010,2005,2044,2009,1695,1641,1847,2369,1880,1883,1965,2335,2126,1882,2245,2166,2093,1881,2084,2087,2428,2724,2246,2254,2561,2374,1793,1621,1833,2131,2286,2368,2766,2606,2771,1971,2036,1932,2165,1888,1881,1975,2481,2490,5615,2492,2401,2403,2371,2409,2888,2210,2043,2362,1846,1660,2496,1941,2010,2141,2407,2488,1929,1838,2157,2336,1875,1892,1918,2057,1840,1965,2014,1968,1960,2047,1842,2133,1955,1970,1853,1915,1897,1963,2045,2081,1851,2039,2428,2252,2411,1888,1964,1999,2487,1888,1883,1858,2080,2448,1842,2599,2688,2488,1968,2161,2441,2408,2534,2602,1978,1872,1970,2003,2215,2720,2124,2492,2447,2245,2292,2651,2259,2652,2368,2084,1968,2712,2320,1926,2326,2568,2573,2573,2407,3047,2488,2812,3086,2326,2329,2210,2684,2487,2479,2413,2847,2011,3129,3287,2014,2125,1890,1920,1811,2005,2125,2123,2002,2142,1853,1774,1837,2094,2162,2126,1723,2133,2494,2062,2699,2052,1701,1918,1960,2126,2048,2052,2287,2042,2651,2122,1689,2415,1920,1972,1728,1731,2431,2084,1838,1928,2403,2657,1960,2083,1927,1928,1680,1602,1883,1773,2003,1840,1892,2005,2013,2116,2092,2047,2086,2249,1687,2086,2076,1888,1888,1971,1764,1803,1919,2297,1923,2001,1926,2117,1756,1618,1529,1679,1728,1801,1851,1761,1730,1685,1766,1636,1488,1340,1964,1557,1572,1605,1594,1782,1433,1362,1683,1448,1577,2128,1625,1585,1465,1411,1524,1771,1479,1496,1556,1655,1590,1518,1926,2201,1445,1714,1576,1811,1760,1757,1817,1681,1889,2215,2388,2151,1840,2429,2310,2100,2074,2091,1878,2032,2098,2046,1927,2041,1940,1961,1603,1563,1595,2161,2484,2140,1966,1692,1927,1839,1855,1651,1937,2036,2045,1972,2043,1922,2013,2013,1916,2050,1924,2044,2170,2329,2205,2129,2240,2367,2421,1869,2303,2246,2457,2046,2046,2044,1853,2004,1887,2007,2168,1602,1931,2081,2131,1715,1575,1558,1689,1959,1884,2016,2171,2060,2125,2414,2492,3089,2247,2406,2332,2367,2610,2376,2162,2050,2357,2091,1964,1882,1937,2083,1725,1651,1923,1958,2288,1764,1694,1683,2010,2239,2370,1999,2017,1874,1818,1675,1564,1931,1558,2121,2135,2037,1994,2364,2332,2323,3212,3690,2570,2609,2281,2489,2648,1924,2259,2108,2001,1678,1609,1602,1563,2203,2568,2003,1823,2445,1933,1922,1843,2000,1939,1993,1784,2018,2158,2202,2486,1995,2429,2612,2766,2487,2968,2644,2042,1684,2056,1839,1759,1848,2576,1915,1929,2011,2002,2210,2418,2454,2284,4854,4653,1827,2260,2326,2560,2124,2611,2520,2083,1799,1816,1865,2021,1946,1973,1883,2164,2045,1999,1971,2170,2447,2167,2484,1771,1726,2031,2045,2316,2328,2291,2051,2362,2487,2374,2606,2042,1752,1766,1717,1689,2085,1813,1883,2006,2370,2037,1921,1854,1884,2206,1849,2203,1929,1884,1687,1595,1605,1615,1876,1645,1569,1806,2526,2450,2332,2362,1923,1568,1557,1850,1893,1997,1764,1770,1722,1809,1848,1921,2048,3210,2108,2134,1960,2003,2088,1770,2328,2129,2207,1953,2012,1725,1997,1923,2212,2404,2331,2604,2729,2494,3247,3055,2238,2047,2038,1611,1561,1564,1852,2283,2090,1847,1795,1648,1607,1603,1605,1605,1933,1838,1933,2001,1929,1925,1689,1670,1757,1691,1615,1802,1684,1518,1806,1886,1769,1732,1949,2124,1540,1521,1920,2001,1561,1519,1611,1687,1834,1808,1771,1758,1677,1968,1969,1811,1796,2009,1644,1491,1809,1833,1776,2071,2173,1648,1810,1884,1730,2019,2045,1967,1963,1854,2160,2130,2042,2142,2570,2525,2810,2649,4214,2608,2528,3809,2011,2445,2486,1852,1768,1841,2169,2605,3209,2576,2522,2647,2374,2241,2612,2965,2445,2782,2321,1887,2812,2170,2242,2448,2128,1726,1884,2525,1894,1837,2369,2367,2287,1970,2088,1804,2086,2158,2408,2087,2203,1852,2528,2193,2981,3614,2729,2166,2447,2206,2449,2495,1805,2768,2803,2204,2365,2495,2290,2801,2455,2403,2247,2486,2568,1803,2374,3208,2086,2281,2327,2590,1852,2442,2525,1898,1920,2007,2371,2046,1927,2608,2053,2083,2130,2811,6781,2014,2127,2361,2683,2534,2816,1960,3292,2683,2413,2045,1966,3260,2851,2448,2565,2106,2171,2606,2409,2681,2134,2043,3009,1786,2041,2006,1961,2572,1924,2222,1964,2035,1802,2086,2046,1972,2082,2007,1894,2077,2249,2091,2050,1999,2168,2120,1927,1883,2330,1888,2015,2156,2046,2056,2154,2015,1929,1966,2078,1968,2049,1928,1956,2166,2252,2050,1839,2208,2287,2244,2326,1976,2436,2051,2256,2195,1888,2080,1897,2073,2683,2770,2041,2064,1571,1558,1685,1767,1808,2207,1926,1917,1977,2121,1967,2122,2086,2286,2136,2162,2250,2078,2294,2721,1897,2126,2282,1925,2008,2039,2135,1887,2204,2002,2358,2410,1968,1968,2802,1970,1948,2569,2053,1843,1844,1881,2840,3014,2764,2410,2728,2604,2299,3050,1931,1970,2254,3347,1773,1848,2502,4018,2486,2534,2522,2616,2265,2808,2208,2329,2010,2307,2448,2931,2728,2283,2199,2732,2491,3129,2404,2538,2119,1926,1890,1840,1894,2121,2009,1968,2080,1969,1964,2003,2012,2602,1970,1879,1766,1853,2523,2049,2687,2449,2435,2485,2684,2055,2079,3234,3315,1891,1996,1770,1686,1929,1927,2153,2252,2311,2608,2533,2161,2168,2041,2012,2049,1721,1892,1724,1562,1557,1765,1926,2211,2123,2048,1973,2087,2238,2058,2117,2130,1722,1970,1884,2403,2290,2169,2400,2017,2244,2126,2077,2049,2171,2127,2003,1921,2413,2204,2502,2886,2241,2334,2321,2299,2283,2649,2526,2177,2209,2365,2284,2051,2079,1892,1966,1720,2044,2368,2523,1813,1639,1571,1564,1560,1532,1560,1848,2206,1958,1891,1923,1969,2004,2131,1846,2046,2045,2208,2049,1646,1879,1809,1921,2533,2004,2049,1883,1999,2172,1963,1885,2205,2013,1767,1687,1565,1915,2048,2006,2050,1574,1938,1775,2360,2162,1606,1453,1595,1570,1447,2264,2086,2177,1742,1865,1643,1722,2082,1611,1792,1529,1492,1637,1566,1520,1612,1694,1597,1686,1650,1998,1689,2163,1809,1732,1681,1804,1526,1752,1614,1494,1635,2046,1735,2195,1970,1850,2729,2283,2129,2207,2693,2727,2250,2400,2251,2205,2489,3365,2571,2128,2687,1902,1955,2017,2007,1876,1848,2133,2037,2010,1811,1752,1809,1687,1733,1920,1920,2011,2441,2058,2206,1886,1890,2526,2367,1757,1646,1764,1970,1919,2440,2733,2248,2919,2934,2253,2402,1843,2323,2816,2572,2046,2405,1965,2289,2047,2246,2172,1955,2016,2126,1725,1874,2130,2248,2215,2121,2336,2040,2002,1846,1871,2438,2060,1693,2408,1998,1922,2173,1965,1809,1797,1884,2127,2093,1844,2083,2246,2138,1955,1969,2042,1969,2085,1895,1991,1760,1951,2005,1564,1620,1562,1847,1922,1843,1652,1712,2038,1851,2080,2005,2095,2606,3035,2484,2487,2648,2571,2446,2366,2366,2847,2448,2448,2282,2100,2195,1967,1770,2188,1920,2175,2212,1758,2471,2168,2056,2172,2322,2566,2488,2331,2529,2776,2406,2525,2008,2129,2331,2495,2522,2252,2281,2459,1896,1889,1877,2012,1807,2078,1882,1851,2571,2049,2001,2602,2010,1805,1844,2576,2006,2556,2078,2979,2080,2040,3133,2362,2016,2477,2298,2000,1971,1803,1770,1966,1918,1770,2089,2279,1894,2001,1984,2401,2042,1882,1926,2143,2532,2448,2055,1999,1904,2088,1962,1916,2132,2334,1722,1684,1809,2327,1995,1925,2380,1841,1838,1687,1776,2076,1968,2173,1962,2326,1932,1921,1849,1947,2557,2572,3258,2361,2470,1924,1925,2079,2209,2047,1763,1886,2129,1727,1769,1647,1613,1640,1610,1719,1695,1756,1804,2005,1982,2039,1879,1688,1927,1927,2006,1971,1837,3500,1877,1891,2012,1673,1696,1754,1690,1600,1652,1602,2009,1682,1688,1660,1657,1646,1673,1778,1705,1615,1567,1597,1604,1619,1436,1526,1443,1560,1640,1646,1853,1536,1966,1684,1583,1614,1444,1331,1832,1907,1943,1696,2109,1777,1548,1515,1652,1726,1839,1845,1898,1644,1638,1688,1837,1931,1893,1759,1729,1995,1573,1679,1538,1797,1841,1691,1600,1720,1527,1643,1616,1784,2041,1892,2077,1935,2033,1932,2053,2085,2002,1825,2210,2406,2765,2451,2368,2399,2289,1850,1923,1774,2158,2012,2046,1963,1849,1969,2813,2171,2283,2045,2525,2347,2422,2527,2932,2486,2769,2808,2485,3049,2616,2338,3092,2164,2655,3245,2534,3013,2642,2017,2440,2684,2251,2243,2453,2002,2209,1726,1762,2015,2092,1692,1690,2239,2209,2077,1925,1965,2065,2449,3415,2645,2210,2571,2240,2210,2411,3081,2810,2572,2273,2321,1823,1917,1808,2173,1930,2090,2560,2090,2244,2334,2129,2320,2689,2965,2487,2536,3567,2168,2770,2125,2645,1898,2152,2486,2247,2244,1853,1962,2426,2205,2364,2731,2362,2222,2246,2046,2095,2043,1965,1918,1856,3938,2644,2570,3899,2377,2106,2450,4936,2846,2404,2097,2248,2052,2034,2134,2560,4145,2201,2010,2365,2122,2047,2284,2409,2120,2893,1968,1805,2051,1633,1626,4078,1739,1790,1569,2092,1760,1646,1643,1546,1899,1624,1583,1566,1601,1604,1638,1609,1512,1528,2023,1648,1651,1653,1570,1535,1610,1627,1502,1671,1927,1639,1645,1604,1776,1493,1351,2129,1452,1636,1640,2097,1732,1647,1885,1966,2092,2125,1642,2415,1882,2032,2611,2284,2376,2124,2609,2246,2167,2171,2175,2061,3366,3454,2689,2117,3132,1926,2326,2892,2276,2246,1775,1686,1679,1651,1969,1845,1845,1918,2012,2197,2086,1893,2008,2077,2098,2612,2191,2005,1765,1812,2048,2004,2289,2243,1970,1966,2000,2003,2775,3794,2128,2043,2489,2011,1963,2047,2078,1892,2004,1613,1793,2008,2008,1853,1955,1968,1964,1977,1918,2014,2005,2006,2047,2004,2001,1893,1959,2088,1918,1976,1956,2014,2004,2455,1832,2014,2009,2280,2013,1962,1840,2207,2090,2493,2235,1891,1968,1964,1969,1849,1995,1928,1804,1827,1802,1757,1768,1924,1811,1776,1801,1832,1928,1686,1928,1614,1603,2040,2136,1841,1758,2019,1907,1417,1411,1707,1765,1808,1682,1664,1716,1722,1650,1690,1683,1561,1648,1648,1724,1758,1729,1757,1945,1794,1724,1857,1795,1733,1756,1728,1919,1888,2157,1969,2487,2126,1926,1933,1919,1971,1769,2318,1694,2125,2128,1918,1924,2254,2248,2199,1927,1975,1886,2492,2000,2158,2016,2039,2637,2326,2096,2283,2169,2038,2010,3030,2486,1898,1999,2009,1976,1995,1968,1926,1968,1971,1885,1800,1934,3002,1841,2045,2250,1891,2047,1757,2130,2007,2085,1930,2083,1921,4184,1878,4078,3081,2595,2220,2435,2368,2614,2282,2497,2449,2412,1959,2248,2587,2483,2930,2039,1903,2242,3002,2811,2450,2845,2045,2076,1931,2008,2042,2053,2035,1892,1966,2160,2046,2050,2245,1849,1894,1844,1802,2011,1960,1928,1888,1953,1772,2123,2335,2128,1958,1965,1962,2009,1970,1848,2004,2002,2013,1962,2204,2046,1890,2772,2731,1999,2090,1922,2057,2849,2654,2361,2018,2003,2415,2487,1983,2018,2284,2370,2172,2492,2159,2010,2314,2294,2043,2130,2807,2289,2042,2249,2124,2128,2410,2001,2012,2214,1838,2011,3198,1582,1800,1601,4257,1775,1949,1847,1731,1811,2014,1553,1635,1649,1570,1635,1498,1592,1521,1566,1679,1537,2003,1604,1556,1555,1868,1511,1422,1391,1509,1557,1542,1600,1543,1528,1662,1941,1482,1643,1410,1599,1613,1676,1438,1543,1795,1372,1326,1948,1566,1572,1633,1613,1534,1590,1586,1597,1363,2090,1604,1651,2229,2060,1765,1727,1678,1679,1816,2060,1696,1687,1853,1677,1803,1777,2281,1518,1834,1683,1837,1733,1759,1882,1726,2005,1853,2233,2688,2606,2177,2807,2534,2397,1929,1963,2090,1681,1975,1888,2159,2893,2169,2278,2362,2375,3372,2883,3293,1933,1768,3052,3325,2215,2287,2315,3018,2431,2089,1931,1967,1887,2043,2318,2136,1844,1888,2168,1919,1646,1919,2086,1899,2000,2085,2048,1809,1875,2057,2238,1852,2044,1802,2404,2009,1967,1846,1932,1856,1803,1931,2040,2209,1968,2401,2047,1933,2009,2125,1965,1846,2049,1958,2124,2204,1897,2078,1931,1807,2081,2484,1897,2418,2447,2527,2291,2163,2141,3100,2570,2324,1763,1814,1964,2616,2606,2407,2127,2022,2160,2950,2523,2611,2533,2088,2604,2449,2442,2532,2649,2408,2532,2251,2487,2930,2119,2209,1924,1978,2649,2414,2080,1886,2483,2574,2728,2396,2019,2005,1728,2029,3570,2134,2117,1891,1968,2078,1929,2403,2861,2203,2048,2008,1916,2046,2012,1810,1961,1969,2037,1891,1881,1802,1973,2724,2248,1893,1882,3254,2556,2643,5581,2534,1897,1920,1762,1928,2053,2078,2014,2123,2124,1923,1926,2002,2018,2608,2325,2161,2006,2403,2008,3132,1811,1961,1568,2032,1732,1765,2142,2068,1887,1738,1741,2132,1885,1910,2205,2172,3171,2639,2450,2008,6379,3734,3008,5737,2091,2444,2855,2121,2087,2281,1891,2250,2971,2202,2291,4013,2609,2125,3208,3084,2289,4938,2678,2329,1971,2008,2054,2325,2413,1967,2013,2849,1873,3735,2768,2610,2684,2527,2852,2373,2806,2168,2726,2207,1931,1925,2926,1649,2571,2282,2016,1955,1816,2002,2007,2169,2114,1967,1849,2172,1967,2400,2317,2246,2323,2528,2335,2030,2038,6110,3654,2887,2491,2803,2013,2645,4209,2732,2602,2212,2365,5580,2924,2293,2808,2366,1764,3775,3574,2680,3698,2964,1807,2299,2129,2082,1966,2050,4795,2117,2011,2168,4505,3537,1765,1886,2348,3450,2213,3008,2615,1831,2091,1916,2055,1683,2082,2215,2458,2493,2333,2320,2815,2282,6946,1850,2217,2001,2369,2451,2013,2493,2202,1841,1926,1971,2406,2126,1882,2059,1914,2095,1968,1927,2197,1768,2848,2124,1972,1916,2048,2408,2009,3447,1965,2530,3047,3047,3012,3449,3133,2561,3698,2801,2272,1975,2001,1962,2328,2493,2225,2001,2537,2002,1963,2250,2524,2003,1955,1690,1690,2164,2039,2136,1927,1721,1680,1722,1651,1639,1734,1969,1967,2118,1968,1927,2168,1917,2126,1933,2040,1887,1973,2197,2126,2297,2317,1978,1922,3090,3165,2124,2641,5663,2563,2285,2367,2159,3076,3089,2497,2318,1926,1898,4083,4165,2336,2700,2258,1975,2208,2084,2004,2354,2539,2080,1923,1806,2915,2084,2045,2573,2123,1804,1600,2177,1921,1680,2005,3810,2292,2003,2048,2089,3005,2046,2057,2164,2000,1975,1842,1835,1775,2199,2653,1882,1889,2454,2069,2924,1810,2075,1974,2814,2197,2283,2329,2337,2004,2840,1936,2604,2132,1842,2002,1934,1883,2003,2121,2015,2157,1843,2211,1768,1850,2005,4416,2557,1926,1936,2125,2205,2082,1762,1854,1966,1965,2612,1993,2094,2124,1927,2290,2044,2130,1995,2131,2002,2085,1892,2001,2132,2122,1843,1891,1899,1834,1741,1721,1696,1599,1479,1534,1644,1689,2043,1524,1721,1964,1652,1793,1662,1669,1732,1689,1754,1729,1842,1702,1682,1474,1738,1732,2240,2003,2137,1915,1848,1765,1812,1602,2377,2072,2438,2640,2574,1804,3407,2454,2004,2407,2365,2085,1852,2004,1563,2075,1854,1844,2002,1966,2535,2691,2452,2606,2607,2525,2567,2489,2450,2245,2171,2604,2325,2449,2370,2453,2804,2692,2529,2440,1931,1933,2064,2204,2175,2168,2414,2447,2372,2247,2687,2045,2330,2151,2299,2361,2690,2616,1849,1892,1803,1847,2119,1852,1921,2256,1923,1969,2077,1934,2087,2605,2441,2459,2167,2168,2444,1925,2321,2369,1915,2565,2671,1889,2004,1653,1970,2082,1849,2143,2087,1844,1806,2089,1993,1858,1759,1811,2008,2444,2197,1939,1761,2084,1889,2812,2077,2004,2012,1931,2116,2647,2165,2363,2371,2527,1727,2928,2416,2276,2448,2729,1573,1994,1773,1925,2048,2086,2003,1920,1970,1969,2040,2209,2009,2007,1960,1847,1923,1886,2166,1964,2128,2003,2404,1803,2009,1840,2043,1612,1957,1774,1720,1805,1688,1933,1760,1800,1848,1762,1690,1764,1882,1526,1506,1637,1724,1558,1611,2160,1632,1581,1701,1666,1606,1564,1583,1515,1571,1603,1644,1489,2048,1625,1934,1644,1418,1620,1714,1439,1334,1848,1784,1684,1682,1689,1640,1636,1481,1572,1565,1560,1536,1673,1613,1653,1713,1879,1610,1574,1804,1679,1689,2035,1649,1817,1722,1759,1843,2063,1740,1800,2045,1971,2034,1977,2006,1960,2083,2047,2337,1884,1924,2119,1928,1973,2092,2730,2246,2534,2799,2454,2407,2488,3368,2273,2936,2255,2445,2041,2042,2566,2892,2036,2356,2138,1893,2080,2043,2321,2603,2132,2571,2170,2207,2540,2848,3327,2135,2638,2807,2494,2522,2289,2372,2404,2281,2684,3412,2088,2260,2611,1873,2394,2457,2083,2010,1913,1886,2013,2089,2117,2411,1854,1994,2010,2082,2219,2289,2848,2246,2282,2694,2452,2165,2086,2524,2095,2368,2243,2045,1938,2035,2255,2324,2212,2367,3806,2166,1933,2410,2448,2843,2886,2214,3173,2599,2691,2607,2207,3283,2208,2570,4856,2526,2858,2405,2882,2814,2980,2158,2605,1932,2448,2283,2769,2732,4978,2954,2655,3003,2691,3742,5175,3891,1919,2701,2090,2113,2212,2195,1908,2173,2160,2242,3442,1768,1852,1848,1930,4020,2083,2814,3165,2218,2445,1864,2484,2347,2489,2198,2245,2096,2397,2448,5386,2121,2018,2034,1810,1933,1954,2011,2006,1921,1978,1995,1933,2166,2371,1873,1977,2042,1962,2129,2084,2282,2052,2051,2248,1883,1888,2245,1808,1872,1775,2250,6059,2369,2165,2090,2441,3528,2330,2050,2041,1849,2000,1885,2017,1878,1844,1780,1844,1802,1673,1645,1603,1683,1801,2385,3641,1926,1964,1644,1484,1672,1959,1524,1443,1622,1595,1559,1544,1599,1639,1533,1665,1461,1450,1618,1413,1804,1521,1453,1442,1608,1516,1652,1837,1447,1527,1548,1420,1525,1484,1643,1504,1511,1623,1926,1558,1681,1804,1881,1698,1692,1562,2243,2053,2082,2731,1890,1970,2084,2487,2284,2771,2725,3170,2215,2358,3377,2808,3084,3288,2697,3414,2902,2182,2043,1927,1814,1926,2008,2436,1935,2561,1808,1921,1808,1815,3045,1769,1808,1766,1799,1567,1756,1823,1920,1764,1767,1569,1957,1735,3001,1962,1721,2061,1711,1766,1900,1913,1496,1758,1882,1688,1735,1637,2495,2359,1804,1655,1798,1693,2043,1802,2239,1966,1814,1731,1760,1920,1695,1635,1522,1415,1593,1770,1534,1636,2001,1773,2214,1598,1485,1611,1763,1749,1456,1674,1697,1724,1723,1800,1766,1898,1756,1895,1675,1683,1894,1673,1936,1635,1571,1971,1767,1672,1894,1643,1571,1645,1719,1678,1695,1807,1593,1596,1529,1532,1431,1594,1576,1932,1715,1761,1893,1768,1807,1598,1688,1766,1683,1722,1883,2322,1931,2081,1855,1958,2250,1842,2739,2452,2130,3415,2283,2212,2276,2206,2211,2234,2052,2085,2010,2124,1847,1888,2052,2089,1847,1651,1639,1883,1720,1653,1603,1423,2150,1975,1596,1657,1597,1523,1575,1642,1654,1475,1427,1655,1522,1513,1461,1672,1523,1960,1797,1779,1694,1480,2407,2088,1589,1779,1557,1608,1477,1652,1572,1562,1508,1888,2182,1659,1718,1649,1924,2130,2443,1758,1948,1972,1995,1968,2053,1928,2438,2326,1939,2080,2848,1841,1730,1794,1719,1770,1720,1698,2356,2633,2327,2249,2296,2001,2811,1918,2135,2442,2127,2282,2295,1841,2083,1937,1736,2153,2706,2281,1947,1975,2289,1842,4368,4129,1897,1768,1673,4178,2340,2114,4696,4378,1995,1986,2288,5330,2560,2089,1882,10399,4474,1763,1721,3127,2335,1810,2033,5383,5614,1815,1712,1778,1562,3071,1688,1691,1528,1514,2762,2729,1536,1547,1566,1489,1857,3680,3548,1507,1486,1502,1442,1466,3534,4317,1577,1534,1699,1954,3183,1872,2096,4254,1766,1678,1768,1687,1804,1765,2047,2050,4448,2005,1933,1881,1798,6833,1746,2201,1727,1777,2916,1646,1571,1752,2038,4866,1569,1481,1553,1605,1524,4187,4006,1885,1886,1765,1577,1439,3472,1518,1439,1410,1528,1611,5647,1658,1871,2060,1606,1633,7303,1697,1710,1574,1929,1803,1729,1685,1732,2924,2405,1562,1655,1555,4059,3059,1722,1836,1814,2682,2410,1685,1885,1644,4663,4570,1809,1886,4413,2034,1684,1854,1921,7463,2188,1769,1721,4740,1643,1763,1919,1737,11573,1918,2049,5804,4650,2369,3329,1973,1728,2450,2656,2083,3664,2333,2004,2201,4414,2286,2177,6165,2033,2326,1727,3896,2138,1645,1717,2607,1932,2204,1770,2045,2498,1852,1959,6176,4385,1758,2675,4091,2649,3077,6214,7230,1724,2042,8662,3451,1966,1722,4287,10752,1886,1969,6383,2160,1726,1607,1731,3171,1835,1811,1970,6255,4415,1804,1922,7824,4374,2282,6856,2526,1610,1918,3943,4580,2528,2335,10219,2205,2161,10159,2087,2452,19407,1934,2372,1751,6713,1884,2109,1852,5009,2208,1830,12148,2174,1933,1993,6291,1922,1931,1925,5539,1686,2348,8623,10153,2531,15886,2482,15591,16939,14224,20621,2233,13345,1969,2054,8261,2769,2048,14207,2369,2288,10592,2612,6959,9139,23077,1720,6788,1731,1640,2123,5579,2646,9350,13041,2243,10393,2203,2210,8871,2291,6696,17408,2565,8628,2850,2369,12682,2231,23899,15212,6576,2132,2242,14210,2283,2691,9238,2094,2050,9147,2610,11751,1847,3898,12844,2205,2045,5798,1905,2560,7786,13294,2358,2079,12554,2412,1877,10281,16490,11561,7571,1825,1684,3642,2133,2170,11877,9146,2030,6735,7535,2128,1806,1965,9670,1809,1879,2213,7419,1902,2594,2215,5778,2288,10947,8713,1882,2042,6423,1851,1837,1931,10868,10538,2139,1711,1773,7135,8836,1960,1969,10715,7613,1843,1975,2089,3920,1776,1835,1890,5577,1732,1840,1918,2172,3125,2135,2401,2691,2573,3205,4452,7508,2360,1699,2171,2046,2007,1809,4091,1841,1842,2062,7717,2802,2168,1725,4899,6534,1974,1797,6534,2201,2447,5308,2008,1803,1726,1888,5214,2369,2289,8391,1967,1767,1845,12699,5881,2647,2935,4690,1967,1764,1960,5266,3121,1849,1611,1567,6216,1999,1802,1738,6370,2416,1974,8063,8256,2167,9407,2213,2488,10655,1966,1805,1851,1763,5298,2731,1985,3098,15592,2209,2843,7093,2369,2169,3565,8431,2366,4454,2048,1816,1732,3638,1972,1972,1801,3012,1759,1721,1656,1762,6129,2083,13483,4827,2291,4981,2404,1929,5069,7908,1966,4127,2074,1883,4106,1878,1891,1840,4129,6551,2248,1795,1814,4925,1693,1886,2079,1735,2848,1634,1691,1800,1696,5107,3137,2761,5174,2158,1764,1775,4122,4851,2208,1967,4116,1910,1991,5086,6868,2567,1893,8098,1724,1847,1690,2842,1691,1727,1686,1845,8269,2359,1685,1730,7871,2396,1697,1612,1674,3610,1657,1634,1608,1722,1499,1699,1566,1484,1632,1727,5741,13484,3009,8613,2048,2275,1974,6138,1927,1767,1687,9104,2125,1933,1646,3496,3113,1604,1926,1566,1686,4249,1803,2046,1770,4574,2131,1960,2606,2360,3008,2190,2162,2042,3648,1786,2135,2163,8840,2167,2041,1763,7336,3204,1729,1803,4139,8864,2203,2050,7985,1763,2093,1682,1806,1886,1775,1923,1682,1685,2046,2119,1733,2000,2010,4495,1719,1722,1895,1841,2381,2771,3014,2959,1925,1921,1794,1729,2091,1844,1764,7655,5020,2126,4376,5859,2679,2767,8825,3416,1796,1751,1726,1808,4897,2054,1713,1737,2483,3005,1923,1614,1681,1813,1841,1717,1845,1812,4610,1971,2126,2523,2166,3660,1878,1928,1842,1688,1694,1754,1774,1840,1889,2522,2331,1803,4339,1892,1798,1968,5904,1879,1850,1680,4969,1693,1834,1886,4532,4901,2041,1691,5779,6773,2254,2404,2152,3080,1601,1579,1673,1538,1548,1859,1632,1741,1557,1731,1716,2611,1643,1444,1643,1538,1602,3201,1534,1675,1619,1644,3337,4890,1970,1756,1685,3121,2355,2153,1619,1552,1576,2531,1687,1520,2491,1605,2433,7444,1728,1645,1566,1552,1460,2764,3472,1534,1520,1399,1410,1554,1610,1470,1442,1879,1533,1837,1575,1679,1608,1569,1791,1719,3398,6466,2326,3668,4491,1761,1646,3213,2690,1762,1860,2002,4019,2080,2650,5367,1834,2078,2048,5852,2016,1919,3048,2247,2288,3449,1654,1777,1893,2722,2206,1929,8228,2043,2167,7982,1892,1883,1723,2528,6525,2254,2198,4294,6801,2167,2086,9152,5392,2297,4255,9806,1883,1970,4009,1923,2527,6590,1966,1966,2200,2448,2085,2294,4172,2170,1843,3481,2584,2003,6024,2129,2317,5867,2082,1735,1880,3010,3486,2180,1966,5813,1763,1684,1730,5107,2246,1917,6789,6436,2243,1710,3691,1962,1797,1857,9368,2276,2288,1927,4525,1931,1722,1805,1929,2130,1953,1739,1713,1730,1732,1645,2201,2128,3328,4407,2103,1602,1763,1855,3851,1921,1848,1594,1667,1600,1651,1645,1571,1847,1588,4750,2189,1576,1566,1596,1968,2762,2292,1725,1677,1774,2247,2284,2283,2332,6300,5256,1952,5707,2085,2690,2247,3050,2772,2731,1884,1965,2005,1724,1651,1968,2013,2148,2121,2285,3007,2050,1878,2048,2402,2170,1893,1838,2125,3901,1881,1724,2087,2413,1967,2154,2059,3770,2326,1932,1961,1649,2327,2004,2292,2724,3052,1806,1921,1808,3207,1886,1761,1728,1887,2202,5140,2168,14291,3053,2124,4733,2404,2047,2445,3257,2202,2049,1968,2000,2172,3366,6056,2087,1958,2129,11342,2605,2244,2521,4347,2161,2981,12014,3759,2118,2567,3810,2737,2050,2664,3089,3852,2170,10155,2852,2355,3088,6457,2649,1835,4841,1846,1733,2147,1927,3453,2284,12803,2834,2817,2004,2233,2052,1915,2566,4660,2857,2182,1807,2458,4346,4852,2335,3524,2492,2282,2368,2012,2129,2368,1964,1765,2002,3694,4168,2449,1849,6218,2933,2282,4299,2528,2185,2214,3009,2207,3374,2481,2334,2485,2644,1783,1960,4023,6376,8991,2040,2615,1901,2078,2047,1696,1726,2169,1879,1965,1887,2287,2544,2126,5867,2806,3322,2739,3691,4163,4257,2009,2771,2127,1816,1928,2816,1796,1893,1915,3737,2165,2128,3526,2148,1929,1850,1838,4234,1822,2230,1930,3229,1849,1805,3443,8700,2340,2691,2199,2041,1961,2251,2050,2478,1829,1893,1883,2082,2284,2008,2047,1913,3015,12478,2315,1772,2400,1923,2211,3164,2375,2282,1651,1643,1767,1764,2282,2180,4522,1922,1925,2439,5336,1770,1885,1762,3767,3934,1800,1971,1761,4181,1956,1768,2010,3150,2378,2084,2249,1848,2081,1777,1926,2577,2200,2016,1713,2235,2572,3285,2532,2404,2691,2252,2759,1924,2405,2003,2116,1856,4822,2003,1942,2082,1882,2069,2606,1933,2348,2165,4335,3365,2457,2157,1933,1996,2280,2491,1833,2281,2408,2174,2030,2163,2121,2021,1822,2690,1931,1926,2134,1877,1855,1912,2173,2133,1959,2210,2209,2286,1845,1922,2356,2379,2836,1860,3008,1922,2203,1846,1841,2847,1888,2488,1771,3853,3816,2585,1946,2123,4741,2124,2124,2045,2569,2566,2769,2168,2167,2608,2484,2411,2317,2293,2248,2487,2360,2450,2483,2568,1845,2163,2098,2170,2733,1812,1833,7515,1893,2048,2770,2452,2011,1808,4693,2302,1882,2058,2273,2379,2159,1972,1968,2355,1938,1913,1886,5571,3705,2525,2367,3051,3856,2174,1792,2309,2808,1931,1819,1839,2339,2442,2456,2166,2047,1924,2119,2038,2247,2959,1802,2047,2359,1913,2491,2208,1989,2083,1942,2399,2485,2368,2482,2084,2047,2082,2334,2490,2088,3203,2053,2080,2160,2287,2215,3281,1646,2737,1804,1726,3082,2156,2076,1818,1829,4550,4697,2643,2621,1843,1715,1692,2805,1925,1654,1714,2532,6138,1810,1686,2722,1811,1797,1877,3665,3768,2125,1728,2648,3969,2120,1795,3932,3978,2407,1642,1803,6911,2521,2173,3651,2207,2018,2199,2127,2010,2017,7751,6857,2203,1732,1999,1729,1766,1807,1721,2488,1964,1968,1652,4046,1928,2124,1690,4367,4781,1794,1655,1763,1597,1566,1528,1544,3758,1704,2240,1674,1694,1644,1574,1548,4896,1500,1521,1594,1490,1516,1682,2087,2238,2016,3846,1757,1937,1642,1808,1795,1694,2602,1731,3413,2729,2164,2285,1764,1928,1676,2099,1840,2041,4539,3604,1803,1654,1995,1772,2161,2128,2052,2121,2455,1935,2213,1966,2053,2002,2007,3133,2004,1965,2401,2492,1923,1882,1979,1760,1840,1763,1889,1964,2486,1856,1846,1805,2447,2163,1844,1638,1647,1682,1837,1646,1597,1595,2018,1753,2337,1851,1638,1610,1680,2045,2159,1738,1632,1698,1525,1884,1632,1535,1726,1730,1562,1675,1684,1567,1682,1618,1607,2317,1535,2237,1654,2031,1576,1649,2080,1567,1841,1808,1836,1806,1772,1773,1761,1884,2135,1713,1804,1688,2767,1770,1731,1846,1683,1642,1620,1525,1825,1543,1486,1584,1862,1729,1797,1806,1877,2251,1847,1881,1663,1795,2519,1892,2133,1640,2164,1724,1892,1759,1729,1805,1642,1608,1732,2527,1726,1633,1733,1765,1767,1885,1677,1682,1657,2079,1698,2278,1808,1723,1518,1693,1594,2257,1683,1769,1679,1572,1756,2108,3371,4334,2166,2245,1976,2307,2322,1971,1997,2771,4090,2578,2138,2315,4585,2923,2007,2039,1856,2421,2725,2494,2407,2808,2652,2563,2089,3774,3094,2361,2291,5146,6994,1964,1924,1988,1774,1680,2323,2373,2079,2012,2049,2006,2009,2628,2443,2446,5987,2882,2446,9192,2107,2483,2573,2091,2527,2970,2209,2166,2043,2883,2940,2481,2729,2246,2081,1761,2329,3093,2367,2048,2321,2333,2761,3496,3731,2363,2169,2765,2370,1881,2166,2532,2000,2325,2080,3021,2433,2295,2246,2201,2249,2369,1925,2815,2158,1763,2037,3420,3333,2169,2085,2694,2451,2162,2288,2922,1969,1811,1841,2248,2367,2368,2054,1967,8144,2043,2208,2167,2245,1958,2049,2050,1965,2128,1965,3136,2194,2092,2085,2294,2156,2259,1761,2568,2501,4329,2129,2250,4131,8029,4850,2213,2091,2364,2484,2602,3660,2561,2291,2005,2171,2195,2493,4257,2047,2600,1811,4216,2405,2036,2094,1884,1852,2056,2241,8625,6334,4339,2533,2946,2360,2457,2369,3041,2520,3046,2173,2132,1999,1768,1851,2124,1839,1768,3651,2854,2392,2321,3057,2326,2326,2120,1929,2007,1844,1889,2995,1793,1844,1849,1766,4131,3211,2334,2401,2167,2329,2811,3645,2653,2242,6505,4010,4244,2256,1932,2290,8491,2613,2083,1918,4771,3212,3092,3566,3722,2034,2245,3789,2293,2567,1726,2841,2052,2084,1919,3809,1733,2048,1804,3211,1717,1723,1977,1835,1649,1641,1606,1727,1697,1792,2139,2216,2009,2091,2199,5009,2329,2723,7389,2245,2405,2368,2293,1891,2123,2161,1925,2363,2692,2088,2000,1858,1959,2082,1814,1958,1885,1856,2000,1813,1763,2034,2373,2356,2727,2972,2531,2521,2335,1837,2529,1837,2138,3610,3131,3484,2330,1851,3038,2169,2578,2078,2091,2726,2644,2567,2593,1882,2272,2273,1913,2096,2582,6739,2282,2326,3824,5856,3845,2494,2079,1961,3981,1927,2207,3493,4017,3056,5844,3009,2606,7579,3624,1999,2003,2750,2534,5698,3255,2196,2406,2414,2321,4459,2286,2283,2451,3690,2686,2331,3368,2247,2128,2412,2369,2611,6260,2526,2169,2482,4816,3557,1648,3397,2644,2050,1758,2130,5422,1887,2362,6704,7025,3607,2559,2530,2416,1835,1967,1771,1801,2127,2166,1689,2453,1758,2318,1594,2217,1889,2001,2015,2164,2039,1652,1923,1692,1766,1686,1965,1597,1650,2252,2276,1731,2041,1602,1939,1726,1749,1966,1735,1726,1603,1680,1645,1600,1540,1632,1720,1615,1810,1469,1664,1997,2099,1846,1680,2245,1687,1713,1727,1659,1753,1565,1607,2166,2052,1722,1804,1525,1415,1401,1473,1527,1943,1808,2317,1769,1729,2085,1766,1568,2245,1796,1683,2213,1752,1753,1931,2240,1807,1972,2645,1841,1852,1802,2003,1781,1593,1762,1680,1644,2366,1844,1901,1919,1762,2819,1807,1605,1917,1841,1892,1878,1935,1720,1681,1581,1944,1928,1676,1809,1890,1883,1810,1959,1574,2196,1976,2008,1794,1685,1645,1804,2370,2324,2253,2200,1795,2106,2829,2474,2239,1928,1799,1854,1976,2043,2203,2653,2013,1861,2317,2048,1846,2150,2495,2204,1929,2057,1768,2075,2094,1692,2344,1751,1634,1417,1592,2353,1820,1731,1888,1809,1630,1621,1718,1893,2121,1762,1983,1765,1942,1551,1609,1899,1577,1936,1527,1642,1691,1382,1328,1815,1806,2036,1517,1591,1565,1594,1491,1628,1462,1405,1470,1536,1431,1381,1862,1493,1529,1641,1666,1435,1429,1325,1898,1507,1520,1776,1864,1487,1486,1437,1421,1545,1639,1395,1446,1429,1631,1457,1510,1440,1496,1623,1487,1578,1525,1599,1514,1580,1601,1488,1384,1340,1931,1375,1431,1481,1606,1462,1472,1488,1397,1365,1325,2014,1407,1315,1407,1498,1408,1518,1697,1521,1443,1381,1324,2009,1508,1386,1381,1444,1346,1877,1300,1825,1311,1815,1453,1508,1398,1505,1976,1619,1575,1327,1786,1914,1432,1464,1420,1469,1431,1331,1349,1827,1909,1370,1351,1347,1884,1530,1602,1459,1406,1377,1831,1940,1330,1835,1920,1388,1404,1460,1628,1391,1421,1372,1370,1380,1498,1436,1345,1327,1917,1414,1358,1318,1872,1241,1906,1465,1276,1885,1875,1365,1359,1366,1443,1262,1935,1375,1428,1478,1504,1492,1574,1648,1863,1269,1859,1399,1333,1305,1736,1788,1449,1430,1959,1498,1393,1901,1459,1348,1334,1943,1354,1855,1406,1526,1365,1333,1795,1837,1466,1347,1341,1943,1509,1537,1985,1357,1402,1352,2118,1421,1579,1666,3577,1841,1916,1758,1854,2010,2451,1850,2379,2472,1777,2318,2392,2296,2284,2243,2051,2281,2044,2850,2376,2284,3008,2329,2606,3491,2330,2165,1939,1651,2040,1813,2359,1943,1961,1813,1685,1677,2049,1973,1963,1682,1612,1880,1806,1692,2408,1877,1884,1768,1486,1391,1535,1531,1523,1798,1655,1644,1712,1775,1685,1758,1558,1566,1542,1468,1404,1723,2049,1520,1603,1814,1502,1533,1573,1513,1564,1521,1502,1591,1524,1317,1770,1766,1950,1367,1564,1491,1385,2078,1514,1532,1582,1299,1989,1540,1606,1501,1424,1470,1363,1485,1407,1371,2087,1549,1525,1318,1885,1386,1605,1356,1464,1454,1560,1396,1790,1908,1460,1625,1415,1286,1815,1882,1755,1427,1405,1305,1801,1388,1820,1354,1460,1374,1443,1353,1304,1934,1976,1975,1854,1481,1480,1479,1380,1344,1373,1361,1342,1868,1505,1551,1657,1378,1450,1354,1427,1324,1890,1297,1960,1437,1447,1265,1767,1848,1334,1945,1274,1729,1520,1285,1818,1309,1419,1495,1420,1297,1756,1898,1353,1391,1373,1370,1279,1416,1521,1435,1465,1786,1919,1788,1624,1968,1913,2121,2480,2118,2028,1881,1644,1639,1849,1687,1946,2088,1974,1971,1859,1856,1853,1791,1882,1987,2207,2129,2245,2010,1882,1631,1943,2013,1971,2038,2196,1947,1957,1765,2073,1811,1918,1946,2206,2271,2590,2149,2264,2491,2021,2018,2080,2166,1855,1937,2006,1915,2129,1955,2180,1920,2207,2609,2118,2088,2096,1721,1581,1807,1921,1614,1685,1810,1844,1834,1775,1758,2043,1967,2014,1689,1917,1974,1925,1957,2084,1731,2284,1603,1569,1609,1691,1882,1929,1923,2041,2295,1924,2083,2536,1925,1836,1963,1969,1763,2009,2053,2082,2042,2166,2014,1881,1946,1765,2110,2283,1803,1775,2041,2052,1806,1837,1975,1961,2038,2139,1922,2002,2551,2001,1931,1921,2523,2532,2369,2362,2122,2173,2235,2253,2326,1919,2046,2011,1972,2404,2051,1876,1653,1759,1928,2810,2401,2532,3934,2204,2669,2408,2462,2358,2524,2891,5667,2528,2734,3221,2837,2334,2122,2165,2129,2369,1931,2080,1975,1923,1847,2121,1881,2404,2172,5089,2712,2456,3617,2121,2643,2020,2157,2367,2856,2237,2005,2125,1895,2007,2001,2041,2087,2046,2056,1962,2364,1933,1760,1967,2251,2000,2399,2484,2242,2166,2395,3288,2851,2334,2096,2006,2172,1764,2055,1763,2280,2013,2204,2046,1923,1803,1935,1958,2014,2081,1880,2448,2250,2242,2367,2052,2042,1933,2082,2001,1686,1890,1810,1797,2055,1928,2236,1887,1886,2172,1806,2008,1665,1790,1573,1761,1732,1714,1524,1462,1630,1843,1810,1735,1713,1572,1595,1867,1872,2041,1338,1807,1803,2013,1515,1637,1684,1644,1540,1519,1481,1497,1431,1539,1469,1453,1602,1609,1849,1754,1854,1597,1444,1520,1404,1541,1966,1660,1494,1854,1645,2032,1575,1482,1576,1567,1555,1827,1886,1686,1297,1986,1381,1448,1426,1781,1488,1817,1963,1861,1394,1364,1604,1927,1709,1550,1438,1811,1866,1511,1337,1818,1872,1428,1485,1404,1758,1600,1878,1365,1908,1397,1367,1445,1377,1349,1875,1482,1408,1369,1798,1753,1985,1342,1609,1902,1342,1442,1974,1878,1363,1405,1366,1926,1509,1273,1907,1346,1714,1692,1836,1257,1830,1308,1783,1772,1841,1293,1739,1636,1278,1926,1389,1348,1349,1302,1395,1402,1476,1294,1417,1915,1422,1448,1272,1783,1768,1806,1753,1214,1433,1755,1742,1795,1865,1838,1287,1845,1248,1816,1386,1778,1757,1731,1825,1287,1774,1894,1307,1831,1533,1305,1808,1447,1432,1303,1725,1970,1392,1475,1376,1554,1569,1343,1331,1334,1750,1977,1361,1306,1825,1554,1898,1655,1496,1407,1378,1505,1580,1643,1535,1923,1830,1806,1637,1690,1810,1960,1777,1787,2185,2089,1933,2663,2181,2793,2701,2483,2363,2211,2049,2004,2044,2573,2448,2318,2245,2016,2819,2036,2483,2444,3435,2343,3347,2821,2680,2749,2175,1649,1820,2020,1991,2219,2940,2978,2562,2271,2051,3093,2561,2210,2170,2565,2524,2454,2802,2571,2358,2367,2452,3008,2085,5972,6330,3491,2491,3084,2727,2214,2403,3324,2298,2565,3245,3290,2653,2295,2083,2208,2850,2198,2688,1725,1894,1804,2006,1678,2167,2534,1993,2051,1887,1561,1739,1593,1530,1447,1710,1812,1648,1723,1877,2491,1924,1732,1722,1810,1916,1975,1764,1760,1766,1855,2327,1803,2036,2172,2154,2280,2448,2370,2801,2447,2774,2443,2494,2171,2220,2089,3710,4293,2046,2607,2208,2521,2452,1883,2269,2449,2732,2564,2484,2448,2728,2369,2413,2319,2206,2108,3490,3048,2088,2444,2611,2681,2688,2163,2414,2561,2330,2564,3136,2443,3010,2488,2607,2166,3296,2568,3529,3328,2046,2364,2125,2167,2933,2647,2608,2132,2406,2566,2401,2614,2884,2410,2448,2601,2294,2037,2287,3652,2008,2528,2887,2692,2566,2449,2846,2652,2641,2010,2485,2085,2563,2613,2603,2205,5254,2138,1861,1837,1895,1969,2603,2327,2339,2168,2118,2686,1975,1994,2775,2484,2765,2443,2134,2001,2607,2203,2130,1964,2204,1930,2293,2279,1929,2081,1894,1807,1967,2841,2901,2973,4333,2970,2647,2369,1889,5011,2809,2407,2689,2361,2768,2533,2206,3973,2522,2253,2207,2281,2731,2328,2369,2128,2271,2606,3097,2843,2286,2421,2644,2245,3620,2849,2487,2085,2324,2082,1872,2590,2455,1802,2368,2363,2497,2763,2416,1842,3079,1608,2435,2363,2086,1968,1918,2446,2010,1928,1880,2017,1925,2113,2283,6837,2615,3170,2528,2285,2529,2720,2729,3617,2802,2810,2531,2536,2400,2488,2407,2730,3530,2567,2163,2370,2128,2641,2730,2448,2970,3008,2528,12121,4285,3494,4437,2388,2131,2766,2850,1904,3676,3164,2647,2331,2529,2368,2409,4327,3130,2645,2135,4089,2250,3044,2285,2331,2686,2445,1782,2092,1890,1767,2333,4207,7349,6301,3571,2887,7625,2531,2727,4889,3532,2174,2332,1758,1805,3574,4133,3452,1885,5099,3569,2288,3695,3930,2004,3242,3093,2326,2531,2929,3283,3218,7022,2111,2050,5264,4605,1602,1656,1995,2380,2158,1725,2003,5463,1883,1894,2123,3203,12616,4375,2688,2605,2171,2282,2811,9326,2495,9941,2117,2280,1922,1854,3698,11067,3936,8137,2245,2093,1892,2278,7310,2731,2445,2252,2242,2362,4021,2764,6094,2652,3655,3661,5325,2654,4202,6395,2132,2124,1957,7189,2042,1840,2340,2767,1922,2203,2163,2054,2367,2166,2133,3242,1768,1725,1729,4090,10347,2332,1999,2896,2328,3689,6237,2930,1954,2289,3742,3514,2236,1896,1987,2448,2050,4371,4457,10484,10546,13557,2489,3494,2927,3129,6535,2928,2209,7620,1935,2758,8634,2735,2484,2155,2237,2135,2644,3806,2339,3731,2150,3637,2532,3212,2852,2243,2450,1767,2977,2128,2116,2057,1957,2096,2194,2011,3839,2244,3965,1842,2237,2166,4078,2531,2031,2724,2121,1978,1966,2077,2007,2089,2087,2050,2127,1845,1806,2396,2808,2045,2253,2488,1966,1813,2040,3651,2737,2414,2624,2336,2332,2315,2102,2036,1971,2005,2045,1884,2331,2082,2291,2014,2235,2126,1928,3460,15810,2690,2010,1888,1759,2475,2244,2289,2524,2612,2526,2483,2454,2403,2367,3690,2526,1813,2492,4130,2163,1925,2004,1933,2635,2376,2202,2433,1963,2331,2007,2520,1848,2149,2284,2006,2371,2330,5098,2888,2448,2421,2120,2125,2283,2448,2648,1738,2309,1810,2446,2005,1935,2033,1736,1969,1874,1809,1922,1972,1845,1682,1935,1758,1934,1852,1611,2079,1760,1766,1777,2035,2127,1969,2203,2124,2057,2044,1679,1934,1915,2095,2001,1927,2129,2085,1961,2096,1830,1484,2090,1713,1646,1925,2363,2176,2117,1823,2074,1686,1489,1758,1611,1605,1681,1770,1692,1670,1808,1718,1443,1846,2053,2083,2643,2045,2218,2005,1876,2089,2112,2411,2439,1695,2888,3408,2332,2888,2247,2365,2333,2404,3603,2183,2448,2320,1925,2607,2087,1766,1931,1842,1925,1691,1927,1998,2016,2036,2085,1935,2530,1962,2077,2178,2190,2935,2031,1977,1994,1849,1968,2044,1961,1926,2785,4255,2009,2051,2006,1929,1967,1959,1801,2125,1765,1890,2010,1886,2284,2252,2215,1891,2047,3328,2858,2284,2528,1978,1977,2524,3404,2069,2417,2606,2607,3731,3809,2335,2330,2643,3657,2243,3248,2453,2478,2022,1671,2049,2088,2170,2613,2402,2489,2524,2212,2370,2161,2611,3008,2965,2286,2249,2258,2285,2525,2451,2120,2366,2534,3083,2211,2326,2163,5538,2165,2082,2137,2392,1961,2295,2088,2451,1842,2726,2245,12129,3333,3091,2323,5994,2001,2082,2696,2645,3333,4896,1885,2199,2325,6661,2651,4127,2447,2812,3294,2322,2211,2362,8709,2694,1960,1733,1797,3578,2238,2732,2362,1957,2218,1837,1810,1929,1839,8960,2447,1764,6372,2015,2294,4378,2605,1761,2040,1840,2171,2045,2205,1804,1928,1924,2458,2247,2603,2444,2333,2245,4691,2539,2928,2362,3529,6217,4130,3091,2647,2330,3896,2680,2127,2175,2217,2129,3235,20276,4015,2205,2410,2146,2682,7102,1810,1723,3699,2918,1731,1930,2165,2006,1961,1808,7456,5348,2046,2045,5574,2089,1915,2087,1898,1878,1813,2041,7553,2329,1889,2019,2283,3131,1995,1765,1883,1688,1886,1837,2251,3997,2526,4449,3058,2845,3571,3817,1755,2706,6026,2085,2201,2615,2245,2409,2050,2240,2732,6993,6178,14313,2689,2085,3656,2204,2288,2930,2325,1974,3206,2082,3252,2849,3289,2372,14605,2392,2286,9221,2217,3235,3336,2728,2485,2371,2120,3533,2249,2486,2766,2331,4813,4135,2405,1837,2013,2804,2016,1844,1978,4015,2366,1962,2094,2564,2529,5211,2649,2209,2086,2198,2926,2373,3242,2250,2613,2079,2408,2410,1811,2095,2085,2262,2330,2726,8062,5334,2285,2369,7023,3810,2205,3093,2444,3177,3041,4018,2722,2820,3293,3406,2652,2164,2205,2334,2167,4285,2129,2130,3287,2365,4459,2440,2893,2399,3050,2215,2645,2808,2408,2210,5334,2652,2245,3254,1810,2568,2161,4782,7702,3811,2128,2721,2808,2326,2532,2484,2131,2849,2605,2126,1804,1890,2058,2449,2406,2764,3132,2364,3494,4337,3485,2286,9907,3611,3172,2604,2252,2525,2365,3735,2486,1737,2037,1970,2052,1833,3462,2088,1873,2049,1967,2127,2053,1839,2050,2170,2359,1894,1878,1932,3752,3767,1974,4400,1844,1966,2009,3407,2131,3330,2257,1805,2682,2931,2323,1891,1845,2215,2526,1915,7102,3367,17378,2259,2928,2335,6372,2336,2243,2285,2093,2567,2446,2893,2287,2151,7093,2333,5351,5502,4177,3894,3082,3839,3200,2370,3328,2889,2258,2095,2380,2206,2567,2692,3211,2170,2081,2166,6533,2605,2166,3007,2135,2520,2009,3936,2805,2850,2197,2568,2131,2250,2643,2455,2042,1961,1963,1779,2020,2373,1961,2011,2882,2615,2161,2294,3847,2250,2520,2925,1851,2276,2033,3460,3040,1890,1925,2082,1891,1848,1965,2079,2249,1930,1883,6537,2530,4612,1842,1977,8719,2164,2642,2488,1891,2386,2059,3411,2642,1718,2133,1802,1803,3093,1974,1764,1845,2163,2331,2168,2168,2120,2401,1972,1967,1998,1894,1821,2948,1733,2562,1686,2096,1996,2009,4339,2570,1880,2006,2367,2456,2206,3215,2608,2444,2330,2124,2406,2527,4133,2128,2204,1936,3118,2723,5777,4857,1966,2034,2446,3126,2410,2549,2129,2373,2206,2970,2611,2070,2123,2005,1934,2000,2164,3390,2486,2444,2457,2521,2209,2524,2570,2370,1924,2132,2315,2615,2367,2086,1827,1799,2088,2008,2280,2409,1767,2173,2530,2647,2525,2255,2332,2089,3249,2891,2966,2687,2367,2485,3175,6905,2283,1933,1960,1774,2006,2122,2286,1972,1915,2164,1819,2239,3209,2724,4142,2407,4288,9270,8295,2292,2441,1960,1890,1963,2216,2527,3017,2069,2334,2498,2608,2565,4374,2729,2402,2456,2366,2291,5057,4057,2970,2210,2051,3130,2399,2173,2370,2243,2171,1977,2252,2020,2122,2208,2371,1966,1726,1843,5102,1965,2001,2047,2086,2330,1919,1733,2403,2133,1961,1891,2256,2366,2253,2206,2281,2369,2125,2166,2170,2649,2526,2020,1935,2490,2492,2564,2247,3131,3323,1925,2251,2490,2811,2398,2370,2407,2334,2334,2345,2253,2246,2727,3017,3124,2443,2370,2483,3973,2921,2117,2685,2252,2572,2290,1866,2210,2361,2847,2770,9910,1804,2889,2053,3095,2203,2887,2768,2527,1995,2458,2080,2046,1931,2057,2166,2604,2689,2248,2026,2764,1967,2056,2037,2049,2213,2367,2290,2610,2561,2451,3086,2690,2128,2684,2255,2596,2647,2692,2532,3850,3180,2405,2930,1938,2592,2448,2809,2329,2238,2336,2485,2889,2482,2963,2775,2452,2210,2051,2209,2085,1836,2434,1800,2369,2292,3370,2601,2929,3011,2445,2531,2369,2569,3244,2893,2649,2282,5059,3007,2567,2288,2692,2403,2891,3411,2806,2766,2653,2481,2615,2565,2526,2614,2607,2603,2245,2454,2641,2293,2886,3013,2246,2127,2602,2210,2405,2205,2814,2442,2448,2572,2766,2732,3166,3409,3894,2886,4017,4690,5541,2363,3014,3162,3212,2846,2088,3134,2727,2604,2567,3816,2366,2483,2934,3052,3082,11362,6612,6623,2410,2602,2210,2404,2608,2374,2261,2120,2207,1889,3742,2452,2403,2007,1977,2008,2316,2266,1811,2163,1976,2419,2097,2403,2368,2562,2412,2602,2013,2275,3166,2336,3973,2807,2562,3531,2568,2649,2443,2493,2761,2615,2767,2607,2250,2443,2403,2373,2035,1937,2963,3374,2968,2332,2723,3537,2572,2482,2377,2097,2209,2652,1836,2218,1845,2046,2120,2011,2166,2507,2853,2723,2521,2246,2245,2164,2204,7489,2252,4206,2604,4974,4570,3133,2770,11231,5454,4055,7632,3005,4731,1979,2643,2164,2490,2017,2280,2287,3174,2043,2120,2657,2485,3928,2690,3734,2163,2407,2570,1850,2260,3043,2122,1969,2366,2932,3057,2533,2305,3254,2334,2317,2243,1802,2531,2044,2535,2331,2530,10067,2690,2446,3084,2266,2002,1820,2161,2480,2092,4173,2883,2329,2244,3096,2568,2488,12438,2362,1850,1989,2483,2215,2719,2374,2442,1937,2682,2690,2402,2733,3599,3251,12754,1849,2370,2204,2973,2116,2252,2164,2488,2363,5739,2612,2966,1846,2013,2197,1893,2729,2687,3053,2688,2647,2328,2644,2886,3210,2976,2759,3146,2006,1729,2205,2047,2007,2049,2292,2033,2013,2002,1806,1963,1848,2538,2081,2841,1733,2083,2012,2086,2128,2122,2086,2000,2117,1890,1838,1817,1672,1529,1810,1727,2120,2015,1677,1605,1730,1764,1836,1768,1733,2241,1894,1712,1977,1681,2045,1654,1919,1538,1695,1707,1604,1759,1569,1718,2104,1962,1566,1370,1637,1604,1804,1719,1885,2094,1724,1521,1448,1414,1717,1882,2124,1767,1824,1878,1719,2131,2090,2237,1696,3243,2495,2719,2289,2488,1923,2569,2000,2521,2246,1946,1841,1961,2256,2371,2525,2331,2395,1455,2048,1957,2057,1997,2004,2332,2645,2326,2646,2651,2369,2487,1744,1964,1924,1972,2321,2458,2176,2082,2077,2166,1925,2574,1924,2131,1962,1887,1721,2136,1909,1526,1728,1754,1602,1729,1495,1436,1535,1559,1569,1404,1520,1608,1638,1521,1507,1605,1807,1732,1564,1595,1764,1612,2091,1759,1561,1414,1700,1372,1420,1654,1492,1843,1758,1990,1658,1752,1579,1647,1656,1821,1580,1908,1491,1403,1633,1658,1835,2004,1752,1485,1630,1745,1713,1713,1925,1687,1681,1582,1568,1758,2134,2138,2322,2014,2052,2055,1896,1922,2067,2663,2583,2471,1843,2084,1978,1807,2184,2320,2310,2745,2151,2460,2160,2255,2479,2203,1969,2327,2185,1886,2065,2179,1749,1991,1886,1592,1513,1478,1486,1541,1756,1612,1770,1561,1836,1703,1907,1601,1744,1677,2055,1594,1647,1649,1604,2068,1698,1561,1577,1443,1456,1439,1496,1425,1914,1366,1322,2024,1301,1746,1992,1966,1609,1334,1836,1839,1599,1403,1337,1274,1804,1429,1732,1279,2012,1933,1384,1369,1788,1470,1638,1941,1639,1509,1402,1641,1442,1517,1527,1536,1485,1381,1403,1770,1901,1450,1458,1388,1397,1490,1460,1463,1318,1617,1833,1720,1849,1361,1365,1363,1370,1325,1377,1330,1417,1273,1789,1817,1348,1386,1411,1414,1404,1508,1461,1785,1608,1547,1435,1404,1394,1387,1370,1361,1376,1446,1575,1634,1796,1870,1390,1369,1354,1356,1342,1370,1396,1254,1411,1861,1229,1849,1362,1366,1348,1342,1401,1381,1356,1680,1229,1792,1849,1349,1342,1353,1348,1804,1802,1739,1783,1381,1694,1809,1839,1846,1839,1776,1848,1332,1834,1367,1289,1828,1355,1811,1824,1808,1853,1237,1375,1696,1826,1277,1765,1741,1787,1782,1329,1913,1712,1335,1274,1895,1726,1430,1422,1420,1343,1413,1441,1772,2146,1840,1337,1808,1899,1857,1378,1407,1269,1577,1924,1375,1864,1841,2002,1581,1476,1518,1461,1883,1574,1524,1904,1902,1536,1516,1359,1471,1422,1587,1304,1415,1397,1377,1960,1768,1385,1354,1800,1679,1626,1447,1912,1692,1403,1315,1824,1778,1773,1804,1410,1695,1666,1423,1538,1753,1715,1711,1941,1256,1763,1788,1780,1780,1748,1748,1742,1732,1773,1391,1410,1700,1752,1738,1735,1724,1739,1773,1777,1427,1654,1772,1730,1723,1727,1723,1803,1292,1728,1418,1628,1828,1778,1728,1717,1715,1752,1800,1756,1235,1675,1709,1681,1663,1723,1750,1850,1341,1889,1738,1614,1304,1717,1804,1818,1786,1790,1884,1363,1545,1662,1259,1794,1879,1364,1840,1355,1471,1368,1379,1972,1403,1553,1473,1595,1494,1398,1394,1399,1377,1975,1544,1486,1697,1772,1412,1552,1468,1473,1411,1845,1400,1694,1681,1787,1549,1403,1448,1399,1393,1466,1486,1492,1591,1565,1887,1474,1641,1738,1815,1675,1808,1429,1563,1695,1834,1946,1872,1765,2034,1873,2258,1903,2593,1807,2521,2089,1917,3168,2467,4815,2444,2492,2609,2522,2974,2281,2371,2570,2443,2166,2968,4059,3369,2126,2682,2533,2724,2850,2489,2813,2561,2409,2450,2484,2203,1906,3374,2974,5017,2363,2730,2444,1968,2612,2564,2290,1677,2370,2691,2118,1927,2678,2057,2289,2078,2574,1921,2091,2084,2004,1847,2048,2723,3476,7789,3734,3366,3167,3773,2934,5328,2252,2523,2372,3218,1885,16650,2488,1882,5940,8422,2731,4499,2246,3057,10027,10398,10506,4253,3976,2170,2484,3007,42980,5977,8747,2246,2044,1882,1819,4507,6834,1965,2002,5217,7741,2885,2213,5211,2126,3454,2409,2813,6344,2330,3246,5130,3697,1850,2972,2526,2134,2522,2096,2405,2243,3630,2161,1889,3368,4538,3055,3803,1886,2003,11505,2415,2960,2927,7402,2534,11755,2161,2164,2690,2250,2605,2407,2079,2251,2769,3088,2368,10435,4528,2172,6820,2005,2006,2648,2689,3445,2612,2329,2729,2607,3886,2216,2045,2762,2374,2037,2168,2453,3447,7596,2488,3771,2434,2212,2649,2254,2680,2487,2616,2276,2329,2127,2646,2169,2603,2647,2291,2521,2286,2608,2242,2220,1932,2239,2077,2040,2812,2610,2804,2089,2207,2406,2650,2768,3294,4658,2565,2060,1890,2783,2574,1858,2357,2608,3126,2526,3055,3046,2088,2403,2131,2127,2446,2490,2524,2443,2611,2008,2009,2003,2635,2449,3617,2608,2540,2519,2041,2617,3766,2614,2566,2208,1899,2016,1764,1842,2374,1883,1879,2536,2221,2255,5132,3294,2601,2013,1805,2005,2204,2655,2526,2284,2212,2079,2013,1763,2053,1960,1886,1921,1815,1969,2193,2277,2450,2522,1722,2289,1841,2046,2046,2175,2449,2687,2284,2651,2085,1975,2249,1804,2336,2425,3003,2129,1927,2360,2528,1959,2776,1642,3207,2209,2163,2213,2079,1965,1680,1809,1765,1889,2000,2019,2365,3009,2409,4052,2162,2264,2255,2126,1602,1905,2081,2451,2007,2320,2119,1966,1883,2152,2615,2803,2238,1687,2004,2008,2403,1840,1970,1807,1963,1924,1925,2290,1878,2203,2202,2212,1803,2173,1928,2681,1962,2050,2084,2338,1758,1803,2292,1918,1741,1646,1653,1723,1612,1525,1516,1717,1845,1815,2236,2088,2131,1649,1884,1638,1806,1919,1774,1999,2134,1518,1339,1844,1804,1798,1946,1603,1780,1849,1488,1522,1356,1965,1330,2123,1486,1573,1518,1663,1853,1504,1505,1331,1450,1444,1878,1695,1663,1702,1771,1988,1619,1478,1452,1433,1805,1619,1667,1929,1615,2019,2075,1929,1468,1541,1697,1603,1732,1769,1685,1968,1570,1518,1841,2090,1836,1969,1733,1686,2229,2010,2467,2914,2876,2617,2455,2685,2080,2809,1849,2315,2741,2450,2392,2687,2508,3617,2725,1899,2595,2289,2729,3049,2612,2168,1611,1686,1639,1846,2056,2361,1964,1605,1563,1656,1802,1512,1492,1484,1790,1780,2851,1718,1680,1417,1467,1376,1395,1417,1951,1983,2031,1741,1627,1665,2097,2064,1574,1804,1565,1485,1612,1823,2139,1606,1767,1810,1698,2488,1918,1943,2012,1846,1979,1644,1725,1792,1808,1891,2431,1903,1834,1662,1726,1873,2052,2124,2179,2027,1810,2130,1834,2027,2210,1925,1810,2131,2104,1675,1729,1750,1939,1937,1745,1989,1710,1737,1664,1627,1533,1686,1758,2255,1569,1718,1902,1670,2175,1707,1771,1744,1787,1529,1656,1665,1704,1752,1764,1793,2030,1876,1849,1818,1664,1575,2163,1677,1488,1764,1873,1638,1495,1560,1576,1506,1748,1320,2011,1633,1447,2166,1991,1673,2117,2036,1347,1405,1381,1406,1713,1418,1346,1345,1524,1380,1429,1435,1410,1479,1521,1601,1597,1615,1555,1486,1635,1401,1391,1576,1413,1420,1599,1427,1388,1644,1730,1459,1459,1443,1459,1328,2022,1465,1979,1479,1995,1500,1431,1439,1413,1383,1841,1449,1351,1824,1505,1767,1415,1423,1407,1477,1442,1448,1473,1642,1648,1494,1576,1443,1483,1645,1506,1352,1429,1527,1611,1587,1407,1587,1813,1516,1594,1635,1521,1648,1990,1744,2156,2007,1801,1817,1812,1722,1753,1641,1558,1604,1568,2207,2160,2166,2119,2692,2019,2168,2013,2407,2930,5651,2647,1913,2535,3490,2531,3084,2453,1822,1963,1976,1922,2055,3407,3058,1999,2489,2778,1981,2045,2046,1934,2127,2579,2726,2804,2408,2728,3608,2576,2166,2049,5537,9025,2164,2601,2610,2247,3407,2406,2214,2554,2973,2571,4697,2287,2208,4367,2734,5936,4416,3563,2290,4092,2892,2645,2812,7265,2371,4175,2726,2730,2734,1842,1988,2204,2016,2433,2054,2898,3137,2016,2123,1956,2018,2008,2239,2045,2054,2001,2607,2130,2603,6783,3327,1933,1821,2213,2643,3297,2608,2413,2208,2483,2686,2995,6433,3330,2324,2044,5304,2368,1833,1935,1956,1965,2095,1840,2659,2177,2199,2058,2120,3282,2646,4302,4970,4214,2233,2278,2492,2563,2813,7668,5296,10499,1959,2215,3093,4700,2298,4205,16567,1966,1953,3733,2015,2679,2744,2802,6342,2646,2279,3607,1925,2254,2837,2091,2448,3048,3177,2447,5490,2005,1803,3173,3339,2123,2209,4602,2045,2092,1802,1764,2150,2091,1769,1884,3014,2407,2934,4211,3328,3779,3399,3170,2247,2605,1850,2001,2359,2594,2456,2119,2013,3613,13082,2369,2652,5453,2764,3576,1852,1995,1845,2250,1842,1887,1929,2002,2177,2037,2241,4793,2848,1921,2144,3082,4456,2412,2882,3455,2283,2647,3574,2210,3205,2168,2242,1919,7132,1914,2132,1852,3724,4131,2043,2329,1679,3132,2729,3324,5227,2450,2204,1840,1973,2076,1807,2218,2689,2087,2346,2076,4413,2471,2135,3014,4369,2000,2408,5197,2138,1960,2685,1857,2717,2019,1917,2044,3105,1719,2003,1729,1802,4416,2055,1921,1968,1640,1793,1900,1959,1797,1731,1494,2285,1887,2203,1737,1718,1570,1842,1856,1924,1759,3977,1805,1804,1717,2228,1806,1799,1690,1806,1842,2559,2336,1613,1830,2290,2096,2123,1642,1765,1772,2202,1796,1743,1787,1743,1718,1758,1700,1805,1639,1729,1719,1763,1842,1693,2039,2207,1609,1756,2253,1529,2171,1839,1730,2044,1531,1636,1726,1437,1765,1741,1990,1724,2014,1812,1835,1853,1814,1998,1893,1682,1930,2359,2046,2176,2205,2410,2294,2599,2811,2687,2687,2371,2485,3051,2731,2447,3926,1969,3405,3338,2123,2570,2970,2282,2694,2881,2853,2169,2933,2284,2242,2655,2031,1923,2372,2172,2078,2766,1895,2242,2086,1962,2139,2767,2205,2287,2277,2209,1966,2013,2508,4858,2887,2890,2092,2026,1894,2443,2287,2319,1967,1890,1848,2008,2522,2177,2203,2644,2207,2774,2284,7379,2419,2770,2887,2043,1759,1971,2478,2540,2445,2487,2282,2569,2573,2010,2525,2090,2125,2092,2518,3104,2355,3095,2441,2367,1677,2853,2208,1911,2114,2235,2337,1927,2333,2008,1772,2559,2609,2410,2404,2486,3031,1963,2005,2755,2533,2565,3129,2125,1886,1886,1683,1637,1882,1849,1809,2412,2448,2390,2642,2085,2054,2092,2808,2297,3089,2325,2614,2360,2097,2247,2207,2074,2014,1806,1920,1884,1687,1806,2088,1879,2058,3793,2145,1730,1971,2199,1935,1959,1845,1853,2360,2054,2280,2011,2007,1796,2092,2774,2679,2452,2369,2602,2412,2049,2362,2126,2328,2124,2535,3162,2209,2292,2324,2482,2617,2120,2056,2242,2246,3129,3012,2609,1896,2016,2033,1927,1928,2273,1742,2324,2166,2045,1890,1918,1888,2405,2483,2250,2243,1852,2206,2172,2443,2172,3810,1839,1896,2528,2042,2421,1895,1920,2253,2004,1962,1882,2052,1889,1873,1818,2247,2006,2035,2005,1657,2122,1809,1793,1811,2116,1721,1607,1574,1596,1643,1490,1442,1649,1557,1567,1527,1433,1481,1480,1598,1726,1702,1805,1585,1789,1440,1405,1508,1994,1549,1561,1680,1684,1933,2038,2490,1933,2078,2289,2086,2135,1793,1862,2316,1741,1600,1783,1669,1688,1681,1647,2233,1749,1767,1839,1522,1689,1727,1525,1557,1840,1668,1815,2040,1927,1843,2086,2082,1969,2566,1692,1849,2202,2211,3209,2966,2846,2651,2127,2367,2244,1763,2130,2246,2248,1962,2224,2097,2279,2013,1728,2609,2168,2648,1889,2246,1839,1845,2125,1887,1922,1888,1928,2004,1933,2045,1801,1924,1964,1733,1483,1883,1764,1602,1653,1836,1855,2166,1727,1801,2492,1914,1818,1716,1685,1691,2354,1776,2362,2329,2241,2496,2176,1918,1973,2149,2330,2813,2402,2530,2851,2447,2245,2323,2175,2487,2203,2888,2125,2326,2168,2126,2370,2210,2567,2486,2324,2290,2807,1763,2523,2290,2928,2406,2528,2283,2568,1965,2167,3051,2327,2491,2444,2451,3132,2647,2446,2204,2487,3133,2362,2403,3128,2456,2440,2334,2362,2243,3058,2519,2133,2525,2488,2365,2106,2087,2002,3007,3014,2849,3209,2096,1959,2010,2728,2482,2370,2689,3371,1911,1923,1938,2088,2848,1963,3291,7501,2203,2253,2566,2456,1974,2015,2251,2239,2166,2897,3410,2362,2326,4538,5892,3412,3052,2851,4335,2645,2369,4609,5538,4784,3606,5255,5847,1924,2571,5497,7219,2130,2007,3450,2805,2571,4869,5899,4218,5775,2289,3887,2406,3777,2771,2967,2443,2296,2405,2152,2001,2880,2285,2690,2293,4211,2643,3253,2606,2929,2485,3131,2199,2030,1964,2095,2284,2240,3196,2245,5052,2412,2168,6263,5052,2937,4285,2249,2764,2453,3373,2005,2450,2249,2543,2571,2119,2289,1736,2840,1978,3119,2175,2394,2248,4174,4416,2486,2529,3246,2646,2923,2472,2616,2402,6088,5263,2801,2899,2368,1758,2205,2130,2085,2212,2732,3405,2602,2339,2398,2452,2006,2047,6385,2159,3171,6987,2281,2732,1852,3005,2566,3261,3201,2644,3173,2769,2896,2232,1774,2564,3007,2688,1966,2244,2170,6535,3861,2047,2384,2926,2737,3279,2532,1968,2589,2558,2449,2002,2347,2526,2548,2493,3328,2455,2848,2644,2528,2650,2567,3013,2528,2441,2033,2196,2646,2808,2491,1966,4970,3904,2119,2525,2132,2691,2730,2674,2645,2483,2406,2286,2909,4951,2731,2291,2091,15911,4207,3852,2247,2125,2979,3043,2260,2620,2178,2043,2772,2363,2686,2732,2567,2286,9753,6380,4840,2635,2360,4534,2966,2819,2193,2058,1965,2039,1884,1977,2559,2982,1693,1890,1751,1776,1998,1642,2058,1928,1964,3517,2856,2337,2715,2017,2159,1815,2188,1715,1638,2058,1486,1596,1971,1488,1630,1652,1647,1565,1913,1542,1516,1616,1521,1446,1557,1568,1651,1590,1579,1528,1520,1529,1629,1818,1891,1722,1804,1761,1770,1878,1692,1802,1775,1815,1893,2325,1929,2007,2087,2037,3139,1953,2215,2042,2006,2491,1970,1956,3609,2446,2737,2416,4080,2818,2154,2298,4378,2760,2653,4562,3968,5127,3577,2526,1816,2036,3411,2410,2324,2730,2451,2446,2524,2854,3484,2651,2646,2893,2367,4902,4933,1932,2237,3674,3459,3000,2451,3166,2410,2207,2091,2027,1808,2589,2442,2013,2279,2329,2773,2925,3648,2204,2453,2442,2450,2485,2205,2414,2563,2084,1927,1937,2559,2052,3834,3728,3008,3011,2971,2930,2289,2127,2676,1928,2160,2307,2645,2114,1894,2575,2482,2130,2675,2247,1891,1957,2129,2662,2488,2048,2559,2648,2122,3009,2333,2484,4893,2168,2370,2648,2564,3213,2404,2208,2607,2011,2440,2369,2609,2250,2121,2206,2728,2526,2410,3456,3884,2175,2400,2614,2448,2367,2360,2449,2016,2764,2411,2247,2407,2847,2575,1919,2550,2092,2283,2848,3611,2129,2562,2249,1932,2379,2366,2889,2374,1839,2647,2000,2386,2020,3169,2649,2244,4498,3445,2696,2201,2206,1849,1728,1964,2648,3406,3212,2694,3491,2527,2368,3045,2443,2330,2411,2406,2045,2612,5694,1675,2105,3010,2001,2244,2129,2653,2751,2370,2522,2488,2884,4934,1991,1887,2132,4212,2242,2528,3452,1892,1887,2126,2454,2925,2243,2654,2368,1643,1965,2491,2608,2842,2048,2409,1817,2638,1985,2174,2274,2584,2277,2123,1815,1926,2082,1770,2286,2954,2368,3132,2319,1981,3404,3397,2852,2802,3779,2041,2570,2644,2653,2328,2767,2648,2764,2056,2558,3135,2167,2803,2847,1781,2502,3169,2534,2320,2967,2537,2447,2324,2382,2051,2130,2087,2172,3652,2814,2047,3166,2128,4136,2099,1972,2409,2610,2563,2492,3045,2369,1970,2487,2368,2448,5096,3442,3450,2007,2573,2167,3086,2571,2687,2005,2169,1885,2212,2527,2414,2089,1838,2210,2200,2169,4291,3854,1817,1806,1928,2169,2558,2414,1881,2044,1818,1920,1968,1848,1660,1915,1759,1891,1969,1962,2696,2361,1656,2154,1937,2038,1852,2042,1921,2253,2890,2292,2283,2729,2411,1937,2858,2174,2358,2454,2105,1803,1730,2087,2361,1848,2009,2001,2017,2398,1922,1850,1931,1849,2163,2242,2165,1935,1999,2004,2683,2966,2730,2203,2167,2414,2533,2833,2523,1961,2289,2044,2688,2594,2284,2096,2637,2250,2193,2493,3608,2524,3013,2523,2456,2287,2133,2143,2398,2194,2044,1886,1778,1913,2172,2209,2486,2162,2007,1973,1922,2163,2047,2011,2481,1854,1880,1931,1999,2179,2367,3095,2480,2092,4149,4871,2669,2203,2367,2120,2094,2660,2732,2724,2244,2110,3170,3332,2923,2767,2247,2739,4852,2931,2448,2811,1928,2348,1887,2016,1795,3065,2127,2419,2172,1904,2492,2283,2058,2828,2522,2137,2687,2272,2202,2050,2002,2337,2077,1811,1910,2048,2451,3084,2085,1855,1932,2012,1882,1968,2038,1967,2364,2015,1958,2010,2205,2605,1698,1673,1837,2051,1963,1892,1638,2084,1932,1959,2046,1738,2037,1729,1887,1847,2003,2049,1925,2040,1883,2676,2409,2884,2578,4483,2456,2042,2017,1717,1605,2209,1798,1936,1927,1939,2046,2354,1932,2338,1731,2095,2084,1927,1602,1568,1595,1535,1685,1756,1775,1838,2366,2051,1733,2081,2379,2453,1812,3015,2291,2401,2965,2458,2482,2282,3015,2166,1925,2063,2655,2280,2773,3252,1968,2000,1891,1810,1963,1731,2159,2129,2064,1928,2485,2406,2451,2324,2489,2804,2930,2484,3015,1887,1846,3209,2402,1928,1886,1851,1766,1676,1534,2045,2076,1967,2137,1954,2130,2047,2054,2282,1884,2047,1813,2320,1846,2052,1759,1688,1839,1709,2317,2136,1834,1735,1445,1435,1483,1977,1757,1651,1434,1451,1365,1577,1726,1349,1961,1461,1841,1640,1779,1462,1583,1464,1475,1292,1774,1949,1821,1600,1736,1471,1592,1451,1303,1757,1732,1888,1398,1346,1420,1383,1837,1361,1501,1318,1805,1920,1312,1462,1520,1321,1904,1382,1318,1944,1317,2274,1874,1924,1704,1504,1582,1456,1442,1519,1444,1481,1536,1529,1461,1313,1423,1413,1393,1409,1401,1463,1462,1437,1580,1422,1453,1345,1415,1432,1402,1425,1428,1383,1470,1473,1396,1318,1867,1373,1397,1409,1426,1412,1419,1593,1739,2701,2821,2047,2123,1815,2103,1928,1518,2282,2626,2251,1980,2188,2305,1862,1697,1740,1865,2070,2218,1841,1987,2465,2185,2368,1776,2012,1914,2205,1909,1878,2154,2172,2066,1967,2027,1948,2351,2053,2365,2110,1805,1908,1739,1852,2414,2099,2313,1594,2155,1673,1572,1576,1821,1779,1552,1672,1903,1668,1755,1586,1899,1841,1464,1586,1526,1755,1503,1572,1536,1652,1650,1514,1569,1618,1474,1531,1622,1508,1566,1585,1803,1429,1393,1544,1341,1577,1474,1719,1493,1676,1468,1381,1321,1917,1385,1359,1318,1290,1422,1442,1511,1376,1429,1430,1458,1394,1445,1643,1364,1493,1346,1333,1866,1416,1368,1943,1464,1396,1350,1893,1447,1357,1292,1361,1520,1477,1350,1350,1780,1886,1343,1859,1376,1367,1542,1490,1571,1489,1294,1884,1531,1288,1890,1338,1266,1363,1460,1402,1889,1856,1398,1755,1422,1509,1436,1538,1656,1306,1353,1892,1664,1357,1405,1346,1809,1826,1877,1328,1457,1784,1841,1830,1335,1381,1850,1463,1548,1505,1424,1316,1835,1338,1367,1334,1327,1872,1359,1491,1316,1736,1790,1370,1811,1362,1328,1937,1368,1434,1493,1335,1830,1337,2007,1352,1794,1816,1305,1911,1324,1448,1520,1436,1315,1816,1908,1292,1790,1899,1270,1416,1365,1904,1354,1364,1314,1791,1784,1939,1291,1838,1380,1549,1483,1775,1351,1778,1780,1862,1306,1902,2088,1531,1493,1371,1902,1396,1364,1338,1342,1383,1377,1577,1458,1598,1284,1354,1348,1299,1812,1835,1412,1319,1406,1522,1466,1814,1791,1331,1349,1353,1353,1334,1980,1653,1849,1401,1630,1778,1845,1810,1818,1338,1976,1905,1833,1824,1855,1308,1812,1799,1871,1478,1457,1719,1866,1284,1749,1744,1741,1740,1769,1955,1550,1707,1788,1804,1807,1828,1303,1804,1859,1387,1825,1426,1338,1443,1435,1332,1789,1770,1754,1870,1598,1502,1359,1805,1912,1424,1438,1415,1414,1657,1447,1829,1453,1301,1925,1406,1422,1415,1478,1527,1381,1687,1882,1537,1486,1402,1960,1425,1516,1328,1844,1501,1397,1530,1630,1503,1473,1419,1520,1533,1530,1528,1532,1351,1518,1435,1620,1380,1911,1535,1453,1465,1413,1412,1817,1391,1442,1701,1492,1414,1408,1401,1446,1447,1447,1479,1635,1468,1414,1247,1908,1360,1802,1453,1404,1448,1382,1411,1334,1440,1507,1370,1311,1878,1405,1398,1372,1720,1858,1389,1752,1775,1371,1448,1328,1436,1450,1421,1431,1507,1577,1644,1410,1766,1574,1390,1869,1870,1434,1623,1467,1340,1523,1661,1652,1544,1525,1929,1447,1484,1870,1569,1716,1573,1655,1530,1540,1601,1706,2056,2016,1729,1645,1780,2023,1973,1518,1577,1689,1975,1592,1590,1728,1669,1797,1762,1696,2196,1972,1893,2008,1963,1690,1989,1915,2092,2005,1763,2285,2690,3688,2285,2732,2418,2565,2491,2968,2563,3214,2326,2969,4575,2167,2167,2290,2447,1968,2285,3729,2208,2815,2325,2048,2930,2203,3052,2567,2852,3002,2051,3221,2116,1934,1897,2095,1967,2366,1919,1926,1894,2161,2161,1970,2164,2056,2083,2131,2037,1848,2196,1759,1834,1679,1927,1844,1919,1886,2242,2219,2927,2529,2610,2087,2805,2205,2243,2611,2059,2229,1915,2010,2122,2570,1969,2404,2571,1837,2278,2332,2487,2488,2243,2533,2607,2640,2452,2368,2113,2331,2081,2460,2291,3203,2511,2408,4052,2298,3084,2206,1816,2455,2575,2330,2365,2729,2488,2769,2802,5703,2769,4177,2970,2969,1848,2527,2325,2368,3004,2775,2618,2370,2600,2571,2570,2887,3371,2688,2651,2206,2088,2725,6421,2290,2047,2848,2442,2369,2211,2484,2544,2002,1972,2086,2335,2357,1813,1979,1767,1879,2084,2048,2042,2537,2704,4129,2011,2081,2173,2082,2286,2526,2853,1925,1850,2683,1964,1974,1842,2284,2014,2355,2739,1798,2690,1772,2396,2339,1879,2614,2770,2245,2249,2126,2198,1851,1811,1795,1735,1765,1799,1801,1845,2367,2141,2124,2971,2480,2056,1964,2164,2086,2599,2324,1922,2289,2402,3208,2209,2524,3210,1981,2209,1608,2004,2405,2729,2330,2147,1900,2283,2083,2452,2682,2372,2165,2806,4938,3650,2367,4862,2280,3688,2573,2250,2364,2734,2483,2650,2326,2452,2607,2209,2410,2091,2033,2335,1960,1884,2083,2125,2098,1996,2209,1924,2519,2322,2848,2289,2485,2653,2203,2528,1966,2288,1807,1776,3113,2369,2725,2250,2801,3175,2643,2487,2453,2329,2126,2487,2172,2560,3097,2525,2643,2533,3090,2321,2569,2730,2491,2486,2366,4334,2568,2649,2649,2127,2485,2406,2207,2158,2652,2480,2452,2258,1909,2851,2361,2615,2200,1846,1925,1883,3012,2233,1932,1921,2019,2002,2009,2198,2327,1774,1884,1999,2045,2171,1962,2889,2334,1963,2248,2126,2325,2401,2099,2718,1993,2053,2245,2528,2364,2401,1889,2201,2369,2528,1804,1976,2086,1994,2291,2043,2014,1924,2039,1968,2045,2377,2038,2048,2123,2086,2135,2278,2539,2326,1760,1889,1965,2407,2207,2045,2004,1772,2115,2535,2007,1921,1846,1806,2052,1796,2051,2410,2126,2498,2766,2483,2834,3815,2013,2086,1881,1847,1849,2083,2285,2165,2082,2130,2405,2308,1918,1856,1919,2214,2125,2084,1885,2042,2168,2121,2449,1971,2046,2326,2169,2120,2051,2332,2075,2219,2195,2137,2035,1856,2165,2642,1891,2038,2211,1840,2169,2015,2047,2079,2009,2005,1799,2339,2045,2679,2250,2412,2123,2051,2198,2164,2371,3005,2608,2172,2368,1799,1889,2471,2817,2518,2451,2204,2459,2217,2024,2015,2512,2036,1976,2085,2444,2169,2599,2049,2686,2367,1978,2568,3287,2445,2485,2490,2450,2613,2118,1836,2413,2752,2032,2161,2529,2258,2039,2123,2370,2328,2890,2202,2613,2445,2280,1735,2391,3086,2936,2964,2286,3611,2689,2521,2327,2730,2411,2406,3168,2449,2683,2650,2773,2647,2376,2204,1732,2040,2003,1738,2516,2613,2128,1966,2128,2089,2124,2164,2092,3408,1805,2718,2127,1968,1930,2291,3007,2010,2004,1924,2081,1976,2044,2043,2050,1916,1972,2049,2330,1842,2049,2281,1961,1854,1998,1845,1644,1854,1761,1728,1683,2282,1749,1874,1938,2237,2937,1927,2036,2016,1957,2446,2206,2095,1812,1744,2570,2281,2292,2124,2110,2049,1883,2768,3131,2452,3159,2208,2382,2402,2575,2647,2561,2529,2326,4454,5025,2126,2243,2413,2443,2128,2643,2246,2536,2444,1986,2125,1930,2470,2287,2409,2080,4216,2245,1931,2854,2571,8651,2564,2119,2120,2217,2126,1996,1812,1960,2008,2024,3811,3015,1805,2236,1933,1769,1967,1999,1959,1691,1845,2010,1929,2039,2176,2323,2730,1927,2031,2084,2217,2120,1892,2968,2407,3493,2364,2612,2207,2048,2003,2089,5096,4085,3053,2085,4249,2451,1903,5651,2288,2164,5923,2048,2042,2334,2054,1803,1846,1850,2249,5132,1968,1884,1805,9831,9777,2094,2653,1966,2929,5051,1825,1924,2512,6513,3532,2331,1759,2659,2403,2848,2309,2368,2245,2006,2294,3084,4088,2607,4296,2084,2332,4693,1967,3536,3369,2076,1879,1931,3128,1843,2005,2011,1880,2136,1919,2123,11783,5145,3276,3154,2529,2241,2329,2415,7819,1933,1802,1925,1968,1844,2086,1688,11913,1815,1884,2529,3961,3173,2056,1686,1657,2221,2130,2698,2118,1931,4289,2892,2489,2080,3376,2369,1892,1896,1922,4981,2003,1769,2167,2014,4406,2052,2116,2168,1610,2165,2123,2449,2371,2167,2119,1935,1960,2364,1846,2206,3776,2005,2399,2323,1854,2103,1774,2124,6186,4327,2637,4933,4775,2744,2561,3566,2535,5287,3174,2566,6589,2284,2328,3772,3015,3409,4131,2009,1923,2408,3891,6700,2447,5498,7862,1856,1846,3408,1848,2292,1922,5890,2023,2038,2049,6617,6123,2327,7698,2847,2472,1846,4693,1813,2646,1679,2577,4141,1909,1936,1801,5611,4251,3006,2573,2050,1964,1698,3093,1898,2013,2372,5445,4285,2057,2286,4741,1676,2296,2038,3499,3884,1894,1689,1875,2048,1816,1880,1688,1662,2405,2273,1818,2080,1970,1770,3169,1678,1648,1844,1892,2038,1967,1611,1671,1685,1686,20133,2097,2082,1765,3890,3779,2681,1852,1806,2927,1759,1805,1841,1817,2779,1645,1594,1773,1603,1804,1800,1619,1610,2480,1889,2638,3125,1783,1638,1649,1559,1807,2078,2364,2177,1678,1849,1684,2495,1801,2008,1606,1766,3284,1899,2251,2532,3447,2728,1799,2098,1920,1990,1811,2253,3377,2373,1769,2678,2052,1851,1915,2415,2049,2772,1687,2123,1687,1723,2504,9900,2563,2542,3649,2729,2728,6191,2568,2440,2329,1934,1960,2128,2004,2315,2725,2134,2127,2238,2815,2634,2449,2198,4816,2451,2569,2043,1892,1878,2044,1974,4164,5584,2183,2947,1850,3308,5568,4656,2763,2367,3123,2573,2573,2203,2204,3459,2242,5944,2051,1965,4814,2320,1936,2157,2088,2329,2756,2529,3330,2177,2176,3602,1888,1968,1767,1928,3169,2128,2542,2494,2488,2034,2898,2353,2060,2617,13549,2282,1810,1876,3968,2411,2004,2163,3933,2770,2568,7465,2647,2045,8756,2324,2247,10239,2047,2133,1877,2491,1803,2053,2086,7556,3170,2088,2076,1849,3189,2245,2572,8183,5498,3289,10185,3854,1882,1890,6981,2321,2330,1925,2001,7477,2243,2284,4905,5369,2052,1891,3561,1889,1847,2289,6852,1972,2040,3093,8928,4850,2162,2146,10098,2482,2486,10332,1919,1770,1800,1766,8273,2081,2312,4288,2735,2483,13686,2041,2088,2002,2052,2124,1933,3201,7225,3281,2315,3973,7867,2045,7000,7592,2128,3004,2453,3736,4080,2289,2049,7126,1891,1848,2407,4291,3502,3318,5216,2134,1800,1856,1964,1996,2207,1976,4287,1758,1648,1696,1633,2405,2089,1930,1856,1676,1834,2233,1808,1688,1619,1563,1680,1614,1720,1690,2241,1777,2193,2930,1827,1920,2086,1933,2082,2015,2358,3768,2367,1893,2005,1771,2682,2855,2326,1806,3038,2047,1723,2378,4074,6371,2037,2097,2032,2625,2368,2319,3211,2093,1936,2324,7356,1802,1763,2249,1772,2121,3923,2688,3246,2284,2533,2209,2367,1887,2553,3037,1962,2410,2287,1784,1801,1765,1923,1778,2368,1960,1918,2337,1965,2162,1933,1838,3057,1724,1974,1608,2167,2099,2047,1640,1769,1763,1682,1530,1596,1820,1437,1454,1514,1523,2138,1557,1851,1528,1523,1807,1448,1835,1520,1578,2564,1899,2107,6027,3450,1964,1762,1688,8088,2725,2730,14970,3207,2375,1923,2092,3211,2088,7302,1772,1897,2294,1646,4341,2045,2365,3053,4654,2245,3974,2281,2089,2044,10275,2282,2206,7984,6460,2287,6459,7944,2768,10197,2445,2447,15250,2366,5939,4608,3413,3090,2403,2410,6017,2891,2202,7022,2771,3211,6178,1888,1995,2288,2689,2448,2642,6462,2404,2293,6259,2282,3576,4456,2324,2332,7015,2258,2121,2910,2363,2450,3603,8234,2361,2572,4317,2116,2132,1919,2293,2762,2564,3337,2400,2086,1928,1885,1964,2248,2323,4542,2044,3731,4693,7378,6790,3605,30252,7212,3047,2045,12642,2363,2175,8224,2772,3298,13516,3758,8364,25241,4373,10834,2366,9815,7174,2496,6375,3255,2486,3529,2930,4986,10981,3534,4132,4345,1811,2251,2840,7949,2289,2290,12806,2604,2535,15890,3165,2449,6735,2737,21708,1795,1884,1891,6818,7887,1906,1920,1801,4820,3113,1680,3715,2169,2572,5375,8383,2247,8194,6493,2174,11489,2375,2362,12401,2488,1826,6505,5494,2976,9862,21361,4144,3365,2608,3733,4577,2119,12601,2323,2167,12037,2132,2327,11115,2687,6779,10952,15046,3179,2452,2410,4181,2012,1881,2693,3246,2551,2251,6940,2132,2442,8427,1806,4423,5070,2245,2125,4698,2204,3010,12438,2511,3968,2771,4729,3988,2530,10444,2045,2100,4535,7300,2129,2286,17169,2052,2495,27077,16603,1847,37825,11810,2651,20626,2406,2236,14406,2083,2203,12120,2416,17830,9500,2212,5699,2247,2360,4340,2440,2615,4380,2566,2526,16133,1965,1853,1928,6487,2724,2412,15931,2650,1958,1976,10028,2605,2208,9457,2005,1929,1884,2117,9911,1924,1886,1778,1993,7747,2256,2195,1849,5986,1918,1963,1964,8233,6140,2526,1959,6329,4344,1844,1807,1722,6383,5501,2319,1605,1641,1685,1607,1724,1734,1712,1888,1681,4494,1497,1565,1958,1613,2793,1738,1957,1659,1708,1687,5101,1767,1800,1739,1639,5296,3617,2610,5125,2446,4539,4409,2568,5339,3370,2495,6752,7020,2647,3151,8673,2407,4096,2239,2211,7664,3824,3855,4987,1935,1921,2053,2602,2452,2800,1924,3185,2128,2414,2036,4016,2528,2164,3052,2608,2286,2451,4017,2404,2009,6454,10327,2055,2130,3020,1926,2115,2330,6886,2248,2004,8184,2249,1929,5777,7329,2871,8869,10664,2043,1931,3810,1930,1875,2485,3978,2281,2164,7985,7180,3095,9061,2812,3123,4738,2490,2218,1807,1764,4566,4166,1867,2086,2998,7100,2494,2762,5181,1967,2123,2697,1920,2214,2246,3371,2165,2146,7741,1962,2092,2389,3534,2404,1802,2325,1729,2191,2924,3693,2447,1869,2260,1886,2248,2569,6135,1834,2035,2286,3145,4501,2236,1993,2773,2934,2011,5724,2331,2525,2934,2404,2774,6749,2003,4374,3400,7586,3087,3095,8386,2077,1842,2008,2247,1882,2046,2215,3638,2058,1841,2279,5342,1966,1762,1775,1844,2263,2447,7824,4088,1776,1959,7707,3084,2209,2209,2167,2131,6714,7704,3640,2410,2251,2493,2025,2078,1970,3618,2552,1768,1807,2640,2017,1833,2419,3969,1718,1962,2416,1598,4824,1756,1691,1679,2037,1873,1845,1729,1885,1809,3125,1931,1882,1809,2605,2048,2208,1727,1846,2919,1813,1840,1963,2452,2443,2809,3537,2482,1926,2283,3896,2604,2092,2037,2715,2284,2575,1967,4655,2248,2205,2042,2408,2808,2967,2292,1655,1894,4026,1875,2286,2732,2447,2172,2607,2247,2511,2194,6058,2375,2117,8327,2220,1965,2127,2977,2171,2008,1918,2782,2244,2205,2528,2781,2768,2453,2084,2088,2442,2176,2726,2564,2366,2015,1918,2745,2442,2201,2097,1958,1885,2007,2382,2207,1929,2178,3529,1969,1817,2312,2616,2682,2807,3776,2121,4302,2445,2523,1897,2474,1971,2071,2528,2209,1805,2123,1968,1924,2000,2296,1845,2405,1963,2010,1925,1964,2288,2692,2203,2249,1881,2084,1972,2529,1961,2085,1930,2080,2940,2763,2245,2330,2412,2372,2047,2008,2204,2374,1929,1844,1848,2126,1841,1802,1804,1853,2207,2166,4015,2001,3005,1844,2048,2044,1814,2404,2006,2006,2249,1998,1928,2960,2606,2566,3291,2566,1974,2180,2318,1967,2126,2122,2013,1760,2427,2250,2046,1837,2011,2001,2398,2482,3096,2767,2048,2442,2366,2288,3089,2850,2486,1854,1597,1867,1967,2205,2041,1927,2128,2085,2175,1644,1765,2518,1925,1892,1965,1920,1899,1961,1959,2466,1884,2212,2649,1987,2979,2724,2490,2961,2149,1916,2084,2133,2572,2678,2204,2715,2884,2651,3328,2727,2884,2734,2368,2649,2281,2642,2370,2169,3004,2570,2569,2492,3048,2487,2487,2327,2172,2481,2328,2245,2652,2692,2244,2006,2529,2810,2246,2770,2290,2606,2249,2412,2205,2927,2211,2287,2925,2218,2487,2250,2407,2646,2067,2188,2251,1786,2531,2566,2335,2684,2013,2883,2729,2327,2291,2730,2402,2333,2244,2367,2322,2772,3002,2614,2524,3253,2642,2527,2775,2726,2564,2573,2442,3860,6377,2449,2200,2130,2724,7984,2492,2964,3252,2646,2447,2773,2162,2293,2367,2443,3242,2374,2169,2285,3973,4740,7865,3260,2567,3690,2007,4574,1963,2213,4217,4176,2169,3376,2400,2005,6467,2043,2448,2242,2451,2451,3322,2892,2252,1922,1960,2249,13519,2242,2972,1878,3267,2155,1976,2333,2126,5390,3443,4850,2358,3125,4281,2646,2290,4367,8225,3011,2932,2649,2248,2240,2171,1926,3770,4536,2488,1717,4650,3452,2488,2771,3333,3526,2974,2448,2364,3051,2207,4296,2727,3008,6344,2323,1921,2095,2606,2406,2807,2409,2324,2607,2526,3575,2806,1932,2074,4300,2279,2371,4450,2252,2678,2898,3646,2371,2440,2368,2205,2289,2528,2248,2766,2293,1986,1805,3860,3170,2565,4766,2206,2536,2928,2327,2128,3700,3008,2202,2243,2893,2600,2895,3536,2043,2182,2167,2429,2847,2804,3974,1935,2323,3004,2207,2456,2805,2288,2764,3449,2327,2688,7594,2563,1826,2074,5748,2285,3647,4859,2327,2163,5695,1885,2535,2167,4365,2535,1803,1806,4469,3213,1654,2213,8295,3653,2284,8704,2286,8297,6851,2169,6180,2489,2167,2126,1886,1788,1937,6154,2121,1852,1887,1882,2235,2039,2487,3607,1991,2731,2141,4042,1845,1838,2257,8417,3018,2404,10032,3124,5866,4495,2112,3695,11715,2287,3068,17249,2254,1883,3255,3813,2374,2233,1956,2088,2559,1819,4563,11789,2285,1969,3146,4214,2324,5450,2286,2250,8180,2290,2050,6533,2649,1885,3260,2413,2239,4334,2132,2651,2607,2242,2367,4811,2294,2487,14839,3170,3373,4334,3370,4213,4651,2848,9972,2253,2202,6186,2686,2648,16928,4337,14165,9792,2696,3936,2282,2206,5216,1886,1808,1882,3394,2535,1924,2377,3531,2516,2272,3656,4059,2684,5732,5065,3473,2771,3588,2008,2407,1885,1931,2000,2074,2410,7221,2807,2496,8863,2284,2331,9709,2206,8063,3289,2410,6297,2809,2283,2729,2129,1931,2064,2807,3735,2211,11067,2413,6177,5713,2414,1992,30693,11323,2484,7477,2807,3415,1880,3795,4942,1915,2004,2336,2846,2614,5376,2205,2451,6084,1857,2099,2047,4939,1893,1801,2402,8037,2077,2138,2410,10387,2928,2649,4538,2449,4497,2597,2049,1835,10722,2566,1919,3073,5177,2807,2247,2811,1973,2002,2525,4378,2168,2845,5971,4973,4851,10757,2419,2486,4615,2596,2971,9601,3129,2685,2567,2166,2479,6989,3323,2531,6175,2339,3689,5502,2167,2443,5535,2284,1907,6058,2101,2001,2896,4400,1851,1921,1895,2569,2233,3204,2025,2966,2288,2239,3092,2168,4175,4653,2247,3609,2249,14806,2920,2498,2135,3886,4444,4328,5856,4664,2314,13340,4565,3411,5505,2210,2153,7801,2221,2884,1886,2175,2002,4082,2933,9111,6496,1670,1778,2087,1596,1575,1643,1834,2171,1770,1833,1693,1642,1537,1629,1647,1579,2033,1736,1724,2193,2215,2450,1741,1832,1600,1534,1636,1583,1630,1724,1977,1837,1652,1677,1896,1689,1874,1806,1883,1533,1769,1643,1728,1771,2609,2057,1753,1732,2567,2123,1843,2005,2287,2392,2251,2203,2243,3127,1612,3244,2848,2811,2449,2608,3137,6607,2812,2487,2524,3811,2688,3615,5455,3494,2728,2410,2446,2603,2694,2491,3084,2087,3528,2337,3357,2574,1887,1937,2057,3763,1965,2392,2569,5020,3093,4014,2612,2405,3410,2324,2127,2132,2198,2116,1925,1819,1685,2132,2433,2241,2485,2285,15243,4819,2409,4382,2766,2014,3610,1875,1895,1964,1920,2605,1812,2039,4414,2246,2291,4691,1850,4639,2289,7180,2329,7378,2378,2203,5338,4254,2532,4852,5186,2573,2360,1927,1927,2372,2812,2162,2405,2128,3211,2445,4093,2892,2879,2289,8989,2380,2322,4747,2005,2490,4436,3252,2320,14571,2737,2360,7781,2227,2405,3734,3696,4094,14880,2089,2843,12638,11158,11199,2973,2601,6859,5017,4818,5250,2568,3898,7825,3566,4494,4413,2203,2290,1969,2645,2572,2648,3366,4772,2930,7103,2564,2174,4894,3169,3169,2330,2446,2130,2450,3244,2609,3366,2333,2165,2564,2287,2850,5189,2683,2089,2694,3854,2645,2254,3322,1924,2171,7590,2506,2445,4774,2772,2211,2324,2247,2127,5459,2617,2605,3127,3975,2247,3165,3136,2206,1969,2847,2447,2850,2484,2170,2806,2212,2728,2528,2196,1976,1952,1811,2555,2594,2726,2282,3208,2370,1922,2456,5176,2331,5934,2251,1829,3156,2011,3323,2131,2562,2329,2612,2608,2729,4280,4490,2283,2089,2049,3471,1734,2077,2320,2011,1964,1841,2275,2890,2563,2047,2125,2245,2084,2047,5566,6771,3179,2048,2696,2565,2292,1890,2178,3702,2484,2246,4977,7935,2245,1893,2895,2305,2532,3094,3058,2249,2613,7059,2451,2003,6414,2572,2488,5213,2208,2926,4163,2206,2403,3412,2049,2119,6381,2569,2533,5175,2121,3088,4583,2845,2131,2083,1927,2410,2087,1910,3647,1814,2357,1857,2098,4663,1735,1680,2125,2364,1968,1811,1839,3349,1924,2127,1852,3365,4309,4535,7065,6008,3563,1813,6015,2523,2412,4365,4529,1888,1810,3787,2091,3528,20941,2244,2126,3971,2371,3484,5862,2678,2409,8428,2248,2445,2205,2571,2131,2154,2488,2525,7869,2287,2563,2277,1806,1896,1877,8468,2012,2280,1811,2968,1961,2166,1975,2996,1898,1845,2002,5851,3018,1976,2883,1876,2547,2923,2751,3780,1928,1799,1768,1761,8189,2770,2408,2285,2171,2719,5627,1965,1912,2041,3345,2726,3488,2808,2693,2240,2406,3012,1885,3365,4904,5082,4610,1925,2968,2128,1930,2134,1996,2122,2416,2528,2164,2087,2769,2118,1845,1929,2407,1968,1887,2094,2208,2452,2073,2849,2048,2040,2409,1948,1971,1921,1845,2040,2461,2366,2042,1922,2317,24614,2005,13559,4580,2128,6775,2412,4767,2376,3325,7422,12121,2491,7077,2609,3533,2095,2815,2372,1876,2164,2291,3488,2575,2122,3011,1927,1804,2270,2530,2424,2285,2336,2319,2459,3004,1807,3495,3138,2117,2413,2886,11049,4322,2934,2848,2375,2769,2354,2253,9151,2478,2292,2287,1978,1849,2091,1855,2801,2059,2189,1962,2643,5942,4006,2253,2448,2364,2928,2204,3936,1931,1882,3786,2325,2450,2565,2124,2854,2601,4180,1613,1847,1956,2092,1811,2240,1764,1803,2652,3652,4172,3886,4461,2599,2111,2929,2133,3807,4616,3975,2250,2604,5055,2455,1932,2359,2090,2486,9837,2448,1895,27080,10329,2569,7954,2132,2160,17568,2754,4578,8188,14564,5276,7011,2437,2381,1848,6495,1885,2047,4128,2939,1961,2851,4772,5460,4244,4022,5807,2009,2247,2487,2826,1646,1650,2087,9279,8790,1944,2726,8448,2088,2046,11631,2410,1888,4426,3299,2570,1963,1605,3134,9213,25949,3805,34177,41227,15561,34351,12720,2364,14048,2119,13212,6933,2031,5487,3890,2047,2163,3949,3247,2168,6864,2335,3687,4893,2448,2645,2291,3172,2241,3251,3606,2364,1927,2290,7658,2167,2126,2330,2412,2403,6105,2410,2326,6785,2440,2173,4435,2443,2357,15597,1973,2090,3004,6863,2880,2890,2045,4177,5256,3329,27495,1678,1822,2052,9254,3044,3008,27693,1600,1999,1855,3363,1883,2165,2016,2485,1923,1806,2088,11217,9471,2768,1854,4692,1956,2206,4809,3375,2684,2245,2938,2800,5700,2050,2069,1883,2525,5371,2005,3933,3425,2089,2289,5064,2283,2116,2168,2847,2489,2130,6577,1960,2924,2003,2767,4020,1958,2043,1968,5898,3339,1927,1834,1809,2374,3238,3891,4892,2287,3856,6333,2810,2853,6053,2247,3328,4132,40682,37121,4770,18503,29757,11554,6699,1965,4686,4052,2178,2562,5216,4297,2133,9625,3572,1864,6288,2443,2567,9073,2725,3607,16778,2972,12116,2409,4336,45575,2410,2407,34138,2571,3052,13956,2653,20376,21356,2037,8146,2727,12274,11359,2144,1852,4453,2437,2550,2009,4987,2813,2247,13959,2888,2444,7665,2408,2444,5662,2209,2323,5257,2689,2243,19540,2329,6659,2886,2528,9154,2286,2531,11834,2491,7985,6806,2971,8668,11594,2406,1570,5046,5936,7429,1921,8640,1867,1881,1852,6139,8266,2246,3508,8275,2003,1845,1914,11246,2115,1969,2209,15730,2403,2052,2042,30576,18819,2633,16324,1959,1807,9929,16244,2174,12637,2932,2768,10172,1924,2145,4888,6943,1676,2490,1920,4742,2318,2900,2047,2325,1805,2045,1887,1885,5560,2331,2445,9798,4218,2328,8182,3533,1931,2255,10492,2372,2214,3368,2041,2611,4497,2046,2207,5873,6427,1849,2370,1725,8187,2640,2095,4207,2125,2290,6661,5017,4410,6221,6817,2889,4856,4054,1926,1828,6744,4457,2447,2081,2211,2520,9234,6072,1837,3691,6302,2291,9823,2448,2294,6097,2366,2166,3616,2121,2208,11098,2452,2325,6984,4490,6058,2171,9988,4895,6388,5970,2406,2885,4582,2043,2770,1919,6341,2009,2163,6384,2286,2243,9267,2171,2203,6702,7742,3812,3618,2367,5537,2086,2122,14163,2692,2405,6133,2771,2490,5377,2404,10671,11517,2492,4727,2290,2168,5019,2563,2252,12194,2365,2404,9878,2128,1959,5006,9365,3043,8597,2606,2363,6379,8763,2729,12672,11916,2286,6580,10715,2086,6221,2325,9785,8875,2078,5260,2006,2564,14573,3489,2801,8794,2568,2688,9932,2157,2243,16545,2223,4648,11676,8059,3088,6459,6787,2007,3641,6395,2568,7063,5860,2170,5012,4211,3491,7982,2689,7059,10106,3534,3408,2208,3168,4898,3685,4021,5972,2602,2104,2236,9071,3737,2047,1799,1772,3769,5945,2314,2376,13046,2753,2324,6455,6339,2526,7629,2282,2083,4254,4621,2627,2013,1772,1835,1937,1879,2054,2021,2849,3163,1966,2391,3011,2406,2771,1964,2195,5944,2006,2002,1973,2970,1953,1972,1967,7701,7348,2524,2596,10706,1896,2005,2890,2326,2372,7340,2216,2034,14165,5165,4934,3607,12240,2047,8508,7676,3481,2487,2457,4280,1732,1851,2120,2932,1805,2251,2114,4541,3012,1839,1802,1885,2497,2042,2045,1651,1754,2493,1932,2045,2265,1766,1795,2967,1969,2133,1640,1790,2055,4165,3097,1646,1721,1646,3902,4872,2880,1612,1603,2538,5488,1678,2024,1798,2574,2757,2087,1734,1963,7177,2244,2017,1955,2693,1845,1729,1845,2603,2352,2360,2457,6765,2917,2290,1722,3978,4208,1924,2090,4483,2611,2008,1848,1999,1691,2600,1764,1686,1654,1640,3202,1723,1782,1797,2498,3609,1968,1808,1801,3654,1954,1735,2117,1887,3823,1881,2317,1810,1759,1536,1597,1648,2216,1708,1607,2460,1720,1603,1597,1564,1693,2246,2111,1770,1646,1570,1599,3931,2018,1519,2005,1691,1591,1529,2642,1931,1612,2032,2225,5409,3368,2293,2040,1600,1572,1721,1808,1562,1529,1642,1537,2550,1939,2120,2163,1765,2687,3140,1770,2047,1771,1868,2808,2295,1872,3050,2576,1843,1919,5662,1779,2352,2489,2406,3259,2086,2707,2206,1696,1680,1680,2367,2130,1690,2600,1967,1886,1765,1964,1696,2123,2880,2480,2092,3133,3848,2841,2488,2972,3613,2699,1980,2147,2174,2120,2173,2371,1955,2367,2246,2369,2207,3082,1933,2370,2815,1771,1916,2158,2363,2971,3208,2166,2655,3413,2043,3451,2887,2209,2526,2091,2126,2481,2376,2243,2366,2367,2049,2133,2771,2282,2409,2126,3455,2403,2409,2004,2130,2127,2723,2168,2327,2004,2694,2565,2953,2122,2211,2207,2202,2330,2323,3047,1767,2754,1677,2604,1965,1694,2431,2326,2332,2001,7141,2325,2219,1916,8076,1717,1812,2000,2091,1968,2341,4572,4618,1765,1882,2013,1960,2084,1771,1684,2430,1958,2134,2689,8623,4964,2452,4194,4171,3206,2568,2390,1877,1967,3496,2367,1694,1728,1847,1958,2129,1888,2037,2418,2035,2460,2219,2978,3402,2932,2398,1917,2852,1969,2126,1880,1843,4138,2169,2362,5183,4095,2260,2122,4690,2931,4572,5664,2321,2012,12799,5045,2773,7112,15727,1940,1723,7588,4970,2168,8163,2252,3017,14636,1788,1803,1985,10740,4263,9368,4263,1892,2121,4572,2252,1877,1802,39051,2056,1917,2475,2323,2372,2729,2125,2239,2125,2377,3131,2883,3008,2293,2883,8589,2325,2967,2093,4209,2043,2212,2805,1971,2323,3730,3569,3696,3091,2930,2887,2404,2847,2452,3167,2005,2652,2203,2407,3364,33869,2396,7389,2809,4373,2769,2047,2614,2886,2322,2409,2332,2127,1886,2365,1855,3004,4059,2203,2725,2253,5489,6386,3513,5456,2841,2409,3735,2165,3414,6618,3790,2682,12037,2609,3292,12380,3246,3124,5940,5218,3688,2124,2612,4408,2086,2093,1819,6853,3645,4460,8945,2158,3484,2127,5774,2647,2353,2794,2321,2214,5781,6614,2293,3528,5536,2295,25029,2200,2101,6691,7037,10993,1931,7380,2597,1768,1763,11792,2763,2534,21600,14058,2889,4982,1919,1892,10013,1802,2165,2087,2011,1720,1651,1728,4246,5201,2216,2132,8366,5896,11676,3810,4816,3089,2409,6542,2408,2123,26322,4292,2089,2170,2281,2049,4024,2044,2605,4015,2366,2607,3527,1812,2201,6513,3442,4340,6287,2609,6951,2206,2084,5141,5609,2292,3295,2683,3045,11197,14793,2040,6673,3416,2293,2567,2885,1892,1796,1845,5576,6364,4733,3152,6333,2679,2408,5504,2330,1760,7500,9949,2084,10581,5338,8707,4729,2449,5336,2607,2449,3733,3088,4616,14006,5528,2046,8394,2278,1932,4421,2045,2126,2322,2329,1928,1852,2151,3418,1885,2000,2368,2655,2526,2284,5016,2324,2612,3452,2285,2162,2129,1928,2023,3693,5217,3091,2410,1879,2273,2210,4263,1884,2211,1772,2075,2613,2368,3928,4975,2347,2131,4554,2046,2090,3855,2485,1858,2488,3967,1928,1977,1922,1888,1797,2447,1695,2121,3804,1812,1849,1963,9152,4182,1901,2268,2727,2606,2696,4168,2292,2681,2975,5291,4256,2247,2854,5539,3925,2374,2128,2442,1860,2044,1761,1941,1888,2655,2487,2130,3210,2561,5899,3328,2122,2409,2606,2335,1949,1800,1957,2201,2090,2206,2373,2842,2173,2364,2364,2008,2569,2363,2293,2359,2208,2013,2085,2085,2125,2128,2489,2327,2087,2407,2169,2608,2124,2088,2205,2087,2170,2644,8704,2411,2090,2287,2200,2012,2446,2367,2128,2082,2208,2170,2162,2163,2209,2206,2322,2368,2123,2164,1886,1972,2489,2487,2329,2324,4376,2771,2375,2523,2648,1942,1958,2158,2049,2055,2326,2037,1920,1697,1961,2145,2125,2289,2648,2293,2241,2089,2089,2486,2124,2446,2695,2205,1966,2081,2126,2008,2328,2201,1824,1764,2689,1934,2037,2248,1729,2325,2064,6069,3145,4856,2368,2363,3501,2732,2370,2766,2522,2617,4532,4574,3490,5359,3465,6648,2530,2692,4088,2210,2849,2329,2240,2326,5791,2086,1959,1884,2722,3484,163255,2121,2266,2570,58678,2365,2973,2925,3809,1778,1846,2125,2399,2052,2082,2122,2087,2043,1781,1885,1899,1984,1808,2034,2368,2243,1817,2086,1963,1886,1696,1874,1694,1761,1733,1794,1965,1889,1973,1802,1919,2380,2282,2079,2166,1967,2728,1917,1720,1887,2308,2003,2756,2294,2211,1838,1732,2146,2251,1764,2003,1726,2525,4086,2128,2403,2088,2084,2292,2934,2414,2360,2208,2125,2568,2050,2044,2129,1881,1888,1963,2051,2295,1896,1768,2185,2410,2451,2404,2166,2128,2169,4973,2208,2120,2130,2122,2573,3406,2207,2448,2406,2771,7628,2125,3974,3611,2808,9749,2283,2127,2490,2486,2165,2689,2609,1803,1886,1844,1847,2246,1721,1892,2092,2804,2170,2651,2287,2365,2288,2445,2646,2591,2223,2399,2123,2125,2044,2170,2323,2124,2166,2405,2125,2052,2043,1993,1766,2047,2523,1852,1925,2219,2325,2171,2036,2049,1972,1878,2320,2093,2046,2248,2365,2000,2008,1738,1756,2011,1961,1851,2087,2329,2047,1889,2202,2200,2131,2724,2532,2241,2375,2204,2282,2249,2729,2083,2044,2205,2050,2005,2092,1967,2037,1771,2126,4295,1927,2368,2051,2002,2291,1962,4170,2087,2369,2807,2257,2442,6137,2729,2125,2248,2128,2081,1890,2208,2123,2324,2124,2055,2002,1964,5255,2492,2241,2292,2570,1891,2040,3653,2331,2327,2123,2450,2689,4775,2446,2321,1870,1736,1795,1726,1774,2444,1845,1800,2135,1884,1764,1917,1859,2315,1962,2209,2084,2098,2279,1895,1893,1730,2011,2722,2008,2372,2449,2723,4222,2076,2171,2609,2453,2200,5375,2166,1995,1844,2324,2245,2645,5301,4405,2173,11151,1894,2190,2129,10148,5669,2281,7263,4528,2533,3005,2728,3739,6702,2167,3688,4448,2331,2531,2162,1841,2090,5458,3243,2332,2806,2524,2173,2208,2520,3053,3004,11319,6622,9379,5581,2524,1888,6446,3418,2454,2007,7705,6817,12510,2289,1924,3641,12280,2371,7664,2487,2333,3008,2409,5089,5337,2534,44572,5853,54203,6818,2813,4979,4284,2729,2492,2174,2526,6542,2243,2684,2451,4131,7386,2809,4046,14968,4535,2407,9552,24151,8943,8662,2319,2443,5181,2844,6846,3321,2325,2291,5858,2289,2404,5138,7818,3365,3529,4380,1897,1733,2202,2100,1725,1842,1840,1774,1835,1810,2055,2686,1905,1966,2000,1767,1758,1755,2063,2211,2480,2330,2286,2452,2737,2162,2012,2064,1888,1774,2039,2027,3768,2648,1880,5122,2014,1858,4401,1895,1850,2000,1962,1770,1801,2947,1534,3158,2285,1813,1726,1967,1955,5823,1771,1884,1669,1494,1733,1720,1677,1843,1773,1605,1608,1571,2003,1768,1598,1609,1567,1608,2117,1685,1724,1535,1525,1632,1530,1559,1602,1564,1777,1875,1726,1620,1673,1649,1566,1647,5679,1928,1810,1882,1759,1932,2208,1969,2514,2562,2092,1962,2578,2240,2253,7256,2097,2008,2125,2610,1793,1732,1803,1978,2352,2209,2083,6523,2168,1892,2080,2214,3243,9514,2192,2246,3209,2210,2129,2130,2089,2331,1879,1812,2038,2208,2691,2162,2256,1927,2040,1957,1853,1797,1849,1808,2126,2003,1974,2008,1966,2041,1802,1774,1885,1877,2211,1802,1804,2004,1734,1728,1802,2204,2642,2009,2169,8134,2183,2048,2034,2043,2093,2041,1726,1812,2368,1876,2030,2566,1804,1722,1861,2250,2212,1969,3211,2305,8990,2971,2214,2167,9281,1925,2120,1895,1803,7969,2283,2493,2202,2330,2960,1880,2247,2203,2367,1971,2241,1768,1814,1764,1758,3499,1801,1880,1770,1766,2402,2133,1807,1841,1882,2167,1927,2194,2646,2408,1973,2684,2490,2020,1964,1918,3493,1898,2118,1965,1890,2004,1850,1763,1885,1725,1766,1725,1763,1847,1806,1849,1809,1805,2209,1995,2210,2208,2449,2449,2093,2363,2008,2288,2324,2061,2441,2564,2616,2245,2324,2846,4416,5056,2587,2610,3213,2130,8537,2809,1858,2404,2773,4181,2981,2488,1960,1960,2294,3928,2093,4496,2682,3293,2648,2652,3117,2286,2411,2730,2282,2409,2807,2409,1959,1991,2370,12510,2651,2244,2160,2811,2488,2449,2081,2367,2446,2217,1786,1842,2488,1879,2047,2408,2444,2453,2004,4299,2405,2533,2402,2357,2251,2760,2040,2287,2048,2452,2767,2292,2358,2492,2365,2449,3051,2040,2530,5296,2246,3089,2279,2004,3210,2728,2483,3091,2334,1982,2286,2050,1925,2019,2083,1853,1806,1996,2004,1892,2205,2671,2685,2206,1838,1878,2168,2044,2543,2571,2100,2292,2001,1964,2004,2166,2095,2008,2155,2212,2013,2000,2289,1887,2007,2038,1973,2286,2483,2212,1926,2199,2091,2088,1921,2613,1997,2166,2176,1862,1970,1914,1851,2000,1768,2135,2723,2025,2246,1880,2091,2172,2118,2850,2054,1841,1805,1722,1952,2196,1841,2240,1773,1797,2128,2159,2108,2202,3051,2125,2374,2726,2534,1972,1838,6087,2136,2358,3204,7660,3964,4298,5097,6660,4933,4659,1927,1922,5119,2127,1958,2052,6290,2055,1844,1809,7695,2568,2732,2080,9739,4783,2144,6381,2090,2123,6730,1936,2227,1730,4784,2011,1912,3735,6241,2042,1688,3890,4500,2019,2012,2065,3691,1975,1958,1773,3847,1805,1693,2441,3186,4603,1925,1776,2036,3497,1843,1928,1764,1848,1838,1647,1591,1650,1571,1650,3662,1527,1495,1565,1646,1602,3116,1858,1676,2177,2047,2563,8185,2720,2328,1961,1714,1947,2047,1801,1970,1804,1723,1725,1917,2245,2563,2404,2163,2535,2130,2036,2259,3024,1900,2387,2692,2814,2720,2250,2038,2729,2530,2487,2411,2159,2621,2482,2089,2088,2015,1999,1961,2057,2045,2003,2083,2009,2079,2018,2000,2211,2534,2246,2489,2448,2573,2684,2609,2370,2201,2154,2301,2451,2734,2246,3325,2176,2124,2455,2388,2310,2040,1968,2212,1928,2038,2014,2045,2479,2169,2680,2371,2254,2627,2375,2046,2003,2482,2695,2645,2566,2532,2485,2612,2200,2852,2170,2169,2089,1996,2522,2414,2486,2481,2046,2263,2047,2238,2136,2313,2457,2130,1961,2168,2123,2290,2170,2246,2131,2004,1965,1886,2354,4053,2209,2451,1924,2033,2002,1965,2012,2018,2374,2448,2400,2105,2129,4090,2255,2209,2013,1897,2288,2214,1883,2172,2010,2522,2520,2339,2049,2535,2407,2601,2532,2135,2763,2607,2013,1881,1889,1892,1878,1885,1802,1766,3445,4654,2331,2562,2451,2447,2362,2487,2612,2528,2402,3577,3447,5467,2447,4809,23189,2449,2103,2376,1923,1958,3814,2335,2202,1966,2114,2118,2124,4131,2130,2527,2085,2212,2440,2042,1923,1881,1890,1922,2108,2281,2288,2683,2130,2044,1968,2409,2333,1960,2211,2609,2202,2052,2724,2807,2614,2443,1965,1931,2667,2251,2158,1994,2012,2129,2647,2419,2604,2607,2731,2489,3040,3605,2804,1967,2858,3757,3934,2564,2293,2199,1976,2046,2092,2160,1848,1853,1881,1841,1653,1605,2079,1976,1803,1755,1728,1892,1803,1726,1723,1724,1847,1965,1849,1809,1845,2005,2167,1874,1847,1849,1963,1813,1724,1771,1724,2036,1813,1804,2571,2000,2002,1933,1847,1999,2205,2168,2047,1801,2364,2008,1983,1927,2057,1918,1838,1934,2272,1847,1686,1724,1770,2286,2206,2156,2341,1961,2072,2325,1773,2039,1891,2005,1799,1975,2205,1969,1920,1926,1960,2090,1935,2116,2247,2046,1819,1779,1686,1749,1739,1679,1956,1841,1765,1915,1798,1697,1758,1877,1740,1876,1729,1686,1801,1841,1815,1843,1641,1856,2118,1734,1759,1718,1700,1709,1738,1759,1524,1815,1644,1638,1761,1693,1686,1792,1730,1840,2007,1968,1568,1621,1681,1665,1840,1933,2052,2073,1886,1806,1776,1800,1768,1841,1884,1965,1898,1803,1766,1961,1764,1761,1730,1762,1770,1766,1768,1845,1967,2158,2176,2002,1926,2000,1974,1919,2136,1913,1854,1805,1967,2076,2236,1828,1924,1925,1805,1605,1968,1881,2110,2117,2177,2080,2082,2115,1990,2113,1906,2149,2175,2090,2235,2619,2685,2345,2326,1884,2429,2501,2048,2118,1666,2058,2374,2087,2028,2045,1952,2280,2034,2029,2323,2291,2645,2355,2055,2090,1967,1996,1969,1885,1922,1766,1613,1841,1933,1839,1771,1955,2117,1802,1568,1761,1698,1724,1842,1809,1834,1773,1935,1852,1756,1725,1731,1847,1805,1728,2430,2282,1672,1933,1709,1656,1847,1925,1766,1682,1762,1731,1757,1805,1730,1878,1853,1639,1556,1555,1720,1769,1760,1790,1780,1757,1736,1682,1674,1806,1779,1766,1764,1763,1841,1740,1903,1882,1848,1869,1855,1849,1838,1791,1686,1867,1839,1850,1847,1819,2040,2163,1933,1913,2052,1972,1843,1844,1992,2314,3208,2481,5706,2162,2343,2628,1923,1885,2155,2094,1934,1966,2053,2347,2405,2426,2429,2853,2486,2405,2062,1889,1766,2110,1960,1933,2313,2625,2431,2459,2465,2425,2900,3247,2387,2313,2437,3144,3397,2818,2653,2828,2659,2688,2497,2665,2690,2206,2437,2659,2618,2657,2695,2433,2037,2421,2682,2563,2274,2279,2094,2024,2275,2009,2300,2275,2085,2275,2118,2111,2111,2082,2273,2276,2273,2025,1865,2050,2103,2189,2192,2173,2106,2004,1813,1837,1972,2092,1918,1886,1867,1958,2113,1651,1883,1647,1673,1617,1563,1565,1561,1568,1812,1553,1616,1680,1797,1771,1803,1845,1923,1753,1699,1814,1697,1647,1635,1639,1649,1717,1729,1517,1897,1799,1928,1846,1992,1998,1973,2123,2026,1974,2010,1971,1717,1805,1759,1735,1857,1681,1684,1801,1722,1684,1642,1647,1759,1732,1891,1774,1996,2053,2236,2050,1759,1766,1813,1766,1722,1722,1723,1718,1739,1718,1806,1692,1607,1552,1572,1642,1720,1681,1610,1768,1846,1842,2642,1898,1730,1806,1756,1659,1643,1634,1619,1799,1812,1686,1841,1765,1777,1762,1765,1768,1742,1801,1805,1812,1935,1681,1647,1643,1634,1817,1802,1758,1615,1638,1580,1612,1611,1545,1574,1568,1591,1610,1648,1580,1676,1600,1652,2214,1972,1912,2127,2051,2092,2116,2043,2086,2048,2002,2110,1966,1814,1727,1687,1701,1649,1707,1683,2057,2086,1966,1775,1715,1692,1933,2479,2252,2474,2126,1964,1924,2016,2039,2050,2008,1959,1931,1921,1970,2001,2006,1975,1999,2009,2127,2051,2026,2284,2090,2014,2661,2695,2520,2175,3323,2532,2293,2054,1846,1839,1771,1805,1770,1882,1769,1806,1916,1883,1854,1848,1797,1845,1805,2095,1921,1926,1890,1882,1847,1798,1851,2012,2037,2095,1877,1815,1994,2132,2083,2369,1881,1817,1918,1922,1978,1886,1633,1771,2005,2048,2047,2039,1939,1919,2007,2210,1679,1756,2094,2163,2619,2319,1785,1873,1841,1936,2085,2536,2186,1911,2204,2114,1915,1840,2026,1929,1929,1962,2186,1915,1868,1813,2073,2024,1925,1925,1967,1676,1649,1692,1806,1629,1580,1646,1710,1767,1738,1548,1547,1720,1569,1559,1533,1547,1695,1614,1561,1685,1689,1684,1719,1699,1624,1597,1635,1583,1504,1569,1586,1580,1490,1509,1695,1539,1525,1583,1650,1637,1627,1719,1676,1652,1752,1648,1435,1668,1764,1681,1632,1709,1740,1756,1764,1828,1690,1691,1722,1767,1805,1723,1770,1703,1627,1729,1882,2029,2031,2050,2046,2009,2038,1905,1771,1775,1620,1707,1573,1824,1890,1818,1871,1696,1681,1695,1721,1683,1608,1995,1776,1755,1605,1593,1939,1683,1643,1828,1694,1586,1688,1885,1677,1585,1557,1468,1606,1657,1639,1879,1972,1971,1696,1627,1601,1502,1407,1419,1531,1574,1584,1511,1545,1563,1517,1516,1468,1480,1494,1493,1507,1636,1732,1610,1468,1577,1560,1542,1598,1583,1569,1583,1682,1572,1467,1789,1870,1967,1972,2086,1886,1711,1818,1749,1880,1670,1902,1971,1969,1785,1773,1802,1618,1851,1909,1716,1634,1635,1603,1582,1559,1591,1602,1698,1645,1658,1599,1743,1809,1875,1926,1674,1694,2051,1844,1774,2008,1879,2109,2128,1867,2017,2002,2019,1966,2069,1854,2072,2427,1734,1930,1917,1946,1955,1929,1709,1795,1777,1713,1761,1851,1839,1724,1661,1734,1615,1715,1567,1690,1677,1646,1647,1619,1576,1683,1658,1656,1668,1656,1644,1753,1707,1489,1641,1488,1450,1444,1434,1417,1512,1453,1445,1444,1437,1554,1605,1602,1583,1637,1498,1477,1450,1444,1509,1587,1473,1443,1445,1445,1529,1739,2489,1483,1500,1584,1561,1475,1559,1522,1519,1535,1474,1435,1506,1484,1466,1404,1487,1571,1425,1521,1387,1389,1299,1839,1370,1298,1738,1830,1306,1831,1485,1410,1321,1819,1956,1513,1532,1486,1383,1295,1791,1842,1302,1833,1584,1473,1455,1449,1420,1408,1471,1365,1407,1417,1298,1794,1913,1744,1397,1389,1390,1401,1426,1392,1399,1398,1399,1400,1333,1394,1388,1371,1360,1423,1340,1285,1805,1859,1447,1375,1368,1338,1333,1332,1330,1332,1286,1834,1444,1259,1833,1331,1318,1310,1809,1809,1820,1237,1810,1808,1809,1771,2027,1677,1670,1674,1691,1914,1178,1684,1678,1673,1665,1874,1162,1661,1750,1738,1748,1691,1672,1654,1652,1650,1651,1685,1688,1674,1665,1663,1663,1674,1764,1742,1726,1693,1691,1676,1682,1705,1676,1667,1664,1628,1673,1692,1668,1650,1679,1685,1693,1694,1680,1224,1792,1833,1245,1893,1433,1462,1470,1470,1472,1509,1419,1422,1302,2057,1503,1609,1610,1610,1613,1546,1416,1420,1428,1475,1596,1470,1555,1552,1461,1418,1467,1427,1358,1318,2102,1894,1362,1312,1806,1800,1797,1763,1796,1778,1760,1750,1780,1770,1869,1275,1789,1783,1772,1762,1821,1356,1274,1766,1802,1409,1370,1370,1368,1346,1378,1406,1312,1874,1390,1360,1373,1373,1377,1410,1394,1384,1384,1384,1384,1422,1271,1822,1384,1383,1383,1369,1362,1363,1341,1811,1814,1308,1842,1793,1814,1794,1808,1783,1787,1809,1782,1697,1742,1744,1736,1830,1781,1739,1744,1727,1720,1721,1721,1713,1710,1710,1713,1717,1745,1778,1778,1921,1495,1496,1496,1454,1449,1466,1567,1612,1955,1439,1452,1467,1451,1426,1419,1418,1403,1429,1372,1909,1395,1403,1393,1393,1396,1367,1391,1413,1420,1401,1371,1377,1370,1392,1389,1370,1351,1366,1329,1391,1350,1365,1351,1382,1349,1361,1351,1363,1326,1810,1898,1836,1852,1850,1397,1397,1359,1800,1296,1788,1780,1752,1794,1739,1744,1742,1760,1738,1832,1823,1822,1753,1855,1823,1826,1813,1800,1814,1868,1814,1797,1850,1814,1816,1806,1796,1882,1882,1352,1842,1312,1842,1303,1812,1798,1794,1336,1301,1804,1831,1778,1779,1783,1777,1776,1888,1317,1774,1774,1774,1759,1773,1770,1810,1813,1775,1823,1863,1875,1366,1375,1866,1884,1327,1335,1309,1809,1812,1809,1799,1812,1816,1816,1779,1799,1794,1813,1809,1767,1821,1810,1810,1807,1817,1812,1813,1809,1781,1782,1811,1812,1812,1811,1809,1813,1809,1811,1809,1813,1787,1768,1753,1750,1749,1741,1788,1748,1749,1743,1708,1725,1784,1783,1782,1788,1814,1787,1811,1849,1833,1312,1810,1815,1865,1308,1804,1805,1709,1780,1809,1808,1808,1851,1311,1810,1797,1796,1795,1817,1841,1258,1760,1738,1755,1743,1756,1738,1741,1744,1743,1744,1747,1697,1743,1770,1746,1778,1720,1850,1870,1893,1375,1857,1237,1785,1811,1811,1824,1820,1810,1812,1812,1795,1768,1816,1793,1812,1809,1825,1809,1808,1799,1809,1790,1809,1779,1773,1772,1761,1770,1721,1722,1755,1762,1766,1759,1768,1762,1762,1723,1763,1788,1844,1316,1809,1809,1810,1748,1832,1865,1771,1751,1783,1781,1775,1775,1780,1817,1341,1754,1761,1758,1757,1755,1758,1759,1771,1757,1755,1755,1763,1756,1755,1754,1756,1865,1816,1383,1368,1850,1810,1836,1820,1313,1815,1312,1813,1811,1880,1308,1812,1808,1808,1810,1776,1735,1743,1734,1735,1737,1739,1740,1739,1695,1775,1725,1796,2871,3040,2939,3085,3172,3061,3036,2587,2761,3254,2959,3001,2322,2287,2407,2320,2801,2434,2316,1811,1774,2169,2226,2305,2238,2013,1958,1653,1755,1716,1798,1998,1592,1598,1689,1693,1477,1601,1670,1612,1651,1686,1652,1735,1618,1698,1612,1584,1542,1594,1521,1467,1603,1683,1857,1638,1533,1578,1608,1580,1535,1570,1505,1554,1535,1486,1494,1375,1486,1513,1429,1405,1437,1408,1401,1458,1420,1417,1418,1295,1479,1865,1860,1861,1862,1825,1788,1886,1356,1440,1320,1962,1477,1476,1477,1431,1545,1527,1532,1411,1588,1512,1487,1490,1456,1342,1988,1444,1342,1978,1306,1973,1450,1444,1451,1449,1455,1428,1373,1888,1844,1382,1901,1393,1410,1392,1375,1386,1395,1395,1393,1371,1399,1429,1369,1341,1366,1364,1385,1373,1369,1378,1368,1351,1368,1376,1319,1817,1808,1787,1832,1360,1342,1304,1799,1809,1801,1800,1791,1756,1800,1798,1799,1797,1828,1322,1817,1838,1406,1427,1375,1268,1858,1422,1409,1411,1412,1449,1325,1931,1358,1523,1452,1332,1961,1333,1584,1438,1439,1459,1677,1827,1800,1805,1804,1803,1579,1535,1522,1525,1524,1525,1536,1545,1536,1795,1652,1647,1682,1704,1734,1673,1624,1626,1624,1625,1857,1687,1617,1579,1536,1642,1540,1613,1542,1541,1513,1455,1540,1537,1536,1609,1579,1471,1466,1467,1451,1417,1334,1974,1472,1475,1472,1432,1422,1421,1421,1409,1549,1470,1496,1423,1425,1419,1388,1384,1379,1475,1367,1413,1401,1465,1322,1947,1338,1326,1812,1810,1812,1812,1770,1769,1781,1764,1746,1742,1742,1736,1699,1747,1833,1826,1324,1825,1803,1801,1789,1833,1776,1778,1794,1870,1408,1349,1389,1388,1293,1839,1305,1849,1339,1374,1817,1810,1830,1330,1826,1778,1905,1821,1825,1776,1858,1810,1808,1856,1840,1807,1812,1820,1355,1369,1417,1399,1378,1365,1336,1278,1835,1381,1359,1350,1341,1335,1334,1335,1335,1347,1327,1723,1727,1755,1740,1743,1728,1735,1762,1699,1807,1772,1747,1734,1770,1819,1815,1817,1849,1307,1788,1809,1811,1706,1767,1768,1812,1825,1798,1795,1803,1793,1763,1750,1756,1773,1746,1754,1789,1760,1715,1656,1687,1685,1774,1933,1661,2444,2331,2454,2064,2119,1987,2147,2176,2135,2124,1912,1790,1800,2047,1859,1944,1851,1732,1629,1568,1535,1602,1772,1673,1611,1575,1584,1573,1429,1494,1484,1729,1723,1643,1436,1479,1452,1434,1480,1457,1421,1430,1520,1471,1421,1426,1430,1428,1430,1428,1374,1858,1829,2014,1360,1969,1586,1502,1468,1407,1381,1383,1326,1325,1803,1879,1547,1288,1495,1355,1344,1292,1766,1735,2015,1299,1929,1368,1336,1339,1339,1301,1785,1816,1853,1296,1919,1357,1396,1395,1384,1388,1388,1355,1352,1371,1380,1366,1398,1398,1308,1781,1776,1759,1752,1775,1762,1771,1763,1758,1756,1756,1759,1737,1784,1723,1828,1299,1746,1740,1690,1718,1704,1695,1689,1730,1744,1713,1686,1678,1672,1691,1683,1684,1682,1669,1670,1675,1665,1646,1646,1641,1282,1792,1803,1798,1693,1855,1972,1317,1878,2008,1320,1791,1794,1962,1259,1943,1449,1452,1434,1557,1444,1854,1923,1400,1432,1360,1960,1410,1428,1443,1314,1894,1386,1385,1384,1455,1495,1437,1403,1379,1890,1434,1266,1845,1289,1787,1810,1874,1260,1854,1286,1773,1764,1761,1783,1790,1826,1306,1824,1750,1746,1801,1762,1714,1914,1377,1271,1835,1271,1783,1747,1802,1736,1702,1729,1825,1320,1290,1825,1337,1301,1800,1750,1710,1826,1339,1255,1740,1812,1263,1729,1821,1324,1329,1341,1342,1347,1343,1383,1475,1354,1896,1451,1442,1372,1420,1442,1486,2345,2799,2740,2448,2271,2624,2597,2934,2489,2161,2157,3127,2132,1982,2388,2275,2257,1945,1906,2762,1743,2059,2164,1909,1780,2690,1748,1746,1544,1673,1737,1563,1518,1470,1523,1919,1412,1408,1366,1427,1885,1515,1432,1438,1346,1850,1335,1831,1832,1950,1434,1469,1396,1349,1796,1767,1779,1780,1753,1912,1368,1943,1432,1858,1845,1839,1955,1313,1991,1489,1429,1413,1474,1429,1397,1289,2001,1466,1476,1426,1304,1835,1981,1385,1878,1369,1367,1359,1375,1373,1370,1386,1381,1295,1312,1902,1278,1912,1366,1348,1436,1857,1847,1346,1367,1473,1401,1335,1331,1345,1316,1360,1332,1330,1330,1331,1347,1385,1315,1811,1832,1319,1810,1839,1340,1340,1308,1787,1805,1830,1322,1817,1387,1330,1828,1831,1295,1801,1339,1829,1813,1809,1837,1789,1819,1816,1777,1814,1777,1770,1685,1770,1693,1754,1739,1664,1688,1772,1681,1750,1758,1766,1774,1770,1773,1775,1764,1755,1741,1781,1762,1798,1760,1760,1759,1755,1753,1779,1685,1640,1680,1685,1652,1664,1687,1686,1695,1715,1689,1739,1701,1714,1724,1717,1808,1854,1759,1756,1752,1752,1752,1754,1753,1755,1763,1805,1758,1753,1751,1752,1752,1753,1751,1768,1830,1747,1806,1774,1788,1772,1763,1782,1799,1839,1367,1901,1713,1690,1744,1743,1739,1764,1691,1661,1799,1681,1666,1636,1619,1667,1223,1686,1688,1685,1735,1694,1695,1712,1710,1739,1776,1749,1477,1767,1713,1795,1781,1866,1455,1470,1553,1654,3595,1932,1811,1636,1766,2045,2441,2688,3171,2848,3016,2565,2446,2284,3529,2409,2248,2532,2441,3052,3530,2730,2002,2128,2406,2524,1728,1759,2326,1855,2044,2560,3210,3451,1886,2173,2600,2094,2161,2366,2412,3650,11995,2612,2929,2725,2285,2287,3898,3172,3765,2251,5213,2123,10749,14864,2901,1888,2052,4949,5255,2616,2285,2052,3821,2094,2129,2413,1968,2120,1770,3568,1846,1845,3876,2245,1957,10431,2770,2132,2893,2844,2215,2933,2435,2649,2249,4338,2285,2963,2456,2198,2534,2651,2122,2776,2366,2561,2774,1922,2088,2329,1910,1892,2557,2028,2682,2057,1981,2249,1879,2014,2043,2039,2047,1899,1902,1754,1806,1933,1573,1647,1952,2199,1888,2003,1881,2212,2008,1928,1964,2004,1967,2244,2331,2808,2925,2454,2086,2196,2048,1915,2731,2128,2007,2122,1810,1924,1927,1731,1757,1736,1639,1605,1600,1609,1607,1808,2129,2082,2006,2040,2051,1804,1770,2397,1896,1848,1846,1708,1529,1562,1439,1883,1457,1476,1570,1739,1575,1408,1402,1400,1396,1576,1473,1403,1377,1548,1638,1754,1847,2244,3003,1795,1977,2839,2404,2528,2210,2405,2411,2768,2646,2180,2559,2646,2163,2086,2044,2648,2249,2371,2524,2539,1962,1923,2240,1905,1923,3006,2329,2407,2211,2240,2368,2528,2123,1977,2202,2210,2368,2041,2075,2050,1726,1647,1641,1733,1834,1808,2323,2370,2080,2287,2250,2130,2080,2281,2076,2210,2690,1993,2378,2525,2411,2290,2327,2158,2365,1873,1844,1637,2095,1927,1807,1921,2086,1802,1887,1930,1926,2090,1686,1694,1640,1728,1723,1642,1677,1684,1615,1565,1686,1594,1494,1569,1715,1723,1536,1801,1610,1600,1681,1570,1513,1487,1536,1519,1488,1917,1654,1764,1896,2074,1857,1882,1725,1454,1432,1403,1403,1642,1722,1573,1410,1400,1401,1367,1714,1613,1443,1402,1615,1483,1432,1379,1401,1401,1395,1410,1529,1557,1491,1402,1457,1467,1352,1303,1795,1558,1484,2060,1672,1980,1758,1898,1981,1965,1779,1432,1612,1479,1480,1561,1545,1722,1559,1647,1577,1433,1491,1507,1390,1362,1347,1456,1388,1369,1507,1477,1336,1956,1471,1416,1326,1942,1459,1320,1943,1392,1982,1959,1450,1450,1454,1449,1514,1499,1390,1449,1445,1448,1413,1418,1412,1388,1368,1396,1370,1351,1366,1305,1804,1788,1783,1784,1784,1791,1870,1276,1811,1358,1849,1372,1343,1323,1286,1784,1969,1309,1825,1318,1821,1797,1795,1797,1790,1813,1324,1814,1800,1764,1794,1785,1758,1726,1709,1789,1736,1755,1778,1804,1300,1751,1735,1813,1331,1776,1786,1776,1767,1764,1734,1684,1681,1711,1690,1702,1734,1693,1684,1687,1687,1749,1830,1765,1799,1796,1804,1795,1795,1798,1783,1796,1779,1768,1757,1843,1764,1786,1836,1791,1813,1827,1820,1757,1876,1801,1784,1781,1775,1780,1764,1750,1774,1790,1787,1775,1768,1720,1824,1759,1756,1794,1782,1760,1754,1754,1776,1825,1770,1715,1801,1686,1784,1758,1756,1774,1791,1722,1711,1709,1710,1715,1708,1701,1705,1766,1760,1757,1711,1763,1735,1752,1766,1739,1763,1766,1767,1770,1714,1769,1778,1782,1806,1765,1798,1800,1785,1775,1780,1750,1766,1760,1755,1732,1726,1723,1724,1723,1642,1749,1715,1754,1731,1727,1725,1723,1769,1734,1675,1752,1744,1726,1724,1723,1723,1722,1724,1676,1648,1706,1729,1700,1702,1699,1643,1681,1697,1738,1843,1858,1869,1359,1841,1725,1770,1733,1687,1664,1749,1805,1723,1722,1722,1721,1681,1754,1721,1726,1723,1722,1723,1718,1722,1683,1685,1718,1722,1754,1727,1723,1723,1722,1682,1724,1745,1722,1643,1675,1721,1720,1719,1680,1710,1704,1750,1726,1725,1722,1689,1687,1757,1729,1732,1689,1727,1731,1733,1732,1689,1688,1685,1626,1623,1729,1700,1678,1739,1782,1779,1783,1711,1710,1710,1707,1701,1743,1699,1701,1656,1682,1700,1743,1767,1742,1741,1744,1699,1745,1763,1733,1690,1728,1690,1688,1731,1723,1693,1706,1720,1682,1727,1719,1644,1682,1625,1746,1723,1726,1682,1718,1686,1728,1728,1687,1738,1726,1688,1724,1723,1687,1685,1680,1686,1704,1768,1735,1731,1732,1772,1772,1806,1732,1813,1795,1812,1767,1771,1767,1838,1310,1765,1882,1310,1767,1770,1768,1765,1768,1767,1768,1797,1878,1322,1852,1872,1871,1870,1881,1367,1767,1828,1371,1877,1300,1798,1812,1812,1809,1832,1318,1753,1789,1788,1774,1762,1834,1779,1861,1834,1868,1370,1313,1873,1866,1374,1844,1782,1858,1831,1392,1367,1880,1818,1860,1365,1239,1759,1783,1782,1788,1784,1786,1783,1781,1743,1779,1827,1773,1774,1773,1782,1773,1773,1774,1853,1336,1780,1774,1782,1850,1785,1775,1776,1791,1746,1736,1735,1749,1684,1760,1790,1782,1706,1743,1743,1690,1761,1755,1711,1751,1780,1787,1859,1784,1781,1773,1780,1751,1826,1779,1855,1827,1288,1744,1746,1744,1744,1663,1822,1797,1776,1776,1773,1773,1773,1773,1773,1772,1825,1767,1765,1807,1769,1769,1769,1770,1769,1775,1703,1771,1771,1777,1771,1785,1793,1812,1804,1831,1782,1774,1780,1778,1786,1789,1785,1803,1765,1780,1774,1797,1780,1780,1781,1799,1923,1812,1780,1774,1774,1787,1776,1780,1776,1787,1363,1856,1810,1807,1780,1764,1755,1755,1674,1715,1713,1704,1704,1724,1704,1706,1715,1699,1640,1779,1777,1755,1783,1775,1779,1786,1876,1317,1728,1761,1759,1753,1752,1768,1750,1761,1764,1809,1804,1845,1832,1777,1785,1778,1822,1315,1791,1766,1781,1786,1808,1809,1810,1821,1812,1822,1776,1706,1738,1768,1768,1848,1320,1846,1760,1797,1773,1776,1746,1773,1750,1854,1324,1780,1832,1749,1790,1762,1754,1751,1756,1786,1773,1782,1770,1754,1769,1740,1736,1730,1792,1738,1740,1740,1736,1811,1810,1816,1793,1810,1809,1809,1767,1674,1783,1815,1811,1811,1814,1817,1885,1343,1360,1214,1807,1816,1814,1823,1812,1810,1810,1812,1809,1784,1815,1815,1845,1853,1778,1748,1781,1763,1780,1776,1777,1835,1324,1823,1824,1828,1868,1819,1843,1832,1820,1811,1809,1809,1810,1808,1776,1815,1813,1809,1809,1809,1810,1823,1815,1792,1782,1811,1774,1820,1793,1817,1812,1810,1809,1812,1813,1802,1808,1810,1815,1810,1812,1810,1817,1809,1798,1865,1861,1857,1859,1846,1858,1859,1851,1807,1863,1364,1834,1843,1800,1816,1752,1735,1684,1757,1806,1805,1769,1806,1805,1775,1741,1755,1771,1788,1807,1767,1767,1822,1768,1764,1902,1768,1769,1769,1767,1764,1770,1767,1752,1848,1776,1784,1790,1780,1774,1777,1782,1740,1837,1823,1786,1786,1780,1781,1779,1795,1781,1726,1847,1776,1779,1789,1785,1782,1785,1778,1835,1863,1876,1367,1379,1872,1377,1349,1817,1856,1202,1809,1851,1310,1809,1812,1811,1810,1817,1790,1841,1863,1866,1834,1866,1858,1863,1851,1819,1862,1811,1775,1822,1773,1769,1805,1733,1754,1770,1806,1773,1780,1771,1767,1804,1744,1781,1695,1772,1806,1770,1809,1804,1804,1732,1802,1813,1807,1813,1767,1767,1821,1767,1762,1789,1820,1776,1772,1817,1807,1807,1770,1698,1807,1771,1727,1742,1779,1704,1772,1799,1814,1820,1805,1800,1802,1796,1796,1807,1734,1800,1815,1796,1795,1823,1752,1802,1796,1809,1819,1806,1868,1776,1752,1761,1814,1774,1822,1794,1800,1747,1752,1701,1788,1812,1811,1812,1752,1763,1809,1812,1812,1812,1810,1814,1819,1822,1285,1774,1768,1771,1766,1768,1773,1778,1779,1807,1779,1779,1692,1786,1788,1778,1778,1780,1707,1833,1877,1371,1370,1828,1840,1268,1813,1810,1206,1783,1810,1810,1818,1798,1797,1812,1816,1767,1768,1793,1813,1809,1773,1823,1810,1813,1837,1308,1809,1819,1808,1811,1812,1808,1816,1803,1781,1772,1769,1767,1769,1747,1772,1773,1823,1721,1816,1335,1777,1791,1816,1784,1778,1728,1759,1748,1774,1776,1774,1790,1782,1774,1829,1339,1774,1782,1788,1786,1783,1780,1817,1820,1814,1836,1379,1368,1870,1872,1369,1819,1805,1810,1813,1809,1810,1808,1785,1759,1688,1723,1752,1842,1756,1792,1809,1874,1308,1850,1182,1715,1775,1763,1773,1759,1769,1760,1761,1658,1719,1764,1769,1688,1709,1732,1751,1757,1722,1636,1778,1809,1809,1809,1859,1321,1811,1780,1836,1861,1858,1858,1706,1819,1873,1370,1873,1848,1764,1834,1766,1808,1772,1770,1732,1750,1781,1743,1779,1806,1773,1770,1808,1732,1766,1723,1769,1776,1771,1817,1769,1806,1735,1681,1792,1780,1728,1801,1796,1774,1780,1772,1829,1778,1779,1779,1776,1777,1776,1780,1775,1793,1765,1775,1775,1792,1781,1773,1774,1779,1724,1769,1754,1759,1754,1780,1757,1757,1751,1780,1303,1757,1781,1776,1792,1780,1774,1798,1792,1815,1775,1781,1781,1757,1835,1774,1803,1827,1817,1882,1366,1871,1866,1843,1371,1370,1389,1823,1812,1812,1817,1810,1684,1818,1811,1813,1702,1799,1811,1810,1774,1822,1813,1815,1813,1813,1791,1759,1776,1744,1772,1772,1768,1788,1820,1859,1827,1780,1775,1773,1760,1774,1779,1829,1337,1785,1788,1781,1794,1774,1781,1868,1281,1856,1836,1835,1813,1774,1771,1721,1754,1747,1789,1756,1776,1770,1772,1778,1811,1797,1775,1769,1822,1847,1794,1810,1826,1848,1819,1711,1785,1812,1809,1811,1813,1808,1826,1810,1786,1842,1793,1814,1809,1808,1808,1809,1790,1809,1810,1817,1783,1775,1746,1770,1747,1741,1882,1827,1857,1859,1857,1876,1365,1856,1857,1837,1865,1861,1869,1358,1833,1797,1773,1734,1767,1806,1809,1769,1767,1767,1762,1762,1763,1751,1869,1367,1877,1371,1870,1869,1365,1874,1335,1664,1766,1821,1838,1373,1367,1868,1875,1372,1876,1269,1751,1765,1815,1819,1810,1812,1808,1815,1738,1744,1770,1811,1824,1811,1809,1819,1809,1816,1842,1380,1867,1893,1378,1371,1868,1823,1799,1823,1790,1758,1747,1742,1666,1754,1730,1773,1710,1694,1661,1664,1741,1735,1727,1734,1713,1756,1699,1721,1726,1781,1751,1741,1707,1697,1709,1740,1720,1714,1714,1707,1707,1706,1774,1752,1710,1724,1673,1716,1784,1745,1751,1800,1773,1775,1774,1771,1784,1760,1765,1797,1806,1842,1748,1740,1762,1786,1825,1811,1748,1707,1805,1791,1814,1812,1749,1780,1810,1812,1805,1815,1741,1806,1811,1784,1824,1311,1828,1817,1745,1784,1811,1762,1785,1780,1814,1817,1784,1778,1818,1810,1808,1811,1767,1814,1814,1770,1798,1795,1822,1812,1812,1786,1803,1812,1814,1818,1816,1832,1812,1809,1811,1784,1829,1769,1796,1808,1809,1808,1810,1812,1812,1813,1775,1779,1794,1816,1853,1315,1812,1770,1821,1800,1808,1825,1798,1817,1812,1812,1646,1797,1854,1310,1810,1811,1809,1810,1808,1811,1816,1706,1781,1809,1809,1813,1779,1817,1814,1800,1714,1791,1793,1812,1820,1816,1821,1755,1794,1770,1764,1767,1773,1762,1772,1772,1778,1777,1782,1777,1779,1780,1778,1779,1777,1778,1780,1699,1827,1841,1365,1376,1375,1371,1870,1885,1385,1220,1776,1812,1812,1812,1717,1809,1812,1814,1780,1862,1745,1784,1780,1791,1769,1771,1808,1800,1757,1809,1782,1778,1786,1775,1704,1822,1750,1785,1787,1752,1765,1755,1753,1752,1712,1792,1814,1760,1760,1754,1756,1762,1754,1753,1751,1785,1746,1789,1758,1753,1752,1752,1757,1766,1793,1756,1777,1744,1741,1760,1718,1707,1698,1758,1729,1651,1734,1764,1764,1756,1750,1669,1753,1754,1758,1756,1759,1754,1753,1790,1783,1854,1813,1775,1766,1805,1764,1744,1737,1743,1649,1669,1708,1637,1725,1710,1698,1697,1670,1689,1706,1708,1711,1703,1714,1719,1701,1720,1722,1757,1799,1776,1788,1731,1913,1370,1327,1714,1802,1367,1864,1871,1372,1781,1728,1790,1757,1748,1771,1767,1738,1778,1780,1780,1770,1329,1789,1793,1782,1785,1785,1785,1762,1798,1852,1828,1838,1371,1870,1874,1366,1368,1890,1319,1819,1730,1793,1752,1788,1768,1736,1739,1748,1746,1754,1750,1742,1753,1747,1743,1737,1739,1811,1770,1814,1809,1808,1813,1816,1750,1703,1757,1773,1775,1772,1776,1772,1766,1737,1752,1775,1769,1809,1812,1811,1809,1812,1817,1767,1734,1786,1812,1742,1747,1771,1749,1855,1273,1773,1777,1772,1781,1784,1781,1783,1728,1893,1785,1775,1792,1781,1762,1785,1783,1791,1787,1774,1731,1789,1728,1777,1792,1659,1753,1682,1630,1670,1168,1706,1662,1667,1512,1332,1578,1731,1743,1794,1913,1608,1549,1570,1399,1273,1905,1340,2001,1565,1905,1421,1424,1335,1653,2211,3069,3048,1893,2052,1898,2028,2180,2175,2175,2213,2413,2406,1779,1838,1756,1909,1906,1780,1628,1778,1669,1772,2008,1758,1735,1743,1738,1699,1802,1696,1759,1702,1713,1480,1435,1424,1423,1395,1650,1649,1653,1600,1388,1390,1394,1949,1641,1590,1521,1604,1615,1618,1347,1349,1805,1802,1803,1786,2108,1318,1982,1402,1450,1330,2009,1419,1418,1404,1544,1420,1420,1435,1449,1423,1428,1404,1430,1493,1406,1496,1489,1471,1377,1520,1416,1338,1408,1435,1429,1430,1410,1450,1433,1435,1442,1401,1442,1439,1446,1438,1460,1382,1399,1875,1892,1403,1385,1861,1858,1861,1874,1431,1855,1857,1827,1411,1850,1839,1827,1925,1467,1841,1840,1840,1844,1838,1827,1814,1883,1400,1827,1829,1826,1857,1302,1814,1802,1893,1393,1791,1807,1786,1819,1809,1804,1800,1809,1819,1812,1812,1803,1804,1799,1811,1787,1849,1898,1803,1815,1802,1794,1780,1791,1787,1747,1794,1686,1218,1778,1795,1788,1290,1567,1735,1769,1803,1802,1819,1802,1749,1699,1224,1333,1330,1779,1752,1713,1714,1678,1710,1710,1357,1290,1659,1662,1629,1661,1649,1629,1696,1783,1917,1323,1490,1423,1908,1927,1433,1433,1435,1433,1455,1369,1515,1450,1446,1390,1846,1838,1420,1424,1525,1414,1840,1315,1473,1331,1803,1835,1335,1337,1369,1864,1818,1869,1824,1814,1838,1838,1839,1839,2008,1781,1811,1526,1482,1342,1380,1348,1308,1808,1808,1847,1250,1563,1828,1836,1843,1840,1898,1338,1843,1801,1788,1400,1377,1846,1898,1397,1399,1401,1255,1823,1288,1783,1385,1383,1315,1782,1772,1778,1744,1783,1756,1771,1806,1794,1794,1804,1802,1814,1776,1760,1245,1752,1369,1336,1332,1370,1328,1370,1328,1319,1821,1696,1610,1837,1819,1813,1714,1795,1809,1816,1776,1777,1318,1815,1791,1809,1810,1747,1765,1844,1660,1510,1808,1782,1765,1765,1778,1778,1811,1780,1143,1797,1777,1779,1778,1779,1778,1777,1838,1778,1618,1690,1714,1723,1759,1721,1766,1719,1736,1207,1779,1741,1690,1674,1740,1737,1731,1734,1725,1690,1731,1673,1727,1724,1755,1730,1732,1739,1838,1367,1852,1310,1817,1814,1812,1813,1814,1803,1687,1504,1873,1374,1776,1802,1789,1865,1836,1858,1327,1719,1716,1817,1869,1867,1868,1868,1863,1239,1786,1309,1766,1817,1833,1824,1809,1810,1784,1392,1855,1311,1817,1812,1816,1833,1810,1809,1796,1391,1315,1815,1809,1811,1810,1814,1788,1829,1284,1473,1314,1813,1816,1810,1809,1808,1814,1782,1466,1473,1767,1764,1763,1761,1775,1778,1756,1738,1440,1337,1769,1768,1782,1747,1693,1679,1680,1742,1480,1675,1786,1831,1815,1817,1810,1810,1811,1717,1562,1327,1815,1808,1818,1828,1816,1810,1771,1401,1812,1820,1810,1809,1815,1831,1821,1778,1720,1491,1817,1814,1810,1809,1815,1788,1808,1817,1548,1814,1814,1818,1809,1813,1815,1761,1801,1297,1547,1811,1814,1815,1810,1819,1780,1817,1814,1361,1797,1815,1810,1807,1810,1809,1808,1764,1327,1405,1766,1765,1758,1769,1774,1777,1774,1809,1402,1668,1842,1834,1874,1371,1849,1809,1811,1788,1384,1815,1815,1815,1817,1755,1682,1782,1837,1290,1590,1783,1784,1789,1743,1821,1812,1914,1369,1303,1698,1753,1711,1765,1756,1811,1816,1826,1692,1683,1814,1817,1847,1310,1809,1810,1862,1804,1349,1696,1678,1677,1677,1678,1738,1799,1804,1825,1823,1773,1730,1729,1728,1728,1806,1785,1868,1459,1463,1808,1806,1804,1809,1803,1803,1812,1910,1587,1819,1874,1821,1857,1311,1809,1821,1766,1479,1528,1313,1796,1817,1811,1815,1822,1818,1707,1422,1716,1816,1830,1780,1781,1766,1764,1748,1703,1792,1731,1790,1771,1752,1751,1749,1749,1743,1205,1490,1332,1825,1750,1795,1798,1813,1812,1815,1506,1674,1816,1797,1813,1812,1777,1854,1866,1753,1676,1845,1855,1316,1849,1309,1810,1824,1890,1440,1790,1812,1810,1815,1809,1810,1809,1751,1718,1748,1743,1724,1723,1683,1726,1726,1783,1788,1348,1492,1757,1802,1853,1691,1736,1732,1730,1752,1248,1837,1654,1707,1700,1700,1727,1761,1758,1748,1640,1315,1862,1200,1687,1663,1674,1717,1710,1745,1360,1649,1689,1689,1665,1677,1656,1655,1654,1665,1256,1493,1708,1706,1704,1714,1710,1727,1735,1757,1994,1763,1872,2024,1477,1371,1824,1945,2080,2273,2065,2076,2131,2243,2220,2211,2292,1982,2142,1945,2547,1831,1829,1897,2001,1759,1763,1796,1659,1734,1651,1593,1567,2012,1527,1966,2191,1561,1677,1647,1564,1714,1912,1498,1431,1404,1671,1375,1409,1375,1371,1372,1515,1404,1333,1973,1812,2111,1493,1473,1467,1478,1572,1585,1578,1441,1417,1724,1411,1431,1920,2000,1344,1942,1433,1412,1357,1629,1910,1399,1405,1395,1890,1871,1400,1377,1943,1997,1861,1834,1805,1305,1824,1372,1754,1815,1743,1541,1818,1801,1797,1799,1796,1791,1789,1860,1649,1858,1782,1809,1861,1854,1843,1841,2015,1674,1384,1901,1842,1396,1893,1465,1469,1319,1830,1416,1664,1745,1721,1758,1676,1756,1749,1758,1720,1447,1755,1738,1742,1743,1741,1784,1275,1752,1734,1953,1810,1878,1376,1377,1377,1334,1331,1334,1331,1301,1503,1263,1762,1790,1755,1784,1811,1768,1817,1715,1733,1783,1828,1803,1814,1846,1875,1418,1357,1246,1510,1317,1813,1813,1817,1794,1810,1844,1222,1568,1635,1701,1706,1743,1746,1757,1754,1756,1755,1180,1665,1804,1800,1800,1800,1801,1803,1774,3442,3058,2087,2956,2245,2460,2512,2133,2775,2674,2125,1996,1752,1873,1966,2027,2080,2015,2263,1664,1857,2177,2201,1911,2051,2105,1996,1461,1751,1498,1471,1626,1846,1816,1437,1411,1411,1409,1504,1390,1415,1409,1667,1975,1971,1851,1852,1851,1853,1847,1961,1501,1466,1348,1836,1844,2070,1507,1828,1982,1559,1837,1823,1430,1309,1912,1443,1404,1456,1370,1403,1498,1419,1682,1862,1523,1892,1388,1387,1387,1386,1388,1397,1360,1812,1825,1857,1431,1892,1421,1851,1952,1289,1454,1259,1321,1821,1823,1819,1769,1825,1822,1916,1948,1745,1737,1740,1740,1740,1742,1739,1803,1416,1657,1758,1728,1676,1676,1723,1720,1703,1774,1590,1739,1397,1841,2723,2168,2556,2113,2600,2299,2717,2133,2207,2418,1919,1849,2195,2029,1928,1771,1725,1710,1708,1757,1577,1874,1943,1727,1620,1594,1594,1630,2120,1625,1574,1714,1952,1569,1415,1367,1370,1395,2004,1981,1477,1407,1533,1524,1477,1455,1414,1414,1413,1357,1326,1872,1643,1413,1374,1332,1909,1415,1401,1291,1906,1408,1392,1567,1352,1810,1823,1813,1809,1809,1809,1391,1778,1761,1965,1922,1873,1871,1849,1893,1363,1779,1604,1787,1807,1779,1429,1830,1305,1828,1788,1687,1641,1790,1790,1753,1764,1762,1769,1803,1774,1672,1766,1761,1770,1735,1804,1761,1764,1761,1520,1590,1404,1371,1396,1398,1377,1847,1899,1398,1397,1289,1795,1393,1387,1360,1387,1386,1364,1832,1900,1297,1678,1596,1375,1379,1376,1377,1373,1376,1355,1777,1784,1828,1335,1822,1870,1370,1374,1344,1814,1802,1817,1727,1782,1810,1832,1760,1816,1754,1751,1706,1769,1777,1799,1783,1753,1749,1749,1748,1749,1744,1536,1427,1826,1781,1770,1753,1744,1777,1732,1770,1252,1794,1810,1813,1845,1290,1819,1796,1815,1786,1545,1330,1813,1814,1810,1811,1805,1827,1735,1717,1605,1821,1814,1811,1810,1810,1810,1850,1313,1170,1786,1831,1814,1815,1810,1811,1819,1817,1747,1520,1315,1815,1794,1812,1811,1816,1812,1759,1189,1478,1807,1810,1826,1835,1825,1819,1842,1311,1424,1809,1814,1813,1814,1815,1830,1770,1817,1716,1749,1316,1814,1814,1814,1810,1823,1824,1827,1161,1811,1815,1813,1815,1824,1809,1807,1705,1705,1616,1831,1812,1816,1717,1741,1702,1698,1679,1296,1818,1816,1832,1813,1810,1811,1783,1796,1717,1660,1814,1818,1831,1814,1814,1779,1809,1811,1541,1814,1813,1816,1786,1802,1836,1820,1812,1222,1506,1814,1813,1815,1811,1809,1815,1752,1798,1614,1757,1782,1818,1814,1814,1812,1811,1788,1219,1412,1833,1815,1815,1789,1780,1810,1830,1314,1500,1691,1820,1835,1809,1811,1810,1810,1814,1691,1646,1815,1818,1838,1816,1812,1815,1821,1752,1483,1815,1816,1826,1829,1814,1815,1813,1814,1481,1801,1314,1816,1812,1816,1775,1831,1815,1773,1420,1818,1826,1658,1802,1816,1815,1781,1800,1429,1470,1318,1813,1813,1812,1810,1802,1824,1832,1327,1816,1310,1702,1794,1813,1813,1812,1810,1774,1697,1754,1790,1804,1754,1701,1765,1758,1781,1518,1636,1822,1878,1369,1370,1823,1857,1310,1814,1687,1512,1813,1833,1814,1810,1810,1815,1813,1786,1307,1816,1815,1837,1742,1718,1817,1814,1744,1488,1598,1314,1817,1818,1829,1810,1811,1816,1839,1251,1808,1813,1814,1828,1835,1813,1816,1809,1749,1469,1767,1770,1768,1764,1764,1752,1783,1757,1195,1810,1781,1767,1775,1804,1819,1801,1810,1764,1356,1821,1866,1877,1379,1315,1814,1848,1316,1758,1406,1204,1793,1796,1788,1811,1819,1816,1831,1657,1487,1844,1684,1699,1685,1715,1722,1689,1654,1368,1569,1655,1664,1672,1668,1673,1671,1674,1669,1669,1525,1671,1667,1672,1669,1668,1669,1670,1673,1688,1256,1709,1697,1696,1741,1722,1713,1733,1699,1658,1712,1749,1751,1751,1750,1718,1661,1712,1670,1577,1504,1699,1697,1714,1701,1685,1710,1726,1676,1434,1482,1644,1672,1670,1651,1672,1660,1669,1656,1693,1171,1645,1660,1670,1649,1669,1681,1681,1661,1667,1227,1677,1679,1676,1638,1662,1688,1679,1676,1696,1561,1700,1774,1734,1820,1786,1842,1367,1358,1471,1831,1988,1681,1680,2379,2807,3033,2698,2199,2653,2514,2327,2772,2460,3493,2392,2370,2873,2523,2166,2716,2861,2842,2527,2412,2130,2008,1921,1967,1970,1836,2085,1938,1685,1684,1676,1935,2128,1806,1717,2128,1932,1682,1682,1840,1745,1552,1605,1830,1764,1762,2075,1690,1965,2166,2006,1925,1966,1885,2285,1970,1927,2013,2556,2165,2296,2080,1969,1813,1716,1970,2129,1845,1683,2000,1847,1804,1567,1530,2126,2330,1923,1751,1855,1889,1758,1688,1680,2045,1975,2040,2131,1646,1558,1498,1397,1394,1397,1596,1885,1765,1646,1646,1648,1642,1645,1767,1763,1841,1494,1401,1612,1599,1566,1482,1539,1531,1548,1768,1521,2085,1386,1432,1458,1397,1438,1399,1339,1798,1709,1406,1378,1801,1838,1319,1804,1836,1452,1329,1924,1821,1381,1329,1234,1812,1340,1350,1260,1718,1696,1856,1396,1852,1329,1332,1326,1892,1467,1428,1411,1404,1438,1365,1734,1618,1611,1612,1495,1589,1608,1569,1591,1390,1750,1440,1438,1570,1535,1611,1529,1452,1498,1436,1505,1492,1462,1410,1474,1864,1370,1830,1288,1732,1829,1521,1501,1207,1783,1772,1728,1830,1332,1315,1313,1723,1823,1749,1746,1872,1367,1901,1942,1878,1424,1458,1281,1724,1860,1356,1469,1369,1358,1346,1422,1875,1679,1820,1885,1831,1826,1831,1327,1827,1891,1844,1327,1335,1307,1862,1791,1788,1864,1799,1814,1459,1763,1371,1367,1368,1368,1366,1365,1342,1900,1850,1661,1408,1362,1793,1753,1753,1743,1744,1750,1786,1844,1801,1838,1838,1838,1834,1836,1835,1890,1620,1790,1842,1870,1863,1833,1862,1362,1821,1424,1494,1359,1362,1832,1885,1385,1385,1387,1358,1394,1375,1626,1377,1377,1350,1820,1877,1391,1375,1378,1384,1307,1462,1700,1696,1778,1787,1790,1847,1841,1324,1771,1775,1321,1818,1821,1813,1819,1820,1711,1721,1481,1768,1784,1815,1810,1811,1764,1816,1781,1723,1689,1833,1810,1813,1812,1814,1811,1782,1845,1903,1798,1766,1808,1767,1750,1748,1756,1744,1461,1804,1815,1748,1800,1812,1741,1809,1742,1733,1363,1776,1769,1769,1773,1798,1803,1723,1845,1130,1541,1747,1751,1718,1768,1726,1753,1751,1750,1399,1753,1756,1728,1720,1721,1717,1715,1724,1702,1618,1683,1748,1687,1697,1702,1727,1753,1774,1704,1428,1681,1755,1743,1762,1840,1764,1752,1761,1397,1397,1718,1686,1654,1657,1632,1661,1686,1743,1675,1553,1765,1770,1797,1875,1312,1812,1812,1770,1302,1495,1794,1710,1808,1817,1778,1821,1808,1764,1612,1809,1813,1813,1816,1839,1293,1730,1785,1669,1783,1823,1761,1750,1745,1811,1898,1352,1841,1424,1745,1778,1750,1879,1880,1879,1383,1308,1836,1594,1772,1778,1785,1770,1768,1791,1777,1779,1480,1557,1777,1777,1776,1775,1778,1775,1777,1870,1863,1819,1793,1777,1785,1780,1773,1794,1805,1218,1444,1822,1833,1875,1874,1879,1368,1385,1282,1722,1396,1810,1814,1796,1814,1813,1811,1780,1718,1399,1807,1813,1818,1795,1829,1811,1810,1812,1491,1490,1846,1311,1810,1808,1814,1833,1816,1778,1400,1783,1811,1813,1815,1812,1815,1831,1815,1716,1645,1314,1815,1810,1810,1811,1809,1825,1787,1313,1249,1853,1850,1851,1850,1850,1848,1823,1806,1384,1838,1811,1805,1807,1807,1804,1856,1899,1885,1328,1787,1849,1312,1810,1809,1809,1778,1750,1623,1816,1816,1833,1811,1815,1812,1813,1850,1733,1314,1817,1816,1831,1811,1810,1808,1763,1604,1464,1816,1811,1814,1771,1829,1815,1848,1310,1516,1600,1814,1813,1815,1811,1814,1845,1876,1361,1642,1851,1312,1809,1809,1809,1810,1816,1780,1450,1521,1810,1815,1809,1809,1809,1808,1808,1725,1402,1762,1740,1767,1772,1761,1758,1771,1727,1622,1504,1761,1769,1762,1761,1762,1764,1768,1824,1361,1787,1820,1866,1868,1875,1367,1842,1828,1729,1762,1312,1815,1830,1811,1827,1807,1811,1764,1453,1815,1813,1816,1829,1810,1818,1810,1707,1657,1429,1776,1779,1764,1771,1771,1773,1726,1695,1604,1559,1691,1698,1784,1797,1852,1312,1770,1807,1348,1841,1271,1820,1810,1816,1833,1817,1813,1782,1398,1817,1811,1810,1772,1770,1686,1680,1757,1419,1563,1717,1712,1774,1774,1780,1789,1742,1775,1421,1226,1555,1849,1822,1878,1867,1373,1388,1316,1758,1742,1277,1770,1764,1761,1760,1761,1761,1706,1337,1557,1752,1774,1815,1797,1815,1809,1727,1810,1200,1818,1848,1310,1809,1815,1765,1812,1825,1757,1674,1312,1814,1824,1705,1783,1766,1764,1760,1732,1265,1742,1751,1741,1767,1812,1804,1816,1843,1338,1804,1664,1795,1810,1811,1810,1814,1812,1727,1697,1729,1787,1850,1848,1817,1844,1854,1852,1522,1777,1627,1678,1698,1649,1644,1642,1709,1658,1464,1722,1754,1787,1785,1788,1789,1828,1391,1749,1597,1313,1834,1811,1810,1772,1781,1707,1754,1160,1557,1796,1816,1836,1812,1810,1817,1745,1747,1758,1315,1816,1811,1816,1831,1810,1771,1772,1615,1583,1314,1812,1810,1704,1681,1793,1827,1803,1269,1432,1821,1815,1812,1849,1310,1811,1816,1778,1272,1789,1716,1717,1718,1714,1853,1858,1311,1827,1255,1763,1817,1806,1810,1810,1815,1829,1658,1659,1871,1708,1682,1757,1765,1812,1815,1808,1840,1398,1797,1814,1825,1820,1814,1811,1815,1810,1453,1469,1842,1848,1314,1810,1808,1779,1763,1762,1198,1540,1772,1775,1781,1769,1743,1752,1821,1780,1405,1679,1766,1816,1834,1812,1812,1810,1810,1702,1541,1716,1757,1818,1796,1810,1815,1810,1840,1675,1815,1704,1789,1815,1831,1813,1814,1814,1200,1514,1811,1814,1782,1763,1781,1774,1779,1737,1417,1706,1713,1684,1746,1648,1791,1834,1810,1774,1511,1316,1812,1815,1810,1810,1811,1702,1682,1740,1703,1815,1753,1809,1753,1752,1754,1762,1830,1549,1795,1757,1801,1795,1803,1802,1747,1828,1300,1434,1803,1801,1803,1809,1802,1796,1784,1755,1870,1717,1738,1792,1778,1718,1713,1714,1722,1527,1570,1860,1851,1851,1852,1849,1771,1742,1713,1449,1749,1688,1684,1759,1754,1763,1704,1821,1718,1717,1772,1754,1793,1778,1762,1816,1701,1680,1170,1719,1699,1713,1726,1718,1696,1684,1692,1721,1632,1678,1680,1692,1677,1675,1687,1685,1681,1704,1629,1698,1688,1690,1683,1678,1682,1679,1683,1766,1828,1723,1662,1689,1713,1700,1695,1702,1688,1566,1441,1700,1701,1762,1842,1803,1822,1805,1791,1548,1373,1351,1333,1399,1374,1347,1342,1828,1828,1830,1536,1519,1953,1495,1888,1457,1431,1906,1395,1458,1457,1980,1456,1443,1376,1371,1358,1329,1862,1818,1861,1698,1317,1777,1799,1776,1869,1801,1885,1864,1816,1816,1407,1395,1383,1359,1353,1848,1333,1331,1331,1271,1231,1754,1825,1804,1818,1818,1812,1812,1311,1800,1239,1858,1345,1323,1320,1312,1826,1313,1814,1801,1521,1658,1755,1729,1778,1808,1791,1817,1813,1734,1215,1292,1395,1334,1368,1378,1329,1331,1267,1701,1721,1717,1874,1690,1679,1743,1698,1711,1748,1686,1663,1427,1758,1704,1701,1765,1795,1796,1821,1849,1272,1421,1839,1591,1573,1645,1972,2202,2224,2167,1959,2213,4371,2819,2562,2567,2770,2398,2612,2647,2930,2571,2403,2163,1907,2440,1970,2246,2365,2410,2207,2201,2371,1727,2163,2685,2127,2324,2250,2201,3415,2449,2498,2801,4889,2572,2210,2290,1892,2315,4576,2808,3010,1809,2051,1840,3073,1848,2181,2492,3411,3095,2408,3495,2669,1725,2410,2013,1835,2013,2010,2162,2331,2156,2284,2535,2005,1728,3335,2085,2308,2364,2094,1959,3653,1889,2931,2329,2292,2147,1999,4134,2522,2286,2489,2327,2605,3008,4373,2609,2504,1956,2055,3275,2016,1697,1730,2204,1882,1731,1720,1854,4170,1878,1813,1730,1712,1889,1774,1763,2161,2046,1892,1838,1925,2165,1978,1805,1876,1811,1924,1920,2538,2131,2011,2081,1771,2758,2326,2770,1992,2591,2092,1694,1677,1725,2057,2439,1806,2293,2280,3165,1815,1762,2071,3089,2206,2648,2571,2335,1933,2363,4540,1659,2047,1975,4330,2969,2213,3206,3327,2409,3016,2332,1968,2037,2287,3417,2326,2527,2173,2359,2164,2449,3571,3125,2882,2447,2452,2970,4853,2689,2923,1968,2169,2563,2253,3604,2374,2252,2483,2326,2969,2206,2446,2019,2601,2726,2286,2125,4569,2727,2619,2058,1734,1976,2648,1818,1837,1894,2192,1889,1958,3529,2050,1882,1846,1855,1799,2096,2526,1714,1933,2212,2117,2095,2000,2012,2041,2001,2170,2205,1889,1881,1849,1845,2426,3087,2209,2685,2246,2130,2088,1925,6322,1840,2174,2563,2926,2170,2406,3698,1793,2768,5828,2809,2124,12764,2650,6247,2647,2644,5818,3257,2607,2732,1767,1765,2005,2448,1642,2452,2086,2045,2087,2647,4049,2928,2004,2252,2279,2936,1920,1853,2888,2890,1966,2008,2326,7140,1718,2337,2452,2272,4067,2774,5389,2208,3234,4885,5895,2854,2534,7473,6671,1843,2252,1804,4854,2007,2175,1912,2258,11466,2206,1844,2214,5340,5051,3088,2414,1927,2081,4374,2972,3128,3695,2412,2243,7879,2302,1409,2311,10292,2454,1878,3815,1847,2127,1842,2042,1972,2348,3044,2214,2126,2441,3008,2406,1967,1963,2403,2490,2116,1966,2012,2043,2127,2120,2057,2448,2446,2528,2495,2327,2116,1974,1927,1921,2128,1932,2033,1926,2014,2046,1925,1931,2318,1935,1917,2083,2138,2035,2088,2010,1968,1964,1965,2052,2638,2567,2478,2458,2084,2319,1857,2133,2077,2090,2128,1960,1898,1793,1801,1773,1726,1761,1730,1789,1768,1772,1852,1999,2106,1971,1770,4529,1848,1809,2603,2251,2082,2082,2125,1934,2009,2037,1884,1853,1883,2327,1920,2017,2046,2728,2809,1916,2455,2001,2287,2126,2085,1937,2115,1970,2002,2051,1959,2020,2164,2127,2097,2052,1809,1797,1811,1639,1684,1942,1974,2119,1977,1790,1921,1886,1806,1874,1891,1927,1880,1771,1722,1678,1688,1695,1636,1543,1657,1699,1606,1710,1462,1560,1608,1770,1764,1726,1644,1672,1624,1518,1574,1496,1445,1405,1365,1535,1639,1634,1698,1643,1610,1601,1638,1537,1586,1539,1638,1569,1627,1660,1633,1615,1755,1610,1647,1600,1730,1729,1797,1653,1841,1691,1595,1492,1521,1530,1489,1557,1537,1466,1446,1530,1492,1489,1511,1418,1525,1600,1535,1513,1443,1521,1501,1516,1489,1485,1512,1458,1514,1491,1489,1444,1655,1729,1600,1689,2063,2245,2288,2191,1803,1881,2026,2053,1956,2237,1984,1946,1634,1748,2001,1827,1829,1707,1612,1554,1536,1536,1522,1528,1530,1547,1516,1424,1428,1428,1553,1545,1439,1606,1484,1407,1401,1400,1399,1399,1355,1844,1978,1350,1839,1335,1533,1349,1840,1841,1843,1846,1908,1346,1842,1442,1378,1842,1842,1843,1844,1843,1842,1970,1412,1451,1843,1844,1844,1907,1342,1843,1829,1927,1345,1850,1847,1845,1964,1469,1472,1511,1453,1563,1534,1978,1450,1533,1442,1443,1369,1427,1404,1427,1491,1425,1446,1452,1316,1918,1417,1306,1937,1316,1398,1990,1480,1554,1477,1480,1453,1468,1463,1416,1455,1480,1439,1337,1826,1824,1824,1824,1814,1830,1786,1776,1847,1371,1372,1759,1833,1405,1370,1371,1389,1390,1391,1896,1413,1453,1352,1352,1365,1333,1841,1331,1332,1334,1306,1790,1840,1341,1340,1349,1366,1452,1376,1346,1343,1425,1430,1443,1463,1428,1403,1406,1388,1392,1392,1373,1384,1331,1860,1402,1403,1403,1397,1390,1373,1358,1357,1395,1361,1313,1857,1352,1359,1353,1341,1801,1346,1337,1326,1324,1779,1808,1338,1341,1324,1343,1832,1310,1807,1806,1806,1810,1817,1840,1783,1881,1294,1779,1821,1823,1835,1330,1829,1811,1839,1313,1807,1808,1768,1770,1783,1748,1821,1322,1302,1805,1333,1331,1332,1300,1779,1801,1769,1724,1703,1756,1789,1768,1772,1811,1269,1843,1825,1808,2965,2291,2136,2158,2105,2129,2146,2135,1950,1913,2068,1750,2167,1783,1917,2035,1847,1576,1543,1538,1519,1590,1547,2100,1681,1674,1608,1574,1554,1560,1529,1521,1556,1783,1602,1618,1637,1472,1460,1427,1460,1462,1570,1481,1627,1469,1566,1463,1426,1400,1384,1434,1384,1857,1996,1372,1857,1862,1863,1847,1851,1839,1956,1423,1423,1920,1338,1955,1347,1941,1329,1923,1318,1854,1487,1427,1427,1427,1428,1427,1356,1927,1398,1399,1474,1456,1400,1400,1397,1398,1404,1315,1455,1882,1908,1521,1411,1382,1374,1377,1345,1323,1193,1846,1448,1393,1393,1396,1397,1396,1410,1405,1404,1346,1260,1838,1346,1809,1782,1836,1844,1841,1844,1400,1876,1833,1827,1834,1829,1748,1865,1290,1818,1306,1782,1781,1781,1715,1859,1802,1873,1800,1797,1327,1793,1793,1794,1805,1788,1696,1759,1790,1783,1809,1808,1827,1776,1813,1805,1843,1785,1781,1786,1768,1870,1798,1806,1713,1843,1787,1775,1781,1755,1762,1787,1751,1673,1749,1788,1791,1791,1815,1796,1778,1721,1799,1819,1778,1780,1704,1778,1784,1773,1823,1800,1776,1774,1774,1782,1793,1782,1776,1779,1858,1821,1831,1830,1373,1872,1870,1770,1869,1839,1831,1310,1809,1813,1811,1808,1809,1811,1746,1787,1755,1729,1805,1748,1769,1744,1751,1779,1776,1774,1810,1766,1753,1751,1790,1785,1865,1811,1774,1777,1788,1827,1725,1787,1781,1706,1750,1788,1759,1768,1759,1790,1793,1778,1867,1342,1715,1747,1773,1776,1786,1775,1782,1831,1722,1733,1798,1781,1775,1776,1782,1784,1777,1790,1751,1777,1793,1785,1781,1775,1777,1731,1760,1704,1680,1663,1645,1693,1714,1776,1724,1726,1743,1751,1744,1725,1731,1728,1718,1733,1758,1774,1727,1739,1781,1759,1755,1751,1770,1770,1790,1782,1780,1775,1775,1773,1778,1831,1866,1777,1775,1753,1782,1805,1780,1795,1716,1848,1775,1774,1791,1758,1809,1772,1786,1725,1822,1777,1777,1668,1704,1720,1715,1713,1735,1778,1755,1767,1690,1787,1731,1793,1781,1792,1768,1775,1782,1772,1773,1781,1774,1778,1706,1877,1718,1758,1788,1775,1777,1786,1786,1735,1757,1771,1853,1276,1757,1774,1782,1770,1830,1841,1784,1775,1751,1714,1736,1748,1696,1682,1734,1752,1748,1746,1740,1741,1753,1865,1847,1856,1795,1792,1775,1772,1776,1774,1789,1853,1331,1776,1788,1776,1781,1779,1776,1776,1737,1793,1734,1797,1795,1717,1722,1681,1717,1739,1701,1678,1695,1742,1777,2584,2125,2062,2421,2273,2245,2339,2335,1944,1923,1879,1880,2098,2188,2199,2115,1965,2047,1981,2072,1968,1961,1941,1818,2690,1768,1796,1784,1721,1708,1804,1811,1732,1679,1688,1700,1702,1700,1588,1534,1475,1444,1397,1519,1301,1986,1551,1530,1544,1540,1531,1529,1531,1441,1555,1423,1505,1529,1553,1532,1509,1527,1549,1452,1457,1303,1907,1448,1432,1350,1415,1500,1499,1499,1475,1462,1454,1464,1455,1457,1456,1493,1292,1847,1866,1318,1798,1762,1747,1747,1876,1383,1377,1379,1863,1813,1810,1817,1808,1913,1295,1820,1858,1836,1797,1800,1789,1740,1886,1289,1850,1338,1753,1821,1302,1811,1798,1803,1799,1708,1736,1756,1815,1808,1756,1714,1737,1748,1713,1723,1909,1241,1754,1746,1821,1331,1354,1354,1379,1412,1437,1343,1432,1387,1563,1656,1676,1684,1684,1685,1533,1481,1454,1748,1847,1989,1936,1949,1778,1727,1771,1652,1780,1624,1602,1695,1640,1571,1595,1698,1692,1450,1507,1587,1535,1602,1784,1764,1785,1758,1623,2108,1698,1630,1576,1564,1547,1720,1565,1628,1552,1624,1677,1655,1516,1485,1437,1445,1420,1525,1478,1468,1362,1492,1479,1455,1427,1412,1450,1455,1499,1527,1490,1412,1913,1447,1456,1472,1390,1398,1381,1353,1353,1350,1342,1460,1332,1385,1453,1371,1357,1365,1428,1355,1350,1350,1377,1417,1370,1823,1853,1334,1304,1818,1338,1328,1325,1326,1340,1314,1805,1827,1348,1243,1749,1815,1813,1805,1783,1853,1434,1411,1413,1418,1414,1411,1545,1569,1551,1367,2002,1582,1538,1524,1525,1517,1524,1541,1512,1493,1470,1552,1575,1574,1581,1574,1574,1487,1379,1342,1329,1860,1399,1408,1464,1416,1413,1445,1396,1387,1313,1837,1907,1362,1312,1821,1817,1817,1872,1446,1278,1898,1261,1863,1859,1821,1852,1853,1853,1770,1794,1824,1863,1380,1379,1380,1802,1763,1801,1748,1734,1736,1839,1344,1233,1733,1733,1847,1346,1264,1789,1812,1328,1820,1807,1807,1783,1719,1774,1809,1823,1859,1797,1802,1847,1818,1820,1815,1800,1844,1335,1347,1874,1368,1349,1330,1307,1679,1758,1728,1686,1715,1705,1681,1683,1683,1686,1680,1736,1765,1734,1804,1827,1813,1810,1810,1812,1708,1830,1794,1813,1809,1808,1814,1811,1812,1854,1301,1780,1699,1699,1719,1713,1738,1717,1706,1635,1669,1753,1689,3369,3440,2562,3178,2811,2545,2616,2579,2460,2184,2238,2177,2038,2075,1943,2143,2217,1943,2057,1965,1840,1743,1834,1738,1517,1720,1771,1873,2689,1683,1642,1540,1627,1534,1583,1628,1537,1528,1697,1620,1499,1479,1443,1468,1463,1463,1503,1672,1577,1707,1422,1413,1539,1468,1432,1493,1463,1413,1410,1405,1405,1404,1409,1413,1307,1292,1749,1849,1344,1374,1440,1371,1318,1851,1329,1849,1351,1365,1351,1311,1873,1377,1291,1762,1772,1905,1501,1502,1416,1385,1802,1985,1481,1471,1408,1459,1478,1316,1805,1805,1808,1809,1789,1780,1330,1375,1348,1347,1318,1817,1710,1710,1693,1760,1816,1799,1788,1760,1756,1785,1790,1730,1732,1803,1743,1736,1732,1717,1692,1734,1725,1720,1709,1709,1758,1751,1804,2014,1556,1555,1553,1537,1499,2025,1479,1478,1462,1332,1871,1364,1349,1340,1465,1339,1384,1515,1399,1990,1552,1543,1545,1523,1529,1550,1544,1539,1515,1505,1506,1503,1451,1387,1436,1497,1427,1468,1445,1370,1424,1381,1385,1383,1464,1321,1596,1489,1603,1454,1369,1519,1333,1940,1435,1436,1343,1971,1977,1447,1420,1477,1390,1917,1434,1435,1421,1312,2005,1424,1415,1406,1431,1363,1905,1401,1395,1391,1393,1401,1391,1397,1344,1316,1839,1359,1238,1999,1397,1401,1389,1409,1309,1410,1315,1383,1320,1774,1780,1853,1302,1300,1782,1905,1435,1390,1362,1881,1957,1433,1412,1422,1421,1424,1421,1421,1405,1433,1523,1401,1401,1394,1387,1391,1391,1393,1392,1408,1498,1439,1409,1951,1452,1423,1417,1414,1414,1412,1413,1405,1885,1843,1856,1379,1313,1483,1468,1416,1311,1807,1801,1385,1815,1810,1788,1798,1848,1394,1421,1393,1237,1923,1348,1343,1380,1286,1774,1783,1779,1784,1722,1786,1782,1781,1780,1779,1779,1780,1782,1782,1796,2828,2359,2909,2821,2322,2055,3274,2124,1876,2138,1988,2077,2421,2115,1827,1930,2036,1821,1901,1843,1906,2009,1865,1827,1907,1910,1907,1870,1852,1848,1975,1838,1846,1633,1807,1715,1989,1963,1799,1676,1606,1858,1873,1777,1972,1770,1828,1591,1546,1665,1762,1623,1647,1608,1540,1511,1557,1524,1551,1682,1490,1433,1475,1391,1332,1458,1351,2027,1362,1846,1428,1406,1352,2015,1502,1533,1610,1396,1445,1391,1420,1498,1444,1398,1386,1371,1994,1419,1416,1368,1445,1381,1866,1856,1427,1387,1414,1359,1447,1388,1352,1798,1798,1930,1456,1404,1866,1336,1827,1828,1831,1828,1809,1849,1293,1830,1793,1800,1802,1734,1773,1769,1786,1792,1835,1742,1758,1783,1780,1781,1780,1756,1809,1743,1762,1766,1764,1764,1764,1765,1764,1864,1405,1911,1910,1410,1411,1399,1375,1414,1413,1372,1311,1292,1756,1756,1708,1694,1779,1753,1903,1379,1258,1315,2002,1343,1451,1452,1421,1414,1345,1916,1425,1493,1373,1945,1941,1917,1399,1454,1392,1391,1404,1423,1431,1367,1894,1392,1392,1372,1367,1366,1367,1378,1393,1363,1459,1454,1492,1455,1496,1423,1416,1426,1424,1348,1422,1356,1415,1429,1348,1358,1345,1346,1870,1417,1287,1868,1403,1413,1906,1361,1847,1843,1840,1851,1840,1840,1789,1839,1844,1827,1832,1813,1879,1396,1825,1876,1363,1832,1824,1813,1802,1885,1426,1421,1426,1428,1868,1362,1357,1379,1339,1328,1762,1742,1754,1755,1764,1710,1746,1708,1694,1638,1739,1767,1808,1832,1841,1323,1522,1570,1362,1764,1904,1371,2426,2437,2320,2334,2456,2387,2434,2235,2121,2051,2117,2108,2121,2168,2082,2039,1934,1898,1892,1794,1937,1924,1954,1834,1892,1769,1763,1788,1763,1784,1788,1803,1728,1705,1691,1533,1528,1574,1641,1697,1501,1517,1439,1575,1372,1380,1507,1537,1526,1508,1512,1517,1505,1500,1498,1460,1399,1327,1421,1357,1372,1475,1373,1453,1455,1450,1437,1417,1305,1935,1422,1420,1419,1440,1276,1916,1325,1274,1838,1273,1825,1308,1288,1845,1298,1840,1307,1793,1782,1787,1776,1704,1712,1700,1789,1721,1712,1712,1712,1762,1700,1776,1725,1746,1714,1709,1738,1724,1712,1748,1719,1700,1707,1707,1724,1765,1773,1737,1742,1718,1750,1802,1734,1732,1741,1706,1702,1702,1678,1692,1746,1821,1742,1745,1697,1671,1651,1659,1689,1686,1661,1688,1731,1740,1760,1751,1725,1728,1727,1732,1745,1797,1783,1803,1764,1710,1702,1754,1831,1824,1777,1806,1871,1378,1406,1366,1412,1391,1361,1880,1398,1400,1470,1537,1627,1863,1813,1839,1838,2204,1900,1874,2098,1941,2302,2628,2268,1995,2219,2506,2734,2247,2565,1766,2122,2018,2197,2300,2233,2369,1847,2691,2405,2919,2931,2549,2865,2030,1849,2154,2204,2532,2693,2713,2459,2373,2187,2055,2453,2138,1927,2036,2485,2331,2168,2051,1955,2186,2562,2041,1906,2261,2047,2108,2061,1985,2185,1885,1726,1847,1803,2216,1925,2325,1839,2017,2033,1898,1964,2046,1920,2002,1970,1735,1881,2487,1418,1682,1633,1613,1606,1598,1576,1715,1564,1458,1511,1409,1404,1397,1365,1326,1867,1361,1566,1473,1482,1508,1477,1469,1564,1515,1404,1366,1549,1444,1391,1442,1441,1443,1422,1469,1440,1483,1519,1443,1409,1291,1938,1538,1512,1522,1648,1703,1642,1577,1491,1471,1857,1454,1331,2019,1349,1300,1796,1807,1789,1767,1830,1815,1979,1331,1826,1825,1856,1355,1843,1846,1398,1886,1807,1795,1800,1792,1340,1876,1297,1842,1985,1452,1479,1573,1581,1605,1569,1568,1579,1527,1542,2077,1583,1576,1585,1591,1571,1510,1587,1486,1476,1526,1613,1561,1510,1416,1431,1912,1481,1449,1533,1628,1415,1360,1488,1594,2069,1386,1337,1550,1588,1538,1390,1498,1479,1484,1484,1515,1488,1487,1475,1571,1493,1423,1476,1473,1530,1478,1515,1418,1582,1603,1451,1425,1449,1491,1509,1589,1555,1543,1461,1415,1414,1506,1521,1521,1608,1669,1528,1659,1597,1541,1505,1539,1607,1573,1657,1476,1469,1437,1424,1430,1512,1517,1857,1602,1569,1506,1580,1512,1498,3570,1772,1892,2121,1919,1804,1848,1775,1833,1874,2056,2037,1892,2038,2048,2130,2006,1843,1653,1644,1639,1734,1984,1784,2125,2126,2208,2161,2089,2129,2084,1885,2243,2174,2280,2045,2015,2042,2453,2846,2931,2529,2050,2232,2214,2508,2128,2412,1934,2121,2124,1807,2113,2201,2269,2288,2090,2123,1691,1868,2196,1978,1913,1815,1965,2009,2035,2017,2008,2129,2444,2365,2237,2166,2093,1969,1924,1879,2087,1927,1849,2076,1962,1930,1919,2773,1838,1839,1889,1686,2042,1810,1849,1685,1800,1895,1721,1806,2016,2120,2076,1606,1539,1652,1728,1628,1650,1621,1627,1539,1606,1551,1498,1597,1600,1520,1479,1670,1399,1333,1492,1335,2032,1530,1549,1493,1480,1496,1508,1460,1610,1504,1408,1567,1666,1629,1653,1693,1583,1575,1573,1566,1615,1626,1596,1732,1627,1634,1614,1441,1590,1414,1521,1569,1531,1683,1400,1439,1438,1447,1505,1486,1578,1567,1505,1497,1479,1401,1370,1372,1366,1672,1435,1340,1368,1364,1363,1442,1480,1372,1396,1396,1456,1400,1375,1476,1595,1643,1764,1927,2328,3129,2367,2448,2773,2606,2526,2485,2487,2608,2683,2367,2449,2488,2410,2136,2920,3133,2140,1778,2166,2263,2006,1967,1968,1962,1812,1812,2000,1835,2058,2073,1963,2067,2147,2062,2248,2085,1816,1899,1885,2586,1923,2205,1974,1837,1847,1815,2098,2284,2006,2686,2363,2130,2251,2446,2186,2317,2128,2116,1843,1957,1946,1774,1917,2590,2967,2563,2335,2243,2444,2084,2364,2374,2400,2135,1784,1686,1895,2006,2120,1974,1901,2152,2516,2211,2203,2169,2160,2005,1935,2039,2782,1702,2059,2048,2281,2076,2289,1896,1972,2042,1998,2167,2007,1967,1924,1977,1914,2095,1916,1744,2009,2140,2004,2035,1949,1822,1991,2682,2640,2335,2572,2408,2358,2494,2525,2526,2411,2366,1877,1932,1886,1919,1927,1848,2077,2186,2223,2048,2041,1962,2275,2048,2410,2054,1971,1832,2050,2095,2092,2039,2201,1975,1885,2089,2155,2129,1972,2162,2279,2330,2238,1687,1679,2009,1692,2045,1994,1894,1962,2012,2039,1964,2209,1962,2086,1812,1890,2851,1758,1928,2159,2175,2278,1969,2209,2254,2165,2120,2049,2245,2223,2448,2566,2895,2925,2852,2723,2495,2449,2527,2567,2853,2890,2692,2304,2622,2400,2217,2209,2094,2120,2079,2246,2244,2204,2080,2125,2042,2011,2041,1937,2002,2006,2324,1845,1892,1657,1602,1606,1604,1682,1685,1773,1877,1775,2306,1928,2100,1932,1891,1836,1690,1684,1759,1857,1713,1610,1604,1559,1655,1604,1567,1561,1569,1639,1572,1600,1917,2198,1965,1970,2079,2007,2416,2045,2047,2317,1978,2165,2000,2042,1848,1851,2049,1847,1999,1894,2116,1975,1966,2123,2049,2000,1973,2082,1845,2011,2004,2199,2724,2528,2529,2284,2114,2528,1983,1927,1961,2080,1978,2040,1932,1916,1965,2492,2157,2084,2455,2321,2334,3252,2770,2411,2563,2568,2170,2038,2012,2125,2335,2766,2449,1766,2565,2371,1974,2342,2128,1815,2194,2290,2131,1899,1916,1726,1852,1807,1768,1842,2052,1955,1770,1762,1644,1611,1636,1573,1760,1770,1677,1503,1559,1890,1925,1777,1789,1935,1756,1693,1893,1829,1701,1686,1789,1374,1582,1485,1518,1559,1541,1590,1459,1557,1736,1543,1878,1430,1639,1775,1582,1698,1751,1609,1591,1398,1722,1768,1781,1747,1576,1641,1760,1586,1584,1777,1898,1745,1687,1913,1830,1530,1564,1416,1675,1366,1524,1584,1422,1511,1448,1520,1461,1465,1520,1475,1477,1466,1442,1469,1464,1414,1605,1530,1523,1564,1466,1445,1469,1463,1444,1468,1453,1416,1337,1567,1658,1671,1665,1682,1667,1690,1648,1730,1486,1670,1685,1695,1554,1657,1582,1612,1605,1591,1551,1584,1631,1592,1519,1504,1503,1502,1503,1504,1471,1362,1792,1986,1528,1523,1498,1543,1498,1378,1366,1322,1320,1736,1721,1728,1723,1782,1731,1781,1331,1750,1741,1701,1777,1831,1386,1348,1381,1344,1378,1290,1816,1960,1546,1557,1546,1545,1545,1545,1504,1545,1493,1471,1462,1542,1469,1469,1469,1467,1451,1498,1469,1444,1366,1919,1422,1352,1869,1648,1637,1393,1443,1479,1474,1573,1649,1645,1648,1613,1413,1372,1527,1527,1487,1506,1377,1315,1803,1800,1300,1800,1820,1796,1813,1872,1321,1788,1783,1771,1861,1327,1776,1768,1781,1854,1313,1782,1777,1801,1439,1337,1908,1509,1506,1416,1516,1511,1507,1412,1561,1500,1519,1542,1641,1896,2406,2367,2773,2267,2300,2761,2640,2325,2719,2406,2163,2166,2126,2126,2482,2278,1959,1998,2291,2033,1961,1966,2082,1904,1686,1644,1645,1645,1686,1684,1685,1923,1929,1724,1694,1691,1649,1829,1821,2027,2218,2111,2090,2009,1998,1765,1665,1678,2015,1598,1920,1926,2047,1963,2074,2089,2157,1851,1762,1727,1682,1834,1685,1651,1759,1669,1764,1620,1463,1628,1484,1452,1467,1452,1438,1584,1723,1575,1578,1455,1408,1439,1354,1500,1559,1585,1482,1439,1494,1682,1484,1484,1441,1457,1667,1767,1737,1744,1745,1683,1663,1802,1779,1784,1555,1665,1548,1541,1542,1616,1622,1686,1684,1562,1483,1332,1868,1592,1349,1376,1416,1315,1787,1790,1791,1772,1783,1771,1783,1909,1389,1269,1750,1814,1283,1762,1757,1745,1756,1882,1339,1238,1737,1719,1762,1746,1745,1744,1747,1870,1319,1853,1356,1355,1367,1368,1369,1296,1781,1780,1742,1774,1759,1752,1740,1740,1757,1744,1750,1756,1746,1740,1737,1727,1741,1824,1233,1734,1811,1245,1733,1715,1737,1723,1747,1723,1734,1723,1727,1683,1729,1690,1745,1695,1691,1687,1688,1685,1697,1682,1714,1680,1681,1720,1728,1721,1660,1683,1707,1679,1679,1757,1817,1819,1818,1818,1824,1825,1301,1804,1802,1802,1803,1802,1804,1805,1773,1759,1758,1738,1736,1734,1732,1731,1732,1736,1771,1754,1722,1722,1722,1723,1700,1683,1763,1689,1687,1694,1703,1754,1738,1740,1741,1777,1751,1713,1712,1754,1769,1760,1760,1761,1720,1713,1802,1351,1212,1852,1348,1360,1286,1706,1664,1688,1765,1714,1705,1706,1707,1703,1705,1720,1718,1719,1734,1716,1660,1774,1724,1718,1773,1723,1716,1725,1717,1717,1767,1804,1323,1322,1349,1363,1363,1825,1365,1368,1373,1349,1814,1318,1822,1337,1368,1365,1352,1288,1735,1736,1739,1774,1757,1728,1733,1737,1731,1731,1739,1785,1743,1753,1723,1731,1730,1731,1741,1792,1831,1297,1819,1276,1762,1766,1720,1741,1735,1734,1782,1740,1777,1733,1726,1719,1724,1726,1719,1728,1730,1735,1771,1803,1840,1431,1271,1827,1971,1718,2573,3321,2835,2343,2444,2474,3086,2569,2999,3360,2939,3573,2873,2731,2646,3792,2627,2940,2949,2430,3024,2519,2897,2968,2512,2625,3238,3010,2857,2689,2153,2699,2444,2848,2848,2166,3048,2711,2871,2765,2048,2846,3010,2713,2505,2608,2572,2681,2666,2818,2853,3028,2750,2975,2742,2692,2930,3203,3311,3182,2855,2805,2715,2510,2444,3182,2289,2891,2677,2966,3343,2549,2243,2592,3340,3344,2853,2512,2568,2043,2243,2759,2968,2367,2800,2670,2663,2998,2889,3308,2343,2088,2553,2427,2494,2048,2923,2123,2151,2289,2328,2331,2399,2465,2475,2329,2454,2392,2586,2312,2056,1904,1910,1912,2157,2293,2017,2006,2125,1973,2039,2006,2043,2011,2011,2002,2005,2007,2002,2125,2101,2016,2008,2010,2006,1805,1673,2042,2031,2001,1898,2132,2003,2361,2012,2052,2295,2357,2327,2831,2777,2924,2428,2585,2614,2326,2636,2259,2157,2283,2296,2285,2285,2811,2720,2136,2735,2402,2266,2666,2860,2191,2647,3019,2888,2969,2729,2081,2056,2253,2053,2673,2200,1980,1992,2015,1768,2051,2049,2037,1774,2078,1917,2255,2488,2677,2489,2398,2418,2981,2653,3115,2475,2532,2522,2483,2241,2500,2401,2372,2360,2296,2304,2301,2281,2247,2245,2492,2494,2706,2341,2527,2421,2495,2404,2286,2225,2264,2474,2542,2520,2533,2212,2297,2147,2291,2457,2455,2042,2475,2689,2484,2488,2651,2560,2179,2084,2542,2477,2566,2523,2446,2523,2688,2359,2725,2498,2524,2491,2522,2727,2573,2527,2448,2473,2500,2522,2577,2543,2538,2859,2521,2371,2725,2533,2917,2798,2533,2612,2472,2833,2596,2541,2381,2329,2326,2102,1768,1839,2073,1673,1750,1727,1641,1855,2165,1683,1846,1804,1845,1727,1845,1792,1938,1963,1736,1927,1950,1921,1929,1986,1944,1826,1720,1783,1707,1638,1589,1717,1614,2045,1524,1444,1450,1518,1690,1567,1560,1813,1527,1498,1480,1447,1553,1778,1564,1505,1410,1400,1401,1399,1477,1573,1472,1408,1718,1402,1596,1541,1524,1524,1511,1531,1530,1525,1497,1490,1539,1456,1476,1452,1455,1452,1404,1400,1404,1349,1901,1394,1372,1363,1383,1362,1819,1357,1358,1332,1850,1814,1802,1820,1818,1333,1830,1862,1362,1277,1811,1745,1785,1803,1801,1874,1329,1848,1466,1344,1330,1344,1337,1330,1263,1723,1820,1368,1344,1425,1270,1823,1329,1342,1487,1469,1489,1484,1505,1325,1884,1482,1547,1569,1571,1571,1526,1514,1479,1408,1354,1430,1369,1367,1366,1296,1834,1366,1363,1367,1690,1628,1405,1291,1788,1815,1409,1466,1519,1519,1314,1805,1823,1921,1487,1495,1401,1482,1446,1528,1295,1966,1465,1463,1460,1458,1461,1437,1463,1460,1452,1363,1367,1399,1400,1428,1438,2777,2806,2298,2442,2273,2362,2463,2423,1966,1834,1973,1993,1914,1913,1920,1910,1999,1783,1977,1868,1859,1858,1992,1970,2113,1784,1717,1785,1749,1747,1760,1748,1748,1659,1754,1764,1818,1749,1549,1610,1749,1599,1575,1579,1657,1411,1598,1626,1588,1595,1572,1527,1471,1499,1296,1819,1822,1944,1470,1499,1322,1784,1778,1842,1435,1773,1926,1319,1805,1791,1723,1841,1799,1874,1874,1384,1268,1917,1270,1749,1765,1749,1823,1820,1354,1367,1342,1842,1335,1813,1866,1463,1443,1459,1476,1483,1467,1478,1435,1352,1404,1399,1383,1458,1530,1877,1378,1842,1875,1376,1879,1865,1941,1449,2017,1362,1887,1425,1377,1369,1383,1375,1362,1358,1381,1375,1372,1378,1387,1375,1375,1353,1361,1356,1313,1833,1798,1284,1864,1748,1849,1811,1818,1815,1405,1839,1811,1808,1808,1812,1793,1867,1250,1794,1748,1788,1818,1839,1781,1284,1732,1786,1776,1334,1331,1331,1333,1342,1813,1333,1807,1826,1283,1775,1819,1821,1821,1818,1819,1838,1738,1745,1739,1763,1762,1770,1761,1764,1702,1700,1748,1768,1780,1766,1773,1773,1774,1817,1721,1756,1716,1772,1766,1782,1779,1728,1729,1804,1760,1728,1725,1687,1759,1773,1761,1763,1726,1718,1772,1704,1773,1777,1742,1686,1766,1731,1760,1776,1776,1750,1687,1635,1721,1775,1712,1690,1707,1686,1686,1683,1687,1694,1674,1650,1786,1807,1828,1775,1767,1766,1763,1766,1760,1685,1689,1691,1682,1677,1674,1676,1723,1744,1771,1789,1841,1888,1819,1824,1855,1312,1768,1724,1724,1762,1773,1773,1774,1772,1777,1717,1773,1752,1751,1770,1752,1786,1766,1767,1752,1723,1723,1724,1756,1770,1768,1762,1817,1797,1815,1808,1809,1811,1771,1810,1810,1807,1811,1761,1790,1736,1701,1753,1790,1762,1787,1762,1725,1727,1773,1691,1722,1727,1683,1682,1673,1722,1758,1745,1770,1748,1770,1729,1684,1702,1680,1681,1682,1728,1755,1744,1731,1701,1742,1727,1750,1726,1685,1722,1684,1682,1758,1766,1770,1763,1776,1773,1771,1805,1805,1691,1723,1741,1721,1744,1714,1710,1684,1704,1746,1744,1738,1740,1804,1787,1704,1732,1697,1712,1731,1823,1698,1701,1701,1687,1699,1751,1747,1708,1738,1653,1692,1679,1746,1789,1785,1780,1737,1744,1752,1779,1795,1751,1728,1777,1795,1832,1811,1768,1768,1768,1767,1767,1769,1748,1747,1781,1772,1754,1761,1672,1771,1781,1793,1791,1802,1372,1866,3068,2968,2515,2534,2663,2813,2209,2101,2272,2269,2045,2001,1830,1835,1768,1803,1736,1776,1730,1738,1735,1734,1809,1621,1608,1615,1666,1579,1594,1617,1614,1630,1805,1471,1504,1491,1491,1524,1484,1477,1428,1424,1407,1407,1424,1521,1874,1340,1364,1459,1423,1879,1497,1479,1475,1534,1587,1441,1446,1419,1420,1418,1394,1380,1337,1911,1381,1373,1750,1335,1334,1333,1331,1342,1298,1795,1795,1760,1860,1311,1269,1718,1703,1795,1783,1780,1774,1825,1300,1774,1790,1787,1771,1751,1781,1775,1765,1727,1735,1764,1759,1764,1725,1718,1767,1804,1874,1782,1836,1339,1330,1311,1313,1806,1814,1810,1223,1880,1349,1342,1354,1346,1367,1394,1400,1428,1436,1396,1381,1534,1609,1823,1815,1932,2671,2920,2955,2810,2744,2971,2935,3513,3212,2735,2898,2934,3198,2464,2791,2721,2961,2810,2556,2277,2226,2469,2278,2687,2366,2321,2331,2376,1969,2159,1978,2040,2083,2775,2281,2155,2287,2256,2077,2220,2207,2279,2292,2167,2287,2042,2327,2292,2326,1896,1804,1727,1717,2116,2005,1971,2006,1910,2125,2240,2168,1967,2223,2328,2291,2284,2279,1926,1746,1844,1843,1849,1847,2096,1995,1844,1766,1684,1685,1725,1645,1560,1568,1647,1743,1617,1606,1739,1660,1805,1763,1737,1760,1827,1664,1681,1615,1637,1522,1516,1511,1567,1622,1632,1576,1663,1527,1680,1715,1618,1590,1636,1668,1513,1507,1679,1719,1742,1727,1722,1655,1639,1604,2011,1414,1406,1404,1309,1363,1331,1913,1399,1541,1516,1345,1871,1521,1543,1547,1524,1524,1548,1386,1347,1781,1848,1337,1849,1839,1830,1783,1843,1838,1377,1822,1795,1794,1778,2010,1582,1579,1566,1394,1955,1586,1397,1523,1526,1456,1340,1461,1491,1385,1572,1532,1304,1843,1227,1747,1745,1742,1743,1805,1733,1780,1709,1716,1770,1675,1723,1694,1753,1745,1701,1667,1706,1762,1698,1717,1705,1915,1231,1710,1708,1705,1780,1789,1716,1781,1772,1829,1353,1346,1348,1345,1299,1738,1732,1738,1697,1738,1724,1722,1722,1721,1649,1758,1827,1301,1290,1775,1867,1806,1260,1776,1773,1752,1788,1777,1830,1800,1789,1789,1789,1776,1789,1783,1856,1766,1704,1728,1717,1750,1726,1726,1783,1754,1728,1764,1782,1739,1778,1782,1788,1795,1826,1788,1784,1806,1782,1774,1780,1795,1805,1819,1291,1772,1794,1756,1754,1716,1765,1747,1958,1586,1529,1527,1525,1524,1526,1524,1524,1549,1415,1472,1524,1524,1525,1518,1504,1496,1499,1357,1859,1461,1441,1483,1471,1472,1441,1434,1434,1432,1434,1377,1395,1378,1312,1809,1916,1419,1464,1361,1382,1368,1468,1863,1362,1879,1321,1830,1813,1814,1862,1877,1415,1870,1452,1931,1494,1473,1451,1453,1468,1387,1371,1383,1365,1347,1396,1398,1380,1374,1374,1373,1374,1242,1809,1346,1305,1818,1334,1328,1328,1370,1830,1854,1350,1363,1381,1387,1356,1360,1367,1337,1341,1343,1337,1345,1793,1803,1739,1756,1768,1737,1732,1766,1772,1799,1342,1736,1757,1775,1740,1801,1879,1362,1320,1824,1819,1818,1790,1822,1812,1832,1876,1378,1370,1365,1865,1390,1355,1339,1812,1778,1846,1858,1861,1845,1864,1856,1858,1862,1257,1722,1727,1724,1723,1683,1721,1705,1767,1799,1761,1801,1734,1727,1684,1738,1734,1719,1742,1725,1734,1727,1726,1725,1778,1775,1772,1844,1821,1825,1829,1866,1373,1871,1875,1874,1372,1814,1812,1811,1809,1810,1811,1810,1770,1748,1741,1725,1724,1722,1722,1731,1740,1768,1752,1730,1725,1771,1813,1812,1822,1809,1813,1774,1738,1666,1734,1740,1724,1753,1765,1764,1722,1779,1706,1739,1719,1757,1722,1725,1772,1757,1771,1786,1786,1795,1810,1821,1345,1367,1386,1426,1460,1502,1450,1635,1700,1853,2047,2113,2104,2052,2014,1932,1815,1957,2113,2337,2665,2689,2513,2570,2641,2848,2969,2769,2732,2574,2401,2408,2478,2927,2651,2898,2424,2266,4290,2413,2399,2649,2726,2479,2257,2363,2557,2577,2238,2242,2276,2291,2322,2406,2226,2162,2434,2447,2391,2603,2770,2283,2133,2308,2870,2814,2882,2787,2368,2250,2842,2733,2083,2154,2126,2461,1837,1721,1689,1722,1693,1762,1721,1656,2038,1888,1966,2000,1968,1924,1937,2048,2660,2570,2368,2116,2015,1932,2301,2809,2205,2072,1928,2054,2046,2009,1921,1956,2323,2493,2525,2169,1920,2364,2450,2489,2489,2402,2525,2390,2894,2762,2750,2526,2609,2119,2258,2010,2097,2398,2316,2092,2041,2085,2132,1833,2090,2129,2081,2047,2049,2007,2076,2407,2575,2487,2203,2086,2411,2527,2806,2643,2853,2255,2568,2682,2648,2734,2372,2016,2734,2685,2443,2452,2485,2166,2198,2403,2037,2009,2092,2000,2177,1956,2248,2125,2519,2647,2804,2289,2369,2369,2204,2095,1820,2240,2089,2036,1969,1893,2271,1890,1751,1690,1928,2085,2323,2201,2277,2259,2483,2570,2563,2291,2482,2381,2126,2045,2379,2033,2095,2280,1965,1926,2246,2325,2095,2645,2200,1974,2155,1943,2050,2013,2248,1839,1850,1837,1932,1925,1923,1893,2124,1894,1763,1681,1684,1674,1776,1797,1854,1931,1807,1755,1692,1714,1861,1841,1804,1802,2197,1741,1760,1724,1682,1651,1525,1481,1524,1517,1494,1555,1583,1629,1525,1497,1520,1519,1494,1797,1398,1329,1402,1847,1325,1840,2011,1630,1600,1512,1440,1455,1321,1781,1870,1333,1828,1787,1918,1401,1624,1634,1374,1396,1380,1414,1461,1398,1945,1402,1393,1403,1375,2084,1512,1358,1854,1852,1835,1958,1499,1913,1496,1455,1410,1374,1367,1590,1634,1578,1428,1422,1425,1427,1476,1474,1560,1559,1557,1550,1505,1527,1557,1380,1748,1865,1380,1353,1362,1856,1394,1846,1345,1349,1378,1351,1799,1770,1754,1747,1721,1706,1729,1687,1713,1706,1708,1689,1691,1705,1706,1750,1763,1771,1743,1864,1410,1386,1377,1386,1345,1912,1411,1861,1835,1900,1428,1345,1353,1360,1387,1387,1386,1387,1387,1366,1366,1424,1292,1367,1361,1274,1772,1802,1362,1363,1344,1340,1381,1318,1305,1802,1812,1816,1778,1754,1745,1701,1686,1793,1718,1707,1730,1711,1760,1790,1753,1756,1790,1730,1751,1752,1824,1275,1761,1822,1340,1187,1681,1706,1779,1812,1822,1816,1743,1857,1236,1717,1687,1759,1755,1742,1743,1887,1448,1446,1344,1508,1541,1446,1370,1917,1370,1369,1366,1367,1792,1513,1516,1515,1294,1925,1474,1366,1331,1333,1443,1456,1339,1337,1392,1432,1482,1436,1436,1437,1428,1485,1492,1905,1457,1463,1475,1455,1478,1461,1462,1466,1450,1415,1424,1414,1411,1406,1403,1405,1404,1401,1401,1380,1368,1376,1375,1316,1832,1449,1317,1265,1866,1380,1273,1745,1821,1386,1387,1395,1386,1332,1388,1386,1423,1253,1795,1368,1408,1406,1405,1373,1381,1377,1407,1402,1313,1835,1330,1322,1318,1813,1815,1852,1296,1315,1788,1753,1757,1755,1784,1804,1822,1342,1843,1246,1799,1338,1333,1334,1334,1333,1332,1333,1334,1304,1844,1820,1377,1376,1320,1806,1823,1814,1816,1809,1322,1306,1761,1795,1807,1817,1758,1751,1726,1751,1757,1756,1756,1758,1755,1779,1758,1789,1743,1750,1753,1754,1778,1773,1774,1777,1776,1743,1774,1788,1832,1292,1748,1761,1758,1777,1735,1769,1786,1778,1780,1758,1761,1783,1807,1788,1776,1781,1772,1795,1791,1781,1780,1782,1835,1826,1742,1841,1370,1871,1871,1864,1875,1884,1303,1818,1792,1813,1814,1777,1767,1774,1679,1747,1775,1749,1757,1766,1766,1779,1801,1788,1815,1813,1767,1810,1810,1764,1776,1776,1685,1743,1775,1769,1745,1759,1743,1769,1772,1763,1817,1779,1776,1739,1750,1778,1750,1759,1724,1748,1819,1796,1796,1782,1810,1819,1814,1824,1810,1811,1809,1769,1772,1812,1816,1815,1813,1834,1770,1743,1778,1776,1750,1780,1780,1781,1756,1754,1778,1773,1775,1788,1777,1779,1772,1735,1777,1775,1783,1779,1777,1775,1796,1792,1830,1781,1761,1784,1828,1777,1777,1794,1845,1779,1780,1785,1765,1755,1703,1751,1750,1665,1757,1758,1754,1786,1802,1331,1834,1787,1872,1839,1755,1773,1750,1737,1759,1711,1736,1789,1751,1793,1743,1767,1779,1796,1782,1828,1858,1803,1813,1788,1787,1797,1796,1706,1755,1779,1778,1731,1763,1762,1762,1764,1761,1749,1784,1800,1824,1778,1776,1777,1756,1783,1806,1783,1785,1784,1782,1782,1755,1754,1779,1810,1797,1775,1777,1777,1783,1720,1778,1815,1864,1766,1848,1875,1373,1361,1858,1864,1842,1849,1811,1795,1764,1725,1728,1684,1682,1719,1683,1709,1763,1778,1749,1782,1770,1804,1807,1731,1791,1791,1775,1777,1780,1695,1716,1752,1694,1718,1729,1723,1776,1779,1812,1783,1747,1777,1828,1785,1766,1779,1791,1783,1736,1727,1732,1731,1720,1722,1808,1782,1775,1733,1781,1720,1769,1762,1864,1810,1860,1371,1876,1368,1884,1359,1307,1794,1783,1720,1764,1773,1778,1782,1760,1769,1763,1806,1828,1815,1811,1809,1814,1817,1866,1864,1879,1374,1289,1875,1862,1827,1749,1837,1834,1781,1782,1859,1303,1739,1781,1781,1799,1788,1782,1781,1756,1755,1779,1775,1794,1774,1778,1784,1781,1752,1779,1782,1798,1834,1825,1858,1864,1864,1854,1800,1791,1779,1804,1786,1787,1792,1778,1778,1768,1790,1838,1784,1726,1696,1714,1751,1752,1777,1765,1742,1793,1768,1765,1719,1766,1738,1755,1710,1788,1732,1753,1788,1783,1762,1815,1333,1773,1756,1824,1826,1856,1856,1856,1864,1858,1843,1805,1810,1769,1761,1755,1778,1776,1774,1777,1780,1795,1782,1791,1782,1743,1750,1756,1777,1777,1792,1789,1776,1775,1782,1788,1783,1780,1808,1760,1771,1697,1701,1692,1744,1702,1822,1837,1347,1845,1395,1305,2002,1579,1574,1576,1440,1557,1522,1580,1338,1872,1445,1332,1964,1515,1538,1543,1450,1299,1862,1277,1872,1371,1368,1367,1365,1366,1283,1882,1416,1978,1457,1844,1416,1317,1802,1904,1414,1659,1503,1501,1446,1505,1501,1467,1452,1452,1453,1442,1546,1533,1524,1521,1357,1758,1921,1514,1489,1803,1777,1782,1780,1844,1786,1747,1743,1756,1872,1393,1394,1399,1444,1401,1287,1737,1750,1739,1815,1735,1708,1752,1749,1799,1752,1741,1682,1705,1847,1390,1390,1389,1388,1255,1804,1743,1824,1268,1808,1852,1278,1774,1776,1728,1799,1788,1862,1811,1809,1809,1808,1809,1762,1830,1790,1864,1816,1809,1806,1804,1802,1813,1801,1788,1875,1890,1386,1385,1390,1394,1388,1802,1807,1787,1825,1790,1790,1808,1790,1806,1796,1784,1742,1742,1783,1775,1745,1774,1775,1773,1753,1792,1835,1348,1776,1776,1775,1781,1734,1764,1764,1760,1775,1772,1775,1776,1782,1775,1781,1690,1853,1822,1858,1889,1341,1864,1858,1856,1852,1846,1851,1730,1726,1717,1732,1712,1709,1706,1713,1736,1714,1747,1683,1722,1767,1770,1732,1756,1765,1805,1768,1755,1780,1770,1811,1732,1771,1799,1773,1805,1770,1804,1808,1770,1834,1290,1786,1770,1804,1804,1796,1738,1772,1733,1793,1776,1824,1198,1770,1805,1770,1770,1732,1683,1727,1770,1806,1770,1805,1330,1803,1731,1699,1769,1807,1685,1755,1768,1768,1792,1742,1805,1826,1775,1773,1774,1773,1773,1761,1770,1757,1720,1716,1711,1753,1781,1775,1782,1777,1800,1810,1776,1806,1818,1873,1366,1882,1376,1372,1322,1820,1811,1809,1815,1820,1311,1776,1755,1817,1835,1779,1743,1771,1753,1769,1779,1787,1775,1773,1772,1771,1775,1781,1787,1779,1776,1694,1867,1815,1879,1376,1376,1322,1879,1375,1854,1293,1812,1810,1810,1810,1811,1815,1809,1809,1724,1813,1822,1809,1819,1811,1764,1812,1769,1696,1774,1774,1779,1765,1787,1828,1284,1779,1793,1776,1783,1779,1778,1787,1755,1778,1781,1741,1775,1805,1788,1748,1758,1791,1762,1785,1798,1868,1776,1738,1768,1770,1770,1733,1697,1785,1714,1769,1768,1716,1715,1735,1721,1645,1698,1726,1758,1741,1740,1746,1740,1663,1679,1722,1755,1874,1378,1380,1386,1314,1809,1809,1815,1700,1806,1811,1809,1808,1811,1811,1810,1810,1700,1754,1811,1812,1811,1809,1808,1810,1818,1838,1799,1756,1719,1735,1713,1713,1717,1721,1740,1676,1758,1771,1789,1755,1756,1757,1751,1726,1781,1794,1790,1794,1788,1787,1787,1780,1784,1764,1790,1760,1787,1776,1810,1776,1747,1803,1693,1739,1783,1775,1776,1698,1687,1776,1717,1775,1725,1700,1688,1727,1690,1688,1687,1696,1685,1771,1696,1779,1725,1831,1771,1766,1783,1765,1760,1773,1772,1771,1768,1767,1779,1780,1782,1766,1783,1752,1788,1779,1802,1791,1811,1820,1878,1868,1840,1855,1870,1293,1756,1772,1728,1723,1723,1722,1758,1768,1773,1765,1987,1370,3023,1997,1999,2086,2341,2224,2104,2255,2027,1950,1913,2078,2198,1915,2064,2017,1774,1740,1742,1854,1820,1751,1822,2243,2168,1631,1634,1632,1727,1688,1622,1767,1618,1768,1755,1716,1709,1697,1699,1687,1693,1709,1724,1645,1618,1617,1619,1620,1598,1665,1516,1396,1628,1528,1601,1420,1421,1422,1517,1529,1461,1950,1972,1545,1473,1426,1432,1425,1430,1365,1471,1445,1440,1932,1914,1404,1399,1398,1417,1416,1464,1444,1398,1401,1413,1365,1357,1399,1434,1449,1401,1373,1915,1383,1362,1350,1347,1348,1333,1331,1287,1777,1852,1358,1398,1393,1392,1395,1395,1373,1450,1380,1363,1370,1375,1369,1379,1348,1394,1358,1797,1767,1848,1320,1898,1803,1805,1835,1329,1849,1291,1811,1827,1264,1799,1794,1794,1791,1819,1777,1771,1786,1826,1770,1842,1813,1845,1798,1794,1806,1784,1795,1788,1791,1797,1772,1809,1324,1816,1761,1769,1818,1817,1811,1804,1806,1314,1779,1825,1754,1750,1783,1782,1751,1798,1775,1793,1806,1822,1865,1793,1856,1803,1863,1375,1355,1871,1357,1836,1883,1277,1805,1769,1719,1724,1706,1715,1724,1723,1722,1763,1767,1779,1753,1745,1762,1776,1775,1774,1773,1774,1751,1791,1849,1853,1783,1775,1783,1805,1805,1804,1730,1752,1751,1772,1771,1805,1764,1778,1808,1733,1742,1784,1791,1735,1807,1774,1774,1775,1712,1792,1776,1745,1745,1681,1733,1741,1736,1733,1762,1762,1787,1776,1789,1770,1757,1755,1752,1720,1774,1778,1832,1760,1757,1755,1753,1787,1752,1788,1757,1707,1712,1758,1771,1773,1776,1744,1731,1747,1720,1735,1750,1835,1799,1670,1751,1786,1774,1774,1775,1773,1776,1751,1715,1730,1727,1695,1714,1741,1770,1808,1773,1779,1772,1769,1764,1792,1817,1807,1827,1870,1872,1934,1370,1865,1802,1768,1845,1814,1811,1814,1845,1328,1769,1705,1764,1747,1757,1756,1776,1762,1772,1776,1776,1800,1780,1787,1780,1781,1858,1820,1787,1772,1776,1782,1783,1788,1785,1776,1772,1778,1814,1767,1773,1777,1779,1778,1791,1788,1845,1820,1777,1869,1368,1876,1281,1768,1819,1871,1392,1377,1824,1821,1366,1875,1312,1737,1724,1722,1723,1723,1744,1720,1724,1723,1703,1779,1837,1872,1372,1369,1757,1859,1769,1734,1761,1776,1778,1777,1778,1747,1763,1783,1761,1777,1809,1810,3195,2537,2412,2182,2269,2500,2471,2315,2080,2026,1902,2015,2045,1966,1925,1927,1778,1780,1695,1793,1854,1755,1756,1769,1755,1666,1765,1563,1599,1649,1658,1650,1642,1639,1541,1603,1679,1657,1562,1689,1616,1502,1547,1563,1564,1565,1693,1878,1565,1691,1683,1641,1624,1625,1622,1628,1583,1627,1800,1755,1576,1452,1415,1444,1442,1433,1417,1431,1435,1410,1444,1400,1406,1336,1817,1827,1339,1384,1365,1362,1422,1535,1451,1544,1530,1526,1518,1377,1411,1568,1432,1308,1882,1398,1361,1352,1352,1384,1406,1322,1330,1336,1335,1270,1804,1812,1802,1802,1823,1303,1801,1800,1800,1805,1784,1820,1791,1806,1767,1745,1763,1772,1809,1281,1771,1765,1784,1761,1752,1705,1828,1327,1259,1833,1327,1354,1310,1870,1375,1375,1373,1410,1462,1321,1945,1474,1475,1459,1472,1469,1471,1469,1469,1469,1608,1530,1534,1537,1975,1978,1574,1476,1487,1396,1340,1366,1426,1304,1868,1361,1359,1359,1363,1359,1357,1356,1351,1839,1774,1932,1425,1361,1357,1355,1356,1349,1354,1424,1502,1461,1430,1908,1914,1413,1413,1429,1414,1415,1385,1900,1383,1386,1384,1385,1385,1387,1385,1386,1388,1399,1893,1412,1320,1821,1859,1430,1862,1860,1875,1387,1319,1877,1352,1296,1804,1803,1802,1803,1803,1836,1877,1852,1850,1852,1856,1850,1857,1921,1384,1774,1822,1824,1825,1826,1817,1819,1832,1416,1857,1345,1835,1819,1821,1813,1827,1741,1769,1776,1778,1791,1792,1793,1792,1787,1793,1838,1826,1776,1898,1400,1395,1394,1396,1873,1305,1823,1819,1778,1817,1818,1820,1827,1826,1782,1803,1809,1812,1782,1813,1818,1811,1816,1836,1799,1861,1861,1862,1879,1358,1833,1868,1329,1771,1775,1790,1752,1842,1856,1865,1866,1848,1832,1346,1855,1310,1821,1811,1813,1812,1781,1682,1797,1814,1816,1818,1815,1809,1817,1774,1829,1369,1872,1384,1365,1296,1857,1310,1814,1759,1855,1860,1858,1859,1843,1856,1849,1849,1835,1822,1864,1856,1860,1865,1864,1384,1236,1750,1771,1805,1771,1771,1806,1687,1757,1733,1765,1790,1779,1780,1774,1774,1776,1774,1773,1781,1790,1789,1780,1783,1772,1776,1777,1777,1857,1814,1875,1363,1371,1877,1376,1864,1844,1819,1813,1813,1810,1813,1814,1811,1809,1809,1853,1301,1794,1813,1810,1810,1808,1812,1780,1816,1812,1809,1809,1808,1825,1810,1810,1796,1795,1809,1811,1813,1815,1810,1811,1810,1810,1804,1812,1812,1811,1809,1809,1810,1811,1808,1767,1834,1818,1859,1863,1863,1856,1870,1354,1765,1850,1800,1832,1874,1370,1884,1869,1885,1823,1870,1371,1345,1825,1823,1815,1811,1815,1713,1794,1814,1811,1809,1812,1823,1809,1809,1771,1667,1822,1374,1376,1368,1877,1367,1346,1855,1340,1817,1838,1375,1377,1373,1842,1864,1357,1313,1812,1815,1768,1819,1812,1810,1808,1809,1815,1831,1754,1763,1797,1778,1743,1772,1781,1789,1790,1864,1823,1825,1404,1386,1870,1371,1817,1847,1314,1811,1814,1810,1810,1809,1810,1814,1770,1790,1812,1808,1811,1813,1810,1813,1810,1821,1815,1811,1809,1762,1811,1810,1813,1812,1769,1771,1794,1812,1765,1809,1809,1808,1816,1814,1810,1818,1793,1809,1782,1819,1811,1814,1822,1312,1809,1808,1814,1814,1810,1817,1812,1746,1789,1811,1814,1808,1779,1811,1811,1817,1838,1761,1785,1773,1767,1766,1792,1746,1762,1841,1344,1774,1774,1780,1788,1777,1774,1776,1793,1775,1782,1786,1788,1786,1752,1799,1777,1827,1829,1370,1380,1372,1383,1882,1384,1357,1312,1826,1271,1814,1858,1857,1859,1857,1869,1844,1869,1861,1862,1858,1856,1854,1876,1360,1773,1735,1771,1759,1806,1806,1806,1768,1804,1805,1734,1781,1805,1771,1805,1804,1768,1805,1686,1758,1750,1765,1789,1812,1767,1763,1766,1769,1820,1826,1854,1881,1862,1870,1369,1377,1871,1362,1805,1779,1770,1771,1763,1767,1773,1780,1780,1793,1792,1789,1781,1778,1777,1779,1778,1781,1742,1835,1381,1380,1370,1876,1371,1872,1803,1855,1270,1823,1313,1808,1810,1808,1811,1810,1812,1826,1766,1764,1779,1774,1766,1776,1779,1782,1757,1705,1779,1837,1897,1366,1877,1376,1876,1834,1840,1868,1868,1870,1366,1375,1388,1310,1809,1798,1742,1778,1769,1760,1761,1766,1762,1761,1760,1762,1714,1760,1765,1764,1770,1764,1765,1785,1818,1816,1785,1819,1855,1308,1809,1811,1780,1764,1784,1812,1872,1870,1868,1873,1383,1871,1374,1377,1343,1857,1318,1811,1814,1812,1810,1759,1804,1823,1810,1782,1814,1809,1809,1810,1760,1812,1812,1808,1815,1815,1810,1811,1815,1831,1793,1817,1808,1813,1814,1809,1809,1812,1805,1812,1820,1809,1812,1812,1814,1811,1815,1813,1810,1809,1823,1756,1739,1747,1738,1824,1245,1802,1809,1819,1811,1810,1815,1812,1814,1767,1783,1766,1780,1823,1817,1823,1323,1281,1730,1812,1788,1777,1784,1793,1796,1791,1777,1774,1774,1782,1782,1800,1731,1732,1750,1780,1822,1816,1373,1373,1363,1806,1813,1812,1812,1792,1214,1785,1852,1311,1814,1808,1802,1725,1794,1754,1665,1791,1823,1810,1811,1812,1750,1813,1794,1772,1776,1789,1775,1774,1773,1818,1803,1826,1828,1382,1397,1382,1376,1372,1846,1824,1829,1746,1831,1819,1871,1361,1867,1877,1370,1796,1846,1780,1775,1808,1806,1804,1806,1806,1731,1778,1759,1806,1771,1806,1804,1771,1813,1733,1752,1805,1806,1767,1770,1805,1768,1768,1732,1708,1766,1778,1774,1774,1779,1780,1778,1777,1807,1803,1807,1835,1373,1874,1363,1372,1383,1368,1825,1811,1824,1808,1809,1814,1819,1813,1814,1712,1738,1809,1810,1809,1812,1809,1809,1814,1827,1314,1805,1812,1809,1815,1809,1814,1814,1824,1808,1810,1813,1812,1811,1810,1809,1809,1796,1787,1808,1810,1814,1809,1808,1813,1812,1815,1320,1770,1808,1809,1809,1810,1811,1816,1783,1793,1771,1797,1770,1744,1771,1715,1750,1876,1819,1856,1859,1860,1863,1866,1857,1848,1833,1839,1875,1817,1773,1770,1806,1773,1730,1748,1802,1806,1766,1805,1771,1768,1768,1742,1792,1789,1775,1760,1801,1780,1780,1779,1772,1776,1817,1824,1830,1872,1863,1870,1380,1375,1830,1812,1810,1809,1746,1807,1811,1809,1810,1788,1811,1826,1811,1820,1781,1813,1818,1815,1809,1878,1867,1865,1900,1364,1877,1369,1881,1888,1854,1788,1774,1773,1776,1782,1773,1779,1864,1774,1791,1773,1774,1762,1812,1786,1779,1725,1767,1775,1781,1793,1786,1790,1774,1780,1719,1808,1821,1827,1870,1869,1370,1863,1868,1839,1877,1325,1820,1809,1815,1743,1810,1813,1788,1803,1808,1810,1810,1808,1808,1806,1809,1793,1810,1816,1809,1809,1808,1809,1812,1810,1720,1782,1793,1814,1812,1810,1812,1812,1812,1814,1814,1814,1791,1810,1809,1809,1767,1816,1797,1808,1810,1809,1810,1810,1809,1770,1812,1799,1819,1818,1814,1808,1808,1824,1829,1812,1765,1819,1373,1370,1870,1376,1357,1839,1346,1823,1788,1823,1832,1829,1865,1866,1863,1872,1868,1851,1375,1314,1808,1814,1810,1815,1812,1798,1806,1818,1816,1811,1810,1809,1810,1818,1809,1774,1813,1812,1810,1808,1815,1809,1809,1813,1792,1794,1777,1750,1755,1770,1769,1752,1772,1762,1837,1772,1787,1772,1778,1785,1780,1779,1774,1766,1765,1758,1757,1756,1756,1756,1751,1720,1756,1758,1756,1757,1756,1757,1756,1751,1728,1814,1797,1786,1786,1779,1785,1780,1777,1725,1753,1793,1769,1790,1789,1789,1789,1791,1691,1751,1793,1814,1774,1775,1783,1781,1779,1863,1794,1800,1383,1866,1864,1870,1871,1866,1862,1813,1368,1872,1375,1366,1846,1863,1355,1320,1775,1763,1770,1767,1761,1765,1764,1763,1767,1718,1760,1770,1747,1725,1763,1772,1768,1785,1836,1814,1862,1857,1859,1858,1862,1873,1354,1858,1797,1794,1856,1881,1356,1375,1408,1826,1826,1857,1311,1809,1809,1809,1808,1811,1812,1824,1868,1870,1391,1368,1877,1879,1365,1378,1381,1346,1817,1837,1369,1866,1870,1887,1848,1758,1740,1743,1807,1864,1871,1375,1333,1814,1846,1775,1806,1811,1811,1809,1809,1810,1855,1316,1852,1819,1854,1861,1857,1845,1856,1859,1861,1293,1770,1813,1805,1773,1770,1770,1730,1687,1809,1790,1814,1756,1768,1764,1760,1773,1804,1768,1768,1767,1765,1762,1766,1769,1842,1897,1776,1777,1775,1780,1786,1785,1783,1769,1776,1755,1814,1776,1775,1781,1785,1782,1779,1832,1782,1817,1819,1844,1382,1876,1400,1371,1866,1367,1876,1313,1809,1814,1810,1812,1814,1851,1826,1865,1874,1367,1372,1841,1343,1851,1310,1800,1814,1856,1860,1857,1857,1869,1858,1863,1872,1854,1821,1836,1863,1865,1873,1392,1366,1868,1377,1845,1864,1316,1812,1811,1817,1810,1756,1830,1366,1773,1831,1856,1863,1857,1854,1867,1796,1787,1822,1810,1787,1789,1773,1777,1787,1778,1779,1780,1774,1775,1775,1781,1781,1811,1777,1786,1774,1777,1783,1773,1773,1787,1843,1360,1781,1780,1810,1805,1773,1777,1775,1847,1814,1822,1865,1873,1375,1365,1844,1347,1829,1816,1815,1796,1818,1795,1781,1810,1812,1771,1792,1809,1823,1810,1816,1808,1812,1812,1755,1798,1810,1823,1813,1811,1811,1810,1809,1814,1795,1877,1357,1858,1859,1804,1858,1861,1828,1783,1808,1709,1790,1773,1801,1809,1778,1877,1306,1785,1695,1729,1731,1725,1771,1780,1754,1839,1786,1779,1785,1772,1766,1804,1875,1769,1780,1829,1838,1869,1365,1863,1855,1846,1763,1780,1778,1780,1784,1777,1781,1782,1779,1803,1773,1773,1785,1786,1787,1781,1784,1754,1853,1795,1862,1865,1871,1873,1868,1366,1861,1731,1855,1815,1835,1871,1373,1345,1856,1310,1779,1309,1787,1785,1768,1814,1817,1812,1809,1811,1810,1814,1812,1811,1811,1809,1809,1810,1809,1816,1815,1811,1823,1822,1809,1808,1808,1809,1764,1748,1770,1743,1772,1778,1774,1776,1780,1794,1801,1778,1774,1772,1781,1785,1782,1777,1713,1779,1774,1786,1779,1777,1772,1795,1780,1722,1762,1803,1779,1773,1772,1781,1779,1774,1886,1839,1858,1866,1873,1368,1383,1373,1868,1865,1372,1897,1834,1776,1776,1774,1795,1776,1825,1779,1773,1779,1780,1783,1774,1781,1776,1845,1775,1772,1776,1772,1775,1772,1782,1779,1853,1825,1819,1806,1858,1875,1856,1860,1849,1852,1840,1781,1758,1848,1772,1772,1778,1779,1723,1777,1774,1778,1773,1781,1791,1782,1779,1828,1785,1775,1783,1781,1788,1777,1777,1781,1847,1815,1855,1864,1867,1858,1855,1858,1848,1878,1362,1798,1868,1810,1870,1387,1364,1375,1841,1846,1811,1810,1813,1825,1810,1814,1809,1814,1744,1769,1808,1809,1768,1819,1810,1811,1812,1789,1774,1772,1774,1757,1763,1777,1777,1775,1838,1277,1776,1779,1778,1757,1781,1779,1776,1750,1782,1812,1802,1802,1779,1799,1788,1782,1798,1786,1788,1845,1869,1388,1318,1855,1311,1808,1211,1779,1809,1810,1810,1816,1809,1812,1814,1773,1842,1779,1763,1770,1770,1693,1767,1784,1858,1338,1784,1780,1796,1772,1786,1776,1777,1832,1800,1803,1803,1808,1800,1803,1802,1803,1749,1803,1802,1802,1808,1803,1802,1798,1806,1772,1802,1865,1865,1373,1362,1818,1862,1882,1313,1264,1771,1818,1818,1809,1809,1809,1838,1311,1765,1807,1810,1792,1726,1778,1775,1815,1814,1780,1810,1814,1815,1812,1816,1809,1809,1802,1779,1784,1833,1733,1769,1769,1769,1768,1724,1794,1768,1769,1768,1770,1752,1743,1773,1777,1798,1781,1774,1774,1789,1782,1787,1792,1774,1718,1865,1826,1830,1876,1365,1876,1863,1870,1887,1810,1878,1384,1382,1841,1341,1819,1854,1311,1789,1697,1812,1811,1809,1807,1810,1813,1812,1704,1791,1810,1809,1811,1808,1808,1811,1814,1760,1817,1799,1815,1811,1813,1823,1815,1811,1811,1766,1807,1808,1812,1809,1808,1812,1811,1819,1747,1769,1809,1808,1811,1811,1809,1809,1763,1803,1811,1813,1810,1810,1809,1809,1810,1806,1763,1770,1830,1819,1761,1748,1772,1749,1781,1822,1715,1793,1815,1823,1831,1869,1866,1860,1872,1364,1815,1374,1865,1863,1871,1377,1374,1285,1814,1812,1782,1812,1809,1819,1813,1810,1837,1781,1788,1761,1770,1772,1772,1801,1780,1886,1834,1370,1804,1869,1368,1863,1871,1373,1828,1798,1828,1813,1810,1809,1810,1854,1310,1820,1775,1776,1783,1711,1778,1779,1780,1786,1794,1775,1773,1791,1828,1812,1786,1775,1778,1805,1783,1778,1781,1786,1782,1774,1785,1785,1785,1798,1777,1774,1773,1766,1774,1777,1777,1842,1330,1778,1778,1778,1772,1783,1777,1778,1718,1773,1777,1779,1779,1775,1776,1776,1778,1841,1841,1774,1785,1773,1783,1765,1347,1776,1839,1826,1858,1856,1856,1864,1883,1351,1850,1860,1843,1877,1364,1407,1385,1866,1871,1814,1879,1822,1362,1865,1863,1869,1372,1345,1760,1813,1286,1796,1811,1819,1809,1854,1308,1808,1820,1837,1774,1775,1782,1776,1831,1776,1785,1728,1781,1771,1777,1775,1773,1785,1778,1784,1777,1838,1816,1856,1868,1359,1862,1856,1855,1853,1875,1336,1797,1791,1856,1866,1864,1863,1870,1872,1368,1860,1310,1812,1812,1811,1808,1815,1815,1866,1873,1366,1374,1364,1870,1374,1844,1376,1285,1736,1810,1809,1860,1309,1807,1814,1817,1715,1769,1775,1779,1781,1775,1774,1832,1770,1833,1821,1857,1850,1860,1855,1860,1863,1856,1753,1818,1858,1773,1805,1809,1769,1770,1732,1677,1797,1697,1817,1814,1769,1767,1768,1770,1807,1767,1763,1782,1816,1829,1869,1879,1379,1884,1372,1868,1818,1823,1815,1809,1809,1818,1796,1752,1747,1765,1796,1775,1771,1775,1776,1797,1780,1785,1788,1780,1773,1786,1773,1785,1794,1826,1857,1849,1860,1870,1359,1857,1850,1825,1798,1799,1709,1764,1790,1759,1755,1780,1776,1803,1748,1771,1761,1726,1735,1775,1790,1815,1826,1829,1855,1855,1860,1856,1855,1852,1850,1859,1857,1862,1828,1849,1771,1770,1775,1763,1764,1768,1804,1768,1725,1805,1804,1733,1802,1804,1804,1806,1804,1774,1768,1787,1733,1768,1809,1809,1759,1767,1803,1804,1768,1735,1793,1722,1721,1723,1681,1716,1686,1713,1683,1746,1736,1720,1729,1735,1734,1738,1741,1741,1717,1750,1742,1784,1775,1814,1780,1738,1763,1801,1804,1781,1775,1775,1779,1780,1781,1772,1803,1865,1772,1785,1795,1787,1778,1773,1781,1831,1336,1799,1772,1773,1774,1776,1778,1837,1740,1770,1776,1782,1773,1778,1781,1779,1779,1718,1749,1757,1757,1754,1772,1757,1756,1758,1717,1777,1759,1755,1757,1756,1756,1756,1705,1761,1751,1740,1766,1776,1773,1779,1785,1772,1854,1791,1372,1863,1872,1365,1375,1844,1350,1814,1749,1769,1820,1831,1871,1370,1865,1865,1384,1397,1319,1779,1812,1810,1809,1810,1809,1816,1815,1819,1777,1781,1806,1809,1813,1812,1817,1813,1713,1782,1810,1811,1810,1809,1810,1809,1813,1762,1794,1810,1813,1808,1811,1815,1810,1812,1780,1680,1707,1740,1763,1769,1762,1763,1765,1760,1761,1812,1739,1770,1777,1771,1777,1777,1739,1883,1863,1878,1391,1367,1344,1817,1822,1810,1209,1778,1809,1816,1811,1811,1813,1810,1811,1704,1785,1793,1771,1821,1810,1810,1809,1817,1809,1808,1815,1814,1781,1810,1813,1812,1812,1777,1791,1810,1810,1816,1809,1810,1810,1811,1719,1786,1816,1795,1816,1809,1808,1815,1814,1817,1810,1810,1809,1809,1809,1810,1810,1811,1785,1806,1809,1812,1768,1812,1811,1811,1808,1818,1812,1812,1809,1775,1809,1824,1818,1813,1764,1873,1758,1778,1769,1758,1768,1776,1789,1820,1818,1818,1824,1863,1871,1375,1866,1371,1820,1813,1813,1810,1818,1766,1817,1809,1813,1829,1764,1776,1769,1770,1808,1790,1776,1784,1702,1823,1854,1856,1858,1856,1858,1798,1797,1776,1797,1758,1788,1806,1794,1826,1863,1867,1719,1751,1741,1771,1765,1718,1689,1770,1776,1696,1746,1770,1754,1742,1762,1752,1708,1656,1726,1838,1732,1748,1755,1750,1752,1697,1510,1761,1758,1783,1768,1733,1768,1767,1764,1676,1743,1722,1742,1731,1733,1772,1754,1742,1747,1679,1770,1724,1724,1804,1728,1726,1753,1800,1223,1733,1615,1302,1761,1754,1751,1751,1751,1773,1443,1420,1710,1753,1773,1752,1752,1752,1762,1836,1668,1658,1761,1695,1707,1754,1751,1733,1782,1662,1261,1789,1754,1777,1797,1800,1799,1799,1802,1427,1743,1679,1787,1740,1748,1766,1755,1736,1795,1376,1857,1315,1812,1816,1795,1807,1830,1331,1817,1765,1525,1787,1758,1810,1813,1825,1795,1749,1467,1774,1805,1803,1752,1751,1787,1779,1799,1784,1641,1229,1762,1682,1682,1729,1784,1801,1736,1771,1456,1774,1739,1735,1748,1748,1764,1729,1755,1348,1802,1835,1823,1862,1307,1809,1810,1838,1817,1552,1867,1857,1858,1833,1833,1848,1284,1754,1727,1758,1768,1805,1805,1804,1767,1732,1745,1808,1767,1804,1804,1804,1770,1811,1733,1758,1807,1742,1772,1778,1779,1778,1775,1771,1806,1773,1692,1801,1779,1775,1784,1775,1768,1746,1846,1820,1773,1778,1775,1781,1782,1772,1780,1773,1774,1774,1782,1783,1772,1776,1781,1849,1819,1778,1725,1781,1773,1774,1772,1772,1779,1808,1789,1810,1807,1774,1782,1778,1772,1851,1819,1366,1865,1872,1375,1339,1823,1859,1314,1809,1810,1833,1816,1816,1810,1810,1809,1811,1835,1317,1811,1810,1769,1810,1814,1810,1823,1849,1324,1791,1812,1808,1814,1810,1812,1813,1814,1815,1820,1791,1812,1816,1808,1814,1815,1809,1811,1809,1809,1821,1817,1813,1808,1813,1786,1695,1685,1684,1685,1660,1738,1742,1740,1728,1737,1736,1737,1742,1739,1741,1743,1747,1751,1785,1777,1779,1792,1787,1789,1802,1773,1853,1868,1864,1864,1371,1866,1879,1386,1368,1828,1855,1819,1826,1369,1375,1366,1873,1307,1858,1294,1812,1808,1808,1809,1808,1809,1813,1829,1748,1706,1687,1719,1722,1725,1774,1773,1704,1766,1763,1760,1759,1760,1759,1760,1761,1784,1704,1816,1865,1884,1346,1853,1310,1824,1814,1761,1826,1810,1822,1810,1810,1813,1811,1813,1717,1813,1870,1784,1696,1824,1775,1770,1781,1793,1777,1773,1824,1781,1785,1786,1786,1780,1727,1774,1814,1776,1872,1782,1785,1781,1779,1795,1703,1766,1798,1784,1806,1811,1850,1273,1795,1768,1773,1806,1805,1808,1787,1341,1730,1748,1789,1724,1738,1805,1805,1805,1805,1735,1753,1764,1776,1779,1772,1773,1782,1780,1768,1805,1817,1807,1875,1378,1370,1344,1820,1861,1318,1767,1852,1830,1835,1860,1768,1806,1771,1756,1781,1766,1806,1732,1769,1767,1770,1774,1733,1751,1765,1790,1811,1769,1764,1764,1775,1769,1805,1854,1819,1774,1736,1763,1816,1810,1773,1826,1835,1814,1834,1808,1881,1370,1872,1865,1884,1825,1855,1324,1809,1818,1814,1809,1813,1719,1781,1793,1816,1813,1811,1811,1810,1812,1814,1810,1810,1814,1811,1736,1808,1813,1812,1779,1791,1809,1809,1809,1772,1809,1809,1813,1812,1809,1813,1808,1810,1808,1811,1310,1812,1771,1810,1809,1810,1810,1812,1812,1812,1812,1780,1807,1880,1373,1374,1368,1869,1306,1852,1366,1288,1797,1860,1867,1861,1834,1856,1858,1850,1824,1843,1874,1273,1774,1770,1805,1799,1732,1677,1757,1805,1768,1806,1805,1807,1728,1735,1786,1774,1808,1805,1770,1805,1806,1804,1752,1729,1807,1807,1804,1768,1804,1810,1767,1733,1812,1762,1807,1804,1808,1769,1805,1804,1687,1718,1755,1806,1768,1767,1772,1804,1805,1732,1798,1730,1769,1775,1773,1773,1780,1781,1769,1777,1774,1796,1775,1779,1779,1780,1779,1775,1761,1793,1781,1773,1781,1780,1772,1774,1796,1900,1820,1384,1868,1372,1383,1818,1818,1819,1766,1834,1858,1854,1874,1870,1868,1863,1861,1881,1813,1798,1786,1772,1774,1775,1774,1786,1752,1810,1782,1775,1793,1790,1781,1778,1772,1855,1826,1320,1869,1877,1365,1375,1841,1375,1317,1820,1797,1765,1840,1832,1866,1864,1872,1869,1848,1833,1390,1822,1313,1815,1812,1811,1811,1839,1821,1373,1397,1364,1373,1387,1311,1809,1817,1781,1840,1856,1860,1872,1854,1858,1855,1833,1390,1298,1774,1807,1759,1806,1806,1788,1733,1747,1804,1776,1772,1753,1800,1780,1781,1767,1890,1806,1877,1364,1374,1844,1349,1825,1822,1771,1804,1811,1809,1809,1810,1807,1809,1854,1279,1788,1823,1830,1375,1870,1775,1872,1866,1840,1825,1814,1808,1815,1808,1767,1813,1813,1723,1784,1814,1811,1812,1809,1850,1781,1827,1809,1879,1770,1749,1770,1774,1767,1758,1778,1791,1780,1773,1779,1773,1783,1785,1789,1780,1833,1817,1364,1871,1376,1384,1390,1860,1281,1812,1829,1809,1816,1810,1810,1809,1808,1818,1781,1816,1793,1859,1858,1857,1857,1861,1857,1852,1873,1364,1814,1826,1368,1368,1869,1377,1372,1377,1314,1318,1811,1817,1794,1814,1810,1819,1815,1816,1785,1776,1810,1814,1808,1811,1812,1807,1810,1793,1735,1723,1744,1762,1769,1764,1762,1757,1718,1759,1764,1771,1764,1770,1772,1777,1780,1799,1776,1776,1780,1780,1781,1778,1778,1783,1779,1874,1379,1366,1868,1867,1870,1375,1374,1842,1815,1831,1766,1778,1799,1746,1737,1738,1737,1870,1848,1817,1824,1368,1868,1879,1368,1864,1868,1315,1811,1817,1812,1808,1812,1808,1812,1795,1762,1771,1776,1766,1765,1770,1776,1780,1744,1771,1780,1781,1780,1777,1774,1776,1778,1798,1372,1754,1839,1830,1375,1386,1373,1372,1867,1878,1358,1311,1812,1816,1810,1808,1809,1809,1776,1698,1790,1737,1810,1811,1808,1809,1812,1744,1816,1799,1768,1810,1814,1808,1809,1817,1824,1812,1810,1794,1778,1808,1808,1814,1813,1769,1790,1794,1811,1809,1814,1809,1813,1808,1796,1777,1813,1810,1810,1811,1813,1809,1815,1777,1766,1775,1740,1698,1761,1776,1775,1749,1784,1770,1814,1818,1836,1821,1362,1903,1387,1315,1310,1794,1811,1817,1795,1816,1816,1823,1811,1825,1310,1809,1774,1819,1811,1810,1812,1814,1727,1838,1317,1809,1804,1834,1811,1813,1813,1747,1810,1810,1816,1812,1811,1815,1810,1812,1696,1787,1758,1778,1774,1766,1713,1771,1755,1836,1882,1365,1862,1865,1863,1376,1377,1859,1350,1212,1784,1824,1775,1781,1782,1799,1775,1771,1828,1772,1817,1817,1834,1369,1869,1856,1871,1346,1856,1325,1808,1809,1809,1812,1809,1825,1843,1311,1808,1816,1814,1810,1812,1809,1797,1784,1812,1793,1810,1809,1809,1809,1817,1774,1777,1809,1810,1808,1809,1814,1813,1810,1814,1687,1786,1792,1817,1808,1810,1817,1811,1813,1810,1782,1813,1809,1812,1338,1816,1813,1814,1706,1779,1793,1811,1813,1813,1811,1813,1811,1824,1780,1815,1799,1813,1811,1809,1809,1810,1806,1712,1810,1731,1725,1756,1788,1814,1817,1780,1806,1812,1809,1808,1808,1812,1811,1809,1705,1768,1782,1809,1813,1812,1811,1809,1811,1828,1783,1793,1864,1859,1857,1864,1855,1853,1860,1792,1836,1791,1812,1809,1868,1863,1874,1366,1371,1321,1814,1814,1811,1817,1808,1815,1738,1783,1802,1787,1809,1814,1808,1809,1812,1866,1319,1752,1785,1775,1765,1744,1769,1771,1829,1338,1776,1832,1805,1773,1784,1779,1772,1881,1818,1855,1857,1849,1855,1857,1859,1850,1878,1323,1771,1770,1816,1769,1805,1769,1728,1795,1828,1779,1773,1729,1774,1777,1774,1773,1782,1798,1819,1830,1874,1812,1871,1372,1866,1837,1861,1867,1867,1370,1883,1865,1311,1813,1811,1866,1758,1770,1775,1756,1804,1777,1772,1847,1333,1774,1779,1785,1780,1780,1780,1776,1841,1816,1833,1870,1385,1385,1890,1367,1344,1828,1803,1769,1851,1316,1814,1809,1787,1808,1811,1815,1841,1819,1834,1866,1864,1859,1814,1873,1871,1376,1374,1873,1368,1840,1359,1821,1787,1811,1707,1794,1814,1810,1810,1808,1810,1816,1815,1804,1812,1808,1809,1809,1809,1814,1812,1813,1787,1794,1769,1777,1744,1749,1777,1679,1763,1802,1775,1777,1777,1781,1778,1780,1816,1816,1838,1823,1884,1372,1369,1873,1374,1875,1368,1872,1326,1810,1809,1812,1809,1812,1812,1810,1811,1775,1835,1776,1775,1775,1806,1778,1772,1727,1773,1816,1813,1824,1370,1863,1863,1865,1873,1832,1819,1862,1868,1375,1375,1340,1818,1859,1334,1854,1314,1813,1809,1808,1811,1808,1823,1813,1799,1765,1767,1769,1784,1764,1769,1779,1776,1780,1779,1779,1840,1372,1877,1368,1819,1855,1355,1274,1768,1770,1765,1763,1768,1773,1745,1790,1779,1792,1739,1795,1775,1777,1776,1785,1747,1780,1783,1860,1816,1828,1878,1375,1386,1366,1349,1815,1752,1781,1809,1809,1809,1815,1811,1790,1820,1767,1826,1870,1375,1375,1895,1826,1838,1859,1873,1805,1812,1811,1853,1309,1815,1779,1735,1737,1737,1730,1733,1738,1745,1741,1751,1740,1740,1739,1742,1739,1740,1745,1741,1759,1696,1865,1817,1830,1818,1375,1366,1868,1867,1866,1368,1884,1408,1354,1312,1814,1810,1811,1785,1814,1818,1845,1857,1812,1835,1340,1734,1795,1804,1806,1804,1805,1732,1803,1802,1731,1800,1823,1804,1806,1769,1804,1806,1771,1729,1749,1807,1767,1806,1774,1768,1689,1804,1732,1677,1795,1791,1811,1781,1766,1763,1767,1768,1900,1287,1764,1815,1787,1781,1779,1738,1769,1775,1782,1783,1774,1817,1817,1832,1818,1864,1861,1865,1875,1370,1874,1340,1823,1859,1344,1313,1772,1809,1813,1810,1813,1813,1808,1810,1782,1800,1752,1774,1775,1773,1775,1770,1766,1776,1841,1815,1830,1390,1864,1864,1870,1373,1374,1379,1320,1813,1810,1817,1814,1809,1810,1813,1772,1786,1818,1809,1809,1812,1810,1818,1818,1798,1804,1821,1372,1375,1372,1870,1379,1344,1818,1859,1278,1818,1863,1858,1859,1859,1850,1855,1861,1802,1837,1834,1835,1799,1798,1772,1806,1733,1701,1767,1807,1769,1773,1806,1804,1805,1732,1744,1808,1737,1779,1772,1774,1795,1777,1772,1794,1783,1791,1785,1774,1775,1778,1779,1772,1841,1770,1795,1775,1772,1773,1781,1778,1773,1879,1816,1852,1861,1855,1858,1855,1856,1848,1851,1895,1332,1772,1806,1767,1772,1805,1731,1747,1787,1784,1778,1775,1775,1781,1778,1776,1854,1796,1755,1797,1773,1776,1777,1778,1790,1726,1809,1816,1835,1364,1866,1863,1870,1367,1855,1790,1812,1770,1814,1793,1813,1817,1810,1811,1813,1810,1734,1811,1814,1757,1747,1819,1842,1843,1870,1366,1855,1312,1812,1810,1815,1767,1792,1774,1776,1751,1805,1781,1763,1788,1851,1822,1369,1873,1367,1865,1879,1341,1823,1825,1823,1817,1808,1810,1769,1816,1812,1812,1717,1801,1810,1811,1824,1800,1783,1809,1815,1863,1816,1875,1393,1364,1871,1312,1862,1870,1367,1879,1778,1769,1783,1772,1775,1774,1774,1777,1875,1873,1364,1864,1863,1863,1880,1368,1343,1780,1807,1818,1809,1808,1807,1812,1808,1813,1773,1798,1816,1837,1867,1873,1367,1861,1371,1806,1820,1820,1857,1312,1810,1814,1812,1823,1810,1819,1751,1772,1777,1779,1777,1772,1779,1839,1780,1773,1774,1771,1778,1780,1778,1754,1743,1770,1772,1773,1773,1772,1780,1779,1782,1848,1822,1774,1782,1780,1778,1778,1772,1789,1831,1329,1784,1774,1773,1772,1777,1795,1781,1783,1763,1797,1263,1766,1756,1753,1752,1753,1759,1685,1819,1772,1787,1772,1808,1802,1798,1738,1842,1819,1773,1774,1784,1780,1777,1777,1774,1773,1818,1833,1833,1375,1374,1879,1366,1869,1309,1853,1323,1808,1811,1812,1811,1809,1812,1776,1837,1714,1767,1776,1786,1784,1793,1791,1836,1819,1863,1300,1775,1772,1795,1779,1773,1828,1813,1821,1870,1869,1367,1863,1868,1865,1878,1312,1813,1780,1788,1809,1812,1810,1814,1786,1762,1769,1766,1783,1766,1771,1778,1782,1797,1778,1779,1844,1717,1757,1766,1761,1767,1799,1816,1832,1390,1367,1313,1868,1865,1841,1383,1305,1763,1765,1773,1762,1767,1772,1777,1781,1740,1772,1780,1779,1780,1779,1778,1778,1779,1756,1832,1828,1829,1371,1875,1863,1872,1368,1849,1810,1810,1811,1812,1809,1808,1824,1809,1856,1802,1814,1811,1808,1808,1815,1811,1811,1824,1739,1888,1748,1768,1744,1710,1795,1746,1838,1754,1762,1756,1757,1756,1757,1758,1752,1758,1757,1764,1757,1757,1756,1756,1748,1751,1837,1830,1367,1374,1866,1870,1868,1372,1877,1786,1838,1796,1814,1811,1810,1810,1809,1809,1815,1812,1812,1825,1810,1810,1808,1813,1768,1820,1823,1759,1777,1774,1767,1768,1777,1783,1783,1787,1785,1774,1775,1794,1790,1781,1773,1857,1834,1778,1774,1782,1779,1778,1781,1773,1712,1777,1818,1816,1839,1366,1371,1864,1865,1877,1356,1816,1814,1810,1809,1808,1809,1816,1774,1714,1828,1810,1809,1813,1808,1810,1816,1833,1756,1832,1865,1869,1379,1364,1864,1820,1886,1777,1775,1779,1780,1787,1772,1774,1777,1874,1870,1750,1774,1772,1786,1774,1787,1774,1839,1776,1802,1797,1773,1779,1782,1779,1772,1840,1868,1771,1778,1787,1785,1773,1782,1773,1844,1337,1773,1719,1773,1773,1778,1776,1773,1860,1819,1813,1864,1851,1857,1862,1858,1848,1855,1864,1335,1797,1772,1772,1771,1769,1730,1684,1797,1786,1815,1768,1768,1771,1769,1768,1850,1798,1806,1791,1809,1863,1865,1866,1864,1891,1823,1867,1871,1762,1825,1363,1888,1370,1820,1823,1817,1814,1811,1809,1826,1811,1814,1728,1780,1810,1808,1814,1811,1814,1811,1813,1788,1821,1738,1790,1817,1767,1799,1809,1814,1829,1312,1808,1813,1816,1820,1818,1813,1814,1819,1810,1811,1808,1816,1824,1810,1812,1810,1695,1777,1797,1813,1809,1808,1764,1812,1818,1804,1810,1806,1780,1750,1767,1741,1789,1754,1813,1787,1810,1813,1811,1811,1808,1808,1815,1770,1794,1815,1820,1810,1814,1810,1808,1815,1783,1798,1777,1773,1765,1770,1768,1680,1772,1779,1774,1777,1782,1780,1778,1778,1820,1804,1838,1814,1828,1869,1871,1864,1865,1879,1814,1894,1376,1370,1862,1312,1810,1810,1808,1779,1812,1208,1778,1812,1809,1809,1809,1812,1811,1814,1836,1793,1814,1813,1810,1823,1824,1810,1809,1814,1811,1812,1812,1808,1818,1808,1811,1809,1790,1811,1809,1813,1808,1808,1809,1809,1769,1769,1804,1810,1809,1808,1809,1813,1815,1852,1793,1882,1769,1744,1768,1752,1777,1777,1773,1849,1824,1834,1837,1364,1870,1871,1868,1370,1821,1841,1818,1819,1861,1312,1809,1812,1814,1721,1785,1799,1814,1811,1814,1809,1809,1813,1849,1238,1819,1818,1809,1808,1813,1811,1813,1785,1764,1812,1779,1793,1816,1810,1810,1813,1809,1822,1781,1811,1812,1811,1809,1809,1819,1710,1805,1773,1780,1753,1769,1769,1767,1788,1792,1779,1752,1776,1772,1775,1789,1778,1772,1822,1330,1778,1776,1772,1773,1777,1782,1768,1884,1812,1863,1865,1868,1367,1367,1845,1350,1720,1782,1810,1815,1809,1814,1810,1811,1862,1286,1841,1776,1774,1728,1829,1786,1780,1772,1780,1817,1767,1778,1785,1778,1784,1773,1777,1825,1827,1365,1870,1370,1812,1863,1893,1305,1775,1734,1692,1735,1733,1733,1741,1740,1749,1755,1739,1740,1835,1816,1829,1810,1883,1375,1371,1346,1818,1853,1310,1815,1798,1775,1819,1819,1811,1825,1810,1809,1809,1816,1853,1785,1745,1751,1769,1772,1762,1765,1771,1798,1783,1773,1776,1778,1780,1779,1780,1777,1777,1780,1797,1844,1778,1785,1777,1778,1778,1781,1810,1849,1756,1778,1773,1772,1778,1779,1779,1772,1897,1829,1853,1856,1857,1855,1857,1855,1849,1852,1855,1785,1773,1778,1779,1780,1768,1777,1826,1801,1800,1801,1800,1801,1809,1800,1801,1760,1804,1802,1801,1802,1808,1801,1802,1802,1704,1815,1364,1867,1871,1383,1370,1874,1341,1858,1309,1803,1317,1811,1808,1851,1316,1814,1811,1759,1751,1812,1819,1872,1868,1385,1897,1374,1382,1314,1818,1791,1813,1810,1810,1822,1823,1773,1833,1753,1771,1777,1778,1773,1773,1783,1813,1778,1783,1779,1784,1773,1774,1777,1769,1778,1812,1809,1776,1867,1903,1366,1376,1376,1842,1315,1812,1810,1773,1824,1314,1812,1812,1812,1791,1784,1816,1813,1811,1817,1810,1808,1809,1811,1825,1775,1743,1776,1766,1767,1768,1785,1809,1779,1780,1775,1753,1800,1773,1781,1773,1881,1340,1776,1774,1775,1780,1777,1773,1776,1805,1872,1864,1875,1368,1814,1826,1863,1874,1752,1794,1839,1832,1882,1335,1813,1379,1378,1865,1336,1375,1318,1812,1810,1812,1302,1822,1824,1809,1761,1812,1811,1814,1808,1746,1808,1808,1817,1787,1829,1774,1775,1775,1757,1768,1767,1779,1880,1280,1816,1818,1830,1863,1797,1870,1875,1367,1878,1383,1355,1318,1794,1816,1769,1809,1810,1310,1822,1810,1809,1808,1809,1807,1817,1815,1750,1806,1796,1815,1808,1817,1811,1812,1810,1812,1804,1813,1810,1810,1816,1809,1808,1814,1825,1312,1812,1815,1810,1809,1813,1803,1822,1338,1789,1810,1809,1809,1814,1809,1808,1809,1787,1782,1794,1811,1809,1809,1810,1815,1814,1816,1809,1816,1776,1793,1820,1808,1810,1745,1803,1812,1808,1808,1808,1808,1812,1810,1807,1766,1794,1817,1828,1810,1810,1809,1808,1811,1788,1827,1853,1869,1373,1369,1865,1863,1871,1291,1776,1819,1783,1775,1780,1780,1779,1774,1827,1779,1816,1817,1844,1369,1869,1369,1873,1890,1361,1845,1854,1324,1811,1815,1812,1817,1773,1833,1768,1770,1777,1774,1775,1781,1780,1789,1816,1717,1788,1789,1774,1797,1780,1773,1789,1811,1838,1805,1782,1785,1780,1805,1771,1836,1723,1777,1776,1774,1785,1779,1782,1769,1726,1812,1818,1854,1869,1863,1392,1377,1340,1853,1352,1314,1813,1769,1810,1820,1813,1814,1811,1336,1830,1876,1865,1866,1873,1371,1343,1832,1813,1812,1811,1812,1768,1805,1851,1316,1812,1825,1795,1867,1870,1379,1874,1376,1339,1855,1315,1786,1813,1794,1814,1815,1812,1808,1809,1810,1815,1814,1815,1812,1809,1811,1807,1813,1812,1772,1816,1808,1809,1813,1802,1815,1810,1812,1771,1830,1869,1821,1859,1775,1837,1855,1848,1850,1857,1855,1816,1840,1364,1818,1368,1869,1830,1375,1344,1816,1809,1753,1768,1779,1770,1873,1820,1858,1856,1859,1851,1874,1863,1360,1802,1815,1865,1857,1857,1855,1856,1840,1731,1788,1810,1768,1772,1805,1869,1369,1353,1360,1863,1360,1819,1823,1855,1748,1738,1737,1724,1868,1868,1868,1864,1371,1370,1370,1355,1818,1784,1822,1801,1774,1777,1758,1769,1765,1767,1754,1782,1781,1776,1779,1843,1783,1816,1843,1365,1872,1830,1346,1826,1854,1311,1809,1809,1809,1815,1770,1769,1816,1814,1811,1810,1810,1808,1809,1771,1824,1824,1858,1857,1875,1363,1856,1862,1835,1634,1716,1721,1723,1721,1722,1721,1681,1678,1720,1722,1723,1745,1721,1721,1721,1683,1690,1734,1770,1805,1805,1804,1805,1804,1732,1676,1759,1805,1804,1805,1806,1804,1769,1732,1740,1762,1755,1777,1781,1779,1775,1774,1773,1838,1787,1758,1804,1779,1774,1789,1780,1786,1838,1760,1755,1758,1756,1755,1756,1756,1750,1736,1766,1758,1691,1785,1786,1785,1785,1780,1870,1822,1782,1809,1808,1779,1776,1773,1773,1782,1816,1779,1779,1781,1774,1782,1778,1771,1843,1338,1778,1779,1753,1829,1778,1778,1772,1716,1811,1776,1772,1775,1788,1778,1781,1776,1857,1819,1373,1364,1370,1386,1851,1814,1812,1815,1810,1757,1778,1767,1779,1765,1761,1770,1747,1842,1358,1859,1855,1871,1361,1810,1773,1731,1683,1764,1754,1793,1809,1796,1825,1866,1866,1867,1828,1372,1823,1855,1321,1812,1783,1816,1805,1827,1778,1772,1775,1782,1780,1775,1779,1774,1782,1780,1779,1778,1783,1774,1713,1781,1853,1843,1820,1857,1869,1857,1857,1775,1848,1822,1853,1777,1777,1780,1778,1779,1797,1809,1837,1870,1369,1368,1872,1367,1870,1372,1345,1854,1320,1780,1808,1810,1808,1809,1850,1317,1773,1703,1779,1821,1775,1789,1785,1765,1775,1786,1838,1366,1860,1856,1856,1860,1860,1856,1850,1840,1360,1765,1755,1754,1752,1753,1751,1750,1755,1786,1758,1755,1755,1759,1754,1752,1750,1668,1785,1755,1759,1751,1752,1752,1757,1754,1773,1794,1752,1821,1768,1773,1775,1773,1800,1813,1770,1713,1717,1753,1750,1757,1755,1749,1763,1751,1754,1801,1762,1756,1756,1752,1754,1664,1760,1750,1783,1774,1776,1773,1772,1802,1778,1805,1777,1830,1825,1860,1824,1874,1365,1387,1796,1775,1777,1772,1775,1777,1780,1776,1774,1772,1778,1783,1779,1789,1772,1782,1786,1777,1825,1815,1832,1810,1875,1392,1345,1861,1310,1322,1811,1814,1796,1775,1812,1809,1811,1809,1810,1770,1811,1822,1792,1780,1809,1809,1816,1804,1809,1809,1809,1810,1811,1813,1812,1812,1769,1823,1865,1872,1367,1856,1343,1817,1812,1790,1813,1816,1833,1866,1815,1864,1872,1383,1370,1376,1341,1816,1814,1811,1800,1784,1816,1733,1782,1810,1811,1810,1810,1809,1809,1824,1822,1791,1809,1808,1809,1817,1814,1809,1826,1809,1834,1770,1744,1768,1770,1770,1736,1773,1779,1815,1816,1837,1879,1379,1876,1368,1868,1872,1311,1813,1812,1813,1810,1811,1809,1775,1769,1813,1810,1823,1813,1810,1809,1809,1775,1817,1827,1872,1365,1865,1879,1363,1862,1873,1366,1778,1787,1777,1783,1778,1778,1779,1779,1808,1801,1782,1778,1780,1777,1773,1774,1779,1845,1886,1392,1818,1859,1866,1855,1855,1850,1845,1858,1857,1799,1827,1873,1865,1866,1873,1388,1318,1872,1346,1821,1824,1855,1310,1809,1810,1287,1774,1813,1811,1808,1809,1809,1817,1814,1807,1849,1361,1865,1873,1366,1873,1377,1340,1854,1288,1790,1791,1787,1803,1869,1835,1858,1849,1879,1825,1876,1356,1863,1865,1869,1362,1846,1825,1809,1771,1787,1810,1823,1810,1809,1852,1213,1714,1763,1762,1744,1761,1760,1762,1763,1767,1760,1764,1770,1849,1312,1814,1810,1808,1781,1807,1818,1831,1868,1873,1375,1366,1877,1357,1305,1814,1809,1811,1810,1809,1809,1815,1776,1698,1822,1792,1817,1797,1814,1810,1812,1812,1809,1813,1814,1796,1750,1806,1811,1810,1816,1772,1767,1771,1762,1773,1775,1776,1781,1790,1780,1781,1779,1779,1777,1781,1777,1780,1745,1836,1778,1777,1778,1794,1755,1824,1783,1843,1816,1816,1823,1870,1867,1781,1882,1368,1869,1370,1378,1863,1315,1813,1814,1781,1834,1809,1354,1317,1809,1812,1808,1808,1811,1814,1815,1819,1770,1769,1767,1765,1767,1769,1786,1784,1777,1776,1778,1781,1779,1776,1779,1776,1782,1809,1821,1831,1864,1870,1878,1683,1763,1928,1979,2029,1964,1989,2003,1949,2023,1919,2384,1713,1970,1783,1786,1782,1788,1781,1745,1765,1783,1782,1743,1737,1777,1781,1741,1774,1763,1783,1789,1816,1768,1763,1763,1763,1768,1803,1768,1829,1360,1869,1865,1388,1872,1342,1874,1319,1780,1770,1771,1778,1782,1779,1779,1832,1833,1866,1863,1869,1876,1366,1369,1869,1890,1830,1802,1773,1781,1779,1774,1774,1778,1860,1818,1372,1867,1862,1870,1365,1839,1381,1305,1786,1822,1815,1868,1865,1865,1851,1863,1855,1368,1780,1747,1773,1779,1772,1764,1779,1777,1873,1825,1780,1801,1774,1779,1779,1778,1776,1781,1777,1773,1776,1773,1775,1782,1779,1774,1884,1829,1817,1877,1858,1855,1863,1857,1851,1859,1843,1773,1805,1806,1783,1810,1805,1729,1763,1785,1777,1704,1776,1774,1787,1777,1778,1733,1800,1779,1779,1784,1793,1773,1776,1775,1857,1818,1826,1855,1861,1886,1359,1845,1835,1846,1272,1812,1784,1698,1809,1812,1771,1767,1849,1863,1369,1372,1858,1313,1812,1825,1824,1375,1817,1815,1813,1809,1809,1815,1813,1809,1812,1713,1782,1809,1809,1813,1810,1811,1809,1817,1770,1810,1797,1812,1810,1799,1813,1814,1812,1807,1808,1808,1807,1808,1769,1800,1813,1811,1752,1803,1814,1811,1810,1817,1780,1810,1813,1804,1880,1777,1747,1771,1771,1780,1768,1796,1826,1861,1818,1821,1870,1372,1319,1872,1371,1369,1794,1859,1316,1796,1813,1819,1773,1824,1815,1860,1314,1808,1812,1815,1809,1810,1823,1812,1774,1812,1796,1813,1817,1809,1809,1816,1815,1807,1811,1813,1808,1808,1812,1815,1812,1809,1797,1819,1776,1747,1772,1746,1773,1755,1802,1849,1329,1780,1778,1794,1782,1773,1773,1797,1839,1842,1829,1849,1862,1870,1359,1856,1797,1862,1856,1835,1335,1779,1807,1772,1805,1727,1734,1775,1772,1806,1808,1768,1804,1806,1731,1744,1764,1805,1768,1770,1771,1805,1805,1736,1639,1796,1779,1774,1785,1775,1796,1774,1769,1838,1340,1779,1775,1775,1775,1778,1779,1777,1852,1843,1364,1863,1863,1872,1374,1366,1345,1858,1309,1797,1857,1857,1859,1858,1859,1867,1866,1912,1781,1863,1862,1869,1365,1864,1867,1867,1890,1830,1853,1857,1857,1865,1857,1860,1852,1884,1823,1848,1774,1781,1774,1775,1781,1786,1840,1314,1780,1805,1752,1736,1738,1740,1798,1740,1860,1751,1858,1828,1868,1863,1868,1371,1882,1362,1880,1394,1311,1814,1811,1810,1809,1809,1304,1839,1760,1788,1768,1770,1784,1767,1785,1796,1784,1783,1800,1774,1789,1776,1781,1708,1790,1776,1741,1679,1733,1732,1730,1730,1746,1733,1770,1765,1820,1806,1835,1368,1874,1363,1895,1279,1813,1318,1812,1764,1810,1810,1815,1779,1806,1812,1809,1808,1773,1808,1814,1812,1725,1780,1794,1813,1809,1790,1778,1816,1811,1815,1809,1816,1797,1814,1808,1817,1813,1813,1825,1812,1812,1808,1809,1815,1815,1821,1816,1828,1769,1775,1767,1761,1770,1778,1778,1778,1720,1788,1780,1780,1779,1779,1775,1777,1781,1780,1838,1874,1364,1371,1372,1371,1370,1303,1818,1847,1823,1759,1770,1782,1797,1789,1760,1812,1777,1778,1779,1779,1774,1774,1776,1780,1777,1839,1870,1372,1382,1365,1882,1370,1885,1845,1381,1322,1732,1725,1728,1754,1755,1755,1756,1749,1751,1756,1757,1757,1756,1756,1756,1756,1750,1787,1822,1364,1866,1868,1372,1373,1368,1345,1859,1275,1838,1366,1865,1374,1870,1365,1887,1375,1313,1825,1845,1778,1777,1775,1774,1779,1779,1781,1780,1752,1846,1785,1778,1778,1774,1773,1777,1840,1817,1832,1788,1776,1782,1774,1773,1777,1743,1809,1818,1824,1864,1871,1366,1868,1883,1431,1321,1820,1812,1817,1810,1812,1818,1817,1792,1809,1809,1810,1814,1809,1811,1810,1809,1816,1805,1810,1811,1813,1814,1810,1811,1812,1779,1809,1793,1814,1813,1812,1810,1809,1810,1779,1779,1808,1768,1818,1812,1849,1312,1815,1768,1822,1803,1820,1815,1813,1810,1810,1808,1811,1698,1819,1820,1811,1815,1809,1814,1812,1699,1813,1814,1810,1809,1815,1812,1810,1774,1793,1758,1775,1776,1719,1773,1753,1771,1719,1720,1788,1776,1775,1782,1796,1773,1776,1727,1830,1840,1367,1869,1864,1815,1831,1383,1384,1803,1861,1880,1369,1382,1846,1777,1823,1786,1840,1311,1811,1809,1772,1744,1736,1737,1732,1748,1739,1736,1737,1794,1818,1842,1296,1840,1885,1806,1344,1855,1327,1808,1811,1809,1814,1803,1801,1811,1809,1808,1809,1812,1810,1768,1828,1883,1819,1859,1871,1364,1857,1869,1352,1855,1771,1808,1787,1811,1765,1763,1808,1873,1877,1869,1866,1881,1868,1840,1339,1854,1314,1869,1288,1837,1766,1773,1774,1785,1777,1771,1850,1776,1818,1816,1830,1864,1373,1371,1870,1907,1366,1876,1313,1811,1814,1813,1811,1809,1780,1812,1806,1809,1825,1325,1811,1810,1813,1831,1876,1770,1788,1771,1787,1778,1777,1775,1811,1818,1820,1830,1372,1867,1864,1866,1874,1340,1793,1820,1769,1823,1793,1816,1809,1809,1814,1810,1819,1847,1822,1310,1809,1811,1819,1810,1872,1774,1807,1776,1785,1773,1773,1788,1884,1280,1778,1779,1803,1798,1774,1783,1771,1860,1829,1375,1774,1774,1787,1779,1782,1776,1832,1778,1774,1781,1774,1736,1770,1774,1789,1822,1774,1774,1778,1773,1827,1809,1782,1778,1835,1872,1775,1778,1778,1779,1773,1773,1786,1776,1828,1816,1824,1374,1368,1391,1372,1811,1815,1814,1813,1810,1810,1811,1813,1819,1812,1814,1835,1809,1859,1858,1871,1872,1288,1854,1863,1888,1815,1776,1772,1774,1788,1815,1806,1775,1788,1799,1754,1738,1736,1743,1755,1753,1750,1788,1312,1778,1775,1820,1784,1780,1821,1797,1881,1820,1776,1781,1778,1787,1780,1793,1781,1834,1855,1818,1842,1366,1371,1864,1869,1374,1820,1372,1374,1846,1816,1841,1367,1863,1872,1758,1811,1812,1819,1809,1808,1812,1813,1811,1738,1807,1811,1809,1809,1813,1809,1812,1814,1777,1703,1766,1763,1767,1767,1789,1777,1780,1758,1776,1779,1843,1863,1864,1864,1372,1370,1794,1883,1368,1872,1864,1881,1867,1867,1867,1826,1828,1773,1773,1774,1786,1775,1779,1779,1779,1821,1804,1825,1864,1866,1863,1867,1370,1871,1370,1350,1859,1310,1812,1811,1809,1814,1815,1289,1810,1811,1780,1810,1813,1812,1810,1811,1850,1274,1766,1774,1770,1765,1767,1776,1781,1723,1773,1780,1780,1783,1779,1778,1777,1782,1775,1842,1818,1842,1371,1380,1375,1371,1842,1384,1310,1813,1810,1814,1773,1810,1810,1811,1813,1705,1788,1791,1812,1821,1837,1317,1815,1817,1787,1800,1810,1811,1813,1809,1817,1824,1815,1790,1762,1766,1771,1774,1735,1765,1779,1781,1776,1780,1778,1779,1778,1777,1781,1779,1777,1762,1839,1829,1827,1871,1371,1304,1825,1877,1360,1303,1818,1814,1796,1813,1813,1811,1824,1806,1792,1814,1813,1816,1796,1812,1809,1814,1805,1810,1808,1809,1807,1809,1814,1775,1814,1861,1319,1756,1768,1753,1745,1770,1747,1750,1785,1852,1774,1772,1779,1778,1786,1776,1770,1740,1819,1774,1779,1778,1778,1780,1781,1765,1864,1872,1867,1364,1867,1368,1396,1388,1863,1810,1747,1785,1832,1774,1769,1779,1782,1778,1778,1788,1780,1773,1794,1783,1788,1783,1781,1782,1842,1819,1805,1818,1822,1829,1372,1368,1877,1832,1796,1821,1871,1326,1814,1814,1810,1814,1796,1793,1769,1771,1746,1750,1780,1779,1792,1835,1753,1794,1776,1781,1783,1781,1773,1780,1848,1827,1823,1369,1379,1366,1867,1369,1848,1386,1231,1789,1751,1814,1812,1812,1811,1809,1826,1695,1779,1755,1822,1821,1808,1811,1809,1822,1810,1815,1812,1811,1795,1812,1809,1810,1809,1811,1770,1825,1813,1809,1819,1825,1810,1813,1772,1807,1811,1811,1808,1814,1809,1812,1809,1787,1823,1852,1884,1370,1373,1355,1856,1319,1810,1785,1814,1872,1354,1851,1870,1362,1862,1844,1857,1820,1856,1814,1827,1366,1869,1365,1874,1802,1853,1312,1809,1790,1783,1820,1809,1812,1713,1775,1811,1808,1813,1815,1809,1814,1814,1837,1822,1759,1777,1767,1759,1782,1767,1788,1852,1354,1817,1818,1847,1389,1365,1871,1867,1840,1340,1819,1814,1810,1812,1754,1819,1814,1775,1845,1798,1823,1811,1809,1799,1780,1815,1772,1781,1815,1793,1815,1820,1814,1812,1812,1812,1809,1814,1824,1792,1812,1809,1813,1811,1814,1813,1809,1811,1811,1809,1809,1814,1812,1775,1829,1369,1874,1376,1374,1327,1826,1853,1313,1767,1810,1817,1841,1866,1879,1880,1808,1875,1382,1847,1364,1346,1852,1314,1809,1809,1852,1335,1221,1784,1809,1812,1811,1809,1807,1817,1757,1743,1812,1820,1858,1859,1859,1858,1855,1788,1845,1858,1775,1772,1783,1784,1780,1792,1813,1854,1867,1871,1363,1388,1363,1867,1875,1869,1716,1784,1342,1816,1810,1819,1812,1809,1852,1324,1831,1775,1776,1806,1776,1775,1775,1854,1769,1687,1730,1745,1781,1772,1773,1773,1787,1883,1825,1864,1863,1871,1373,1379,1362,1350,1853,1320,1813,1814,1814,1809,1810,1817,1857,1313,1783,1816,1773,1822,1878,1371,1361,1858,1859,1867,1363,1856,1781,1820,1866,1866,1870,1368,1845,1345,1819,1833,1856,1313,1813,1824,1808,1794,1752,1775,1747,1766,1772,1772,1774,1779,1794,1692,1815,1775,1813,1812,1783,1789,1772,1858,1286,1785,1785,1787,1786,1787,1786,1779,1771,1774,1752,1773,1769,1755,1779,1760,1753,1803,1778,1755,1753,1772,1751,1758,1756,1753,1795,1814,1808,1810,1806,1809,1819,1810,1833,1730,1770,1766,1754,1755,1755,1768,1805,1757,1750,1768,1805,1771,1805,1804,1821,1312,1730,1749,1818,1809,1810,1809,1812,1812,1836,1827,1753,1810,1819,1830,1885,1366,1381,1370,1318,1861,1330,1766,1767,1768,1761,1769,1772,1776,1784,1760,1775,1778,1780,1779,1782,1780,1778,1782,1776,1837,1865,1865,1372,1868,1371,1870,1371,1837,1839,1822,1857,1865,1859,1856,1872,1353,1863,1780,1780,1774,1773,1781,1779,1784,1777,1790,1842,1784,1786,1796,1790,1772,1777,1764,1837,1783,1786,1785,1785,1785,1785,1787,1781,1697,1751,1756,1757,1763,1757,1756,1756,1751,1825,1761,1810,1779,1779,1779,1782,1772,1777,1780,1827,1823,1834,1376,1367,1864,1872,1370,1871,1868,1783,1867,1346,1852,1310,1814,1812,1799,1827,1794,1815,1815,1811,1811,1809,1811,1815,1805,1810,1771,1812,1808,1811,1809,1811,1821,1793,1816,1775,1781,1810,1814,1811,1809,1802,1817,1809,1810,1808,1814,1813,1811,1810,1696,1779,1796,1810,1820,1818,1811,1810,1811,1805,1781,1783,1812,1810,1829,1813,1809,1814,1811,1817,1871,1364,1772,1839,1864,1879,1366,1842,1872,1871,1371,1346,1766,1811,1814,1814,1787,1825,1776,1790,1776,1761,1802,1774,1790,1841,1828,1875,1368,1868,1366,1870,1348,1858,1313,1775,1829,1774,1775,1778,1781,1776,1774,1780,1827,1810,1788,1781,1778,1786,1775,1773,1779,1844,1821,1817,1856,1856,1857,1826,1861,1851,1858,1855,1869,1357,1833,1797,1762,1770,1741,1711,1771,1788,1810,1763,1769,1768,1766,1814,1885,1373,1365,1870,1369,1842,1861,1359,1313,1812,1758,1805,1769,1747,1767,1748,1770,1774,1771,1833,1818,1820,1819,1814,1810,1814,1811,1809,1815,1872,1779,1743,1770,1745,1792,1772,1779,1852,1358,1856,1857,1855,1857,1860,1856,1823,1727,1770,1774,1773,1778,1778,1779,1779,1822,1868,1351,1815,1841,1380,1368,1865,1866,1870,1379,1819,1363,1864,1846,1819,1867,1356,1314,1813,1778,1280,1725,1723,1751,1764,1763,1818,1813,1818,1835,1863,1754,1768,1744,1783,1779,1777,1773,1728,1813,1817,1825,1866,1371,1374,1863,1865,1878,1342,1784,1765,1771,1771,1776,1776,1774,1745,1750,1732,1778,1766,1814,1818,1805,1777,1810,1724,1731,1724,1723,1723,1754,1766,1732,1744,1766,1781,1782,1747,1772,1774,1777,1728,1233,1420,1749,1400,1626,1815,1821,1753,1830,1290,1885,1782,1762,1475,1305,1735,1656,1674,1660,1201,1775,1744,1744,1702,1186,1300,1701,1689,1686,1314,1672,1681,1686,1713,1488,1854,1700,1685,1715,1776,1768,1793,1746,1651,2023,1252,1712,1698,1530,1699,1696,1697,1737,1639,1129,1810,1729,1675,1669,1704,1700,1655,1633,1745,1421,1668,1684,1657,1682,1703,1686,1693,1674,1679,1503,1692,1695,1670,1679,1672,1703,1660,1691,1665,1727,1723,1695,1746,1759,1702,1747,1693,1712,1693,1724,1684,1714,1724,1724,1683,1714,1720,1758,1733,1724,1736,1692,1698,1685,1666,1709,1697,1672,1675,1619,1674,1672,1673,1672,1673,1238,1648,1722,1676,1735,1734,1693,1672,1665,1653,1623,1616,1615,1710,1727,1723,1758,1744,1756,1750,1728,1712,1728,1808,1825,1806,1735,1733,1712,1634,1709,1724,1732,1722,1682,1711,1731,1770,1755,1753,1760,1685,1774,1808,1734,1727,1809,1768,1731,1803,1688,1705,1642,1628,1684,1643,1653,1615,1657,1713,1659,1639,1609,1714,1697,1633,1634,1616,1617,1616,1656,1750,1763,1747,1255,1773,1732,1810,1804,1727,1691,1735,1697,1669,1740,1684,1720,1684,1716,1727,1760,1750,1787,1729,1814,1805,1766,1763,1743,1758,1708,1758,1715,1698,1702,1709,1703,1718,1757,1765,1727,1662,1674,1661,1660,1659,1630,1660,1676,1675,1191,1690,1679,1692,1741,1700,1738,1749,1739,1704,1661,1666,1689,1742,1641,1642,1643,1645,1643,1685,1633,1631,1644,1640,1705,1640,1696,1682,1697,1644,1692,1727,1726,1671,1679,1677,1699,1676,1660,1699,1632,1637,1666,1666,1692,1736,1732,1763,1664,1633,1670,1664,1677,1746,1752,1746,1746,1735,1686,1689,1719,1758,1700,1728,1767,1734,1807,1823,1815,1797,1753,1734,1729,1685,1753,1724,1685,1724,1761,1813,1760,1728,1735,1712,1773,1771,1807,1806,1726,1723,1763,1754,1750,1790,1773,1774,1724,1833,1800,1744,1742,1715,1737,1740,1792,1791,1811,1817,1846,1883,1241,1723,1715,1755,1713,1687,1700,1741,1740,1707,1742,1694,1748,1746,1747,1746,1716,1637,1693,1677,1660,1701,1715,1758,1751,1760,1763,1726,1793,1777,1774,1740,1777,1707,1714,1696,1714,1691,1691,1690,1683,1779,1787,1783,1785,1750,1774,1774,1775,1733,1782,1779,1783,1761,1726,1671,1319,1770,1729,1704,1734,1756,1772,1359,1525,1762,1680,1663,1714,1462,1480,1640,1681,1669,1471,1288,1707,1711,1820,1677,1656,1736,1754,1688,1569,1692,1687,1681,1657,1570,1681,1680,1680,1668,1277,1753,1749,1716,1701,1766,1685,1677,1682,1630,1798,1680,1680,1670,1869,1728,1743,1686,1636,1271,1585,1685,1681,1731,1678,1681,1754,1726,1299,1655,1799,1668,1681,1764,1612,1613,1629,1680,1259,1647,1451,1682,1696,1864,1749,1716,1841,1982,1344,1874,1507,1809,1916,1544,1482,1502,1498,1393,2036,1386,1406,1482,1410,1368,1437,1450,1449,1574,1373,1679,1344,1522,1586,1864,1526,1248,1699,1699,1801,1629,1725,1318,1933,1349,1523,1725,1726,1818,1788,1727,1705,1193,1626,1622,1581,1319,1898,1422,1260,1793,1355,1263,1621,1406,1505,1825,1827,1825,1626,1832,1814,1883,1472,1264,1822,1341,1752,1733,1796,1845,1821,1291,1315,1332,1433,1315,1813,1845,1302,1245,1750,1775,1877,1498,1776,1823,1821,1787,1642,1817,1800,1785,1404,1434,1765,1760,1805,1923,1790,1781,1795,1654,1289,1331,1800,1751,1694,1530,1885,1424,1400,2109,2227,2291,1931,2045,2052,2132,2080,1805,2268,2144,2133,2591,2542,2481,2505,2174,2303,1888,1926,2539,2382,2154,2268,2000,1948,2184,2159,2228,2023,2417,2048,2232,1908,2090,1646,1832,1815,1814,1817,1575,1463,1564,1586,1633,1577,1594,1686,1524,1367,1483,1383,1384,1431,1421,1457,1398,1380,1314,1782,1781,1894,1252,1819,1312,1846,1343,1339,1380,1347,1354,1437,1340,1755,1781,1832,1382,1763,1849,1335,1820,1890,1283,1810,1776,1803,1807,1827,1876,1317,1730,1795,1337,1395,1402,1434,1432,1431,1432,1452,1479,1333,1841,1409,1498,1402,1441,1438,1437,1402,1401,1389,1247,1835,1383,1374,1341,1810,1376,1374,1374,1288,1762,1752,1822,1328,1351,1325,1800,1829,1388,1387,1387,1410,1352,1383,1406,1405,1374,1337,1336,1331,1330,1331,1326,1217,1754,1746,1735,1736,1839,1321,1315,1818,1812,1250,1763,1720,1754,1752,1756,1753,1654,1676,1508,1641,1658,1702,1332,1662,1606,1720,1890,1897,1708,1760,1772,1888,1724,1829,1682,1786,1805,1767,1753,1720,1769,1752,1860,1638,1327,1810,1313,1731,1717,1826,1326,1808,1804,1620,1802,1811,1811,1809,1814,1935,1453,1387,1291,1723,1784,1781,1782,1788,1784,1697,1816,1218,1756,1756,1697,1676,1675,1675,1675,1732,1812,1744,1816,1701,1722,1784,1759,1782,1651,1711,1716,1817,1285,1736,1730,1731,1738,1774,1765,1720,1707,1724,1699,1689,1728,1705,1742,1820,1311,1838,1853,1445,1588,1530,1517,1485,1581,1674,1617,1566,1599,1844,1754,1897,1649,1887,2117,1857,1774,1799,1636,1768,2007,1856,1810,1889,1846,1836,2012,1919,2086,2044,1848,1726,1682,1728,2126,1884,1961,1927,2049,2087,1799,1975,2048,1769,1716,1889,1766,1697,1664,1662,1633,1609,1608,1634,1611,1625,1566,1643,1666,1643,1586,1575,1651,1512,1493,1417,1458,1425,1479,1496,1517,1470,1507,1495,1595,1483,1526,1490,1486,2031,1491,1514,1424,1562,1389,1298,2002,1447,1914,1266,1782,1833,1361,1326,1797,1779,1890,1453,1912,1799,1869,1294,1779,1772,1767,1886,1267,1930,1326,1757,1857,1431,1421,1492,1355,1932,1504,1416,1494,1438,1496,1501,1852,1446,1378,1710,1527,1359,1870,1464,1469,1492,1482,1420,1388,1999,1472,1574,2180,1342,2054,2038,1511,1477,1429,1463,1353,1917,1363,1564,1314,1415,1355,1349,2001,1370,1853,1309,1852,1360,1420,1369,1300,1903,1372,1345,1326,1922,1448,1430,1406,1425,1463,1257,1798,1848,1473,1472,1943,1859,1872,1926,1405,1404,1425,1830,1430,1335,1305,1890,1928,1253,1648,1831,1771,1779,1795,1713,1703,1697,1701,1705,1529,1565,1763,1812,1782,1766,1775,1800,1785,1808,1824,1299,1767,1762,1762,1797,1814,1763,1749,1842,1701,1309,1846,1311,1812,1813,1811,1740,1776,1441,1589,1824,1875,1307,1805,1799,1875,1426,1510,1555,1495,1982,1606,1948,1607,1609,1684,1601,1394,1397,1477,1850,1849,1830,1803,1943,1473,1504,1398,1385,1498,1432,1401,1368,1364,1370,1349,1332,1367,1311,1330,1789,1810,1808,1806,1806,1806,1806,1878,1317,1736,1766,1708,1768,1683,1787,1859,1313,1816,1867,1325,1341,1331,1352,1351,1360,1357,1389,1857,1912,1409,1319,1842,1377,1373,1406,1406,1408,1405,1400,1277,1734,1696,1788,1798,1849,1417,1423,1426,1425,1376,1388,1350,1362,1337,1343,1344,1341,1343,1340,1341,1339,1334,1801,1796,1796,1796,1799,1816,1793,1862,1879,1374,1369,1819,1870,1367,1810,1828,1369,1273,1765,1774,1809,1726,1770,1807,1771,1747,1722,1749,1738,1732,1731,1732,1745,1739,1747,1744,1767,1799,1776,1779,1734,1772,1806,1689,1702,1776,1771,1807,1809,1806,1805,1804,1736,1808,1787,1770,1733,1742,1741,1676,1715,1690,1667,1654,1699,1778,1774,1774,1778,1774,1768,1761,1775,1777,1788,1776,1775,1774,1810,1774,1904,1840,1826,1858,1857,1798,1862,1834,1734,1711,1725,1799,1809,1768,1769,1765,1742,1761,1826,1236,1748,1784,1788,1783,1805,1786,1843,1410,1770,1845,1371,1846,1823,1817,1812,1817,1803,1648,1766,1767,1813,1821,1833,1865,1868,1865,1346,1851,1786,1819,1809,1796,1786,1753,1716,1706,1710,1725,1724,1720,1721,1805,1814,1829,1834,1278,1878,1368,1856,1753,1819,1814,1774,1803,1758,1784,1809,1813,1810,1808,1821,1814,1773,1752,1740,1766,1762,1782,1794,1760,1774,1817,1733,2751,2228,2225,1847,2138,2370,2178,2065,1984,1877,1909,1921,2157,1898,1921,2022,1752,1904,1942,1812,1733,1969,1735,1675,1718,1545,1615,1614,1717,1629,1617,1618,1616,1743,1726,1604,1540,1539,1412,1584,1603,1537,1541,1625,1474,1544,1447,1329,1835,1434,1306,1789,1909,1388,1329,1343,1893,1280,1863,1423,1365,1900,1834,1845,1297,1857,1326,1815,1836,1337,1815,1894,1394,1416,1263,1896,1420,1497,1372,1409,1287,1868,1368,1379,1397,1399,1369,1366,1399,1380,1370,1405,1843,1447,1864,1875,1425,1360,1827,1835,1303,1809,1766,1766,1762,1904,1328,1766,1838,1305,1846,1264,1716,1742,1740,1799,1777,1798,1234,1714,1757,1743,1736,1733,1705,1736,1727,1806,1800,1747,1736,1731,1761,1707,1733,1689,1797,1758,1770,1720,1718,1718,1682,1718,1718,1718,1715,1719,1719,1751,1717,1728,1686,1712,1781,1756,1693,1752,1714,1712,1710,1710,1677,1696,1737,1730,1732,1743,1713,1722,1673,1705,1733,1711,1717,1749,1715,1707,1705,1740,1730,1696,1729,1728,1696,1727,1726,1724,1682,1683,1686,1805,1773,1788,1803,1789,1740,1787,1806,1722,1715,1708,1699,1733,1711,1721,1712,1661,1775,1817,1791,1783,1719,1727,1661,1735,1657,1729,1646,1676,1697,1665,1672,1670,1679,1673,1671,1173,1676,1676,1647,1670,1676,1672,1679,1672,1675,1217,1774,1754,1764,1721,1720,1719,1695,1782,1746,1797,1809,1743,1765,1807,1806,1785,1820,1749,1727,1654,1662,1659,1701,1634,1617,1640,1617,1696,1656,1642,1805,1314,1783,1863,1374,1279,1788,1779,1866,1380,1287,1785,1746,1716,1699,1907,1449,1474,1484,1504,1562,1647,1631,1645,1719,1631,1470,1593,2642,2623,2616,2283,1974,2216,2293,1978,2126,2425,2027,1780,1722,1883,1811,1903,1791,1895,1893,1676,1590,2044,2252,1738,1746,1660,1716,1841,1587,1478,1708,1668,1528,1484,1481,1417,1478,1483,1484,1416,1402,1504,1443,1425,1479,1494,1428,1511,1426,1427,1358,1901,1572,1374,1819,1872,1367,1857,1858,1846,1887,1453,1450,1453,1345,1970,1331,1899,1331,1809,1920,1953,2025,1451,1351,1918,1399,1393,1394,1407,1361,1390,1369,1368,1471,1393,1400,1431,1379,1371,1390,1341,1373,1348,1347,1345,1344,1346,1364,1413,1351,1318,1377,1359,1334,1330,1331,1335,1329,1354,1354,1386,1332,1346,1331,1829,1832,1379,1378,1877,1378,1886,1427,1333,1768,1735,1780,1735,1740,1737,1739,1808,1812,1323,1760,1746,1736,1736,1736,1763,1749,1791,1867,1810,1792,1808,1757,1768,1711,1710,1728,1714,1680,1649,1671,1670,1670,1674,1673,1674,1684,1291,1242,1774,1757,1760,1760,1754,1767,1754,1765,1768,1765,1776,1716,1699,1701,1703,1752,1763,1731,1728,1723,1709,1722,1722,1753,1772,1741,1686,1724,1723,1725,1635,1628,1730,1739,1707,1736,1741,1741,1735,1733,1736,1735,1734,1762,1733,1694,1751,1737,1733,1767,1769,1725,1745,1724,1723,1731,1640,1735,1742,1728,1669,1721,1753,1772,1719,1732,1725,1724,1724,1684,1709,1775,1734,1736,1661,1757,1731,1704,1707,1800,1676,1728,1727,1728,1728,1716,1727,1722,1784,1746,1716,1751,1738,1661,1692,1713,1619,1705,1681,1675,1678,1709,1663,1686,1741,1710,1727,1756,1754,1753,1711,1732,1734,1734,1749,1743,1718,1739,1719,1721,1664,1675,1720,1754,1704,1748,1757,1744,1768,1780,2370,2436,2492,2033,1810,2356,2251,1775,2130,1963,2403,2158,2023,1879,1827,1647,1882,1793,1708,1915,1943,1880,1889,1932,1611,1529,1544,1634,1600,1671,1541,1536,1548,1528,1460,1431,1501,1436,1675,1570,1989,1598,1607,1442,1434,1379,1416,1410,1386,1605,1474,1434,1452,1379,1386,1502,1280,1928,1328,1946,1550,1350,1432,1442,1438,1441,1349,1321,1795,1915,1403,1390,1343,1329,1848,1322,1844,1421,1361,1371,1370,1369,1424,1392,1458,1430,1420,1418,1422,1396,1372,1350,1310,1814,1869,1311,1812,1897,1393,1231,1900,1341,1832,1829,1350,1322,1801,1317,1799,1811,1335,1804,1800,1802,1764,1826,1287,1802,1353,1383,1290,1806,1209,1710,1389,1399,1440,1209,1883,1819,1696,1671,1694,1731,1733,1603,1802,1282,1863,1765,1745,1736,1731,1776,1745,1766,1741,1610,1771,1674,1443,1342,1389,1824,1821,1519,1353,1448,1424,1326,1831,1781,1772,1937,1423,1425,1515,1726,1511,1787,1785,1767,1500,1711,1792,1636,1829,2254,2105,1823,1898,2207,1904,2233,1987,1888,1968,1966,2113,1937,2173,2326,2088,2148,2026,2068,1908,1893,1935,2127,2208,12310,2430,2656,2897,2400,2253,2050,2756,2731,2884,2268,2794,2339,2143,2050,3677,3499,2160,2047,1846,1936,2003,1961,2242,2053,2363,2648,2010,2082,1891,1918,1848,2005,1973,1922,1969,2127,1880,1847,2211,1765,2040,2206,2013,2043,1888,1806,2404,2524,2809,2170,2446,1847,2562,2976,2090,1879,2252,2239,1852,1735,1887,2643,3023,4318,2135,3856,2046,2531,2130,2239,2083,1887,1845,2569,2483,2405,2402,2883,4298,2607,1903,2560,2204,1846,3225,1889,1731,1841,17515,2846,2601,3372,2487,2575,5328,1969,2520,1732,1967,2207,2171,1756,2164,1771,1730,2484,3729,2486,1811,2007,3319,2496,2000,1813,2681,1837,2284,1933,1754,1997,2378,2001,3326,2807,1734,1838,2010,1881,2007,1766,2167,2537,2082,2083,1727,1919,1775,1720,1772,1801,5335,1891,2173,2046,2245,2210,2086,2243,3106,2321,1849,1805,2034,1936,2084,2611,1999,1814,2036,2003,2098,1845,1925,1911,1898,1916,1850,1887,2086,2164,1962,1849,1682,1729,1804,1617,2042,1737,2047,1604,1639,1785,1915,1736,1798,1773,1757,1764,1733,1610,1681,1610,1477,1520,1542,1762,1596,1600,1773,2041,1622,1472,1449,1517,1406,1340,1489,1518,2399,1558,1433,1397,1521,1476,1446,1401,1479,1504,1519,3597,1413,1416,1469,1504,1522,1525,1516,1480,1578,1520,1478,1521,1486,1538,1606,1590,1530,1775,1746,1606,1621,1629,1618,1480,1492,1646,2934,2649,2730,2328,1844,1981,1929,1890,1997,1925,2051,2040,2089,1965,2046,2006,2204,2013,1972,1999,1964,1814,1876,1966,2086,1734,1488,1581,1787,1776,1796,1724,1807,1928,1643,1570,1568,1613,1637,1597,1614,1571,1518,1746,1634,1614,1475,1604,1577,1543,1506,1545,1657,1728,1798,1676,1664,1598,1717,1692,1612,1595,1605,1675,1624,1681,1716,1705,1802,1716,1736,1572,1679,1681,1718,1741,1758,1915,2333,2008,2120,1881,2016,2003,1957,1847,2177,2029,1864,1550,1848,1719,1772,1773,1709,1769,1729,2009,1767,1881,1688,1892,2316,2137,1964,2036,2099,2003,2084,1923,1932,1982,2079,1942,2162,2086,2023,2160,1971,1933,2656,1877,2087,1888,2171,2068,1966,2040,2322,2048,2126,2364,1973,2086,1966,1879,1969,1771,1804,2052,2076,1816,1884,1966,1927,1924,2324,2043,1731,1888,1801,1999,1973,1884,2003,2015,1960,1688,1799,1889,1723,1526,1767,1682,1645,1691,1645,1670,1734,1799,1688,1763,1609,1442,1535,1557,1420,1671,1620,1600,1600,1572,1512,1559,1527,1623,1586,1458,1521,1633,1539,1599,1654,1550,1572,1562,1614,1596,1557,1569,1612,1572,1633,1564,1626,2054,1762,1816,1774,2608,2455,3287,2375,2074,1976,2024,2035,2171,2151,1963,2014,1969,2159,1889,2040,2057,2039,2248,2051,2118,1964,2252,2045,2014,2083,2087,2049,1997,1966,2008,2212,2037,1935,1888,2203,2048,1598,1730,1647,1843,1646,1610,1806,1681,1580,1681,1721,1718,1931,1771,1811,1909,1661,1636,1612,1666,1561,1644,1725,1541,1584,1581,1831,1563,1625,1516,1446,1479,1531,1477,1602,1543,1483,1447,1555,1486,1457,1460,1362,1781,1771,1760,1884,1410,1348,1901,1391,1784,1785,1849,1260,1756,1929,1515,1484,1541,1418,1487,1466,1444,1423,1291,1733,1313,1871,1457,1423,1429,1340,1731,1786,1771,1734,1892,1479,1431,1831,1373,1454,1429,1307,1734,1779,1784,1397,1448,1510,1430,1274,1733,1767,1752,1844,1534,1348,1840,1374,1808,1802,1801,1801,1785,2055,1359,1801,1785,1916,1586,1445,1442,1443,1432,1347,1865,1457,1375,1305,1985,1477,1416,1338,1839,1831,1374,2014,1437,1769,1937,1885,1372,1359,1373,1536,1357,1360,1357,1359,1421,1355,1877,1375,1370,1376,1273,1401,1351,1352,1358,1354,1369,1424,1413,1354,1364,1364,1318,1818,1816,1877,1405,1355,1394,1394,1395,1380,1380,1401,1397,1414,1410,1383,1381,1393,1387,1309,1903,1380,1316,1799,1843,1845,1831,1787,1404,1812,1386,1360,1833,1833,1798,1806,1792,1794,1821,1822,1900,1823,1722,1820,1783,1774,1775,1826,1771,1816,1774,1777,1775,1778,1769,1763,1838,1857,1801,1793,1727,1723,1718,1835,1789,1743,1748,1718,1697,1728,1721,1718,1714,1706,1755,1771,1727,1719,1717,1716,1666,1729,1701,1692,1725,1745,1699,1699,1733,1745,1728,1731,1693,1883,1288,1786,1783,1782,1739,1777,1744,1743,1782,1776,1792,1797,1796,1800,1799,1798,1809,1701,1686,1797,1776,1781,1776,1775,1775,1745,1701,1856,1800,1880,1875,1374,1340,1861,1257,1769,1190,1756,1770,1745,1735,1733,1742,1734,1752,1707,1718,1694,1882,1319,1777,1770,1735,1741,1717,1745,1741,1728,1809,1815,3272,3046,1992,2149,2425,2055,1782,2219,2315,2353,2130,1789,2012,1797,2486,2405,2058,1971,1749,1804,1667,1783,1800,1934,1688,1641,1808,1753,1761,1840,1671,1645,1812,1748,1562,1599,1525,1652,1521,1709,1509,1462,1603,1783,1652,1600,1593,1596,1535,1421,1339,1419,1466,1392,1611,1487,1598,1592,1600,1594,1439,1398,1339,2167,1485,1576,1423,1415,1511,1521,1520,1533,1527,1438,1374,1343,1368,1364,1362,1360,1362,1270,1778,1756,1936,1364,1955,1473,1470,1504,1513,1511,1536,1522,1523,1373,1302,1529,1519,1336,1841,1511,1524,1485,1453,1396,1304,1858,1579,1614,1548,1574,1582,1569,1405,1470,1400,1240,1813,1366,1358,1333,1368,1390,1332,1331,1339,1235,1793,1319,1777,1752,1783,1846,1282,1780,1707,1203,1694,1722,1759,1709,1706,1756,1743,1803,1864,1358,1345,1357,1389,1361,1330,1370,1352,1352,1351,1269,1767,1826,1266,1773,1798,1339,1379,1372,1374,1375,1395,1328,1316,1814,1805,1268,1776,1764,1765,1722,1816,1254,1718,1745,1738,1799,1801,1763,1786,1719,1777,1706,1734,1739,1771,1809,1277,1708,1825,1315,1330,1376,1299,1780,1806,1921,1324,1775,1832,1900,1463,1504,1444,1439,1404,1466,1773,1630,1627,1720,2112,2031,1972,2070,2178,2028,2066,2058,2080,2086,2417,2469,2613,3205,2666,2531,2561,2964,2861,2449,1917,2615,2522,2250,2762,3100,2843,2006,2252,2982,2451,3010,2270,2101,2449,2480,2289,2857,2772,2523,2439,2925,2646,2428,2207,2244,1986,2010,2365,2363,2325,2612,2482,3820,2408,2159,2325,2573,2208,2433,1891,1646,2050,1742,2215,2048,1889,2208,2392,2126,2037,2045,1933,2040,1962,1852,2005,1853,1961,1963,1965,1886,1934,1957,2004,1891,2124,1896,2032,1929,1924,2176,2124,2083,1968,1967,2003,1963,1965,2057,2085,2086,1919,1776,1719,1732,1785,1641,1859,1694,1705,1527,1588,1485,1523,1459,1433,1642,1735,1644,1441,1529,1630,1413,1409,1395,1395,1403,1541,1480,1425,1385,1397,1599,1402,1401,1372,1366,1362,1403,1488,1397,1306,1817,2062,1399,1487,1387,1321,1811,1921,1465,1512,1407,1378,1457,1448,1294,1874,1417,1450,1399,1415,1828,1957,1414,1442,1473,1464,1444,1476,1447,1485,1444,1381,1505,1483,1522,1594,1779,1720,1665,1690,1652,1601,1695,1740,1594,1648,1659,1686,1921,1752,1624,1832,1776,1730,1798,1783,1797,2746,2419,2717,2451,2234,2315,2391,2334,2413,1680,1952,1666,1653,1857,1994,1878,2050,1952,1725,1797,1753,1924,1799,1818,1828,1754,1622,1654,1669,1554,1669,1707,1626,1688,1588,1635,1518,1454,1561,1500,1586,1646,1665,1630,1526,1590,1597,1423,1481,1487,1578,1594,1613,1639,1405,1415,1411,1405,1436,1487,1502,1604,1595,1592,1592,1595,1464,1400,1409,1412,1410,1366,1423,1388,1391,1408,1495,1474,1409,1397,1494,1535,1538,1518,1477,1476,1476,1458,1451,1458,1459,1552,1548,1630,1650,1857,1768,1778,1767,1655,1770,1653,1644,1761,1684,1494,1395,1368,1500,1955,2007,1842,2011,2007,1672,1598,1574,1568,1552,1536,1605,1693,1682,1605,1539,1507,1564,1556,1540,1597,1533,1737,1889,1822,1848,1997,2846,1880,1863,1818,1649,1649,1618,1540,1659,1653,1620,1715,1448,1381,1371,1479,1579,1485,1447,1383,1349,1366,1352,1350,1406,1382,1425,1536,1583,1426,1362,1334,1357,1354,1362,1339,1371,1389,1467,1574,1636,1423,1411,1443,1420,1396,1396,1464,1642,1496,1676,1823,1664,1547,1415,1462,1404,1404,1505,1398,1303,1452,1494,1416,1409,1486,1487,1370,1369,1388,1341,1357,1375,1377,1382,1393,1275,1834,1332,1264,1875,1308,1777,1793,1828,1369,1319,1842,1297,1820,1920,1336,1253,1807,1387,1364,1412,1477,1357,1326,1395,1426,1386,1387,1378,1435,1468,1964,1479,1609,1866,1783,1683,1662,1669,1621,1639,1721,1741,1762,1839,1801,1820,1789,1935,1913,1725,1789,1992,2282,3658,2566,2386,2368,2145,2068,2652,2263,2871,2404,1929,1947,2039,1803,1970,2529,2520,3175,2370,2198,2558,2319,2377,2244,3766,2008,2526,1868,1960,2045,2294,1801,1802,1859,1923,2039,1967,1930,2124,1772,1884,2042,1807,1919,1806,2129,2014,1964,2197,2320,2568,2212,2117,3579,2931,1846,2071,2138,2079,1962,2170,2091,2403,1809,1925,2006,2209,2119,2044,2089,1801,2769,2014,1917,1890,1895,1876,1930,1849,2078,2052,1841,2126,2091,1962,1970,3044,1815,2848,2697,2117,1699,1711,1623,1762,1963,1877,1858,1679,1719,1658,1508,1720,1780,1601,1645,1682,1620,1645,1676,1644,1489,1549,1550,1651,1568,1598,1641,1704,1915,1655,1573,1837,1761,1818,1843,1632,1670,1583,2085,1674,1600,1694,1839,1601,1775,1878,1885,1775,1798,1735,1754,1644,2005,2030,2059,1917,1889,2052,2000,2043,2007,2083,2011,1721,1775,2160,2044,2085,2210,2051,1969,2161,2039,2173,1928,2080,1896,1915,2206,1723,1848,2092,2001,2049,2484,2040,2489,2456,2648,2723,2051,2251,4169,2568,2145,2040,2124,2134,2005,1967,2036,1932,1848,1885,1928,2083,2045,1891,2298,2498,2487,2570,2328,2084,1919,1686,2012,2005,2009,2165,2084,2044,1975,2003,2079,2056,2204,1962,1776,1767,1653,2071,1648,1778,1959,1850,1637,1520,1495,1528,1561,1767,1761,1714,1676,1576,1551,1554,1747,1642,1448,1515,1489,1809,1588,1568,1639,1614,1613,1631,1608,1412,1456,1489,2918,1375,1542,1474,1574,1392,1430,1383,2369,1708,1484,1561,1503,1671,1617,1591,1571,1533,1415,1521,1586,1565,1602,1704,1557,1636,1698,1560,1477,1526,1653,1646,1567,1598,1639,1567,1603,1568,1494,1474,1447,1490,1601,1571,1629,1644,1654,1697,2064,1962,1811,1841,2613,1805,1800,1732,1809,4160,1939,1994,1888,1771,2239,2130,1771,1919,2364,1938,2423,2365,2170,2248,1915,1851,2004,1807,2292,2579,2492,2764,1972,1844,2693,1878,1854,2002,1969,2389,2046,2226,2008,2457,2612,2680,2334,2119,1779,2086,2176,2488,2236,2135,1838,2012,2129,2085,1886,1882,1969,1849,1805,1842,1921,1848,1771,1916,1938,1960,1801,1726,1845,1891,1969,1995,1931,1846,1803,1705,1694,1900,1878,2055,1675,1736,2041,1853,2005,1971,2043,2207,1928,1997,1891,1888,1876,2012,2003,1925,1815,1876,1766,1688,1765,1862,1574,1652,1797,1729,1839,1616,1564,1710,1725,1687,1558,1537,1675,1604,1533,1527,1647,1520,1844,1846,1608,1639,1811,2045,3046,1931,2358,2537,2364,2119,2431,2257,2164,2410,2362,2336,2529,2403,2213,2277,2255,2446,1931,2337,2009,1803,1891,2078,1936,2038,1815,2038,2084,1766,1794,1896,2238,1730,1498,1560,1846,1795,1646,1494,1808,1644,1564,1511,1488,1485,1482,1621,1594,1519,1611,1735,1643,1473,1447,1367,1355,1385,1613,1591,1576,1600,1397,1363,1346,1362,1498,1489,1540,1510,1530,1475,1486,1489,1495,1491,1478,1478,1480,1489,1337,2026,1514,1428,1408,1415,1414,1366,1412,1408,1393,1436,1496,1389,1331,1363,1359,1366,1368,1410,1368,1358,1390,1360,1825,1294,1989,1574,1572,1571,1573,1471,1472,1381,1385,1269,1750,1822,1334,1334,1334,1336,1333,1339,1762,1515,1952,1442,1439,1437,1419,1404,1402,1403,1410,1409,1264,1924,1312,1900,1416,1398,1333,1316,3482,1337,1308,1795,1818,1346,1342,1341,1347,1348,1364,1352,1801,1812,1876,1452,1462,1382,1456,1463,1469,1400,1445,1468,1329,1928,1378,1368,1378,1384,1384,1366,1479,1375,1386,1555,1431,1854,1481,1330,1327,1338,1365,1926,1300,1942,1784,1860,1369,1995,1486,1419,1465,1386,1383,1383,1382,1375,1386,1339,1418,1347,1354,1356,1501,1416,1748,1800,1794,1786,1930,1373,1302,1896,1322,1346,1323,1909,1347,1377,1417,1397,1352,1364,1334,1880,1297,1752,1727,1718,1776,1831,1266,1758,1285,1815,1750,1799,1751,1742,1721,1832,1309,1801,1758,1748,1768,1752,1767,1735,1740,1643,1710,1720,1764,1825,1330,1276,1901,1354,1783,1767,1789,1803,2716,2222,2196,2159,1960,1951,2102,1854,1850,1801,1733,1538,1564,1635,1824,1697,1840,1916,1657,1642,2017,1546,1636,1932,1829,1812,1601,1519,1485,1493,1506,1416,1374,1533,1686,1857,1454,1403,1392,1503,1531,1484,1610,1618,1517,1630,1527,1653,1605,1608,1617,1537,1429,1399,1401,1483,1551,1375,1552,1514,1520,1519,1599,1485,1427,1333,1336,1350,1335,1394,1397,1417,1398,1391,1497,1378,1376,1336,1311,1832,1360,1344,1833,1750,1839,1361,1386,1377,1505,1356,1378,1427,1383,1372,1381,1383,1362,1358,1356,1340,1437,1306,1328,1813,1390,1336,1338,1847,1765,1738,1869,1189,1679,1786,1754,1833,1337,1355,1785,1916,1272,1806,1440,1398,1347,1933,1543,1323,1869,1280,1804,1779,1805,1340,1919,1379,1442,1415,1243,1770,1763,1750,1828,1825,1796,1880,1289,1776,1775,1942,1483,1453,1359,1802,1790,1782,1815,1843,1424,1485,1427,1412,1322,1829,1891,1341,1745,1800,1875,1414,1413,1415,1398,1199,1752,1776,1758,1749,1842,1338,1368,1369,1339,1746,1871,1254,1767,1786,1780,1779,1735,1731,1817,1263,1759,1814,1333,1380,1331,1329,1331,1272,1835,1345,1327,1778,1816,1330,1329,1314,1788,1762,1711,1712,1704,1736,1779,1702,1697,1698,1695,1708,1709,1692,1758,1777,1714,1698,1703,1701,1695,1698,1699,1742,1729,1737,1707,1699,1702,1707,1703,1701,1768,1677,1773,1727,1795,1800,1801,1803,1813,1848,1315,1750,1748,1753,1726,1669,1698,1809,1329,1782,1864,1254,1840,1347,1377,1371,1343,1269,1878,1268,1752,1749,1789,1802,1733,1754,1753,1750,1749,1770,1797,1749,1892,1362,1793,1962,1471,1457,1444,1434,1460,1499,1356,1364,1509,1507,1502,1524,1623,1508,1557,1403,1842,1421,1486,1943,1476,1371,1790,1922,1343,1971,1329,1819,1686,1734,1444,1471,1492,1592,1514,1431,1739,1784,1677,1813,1803,1736,1686,1812,1838,1715,1949,2147,2097,2427,2226,2306,2736,2733,2763,2651,2525,2651,2803,2466,2611,2359,2304,2168,2081,2051,2041,2004,2447,2512,2729,2447,2368,1867,1841,2124,2087,2397,2730,2722,2541,2727,2575,2240,2649,6706,3576,2206,2441,2329,2408,2243,2293,2283,2573,2248,1965,1943,2241,2283,2253,2524,2408,2289,2285,2282,2249,2211,2524,2249,2008,2208,2252,2246,2040,1985,2117,2320,2094,2088,2092,1968,2231,2243,2251,2629,2262,1881,1808,2080,1852,1919,1888,1896,1920,2326,2371,2090,1959,1816,1977,1994,1893,2148,2135,2082,1934,2407,1935,1884,2123,2089,1999,2045,1530,1526,1832,1726,1702,1725,1725,1709,1810,1692,1471,1721,1963,1704,1639,1574,1597,1454,1333,1825,1817,1815,2271,1684,1653,1773,1358,1833,1822,1810,1776,1902,1667,1695,1526,1434,1367,1779,1750,1768,1878,1428,1497,1493,1399,1794,1805,1836,1889,1430,1407,1562,1929,1894,1720,1693,1886,1918,1915,2098,2112,2040,1885,2000,2043,2199,2559,2568,2568,2027,1882,1975,2525,2689,2332,2398,1852,1883,2195,1901,1971,1917,2133,1944,2153,2043,2053,2048,1882,1895,1923,1967,1878,2228,2033,2165,2433,2378,2862,2404,2288,2329,2915,2893,2781,2571,2520,1938,1776,2206,3067,2046,2875,3166,2720,2537,2179,2716,2448,2367,2408,2595,2201,2674,2525,2740,2515,2114,2033,2006,1752,1762,2045,1850,2203,2462,2464,3331,2157,1903,1682,2117,2060,2418,2608,2323,2529,2168,2367,2100,1969,2263,1893,2220,1911,2225,2597,2606,2737,2528,2353,2444,1971,1940,2038,2095,1961,1726,1883,1973,2497,1937,1878,2106,2370,2527,2252,1870,2171,1884,2044,1968,2084,1965,2361,1817,1797,2012,2009,2036,2173,1929,1913,1689,1689,2567,2609,2117,1930,1925,1933,2088,1878,1917,1924,2363,2614,2602,2253,2530,2288,2400,2249,2170,2088,2486,2484,4012,2445,2202,2488,2247,2008,2202,2517,1968,2410,2438,1982,2406,2933,2606,3169,2765,1777,2476,2295,3094,2486,2408,2527,2400,2095,2127,2406,2171,1992,2265,2408,2200,1909,1966,1694,1839,1853,1876,1892,2000,2912,2331,2248,2248,2280,2010,2120,2609,2368,2449,2648,2646,2643,2166,2178,2490,2207,2450,2361,3209,2333,2156,2417,2048,2327,2074,2321,2036,2005,2016,2038,2087,2089,2329,2566,2469,2207,2016,1878,2052,2168,2048,1875,1765,1693,1716,1695,1880,1929,2083,2126,2095,2082,2609,1880,1851,1968,1915,1931,2397,2126,2388,1928,2526,2170,2200,2456,2134,1886,1972,2240,2495,1969,2000,2008,2008,2040,2009,1962,1775,1958,1773,1889,2039,2049,2088,1761,6743,3485,2403,1810,2877,6702,2297,2406,1960,3531,6977,3292,2814,2324,17013,6601,1958,1810,2523,14959,2496,2118,2819,1984,1800,1894,1848,2765,2165,3452,2973,2448,2128,3655,1860,1894,2252,4382,1892,2043,3619,2725,2128,3765,2660,2046,2200,1975,2883,2248,3284,2073,2368,2415,2159,2025,2040,1775,1886,2769,2220,2128,2142,2004,1838,2253,2119,2371,2130,1967,2040,2005,1810,1970,2196,1973,1921,2006,1687,1643,2017,2081,2041,1935,1639,1567,1644,1534,1491,1559,1683,1648,1684,1675,1649,1642,1653,1560,1521,1817,1686,1724,1713,1725,1618,1644,1824,1352,1812,2149,1579,1635,1560,1604,1360,1390,1360,1389,1266,1984,1441,1474,1503,1683,1509,1454,1473,1561,1486,1445,1655,1502,1416,1377,1467,1368,1332,1479,1308,1877,1470,1410,1520,1405,1416,1642,1614,1487,1476,1450,1430,1453,1444,1526,1523,1558,1566,1573,1588,1535,1516,1618,1634,1601,1765,1731,1718,1685,1674,1729,1799,2607,1806,1932,1850,1883,1879,1812,1918,1925,2288,2405,2335,2448,1843,2334,2320,2119,2010,1996,2172,2085,2527,1729,1602,1665,1842,2097,1905,1922,2010,1931,2042,2010,2284,2049,1846,1723,2043,1968,2081,2754,2007,2681,2288,2532,2441,2491,2294,2441,2289,2291,1933,1847,1769,1768,1981,2124,2529,2250,2806,2579,2602,2241,2330,1993,2081,1972,2694,1959,1884,1914,1856,1963,1967,2089,1841,1805,1771,1760,1842,1894,2082,1945,2005,2048,1935,2022,1869,1746,2067,1948,2010,2332,1996,1982,1979,1766,1875,2220,2211,1804,1719,1618,1616,1606,1748,1626,1651,1676,1637,1603,1653,1604,1495,1600,1816,1770,1546,1513,1472,1541,1405,1347,1351,1404,1416,1439,1454,1389,1822,1782,1817,1290,1744,1747,1996,1415,1493,1414,1478,1704,1457,1287,1698,1913,1398,1317,1810,1808,2019,1626,1561,1510,1437,1440,1412,1384,1889,1356,1509,1352,1422,1476,1487,1473,1456,1432,1349,1339,1335,1279,1812,1344,1334,1340,1353,1927,1458,1914,1397,1398,1396,1371,1891,1516,1444,1401,1298,1782,1773,1770,1772,1782,1784,1336,1888,1316,1778,1759,1758,1758,1767,1738,1906,1371,1830,1839,1382,1387,1371,1367,1376,1373,1388,1352,1286,1828,1355,1287,1787,1857,1366,1376,1361,1278,1778,1839,1326,1744,1754,1806,1805,1805,1733,1731,1722,1761,1755,1736,1735,1746,1739,1737,1713,1727,1775,1790,1804,1781,1741,1729,1725,1745,1710,1799,1764,1739,1733,1690,1689,1788,1750,1778,1780,1762,1778,1799,1735,1780,1783,1744,1778,1776,1772,1773,1761,1739,1731,1729,1689,1732,1734,1716,1707,1647,1690,1670,1666,1671,1754,1689,1685,1668,1717,1748,1716,1790,1763,1839,1378,1476,1770,2401,2610,2532,2953,2539,2651,2309,2778,2685,3090,2646,2646,2750,2651,2470,3093,2324,2397,2554,2612,2564,2255,1983,2199,2240,2333,2807,2449,2768,2815,2523,2364,3980,2621,2043,2372,2479,2007,2739,2322,2205,2617,2564,2570,2561,1980,1841,1804,2129,1892,2035,1766,2049,2454,2885,2059,2487,2566,2691,2206,1761,1997,2397,2406,2732,1883,2314,2531,1766,2369,2244,1921,1809,1725,2574,2444,2438,1779,3798,2212,1769,1866,1595,2213,1721,1806,1720,1685,1645,1615,1683,1762,1649,1761,1814,1846,1835,1815,1712,1727,1763,1646,1818,1571,1571,1538,1527,1524,1519,1566,1485,1447,1450,1556,1650,1643,1671,1652,1650,1832,1625,1555,1637,1485,1446,1454,1352,1800,1776,2015,1290,1787,1742,1944,1420,1447,1434,1420,1434,1617,1357,1770,1834,1475,1467,1438,1442,1371,1739,1823,1305,1797,1859,1400,1427,1434,1399,1484,1376,1362,1349,1446,1485,1494,1567,1432,1419,1388,1345,1356,1484,1463,1391,1472,1429,1388,1396,1434,1461,1477,1469,1744,1508,1490,1569,1518,1500,1530,1723,1541,1632,1723,1644,1740,1651,1795,1643,1644,1595,1741,1684,1748,1854,1970,1645,1882,1726,2402,1697,1845,1763,1885,1808,2125,2245,2088,3091,3130,3045,2334,3772,4642,2290,2450,4689,3775,2088,1964,2002,2054,1922,2332,2484,2657,2330,2023,1887,2010,1965,1930,1993,3776,2362,2611,2651,2197,2011,2361,2572,2048,2058,2572,2406,2370,2083,2010,2195,2436,2456,2527,2451,2963,2534,2488,2440,2526,2172,1996,2079,1970,1931,1997,2044,1978,2087,2084,2006,2044,2048,1999,2048,2043,1935,2002,1840,1569,1811,2128,1996,1926,2484,2054,2012,1919,2127,1959,2236,2125,1892,2054,1857,1485,1444,1640,1709,1760,1802,2003,1972,1889,1886,2483,2155,2247,2133,2897,2121,1928,1875,1856,1759,1702,1789,1700,1685,1679,1796,1663,1805,1643,1726,1805,1645,1751,1764,1765,1845,1890,1692,1732,1724,1793,1602,1966,1621,1725,1724,2597,1738,1672,1492,1725,1874,2530,1559,1562,1594,1741,1643,1558,1648,2010,1683,1614,1598,1562,1443,1599,1706,1893,1539,1468,1442,1600,1428,1403,1406,1421,1404,1391,1630,1519,1390,1932,1347,1309,1822,1857,1437,1539,1527,1524,1604,1543,1384,1434,1336,1486,1563,1487,1480,1474,1439,1496,1356,1786,1927,1484,1279,1913,1330,1356,1358,1374,1515,1423,1273,1727,1877,1347,1394,1290,1822,1922,1390,1391,1390,1388,1357,1827,1879,1484,1364,1851,1857,1871,1862,1840,1866,1861,1864,1871,1410,1375,1377,1925,1357,1821,1930,1452,1459,1340,1802,1873,1373,1360,1353,1343,1339,1366,1348,1347,1348,1364,1339,1903,1317,1273,1757,1705,1754,1736,1704,1800,1299,1814,1351,1854,1369,1830,1391,1309,1810,1830,1922,1461,1465,1446,1418,1293,1965,1459,1360,1843,1290,1886,1402,1394,1397,2013,1562,1334,1842,1854,1396,1433,1434,1553,1449,1339,1843,1377,1325,1326,1820,1805,1846,1339,1815,1830,1385,1405,1355,1293,1789,1783,1807,1359,1346,1813,1855,1352,1837,1773,1809,1303,1867,1385,1340,1317,1715,1831,1778,1735,1828,1259,1869,1306,1830,1797,1797,1281,1719,1748,1721,1751,1754,1821,1783,1349,1749,1770,1771,1746,1828,1768,1727,1825,1337,1342,1795,1789,1334,1747,1829,1789,1785,1814,1810,1791,1773,1774,1747,1775,1773,1709,1723,1794,1782,1771,1758,1761,1770,1740,1691,1794,1747,1773,1733,1778,1721,1780,1761,1760,1731,1837,1779,1758,1757,1712,1775,1794,1752,1779,1764,1762,1763,1755,1713,1772,1756,1755,1721,1745,1794,1759,1756,1751,1792,1710,1767,1794,1758,1760,1818,1761,1756,1753,1752,1669,1746,1815,1749,1780,1804,1797,1757,1753,1759,1751,1709,1676,1748,1772,1769,1805,1805,1735,1753,1851,1836,1814,1854,1324,1767,1746,1733,1757,1779,1738,1655,1709,1817,1768,1808,1816,1823,1816,1762,1791,1713,1739,1727,1722,1726,1733,1732,1742,1678,1666,1760,1854,1236,1727,1699,1207,1694,1751,1682,1652,1752,1625,1719,1742,1746,1727,1731,1728,1729,1684,1751,1889,1371,1236,1868,1942,1445,1831,1909,1611,1335,1864,1433,1356,1422,1401,1397,1540,1444,1404,1453,1426,1281,1878,1449,1906,1351,1923,1380,1821,1879,1335,1426,1459,1498,1309,1913,1415,1467,1463,1462,1410,1420,1385,1418,1407,1367,1406,1389,1338,1332,1344,1340,1335,1375,1292,1871,1359,1302,1803,1831,1756,1756,1740,1704,1876,1247,1255,1745,1791,1752,1799,1732,1758,1813,1756,1812,1192,1731,1707,1711,1697,1728,1680,1698,1698,1742,1683,1692,1763,1783,1715,1714,1726,1684,1732,1776,1747,1707,1778,1774,1732,1805,1750,1743,1808,1735,1710,1708,1697,1680,1843,1737,1848,1262,1730,1799,1766,1788,1739,1733,1717,1709,1738,1732,1727,1725,1738,1736,1744,1749,1765,1783,1325,1783,1780,1780,1781,1778,1783,1699,1768,1802,1777,1783,1784,1782,1778,1784,1742,1735,1766,1766,1712,2572,1864,1856,1846,1858,1854,1839,1818,2230,2037,1902,1718,1657,1655,1654,1647,1936,1960,2868,1801,1623,1719,1671,1607,1582,1582,1559,1634,1700,1734,1598,1643,1537,1551,1473,1444,1473,1450,1521,1709,1570,1509,1499,1452,1486,1450,1449,1465,1516,1501,1567,1523,1449,1435,1388,1403,1477,1476,1549,1479,1635,1575,1510,1499,1499,1485,1446,1461,1480,1515,1498,1381,1396,1358,1888,1396,1396,1399,1462,1497,1508,1616,1575,1426,1397,1397,1672,1715,1715,1560,1824,1960,1726,1816,1906,1810,1836,1841,1841,1880,2285,1806,2248,1891,2639,2528,2876,2332,2645,5054,2447,2420,4042,2604,2572,2522,1924,2415,2569,2481,2139,2362,2372,1966,2881,2605,2447,2363,2128,2011,2207,2123,2524,2452,2286,2166,2050,1845,2048,2077,1896,1847,1688,1718,1764,1574,1526,1523,1688,1874,1897,1958,1854,1887,1880,2127,2044,1884,1890,1802,1709,1691,1724,1634,1696,1524,1869,1663,1765,1638,1678,1769,1882,1998,1885,1927,1913,2126,1782,1892,1535,1765,1591,1569,1925,1892,2117,1896,1928,1953,1931,1852,1802,1986,2403,2248,2167,2536,2209,2972,2099,1816,2274,1977,2079,2208,2042,1932,1809,1718,1884,1851,1840,1933,1920,2174,1917,1773,2162,2048,2005,1885,2441,2163,2368,2781,2011,1621,1808,2278,2374,2349,1691,1722,1850,2074,2177,2236,2388,2322,2447,2325,2289,3180,1765,2613,2049,2455,1974,2348,2363,2729,2286,2406,2330,2204,1979,2006,2352,2409,2171,2562,2928,2650,2651,2603,2571,2004,2165,2083,1948,2467,2086,1846,2541,2566,1843,2111,1721,1818,2441,2487,2410,2325,2130,2525,2246,2052,1816,1842,2155,2404,2090,1890,2246,1977,2117,2042,2575,2609,2247,2038,1977,1986,1885,2296,2077,2086,2215,2321,2412,2322,2286,2331,2204,2102,3203,2634,1603,1763,1721,1723,1736,1878,1925,2086,2004,1846,2209,2160,1914,1806,1966,2411,2247,2717,2219,1951,1728,1691,1926,2084,1930,2129,2204,2043,1888,2015,2213,1959,1959,1926,2012,1687,1567,1560,1560,1843,1929,2250,1971,1640,1559,1528,1415,1400,1685,1720,1457,1683,1563,1604,1683,1688,1844,1610,1716,1767,1649,1831,1771,1600,1563,1579,1657,1666,1682,1733,1668,1815,1883,1845,1846,1930,1926,2314,2018,2080,1850,2127,2242,2669,2724,2321,2246,2267,2283,2631,2136,2985,2419,2089,1882,1815,1878,1693,1562,2009,1978,2367,1955,1763,1725,1636,1567,1525,1572,1681,1500,1476,1457,1446,1640,1559,1454,1565,1554,1441,1619,1715,1763,1651,1560,1440,1374,1396,1569,1802,1873,1607,1716,1760,1582,1408,1535,1500,1573,1386,1769,1972,1383,2012,1266,1724,1887,1271,1737,1720,1859,1416,1321,1737,1862,1185,1883,1417,1948,1986,1508,1568,1642,1551,1487,1455,1386,1392,1384,1331,1922,1417,1459,1476,1364,1903,1303,1437,1473,1918,1895,1449,1330,1906,1396,1393,1405,1414,1388,1339,1338,1337,1339,1339,1330,1370,1411,1348,1335,1324,1819,1818,1874,1313,1287,1823,1379,1316,1804,1405,1366,1303,1795,1808,1802,1819,1832,1317,1843,1340,1864,1275,1772,1783,1781,1778,1801,1840,1858,1352,1483,1325,1949,1452,1447,1448,1419,1387,1240,1844,2056,1482,1441,1468,1478,1478,1462,1321,1510,1481,1480,1444,1387,1322,1471,1442,1443,1426,1397,1504,1373,1492,1451,1450,1447,1463,1455,1407,1348,1858,1459,1381,1838,1807,1803,1808,1788,1783,1800,1816,1874,1498,1345,1811,1894,1397,1377,1858,1928,1800,1849,1276,1775,1754,1767,1743,1746,1801,1853,1241,1827,1268,1757,1765,1758,1740,1757,1341,1266,1858,1385,1434,1453,1461,1465,1413,1394,1404,1385,1372,1266,1848,1378,1409,1407,1406,1418,1393,1392,1323,1849,1784,1721,1779,1767,1812,1772,1777,1826,1844,1849,1800,1859,1415,1406,1407,1371,1375,1312,1810,1331,1330,1765,1828,1336,1330,1339,1324,1836,1782,1783,1784,1782,1782,1779,1788,1783,1768,1778,1783,1783,1780,1788,1784,1781,1778,1799,1787,1804,1800,1806,1737,1782,3178,2714,2215,2491,2693,2596,2327,2284,2282,2271,2272,2256,2127,1849,2077,1680,1902,2061,2090,2036,2035,1889,1911,1917,1858,2245,1995,1938,1779,1650,1796,1827,1860,1962,1802,1574,1532,1636,1478,1608,1485,1492,1478,1464,1937,1477,1474,1435,1502,1387,1378,1550,1434,1405,1887,1421,1421,1419,1418,1402,1411,1361,1382,1365,1366,1365,1394,1389,1372,1433,1429,1375,1848,1984,1352,1920,1429,1427,1428,1427,1425,1388,1476,1508,1935,1409,1421,1418,1417,1489,1460,1411,1384,1413,1410,1415,1388,1834,1854,1371,1896,1357,1897,1854,1853,1854,1855,1852,1881,1414,1842,1847,1390,1841,1727,1868,1840,1839,1840,1834,1825,1919,1882,1832,1314,1825,1828,1830,1820,1822,1815,1816,1815,1826,1815,1817,1814,1815,1829,1802,1802,1805,1806,1811,1795,1341,1798,1815,1795,1801,1825,1718,1755,1766,1761,1762,1862,1349,1788,1787,1791,1819,1791,1787,1780,1799,1810,1790,1777,1781,1713,1833,1775,1781,1779,1835,1781,1775,1786,1768,1799,1778,1748,1837,1775,1780,1785,1789,1774,1775,1762,1831,1790,1847,1822,1834,1368,1877,1219,1818,1313,1810,1774,1818,1811,1810,1811,1809,1785,1810,1812,1793,1764,1746,1817,1810,1811,1776,1813,1814,1785,1748,1828,1309,1812,1809,1809,1808,1816,1825,1811,1808,1808,1809,1808,1809,1775,1817,1775,1817,1761,1789,1811,1808,1814,1813,1819,1782,1854,1793,1815,1815,1824,1809,1749,1776,1836,1311,1812,1812,1810,1808,1809,1775,1827,1833,1316,1811,1812,1810,1809,1809,1817,1854,1278,1806,1794,1817,1746,1728,1726,1723,1683,1742,1680,1670,1617,1731,1819,1757,1733,1735,1713,1744,1780,1741,1775,1740,1741,1778,1745,1749,1823,1783,1775,1745,1748,1773,1705,1751,1831,1732,1852,1815,1813,1813,1810,1809,1813,1856,1752,1803,1753,1752,1784,1779,1780,1775,1798,1830,1778,1782,1783,1789,1771,1786,1781,1824,1748,1764,1778,1751,1773,1785,1786,1778,1731,1723,1720,1789,1759,1757,1752,1752,1754,1803,1827,1758,1807,1759,1754,1755,1755,1752,1749,1784,1759,1739,1834,1755,1755,1757,1752,1791,1752,1756,1753,1788,1773,1758,1726,1761,1749,1750,1775,1775,1782,1790,1745,1790,1781,1780,1802,1771,1773,1723,1779,1793,1710,1747,1743,1738,1707,1746,1731,1741,1674,1666,1622,1715,1711,1736,1764,1769,1721,1776,1809,1802,1818,1805,1803,1781,1873,1382,1252,1889,1315,1810,1259,1745,1762,1761,1763,1760,1777,1768,1765,1691,1765,1728,1737,1764,1763,1751,1750,1763,1786,1809,1810,1810,1809,1811,1817,1715,1753,1733,1775,1809,1815,1809,1818,1811,1811,1813,1777,1757,1732,1732,1649,1770,1770,1721,1739,1731,1723,1721,1721,1719,1721,1720,1718,1656,1821,1808,1805,1716,1732,1765,1805,1768,1771,1797,1743,1666,1712,1724,1761,1684,1661,1649,1669,1687,1658,1676,1701,1726,1684,1710,1707,1720,1729,1736,1709,1705,1705,1822,1205,1706,1700,1191,1672,1763,1747,1742,1748,1747,1808,1781,1803,1792,1880,1384,1284,1801,1384,1311,1811,1813,1798,1819,1755,1727,1789,1810,1808,1810,1810,1723,1801,1727,1783,1798,1777,1809,1810,1817,1812,1796,1760,1734,1740,1698,1678,1709,1656,1740,1748,1726,1681,1747,1727,1729,1715,1727,1701,1671,1662,1665,1668,1718,1715,1673,1672,1690,1179,1679,1771,1729,1726,1776,1745,1741,1711,1812,1318,1803,1781,2032,1693,1649,1838,2153,2563,2398,2666,2656,2539,2383,2248,1918,2222,2468,2374,2122,2538,1990,2271,2132,2353,2821,2211,1869,2368,2181,1966,1956,2192,2113,2137,2251,2347,2100,2666,2011,2937,2310,2162,2011,2266,2287,2424,1735,1996,2230,2028,1539,1762,1835,1924,1587,1412,1683,2097,1761,1481,1358,1820,1805,2039,1520,1475,1487,1619,1553,1453,1395,1375,1416,1463,1580,1571,1498,1587,1584,1594,1416,1853,1886,1335,1372,1383,1864,1596,1637,1415,1240,2060,1448,1321,1874,1436,1316,1878,1379,1327,1869,1835,1803,1797,1846,1780,1814,1781,1875,1538,1453,1297,1792,1884,1242,1860,1338,1905,1254,1783,1791,1888,1397,1393,1327,1324,1318,1331,1322,1258,1875,1436,1298,1889,1444,1444,1437,1463,1373,1313,1807,1813,1806,1805,1806,1806,1906,1317,1265,1768,1821,1351,1805,1797,1757,1812,1762,1718,1776,1859,1743,1811,1758,1752,1658,1675,1664,1644,1644,1672,1693,1644,1648,1648,1647,1707,1663,1649,1640,1645,1661,1672,1697,1672,1674,1316,1171,1648,1686,1665,1694,1774,1730,1738,1711,1773,1775,1756,1751,1750,1766,1759,1760,1687,1745,1701,1656,1657,1667,1760,1709,1672,1666,1760,1734,1705,1761,1793,1763,1797,1725,1660,1667,1657,1656,1654,1664,1657,1689,1664,1657,1655,1678,1774,1711,1646,1664,1658,1629,1662,1670,1661,1184,1661,1660,1659,1762,1706,1682,1684,1658,1629,1746,1788,1786,1773,1764,1756,1759,1752,1730,1779,1787,1789,1786,1786,1784,1709,1761,1798,1765,1758,1787,1786,1785,1786,1790,1796,1717,1726,1708,1705,1714,1663,1681,1644,1657,1712,1827,1866,1535,1348,1779,1984,1319,1802,1811,1543,1404,1802,1802,1803,1800,1803,1921,1424,1526,1501,2002,1473,1473,1491,1486,1349,1937,1413,1348,1989,1417,2475,1895,1881,1863,1825,2004,1970,1888,1823,1860,1855,1855,1820,1938,2283,1993,1844,1857,1647,1894,1613,1616,1965,2011,1843,1787,2021,1996,1840,1705,1839,1914,1913,1805,1885,1839,1913,1871,1946,1991,2693,2052,2181,2367,2580,2482,2295,2340,2104,2193,2263,2066,2266,2197,2175,2176,2245,2093,1885,2278,2207,2189,2173,2324,1997,1887,2096,2178,2690,2734,2444,2239,2411,3244,2558,2527,2438,2467,2646,2869,2770,2202,2199,1955,2554,2363,2418,2254,2404,2636,2438,2247,2449,2525,2568,2294,1850,1800,1963,2243,1852,2041,2167,2129,2352,2362,2610,2371,2046,2209,2603,2613,2608,2764,2450,2811,2883,2487,2327,2246,2293,2202,2211,2562,2247,2173,2643,2368,2493,2563,2404,2218,2044,1966,1933,1990,2286,2371,2201,2971,2279,1812,2376,2449,3006,2371,2688,2680,2782,2031,2358,2974,2527,2443,2812,2413,2365,2327,2407,2649,2692,3725,1938,3255,3285,2290,2572,2568,2200,2014,2635,2403,1915,2077,1848,2446,1763,1887,1928,2082,2053,1958,2014,1966,1919,2335,1968,2387,2330,2210,2002,2055,2573,2329,2203,2147,2479,1939,2303,2325,2695,2147,2458,2694,2044,2730,2322,3373,2493,2608,2409,2407,2611,4205,2490,2730,2486,2055,2157,2085,2371,2198,2289,2569,2208,2808,2570,2527,2287,2652,2318,2134,2462,2284,2486,2490,2136,2036,2050,2613,2530,2436,2333,2364,5219,3948,2622,2722,2407,2099,2918,2430,1927,1849,1841,2637,2163,2567,5094,2972,2651,3003,2772,3526,3539,2285,2489,2365,2406,6216,2165,5862,4933,1973,2726,2687,2449,2133,3730,2167,2525,4697,2084,2406,5618,2487,1928,2011,2126,3322,8026,2092,2366,1967,2361,2331,4810,2291,2046,2005,2930,3047,3206,2409,2252,2809,7337,2813,2484,2325,2407,5148,2525,2047,3284,2490,2291,2249,4295,2281,2089,3092,4657,2483,4016,2203,2204,5784,4614,2363,3040,2650,2288,3930,2453,2125,2330,2199,2013,2888,2602,2568,2049,2206,2083,2406,2207,2082,2207,2165,2056,2516,3451,2491,3085,2692,2165,2767,2572,2441,2853,2567,2203,3732,2532,2608,2007,2242,2324,2501,1754,2085,1972,3168,1883,1882,2329,2122,2163,2012,1892,2047,1916,2215,2012,2610,2365,2052,2074,2015,1867,2074,2487,2646,2572,2688,2292,2200,2244,3171,2609,2567,2331,2562,2291,2569,2691,2410,2120,2324,2281,2452,2455,2485,2006,2884,2121,2085,2003,1765,2496,2687,2688,2245,2206,1918,2112,2351,2808,2020,2048,1769,2044,2047,1927,2079,1988,2321,2418,2436,2101,2391,2531,2237,2008,2403,2211,2528,2524,2494,2165,2163,2411,2327,2601,2450,2176,1864,1734,2226,2490,2124,1839,2276,1805,1711,1681,1840,1692,1838,1849,2014,2235,2086,1617,1763,1920,1855,2165,1924,1888,1835,1732,2116,2174,2528,2366,2490,2804,2247,1898,2506,2125,1911,2196,2893,2524,1999,1923,1848,2004,1971,1957,1955,2286,2292,2480,2331,2002,1881,2140,2445,2126,2289,1883,1975,2445,2367,1883,1769,1597,1563,1532,1558,1530,1804,1844,1970,2037,2289,2083,1576,1557,1525,1922,1847,1848,1602,1443,1395,1403,1524,1535,1561,1847,1724,1601,1493,1569,1452,1415,1397,1402,1475,1455,1567,1481,1443,1397,1380,1588,1414,1394,1379,1393,1578,1488,1519,1408,1407,1343,1392,1338,1820,1803,2046,1615,1583,1643,1602,1497,1421,1544,1580,1588,1612,1537,1522,1457,1535,1475,1345,1522,1509,1507,1506,1321,1452,1539,1389,1451,1398,1318,1359,1804,1792,1865,1313,1922,1326,1398,1380,1352,1294,1811,1291,1789,1329,1411,1364,1356,1258,1824,1304,1862,1356,1354,1348,1420,1611,1425,1320,1728,2007,1497,1424,1420,1404,1377,1476,1418,1419,1384,1421,1406,1472,1417,1415,1401,1443,1470,1369,1310,1795,1848,1859,1450,1443,1428,1523,1408,1921,1377,1422,1443,1451,1402,1559,1385,1839,1502,1974,1454,1467,1480,1489,1326,1475,1434,1420,1403,1445,1443,1452,1463,1437,1363,1304,1727,1943,1476,1904,1844,1360,1914,1414,1417,1400,1322,1798,1872,1310,1788,1788,1793,1795,1776,1909,1454,1394,1373,1361,1872,1390,1326,1290,1788,1785,1788,1710,1721,1788,1754,1751,1846,1331,1322,1332,1836,1286,1366,1318,1810,1809,1810,1839,1340,1343,1822,1767,1857,1826,1766,1813,1862,1818,1821,1814,1787,1832,1810,1805,1817,1807,1812,1799,1843,1885,1253,1827,1378,1356,1351,1342,1284,1776,1793,1743,1667,1719,1814,1844,1765,1766,1769,1755,1841,1323,1767,1851,1787,1831,1832,1833,1872,1288,1773,1730,1758,1812,1778,1805,1786,1744,1755,1768,1734,1737,1742,1749,1743,1753,1749,1725,1734,1741,1647,1760,1793,1818,1811,1813,1778,1775,1757,1719,1747,1724,1689,1684,1712,1698,1757,1720,1724,1725,1827,1817,1836,1905,1341,1766,1784,1811,1809,1783,1819,1813,1812,1799,1746,1723,1806,1812,1748,1814,1811,1812,1790,1699,1806,1745,1787,1710,1812,1821,1826,1790,1803,1753,1762,1790,1707,1747,1812,1760,1715,1784,1809,1780,1775,1789,1716,1776,1775,1820,1848,1823,1841,1372,1865,1760,1768,1767,1756,1800,1770,1782,1770,1763,1771,1783,1788,1797,1780,1783,1778,1779,1780,1775,1744,1785,1764,1825,1376,1366,1893,1374,1882,1875,1741,1818,1273,1831,1740,1767,1768,1636,1624,1619,1697,1693,1680,1633,1625,1611,1625,1770,1770,1770,1788,1740,1791,1718,1746,1725,1753,1757,1817,1740,1788,1820,1820,1820,1819,1823,1320,1818,1693,1710,1804,1803,1802,1803,1805,1804,1803,1770,1771,1788,1788,1786,1788,1788,1825,1829,1816,1697,1819,1860,1858,1859,1864,1857,1850,1851,1766,1878,1380,1358,1798,1798,1778,1771,1775,1802,1776,1781,1759,1788,1788,1788,1781,1813,1788,1790,1784,1755,1789,1788,1788,1815,1794,1753,1766,1810,1762,1762,1757,1753,1755,1804,1285,1752,1715,1767,1756,1755,1751,1754,1778,1815,1754,1749,1791,1697,1725,1724,1685,1697,1721,1683,1719,1643,1717,1735,1737,1697,1694,1739,1781,1759,1755,1760,1757,1753,1757,1697,1746,1772,1778,1766,1717,1807,1778,1781,1726,1784,1781,1754,1778,1779,1781,1779,1775,1743,1737,1708,1766,3248,2399,2109,1832,1997,1971,1726,1963,1756,2004,2252,2694,2412,2306,2665,2331,2458,2272,2244,2367,2286,2299,2310,2327,2016,2027,2021,2004,2135,2035,2009,2003,1961,1786,1963,1828,1816,1815,1823,1816,1809,1760,1766,1807,1702,1686,1680,1691,1714,1573,1649,1739,1532,1473,1523,1659,1362,1858,1860,1856,2015,1554,1515,1388,1803,1803,1802,1787,1911,1466,1372,1349,1806,1788,1969,1549,1484,1411,1449,1437,1481,1416,1388,1498,1425,1430,1418,1435,1418,1458,1386,1905,1499,1490,1468,1394,1384,1386,1384,1897,1420,1897,1454,1327,1800,1873,1447,1498,1455,1439,1371,1327,1887,1902,1845,1326,1307,1822,1321,1705,1866,1310,1802,1802,1798,1362,1305,1819,1810,1791,1822,1783,1860,1286,1816,1814,1844,1272,1771,1812,1843,1344,1320,1816,1777,1837,1305,1787,1748,1799,1837,1332,1334,1273,1761,1812,1781,1747,1829,1324,1747,1749,1792,1798,1752,1780,1776,1648,1773,1782,1786,1815,1790,1716,1788,1735,1703,1793,1784,1781,1785,1781,1770,1779,1776,1841,1745,1742,1741,1697,1748,1722,1679,1754,1796,1806,1717,1663,1722,1710,1711,1710,1683,1750,1840,1776,1773,1814,1773,1769,1730,1707,1761,1730,1722,1762,1799,1779,1785,1782,1749,1816,1779,1842,1822,1714,1834,1794,1778,1779,1754,1754,1724,1750,1774,1762,1778,1763,1763,1716,1701,1727,1777,1795,1814,1813,1808,2011,1542,1519,1564,1569,1560,1592,1827,1866,1353,1351,1359,1373,1440,1489,1497,1483,1443,1441,1441,1439,1433,1369,1413,1347,1448,1437,1442,1438,1402,1417,1403,1409,1385,1401,1380,1415,1486,1363,1749,1762,1750,1746,1867,1317,1800,1811,1306,1884,1371,1357,1352,1348,1343,1343,1274,1796,1796,1766,1756,1742,1738,1789,1788,1771,1770,1809,1295,1806,1355,1825,1877,1878,1351,1826,1835,1823,1360,1779,1810,1730,1744,1766,1766,1758,1806,1762,1763,1802,1809,1804,1273,1702,1714,1754,1686,1747,1692,1688,1707,1182,1707,1703,1694,1774,1731,1818,1764,1755,1746,1734,1792,1762,1758,1759,1806,1758,1756,1831,1518,1941,1903,1446,1519,1466,1583,1503,1440,1503,1446,1382,1386,1310,1806,1805,1815,1890,1296,1834,1337,1334,1307,1803,1862,1303,1802,1868,1311,1936,1403,1411,1377,1370,1372,1335,1336,1335,1257,1804,1781,1886,1370,1403,1349,1340,1341,1306,1810,1781,1395,1352,1354,1350,1403,1446,1447,1452,1455,1447,1315,1825,1797,1749,1747,1735,1732,1733,1731,1733,1720,1827,1304,1735,1723,1721,1720,1720,1721,1741,1746,1723,1799,1782,1779,1749,1777,1776,1779,1720,1677,1807,1745,1733,1733,1652,1698,1741,1669,1667,1678,1649,1640,1625,1621,1620,1615,1677,1627,1639,1697,1730,1708,1684,1709,1624,1619,1108,1618,1697,1798,1675,1712,1648,1680,1640,1612,1163,1723,1646,1641,1673,1630,1645,1741,1773,1716,1748,1755,1760,1691,1670,1710,1715,1825,1421,1498,1786,1935,2000,1441,1333,1940,1488,1404,1928,1400,1450,1357,1798,1748,1855,1790,1919,1489,1438,1484,1526,1532,1525,1371,1394,1403,1407,1425,1477,1348,1881,1358,1362,1355,1281,1403,1364,1364,1351,1284,1802,1867,1915,1912,1360,1354,1359,1323,1850,1322,1341,1332,1354,1380,1299,1934,1384,1270,1948,1419,1447,1333,1277,1797,1775,1832,1272,1825,1326,1794,1791,1774,1767,1771,1763,1824,1779,1837,1273,1707,1802,1297,1757,1754,1740,1753,1739,1752,1737,1885,1351,1368,1361,1352,1354,1227,1834,1336,1277,1782,1794,1857,1362,1341,1704,1744,1712,1693,1703,1675,1651,1680,1694,1685,1711,1735,1795,1750,1733,1755,1752,1787,1783,1776,1767,1771,1754,2009,1390,1736,1880,1306,1858,1889,1317,1802,1952,1306,1929,1369,1752,1786,1788,1784,1769,1932,1348,1476,1393,1472,1490,1499,1494,1502,1472,1474,1420,1421,1395,1473,1463,1468,1472,1449,1451,1477,1473,1487,1471,1384,1359,1428,1403,1446,1441,1445,1291,1786,1997,1340,3072,2099,1810,1924,2045,1926,1922,1970,2005,1932,1885,1854,1711,1851,1829,1884,1888,1658,1698,2050,1830,1723,1573,1836,1645,1823,1594,1646,1827,2000,1739,1741,1573,1753,1675,1661,1674,1447,1523,1458,1436,1431,1381,1410,1432,1424,1505,1631,1591,1429,1384,1383,1365,1449,1350,1363,1360,1359,1359,1359,1359,1369,1384,1472,1487,1496,1479,1482,1480,1473,1465,1390,1462,1475,1436,1400,1328,1400,1324,1520,1413,1414,1414,1497,1511,1443,1904,1485,1437,1385,1445,1342,1341,1340,1311,1848,1269,1775,1869,1893,1901,1392,1391,1397,1362,1479,1418,1445,1334,1822,1376,1854,1870,1420,1385,1821,1831,1380,1866,1801,1791,1791,1841,1869,1861,1382,1901,1894,1359,1327,1793,1736,1781,1832,1742,1830,1321,1770,1798,1735,1759,1724,1693,1736,1695,1674,1701,1703,1703,1689,1685,1694,1686,1761,1731,1762,1683,1709,1706,1671,1672,1699,1781,1687,1682,1686,1698,1692,1687,1708,1714,1745,1730,1736,1701,1755,1771,1788,1778,1779,1804,1770,1775,1755,1766,1745,1725,1777,1780,1773,1791,1793,1788,1790,1791,1793,1793,1725,1639,1704,1777,1937,1366,1334,1865,1311,1932,1415,1369,1396,1405,1405,1404,1405,1403,1405,1457,1321,1376,1413,1404,1435,1336,1357,1351,1327,1809,1803,1796,1921,1359,1313,1806,1802,1961,1336,1818,1304,1350,1898,1361,1842,1842,1838,2037,1556,1521,1533,1522,1506,1447,1403,1371,1355,1352,1469,1497,1455,1487,1466,1490,1425,1344,1337,1454,1464,1468,1398,1396,1342,1883,1413,1433,1424,1447,1320,1876,1351,1351,1409,1345,1780,1840,1326,1805,1772,1774,1789,1808,1796,1874,1311,1833,1376,1452,1401,1401,1410,1376,1354,1420,1442,1319,1343,1355,1343,1838,1941,1458,1444,1625,1783,1664,1606,1492,1563,1585,1574,1573,1568,1574,1654,1581,1643,1598,1566,1572,1577,1587,1588,1584,1519,1630,1790,1589,1569,1580,1569,1813,1536,1518,1458,1516,1418,1387,1377,1375,1360,1364,1360,1359,1359,1305,1853,1347,1815,1891,1449,1490,1510,1461,1454,1541,1504,1392,1458,1509,1507,1515,1571,1753,1795,1703,1787,1565,1622,2048,2139,2137,2111,2292,2115,2140,2136,2105,2141,2139,2016,2047,1989,2007,2015,1962,1883,1920,2110,1878,1882,1834,1919,1811,1888,1879,1847,2085,2005,1969,1955,2011,1892,1877,1851,2001,1891,1923,2103,2237,2220,2352,2476,2723,2322,2287,2289,2142,2235,1955,1955,1888,1857,1856,1834,1786,1912,1876,1919,1755,1619,1590,1522,1523,1759,1581,1529,1585,1498,1523,1517,1455,1426,1496,1400,1529,1519,1417,1406,1428,1405,1384,1424,1359,1356,1355,1336,1466,1351,1310,1351,1337,1350,1365,1304,1796,1810,1786,1824,1846,1304,1784,1866,1455,1687,1566,1426,1408,1316,1914,1382,1841,1831,1900,1340,1835,1775,1815,1837,1765,1813,1809,1808,1808,1792,1787,1778,1811,1793,1846,1898,1389,1390,1370,1772,1866,1831,1835,1873,1940,1431,1432,1434,1406,1322,1753,1778,1764,1883,1794,1762,1759,1753,1750,1777,1835,1306,1749,1777,1809,1820,1830,1829,1820,1803,1815,1818,1846,1347,1346,1345,1260,1763,1791,1739,1786,1778,1761,1760,1748,1735,1738,1734,1679,1738,1752,1744,1756,1738,1732,1729,1749,1700,1778,1787,1771,1811,1802,1805,1789,1799,1829,1839,1392,1380,1389,1358,1836,1816,1810,1809,1722,1780,1816,1776,1860,1827,1869,1366,1879,1380,1342,1810,1809,1780,1847,1311,1812,1810,1816,1819,1747,1780,1744,1745,1777,1775,1779,1782,1835,1810,1781,1780,1776,1781,1776,1824,1862,1286,1834,1834,1381,1378,1323,1856,1313,1822,1808,1809,1750,1837,1818,1832,1869,1865,1876,1313,1813,1763,1789,1817,1816,1792,1811,1813,1808,1807,1741,1795,1811,1811,1764,1812,1815,2036,1284,1783,1790,1815,1809,1816,1812,1815,1812,1807,1811,1808,1816,1809,1810,1814,1812,1787,1780,1774,1765,1768,1771,1757,1815,1783,1265,1757,1760,1754,1753,1752,1750,1752,1809,1705,1781,1784,1810,1767,1755,1754,1756,1752,1771,1806,1793,1713,1755,1752,1753,1752,1780,1806,1696,1819,1754,1749,1745,1751,1746,1765,1814,1804,1759,1708,1712,1657,1711,1727,1669,1737,1741,1757,1752,1753,1752,1752,1759,1750,1757,1808,1762,1763,1755,1754,1751,1757,1751,1780,1788,1789,1758,1752,1751,1751,1751,1758,1736,1795,1816,1811,1809,1851,1808,1808,1803,1848,1737,1753,1758,1754,1754,1755,1751,1750,1753,1753,1776,1795,1758,1776,1773,1776,1801,1777,1805,1778,1794,1777,1811,1845,1786,1782,1816,1806,1802,1810,1816,1812,1812,1809,1810,1775,1776,1763,1770,1764,1801,1813,1810,1813,1817,1865,1788,1706,1767,1773,1777,1769,1757,1790,1817,1828,1835,1376,1871,1869,1385,1340,1869,1320,1817,1809,1810,1827,1810,1809,1816,1790,1768,1809,1813,1811,1811,1811,1810,1817,1820,1792,1798,1810,1809,1810,1808,1809,1814,1796,1811,1818,1748,1813,1769,1785,1811,1808,1777,1761,1812,1800,1814,1815,1816,1793,1783,1709,1774,1810,1813,1809,1810,1815,1787,1799,1799,1755,1778,1757,1770,1764,1774,1750,1780,1790,1779,1778,1855,1892,1375,1803,1776,1778,1834,1865,1865,1789,1805,1803,1810,1715,1789,1660,1789,1823,1798,1783,1786,1786,1700,1825,1826,1795,1783,1781,1780,1785,1787,1677,1811,1784,1818,1792,1790,1743,1757,1750,1753,1776,1780,1795,1754,1751,1751,1756,1753,1768,1751,1669,1751,1759,1744,1756,1754,1754,1754,1753,1766,1781,1753,1708,1790,1771,1773,1752,1668,1731,1786,1761,1702,1787,1780,1771,1773,1803,1810,1792,1773,1739,1823,1801,1792,1793,1754,1770,1774,1793,1748,1792,1823,1808,1808,1820,1786,1811,1808,1767,1856,1311,1809,1810,1815,1723,1765,1810,1731,1801,1784,1785,1791,1783,1781,1785,1778,1741,1813,1788,1772,1794,1781,1883,1815,1826,1784,1857,1856,1877,1359,1843,1717,1813,1754,1745,1790,1813,1764,1763,1770,1803,1768,1771,1776,1793,1809,1766,1767,1765,1842,1769,1769,1793,1770,1772,1775,1777,1781,1753,1778,1780,1704,1784,1781,1780,1776,1780,1798,1842,1828,1678,1860,1864,1880,1365,1308,1809,1811,1810,1816,1724,1814,1814,1811,1825,1811,1813,1818,1798,1798,1309,1810,1813,1776,1776,1802,1797,1816,1810,1811,1809,1813,1811,1796,1814,1818,1773,1863,1713,1866,1366,1882,1263,1816,1855,1309,1813,1813,1765,1812,1819,1759,1796,1856,1325,1769,1813,1808,1813,1814,1772,1806,1858,1308,1689,1802,1811,1813,1812,1819,1818,1852,1309,1809,1809,1812,1811,1816,1837,1748,1753,1735,1737,1734,1746,1742,1744,1712,1744,1747,1740,1740,1740,1743,1740,1775,1686,2090,2189,1725,1885,1948,1946,1906,2135,1932,2034,1945,1905,1910,1943,1906,2099,1674,1916,1943,1780,1758,1906,1743,1742,1737,1903,1761,1740,1658,1598,1624,1652,1636,1701,1612,1599,1512,1401,1339,2030,1481,1458,1464,1458,1607,1479,1602,1556,1456,2055,1662,1970,1490,1492,1527,1594,1396,1385,1422,1424,1414,1419,1430,1410,1331,1858,1358,1981,1434,1419,1337,1337,1338,1327,1855,1418,1365,1375,1336,1500,1357,1836,1366,1367,1385,1354,1419,1788,1434,1411,1487,1499,1332,1837,1764,1816,1818,1819,1888,1335,1836,1854,1840,1355,1347,1350,1360,1400,1355,1352,1857,1922,1387,1426,1465,1405,1863,1691,1857,1398,1387,1366,1383,1396,1394,1371,1406,1412,1750,1844,1903,1404,1301,1862,1331,1353,1393,1369,1369,1336,1287,1781,1831,1326,1837,1312,1789,1763,1763,1760,1763,1764,1762,1738,1863,1789,1813,1809,1779,1813,1815,1819,1728,1770,1800,1862,1835,1832,1376,1385,1386,1388,1830,1816,1814,1812,1816,1793,1813,1810,1809,1762,1816,1814,1809,1812,1811,1809,1808,1814,1741,1792,1816,1810,1808,1810,1810,1814,1811,1766,1845,1778,1780,1767,1769,1749,1789,1774,1849,1283,1771,1755,1769,1830,1780,1781,1783,1793,1894,1275,1807,1803,1811,1777,1737,1733,1701,1729,1734,1816,1865,1880,1366,1800,1784,1711,1805,1814,1811,1813,1811,1816,1809,1808,1780,1818,1819,1859,1859,1860,1856,1856,1864,1850,1796,1774,1787,1796,1806,1803,1771,1756,1775,1742,1778,1719,1723,1772,1805,1770,1737,1777,1783,1819,1761,1715,1776,1767,1767,1770,1814,1701,1741,1681,1650,1723,1693,1691,1765,1772,1756,1794,1832,1778,1810,1840,1802,1807,1727,1780,1813,1730,1742,1782,1810,1809,1818,1829,1834,1385,1750,1798,1706,1797,1771,1752,1797,1302,1757,1758,1758,1756,1760,1756,1756,1696,1791,1786,1788,1806,1745,1742,1773,1782,1732,1735,1743,1741,1832,1774,1774,1764,1810,1779,1821,1775,1802,1792,1780,1751,1754,1810,1840,1816,1797,1859,1868,1376,1844,1781,1777,1849,1306,1809,1813,1810,1770,1810,1852,1311,1767,1822,1775,1774,1775,1771,1818,1779,1805,1805,1817,1833,1835,1866,1369,1864,1881,1372,1867,1817,1819,1808,1814,1818,1808,1810,1813,1807,1825,1811,1810,1811,1760,1813,1813,1812,1717,1825,1753,1745,1778,1776,1770,1771,1745,1813,1774,1783,1773,1788,1787,1774,1772,1777,1839,1877,1781,1782,1767,1776,1774,1782,1780,1849,1326,1798,1775,1774,1775,1789,1786,1787,1787,1867,1785,1829,1833,1371,1869,1864,1871,1363,1824,1783,1818,1812,1814,1818,1813,1816,1821,1832,1763,1855,1874,1381,1374,1368,1847,1849,1832,1311,1765,1809,1809,1854,1310,1815,1782,1807,1815,1823,1812,1853,1309,1812,1813,1709,1716,1744,1762,1738,1723,1780,1764,1772,1682,1744,1776,1774,1776,1779,1765,1762,1769,1714,1853,1312,1812,1811,1836,1307,1810,1810,1716,1782,1821,1776,1775,1779,1776,1774,1777,1831,1786,1811,1776,1784,1773,1751,1803,1788,1860,1819,1370,1378,1367,1866,1880,1318,1848,1820,1864,1311,1819,1809,1809,1814,1818,1815,1817,1777,1826,1700,1798,1767,1767,1764,1759,1751,1791,1806,1750,1800,1762,1760,1753,1785,1789,1776,1756,1725,1748,1828,1773,1771,1771,1773,1760,1783,1698,1723,1801,1752,1752,1745,1761,1835,1785,1748,1783,1783,1783,1803,1789,1764,1748,1802,1691,1752,1787,1787,1777,1755,1685,1665,1778,1801,1775,1771,1763,1764,1735,1769,1760,1851,1815,1770,1769,1763,1764,1739,1766,1785,1840,1797,1776,1770,1768,1762,1693,1765,1805,1743,1768,1776,1776,1767,1767,1718,1766,1878,1769,1842,1774,1783,1785,1804,1801,1795,1774,1773,1776,1775,1778,1781,1781,1803,1781,1760,1812,1779,1775,1779,1781,1780,1789,1772,1845,1867,1760,1865,1861,1879,1372,1868,1866,1869,1816,1805,1829,1854,1857,1866,1857,1851,1907,1364,1861,1809,1771,1806,1807,1808,1741,1680,1763,1790,1818,1767,1770,1769,1769,1764,1803,1770,1810,1731,1865,1871,1864,1862,1861,1870,1381,1377,1384,1274,1789,1783,1782,1782,1744,1772,1775,1781,1780,1781,1781,1781,1782,1743,1795,1781,1786,1784,1788,1782,1782,1783,1781,1766,1775,1283,1806,1775,1780,1806,1805,1730,1730,1773,1806,1788,1809,1764,1763,1821,1769,1803,1783,1737,1762,1766,1715,1834,1786,1770,1807,1864,1790,1812,1766,1825,1814,1871,1869,1876,1364,1840,1380,1312,1812,1773,1817,1800,1748,1709,1742,1742,1834,1311,1811,1810,1811,1810,1818,1811,1809,1808,1808,1809,1813,1810,1811,1775,1789,1795,1813,1809,1811,1724,1810,1817,1830,1789,1814,1819,1819,1816,1792,1782,1811,1831,1732,1869,1875,1869,1373,1321,1856,1315,1816,1275,1734,1809,1811,1817,1860,1298,1810,1811,1796,1767,1812,1813,1809,1850,1276,1744,1783,1765,1720,1763,1810,1812,1822,1287,1808,1717,1719,1779,1818,1831,1868,1879,1805,1867,1810,1881,1315,1825,1821,1810,1826,1812,1811,1814,1794,1851,1824,1871,1369,1871,1366,1366,1840,1375,1324,1858,1840,1779,1776,1776,1781,1773,1779,1734,1784,1786,1785,1786,1785,1787,1787,1780,1800,1783,1758,1783,1774,1782,1768,1774,1784,1786,1838,1381,1869,1863,1877,1846,1812,1816,1824,1780,1778,1781,1777,1775,1786,1778,1831,1830,1332,1820,1819,1827,1865,1882,1379,1872,1865,1863,1864,1872,1354,1310,1815,1811,1814,1715,1781,1762,1786,1814,1814,1821,1809,1811,1814,1811,1815,1799,1813,1810,1813,1810,1809,1865,1310,1814,1803,1809,1811,1808,1809,1813,1773,1804,1809,1774,1783,1814,1814,1810,1811,1859,1810,1858,1829,1851,1858,1860,1866,1851,1859,1860,1823,1754,1862,1863,1864,1869,1385,1883,1375,1372,1819,1775,1813,1811,1809,1814,1832,1313,1811,1809,1818,1812,1810,1810,1814,1709,1780,1810,1814,1808,1813,1812,1808,1812,1828,1831,1844,1867,1869,1870,1370,1369,1379,1318,1806,1853,1311,1809,1810,1741,1811,1808,1812,1789,1744,1810,1810,1809,1878,1319,1816,1814,1773,1791,1818,1831,1865,1825,1842,1818,1815,1772,1810,1810,1770,1772,1823,1250,1867,1327,1279,1835,1276,1768,1773,1776,1779,1753,1757,1795,1804,1776,1780,1777,1779,1779,1776,1782,1780,1797,1836,1873,1386,1379,1392,1374,1378,1317,1884,1300,1811,1809,1811,1815,1812,1811,1813,1812,1814,1860,1752,1752,1750,1794,1786,1779,1780,1774,1775,1781,1789,1779,1779,1785,1778,1764,1811,1811,1830,1836,1371,1385,1365,1863,1873,1373,1877,1340,1818,1795,1817,1354,1854,1309,1815,1769,1294,1815,1809,1339,1822,1811,1811,1812,1815,1774,1800,1812,1811,1812,1809,1809,1810,1809,1763,1750,1777,1744,1775,1771,1772,1767,1786,1848,1302,1756,1756,1756,1756,1757,1758,1748,1670,1745,1782,1758,1756,1757,1757,1757,1749,1743,1775,1779,1775,1773,1779,1787,1786,1780,1780,1899,1770,1809,1857,1826,1879,1380,1380,1379,1316,1811,1824,1795,1817,1811,1811,1817,1799,1809,1810,1768,1813,1809,1817,1812,1809,1789,1799,1829,1805,1819,1312,1810,1814,1813,1846,1319,1794,1813,1763,1814,1812,1810,1812,1763,1827,1815,1793,1784,1811,1810,1808,1808,1816,1811,1809,1817,1770,1785,1821,1810,1812,1813,1809,1809,1817,1809,1816,1808,1811,1812,1768,1835,1784,1772,1757,1780,1768,1787,1780,1773,1774,1773,1776,1782,1761,1817,1773,1777,1841,1310,1781,1785,1787,1773,1775,1772,1776,1813,1871,1371,1875,1368,1864,1798,1870,1370,1835,1825,1865,1868,1368,1375,1369,1819,1858,1870,1826,1788,1799,1776,1773,1782,1780,1779,1836,1327,1777,1774,1787,1785,1778,1788,1689,1844,1815,1866,1864,1374,1875,1370,1864,1879,1382,1754,1772,1774,1782,1808,1751,1740,1741,1704,1837,1815,1831,1867,1371,1370,1875,1367,1876,1247,1771,1816,1794,1819,1810,1809,1808,1810,1830,1313,1809,1810,1812,1810,1816,1810,1811,1777,1781,1811,1812,1812,1808,1809,1809,1810,1700,1767,1813,1809,1815,1817,1796,1809,1817,1802,1858,1788,1860,1858,1858,1863,1803,1741,1660,1676,1710,1682,1658,1665,1654,1624,1596,1724,1785,1713,1734,1693,1765,1805,1805,1803,1732,1759,1810,1752,1843,1781,1774,1778,1779,1773,1793,1780,1736,1804,1777,1801,1782,1786,1783,1788,1776,1774,1774,1796,1778,1781,1785,1792,1710,1835,1817,1879,1365,1875,1369,1858,1826,1810,1811,1819,1749,1810,1813,1808,1812,1807,1783,1761,1766,1762,1723,1752,1729,1696,1720,1736,1726,1732,1656,1671,1683,1642,1658,1665,1658,1734,1686,1766,1669,1668,1685,1693,1699,1683,1728,1817,1732,1702,1662,1648,1631,1622,1636,1612,1623,1621,1733,1697,1681,1782,1727,1744,1726,1732,1700,1701,1722,1700,1675,1710,1696,1779,1741,1739,1732,1741,1785,1770,1742,1772,1773,1782,1823,1780,1751,1743,1783,1803,1789,1796,1835,1777,1734,1827,1807,1801,1841,1813,1801,1811,1812,1813,1812,1810,1811,1810,1773,1839,1686,1770,1803,1745,1735,1728,1801,1716,1763,1752,1756,1795,1756,1753,1754,1752,1741,1770,1711,1725,1724,1730,1752,1780,1796,1791,1822,1813,1756,1744,1750,1753,1746,1749,1685,1766,1873,1690,1701,1812,1246,1753,1733,1754,1748,1746,1778,1770,1807,1805,1807,1733,1771,1773,1791,1776,1777,1746,1812,1775,1768,1797,1784,1791,1844,1773,1773,1773,1780,1773,1852,1387,1822,1781,1864,1881,1374,1345,1826,1835,1801,1776,1817,1794,1813,1824,1824,1704,1776,1703,1738,1731,1637,1670,1799,1782,1730,1801,1365,1867,1809,1729,1813,1782,1805,1822,1788,1773,1768,1769,1763,1767,1774,1779,1816,1737,1780,1783,1782,1778,1778,1773,1779,1784,1782,1865,1818,1832,1870,1376,1799,1870,1876,1391,1850,1341,1783,1812,1809,1820,1822,1816,1797,1780,1852,1308,1809,1810,1798,1707,1795,1772,1761,1713,1767,1767,1790,1769,1769,1785,1798,1824,1714,1774,1782,1785,1778,1787,1785,1788,1824,1747,1789,1760,1825,1774,1787,1804,1759,1798,1746,1801,1781,1827,1776,1833,1779,1743,1776,1743,1732,1808,1811,1811,1810,1806,1817,1785,1710,1743,1712,1713,1713,1721,1706,1722,1732,1651,1711,1682,1717,1729,1726,1683,1725,1759,1724,1726,1722,1723,1723,1697,1710,1739,1760,1769,1770,1768,1806,1805,1779,1735,1752,1765,1809,1803,1784,1760,1807,1766,1726,1760,1782,1701,1769,1770,1772,1768,1817,1792,1676,1761,1790,1810,1763,1771,1767,1768,1808,1826,1734,1780,1796,1749,1744,1758,1759,1773,1790,1793,1812,1748,1816,1810,1768,1770,1787,1813,1824,1373,1340,1834,1321,1811,1813,1823,1812,1272,1828,1824,1376,1820,1753,1777,1773,1755,1748,1776,1808,1770,1691,1759,1804,1767,1733,1797,1713,1711,1714,1733,1770,1722,1712,1704,1710,1707,1706,1704,1710,1761,1775,1671,1705,1665,1749,1708,1710,1756,1706,1746,1708,1702,1775,1733,1726,1763,1774,1751,1741,1742,1740,1777,1743,1717,1751,1737,1726,1700,1703,1687,1676,1764,1742,1742,1746,1752,1738,1696,1735,1719,1772,1721,1727,1664,1697,1738,1761,1688,1705,1736,1766,1757,1744,1743,1745,1744,1745,1759,1749,1747,1744,1799,1771,1812,1809,1825,1717,1773,1749,1757,1789,1734,1722,1726,1754,1703,1736,1815,1792,1813,1747,1814,1764,1764,1813,1746,1801,1796,1759,1702,1731,1809,1818,1788,1769,1817,1811,1810,1774,1815,1811,1810,1743,1740,1741,1767,1727,1709,1794,1757,1785,1715,1756,1696,1754,1774,1790,1744,1744,1732,1777,1794,1746,1839,1795,1812,1813,1817,1809,1812,1812,1809,1812,1809,1771,1810,1811,1811,1775,1763,1810,1811,1812,1811,1808,1811,1819,1756,1778,1778,1684,1761,1702,1720,1739,1730,1714,1744,1720,1720,1714,1680,1711,1735,1707,1780,1764,1750,1767,1722,1758,1753,1763,1743,1764,1661,1760,1739,1747,1737,1741,1743,1740,1692,1748,1740,1742,1780,1774,1802,1775,1821,1674,1763,1754,1823,1818,1762,1772,1775,1777,1732,1850,1751,1775,1761,1744,1734,1817,1825,1773,1793,1873,1373,1373,1813,1761,1811,1814,1797,1833,1858,1874,1360,1832,1813,1686,1760,1747,1766,1794,1776,1776,1773,1778,1779,1773,1754,1797,1790,1775,1825,1789,1852,1789,1765,1853,1824,1769,1766,1766,1788,1893,1362,1803,1805,1872,1755,1774,1792,1756,1719,1769,1759,1769,1749,1864,1757,1801,1776,1773,1791,1802,1810,1808,1685,1708,1686,1739,1732,1771,1734,1730,1726,1665,1801,1772,1772,1781,1747,1777,1758,1789,1800,1825,1760,1770,1777,1696,1716,1810,1752,1860,1373,1792,1823,1867,1864,1870,1369,1376,1845,1784,1759,1748,1818,1313,1812,1871,1748,1778,1759,1709,1743,1754,1755,1751,1815,1297,1757,1769,1855,1733,1726,1767,1742,1788,1783,1754,1749,1736,1741,1746,1750,1739,1827,1786,1732,1733,1759,1771,1752,1753,1753,1759,1788,1753,1709,1816,1764,1686,1737,1680,1687,1662,1686,1666,1661,1656,1689,1767,1672,1731,1814,1762,1769,1774,1780,1768,1805,1777,1736,1798,1825,1289,1793,1790,1788,1779,1749,1801,1758,1764,1758,1757,1756,1757,1756,1751,1766,1863,1758,1756,1695,1732,1715,1654,1727,1685,1695,1670,1688,1725,1722,1711,1707,1705,1732,1754,1709,1712,1708,1682,1715,1708,1701,1667,1697,1672,1812,1758,1759,1796,1754,1752,1753,1751,1760,1709,1695,1757,1759,1769,1753,1801,1830,1851,1784,1772,1775,1783,1793,1810,1764,1728,1740,1713,1708,1716,1714,1733,1716,1766,1797,1803,1793,1773,1774,1779,1784,1707,1821,1803,1777,1785,1787,1778,1773,1774,1779,1738,1741,1717,1740,1740,1745,1719,1695,1676,1686,1698,1685,1686,1683,1678,1687,1679,1676,1706,1685,1676,1783,1786,1775,1791,1777,1775,1704,1724,1699,1698,1652,1698,1684,1693,1699,1769,1701,1686,1697,1699,1770,1700,1701,1692,1719,1721,1671,1673,1818,1698,1700,1698,1693,1712,1686,1711,1776,1758,1776,1769,1774,1734,1724,1781,1809,1773,1811,1797,1770,1816,1742,1841,1239,1775,1774,1821,1779,1778,1717,1808,1841,1785,1784,1782,1798,1785,1782,1720,1742,1768,1816,1802,1803,1803,1801,1800,1803,1737,1689,1745,1742,1741,1803,1804,1804,1803,1784,1713,1779,1804,1802,1803,1802,1816,1313,1850,1868,1822,1753,1797,1785,1784,1781,1772,1779,1780,1887,1742,1749,1743,1738,1775,1774,1778,1734,1849,1820,1826,1310,1871,1394,1382,1885,1285,1779,1867,1316,1800,1813,1810,1786,1668,1698,1708,1725,1721,1712,1710,1745,1782,1775,1716,1652,1789,1762,1782,1768,1752,1751,1750,1740,1795,1765,2000,1737,1748,1783,1745,1768,1743,1743,1766,1747,1813,1827,1811,1808,1814,1811,1742,1758,1869,1326,1810,1811,1814,1812,1813,1810,1787,1808,1812,1744,1791,1809,1811,1816,1779,1788,1809,1769,1816,1812,1812,1813,1815,1703,1809,1796,1713,1785,1809,1812,1811,1816,1859,1288,1810,1816,1816,1809,1809,1814,1814,1702,1766,1777,1835,1767,1808,1812,1810,1817,1710,1783,1783,1778,1750,1794,1765,1796,1751,1785,1839,1773,1773,1786,1781,1785,1758,1815,1843,1872,1378,1372,1371,1870,1811,1844,1340,1909,1277,1779,1811,1767,1750,1698,1750,1738,1754,1710,1707,1732,1647,1699,1694,1692,1692,1680,1694,1675,1671,1663,1684,1653,1684,1706,1719,1747,1729,1719,1701,1715,1711,1710,1710,1697,1693,1716,1730,1774,1759,1691,1709,1755,1734,1772,1779,1812,1810,1810,1811,1812,1776,1701,1706,1718,1799,1777,1801,1790,1796,1781,1779,1795,1815,1823,1864,1864,1880,1364,1342,1821,1720,1795,1813,1812,1812,1809,1816,1818,1706,1738,1697,1792,1793,1816,1810,1810,1809,1812,1774,1743,1741,1811,1785,1837,1813,1809,1817,1804,1712,1804,1752,1730,1765,1757,1680,1689,1721,1675,1697,1773,1770,1788,1773,1749,1738,1785,1800,1730,1740,1738,1733,1668,1727,1721,1772,1795,1755,1717,1733,1733,1749,1807,1754,1790,1785,1754,1706,1756,1727,1707,1792,1755,1738,1847,1721,1674,1734,1643,1675,1733,1717,1724,1843,1764,1840,1753,1782,1776,1784,1782,1834,1865,1385,1848,1861,1864,1863,1868,1824,1786,1855,1799,1733,1727,1713,1710,1710,1706,1745,1763,1758,1784,1755,1743,1729,1772,1761,1710,1701,1756,1753,1755,1756,1754,1754,1791,1762,1822,1752,1751,1752,1752,1730,1683,1754,1763,1793,1752,1755,1752,1756,1782,1705,1760,1779,1793,1817,1803,1812,1735,1684,1671,1701,1718,1714,1710,1717,1705,1705,1706,1733,1727,1727,1714,1727,1673,1684,1710,1692,1720,1731,1723,1699,1749,1786,1789,1774,1729,1726,1755,1679,1738,1717,1719,1713,1697,1635,1641,1666,1651,1642,1662,1713,1680,1675,1779,1802,1825,1764,1790,1911,1291,1838,1268,1832,1350,1356,1339,1783,1905,1383,1412,1439,1389,1422,1413,1443,1439,1400,1306,1346,1303,1774,1825,1787,1720,1767,1820,1412,1317,1519,1939,1394,1537,1492,1436,1515,1519,1496,1407,1417,1424,1421,1845,1872,1382,1375,1369,1372,1348,1352,1311,1796,1875,1325,1792,1824,1789,1779,1739,1747,1709,1705,1699,1750,1714,1722,1662,1731,1698,1698,1698,1690,1727,1742,1734,1749,1738,1736,1738,1738,1707,1743,1761,2889,2511,2515,2272,2213,1977,2542,2338,2513,2564,2276,2232,2196,2109,2201,1978,2368,2282,2245,1994,1983,1973,1931,1955,1923,1592,1665,1726,1639,2111,1551,1522,1666,1601,2007,1437,1438,1420,1427,1623,1475,1467,1487,1479,1463,1460,1378,1860,1858,1947,1359,1962,1466,1859,1963,1381,1844,1871,1851,2000,1942,1440,1626,1623,1585,1376,1362,1359,1360,1363,1383,1529,1397,1923,1429,1390,1329,1305,1798,1797,1828,1337,1266,1811,1816,1899,1376,1882,1405,1346,1314,1820,1784,1406,1419,1785,1762,1786,1759,1762,1761,1758,1786,1793,1788,1869,1825,1783,1789,1891,1782,1809,1748,1808,1752,1790,1829,1804,1793,1746,1700,1768,1770,1794,1787,1787,1812,1815,1815,1792,1784,1819,1276,1775,1790,1710,1745,1674,1742,1745,1751,1746,1765,1762,1801,1757,1776,1765,1764,1763,1763,1758,1753,1706,1810,1248,1747,1797,1740,1781,1750,1744,1738,1841,1847,1818,1778,1774,1807,1765,1713,1708,1640,1624,1629,1634,1615,1698,1756,1669,1693,1650,1666,1693,1695,1673,1705,1687,1793,1773,1832,1753,1782,1775,1775,1775,1728,1776,1690,1788,1723,1729,1711,1710,1709,1707,1730,1774,1705,1728,1713,1731,1697,1745,1707,1706,1667,1707,1767,1727,1738,1705,1663,1708,1706,1708,1706,1700,1814,1738,1744,1735,1734,1734,1735,1736,1794,1768,1761,1718,1779,1764,1776,1775,1819,1817,1771,1771,1773,1777,1769,1774,1836,1283,1779,1784,1780,1797,1860,1779,1846,1884,1378,1795,1761,1771,1770,1808,1819,1792,1809,1812,1777,1804,1814,1745,1727,1685,1766,1772,1735,1764,1752,1755,1732,1747,1750,1756,1826,1735,1776,1789,1729,1728,1729,1723,1763,1781,1851,1792,1768,1703,1791,1744,1753,1771,1767,1749,1749,1732,1757,1768,1798,1754,1768,1756,1751,1736,1677,1739,1691,1809,1784,1783,1806,1733,1777,1757,1757,1811,1243,1775,1755,1754,1753,1749,1754,1761,1750,1692,1760,1757,1752,1755,1669,1767,1761,1757,1725,1681,1781,1754,1753,1781,1808,1754,1753,1791,1733,1756,1754,1753,1762,1795,1756,1753,1751,1764,1779,1808,1768,1778,1790,1758,1751,1751,1751,1771,1756,1755,1806,1712,1752,1757,1754,1755,1739,1790,1754,1670,1739,1732,1728,1684,1780,1754,1798,1790,1679,1732,1801,1763,1710,1794,1753,1732,1834,1744,1756,1758,1771,1759,1753,1754,1762,1793,1743,1767,1709,1795,1774,1774,1788,1774,1750,1831,1349,1771,1773,1844,1813,1751,1781,1797,1862,1768,1852,1880,1384,1339,1856,1311,1811,1788,1318,1309,1748,1796,1728,1715,1768,1767,1763,1789,1839,1312,1811,1767,1724,1722,1721,1791,1722,1777,1796,1797,1821,1317,1810,1782,1739,1704,1723,1771,1767,1776,1770,1719,1727,1710,1713,1744,1691,1747,1773,1742,1760,1763,1762,1719,1766,1818,1799,1817,1810,1812,1816,1781,1796,1789,1809,1827,1782,1812,1810,1809,1785,1750,1792,1810,1738,1852,1311,1810,1746,1792,1759,1796,1818,1809,1852,1311,1812,1812,1710,1751,1808,1796,1811,1719,1724,1723,1791,1815,1828,1810,1809,1818,1741,1779,1811,1812,1812,1775,1880,1803,1700,1738,1763,1801,1749,1753,1757,1704,1768,1767,1719,1778,1798,1782,1778,1712,1803,1744,1764,1713,1781,1816,1854,1330,1793,1767,1762,1763,1771,1761,1696,1745,1765,1735,1737,1733,1719,1732,1743,1700,1707,1739,1759,1783,1810,1809,1807,1810,1808,1800,1775,1722,1788,1817,1830,1867,1867,1378,1367,1361,1314,1851,1311,1820,1786,1813,1812,1809,1810,1814,1670,1797,1808,1816,1791,1818,1810,1814,1813,1815,1814,1812,1791,1716,1724,1725,1723,1686,1673,1754,1780,1773,1818,1819,1813,1810,1817,1714,1789,1813,1812,1808,1810,1826,1745,1737,1712,1746,1741,1792,1823,1812,1813,1808,1810,1765,1783,1812,1808,1809,1810,1809,1810,1812,1708,1819,1815,1793,1812,1810,1810,1812,1814,1780,1702,1751,1788,1785,1774,1766,1763,1762,1700,1783,1773,1769,1772,1785,1789,1746,1824,1825,1718,1817,1811,1811,1812,1810,1813,1823,1746,1682,1825,1812,1802,1784,1819,1811,1812,1833,1793,1814,1809,1709,1830,1814,1817,1809,1774,1808,1807,1812,1750,1788,1809,1811,1812,1775,1812,1767,1820,1747,1795,1808,1811,1812,1797,1872,1771,1797,1709,1827,1767,1770,1773,1860,1773,1782,1781,1742,1779,1792,1788,1838,1828,1755,1780,1701,1718,1751,1776,1789,1839,1791,1760,1777,1780,1737,1808,1759,1755,1749,1782,1793,1759,1753,1715,1796,1754,1756,1750,1779,1764,1775,1772,1765,1796,1809,1813,1804,1834,1772,1784,1725,1758,1768,1772,1776,1773,1800,1819,1774,1799,1754,1869,1869,1863,1850,1791,1857,1818,1842,1276,1750,1802,1813,1820,1809,1805,1809,1812,1844,1315,1834,1811,1817,1793,1768,1777,1774,1740,1725,1778,1766,1775,1767,1776,1764,1806,2012,1558,1504,1508,1525,1460,1503,1564,1549,1547,1505,1540,1583,1360,1971,1487,2020,2073,1575,1590,1573,1485,1354,1389,1351,1408,1337,1335,1335,1335,1335,1336,1371,1353,1790,1790,1818,1291,1783,1851,1317,1803,1819,1823,1802,1818,1774,1846,1410,1867,1872,1392,1858,1856,1847,1367,1410,1839,1836,1836,1804,1835,1812,1898,1439,1325,1836,1821,1825,1827,1362,1828,1830,1859,1806,1817,1805,1820,1778,1791,1800,1911,1781,1774,1852,1810,1804,1778,1810,1790,1738,1843,1326,1794,1765,1759,1694,1795,1779,1772,1775,1714,1807,1782,1781,1740,1854,1834,1785,1769,1774,1843,1378,1804,1826,1814,1842,1794,1816,1781,1755,1797,1772,1748,1781,1778,1830,1338,1757,1849,1819,1839,1387,1359,1849,1859,1351,1315,1810,1813,1816,1794,1752,1791,1813,1314,1812,1766,1813,1846,1822,1312,1824,1816,1747,1798,1708,1833,1813,1813,1812,1807,1816,1820,1806,1775,1819,1792,1774,1810,1809,1814,1815,1810,1810,1816,1810,1739,1810,1808,1814,1781,1792,1810,1822,1812,1799,1788,1812,1810,1785,1724,1734,1737,1783,1795,1814,1815,1811,1811,1811,1811,1819,1815,1818,1810,1812,1812,1772,1784,1810,1809,1821,1809,1774,1812,1812,1814,1769,1768,1772,1767,1769,1778,1787,1782,1787,1778,1780,1781,1779,1777,1779,1779,1779,1747,1827,1873,1371,1875,1870,1870,1375,1818,1815,1865,1870,1845,1345,1830,1813,1810,1817,1820,1804,1863,1858,1858,1859,1849,1774,1737,1791,1683,1801,1772,1770,1806,1773,1769,1719,1810,1756,1815,1804,1770,1807,1774,1807,1739,1836,1323,1769,1806,1808,1771,1738,1806,1734,1814,1804,1770,1809,1805,1774,1731,1807,1733,1667,1761,1775,1776,1775,1778,1721,1788,1769,1824,1787,1784,1774,1775,1795,1720,1780,1770,1726,1721,1740,1732,1740,1723,1732,1728,1718,1691,1774,1726,1731,1765,1761,1821,1260,1758,1765,1820,1755,1800,1819,1863,1768,1761,1755,1774,1806,1763,1738,1790,1753,1748,1745,1745,1758,1759,1748,1735,1764,1815,1784,1812,1814,1703,1789,1810,1723,1849,1308,1814,1810,1812,1718,1784,1821,1800,1839,1749,1746,1744,1750,1830,1331,1774,1789,1859,1303,1773,1782,1780,1846,1822,1866,1833,1859,1860,1870,1358,1849,1858,1854,1873,1797,1773,1731,1807,1741,1735,1850,1272,1790,1793,1813,1764,1824,1826,1342,1815,1772,1781,1786,1796,1767,1711,1841,1815,1865,1782,1785,1772,1821,1777,1823,1920,1276,1809,1787,1778,1725,1776,1776,1773,1707,1809,1740,1796,1756,1719,1791,1756,1753,1754,1829,1767,1818,1756,1716,1796,1755,1756,1762,1763,1773,1754,1756,1785,1786,1753,1753,1755,1677,1809,1760,1777,1802,1835,1837,1772,1808,1751,1722,1789,1814,1842,1797,1806,1834,1383,1289,1671,1816,1774,1727,1736,1774,1779,1780,1828,1803,1835,1783,1767,1728,1776,1773,1773,1776,1839,1855,1857,1876,1237,1861,1856,1852,1808,1854,1817,1777,1789,1779,1775,1773,1781,1758,1831,1832,1795,1774,1779,1750,1775,1773,1710,1846,1874,1368,1865,1865,1862,1312,1811,1827,1791,1858,1314,1791,1772,1807,1812,1810,1815,1825,1803,1777,1789,1771,1817,1793,1773,1786,1778,1830,1777,1792,1742,1780,1776,1773,1786,1853,1807,1864,1805,1827,1365,1865,1869,1376,1796,1744,1738,1732,1684,1689,1743,1745,1740,1707,1744,1740,1742,1826,1829,1822,1856,1868,1867,1362,1857,1834,1835,1761,1770,1770,1734,1729,1827,1774,1773,1774,1691,1800,1773,1789,1831,1323,1775,1782,1776,1774,1776,1776,1768,1754,1781,1779,1787,1783,1775,1748,1786,1783,1729,1783,1773,1773,1776,1776,1824,1815,1780,1712,1828,1775,1782,1783,1781,1786,1780,1778,1843,1785,1774,1775,1773,1773,1784,1767,1779,1881,1817,1862,1380,1361,1791,1743,1821,1852,1813,1771,1809,1774,1775,1763,1819,1773,1736,1799,1810,1770,1768,1769,1700,1766,1766,1694,1784,1859,1368,1863,1868,1408,1343,1818,1853,1281,1699,1804,1819,1835,1368,1755,1831,1841,1342,1756,1867,1316,1815,1794,1801,1792,1814,1343,1821,1812,1818,1810,1813,1810,1808,1813,1810,1811,1843,1376,1373,1820,1856,1316,1809,1850,1309,1720,1768,1840,1817,1826,1865,1867,1875,1371,1868,1873,1833,1381,1377,1314,1811,1812,1812,1816,1264,1802,1759,1822,1766,1746,1771,1787,1789,1789,1779,1775,1775,1775,1704,1780,1786,1777,1801,1750,1753,1798,1800,1786,1787,1781,1777,1712,1803,1758,1815,1761,1757,1764,1753,1755,1667,1796,1759,1714,1771,1778,1773,1775,1799,1824,1794,1776,1787,1776,1796,1856,1804,1803,1834,1355,1770,1776,1773,1745,1762,1794,1780,1766,1773,1776,1779,1781,1787,1775,1780,1780,1791,1813,1821,1838,1374,1299,1875,1375,1369,1884,1340,1325,1809,1812,1811,1763,1811,1813,1816,1716,1778,1810,1810,1809,1717,1809,1811,1810,1770,1817,1780,1776,1744,1765,1774,1776,1775,1829,1726,1775,1774,1782,1836,1776,1775,1777,1785,1725,1775,1773,1781,1845,1759,1797,1777,1776,1858,1780,1775,1788,1752,1787,1792,1852,1788,1808,1767,1772,1762,1696,1803,1808,1788,1863,1773,1759,1755,1754,1703,1800,1738,1798,1673,1675,1756,1731,1725,1724,1728,1749,1728,1653,1709,1726,1730,1722,1685,1726,1724,1696,1705,1742,1730,1718,1710,1709,1646,1722,1706,1643,1757,1716,1709,1707,1705,1706,1721,1706,1741,1707,1720,1795,1652,1620,1621,1650,1701,1782,1768,1791,1749,1837,1367,1847,1381,1307,1815,1822,1783,1717,1884,1831,1866,1865,1865,1871,1871,1363,1781,1830,1823,1880,1369,1868,1373,1879,1827,1367,1317,1818,1810,1811,1748,1800,1773,1789,1811,1752,1819,1811,1813,1702,1803,1834,1807,1749,1767,1790,1766,1744,1755,1813,1745,1706,1775,1713,1760,1760,1753,1777,1782,1738,1794,1786,1684,1722,1753,1713,1710,1715,1694,1804,1797,1770,1841,1777,1767,1769,1768,1861,1778,1848,1811,1813,1732,1773,1814,1761,1882,1772,1767,1768,1774,1722,1773,1775,1844,1746,1755,1773,1761,1808,1769,1772,1773,1845,1270,1787,1780,1756,1808,1780,1733,1807,1769,1812,1824,1776,1760,1817,1774,1783,1783,1782,1794,1818,1793,1756,1774,1770,1772,1773,1855,1295,1807,1807,1765,1802,1807,1807,1744,1845,1692,1803,1788,1812,1769,1769,1765,1762,1765,1817,1724,1774,1778,1771,1773,1783,1775,1756,1715,1767,1805,1698,1777,1662,1674,1692,1713,1677,1775,1773,1771,1770,1728,1813,1806,1752,1742,1764,1806,1806,1804,1805,1806,1805,1734,1668,1756,1795,1811,1783,1766,1770,1768,1769,1892,1310,1768,1769,1774,1810,1805,1768,1742,1737,1718,1759,1773,1772,1804,1804,1805,1731,1791,1720,1745,1720,1721,1721,1722,1723,1681,1735,1713,1728,1785,1778,1806,1767,1769,1768,1932,1313,1764,1765,1768,1766,1769,1767,1764,1861,1804,1818,1706,1773,1766,1767,1845,1878,1412,1838,1809,1835,1838,1844,1812,1810,1815,1791,1813,1814,1796,1819,1813,1808,1809,1809,1776,1828,1815,1812,1768,1815,1811,1810,1822,1707,1789,1812,1823,1772,1810,1812,1813,1812,1726,1787,1794,1813,1750,1795,1828,1811,1816,1789,1811,1808,1826,1789,1782,1809,1813,1786,1752,1805,1811,1810,1809,1815,1815,1808,1763,1763,1802,1808,1810,1820,1812,1811,1812,1714,1694,1818,1811,1810,1816,1772,1822,1810,1711,1784,1813,1809,1809,1816,1845,1784,1812,1749,1787,1865,1771,1797,1771,1772,1750,1747,1701,1896,1307,1774,1782,1783,1778,1731,1797,1745,1721,1817,1779,1783,1783,1776,1773,1794,1720,1846,1377,1774,1780,1776,1311,1749,1777,1809,1756,1778,1762,1751,1707,1761,1774,1774,1783,1763,1829,1771,1771,1716,1755,1775,1841,1748,1836,1817,1775,1773,1767,1814,1773,1774,1829,1793,1820,1816,1838,1393,1365,1372,1372,1869,1873,1862,1313,1816,1756,1775,1773,1778,1778,1779,1802,1789,1773,1773,1752,1779,1773,1779,1778,1758,1830,1787,1785,1773,1773,1773,1783,1789,1739,1748,1758,1757,1756,1756,1759,1758,1751,1713,1732,1808,1758,1757,1756,1757,1755,1749,1762,1794,1793,1774,1825,1813,1782,1773,1794,1661,1811,1817,1830,1820,1836,1866,1869,1371,1847,1340,1820,1782,1816,1817,1814,1809,1816,1835,1798,1813,1821,1834,1823,1815,1810,1813,1791,1814,1816,1812,1744,1790,1814,1822,1811,1716,1809,1752,1765,1713,1806,1743,1770,1750,1775,1778,1817,1784,1784,1809,1774,1772,1777,1771,1850,1839,1372,1310,1863,1869,1375,1379,1352,1191,1815,1851,1312,1811,1787,1815,1809,1817,1736,1759,1769,1762,1759,1769,1778,1761,1765,1765,1766,1780,1773,1776,1749,1762,1770,1777,1753,1886,1778,1813,1813,1818,1852,1349,1875,1751,1862,1825,1785,1782,1781,1786,1782,1746,1744,1798,1784,1784,1781,1783,1743,1787,1785,1747,1826,1775,1778,1778,1778,1780,1779,1768,1834,1829,1780,1778,1782,1779,1775,1775,1785,1702,1773,1774,1760,1809,1784,1805,1726,1805,1723,1811,1776,1772,1780,1784,1775,1783,1788,1717,1701,1783,1775,1777,1794,1777,1775,1687,1704,1822,1797,1838,1380,1297,1870,1868,1865,1900,1252,1794,1812,1810,1815,1798,1808,1816,1725,1715,1795,1793,1813,1724,1791,1809,1811,1771,1788,1822,1817,1821,1761,1769,1767,1806,1781,1731,1776,1776,1774,1783,1784,1778,1780,1842,1289,1797,1775,1774,1785,1785,1777,1772,1798,1821,1813,1867,1366,1868,1368,1871,1873,1354,1812,1800,1877,1372,1866,1865,1865,1879,1393,1374,1819,1832,1857,1315,1811,1812,1814,1813,1810,1811,1806,1782,1811,1808,1810,1820,1819,1757,1744,1776,1745,1745,1778,1773,1789,1885,1822,1822,1867,1875,1879,1370,1372,1885,1300,1810,1817,1763,1775,1776,1742,1773,1783,1851,1819,1370,1369,1870,1804,1874,1878,1387,1386,1327,1805,1716,1828,1825,1749,1838,1888,1862,1907,1289,1750,1739,1695,1733,1742,1789,1787,1782,1806,1765,1763,1817,1819,1752,1772,1769,1809,1777,1780,1784,1789,1772,1817,1799,1799,1795,1770,1758,1761,1806,1758,1759,1767,1755,1762,1757,1757,1783,1772,1782,1778,1741,1778,1815,1822,1783,1778,1785,1786,1773,1805,1803,1847,1816,1377,1371,1869,1864,1875,1378,1367,1813,1892,1836,1778,1797,1781,1786,1778,1773,1776,1809,1749,1857,1859,1856,1860,1724,1820,1820,1931,1281,1777,1788,1787,1811,1808,1814,1776,1812,1814,1783,1814,1810,1815,1773,1812,1784,1814,1328,1812,1813,1809,1811,1776,1808,1814,1760,1804,1813,1808,1813,1810,1812,1811,1810,1708,1789,1810,1811,1814,1811,1809,1808,1817,1732,1630,1619,1630,1730,1813,1254,1753,1753,1744,1722,1748,1794,1729,1776,1751,1750,1750,1746,1754,1767,1746,1742,1728,1746,1745,1746,1743,1768,1739,1811,1817,1815,1797,1754,1781,1756,1789,1850,1824,1786,1780,1773,1772,1784,1779,1818,1776,1783,1774,1779,1775,1782,1777,1779,1844,1854,1835,1858,1856,1860,1842,1846,1784,1761,1770,1786,1777,1768,1855,1778,1694,1749,1771,1795,1713,1800,1753,1752,1729,1744,1741,1754,1791,1757,1749,1753,1746,1747,1748,1745,1711,1785,1767,1740,1780,1753,1750,1793,1756,1770,1811,1808,1816,1810,1810,1857,1315,1815,1768,1757,1796,1813,1739,1815,1823,1810,1814,1716,1785,1757,1776,1732,1797,1755,1777,1777,1838,1898,1366,1372,1875,1811,1795,1811,1814,1876,1263,1764,1752,1758,1760,1766,1774,1776,1685,1759,1777,1774,1768,1764,1753,1726,1768,1690,1769,1778,1813,1811,1809,1745,1813,1820,1872,1370,1810,1852,1355,1859,1311,1744,1811,1814,1253,1814,1768,1788,1769,1747,1712,1793,1756,1871,1354,1764,1811,1796,1781,1786,1794,1799,1680,1768,1754,1776,1812,1842,1807,1794,1786,1778,1814,1790,1758,1764,1754,1752,1753,1712,1667,1783,1773,1771,1771,1771,1775,1774,1793,1800,1776,1772,1775,1799,1802,1794,1797,1808,1799,1831,1786,1780,1775,1773,1773,1778,1828,1686,1746,1748,1751,1753,1755,1755,1755,1758,1827,1278,1757,1786,1786,1786,1787,1823,1288,1802,1795,1796,1773,1783,1785,1782,1786,1778,1829,1814,1864,1852,1859,1856,1868,1362,1826,1888,1334,1762,1805,1805,1804,1806,1702,1731,1707,1804,1774,1789,1775,1771,1765,1706,1787,1878,1808,1767,1739,1816,1810,1863,1813,1858,1800,1717,1808,1774,1816,1812,1815,1778,1813,1864,1819,1805,1743,1787,1780,1803,1725,1776,1800,1772,1820,1792,1772,1751,1777,1759,1796,1773,1755,1759,1760,1680,1807,1760,1720,1771,1734,1796,1798,1801,1707,1758,1755,1709,1769,1752,1757,1811,1783,1788,1715,1777,1772,1822,1780,1823,1765,1761,1776,1722,1756,1708,1787,1741,1810,1786,1759,1770,1727,1787,1678,1836,1713,1797,1752,1733,1820,1774,1793,1789,1799,1787,1758,1783,1797,1773,1764,1738,1803,1799,1777,1805,1775,1722,1757,1772,1777,1809,1813,1811,1792,1811,1861,1201,1739,1775,1651,1736,1698,1708,1702,1737,1772,1737,1741,1753,1678,1742,1750,1750,1809,1254,1807,1817,1811,1661,1714,1795,1809,1812,1845,1316,1780,1777,1770,1763,1782,1775,1776,1724,1764,1727,1761,1817,1731,1869,1824,1754,1749,1771,1787,1769,1763,1788,1781,1788,1793,1818,1835,1875,1374,1872,1721,1777,1880,1317,1811,1826,1809,1808,1814,1821,1839,1358,1366,1870,1406,1304,1788,1794,1804,1728,1755,1689,1746,1803,1794,1792,1793,1805,1753,1795,1810,1864,1889,1378,1262,1774,1777,1766,1773,1774,1748,1704,1776,1779,1816,1782,1725,1726,1753,1705,1726,1714,1714,1714,1715,1690,1753,1694,1787,1795,1767,1749,1758,1788,1748,1808,1778,1778,1713,1672,1782,1765,1725,1619,1750,1773,1775,1776,1781,1774,1728,1687,1798,1279,1775,1731,1728,1727,1724,1683,1681,1738,1226,1768,1773,1778,1781,1774,1693,1748,1780,1810,1715,1744,1776,1804,1784,1778,1778,1778,1676,1751,1781,1782,1774,1776,1756,1779,1777,1788,1775,1691,1651,1718,1743,1775,1785,1773,1785,1773,1777,1783,1777,1793,1732,1727,1803,1770,1776,1784,1766,1674,1755,1788,1723,1756,1797,1783,1759,1725,1778,1786,1764,1663,1677,1694,1726,1685,1722,1753,1743,1701,1742,1686,1721,1646,1712,1721,1723,1724,1724,1753,1708,1711,1730,1729,1725,1684,1724,1722,1684,1681,1693,1744,1744,1722,1742,1741,1699,1694,1666,1696,1713,1671,1633,1726,1684,1682,1681,1682,1761,1743,1760,1751,1728,1711,1630,1729,1684,1691,1720,1685,1708,1742,1699,1744,1739,1682,1729,1675,1692,1673,1686,1692,1672,1670,1669,1691,1681,1731,1697,1673,1673,1644,1630,1672,1681,1187,1679,1723,1757,1693,1706,1739,1739,1682,1634,1754,1690,1694,1667,1685,1681,1701,1710,1801,1779,1773,1774,1774,1724,1721,1726,1719,1692,1740,1739,1728,1806,1767,1803,1781,1769,1812,1748,1752,1754,1730,1729,1732,1750,1751,1714,1810,1759,1765,1774,1754,1789,1703,1775,1770,1877,1831,1788,1775,1773,1780,1775,1783,1788,1780,1775,1782,1759,1776,1782,1776,1778,1790,1780,1773,1782,1802,1810,1780,1802,1758,1902,1810,1376,1370,1862,1805,1809,1801,1802,1813,1794,1753,1747,1765,1742,1810,1821,1834,1301,1728,1876,1370,1867,1867,1800,1768,1879,1268,1710,1849,1278,1765,1762,1776,1760,1763,1675,1719,1754,1709,1716,1697,1691,1713,1786,1796,1814,1677,1767,1811,1821,1812,1810,1813,1831,1768,1771,1777,1773,1774,1774,1781,1784,1790,1777,1789,1783,1786,1776,1773,1781,1731,1773,1797,1809,1434,1399,1375,1848,1814,1809,1808,1268,1818,1754,1760,1764,1777,1753,1786,1818,1739,1726,1795,1793,1776,1800,1775,1777,1776,1752,1770,1780,1784,1744,1789,1758,1848,1779,1862,1842,1366,1869,1906,1371,1876,1370,1376,1344,1799,1835,1858,1793,1786,1792,1772,1788,1781,1777,1738,1787,1781,1790,1718,1728,1774,1737,1750,1766,1817,1771,1772,1675,1717,1806,1733,1744,1714,1729,1722,1722,1722,1670,1735,1771,1735,1744,1729,1774,1805,1805,1700,1807,1736,1688,1765,1769,1805,1806,1806,1805,1730,1764,1752,1767,1820,1752,1833,1807,1770,1711,1840,1822,1765,1703,1743,1695,1759,1779,1787,1792,1710,1763,1792,1801,1804,1813,1792,1805,1813,1764,1790,1801,1805,1789,1761,1829,1815,1722,1685,1813,1778,1782,1775,1776,1775,1783,1828,1802,1870,1780,1782,1781,1773,1768,1788,1778,1825,1877,1884,1375,1373,1869,1372,1383,1350,2700,2277,2301,2413,2455,2465,2448,1924,1880,1936,2083,2078,2080,2082,2122,2000,1982,1939,1934,1938,1935,1965,1938,1781,1678,1701,1827,1881,1870,1870,1874,1885,1767,1784,1586,1592,1685,1594,1505,1635,1636,1629,1530,1680,1617,1648,1655,1569,1562,1572,1603,1529,1574,1510,1464,1514,1473,1514,1514,1510,1592,1388,1517,1479,1465,1366,1403,1482,1474,1369,1362,1363,1309,1832,1357,1330,1334,1219,1839,1347,1350,1401,1405,1318,1814,1792,1867,1407,1235,1792,1784,1816,1872,1240,1771,1745,1776,1778,1767,1846,1279,2711,2215,2317,2317,2216,2155,2224,2169,2423,2261,2097,2107,2128,1886,2069,2080,3048,2346,2092,1914,2017,2139,2603,2320,1889,1818,1825,1815,1867,2116,2060,1913,1913,1946,1913,1945,1829,1708,1818,1741,1912,1800,1808,1778,1699,1554,1485,1504,1450,1574,1626,1518,1569,1568,1570,1563,1512,1509,1788,1585,1524,1608,1618,1619,1630,1603,1444,1476,1498,1542,1614,1604,1607,1399,1851,1310,1810,1810,1811,1811,1885,1361,1355,1308,1371,1364,1967,1367,1337,1348,1347,1339,1342,1341,1346,1348,1346,1882,1321,1325,1954,1446,1402,1442,1931,1475,1469,1473,1426,1385,1873,1811,1875,1834,1363,1374,1375,1391,1423,1435,1395,1403,1364,1366,1366,1369,1377,1380,1427,1399,1334,1866,1403,1425,1360,1814,1842,1821,1898,1353,1305,1792,1770,1797,1358,1828,1839,1318,1766,1860,1350,1322,1815,1339,1310,1823,1765,1799,1321,1324,1325,1316,1813,1818,1761,1819,1833,1322,1792,1817,1821,1775,1760,1794,1798,1799,1840,1263,1796,1802,1704,1664,1774,1698,1705,1698,1692,1699,1763,1791,1817,1713,1699,1631,1703,1637,1693,1688,1642,1740,1747,1668,1669,1684,1752,1783,1813,1712,1701,1701,1747,1823,1767,1841,1355,1879,1271,1771,1805,1775,1805,1722,1673,1735,1700,1711,1682,1718,1739,1742,1774,1667,1741,1743,1702,1739,1708,1719,1733,1761,1813,1327,1473,1462,1695,1885,2785,2592,2501,2696,2798,2408,2250,2325,2165,2167,2877,2507,2488,2595,2686,2859,2405,2372,2165,2372,2251,2567,2546,2281,2439,2597,2752,2603,2469,2475,2592,2762,2579,2535,2407,2568,2678,2776,2861,3109,2782,2818,2817,2603,2523,2745,2817,2582,2644,2438,2556,3166,2587,2683,2708,3075,2724,2571,3895,2683,2654,2466,3004,2870,2490,2363,2166,2139,2441,2573,2526,2032,1912,1884,2733,1878,2403,2479,2325,2205,2207,2207,2131,2527,2365,2246,2204,2169,2132,2123,1959,1884,1798,1768,1772,1811,2165,2128,2287,3454,2302,2287,2201,2175,2760,2967,3375,1963,1832,1737,1641,1719,2079,2319,2284,2137,2359,3072,2801,2925,2608,3091,2927,2263,3220,2813,2608,2556,2702,3153,3207,2481,2953,3343,2828,3343,2746,2599,2617,2806,2691,2767,2779,2849,2904,2451,1994,2249,2044,1888,1846,2125,1925,3217,1989,2211,2926,2101,2433,2470,2329,2767,2068,1923,1890,2284,2603,2212,1995,2338,2041,1930,2319,1929,1972,1808,1959,1853,1840,1668,1918,2352,2646,2608,1999,2106,2398,2017,1965,2207,2242,2042,1980,2045,2203,1829,1715,1841,2071,1873,1850,1846,1564,1484,1673,1769,1562,1581,1764,2000,2143,1982,1968,1734,1597,2086,1966,1966,1915,1760,1583,1377,1417,1350,1387,1385,1377,1408,1387,1364,1846,1296,1817,1805,1877,1465,1476,1475,1473,1471,1492,1639,1685,1554,1471,1377,1406,1423,1362,1401,1345,1923,1316,1783,1382,1300,1853,1285,1847,1827,1817,1898,1416,1406,1431,1413,1288,1852,1335,1929,1934,1471,1461,1431,1338,1895,1385,1299,2000,1684,1864,1728,1662,1820,1633,1684,1690,1926,2139,2123,2000,2406,2400,2448,2680,2686,2503,2041,2315,2094,1926,2407,2405,2169,2199,2053,2169,2164,1846,2576,2587,2560,2184,2232,2222,2174,2399,2176,2162,1971,1940,1962,2026,2043,2024,1991,2030,2033,2044,1923,1879,1980,1815,1779,1780,1784,1881,1845,1785,1785,1788,1786,1736,1787,1628,1538,1539,1538,1509,1472,1579,1681,1573,1496,1571,1597,1714,1974,1676,1663,1671,1639,1422,1554,1529,1384,1371,1467,1389,1415,1391,1388,1381,1293,1784,1834,1331,1334,1334,1332,1334,1336,1332,1335,1312,1762,1919,1400,1516,1400,1404,1399,1362,1312,1443,1260,1699,1778,1782,1822,1893,1919,1848,1353,1234,1805,1314,1814,1812,1818,1816,1823,1817,1904,1322,1367,1395,1388,1383,1384,1383,1387,1381,1385,1337,1343,1349,1364,1327,1312,1772,1768,1780,1767,1781,1728,1718,1808,1335,1336,1337,1299,1765,1796,1332,1328,1358,1306,1820,1817,1814,1820,1816,1794,1821,1809,1747,1774,1775,1802,1812,1800,1802,1807,1792,1744,1823,1736,1764,1802,1754,1769,1817,1809,1803,1803,1805,1789,1794,1807,1809,1833,1701,1685,1695,1700,1756,1734,1752,1786,1788,1780,1785,1785,1767,1723,1750,1762,1696,1631,1670,1641,1710,1723,1749,1705,1745,1700,1741,1686,1678,1708,1720,1683,1728,1725,1722,1707,1707,1680,1732,1725,1723,1690,1717,1727,1722,1682,1647,1751,1739,1687,1635,1735,1727,1727,1687,1644,1639,1616,1615,1673,1736,1782,1904,1412,1406,1430,1408,1406,1372,1381,1365,1363,1367,1364,1364,1367,1365,1363,1367,1363,1334,1421,1384,1357,1831,1846,1357,1334,1331,1335,1336,1329,1240,1716,1804,1808,1809,1828,1806,1812,1810,1811,1789,1903,1417,1302,1849,1365,1199,1704,1788,1802,1759,1690,1750,1762,1762,1859,1325,1268,1765,1750,1881,1361,1328,1773,1890,1306,1753,1751,1825,1714,1719,1694,1689,1701,1726,1816,1704,1727,1687,1686,1715,1759,1794,1805,1767,1813,1834,1336,1281,1720,1778,1846,1316,1761,1724,1781,1813,1799,1800,1842,1326,1309,1801,1710,1732,1723,1741,1733,1728,1739,1716,1775,1753,1758,1778,1787,1776,1775,1788,1778,1775,1699,1790,1774,1700,1700,1694,1689,1696,1697,1753,1766,1661,1793,1821,1780,1766,1759,1784,1781,1754,1766,1756,1728,1737,1694,1696,1700,1699,1704,1700,1761,1731,1700,1746,1785,1788,1788,1789,1790,1763,1698,1698,1707,1698,1699,1700,1700,1701,1695,1787,1849,1826,1856,1864,1855,1860,1870,1372,1840,1845,1339,1233,1726,1760,1785,1776,1734,1725,1723,1724,1742,1751,1776,1845,1792,1814,1763,1766,1805,1767,1766,1771,1771,1767,1767,1770,1739,1749,1828,1382,1850,1820,1856,1312,1810,1815,1821,1819,1751,1793,1711,1727,1763,1745,1806,1811,1754,1834,1782,1801,1717,1745,1774,1780,1755,1752,1727,1723,1749,1835,1760,1757,1754,1798,1704,1671,1765,1786,1786,1778,1775,1793,1719,1718,1722,1698,1713,1709,1710,1721,1765,1739,1748,1748,1684,1765,1775,1782,1778,1795,1812,1339,1343,1365,1710,1556,1659,1747,1957,2372,3131,2941,2571,2818,3111,3408,3312,3317,3344,3238,2648,2818,2711,2208,2225,3561,3056,2471,2176,3406,3345,3223,3222,3016,3010,3370,2688,2763,2660,2761,2448,2071,2141,2131,1905,2231,2205,2213,2710,2662,2172,2010,1922,2597,2136,2142,2668,2729,2231,2373,1861,2242,2364,2091,1925,2282,2247,1848,1839,1818,2086,1873,1926,2283,1961,1801,1976,1845,1846,2153,1972,1974,1887,1884,1885,1886,1886,1886,1646,1961,2180,2041,1971,2000,1931,1997,2168,1881,1907,1978,1963,1965,2272,2358,2493,3244,2571,2534,2606,4161,2224,2574,2400,1981,1902,2128,1963,2004,1922,1885,2317,2184,2096,2031,1919,1687,1536,1775,1902,2252,2426,2115,2088,2230,1870,1835,2317,2296,2328,2092,2320,2047,1857,2240,2243,2283,2814,2280,2181,1884,2150,2293,2280,2731,2287,2250,1938,2016,2265,2429,2349,2279,2252,2318,2258,2314,2255,2777,2284,2403,2084,1925,2371,1950,2032,2006,1968,1964,2313,2226,2206,2246,2326,2288,2287,2286,2157,1995,1763,1817,1719,1865,1739,2174,2655,2130,1925,2232,2826,2585,3044,2404,2173,2538,2564,2202,2191,2194,1999,1965,2212,2194,2022,2022,1920,1770,1906,1570,1762,1751,1745,1566,1531,1530,1529,1518,1523,1533,1532,1529,1530,1523,1641,1681,1688,1675,1481,1421,1514,1379,1353,1383,1318,1788,1911,1495,1440,1408,1445,1324,1867,1656,1636,1585,1558,1411,1517,1539,1380,1325,1827,1365,1362,1361,1360,1359,1533,1347,1359,1362,1333,1243,1788,1867,1327,1815,1808,1926,1375,1368,1365,1364,1389,1311,1844,1363,1366,1469,1375,1417,1368,1366,1564,1499,1597,1467,1517,1539,1541,1486,1444,1391,1369,1368,1373,1370,1393,1379,1370,1422,1435,1384,2011,1439,1437,1403,1456,1475,1393,1453,1370,1361,1360,1377,1415,1410,1412,1409,1835,1391,1377,1363,1824,1807,1455,1446,1446,1442,1335,1396,1387,1355,1350,1348,1391,1915,1946,1488,1507,1501,1411,1374,1403,1396,1390,1391,1389,1396,1370,1370,1338,1766,1805,1333,1333,1340,1331,1333,1333,1303,1752,1769,1753,1800,1335,1810,1837,1832,1861,1360,1392,1385,1351,1349,1342,1349,1337,1340,1342,1357,1819,1844,1342,1303,1757,1831,1331,1338,1335,1334,1338,1338,1308,1806,1723,1732,1776,1773,1773,1748,1756,1752,1765,1775,1758,1825,1810,1811,1813,1809,1810,1808,1747,1773,1778,1770,1771,1771,1778,1809,1799,1754,1815,1754,1843,1815,1814,1809,1810,1810,1862,1311,1815,1821,1290,1762,1821,1782,1763,1720,1755,1775,1738,1746,1732,1777,1776,1820,1831,1865,1757,1799,1785,1786,1749,1773,1776,1757,1810,1809,1776,1778,1774,1784,1788,1783,1710,1784,1760,1760,1760,1786,1757,1756,1751,1663,1699,1768,1788,1863,1255,1770,1805,1785,1786,1809,1818,1815,1800,1767,1806,1776,1752,1794,1765,1768,1754,1779,1724,1786,1782,1779,1753,1760,1806,1794,1776,1773,1772,1811,1777,1888,1821,1872,1882,1763,1800,1771,1765,1763,1750,1733,1789,1795,1814,1809,1770,1810,1816,1825,1768,1768,1767,1764,1765,1758,1772,1794,1777,1781,1785,1783,1784,1783,1781,1787,1785,1719,1741,1741,1735,1738,1741,1727,1758,1814,1785,1827,1868,1244,1755,1812,1810,1810,1855,1224,1764,1764,1761,1762,1736,1723,1787,1754,2005,3026,2946,2585,2591,2600,2293,2344,2458,2536,2520,2194,2160,2128,1845,3121,2196,2107,1971,1766,1737,1750,1745,1841,1924,1750,1504,1369,1365,1338,1525,1528,1613,1647,1414,1365,1845,1416,1340,1309,1888,1339,1496,1451,1410,1387,1371,1350,1905,1337,1299,1978,1398,1439,1276,1419,1415,1414,1413,1420,1436,1425,1879,1394,1599,1443,1394,1512,1609,1609,1646,1610,1561,1550,1555,1526,1470,1557,1524,1528,1501,1537,1440,1470,1969,1508,1521,1546,1546,1509,1478,1489,1455,1429,1440,1379,1287,1870,1390,1439,1439,1441,1460,1325,1853,1436,1413,1414,1414,1404,1411,1350,1321,1811,1768,1829,1356,1356,1351,1357,1295,1828,1328,1308,1354,1284,1845,1416,1406,1405,1406,1343,1394,1336,1810,1331,1288,1810,1315,1815,1314,1792,1746,1805,1325,1321,1804,1814,1806,1811,1804,1798,1812,1818,1821,1822,1305,1804,1807,1803,1858,1395,1860,1306,1755,1314,1736,1763,1699,1695,1715,1685,1739,1720,1669,1689,1707,1721,1661,1657,1661,1729,1793,1841,1792,1769,1777,1820,1771,1791,1795,1832,1862,1889,1254,1775,1767,1765,1780,1743,1706,1748,1765,1757,1817,1815,1816,1809,1809,1810,1819,1796,1778,1756,1767,1780,1767,1763,1768,1773,1816,1799,1816,1809,1810,1809,1810,1820,1821,1738,1784,1771,1764,1781,1745,1743,1751,1728,1834,1754,1777,1766,1738,1747,1711,1773,1798,1778,1774,1758,1756,1782,1835,1761,1783,1794,1767,1847,1865,1823,1808,1271,1744,1718,1748,1758,1791,1793,1776,1765,1811,1818,1813,1840,1866,1770,1749,1734,1720,1715,1718,1719,1726,1770,1780,1782,1838,1800,1781,1781,1814,1344,1831,1773,1797,1787,1756,1821,1779,1792,1793,1806,1756,1739,1757,1773,1757,1869,1285,1693,1787,1766,1759,1770,1756,1754,1727,1778,1744,1731,1769,1935,1939,1502,1970,1462,1342,1438,1307,1917,1413,1325,1324,1838,1807,1838,1329,1890,1329,1330,1852,1333,1819,1926,1345,1829,1818,1919,1858,1872,1809,1809,1840,1409,1363,1418,1401,1855,1339,1338,1338,1336,1336,1336,1313,1812,1879,1352,1357,1308,1808,1799,1790,1782,1792,1802,1785,1719,1779,1766,1875,1394,1397,1406,1399,1362,1272,1698,1832,1864,1896,1853,1851,1848,1853,1851,1878,1382,1891,1842,1877,1819,1820,1881,1439,1396,1393,1401,1396,1360,1364,1362,1392,1338,1281,1758,1728,1716,1754,1744,1741,1738,1737,1708,1673,1757,1746,1739,1804,1831,1330,1824,1825,1830,1778,1795,1828,1819,1819,1820,1819,1818,1824,1763,1825,1790,1813,1809,1809,1809,1787,1794,1753,1773,1716,1716,1726,1707,1711,1721,1713,1753,1756,1743,1788,1744,1725,1723,1723,1684,1642,1775,1753,1771,1765,1811,1818,1818,1812,1815,1802,1798,1815,1809,1809,1809,1778,1746,1742,1769,1771,1765,1762,1742,1727,1697,1742,1723,1770,1924,1553,1459,1454,1451,1451,1483,1356,1390,1355,1346,1973,1555,1476,1395,1486,1409,1387,1367,1375,1375,1373,1372,1334,1352,1851,1367,1363,1343,1286,1873,1338,1813,1927,1373,1531,1441,1431,1421,1372,1367,1352,1349,1348,1347,1348,1365,1404,1351,1346,1330,1347,1343,1871,1840,1790,1931,1278,1916,1413,1387,1370,1383,1371,1259,1857,1334,1854,1377,1336,1787,1736,1259,1846,1845,1318,1845,1344,1343,1343,1345,1334,1830,1757,1794,1789,1790,1747,1741,1784,1716,1755,1735,1789,1705,1712,1708,1709,1720,1780,1788,1776,1785,1800,1824,1645,2111,1583,1526,1591,1555,1683,1507,2212,2341,1986,1859,2307,2514,1887,2158,2225,1868,1889,2305,2438,2365,2498,2218,2257,1915,1872,1894,1827,2036,1924,1913,1793,1740,1708,2070,2006,1985,1917,1936,1913,1914,1873,1922,1856,2094,2024,1928,1911,1912,1889,1759,1720,1577,1948,1885,1742,1737,1739,1704,1850,1919,1741,1966,1854,1736,1735,1782,1873,1915,2094,2036,1929,2050,2027,1891,1698,1687,1735,1733,1714,1739,1763,1737,1736,1703,1677,1736,1639,1872,1813,1738,1758,1861,1912,1689,1575,1802,1740,1530,1686,2038,1760,2106,2172,2163,2043,1927,1866,1951,1980,1773,1932,1952,1965,1939,1898,1793,1795,1854,1792,1737,1736,1737,1734,1736,1842,1764,1701,1810,1718,1734,1940,2030,1941,1832,1980,1791,1733,1732,1628,1612,1613,1613,1612,1561,1693,1590,1613,1615,1615,1617,1616,1566,1512,1540,1571,1633,1615,1620,1565,1573,1683,1568,1613,1505,1596,1602,1612,1613,1617,1614,1612,1614,1613,1559,1546,1598,1536,1565,1512,1443,1434,1448,1570,1599,2099,1777,2084,1968,1954,1965,1956,1789,1857,2367,1823,1821,1748,2245,1780,1786,1756,1728,2014,1881,1724,1582,1550,1692,1612,1519,1822,1665,1483,1714,1792,1803,1802,1549,1672,1793,1559,1439,1640,1448,1399,1373,1630,1780,1818,1746,1499,1489,1451,1474,1401,1396,1372,1529,1375,1709,1466,1650,1682,1490,1594,1591,1597,1597,1529,1639,1592,1597,1639,1387,1550,1473,1471,1455,1561,1502,1492,1468,1470,1470,1471,1463,1377,1313,1889,1430,1449,1445,1453,1971,1432,1439,1479,1345,1908,1440,1515,1319,1799,1869,1421,1402,1336,1906,1379,1367,1389,1362,1455,1465,1433,1301,1887,1376,1503,1414,1369,1381,1428,1872,2741,2035,2001,2294,2339,2544,2181,2078,1781,1964,2109,2077,2002,2092,2114,2065,1885,1811,1774,1810,1827,1729,1891,1847,1630,1686,1684,1601,1624,1652,1655,1523,1627,1614,1558,1534,1536,1513,1595,1489,1527,1498,1509,1551,1398,1299,1789,1901,1439,1543,1373,1426,1380,1351,1797,1788,1913,1295,2003,1304,1821,1358,1792,1747,1809,1793,1787,1937,1407,1237,1786,1299,1757,1751,1746,1831,1831,1821,1336,1824,1856,1323,1810,1808,1782,1743,1918,1454,1392,1803,1844,1296,1865,1992,1491,1471,1411,1445,1462,1245,1702,1762,1810,1463,1463,1455,1366,1857,1844,1835,1806,1861,1875,1266,1802,1797,1358,1830,1870,1329,1828,1361,1828,1696,1775,1844,1367,1357,1298,1820,1841,1823,1812,1827,1363,1355,1875,1408,1405,1412,1353,1289,1814,1340,1343,1346,1342,1799,1748,1734,1742,1767,1749,1767,1771,1821,1778,1313,1779,1772,1804,1754,1795,1785,1793,1775,1768,1775,1794,1841,1376,1325,1827,1844,1728,1768,1768,1767,1766,1809,1329,1779,1793,1789,1781,1775,1779,1781,1778,1754,1820,1858,1823,1831,1375,1358,1863,1858,1856,1721,1720,1772,1759,1725,1726,1723,1725,1759,1707,1674,1683,1711,1691,1638,1735,1680,1675,1658,1686,1690,1718,1712,1710,1712,2697,1880,1819,1890,2152,1944,1855,1852,1761,1642,1657,1855,1536,1784,2025,1691,1656,1908,1857,1613,1726,1510,1543,1808,1888,1573,1538,1456,1441,1423,1691,1715,1694,1508,1656,1759,1757,1675,1667,1549,1681,2044,1392,1612,1491,1390,1469,1430,1325,1925,1381,1897,1359,1442,1569,1345,1476,1337,1447,1432,1460,1315,1883,1404,1382,1365,1373,1275,1878,1334,1295,1331,1340,1753,1847,1315,1842,1444,1352,1436,1432,1409,1313,1767,1806,1819,1797,1774,1802,1907,1375,1368,1364,1340,1372,1367,1364,1360,1288,1789,1904,1359,1926,1470,1470,1453,1470,1469,1468,1396,1441,1429,1352,1394,1474,1460,1455,1452,1448,1446,1397,1576,1436,1410,1499,1494,1557,1431,1326,1823,1907,1486,1512,1497,1612,1584,1481,1447,1679,1672,1791,1971,1783,1986,1895,1980,1998,1976,1998,2258,2815,2340,2348,2390,2273,2273,2125,2087,2224,2275,2272,2249,2054,1881,1904,1605,1664,1643,1646,1641,1824,1962,1553,1617,1547,1913,1770,1507,1496,1499,1490,1505,1637,1565,1637,1685,1788,2123,1885,1946,1963,1957,1956,1707,1619,1553,1510,1476,1480,1469,1453,1486,1478,1477,1447,1386,1419,1419,1418,1418,1402,1585,1516,1426,1445,1415,1439,1424,1857,2079,1359,2037,1375,1866,1865,1929,1421,1453,1438,1436,1445,1383,1954,1450,1450,1452,1471,1472,1492,1409,1384,1314,1808,1358,1908,1868,1371,1348,1829,1333,1947,1473,1446,1370,1312,1804,1809,1791,1854,1309,1887,1313,1753,1874,1420,1377,1288,1762,1725,1819,1768,1798,1802,1829,1267,1764,1871,1348,1704,1795,1764,1807,1901,1406,1412,1417,2496,2499,2535,2385,2087,2544,2295,2239,2137,2037,2179,2206,2018,1777,1924,1738,1912,2007,1915,1947,1742,1597,1591,1568,1535,1723,1812,1921,1720,1642,1655,1650,1619,1609,1664,1682,1567,1677,1695,1611,1628,1645,1379,1341,1862,1516,1572,1314,1878,1931,1351,1426,1382,1363,1361,1382,1358,1373,1576,1579,1466,1498,1524,1513,1516,1401,1493,1372,1466,1414,1479,1322,1799,1813,1315,1877,1350,1841,1450,1481,1478,1446,1460,1464,1496,1431,1335,1863,1412,1954,1489,1498,1555,1514,1518,1480,1446,1250,1898,1348,1296,1843,1390,1393,1376,1373,1373,1388,1300,1842,1340,1341,1341,1331,1820,1803,1751,1845,1286,1792,1773,1879,1390,1291,1853,1413,1408,1409,1347,1399,1370,1835,1875,1335,1773,1858,1363,1362,1396,1282,1834,1362,1380,1886,1777,1778,1791,1776,1805,1347,1774,1805,1794,1321,1851,1332,1797,1790,1854,1882,1341,1329,1333,1322,1332,1276,1771,1318,1815,1782,1715,1786,1792,1803,1791,1807,1306,1802,1763,1736,1807,1803,1801,1800,1812,1322,1803,1807,1763,1763,1799,1784,1785,1774,1750,1849,1726,1806,1781,1781,1777,1778,1786,1719,1774,1817,1785,1842,1775,1745,1781,1823,1331,1767,1751,1854,1789,1784,1781,1776,1753,1780,1733,1769,1760,1786,1787,1787,1775,1784,1755,1756,1800,1766,1757,1753,1753,1752,1752,1754,1755,1696,1772,1753,1800,1775,1764,1797,1760,1782,1815,1797,1814,1792,1818,1780,1782,1783,1806,1728,1756,1807,1804,1785,1809,1799,1864,1868,1799,1838,1812,1813,1824,1811,1810,1819,1815,1785,1795,1816,1814,1815,1812,1802,1810,1821,1835,1707,1814,1789,1839,1723,1806,1681,1689,1740,1726,1722,1683,1661,1806,1755,1780,1774,1764,1740,1727,1734,1777,1764,1794,1810,1818,1729,1816,1800,1744,1791,1766,1769,1773,1775,1707,1737,1803,1787,1779,1816,1270,1809,1809,1920,1502,1459,1840,1930,1554,2056,1517,2314,2656,2170,2595,2149,2477,2227,2352,2355,2211,2252,2217,3617,1952,2145,2290,1862,1800,1666,1674,1714,1721,1708,1655,1696,1720,1680,1594,1635,1992,1827,1702,1562,1796,1490,1461,1422,1364,1368,1527,1517,1347,1544,1401,1868,1366,1429,1317,1910,1373,1561,1327,1939,1437,1333,1429,1867,1802,1882,1382,1404,1348,1862,1382,1368,1270,1888,1277,1856,1345,1848,1365,1373,1399,1387,1861,1335,1916,1308,1904,1394,1392,1400,1255,1891,1396,1395,1393,1384,1465,1412,1368,1366,1426,1392,1875,1886,1387,1386,1350,1348,1896,1860,1854,1310,1862,1310,1750,1758,1743,1746,1778,1720,1848,1316,1786,1767,1764,1760,1761,1747,1731,1778,1745,1801,1748,1781,1779,1746,1724,1746,1796,1282,1801,1920,1406,1416,1418,1395,1475,1433,1870,1404,1388,1394,1415,1522,1496,1607,1424,1359,1404,1286,1909,1388,1367,1372,1910,1371,1358,1357,1357,1373,1806,1333,1332,1337,1350,1337,1833,1397,1396,1397,1385,1497,1480,1482,1432,1334,1437,1398,1374,1881,1305,1341,1880,1447,1270,1785,1910,1437,1272,1759,1758,1778,1830,1379,1414,1369,1309,1827,1347,1294,1791,1869,1362,1353,1297,1809,1336,1338,1858,1342,1322,1831,1322,1852,1884,1832,1330,1329,1806,1344,1794,1787,1812,1287,1801,1792,1790,1790,1787,1777,1774,1806,1761,1816,1777,1780,1774,1809,1770,1768,1763,1709,1808,1797,1769,1768,1750,1795,1769,1761,1767,1796,1834,1778,1769,1769,1784,1774,1779,1848,1754,1715,1701,1712,1712,1733,1779,1779,1780,1775,1777,1837,1865,1879,1378,1872,1380,1804,1844,1782,1830,1748,1760,1777,1780,1783,1741,1755,1789,1779,1764,1765,1800,1766,1862,1796,1794,1796,1809,1750,1772,1776,1773,1757,1805,1812,1813,1813,1818,1811,1809,1813,1813,1776,1810,1760,1775,1702,1740,1742,1721,1720,1853,1349,1881,1369,1866,1375,1371,1868,1372,1391,1333,1812,1811,1783,1777,1765,1773,1776,1750,1708,1754,1767,1826,1313,1811,1809,1810,1852,1282,1660,1860,1783,1802,1748,1805,1783,1785,1780,1721,1797,1730,1811,1847,1819,1832,1877,1860,1883,1370,1874,1374,1342,1778,1775,1776,1775,1276,1725,1733,1726,1746,1781,1811,1812,1816,1725,1739,1738,1748,1775,1748,1724,1723,1767,1732,1809,1810,1818,1812,1822,1809,1811,1810,1771,1849,1677,1757,1714,1727,1721,1728,1762,1728,1724,1725,1822,1799,1774,1800,1786,1785,1847,1817,1818,1859,1311,1826,1881,1375,1341,1853,1269,1766,1769,1765,1771,1771,1778,1779,1711,1737,1769,1740,1740,1692,1696,1754,1730,1699,1771,1796,1785,1775,1780,1779,1776,1778,1847,1880,1873,1372,1386,1383,1376,1821,1812,1815,1814,1794,1813,1809,1809,1810,1810,1811,1813,1825,1313,1809,1810,1814,1809,1847,1781,1808,1753,1763,1809,1809,1813,1786,1773,1771,1766,1751,1727,1749,1768,1772,1822,1814,1773,1815,1793,1787,1809,1810,1810,1811,1808,1706,1810,1822,1753,1858,1773,1769,1748,1772,1779,1774,1786,1786,1775,1781,1779,1788,1781,1777,1778,1792,1805,1774,1786,1780,1840,1771,1742,1749,1834,1845,1815,1756,1754,1751,1755,1754,1751,1758,1743,1791,1759,1759,1752,1752,1752,1738,1765,1789,1780,1776,1781,1779,1768,1772,1778,1743,1775,1765,1753,1754,1752,1753,1756,1788,1791,1761,1759,1757,1753,1751,1792,1753,1752,1780,1731,1780,1720,1748,1742,1737,1755,1731,1692,1728,1784,1731,1731,1758,1719,1723,1717,1840,1801,1706,1775,1788,1780,1781,1781,1785,1773,1815,1828,1871,1384,1377,1862,1863,1884,1323,1813,1809,1754,1820,1827,1768,1764,1774,1719,1724,1750,1762,1772,1813,1814,1831,1814,1841,1310,1808,1865,1280,1832,1811,1808,1809,1785,1823,1785,1786,1813,1803,1782,1726,1751,1745,1773,1777,1785,1782,1799,1795,1779,1777,1834,1785,1824,1773,1780,1751,1829,1777,1793,1739,1827,1823,1837,1868,1370,1842,1368,1864,1883,1341,1857,1233,1758,1765,1765,1754,1729,1684,1682,1775,1820,1811,1813,1809,1812,1815,1814,1822,1815,1810,1812,1809,1811,1810,1811,1812,1825,1774,1764,1766,1763,1767,1770,1782,1780,1778,1778,1779,1757,1759,1779,1783,1781,1793,1785,1795,1806,1788,1789,1740,1788,1790,1752,1774,1804,1788,1767,1721,1759,1753,1737,1838,1753,1753,1753,1753,1755,1789,1753,1751,1804,1764,1795,1760,1751,1751,1752,1760,1751,1712,1754,1745,1777,1775,1814,1776,1758,1748,1780,1856,1764,1758,1775,1773,1772,1774,1777,1777,1742,1686,1806,1800,1767,1754,1785,1772,1800,1785,1741,1798,1773,1773,1785,1754,1799,1795,1838,1782,1867,1873,1375,1859,1284,1792,1753,1761,1742,1812,1745,1744,1757,1782,1828,1818,1775,1816,1272,1801,1816,1811,1809,1809,1814,1792,1743,1756,1818,1815,1811,1809,1808,1782,1768,1737,1663,1760,1769,1727,1725,1756,1863,1286,1763,1766,1762,1780,1767,1773,1777,1792,1740,1774,1776,1697,1769,1804,1802,1803,2108,2116,1487,1457,1453,1512,1504,1453,1421,1344,1935,1432,1428,1799,2043,1355,1323,1836,1381,1308,1804,1908,1887,1425,1426,1403,1333,1439,1404,1398,1370,1345,1430,1375,1434,1470,1454,1433,1399,1348,1836,1826,1929,1848,1786,1778,1766,1805,1775,1764,1753,1766,1759,1761,1784,1749,1815,1780,1788,1810,1863,1258,1759,1862,1319,1847,1237,1746,1738,1732,1745,1731,1732,1823,1339,1332,1327,1307,1803,1725,1720,1754,1712,1722,1713,1753,1711,1756,1790,1770,1775,1798,1781,1748,1789,1782,1704,1775,1829,1286,1826,1745,1776,1813,1738,1773,1739,1799,1346,1807,1741,1781,1777,1698,1697,1719,1712,1719,1774,1781,1740,1802,1796,1816,1769,1857,1315,1767,1767,1767,1764,1754,1850,1885,1790,1838,1312,1810,1809,1810,1811,1811,1786,1668,1740,1741,1762,1741,1726,1724,1757,1822,1783,1762,1809,1809,1768,1810,1812,1810,1813,1788,1754,1770,1775,1764,1789,1783,1760,1779,1742,1722,1788,1784,1786,1792,1783,1777,1797,1739,1832,1810,1867,1884,1366,1378,1354,2013,1585,1378,1352,1518,1421,1493,1521,1513,1517,1516,1518,1500,1466,1369,1369,1332,1973,1412,1342,1987,1522,1509,1530,1526,1525,1529,1417,1544,1524,1526,1550,1461,1923,1916,1361,1948,1526,1466,1428,1424,1443,1478,1395,1468,1901,1920,1514,1425,1828,1387,1494,1430,1383,1296,1786,1785,1800,1797,1829,1382,1402,1396,1379,1417,1412,1414,1412,1414,1412,1412,1414,1435,1423,1474,1800,1804,1847,1800,1798,1836,1821,1906,1380,1875,1886,1442,1442,1446,1442,1398,1431,1345,1862,1366,1362,1338,1329,1335,1322,1315,1854,1295,1744,1827,1304,1770,1789,1349,1341,1344,1340,1341,1335,1308,1768,1753,1713,1774,1745,1745,1743,1725,1754,1772,1727,1777,1783,1791,1795,1763,1754,1799,1808,1764,1756,1796,1786,1776,1776,1733,1802,1764,1774,1746,1725,1672,1750,1814,1816,1772,1815,1795,1815,1811,1778,1811,1753,1745,1757,1770,1764,1768,1744,1759,1741,1821,1851,1291,1813,1847,1727,1676,1661,1659,1704,1737,1779,1716,1725,1775,1785,1806,1806,1717,1734,1698,1759,1791,1807,1770,1823,1768,1767,1769,1880,1833,1865,1847,1755,1767,1844,1253,1778,1784,1685,1753,1685,1787,1798,1817,1811,1811,1810,1645,1779,1813,1754,1776,1722,1722,1712,1657,1705,1751,1740,1692,1807,1817,1812,1824,1793,1775,1808,1813,1816,1774,1815,1810,1809,1823,1763,1809,1814,1810,1757,1811,1815,1808,1814,1758,1820,1816,1811,1773,1814,1812,1811,1780,1743,1853,1326,1821,1753,1818,1315,1811,1765,1718,1830,1813,1808,1783,1753,1729,1685,1704,1721,1732,1790,1774,1772,1760,1796,1787,1759,1762,1797,1788,1785,1784,1803,1746,1789,1771,1846,1793,1776,2614,2224,2195,2440,2543,2662,2405,1916,1917,1951,2095,2002,2431,2471,1877,1751,1768,1769,1888,1821,1787,1927,1874,1681,1734,1758,1763,1677,1756,1772,1714,2130,2077,1561,1703,1495,1443,1559,1396,1391,1388,1386,1382,1464,1448,1446,1430,1427,1568,1419,1968,1485,1486,1484,1558,1450,1431,1447,1412,1372,1425,1321,1842,1826,1826,1808,1791,1853,1834,1879,1802,1806,1861,1308,1792,1782,1803,1812,1812,1867,1308,1810,1809,1788,1783,1840,1418,1426,1430,1419,1348,1347,1312,1362,1794,1821,1740,1791,1768,1756,1764,1760,1759,1759,1842,1293,1741,1744,1743,1744,1747,1742,1731,1725,1745,1727,1737,1731,1666,1729,1733,1831,1332,1328,1744,1767,1807,1841,1224,1720,1721,1713,1711,1764,1825,1815,1790,1757,1776,1716,1755,1702,1637,1792,1807,1706,1758,1750,1744,1696,1691,1742,1693,1703,1646,1620,1621,1633,1680,1673,1731,1182,1722,1738,1687,1692,1674,1679,1729,1726,1695,1701,1673,1672,1673,1670,1673,1758,1805,1759,1737,1725,1684,1681,1757,1782,1680,1740,1771,1767,1795,1702,1692,1736,1777,1757,1815,1780,1746,1764,1826,1790,1811,1714,1721,1691,1772,1289,1749,1703,1746,1705,1893,1280,1762,1738,1768,1727,1765,1699,1680,1674,1685,1703,1736,1679,2560,2454,2546,2608,2299,2274,2228,2068,2312,2287,2102,2164,2158,2172,2072,2080,2191,1926,1761,1729,1660,1701,1937,1764,1793,1744,1564,1524,2089,1556,1584,1758,1622,1780,1783,1885,1707,1605,1585,1582,1476,1474,1454,1484,1501,1382,1814,1963,1347,1285,1794,1791,1813,1292,1857,1299,1790,1831,1357,1427,1366,1364,1365,1270,1749,1874,1365,1412,1231,1907,1376,1340,1831,1805,1949,1342,1340,1384,1270,1811,1725,1715,1712,1770,1807,1728,1714,1691,1801,1770,1699,1659,1750,1774,1733,1696,1726,1716,1724,1716,1718,1699,1699,1687,1692,1767,1708,1839,1317,1806,1763,1771,1812,1690,1765,1772,1827,1698,1693,1703,1705,1701,1691,1704,1764,1747,1779,1679,1675,1745,1718,1724,1696,1859,1828,1846,1789,1791,1789,1795,1788,1784,1828,1314,1808,1807,1766,1775,1750,1833,1332,1748,1797,1278,1760,1763,1795,1779,1819,1825,1793,1800,1781,1746,1747,1749,1752,1301,1752,1800,1786,1759,1754,1707,1759,1759,1753,1717,1767,1750,1688,1759,1754,1752,1752,1744,1759,1744,1767,1720,1769,1746,1768,1712,1714,1743,1713,1709,1687,1722,1724,1712,1710,1706,1705,1767,1769,1716,1714,1714,1711,1713,1730,1748,1792,1772,1820,1768,1706,1837,1810,1741,1762,1856,1813,1809,1772,1789,1767,1772,1701,1761,1735,1725,1760,1774,1771,1818,1804,1777,1769,1761,1698,1794,1763,1751,1726,1710,1817,1794,1792,1837,1785,1740,1770,1768,1768,1767,1770,1854,1750,1701,1742,1719,1713,1702,1758,1792,1728,1765,1787,1815,1817,1808,1798,1783,1816,1797,1793,1712,1739,1709,1723,1715,1720,1724,1790,1787,1775,1832,1764,1759,1756,1739,1824,1679,1781,1793,1776,1790,1772,1767,1773,1784,1728,1723,1710,1668,1748,1795,1767,1751,1754,1757,1779,1701,1692,1725,1715,1713,1716,1717,1711,1721,1763,1738,1729,1792,1775,1746,1822,1759,1752,1747,1716,1670,1756,1767,1793,1770,1742,1840,1290,1787,1784,1809,1809,1810,1812,1771,1720,1769,1772,1763,1766,1771,1778,1790,1746,1778,1788,1786,1784,1782,1783,1786,1785,1800,1837,1767,1786,1761,1787,1780,1779,1786,1688,1762,1783,1812,1720,1781,1788,1784,1784,1863,1792,1805,1756,1721,1762,1796,1811,1803,1741,1789,1819,1860,1768,1807,1772,2960,2611,2096,2191,2285,1940,2991,1941,1797,1769,2721,1770,1879,1922,1780,2596,1823,1830,1744,1739,1750,1637,1741,1740,1586,1711,1776,1773,1766,1783,1790,1822,1782,1813,1576,1577,1416,1421,1337,1339,1967,1520,1648,1643,1570,1430,1351,1340,1302,1780,1769,1438,1276,1823,1398,1482,1570,1541,1552,1547,1468,1419,1415,1386,1593,1933,2067,1599,1367,1363,1382,1382,1366,1379,1540,1330,1330,1313,1805,1806,1813,1794,1848,1303,1400,1288,1811,1316,1803,1781,1779,1707,1787,1786,1792,1816,1385,1419,1420,1422,1365,1327,1829,1832,1831,1795,1788,1786,1785,1784,1777,1774,1757,1676,1778,1863,1366,1858,1838,1837,1900,1354,1844,1840,1289,1814,1829,1328,1805,1902,1351,1461,1495,1462,1468,1426,1375,1420,1355,1497,1457,1398,1418,1419,1431,1434,1425,1958,1889,1390,1848,1843,1905,1318,1421,1800,1781,1778,1769,1816,1917,1348,1347,1362,1363,1369,1452,1403,1399,1351,1387,1343,1369,1369,1378,1370,1372,1291,1876,1371,1364,1347,1349,1337,1301,1771,1827,1369,1312,1810,1306,1794,1331,1334,1328,1331,1279,1685,1785,1418,1327,1344,1312,1735,1744,1741,1750,1749,1725,1675,1702,1695,1735,1764,1710,1708,1706,1692,1679,1811,1330,1698,1755,1705,1703,1704,1728,1744,1800,1737,1783,1753,1699,1707,1781,1807,1693,1664,1697,1669,1738,1674,1727,1691,1672,1676,1737,1684,1682,1715,1773,1780,1769,1732,1811,1727,1776,1733,1740,1760,1789,1749,1744,1801,1764,1797,1806,1274,1746,1817,1810,1691,1703,1717,1720,1723,1796,1787,1789,1778,1841,1761,1758,1757,1791,1761,1715,1775,1775,1723,1747,1763,1786,1741,1740,1726,1735,1744,1702,1709,1725,1746,1730,1757,1755,2003,1449,1544,1553,1557,1506,1616,1613,1612,1610,1621,1620,1607,1617,1616,1633,1515,1452,1487,1472,1646,1642,1444,1466,1471,1442,1359,1513,1374,1344,1980,1973,1598,1567,1574,1579,1550,1442,1421,1371,1901,1416,1397,1410,1402,1341,1959,1380,1339,1354,1815,1837,1860,1325,1867,1426,1388,1387,1289,1923,1352,1451,1346,1898,1824,1796,1827,1409,1351,1311,2518,1972,2110,1968,2188,2233,2077,2095,2413,2451,1994,2011,1979,1699,1910,2017,1966,1928,1999,1984,2015,1930,2026,2086,2619,2139,2418,2681,2415,2460,2263,2242,1903,1910,2389,1929,2100,2051,1978,2222,1760,1696,1644,2122,2375,2326,2280,2001,2506,2089,2118,2117,2385,2840,2657,2115,2036,1976,2147,1840,2229,2540,2332,2001,2326,2091,1830,1921,2037,2000,1810,1725,1736,1685,2017,2151,2116,2266,2128,2085,2046,2765,2477,2611,2868,2251,1913,1973,1923,2139,2539,2267,1964,2087,2086,2124,2132,2221,2192,1997,2083,2407,2879,2545,2684,2648,2944,2570,2879,2887,2662,2954,3334,2811,2684,2228,2739,2267,2048,2033,2212,2127,2286,2209,2038,2047,2017,1953,2152,1916,2001,2259,2290,2222,2247,2340,2129,2142,1942,1976,2023,2053,1780,2344,1925,1691,1998,1957,1748,2057,1959,1768,1740,1683,1750,1805,1828,1929,2213,2196,2207,2068,2044,2048,2441,1971,2204,2884,2334,2368,1865,2465,1932,2166,2302,2202,2003,2286,2421,2049,2041,2090,2734,2284,2130,1876,1968,2088,2241,1935,2967,2604,2324,2329,2493,2288,2081,2127,2202,2179,2135,1976,2095,1958,1931,1806,1644,1638,1817,1794,1928,1926,2235,2017,2013,2499,2206,2073,2377,2018,2089,2079,1972,1972,2466,2289,2528,2207,2372,2638,2473,1846,2045,2137,2134,2647,2568,2562,2526,2614,2444,2492,2642,2614,2808,2681,2603,2344,2602,2493,3805,2214,2723,2452,3973,2680,2458,1895,1841,1891,2080,1971,2083,1963,2097,2112,2377,2046,1970,1997,1933,2004,1999,1913,2322,2332,2249,2160,1981,2115,2129,2443,2017,2043,2045,1840,2123,2013,1892,2143,2605,3086,2249,2004,2367,2280,2012,2051,1968,1921,1851,2003,1813,1875,1810,1807,2798,2451,2927,2410,3617,2082,3329,2647,2447,2453,2597,2368,4176,2176,2727,3042,2733,2044,1813,2178,2485,2525,2807,2170,2120,2007,2249,2125,2001,2531,2051,2003,1968,2001,2367,2091,2250,2604,2125,1883,1854,1881,2250,2808,2168,1895,2476,2648,2689,2996,2887,2742,2574,2569,2566,2526,2890,2858,2553,2092,2353,2584,2367,2128,2394,2524,2488,2422,2365,2249,2211,2512,1964,2379,2304,2829,2670,2770,2525,2367,2720,2627,2444,2284,2437,2039,1855,2447,2605,2288,2116,2149,2209,2167,2484,2171,2065,2078,2238,2085,2563,2351,1879,1993,1971,2004,2134,2231,2050,2132,1883,1845,1778,1762,1933,1876,3008,1653,1568,1565,1564,1728,1833,1776,1643,1649,1679,2572,1676,1646,1787,2124,2085,2688,2447,2449,2567,2369,1841,1682,2062,2264,2056,3008,2045,1939,2072,1930,1964,1845,1845,1846,1845,2268,1975,3084,2646,2445,3373,2560,2359,2322,2235,2175,2046,2126,1885,2087,1965,2441,2333,1855,2316,1959,1923,2145,2322,2021,2043,2051,1838,1775,2005,2246,2157,2034,1736,1729,2012,2528,2837,2381,2234,2098,2402,2362,2414,2484,2241,1779,2056,1960,1850,2064,2048,2084,2087,1990,1969,2025,2038,2049,2095,2491,2331,2688,2654,2317,4259,2319,2729,2659,2676,2448,2665,2761,2090,2450,2243,1810,1803,1987,2120,1846,1652,1759,1687,1801,1652,1721,1682,1657,1720,1684,1691,1762,1758,1687,1723,1688,1731,1722,1727,1952,2213,1612,2091,2035,1887,1993,1936,1925,2113,2018,1893,2487,2627,2587,2587,2587,2436,2935,2404,2197,2197,2197,2198,2234,2190,2223,2190,2212,1972,1941,1836,1620,1742,1825,2050,2191,1964,2043,2100,1966,1901,2016,1908,1568,1579,1659,1627,1627,1463,1591,1583,1485,1495,1555,1520,1613,1468,1743,1659,1579,1572,1598,1764,1696,1786,1804,1907,1604,1651,1523,1497,1484,1421,1710,1695,1563,1516,1526,1634,1613,1498,1511,1562,1482,1473,1542,1471,1485,1500,1495,2038,1451,1462,1352,1326,2037,1397,1438,1525,1360,1921,1394,1373,1878,1443,1373,1377,1337,1326,1554,1339,1337,1467,1403,1498,1469,1436,1379,1399,1454,1481,1464,1462,1452,1465,1528,1461,1460,1463,1393,1321,1349,1887,1371,1339,1285,1846,1284,1781,1779,1832,1801,1813,1812,1865,1385,1415,1381,1337,1332,1319,1843,1297,1829,1376,1371,1377,1372,1376,1370,1338,1781,1795,1364,1374,1376,1850,1821,1792,1818,1821,1870,1321,1852,1826,1826,1800,1814,1842,1324,1900,1183,1763,1765,1715,1728,1829,1781,1822,1780,1788,1754,1754,1743,1731,1761,1738,1795,1788,1748,1737,1768,1785,1784,1768,1731,1738,1770,1722,1797,1823,1793,3203,3021,2808,2945,3082,3768,2228,2652,2993,2830,2563,2378,2747,2375,2749,2473,2568,2489,2133,2367,2247,2121,2183,2226,1973,2201,2575,2168,1942,2105,2336,2165,2165,2042,1830,1686,1990,1698,1964,2025,2280,1950,1850,1636,1746,1597,1878,1961,1925,1675,1854,1902,1719,1667,1910,1579,1651,1688,1647,1728,1725,1545,1367,1363,1439,1352,1478,1632,1614,1424,1620,1631,1529,1432,1347,1414,1479,1454,1545,1628,1558,1447,1439,1445,1433,1435,1455,1482,1493,1535,1434,1436,1549,1538,1532,1460,1459,1569,1502,1555,1523,1443,1551,1549,1550,1554,1563,1564,1565,1560,1526,1422,1502,1499,1489,1511,1513,1510,1512,1392,1506,1474,1445,1464,1420,1460,1456,1412,1400,1400,1460,1410,1443,1396,1422,1412,1420,1392,1371,1424,1404,1389,1409,1348,1376,1380,1334,1324,1907,1403,1404,1403,1411,1400,1331,1910,1372,1370,1376,1387,1357,1354,1352,1352,1352,1352,1227,1772,1277,1937,1779,1818,1818,1819,1820,1819,1764,1735,1837,1755,1807,1808,1806,1807,1807,1826,1315,1830,1789,1778,1754,1776,1770,1848,1315,1813,1805,1802,1803,1771,1749,1789,1744,1784,1822,1806,1761,1761,1721,1779,1763,1739,1766,1739,1776,1749,1714,1714,1752,1742,1683,1762,1725,1698,1746,1761,1749,1797,1756,1805,1772,1617,1761,1850,1733,1738,1776,1780,1783,1750,1719,1784,1745,1774,1758,1767,1805,1755,1753,1674,1787,1744,1743,1771,1781,1774,1762,1702,1652,1728,1750,1783,1779,1816,1308,1721,1784,1859,1720,1731,1725,1788,1703,1779,1755,1755,1797,1833,1782,1777,1762,1779,1824,1795,1782,1821,1735,1727,1767,1710,1731,1737,1751,1746,1759,1790,1785,1724,1760,1851,1235,1754,1744,2756,2357,2257,2183,2165,1941,2277,2363,2038,2224,2186,2312,2033,2193,2029,1984,2040,1960,1968,1975,1981,1988,1928,1864,1853,1803,1796,1803,1780,1709,1678,1562,1695,1564,1657,1748,1788,1802,1648,1665,1631,1490,1526,1549,1515,1523,1479,1476,1489,1474,1457,1584,1561,1409,1518,1485,1551,1544,1561,1549,1440,1512,1431,1548,1375,1366,1360,1372,1384,1485,1473,1531,1505,1387,1406,1339,1877,1352,1352,1345,1499,1341,1751,1816,1872,1360,1334,1758,1741,1735,1821,1321,1735,1830,1316,1720,1738,1726,1732,1721,1669,1741,1724,1738,1716,1725,1713,1719,1709,1679,1682,1718,1685,1683,1729,1713,1708,1688,1646,1668,1663,1670,1677,1710,1760,1731,1800,1771,1713,1733,1703,1687,1858,1297,1759,1800,1789,1746,1793,1751,1747,1717,1786,1746,1816,1744,1744,1677,1753,1740,1703,1704,1732,1774,1785,1756,1660,1792,1780,1813,1695,1768,1775,1804,1732,1794,1796,1777,1697,1763,1809,1699,1691,1720,1728,1718,1768,1788,1776,1762,1815,1775,1771,1793,1775,1784,1779,1776,1772,1309,1795,1774,1739,1774,1781,1781,1729,1716,1773,1792,1779,1761,1753,1806,1781,1788,1788,1828,1801,1779,1829,1777,1779,1776,1778,1786,1800,1692,1803,1844,3054,2767,2324,2664,2406,2134,2382,2250,2289,2217,2284,2381,1860,2380,2211,2042,2031,2061,2044,1868,1825,2035,1807,1671,1675,1691,1677,1686,1683,1674,1644,1572,1643,1627,1582,1541,1544,1648,1688,1602,1460,1594,1786,1756,1689,1641,1611,1686,1347,1382,1366,1450,1585,1572,1439,1344,1827,1829,1822,1854,1355,1375,1369,1371,1379,1361,1336,1508,1472,1350,1465,1327,1477,1483,1482,1491,1494,1460,1462,1480,1264,1952,1452,1438,1434,1432,1440,1427,1403,1401,1394,1260,1810,1869,1315,1815,1440,1405,1351,1431,1377,1382,1374,1378,1381,1340,1769,1775,1859,1268,1752,1777,1820,1355,1355,1353,1354,1337,1351,1349,1287,1778,1754,1768,1771,1719,1733,1745,1749,1797,1299,1826,1877,1822,1757,1825,1280,1737,1656,1715,1714,1667,1647,1670,1738,1777,1780,1896,1348,1322,1868,1460,1339,1815,1441,1406,1400,1471,1675,1301,1923,1433,1417,1430,1426,1411,1388,1866,1501,1360,1472,1492,1927,1463,1439,1464,1465,1461,1463,1450,1490,1415,1415,1445,1446,1389,1391,1392,1439,1439,1418,1420,1365,1407,1835,1830,1369,1322,1788,1863,1413,1398,1434,1392,1364,1330,1290,1772,1828,1353,1358,1365,1294,1831,1380,1361,1371,1371,1368,1359,1355,1350,1355,1354,1282,1343,1352,1344,1336,1336,1282,1723,1832,1335,1346,1360,1339,1831,1811,1812,1807,1804,1806,1817,1807,1773,1816,1813,1804,1808,1863,1401,1394,1395,1395,1334,1823,1777,1800,1779,1784,1781,1787,1726,1748,1789,1784,1664,1737,1742,1787,1785,1661,1734,1744,1749,1787,1770,1717,1745,1722,1707,1670,1677,1681,1678,1731,1685,1670,1648,1660,1685,1183,1744,1662,1770,1789,1770,1729,1769,1751,1775,1775,1773,1780,1777,1779,1783,1782,1762,1766,1805,1735,1697,1689,1681,1679,1678,1675,1655,1692,1682,1695,1740,1729,1725,1726,1725,1652,1722,1700,1701,1691,1799,1765,1680,1743,1786,1788,1752,1733,1764,1775,1731,1732,1767,1696,1756,1806,1734,1770,1735,1773,1771,1731,1784,1796,1726,1727,1684,1681,1727,1684,1682,1716,1702,1750,1682,1656,1713,1762,1751,1782,1835,1775,1737,1838,1807,1797,1789,1809,1753,1773,1705,1744,1747,1790,1786,1775,1717,1753,1768,1800,1804,1774,1727,1713,1752,1714,1754,1755,1785,1743,1787,1809,1739,1764,1807,1731,1821,1782,1777,1775,1776,1792,1706,1776,1769,1670,1776,1767,1756,1777,1777,1776,1783,1779,1764,1754,1764,1778,1839,1818,1837,1371,1877,1373,1389,1819,1810,1810,1810,1809,1780,1777,1715,1742,1771,1763,1763,1740,1748,1766,1766,1721,1785,1798,1814,1810,1808,1809,1853,1316,1784,1763,1778,1763,1762,1762,1747,1769,1769,1744,1756,1727,1783,1774,1764,1774,1775,1788,1745,1784,1756,1788,1785,1776,1782,1792,1740,1758,1784,1824,1786,1829,1744,1745,1636,1799,1682,1679,1674,1678,1694,1682,1677,1720,1676,1733,1699,1781,1683,1960,1446,1491,1490,1472,1460,1387,1463,1464,1467,1401,1474,1388,1527,1466,1384,1959,1470,1466,1465,1467,1509,1535,1417,1589,1480,1456,1710,1604,1415,1466,1461,1495,1638,1710,1853,1726,1749,1830,1817,2040,1682,1621,1733,1740,1479,1618,1621,1712,1622,1556,1628,1619,1741,1689,1597,1626,1618,1622,1622,1621,1621,1622,1624,1746,1808,1707,1546,1651,1576,1566,1571,1572,1611,1487,1596,1608,1614,1566,1683,1595,1783,1790,1734,1821,1629,1788,1788,1768,1412,1614,1626,1625,1585,1537,1594,1557,1534,1534,1420,1465,1491,1488,1490,1507,1480,1701,1687,1695,1572,1702,1670,1617,1621,1656,1543,1566,1607,1618,1416,1879,1620,1519,1405,1535,1442,1559,1517,1488,1421,1422,1424,1458,1421,1427,1413,1360,1351,1390,1508,1500,1497,1501,1462,1454,1422,1486,1375,1358,1353,1355,1450,1358,1443,1472,1480,1473,1431,1432,1431,1313,1394,1350,1737,1949,1907,1897,1423,1349,1382,1413,1784,1351,1318,1876,1355,1350,1361,1356,1860,1439,1400,1852,1390,1345,1841,1328,1337,1331,1422,1304,1365,1807,1810,1825,1862,1406,1400,1318,1818,1828,1334,1319,1790,1771,1794,1316,1751,1748,1736,1787,1795,1801,1840,1331,1293,1754,1710,1240,1767,1804,1789,1762,1747,1750,1816,1813,1869,1336,1340,1338,1324,1821,1777,1703,1777,1787,1834,1292,1775,1770,1763,1762,1773,1745,1747,1662,1740,1767,1769,1782,1764,1747,1768,1770,1780,1761,1765,1814,1328,1814,1810,1812,1818,1812,1811,1809,1809,1810,1811,1812,1810,1812,1782,1782,1751,1746,1770,1779,1768,1735,1803,1803,1789,1798,1773,1781,1776,1780,1849,1815,1803,1826,1825,1837,1865,1871,1872,1878,1829,1393,1372,1344,1864,1802,1808,1826,1815,1769,1807,1810,1812,1809,1816,1793,1814,1814,1840,1771,1768,1767,1772,1761,1771,1778,1782,1786,1763,1785,1785,1786,1783,1784,1785,1783,1788,1718,1778,1786,1760,1789,1787,1788,1789,1782,1699,1759,1807,1869,1837,1834,1871,1885,1373,1866,1889,1341,1822,1812,1812,1812,1814,1812,1723,1744,1814,1809,1811,1825,1810,1809,1811,1815,1746,1809,1814,1812,1825,1809,1814,1815,1823,1710,1813,1784,1783,1746,1768,1769,1791,1839,1333,1701,1774,1790,1777,1780,1782,1778,1740,1820,1824,1815,1781,1792,1781,1781,1783,1841,1827,1874,1867,1876,1366,1869,1380,1365,1807,1798,1864,1311,1852,1310,1812,1809,1825,1785,1770,1752,1782,1729,1789,1777,1775,1780,1716,1830,1820,1837,1884,1825,1369,1874,1363,1838,1318,1811,1824,1811,1768,1805,1771,1811,1759,1793,1795,1768,1816,1834,1807,1769,1814,1798,1809,1809,1825,1810,1809,1738,1810,1814,1714,1807,1758,1770,1766,1779,1696,1717,1757,1829,1339,1783,1748,1735,1768,1773,1815,1830,1832,1334,1776,1786,1782,1788,1790,1752,1779,1852,1831,1894,1319,1364,1865,1871,1374,1199,1882,1317,1794,1817,1776,1846,1866,1848,1813,1756,1828,1766,1797,1779,1826,1811,1812,1697,1731,1794,1806,1817,1813,1810,1809,1812,1704,1702,1725,1789,1819,1766,1812,1810,1812,1776,1812,1774,1786,1820,1794,1833,1812,1808,1765,1808,1826,1817,1820,1842,1794,1814,1811,1767,1730,1756,1813,1808,1792,1817,1795,1810,1770,1814,1759,1822,1847,1321,1812,1816,1810,1749,1796,1813,1768,1707,1776,1785,1762,1775,1780,1783,1757,1734,1782,1781,1786,1783,1787,1784,1784,1761,1844,1843,1825,1838,1871,1866,1875,1876,1831,1373,1878,1389,1355,1312,1818,1811,1810,1813,1842,1320,1793,1813,1809,1813,1813,1810,1812,1834,1787,1823,1777,1787,1810,1809,1810,1810,1801,1813,1801,1811,1816,1792,1812,1808,1809,1810,1811,1768,1811,1809,1809,1809,1825,1744,1751,1367,1748,1783,1787,1810,1816,1811,1812,1825,1787,1766,1726,1745,1780,1769,1759,1755,1872,1833,1760,1804,1851,1877,1368,1863,1857,1857,1877,1264,1771,1801,1770,1805,1772,1730,1781,1810,1736,1771,1733,1801,1775,1780,1775,1801,1776,1718,1728,1801,1788,1819,1764,1772,1805,1821,1811,1852,1877,1377,1335,1752,1736,1834,1265,1813,1737,1807,1809,1812,1724,1825,1826,1798,1778,1769,1745,1749,1772,1417,1318,1835,1261,1833,1827,1799,1863,1878,1304,1861,1820,1835,1846,1396,1373,1817,1836,1876,1869,1877,1368,1880,1366,1384,1310,1809,1813,1815,1811,1818,1795,1773,1766,1744,1796,1785,1776,1732,1828,1327,1816,1783,1789,1781,1785,1785,1777,1784,1812,1772,1789,1806,1780,1785,1780,1777,1751,1807,1774,1782,1780,1783,1786,1772,1773,1741,1798,1773,1789,1786,1780,1786,1798,1781,1876,1842,1824,1864,1856,1827,1857,1871,1359,1825,1839,1800,1777,1788,1778,1788,1781,1778,1804,1707,1773,1788,1774,1783,1786,1780,1782,1861,1825,1362,1864,1872,1379,1378,1366,1843,1377,1296,1785,1778,1786,1784,1776,1782,1771,1785,1815,1860,1807,1864,1884,1365,1875,1869,1810,1837,1779,1822,1820,1782,1774,1775,1779,1726,1877,1816,1817,1800,1826,1858,1858,1857,1845,1797,1771,1792,1815,1837,1811,1770,1837,1879,1325,1313,1810,1806,1864,1838,1863,1866,1872,1829,1785,1788,1744,1832,1788,1783,1786,1818,1785,1734,1759,1667,1725,1740,1694,1690,1737,1726,1770,1768,1768,1778,1755,1773,1776,1732,1721,1769,1780,1814,1843,1282,1845,1384,1356,1822,1809,1779,1788,1739,1787,1820,1786,1780,1779,1711,1736,1743,1742,1787,1735,1813,1814,1765,1819,1771,1782,1772,1762,1806,1787,1819,1768,1853,1819,1766,1766,1765,1824,1873,1370,1870,1848,1334,1858,1312,1810,1809,1815,1785,1773,1721,1804,1779,1776,1800,1776,1777,1781,1745,1781,1822,1817,1845,1847,1865,1864,1887,1303,1808,1812,1816,1795,1793,1810,1813,1742,1750,1811,1811,1814,1790,1783,1810,1813,1813,1780,1744,1855,1824,1795,1815,1376,1876,1364,1748,1747,1814,1831,1868,1359,1847,1354,1860,1313,1734,1267,1814,1810,1818,1739,1722,1720,1720,1682,1636,1778,1813,1813,1811,1810,1809,1813,1828,1683,1780,1779,1813,1818,1811,1808,1812,1812,1816,1804,1818,1820,1810,1814,1814,1808,1768,1722,1821,1797,1796,1794,1810,1810,1812,1712,1678,1796,1813,1829,1817,1812,1812,1809,1809,1805,1763,1829,1744,1871,1366,1865,1314,1786,1791,1809,1816,1811,1816,1810,1810,1823,1796,1781,1745,1733,1776,1742,1777,1819,1853,1206,1813,1776,1775,1776,1776,1780,1773,1782,1766,1837,1781,1763,1758,1757,1744,1756,1765,1738,1656,1757,1784,1791,1796,1808,1773,1783,1773,1862,1329,1756,1754,1781,1774,1776,1777,1779,1779,1784,1788,1781,1735,1795,1776,1787,1780,1805,1839,1756,1734,1787,1756,1757,1765,1750,1713,1741,1745,1759,1687,1746,1744,1749,1742,1757,1743,1742,1741,1804,1260,1747,1754,1736,1697,1764,1758,1757,1755,1792,1769,1785,1786,1691,1849,1787,1827,1873,1872,1866,1869,1868,1810,1775,1780,1806,1854,1286,1814,1810,1788,1779,1754,1767,1810,1811,1783,1729,1690,1722,1671,1751,1768,1741,1725,1697,1757,1764,1789,1799,1773,1775,1763,1762,1748,1751,1766,1764,1750,1329,1813,1820,1795,1775,1825,1815,1794,1739,1705,1776,1765,1763,1743,1732,1651,1749,1770,1744,1767,1732,1730,1725,1721,1729,1691,1647,1712,1927,1236,1763,1762,1754,1688,1747,1791,1709,1759,1732,1728,1725,1665,1703,1743,1687,1705,1691,1721,1727,1730,1850,1188,1728,1688,1143,1740,1808,2013,1572,2280,2429,2060,2413,2666,2329,2246,2244,1968,2176,2187,1949,1829,2059,2276,2320,1769,1769,1665,1591,1451,1787,1807,1809,1615,1524,1503,1451,1444,1425,1497,1524,1453,1551,1486,1442,1440,1386,1441,1404,1385,1371,1445,1379,1367,1474,1450,1365,1755,1887,1397,1551,1987,1481,1479,1389,1502,1467,1448,1389,1467,1422,1383,1332,1875,1379,1371,1372,1418,1536,1539,1505,1498,1498,1493,1504,1514,1432,1489,1414,1489,1485,1441,1349,1398,1479,1449,1474,1964,1480,1539,1561,1518,1512,1517,1433,1404,1441,1423,1404,1346,1931,1441,1432,1414,1413,1422,1329,1815,1862,1395,1285,1753,1857,1355,1355,1291,1760,1801,1750,1760,1755,1808,1841,1282,1786,1787,1852,1376,1359,1345,1241,1812,1831,1332,1327,1301,1833,1330,1308,1768,1830,1693,1782,1846,1336,1313,1864,1848,1858,1343,1252,1870,1566,1570,1563,1418,1516,1535,1525,1525,1433,1395,1381,1487,1516,1513,1402,1291,1923,1474,1468,1363,1386,1427,1339,1451,1472,1394,1290,1806,1854,1369,1840,1294,1902,1357,1473,1302,1857,1303,1780,1782,1773,1779,1799,1861,1415,1380,1428,1419,1407,1411,1279,1884,1921,1830,1454,1797,1825,1796,1846,1321,1365,1353,1346,1346,1326,1778,1852,1349,1335,1317,1254,1721,1728,1766,1747,1776,1842,1361,1362,1338,1764,1813,1737,1731,1707,1735,1807,1802,1719,1745,1753,1815,1856,1408,1468,1557,1576,1481,1448,1582,1751,2268,2251,2247,2580,2533,3015,2985,2710,2689,3051,2729,3019,2605,3015,2768,2461,2293,3004,3060,2667,2951,2570,2480,2454,2137,2413,2272,2386,2075,2163,1971,2171,2086,1764,1874,2101,1926,2569,2489,2653,2200,2089,2167,2369,2161,2258,1940,2039,2009,2253,2727,2403,2130,2241,2168,2051,2086,2087,2480,2533,2833,2851,2374,2130,2337,3139,2911,2582,2342,2204,2127,2265,2314,1693,1603,1579,1564,1993,1976,2057,1888,2137,2045,2199,2333,2173,2300,2456,2004,1926,1835,1768,1736,1715,1768,1771,1794,1888,1930,1730,1726,1611,1463,1562,1595,1543,1809,1802,1994,1777,1724,1790,2037,1893,1622,1819,1812,1849,2659,1731,1872,2004,1902,1665,1677,1890,1976,1940,1989,1868,1974,1739,1615,1536,1525,1523,1524,1528,1646,1528,1524,1530,1568,1495,1534,1675,1688,1717,1575,1487,1469,1472,1465,1342,1909,1406,1405,1402,1361,1390,1434,1429,1416,1404,1406,1438,1367,1370,1366,1351,1351,1265,1878,1359,1235,1754,1907,1270,1755,1732,1795,1823,1919,1468,1502,1464,1350,1801,1490,1466,1452,1445,1390,1893,1346,1398,1398,1396,1377,1860,1410,1896,1435,1391,1394,1394,1392,1393,1391,1375,1873,1345,1790,1800,1805,1801,1793,1798,1783,1781,1807,1832,1343,1367,1346,1344,1311,1868,1429,1320,1281,1797,1789,1744,1787,1784,1773,1773,1743,1792,1723,1718,1695,1700,1685,1670,1699,1696,1732,1729,1759,1709,1683,1705,1701,1735,1778,1736,1713,1697,1763,1750,1726,1751,1744,1736,1794,1333,1811,1893,1323,1791,1808,1798,1858,1352,1254,2106,1289,1884,1376,1277,1820,1825,1808,1856,1247,1854,1348,1354,1314,1835,1559,1468,1490,1487,1445,1435,1491,1525,1787,1729,1547,1534,1514,1512,1631,1921,1922,1535,1737,1762,2001,1894,1903,1791,1804,1791,1662,1563,1628,1667,1553,1703,1620,1618,1626,1620,1672,1621,1616,1616,1602,1606,1621,1618,1563,1591,1545,1538,1653,1589,1547,1539,1535,1538,1546,1540,1492,1480,1421,1616,1438,1332,1957,1335,1470,1470,1431,1363,1399,1361,1343,1462,1405,1329,1872,1326,1924,1345,1246,1713,1750,1926,1472,1367,1336,1857,1329,1849,1327,1825,1821,1900,1483,1938,1954,1284,1814,1453,1410,1407,1392,1798,1898,1408,1915,1395,1359,1416,1495,1359,1781,1884,1293,1886,1299,1776,1849,1262,1771,1775,1747,1837,1812,1830,1770,1732,1869,1266,1811,1268,1799,1904,1312,1781,1795,1744,1763,1748,1703,1785,1794,1756,1760,1746,1666,1747,1731,1723,1726,1729,1729,1750,1754,1750,1717,1717,1721,1779,1776,1719,1719,1768,1727,1750,1735,1712,1908,1360,1493,1584,1505,1429,1442,1497,1498,1388,1761,1427,1287,1886,1438,1907,1353,1862,1360,1353,1360,1387,1291,1917,1340,1836,1939,1480,1346,1920,1430,1378,1507,1894,1895,1426,1426,1488,1428,1485,1514,1477,1370,1322,1910,1418,1310,1805,1809,1906,1453,1394,1375,1306,1833,1296,1786,1781,1787,1858,1338,1836,1330,1356,1345,1302,1801,1802,1788,1845,1407,1331,1846,1820,1838,1795,1808,1766,1798,1831,1779,1775,1819,1784,1778,1851,1354,1361,1373,1369,1271,1768,1850,1842,1825,1820,1821,1910,1337,1892,1337,1775,1799,1777,1777,1774,1816,1773,1751,1760,1734,1730,1726,1725,1724,1727,1720,1683,1776,1759,1752,1752,1741,1727,1722,1717,1710,1791,1790,1768,1802,1873,1372,1364,1371,1801,1737,1809,1810,1810,1810,1811,1813,1810,1816,1848,1274,1777,1771,1777,1768,1772,1784,1786,1793,1786,1823,1302,1783,1780,1786,1779,1783,1717,1779,1892,1368,1373,1343,1818,1868,1312,1809,1746,1733,1731,1724,1723,1720,1723,1692,1764,1707,1768,1779,1825,1818,1811,1810,1761,1786,1772,1777,1797,1828,1814,1809,1809,1769,1814,1774,1774,1768,1770,1764,1762,1762,1651,1745,1745,1748,1768,1765,1833,1813,1810,1741,1797,1809,1753,1747,1769,1766,1767,1747,1786,1756,1693,1847,1805,1753,1728,1717,1716,1673,1795,1769,1799,1782,1787,1771,1797,3157,2826,2574,2069,2211,2357,3929,2238,2116,2142,1985,1976,2012,2069,2138,1966,1993,1909,1770,1703,1735,1639,1773,1829,1802,1736,1716,1642,1655,1591,1615,1588,1634,1608,1659,1639,1614,1558,1375,1941,1362,1901,1421,1443,1420,1846,1843,1804,1897,1437,1445,1390,1344,1964,1470,1950,1985,1306,2026,1443,1441,1416,1329,1901,1399,1347,1338,1836,1829,1822,1820,1811,1810,1364,1364,1359,1383,1362,1354,1308,1806,1812,1860,1240,1265,1811,1883,1878,1245,1848,1856,1855,1724,1816,1818,1963,1444,1420,1426,1416,1369,1267,1909,1266,1763,1861,1312,1901,1382,1291,1801,1753,1746,1755,1826,1288,1781,1758,1850,1347,1345,1347,1297,1705,1799,1843,1347,1298,1845,1262,1757,1836,1290,1756,1718,1730,1726,1783,1735,1784,1776,1775,1791,1751,1767,1747,1740,1765,1700,1739,1700,1698,1738,1713,1751,1701,1820,1691,1688,1714,1719,1759,1741,1739,1799,1800,1821,1772,1821,1818,1770,1766,1748,1806,1770,1777,1773,1733,1782,1797,1806,1754,1805,1733,1769,1769,1731,1726,1768,1779,1775,1774,1780,1786,1775,1769,1787,1688,1851,1857,1777,1779,1766,1753,1756,1738,1794,1751,1795,1789,1794,1777,1772,1796,1757,1793,1787,1732,1764,1744,1745,1738,1751,1673,1753,1802,1758,1790,1806,1757,1771,1786,1835,1842,1822,1772,1790,1808,1684,1765,1735,1729,1692,1763,1821,1840,1232,1780,1862,1815,1829,1794,1825,1780,1742,1688,1785,1812,1319,1805,1846,1312,1809,1811,1811,1805,1752,1716,1713,1717,1766,1762,1771,1741,1699,1720,1757,1753,1751,1743,1763,2923,2735,2907,2105,2119,2595,2471,2542,2539,2217,2104,2196,2198,2188,2198,2149,1690,1835,1711,1603,1706,1650,2586,2562,1589,1428,1444,1443,1590,1601,1988,1528,1526,1609,1554,1506,1467,1571,1561,1419,1342,1835,1326,1966,1469,1458,1399,1467,1666,1322,1823,1780,1774,1931,1372,1317,1423,1419,1618,1516,1386,1366,1365,1368,1436,1418,1377,1365,1335,1331,1245,1835,1342,1832,1985,1363,1365,1263,1744,1744,1761,1762,1748,1757,1751,1754,1271,1752,1739,1740,1799,1788,1815,1741,1775,1728,1707,1724,1717,1734,1763,1793,1690,1716,1784,1767,1749,1746,1751,1749,1749,1746,1720,1816,1856,1369,1362,1319,1401,1737,1896,1848,1817,1794,1778,1800,1799,1836,1297,1839,1296,1864,1371,1365,1367,1774,1790,1830,1708,1746,1828,1695,1732,1746,1768,1812,1766,1823,1890,1290,1265,1811,1674,1661,1724,1788,1736,1775,1705,1737,1665,1639,1760,1825,1787,1787,1787,1786,1674,1725,1777,1816,1713,1699,1701,1698,1700,1690,1811,1770,1711,1706,1631,1711,1661,1632,1746,1680,1677,1684,1692,1673,1677,1764,1733,1773,1803,1739,1847,1872,1380,1798,1813,1811,1733,1813,1722,1724,1730,1684,1679,1681,1753,1751,1781,1747,1713,1668,1725,1727,1724,1683,1680,1696,1702,1742,1771,1773,1729,1724,1724,1682,1690,1718,1724,1682,1722,1682,1721,1715,1684,1644,1762,1807,1696,1733,1739,1708,1682,1680,1665,1754,1741,1768,1748,1730,1773,1771,1734,1780,1805,1727,1725,1684,1681,1682,1681,1683,1766,1769,1745,1727,1768,1805,1725,1726,1692,1692,1680,1680,1722,1768,1774,1816,1730,1691,1819,1805,1808,1806,1774,1643,1725,1724,1683,1703,1732,1727,1682,1702,1742,1726,1716,1693,1903,1304,1805,1777,1767,1755,1754,1866,1365,1361,1360,1367,1366,1337,1336,1334,1334,1335,1337,1333,1449,1448,1486,1378,1357,1355,1333,1898,1359,1270,1745,1730,1238,1822,1847,1801,1837,1748,1823,1767,1816,1798,1880,1397,1888,1365,1849,1848,1847,1842,1877,1385,1754,1870,1395,1457,1448,1454,1421,1335,1786,1811,1823,1849,1344,1849,1853,1848,1848,1843,1811,1861,1372,1348,1295,1784,1787,1788,1791,1771,1787,1790,1814,1339,1321,1822,1816,1817,1740,1843,1852,1305,1813,1795,1779,1795,1837,1709,1766,1771,1779,1729,1717,1751,1785,1787,1801,1826,1289,1806,1758,1762,1777,1748,1766,1754,1757,1760,1715,1716,1741,1749,1727,1709,1665,1733,1727,1727,1756,1785,1844,1763,1760,1773,1758,1767,1756,1748,1698,1747,1724,1708,1723,1735,1712,1711,1766,1801,1757,1742,1910,3250,3078,2806,2906,3784,3147,3154,2783,2451,2506,2373,2647,2896,2888,2698,2467,2494,2483,2664,2812,2853,4121,2346,2717,2139,2449,2488,2331,2205,2685,2211,2684,2251,2525,2371,2286,2571,2085,2123,2649,2485,2488,2173,2482,2133,2081,2298,2404,2570,2725,2609,2523,2649,2614,2561,2650,2612,2721,2535,4008,2528,2529,2852,2560,2728,2567,4177,2646,2487,2525,2413,2528,2604,2446,2649,2527,2530,2612,2522,2492,2530,2606,2330,2685,2734,2962,2212,2730,2525,2571,2643,2608,2569,2607,2525,2932,2765,2454,2607,3968,2768,2894,3086,2371,2444,2607,2451,2926,2611,2486,4010,2612,2526,2769,2490,2365,2411,2569,2645,2608,2444,2408,2247,2529,2532,2361,2646,2614,2802,2452,2652,2603,2400,2415,2529,2527,2530,2287,2368,2251,2363,2245,2488,2407,2568,2683,2535,2330,2606,2450,2365,3197,2532,2531,2572,4119,2262,2888,2606,2604,2489,2529,2564,2641,2686,2300,2686,2130,2488,2643,2522,2292,3171,2570,2454,2504,2489,2205,2814,2645,2446,2888,3133,2682,3055,2884,2361,2532,3294,2563,2009,2672,2464,2127,2208,2484,2364,3937,2449,2724,2563,2333,2729,2563,2486,2529,2692,2490,2325,2391,2612,2777,2567,2569,2566,2533,2522,2650,2487,2734,2607,2488,2400,2371,2367,2528,2530,2284,2478,2525,2824,2645,2767,2484,2489,2729,2453,2763,2446,2772,2363,2493,2530,2483,2204,2290,2204,2839,2698,2597,2493,2294,2607,2605,2412,2243,2693,2597,2418,3010,2684,2446,2446,2492,2328,2084,2481,2617,2485,2488,2851,2445,2484,2559,2424,2327,2330,2363,2284,2975,2650,2681,2571,2567,2486,2613,2006,2037,2169,2486,2288,2282,2731,2568,2444,2491,2602,2300,2326,2240,2328,2333,2404,2163,2523,2450,3004,2100,2167,2392,2527,2411,2609,2452,2489,2648,2641,2331,2805,2653,2565,2529,2488,2523,2494,2761,2492,2653,2567,2367,2400,2459,2074,1981,3489,2565,2095,2370,2486,2401,2371,2368,2531,2563,2452,2011,2315,2291,2371,2444,3008,2649,2167,2287,2609,2296,2557,2282,2436,2330,2905,2308,2405,2463,2570,2334,2042,1854,1827,2742,2493,2364,2286,2331,2324,2485,2364,2247,2008,2047,2462,2566,2488,3088,2576,2926,2203,2533,2080,2848,2489,2410,2369,2969,2686,2245,2494,2605,2650,3971,2767,2570,2523,1988,2528,2573,2484,2573,2327,2681,2656,2524,2364,2414,2361,2209,2370,2286,2410,3325,3008,2568,2211,1932,1927,2290,2564,2531,2557,2456,2564,2413,2402,2039,2588,2570,2043,2013,2194,2067,1888,1883,1971,2048,2280,2294,2479,2450,2366,2612,2611,2559,2574,2766,2528,2240,2526,2491,2650,2607,2402,1968,2852,1876,1732,2148,2040,1824,1845,1846,1842,1924,1808,1842,1730,1807,1838,1646,1840,1849,1953,2624,2707,2431,2062,1908,1976,1937,2192,2059,2245,2011,1963,1845,2086,1738,1915,1994,1968,1607,1689,1805,1806,1799,1675,1541,1712,1570,1710,1712,1728,1724,1906,1616,1682,1647,1878,1855,1836,1804,1696,1649,1801,1752,1773,1744,1546,1637,1662,1589,1455,1449,1552,1448,1679,1447,1409,1526,1488,1395,1345,1357,1357,1372,1353,1928,1370,1487,1438,1396,1491,1570,1627,1570,1557,1498,1617,1465,1481,1557,1603,1584,1565,1788,1844,1873,1967,1757,1864,1969,1790,1855,1606,1757,1815,1923,1877,1770,1925,1898,1973,1965,1889,1950,1929,1784,1881,1997,1784,1561,1636,1658,1841,2116,1816,1829,1828,1836,1791,1674,1615,1531,1484,1475,1958,1535,1557,1678,1554,1867,1580,1469,1629,1690,1565,1575,1622,1601,1594,1590,1595,1605,1644,1629,1661,1610,1608,1627,1500,1481,1462,1420,1420,1334,1377,1307,1839,1914,1377,1342,1339,1334,1333,1333,1330,1333,1274,1749,1969,1402,1377,1296,1756,1791,1818,1779,1745,1777,1840,1258,1781,1806,1827,1394,1326,1327,1318,1345,1813,1819,1334,1831,1786,1798,1747,1789,1811,1900,1314,1885,1328,1907,1372,1367,1308,1385,1241,1709,1220,1898,1385,1286,1789,1713,1696,1694,1688,1827,1526,1358,1303,1800,1828,1275,1720,1707,1683,1812,1692,1775,1761,1751,1789,1353,1352,1487,1515,1445,1312,1829,1327,1441,1273,1810,1778,1800,1800,1814,1824,1286,1804,1880,1417,1373,1410,1392,1341,1791,1765,1781,1892,1379,1300,1824,1329,1367,1366,1308,1463,1397,1454,1485,1782,1769,1647,1625,1598,1539,1641,2049,2041,2441,2416,2565,2564,2491,2560,2291,2250,2250,2368,2767,2290,2609,2450,2488,2247,2684,1915,1845,1957,1887,2046,2117,2168,2022,1722,1613,1809,2140,2201,2250,2608,2324,2250,2125,2046,1963,1886,2166,2048,1624,1881,1970,1965,1965,2088,2205,1971,1643,1605,1596,1571,1807,1721,1617,2112,2004,2245,2054,2067,2418,2075,1841,2230,2148,1890,1804,1725,1724,1533,1428,1402,1659,1711,1604,1408,1403,1398,1949,1884,1844,1828,1593,1754,1687,1707,1690,1714,1697,1688,1455,1283,1989,1376,1775,1766,1764,1764,1764,1927,1243,1896,1418,1328,1722,1948,1227,1860,1460,1455,1454,1545,1335,1452,1354,1487,1569,1614,1673,1628,1602,1592,1481,1474,1412,1482,1420,1419,1421,1421,1424,1440,1385,1421,1420,1324,1923,1337,1868,1452,1517,1561,1486,1542,1350,1417,1396,1536,1570,1566,1453,1571,1558,1554,1572,1570,1571,1401,1513,1569,2515,2875,2423,2457,2423,2352,2311,2411,1954,1729,1649,1668,1615,1724,1720,1692,1676,1686,1567,1802,1771,1767,1684,1716,1623,1670,1855,1602,1559,1563,1645,1616,1720,1843,1693,1998,1762,1764,1766,1747,1764,1785,1631,1507,1651,1488,1507,1524,1525,1562,1527,1525,1520,1660,1612,1480,1471,1458,1466,1460,1470,1468,1476,1425,1477,1605,1620,1613,1617,1630,1626,1656,1615,1639,1544,1400,1608,1539,1483,1478,1310,1943,1480,1477,1496,1294,1932,1843,1900,1387,1388,1386,1324,1350,1362,1331,1802,1804,1804,1797,1800,1806,1808,1806,1811,1771,1721,1770,1793,1783,1782,1861,1348,1473,1379,1322,1403,1407,1398,1399,1396,1397,1403,1418,1400,1401,1376,1302,1872,1383,1394,1335,1426,1382,1396,1387,1293,1826,1825,1293,1814,1355,1349,1346,1348,1272,1770,1746,1744,1699,1670,1781,1672,1699,1660,1725,1727,1723,1718,1726,1715,1744,1785,1335,1267,1833,1239,1721,1707,1684,1737,1764,1706,1701,1704,1707,1704,1701,1697,1705,1700,1637,1686,1706,1731,1737,1699,1688,1690,1700,1690,1685,1688,1681,1688,1689,1693,1677,1630,1732,1800,1778,1724,1703,1775,1810,1776,1777,1782,1779,1690,1762,1763,1783,1773,1730,1727,1800,1300,1726,1757,1702,1793,1805,1802,1802,1804,1701,1749,1737,1800,1832,1775,1727,1769,1759,1738,1728,1862,1794,1805,1794,1798,1827,1945,1486,1571,1514,1364,1783,1832,1792,1798,1787,2075,1631,1574,1577,1537,1527,1525,1349,1340,1335,1865,1331,1516,1499,1489,1404,1435,1493,1460,1416,1312,1459,1851,1381,1381,1458,1783,1873,1850,1354,1340,1381,1356,1356,1353,1309,1379,1830,1832,1830,1821,1884,1393,1377,1416,1412,1388,1323,1820,1846,1823,1990,1419,1849,1847,1343,1435,1368,1353,1352,1352,1390,1352,1362,1354,1353,1352,1277,1852,1346,1347,1304,1779,1841,1397,1798,1847,1395,1365,1774,1764,1757,1253,1741,1749,1750,1752,1741,1797,1814,1818,1321,1817,1834,1404,1369,1332,1823,1782,1777,1823,1340,1323,1751,1733,1733,1733,1732,1730,1722,1646,1788,1759,1758,1717,1719,1743,1753,1791,1772,1777,1771,1748,1751,1763,1780,1752,1752,1747,1758,1758,1761,1702,1718,1767,1779,1787,1816,1935,1952,1461,1958,1449,2608,2480,2511,2007,2199,2419,2360,2125,1889,3191,2669,3787,2530,2444,2399,2397,2155,2228,2533,2189,2010,2205,2199,1798,1974,2188,2196,2190,2144,1976,1736,1725,1952,1698,1712,1654,1723,1777,1868,2413,2048,2125,2012,1843,1989,2381,2164,2372,2076,2318,2374,2402,2608,2809,2782,2413,2719,2632,2478,3540,2984,2764,2293,2284,2109,3007,2880,2571,2126,2212,1991,2143,2042,2046,2466,2000,2384,2782,2201,3410,2370,2556,2449,1988,2643,2142,2173,2455,2540,2583,2629,2243,2420,2571,2316,2170,2479,2354,2192,2195,2194,2077,1971,1920,1664,1716,1737,1649,1720,1738,1627,1522,1521,1979,1605,1531,1529,1527,1525,1528,1519,1480,1378,1475,1499,1451,1460,1460,1460,1459,1460,1368,1292,1785,1867,1298,1854,1331,1329,1326,1821,1889,1418,1387,1374,1484,1381,1368,1368,1292,1760,1814,1883,1414,1434,1421,1438,1468,1769,1769,1773,1774,1813,1809,1966,1359,1449,1398,1403,1398,1365,1894,1403,1399,1363,1920,1408,1386,1313,1822,1820,1826,1821,1812,1886,1314,1285,1858,1285,1774,1769,1781,1883,1402,1396,1409,1274,1900,1292,1850,1320,1288,1826,1332,1320,1323,1786,1769,1865,1355,1804,1832,1800,1821,1284,1791,1772,1839,1347,1347,1347,1346,1303,1725,1710,1714,1893,1278,1762,1714,1758,1753,1805,1813,1803,1802,1806,1849,1281,1788,1739,1762,1676,1758,1788,1792,1807,1794,1820,1808,1767,1725,1735,1757,1775,1773,1811,1747,1788,1754,1813,1790,1883,1780,1766,1706,1779,1753,1811,1795,1782,1753,1756,1757,1795,1754,1782,1778,1767,1747,1788,1756,1806,1778,1796,1711,1779,1808,1763,1783,1851,1827,1837,1321,1738,1781,1783,1784,1788,1788,1794,1789,1808,1761,1680,1741,1690,1680,1757,1870,1460,1462,1412,1408,1424,1427,1424,1424,1384,1384,1386,1384,1334,1943,1583,1430,1841,1463,1557,1499,1453,1371,1334,1342,1353,1429,1411,1375,1472,1464,1462,1464,1475,1464,1463,1446,1440,1420,1295,1877,1350,1363,1370,1353,1365,1358,1328,1336,1338,1373,1288,1843,1346,1321,1344,1346,1342,1339,1324,1321,1252,1792,1835,1253,1789,1834,1333,1335,1321,1343,1340,1350,1347,1300,1895,1848,1384,1378,1409,2070,1717,1663,1631,1523,1499,1535,1525,1539,1570,1559,1598,1472,1373,1372,1354,1360,1792,1795,1787,1809,1810,1334,1798,1839,1803,1801,1875,1354,1334,1330,1853,1254,1763,1783,1775,1826,1777,1761,1830,1783,1839,1520,1426,3087,2592,2744,2185,2216,2516,2732,2217,2092,2128,2222,2833,2734,2608,4268,3133,2500,2890,3175,2818,2670,2693,2742,2871,3859,2573,2421,2035,3173,2648,2092,2079,2364,2302,2580,2604,2104,2096,2024,2336,2237,2244,2052,1963,1885,2084,1688,1651,1753,1760,1728,1662,1645,1751,1853,1642,1641,1619,1716,1718,1695,1651,1652,1766,1859,1678,1726,1722,1720,1663,2635,1723,1642,1647,1737,1872,1735,1489,1847,1606,1566,1604,1483,1555,1476,1550,1618,1530,1537,1521,1520,1478,2089,1573,1550,1501,1491,1963,1760,1685,1843,1705,1517,1531,1646,1767,1474,1602,2095,2047,1962,1881,1844,1830,1878,2014,1985,2045,2138,1932,2085,1887,2478,2446,3774,2070,1921,2024,1900,1931,1971,2040,1962,1887,2052,2037,1853,2044,2004,2006,2409,2332,2566,2447,3365,1938,1961,1880,1772,1887,1928,2087,1880,2057,1597,1932,1956,1932,1964,2081,1845,2098,2005,2007,1964,1929,1993,2208,1926,2090,2088,2012,1851,2036,2010,2086,1846,1807,1837,1932,1922,2286,1852,2404,2210,2048,1970,2009,2073,2057,2077,1890,1963,2007,2007,2009,2002,2008,1930,2278,2894,1966,3303,2251,2526,3084,2798,2414,2416,1772,2255,3333,2250,2325,2448,2366,2608,2447,2484,2731,2691,2486,2804,2572,2332,2603,2368,2562,2653,2448,2608,2208,2007,1924,2214,1960,2278,3492,2522,2651,2447,2531,3087,2172,1919,2417,2395,1809,2309,2478,2890,2450,3729,2204,2135,2130,2517,1775,2331,2573,2304,1770,4254,3252,1892,1956,2335,2003,1963,2140,2337,2365,1857,2022,2234,1959,2336,3041,7061,2571,1812,3221,3057,5454,5774,2220,9091,7618,8064,4293,4650,10599,2889,2288,2242,6022,9595,10246,3564,4975,4140,2846,2764,2087,2248,6368,2612,3002,2854,2645,3176,2572,1999,4057,3205,2206,1928,2123,3251,1891,2185,3132,1802,1932,3281,2097,3454,1730,1896,1996,2576,2107,2441,2687,2373,2561,4008,3250,2972,2327,2374,2442,1646,1966,2673,3053,3765,2492,3247,2248,2887,4053,2208,2530,4538,3368,3447,3134,2209,2326,2087,4492,3171,1957,2133,2927,3811,2370,3210,2164,2406,4335,2086,1847,2809,2128,2486,2608,3770,2246,2421,2643,2773,3287,2884,3376,2080,2929,2538,2644,2771,3967,5585,2128,3767,4740,2208,2534,3449,2085,2206,4450,2253,2279,2449,2166,1631,2728,1851,2087,2415,2079,2137,2366,2047,2051,2239,2286,2372,2243,2691,2046,2085,1970,1894,2360,2286,2569,2160,2213,2167,2239,2011,2006,2448,2720,2967,2535,2809,2881,1928,2326,2406,2295,4969,2250,2971,2722,4252,2290,2331,2609,2610,2889,5090,2292,2927,3019,2444,2285,2328,1965,2244,2211,3173,2841,2692,2454,2447,2083,2198,1972,2196,3293,2485,2332,2607,2171,4727,3056,4370,2322,3090,2210,4369,1889,3693,2886,2651,2446,2366,2370,2329,2321,2453,2043,2411,2568,2240,2209,4531,3858,2320,4620,3285,3733,4055,1992,1722,2340,2283,2248,2090,2327,2568,2444,2612,2772,2563,2728,2249,5136,2642,2052,1919,2134,1910,3079,2330,2201,2450,2759,1990,2286,3324,2492,2766,3013,3041,2814,2969,2201,2212,3853,2088,2085,2240,2293,2970,3164,2650,2490,3368,3129,2165,2207,2367,2728,3171,2445,2087,3048,2452,2653,2288,2690,2527,2560,2248,2133,2003,2215,3326,5690,2731,2491,3974,2647,6739,2205,2289,2685,2289,3731,3893,2449,2650,2888,4333,6381,1925,3531,2842,4422,3041,2859,3490,3418,1813,2455,2401,2519,2666,2335,2662,2092,2805,2606,2454,2487,2605,2335,3779,2243,2687,1972,2492,2446,2172,2600,2569,2606,2046,3214,2688,3165,2812,2243,2848,2654,3130,4418,2325,2207,4012,2175,2441,2450,2330,2448,2687,2969,2362,2009,2604,2612,2524,2607,3570,2252,3129,2687,2448,3973,3479,2042,2323,1793,2389,1969,2495,1920,2653,2762,2173,2244,2605,2447,2574,2049,2321,2328,2283,5861,2368,2486,2810,2331,2967,1967,2201,1927,2335,2449,2479,2405,2124,1973,2488,2408,2322,2333,2242,2407,2445,2494,2405,2365,2080,1973,2036,2086,2623,2528,2198,1954,2002,2414,2095,2528,2442,2173,2164,2490,2092,1972,2121,2044,2411,2204,2218,2180,2009,2088,1933,2039,1924,1963,2215,2117,2050,2014,1759,1966,2211,1882,1728,2046,1881,1889,1839,1934,2036,1614,1885,1842,2336,2238,1923,2009,1687,2030,1497,1517,1559,1493,1520,1665,2244,2084,2259,1728,1713,1607,1644,1986,2247,2049,2130,2243,2050,2321,2653,2971,2007,1970,1929,1965,2083,1725,2243,2123,2689,2009,1933,2288,2367,2003,2037,2056,2001,1931,1877,1854,1994,1978,2111,2015,2011,2591,2158,2115,2042,2429,2060,2347,2109,1652,2101,1606,1563,1606,1604,1634,1847,1550,1925,2052,2091,1919,1681,1875,1709,1380,1657,1639,1619,1637,2010,1607,1658,1565,1636,2415,1992,1721,1475,1328,1882,1290,1790,1335,1773,1900,1746,1356,1294,1711,1588,1673,1487,1688,1612,1538,1655,1634,1611,1308,1566,1755,1614,1623,1622,1520,1476,1700,1407,1533,1452,1450,1351,1804,1319,2002,1569,1587,1488,1722,1503,1333,1867,1343,1337,1331,1329,1355,1437,1465,1517,1998,1422,1259,1783,1778,1723,1799,1727,1849,1270,1802,1764,1773,1844,1362,1877,1375,1391,1487,1424,1378,1875,1385,1386,1882,1386,1912,1339,1980,1398,1900,1830,1876,1864,1855,1841,1883,1303,1445,1447,1446,1460,1381,1360,1333,1362,1343,1330,1275,1794,1768,1762,1783,1761,1761,1748,1744,1750,1822,1788,1755,1791,1339,1344,1794,1760,1783,1883,1708,1787,1784,1787,1773,1773,1805,1813,1775,1756,1766,1772,1796,1792,1797,1790,1817,1288,1784,1756,1775,1791,1788,1809,1758,1795,1795,1769,1746,1794,1762,1755,1752,1752,1654,1739,1741,1775,1785,1779,1776,1726,1746,1707,1770,1776,1798,1698,1799,1758,1711,1714,1748,1759,1756,1756,1755,1759,1749,1775,1789,1810,1775,1771,1778,1776,1777,1749,1766,1735,1848,1788,3025,1980,2278,2460,2343,2264,2071,1850,1813,1861,1688,1888,1884,1732,1728,1651,1678,1656,1838,1958,1945,1961,1996,1964,1946,1955,1879,1814,1777,1525,1720,1721,1797,1864,1769,1580,1593,1785,1773,1675,1463,1340,2016,1532,1475,2904,1616,1803,1653,1516,1429,1299,1808,1922,1304,1919,1427,1908,1429,1413,1323,1868,1356,1823,1797,2007,1566,1491,1402,1305,1799,1801,1798,1800,1801,1757,1904,1484,1493,1511,1521,1487,1477,1458,1314,1801,1810,1311,1802,1917,1313,1784,1777,1789,1816,1808,1796,1794,1782,1808,1796,1874,1250,1822,1805,1865,1367,1284,1804,1880,1350,1378,1430,1364,2645,2729,2578,2433,2486,2232,2478,2235,2108,2182,5567,1997,1750,2189,1978,2090,1998,1846,1818,1945,2546,2967,2727,2565,2373,2366,2850,2242,2251,1848,1966,2008,2003,2247,2124,1967,1927,2132,2038,1924,1966,1800,1918,1772,1807,1605,1564,1570,1568,1605,1668,1692,1610,1572,1628,1790,1716,1632,1722,2087,1853,1991,1965,2126,1968,1970,1889,2185,2362,1804,1885,1852,1808,1972,2044,2086,2324,2205,2043,2009,1884,1843,1804,2210,1962,1859,1919,2167,2285,2295,2120,1857,2360,2208,2047,1569,1597,1651,1921,2013,1959,1970,1881,1653,1804,1847,1958,2051,2288,2002,1812,1925,1571,1559,1729,1531,1958,1762,1853,2086,2126,2004,2001,2061,2131,1839,1798,1656,1526,1631,1775,1806,1849,1929,1726,1722,1715,1687,2049,2118,1939,1913,2168,1964,2014,1922,1997,3091,2125,1989,2042,1980,1886,1652,1598,1453,1442,1393,1443,1407,1658,1510,1495,1641,1720,1841,1542,1522,1729,1767,1790,1735,1529,1682,1765,1765,1727,1872,1815,2008,1886,1879,2316,2562,2249,2411,2607,2607,2528,2175,2207,2210,2446,1930,2285,2322,2336,2044,2928,2531,2561,2569,2286,2245,2776,2365,2240,2448,2568,2934,2363,2293,2285,1934,1883,1883,1810,1759,1984,1847,1686,1761,1576,1557,1530,1783,2405,1582,1657,1637,1565,1531,1554,1527,1529,1525,1608,1915,1978,2196,1972,1924,2001,2045,2048,2124,2248,2247,2325,1927,1531,2254,2122,2169,2087,2329,2281,2273,2527,2194,2244,1956,1720,1839,2196,2243,1850,2418,2212,2186,2519,2895,2447,2767,2910,2871,2481,3077,2492,2301,2439,2074,2188,2177,2190,2169,2178,2390,2279,2558,1829,1998,1912,1911,1907,1913,1723,1643,1903,1964,1831,1736,1735,1632,1597,1683,1683,1783,1736,1916,1656,2118,2137,1625,1625,1625,1530,1661,1587,1612,1551,1606,1552,1556,1556,1554,1669,1685,1588,1566,1509,1529,1370,1340,1450,1450,1447,1448,1271,1872,1351,1385,1385,1543,1534,1540,1436,1444,1449,1357,1854,1548,1524,1499,1501,1495,1405,1409,1403,1335,1318,1866,1439,1371,1824,1443,1446,1441,1386,1325,1813,1716,1811,1871,1902,1330,1762,1789,1714,1845,1780,1897,1802,1853,1853,1848,1786,1736,1793,1846,1788,1844,1780,1870,1410,1319,1868,1767,1314,1393,1259,1781,1726,1746,1730,1818,1315,1864,1383,1344,1391,1402,1365,1362,1361,1389,1346,1371,1363,1392,1383,1356,1817,1853,1806,1806,1806,1805,1784,1812,1345,1818,1804,1798,1802,1802,1810,1808,1822,1308,1827,1797,1790,1794,1795,1799,1781,1786,1795,1799,1769,1753,1782,1803,1777,1777,1838,1787,1792,1754,1799,1773,1783,1784,1784,1787,1836,1822,1774,1778,1776,1762,1756,1759,1727,1773,1776,1777,1780,1778,1784,1789,1848,1803,1776,1793,1780,1752,1799,1774,1784,1795,1709,1845,1813,1773,1798,1751,1806,1752,1747,1769,1772,1780,1775,1774,1776,1755,1836,1770,1789,1777,1776,1756,1757,1761,1777,1778,1778,1745,1775,1780,1763,1758,1781,1844,1756,1787,1861,1823,1370,1365,1874,1885,1383,1268,1803,1806,1829,1751,1783,1736,1651,1648,1688,1657,1340,1197,1714,1635,1625,1646,1631,1637,1683,1738,1716,1668,1724,1716,1728,1789,1814,1832,1533,1317,1682,1528,1484,1568,1475,2018,1943,1772,1629,1738,2127,2004,1928,2369,3303,3442,2894,3152,2669,2363,2387,2729,2607,2912,2805,2872,3165,2606,2618,2615,2351,2083,2393,1870,1884,2091,2456,2162,2249,2203,1815,1884,2082,2450,2521,2197,2072,2050,1894,2005,2599,2941,2834,2771,2385,2951,2734,2527,2926,4182,2453,2484,3081,2726,2415,2448,2530,2500,2145,2547,2163,2023,2844,2570,2488,2364,2532,2486,2445,2173,2564,2363,2087,2693,2525,2604,2967,2454,2726,2410,2607,2561,1893,1774,1997,2347,2447,2437,2335,1872,1937,2045,1960,1967,1886,1927,2080,1896,2287,2181,2362,2092,2204,2733,2361,2534,2359,2366,2532,2506,2076,2131,2045,2376,2530,2324,2531,2649,2244,1853,1913,2045,1925,1919,2214,1928,1964,3052,2113,2465,2327,2646,2566,2325,2570,2367,2802,3367,2622,2482,2370,2607,2576,2795,2169,1728,1616,2524,2320,2288,2524,2491,2241,2415,2085,2099,2402,2689,2282,2120,2168,2305,2531,2370,2562,2607,2976,2685,2526,2329,3317,3427,3339,2414,2643,1965,2047,2324,1969,2390,2571,2203,2090,1969,1962,1966,2052,2810,2007,2642,2003,2206,1772,2042,2046,1805,1930,1930,1960,1960,2008,3025,2614,2563,3089,2490,2485,3885,2297,2525,2250,2202,2162,2213,2201,2449,2411,2407,2608,2562,2445,2098,2320,2649,2004,2095,2407,2490,2689,2597,1961,2046,2046,2054,2042,2118,2419,2611,2649,2606,2603,2177,2477,2928,2493,2483,2567,2098,2317,2734,2528,2444,2247,2528,2651,2328,2565,2249,2487,2455,2565,2412,2479,2056,2059,2084,2434,2530,2527,2688,2488,2075,2112,2244,2211,2643,2496,2319,2166,2079,2418,2493,2043,2287,2374,2084,2004,2298,2154,2537,2093,2339,2643,2175,1992,1935,1965,2129,2249,2322,2292,2324,2444,2168,2649,2685,2414,2209,2690,2398,2090,2530,3249,2773,2412,2442,2486,2565,2209,2567,2450,2521,2767,2574,2607,2128,2006,2011,2160,2165,1895,2576,2244,2531,2727,2536,2686,2399,2537,2724,2569,2206,2617,2602,2607,2489,2647,2619,2126,2048,1969,2041,2053,2439,2209,2737,2528,2072,2045,2343,2100,2122,2089,2082,2051,2043,2092,2127,2522,2053,2201,2394,2609,2451,2608,2324,2165,2005,2108,2290,2366,2012,2089,2125,2049,2081,2041,1975,2007,2415,1939,2039,2047,2515,2371,2561,2610,2089,2168,2524,2135,2120,2049,2208,2039,1895,2083,1965,2213,1965,2166,1998,1888,1814,2197,2200,2326,2166,2814,2202,2364,2449,2648,2166,2491,2849,2206,1976,2205,2258,2568,2194,2163,2281,2368,2489,2693,2808,2851,2608,2367,2403,2526,2490,2400,2294,2568,2685,3903,2646,2262,1887,2045,2312,2654,2282,2406,2369,2407,2124,2321,2046,2209,2608,2605,2564,2649,2650,2649,2807,2535,2486,2530,2286,2533,2044,2171,2036,1889,2319,2333,2359,2411,2209,2493,2684,2485,2533,2286,2034,2048,2561,2603,2146,1970,2128,2256,2206,2004,2043,2095,2084,1957,2012,2046,2039,2246,2533,2093,2080,2083,2294,3722,2050,2044,2017,2441,2455,2002,2611,2242,2130,2928,2644,3134,2605,2527,2490,2807,2245,2200,2770,2731,2455,2034,2462,2167,2608,2488,3165,2413,2441,2051,2496,2038,2131,2126,2124,2040,2117,1888,2088,2788,2675,2517,2491,2447,2565,2242,3184,3175,2409,1927,2415,2331,2407,2442,2495,2480,2414,2964,2321,2290,2407,2614,2484,2411,2128,1970,1939,2207,2410,2488,2526,2053,1858,2393,2491,2447,2482,2977,2442,2447,2291,2324,2450,2526,2486,2650,2326,2408,2245,3009,2612,2529,2687,2568,2523,2289,2252,2159,2051,1972,2442,2480,2651,2245,2647,2487,2332,2158,2449,2651,2569,2523,2486,2329,2208,2685,2611,2449,2485,2211,1812,1785,2008,1870,2047,2491,2684,2202,1858,1979,2599,2686,2326,2450,2486,2006,2535,2129,2450,2359,2333,2325,2447,2290,2326,2116,2369,2489,2370,2681,2574,2647,2684,2775,3090,2482,2413,2521,2613,2649,2647,2366,2530,2881,2531,2561,2253,2849,4220,2203,2972,2487,2205,1856,1920,1969,1967,1915,2410,2336,2555,2132,1930,2341,2645,2449,2495,2290,2246,1931,1743,2177,1843,2038,2332,1961,1738,1862,1657,2328,1841,1887,2332,1837,1726,1725,1726,1769,1688,1879,1695,1797,1766,1922,1809,1804,1767,1768,1891,2043,1970,1924,1966,2105,1949,1833,2157,2340,1848,1763,1853,2153,2293,2027,2583,3247,2488,2363,1976,1969,2195,2394,2253,2290,2529,2365,2132,2217,2084,2233,2110,2600,2490,2083,1982,2448,2568,2649,2404,2093,2480,2770,3092,2687,2332,2360,2446,2565,2171,2076,1927,1972,1994,1966,1891,1810,1727,1759,1568,1882,2646,2203,2615,2413,1769,1920,1645,1766,1886,1926,1960,2089,1806,1735,1713,1696,1882,1881,1810,1726,1923,2165,2085,2604,2260,1842,1723,1769,1917,1896,1637,1608,1726,2382,2097,2406,3165,2685,2409,2243,2065,2247,2235,2484,2493,1838,1951,2002,1891,1917,2209,2009,2132,2797,2045,2019,2560,2651,2007,1961,1934,1999,2047,2564,2079,2050,1808,2048,2323,1877,2336,3890,2975,1879,2084,3728,2339,1954,2137,2247,2484,2206,1885,2245,2166,3770,3096,3940,2532,2366,7993,4411,2449,10386,3657,2608,2363,10356,2693,2045,10994,2165,2199,8102,2335,1890,3327,3521,3784,2756,5302,44556,1928,1886,2406,1639,1612,1925,1681,1730,2086,1764,1644,1724,1606,1603,3604,1680,1862,2039,2006,2657,1839,1928,1811,1962,3003,1889,1843,1851,1921,1897,2271,2443,2576,2167,2606,2211,2324,1934,2044,2209,2369,2162,2891,2209,2128,3653,2676,2812,2091,2243,2488,2161,2493,2327,2485,3291,2048,2002,1856,3562,2882,3333,2521,2733,2165,3173,1926,2207,2135,2206,2144,3292,3775,3296,2644,4101,2811,2649,3606,2485,2056,1976,1850,1807,3607,3326,2254,1793,5496,2811,2084,1878,2445,1958,2051,2044,2008,2245,2496,2540,1864,2046,1954,2052,2366,2562,2171,2048,2097,2046,2387,2222,2404,2090,2033,2003,2032,2167,2322,2573,2211,2054,2318,2082,2048,1998,1856,1967,1961,1963,2083,1895,2046,2237,2251,1972,1964,1847,1727,1802,1807,1805,1851,2206,1766,1889,1833,1696,1593,1924,1813,1804,2040,2046,1862,1867,1927,1886,1816,1800,1686,1766,1843,1718,1700,1842,1839,1735,1758,1803,1768,2026,2084,2609,2041,1880,1856,2001,2212,2092,2092,1954,2256,2123,1922,1891,2211,1884,2246,2287,2403,2088,2086,1761,1766,1724,1834,1802,1733,1811,2853,1796,2652,1762,1966,1935,1598,1725,1850,1796,1772,1724,1765,1754,1740,1796,1800,1862,1590,1558,1607,1714,1728,1692,1714,1727,1892,1728,1637,1606,1607,1691,1766,1719,1612,1602,2372,2047,2005,2324,2408,2644,2045,2531,2096,1860,1761,1851,2255,2167,2170,2404,2295,1850,2157,2452,2370,2793,2623,2323,2045,2572,2104,2125,3313,3280,2849,2804,2737,2640,2728,2653,2294,2448,2212,2287,2400,2332,2407,2723,2013,1895,2076,2173,2290,2198,2535,2845,2328,1927,3009,2236,2430,2406,2054,2285,2176,2401,2250,2209,2451,2686,2892,2528,2604,2054,2483,2651,2489,3894,1806,2087,2007,2049,2044,2215,2035,2488,2050,2725,2450,2161,1927,2152,1956,2053,2207,2090,2414,1856,2449,2360,1978,2482,2137,2559,2691,2128,3729,2332,2165,2283,2169,2484,2649,2328,2565,2381,2566,2687,2723,2694,2486,2531,2479,2454,2609,2525,2530,2600,2609,2888,2491,2090,1879,1852,2201,2493,2249,5015,13834,3851,2529,2447,2447,3010,2692,3044,3616,3172,4092,3092,2363,2901,2519,2376,2924,2365,2481,2257,2560,2286,2616,2649,3047,2643,2807,2370,2487,2407,2331,2166,2241,1869,2253,2113,1839,1847,1842,1925,1893,1881,1814,1998,1929,2771,1924,2438,2319,2332,2804,2407,2157,2018,2962,2040,2729,2166,1899,1996,1846,2009,1974,1917,1776,1923,2207,2008,1957,1884,2007,1803,1891,1890,1886,1923,1843,2045,1967,1653,1881,1840,1893,2124,1885,1968,2555,2573,2806,2372,2283,2141,2306,2533,2164,2415,2323,2157,2270,2453,2208,2407,2844,2488,2490,2483,2334,2245,2245,2243,2056,2478,2568,2530,2084,2616,2403,2326,2447,2524,2613,2566,2642,2081,2075,2325,2566,2769,2216,1846,1764,1692,1837,1809,1730,1719,1683,1929,1800,1683,1655,2290,1927,1922,1766,1806,1925,1961,1732,1961,2168,2004,2002,1847,1843,1909,2446,2331,2381,1958,2096,2515,2325,2492,2740,2233,2032,2890,2954,2417,2724,2289,1941,1898,1888,1838,1769,1756,1812,2181,2208,1961,2286,2483,2259,2127,1925,1881,2254,2245,2132,2139,2746,2841,2730,2382,2528,1985,1844,1803,1934,1838,1808,2045,2043,1853,1805,1802,1763,1810,1768,1840,1976,2003,1879,1773,1795,1771,1962,1807,1774,2406,2042,2082,2083,1979,2122,2080,1975,1884,2129,1800,1877,1644,2001,1850,1762,1959,1650,1558,1759,1764,1774,1803,1772,1846,1765,1884,1717,1806,1739,1790,1779,1763,1753,1858,1754,2141,1911,1811,1720,1778,1802,1801,1808,1801,1767,2560,2649,2567,2406,2565,2612,2485,2486,4091,2728,2618,2404,2612,2722,2609,2769,2089,2012,2429,2649,2567,2574,2619,2283,2896,2722,2530,2551,2654,2488,2642,2568,2370,2252,2739,2554,2564,2625,2547,2179,2084,2361,2571,2487,2567,2525,2216,2275,2078,2044,2097,2007,2446,2486,3254,2643,2647,2566,2534,2569,2419,2791,2412,2586,2487,2605,2651,2527,2570,2527,2176,2049,2160,2126,2090,2048,2367,2526,2260,2716,2569,2205,2079,2011,1957,1935,2077,2134,2493,2614,2085,2009,2012,2525,2479,2336,2607,2127,2108,2567,2446,2491,2445,2492,2489,2486,2842,2573,2609,2607,2611,2527,3047,2811,2520,2493,2605,2412,2560,2651,2411,2124,2529,2320,2495,2444,2409,2605,2570,2524,2333,2405,2647,2414,2719,2526,2530,2855,1717,3130,2128,7420,2294,2324,2090,2643,6578,4179,3365,11432,4863,10214,2256,3371,13316,2566,41068,3692,5937,5693,4975,4376,3643,5266,2013,8535,2810,7162,2009,2206,1811,14445,14403,2604,10674,2566,2366,1764,4460,5053,2323,2893,2007,8621,2571,2527,4539,3124,3052,6223,2446,2971,6777,1914,2470,14240,24317,14647,8466,2857,21616,2046,24246,5174,5484,6001,4781,2599,10560,18334,2494,7863,5774,3526,6575,2249,9626,12392,4055,1838,7377,2362,2048,5782,2200,1979,4613,12033,2288,4413,2371,3126,7308,2409,2325,25752,11799,53561,3329,4651,27361,3416,4204,9431,2611,3689,2209,2284,2450,2324,3252,3935,2365,2202,5175,15974,2608,2127,1964,1896,4329,2653,2002,2159,2369,2443,4578,8388,2608,2522,2170,2090,3364,4492,4929,2133,6100,2241,2167,6821,4691,3775,3929,2171,2168,7417,2288,3729,2689,2125,2530,2203,2977,2482,10753,4536,3451,3010,2447,2771,2199,2133,2441,3409,2771,2645,2100,2447,2357,2372,4459,5415,2249,2644,5418,3212,2326,2731,2364,4464,2927,2129,6097,2325,2288,11428,6923,2002,1975,1839,1893,2356,9027,1970,2503,1847,2493,5899,3058,5282,44414,2608,2241,2122,2433,4492,2087,3726,3375,7262,5774,2605,2728,2851,5535,3410,2967,7306,3170,3249,2533,2363,3213,2165,2080,2055,2684,2168,2361,7144,3007,2492,2163,2126,2286,2452,2605,2287,2253,2407,2562,7222,2488,2327,2244,2245,2095,6171,2815,2931,8980,3129,3109,1936,15812,3317,9821,2251,2855,4774,1968,2859,3549,4135,1962,2536,2157,2088,2208,2685,2125,2165,3652,3408,10037,2406,3417,4540,2737,4125,4376,1775,2165,2085,1883,2325,3851,2809,2852,2769,6062,2446,3164,2929,1900,2195,2520,4733,2328,2208,5018,6478,3038,6976,9501,2204,20517,3814,3933,6420,2324,2652,24279,2160,3333,4567,1756,2949,2444,1643,2288,12759,4298,1963,5734,21309,16182,1903,1916,4339,2520,2178,2033,3495,2628,4256,6700,2013,2047,2004,3712,2807,3452,3011,2209,1892,2156,8534,2587,2611,2129,5698,2205,2726,2325,2217,2487,4420,2278,2240,3371,2604,3012,5020,2407,2127,3604,2732,2882,3812,4747,3527,3766,7385,2523,1843,1803,4618,3611,1807,2335,4576,2324,2328,10033,2445,2446,7302,2612,2885,7189,6907,2443,7587,2928,2966,5660,2772,2322,2406,1975,2281,2572,2044,2969,4173,4293,2241,7162,2324,2766,2282,2034,2208,1896,3292,2012,1820,2119,2847,2328,1604,3931,3130,2246,2174,2646,2130,5488,1888,2130,12921,2491,2280,2736,2526,2323,3886,2490,2288,2323,2215,4612,2481,1976,3447,3856,2804,4257,2521,2214,2560,2010,2163,2129,3573,2291,2639,2937,2568,2685,2050,3763,2771,2285,3211,2694,2282,3375,2247,2401,2852,3371,2240,3090,2092,2603,2291,2090,2360,5258,3896,2479,3416,2407,2811,2280,2006,2406,2451,3134,2602,2246,2247,2562,2086,3294,3291,2249,2687,3005,2365,1922,2430,3171,2610,2726,5936,5897,2052,2966,2445,2690,4090,3173,2080,3168,3458,3085,2578,2806,2362,3148,2991,2284,1886,2893,2164,2165,2726,6424,2443,2130,3734,2485,2363,2293,3690,2729,2685,2325,2009,1881,2451,2199,2338,2403,2209,2529,3044,2569,2281,2450,2295,2365,2243,2010,2077,2569,2645,2131,2247,2129,2881,4409,2218,2166,2126,2086,3285,5659,2806,2132,2167,2527,2277,2367,2410,2445,2369,2445,2331,2336,2607,2372,2207,2722,2730,5052,2608,2215,2320,2169,4611,4260,2680,2333,2728,3762,2299,2317,2129,2410,3330,3766,2448,4782,4570,2051,2125,2566,2369,2888,2599,2135,3730,2890,2447,2845,2294,2199,3254,2483,2372,2319,2205,2733,2534,2248,2323,3963,3540,2249,3084,2331,2242,2494,2246,2368,3566,2691,3284,2411,2090,2683,5606,2746,4289,2876,1988,4236,6463,2523,4211,2368,2446,4212,2412,2126,3570,3214,2888,3174,1975,1851,1808,1758,1976,1877,1846,2001,1928,1805,2267,2327,3771,2284,2367,2209,2126,2046,2047,3935,2126,2121,2971,2690,2409,2012,6737,2201,1922,4190,2164,2212,4623,4853,2081,2056,4781,3325,1854,1798,2176,2293,2450,2283,5745,1931,2047,4140,2409,2367,2484,3293,4780,3164,3206,2213,2209,2841,2932,2488,2570,3083,2691,2930,3211,2447,2201,2533,2691,2280,2532,3137,2561,2204,3451,3412,2125,2290,2607,2409,2924,2168,2248,2208,2523,2249,4087,3334,2527,2766,2331,2690,2925,3408,2293,2327,2403,2330,2490,2524,2323,2895,2243,2406,2211,2369,2245,2205,2325,2213,3254,2722,4174,2847,2087,2325,2169,2448,4169,2725,2494,2440,2129,2691,2648,3043,2371,2412,2685,2571,4371,3010,2329,2371,2607,2284,2848,2328,2205,3047,2852,2330,3088,5298,2444,2127,3487,3331,4498,2365,2408,4942,2687,2362,4257,2246,2329,4654,2207,2205,3086,2411,2608,5374,2202,2254,2528,2283,2812,2565,2652,2405,2565,5050,2204,2051,3851,2246,2286,4258,6381,2435,2147,2873,2515,1938,4412,3130,1891,2239,2366,2244,2250,4410,2408,2167,2330,4289,2368,2287,2168,2565,2489,2728,2534,2163,2648,2444,2331,2209,2125,2205,2367,2967,2325,2449,2131,2604,2333,2362,2568,2367,2252,2280,2293,2440,3051,2332,2407,2563,2290,2285,4332,2848,2288,2291,3524,2413,2199,3733,2530,2200,2650,2249,2529,2165,2177,1998,1853,1806,1765,1958,1763,1814,2036,1737,1925,2249,1923,1887,2292,2210,1846,1899,1846,1963,1836,1886,2058,2079,2806,2017,1880,1683,1933,2040,3383,2288,3490,2052,2322,2331,2925,3004,4097,2490,2401,2373,2684,2041,2648,2246,2205,2648,2328,2695,3452,2121,2247,2411,2368,2242,2851,2048,2366,2520,2007,2136,2488,2728,2288,2205,1893,2127,1919,1761,2869,2770,2402,2454,2003,2294,2123,3732,2446,2202,2655,2362,2288,2210,2330,2572,2887,5290,2170,4488,2253,2562,3650,4135,2524,5301,2925,3294,4538,5774,4889,8749,2763,8232,2490,2807,9784,2570,3296,6819,3450,2288,5204,2012,2284,2444,2850,2325,2528,3013,2486,2252,2361,2331,2683,7832,2368,2367,3331,2367,2567,3653,2085,2241,2095,2556,5251,2766,1949,2764,2923,2133,2327,5287,3010,2330,3813,3776,3532,2605,2292,2761,3618,2239,3895,2448,1855,7333,4495,2281,2688,2212,2441,3979,2487,3565,2251,5050,2249,6216,5140,2414,7376,2490,2446,7030,2050,2124,2322,2446,2094,2283,2325,2333,2520,2930,4335,2410,3612,2166,3250,3004,2209,2205,2485,2129,2210,2324,2451,2409,4052,4733,2211,4735,2364,2610,2530,2326,2161,2770,2205,2252,5176,3048,2441,2288,2653,2646,3486,2169,2286,2453,2166,2208,4931,2933,2526,2404,2649,2046,2367,2529,2209,2604,2768,1972,2162,3848,2332,2533,2445,2129,2525,2387,2197,2127,2492,2046,2328,2248,2244,2605,2089,2365,2377,2769,2204,2290,2569,1647,1754,2188,2764,3012,8463,2291,2209,2245,3245,2368,2923,2133,3168,3412,4733,2208,5038,4030,2370,6421,4929,2493,3733,2165,2482,4616,6545,2165,2160,3774,2245,2206,2571,2979,2522,2169,3219,1772,2159,3936,3607,2330,2245,2883,2013,1970,2250,3706,2449,2162,2330,2846,2816,2400,2100,1809,2819,1915,1856,1835,7188,4894,2133,3489,2577,3245,2087,1802,2171,2085,2966,2214,2081,2452,2248,2402,2176,1846,3043,2523,2532,3611,2284,3053,4726,2408,2366,3498,3254,2044,1853,1892,2081,2049,1880,2047,4456,1922,1766,1888,1928,2020,1786,2509,2613,1848,2340,3053,3410,1907,1928,1805,3764,1810,1844,2371,2850,2402,3646,3358,2567,1889,2844,2364,2053,5050,2526,1893,1844,3585,1875,2233,1829,3856,1876,2206,1809,4377,1961,1843,4257,10658,6508,2247,3886,2248,2244,1989,3866,2442,2851,3051,2088,2564,2286,1968,3046,2489,2694,2204,2216,2644,1962,2169,2406,4771,2169,2251,3439,8345,2522,2292,2124,2090,10268,5612,2375,6488,4291,2488,13247,5538,2279,6701,3695,2248,6256,3407,2405,2005,4891,2085,2093,1724,4615,9096,2342,2286,3611,2047,2526,3698,2281,3014,5297,2493,2240,3372,2773,2608,2400,1977,2487,2283,3416,2601,2091,2486,2128,2968,3286,1815,3486,2245,6978,2892,2169,2849,2686,2127,2246,2170,2286,2131,2160,2091,2285,2325,2563,2528,2170,1890,1883,2425,4206,2252,2324,3121,2520,2487,2241,3852,2605,2651,2835,2003,2036,6265,2374,2036,1733,2769,4004,2365,5938,2405,2084,5257,6780,2322,5816,2335,2199,3887,4495,2166,5376,2609,2017,1793,2432,2211,2211,3413,2962,2093,2127,3777,2291,2196,3582,2052,2041,1845,4150,2887,2930,2527,4056,2404,2487,2602,1840,1809,1956,3815,4324,2141,1935,3382,2167,3043,5811,4737,2164,3364,4219,2251,2162,1972,2200,1849,1849,1809,4905,1894,2214,3931,4615,2289,6215,2371,2605,3455,3128,2812,6662,3862,1898,2166,4286,2252,2166,7141,5905,3069,29823,2165,8476,6588,2249,8143,4368,10362,5251,2369,2284,3779,2286,2488,1596,2092,2204,4171,2447,2209,3452,3006,4173,12398,2366,3289,2131,2327,6093,2294,4935,9463,3689,2014,9590,7008,2400,2008,3932,2049,2331,2172,4093,2203,2088,3565,2452,2128,5815,6936,1810,2317,5655,6781,2245,8990,7588,2375,5958,2128,2134,6303,8226,2492,1776,6161,2371,2203,6579,2246,2929,4935,2203,2175,2200,4339,2648,2364,6697,2368,2211,7778,2419,1962,9930,9158,2729,5495,2280,2213,3446,2444,2455,7255,2968,2285,5612,9905,2930,5334,2327,2091,4447,2252,1928,6817,6022,2208,4978,5449,2447,3896,2210,2441,3375,4133,2401,6665,6415,2491,3615,5448,2212,3366,4457,2692,3765,2121,2333,4091,2247,2167,7141,2288,2484,5617,2366,2164,7548,2409,8940,6023,2289,7981,2405,1972,7612,5102,2281,4375,2646,2446,4893,2570,2324,7421,2612,2212,4207,3604,2092,2323,5738,2276,2212,8152,2006,2353,4216,4573,2171,2400,5567,3226,11379,10874,2772,6856,2299,2133,2522,1766,2094,2212,2328,2121,2333,3491,4697,2010,1821,2119,1802,1767,1724,2015,3048,1963,1888,1876,1807,3050,1975,1916,1805,1808,2612,1804,1843,1814,4530,3293,2043,2047,9053,1874,2358,6417,7149,2407,2924,2029,2127,2082,2938,2932,2486,2890,2246,4167,4173,1897,1916,2381,2529,2283,4096,2281,2210,3329,2087,2364,3694,2446,2407,3615,2363,2282,4856,1930,1969,1838,3263,5186,2174,2205,5098,2526,2362,5421,2201,2934,3412,2404,2287,3734,2484,2650,3770,2083,2211,2090,1955,2008,1794,1938,1834,4052,1857,2353,1976,4368,2203,2375,3445,2331,2042,2288,5615,2362,2206,3372,4192,1935,1805,2030,3292,1855,2022,2451,1929,2357,1909,3413,2681,2371,3931,2168,4049,4174,2329,2363,2649,2254,2690,1812,4465,2564,1870,3490,2538,1880,1806,4252,3334,2966,3872,2564,4413,4413,2371,5092,3372,2248,4852,2771,2330,4089,2247,2330,6653,3016,2323,2084,2293,2282,2172,2282,2893,2012,1996,2086,2813,2206,2128,2326,3048,2528,2730,2324,2334,2125,2165,2330,2481,3731,2688,2367,2369,2408,2408,6136,2769,2332,2403,2372,2161,1895,2361,2243,2098,2280,2538,2608,3124,3971,2407,2134,2481,2247,1976,2005,2714,2601,2614,3210,2727,2205,2931,2687,2569,2249,2158,2253,2240,3293,2451,2329,2447,2485,2730,2643,2645,2408,2453,2608,2324,2165,2367,2975,2645,2122,2214,2207,2447,2081,2205,2369,2614,2286,2161,2895,2766,2846,2532,2403,2166,2687,2367,2208,2215,2084,2323,2852,3162,2613,2241,6260,2209,3332,2566,3610,2570,2450,2319,3336,2403,2049,2207,2162,2167,2085,3364,2410,2407,2408,2362,2088,2405,2813,2288,2122,2651,2205,2450,3203,2697,1996,5052,2648,2291,4015,4973,3612,2329,2243,2012,3894,4167,2172,4733,3088,2245,3488,4736,2167,8267,2449,2528,3444,2255,2160,8469,2328,2406,2291,2000,1966,1763,5495,6141,2611,2003,2491,2407,2166,5255,2326,2209,2967,2769,2037,3616,2527,2407,3620,4642,6459,3335,4495,1834,2149,5860,2411,2118,2735,2530,3122,8109,2728,2448,3730,2690,2523,4608,2893,2205,2773,2639,2376,2407,2451,2247,4363,2841,2333,4782,6348,5411,4698,2843,3048,2530,2248,7580,2370,2531,4492,2292,2204,6189,7772,6097,2850,2285,2926,5701,2245,3008,4013,2166,2288,4013,2528,2327,3206,2410,2569,3445,1973,1820,2398,2636,2160,2165,4373,1996,2243,4819,3531,2603,2411,12969,12880,13321,11836,12153,8026,2169,9188,7498,2375,3929,3006,2770,9552,2531,3852,9548,2206,2372,2783,4487,2121,2322,3250,2972,2251,6432,1965,2087,3575,4487,2289,5581,5632,2088,2840,4615,2082,1922,3052,5346,2245,2280,4175,1903,2245,3856,2321,2211,2444,8104,2416,3249,4088,2446,8391,2363,2290,6016,2291,2172,3957,5378,11073,3569,4653,2016,1956,1856,4566,1805,2063,1971,2400,2731,2324,4096,3377,2402,3378,5565,2724,2361,2612,2302,2170,2251,3162,2333,2200,3899,2047,1932,1807,2332,2606,5778,5699,3128,2253,6286,2292,2327,4784,6845,2251,5690,11000,2368,8826,5494,2248,3976,2083,2135,3605,2284,2169,2165,4253,2087,2286,2087,3977,2123,2369,3815,2286,2206,3888,2251,2887,3170,2369,2206,3771,2564,2249,3570,2170,2207,3493,3093,1853,2347,3540,2326,2061,2648,5338,2365,2202,4023,2117,2366,3979,2880,2448,2972,2286,2210,3774,2291,2051,2039,4213,2410,2483,5179,2371,2039,2102,1766,2747,2163,3897,2208,2445,3531,2727,2209,2964,2523,1882,1882,1807,2926,2647,2853,4296,4853,2120,2094,5134,2326,2292,2566,2328,1930,3125,2407,2410,2215,2248,2288,2486,2085,2287,2442,2536,2367,2203,4651,4135,2166,2769,3133,2246,3569,2531,2240,3047,3051,2491,3810,2285,2286,3778,2406,2164,3528,4894,2010,3452,5862,2241,4182,4573,2567,3200,3776,2160,2411,2805,2212,2207,3291,2290,2239,1969,1933,4388,2208,2205,4132,2405,2209,3252,5049,2214,2122,3094,2523,2852,2367,2650,4014,2005,2248,2098,2487,2333,1933,1793,2999,2521,2367,2172,2414,2804,2095,2160,2092,2171,2562,2047,1985,2001,1895,1992,1847,1961,1854,2188,2203,2323,2416,1880,1818,1963,2290,2444,2445,2331,2128,2129,2083,2379,2075,2323,2327,2286,2294,2281,2655,2723,2170,1846,2269,2326,2284,2245,2248,2211,2167,1844,2293,3647,2323,2456,3404,2167,2091,4169,5378,2324,1822,2808,2084,2182,2650,3091,2327,2050,2365,2536,2038,1815,1810,2342,1896,2170,2203,2529,2206,3574,1888,1886,1963,2085,2450,2608,3653,2492,2526,2163,2370,2168,2404,2683,2375,2320,2449,2367,2929,2492,2365,2244,2132,2443,2164,2175,2324,2482,2367,2175,3164,3853,5096,3292,2407,2326,2687,2210,2322,2244,2608,2408,2494,2284,2089,2045,2288,2847,2330,2360,2007,2291,2603,2328,2291,2286,2169,2279,2492,2247,2444,2414,2319,2450,3249,2492,2446,2644,2571,2369,2487,2325,2005,1830,2530,2160,2129,2128,2965,2651,2489,2286,2211,2165,2165,2250,2399,2412,2366,2370,2447,2165,2290,2122,2765,3659,2404,2485,2971,2283,3415,2766,2170,3849,2607,2011,1888,2566,2440,2050,2130,2602,2408,2319,2166,3738,3169,2653,2286,1926,2044,2322,1775,1834,1927,3014,2687,2529,2244,2566,2007,2970,2248,2538,2565,2269,2410,2246,2963,2327,2894,2442,2732,2007,2687,2767,2724,2289,2010,2686,2448,2605,2650,2568,2408,2609,2649,2441,2410,2285,2245,2167,2854,2489,4137,3207,2331,3007,2887,2084,2295,2285,2973,2563,2735,2599,2573,2571,2561,2647,3096,2288,2479,2448,1922,1763,2077,2445,2860,2047,2394,2131,2362,2571,2162,2124,2733,3006,1835,2295,2880,2410,2051,3217,3211,2560,1888,2532,2725,2567,2525,2451,2412,3127,2447,2329,2160,3169,2896,2846,2656,2284,2205,2444,2853,3245,3651,2777,2767,2606,2931,3171,3291,3084,3857,2808,3213,2566,2602,1928,2010,3670,2172,1931,2197,1895,2481,2210,3328,6301,2402,2246,2495,2450,2008,2971,2167,2249,2245,2130,2165,2405,3129,2407,2251,3412,2601,2929,2484,2485,2497,2411,2206,2086,2802,2206,2293,2530,2242,2285,2367,2809,2171,2767,2405,2244,2283,2133,2766,2566,2409,2370,2405,2489,1764,2107,2720,2771,2246,2894,2770,2124,2168,2530,2045,2209,3737,2404,5294,2413,2005,2048,2403,2247,3852,2449,2165,2043,2007,1930,2128,3571,3046,2169,1764,2001,2168,2123,3934,3570,2446,2212,2405,2208,2087,4011,2328,3160,2370,2170,1844,2250,2526,2288,2008,2483,2098,3484,2126,2134,2120,2368,1932,2123,5534,2853,2321,3574,2207,2123,4495,2293,3245,4648,2166,2127,3818,3008,2243,2849,2326,2323,4177,2526,2406,3890,2247,2170,5056,2563,2405,3532,4415,2571,2319,3337,2239,2055,4252,2325,2603,2412,3044,2127,2285,3736,2290,2202,1929,2350,2405,2245,3086,2568,2169,3327,2628,2307,1897,2388,2249,2281,2212,2280,2048,2654,2885,2169,2247,2489,2253,2475,2932,2650,2326,2485,2486,2416,2724,2326,2287,2931,2681,1971,1853,3355,2446,1968,1846,2047,2126,2001,1765,1924,2415,2007,2264,2642,3611,2006,2128,3772,2605,2330,3452,4855,2572,2936,2726,2247,5738,2484,2131,3030,5058,2089,2118,3573,2605,1959,4227,4124,2075,2134,2167,2002,2162,3995,2002,1884,1868,2114,2977,2167,2086,3839,1804,1969,2373,6747,3972,2444,2776,2650,2082,2326,4090,2409,2368,2410,2198,2487,4294,2419,2483,2046,3379,1914,2048,3210,2645,2170,2285,2075,2133,2281,4778,2402,2777,3001,2374,4127,2447,2454,2362,2765,2572,2446,2930,2685,2562,5533,2851,2450,2441,2332,3052,4131,2764,3014,2846,2013,2321,4049,2448,2608,3012,3579,2524,3654,3648,2616,2405,3369,10553,3248,2366,2490,3726,2775,3052,2087,2888,2483,2492,2330,2606,3005,3170,2248,2769,2927,3055,2443,2123,2408,2254,3524,3055,2328,2161,2971,2320,1841,4239,2325,2216,2684,2401,2248,3691,2366,2285,2649,2448,2447,4373,2011,2040,3945,3809,2047,1930,2480,2531,2280,3015,2771,2364,3092,2645,2165,3252,2924,2447,2935,2284,2248,3089,2208,2323,2850,2926,2532,2804,2813,2811,2528,2444,2405,2406,2292,3734,3409,2241,2572,2326,2409,2481,2571,2887,2143,1885,2027,2121,4173,4179,2362,2286,2453,3527,3208,3010,2531,2444,2128,2247,4173,2967,2265,1808,2645,1969,2437,2806,2287,2969,2208,2205,2215,2282,2447,2600,2059,2167,2642,2525,3131,2539,1868,2268,2448,2207,2409,2122,2411,2119,2087,2092,2126,2602,2369,2203,2087,2131,2166,2208,2729,2447,2689,2283,2372,2362,5096,3375,2445,2250,3807,2969,2410,2165,2169,2359,2770,5059,4056,2360,2332,4409,2286,2527,2246,2250,2284,2291,2083,3571,2632,2160,3252,2847,3012,2368,1925,2042,3644,2531,2245,2087,2329,2483,2612,3377,1764,2246,2190,1923,4567,1736,1838,2043,1975,2063,4297,2092,1727,1769,2474,1971,2199,2173,2051,2126,2168,2565,2450,3008,2966,2449,1888,1995,2905,3167,3016,2359,2452,2403,2530,3850,2614,2287,2246,2486,2207,2165,2247,2215,2327,3246,2366,2252,2158,1886,2073,2409,2530,2199,2602,4813,5599,2835,2569,4016,6496,2812,6921,5259,5936,3211,3377,4124,2768,4811,2894,3684,3855,2369,3093,2249,5942,5418,6819,6828,2242,2006,2127,2166,3575,2280,2252,2363,2168,2128,2242,2769,3090,2211,2081,2689,2727,5663,2204,2209,2810,2693,2480,2242,2371,2249,2568,2240,2132,3729,3088,2372,2168,8739,2173,2529,3328,2281,2050,1963,4309,2084,1728,1726,1917,2169,2364,2328,2208,2323,2212,5049,3742,2005,2639,2155,1805,2283,2126,3173,3230,2531,3606,2810,2292,1932,2285,2607,2123,2526,2168,4459,2363,2164,2291,2121,2648,3294,2448,2207,2165,2125,2805,2810,4489,1920,2046,2168,2087,2250,2161,2855,2325,2606,2245,2930,2157,2270,2491,2681,2651,2125,2529,5942,2727,1969,1841,2461,3249,2206,1850,1750,1738,1955,1846,1935,1802,2008,2930,2402,2168,2163,2048,2007,2207,3089,2207,2564,2693,2402,1972,2207,3052,2170,2528,2079,2139,2359,3528,1970,1924,2514,2680,3933,2646,4380,2528,2562,2212,1921,2075,2375,2287,2207,2373,2363,2135,2011,2087,4252,2407,2308,2089,2961,2608,2970,2207,2088,2170,2204,3690,2210,1932,2602,2930,2698,2172,1895,2168,2567,2774,4452,3207,2202,2656,2522,2650,2805,2448,2570,2848,2365,2286,2288,2530,2043,4020,2803,2250,2487,2369,2323,2206,3697,1958,2569,2414,2400,2373,2325,3772,2687,2367,2405,2366,2166,7507,3090,2933,2242,2046,1844,2367,2483,2324,2368,2406,2166,2330,2210,2449,2445,2410,4890,2412,2686,2525,2529,2251,2087,2368,2486,2209,2681,5417,3891,3130,7342,4462,10343,8692,9463,10038,11551,3678,3532,8363,3773,3739,2956,2171,4873,2017,3217,2402,2974,2644,2326,4206,3735,3685,12994,2730,2808,3370,3692,3734,3169,3284,4868,3082,2974,4327,2455,3008,2328,8540,2962,2608,3412,4298,2086,2208,2681,2246,2052,3605,2612,2531,2401,3978,2406,2124,2335,2204,2288,2251,2003,1978,1927,2401,2524,2846,2375,2362,2291,2573,2521,2566,2569,2410,2167,4687,2529,2652,2482,2211,2246,2131,2203,2568,2408,2367,2325,2524,2255,2242,2733,2841,2489,2443,2204,2448,2571,2730,2485,2449,2362,2295,2205,3047,2166,2090,2121,2133,2164,2047,2203,2089,2125,2204,3008,2406,2410,2210,2365,2090,2369,2880,2334,2201,2050,2602,2211,2167,2764,2485,1919,1848,1806,2264,2043,2050,2564,2444,2052,2085,2570,3848,2693,2279,2092,2042,2331,2328,2284,2289,2288,2326,2085,2008,2240,2255,2326,2529,2443,2123,2006,2251,2446,2411,2445,3007,2967,2410,2605,3893,2489,2403,2208,2326,2693,2523,2894,2164,2092,1882,2127,2571,2601,2448,2890,2605,2247,2211,2691,2524,2686,2409,2409,2523,2608,2731,2612,2563,2204,2173,3085,2407,2127,3009,2291,2162,2209,3047,2450,2490,3088,2762,2215,2446,3050,2688,3286,2932,2161,3089,2406,2084,2015,1878,1962,1808,1922,1854,1877,1934,1960,2525,2528,2654,2599,2379,2442,2648,2447,2282,2411,2368,3726,2250,2284,2452,2610,2246,2806,2285,2246,2369,2973,2528,2445,2125,2246,2200,2451,2409,2404,2252,2124,2164,2130,2127,2079,2334,2484,2288,2121,2573,2160,2287,2563,2488,2168,2534,2565,2649,2527,2563,2494,2728,2563,2653,2584,2304,2569,2483,2333,2527,3008,2368,2409,2689,2608,2889,2562,2651,2324,2250,2733,2426,2575,2377,2589,2252,2425,2667,2445,2697,2700,2405,2486,2287,2491,2871,2446,2502,2211,2288,2513,2481,2608,2574,2294,2087,2187,2209,2085,2408,2449,2369,2403,2332,2326,3086,2490,2483,3496,2403,2809,2493,2566,2449,2049,2284,2015,2045,2437,2609,2282,2129,2563,2766,2251,2057,1925,2276,2484,2244,2240,2408,2209,1767,1802,2008,1930,1931,2041,2042,1963,1935,1957,1967,1933,1960,2132,2160,2017,2073,1976,2038,2045,2049,2043,1973,2002,2007,2048,2009,2003,2094,2040,1928,1848,2199,2128,2050,2827,1770,1773,1809,2717,1802,1770,1842,1772,1809,1642,1694,1802,1846,2003,1771,1684,1997,1768,1729,1773,2165,2122,2091,2040,2291,2120,2166,1973,1931,1879,2016,2329,2325,2363,2447,2448,2569,2286,2324,1933,2147,2330,2048,3050,2005,2691,1804,1923,2088,2166,2132,2120,2129,2009,1642,1609,1627,1678,1727,1728,1645,1620,1689,2042,2053,2001,1971,2162,1843,2180,2567,2044,2331,2048,2611,2563,2486,2252,1749,1806,1836,1761,1934,2467,2402,2763,2810,2347,2093,1967,2556,2757,2808,2889,2575,2297,2752,2610,2446,2765,2447,2307,2408,2681,2216,2283,2289,2246,3214,2366,2003,1950,2141,2320,2170,1842,2319,1894,2229,2045,1955,1854,1810,1809,2197,2010,1889,1809,1805,1844,1802,1881,1968,1967,1888,2041,1925,1849,2100,1855,2130,2091,2845,2124,2084,1923,1887,2200,2320,2130,2045,2123,2286,2523,2234,2237,2090,2054,2037,2975,2129,2120,2018,2095,2242,2248,2247,1990,1968,1887,2003,2079,2057,1881,1929,2000,2009,1974,2044,2008,3047,2126,2969,2160,1882,1814,2010,2080,2041,2045,2018,2237,1976,2004,1997,2533,2445,2072,2175,2560,2121,2080,2095,2083,2250,2804,2490,2362,1914,1922,2093,2035,2438,2116,1882,2045,2525,2566,3936,2100,1808,1805,2011,1809,1844,1807,1798,1859,1798,1722,1689,1722,1727,1691,1721,2148,2197,1963,1997,1973,1962,2008,1956,2203,2167,2022,1689,1640,1488,1662,1454,1442,1532,1646,1754,1578,1668,1620,1646,1685,1684,1647,1982,1850,1892,1635,1708,1899,1833,1647,1687,1791,1604,1397,1597,1599,1589,1609,1594,1606,1649,1574,1724,1687,1617,1789,1614,1543,1498,1498,1482,1483,1466,1504,1632,1653,1721,1651,1599,1650,1614,1589,1484,1415,1315,1900,1395,1466,1426,1349,1845,1247,1749,1850,1392,1289,1863,1343,1770,1739,1919,1310,1849,1440,1381,1389,1393,1271,1740,1730,1910,1358,1343,1277,1930,1374,1895,1383,1896,1528,1497,1544,1543,1488,1453,1430,1441,1444,1284,1864,1367,1418,1435,1303,1768,1728,1711,1760,1765,1776,1732,1827,1388,1364,1361,1397,1456,1354,1797,1825,1797,1333,1947,1538,1535,1540,1536,1565,1430,1398,1383,1451,1420,1406,1478,1561,1824,1998,2200,2238,1993,1923,1848,1884,1875,2239,2649,3005,2712,2294,1970,2006,1970,1916,2578,2755,2496,1990,2006,1885,2416,2637,2887,2584,2329,2326,2051,1935,2017,1875,2007,2425,2446,2290,2570,2579,2086,2163,2262,2107,2253,2099,2298,2276,2246,1923,1997,2133,1807,1894,1983,1931,1980,1960,2002,1734,1888,1707,1812,1834,1575,1530,1524,1527,1562,1525,1456,1540,1465,1559,1561,1588,1447,1449,1440,1426,1427,1394,1388,1391,1379,1368,1459,1598,1626,1480,1394,1407,1388,1363,1366,1377,1337,1324,1328,1326,1324,1341,1324,1934,1328,1298,1731,1710,1700,1732,1925,1772,1916,1264,1912,1244,1872,1387,1238,1886,1387,1231,1870,1385,1243,1928,1437,1431,1481,1500,1329,1483,1401,1534,1480,1384,1356,1347,1347,1347,1353,1346,1383,1434,1390,1395,1861,1848,1901,1388,1847,1805,1795,1895,1371,1410,1410,1390,1383,1336,1822,1272,1732,1734,1281,1759,1849,1372,1348,1287,1778,1736,1732,1750,1754,1754,1780,1724,1721,1722,1722,1721,1722,1768,1771,1761,1762,1713,1714,1784,1790,1781,1787,1823,1788,1787,1787,1820,1820,1743,1703,1714,1765,1742,1692,1689,1689,1790,1788,1758,1799,1810,1781,1774,1806,1807,1808,1754,1813,1781,1727,1726,1724,1722,1727,1724,1683,1760,1781,1734,1740,1726,1774,1793,1748,1727,1743,1740,1699,1690,1697,1806,1798,1758,1723,1681,1820,1778,1774,1776,1775,1741,1742,1725,1721,1718,1807,1759,1698,1787,1821,1796,1758,1832,1794,1773,1753,1779,1782,1776,1777,1781,1781,1730,1784,1781,1789,1823,1816,1847,1366,1873,1883,1789,1783,1787,1750,1805,1802,1805,1784,1691,1791,1816,1784,1795,1800,1730,1750,1754,1749,1706,1809,1969,1550,1663,1532,1503,1474,1523,1471,1450,1982,1500,1469,1374,1367,1420,1364,1349,1347,1438,1340,1353,1396,1323,1829,1348,1349,1330,1820,2749,2099,2292,1767,1779,1719,1712,2018,2001,1556,2167,1688,1532,1525,1521,1901,1925,2019,1790,1730,1474,1463,1459,1455,1457,1693,1556,1500,1575,1382,1379,1382,1402,1371,1367,1366,1517,1655,1439,1344,1319,1831,1834,1389,1615,1718,1702,1703,1724,1632,1612,1631,1615,1619,1619,1615,1626,1588,1609,1609,1469,1469,1390,1967,1539,1475,1481,1415,1403,1430,1559,1543,1510,1516,1469,1430,1419,1441,1509,1494,1473,1389,1402,1410,1400,1400,1399,1367,1339,1376,1977,1446,1453,1442,1439,1429,1293,1782,1784,1776,1779,1865,1369,1334,1333,1342,1338,1339,1343,1344,1271,1770,1751,1868,1385,1271,1825,1326,1326,1295,1900,1387,1436,1300,1818,1844,1271,1817,1846,1297,1806,1841,1277,1731,1722,1730,1720,1721,1722,1745,1765,1723,1818,1295,1759,1759,1778,1746,1762,1789,1790,1789,1825,1328,1819,1743,1740,1752,1786,1747,1805,1789,1769,1345,1780,1774,1737,1727,1808,1782,1782,1782,1776,1776,1732,1700,1752,1775,1782,1794,1777,1729,1781,1781,1793,1782,1809,1775,1787,1774,1785,1777,1777,1785,1863,1813,1845,1369,1864,1871,1312,1886,1357,1305,1810,1814,1808,1808,1811,1809,1814,1795,1807,1787,1825,1814,1811,1810,1811,1810,1832,1853,1859,1858,1858,1864,1792,1788,1690,1724,1723,1726,1698,1720,1765,1714,1727,1696,1696,1720,1723,1682,1680,1709,1697,1723,1683,1706,1727,1791,1779,1783,1775,1773,1773,1775,1795,1772,1716,1708,1710,1708,1693,1714,1704,1745,1779,1787,1741,1762,1755,1757,1752,1758,1749,1722,1812,1784,1724,1714,1710,1710,1735,1755,1709,1725,1739,1711,1710,1766,1681,1722,1782,1737,1807,1804,1805,1805,1803,1772,1732,1689,1802,1806,1686,1714,1723,1731,1721,1683,1709,1721,1757,1771,1778,1783,1807,1808,1733,1774,1787,1777,1773,1690,1794,1697,1719,1791,1776,1790,1790,1775,1776,1785,1777,1756,1756,1729,1770,1777,1777,1784,1781,1782,1790,1784,1775,1864,1824,1840,1378,1370,1867,1870,1343,1828,1365,1314,1818,1796,1812,1819,1852,1310,1782,1767,1781,1765,1762,1766,1768,1647,1723,1753,1774,1870,1750,1779,1767,1785,1767,1768,1787,1807,1840,1780,1780,1789,1788,1774,1785,1790,1845,1817,1826,1874,1365,1876,1373,1802,1860,1813,1776,1813,1812,1811,1809,1809,1809,1809,1736,1806,1826,1790,1783,1781,1777,1774,1785,1771,1768,1754,1746,1764,1308,1780,1773,1846,1850,1841,1887,1372,1375,1864,1855,1857,1796,1846,1783,1755,1694,1722,1719,1683,1679,1706,1696,1741,1729,1727,1777,1796,1813,1770,1769,1804,1709,1769,1768,1768,1766,1767,1767,1769,1772,1725,1787,1780,1804,1803,1812,1806,1808,1689,1694,1785,1367,1384,1388,1369,1313,1810,1789,1824,1711,1748,1821,1749,1796,1769,1768,1756,1754,1786,1822,1804,1780,1759,1767,1783,1802,1855,1870,1783,1783,1772,1785,1773,1792,1763,1723,1766,1779,1780,1778,1777,1774,1782,1791,1793,1840,1776,1805,1803,1774,1774,1773,1780,1844,1854,1862,1876,1858,1869,1865,1856,1856,1362,1804,1780,1776,1783,1785,1781,1794,1776,1755,1759,1788,1754,1758,1759,1765,1754,1780,1803,1775,1779,1840,1829,1853,1832,1874,1366,1890,1831,1871,1866,1375,1883,1315,1810,1812,1796,1821,1793,1813,1810,1781,1803,1768,1767,1753,1722,1723,1723,1732,1725,1753,1787,1824,1810,1823,1759,1774,1770,1785,1681,1773,1778,1839,1359,1856,1873,1376,1365,1864,1861,1798,1761,1793,1819,1838,1777,1776,1802,1782,1814,1418,1839,1793,1780,1785,1787,1789,1787,1775,1768,1820,1777,1790,1781,1781,1780,1780,1779,1831,1828,1376,1369,1871,1877,1370,1868,1381,1278,1828,1822,1776,1774,1777,1790,1780,1782,1827,1847,1327,1775,1781,1782,1781,1772,1781,1778,1801,1817,1820,1843,1375,1383,1389,1374,1367,1859,1773,1789,1809,1756,1778,1764,1785,1782,1781,1815,1829,1773,1780,1786,1773,1780,1782,1800,1876,1253,1782,1781,1786,1781,1775,1776,1784,1805,1771,1771,1776,1768,1769,1773,1776,1780,1793,1821,1781,1782,1778,1779,1780,1778,1779,1798,1826,1779,1870,1368,1874,1366,1374,1352,1826,1811,1782,1771,1817,1810,1809,1809,1813,1811,1856,1825,1755,1801,1776,1780,1776,1786,1774,1837,1823,1824,1848,1371,1875,1379,1370,1880,1866,1880,1372,1353,1859,1316,1809,1817,1811,1811,1302,1757,1775,1766,1768,1771,1771,1779,1772,1854,1822,1877,1359,1862,1860,1856,1869,1366,1827,1795,1834,1838,1733,1769,1770,1808,1731,1818,1808,1790,1813,1758,1751,1771,1807,1878,1858,1886,1872,1381,1381,1809,1819,1810,1811,1769,1823,1794,1820,1811,1767,1813,1809,1811,1828,1770,1768,1773,1764,1765,1772,1779,1782,1743,1775,1782,1778,1779,1780,1784,1778,1780,1812,1364,1395,1380,1376,1871,1376,1830,1344,1818,1807,1814,1816,1794,1812,1812,1823,1811,1825,1807,1808,1807,1815,1792,1814,1810,1811,1811,1839,1308,1825,1812,1814,1793,1812,1773,1787,1847,1309,1812,1809,1824,1809,1809,1812,1816,1709,1782,1778,1769,1747,1749,1779,1777,1680,1863,1813,1869,1380,1368,1875,1372,1889,1373,1344,1856,1862,1875,1368,1866,1864,1873,1364,1882,1226,1809,1813,1812,1808,1816,1809,1808,1857,1259,1775,1810,1808,1808,1810,1808,1811,1818,1772,1820,1859,1858,1868,1813,1860,1864,1850,1846,1816,1829,1827,1873,1374,1368,1879,1366,1377,1805,1882,1313,1820,1814,1810,1810,1810,1821,1740,1738,1822,1792,1814,1809,1812,1808,1830,1818,1813,1781,1810,1810,1810,1813,1810,1810,1834,1793,1811,1819,1811,1810,1809,1810,1810,1781,1843,1243,1748,1742,1721,1719,1696,1695,1710,1803,1803,1828,1769,1730,1741,1742,1737,1726,1762,1729,1733,1740,1754,1787,1778,1744,1754,1771,1746,1739,1786,1813,1811,1816,1812,1772,1740,1736,1730,1736,1737,1737,1740,1742,1711,1739,1739,1753,1778,1827,1819,1813,1817,1831,1835,1758,1760,1772,1760,1774,1787,1777,1794,1788,1786,1785,1781,1796,1775,1774,1787,1883,1304,1811,1773,1783,1784,1813,1781,1781,1844,1816,1876,1368,1865,1864,1862,1799,1836,1767,1767,1770,1772,1833,1806,1770,1769,1732,1761,1786,1779,1780,1776,1779,1691,1801,1773,1778,1775,1779,1780,1795,1790,1775,1776,1778,1720,1824,1795,1813,1823,1380,1869,1310,1869,1396,1343,1784,1810,1817,1796,1813,1809,1811,1813,1806,1818,1809,1810,1813,1758,1776,1721,1847,1843,1317,1787,1786,1781,1775,1786,1787,1777,1719,1767,1774,1774,1784,1797,1780,1779,1747,1780,1867,1815,1841,1367,1876,1376,1374,1868,1878,1854,1311,1816,1812,1809,1811,1809,1813,1735,1803,1820,1811,1811,1809,1809,1816,1817,1781,1818,1756,1780,1802,1789,1768,1768,1780,1779,1818,1819,1833,1368,1866,1886,1370,1878,1885,1818,1826,1868,1355,1311,1816,1811,1816,1810,1818,1860,1858,1857,1889,1363,1857,1857,1762,1833,1713,1816,1833,1377,1374,1377,1866,1874,1348,1820,1785,1817,1811,1810,1812,1810,1811,1804,1818,1750,1775,1749,1780,1786,1785,1778,1773,1775,1788,1793,1788,1773,1773,1773,1777,1723,1814,1818,1759,1869,1864,1863,1875,1368,1872,1355,1815,1815,1796,1811,1808,1811,1813,1819,1811,1810,1809,1811,1811,1810,1823,1808,1828,1309,1810,1813,1745,1821,1813,1809,1812,1719,1777,1809,1810,1818,1823,1311,1809,1814,1850,1267,1767,1773,1773,1768,1771,1778,1782,1777,1779,1780,1776,1780,1783,1782,1776,1782,1790,1838,1874,1365,1371,1376,1890,1364,1377,1827,1775,1865,1866,1376,1868,1879,1392,1364,1823,1839,1817,1833,1868,1375,1376,1372,1371,1385,1315,1795,1810,1814,1793,1813,1818,1811,1782,1823,1319,1814,1809,1811,1814,1815,1809,1810,1811,1713,1782,1795,1811,1815,1809,1809,1810,1818,1804,1811,1819,1756,1776,1755,1789,1768,1711,1899,1821,1875,1395,1374,1375,1870,1372,1348,1856,1312,1816,1830,1811,1810,1808,1808,1856,1318,1680,1772,1785,1774,1774,1780,1774,1785,1780,1859,1814,1869,1367,1875,1370,1349,1822,1813,1817,1361,1242,1739,1739,1737,1736,1736,1740,1742,1766,1750,1751,1743,1741,1741,1740,1741,1740,1704,1816,1754,1829,1875,1365,1376,1385,1377,1375,1821,1813,1773,1813,1794,1812,1810,1812,1823,1831,1741,1742,1796,1822,1798,1816,1810,1813,1851,1306,1812,1812,1811,1811,1813,1815,1812,1748,1787,1793,1745,1780,1809,1810,1809,1824,1818,1321,1813,1813,1816,1811,1816,1809,1812,1706,1804,1811,1812,1814,1810,1808,1810,1818,1849,1309,1819,1808,1773,1820,1810,1810,1814,1700,1773,1810,1811,1818,1813,1810,1811,1829,1814,1825,1770,1774,1793,1771,1786,1770,1780,1775,1779,1787,1785,1795,1750,1774,1774,1780,1788,1818,1790,1778,1781,1775,1800,1774,1832,1714,1772,1786,1775,1778,1774,1780,1785,1774,1859,1823,1388,1783,1788,1787,1718,1777,1795,1785,1777,1819,1824,1814,1743,1747,1750,1823,1371,1880,1375,1370,1871,1372,1386,1315,1806,1814,1817,1891,1759,1773,1785,1788,1799,1752,1812,1835,1349,1786,1773,1776,1774,1785,1786,1774,1792,1812,1816,1837,1371,1877,1376,1374,1869,1380,1292,1763,1768,1768,1771,1765,1771,1782,1758,1752,1777,1780,1853,1819,1839,1372,1377,1371,1803,1376,1309,2038,1314,1814,1814,1794,1814,1816,1778,1811,1815,1809,1808,1809,1816,1799,1813,1809,1781,1811,1814,1811,1814,1808,1809,1810,1780,1811,1384,1370,1873,1367,1864,1874,1366,1883,1281,1793,1820,1825,1867,1871,1374,1875,1881,1846,1321,1879,1352,1819,1858,1311,1818,1825,1810,1270,1776,1824,1813,1809,1809,1811,1809,1818,1827,1871,1868,1764,1772,1783,1774,1774,1788,1855,1783,1819,1822,1833,1371,1870,1376,1872,1876,1367,1837,1827,1347,1825,1823,1841,1376,1314,1801,1796,1768,1811,1811,1813,1808,1809,1820,1793,1798,1782,1750,1757,1749,1784,1774,1778,1784,1780,1787,1780,1787,1772,1774,1777,1789,1847,1813,1856,1794,1859,1859,1857,1865,1856,1860,1858,1859,1831,1834,1838,1799,1773,1731,1679,1702,1820,1731,1773,1806,1806,1810,1732,1769,1696,1712,1709,1728,1711,1706,1726,1723,1759,1710,1722,1808,1787,1694,1663,1708,1702,1720,1709,1706,1711,1707,1714,1708,1709,1703,1727,1703,1707,1705,1705,1708,1713,1761,1750,1770,1767,1769,1775,1806,1813,1743,1762,1751,1769,1788,1751,1757,1753,1753,1755,1758,1756,1754,1753,1757,1753,1753,1751,1757,1761,1759,1742,1881,1773,1808,1811,1811,1808,1790,1827,1840,1838,1736,1759,1768,1763,1755,1754,1804,1749,1789,1753,1774,1773,1763,1819,1818,1793,1781,1806,1777,1771,1850,1801,1802,1803,1770,1780,1810,1818,1836,1875,1348,1370,1864,1383,1826,1304,1812,1812,1812,1810,1811,1811,1811,1818,1763,1765,1766,1771,1763,1769,1771,1775,1779,1794,1778,1777,1779,1782,1776,1779,1777,1780,1705,1870,1381,1365,1884,1401,1379,1870,1869,1884,1270,1796,1792,1814,1811,1809,1811,1808,1809,1809,1804,1810,1814,1810,1809,1808,1809,1813,1837,1313,1810,1814,1811,1809,1811,1809,1812,1782,1736,1772,1797,1867,1361,1859,1865,1861,1863,1800,1778,1811,1791,1811,1764,1764,1773,1807,1770,1768,1811,1882,1807,1830,1863,1875,1893,1349,1337,1853,1855,1310,1809,1821,1809,1815,1295,1781,1814,1811,1808,1811,1809,1808,1809,1738,1783,1767,1816,1814,1808,1808,1814,1821,1834,1797,1762,1772,1778,1752,1770,1768,1772,1836,1289,1785,1786,1786,1786,1786,1786,1778,1675,1750,1757,1757,1779,1757,1756,1755,1750,1670,1811,1789,1784,1787,1781,1772,1774,1793,1838,1842,1367,1368,1880,1360,1871,1884,1379,1354,1270,1832,1317,1810,1820,1812,1810,1822,1813,1781,1815,1858,1791,1856,1860,1855,1856,1856,1801,1823,1820,1834,1370,1372,1838,1864,1865,1883,1810,1344,1869,1314,1810,1819,1814,1813,1813,1878,1372,1864,1888,1374,1345,1856,1315,1812,1779,1816,1859,1842,1859,1830,1797,1860,1850,1875,1343,1773,1770,1808,1806,1805,1771,1749,1794,1798,1804,1767,1805,1806,1768,1804,1732,1751,1802,1772,1809,1805,1772,1804,1758,1734,1798,1787,1772,1767,1805,1775,1805,1803,1715,1669,1707,1811,1789,1812,1769,1768,1763,1733,1892,1344,1811,1809,1795,1813,1762,1767,1804,1764,1850,1880,1366,1869,1865,1871,1865,1877,1367,1880,1832,1361,1859,1863,1850,1859,1851,1811,1808,1789,1854,1871,1376,1389,1869,1379,1368,1770,1809,1812,1810,1819,1811,1810,1808,1816,1681,1748,1765,1766,1766,1767,1772,1792,1792,1756,1739,1780,1850,1818,1778,1782,1782,1781,1855,1731,1776,1774,1827,1819,1841,1872,1877,1822,1309,1868,1375,1873,1382,1325,1810,1811,1814,1839,1297,1782,1814,1811,1812,1812,1809,1814,1799,1808,1799,1815,1810,1810,1809,1809,1811,1756,1795,1814,1812,1810,1808,1810,1814,1815,1857,1798,1767,1767,1769,1768,1780,1747,1777,1836,1784,1771,1801,1781,1779,1786,1797,1777,1845,1802,1788,1776,1768,1791,1781,1785,1780,1842,1363,1861,1836,1856,1857,1875,1376,1361,1758,1771,1801,1852,1860,1855,1856,1857,1849,1810,1822,1871,1857,1861,1798,1801,1771,1733,1749,1838,1841,1804,1859,1864,1863,1871,1883,1890,1865,1864,1867,1372,1371,1864,1846,1341,1820,1854,1312,1815,1809,1810,1814,1809,1813,1836,1755,1778,1770,1781,1768,1773,1774,1777,1890,1833,1777,1786,1774,1751,1800,1782,1779,1805,1793,1776,1774,1773,1775,1786,1786,1782,1857,1824,1774,1781,1780,1800,1791,1779,1776,1778,1755,1780,1779,1781,1785,1781,1774,1779,1854,1838,1792,1772,1783,1773,1818,1808,1783,1826,1816,1819,1836,1368,1866,1876,1871,1865,1842,1857,1313,1810,1809,1817,1818,1810,1820,1821,1809,1811,1809,1808,1810,1809,1730,1811,1709,1778,1810,1808,1809,1815,1826,1815,1830,1269,1804,1800,1812,1810,1809,1809,1809,1818,1811,1809,1814,1808,1814,1810,1813,1812,1810,1802,1810,1824,1811,1809,1810,1809,1822,1776,1804,1874,1778,1782,1772,1768,1768,1782,1817,1871,1323,1774,1775,1774,1783,1779,1785,1784,1837,1817,1834,1866,1864,1376,1871,1389,1375,1896,1770,1768,1771,1767,1767,1770,1778,1778,1747,1736,1779,1776,1779,1779,1780,1780,1780,1799,1831,1820,1864,1371,1878,1375,1377,1873,1380,1889,1782,1820,1802,1824,1854,1313,1810,1813,1773,1803,1814,1811,1810,1812,1809,1813,1810,1708,1783,1784,1814,1810,1812,1823,1809,1823,1814,1814,1744,1821,1802,1814,1814,1810,1817,1826,1791,1795,1784,1814,1811,1810,1810,1815,1770,1808,1814,1819,1811,1815,1811,1810,1750,1703,1778,1813,1797,1787,1809,1813,1810,1814,1829,1742,1784,1757,1752,1736,1734,1757,1725,1695,1766,1732,1754,1760,1757,1754,1752,1752,1663,1758,1757,1760,1747,1755,1757,1753,1753,1755,1701,1742,1738,1738,1785,1746,1738,1744,1738,1736,1739,1738,1775,1802,1804,1803,1804,1846,1865,1827,1836,1370,1884,1827,1372,1375,1876,1383,1351,1821,1814,1811,1823,1788,1810,1791,1782,1792,1818,1811,1810,1813,1812,1810,1819,1813,1815,1794,1812,1810,1810,1822,1810,1810,1810,1823,1815,1793,1811,1809,1809,1815,1812,1811,1807,1810,1809,1810,1815,1772,1812,1771,1829,1824,1858,1860,1849,1874,1463,1354,1870,1340,1775,1792,1811,1810,1869,1372,1802,1865,1873,1364,1877,1869,1866,1852,1384,1353,1270,1793,1809,1387,1786,1780,1782,1849,1867,1366,1853,1856,1361,1855,1313,1815,1809,1809,1819,1710,1795,1824,1775,1777,1774,1833,1770,1780,1827,1797,1818,1818,1837,1865,1866,1868,1871,1831,1318,1847,1341,1819,1855,1314,1809,1809,1809,1280,1846,1320,1810,1810,1809,1807,1810,1812,1831,1863,1782,1813,1809,1809,1815,1811,1816,2007,1219,1886,1757,1778,1747,1772,1771,1749,1818,1802,1697,1756,1755,1756,1757,1774,1750,1694,1806,1757,1785,1782,1783,1786,1786,1779,1817,1877,1869,1873,1878,1869,1872,1867,1869,1308,1851,1781,1769,1776,1774,1774,1781,1777,1797,1849,1860,1795,1796,1782,1790,1780,1778,1843,1810,1856,1854,1851,1870,1868,1856,1848,1889,1345,1863,1856,1836,1783,1778,1771,1732,1734,1781,1807,1770,1814,1730,1766,1806,1732,1728,1759,1768,1805,1685,1759,1804,1805,1733,1786,1815,1770,1782,1780,1779,1778,1774,1769,1781,1778,1781,1785,1779,1773,1785,1834,1783,1854,1826,1785,1774,1775,1752,1806,1786,1808,1857,1356,1859,1857,1862,1860,1854,1855,1853,1887,1878,1825,1375,1870,1876,1366,1813,1849,1776,1788,1788,1792,1810,1764,1747,1840,1812,1812,1768,1764,1754,1840,1370,1879,1867,1867,1808,1779,1779,1779,1781,1777,1779,1775,1772,1718,1812,1831,1857,1859,1857,1863,1858,1852,1884,1776,1774,1786,1781,1778,1784,1720,1779,1779,1780,1778,1786,1776,1775,1782,1814,1817,1854,1363,1861,1857,1856,1859,1858,1864,1850,1866,1872,1781,1797,1794,1779,1793,1775,1779,1774,1830,1823,1827,1374,1376,1374,1368,1870,1336,1817,1811,1815,1789,1793,1813,1808,1809,1810,1802,1799,1804,1819,1811,1822,1810,1808,1810,1863,1312,1817,1828,1811,1809,1810,1813,1835,1255,1817,1809,1810,1809,1813,1809,1812,1810,1774,1786,1793,1819,1813,1813,1811,1808,1810,1811,1811,1811,1810,1808,1808,1808,1809,1808,1772,1832,1855,1865,1871,1388,1381,1863,1881,1899,1809,1859,1875,1862,1875,1377,1384,1350,1852,1314,1750,1809,1812,1809,1808,1809,1825,1793,1772,1794,1805,1775,1780,1775,1787,1776,1856,1305,1767,1758,1757,1758,1757,1763,1753,1766,1766,1759,1744,1786,1758,1755,1756,1750,1775,1857,1872,1368,1846,1858,1860,1864,1843,1866,1320,1372,1869,1870,1817,1382,1365,1876,1873,1781,1808,1824,1837,1329,1823,1827,1857,1314,1802,1812,1810,1814,1812,1814,1813,1810,1809,1812,1813,1795,1813,1821,1811,1813,1810,1812,1807,1821,1815,1809,1810,1815,1812,1811,1811,1703,1783,1792,1810,1811,1776,1810,1813,1823,1817,1816,1815,1793,1812,1740,1812,1810,1810,1811,1809,1809,1823,1792,1815,1810,1810,1810,1806,1810,1810,1811,1809,1809,1825,1812,1812,1834,1857,1864,1866,1870,1879,1367,1896,1342,1784,1739,1764,1763,1763,1764,1731,1744,1768,1765,1763,1780,1801,1802,1801,1801,1810,1806,1885,1818,1857,1782,1721,1743,1742,1694,1702,1722,1736,1742,1739,1744,1711,1738,1740,1702,1692,1731,1739,1739,1739,1739,1739,1733,1661,1737,1743,1763,1771,1770,1771,1774,1774,1785,1786,1784,1786,1774,1778,1773,1774,1777,1775,1720,1811,1817,1828,1869,1866,1384,1380,1866,1867,1349,1817,1811,1809,1810,1799,1779,1743,1768,1716,1813,1796,1771,1770,1778,1777,1775,1726,1837,1796,1787,1785,1780,1776,1774,1777,1725,1828,1791,1814,1829,1864,1867,1370,1878,1838,1373,1371,1803,1858,1313,1814,1810,1809,1810,1331,1314,1816,1781,1810,1810,1809,1809,1810,1755,1787,1810,1815,1810,1813,1810,1810,1815,1654,1759,1718,1759,1690,1723,1719,1718,1724,1757,1819,1752,1777,1811,1810,1776,1790,1806,1831,1872,1376,1817,1835,1371,1864,1862,1389,1355,1298,1764,1767,1759,1701,1761,1774,1778,1782,1739,1774,1779,1838,1829,1855,1859,1863,1863,1915,1879,1875,1379,1364,1870,1810,1819,1860,1297,1806,1813,1827,1868,1811,1878,1369,1869,1924,1391,1385,1821,1826,1824,1814,1811,1812,1824,1794,1780,1774,1749,1786,1728,1834,1787,1735,1777,1774,1778,1776,1787,1815,1811,1781,1853,1826,1778,1780,1781,1787,1787,1775,1777,1773,1774,1786,1788,1780,1786,1773,1765,1779,1879,1813,1789,1778,1800,1787,1772,1754,1802,1852,1328,1820,1822,1848,1871,1380,1864,1884,1377,1818,1814,1811,1811,1809,1809,1815,1768,1818,1862,1872,1367,1864,1887,1823,1870,1373,1722,1793,1819,1831,1865,1371,1874,1369,1874,1379,1346,1310,1813,1814,1811,1811,1809,1809,1811,1312,1846,1749,1774,1775,1745,1786,1785,1780,1775,1778,1784,1781,1781,1773,1775,1785,1774,1858,1757,1773,1776,1775,1773,1787,1785,1774,1802,1811,1800,1775,1784,1787,1785,1784,1778,1796,1775,1775,1775,1783,1783,1786,1777,1778,1863,1311,1752,1801,1774,1778,1783,1781,1776,1904,1822,1819,1808,1782,1773,1774,1779,1782,1780,1816,1823,1827,1866,1870,1375,1377,1355,1860,1279,1747,1756,1817,1779,1813,1811,1810,1789,1812,1810,1809,1830,1809,1809,1815,1810,1770,1857,1775,1777,1755,1818,1778,1774,1781,1801,1844,1855,1779,1821,1816,1774,1776,1776,1784,1788,1825,1788,1783,1776,1771,1779,1779,1800,1776,1773,1774,1783,1789,1787,1777,1787,1717,1812,1825,1822,1369,1380,1373,1841,1820,1856,1355,1313,1809,1809,1813,1809,1810,1818,1811,1288,1816,1794,1814,1809,1814,1764,1813,1813,1828,1310,1812,1813,1809,1813,1815,1785,1815,1711,1780,1795,1813,1808,1826,1810,1818,1816,1842,1274,1768,1781,1770,1767,1769,1788,1791,1775,1777,1780,1780,1779,1779,1777,1779,1780,1778,1861,1371,1367,1376,1382,1375,1846,1346,1769,1850,1314,1811,1809,1815,1809,1813,1814,1813,1778,1812,1797,1815,1809,1809,1810,1815,1814,1806,1815,1810,1811,1814,1809,1811,1810,1811,1833,1313,1816,1811,1810,1809,1808,1811,1812,1772,1784,1823,1759,1779,1790,1787,1775,1777,1782,1784,1781,1793,1773,1773,1781,1779,1773,1890,1868,1773,1778,1775,1783,1778,1785,1772,1785,1752,1799,1778,1785,1779,1786,1785,1797,1747,1834,1815,1837,1369,1865,1863,1374,1871,1865,1868,1887,1827,1813,1812,1813,1808,1811,1764,1788,1717,1777,1766,1763,1775,1778,1779,1794,1780,1780,1782,1780,1779,1780,1776,1781,1746,1841,1819,1825,1372,1370,1868,1878,1382,1353,1307,1810,1816,1716,1809,1815,1808,1808,1810,1794,1813,1811,1812,1791,1811,1810,1809,1813,1790,1804,1810,1810,1835,1817,1812,1811,1809,1810,1863,1860,1760,1809,1805,1862,1868,1869,1400,1824,1787,1775,1711,1774,1774,1783,1781,1791,1788,1823,1818,1776,1862,1372,1869,1870,1866,1832,1388,1877,1347,1814,1815,1808,1813,1719,1789,1819,1796,1822,1768,1811,1812,1811,1817,1320,1820,1814,1810,1811,1813,1810,1813,1778,1785,1793,1814,1811,1809,1813,1811,1814,1816,1722,1782,1822,1822,1810,1719,1808,1814,1784,1810,1812,1812,1809,1809,1716,1812,1814,1773,1874,1779,1777,1753,1772,1772,1770,1781,1779,1827,1815,1824,1373,1378,1366,1865,1864,1852,1313,1765,1703,1755,1771,1768,1772,1732,1778,1745,1770,1779,1837,1863,1875,1367,1371,1329,1376,1800,1803,1794,1823,1810,1810,1810,1816,1781,1811,1810,1813,1810,1832,1811,1808,1809,1814,1809,1813,1814,1809,1809,1808,1811,1811,1813,1712,1779,1811,1810,1813,1809,1812,1813,1807,1770,1863,1374,1865,1864,1865,1873,1370,1864,1898,1819,1785,1774,1773,1775,1781,1787,1779,1783,1775,1774,1782,1777,1781,1783,1785,1781,1721,1857,1820,1782,1780,1772,1796,1782,1788,1779,1805,1779,1773,1773,1773,1781,1779,1785,1850,1818,1830,1863,1862,1882,1381,1372,1870,1867,1805,1860,1312,1825,1809,1864,1321,1809,1772,1837,1777,1775,1790,1786,1773,1776,1777,1773,1817,1789,1825,1370,1867,1871,1365,1374,1393,1830,1861,1235,1811,1831,1810,1810,1818,1818,1828,1812,1809,1779,1811,1816,1811,1811,1813,1790,1840,1820,1876,1377,1360,1847,1334,1773,1732,1308,1809,1787,1811,1766,1764,1807,1844,1818,1854,1312,1836,1326,1313,1789,1815,1786,1379,1348,1872,1315,1809,1812,1813,1814,1810,1811,1814,1779,1808,1796,1814,1814,1815,1810,1812,1809,1815,1808,1809,1815,1765,1816,1809,1810,1812,1791,1793,1771,1777,1783,1783,1780,1773,1783,1774,1793,1778,1780,1780,1782,1773,1782,1780,1721,1817,1816,1822,1870,1866,1872,1377,1366,1810,1813,1811,1811,1809,1827,1790,1816,1817,1815,1745,1742,1742,1759,1741,1820,1370,1865,1873,1776,1782,1787,1779,1781,1752,1801,1786,1803,1814,1375,1371,1866,1869,1372,1815,1841,1381,1294,1816,1854,1309,1818,1810,1828,1815,1813,1822,1857,1778,1775,1775,1776,1784,1753,1818,1835,1782,1780,1791,1774,1773,1775,1774,1780,1883,1821,1821,1857,1850,1850,1863,1872,1357,1852,1824,1774,1781,1780,1778,1774,1772,1747,1822,1302,1758,1756,1754,1755,1756,1759,1749,1797,1288,1786,1787,1787,1786,1788,1786,1782,1709,1841,1793,1830,1371,1371,1373,1870,1389,1864,1756,1816,1810,1812,1815,1818,1812,1811,1809,1818,1868,1373,1364,1869,1871,1377,1874,1872,1882,1343,1852,1311,1810,1809,1813,1809,1810,1819,1848,1776,1779,1777,1787,1780,1793,1772,1789,1818,1715,1808,1831,1864,1374,1371,1871,1871,1864,1863,1864,1814,1809,1818,1810,1811,1791,1807,1817,1811,1809,1810,1810,1809,1814,1805,1876,1757,1776,1771,1773,1781,1779,1774,1723,1820,1818,1765,1868,1873,1366,1869,1378,1366,1359,1279,1821,1818,1810,1814,1810,1812,1813,1826,1766,1780,1769,1764,1767,1771,1796,1779,1764,1777,1781,1779,1781,1778,1779,1778,1780,1746,1839,1868,1375,1869,1878,1865,1884,1372,1812,1814,1818,1794,1810,1811,1819,1746,1737,1757,1798,1820,1809,1809,1773,1817,1813,1810,1777,1779,1793,1812,1809,1820,1783,1812,1810,1779,1807,1817,1792,1818,1811,1815,1815,1815,1811,1809,1809,1814,1794,1815,1812,1809,1809,1811,1814,1809,1810,1813,1811,1813,1810,1814,1768,1814,1810,1809,1811,1813,1747,1812,1814,1736,1643,1766,1770,1796,1844,1817,1759,1782,1832,1312,1809,1810,1810,1809,1814,1815,1829,1832,1311,1808,1811,1816,1812,1809,1742,1814,1784,1790,1792,1813,1813,1809,1809,1809,1817,1762,1816,1815,1810,1808,1810,1807,1810,1815,1798,1820,1858,1888,1365,1862,1856,1856,1871,1745,1755,1784,1786,1785,1785,1786,1785,1770,1739,1758,1784,1853,1798,1774,1768,1805,1733,1770,1773,1805,1807,1803,1807,1770,1805,1733,1857,1811,1743,1784,1765,1776,1774,1774,1776,1693,1817,1841,1838,1857,1856,1862,1805,1845,1715,1830,1762,1803,1802,1809,1784,1814,1845,1312,1814,1811,1808,1810,1809,1808,1815,1810,1363,1719,1777,1753,1772,1771,1777,1782,1774,1793,1850,1774,1776,1781,1779,1778,1779,1772,1827,1850,1778,1776,1784,1778,1778,1773,1777,1801,1833,1715,1818,1828,1369,1864,1871,1374,1852,1393,1363,1283,1787,1816,1794,1813,1813,1811,1808,1811,1808,1814,1809,1807,1810,1808,1809,1825,1797,1865,1860,1870,1357,1858,1856,1852,1854,1835,1834,1839,1772,1806,1805,1806,1731,1751,1770,1788,1700,1803,1774,1775,1795,1775,1781,1779,1774,1776,1785,1775,1774,1788,1778,1721,1774,1779,1784,1761,1776,1774,1783,1777,1852,1846,1863,1870,1402,1364,1374,1862,1882,1374,1818,1879,1785,1781,1754,1838,1779,1779,1775,1844,1805,1785,1777,1838,1805,1779,1773,1777,1717,1771,1779,1779,1779,1776,1776,1774,1786,1855,1817,1783,1779,1782,1766,1774,1776,1777,1779,1777,1780,1779,1774,1807,1801,1778,1771,1838,1315,1775,1772,1783,1774,1782,1779,1781,1886,1869,1780,1779,1791,1781,1733,1787,1776,1801,1822,1791,1779,1780,1778,1815,1798,1785,1887,1823,1871,1864,1873,1374,1367,1310,1854,1313,1809,1823,1808,1809,1851,1311,1814,1810,1826,1788,1818,1816,1843,1368,1377,1370,1868,1829,1821,1307,1814,1810,1815,1813,1810,1812,1669,1807,1815,1790,1815,1814,1812,1810,1812,1766,1814,1820,1810,1811,1813,1810,1810,1813,1810,1780,1854,1789,1856,1859,1872,1360,1861,1858,1857,1782,1816,1793,1856,1866,1869,1871,1371,1855,1890,1383,1319,1809,1807,1817,1823,1809,1817,1784,1745,1768,1775,1771,1766,1765,1780,1783,1737,1777,1780,1779,1780,1778,1780,1777,1776,1737,1717,1826,1788,1736,1777,1746,1747,1777,1786,1775,1775,1780,1826,1800,1833,1377,1389,1889,1371,1868,1859,1313,1810,1809,1810,1810,1775,1802,1811,1811,1811,1812,1809,1809,1809,1825,1848,1716,1763,1783,1778,1779,1778,1777,1793,1823,1829,1855,1857,1872,1360,1855,1848,1852,1855,1862,1852,1813,1774,1808,1805,1730,1775,1718,1777,1761,1775,1775,1773,1779,1774,1806,1780,1780,1743,1803,1776,1776,1792,1777,1891,1824,1857,1861,1864,1363,1855,1855,1849,1845,1832,1833,1833,1773,1806,1773,1770,1730,1795,1706,1760,1750,1703,1735,1739,1737,1762,1699,1743,1739,1759,1801,1805,1803,1801,1811,1229,1805,1382,1872,1371,1383,1877,1828,1820,1829,1279,1822,1312,1812,1816,1809,1808,1829,1853,1270,1810,1818,1832,1867,1875,1283,1863,1867,1373,1347,1811,1815,1791,1791,1825,1813,1821,1806,1808,1809,1809,1811,1814,1798,1814,1813,1812,1811,1809,1815,1814,1810,1814,1798,1816,1785,1755,1818,1794,1816,1810,1809,1777,1818,1819,1320,1810,1811,1809,1809,1809,1812,1818,1832,1836,1758,1778,1771,1771,1766,1774,1767,1840,1774,1784,1779,1777,1780,1780,1788,1756,1903,1820,1782,1779,1778,1785,1775,1774,1791,1794,1815,1828,1823,1865,1864,1874,1364,1871,1403,1408,1322,1811,1812,1809,1810,1817,1817,1792,1764,1770,1719,1705,1768,1773,1775,1780,1758,1740,1772,1841,1387,1368,1882,1350,1821,1854,1315,1707,1812,1830,1809,1817,1820,1809,1803,1816,1816,1785,1796,1819,1815,1813,1809,1836,1309,1816,1811,1826,1809,1809,1809,1812,1768,1874,1757,1750,1786,1782,1775,1774,1789,1792,1833,1782,1793,1800,1773,1774,1781,1771,1797,1868,1816,1826,1866,1866,1872,1365,1373,1853,1345,1815,1814,1735,1810,1816,1811,1833,1713,1799,1792,1821,1814,1817,1815,1811,1815,1823,1787,1809,1809,1815,1812,1812,1809,1818,1832,1778,1792,1813,1809,1810,1813,1811,1813,1811,1809,1809,1809,1816,1800,1811,1813,1809,1722,1782,1820,1810,1813,1771,1809,1809,1817,1793,1797,1778,1776,1756,1782,1769,1771,1799,1811,1777,1779,1779,1782,1777,1778,1774,1775,1836,1336,1774,1781,1775,1773,1829,1805,1770,1852,1872,1782,1781,1797,1781,1777,1775,1777,1851,1828,1817,1831,1873,1369,1373,1390,1818,1872,1865,1371,1875,1782,1778,1772,1774,1777,1837,1821,1386,1877,1363,1867,1879,1375,1366,1887,1282,1822,1777,1776,1778,1782,1778,1771,1792,1802,1830,1779,1788,1777,1780,1772,1774,1777,1838,1886,1875,1366,1869,1370,1866,1869,1867,1769,1775,1782,1773,1776,1779,1778,1780,1783,1785,1843,1832,1827,1868,1370,1377,1372,1866,1795,1738,1833,1371,1817,1838,1364,1864,1369,1849,1328,1783,1818,1811,1810,1809,1824,1813,1814,1721,1808,1808,1811,1816,1811,1809,1810,1810,1696,1796,1755,1811,1743,1754,1778,1769,1798,1849,1793,1753,1815,1809,1811,1808,1808,1808,1850,1834,1728,1853,1830,1366,1865,1818,1859,1324,1811,1810,1809,1747,1824,1813,1811,1815,1833,1783,1790,1769,1781,1761,1748,1800,1783,1798,1812,1815,1740,1850,1314,1814,1811,1813,1753,1797,1826,1747,1771,1774,1751,1746,1733,1761,1754,1775,1748,1744,1815,1836,1802,1817,1817,1767,1770,1781,1763,1771,1771,1781,1786,1796,1784,1779,1775,1778,1782,1780,1779,1779,1739,1841,1873,1373,1379,1898,1793,1817,1816,1770,1779,1813,1823,1819,1812,1822,1810,1816,1737,1794,1816,1813,1809,1809,1787,1768,1861,1288,1801,1839,1757,1778,1771,1804,1791,1772,1804,1789,1780,1779,1774,1774,1783,1782,1780,1728,1841,1902,1380,1370,1869,1862,1800,1801,1879,1833,1787,1786,1777,1774,1776,1778,1769,1782,1816,1816,1830,1864,1862,1889,1378,1309,1841,1342,1810,1818,1793,1813,1810,1811,1834,1818,1813,1810,1808,1813,1809,1808,1747,1764,1732,1809,1794,1811,1814,1807,1810,1810,1812,1813,1770,1765,1776,1765,1768,1773,1776,1779,1721,1721,1778,1779,1778,1777,1779,1776,1781,1769,1816,1786,1781,1784,1783,1822,1319,1816,1743,1739,1823,1338,1820,1820,1821,1819,1818,1719,1778,1821,1782,1819,1821,1320,1821,1817,1714,1816,1740,1826,1320,1334,1336,1321,1321,1828,1312,1207,1730,1716,1858,1868,1876,1377,1371,1870,1848,1342,1785,1762,1340,1775,1776,1774,1783,1843,1339,1778,1815,1819,1831,1870,1381,1376,1371,1866,1802,1338,1744,1821,1781,1772,1758,1753,1762,1762,1753,1752,1774,1792,1756,1753,1752,1770,1769,1769,1806,1769,1775,1807,1771,1731,1753,1771,1745,1754,1754,1746,1803,1753,1758,1745,1786,1756,1750,1780,1813,1738,1779,1782,1766,1770,1712,1809,1768,1770,1801,1808,1833,1813,1767,1749,1762,1773,1767,1777,1790,1782,1771,1776,1774,1847,1777,1782,1783,1776,1788,1828,1870,1867,1875,1367,1373,1869,1309,1870,1370,1832,1815,1811,1853,1312,1810,1808,1810,1818,1763,1821,1841,1859,1860,1834,1858,1828,1850,1834,1748,1846,1776,1775,1773,1721,1755,1803,1812,1749,1824,1780,1776,1778,1716,1790,1782,1829,1773,1781,1779,1779,1787,1778,1779,1773,1865,1365,1828,1823,1865,1872,1364,1375,1874,1398,1329,1812,1809,1812,1808,1808,1809,1808,1731,1844,1884,1818,1872,1364,1856,1869,1358,1850,1784,1772,1806,1771,1805,1805,1805,1805,1730,1705,1769,1793,1808,1763,1764,1763,1774,1769,1803,1753,1767,1762,1766,1767,1770,1847,1871,1902,1880,1774,1774,1778,1779,1800,1779,1767,1875,1253,1800,1773,1777,1779,1787,1773,1776,1806,1844,1876,1860,1857,1856,1863,1864,1849,1856,1884,1352,1816,1845,1375,1868,1864,1866,1868,1862,1323,1831,1859,1312,1812,1810,1811,1798,1751,1774,1775,1773,1805,1773,1780,1782,1882,1825,1819,1855,1870,1359,1862,1858,1863,1733,1847,1864,1806,1833,1797,1775,1773,1732,1788,1790,1767,1704,1766,1768,1767,1807,1731,1726,1774,1805,1805,1768,1808,1804,1806,1732,1762,1759,1736,1776,1698,1773,1779,1777,1768,1853,1328,1779,1780,1773,1779,1776,1791,1768,1858,1820,1773,1776,1774,1770,1788,1776,1788,1780,1780,1782,1778,1779,1757,1799,1790,1789,1794,1821,1814,1832,1865,1873,1812,1383,1372,1899,1365,1842,1347,1816,1824,1810,1822,1381,1315,1821,1812,1810,1809,1819,1798,1756,1794,1815,1812,1810,1814,1811,1809,1810,1809,1781,1817,1810,1882,1865,1864,1864,1873,1369,1869,1863,1869,1836,1774,1777,1779,1776,1775,1792,1778,1779,1779,1790,1781,1774,1784,1779,1684,1771,1843,1358,1858,1869,1359,1855,1858,1859,1851,1739,1811,1783,1783,1780,1778,1778,1773,1779,1845,1304,1755,1755,1763,1755,1756,1758,1749,1759,1758,1757,1756,1763,1756,1755,1756,1750,1714,1782,1779,1778,1781,1782,1777,1779,1780,1791,1800,1829,1815,1824,1370,1377,1863,1864,1895,1322,1806,1816,1811,1810,1811,1809,1811,1837,1722,1832,1870,1377,1364,1869,1368,1879,1862,1825,1339,1837,1822,1819,1821,1810,1823,1830,1816,1858,1851,1860,1857,1859,1856,1848,1889,1798,1834,1815,1380,1372,1865,1874,1366,1873,1372,1844,1825,1820,1776,1758,1749,1792,1813,1774,1781,1786,1784,1774,1792,1772,1773,1723,1775,1777,1774,1702,1771,1775,1778,1772,1782,1835,1818,1872,1815,1874,1388,1883,1868,1374,1769,1774,1770,1765,1768,1772,1778,1782,1796,1782,1780,1780,1783,1784,1785,1779,1781,1749,1837,1819,1830,1370,1374,1329,1367,1843,1854,1308,1673,1817,1687,1812,1816,1770,1817,1818,1751,1795,1836,1819,1823,1321,1785,1771,1820,1722,1869,1364,1865,1362,1866,1862,1840,1365,1754,1806,1824,1743,1769,1769,1769,1769,1721,1781,1769,1748,1817,1795,1838,1375,1875,1819,1849,1365,1845,1346,1811,1815,1795,1817,1813,1812,1812,1811,1808,1813,1812,1809,1813,1810,1704,1782,1778,1813,1810,1810,1810,1809,1816,1702,1775,1819,1792,1812,1813,1811,1810,1817,1770,1778,1810,1810,1809,1810,1810,1818,1809,1811,1804,1809,1811,1811,1809,1810,1809,1816,1794,1760,1776,1759,1772,1766,1774,1781,1782,1778,1744,1778,1876,1829,1832,1370,1371,1875,1871,1377,1316,1795,1855,1316,1798,1792,1839,1315,1824,1312,1732,1808,1809,1812,1809,1809,1813,1788,1827,1793,1783,1821,1810,1809,1810,1816,1773,1860,1763,1777,1774,1767,1770,1770,1773,1845,1822,1819,1832,1368,1865,1874,1373,1345,1819,1858,1316,1807,1817,1809,1810,1813,1814,1820,1794,1859,1858,1846,1871,1856,1871,1352,1853,1832,1799,1840,1368,1826,1870,1364,1368,1870,1848,1341,1856,1313,1810,1819,1813,1812,1804,1758,1777,1773,1771,1771,1775,1781,1773,1873,1874,1809,1852,1872,1359,1807,1856,1852,1862,1333,1772,1770,1806,1805,1805,1804,1731,1775,1769,1805,1805,1804,1805,1805,1805,1734,1753,1777,1779,1777,1774,1780,1779,1692,1791,1787,1810,1823,1829,1371,1874,1367,1872,1312,1881,1318,1812,1811,1813,1814,1810,1816,1813,1766,1821,1795,1813,1809,1809,1810,1816,1813,1806,1810,1810,1808,1814,1815,1812,1827,1809,1720,1754,1831,1792,1814,1769,1809,1810,1815,1684,1809,1811,1809,1815,1771,1809,1811,1814,1730,1792,1793,1817,1810,1770,1808,1813,1816,1744,1800,1317,1816,1824,1766,1809,1812,1814,1822,1764,1801,1862,1830,1784,1828,1368,1842,1794,1867,1746,1754,1789,1755,1757,1761,1780,1773,1793,1749,1835,1769,1716,1758,1755,1753,1679,1747,1762,1786,1758,1706,1776,1753,1752,1663,1714,1758,1751,1798,1822,1799,1771,1788,1781,1752,1812,1735,1809,1800,1816,1372,1867,1912,1755,1809,1814,1802,1832,1727,1737,1752,1782,1711,1711,1759,1743,1865,1254,1773,1733,1758,1702,1769,1832,1774,1793,1750,1792,1751,1824,1734,1710,1813,1818,1803,1765,1773,1732,1822,1818,1763,1774,1773,1749,1792,1810,1774,1780,1739,1769,1776,1782,1776,1722,1813,1773,1710,1877,1830,1789,1811,1767,1735,1844,1809,1830,1763,1840,1814,1763,1769,1711,1784,1773,1831,1676,1721,1734,1753,1708,1746,1762,1716,1754,1720,1754,1718,1754,1716,1754,1751,1718,1718,1816,1778,1787,1779,1779,1729,1790,1769,1765,1883,1760,1751,1751,1783,1778,1747,1803,1784,1756,1764,1755,1753,1752,1715,1756,1741,1781,1799,1775,1772,1783,1771,1772,1774,1802,1733,1810,1792,1780,1798,1803,1802,1798,1825,1924,1738,1769,1825,1772,1752,1714,1756,1745,1748,1726,1796,1723,1728,1663,1652,1732,1684,1627,1752,1730,1732,1713,1762,1741,1742,1731,1682,1798,1644,1778,1748,1792,1819,1748,1809,1877,1768,1697,1692,1772,1741,1731,1806,1825,1796,1811,1697,1807,1764,1764,1766,1769,1778,1849,1771,1779,1781,1770,1768,1771,1778,1780,1759,1751,1785,1785,1780,1778,1780,1776,1779,1690,1819,1822,1770,1878,1372,1831,1371,1348,1857,1343,1310,1811,1811,1811,1813,1811,1808,1810,1331,1834,1375,1371,1850,1865,1372,1845,1347,1814,1839,1845,1865,1782,1824,1298,1782,1782,1746,1759,1849,1777,1781,1773,1779,1814,1789,1768,1804,1790,1791,1809,1768,1768,1769,1764,1779,1809,1776,1782,1836,1864,1825,1864,1370,1368,1779,1800,1795,1814,1826,1816,1810,1813,1810,1827,1750,1739,1756,1734,1756,1682,1695,1762,1821,1766,1775,1808,1786,1806,1741,1758,1732,1722,1764,1806,1808,1770,1768,1769,1804,1732,1784,1795,1805,1799,1815,1800,1799,1725,1800,1806,1799,1780,1783,1782,1778,1784,1736,1758,1790,1778,1783,1821,1811,1824,1824,1807,1822,1792,1809,1826,1779,1778,1777,1794,1778,1824,1750,1794,1756,1755,1755,1764,1753,1752,1749,1815,1751,1801,1778,1775,1773,1789,1777,1842,1786,1777,1774,1844,1785,1805,1794,1797,1797,1838,1804,1346,1856,1315,1812,1812,1809,1809,1781,1856,1759,1775,1761,1779,1786,1785,1780,1775,1821,1775,1780,1781,1786,1776,1774,1781,1849,1757,1880,1365,1865,1875,1902,1830,1379,1326,1812,1814,1812,1810,1810,1814,1812,1812,1769,1814,1818,1796,1813,1816,1815,1809,1810,1820,1799,1769,1811,1793,1810,1816,1811,1810,1789,1783,1753,1828,1310,1809,1810,1825,1814,1824,1786,1809,1809,1810,1812,1814,1809,1813,1717,1779,1759,1692,1769,1768,1770,1812,1773,1861,1813,1865,1823,1866,1372,1377,1367,1866,1891,1340,1818,1854,1311,1810,1813,1812,1811,1734,1785,1811,1808,1812,1809,1821,1810,1816,1804,1879,1750,1770,1777,1729,1770,1776,1781,1781,1825,1823,1825,1372,1866,1831,1369,1871,1875,1345,1818,1859,1804,1841,1851,1817,1814,1810,1812,1808,1808,1839,1812,1737,1809,1810,1780,1805,1815,1819,1812,1810,1814,1781,1821,1777,1833,1869,1367,1872,1366,1864,1869,1864,1216,1781,1822,1775,1776,1780,1773,1817,1809,1786,1780,1788,1786,1783,1776,1772,1781,1775,1752,1854,1822,1831,1921,1367,1371,1373,1867,1864,1358,1854,1316,1799,1825,1817,1811,1810,1708,1784,1810,1811,1813,1765,1742,1791,1818,1749,1760,1851,1313,1823,1863,1320,1810,1810,1753,1726,1799,1754,1778,1791,1760,1752,1806,1818,1812,1809,1370,1875,1325,1819,1375,1345,1819,1788,1817,1831,1870,1869,1882,1367,1374,1389,1357,1264,1783,1824,1815,1810,1815,1810,1811,1809,1732,1832,1703,1797,1768,1780,1790,1802,1774,1789,1809,1789,1781,1779,1786,1773,1773,1779,1770,1794,1780,1782,1777,1779,1773,1786,1795,1729,1753,1761,1753,1779,1755,1756,1759,1750,1690,1759,1765,1758,1759,1758,1757,1757,1750,1734,1769,1776,1786,1763,1807,1782,1787,1777,1820,1824,1834,1381,1377,1343,1371,1841,1871,1355,1307,1811,1811,1810,1812,1813,1809,1809,1810,1734,1746,1695,1731,1759,1791,1768,1814,1820,1771,1799,1793,1812,1811,1809,1824,1316,1818,1779,1787,1812,1809,1808,1809,1813,1809,1813,1787,1806,1812,1811,1811,1809,1746,1807,1813,1793,1806,1813,1809,1808,1808,1714,1779,1818,1783,1820,1793,1817,1809,1810,1813,1817,1813,1816,1812,1815,1773,1773,1767,1770,1767,1804,1840,1293,1791,1750,1787,1784,1785,1826,1805,1754,1738,1746,1748,1731,1735,1736,1740,1742,1745,1740,1742,1740,1741,1742,1740,1739,1740,1756,1823,1820,1828,1865,1877,1867,1868,1372,1872,1818,1716,1710,1714,1724,1709,1709,1725,1678,1713,1709,1709,1709,1709,1708,1708,1726,1687,1697,1699,1686,1660,1699,1686,1683,1671,1731,1701,1700,1698,1724,1857,1856,1856,1847,1821,1827,1860,1864,1858,1868,1862,1858,1858,1893,1799,1857,1374,1866,1878,1374,1841,1341,1829,1769,1819,1816,1792,1815,1810,1809,1811,1799,1807,1809,1811,1816,1793,1812,1812,1812,1761,1793,1810,1770,1814,1810,1810,1811,1810,1770,1836,1833,1426,1361,1886,1364,1833,1834,1840,1799,1797,1773,1801,1805,1806,1807,1730,1727,1716,1682,1679,1680,1729,1722,1723,1683,1695,1718,1682,1691,1803,1732,1758,1807,1732,1688,1780,1775,1775,1780,1779,1775,1781,1791,1793,1789,1791,1814,1763,1763,1764,1791,1889,1390,1370,1876,1389,1346,1860,1310,1771,1825,1820,1808,1815,1809,1810,1810,1809,1827,1825,1314,1712,1784,1813,1810,1810,1816,1811,1816,1816,1785,1824,1795,1812,1809,1811,1811,1802,1812,1807,1809,1808,1813,1809,1810,1810,1768,1789,1807,1799,1811,1812,1811,1811,1813,1778,1778,1769,1795,1776,1790,1810,1810,1809,1844,1315,1839,1310,1812,1809,1810,1809,1814,1810,1808,1774,1883,1871,1759,1769,1769,1775,1783,1779,1778,1776,1774,1783,1778,1786,1786,1779,1777,1785,1870,1815,1830,1370,1867,1866,1373,1371,1361,1867,1315,1811,1811,1812,1811,1809,1808,1820,1749,1790,1823,1762,1772,1771,1777,1783,1785,1786,1782,1781,1776,1775,1778,1784,1794,1774,1864,1311,1836,1816,1827,1863,1378,1370,1372,1373,1823,1775,1813,1818,1793,1821,1812,1810,1812,1811,1796,1798,1814,1809,1808,1812,1811,1809,1788,1810,1818,1814,1825,1821,1810,1810,1810,1697,1786,1814,1810,1813,1809,1809,1810,1814,1828,1796,1814,1818,1810,1810,1810,1809,1811,1850,1317,1779,1778,1812,1812,1808,1808,1814,1750,1795,1809,1817,1809,1809,1811,1810,1824,1787,1839,1780,1782,1744,1771,1772,1771,1772,1801,1787,1778,1762,1827,1781,1778,1780,1780,1853,1822,1804,1820,1803,1777,1785,1781,1776,1852,1319,1773,1776,1776,1775,1774,1773,1778,1727,1818,1817,1827,1812,1868,1372,1377,1379,1375,1352,1318,1819,1815,1795,1814,1813,1813,1816,1815,1810,1808,1810,1820,1810,1816,1811,1814,1804,1744,1725,1747,1785,1749,1757,1795,1815,1818,1866,1781,1769,1778,1799,1716,1775,1778,1786,1873,1814,1830,1875,1373,1315,1807,1818,1809,1810,1809,1811,1818,1810,1785,1686,1827,1808,1788,1810,1810,1809,1809,1810,1779,1813,1749,1769,1769,1777,1766,1767,1770,1793,1798,1793,1777,1780,1781,1778,1780,1781,1729,1787,1741,1844,1845,1794,1779,1779,1777,1849,1764,1755,1745,1778,1775,1774,1785,1788,1787,1764,1780,1841,1828,1875,1369,1372,1373,1871,1367,1861,1810,1813,1816,1810,1808,1809,1817,1809,1765,1802,1822,1759,1806,1793,1773,1775,1781,1739,1772,1776,1778,1782,1781,1779,1786,1786,1776,1893,1819,1783,1778,1776,1773,1783,1782,1776,1807,1774,1775,1783,1779,1794,1784,1780,1786,1727,1704,1824,1772,1786,1780,1787,1778,1770,1794,1851,1859,1858,1869,1360,1857,1857,1852,1753,1771,1778,1782,1781,1773,1777,1775,1786,1780,1713,1754,1768,1743,1734,1737,1741,1743,1743,1743,1745,1744,1748,1740,1741,1741,1740,1744,1782,1791,1797,1785,1777,1786,1786,1790,1841,1869,1833,1813,1783,1788,1772,1776,1783,1846,1353,1857,1857,1860,1856,1870,1335,1732,1774,1773,1760,1735,1789,1765,1753,1751,1758,1743,1740,1770,1787,1731,1729,1772,1782,1779,1822,1780,1784,1787,1712,1775,1775,1773,1778,1759,1838,1815,1831,1815,1865,1370,1868,1868,1851,1847,1849,1816,1838,1353,1822,1818,1816,1828,1310,1809,1828,1813,1768,1786,1809,1814,1772,1836,1367,1877,1369,1865,1867,1855,1313,1814,1292,1815,1819,1828,1872,1370,1869,1864,1874,1837,1764,1770,1760,1768,1769,1781,1782,1780,1755,1783,1779,1837,1865,1878,1291,1868,1372,1835,1838,1789,1780,1786,1785,1785,1781,1779,1777,1817,1823,1824,1369,1369,1870,1878,1822,1364,1391,1369,1834,1819,1837,1365,1819,1828,1829,1312,1322,1809,1809,1811,1809,1814,1809,1785,1812,1746,1828,1815,1760,1771,1766,1747,1780,1778,1805,1786,1819,1816,1814,1810,1809,1808,1816,1819,1776,1774,1773,1752,1759,1779,1768,1765,1849,1342,1763,1753,1755,1752,1752,1751,1755,1775,1840,1776,1809,1810,1809,1809,1810,1806,1823,1835,1776,1818,1880,1371,1869,1867,1876,1329,1870,1375,1857,1311,1814,1811,1808,1817,1801,1835,1874,1860,1860,1851,1853,1860,1849,1752,1816,1778,1773,1775,1779,1781,1782,1773,1828,1776,1821,1371,1868,1371,1369,1374,1842,1379,1306,1808,1816,1815,1814,1811,1813,1819,1810,1803,1874,1259,1840,1864,1865,1867,1867,1366,1743,1809,1825,1777,1773,1778,1719,1780,1780,1792,1778,1788,1776,1774,1776,1783,1780,1774,1787,1835,1818,1774,1866,1371,1370,1841,1341,1855,1310,1813,1811,1767,1813,1809,1810,1810,1709,1781,1793,1812,1808,1818,1810,1813,1814,1794,1820,1816,1791,1814,1815,1812,1811,1812,1811,1800,1810,1815,1792,1811,1811,1811,1811,1815,1811,1811,1810,1808,1846,1313,1815,1813,1705,1779,1761,1791,1767,1768,1760,1773,1756,1848,1355,1857,1857,1857,1862,1863,1857,1844,1878,1802,1871,1863,1868,1368,1809,1876,1361,1807,1776,1778,1775,1776,1778,1780,1779,1769,1782,1786,1786,1777,1776,1784,1774,1780,1736,1772,1773,1790,1810,1764,1763,1763,1746,1840,1862,1805,1770,1759,1853,1858,1860,1874,1851,1853,1855,1855,1857,1855,1857,1857,1798,1815,1788,1804,1779,1793,1811,1770,1768,1767,1768,1805,1767,1837,1865,1885,1371,1865,1369,1829,1879,1833,1870,1778,1778,1781,1772,1774,1821,1852,1317,1775,1777,1774,1773,1778,1779,1771,1864,1815,1818,1858,1856,1854,1856,1857,1848,1859,1785,1732,1765,1777,1783,1755,1752,1767,1686,1724,1728,1683,1682,1682,1681,1679,1681,1695,1726,1763,1770,1770,1805,1769,1772,1733,1676,1795,1780,1778,1781,1778,1775,1779,1772,1815,1773,1767,1766,1766,1766,1771,1788,1870,1839,1845,1714,1773,1774,1781,1786,1779,1772,1803,1773,1822,1802,1781,1787,1779,1777,1777,1852,1809,1854,1783,1775,1779,1783,1778,1772,1793,1778,1774,1776,1780,1786,1781,1779,1774,1784,1859,1816,1774,1811,1893,1374,1366,1871,1896,1376,1313,1818,1775,1804,1811,1810,1809,1787,1821,1811,1814,1779,1789,1812,1810,1810,1848,1901,1786,1781,1780,1775,1773,1776,1781,1825,1757,1757,1756,1756,1755,1756,1760,1750,1769,1757,1757,1759,1757,1727,1781,1757,1750,1732,1815,1780,1780,1779,1772,1783,1776,1793,1800,1866,1814,1823,1373,1376,1375,1372,1814,1816,1822,1809,1809,1809,1810,1814,1847,1317,1817,1724,1725,1710,1736,1771,1767,1813,1813,1813,1806,1811,1753,1769,1771,1772,1799,1773,1778,1778,1831,1780,1782,1780,1790,1773,1752,1802,1721,1782,1773,1774,1782,1782,1780,1783,1783,1832,1853,1858,1856,1857,1862,1858,1860,1850,1816,1825,1358,1787,1787,1780,1784,1776,1708,1782,1784,1778,1779,1773,1774,1779,1783,1837,1837,1323,1759,1755,1757,1756,1765,1759,1751,1670,1751,1759,1780,1773,1778,1781,1779,1775,1817,1844,1784,1816,1826,1371,1372,1379,1373,1873,1878,1326,1311,1809,1819,1792,1813,1810,1809,1809,1759,1818,1814,1810,1815,1811,1808,1810,1778,1794,1787,1809,1810,1809,1809,1816,1824,1812,1800,1760,1775,1774,1788,1777,1781,1774,1844,1816,1772,1774,1807,1808,1768,1773,1733,1812,1807,1774,1842,1764,1764,1773,1777,1770,1848,1863,1374,1372,1370,1859,1313,1819,1809,1810,1710,1785,1811,1806,1811,1809,1809,1813,1812,1837,1757,1776,1775,1742,1781,1750,1771,1773,1860,1817,1781,1748,1774,1783,1779,1779,1776,1775,1773,1791,1824,1806,1781,1786,1774,1777,1814,1815,1818,1823,1391,1871,1379,1370,1818,1821,1316,1815,1820,1816,1802,1813,1808,1809,1810,1810,1809,1815,1810,1813,1809,1810,1808,1812,1798,1778,1810,1809,1813,1811,1812,1811,1810,1769,1834,1365,1876,1375,1377,1836,1810,1814,1823,1265,1855,1311,1813,1809,1812,1809,1808,1812,1776,1805,1811,1808,1807,1810,1810,1815,1812,1733,1759,1809,1808,1809,1816,1808,1809,1813,1797,1796,1809,1808,1809,1713,1820,1810,1816,1830,1818,1784,1778,1774,1840,1807,1772,1777,1776,1818,1823,1824,1391,1381,1843,1364,1842,1343,1861,1316,1812,1810,1809,1814,1813,1811,1809,1797,1799,1769,1773,1747,1780,1763,1803,1777,1773,1774,1774,1780,1780,1777,1780,1774,1777,1791,1776,1786,1786,1778,1779,1778,1788,1776,1839,1360,1865,1860,1858,1858,1857,1760,1785,1805,1783,1815,1858,1867,1857,1856,1797,1844,1854,1858,1855,1822,1828,1866,1865,1810,1854,1367,1369,1868,1369,1821,1854,1311,1810,1721,1815,1285,1804,1811,1809,1809,1818,1816,1818,1815,1811,1824,1869,1870,1367,1371,1877,1364,1873,1384,1217,1813,1779,1775,1776,1781,1784,1773,1840,1845,1778,1780,1772,1774,1783,1777,1778,1772,1851,1776,1790,1773,1791,1757,1742,1746,1745,1726,1808,1758,1759,1821,1818,1826,1371,1874,1930,1314,1379,1374,1380,1317,1810,1810,1809,1814,1792,1762,1769,1775,1764,1766,1790,1775,1781,1753,1772,1780,1781,1781,1778,1777,1779,1781,1755,1903,1337,1376,1372,1863,1867,1870,1387,1860,1256,1785,1813,1812,1809,1809,1811,1809,1810,1698,1662,1722,1662,1698,1692,1646,1619,1612,1607,1624,1614,1636,1616,1651,1642,1809,1864,1879,1931,1879,1377,1312,1868,1864,1872,1364,1846,1380,1275,1783,1825,1825,1863,1864,1875,1364,1878,1867,1313,1815,1821,1781,1813,1810,1819,1813,1835,1803,1811,1812,1824,1811,1811,1811,1809,1813,1796,1865,1862,1859,1867,1869,1360,1850,1859,1833,1874,1341,1334,1805,1770,1808,1804,1785,1775,1804,1804,1772,1773,1806,1805,1733,1676,1717,1722,1725,1721,1685,1711,1722,1682,1675,1730,1682,1719,1723,1722,1722,1722,1681,1678,1806,1777,1778,1780,1779,1755,1800,1768,1800,1781,1763,1764,1768,1765,1765,1768,1836,1829,1835,1363,1871,1845,1345,1854,1312,1813,1809,1279,1848,1779,1776,1776,1748,1779,1744,1775,1774,1817,1828,1837,1368,1872,1372,1869,1866,1800,1801,1811,1812,1811,1809,1809,1809,1817,1768,1720,1721,1753,1777,1764,1828,1811,1770,1789,1791,1814,1789,1800,1771,1765,1773,1766,1774,1744,1725,1759,1739,1774,1791,1785,1816,1749,1746,1768,1758,1770,1767,1772,1780,1782,1776,1781,1779,1856,1864,1882,1373,1374,1384,1382,1336,1791,1756,1769,1734,1777,1757,1753,1753,1743,1725,1783,1783,1781,1778,1784,1778,1738,1768,1815,1773,1787,1779,1778,1777,1763,1794,1762,1789,1770,1758,1760,1760,1761,1754,1755,1678,1795,1751,1798,1794,1780,1775,1771,1800,1818,1782,1753,1742,1756,1745,1747,1732,1690,1725,1761,1746,1778,1811,1768,1750,1770,1779,1707,1816,1816,1806,1799,1810,1808,1815,1813,1769,1846,1761,1778,1784,1770,1748,1788,1773,1789,1837,1773,1751,1759,1758,1779,1777,1778,1758,1777,1784,1768,1760,1744,1777,1773,1788,1845,1823,1855,1857,1863,1850,1865,1856,1900,1285,1790,1868,1777,1779,1793,1783,1776,1816,1757,1758,1756,1777,1775,1727,1772,1778,1787,1791,1790,1792,1848,1818,1811,1816,1375,1869,1865,1872,1372,1372,1844,1346,1819,1782,1815,1328,1795,1779,1752,1757,1739,1781,1777,1778,1780,1777,1747,1752,1759,1803,1776,1768,1805,1863,1384,1826,1830,1866,1390,1883,1366,1782,1871,1761,1848,1858,1310,1810,1811,1808,1811,1760,1873,1822,1787,1769,1789,1787,1786,1781,1791,1779,1779,1796,1777,1839,1793,1813,1767,1790,1871,1867,1870,1835,1372,1846,1818,1821,1737,1809,1810,1810,1811,1810,1809,1810,1810,1868,1842,1784,1770,1771,1760,1772,1796,1788,1786,1787,1785,1787,1788,1788,1794,1792,1770,1788,1719,1803,1760,1817,1863,1873,1370,1368,1873,1871,1348,1813,1815,1809,1809,1809,1813,1809,1816,1783,1822,1773,1768,1767,1763,1766,1684,1705,1773,1737,1752,1811,1825,1813,1811,1797,1810,1794,1817,1811,1810,1810,1808,1811,1810,1812,1814,1811,1810,1808,1808,1817,1814,1762,1811,1794,1782,1742,1826,1316,1810,1811,1834,1804,1805,1773,1775,1776,1779,1777,1773,1754,1751,1840,1748,1784,1784,1844,1752,1811,1856,1761,1772,1769,1757,1813,1764,1781,1808,1809,1778,1784,1785,1835,1804,1772,1758,1758,1756,1769,1774,1780,1777,1784,1786,1757,1788,1752,1846,1781,1785,1781,1757,1353,1782,1776,1781,1777,1786,1786,1785,1786,1791,1788,1781,1750,1755,1778,1774,1774,1773,1781,1776,1727,1766,1688,1754,1762,1820,1829,1792,1868,1372,1880,1375,1878,1376,1353,1854,1311,1811,1809,1812,1813,1782,1810,1809,1782,1785,1767,1774,1765,1692,1740,1741,1727,1722,1750,1813,1724,1812,1796,1811,1808,1811,1813,1809,1808,1819,1811,1825,1829,1778,1769,1769,1770,1771,1761,1789,1802,1778,1784,1786,1789,1786,1755,1756,1774,1797,1774,1779,1777,1774,1784,1791,1783,1865,1860,1823,1817,1838,1372,1370,1868,1869,1872,1875,1814,1810,1812,1814,1810,1809,1810,1809,1800,1808,1811,1813,1810,1809,1810,1335,1823,1772,1766,1767,1771,1765,1766,1771,1776,1782,1762,1779,1779,1785,1779,1782,1783,1776,1783,1742,1768,1756,1804,1804,1804,1805,1809,1790,1806,1745,1872,1380,1314,1810,1810,1810,1809,1781,1806,1811,1794,1816,1811,1810,1808,1810,1781,1810,1768,1811,1809,1810,1809,1809,1812,1778,1787,1805,1784,1716,1720,1717,1714,1722,1724,1758,1783,1765,1787,1787,1858,1870,1365,1708,1758,1797,1775,1776,1778,1776,1785,1779,1727,1706,1777,1774,1711,1773,1785,1789,1777,1734,1750,1782,1780,1725,1775,1796,1786,1781,1739,1682,1759,1762,1781,1789,1791,1761,1779,1725,1770,1777,1776,1798,1763,1760,1782,1706,1841,1823,1824,1830,1868,1382,1839,1350,1795,1767,1746,1763,1761,1768,1752,1744,1771,1804,1839,1879,1375,1370,1370,1351,1839,1772,1768,1824,1761,1859,1778,1775,1778,1779,1774,1817,1761,1761,1775,1776,1811,1781,1784,1776,1748,1768,1802,1858,1776,1758,1753,1796,1788,1781,1783,1776,1778,1786,1756,1820,1781,1786,1723,1776,1738,1768,1779,1777,1785,1727,1744,1779,1747,1752,1770,1770,1771,1772,1763,1790,1669,1802,1803,1802,1803,1811,1803,1753,1726,1777,1768,1762,1728,1726,1731,1725,1729,1726,1724,1722,1705,1750,1768,1820,1814,1808,1808,1808,1817,1833,1790,1817,1829,1866,1796,1808,1341,1863,1312,1742,1742,1725,1724,1726,1724,1724,1693,1697,1737,1772,1789,1813,1813,1810,1809,1812,1831,1829,1703,1768,1774,1770,1807,1775,1777,1760,1767,1779,1787,1782,1759,1780,1849,1799,1846,1871,1371,1317,1870,1814,1341,1854,1265,1680,1742,1780,1749,1690,1753,1765,1765,1763,1764,1657,1712,1777,1761,1788,1816,1810,1822,1825,1832,1829,1872,1743,1791,1814,1814,1849,1232,1682,1775,1774,1763,1700,1726,1725,1816,1822,1870,1866,1864,1867,1381,1829,1873,1380,1341,1742,1789,1804,1792,1815,1757,1808,1810,1813,1804,1811,1812,1818,1819,1763,1785,1809,1811,1801,1827,1797,1857,1858,1840,1850,1870,1354,1828,1833,1796,1773,1776,1711,1786,1806,1731,1801,1813,1766,1768,1766,1762,1704,1834,1812,1928,1789,1776,1774,1786,1780,1818,1814,1778,1858,1843,1858,1870,1363,1863,1859,1767,1687,1790,1725,1728,1732,1722,1723,1723,1725,1758,1752,1786,1821,1775,1806,1770,1804,1807,1732,1762,1741,1732,1725,1797,1818,1776,1780,1715,1809,1778,1780,1780,1791,1791,1813,1846,1815,1872,1379,1366,1844,1347,1750,1771,1766,1810,1776,1794,1798,1793,1814,1810,1810,1811,1814,1812,1845,1261,1772,1772,1764,1770,1765,1747,1767,1721,1761,1769,1764,1782,1766,1766,1771,1773,1687,1716,1775,1767,1766,1776,1774,1792,1766,1735,1717,1722,1731,1701,1716,1723,1732,1793,1781,1731,1785,1780,1775,1778,1779,1736,1778,1782,1785,1812,1825,1775,1782,1806,1812,1804,1798,1795,1784,1745,1752,1657,1647,1770,1771,1769,1778,1723,1743,1634,1632,1753,1787,1816,1695,1750,1786,1717,1695,1687,1750,1791,1757,1754,1786,1788,1788,1790,1775,1730,1695,1729,1657,1630,1753,1787,1787,1788,1795,1785,1751,1750,1740,1668,1632,1624,1671,1631,1617,1634,1662,1637,1654,1663,1768,1790,1771,1680,1752,1769,1725,1752,1787,1784,1778,1734,1749,1725,1683,1664,1707,1684,1720,1683,1722,1766,1738,1687,1658,1719,1693,1632,1709,1723,1725,1723,1686,1722,1738,1702,1741,1726,1728,1731,1633,1676,1675,1712,1683,1712,1717,1698,1665,1710,1676,1738,1311,1685,1661,1667,1705,1754,1717,1666,1612,1655,1614,1646,1637,1624,1615,1615,1615,1615,1692,1714,1682,1735,1729,1742,1677,1674,1663,1661,1652,1716,1858,1410,1392,1370,1369,1373,1368,1369,1371,1421,1392,1377,1369,1369,1348,1341,1369,1364,1390,1392,1400,1579,1425,1452,1450,1436,1412,1422,1411,1414,1415,1395,1410,1810,1835,1534,1454,1447,1460,1473,1498,1485,1479,1473,1398,1893,1475,1446,1449,1438,1438,1431,1418,1369,1301,1808,1876,1388,1383,1277,1916,1365,1337,1843,1382,1379,1316,1845,1358,1363,1348,1352,1287,1741,1743,1784,1928,1248,1883,1377,1304,1671,1674,1810,1801,1369,1365,1352,1811,1362,1348,1349,1331,1794,1288,1844,1349,1349,1316,1770,1798,1342,1331,1332,1769,1828,1331,1334,1813,1332,1802,1318,1818,1841,1734,1774,1808,1817,1826,1284,1767,1817,1759,1659,1749,1807,1833,1718,1680,1693,1680,1676,1697,1679,1679,1675,1678,1802,1742,1756,1297,1769,1314,1802,1804,1805,1812,1796,1741,1641,1757,1814,1771,1686,1794,1813,1804,1862,1767,1781,1759,1799,1805,1799,1722,1797,1806,1804,1806,1757,1799,1745,1653,1914,1487,1465,1468,1620,1422,1485,1405,1485,1455,1433,1829,1828,2015,1646,1582,1640,1718,1648,1534,1347,1782,1798,2004,1577,1558,1378,1432,1522,1522,1526,1525,1504,1474,1468,1436,1437,1517,1497,1395,1347,1837,1996,1490,1480,1471,1353,1234,1707,1694,1694,1693,1692,1674,1722,1716,1784,1738,1703,1801,1326,1807,1799,1841,1919,1463,1523,1511,1541,1518,1346,1763,1961,1568,1570,1534,1382,1373,1369,1366,1366,1368,1367,1339,1335,1336,1855,1513,1357,1849,1354,1345,1457,1342,1336,1341,1337,1887,1335,1389,1243,1828,1245,1732,1734,1734,1720,1712,1727,1735,1746,1799,1816,1731,1778,1802,1866,1460,1479,1475,1313,1898,1340,1336,1339,1335,1355,1403,1798,1894,1399,1398,1397,1379,2845,2056,1967,1873,2042,2028,2544,2481,2129,2163,1966,1911,1916,2137,2035,1900,1872,1876,1782,1742,1744,1740,1884,1772,1736,1704,1934,1638,1624,1596,1621,1617,1735,1714,1620,1599,1609,1621,1535,1542,1541,1410,1456,1597,1537,1511,1473,1456,1420,1420,1421,1414,1421,1465,1438,1428,1428,1431,1420,1410,1382,1355,1355,1361,1362,1365,1364,1434,1365,1368,1423,1459,1409,1443,1440,1512,1475,1419,1392,1480,1442,1387,1371,1448,1352,1215,1925,1436,1308,1944,1400,1447,1467,1431,1423,1420,1427,1420,1421,1340,1908,1396,1366,1267,1716,1806,1701,1805,1769,1756,1754,1741,1710,1699,1695,1718,1726,1719,1695,1883,1397,1283,1816,1362,1288,1738,1741,1735,1710,1754,1777,1736,1728,1721,1714,1722,1721,1682,1759,1757,1771,1846,1751,1796,1794,1792,1749,1720,1840,1794,1796,1788,1785,1805,1785,1775,1764,1783,1784,1758,1764,1788,1799,1790,1788,1797,1788,1765,1790,1758,1755,1757,1756,1749,1746,1774,1756,1759,1757,1780,1772,1770,1776,1842,1791,1782,1664,1749,1769,1769,1769,1762,1786,1739,1660,1676,1688,1645,1649,1663,1673,1682,1779,1767,1769,1674,1779,1749,1759,1683,1716,1764,1697,1768,1700,1771,1783,1793,1783,1759,1890,1743,1705,1715,1654,1709,1681,1667,1673,1693,1672,1643,1660,1657,1702,1813,1240,1697,1720,1690,1752,1757,1917,2098,2543,2590,2168,1974,2332,2393,2264,2252,2249,2183,2542,2439,2330,2173,2267,2013,2172,2317,2134,2175,2175,2173,2246,2103,2143,2166,2173,2087,1909,1913,1915,1917,1850,1843,1924,1710,1609,1604,1593,1728,1726,1729,1625,1702,1852,1757,1726,1686,1725,1691,1671,1795,1756,1844,2023,1841,1910,2209,1881,1959,1770,1922,2035,2029,2080,2161,2125,2009,1872,1897,1901,1956,2078,2200,2079,1876,1850,2099,1981,2154,2966,1971,1979,2071,1927,2024,2040,1877,1992,2282,2367,2084,2021,2217,1933,2001,2301,2478,2480,2606,2642,2137,1838,2129,2210,2373,2446,2126,2326,2381,2545,2847,2674,2096,2359,1971,1929,1917,2403,3330,2558,2587,2861,1995,2422,2889,2413,2356,2448,2615,1976,2243,2078,2050,2049,2049,2069,2051,2080,2328,2495,2480,2374,2809,2331,2446,2461,2113,1934,2245,2254,2122,1967,2356,2451,2333,2525,2129,2328,2086,2438,2099,1841,2209,2084,1810,2042,2028,2250,2324,2286,2603,2419,2247,2406,2610,2445,2325,1923,2133,1959,2094,2140,2282,2172,3323,2367,2372,2209,2041,2010,2000,5661,2807,2649,2485,3088,2572,2365,2608,2649,2687,2447,2691,2442,2446,2332,1925,1924,2013,1918,2246,2010,2171,2238,1930,2006,2404,2409,2531,2328,2165,2001,2290,3014,2086,2362,2493,2235,2572,2374,2756,2573,2492,2407,2328,2365,2792,2464,2364,1928,1846,1845,1927,1925,1925,1886,2168,2210,1962,2109,1949,2362,1651,1763,2011,2241,2285,2450,1967,1965,1845,1774,1644,1883,2050,1647,1877,1924,2124,1923,2215,2084,1941,1768,1882,2093,1965,2697,2762,2925,2934,2385,2245,2126,2428,2002,2026,1971,2161,2295,2161,2364,2254,2539,1799,1843,1962,1733,1675,1687,1648,1688,1645,2004,1803,1728,1680,1693,1718,1777,1840,1771,1768,1590,1602,1561,1694,1725,2041,2892,1876,1973,1974,2263,2533,2046,2215,2058,2179,2307,1951,2069,2077,2010,2125,2087,2166,2237,2222,2244,2089,1942,2000,1888,1730,1916,1809,2001,1854,1880,2775,1805,1846,1848,2040,2010,1920,2085,1811,1649,1837,2204,1968,1851,1880,2091,2125,2044,1761,1994,1904,1600,1614,1602,1601,1528,1563,1530,1556,1566,1565,2008,2444,2404,1866,1761,1840,1858,2248,2525,2127,2327,2165,1686,2197,2224,2288,3152,2069,2290,2370,2416,1914,2088,2042,2012,1758,1575,1687,1595,1531,1556,1769,1888,2043,1686,1604,1730,1725,1725,1729,1725,1881,1870,1483,1453,1432,1413,1407,1407,1597,1478,1410,1493,1550,1494,1411,1550,1713,1802,1844,1841,1700,1886,1962,1809,1512,1480,1478,1836,1522,1480,1488,1594,1652,1561,1715,1786,1719,1734,1734,1735,1660,1491,1519,1718,1619,1672,1615,1614,1615,1663,1595,1622,1484,1626,1614,1558,1564,1564,1566,1560,1548,1592,1541,1552,1572,1641,1573,1562,1565,1548,1640,1682,1699,1609,1713,1654,1679,1651,1641,1613,1594,1612,1726,1608,1665,1621,1655,1459,1307,1776,1921,1332,1958,1601,1676,1791,1797,1800,1781,1776,1792,1800,1780,1708,1695,1690,1714,1699,1538,1463,1486,1479,1655,1694,1695,1648,1614,1604,1638,1623,1619,1620,1509,1620,1621,1614,1369,1799,1981,1529,1560,1561,1664,1550,1564,1382,1812,1759,1816,1763,1962,1528,1443,1949,1536,1536,1485,1470,1458,1320,1902,1447,1445,1364,1338,1324,1803,1824,1858,1284,1785,1780,1785,1797,1789,1787,1784,1765,1763,1762,1854,1387,1344,1272,1790,1858,1259,1805,1798,1798,1760,1750,1748,1800,1757,1751,1779,1768,1734,1733,1749,1756,1785,1790,1730,1773,1773,1723,1722,1720,1729,1723,1800,1313,1789,1733,1768,1756,1713,1721,1712,1712,1704,1697,1698,1702,1781,1753,1723,1761,1749,1707,1770,1732,1692,1690,1729,1694,1761,1763,1707,1743,1771,1731,1726,1725,1723,1723,1683,1683,1682,1649,1673,1677,1735,1728,1725,1728,1682,1698,1681,1683,1681,1681,1697,1733,1658,1639,1702,1717,1668,1727,1684,1681,1763,1757,1698,1749,1733,1735,1693,1690,1689,1690,1692,1689,1725,1721,1749,1754,1730,1726,1733,1684,1682,1692,1703,1723,1757,1749,1700,1750,1728,1681,1662,1721,1725,1684,1682,1727,1767,1742,1681,1708,1726,1684,1630,1671,1681,1725,1724,1684,1748,1717,1692,1745,1736,1734,1649,1663,1647,1693,1663,1661,1751,1727,1730,1683,1702,1636,1726,1729,1734,1691,1690,1689,1689,1735,1701,1743,1757,1737,1693,1658,1706,1705,1726,1657,1666,1727,1761,1730,1735,1759,1835,1295,1802,1709,1858,1398,1398,1420,1453,1452,1925,1950,1878,1549,1528,1472,1399,1391,1486,1406,1485,1489,1484,1437,1903,1684,1757,1787,2026,2901,2953,1922,2220,2212,2049,2307,2097,2398,2569,2371,2392,2338,2247,2167,2008,2001,1934,2118,2208,2516,2652,2302,2332,2777,2488,2646,2618,2525,2395,2406,2846,2536,2645,2986,2964,3417,3587,3414,3079,2404,2847,2287,2946,3008,2514,2324,1893,2111,2326,2677,2404,2342,2325,2248,2286,2327,2281,2597,2787,2796,2565,2816,2598,2928,2785,2674,2803,2984,2554,2091,2161,2105,1963,2105,2083,1737,1913,2263,2601,2210,2166,2092,2122,2123,2050,2090,2086,2407,2244,2206,2162,2333,2803,2615,2368,2364,2285,2126,2328,2290,1966,1924,2364,2327,2006,2128,2570,4053,2726,2889,2408,2529,2284,2082,2249,2049,2044,2533,2404,2570,2321,2292,2207,2161,2374,2085,2482,2919,4628,2332,2410,2527,2883,2559,2257,2044,3251,2365,2086,2409,2366,2094,2047,2045,2128,1972,2346,2324,2454,2443,2180,2331,2998,2933,3044,2609,2436,2255,2209,1837,2214,2247,2247,1994,2255,2248,2249,1978,2240,2304,2484,2272,2209,2361,2181,2352,2292,2289,2405,2294,2313,2664,2321,2290,2313,2325,2327,2299,3028,3025,2196,2421,2324,2291,2355,2338,2115,2285,2778,2335,2283,2328,2348,2119,2379,2084,2016,2032,2020,1708,1735,1912,2027,1868,1830,1789,1757,1759,1790,1785,1681,1770,1734,1632,1634,1653,1610,1665,1643,1531,1527,1673,1786,1628,1653,1668,1620,1614,1602,1502,1565,1597,1601,1602,1600,1624,1596,1603,1605,1727,1519,1540,1480,1482,1494,1504,1362,1340,1328,1362,1446,1423,1438,1425,1532,1698,1490,1431,1424,1525,1315,1835,1363,1316,1854,1357,1283,1902,1467,1292,1719,1788,1903,1371,1402,1379,1286,1966,1588,1574,1686,1557,1496,1565,1497,1595,1438,1530,1427,1430,1468,1242,1922,1428,1514,1431,1483,1561,1484,1441,1492,1365,1741,1665,1613,1767,1781,1984,1943,2189,2154,1859,1703,1714,2013,2238,2138,2407,2649,2195,2174,2468,2810,2566,2565,2483,2091,2928,2087,2649,2334,2440,2366,2175,2091,2400,1846,2321,2360,1926,2320,2320,3051,2771,2250,2646,2208,2046,2049,2450,1908,2063,2352,2787,2165,2078,1891,2043,2048,2127,2088,1692,1903,2002,2046,2250,2651,2365,2283,2052,1923,1889,2448,2524,2445,2294,2284,2049,2084,2004,2206,2211,2165,2201,2367,2054,2166,2642,2491,2568,2450,2319,2048,2178,1879,2460,2452,2404,2365,2254,2441,2492,1960,1973,2441,2214,2408,2321,2325,2092,2089,2171,2280,1727,1881,2446,2884,2327,2022,2019,2123,1658,1997,1844,2599,2647,3850,2130,2322,2205,2134,2043,2329,3731,2001,2045,1878,2939,2167,2330,2445,2246,2374,3000,1973,2245,2286,2288,2300,2238,2412,2283,2333,2283,2410,2164,2130,1964,1756,1607,2169,2410,2446,2129,2126,2005,1721,1968,2162,2011,1752,1691,1719,1693,1678,1783,1848,2362,2651,2215,2208,2362,2212,2402,2488,2207,2331,2163,2203,2368,2327,2479,3007,2444,2308,1892,2044,2086,2211,2089,1720,1812,1765,1859,2640,2206,1934,2120,2354,2413,2022,1989,1966,1888,2018,1840,1883,2235,2465,2186,2354,2411,1812,1691,1798,1853,1931,1882,1881,2169,1969,2003,1839,2132,2165,2568,4415,2591,2271,2439,2370,2286,2046,2409,2205,2369,2492,1966,2023,1887,1829,1771,1802,1886,1927,1879,1896,2471,2272,1928,1807,2006,1924,1889,1881,1992,2441,2213,2284,2412,2405,2532,2770,2483,2404,2415,2443,2406,2568,2404,2494,2483,2532,2526,2286,2650,2452,2759,2524,2536,2529,2528,2486,2343,2492,2644,3820,2568,2241,2249,2324,2251,2050,1954,1925,1897,1838,1809,1879,2296,2095,2011,2730,2528,2244,1837,2044,1787,2134,2128,1803,1734,1964,2000,1722,1739,1600,1765,1772,1717,1694,1643,1637,1608,1608,1636,1569,1762,1645,1769,2001,2331,2242,1808,1840,1891,2081,1813,2150,2363,2491,2489,2076,2212,1863,1799,3194,2568,2455,2083,3063,2308,2514,3138,3435,3468,2554,2611,2781,2635,2947,2537,2295,2181,2475,2536,2430,2755,3318,3194,3149,2742,2817,2325,1920,2110,2128,2278,2287,2228,2838,2638,3174,2928,2968,2408,2272,2278,2370,2355,2405,2093,1921,1952,2453,2217,1948,1956,1935,1926,1928,2250,2408,2235,2258,2226,2259,2333,2678,2375,2358,2015,1726,1727,1804,1731,1725,1721,1726,1974,2697,1751,1763,1714,1650,1645,1605,1604,1605,1521,1534,1561,1582,1583,1567,1583,1581,1588,1813,1491,1622,1868,1913,1800,1816,1813,1815,1818,1785,1590,1739,1770,1640,1490,1460,1459,1459,1423,1422,1354,1437,1374,1348,1346,1489,1467,1495,1510,1490,1487,1494,1418,1324,1787,1803,1773,1787,1909,1403,1494,1402,1282,1949,1352,1355,1291,1848,1363,1345,1343,1373,1373,1258,1780,1751,1836,1384,1257,1761,1976,1465,1375,1519,1442,1521,1418,1339,1244,1728,1729,1915,1757,1773,1776,1302,1759,1750,1764,1749,1724,1724,1820,1816,1826,1961,1461,1297,1927,1428,1436,1321,1835,1305,1799,1885,1331,1919,1390,1462,1442,1443,1435,1295,1852,1267,1803,1752,1769,1790,1846,1370,1289,1887,1419,1441,1394,1439,1386,1240,1763,1765,1789,1734,1728,1725,1694,1792,1776,1838,1296,1792,1790,1838,1879,1318,1978,1393,1336,1985,1460,1379,1324,1422,1367,1364,1329,1812,1855,1347,1843,1390,1441,1365,1475,1402,1375,1402,1401,1458,1408,1510,1411,1818,1684,1699,1648,1669,2110,1890,2570,2828,2544,2717,2688,2407,2626,2528,2424,2533,2972,3108,2808,2765,2731,2186,2645,2638,2530,2363,1925,1903,2166,2132,2086,2334,1981,2253,1884,1725,1687,1684,1679,1614,2002,2002,1851,1605,1567,1563,1566,1595,1733,2077,2233,2331,1947,1920,1887,1889,1890,2445,1931,2366,2408,2246,2052,2154,2214,2409,2168,2106,2500,2608,2214,2275,2083,2006,2256,2511,2466,2503,2504,2464,2361,2276,2154,2167,2170,2048,2192,1834,1903,1971,2012,1870,1777,1820,1931,1784,2439,1495,1480,1452,1474,1447,1499,1796,1792,1653,1565,1506,1480,1400,1397,1365,1503,1513,1480,1429,1342,1934,1602,1557,1545,1546,1539,1621,1559,1543,1548,1635,1644,1577,1576,1585,1610,1530,1596,1674,1680,1659,1568,1647,1715,1535,1587,1692,1684,1582,1605,1675,1569,1473,1414,1371,1445,1491,1522,1514,1500,1507,1495,1455,1509,1497,1431,1368,1342,1364,1366,1370,1381,1402,1341,1916,1412,1376,1489,1545,1504,1527,1529,1606,1527,1500,1513,1656,2094,2162,2170,2414,2520,2484,2312,2517,2865,3062,2777,2534,2531,2058,2567,2346,2466,2088,1951,2161,2206,2310,2446,2477,2458,2381,2157,2107,2390,2493,2521,2098,1727,1693,1994,2080,1895,1802,1737,2128,2006,2207,2763,2203,1917,1608,1572,1563,1558,1964,1651,1889,2037,1848,1571,1797,1642,1970,1726,1906,2364,2533,2790,2399,2730,2221,2108,1955,1846,1849,1949,2811,2365,2133,2007,2128,1969,1919,1805,2312,2285,2206,2450,2248,1961,1997,2006,1971,2041,1966,1938,2000,1965,1961,1972,2164,1890,1999,2011,1964,1973,1885,2046,1958,2087,2093,2088,2079,2424,2370,2486,2331,1961,1956,2128,2208,2527,2447,3008,2303,2006,2351,2369,2810,2564,2283,2372,2008,2662,2572,2014,1959,1891,1878,1839,2012,2323,2333,2806,2326,2009,2332,2606,2489,2204,2054,2016,1846,2210,1921,2170,2078,1854,1897,2279,2246,2249,2403,1893,2088,2187,2324,1916,2224,2367,2288,2727,2807,2003,2250,2163,2489,2574,2600,2454,2198,2122,1898,1879,2203,2046,1891,1969,1924,2044,2000,2339,2001,2010,1878,1884,1893,2038,1892,1884,2414,2964,1930,1997,1925,1857,2079,2368,2087,2042,2051,2168,2451,2478,2191,2211,2445,2166,2133,2410,2332,3087,4610,2525,2094,2111,2527,2061,2566,1955,2005,2038,2087,1971,2206,1850,1808,2171,2888,1921,2159,1811,1887,1721,1684,1779,1963,2010,2394,2484,2967,2453,2481,2530,2691,2691,2323,2213,2568,2488,3082,2652,2213,2410,2640,2491,2327,2007,2414,1919,1794,1685,1681,1723,1646,1615,2248,2328,2203,2490,2209,2405,2049,2060,2041,2802,2048,1937,1956,2079,2320,2692,2407,3119,2458,2684,2642,2934,2607,3371,2243,2412,2401,2089,2051,2406,3447,2000,2223,2854,2526,2567,2090,2130,1923,2290,2244,2687,1959,2170,2101,2347,2529,2488,2493,2646,2330,2488,2364,2851,3572,2486,2606,2288,1931,2050,2303,2448,1962,2575,2642,2495,2410,2210,2328,2048,1928,1885,2395,2525,2526,2326,2449,2492,2564,2570,2641,2331,2287,2891,2569,2570,2358,2289,2328,2285,2290,2052,2839,2254,2322,2170,2165,2090,2165,2568,2369,2330,1925,1788,2124,2687,2324,1916,2422,2532,2490,2563,2692,2648,2166,2010,2524,2012,1917,2254,2112,2309,2286,2281,2456,1817,2133,2328,2325,2117,2193,2083,2049,2002,2534,2282,2569,2648,2572,2690,2925,2648,1811,2395,2126,2816,1993,2039,2002,1898,2401,2596,2288,1868,2510,2365,2292,2566,2242,2246,2619,2162,2201,1895,1900,2007,2491,2249,2370,2279,2487,2452,2728,2846,2768,2209,2371,2481,2448,2610,2161,2334,2006,1972,2433,2409,2122,2329,2770,2134,2060,1971,2232,2484,2649,2368,2445,2527,2454,2443,2691,2526,2283,1852,2337,3215,2324,1997,2134,1924,2004,2010,2043,2308,2274,2252,1917,1847,1877,2007,2179,2042,2202,2083,2055,1959,1973,2036,1726,2003,2677,2648,2067,1893,2291,2018,2078,2097,2075,1855,1637,1569,1602,1570,1564,1879,2324,2048,1736,1756,1735,1814,1723,1805,1854,1914,1718,1779,1984,1819,1758,1685,1498,1631,1615,1530,1810,1852,1636,1447,1557,1626,1552,1559,1571,1578,1716,1577,1631,1633,1560,1489,1484,1487,1489,1551,1562,1574,1518,1528,1649,1869,2119,2050,1908,1792,1802,1782,1724,1871,1763,1970,1881,2046,1881,1855,2355,2198,1912,1869,1992,1946,2080,2016,2082,1935,1748,1756,1701,1721,1725,1648,1684,1575,1837,1651,1741,1729,1988,2292,2483,2452,2444,2691,2360,2214,2128,2284,1888,2368,2046,2113,2123,1850,1830,1854,1924,2281,2887,1777,1644,1683,1644,1803,1808,1931,2069,2012,1960,2005,1966,2112,2328,2486,1985,2045,2208,1924,1845,2149,2187,2450,1725,1579,1530,1556,1530,1528,1806,2077,1969,1569,1804,1635,1886,1542,1606,1848,2364,2322,1934,1689,1812,1611,1581,1532,1812,1967,2001,2142,2173,2175,2174,2173,2456,2138,1902,2116,1842,1837,1839,1835,1635,1737,1768,1820,2004,1848,1828,1836,1808,2138,2021,2135,2122,1878,1835,1946,1847,2205,2192,2095,2086,2174,2174,2130,2133,1986,1932,2039,1968,2334,2476,2685,2097,2492,2617,1951,2267,2953,2908,2391,2300,1974,2281,2462,3012,2663,1842,2528,2281,1951,1763,1858,2135,2047,2094,2201,2014,1912,1944,1928,1965,2004,2465,2606,2123,2052,1806,1964,1968,1964,1977,1966,2046,2003,2014,2221,3091,2135,2221,2132,2215,2089,1971,1962,1891,1914,1891,2114,2562,2116,2562,2332,2242,1818,2196,2644,2647,2691,2647,2286,2251,2286,2570,2650,2326,2529,2360,2214,2206,2524,2405,2246,2609,2531,2564,2690,2565,3016,2516,2326,2577,2085,2320,2581,2166,2608,2527,2887,2489,3247,2123,2854,2126,2100,2440,2562,2531,2488,2046,1968,2072,1990,2164,2079,2102,2329,2531,2128,2196,2681,2452,2408,2151,2091,2079,2087,2247,2085,2057,1999,1854,1952,1933,2053,2073,2013,1932,1789,1725,1717,1687,1678,1699,1759,1721,1945,2088,1810,1798,1767,2013,2130,1998,2003,2051,1962,2377,2286,2402,2812,2563,2177,1881,1889,1763,1642,1973,1715,1684,1851,1919,1973,1691,1847,1886,2048,1845,2008,1931,1973,2167,2369,3006,2374,2445,2370,2402,1935,2035,2098,2003,1972,1908,1753,2060,2240,2248,2290,1932,2243,2766,2089,1768,2291,2724,2569,2567,2448,2042,2011,2102,2005,1973,2304,2358,2047,1741,1955,2289,2172,2525,1983,2243,2330,2450,3013,2408,2166,2365,2484,2488,2165,2681,2493,2495,2004,2886,3011,2646,2407,2330,2011,2250,2248,2403,2453,2404,2208,2042,1931,1999,2331,2726,2455,2131,2365,1966,1843,1927,2285,2167,1767,1718,1728,1606,1594,2240,2568,2368,2040,1678,1643,1776,2156,2001,1935,1839,1807,1929,2079,2051,2075,2254,2012,1917,2500,2601,2369,2528,2127,2363,2241,2074,1835,1731,1932,2203,1855,1922,1880,2200,2093,1686,1957,2095,2013,2044,2124,1821,2127,1701,1643,1857,1933,1669,1646,1836,1805,2106,1810,1965,2054,1959,1769,1686,1781,1834,1776,1916,2050,1963,1896,1926,1956,1964,2013,1762,1933,1840,1813,1840,1838,2140,2044,2080,2084,1883,1845,2008,2063,2046,2045,1895,1966,2041,2042,2044,2011,1843,1747,1614,1723,1770,1788,1742,1835,1638,1565,1543,1792,1803,1619,1566,1565,1565,1564,1565,1604,1566,1791,1933,1612,1645,1565,1655,1770,1688,1636,1758,2076,2080,1961,2174,2174,2174,2172,2129,2043,1891,2220,1879,1837,1840,1864,1818,2075,2095,1914,1838,1836,1837,1837,1793,1839,1927,2079,1888,2176,2318,2276,1921,1990,2445,2510,2652,2216,2609,2425,2064,2447,2044,1882,1893,1840,2244,1775,1868,2023,1995,2009,2207,2163,2178,2567,1966,1888,1839,1770,1683,1685,1807,1785,2014,2125,2298,2177,2220,2109,2308,2198,2209,2297,2353,2259,2218,2003,1899,1915,1959,2022,2004,1920,1986,1778,1801,1835,1837,1837,2050,2046,1943,1918,1941,1608,1522,1493,1557,1571,1647,1687,1570,1490,1485,1520,1438,1408,1444,1408,1522,1956,1782,1796,1769,1769,1481,1434,1416,1434,1536,1633,1448,1481,1419,1434,1333,1891,1429,1538,1636,1802,1694,1815,1819,1832,1789,1612,1624,1616,1960,1748,2037,1879,1838,1839,1837,1836,1934,1883,2045,2108,1894,1974,2297,2101,2328,2197,2236,2246,2355,2185,2018,2381,2523,2501,2162,1976,2226,1902,1813,1793,1806,2138,2321,2290,2008,2444,2166,2053,1927,1884,2434,2253,2912,2692,2578,2254,2089,2406,2793,2729,2406,2225,2557,2460,2170,2121,1922,2046,2011,1796,1815,1820,2482,1688,1648,1647,1647,1643,1724,1964,1974,1878,1999,2429,2210,2239,1903,2687,2286,2486,2455,2643,2293,2609,2202,2246,2329,2330,2327,2410,2284,2370,2242,2211,2602,2414,2359,2412,2487,2457,2282,2486,2335,2402,2405,2448,2212,2289,2325,2253,1930,1855,1874,2089,1931,1929,1926,1961,1929,1994,1937,2162,1851,1885,1996,1968,2005,1893,2196,2641,2571,2161,1939,2332,2365,2363,1972,2012,2086,2081,2011,2122,2091,2005,1888,1967,2077,2052,1997,1975,2047,2125,2609,2527,2528,2411,2529,2124,2359,2412,2522,2450,2528,2564,2607,2528,2612,2451,2127,2121,2127,2572,2606,2366,3336,2083,2249,2485,2612,2520,2489,2333,1976,2819,2327,1890,2129,2326,2201,2175,2721,2246,2410,2171,3245,3010,2246,2085,2569,2131,2209,2162,2773,2526,2047,2046,2119,2529,2167,2060,2796,2569,2413,2443,2405,2612,2549,2731,2727,2525,2570,2767,2509,2927,2609,2321,2368,2030,2185,3131,2032,1964,1969,1924,1966,2007,1968,1967,2126,2008,1926,1961,2325,2608,2148,1965,1922,2312,1999,1929,2220,2281,2736,2248,2009,2002,1884,1938,2002,2513,2186,2449,2489,2008,1995,2306,2542,1979,1926,1889,2006,1771,1668,1641,1725,2205,2287,2213,2562,2209,2020,2237,2015,2034,1932,2366,2159,2096,2042,2218,2481,2566,2130,1981,1961,2321,2409,2447,2085,2001,1973,1968,1999,1896,1881,1848,2002,2007,2008,2049,2282,1981,1967,2348,2493,2084,2023,3069,1885,2364,2295,2483,2571,2126,1975,2414,2040,2044,2034,2016,2047,2346,2334,2448,2481,2088,2112,2458,2732,2411,2080,2010,2036,1979,2046,1875,2049,2432,2064,1969,1972,2117,2214,1971,2002,2047,1956,1887,1893,2178,2094,1916,2129,1890,1879,1890,1880,1845,2170,1729,2040,2047,2398,2564,2451,2530,2650,2285,2372,2527,2443,2566,2409,2449,2126,1980,1966,1996,2045,2009,4214,2323,1970,1854,2001,1965,1881,2090,2047,1962,2012,1928,1925,2245,1958,2091,2052,2087,1885,1826,1690,1899,1924,1766,1684,1629,1744,1756,1774,1794,1852,1567,1636,1680,1606,1570,1562,1612,1554,1464,1614,1619,1509,1496,1517,1524,1458,1450,1587,1541,1682,1640,1609,1547,1574,1618,1561,1486,1602,1645,1641,1522,1764,1708,1660,1598,1558,1604,1651,1762,1815,1752,1727,1699,1721,1761,1766,1749,1746,1794,1701,1712,1782,1755,1837,2048,1928,2248,1611,1764,1876,1817,2000,1925,1969,2080,1974,1886,1879,1769,1760,1726,1936,2030,2003,2088,2412,2407,2692,2383,1963,1877,1854,1969,2000,1969,1966,2285,2086,2021,2068,1715,1614,1635,1852,1844,2380,2370,2245,2252,2361,1852,2286,2243,2405,2330,2287,1957,1815,2065,2208,2243,2491,2531,2519,2332,2243,2210,2288,2113,2382,1876,2157,2243,2213,2407,2403,2330,2366,2328,2204,2130,2361,2292,2368,2326,2248,2200,2129,2285,2133,2321,2367,2331,2753,2820,2767,2414,2326,2280,2209,2168,2245,2129,2011,2246,1999,2365,2412,2407,2371,2473,2568,2486,2526,2966,2489,2531,2409,2301,2282,2368,2452,2367,2486,2085,2296,2845,2486,2373,2362,2456,2321,2128,2332,2440,2134,2165,2242,2131,2489,2046,2481,2653,2645,2450,2487,2488,2091,2486,2407,2326,2446,2329,2321,2249,2447,2287,2530,2481,2370,2644,2455,2079,1884,1938,2215,2447,2531,2440,2451,2489,2409,2122,2407,2524,2416,2524,2646,2128,2289,2722,2375,2244,2375,2399,2294,2244,2245,2613,2239,2334,2484,2450,2485,1969,2045,2403,2567,2376,2044,2692,2120,2207,2893,2764,2207,2042,2486,2412,2486,2528,2613,2322,2609,2009,1883,2241,2882,2291,2410,2399,2453,2442,2375,2367,2440,2493,2329,2328,2884,2365,2289,2330,2644,2289,2370,2359,2292,1972,2364,2559,2198,2401,2453,2485,2444,2288,2406,2492,2366,2405,2611,2604,2446,2533,2123,2289,2371,2405,2448,2523,2374,1730,2120,2083,2209,2689,2603,2412,2282,1968,2325,2212,2081,1894,2279,2450,2135,2366,2281,2286,2290,2732,2488,2526,2483,2572,2450,2688,2199,2087,2079,1973,3006,2008,2530,3889,2449,2440,2414,2408,2366,2407,2052,1693,1809,2329,2050,2254,2556,2373,2334,2363,2404,2369,2332,2396,2328,2334,2560,2177,2357,2294,2330,2362,2368,2011,2045,1989,2009,2034,2016,2121,1973,2006,2373,2560,2568,2496,2524,2489,2244,2169,2365,2364,2372,1970,2157,2331,2364,2252,2247,1880,1830,2289,2371,2483,2288,2325,2368,2333,2161,2171,2202,1889,1732,1803,2200,2051,1703,1654,1675,1648,1643,1988,2246,2204,1985,1685,1721,1723,2123,1937,1999,1963,1804,1933,1830,2244,1968,2245,2180,2445,2055,2368,2400,2413,2407,2002,2240,1973,2010,2425,2296,2200,2324,2065,2089,1967,1913,1887,2155,1962,1840,2163,2009,1973,2240,2000,1848,1814,1843,2080,2011,2042,2249,2004,2208,2327,2129,1963,2160,2327,2175,1810,1640,2027,2487,2326,2128,1927,2046,1689,1883,1935,1963,2304,2013,2016,2143,2245,2564,2605,2453,2327,2643,2536,2491,2729,2560,2653,2570,2480,2648,2894,2686,2566,2218,2073,2536,2239,2452,1893,1937,2653,2647,2528,2641,2528,2287,1939,2196,2003,2011,2408,2284,2206,2252,2282,2129,2605,2455,2164,2029,2445,2172,2482,3409,1926,2245,2006,1973,1899,2286,1893,2125,2561,2091,1928,1929,1892,2046,1917,1776,1873,1934,1722,2114,2244,2206,2167,2693,2328,2287,2369,2247,1937,1962,3086,2409,2569,2406,2364,2369,2809,2287,2489,3411,2600,3175,2722,2373,2090,2042,2491,2366,2894,1851,2345,2533,2320,2573,2365,2529,2368,2291,2483,2689,2162,2652,1968,1959,2202,1936,1958,1932,1968,2083,2086,1924,2048,2006,1849,1876,1815,2207,2158,2205,1883,1898,1878,2129,1970,2078,2008,2009,2004,1853,1997,1847,2379,2453,2404,2282,2095,2159,2367,2146,2141,2086,1915,1848,1810,1993,2009,1977,1995,2164,2089,2176,2121,2044,1962,1888,1963,1925,2317,2485,2374,2200,2535,2284,2565,2406,2365,2327,2648,2295,2291,1890,2487,2207,2949,1972,2007,1960,1898,1922,1923,2122,2050,2242,1891,1967,2043,1885,1890,2225,3046,2611,2128,1912,1927,1928,1853,1999,2007,1965,2044,1971,2081,1928,2327,1921,1929,2093,1921,1850,1966,1927,1916,1975,2079,2016,2002,1927,2276,2289,2323,1931,1997,2409,2130,2570,2605,2253,2238,2012,1968,1893,1807,1719,1646,1961,1777,1875,1814,1962,1684,1683,1613,1848,1912,1700,1836,1850,1813,2202,1838,1737,1884,1804,1769,1801,1798,1736,1802,1806,1799,2172,2137,2206,2207,2611,2063,1691,1880,1922,1730,1693,1841,1842,1807,1925,1892,2441,2526,2246,1942,2161,1847,1895,2312,2926,2575,2527,2686,2442,2170,2373,2360,2250,2246,2002,2287,2040,2298,2485,2530,2572,2524,2488,2246,2069,2005,1816,1684,1753,1969,2218,2965,3978,1932,1969,2003,1767,1608,2038,2124,1890,1963,2378,2210,1973,1964,1978,2043,2197,1846,1735,1966,1962,1786,1676,1445,1653,1515,1406,1407,1402,1399,1618,1566,1715,1570,1524,1501,1441,1521,1500,1508,1577,1473,1737,1517,1533,1681,1772,1762,1647,1768,1684,1762,1765,2003,2054,2037,1934,2329,2453,2404,2370,2365,2533,2407,2650,2763,2611,2332,2607,2246,2242,1888,2133,2119,1851,2362,2327,2412,2203,2411,2364,1972,1951,2004,1998,1961,2107,2260,2491,2362,2370,2569,2491,2645,2567,2485,2373,2447,3250,2413,2808,2408,2693,2142,2232,2181,2485,2330,2284,2688,2206,2565,2613,2206,2408,2362,2450,2731,2725,2490,2209,2449,2524,2204,2287,2196,2089,2074,1853,2071,2330,2328,2440,2576,2087,2363,2686,2371,2528,2888,2408,2248,2241,2725,2333,2362,2286,2252,2246,1890,1771,2287,2764,2290,2172,2415,2277,2074,2415,2402,2447,2258,2168,2123,2091,2208,2447,2407,2003,1967,1930,1892,1840,2374,3203,3096,2281,2166,2086,2394,3061,2597,2265,2125,2127,2087,2634,2979,2922,2257,2286,2208,2166,2126,2800,2567,2935,2803,3685,2712,2796,2330,2689,2808,2630,2857,2718,2727,2617,2929,2846,2719,3017,3116,2893,2873,2681,2187,2798,2366,2315,2133,2132,2094,2257,2085,1972,2987,2506,2491,2648,2722,2329,2672,2627,2506,2400,2194,2484,2606,2809,2651,2801,2655,2332,2646,2624,2653,2489,2441,2488,2647,2247,2024,2313,2291,2765,3615,2644,2366,2887,2727,2529,2060,2298,3007,2296,1884,2549,2846,2854,2764,2808,2574,2683,2529,2367,2378,2527,2490,2127,2368,2627,3336,3254,2819,2608,2532,2443,2437,2362,2567,2654,2884,2049,2321,1922,2211,2241,2449,2405,2289,2414,2688,2490,2443,2289,2406,2167,2124,2932,2359,2141,2638,2206,2567,1842,2136,2327,2448,2329,2450,2171,1997,1975,2319,2124,2087,2048,2376,1995,2614,2279,2287,2488,2241,2349,2448,2569,2793,2328,2065,3027,2363,2163,2143,2214,2362,1887,1885,1843,1690,2090,2116,2202,2329,2372,2087,2167,2564,2407,2647,2575,2839,2774,2482,2331,2078,1871,2557,3049,3809,2524,2411,2578,2642,2135,2073,2083,1929,1767,1760,2093,2451,2280,2010,1808,1906,1970,1962,2001,1847,2123,1814,1917,1928,2083,1886,2088,2095,2086,1997,1809,1809,1726,1679,1965,1729,2051,1999,2251,2257,2564,2536,2489,2565,2165,2121,2085,1977,2009,2041,2049,2087,2063,2056,2083,2010,2169,2059,2321,2088,1934,2088,1952,2008,1936,1957,1895,2162,2136,2579,2066,2651,2567,2569,2572,2527,2644,2573,2567,2488,2643,2374,2282,2291,2523,2489,2488,2566,2367,2286,2772,2245,2404,2495,2641,2571,2889,2491,2527,2107,2417,2641,2532,2409,2239,2140,2439,2613,2329,2489,2202,2527,2484,2491,2570,2643,2694,2643,2411,2408,3091,2722,2647,2372,2490,2402,2770,2283,2367,2408,2455,2563,2178,2211,2605,2450,2647,2406,2442,2167,2166,2246,1899,1809,2156,2169,2209,2089,2610,2486,2488,2806,2286,2374,2564,2165,2337,2407,2564,2245,1932,2251,2805,2327,2368,2768,2472,2601,2429,2803,2977,1892,1921,1720,2052,2201,2271,2851,2578,2170,2126,2405,2056,2187,2930,2619,2126,2091,2611,2788,2631,2307,2534,2542,2819,2118,3226,2173,2046,1773,1969,1981,1836,1835,2378,2188,1900,2190,1970,2007,1915,1837,2140,2727,7495,1978,1992,2004,2045,2092,1849,1923,1972,2075,2045,2009,2056,2044,1996,2743,2093,1903,1930,1904,2087,2095,2049,2491,2174,2043,2857,2482,2405,2530,2362,2213,1808,1727,1680,2036,2168,2246,1893,1704,1689,1729,1762,1920,2045,2131,1891,1922,2080,2056,2075,2018,2123,1961,2388,2605,2205,2167,2046,2249,1959,2010,1929,1731,1635,4776,2106,2028,1930,1926,1483,1557,1564,1573,1760,1684,1723,1688,1804,1513,1560,1530,1531,1551,1494,1691,1713,1762,1646,1693,1767,1768,1856,2074,1770,1764,1975,1919,1966,2006,1894,1889,1912,1849,2207,2393,2567,2406,2373,2610,2440,2567,2533,2563,2295,2089,2079,2352,2442,2491,2448,2210,2311,2712,2689,2311,2712,2533,2965,2262,2132,2243,2172,2602,1936,2604,1931,1892,2279,2250,2211,1891,2109,2027,1983,2125,2024,1811,1965,2296,2107,1727,1603,1565,1564,1841,1773,2073,1979,1766,1765,1722,1720,1768,1848,2047,1882,1798,1968,1810,1726,1891,1996,2890,2036,2610,1915,1838,1839,1999,2007,2030,1827,2007,1914,1839,1743,1607,1626,1603,1603,1700,2139,2028,1881,1837,1836,2067,1878,1792,2067,1966,1757,1908,1908,1761,1910,1868,1873,1954,1853,1878,1907,1909,1928,1905,1873,1821,2043,1978,1908,1907,1842,1827,1938,1850,1762,1835,1883,1821,1904,1771,1782,2026,1800,1862,1837,1875,1737,1625,1632,1565,1649,1478,1569,1635,1609,1479,1381,1400,1601,1675,1889,1697,1670,1653,1603,1562,1566,1572,1572,1572,1563,1561,1562,1568,1629,1583,1554,1760,1543,1421,1385,1384,1387,1444,1527,1546,1505,1397,1367,1404,1639,1411,1407,1401,1477,1411,1447,1484,1365,1320,1290,1808,1835,1876,1386,1385,1371,1487,1497,1604,1435,1488,1443,1487,1420,1559,1460,1479,1597,1641,1699,1729,1676,1899,1860,1989,2522,2417,2439,2369,2436,2846,2781,2567,2573,2324,2444,2632,2179,3036,2850,2537,2100,2077,2120,1941,1932,1884,1949,1937,1934,1924,2453,2382,2206,2284,2398,2569,2820,2466,2352,2355,2738,2525,2155,2020,2402,2044,2001,1979,2160,2195,2063,2094,2202,1693,1679,1963,1710,2412,2028,1762,1648,1577,1565,1556,1646,1604,1892,1808,1565,1814,2713,1757,1732,1557,1631,1569,1570,1559,1529,1366,1337,1322,1835,1491,1410,1437,1422,1386,1360,1298,1756,1741,1762,1827,1256,1863,1278,1870,1570,1310,1873,1385,1366,2048,1428,1463,1566,1552,1518,1594,1679,1603,1485,1519,1475,1442,1466,1460,1491,1483,1494,1531,1507,1495,1485,1488,1478,1518,1482,1558,1493,1507,1475,1493,1553,1782,1538,1527,1488,1599,1675,1659,1520,1393,1568,1656,1608,1600,1633,1616,1622,1541,1718,1594,1736,1531,1483,1550,1532,1523,1496,1655,1617,1723,1927,1760,2462,2527,2411,1999,1928,1904,1883,1898,1845,2026,2284,2493,2126,2368,2090,2078,1935,1688,1853,1938,1972,2447,2123,2011,2010,1998,2007,2084,2170,2252,2076,2055,2048,2076,2046,2087,2164,2136,2077,2016,2048,2042,2049,2126,2203,2000,1970,1970,2041,2043,2017,2079,2049,2043,2051,2043,2013,2043,2041,1962,1975,2087,1961,2044,2009,2043,2087,2404,2100,2397,2444,2090,2120,2245,1961,1974,2082,2048,1928,1958,2122,2369,2249,2088,2342,1880,1772,1769,2173,2211,2286,2481,2489,2127,1971,2120,1966,2008,2169,2487,2407,2202,1692,1818,2129,1888,1838,2252,2164,1726,1876,2011,1932,2233,2247,2360,2375,2072,2207,2124,2082,2680,2206,2025,2077,1923,2007,1898,1801,1690,1841,1839,1926,2006,2043,2007,2018,2000,1929,2043,2434,1947,2241,1933,2123,2052,1694,2075,2174,2083,1960,2001,1975,1807,1987,1766,1894,2279,2452,2359,1941,1894,2246,2486,2565,2125,2047,2573,2605,2732,2244,1675,1802,1760,1773,2008,2168,1972,2648,2052,2009,3072,1846,2524,1808,2014,1960,1801,1647,1683,1770,2043,2263,2069,2462,2036,1964,2003,1895,1928,2129,2000,2085,2090,1972,1921,1932,1920,2109,2680,2329,1897,1915,2089,2042,1963,2285,1927,1889,2080,2526,2694,2198,1969,1923,2209,2044,1845,2047,2176,2533,2561,2409,2404,2570,2648,2324,2573,2325,2288,2449,2123,1894,1847,2317,2609,2487,2090,2353,2005,2092,1930,2084,2125,2051,2038,2003,1812,2042,2473,2446,2100,2374,2119,1937,2160,2646,1849,2168,2052,2086,2126,2327,2613,2605,2408,1880,1796,1806,1895,1996,1894,1802,1814,2290,1926,2043,2328,2410,2568,2044,1597,1816,1885,1816,2083,3312,2225,1728,1650,1650,1590,1637,1572,2354,2015,1965,2290,2525,2608,2123,1968,1968,2147,2061,1972,1877,1957,2401,2278,2368,2655,2282,1892,2216,1972,1895,1966,1960,1853,1968,2047,2035,1923,1928,2057,2073,2850,1894,1886,2087,1883,1881,1935,2082,2011,1961,2131,1996,1927,1889,1884,2249,1961,2332,2485,2566,2721,2809,2439,2290,2529,2561,2008,1851,1740,2477,2846,3263,2689,2566,2059,2000,2826,2667,1838,1813,1605,1564,1835,1684,1697,1914,2151,2091,2255,1606,1592,1731,1606,1923,1975,1952,2627,2505,2134,2177,2580,2146,2007,2477,2471,2337,1959,1840,1845,1917,2094,1797,1887,1887,1650,1557,1531,2034,2291,1615,1684,2083,1966,1845,1876,1844,1944,1986,1902,1830,1663,1764,1597,1535,1592,2003,2010,1883,1617,1598,2157,1849,1601,1512,1719,1808,1848,1875,1683,1618,1713,1696,1685,1916,2315,1882,1740,1725,1684,1575,1562,1720,1888,1695,1805,1804,1806,1843,1949,1772,1572,1557,1502,1565,1577,1475,1451,1444,1445,1444,1445,1435,1400,1987,1599,1499,1447,1664,1558,1484,1911,1754,1429,1383,1663,1589,1511,1755,1756,1758,1735,1653,1388,1859,2068,1372,1857,1851,1961,1747,1461,1992,1461,1452,1409,1370,1420,1420,1416,1434,1426,1468,1469,1446,1422,1503,1535,1432,1432,1501,1442,1409,1888,1416,1391,1386,1462,1406,1288,1792,1777,1836,1348,1882,1365,1912,1836,1334,1844,1320,1836,1848,1315,1788,1807,1801,1771,1839,1319,1825,1315,1821,1400,1357,1861,1892,1863,1855,1382,1386,1854,1876,1371,1803,1788,1821,1761,1803,1824,1817,1851,1818,1785,1815,1810,1698,1850,1863,1843,1856,1861,1816,1811,1780,1747,1730,1721,1718,1706,1743,1734,1724,1732,1667,1748,1771,1722,1726,1729,1717,1715,1721,1717,1718,1725,1713,1735,1754,1817,1769,1761,1753,1717,1704,1675,1694,1775,1689,2682,1894,1765,1890,1926,1825,1872,1699,1804,1853,1854,1797,1934,2167,1926,2030,1694,1644,1642,1729,1932,1699,1642,1659,1495,1550,1540,1538,1535,1585,1589,1541,1507,1460,1470,1566,1483,1441,1434,1431,1437,1440,1700,1422,1407,1463,1515,1510,1472,1609,1599,1600,1616,1413,1399,1553,1464,1659,1696,1546,1441,1363,1415,1452,1415,1501,1517,1416,1333,1938,1550,1518,1409,1510,1522,1525,1536,1393,1319,1889,1465,1438,1534,1331,1927,1313,1941,1915,1389,1428,1421,1421,1421,1423,1436,1339,1392,1393,1395,1374,1394,1395,1399,1396,1391,1404,1380,1375,1306,1803,1802,1814,1809,1805,1800,1848,1367,1322,1817,1344,1819,1329,1319,1817,1812,1814,1413,1311,1781,1733,1749,1714,1812,1779,1766,1227,1748,1775,1772,1829,1358,1403,1472,1377,1859,1369,1427,1943,1442,1432,1391,1370,1360,1336,1841,1317,1407,1340,1329,1823,1833,1793,1758,1838,1328,1822,1418,1405,1845,1340,1824,1837,1341,1330,1337,1815,2021,1334,1897,1332,1831,1829,1823,1798,1798,1825,1839,1873,1808,1807,1805,1849,1321,1897,1329,1336,1348,1335,1337,1388,1340,1350,1334,1336,1290,1834,1341,1892,1879,1873,1872,1871,1872,1811,1914,1355,1853,1854,1853,1378,1853,1853,1840,1862,1840,1841,1838,1841,1839,1840,1847,1836,1898,1401,1826,1823,1827,1833,1832,1826,1806,1804,1808,1816,1809,1808,1808,1809,1813,1788,1737,1829,1794,1793,1795,1812,1803,1818,1787,1943,1399,1394,1396,1392,1366,1341,1344,1335,1335,1827,1785,1813,1820,1820,1820,1820,1819,1813,1810,1770,1846,1364,1875,1348,1823,1858,1310,1811,1813,1288,1792,1812,1811,1812,1809,1809,1808,1808,1827,1756,1857,1786,1776,1775,1776,1779,1779,1776,1781,1780,1775,1780,1773,1774,1779,1785,1817,1870,1865,1389,1370,1370,1845,1861,1310,1813,1817,1805,1815,1809,1808,1809,1812,1810,1810,1794,1798,1742,1877,1370,1371,1867,1881,1368,1887,1357,1856,1244,1815,1822,1810,1810,1814,1805,1819,1793,1814,1798,1814,1811,1815,1811,1811,1810,1810,1810,1816,1810,1810,1829,1817,1807,1855,1781,1773,1781,1784,1773,1781,1776,1778,1782,1781,1775,1725,1799,1784,1777,1776,1854,1821,1861,1862,1795,1859,1871,1372,1350,1852,1798,1797,1809,1807,1777,1770,1767,1732,1746,1807,1767,1763,1767,1695,1845,1809,1807,1927,1827,1865,1829,1758,1856,1828,1799,1690,1766,1823,1776,1733,1691,1777,1775,1774,1717,1795,1776,1772,1829,1749,1818,1747,1788,1726,1857,1777,1810,1740,1722,1765,1751,1754,1704,1775,1758,1772,1764,1718,1804,1773,1722,1740,1722,1749,1776,1769,1691,1763,1766,1792,1841,1217,1824,1370,1867,1797,1820,1366,1841,1759,1794,1811,1781,1773,1773,1775,1788,1789,1777,1795,1776,1774,1790,1779,1771,1773,1774,1777,1766,1850,1800,1799,1732,1759,1761,1757,1759,1670,1764,1757,1752,1749,1784,1758,1754,1755,1634,1758,1740,1804,1801,1687,1777,1777,1801,1707,1798,1854,1830,1765,1734,1795,1770,1771,1740,1707,1766,1821,1814,1760,1827,1821,1816,1756,1803,1773,1821,1812,1737,1804,1814,1815,1669,1777,1745,1771,1805,1735,2018,2102,1449,1335,1913,1420,1430,1518,1372,1432,1422,1428,1467,1409,1379,1386,1372,1410,1319,2006,1312,1877,1393,1383,1382,1353,1345,1341,1371,1344,1334,1811,1808,1835,1351,1347,1435,1397,1407,1479,1332,1903,1414,1400,1406,1407,1408,1396,1397,1402,1405,1405,1344,1409,1394,1408,1408,1419,1319,1864,1375,1382,1401,1322,1816,1884,1382,1375,1372,1377,1337,1280,1839,1829,1816,1365,1361,1378,1385,1832,1312,1882,1437,1444,1429,1352,1796,1365,1361,1816,1815,1820,1814,1806,1803,1805,1795,1898,1375,1804,1809,1803,1803,1803,1735,1789,1787,1794,1796,1850,1782,1745,1751,1829,1807,1863,1828,1828,1870,1373,1861,1855,1859,1834,1803,1773,1773,1806,1808,1768,1818,1773,1739,1680,1767,1790,1811,1764,1767,1766,1786,1707,1821,1837,1809,1768,1767,1768,1765,1766,1765,1777,1828,1378,1862,1876,1371,1822,1785,1863,1779,1813,1829,1809,1809,1815,1813,1811,1814,1731,1686,1813,1809,1808,1812,1809,1811,1766,1809,1772,1768,1770,1761,1768,1770,1779,1781,1760,1776,1783,1781,1778,1778,1776,1776,1779,1759,1821,1766,1869,1371,1878,1362,1754,1872,1795,1887,1758,1853,1874,1878,1347,1755,1864,1383,1377,1378,1750,1873,1315,1814,1767,1759,1813,1813,1829,1682,1802,1754,1771,1674,1739,1758,1833,1780,1769,1812,1763,1767,1714,1744,1758,1743,1758,1710,1744,1796,1756,1757,1727,1732,1721,1791,1704,1758,1760,1755,1755,1704,1757,1753,1788,1720,1718,1733,1787,1774,1713,1838,1788,1772,1712,1750,1797,1827,1865,1871,1376,1299,1848,1782,1779,1780,1796,1802,1779,1777,1850,1760,1743,1796,1800,1802,1803,1803,1810,1744,1809,1802,1866,1816,1837,1878,1376,1863,1400,1358,1310,1810,1809,1811,1809,1813,1813,1703,1810,1793,1813,1811,1811,1818,1801,1822,1816,1809,1811,1770,1768,1810,1809,1713,1782,1813,1870,1867,1805,1824,1369,1383,1345,1729,1825,1309,1812,1810,1771,1797,1814,1811,1780,1773,1818,1810,1810,1770,2730,3199,2538,1938,1934,1895,2479,2499,2452,2295,2148,2180,2439,2227,2096,2088,1904,2036,2023,2015,2017,1921,1853,1768,1764,1696,1810,1875,1910,1907,1721,1542,1562,1524,1589,1572,1613,1543,1694,1576,1940,1489,1494,1515,1537,1351,1523,2083,1633,1863,1820,1803,1789,1821,1984,1318,1881,1362,1802,1803,1789,1931,1430,1460,1435,1944,1954,1448,1452,1451,1422,1451,1438,1398,1393,1394,1394,1437,1372,1895,1396,1376,1381,1428,1366,1885,1887,1384,1428,1496,1438,1387,1362,1854,1858,1871,1421,1425,1393,1305,1785,1775,1801,1769,1797,1766,1765,1790,1761,1892,1858,1822,1843,1840,1841,1840,1844,1898,1377,1855,1821,1842,1864,1826,1825,1829,1833,1828,1816,1804,1808,1880,1821,1820,1812,1816,1830,1822,1807,1738,1795,1809,1804,1802,1810,1832,1795,1795,1888,1293,1645,1631,1673,1633,1633,1645,1626,1615,1653,1642,1651,1641,1628,1629,1616,1611,1606,1619,1617,1610,1622,1700,1659,1673,1707,1684,1693,1686,1264,1738,1703,1728,1810,1885,1447,1772,1959,2128,2367,2122,2133,2122,2047,2209,2530,2167,2281,2092,1686,1726,2089,2163,2207,1921,2123,2053,2280,2173,1924,2251,1926,2010,2160,2129,2049,1685,1578,2354,1965,2043,1849,1846,2125,2249,1966,2125,2046,1931,1956,1724,1761,1611,1888,1681,1642,1608,1605,1685,1653,1677,1730,1607,1475,1451,1561,1561,1530,1529,1552,1529,1595,1580,1402,1487,1405,1362,1444,1392,1365,1332,1875,1363,1346,1424,1368,1334,1312,1810,1343,1300,1371,1484,1545,1439,1515,1369,1353,1330,1803,1860,1322,1795,1845,1409,1489,1346,1337,1361,1319,1903,1422,1339,1481,1314,1811,1900,1389,1423,1366,1323,1873,1297,1827,1337,1386,1378,1394,1578,1397,1337,1357,1372,1432,1368,1401,1391,1342,1384,1338,1934,1347,1336,1829,1390,1362,1434,1400,1333,1995,1338,1852,1404,1427,1403,1562,1606,1522,1567,1645,1562,1525,1522,1642,1566,1539,1561,1560,1604,1728,1599,1533,1649,1631,1745,1924,1837,1769,1889,1850,1875,1770,1883,1763,1927,1732,1609,1646,1598,1647,1560,1764,1764,1968,1810,1719,1815,1756,1696,1765,1725,1881,2045,2003,3014,2642,2854,2128,2127,2086,1811,1677,1692,1676,1644,1614,1914,1610,1651,1695,1927,1963,1963,2011,1932,2081,2366,2291,2363,1757,1717,1856,1685,1758,2093,2370,2069,1767,1715,1809,1692,1724,1719,1731,1721,1680,1689,1683,1729,1646,1685,1684,1611,2517,1782,1951,2172,1879,2057,2410,2201,2210,2120,2773,2133,2241,2048,2326,2333,2041,1966,2132,1922,1879,1923,1928,1764,1927,1807,1757,1731,1720,1809,2068,1967,2011,2011,2045,2084,1648,1725,2004,1926,1639,1723,1768,2198,1920,2416,2046,2128,2124,2081,2048,1894,2090,1793,1730,1760,1648,1652,1635,2096,2050,2084,2244,1879,2014,2203,2045,2054,2010,2091,2285,1862,1766,1887,1761,1884,1694,1603,1688,1724,2015,2124,1960,1689,1765,1805,1608,1836,1961,4373,1856,1759,1732,1726,2007,1753,1688,2009,2059,2041,2048,1965,1876,2056,2198,2289,1879,1574,1566,1520,1561,1731,1722,1723,1767,3174,2080,1644,1649,1554,1486,1562,1642,1698,1567,1610,1522,1646,1967,1771,1715,1773,1676,1766,1888,1644,1614,1755,1726,1693,1762,1770,2123,3487,2171,1900,1928,1835,1808,1893,1878,2655,2081,2516,2359,2173,2368,2608,2653,2881,2572,2571,2559,2530,2208,2929,2209,2688,2528,2247,2403,2288,3411,2651,2649,2844,2484,2809,2570,2120,2607,2488,2248,2169,2367,2325,2170,2085,2323,2609,2695,2486,2489,2561,2529,2170,2607,2602,2456,2563,2492,1994,1938,2479,2255,2439,2363,2413,2566,2243,2491,2327,2846,2374,2645,2450,2282,2164,3011,2207,2612,2843,1929,2776,2118,1854,2604,1729,1880,1933,1673,1564,1814,1879,1963,1934,1637,1889,2164,1621,1563,1857,2083,2000,1605,1568,1563,1684,1610,1562,1528,1728,1796,1846,1973,1761,1720,2050,2012,2643,2246,2884,2008,1738,1909,1923,1853,2282,1994,2126,2006,2181,2142,1964,2089,2561,1935,1839,2203,1977,1780,1798,1851,1887,1852,1840,1729,1871,1646,1563,1557,1532,1562,1769,1676,1615,1641,1730,1717,1682,1652,1880,2205,1973,1958,2171,1762,1789,2164,1930,2002,2010,1849,2359,2003,1932,1844,1975,1958,1615,1885,1877,1644,1683,1920,1657,1567,1526,1634,1729,2280,1886,1823,1753,1931,1929,1768,1656,1926,1690,1765,1648,1680,1614,1968,1997,1974,2040,2051,1680,1806,2165,1930,2009,1766,2247,2163,2003,1888,2049,2163,1887,1883,2046,2049,1796,1856,2082,2087,2121,2007,2330,1805,2116,2051,2217,2166,2324,1930,1927,2489,2000,1726,2171,2568,3167,2093,2047,2326,2083,2129,2127,1959,1721,1617,1640,1638,1693,1932,1722,1721,1735,1800,1649,1638,1576,1716,1654,1640,1723,1564,1685,1646,1570,1721,1645,1608,1595,1971,1966,2052,1852,1835,1847,1893,1923,1924,1762,1854,1965,2045,2289,2569,2451,2523,2289,2410,1857,1965,2087,2290,2734,2122,2445,2327,2291,1811,2528,2412,2487,2327,2482,2407,2292,2210,2444,2534,2482,2367,2169,2134,2127,2085,2147,2204,2366,2524,2287,2169,2087,2170,2246,2282,1967,2248,2650,2330,2241,2247,1768,1823,1800,2048,1972,2162,2369,2206,2205,2203,2253,2509,2306,2844,2367,2537,2398,2607,2411,2858,2726,2487,2531,2764,2613,2411,2430,2305,2568,2490,2184,1924,2004,1918,1956,2855,2786,2784,2401,2638,2455,2603,2299,2248,2044,2401,2522,1894,2258,1998,2331,2001,1971,1864,2223,2123,1935,1914,1776,1567,2002,2125,2132,1698,1676,1723,2159,2016,2094,1675,2041,2692,2363,2328,2729,2327,2568,2449,2082,1675,1885,1931,1765,1728,1959,1934,2002,1968,1845,1924,1851,2075,2045,2091,2358,2526,2288,1955,2006,2039,2449,2565,2169,2326,1971,2248,1961,1930,1730,1658,1936,2200,2207,2209,2359,2045,1973,2361,2167,1816,2667,2009,2287,2211,2247,2561,2043,2498,2475,2170,2288,2250,1965,2000,2293,2487,2526,2015,1967,1957,1930,1969,1967,1972,1955,1820,2038,1690,1880,1921,1774,1809,1875,1653,1971,1846,1643,1765,2167,2371,2372,2042,2161,2176,1841,1789,1766,1772,1828,1892,1650,1891,1963,2595,2091,1851,1993,1758,2012,2329,2171,2400,2094,2242,2212,2205,2169,2244,3164,2572,2403,2291,2406,2450,2366,2368,2650,2012,2359,2527,2489,2449,2146,2076,2445,2411,2204,2528,2404,2530,2445,2205,2292,2328,2046,2002,1929,1964,2123,1882,1728,2334,2364,2611,1964,1763,1731,1800,1964,1645,1650,1853,1722,1784,1880,2128,2008,2727,2043,2721,2569,2204,2009,2522,1857,1719,2253,1843,1883,1691,1883,2113,2289,2084,2885,2726,2025,1879,2005,1726,1686,1607,1759,1868,2006,2086,2087,2043,1657,1789,1882,2170,2015,2042,2282,4902,2282,1970,2210,1696,1952,2043,2208,1801,1928,2123,2167,2401,1966,2409,1776,1747,2005,2048,2083,2046,2248,1967,2002,2094,1963,1966,2208,1928,2643,1969,1881,2132,2362,2210,2251,2324,2174,2358,2330,2652,2446,2242,1970,1967,2000,1723,2145,2009,2003,2364,2652,1922,1923,2211,1968,1968,1880,2374,1962,1767,1654,1913,1889,2324,2088,2242,2086,1972,2006,1804,1847,1610,1604,1639,1692,1647,1676,1994,1855,1614,1685,1680,1686,1767,1878,1725,1919,1932,1880,2054,1914,2216,1692,1648,1605,1606,1643,1605,1609,1605,1599,1652,1639,1599,1605,1605,1721,1536,1489,1521,1725,1558,1601,1487,1653,1592,1580,1801,1882,1772,1995,2373,1920,1727,1614,1529,1600,1651,2078,1692,1646,1685,1761,1648,1684,1775,1643,1678,1967,1771,1843,1964,2166,2048,2214,2122,2089,2049,1801,1829,1728,1957,1760,1915,2030,2129,2166,2013,2246,2083,2086,1888,2206,1935,2282,1920,1803,1817,2047,1762,1757,1684,1694,1948,1612,1637,1582,1655,1647,1816,1884,2006,2045,1928,1965,2004,1968,1959,1932,2610,2045,2040,1929,2410,1880,1608,2109,1882,1966,1844,2009,2047,2241,2124,1852,2083,2128,2048,2317,3053,1880,2409,1844,1978,2164,2084,1923,2247,1809,1574,1959,1738,2088,2212,1847,1929,1933,1810,1646,2359,2080,2006,1776,1959,1972,1968,1998,2012,2008,2126,2080,2090,2083,2126,2249,2010,1966,2124,1923,2288,2246,2291,2087,2044,2446,2168,1968,2328,2199,2054,1961,2003,2208,2007,2010,1959,1932,1795,2095,1874,2234,2202,2007,2130,2447,1961,1893,2165,2240,1927,1972,2086,2173,1956,1772,1600,1690,1962,1613,1640,1989,2206,2007,1769,2015,2224,2123,2049,2204,2009,2123,2010,2168,2367,1925,1842,1958,1839,2371,1969,2051,2164,2013,1965,2086,2045,2247,2368,1926,2001,1979,1639,1613,1643,1605,1609,1916,1735,2018,1931,1725,2168,2569,2119,1539,1939,1894,1701,1603,1568,1569,1684,1799,1578,1600,1597,1575,1638,1680,1646,1925,1848,1853,1799,1648,1641,1635,1689,1710,1656,1646,2042,1838,2092,2203,2044,1966,1937,2117,2007,1926,2086,1934,1921,2091,2013,2005,2081,2133,1998,1888,1847,1929,2003,2246,1968,1966,1964,2207,2161,2127,1930,1770,1633,1645,1572,1743,2124,2015,1841,2209,2050,1881,2047,1887,1844,1850,1920,2245,2172,2123,2169,2246,1885,2006,1971,1924,1845,1848,1886,2162,1922,1852,1845,1920,2166,2249,2285,2291,1962,1892,2407,2240,2007,2051,2050,2044,2004,1965,2004,2051,2047,2003,2042,2134,2005,2601,2135,2040,2164,2088,2092,2087,1959,2575,2279,1974,2043,1964,2127,2287,1930,2121,1928,2204,2293,2242,2131,2359,2172,2082,1966,2087,2044,2086,1970,1925,2006,1929,2083,2204,2093,2007,2239,2413,2210,2158,2088,2046,2084,2127,2050,2082,2054,2006,1962,1923,2251,1969,2199,2493,2042,1930,2122,2092,2527,2362,2091,2040,1973,2080,2252,2565,2243,2247,2090,2088,2205,2368,2245,1885,2008,2363,2132,2046,2086,2487,2129,2320,2167,2248,2044,1972,2446,2249,1924,1970,2006,2359,2009,2207,2610,2005,2042,2410,2011,2039,2009,1930,1998,1972,1960,1926,2173,2080,1969,2009,2125,2126,2488,2203,2127,2049,2084,2212,2046,2046,2081,2044,2052,2243,2131,2045,2323,2086,2046,2089,2246,2285,2131,2167,2283,2325,2168,2165,2454,2202,2408,2289,2089,2085,2048,2037,2170,1924,2652,2126,1928,1927,2040,2167,2165,2053,2045,2282,2008,2005,2049,2209,2162,2404,2134,2119,2054,2086,2768,2087,2004,1919,2777,1926,2085,2369,2244,2489,2199,2133,4046,2889,2330,2171,2565,2162,2008,2090,3210,2404,2408,2604,2845,1937,2687,2488,2205,2329,2166,3008,2402,4088,2447,2487,2214,2124,2522,2573,3651,2565,2085,2694,2690,2198,2367,2333,2448,2361,2213,2603,2652,2567,2166,2289,2159,2174,2204,4053,2370,2328,3242,2374,2283,2163,2248,2084,2013,2321,2330,2084,1933,2002,2166,1854,2040,2039,2009,2284,3326,2488,2253,2242,2250,1962,2089,2446,2050,2088,2123,2286,2211,2204,2932,2088,2362,2246,2172,2085,2084,2452,2003,2003,2293,2407,2044,2127,2770,2244,2088,2081,2454,2247,2040,1933,1962,2050,2445,2046,2284,2048,2123,1967,3770,3053,2286,2124,2048,1932,2039,2448,2165,2492,2124,2084,2251,2089,2084,1967,2929,1969,2325,2280,2454,2168,2848,4327,2327,2291,2242,2895,2564,4214,2284,2172,2361,2214,2246,2121,2530,2251,2198,1931,2001,2535,2360,2050,2724,2174,2122,2124,2247,2132,4129,2207,2123,2011,2009,2969,2158,2127,2532,2126,2604,2174,2366,2044,2366,2005,2009,1929,2046,2884,2613,2165,2442,2170,2202,2130,2370,2205,2167,2162,2205,2335,2081,2411,2162,2049,1970,1964,2041,2293,2165,2004,2206,2369,2404,2211,2165,2327,2088,2086,2053,2002,1967,2603,2609,2046,2413,3771,2008,2000,2128,2165,2166,1966,2090,2123,2374,1963,2329,1967,2002,1888,1966,2121,2050,2126,2049,2207,1962,1963,2287,2127,2130,2082,2488,2008,1924,1889,2003,2006,2052,2120,2164,2172,1884,3254,2326,2249,2090,2444,2205,2052,2122,2089,2089,2283,2202,1930,2366,1968,2041,2049,2411,2085,2049,2286,2043,2005,2407,2204,1967,2044,2488,2412,2001,2008,2008,2410,2087,2087,2042,3533,2206,2284,2291,2248,2040,2051,2005,1920,1812,2085,2088,2045,2324,2050,2085,1964,2728,2284,2171,2125,2249,2205,2006,2204,1967,1971,1962,2166,1967,2287,2164,2206,2174,2121,2048,2009,2039,1933,1923,2046,2330,2004,2007,2120,2092,1967,2245,1969,1958,2047,1968,1923,2093,2005,1926,1965,2123,2125,2094,2201,2051,2440,2050,2169,2410,2045,2043,1963,2451,2209,2006,1920,2366,2095,2001,2250,1764,1887,2000,1967,2209,2123,2006,1970,2002,1970,1965,2049,2287,2283,2492,2242,1926,1964,2286,1967,2007,2006,1966,2245,2086,1967,1849,1922,2528,1933,2199,2008,2646,1930,1925,1963,2009,2047,2004,2050,2088,2121,2485,1970,2288,2645,2131,2166,2163,1970,1960,2052,2042,2046,1971,2038,2334,2004,1965,1928,2482,1928,1968,1963,2090,1962,1889,1966,2207,2002,1969,2487,1967,1929,1965,2282,2493,2004,1765,1886,1961,1847,2091,1923,2127,2374,2282,1847,2076,2280,2574,2129,2158,2093,2287,2208,2083,2487,2603,2490,1965,2287,2289,2123,2093,2043,2332,2401,2207,2008,2130,1964,1925,2166,2250,2212,2163,2369,2447,2172,2116,2247,2327,2723,2206,2247,2650,2526,2374,2319,2532,2282,2289,2131,2088,2120,2088,2011,2038,2248,2009,2004,1889,2081,1968,1929,1965,2560,1643,1801,1888,1890,1962,2243,2331,2086,2005,1969,2168,1965,1926,1920,1888,2244,2166,2053,1963,1926,2611,2050,2444,1923,1971,1887,1919,1851,2444,2011,2322,2006,2572,2088,2039,2374,2239,2052,2282,2049,1969,1925,2120,2011,2451,2043,2083,2010,2129,2679,2047,2572,2007,1926,1927,2080,2331,2249,2643,2331,2129,2648,2362,2645,2448,3489,2609,2725,2487,2453,2372,3008,2363,2332,2320,2450,2372,2560,2534,2489,2280,2614,3725,2889,3091,2522,2214,2368,2369,2328,2122,2325,2254,2205,2321,2050,1811,1799,1896,2285,2369,2290,2248,2846,2364,2285,2452,2490,2247,2487,2326,2166,2085,2245,2370,2250,2286,2203,2447,2086,2893,2525,2449,2686,2407,2363,2090,1899,2170,2247,2440,2454,2402,2493,2762,2208,2286,2334,2281,2131,2082,1848,2165,2244,2248,2205,2091,2010,1958,1770,1962,2647,2134,2206,2126,1881,2084,2047,2009,2081,2087,2284,2006,1926,2014,2366,2641,2127,2051,2286,2089,2401,2124,2131,2087,2044,2130,2049,1959,2454,1965,1959,1968,1684,1601,1775,1925,2081,2091,2086,2445,2044,2011,2043,2692,2120,3897,2245,2009,2086,2121,2008,2089,2126,2129,2086,2201,2453,2044,1968,2323,1886,2008,1759,2089,2084,2208,2005,2014,2002,2207,2086,2127,1840,2531,2644,2487,2811,2525,2528,2611,2402,2413,2326,3129,2608,2368,2529,2283,2245,2247,2286,2369,2404,2214,2167,2201,2092,2125,2086,2081,2325,2411,2163,2412,2406,2409,2249,2602,2373,2123,2046,2011,2362,2364,2135,2002,2324,2050,1963,2210,2087,2004,1885,1930,2200,1846,1844,1811,1887,2400,1893,1919,2253,2240,2131,2647,2330,2320,2169,2007,2206,2012,2000,2090,2202,1933,1998,1966,2094,2239,2126,2408,2209,2130,2160,2094,2002,1809,2001,2091,2079,2012,2124,2045,1852,1799,2285,2692,2125,2049,2125,2168,2041,2050,2410,2160,2132,2005,2088,2087,2045,2005,1803,2087,2167,1889,2207,1887,2206,2042,2050,2123,1966,2685,2334,1922,2528,2121,2091,2084,2012,2003,2007,2080,2172,1886,1848,2167,2082,2049,2245,2126,1962,2009,2088,2045,2210,2043,1969,2043,2002,2012,1883,2405,2248,2204,1969,2290,1844,2010,2077,2288,1968,2286,2449,3896,2324,2169,2162,2368,2569,2164,2090,2047,2205,3212,2808,2327,2248,2561,2049,2091,2284,2164,2206,2127,2484,2132,2208,2326,2086,2007,2009,2322,2211,2205,2688,2204,2249,2326,2531,2198,2331,2450,2406,2290,2122,2131,2124,2046,2045,2042,2046,2012,2005,2123,2086,2050,2408,2080,2006,1969,1971,2163,2087,2167,2244,1969,2045,1966,2130,2204,2083,2246,2328,1968,2042,2045,2173,2006,2004,1927,1928,2004,2007,2083,2090,2007,2084,2049,2284,2203,2085,1971,2242,2049,2048,2090,2118,2052,2042,2124,2014,2525,2046,1968,2284,2084,2008,2043,1969,1926,1929,2119,2412,2050,2118,2897,2441,2370,2370,2445,2284,2571,3012,2645,2530,2440,2214,2522,2726,2812,2490,2528,2528,2646,2208,2043,2485,2131,2562,2415,2648,2367,2645,2290,2602,2492,2523,2648,2491,2449,2163,2371,2525,2607,2609,2488,2765,2492,2524,2449,2444,2496,2764,2404,2373,2447,2681,2492,2526,2489,2255,2286,2481,2495,2443,2609,2765,2487,2452,2445,2451,2521,2371,2487,2408,2486,2492,2481,2609,2493,2287,2121,2366,2214,2359,2410,2289,1922,1811,1964,1883,2206,2168,2127,1928,1883,2647,1887,1850,1878,1815,1843,1880,1807,2453,1961,1964,2049,2367,2330,2086,2209,2119,1885,1848,2051,2325,2568,2365,2450,2882,2651,3108,2906,3166,2769,2327,2688,2010,2068,2051,1915,2289,2616,2617,2482,2613,2572,2645,2457,1951,1956,2116,1948,2183,1950,1814,1790,1752,1771,1768,1756,1760,1764,2246,2172,1633,1634,1634,1634,1726,1789,1465,1438,1441,1397,1378,1379,1505,1388,1387,1611,1481,1640,2045,1365,1472,1446,1448,1455,1329,2263,1458,1328,1947,1449,1447,1422,1440,1415,1415,1417,1430,1400,1427,1944,1951,1426,1416,1428,1473,1418,1406,1445,1403,1417,1414,1416,1427,1447,1389,1384,1386,1382,1898,1395,1349,1289,1788,1775,1816,1763,1776,1760,1773,1848,1837,1375,1832,1852,1853,1854,1860,1897,1392,1457,1918,1935,1466,1463,1460,1469,1458,1399,1394,1367,1841,1388,1388,1411,1406,1405,1377,1402,1339,1902,1755,1853,1783,1773,1814,1821,1823,1856,1821,1813,1349,1814,1804,1808,1802,1798,1852,1330,1795,1793,1796,1781,1787,1781,1773,1768,1799,1780,1774,1765,1791,1789,1789,1790,1864,1838,1789,1785,1792,1787,1776,1780,1779,1792,1772,1783,1782,1775,1774,1777,1775,1786,1852,1818,1864,1859,1862,1861,1858,1879,1355,1856,1273,1806,1805,1806,1807,1807,1811,1735,1781,1789,1780,1787,1773,1779,1779,1775,1769,1774,1775,1796,1782,1781,1730,1775,1778,1777,1797,1830,1821,1826,1865,1783,1869,1377,1371,1888,1384,1863,1866,1845,1382,1325,1818,1809,1816,1325,1318,1793,1814,1810,1815,1766,1811,1812,1841,1316,1814,1814,1818,1816,1810,1768,1810,1811,1905,1703,1738,1772,1771,1782,1727,1784,1858,1329,1778,1774,1813,1751,1746,1738,1756,1775,1783,1851,1857,1855,1870,1374,1360,1791,1815,1814,1879,1336,1859,1857,1859,1857,1851,1865,1835,1828,1759,1869,1370,1876,1804,1867,1853,1808,1811,1742,1811,1813,1809,1770,1816,1821,1794,1858,1859,1859,1858,1863,1867,1849,1868,1818,1858,1870,1375,1359,1833,1799,1791,1802,1758,1779,1776,1773,1780,1775,1773,1772,1829,1276,1776,1816,1333,1772,1783,1777,1779,1790,1860,1780,1774,1778,1790,1779,1762,1751,1845,1815,1335,1753,1746,1814,1811,1810,1815,1788,1758,1714,1765,1763,1761,1770,1773,1776,1711,1752,1772,1777,1770,1764,1767,1764,1769,1760,1823,1870,1367,1859,1859,1791,1856,1865,1902,1825,1862,1831,1853,1834,1860,1272,1732,1682,1780,1776,1780,1773,1782,1774,1778,1768,1816,1781,1777,1788,1752,1797,1774,1780,1792,1851,1825,1776,1784,1775,1781,1786,1797,1777,1829,1332,1777,1782,1787,1719,1773,1774,1776,1731,1785,1791,1781,1772,1819,1798,1774,1797,1839,1838,1373,1368,1864,1868,1312,1866,1875,1831,1859,1860,1865,1367,1860,1873,1858,1850,1883,1793,1772,1766,1767,1808,1870,1371,1860,1289,1818,1818,1816,1833,1890,1380,1381,1368,1856,1310,1812,1812,1811,1814,1811,1811,1768,1841,1317,1795,1811,1810,1813,1809,1810,1811,1822,1809,1808,1810,1823,1808,1809,1809,1817,1808,1873,1779,1772,1767,1771,1783,1785,1783,1733,1771,1755,1757,1756,1755,1759,1761,1749,1743,1757,1757,1757,1757,1758,1757,1757,1750,1791,1806,1775,1782,1785,1781,1788,1787,1780,1824,1796,1803,1789,1776,1777,1778,1789,1781,1846,1315,1780,1787,1790,1779,1775,1781,1774,1864,1805,1763,1858,1859,1866,1864,1864,1851,1864,1870,1310,1840,1775,1809,1771,1811,1732,1741,1825,1779,1777,1773,1776,1785,1799,1788,1787,1786,1775,1783,1776,1773,1778,1788,1774,1824,1818,1830,1773,1869,1879,1365,1864,1875,1882,1839,1861,1363,1314,1814,1808,1812,1811,1814,1817,1870,1362,1770,1876,1361,1863,1861,1358,1308,1776,1809,1805,1727,1804,1770,1804,1733,1783,1825,1778,1779,1711,1759,1781,1777,1773,1766,1809,1775,1773,1838,1761,1776,1774,1778,1718,1780,1779,1808,1760,1688,1852,1865,1850,1802,1850,1858,1848,1339,1725,1826,1807,1732,1740,1801,1806,1730,1726,1716,1750,1773,1738,1710,1771,1808,1770,1772,1729,1769,1737,1736,1719,1772,1832,1771,1806,1733,1768,1733,1721,1753,1809,1767,1768,1768,1769,1768,1707,1840,1851,1803,1776,1776,1783,1775,1787,1759,1771,1846,1781,1781,1773,1773,1775,1777,1774,1787,1781,1839,1832,1865,1385,1381,1375,1865,1863,1381,1680,1716,1737,1731,1733,1692,1729,1735,1654,1702,1733,1738,1782,1794,1816,1768,1768,1769,1808,1768,1821,1879,1393,1384,1869,1870,1841,1819,1809,1799,1782,1782,1773,1785,1782,1784,1781,1777,1773,1776,1785,1787,1780,1781,1780,1816,1818,1775,1774,1773,1803,1781,1786,1775,1860,1382,1799,1774,1775,1789,1775,1778,1786,1843,1826,1837,1867,1865,1879,1388,1375,1346,1844,1317,1815,1815,1812,1809,1812,1818,1816,1829,1791,1750,1788,1741,1738,1777,1898,1754,1817,1796,1782,1768,1739,1792,1778,1776,1797,1851,1841,1803,1705,1737,1750,1782,1774,1777,1831,1336,1783,1777,1720,1779,1774,1775,1794,1747,1838,1824,1826,1804,1389,1365,1379,1370,1352,1870,1312,1813,1810,1817,1810,1816,1809,1815,1723,1783,1799,1815,1811,1769,1811,1809,1815,1829,1316,1812,1818,1810,1814,1767,1657,1680,1731,1688,1804,1794,1811,1827,1782,1747,1790,1766,1750,1814,1811,1812,1810,1779,1811,1818,1710,1792,1820,1807,1740,1696,1773,1814,1786,1749,1810,1316,1813,1809,1815,1809,1771,1811,1816,1760,1758,1762,1859,1802,1856,1316,1818,1839,1353,1312,1808,1809,1808,1810,1810,1770,1844,1763,1778,1723,1732,1796,1713,1663,1661,1651,1677,1672,1670,1664,1659,1621,1613,1712,1683,1711,1654,1669,1667,1663,1663,1662,1695,1664,1693,1208,1748,1731,1728,1716,1716,1828,1359,1357,1916,1909,1918,1833,1700,1993,2605,1951,1803,1657,2009,1826,1668,1645,1642,1643,1622,1612,1567,1694,1877,1682,1537,1856,1530,1538,1515,1551,1463,1352,1672,1475,1359,1321,1786,1859,1330,1507,1294,1783,1918,1370,1864,1283,1781,1773,1748,1279,1755,1874,1368,1379,1308,1862,1368,1364,1364,1357,1336,1319,1845,1835,1930,1472,1497,1471,1469,1409,1463,1416,1379,1424,1435,1336,1437,1398,1330,1908,1432,1393,1901,1844,1881,1438,1511,1436,1386,1378,1944,1380,1357,1336,1820,1875,1435,1334,1816,1784,1722,1821,1338,1812,1870,1857,1786,1845,1841,1901,1354,1858,1841,1808,1855,1765,1800,1825,1868,1445,1309,1838,1364,1846,1851,1855,1377,1444,1439,1350,1874,1375,1403,1369,1363,1394,1333,1826,1391,1334,1758,1787,1788,1772,1761,1770,1709,1790,1779,1775,1773,1775,1763,1762,1762,1762,1769,1782,1769,1763,1807,1407,1381,1416,1825,1385,1326,1801,1844,1344,1796,1833,1810,1808,1820,1796,1766,1835,1853,1857,1751,1741,1739,1745,1789,1773,1759,1759,1795,1816,1811,1814,1810,1814,1756,1747,1730,1772,1812,1810,1808,1811,1812,1741,1808,1811,1811,1809,1768,1829,1312,1817,1831,1795,1816,1809,1808,1811,1809,1767,1786,1779,1811,1812,1814,1814,1809,1771,1812,1810,1825,1752,1791,1860,1788,1788,1789,1792,1799,1753,1704,1747,1753,1690,1742,1727,1733,1718,1654,1718,1703,1735,1803,1729,1728,1691,1692,1706,1693,1743,1743,1787,1736,1899,1403,2300,2022,2813,4613,2679,2245,2334,2112,2334,2030,2205,2144,2222,2198,2117,1868,1799,1879,1911,1883,1800,1762,1993,1822,1864,1996,1640,1584,1853,1809,1810,1811,1834,1647,1640,1688,1528,1611,1640,1763,1681,1560,1621,1624,1605,1495,1460,1966,1479,1530,1444,1523,1611,1445,1363,1650,1681,1567,1586,1520,1399,1395,1464,1414,1368,1344,1401,1407,1308,1870,1434,1372,1321,1880,1366,1361,1360,1496,1398,1370,1260,1876,1272,1816,1241,1729,1738,1740,1772,1748,1786,1420,1388,1359,1317,1833,1313,1804,1781,1785,1858,1406,1317,1812,1812,1867,1349,1345,1367,1375,1356,1388,1265,1833,1820,1330,2008,1614,1524,1548,1455,1420,1423,1431,1492,1487,1483,1483,1490,1482,1337,1790,1453,1339,1511,1523,1534,1618,1546,1428,1506,1366,1299,1904,1307,1852,1297,1792,1797,1790,1790,1790,1827,1290,1800,1857,1300,1778,1769,1768,1766,1823,1743,1977,1463,1285,1914,1477,1476,1419,1332,1709,1788,1783,1790,1842,1440,1465,1431,1431,1432,1344,1293,1790,1761,1771,1797,1460,1427,1428,1438,1427,1432,1569,1536,1410,1391,1364,1383,1380,1367,1359,1391,1370,1391,1376,1376,1375,1370,1370,1364,1377,1341,1465,1301,1979,1265,1915,1243,1843,1341,1920,1333,1886,1371,1797,1798,1800,1794,1884,1619,1468,1454,1543,1470,1470,1469,1471,1474,1548,1666,1664,1602,1680,1888,1769,1762,1761,1762,1758,1833,2122,1911,1956,1943,1942,1945,1944,2072,2197,2153,1902,1948,1962,2319,2217,2390,2799,1911,1910,1913,2190,2179,2101,2376,2310,2176,2175,2176,2177,2135,2114,1883,2002,2204,2214,2728,2116,2239,2129,2456,2315,2207,2664,2564,2178,2177,2099,2179,2176,2132,2246,2265,1911,1725,1828,1712,1720,1663,1683,1871,1907,1919,1870,1703,1605,1729,1715,1835,1704,1733,1732,1736,1594,1709,1743,1701,1847,1584,1474,1700,1720,1609,1685,1820,1671,1699,1745,1735,1863,1822,1712,1934,2051,2009,1844,1990,2006,2003,2123,2281,2241,3018,2583,2995,2581,2382,2975,2346,2245,1812,1749,1694,1806,2232,2399,2300,2089,1695,1798,2025,2328,2012,1966,2146,2040,1970,1962,1966,1963,1897,1844,1880,1912,1856,1804,2563,2533,2565,2735,2420,2477,2400,2372,2249,2442,2299,1928,1715,1855,2083,2002,2011,1920,2047,2012,1843,1761,1966,2168,1852,1899,2244,2402,2336,2198,2099,1766,1714,1812,1959,2332,2236,1887,1919,1888,1730,2197,2507,2532,2570,2569,2367,2006,1804,2314,2535,2004,2403,2487,2487,2008,2075,1997,2016,2288,2322,2289,2446,2366,2892,2200,1862,1931,2051,1954,1848,1816,1955,1889,1923,2252,2010,1919,1923,1933,1842,1962,1817,1841,1846,1839,1811,1960,1894,1847,2217,2204,2132,2640,2284,2367,2332,2324,2246,2167,2165,2095,1800,1686,2085,2249,2209,2965,1765,1802,1819,1935,2204,2285,2294,2322,2088,2090,2161,2124,2571,1970,1947,2262,2440,2250,2140,2842,2577,2442,1919,1927,1893,1913,1816,2040,1973,1963,1923,2051,1800,1846,1724,1563,2295,2005,1961,1848,2049,1924,1841,1813,1881,1768,1785,1642,1541,1714,1649,1577,1793,2084,2011,1996,2006,1977,1811,1724,1757,1797,1773,1752,1648,1651,1758,1735,1687,1635,1812,1727,1685,1673,1615,1691,1747,1725,1503,1593,1575,1521,1518,1569,1522,1495,1646,1530,1562,1660,1642,1838,1680,1620,1764,1807,1717,1566,1713,1577,1534,1563,1549,1542,1511,1492,1623,1569,1654,1692,1670,1778,1600,1925,1695,1676,1581,1683,1525,1683,1801,1726,1805,1803,1925,1894,1779,1807,1643,2160,2209,2565,2091,2408,2000,1677,1846,1765,1596,1532,1849,2125,2039,1769,1765,1920,1853,1764,1720,2287,2769,2567,2172,2127,2049,1720,2006,2974,2643,1903,2248,2323,1886,1738,2420,2525,2442,2575,2281,2135,1835,1852,1760,1764,1888,2130,2525,2247,2605,2332,2449,2406,2406,2607,2209,1973,2303,2448,2289,2531,2281,2285,2055,2088,2070,2311,2530,2201,2097,1875,1971,2292,2283,2372,2405,2494,2563,1961,2335,2361,1944,2121,2155,2372,2365,2363,2366,2257,2409,2842,2401,2258,2097,2402,2811,2610,2124,2120,2449,2566,2492,2444,1971,2366,2646,2484,2275,2167,2166,2087,2891,2526,2484,2413,1866,1862,2492,2444,2700,2395,2573,2490,2928,2608,1800,2089,1970,2436,2528,2607,2087,2569,2565,2123,2294,2123,2295,2324,2454,2685,2174,2439,2086,1853,1963,2310,2405,2250,2482,2690,2526,2049,2084,1928,1812,2105,2499,2272,2487,2165,2254,1996,2175,1885,2223,2568,2765,2367,2329,2206,2283,2130,2362,1959,1688,1605,1564,1526,2119,1930,1693,1949,2323,2087,1925,1924,2051,2071,1966,2259,2047,2127,1804,2206,2285,1968,2250,2369,2119,1845,2168,2573,2009,2642,2408,2122,2331,2128,1885,1890,1964,2248,2336,2439,2436,2379,2167,2284,2293,2158,2050,2527,2720,2369,2012,1874,1930,2371,2243,2830,2728,2819,2620,2601,2569,2728,2399,2173,2083,2012,2006,2480,2569,2322,2335,2444,2419,2011,2027,2597,2234,2439,2525,2493,2884,3244,2467,2440,2584,2627,1865,1999,2329,1920,1605,1801,1811,1726,1885,2079,2566,1693,1724,2211,1889,2048,1933,2197,2017,2193,1871,1803,1802,1873,1761,1943,1851,1921,1634,1611,1629,1530,1502,1485,1514,1740,1672,1563,1536,1518,1480,1457,1475,1482,1485,1781,1684,1792,1730,1775,1765,1559,1612,1560,1601,1435,1441,1671,1797,1448,1433,1410,1508,1576,1641,1602,1695,1701,1711,1736,1645,1552,1521,1742,1619,1658,1697,1713,1698,1636,1563,1534,1720,1728,1482,1436,1647,1806,1641,1417,1436,1400,1374,1567,1523,1797,2055,1917,1659,1695,1567,1379,1640,1720,1446,1451,1404,1633,1741,1637,1632,1544,1551,1601,1564,1543,1588,1720,1893,1890,1684,2213,2179,2144,2174,2170,2211,1942,2136,2875,2127,2140,2173,2037,2296,2456,2117,1959,1922,2355,2581,3067,3073,2548,2550,2687,2664,2690,2689,2368,2487,2510,2569,3219,2988,2223,2347,2835,2626,2465,2620,2158,2168,2308,2067,2425,2354,2636,2531,2487,2485,2282,2011,2327,2292,2368,2686,2316,2259,2250,2489,2326,2454,2347,2466,2491,2161,2447,2332,2568,2402,2112,2289,2654,2287,2448,4290,2491,2280,2138,2642,2258,2601,2328,2449,2529,2369,3326,2484,2455,2521,2608,2690,2284,2340,2565,2369,2607,2771,2326,2243,1960,1765,1959,1979,2306,1946,1964,1969,2437,1970,2200,2282,2293,2202,2447,2608,2324,2852,2806,2570,2488,2890,2531,2011,2178,2413,2171,2605,2404,2653,2213,1838,2097,1960,2364,2212,2483,2369,2243,1934,1963,2049,2526,2207,2335,2403,2732,2325,2490,2484,2530,3122,2372,2530,2524,2449,2169,2012,2120,2016,2482,2404,2047,2438,2373,2880,2772,2089,1774,1877,1807,2701,2168,2489,2121,2890,2288,2290,2525,2529,2010,2208,2362,2285,2288,2690,2171,1840,1728,2045,2161,1884,2443,2448,2001,2330,2164,2405,2535,2568,2761,2412,2450,2439,2369,2294,2485,2327,2637,2211,1894,2089,2418,2365,2281,2090,2444,2217,2124,2532,2760,2100,2044,2087,2122,2448,2212,2726,2604,2292,2365,2442,2450,2449,2170,2646,2408,2322,2291,2688,2930,2327,2174,2359,2254,2524,2363,2855,4050,2563,2609,2611,2487,2329,2603,2331,2527,2243,1998,1848,2240,2367,2526,2529,2489,2967,2483,2329,2214,2483,2284,2210,2242,1898,2122,2090,2482,2173,2207,2241,2447,2453,2562,2322,2256,2407,2322,2255,1859,1766,1965,2246,2244,2529,2443,2108,2182,1774,1743,2373,2333,2837,2331,2047,1764,2569,3134,2284,2446,2525,2295,2279,2092,2295,2203,2283,2048,1653,2318,2411,2486,2328,2763,2576,2322,2608,2284,2534,2362,2448,2693,2364,2447,2647,2086,2251,2404,2491,2282,2609,2444,2129,2445,2732,2326,2405,2815,2244,3774,2244,2286,2249,2327,2410,2363,2247,2589,2615,2462,2242,2479,2374,2494,2444,2438,2417,2209,2471,2341,2328,2792,2663,2567,2326,2558,2500,2243,2251,2603,2774,2288,2286,2286,2207,2872,3116,3196,2594,2545,2571,2300,2500,2929,2405,2500,2636,2260,2205,2527,2528,2086,2124,2046,2814,2493,2519,2320,2374,2651,2407,2441,2409,2332,2564,2244,2782,2928,2198,1964,2007,2425,2230,2143,2189,2085,2227,2431,2272,2179,2516,2718,2675,2082,2025,2026,2126,2127,2386,2671,2326,1967,2240,2337,2391,2821,2086,2265,2568,2067,1965,2809,2167,2395,2526,2320,1965,1889,2006,2310,2285,2308,2863,1928,1966,1844,2570,2165,2368,2789,2327,2308,2543,2476,2867,2603,2108,2088,2284,2087,1767,2529,2687,2164,2027,2549,2689,2164,2343,2267,1929,2167,1844,2192,2766,2324,2838,2400,1844,2212,2202,2432,2971,2305,2164,1842,2368,2167,2225,2797,3131,2560,2564,2682,2974,2651,2389,2625,2631,2948,2693,2367,2520,2323,3019,2231,2391,1954,2010,2768,2527,3194,2924,3269,2498,2124,2207,2093,2287,2326,2287,2247,2528,2089,2118,2380,2372,2095,2255,2556,2761,3005,3000,2469,2208,2384,3179,2648,1830,2093,2089,2043,2086,2469,2731,2385,2165,1772,2039,1959,3065,2635,2257,1807,2116,1845,1854,2560,2233,2538,2408,2752,2535,2468,3064,2288,2220,2906,2454,2720,2205,2519,2511,2368,2361,2232,2968,2522,2282,2205,2249,2627,2566,2810,2491,2362,2572,2403,2568,2390,1822,2269,2367,2530,2079,2206,2047,2082,2172,2568,2560,2454,2683,2253,2439,2292,2406,2329,2444,2093,2444,2165,2408,2166,2045,2126,2328,2595,2697,2650,2411,2560,2733,2731,2568,2446,2484,2372,2647,2567,2524,2527,2409,2528,2368,2633,2572,2479,2465,2453,2561,2329,2092,1853,2189,2252,2361,2291,2444,2292,2249,2240,2247,2246,2407,2691,2366,2329,2446,2246,2206,2652,2529,2522,2453,2628,2334,2604,2566,2454,2559,2488,2375,2642,2527,2536,2489,2487,2132,2528,2605,2487,2413,2368,2358,2318,2690,2464,2429,2462,2394,2328,2383,3045,2526,2570,2526,2531,2449,2527,2554,2459,2411,2288,2519,2649,2527,2454,2367,2523,2527,2411,3005,2566,2375,2366,2407,2562,2648,2367,2654,2726,2291,2564,2367,2324,2293,2884,2413,2481,3007,2375,2483,2411,2644,2450,2366,2365,2488,2688,2367,2249,2115,2419,2125,2123,2333,2631,2461,2166,1843,2207,2123,1770,1643,2005,2485,2530,2279,2331,2326,2368,2288,2448,2366,2443,2253,2492,2408,1843,2923,2608,2328,1885,2564,2626,3120,2154,2347,2246,2282,2293,2043,2632,2568,2490,2526,2491,2449,2545,2326,2430,2399,2282,2275,2159,2719,2528,2686,2535,2691,2295,2403,2434,2580,2367,2463,2591,2294,2924,2367,2289,2327,2466,2469,2755,2466,2323,2287,2333,2526,2249,2566,2323,2327,2326,2329,2290,2569,2482,2406,2437,2564,2330,2245,2540,2594,2609,2573,2511,4139,2528,2409,2006,2064,2105,2528,2650,2363,2484,2451,2371,2485,2527,2691,8744,2529,2523,2691,2444,2490,2372,2362,2451,2489,2485,2763,2533,2528,2649,2763,2165,1854,2008,2083,2440,2486,2203,2449,2524,2489,2488,2526,2647,2609,2451,2450,2680,2651,2213,2326,2331,2484,2450,2484,2486,2566,2375,2448,2493,2482,2448,2608,2526,2289,2487,2125,1967,2528,7737,2374,2050,2848,2486,2364,2209,2528,2370,2485,2607,2294,2405,2444,2527,2416,2443,2850,2565,2610,2562,2455,2002,1721,1845,2006,1883,2170,2406,1926,1766,1648,1800,1802,1768,1844,1770,1606,1875,1604,1886,1796,2043,1889,2042,1973,2209,1905,2351,2407,2208,1915,2306,1705,1842,2015,2126,2268,2074,1917,2137,2272,2446,3092,2357,1825,2022,2047,1965,1729,1807,1885,2000,2403,3647,2374,2041,2364,2128,2288,2490,2482,1848,1889,2292,2243,2409,2123,2362,3137,2290,2281,2339,1861,2382,1907,1564,1797,2481,1892,1651,1648,1709,1571,1578,1557,1815,2328,2170,1967,2215,1818,1729,1925,2292,2444,2688,2046,2645,2293,2372,2060,2413,1797,2134,2406,2206,2860,2452,2511,2353,2606,2410,2490,2679,2494,2219,1970,2127,1958,2362,2637,2387,2229,2020,2450,2353,2462,2972,2191,3148,2486,2246,1921,1809,2438,2012,2426,2938,3460,1847,2594,2566,2208,2316,2080,2189,2166,2570,2603,2295,2644,2590,2224,1764,2676,2444,2545,2328,2284,2408,2632,2451,2290,2688,2405,2416,2049,2429,2021,1886,1848,1972,1920,2292,3008,2525,2526,2525,2411,2609,2507,2574,2570,2418,2087,3117,2704,2402,2515,2421,1907,2169,2086,1888,1929,1811,1593,1533,1557,1855,2273,2131,1695,2034,1697,1954,2089,2368,2073,2067,1773,1837,1620,2590,2693,4446,2679,2419,1967,2163,2013,1858,1879,2685,1847,1888,1804,1849,2403,1810,2114,2783,2529,2285,2594,2972,2172,2508,2417,2792,2376,1567,2416,2125,2367,2332,2281,2328,1974,2000,1847,2052,2120,2636,2972,2218,2207,2085,2127,2331,2304,2128,1919,1885,1808,2210,2365,2484,1809,2152,2281,2004,2650,2453,2565,2249,2239,2247,1893,2164,2567,2334,2608,2322,2166,2612,2527,2488,2367,2366,2327,2527,2404,2301,2370,2443,2335,2517,2730,2649,2452,2559,2651,2449,2611,2670,2686,2850,2463,2565,2815,2675,2724,2603,2612,2610,3103,2649,2523,2277,2253,2560,2546,2122,1925,1886,1636,1534,1856,2130,3609,2569,2408,2368,2324,2767,2413,2808,2527,2526,2612,2524,2925,3016,2443,2447,2530,2650,2368,2366,2366,2609,2285,2245,2448,2647,2409,2283,2492,2371,2362,2889,2491,2365,2610,2520,2211,2364,2009,2446,2253,2286,2405,2447,2810,2444,2321,2212,2291,2486,2366,2325,3176,2600,2373,2371,2442,2295,2644,2489,3205,2728,2655,2446,2404,2454,2404,2086,2491,2243,2292,2646,3048,2452,2721,2696,2441,2485,2090,2071,2483,2529,2530,2445,2566,2489,2611,2570,2082,2525,2492,2045,2089,2650,2359,2612,2370,2078,2292,2209,2123,2451,2566,2490,2525,2527,2569,2564,2571,2805,2451,2642,2456,2922,2732,2287,2446,2330,2761,3095,3289,2251,2011,2683,2680,2614,3970,2330,2522,2932,2728,2574,2397,2329,2291,2562,2174,2000,2971,2405,2405,2571,2609,2124,2407,2419,2362,2447,2369,2680,2291,2363,2410,2365,2084,3090,3014,2168,2005,2326,2408,2726,2246,2249,3007,2448,2411,2246,2126,2443,2892,3245,2575,2527,2646,3049,3007,2612,2768,2965,2451,2492,6208,1973,2322,2053,2641,2050,2083,2327,2088,3329,2287,2130,2124,2486,2370,2483,2849,2209,2250,2445,2202,2449,2294,2362,2686,2096,2523,2683,2611,2330,2405,2769,2287,2691,2170,1979,1784,3247,2091,2764,2204,2100,2379,2284,2374,2605,2485,2774,2728,2443,2167,2366,3013,2486,2491,2643,2725,2290,2690,2805,2530,2404,2611,2566,2365,2212,2327,3251,2929,2566,2528,2443,2282,2373,2847,2610,2442,2368,2368,2088,2490,2969,2641,2735,2403,2326,2410,2403,2567,2326,2527,2489,2531,2720,2892,2206,2372,2607,2602,2775,2643,3127,3330,2734,2488,2286,2408,2285,2643,2573,2489,2201,2573,1887,2324,2526,2611,2526,2525,2213,2164,2362,2489,2288,2892,2690,2523,2406,2567,2646,2413,2404,2570,2486,2572,2766,2765,3094,2366,2604,2571,2484,2532,2408,2447,2370,2404,2406,2248,2564,2650,2728,2530,2885,2368,2448,2331,2529,2367,2326,2279,2935,2647,2363,2208,2928,2410,3172,2567,2529,2486,2690,2729,2600,2449,2367,2410,2407,2083,2333,2365,2404,2293,2285,2891,1925,2490,2081,2128,2251,2447,2006,1930,2405,2087,2321,2293,2366,2247,2083,2771,2567,2407,2448,2406,2324,2288,2534,2044,2207,2442,2328,2287,2090,2324,2252,2238,2370,2053,1809,1958,2171,2048,1888,1880,2286,2324,2365,1927,2050,2283,2129,1967,2199,2571,2246,2008,2167,1889,1880,1607,1929,2002,1890,1921,2009,2009,2205,1840,2095,2206,2769,2443,2370,2484,2451,2492,2320,2528,2017,2244,2050,2485,2562,2091,2290,2321,2489,2532,2561,2293,2285,2487,2203,2125,2208,2253,2645,2765,2333,2083,1923,1932,1801,2132,2448,2448,2528,2008,1919,1853,1885,1999,2370,1968,2323,2088,1890,2047,2564,2238,2290,2009,2448,2206,1964,1850,1931,2152,2658,2646,2007,1966,1845,1972,1808,1834,1609,1536,1529,1561,1527,1728,2084,2087,2208,1921,2087,1848,1681,1608,1810,1967,2008,2092,2093,2281,2234,2519,2368,2240,2585,2501,2190,2252,2008,1737,2265,2052,1963,2204,1867,1635,2323,1832,2022,1796,1913,1939,1872,1726,1867,1956,1802,1761,1810,1891,2053,2176,1912,2126,2087,2081,2092,1841,1674,1641,1887,1676,1694,1774,1789,1847,1805,1789,1660,1745,1741,1628,1725,1844,1800,1808,1642,1656,1724,1679,1686,1678,1616,1605,1603,1635,1838,1840,1872,1716,1700,1592,1546,1668,1768,1842,2206,2402,2247,2333,1809,1830,2119,2009,2325,2174,2039,1737,1724,1658,1807,1765,2120,2009,2123,1817,1833,1972,1897,1918,2014,1885,2166,1841,1728,1600,1766,1774,1717,1774,2248,1997,1927,1837,2054,1646,1969,1771,1607,1590,1882,1536,1437,1443,1448,1427,1372,1433,1378,1484,2015,2375,2131,2163,2327,2089,1921,1771,1930,1963,2077,2052,1877,1610,1560,1530,1716,1886,2371,1977,2236,2177,1684,1607,2479,2116,2459,2525,1894,1621,1680,2042,1613,1879,1970,2007,2010,2452,2159,1776,2323,2175,2083,2004,1928,1919,1651,1776,1837,1805,2289,2282,2210,2125,2289,2211,2283,1958,2210,2528,2447,2129,1731,2100,2567,2293,2687,2765,2488,2244,2611,2568,2330,2684,2448,2161,2688,2647,2932,2204,1846,1600,1911,2047,1965,1884,1849,1996,1863,1682,1638,1725,1934,1891,1849,1842,2809,2327,1925,1840,2073,1852,1879,1810,2203,2201,1664,1754,2206,2162,2690,2891,2095,2344,1971,2199,2212,2002,1927,2490,2169,2284,2171,1880,2042,2307,2409,2567,2452,2320,1889,2046,1688,2289,2412,2488,2640,2540,2248,2443,2293,3247,2049,1885,2292,1852,2242,2010,2043,2286,2371,2368,2280,2298,2008,1935,2566,1924,2010,2240,2333,2651,2485,2563,2451,2006,2089,2011,2128,1893,2122,2199,1775,1877,2352,2486,2368,2254,2406,2288,2734,2644,2087,2405,2370,2114,1921,1976,2119,1933,2350,2324,2084,1908,2180,1954,1882,1768,1923,1962,1810,2259,2407,2494,2444,2326,2485,2608,2531,2530,3162,2407,2657,2278,2380,2685,2487,2484,2812,2489,2449,1967,2214,2522,2450,2400,2488,2410,2612,2806,4013,2288,2286,2369,2524,3165,2528,2254,2091,2065,2279,2774,2412,2324,2250,2443,2293,2046,2163,2291,2448,2402,2405,2415,3244,2371,2367,2723,2488,2688,2366,2254,2404,2365,2373,2406,2409,2398,2334,2243,2614,2439,2213,2207,2693,3044,2299,2119,2283,2332,2290,2165,2046,2015,1845,1801,1963,2651,2445,2122,2368,2133,1812,1999,2081,1814,2300,2281,2445,2573,1973,2605,1886,1861,2120,2163,1933,2200,2487,2656,1920,2303,2296,2442,2285,2767,2371,2528,2247,2319,2371,2329,2532,1961,2132,2637,2300,2239,2289,2362,1966,1846,2082,1710,1924,2168,2008,1840,1888,2045,1971,1966,2356,2368,2484,2531,2646,2571,2325,2409,3365,2770,2453,2565,2489,2484,2724,2449,2134,2124,2321,2412,2565,2612,2603,2566,2456,2318,2050,2406,2532,2610,2401,2573,2403,2490,2889,2602,2449,2614,2644,2405,2575,2883,2685,2451,2571,2644,2448,2489,2327,2448,2249,2763,2284,2452,2608,2203,2488,2608,3175,2402,2607,2690,2492,2487,2445,2366,2127,2289,2409,2368,3206,2848,2490,2565,2404,2454,2404,2327,2410,2649,2436,2531,2290,2247,2693,2603,2485,2529,2245,2728,2775,2361,2014,2242,2325,2288,2689,2133,2081,2650,2244,2289,2846,2566,2325,2452,2369,2766,2606,2445,3052,2365,2450,2406,2493,2484,2206,2371,2446,2483,2250,2486,2648,2411,2327,2374,2398,2646,2332,2400,2730,2766,2576,2763,2370,2449,2483,2450,2168,2563,2413,3363,2536,2561,2730,2364,2247,2368,2486,2411,2290,2562,2447,2132,2167,2360,2335,2848,2367,2009,2438,2089,1965,2208,2489,2046,1960,2135,2172,2396,2650,2530,2168,2488,2603,2370,2324,2569,2406,2290,2487,2762,3215,2525,2369,2447,2731,2442,2369,2405,2493,2569,2682,2408,2852,2330,2287,2479,2728,2688,2652,2572,2365,2364,2445,2531,2607,2365,2251,2329,2641,2171,2445,2481,2011,1948,1933,1959,1921,1930,1923,2500,2611,2807,2328,2530,2366,2488,2406,2048,2603,2292,2562,2130,2527,2482,2289,2491,2329,2447,2568,2567,2685,2329,2609,2365,2491,2322,2127,2328,2050,2001,2168,2651,2721,2446,2209,2330,2451,2161,2046,2366,2489,2007,1848,2286,2527,2487,2246,2445,2454,2445,2442,2653,2451,2366,2408,2003,2567,2406,2249,2249,2808,3571,2166,1882,2283,2324,2488,2609,2323,2525,2336,2524,2323,2531,2486,2363,2246,2698,2528,2361,2253,2403,2530,2324,2324,2335,2520,2372,2370,2167,2612,2484,2128,2642,2369,2526,2655,2649,2519,2255,2408,2323,2287,2723,2411,2330,2523,2452,2367,2484,2407,2286,2448,2652,2643,2491,2690,2650,2524,2244,2247,2205,2852,2410,2444,3047,2772,2490,2607,2483,2331,2329,2406,2813,2568,2568,2413,2520,2529,2647,2607,2692,2524,2406,2530,3127,2607,2529,2537,2608,2480,2366,2450,2649,2530,2807,2368,2767,2652,2641,2691,2889,2606,2610,2690,2605,2530,2484,2693,2476,2654,2550,2385,2652,2085,2005,2168,2528,2805,2370,2611,2523,2531,3569,2034,2220,2565,2761,2292,2130,2045,2319,2457,2329,2267,2420,2210,2045,2329,2399,2576,2329,2248,2083,2532,2285,2247,2487,2521,2411,2288,2525,2651,2325,2275,2422,2602,2255,2724,2526,2446,2247,2804,4337,2367,2487,2450,2445,2435,2686,2527,2568,2489,2983,2007,2088,2409,2529,2323,2290,2084,2167,2445,2329,2486,2372,2245,2926,2488,2485,2408,2367,2334,2144,2390,2423,2532,2408,2665,2563,2534,2548,2492,2382,2362,2528,2571,2522,2330,2450,2404,2130,2240,2647,2800,2571,3867,2482,3334,2363,2291,2311,2481,2146,2444,3013,2324,2366,2172,2390,2727,2223,2448,2445,2331,2485,2212,2604,2852,2247,2848,2405,2557,2442,2417,2806,2410,2327,2368,2486,2732,2440,2335,2484,2563,2529,2323,2565,2535,2481,2458,2401,3097,2682,2528,2483,2338,2356,2686,2453,2164,2531,2689,2491,2367,2364,2291,2574,2479,2320,2491,2457,2646,2523,2403,2370,2687,2491,2091,2887,2403,2326,2256,3165,2245,2684,2525,2454,2408,2325,2807,2372,2525,2648,2368,2449,2283,2569,2597,2575,2567,2608,2772,2647,2687,2569,2569,2728,2284,2409,2331,2325,2486,2251,2320,2935,2446,2203,2451,2767,2323,2363,3174,2893,2451,2442,2406,2700,2637,2560,2621,2319,2411,2294,2527,2287,2772,2553,2696,2372,3891,2925,2491,2601,2574,2528,3175,2602,2691,2521,2447,2488,2370,2202,2530,2329,2162,2126,3377,2287,2243,3656,2604,2325,2733,2164,2484,2729,2325,2569,2413,2406,2205,2369,4055,2483,2205,2325,2494,2481,2810,2454,2763,1975,2083,2240,2532,2318,2405,2529,2816,2525,2406,2447,2329,2763,2331,2607,2531,2443,2406,2490,2443,2570,2527,2529,2571,2605,2685,2535,3282,2730,2573,2601,2134,2564,2527,2529,2610,2486,1959,2473,2773,2447,2480,2496,2724,2688,2530,2521,2367,2409,2332,2523,2610,2648,2532,2560,2167,2691,2324,2326,2447,2493,2485,2090,2604,2485,2376,2238,2371,2005,2122,2773,2566,2610,2365,2488,2480,2617,2768,2440,2373,2525,2250,2443,2292,2245,2209,2242,2284,2093,2728,2528,2521,2614,2161,2134,2607,2882,2250,2288,2288,2247,2324,2691,2119,2729,2373,2403,2406,1972,2449,2167,2683,2446,2530,2364,2810,2647,2168,2246,2284,2293,2121,2329,2532,2521,2254,2643,2289,2652,2405,2489,2367,2365,2166,2569,2726,2529,2321,2614,2526,2327,2245,2489,2483,2488,2492,2484,2289,2009,2442,2532,2525,2449,2651,2685,2726,2451,2686,2610,2290,2565,2884,2372,2445,2290,2521,2409,2934,2447,2407,2561,2494,2725,2453,2119,2174,2444,2450,2488,2883,2609,2329,2726,2493,2605,2727,2727,2566,2328,2648,2605,2491,2529,2531,2720,2777,2437,2046,2335,2524,2611,2609,2722,2530,2854,2565,2566,2607,2525,2611,2926,2574,2405,2410,2802,2652,2807,2727,2486,2411,2446,2529,2691,2199,2528,2536,2442,2444,2532,2564,2572,2284,2412,2169,2206,2286,2325,2363,2005,2455,2441,2451,3008,2289,2650,2565,2249,2406,2127,2203,2166,2609,2452,2327,2883,2649,2444,2535,2723,2205,2370,2403,2770,2448,2411,3449,2850,3610,2331,2564,2330,3450,2688,2405,2609,2650,2840,2649,3216,2805,3166,2532,2527,2646,2571,2562,2656,2603,2612,2762,2569,2531,2605,2649,2493,2599,2771,2607,2611,2486,2569,2605,2454,2849,2527,2322,2491,2529,2520,2292,2527,2288,2523,2567,2656,2922,2214,2639,2528,2532,3331,2610,2488,2561,2490,2290,2761,2170,2243,2332,3893,2366,2409,2521,2455,2527,2406,2325,2292,2603,2808,2565,2495,2608,2606,2402,2174,2243,2528,2330,2119,2246,2489,2172,2604,2568,2528,2371,2727,2320,2457,2563,2325,2530,2368,2843,2128,2653,2402,2771,2492,2886,2484,2292,2527,2925,2408,2569,2002,1933,1964,2205,2566,2607,2607,2289,2247,2166,2249,2410,3725,2329,2167,1685,2280,2570,2569,3246,2483,2610,2534,3689,2565,2325,2495,2204,2529,2606,2564,2610,2491,3043,2289,2650,2446,2564,2249,2729,2688,2244,2656,2603,2412,3005,2688,2411,2444,2688,2727,2527,2492,2447,2602,2771,2251,2283,2166,2364,2495,2283,2327,2412,2364,2643,2289,2126,2450,2568,2450,2523,2570,2488,2764,2689,2526,2689,2334,2200,2693,2682,2374,2363,2564,2892,2733,2560,3011,2693,2287,2444,2490,2527,2404,2526,2367,2490,2610,2443,2411,2484,2607,2493,2804,2575,2443,2365,2372,2365,2445,2611,2686,2525,2415,2684,2411,2801,2328,2449,2609,2604,2452,2731,2524,2530,3169,2525,2733,2202,2405,2210,2443,2533,2408,2205,2683,2497,2478,2133,2521,2408,2612,2609,2487,2643,2533,2488,2771,2604,2649,1969,2200,2371,2443,2409,2287,2284,2289,2452,2445,3331,2410,2405,2485,2490,2449,2487,2681,2729,2373,2247,2483,2413,2324,2445,2331,2883,2252,2682,2327,2328,2413,2524,2567,2407,2132,2603,2648,2449,2170,2402,2328,2569,2485,2525,2492,2450,2526,2569,2408,2480,2448,2611,2731,2927,2608,2487,2488,2732,2562,2571,2521,2530,2527,2534,2563,2606,2727,2448,2487,2653,2525,2569,2486,2166,2127,2089,2326,2363,2773,2732,2358,2733,2491,2446,3123,2453,2529,2163,2411,2802,2371,2364,2452,2489,2442,2449,2323,2609,2615,2643,2048,2324,2291,2726,2490,2488,2561,2373,2327,2890,2488,2483,2411,2444,2529,2524,2490,2484,2494,2487,2645,2688,2607,2649,2569,2684,2533,2445,2451,2687,2489,2406,2405,2686,2373,3087,2323,2492,2368,2523,2451,2363,2530,2406,2371,2484,2531,2123,2049,2126,2247,2168,2401,2611,2285,2088,1922,2128,2530,2404,2295,2085,2287,2243,2371,2446,2402,2533,2401,2213,2168,2042,2210,2163,2769,2168,2160,2449,2369,2488,2686,2447,2448,2085,2050,2126,2251,2207,2481,2369,2527,2369,2371,2287,2482,2129,2007,2570,2284,2120,2253,2562,2254,2006,2440,2254,2081,2131,2728,2568,2245,2046,2211,1998,2089,2491,2525,2530,2247,2443,2570,2247,2530,2288,2199,2293,2123,2125,2132,2602,2405,2369,2371,2369,2327,2563,2328,2770,2408,2164,2407,2167,2487,2373,2440,2294,2324,2485,3455,2681,2567,2416,2365,2483,2370,2526,2524,2536,2083,2285,2450,2362,2134,2319,2255,2445,2323,3290,2334,2808,2442,2405,2895,2648,3124,2606,2489,2171,2566,2445,2330,2443,2330,2411,2962,2496,2442,2528,2492,2608,2563,2525,2329,2329,2368,2365,2447,2570,2566,2532,2399,2408,2455,2725,2564,2250,2444,2410,2607,2571,2330,2762,2364,2292,2448,2529,2525,2249,2161,2653,2406,2331,2364,2484,2367,2446,2532,2406,2486,2494,2565,2648,2602,2889,2568,2650,2690,2684,2209,2568,2486,2448,2613,2686,2807,2645,2572,2605,2691,2530,3009,2609,2600,2531,2653,2559,2972,2451,2328,2565,2329,2244,2244,2369,2525,2495,2567,2287,2568,2326,2326,2568,2448,2443,2329,2289,2482,2688,2086,2334,2328,2601,2895,2606,2486,2125,2444,2329,2609,2291,2283,2288,2043,2289,2489,3044,2371,2368,2572,2644,2525,2690,2407,2292,2281,2247,2130,2403,2568,2613,2560,2528,2335,2282,2286,2534,2680,2373,2365,2369,2690,2520,2932,2604,2612,2406,2652,2525,2523,2334,2488,2645,2532,2647,2487,2403,2489,2082,2491,2648,2369,2450,2487,2402,2612,3210,2768,2766,2605,2209,2245,2694,2248,2404,2486,2524,2487,2370,2971,2529,2327,2281,2369,2251,2646,2367,2645,2529,2170,2483,2212,2683,2412,2523,2649,2252,2482,2649,2250,2282,2530,2403,2490,2208,2446,2245,3014,2443,3935,2772,2323,3168,2612,2447,2403,2573,2484,2564,2769,2412,2643,2851,2647,2488,2404,2417,2482,2571,2529,2440,2610,2292,2200,3052,2403,2413,2642,2653,2609,2449,2363,2765,2412,2769,2645,2607,2614,2646,2366,2524,2330,2171,2564,2490,2364,2331,2365,2766,2492,3129,2448,2602,2448,2368,2450,2447,2602,2249,2565,2170,2370,2524,2087,2331,2204,2524,2252,2482,2769,2293,2765,2325,2492,2401,2895,2685,2164,2971,2645,2127,2449,2092,2283,2330,2326,2611,2519,2330,2528,2330,2489,2447,2729,2520,2692,2809,2564,2929,2408,2527,2448,2451,2441,2334,2200,2091,2044,2051,2609,2399,2449,3132,3053,2239,2736,2486,2405,2287,2807,2446,2325,3691,2376,2807,2565,2363,2375,2519,2449,2369,2611,2767,2567,2128,3011,2444,2610,2440,2209,2407,2575,2405,2686,3446,2732,2490,2167,2442,2728,2533,2202,2610,2687,2005,2571,2004,2492,2364,3170,2606,2411,2004,2286,2406,2527,2085,2571,2492,2563,2326,2412,2569,2485,2764,3054,2730,3848,2564,2288,2730,2730,2409,2361,2408,2165,2408,2696,2482,2292,2285,2488,2285,2248,2404,2645,2447,2374,2484,2366,2411,2650,2485,2607,2607,2488,2692,2484,2327,2450,2361,2448,2406,2655,2283,2410,2765,3127,2575,2441,2294,2322,2370,2481,2451,2451,2407,2804,2366,2246,2533,2407,2447,2167,2604,2454,2480,2288,2567,2367,2366,2291,2405,2404,2807,2125,2329,2806,2568,2535,2482,2688,2489,2569,2043,2410,2452,2566,2367,2527,2487,2364,2244,2892,2569,2604,2372,2124,2410,2528,2445,2292,2687,2566,2240,2411,2366,2613,2244,2603,2213,2041,2572,2162,2130,2363,2374,2362,2327,2687,2292,2563,2334,2322,2124,2410,2485,2972,2489,2409,2327,2683,2649,2409,2446,3167,2611,2490,2367,2486,2210,2365,2724,2291,2408,2568,2486,2403,2452,2645,2409,2370,3122,2854,2570,2648,2568,2683,2974,2368,2519,2328,2650,2571,2402,2333,2646,2526,2565,2890,2569,2570,2410,2806,2324,2570,2202,2171,2564,2288,2733,2644,2533,2399,2450,2529,2807,2685,2130,2968,2208,2449,2484,2374,2207,2359,2167,2528,2531,2687,2405,2209,2447,2566,2085,2730,2485,2608,2531,2768,2165,2574,2319,2213,2129,2479,2214,2489,2443,3167,2407,2448,2692,2930,2604,2447,2252,3365,2246,2326,2166,2455,2525,2529,2400,2251,2286,2165,2726,2491,2292,2444,2130,3245,2167,2245,2211,2203,2525,2530,2328,2606,2090,2685,2090,2321,2207,2691,2405,2493,2766,2287,2770,2361,2211,2488,3166,2567,2450,2449,2527,2606,2887,2332,2531,2679,2570,2333,2406,2563,2646,2375,2523,2412,2480,2572,2531,2767,2602,2450,2484,2372,2609,2363,2373,2401,2690,2729,3811,2530,2401,2729,2489,2372,2649,2364,2208,2609,2729,2527,2645,2407,2331,2441,2525,2489,2896,2846,2248,2366,2368,2167,2405,2406,2767,2571,2486,2404,2736,2602,2492,2484,2370,2522,2329,2124,2250,2765,2489,2450,2565,2332,2725,2690,2489,2566,2527,2604,2608,2656,2561,2568,2526,2456,2682,2331,2689,2562,2809,2491,2449,2287,2921,2493,2401,2609,2535,2644,2489,2402,2454,2891,2483,2410,2279,2497,2521,2412,2524,2325,2452,2649,4128,2089,2927,2366,2407,2565,2413,2324,2690,2646,2613,2645,2606,2487,2574,2401,2452,2481,2536,2605,2604,2172,2288,2522,2405,2616,2642,2810,2207,2364,2406,2610,2687,2455,2563,2564,2530,3092,2482,2374,2687,2568,2564,2452,2602,3017,2400,2410,2125,2012,2121,2165,2767,2367,2454,2568,2489,2441,2372,2962,2487,2495,2488,2327,2643,2608,2651,2608,2566,2528,2524,2651,2564,2571,2487,2484,2413,2402,2532,2487,2445,2371,2445,2772,2528,2565,2570,2449,2448,2606,2522,2331,2368,2402,2246,2169,2327,2407,2292,2279,2415,2361,2529,2533,2568,2324,2286,2446,2571,2402,2535,2527,2085,2643,2415,2481,2605,2736,2486,2361,2653,2287,2085,2010,2007,2199,2249,2326,2372,1967,1919,1848,1849,2244,2607,2411,2285,1884,1849,1846,1878,2250,2490,2569,2122,2287,2470,2689,2451,2250,2448,2760,2693,2689,2642,2366,2573,2728,2485,3129,2448,2326,2524,2489,2691,2486,2615,2444,2427,2402,2290,2362,2288,2245,2477,2481,2510,2330,2206,2200,2207,2394,2370,2378,2549,2452,2444,2289,3031,2563,2468,2469,2350,2322,2372,2490,2862,2351,2504,2349,2909,2523,2613,2564,2489,2407,2512,2442,2388,2484,2334,2318,2334,2350,2582,2347,2334,2042,2250,2302,2353,2342,2465,2172,2420,2291,2168,2327,2206,2246,2327,2327,2290,2246,2350,2244,2427,2405,2363,2328,2770,2429,2249,2662,2571,2132,2483,2735,2724,3045,2816,2528,2818,2599,2606,2649,2723,2867,2364,2475,2583,2365,2831,3373,2572,2564,2304,2361,2330,2363,2482,3857,2288,2372,2327,2516,2444,2452,2644,2530,3004,2651,2543,2403,2326,2331,2283,2286,2441,3008,2524,2851,2842,2572,2366,2806,2448,2412,2605,2648,2369,2149,2984,2815,2527,2484,2572,2457,2654,2329,2305,2684,2657,2760,2429,2707,2448,2451,2526,2471,2402,2451,2401,2713,2608,2527,2009,2742,2292,2248,2078,2417,3044,2534,2540,2371,2330,2528,2559,2571,2446,2451,2247,2243,2595,2604,2470,2365,2729,2446,2723,2413,2322,2128,2150,2326,2486,2535,2705,2328,2607,2205,2290,2242,3271,2285,2046,2327,2376,2044,2045,2227,2491,2685,2607,2388,2281,2849,2918,2562,2545,2229,2451,2526,2304,2487,2413,2562,2694,3042,2493,2489,2889,2427,2104,2365,2485,2132,2907,2470,2907,2348,2443,2454,2324,2442,2410,2410,2403,2529,2391,2666,2448,2865,2313,2079,2375,2760,2490,2447,2448,2795,2488,2406,2365,2644,2530,2526,2968,2448,2384,2132,2164,2252,2682,2328,2252,2503,2347,2244,2489,2093,2400,2370,2408,2450,2327,2509,2523,2404,2490,2406,2530,2805,2472,2262,2451,2372,2503,2087,2167,2406,2424,2567,2492,2486,2670,2366,2243,2287,2367,2447,2327,2473,2302,2327,2476,2158,2452,2770,2487,2441,2377,2522,2530,2688,2562,2451,2710,2424,2488,2610,2649,2167,2166,2168,2164,2286,2444,2495,2445,2407,2401,2374,2566,2449,2366,2207,2166,2205,2287,2385,2870,2649,2510,2448,2368,2406,2403,2372,2405,2405,2332,3027,3586,2514,2287,2851,2406,2285,2366,2291,2326,2484,2148,2207,2783,2808,2570,2525,2750,2366,2389,2586,2469,2409,2564,2374,2568,2363,2524,2496,2523,2692,2727,2527,2567,2507,2248,2166,2727,2389,2847,2529,2449,2265,2406,2565,2427,2774,2725,2786,2228,2212,2505,2422,2633,2044,2148,2245,2487,2469,2130,2480,2570,2273,2345,2428,2469,2239,2690,2632,2564,2411,2445,2529,2382,2249,2389,2347,2188,2568,2584,2645,2432,2344,2395,2301,2389,2809,2342,2409,2110,2527,3045,3076,2622,2952,3087,2210,2522,2132,2286,2366,3613,2184,2144,2088,2208,2491,2204,2406,2444,2313,2589,2404,2585,2694,2602,2252,2410,2481,2730,2850,2407,2603,2370,2636,2740,2886,2455,2528,2526,2230,2386,2643,2408,2525,2075,2042,2225,2997,2417,2713,2164,2013,2136,2117,2256,2436,2204,2171,2221,2391,2063,2669,2530,2169,2243,2084,2127,2164,2529,2133,2322,2166,2051,2138,2992,2133,2404,2202,2330,2050,2003,2265,2361,1404,3278,2651,2882,2286,2416,2180,2690,2587,2546,2591,2424,2566,2652,2103,2293,2282,2370,2246,3976,2046,2625,2425,2349,2110,2041,2245,2133,2564,2531,2624,2672,2339,2792,2425,2570,2566,2563,2572,2330,2387,2587,2489,2528,2681,2715,2651,2261,2515,2246,2202,2127,2425,2405,2552,2450,2524,2591,2345,2625,2431,2365,2330,2327,2586,2686,2648,2514,2447,2409,2319,2466,2168,2366,2276,2482,2445,3150,3010,2408,2441,2451,2388,2211,2932,2538,2349,2205,2547,2252,2952,2565,2484,2648,2138,2052,2970,2478,2062,2525,2649,2407,2441,2289,2529,2569,2758,2646,2462,2642,2531,2014,2403,2569,2286,2311,2488,2443,2548,2368,2322,2494,2285,2148,2643,2286,2370,2484,2523,2489,2336,2282,2484,2610,2610,2523,2530,2532,2524,2528,2447,2568,2484,2405,2371,2448,2484,2414,2724,2490,2404,2047,1885,2084,2482,2816,2524,2484,2492,2571,2606,2330,2289,2567,2527,2282,3817,2450,2198,2768,2369,2332,2562,2132,2281,3499,2688,2326,3171,2641,2491,2682,2575,2522,2571,3091,2482,2451,2405,2288,2285,2250,2810,2487,2524,2728,2492,2602,2528,2371,2450,2197,2606,2213,2480,3056,2563,2410,2409,2529,2803,2531,2528,2610,2602,2691,4296,2524,2644,2370,2493,2480,2491,2523,2570,2373,2602,2527,2729,2647,2649,2494,2606,2564,3335,2605,2729,2530,2603,2567,2528,2527,2528,2488,2571,2522,2528,2569,2652,2688,2483,2452,2525,2643,2615,2645,2572,2693,2762,2570,2527,2527,2527,2568,2531,2731,2605,2445,2487,2727,2684,2611,2648,2529,2728,2803,2658,2688,2769,2649,3446,2967,2684,2493,2488,2243,2204,2249,3053,2322,2449,2411,2483,2407,2538,2440,2489,2400,2369,2330,3216,2168,2283,2526,2404,2406,2770,2403,2490,2132,2479,2414,2289,2728,2804,2764,2575,2210,2769,2684,2775,2515,2412,2610,2362,2691,2649,2763,2574,2601,2326,2936,2648,2646,2570,2527,2323,2131,2248,2605,2607,2609,2724,2366,2609,2329,2364,2370,2372,2285,2562,2487,2608,2571,2491,2280,2412,2810,2644,3499,2404,2210,2484,2166,2603,2486,2491,2453,2567,2403,2610,2453,2445,2325,2364,2570,2968,2080,2088,2212,2563,2497,2880,2252,2524,2131,2284,2283,2286,2247,2456,2327,2966,2689,2411,2042,2493,2560,2526,2483,2575,2687,2567,2403,2415,2445,2606,2652,2685,2490,2403,2365,2527,2571,2613,2570,2401,2451,2362,2613,2600,2487,2617,2365,2521,2375,2522,2498,2597,2452,2373,2680,2769,2488,2333,2603,2485,2492,2445,2485,2647,2573,2405,2414,2483,3089,2528,2321,2569,2331,2362,2289,2564,2294,2520,2490,2530,2648,2363,2127,2651,2655,2357,2575,2326,2484,2166,2451,2521,3058,2725,2530,2771,2528,2360,2411,2611,2642,2330,2208,2487,2600,2849,2569,2495,2562,2214,2157,2410,2484,2527,2013,2162,2372,2283,2128,2604,2407,2213,2680,2373,2526,2405,2411,2405,2167,2326,2486,2245,2091,2444,2450,2451,2442,2894,2322,2410,2287,2369,2482,2690,2447,2412,2284,2805,2326,2488,2369,2328,2487,2606,2448,2528,2533,2603,2332,2204,2409,2646,2524,2334,2563,2648,2369,2405,2328,2286,2452,2602,2164,3296,2369,2320,3169,2656,2321,2206,2405,2448,2253,2730,2362,2130,2205,2449,3774,2483,2089,2276,2646,2461,2604,2123,2292,2327,2089,2163,2487,2408,2528,2892,2404,2325,2203,2373,2287,2687,2330,2522,2253,2324,2362,2442,2613,2412,2526,2246,2370,2488,2650,2728,2326,2287,2561,2535,2643,3008,2735,3081,2496,2563,2840,2578,3090,2646,2525,2252,2844,2648,2366,2648,2410,2490,2563,2367,2571,2371,2366,2155,2849,2498,3034,2527,2662,2607,2365,2250,2169,2567,2684,2570,2603,2449,2654,2483,2329,2563,2488,2447,2455,2602,2614,2527,2671,3524,2704,2571,2646,2129,2554,2524,2769,2446,2387,2330,2486,2431,2603,2446,2468,2611,2567,2647,2809,2682,2487,2050,2366,2364,2755,2732,2646,2580,2372,2326,2755,2646,2608,2186,2285,2407,2327,2562,2487,2411,2444,2049,1968,2324,3015,2439,2517,2543,2204,2125,2452,2045,2450,2206,2201,2572,2554,2380,2246,2925,2294,2648,2407,2868,3375,2323,2209,2362,2551,2666,2629,3166,2166,2271,3906,2076,2225,2326,2666,2350,2546,2365,2549,2205,2084,1967,2171,3674,2017,2395,2568,2442,2166,2210,2284,2271,2560,2531,2472,2428,3087,2388,2467,2565,3072,2765,2288,7563,4894,2370,3566,2931,2451,2480,2451,2330,2970,2752,2567,2448,2645,2609,2490,2457,2367,2568,2489,2088,2605,3293,2406,2772,2245,2435,2695,2515,2336,2537,2674,2607,2524,3574,2018,2571,2842,2805,2534,3695,2601,2256,2680,2162,2607,3210,2768,3182,2606,2168,2631,2145,2162,2449,2120,2250,2556,3696,3290,2367,2291,2611,2648,2491,2282,2371,2438,2813,2373,2447,4214,2441,2214,2428,2828,2633,2621,2448,2554,2375,2451,2847,2530,2556,2337,2848,2769,2210,2119,2728,2130,2451,2726,2877,2698,2515,2457,2492,2406,2325,2205,2364,2940,2353,2489,2847,2657,2571,2926,2649,3050,2650,2645,2634,2565,2490,2542,2451,2605,2371,2485,2365,2644,2697,2241,2368,2567,2171,2877,4491,2576,2359,2726,2498,2447,2566,2128,2329,2250,2329,2479,2289,2407,2012,2889,2528,2320,2251,3119,2496,2372,2524,2244,2572,2369,2200,2325,3054,2272,2542,2485,2533,2635,2536,2572,2567,2328,2481,2371,2164,2325,2523,2339,2266,2606,2525,2492,2466,2583,2468,2973,2363,2649,2478,2415,2452,2398,2648,2575,2366,2531,2424,2334,2280,2010,2362,2113,2875,2447,2242,2334,2696,2385,2447,2114,2586,2364,2431,2570,2178,2449,2371,2407,2811,2443,2631,2947,2524,2052,2305,2510,2368,2169,2037,2213,1725,2924,2352,2092,2294,2936,2332,2686,2817,2742,2634,2594,2959,2546,2615,2560,2400,2732,2777,2732,2247,2337,2663,2419,3255,2525,2570,2553,2474,2783,2539,2570,2605,2607,2110,2249,2708,2447,2146,2643,2411,2567,2666,2208,2455,2573,2563,2290,2237,2510,2332,2263,2489,2508,1898,2197,3093,2807,2331,2320,2455,2286,2489,2447,2403,2369,2651,2561,2411,2448,2327,2283,2409,2445,2251,2444,2413,2004,2201,2370,2653,2327,2364,2403,2690,3135,2288,2721,2249,2046,2535,2328,2363,2606,2414,2567,2326,2324,2767,2573,2248,2521,2454,2524,3852,2403,3169,2890,2374,2481,2815,2485,2712,2619,2723,2660,2609,2803,2404,2570,2684,3858,2035,3332,2819,2611,2679,2766,2852,2842,2734,3051,2211,2328,2163,2719,2613,2728,2730,2727,2576,2642,3005,2164,2494,2446,2529,2401,2687,2653,2570,2441,2699,2556,3099,2652,2608,2566,2484,2644,2570,2452,2558,2693,2445,2608,2570,2572,2566,2646,2358,2776,2444,2600,2410,2449,2644,2969,2865,2443,2683,2483,2172,2642,3382,2571,2366,2404,2611,2599,2858,2314,2419,2319,2570,2613,2285,2843,2217,2284,2288,1810,2427,2809,2531,2612,2443,2607,2808,2407,2727,2487,2774,2487,2367,2285,2610,2603,2368,2451,2446,2450,3168,2646,2612,2360,2247,2291,2443,2329,2132,2121,2089,2369,2405,2166,2330,2245,2246,2325,2530,2409,2924,2368,2413,2483,2372,2523,2407,2488,2408,2487,2451,2446,2847,2650,2606,2565,2528,2694,2761,2694,2648,2567,2606,2571,2807,2684,2571,2528,2488,2561,3216,2691,2804,2568,2563,2530,2894,2603,2527,2450,2411,2562,2607,2449,2249,2366,2327,2247,2528,2566,2366,2327,2327,2327,2648,2330,2372,2491,2643,2486,2327,2568,2289,2322,2287,2777,2404,2323,3168,2172,2524,2653,2931,2723,2484,2724,2778,2686,2693,2603,2127,2399,2372,2529,2483,2446,2453,2409,2361,2290,2563,2528,2448,3011,2530,2525,2694,2640,2610,2251,2287,2246,2253,2487,2486,2488,2481,2415,2404,2371,2402,2130,2407,2482,2411,2409,3129,2405,2451,2646,2530,2567,2690,2607,2809,2301,2349,2448,2479,2332,2567,2441,2569,2444,2367,2171,2294,2448,2486,2886,2484,2414,2368,2887,2603,2448,2447,2371,2766,2691,2808,2686,2570,2566,2612,3202,3733,2092,2412,2484,2404,2173,2483,2447,2485,2643,2538,2811,2761,2447,2329,2531,2606,2479,2300,2363,2369,2405,2604,2214,2248,2248,2039,2216,2407,2411,2362,1690,2047,2351,2445,2643,2293,2319,2691,2615,1957,2277,2159,2292,2567,2483,2252,2685,2409,2526,2491,3005,2573,2648,2408,2403,2408,2409,2248,1892,2400,2489,2245,2445,2245,2496,2521,2453,2721,2576,2565,2446,2324,2373,2522,2491,2407,2611,2323,2450,2768,3768,2485,2409,2330,2484,2448,2330,2161,2412,2447,2612,4249,2410,2561,2493,2485,2529,2289,2202,2567,2248,2527,2486,1966,1893,1840,2405,2372,2170,2447,1718,1811,1881,1807,2047,2525,2334,2324,2127,2408,2407,2490,1808,2161,2327,2366,2207,2449,2282,2208,2649,2214,2355,2287,2416,2286,2440,2091,7259,2613,4740,6689,4777,2329,1961,2251,2530,2521,2527,2330,2728,2532,2166,2041,1968,2126,2647,2328,2450,2684,2371,1885,1635,1770,1643,1611,2432,2526,2334,2419,2374,2502,2388,2285,2392,2526,2411,2342,2608,2588,2529,2590,2659,2632,2427,2353,2321,2042,2734,2567,2482,1924,1846,1845,2007,2966,2289,2486,2049,2288,2366,2331,2651,2608,2411,2560,2366,2445,2617,2529,2444,2482,2130,2121,2417,2276,2294,2246,2404,2004,2167,2608,2126,2243,2216,2372,2476,2007,3054,2162,2212,2284,2330,2769,2609,2478,2488,2529,2613,2608,2522,2450,2485,2489,2444,2456,2651,2730,2326,2366,2522,2697,2683,2599,2532,2567,2537,2118,2487,2526,2447,2654,2481,2410,2406,2329,2692,2524,2649,4136,2482,2326,2046,2291,3130,2291,2604,2569,2885,2652,2647,2530,2204,2567,2815,2565,2449,2605,2481,2404,2458,2604,2519,2414,2487,2447,2363,2614,2374,2360,2125,2294,2556,2529,2415,2691,2649,2565,2327,2611,3121,2455,2569,2567,2567,3282,2368,2367,2695,2527,2116,2286,3418,2487,2407,2122,2411,2444,2166,2529,2449,2451,2604,2490,2526,2560,2374,2247,2457,2450,2604,2930,2205,2209,2209,2152,2178,1921,2005,2205,2616,2479,2295,2482,2008,2128,2324,2286,2052,2246,2204,2925,2418,2396,2176,2325,2534,2704,2311,2753,2784,2805,2408,2407,3672,2390,2606,2953,2427,2430,2623,2644,2447,2368,2123,2209,2318,2603,2528,3250,2344,2649,2310,2605,2411,3267,2760,2730,2368,2493,2497,3049,2609,2372,2487,3173,2478,2211,2845,2209,2485,2333,2233,2740,2281,2127,2642,2211,2161,2126,1951,1925,2272,3089,2366,1867,1882,2366,2405,1805,2113,1885,1925,2359,2644,2573,2362,2292,2647,2602,2334,2359,2815,2601,2653,2167,2286,2645,2448,2328,2408,2010,2361,2448,2494,2447,2241,2131,2763,2328,2412,2923,2450,2410,2606,2291,2361,2492,2608,2607,2524,2410,2289,2568,2522,2412,2244,2290,2368,2601,2246,2531,2530,2529,2364,2523,2452,2646,2450,2811,2205,2125,2405,2331,2401,2495,2443,2533,2564,2567,2123,1960,2729,2651,2571,2842,2691,2215,2647,2643,2656,2441,2365,2493,2569,2525,2408,2448,2404,2491,2442,3296,2447,2368,2604,2448,2487,2290,2361,2531,3045,2488,2536,2443,2285,2567,2448,2333,2606,3207,2525,2855,2648,2565,2690,2608,2405,2322,2533,2526,2533,3164,2405,2695,2560,2413,2407,2487,2407,2611,2642,2252,2488,2484,2853,2608,2646,2446,2764,2413,3003,2572,2888,2609,2688,2929,2650,2163,2291,2367,2642,2446,2407,2608,2613,2482,2617,2565,2566,2644,2447,2453,2768,2326,2491,2365,2608,2567,2164,2406,2888,2529,2452,2448,2447,2441,2730,2365,2572,2528,2490,2564,2807,2491,2482,2293,2487,2527,2365,2166,2452,2448,2404,2444,2133,2844,2652,2446,2607,2563,2250,2650,2127,2888,2606,2408,2725,2695,2368,2607,2203,2409,2685,2449,2888,2525,2610,2288,2406,2413,2479,2610,2730,2166,2245,2374,2605,2483,2366,2094,2525,2730,2845,2647,2527,2615,2438,2492,2970,2449,2013,2318,2523,2260,2354,2128,2290,2370,2284,2322,2373,2408,2685,2565,2535,2728,2800,2572,2248,2366,2846,2567,2410,2612,2846,2247,2368,2369,2243,2452,2721,2449,2212,2526,2200,2091,2489,2445,2692,2365,2485,2211,2527,2440,2690,2571,3013,2442,2485,2611,2728,2208,2492,3006,2887,2129,2326,2243,2811,2892,3205,2372,3002,2292,2201,3053,2205,2648,2446,2769,2692,2365,2813,2366,2409,2323,3689,2327,2406,2486,2450,2525,2294,2322,2253,2359,2451,2090,2641,2855,2561,2291,2645,2528,2652,2888,2810,2683,2891,2688,2447,2367,2169,2765,2411,2608,2526,2611,2323,2363,2091,2044,2368,2333,2439,2372,2326,2405,2410,2685,2534,2601,2893,2335,2635,2572,2648,3968,2608,2490,2163,2335,8537,2653,3170,2523,3975,2406,2252,2726,2571,2480,2975,2805,2726,2929,2326,2694,2408,2284,2488,2850,2402,2013,2243,2532,2561,2331,2286,2290,2565,2404,2690,2446,2532,2127,2483,1887,2044,2414,2563,2610,2048,2043,2285,2210,2283,2366,2687,2331,2086,2367,2691,2487,2450,2521,6578,2731,2367,2247,2526,2487,2493,2207,2529,2361,2606,2616,2728,2484,2486,2485,2776,2324,2128,2084,2002,2051,2411,2566,2520,2296,2563,2167,2090,3084,2526,2448,2212,2486,2366,2326,2291,2565,2571,2046,2324,2327,2650,2564,2204,2455,2485,2448,2446,3090,2565,2566,2856,2760,2410,2128,2687,2533,2600,2493,2404,3010,2611,2600,2494,2525,2410,2447,2488,2284,2008,3085,2530,2767,2531,2211,1950,2870,2370,2682,2570,2411,2406,2402,2291,2284,2529,2893,2523,2248,2408,2529,2649,2450,3281,2406,2652,2248,2648,2287,2568,2444,2332,2325,1971,1870,2229,2687,2092,2283,2415,2166,2530,2370,2119,2494,2049,2358,2455,2801,2448,2448,2448,2368,2405,2374,2407,2602,2374,2246,2523,2450,2368,2688,2327,2280,2252,2368,2368,2483,2211,2444,2412,2283,2564,2492,2364,2569,2408,2249,2368,3163,2728,2451,2291,2486,2448,2414,2441,3011,2526,2285,2212,3085,2692,2406,2852,2407,2224,2572,2833,2523,2407,2244,2469,2187,2428,2433,2238,2270,2123,2483,2597,2104,2588,2367,2785,2649,2524,2450,2526,2355,2327,2168,2483,2750,2383,2534,2648,2284,2099,2189,2207,2406,2248,2448,2331,2364,2405,2974,4011,2324,2246,2257,2604,2534,2441,2449,2527,2612,2566,2490,2525,2485,2445,2290,2010,2882,2375,2402,2492,2522,2212,2448,2480,2447,2771,2369,2451,2203,2489,2081,2535,2442,2329,2492,2125,2206,2644,2326,2492,2363,2331,3046,2372,2721,2252,2607,2368,2844,2329,2408,2487,2568,2330,2644,2971,2487,2165,2324,2653,2442,2368,2335,2322,2564,2335,2242,2852,2406,2728,2370,2608,2239,2374,2446,2445,2567,2247,2086,2321,2090,2610,2845,2450,2401,2329,2648,2248,1927,2125,2206,2252,2244,2049,1966,2329,2409,2325,2331,2285,2811,1922,2129,1891,2090,1740,1682,1880,2766,2289,2201,2287,2293,2523,2045,2329,2041,1695,2045,2244,1940,2098,2440,2088,2013,2085,2448,2480,2776,2441,2409,2568,2653,2640,2327,2364,2149,2336,2241,2409,2367,2612,2407,2554,2598,2540,2657,2568,2525,2451,2244,2328,2366,2287,2685,2429,2628,2609,2163,2045,2373,2445,2329,2324,2409,2327,2327,2644,2690,2653,2366,2284,1930,1881,2245,2370,2049,2209,1959,2132,2565,2525,2446,2533,2486,2442,2491,2773,2517,2215,2327,2524,1992,1806,2045,1844,2043,2042,1884,1777,1676,1735,1914,1897,1885,1887,2180,2648,2811,2129,2368,2325,2289,2730,2118,1853,2203,2608,2846,2369,2609,2528,2483,2369,2568,2486,2492,2283,2485,2857,2608,2444,2570,2569,2283,2566,2445,2367,2251,2165,2370,2488,2124,1892,1616,1887,2168,2684,2288,2528,2248,1965,2371,2171,1923,2047,2330,2044,1962,2282,2401,2087,2082,2038,2406,2123,1925,2440,2330,2410,2647,1866,2473,2051,2093,2083,2038,1889,1935,2005,2119,1882,1851,1732,1832,2027,2643,2570,1970,2289,2448,2213,2371,2447,2409,2446,1955,2080,2011,2665,2364,2215,2316,2445,2255,2206,2251,2444,2412,2487,2606,2445,2645,2532,2202,2411,2331,2608,2564,2610,2323,2448,2447,2325,2058,2763,2443,2289,2290,2244,2012,1653,2493,2295,2280,2333,2441,2369,2693,2281,2132,2526,2488,3212,2367,2367,2322,2047,2291,2328,2400,2768,2334,2488,2004,2042,2453,2319,2332,2325,2292,2399,2452,2287,2723,2334,2321,2051,2045,2363,2415,2122,2812,2167,2402,2210,2445,2692,2404,2456,2366,2279,2486,2447,2773,2647,2288,2367,2409,2360,2054,2165,2732,2441,2452,2411,2446,2248,2443,2485,2528,2369,2449,2650,2204,2290,2286,2284,2165,2449,2249,2645,2368,2609,2567,2369,2403,2940,2598,2137,2838,2205,2376,2645,2963,2411,2686,2578,2477,2246,2253,2370,2519,2408,2487,2494,2768,2331,2556,2450,2370,2770,2483,2374,2565,2562,2767,2489,2534,2449,2330,2118,2444,2449,2485,2534,2485,2363,2447,2375,2248,2323,2245,2330,2529,2324,2364,2406,2573,2522,2334,2409,2444,2408,2283,2293,2442,2650,2324,2252,2282,2807,2334,2525,2283,2535,2279,2452,2330,2368,2326,2407,2367,2323,2774,2440,2807,2568,2415,2402,2728,2571,2404,2366,2494,2924,3087,2495,2484,2408,2528,2448,2610,2363,2328,2330,2442,2368,2166,2207,2283,2413,2410,2524,2487,2608,2523,2367,1974,2365,2407,2683,3176,2449,2484,2289,2361,2411,2404,2172,2567,2367,2485,2487,2367,2452,2287,2363,2648,2689,2564,2375,2440,3008,2329,2366,2247,2248,2410,2245,2530,2609,2321,2005,2087,2086,2371,2408,2371,2522,2484,2818,2518,2452,2286,2493,2487,3929,2325,2245,2254,2242,2165,2289,2568,2484,2253,2202,2128,2205,2489,2485,2326,2249,2331,2767,2565,2849,2487,2527,2726,2210,2491,2644,2284,2608,2530,2447,2570,2607,2692,2327,2643,2573,2683,2571,2684,2410,2445,2406,2415,2526,2521,2252,2367,2487,2523,2530,2329,2447,2450,2609,2367,2560,2572,2566,2450,2408,2527,2407,2203,2676,2685,3027,2130,1925,1882,2208,2888,2567,2484,2528,2530,2370,2289,1948,2681,2611,3568,1931,2246,2688,2642,2492,2525,2485,2814,3125,2569,2329,2409,2913,3206,2893,2847,2897,2412,2211,2725,2291,3232,2505,2206,2165,2206,2911,3026,2478,2419,2166,2547,2688,2799,2653,2817,2885,2971,2764,2790,2472,2621,2847,2447,2874,2744,3194,2616,2607,2842,2507,3243,2638,2984,2531,2480,2532,3634,2454,2603,2385,2586,2269,2243,2513,2573,2375,3032,2654,2620,2527,2514,2692,2608,2221,2314,2694,2408,2335,2353,2500,2364,2246,2278,2403,2325,2531,2488,2378,2170,2404,2689,2403,2289,2252,2248,2365,2364,2493,2673,2562,3894,2384,2083,2046,2044,1887,1885,1887,1845,1845,1805,1886,2201,2402,2262,2324,2366,2435,2611,2784,2336,2496,3130,3093,3093,2404,2807,4296,4812,2883,2692,2758,2905,2848,2689,2888,3030,3089,2827,2843,2736,2561,2726,2688,2608,2528,2733,3164,2729,2719,2351,1931,2722,2174,2438,2719,2266,2286,2206,2167,2166,2348,3171,2779,2134,3129,2489,2509,2421,2875,2579,2656,2365,2405,2273,2822,2368,2254,2584,2668,2443,2524,2914,2505,2412,2166,2165,2547,2504,2329,2638,2455,2172,2167,2642,2009,1886,2848,2210,2206,2166,2709,2466,2170,2207,2608,2522,2678,2849,2504,2482,2869,2549,2603,2892,2756,2764,2768,2330,2565,3457,2879,2752,2286,2363,2688,2405,3136,3100,2754,2564,3580,2583,2839,2307,1924,2046,2005,3010,2221,2111,2334,2301,2324,3257,2024,2868,2769,2632,2587,2643,2546,2450,2456,2618,2544,2501,2150,2063,1986,1981,1965,1890,1807,1778,1737,1700,1967,1638,1717,1743,1746,1747,1748,1745,1627,1699,1745,1748,1544,1529,1605,1541,1589,1554,1574,1518,1601,1604,1551,1445,1474,1440,1469,1616,1622,1511,1483,1460,1459,1396,1418,1463,1487,1932,1522,1524,1466,1458,1458,1463,1463,1437,1408,1418,1403,1391,1417,1410,1404,1406,1410,1394,1352,1415,1410,1405,1273,1853,1385,1314,1374,1344,1377,1306,1889,1402,1481,1493,1308,1887,1473,1468,1514,1438,1414,1355,1341,1339,1409,1361,1351,1303,1845,1576,1639,1558,1429,1579,1548,1469,1388,1815,1803,1790,1791,1854,1868,1903,1378,1432,1297,1937,1781,1893,1359,1846,1462,1459,1827,1480,1501,1414,1366,1849,1831,1860,1845,1366,1486,1357,1817,1863,1441,1451,1428,1441,1460,1412,1404,1420,1441,1438,1440,1423,1415,1406,1331,1855,1369,1349,1345,2353,2542,2298,2179,2184,2182,2471,2350,2261,2007,1920,1916,1915,1917,2024,2014,1914,1705,1714,1770,1757,1950,1809,1670,1805,1739,1723,2117,1631,2079,1654,1488,1450,1441,1432,1564,1398,1384,1389,1519,1561,1395,2112,1669,1711,1645,1981,1897,1354,1926,1399,1829,2030,1577,1345,1443,1446,1352,1324,1968,1517,1330,1858,1504,1613,1383,1848,1359,1334,1807,1872,1372,1380,1482,1349,1889,1373,1373,1352,1337,1403,1342,1343,1364,1337,1382,1420,1377,1369,1346,1430,1363,1349,1348,1352,1272,1851,1365,1404,1350,1349,1302,1871,1338,1844,1840,1842,1894,1405,1411,1395,1267,1779,1810,1809,1822,1800,1804,1835,1855,1841,1923,1367,1820,1847,1409,1423,1374,1348,1790,1862,1291,1784,1862,1362,1344,1338,1292,1791,1845,1374,1221,1775,1843,1342,1292,1849,1345,1349,1288,1853,1818,1848,1762,1790,1760,1790,1770,1800,1847,1308,1805,1767,1767,1762,1760,1760,1760,1723,1817,1757,1754,1752,1761,1760,1760,1755,1752,1794,1714,1727,1771,1773,1734,1748,1734,1736,1673,1719,1784,1766,1778,1749,1742,1738,1723,1716,1770,1781,1767,1749,1748,1739,1742,1733,1769,1672,1775,1787,1770,1743,1772,1768,1749,1848,1828,1814,1864,1880,1367,1370,1847,1351,1804,1861,1754,1809,1801,1777,1784,1768,1786,1781,1818,1806,1822,1869,1797,1875,1374,1867,1893,1360,1820,1825,1812,1711,1790,1816,1815,1771,1820,1793,1806,1791,1778,1810,1816,1809,1802,1790,1816,1777,1800,1339,1779,1811,1817,1803,1816,1811,1817,1783,1755,1790,1812,1811,1716,1785,1814,1813,1769,1768,1815,1810,1815,1755,1809,1797,1813,1846,1743,1812,1816,1809,1813,1814,1811,1809,1809,1775,1816,1810,1814,1792,1800,1812,1808,1810,1826,1822,1813,1810,1733,1803,1812,1811,1811,1814,1810,1811,1815,1681,1793,1794,1811,1819,1770,1808,1813,1815,1751,1773,1816,1791,1816,1793,1780,1810,1814,1649,1793,1811,1813,1811,1814,1811,1810,1816,1703,1770,1754,1749,1788,1791,1713,1793,1815,1769,1736,1769,1757,1742,1741,1771,1784,1781,1750,1765,1797,1775,1780,1732,1723,1724,1718,1735,1829,1749,1714,1758,1668,1709,1723,1735,1739,1789,1755,1756,1768,1667,1787,1754,1764,1742,1786,1755,1802,1776,1762,1763,1763,1766,1862,1849,1791,1780,1799,1795,1796,1826,1846,1780,1839,1795,1817,1811,1768,1811,1808,1816,1758,1795,1825,1309,1809,1762,1788,1814,1814,1737,1786,1824,1753,1734,1752,1771,1762,1754,1757,1735,1748,1758,1753,1706,1795,1754,1757,1738,1708,1748,1744,1767,1722,1750,1776,1795,1765,1728,1638,1672,1731,1692,1728,1732,1704,1696,1688,1634,1686,1655,1696,1697,1689,1676,1679,1232,1733,1729,1708,1799,1735,1780,1781,1765,1819,1759,1790,1712,1813,1784,1749,1753,1748,1807,1672,1750,1742,1734,1755,1743,1749,1746,1708,1766,1805,1755,1738,1749,1748,1753,1740,1839,1308,1737,1723,1713,1755,1724,1713,1709,1753,1724,1761,1783,1799,1804,1848,1776,1832,1816,1744,1749,1717,1706,1710,1755,1756,1720,1717,1757,1781,1779,1780,1777,1783,1761,1755,1779,1846,1712,1774,1777,1778,1767,1802,1785,1737,1780,1720,1781,1778,1774,1818,1808,1788,1797,1777,1714,1799,1775,1773,1783,1759,1813,1857,1880,1788,1776,1773,1790,1768,1741,1777,1774,1834,1817,1832,1371,1878,1371,1311,1857,1314,1774,1814,1810,1810,1808,1815,1722,1796,1824,1284,1812,1817,1822,1810,1813,1820,1792,1811,1709,1797,1827,1810,1810,1816,1720,1817,1742,1826,1794,1858,1858,1859,1874,1811,1772,1686,1840,1266,1790,1856,1812,1768,1742,1788,1817,1822,1851,1838,1804,1811,1812,1778,1812,1813,1670,1796,1797,1792,1815,1813,1815,1809,1819,1754,1783,1814,1810,1810,1821,1852,1312,1812,1784,1739,1771,1785,1769,1766,1769,1779,1779,1777,1781,1781,1834,1746,1736,1685,1752,1802,1834,1742,1824,1843,1368,1863,1846,1848,1850,1866,1372,1249,1844,1819,1836,1372,1874,1367,1823,1803,1820,1794,1815,1816,1793,1812,1809,1814,1844,1315,1752,1804,1810,1821,1820,1812,1811,1706,1780,1774,1777,1815,1827,1812,1813,1816,1796,1818,1795,1809,1812,1818,1811,1810,1809,1807,1719,1811,1871,1367,1873,1297,1815,1812,1717,1826,1317,1809,1811,1818,1702,1793,1813,1805,1819,1806,1865,1856,1849,1764,1772,1731,1767,1808,1774,1799,1726,1771,1717,1798,1735,1775,1802,1778,1789,1777,1779,1729,1775,1769,1782,1776,1780,1775,1775,1793,1690,1772,1773,1816,1824,1819,1836,1878,1811,1879,1371,1372,1840,1382,1320,1812,1809,1811,1766,1814,1809,1783,1872,1760,1770,1777,1774,1773,1776,1795,1820,1789,1773,1775,1783,1785,1778,1782,1780,1739,1793,1782,1781,1785,1782,1782,1753,1842,1882,1822,1825,1863,1860,1859,1859,1786,1847,1802,1854,1837,1342,1772,1808,1805,1773,1735,1748,1802,1805,1804,1805,1769,1768,1804,1733,1784,1768,1733,1763,1825,1765,1770,1767,1709,1911,1788,1780,1773,1776,1774,1779,1776,1785,1788,1837,1773,1771,1789,1785,1785,1787,1777,1798,1773,1783,1781,1781,1787,1789,1774,1794,1725,1853,1780,1761,1785,1774,1784,1786,1780,1774,1802,1773,1775,1774,1781,1781,1787,1784,1780,1808,1820,1784,1787,1787,1781,1774,1777,1784,1741,1780,1775,1775,1775,1777,1788,1780,1731,1832,1842,1819,1868,1884,1367,1377,1866,1874,1754,1801,1802,1801,1801,1803,1803,1803,1794,1803,1803,1803,1804,1807,1808,1816,1839,1367,3254,3214,3164,2913,3575,3159,2651,2448,2220,2223,2213,2263,2212,2619,2288,2234,2513,2188,2239,2235,2206,2033,1997,1939,1761,1772,1592,1568,1566,1574,1582,1594,1549,1465,1694,1492,1485,1484,1483,1432,1398,1512,1566,1407,1401,1455,1444,1428,1423,1423,1427,1415,1510,1427,1846,1901,1478,1864,1899,1943,1375,1859,1847,1943,1469,1420,1423,1423,1418,1417,1420,1472,1410,1422,1366,1408,1519,1526,1523,1496,1350,1338,1336,1335,1292,1811,1522,1805,1809,1810,1809,1812,1812,1790,1792,1786,1785,1780,1782,1780,1782,1781,1766,1803,1795,1764,1793,1818,1768,1765,1792,1752,1712,1813,1749,1807,1741,1798,1752,1752,1744,1770,1804,1816,1817,1856,1812,1814,1815,1804,1795,1791,1799,1814,1814,1815,1817,1820,1829,1776,1731,1739,1693,1752,1757,1755,1748,1741,1738,1694,1738,1731,1725,1732,1723,1722,1718,1711,1714,1746,1795,1757,1775,1768,1767,1756,1749,1775,1789,1837,1818,1852,1365,1875,1871,1875,1866,1371,1781,1865,1360,1323,1811,1809,1812,1811,1272,1867,1721,1746,1729,1765,1673,1631,1656,1681,1659,1738,1748,1743,1734,1735,1783,1749,1768,1789,1750,1765,1843,1813,1781,1782,1795,1715,1752,1752,1755,1804,1844,1864,1865,1882,1375,1818,1865,1864,1744,1745,1746,1744,1750,1718,1659,1694,1737,1660,1649,1649,1645,1658,1636,1128,1633,1633,1627,1590,1654,1625,1636,1638,1641,1687,1677,1716,1737,1652,1710,1679,1778,1708,1865,1306,1839,1390,1331,1959,1677,1570,1626,1719,2536,3055,2747,2710,2381,2161,2712,2793,2322,2369,2711,2197,2775,2123,2688,2689,2489,2245,2210,2885,2082,2693,2686,2609,2977,2167,2806,2445,2645,2652,2163,2327,4097,2246,2447,3655,2726,2246,3972,3204,2611,2253,2209,2171,2126,2030,1967,2377,2406,2447,2566,2526,2569,2168,2404,2330,2171,2441,2491,2406,2525,2488,2489,2091,2399,2522,2133,2177,3434,2855,2488,2729,2884,2735,2568,2561,2528,2570,2883,2295,2639,2537,2447,2519,2531,2888,3047,2411,2527,2523,2575,2602,2489,2263,2592,2442,2137,3393,2729,2532,2324,2808,2844,2769,2775,3050,2486,2567,2808,2365,2158,2455,2453,2480,2455,2479,2575,2689,2287,2363,2371,2922,2573,2610,2321,2575,2279,2419,2642,2928,1927,2651,2810,2606,2088,2122,2288,2606,2172,2208,2406,2364,2488,2488,2295,2568,2327,2126,1864,1924,2127,1885,2161,2524,2092,2089,2025,2308,2567,2207,2209,2247,2282,2136,2202,2369,2204,2045,2097,2129,2279,2568,2292,2768,2284,2448,1848,2186,2626,2129,2083,2126,2205,2285,2490,2492,2246,2446,2162,2091,2325,2363,2254,2167,2006,2726,2286,2043,2174,2405,2524,2538,2038,2652,2609,2087,2169,1864,2320,2532,2166,2451,2287,2042,2083,2294,2283,2286,2766,2448,2649,2727,2493,2446,3047,2854,2645,2484,2531,2331,2601,2491,2526,2690,2170,2486,2526,2964,2246,2247,2089,2488,2566,2486,2414,2566,2523,2928,2336,2563,2611,2441,2730,2492,2682,2212,2565,2689,2811,2765,2285,2168,2208,2046,2689,2210,2323,2318,2968,2530,1967,2491,2682,2171,2454,2924,2298,2403,2446,2327,2328,2844,2487,2525,2168,2045,1974,1959,2530,2170,2202,2091,2006,1967,1965,1960,2410,2331,2363,2010,1719,1930,1961,2606,2457,2746,2734,2521,2493,2308,2868,2746,2486,2043,1973,1964,2368,2523,2005,2330,2356,2809,2375,2322,2451,2209,2251,2354,2006,2890,2447,2426,2363,2447,2129,2242,2327,1814,1895,1799,1815,1924,1926,1887,1959,1809,1803,1804,2013,2085,1881,1810,1837,1807,1774,1804,1803,1972,2587,2400,2370,2327,2250,2404,2489,2449,3089,2810,2559,2608,2691,2493,2447,2326,2128,2080,2047,2486,2494,2443,2572,2522,2330,2367,2564,2655,2524,2365,2212,2207,2167,2404,2644,2446,2287,2493,2490,2286,2649,2680,2647,2854,2852,2925,2730,4052,2606,2646,2646,3132,2606,2491,2569,2647,2483,2690,2528,2529,2529,2482,2413,2683,2530,2373,2404,2482,2220,2036,2377,2523,2570,2402,2492,2330,2407,2608,2486,2568,2601,2490,2448,2491,2650,2843,2730,2688,2652,2442,2487,2487,2454,2399,2410,2451,2521,2452,2485,2451,2369,2323,2206,2251,2046,2604,2284,2494,2489,2367,2447,2400,2616,2760,2489,2372,2403,2647,2879,3087,2661,2526,2649,2569,2954,3015,2695,2254,2205,2167,2166,2553,2923,2655,2902,2924,2894,2715,2619,2970,2922,2971,3041,2898,3053,3250,3283,3251,2848,2246,2272,2365,2174,2364,2366,2063,2002,2201,2357,2492,2486,2488,2180,2085,2153,2568,3275,3267,2524,2616,2913,3178,3196,2938,2592,2323,2731,2964,2900,3143,2548,2290,2569,3429,2865,2713,2349,3039,2459,2758,2880,2334,2438,2727,2116,2581,2984,2322,2621,2731,2532,2404,2888,2705,2216,2406,2283,2089,2657,2726,2929,2969,2387,2084,2428,2504,1845,2160,2191,2520,2772,2649,2698,2656,2660,2103,2305,2814,3063,3059,2609,2782,2399,2493,3200,2484,2492,2323,2017,2208,2041,2567,2803,2532,2580,2553,3008,2344,2433,3833,2480,2610,2676,2519,2571,2667,2571,2650,2463,2768,2649,2572,2560,2627,2650,3690,1884,1738,2006,2569,2768,2528,2562,2450,2652,2725,2974,2642,2772,2731,2803,2690,2684,2127,2493,2524,2451,2370,2080,2446,2443,2329,2405,2489,2449,2326,2251,2525,2445,2288,2486,2569,2407,2605,2214,2323,2406,1896,2763,2242,2126,2287,2206,2245,2088,2172,2003,1967,2089,2207,2126,2202,2050,2042,2008,1967,2809,2407,2327,2327,3037,2421,2169,2215,2020,2387,2728,2284,2214,1833,1921,2245,1976,1883,1886,1886,1884,1846,1807,2232,2157,1951,1845,1845,1845,1808,2008,2195,2346,2335,2818,2287,2319,2320,2199,2315,2252,2284,2285,1910,2251,2165,2075,1994,2880,1776,1776,1720,1726,1723,1698,1776,1672,1506,1570,1574,1583,1585,1565,1602,1566,1701,1632,1605,1552,1432,1492,1914,1496,1479,1494,1424,1509,1515,1496,1479,1479,1625,1741,1743,1721,1580,1674,1674,1782,1775,1757,1708,1686,1699,1595,1674,1589,1620,1650,1652,1648,1604,1586,1537,1472,1353,1366,1895,1374,1351,1350,1349,1326,1820,1367,1341,1841,1372,1842,1415,1428,1337,1414,1541,1419,1913,1410,1384,1390,1348,1411,1419,1353,1352,1353,1376,1346,1842,1374,1517,1367,1978,1494,1487,1493,1506,1394,2003,1853,1854,1438,1467,1348,1897,1402,1409,1399,1432,1426,1519,1404,1466,1501,1277,1833,1350,1367,1328,1371,1322,1849,1347,1347,1197,1806,1356,1800,1371,1361,1355,1797,1833,1331,1337,1297,1756,1782,1755,1800,1840,1812,1811,1810,1693,1841,1335,1303,1763,1747,1737,1783,1783,1732,1683,1770,1747,1719,1734,1745,1769,1752,1749,1752,1763,1736,1805,1252,1720,1676,1746,1667,1748,1752,1725,1718,1207,1691,1691,1690,1690,1705,1709,1664,1632,1699,1665,1692,1670,1636,1623,1643,1637,1704,1692,1703,1739,1729,1806,1460,1827,1932,1554,1610,2237,2337,2166,2714,2809,2722,2668,2829,2729,2551,3258,2859,2823,2476,2566,2544,2612,2547,2766,2092,2388,2894,2779,2675,2072,2345,2461,2806,2367,2438,2644,2701,2442,2289,2734,2322,2356,2301,2123,2287,2130,2442,2158,2410,2693,2530,2413,2483,3012,2246,2518,2286,2574,2438,2538,3173,2362,2567,2656,2551,2654,2485,2696,2206,2085,2078,2452,2566,2528,2321,2224,2167,2481,2692,2564,2776,2439,2491,2409,2436,2651,2486,3862,2198,2363,2422,2400,2495,2243,2236,2729,2454,2335,2246,2483,2488,2566,2210,2326,2405,2325,2293,2407,2246,2244,2005,2015,2405,2282,2172,2486,1885,2372,2244,2649,2289,2215,2005,2284,2332,2170,2445,2321,2287,1797,1645,1934,1937,1923,2690,2331,2526,2565,2056,2161,2568,2648,2207,2413,2598,2537,2236,2450,2210,2478,2496,2443,2645,2449,2290,2643,2370,2364,2289,2253,2482,2167,2244,2330,2331,2520,2052,2566,2485,2285,2414,2209,1999,1682,2213,1929,1960,1930,1890,2246,2401,2370,2971,2405,2489,2287,2483,2529,2209,2243,2129,2208,2246,2525,2491,2324,2365,2733,2564,2371,2368,2446,2524,2329,2007,2249,2363,2650,2208,2567,2168,2404,2733,2407,2405,2688,2401,2376,2402,2526,2245,1948,2240,2330,2291,2443,2569,2129,2160,2252,2325,2524,2649,2249,2491,1924,2723,2247,2653,2128,2402,2325,2414,2649,2802,2448,2011,2649,2563,2412,2360,2373,2323,2331,2325,2286,2249,2164,2210,2243,2092,1957,1880,2235,2483,2038,1951,2284,2487,2092,2129,2042,1886,2138,2376,2244,2363,2453,2481,2094,2373,3090,2362,2611,2325,1970,2070,2270,2402,2408,2481,2451,2359,1846,2175,2486,2326,1917,2090,2327,2254,2483,2212,2245,2206,2488,2164,2489,2522,2210,2006,2364,2733,2370,2400,2370,2729,3971,2408,2490,2325,2451,2123,1827,1610,1682,2197,2203,2135,1807,1957,1850,1845,1849,2208,2401,2251,1891,1924,2128,1919,1848,2170,2402,2022,2287,2210,2002,2211,2711,2731,2920,2707,2088,1943,1963,1884,2121,2369,2487,2488,2573,2686,3083,2776,2366,2206,2567,2450,1966,2326,2325,2688,2246,2459,2769,2739,2626,2564,2199,2046,1966,1811,1798,2137,2288,2568,2894,2711,1813,1798,1692,1950,2157,1749,1774,1725,1725,2149,1896,1803,1894,2226,2026,1716,1685,1650,1650,1959,1693,1867,1898,1912,1500,1632,1663,1606,1960,1731,1796,1845,2020,1565,1500,1703,1656,1767,1573,1546,1469,1479,1552,1537,1741,1690,1545,1517,1463,1574,1793,1513,1383,1433,1412,1767,1595,1717,1454,1404,1550,1537,1586,2431,1806,1769,1907,2331,2085,1728,1869,2086,2351,1872,1770,1644,1646,1644,1847,2084,2069,2486,2731,2729,2016,2534,2964,2244,2355,2166,2322,1894,2117,2470,2448,2651,2568,2292,2326,2568,2247,1954,2358,2448,2684,2575,2807,2524,2363,2652,2520,2295,2364,2611,2484,2326,2203,2057,2423,2521,3008,2009,2245,2506,2121,1695,1601,1561,1686,2245,1975,2038,2171,2247,2047,1965,2612,2403,2053,2080,2395,2371,2209,2169,2330,2366,2487,2414,2568,2641,2327,2373,2206,2605,2495,2570,2723,2608,2252,2682,2568,2490,2329,1967,2327,2028,1884,2011,2004,1959,1890,2257,2409,2848,2570,2604,2935,2282,2247,2606,2411,2405,2366,2096,2894,1974,2006,2554,2489,2359,2167,2574,2401,3573,2412,1879,2614,2643,2045,2127,2333,2403,1929,1886,1681,1601,1557,1647,1931,2054,1776,1762,1847,2051,1846,1682,1843,1843,2011,2164,1883,1613,1766,1845,1810,1843,1841,1812,1840,1924,1846,2129,2126,2132,2880,3135,2635,2812,2856,2816,3014,3301,2731,3819,2650,2316,2440,2254,2177,1834,2706,2306,2338,2361,2061,2641,2139,2189,2143,2062,2758,2486,2555,2219,2220,2482,2173,2156,2195,2019,1943,1943,1945,1943,1905,1947,1947,1837,1769,1771,1931,1774,1769,1752,1778,1750,2141,2146,1635,1632,1634,1484,1436,1445,1685,1562,1393,1387,1483,1388,1547,1388,1381,1398,1664,1631,1441,1991,1980,1471,1444,1446,1448,1355,1952,1531,1416,1324,1928,1416,1416,1415,1416,1308,1922,1424,2009,1923,1492,1473,1488,1473,1473,1483,1415,1379,1366,1448,1470,1753,1822,1814,1827,1828,1330,1326,1319,1781,1816,1362,1313,1885,1307,1810,1802,1818,1864,1275,1788,1788,1783,1806,1799,1751,1752,1819,1796,1776,1750,1764,1916,2343,3189,2675,2276,1872,2296,2326,2319,2234,2430,2459,2237,2091,2554,2343,2503,2583,2447,1877,1946,2047,2088,2156,2071,1894,2340,2098,2165,2268,2326,2246,2154,2378,2276,2362,2188,2052,1876,1776,1992,1729,2005,2089,2155,2102,2127,2093,2003,2084,2073,1961,2086,2107,2172,2169,2156,2210,1917,1949,2194,2219,2528,2290,2504,2488,2478,2543,2301,2202,2971,3224,3001,2803,2917,2772,3099,2488,2605,2806,2513,2173,2474,3100,2674,2938,3001,3093,2523,2731,2447,2919,3207,2649,2943,2422,2493,2249,2019,2210,2276,2179,1927,1878,2084,2116,2749,2567,2662,2914,2668,2768,2174,2522,2589,2410,2170,2140,2090,2250,2012,1958,1813,1757,2048,2110,1842,1687,2067,2124,2176,2091,2171,2277,2331,2168,2564,2557,2407,2290,2096,1920,1975,2726,2013,2236,1847,1959,1967,1957,1850,2049,1888,1801,1770,1923,1958,2018,2160,2040,1936,2334,2374,2371,2358,2693,2560,2489,2486,2496,2606,2647,2287,2101,2288,2208,3047,2770,3012,2411,2490,2525,2729,2490,2329,2770,2450,2406,2521,2286,2363,2172,2489,2655,2480,2690,2449,3093,2207,2492,2120,1761,1936,1966,2043,1800,1851,1962,1923,1966,2010,1808,1850,1844,2028,1781,1804,1647,1827,1789,2038,1725,1812,1643,1567,1724,1646,2000,1769,2041,2046,1813,1782,1787,1725,1710,1824,1761,1685,1646,1765,1759,1613,1685,1895,1987,1920,2001,2331,2424,1803,1720,1886,1966,1776,1914,1924,1926,2041,1896,1726,1835,1929,1922,1931,1929,1915,1891,1672,1697,1694,1801,1715,1996,2057,2535,2028,2299,1995,1934,2320,2246,2179,2362,2367,2429,1874,2003,2041,2571,1884,1952,2060,2110,1940,1795,1768,1760,1765,1770,1756,1886,1833,1859,1634,1618,1808,1633,1617,1619,1669,1453,1626,1619,1547,1536,1596,1551,1535,1540,1512,1673,1609,1622,1541,1443,1432,1375,1340,1455,1443,1337,1536,1420,1336,1453,1453,1335,1914,1334,1848,1304,1354,1370,1432,1413,1409,1409,1396,1336,1334,1336,1335,1778,1858,1347,1335,1455,1399,1405,1346,1376,1367,1380,1344,1980,1471,1498,1406,1402,1400,1370,1386,1871,1970,1397,1769,1820,1775,1774,1766,1763,1787,1795,1768,1767,1760,1810,1765,1743,1754,1777,1818,1896,1895,1847,1458,1454,1457,1436,1441,1418,1403,1357,1374,1351,1408,1314,1845,1417,1295,1863,1389,1228,1865,1271,1829,1363,1328,1358,1370,1315,1381,1379,1308,1871,1342,1379,1359,1318,1840,1321,1820,1770,1707,1776,1752,1744,1764,1751,1744,1799,1768,1770,1816,1713,1772,1760,1760,1761,1760,1714,1746,1746,1746,1782,1746,1787,1748,1736,1740,1765,1757,1748,1747,1753,1743,1796,1750,1802,1713,1818,1836,1813,1817,1812,1809,1744,1800,1815,1813,1810,1816,1811,1813,1812,1754,1821,1790,1813,1793,1816,1811,1813,1825,1722,1823,1831,1806,1812,1779,1818,1814,1811,1811,1808,1757,1823,1743,1795,1819,1810,1813,1813,1810,1808,1812,1746,1816,1792,1814,1809,1818,1781,1866,1312,1744,1808,1816,1795,1812,1812,1784,1821,1315,1808,1778,1815,1809,1811,1849,1312,1707,1825,1819,1746,1804,1810,1812,1810,1815,1789,1792,1793,1825,1812,1811,1810,1812,1810,1772,1809,1838,1796,1809,1819,1810,1813,1816,1824,1268,1821,1818,1810,1809,1824,1771,1816,1787,1738,1847,1306,1810,1810,1812,1766,1815,1815,1820,1828,1859,1859,1864,1834,1733,1735,1791,1768,1703,1733,1763,1759,1770,1723,1683,1803,1805,1667,1647,1847,1808,1770,1727,1758,1778,1778,1791,1802,1812,1769,1771,1741,1812,1809,1771,1769,1748,1768,1768,1767,1733,1744,1816,1776,1767,1822,1714,1775,1767,1744,1797,1832,1808,1388,1303,1806,1787,2089,1684,1611,1605,1510,1527,1525,1514,1455,1275,1825,1967,1475,1389,1417,1344,1466,1882,1384,1475,1407,1351,1350,1343,1363,1409,1329,1827,1803,1833,1907,1429,1363,1828,1337,1388,1313,1808,1810,1813,1821,1888,1438,1464,1282,1784,1725,1820,1370,1839,1325,1784,1796,1840,1788,1829,1877,1302,1855,1377,1381,1312,1751,1782,1736,1733,1735,1752,1747,1733,1732,1789,1810,1770,1760,1775,1833,1821,1825,1821,1838,1808,1815,1799,1747,1794,1795,1788,1747,1741,1656,1772,1780,1788,1736,1782,1808,1821,1696,1694,1723,1690,1689,1728,1690,1688,1688,1686,1708,1722,1721,1722,1683,1712,1721,1682,1680,1737,1814,1794,1812,1766,1773,1768,1765,1768,1745,1684,1873,1726,1781,1780,1775,1774,1773,1735,1815,1804,1789,1783,1789,1808,1768,1769,1764,1770,1720,1681,1716,1757,1767,1767,1768,1743,1766,1768,1775,1772,1767,1773,1777,1782,1710,1756,1780,1772,1820,1826,1364,1878,1367,1829,1812,1809,1775,1817,1780,1821,1809,1812,1817,1819,1860,1877,1356,1715,1866,1857,1873,1380,1769,1808,1775,1724,1786,1811,1295,1730,1737,1727,1806,1808,1804,1775,1774,1805,1732,1682,1725,1770,1806,1807,1724,1773,1807,1733,1785,1727,1754,1715,1707,1706,1720,1711,1702,1707,1758,1727,1745,1801,1795,1739,1767,1770,1860,1830,1873,1376,1368,1864,1865,1884,1322,1784,1779,1812,1812,1810,1809,1808,1772,1812,1725,1839,1313,1810,1810,1811,1813,1814,1857,1271,1829,1384,1379,1368,1866,1831,1849,1391,1277,1769,1820,1776,1776,1774,1787,1787,1772,1781,1780,1824,1770,1782,1774,1773,1781,1778,1779,1873,1820,1867,1863,1875,1369,1372,1385,1878,1842,1769,1780,1777,1766,1766,1774,1780,1795,1785,1759,1778,1781,1778,1778,1779,1777,1779,1803,1781,1850,1791,1784,1780,1778,1781,1780,1832,1825,1805,1793,1787,1787,1775,1782,1772,1717,1834,1817,1828,1864,1880,1377,1869,1883,1378,1377,1370,1848,1814,1815,1809,1811,1807,1800,1790,1810,1813,1809,1809,1810,1811,1812,1813,1847,1871,1870,1378,1374,1341,1856,1315,1810,1778,1815,1817,1817,1368,1865,1873,1875,1367,1837,1317,1809,1815,1799,1815,1810,1810,1818,1817,1811,1811,1808,1820,1809,1812,1822,1811,1827,1832,1870,1368,1800,1861,1868,1373,1364,1392,1213,1780,1813,1775,1828,1785,1813,1773,1853,1276,1818,1816,1833,1867,1763,1821,1706,1789,1844,1309,1809,1808,1810,1784,1818,1810,1794,1728,1783,1809,1811,1812,1810,1813,1809,1814,1701,1776,1792,1816,1813,1809,1810,1753,1837,1304,1809,1814,1812,1819,1811,1814,1781,1810,1811,1810,1813,1822,1796,1818,1819,1822,1813,1826,1315,1809,1809,1817,1817,1818,1811,1815,1781,1817,1783,1794,1813,1810,1809,1752,1809,1810,1811,1810,1809,1809,1811,1813,1808,1782,1807,1853,1794,1858,1858,1857,1864,1852,1852,1852,1864,1869,1365,1863,1834,1833,1835,1744,1803,1760,1805,1805,1769,1771,1768,1804,1735,1738,1788,1775,1776,1776,1779,1773,1785,1693,1797,1800,1762,1699,1725,1739,1728,1774,1778,1753,1748,1747,1756,1776,1774,1794,1789,1774,1784,1791,1797,1773,1774,1789,1780,1787,1775,1832,1796,1777,1773,1774,1789,1781,1779,1771,1787,1735,1821,1816,1838,1376,1371,1873,1874,1365,1321,1781,1768,1820,1755,1720,1725,1722,1798,1783,1682,1728,1806,1769,1744,1758,1788,1749,1803,1776,1731,1798,1775,1772,1782,1781,1779,1796,1819,1707,1850,1856,1870,1371,1244,1822,1824,1814,1872,1337,1775,1807,1767,1771,1734,1687,1796,1787,1760,1796,1812,1769,1767,1769,1852,1822,1856,1792,1804,1810,1775,1881,1865,1864,1862,1880,1389,1831,1821,1886,1374,1379,1346,1820,1813,1819,1811,1824,1813,1812,1811,1814,1842,1844,1834,1866,1872,1867,1370,1876,1348,1786,1793,1829,1829,1795,1874,1371,1378,1864,1892,1343,1859,1312,1809,1775,1811,1812,1812,1823,1779,1784,1771,1761,1771,1772,1795,1781,1756,1774,1780,1779,1779,1778,1782,1775,1782,1777,1853,1880,1370,1377,1868,1374,1365,1384,1313,1789,1822,1812,1814,1810,1813,1812,1810,1814,1808,1810,1808,1809,1809,1811,1810,1812,1811,1786,1771,1767,1759,1779,1770,1772,1758,1784,1802,1776,1777,1840,1878,1374,1365,1876,1302,1815,1315,1868,1788,1747,1748,1781,1781,1786,1780,1774,1784,1784,1773,1772,1788,1802,1774,1779,1713,1846,1823,1824,1825,1369,1867,1873,1369,1855,1335,1814,1810,1813,1808,1809,1810,1812,1819,1810,1758,1748,1807,1784,1802,1781,1779,1736,1767,1783,1786,1787,1785,1773,1780,1787,1924,1856,1786,1781,1779,1774,1786,1786,1795,1821,1779,1774,1774,1785,1787,1782,1795,1780,1721,1805,1774,1774,1777,1782,1781,1784,1781,1854,1384,1354,1834,1834,1809,1823,1774,1731,1680,1762,1756,1798,1777,1771,1847,1795,1782,1804,1818,1775,1857,1376,1874,1864,1865,1875,1870,1825,1822,1798,1778,1772,1782,1781,1779,1840,1798,1762,1766,1759,1752,1753,1756,1751,1810,1299,1753,1794,1783,1774,1774,1774,1777,1795,1707,1717,1743,1763,1765,1776,1798,1781,1777,1780,1780,1779,1734,1778,1782,1776,1781,1777,1841,1367,1888,1366,1332,1821,1381,1367,1862,1280,1870,1759,1776,1774,1714,1782,1782,1781,1771,1827,1816,1830,1836,1836,1377,1372,1372,1866,1386,1357,1314,1808,1809,1813,1815,1812,1815,1825,1809,1814,1809,1810,1813,1799,1809,1812,1808,1827,1794,1812,1809,1814,1768,1800,1815,1793,1809,1820,1811,1809,1812,1849,1780,1810,1771,1858,1753,1749,1788,1780,1787,1782,1778,1772,1782,1797,1786,1787,1794,1785,1777,1776,1749,1790,1784,1785,1786,1786,1802,1765,1801,1842,1814,1309,1877,1372,1863,1865,1863,1875,1748,1798,1792,1813,1819,1825,1809,1813,1814,1824,1314,1808,1813,1812,1810,1808,1812,1796,1750,1828,1757,1781,1771,1813,1766,1773,1785,1783,1825,1819,1835,1368,1864,1870,1875,1374,1818,1802,1817,1816,1813,1809,1809,1808,1818,1766,1779,1812,1810,1808,1809,1814,1814,1813,1733,1789,1825,1809,1813,1810,1810,1812,1810,1817,1800,1862,1857,1858,1859,1858,1856,1860,1855,1858,1822,1823,1863,1865,1884,1367,1878,1876,1334,1794,1821,1856,1313,1808,1827,1810,1773,1786,1799,1818,1810,1813,1809,1811,1811,1817,1813,1811,1810,1812,1821,1814,1809,1814,1787,1788,1810,1813,1809,1815,1808,1808,1809,1834,1310,1816,1785,1816,1810,1812,1810,1821,1782,1807,1809,1814,1812,1813,1810,1811,1810,1828,1842,1760,1776,1781,1789,1785,1775,1805,1770,1740,1742,1752,1389,1829,1840,1378,1371,1375,1862,1391,1822,1807,1783,1814,1809,1809,1813,1818,1796,1811,1812,1813,1810,1812,1810,1809,1788,1812,1794,1814,1811,1809,1809,1811,1814,1816,1809,1811,1808,1774,1813,1811,1826,1812,1832,1324,1809,1822,1792,1782,1813,1813,1812,1774,1845,1832,1861,1863,1829,1863,1857,1849,1803,1824,1799,1816,1869,1867,1867,1374,1366,1898,1369,1845,1346,1831,1834,1873,1381,1312,1812,1808,1845,1309,1813,1810,1810,1822,1310,1810,1778,1808,1794,1815,1809,1819,1810,1810,1814,1807,1808,1749,1745,1714,1679,1638,1670,1661,1637,1650,1739,1635,1623,1657,1643,1654,1644,1649,1625,1649,1690,1677,1685,1697,1719,1660,1707,1751,1675,1679,1668,1679,1679,1677,1688,1712,1770,1727,1720,1717,1721,1721,1739,1722,1720,1774,1842,1783,1784,1766,1782,1774,1783,1780,1764,1828,1784,1782,1775,1782,1773,1827,1793,1725,1774,1760,1805,1759,1765,1759,1759,1752,1790,1787,1789,1848,1835,1787,1786,1779,1778,1789,1775,1776,1775,1835,1823,1827,1871,1373,1385,1368,1876,1864,1310,1813,1809,1813,1817,1786,1779,1768,1812,1809,1810,1809,1811,1812,1812,1793,1746,1811,1810,1822,1809,1818,1810,1776,1811,1792,1807,1810,1811,1810,1809,1810,1810,1809,1824,1815,1818,1809,1813,1811,1813,1785,1793,1792,1816,1814,1809,1814,1824,1815,1802,1811,1818,1756,1820,1811,1810,1808,1810,1858,1313,1811,1796,1779,1810,1808,1809,1814,1819,1808,1808,1815,1820,1809,1821,1810,1812,1826,1864,1879,1374,1287,1824,1376,1341,1856,1315,1829,1312,1818,1809,1828,1806,1811,1811,1812,1814,1809,1857,1310,1809,1811,1810,1812,1814,1758,1806,1852,1309,1808,1781,1799,1811,1810,1777,1834,1779,1783,1783,1786,1780,1781,1773,1790,1817,1816,1840,1381,1365,1819,1862,1866,1810,1772,1774,1775,1767,1770,1775,1783,1786,1777,1779,1779,1778,1782,1777,1781,1815,1792,1723,1839,1881,1368,1371,1881,1380,1373,1286,1809,1838,1821,1757,1785,1786,1787,1774,1809,1810,1821,1823,1819,1821,1870,1871,1376,1372,1873,1871,1312,1814,1808,1809,1809,1808,1809,1768,1775,1833,1820,1860,1858,1863,1860,1871,1357,1868,1857,1827,1836,1876,1372,1378,1867,1867,1936,1326,1815,1812,1818,1809,1809,1810,1817,1762,1796,1810,1808,1809,1809,1810,1808,1816,1788,1783,1748,1797,1776,1752,1772,1779,1749,1841,1834,1874,1377,1375,1348,1824,1809,1809,1808,1293,1755,1781,1776,1777,1775,1796,1786,1779,1849,1326,1775,1776,1772,1783,1787,1781,1775,1848,1364,1795,1858,1870,1376,1863,1860,1850,1881,1830,1789,1808,1772,1772,1783,1790,1782,1827,1823,1825,1830,1870,1382,1377,1371,1369,1853,1320,1812,1812,1811,1813,1810,1810,1819,1811,1720,1781,1804,1769,1812,1808,1814,1809,1818,1814,1813,1816,1707,1813,1810,1816,1810,1812,1807,1808,1810,1839,1800,1793,1820,1810,1809,1799,1788,1809,1812,1815,1810,1812,1811,1809,1766,1800,1818,1813,1812,1814,1810,1807,1812,1791,1793,1764,1783,1698,1769,1786,1768,1803,1804,1787,1785,1786,1832,1802,1784,1780,1773,1808,1774,1816,1808,1774,1783,1775,1776,1780,1725,1780,1804,1778,1826,1745,1735,1742,1780,1834,1839,1838,1783,1789,1764,1797,1778,1779,1827,1868,1798,1869,1369,1372,1866,1774,1813,1806,1790,1812,1849,1308,1808,1692,1722,1782,1792,1816,1776,1779,1796,1775,1783,1757,1846,1776,1816,1782,1782,1780,1787,1780,1790,1780,1851,1832,1382,1367,1372,1377,1377,1353,1820,1813,1802,1809,1815,1815,1812,1811,1809,1809,1810,1770,1826,1797,1811,1810,1818,1841,1810,1811,1700,1787,1818,1793,1812,1811,1810,1809,1771,1819,1812,1812,1812,1816,1811,1809,1813,1706,1748,1824,1809,1780,1810,1812,1817,1810,1815,1741,1816,1366,1875,1376,1375,1840,1881,1862,1820,1834,1833,1829,1868,1377,1368,1865,1873,1375,1263,1824,1822,1812,1813,1811,1810,1812,1775,1856,1756,1748,1746,1787,1785,1779,1776,1722,1768,1787,1788,1773,1782,1774,1777,1791,1871,1759,1740,1756,1801,1801,1803,1801,1803,1845,1308,1803,1805,1794,1802,1802,1800,1804,1867,1780,1779,1784,1773,1774,1784,1798,1782,1795,1802,1762,1753,1762,1755,1758,1757,1750,1767,1786,1788,1860,1869,1833,1379,1358,1843,1814,1832,1772,1771,1693,1767,1806,1806,1731,1724,1806,1805,1769,1805,1780,1774,1771,1732,1843,1810,1772,1804,1729,1766,1805,1772,1732,1753,1770,1795,1810,1769,1706,1838,1816,1753,1836,1309,1768,1770,1763,1768,1768,1768,1769,1805,1782,1778,1775,1783,1756,1708,1753,1739,1814,1771,1777,1792,1774,1807,1779,1812,1738,1742,1808,1787,1810,1771,1767,1769,1768,1771,1807,1764,1766,1811,1768,1772,1772,1696,1791,1788,1767,1772,1807,1805,1804,1767,1775,1732,1767,1802,1789,1816,1764,1771,1767,1770,1770,1827,1771,1768,1768,1737,1764,1763,1765,1747,1768,1808,1818,1840,1336,1822,1382,1372,1842,1262,1809,1853,1310,1814,1809,1812,1812,1810,1813,1710,1790,1794,1811,1812,1811,1809,1815,1818,1766,1813,1815,1793,1817,1808,1810,1812,1810,1752,1810,1809,1809,1811,1810,1818,1810,1812,1753,1751,1770,1772,1764,1765,1770,1780,1778,1736,1778,1780,1780,1778,1781,1779,1778,1780,1759,1781,1862,1816,1830,1872,1371,1870,1386,1849,1339,1854,1311,1831,1800,1793,1814,1810,1813,1813,1803,1789,1812,1810,1809,1809,1811,1700,1819,1793,1822,1816,1814,1812,1808,1810,1797,1811,1808,1814,1809,1810,1808,1813,1812,1774,1793,1778,1805,1813,1817,1811,1813,1760,1771,1812,1810,1783,1822,1811,1812,1809,1706,1808,1807,1813,1768,1779,1768,1743,1752,1749,1844,1840,1855,1858,1859,1857,1857,1872,1365,1828,1811,1781,1774,1764,1773,1774,1794,1791,1786,1781,1785,1785,1767,1799,1774,1787,1776,1868,1785,1774,1774,1775,1782,1787,1781,1781,1826,1838,1774,1776,1784,1781,1777,1775,1783,1838,1869,1876,1371,1870,1827,1372,1866,1877,1401,1312,1814,1813,1810,1811,1825,1815,1827,1770,1801,1794,1813,1809,1817,1750,1778,1816,1802,1789,1815,1792,1816,1809,1827,1781,1810,1799,1807,1811,1814,1793,1811,1810,1814,1815,1812,1811,1812,1814,1808,1814,1810,1810,1813,1779,1799,1810,1811,1812,1813,1809,1812,1809,1812,1820,1811,1813,1809,1811,1809,1738,1812,1860,1792,1859,1872,1359,1869,1862,1793,1817,1869,1758,1784,1788,1852,1856,1881,1337,1811,1803,1809,1812,1767,1763,1811,1874,1371,1809,1886,1834,1365,1845,1820,1830,1855,1311,1810,1833,1837,1364,1377,1865,1869,1378,1847,1326,1853,1280,1816,1808,1810,1810,1810,1808,1808,1854,1281,1805,1811,1812,1808,1808,1816,1815,1819,1780,1867,1781,1775,1775,1790,1797,1788,1775,1776,1820,1809,1832,1867,1885,1368,1373,1334,1869,1298,1821,1815,1811,1813,1811,1810,1788,1783,1813,1708,1817,1866,1791,1858,1861,1768,1844,1864,1357,1809,1771,1807,1771,1807,1746,1762,1766,1807,1780,1791,1811,1770,1767,1762,1755,1822,1770,1745,1822,1770,1776,1767,1772,1768,1820,1812,1880,1819,1822,1835,1367,1825,1822,1309,1815,1809,1778,1814,1815,1795,1813,1823,1824,1312,1814,1736,1775,1810,1817,1797,1813,1813,1810,1813,1771,1817,1814,1810,1812,1815,1825,1876,1773,1768,1786,1786,1773,1817,1780,1844,1800,1779,1779,1715,1766,1773,1794,1772,1883,1802,1801,1800,1788,1795,1802,1768,1784,1706,1748,1801,1802,1810,1805,1802,1776,1758,1906,1743,1737,1745,1736,1687,1735,1646,1743,1724,1740,1740,1785,1759,1782,1817,1817,1764,1731,1835,1814,1786,1817,1817,1815,1744,1826,1816,1741,1735,1745,1731,1768,1662,1782,1730,1768,1777,1767,1780,1783,1770,1768,1771,1708,1718,1692,1696,1681,1732,1697,1726,1698,1710,1736,1745,1719,1727,1727,1722,1729,1724,1634,1728,1723,1738,1778,1775,1774,1800,1798,1721,1780,1834,1775,1782,1780,1780,1772,1773,1758,1837,1824,1817,1836,1836,1870,1369,1871,1793,1775,1813,1812,1813,1811,1821,1809,1816,1743,1745,1791,1812,1811,1814,1810,1810,1812,1769,1795,1825,1748,1778,1751,1770,1767,1789,1681,1890,1217,1836,1821,1842,1372,1378,1348,1815,1811,1814,1813,1815,1790,1784,1809,1817,1819,1810,1795,1768,1820,1758,1788,1808,1814,1810,1813,1707,1820,1794,1738,1805,1818,1782,1801,1813,1864,1847,1859,1884,1836,1798,1774,1773,1732,1718,1806,1788,1861,1815,1768,1768,1768,1792,1855,1876,1863,1879,1313,1811,1813,1796,1788,1782,1757,1780,1785,1768,1765,1773,1778,1783,1804,1777,1784,1792,1792,1783,1779,1754,1778,1777,1841,1379,1388,1821,1873,1381,1366,1749,1777,1834,1316,1811,1852,1306,1811,1812,1811,1785,1718,1780,1763,1776,1779,1775,1742,1755,1792,1701,1739,1776,1764,1815,1816,1794,1812,1827,1766,1777,1770,1773,1776,1771,1775,1744,1738,1716,1736,1752,1725,1850,1236,1783,1819,1811,1845,1794,1859,1852,1809,1842,1850,1858,1765,1684,1721,1721,1696,1716,1724,1728,1760,1745,1730,1724,1725,1723,1727,1684,1681,1725,1676,1748,1761,1745,1773,1770,1805,1809,1756,1777,1755,1806,1788,1814,1769,1827,1704,1740,1808,1751,1741,1738,1745,1740,1726,1803,1799,1867,1684,1735,1750,1745,1785,1744,1741,1809,1776,1786,1277,1762,1742,1780,1697,1786,1789,1790,1816,1788,1806,1779,1799,1726,1696,1705,1677,1717,1681,1679,1720,1739,1711,1676,1769,1686,1698,1709,1709,1676,1750,1768,1751,1786,1780,1745,1787,1826,1746,1773,1730,1728,1737,1680,1722,1725,1672,1711,1687,1693,1670,1673,1713,1755,1726,1725,1726,1684,1682,1754,1726,1674,1663,1633,1645,1614,1624,1637,1754,1774,1783,1775,1897,1330,1821,1825,1296,1840,1333,1210,1897,1410,1457,1452,1449,1448,1605,1491,1614,1611,1585,1473,1608,1553,1556,1556,1554,1522,1471,1558,1535,1467,1480,1463,1412,1375,1367,1925,1480,1431,1524,1456,1460,1469,1470,1453,1452,1470,1472,1468,1404,1421,1369,1417,1423,1326,1853,1292,1759,1870,1378,1367,1425,1350,1352,1272,1713,1705,1702,1704,1701,1825,1286,1694,1684,1683,1717,1890,1412,1412,1412,1471,1266,1817,1351,1334,1330,1330,1330,1288,1797,1339,1270,1693,1736,1687,1723,1721,1719,1822,1334,1333,1343,1264,1800,1757,1749,1750,1799,1752,1704,1688,1679,1797,1799,1319,1316,1814,1815,1814,1815,1815,1770,1733,1814,1245,1717,1811,1319,1315,1977,1481,1910,1993,1453,1360,1887,1319,1581,1585,1566,1571,1581,1385,1372,1371,1367,1359,1384,1343,1334,1341,1331,1384,1383,1337,1242,1832,1423,1352,1343,1471,1372,1807,1312,1810,1809,1768,1831,1804,1790,1784,1794,1831,1291,1789,1828,1416,1398,1292,1785,1794,1861,1327,1324,1269,1762,1760,1858,1298,1751,1747,1776,1751,1750,1843,1350,1344,1296,1831,1744,1734,1771,1783,1735,1732,1733,1667,1765,1727,1810,1782,1697,1637,1751,1724,1717,1777,1676,1717,1727,1689,1691,1652,1650,1652,1673,1758,1732,1784,1846,1342,1822,1767,1768,1797,1857,1406,1999,1462,1426,1490,1454,1691,2003,2357,2451,3195,2827,2280,2647,2451,2929,2916,2417,1865,2572,2446,3371,2697,2480,2408,2581,2987,3831,2548,2428,2273,2177,2232,2295,2011,2142,2175,2440,2570,2545,2269,2737,2187,2020,1902,1910,2284,2056,2068,1948,1735,1792,1846,1571,1575,2221,1698,1879,1574,1650,1783,1580,1555,1453,1482,1578,1477,1529,1438,1525,1430,1515,1464,1448,1445,1425,1376,1330,1974,1313,1883,1490,1407,1490,1476,1461,1789,1476,1504,1485,1492,1437,1609,1563,1600,1523,1493,1598,1441,1448,1903,1996,1706,1535,1488,1491,1491,2092,1782,1824,1821,1518,1713,1875,1974,1943,1828,1465,1415,1407,1438,1549,1557,1520,1833,1925,1701,1701,1689,1710,1905,1697,1736,1976,1824,1524,1456,1447,3111,1466,1506,1582,1823,1937,1710,1764,1755,1749,1689,1812,1751,1754,1659,1722,3027,1768,1777,1884,2082,2702,2833,2535,2994,2552,2727,2303,2019,2744,2958,2324,2249,2210,2111,2185,2449,2367,2478,2378,2363,2166,2013,1928,1961,1855,1884,1840,1803,2316,2250,2103,1962,2068,2121,2132,2810,3369,2674,2722,2072,2581,2317,2157,2122,5522,2430,2135,2523,2209,2168,2367,2478,1971,2347,2508,2110,2003,2430,2546,2596,2426,1940,1924,2007,2153,2020,1922,1928,1966,1922,1927,1895,1843,1806,1727,1835,1720,1820,1920,1925,1693,1709,1691,2004,1983,1737,1858,1929,1939,1846,1843,1917,2052,2124,2008,1825,1952,1924,1902,1727,1614,1534,1571,1565,1564,1600,1673,1834,1820,1746,1866,1745,1796,1883,1766,1654,1640,1709,1650,1716,1766,1850,2046,2129,1976,2214,1907,2065,2034,1911,2150,2174,2174,2137,2129,2737,2832,2162,2170,1925,2223,2013,2758,2769,2486,2649,2733,2497,2232,1822,2285,2338,2483,2575,2669,2610,2089,1834,1835,2084,1846,1835,2238,2007,2087,2174,2029,1843,2104,2158,2108,2351,2083,2275,2486,2526,2135,2259,2646,2758,2167,2732,2566,2569,2641,2447,2607,2650,2566,2455,2724,2525,2952,3347,3272,3155,3345,3242,3165,3458,2871,2938,3142,2697,2949,3491,3386,2369,2680,3285,2889,2524,2851,2364,2166,1784,2456,2647,2768,2677,2589,2328,2393,3119,2648,2525,2725,2415,2410,2524,2489,2486,2104,2562,2448,2233,2364,2492,2487,2136,2353,1929,2328,2004,1990,2510,2568,2469,2354,2569,2592,2577,2579,2538,2425,2477,2584,2499,2169,1909,1908,1871,1780,1902,1811,1766,1762,1719,1710,1704,1594,1669,1732,1749,1763,1811,1841,1732,1665,1597,1622,1644,1637,1642,1619,1652,1639,1631,1533,1472,1548,1419,1402,1406,1548,1557,1536,1492,1352,1918,1419,1612,1435,1937,1512,1506,1500,1498,1506,1340,2007,1366,1920,1460,1408,1854,1385,1382,1427,1467,1392,1405,1432,1770,1893,1393,1395,1353,1768,1881,1330,1359,1305,1868,1344,1395,1207,1775,1710,1753,1796,1767,1808,1264,1765,1788,1841,1780,1757,1831,1361,1365,1380,1346,1814,1812,1816,1423,1434,1438,1465,1448,1429,1453,1465,1374,1341,1843,1389,1415,1490,1503,1499,1559,1599,1544,1595,1776,1697,1957,1880,1891,1904,2597,2987,2484,3208,2332,2245,2208,2873,2487,2607,3086,2768,2615,2619,2646,2574,2911,2767,2529,2404,2625,2565,2487,2714,2942,2753,2750,2394,2490,2166,2148,2490,2364,2258,1988,2299,2454,2034,2051,2004,1814,1722,1607,1727,1759,1723,1734,1882,1886,1764,1962,2003,1825,1662,1645,1685,1628,1702,1684,1522,1568,1448,1444,1431,1375,1396,1539,1387,1325,2124,1838,1453,1476,1483,1481,1496,1477,1478,1484,1481,1484,1391,1326,1853,1319,1797,1783,1780,1774,1867,1443,1444,1506,1507,1562,1560,1546,1551,1497,1461,1408,1812,2057,1484,1440,1839,1837,2084,1678,1445,1873,1475,1410,1846,1440,1411,1407,1429,1413,1515,1401,1444,1447,1457,1308,1451,1445,1446,1444,1447,1416,1813,1809,1350,1343,1874,1342,1928,1419,1421,1493,1427,1499,1571,1556,1638,1456,1559,1558,1560,1553,1556,1595,1561,1559,1582,1452,1436,1478,1473,1403,1400,1207,1764,1809,1942,1438,1429,1408,1409,1338,1837,1285,1782,1784,1782,1782,1866,1377,1289,1799,1367,1291,1759,1873,1392,1376,1375,1335,1835,1353,1316,1758,1751,1746,1749,1748,1747,1752,1815,1251,1730,1827,1360,1261,1757,1752,1752,1774,1768,1753,1724,1720,1722,1722,1706,1719,1712,1727,1788,1329,1329,1331,1331,1323,1760,1711,1713,1721,1702,1776,1758,1718,1767,1748,1744,1702,1698,1692,1691,1689,1689,1774,1754,1706,1713,1654,1713,1619,1720,1683,1726,1708,1681,1757,1699,1715,1728,1728,1725,1723,1724,1684,1681,1681,1680,1766,1692,1749,1729,1726,1721,1683,1710,1720,1724,1684,1707,1703,1697,1739,1687,1690,1712,1723,1723,1721,1727,1685,1766,1700,1691,1725,1726,1725,1684,1687,1750,1725,1725,1760,1758,1821,1333,1471,1497,1523,1654,1709,1732,2524,2524,2845,2810,2600,2886,2624,2647,3119,4744,2601,2246,2576,2764,2572,2442,2655,2566,3969,2605,3444,2848,2602,2395,2239,2132,1997,2170,2082,2247,2126,2165,2127,2206,2207,2293,2481,2167,2093,2363,2255,2004,2009,2280,2406,2327,2371,2200,2086,2046,2128,2233,2644,2457,2376,2165,2087,2085,2118,2160,1810,2092,2086,2006,2332,2122,2087,2276,2288,2377,2411,2554,2341,2731,2766,2689,2521,2359,2784,2406,2152,2045,2027,2602,2936,2932,2734,2442,2554,2111,2829,2484,2528,2449,2452,2481,2132,2409,2402,2407,2531,2806,2959,2914,2812,2776,2473,2585,2694,2296,2078,2013,1972,1917,1966,1813,1873,1974,1966,1965,2096,2040,1959,1782,1847,1725,1765,1725,1726,1453,1401,1716,1766,1724,1765,1765,1809,1739,1645,1674,1555,1819,1784,1741,1733,1733,1733,1732,1608,1525,1484,1686,1645,1454,1439,1440,1444,1444,1444,1484,1714,1720,1589,1730,1714,1697,1687,1793,1776,1539,1491,1363,1919,1385,1832,1833,1834,1836,1819,1963,1442,1643,1493,1342,1834,1785,1842,1833,1834,1859,1833,1905,1343,1835,1870,1406,1406,1323,2024,1612,1607,1498,1436,1663,1669,1645,1704,1703,1668,1711,1718,1501,1656,1467,1469,1496,1356,1308,2004,1837,1480,1503,1579,1502,1552,1524,1524,1530,1556,1533,1639,1605,1651,1618,1885,1694,1627,1563,1785,1795,1721,1740,1698,1838,1813,1939,1949,1994,2212,1903,1920,2036,2498,2526,2952,2521,2902,2507,2244,2323,1996,2476,2806,2730,2206,2451,2526,2529,2244,2373,2006,2201,2410,2246,2614,2322,2410,2243,2251,2446,2090,2318,1888,2169,2160,2927,2613,2406,2290,2367,2207,2364,2649,2483,2327,2295,2278,2216,2046,2708,2140,2398,2519,2808,2188,1851,2056,2588,2571,2761,2494,2084,2208,2644,2370,2445,2045,2607,2244,3019,3445,2413,2405,2725,2130,2083,2330,2285,2163,2371,2971,2123,2447,2731,2168,2561,2368,2052,2682,2569,2292,2324,2210,2242,1971,2122,1970,1615,1638,2159,2092,2200,2006,2409,3774,2204,2564,2253,2206,2724,2452,2286,2251,3446,2129,2123,1889,2407,2325,2645,2489,2331,2082,2410,2570,2446,2486,2448,2052,2162,2413,2535,2005,1965,2168,2320,2336,2282,2366,2247,2003,2010,2211,2200,1926,2656,2240,2124,2050,2127,2129,2205,2169,2003,1968,1971,1962,2053,2126,2403,1975,1890,2001,1920,2812,2323,2248,1967,2170,1807,1772,1925,2130,2006,2126,2087,2088,2005,1970,2239,2086,2215,2280,2290,2010,2006,1684,2083,1843,2484,2535,2891,2806,2861,3310,2811,2571,2973,3439,2558,2597,2595,2565,3024,3132,2739,2676,2453,2365,2359,2584,2937,2472,2235,2246,2249,2425,2440,2370,2368,2191,2284,2370,2515,2691,2643,2387,2847,2401,2560,2970,2567,2618,3412,2399,2574,2367,2623,2691,2789,2583,2984,2411,2254,2166,2046,2398,2284,2459,2692,2704,2721,2352,2810,2404,2533,2636,2607,2450,2593,2259,2247,2352,2620,2602,3019,2607,2434,2208,2402,2571,2161,2031,2627,2532,2296,2051,2083,1967,2085,2011,2041,2006,2048,2046,2968,2206,2852,3108,2676,2779,2774,2985,2631,2216,2905,3014,3383,2381,2651,2407,3675,3817,2697,3403,2657,3169,2756,3141,2863,2276,2280,2158,2407,2306,2799,2690,3125,3015,2252,1997,2207,2367,2286,2119,2130,2922,3075,2609,2348,2161,2212,2087,2368,2490,2552,2028,2001,1937,1804,1926,2117,2054,2081,2047,1929,1971,2925,2008,2181,1935,1812,2381,2481,2494,2485,2408,2610,1858,3107,2497,2595,2813,2526,2417,1973,2013,2016,2527,2329,2606,2005,2044,2204,1918,2047,2168,2480,2636,2190,2351,4237,4051,2198,2302,2838,2539,2404,2562,2602,2259,2011,2445,2688,2488,2408,2407,2251,2085,2034,2004,1936,2287,2242,2284,1787,1689,2006,1799,1739,1833,1773,1759,1986,2014,2044,2360,1846,1966,2293,2207,2023,2018,2086,2127,2051,1764,1883,1890,1731,1682,1763,1652,1675,1647,1979,2207,2204,1929,1694,1835,1859,1921,1850,2065,1926,2025,2022,2110,1946,1929,1922,2271,1986,1993,2007,2048,2054,1994,1976,1924,1921,1894,2006,2108,2429,2365,2293,2601,2490,2490,2445,2324,2327,2173,2488,2362,2284,2248,2048,2042,1971,1998,2252,2285,2245,2208,2052,2080,2016,2208,2283,2446,2291,2122,2052,2077,1773,2527,2282,2132,2362,2352,2365,2323,3256,2893,2887,2561,2327,1949,2246,2796,2328,1990,1849,2182,2334,2421,2765,2211,2038,2154,2247,2189,2725,2590,2408,2368,2549,2732,2850,2460,2249,2532,2301,2494,2859,2409,2680,2717,2621,2598,2744,2079,2405,2684,2573,2486,2363,2849,2490,2487,2363,2929,2781,2490,2528,2130,2473,2923,2974,2725,2502,2437,2420,2162,2015,2242,2090,2007,2486,2369,2126,2044,2767,2485,2013,2514,2564,2854,3053,2480,2896,2794,2579,2439,2425,2687,2355,2123,2166,2367,2324,2324,2538,2122,3131,2408,2044,2046,2168,2204,2331,2459,2562,2600,2725,2616,2685,2827,2230,2342,2868,2524,2492,3044,2403,2173,2278,2411,2527,2441,2831,2442,2675,2729,2176,2340,2775,2743,2967,2699,2420,2364,2317,2341,2178,2205,2210,2567,3513,2047,1801,2013,2249,2360,2083,2083,2075,2127,2173,2210,2291,1806,1903,1570,1574,1807,1805,1758,1614,1638,1609,1682,1722,1688,1810,2085,2132,2601,1975,2122,2166,1847,1660,1837,1725,1649,1833,1965,2454,2124,2094,1990,2027,2020,1905,2150,2201,2278,2050,2155,2294,2172,2244,2332,1964,2123,1938,1923,1847,2045,1991,1941,2190,1998,2165,2063,1894,2486,2610,3015,2571,2326,2509,2580,2250,2045,2725,2168,2127,2645,2012,2639,2568,2250,2493,2335,2363,2480,2254,2526,2100,2204,2235,2367,2329,2284,2536,2528,2122,2229,2727,2290,2323,2129,2651,2122,2203,2640,2689,2383,2364,2512,2329,3236,2506,2043,2239,2214,1999,2121,1949,1886,1924,2033,2161,1895,1733,1851,1914,1805,1984,2407,2363,2215,2790,2768,2760,2887,2648,2776,2685,2886,2852,2941,2503,2261,2417,2141,2118,2463,2213,2166,2164,2757,2813,2573,2563,2844,2815,2764,2548,2402,2324,2411,2368,2289,2207,2036,1771,1839,2010,1703,2202,1886,2463,2147,2167,1849,1814,1695,1817,1728,1642,1607,1607,1723,1796,1810,1692,1843,3009,2848,2006,2088,2045,2849,2045,1926,3046,2356,2015,2214,2435,2538,2535,2469,2257,2561,2812,3124,2572,3200,3092,2312,2324,2995,3233,2697,3380,3316,3349,3314,3362,3289,3310,3346,3268,3070,3163,3100,2616,2776,3130,2730,3121,3216,5065,2934,4315,2327,2649,3471,3065,2432,3095,2746,2689,2685,3273,3369,2545,2566,2734,2748,2801,2389,3001,2513,2328,2083,2326,2367,1732,1652,2389,2526,2283,2531,2364,2410,2473,2458,2872,3268,2404,1927,2957,2303,2047,3252,2567,2243,2045,2404,2730,2410,2290,2200,2048,2016,2079,2170,2684,2208,2209,2171,2242,2193,2083,2068,2279,2206,2333,2127,2365,2316,2539,1825,2340,2364,2248,2446,1894,2360,2327,2366,2365,2168,2210,2331,2675,1802,2349,2210,1886,1672,1841,2509,2291,2722,2339,2361,2413,2527,2325,2563,2373,2209,2127,3036,2459,2158,2613,2482,2254,2486,2604,2652,2569,2882,2414,2368,2489,2403,2217,2479,2529,2444,2450,2410,2366,2412,2446,2481,2486,2456,2519,2255,2239,2089,2091,2364,2366,2405,2328,2251,2293,2565,2489,2523,2405,2254,2324,2604,2376,2203,1830,1878,1811,1850,1875,1986,2446,2441,2599,1853,2170,2092,2041,1994,2365,2369,2086,1843,1758,1642,1608,1893,2207,2088,2207,2002,1929,2283,2079,2235,2235,2029,2048,2586,2477,2514,2521,2249,2491,3030,2531,2304,2399,2616,2300,2464,2347,2647,2284,2415,2582,2610,2605,2090,2081,2604,2586,1952,1933,1920,1807,1772,1925,2517,2360,2407,2449,2200,2294,2167,2087,2292,2319,1971,2410,1926,2215,2366,2134,1863,1970,2000,2919,2246,2131,2167,1658,1898,1987,2243,2421,2470,2287,2234,2119,2564,2518,2299,2365,2059,2887,1965,2040,2209,1815,1729,1724,1648,2089,2122,2087,1649,2158,1652,1607,1686,1880,1453,1404,1402,1400,1400,1404,1380,1392,1569,1483,1405,1397,1377,1401,1400,1815,2030,1859,1689,1976,1739,1742,1741,1738,1755,1826,1855,1724,1629,1622,1619,1620,1620,1621,1742,1711,1855,1567,1538,1542,1743,1721,1664,1549,1654,1587,1519,1396,1586,1639,1519,1470,1476,1490,1473,1651,1569,1498,1474,1422,1421,1421,1422,1420,1424,1404,1558,1443,1499,1563,1504,1945,1926,1329,1899,1486,1529,1281,1916,1353,1403,1394,1337,1472,1406,1439,1406,1353,1318,1836,1294,1846,1309,1806,1817,1932,1463,1423,1329,1856,1385,1314,1819,1819,1818,1818,1810,1838,1352,1383,1342,1332,1331,1330,1384,1343,1330,1325,1860,1312,1770,1812,1810,1841,1311,1808,1836,1331,1317,1834,1303,1346,1834,1304,1831,1329,1819,1806,1296,1750,1747,1758,1752,1747,1747,1748,1781,1794,1786,1768,1787,1766,1765,1760,1777,1806,1840,1396,1349,1367,1544,1458,1438,1530,1543,1615,1717,1721,1819,2020,2263,2419,2265,2716,2435,2344,2273,2614,3030,3157,2451,2639,2839,2950,2927,2763,2787,2817,2671,2506,2446,2636,2647,2358,2320,2755,2689,2407,2351,2324,2280,2353,2546,2802,2732,2325,2316,2314,2322,2425,2486,2663,2367,2318,2354,2122,2574,2096,2330,2244,2273,2158,2012,2121,1978,2007,2150,1894,1836,2207,2274,2500,2646,2484,2470,2289,1961,2877,2330,2247,2254,2823,2566,2698,2409,2366,2447,2086,2142,2239,2139,1845,1881,2355,2220,2069,2065,2349,2652,2662,2139,2272,2176,2164,2043,2267,2817,2944,2575,2787,1993,2138,2298,2173,2252,2043,2088,2364,3413,2965,2349,2621,2302,2224,2571,2506,2102,2526,2648,2292,2575,2076,2514,2366,2129,2040,2312,2826,2542,2286,2323,2600,2533,2444,2477,2281,2180,2603,2119,2125,1897,2361,2532,2172,2247,2520,2690,2211,2321,2410,2372,2360,2572,1843,1925,1696,1837,1643,1810,1891,1923,2833,3052,2969,3220,3332,2985,3015,2684,2754,2280,1768,1576,1793,2648,3375,2242,1838,1836,1836,2117,2631,2383,2407,2509,2399,1959,2151,2293,2136,2467,2850,2816,2335,2234,2363,1887,2409,2214,2175,1913,2342,2014,2128,2004,1879,1836,1836,2169,2357,2406,2460,2446,2480,2318,3335,2367,2379,2486,2518,2338,2055,2304,2256,2482,1918,1919,2034,2267,2873,2282,1822,2140,2246,2208,2326,2342,2137,2093,1969,1884,1772,1687,1688,1926,1804,1763,1765,1883,2000,1655,1555,1808,1650,1728,1724,1766,1765,1995,2363,1934,2164,2247,2281,2165,2127,2589,2490,2663,2119,1732,1639,2173,1877,2047,2527,2530,2406,2728,2365,2607,2607,2082,2412,2368,2364,2636,2531,2380,2647,1965,2334,2506,2372,2547,2407,2442,2617,2278,1876,2286,2405,2060,2005,2007,2237,2285,2246,2212,2278,2130,2574,2079,2448,2249,2411,2000,2263,2057,2004,1975,1882,2044,1966,2054,2080,2012,1962,1924,1972,1916,1604,1853,2040,1926,1689,1565,1594,1407,1493,1476,1402,1569,1719,1881,1617,1563,1557,1525,1532,1558,1649,1728,1884,1923,1764,1570,1556,1650,1570,1756,1609,1567,1808,2079,1807,1868,3029,2036,2055,2607,2606,2872,2793,2329,2115,2379,1992,2242,2167,2804,2423,2516,2274,2416,2646,2532,2490,2897,2844,2771,2710,2617,3411,2847,2368,2286,2408,2503,2399,2198,2256,2197,1771,1810,2324,2494,2163,1852,2161,2289,1737,2205,3123,1851,1735,1997,1885,2163,2656,2566,2449,2327,2203,2326,2211,2163,2527,2409,2365,2366,1873,1799,1772,2043,1964,1850,1809,2201,2333,2242,2165,2527,2328,2169,2165,2368,2129,1998,1891,2210,2404,2242,1978,1758,1611,1603,2453,2406,2166,2168,2123,2085,1934,1803,1784,2002,1923,2007,2001,1937,1960,1724,2046,2217,2116,2253,1837,1764,1917,1688,1931,2161,2245,2362,2069,2369,2363,2383,2366,2110,2567,2169,2647,2399,2434,2040,1993,2003,1985,2161,2011,2130,1915,2208,2285,2771,2362,2571,2492,2445,2779,2545,2585,2764,2407,2667,2000,2455,2212,2130,2197,2136,1747,2229,2555,2651,2647,2339,1822,1976,1761,1690,1685,1801,1888,1767,1796,2044,2090,2042,1850,1775,2248,2030,1995,2159,2093,2127,1844,1848,2444,2171,2000,1811,1892,2150,2202,2211,2354,2549,2297,1970,2062,2086,2189,2211,2248,1974,1931,2371,2203,2128,2253,2808,2365,2571,1969,2021,2126,1783,2340,2884,3213,2802,2251,2406,3287,2436,2130,2220,2166,2130,2768,2694,2841,2447,2014,2264,2286,2849,2561,2810,2409,2490,2362,2041,2212,2205,1874,1966,2189,2046,2209,2082,2243,2407,2046,2454,1996,1845,1888,1755,1617,1754,1887,2086,1970,2166,2164,2323,2126,2251,2367,2442,2412,2369,2444,2449,2528,2367,2246,2772,2523,2135,2285,2205,2048,2081,2408,2252,1763,1619,1879,1898,1846,1771,1757,1723,1851,1808,1722,1878,1935,1884,1883,1846,1969,1727,1679,1648,2001,2488,2445,2290,2128,2687,2608,2646,3967,2448,2374,2205,2328,2125,2367,3048,2571,2444,2291,2282,2526,2414,2401,2653,3091,2366,2488,2723,2324,2450,2609,2488,2446,2367,2525,2409,2134,1935,2164,2365,2290,2326,2368,2610,2122,2175,2284,2250,2483,2615,2405,2449,2521,2294,2560,2530,2411,2401,2329,2003,1940,2275,2688,2528,2285,2486,2570,1841,1977,2009,2481,2367,2324,2251,2567,2674,2580,2164,2640,2419,2490,2604,2361,2403,2342,2360,2050,2367,2513,2368,2903,2409,2151,2565,2541,2556,2659,2207,2364,2290,2441,2371,2724,2321,2337,2608,2490,2645,2441,2608,2564,2328,2375,2405,2483,2536,2689,2521,2362,2377,2526,2129,2210,2123,1885,2169,2483,2532,2489,2448,2206,2354,2495,2763,2447,2166,2289,1970,2049,2245,2494,2200,2492,2447,2404,2365,2287,2289,2613,2599,2373,2285,2967,2687,2649,2453,2244,2405,2566,2893,2644,2206,2054,1964,2305,2402,2326,2368,2290,2486,2329,2607,3292,2687,2448,2444,2607,2051,2414,1762,2276,2487,2893,2650,2448,2402,2692,2607,2643,2289,2378,2568,2965,2409,2645,2525,2574,2526,2527,2530,2520,2494,2369,2323,2771,2767,2366,2606,2494,2601,2532,2608,2240,1894,1922,2408,2485,2128,2127,2443,2207,2368,2452,3126,2445,2491,3416,2363,2450,2527,2453,2325,3010,2925,2448,2931,2530,2367,2600,2293,2889,2443,2367,2009,2202,2414,2727,2763,2770,2373,2204,1929,2200,2459,2647,2410,2122,2684,2609,2293,2720,3054,2887,2450,2641,2972,2084,2169,2891,2239,2216,2529,2093,2725,2646,3051,2532,2327,2810,2608,2326,1963,2445,2446,2567,3571,2048,2812,2440,2451,2488,2528,2323,2134,3249,2571,2445,1975,3523,1981,2133,2206,2486,2414,2609,2319,2696,2441,2532,2609,2606,2443,4775,2775,2564,2244,2450,2649,2643,2612,2445,2409,2370,2527,2570,2488,2078,2419,2642,2529,2408,2566,2649,2291,2407,2606,2446,2288,2326,2327,2447,2610,2522,2610,2090,2609,2529,2567,2607,2369,2482,2687,2413,2561,2401,2412,2209,2204,2287,2571,2561,2129,2366,2406,1816,2064,2539,2407,2728,2763,2371,2488,2646,2685,2815,2327,2120,2052,2361,2808,2331,2845,2327,2087,2095,2411,2322,2571,2365,2411,2406,2011,1974,1922,2017,2568,2805,2491,2682,2369,2411,2609,2523,2448,2092,2403,2452,2407,2484,2202,2492,2448,2529,2484,2608,2765,2450,2572,2401,2571,2330,2363,2204,2211,2251,2407,2443,2684,2533,2403,2529,2567,2526,2573,2688,2484,2370,2371,2488,2483,2730,2445,2410,3044,2489,3050,2370,2725,2609,2571,2684,2363,2059,2439,2447,2087,2243,2488,2250,1928,2490,2046,2005,2403,2208,2246,2327,2409,3084,2412,2403,2653,2367,2565,2056,2361,2486,2362,2408,2411,2845,2493,2566,2649,2404,2092,2045,2045,2207,2284,2285,2208,1972,2163,2084,2046,2208,2248,2608,2363,2052,2046,2081,2167,2253,2807,2327,2168,2485,2370,2053,2203,2481,2611,2445,3252,2400,2689,2608,2325,2374,2402,2449,2134,2679,2406,2776,2006,2240,2375,1844,2130,2398,2494,1966,2325,2407,2570,2526,2207,2248,2244,2401,2220,1883,2082,2406,2565,2254,2199,2095,1846,2004,2364,2608,2562,2415,2128,2491,2520,2771,2492,2320,2685,2365,2219,2323,2364,2371,2685,4297,2320,2161,2330,2163,2495,2409,2248,2362,2373,2368,2164,2521,2774,2441,2413,2365,2443,2410,2722,2372,2610,2653,2240,2324,2212,2561,2171,2046,2048,2167,2166,2284,2569,2167,2129,1886,1849,2245,2245,2006,1966,1848,1883,1848,1844,1885,1925,1845,1959,1861,1842,1882,1849,1887,2000,2888,2529,2594,1961,1836,2192,2289,2238,2417,2519,2473,2369,2313,2922,2710,2764,2820,2816,2582,2708,3045,3206,2448,2818,2488,2705,2405,2564,2699,2402,2288,2237,2664,2727,2610,2175,2247,2319,2237,2534,2883,3009,2857,2816,3024,2654,2790,2428,2350,2246,3002,2669,2731,2619,2781,2735,3335,2676,2734,2938,2397,2837,2400,2581,2487,2340,2476,2441,3352,3216,2683,2387,2406,2288,2412,2402,2352,2251,2647,2751,2004,1884,1845,1845,2397,2684,2022,1851,1879,1652,1758,1845,2353,2729,2741,2332,2163,2126,2127,2807,3179,3113,2989,2773,2819,3757,3007,2817,2818,2848,2594,2839,2727,2889,2782,3396,2976,3050,2683,2811,2983,2609,2687,2713,2494,2810,2820,2487,2534,2598,2621,2276,2484,2490,2485,2407,2598,2547,2598,2646,2563,2976,2916,2387,2281,2594,2442,2895,2293,3011,2756,2249,1805,2166,2257,2250,2245,2475,2374,2610,2606,2533,2202,2082,2323,2052,2364,2249,2003,2324,2650,2571,1964,2164,2686,2209,2091,2044,1922,2571,2331,2965,2247,2370,2321,2211,2246,1686,2208,1887,1881,2247,2487,2293,1920,2250,2208,2039,2168,2613,2645,2088,1886,1925,1882,1851,2281,3051,2892,2523,2366,2174,3088,2087,2441,2407,2491,2411,2319,2300,2474,2331,2445,2374,2442,2408,2165,2448,2686,2530,2256,2360,2288,2129,2207,2567,2287,2083,1887,2207,2815,2162,2208,2276,2214,2282,2179,2364,2407,2084,2323,2462,3074,2337,1921,2122,2490,2699,2483,2646,2217,2116,2487,3048,2576,2491,2200,2044,1966,2518,2529,2486,2137,1885,2281,1932,2563,1873,1736,2373,2372,2363,1969,2122,2014,2524,2408,1966,2286,2366,2692,2566,2253,2607,2409,2245,2244,1993,1966,1997,2122,1878,1835,1837,1793,1922,3535,2622,2224,2162,2130,2409,2133,2150,2407,2125,2184,2285,3101,2351,2397,2485,2334,2176,2130,2177,2175,2382,2413,2276,2174,1890,2047,2010,1908,1879,1850,1923,1910,1870,1911,1825,1977,1734,1840,1641,1779,1699,1679,1764,1732,1755,1756,1692,2022,1765,1704,1730,1736,1734,1683,1598,1634,1528,1534,1516,1554,1509,1518,1594,1563,1563,1515,1452,1387,1384,1377,1367,1953,1558,1507,1506,1518,1451,1435,1345,1901,1325,1960,1412,1410,1406,1409,1422,1410,1398,1366,1542,1460,1422,1416,1352,1443,1375,1363,1441,1628,1530,1512,1415,1492,1351,1474,1381,1383,1483,1381,1471,1355,1482,1309,1788,1805,1746,1758,1846,1807,1247,1908,1365,1414,1417,1435,1361,1805,1767,1762,1754,1742,1737,1802,1758,1714,1741,1777,1713,1692,1655,1707,1748,1752,1816,1793,1747,1748,1798,1345,1834,1967,1530,1664,1697,1672,1769,1924,2166,2184,2033,2033,1911,2911,2382,2567,3086,2800,2291,2444,2327,2452,2924,2570,2325,2452,2403,2330,2652,2484,2610,2489,2561,2375,2360,2528,2208,2047,2326,2525,2370,2526,2808,2326,2910,2419,2333,1774,2608,1966,1845,1845,1915,2335,2567,2562,2728,2647,3244,3012,2573,2780,3289,3154,2402,2431,2628,2536,2528,2569,3067,2608,2174,1834,1765,1755,1735,1725,1726,2226,2414,2007,1704,1635,1602,1676,1725,1710,1701,1826,1732,1625,1574,1699,1725,1725,1725,2860,2985,2768,2853,2851,2789,3082,2908,2968,2823,2819,2823,2836,2914,2927,2857,2849,2624,2693,2816,2821,3493,2740,2836,3217,2666,2697,2566,2616,2733,3063,2431,2740,2817,3099,2868,3190,2893,2965,2495,2302,2072,2528,2647,2505,2132,2173,1971,1992,2042,2284,1880,2272,1991,2379,2322,3295,2968,3125,2501,2651,2811,2676,2421,2633,2023,1872,2244,1910,1837,2116,2232,2246,2408,2367,2291,2064,1832,1825,2017,2051,2022,2307,2177,2079,1968,1954,1947,1784,1880,1948,1963,1963,1834,1811,1784,1763,1759,1796,1798,1806,1805,1739,1681,1719,1558,1506,1700,1475,1348,1343,1483,1396,1528,1678,1583,2369,1625,1651,1650,1339,1825,1353,1788,1903,1530,1267,1776,1786,1865,1364,1437,1381,1340,1725,1836,1369,1357,1314,1294,1901,1375,1323,1874,1308,1397,1338,1305,1805,1870,1431,1435,1494,1526,1499,1403,1364,1282,1822,1818,1818,1818,1842,1317,1822,1209,1774,1696,1649,1668,1665,1659,1719,1768,1771,1747,1679,1788,1831,1853,1371,1335,1804,1764,1784,1732,1667,1772,1732,1730,1731,1741,1823,1185,1819,1326,1321,1426,1424,1379,1307,1812,1840,1326,1336,1331,1432,1371,1417,1456,1935,1473,1474,1694,1468,1465,1466,1473,1526,1452,1443,1438,1438,1506,1586,1603,1706,1768,1688,1879,1859,1752,1526,1836,1714,1674,1654,1832,1888,1775,1751,1626,1662,1641,1681,1558,1454,1611,1466,1566,1445,1463,1474,1449,1884,1390,1379,1377,1607,1534,1387,1438,1443,1462,1336,1777,1832,1897,1411,1337,1338,1956,1546,1501,1540,1596,1609,1512,1419,1428,1431,1444,1454,1396,1420,1372,1366,1573,1382,1274,1777,1757,1752,1879,1232,1723,1715,1715,1723,1710,1710,1709,1808,1396,1397,1339,1893,1335,1823,1793,1742,1984,1472,1478,1433,1444,1454,1295,1783,1783,1781,1783,1800,1782,1766,1899,1385,1344,1371,1404,1355,1270,1761,1760,1824,1752,1745,1746,1746,1745,1747,1763,1746,1810,1361,1331,1852,1373,1292,1822,1267,1793,1816,1266,1839,1326,1321,1320,1324,1330,1324,1327,1293,1802,1740,1750,1852,1369,1294,1748,1804,1757,1790,1748,1751,1724,1743,1756,1765,1758,1815,1752,1777,1822,1468,1391,1424,1414,1386,1295,1761,1798,1801,1828,1249,1832,1358,1368,1363,1376,1279,1753,1755,1752,1833,1762,1775,1759,1839,1419,1379,1465,1359,1385,1332,1381,1318,1816,1903,1322,1359,1281,1742,1757,1837,1340,1728,1832,1328,1306,1905,1354,1338,1338,1336,1327,1334,1424,1452,1407,1330,1328,1307,1886,1313,1817,1815,1811,1811,1769,1779,1886,1226,1715,1714,1775,1688,1665,1667,1794,1294,1767,1782,1780,1862,1353,1288,1782,1792,1780,1831,1300,1788,1798,1828,1795,1777,1782,1793,1807,1323,1780,1853,1702,1875,1415,1412,1360,1270,1844,1439,1271,1715,1752,1718,1709,1705,1708,1705,1754,1822,1353,1374,1312,1796,1738,1733,1775,1735,1671,1719,1826,1235,1733,1733,1733,1823,1343,1822,1343,1315,1783,1738,1733,1733,1767,1733,1732,1733,1727,1731,1733,1772,1796,1740,1791,1728,1740,1721,1722,1722,1740,1711,1721,1722,1721,1763,1757,1766,1774,1791,1765,1723,1721,1720,1667,1757,1721,1768,1720,1665,1713,1754,1787,1757,1819,1749,1678,1741,1751,1747,1745,1762,1916,1276,1763,1862,1319,1776,1846,1339,1218,1639,1776,1718,1795,1778,1911,1505,1418,1324,1770,1768,1346,1354,1294,1781,1787,1889,1342,1270,1797,1867,1523,1947,1906,1800,1798,1812,1767,1770,1760,1810,1883,1849,1767,1796,1744,2092,1855,1762,2021,1926,1796,1765,2193,2265,2203,2342,2250,2346,2557,2064,2149,2094,2342,2157,2124,2127,2131,2200,2489,2433,1928,2085,1968,2044,2968,2258,2385,2537,2536,2534,2535,2537,2423,2879,2403,2795,3861,2677,2421,3312,3315,3350,3423,3302,3318,3344,2663,3986,2928,2622,2484,3175,3329,2755,3090,2922,2842,2430,2664,2986,2599,2719,2708,2603,2675,2701,2844,2448,1957,2616,2491,2449,3090,2454,2909,2525,2724,2837,2463,2693,2119,2522,2496,2156,2332,2483,2454,2282,2571,2673,2891,2297,2391,2326,2371,2520,2409,2873,2250,2417,2249,2407,2166,2567,2528,4259,3011,4632,2806,2446,2555,2368,2423,2484,2728,2287,2367,2466,2487,2472,2171,2120,2205,2328,2611,2690,2530,2890,2964,2894,2355,2092,2376,3273,2372,2091,2402,2486,2330,2426,2666,2746,2854,2554,2599,3112,2767,2688,2607,2567,2126,2126,2245,2886,2854,2806,2762,2208,2325,2208,2566,3490,2554,2520,2597,2883,2607,2649,2990,2509,3572,2845,2647,2647,2475,2943,2387,2516,2478,2499,2478,2343,2165,2254,2428,2368,2490,2448,2702,2544,2619,2808,2843,2808,2660,2518,2497,2836,2851,2502,2689,2323,2531,2409,2362,2552,2865,2492,2406,2370,2483,2328,2487,2790,2611,2640,2392,2639,2669,2994,2088,2085,2409,2426,2307,2647,3269,2650,2501,2571,2186,2447,2509,2328,2404,4159,2482,2532,2403,2045,2510,2412,2665,2747,2465,2365,2468,3291,3753,2588,2387,2404,2547,2512,2028,2304,2004,2006,1966,1966,2165,2128,2125,2209,2005,2087,2887,2071,2206,2014,2309,2529,2486,2261,2447,2168,2450,2402,2328,2248,2326,2405,2205,2479,2252,2086,2045,2047,2005,2215,2033,2103,2148,1965,1888,2095,2237,2133,2127,2088,2120,2003,2367,2127,1966,2572,2407,2407,2284,2365,2126,2127,2332,2607,2769,2724,2227,1883,2211,2389,3809,2596,2326,2246,2487,2509,2683,2549,2227,2134,3127,2328,2483,2453,2599,2293,2164,2207,2172,2403,2487,2565,2248,2533,2239,2169,2412,2444,2444,2214,2207,2286,2161,2289,2409,2607,2673,2811,2617,2447,2672,2182,2334,2682,2567,2373,2264,2406,2454,2929,2540,2410,2511,2409,2641,2654,2562,2254,2287,2807,2493,2325,2204,2959,2653,2860,2513,2568,2365,2597,2724,2620,2455,2913,2484,2250,2452,3202,2572,3316,2636,2605,2917,2689,2770,2642,2528,2535,2521,2410,2247,2082,2744,2529,2539,2449,2528,2485,2225,2444,2444,2715,2605,2600,2732,2522,2532,3902,2245,2369,2645,2601,2533,2608,2609,2447,2529,2686,2564,4159,2988,2725,2570,2239,2601,2607,2649,2651,2719,4016,3930,2775,2407,2403,2486,2445,2254,2202,2332,2206,2164,2130,2496,2492,2606,2437,2159,2084,2087,2435,2568,2767,2724,2566,2488,2404,2654,2703,2564,2652,2754,2926,2445,2938,2562,2409,2365,2368,2365,2367,2931,2408,2326,2365,2328,2215,2046,2319,2452,2447,2401,2375,2844,2448,2602,2570,2610,2723,2672,2808,2571,2564,2567,2687,2792,2611,2531,2407,2412,2364,2283,2650,2563,2456,2601,2087,2459,2482,2969,2484,2487,2413,2285,2205,2580,2641,2405,2410,2325,2243,2178,2404,2611,2124,1990,2420,2412,2162,2576,2045,2362,2487,2493,2406,2567,2839,2338,2404,2529,2599,2575,2689,2207,2608,3201,2688,2334,3130,2199,2250,2853,2566,2846,2170,2447,2610,2608,2402,2450,2843,2530,2372,2561,2453,2363,2211,2447,2441,2169,2211,2327,2328,2761,2247,2609,2208,2972,2447,2364,2047,2250,2285,2487,2086,1964,2169,2050,2003,2001,1968,2048,2370,2088,2248,2043,1967,1970,1968,2006,2429,2621,2855,2744,2544,2357,2553,2295,2814,3021,2474,2566,2578,2394,2164,2492,2599,2406,2488,2586,2160,1929,2291,2605,2606,1726,2025,1964,2028,2371,2362,2127,1992,2092,2170,2093,2223,2152,2116,3632,2617,2622,2607,2084,1993,2573,2645,2488,2687,1780,2145,1979,2496,3364,2804,2641,2628,2524,2287,2329,2888,1972,1831,2316,2170,2123,1800,2405,2375,2402,2324,2369,2172,2007,2403,2373,2362,2416,2559,2288,2249,2328,1853,2478,2445,2335,2367,1889,1968,1884,2123,2444,2289,2168,2244,2406,2090,2010,2044,2251,2122,2139,1687,1928,2243,2329,2533,2281,2210,1955,1605,1556,1529,1567,1555,1776,1806,1939,1972,2008,1972,2034,1977,2095,1985,2147,2147,1977,1947,2018,1973,1966,1810,1806,1775,1903,2061,1719,1727,1720,1821,1685,1756,1762,2059,1887,1904,1848,1944,1766,1656,1717,1568,1403,1437,1374,1363,1359,1570,1644,1549,1662,1594,1414,1990,1301,1900,1380,1372,1443,1459,1434,1474,1491,1398,1372,1381,1383,1928,1389,1408,1921,1420,1477,1426,1431,1390,1348,1833,1842,1862,1563,1637,1647,1651,1615,1572,1634,1577,1546,1399,1396,1368,1367,1381,1996,1431,1504,1508,1629,1370,1839,1339,1338,1336,1335,1338,1362,1407,1314,1810,1808,1561,1299,1808,1808,1860,1313,1805,1921,1447,1337,1951,1459,1465,1365,1329,1253,1924,2496,2105,1984,2201,2134,1993,2090,2323,2249,1747,1710,1888,2063,1881,1994,2058,2000,1678,1631,1618,1625,1648,1762,1644,1645,1647,1702,1579,1510,1468,1468,1467,1478,1467,1595,1593,1476,1455,1477,1447,1426,1403,1680,1413,1450,1455,1498,1476,1510,1547,1538,1537,1547,1582,1538,1487,1483,1575,1614,1670,1657,1711,1633,1633,1628,1608,1572,1451,1603,1612,1611,1565,1547,1549,1553,1551,1548,1555,1511,1557,1626,1561,1565,1554,1521,1330,1781,1791,1920,1370,1810,1799,1803,1760,1737,1758,1915,1460,1489,1456,1464,1472,1484,1433,1296,1789,1780,1800,1781,1780,1869,1349,1339,1353,1285,1779,1799,1820,1274,1771,1763,1774,1762,1749,1781,1780,1752,1745,1747,1753,1748,1768,1831,1784,1699,1774,1670,1736,1737,1673,1657,1669,1647,1654,1688,1660,1639,1743,1754,1718,1692,1659,1641,1697,1701,1706,1652,1771,1766,1726,1754,1754,1712,1748,1748,1748,1806,1817,1715,1811,1427,1875,1939,1352,1391,1452,1450,1597,1627,1628,1628,1553,1588,1498,1487,1485,1420,1452,1409,1490,1484,1367,1446,1524,1899,1460,1516,1391,1377,1382,1339,1335,1301,1825,1371,1823,1820,1788,1820,1766,1846,1415,1405,1364,1977,1366,1845,1840,1958,1399,1460,1640,1588,1309,1951,1347,2011,1420,1351,1276,1832,1744,1894,1318,1810,1846,1374,1311,1791,1789,1795,1763,1846,1844,1307,1787,1779,1776,1770,1869,1335,1834,1272,1768,1782,1753,1784,1776,1749,1732,1759,1737,1725,1759,1706,1758,1783,1779,1841,1258,1754,1806,1680,1740,1740,1730,1723,1725,1761,1817,1803,1768,1777,1771,1758,1830,1313,1869,1290,1829,1399,1340,1814,1262,1964,1526,1500,1504,1454,1462,1596,1599,1676,1635,1793,1902,1932,2016,2135,2205,2519,2748,3221,3004,3165,3180,2722,2843,3178,2687,2448,2501,2648,2124,3685,2049,2837,3178,2930,2250,2165,2133,1759,1899,2466,1964,1763,1738,1718,1733,1755,1735,2078,2384,2078,1765,1719,1732,1677,1591,1564,1761,2045,1971,1973,1920,1912,1884,2003,1841,2172,2090,1880,2047,1599,1647,1719,1733,1739,2153,1722,1748,1657,1763,1528,1634,1626,1624,1530,1505,1679,1595,1628,1622,2087,1694,1715,1811,1598,1485,1720,1721,1714,1835,1655,1570,1628,1614,1437,1517,1540,1543,1648,1575,1619,1620,1572,1556,1562,1552,1379,1505,1504,1574,1444,1478,1422,1388,1461,1392,1512,1411,1385,1383,1383,1296,1976,1356,1436,1431,1433,1472,1376,1429,1349,1333,1315,1890,1359,1269,1782,1828,1364,1274,1934,1432,1423,1368,1353,1284,1775,1770,1758,1282,1800,1767,1765,1841,1838,1761,1756,1751,1746,1758,1765,1768,1746,1748,1738,1734,1700,1729,1736,1830,1719,1703,1700,1708,1689,1746,1737,1789,1806,1739,1832,1355,1355,1355,1355,1351,1318,1807,1816,1274,1855,1353,1374,1351,1349,1361,1411,1298,1881,1371,1290,1875,1370,1382,1370,1366,1368,1373,1370,1408,1410,1388,1540,1553,1464,1456,1452,1408,1508,1334,2731,1885,2226,2518,2091,1853,1898,1893,1989,2525,2544,2341,2238,2086,2128,2201,2181,2293,2158,2160,2198,2204,2176,2027,1835,1964,1981,1723,1839,1743,1741,1742,1740,1739,1740,1649,1896,1742,1743,1743,1740,1743,1741,2036,1703,1762,1741,1749,1737,1683,1590,1764,1697,1628,1648,1629,1576,1619,1685,1645,1645,1670,1817,2049,2199,2047,2256,2178,2174,2176,2644,2070,2122,2075,2086,2292,1803,1717,1686,1895,2203,1800,1803,2000,2046,2927,1887,2848,1833,1887,1989,2531,2028,1684,1844,1878,1728,1854,2186,1828,2130,2115,2124,2176,1658,1881,1914,1914,1914,2049,1842,1814,1785,1723,1910,1970,1969,1937,1869,1794,1851,1789,1567,1819,1825,1727,1717,1658,1673,1561,1614,1823,1824,1606,1440,1404,1404,1624,1469,1374,1360,1355,1559,1415,1360,1362,1362,1365,1454,1356,1383,1311,1803,1978,1349,1310,1810,1807,1937,1406,1414,1403,1370,1360,1336,1364,1359,1358,1368,1365,1461,1472,1470,1456,1444,1429,1371,1434,1431,1433,1463,1370,1342,1457,1398,1401,1395,1328,1327,1402,1398,1398,1397,1396,1393,1337,1369,1364,1366,1382,1302,1866,1334,1367,1369,1364,1299,1788,1765,1759,1696,1849,1289,1727,1723,1723,1721,1723,1728,1733,1702,1723,1701,1713,1698,1692,1699,1701,1693,1696,1747,1736,1757,1749,1684,1651,1619,1625,1657,1714,1672,1750,1747,1749,1770,1819,1351,1361,1393,1424,1306,2014,2068,2785,4292,2654,3198,2772,2259,2533,2778,2901,3283,2850,2610,2879,3231,2739,3121,2806,2806,3018,2716,3346,3161,3130,3009,2661,2286,2038,2560,2571,2060,1997,2094,2249,2126,2126,2612,2284,2288,2691,2242,2126,2086,2086,2081,2007,2365,2567,2206,2289,1926,2213,2249,2892,3336,2485,2404,2449,2530,2645,2486,2532,2685,2730,2289,2328,2724,2769,2940,3627,2762,2799,2780,2845,2621,4016,2889,2690,2687,2687,2325,2532,2727,2546,2768,2456,2483,2849,2790,2724,2534,2451,2727,2611,2920,2573,2568,2607,2525,2527,2815,2607,2407,2368,2406,2408,2528,2564,2451,2487,2449,2401,2368,3102,2561,2604,2487,2323,2329,2246,2492,2527,2564,2609,2565,2574,2620,2571,4049,2831,2369,2645,2213,2607,2735,2646,2487,2530,2217,2161,2125,2572,2328,2485,3004,2804,2489,2487,2525,2452,2967,2404,2405,2419,2525,2167,2238,2220,2611,2729,4167,2736,2761,2374,2525,2208,2451,2527,2930,2282,2295,2363,2327,2291,2358,2533,2449,2364,2532,2606,2722,2654,3846,2608,2531,2571,2608,2564,2567,2573,2606,2204,2124,2335,2604,2570,2606,2563,2734,2763,2688,2454,2447,2527,2602,2568,2574,2562,2532,2529,2324,2488,2685,2689,2653,2524,2328,2444,2526,2416,2561,2454,2526,2529,2601,2450,2606,2529,2487,2451,2247,2608,2245,2687,2604,2335,3164,2889,2645,2568,2529,2330,3170,2850,2649,2565,2404,2613,2529,2566,2529,2569,2683,2731,2805,2569,2446,2324,2451,2567,2444,1968,2406,2611,2613,2640,2773,2649,2488,2642,2569,2452,2686,2402,2333,2527,2524,2613,2561,2493,2525,2087,2208,2205,2126,2284,2293,2043,2006,2412,1967,1918,1885,2293,2167,2245,2002,2006,1969,1970,1963,1969,2004,2002,1933,1965,2039,2048,1612,1698,1937,2002,2451,2365,2568,2595,2582,2404,2492,2289,2246,2439,2983,2491,3109,2983,2330,2446,2794,2324,2914,2920,2928,2201,2600,2869,2806,2963,2930,2184,2279,2726,2456,2828,2219,2434,3011,2098,2377,2488,2550,3173,2644,2624,2481,2532,2871,2451,2849,2773,3004,2695,2994,2538,2364,2373,2430,2194,2751,3068,2406,2508,2348,2324,2368,2699,2567,2238,2194,2362,2429,2509,2604,1928,2143,2359,2293,2753,2507,2671,2421,2952,2286,2207,2667,2743,2191,2045,2406,2274,2342,2566,2247,2248,2439,2445,2261,2051,2565,2649,2268,2424,2591,2299,2490,3011,2467,2202,2514,2040,1750,2710,2367,2322,2128,2327,2324,2174,2444,2244,2090,2048,2325,2088,2123,1685,2088,2091,2082,2128,2324,2369,2365,2234,1946,2081,2279,1973,1898,2464,2299,2617,2750,2688,2248,2072,1980,2228,1964,2023,2007,2870,2085,2187,1904,1877,2154,2092,2710,2310,2491,2124,2351,2083,2671,2326,2436,2516,1989,2110,2157,2360,2293,2856,2624,2359,2979,1964,2218,2428,2457,2677,2866,2326,2045,2637,1923,1818,2053,2522,2236,2647,2608,3402,2576,2485,2551,2324,2475,2387,2102,2004,2046,1963,2386,2128,2110,1911,2190,1874,2146,2361,2096,2087,3513,2429,2560,2804,2698,2245,2647,2491,2048,2108,2413,3830,2723,2689,2329,2809,1954,2413,2491,2599,2653,2570,2484,4174,2411,1917,2042,2439,2331,2487,2288,2524,2277,2461,2070,2299,2683,3213,2485,2323,2531,3694,2721,2772,2887,2213,2603,2807,2566,2531,2570,2570,2482,2814,2724,2487,2329,2247,2611,2762,2525,2492,1804,1970,2007,2852,3298,2324,2567,2768,2246,2411,2527,2242,2566,2412,2524,2409,2369,2808,2891,2487,2446,2486,2373,2286,2520,2862,2243,2403,3659,2482,2407,2810,2169,2282,2128,2165,2448,2453,2563,2484,2729,2366,2376,2410,2199,2371,2008,2732,2478,2212,2326,2079,2289,2213,2205,2606,2168,2527,2080,2495,2088,2237,2250,2572,2727,2251,2046,2362,2454,2086,2323,2485,2853,2326,2605,2289,2372,2367,2163,2493,2648,2286,3045,2409,2088,2761,2376,2164,2249,2319,2451,2286,2406,2532,2727,2691,2605,2490,2488,2522,2405,2289,2494,2121,2091,2527,2444,2363,2292,2364,2569,3087,2690,2529,2770,2443,2410,2605,2294,2445,2522,2576,2646,2727,2526,2608,2484,2450,2368,2126,2813,2404,2166,2285,2166,2417,3485,2933,2203,2895,3087,5253,2929,2244,2129,2325,2856,3044,2567,2447,2530,2605,3010,2691,3412,2641,2494,2608,2324,2370,2645,4413,2605,6700,2093,2159,3538,5371,2011,2081,3254,2008,2044,2049,1993,2052,2767,2084,4937,2206,2244,2571,2926,2167,2212,2168,3485,2453,4931,2367,4737,2240,2896,3686,6220,3567,2489,2486,2249,2691,2724,2053,2363,3166,2456,2723,2407,2445,2449,2292,3246,2726,2568,2494,2523,2852,2810,2403,2931,2441,2573,2250,2685,2447,4288,2291,2685,2493,2528,2848,2241,2409,3409,2807,2570,2606,2493,2805,2728,3452,2364,2407,3455,2766,2284,3376,2331,2602,2532,2322,2852,2724,2086,2254,2607,2122,2364,2607,2294,3526,2329,2766,2486,2575,3206,3134,2405,2001,2770,2569,2564,2487,2656,2567,2402,2492,3487,3331,3808,2575,2600,2734,2772,3160,4295,2694,2480,2570,2213,4049,2763,2691,2452,2641,2290,2766,5020,3003,3097,2485,2409,2160,2410,2571,2445,2565,4415,2410,2892,2319,3049,2447,3772,2570,2934,2441,2288,2247,2412,2323,2605,2453,2568,2489,2727,2485,2290,2482,2572,2322,2125,2852,2967,2531,2484,2613,2441,2612,2490,2683,3253,2763,2573,2608,2446,2408,2486,2167,2569,2566,2524,2573,2567,3608,2534,2484,2331,2448,2366,2605,2571,2562,2525,2850,2532,2402,2210,2690,2607,2932,2523,2807,2613,2326,2683,2209,1847,2850,2328,3011,2804,2371,2564,2890,2486,2929,3092,2847,7345,2684,3050,2483,2454,2280,3139,2523,2444,2608,2288,2605,3084,2292,2326,2403,2335,2250,2247,2891,2603,2287,2211,2246,2006,2159,2089,1971,1967,2081,2368,2286,3290,2091,2001,1971,1965,2042,2006,1970,2522,2133,2005,2000,2334,2159,2089,1973,1730,2933,2967,3168,3489,2609,2022,2222,7579,2629,2837,2733,3391,2981,3012,3052,4360,3176,3009,3062,2690,2553,2796,2640,3452,3202,2400,3373,3345,2189,2436,2369,2364,2251,2233,2212,2321,2155,2535,2173,2190,2179,2201,2358,2184,2298,2263,2106,2225,2187,2201,2208,2122,2011,2598,1950,1951,2084,1787,2004,1715,1935,1588,1544,1547,1538,1542,1527,1493,1541,1694,1913,1632,1385,1396,1369,1420,1428,1360,1384,1373,1351,1469,1425,1311,1908,1820,1889,1315,1324,1827,1924,1275,1863,1389,1350,1382,1355,1293,1903,1963,1490,1504,1519,1353,1341,1826,1853,1373,1375,1376,1428,1336,1345,1378,1904,1822,1810,1834,1817,1811,1810,1813,1351,1809,1317,1798,1860,1430,1401,1420,1417,1396,1396,1376,1374,1337,1331,1836,1462,1408,1352,1349,1348,1353,1393,1357,1323,1833,1349,1362,1327,1843,1841,1852,1382,1381,1886,1416,1365,1755,1746,1742,1784,1792,1776,1800,1801,1823,1864,1914,1443,1442,1441,1420,1307,1789,1822,1870,1306,1850,1368,1359,1362,1328,1313,1775,1847,1312,1820,1345,1817,1841,1343,1240,1818,1337,1338,1833,1724,1735,1809,1840,1771,1767,1794,1776,1761,1752,1779,1790,1825,1832,1838,1397,1865,1868,1793,1845,1856,1312,1811,1821,1812,1810,1810,1798,1875,1374,1365,1875,1842,1770,1805,1733,1810,1735,1798,1774,1775,1784,1774,1774,1768,1845,1777,1817,1783,1777,1781,1787,1781,1785,1832,1828,1870,1866,1873,1372,1374,1841,1341,1804,1815,1819,1876,1371,1373,1866,1875,1340,1871,1327,1811,1816,1815,1796,1815,1810,1812,1834,1310,1812,1813,1774,1816,1792,1813,1813,1816,1811,1813,1811,1775,1811,1811,1808,1811,1855,1873,1778,1780,1807,1807,1780,1775,1783,1852,1329,1816,1832,1842,1322,1825,1865,1866,1848,1340,1813,1810,1811,1809,1779,1812,1818,1774,1857,1858,1871,1358,1870,1281,1867,1851,1837,1775,1792,1812,1767,1768,1698,1838,1818,1825,1851,1872,1392,1368,1369,1866,1801,1861,1311,1829,1313,1809,1815,1811,1814,1812,1822,1817,1834,1317,1813,1809,1816,1815,1810,1773,1817,1772,1802,1793,1820,1814,1812,1816,1821,1781,1833,1310,1812,1810,1810,1811,1811,1810,1825,1839,1794,1815,1811,1808,1816,1813,1810,1813,1811,1789,1812,1809,1809,1808,1809,1809,1769,1807,1814,1809,1813,1814,1811,1811,1811,1747,1824,1767,1771,1757,1768,1766,1771,1781,1782,1791,1780,1782,1838,1864,1882,1367,1374,1344,1855,1302,1812,1812,1812,1811,1808,1809,1816,1777,1788,1812,1824,1812,1813,1808,1808,1809,1734,1713,1775,1797,1814,1810,1810,1813,1814,1824,1851,1782,1814,1793,1815,1811,1811,1809,1810,1810,1810,1811,1810,1811,1809,1810,1812,1709,1777,1825,1812,1809,1808,1815,1809,1816,1827,1823,1260,1815,1831,1368,1865,1822,1856,1308,1296,1817,1720,1779,1776,1777,1779,1790,1777,1877,1358,1780,1786,1775,1788,1736,1776,1776,1785,1832,1785,1732,1774,1776,1775,1777,1788,1789,1733,1753,1717,1747,1734,1728,1737,1738,1703,1736,1752,1756,1741,1738,1649,1739,1746,1779,1787,1872,1831,1807,1797,1755,1825,1790,1896,1825,1865,1857,1865,1851,1812,1774,1730,1752,1779,1822,1775,1775,1775,1776,1777,1770,1778,1775,1778,1776,1776,1739,1790,1777,1776,1843,1839,1785,1773,1786,1756,1798,1797,1778,1866,1815,1822,1774,1783,1791,1777,1778,1776,1847,1768,1857,1818,1830,1865,1809,1804,1861,1886,1809,1815,1816,1797,1800,1749,1806,1816,1859,1221,1815,1809,1812,1812,1819,1808,1817,1783,1726,1770,1772,1748,1757,1786,1707,1781,1778,1745,1842,1780,1773,1781,1778,1777,1780,1793,1724,1757,1782,1798,1778,1774,1760,1808,1877,1824,1375,1893,1369,1872,1370,1372,1821,1878,1213,1782,1829,1776,1780,1781,1773,1774,1791,1785,1781,1820,1816,1831,1866,1879,1365,1832,1367,1865,1865,1884,1341,1821,1855,1314,1816,1793,1784,1811,1810,1811,1812,1808,1808,1813,1731,1819,1783,1778,1752,1775,1770,1774,1752,1772,1758,1821,1816,1829,1875,1376,1371,1866,1868,1777,1869,1341,1823,1817,1834,1869,1344,1822,1815,1814,1814,1809,1815,1812,1812,1812,1807,1872,1756,1747,1806,1776,1773,1774,1780,1782,1823,1762,1834,1791,1775,1775,1785,1779,1869,1827,1380,1873,1370,1865,1874,1370,1826,1821,1858,1316,1818,1807,1809,1809,1816,1816,1789,1699,1811,1753,1748,1747,1753,1777,1748,1843,1357,1874,1373,1360,1819,1771,1772,1771,1730,1790,1843,1736,1774,1820,1809,1811,1810,1806,1804,1813,1760,1719,1723,1776,1772,1805,1732,1760,1817,1772,1774,1778,1774,1778,1773,1771,1759,1836,1776,1782,1782,1779,1788,1772,1779,1832,1827,1372,1378,1875,1372,1344,1824,1812,1811,1717,1769,1821,1808,1851,1309,1813,1811,1824,1805,1815,1829,1886,1866,1866,1866,1869,1865,1868,1853,1357,1854,1314,1818,1803,1810,1812,1794,1833,1764,1806,1784,1781,1765,1816,1786,1795,1792,1781,1774,1774,1794,1789,1788,1778,1854,1848,1824,1864,1863,1857,1858,1860,1737,1820,1719,1761,1806,1804,1805,1770,1806,1733,1786,1770,1797,1809,1808,1768,1772,1727,1765,1754,1698,1802,1817,1807,1805,1775,1809,1734,1790,1824,1821,1817,1777,1778,1722,1680,1766,1780,1729,1830,1786,1798,1873,1875,1865,1812,1833,1861,1316,1816,1818,1814,1814,1810,1826,1775,1845,1312,1809,1824,1809,1818,1812,1813,1830,1809,1865,1877,1366,1865,1847,1814,1816,1741,1851,1309,1813,1809,1812,1821,1807,1810,1774,1839,1783,1779,1775,1834,1773,1783,1777,1780,1778,1778,1783,1781,1772,1774,1774,1785,1787,1802,1805,1780,1774,1784,1779,1787,1778,1830,1313,1757,1756,1756,1756,1756,1756,1748,1732,1768,1753,1847,1819,1839,1364,1869,1374,1875,1368,1800,1881,1315,1811,1813,1813,1817,1782,1782,1793,1817,1821,1311,1809,1809,1812,1820,1814,1815,1797,1810,1810,1813,1816,1813,1762,1810,1773,1814,1674,1806,1785,1749,1751,1762,1770,1789,1786,1822,1798,1776,1782,1772,1735,1845,1742,1743,1705,1777,1777,1782,1774,1782,1891,1783,1769,1772,1759,1854,1774,1778,1825,1862,1370,1874,1869,1880,1370,1368,1344,1834,1775,1792,1811,1814,1809,1776,1808,1855,1315,1720,1766,1817,1846,1866,1866,1866,1865,1882,1372,1819,1830,1821,1828,1346,1780,1826,1817,1787,1756,1761,1767,1775,1761,1763,1777,1771,1732,1773,1774,1773,1774,1770,1725,1673,1661,1683,1677,1743,1696,1709,1691,1713,1700,1703,1679,1623,1642,1659,1635,1686,1656,1727,1829,1377,1453,1423,1464,1875,1995,1476,1468,1486,1468,1440,1441,1452,1487,1454,1451,1482,1465,1562,1524,1492,1449,1587,1507,1476,1463,1464,1464,1462,1634,1547,1644,1404,1479,1449,1826,1825,1905,1405,1406,1388,1379,1365,1324,1904,1415,1368,1361,1370,1669,1371,1366,1426,1390,1347,1437,1444,1350,1314,1314,1318,1330,1307,1868,1336,1328,1332,1378,1322,1789,1798,1856,1287,1786,1813,1795,1773,1779,1764,1760,1768,1769,1828,1265,1780,1757,1689,1772,1851,1345,1347,1345,1346,1343,1342,1343,1354,1320,1325,1326,1319,1318,1332,1320,1280,1825,1322,1326,1306,1803,1812,1316,1322,1325,1327,1303,1835,1328,1327,1315,1802,1745,1728,1774,1806,1783,1809,1820,1293,1786,1739,1682,1770,1821,1790,1806,1804,1794,1793,1793,1696,1780,1797,1776,1683,1676,1814,1833,1379,1783,1787,1775,1836,1837,1798,1796,1791,1789,1797,1796,1782,1790,1802,1792,1823,1829,1873,1368,1376,1860,1846,1823,1312,1810,1810,1805,1813,1811,1817,1725,1793,1824,1811,1809,1810,1810,1808,1770,1782,1804,1800,1813,1811,1811,1812,1809,1731,1775,1813,1812,1812,1844,1786,1811,1812,1814,1777,1764,1766,1812,1810,1812,1790,1812,1675,1648,1734,1768,1775,1775,1782,1764,1771,1764,1718,1737,1771,1776,1766,1774,1778,1768,1777,1762,1730,1728,1726,1725,1726,1724,1724,1685,1702,1730,1727,1723,1720,1721,1722,1722,1683,1690,1745,1746,1765,1769,1769,1760,1770,1763,1699,1722,1729,1723,1721,1722,1723,1721,1681,1702,1720,1721,1720,1723,1722,1721,1720,1681,1673,1731,1762,1761,1765,1769,1763,1766,1724,1681,1737,1729,1691,1753,1761,1773,1772,1715,1716,1701,1730,1680,1673,1704,1673,1671,1672,1691,1671,1671,1677,1678,1678,1708,1725,1685,1698,1670,1679,1677,1721,1685,1686,1697,1686,1707,1715,1787,1828,1329,1328,1336,1328,1298,1697,1763,1788,1746,1745,1744,1745,1745,1744,1749,1743,1740,1745,1745,1743,1744,1745,1744,1747,1810,1332,1327,1328,1329,1329,1329,1352,1349,1347,1348,1328,1696,1810,1324,1712,1711,1688,1750,1734,1734,1785,1729,1669,1680,1699,1705,1696,1694,1682,1816,1322,1341,1371,1371,1370,1504,1460,1304,1374,1411,1414,1418,1350,1818,1481,1307,1791,1957,1475,1466,1619,1532,1547,1546,1583,1573,1540,1537,1539,1522,1507,1625,1540,1592,1522,1681,1419,1559,1414,1389,1436,1458,1468,1468,1475,1711,1690,1564,1491,1446,1511,1682,1623,1623,1624,1626,1558,1489,1471,1445,1698,1677,1629,1624,1597,1460,1562,1540,1533,1517,1828,1691,1562,1617,1618,1624,1514,1356,1847,1831,1976,1489,1457,1438,1438,1489,1568,1504,1572,1559,1527,1515,1531,1531,1537,1537,1553,1460,1559,1562,1537,1532,1558,1554,1558,1557,1559,1556,1414,1535,1539,1432,1550,1569,1647,1610,1612,1635,1478,1542,1579,1587,1586,1503,1388,1345,1327,1828,1830,1468,1396,1383,1814,1800,1809,1828,1856,1821,1831,1475,1526,1839,1799,1860,1797,1800,1795,1795,1975,1461,1461,1460,1278,1828,1857,1456,1459,1364,1383,1396,1407,1343,1325,1327,1326,1436,1399,1350,1297,1796,1280,1748,1819,1796,1796,1811,1817,1297,1798,1854,1281,1853,1376,1298,1846,1288,1792,1814,1734,1855,1396,1394,1389,1365,1394,1390,1387,1381,1384,1363,1837,1916,1840,1465,1506,1298,1945,1298,1943,1267,1961,1415,1420,1457,1405,1908,1419,1419,1273,1893,1255,1404,1360,1345,1849,1355,1439,1477,1482,1477,1454,1298,1786,1799,1783,1724,1743,1790,1728,1791,1923,1324,1928,1394,1313,1855,1285,1778,1784,1779,1778,1780,1777,1778,1808,1349,1351,1793,1820,1852,1302,1765,1336,1868,1473,1757,1842,1403,1853,1359,1351,1367,1317,1865,1364,1208,1897,1347,1368,1342,1365,1352,1381,1313,1875,1807,1912,1449,1933,2014,1585,1536,1577,1555,1548,1511,1480,1453,1470,1462,1463,1462,1447,1964,1495,1527,1515,1447,1513,1521,1518,1465,1425,1441,1456,1887,1417,1414,1419,1375,1415,1436,1439,1387,1413,1409,1398,1396,1857,1893,1354,1390,1411,1379,1387,1390,1389,1409,1405,1409,1374,1342,1862,1316,1906,1878,1426,1443,1424,1409,1308,1836,1228,1884,1334,1341,1827,1856,1795,1790,1790,1789,1920,1364,1369,1831,1793,1785,1781,1797,1785,1806,1834,1398,1396,1328,1795,1750,1758,1821,1382,1291,1755,1832,1819,1820,1813,1810,1810,1811,1847,1319,1806,1789,1793,1814,1809,1813,1816,1817,1811,1806,1810,1815,1792,1811,1809,1809,1809,1812,1817,1811,1812,1812,1821,1809,1809,1760,1813,1795,1819,1809,1809,1810,1811,1814,1810,1811,1764,1817,1810,1813,1809,1809,1809,1778,1750,1699,1845,1748,1776,1745,1770,1787,1774,1729,1791,1775,1781,1781,1779,1774,1787,1892,1830,1856,1859,1859,1874,1373,1326,1731,1806,1783,1739,1830,1780,1777,1783,1779,1766,1828,1775,1712,1774,1777,1778,1779,1780,1749,1823,1815,1793,1866,1814,1865,1875,1868,1379,1328,1798,1748,1852,1314,1823,1815,1813,1816,1828,1313,1814,1800,1813,1820,1822,1299,1780,1815,1811,1811,1810,1817,1810,1815,1755,1789,1853,1866,1368,1865,1865,1376,1383,1315,1812,1811,1780,1817,1832,1784,1776,1775,1721,1770,1797,1847,1829,1378,1367,1375,1821,1819,1793,1751,1823,1293,1811,1751,1806,1811,1809,1809,1819,1816,1816,1808,1840,1310,1813,1810,1810,1772,1829,1283,1820,1816,1790,1808,1810,1809,1793,1806,1811,1873,1729,1784,1731,1751,1781,1775,1801,1770,1762,1751,1803,1775,1765,1762,1775,1761,1774,1823,1775,1796,1797,1793,1778,1783,1785,1732,1805,1730,1782,1779,1773,1781,1781,1779,1803,1833,1862,1870,1847,1323,1828,1853,1298,1779,1786,1810,1808,1809,1810,1813,1853,1312,1839,1788,1781,1785,1808,1779,1777,1782,1794,1851,1754,1760,1734,1697,1747,1758,1754,1752,1727,1797,1756,1798,1790,1775,1776,1717,1756,1813,1793,1841,1789,1803,1797,1776,1773,1778,1825,1789,1732,1768,1757,1756,1754,1752,1754,1713,1759,1751,1788,1769,1776,1776,1808,1844,1845,1375,1373,1750,1839,1828,1815,1810,1809,1820,1861,1820,1799,1824,1878,1359,1870,1851,1888,1845,1386,1273,1687,1767,1830,1294,1807,1732,1823,1806,1804,1771,1771,1771,1830,1805,1730,1784,1685,1677,1670,1678,1712,1677,1675,1676,1692,1675,1685,1716,1813,1805,1863,1879,1364,1865,1828,1874,1371,1824,1855,1343,1314,1808,1810,1223,1783,1779,1776,1766,1784,1751,1780,1805,1833,1816,1819,1825,1868,1873,1390,1371,1878,1351,1792,1811,1815,1794,1814,1813,1813,1809,1811,1809,1810,1820,1811,1810,1814,1809,1816,1710,1822,1797,1763,1816,1816,1814,1813,1820,1819,1811,1811,1819,1811,1811,1812,1770,1811,1753,1795,1787,1814,1817,1812,1808,1813,1828,1318,1788,1812,1814,1808,1809,1823,1810,1817,1789,1756,1775,1771,1769,1746,1772,1771,1711,1814,1817,1787,1775,1781,1782,1786,1793,1822,1811,1780,1835,1787,1798,1787,1773,1772,1786,1725,1748,1787,1771,1741,1695,1690,1689,1689,1716,1735,1682,1681,1720,1683,1677,1723,1682,1662,1723,1814,1760,1776,1771,1763,1775,1799,1814,1767,1828,1764,1815,1799,1801,1805,1800,1793,1761,1775,1774,1782,1783,1789,1775,1791,1725,1825,1821,1836,1373,1377,1370,1369,1841,1347,1834,1819,1775,1813,1792,1813,1818,1812,1812,1819,1810,1821,1780,1814,1796,1823,1810,1816,1816,1809,1809,1812,1811,1816,1809,1809,1810,1745,1819,1797,1814,1811,1809,1810,1812,1813,1810,1793,1810,1809,1817,1810,1811,1825,1809,1762,1742,1738,1740,1786,1798,1812,1812,1812,1811,1811,1816,1842,1789,1809,1813,1810,1811,1732,1808,1824,1869,1368,1865,1877,1365,1848,1880,1788,1781,1774,1752,1811,1775,1775,1778,1833,1875,1373,1370,1377,1349,1370,1381,1312,1823,1809,1291,1778,1814,1818,1810,1812,1811,1823,1809,1772,1836,1857,1858,1858,1873,1361,1835,1348,1797,1686,1774,1791,1813,1767,1848,1817,1764,1855,1808,1881,1378,1818,1830,1371,1351,1813,1812,1307,1808,1809,1809,1816,1811,1814,1811,1812,1778,1815,1759,1858,1859,1860,1860,1798,1790,1824,1804,1737,1777,1806,1804,1828,1776,1732,1771,1785,1789,1806,1766,1768,1712,1835,1811,1804,1765,1763,1764,1767,1769,1766,1768,1833,1342,1815,1819,1843,1365,1876,1376,1871,1813,1931,1378,1352,1824,1820,1838,1341,1821,1782,1817,1331,1309,1820,1811,1809,1810,1810,1810,1818,1793,1864,1874,1374,1369,1869,1871,1862,1867,1768,1826,1375,1845,1397,1353,1307,1812,1808,1809,1796,1817,1777,1777,1776,1776,1787,1774,1781,1789,1809,1778,1782,1789,1781,1787,1785,1779,1751,1798,1775,1784,1787,1784,1786,1775,1803,1720,1779,1777,1777,1774,1781,1787,1784,1777,1840,1821,1881,1371,1372,1370,1376,1373,1377,1311,1814,1310,1830,1816,1841,1865,1865,1880,1870,1860,1829,1329,1820,1859,1312,1818,1814,1811,1811,1784,1814,1798,1813,1812,1811,1809,1809,1810,1805,1809,1815,1809,1813,1809,1810,1812,1814,1776,1786,1794,1818,1810,1812,1808,1809,1810,1808,1792,1339,1792,1813,1810,1810,1809,1818,1768,1837,1761,1780,1772,1775,1785,1779,1773,1787,1794,1823,1774,1773,1795,1786,1787,1796,1808,1778,1774,1747,1784,1781,1785,1785,1772,1830,1774,1782,1823,1811,1781,1772,1775,1781,1806,1873,1371,1376,1789,1864,1870,1381,1347,1821,1718,1770,1811,1811,1810,1809,1809,1822,1854,1300,1811,1808,1809,1749,1782,1816,1813,1862,1333,1822,1872,1374,1360,1788,1864,1865,1850,1761,1811,1818,1829,1369,1880,1818,1864,1876,1359,1771,1767,1770,1775,1768,1773,1781,1784,1736,1771,1795,1834,1817,1835,1361,1817,1390,1884,1368,1864,1873,1388,1874,1873,1861,1818,1788,1827,1803,1813,1814,1809,1810,1776,1819,1804,1779,1818,1792,1815,1810,1808,1823,1786,1807,1810,1811,1817,1810,1808,1814,1814,1822,1830,1795,1811,1811,1809,1809,1809,1813,1815,1728,1795,1810,1815,1810,1810,1813,1809,1812,1784,1805,1752,1750,1748,1754,1772,1768,1705,1779,1791,1760,1779,1773,1774,1785,1789,1781,1794,1818,1869,1374,1366,1864,1834,1834,1830,1762,1841,1756,1782,1776,1774,1775,1781,1772,1882,1826,1855,1844,1869,1372,1864,1880,1353,1871,1795,1775,1774,1710,1773,1767,1802,1755,1773,1780,1784,1756,1766,1754,1763,1753,1753,1696,1719,1738,1723,1724,1682,1723,1684,1678,1702,1729,1714,1740,1683,1680,1727,1739,1684,1680,1733,1789,1755,1741,1812,1811,1810,1809,1789,1778,1754,1784,1792,1797,1756,1753,1750,1776,1813,1734,1775,1804,1781,1818,1809,1804,1799,1809,1810,1816,1846,1774,1807,1816,1731,1752,1771,1772,1804,1726,1761,1770,1772,1735,1756,1804,1773,1769,1782,1770,1770,1805,1733,1794,1785,1807,1806,1332,1706,1706,1722,1682,1753,1804,1774,1790,1777,1779,1780,1780,1717,1728,1731,1731,1731,1732,1746,1716,1757,1735,1802,1758,1728,1648,1707,1732,1723,1724,1666,1658,1681,1688,1713,1726,1725,1723,1717,1737,1734,1728,1718,1721,1721,1735,1736,1727,1715,1711,1718,1724,1742,1717,1728,1725,1689,1685,1720,1704,1714,1757,1754,1753,1754,1751,1756,1747,1760,1812,1760,1756,1754,1753,1752,1785,1790,1856,1758,1756,1752,1753,1753,1751,1753,1757,1729,1757,1752,1753,1716,1753,1760,1755,1667,1769,1758,1756,1756,1772,1752,1760,1671,1747,1791,1698,1757,1753,1757,1761,1756,1751,1749,1786,1752,1756,1756,1729,1717,1722,1659,1685,1684,1744,1660,1668,1640,1647,1637,1615,1599,1643,1614,1632,1669,1679,1664,1702,1674,1681,1692,1224,1710,1718,1798,1790,1316,1815,1796,1790,1865,1279,1782,1772,1787,1393,1407,1441,1501,1462,1421,1915,1410,1453,1366,1449,1497,1434,1458,1461,1459,1490,1669,1556,1566,1602,1509,1567,1631,1692,1891,1949,1890,2002,1977,2106,1959,1944,2084,1937,1963,2150,2192,2143,2294,2399,2897,2570,2246,2357,2633,2433,2402,2448,1913,1810,1761,2084,1878,2141,3171,2368,2567,2446,2329,2150,2117,2455,2545,2530,2864,2329,3412,2440,2295,2373,2438,2094,2162,2108,2048,1928,1919,1889,2130,1996,1685,2025,2044,1859,1877,1798,2010,2253,1799,2285,1947,1875,2306,2322,2452,2085,1964,2006,1890,2170,2097,2642,2252,1963,2099,2045,1869,1848,2054,1927,2226,2092,2002,2410,2441,2370,2688,2858,2200,2444,2487,2051,2065,1960,2013,1886,1839,1847,2689,2045,1847,1960,2013,1968,1873,1765,1688,1722,1553,1691,1729,1764,1875,1934,1681,1693,1849,1673,1800,1688,1850,2071,1928,2051,1965,1845,1836,1685,2132,1924,2380,2365,1764,1967,1933,1890,1917,1806,1762,1850,1884,1928,2204,2035,1851,2014,1998,1764,1926,2139,2332,3085,2452,1921,2128,1929,1959,1770,1888,2037,2003,2006,2049,1886,1965,1925,1891,1930,1962,2011,1924,2081,1961,2050,1889,2090,2125,2119,2170,2362,2290,2372,1846,2010,2124,1966,2008,1850,1930,2405,2076,2093,1878,1815,2124,1845,2376,2490,2084,1883,1930,2013,1995,1858,1873,3153,2571,2608,2246,2648,2443,2975,2441,2734,2444,2569,2288,2180,1885,2449,2565,2605,2452,2723,2372,2407,2080,1925,2371,2410,2365,2287,2488,2603,2294,2687,2646,2449,2329,2521,2453,2447,2171,2361,2454,2285,1788,1986,2489,2411,2201,2452,2284,2530,2609,2323,2527,2727,2573,2326,2406,2614,2164,1974,2400,2368,2612,2446,2451,2527,2687,2367,2562,2576,2359,2734,3531,2446,2451,2560,2335,1969,2329,2521,2206,2375,2521,2721,2420,2590,2108,2493,2882,2532,2209,2084,1997,2127,2687,2127,2328,2171,2123,2212,2168,2203,2366,2164,2894,3927,2127,4213,2489,2845,3051,2734,2724,2613,2241,3731,2200,2248,2205,3812,2447,2129,2646,2687,2644,2449,2645,2450,2532,2732,2485,2492,2361,2568,2613,2484,3164,2453,2482,2565,2527,2451,2605,2294,2244,2493,2847,2321,2324,2896,2119,1934,2923,2856,2646,2447,2528,2120,2327,2649,2804,2064,2013,2044,1659,2366,2083,2125,2082,1963,2627,2605,1966,1945,2282,2322,2107,1974,2329,2576,3001,2530,2571,2488,2449,2802,2489,2810,2529,2567,2363,2522,2775,2406,3125,2254,2445,2492,2643,2205,2292,2369,2930,2722,2610,2529,2609,2327,2369,2686,2528,2564,2046,2325,2451,2570,2487,2001,2335,2404,2286,2289,2166,2445,2448,2337,2330,2083,2361,2617,2852,2197,2412,2289,2366,2531,2125,1807,2728,2652,2484,2432,2334,2322,2449,2410,2376,2295,2119,2538,2411,2610,2522,2452,2366,2401,2329,2165,2531,2564,2254,2608,2204,2083,2171,2526,2611,2602,2531,2767,2452,2523,2005,2328,2411,2564,2648,2606,2528,2080,1994,2445,2333,2605,2532,2606,2486,2368,2646,2806,2570,2530,2525,2124,2371,2565,2651,2568,2531,2327,2602,2532,2285,2451,2806,2723,2411,2732,1930,2442,2687,2129,1925,2167,2624,2300,2249,2172,2325,1970,2361,2371,2371,2285,2405,2727,2368,3417,2329,2087,2212,1960,1842,1570,1526,1803,1645,1569,1557,1530,1684,1565,1800,1686,1684,2263,1978,1836,1963,2256,1797,2135,2445,2406,2296,2242,2531,1888,1761,1698,1725,2300,2079,1929,1725,1723,1757,1685,1735,1724,1725,2075,2371,1642,1568,1535,1570,1568,1711,1659,1968,1787,1541,1474,1573,1791,1770,1742,1726,1723,2227,1777,1635,1599,1684,1693,1508,1403,1425,1424,1508,1507,1425,1360,1975,1375,1855,1862,2149,1439,1963,1364,1803,2002,1320,1797,1870,1351,1416,1413,1561,1524,1454,1386,1534,1483,1424,1472,1504,1429,1423,1379,1558,1476,1375,1430,1424,1432,1424,1436,1431,1388,1387,1474,1414,1425,1432,1375,1377,1346,1344,1328,1379,1405,1340,1319,1386,1327,1365,1777,1886,1347,1289,1783,1786,1786,1724,1762,1889,1360,1749,1853,1289,1844,1794,1324,1750,1815,1332,1752,1741,1741,1706,1700,1701,1702,1726,1644,1661,1640,1715,1706,1660,1662,1635,1185,1660,1644,1698,1694,1658,1638,1735,1753,1764,1753,1700,1640,1681,1693,1670,1651,1673,1670,1682,1664,1668,1655,1726,1866,1318,1804,2011,1295,1807,2000,1431,1591,1531,1540,1540,1521,1496,1639,1628,1449,1617,1423,1892,1439,1285,1840,1495,1517,1407,1452,1362,1587,1404,1398,1541,1643,1482,1423,1566,1616,1459,1551,1507,1624,1448,1643,1513,1478,1568,1537,1555,1709,1787,1732,1872,1669,1685,1718,1657,1631,1684,1920,2007,1675,1623,1726,1647,1674,1700,1839,1930,1853,1782,1971,1946,1965,2140,1919,1912,2229,1816,1796,1828,1913,1878,1982,1875,1894,1699,1775,1751,1679,1682,1723,1569,1603,1768,1600,1914,1930,1860,1644,1602,1604,1565,1606,1602,1609,1724,1685,1699,1638,1645,1720,1851,1853,1810,2087,2243,1885,2286,1935,2243,2292,2326,2372,2408,2527,2398,2289,2211,2284,2403,2413,2407,2449,2284,2250,2607,2372,2231,2086,2040,2389,2291,2853,2197,2402,2447,2210,1846,1967,2046,2166,2405,2364,2099,2042,1968,1770,2089,2005,2045,2245,2163,2092,2443,2327,2012,2644,2205,2167,1886,1967,2080,2010,2125,2325,2364,2287,2087,2085,2081,2208,1934,2365,2364,2597,2940,2899,2911,2309,2363,1883,2171,1965,1845,1813,1775,2047,2431,2718,2399,2364,2286,2052,2178,2097,2814,2752,2659,2080,2315,2514,2861,2535,2006,1841,2522,2367,2254,2683,2331,2523,1963,1928,1932,1920,2282,2445,2297,1923,1845,1846,1845,1806,1854,2101,2196,1886,1848,1880,1847,1807,1852,2318,2138,1656,1562,1558,1528,1593,1723,2250,2322,3936,2486,1811,1792,2089,2126,2523,2444,2151,2378,2384,2973,2401,2112,2559,2115,2155,2930,2354,2246,2287,2470,2333,2624,2706,2191,2417,2357,2286,2595,2686,2324,2280,2388,2253,2158,2359,2242,2291,2313,2192,2092,2217,2129,2516,2784,2658,2443,2646,2574,2393,2780,2569,2306,2588,3149,2486,2302,2194,2178,2176,2135,2162,2546,2525,2851,2412,2152,2695,2516,2611,2597,3018,2968,2199,2315,2674,3008,2722,1923,2324,2691,2326,2523,2772,2649,2684,2890,2454,2481,2695,2330,2281,2517,2400,2620,2619,2485,2363,2168,3038,2503,2321,2169,2045,2009,1928,2882,2494,2239,2090,2166,2127,1965,1958,1935,2171,2248,2248,2242,2209,2050,2570,2488,2326,2445,2811,2410,2399,2249,2613,2568,2441,2494,2881,2688,2449,2408,2689,2329,2406,2404,3054,2446,2887,2247,1976,2500,2447,2485,2372,2369,2320,2695,2843,2370,2285,2808,2407,2654,2200,1766,2005,2173,2327,1960,2153,1855,1882,1884,2049,2264,2654,2205,2408,2561,2372,2408,2650,2245,2328,2325,2330,2565,2689,2163,2068,2022,2169,2248,2079,2012,1725,2085,2972,2167,2047,2366,2088,2243,2566,2332,2439,2814,2448,2281,2011,2643,2379,2527,2362,2328,2485,2374,2765,2204,2054,1889,2089,2253,2282,2407,2253,2242,2248,2251,2246,2243,2613,2447,2519,2454,2248,2042,2290,2124,2002,1977,2248,2486,2685,2172,2600,2490,2410,2283,2459,2362,2252,2801,2535,2244,2252,2320,2609,2288,3003,2574,2530,2331,2606,2528,2406,2446,2452,2520,2049,2085,2047,2292,2920,2528,2327,2366,2405,2126,1950,1973,2160,2528,2851,2210,2443,2330,2401,2252,2363,2129,1960,1851,1880,1849,2004,2404,2406,2288,1929,1692,1714,2013,2328,2162,2650,2282,1809,2080,1928,1651,1794,1876,2279,1999,1651,1749,1532,1558,1959,2045,2285,2647,2011,2165,2326,2568,2410,2408,3617,1794,1978,1768,1679,1811,2085,2247,2120,2519,2851,2764,3095,2845,3049,2936,2965,2924,2222,2419,2281,2748,2489,2306,2881,2615,2561,2901,2598,2085,2494,2693,2716,2729,2533,2125,2628,2234,2043,2580,2605,2670,2653,2892,2525,2567,2531,2730,2232,2510,2313,2047,1884,1880,1888,1841,1805,2088,2199,2203,2443,2377,1919,1809,1800,2197,1934,2083,2323,2090,2086,1954,1928,1644,1570,1627,1616,2203,2040,1929,1882,2246,1768,1608,1529,1829,1633,1690,1641,1653,1722,1759,1728,1773,1684,1847,1885,2005,1962,1698,1679,1652,1519,1797,2133,2044,1828,2209,2448,2414,2237,2093,2144,2251,2371,2005,2363,1776,1686,2040,2148,2525,2145,2037,2083,2284,2246,2328,2487,1926,2048,2256,2080,2487,3815,2286,2524,2292,2245,2131,2201,2166,2295,2444,2329,2131,2281,2092,1649,2203,2569,2473,2258,2282,2210,1884,1884,1778,1762,1768,2082,1930,2082,1968,2327,2116,1936,2189,2049,1879,1877,2360,2159,1891,2113,2372,2244,1838,2128,2361,2081,1930,2080,1802,1605,1567,1530,1523,1605,1925,2065,2133,2047,1969,1924,2450,2349,2017,2559,2122,1787,1854,1966,2486,1929,1882,2088,2365,1916,1565,1872,1926,2043,1979,1964,1892,1770,2143,2058,2196,2328,2004,2154,2461,2255,2006,2222,2718,2275,2115,2208,2209,2213,2164,2370,2519,2274,1925,1971,2194,1892,1877,2301,2407,2232,2546,2528,2085,1967,2198,2358,2023,2199,2728,2524,2486,2177,2280,2083,2489,2334,2643,2038,2377,2403,2367,2715,2525,2084,1978,2486,2125,2403,2010,1966,2085,2532,2688,2647,2377,2408,2197,2410,2333,2483,2403,2446,2893,2085,2362,2217,3359,2570,2650,2285,2617,2650,2199,2690,2484,2405,2894,2163,2525,1943,2230,2330,2570,2206,2410,2440,2173,2479,2489,2442,2448,2378,2487,2390,2108,2310,2125,2350,2329,2209,2523,2934,2639,1962,2281,1889,2054,2044,2328,2220,2008,2045,2169,1973,2998,2246,1973,1609,1923,1925,2263,2245,2489,2480,2094,2161,2366,2043,1648,1749,2014,2040,1852,1807,1883,1956,2731,1730,2088,1967,1687,1758,1685,1771,1769,1925,1836,1892,1846,1717,1612,1850,1714,1816,1958,2047,1890,1799,1684,1845,1931,1683,2361,2217,2407,2244,2409,2652,2280,1931,2463,2181,2246,2603,2489,2289,2283,2722,2451,1995,2370,2652,2443,2747,2564,2438,1936,2447,2372,3325,2487,2450,2171,2151,2016,2240,2447,2490,2526,2526,1975,3203,2685,2530,2645,2774,2243,2645,2891,2688,2332,2571,2409,2522,1854,1879,1849,1902,1849,1876,1816,1876,2226,2971,1958,2331,1981,2045,2566,2238,2373,2728,2645,2096,2401,2481,2454,2251,2159,2025,2393,2367,2651,2970,2087,2261,2447,2484,2290,2609,2444,2048,1952,2107,2242,2409,2530,2253,2254,2166,1767,1972,2085,2424,2131,2250,2402,2605,2536,2567,2692,2166,2529,2601,2544,2010,2118,2096,2285,2059,2415,1971,1795,2513,2012,2128,2483,2417,2569,2883,2607,2609,2487,2454,2690,2761,2692,2607,1896,2488,2200,2247,2010,2294,2362,2022,1961,1926,2219,2486,2448,2326,2482,2369,1960,1972,2041,2393,2849,2605,2119,2049,2369,2562,2535,2684,2724,2734,2448,2483,2686,2371,2164,1909,2083,2292,2521,2449,2531,2529,2327,2290,2487,2610,2291,2049,1962,2013,2043,2082,2517,2572,2645,2123,2169,2165,2410,2528,2014,2085,2230,2520,2851,2613,2525,2407,2283,2504,2563,2333,2684,2443,2239,2643,2363,2327,2649,2414,2483,2485,2566,2610,2610,2492,2722,2566,2411,2686,2570,2647,2369,2325,2165,2491,2448,3127,2490,2602,2130,2450,2120,2450,2927,2490,2688,2645,2454,2003,3201,2855,2561,2489,2452,2567,2565,2690,2491,2521,2021,2211,2118,1924,1885,1765,1945,2046,2245,1774,2281,2443,2292,1884,2041,2241,2017,2924,2453,2210,2640,1732,1759,1853,2047,1918,2202,2050,2091,2049,2404,2443,2140,2453,2364,2368,2406,2450,2083,2015,1936,1845,1798,1922,2088,1935,1995,1810,1764,2044,1931,2481,2571,2650,2488,2042,1929,1978,2764,2298,2327,3004,2407,2365,2414,2443,3369,2407,2036,2855,2203,2341,2665,2751,2196,1912,1986,2057,1885,2042,2441,2254,2609,2323,1885,1997,1984,2230,2277,2448,2358,2392,2701,2494,2163,2452,2405,1940,2258,2319,1925,2811,2406,2044,2487,2526,2815,2642,2051,2079,1885,2350,2285,2363,2333,2484,2406,2569,2440,2329,2178,2007,1912,1921,1893,1956,2399,2690,2449,2318,2174,2011,2561,2009,1965,2401,2169,2487,2092,2126,2565,2649,2602,2414,2443,2413,2163,1991,1991,3010,2086,2451,2685,2569,2252,2361,2850,2771,2172,2247,1929,1921,2249,2446,2254,2213,1925,1885,1805,1890,2168,2953,3093,2622,2127,1747,1913,2391,2487,2057,2109,1971,1919,1927,1923,1928,1743,1922,1926,1885,1949,2168,2288,2294,2083,2232,2063,1777,1716,1807,2054,1844,1844,2110,1830,1768,1928,1841,1718,1723,1676,1715,1706,1830,1559,1402,1614,1352,1819,1809,1805,1805,2056,1437,1316,2147,1388,1764,1763,1761,1763,1923,1560,1259,2033,1363,1364,1465,1323,1958,1318,1962,1579,1435,1344,1478,1614,1541,1345,1325,1973,1322,1969,1603,1693,1557,1486,1483,1492,1491,1492,1486,1380,1337,1533,1395,1346,1946,1421,1346,1915,1312,1907,1485,1434,1450,1428,1937,1925,1386,1414,1413,1417,1413,1398,1392,1400,1414,1409,1884,1878,1386,1369,1447,1378,1881,1386,1304,1786,1775,1749,1741,1766,1771,1766,1264,1819,1860,1891,1805,1854,1857,1862,1837,1385,1853,1852,1840,1794,1821,1771,1750,1769,1776,1743,1816,1750,1742,1794,1738,1741,1728,1736,1794,1720,1791,1723,1684,1710,1708,1688,1725,1693,1722,1749,1743,1750,1746,1755,1780,1805,1818,1823,1376,1454,1437,1442,1391,1441,1445,1424,1420,1436,1443,1488,1516,1428,1479,1446,1591,1294,1936,1504,1457,1446,1447,1490,1512,1429,1539,1502,1511,1408,1393,1479,1468,1359,1853,1444,1398,1430,1470,1439,1390,1306,1827,1922,1382,1340,1288,1786,1770,2017,1343,1383,1378,1336,1348,1329,1328,1856,1307,1824,1876,1326,1830,1837,1345,1331,1826,1837,1823,1812,1358,1323,1867,1880,1855,1858,1909,1490,1420,1412,1427,1404,1486,1959,1504,1475,1446,1418,1343,1340,1835,1788,1767,1859,1312,1790,1785,1787,1828,1841,1289,1781,1789,1753,1728,1735,1765,1738,1733,1739,1721,1727,1731,1728,1725,1728,1814,1789,1772,1844,1326,1319,1764,1766,1762,1779,1812,1309,1848,1354,1352,1348,1346,1370,1366,1367,1366,1365,1281,1860,1355,1355,1355,1376,1381,1400,1416,1417,1447,1441,1333,1377,1432,1422,1425,1413,1438,1419,1421,1420,1454,1361,1489,1448,1422,1425,1426,1448,1457,1479,1512,1468,1517,1537,1560,1518,1500,1459,1386,1390,1377,1384,1430,1393,1432,1444,1445,1446,1440,1443,1398,1368,1383,1496,1514,1583,1455,1507,1558,1649,1635,1640,1623,1643,1558,1574,1683,1702,1723,1695,1715,1695,1805,2042,2119,2132,2284,2279,2089,2055,2556,2775,2841,2857,2882,2927,2654,2810,2921,2897,2725,2766,2769,2650,2723,2449,2329,2528,2567,2527,2451,2443,2410,2610,2690,3006,2525,2886,2608,2888,2450,2532,2086,2502,2620,2604,3052,2727,2328,2650,2600,2531,2325,2567,2215,2485,2329,2447,2772,2365,2644,2456,2045,2465,2251,2807,2448,2611,2570,2407,2641,2651,2528,2367,2328,2518,2455,2768,2212,2887,2322,2574,2725,2817,2195,2045,2289,2524,2648,2732,2448,3003,2417,2128,2442,2452,2323,3488,3571,2445,2214,2277,2646,2730,3698,2642,2771,2402,2689,2375,2683,2252,2047,2457,2248,2768,2813,2399,2334,2649,2809,2401,2449,2528,2166,2172,3208,3250,3047,2363,2453,2243,2611,2970,2325,2411,2445,2486,2166,2413,2569,2328,3005,2852,2447,3287,2811,2447,2405,2452,2364,2651,3164,2568,4174,2968,2206,3210,4613,2211,4812,2287,2608,2808,2371,2205,3732,2201,2412,2370,2680,2451,4129,2933,2732,2601,2927,2613,2287,2449,2730,2679,2573,2568,2572,2406,2643,2811,2567,2769,2323,2366,3331,2533,2406,2687,2369,2168,2240,2174,2722,3007,2412,2727,2165,2170,2929,3606,2531,2610,2688,2642,2692,2605,2413,2568,2566,2686,2134,2483,2167,2687,2654,2602,2652,2884,2613,2408,2487,3209,2764,2688,2812,2652,2804,2691,2729,2802,2611,2447,2524,2329,2291,2850,2725,2569,2485,2491,2287,2608,2328,2322,2648,2806,2329,2287,2567,2488,2171,2167,2323,2487,2565,2452,2444,2248,2286,2608,2449,3006,2172,2009,1965,2443,2372,2642,2454,2442,2452,2689,2803,2689,2485,2330,3130,2610,2563,3053,2645,2687,2652,2202,2411,3050,2642,3054,2764,2854,2410,2601,2213,2441,2372,2121,1936,1885,2384,2603,2611,2524,2806,2729,2692,2612,2486,2168,2079,2286,2531,2329,2729,2410,2646,2725,2014,2202,2163,2330,2365,2444,2334,2686,2326,2289,2360,2291,2285,2166,2447,2330,2249,2009,2322,2411,2360,2206,2211,2244,2250,2328,2125,2324,2800,2846,2304,2400,1932,1881,2652,2770,2447,1962,2041,2690,2447,2366,2373,2291,2445,2524,2442,2528,2132,2357,2415,2294,2426,2541,2596,2345,2284,2211,2229,2568,2822,2355,2341,2287,2246,2206,2670,2988,2570,2564,2645,2574,2922,2280,2406,2487,2462,2473,2123,2691,2364,2329,2488,2366,2372,2368,2723,2165,2248,2207,2084,2006,2046,2046,2263,2288,2285,2352,2655,2780,2602,2491,2330,2472,2728,2689,2533,2527,2337,2486,2473,2450,2963,2607,2612,2614,2730,2686,2141,2265,2299,2245,2251,2434,2647,2733,2479,2619,2561,2679,3013,2777,2727,2584,2725,2126,2055,2323,2649,2364,3581,2361,2754,2126,2004,2928,2025,1773,1850,2669,2323,2124,2086,2127,2254,2445,2528,2163,2044,2046,2006,2305,2282,2567,2318,2240,2612,2410,2387,2080,1815,2336,2407,2411,2399,3107,2747,2814,2885,2449,2812,2489,2959,2469,2247,2124,2047,2609,2910,1943,2470,2607,2771,2535,2960,2505,2326,2248,2206,3083,2875,2584,2516,2863,2762,2532,2541,2851,2669,2612,3047,2764,2651,2726,2533,2646,2609,2458,2597,2977,2451,2164,2284,2770,2326,2287,2287,2520,2603,2464,2675,2529,2561,2552,2570,2367,2478,2405,2292,2366,2446,2524,2488,2490,2524,2501,3121,2169,2480,2528,2399,2362,2369,2372,2427,2559,2584,2480,2488,2650,2329,2529,2363,1935,1784,2320,2327,2688,2734,2684,2420,2562,2445,2165,2370,2772,2762,2566,2812,2407,4090,2495,2438,2571,2808,2443,2767,2492,2332,2489,2480,2652,2130,1838,1805,2403,2369,1688,2189,2606,2409,3010,2968,2364,2292,2682,2568,2489,2453,2323,2527,2367,2247,2729,2764,2372,2402,2373,2604,2853,2410,2519,2368,2210,2248,2646,2128,2323,2127,2528,2733,2241,2213,2126,2688,2603,2452,2160,2369,2370,2645,2366,2527,2288,2373,2614,2598,2606,2128,2124,2049,2565,2730,2407,2726,2813,2523,2854,2603,2294,2603,2488,2288,2322,3011,2492,2685,3047,2573,2204,2207,2370,2367,2443,2332,2721,2371,2529,2568,2846,2529,2243,2415,2162,2208,2364,2370,2650,2766,2286,2085,2692,2726,2364,2929,2895,2604,3091,2486,2605,3250,2332,2409,3366,2252,2240,2649,2647,2529,2249,2327,2689,2489,2484,3087,3174,2566,2608,2364,2327,2491,3004,2938,2521,2610,3372,2567,2611,2522,2567,2529,2449,2207,2724,2365,2491,2568,2774,3126,2486,2570,2606,2605,2648,3334,2804,2571,2366,2610,3093,2929,2759,2653,2484,2615,2640,2533,2606,2529,2528,2607,2565,2688,2934,2649,2560,3174,2566,2565,2610,2607,2569,2609,2965,2654,2729,2685,2891,2650,2566,2561,2492,2811,2524,2687,2528,2409,2570,2650,2439,3531,2535,2442,2848,2694,2480,2570,2970,2649,2650,3163,2610,2487,2533,2802,2607,2574,2530,2527,2604,2530,2447,2522,2613,2563,2570,3052,2325,2487,2533,2766,2368,3329,2610,3162,3494,2732,2924,2769,2647,3214,2240,2892,2930,2887,2887,2615,4405,4541,2647,2887,2606,2810,4090,2606,2571,2484,2455,2966,2729,2727,2731,2608,2564,2487,2529,2608,2528,2491,2447,2483,2488,2410,2404,2450,2364,2449,2484,2492,2566,2570,2407,2367,2203,2208,2566,2486,2608,2334,2564,2493,2719,2455,3045,2606,2655,2563,2163,2214,2245,2325,2207,2174,2564,2403,2251,2407,3002,2608,2454,2484,2487,2488,2532,2160,2574,2480,2691,2524,2495,2404,2572,2284,2205,3290,2892,2727,2609,2523,2492,2529,2602,4016,2403,2247,2646,2812,2646,2574,2726,2405,2292,2321,2893,2484,2091,2247,2403,2371,2442,2291,2242,2932,2763,2534,2562,2815,2407,2246,2330,2321,2447,3978,2603,2568,2565,2409,2206,2927,2372,2724,2369,3334,2323,2565,2288,2448,2206,2607,2213,2804,2766,2575,2528,2606,2409,2482,3496,2526,2843,2689,2448,2407,2812,3088,2846,2695,2803,2606,2649,2734,2487,2528,2648,2521,2574,2325,2523,2453,2450,2728,3050,2482,2326,2653,2762,2771,2687,2445,2768,2856,2969,2483,2570,2485,2572,2805,2929,2407,2364,2368,2691,2846,2571,2528,2363,2572,2485,2527,2487,2807,2533,2083,2530,3049,2649,2811,2841,2730,2686,2769,2569,2450,2487,2527,2491,4093,2771,2565,2569,1963,2370,2248,2687,2610,2329,2446,2565,2451,2524,2932,2607,2687,2805,2527,2327,2615,2525,2565,2168,2650,2449,2562,2486,2616,2806,2361,2730,2811,2604,2614,2568,2207,2483,2410,2530,2727,2609,2645,2810,2564,2605,2533,2525,2571,2486,3166,2850,2688,2534,2644,2646,2611,2807,2645,3169,2730,2566,2852,2773,2565,2845,2852,2649,2803,2411,4094,2602,2727,2695,3170,2442,2329,2089,2443,2694,2402,2610,2771,2809,4006,2447,2331,2571,2603,3132,2682,2451,3046,2695,2443,2567,2529,2612,2564,2648,2608,2610,2646,2524,2572,2731,2566,2726,2524,2209,2572,2280,2371,2488,2403,3051,2328,3008,2247,2170,2164,2406,3612,2372,2562,2732,2522,2295,3130,2325,2484,2331,2319,2289,2686,3579,3046,2570,2048,2720,2969,2737,2524,3052,2847,2565,2530,2404,2528,2566,2370,2492,2643,2445,2574,2649,2606,2646,2846,2614,2365,2522,2531,2769,3044,2816,2688,2604,2645,2491,2727,2610,2568,2529,2561,2415,2483,2533,2522,2528,2168,2123,2693,2565,2525,2491,2888,2690,2688,2724,2732,2488,2448,2810,2645,2648,2485,2405,2376,2568,2646,2644,2488,2566,2493,2648,2565,2445,2411,2845,2654,2323,2242,2174,2402,2286,2289,2285,2534,2243,2450,2644,3089,2089,4210,3095,2205,3172,2359,2649,2810,3171,2124,2893,2806,2890,3328,2726,2327,2288,2815,3447,3126,2452,2563,2973,2567,2523,2733,2445,2205,2612,2931,2601,2769,3537,3247,2567,3936,4571,2365,3452,3695,2283,5294,3288,2408,2693,2606,2367,4292,3092,2728,3133,2480,2211,2206,2523,2335,2206,2086,2081,2365,2934,2164,2169,2164,2132,2200,2606,2614,2166,2370,2198,2173,2570,3162,2448,2325,3658,2165,2326,2848,2652,2083,2007,2407,2170,2204,2245,2248,2207,2202,2094,2364,2643,2648,2608,2248,2690,2363,2851,2772,2610,2523,2850,2408,2329,2328,2407,2642,2450,2330,2407,3888,2809,3532,2607,2687,2532,2568,2559,2373,2530,2603,2057,2442,2448,2481,2446,2413,2562,2493,2446,2804,2571,2692,2847,2364,2573,2763,2567,3330,2572,2803,2527,2853,2608,2686,2811,2564,2775,2525,2446,2448,2929,2605,2649,2647,3213,2645,3895,2810,3964,2496,2928,2604,2527,2530,2568,2569,2688,2567,2688,2649,2764,2574,2885,3451,2571,2686,2643,2735,2603,3288,2807,2416,2561,2606,2811,3295,2842,2611,3126,2688,2493,2647,2565,2412,2407,2605,2606,2453,2446,2403,2410,3045,2735,2970,2927,2561,2573,2487,2486,2765,2733,2727,2492,2484,2405,2727,2771,2605,2449,2325,2334,2402,2333,2360,2288,2413,2441,2253,2408,2405,2325,3126,2533,2643,2412,2363,2445,2411,2369,2407,2410,2521,2530,2410,3087,2567,2449,2408,2448,2401,2453,2488,2528,2570,2642,2329,2485,2049,2609,2602,2534,2566,2523,2528,2334,2605,2483,2336,2283,2329,2924,2645,2652,2529,2892,3403,2896,2408,2406,2526,2764,2614,2604,2611,2525,2485,2169,2812,2561,2735,2446,2364,2169,2609,2888,2405,2526,2207,2444,2574,2765,2291,2566,2571,2484,2443,2491,2404,2609,2206,2569,2774,2525,2526,2446,2892,2287,2442,2414,3208,2688,2723,2289,2410,2724,2648,2094,3164,3174,2649,4213,2527,4407,2332,2441,2807,2649,2483,2975,2326,2602,2462,2323,2444,2331,2602,2448,2567,2532,2245,2487,2330,2687,2284,2732,2484,2414,2445,2241,2693,2607,2452,2565,2649,2448,1999,2581,2604,2492,2928,2884,3412,3287,2209,2489,2402,2333,2363,2366,2774,2602,2572,2568,2646,2410,2481,2889,2728,4140,2929,2806,2485,2450,2488,2409,2524,2565,2814,2324,2329,2605,2569,2531,2520,2650,2527,2488,2572,2409,2486,2448,2326,5974,2933,2521,2729,11762,3646,3176,14917,2813,7385,8827,8304,5492,2288,2332,3370,2564,4934,8830,2926,3569,20542,2568,2129,3292,2562,4376,2290,2444,3573,2608,2406,2285,3167,2770,2572,2120,2045,2694,3212,2440,2212,3405,2331,3052,2524,4414,3650,3208,2453,4132,2563,2172,2202,2365,2132,2445,2205,2251,2324,2247,2126,2648,2452,3169,2162,2090,2648,2288,2442,2648,2253,2444,2285,2171,2403,2365,2373,2926,2365,2205,2206,2130,3052,2726,2491,2484,2566,2445,2130,2812,2526,2365,2570,2328,2565,2450,2565,2447,2933,2480,3017,2480,2611,2410,2364,2288,2487,2249,2321,2255,3004,2448,2411,3001,2291,2572,2566,2249,2246,2163,2327,3050,2406,2324,2450,3291,2652,2480,2450,2446,2166,3136,2886,2685,2573,2650,2643,2690,2530,2601,2488,2494,2519,2488,2567,2568,2455,2521,2453,3128,3610,3125,2249,2204,2613,3246,3131,2452,2602,3215,2806,2165,2406,2207,2370,3410,2448,2369,2443,2489,2327,3089,3126,3335,4331,2448,2854,2608,2197,2211,3085,2251,2283,2288,2567,3211,3215,2485,2448,4210,2405,3491,4775,4055,8388,2240,2250,2327,2607,2490,2367,2328,3413,2400,2213,3404,2848,2294,2404,3530,2289,2404,3329,6547,6699,2727,2169,2165,3126,2244,2211,2522,2132,3405,2249,2088,2171,2081,2487,4457,2321,2214,5533,4493,2204,3215,2642,2134,2480,3056,7576,3811,2455,2161,4253,2767,2210,7099,2127,2808,2490,2530,2648,2442,2131,2169,2524,2326,2765,2090,2048,1963,2130,2605,2409,2125,2082,2087,2090,2164,5784,2480,3057,3766,2124,2735,2366,2204,2206,2208,2166,3368,3128,2175,2966,3245,2369,2814,2324,2242,2536,2399,2293,2365,2245,1970,2202,2173,2928,2447,2444,2444,2850,2411,2409,2408,2525,2367,3207,2327,2488,2487,2611,2326,2645,2485,2453,2489,2445,3007,2453,3048,2405,2447,2205,2727,2936,2442,3570,2246,2567,2206,2212,2448,2767,2163,2129,2287,2569,2246,2165,3414,3571,2366,2450,3924,2169,3610,5460,2450,3849,2128,2124,4134,2165,5776,4577,2121,6663,6860,2687,5338,3568,4292,13847,2768,11195,10307,9955,12753,2530,7062,2324,8226,3972,2210,4286,2893,4010,10556,6695,6860,4654,2975,5537,2316,6138,6988,2364,3892,2124,2450,2083,2366,2129,2365,2248,2366,3094,2608,2282,2769,2213,2406,3209,2288,2763,3294,2364,4178,3170,2641,3094,2409,2121,2531,2524,2289,2452,2685,2122,5697,2567,2491,2573,2402,2484,4177,3411,2329,4613,2891,2199,3731,2252,2164,3167,4136,2324,3010,2090,2041,3570,2091,2489,6622,2055,2240,3334,2890,2250,2327,2126,2883,2209,2128,2125,3006,2412,2243,3770,2246,2295,2198,2209,2246,2769,2570,2246,2208,2123,2290,2926,3456,2121,2446,2609,2448,2448,2371,2365,2324,2333,2769,2038,2487,2168,2048,2324,2286,1971,2168,2568,2887,2326,2449,2649,2643,2529,2289,2528,2884,2895,2523,2690,2570,2642,2651,2608,2326,2609,2608,3051,2603,2615,2484,2844,2610,2410,2490,3208,2846,2691,2528,2602,2607,2969,2409,2649,2492,2288,2603,2687,2733,2327,2241,2453,2366,2282,2456,3005,2406,2326,2411,2443,3095,2562,2371,3128,2531,2603,2814,2968,3166,2290,2487,2689,2923,3130,2610,2484,2653,2649,2804,2770,2768,2447,2650,2763,2248,2562,2652,2488,2850,2442,2537,3726,4129,2646,2451,2411,2240,2452,2768,2530,2322,2650,2772,3326,2492,2321,2367,2813,2442,2410,2165,2287,2734,3166,2443,3133,2685,2652,2611,2400,2454,2201,2736,2885,2645,2663,3313,2732,2446,2608,2290,2328,3684,2572,2605,2973,2570,2448,2613,2680,2734,2405,2724,2612,2611,2562,2533,3085,2526,2607,2613,2525,2529,2526,2566,2649,2369,2331,2284,2327,2491,2563,2573,2522,2568,2771,2766,2770,2691,2761,2695,2761,2697,2888,2881,2852,2847,2288,2610,2887,2766,2416,2684,2854,2806,2846,2726,2729,2652,2728,2604,2932,2846,2814,2929,2882,3133,2852,2683,2767,2892,2770,2968,2611,2445,2483,2415,2481,2611,2443,2447,2449,2446,2731,2573,2682,3416,2687,2607,2565,2605,2607,2534,2488,2529,2562,2571,2526,2484,2607,2452,2453,2527,2764,2817,2447,2523,2404,2811,2527,2642,2571,2885,2411,2403,2451,2451,2168,2446,2528,2480,2450,2290,2643,2693,2610,2568,2645,2809,2644,2574,2642,2532,2408,2688,2688,2641,2449,2295,2484,2206,2045,2127,2522,2533,2612,2447,2401,2289,2488,2527,2405,2327,2534,2599,2537,2560,2531,2607,2493,3811,2766,3087,2255,4927,2933,2447,4457,2519,3690,2771,2612,3122,3618,2361,2207,2412,2561,2246,2852,2252,2807,2444,2445,2487,2570,3531,2811,2407,2284,2325,2166,2488,2053,2206,2686,2684,3652,2330,2848,2607,2766,3093,2485,2734,2963,2651,2330,3042,2375,2642,2246,1971,2484,2406,2488,2653,2365,3449,2765,2652,2808,2490,2565,2410,2362,2648,2445,2413,5614,2291,2603,2807,2375,2364,2969,2603,2937,4292,2365,2324,2692,3128,2651,2844,2451,2326,2247,2803,2411,2131,2239,2254,2562,2089,2892,2684,2609,4172,4453,2285,3531,2893,2122,3132,2404,2245,3012,2412,2122,2126,2364,2368,2490,3815,2243,2767,3891,2169,2170,2240,2256,2163,2485,2170,2166,2565,2285,2491,2209,2126,2122,2165,2288,2613,3129,2446,2244,2928,2495,2320,3369,2206,2370,2610,2569,2970,2448,2204,2085,2089,2121,2051,2088,2644,2524,2085,2251,2405,2132,2523,2775,2238,2489,2173,2124,2166,2162,2334,2443,2370,2367,2088,2082,2091,2126,2161,2213,2600,2334,2324,2164,2569,2324,2207,2172,2209,2643,2811,2167,2481,2210,2127,2168,2164,2525,2295,2280,2046,2046,2133,2365,3331,2082,2970,3011,3253,2407,3083,2329,2243,2094,2086,2128,2118,2086,2052,2121,2093,2122,2126,2288,2449,2366,2042,2770,4656,2446,3216,3081,2729,2492,3165,3293,3693,2486,2411,2648,2720,2576,2565,2806,2493,2725,2362,2290,2451,2326,2571,2244,2086,2321,2249,2572,2365,2163,2813,2482,2292,2729,2289,2407,3924,2132,2169,4008,2328,2128,3566,3291,2689,4418,4530,3013,5932,2172,2721,2246,2409,2327,2413,2405,2447,3449,2568,2211,4894,2526,2042,2687,3175,2923,3893,2489,2208,5736,4655,2608,5699,3127,2284,3450,7427,6095,4693,2255,4086,2372,2686,4853,2653,2327,4694,4534,2601,4620,2244,2207,3289,4658,2280,5660,5018,3325,2533,2324,2490,5170,5461,2363,3093,2407,2167,5376,4815,2363,3731,2246,2371,4571,2249,2291,3001,2207,2611,5337,4454,2207,5654,3290,2451,2646,2893,2402,3089,2567,2167,3610,2573,2242,3529,2575,2242,3568,2688,2491,3126,2574,2240,3453,4899,2320,3936,2249,2209,6012,2366,2251,2812,2888,2203,4096,2239,2254,3244,3014,2246,2448,3171,2365,2247,2643,2415,2720,2415,2159,2611,2612,3089,2800,2371,2567,2249,3045,2776,2485,2249,2323,2445,2330,3772,2566,2284,2930,2410,2123,2849,2732,2365,2446,2571,2604,2654,2810,2519,2656,2686,2483,2848,2494,2569,2442,2448,2485,3093,2647,2449,2563,2492,2892,2643,2529,2445,2485,2373,2490,2566,2406,2562,2415,2445,2406,2565,3334,2524,2530,2807,2326,2488,2494,2566,2407,2528,2521,2697,2606,2441,2535,2525,2770,2566,2526,2645,2653,2649,2484,2648,2692,2606,2645,2572,2523,2887,2768,2568,2530,2527,2566,2652,2764,2688,2892,2885,2818,3040,2448,2290,2285,2290,2367,2483,3014,2528,3088,2726,2613,2841,2573,2565,2730,2653,2445,2562,3014,2929,2568,2373,2681,2688,2895,2362,2808,2373,2729,2644,2412,2601,2848,2527,2530,2527,2452,3086,2886,2652,2530,2562,2494,3046,2528,2527,2529,3091,2885,2571,2566,2450,2642,3732,2527,2530,2607,2525,2455,2286,2526,2649,2647,2683,2615,2605,2611,2720,2575,2643,2813,2685,2524,2530,2528,2493,2527,2524,2484,2415,2486,2602,2576,2844,2452,2405,2444,2404,2288,2214,2486,2526,2486,2687,2448,2328,2850,2568,2521,2529,2488,2414,2646,2682,2414,2443,2453,2444,2411,3049,2445,2491,2519,2447,2413,2570,2563,2527,2485,2488,2450,2533,2527,2520,2493,2524,2450,2522,2772,2490,2486,2484,2453,2563,2573,2648,2763,2534,2685,2572,2607,2483,2489,2483,2173,2965,2529,2804,2892,2653,2522,2649,3086,2374,2488,2362,2448,2367,2251,2401,2332,2563,2691,2525,2731,2525,2413,2485,2569,2447,2404,3011,2448,2485,2448,2489,2611,2523,2447,2452,2401,2527,2567,2533,2249,2325,2571,2520,2606,2612,2485,2608,2527,2454,2600,2654,2765,2533,2443,2446,2490,2450,2648,2444,2526,2453,2442,2450,2607,2532,2564,2406,2330,2528,2363,2413,2766,2525,2447,2686,2169,2091,2246,2405,2245,2083,2092,2083,2251,1962,2165,1965,1966,2050,2328,2250,2401,1965,1969,1964,1890,2000,2769,2174,3008,2445,2523,2527,2489,2490,2635,2545,2481,2454,2364,2248,2807,2449,2369,2405,2408,2562,2452,3413,2482,2085,2013,2044,2045,2683,1929,1886,1844,1846,1845,1846,2047,3697,2726,2648,2647,2566,2288,2482,2612,2607,2608,2650,2609,2449,2803,2650,2844,2774,2807,2490,2602,2612,2569,2367,2209,2568,2559,2331,2570,2527,2411,2401,2251,2528,2527,2482,2528,2531,2726,2689,2688,2569,2688,2852,2366,2481,2935,2086,2284,2650,2126,2808,2049,2681,2213,2369,2601,2409,2887,2651,2524,2408,2369,2363,2730,2173,2288,2440,2326,2414,2246,2966,3490,2927,2854,2401,2931,2613,2644,2687,3014,3003,2286,2248,2610,2653,2483,2525,2293,2158,3772,2493,2170,3805,2971,2846,3691,2572,2408,3004,3013,2247,2322,2254,2642,2245,2411,2127,1965,2323,2730,2693,2449,2644,2528,2366,2128,2847,2484,2413,2849,2323,2249,2929,2488,2643,2534,2604,2527,2453,2641,2573,2843,2722,2656,2367,2609,2247,2245,2249,2249,2329,2286,2200,2293,2242,3811,2489,2410,2405,2726,2450,2610,2164,2686,2450,2329,2209,2285,2446,2643,2372,2285,2490,2726,2127,2324,3210,2328,2009,2325,2045,2129,2286,2366,2249,2282,2535,2483,2167,2731,2643,2292,2285,2371,2319,2452,2249,2529,3084,2811,2769,2282,4778,2525,2811,2450,2441,2650,2612,2325,2329,2324,2365,2291,2690,2239,2483,2527,2574,3361,2903,2688,2731,2679,4014,2535,2881,2569,2610,2812,2834,2486,2566,2539,2570,2411,2368,3125,2893,2646,2405,2410,2361,2678,2661,2369,3046,2287,2854,2480,2776,2600,2372,2528,2674,2613,2684,2577,2491,2563,2455,3047,2366,2370,2246,2558,2600,2857,2614,2648,3329,2447,2531,2689,2601,3137,2762,2614,2642,2575,2525,2605,2368,2693,2759,2532,2487,2968,2609,2806,2848,2559,2811,2966,2570,3179,2927,2693,2770,2725,2725,2733,2485,2573,2644,2769,2596,2409,2691,2487,2608,2696,3247,2612,2402,2492,2524,2570,2523,2448,2452,2725,2291,2405,2404,2411,2565,2607,2574,2488,2883,2559,2824,2608,2591,2412,2482,2457,4977,2326,2166,4132,2562,2813,2485,2328,2653,2483,2371,2406,3088,2403,2570,2406,2289,2690,2605,2486,2294,3445,2645,2852,2846,2131,2445,2448,2445,2448,2571,2524,2049,2564,2730,2651,2886,2813,3647,2572,2602,2611,2807,2410,2569,2480,2410,2290,3045,3015,2527,2761,2575,2529,2768,2601,2690,2489,2926,2727,2730,2686,2895,2524,2489,2532,2560,2411,2324,2607,2406,2330,2486,2773,2406,2286,2372,2481,2445,2972,2492,2482,2927,2728,2573,2568,2567,2607,2569,2529,2562,2688,2656,2602,2405,2492,2851,2647,2481,2493,2526,2490,2487,2562,2737,2522,2686,2692,2286,2493,2518,2574,2446,2528,2969,2531,2689,2759,2728,2451,2491,2483,2286,2489,2527,2574,2322,3088,2892,2607,2404,2612,2562,3170,2571,2364,2327,2449,2445,2489,2492,2568,2647,2487,4411,4216,2328,2321,2769,2247,3417,2721,2528,3017,2680,2246,2490,2529,2491,2402,2973,3448,2526,2409,2485,2408,2488,2605,2609,2614,2608,3484,2929,2407,2331,2611,2648,2082,2491,2608,2724,2646,2533,2566,2050,2526,2520,2777,2405,2564,2452,2523,2365,2450,2246,2205,2169,2731,2408,2443,2333,2564,2450,2682,2453,3774,2880,2855,2602,2689,2247,2692,2445,2728,2164,2050,1885,1885,2807,2092,2002,2130,2007,2040,2049,2204,1928,1929,2287,2001,1966,1966,1929,2683,2410,2569,2725,2488,2534,2765,2726,2411,2326,2325,2447,2534,2760,2606,2136,2279,3817,2363,2330,2001,1931,1885,1889,1879,1931,1962,2653,1881,2091,2127,2081,2286,2253,2404,2286,2524,2853,2364,2489,2651,3287,2687,2373,2321,2128,2446,2327,2370,2524,2447,2614,2810,2326,2844,2690,2487,2368,2604,2412,2690,2560,2735,2401,2291,2207,2286,3168,2734,2242,3007,3578,2644,2806,2249,3131,2488,3365,3730,3293,2767,2409,2689,2249,2444,2647,2325,2614,2609,2127,2928,2605,2486,2685,3492,2165,2295,2647,2168,2482,3090,2768,2609,2527,2087,2928,2928,2528,2886,2895,2483,2527,4777,2526,3135,3125,2732,4007,2611,2165,6055,8753,2605,3494,3006,2209,2765,2243,2448,2651,2206,2207,2083,2046,2089,2092,2359,2849,4819,3528,2966,2053,2041,2007,2205,2255,2358,2251,2128,4250,5259,2848,2763,2894,2529,5096,3049,2243,5541,2486,3486,2254,2440,2649,2409,2130,2123,2006,2167,2086,2451,2319,2167,2054,2000,2172,3610,2168,2240,2447,2166,2415,4609,4651,2209,2367,2928,2414,2640,4056,2487,2209,2524,2290,2161,3254,2246,2128,3131,3330,2366,2643,2368,2452,7744,2402,2327,2332,2240,2215,2162,2849,2489,3371,4334,2324,5099,2926,2287,2569,2445,2289,3247,2490,2769,3050,6621,4205,3411,2207,2249,4815,2409,2688,2163,3169,3816,2245,1848,3770,2643,2168,4016,2642,2208,2807,2134,2120,5902,2206,2365,2732,2283,2534,2562,3128,2814,2207,2689,3203,2774,2526,3406,2172,2244,4056,2246,2206,2325,2450,2367,2441,2328,2929,2971,2405,2371,3891,2683,2772,2653,2324,2646,2324,2171,2846,2851,2284,2413,2200,2413,2240,2974,2483,2291,2369,2006,2080,2127,2054,2123,2690,2847,2246,2532,2605,2691,1917,2491,2770,2643,2248,2208,2692,2409,2205,2404,2488,2330,2401,2731,2772,2528,2962,2331,2851,2444,3009,3815,3249,2885,3013,2566,2646,2651,2286,2282,2208,2493,2682,2527,2531,2930,2565,2453,3366,2050,2524,3166,2456,2282,3213,3243,2255,2205,2367,2561,4096,4456,2489,2279,2249,2655,2765,3168,2289,2203,2284,2689,2854,2570,2242,2491,2770,2442,2291,2159,2129,2129,2202,2134,2445,2482,2489,2409,2885,2215,2281,2413,2123,2846,2088,2207,2091,2480,3371,2365,2532,2564,2608,3575,2570,2248,2481,2574,2641,2695,2127,2123,2170,2162,2162,1929,2048,2169,2280,3376,2488,2642,2492,2563,2374,2444,2411,2368,2566,2565,3210,2886,2527,2292,2650,2883,2612,2605,2769,2445,2566,2816,2647,2406,2524,2572,2525,2644,2415,2445,2407,2488,2442,2488,2733,2729,2568,2522,2531,2565,2572,2364,2530,2529,2328,2083,2329,2366,2285,2493,2762,2932,2369,2363,2447,2374,2086,2843,2854,2202,2608,2406,2525,2295,2282,2372,2405,2243,2492,2525,2447,2288,2169,2403,2571,2367,2528,2362,6422,2488,2331,2318,2450,2532,3049,2843,3009,2334,2604,2169,2365,5419,2446,2530,2688,2322,2891,3129,3493,3045,2527,3214,2567,2735,2483,2926,2493,2408,2368,2441,2128,2124,2368,2653,2762,2494,2523,2452,2684,2768,2406,2610,2612,2644,2445,2533,2690,2886,2567,2529,2406,2243,2248,2330,2571,2405,2686,2688,2728,2771,3929,2685,3820,3049,2645,2288,2243,2771,2446,2851,2561,2975,2446,2926,2567,2413,2526,2563,2409,2411,2365,2329,2446,2892,2765,2884,2692,2691,2203,2529,2567,3287,2568,2610,2493,2765,2844,2690,2690,2526,2689,2527,2449,2162,2052,2283,2692,2806,2729,2972,2528,2440,2335,2841,2607,3095,2370,2721,2128,2525,2488,2735,2524,2571,2240,2331,2330,2441,2774,2486,3651,2167,2565,2166,2771,2205,2325,2173,2400,2494,2244,2009,2201,2369,2247,2445,2248,2894,2205,2407,2649,2561,2090,2283,2970,2728,1930,2687,2325,2374,2928,2247,2446,2849,3045,2529,3093,2602,3698,3806,2329,5898,2165,2372,2203,2204,2566,4377,4254,2365,3808,2568,2172,2127,2405,2210,2647,2489,2443,2126,2289,2007,2125,2323,2047,2007,1967,2206,3127,2808,2135,4765,3294,2806,3451,2528,2166,3772,3093,3610,4095,2687,2402,2251,2605,2526,2856,2480,2286,2173,3002,2248,2288,2409,2889,2450,2287,2124,2367,2445,2128,2324,2448,2207,2334,2244,2482,2656,2202,2052,2163,2529,3288,2124,2128,2489,2083,2209,3774,3847,2124,2533,2085,2009,2005,2368,2122,2285,2094,2167,2160,2053,2158,2053,2124,2162,2088,2052,2121,2089,2087,2124,2170,2159,2091,2124,2131,2562,2729,2127,2374,2278,2210,3014,2683,2290,2123,2171,2162,2285,2693,2808,2603,2768,2413,2404,2368,2451,2400,2368,2375,2402,2409,2330,2640,2688,2771,2734,2842,2812,2964,2132,2409,2487,2244,2446,2489,2325,2525,2456,2485,2410,2806,2443,2575,2444,2401,2374,2764,3216,2642,2411,2448,2324,2650,2409,2687,2204,2487,2489,2489,3771,2806,2005,2284,2575,2404,2766,2494,2160,2614,2881,2370,3654,2322,3498,2043,2527,2325,2330,2204,3609,2531,2411,2399,2374,2240,2973,2491,2721,2530,2647,2447,2413,2209,2244,2241,3414,2246,2612,2368,2407,2524,3409,2727,2086,3529,2770,2044,2330,3691,2568,2773,2885,2364,2050,2167,2169,2202,2608,2205,2251,2122,3096,2327,2319,2651,2086,2293,6212,2654,3128,3568,2372,3366,6698,2728,2411,2443,2615,2766,2248,2288,2640,2327,2688,2493,2282,2169,2527,2289,2364,2290,2123,2328,2572,3332,2202,3206,2814,2489,2604,2444,2332,2331,2447,2402,3047,2367,2530,2290,2527,2163,2694,2447,2643,2768,2686,2372,2604,2530,2805,2409,2450,2367,2489,2766,2689,2170,2640,2813,2167,2366,2532,2921,2812,2329,2043,1970,2647,2848,3165,2893,2604,3088,2608,2367,2415,2282,2570,2326,2406,2453,3242,2048,2689,2647,2370,2805,2770,2647,2453,2281,2325,2612,2645,2250,2403,2293,2405,2248,2530,2725,3008,3210,2573,2524,2766,2729,2607,2568,2404,2809,2614,2405,2329,2604,3972,2688,2489,2327,2769,2766,2935,2523,2888,2491,2441,4057,2926,2732,2402,2572,2490,3486,2927,2413,3769,2488,2249,3486,2726,2849,4412,2328,3137,3165,2605,2255,2680,2777,2646,3046,2527,2372,3971,2324,2323,2609,2246,2133,2524,2565,2251,2202,2094,2367,2324,2807,2529,2570,2200,2614,3208,2242,2532,3287,2606,2854,3810,2489,2967,3053,3007,2967,2975,3160,2611,2607,2847,2688,2573,2602,2248,2613,2844,2687,2653,2647,2365,2774,2806,2446,2606,2613,2485,2571,2844,2769,2805,2328,2574,2723,2570,2405,2766,2090,2489,2886,2244,2656,2203,3008,2768,2370,2486,2371,2165,3210,2722,2014,2199,2649,2449,2283,2654,2649,2807,2567,2246,2566,2414,2364,2449,2887,2602,2574,3004,2214,2167,2480,2490,2410,2642,2527,2532,2604,2768,2734,2489,2641,2532,2809,2806,2248,2487,2728,2732,2763,2728,2454,2604,2369,2446,2568,2446,2324,2374,2480,2533,2567,2688,2847,2732,2447,2445,2411,2885,2770,2765,2208,2165,2365,2416,2319,2092,2327,2928,2568,2885,2614,2561,3891,2647,2492,2568,2523,2412,2645,2528,2451,2927,2853,2761,2607,2608,2851,2611,2645,2809,3052,2687,2489,2848,2524,2647,2570,2531,2605,2687,2569,2128,2525,2608,2531,2489,2484,2568,2607,2204,2572,2529,2526,2165,3088,2251,2808,2523,2529,2531,2722,2650,2488,2250,2367,2404,2974,2360,2087,2449,2612,2565,2447,2405,2769,2566,2411,2287,2448,2484,2808,2452,2401,2408,2494,2521,3051,2452,2442,2408,2407,2132,2163,2447,2170,2362,2526,2414,3692,2488,2607,2606,2605,2447,2772,3125,2928,2769,2612,2644,2567,3050,2250,2611,2680,2652,2644,2289,2651,2529,2607,2691,2764,2724,2410,2494,2526,2568,2560,2455,2489,2522,2649,2733,2246,2406,2444,2486,2569,2527,2527,2407,2127,2329,2570,2521,2454,2686,3896,2680,2532,2526,2606,2453,2485,2409,2850,2608,2687,2407,2568,3243,2608,2412,2930,2683,2409,3134,2561,2448,2411,2490,2322,2245,2651,2607,2767,3214,2688,2527,2885,2448,3092,2407,2648,2447,2410,2527,2610,2482,2606,2488,2574,2644,2610,2487,2650,2806,2771,2526,2730,2560,2572,2566,2649,2891,2810,2921,2569,2214,2726,2570,2683,2172,2526,2483,2491,2566,2444,2815,2442,2252,2245,2205,2363,2897,2244,2203,2053,2523,2691,2767,2163,2372,2528,2842,2736,2681,2530,2568,2525,2768,2736,2603,2447,2568,2452,2639,2572,2647,2213,2367,2077,2055,2247,2282,2406,2292,2366,2079,2280,2772,2682,2561,3668,2134,2045,2236,3014,2916,2771,3317,3104,2612,2413,2409,2472,2464,2703,3014,2323,2325,2408,2723,2774,2802,2810,2595,2487,2373,2403,2405,2274,2749,2589,2543,2488,2623,2886,2395,2584,2683,2515,2606,2571,2443,2493,2443,2486,2370,2686,2487,2132,2642,2576,2599,2536,2564,2604,2502,2732,2772,2601,2253,3111,2569,2167,2247,2086,2483,2495,2403,2164,2373,2606,2165,2569,2451,2562,2446,3177,2567,2247,2408,2363,2444,2531,2437,2592,2611,2407,2728,2607,2407,2363,2286,3316,2410,2566,2451,2527,2525,3009,2410,2364,2626,2724,2769,2961,2848,2565,2605,2607,2445,2572,2528,2488,2408,2450,2488,2766,2391,2304,2368,2483,2609,2847,2568,2573,2366,2408,2485,2449,2897,2440,2285,2481,2450,2493,2443,2854,2486,2405,2323,2411,2328,2324,2289,2464,2788,2547,2686,3066,2180,2479,2453,2482,2373,2362,2131,2368,2448,2523,2366,2286,2407,2488,2335,2446,2366,2448,2321,2694,2472,2620,2245,2207,2489,2729,2566,2569,2519,2493,2414,2507,2585,2570,2473,2568,2485,2580,2286,2134,2101,2648,2602,2450,2727,2952,2254,2523,2652,2683,2685,2492,2527,2485,2653,2726,3092,3565,2529,2427,2160,2768,2521,3169,2684,2408,2411,2643,2891,2327,2444,2328,2252,2603,3052,2609,2620,2517,2287,2240,2168,2645,2545,3038,2487,2685,2888,2807,2729,2690,2485,2902,2571,3206,2555,2502,2636,2608,2712,2341,2491,2407,2663,2648,2644,2519,2609,2711,2177,2492,2362,2451,2940,2599,2526,2402,2132,2605,2324,2375,2218,2797,2239,2775,3970,2130,2441,2414,2488,2399,2575,2202,2445,2409,2489,2206,2770,2484,3089,2425,2487,2593,2766,2408,2687,2607,2409,2329,3655,3090,2482,2407,2734,3128,3002,2575,2320,2495,2527,2607,2486,2570,2446,2524,2493,2770,2278,2487,2450,2407,2382,2250,3153,2569,2290,2616,2568,2453,2588,2324,2376,2565,2689,2809,2762,2614,2407,2409,2496,2372,2730,2683,3491,2893,3128,2766,2849,2892,2487,2575,4037,3118,2635,2699,2601,2480,2663,2847,2730,2486,2408,2533,2528,2730,2640,2410,2327,2851,2487,2649,2569,2414,2695,2650,2563,2885,2677,2649,2726,2686,2609,2728,2614,2502,2555,3040,2531,2465,2369,2279,2255,2473,2566,2340,2526,2448,2204,2291,2203,2287,2693,2722,2196,2367,2566,2650,2611,2680,2436,2405,2421,2354,2300,2531,2652,2537,2554,2492,2403,2449,3009,2449,2525,2528,2392,2286,2369,2368,2363,2503,2330,2530,2648,2284,2085,2045,2048,2371,2041,2693,2646,2325,2756,2568,2488,2730,2271,2634,2513,2744,2508,2788,3165,2848,2807,2479,2443,2584,2520,2495,2327,2327,2327,2519,2457,2366,2288,2247,2179,2514,2366,2450,2404,2126,2013,2096,2355,2409,2726,2727,2452,2402,2406,2691,2446,2607,2837,2620,2558,3162,3313,3312,2907,2920,2842,3345,3346,3356,3303,3358,3378,3302,3279,2675,2781,2818,2853,2733,2991,2850,2607,3312,3345,3310,3196,2808,2898,3246,3346,3195,2663,2894,2925,2447,2409,2625,2767,3104,3121,2438,2658,2847,2613,2207,2175,2042,2126,2167,2490,2702,3338,2769,2898,3822,2448,2829,2571,2644,2556,2536,1980,1934,1930,2644,2254,2258,1843,1834,1913,1853,1886,2004,2360,2450,2528,2571,2153,3046,2766,2540,2940,2962,2685,2414,2650,3075,2291,2438,2075,2309,2458,2466,2485,2537,2562,1834,1636,1733,1766,1806,1991,1740,1685,2086,1716,1605,1718,1743,1833,1840,1622,1714,1683,1568,1652,1876,1940,1888,1969,1972,1973,1945,1876,1656,1822,1783,1676,1615,1538,1526,1728,1704,1551,1521,1535,1828,1560,1468,1466,1616,1664,1432,1413,1419,1425,1402,1343,1306,1801,1805,1785,1783,1762,1788,1760,1729,1754,1745,1755,1753,1731,1727,1766,1757,1800,1821,1988,1518,1504,1510,1519,1451,1482,1374,1469,1502,2011,1476,1478,1477,1477,1477,1448,1438,1292,1926,1687,1447,1440,1439,1424,1435,1380,1340,1228,1887,1303,1756,1745,1767,1797,1804,1738,1751,1744,1723,1722,1721,1726,1723,1731,1715,1701,1766,1775,1822,1834,1835,1834,1834,1827,1764,1688,1720,1745,1736,1722,1684,1729,1394,1347,1346,1305,1719,1715,1800,1851,1287,1848,1265,1733,1719,1164,1706,1728,1880,1385,1322,1532,1588,1693,1768,1904,2179,1841,2061,2829,3300,3251,3301,2625,2498,2405,2326,2133,2246,2085,2152,2579,2287,2567,2414,2800,2094,2605,2324,2253,2207,2668,2501,2607,2491,2288,2370,2833,2821,2848,2752,2787,2962,3012,2875,2623,2606,2525,2571,2770,2605,2489,2486,2488,2529,2853,2606,2051,1998,2221,2436,2173,2282,2400,2204,2125,2127,2246,2260,2363,1974,2045,2006,2046,2165,2375,2599,2130,2045,2006,2007,2044,2288,2126,2813,2766,2247,2045,1965,1928,2086,2450,2566,2125,2326,2327,2738,2357,2370,2366,2405,2407,2406,2893,3051,2378,2319,2086,2006,2435,2456,2126,2288,2563,2762,2770,2816,2529,2450,2441,2727,2260,2830,2735,2406,2293,2328,2489,2430,4305,2490,2364,2370,2323,2371,2402,2926,2452,2250,2236,2216,2361,2529,2568,2652,2604,2565,3211,2528,2449,2367,2447,2365,2532,2409,2359,2331,2367,2768,2424,2348,2211,2289,2366,2646,2327,2565,2371,2322,2331,2327,2368,2607,2651,2487,2364,2291,2404,2536,3080,2564,2455,2575,2476,2619,3698,2640,2567,2536,2394,2763,2461,2731,2811,2604,2798,2766,2726,2487,2531,2157,2513,2684,7586,7706,9021,2454,2723,2649,2728,2531,2601,2573,2650,2686,2528,2328,2283,2212,2605,2610,2963,2568,2450,2726,2454,2362,3327,3013,2402,2331,2327,2251,2283,2208,2327,2330,2163,2244,2173,2885,2849,2607,2524,2410,2212,2645,2130,2365,2682,2053,2041,1966,2609,2165,2206,2733,2167,2003,1930,2041,2006,2006,2332,2079,1973,2401,2007,1927,1885,1927,2285,2004,2126,2045,2691,1959,1854,1879,2208,2093,2325,2083,1882,1848,1845,1846,2008,2607,2404,2570,1964,1886,2309,2360,2656,2449,2626,2728,2605,2608,2567,2451,2525,2463,2803,3127,2895,2398,2548,2412,2402,2451,2408,2587,2685,2307,2444,2412,2403,2828,2352,2941,2247,2127,1963,1966,2010,2771,2164,2324,2031,1931,1925,1885,2458,2972,2610,2191,2322,2276,2366,2650,2638,2702,2484,2220,2165,2162,2533,2323,2474,2586,2200,2126,2046,1942,2908,2644,2338,2166,2126,2035,2220,2522,2008,2484,2247,2006,1850,1754,1853,1780,1615,1561,1538,1528,1527,1523,1530,1555,1527,1654,1763,1643,1560,1527,1529,1525,1925,1848,1922,2048,2246,2086,2050,2122,2008,1925,2085,2697,1725,1806,1805,1802,1806,1806,1805,2010,2081,2176,2020,1953,1931,1949,1737,1688,1641,1517,1656,1722,1680,1448,1416,1318,1789,1764,1903,1449,1342,1819,2206,1611,1540,1498,1479,1475,1504,1554,2252,1834,1809,1651,1772,1855,1990,1837,2005,1820,1768,1673,1535,1901,1907,2096,2538,3023,2532,2240,2182,2926,2931,2118,2065,2510,2846,2664,2350,2108,2910,2529,2882,2964,2564,3008,2897,2892,2490,2963,2748,2884,2136,2441,2437,2048,1925,2253,2162,2334,2526,2693,2595,2370,3023,2551,2370,2494,2401,2451,2605,2345,2636,2603,2287,2582,2231,2533,2286,2088,2275,2494,2296,2115,2403,2977,2403,2492,2325,2165,1737,2484,2529,2441,2813,2360,2614,3090,2287,2168,2368,2405,2565,2376,2392,2177,2134,2484,2292,2486,2807,2328,2163,2292,2443,2333,2530,2445,2204,1922,1777,2326,2446,2364,2644,2211,1924,1846,1963,1929,1966,2451,2388,2063,2267,2144,2454,2430,2545,2468,2501,2453,2399,2294,2931,3361,2569,2408,2396,2462,2365,2209,2489,2327,2520,2250,2364,2376,2428,2663,2610,2526,2649,2645,2809,2572,2608,2726,2670,2571,2624,2484,2724,2244,2294,2530,2212,2445,2645,2708,2670,2493,2403,2408,2329,2485,2572,3331,2443,2367,2407,2339,2317,2603,2425,2633,2368,2649,3807,2288,2128,2046,2492,2359,2290,2528,2452,2380,2281,2415,2320,2495,2509,2207,2253,2243,2369,2368,2487,2487,2324,2173,2525,2607,2527,2648,2448,2165,2043,2648,4292,2365,2373,2042,1885,1846,2251,2002,2330,2404,2447,2489,2568,2490,2245,1961,2170,2170,2207,2257,2164,2433,2449,2047,2126,2126,2046,2006,2291,2568,2288,2408,2162,1924,2047,1845,2541,2413,2412,2288,1982,1844,1807,2204,2314,2206,2262,1886,1846,1845,2086,2931,2622,2245,2286,2204,2247,2491,2365,2373,2271,2124,1972,2120,2407,2581,3048,2354,2571,2603,2688,2650,2612,2570,2242,2207,1888,2219,2090,2872,2298,2395,2446,3010,2448,2451,2606,2643,2012,2602,2413,2433,2657,2413,2405,2410,2282,1849,1722,2358,2162,2090,2080,2453,2168,2325,2364,2530,2572,2602,2528,2649,2564,2536,2480,2488,2368,2688,2369,2409,2722,2368,2370,2685,2410,2413,2520,2330,2368,2567,2405,1977,2556,2409,2489,2445,2567,2169,2085,2406,2609,2326,2207,2534,2719,2694,2323,2412,2327,2321,2648,2415,2323,2531,2763,2974,2409,2524,2603,2375,3001,2534,2602,2375,2201,2330,2362,2371,2686,2607,2492,2248,2367,2447,2404,2731,2326,2522,2532,2446,2326,2330,2366,2004,2375,2562,2968,2574,2246,2721,2535,2600,2413,2526,2725,2494,2323,2404,2249,2649,2691,2604,3328,2695,2562,2408,2407,2532,2284,2403,2533,2367,2488,2409,2407,2524,2326,2534,2568,2800,2447,2690,2653,2722,2532,2411,2522,2289,2365,2246,2606,2013,2321,2254,2442,2531,2562,2535,1926,1880,1848,1848,2207,2486,2530,2485,1963,1885,1852,1960,2364,2171,2513,2225,2240,1973,1919,1731,1849,1884,1609,1802,1814,1762,1727,2051,1679,1720,1608,1558,1531,1557,1528,1526,1528,1520,1519,1915,2103,1454,1422,1397,1375,1398,1375,1398,1718,1719,1809,1935,1574,1564,1564,1503,1451,1441,1653,1540,1548,1521,1579,1588,1489,1473,1452,1658,1692,1827,1540,1608,1683,1619,1631,1620,1619,1603,1481,1605,1453,1443,2016,1383,1846,1982,1347,1858,1980,1333,1953,1306,1804,1800,1808,1786,1842,1965,1328,1806,1939,1494,1266,2016,1421,1406,1540,1523,1450,1456,1387,1472,1332,1904,1396,1395,1402,1394,1439,1340,1894,1393,1372,1421,1376,1369,1414,1420,1419,1367,1367,1366,1367,1367,1391,1351,1347,1362,1364,1348,1350,1346,1346,1348,1372,1352,1338,1334,1330,1347,1354,1325,1839,1333,1330,1330,1258,1823,1820,1847,1330,1840,1820,1839,1341,1315,1810,1807,1824,1806,1829,1330,1327,1829,1828,1827,1829,1749,1830,1344,1789,1789,1792,1783,1783,1819,1774,1784,1817,1772,1776,1774,1774,1774,1774,1689,1792,1805,1770,1775,1777,1772,1772,1772,1739,1729,1768,1758,1779,1773,1777,1783,1782,1688,1800,1785,1817,1772,1793,1778,1800,1800,1730,1852,1297,1866,1355,1314,1779,1812,1812,1814,1810,1724,1816,1813,1829,1795,1824,1809,1811,1815,1809,1807,1880,1371,1367,1865,1871,1397,1374,1843,1793,1759,1813,1809,1808,1808,1828,1853,1316,1816,1808,1817,1810,1830,1811,1853,1333,1812,1818,1858,1787,1781,1775,1787,1789,1776,1778,1848,1816,1711,1813,1845,1376,1381,1372,1865,1867,1334,1858,1317,1791,1814,1810,1814,1337,1819,1831,1835,1376,1783,1879,1371,1876,1367,1842,1786,1848,1775,1777,1782,1773,1775,1775,1787,1777,1872,1824,1832,1315,1818,1873,1377,1368,1373,1841,1344,1858,1314,1811,1807,1811,1811,1810,1821,1814,1810,1818,1810,1812,1811,1810,1811,1831,1793,1871,1358,1858,1838,1741,1739,1744,1831,1854,1781,1787,1786,1782,1799,1776,1753,1916,1331,1774,1782,1789,1782,1780,1783,1777,1834,1785,1786,1785,1783,1786,1788,1781,1751,1755,1749,1756,1757,1765,1757,1768,1771,1743,1802,1826,1793,1779,1776,1783,1784,1776,1749,1760,1759,1855,1861,1834,1818,1821,1769,1739,1682,1765,1756,1756,1760,1758,1754,1756,1718,1824,1757,1811,1809,1740,1765,1810,1849,1736,1759,1753,1729,1747,1764,1781,1798,1791,1736,1783,1825,1769,1768,1771,1740,1763,1772,1780,1760,1825,1818,1863,1281,1739,1813,1813,1795,1763,1818,1752,1769,1745,1779,1771,1750,1806,1755,1796,1762,1819,1787,1813,1853,1821,1855,1821,1775,1761,1800,1792,1812,1810,1815,1757,1821,1273,1821,1811,1811,1810,1809,1808,1789,1744,1696,1817,1818,1754,1773,1770,1748,1893,1348,1328,1715,1800,1817,1325,1782,1786,1796,1699,1793,1769,1759,1757,1752,1755,1753,1754,1656,1791,1757,1636,1762,1753,1753,1753,1752,1769,1757,1678,1773,1747,1815,1760,1753,1750,1815,1798,1806,1776,1784,1318,1770,1774,1802,1833,1735,1753,1736,1750,1748,1749,1746,1752,1716,1756,1799,1876,1369,1793,1837,1346,1856,1313,1808,1853,1777,1776,1775,1703,1775,1774,1790,1795,1856,1830,1781,1773,1755,1802,1780,1785,1729,1789,1775,1789,1778,1773,1777,1774,1778,1801,1737,1738,1746,1731,1733,1693,1744,1758,1704,1744,1742,1740,1741,1742,1741,1742,1743,1756,1831,1817,1830,1867,1879,1370,1820,1867,1870,1872,1855,1311,1812,1822,1777,1735,1823,1266,1753,1831,1858,1866,1859,1862,1857,1852,1790,1806,1789,1826,1822,1775,1854,1358,1792,1901,1276,1783,1799,1758,1749,1745,1748,1743,1718,1684,1735,1748,1753,1747,1742,1772,1756,1672,1736,1743,1782,1754,1748,1740,1771,1755,1764,1721,1784,1757,1775,1806,1742,1772,1738,1821,1697,1730,1756,1725,1780,1775,1847,1815,1807,1764,1751,1855,1815,1768,1703,1771,1765,1851,1832,1816,1868,1867,1377,1764,1792,1688,1634,1736,1688,1764,1770,1813,1796,1783,1812,1829,1837,1761,1728,1727,1755,1768,1770,1787,1839,1998,1477,1399,1547,1477,1348,1837,1553,1436,1314,1938,1420,1415,1422,1331,1977,1339,1918,1435,1296,1961,1446,1437,1445,1360,1391,1386,1374,1386,1394,1388,1451,1418,1410,1408,1408,1390,1408,1409,1408,1434,1377,1408,1420,1398,1381,1383,1386,1391,1387,1386,1418,1383,1383,1386,1371,1365,1365,1362,1362,1366,1366,1385,1376,1341,1847,1836,1331,1837,1422,1380,1327,1803,1827,1829,1349,1796,1748,1734,1735,1714,1804,1811,1740,1734,1740,1730,1778,1727,1725,1688,1756,1736,1761,1727,1765,1741,1719,1716,1760,1759,1775,1724,1718,1750,1724,1718,1718,1716,1724,1778,1785,1804,1823,1777,1774,1776,1784,1700,1851,1820,1776,1773,1770,1768,1770,1771,1770,1862,1343,1822,1862,1361,1316,1811,1813,1816,1361,1757,1820,1821,1776,1793,1816,1860,1313,1818,1785,1845,1782,1755,1764,1780,1776,1782,1804,1804,1762,1755,1749,1794,1754,1754,1753,1762,1797,1803,1774,1772,1750,1774,1780,1854,1846,1750,1724,1784,1789,1809,1810,1808,1804,1855,1808,1774,1813,1813,1867,1894,1341,1812,1787,1804,1804,1774,1806,1810,1805,1805,1729,1748,1768,1805,1732,1768,1805,1780,1752,1741,1718,1805,1792,1869,1810,1811,1768,1765,1767,1799,1816,1766,1768,1770,1768,1768,1767,1838,1335,1841,1864,1867,1354,1815,1866,1871,1379,1729,1798,1811,1809,1811,1822,1824,1810,1813,1745,1767,1766,1772,1765,1748,1773,1791,1793,1734,1773,1779,1781,1777,1727,1781,1779,1780,1742,1841,1384,1372,1872,1774,1813,1862,1881,1285,1812,1815,1811,1822,1704,1808,1811,1818,1829,1870,1755,1770,1775,1752,1776,1777,1794,1779,1787,1782,1774,1777,1790,1781,1755,1804,1785,1832,1776,1781,1778,1781,1774,1779,1802,1837,1336,1782,1831,1795,1774,1774,1777,1779,1717,1769,1775,1780,1782,1739,1774,1784,1727,1881,1828,1863,1863,1880,1367,1348,1811,1808,1769,1774,1777,1779,1777,1777,1780,1784,1777,1727,1786,1778,1774,1789,1776,1781,1781,1777,1835,1823,1775,1785,1787,1775,1790,1774,1776,1852,1321,1818,1819,1830,1875,1365,1872,1872,1879,1384,1837,1870,1868,1380,1819,1820,1856,1357,1310,1660,1784,1815,1810,1810,1809,1815,1773,1834,1757,1777,1773,1779,1737,1779,1771,1782,1817,1817,1834,1867,1369,1851,1749,1732,1710,1666,1672,1662,1710,1662,1657,1659,1657,1655,1162,1705,1702,1707,1710,1764,1727,1710,1749,1700,1774,1776,1789,1735,1754,1785,1786,1778,1798,1785,1787,1787,1785,1762,1669,1749,1680,1686,1626,1659,1658,1774,1375,1346,1798,1829,1857,1900,1354,1870,1435,1419,1405,1400,1518,1359,1386,1371,1459,1393,1411,1403,1365,1366,1377,1447,1341,1535,1571,1571,1567,1521,1495,1556,1547,1539,1429,1535,1522,1550,1523,1544,1530,1543,1537,1553,1518,1517,1511,1422,1492,1512,1515,1511,1515,1514,1476,1471,1472,1461,1353,1432,1383,1361,1367,1365,1367,1370,1338,1333,1340,1895,1337,1834,1398,1855,1875,1874,1912,1360,1854,1848,1862,1860,1852,1927,1513,1463,1469,1288,1438,1389,1392,1394,1388,1389,1388,1388,1414,1406,1404,1264,1843,1885,1787,1781,1831,1834,1824,1819,1822,1815,1824,1815,1821,1817,1820,1811,1795,1818,1880,1396,1394,1384,1409,1390,1365,1824,1741,1792,1789,1774,1769,1774,1771,1772,1760,1757,1803,1863,1813,1766,1760,1758,1760,1769,1764,1765,1756,1757,1763,1751,1782,1770,1764,1776,1737,1789,1819,1870,1372,1371,1872,1374,1341,1855,1341,1823,1889,1807,1821,1375,1376,1864,1768,1890,1357,1312,1817,1853,1309,1827,1810,1812,1810,1312,1822,1815,1744,1799,1820,1810,1810,1768,1780,1824,1811,1818,1828,1316,1810,1809,1824,1798,1814,1812,1821,1769,1791,1813,1810,1824,1825,1818,1832,1810,1759,1879,1366,1829,1829,1821,1815,1797,1801,1730,1781,1815,1811,1695,1734,1751,1755,1752,1693,1775,1771,1743,1723,1782,1758,1749,1785,1793,1768,1813,1795,1818,1758,1781,1795,1824,1811,1804,1780,1812,1816,1831,1789,1808,1787,1692,1819,1784,1817,1817,1838,1812,1810,1702,1817,1790,1814,1815,1816,1835,1308,1810,1798,1797,1725,1748,1754,1752,1779,1744,1755,1756,1744,1752,1749,1752,1740,1734,1804,1747,1742,1741,1748,1749,1721,1732,1780,1775,1778,1776,1775,1779,1775,1793,1670,1819,1772,1784,1779,1790,1788,1775,1775,1643,1869,1866,1375,1366,1812,1392,1382,1352,1308,1812,1822,1821,1857,1858,1872,1359,1833,1835,1810,1719,1769,1770,1805,1696,1806,1810,1767,1738,1779,1762,1761,1771,1740,1774,1808,1804,1713,1763,1818,1743,1774,1754,1329,1782,1773,1768,1810,1757,1797,1772,1776,1779,1774,1780,1773,1811,1775,1779,1776,1788,1777,1775,1775,1779,1754,1780,1724,1771,1774,1786,1784,1774,1780,1844,1848,1806,1743,1828,1328,1774,1781,1776,1673,1736,1734,1662,1724,1733,1755,1763,1749,1752,1757,1757,1756,1760,1764,1758,1756,1751,1770,1807,1780,1781,1773,1784,1777,1773,1794,1854,1876,1782,1778,1753,1801,1779,1782,1772,1773,1817,1822,1875,1852,1858,1378,1343,1862,1354,1266,1820,1811,1810,1810,1806,1811,1814,1812,1875,1366,1876,1874,1368,1835,1811,1812,1770,1763,1866,1879,1868,1867,1321,1876,1384,1356,1316,1813,1820,1813,1816,1802,1759,1808,1813,1866,1357,1392,1364,1878,1397,1332,1808,1821,1709,1769,1815,1809,1851,1312,1821,1812,1801,1784,2010,1990,1462,1455,1449,1470,1340,1924,1474,1457,1420,1416,1414,1399,1392,1391,1393,1390,1392,1402,1411,1366,1833,1894,1372,1368,1366,1369,1367,1367,1361,1344,1439,1369,1367,1367,1353,1346,1349,1347,1347,1336,1364,1334,1879,1861,1867,1850,1399,1392,1889,1335,1891,1285,1764,1767,1744,1738,1740,1740,1733,1737,1737,1722,1751,1739,1732,1741,1772,1727,1725,1838,1346,1255,1743,1728,1727,1726,1756,1805,1711,1726,1719,1764,1715,1709,1710,1711,1705,1664,1745,1709,1760,1758,1748,1780,1818,1777,1710,1828,1781,1742,1804,1725,1810,1736,1732,1744,1783,1780,1690,1768,1775,1774,1774,1774,1811,1810,1813,1765,1346,1776,1792,1775,1766,1779,1778,1774,1803,1775,1776,1789,1777,1780,1790,1823,1774,1833,1787,1731,1770,1773,1787,1792,1794,1773,1798,1780,1844,1804,1774,1792,1702,1784,1782,1848,1781,1773,2411,1803,1777,1873,1752,1810,1802,1800,1800,1806,1822,1780,1819,1793,1802,1802,1802,1802,1802,1694,1752,1871,1369,1374,1371,1839,1854,1311,1813,1803,1817,1796,1773,1962,1486,1460,1450,1450,1509,1507,1371,1924,1922,1507,1504,1487,1412,1418,1432,1376,1348,1408,1364,1370,1362,1353,1384,1333,1831,1826,1817,1335,1292,1826,1476,1460,1454,1442,1438,1453,1438,1325,1956,1435,1940,1469,1480,1512,1492,1493,1457,1401,1353,1412,1414,1416,2709,1865,1896,1389,1389,1277,1782,1852,1386,1386,1358,1844,1379,1406,1375,1406,1395,1374,1340,1375,1421,1407,1381,1369,1356,1391,1361,1360,1799,1325,1845,1372,1375,1372,1339,1317,1820,1880,1376,1354,1240,1795,1786,1771,1773,1762,1762,1753,1798,1764,1768,1760,1768,1758,1750,1751,1752,1762,1819,1788,1820,1776,1823,1809,1813,1810,1702,1777,1779,1811,1813,1816,1811,1811,1815,1797,1831,1873,1901,1853,1858,1870,1363,1857,1857,1849,1856,1816,1773,1807,1770,1768,1732,1750,1782,1805,1806,1805,1769,1804,1771,1744,1769,1774,1774,1691,1798,1773,1779,1772,1774,1816,1786,1778,1776,1778,1807,1731,1773,1732,1730,1804,1804,1803,1807,1768,1804,1811,1734,1774,1803,1768,1803,1686,1759,1804,1771,1737,1851,1789,1775,1784,1772,1779,1778,1773,1726,1783,1780,1777,1776,1776,1762,1779,1775,1711,1813,1775,1774,1782,1778,1776,1799,1786,1698,1804,1794,1776,1772,1783,1778,1776,1788,1767,1809,1783,1773,1789,1792,1776,1767,1774,1696,1835,1840,1859,1864,1863,1782,1690,1744,1750,1757,1859,1790,1859,1869,1863,1865,1832,1848,1244,1767,1806,1805,1773,1808,1805,1769,1767,1752,1812,1766,1770,1766,1771,1767,1713,1708,1807,1804,1770,1765,1767,1770,1768,1767,1710,1906,1364,1864,1878,1342,1853,1325,1812,1811,1808,1268,1811,1809,1810,1808,1808,1807,1815,1814,1771,1851,1790,1730,1785,1776,1772,1778,1754,1852,1330,1774,1793,1785,1782,1785,1782,1765,1778,1731,1734,1738,1730,1728,1730,1808,1715,1787,1783,1757,1764,1773,1757,1756,1756,1702,1711,1850,1821,1790,1776,1774,1786,1777,1768,1783,1778,1699,1775,1785,1763,1754,1752,1779,1747,1830,1349,1856,1760,1769,1774,1771,1801,1794,1759,1794,1761,1760,1755,1754,1756,1751,1778,1775,1759,1849,1749,1773,1773,1773,1776,1803,1825,1766,1753,1792,1766,1754,1751,1755,1756,1752,1755,1775,1669,1784,1755,1753,1751,1748,1793,1761,1771,1739,1768,1753,1757,1755,1786,1842,1802,1775,1708,1752,1774,1771,1775,1793,1811,1779,1786,1651,1833,1877,1367,1847,1884,1782,1779,1782,1816,1814,1774,1774,1790,1844,1823,1377,1372,1871,1378,1791,1826,1812,1796,1251,1819,1793,1814,1744,1819,1815,1811,1814,1805,1786,1811,1811,1810,1749,1807,1812,1811,1756,1806,1808,1814,1808,1805,1793,1811,1833,1819,1812,1809,1811,1809,1810,1808,1809,1740,1716,1805,1810,1811,1813,1813,1811,1813,1804,1834,1273,1767,1768,1764,1764,1775,1788,1781,1782,1780,1779,1779,1842,1883,1365,1883,1316,1787,1835,1858,1859,1791,1858,1856,1804,1895,1856,1784,1782,1787,1782,1778,1773,1763,1818,1793,1875,1793,1840,1369,1364,1856,1310,1756,1781,1307,1791,1812,1815,1809,1808,1813,1818,1810,1832,1810,1812,1800,1777,1810,1809,1811,1825,1770,1862,1766,1805,1795,1771,1750,1781,1756,1863,1819,1784,1718,1775,1780,1775,1779,1807,1853,1319,1758,1758,1757,1757,1765,1757,1741,1706,1777,1757,1757,1757,1757,1763,1755,1749,1725,1847,1817,1739,1740,1768,1770,1769,1629,1819,1803,1732,1769,1652,1709,1721,1725,1714,1724,1736,1721,1720,1675,1712,1719,1722,1718,1734,1723,1696,1790,1757,1765,1757,1753,1752,1733,1756,1808,1819,1808,1813,1810,1808,1805,1766,1714,1724,1751,1783,1749,1794,1789,1754,1802,1792,1777,1768,1870,1378,1883,1366,1862,1328,1277,1806,1809,1780,1811,1813,1811,1809,1809,1797,1800,1815,1816,1694,1819,1811,1814,1814,1814,1868,1375,1750,1699,1783,1755,1749,1787,1790,1778,1773,1777,1791,1797,1774,1773,1786,1791,1796,1773,1778,1774,1810,1743,1775,1793,1804,1783,1838,1857,1751,1823,1861,1857,1875,1821,1777,1806,1808,1747,1727,1807,1805,1732,1762,1767,1805,1769,1773,1761,1807,1773,1733,1690,1766,1805,1807,1774,1834,1807,1770,1731,1684,1791,1792,1828,1697,1767,1709,1771,1771,1803,1815,1769,1775,1727,1806,1774,1771,1731,1841,1305,1809,1805,1805,1772,1806,1687,1760,1756,1773,1765,1771,1763,1761,1763,1769,1803,1863,1790,1778,1775,1793,1781,1775,1775,1770,1813,1807,1817,1829,1872,1383,1378,1869,1807,1860,1874,1368,1352,1820,1857,1310,1813,1811,1785,1284,1753,1775,1745,1759,1760,1787,1774,1783,1877,1866,1775,1818,1762,1848,1866,1868,1381,1360,1817,1828,1831,1884,1871,1372,1371,1879,1869,1849,1819,1811,1810,1822,1811,1815,1813,1810,1777,1776,1810,1744,1788,1786,1778,1781,1744,1751,1842,1819,1838,1369,1370,1867,1866,1897,1375,1308,1876,1322,1811,1809,1809,1820,1812,1330,1835,1263,1855,1869,1887,1367,1840,1856,1306,1211,1771,1771,1814,1808,1808,1815,1810,1813,1819,1816,1806,1853,1875,1357,1859,1869,1355,1863,1826,1798,1792,1855,1867,1864,1863,1877,1329,1819,1859,1314,1825,1314,1814,1810,1810,1760,1753,1767,1775,1769,1767,1772,1777,1781,1793,1774,1779,1782,1779,1781,1780,1778,1782,1794,1842,1829,1844,1389,1872,1867,1877,1382,1823,1872,1311,1814,1810,1778,1821,1810,1816,1833,1813,1872,1367,1869,1371,1809,1816,1825,1804,1773,1779,1784,1781,1822,1773,1776,1781,1831,1784,1793,1785,1787,1824,1756,1799,1780,1830,1783,1751,1757,1783,1756,1774,1780,1778,1834,1733,1769,1777,1796,1752,1787,1779,1777,1785,1837,1806,1827,1876,1865,1863,1818,1871,1805,1859,1318,1766,1778,1747,1773,1777,1778,1840,1328,1751,1773,1780,1782,1782,1796,1752,1726,1766,1767,1781,1791,1780,1788,1781,1820,1869,1810,1823,1856,1859,1783,1854,1859,1860,1810,1795,1790,1813,1812,1812,1815,1810,1882,1824,1780,1811,1811,1829,1746,1827,1811,1813,1708,1802,1812,1810,1812,1812,1810,1811,1815,1676,1811,1796,1815,1813,1810,1815,1811,1811,1747,1769,1766,1759,1773,1767,1771,1781,1777,1773,1754,1782,1845,1369,1878,1816,1810,1818,1676,1754,1812,1810,1814,1810,1808,1808,1815,1704,1749,1830,1815,1811,1810,1813,1813,1820,1802,1831,1822,1314,1810,1808,1809,1809,1815,1773,1815,1813,1815,1810,1811,1810,1811,1812,1757,1809,1802,1812,1811,1807,1821,1817,1811,1844,1863,1711,1841,1813,1854,1858,1857,1869,1858,1835,1733,1822,1770,1870,1870,1873,1384,1322,1730,1756,1751,1752,1748,1756,1748,1807,1790,1742,1751,1757,1743,1745,1712,1755,1757,1803,1719,1755,1778,1781,1780,1779,1779,1778,1719,1795,1807,1781,1763,1800,1774,1773,1768,1685,1773,1780,1774,1783,1797,1773,1782,1775,1750,1787,1776,1778,1775,1793,1787,1787,1780,1705,1853,1816,1839,1379,1241,1813,1869,1370,1887,1331,1814,1817,1813,1808,1772,1809,1810,1796,1751,1747,1747,1768,1778,1773,1794,1777,1854,1280,1796,1782,1785,1784,1774,1755,1830,1892,1822,1859,1857,1856,1876,1360,1357,1854,1762,1779,1771,1799,1814,1807,1860,1850,1876,1893,1356,1312,1810,1811,1809,1810,1809,1851,1762,1782,1867,1369,1864,1869,1273,1860,1865,1801,1827,1836,1863,1865,1873,1285,1815,1821,1743,1789,1810,1814,1817,1811,1762,1793,1816,1812,1773,1817,1814,1816,1812,1816,1816,1813,1706,1810,1327,1811,1810,1813,1790,1811,1811,1725,1725,1813,1811,1812,1812,1805,1823,1822,1830,1914,1794,1860,1858,1858,1872,1359,1851,1855,1857,1815,1787,1775,1770,1773,1804,1733,1842,1267,1686,1768,1770,1767,1804,1804,1731,1746,1765,1791,1817,1771,1765,1766,1768,1769,1808,1807,1869,1866,1864,1878,1366,1846,1379,1331,1818,1859,1874,1858,1857,1858,1857,1869,1782,1786,1790,1774,1805,1771,1804,1807,1729,1796,1781,1792,1809,1768,1774,1768,1767,1810,1870,1376,1377,1369,1870,1868,1858,1310,1764,1812,1804,1794,1809,1813,1773,1811,1823,1811,1815,1779,1807,1813,1811,1785,1781,1815,1817,1813,1827,1759,1775,1775,1769,1767,1749,1772,1790,1851,1821,1828,1366,1872,1398,1367,1373,1863,1876,1354,1788,1812,1809,1808,1763,1781,1812,1810,1779,1803,1808,1808,1814,1833,1809,1809,1809,1852,1315,1781,1774,1775,1776,1778,1776,1776,1837,1829,1369,1872,1873,1863,1808,1858,1370,1814,1869,1379,1348,1855,1359,1311,1813,1811,1809,1767,1773,1775,1794,1789,1826,1775,1774,1785,1739,1747,1757,1804,1755,1756,1756,1752,1771,1761,1756,1757,1756,1758,1758,1756,1765,1787,1821,2114,3050,3016,2982,2854,2260,2153,2573,2656,2714,2438,2108,2021,1886,1968,2084,2259,2274,2183,2401,1657,1882,2236,1979,1980,1980,1966,1780,1588,1442,1538,1849,1836,1854,1848,1930,1760,1617,1500,1517,1615,1636,1569,1542,1666,1681,1723,1716,1597,1531,1586,1582,1613,2053,1668,1645,1545,1401,1353,1333,1825,1828,1823,1844,1379,1383,1264,1798,1938,1283,1835,1353,1385,1293,1765,1862,1330,1334,1348,1268,1743,1869,1318,1791,1777,1816,1829,1289,1785,1870,1277,1829,1767,1774,1799,1387,1319,1811,1818,1806,1803,1802,1802,1914,1338,1854,1852,1853,1756,1827,1836,1826,1881,1339,1836,1822,1840,1853,1361,1826,1816,1868,1343,1313,1828,1756,1800,1808,1347,1814,1799,1883,1387,1821,1816,1812,1806,1807,1804,1797,1764,1783,1792,1801,1794,1796,1768,1805,1775,1738,1783,1787,1781,1774,1790,1835,1817,1784,1749,1850,1797,1768,1328,1762,1653,1684,1620,1628,1603,1631,1649,1609,1613,1625,1610,1635,1673,1831,1240,1767,1744,1650,1663,1638,1631,1644,1663,1718,1731,1635,1655,1668,1673,1688,1681,1714,1794,1744,1739,1715,1776,1803,1785,1848,1306,1872,1781,1802,1835,1330,1376,1337,1856,1392,1501,1768,1655,1417,1616,1454,1538,1523,1521,1602,1575,1688,1728,1718,1808,1912,1759,1723,1780,1590,1738,1660,1764,1814,1953,1775,1718,1787,1797,1862,1926,1687,1776,1709,1679,1956,1522,1679,1670,1489,1536,1909,1892,1903,1866,1726,1758,1642,1954,1830,1687,1656,1692,1695,1622,1852,2111,2183,1692,1618,1647,1708,1741,1642,1724,2001,1873,2009,1817,1686,1671,1580,1436,1373,1909,1810,2570,1574,1836,1921,1734,1665,1455,1624,1549,1482,1552,1582,1726,1647,1529,1641,1753,1518,1583,1554,1403,1443,1625,1546,1555,1686,2029,1677,1678,1582,1543,1490,1435,1771,1529,1450,1507,1496,1725,1565,1473,1453,1446,1530,1561,1522,1616,1509,1527,1620,1397,1402,1559,1614,1637,1651,1668,1533,1556,1543,1479,1507,1539,1595,1545,1619,1605,1658,1796,1657,1734,1734,1872,1805,1763,1798,1781,1845,1815,1926,1887,1927,2003,1862,2073,1873,1822,1597,1625,1604,1625,1602,1598,1705,1645,2685,1695,1611,1653,1576,1573,1964,1687,1679,1503,1647,1511,1480,1490,1579,1584,1682,1628,1591,1513,1643,1399,1399,1398,1397,1515,1621,1638,1584,1595,1717,1605,1616,1616,1616,1532,1656,1560,1496,1564,1512,1777,1669,1589,1654,1500,1712,1528,1438,1533,1452,1429,1402,1397,1396,1397,1402,1719,1601,1588,1605,1514,1550,1511,1599,1479,1579,1730,1806,1715,1767,1629,1692,1717,1903,1908,1800,1689,1644,1656,1762,1794,1808,1657,1682,1786,1694,1603,1603,1602,1953,1866,1983,1789,1968,1965,1964,1776,1759,2226,2247,2017,1925,1890,2367,1881,2006,2006,2010,1645,2077,2320,1865,1804,2100,1828,1719,1655,2003,2076,1842,1835,1837,2098,2126,2561,2386,2074,2198,1988,1958,1872,2034,2357,1980,1906,1837,1836,1894,1919,2001,1885,1888,1799,1555,1489,1486,1641,1528,1489,1529,1595,1643,1687,1801,1823,1844,1771,1575,1515,1547,1575,1637,1494,1500,1334,1804,1887,1314,2003,1368,1452,1505,1423,1378,1501,1532,1487,1617,1522,1400,1525,1857,1511,1322,1803,1805,1889,1349,2061,1476,1509,1696,1630,1680,1659,1662,1715,1410,1572,1657,1671,1653,1663,1975,2925,1720,1680,1612,1712,1687,1824,1594,1912,2140,2613,2564,2126,2246,2291,2360,2217,2446,2283,2411,2364,2408,1904,2137,2026,2280,1968,2108,2087,1934,1834,1779,2096,1879,1855,2378,2567,2452,2204,2245,1965,1972,1889,1917,2196,2572,2327,2521,2281,1851,1571,1563,1765,1848,1764,1569,1635,1533,1559,1530,1558,1887,1924,1653,1645,2195,2207,1968,1772,1678,1729,1752,1765,1725,1771,1802,1776,1765,1643,1566,1530,1605,1632,1618,1391,1332,1836,1973,1605,1526,1487,1510,1532,1679,1537,1479,1486,1484,1604,1614,1630,1610,1617,1725,1598,1630,1613,1693,1952,1626,1603,1606,1807,1561,1653,1649,1638,1776,1758,1651,1633,1607,1617,1716,1691,1769,1631,1725,1657,1589,1487,1572,1727,1608,1599,1677,1653,1804,1782,1735,1884,1957,1928,1893,1836,1929,2014,2101,2448,2767,2882,2104,2531,2403,2655,2155,2377,1996,1735,1762,1801,1764,1768,2049,2607,2185,2100,2089,1898,1755,1764,1759,1611,1591,1746,1609,1433,1379,1400,1371,1393,1409,1400,1398,1444,1524,1436,1393,1425,1585,1614,1892,1590,1462,1400,1430,1413,1412,1588,1684,1544,1642,1513,1520,1447,1487,1525,1500,1510,1562,1520,1598,1527,1647,1972,1633,1565,1717,1760,2545,2331,2524,2457,2407,2641,2455,2445,2214,2447,2286,2491,2610,2486,2283,2565,2170,2204,2532,2565,2494,2646,2565,2571,2527,2362,3774,2210,2165,2608,2482,2334,2401,2526,2251,2366,2327,2170,2320,3010,2611,1992,1966,1804,1603,1565,1532,1880,1683,1605,1565,1531,1883,1569,1558,1527,1524,1838,2203,2119,2301,2393,1947,2001,2006,1990,1955,2057,2566,2792,2093,2167,1951,2172,1849,2373,2527,2446,3048,2772,2129,2162,2415,2435,2492,2300,2486,2329,2407,2081,1760,2177,2568,2440,2406,2528,2728,2215,2205,1968,2488,2449,2292,2120,2425,2647,2921,2008,2534,2439,2079,2203,2253,2169,2079,1915,2013,1922,1928,1841,1762,1729,1760,1725,2034,1878,1803,1806,1891,1845,2042,1931,1678,1965,1855,2320,2448,2283,2328,2009,2251,2165,2166,2562,2407,2373,1808,1690,1933,2258,2284,2488,2368,2289,2080,2411,2603,2893,3213,2444,2451,2364,2404,2855,2364,2404,2371,2367,2406,2371,2446,2681,2571,2410,2486,2376,2643,2328,2207,1923,2204,2496,2885,2808,2689,2609,2485,2445,2249,2890,2293,2241,2691,2523,2450,2371,1806,1598,1564,1532,1555,1692,1650,1639,1719,1712,2013,2120,1889,1682,1645,1611,1881,2041,1898,1840,1891,1960,1885,1613,1755,1885,1849,2045,2207,1890,2081,1970,3006,2694,2604,2652,2409,2398,2334,2365,2080,2171,2043,1970,2325,2247,1601,1807,1885,1887,2246,2486,2252,1967,1920,1885,2214,2527,2481,2200,1971,2169,2287,2513,2691,2891,2618,2728,2687,2648,2729,2327,2487,2210,1964,1925,1926,2016,1748,2462,2499,2226,2116,2165,2166,2127,2754,3048,2547,2204,2167,2167,2041,2472,2930,2376,2244,2310,2736,3128,2987,2205,2448,2325,3358,3086,2747,2955,3027,3048,2213,2263,2665,2792,2627,2313,2686,2466,3031,3052,3784,2364,2189,2270,2452,2897,2824,2481,2207,2328,2167,2479,2541,2168,1886,1724,1725,1962,1882,2213,2632,2659,1968,1845,1967,1844,2155,2483,2327,2144,1845,2232,2391,2364,2590,2550,2099,2200,2319,2281,2369,2400,2388,2533,2481,2333,2367,2763,2313,2246,2274,2697,2512,2445,2490,2449,2167,2815,2537,2326,3288,2549,2346,2598,2379,2569,2491,2734,2606,2648,2487,2447,2527,2286,2452,2324,2767,2670,2211,1987,1878,2285,1853,2147,2567,1935,2088,1876,1818,2203,2284,2249,2284,2171,2078,2331,2285,2368,1889,1991,2357,2616,2252,1964,2297,2246,2291,2409,2247,2170,1879,1984,1921,2410,2408,2234,2247,1857,1813,1811,1928,1889,1718,1568,1563,1634,1879,1808,1886,2371,2487,2014,2165,1924,2135,2204,1804,1879,1814,1884,1795,1816,1678,1734,1680,1683,1809,1842,1769,1761,2345,1936,1875,1964,2237,1944,1986,1906,1684,1640,1647,1648,1643,1722,1850,1875,1812,1726,1644,1723,1727,1649,1639,1689,1881,2212,2370,2213,2971,2213,1959,2170,2207,2166,2255,2045,2251,2248,2244,2773,2286,1799,1932,2040,2008,2005,2044,2175,2479,1857,1971,1818,2123,2133,2324,2446,2566,1916,1834,1775,1926,1845,1973,2026,1924,2112,2242,2119,2255,2442,2094,1962,1918,2358,2411,2281,2248,2285,2327,2253,2287,2403,2247,2204,2207,2366,2328,2534,2369,2165,2128,2013,2206,2203,2130,2368,2172,2244,2204,2159,1960,2460,2530,2280,2169,2015,2331,2486,2287,2095,1887,2000,1763,2459,2044,1923,1850,1848,1886,1641,1517,1493,1563,1554,2443,1933,2289,2249,1881,1965,1734,1698,1681,2008,1885,1893,1685,1692,2623,2784,2375,2167,2239,2124,2094,2464,2584,2453,2725,3020,3372,3238,2847,2480,2336,2525,2340,2355,2089,2250,2394,2161,2072,2033,2086,2179,1760,1732,1724,1982,2271,2120,2205,2104,1929,1933,1929,2207,2199,2097,2237,2564,2405,1958,2018,2386,2669,3032,2424,2174,2172,2060,2086,2267,2279,1954,1814,1834,1873,2159,2000,1844,1849,1969,1874,1807,1776,1914,1970,1974,1886,1960,1920,1987,1836,2085,1997,2003,2008,1951,2024,1969,1795,1759,1734,1824,1780,1711,1789,1925,1811,1766,1725,1681,1963,1853,1878,1894,1846,1883,2047,1845,1885,1957,2142,2091,1896,1737,1764,2153,1876,2421,2129,2726,1994,1836,1994,2119,2051,2119,2302,2248,2591,2766,2346,2492,2377,2448,2389,2930,2542,2468,3345,2509,2574,2544,2547,2353,2249,2072,1929,1954,1819,1754,1730,1851,1919,1733,1881,1922,1892,1995,1771,2053,1839,2008,1960,1896,1957,1976,1846,1768,1726,1694,1749,1780,1723,1809,1805,1834,1842,1843,1649,1499,1595,1727,1798,1772,1807,1892,1725,1643,1604,1602,1716,1737,1723,1644,1765,1653,1597,1482,1516,1531,1530,1521,1606,1539,1713,1764,1762,1773,1614,1675,1568,1718,1617,1795,1727,1721,1521,1526,1502,1685,1629,1526,1599,2008,1923,1810,1680,1498,1527,1521,1614,1757,1617,1562,1513,1529,1562,1540,1564,1565,1565,1557,1714,1817,1933,1932,1881,1887,1855,1657,1838,1538,1374,1397,1322,1814,1812,1806,1817,1511,1659,1652,1645,1599,1681,1647,1846,1720,1645,1930,1796,1697,1739,1451,1433,1529,1532,1558,1525,1892,1596,1875,2168,1857,2123,1537,1557,1522,1916,1920,2098,2127,1976,1877,1875,1832,1899,1835,2191,2441,2124,2342,2129,2134,2179,2176,2544,2427,2424,2135,2162,2212,2205,2865,1878,1929,1912,1877,1952,1917,1829,1914,1748,1830,1658,2025,1675,1754,1716,1664,1751,1532,1661,1614,1619,1578,1551,1467,1545,1622,1567,1425,1482,1477,1436,1552,1640,1784,1793,1598,1584,1505,1464,1516,1496,1489,1543,1436,1378,1375,1459,1391,1406,1380,1358,1966,1330,1783,1833,1306,1946,1361,1819,1341,2020,1586,1615,1597,1603,1475,1415,1500,1431,1380,1391,1406,1360,1626,1609,1484,1473,1465,1471,1481,1566,1452,1569,1414,1380,1493,1497,1479,1478,1480,1479,1479,1554,1524,1463,1663,1450,1399,1356,1488,1525,1524,1525,1645,1707,1611,1715,1525,1539,1546,1526,1523,1525,1542,1547,1520,1530,1501,1547,1488,1473,1466,1512,1502,1467,1444,1527,1501,1687,1690,1658,1397,1857,1322,1394,1313,1541,1471,1357,1830,1342,1972,1477,1470,1470,1510,1538,1542,1550,1549,1567,1549,1518,1496,1507,1505,1453,1500,1413,1501,1505,1520,1315,1819,1814,1805,1903,1464,1466,1390,1787,1763,1842,1764,1742,1737,1717,1725,1849,1282,1706,1722,1716,1705,1719,1702,1739,1757,1678,1693,1761,1878,1390,1370,1343,1370,1382,1350,1751,1747,1742,1730,1729,1790,1736,1768,1850,1447,1480,1435,1382,1288,1784,1814,1297,1785,1784,1805,1818,1809,1807,1809,1825,1299,1758,1730,1705,1729,1819,1746,1782,1798,1743,1690,1718,1714,1786,1804,1839,1330,1760,1831,1330,1333,1358,1396,1433,1859,1830,1399,1875,1522,1413,1404,1399,1399,1450,1399,1330,1360,1350,1368,1373,1362,1329,1308,1823,1374,1310,1889,1447,1449,1577,1642,1612,1614,1614,1614,1613,1613,1487,1397,1577,1528,1717,2151,2207,2177,2178,2132,2435,1985,2432,2296,2143,2875,2929,2209,2041,2455,2412,2202,2091,2129,2241,1891,1809,2225,2213,2202,2278,2025,1811,2141,2256,1667,1602,1564,1564,1557,1571,1567,1769,1884,1887,1563,1684,1758,1522,1790,1490,1445,1623,1777,1659,1644,1646,1715,1635,1535,1575,1544,1655,1686,1644,1675,1653,1577,1583,1567,1571,1559,1548,1578,1571,1568,1567,1580,1543,1565,1527,1693,1699,1567,1702,1708,1481,1330,1903,1376,1822,2103,1657,1620,1590,1622,1634,1520,1490,1486,1486,1486,1488,1575,1304,1919,1408,1511,1361,1913,1411,1418,1343,1920,1427,1349,1867,1364,1331,1371,1334,1333,1333,1341,1352,1310,1723,1898,1451,1405,1389,1934,1515,1525,1512,1505,1560,1391,1479,1469,1377,1368,1368,1369,1383,1368,1368,1348,1290,1769,1806,1345,1342,1233,1829,1343,1342,1341,1342,1343,1322,1285,1787,1785,1821,1330,1319,1319,1320,1320,1214,1822,1229,1702,1833,1389,1398,1322,1828,1815,1816,1839,1834,1386,1366,1366,1374,1366,1366,1366,1369,1372,1307,1682,1704,1684,1699,1785,1351,1362,1800,1785,1752,1785,1347,1778,1736,1734,1790,1789,1324,1804,1257,1795,1766,1825,1819,1801,1799,1792,1824,1391,1860,1314,1812,1811,1812,1811,1775,1771,1683,1755,1763,1750,1742,1754,1766,1776,1773,1790,1816,1794,1808,1813,1811,1810,1810,1816,1818,1811,1771,1789,1780,1766,1764,1762,1775,1711,1731,1754,1744,1748,1766,1767,1764,1764,1757,1727,1726,1734,1733,1735,1765,1766,1815,1783,1690,1702,1716,1747,1775,1777,1728,1697,1747,1716,1729,1779,1765,1734,1774,1765,1774,1740,1773,1732,1784,1765,1713,1780,1768,1757,1749,1774,1779,1782,1781,1742,1708,1683,1765,1746,1796,1697,1762,1770,1773,1742,1782,1781,1707,1738,1765,1781,1775,1732,1779,2019,1542,1448,1475,1328,1986,1560,1550,1556,1551,1550,1570,1469,1546,1566,1557,1561,1555,1558,1550,1607,1556,1409,1294,1772,1500,1531,1512,1510,1510,1346,1950,1375,1788,1787,1852,1921,1481,1433,1448,1485,1470,1448,1458,1332,1787,1783,1787,1786,1790,1789,1812,1438,1419,1359,1316,1740,1721,1716,1719,1709,1761,1697,1715,1734,1770,1789,1878,1367,1367,1366,1445,1365,1370,1365,1371,1366,1366,1364,1367,1338,1332,1834,1331,1334,1384,1337,1334,1459,1492,1471,1339,1384,1374,1409,1313,1816,1828,1753,1741,1742,1740,1838,1726,1729,1769,1789,1808,1786,1785,1784,1785,1765,1764,1763,1766,1763,1762,1863,1293,1891,1328,1827,1756,1749,1748,1746,1672,1666,1736,1670,1648,1662,1664,1742,1787,1761,1759,1794,1788,1719,1779,1798,1912,1409,1401,1412,1410,1448,1359,1802,1795,1793,1796,1912,1429,1402,1390,1431,1410,1407,1409,1409,1407,1408,1410,1407,1424,1381,1699,1860,1373,1448,1377,1370,1366,1436,1455,1492,1372,1863,1420,1349,1758,1829,1388,1341,1338,1390,1367,1382,1524,1912,1398,1403,1323,1815,1894,1398,1367,1383,1388,1282,1874,1872,1935,1372,1872,1794,1799,1855,1407,1332,1829,1830,1831,1870,1373,1374,1365,1382,1383,1402,1397,1393,1396,1364,1842,1377,1334,1836,1321,1827,1327,1301,1794,1792,1795,1791,1787,1775,1829,1335,1321,1813,1343,1337,1328,1322,1830,1327,1842,1334,1331,1270,1830,1341,1330,1328,1818,1816,1875,1741,1792,1324,1831,1325,1815,1795,1796,1795,1361,1788,1818,1796,1750,1817,1761,1870,1499,1472,1650,1378,1909,1378,1853,1777,1799,1819,1827,1799,1796,1800,1792,1797,1772,1752,1786,1844,1331,1964,1517,1505,1514,1440,1525,1530,1518,1525,1527,1500,1346,1250,1828,1337,1334,1332,1405,1561,1315,1830,1334,1309,1805,1810,1921,1413,1318,1880,1398,1289,1723,1701,1714,1718,1702,1667,1695,1765,1735,1720,1723,1725,1724,1722,1743,1797,1804,1892,1256,1706,1704,1706,1709,1760,1694,1746,1716,1692,1692,1692,1689,1692,1840,1386,1288,1782,1784,1733,1728,1729,1714,1785,1775,1716,1708,1717,1722,1706,1800,1346,1349,1813,1350,1325,1833,1314,1788,1760,1713,1795,1770,1718,1774,1703,1698,1661,1658,1651,1632,1634,1632,1633,1639,1702,1707,1701,1770,1750,1763,1729,1760,1735,1789,1763,1763,1763,1764,1764,1765,1707,1716,1736,1774,1333,1336,1333,1332,1332,1331,1332,1332,1333,1336,1298,1834,1780,1769,1323,1321,1334,1285,1665,1665,1156,1688,1667,1665,1677,1675,1663,1685,1771,1682,1893,1313,1808,1382,1386,1384,1385,1404,1433,1442,1436,1437,1415,1381,1413,1320,1711,1717,1769,1773,1857,1348,1408,1484,1384,1375,1825,1379,1377,1844,1402,1422,1463,1590,1574,1448,1404,1727,1866,2162,1846,1987,1924,1903,1950,1915,2165,2688,3034,2786,2503,2681,2611,2957,2859,3081,2866,2831,2721,2929,2562,2090,2756,2895,2950,3176,2927,2195,2496,2990,2825,2262,2203,2166,2126,2127,2046,1966,2714,2905,2882,3133,2534,2840,2398,2410,2850,2486,2367,2496,2643,2443,2448,2524,3268,2950,2732,2489,2438,2409,2371,2617,2492,2645,2486,2358,2571,2936,2049,2084,2370,2557,2520,2566,2307,2431,2369,2464,2090,2123,2086,2591,2686,2653,2809,2445,2524,2164,2265,2911,2645,2570,2206,2413,2284,2497,2600,2445,2405,2246,2207,2289,2534,2566,2403,2245,2485,2499,2922,2373,2284,2475,2891,3087,2713,2749,2763,2910,3012,2886,2984,2690,2729,2503,2404,2373,2399,2251,2330,2481,2358,2457,2406,2415,2241,2252,2989,2471,2401,2408,2526,2752,3148,3292,2605,2526,2730,2814,2729,2979,3000,2897,2672,3130,3064,2923,2897,2961,2732,2448,2530,2966,2327,2246,2446,2248,2373,2184,2072,2468,3077,3986,2585,2591,2793,3010,3082,2332,2383,2684,2690,2490,2809,2368,2529,2480,2448,2332,2289,2681,2611,2509,2700,2577,2712,2858,2574,2366,2165,2527,2674,2851,2550,2531,2675,2491,2330,2527,2363,2690,2391,2465,2608,2245,2650,2443,2772,2452,2448,2442,2251,2285,2247,2409,2560,2575,2662,2548,2534,2843,2810,2529,2689,2803,2366,2971,2847,2493,2524,2693,2648,2164,2731,2527,3012,2760,2373,2447,3533,2078,2087,3092,2530,2566,2725,2251,2370,3047,2447,2562,2769,2570,2048,2530,2607,3004,2571,2484,2334,2399,2454,2341,2634,2569,2607,2249,2281,2571,2448,2567,2328,2489,2447,2688,2887,2447,2690,2828,2304,4413,2448,2890,2287,2465,2189,2925,2547,2512,2686,2810,2526,2564,2134,2287,2361,2491,2808,2242,2489,2494,2765,2525,2489,2445,2294,2601,2409,4251,2406,3010,2334,2480,2576,2562,3089,2851,2608,2927,2773,2684,3592,2791,3042,2536,2439,2569,2610,2605,2666,2870,2568,3334,2487,2888,2571,2561,2691,2527,2411,2562,2653,2689,3045,2448,2270,2991,2525,2610,2882,2626,2775,2768,2790,2608,2526,2887,2767,2886,2650,2770,2811,2527,2527,2527,2405,3057,3083,2569,2242,2415,2666,2785,2814,2726,2491,2608,3326,2723,2414,2449,2483,2809,2887,2526,2571,2528,2491,2306,2708,2963,2488,2695,2682,2646,2548,2516,2979,2333,2489,3068,2710,2320,2789,2434,2223,2606,2528,2309,2709,2390,2280,2270,2606,2551,2324,2835,2640,2531,2609,2488,2326,2284,2329,2413,2565,2561,2413,2564,2367,2406,2535,2846,2603,2691,2966,2616,2681,2768,2533,2561,2657,2686,2685,2729,2688,3048,2489,2607,2486,2412,2521,2534,2282,2206,2373,2446,2564,2772,2449,2647,2723,2331,2207,2524,2407,2214,2563,2608,2450,2166,2285,2045,2048,2004,2630,2736,2084,2211,2160,2006,2006,2408,2006,1925,2295,1959,1965,1925,2006,2047,2126,2318,2261,2042,2026,1961,1926,1845,1968,1925,2285,2087,2126,2126,2126,2127,1892,2403,2043,2610,2365,2407,2367,2168,2052,2004,2796,2982,3047,3005,3012,2917,3097,3050,2972,3623,2823,2972,3393,2665,2726,2364,2174,2522,4177,2403,2692,2450,2323,2886,2530,2485,2841,2578,2829,2552,2747,2664,2900,2640,2488,2588,2421,2249,2527,2293,2546,2566,2531,2453,2719,2452,2542,2565,2327,2289,2211,2282,2084,2006,2206,2167,2166,2127,2427,2204,2326,2448,2286,2085,2889,2987,2809,3290,2122,2045,2501,2333,2247,2364,2205,2249,2444,2166,2287,2385,2376,2181,2245,2011,2121,2013,2042,2046,2124,2050,2331,2246,2360,2335,2644,2736,2731,2554,2567,2447,2728,2923,2901,2654,2655,2861,2445,2638,2983,2858,2977,2547,2816,3804,2440,2636,2732,2449,2462,2084,2047,2393,2940,3039,2857,2813,2634,3166,2452,2530,2485,2244,2449,2356,2660,2646,2731,2464,2084,2674,2369,2364,2326,2213,2443,2489,2644,2740,2334,2287,2440,2975,2446,2406,2568,2486,2355,2243,2668,2348,2399,2405,2240,2247,2216,2601,2287,2341,2698,2655,2929,2509,2412,2729,3091,2964,2489,2150,2621,2335,2440,2292,2246,2288,2369,2482,2311,5112,2236,2302,2499,2685,2545,2682,2629,2497,2557,2376,2394,2372,2604,2568,2771,2376,2173,2230,2490,2642,2208,2246,2208,2209,2121,2087,2291,2247,2161,2250,2165,2134,2078,1965,2248,2210,2164,2047,2052,2320,2288,2488,2327,2369,2249,2309,2465,2485,2371,2808,2803,2428,2729,2467,2368,2689,2766,2813,2606,2523,2367,2693,2725,2809,2606,2407,2493,2771,4088,2569,2490,2969,2769,2579,2287,2044,2006,2273,2244,2005,2425,2363,2292,2311,2004,2174,2961,2385,2324,2252,2351,2364,2928,2929,2153,2085,2043,1945,2540,2588,2537,2609,2123,2334,2755,2375,2398,2526,2329,2368,2405,2446,2329,2249,2328,2445,2327,2412,2322,2249,2244,2285,2332,2406,2082,1894,2282,2334,2403,1933,1802,2125,1970,2270,2327,2206,2329,2571,2480,2170,2286,2286,2212,1921,1776,2444,2486,2413,2482,3292,3005,2608,2895,2608,2688,2608,2527,3163,2851,2691,2564,2527,2764,3537,2840,2608,3055,2811,2617,2032,1963,2337,2773,1925,2647,2606,2729,2775,2804,2649,2566,3012,2524,2682,2608,2605,2525,2897,2455,2680,2566,2881,2573,2565,2531,2610,2455,2647,2411,2164,2167,2125,2413,2205,2245,2316,2285,2290,2240,2546,2449,2647,2593,2449,2247,2329,2325,2463,2480,2248,2210,2367,2364,2533,3046,2845,2169,2045,2969,2086,2045,2006,2434,2344,2124,2126,2047,2233,2289,2793,2486,2203,2046,2045,2127,2452,2756,2378,1931,2158,2208,2526,2374,2483,2408,2246,2326,2287,2839,2822,2356,2215,2143,2396,2528,2305,2127,2045,2356,2362,2495,2523,2596,2812,2289,2267,2206,2366,2086,2637,3005,4944,2882,2807,2993,2987,3049,3182,3245,3064,3324,3365,2802,3338,3323,2685,3091,3223,3263,3158,2806,2934,2727,3165,2916,2629,2684,2598,2644,2426,2526,2447,1971,1887,1822,2223,2329,2609,2403,2720,2208,2399,2485,2408,2246,2152,2324,2248,2135,1716,1922,2450,2530,2526,2524,3177,2330,2601,2491,2603,2373,2484,2532,2237,2415,2440,2326,2489,2526,2374,2643,2405,2413,2802,2808,2731,2574,3969,2486,2564,2528,2568,2092,2524,2412,2365,2364,2369,2409,2607,2845,2690,2651,2720,2570,2565,2768,2493,2728,2722,2654,2684,2688,2728,2650,2650,2721,2729,2849,2533,2528,2528,2804,2846,2454,2569,2606,2526,3010,2803,2969,2450,2528,2493,3442,2804,2962,3214,2965,3013,2580,2524,2495,2720,2608,2769,2918,2967,2865,2563,2375,2403,2765,2487,2569,2490,2364,2533,2484,2556,2646,2488,2466,2842,2411,2604,2488,2446,2367,2328,2718,2645,3001,2941,2848,2888,2769,2728,2370,2603,2609,2530,2367,2365,2851,2484,2567,2925,2413,2330,2324,2526,2532,2364,2611,2651,2519,2888,2449,2448,2445,2647,2648,2608,2820,3043,3297,2929,3215,3261,3136,2903,2779,3016,2965,2299,3023,2803,2445,2567,2533,2456,1770,2013,2876,2795,2574,2487,2328,2529,2570,2447,2410,2326,2321,2766,2492,2292,2120,2046,1966,2006,2479,2324,2171,2200,2559,2553,2526,2275,2169,2284,2342,2368,2408,2358,3081,2605,2677,2887,2740,2865,2325,2211,2283,2490,2325,2328,2367,2373,2166,2204,2405,2286,2353,2687,2486,2164,2207,2128,1965,1925,2047,2286,2625,2729,1918,2198,2206,2368,2286,2836,2686,2424,2284,2756,2857,2794,2761,2572,2776,2723,2687,2694,2689,2646,3015,3056,2929,3141,2961,2591,2844,3246,3023,2785,2810,2873,2875,2813,2807,2531,2405,2450,3289,2804,2563,2595,2491,2529,2821,2641,2428,2749,2526,3025,2452,2327,2554,2313,2397,2402,3019,2295,2009,1835,2091,2433,2565,2608,2763,2693,2528,2286,2157,2333,2291,1889,1797,1839,2163,2727,2567,2448,2411,2487,2488,2563,2650,2448,2327,2287,2323,2290,2249,2401,2529,2535,2407,2482,2252,2448,2328,2443,2488,2407,2170,2246,2167,2407,2409,2362,2569,2486,2733,2688,2526,2406,2406,2453,2687,2487,2484,2373,2483,2331,2283,2606,2258,2440,2568,2449,2602,2533,2524,2338,2486,2528,2721,2855,2484,2410,2482,2487,2454,2562,2653,4126,2689,2655,2687,2447,2645,2613,3010,2720,2734,2762,2535,2524,2524,2528,2210,2646,2775,2563,2529,2528,2447,2448,2366,2490,2444,2452,2605,2602,2535,2604,2566,2532,2651,2563,2525,2494,2527,2521,2527,2573,2289,2162,2448,2687,2612,3166,2405,2327,2413,2525,2529,2486,2927,2287,2534,2644,2732,2842,2689,3052,2809,2683,2533,2682,2575,2568,2528,2683,2770,2726,2612,2527,2688,2564,2766,2449,2567,2857,2808,2521,2687,2812,2732,2889,2886,3004,3008,2890,2769,2571,2730,2730,2601,4255,2732,2566,2726,2966,2768,2770,2731,3738,3930,2289,2048,2086,2440,2406,2375,2208,2117,2285,2406,2649,3813,3808,2209,2213,2205,2524,2485,2374,2407,2323,2205,2213,2603,2487,2252,2401,2244,2216,2240,2570,2489,2687,2765,2609,2574,2601,2652,3004,2932,2646,2568,2646,2567,2691,2689,2532,2563,2608,2692,2291,2044,2084,2587,2602,2654,2602,2893,2722,2575,2603,2647,2806,2813,2806,2806,2609,2854,2844,2927,2889,2449,2573,2685,2612,2687,2443,2486,2166,1972,2079,2453,2204,2130,2123,2007,2040,1968,1727,2222,1756,2332,2450,2087,1881,2289,2284,2090,2006,1964,1970,1765,2005,2046,1970,2366,2327,2608,2465,2372,2893,2408,2338,2049,2686,2393,2263,2326,2358,2218,2086,2281,2121,3248,2206,2014,2247,2369,2287,2160,2210,2213,2247,2248,2320,2213,2282,2406,2406,2323,2286,2498,2284,2407,2327,2291,2436,2247,2456,2411,2249,2112,2053,2166,2127,2332,2284,2326,2157,1808,2003,2006,2055,2210,2563,1889,1803,1930,2081,2351,2409,2810,2850,3013,2892,2977,3190,2608,2569,2753,2904,2985,2776,2503,2014,2350,2879,3000,2862,3227,2656,3204,3340,3291,2967,2366,2613,3003,2934,2809,2808,2749,3094,2769,2570,2295,2286,2334,2159,2651,2636,3187,2675,2525,2853,2605,2524,2496,2472,2226,2131,2443,2359,2976,2926,2967,2048,2607,2249,2356,2527,2167,2644,2089,2926,4217,2647,3335,1963,3171,2729,2404,2697,2724,2688,2248,2923,2609,2731,2365,3335,2565,2366,2211,2607,2448,2487,2483,2490,2446,2607,2688,2607,2491,2486,2451,2248,2525,2529,2366,2646,2533,2485,3532,2804,2565,2896,3251,2925,2166,2690,2448,2250,2523,2486,2572,2443,2491,2445,2086,2774,2483,2973,2763,2571,2122,2457,2681,2572,2686,2326,2842,2693,2490,3210,2692,2362,2526,2527,2496,2762,2775,2724,2684,2693,3084,3251,8551,16407,15241,2574,4614,8185,17648,13884,16453,5494,3972,3246,4301,2765,2530,2400,2289,2494,2768,2276,3339,11516,2441,2767,8073,3202,2727,7303,5579,2848,2932,2490,3045,2245,2532,3287,4370,2534,2402,5339,2491,2126,9344,2368,2531,2360,2374,2361,3215,3489,3200,2256,2488,6259,2692,2806,2327,7053,6185,8749,2694,5012,2202,2607,7423,2806,7230,3732,2486,3050,2284,2086,5656,2612,2203,3128,5256,2970,2210,5810,2213,3007,2242,2049,2248,2088,2162,2330,2126,2122,2254,3006,3614,2321,2248,2084,2730,2127,2451,2166,2408,2201,2488,2405,1932,4494,2530,3247,11720,5174,2245,4532,2127,2446,3372,2407,2849,2570,2445,2489,2288,2503,2675,6140,3410,2367,2082,2125,2691,6255,2286,2374,2649,2687,2907,2870,2450,2765,14049,3043,3335,7583,2648,6701,3337,9862,13961,2450,2210,4247,2171,4779,2402,3971,3810,5376,3057,2604,9229,6498,2488,34582,2528,4411,4742,3286,8711,4853,2683,7504,3254,4694,2121,4459,2127,3051,3851,2609,4211,2447,4010,2330,2244,4900,2325,2290,3244,3452,4489,4099,3813,2166,2162,4010,2451,2490,5051,2928,2452,3926,3250,2894,2366,3730,2485,4093,6783,2447,2532,3450,2485,5091,3496,2689,4128,2447,2406,2809,2490,2364,2409,2168,2164,2332,2969,2005,2483,3131,2566,1974,6294,2567,8583,4014,6866,4933,2410,2278,5582,2247,2646,3368,3571,6945,4291,9713,3209,3729,2243,2416,3963,2737,5168,5978,10311,2568,2735,3851,6057,4855,13880,2167,3410,26481,2286,6377,2850,3006,2890,2690,2686,6462,2530,8265,40924,2287,5890,2328,2687,3451,2292,2811,2486,2442,2130,2283,2407,2330,2331,2603,3411,5421,2405,2445,2612,3771,2487,2487,2207,2321,2607,2211,2892,2242,2129,2325,2366,3132,3167,2570,2483,2293,2564,2533,2440,3893,7226,2525,2326,3528,2853,2204,2807,2728,2774,2568,2448,2441,2494,2566,2244,2129,2690,2603,2612,2530,2647,2681,2451,2646,2728,2406,2573,2329,2605,2564,2693,2646,2528,2612,2568,2568,2440,2734,2609,2843,2609,2564,3654,2845,2448,2536,2728,2605,2530,2843,2412,2686,2525,2690,2572,2165,2165,2607,2812,2600,2533,2569,2647,2845,2654,2606,2769,2647,3051,3043,2528,2529,2489,2170,3523,2892,3131,2567,3971,2247,2526,2810,2566,2687,2812,2725,3175,2285,2329,2322,2488,2647,2328,2208,2645,2647,2371,2645,2608,2816,2559,2494,2566,2691,2601,2414,2288,2680,2768,2934,2805,2770,2410,2289,2403,2485,3013,2610,2569,2561,2411,2685,2648,2654,1918,2808,2166,2494,2642,3009,2335,2483,2810,2563,3090,3055,2767,3048,2608,2806,2647,2413,2489,2327,2765,2570,2681,2246,2496,2922,2533,3003,2370,2411,2522,2647,2454,2569,2684,2532,2522,2605,2492,2485,2531,2731,2560,2771,2492,2522,2735,2241,2047,2002,2049,2370,2487,2407,2081,2055,2564,2604,2610,2449,2370,2648,2604,2684,2850,2768,2776,3928,2967,2774,2848,2766,2848,2889,2768,2770,2568,2368,2964,2931,2811,2930,2686,2763,2407,2373,2288,2206,2605,2649,3731,2210,2202,2166,3171,2564,2535,2606,2608,2367,2450,2367,2322,2212,2482,2212,2404,2445,2488,2486,2490,2490,2645,3010,2890,2649,2480,2973,2532,2806,2289,2443,2370,2448,2408,2765,2528,2523,2653,2531,2527,2567,2527,2485,2604,2495,2560,2730,2608,2533,2484,2489,2646,2566,2491,2483,2412,2446,2725,2973,2290,2362,2371,2887,2684,2973,4295,2445,2406,2367,2364,2214,2725,2406,2411,2403,2330,2684,2532,2450,2520,2569,2774,2643,1808,2370,2563,2489,2565,2528,2611,2684,2530,2810,2569,2488,2483,2411,2442,2449,2452,2526,2884,2649,2610,2764,2574,2530,3606,2525,2495,2647,2447,2368,2484,2210,2281,2328,2369,2250,2365,2403,2294,2281,2328,2089,2084,2490,2209,2440,2169,2289,2166,2281,2216,2487,2604,2569,2608,2568,2911,2821,2596,2612,2726,2766,2847,2546,2795,2660,2527,2791,2849,3170,2903,2607,2528,2720,2845,2766,2814,2701,2490,2790,2847,2771,2849,2582,2490,2563,2529,2484,2527,2494,2488,2647,2483,2447,2530,2529,2486,2485,2327,2209,2207,2212,2205,2367,2404,2474,2465,2404,2487,2444,2415,2448,3004,2528,2487,2447,2605,2487,2411,2524,2574,2486,2210,2363,2572,2509,2379,2169,2131,2205,2363,2371,2446,2323,2172,2328,2446,2650,2561,2047,2547,2374,2407,2366,2384,2285,2609,2484,2496,2645,3152,2942,2295,2478,2374,2563,3130,2473,2847,2583,2710,2508,2573,2509,2644,2564,2455,2578,2487,2494,2522,2408,2449,2447,2649,2451,2888,2486,2330,2365,2447,2325,2291,2762,2775,2845,2885,2770,2848,2853,2963,2733,2604,2450,2405,2569,2570,2605,2567,2810,2528,2566,2768,2494,2689,2766,2608,2486,1765,2528,2625,2870,2606,2490,2727,2532,2365,2770,2641,2615,2802,2534,2808,2850,2524,2404,2488,2486,2455,2488,2525,2490,2564,2447,2730,2242,2254,2204,2283,2446,2536,2602,2368,2292,2323,2730,2449,2525,2524,2569,2731,2486,2566,2526,2432,3654,2625,2683,2610,4257,2270,4085,2150,2569,2743,3030,2646,2569,2570,2489,2808,2712,2806,4168,2612,2887,4093,2327,3535,2564,2707,2568,2569,2604,2529,2205,2654,4130,3330,2649,4050,2644,2654,3003,2728,2369,2289,2390,2427,2562,2530,2606,2767,3013,2569,2647,2626,2510,2569,2690,2542,2850,2852,2970,2908,2889,2523,2968,2773,2846,2805,2816,2605,2770,2762,2436,2501,2811,2687,2644,2610,2529,2605,2854,2807,2684,2610,3090,2449,2745,3097,2885,2848,2732,2882,2693,2691,2884,2532,2485,2569,2528,2523,2589,2643,2637,2465,2566,2447,2649,3004,2528,2373,2604,2451,2403,2686,2816,2862,2714,2545,2551,2405,2530,2440,5256,2575,2279,2369,2405,2528,2576,2322,2210,2206,2242,2173,2247,2278,2496,2607,2567,2445,2612,2689,2682,2605,2609,2573,2564,2574,2725,2607,2612,2648,2646,2726,2645,2449,2907,2956,2601,2651,3089,2772,2723,2605,2569,2612,2805,2450,2410,2485,2626,2507,2470,2423,2571,2451,2323,2326,2330,2330,2544,2626,2610,2572,2561,2529,2564,2575,2606,2446,2486,2331,2687,3126,2370,2540,2608,2576,2762,2727,2526,2617,2560,2569,2530,2592,2410,2521,2334,2441,2331,2326,2529,2283,2293,2364,2282,2248,2247,2544,2612,2666,2366,2295,2287,2447,2603,2569,2542,2470,2729,2972,2901,2551,2893,2807,2890,2690,3105,2729,2889,2667,2732,2083,2532,2646,2967,2485,2086,2128,2132,2120,2656,2961,2936,2604,2570,3171,2726,2930,2205,2486,2687,2646,2411,2527,2567,2448,2210,2289,2206,2408,2561,2687,2286,2254,2203,2202,2374,2848,2568,2281,2249,2171,2204,2813,2526,2523,2328,2212,2366,2483,2330,2608,7318,2487,2567,2565,2334,2562,2751,2566,2495,2404,3012,2408,2202,2045,2007,1970,2400,2371,2380,2327,2088,2005,2929,2597,2623,2509,2292,2101,2269,1886,2201,2492,2527,2828,2244,2125,2205,3212,2205,2166,2369,2004,2047,2168,2252,3132,2934,2408,2524,2485,2949,2591,2689,2703,2244,2050,7340,2910,2778,2298,2123,2166,2290,2202,2290,2170,2086,2118,2135,2166,2631,2733,2420,3250,3119,2866,2783,3045,3186,3087,2968,2822,2807,3036,2971,3011,3007,2922,2562,3454,3022,2967,2352,2572,4051,3023,2966,2766,2190,2338,3340,2492,2760,3128,2897,2998,3281,2516,2887,2514,2284,2609,3247,2971,2940,2941,3007,2880,3216,3278,3174,3228,2748,2937,2963,2807,2932,2760,2649,3053,3217,2513,2337,2310,2673,2877,2443,2441,2478,2933,2497,3452,2941,2970,3403,3076,2947,2847,2972,3371,2979,3019,2662,2861,2939,2968,2890,2886,3046,3053,3133,3177,3001,2856,2836,2621,2336,1933,1932,2163,2051,1765,2152,1894,2238,2423,2616,2766,2330,2237,2802,2906,2294,2042,1883,2002,2331,2664,2565,2662,2449,2372,2224,2620,2913,2241,2602,2888,2509,2209,1980,2065,2045,2129,2090,2261,2198,1934,1832,2311,2255,2319,2103,2011,1923,1765,1649,1611,1636,1890,1765,1845,2043,1688,1649,1677,1647,1645,1648,2005,2274,1943,1766,1806,1799,1867,2248,2530,2684,2610,2211,2646,2568,2123,2091,2368,2084,2003,1888,1804,1807,1850,2280,2134,2122,2126,2321,2409,2327,2247,2608,2486,2368,2093,1869,2499,2772,2488,2486,2649,2481,2325,2937,3081,3123,3854,3221,3133,2773,2650,2770,2818,2727,2529,2954,2329,2325,2286,2298,3065,2463,2286,2326,2286,2454,2368,2887,2405,2523,2133,2550,2259,2248,2130,1846,2353,2327,2061,2459,2697,2717,2540,2410,2364,2376,2589,2582,2763,2653,2541,2478,2719,2808,2727,2659,2573,2449,2640,2739,2633,2610,2623,2524,2601,2795,2655,2405,2626,2561,2570,2836,2807,2807,2934,2846,2900,2249,2124,2053,2006,2086,2368,2844,2435,2485,2007,2601,2527,2608,2446,2449,2446,2367,2247,2527,2367,2449,2366,2367,2448,2487,2718,2562,2533,2318,2526,2645,2929,2704,2830,2667,2600,2451,3010,2610,2686,2484,2051,1648,1965,2365,2211,2087,2343,2413,2366,2224,2284,3039,2450,2949,3155,3344,3379,2691,2779,2883,2926,2626,2810,2645,2449,2775,2728,2722,2649,2430,2283,2395,2483,2368,2642,2453,2787,2667,2626,2352,2321,2199,2428,2332,2066,2123,2284,2214,2326,2329,2164,1852,1919,1931,2330,2165,2262,2404,2370,2547,2174,2447,2359,2211,2424,2449,2511,2481,2173,2241,2208,2509,2526,2554,2540,2350,2251,2319,2430,2447,2989,2286,2206,2047,2045,2199,2246,2807,2168,2006,1925,2005,2006,2047,2006,2126,2048,2004,2006,2006,2047,2140,2606,2207,2370,2406,2407,2450,2654,2677,2980,3252,3012,2866,2436,2409,2325,2284,2205,2247,2166,2451,2370,2325,2203,2289,2326,2285,2955,2782,2371,2325,2085,2931,2724,2172,2129,2425,2654,2564,2529,2532,2720,2697,2206,2119,1926,1828,2423,2490,2608,2919,2473,2936,3745,3343,2941,2476,3640,2862,2726,2403,2253,2474,3129,2847,2446,3330,4024,3483,3029,2037,2140,2320,2774,2822,2307,3518,2858,2772,3089,3445,3123,3358,2819,2655,2612,2655,2654,2754,2455,2660,2998,2234,2206,2450,2179,2192,2246,2177,2205,2180,2206,2207,2127,2560,2209,2176,2177,2176,2142,2289,2542,2171,2161,2177,2175,2174,2368,2090,1989,1908,1708,1887,1899,1830,2026,2000,1940,1957,1965,2049,2083,1858,1747,1840,1701,1774,1812,2007,2042,2086,1984,2214,1930,1918,2032,2007,2004,2203,2046,2047,2485,2573,2842,2691,2570,2580,2165,1945,1964,1809,2023,2008,2724,1966,2126,2450,2202,2052,1961,2374,2326,2762,2575,2607,2566,2604,2647,3895,2530,2529,4209,2450,4087,2450,2692,2564,2367,2011,2001,2127,2324,2288,2289,2289,2249,2764,2610,2931,2520,2247,2452,2175,2077,2688,2408,3049,2730,2449,2440,2249,2210,2128,2439,2005,2123,2129,2085,2567,2045,2448,2209,2092,2077,2010,2090,2047,2327,2204,1807,1679,1892,2072,2134,2079,2046,1886,2047,2125,2051,1725,1702,1609,1882,2230,1970,1884,1847,1921,1648,1769,2420,2673,1955,2383,2294,2964,2970,2367,1769,2203,2586,2941,2970,2384,2086,2247,2165,2126,2167,1805,1971,2639,2418,2045,2126,2207,1976,2205,2339,2816,2687,2816,2661,2131,2209,2560,2535,2432,2577,2493,2241,2175,2405,2086,2135,2216,2130,2295,2446,2534,2296,2150,2214,2656,1932,1835,1843,1849,1980,1961,1660,1684,1658,1673,1684,1645,1670,1766,1862,1791,1610,1515,1525,1524,1525,1524,1525,1630,1842,1732,1664,1796,1691,1648,1604,1645,1645,1776,1708,1761,2091,2102,2439,2371,2525,2812,2647,2650,2410,2328,2518,2778,2640,2587,2326,2205,2126,2121,1808,2010,2846,2205,2165,2127,2167,2126,2087,2368,3690,2209,2006,2042,1967,1966,1845,1926,2005,2089,2003,2008,2005,2106,2172,2075,2345,2058,2177,2086,2084,2148,2039,1967,2145,2201,2176,2082,1869,1849,1970,2192,2110,2165,2226,2186,2118,1813,1725,1860,1891,1914,1759,1737,1755,1956,1512,1482,1708,1751,1750,1752,1737,1700,1780,1833,1514,1603,1616,1616,1616,1615,1616,1597,1607,1618,1702,1749,1830,1746,1682,1501,1424,1501,1431,1923,1413,1349,1544,1441,1391,1531,1468,1463,1462,1421,1405,1449,1478,1433,1424,1401,1397,1411,1455,1432,1430,1431,1410,1494,1437,1483,1462,1404,1404,1401,1523,1302,1803,1815,1797,1822,1855,1338,1327,1389,1338,1318,1836,1350,1345,1325,1838,1385,1385,1491,1494,1861,1847,1816,2021,1394,1425,1346,1888,1322,1444,1271,1785,1784,1765,1854,1785,1779,1770,1883,1408,1408,1403,1404,1404,1406,1481,1326,1350,1361,1350,1337,1977,1472,1417,1475,1497,1543,1513,1514,1537,1443,1454,1428,1412,1937,1714,1848,2478,2250,2239,2245,2129,2016,1988,1989,2148,2058,2138,2307,2128,2587,2774,1903,2175,2082,2128,2086,2458,2495,2531,2155,2245,2687,3200,3040,2386,2566,2566,2923,3351,3311,3105,2208,2169,2522,2561,2470,2433,3273,2172,2214,2453,2336,2129,2133,2334,2165,2129,2531,2535,2452,2509,2335,1914,2014,1963,1986,2921,1956,2163,1857,1764,1950,1822,1809,1699,1699,1768,1641,1595,1609,1574,1632,1513,1403,1400,1677,1449,1408,1407,1404,1565,1563,1481,1484,1485,1484,1611,1472,1439,1443,1446,1718,1737,1820,1789,1593,1481,1401,1396,1394,1394,1659,1729,1723,1705,1710,1711,1636,1632,1575,1436,1590,1460,1607,1642,1486,1417,1343,1801,1799,1797,1875,1432,1321,1792,1813,1804,1787,1791,1790,1784,1952,1325,1785,1867,1431,1431,1371,1467,1525,1526,1547,1530,1478,1321,1727,1807,1824,1817,1809,1810,1893,1305,1811,1778,1782,1778,1902,1440,1416,1426,1427,1386,1335,1802,1783,1780,1789,1844,1282,1781,1781,1708,1707,1758,1765,1858,1391,1334,1784,1778,1846,1245,1860,1264,1764,1771,1749,1745,1745,1745,1746,1822,1251,1837,1368,1328,1260,1833,1288,1780,1713,1749,1799,1708,1736,1821,1715,1686,1685,1709,1768,1726,1722,1721,1721,1713,1710,1711,1709,1740,1690,1731,1792,1760,1745,1745,1701,1703,1716,1699,1748,1710,1780,1766,1709,1710,1636,1693,1680,1622,1703,1702,1679,1675,1674,1670,1666,1238,1605,1697,1767,1793,1788,1781,1782,1840,1381,1238,1786,1783,1804,1790,1364,1788,1889,1289,1788,1790,1783,1863,1365,1287,1785,1781,1763,1885,1369,1259,1825,1765,1857,1359,1358,1356,1344,1343,1315,1840,1336,1336,1334,1324,1840,1326,1775,1816,1354,1896,1433,1859,1939,1349,1809,1356,1342,1358,1356,1471,1920,1364,1802,1805,1749,1855,1837,1779,1833,1838,1837,1835,1808,1426,1375,1826,1830,1442,1850,1857,1439,1441,1441,1448,1414,1354,1270,1297,1821,1796,1335,1329,1822,1834,1243,1793,1766,1734,1781,1749,1784,1753,1759,1757,1801,1343,1337,1241,1829,1708,1706,1713,1728,1728,1766,1733,1693,1747,1746,1747,1750,1755,1802,1736,1777,1776,1793,1769,1764,1762,1763,1763,1743,1748,1702,1761,1811,1813,2780,2457,2454,2383,2762,2370,2449,2421,2124,2109,1821,1999,2149,2130,2018,1923,1800,1809,1828,1944,1835,1817,1801,1792,1695,1671,1523,1405,1450,1624,1692,1683,1675,1680,1631,1601,1602,1589,1619,1500,1350,1325,1820,2049,1549,1367,1384,1508,1390,1751,1878,1274,1741,1837,1328,1327,1302,1832,1353,1310,1854,1328,1816,1806,1788,1787,1775,1775,1761,1759,1783,1775,1764,1728,1740,1785,1856,1763,1886,1368,1473,1523,1523,1525,1525,1483,1371,1420,1422,1420,1421,1479,1476,1470,1509,1581,1676,1688,1681,1682,1793,1702,1666,1652,1724,1685,1686,1682,1691,1933,1926,1728,1777,1843,2304,1924,1972,1994,2289,1964,1575,1675,2258,1765,1725,1723,1726,1725,2045,2275,2362,2303,2315,2297,2420,2149,1726,2322,2574,2586,2431,2321,2054,2102,2130,2165,2208,2179,2194,2099,1951,1803,1943,1944,1945,1903,1908,1899,1823,1627,1749,1759,1755,1765,1816,1807,1793,1800,1737,1733,1715,1729,1722,1717,1717,1737,1762,1677,1403,1582,1651,1607,1649,1652,1650,1654,1562,1447,1384,1379,1376,1367,1367,1367,1366,1369,1367,1366,1845,1292,1858,1382,1430,1473,1369,1445,1481,1472,1463,1464,1441,1436,1435,1435,1445,1435,1458,1454,1434,1434,1271,1901,1440,1425,1407,1367,1286,1877,1404,1403,1397,1403,1403,1403,1402,1401,1396,1383,1376,1376,1377,1370,1385,1380,1377,1375,1377,1336,1753,1746,1685,1834,1360,1354,1354,1352,1314,1863,1327,1334,1332,1332,1328,1263,1817,1242,1740,1730,1712,1790,1703,1678,1672,1772,1685,1668,1690,1668,1789,1751,1688,1765,1671,1673,1787,1325,1830,1338,1344,1346,1795,1792,1770,1703,1707,1674,1714,1680,1714,1914,1353,1524,1597,1798,2167,2938,2968,3330,2935,2919,3049,2715,2949,2923,2638,3023,2792,2646,2672,2713,3114,2570,2568,2524,2393,1962,2402,2536,2752,2583,2327,2048,2486,2211,2124,2086,2087,2085,2167,2327,2136,2160,1923,2045,2046,1886,2046,2219,2329,2145,1876,1845,1845,1806,1845,1921,2176,1921,1640,1566,1568,1561,1748,1834,2235,1974,2022,1862,1837,1812,1791,1827,1776,1569,1690,1420,1433,1859,1977,1429,1600,1523,1501,1480,1670,1721,1678,1632,1613,1614,1625,1615,1609,1612,1580,1495,1437,1474,1401,1333,1513,1525,1449,1533,1937,1867,1406,1459,1378,1428,1436,1412,1394,1392,1394,1392,1390,1392,1393,1403,1408,1370,1366,1366,1392,1366,1366,1368,1358,1368,1385,1378,1352,1353,1346,1343,1346,1346,1345,1348,1346,1348,1370,1355,1868,1886,1358,1837,1361,1330,1330,1329,1851,1370,1346,1308,1808,1809,1838,1339,1339,1308,1825,1831,1341,1804,1821,1817,1819,1830,1818,1826,1835,1785,1368,1322,1360,1317,1796,1813,1814,1821,1771,1755,1759,1756,1751,1755,1769,1804,1806,1887,1347,1353,1331,1332,1835,1336,1334,1336,1330,1342,1282,1792,1828,1820,1819,1820,1819,1819,1827,1830,1737,1858,1834,1867,1872,1293,1798,1723,1817,1752,1743,1754,1755,1755,1756,1756,1751,1718,1769,1768,3502,2906,2983,2246,2280,2251,2177,2303,2252,2224,2209,2328,1951,2156,2056,2155,1953,1911,2046,2027,1840,1756,1762,1669,1617,1587,1517,1775,1648,1701,1809,1798,1925,1805,1780,1809,1660,1741,1577,1541,1540,1650,1608,1535,1582,1520,1706,1670,1440,1427,1618,1427,1546,1389,1347,1446,1323,1435,1334,1952,1413,1406,1348,1406,1372,1847,1352,1308,1898,1319,2072,1558,1559,1553,1498,1349,1894,1366,1332,1299,1876,1381,1376,1374,1375,1395,1404,1355,1335,1374,1308,1806,1813,1810,1806,1959,1372,1299,1894,1408,1434,1427,1432,1409,1375,1361,1356,1336,1363,1385,1341,1358,1319,1843,1357,1361,1358,1360,1345,1282,1777,1796,1784,1776,1800,1798,1867,1831,1822,1399,1326,1826,1825,1827,1806,1312,1798,1788,1790,1835,1331,1330,1332,1332,1353,1333,1336,1330,1329,1830,1339,1830,1328,1335,1394,1333,1778,1776,1755,1762,1742,1792,1736,1792,1801,1746,1791,1842,1258,1788,1839,1339,1353,1357,1366,1386,1428,1459,1449,1424,1485,1438,1484,1667,1719,1734,1838,2061,2380,2548,2844,3047,2815,3262,3329,2858,3026,2971,3297,3172,3291,3163,2442,2814,2789,2764,2603,2414,2686,2670,2464,2008,1922,1889,2397,2716,2262,2646,1690,1839,1885,2801,3218,2687,2649,2173,2165,2092,2254,2337,2285,2185,2178,2343,2288,2239,2299,2185,2178,2094,1875,1836,1836,1835,1958,1986,1873,1837,2129,1638,1817,2129,2365,2400,2103,2284,1876,1835,2028,1639,1781,1855,1790,1605,1627,1602,1871,1877,1730,1738,1855,1795,1733,1734,1734,1734,1733,1734,1737,1539,1616,1913,1726,1606,1617,1617,1620,1615,1703,1564,1703,1667,1635,1592,1559,1585,1592,1590,1596,1590,1596,1609,1514,1468,1471,1472,1468,1470,1453,1456,1476,1577,1479,1469,1442,1418,1421,1421,1418,1408,1449,1918,1369,1403,1338,1399,1326,1811,1821,1804,1861,1398,1398,1342,1814,1327,1298,1799,1805,1803,1825,1301,1793,1917,1336,1890,1317,1816,1809,1786,1198,1688,1773,1885,1373,1330,1804,1912,1355,1836,1738,1770,1852,1784,1896,1308,1775,1754,1786,1956,1440,1443,1440,1415,1361,1331,1312,1810,1811,1676,1661,1706,1845,1164,1743,1808,1810,1803,1847,1848,1762,1702,1814,1792,1787,1789,1788,1745,1776,1785,1776,1799,1249,1777,1777,1823,1785,1808,1833,1731,1832,1763,1867,1837,1781,1826,1756,1826,1868,1879,1372,1871,1866,1861,1861,1826,1862,1862,1797,1781,1758,1752,1691,1668,1718,1755,1772,1772,1780,1733,1813,1818,1807,1771,1827,1764,1768,1767,1823,1761,1768,1829,1837,1784,1779,1774,1773,1788,1784,1784,1836,1759,1806,1778,1775,1798,1780,1740,1779,1787,1876,1827,1774,1817,1803,1804,1769,1769,1738,1783,1806,1815,1870,1371,1869,1388,1278,1799,1323,1320,1756,1751,1777,1722,1780,1804,1712,1792,1803,1774,1778,1785,1781,1779,1775,1748,1724,1769,1774,1780,1775,1774,1790,1781,1791,1847,1776,1780,1785,1781,1773,1776,1780,1777,1638,1748,1783,1777,1774,1794,1773,1773,1784,1783,1852,1863,1768,1807,1803,1805,1804,1804,1699,1759,1331,1810,1808,1884,1821,1830,1866,1805,1777,1776,1805,1804,1805,1820,1776,1809,1801,1765,1774,1815,1812,1809,1810,1816,1782,1729,1757,1754,1766,1773,1775,1776,1743,1715,1686,1766,1770,1816,1813,1812,1733,1757,1798,1830,1290,1697,1783,1875,1657,1686,1595,1572,1570,1438,1465,1594,2026,1488,1485,1382,1346,1450,1426,1439,1315,1942,1453,1534,1525,1479,1488,1464,1451,1500,1429,1447,1946,1448,1435,1375,1368,1361,1335,1336,1806,1343,1333,1334,1335,1416,1332,1336,1333,1334,1453,1441,1395,1472,1461,1460,1431,1310,1808,1884,1382,1349,1408,1877,1341,1373,1873,1871,1873,1930,1373,1891,1394,1876,1418,1871,1869,1798,1787,1353,1354,1361,1844,1413,1411,1412,1414,1411,1406,1351,1385,1416,1376,1387,1390,1388,1388,1437,1384,1411,1375,1340,1400,1361,1886,1423,1423,1401,1437,1425,1389,1361,1327,1355,1307,1901,1825,1819,1965,1507,1577,1544,1466,1523,1553,1470,1475,1472,1469,1533,1471,1470,1470,1457,1446,1688,1527,1522,1552,1742,1595,1762,1709,1802,1572,1579,1724,1755,1623,1551,1540,1575,1521,1883,1789,1689,2096,1964,2106,2136,2321,2135,2185,2140,2166,2164,1826,1602,1574,1727,1766,2415,2118,2084,1967,1925,1885,2371,1962,2583,2276,2002,1925,2686,1843,1732,3019,1988,1741,1717,1614,1766,1693,1556,1609,1705,1999,1971,1859,1890,1940,1623,1692,1702,1845,1566,1828,1814,1816,1788,1655,1593,1753,1814,1512,1613,1474,1462,1461,1427,1510,1460,1462,1460,1509,1522,1489,1582,1535,1659,1805,1744,1684,1694,1631,1476,1377,1547,1469,1428,1435,1458,1460,1459,1459,1459,1461,1349,1967,1568,1478,1516,1525,1527,1524,1526,1603,1527,1401,1998,1546,1423,1384,1386,1373,1367,1843,1491,1535,1582,1434,1443,1432,1437,1430,1429,1435,1435,1434,1398,1417,1495,1496,1467,1472,1470,1539,1540,1470,1628,1698,1766,1631,1503,1577,1615,1605,1549,1426,1410,1415,1310,1860,1553,1517,1539,1524,1524,1478,1486,1488,1414,1454,1409,1462,1382,1383,1392,1392,1391,1405,1375,1798,1926,1826,1921,1426,1426,1426,1279,1891,1370,1294,1896,1329,1414,1381,1381,1380,1380,1382,1381,1349,1276,1804,1957,1450,1442,1426,1353,1287,1781,1765,1772,1791,1788,1864,1294,1788,1786,1787,1788,1875,1348,1805,1782,1789,1784,1779,1776,1775,1755,1805,1777,1777,1764,1767,1763,1766,1762,1775,1776,1766,1765,1785,1337,1811,1865,1861,1948,1429,1427,1422,1421,1413,1382,1381,1331,1304,1801,1780,1752,1754,1710,1749,1751,1702,1741,1750,1717,1782,2015,2642,2472,2410,2650,2198,2672,2463,2456,2327,1958,2496,2383,2214,2097,2107,2107,1802,1770,1972,2115,1945,1890,1892,1892,2084,1792,1691,1883,1893,1766,1752,1752,1754,1754,1727,1731,1706,1755,1689,1670,1668,1668,1668,1474,1446,1743,1732,1787,1579,1344,1816,2066,1688,1556,1544,1634,1625,1520,1493,1454,1454,1452,1455,1454,1445,1842,1824,1826,1824,1801,1776,1789,1795,1827,1865,1275,1767,1896,1730,1743,1730,1861,1240,1743,1750,1742,1743,1763,1777,1901,1430,1430,1426,1447,1262,1797,1831,1463,1393,1293,1785,1798,1784,1806,1742,1810,1806,1806,1867,1310,1798,1802,1828,1360,1316,1909,1387,1528,1662,1619,1606,1635,1717,1804,1884,1868,1987,1898,2203,2796,2579,2671,2614,2651,3538,3188,2745,2616,2807,2813,2685,2647,2648,2458,2477,2456,3153,3312,3255,2646,2827,2376,2137,2004,2006,2969,3335,2164,2044,1926,3416,1750,1686,1965,1791,1701,1645,1645,1645,1595,1506,1519,1561,1770,1603,1696,1747,1939,1806,1689,1684,1680,1686,1692,1636,1687,1694,1681,1664,1603,1564,1611,1487,1460,1413,1424,1478,1873,1866,1811,1802,1801,1790,2004,1579,1429,1447,1442,1332,1763,1917,1271,1840,1356,1362,1341,1825,1365,1356,1357,1334,1824,1829,1816,1487,1517,1501,1508,1504,1505,1462,1389,1480,1483,1477,1432,1471,1465,1469,1464,1414,1358,1341,1328,1314,1866,1896,1429,1773,1763,1892,1420,1415,1418,1398,1398,1277,1766,1779,1765,1763,1845,1370,1309,1753,1818,1755,1752,1755,1746,1746,1736,1684,1728,1733,1734,1731,1826,1344,1265,1679,1668,1678,1659,1692,1689,1690,1700,1713,1687,1699,1724,1706,1710,1711,1711,1709,1709,1793,1778,1701,1752,1746,1757,1694,1702,1643,1676,1643,1695,1719,1690,1728,1690,1729,1765,1785,1788,1672,1721,1774,1794,1813,1768,1770,1707,1778,1718,1678,1674,1714,1716,1719,1758,1763,1760,1744,1786,1788,1808,1797,1818,1813,1810,1769,1744,1738,1735,1739,1737,1745,1750,1741,1790,1738,1750,1810,1754,1789,1779,1768,1767,1751,1783,1797,1787,1785,1786,1787,1785,1789,1800,1701,1780,1803,1787,1699,1752,1727,1744,1858,1478,1252,1859,1430,1421,1458,1441,1435,1411,1410,1425,3053,1921,2247,2173,2014,2257,1955,2001,2400,2426,2457,2452,2444,2490,2230,2771,2166,1914,1912,1908,1881,1956,2046,2265,1954,1884,1911,1911,1880,2120,1914,1909,1790,1915,1907,1908,1873,2027,2003,1991,1778,1850,1931,1783,1611,1563,1555,1530,1522,1522,1627,1785,1613,1485,1489,1562,1477,1482,1573,1553,1445,1574,1611,1470,1327,2236,1531,1571,1736,1685,1669,1614,1600,1692,1694,1678,1652,1667,1710,1591,1690,1750,1871,1888,1845,1845,1808,1805,1803,1846,1846,1846,2078,1935,1847,1882,1846,1846,1845,1888,2037,1893,1845,1846,1885,2015,2308,2394,2249,2258,2288,2252,2186,1939,2029,1954,1731,2011,1997,2007,2006,2005,2007,1944,1883,1862,2004,2005,2008,2005,2006,2245,1855,1845,1892,1898,1925,1920,1927,1751,1617,1515,1578,1603,1486,1469,1462,1555,1636,1556,1451,1374,1489,1399,1356,1372,1396,1459,1400,1612,1755,1640,1561,1499,1400,1529,1443,1431,1375,1321,1837,1785,1806,1994,1487,1436,1323,1811,1828,1878,1299,1800,1806,2000,1475,1305,1799,1807,2034,1365,1473,1534,1465,1471,1490,1561,1708,1956,2643,2085,2397,2335,2185,2264,2099,2375,2600,2708,2820,2735,2348,3250,2853,2815,2818,2686,2306,2300,2816,2816,2786,2771,2572,2311,2708,2356,2576,1999,2086,2239,2176,2174,2172,2271,2402,2618,2797,2030,3327,2967,2751,2661,2863,2620,2361,2321,2321,2273,3135,2765,2864,2770,2559,2456,2823,2406,2862,2951,2891,3112,2786,2773,2856,2817,2421,2697,2728,2732,2639,2345,2280,2045,2122,2489,2407,2639,2484,2687,2489,3144,3248,2967,3058,2263,2084,2438,2280,2202,1979,1737,1795,1774,2084,2970,2008,2734,2576,2458,2460,2564,2193,2192,2171,2178,2197,2080,2193,1919,1585,1922,1763,1743,1749,1779,1754,1741,1562,1528,1525,1524,1526,1523,1518,1524,1529,1521,1523,1763,1653,1686,1570,1505,1564,1544,1477,1485,1565,1428,1408,1404,1402,1400,1405,1401,1384,1409,1402,1407,1408,1400,1302,1859,1476,1399,1366,1363,1360,1361,1360,1362,1394,1401,1273,1818,1322,1898,1403,1491,1536,1613,1674,1685,1559,1478,1511,1480,1468,1473,1463,1475,1938,1512,1408,1566,1511,1945,1425,1702,1443,1375,1872,1856,2862,1967,1955,1939,2332,2098,1913,1982,2098,1939,1880,1929,1951,2099,2169,2191,2176,1983,1966,1944,1962,1961,1963,1963,1963,1957,1793,1807,1789,1803,1809,1793,1757,1808,1804,1706,1688,1692,1717,1710,1432,1366,1354,1504,1347,1475,1396,1920,1408,1404,1398,1346,1331,1914,1405,1407,1487,1385,1918,1410,1305,1861,2009,1337,1827,1826,2003,1476,1335,1792,1906,1477,1526,1525,1474,1489,1528,1492,1475,1475,1428,1459,1325,1807,1811,1810,1806,1813,1396,1466,1445,1383,1291,1789,1782,1784,1852,1318,1797,1836,1583,1358,1877,1407,1826,1770,1824,1745,1800,1803,1260,1758,1743,1743,1751,1828,1303,1855,1388,1330,1811,1317,1899,1337,1811,1811,1790,1860,1269,1283,1829,1781,1772,1809,1810,1813,1819,1805,1832,1793,1795,1794,1793,1330,1796,1300,1841,1786,1793,1796,1799,1803,1795,1779,1766,1781,1709,1797,1791,1788,1811,1793,1795,1774,1760,1730,1854,1781,1770,1786,1785,1785,1764,1750,1730,1774,1778,1776,1776,1794,1784,1790,1782,1810,1407,1799,1784,1791,1786,1795,1781,1778,1806,1774,1814,1746,1757,1775,1777,1774,1780,1754,1751,1770,1798,1278,1779,1799,1782,1779,1779,1752,1740,1745,1826,1743,1756,1777,1779,1801,1780,1816,1725,1786,1758,1777,1781,1819,1831,1822,1839,1331,1862,1865,1874,1381,1372,1763,1774,1806,1803,1803,1806,1803,1805,1791,1746,1755,1776,1777,1787,1812,1820,1810,1779,1766,1769,1774,1764,1769,1800,1744,1725,1686,1694,1749,1814,1810,1810,1768,1812,1810,1820,1845,1828,1749,1704,1690,1690,1783,1809,1799,1794,1777,1778,1784,1790,1781,1735,3241,2457,2326,2127,2257,2250,2062,2000,1804,1766,1909,2074,2148,2190,2019,2137,2137,2160,2142,2138,2158,2172,1985,1822,1972,1944,1949,1942,2056,1899,2002,1876,1563,1510,1417,1519,1324,1849,1456,1514,1392,1407,1442,1452,1323,1885,1393,1444,1414,1395,1694,1792,1734,1731,1791,1890,1936,1953,1941,1527,1393,1409,1562,1533,1400,1382,1387,1396,1372,1466,1497,1524,1534,1641,1649,1834,1723,1660,1622,1607,1724,2315,1719,1859,2040,1931,1962,1973,1995,2296,2437,2487,2208,1924,1993,1844,2057,1966,2158,2303,2571,3049,2568,2809,2655,2484,2401,2046,2329,2089,1919,1768,2013,2449,2159,2536,2174,2285,1960,2255,2169,2037,2121,1962,1771,1847,1961,1906,1885,1880,1843,1930,1947,1958,1840,1809,1888,1808,1800,1969,2040,2082,2330,2324,2293,2767,2273,2014,2570,2569,2529,2365,2057,2361,2370,2067,2326,2362,2283,2813,1885,2243,2287,1929,2085,2202,2244,2779,2405,2330,2366,2568,2247,2282,2525,2811,2368,2122,2176,2364,1884,1851,2800,2490,2412,2287,2244,2244,2166,2207,2448,2333,2528,2003,1858,2199,2290,2045,2288,2323,2169,2119,2089,2446,2488,2489,2037,2138,1847,2123,2167,2290,2010,2284,2089,2041,1971,2483,2326,2290,2329,2168,1924,1808,2563,2488,2447,2451,2641,2088,2005,2008,2010,3005,2327,2329,2126,1887,2329,2366,2489,2413,2200,2289,2328,2087,2603,2210,2132,2398,2168,2328,2046,2011,2040,1965,2168,2205,1965,2081,2366,2053,2046,2240,2206,1889,2366,2244,2365,2371,2610,2487,2684,2560,2453,2371,2402,2654,2165,2446,2481,2610,2530,2886,2450,2211,1808,2081,2328,2322,2778,2360,2565,2286,2240,2256,2207,2578,2323,2175,2116,2564,2403,2489,3163,2933,2324,2326,2557,2042,2322,2519,2734,2642,2691,2611,2567,2603,2507,2091,2317,2006,1973,1920,1845,2171,2483,2450,2169,1963,1850,2001,2290,2286,2322,2335,2042,1923,1851,1841,1887,2286,2941,2673,2326,2273,2285,2279,2779,2622,2078,1871,1769,2240,1878,2112,2123,1930,1835,1836,1795,2532,1875,1836,1836,2295,1877,2166,2133,2108,2082,2296,2174,1988,1912,1874,1953,1911,1909,1908,2050,1857,1613,1727,1648,1539,1495,1481,1478,1479,1718,1756,1601,1602,1718,1681,1620,1619,1624,1627,2074,1610,2039,1551,1548,1555,1452,1394,1397,1391,1439,1465,1539,1543,1566,1627,1607,1610,1614,1605,1653,1627,1615,1560,1551,1557,1558,1558,1560,1552,1566,1545,1509,1538,1387,1382,1421,1474,1325,1957,1514,1517,1458,1459,1492,1970,1974,1483,1480,1443,1480,1317,1808,1720,1858,1286,1782,1781,1781,1888,1415,1321,1895,1411,1423,1350,1289,1785,1783,1849,1285,1820,1757,1760,1764,1763,1762,1762,1761,1771,1868,1346,1388,1330,1863,1305,1752,1751,1757,1747,1746,1744,1733,1731,1731,1733,1732,1826,1342,1307,1754,1775,1770,1768,1770,1784,1798,1800,1789,1774,1876,1389,1852,1791,1372,1366,1379,1370,1365,1368,1381,1417,1423,1400,1535,1463,1400,1387,1383,1388,1353,1756,1952,1556,1578,1489,1494,1542,1539,1385,1351,1520,1571,1569,1578,1571,1401,1512,1549,1516,1542,1529,1536,1473,1489,1481,1468,1473,1491,1471,1471,1476,1488,1413,1470,1441,1429,1427,1528,1455,1315,1321,1938,1424,1431,1432,1430,1402,1396,1398,1405,1404,1399,1394,1388,1311,1797,1788,1774,1772,1789,1710,1694,1840,1231,1873,1278,1870,1366,1379,1365,1296,1767,1380,1981,1471,1472,1448,1448,1440,1450,1439,1417,1372,1442,1425,1439,1416,1367,1330,1912,1392,1345,1816,1285,2063,1503,1447,1378,1369,1362,1364,1360,1359,2048,1497,1322,1976,1482,1472,1471,1483,1471,1473,1472,1429,1422,1477,1473,1405,1309,1904,1351,1300,1892,1432,1508,1408,1438,1423,1403,1400,1421,1405,1400,1401,1404,1329,1830,1405,1405,1431,1283,1811,1355,1300,1759,1804,1843,1376,1384,1348,1762,1724,1741,1739,1727,1731,1729,1824,1739,1824,1377,1365,1366,1365,1357,1364,1241,1731,1734,1747,1789,1751,1793,1725,1715,1724,1663,1639,1697,1707,1717,1712,1711,1742,1711,1712,1794,1778,1724,1777,1747,1709,1736,1694,1680,1676,1679,1683,1701,1678,1676,1650,1681,1741,1733,1692,1690,1734,1692,1683,1732,1737,1700,1742,1727,1744,1729,1735,1681,1699,1707,1691,1697,1665,1701,1711,1710,1765,1787,1715,1774,1783,1753,1757,1761,1745,1790,1834,1761,1833,1753,1748,1751,2901,2273,2274,2328,2259,2065,2329,2066,2464,2309,2193,2042,1705,1671,1681,2151,2087,1751,1852,1914,2084,2085,2122,2085,2086,1969,1670,1680,1649,1648,1654,1687,1647,1635,1613,1658,1879,1925,2049,1974,1947,1770,1662,1529,1508,1563,1538,1677,1638,1642,1602,1605,1605,1394,2150,1543,1546,1566,1633,1643,1576,1605,1655,1725,1765,1845,2254,2202,2092,2089,2067,2060,2030,1992,2040,2303,2453,2657,2576,2658,2316,2327,2657,2656,2261,2273,2274,1996,2213,2274,2274,2205,2274,2277,2211,2100,2363,2239,1891,1845,1849,1848,1832,1795,2110,1934,1674,1704,1765,1885,1645,1754,1679,1679,1872,2150,2077,2166,2085,1967,1942,1850,1955,2172,2082,2075,2517,2679,2639,2687,2416,1851,1764,1765,1887,1921,2119,2169,2973,2819,2050,2210,2613,2283,2490,2172,1761,1686,1801,1731,1867,2048,2138,1924,1731,2028,2570,2578,2709,2816,2421,2636,2809,2605,2407,3151,3000,3211,3136,2652,3034,3015,2929,2773,2608,2604,2330,2092,2122,2092,2379,2641,2570,2811,2844,2775,2643,2525,2608,2569,2416,2169,2411,2570,2565,2529,2369,2405,3003,2732,2771,2729,2804,2892,2806,2653,2961,2813,3331,2329,2488,2685,2690,2611,2808,2649,2605,2089,2333,2522,2328,2526,2372,2370,2001,2326,2775,2061,2007,1926,2430,2082,2176,2404,2423,2895,2601,2372,2403,2568,2412,2404,2410,2404,2605,2409,2097,2205,2250,2362,2447,2322,2217,2050,1818,2174,2295,2245,2167,2283,2526,2084,2093,2045,2163,2133,2126,2643,2052,2043,1677,1956,2202,2213,2647,2245,2125,2012,2045,2042,2555,2770,3395,3270,2766,3102,2832,2604,2447,2132,1802,2167,2207,2332,2162,2409,2254,2238,2327,2432,2652,2240,2159,2199,2286,2247,2054,2475,2680,2544,2324,2848,2407,2568,2213,2513,2898,2972,2771,3132,2623,2184,2330,2289,2288,2281,2087,2271,2327,2256,2768,2926,3054,2749,2656,2906,3044,2967,2355,2265,2088,2202,2558,2367,2647,2657,2486,2730,2702,3081,2311,2865,2403,2204,2382,2992,2690,2493,2403,2366,2132,2326,2580,2564,2862,2373,2174,2214,2132,2475,2221,2212,2618,2564,2541,2534,2514,2544,2444,2059,2195,1989,1894,1905,1896,1772,1772,1780,1779,1781,1739,1876,1791,1703,1727,1750,1839,1745,1750,1652,1665,1713,1557,1980,1525,1527,1604,1455,1461,1576,1565,1572,1564,1553,1631,1549,1465,1396,1444,1523,1344,1480,1394,1339,1828,1954,1462,1468,1431,1343,1343,1325,1835,1332,1321,1833,1333,1325,1765,1850,1292,1797,1784,1783,1783,1783,1784,1766,1751,1904,1411,1455,1464,1463,1618,1685,1870,1725,1545,1593,1475,1616,1538,1496,1538,1533,1531,1532,1695,1547,1668,1386,1453,1552,1537,1714,1549,1515,1638,1546,1513,1412,1492,1530,1524,1524,1538,1531,1570,1530,1528,1529,1532,1528,1528,1529,1605,1530,1551,1522,1527,1528,1531,1534,1531,1526,1528,1529,1600,1584,1533,1526,1705,1628,1642,1796,1872,1917,1889,1947,1931,1933,1814,1753,1739,1658,1776,1615,1596,1611,1565,1646,1668,1510,1565,1519,1990,1974,1873,1720,1708,1691,1809,1770,1758,1812,1710,1680,2004,1716,1682,1769,1725,1884,1897,1899,1852,1841,1850,1789,1907,1700,1896,1959,1903,2045,1807,1811,1812,1821,1775,1798,1820,1766,1704,1710,1740,1720,1586,1660,1436,1353,1505,1585,1408,1348,1310,1909,1396,1396,1518,1390,1859,1853,1820,1825,1407,1854,1834,1351,1906,1649,1649,1512,1341,1832,1833,1834,1797,1991,1581,1581,1578,1582,1581,1580,1505,1386,1387,1449,1415,1431,2493,2740,2338,2001,2064,2348,2342,2568,2022,1926,1851,1916,1877,1863,2190,2433,2268,1891,1812,1725,1817,1848,1816,1817,1644,1915,1806,1962,1774,1751,1767,1768,1880,1864,1769,1654,1656,1622,1608,1489,1449,1442,1681,1566,1436,1673,1552,1530,1505,1421,1608,1561,1348,1448,1391,1387,1449,1341,1451,1440,1438,1448,1327,1945,1528,1416,1328,1972,1318,1916,1415,1416,1417,1415,1344,1945,1434,1312,1396,1505,1916,1899,1392,1392,1391,1399,1411,1410,1403,1403,1367,1354,1936,1445,1477,1479,1481,1479,1466,1337,1327,1778,1776,1774,1774,1824,1775,1794,1859,1886,1387,1386,1385,1385,1383,1387,1383,1385,1304,1911,1352,1833,1378,1383,1777,1841,1389,1386,1304,1806,1326,1843,1792,1786,1789,1794,1860,1826,1862,1428,1429,1429,1419,1397,1369,1394,1362,1359,1390,1344,1873,1399,1396,1403,1367,1832,1798,1823,1746,1824,1743,1743,1779,1788,1785,1743,1742,1739,1766,1784,1827,1749,1780,1779,1798,1781,1776,1856,1344,1783,1775,1774,1775,1775,1775,1770,1885,1813,1776,1823,1872,1364,1863,1855,1827,1729,1750,1793,1788,1774,1775,1751,1752,1692,1679,1718,1723,1705,1722,1721,1721,1722,1682,1678,1764,1772,1806,1806,1804,1771,1772,1732,1743,1776,1775,1773,1702,1774,1775,1779,1774,1783,1851,1829,1835,1380,1381,1864,1873,1384,1370,1305,1812,1816,1810,1810,1814,1811,1812,1816,1834,1314,1809,1809,1810,1764,1809,1808,1814,1783,1746,1769,1775,1766,1763,1776,1777,1782,1735,1775,1778,1778,1778,1777,1799,1782,1779,1784,1849,1836,1839,1370,1878,1372,1813,1866,1382,1371,1347,1824,1813,1811,1812,1769,1817,1793,1792,1821,1309,1810,1814,1811,1809,1819,1774,1801,1856,1857,1859,1846,1864,1858,1852,1872,1381,1783,1783,1779,1783,1785,1789,1724,1875,1776,1775,1773,1782,1786,1786,1781,1833,1827,1772,1782,1783,1790,1785,1786,1773,1789,1802,1773,1774,1796,1786,1787,1781,1777,1786,1813,1785,1774,1783,1790,1784,1779,1781,1781,1745,1793,1774,1784,1785,1785,1788,1777,1779,1839,1360,1857,1857,1869,1379,1863,1827,1862,1335,1765,1795,1758,1752,1753,1751,1756,1759,1756,1782,1752,1801,1776,1772,1774,1772,1809,1804,1775,1828,1799,1860,1832,1873,1384,1378,1839,1827,1375,1340,1369,1825,1820,1858,1354,1312,1786,1733,1739,1721,1774,1770,1761,1767,1762,1719,1758,1761,1815,1806,1775,1775,1784,1784,1833,1792,1773,1780,1783,1790,1780,1780,1778,1786,1832,1784,1781,1700,1778,1773,1774,1779,1853,1829,1864,1858,1797,1850,1870,1356,1858,1854,1832,1805,1833,1872,1861,1389,1379,1870,1839,1380,1312,1819,1809,1810,1814,1825,1814,1785,1785,1816,1808,1811,1810,1811,1809,1816,1789,1821,1778,1792,1815,1810,1817,1815,1813,1805,1812,1808,1816,1792,1818,1789,1811,1815,1809,1813,1815,1809,1810,1813,1773,1809,1810,1771,1794,1813,1810,1808,1810,1809,1780,1816,1813,1822,1793,1813,1809,1812,1811,1813,1804,1811,1813,1816,1749,1746,1755,1772,1778,1751,1800,1825,1790,1778,1786,1795,1787,1765,1821,1850,1373,1361,1857,1870,1857,1859,1871,1375,1229,1755,1760,1814,1829,1839,1865,1855,1881,1346,1866,1362,1833,1839,1806,1813,1772,1811,1727,1740,1800,1805,1774,1803,1806,1803,1806,1694,1736,1804,1769,1776,1761,1764,1761,1768,1773,1877,1777,1788,1826,1856,1856,1857,1872,1356,1786,1772,1776,1771,1771,1768,1804,1805,1732,1761,1803,1807,1806,1805,1768,1768,1769,1731,1744,1781,1808,1805,1770,1804,1805,1808,1732,1767,1810,1783,1773,1785,1789,1779,1795,1775,1774,1753,1802,1773,1773,1782,1786,1785,1781,1720,1777,1786,1773,1775,1774,1782,1780,1787,1846,1358,1812,1774,1782,1786,1785,1776,1779,1773,1838,1771,1741,1740,1775,1773,1783,1811,1787,1867,1823,1828,1864,1865,1875,1375,1366,1881,1348,1813,1802,1784,1810,1824,1815,1830,1832,1836,1364,1888,1318,1351,1857,1314,1808,1817,1782,1788,1818,1835,1356,1877,1368,1866,1886,1355,1303,1811,1818,1798,1829,1813,1813,1811,1800,1788,1813,1811,1818,1811,1814,1811,1815,1777,1858,1865,1874,1376,1371,1863,1841,1856,1301,1816,1819,1838,1374,1384,1367,1868,1858,1314,1815,1810,1816,1795,1817,1812,1826,1811,1813,1807,1808,1817,1810,1809,1812,1717,1810,1810,1782,1814,1810,1814,1811,1812,1815,1796,1813,1770,1832,1881,1377,1376,1879,1831,1334,1396,1818,1814,1761,1759,1763,1773,1774,1768,1773,1766,1751,1760,1760,1792,1802,1802,1802,1811,1804,1859,1875,1377,1372,1364,1846,1857,1319,1721,1811,1811,1814,1856,1858,1859,1883,1364,1874,1349,1828,1797,1814,1781,1771,1772,1772,1806,1739,1748,1803,1771,1770,1769,1767,1769,1815,1687,1679,1755,1771,1805,1772,1806,1805,1768,1731,1672,1712,1721,1723,1720,1722,1723,1722,1681,1677,1720,1722,1723,1721,1682,1678,1727,1681,1697,1730,1770,1771,1768,1768,1831,1804,1734,1785,1833,1803,1766,1764,1766,1772,1767,1787,1836,1763,1760,1713,1762,1745,1789,1743,1750,1800,1734,1728,1777,1777,1778,1775,1777,1733,1770,1776,1776,1771,1805,1804,1769,1807,1731,1789,1785,1781,1778,1779,1775,1776,1776,1779,1805,1792,1811,1734,1824,1824,1872,1381,1376,1789,1805,1817,1786,1812,1813,1813,1810,1813,1855,1310,1809,1809,1773,1810,1824,1812,1818,1797,1802,1810,1813,1779,1782,1813,1809,1809,1768,1801,1789,1809,1811,1817,1815,1815,1814,1825,1313,1809,1810,1814,1735,1811,1339,1817,1845,1751,1750,1807,1779,1786,1787,1775,1781,1838,1829,1370,1882,1384,1363,1864,1861,1877,1361,1796,1770,1765,1768,1773,1773,1774,1775,1780,1776,1777,1778,1850,3084,2591,2189,2265,2489,2691,2695,2393,2155,2143,2085,2100,2187,2304,2051,1926,1669,1660,1704,1906,2415,1769,1770,1678,1633,1754,1718,1650,1612,2130,2144,1637,1436,1394,1390,1612,1471,1392,1619,1399,1388,1541,1400,1340,1946,1435,1528,1384,1966,1482,1488,1483,1488,1484,1461,1451,1437,1547,1505,1941,1947,1450,1450,1449,1439,1414,1412,1469,1384,1310,1805,1803,1807,1803,1801,1794,1817,1793,1793,1788,1790,1792,1787,1777,1823,1920,1876,1873,1871,1872,1872,1871,1856,1848,1395,1470,1857,1854,1853,1853,1853,1841,1822,1843,1883,1843,1845,1839,1840,1847,1835,1821,1838,1402,1824,1396,1826,1824,1827,1822,1803,1824,1815,1873,1348,1813,1817,1814,1806,1798,1874,1864,1406,1359,1395,1401,1419,1395,1393,1331,1332,1731,1832,1840,1738,1799,1796,1800,1789,1781,1813,1795,1790,1810,1816,1791,1794,1786,1776,1797,1774,1775,1783,1778,1777,1773,1788,1795,1881,1814,1832,1864,1867,1864,1873,1363,1846,1800,1815,1797,1811,1799,1809,1814,1815,1814,1719,1796,1815,1809,1767,1811,1810,1809,1821,1820,1810,1810,1811,1795,1780,1823,1814,1813,1775,1832,1778,1775,1769,1768,1769,1787,1780,1847,1819,1818,1831,1874,1323,1370,1878,1866,1814,1381,1312,1810,1813,1809,1810,1819,1745,1752,1745,1752,1766,1762,1762,1778,1848,1379,1310,1274,1793,1777,1774,1745,1773,1817,1810,1780,1852,1339,1779,1773,1773,1783,1785,1780,1775,1792,1773,1784,1786,1778,1790,1778,1775,1805,1835,1832,1378,1368,1870,1864,1877,1369,1859,1718,1784,1823,1778,1784,1801,1774,1774,1764,1834,1788,1823,1816,1824,1864,1867,1872,1378,1892,1351,1859,1311,1815,1813,1811,1809,1809,1732,1778,1823,1825,1811,1822,1820,1815,1814,1771,1778,1815,1811,1815,1810,1813,1810,1811,1789,1851,1760,1778,1744,1772,1771,1771,1776,1806,1784,1774,1774,1774,1791,1787,1800,1782,1794,1752,1800,1774,1804,1841,1785,1791,1778,1805,1824,1824,1822,1880,1365,1863,1873,1877,1372,1374,1818,1818,1811,1853,1311,1809,1827,1779,1757,1759,1765,1761,1768,1771,1778,1765,1765,1721,1773,1769,1774,1778,1765,1770,1768,1834,1824,1866,1791,1859,1858,1856,1877,1353,1881,1344,1775,1794,1810,1768,1771,1827,1377,1875,1385,1385,1353,1311,1779,1818,1814,1812,1814,1808,1818,1858,1858,1848,1870,1362,1863,1857,1830,1774,1774,1785,1786,1784,1784,1774,1780,1757,1755,1756,1763,1756,1685,1783,1756,1750,1769,1804,1757,1763,1758,1760,1758,1758,1750,1806,1778,1783,1783,1786,1786,1779,1777,1784,1848,1830,1823,1874,1861,1854,1861,1858,1845,1873,1371,1798,1783,1784,1789,1764,1808,1781,1801,1789,1787,1795,1774,1778,1784,1793,1779,1840,1336,1787,1779,1787,1787,1781,1738,1780,1789,1841,1779,1775,1776,1774,1785,1843,1812,1891,1823,1828,1865,1864,1874,1371,1375,1874,1834,1854,1312,1811,1809,1810,1810,1818,1783,1767,1795,1815,1822,1809,1812,1809,1810,1812,1770,1857,1859,1857,1858,1863,1863,1856,1860,1872,1813,1835,1375,1375,1378,1380,1371,1845,1863,1310,1794,1810,1810,1809,1819,1810,1813,1812,1694,1780,1810,1809,1809,1815,1814,1809,1827,1816,1769,1763,1762,1768,1766,1775,1777,1781,1799,1773,1782,1833,1865,1876,1378,1368,1870,1851,1731,1798,1787,1791,1781,1781,1786,1799,1831,1774,1785,1781,1790,1792,1774,1774,1787,1820,1912,1790,1816,1761,1753,1751,1754,1785,1763,1756,1723,1758,1753,1751,1752,1751,1755,1747,1752,1813,1814,1815,1772,1766,1772,1769,1836,1759,1757,1755,1755,1756,1752,1761,1754,1803,1815,1756,1740,1790,1754,1766,1770,1767,1686,1757,1755,1750,1785,1815,1778,1779,1769,1773,1809,1777,1777,1828,1805,1865,1826,1877,1372,1872,1846,1347,1855,1832,1318,1813,1811,1710,1782,1751,1750,1754,1684,1769,1767,1777,1850,1859,1371,1377,1872,1865,1872,1886,1383,1328,1807,1756,1747,1771,1778,1839,1802,1775,1777,1838,1340,1787,1785,1790,1773,1777,1778,1780,1850,1826,1823,1824,1372,1382,1377,1303,1841,1861,1321,1812,1810,1820,1813,1811,1823,1779,1819,1769,1880,1863,1866,1865,1863,1874,1857,1866,1375,1382,1321,1786,1783,1782,1783,1788,1782,1773,1832,1791,1813,1771,1766,1770,1768,1766,1792,1818,1811,1773,1767,1768,1769,1765,1890,1873,1798,1774,1782,1781,1778,1780,1785,1759,1892,1330,1773,1785,1778,1778,1788,1773,1790,1838,1834,1783,1775,1777,1774,1783,1792,1777,1838,1820,1822,1830,1854,1751,1740,1740,1841,1820,1367,1867,1871,1873,1372,1357,1825,1856,1317,1732,1782,1812,1822,1821,1811,1813,1812,1821,1818,1792,1758,1775,1747,1782,1771,1771,1764,1837,1875,1869,1375,1373,1377,1864,1312,1813,1813,1816,1822,1855,1316,1811,1812,1812,1809,1810,1719,1745,1857,1328,1811,1813,1807,1814,1814,1827,1827,1781,1783,1775,1775,1784,1802,1777,1776,1773,1776,1773,1776,1777,1787,1786,1781,1840,1790,1752,1799,1773,1776,1788,1796,1782,1851,1336,1782,1778,1781,1781,1777,1773,1780,1831,1828,1833,1294,1869,1378,1368,1864,1884,1383,1388,1311,1817,1795,1817,1813,1810,1813,1816,1825,1790,1811,1811,1809,1814,1812,1810,1817,1852,1312,1815,1811,1770,1812,1810,1812,1813,1780,1866,1771,1745,1819,1819,1773,1773,1780,1852,1339,1824,1830,1830,1866,1868,1866,1370,1841,1379,1315,1810,1814,1810,1815,1814,1811,1782,1762,1692,1768,1765,1763,1775,1797,1783,1733,1776,1780,1779,1778,1778,1780,1781,1780,1803,1845,1837,1838,1382,1834,1394,1880,1871,1339,1816,1813,1810,1809,1810,1817,1769,1816,1811,1871,1367,1872,1342,1821,1832,1810,1818,1785,1793,1819,1832,1866,1866,1866,1865,1872,1813,1854,1321,1813,1812,1809,1809,1810,1780,1814,1768,1762,1767,1761,1768,1769,1778,1781,1760,1782,1780,1780,1780,1778,1776,1778,1782,1742,1843,1833,1836,1371,1869,1378,1389,1376,1867,1826,1818,1816,1797,1814,1811,1810,1812,1815,1769,1810,1811,1813,1808,1809,1810,1826,1815,1720,1806,1814,1808,1809,1811,1816,1813,1813,1767,1850,1759,1780,1785,1773,1783,1782,1774,1884,1279,1774,1774,1781,1786,1786,1777,1780,1840,1808,1796,1775,1781,1795,1783,1785,1778,1825,1827,1862,1369,1882,1382,1381,1841,1340,1861,1362,1777,1787,1785,1782,1782,1780,1787,1772,1819,1769,1723,1788,1786,1787,1776,1775,1778,1858,1336,1785,1782,1775,1775,1772,1789,1776,1875,1824,1376,1366,1363,1875,1374,1366,1819,1862,1222,1715,1746,1732,1764,1784,1781,1765,1773,1665,1744,1802,1857,1778,1774,1806,1785,1774,1781,1794,1780,1786,1765,1799,1790,1780,1777,1876,1829,1868,1864,1914,1369,1374,1867,1867,1828,1811,1860,1858,1856,1858,1857,1873,1354,1863,1272,1805,1770,1771,1770,1805,1804,1733,1806,1767,1804,1806,1806,1808,1805,1768,1731,1679,1772,1782,1785,1782,1782,1736,1785,1746,1752,1760,1789,1814,1767,1767,1765,1766,1774,1804,1769,1769,1774,1777,1777,1779,1778,1735,1803,1768,1773,1806,1767,1806,1804,1692,1761,1734,1770,1776,1780,1792,1778,1777,1774,1768,1812,1816,1859,1827,1374,1373,1374,1384,1865,1887,1345,1313,1811,1812,1814,1810,1812,1810,1733,1821,1828,1872,1369,1376,1367,1383,1868,1360,1310,1812,1832,1370,1860,1857,1859,1858,1834,1828,1788,1778,1791,1816,1813,1866,1865,1878,1372,1838,1861,1847,1817,1845,1367,1348,1822,1811,1820,1770,1814,1812,1810,1814,1812,1812,1815,1777,1753,1823,1825,1810,1810,1813,1810,1811,1819,1800,1783,1811,1813,1813,1810,1810,1815,1834,1772,1751,1746,1769,1748,1771,1732,1781,1811,1774,1701,1776,1777,1784,1787,1793,1794,1796,1769,1823,1809,1781,1779,1789,1777,1779,1785,1744,1741,1740,1822,1817,1837,1393,1873,1414,1366,1375,1856,1273,1818,1812,1810,1813,1810,1276,1800,1811,1810,1799,1823,1811,1810,1816,1868,1755,1778,1773,1756,1771,1768,1770,1790,1849,1872,1773,1775,1782,1774,1773,1776,1790,1824,1824,1824,1823,1786,1868,1368,1868,1374,1841,1346,1811,1818,1815,1810,1808,1808,1816,1792,1779,1811,1809,1811,1769,1811,1810,1811,1700,1784,1760,1775,1767,1747,1759,1771,1755,1778,1819,1783,1787,1785,1781,1776,1776,1790,1804,1778,1776,1773,1776,1784,1777,1352,1779,1858,1829,1868,1873,1369,1874,1876,1878,1875,1818,1875,1810,1863,1857,1858,1835,1832,1734,1804,1771,1791,1811,1810,1869,1867,1873,1868,1387,1829,1826,1812,1814,1809,1817,1744,1817,1812,1812,1809,1810,1810,1810,1830,1779,1814,1780,1812,1793,1813,1813,1812,1811,1810,1780,1812,1810,1824,1793,1818,1811,1809,1809,1818,1806,1816,1813,1810,1809,1810,1811,1815,1820,1720,1776,1816,1815,1811,1813,1812,1811,1839,1338,1269,1767,1768,1777,1767,1767,1779,1779,1796,1779,1782,1777,1780,1779,1779,1792,1779,1719,1802,1870,1377,1369,1371,1819,1819,1859,1315,1752,1809,1813,1812,1811,1811,1812,1810,1809,1811,1796,1771,1747,1772,1770,1770,1780,1782,1778,1811,1782,1786,1781,1775,1775,1775,1781,1850,1395,1800,1774,1774,1774,1781,1785,1776,1837,1802,1803,1809,1801,1802,1801,1801,1801,1811,1801,1810,1802,1801,1801,1801,1801,1802,1883,1896,1314,1833,1797,1772,1806,1805,1734,1730,1786,1769,1807,1804,1718,1767,1805,1732,1808,1780,1774,1774,1775,1779,1778,1780,1783,1823,1366,1782,1817,1801,1785,1779,1806,1793,1856,1820,1819,1845,1368,1869,1864,1866,1871,1373,1349,1821,1821,1769,1814,1825,1809,1816,1824,1839,1367,1864,1870,1368,1851,1343,1856,1327,1825,1812,1836,1369,1374,1322,1888,1361,1312,1815,1834,1312,1816,1793,1814,1743,1817,1811,1817,1815,1818,1810,1810,1811,1777,1809,1809,1809,1836,1749,1750,1804,1770,1787,1777,1773,1780,1786,1737,1713,1733,1740,1734,1680,1740,1740,1721,1740,1741,1786,1777,1773,1777,1775,1788,1840,1878,1366,1869,1883,1373,1884,1802,1869,1888,1825,1859,1847,1864,1865,1856,1861,1852,1313,1812,1816,1832,1833,1804,1797,1772,1732,1724,1804,1790,1815,1767,1816,1850,1865,1867,1890,1367,1844,1389,1362,1310,1810,1809,1813,1813,1720,1789,1812,1811,1820,1812,1809,1810,1811,1826,1831,1780,1779,1770,1770,1770,1776,1754,1797,1817,1824,1840,1381,1378,1868,1369,1871,1316,1862,1864,1865,1884,1346,1853,1312,1810,1816,1779,1826,1819,1818,1812,1810,1810,1812,1810,1828,1844,1754,1770,1807,1789,1784,1779,1775,1761,1799,1776,1781,1784,1782,1773,1775,1780,1813,1782,1786,1787,1776,1789,1774,1774,1795,1843,1261,1786,1780,1773,1775,1772,1781,1776,1855,1785,1864,1862,1861,1858,1862,1873,1849,1851,1820,1861,1854,1857,1857,1858,1869,1330,1755,1828,1843,1771,1809,1773,1806,1767,1733,1769,1758,1807,1804,1806,1769,1804,1770,1733,1810,1809,1707,1804,1811,1762,1769,1766,1808,1773,1826,1368,1876,1365,1873,1840,1385,1358,1313,1837,1315,1810,1834,1268,1763,1761,1806,1811,1786,1834,1863,1867,1367,1872,1372,1857,1861,1893,1853,1777,1792,1702,1777,1782,1773,1778,1781,1878,1818,1833,1373,1408,1372,1864,1866,1877,1377,1817,1814,1811,1766,1812,1810,1811,1834,1833,1383,1372,1372,1372,1343,1824,1811,1826,1838,1313,1826,1861,1780,1785,1699,1777,1791,1787,1787,1775,1777,1773,1774,1836,1810,1786,1759,1773,1776,1775,1781,1786,1780,1794,1782,1836,1774,1781,1778,1778,1786,1776,1764,1793,1819,1817,1783,1778,1778,1785,1776,1755,1808,1839,1883,1379,1376,1871,1864,1878,1880,1356,1808,1789,1854,1311,1812,1808,1810,1810,1832,1736,1783,1823,1809,1813,1815,1817,1810,1809,1764,1799,1829,1877,1371,1383,1876,1871,1867,1847,1349,1822,1820,1794,1822,1811,1814,1813,1833,1311,1811,1814,1811,1817,1812,1810,1813,1849,1269,1824,1811,1813,1815,1814,1811,1814,1773,1873,1381,1874,1365,1876,1388,1878,1376,1347,1845,1825,1778,1777,1788,1773,1775,1774,1777,1839,1855,1860,1856,1860,1857,1881,1334,1811,1753,1758,1738,1795,1755,1756,1752,1751,1750,1777,1817,1707,1753,1756,1755,1754,1753,1752,1784,1741,1726,1720,1731,1725,1716,1705,1706,1709,1708,1718,1714,1750,1746,1759,1758,1751,1700,1774,1782,1778,1762,1821,1785,1781,1784,1888,1818,1370,1874,1867,1812,1386,1376,1379,1377,1317,1833,1859,1858,1877,1865,1867,1877,1849,1359,1834,1773,1804,1805,1701,1804,1772,1736,1756,1799,1780,1779,1791,1763,1779,1774,1771,1787,1711,1722,1722,1721,1720,1722,1723,1681,1683,1709,1720,1721,1722,1721,1681,1719,1683,1693,1803,1770,1806,1805,1771,1804,1695,1760,1694,1790,1805,1808,1771,1804,1805,1788,1732,1790,1827,1776,1775,1783,1779,1778,1779,1775,1775,1802,1794,1812,1763,1765,1764,1834,1322,1860,1870,1877,1379,1372,1390,1344,1822,1859,1314,1820,1839,1374,1374,1372,1374,1372,1841,1348,1857,1325,1270,1813,1835,2189,1798,1872,1367,1877,1378,1779,1853,1315,1816,1794,1815,1810,1811,1817,1829,1804,1812,1811,1812,1809,1810,1810,1816,1706,1781,1810,1809,1809,1813,1820,1810,1819,1837,1275,1766,1769,1764,1767,1773,1776,1778,1777,1777,1787,1832,1780,1780,1786,1784,1774,1868,1823,1860,1856,1858,1857,1857,1863,1859,1832,1861,1853,1811,1807,1820,1774,1771,1730,1784,1814,1763,1766,1768,1814,1873,1364,1370,1887,1817,1855,1874,1864,1905,1392,1354,1319,1828,1780,1777,1819,1812,1779,1773,1775,1800,1813,1879,1373,1375,1309,1879,1367,1881,1340,1820,1846,1794,1818,1811,1809,1811,1809,1809,1814,1812,1816,1760,1780,1730,1773,1774,1788,1775,1863,1333,1780,1773,1783,1779,1785,1778,1779,1820,1829,1371,1870,1881,1330,1372,1347,1856,1315,1796,1810,1791,1783,1776,1756,1813,1773,1781,1800,1782,1831,1825,1826,1872,1815,1868,1380,1377,1350,1863,1315,1811,1814,1809,1817,1816,1817,1875,1373,1373,1374,1365,1844,1873,1382,1318,1778,1840,1859,1858,1809,1864,1856,1800,1817,1883,1365,1857,1858,1858,1862,1833,1844,1771,1799,1770,1772,1769,1806,1804,1805,1733,1729,1746,1804,1771,1805,1804,1805,1804,1771,1731,1782,1810,1738,1775,1776,1773,1796,1777,1740,1863,1778,1805,1755,1741,1755,1828,1833,1841,1870,1370,1864,1842,1342,1824,1814,1810,1817,1764,1812,1812,1809,1815,1810,1812,1811,1810,1733,1781,1817,1812,1820,1809,1820,1810,1809,1826,1824,1757,1748,1771,1767,1770,1762,1778,1780,1781,1783,1772,1778,1773,1787,1785,1781,1764,1805,1351,1772,1791,1780,1785,1779,1775,1843,1808,1740,1683,1695,1748,1750,1765,1713,1723,1702,1742,1704,1767,1764,1762,1758,1760,1758,1751,1760,1763,1761,1759,1762,1763,1765,1716,1798,1802,1811,1791,1805,1813,1783,1809,1732,1760,1815,1721,1781,1852,1858,1862,1845,1854,1848,1852,1810,1741,1851,1850,1855,1726,1822,1849,1853,1852,1809,1807,1807,1806,1732,1688,1767,1807,1770,1807,1805,1773,1805,1733,1794,1827,1779,1780,1691,1801,1785,1774,1769,1796,1778,1781,1779,1779,1780,1773,1783,1781,1784,1802,1774,1791,1784,1784,1781,1774,1779,1793,1781,1786,1795,1787,1716,1771,1776,1775,1858,1870,1378,1877,1372,1388,1316,1868,1874,1347,1809,1823,1826,1857,1861,1859,1869,1857,1852,1850,1833,1833,1798,1798,1773,1807,1806,1734,1763,1797,1806,1805,1805,1767,1806,1807,1732,1759,1815,1766,1766,1767,1763,1709,1834,1820,1856,1775,1768,1791,1781,1781,1781,1780,1771,1841,1281,1734,1760,1755,1763,1758,1755,1755,1769,1785,1788,1786,1785,1786,1787,1786,1783,1762,1865,1835,1785,1782,1786,1791,1787,1779,1774,1781,1786,1804,1780,1779,1789,1774,1773,1839,1327,1773,1781,1786,1791,1783,1786,1780,1878,1829,1871,1363,1880,1377,1365,1867,1863,1788,1795,1828,1772,1776,1778,1781,1787,1781,1829,1776,1756,1756,1763,1755,1757,1755,1750,1774,1787,1785,1786,1794,1785,1788,1786,1780,1834,1791,1806,1786,1780,1786,1792,1774,1785,1874,1355,1883,1834,1881,1343,1772,1769,1730,1678,1767,1739,1801,1757,1752,1752,1752,1751,1661,1763,1762,1755,1757,1770,1755,1752,1751,1721,1780,1758,1702,1806,1752,1753,1752,1753,1783,1761,1772,1748,1807,1807,1810,1810,1800,1805,1767,1809,1810,1828,1788,1790,1754,1728,1695,1716,1713,1717,1682,1768,1769,1805,1730,1733,1768,1774,1775,1778,1780,1775,1775,1772,1762,1762,1759,1758,1756,1786,1759,1755,1749,1756,1755,1757,1782,1773,1827,1804,1780,1780,1867,1819,1368,1865,1873,1368,1321,1866,1372,1894,1328,1814,1812,1808,1816,1819,1812,1811,1814,1823,1319,1812,1810,1809,1809,1774,1825,1814,1744,1798,1760,1775,1778,1772,1768,1766,1779,1813,1781,1787,1785,1777,1776,1775,1774,1778,1814,1843,1787,1784,1803,1787,1782,1762,1834,1842,1836,1366,1381,1363,1877,1881,1342,1769,1779,1792,1828,1790,1777,1776,1780,1787,1772,1779,1841,1786,1786,1791,1780,1779,1802,1773,1785,1834,1804,1776,1777,1772,1794,1787,1773,1686,1837,1828,1785,1787,1776,1775,1774,1768,1828,1870,1818,1819,1873,1373,1874,1873,1872,1376,1313,1864,1312,1810,1814,1809,1811,1809,1810,1765,1779,1771,1765,1763,1763,1763,1764,1756,1712,1758,1773,1776,1818,1755,1777,1788,1749,1884,1368,1859,1864,1780,1752,1775,1773,1779,1730,1772,1784,1787,1793,1781,1820,1805,1782,1756,1753,1785,1776,1774,1776,1778,1775,1718,1767,1752,1736,1833,1821,1808,1741,1755,1739,1752,1739,1741,1752,1728,1760,1792,1817,1806,1869,1821,1839,1339,1347,1813,1810,1813,1781,1730,1776,1776,1776,1773,1776,1743,1735,1687,1694,1728,1781,1812,1807,1788,1805,1810,1806,1800,1784,1789,1744,1718,1721,1712,1726,1711,1669,1712,1742,1687,1744,1744,1751,1773,1813,1786,1772,1777,1776,1775,1798,1777,1776,1745,1719,1786,1756,1757,1757,1758,1693,1795,1782,1769,1771,1794,1791,1772,1796,1814,1779,1785,1884,1773,1784,1785,1787,1781,1748,1763,1777,1794,1774,1777,1776,1770,1780,1797,1785,1799,1832,1814,1840,1367,1876,1371,1324,1745,1798,1788,1253,1764,1772,1775,1744,1724,1786,1819,1850,1857,1856,1824,1763,1851,1857,1884,1336,1691,1737,1722,1721,1720,1725,1726,1761,1770,1707,1809,1785,1774,1805,1805,1806,1775,1722,1689,1688,1728,1722,1684,1681,1723,1763,1762,1775,1661,1767,1792,1813,1768,1764,1767,1768,1711,1779,1805,1805,1803,1802,1804,1804,1803,1781,1742,1752,1756,1760,1816,1328,1804,1803,1805,1818,1855,1773,1812,1859,1821,1776,1818,1778,1768,1770,1785,1776,1772,1742,1726,1738,1759,1665,1742,1763,1743,1772,1763,1776,1743,1747,1723,1746,1816,1810,1778,1720,1768,1739,1739,1745,1740,1746,1693,1758,1731,1755,1767,1767,1765,1741,1763,1762,1781,1765,1742,1726,1722,1811,1777,1769,1774,1773,1772,1776,1782,1785,1789,1786,1783,1784,1728,1791,1786,1781,1781,1739,1801,1806,1814,1804,1773,1380,1381,1365,1877,1353,1797,1819,1814,1810,1810,1770,1768,1830,1812,1810,1810,1811,1811,1300,1826,1814,1663,1740,1740,1737,1736,1734,1735,1743,1772,1756,1749,1819,1765,1769,1766,1766,1700,1777,1772,1747,1779,1792,1788,1792,1756,1755,1779,1758,1757,1758,1763,1756,1742,1756,1774,1779,1730,1774,1779,1790,1787,1841,1826,1845,1362,1824,1374,1375,1365,1875,1373,1347,1779,1767,1766,1823,1801,1778,1686,1732,1699,1742,1749,1778,1771,1777,1780,1775,1725,1775,1782,1775,1785,1843,1820,1785,1782,1796,1767,1780,1809,1778,1837,1824,1825,1832,1869,1811,1818,1755,1803,1795,1806,1814,1807,1789,1788,1774,1808,1876,1842,1761,1809,1785,1780,1777,1742,1754,1777,1750,1780,1780,1777,1778,1783,1785,1802,1781,1785,1776,1759,1757,1755,1786,1758,1755,1751,1775,1812,1754,1766,1734,1731,1753,1757,1750,1786,1793,1786,1339,1768,1782,1774,1751,1781,1735,1775,1783,1778,1781,1782,1760,1814,1778,1857,1776,1766,1831,1810,1760,1821,1274,1749,1746,1775,1777,1773,1794,1791,1775,1756,1792,1796,1802,1784,1786,1769,1808,1780,1786,1787,1735,1750,1754,1774,1775,1775,1782,1777,1797,1797,1759,1852,1830,1783,1713,1774,1776,1780,1896,1336,1780,1780,1774,1875,1299,1774,1746,1777,1775,1775,1809,1778,1776,1773,1781,1788,1878,1819,1875,1362,1863,1870,1788,1855,1851,1879,1312,1784,1788,1776,1775,1746,1757,1776,1771,1772,1774,1782,1776,1783,1787,1780,1803,1768,1783,1781,1770,1756,1803,1781,1828,1808,1748,1776,1781,1781,1747,1755,1776,1774,1778,1819,1274,1782,1780,1762,1808,1782,1805,1807,1874,1831,1854,1760,1805,1803,1805,1805,1794,1707,1746,1752,1764,1870,1378,2560,2697,2544,2211,2152,2261,2313,2080,1978,2064,1987,2109,2007,2184,2014,1862,1807,1749,1824,1744,1905,1741,1741,1910,1941,1873,1839,1822,1590,1883,1875,1884,1888,1802,1574,1747,1747,1760,1624,1540,1622,1540,1475,1410,1409,1572,1687,1585,1478,1476,1476,1504,1502,1465,1386,1532,1677,1504,1380,1376,1379,1371,1371,1372,1372,1753,1333,1337,1337,1337,1335,1340,1337,1335,1443,1301,1787,1796,1902,1404,1318,1927,1396,1314,1815,1809,1825,1776,1767,1745,1765,1820,1773,1765,1754,1774,1755,1705,1679,1756,1862,1415,1416,1414,1386,1273,1748,1746,1747,1746,1745,1878,1368,1328,1855,1341,1302,1831,1237,1852,1845,1830,1880,1371,1865,1858,1800,1800,1799,1850,1756,1858,1860,1930,1344,1780,1844,1347,1348,1348,1354,1349,1350,1341,1822,1320,1782,1298,1805,1813,1336,1811,1806,1332,1768,1824,1801,1821,1819,1819,1819,1819,1824,1812,1810,1816,1792,1814,1810,1809,1815,1815,1799,1793,1738,1769,1763,1771,1773,1759,1685,1719,1739,1768,1764,1810,1816,1820,1817,1817,1712,1796,1690,1683,1698,1716,1714,1714,1768,1714,1717,1719,1702,1794,1781,1747,1768,1753,1781,1788,1751,1750,1752,1752,1773,1777,1791,1723,1774,1759,1794,1804,1776,1676,1756,1752,1785,1813,1812,1770,1773,1767,1766,1777,1767,1815,1730,1681,1675,1716,1803,1779,1712,1710,1707,1735,1736,1733,1747,1752,1741,1734,1736,1744,1735,1670,1737,1736,1730,1729,1746,1723,1753,1722,1720,1722,1732,1731,1721,1734,1747,1696,1673,1674,1646,1673,1654,1679,1682,1681,1688,1205,1734,1836,1341,1312,1872,1394,1400,1396,1401,1389,1251,1895,1392,1394,1335,1916,1454,1441,1431,1419,1253,1943,1330,1355,1360,1529,1526,1526,1523,1562,1571,1653,1683,1683,1796,1933,1790,2035,1939,1785,1972,1973,1973,1974,1831,1805,2002,1987,1898,1789,1733,1738,1822,1562,1736,1834,1778,1751,1832,1834,1521,1505,1507,1535,1577,1473,1578,1560,1628,1657,1684,1688,1665,1635,1603,1576,1501,1508,1481,1462,1521,1565,1604,1642,1774,1743,1633,1632,1741,1846,1840,1806,1808,1962,2086,1882,2237,2286,2248,1930,2487,2726,2610,2568,2603,2094,2281,2493,2400,2847,2448,2695,2366,2284,2326,2453,2443,2052,2200,2210,2209,2321,2405,2410,2331,2486,2562,2816,2119,2488,2294,2367,2285,2323,2211,2688,2611,2885,2568,2321,1980,1896,2270,2245,2163,2416,2567,2761,2568,2773,2769,2606,2576,2648,2680,2570,2414,2405,2321,2409,2407,2369,4015,2721,2572,2531,2522,3976,2768,2689,2765,2573,2600,2334,2288,2325,2286,2201,2372,2250,2241,2292,2205,2244,2887,2724,2812,2690,2489,2532,3048,2606,2884,2849,2535,2801,2527,2774,2763,2697,2765,2608,2646,2528,2446,2413,2645,2444,2450,2442,2215,2206,2208,2278,2373,2367,2367,2210,2207,2242,2208,2529,2604,2406,2250,2288,2207,2567,2525,2730,2323,2208,2173,2009,2401,2484,2329,2728,2725,2495,2250,2557,2448,2650,2122,2130,2360,2330,3634,2075,1808,1884,1936,2120,1851,2049,2451,2483,2451,2450,2442,2124,2014,2163,2242,2169,2245,2093,2045,2007,2040,2246,2169,2132,2084,2284,2373,2282,2605,2250,2245,2131,2083,2155,1896,2254,2143,2128,2248,1922,2155,2287,2286,2409,2531,2564,2821,2223,2312,2128,2487,1923,2160,3283,2851,2700,2427,2404,2702,2192,2461,2251,2285,2771,2321,2182,2500,2723,2730,2394,2781,2625,2757,2881,2409,2808,2699,3143,2810,2983,2809,2688,2528,2351,2542,2674,2793,2556,2777,2462,2248,2929,2364,2469,2555,2664,2558,2230,2152,2077,2315,2136,2452,2684,2521,2705,2774,2397,2331,2776,2516,2603,2771,2783,2352,2126,2220,2233,2218,2169,2531,2027,2135,2254,2134,2200,2203,2104,2202,2195,2103,2207,2216,2141,1961,1770,1958,1926,1904,1925,1865,1939,1959,1905,1921,1810,1758,1758,1617,1757,1815,1785,1765,1758,1738,1639,1581,1623,1640,1632,1626,1627,1626,1623,1628,1573,1564,1572,1567,1542,1568,1561,1557,1557,1554,1511,1506,1494,1394,1537,1443,1328,1444,1361,1438,1439,1438,1449,1398,1394,1415,1340,1330,1328,1326,1325,1327,1325,1326,1343,1319,1803,1796,1794,1792,1795,1798,1796,1797,1776,1778,1794,1880,1366,1365,1368,1366,1367,1364,1366,1365,1370,1346,1299,1843,1346,1350,1345,1340,1340,1340,1342,1298,1765,1751,1886,1296,1855,1354,1364,1302,1746,1762,1812,1787,1842,1355,1364,1437,1422,1430,1458,1515,1530,1549,1551,1486,1583,1645,1741,1797,1800,1771,1781,1741,1689,1809,1913,2037,2120,2164,2250,2549,2350,2377,2533,3054,3045,3008,2681,3008,3221,3166,3289,3223,3034,3142,3299,3273,3221,3032,3047,3031,3167,3046,2083,2799,3248,3345,3286,3323,3118,3009,3048,3051,3008,3045,2974,2689,3049,3011,3090,3053,3006,3155,2858,2735,2765,2883,2773,3046,3053,3087,2726,3131,2930,2945,2412,3959,2493,2722,2481,2494,2576,3886,2393,2687,2570,2626,2766,2524,2211,2525,2684,2528,2208,2009,2377,2663,2322,1954,2669,2535,2320,2452,2695,2451,2701,2393,2442,2484,2414,2604,2600,2492,2726,2327,3409,2372,2454,2638,2492,2804,2408,2283,2772,2567,2489,2685,2688,2492,2370,2760,2139,2045,2006,2005,2047,2523,2525,3538,2652,2162,2126,2651,2329,2443,2204,2364,2566,2409,2330,2482,2451,2529,2328,2327,2402,2368,2370,2523,2410,2406,2363,2336,2366,2287,2687,2527,2564,2405,2409,2454,2473,2506,2636,2653,2605,2373,2412,2770,2480,2648,2766,2724,2653,2728,2726,2490,2367,2447,2272,3192,2647,2678,2410,2486,2251,2692,2450,2441,2408,2408,2439,2381,2481,2361,2489,2332,2613,2428,2461,2323,2288,2205,2327,2568,2491,2412,2329,2407,2482,2374,2362,2173,2479,2733,3094,2729,2722,2290,2248,2323,2210,2246,2363,2328,2412,2604,2533,2563,2607,2330,2495,2243,2053,2172,2084,1932,1903,2010,1922,1892,2233,2168,2289,2319,2249,2774,2326,2367,2448,2409,4283,2167,2163,3370,6633,2725,2322,2415,2124,2371,2411,2443,2447,2363,2815,2929,2650,2926,2247,2129,2447,2568,2568,2365,2815,2526,2481,2171,2689,2365,2177,2481,2487,2533,2763,2566,2729,2450,2893,2930,2961,2290,2484,2496,2405,2484,2089,2329,2367,2440,2371,2565,2648,2652,2723,2372,2407,2445,2445,2410,2371,3408,2647,2491,2523,2448,3211,2446,2490,2489,2529,2482,2373,2480,2332,2325,2248,2250,2246,2285,2404,2249,2282,2255,2367,2722,2532,2406,2651,2884,2768,2573,2451,2479,2692,2802,2772,2530,2602,2335,2166,2399,2485,2256,2125,1800,2016,2085,2045,2329,2290,2325,2205,2043,2088,2052,2284,2245,2208,1917,1935,2004,1968,1967,2001,2127,2367,2411,2959,2303,2365,2404,2312,2294,2931,2812,2685,2656,2696,2574,2905,2533,2816,2809,2563,2566,2777,2810,2806,2264,2460,2527,2598,3023,2813,2805,2527,2524,2491,2812,2813,2766,2584,2584,3035,2827,2975,2809,2735,2588,2485,2324,2785,2355,2781,2797,2764,2821,2809,2804,2854,2828,2646,2908,2775,2806,3281,2738,2516,2851,2777,2804,2683,2723,2651,2782,2930,2890,2634,2369,2281,2598,2543,2526,2524,2568,2320,2292,2824,2845,2685,2804,2378,2124,2280,2320,2204,2637,3390,3314,3243,2339,2416,2896,2867,2441,2242,2288,2193,2307,2169,2335,2820,2171,2762,2863,2915,2602,1853,2060,2833,3049,2855,2842,2370,2093,2131,2142,1897,2277,2281,2128,2085,2006,1975,2245,2317,2382,2334,2324,2218,2201,2171,2425,2424,2405,2359,2213,1992,2173,2214,2200,2692,2572,2387,2993,2811,2686,2625,2525,2126,2216,2535,2571,2244,2367,2206,2243,2492,2531,2167,2070,2048,2047,2124,2495,2650,2686,2244,2048,2082,2299,1927,2000,1807,1728,1719,1692,1716,1653,1937,2359,2326,2169,1734,2407,2612,2404,2650,2361,2127,2042,2078,2085,2215,1964,1925,1973,2268,2330,2320,2330,2450,2404,2449,2166,2448,2290,2645,2565,2451,2012,2282,2401,2409,2327,2322,2451,2404,2325,2331,2445,2449,2405,2370,2563,2541,2402,2282,2251,2293,2292,2159,2367,2369,2087,2398,1892,2156,1896,1714,1876,2048,2237,1921,1851,2247,2286,2244,2249,2565,2491,2523,2247,2127,2042,2013,2088,1963,1643,1802,1887,2171,2248,2244,1928,2001,2002,1966,1969,2087,2242,2332,2402,2013,2484,2207,2291,2246,2284,2093,2202,2534,2404,2526,2603,2415,1967,2121,2453,2441,2527,2497,2645,2417,2123,2041,2444,2483,2609,2894,2489,2601,2091,2042,2204,2171,2170,2199,2972,2049,2009,2041,2073,2287,2078,1649,1677,2092,2381,2228,1865,1727,1943,2011,2003,2005,2002,2231,2106,2137,3040,3146,2665,2697,2444,2327,2523,2585,2330,2362,2212,2084,2077,2881,2765,2804,2771,2389,1899,2420,2637,2485,2291,2344,2177,1985,2330,2446,2207,2084,2617,2362,2288,2045,1943,2195,2082,2002,2050,2045,2279,2324,2175,2047,1916,2024,2034,2091,1823,1721,1893,1811,1772,1742,2052,2325,2371,2172,2046,2352,2293,2330,2361,2333,2403,2401,2279,2576,2613,2926,2720,2709,3095,2721,2215,2521,2179,1915,1907,2286,2165,2531,2727,2767,2088,2532,2098,1897,2239,2174,2086,2115,1928,2071,2246,2813,2359,2116,2357,2451,2276,2368,2292,2213,2681,2414,2363,2244,2169,2449,2687,2691,3127,2453,2486,2488,2650,2727,2607,2489,2563,2527,2571,2691,2728,3008,2767,2728,2693,2805,2488,3129,2690,2361,2559,2571,2847,2688,2781,2769,2725,2613,2724,2727,2692,2317,2127,2476,2450,1919,2086,2328,2292,2360,2286,2518,2568,2564,2469,2366,2128,2365,2164,1770,1767,1768,2221,2595,2443,2616,2572,2529,2566,1902,2444,2567,2289,2405,2520,2530,2647,2500,2886,2279,2641,2612,2406,2725,2743,2287,2046,1966,2006,2164,2169,2129,2043,2205,2206,2207,2763,2919,2435,2159,3050,2483,2171,2240,2291,2288,2162,2169,2365,2089,2203,2579,2159,1773,1898,1963,2008,2011,2005,2087,2002,1963,2576,2324,2286,2242,2256,2285,3728,2246,3207,4019,2807,2847,2123,2007,2128,2653,2726,2849,2728,2247,2285,2646,2490,2687,2645,2648,2569,2568,2408,2847,2890,2734,2639,2451,2244,2209,2406,3695,2361,2331,2451,2649,2446,2484,2484,2367,2571,2570,2531,2362,2538,2441,2244,2129,2000,1925,2175,2241,2370,2124,2291,2320,2249,2366,2694,2729,2328,2440,2566,2532,2409,2406,2289,2795,2421,2324,2249,2203,1979,2919,2506,2250,2325,2245,2472,2568,2523,2780,2767,2811,2524,2454,2484,2522,2734,2725,2046,2040,2109,2452,2483,2485,2457,2478,2095,2096,2442,2483,2453,2485,2537,2469,2705,2512,2371,2402,2330,2643,2698,2682,2857,2895,2433,2765,2690,2685,2804,2381,2314,2528,2500,2285,2293,2401,2286,2246,2167,2408,2679,2562,2030,1892,1845,2210,2468,2306,2047,2288,2048,1911,2315,2131,2682,2691,2211,2005,1923,1847,2595,3544,2243,2167,2932,2567,2093,2440,2568,2053,2047,2479,2446,2325,2612,2570,2406,2411,2563,2407,2327,2169,2362,2001,2374,2486,2375,2406,2480,2059,2445,2565,2607,2409,2411,2361,2410,2291,2646,2283,1768,2204,2086,2285,2333,2324,2246,2084,2047,2046,2046,2212,2523,2332,2460,2268,1858,1961,2250,2329,2285,1929,2087,1766,2006,2006,2290,2604,2447,2371,2440,2287,2447,2528,2932,2404,2495,2486,2567,2402,2211,2566,2363,2094,1726,1844,1925,2244,2171,2083,1970,2007,2084,1964,1928,2206,2208,2163,2042,2134,1932,1742,2249,2078,2004,2214,2359,2085,2095,2402,2331,2403,2326,2327,2128,2084,2535,2242,2371,2040,1856,1890,1717,1968,2245,2372,2286,2286,2287,2429,2652,2571,2690,2687,2732,2805,2296,2237,2656,2810,2650,2321,2172,2564,3084,3001,2774,2339,2264,2931,3214,3041,2653,2649,2887,2853,2777,2730,2525,2492,2925,2411,2525,2200,2524,2447,2450,3051,2563,2769,2662,2405,2327,2773,2557,2768,2727,2649,2409,2292,2367,2723,2645,2617,2403,2081,2256,2399,2534,2529,2361,2564,2409,2458,2961,2886,2644,2446,2368,2327,2254,2206,2763,2574,2479,2336,2443,2367,2415,2686,2720,2575,2605,2095,1962,2006,2053,2647,2686,2531,2394,2285,2606,2367,2532,2606,2493,2562,2406,2326,2487,2654,2694,2442,2442,1966,2607,2528,2573,2659,3033,3212,2882,2971,2815,2961,3212,3052,2821,2368,2687,2652,2645,2811,2681,2856,2806,2725,2612,2603,2606,2769,2526,2529,2368,2249,2203,2170,2522,2565,2457,2880,2299,2631,2295,4084,2659,2480,3809,2367,2607,2573,2686,2648,2605,2420,2406,3888,2689,2367,2406,2485,2448,2449,2486,3176,2239,2370,2690,2850,2646,2927,2325,2331,2249,2204,2209,2882,2416,2327,2040,2005,1968,2010,2644,2567,2612,2447,2442,2447,2655,2443,3735,2282,2247,2253,2364,2362,2090,2251,2086,2243,2245,3297,2640,2288,2131,2367,2003,1928,2087,2245,2130,2241,2292,2324,2603,2332,2647,2564,2452,2406,2370,2323,2252,2448,2406,2482,2415,2400,2365,2410,2647,2731,2489,2448,2363,2013,2240,2372,2685,2531,2640,2091,2324,2292,2166,2310,2663,2402,2645,2735,2721,2683,2562,2687,3260,3052,3092,3175,2793,3167,2858,2618,2629,2510,2316,2388,2332,2239,1896,1804,2201,2873,2315,3048,2961,2557,2382,2807,3081,2976,3007,2371,2694,3340,3118,2837,2936,2803,2709,2461,2621,2414,3087,2265,2263,2790,2566,2235,2604,2084,2602,2407,2370,2808,3133,2484,3505,2678,2193,3298,2972,2723,2290,2037,2550,2771,2578,2823,2532,2385,2211,2545,2545,2543,2497,2247,1899,2031,2001,2174,2075,1955,2227,1707,1697,1711,2108,1877,1872,1845,1648,1667,1603,1604,1617,1900,1638,1638,1641,1608,1703,1639,1511,1478,1480,1492,1512,1749,1750,1697,1784,1675,2103,1861,2131,2401,1865,1827,2199,1898,2234,2207,1978,2042,2052,2137,1892,1762,1671,1661,1820,1599,1631,1583,1566,1717,1971,1451,1386,1572,1484,1387,1377,1365,1344,1340,1537,1377,1847,1292,1969,1412,1830,1818,1954,1233,1439,1466,1437,1486,1512,1480,1420,1881,1361,1355,1336,1846,1344,1899,1362,1815,1777,1767,1764,1757,1857,1404,1479,1419,1416,1393,1431,1366,1954,1303,1908,1396,1401,1393,1392,1371,1367,1385,1423,1371,1361,1382,1369,1369,1370,1366,1357,1346,1348,1402,1407,1350,1365,1379,1355,1370,1327,1407,1351,1333,1397,1253,1837,1350,1372,1848,1400,1402,1399,1323,1750,1740,1749,1813,1803,1785,1779,1800,1795,1770,1764,1767,1728,1835,1710,1696,1729,1765,1702,1722,1727,1731,1704,1717,1709,1704,1771,1779,1762,1764,1798,1822,1812,1341,1236,1755,1748,1774,1767,1729,1747,1272,1759,1771,1747,1762,1767,1767,1742,1723,1770,3285,3231,3013,2758,3110,3111,2708,2925,3365,3058,3064,2405,2298,2521,2367,2399,2297,2397,2274,2257,2314,2323,2328,2017,2368,1733,1866,1981,2000,2044,2011,2086,2034,1704,1697,1964,2107,2142,2034,2072,2226,2508,1844,2272,2302,2246,2058,2291,2277,1964,1968,2026,1993,2025,1934,2027,2029,1705,1749,1906,1847,1761,1576,1746,1729,1832,1941,1674,1736,1759,1740,1628,1632,1607,1657,1737,1542,1663,1713,1660,1705,1650,1660,1651,1652,1566,1530,1466,1525,1493,1390,1650,1599,1530,1608,1652,1648,1516,1644,1499,1483,1567,1566,1566,1568,1568,1567,1544,1588,1665,1731,1646,1664,1652,1663,1521,1654,1603,1509,1600,1635,1553,1568,1573,1425,1466,1530,1475,1449,1485,1460,1456,1520,1590,1424,1354,1353,1349,1359,1345,1424,1508,1437,1417,1518,1442,1539,1564,1550,1578,1645,1506,1515,1650,1823,1847,2042,2590,2722,3139,2097,2160,2913,2770,2626,2321,3085,2652,2445,2236,2260,2362,3290,4292,2332,2767,2968,2813,2731,2566,2135,1992,2287,2811,3286,2853,2522,2266,2054,2243,2047,2006,2425,2566,2208,2123,2286,2669,2403,2525,2694,2412,2071,1926,1893,1886,2037,1851,1809,1681,1680,1771,1681,1651,1755,1816,1645,1848,1762,1719,1683,1644,2217,2081,2204,1778,1793,1653,1801,1965,1889,1926,1768,1700,1690,2083,2131,2004,2127,2045,2130,2479,1963,1767,2466,2402,2248,2131,2321,2490,2719,2481,2009,2614,2240,2106,2299,2527,2684,2813,2485,3208,2252,2989,3170,3205,3102,2373,2442,3092,6456,2518,2652,2145,2124,2402,2482,2446,2729,2743,2440,2046,2138,2294,2428,2526,2660,2076,1931,2072,2366,2210,3169,2125,2204,1807,1894,2239,2210,2020,2037,2130,1930,2119,2626,2444,3043,2810,3025,2610,2252,2830,2764,2655,2619,2050,2672,3413,3165,2983,2261,2310,2221,2122,2005,2293,2678,2822,2948,3082,3144,3320,1915,2321,2323,2590,2814,3041,2861,2257,2240,2443,2737,3019,2310,2685,2848,2811,2589,2264,2569,2487,3107,2846,2486,2375,2195,2359,2248,2657,1936,2170,2687,3031,2352,1894,2076,1988,2367,2571,2520,2597,2730,2609,2682,3151,2562,2368,2371,2309,2043,1932,2274,2602,2168,2044,2297,2443,2488,2489,2527,2445,2573,2204,2566,2533,2684,2286,2569,2571,2806,2845,2895,2602,2575,2687,2799,2411,2603,2722,2690,2609,2573,2443,2809,2929,2650,2520,2772,3089,2811,2220,2680,2848,2767,2815,2394,2733,2774,2605,2445,2811,2693,2567,2324,1893,2122,2208,2482,2405,2405,2327,2211,2206,2444,2533,2280,2446,1931,1905,2208,2288,2808,2246,2527,2609,2244,2207,2206,2327,2535,2448,2763,2286,2205,2207,3023,2006,1979,2485,2990,2046,2208,2291,2282,2213,2726,2411,2245,2287,2248,2243,2166,1969,1891,1809,2161,2247,2247,2489,2447,2404,2248,2098,2163,2277,2488,2451,2926,2008,2123,2092,2247,2405,2369,2848,2285,2290,2247,2448,2207,2282,2652,2088,2041,1690,1610,1886,2080,2091,2324,2366,2005,1967,1965,2209,2485,2490,2246,2008,2001,1687,1608,2362,2374,2037,1891,2166,2250,2249,2280,2373,2482,2004,2197,2467,2848,2812,2488,2049,2158,2859,2689,2323,3706,2491,2763,4054,2926,2887,2608,2973,2887,2443,2998,3195,2952,2487,2282,2244,3321,2526,3188,2929,2585,2718,2497,2382,2438,2390,2143,2146,2573,2321,2286,2332,2247,2326,2445,2516,2732,2773,2682,2568,2605,2608,2448,1884,1932,2446,2405,2485,2690,2853,2804,2970,2448,2242,2420,2931,3050,2653,2565,2970,2568,2685,2484,2369,2452,2481,2371,2569,2485,2448,2567,2566,2568,2490,2129,1999,1878,1924,2249,2249,2246,2089,2162,2212,2201,2250,2605,2454,2649,2440,2135,2287,2327,2403,2375,1958,2246,2284,2250,2891,2046,1919,1932,1926,1922,2286,2325,3970,2607,2211,3529,2806,2486,1965,2050,1970,2003,2599,2130,2611,2640,2447,2408,2368,2847,2974,3253,2760,2769,2772,2888,2813,2686,2569,2567,2608,2645,2650,2767,2690,2245,2616,2204,2608,2763,2650,2655,2644,2367,3010,2935,2766,2885,2816,2684,2850,2927,2886,2769,2610,2813,2761,2534,2846,2968,2651,2528,2682,2408,2532,2482,2413,2725,2525,2332,2287,2448,2648,2604,2614,2403,2409,2402,2407,1968,2485,2375,2239,2214,2201,2291,2125,2732,2319,2131,2089,2085,2289,1966,2199,2133,2001,2091,2088,2085,2078,1850,1887,2330,2127,2085,2087,2086,1922,2249,2867,2509,2446,2408,2568,2314,2643,3167,3310,3312,4008,2876,2253,2357,2478,2411,2411,2442,2452,2453,2440,2449,2405,2963,2870,2365,2244,2052,2086,2042,2090,2245,2247,2202,2208,2046,1890,2126,2083,2212,2282,2282,2123,2085,2451,2082,2137,2247,2323,2200,2128,2084,2087,2006,2136,2247,2480,2324,2693,2569,2361,2490,2686,3191,2909,2979,2998,2729,2686,2939,3134,2930,3019,3088,2846,2940,2809,2841,2585,2490,2409,2835,2804,2772,3076,2868,2591,2906,2977,2680,2462,2126,2050,2594,2562,2525,2532,2461,2085,2567,2609,2769,2969,3062,2545,2292,1993,2997,2990,3161,3548,2349,2459,2673,3215,3307,2861,2997,3310,3311,2670,2729,2727,2871,2997,2896,2859,2337,2617,2993,2531,2806,3015,2895,2841,2886,3009,2971,2805,2091,2550,2929,2529,2446,2732,2650,2632,2756,2806,2847,2758,2567,2445,2631,2871,2868,2862,2601,2573,2077,2698,3251,3019,2404,2363,2245,2733,2675,2700,2411,2402,2404,2579,2051,2490,2169,2327,2319,2247,2129,2035,2068,2180,2247,2293,2248,2365,2329,2444,2290,2246,2483,2249,2531,2367,2220,2692,2684,2580,2003,2036,2147,2093,2561,2493,2130,2094,2056,2606,2407,2768,2535,2842,2160,2218,2200,2561,2411,2176,2148,2097,2041,1951,2404,2353,1991,2370,2523,2205,2406,2369,2161,2097,2079,1932,2042,2419,2492,2487,2447,2525,2409,2487,2284,2169,2201,2209,2212,2282,2525,2167,2534,2288,2247,2281,2293,2568,2484,2404,2249,2206,2408,2326,2000,2370,2335,2273,2329,2373,2279,2333,2368,2327,1903,1849,1848,2247,2163,2010,1999,1887,1844,1810,1846,1926,1842,1775,1927,2033,1896,1842,1809,1843,2084,2154,2053,2155,2085,2290,1934,1912,1818,1797,1851,1969,1960,2054,2208,2645,2407,2369,2159,2044,1885,1842,2208,2086,2376,1972,1995,1967,2363,2615,2487,2485,2248,2606,2452,2400,2408,2373,2362,2172,2244,1814,1905,1808,1690,1681,1685,2239,2327,2172,2241,3170,2087,1771,2358,2092,2690,3093,1848,2566,2416,2118,1768,2288,2174,1981,1925,2235,1974,1864,1935,2242,1774,1834,1975,1886,1845,2162,2327,2367,2181,1888,1884,1885,1887,1884,1886,1886,2024,2114,2412,2574,2884,2891,2996,2573,2709,3069,2930,2820,3081,2256,2888,2964,3008,2985,2789,2489,2211,2261,2041,2514,2605,2127,2441,2426,2557,2972,2576,2588,2571,2527,2653,2786,2844,2491,2482,2409,2405,2491,2446,2328,2246,2515,2565,2500,2330,2410,2366,2326,2352,2407,2566,2893,2561,1975,2335,2374,2401,2535,2563,2490,2522,2527,2494,2444,2684,2495,2561,2533,2524,2531,2607,2486,2447,2525,2732,2595,2683,2407,2326,2245,2287,2414,2485,2531,2767,2843,2852,3009,3087,2608,2647,2688,2647,2695,3142,2634,2565,2215,2404,2643,2747,2514,2584,2750,2646,2604,2647,2614,2900,2597,2726,2606,2608,2852,2852,2612,2766,2887,2726,2808,2891,2528,2889,2846,2774,2804,2939,2675,2263,2581,2499,2686,2930,2726,3008,3536,2605,2525,2566,2575,2527,2675,2974,2771,2528,2407,2287,2324,2167,2166,2122,2009,2370,2565,2332,2285,2687,2324,3969,2534,2247,2127,2047,2083,2288,2413,1968,2117,2768,2010,2115,2446,2532,2364,2286,2283,2248,2839,2297,2515,2422,2245,2328,2285,2522,2725,2603,2667,2404,2326,2327,2521,2644,2533,2967,2477,2412,2609,2691,2539,2164,2366,2414,2670,2650,2687,2541,2365,2486,2367,2044,2279,2544,2368,2327,2326,2368,2326,2435,2584,2635,2398,2712,2067,2264,1852,2185,2021,2268,2366,2449,2366,2172,2325,2083,2456,2107,1965,2045,2080,1973,2107,2111,2201,2222,2358,2524,3280,2470,2398,2566,2406,2340,2647,2325,2449,2725,2243,2328,2328,2573,2591,2931,2770,2570,2527,2526,2564,2665,2684,2531,2481,2609,2492,2689,2809,2521,2367,2247,2367,2720,2701,2525,2365,2206,2287,2487,2537,2779,3350,3113,3230,2800,2812,3337,3101,3277,3422,3248,2995,3058,3258,2854,2386,3147,3232,3243,3252,2519,2845,3301,3036,3050,3057,2928,2765,2599,2781,2850,3139,2923,2781,2568,2670,2650,2915,2697,2617,2793,2580,2660,2924,2807,2735,2409,2242,2246,2436,2502,2253,2240,2127,2844,2972,3009,2368,2608,2924,2972,2446,2401,2559,2531,2250,2950,3176,2938,2958,2772,2752,2647,2686,2647,2487,2407,2706,2697,2255,2392,2533,2666,2523,2767,2866,3229,3134,2910,2927,2651,2565,2567,2403,2549,2926,2792,2485,2786,2810,2805,2453,3798,2362,2092,2073,2463,2408,2334,2528,2325,2407,2206,2289,2472,2527,2485,2363,3169,2088,2363,1933,1983,2381,1968,2329,2407,2843,2294,2445,2485,2095,1899,1963,1896,1962,3040,2083,2169,2716,2669,3064,2760,2565,2597,2990,3144,2528,2084,2407,2612,2523,2524,2530,2809,2893,2890,2968,2484,2215,2716,2736,2639,2374,2209,2567,2608,2804,2889,2611,2654,2566,2601,2890,2853,2924,2649,2573,2362,2655,2884,2970,2605,2185,2424,3290,2926,3050,2931,2929,2455,2803,3212,2892,2600,2737,2282,2806,2853,2812,2683,2611,2405,2604,3448,2346,2469,2651,2613,2487,2719,2729,2726,2287,2333,2611,2292,2170,2128,2252,2056,2171,1928,2244,2010,1921,2363,1774,1885,1919,2209,2286,2247,2245,2052,1866,1809,1839,2215,2085,2040,1973,1878,1735,1715,1887,2012,1841,1692,1796,1817,1796,1853,1723,1922,1848,1840,2137,2243,2212,2247,1932,2171,2329,2287,2188,2529,2051,2526,2773,2684,2726,2548,2524,2472,2455,2119,2193,2534,2205,2402,2509,2618,2091,2088,2088,2060,2141,2526,2757,2684,2323,2157,2561,2245,2495,2751,2492,2564,2418,2064,1967,2298,2469,2578,2649,2665,2406,2645,2603,2661,2330,2448,2325,2572,2762,2409,2492,2602,2286,2815,2724,2450,2525,2486,2530,2692,2682,2367,2440,2484,2302,2285,2603,2531,2772,2728,2353,2209,2053,2336,2349,2334,2173,2086,3093,3007,2603,2649,2249,2277,2337,2570,2355,2408,2330,2248,2084,2048,2331,2126,2601,2202,2126,2125,2055,2161,2044,2253,2287,2208,2198,1898,2156,1846,1717,2367,2330,2407,2525,2934,2330,2722,2488,2573,2647,2887,2803,2815,2445,2370,2645,2692,2604,2532,2806,2770,2850,2764,2646,2647,2930,2494,2600,2769,2646,2452,2080,2700,3047,3197,3274,3291,3003,3085,3456,3040,2811,3052,3603,2386,2170,2083,2088,2046,2522,2094,2182,2697,2686,2689,2870,2742,2844,2873,3118,3055,3038,3052,2721,2945,2930,2814,2848,2679,2636,2470,2211,2246,2240,2728,2492,2523,2489,2376,2360,2289,2412,2407,2565,2488,2442,2330,3088,2526,2371,2328,2330,2283,2364,2711,2560,2490,2513,2612,2648,2685,2850,2984,2832,2285,2644,2490,2569,2810,2683,2647,2527,2696,2641,2488,2791,2726,2522,2405,3009,2764,2816,2764,2132,2722,2652,2728,2726,2769,2526,2733,2369,2687,2971,2941,3564,2855,3498,3211,2960,2722,2814,2764,2664,2408,2315,2729,2607,2611,3125,2931,2653,3062,3119,3170,2759,2532,2617,2457,2645,2690,3033,3210,3054,2412,2723,2802,2517,2244,3033,2576,2298,2437,2702,2387,2914,2471,2896,2603,2208,1892,1642,2094,2325,2210,2240,2287,2480,2731,2528,2085,2330,2409,2404,2334,2461,2285,2554,2573,2482,2446,2890,2736,2723,2450,2603,2486,2344,2130,1963,2161,2891,3008,3008,2376,2203,2769,2804,3009,2973,2387,2374,2325,2297,2324,2762,3247,3344,2725,2934,2503,2204,2178,2200,2086,2206,2216,2178,2161,2728,2239,2070,1843,2182,2296,1966,2165,2061,1911,1821,2054,1914,1870,1872,1921,1874,1909,1918,1811,1950,1908,1870,1913,1908,2126,1912,1871,2322,2091,2200,2212,2083,2094,2088,1916,1884,1807,1797,1763,1844,1771,1862,2190,2803,1693,1687,1690,1637,1560,1562,1534,1565,1645,1599,1602,1581,1598,1570,1525,1565,1644,1590,1657,1687,1833,1692,1692,1606,1611,1839,1805,1731,1851,1967,1797,1685,1683,1811,1822,2364,2327,2608,2639,2939,2726,2855,2968,2878,2528,2490,2678,2930,2567,2530,2488,2410,2561,2529,2649,2613,2691,2566,2756,2772,2967,2654,2615,2205,2642,2560,2538,2733,2650,2240,2528,2726,2688,2331,2114,2446,2177,1999,1850,1840,2208,2245,2289,2479,2051,2096,2168,2491,1918,2187,2226,2216,2524,2558,2843,2372,2206,2459,2604,2488,1966,2206,2570,2411,2445,2087,2077,2013,2126,2038,2007,1888,1967,1725,1729,1967,2080,2124,2417,2451,2532,2521,2571,2244,3494,2489,2562,2572,2931,2720,2415,2364,2408,2563,2372,2726,2404,2176,2200,2164,2329,2848,2655,2560,2287,2167,2612,2849,2326,2168,1964,1970,2163,2689,2734,2287,2441,2450,2247,2130,2966,2167,2049,1966,2008,2443,2369,2365,2284,2288,2409,2366,2406,2329,2773,2360,2287,2329,2408,2246,2251,2280,2453,2482,2415,2287,2121,2211,2205,2526,2528,2293,2076,2054,2161,2212,2361,1837,1732,2046,2049,2049,2281,2291,2407,2411,2722,2326,2285,2209,1829,2427,2287,2282,2326,2249,2251,2322,2206,2289,2201,2328,1921,2251,2198,2092,2139,2410,2562,2250,2408,1969,2241,2693,2443,2293,2247,2122,1964,1933,2080,2365,2206,2212,2205,2003,1932,1764,2002,2209,2161,2264,2096,1923,1886,1845,1926,2036,2117,2339,2197,2129,2137,1811,2188,2680,2490,2291,2216,2393,2127,2166,2530,2582,2434,2802,2817,2845,2568,2570,2409,2724,2887,2770,2907,2510,2523,2816,2806,3044,3168,2815,2276,2504,2527,2765,2990,2383,2706,2436,2536,2964,2815,2760,2846,2699,2455,2527,2445,2838,2926,2701,2445,2836,2663,2678,2887,2863,2687,2562,2529,2572,2388,2726,2365,2163,2045,2216,2425,2653,2163,1980,2045,2888,2087,2476,2332,2494,2414,2281,2439,2361,2571,2543,2365,2327,2405,2094,2278,2808,2855,2709,2343,2204,1912,2041,2415,2588,2607,2387,2603,2333,2319,2435,2568,2466,2524,2291,2632,2806,2566,2302,2755,2786,2488,2366,2071,2443,2586,2251,2285,2327,2249,2542,2533,2648,2345,2291,2327,2280,2510,2486,2270,2290,2321,2245,2214,2547,2521,2671,2245,2293,2246,2249,2544,2604,2516,2326,2252,2298,1997,2082,2215,1842,2002,2478,2485,2170,2326,2970,2606,2572,2608,2444,2052,3134,2125,2086,2366,2449,2449,2444,2525,2644,2168,2177,1963,2004,1850,2119,2364,2486,2367,2414,2241,2170,2326,2364,2374,2567,2209,2204,2214,2323,2127,2176,2336,2242,2205,2173,2647,2401,2210,2241,2254,1860,2124,2167,1932,2085,2165,2040,2054,2089,2328,1763,1962,2208,2004,2973,1773,1629,1635,1605,1645,1604,1687,1728,1734,1640,1607,1684,1947,2009,2018,2304,1721,1767,1757,1694,2176,2301,2177,2320,2124,2165,2337,2568,2578,2404,2050,1847,1902,1891,1912,1910,1911,1912,1910,1884,1725,1864,1919,1910,1787,1691,1690,1692,1629,1602,1647,1730,1965,2000,1924,1787,1859,1786,1596,1639,1683,1475,1670,1457,1449,1523,1512,1532,1593,1526,1542,1447,1478,1452,1477,1431,1505,1515,1513,1477,1511,1651,1855,1577,1424,1400,1401,1399,1390,1390,1552,1560,1749,1832,1814,1816,1816,1817,1787,1827,1679,1768,1749,1681,1595,1574,1574,1587,1563,1632,1476,1624,1448,1370,1366,1351,1506,1600,1517,1535,1462,1427,1501,1678,1586,1575,1470,1383,1357,1348,1373,1483,1522,1569,1578,1573,1690,1903,1761,1803,1694,1716,1694,1685,1811,1763,1860,1965,2032,2108,2223,1937,1771,1928,1938,2274,2375,2363,2407,2686,2610,2423,2586,2414,2292,2880,2490,2334,2569,2366,2366,2293,2594,2523,2491,2335,2054,2250,2206,2066,2653,1968,2190,2120,2133,2047,2003,2330,2522,2525,2492,2366,2204,2174,2486,2685,2408,2367,2205,2285,2284,2531,2524,2448,2371,2208,2242,2206,2368,2848,2448,2243,2171,2209,2206,2607,2488,2445,2812,2645,2406,3008,2727,4095,3134,2408,2525,2530,2765,2648,2607,2609,2731,2559,2615,2204,2211,2559,2528,2970,2568,2537,2642,2614,2369,2566,2529,2649,2641,2527,2607,2977,3410,2804,2610,2487,2604,2489,2887,2815,2842,2568,2732,3088,2930,4497,2525,2684,2414,2201,2124,2054,2126,2448,2723,2652,2929,2848,2930,2925,3013,2928,2882,2689,2529,2694,2521,2936,2924,2450,2888,2931,2884,2850,3207,2887,2653,2530,2200,2247,2126,2168,2051,2007,2161,2050,2043,1647,1741,2450,2168,2088,2120,2010,2001,2247,2249,2367,2373,3203,2370,2328,2286,2244,2412,2488,2528,2246,2244,2246,2247,2492,2680,2536,2519,2574,2362,2808,2252,2449,2562,2286,2125,2088,2051,2401,2411,2245,2044,1972,1968,1961,2647,2488,2251,2362,2130,2122,2053,3050,2562,2654,2159,2085,2050,2045,2130,2288,2162,2246,2053,2079,2167,2050,2451,2166,2167,2521,2486,2327,2649,2326,2206,2167,2851,2931,3007,2895,2748,2740,2936,2962,3020,3091,2965,2629,2832,3067,2831,2600,2569,3114,2841,2777,2935,2677,2656,2665,2998,2862,2928,2773,2809,2553,2405,2326,2328,2477,2725,3267,2882,2368,2367,2287,2327,2287,2368,2488,2326,2326,2286,2772,2859,2930,3074,2483,2425,2699,2776,2896,2928,2933,3107,2856,2730,2918,2769,2848,2506,2442,2207,2489,2565,2775,2272,2566,3079,2676,2405,2164,2046,1727,1940,2647,2206,2243,2409,2212,2203,2405,1887,2008,2244,2254,2321,2167,2208,2688,2527,2286,2572,2204,2164,2171,2404,2408,2206,2206,2164,2055,2444,2727,2569,2330,2283,2316,2719,2592,2244,2469,2329,2364,2370,2326,2368,2364,2330,2404,2409,2366,2814,2360,2307,2528,2564,2517,2320,2769,2516,2569,2323,2644,2614,2646,2212,2045,2006,2434,2602,2612,2731,2762,2576,2525,2530,2528,2280,2414,2568,2681,2329,2693,2599,2415,2323,2447,2411,2564,2326,2251,2408,2402,2530,2607,1938,2816,2569,2526,2032,2538,2609,2566,2402,2291,2250,2287,2721,2729,2491,2645,2569,2568,2928,2773,3051,2481,2493,2441,2691,2449,2723,2488,2971,2131,2120,2209,2490,2249,2085,3166,2246,2204,2173,2366,2369,2159,2088,2087,2132,2362,2127,2008,2084,2126,2085,2127,2053,2362,2050,2121,2247,2173,2121,2480,2417,2805,2494,2169,2410,2162,2755,3484,3311,2564,2442,2163,2817,2296,2157,2453,2447,3185,3111,2613,2362,2983,2483,2974,2715,3961,2373,2515,2906,2816,2539,3163,2466,2637,2982,2887,2244,2366,2117,2209,2175,2368,2165,2126,2408,2280,2204,2208,2370,2541,2512,2246,2409,2202,7395,2548,2509,2587,2728,2812,3024,2960,2964,2719,2689,2945,3016,2995,2931,3223,2827,2846,2902,2965,3054,2964,2932,2930,2932,3317,3015,2793,2822,2391,2751,2552,2924,2815,2648,2973,3121,2571,2714,2492,2589,2554,2765,2652,2486,2536,2405,2325,2669,8115,2527,2493,2638,2737,2371,2923,2433,2147,2121,2124,2008,2012,2390,2402,2365,2364,2205,2086,2086,3009,2815,2040,2175,2166,2124,2086,2127,2330,2329,2327,2403,2084,2331,3369,2408,2444,2354,2291,2404,2407,2368,2328,2292,1941,2270,2399,3133,2689,2202,2572,2645,2655,2604,2444,2292,2525,2524,2412,2565,2566,2608,2695,2564,2487,2568,2486,2447,2495,2483,2491,2480,3732,3133,2852,2723,2166,2489,3411,2209,2608,2765,2365,2449,2451,2561,2329,2487,2489,2531,2320,2174,2328,2520,2453,2524,2687,2335,2443,2643,2849,2536,2646,2488,2561,2733,2487,2446,2526,2573,2603,2649,2529,2491,2688,2689,2880,2896,2808,2767,2723,2932,2570,2410,2519,2934,2445,2486,2732,2562,2493,2490,2563,2608,2610,2609,2565,2566,2608,2574,2722,2572,2410,2526,2521,2533,2570,2645,2445,2328,2686,2448,2492,2568,2525,2283,2088,2534,2640,2607,2574,2167,2203,2405,2292,2530,2645,2610,2368,2314,2530,2489,2112,2483,2563,2533,2712,2705,2765,2567,2571,2565,2727,2454,2563,2487,2487,2433,3142,2853,2852,2647,2529,2607,2726,2843,2811,2689,2731,2293,2079,2629,2645,2448,2174,1996,2571,2410,2524,2451,2488,2325,2291,2404,2245,2169,2050,2047,2361,2329,2367,2170,2167,2079,1648,1928,2164,2804,1971,2053,1739,1704,2030,2045,2283,2169,2290,2157,2050,1931,2045,2044,2164,2052,2242,2008,1963,1931,2270,2737,2761,2568,2734,2129,1925,1849,2807,2053,2084,1926,1881,1851,1846,1801,2147,2250,2364,2524,2060,1914,1924,1929,2698,2484,2048,2501,2517,2449,2414,2494,2292,2366,2550,2411,2832,3064,2894,2691,2928,2931,3377,2714,2726,2596,2949,2913,2944,2722,2726,2771,2937,3302,2974,2664,2690,2931,2934,2982,2967,2606,2375,2523,2866,2685,2525,2488,2371,2422,2605,2514,2462,2405,2565,2927,2845,2890,2730,2764,2805,2575,2524,2571,2402,2568,2621,2725,2258,2305,2463,2648,2510,2455,2706,2551,2482,2288,2292,2693,2522,2253,2692,2367,2288,2327,2331,2323,2287,2193,2365,2164,2166,2166,2534,2647,2405,2164,2047,2005,1966,2183,2084,2286,2235,2148,2064,2085,2627,2449,2570,2406,2289,2287,2203,2710,2946,1966,2553,2283,2287,2687,2574,2651,2523,2325,2325,1936,2331,2482,2651,2484,2212,2199,2327,2287,2506,2554,2436,2504,2404,2970,2207,2241,2205,2339,2373,2568,2444,2402,2740,2646,2813,2666,2382,2403,2427,2367,2412,2507,2366,2368,2403,2237,2288,2416,2408,3253,2488,2434,1959,2208,2338,2450,2290,2284,2406,2197,2581,2639,2989,2963,2928,2718,2654,3048,3101,2926,2931,2569,2608,2926,2802,2773,2807,2410,2408,3232,2757,2920,2924,2482,2606,2328,2399,2408,2411,2778,2844,2569,2439,2408,2408,2454,2663,2451,2282,1890,1964,2006,2005,2007,2367,2212,2026,2025,1975,2300,2369,2808,2178,2210,2438,2403,2403,2443,2303,2087,1852,2723,2895,2920,2928,2580,2554,2565,2446,2409,2762,2427,2206,2280,2528,2361,2329,2362,2436,2792,3003,2791,2543,2523,2657,2605,2589,2384,2295,2390,2611,2145,1926,2035,2602,2488,2402,2488,2101,1890,1883,2313,2982,3103,3035,3046,2824,2644,3201,2658,2955,2609,2550,2638,2718,2529,2537,2229,1991,2423,2094,2563,2539,2539,2218,2118,2085,2314,2081,1961,2239,2802,1972,2211,3229,2573,2124,1965,1924,2683,2773,2609,2565,2691,2683,2691,2642,2373,2407,2455,2277,2334,2570,3124,2650,2565,2611,2486,2612,2846,2690,2763,2529,2129,2488,2328,2120,2207,2051,3007,2051,1965,2406,2324,2128,2083,2087,2045,1926,2173,3452,2718,2056,2317,2372,2523,2446,2653,2809,2480,2334,2604,2524,2733,2812,2913,2622,2406,2087,2561,2842,2672,2530,2609,2449,2823,3005,2816,2549,2327,2571,2768,2488,2527,2561,2570,2338,2522,2747,3248,2069,1969,1986,2096,1970,2244,2162,1815,1950,1886,2885,2391,2358,2327,2288,1968,1890,2123,2007,1926,1885,2469,2241,2198,2185,2213,2133,2123,2249,2245,2284,1760,2456,2677,2288,2730,2694,2684,3252,2938,2845,2799,2276,2362,2262,2250,2275,2227,2392,2289,2328,2777,2178,1949,1807,1844,2237,2123,2498,2757,3126,2926,2743,2284,2386,2483,2612,2808,2614,2592,2189,2242,2287,2597,2804,2809,2446,2293,2544,2655,1994,1880,1840,2564,2647,2346,2283,2976,3098,2658,2000,2575,2455,2399,2412,2442,2499,2367,2574,2360,2132,1763,1949,1969,1885,2240,2018,2207,2879,2804,2813,2451,2525,2528,2331,2083,2049,2569,2204,2489,2320,2290,2247,2490,2729,2481,2491,2287,1963,1967,2052,2683,2109,2569,2210,2041,1974,2283,2174,2043,2170,2448,2125,2051,2243,2287,2489,2565,2728,2535,2926,2797,2806,2366,2735,2801,2693,2600,2616,2377,2327,2285,2392,2774,2726,2814,2735,2204,2810,2453,2402,2365,2249,2612,2605,2371,2484,2805,2654,2558,2319,2390,2280,2327,2130,2364,1884,2400,2063,2263,2529,2492,2563,2191,1841,1781,2229,2769,3035,3080,2893,2960,2609,2807,2846,2528,2039,2402,2746,3003,3050,2765,1901,1734,2712,2323,2916,2883,2705,2664,2313,2033,2026,2389,2447,2448,2498,2084,2552,2329,2288,2289,2326,2267,2293,2620,2693,2650,2613,2983,2383,2266,2318,2298,2286,2273,2255,2284,2069,2032,2010,2046,1984,2031,2041,1983,2096,2287,2276,2300,2242,2405,2288,2203,2207,2179,2160,1992,1913,1914,2037,1953,1914,1915,1875,1875,2049,2046,1813,1704,1744,1748,1708,1733,1684,1711,1737,1608,1623,1644,1590,1558,1529,1480,1793,1694,1551,1585,1588,1504,1623,1601,1597,1621,1618,1619,1618,1619,1579,1761,1650,1573,1544,1554,1651,1732,1730,1756,1731,1622,1667,1594,1584,1686,1682,1682,1682,1698,1642,1404,1618,1774,1351,1914,1376,1366,1384,1420,1422,1358,1256,1901,1410,1409,1379,1364,1332,1349,1336,1466,1471,1370,1833,1451,1878,1382,1363,1362,1349,1458,1466,1435,1496,1523,1417,1417,1406,1522,1557,1418,1375,1341,1437,1400,1265,1843,1381,1365,1362,1444,1582,1593,1661,1663,1551,1456,1476,1423,1410,1409,1419,1534,1580,1436,1381,1501,1431,1381,1789,1789,1801,1789,1880,1437,1828,1396,2143,1515,1367,1916,1417,1407,1405,1381,1938,1469,1395,1651,1546,1428,1659,1743,1666,1634,1433,1646,1646,1643,1559,1432,1413,1411,1411,1374,1359,1500,1543,1420,1468,1377,1399,1373,1370,1430,1379,1751,1334,1335,1368,1280,1836,1424,1272,1745,1735,1716,1715,1712,1805,1808,1818,1810,1809,1811,1707,1768,1783,1896,1421,1400,1302,1799,1757,1798,1865,1302,1723,1737,1717,1718,1729,1716,1715,1716,1715,1737,1747,1821,1721,1760,1807,1696,1723,1731,1695,1730,1772,1796,1773,1773,1777,1810,1777,1788,1816,1820,1335,1329,1337,1837,1341,1844,1338,1325,1819,1815,1884,1252,1846,1317,1815,1790,1837,1303,1805,1811,1806,1336,1782,1829,1840,1359,1795,1790,1794,1790,1789,1818,1760,1755,1743,1701,1700,1700,1699,1685,1680,1686,1741,1726,1698,1631,1631,1753,1788,1788,1782,1797,1788,1742,1690,1773,1788,1822,1709,1693,1781,1775,1795,1789,1798,1785,1786,1787,1769,1736,1771,1783,1786,1798,1779,1775,1774,1771,1778,1776,1788,1775,1732,1758,1790,1779,1797,1865,1262,1708,1731,1726,1683,1706,1693,1683,1677,1195,1724,1798,1846,1797,3652,2544,2457,2711,2901,2779,3081,2737,2737,2818,2718,2549,2314,2161,2437,2136,2446,2386,2424,2485,2211,2228,2178,2025,2204,2453,2306,2131,2747,2399,2381,2234,2671,2645,2485,2493,2824,2317,1954,2248,2204,2023,2333,2303,2206,2181,2175,2133,2336,3833,2249,2176,2275,2299,2213,1939,1908,1908,1908,1908,1880,1956,2067,2007,1887,1849,1844,1846,1846,1742,1726,1901,1709,1609,1624,1511,1479,1479,1478,1589,1625,1616,1728,1772,1907,1907,1909,1908,1807,1954,1980,1908,1906,1907,1907,1908,1869,1826,1901,2056,1908,1909,1907,1909,1867,1915,1910,2006,2093,2169,2074,1992,1925,2177,1991,1859,2166,1910,1911,1873,2163,1911,2094,2051,2016,1913,1913,1877,1923,1913,1912,2060,2012,2062,2006,1869,1911,1909,1913,1939,1962,2091,2178,2522,2856,2383,2356,2770,2734,2385,2817,2647,2382,2612,2153,2210,2324,2173,2172,2172,2070,2085,2231,2281,2172,2174,2306,2816,2789,2905,2292,2174,2340,2172,2175,2487,2250,2149,2208,2206,2216,2178,2336,2037,2132,2118,1910,1912,1912,1992,1893,1855,1871,1907,1770,1731,1674,1683,1685,1923,1923,1932,1940,1957,1830,1851,1766,1626,1541,1580,2119,2138,1669,1556,1554,1554,1554,1539,1463,1594,1545,1992,1422,1344,1865,1445,1428,1430,1336,1995,1462,1446,1353,1458,1447,1322,1907,1440,1413,1351,1840,1911,1461,1553,1545,1510,1493,1540,1501,1503,1499,1501,1515,1509,1504,1513,1460,1356,1438,1480,1484,1412,1441,1473,1967,1486,1522,1517,1538,1522,1515,1490,1422,1447,1441,1438,1900,1442,1407,1408,1397,1414,1413,1408,1393,1407,1415,1407,1369,1362,1328,1383,1393,1389,1399,1398,1388,1389,1388,1419,1320,1835,1339,1355,1332,1337,1355,1190,1820,1241,1735,1740,1793,1785,1784,1787,1788,1710,1792,1805,1732,1809,1344,1358,1362,1380,1385,1343,1341,1346,1347,1313,1838,1348,1349,1346,1346,1341,1373,1265,1753,1802,1774,1749,1740,1739,1748,1762,1746,1746,1740,1796,1728,1725,1721,1672,1631,1701,1727,1682,1704,1771,1829,1332,1328,1331,1327,1328,1327,1327,1348,1509,1472,1463,1452,1599,1629,1617,1644,1470,1817,1980,1361,1798,1802,1801,1801,1801,1704,1866,1949,1458,1749,1741,1926,1483,1481,1483,1486,1473,1479,1427,1807,1790,1892,1411,1370,1304,1799,1834,1783,1789,1820,1760,1802,1802,1802,1802,1800,1744,1802,1791,1341,1306,1788,1834,1786,1741,1723,1718,1788,1735,1729,1729,1710,1711,1809,1325,1827,1354,1236,1848,1387,1345,1302,1723,1805,1850,1322,1329,1333,1319,1839,1818,1842,1791,1833,1951,1405,1410,1406,1353,1806,1789,1828,1332,1333,1811,1760,1787,1797,1777,1775,1774,1777,1779,1778,1776,1778,1799,1758,1753,1777,1798,1766,1804,1776,1779,1763,1760,1730,1751,1765,1766,1778,1766,1783,1776,1767,1749,1758,1725,1756,1725,1814,2922,2431,2448,2193,2292,2236,2260,2173,2060,2040,2008,2229,2239,2043,2019,2043,2047,2030,1958,1889,2022,2006,2047,2056,1975,1974,1786,1909,2002,1932,1986,1982,1920,1791,1738,1757,1763,1528,1679,1748,1739,1731,1530,1463,1435,1641,1698,1676,1680,1694,1609,1619,1616,1642,1664,1469,1457,1532,1982,1678,1680,1665,1663,1686,1668,1506,1419,1396,1396,1859,1406,1399,1374,1396,1427,1422,1447,1556,1561,1535,1535,1534,1459,1436,1410,1311,1906,1393,1421,1883,1845,1847,1908,1347,1830,1947,1479,1425,1435,1439,1920,1439,1438,1436,1426,1420,1381,1428,1410,1409,1406,1373,1420,1419,1348,1860,1962,1402,1856,1866,1380,1839,1839,1840,1846,1342,1430,1889,1905,1403,1444,1441,1438,1417,1403,1393,1342,1336,1823,1337,1343,1796,1289,1771,1764,1720,1814,1321,1331,1394,1359,1355,1300,1813,1801,1762,1796,1774,1756,1781,1837,1278,1794,1331,1338,1318,1806,1771,1749,1684,1685,1690,1693,1742,1761,1734,1742,1784,1780,1737,1753,1773,1878,1560,1397,1816,1902,1456,1314,1897,1453,1444,1441,1450,1377,1400,1499,1513,1502,1421,1472,1384,1490,1406,1397,1404,1368,1373,1424,1415,1396,1410,1412,1411,1385,1841,1517,1447,1458,1445,1421,1322,1813,1820,1901,1280,1968,1917,1933,1492,1491,1634,1684,1609,1549,1403,1550,1457,1323,1979,1382,1967,1523,1519,1525,1446,1381,1383,1423,1510,1471,1473,1504,1481,1415,1462,1443,1443,1466,1469,1469,1471,1470,1469,1468,1461,1417,1392,1347,1437,1429,1396,1427,1428,1431,1430,1430,1343,1406,1399,1338,1372,1361,1291,1826,1864,1375,1394,1296,1889,1778,1743,1835,1834,1835,1795,1730,1862,1349,1354,1351,1350,1274,1783,1691,1709,1738,1731,1781,1804,1806,1807,1738,1851,1362,1367,1320,1799,1490,1471,1560,1514,1414,1546,1559,1547,1548,1529,1407,1447,1423,1422,1486,1393,1390,1338,1500,1545,1475,1545,1631,1445,2043,3512,2500,2317,2302,2664,2231,2215,2178,2279,2428,2506,2601,2653,2030,1888,2136,2290,2164,2204,2173,2166,2070,1872,1978,1933,1979,1961,1954,1931,1934,1905,1664,1444,1401,1397,1373,1430,1469,1692,1783,1833,1745,1573,1356,1334,1495,1333,1331,1975,1329,1476,1330,1427,1306,1979,1470,1650,1648,1653,1647,1649,1486,1438,1409,1387,1391,1374,1375,1345,1300,1791,1875,1401,1282,1925,1389,1346,1438,1351,1337,1333,1336,1332,1367,1284,1890,1345,1237,1745,1744,1741,1744,1740,1727,1290,1798,1783,1774,1781,1780,1703,1696,1686,1837,1298,1794,1772,1780,1780,1783,1779,1779,1776,1778,1724,1864,1444,1474,1550,1595,1617,1679,1550,1605,1605,1327,1756,1886,1406,1405,1404,1407,1390,1879,1420,1465,1454,1443,1475,1431,1474,1535,1469,1485,1480,1479,1479,1566,1575,1481,1479,1478,1465,1685,1487,1429,1475,1479,1566,1581,1573,1651,1465,1471,1625,1651,1598,1567,2146,2439,2244,1954,2222,2222,2215,2806,2527,2424,2709,2421,2264,2252,2213,2526,2342,2262,2369,2124,2273,2274,2020,2032,2219,2265,2042,2028,2027,2033,1815,1895,2057,2026,1885,1944,1820,1830,1771,1849,1822,1799,1628,1625,1666,1531,1924,1413,1612,1515,1427,1420,1421,1364,1808,1881,1852,1833,1627,1510,1361,1818,1366,1801,1828,1828,1819,1916,1419,1324,1767,1784,1794,1324,1881,1346,1414,1321,1371,1355,1426,1427,1432,1428,1400,1314,1813,1900,1399,1399,1316,1398,1397,1395,1396,1284,1857,1386,1857,1887,1828,1807,1760,1769,1374,1296,1816,1835,1774,1436,1424,1415,1422,1313,1308,1861,1314,1774,1295,1767,1754,1781,1753,1748,1714,1724,1837,1387,1879,1845,1780,1782,1820,1826,1812,1803,1833,1338,1341,1334,1338,1337,1343,1332,1341,1794,1330,1820,1810,1793,1771,1845,1756,1800,1794,1808,1808,1793,1258,1818,1353,1775,1803,1789,1781,1841,1805,1807,1808,1807,1841,1321,1828,1293,1707,1726,1726,1732,1727,1724,1763,1827,1318,1826,1817,1796,1810,1810,1809,1811,1770,1815,1810,1810,1818,1801,1783,1818,1814,1791,1781,1806,1784,1810,1816,1812,1825,1752,1769,1773,1719,1770,1745,1757,1815,1815,1811,1814,1713,1806,1843,1874,1369,1865,1870,1868,1878,1312,1899,1780,1776,1831,1774,1785,1781,1774,1803,1754,1790,1780,1777,1780,1780,1774,1857,1789,1726,1808,1791,1793,1785,1783,1761,1802,1780,1828,1844,1819,1836,1368,1865,1807,1773,1774,1784,1748,1729,1758,1776,1812,1816,1814,1814,1818,1751,1742,1742,1740,1760,1771,1785,1786,1835,1709,1750,1754,1748,1741,1755,1804,1792,1908,3313,2640,2419,2251,2530,3499,2494,2295,2684,3090,2620,2416,2205,2189,2686,2373,2216,2211,2175,2243,2212,2586,2156,1942,1916,1885,2039,1913,1913,1910,1784,1742,1979,1987,1925,1964,1962,1939,1890,1810,1837,1804,1787,1797,1790,1803,1788,1588,1539,1544,1516,1672,1694,1723,1474,1355,1337,1593,1410,1928,1404,1403,1290,1909,1404,1404,1404,1340,1441,1443,1531,1557,1474,1436,1545,1542,1552,1548,1550,1383,1893,1466,1238,1775,1804,1949,1427,1343,1337,1334,1276,1284,1715,1813,1803,1803,1801,1800,1800,1698,1744,1809,1787,1833,1772,1763,1752,1825,1765,1857,1393,1372,1414,1414,1399,1276,1865,1389,1350,1287,1790,1730,1721,1718,1712,1709,1723,1707,1707,1693,1725,1867,1428,1332,1741,1837,1343,1344,1344,1346,1250,1811,1828,1815,1809,1811,1734,1780,1762,1751,1762,1811,1823,1791,1805,1821,1850,1806,1783,1808,1843,1831,1786,1841,1396,1351,1337,1390,1389,1342,1792,1824,1820,1821,1819,1820,1819,1815,1842,1809,1707,1713,1727,1713,1728,1701,1777,1785,1796,1792,1843,1762,1758,1752,1768,1838,1265,1758,1773,1799,1772,1818,1807,1805,1800,1779,1740,1746,1763,1845,1800,1775,1813,1838,1825,1759,1787,1789,1758,1768,1744,1776,1778,1766,1746,1721,1756,1787,1803,1800,1757,1758,1753,1788,1756,1788,1781,1784,1779,1755,1678,1755,1778,1834,1819,1285,1783,1780,1776,1786,1672,1717,1784,1718,1736,1746,1710,1708,1702,1697,1707,1707,1708,1762,1788,1785,1757,1750,1759,1845,3341,2617,2410,2245,2322,2553,2399,2415,2209,2089,1915,2353,2149,2204,2274,2278,2131,1926,1891,1879,2043,2194,2248,2199,2274,2089,1996,2122,2191,2172,2220,2199,2200,2245,2170,2128,1991,1883,1928,2256,2174,2252,1895,2619,2427,2558,2173,2560,2626,2479,3229,3639,2867,2428,2610,2186,3044,2910,2614,2506,1867,2410,2909,2722,2666,2313,1855,1733,2086,2996,2345,2223,2452,2174,2298,2214,3299,2906,2588,2542,2394,2090,2445,2544,2679,2126,1957,1722,1904,2066,2223,1895,2110,1933,1862,2012,1908,1911,2047,2031,1943,1924,1903,1841,1847,1682,1916,1946,1878,1804,1797,1935,1893,1492,1577,1731,1581,1599,1606,1606,1509,1525,1483,1725,1645,1589,1522,1603,1607,1705,1586,1732,1601,1608,1674,1519,1553,1482,1480,1457,1540,1492,1496,1513,1454,1399,1422,1422,1422,1436,1579,1540,1574,1584,1660,1443,1722,1684,1620,1602,1611,1562,1541,1543,1540,1540,1529,1603,1535,1513,1543,1534,1479,1509,1472,1473,1476,1910,1435,1470,2000,1405,1349,1348,1836,1835,1913,1475,1386,1933,1421,1383,1924,1407,1393,1393,1392,1393,1432,1363,1906,1394,1393,1440,1479,1466,1438,1376,1371,1364,1376,1399,1862,1890,1391,1362,1863,1863,1860,1896,1425,1407,1366,1910,1405,1276,1765,1871,1389,1369,1330,1439,1402,1375,1272,1752,1824,1861,1894,1821,1397,1339,1870,1391,1274,1819,1374,1338,1335,1336,1337,1816,1304,1813,1811,1336,1298,1783,1811,1778,1803,1800,1792,1865,1831,1845,1349,1312,1856,1352,1344,1342,1333,1343,1342,1342,1340,1338,1334,1333,1337,1322,1786,1808,1771,1786,1767,1736,1734,1761,1778,1854,1830,1807,1840,1862,1860,1860,1772,1686,1681,1722,1756,1754,1726,1728,1812,1828,1768,1778,1774,1792,1690,1794,1735,1818,1788,1806,1901,1315,1766,1767,1834,1379,1791,1742,1739,1746,1714,1731,1727,1747,1830,1756,1745,1801,1787,1803,1783,1702,1777,1774,1773,1791,1784,1827,1826,1829,1872,1369,1318,1818,1761,1757,1730,1735,1724,1725,1759,1743,1817,3120,2985,2634,2475,2255,2299,2293,2226,2330,2648,2496,2193,2125,2129,1883,1922,1880,1687,1643,1642,1643,1643,1615,1583,1923,2099,1768,1854,1915,1926,1926,1741,1733,1920,1765,1569,1528,1555,1546,1576,1570,1546,1454,1480,1379,1389,1334,1816,1825,1821,1410,1852,1310,1848,1336,1812,1793,1781,1783,1784,1758,1898,1421,1403,1395,1410,1411,1430,1473,1470,1472,1478,1536,1443,1468,1375,1393,1376,1415,1343,1337,1355,1782,1391,1337,1386,1334,1368,1382,1358,1391,1356,1351,1343,1342,1759,1808,1881,1816,1747,1777,1759,1949,1417,1302,1775,1792,1777,1771,1770,1695,1785,1889,1326,1857,1325,1903,1366,1325,1915,1379,1304,1894,1356,1776,1827,1940,1440,1440,1440,1416,1846,1321,1687,1673,1744,1710,1737,1737,1758,1720,1687,1667,1761,1761,1760,1866,1836,1339,1819,1332,1820,1828,1812,1805,1835,1334,1796,1826,1874,1780,1779,1743,1701,1773,1799,1806,1763,1739,1784,1816,1833,1776,1788,1717,1791,1877,1783,1755,1805,1766,1794,1805,1789,1782,1738,1854,1316,1813,1813,1810,1811,1780,1775,1651,1757,1745,1725,1724,1751,1814,1811,1771,1839,1278,1766,1776,1773,1768,1777,1784,1779,1793,1780,1784,1782,1778,1783,1783,1785,1789,1741,1772,1788,1778,1779,1806,1811,1885,1823,2851,2245,2200,2545,2723,2313,2260,2355,2290,2321,2107,2155,2277,2245,2297,1918,2098,2275,2277,2276,2389,1900,1672,1638,1900,2272,1755,1924,1752,2014,1801,1750,1705,1752,1813,1813,1804,1808,1801,1762,1718,1633,1709,1711,1712,1711,1571,1555,1569,1492,1487,1551,1542,1378,1337,1944,1396,1333,1960,1979,1992,1539,1516,1442,1485,1498,1611,1456,1459,1444,1468,1436,1475,1360,1363,1360,1380,1793,1942,1440,1935,1424,1408,1364,1420,1419,1419,1449,1404,1417,1395,1393,1722,1878,1325,1871,1370,1372,1374,1370,1379,1367,1399,1471,1465,1445,1376,1442,1393,1496,1518,1495,1457,1421,1408,1400,1400,1366,1356,1361,1374,1390,1389,1387,1387,1391,1420,1410,1416,1377,1315,1784,1735,1737,1734,1789,1773,1795,1804,1240,1752,1894,1360,1361,1361,1393,1359,1355,1769,1790,1806,1814,1752,1756,1796,1813,1808,1814,1786,1813,1810,1805,1807,1860,1378,1798,1806,1323,1784,1363,1818,1816,1815,1326,1845,1331,1325,1774,1877,1766,1803,1825,1787,1794,1792,1791,1738,1776,1778,1794,1784,1751,1789,2587,2210,2428,2152,2542,2190,2222,2000,2025,1923,1912,2125,2027,2167,2156,2169,1776,1995,1940,1805,1901,1971,1962,1963,1897,1782,1976,2648,1594,1634,1643,1493,1760,1590,1540,1671,1719,1721,1547,1544,1660,1731,1718,1633,1563,1563,1508,1484,1567,1555,1458,1355,1397,1457,1972,1993,1488,1479,1511,1411,1450,1443,1425,1519,1449,1450,1414,1448,1417,1366,1451,1383,1305,1870,1384,1310,1807,1806,1793,1789,1791,1829,1400,1483,1805,1809,1808,1356,1796,1788,1834,1431,1398,1436,1377,1289,1866,1893,1887,1868,1853,1833,1868,1871,1874,1861,1873,1852,1851,1815,1947,1827,1338,1337,1334,1313,1775,1845,1317,1771,1753,1830,1346,1345,1344,1345,1345,1290,1756,1835,1253,1789,1729,1769,1760,1762,1749,1818,1823,1730,1830,1830,3136,2044,1997,2004,1919,2001,2229,2379,2225,2036,1751,1912,1871,1950,1917,2063,2056,1950,2310,2247,2363,2288,2400,2446,2204,2223,2250,2185,2368,2177,1786,2289,1915,1913,1873,2020,1844,1698,1844,1828,1741,1743,1740,1739,1791,1740,1634,1762,1675,1616,1615,1614,1621,1599,1608,1617,1701,1541,1662,1675,1560,1567,1550,1630,1621,2043,1984,1609,1554,1357,1333,1938,1440,1373,1533,1626,1617,1582,1538,1386,1922,1304,1951,1514,1509,1543,1511,1482,1474,1405,1380,1353,1362,1421,1902,1389,1918,1413,1383,1385,1365,1383,1373,1875,1865,1386,1435,1317,1786,1782,1782,1783,1796,1460,1799,1323,1785,1789,1812,1762,1763,1801,1836,1261,1763,1776,1781,1779,1779,1778,1849,1283,1260,1753,1780,1795,1719,1704,1794,1826,1287,1872,1308,1337,1361,1363,1389,1854,1857,1958,1460,1432,1515,1444,1465,1466,1574,1631,1621,1819,1857,1642,1630,1576,1568,1564,1566,1561,1527,1772,1886,1793,1819,1858,1845,1907,1910,1909,1873,2006,2089,1955,2099,2204,2394,2294,1986,3154,2841,3037,3027,3056,3548,2961,3338,2833,3088,3273,2524,2380,2202,2177,2198,2283,2594,3083,2875,2626,2783,2700,2649,2837,2607,2611,2470,2514,2537,2634,2572,2585,2501,2287,2130,2071,1909,1568,1748,1751,1713,1791,1748,1755,1754,1755,1843,1685,1656,1647,1692,1636,1639,1777,1954,2058,1902,1905,1652,1563,1615,1491,1401,1468,1478,1479,1630,1719,1684,1722,1535,2003,1560,1646,1542,1539,1580,1610,1626,1602,1638,1603,1601,1605,1603,1601,1717,1721,1756,2191,2189,2190,2168,2210,1977,1768,1735,1906,1954,1688,1680,1673,1656,1686,1823,1677,1605,1587,1921,1947,1795,1566,1487,1901,1561,1633,1441,1442,1444,1444,1450,1421,1400,1411,1387,1479,1479,1373,1418,1403,1405,1405,1385,1915,1410,1933,1471,1650,1650,1650,1650,1649,1650,1564,1419,1834,1788,1376,1809,1826,1813,1807,1915,1497,1505,1505,1345,1508,1431,1471,1442,1428,1544,1334,1946,1892,1409,1296,1898,1406,1398,1461,1413,1492,1462,1514,1518,1515,1495,1355,1403,1457,1442,1463,1381,1338,1413,1415,1415,1415,1375,1398,1398,1389,1385,1403,1365,1377,1354,1353,1323,1756,1835,1355,1360,1378,1264,1831,1408,1376,1376,1375,1409,1374,1407,1389,1405,1331,1826,1825,1329,1803,1828,1823,1332,1333,1337,1787,1799,1821,1819,1820,1825,1752,1798,1361,1334,1854,1345,1330,1830,1830,1341,1335,1270,1848,1255,1827,1325,1819,1819,1827,1783,1820,1836,1774,1889,1381,1377,1375,1373,1824,1858,1309,1778,1719,1740,1775,1772,1742,1739,1737,1770,2970,2663,2328,2420,2777,3021,2750,2828,3752,2497,2572,2574,2528,2335,2519,2598,2583,2586,2222,1922,2213,2078,2194,2136,2078,1786,1754,1743,1747,1741,1741,1739,1746,1739,1661,1585,1783,1462,1619,1531,1525,1523,1524,1526,1492,1544,1478,1458,1350,1440,1531,1468,1557,1470,1471,1429,1538,1407,1406,1414,1443,1435,1411,1403,1427,1385,1489,1417,1414,1396,1385,1279,1856,1392,1385,1449,1386,1382,1371,1367,1341,1342,1336,1331,1340,1334,1332,1333,1885,1338,1385,1333,1311,1820,1811,1852,1337,1335,1838,1911,1440,1867,1870,1392,1390,1396,1418,1301,1861,1432,1392,1392,1379,1806,1876,1404,1858,1829,1423,1404,1388,1346,1341,1324,1345,1322,1790,1801,1805,1341,1246,1742,1804,1877,1379,1407,1403,1318,1881,1378,1797,1796,1340,1323,1315,1815,1814,1756,1805,1838,1365,1830,1894,1346,1343,1355,1339,1342,1341,1815,1340,1342,1348,1816,1851,1338,1345,1335,1335,1336,1832,1327,1333,1327,1336,1324,1821,1821,1820,1825,1791,1826,1799,1823,1812,1809,1809,1811,1810,1760,1814,1816,1822,1782,1770,1767,1767,1755,1787,1790,1785,1781,1773,1775,1774,1781,1783,1865,1272,1781,1769,1764,1754,1753,1756,1748,1726,1814,1822,1809,1810,1810,1809,1810,1832,1827,1875,1363,1763,1800,1870,1877,1871,1873,1389,1369,1769,1817,1811,1810,1811,1813,1815,1838,1320,1810,1810,1813,1813,1818,1750,1747,1765,1787,1793,1774,1814,1811,1812,1809,1810,1811,1811,1810,1767,1810,1810,1811,1810,1810,1846,1268,1767,1772,1775,1768,1768,1778,1780,1749,1752,1780,1779,1725,1778,1788,1784,1785,1745,1852,1825,1830,1867,1824,1364,1878,1369,1797,1822,1371,1864,1863,1823,1858,1315,1811,1838,1832,1821,1861,1859,1902,1352,1863,1858,1804,1854,1366,1864,1858,1834,1842,1773,1735,1768,1770,1743,1771,1783,1780,1691,1797,1795,1774,1796,1794,1772,1776,1773,1783,1774,1778,1798,1879,1822,1838,1872,1864,1879,1866,1881,1881,1348,1818,1858,1312,1810,1811,1770,1796,1830,1822,1783,1750,1786,1779,1774,1842,1806,1806,1834,1823,1839,1872,1867,1864,1833,1820,1831,1866,1863,1874,1367,1846,1347,1813,1811,1778,1810,1814,1810,1810,1809,1809,1810,1769,1830,1864,1870,1379,1368,1869,1367,1883,1340,1782,1784,1818,1821,1832,1866,1871,1869,1868,1799,1876,1365,1881,1842,1830,1369,1873,1379,1368,1391,1836,1312,1813,1811,1809,1809,1818,1809,1815,1836,1791,1794,1812,1809,1814,1810,1809,1809,1796,1768,1763,1767,1763,1769,1772,1776,1780,1750,1751,1780,1778,1776,1783,1786,1779,1783,1749,1847,1374,1376,1372,1381,1868,1844,1341,1826,1772,1770,1817,1795,1814,1813,1813,1808,1810,1812,1774,1818,1819,1797,1810,1808,1809,1809,1805,1809,1783,1811,1810,1810,1810,1811,1814,1778,1812,1814,1814,1809,1809,1820,1827,1810,1844,1794,1858,1858,1858,1863,1857,1870,1361,1869,1838,1761,1812,1808,1866,1876,1872,1394,1895,1365,1884,1829,1312,1810,1813,1811,1821,1794,1820,1797,1814,1807,1810,1810,1813,1812,1785,1763,1769,1707,1765,1762,1772,1782,1784,1791,1779,1777,1838,1865,1382,1374,1343,1853,1315,1810,1819,1858,1858,1859,1868,1360,1864,1855,1877,1333,1789,1809,1726,1770,1771,1805,1729,1792,1787,1805,1807,1772,1762,1807,1805,1731,1728,1808,1777,1772,1774,1774,1773,1773,1767,1794,1838,1818,1832,1869,1313,1881,1370,1871,1844,1380,1314,1812,1809,1821,1765,1813,1813,1774,1861,1788,1777,1767,1767,1742,1790,1809,1846,1338,1815,1820,1835,1375,1372,1399,1819,1868,1798,1821,1874,1381,1815,1828,1373,1849,1818,1808,1811,1812,1818,1811,1811,1811,1752,1797,1765,1791,1854,1861,1855,1856,1878,1364,1851,1882,1336,1798,1791,1858,1883,1374,1385,1371,1871,1814,1842,1829,1834,1857,1312,1814,1809,1812,1819,1811,1811,1811,1811,1810,1818,1815,1830,1780,1814,1797,1811,1809,1809,1809,1812,1772,1811,1808,1815,1793,1814,1815,1812,1818,1812,1831,1310,1811,1812,1810,1812,1809,1810,1810,1810,1810,1811,1811,1814,1810,1811,1818,1814,1799,1793,1778,1773,1805,1769,1775,1782,1776,1771,1848,1815,1831,1875,1366,1875,1869,1878,1890,1815,1875,1373,1345,1855,1311,1812,1809,1811,1329,1317,1816,1810,1812,1814,1808,1809,1819,1792,1746,1798,1812,1809,1813,1809,1808,1809,1818,1787,1795,1788,1809,1810,1809,1810,1812,1813,1783,1779,1809,1809,1815,1810,1809,1817,1788,1808,1813,1812,1810,1811,1809,1809,1809,1843,1793,1872,1875,1857,1868,1866,1856,1860,1868,1863,1810,1774,1808,1771,1805,1805,1816,1709,1718,1722,1810,1789,1804,1770,1824,1765,1804,1766,1696,1837,1809,1768,1768,1765,1764,1838,1772,1772,1774,1769,1820,1880,1372,1872,1383,1823,1807,1762,1797,1815,1816,1810,1820,1787,1838,1827,1850,1791,1810,1816,1815,1817,1860,1776,1779,1781,1781,1780,1781,1789,1782,1784,1804,1782,1782,1782,1783,1790,1782,1785,1853,1790,1794,1750,1706,1680,1657,1689,1688,1712,1677,1670,1665,1665,1718,1684,1706,1684,1702,1694,1702,1679,1698,1678,1683,1680,1668,1685,1679,1679,1686,1674,1673,1677,1687,1683,1717,1640,1633,1640,1680,1696,1666,1660,1687,1704,1180,1743,1732,1764,1993,1655,1672,1830,1671,1576,1573,1462,1402,1534,1565,1643,1883,2407,3232,2387,1965,2102,2031,2085,1967,2108,2127,2501,2172,2204,2247,2006,2087,1969,2232,2008,2095,2087,2163,1768,2521,2329,2047,2082,1854,1983,1939,2249,2898,2361,2328,2207,1805,2125,2207,2387,2208,2009,1862,1935,1880,1804,2001,1779,1873,1733,1876,1965,2054,1882,1815,1796,1758,1881,1959,1854,1757,1798,1716,2025,1784,2115,1976,1636,1607,1800,1771,1679,1892,1919,1731,2043,1654,1719,1733,1680,1797,1697,2166,1925,2044,1887,1720,1924,1973,1722,1810,1932,1882,2326,1811,1721,1761,1809,1731,1715,1653,1686,1714,1652,1768,1644,1682,1640,1703,1641,1759,1650,1721,1605,1659,1646,1750,1694,1684,1689,1674,1690,1602,1573,1647,1633,2178,1756,1756,1758,1730,1759,2053,1966,1925,1722,1881,2088,1999,2119,2089,2048,2081,2048,2097,1923,2084,2089,2150,2086,1807,1644,1768,1652,1767,1637,1845,2048,1922,1651,2165,2083,1967,1929,2247,2165,2244,1764,1770,2015,2202,2089,2609,1808,2239,2086,2055,2081,2130,1809,2002,2402,2211,1691,1880,2166,1887,2170,2049,2603,1928,1885,1844,2051,1808,1848,1683,1646,1647,1999,2124,1814,2357,2091,2326,2121,1933,2044,2081,2087,2247,2011,1967,2047,2136,2204,1851,2321,1976,1652,1998,1674,2068,1880,1585,1615,2191,2011,2118,1980,2047,1879,2370,2081,2092,2079,2048,2129,2004,2126,2090,2000,2130,2086,2038,2090,2038,1974,2282,2166,1964,2091,1924,2002,1968,2004,2409,2056,2124,2051,1929,2161,2088,2205,2207,2043,2001,2131,2125,2408,2202,2533,2276,2455,2570,2606,2531,2483,2933,2603,2015,2399,2808,2367,2251,2284,2650,2482,2249,2322,2607,2568,2364,2252,1968,2374,2568,2528,2530,2446,2364,2052,2606,2930,2366,2647,2645,2407,2052,2089,2159,2010,2088,2167,2046,2121,2288,2089,2127,2006,2167,2167,2048,2240,2287,2053,2126,2560,1934,1920,1888,2087,2289,2247,2085,2161,2246,2129,2166,2287,2291,2125,2081,1894,1883,1845,1842,2047,2125,2090,2128,2042,2006,1965,2212,1967,2084,2249,2163,2085,2087,2002,2087,2172,2125,2088,2123,2244,2608,2292,2169,2243,2123,2087,2088,2008,1923,2168,2370,2483,2210,2282,2813,2485,2290,2044,2251,2440,3017,2326,2325,2408,2365,2086,2090,2160,2287,2454,2368,2286,2246,2206,2244,2130,2240,2328,2291,2204,2292,2359,2176,2326,2159,2212,2403,2252,2287,2207,2287,2041,2092,2727,2402,2329,2252,2400,2327,2127,2651,2684,3153,3235,3309,3168,3347,3265,3234,2952,2822,3224,3231,3190,3497,3205,3523,3747,3177,3312,3346,3312,3234,3346,3311,3233,3100,2976,2615,2368,2438,2583,3009,2557,2558,2539,2976,2489,2494,2560,2568,2566,2570,2605,2570,2716,2324,2213,2133,1885,1881,1807,1770,1766,1888,1778,1770,1770,1779,1931,2030,1691,1734,1742,1747,1749,1738,1698,1756,1651,1731,1741,1738,1738,1744,1740,1738,1747,1567,1542,1521,1523,1521,1522,1519,1523,1523,1520,1562,1442,1443,1466,1459,1462,1462,1457,1463,1710,1479,1358,1462,1468,1432,1415,1415,1414,1405,1415,1414,1400,1444,1462,1361,1857,1857,1839,1860,1910,1339,1804,1765,1899,1842,1835,1815,1810,1809,1811,1886,1484,1462,1999,2074,1549,1543,1533,1531,1519,1480,1491,1445,1333,1837,1340,1316,1820,1818,1855,1827,1884,1817,1817,1875,1305,1375,1806,1822,2739,1917,2049,2211,2176,1851,1849,1885,1978,1781,1945,2200,1751,1664,1698,1669,1958,1851,1708,1779,1810,1669,1584,1558,1645,1728,1740,1754,2032,1721,1739,1633,1635,1570,1690,1482,2139,1650,1433,1617,1486,1386,1390,1379,1401,1557,1472,1481,1337,1981,1989,1335,1941,1435,1369,1449,1448,1442,1445,1419,1413,1378,1418,1415,1447,1462,1312,1921,1417,1415,1399,1393,1430,1360,1881,1402,1391,1906,1911,1416,1407,1384,1388,1413,1407,1378,1874,1439,1384,1880,1882,1368,1865,1908,1464,1404,1428,1432,1288,1776,1774,1767,1764,1761,1797,1851,1343,1305,1801,1830,1303,1812,1789,1813,1807,1805,1849,1788,1810,1823,1794,1861,1348,1242,1831,1342,1286,1847,1345,1347,1263,1764,1762,1791,1836,1812,1807,1823,1810,1802,1799,1805,1789,1851,1799,1831,1747,1791,1783,1786,1786,1741,1733,1778,1807,1830,1782,1778,1777,1775,1774,1891,1361,1881,1382,1390,1381,1364,1825,1812,1828,1800,1813,1812,1809,1818,1810,1820,1811,1815,1833,1795,1871,1367,1860,1858,1861,1864,1852,1828,1772,1833,1820,1797,1773,1771,1805,1262,1762,1787,1783,1802,1773,1777,1790,1779,1780,1847,1774,1786,1773,1774,1772,1783,1778,1797,1844,1822,1808,1863,1872,1362,1863,1856,1870,1853,1859,1861,1870,1340,1772,1771,1805,1735,1778,1791,1777,1778,1778,1783,1777,1774,1771,1828,1330,1775,1836,1801,1773,1775,1782,1778,1860,1328,1775,1782,1773,1773,1777,1776,1795,1850,1826,1781,1779,1753,1799,1776,1783,1795,1827,1760,1766,1805,1757,1754,1755,1757,1750,1767,1782,1783,1784,1782,1787,1785,1784,1777,1696,1756,1786,1775,1734,1749,1747,1744,1782,3684,2460,2593,2249,2372,2392,2250,2251,2249,2199,2507,2387,2113,2481,1950,1950,1953,1951,1955,2073,1900,1770,1756,1770,1768,1903,1794,1753,1880,1739,1641,1733,1764,1669,1671,1670,1688,1695,1548,1593,1664,1649,1750,1583,2053,2056,1567,1648,1521,1494,1485,1498,1368,1334,1951,1442,1448,1447,1528,1460,1358,1417,1306,1916,1416,1415,1416,1415,1423,1462,1342,1891,1915,1894,1394,1395,1392,1395,1393,1405,1436,1413,1371,1375,1374,1369,1380,1369,1368,1367,1385,1410,1362,1408,1349,1348,1350,1347,1347,1349,1375,1369,1367,1372,1375,1902,1838,1331,1331,1330,1360,1330,1348,1352,1332,1311,1813,1812,1810,1808,1830,1833,1331,1318,1812,1849,1302,1833,1329,1830,1331,1322,1802,1847,1368,1812,1806,1808,1812,1808,1821,1782,1849,1856,1818,1819,1431,1411,1405,1411,1884,1365,1348,1342,1335,1336,1334,1331,1830,1330,1332,1334,1836,1852,1765,1764,1806,1785,1793,1792,1780,1769,1850,1788,1785,1786,1706,1774,1787,1778,1861,1824,1865,1865,1856,1787,1851,1856,1868,1881,1362,1850,1858,1835,1345,1780,1771,1731,1759,1808,1791,1779,1772,1774,1686,1771,1769,1775,1779,1778,1789,1792,1777,1779,1779,1771,1807,1782,1835,1857,1870,1370,1856,1858,1835,1760,1772,1790,1813,1764,1813,1866,1311,1873,1381,1771,1767,1772,1764,1767,1771,1778,1781,1794,1778,1783,1779,1780,1779,1779,1778,1714,1728,1850,1793,1773,1779,1797,1780,1776,1824,1797,1830,1779,1781,1774,1781,1781,1775,1777,1864,1821,1836,1365,1868,1872,1377,1379,1375,1346,1828,1778,1809,1813,1809,1809,1850,1309,1811,1786,1788,1820,1831,1873,1370,1868,1865,1874,1377,1314,1833,1818,1793,1863,1316,1812,1810,1814,1817,1817,1811,1816,1798,1816,1817,1809,1811,1811,1811,1814,1811,1809,1810,1810,1814,1778,1793,1812,1810,1811,1813,1816,1811,1810,1821,1806,1740,1766,1791,1818,1810,1818,1815,1852,1305,1809,1816,1811,1819,1811,1825,1812,1788,1803,1810,1810,1811,1811,1809,1813,1813,1765,1791,1858,1862,1871,1362,1860,1873,1357,1827,1797,1798,1793,1857,1872,1372,1372,1374,1368,1869,1321,1815,1811,1836,1813,1809,1812,1813,1796,1758,1774,1771,1770,1771,1771,1786,1773,1859,1790,1838,1853,1808,1862,1873,1359,1857,1852,1856,1857,1870,1363,1843,1771,1770,1735,1755,1807,1762,1768,1768,1758,1765,1766,1771,1819,1779,1774,1774,1778,1804,1811,1780,1801,1839,1820,1857,1889,1366,1859,1857,1857,1863,1831,1841,1350,1783,1768,1805,1771,1771,1733,1767,1776,1806,1806,1804,1803,1695,1777,1732,1799,1801,1770,1806,1768,1770,1808,1806,1733,1799,1835,1779,1779,1777,1779,1774,1774,1768,1812,1749,1817,1837,1372,1375,1371,1866,1869,1854,1321,1820,1825,1793,1816,1812,1809,1774,1811,1818,1812,1823,1816,1809,1810,1809,1838,1754,1898,1821,1860,1857,1867,1857,1877,1356,1815,1811,1787,1815,1809,1886,1878,1374,1374,1816,1850,1861,1359,1794,1810,1379,1312,1813,1811,1310,1825,1314,1810,1811,1814,1809,1810,1817,1776,1879,1822,1856,1858,1863,1870,1852,1846,1860,1857,1780,1772,1782,1798,1779,1780,1777,1874,1831,1869,1370,1372,1375,1866,1353,1310,1820,1767,1727,1725,1762,1759,1772,1773,1773,1764,1694,1750,1771,1767,1767,1762,1770,1810,1777,1788,1779,1805,1852,3430,3016,2980,2642,2741,2186,2481,2351,2686,2468,2174,2233,2014,2104,2281,2224,1882,1728,1684,1678,1851,1827,1917,1899,1914,1584,1508,1450,1445,1439,1442,1650,1740,1738,1721,1711,2052,1763,1759,1734,1692,1757,1702,1519,1493,1436,1433,1416,1403,1394,1410,1420,1416,1528,1754,1438,1859,1876,1913,1471,1572,1405,1826,1946,1939,1460,1402,1419,1439,1442,1438,1408,1534,1479,1539,1959,1513,1427,1410,1408,1408,1409,1373,1435,1513,1407,1361,1355,1338,1346,1345,1359,1332,1347,1323,1864,1313,1349,1346,1349,1332,1890,1404,1416,1406,1434,1370,1432,1406,1420,1414,1393,1388,1391,1389,1387,1418,1289,1852,1831,1857,1914,1406,1382,1375,1406,1405,1344,1323,1906,1407,1374,1393,1361,1363,1392,1390,1389,1346,1814,1907,1422,1424,1412,1409,1350,1352,1348,1348,1376,1848,1850,1408,1409,1400,1401,1393,1368,1342,1363,1330,1328,1294,1828,1810,1830,1820,1820,1814,1834,1320,1818,1820,1819,1813,1813,1809,1814,1818,1795,1863,1869,1857,1858,1858,1860,1850,1866,1381,1791,1839,1891,1865,1864,1879,1383,1353,1813,1812,1822,1796,1817,1811,1810,1817,1816,1811,1823,1810,1811,1816,1816,1812,1815,1771,1783,1793,1814,1814,1812,1810,1810,1810,1812,1792,1814,1794,1837,1317,1811,1812,1817,1824,1809,1809,1822,1777,1781,1814,1810,1809,1833,1267,1767,1769,1772,1770,1768,1778,1778,1754,1772,1780,1780,1780,1780,1792,1779,1778,1778,1844,1833,1839,1828,1869,1836,1866,1380,1311,1837,1346,1818,1810,1811,1806,1780,1813,1718,1784,1817,1813,1812,1809,1811,1812,1815,1791,1756,1776,1775,1752,1769,1769,1779,1804,1842,1783,1832,1829,1839,1371,1874,1821,1369,1867,1867,1381,1384,1348,1814,1817,1813,1735,1817,1288,1788,1809,1811,1812,1811,1811,1810,1810,1811,1806,1793,1811,1811,1810,1810,1816,1809,1812,1810,1812,1809,1811,1808,1811,1809,1746,1851,1834,1759,1777,1761,1774,1784,1788,1843,1854,1784,1775,1782,1802,1785,1782,1786,1785,1834,1832,1773,1779,1785,1781,1781,1783,1778,1775,1773,1776,1782,1786,1787,1782,1786,1780,1725,1816,1830,1849,1378,1376,1870,1868,1873,1880,1829,1815,1816,1810,1809,1814,1809,1811,1831,1756,1779,1749,1784,1787,1788,1774,1777,1838,1800,1892,1799,1775,1773,1783,1786,1775,1782,1834,1844,1816,1833,1368,1875,1371,1377,1871,1881,1816,1843,1311,1809,1813,1811,1814,1723,1820,1822,1814,1815,1809,1810,1811,1810,1784,1821,1794,1816,1829,1809,1818,1813,1816,1798,1815,1811,1823,1810,1814,1811,1811,1811,1801,1814,1832,1804,1814,1811,1810,1815,1809,1778,1782,1814,1768,1810,1812,1809,1810,1812,1818,1798,1860,1861,1791,1860,1871,1857,1850,1788,1744,1755,1807,1729,1796,1815,1809,1882,1395,1392,1374,1845,1343,1827,1825,1813,1810,1811,1292,1817,1793,1824,1805,1811,1810,1811,1811,1812,1810,1815,1803,1782,1798,1810,1810,1813,1811,1815,1811,1809,1847,1823,1312,1811,1813,1818,1815,1814,1811,1810,1810,1814,1813,1814,1831,1807,1857,1859,1872,1309,1856,1871,1354,1866,1819,1855,1818,1838,1365,1372,1871,1866,1835,1849,1314,1812,1810,1814,1771,1819,1819,1793,1793,1811,1813,1811,1809,1815,1824,1313,1769,1759,1768,1771,1762,1766,1773,1776,1784,1795,1777,1779,1777,1775,1776,1773,1727,1786,1747,1775,1802,1863,1866,1872,1339,1761,1808,1813,1870,1879,1376,1389,1863,1866,1377,1857,1312,1845,1871,1766,1771,1783,1780,1775,1783,1737,1882,1276,1774,1774,1783,1773,1787,1779,1779,1785,1869,1818,1852,1377,1377,1391,1384,1841,1863,1337,1810,1813,1811,1808,1811,1826,1814,1813,1721,1868,1368,1868,1871,1385,1358,1871,1375,1881,1177,1765,1816,1856,1371,1865,1378,1870,1869,1909,1246,1816,1815,1796,1817,1812,1810,1825,1749,1805,1309,1810,1813,1811,1808,1815,1822,1837,1315,1742,1810,1810,1766,1809,1811,1815,1783,1769,1752,1811,1814,1770,1806,1810,1816,1825,1797,1822,1811,1798,1784,1814,1812,1829,1753,1813,1809,1810,1815,1810,1815,1810,1817,1816,1866,1864,1870,1366,1859,1313,1809,1813,1803,1775,1789,1789,1774,1782,1785,1794,1772,1844,1814,1876,1367,1858,1858,1857,1871,1369,1856,1832,1842,1846,1281,1770,1773,1770,1732,1755,1760,1775,1761,1755,1794,1755,1752,1756,1767,1803,1807,1806,1805,1740,1757,1758,1753,1771,1782,1752,1774,1752,1755,1753,1756,1756,1741,1753,1756,1755,1757,1755,1746,1755,1751,1772,1786,1758,1752,1752,1751,1753,1757,1751,1765,1760,1757,1786,1773,1776,1775,1784,1837,1775,1707,1812,1776,1775,1785,1833,1770,2132,1292,1725,1749,1707,1780,1776,1707,1776,1761,1880,1742,1773,1795,1755,1756,1738,1740,1711,1757,1767,1808,1774,1776,1751,1731,1724,1684,1706,1954,1353,1454,1332,1510,1549,1742,1737,1509,1960,1933,1933,1755,1667,1546,1519,1516,1491,1479,1436,1442,2126,1632,1586,2053,1583,1578,1621,1533,1683,1627,1552,1554,1556,1555,1553,1530,1657,1448,1910,1352,1864,1345,1331,1834,1344,1408,1348,1408,1328,1826,1827,1825,1812,1824,1810,1806,1377,1839,1864,1866,1854,1874,1915,1352,1531,1438,1873,1872,1808,1468,1466,1410,1406,1408,1461,1401,1411,1389,1393,1391,1354,1482,1882,1397,1436,1424,1470,1397,1321,1879,1408,1386,1403,1413,1406,1434,1397,1456,1813,1794,1796,1789,1838,1838,1823,1857,1461,1900,1890,1444,1439,1448,1376,1444,1408,1382,1375,1377,1381,1836,1861,1360,1362,1365,1369,1404,1361,1394,1369,1393,1341,1349,1342,1344,1342,1338,1340,1343,1299,1754,1760,1753,1745,1751,1756,1764,1834,1321,1830,1833,1332,1326,1819,1818,1819,1749,1829,1802,1823,1821,1814,1809,1810,1811,1767,1815,1812,1810,1809,1809,1813,1808,1811,1801,1726,1813,1814,1816,1816,1810,1811,1810,1809,1825,1316,1811,1810,1814,1810,1810,1817,1817,1785,1820,1374,1369,1864,1865,1866,1367,1865,1909,1841,1873,1359,1857,1856,1873,1367,1833,1807,1741,1769,1807,1769,1806,1805,1804,1732,1794,1806,1794,1817,1768,1766,1811,1868,1886,1820,1865,1371,1844,1825,1823,1873,1324,1810,1785,1808,1804,1780,1810,1812,1811,1818,1809,1829,1798,1862,1851,1861,1857,1858,1857,1866,1856,1859,1883,1352,1799,1772,1783,1805,1735,1835,1793,1807,1770,1807,1866,1871,1369,1866,1868,1385,1359,1312,1766,1820,1815,1811,1813,1816,1367,1835,1754,1815,1779,1773,1782,1779,1774,1775,1799,1773,1788,1794,1801,1785,1774,1786,1844,1374,1822,1830,1813,1832,1871,1371,1878,1339,1815,1828,1813,1813,1810,1810,1812,1815,1832,1787,1860,1858,1871,1291,1859,1860,1856,1856,1865,1859,1863,1834,1798,1776,1725,1682,1718,1733,1687,1729,1735,1732,1750,1741,1738,1710,1734,1738,1756,1789,1786,1796,1788,1781,1703,1850,1316,1786,1776,1779,1784,1777,1787,1777,1863,1836,1375,1873,1869,1864,1866,1865,1829,1864,1799,1814,1810,1810,1815,1810,1816,1806,1812,1814,1814,1809,1810,1811,1780,1815,1776,1876,1819,1873,1372,1372,1359,1874,1306,1838,1773,1792,1806,1767,1770,1808,1805,1807,1733,1763,1767,1793,1811,1770,1771,1767,1768,1767,1777,1807,1769,1768,1770,1767,1769,1829,1393,1787,1870,1816,1839,1367,1371,1873,1869,1865,1869,1815,1810,1814,1801,1811,1810,1813,1810,1811,1814,1818,1811,1810,1811,1808,1810,1816,1663,1806,1809,1810,1812,1810,1810,1815,1815,1864,1802,1807,1786,1770,1771,1767,1756,1776,1846,1329,1773,1818,1819,1845,1367,1373,1869,1386,1860,1882,1315,1810,1811,1809,1812,1813,1812,1793,1770,1828,1811,1810,1812,1809,1818,1825,1768,1797,1822,1796,1815,1809,1810,1816,1817,1805,1813,1807,1810,1809,1814,1813,1825,1809,1710,1792,1819,1811,1810,1811,1811,1809,1813,1812,1788,1815,1823,1316,1815,1812,1824,1811,1699,1792,1782,1815,1815,1813,1810,1810,1812,1820,1816,1810,1823,1813,1809,1810,1816,1813,1789,1846,1778,1774,1745,1770,1770,1747,1776,1922,1344,1778,1751,1798,1782,1786,1780,1780,1847,1866,1867,1379,1374,1372,1819,1818,1859,1313,1836,1281,1768,1770,1774,1767,1767,1774,1781,1791,1784,1780,1777,1780,1782,1780,1777,1780,1774,1840,1375,1378,1367,1426,1820,1378,1347,1870,1352,1311,1762,1777,1766,1772,1778,1774,1784,1791,1832,1821,1827,1868,1865,1866,1377,1872,1893,1332,1813,1815,1810,1811,1778,1835,1322,1787,1787,1811,1810,1810,1810,1808,1810,1816,1787,1796,1778,1776,1755,1773,1775,1691,1808,1805,1819,1822,1823,1865,1863,1883,1385,1814,1870,1869,1870,1818,1826,1377,1377,1377,1853,1324,1823,1805,1810,1810,1813,1813,1809,1811,1819,1759,1817,1797,1814,1819,1811,1812,1811,1811,1810,1810,1815,1794,1815,1811,1812,1820,1812,1818,1810,1818,1814,1809,1811,1809,1814,1800,1805,1810,1811,1814,1808,1810,1809,1814,1769,1824,1832,1794,1813,1810,1815,1809,1809,1845,1779,1809,1826,1798,1821,1809,1811,1809,1815,1819,1811,1811,1809,1810,1814,1811,1810,1815,1796,1807,1810,1810,1813,1810,1808,1813,1811,1729,1789,1792,1813,1814,1809,1810,1809,1815,1774,1813,1809,1811,1809,1809,1815,1812,1809,1697,1770,1809,1812,1810,1808,1812,1809,1812,1776,1805,1812,1812,1813,1810,1814,1811,1811,1804,1808,1810,1811,1814,1811,1811,1810,1810,1825,1877,1374,1880,1865,1385,1352,1853,1313,1813,1788,1758,1823,1818,1832,1866,1865,1866,1883,1366,1816,1820,1299,1816,1818,1809,1813,1820,1813,1830,1365,1374,1371,1870,1371,1853,1311,1813,1698,1739,1768,1763,1741,1725,1725,1750,1765,1820,1819,1838,1818,1373,1863,1748,1773,1784,1775,1765,1744,1753,1867,1866,1867,1389,1355,1307,1320,1751,1676,1698,1794,1773,1748,1784,1761,1761,1833,1818,1852,1359,1865,1846,1750,1773,1761,1762,1741,1727,1705,1757,1817,1820,1796,1853,1310,1808,1810,1812,1821,1810,1811,1769,1710,1767,1767,1764,1737,1733,1751,1816,1798,1826,1803,1809,1766,1815,1769,1812,1765,1812,1798,1765,1764,1764,1772,1802,1780,1779,1782,1755,1767,1777,1783,1786,1786,1769,1641,1723,1749,1762,1788,1778,1776,1753,1754,1733,1688,1707,1727,1783,1744,1725,1723,1727,1731,1788,1833,1824,1794,1859,1858,1857,1800,1810,1791,1839,1308,1806,1769,1804,1806,1805,1771,1733,1706,1746,1728,1730,1725,1754,1776,1756,1707,1721,1817,1778,1732,1776,1775,1775,1779,1707,1728,1737,1721,1752,1723,1776,1782,1692,1779,1729,1789,1777,1733,1754,1775,1775,1776,1728,1771,1842,1826,1812,1858,1369,1865,1845,1298,1812,1773,1834,1812,1775,1773,2660,2415,2306,1940,1844,1762,1795,1867,1694,1649,1653,1960,1908,1812,1902,1909,1906,1793,1659,1656,1579,1543,1615,1652,1561,1744,1769,1634,1464,1504,1549,1450,1400,1490,1476,1488,1537,1572,1574,1678,1513,1418,1388,1453,1633,1696,1613,1526,1423,1431,1577,1298,1748,1731,1757,1812,1855,1253,1847,1452,1423,1351,1349,1327,1317,1762,1773,1789,1746,1352,1249,1758,1726,1810,1804,1801,1794,1833,1343,1441,1805,1771,1909,1295,1929,1270,1777,1941,1525,1391,1545,1477,1410,1410,1410,1430,1374,1369,1400,1578,2035,1397,1810,2459,1349,1881,1442,1398,1346,1916,1416,1309,1954,1374,1312,1356,1353,1378,1328,1824,1439,1479,1503,1549,1556,1551,1554,1386,1776,1892,1371,1399,1293,1422,1607,1537,1489,1584,1603,1508,1507,1511,1558,1440,1367,1384,1472,1380,1337,1318,1857,1307,1930,1375,1938,1943,1419,1424,1444,1466,1381,1397,1513,1369,1456,1410,1366,1367,1303,1766,1790,1894,1315,1805,1799,1820,1781,1779,1780,1911,1279,1836,1346,1291,1782,1778,1760,1736,1814,1731,1774,1760,1858,2433,1449,1437,1454,1324,1285,1842,1896,1289,1861,1343,1301,1790,1785,1798,1786,1340,1325,1291,1803,1786,1785,1774,1740,1793,1817,1770,1747,1737,1771,1747,1735,1770,1750,1741,1816,1824,1876,1359,1804,1817,1813,1779,1713,1736,1696,1707,1676,1735,1722,1757,1724,1731,1732,1732,1717,1743,1785,1816,1773,1801,1787,1764,1792,1828,1806,1799,1798,1778,1804,1773,1779,1812,1807,1807,1791,1381,1352,1820,1735,1781,1777,1822,1786,1799,1786,1742,1811,1819,1815,1810,1810,1808,1813,1769,1810,1813,1859,1886,1758,1783,1688,1770,1724,1789,1776,1817,1822,1782,1777,1773,1784,1785,1776,1777,1771,1861,1793,1780,1774,1773,1782,1783,1777,1737,1776,1774,1780,1786,1780,1781,1763,1799,1844,1780,1758,1786,1800,1775,1792,1773,1780,1775,1829,1785,1775,1784,1776,1777,1776,1750,1869,1328,1817,1832,1830,1872,1872,1376,1852,1746,1818,1864,1877,1369,1377,1872,1884,1368,1776,1800,1814,1810,1764,1790,1812,1813,1816,1731,1801,1797,1817,1810,1819,1810,1811,1755,1753,1807,1813,1814,1815,1810,1810,1813,1772,1756,1791,1812,1812,1850,1310,1815,1813,1762,1797,1709,1846,1749,1775,1753,1778,1774,1772,1846,1331,1776,1792,1703,1792,1773,1776,1785,1885,1831,1394,1376,1379,1368,1813,1811,1812,1794,1749,1836,1796,1855,1759,1776,1770,1772,1756,1760,1774,1774,1778,1716,1773,1774,1707,1770,1820,1842,1783,1762,1776,1774,1775,1780,1827,1782,1778,1777,1754,1785,1788,1776,1800,1843,1855,1333,1749,1741,1747,1783,1773,1775,1789,1850,1840,1795,1762,1682,1759,1754,1754,1754,1764,1759,1757,1752,1722,1790,1823,1817,1776,1790,1812,1777,1772,1736,1785,1750,1774,1794,1761,1732,1690,1675,1643,1663,1743,1742,1740,1713,1752,1739,1741,1815,1869,1314,1877,1370,1764,1770,1770,1778,1767,1766,1777,1777,1784,1796,1791,1780,1784,1783,1803,1779,1786,1786,1746,1841,1371,1373,1376,1866,1866,1878,1275,1812,1746,1808,1810,1811,1810,1824,1812,1767,1812,1780,1796,1753,1747,1762,1771,1768,1746,1791,1712,1813,1818,1834,1373,1292,1820,1869,1802,1859,1860,1841,1384,1360,1311,1810,1811,1813,1790,1197,1813,1812,1821,1812,1808,1810,1809,1820,1702,1786,1760,1814,1810,1809,1811,1811,1824,1762,1808,1815,1817,1794,1822,1813,1814,1812,1656,1784,1812,1812,1811,1809,1812,1812,1814,1794,1793,1811,1809,1834,1796,1810,1815,1810,1793,1793,1770,1744,1781,1775,1773,1768,1775,1770,1771,1800,1769,1754,1841,1318,1816,1813,1809,1777,1782,1774,1831,1798,1818,1815,1810,1736,1791,1794,1776,1809,1839,1314,1813,1812,1787,1786,1746,1766,1790,1861,1314,1818,1831,1730,1819,1322,1812,1812,1771,1819,1764,1815,1799,1820,1375,1375,1375,1847,1792,1811,1813,1809,1203,1776,1816,1723,1816,1820,1816,1810,1819,1774,1844,1267,1785,1770,1718,1759,1771,1786,1791,1765,1758,1756,1745,1747,1757,1802,1757,1741,1758,1753,1755,1713,1721,1757,1756,1756,1667,1793,1854,1785,1813,1765,1814,1853,1686,1716,1710,1708,1711,1707,1788,1767,1754,1752,1783,1691,1755,1746,1748,1825,1792,1776,1745,1745,1695,1769,1754,1752,1746,1744,1728,1736,1725,1685,1710,1693,1775,1745,1690,1719,1733,1810,1709,1719,1701,1696,1707,1741,1699,1744,1734,1708,1728,1710,1709,1707,1702,1712,1723,1684,1791,1742,1745,1742,1773,1742,1747,1734,1775,1793,1859,1334,1754,1736,1776,1805,1731,1788,1770,1771,1721,1717,1728,1685,1726,1685,1707,1754,1765,1753,1773,1808,1770,1687,1791,1753,1762,1769,1671,1797,1255,1763,1805,1777,1677,1769,1692,1753,1785,1775,1773,1779,1758,1803,1670,1723,1738,1749,1754,1744,1763,1791,1762,1783,1819,1849,1345,1868,1864,1888,1305,1869,1811,1813,1812,1865,1314,1813,1826,1773,1712,1810,1838,1752,1700,1773,1776,1778,1734,1771,1759,1796,1865,1761,1786,1775,1782,1775,1745,1801,1774,1837,1817,1831,1776,1785,1746,1696,1744,1744,1731,1735,1816,1762,1828,2731,2294,2305,2332,2339,2307,2285,2095,2026,2137,2146,2384,1989,1909,1919,1967,1993,2000,1998,2002,2003,1982,1682,1602,1486,1547,1484,1485,1484,1483,1502,1540,1431,1625,1584,1583,1602,1576,1595,1572,1572,1573,1569,1592,1510,1488,1614,1615,1517,1336,1845,1915,1569,1406,1354,1872,1309,1840,1839,1957,1351,1956,1331,2006,1346,1846,1839,1920,1427,1423,1428,1417,1441,1457,1467,1403,1399,1400,1398,1400,1401,1400,1398,1405,1507,1358,1357,1910,1839,1339,1374,1354,1348,1347,1343,1356,1369,1393,1334,1332,1342,1366,1861,1392,1401,1401,1345,1386,1364,1388,1383,1329,1790,1840,1362,1904,1373,1351,1820,1825,1834,1300,1829,1832,1329,1342,1821,1901,1347,1822,1850,1849,1794,1787,1725,1786,1730,1729,1794,1759,1717,1744,1786,1764,1758,1812,1804,1728,1812,1808,1840,1812,1800,1794,1726,1791,1786,1776,1786,1742,1798,1793,1755,1782,1789,1787,1752,1750,1779,1782,1780,1753,1769,1817,1788,1778,1764,1872,1756,1782,1820,1809,1810,1816,1763,1762,1704,1754,1752,1782,1746,1723,1708,1738,1785,1727,1775,1724,1702,1725,1767,1775,1757,1819,1756,1726,1822,1779,1808,1775,1774,1772,1779,1712,1774,1738,1782,1715,1780,1747,1768,1767,1778,1788,1783,1711,1693,1729,1725,1714,1716,1688,1781,1757,1752,1756,1899,1364,1873,1873,1877,1811,1871,1403,1295,1820,1805,1759,1760,1766,1741,1725,1726,1751,1775,1812,1813,1853,1191,1742,1740,1731,1740,1727,1725,1758,1811,1797,1808,1841,1733,1816,1814,1809,1811,1777,1819,1796,1815,1763,1816,1809,1809,1812,1812,1810,1819,1764,1720,1753,1728,1703,1738,1701,1704,1763,1902,1567,1480,1480,1992,1479,1987,1485,1351,1919,1430,1404,1316,1924,1416,1415,1422,1952,1920,1379,2171,2291,2408,2471,2860,2264,2219,2635,2476,2763,2570,2504,2196,2121,1985,1768,1879,2021,2207,2196,2004,1639,1650,1721,1741,1747,1743,1747,1744,1745,1621,1438,1386,1381,1387,1446,1456,1431,1422,1361,1368,1334,1550,1526,1477,1468,1415,1346,1374,1361,1362,1335,1817,1347,1842,1747,1785,1787,1800,1789,1778,1801,1800,1795,1787,1779,1779,1907,1412,1339,1757,1865,1369,1381,1352,1335,1334,1333,1341,1387,1336,1470,1486,1496,1506,1505,1531,1433,1343,1431,1370,1375,1432,1889,1318,1811,1811,1808,1883,1337,1301,1811,1548,1815,1817,1817,1844,1343,1342,1366,1780,1807,1853,1879,1857,1851,1853,1853,1852,1781,1952,1291,1751,1758,1747,1777,1749,1776,1756,1883,1299,1743,1773,1705,1761,1823,1835,1825,1721,1774,1804,1850,1775,1760,1760,1761,1795,1874,1338,1299,1799,1760,1773,1874,1413,1391,1383,1365,1393,1441,1480,1513,1512,1511,1508,1488,1476,1454,1432,1387,1372,1424,1467,1368,1426,1334,1395,1345,1334,1810,1336,1789,1730,1704,1797,1335,1330,1332,1333,1857,1301,1802,1861,1436,1405,1399,1401,1400,1400,1453,1417,1862,1797,1799,1872,1368,1801,1853,1806,1823,1844,1779,1692,1783,1809,1831,1895,1300,1852,1399,1438,1397,1695,1683,1684,1650,1648,1701,1767,1834,1348,1318,1786,1821,1844,1868,1804,1850,1800,1800,1802,1748,1881,1354,1795,1942,1857,1807,1810,1805,1802,1820,1806,1790,1829,1861,1841,1856,1396,1406,1421,1836,1402,1389,1391,1353,1827,1820,1821,1818,1790,1787,1820,1874,1310,1814,1810,1809,1810,1810,1814,1813,1761,1741,1812,1813,1813,1809,1810,1775,1817,1774,1790,1817,1793,1765,1778,1781,1761,1761,1744,1726,1761,1816,1813,1812,1811,1811,1821,1791,1808,1811,1768,1753,1812,1813,1813,1816,1771,1792,1859,1796,1757,1697,1692,1711,1704,1773,1775,1785,1772,1770,1771,1805,1806,1732,1755,1784,1775,1778,1775,1774,1827,1719,1790,1701,1774,1779,1775,1775,1775,1776,1777,1775,1768,1842,1754,1780,1766,1771,1757,1734,1756,1818,1756,1769,1768,1748,1774,1790,1781,1755,1860,1767,1778,1785,1786,1774,1774,1780,1779,1800,1757,1783,1776,1774,1784,1778,1758,1809,1802,1815,1315,1875,1372,1863,1885,1365,1846,1378,1306,1848,1687,1759,1783,1777,1749,1736,1753,1818,1773,1822,1800,1818,1781,1754,1803,1781,1733,1779,1757,1796,1781,1803,1784,1788,1782,1732,1792,1296,1787,1781,1784,1780,1765,1801,1788,1765,1762,1775,1791,1849,1808,1760,3161,2643,2177,2129,2175,2130,2205,2133,2175,2207,2099,2327,2077,1759,2086,1714,1651,1646,1647,1657,1900,1716,1704,1835,1904,1967,1935,1743,1933,1701,1782,1780,1776,1750,1801,1784,1798,1812,1821,1592,1617,1654,1570,1536,1537,1536,1538,1660,1703,1578,1617,1456,1559,1414,1800,1839,1434,1304,1831,1458,1614,1497,1401,1799,1834,1368,1794,1265,1796,1727,1865,1346,1825,1420,1538,1504,1393,1365,1364,1363,1358,1449,1345,1869,1362,1446,1565,1551,1543,1380,1457,1370,1504,1474,1420,1388,1382,1486,1381,1335,1956,1512,1422,1407,1505,1415,1421,1408,1462,1315,1787,1784,1762,1949,1377,1423,1458,1456,1472,1434,1435,1345,1860,1403,1890,1281,1799,1785,1863,1871,1274,1763,1273,1924,1421,1427,1423,1427,1412,1312,1782,1860,1720,1780,1992,1396,1424,1355,1942,1441,1442,1429,1411,1453,1373,1454,1877,1419,1330,1383,1369,1431,2086,1581,1601,1563,1607,1539,1561,1536,2193,1949,1795,2242,2323,2324,2372,2209,2236,2000,1988,1961,1915,1912,1917,1788,1731,1749,1746,1742,1743,1651,1666,1723,1639,1616,1571,1528,1531,1525,1527,1524,1527,1526,1614,1521,1514,1495,1464,1462,1465,1465,1935,1475,1469,1521,1473,1497,1360,1864,1874,1874,1551,1367,1827,1836,1845,1844,1845,1814,1805,1931,1417,1401,1289,2091,1424,1512,1569,1478,1418,1436,1418,1404,1406,1421,1420,1407,1392,1392,1372,1343,1355,1339,1364,1376,1426,1946,1492,1943,1390,1368,1861,1862,1859,1388,1276,1788,1716,1774,1765,1768,1763,1762,1807,1382,1369,1273,1814,1855,1305,1753,1800,1759,1747,1789,1781,1756,1744,1738,1733,1734,1735,1761,1841,1350,1355,1776,1841,1861,1802,1870,1331,1242,1840,1349,1801,1788,1849,1803,1804,1777,1791,1827,1800,1809,1745,1798,1794,1796,1806,1820,1813,1797,1806,1754,1792,1795,1792,1792,1761,1772,1802,1856,1834,1815,1864,1391,1762,1925,1368,1369,1872,1366,1853,1813,1842,1826,1831,1745,1771,1773,1770,1725,1781,1773,1794,1742,1776,1779,1783,1780,1779,1720,1786,1803,1799,1853,1763,1856,1840,1364,1891,1819,1371,1880,1376,1876,1377,1381,1313,1811,1809,1827,1761,1684,1760,1763,1742,1732,1750,1771,1766,1817,1846,1314,1815,1820,1767,1783,1763,1763,1748,1710,1754,1848,1315,1815,1811,1809,1811,1770,1837,1738,1758,1856,1778,1746,1746,1769,1747,1758,1786,1793,1836,1329,1774,1822,1776,1780,1728,1773,1778,1779,1763,1781,1773,1789,1754,1687,1726,1780,1781,1752,1731,1773,1806,1687,1765,1721,1673,1738,1683,1676,1677,1737,1728,1689,1702,1696,1757,1833,1311,1312,1791,1337,1321,1828,1857,1556,1463,1350,1877,1458,1470,1396,1362,1518,1397,1864,1858,1434,1374,1812,1775,1837,1987,1331,1828,1828,1999,1592,1549,1573,1579,1550,1506,1524,1580,1584,1558,1585,1470,1471,1544,1533,1491,1437,1398,1373,1364,1425,1473,1465,1462,1407,1452,1267,1850,1422,1943,1950,1396,1442,1411,1406,1393,1410,1428,1344,1424,1412,1908,1890,1435,1387,1346,1251,1862,1292,1862,1355,1354,1356,1374,1392,1357,1348,1293,1785,1781,1860,1360,1340,1339,1486,1291,1945,1441,1406,1940,1415,1402,1939,1434,1476,1482,1308,1924,1900,1849,1846,3131,2274,2210,2245,2383,2202,2531,2294,1983,2102,2179,2101,2183,2157,2290,2009,1971,1920,1961,1964,1975,1984,1978,1965,1867,1758,1800,1751,1740,1795,1705,1622,1620,1601,1588,1658,1824,1587,1624,1565,1565,1562,1568,1418,1374,1543,2047,1561,1422,1340,1466,1441,1446,1436,1466,1442,1300,1975,1475,1386,1945,1941,1918,1431,1418,1399,1393,1392,1393,1419,1397,1394,1392,1392,1408,1368,1452,1393,1371,1380,1376,1377,1339,1439,1345,1335,1384,1459,1444,1427,1426,1425,1416,1487,1325,1826,1329,1839,1422,1407,1384,1340,1335,1335,1345,1385,1334,1320,1817,1317,1782,1777,1776,1787,1814,1323,1779,1802,1321,1781,1766,1766,1776,1766,1786,1322,1852,1827,1876,1358,1331,1327,1333,1331,1340,1309,1840,1224,1806,1813,2276,2588,2201,2224,2381,2428,2292,2119,2210,2010,1966,1810,2015,2021,1824,1885,1825,1757,1656,1563,1690,1603,1816,1681,1758,1736,1645,1617,1669,1615,1595,1629,1696,1551,1481,1742,1714,1619,1575,1610,1625,1673,1607,1537,1539,1562,1621,1535,1391,1575,1544,1459,1590,1551,1467,1466,1466,1465,1464,1466,1448,1307,1863,1413,1452,1485,1446,1501,1468,1416,1823,1447,1372,1385,1357,1825,1384,1419,1678,1752,1701,1670,1510,1516,1468,1585,1589,1662,1616,1615,1600,1456,1531,1798,1714,1622,1723,1599,1580,1584,1550,1444,1357,2098,1790,1760,1777,1777,1778,1785,1740,1768,1706,1678,1758,1683,1724,1698,1693,1516,1496,1485,1489,1523,1834,1653,1519,1856,1834,1843,1856,1830,1854,1821,1903,1361,1852,1837,1517,1311,1848,1894,1577,1587,1408,1835,1827,1958,1834,1828,1808,1802,1802,1928,1524,1514,1412,1440,1339,1339,1312,1820,1924,1528,1365,1328,1885,1402,1314,1814,1791,1857,1319,1819,1859,1376,1310,1788,1781,1782,1770,1859,1387,1396,1401,1397,1342,1317,1861,1876,1856,1835,1836,1834,1812,1380,1836,1840,1837,1826,1821,1823,1821,1794,1848,1827,1827,1842,1822,1821,1816,1818,1865,1407,1851,1794,1870,1906,1406,1410,1408,1413,1409,1266,1810,1341,1342,1354,1336,1338,1331,1334,1330,1336,1351,1893,1770,1819,1775,1783,1787,1795,1781,1839,1310,1816,1789,1781,1779,1776,1782,1774,1788,1810,1780,1774,1789,1732,1763,1779,1774,1749,1721,1734,1747,1795,1759,1758,1759,1751,1727,1748,1756,1788,1759,1798,1769,1766,1761,1800,1367,3160,2888,2271,2815,2885,2816,2819,2818,2530,2845,3540,2956,2902,2526,2172,2296,2993,2895,2957,1962,2115,2431,2488,2378,2497,3560,2856,4290,2493,2114,2463,2858,2313,1973,2003,2793,2462,2103,2093,2309,2127,2416,2926,2921,2342,2413,2646,2535,2371,1991,2268,2186,2107,2134,1995,1902,2294,2504,2434,2211,2056,2189,2358,2081,1919,2049,1929,2063,1991,1964,1983,1945,2418,2364,2289,2035,2017,2188,2049,1928,1928,1849,2066,2386,1805,1727,1864,1879,2108,2255,2320,2226,1990,1874,1896,2052,2129,2134,2109,2345,2435,2458,2082,2744,2080,1797,1856,1854,2070,2037,1785,2095,1921,1661,1853,1891,2400,2374,2613,2246,2329,2128,2320,2646,2805,2649,2479,2377,2366,2667,2346,2623,2136,3140,2738,2582,2092,2122,2170,2362,2050,2001,1889,1760,1945,1924,2067,1981,1880,1698,1754,1648,1687,1766,1840,1688,1747,2091,2164,2440,2102,2129,2123,2125,2092,2158,2456,2518,2499,2483,2219,2084,2247,2079,2438,2844,2475,2545,2452,2186,2157,2058,1986,2143,2084,1911,2417,1944,1949,1968,1969,1748,1735,1938,1945,1892,1622,1619,1696,1562,1656,1540,1632,1651,1642,1438,1506,1537,1542,1489,1653,1503,1411,1555,1482,1592,1501,1550,1536,1510,1455,1686,1614,1607,1537,1438,1461,1498,1478,1470,1411,1404,1412,1369,1569,1611,1774,1667,1551,1407,1624,1599,1565,1436,1416,1444,1488,1528,1454,1467,1401,1377,1355,1473,1412,1435,1417,1513,1498,1465,1441,1652,1622,1951,1937,1936,2176,2049,2199,2094,2205,1983,1859,1964,1920,1997,2054,2157,1995,1825,2007,1986,2206,1756,1996,1724,1970,1690,1646,1823,1805,1669,1674,1543,1619,1611,1626,1605,1643,1675,1647,1588,1506,1556,1603,1545,1498,1708,1820,1783,1540,1375,1595,1470,1522,1419,1344,1303,1739,1774,1757,1748,1788,1887,1346,1874,1856,1855,1337,1816,1796,1446,2048,1619,1643,1523,1344,1915,1623,1577,1577,1532,1422,1422,1371,1365,1366,1366,1366,1367,1414,1335,1396,1252,1846,1339,1333,1332,1343,1334,1332,1339,1365,1455,1379,1444,1291,1866,1225,1797,1770,1812,1331,1788,1781,1776,1784,1854,1306,1845,1303,1863,1805,1828,1346,1326,1709,1786,1848,1323,1832,1315,1811,1788,1935,1490,1830,1839,1780,1796,1835,1898,1536,1440,1503,1377,1883,1337,1921,1418,1418,1394,1386,1314,1824,1369,1373,1375,1360,1363,1360,1368,1368,1366,1454,1454,1409,1388,1346,1316,1417,1356,1355,1363,1365,1873,1856,1856,1842,1881,1441,1390,1841,1435,1829,1831,1336,1312,1838,1309,1814,1811,1832,1308,1821,1831,1880,1369,1863,1866,1368,1369,1736,1738,1790,1739,1735,1732,1729,1721,1750,1763,1718,1677,1757,1770,1794,1789,1733,1804,1717,1769,1781,1712,1714,1806,1300,1802,1771,1731,1816,2678,2388,2331,2333,2327,2279,2109,2169,2062,2192,2191,2057,2065,1871,2119,2100,2048,1905,1744,1741,1707,1842,1815,1787,1706,1733,1687,1683,1685,1684,1687,1706,1845,1757,1746,1735,1742,1739,1710,1439,1402,1579,1622,1596,1596,1582,1572,1562,1558,1586,1607,1512,1603,1551,1584,1478,1506,1471,1518,1508,1536,1533,1428,1536,1532,1505,1509,1409,1403,1420,1420,1363,1358,1364,1352,1374,1321,1801,1819,1805,1295,1333,1802,1813,1826,1794,1782,1817,1831,1889,1366,1388,1483,1941,1346,1448,1494,1492,1456,1381,1372,1408,1414,1407,1418,1451,1420,1521,1560,1557,1545,1522,1523,1367,1904,1488,1457,1363,1405,1389,1352,1340,1352,1353,1354,1308,1788,1831,1290,1834,1335,1817,1311,1397,1408,1426,1899,1419,1467,1446,1460,1476,1421,1433,1440,1440,1440,1405,1375,1403,1406,1459,1404,1336,1841,1341,1765,1821,1265,1857,1379,1469,1433,1395,1403,1386,1387,1418,1420,1395,1388,1388,1388,1365,1278,1839,1367,1405,1376,1375,1374,1416,1405,1376,1401,1273,1827,1772,1818,1787,1809,1752,1771,1767,1754,1803,1329,1308,1804,1323,1878,1867,1926,1409,1408,1353,1846,1332,1330,1337,1335,1335,1342,1737,1705,1711,1750,1737,1744,1761,1828,1800,1822,1826,1814,1327,1783,1802,1760,1736,1742,1745,1816,1828,1794,1794,1816,1812,1810,1809,1811,1768,1763,1768,1780,1773,1741,1727,1750,1766,1818,1868,1746,1700,1794,1767,1766,1749,1775,1776,1797,1818,1729,1816,1817,1863,1878,1405,1357,1307,1326,1319,1813,1806,1809,1767,1811,1810,1749,1756,1723,1750,1677,1755,1719,1742,1828,1818,1832,1830,1754,1769,1769,1771,1708,1787,1801,1716,1732,1842,1827,1830,1317,1710,1711,1718,1658,1653,1730,1725,1713,1711,1716,1793,2013,1583,2745,2418,2714,2136,1892,1934,2638,2314,2067,2000,2258,1885,2037,2195,2393,2462,2356,2139,2417,2329,2391,2159,2301,2425,2398,2658,2625,2531,2732,2331,2538,3480,2693,2967,2536,2536,2539,2536,2083,1933,1835,1970,1925,1806,2086,1686,1800,1860,1851,1712,1993,1676,1680,1794,1814,1818,1849,1857,2029,2060,2048,2045,2045,1903,1992,1905,1794,1764,1763,1736,1723,1638,1572,1647,1697,1593,1837,1901,1872,1879,1826,1884,1903,1806,1841,1882,1883,1881,1896,2149,2045,1823,1734,1777,1786,1879,1914,1968,1916,1727,1796,1696,1716,1867,1983,2044,1911,1738,1776,1779,1704,1764,1860,1881,1758,1947,1983,1966,1942,1945,1835,1933,1802,1766,1946,1961,1966,1969,1971,1964,1963,1911,2058,2207,2181,2048,1983,2185,2129,2417,2618,2911,2933,2498,2537,2978,3063,2718,2539,2095,2252,2172,2285,2561,2908,2436,1921,2824,2785,2679,2971,3089,2530,2453,2412,2782,2315,2251,2164,2162,2334,1893,2101,2647,2760,2308,2378,2014,2312,2406,2054,2203,2533,2358,2362,3082,2584,2289,2769,2876,2482,2587,2528,2426,2361,2411,2678,3162,2813,2518,2522,2467,2418,2321,2538,2539,2485,2520,2191,2407,2249,2551,2482,2088,2460,2228,2358,2370,2575,2535,2487,2739,2355,2356,2497,2573,2560,2882,3257,3083,2529,3097,3693,2457,2253,2176,2567,2122,2528,2301,2521,2171,2003,2496,2662,2300,2334,2639,2507,2286,2169,2519,2096,1918,1921,1848,1884,2011,1922,1928,1848,1847,1842,2126,2847,2319,2034,2323,1973,1927,1926,1924,2343,1968,2049,2305,2026,1960,1940,1931,1773,1650,1823,1972,1999,1975,1965,1965,1886,1893,1647,1685,1651,1675,1648,1686,1606,1560,1530,1769,2014,1852,1733,1683,1920,2088,1959,1791,1996,1719,1955,1940,1937,1939,1938,1953,2041,1609,1782,1781,2027,2024,1976,1808,1829,1814,1741,1831,1800,1749,1738,1738,1702,1883,1828,1703,1773,1854,1773,1779,1773,1771,1821,1749,1647,1712,1697,1693,1704,1696,1661,1525,1606,1594,1578,1761,1592,1616,1617,1558,1487,1429,1764,1735,1566,1637,1538,1540,1657,1780,1773,1702,2036,1913,1493,1686,1741,1650,1473,1466,1490,1451,1483,1471,1424,1408,1406,1408,1409,1408,1377,1396,1419,1409,1418,1468,1512,1369,1485,1539,1543,1421,1478,1550,1550,1548,1387,1396,1365,1328,1338,1336,1396,1937,1477,1423,1407,1373,1364,1264,1820,1846,1365,1356,1362,1368,1365,1367,1337,1335,1334,1336,1385,1461,1477,1374,1437,1497,1500,1309,1798,1806,1687,1783,1829,1307,1736,1712,1712,1701,1699,1697,1702,1717,1174,1738,1766,1731,1725,1759,1706,1673,1676,1745,1774,1799,1705,1691,1720,1750,1748,1749,1745,1848,1360,1330,1852,1376,1301,1739,1736,1861,1285,1815,1818,1735,1734,1731,1722,1723,1724,1713,1780,1742,1790,1740,1721,1772,1758,1791,1707,1769,1697,1684,1684,1681,1825,1271,1700,1640,1726,1744,1752,1701,1702,1695,1690,1690,1768,1748,1684,1744,1702,1638,1631,1688,1689,1690,1743,1683,1636,1719,1697,1742,1727,1750,1756,1917,1289,1766,1859,1278,1756,1770,1772,1773,1879,1287,1774,1742,1747,1736,1735,1716,1716,1788,1762,1714,1713,1803,1797,1788,1806,1874,1414,1509,1451,1377,1288,1779,1835,1289,1822,1838,1817,1883,1885,1848,1310,1772,1850,1266,1805,1795,1800,1750,1752,1746,1746,1749,1746,1749,1753,1837,1361,1315,1835,1360,1773,1821,1862,1869,1374,1365,1824,1810,1798,1807,1750,1808,1808,1913,1833,1422,1819,1839,1790,1796,1791,1794,1870,1296,1806,1791,1790,1774,1790,1791,1777,1793,1813,1841,1385,1373,1874,1874,1867,1844,1808,1777,1779,1781,1714,1819,1755,1802,1814,1818,1790,1787,1794,1812,1815,1813,1808,1780,1778,1816,1810,1770,1770,1762,1764,1741,1769,1756,1755,1784,1772,1959,1487,1486,1483,1486,1437,1424,1429,1340,1333,1461,1311,1938,1523,1446,1449,1435,1561,1415,1332,1948,1449,1411,1459,1406,1324,1844,1835,1390,1500,1544,1539,1547,1488,1486,1489,1503,1480,1466,1418,1487,1498,1411,1414,1418,1492,1498,1465,1399,1325,1822,1811,1808,1816,1783,1788,1769,1742,1764,1731,1854,1786,1722,1721,1724,1711,1809,1884,1410,1381,1188,1716,1696,1703,1733,1701,1849,1753,1737,1693,1747,1758,1738,1742,1730,1716,1660,1679,1683,1781,1820,1366,1365,1367,1357,1362,1305,1723,1806,1806,1730,1666,1759,1724,1675,1655,1742,1712,1712,1713,1708,1713,1796,1686,1694,1700,1655,1631,1629,1633,1698,1704,1702,1192,1734,1731,1776,1749,1690,1754,1738,1741,1750,1731,1689,1694,1673,1674,1674,1675,1694,1699,1667,1640,1728,1684,1721,1683,1723,1762,1754,1700,1743,1744,1698,1692,1671,1748,1934,1494,1292,1783,1790,1781,1780,1774,1871,1368,1356,1362,1308,1845,1397,1804,1857,1856,1865,1853,1867,1832,1416,1416,1491,1513,1501,1494,1435,1447,1505,1461,1443,1509,1511,1509,1517,1511,1540,1527,1469,1415,1402,1434,1509,1521,1509,1529,1640,1685,1575,1497,1550,1939,1440,1626,1626,1530,1653,1583,1484,1366,1365,1360,1347,1360,1358,1359,1360,1360,1361,1353,1829,1895,1428,1467,1345,1420,1414,1379,1325,1335,1331,1313,1362,1281,1782,1786,1781,1781,1779,1790,1712,1779,1283,1810,1770,1837,1377,1310,1817,1839,1300,1802,1807,1805,1809,1859,1313,1815,1809,1722,1761,1800,1785,1778,1719,1773,1781,1789,1858,1294,1826,1809,1302,1923,1218,1846,1315,1947,1415,1372,1807,1795,1893,1471,1414,1914,1827,1948,1355,1880,1436,1444,1426,1433,1602,1547,1472,1486,1455,1449,1551,1362,1517,1514,1551,1488,1444,1435,1420,1401,1371,1482,1518,1518,1552,1507,1505,1445,1514,1364,1317,1454,1466,1472,1474,1464,1460,1534,1516,1709,1620,1599,1422,1335,1419,1447,1487,1497,1435,1392,1388,1435,1487,1451,1535,1564,1565,1709,1864,2192,2145,2060,2131,2733,2849,2894,3017,2939,2841,2726,2644,2770,2730,2608,2737,2972,3007,3339,2472,2647,2783,2892,2892,2811,2650,2323,2245,2389,2312,2159,2419,2235,2167,2170,2500,2927,2655,2405,2228,2206,2368,2968,2546,2403,2416,2471,2372,3113,3003,2857,2966,2526,2939,2786,2899,2648,2329,2701,2848,2885,2954,2857,2819,2665,2290,2786,2891,2888,2892,2834,2725,2938,2892,2896,2957,2968,2741,2001,1892,1921,1885,1886,1965,3534,2170,1999,2012,2082,2012,2082,2492,2721,2370,2195,2084,2166,2246,2087,2208,2046,2372,2402,2285,2448,2183,2245,2397,2404,2326,2368,2326,2262,2165,2867,2990,2473,2428,2885,2647,2807,2932,3006,2959,2493,2363,2443,2944,2969,2924,3171,3088,2967,2971,3013,3392,2795,3164,3123,2450,3009,2817,2815,3054,2818,2815,2977,2925,2446,2895,3235,3311,2998,2687,2904,3273,3315,3203,3379,3281,3006,3347,3315,3345,3315,2840,3081,3313,3191,2348,2119,2419,2567,2541,2540,2581,2276,2279,2218,2195,2196,2203,2194,2099,1955,1906,1781,1770,1844,1902,1940,1744,1798,1573,1643,1591,1541,1540,1483,1457,1626,1435,1405,1585,1536,1526,1528,1525,1706,1742,1747,1656,1620,1763,1747,1742,1742,1844,1894,1776,1737,1839,1633,1745,1778,1775,1877,1909,1939,2025,1961,1850,2031,2123,2156,2135,2133,2256,2010,2362,2234,2287,2349,2155,2118,2134,2243,2161,2177,2132,2126,2082,2053,2391,2341,3674,2164,2168,2113,2519,1995,2114,2125,2157,2169,2239,2138,2161,2101,2014,2150,2161,2168,1978,2010,2445,1893,1889,1857,1659,1642,1921,1748,1815,1643,1831,3053,2182,2237,1937,1565,1664,1596,1625,1490,1552,1589,1576,1624,1581,1543,1494,1502,1437,1449,1440,1439,1446,1555,1753,1830,1818,1603,1535,1429,1570,1727,1704,1553,1724,1723,1727,1555,1417,1411,1423,1460,1398,1402,1412,1408,1407,1407,1404,1372,1496,1448,1617,1435,1546,1383,1375,1421,1417,1374,1379,1942,1461,1947,1414,1403,1403,1396,1393,1393,1419,1426,1407,1409,1418,1490,1397,1342,1773,1824,1368,1366,1320,1834,1808,1763,1756,1780,1781,1783,1839,1270,1764,1771,1863,1353,1375,1377,1378,1403,1417,1862,1927,1416,1391,1319,1883,1381,1387,1387,1398,1321,1350,1368,1293,1873,1810,1896,1444,1440,1441,1440,1463,1397,1351,1309,1812,1790,1770,1733,1782,1720,1727,1718,1703,1705,1649,1747,1778,1773,1787,1784,1741,1800,1797,1799,1809,3208,3603,2510,2926,2820,2844,2254,2254,2203,2174,2173,2177,2123,2595,2311,2209,1989,1911,1911,1913,1909,1827,1898,2136,2018,1914,1912,1740,1915,1866,1810,1829,1739,1739,1741,1712,1619,1617,1619,1545,1607,1646,1614,1621,1590,1600,1542,1538,1535,1631,1544,1645,1746,1701,1707,1646,1612,1622,1548,1416,1562,1478,1477,1477,1381,1440,1371,1431,1330,1917,1367,1318,1762,1760,1754,1758,1757,1720,1722,1717,1350,1490,1471,1437,1501,1474,1444,1448,1405,1439,1321,2062,1407,1269,1870,1850,1349,1341,1913,1447,1436,1427,1444,1297,1786,1326,1784,1781,1870,1403,1282,1915,1401,1311,1855,1296,1804,1804,1791,1784,1808,1285,1880,1293,1839,1780,1814,1846,1802,1756,1866,1272,1778,1774,1776,1778,1851,1345,1335,1359,1778,1833,1337,1338,1319,1786,1806,1340,1312,1818,1840,1318,1819,1762,1822,1329,1325,1834,1309,1789,1756,1790,1713,1775,1829,1781,1785,1777,1773,1755,1797,1727,1687,1779,1820,1825,1309,1805,1706,1754,1759,1805,1794,1787,1778,1766,1721,1702,1764,1771,1769,1764,1724,1786,1718,1709,1720,1752,1803,1804,1803,1804,1813,1789,1745,1791,1833,1841,1848,1835,2083,1476,1305,1783,2054,1342,1999,1579,1580,1583,1589,1583,1388,1374,1397,1406,1840,1837,2027,1346,1868,1877,1940,1460,1389,1404,1393,1485,1499,1588,1560,1501,1514,1475,1930,1464,1467,1463,1466,1467,1444,1438,1417,1438,1461,1451,1364,1394,1373,1371,1373,1310,1848,1333,1287,1870,1279,1731,1812,1358,1320,1832,1803,1810,1776,1854,1810,1315,1807,1883,1388,1401,1403,1405,1401,1356,1445,1828,1793,1779,1789,1871,1776,1810,1763,1431,1842,1813,1819,1816,1826,1804,1804,1872,1850,1389,1393,1335,1827,1788,1783,1781,1743,1338,1791,1768,1758,1783,1744,1774,1814,1736,1750,1816,1794,1820,1777,1775,1770,1767,1772,1891,1351,1766,1758,1785,1855,1310,1808,1819,1819,1812,1813,1808,1765,1815,1812,1812,1813,1790,1834,1716,1746,1771,1779,1792,1773,1777,1795,1841,1843,1890,1373,1379,1372,1368,1842,1816,1828,1786,1810,1848,1309,1815,1808,1808,1848,1255,1820,1810,1785,1815,1799,1817,1810,1812,1834,1818,1833,1797,3010,2514,2686,2688,2612,2212,2424,2214,2234,2199,2205,2193,1967,1892,1790,1845,1662,2633,1755,1748,1749,1759,1750,1568,1527,1531,1473,1616,1531,1628,1617,1534,1527,1490,1466,1474,1420,1499,1538,1469,1464,1462,1461,1463,1893,1417,1377,1299,1946,1512,1473,1417,1555,1608,1599,1536,1439,1411,1381,1368,1364,1380,1369,1370,1364,1363,1363,1339,1818,1326,1334,1333,1331,1344,1332,1380,1387,1332,1321,1794,1812,1907,1419,1467,1457,1409,1312,1802,1790,1770,1783,1783,1727,1697,1700,1698,1698,1685,1805,1849,1346,1352,1344,1349,1330,1271,1825,1270,1848,1319,1323,1824,1781,1787,1756,1784,1822,1808,1799,1764,1844,1347,1347,1343,1346,1346,1343,1344,1237,1768,1726,1722,1722,1722,1720,1723,1721,1718,1753,1809,1781,1768,1713,1797,1818,1844,1787,1844,1785,1773,1745,1737,1765,1761,1761,1764,1753,1816,1801,1809,1804,1307,1882,1819,1831,1793,1780,1751,1767,1770,1776,1766,1742,1759,1754,1771,1785,1766,1806,1807,1749,1751,1744,1750,1744,1705,1797,1792,1724,1766,1819,1767,1775,1764,1703,1687,1715,1822,1790,1752,1673,1708,1766,1793,1784,1783,1721,1752,1666,1715,1703,1686,1643,1619,1602,1654,1712,1730,1641,1675,1724,1734,1727,1725,1726,1766,1751,1763,1747,1719,1774,1780,1789,1813,1767,1707,1810,1811,1809,1768,1742,1763,1783,1755,1784,1751,1797,1771,1726,1700,1712,1751,1761,1807,1770,1786,1761,1810,1804,1804,1805,1806,1779,1765,1762,1727,3504,2750,2641,3381,2381,2159,2415,2575,2866,2525,2751,2433,2580,2535,2634,2217,2207,2163,2106,2210,2207,1989,1913,1917,1881,1632,1888,1940,1913,1915,1767,1744,1742,1707,1763,1743,1737,1740,1742,1640,1623,1624,1599,1729,1505,1507,1627,1572,1603,1538,1396,1656,1792,1812,1648,2115,1463,1429,1387,1382,1385,1853,1834,1854,1880,1858,1847,1853,1854,1888,1842,1814,1836,1828,1896,1338,1766,1840,2006,1539,1528,1521,1513,1470,1947,1463,1951,1538,1591,1565,1518,1450,1458,1476,1468,1471,1462,1459,1460,1468,1426,1414,1468,1424,1434,1503,1429,1417,1432,1446,1445,1429,1455,1433,1381,1444,1422,1415,1370,1438,1438,1437,1428,1413,1293,1937,1413,1389,1447,1330,1356,1324,1837,1349,1328,1209,1797,1339,1333,1331,1296,1814,1334,1333,1343,1335,1260,1430,1263,1811,1783,1790,1751,1723,1711,1719,1297,1780,1724,1717,1719,1816,1293,1724,1722,1750,1723,1717,1715,1708,1805,1759,1816,1719,1853,1349,1348,1348,1349,1348,1349,1350,1256,1791,1334,1295,1811,1814,1796,1775,1743,1743,1764,1778,1795,1773,1822,1801,1785,1766,1766,1832,1270,1707,1761,1788,1787,1763,1776,1781,1779,1790,3054,2505,2283,2196,2269,2237,2236,2365,2532,2528,2530,2772,2533,2122,1802,1775,1765,1754,1726,1726,1727,1771,2204,2416,2072,2219,2371,2201,2242,2344,2070,2170,2173,2123,2128,1903,1935,2009,1961,1963,1937,1958,1970,1950,1622,1780,1782,1794,1788,1789,1785,1804,1816,1628,1532,1372,1598,1674,1425,1712,1720,1717,1675,1588,1712,1719,1659,1615,1607,1396,1913,1282,1981,1353,1914,1407,1515,1383,1913,1404,1406,1396,1420,1327,1836,1341,1819,1565,1402,1826,1341,1822,1389,1266,1915,1467,1330,1965,1372,1350,1827,1476,1467,1327,2106,1719,1704,1750,1617,1608,1613,1601,1584,1611,1616,1622,1627,1620,1612,1634,1572,1536,1546,1359,1771,1801,1992,1491,1520,1354,1881,1400,1387,1343,1331,1328,1424,1534,1500,1499,1515,1415,1317,1812,1803,1803,1801,1738,1776,1854,1812,1297,1906,1303,1796,1789,1308,1785,1843,1325,1576,2391,2247,2248,2252,2252,2210,2602,2102,2384,2300,1930,1951,1928,1918,1913,1909,1935,1909,1907,1910,1908,2251,1913,2078,2009,2116,1908,1908,2059,2432,2245,2334,2835,3643,2548,2606,1986,1888,1925,2157,2173,2180,2132,2074,2188,2211,2235,2336,2575,2328,2346,2138,2265,2398,2320,2169,2137,1928,2299,2201,2304,2162,2251,2161,2407,2370,2743,2968,3110,3274,2775,2859,2541,2709,2961,3434,2484,2290,2949,2925,2684,2433,2323,2317,2324,2189,2086,2004,2608,2596,2700,2727,2687,2292,2724,2321,2856,2365,2257,2038,1959,1954,1835,1836,1835,2203,1863,2047,2492,2493,3239,2630,2646,2170,2199,2642,2251,2327,2407,2403,2453,2160,2695,2664,2856,2329,2129,2396,2081,2789,2643,2785,2777,2411,2492,2520,2258,2202,2128,2757,2554,2453,2800,2799,3051,2273,2931,2370,2326,2069,2126,2523,2303,1993,2304,2007,2635,2543,2686,2527,2286,2324,2334,2440,1926,1988,2084,2065,2289,2202,2326,2370,2408,2563,2417,2602,2650,2372,2286,2566,2207,2288,2571,2531,2487,2453,2562,2527,2527,2568,2571,2483,2369,2327,2045,2330,2239,2194,2388,2409,2689,2282,2449,2410,2286,2403,2609,2453,2364,2926,2614,2525,2610,2452,2404,2043,2189,2568,2448,2162,2213,2352,2247,2247,2010,2281,2280,2297,2482,2410,1968,1873,1931,2509,2208,1971,1970,2327,2483,2612,2568,2484,2611,2285,2048,2408,2443,2368,2448,2205,2125,2047,2533,2523,2330,2607,2118,2290,2290,2204,2288,2079,2129,2373,2165,2349,2359,2334,2042,1763,1627,1811,1849,1840,1885,2166,2206,1968,2330,1924,1804,2411,2410,2560,2224,2344,2566,2442,2374,2526,2413,2405,2568,2766,2292,2032,2401,2411,2405,2089,2365,2449,2484,2112,2372,2764,2608,2891,2089,1721,1731,2161,2243,2253,2323,1932,1883,2208,2323,1935,2029,1791,1654,1795,1855,1959,1906,1886,1890,2363,2327,2362,2290,2408,2330,2599,2653,2450,2527,2686,2409,2484,2251,1857,2047,1889,1880,1848,1849,1840,2293,2841,2089,2047,2008,1967,2810,2721,2494,2447,2645,2166,2044,2168,2409,2443,2332,2687,2648,2566,2490,2563,2575,2444,2604,2728,2329,2451,2444,2372,2566,2365,2295,2404,2527,2285,2246,2286,2606,2456,2164,2171,2285,2803,2130,2399,2289,2284,2214,2365,2213,2249,2042,2363,2653,2643,2410,2202,2377,2444,2045,2005,2005,2166,2247,2213,2367,2684,2084,2326,2448,2452,2322,2607,2290,2567,2207,2491,2650,2404,2406,2480,2450,2285,2293,2404,2689,2129,1966,1966,1965,1926,1667,1640,1763,1692,2291,2007,1928,1643,1609,2427,2690,2171,2123,2126,2530,2847,2323,2487,2408,2251,2282,2247,2248,2290,2610,2367,2244,2122,2051,2127,2085,2046,2210,2165,2562,2448,2688,2530,2525,2369,2686,2607,2609,3316,2217,2539,2727,2647,2049,2323,2600,2891,2619,2203,2127,2130,2408,2484,2601,2453,2206,2125,2327,2167,2797,2616,2171,2206,2167,2163,2128,2713,3126,2701,2985,2893,2858,2798,2968,2831,2759,2743,2817,2617,2943,2872,2831,2872,2819,2722,2553,2951,2448,2511,2485,2244,2251,2203,3053,2714,2736,2886,2207,2389,2763,2411,2366,2250,2446,2450,2447,2404,2369,2281,2250,2405,2449,2607,2328,2287,2247,2331,2174,2433,2221,2646,2697,2447,2602,2527,2419,2398,2354,2124,2465,2328,2627,2448,2358,2605,2563,2615,2897,2454,2440,2408,2447,2492,2648,2420,2731,2447,2473,2406,2585,2526,2489,2492,2410,2245,2327,2903,2388,2350,2369,2325,2048,2041,2013,2079,2248,2342,2553,2390,2527,2204,1786,2145,1889,2130,1922,1844,1701,1974,2162,2172,2289,2404,2324,2727,2247,2253,2484,2371,2321,2448,2487,2566,2375,2402,2371,2574,3080,2572,2680,2732,2448,2286,2447,1963,2129,2051,2046,2649,2009,2366,2690,2163,1888,1882,2250,2723,3049,2411,2084,1889,1883,3039,3085,2892,2301,2248,2203,2126,2996,2892,2539,2165,2126,2127,2207,2491,2679,2454,2125,2126,2126,2127,2563,2538,2363,2125,2126,1781,1986,2085,2672,2777,2827,2816,2895,3097,2389,2609,2848,2748,2320,2782,2646,2534,1982,2499,2155,2245,2617,2309,2533,2035,2200,2767,2344,1953,2080,2205,2127,1979,2311,2597,2827,2508,3892,2537,2795,2775,2788,2394,1978,2539,2535,2840,3107,2666,2469,2807,2736,2688,2603,2646,2722,2648,2595,2484,2805,2917,2383,1918,2418,1975,2000,2517,2564,2705,2252,1981,2211,2703,2706,2651,2406,2242,2574,2888,2525,2446,2728,2815,2869,2616,2641,2529,2571,2324,2331,2364,2451,2563,2572,2499,3323,3010,2294,2602,2607,2654,2368,2484,2513,2649,2568,2653,2484,2531,2641,2371,2571,2525,2537,2493,2445,2445,2566,2650,2486,2450,2411,2713,2688,2569,2565,2449,2459,2447,2488,2648,2004,2607,2244,2254,2280,2095,2046,1849,2444,2433,2568,2361,2385,2355,2610,2528,2700,2691,2629,2245,2445,2287,2048,1993,2437,2484,2250,1922,2210,2636,2624,2126,2402,2874,2504,2130,2086,2006,2247,2279,2836,2863,2855,3361,2614,2405,2742,2513,2640,2540,2369,2204,2409,2603,2086,2501,2726,2679,2331,2005,2208,2209,2246,2168,2242,2373,2243,2651,2448,2723,2492,2425,2488,2406,2731,2586,2826,2665,2175,2286,2566,2688,2564,2490,2407,2527,2653,2485,2396,2204,2124,2342,2444,2162,2202,2044,2166,2166,2167,2371,2243,2206,2345,2470,2370,2491,2324,2249,2647,2219,2395,2571,2608,2327,2326,2324,2368,2567,2973,2534,2371,2344,2696,2569,2486,2570,2579,2366,2598,2284,2373,2519,2496,2416,2125,2407,2407,2566,2087,2006,2324,2373,2684,2047,2250,2445,2569,2483,2487,2174,2785,2613,2690,2604,2214,2033,2243,2289,2205,2329,2169,2850,2248,2323,2403,2209,2171,2202,2169,2208,2166,2490,2806,2569,2561,2492,2249,2160,2335,2242,2251,2282,2011,2364,2885,2728,2613,2608,2568,2647,2486,2527,2406,2413,2408,2720,2652,2608,2571,2448,2402,2328,2489,2568,2571,2480,2374,2401,2365,2535,2561,2367,2327,2447,2453,2805,2532,2525,2295,2479,2364,2335,3049,2531,2490,2483,2368,2365,2492,2288,2364,2562,2448,1897,2365,2644,2531,2171,2399,2449,2409,2438,2735,2489,2527,2523,2533,2808,2445,2366,2126,2330,2647,2484,3011,2532,2564,2524,2450,2445,2335,2403,2564,2575,2605,2404,2573,2603,2568,2572,2526,2489,2124,2445,2253,2846,2482,2335,2888,2483,2731,2363,2574,2600,2532,2283,2008,1971,1965,2484,2571,2523,2532,2288,2482,2365,2291,2091,2929,2607,2643,2291,2286,2282,2249,3495,2681,2572,2567,2967,2969,2887,2488,2529,2409,2489,2724,2572,2364,2331,2369,2447,2483,3006,2490,2370,2323,2327,2365,2692,2526,2573,2520,2449,2455,2604,2530,2562,2492,2486,2487,2445,2811,2283,2412,2563,2495,2487,2641,2454,2683,2414,2364,2370,2679,2488,2488,2532,2362,2256,2447,2969,2446,2482,2492,2444,2531,2609,2569,2564,2610,2567,2485,2492,2482,2528,2650,2524,2410,2448,2443,2415,2523,2483,2448,2172,2529,2285,2451,2525,2528,2447,2323,2249,2285,2491,2487,2410,2319,2252,2246,2483,2614,2566,2406,2691,2369,2280,2651,2407,2209,2328,2444,2412,2282,2284,2813,2245,2329,2089,1958,1854,1881,1926,2529,2525,2289,2085,2004,2007,2008,2205,2167,3157,3142,2687,2567,2611,2525,2407,2567,2648,2327,2334,2321,2166,2171,2362,2327,2287,2487,2329,2930,2290,2806,2565,2613,2567,2772,2482,2393,2784,2972,2918,2995,3528,2352,2166,2126,2127,2289,2291,2942,2309,2165,2126,2087,2933,2939,2675,2594,2716,2608,2675,2806,2559,2175,2319,2237,3638,2798,2638,2483,2406,2407,2438,2344,2206,2363,2248,2249,2915,2174,2713,2968,2121,2088,2006,2092,1807,1780,2584,2978,2096,2273,2063,1727,2049,2244,2166,2251,2168,1966,2863,2431,2521,2851,2041,2014,2055,1808,2005,2046,2024,2441,2801,3422,2596,2366,2426,2286,2593,2859,2552,2568,2452,2368,2404,2699,2412,2690,2229,2341,2413,2406,2279,2415,2602,2451,2450,2563,3172,2610,2511,2642,2251,2164,3031,2804,2604,3332,2490,2651,2745,2508,2646,2645,2530,2571,2849,2731,2645,2526,2692,2524,2470,2268,2279,2718,2620,2450,2647,2490,2686,2604,2556,2526,3062,2328,2611,2485,2085,2519,2441,2575,2741,2524,2531,2348,2293,2179,3895,2648,2681,2450,2557,2643,2324,2509,2723,2407,2732,2731,2770,2765,2432,2259,2712,3093,2386,2431,2286,2302,2433,2700,2686,2477,2618,2393,2707,3069,2412,2370,2604,2463,2683,2455,2242,2569,2485,2490,2808,3211,2646,2406,2568,2533,2727,2369,2483,2328,2568,2463,2850,2770,2872,2721,2532,3065,2692,2472,2559,2408,2409,2407,2370,2283,2333,2488,2466,2484,2466,2329,2566,2492,2642,2694,2647,3165,3190,2134,2541,2614,2485,2504,2369,2172,2325,2368,2244,2511,2748,2743,2649,2706,2488,2453,2681,2415,2359,2067,2328,2494,2620,2415,2401,2753,2543,2594,2565,2229,2581,2388,2326,2795,2584,2486,2975,2847,2363,2166,3312,2664,2407,2476,2346,2168,2102,2338,2375,2587,2611,2525,3210,2266,2613,2621,2612,2387,2285,2469,2591,2323,2083,2053,2220,2275,2280,2836,2768,2562,2472,3325,2611,2567,2405,2791,2708,2664,2511,2712,2484,2331,2444,2086,3085,2273,3045,2566,2668,2173,3009,2299,2035,1879,2634,2241,2251,2883,4497,2431,2485,2507,2824,2549,2252,2361,2453,2323,2832,3672,2286,2125,2371,2161,2166,2591,5117,2128,2541,2772,2244,3677,2120,2148,3091,2645,2287,3495,2487,3291,2926,2166,7045,2705,2186,2389,2402,3676,2447,2545,2329,3692,1983,3919,3241,2448,2730,2531,2389,3426,2346,2089,2204,2128,2224,4074,2163,2194,2360,2371,3295,2560,4578,2767,2149,3466,2812,2485,2246,2349,2127,2551,3529,2804,3970,2949,1973,2287,2346,2446,2405,3012,3272,3202,2611,2324,2347,2336,2283,3487,2348,2164,2367,2134,2847,2087,2764,2285,2332,2210,2422,3490,2926,2650,2727,2568,2833,2644,2448,2610,2203,2327,2368,2747,2612,2344,2675,2640,2470,2569,2744,2495,2445,2646,2529,2824,2416,2166,2199,2609,2531,2369,2481,2315,2467,2604,2407,2330,2664,2470,3245,2488,2408,2566,2531,2529,2607,2527,2526,2488,2448,2225,2406,2132,2686,2645,2493,2488,2564,2370,2127,4314,2588,2627,2544,2266,2488,2246,2405,2617,2446,2448,2324,2328,2307,2248,2127,2081,2291,2366,2367,2265,2251,2042,1926,2005,2046,2006,1966,2293,2026,2603,2532,2566,2523,2488,2373,2526,2708,2522,2415,2406,2447,2707,3305,4477,2508,2730,2487,2848,2406,2466,2532,2383,2287,2050,2609,1966,2265,2446,2648,2647,2751,2408,2083,2005,2006,2252,2380,2529,2690,2487,2446,2812,2546,2645,2170,2045,2425,2287,2254,2526,2685,2605,2487,2535,2482,2428,2506,2169,2550,2402,2447,2407,2971,2050,2287,2325,2125,2648,2429,2710,2441,2452,2689,2563,2570,2990,2429,2364,2208,2272,2359,2653,2444,2550,2344,2508,2230,2329,3251,2341,2610,2484,2568,2533,2582,2428,2169,2489,2442,2373,2629,2604,6101,2610,2704,2187,2230,3612,4007,3270,2952,2783,2329,2929,2529,2406,2364,2328,2570,2288,2964,2275,2284,2424,2668,2426,2208,2046,2894,2950,3585,2972,2650,2260,2433,4494,2408,2604,2766,2407,2213,2400,2909,2588,3456,2907,2291,2340,2154,2601,2193,2487,2366,2609,2203,2405,2572,2248,2204,3609,4250,3077,3386,2933,2503,2709,2709,2607,2670,2402,2373,2365,2287,2223,2272,2608,3010,2810,2528,2405,2909,2382,2850,2729,2447,2570,2567,2567,2648,2411,2346,2406,2361,2292,2329,2489,2525,2448,2406,2448,2483,2410,2610,2524,2392,2644,2647,2807,2653,2603,2608,2569,2574,2742,2306,2570,2845,2616,2648,2644,2491,2480,2612,2692,2685,2727,2649,2604,2375,2342,2650,2669,3371,2488,3001,2494,2324,2567,2614,2928,2464,2769,2203,3096,4367,2473,2525,3285,2191,2451,2428,2646,2581,2094,2320,3132,3286,2451,2486,2210,2686,2130,2169,2907,2884,2547,7301,2851,6478,2654,2685,2528,2724,4172,7491,4949,2708,2205,2511,2169,4990,5740,2431,2207,2667,2970,2360,2013,12111,2566,2392,2264,2446,3674,3166,2690,4058,2327,2204,2169,2660,2709,2769,2365,2772,2446,4051,2335,2045,2199,2170,2171,3002,2575,2407,2442,2448,2530,2364,2213,3411,2504,4274,2406,2887,2787,2327,2448,2226,2454,2444,2407,2491,2120,2732,2309,3927,4037,1966,3229,2267,2179,2455,2463,4011,2615,2345,2361,2247,2125,5144,2261,2168,2207,2269,2289,2160,2204,2127,2273,2944,2249,2170,3047,2647,2168,3167,2529,2704,2393,2443,2286,2246,3737,2442,2752,2628,2510,2724,2913,2443,2693,3185,2768,2526,2416,2282,2288,2130,2681,2672,2169,2324,2328,2629,2810,2646,2486,2448,2302,2087,2051,3046,2610,2284,2286,2494,2640,2367,2407,2287,2329,2248,2091,2120,2430,2907,2552,2685,3396,2280,2250,2963,2376,2484,2288,2208,2247,2081,2553,2527,2785,2409,2127,2123,2088,2087,2443,2368,2508,2896,2565,2563,2526,2428,2572,2567,2647,2486,2430,2724,2573,2387,2284,2208,2152,2305,2443,3049,2409,2269,2228,2198,2408,2568,2453,2588,2667,2326,2925,2672,2524,2334,2724,8007,4315,3128,2505,2082,2214,2667,2685,2566,3134,2368,2765,5060,2283,2786,2433,2280,2507,2448,2348,2354,2224,2286,2246,2287,2606,2325,2695,2529,2285,2284,2611,2789,2645,2567,2387,3269,2828,2527,2907,2214,2282,2552,2565,2345,2289,2370,2366,2464,2493,2239,2134,8017,3674,3997,2580,2214,2161,2525,2528,2273,2727,2751,2603,2367,7321,3731,2810,2926,2210,2366,2494,2867,3029,2284,2569,2327,2690,2890,2802,2432,2566,2006,2210,2043,2223,2833,2242,2547,2447,2654,2844,2755,2561,2209,2171,2122,2166,2171,2084,2045,2244,2088,2047,2746,3255,2304,2290,2161,2205,2168,2206,2366,2332,3294,2122,2167,2402,2772,2127,2411,2225,2244,2244,2536,2186,2247,2121,2245,2009,2769,2388,2990,2329,2541,2692,2482,2449,2369,2647,3070,2444,2254,2280,2247,2247,2994,2445,2669,2405,2425,2669,2369,2751,2587,2451,2441,2370,2530,2481,2868,2650,2513,2286,2247,2385,2564,2692,2929,2609,2426,2330,2447,2442,2290,2407,2490,2982,2753,2631,2627,2344,2110,2201,2792,2607,2626,2291,2425,2510,2523,2368,2244,2567,2394,2566,2525,2329,2609,2602,2330,2726,2070,2331,2042,2129,2166,2169,2121,1965,1887,2289,2369,2681,2532,2507,2726,2573,2549,2364,2950,2646,2449,2925,2485,2213,2188,2822,2572,3930,2610,3369,2647,2569,2326,2449,2367,2284,2648,2494,2585,2646,2568,2652,2561,2488,2490,2568,2569,2607,2567,2526,2690,3151,2569,3124,3210,2534,2565,2689,2646,2810,2823,2388,2469,2511,2502,2413,2408,2421,2450,2610,2525,2565,2673,2522,2431,2288,2491,2406,2429,2484,2407,2366,2711,2885,2490,2525,2652,3009,3208,3005,2487,2814,2484,2486,2948,2273,2566,2649,2604,2573,2449,2439,2331,2285,2528,2444,2528,2514,2744,2407,2490,2483,2749,2633,2246,2608,2725,2490,2509,2504,2528,2407,2571,2450,2442,2493,2668,2406,2868,3346,2408,2351,2589,2485,2326,2512,2687,2486,2684,2427,2447,2532,2428,2703,2427,2711,2370,2423,2691,2571,2526,2685,2571,2622,2548,2847,2455,2280,2508,2732,2747,3126,2693,2725,2631,2402,2290,2614,2500,2691,2405,2409,2552,2641,2433,2643,2615,2567,2324,2364,2366,2490,2248,2664,2414,2362,2828,2852,2369,2603,2631,2648,2643,2511,2810,2269,2725,2466,2990,2604,2374,2470,2644,2609,2806,2608,2529,2468,2523,2214,2279,2492,2362,2327,2513,2330,2284,2489,2300,2250,2171,2005,1965,1966,3047,2484,2332,2370,2400,2208,2044,2087,2046,2048,2044,2309,3669,2653,2489,2368,2204,2410,2826,2484,2387,2749,1985,2711,2170,3143,2291,2388,2567,3770,2146,3429,2629,2448,2348,2528,2324,2533,2701,2392,2386,2447,2533,2424,3008,2127,2610,3470,3106,2391,2685,2084,2169,2263,2655,2240,2475,2381,2609,2084,2367,2488,2251,2604,2431,2202,2174,4047,2265,2494,2102,2587,1811,3649,4088,4099,2559,2334,2080,3635,2144,3992,2793,2446,2363,3114,2507,3793,2810,2346,2825,3008,2325,6764,2670,3450,6436,2775,6037,3248,6695,3652,2111,2704,6459,2711,2686,2267,2132,2981,2429,2485,2272,2888,2285,2328,2171,2426,3203,2475,2905,3688,2536,2162,5498,2086,2084,3086,3839,2503,2368,3410,2450,2588,2389,2523,2206,2245,2014,2842,2406,2089,3374,2323,2649,3414,7215,2728,2813,2325,2166,3589,2593,2247,2925,2172,2342,2265,2370,5078,2162,2350,2848,2565,2050,2567,2250,3169,2502,1967,3054,3104,2454,2485,2622,4373,2655,2603,2304,2548,2229,2291,2123,2507,2491,2370,2383,2588,2404,2633,2167,2365,2510,2443,2549,2324,2407,2130,2369,2464,2530,2265,2163,2330,2487,2748,2489,2352,2700,2373,2466,2228,3648,2127,3108,2365,2829,2451,2171,2365,2246,2949,4570,2247,2331,3088,4798,4869,2811,2623,2375,4286,3555,2729,3211,2567,2850,2046,2279,2569,3174,2604,2084,4259,2048,3007,2850,2161,2349,4758,2364,2451,2403,2533,3008,7501,2644,2125,3940,2285,3082,4056,2131,2466,7319,2286,2935,1877,2127,2814,2844,5817,3269,3351,2492,3628,2151,2326,2244,2352,2223,2363,2370,2506,2453,2266,2462,2351,2848,3531,2684,2650,2992,4310,3955,2263,2127,2310,2831,2922,2587,3030,2288,2167,2307,2525,4155,2131,2187,2624,2170,2808,4413,2429,2238,2292,2266,3108,3954,2430,3788,3994,2628,3246,4533,2292,2263,2232,2166,2564,2566,2351,2243,3576,2686,3366,2470,2087,2829,2146,2287,4554,2490,2708,2245,2187,3813,2564,3969,2515,2547,2208,2462,2932,2827,2328,3132,3004,4475,2162,2071,2523,3976,2484,3432,2553,2178,2629,2287,2133,2821,4314,2695,2482,2208,2266,5663,2740,2693,2451,2367,2281,3410,2470,2409,2566,2688,2972,5231,3433,4408,2054,4433,4369,2283,2331,3971,2609,2733,2764,2224,2226,6399,2114,10986,8591,9905,8892,3308,4596,4332,2526,2926,3633,3249,26400,2612,2448,2408,3889,7145,2498,4597,2424,2093,4996,8481,3407,13162,2474,3224,2814,2408,2246,3784,2908,2251,2347,4194,2081,2853,5213,6139,4636,6199,5091,4899,2992,3143,2008,3336,3128,2159,2087,4517,1942,2293,3811,2089,2966,3328,2284,1932,4010,2087,2047,4108,2875,2445,2930,2225,2129,7081,4889,2513,5877,2622,2547,5297,4158,2983,2215,2204,2168,2407,2125,2566,2465,2112,2166,2320,2234,2264,3872,3291,3185,4493,13443,2326,2313,2766,2290,2239,3699,2766,2447,8701,2248,2426,5099,2305,2470,4276,2443,2648,10049,2426,3959,10344,2633,2361,12004,2408,3048,4333,5611,5663,4873,2364,3336,3088,2281,3376,2126,6059,2583,2490,5537,4749,2168,2129,4313,2630,3311,2401,2293,2202,2752,4289,2473,4548,2789,2554,4451,2408,2121,2430,2230,2200,2169,2207,2087,3807,2393,2545,3091,2286,3687,2412,2282,2092,2228,2221,3051,2470,2670,3130,2486,2127,3965,2088,2173,2266,2541,2311,3727,2491,2270,2529,2325,2220,6002,2272,2301,3013,2544,2389,5880,3990,2466,4392,2084,4138,2488,2204,2088,4589,2532,2691,2382,2331,2169,2322,2527,2085,2207,2252,2165,2128,3548,2183,2085,2088,2253,2162,2127,2122,2249,2053,2221,2386,2246,2094,2284,2126,2086,2162,2211,2827,2613,2524,3026,2407,2206,2308,2207,2168,2051,2183,2204,3269,2734,2265,2448,2089,2240,2212,3165,2509,2326,2412,2239,2456,2659,2571,2566,2808,2936,4847,2166,2229,4155,2162,2254,2689,2078,2331,2083,2094,2080,3113,2502,2127,2133,2163,2245,2290,2243,2005,3596,2445,2191,4591,2291,2421,4215,2405,2169,3031,4673,2488,2829,2467,2481,2333,2246,2263,3255,2243,2266,2285,2207,2190,2285,2769,2333,2245,2403,2292,2406,2488,2207,2408,2240,2849,2194,2460,2851,2809,2528,2528,2485,2346,2245,2334,2286,3211,2863,2352,2542,2295,2402,2653,2562,2404,2374,2266,3433,2119,3953,10194,4972,2205,2247,2248,6540,2165,2495,1962,2087,2931,2850,2561,2369,2607,2489,2284,3618,3210,3688,3272,2204,2365,2609,2404,2414,2365,2444,2707,2447,2494,2403,2325,2375,2363,2305,2568,2408,2885,3176,2323,3049,5903,2546,2204,2411,2366,2249,2121,2047,2124,2211,2127,2124,2087,2043,2049,2169,2406,2283,2205,2168,2308,2430,2705,2187,2265,2450,2411,3451,3591,2447,2164,2368,2250,2143,2489,2443,2232,2582,3030,3171,2470,2991,2582,2653,2640,2390,2506,2114,3723,2250,2372,2462,3207,3095,2683,2388,2148,2608,2946,2515,2181,2211,2406,2382,2733,2912,2464,2182,2448,2253,2402,2167,4155,2424,2687,2853,2927,2927,2934,2164,2365,2449,2968,2887,3154,2365,2887,2593,2445,2891,3430,2924,2732,2806,2487,2271,5814,2573,2540,3310,2636,3684,2153,1960,2305,2170,2070,2368,2865,2170,2686,2646,2770,2202,3157,2882,2772,4129,2930,2886,2871,4030,2053,3126,2424,5360,2127,2043,2371,2081,2294,2365,2491,2362,2323,2276,2764,2806,2734,2926,2383,2768,2290,2329,2626,2528,2747,2271,2923,2307,2292,2047,2867,2342,3294,2870,2703,2109,2224,2614,2929,3308,2302,2492,2592,2227,2843,2431,2465,2205,2967,2313,2361,2168,2728,2972,3027,2331,3364,2053,2769,2467,2845,2567,2891,2745,2927,2410,2748,2270,2385,2207,2765,2454,2480,2349,2587,2273,2508,2549,2467,2626,3068,2242,2607,2454,2645,2532,2544,2771,2265,2388,2402,2410,2249,2469,3084,2554,2401,2490,2568,2444,2453,3067,2610,2641,2569,2534,2888,2649,2504,2528,2427,2566,2429,2771,2364,2406,2592,2466,2450,2406,2723,2251,2426,2549,2586,2530,2528,2650,2644,2612,2519,2533,2683,2532,2568,2611,2399,2571,2366,2468,2405,2514,3790,2691,2481,2405,2348,2450,2211,2567,2364,2212,2200,2451,2288,2364,2286,2205,2134,2164,2269,2326,2524,2530,2487,2504,2894,2322,2330,2483,2030,1884,1845,1845,2228,2512,2380,2569,2527,2493,2524,2492,2521,2451,2285,2165,2209,2206,2286,2328,2288,2328,2331,2283,2246,2291,2408,2926,2364,2324,2254,2160,2208,2572,2529,2484,2444,2776,2439,2609,2589,2292,2442,2405,2371,2906,2609,2492,2484,2405,2369,2447,2228,2528,2811,3108,2204,2427,2815,2507,2600,2650,2370,2529,2545,2630,2645,2685,2611,2531,2568,2406,2604,2450,2406,2365,2529,2651,2604,2572,2666,2445,2895,2480,2955,2365,2291,2165,2180,2255,2044,2047,1999,2095,2124,2248,2665,2531,2521,2446,2409,2453,2601,2610,2570,2608,2609,2529,2520,2654,2571,2523,2447,2530,2562,2530,2531,2522,2488,2492,2525,3208,3056,2480,2447,2634,2287,2603,2608,2325,2335,2241,2245,3877,2507,2708,2585,2453,2245,2446,2370,2562,2285,2256,2365,2401,2897,2520,2367,2253,2365,2543,2451,3050,2584,2451,2725,2486,2412,2886,2124,2551,2647,2566,2694,2690,2526,2306,2506,2589,2201,2657,2284,2245,2287,2205,2207,2125,2213,2202,2166,2753,2584,2488,2164,2549,2653,2966,2571,2101,2127,3289,2251,2427,2642,2790,2249,2347,3054,3007,2125,2363,2333,2380,2609,2113,2382,2204,2088,2168,2129,2328,2044,1967,2085,2009,2045,2206,2466,2546,2768,2447,2366,2488,2270,2685,2689,2490,2450,2242,3328,2692,2608,2431,2486,2202,2245,2409,2205,2175,3048,2400,2252,2130,2198,2053,2168,2380,2533,3324,3392,3047,2273,3089,2568,2323,2305,2192,2203,2387,2210,2164,3088,2286,2230,2449,2732,6861,2463,2367,2090,3286,3408,2646,2108,2848,2669,1891,2284,2528,2367,2124,2325,2331,2242,1894,2565,2129,2160,2547,2450,2212,2199,2454,2283,2330,2425,2409,2369,2040,2053,2160,2085,2754,2482,2352,3010,2125,2081,2013,2146,2441,2332,2471,2181,2530,2808,2388,2049,2203,2290,2002,2049,2002,2351,2641,2511,2247,2190,2281,2090,2650,2504,2285,2329,2044,2570,2530,2445,2948,2647,2550,2169,2245,2649,2583,2695,2562,2273,2003,2367,2082,2009,2163,2810,2045,3275,2644,2569,2309,2089,2165,2205,2209,2208,2202,2485,2487,2668,2632,2046,2047,2006,2289,2406,2322,2170,2227,2509,2448,2300,2315,2165,2282,2634,2325,2165,2267,2550,2605,2549,2242,2555,2168,2464,2408,2367,2369,2041,2086,3292,2386,2366,2228,2407,2207,2326,2252,2242,2172,2240,2132,2307,2205,2348,2044,2086,2447,2167,2167,2411,2319,2311,2409,2265,2364,2332,2407,2281,1966,2130,3189,2405,2269,2567,2285,2488,2450,2412,2279,2086,2209,2005,2168,2647,2446,2530,2746,2375,2402,2292,2462,2410,2049,2462,2405,2730,2373,2379,2131,2206,2209,2283,2252,2444,2323,2215,2661,2453,2748,2408,2588,2642,2689,2650,2529,2527,2449,2528,2785,2450,2425,2310,2643,2204,2415,3003,2406,2548,2451,2288,2606,2512,2327,2243,2407,2448,2366,2427,2168,2524,2607,2690,2570,2532,4407,2453,3004,2613,2762,2449,2450,2587,2263,2453,2482,2451,2530,2362,2493,2607,2642,2696,2387,2524,2607,2609,2544,2789,2333,2521,2446,2408,2394,3304,2590,2584,2571,2424,2889,2853,2563,2449,2508,2447,2414,2519,2530,2432,2642,2610,2608,2652,2501,2512,2565,2388,2527,2748,2625,2214,2204,2250,2706,2264,2410,2810,2005,2045,2122,2449,2446,2694,2342,2366,2052,2083,2067,2047,2086,4035,2302,2050,3050,2281,2288,2172,2183,2585,4138,2206,2085,2123,2167,2052,2121,2168,2150,2229,2202,2166,2529,2129,2005,2102,2670,2007,1885,1848,2589,2361,2049,3767,2750,2347,2833,2246,2165,2291,2924,2088,2683,2531,2445,2087,2352,2441,2529,2472,2348,2406,2361,2911,2590,2606,2491,2723,2772,2449,2381,2533,2207,2405,2166,2425,2274,2703,2646,2571,2649,2587,2525,2333,2161,2044,2452,2284,2406,2554,2561,2574,2448,2525,3066,2375,2442,2131,2545,2605,2775,2679,2617,2343,2645,2371,2261,2471,2251,2283,2447,2665,2648,2568,2848,2129,2446,2413,2542,2555,2447,2520,2653,2345,2528,2410,2327,2329,2422,2487,2447,2852,2449,2967,2423,2789,2248,2768,2392,2442,2589,2469,2288,2507,2688,2810,3043,2332,2389,2522,2411,2930,2582,4736,3014,3046,2363,1969,2346,2251,3364,2450,2507,2392,2745,2164,1972,1885,2000,2169,2333,2821,2131,2624,2330,2567,2085,3191,2748,2162,2432,2886,2427,2714,2429,2846,2386,2327,2346,2526,2650,1926,2608,2009,2199,2313,2483,2088,2049,2868,2027,2641,2671,2204,2093,2049,2085,2846,2288,2144,2090,2702,2350,2082,2793,2226,2532,2166,2646,2771,2643,2569,2386,2146,2125,2453,2569,2403,2443,3178,2085,3403,3097,2327,4268,2146,2069,3634,2384,2027,2442,4197,2270,2259,2107,2413,2221,3574,2345,2129,2067,2885,2433,2744,2166,2332,2367,2162,2548,3557,2564,2189,2065,2266,2788,2646,2366,2350,6378,2548,2684,2391,2312,2981,3378,2679,1991,2130,2303,2047,2006,2288,2200,3177,2567,2341,2094,2161,2224,2313,2263,3188,2227,2410,3168,1973,2462,1942,3518,2925,2007,2089,2365,2571,2305,2148,4748,2590,2566,2413,2039,6701,2914,2844,2714,2908,2206,2583,2392,2407,2528,2523,2446,2411,2625,2515,2278,2213,2221,2186,2528,2572,2349,2570,2485,2624,2550,2526,2492,2643,2413,2625,2567,2486,2604,2488,2516,2625,2530,2662,2649,2369,2528,2692,2420,2472,2265,2330,2088,2519,2455,2159,2615,2121,2567,2407,2751,2029,2060,2334,2302,2389,2831,2526,3511,2824,2615,2444,3211,2162,2231,2385,2283,2335,2084,2326,2448,2105,3191,2566,2850,2329,2486,2410,2221,2570,2592,2868,3584,2047,2650,2729,2987,2573,2380,2049,2227,2464,2632,3126,3055,2927,2302,2714,2923,3376,1765,2828,2603,2495,2463,2707,2251,3310,2248,2301,2151,2329,2460,2350,2691,2367,2202,2050,2246,8346,2529,2681,15351,2149,2282,2910,4337,2165,2088,2283,2227,3854,4513,2388,2406,2442,3618,14622,6140,2402,2771,2044,2292,3432,2705,2009,2563,2283,2533,2088,2087,2283,2507,2288,2605,2693,3010,4187,3670,2412,2792,2307,2688,2660,2607,3536,2507,2366,2364,2489,2292,2163,2011,3927,4672,2574,2348,2599,2494,3006,2267,2853,2724,2472,2440,2713,3170,2343,3268,3235,2364,2593,3042,2115,2359,2475,2402,2009,2365,2325,2629,2168,2448,2306,2384,2427,2514,3448,2550,2383,2592,3145,2492,2402,2468,2327,2647,2392,2590,2139,2371,2586,2270,2287,2448,4996,2866,2369,2566,2527,3188,2291,4595,2482,2310,2509,2645,2228,3131,1921,3229,2950,3208,3555,2005,2511,2403,2492,2600,2328,3693,2749,2566,2554,2304,3708,3014,2722,2027,3128,3150,3217,2687,2347,2870,2325,2984,2635,2902,2409,1928,2610,2300,2209,1949,3854,2545,2684,2326,2489,3393,2250,2126,2527,2503,2388,1888,3047,2931,2149,3062,2248,2671,2146,3511,2464,3048,2046,2409,2608,2648,2814,1959,2772,6034,2007,2314,2685,2347,2283,2406,2628,3299,3041,2087,2412,2244,2329,1765,2687,2264,2313,2340,2388,2508,2774,3084,2366,2890,2208,2866,3357,2164,3272,2263,2971,2529,3071,4211,2988,2869,2502,2507,2389,2373,4406,2431,2247,3010,2525,2029,2502,2535,3129,2562,3211,3253,2125,1982,2091,2524,2455,2423,2127,2530,2522,2531,2225,2830,2229,2327,3485,3272,2488,2603,3034,2566,2289,2488,2972,2528,2219,2848,2613,2466,1885,2427,2629,2873,2345,2488,2403,2547,2508,3312,2345,2489,2548,2671,2420,3098,2763,2511,2643,2088,1965,2248,2365,2211,2308,2607,2322,2529,2670,2344,2334,2483,2385,2508,2288,1971,2621,2932,3004,2514,2265,2426,2935,2323,2605,2531,2325,2452,2399,2315,2587,2643,2347,2089,2190,2225,2307,2770,2484,2691,2365,2187,1923,2265,2086,2411,3054,2606,1983,2268,2109,2660,2696,2444,2225,2384,2289,2374,2321,2086,2084,2070,2106,2026,2832,2487,2482,2190,1924,1926,1845,2210,2305,2405,2429,1965,1926,1846,1911,2103,2183,2593,2285,2550,2730,2849,2404,2869,2223,2349,1924,1846,2005,2087,2126,2211,2283,2088,1844,2232,1981,2811,2426,2409,2242,2249,2367,2128,2081,2136,2206,2328,2239,2166,2233,2343,2427,2958,2700,2634,2586,2305,2385,2424,2687,3145,2417,2164,2126,2332,2899,2712,2317,2580,2246,2126,2374,2960,2433,2063,2126,2126,2087,2186,3003,2656,1986,1884,1885,2100,3098,2334,2236,2567,2243,2035,2129,2713,2650,2899,2367,2166,2277,2682,2818,2418,2416,2736,2324,2491,2960,2702,2701,2472,2414,2527,3052,2918,2529,2409,2221,2290,2429,2665,2484,2476,2603,1990,2407,2386,2718,2251,3985,2225,2248,2693,2343,2956,2310,2811,2484,2591,3680,2365,2565,2291,2082,2091,2242,2387,2438,2548,2309,2326,1948,2109,1983,2203,2174,2373,1996,1925,2054,1919,2415,2487,2685,2041,2211,2349,2446,2604,2505,2395,2504,2375,2378,2672,2612,2540,2585,2350,2285,1827,2104,1867,2276,2427,2448,2037,2291,1802,2012,2100,2677,2407,2002,2271,1936,2006,1885,2218,2331,2241,2396,2139,2043,1967,2045,2387,2411,2339,2084,1885,1966,1846,2799,2531,2412,2373,2086,1921,2053,2366,2359,2321,2418,1924,1966,2639,2459,2472,2527,2464,2449,2244,2228,2993,2369,2430,2694,2549,2612,2705,2354,2685,2365,2588,2729,2322,2052,2226,2648,2331,2782,2774,2162,1965,2432,2822,2451,2498,2294,2673,2247,2737,3138,2430,2488,2439,2291,2267,2607,3054,2642,2601,2878,2426,2526,3413,2731,2511,2859,3062,2448,2289,2873,2449,3047,2531,2584,2437,2440,3092,2437,2880,2169,2204,2584,2888,2186,2434,3266,2226,2573,2386,2263,2213,2279,2570,2411,2386,2321,2576,3007,2807,2473,2530,1795,2559,2399,2125,1965,2468,2428,2849,2889,2115,2323,3544,2438,2247,2475,2799,2563,2447,2644,2204,2211,2117,2363,2248,2086,2286,2751,2883,2162,2330,2122,2327,2370,2404,2366,3158,2404,2174,2500,2654,2716,3074,3057,2399,2090,2405,2076,2355,2727,2511,2424,2855,2524,2981,3075,2228,2172,2607,1892,2674,2693,2370,2777,2245,2078,2102,2050,2048,2319,2732,2449,2409,2403,2471,3890,4389,2436,1984,2165,2230,3484,2808,2407,3674,2170,4245,2773,2604,1789,2791,2228,2167,3952,2444,3091,3435,2392,2351,3734,2130,2617,2276,2511,2449,2225,2361,2485,2489,2654,2128,2532,2456,2493,2382,2654,2648,3488,2129,2159,2048,2512,2264,2425,7324,2831,2752,2626,2506,2705,2988,2774,3543,2594,4470,4535,2644,2414,2284,6761,2528,3313,3684,3552,3013,2304,2251,2487,2584,2472,2569,2782,2891,2565,2609,7344,2686,2347,2552,2844,2043,2227,2107,2008,2048,2589,3377,2062,2724,2290,2525,2208,2249,2840,2918,2801,2581,3242,2605,2687,2730,2457,2040,2440,4635,3012,2085,2044,1970,2170,2299,2154,2001,2588,2292,2520,2013,2348,2167,1924,2166,2865,2130,2448,2607,2084,2685,2631,2050,2728,2643,2084,2360,3257,2510,2787,2931,2538,2383,2864,2224,2613,2585,7059,13940,16431,1725,2331,3146,2528,3253,2831,3246,2310,3427,2169,3413,4087,2089,2615,2139,2722,1811,2644,2614,2204,2688,2731,2366,2809,2567,2406,2564,2350,2370,2242,2411,3446,2108,3885,2743,2431,2782,2281,2445,3252,3415,1943,2348,2107,2809,4190,2531,2321,2612,2506,2142,3815,2773,4808,2410,2408,6742,2486,2646,2687,2088,4613,2131,2083,2048,3367,4218,3009,2241,2166,2214,2559,2273,2710,3285,2305,2126,2131,2322,1970,2511,2499,2052,2207,2522,2973,2329,3486,3674,2306,2404,3377,2507,3369,3672,2485,2952,3089,2847,2285,2453,3605,2251,2165,3590,2429,3571,2487,2201,2710,2469,2091,2844,2110,2345,2264,2172,2220,5897,2134,2403,2408,2666,2626,2769,2512,2682,2569,2670,3149,2367,3610,2128,2531,2649,2428,2286,2320,2250,2747,2490,2409,2458,3224,2683,2448,3129,2569,4553,4883,2452,3177,2928,2622,3093,3973,2442,2535,2083,2366,1968,2144,2086,2634,2568,3606,2926,2493,3005,2612,2524,4539,3726,3575,2824,2028,2145,2507,2828,4491,4096,2023,3397,4568,2253,2821,3456,3147,2264,2537,2520,3289,2033,2721,2330,2332,2203,2284,2168,2028,2410,2201,2010,3170,2325,2490,3792,2445,2323,2366,2169,2589,2343,2491,2184,2816,2760,2534,2686,2888,3709,2132,2407,2321,1933,2246,2083,2147,3232,3003,2207,2130,2411,3323,2059,2153,2692,2048,3063,2834,2874,2413,2258,2642,2490,2525,3008,2742,2113,2430,2272,2201,2290,2586,2268,2043,2168,3087,2372,2848,2689,3349,2707,3085,2490,2527,4438,2530,2402,3850,3011,2610,2407,3453,2686,3003,2616,2539,3131,2971,2686,2694,2601,2749,2570,2329,2771,2263,2632,2627,2123,2411,2480,2389,2271,2602,2128,2213,2680,2173,3032,2725,2946,2287,2734,2201,2108,2423,2166,2134,3205,3268,2226,2053,2207,2047,2121,2111,2165,2287,2649,2465,2527,2531,2301,2672,2363,2051,2401,2451,2207,2326,2104,2828,2314,2361,2113,2460,3149,2568,3818,1965,2128,3003,3569,2477,2226,2685,2407,2408,2285,2425,2149,3970,2209,2483,3013,2732,2681,2407,3557,2222,2607,2855,2509,2567,2299,2533,2966,2513,4351,2343,2172,2283,2207,2243,2170,2689,2285,3027,2889,4273,2894,2428,2806,2071,2546,2328,2122,1925,2292,2446,2167,2046,2122,2652,2725,2291,2079,2092,2247,2407,2383,2409,2211,2664,2110,2187,2686,2430,2528,2620,2193,2568,2561,2214,2580,3232,2092,2279,2610,5461,2248,2179,2048,2309,3450,2810,2405,2633,2321,3254,3167,2725,3033,2130,2604,2187,2243,2613,2089,2421,3916,2523,2530,2202,2126,2293,4195,2781,2126,2611,2167,4652,2092,2087,3366,2326,2086,1965,2367,2413,2427,2224,2129,2188,2361,2033,1962,2651,1998,2094,2444,2463,2171,2086,2047,2086,2126,2411,2144,2087,2009,2003,1966,2241,2173,2289,2479,2128,2509,2209,2123,2572,2028,1964,2080,2229,2246,2250,2283,2695,2386,2324,2745,2688,2609,2225,2653,2402,2451,2324,2054,2300,2448,2311,2448,2488,2321,2289,2387,2506,2507,2433,2346,3192,2549,2655,2643,2319,2331,2403,2405,2389,2332,2367,2403,2328,2387,2206,2131,2288,2539,2452,2483,2715,2500,2592,2428,2409,2565,2707,2471,2526,2419,2557,2408,2405,3100,2526,2323,2405,2409,2487,2520,2327,2414,2648,2645,2845,2460,2720,2566,2645,2533,2504,2609,2526,2388,2405,2178,2399,2533,2768,2964,2646,2738,2627,2655,2713,2791,2486,2165,2334,2445,2457,2436,2446,2372,2006,2142,2392,2463,2794,2920,2302,2113,2397,2616,2573,2607,2544,2432,2883,2191,2385,2408,2969,2250,2806,1969,2206,2486,3306,2335,2540,2068,2211,2567,1928,2563,3350,2250,2249,3469,2367,2625,1808,2462,2045,2414,2566,3011,3078,3238,2324,4434,2543,3582,3018,3560,2209,2639,2051,2483,6606,2301,2227,2113,2563,2045,3015,2602,2190,2051,2498,2208,2366,5958,2434],"$vscode":{"rootPath":"c:\\Users\\Administrator\\Documents\\GitHub\\high-performance-go","locations":[{"callFrame":{"functionName":"(root)","scriptId":"0","url":"","lineNumber":-1,"columnNumber":-1},"locations":[]},{"callFrame":{"functionName":"(program)","scriptId":"0","url":"","lineNumber":-1,"columnNumber":-1},"locations":[]},{"callFrame":{"functionName":"(idle)","scriptId":"0","url":"","lineNumber":-1,"columnNumber":-1},"locations":[]},{"callFrame":{"functionName":"callbackTrampoline","scriptId":"15","url":"node:internal/async_hooks","lineNumber":117,"columnNumber":27},"locations":[{"lineNumber":118,"columnNumber":28,"source":{"name":"/internal/async_hooks","path":"/internal/async_hooks","sourceReference":1760071345,"presentationHint":"deemphasize","origin":"Skipped by skipFiles"}}]},{"callFrame":{"functionName":"callbackTrampoline","scriptId":"15","url":"node:internal/async_hooks","lineNumber":129,"columnNumber":0},"locations":[{"lineNumber":130,"columnNumber":1,"source":{"name":"/internal/async_hooks","path":"/internal/async_hooks","sourceReference":1760071345,"presentationHint":"deemphasize","origin":"Skipped by skipFiles"}}]},{"callFrame":{"functionName":"callbackTrampoline","scriptId":"15","url":"node:internal/async_hooks","lineNumber":130,"columnNumber":0},"locations":[{"lineNumber":131,"columnNumber":1,"source":{"name":"/internal/async_hooks","path":"/internal/async_hooks","sourceReference":1760071345,"presentationHint":"deemphasize","origin":"Skipped by skipFiles"}}]}]}} \ No newline at end of file