zyflow 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-flow/metrics/agent-metrics.json +1 -0
- package/.claude-flow/metrics/performance.json +87 -0
- package/.claude-flow/metrics/system-metrics.json +4370 -0
- package/.claude-flow/metrics/task-metrics.json +10 -0
- package/.claude-plugin/marketplace.json +18 -0
- package/.claude-plugin/plugin.json +17 -0
- package/.gitleaks.toml +69 -0
- package/.hive-mind/config/queens.json +59 -0
- package/.hive-mind/config/workers.json +72 -0
- package/.hive-mind/config.json +111 -0
- package/.hive-mind/hive.db +0 -0
- package/.hive-mind/hive.db-shm +0 -0
- package/.hive-mind/hive.db-wal +0 -0
- package/.leann/indexes/zyflow/documents.ids.txt +2078 -0
- package/.leann/indexes/zyflow/documents.index +0 -0
- package/.leann/indexes/zyflow/documents.leann.meta.json +25 -0
- package/.leann/indexes/zyflow/documents.leann.passages.idx +0 -0
- package/.leann/indexes/zyflow/documents.leann.passages.jsonl +2078 -0
- package/.mcp.json +41 -0
- package/.moai-backups/20260126_231508/.mcp.json +11 -0
- package/.moai-backups/20260126_231508/backup_metadata.json +34 -0
- package/.moai-backups/20260129_145438/.mcp.json +41 -0
- package/.moai-backups/20260129_145438/backup_metadata.json +53 -0
- package/.moai-backups/20260129_145504/.mcp.json +41 -0
- package/.moai-backups/20260129_145504/backup_metadata.json +20 -0
- package/.moai-backups/20260201_140004/.mcp.json +41 -0
- package/.moai-backups/20260201_140004/backup_metadata.json +51 -0
- package/.moai-backups/backup/.mcp.json +12 -0
- package/.moai-backups/settings-backup/settings.local.json +61 -0
- package/.pre-commit-config.yaml +74 -0
- package/.prettierignore +3 -0
- package/.prettierrc +7 -0
- package/.scannerwork/.sonar_lock +0 -0
- package/.scannerwork/report-task.txt +6 -0
- package/.serena/project.yml +105 -0
- package/.shadcn-admin-ref/.env.example +1 -0
- package/.shadcn-admin-ref/.prettierignore +18 -0
- package/.shadcn-admin-ref/.prettierrc +50 -0
- package/.shadcn-admin-ref/LICENSE +21 -0
- package/.shadcn-admin-ref/components.json +21 -0
- package/.shadcn-admin-ref/cz.yaml +7 -0
- package/.shadcn-admin-ref/eslint.config.js +59 -0
- package/.shadcn-admin-ref/index.html +80 -0
- package/.shadcn-admin-ref/knip.config.ts +8 -0
- package/.shadcn-admin-ref/netlify.toml +4 -0
- package/.shadcn-admin-ref/package.json +83 -0
- package/.shadcn-admin-ref/public/images/favicon.png +0 -0
- package/.shadcn-admin-ref/public/images/favicon.svg +4 -0
- package/.shadcn-admin-ref/public/images/favicon_light.png +0 -0
- package/.shadcn-admin-ref/public/images/favicon_light.svg +1 -0
- package/.shadcn-admin-ref/public/images/shadcn-admin.png +0 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-discord.tsx +28 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-docker.tsx +33 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-facebook.tsx +25 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-figma.tsx +27 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-github.tsx +25 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-gitlab.tsx +25 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-gmail.tsx +28 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-medium.tsx +30 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-notion.tsx +28 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-skype.tsx +26 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-slack.tsx +28 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-stripe.tsx +25 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-telegram.tsx +25 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-trello.tsx +27 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-whatsapp.tsx +26 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/icon-zoom.tsx +26 -0
- package/.shadcn-admin-ref/src/assets/brand-icons/index.ts +16 -0
- package/.shadcn-admin-ref/src/assets/clerk-full-logo.tsx +41 -0
- package/.shadcn-admin-ref/src/assets/clerk-logo.tsx +23 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-dir.tsx +110 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-layout-compact.tsx +131 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-layout-default.tsx +124 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-layout-full.tsx +100 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-sidebar-floating.tsx +82 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-sidebar-inset.tsx +58 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-sidebar-sidebar.tsx +53 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-theme-dark.tsx +79 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-theme-light.tsx +78 -0
- package/.shadcn-admin-ref/src/assets/custom/icon-theme-system.tsx +116 -0
- package/.shadcn-admin-ref/src/assets/logo.tsx +24 -0
- package/.shadcn-admin-ref/src/components/coming-soon.tsx +16 -0
- package/.shadcn-admin-ref/src/components/command-menu.tsx +91 -0
- package/.shadcn-admin-ref/src/components/config-drawer.tsx +354 -0
- package/.shadcn-admin-ref/src/components/confirm-dialog.tsx +67 -0
- package/.shadcn-admin-ref/src/components/data-table/bulk-actions.tsx +213 -0
- package/.shadcn-admin-ref/src/components/data-table/column-header.tsx +74 -0
- package/.shadcn-admin-ref/src/components/data-table/faceted-filter.tsx +146 -0
- package/.shadcn-admin-ref/src/components/data-table/index.ts +6 -0
- package/.shadcn-admin-ref/src/components/data-table/pagination.tsx +130 -0
- package/.shadcn-admin-ref/src/components/data-table/toolbar.tsx +85 -0
- package/.shadcn-admin-ref/src/components/data-table/view-options.tsx +56 -0
- package/.shadcn-admin-ref/src/components/date-picker.tsx +51 -0
- package/.shadcn-admin-ref/src/components/layout/app-sidebar.tsx +37 -0
- package/.shadcn-admin-ref/src/components/layout/app-title.tsx +64 -0
- package/.shadcn-admin-ref/src/components/layout/authenticated-layout.tsx +42 -0
- package/.shadcn-admin-ref/src/components/layout/data/sidebar-data.ts +205 -0
- package/.shadcn-admin-ref/src/components/layout/header.tsx +50 -0
- package/.shadcn-admin-ref/src/components/layout/main.tsx +27 -0
- package/.shadcn-admin-ref/src/components/layout/nav-group.tsx +185 -0
- package/.shadcn-admin-ref/src/components/layout/nav-user.tsx +124 -0
- package/.shadcn-admin-ref/src/components/layout/team-switcher.tsx +86 -0
- package/.shadcn-admin-ref/src/components/layout/top-nav.tsx +67 -0
- package/.shadcn-admin-ref/src/components/layout/types.ts +44 -0
- package/.shadcn-admin-ref/src/components/learn-more.tsx +44 -0
- package/.shadcn-admin-ref/src/components/long-text.tsx +84 -0
- package/.shadcn-admin-ref/src/components/navigation-progress.tsx +25 -0
- package/.shadcn-admin-ref/src/components/password-input.tsx +42 -0
- package/.shadcn-admin-ref/src/components/profile-dropdown.tsx +75 -0
- package/.shadcn-admin-ref/src/components/search.tsx +37 -0
- package/.shadcn-admin-ref/src/components/select-dropdown.tsx +62 -0
- package/.shadcn-admin-ref/src/components/sign-out-dialog.tsx +38 -0
- package/.shadcn-admin-ref/src/components/skip-to-main.tsx +10 -0
- package/.shadcn-admin-ref/src/components/theme-switch.tsx +58 -0
- package/.shadcn-admin-ref/src/components/ui/alert-dialog.tsx +154 -0
- package/.shadcn-admin-ref/src/components/ui/alert.tsx +65 -0
- package/.shadcn-admin-ref/src/components/ui/avatar.tsx +50 -0
- package/.shadcn-admin-ref/src/components/ui/badge.tsx +45 -0
- package/.shadcn-admin-ref/src/components/ui/button.tsx +58 -0
- package/.shadcn-admin-ref/src/components/ui/calendar.tsx +210 -0
- package/.shadcn-admin-ref/src/components/ui/card.tsx +91 -0
- package/.shadcn-admin-ref/src/components/ui/checkbox.tsx +29 -0
- package/.shadcn-admin-ref/src/components/ui/collapsible.tsx +31 -0
- package/.shadcn-admin-ref/src/components/ui/command.tsx +181 -0
- package/.shadcn-admin-ref/src/components/ui/dialog.tsx +142 -0
- package/.shadcn-admin-ref/src/components/ui/dropdown-menu.tsx +254 -0
- package/.shadcn-admin-ref/src/components/ui/form.tsx +164 -0
- package/.shadcn-admin-ref/src/components/ui/input-otp.tsx +74 -0
- package/.shadcn-admin-ref/src/components/ui/input.tsx +20 -0
- package/.shadcn-admin-ref/src/components/ui/label.tsx +23 -0
- package/.shadcn-admin-ref/src/components/ui/popover.tsx +45 -0
- package/.shadcn-admin-ref/src/components/ui/radio-group.tsx +42 -0
- package/.shadcn-admin-ref/src/components/ui/scroll-area.tsx +65 -0
- package/.shadcn-admin-ref/src/components/ui/select.tsx +182 -0
- package/.shadcn-admin-ref/src/components/ui/separator.tsx +25 -0
- package/.shadcn-admin-ref/src/components/ui/sheet.tsx +136 -0
- package/.shadcn-admin-ref/src/components/ui/sidebar.tsx +728 -0
- package/.shadcn-admin-ref/src/components/ui/skeleton.tsx +13 -0
- package/.shadcn-admin-ref/src/components/ui/sonner.tsx +21 -0
- package/.shadcn-admin-ref/src/components/ui/switch.tsx +28 -0
- package/.shadcn-admin-ref/src/components/ui/table.tsx +113 -0
- package/.shadcn-admin-ref/src/components/ui/tabs.tsx +63 -0
- package/.shadcn-admin-ref/src/components/ui/textarea.tsx +17 -0
- package/.shadcn-admin-ref/src/components/ui/tooltip.tsx +60 -0
- package/.shadcn-admin-ref/src/config/fonts.ts +19 -0
- package/.shadcn-admin-ref/src/context/direction-provider.tsx +61 -0
- package/.shadcn-admin-ref/src/context/font-provider.tsx +58 -0
- package/.shadcn-admin-ref/src/context/layout-provider.tsx +85 -0
- package/.shadcn-admin-ref/src/context/search-provider.tsx +46 -0
- package/.shadcn-admin-ref/src/context/theme-provider.tsx +110 -0
- package/.shadcn-admin-ref/src/features/apps/data/apps.tsx +110 -0
- package/.shadcn-admin-ref/src/features/apps/index.tsx +179 -0
- package/.shadcn-admin-ref/src/features/auth/auth-layout.tsx +19 -0
- package/.shadcn-admin-ref/src/features/auth/forgot-password/components/forgot-password-form.tsx +82 -0
- package/.shadcn-admin-ref/src/features/auth/forgot-password/index.tsx +44 -0
- package/.shadcn-admin-ref/src/features/auth/otp/components/otp-form.tsx +100 -0
- package/.shadcn-admin-ref/src/features/auth/otp/index.tsx +44 -0
- package/.shadcn-admin-ref/src/features/auth/sign-in/assets/dashboard-dark.png +0 -0
- package/.shadcn-admin-ref/src/features/auth/sign-in/assets/dashboard-light.png +0 -0
- package/.shadcn-admin-ref/src/features/auth/sign-in/components/user-auth-form.tsx +150 -0
- package/.shadcn-admin-ref/src/features/auth/sign-in/index.tsx +51 -0
- package/.shadcn-admin-ref/src/features/auth/sign-in/sign-in-2.tsx +69 -0
- package/.shadcn-admin-ref/src/features/auth/sign-up/components/sign-up-form.tsx +143 -0
- package/.shadcn-admin-ref/src/features/auth/sign-up/index.tsx +57 -0
- package/.shadcn-admin-ref/src/features/chats/components/new-chat.tsx +127 -0
- package/.shadcn-admin-ref/src/features/chats/data/chat-types.ts +4 -0
- package/.shadcn-admin-ref/src/features/chats/data/convo.json +309 -0
- package/.shadcn-admin-ref/src/features/chats/index.tsx +349 -0
- package/.shadcn-admin-ref/src/features/dashboard/components/analytics-chart.tsx +77 -0
- package/.shadcn-admin-ref/src/features/dashboard/components/analytics.tsx +189 -0
- package/.shadcn-admin-ref/src/features/dashboard/components/overview.tsx +82 -0
- package/.shadcn-admin-ref/src/features/dashboard/components/recent-sales.tsx +83 -0
- package/.shadcn-admin-ref/src/features/dashboard/index.tsx +220 -0
- package/.shadcn-admin-ref/src/features/errors/forbidden.tsx +25 -0
- package/.shadcn-admin-ref/src/features/errors/general-error.tsx +36 -0
- package/.shadcn-admin-ref/src/features/errors/maintenance-error.tsx +19 -0
- package/.shadcn-admin-ref/src/features/errors/not-found-error.tsx +25 -0
- package/.shadcn-admin-ref/src/features/errors/unauthorized-error.tsx +25 -0
- package/.shadcn-admin-ref/src/features/settings/account/account-form.tsx +173 -0
- package/.shadcn-admin-ref/src/features/settings/account/index.tsx +14 -0
- package/.shadcn-admin-ref/src/features/settings/appearance/appearance-form.tsx +162 -0
- package/.shadcn-admin-ref/src/features/settings/appearance/index.tsx +14 -0
- package/.shadcn-admin-ref/src/features/settings/components/content-section.tsx +22 -0
- package/.shadcn-admin-ref/src/features/settings/components/sidebar-nav.tsx +84 -0
- package/.shadcn-admin-ref/src/features/settings/display/display-form.tsx +121 -0
- package/.shadcn-admin-ref/src/features/settings/display/index.tsx +13 -0
- package/.shadcn-admin-ref/src/features/settings/index.tsx +74 -0
- package/.shadcn-admin-ref/src/features/settings/notifications/index.tsx +13 -0
- package/.shadcn-admin-ref/src/features/settings/notifications/notifications-form.tsx +220 -0
- package/.shadcn-admin-ref/src/features/settings/profile/index.tsx +13 -0
- package/.shadcn-admin-ref/src/features/settings/profile/profile-form.tsx +177 -0
- package/.shadcn-admin-ref/src/features/tasks/components/data-table-bulk-actions.tsx +193 -0
- package/.shadcn-admin-ref/src/features/tasks/components/data-table-row-actions.tsx +83 -0
- package/.shadcn-admin-ref/src/features/tasks/components/tasks-columns.tsx +123 -0
- package/.shadcn-admin-ref/src/features/tasks/components/tasks-dialogs.tsx +72 -0
- package/.shadcn-admin-ref/src/features/tasks/components/tasks-import-dialog.tsx +110 -0
- package/.shadcn-admin-ref/src/features/tasks/components/tasks-multi-delete-dialog.tsx +95 -0
- package/.shadcn-admin-ref/src/features/tasks/components/tasks-mutate-drawer.tsx +212 -0
- package/.shadcn-admin-ref/src/features/tasks/components/tasks-primary-buttons.tsx +21 -0
- package/.shadcn-admin-ref/src/features/tasks/components/tasks-provider.tsx +36 -0
- package/.shadcn-admin-ref/src/features/tasks/components/tasks-table.tsx +197 -0
- package/.shadcn-admin-ref/src/features/tasks/data/data.tsx +77 -0
- package/.shadcn-admin-ref/src/features/tasks/data/schema.ts +13 -0
- package/.shadcn-admin-ref/src/features/tasks/data/tasks.ts +29 -0
- package/.shadcn-admin-ref/src/features/tasks/index.tsx +41 -0
- package/.shadcn-admin-ref/src/features/users/components/data-table-bulk-actions.tsx +139 -0
- package/.shadcn-admin-ref/src/features/users/components/data-table-row-actions.tsx +63 -0
- package/.shadcn-admin-ref/src/features/users/components/users-action-dialog.tsx +326 -0
- package/.shadcn-admin-ref/src/features/users/components/users-columns.tsx +138 -0
- package/.shadcn-admin-ref/src/features/users/components/users-delete-dialog.tsx +81 -0
- package/.shadcn-admin-ref/src/features/users/components/users-dialogs.tsx +51 -0
- package/.shadcn-admin-ref/src/features/users/components/users-invite-dialog.tsx +150 -0
- package/.shadcn-admin-ref/src/features/users/components/users-multi-delete-dialog.tsx +95 -0
- package/.shadcn-admin-ref/src/features/users/components/users-primary-buttons.tsx +21 -0
- package/.shadcn-admin-ref/src/features/users/components/users-provider.tsx +36 -0
- package/.shadcn-admin-ref/src/features/users/components/users-table.tsx +194 -0
- package/.shadcn-admin-ref/src/features/users/data/data.ts +35 -0
- package/.shadcn-admin-ref/src/features/users/data/schema.ts +32 -0
- package/.shadcn-admin-ref/src/features/users/data/users.ts +33 -0
- package/.shadcn-admin-ref/src/features/users/index.tsx +47 -0
- package/.shadcn-admin-ref/src/hooks/use-dialog-state.tsx +18 -0
- package/.shadcn-admin-ref/src/hooks/use-mobile.tsx +19 -0
- package/.shadcn-admin-ref/src/hooks/use-table-url-state.ts +219 -0
- package/.shadcn-admin-ref/src/lib/cookies.ts +43 -0
- package/.shadcn-admin-ref/src/lib/handle-server-error.ts +24 -0
- package/.shadcn-admin-ref/src/lib/show-submitted-data.tsx +15 -0
- package/.shadcn-admin-ref/src/lib/utils.ts +60 -0
- package/.shadcn-admin-ref/src/main.tsx +107 -0
- package/.shadcn-admin-ref/src/routeTree.gen.ts +719 -0
- package/.shadcn-admin-ref/src/routes/(auth)/forgot-password.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/(auth)/otp.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/(auth)/sign-in-2.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/(auth)/sign-in.tsx +12 -0
- package/.shadcn-admin-ref/src/routes/(auth)/sign-up.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/(errors)/401.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/(errors)/403.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/(errors)/404.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/(errors)/500.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/(errors)/503.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/__root.tsx +30 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/apps/index.tsx +17 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/chats/index.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/errors/$error.tsx +45 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/help-center/index.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/index.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/route.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/settings/account.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/settings/appearance.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/settings/display.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/settings/index.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/settings/notifications.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/settings/route.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/tasks/index.tsx +23 -0
- package/.shadcn-admin-ref/src/routes/_authenticated/users/index.tsx +32 -0
- package/.shadcn-admin-ref/src/routes/clerk/(auth)/route.tsx +60 -0
- package/.shadcn-admin-ref/src/routes/clerk/(auth)/sign-in.tsx +14 -0
- package/.shadcn-admin-ref/src/routes/clerk/(auth)/sign-up.tsx +9 -0
- package/.shadcn-admin-ref/src/routes/clerk/_authenticated/route.tsx +6 -0
- package/.shadcn-admin-ref/src/routes/clerk/_authenticated/user-management.tsx +184 -0
- package/.shadcn-admin-ref/src/routes/clerk/route.tsx +135 -0
- package/.shadcn-admin-ref/src/stores/auth-store.ts +53 -0
- package/.shadcn-admin-ref/src/styles/index.css +87 -0
- package/.shadcn-admin-ref/src/styles/theme.css +102 -0
- package/.shadcn-admin-ref/src/tanstack-table.d.ts +10 -0
- package/.shadcn-admin-ref/src/vite-env.d.ts +1 -0
- package/.swarm/memory.db +0 -0
- package/.swarm/memory.db-shm +0 -0
- package/.swarm/memory.db-wal +0 -0
- package/.zyflow/cli-settings.json +30 -0
- package/.zyflow/db.sqlite +0 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765491505852.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765491622627.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765491794652.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765491890392.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765494002879.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765494183887.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765494342052.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765494387244.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765494387245.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765494606176.json +10 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765495967542.json +16 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765495967629.json +16 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765497861143.json +16 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765497861870.json +20 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765498021377.json +18 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765498021660.json +18 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765503255525.json +13 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765503256018.json +13 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765504009102.json +16 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765504492051.json +18 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765504946437.json +16 -0
- package/.zyflow/logs/add-gitdiagram-integration/1633-1765504946640.json +16 -0
- package/.zyflow/logs/add-gitdiagram-integration/1634-1765505950215.json +16 -0
- package/.zyflow/logs/add-gitdiagram-integration/1634-1765505950948.json +18 -0
- package/.zyflow/logs/add-gitdiagram-integration/1635-1765505971712.json +18 -0
- package/.zyflow/logs/add-gitdiagram-integration/1635-1765505971976.json +18 -0
- package/.zyflow/logs/add-gitdiagram-integration/1636-1765505986208.json +18 -0
- package/.zyflow/logs/add-gitdiagram-integration/1636-1765505986620.json +16 -0
- package/.zyflow/logs/integrate-claude-flow/3580-1765996816612.json +10 -0
- package/.zyflow/logs/integrate-claude-flow/3580-1766014825819.json +10 -0
- package/.zyflow/logs/integrate-claude-flow/3580-1766015183794.json +12 -0
- package/.zyflow/logs/integrate-claude-flow/3580-1766015474608.json +12 -0
- package/.zyflow/logs/integrate-claude-flow/3581-1766016502824.json +63 -0
- package/.zyflow/logs/integrate-claude-flow/3581-1766016576008.json +60 -0
- package/.zyflow/logs/integrate-claude-flow/3582-1766022737754.json +110 -0
- package/.zyflow/logs/integrate-claude-flow/3582-1766022809327.json +135 -0
- package/.zyflow/sessions.json +242 -0
- package/.zyflow/settings.json +6 -0
- package/.zyflow/tasks.db +0 -0
- package/.zyflow/tasks.db-shm +0 -0
- package/.zyflow/tasks.db-wal +0 -0
- package/.zyflow/zyflow.sqlite +0 -0
- package/Dockerfile +82 -0
- package/LICENSE +21 -0
- package/README.md +506 -0
- package/claude-flow +34 -0
- package/components.json +21 -0
- package/config/ports.ts +28 -0
- package/docker-compose.yml +52 -0
- package/eslint.config.js +34 -0
- package/index.html +19 -0
- package/logs/mcp-error.log +55 -0
- package/logs/mcp-out.log +0 -0
- package/logs/pm2-error.log +0 -0
- package/logs/pm2-out.log +265 -0
- package/logs/py-error.log +22 -0
- package/logs/py-out.log +0 -0
- package/logs/server-error.log +11000 -0
- package/logs/server-out.log +8117 -0
- package/logs/vite-error.log +404 -0
- package/logs/vite-out.log +311 -0
- package/mcp-server/agent-tools.ts +375 -0
- package/mcp-server/cli-models.ts +193 -0
- package/mcp-server/context.ts +110 -0
- package/mcp-server/diagram-tools.ts +341 -0
- package/mcp-server/index.ts +2014 -0
- package/mcp-server/integration-tools.ts +909 -0
- package/mcp-server/moai-spec-tools.ts +416 -0
- package/mcp-server/parser.ts +422 -0
- package/mcp-server/post-task-runner.ts +253 -0
- package/mcp-server/post-task-types.ts +426 -0
- package/mcp-server/quarantine-manager.ts +479 -0
- package/mcp-server/report-generator.ts +386 -0
- package/mcp-server/task-tools.ts +619 -0
- package/mcp-server/trigger-config.ts +288 -0
- package/mcp-server/trigger-router.ts +305 -0
- package/mcp-server/triggers/event-listener.ts +331 -0
- package/mcp-server/triggers/git-hooks.ts +283 -0
- package/mcp-server/triggers/scheduler.ts +289 -0
- package/mcp-server/types.ts +55 -0
- package/memory/claude-flow@alpha-data.json +5 -0
- package/nginx/zyflow.conf +144 -0
- package/openspec/config.yaml +78 -0
- package/openspec-backup.tar.gz +0 -0
- package/package.json +154 -0
- package/packages/gitdiagram-core/.claude-flow/metrics/agent-metrics.json +1 -0
- package/packages/gitdiagram-core/.claude-flow/metrics/performance.json +87 -0
- package/packages/gitdiagram-core/.claude-flow/metrics/task-metrics.json +10 -0
- package/packages/gitdiagram-core/package.json +41 -0
- package/packages/gitdiagram-core/src/file-tree.ts +272 -0
- package/packages/gitdiagram-core/src/generator.ts +283 -0
- package/packages/gitdiagram-core/src/index.ts +78 -0
- package/packages/gitdiagram-core/src/llm-adapter.ts +235 -0
- package/packages/gitdiagram-core/src/mermaid-utils.ts +304 -0
- package/packages/gitdiagram-core/src/prompts.ts +281 -0
- package/packages/zyflow-parser/package.json +34 -0
- package/packages/zyflow-parser/src/index.ts +26 -0
- package/packages/zyflow-parser/src/moai-parser.ts +603 -0
- package/packages/zyflow-parser/src/moai-types.ts +110 -0
- package/packages/zyflow-remote-plugin/.claude-flow/metrics/agent-metrics.json +1 -0
- package/packages/zyflow-remote-plugin/.claude-flow/metrics/performance.json +87 -0
- package/packages/zyflow-remote-plugin/.claude-flow/metrics/task-metrics.json +10 -0
- package/packages/zyflow-remote-plugin/package.json +31 -0
- package/packages/zyflow-remote-plugin/src/index.ts +71 -0
- package/packages/zyflow-remote-plugin/src/remote-config.ts +232 -0
- package/packages/zyflow-remote-plugin/src/router.ts +535 -0
- package/packages/zyflow-remote-plugin/src/ssh-config-parser.ts +123 -0
- package/packages/zyflow-remote-plugin/src/ssh-manager.ts +598 -0
- package/packages/zyflow-remote-plugin/src/types.ts +149 -0
- package/plugin/manifest.json +26 -0
- package/plugin/package.json +13 -0
- package/public/favicon.svg +4 -0
- package/server/adk/agents/error-analyzer.ts +223 -0
- package/server/adk/agents/fix-generator.ts +187 -0
- package/server/adk/agents/pr-agent.ts +264 -0
- package/server/adk/agents/validator.ts +187 -0
- package/server/adk/config.ts +43 -0
- package/server/adk/index.ts +69 -0
- package/server/adk/integration.ts +297 -0
- package/server/adk/orchestrator.ts +405 -0
- package/server/adk/tools/build-tools.ts +290 -0
- package/server/adk/tools/file-tools.ts +351 -0
- package/server/adk/tools/git-tools.ts +280 -0
- package/server/adk/tools/github-tools.ts +249 -0
- package/server/agents/agent-monitor.ts +416 -0
- package/server/agents/alert-integration.ts +312 -0
- package/server/agents/error-analyzer.ts +472 -0
- package/server/agents/error-detector.ts +442 -0
- package/server/agents/fix-generator.ts +421 -0
- package/server/agents/fix-validator.ts +428 -0
- package/server/agents/merge-policy.ts +362 -0
- package/server/agents/pr-workflow.ts +476 -0
- package/server/agents/prompts/error-analysis.ts +393 -0
- package/server/ai/gemini-client.ts +499 -0
- package/server/ai/index.ts +317 -0
- package/server/ai/types.ts +137 -0
- package/server/app.ts +3693 -0
- package/server/archive-manager.ts +604 -0
- package/server/backlog/index.ts +7 -0
- package/server/backlog/migration.ts +331 -0
- package/server/backlog/parser.ts +323 -0
- package/server/backlog/sync.ts +325 -0
- package/server/change-log.ts +868 -0
- package/server/claude-flow/index.ts +12 -0
- package/server/claude-flow/prompt-builder.ts +407 -0
- package/server/claude-flow/types.ts +33 -0
- package/server/cli-adapter/index.ts +11 -0
- package/server/cli-adapter/process-manager.ts +612 -0
- package/server/cli-adapter/profile-manager.ts +286 -0
- package/server/cli-adapter/routes.ts +561 -0
- package/server/cli-adapter/types.ts +226 -0
- package/server/config.d.ts +18 -0
- package/server/config.js +79 -0
- package/server/config.ts +262 -0
- package/server/flow-sync.ts +543 -0
- package/server/git/change-workflow.ts +446 -0
- package/server/git/commands.ts +370 -0
- package/server/git/github.ts +247 -0
- package/server/git/index.ts +1202 -0
- package/server/git/status.ts +322 -0
- package/server/index.ts +136 -0
- package/server/integrations/crypto.ts +142 -0
- package/server/integrations/db/client.ts +169 -0
- package/server/integrations/db/schema.ts +167 -0
- package/server/integrations/env-parser.ts +365 -0
- package/server/integrations/index.ts +101 -0
- package/server/integrations/keychain.ts +239 -0
- package/server/integrations/local/file-utils.ts +383 -0
- package/server/integrations/local/index.ts +64 -0
- package/server/integrations/local/resolver.ts +439 -0
- package/server/integrations/local/types.ts +122 -0
- package/server/integrations/routes.ts +1100 -0
- package/server/integrations/service-patterns.ts +771 -0
- package/server/integrations/services/accounts.ts +356 -0
- package/server/integrations/services/env-import.ts +279 -0
- package/server/integrations/services/projects.ts +552 -0
- package/server/integrations/services/system-import.ts +1110 -0
- package/server/migrations/ears-generator.ts +491 -0
- package/server/migrations/gherkin-generator.ts +605 -0
- package/server/migrations/index.ts +73 -0
- package/server/migrations/migrate-spec-format.ts +492 -0
- package/server/migrations/openspec-parser.ts +542 -0
- package/server/migrations/tag-generator.ts +474 -0
- package/server/moai-specs.ts +487 -0
- package/server/moai-watcher.ts +145 -0
- package/server/parser-debug.ts +37 -0
- package/server/parser-utils.ts +316 -0
- package/server/parser.d.ts +17 -0
- package/server/parser.js +221 -0
- package/server/parser.ts +342 -0
- package/server/remote-watcher.ts +367 -0
- package/server/replay-engine.ts +915 -0
- package/server/routes/alerts.ts +1028 -0
- package/server/routes/changes.ts +812 -0
- package/server/routes/docs.ts +898 -0
- package/server/routes/flow.ts +2814 -0
- package/server/routes/global-chat.ts +162 -0
- package/server/routes/leann.ts +327 -0
- package/server/routes/projects.ts +1282 -0
- package/server/routes/search.ts +266 -0
- package/server/routes/specs.ts +482 -0
- package/server/routes/webhooks.ts +579 -0
- package/server/server/parser.js +265 -0
- package/server/services/githubActionsPoller.ts +797 -0
- package/server/services/slackNotifier.ts +476 -0
- package/server/src/types/index.js +1 -0
- package/server/sync-tasks.ts +741 -0
- package/server/tasks/cli/commands.ts +269 -0
- package/server/tasks/cli/index.ts +152 -0
- package/server/tasks/core/search.ts +81 -0
- package/server/tasks/core/task.ts +307 -0
- package/server/tasks/db/client.ts +1008 -0
- package/server/tasks/db/schema.ts +572 -0
- package/server/tasks/index.ts +24 -0
- package/server/tasks.db +0 -0
- package/server/types/archive.ts +136 -0
- package/server/types/change-log.ts +643 -0
- package/server/types/spec.ts +188 -0
- package/server/unified-spec-scanner.ts +753 -0
- package/server/utils/crypto.ts +179 -0
- package/server/utils/webhook-verify.ts +216 -0
- package/server/watcher.ts +132 -0
- package/server/websocket.ts +99 -0
- package/server-output.log +6 -0
- package/sonar-project.properties +18 -0
- package/src/App.tsx +386 -0
- package/src/api/client.ts +346 -0
- package/src/api/error-interceptor.ts +366 -0
- package/src/api/errors.ts +123 -0
- package/src/api/flow.ts +233 -0
- package/src/api/offline-queue.ts +351 -0
- package/src/api/retry-logic.ts +233 -0
- package/src/components/OfflineModeBanner.tsx +159 -0
- package/src/components/SSEStatusIndicator.tsx +194 -0
- package/src/components/agent/AgentChat.tsx +243 -0
- package/src/components/agent/AgentPage.tsx +182 -0
- package/src/components/agent/AgentSidebar.tsx +231 -0
- package/src/components/agent/index.ts +7 -0
- package/src/components/alerts/AlertCenter.tsx +239 -0
- package/src/components/alerts/AlertDashboard.tsx +211 -0
- package/src/components/alerts/AlertDetail.tsx +474 -0
- package/src/components/alerts/AlertList.tsx +113 -0
- package/src/components/alerts/AlertSettings.tsx +336 -0
- package/src/components/alerts/index.ts +5 -0
- package/src/components/chat/ChatPanel.tsx +642 -0
- package/src/components/chat/index.ts +1 -0
- package/src/components/cli/AddCustomCLIDialog.tsx +210 -0
- package/src/components/cli/CLISelector.tsx +187 -0
- package/src/components/cli/index.ts +8 -0
- package/src/components/dashboard/ArchivedChangeList.tsx +102 -0
- package/src/components/dashboard/ArchivedChangeViewer.tsx +184 -0
- package/src/components/dashboard/ArchivedChangesPage.tsx +31 -0
- package/src/components/dashboard/ChangeList.tsx +86 -0
- package/src/components/dashboard/ThemeToggle.tsx +33 -0
- package/src/components/diagram/DiagramViewer.tsx +256 -0
- package/src/components/diagram/MermaidRenderer.tsx +163 -0
- package/src/components/diagram/ProjectDiagramTab.tsx +161 -0
- package/src/components/diagram/index.ts +13 -0
- package/src/components/errors/ErrorBoundary.tsx +276 -0
- package/src/components/errors/ErrorFallback.tsx +198 -0
- package/src/components/errors/ErrorToast.tsx +221 -0
- package/src/components/flow/BacklogView.tsx +1142 -0
- package/src/components/flow/ChangeDetail.tsx +475 -0
- package/src/components/flow/ChangeItem.tsx +230 -0
- package/src/components/flow/ChangeList.tsx +92 -0
- package/src/components/flow/ExecutionHistoryDialog.tsx +224 -0
- package/src/components/flow/FlowContent.tsx +212 -0
- package/src/components/flow/FlowPage.tsx +9 -0
- package/src/components/flow/PipelineBar.tsx +214 -0
- package/src/components/flow/ProjectDashboard.tsx +222 -0
- package/src/components/flow/SpecDetail.tsx +138 -0
- package/src/components/flow/SpecDetailTabs.tsx +176 -0
- package/src/components/flow/SpecItem.tsx +93 -0
- package/src/components/flow/SpecProgressBar.tsx +47 -0
- package/src/components/flow/StageContent.tsx +620 -0
- package/src/components/flow/StandaloneTasks.tsx +960 -0
- package/src/components/flow/TaskExecutionDialog.tsx +1204 -0
- package/src/components/flow/index.ts +9 -0
- package/src/components/flow/task-execution/AgentSlider.tsx +37 -0
- package/src/components/flow/task-execution/ConsensusSettings.tsx +129 -0
- package/src/components/flow/task-execution/ExecutionOutput.tsx +398 -0
- package/src/components/flow/task-execution/ModelSelector.tsx +134 -0
- package/src/components/flow/task-execution/ProviderSelector.tsx +137 -0
- package/src/components/flow/task-execution/RecommendationBanner.tsx +71 -0
- package/src/components/flow/task-execution/StatusBadge.tsx +43 -0
- package/src/components/flow/task-execution/StrategySelector.tsx +48 -0
- package/src/components/flow/task-execution/SwarmSummary.tsx +55 -0
- package/src/components/flow/task-execution/index.ts +14 -0
- package/src/components/flow/task-execution/types.ts +56 -0
- package/src/components/git/ChangeWorkflowDialog.tsx +582 -0
- package/src/components/git/ConflictResolutionDialog.tsx +398 -0
- package/src/components/git/GitBranchSelector.tsx +212 -0
- package/src/components/git/GitCommitDialog.tsx +254 -0
- package/src/components/git/GitStatusBadge.tsx +148 -0
- package/src/components/git/GitSyncButton.tsx +128 -0
- package/src/components/git/RemoteStatusBanner.tsx +143 -0
- package/src/components/git/index.ts +9 -0
- package/src/components/integrations/EnvImportDialog.tsx +524 -0
- package/src/components/integrations/EnvironmentDialog.tsx +227 -0
- package/src/components/integrations/IntegrationBadges.tsx +91 -0
- package/src/components/integrations/IntegrationsSettings.tsx +55 -0
- package/src/components/integrations/ProjectIntegrations.tsx +481 -0
- package/src/components/integrations/ServiceAccountDialog.tsx +422 -0
- package/src/components/integrations/ServiceAccountList.tsx +305 -0
- package/src/components/integrations/SystemImportDialog.tsx +436 -0
- package/src/components/integrations/TestAccountDialog.tsx +162 -0
- package/src/components/integrations/index.ts +6 -0
- package/src/components/layout/AppSidebar.tsx +284 -0
- package/src/components/layout/FlowSidebar.tsx +435 -0
- package/src/components/layout/GlobalCommandPalette.tsx +410 -0
- package/src/components/layout/MenuBar.tsx +227 -0
- package/src/components/layout/StatusBar.tsx +226 -0
- package/src/components/monitoring/ErrorDashboard.tsx +274 -0
- package/src/components/monitoring/ErrorDetailPanel.tsx +200 -0
- package/src/components/monitoring/ErrorFilters.tsx +219 -0
- package/src/components/monitoring/ErrorHistoryList.tsx +141 -0
- package/src/components/monitoring/ErrorStats.tsx +249 -0
- package/src/components/remote/RemoteFileBrowser.tsx +249 -0
- package/src/components/remote/RemoteServerDialog.tsx +234 -0
- package/src/components/remote/RemoteServerList.tsx +366 -0
- package/src/components/remote/index.ts +7 -0
- package/src/components/settings/CLISettings.tsx +522 -0
- package/src/components/settings/CustomCLIDialog.tsx +548 -0
- package/src/components/settings/IntegrationsSettings.tsx +51 -0
- package/src/components/settings/ProjectSettings.tsx +441 -0
- package/src/components/settings/ProjectsSettings.tsx +541 -0
- package/src/components/settings/SearchSettings.tsx +272 -0
- package/src/components/settings/SettingsPage.tsx +68 -0
- package/src/components/settings/index.ts +5 -0
- package/src/components/swarm/ExecutionPanel.tsx +284 -0
- package/src/components/swarm/LogViewer.tsx +196 -0
- package/src/components/swarm/ProgressIndicator.tsx +111 -0
- package/src/components/swarm/index.ts +3 -0
- package/src/components/tasks/ArchiveTable.tsx +203 -0
- package/src/components/tasks/KanbanBoard.tsx +264 -0
- package/src/components/tasks/TaskCard.tsx +138 -0
- package/src/components/tasks/TaskColumn.tsx +81 -0
- package/src/components/tasks/TaskDialog.tsx +274 -0
- package/src/components/tasks/index.ts +5 -0
- package/src/components/tasks/types.ts +43 -0
- package/src/components/ui/alert-dialog.tsx +154 -0
- package/src/components/ui/alert.tsx +65 -0
- package/src/components/ui/badge.tsx +45 -0
- package/src/components/ui/button.tsx +58 -0
- package/src/components/ui/card.tsx +91 -0
- package/src/components/ui/checkbox.tsx +29 -0
- package/src/components/ui/collapsible.tsx +31 -0
- package/src/components/ui/command.tsx +184 -0
- package/src/components/ui/confirm-dialog.tsx +55 -0
- package/src/components/ui/dialog.tsx +142 -0
- package/src/components/ui/dropdown-menu.tsx +254 -0
- package/src/components/ui/input.tsx +20 -0
- package/src/components/ui/label.tsx +22 -0
- package/src/components/ui/markdown.tsx +100 -0
- package/src/components/ui/progress.tsx +27 -0
- package/src/components/ui/resizable-sidebar.tsx +156 -0
- package/src/components/ui/resizable.tsx +54 -0
- package/src/components/ui/right-resizable-sidebar.tsx +158 -0
- package/src/components/ui/scroll-area.tsx +64 -0
- package/src/components/ui/select.tsx +185 -0
- package/src/components/ui/separator.tsx +25 -0
- package/src/components/ui/sheet.tsx +136 -0
- package/src/components/ui/sidebar.tsx +726 -0
- package/src/components/ui/skeleton.tsx +13 -0
- package/src/components/ui/slider.tsx +56 -0
- package/src/components/ui/switch.tsx +29 -0
- package/src/components/ui/table.tsx +113 -0
- package/src/components/ui/tabs.tsx +63 -0
- package/src/components/ui/textarea.tsx +17 -0
- package/src/components/ui/tooltip.tsx +60 -0
- package/src/config/api.ts +83 -0
- package/src/constants/error-codes.ts +255 -0
- package/src/constants/stages.ts +27 -0
- package/src/context/ErrorContext.tsx +185 -0
- package/src/context/theme-provider.tsx +63 -0
- package/src/hooks/use-mobile.tsx +19 -0
- package/src/hooks/useAI.ts +206 -0
- package/src/hooks/useAgentSession.ts +431 -0
- package/src/hooks/useAlerts.ts +935 -0
- package/src/hooks/useArchivedChanges.ts +39 -0
- package/src/hooks/useAsyncError.ts +45 -0
- package/src/hooks/useChangeGit.ts +727 -0
- package/src/hooks/useChanges.ts +20 -0
- package/src/hooks/useClaude.ts +130 -0
- package/src/hooks/useDocs.ts +182 -0
- package/src/hooks/useErrorDashboard.ts +243 -0
- package/src/hooks/useErrorHandler.ts +150 -0
- package/src/hooks/useExecutionHistory.ts +55 -0
- package/src/hooks/useFlowChanges.ts +850 -0
- package/src/hooks/useFlowItems.ts +205 -0
- package/src/hooks/useGit.ts +427 -0
- package/src/hooks/useHideCompletedSpecs.ts +15 -0
- package/src/hooks/useInstance.ts +40 -0
- package/src/hooks/useIntegrations.ts +737 -0
- package/src/hooks/useLeannStatus.ts +93 -0
- package/src/hooks/useNetworkStatus.ts +167 -0
- package/src/hooks/useProjects.ts +353 -0
- package/src/hooks/useRemoteServers.ts +383 -0
- package/src/hooks/useSSEConnection.ts +346 -0
- package/src/hooks/useSpecs.ts +39 -0
- package/src/hooks/useSwarm.ts +462 -0
- package/src/hooks/useTasks.ts +137 -0
- package/src/hooks/useURLSync.ts +122 -0
- package/src/hooks/useWebSocket.ts +262 -0
- package/src/lib/utils.ts +121 -0
- package/src/main.tsx +22 -0
- package/src/stores/errorStore.ts +301 -0
- package/src/stores/offlineStore.ts +266 -0
- package/src/stores/sseStore.ts +247 -0
- package/src/stores/useHideCompletedStore.ts +21 -0
- package/src/styles/index.css +87 -0
- package/src/styles/theme.css +102 -0
- package/src/types/ai.ts +191 -0
- package/src/types/errors.ts +253 -0
- package/src/types/flow.ts +382 -0
- package/src/types/index.ts +614 -0
- package/src/utils/error-logger.ts +399 -0
- package/src/utils/error-statistics.ts +305 -0
- package/src/utils/logger.ts +280 -0
- package/src/utils/task-routing.ts +795 -0
- package/src/vite-env.d.ts +1 -0
- package/test-results/.last-run.json +4 -0
- package/tmp/check-docker-final.ts +48 -0
- package/tmp/check-docker-tasks.ts +58 -0
- package/tmp/check-docker-tasks2.ts +48 -0
- package/tmp/check-docker-tasks3.ts +42 -0
- package/tmp/check-mobile-tasks.ts +57 -0
- package/tmp/check-zywiki-tasks.ts +49 -0
- package/tmp/sync-mobile.ts +11 -0
- package/tmp/sync-zywiki.ts +68 -0
- package/tmp/test-docker-parser.ts +15 -0
- package/tmp/test-mobile-parser.ts +28 -0
- package/tmp/test-parser.ts +27 -0
- package/tmp/test-unnumbered.ts +35 -0
- package/zyflow.db +0 -0
|
@@ -0,0 +1,2078 @@
|
|
|
1
|
+
0
|
|
2
|
+
1
|
|
3
|
+
2
|
|
4
|
+
3
|
|
5
|
+
4
|
|
6
|
+
5
|
|
7
|
+
6
|
|
8
|
+
7
|
|
9
|
+
8
|
|
10
|
+
9
|
|
11
|
+
10
|
|
12
|
+
11
|
|
13
|
+
12
|
|
14
|
+
13
|
|
15
|
+
14
|
|
16
|
+
15
|
|
17
|
+
16
|
|
18
|
+
17
|
|
19
|
+
18
|
|
20
|
+
19
|
|
21
|
+
20
|
|
22
|
+
21
|
|
23
|
+
22
|
|
24
|
+
23
|
|
25
|
+
24
|
|
26
|
+
25
|
|
27
|
+
26
|
|
28
|
+
27
|
|
29
|
+
28
|
|
30
|
+
29
|
|
31
|
+
30
|
|
32
|
+
31
|
|
33
|
+
32
|
|
34
|
+
33
|
|
35
|
+
34
|
|
36
|
+
35
|
|
37
|
+
36
|
|
38
|
+
37
|
|
39
|
+
38
|
|
40
|
+
39
|
|
41
|
+
40
|
|
42
|
+
41
|
|
43
|
+
42
|
|
44
|
+
43
|
|
45
|
+
44
|
|
46
|
+
45
|
|
47
|
+
46
|
|
48
|
+
47
|
|
49
|
+
48
|
|
50
|
+
49
|
|
51
|
+
50
|
|
52
|
+
51
|
|
53
|
+
52
|
|
54
|
+
53
|
|
55
|
+
54
|
|
56
|
+
55
|
|
57
|
+
56
|
|
58
|
+
57
|
|
59
|
+
58
|
|
60
|
+
59
|
|
61
|
+
60
|
|
62
|
+
61
|
|
63
|
+
62
|
|
64
|
+
63
|
|
65
|
+
64
|
|
66
|
+
65
|
|
67
|
+
66
|
|
68
|
+
67
|
|
69
|
+
68
|
|
70
|
+
69
|
|
71
|
+
70
|
|
72
|
+
71
|
|
73
|
+
72
|
|
74
|
+
73
|
|
75
|
+
74
|
|
76
|
+
75
|
|
77
|
+
76
|
|
78
|
+
77
|
|
79
|
+
78
|
|
80
|
+
79
|
|
81
|
+
80
|
|
82
|
+
81
|
|
83
|
+
82
|
|
84
|
+
83
|
|
85
|
+
84
|
|
86
|
+
85
|
|
87
|
+
86
|
|
88
|
+
87
|
|
89
|
+
88
|
|
90
|
+
89
|
|
91
|
+
90
|
|
92
|
+
91
|
|
93
|
+
92
|
|
94
|
+
93
|
|
95
|
+
94
|
|
96
|
+
95
|
|
97
|
+
96
|
|
98
|
+
97
|
|
99
|
+
98
|
|
100
|
+
99
|
|
101
|
+
100
|
|
102
|
+
101
|
|
103
|
+
102
|
|
104
|
+
103
|
|
105
|
+
104
|
|
106
|
+
105
|
|
107
|
+
106
|
|
108
|
+
107
|
|
109
|
+
108
|
|
110
|
+
109
|
|
111
|
+
110
|
|
112
|
+
111
|
|
113
|
+
112
|
|
114
|
+
113
|
|
115
|
+
114
|
|
116
|
+
115
|
|
117
|
+
116
|
|
118
|
+
117
|
|
119
|
+
118
|
|
120
|
+
119
|
|
121
|
+
120
|
|
122
|
+
121
|
|
123
|
+
122
|
|
124
|
+
123
|
|
125
|
+
124
|
|
126
|
+
125
|
|
127
|
+
126
|
|
128
|
+
127
|
|
129
|
+
128
|
|
130
|
+
129
|
|
131
|
+
130
|
|
132
|
+
131
|
|
133
|
+
132
|
|
134
|
+
133
|
|
135
|
+
134
|
|
136
|
+
135
|
|
137
|
+
136
|
|
138
|
+
137
|
|
139
|
+
138
|
|
140
|
+
139
|
|
141
|
+
140
|
|
142
|
+
141
|
|
143
|
+
142
|
|
144
|
+
143
|
|
145
|
+
144
|
|
146
|
+
145
|
|
147
|
+
146
|
|
148
|
+
147
|
|
149
|
+
148
|
|
150
|
+
149
|
|
151
|
+
150
|
|
152
|
+
151
|
|
153
|
+
152
|
|
154
|
+
153
|
|
155
|
+
154
|
|
156
|
+
155
|
|
157
|
+
156
|
|
158
|
+
157
|
|
159
|
+
158
|
|
160
|
+
159
|
|
161
|
+
160
|
|
162
|
+
161
|
|
163
|
+
162
|
|
164
|
+
163
|
|
165
|
+
164
|
|
166
|
+
165
|
|
167
|
+
166
|
|
168
|
+
167
|
|
169
|
+
168
|
|
170
|
+
169
|
|
171
|
+
170
|
|
172
|
+
171
|
|
173
|
+
172
|
|
174
|
+
173
|
|
175
|
+
174
|
|
176
|
+
175
|
|
177
|
+
176
|
|
178
|
+
177
|
|
179
|
+
178
|
|
180
|
+
179
|
|
181
|
+
180
|
|
182
|
+
181
|
|
183
|
+
182
|
|
184
|
+
183
|
|
185
|
+
184
|
|
186
|
+
185
|
|
187
|
+
186
|
|
188
|
+
187
|
|
189
|
+
188
|
|
190
|
+
189
|
|
191
|
+
190
|
|
192
|
+
191
|
|
193
|
+
192
|
|
194
|
+
193
|
|
195
|
+
194
|
|
196
|
+
195
|
|
197
|
+
196
|
|
198
|
+
197
|
|
199
|
+
198
|
|
200
|
+
199
|
|
201
|
+
200
|
|
202
|
+
201
|
|
203
|
+
202
|
|
204
|
+
203
|
|
205
|
+
204
|
|
206
|
+
205
|
|
207
|
+
206
|
|
208
|
+
207
|
|
209
|
+
208
|
|
210
|
+
209
|
|
211
|
+
210
|
|
212
|
+
211
|
|
213
|
+
212
|
|
214
|
+
213
|
|
215
|
+
214
|
|
216
|
+
215
|
|
217
|
+
216
|
|
218
|
+
217
|
|
219
|
+
218
|
|
220
|
+
219
|
|
221
|
+
220
|
|
222
|
+
221
|
|
223
|
+
222
|
|
224
|
+
223
|
|
225
|
+
224
|
|
226
|
+
225
|
|
227
|
+
226
|
|
228
|
+
227
|
|
229
|
+
228
|
|
230
|
+
229
|
|
231
|
+
230
|
|
232
|
+
231
|
|
233
|
+
232
|
|
234
|
+
233
|
|
235
|
+
234
|
|
236
|
+
235
|
|
237
|
+
236
|
|
238
|
+
237
|
|
239
|
+
238
|
|
240
|
+
239
|
|
241
|
+
240
|
|
242
|
+
241
|
|
243
|
+
242
|
|
244
|
+
243
|
|
245
|
+
244
|
|
246
|
+
245
|
|
247
|
+
246
|
|
248
|
+
247
|
|
249
|
+
248
|
|
250
|
+
249
|
|
251
|
+
250
|
|
252
|
+
251
|
|
253
|
+
252
|
|
254
|
+
253
|
|
255
|
+
254
|
|
256
|
+
255
|
|
257
|
+
256
|
|
258
|
+
257
|
|
259
|
+
258
|
|
260
|
+
259
|
|
261
|
+
260
|
|
262
|
+
261
|
|
263
|
+
262
|
|
264
|
+
263
|
|
265
|
+
264
|
|
266
|
+
265
|
|
267
|
+
266
|
|
268
|
+
267
|
|
269
|
+
268
|
|
270
|
+
269
|
|
271
|
+
270
|
|
272
|
+
271
|
|
273
|
+
272
|
|
274
|
+
273
|
|
275
|
+
274
|
|
276
|
+
275
|
|
277
|
+
276
|
|
278
|
+
277
|
|
279
|
+
278
|
|
280
|
+
279
|
|
281
|
+
280
|
|
282
|
+
281
|
|
283
|
+
282
|
|
284
|
+
283
|
|
285
|
+
284
|
|
286
|
+
285
|
|
287
|
+
286
|
|
288
|
+
287
|
|
289
|
+
288
|
|
290
|
+
289
|
|
291
|
+
290
|
|
292
|
+
291
|
|
293
|
+
292
|
|
294
|
+
293
|
|
295
|
+
294
|
|
296
|
+
295
|
|
297
|
+
296
|
|
298
|
+
297
|
|
299
|
+
298
|
|
300
|
+
299
|
|
301
|
+
300
|
|
302
|
+
301
|
|
303
|
+
302
|
|
304
|
+
303
|
|
305
|
+
304
|
|
306
|
+
305
|
|
307
|
+
306
|
|
308
|
+
307
|
|
309
|
+
308
|
|
310
|
+
309
|
|
311
|
+
310
|
|
312
|
+
311
|
|
313
|
+
312
|
|
314
|
+
313
|
|
315
|
+
314
|
|
316
|
+
315
|
|
317
|
+
316
|
|
318
|
+
317
|
|
319
|
+
318
|
|
320
|
+
319
|
|
321
|
+
320
|
|
322
|
+
321
|
|
323
|
+
322
|
|
324
|
+
323
|
|
325
|
+
324
|
|
326
|
+
325
|
|
327
|
+
326
|
|
328
|
+
327
|
|
329
|
+
328
|
|
330
|
+
329
|
|
331
|
+
330
|
|
332
|
+
331
|
|
333
|
+
332
|
|
334
|
+
333
|
|
335
|
+
334
|
|
336
|
+
335
|
|
337
|
+
336
|
|
338
|
+
337
|
|
339
|
+
338
|
|
340
|
+
339
|
|
341
|
+
340
|
|
342
|
+
341
|
|
343
|
+
342
|
|
344
|
+
343
|
|
345
|
+
344
|
|
346
|
+
345
|
|
347
|
+
346
|
|
348
|
+
347
|
|
349
|
+
348
|
|
350
|
+
349
|
|
351
|
+
350
|
|
352
|
+
351
|
|
353
|
+
352
|
|
354
|
+
353
|
|
355
|
+
354
|
|
356
|
+
355
|
|
357
|
+
356
|
|
358
|
+
357
|
|
359
|
+
358
|
|
360
|
+
359
|
|
361
|
+
360
|
|
362
|
+
361
|
|
363
|
+
362
|
|
364
|
+
363
|
|
365
|
+
364
|
|
366
|
+
365
|
|
367
|
+
366
|
|
368
|
+
367
|
|
369
|
+
368
|
|
370
|
+
369
|
|
371
|
+
370
|
|
372
|
+
371
|
|
373
|
+
372
|
|
374
|
+
373
|
|
375
|
+
374
|
|
376
|
+
375
|
|
377
|
+
376
|
|
378
|
+
377
|
|
379
|
+
378
|
|
380
|
+
379
|
|
381
|
+
380
|
|
382
|
+
381
|
|
383
|
+
382
|
|
384
|
+
383
|
|
385
|
+
384
|
|
386
|
+
385
|
|
387
|
+
386
|
|
388
|
+
387
|
|
389
|
+
388
|
|
390
|
+
389
|
|
391
|
+
390
|
|
392
|
+
391
|
|
393
|
+
392
|
|
394
|
+
393
|
|
395
|
+
394
|
|
396
|
+
395
|
|
397
|
+
396
|
|
398
|
+
397
|
|
399
|
+
398
|
|
400
|
+
399
|
|
401
|
+
400
|
|
402
|
+
401
|
|
403
|
+
402
|
|
404
|
+
403
|
|
405
|
+
404
|
|
406
|
+
405
|
|
407
|
+
406
|
|
408
|
+
407
|
|
409
|
+
408
|
|
410
|
+
409
|
|
411
|
+
410
|
|
412
|
+
411
|
|
413
|
+
412
|
|
414
|
+
413
|
|
415
|
+
414
|
|
416
|
+
415
|
|
417
|
+
416
|
|
418
|
+
417
|
|
419
|
+
418
|
|
420
|
+
419
|
|
421
|
+
420
|
|
422
|
+
421
|
|
423
|
+
422
|
|
424
|
+
423
|
|
425
|
+
424
|
|
426
|
+
425
|
|
427
|
+
426
|
|
428
|
+
427
|
|
429
|
+
428
|
|
430
|
+
429
|
|
431
|
+
430
|
|
432
|
+
431
|
|
433
|
+
432
|
|
434
|
+
433
|
|
435
|
+
434
|
|
436
|
+
435
|
|
437
|
+
436
|
|
438
|
+
437
|
|
439
|
+
438
|
|
440
|
+
439
|
|
441
|
+
440
|
|
442
|
+
441
|
|
443
|
+
442
|
|
444
|
+
443
|
|
445
|
+
444
|
|
446
|
+
445
|
|
447
|
+
446
|
|
448
|
+
447
|
|
449
|
+
448
|
|
450
|
+
449
|
|
451
|
+
450
|
|
452
|
+
451
|
|
453
|
+
452
|
|
454
|
+
453
|
|
455
|
+
454
|
|
456
|
+
455
|
|
457
|
+
456
|
|
458
|
+
457
|
|
459
|
+
458
|
|
460
|
+
459
|
|
461
|
+
460
|
|
462
|
+
461
|
|
463
|
+
462
|
|
464
|
+
463
|
|
465
|
+
464
|
|
466
|
+
465
|
|
467
|
+
466
|
|
468
|
+
467
|
|
469
|
+
468
|
|
470
|
+
469
|
|
471
|
+
470
|
|
472
|
+
471
|
|
473
|
+
472
|
|
474
|
+
473
|
|
475
|
+
474
|
|
476
|
+
475
|
|
477
|
+
476
|
|
478
|
+
477
|
|
479
|
+
478
|
|
480
|
+
479
|
|
481
|
+
480
|
|
482
|
+
481
|
|
483
|
+
482
|
|
484
|
+
483
|
|
485
|
+
484
|
|
486
|
+
485
|
|
487
|
+
486
|
|
488
|
+
487
|
|
489
|
+
488
|
|
490
|
+
489
|
|
491
|
+
490
|
|
492
|
+
491
|
|
493
|
+
492
|
|
494
|
+
493
|
|
495
|
+
494
|
|
496
|
+
495
|
|
497
|
+
496
|
|
498
|
+
497
|
|
499
|
+
498
|
|
500
|
+
499
|
|
501
|
+
500
|
|
502
|
+
501
|
|
503
|
+
502
|
|
504
|
+
503
|
|
505
|
+
504
|
|
506
|
+
505
|
|
507
|
+
506
|
|
508
|
+
507
|
|
509
|
+
508
|
|
510
|
+
509
|
|
511
|
+
510
|
|
512
|
+
511
|
|
513
|
+
512
|
|
514
|
+
513
|
|
515
|
+
514
|
|
516
|
+
515
|
|
517
|
+
516
|
|
518
|
+
517
|
|
519
|
+
518
|
|
520
|
+
519
|
|
521
|
+
520
|
|
522
|
+
521
|
|
523
|
+
522
|
|
524
|
+
523
|
|
525
|
+
524
|
|
526
|
+
525
|
|
527
|
+
526
|
|
528
|
+
527
|
|
529
|
+
528
|
|
530
|
+
529
|
|
531
|
+
530
|
|
532
|
+
531
|
|
533
|
+
532
|
|
534
|
+
533
|
|
535
|
+
534
|
|
536
|
+
535
|
|
537
|
+
536
|
|
538
|
+
537
|
|
539
|
+
538
|
|
540
|
+
539
|
|
541
|
+
540
|
|
542
|
+
541
|
|
543
|
+
542
|
|
544
|
+
543
|
|
545
|
+
544
|
|
546
|
+
545
|
|
547
|
+
546
|
|
548
|
+
547
|
|
549
|
+
548
|
|
550
|
+
549
|
|
551
|
+
550
|
|
552
|
+
551
|
|
553
|
+
552
|
|
554
|
+
553
|
|
555
|
+
554
|
|
556
|
+
555
|
|
557
|
+
556
|
|
558
|
+
557
|
|
559
|
+
558
|
|
560
|
+
559
|
|
561
|
+
560
|
|
562
|
+
561
|
|
563
|
+
562
|
|
564
|
+
563
|
|
565
|
+
564
|
|
566
|
+
565
|
|
567
|
+
566
|
|
568
|
+
567
|
|
569
|
+
568
|
|
570
|
+
569
|
|
571
|
+
570
|
|
572
|
+
571
|
|
573
|
+
572
|
|
574
|
+
573
|
|
575
|
+
574
|
|
576
|
+
575
|
|
577
|
+
576
|
|
578
|
+
577
|
|
579
|
+
578
|
|
580
|
+
579
|
|
581
|
+
580
|
|
582
|
+
581
|
|
583
|
+
582
|
|
584
|
+
583
|
|
585
|
+
584
|
|
586
|
+
585
|
|
587
|
+
586
|
|
588
|
+
587
|
|
589
|
+
588
|
|
590
|
+
589
|
|
591
|
+
590
|
|
592
|
+
591
|
|
593
|
+
592
|
|
594
|
+
593
|
|
595
|
+
594
|
|
596
|
+
595
|
|
597
|
+
596
|
|
598
|
+
597
|
|
599
|
+
598
|
|
600
|
+
599
|
|
601
|
+
600
|
|
602
|
+
601
|
|
603
|
+
602
|
|
604
|
+
603
|
|
605
|
+
604
|
|
606
|
+
605
|
|
607
|
+
606
|
|
608
|
+
607
|
|
609
|
+
608
|
|
610
|
+
609
|
|
611
|
+
610
|
|
612
|
+
611
|
|
613
|
+
612
|
|
614
|
+
613
|
|
615
|
+
614
|
|
616
|
+
615
|
|
617
|
+
616
|
|
618
|
+
617
|
|
619
|
+
618
|
|
620
|
+
619
|
|
621
|
+
620
|
|
622
|
+
621
|
|
623
|
+
622
|
|
624
|
+
623
|
|
625
|
+
624
|
|
626
|
+
625
|
|
627
|
+
626
|
|
628
|
+
627
|
|
629
|
+
628
|
|
630
|
+
629
|
|
631
|
+
630
|
|
632
|
+
631
|
|
633
|
+
632
|
|
634
|
+
633
|
|
635
|
+
634
|
|
636
|
+
635
|
|
637
|
+
636
|
|
638
|
+
637
|
|
639
|
+
638
|
|
640
|
+
639
|
|
641
|
+
640
|
|
642
|
+
641
|
|
643
|
+
642
|
|
644
|
+
643
|
|
645
|
+
644
|
|
646
|
+
645
|
|
647
|
+
646
|
|
648
|
+
647
|
|
649
|
+
648
|
|
650
|
+
649
|
|
651
|
+
650
|
|
652
|
+
651
|
|
653
|
+
652
|
|
654
|
+
653
|
|
655
|
+
654
|
|
656
|
+
655
|
|
657
|
+
656
|
|
658
|
+
657
|
|
659
|
+
658
|
|
660
|
+
659
|
|
661
|
+
660
|
|
662
|
+
661
|
|
663
|
+
662
|
|
664
|
+
663
|
|
665
|
+
664
|
|
666
|
+
665
|
|
667
|
+
666
|
|
668
|
+
667
|
|
669
|
+
668
|
|
670
|
+
669
|
|
671
|
+
670
|
|
672
|
+
671
|
|
673
|
+
672
|
|
674
|
+
673
|
|
675
|
+
674
|
|
676
|
+
675
|
|
677
|
+
676
|
|
678
|
+
677
|
|
679
|
+
678
|
|
680
|
+
679
|
|
681
|
+
680
|
|
682
|
+
681
|
|
683
|
+
682
|
|
684
|
+
683
|
|
685
|
+
684
|
|
686
|
+
685
|
|
687
|
+
686
|
|
688
|
+
687
|
|
689
|
+
688
|
|
690
|
+
689
|
|
691
|
+
690
|
|
692
|
+
691
|
|
693
|
+
692
|
|
694
|
+
693
|
|
695
|
+
694
|
|
696
|
+
695
|
|
697
|
+
696
|
|
698
|
+
697
|
|
699
|
+
698
|
|
700
|
+
699
|
|
701
|
+
700
|
|
702
|
+
701
|
|
703
|
+
702
|
|
704
|
+
703
|
|
705
|
+
704
|
|
706
|
+
705
|
|
707
|
+
706
|
|
708
|
+
707
|
|
709
|
+
708
|
|
710
|
+
709
|
|
711
|
+
710
|
|
712
|
+
711
|
|
713
|
+
712
|
|
714
|
+
713
|
|
715
|
+
714
|
|
716
|
+
715
|
|
717
|
+
716
|
|
718
|
+
717
|
|
719
|
+
718
|
|
720
|
+
719
|
|
721
|
+
720
|
|
722
|
+
721
|
|
723
|
+
722
|
|
724
|
+
723
|
|
725
|
+
724
|
|
726
|
+
725
|
|
727
|
+
726
|
|
728
|
+
727
|
|
729
|
+
728
|
|
730
|
+
729
|
|
731
|
+
730
|
|
732
|
+
731
|
|
733
|
+
732
|
|
734
|
+
733
|
|
735
|
+
734
|
|
736
|
+
735
|
|
737
|
+
736
|
|
738
|
+
737
|
|
739
|
+
738
|
|
740
|
+
739
|
|
741
|
+
740
|
|
742
|
+
741
|
|
743
|
+
742
|
|
744
|
+
743
|
|
745
|
+
744
|
|
746
|
+
745
|
|
747
|
+
746
|
|
748
|
+
747
|
|
749
|
+
748
|
|
750
|
+
749
|
|
751
|
+
750
|
|
752
|
+
751
|
|
753
|
+
752
|
|
754
|
+
753
|
|
755
|
+
754
|
|
756
|
+
755
|
|
757
|
+
756
|
|
758
|
+
757
|
|
759
|
+
758
|
|
760
|
+
759
|
|
761
|
+
760
|
|
762
|
+
761
|
|
763
|
+
762
|
|
764
|
+
763
|
|
765
|
+
764
|
|
766
|
+
765
|
|
767
|
+
766
|
|
768
|
+
767
|
|
769
|
+
768
|
|
770
|
+
769
|
|
771
|
+
770
|
|
772
|
+
771
|
|
773
|
+
772
|
|
774
|
+
773
|
|
775
|
+
774
|
|
776
|
+
775
|
|
777
|
+
776
|
|
778
|
+
777
|
|
779
|
+
778
|
|
780
|
+
779
|
|
781
|
+
780
|
|
782
|
+
781
|
|
783
|
+
782
|
|
784
|
+
783
|
|
785
|
+
784
|
|
786
|
+
785
|
|
787
|
+
786
|
|
788
|
+
787
|
|
789
|
+
788
|
|
790
|
+
789
|
|
791
|
+
790
|
|
792
|
+
791
|
|
793
|
+
792
|
|
794
|
+
793
|
|
795
|
+
794
|
|
796
|
+
795
|
|
797
|
+
796
|
|
798
|
+
797
|
|
799
|
+
798
|
|
800
|
+
799
|
|
801
|
+
800
|
|
802
|
+
801
|
|
803
|
+
802
|
|
804
|
+
803
|
|
805
|
+
804
|
|
806
|
+
805
|
|
807
|
+
806
|
|
808
|
+
807
|
|
809
|
+
808
|
|
810
|
+
809
|
|
811
|
+
810
|
|
812
|
+
811
|
|
813
|
+
812
|
|
814
|
+
813
|
|
815
|
+
814
|
|
816
|
+
815
|
|
817
|
+
816
|
|
818
|
+
817
|
|
819
|
+
818
|
|
820
|
+
819
|
|
821
|
+
820
|
|
822
|
+
821
|
|
823
|
+
822
|
|
824
|
+
823
|
|
825
|
+
824
|
|
826
|
+
825
|
|
827
|
+
826
|
|
828
|
+
827
|
|
829
|
+
828
|
|
830
|
+
829
|
|
831
|
+
830
|
|
832
|
+
831
|
|
833
|
+
832
|
|
834
|
+
833
|
|
835
|
+
834
|
|
836
|
+
835
|
|
837
|
+
836
|
|
838
|
+
837
|
|
839
|
+
838
|
|
840
|
+
839
|
|
841
|
+
840
|
|
842
|
+
841
|
|
843
|
+
842
|
|
844
|
+
843
|
|
845
|
+
844
|
|
846
|
+
845
|
|
847
|
+
846
|
|
848
|
+
847
|
|
849
|
+
848
|
|
850
|
+
849
|
|
851
|
+
850
|
|
852
|
+
851
|
|
853
|
+
852
|
|
854
|
+
853
|
|
855
|
+
854
|
|
856
|
+
855
|
|
857
|
+
856
|
|
858
|
+
857
|
|
859
|
+
858
|
|
860
|
+
859
|
|
861
|
+
860
|
|
862
|
+
861
|
|
863
|
+
862
|
|
864
|
+
863
|
|
865
|
+
864
|
|
866
|
+
865
|
|
867
|
+
866
|
|
868
|
+
867
|
|
869
|
+
868
|
|
870
|
+
869
|
|
871
|
+
870
|
|
872
|
+
871
|
|
873
|
+
872
|
|
874
|
+
873
|
|
875
|
+
874
|
|
876
|
+
875
|
|
877
|
+
876
|
|
878
|
+
877
|
|
879
|
+
878
|
|
880
|
+
879
|
|
881
|
+
880
|
|
882
|
+
881
|
|
883
|
+
882
|
|
884
|
+
883
|
|
885
|
+
884
|
|
886
|
+
885
|
|
887
|
+
886
|
|
888
|
+
887
|
|
889
|
+
888
|
|
890
|
+
889
|
|
891
|
+
890
|
|
892
|
+
891
|
|
893
|
+
892
|
|
894
|
+
893
|
|
895
|
+
894
|
|
896
|
+
895
|
|
897
|
+
896
|
|
898
|
+
897
|
|
899
|
+
898
|
|
900
|
+
899
|
|
901
|
+
900
|
|
902
|
+
901
|
|
903
|
+
902
|
|
904
|
+
903
|
|
905
|
+
904
|
|
906
|
+
905
|
|
907
|
+
906
|
|
908
|
+
907
|
|
909
|
+
908
|
|
910
|
+
909
|
|
911
|
+
910
|
|
912
|
+
911
|
|
913
|
+
912
|
|
914
|
+
913
|
|
915
|
+
914
|
|
916
|
+
915
|
|
917
|
+
916
|
|
918
|
+
917
|
|
919
|
+
918
|
|
920
|
+
919
|
|
921
|
+
920
|
|
922
|
+
921
|
|
923
|
+
922
|
|
924
|
+
923
|
|
925
|
+
924
|
|
926
|
+
925
|
|
927
|
+
926
|
|
928
|
+
927
|
|
929
|
+
928
|
|
930
|
+
929
|
|
931
|
+
930
|
|
932
|
+
931
|
|
933
|
+
932
|
|
934
|
+
933
|
|
935
|
+
934
|
|
936
|
+
935
|
|
937
|
+
936
|
|
938
|
+
937
|
|
939
|
+
938
|
|
940
|
+
939
|
|
941
|
+
940
|
|
942
|
+
941
|
|
943
|
+
942
|
|
944
|
+
943
|
|
945
|
+
944
|
|
946
|
+
945
|
|
947
|
+
946
|
|
948
|
+
947
|
|
949
|
+
948
|
|
950
|
+
949
|
|
951
|
+
950
|
|
952
|
+
951
|
|
953
|
+
952
|
|
954
|
+
953
|
|
955
|
+
954
|
|
956
|
+
955
|
|
957
|
+
956
|
|
958
|
+
957
|
|
959
|
+
958
|
|
960
|
+
959
|
|
961
|
+
960
|
|
962
|
+
961
|
|
963
|
+
962
|
|
964
|
+
963
|
|
965
|
+
964
|
|
966
|
+
965
|
|
967
|
+
966
|
|
968
|
+
967
|
|
969
|
+
968
|
|
970
|
+
969
|
|
971
|
+
970
|
|
972
|
+
971
|
|
973
|
+
972
|
|
974
|
+
973
|
|
975
|
+
974
|
|
976
|
+
975
|
|
977
|
+
976
|
|
978
|
+
977
|
|
979
|
+
978
|
|
980
|
+
979
|
|
981
|
+
980
|
|
982
|
+
981
|
|
983
|
+
982
|
|
984
|
+
983
|
|
985
|
+
984
|
|
986
|
+
985
|
|
987
|
+
986
|
|
988
|
+
987
|
|
989
|
+
988
|
|
990
|
+
989
|
|
991
|
+
990
|
|
992
|
+
991
|
|
993
|
+
992
|
|
994
|
+
993
|
|
995
|
+
994
|
|
996
|
+
995
|
|
997
|
+
996
|
|
998
|
+
997
|
|
999
|
+
998
|
|
1000
|
+
999
|
|
1001
|
+
1000
|
|
1002
|
+
1001
|
|
1003
|
+
1002
|
|
1004
|
+
1003
|
|
1005
|
+
1004
|
|
1006
|
+
1005
|
|
1007
|
+
1006
|
|
1008
|
+
1007
|
|
1009
|
+
1008
|
|
1010
|
+
1009
|
|
1011
|
+
1010
|
|
1012
|
+
1011
|
|
1013
|
+
1012
|
|
1014
|
+
1013
|
|
1015
|
+
1014
|
|
1016
|
+
1015
|
|
1017
|
+
1016
|
|
1018
|
+
1017
|
|
1019
|
+
1018
|
|
1020
|
+
1019
|
|
1021
|
+
1020
|
|
1022
|
+
1021
|
|
1023
|
+
1022
|
|
1024
|
+
1023
|
|
1025
|
+
1024
|
|
1026
|
+
1025
|
|
1027
|
+
1026
|
|
1028
|
+
1027
|
|
1029
|
+
1028
|
|
1030
|
+
1029
|
|
1031
|
+
1030
|
|
1032
|
+
1031
|
|
1033
|
+
1032
|
|
1034
|
+
1033
|
|
1035
|
+
1034
|
|
1036
|
+
1035
|
|
1037
|
+
1036
|
|
1038
|
+
1037
|
|
1039
|
+
1038
|
|
1040
|
+
1039
|
|
1041
|
+
1040
|
|
1042
|
+
1041
|
|
1043
|
+
1042
|
|
1044
|
+
1043
|
|
1045
|
+
1044
|
|
1046
|
+
1045
|
|
1047
|
+
1046
|
|
1048
|
+
1047
|
|
1049
|
+
1048
|
|
1050
|
+
1049
|
|
1051
|
+
1050
|
|
1052
|
+
1051
|
|
1053
|
+
1052
|
|
1054
|
+
1053
|
|
1055
|
+
1054
|
|
1056
|
+
1055
|
|
1057
|
+
1056
|
|
1058
|
+
1057
|
|
1059
|
+
1058
|
|
1060
|
+
1059
|
|
1061
|
+
1060
|
|
1062
|
+
1061
|
|
1063
|
+
1062
|
|
1064
|
+
1063
|
|
1065
|
+
1064
|
|
1066
|
+
1065
|
|
1067
|
+
1066
|
|
1068
|
+
1067
|
|
1069
|
+
1068
|
|
1070
|
+
1069
|
|
1071
|
+
1070
|
|
1072
|
+
1071
|
|
1073
|
+
1072
|
|
1074
|
+
1073
|
|
1075
|
+
1074
|
|
1076
|
+
1075
|
|
1077
|
+
1076
|
|
1078
|
+
1077
|
|
1079
|
+
1078
|
|
1080
|
+
1079
|
|
1081
|
+
1080
|
|
1082
|
+
1081
|
|
1083
|
+
1082
|
|
1084
|
+
1083
|
|
1085
|
+
1084
|
|
1086
|
+
1085
|
|
1087
|
+
1086
|
|
1088
|
+
1087
|
|
1089
|
+
1088
|
|
1090
|
+
1089
|
|
1091
|
+
1090
|
|
1092
|
+
1091
|
|
1093
|
+
1092
|
|
1094
|
+
1093
|
|
1095
|
+
1094
|
|
1096
|
+
1095
|
|
1097
|
+
1096
|
|
1098
|
+
1097
|
|
1099
|
+
1098
|
|
1100
|
+
1099
|
|
1101
|
+
1100
|
|
1102
|
+
1101
|
|
1103
|
+
1102
|
|
1104
|
+
1103
|
|
1105
|
+
1104
|
|
1106
|
+
1105
|
|
1107
|
+
1106
|
|
1108
|
+
1107
|
|
1109
|
+
1108
|
|
1110
|
+
1109
|
|
1111
|
+
1110
|
|
1112
|
+
1111
|
|
1113
|
+
1112
|
|
1114
|
+
1113
|
|
1115
|
+
1114
|
|
1116
|
+
1115
|
|
1117
|
+
1116
|
|
1118
|
+
1117
|
|
1119
|
+
1118
|
|
1120
|
+
1119
|
|
1121
|
+
1120
|
|
1122
|
+
1121
|
|
1123
|
+
1122
|
|
1124
|
+
1123
|
|
1125
|
+
1124
|
|
1126
|
+
1125
|
|
1127
|
+
1126
|
|
1128
|
+
1127
|
|
1129
|
+
1128
|
|
1130
|
+
1129
|
|
1131
|
+
1130
|
|
1132
|
+
1131
|
|
1133
|
+
1132
|
|
1134
|
+
1133
|
|
1135
|
+
1134
|
|
1136
|
+
1135
|
|
1137
|
+
1136
|
|
1138
|
+
1137
|
|
1139
|
+
1138
|
|
1140
|
+
1139
|
|
1141
|
+
1140
|
|
1142
|
+
1141
|
|
1143
|
+
1142
|
|
1144
|
+
1143
|
|
1145
|
+
1144
|
|
1146
|
+
1145
|
|
1147
|
+
1146
|
|
1148
|
+
1147
|
|
1149
|
+
1148
|
|
1150
|
+
1149
|
|
1151
|
+
1150
|
|
1152
|
+
1151
|
|
1153
|
+
1152
|
|
1154
|
+
1153
|
|
1155
|
+
1154
|
|
1156
|
+
1155
|
|
1157
|
+
1156
|
|
1158
|
+
1157
|
|
1159
|
+
1158
|
|
1160
|
+
1159
|
|
1161
|
+
1160
|
|
1162
|
+
1161
|
|
1163
|
+
1162
|
|
1164
|
+
1163
|
|
1165
|
+
1164
|
|
1166
|
+
1165
|
|
1167
|
+
1166
|
|
1168
|
+
1167
|
|
1169
|
+
1168
|
|
1170
|
+
1169
|
|
1171
|
+
1170
|
|
1172
|
+
1171
|
|
1173
|
+
1172
|
|
1174
|
+
1173
|
|
1175
|
+
1174
|
|
1176
|
+
1175
|
|
1177
|
+
1176
|
|
1178
|
+
1177
|
|
1179
|
+
1178
|
|
1180
|
+
1179
|
|
1181
|
+
1180
|
|
1182
|
+
1181
|
|
1183
|
+
1182
|
|
1184
|
+
1183
|
|
1185
|
+
1184
|
|
1186
|
+
1185
|
|
1187
|
+
1186
|
|
1188
|
+
1187
|
|
1189
|
+
1188
|
|
1190
|
+
1189
|
|
1191
|
+
1190
|
|
1192
|
+
1191
|
|
1193
|
+
1192
|
|
1194
|
+
1193
|
|
1195
|
+
1194
|
|
1196
|
+
1195
|
|
1197
|
+
1196
|
|
1198
|
+
1197
|
|
1199
|
+
1198
|
|
1200
|
+
1199
|
|
1201
|
+
1200
|
|
1202
|
+
1201
|
|
1203
|
+
1202
|
|
1204
|
+
1203
|
|
1205
|
+
1204
|
|
1206
|
+
1205
|
|
1207
|
+
1206
|
|
1208
|
+
1207
|
|
1209
|
+
1208
|
|
1210
|
+
1209
|
|
1211
|
+
1210
|
|
1212
|
+
1211
|
|
1213
|
+
1212
|
|
1214
|
+
1213
|
|
1215
|
+
1214
|
|
1216
|
+
1215
|
|
1217
|
+
1216
|
|
1218
|
+
1217
|
|
1219
|
+
1218
|
|
1220
|
+
1219
|
|
1221
|
+
1220
|
|
1222
|
+
1221
|
|
1223
|
+
1222
|
|
1224
|
+
1223
|
|
1225
|
+
1224
|
|
1226
|
+
1225
|
|
1227
|
+
1226
|
|
1228
|
+
1227
|
|
1229
|
+
1228
|
|
1230
|
+
1229
|
|
1231
|
+
1230
|
|
1232
|
+
1231
|
|
1233
|
+
1232
|
|
1234
|
+
1233
|
|
1235
|
+
1234
|
|
1236
|
+
1235
|
|
1237
|
+
1236
|
|
1238
|
+
1237
|
|
1239
|
+
1238
|
|
1240
|
+
1239
|
|
1241
|
+
1240
|
|
1242
|
+
1241
|
|
1243
|
+
1242
|
|
1244
|
+
1243
|
|
1245
|
+
1244
|
|
1246
|
+
1245
|
|
1247
|
+
1246
|
|
1248
|
+
1247
|
|
1249
|
+
1248
|
|
1250
|
+
1249
|
|
1251
|
+
1250
|
|
1252
|
+
1251
|
|
1253
|
+
1252
|
|
1254
|
+
1253
|
|
1255
|
+
1254
|
|
1256
|
+
1255
|
|
1257
|
+
1256
|
|
1258
|
+
1257
|
|
1259
|
+
1258
|
|
1260
|
+
1259
|
|
1261
|
+
1260
|
|
1262
|
+
1261
|
|
1263
|
+
1262
|
|
1264
|
+
1263
|
|
1265
|
+
1264
|
|
1266
|
+
1265
|
|
1267
|
+
1266
|
|
1268
|
+
1267
|
|
1269
|
+
1268
|
|
1270
|
+
1269
|
|
1271
|
+
1270
|
|
1272
|
+
1271
|
|
1273
|
+
1272
|
|
1274
|
+
1273
|
|
1275
|
+
1274
|
|
1276
|
+
1275
|
|
1277
|
+
1276
|
|
1278
|
+
1277
|
|
1279
|
+
1278
|
|
1280
|
+
1279
|
|
1281
|
+
1280
|
|
1282
|
+
1281
|
|
1283
|
+
1282
|
|
1284
|
+
1283
|
|
1285
|
+
1284
|
|
1286
|
+
1285
|
|
1287
|
+
1286
|
|
1288
|
+
1287
|
|
1289
|
+
1288
|
|
1290
|
+
1289
|
|
1291
|
+
1290
|
|
1292
|
+
1291
|
|
1293
|
+
1292
|
|
1294
|
+
1293
|
|
1295
|
+
1294
|
|
1296
|
+
1295
|
|
1297
|
+
1296
|
|
1298
|
+
1297
|
|
1299
|
+
1298
|
|
1300
|
+
1299
|
|
1301
|
+
1300
|
|
1302
|
+
1301
|
|
1303
|
+
1302
|
|
1304
|
+
1303
|
|
1305
|
+
1304
|
|
1306
|
+
1305
|
|
1307
|
+
1306
|
|
1308
|
+
1307
|
|
1309
|
+
1308
|
|
1310
|
+
1309
|
|
1311
|
+
1310
|
|
1312
|
+
1311
|
|
1313
|
+
1312
|
|
1314
|
+
1313
|
|
1315
|
+
1314
|
|
1316
|
+
1315
|
|
1317
|
+
1316
|
|
1318
|
+
1317
|
|
1319
|
+
1318
|
|
1320
|
+
1319
|
|
1321
|
+
1320
|
|
1322
|
+
1321
|
|
1323
|
+
1322
|
|
1324
|
+
1323
|
|
1325
|
+
1324
|
|
1326
|
+
1325
|
|
1327
|
+
1326
|
|
1328
|
+
1327
|
|
1329
|
+
1328
|
|
1330
|
+
1329
|
|
1331
|
+
1330
|
|
1332
|
+
1331
|
|
1333
|
+
1332
|
|
1334
|
+
1333
|
|
1335
|
+
1334
|
|
1336
|
+
1335
|
|
1337
|
+
1336
|
|
1338
|
+
1337
|
|
1339
|
+
1338
|
|
1340
|
+
1339
|
|
1341
|
+
1340
|
|
1342
|
+
1341
|
|
1343
|
+
1342
|
|
1344
|
+
1343
|
|
1345
|
+
1344
|
|
1346
|
+
1345
|
|
1347
|
+
1346
|
|
1348
|
+
1347
|
|
1349
|
+
1348
|
|
1350
|
+
1349
|
|
1351
|
+
1350
|
|
1352
|
+
1351
|
|
1353
|
+
1352
|
|
1354
|
+
1353
|
|
1355
|
+
1354
|
|
1356
|
+
1355
|
|
1357
|
+
1356
|
|
1358
|
+
1357
|
|
1359
|
+
1358
|
|
1360
|
+
1359
|
|
1361
|
+
1360
|
|
1362
|
+
1361
|
|
1363
|
+
1362
|
|
1364
|
+
1363
|
|
1365
|
+
1364
|
|
1366
|
+
1365
|
|
1367
|
+
1366
|
|
1368
|
+
1367
|
|
1369
|
+
1368
|
|
1370
|
+
1369
|
|
1371
|
+
1370
|
|
1372
|
+
1371
|
|
1373
|
+
1372
|
|
1374
|
+
1373
|
|
1375
|
+
1374
|
|
1376
|
+
1375
|
|
1377
|
+
1376
|
|
1378
|
+
1377
|
|
1379
|
+
1378
|
|
1380
|
+
1379
|
|
1381
|
+
1380
|
|
1382
|
+
1381
|
|
1383
|
+
1382
|
|
1384
|
+
1383
|
|
1385
|
+
1384
|
|
1386
|
+
1385
|
|
1387
|
+
1386
|
|
1388
|
+
1387
|
|
1389
|
+
1388
|
|
1390
|
+
1389
|
|
1391
|
+
1390
|
|
1392
|
+
1391
|
|
1393
|
+
1392
|
|
1394
|
+
1393
|
|
1395
|
+
1394
|
|
1396
|
+
1395
|
|
1397
|
+
1396
|
|
1398
|
+
1397
|
|
1399
|
+
1398
|
|
1400
|
+
1399
|
|
1401
|
+
1400
|
|
1402
|
+
1401
|
|
1403
|
+
1402
|
|
1404
|
+
1403
|
|
1405
|
+
1404
|
|
1406
|
+
1405
|
|
1407
|
+
1406
|
|
1408
|
+
1407
|
|
1409
|
+
1408
|
|
1410
|
+
1409
|
|
1411
|
+
1410
|
|
1412
|
+
1411
|
|
1413
|
+
1412
|
|
1414
|
+
1413
|
|
1415
|
+
1414
|
|
1416
|
+
1415
|
|
1417
|
+
1416
|
|
1418
|
+
1417
|
|
1419
|
+
1418
|
|
1420
|
+
1419
|
|
1421
|
+
1420
|
|
1422
|
+
1421
|
|
1423
|
+
1422
|
|
1424
|
+
1423
|
|
1425
|
+
1424
|
|
1426
|
+
1425
|
|
1427
|
+
1426
|
|
1428
|
+
1427
|
|
1429
|
+
1428
|
|
1430
|
+
1429
|
|
1431
|
+
1430
|
|
1432
|
+
1431
|
|
1433
|
+
1432
|
|
1434
|
+
1433
|
|
1435
|
+
1434
|
|
1436
|
+
1435
|
|
1437
|
+
1436
|
|
1438
|
+
1437
|
|
1439
|
+
1438
|
|
1440
|
+
1439
|
|
1441
|
+
1440
|
|
1442
|
+
1441
|
|
1443
|
+
1442
|
|
1444
|
+
1443
|
|
1445
|
+
1444
|
|
1446
|
+
1445
|
|
1447
|
+
1446
|
|
1448
|
+
1447
|
|
1449
|
+
1448
|
|
1450
|
+
1449
|
|
1451
|
+
1450
|
|
1452
|
+
1451
|
|
1453
|
+
1452
|
|
1454
|
+
1453
|
|
1455
|
+
1454
|
|
1456
|
+
1455
|
|
1457
|
+
1456
|
|
1458
|
+
1457
|
|
1459
|
+
1458
|
|
1460
|
+
1459
|
|
1461
|
+
1460
|
|
1462
|
+
1461
|
|
1463
|
+
1462
|
|
1464
|
+
1463
|
|
1465
|
+
1464
|
|
1466
|
+
1465
|
|
1467
|
+
1466
|
|
1468
|
+
1467
|
|
1469
|
+
1468
|
|
1470
|
+
1469
|
|
1471
|
+
1470
|
|
1472
|
+
1471
|
|
1473
|
+
1472
|
|
1474
|
+
1473
|
|
1475
|
+
1474
|
|
1476
|
+
1475
|
|
1477
|
+
1476
|
|
1478
|
+
1477
|
|
1479
|
+
1478
|
|
1480
|
+
1479
|
|
1481
|
+
1480
|
|
1482
|
+
1481
|
|
1483
|
+
1482
|
|
1484
|
+
1483
|
|
1485
|
+
1484
|
|
1486
|
+
1485
|
|
1487
|
+
1486
|
|
1488
|
+
1487
|
|
1489
|
+
1488
|
|
1490
|
+
1489
|
|
1491
|
+
1490
|
|
1492
|
+
1491
|
|
1493
|
+
1492
|
|
1494
|
+
1493
|
|
1495
|
+
1494
|
|
1496
|
+
1495
|
|
1497
|
+
1496
|
|
1498
|
+
1497
|
|
1499
|
+
1498
|
|
1500
|
+
1499
|
|
1501
|
+
1500
|
|
1502
|
+
1501
|
|
1503
|
+
1502
|
|
1504
|
+
1503
|
|
1505
|
+
1504
|
|
1506
|
+
1505
|
|
1507
|
+
1506
|
|
1508
|
+
1507
|
|
1509
|
+
1508
|
|
1510
|
+
1509
|
|
1511
|
+
1510
|
|
1512
|
+
1511
|
|
1513
|
+
1512
|
|
1514
|
+
1513
|
|
1515
|
+
1514
|
|
1516
|
+
1515
|
|
1517
|
+
1516
|
|
1518
|
+
1517
|
|
1519
|
+
1518
|
|
1520
|
+
1519
|
|
1521
|
+
1520
|
|
1522
|
+
1521
|
|
1523
|
+
1522
|
|
1524
|
+
1523
|
|
1525
|
+
1524
|
|
1526
|
+
1525
|
|
1527
|
+
1526
|
|
1528
|
+
1527
|
|
1529
|
+
1528
|
|
1530
|
+
1529
|
|
1531
|
+
1530
|
|
1532
|
+
1531
|
|
1533
|
+
1532
|
|
1534
|
+
1533
|
|
1535
|
+
1534
|
|
1536
|
+
1535
|
|
1537
|
+
1536
|
|
1538
|
+
1537
|
|
1539
|
+
1538
|
|
1540
|
+
1539
|
|
1541
|
+
1540
|
|
1542
|
+
1541
|
|
1543
|
+
1542
|
|
1544
|
+
1543
|
|
1545
|
+
1544
|
|
1546
|
+
1545
|
|
1547
|
+
1546
|
|
1548
|
+
1547
|
|
1549
|
+
1548
|
|
1550
|
+
1549
|
|
1551
|
+
1550
|
|
1552
|
+
1551
|
|
1553
|
+
1552
|
|
1554
|
+
1553
|
|
1555
|
+
1554
|
|
1556
|
+
1555
|
|
1557
|
+
1556
|
|
1558
|
+
1557
|
|
1559
|
+
1558
|
|
1560
|
+
1559
|
|
1561
|
+
1560
|
|
1562
|
+
1561
|
|
1563
|
+
1562
|
|
1564
|
+
1563
|
|
1565
|
+
1564
|
|
1566
|
+
1565
|
|
1567
|
+
1566
|
|
1568
|
+
1567
|
|
1569
|
+
1568
|
|
1570
|
+
1569
|
|
1571
|
+
1570
|
|
1572
|
+
1571
|
|
1573
|
+
1572
|
|
1574
|
+
1573
|
|
1575
|
+
1574
|
|
1576
|
+
1575
|
|
1577
|
+
1576
|
|
1578
|
+
1577
|
|
1579
|
+
1578
|
|
1580
|
+
1579
|
|
1581
|
+
1580
|
|
1582
|
+
1581
|
|
1583
|
+
1582
|
|
1584
|
+
1583
|
|
1585
|
+
1584
|
|
1586
|
+
1585
|
|
1587
|
+
1586
|
|
1588
|
+
1587
|
|
1589
|
+
1588
|
|
1590
|
+
1589
|
|
1591
|
+
1590
|
|
1592
|
+
1591
|
|
1593
|
+
1592
|
|
1594
|
+
1593
|
|
1595
|
+
1594
|
|
1596
|
+
1595
|
|
1597
|
+
1596
|
|
1598
|
+
1597
|
|
1599
|
+
1598
|
|
1600
|
+
1599
|
|
1601
|
+
1600
|
|
1602
|
+
1601
|
|
1603
|
+
1602
|
|
1604
|
+
1603
|
|
1605
|
+
1604
|
|
1606
|
+
1605
|
|
1607
|
+
1606
|
|
1608
|
+
1607
|
|
1609
|
+
1608
|
|
1610
|
+
1609
|
|
1611
|
+
1610
|
|
1612
|
+
1611
|
|
1613
|
+
1612
|
|
1614
|
+
1613
|
|
1615
|
+
1614
|
|
1616
|
+
1615
|
|
1617
|
+
1616
|
|
1618
|
+
1617
|
|
1619
|
+
1618
|
|
1620
|
+
1619
|
|
1621
|
+
1620
|
|
1622
|
+
1621
|
|
1623
|
+
1622
|
|
1624
|
+
1623
|
|
1625
|
+
1624
|
|
1626
|
+
1625
|
|
1627
|
+
1626
|
|
1628
|
+
1627
|
|
1629
|
+
1628
|
|
1630
|
+
1629
|
|
1631
|
+
1630
|
|
1632
|
+
1631
|
|
1633
|
+
1632
|
|
1634
|
+
1633
|
|
1635
|
+
1634
|
|
1636
|
+
1635
|
|
1637
|
+
1636
|
|
1638
|
+
1637
|
|
1639
|
+
1638
|
|
1640
|
+
1639
|
|
1641
|
+
1640
|
|
1642
|
+
1641
|
|
1643
|
+
1642
|
|
1644
|
+
1643
|
|
1645
|
+
1644
|
|
1646
|
+
1645
|
|
1647
|
+
1646
|
|
1648
|
+
1647
|
|
1649
|
+
1648
|
|
1650
|
+
1649
|
|
1651
|
+
1650
|
|
1652
|
+
1651
|
|
1653
|
+
1652
|
|
1654
|
+
1653
|
|
1655
|
+
1654
|
|
1656
|
+
1655
|
|
1657
|
+
1656
|
|
1658
|
+
1657
|
|
1659
|
+
1658
|
|
1660
|
+
1659
|
|
1661
|
+
1660
|
|
1662
|
+
1661
|
|
1663
|
+
1662
|
|
1664
|
+
1663
|
|
1665
|
+
1664
|
|
1666
|
+
1665
|
|
1667
|
+
1666
|
|
1668
|
+
1667
|
|
1669
|
+
1668
|
|
1670
|
+
1669
|
|
1671
|
+
1670
|
|
1672
|
+
1671
|
|
1673
|
+
1672
|
|
1674
|
+
1673
|
|
1675
|
+
1674
|
|
1676
|
+
1675
|
|
1677
|
+
1676
|
|
1678
|
+
1677
|
|
1679
|
+
1678
|
|
1680
|
+
1679
|
|
1681
|
+
1680
|
|
1682
|
+
1681
|
|
1683
|
+
1682
|
|
1684
|
+
1683
|
|
1685
|
+
1684
|
|
1686
|
+
1685
|
|
1687
|
+
1686
|
|
1688
|
+
1687
|
|
1689
|
+
1688
|
|
1690
|
+
1689
|
|
1691
|
+
1690
|
|
1692
|
+
1691
|
|
1693
|
+
1692
|
|
1694
|
+
1693
|
|
1695
|
+
1694
|
|
1696
|
+
1695
|
|
1697
|
+
1696
|
|
1698
|
+
1697
|
|
1699
|
+
1698
|
|
1700
|
+
1699
|
|
1701
|
+
1700
|
|
1702
|
+
1701
|
|
1703
|
+
1702
|
|
1704
|
+
1703
|
|
1705
|
+
1704
|
|
1706
|
+
1705
|
|
1707
|
+
1706
|
|
1708
|
+
1707
|
|
1709
|
+
1708
|
|
1710
|
+
1709
|
|
1711
|
+
1710
|
|
1712
|
+
1711
|
|
1713
|
+
1712
|
|
1714
|
+
1713
|
|
1715
|
+
1714
|
|
1716
|
+
1715
|
|
1717
|
+
1716
|
|
1718
|
+
1717
|
|
1719
|
+
1718
|
|
1720
|
+
1719
|
|
1721
|
+
1720
|
|
1722
|
+
1721
|
|
1723
|
+
1722
|
|
1724
|
+
1723
|
|
1725
|
+
1724
|
|
1726
|
+
1725
|
|
1727
|
+
1726
|
|
1728
|
+
1727
|
|
1729
|
+
1728
|
|
1730
|
+
1729
|
|
1731
|
+
1730
|
|
1732
|
+
1731
|
|
1733
|
+
1732
|
|
1734
|
+
1733
|
|
1735
|
+
1734
|
|
1736
|
+
1735
|
|
1737
|
+
1736
|
|
1738
|
+
1737
|
|
1739
|
+
1738
|
|
1740
|
+
1739
|
|
1741
|
+
1740
|
|
1742
|
+
1741
|
|
1743
|
+
1742
|
|
1744
|
+
1743
|
|
1745
|
+
1744
|
|
1746
|
+
1745
|
|
1747
|
+
1746
|
|
1748
|
+
1747
|
|
1749
|
+
1748
|
|
1750
|
+
1749
|
|
1751
|
+
1750
|
|
1752
|
+
1751
|
|
1753
|
+
1752
|
|
1754
|
+
1753
|
|
1755
|
+
1754
|
|
1756
|
+
1755
|
|
1757
|
+
1756
|
|
1758
|
+
1757
|
|
1759
|
+
1758
|
|
1760
|
+
1759
|
|
1761
|
+
1760
|
|
1762
|
+
1761
|
|
1763
|
+
1762
|
|
1764
|
+
1763
|
|
1765
|
+
1764
|
|
1766
|
+
1765
|
|
1767
|
+
1766
|
|
1768
|
+
1767
|
|
1769
|
+
1768
|
|
1770
|
+
1769
|
|
1771
|
+
1770
|
|
1772
|
+
1771
|
|
1773
|
+
1772
|
|
1774
|
+
1773
|
|
1775
|
+
1774
|
|
1776
|
+
1775
|
|
1777
|
+
1776
|
|
1778
|
+
1777
|
|
1779
|
+
1778
|
|
1780
|
+
1779
|
|
1781
|
+
1780
|
|
1782
|
+
1781
|
|
1783
|
+
1782
|
|
1784
|
+
1783
|
|
1785
|
+
1784
|
|
1786
|
+
1785
|
|
1787
|
+
1786
|
|
1788
|
+
1787
|
|
1789
|
+
1788
|
|
1790
|
+
1789
|
|
1791
|
+
1790
|
|
1792
|
+
1791
|
|
1793
|
+
1792
|
|
1794
|
+
1793
|
|
1795
|
+
1794
|
|
1796
|
+
1795
|
|
1797
|
+
1796
|
|
1798
|
+
1797
|
|
1799
|
+
1798
|
|
1800
|
+
1799
|
|
1801
|
+
1800
|
|
1802
|
+
1801
|
|
1803
|
+
1802
|
|
1804
|
+
1803
|
|
1805
|
+
1804
|
|
1806
|
+
1805
|
|
1807
|
+
1806
|
|
1808
|
+
1807
|
|
1809
|
+
1808
|
|
1810
|
+
1809
|
|
1811
|
+
1810
|
|
1812
|
+
1811
|
|
1813
|
+
1812
|
|
1814
|
+
1813
|
|
1815
|
+
1814
|
|
1816
|
+
1815
|
|
1817
|
+
1816
|
|
1818
|
+
1817
|
|
1819
|
+
1818
|
|
1820
|
+
1819
|
|
1821
|
+
1820
|
|
1822
|
+
1821
|
|
1823
|
+
1822
|
|
1824
|
+
1823
|
|
1825
|
+
1824
|
|
1826
|
+
1825
|
|
1827
|
+
1826
|
|
1828
|
+
1827
|
|
1829
|
+
1828
|
|
1830
|
+
1829
|
|
1831
|
+
1830
|
|
1832
|
+
1831
|
|
1833
|
+
1832
|
|
1834
|
+
1833
|
|
1835
|
+
1834
|
|
1836
|
+
1835
|
|
1837
|
+
1836
|
|
1838
|
+
1837
|
|
1839
|
+
1838
|
|
1840
|
+
1839
|
|
1841
|
+
1840
|
|
1842
|
+
1841
|
|
1843
|
+
1842
|
|
1844
|
+
1843
|
|
1845
|
+
1844
|
|
1846
|
+
1845
|
|
1847
|
+
1846
|
|
1848
|
+
1847
|
|
1849
|
+
1848
|
|
1850
|
+
1849
|
|
1851
|
+
1850
|
|
1852
|
+
1851
|
|
1853
|
+
1852
|
|
1854
|
+
1853
|
|
1855
|
+
1854
|
|
1856
|
+
1855
|
|
1857
|
+
1856
|
|
1858
|
+
1857
|
|
1859
|
+
1858
|
|
1860
|
+
1859
|
|
1861
|
+
1860
|
|
1862
|
+
1861
|
|
1863
|
+
1862
|
|
1864
|
+
1863
|
|
1865
|
+
1864
|
|
1866
|
+
1865
|
|
1867
|
+
1866
|
|
1868
|
+
1867
|
|
1869
|
+
1868
|
|
1870
|
+
1869
|
|
1871
|
+
1870
|
|
1872
|
+
1871
|
|
1873
|
+
1872
|
|
1874
|
+
1873
|
|
1875
|
+
1874
|
|
1876
|
+
1875
|
|
1877
|
+
1876
|
|
1878
|
+
1877
|
|
1879
|
+
1878
|
|
1880
|
+
1879
|
|
1881
|
+
1880
|
|
1882
|
+
1881
|
|
1883
|
+
1882
|
|
1884
|
+
1883
|
|
1885
|
+
1884
|
|
1886
|
+
1885
|
|
1887
|
+
1886
|
|
1888
|
+
1887
|
|
1889
|
+
1888
|
|
1890
|
+
1889
|
|
1891
|
+
1890
|
|
1892
|
+
1891
|
|
1893
|
+
1892
|
|
1894
|
+
1893
|
|
1895
|
+
1894
|
|
1896
|
+
1895
|
|
1897
|
+
1896
|
|
1898
|
+
1897
|
|
1899
|
+
1898
|
|
1900
|
+
1899
|
|
1901
|
+
1900
|
|
1902
|
+
1901
|
|
1903
|
+
1902
|
|
1904
|
+
1903
|
|
1905
|
+
1904
|
|
1906
|
+
1905
|
|
1907
|
+
1906
|
|
1908
|
+
1907
|
|
1909
|
+
1908
|
|
1910
|
+
1909
|
|
1911
|
+
1910
|
|
1912
|
+
1911
|
|
1913
|
+
1912
|
|
1914
|
+
1913
|
|
1915
|
+
1914
|
|
1916
|
+
1915
|
|
1917
|
+
1916
|
|
1918
|
+
1917
|
|
1919
|
+
1918
|
|
1920
|
+
1919
|
|
1921
|
+
1920
|
|
1922
|
+
1921
|
|
1923
|
+
1922
|
|
1924
|
+
1923
|
|
1925
|
+
1924
|
|
1926
|
+
1925
|
|
1927
|
+
1926
|
|
1928
|
+
1927
|
|
1929
|
+
1928
|
|
1930
|
+
1929
|
|
1931
|
+
1930
|
|
1932
|
+
1931
|
|
1933
|
+
1932
|
|
1934
|
+
1933
|
|
1935
|
+
1934
|
|
1936
|
+
1935
|
|
1937
|
+
1936
|
|
1938
|
+
1937
|
|
1939
|
+
1938
|
|
1940
|
+
1939
|
|
1941
|
+
1940
|
|
1942
|
+
1941
|
|
1943
|
+
1942
|
|
1944
|
+
1943
|
|
1945
|
+
1944
|
|
1946
|
+
1945
|
|
1947
|
+
1946
|
|
1948
|
+
1947
|
|
1949
|
+
1948
|
|
1950
|
+
1949
|
|
1951
|
+
1950
|
|
1952
|
+
1951
|
|
1953
|
+
1952
|
|
1954
|
+
1953
|
|
1955
|
+
1954
|
|
1956
|
+
1955
|
|
1957
|
+
1956
|
|
1958
|
+
1957
|
|
1959
|
+
1958
|
|
1960
|
+
1959
|
|
1961
|
+
1960
|
|
1962
|
+
1961
|
|
1963
|
+
1962
|
|
1964
|
+
1963
|
|
1965
|
+
1964
|
|
1966
|
+
1965
|
|
1967
|
+
1966
|
|
1968
|
+
1967
|
|
1969
|
+
1968
|
|
1970
|
+
1969
|
|
1971
|
+
1970
|
|
1972
|
+
1971
|
|
1973
|
+
1972
|
|
1974
|
+
1973
|
|
1975
|
+
1974
|
|
1976
|
+
1975
|
|
1977
|
+
1976
|
|
1978
|
+
1977
|
|
1979
|
+
1978
|
|
1980
|
+
1979
|
|
1981
|
+
1980
|
|
1982
|
+
1981
|
|
1983
|
+
1982
|
|
1984
|
+
1983
|
|
1985
|
+
1984
|
|
1986
|
+
1985
|
|
1987
|
+
1986
|
|
1988
|
+
1987
|
|
1989
|
+
1988
|
|
1990
|
+
1989
|
|
1991
|
+
1990
|
|
1992
|
+
1991
|
|
1993
|
+
1992
|
|
1994
|
+
1993
|
|
1995
|
+
1994
|
|
1996
|
+
1995
|
|
1997
|
+
1996
|
|
1998
|
+
1997
|
|
1999
|
+
1998
|
|
2000
|
+
1999
|
|
2001
|
+
2000
|
|
2002
|
+
2001
|
|
2003
|
+
2002
|
|
2004
|
+
2003
|
|
2005
|
+
2004
|
|
2006
|
+
2005
|
|
2007
|
+
2006
|
|
2008
|
+
2007
|
|
2009
|
+
2008
|
|
2010
|
+
2009
|
|
2011
|
+
2010
|
|
2012
|
+
2011
|
|
2013
|
+
2012
|
|
2014
|
+
2013
|
|
2015
|
+
2014
|
|
2016
|
+
2015
|
|
2017
|
+
2016
|
|
2018
|
+
2017
|
|
2019
|
+
2018
|
|
2020
|
+
2019
|
|
2021
|
+
2020
|
|
2022
|
+
2021
|
|
2023
|
+
2022
|
|
2024
|
+
2023
|
|
2025
|
+
2024
|
|
2026
|
+
2025
|
|
2027
|
+
2026
|
|
2028
|
+
2027
|
|
2029
|
+
2028
|
|
2030
|
+
2029
|
|
2031
|
+
2030
|
|
2032
|
+
2031
|
|
2033
|
+
2032
|
|
2034
|
+
2033
|
|
2035
|
+
2034
|
|
2036
|
+
2035
|
|
2037
|
+
2036
|
|
2038
|
+
2037
|
|
2039
|
+
2038
|
|
2040
|
+
2039
|
|
2041
|
+
2040
|
|
2042
|
+
2041
|
|
2043
|
+
2042
|
|
2044
|
+
2043
|
|
2045
|
+
2044
|
|
2046
|
+
2045
|
|
2047
|
+
2046
|
|
2048
|
+
2047
|
|
2049
|
+
2048
|
|
2050
|
+
2049
|
|
2051
|
+
2050
|
|
2052
|
+
2051
|
|
2053
|
+
2052
|
|
2054
|
+
2053
|
|
2055
|
+
2054
|
|
2056
|
+
2055
|
|
2057
|
+
2056
|
|
2058
|
+
2057
|
|
2059
|
+
2058
|
|
2060
|
+
2059
|
|
2061
|
+
2060
|
|
2062
|
+
2061
|
|
2063
|
+
2062
|
|
2064
|
+
2063
|
|
2065
|
+
2064
|
|
2066
|
+
2065
|
|
2067
|
+
2066
|
|
2068
|
+
2067
|
|
2069
|
+
2068
|
|
2070
|
+
2069
|
|
2071
|
+
2070
|
|
2072
|
+
2071
|
|
2073
|
+
2072
|
|
2074
|
+
2073
|
|
2075
|
+
2074
|
|
2076
|
+
2075
|
|
2077
|
+
2076
|
|
2078
|
+
2077
|