Compare commits

...

8 Commits
master ... dev

Author SHA1 Message Date
Shadow15510 16f782227d to pretend to move forward 2022-04-07 20:29:50 +02:00
Shadow15510 aa89beb1a1 Fix bug with too little map 2021-08-18 23:12:15 +02:00
Shadow15510 cba3e7ba75 Screen and display gestion 2021-08-18 16:37:59 +02:00
Shadow15510 da17beef2a quick'n dirty offset system 2021-08-17 23:08:50 +02:00
Shadow15510 a5c35c6f2b first map displayed 2021-08-17 22:14:09 +02:00
Shadow15510 69da392400 Add a .gitignore 2021-08-16 23:39:06 +02:00
Shadow15510 90aaa55b5a Add a tileset 2021-08-16 23:37:41 +02:00
Shadow15510 f2a75916b9 Initialize fxsdk project 2021-08-16 23:32:59 +02:00
17 changed files with 778 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Executables
*.g3a
*.g1a
# Building sources
build-fx/
build-cg/
# Python files
assets-cg/__pycache__/

42
CMakeLists.txt Normal file
View File

@ -0,0 +1,42 @@
# Configure with [fxsdk build-fx] or [fxsdk build-cg], which provide the
# toolchain file and module path of the fxSDK
cmake_minimum_required(VERSION 3.15)
project(OGE)
include(GenerateG1A)
include(GenerateG3A)
include(Fxconv)
find_package(Gint 2.1 REQUIRED)
set(SOURCES
src/main.c
src/game_engine.c
src/display_engine.c
)
# Shared assets, fx-9860G-only assets and fx-CG-50-only assets
set(ASSETS
)
set(ASSETS_fx
)
set(ASSETS_cg
assets-cg/tileset.png
assets-cg/maps/world.json
)
fxconv_declare_assets(${ASSETS} ${ASSETS_fx} ${ASSETS_cg} WITH_METADATA)
fxconv_declare_converters(assets-cg/converters.py)
add_executable(myaddin ${SOURCES} ${ASSETS} ${ASSETS_${FXSDK_PLATFORM}})
target_compile_options(myaddin PRIVATE -Wall -Wextra -Os)
target_link_libraries(myaddin Gint::Gint)
if("${FXSDK_PLATFORM_LONG}" STREQUAL fx9860G)
generate_g1a(TARGET myaddin OUTPUT "OGE.g1a"
NAME "OGE" ICON assets-fx/icon.png)
elseif("${FXSDK_PLATFORM_LONG}" STREQUAL fxCG50)
generate_g3a(TARGET myaddin OUTPUT "OGE.g3a"
NAME "OGE" ICONS assets-cg/icon-uns.png assets-cg/icon-sel.png)
endif()

View File

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.8" tiledversion="1.8.2" name="tileset" tilewidth="16" tileheight="16" tilecount="1150" columns="46">
<image source="../tileset.png" width="736" height="400"/>
<wangsets>
<wangset name="light-path" type="corner" tile="-1">
<wangcolor name="" color="#ff0000" tile="-1" probability="1"/>
<wangtile tileid="944" wangid="0,0,0,1,0,0,0,0"/>
<wangtile tileid="945" wangid="0,0,0,1,0,1,0,0"/>
<wangtile tileid="946" wangid="0,0,0,0,0,1,0,0"/>
<wangtile tileid="947" wangid="0,1,0,0,0,1,0,1"/>
<wangtile tileid="948" wangid="0,1,0,1,0,0,0,1"/>
<wangtile tileid="949" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="990" wangid="0,1,0,1,0,0,0,0"/>
<wangtile tileid="991" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="992" wangid="0,0,0,0,0,1,0,1"/>
<wangtile tileid="993" wangid="0,0,0,1,0,1,0,1"/>
<wangtile tileid="994" wangid="0,1,0,1,0,1,0,0"/>
<wangtile tileid="995" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="1036" wangid="0,1,0,0,0,0,0,0"/>
<wangtile tileid="1037" wangid="0,1,0,0,0,0,0,1"/>
<wangtile tileid="1038" wangid="0,0,0,0,0,0,0,1"/>
</wangset>
<wangset name="dark-path" type="corner" tile="-1">
<wangcolor name="" color="#ff0000" tile="-1" probability="1"/>
<wangtile tileid="950" wangid="0,0,0,1,0,0,0,0"/>
<wangtile tileid="951" wangid="0,0,0,1,0,1,0,0"/>
<wangtile tileid="952" wangid="0,0,0,0,0,1,0,0"/>
<wangtile tileid="953" wangid="0,1,0,0,0,1,0,1"/>
<wangtile tileid="954" wangid="0,1,0,1,0,0,0,1"/>
<wangtile tileid="955" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="996" wangid="0,1,0,1,0,0,0,0"/>
<wangtile tileid="997" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="998" wangid="0,0,0,0,0,1,0,1"/>
<wangtile tileid="999" wangid="0,0,0,1,0,1,0,1"/>
<wangtile tileid="1000" wangid="0,1,0,1,0,1,0,0"/>
<wangtile tileid="1001" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="1042" wangid="0,1,0,0,0,0,0,0"/>
<wangtile tileid="1043" wangid="0,1,0,0,0,0,0,1"/>
<wangtile tileid="1044" wangid="0,0,0,0,0,0,0,1"/>
</wangset>
<wangset name="stone" type="corner" tile="-1">
<wangcolor name="" color="#ff0000" tile="-1" probability="1"/>
<wangtile tileid="774" wangid="0,1,0,0,0,1,0,1"/>
<wangtile tileid="775" wangid="0,1,0,0,0,0,0,1"/>
<wangtile tileid="776" wangid="0,1,0,1,0,0,0,1"/>
<wangtile tileid="777" wangid="0,0,0,1,0,0,0,0"/>
<wangtile tileid="778" wangid="0,0,0,1,0,1,0,0"/>
<wangtile tileid="779" wangid="0,0,0,0,0,1,0,0"/>
<wangtile tileid="820" wangid="0,0,0,0,0,1,0,1"/>
<wangtile tileid="822" wangid="0,1,0,1,0,0,0,0"/>
<wangtile tileid="823" wangid="0,1,0,1,0,0,0,0"/>
<wangtile tileid="824" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="825" wangid="0,0,0,0,0,1,0,1"/>
<wangtile tileid="866" wangid="0,0,0,1,0,1,0,1"/>
<wangtile tileid="867" wangid="0,0,0,1,0,1,0,0"/>
<wangtile tileid="868" wangid="0,1,0,1,0,1,0,0"/>
<wangtile tileid="869" wangid="0,1,0,0,0,0,0,0"/>
<wangtile tileid="870" wangid="0,1,0,0,0,0,0,1"/>
<wangtile tileid="871" wangid="0,0,0,0,0,0,0,1"/>
</wangset>
<wangset name="snow" type="corner" tile="-1">
<wangcolor name="" color="#ff0000" tile="-1" probability="1"/>
<wangtile tileid="453" wangid="0,1,0,0,0,1,0,1"/>
<wangtile tileid="454" wangid="0,1,0,0,0,0,0,1"/>
<wangtile tileid="455" wangid="0,1,0,1,0,0,0,1"/>
<wangtile tileid="456" wangid="0,0,0,1,0,0,0,0"/>
<wangtile tileid="457" wangid="0,0,0,1,0,1,0,0"/>
<wangtile tileid="458" wangid="0,0,0,0,0,1,0,0"/>
<wangtile tileid="499" wangid="0,0,0,0,0,1,0,1"/>
<wangtile tileid="501" wangid="0,1,0,1,0,0,0,0"/>
<wangtile tileid="502" wangid="0,1,0,1,0,0,0,0"/>
<wangtile tileid="503" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="504" wangid="0,0,0,0,0,1,0,1"/>
<wangtile tileid="545" wangid="0,0,0,1,0,1,0,1"/>
<wangtile tileid="546" wangid="0,0,0,1,0,1,0,0"/>
<wangtile tileid="547" wangid="0,1,0,1,0,1,0,0"/>
<wangtile tileid="548" wangid="0,1,0,0,0,0,0,0"/>
<wangtile tileid="549" wangid="0,1,0,0,0,0,0,1"/>
<wangtile tileid="550" wangid="0,0,0,0,0,0,0,1"/>
</wangset>
<wangset name="water" type="corner" tile="-1">
<wangcolor name="" color="#ff0000" tile="-1" probability="1"/>
<wangtile tileid="1028" wangid="0,0,0,1,0,0,0,0"/>
<wangtile tileid="1029" wangid="0,0,0,1,0,1,0,0"/>
<wangtile tileid="1030" wangid="0,0,0,0,0,1,0,0"/>
<wangtile tileid="1031" wangid="0,1,0,0,0,1,0,1"/>
<wangtile tileid="1032" wangid="0,1,0,1,0,0,0,1"/>
<wangtile tileid="1074" wangid="0,1,0,1,0,0,0,0"/>
<wangtile tileid="1075" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="1076" wangid="0,0,0,0,0,1,0,1"/>
<wangtile tileid="1077" wangid="0,0,0,1,0,1,0,1"/>
<wangtile tileid="1078" wangid="0,1,0,1,0,1,0,0"/>
<wangtile tileid="1120" wangid="0,1,0,0,0,0,0,0"/>
<wangtile tileid="1121" wangid="0,1,0,0,0,0,0,1"/>
<wangtile tileid="1122" wangid="0,0,0,0,0,0,0,1"/>
</wangset>
</wangsets>
</tileset>

316
assets-cg/Tiled/world.tmx Normal file
View File

@ -0,0 +1,316 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.8" tiledversion="1.8.2" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="1">
<tileset firstgid="1" source="tileset.tsx"/>
<layer id="3" name="Calque de Tuiles 1" width="100" height="100">
<data encoding="csv">
1040,1041,1042,1041,1040,1040,1042,1041,1040,1041,1040,1042,1041,1042,1041,1042,1042,1042,1042,1041,1040,1040,1040,1040,1042,1040,1041,1042,1041,1040,1041,1041,1040,1042,1042,1042,1042,1041,1041,1041,1041,1040,1040,1042,1042,1040,1041,1042,1041,1042,1041,1042,1042,1041,1042,1040,1041,1041,1042,1040,1040,1042,1041,1040,1040,1041,1040,1041,1042,1042,1041,1042,1041,1041,1041,1042,1041,1042,1041,1040,1041,1040,1041,1041,1042,1042,1041,1040,1041,1042,1041,1042,1042,1040,1041,1040,1042,1041,1041,1040,
1041,1041,1040,1042,1042,1041,1041,1040,1042,1041,1040,1041,1042,1041,1040,1040,1040,1041,1040,1041,1041,1041,1041,1042,1042,1042,1040,1042,1040,1041,1040,1042,1042,1040,1042,1040,1040,1041,1042,1041,1040,1040,1041,1041,1042,1042,1040,1041,1042,1042,1041,1040,1041,1042,1040,1041,1040,1041,1042,1040,1040,1040,1041,1042,1042,1040,1041,1041,1040,1042,1041,1040,1042,1040,1042,1042,1041,1040,1040,1040,1040,1040,1042,1041,1041,1042,1041,1040,1040,1042,1040,1040,1042,1040,1040,1042,1042,1042,1042,1040,
1041,1040,1040,1042,1040,1042,1042,1041,1040,1041,1040,1042,1040,1040,1042,1041,1041,1041,1042,1042,1040,1042,1041,1041,1041,1040,1040,1040,1042,1042,1041,1042,1041,1040,1040,1040,1041,1042,1042,1041,1042,1042,1040,1041,1041,1042,1042,1041,1041,1042,1041,1041,1040,1042,1041,1041,1042,1041,1040,1040,1040,1040,1042,1041,1041,1042,1040,1042,1041,1042,1042,1042,1040,1041,1041,1041,1040,1042,1041,1041,1040,1042,1040,1040,1040,1042,1042,1041,1042,1040,1041,1042,1042,1040,1042,1042,1040,1040,1042,1042,
1041,1042,1040,1041,1042,1042,1041,1042,1041,1042,1042,1042,1042,1040,1041,1041,1041,1041,1040,1040,1040,1042,1040,1041,1042,1042,1041,1042,1041,1042,1040,1041,1042,1040,1041,1042,1042,1041,1041,1040,1041,1040,1041,1042,1041,1041,1041,1041,1041,1041,1041,1040,1041,1042,1042,1042,1041,1040,1042,1042,1040,1042,1041,1042,1040,1040,1040,1041,1042,1040,1042,1041,1040,1042,1042,1040,1042,1040,1042,1041,1041,1042,1042,1041,1041,1041,1041,1042,1041,1040,1041,1041,1042,1040,1042,1041,1040,1041,1041,1041,
1041,1041,1041,1042,1040,1041,1042,1040,1042,1041,1042,1041,1040,1041,1040,1041,1040,1040,1042,1041,1040,1041,1042,1040,1040,1040,1040,1041,1042,1041,1040,1042,1042,1042,1042,1042,1041,1042,1040,1041,1041,1042,1041,1041,1042,1041,1042,1042,1041,1042,1042,1041,1042,1040,1041,1040,1042,1040,1042,1040,1040,1042,1041,1040,1042,1041,1040,1042,1042,1041,1042,1040,1040,1041,1040,1041,1042,1042,1040,1042,1041,1042,1041,1042,1041,1040,1041,1042,1040,1042,1040,1040,1041,1040,1042,1041,1042,1041,1040,1041,
1042,1042,1042,1041,1040,1042,1040,1041,1040,1041,1042,1042,1041,1041,1041,1042,1042,1041,1041,1040,1042,1040,1040,1042,1041,1040,1040,1041,1041,1041,1042,1041,1040,1041,1041,1040,1041,1040,1040,1041,1041,1041,1041,1042,1040,1042,1042,1042,1040,1040,1042,1040,1041,1042,1041,1042,1041,1040,1041,1042,1040,1041,1040,1041,1042,1040,1040,1040,1042,1042,1042,1042,1041,1042,1041,1042,1041,1040,1042,1041,1041,1040,1042,1042,1042,1040,1040,1040,1040,1040,1041,1041,1040,1041,1042,1041,1041,1042,1042,1040,
1042,1040,1041,1041,1042,1041,1041,1040,1041,1041,1042,1042,1042,1042,1041,1040,1042,1042,1042,1042,1040,1041,1041,1042,1040,1040,1041,1040,1041,1040,1041,1040,1041,1040,1041,1041,1041,1041,1042,1040,1041,1041,1042,1042,1042,1042,1041,1042,1042,1040,1040,1041,1041,1042,1041,1042,1041,1040,1042,1040,1040,1040,1041,1042,1041,1040,1042,1040,1042,1040,1042,1042,1041,1042,1041,1040,1040,1041,1041,1040,1040,1042,1041,1041,1042,1040,1041,1042,1040,1042,1042,1040,1040,1042,1042,1041,1040,1040,1042,1040,
1040,1042,1040,1042,1040,1041,1040,1040,1040,1042,1040,1042,1042,1040,1040,1042,1040,1042,1041,1040,1042,1042,1042,1040,1042,1041,1042,1042,1041,1041,1040,1041,1041,1042,1040,1040,1041,1041,1042,1040,1041,1041,1040,1040,1041,1040,1042,1041,1041,1042,1042,1041,1040,1040,1041,1040,1040,1040,1041,1041,1040,1041,1040,1040,1041,1042,1041,1042,1040,1042,1040,1042,1042,1040,1042,1042,1040,1040,1042,1042,1042,1040,1041,1041,1042,1040,1041,1040,1040,1041,1041,1042,1040,1042,1040,1042,1040,1040,1041,1040,
1041,1042,1040,1041,1042,1042,1040,1042,1041,1042,1041,1041,1041,1042,1042,1042,1042,1041,1042,1042,1041,1040,1042,1042,1040,1042,1040,1040,1040,1042,1042,1040,1042,1042,1041,1042,1041,1040,1042,1040,1041,1042,1041,1041,1041,1041,1041,1040,1042,1041,1042,1041,1040,1041,1042,1042,1040,1042,1042,1041,1041,1040,1042,1041,1042,1040,1041,1040,1040,1041,1042,1042,1040,1040,1041,1040,1040,1042,1042,1042,1040,1040,1042,1041,1041,1042,1041,1040,1042,1040,1040,1041,1041,1041,1040,1042,1042,1040,1040,1040,
1041,1040,1042,1041,1040,1040,1040,1040,1041,1041,1041,1042,1041,1041,1042,1042,1040,1042,1040,1041,1040,1041,1042,1042,1042,1040,1041,1042,1042,1040,1042,1042,1042,1041,1040,1041,1041,1041,1042,1042,1041,1041,1040,1041,1040,1041,1042,1042,1042,1040,1041,1041,1041,1040,1041,1042,1042,1041,1041,1040,1041,1042,1041,1042,1041,1041,1040,1040,1042,1042,1042,1042,1040,1042,1040,1041,1041,1041,1042,1041,1040,1041,1041,1041,1042,1042,1040,1040,1040,1040,1040,1040,1041,1040,1040,1041,1042,1041,1042,1040,
1041,1040,1040,1040,1040,1042,1041,1040,1041,1040,1040,1042,1042,1042,1042,1040,1041,1042,1042,1041,1042,1042,1040,1040,1040,1040,1040,1042,1042,1042,1041,1042,1041,1042,1041,1041,1042,1042,1041,1041,1041,1040,1041,1042,1041,1042,1042,1040,1040,1042,1041,1041,1040,1042,1040,1040,1040,1041,1042,1040,1041,1040,1041,1041,1041,1041,1041,1040,1041,1040,1042,1040,1041,1042,1042,1040,1040,1040,1042,1042,1041,1040,1041,1041,1040,1042,1040,1042,1042,1042,1042,1041,1041,1040,1041,1041,1041,1041,1041,1042,
1040,1042,1041,1042,1040,1040,1040,1040,1040,1041,1041,1040,1042,1040,1041,1041,1041,1040,1042,1040,1041,1042,1040,1042,1042,1040,1040,1042,1041,1042,1042,1041,1041,1040,1041,1041,1041,1042,1042,1040,1041,1040,1042,1041,1040,1040,1041,1040,1040,1040,1040,1041,1041,1042,1040,1042,1041,1040,1041,1041,1042,1041,1040,1042,1040,1042,1042,1042,1042,1040,1040,1040,1042,1040,1041,1042,1041,1041,1042,1041,1041,1041,1041,1042,1040,1041,1041,1041,1042,1042,1042,1041,1041,1042,1042,1041,1041,1042,1042,1042,
1040,1041,1040,1041,1042,1041,1040,1041,1040,1041,1040,1040,1040,1042,1042,1042,1041,1040,1042,1041,1041,1040,1041,1040,1041,1042,1040,1041,1042,1041,1042,1041,1040,1040,1041,1042,1040,1040,1041,1040,1042,1040,1040,1040,1040,1040,1042,1042,1042,1041,1041,1042,1040,1041,1042,1040,1041,1040,1042,1041,1041,1042,1041,1040,1040,1042,1041,1041,1041,1041,1041,1041,1042,1042,1040,1041,1040,1042,1041,1040,1041,1042,1041,1042,1041,1042,1041,1042,1042,1041,1042,1041,1042,1041,1042,1041,1042,1041,1042,1042,
1041,1040,1040,1041,1041,1040,1041,1041,1042,1042,1040,1040,1041,1041,1042,1042,1042,1042,1040,1042,1041,1040,1041,1041,1040,1042,1041,1042,1042,1040,1040,1040,1042,1041,1042,1040,1040,1041,1042,1042,1041,1040,1042,1042,1041,1040,1041,1042,1040,1041,1040,1042,1040,1042,1042,1042,1040,1042,1041,1041,1042,1041,1040,1040,1042,1040,1040,1041,1040,1041,1041,1042,1042,1041,1041,1041,1041,1040,1040,1041,1041,1042,1041,1041,1040,1040,1040,1040,1040,1042,1042,1041,1042,1040,1040,1041,1042,1040,1041,1040,
1040,1041,1041,1040,1041,1040,1040,1042,1040,1042,1041,1042,1041,1042,1040,1040,1041,1042,1040,1042,1040,1041,1040,1042,1041,1042,1042,1042,1042,1042,1042,1040,1042,1041,1042,1040,1040,1040,1042,1040,1040,1041,1042,1041,1041,1041,1040,1042,1040,1042,1042,1042,1042,1042,1042,1042,1041,1040,1041,1040,1042,1042,1041,1041,1040,1040,1040,1040,1040,1040,1042,1040,1041,1041,1041,1040,1042,1041,1040,1042,1042,1042,1040,1041,1042,1041,1041,1041,1041,1040,1041,1042,1041,1040,1042,1042,1040,1040,1042,1041,
1040,1042,1041,1041,1041,1042,1041,1042,1040,1041,1042,1040,1042,1042,1041,1041,1041,1041,1041,1042,1042,1042,1042,1042,1041,1040,1042,1040,1042,1040,1040,1042,1042,1040,1042,1040,1040,1042,1042,1041,1040,1041,1041,1040,1041,1041,1041,1040,1042,1041,1040,1041,1041,1040,1040,1040,1041,1040,1042,1041,1042,1040,1041,1042,1042,1042,1042,1042,1041,1041,1040,1040,1040,1041,1041,1042,1042,1040,1041,1041,1040,1042,1042,1041,1041,1041,1042,1041,1040,1042,1040,1040,1040,1040,1041,1042,1042,1042,1040,1040,
1042,1042,1041,1040,1042,1040,1042,1042,1041,1042,1041,1041,1042,1042,1040,1040,1042,1041,1042,1041,1041,1042,1042,1040,1041,1040,1040,1041,1041,1042,1041,1042,1042,1042,1040,1041,1042,1041,1041,1042,1041,1040,1041,1042,1040,1040,1041,1041,1040,1042,1042,1040,1040,1042,1041,1040,1040,1040,1042,1040,1041,1040,1040,1042,1040,1042,1042,1040,1041,1041,1040,1042,1042,1042,1042,1041,1042,1040,1040,1042,1041,1040,1040,1041,1042,1041,1041,1042,1041,1042,1040,1041,1040,1042,1042,1040,1041,1040,1041,1041,
1042,1040,1041,1041,1041,1042,1040,1040,1042,1040,1041,1042,1040,1041,1040,1041,1042,1040,1040,1041,1041,1041,1041,1042,1042,1040,1040,1041,1042,1040,1040,1042,1040,1040,1040,1041,1041,1040,1040,1040,1040,1042,1041,1040,1041,1040,1040,1041,1040,1040,1041,1042,1041,1040,1042,1041,1040,1042,1041,1040,1040,1042,1041,1041,1040,1042,1040,1042,1041,1040,1042,1042,1041,1040,1042,1041,1041,1041,1041,1040,1042,1042,1040,1042,1041,1041,1042,1040,1042,1042,1042,1040,1040,1042,1041,1042,1042,1040,1042,1041,
1040,1041,1040,1041,1042,1042,1042,1041,1041,1041,1040,1042,1042,1042,1040,1040,1042,1042,1042,1042,1041,1042,1040,1040,1040,1041,1042,1042,1040,1042,1042,1041,1040,1041,1041,1042,1040,1042,1041,1040,1040,1041,1042,1040,1041,1041,1040,1042,1041,1040,1041,1042,1042,1040,1040,1042,1040,1042,1042,1041,1041,1040,1042,1041,1041,1040,1041,1041,1041,1040,1042,1040,1041,1041,1040,1041,1040,1042,1040,1042,1041,1042,1042,1041,1041,1040,1042,1040,1042,1042,1041,1041,1042,1040,1040,1040,1040,1041,1041,1042,
1042,1040,1040,1041,1041,1042,1040,1042,1041,1040,1040,1040,1042,1042,1041,1040,1040,1041,1042,1041,1041,1042,1042,1042,1040,1040,1040,1042,1042,1042,1041,1040,1042,1040,1040,1040,1042,1041,1040,1041,1042,1042,1041,1042,1040,1042,1041,1041,1042,1041,1042,1040,1042,1040,1041,1040,1042,1042,1040,1041,1041,1042,1040,1042,1040,1041,1040,1041,1040,1040,1041,1041,1042,1041,1040,1042,1042,1040,1042,1042,1040,1042,1042,1042,1040,1042,1042,1042,1041,1042,1040,1041,1042,1040,1040,1042,1042,1041,1040,1042,
1041,1041,1041,1040,1042,1041,1042,1040,1040,1042,1041,1041,1040,1040,1041,1040,1042,1040,1042,1042,1041,1041,1041,1042,1041,1040,1041,1042,1040,1041,1042,1042,1042,1042,1040,1042,1042,1042,1042,1042,1040,1040,1041,1040,1040,1042,1041,1040,1040,1040,1040,1040,1042,1042,1040,1042,1042,1041,1041,1041,1041,1041,1040,1041,1040,1041,1041,1040,1042,1040,1040,1041,1041,1042,1042,1040,1041,1041,1042,1040,1041,1042,1040,1040,1042,1041,1042,1042,1040,1042,1040,1042,1041,1041,1040,1040,1042,1040,1041,1042,
1040,1040,1041,1041,1040,1040,1041,1042,1041,1042,1040,1041,1042,1042,1040,1042,1041,1041,1040,1041,1041,1042,1041,1042,1042,1040,1040,1040,1040,1041,1042,1042,1040,1042,1042,1041,1041,1040,1042,1040,1042,1042,1041,1041,1042,1040,1042,1040,1042,1040,1040,1041,1042,1042,1041,1040,1042,1040,1040,1041,1042,1042,1040,1040,1041,1040,1041,1042,1041,1040,1040,1041,1041,1042,1041,1042,1042,1042,1040,1040,1042,1042,1042,1042,1041,1042,1041,1041,1040,1040,1040,1040,1041,1041,1041,1042,1041,1041,1042,1042,
1040,1041,1040,1040,1042,1042,1042,1041,1042,1041,1042,1040,1040,1042,1040,1041,1041,1042,1042,1042,1042,1040,1041,1041,1040,1041,1042,1040,1041,1042,1040,1042,1040,1040,1042,1041,1042,1041,1041,1041,1041,1041,1040,1041,1042,1041,1041,1042,1040,1041,1042,1040,1040,1041,1041,1041,1042,1041,1041,1042,1042,1041,1041,1041,1041,1042,1041,1040,1042,1041,1042,1041,1042,1041,1040,1040,1041,1042,1042,1042,1040,1041,1042,1042,1041,1041,1042,1042,1042,1041,1040,1041,1041,1042,1040,1042,1040,1042,1041,1040,
1041,1042,1040,1040,1042,1042,1040,1042,1041,1041,1042,1040,1041,1042,1041,1041,1042,1041,1040,1042,1041,1040,1040,1041,1041,1041,1041,1041,1041,1041,1041,1040,1041,1041,1040,1042,1041,1042,1041,1042,1041,1041,1042,1040,1040,1040,1041,1042,1042,1042,1040,1040,1041,1041,1040,1042,1042,1042,1041,1042,1041,1040,1041,1041,1041,1040,1042,1040,1040,1042,1041,1040,1040,1040,1042,1042,1041,1041,1041,1041,1041,1041,1040,1042,1040,1041,1041,1042,1040,1040,1040,1042,1040,1040,1042,1041,1041,1040,1041,1040,
1040,1042,1041,1042,1041,1041,1041,1041,1041,1042,1040,1040,1042,1040,1042,1040,1040,1041,1041,1041,1040,1040,1041,1042,1042,1040,1040,1040,1041,1041,1040,1040,1042,1042,1041,1042,1040,1041,1042,1040,1042,1041,1040,1042,1040,1042,1040,1042,1040,1041,1042,1040,1042,1040,1041,1042,1042,1042,1042,1041,1040,1042,1041,1041,1042,1040,1041,1042,1042,1041,1042,1041,1042,1040,1042,1042,1040,1042,1040,1040,1042,1042,1040,1040,1042,1041,1042,1040,1040,1041,1040,1041,1040,1040,1040,1040,1041,1042,1042,1040,
1042,1042,1041,1040,1040,1040,1040,1041,1040,1041,1042,1040,1040,1042,1042,1042,1042,1041,1042,1041,1042,1040,1040,1042,1041,1041,1040,1042,1040,1041,1040,1040,1042,1042,1042,1040,1040,1042,1041,1042,1042,1042,1040,1042,1041,1041,1040,1040,1042,1040,1042,1042,1041,1042,1040,1040,1041,1042,1041,1040,1042,1040,1042,1041,1042,1042,1041,1042,1040,1042,1041,1040,1042,1042,1040,1041,1042,1041,1041,1042,1040,1042,1041,1042,1040,1040,1041,1041,1041,1042,1041,1042,1041,1041,1042,1041,1040,1040,1042,1040,
1042,1040,1040,1041,1040,1041,1041,1042,1042,1041,1042,1042,1040,1041,1040,1041,1040,1041,1040,1041,1042,1040,1040,1042,1041,1041,1040,1041,1040,1042,1040,1041,1042,1042,1041,1040,1041,1042,1040,1041,1041,1041,1040,1041,1042,1040,1042,1040,1042,1040,1041,1041,1040,1041,1040,1040,1040,1042,1040,1042,1041,1041,1042,1040,1041,1041,1040,1041,1041,1042,1041,1040,1041,1042,1042,1040,1040,1042,1040,1040,1041,1040,1041,1040,1042,1041,1042,1041,1040,1040,1042,1041,1042,1041,1040,1040,1040,1040,1041,1041,
1040,1040,1042,1041,1042,1040,1042,1040,1042,1040,1041,1042,1042,1040,1041,1041,1040,1042,1041,1041,1041,1040,1041,1041,1040,1040,1040,1040,1041,1041,1040,1042,1042,1042,1042,1040,1040,1041,1042,1040,1040,1041,1041,1040,1040,1041,1040,1041,1040,1040,1040,1040,1042,1042,1041,1040,1040,1040,1042,1040,1040,1040,1041,1040,1042,1042,1041,1041,1041,1040,1042,1041,1040,1042,1042,1042,1042,1042,1040,1042,1042,1040,1041,1040,1042,1041,1040,1040,1040,1041,1040,1042,1040,1040,1041,1042,1040,1040,1042,1040,
1041,1042,1042,1042,1042,1041,1042,1040,1040,1041,1041,1041,1042,1041,1042,1040,1042,1042,1040,1040,1042,1041,1041,1041,1040,1042,1041,1041,1042,1040,1040,1042,1042,1040,1040,1041,1042,1041,1041,1040,1040,1041,1040,1041,1041,1040,1041,1041,1042,1040,1042,1042,1042,1040,1040,1041,1042,1041,1041,1042,1041,1041,1041,1040,1042,1042,1040,1040,1041,1042,1042,1041,1041,1042,1040,1042,1041,1042,1042,1041,1042,1042,1040,1040,1041,1041,1042,1041,1041,1042,1040,1042,1042,1041,1042,1041,1040,1040,1041,1040,
1042,1042,1042,1040,1040,1041,1040,1040,1041,1041,1041,1041,1040,1042,1042,1042,1041,1042,1040,1042,1042,1040,1041,1041,1041,1041,1040,1041,1040,1042,1041,1041,1040,1041,1041,1041,1042,1042,1040,1042,1042,1042,1042,1042,1042,1040,1041,1040,1040,1041,1042,1040,1042,1042,1040,1041,1040,1040,1040,1041,1040,1042,1042,1040,1041,1042,1040,1042,1041,1042,1041,1040,1041,1040,1040,1042,1042,1040,1042,1041,1040,1042,1041,1041,1040,1040,1042,1041,1042,1040,1042,1040,1040,1042,1042,1042,1040,1042,1041,1040,
1040,1042,1040,1041,1041,1042,1040,1042,1041,1040,1042,1042,1042,1042,1040,1041,1041,1040,1040,1041,1042,1042,1040,1042,1040,1041,1041,1041,1040,1040,1042,1040,1042,1042,1040,1040,1041,1040,1042,1042,1042,1040,1042,1040,1040,1042,1041,1040,1040,1040,1041,1042,1041,1042,1041,1042,1041,1041,1041,1041,1041,1040,1042,1040,1042,1042,1042,1041,1040,1040,1040,1041,1040,1042,1041,1041,1042,1042,1042,1040,1040,1040,1040,1041,1041,1041,1041,1041,1040,1041,1042,1042,1042,1041,1041,1042,1042,1042,1041,1041,
1040,1041,1040,1040,1041,1041,1040,1042,1041,1042,1040,1042,1040,1042,1041,1041,1040,1042,1041,1040,1042,1040,1041,1042,1042,1041,1040,1042,1040,1042,1040,1040,1042,1041,1042,1042,1041,1040,1040,1041,1042,1040,1041,1040,1042,1041,1040,1041,1042,1042,1041,1041,1042,1040,1041,1042,1042,1041,1041,1041,1042,1040,1040,1041,1041,1041,1040,1040,1042,1041,1040,1041,1040,1040,1042,1041,1042,1040,1042,1040,1041,1041,1041,1041,1041,1042,1041,1041,1040,1040,1042,1040,1042,1040,1042,1041,1040,1042,1041,1040,
1040,1042,1040,1041,1041,1041,1041,1041,1041,1041,1041,1040,1041,1041,1042,1042,1042,1040,1042,1042,1041,1041,1041,1042,1042,1042,1040,1041,1042,1040,1040,1041,1041,1042,1042,1040,1042,1041,1041,1040,1041,1042,1040,1041,1040,1041,1042,1041,1042,1040,1041,1041,1041,1040,1041,1041,1040,1041,1042,1042,1042,1041,1040,1040,1040,1042,1040,1041,1040,1042,1040,1042,1040,1040,1041,1040,1042,1040,1041,1042,1041,1041,1040,1041,1041,1042,1041,1040,1040,1040,1042,1042,1041,1041,1041,1041,1041,1041,1042,1040,
1042,1040,1041,1042,1041,1042,1041,1042,1042,1042,1042,1042,1042,1041,1042,1042,1042,1040,1040,1041,1040,1041,1040,1042,1041,1042,1040,1040,1040,1040,1040,1041,1040,1041,1040,1041,1041,1042,1041,1041,1041,1040,1042,1042,1041,1041,1041,1041,1040,1040,1042,1040,1041,1041,1042,1040,1041,1041,1041,1041,1042,1040,1042,1042,1040,1040,1042,1042,1042,1041,1041,1042,1041,1040,1041,1040,1041,1041,1040,1041,1040,1041,1042,1041,1042,1041,1041,1041,1041,1041,1040,1042,1040,1040,1040,1040,1040,1040,1042,1041,
1041,1041,1040,1041,1042,1040,1040,1041,1041,1040,1041,1041,1040,1041,1041,1041,1040,1041,1041,1041,1040,1041,1042,1042,1040,1041,1041,1040,1040,1042,1042,1040,1040,1042,1041,1042,1042,1041,1040,1040,1040,1040,1042,1041,1040,1042,1041,1042,1042,1041,1041,1042,1042,1041,1040,1040,1041,1041,1042,1041,1040,1041,1041,1040,1040,1042,1042,1040,1042,1041,1040,1042,1041,1041,1042,1040,1041,1042,1041,1042,1041,1041,1041,1042,1042,1041,1040,1041,1040,1042,1041,1041,1040,1041,1041,1040,1040,1040,1040,1041,
1041,1042,1040,1042,1042,1041,1041,1042,1041,1040,1042,1041,1041,1041,1041,1041,1040,1042,1041,1041,1042,1041,1041,1041,1041,1042,1041,1042,1040,1042,1041,1040,1041,1041,1042,1040,1041,1040,1040,1041,1042,1040,1042,1042,1041,1041,1042,1041,1042,1042,1040,1040,1042,1041,1040,1042,1040,1042,1042,1040,1040,1042,1042,1040,1042,1041,1041,1042,1040,1041,1042,1040,1042,1042,1040,1040,1041,1041,1042,1040,1041,1041,1041,1042,1042,1042,1042,1042,1042,1042,1042,1042,1041,1040,1041,1042,1042,1041,1040,1042,
1040,1042,1041,1042,1041,1040,1042,1042,1040,1040,1041,1041,1041,1040,1042,1042,1041,1042,1042,1040,1042,1042,1042,1042,1041,1041,1040,1042,1041,1040,1041,1040,1041,1040,1040,1040,1040,1042,1041,1040,1042,1041,1041,1041,1040,1041,1041,1040,1040,1042,1041,1041,1041,1041,1040,1042,1040,1041,1041,1041,1041,1040,1042,1042,1041,1040,1040,1042,1042,1042,1040,1041,1042,1040,1042,1042,1041,1040,1040,1041,1041,1041,1040,1041,1041,1040,1041,1042,1042,1041,1040,1040,1042,1040,1040,1041,1041,1040,1042,1041,
1042,1040,1040,1040,1042,1040,1042,1040,1041,1041,1040,1042,1042,1042,1040,1042,1040,1042,1042,1042,1041,1040,1040,1041,1041,1041,1040,1042,1041,1040,1040,1042,1041,1040,1040,1040,1042,1042,1042,1040,1041,1040,1041,1040,1040,1041,1040,1042,1041,1041,1042,1040,1042,1040,1042,1040,1041,1042,1042,1040,1040,1041,1041,1042,1041,1042,1040,1042,1041,1040,1041,1040,1041,1041,1042,1040,1041,1041,1042,1042,1042,1041,1042,1040,1041,1041,1042,1041,1040,1041,1042,1040,1040,1041,1042,1042,1042,1040,1041,1040,
1040,1040,1040,1041,1041,1040,1040,1041,1041,1041,1042,1040,1042,1041,1042,1042,1042,1040,1042,1040,1041,1040,1042,1041,1042,1041,1040,1040,1041,1041,1040,1040,1041,1040,1042,1042,1041,1041,1041,1040,1042,1040,1042,1042,1041,1040,1041,1042,1040,1042,1041,1040,1040,1041,1042,1042,1042,1042,1041,1042,1042,1042,1042,1042,1042,1041,1042,1041,1041,1040,1042,1041,1042,1041,1041,1042,1042,1042,1042,1041,1040,1040,1042,1041,1041,1040,1042,1040,1041,1042,1041,1042,1042,1041,1040,1042,1042,1042,1042,1040,
1040,1042,1042,1042,1042,1041,1042,1040,1041,1041,1041,1042,1041,1040,1041,1041,1040,1041,1040,1042,1040,1040,1041,1042,1041,1041,1040,1040,1041,1041,1041,1042,1041,1040,1042,1040,1041,1041,1042,1041,1042,1042,1040,1041,1040,1040,1040,1042,1041,1040,1041,1040,1042,1040,1040,1042,1041,1042,1041,1042,1041,1040,1041,1040,1042,1041,1042,1040,1042,1040,1042,1042,1042,1042,1042,1041,1040,1042,1040,1042,1042,1040,1041,1042,1040,1042,1041,1041,1042,1041,1041,1042,1042,1042,1042,1040,1040,1040,1041,1042,
1040,1042,1040,1040,1042,1040,1042,1042,1041,1041,1040,1042,1042,1042,1041,1042,1040,1042,1042,1041,1040,1040,1042,1041,1042,1041,1042,1042,1040,1040,1042,1040,1041,1042,1041,1040,1042,1041,1042,1041,1042,1041,1040,1041,1041,1040,1041,1040,1040,1040,1041,1041,1042,1040,1040,1041,1042,1040,1041,1040,1041,1042,1041,1040,1040,1041,1041,1042,1040,1040,1041,1040,1040,1041,1042,1041,1041,1040,1040,1040,1040,1041,1041,1042,1041,1041,1041,1042,1040,1041,1042,1042,1041,1042,1042,1040,1042,1042,1041,1040,
1041,1042,1040,1040,1042,1040,1041,1040,1041,1040,1042,1040,1042,1041,1041,1041,1040,1042,1042,1042,1041,1041,1041,1041,1042,1042,1042,1040,1042,1041,1040,1041,1041,1041,1041,1042,1042,1041,1041,1040,1041,1040,1041,1041,1040,1040,1042,1042,1042,1040,1042,1041,1041,1042,1042,1042,1041,1041,1041,1040,1042,1041,1041,1042,1042,1042,1040,1040,1042,1042,1040,1040,1042,1040,1041,1040,1040,1042,1041,1041,1042,1041,1042,1041,1041,1040,1040,1041,1042,1041,1040,1042,1041,1041,1041,1041,1040,1042,1042,1040,
1042,1042,1040,1041,1040,1040,1041,1040,1041,1041,1040,1040,1042,1042,1042,1041,1040,1041,1040,1040,1042,1042,1040,1041,1041,1042,1041,1042,1040,1040,1040,1040,1040,1040,1041,1042,1042,1040,1042,1040,1040,1042,1040,1042,1041,1041,1041,1041,1041,1040,1041,1042,1041,1041,1040,1040,1040,1040,1041,1040,1040,1042,1040,1041,1041,1040,1042,1040,1041,1041,1042,1041,1040,1042,1042,1040,1041,1040,1040,1042,1042,1041,1041,1040,1042,1042,1041,1041,1040,1041,1040,1042,1041,1040,1041,1040,1041,1040,1040,1041,
1041,1042,1041,1040,1041,1041,1042,1042,1042,1040,1041,1041,1040,1041,1040,1041,1041,1040,1041,1040,1042,1040,1042,1042,1041,1042,1042,1041,1040,1041,1041,1040,1041,1042,1040,1041,1042,1040,1042,1041,1041,1040,1041,1042,1040,1042,1040,1042,1042,1041,1042,1041,1042,1042,1042,1040,1040,1040,1040,1041,1042,1040,1041,1041,1040,1042,1040,1040,1042,1040,1041,1040,1040,1041,1041,1040,1042,1042,1042,1041,1040,1042,1041,1041,1041,1042,1040,1040,1042,1042,1042,1040,1042,1041,1041,1042,1041,1041,1040,1041,
1041,1040,1040,1041,1042,1041,1041,1042,1042,1040,1040,1040,1042,1040,1041,1041,1041,1042,1041,1042,1040,1042,1040,1041,1040,1041,1041,1040,1041,1041,1040,1040,1041,1041,1042,1041,1041,1040,1042,1042,1041,1042,1042,1041,1042,1040,1040,1041,1040,1042,1040,1042,1041,1042,1041,1040,1042,1041,1041,1040,1041,1042,1042,1042,1042,1040,1041,1040,1041,1041,1040,1042,1042,1041,1042,1040,1042,1040,1042,1042,1040,1042,1042,1042,1041,1041,1042,1040,1041,1041,1041,1042,1041,1040,1041,1042,1041,1042,1042,1042,
1040,1042,1041,1041,1042,1040,1040,1040,1042,1040,1040,1042,1040,1040,1042,1042,1041,1042,1041,1041,1042,1040,1041,1041,1040,1040,1042,1041,1042,1041,1040,1041,1040,1041,1041,1041,1041,1041,1040,1041,1042,1042,1040,1040,1042,1042,1040,1041,1042,1040,1040,1042,1042,1042,1041,1042,1040,1040,1042,1042,1042,1041,1042,1042,1041,1041,1042,1040,1040,1040,1040,1041,1042,1040,1040,1042,1042,1042,1042,1042,1042,1041,1040,1041,1042,1042,1040,1041,1040,1041,1042,1042,1041,1041,1040,1040,1041,1040,1040,1042,
1040,1040,1040,1042,1041,1042,1040,1040,1042,1041,1042,1041,1040,1041,1041,1040,1042,1042,1042,1042,1041,1040,1041,1041,1041,1041,1041,1041,1040,1040,1042,1041,1041,1042,1041,1042,1041,1040,1042,1041,1041,1041,1041,1041,1042,1042,1042,1040,1040,1042,1040,1042,1041,1040,1042,1042,1042,1040,1040,1042,1040,1040,1042,1041,1042,1040,1040,1040,1040,1040,1042,1042,1041,1040,1041,1040,1042,1041,1041,1041,1042,1040,1041,1041,1042,1041,1042,1040,1042,1040,1042,1040,1040,1041,1042,1042,1041,1042,1042,1041,
1040,1040,1041,1041,1040,1041,1040,1040,1042,1042,1042,1041,1042,1040,1040,1040,1040,1040,1041,1041,1041,1040,1042,1042,1041,1042,1042,1041,1042,1042,1042,1040,1042,1040,1041,1042,1041,1042,1042,1042,1042,1041,1041,1041,1040,1042,1041,1042,1042,1042,1041,1042,1040,1042,1040,1040,1042,1040,1041,1041,1040,1040,1041,1040,1041,1040,1040,1041,1040,1041,1041,1042,1041,1042,1041,1040,1041,1042,1041,1040,1040,1042,1040,1040,1041,1042,1041,1040,1040,1041,1040,1042,1041,1041,1042,1040,1040,1040,1041,1040,
1041,1041,1042,1040,1042,1040,1042,1041,1041,1040,1041,1040,1041,1040,1041,1040,1041,1041,1041,1042,1040,1040,1040,1041,1041,1040,1040,1040,1042,1041,1042,1042,1040,1042,1040,1042,1040,1042,1041,1040,1041,1040,1040,1041,1041,1041,1042,1040,1040,1041,1042,1040,1041,1042,1042,1041,1042,1042,1042,1042,1041,1041,1041,1040,1042,1040,1041,1041,1042,1040,1041,1042,1041,1040,1040,1042,1041,1042,1041,1042,1040,1040,1040,1042,1040,1041,1041,1041,1042,1041,1042,1041,1041,1040,1042,1042,1042,1041,1042,1041,
1040,1042,1041,1042,1040,1040,1040,1040,1040,1042,1041,1040,1040,1042,1041,1040,1042,1040,1041,1042,1041,1040,1042,1041,1040,1040,1041,1042,1040,1041,1042,1040,1042,1042,1041,1041,1041,1041,1042,1042,1040,1042,1041,1042,1042,1042,1040,1040,1041,1042,1040,1042,1040,1040,1041,1040,1040,1042,1042,1041,1040,1041,1040,1040,1041,1040,1042,1041,1040,1040,1040,1040,1042,1041,1042,1042,1041,1042,1041,1041,1040,1041,1042,1042,1040,1040,1042,1040,1041,1040,1041,1040,1041,1041,1041,1041,1042,1042,1042,1041,
1042,1042,1042,1042,1041,1040,1041,1042,1040,1042,1041,1040,1040,1041,1040,1041,1041,1042,1040,1042,1042,1041,1040,1041,1042,1041,1041,1041,1040,1041,1042,1040,1041,1041,1040,1042,1040,1040,1040,1042,1042,1042,1041,1041,1042,1040,1042,1042,1042,1040,1040,1040,1042,1040,1041,1042,1040,1042,1042,1040,1041,1040,1040,1040,1041,1041,1040,1041,1040,1042,1042,1042,1041,1040,1040,1041,1040,1040,1042,1041,1040,1042,1040,1042,1042,1041,1040,1040,1042,1040,1040,1041,1040,1040,1042,1041,1040,1042,1040,1042,
1040,1040,1041,1041,1042,1041,1041,1040,1040,1040,1042,1042,1041,1041,1041,1040,1040,1042,1042,1041,1040,1040,1042,1041,1041,1042,1041,1041,1042,1041,1040,1040,1040,1042,1042,1041,1040,1041,1040,1040,1042,1041,1040,1042,1040,1042,1042,1040,1042,1041,1042,1041,1041,1041,1042,1041,1042,1041,1042,1041,1040,1042,1041,1041,1040,1042,1040,1042,1042,1042,1040,1041,1040,1040,1041,1041,1041,1042,1040,1041,1042,1042,1040,1040,1042,1042,1041,1042,1041,1041,1040,1042,1041,1040,1040,1041,1041,1040,1040,1040,
1040,1041,1041,1041,1042,1041,1040,1040,1042,1040,1040,1042,1042,1042,1040,1040,1041,1041,1040,1040,1041,1041,1040,1042,1041,1040,1041,1041,1040,1041,1040,1041,1042,1040,1040,1042,1040,1041,1041,1040,1042,1040,1041,1041,1040,1042,1042,1040,1041,1041,1040,1041,1040,1040,1042,1040,1042,1041,1042,1041,1040,1042,1040,1042,1040,1041,1040,1041,1040,1042,1042,1042,1041,1041,1041,1041,1040,1042,1041,1041,1040,1041,1041,1041,1041,1040,1041,1041,1040,1042,1041,1042,1042,1042,1042,1040,1041,1042,1041,1041,
1041,1042,1041,1040,1041,1042,1040,1040,1040,1040,1041,1040,1040,1042,1040,1042,1040,1041,1040,1041,1040,1042,1042,1042,1040,1040,1042,1042,1041,1041,1042,1042,1042,1040,1040,1042,1041,1042,1041,1042,1042,1042,1041,1042,1041,1042,1042,1042,1042,1041,1041,1041,1042,1042,1040,1042,1041,1040,1041,1042,1040,1042,1040,1042,1040,1040,1040,1042,1042,1042,1040,1042,1042,1041,1042,1042,1040,1040,1040,1042,1041,1042,1042,1042,1040,1040,1042,1041,1041,1040,1041,1042,1042,1040,1042,1041,1041,1040,1042,1041,
1042,1042,1042,1041,1042,1041,1042,1041,1040,1042,1040,1042,1040,1042,1041,1040,1042,1041,1042,1040,1042,1040,1040,1042,1042,1042,1041,1042,1040,1040,1042,1041,1041,1041,1040,1041,1042,1042,1041,1040,1040,1042,1042,1041,1041,1041,1040,1042,1042,1041,1041,1041,1040,1042,1040,1042,1040,1042,1041,1042,1042,1040,1040,1041,1040,1041,1040,1041,1040,1040,1040,1042,1040,1040,1040,1041,1041,1042,1041,1041,1042,1041,1042,1042,1042,1041,1041,1040,1042,1042,1041,1040,1041,1041,1041,1040,1042,1041,1042,1042,
1042,1041,1042,1041,1042,1042,1042,1040,1040,1042,1042,1042,1042,1041,1040,1040,1040,1042,1041,1041,1041,1040,1040,1042,1042,1041,1041,1041,1041,1042,1042,1042,1040,1042,1040,1042,1041,1041,1040,1041,1041,1041,1040,1040,1040,1042,1040,1042,1040,1041,1042,1041,1040,1042,1041,1040,1042,1042,1040,1040,1041,1041,1042,1042,1042,1042,1040,1040,1040,1042,1041,1040,1040,1041,1041,1042,1042,1041,1042,1041,1040,1040,1041,1041,1040,1041,1040,1040,1041,1040,1041,1041,1041,1041,1042,1042,1042,1040,1041,1040,
1040,1041,1042,1042,1042,1040,1041,1041,1042,1042,1042,1040,1042,1040,1041,1042,1042,1040,1042,1041,1042,1042,1042,1040,1040,1040,1042,1040,1042,1041,1040,1042,1040,1042,1040,1040,1042,1041,1042,1042,1040,1041,1040,1040,1041,1042,1040,1042,1040,1042,1040,1040,1041,1042,1041,1042,1042,1040,1041,1040,1042,1041,1042,1041,1042,1041,1040,1040,1041,1040,1041,1041,1042,1041,1042,1041,1041,1041,1041,1042,1040,1042,1040,1042,1041,1040,1040,1041,1042,1041,1041,1040,1041,1041,1040,1041,1040,1040,1041,1042,
1042,1040,1042,1042,1040,1042,1040,1040,1041,1040,1040,1040,1040,1042,1040,1041,1041,1040,1042,1041,1040,1042,1040,1040,1041,1042,1041,1042,1040,1042,1042,1041,1042,1041,1042,1042,1042,1042,1042,1040,1041,1041,1042,1040,1042,1042,1041,1041,1041,1040,1040,1041,1042,1041,1040,1042,1040,1041,1041,1040,1042,1041,1041,1042,1041,1042,1040,1040,1041,1041,1041,1042,1040,1040,1042,1041,1042,1041,1041,1042,1041,1040,1040,1041,1041,1040,1041,1042,1040,1040,1042,1041,1040,1040,1040,1040,1042,1040,1041,1041,
1040,1041,1041,1040,1040,1040,1041,1041,1041,1041,1040,1040,1042,1042,1042,1042,1040,1040,1040,1042,1040,1040,1040,1042,1042,1040,1041,1040,1042,1041,1041,1040,1042,1040,1041,1041,1040,1042,1040,1040,1040,1042,1042,1042,1042,1040,1040,1042,1040,1041,1041,1042,1041,1041,1042,1041,1042,1041,1040,1040,1040,1040,1040,1042,1041,1042,1042,1041,1040,1042,1042,1040,1042,1041,1040,1042,1040,1041,1042,1040,1042,1042,1042,1041,1040,1040,1040,1042,1042,1041,1042,1042,1042,1040,1041,1042,1040,1041,1041,1041,
1041,1041,1041,1041,1042,1040,1042,1041,1041,1041,1041,1041,1040,1042,1040,1042,1041,1041,1040,1040,1041,1042,1042,1040,1041,1041,1041,1042,1041,1042,1042,1040,1042,1040,1040,1041,1040,1040,1042,1042,1041,1042,1041,1041,1042,1041,1042,1040,1042,1042,1040,1041,1042,1042,1042,1040,1041,1042,1041,1040,1042,1042,1041,1040,1040,1041,1042,1040,1040,1042,1041,1042,1042,1042,1040,1042,1041,1042,1042,1040,1041,1041,1041,1041,1041,1040,1042,1040,1041,1042,1042,1041,1040,1040,1041,1040,1040,1040,1041,1042,
1042,1040,1040,1041,1042,1041,1042,1042,1040,1040,1041,1040,1042,1040,1040,1042,1041,1041,1042,1041,1041,1040,1040,1040,1042,1040,1041,1040,1042,1042,1041,1041,1041,1040,1040,1042,1040,1042,1042,1040,1041,1041,1042,1040,1040,1041,1041,1040,1042,1040,1042,1041,1042,1040,1042,1042,1042,1041,1041,1040,1042,1042,1040,1041,1041,1041,1041,1042,1041,1042,1041,1041,1041,1042,1040,1040,1041,1042,1040,1041,1041,1042,1041,1040,1041,1042,1042,1042,1042,1041,1042,1041,1042,1040,1042,1041,1040,1041,1040,1041,
1042,1042,1041,1042,1042,1040,1040,1041,1040,1040,1041,1040,1041,1042,1042,1042,1041,1040,1040,1040,1041,1041,1042,1042,1040,1042,1040,1042,1040,1042,1040,1042,1042,1042,1040,1041,1041,1040,1040,1040,1042,1040,1042,1042,1040,1040,1040,1040,1040,1041,1040,1042,1042,1041,1040,1042,1041,1041,1042,1042,1041,1041,1042,1040,1040,1042,1040,1042,1040,1040,1042,1042,1042,1040,1041,1042,1042,1040,1040,1042,1042,1042,1041,1042,1040,1041,1041,1040,1041,1041,1041,1042,1042,1042,1040,1041,1042,1040,1042,1041,
1042,1042,1041,1041,1040,1041,1040,1041,1040,1041,1042,1042,1041,1042,1041,1041,1042,1042,1042,1042,1041,1042,1042,1042,1042,1041,1040,1040,1042,1042,1041,1042,1040,1040,1040,1041,1040,1041,1041,1040,1042,1040,1042,1041,1042,1042,1040,1041,1040,1040,1040,1040,1040,1040,1042,1041,1041,1041,1041,1041,1040,1042,1042,1040,1042,1042,1040,1041,1042,1042,1042,1042,1042,1041,1041,1042,1042,1040,1040,1042,1041,1041,1040,1042,1042,1042,1040,1042,1042,1040,1040,1041,1042,1040,1040,1042,1042,1041,1040,1041,
1042,1041,1042,1041,1041,1042,1042,1040,1042,1040,1040,1040,1040,1041,1040,1042,1042,1041,1040,1040,1041,1040,1042,1041,1042,1042,1040,1040,1041,1041,1041,1042,1042,1040,1040,1042,1042,1042,1040,1040,1041,1041,1042,1040,1042,1042,1041,1041,1040,1041,1042,1041,1040,1041,1040,1040,1042,1040,1040,1040,1041,1040,1040,1040,1042,1040,1040,1042,1042,1042,1040,1042,1040,1041,1040,1041,1040,1041,1040,1040,1042,1041,1041,1042,1041,1042,1041,1041,1042,1040,1042,1041,1040,1040,1040,1041,1041,1040,1042,1041,
1040,1041,1042,1040,1042,1042,1042,1042,1040,1042,1041,1041,1042,1040,1040,1040,1040,1042,1041,1040,1041,1042,1041,1041,1041,1042,1040,1042,1042,1040,1041,1041,1041,1041,1041,1041,1042,1040,1042,1040,1042,1042,1040,1041,1041,1041,1041,1040,1042,1041,1042,1041,1042,1041,1042,1040,1040,1040,1042,1041,1040,1041,1040,1040,1041,1040,1042,1041,1041,1040,1040,1041,1041,1040,1040,1040,1040,1040,1042,1040,1041,1041,1042,1040,1041,1042,1040,1041,1042,1040,1041,1041,1042,1041,1042,1041,1040,1040,1040,1041,
1041,1040,1040,1040,1041,1041,1041,1040,1040,1042,1042,1040,1041,1040,1040,1041,1042,1042,1042,1041,1041,1042,1041,1040,1041,1040,1041,1042,1042,1041,1040,1040,1041,1042,1040,1041,1040,1042,1042,1042,1041,1041,1040,1041,1042,1040,1042,1041,1042,1041,1040,1042,1040,1040,1042,1042,1040,1041,1041,1041,1041,1040,1041,1041,1042,1040,1041,1041,1041,1042,1040,1040,1042,1042,1041,1041,1042,1042,1040,1042,1042,1042,1040,1042,1042,1040,1040,1042,1041,1042,1041,1041,1041,1040,1041,1041,1042,1042,1042,1040,
1040,1040,1041,1040,1040,1040,1042,1041,1041,1041,1041,1040,1040,1040,1042,1040,1041,1040,1041,1042,1041,1042,1040,1041,1042,1041,1041,1040,1040,1040,1040,1042,1042,1042,1040,1040,1040,1041,1041,1041,1041,1042,1040,1040,1042,1040,1041,1040,1041,1042,1040,1041,1041,1042,1041,1041,1041,1042,1040,1042,1040,1042,1041,1042,1040,1040,1042,1042,1042,1040,1041,1042,1042,1042,1040,1041,1042,1041,1041,1041,1041,1040,1040,1041,1040,1040,1041,1040,1040,1040,1042,1041,1042,1041,1040,1040,1041,1040,1041,1041,
1041,1040,1040,1041,1040,1040,1040,1042,1040,1040,1040,1040,1041,1042,1040,1042,1042,1041,1042,1041,1040,1042,1040,1042,1042,1040,1042,1041,1042,1040,1040,1041,1040,1040,1041,1042,1040,1042,1041,1041,1042,1040,1040,1040,1041,1041,1041,1040,1042,1041,1040,1040,1040,1042,1041,1041,1040,1042,1041,1040,1040,1041,1040,1041,1042,1041,1040,1042,1042,1041,1040,1041,1040,1040,1041,1040,1042,1041,1041,1040,1040,1040,1040,1042,1040,1042,1040,1042,1040,1040,1041,1042,1040,1041,1041,1040,1041,1042,1041,1040,
1042,1042,1040,1040,1042,1041,1042,1042,1042,1041,1040,1041,1040,1041,1040,1042,1042,1042,1040,1040,1042,1041,1041,1041,1042,1040,1042,1040,1041,1042,1040,1041,1040,1042,1041,1042,1040,1041,1042,1041,1041,1042,1041,1040,1041,1042,1041,1040,1041,1042,1042,1040,1042,1040,1041,1040,1042,1040,1040,1041,1041,1042,1041,1041,1040,1042,1042,1042,1041,1040,1041,1042,1040,1040,1041,1042,1042,1040,1041,1041,1040,1041,1042,1042,1041,1040,1042,1041,1041,1042,1042,1041,1040,1041,1040,1040,1040,1040,1042,1041,
1040,1041,1041,1041,1041,1041,1042,1041,1041,1042,1042,1040,1042,1040,1040,1042,1042,1040,1042,1042,1040,1040,1041,1040,1041,1041,1041,1041,1040,1041,1041,1040,1042,1042,1040,1041,1042,1041,1041,1040,1040,1041,1041,1041,1042,1040,1041,1042,1042,1041,1042,1040,1041,1040,1041,1040,1041,1040,1042,1040,1041,1040,1040,1041,1040,1041,1042,1040,1042,1042,1040,1041,1042,1040,1041,1041,1041,1042,1042,1042,1042,1041,1041,1041,1040,1041,1040,1041,1040,1040,1040,1041,1041,1042,1042,1042,1041,1041,1042,1042,
1042,1042,1041,1042,1041,1042,1040,1041,1041,1040,1041,1041,1040,1042,1041,1041,1040,1040,1040,1042,1042,1041,1042,1041,1042,1040,1040,1041,1040,1042,1042,1040,1040,1041,1040,1042,1042,1040,1041,1042,1041,1042,1041,1041,1042,1040,1042,1040,1040,1041,1041,1041,1041,1041,1041,1042,1041,1041,1042,1041,1041,1041,1040,1042,1042,1040,1041,1042,1040,1041,1042,1040,1040,1040,1040,1042,1041,1041,1041,1042,1042,1040,1041,1040,1041,1040,1040,1041,1042,1041,1041,1040,1042,1040,1040,1041,1040,1041,1040,1040,
1040,1041,1042,1042,1040,1040,1040,1041,1042,1040,1042,1040,1041,1040,1041,1040,1041,1041,1041,1041,1041,1041,1042,1042,1040,1040,1040,1041,1042,1040,1040,1042,1041,1041,1042,1042,1040,1041,1040,1041,1040,1040,1040,1040,1041,1041,1042,1041,1040,1041,1040,1042,1042,1042,1040,1041,1040,1041,1041,1040,1041,1042,1040,1041,1041,1041,1040,1042,1041,1041,1040,1041,1041,1041,1040,1042,1041,1041,1041,1041,1040,1040,1041,1041,1041,1041,1041,1041,1042,1041,1042,1040,1041,1042,1041,1041,1042,1040,1040,1042,
1040,1041,1041,1041,1042,1040,1041,1042,1042,1042,1042,1042,1040,1041,1042,1041,1042,1041,1040,1042,1041,1040,1041,1041,1042,1040,1040,1041,1040,1040,1042,1041,1041,1041,1040,1041,1042,1041,1040,1040,1041,1040,1041,1042,1042,1041,1041,1040,1041,1041,1042,1042,1041,1040,1041,1042,1042,1042,1042,1042,1042,1040,1041,1042,1041,1042,1042,1041,1040,1041,1041,1040,1041,1041,1040,1040,1042,1040,1041,1042,1040,1040,1040,1041,1041,1042,1042,1040,1040,1042,1042,1040,1042,1040,1042,1042,1040,1040,1040,1040,
1040,1041,1042,1041,1041,1041,1040,1041,1042,1040,1042,1041,1042,1042,1040,1042,1041,1042,1040,1042,1041,1040,1040,1040,1041,1041,1040,1042,1041,1040,1041,1040,1042,1041,1040,1041,1042,1040,1040,1040,1041,1041,1041,1040,1042,1041,1040,1042,1040,1041,1041,1041,1042,1042,1042,1041,1040,1040,1040,1042,1040,1040,1040,1040,1042,1041,1041,1042,1042,1040,1041,1040,1041,1041,1041,1040,1040,1041,1042,1041,1040,1041,1042,1040,1042,1041,1042,1042,1040,1042,1040,1040,1040,1042,1041,1042,1042,1040,1040,1041,
1042,1041,1042,1041,1041,1042,1042,1041,1042,1042,1042,1041,1040,1042,1040,1041,1041,1042,1040,1041,1041,1042,1040,1042,1040,1042,1042,1042,1041,1040,1040,1042,1040,1040,1041,1040,1041,1041,1042,1042,1042,1041,1041,1040,1040,1040,1042,1040,1041,1040,1042,1041,1041,1041,1040,1040,1040,1041,1040,1041,1040,1040,1040,1040,1042,1040,1042,1042,1041,1041,1042,1041,1041,1042,1042,1040,1040,1040,1041,1042,1041,1040,1040,1041,1041,1041,1042,1041,1040,1041,1040,1041,1042,1040,1040,1040,1042,1042,1040,1042,
1040,1042,1041,1042,1040,1040,1040,1042,1042,1040,1040,1042,1041,1040,1040,1042,1040,1041,1040,1042,1042,1042,1041,1040,1040,1041,1040,1042,1042,1040,1042,1042,1042,1042,1042,1042,1041,1040,1042,1041,1040,1042,1042,1041,1040,1041,1042,1041,1040,1042,1041,1041,1041,1040,1040,1041,1041,1042,1040,1040,1040,1040,1040,1040,1041,1041,1042,1042,1042,1042,1041,1040,1042,1042,1041,1042,1041,1042,1042,1042,1041,1041,1040,1040,1041,1042,1042,1040,1040,1040,1041,1042,1042,1042,1040,1042,1040,1041,1042,1042,
1042,1041,1041,1042,1041,1042,1040,1041,1040,1042,1040,1042,1042,1041,1041,1041,1040,1041,1042,1042,1040,1042,1042,1042,1040,1041,1040,1042,1040,1042,1041,1041,1042,1040,1041,1041,1042,1040,1041,1040,1042,1040,1041,1042,1042,1042,1040,1042,1042,1040,1040,1040,1042,1041,1040,1042,1041,1041,1041,1040,1040,1042,1042,1041,1041,1042,1042,1041,1040,1041,1040,1042,1042,1041,1042,1040,1041,1040,1040,1040,1042,1042,1040,1042,1042,1040,1042,1042,1042,1042,1041,1042,1042,1040,1041,1041,1042,1040,1042,1041,
1040,1041,1042,1041,1040,1042,1042,1042,1040,1042,1040,1041,1041,1042,1040,1041,1041,1040,1042,1040,1041,1042,1042,1041,1040,1041,1041,1040,1042,1041,1040,1041,1041,1040,1042,1041,1041,1040,1041,1040,1042,1040,1042,1040,1041,1041,1041,1042,1040,1041,1040,1040,1041,1041,1042,1040,1042,1042,1042,1040,1042,1042,1040,1042,1040,1040,1042,1041,1040,1041,1040,1040,1040,1041,1042,1042,1042,1042,1041,1040,1040,1040,1042,1041,1042,1042,1042,1041,1041,1042,1040,1041,1041,1040,1042,1040,1040,1042,1040,1040,
1040,1042,1040,1040,1040,1042,1040,1042,1041,1041,1040,1041,1041,1040,1040,1041,1042,1041,1040,1041,1040,1040,1042,1041,1040,1042,1040,1040,1041,1040,1041,1041,1040,1040,1040,1041,1042,1040,1041,1042,1040,1040,1040,1040,1040,1041,1042,1040,1041,1040,1040,1041,1041,1040,1042,1041,1042,1041,1042,1041,1041,1042,1040,1041,1041,1042,1042,1040,1041,1040,1041,1042,1042,1042,1041,1042,1040,1042,1042,1042,1041,1042,1040,1041,1042,1040,1040,1042,1042,1042,1041,1041,1041,1040,1040,1041,1040,1040,1040,1042,
1041,1040,1042,1040,1041,1040,1042,1041,1040,1042,1041,1040,1041,1040,1041,1041,1041,1042,1041,1041,1042,1042,1041,1040,1040,1040,1042,1040,1040,1041,1040,1042,1041,1040,1040,1042,1041,1042,1042,1042,1040,1041,1041,1042,1041,1041,1042,1040,1042,1042,1042,1040,1042,1040,1041,1042,1042,1041,1040,1040,1042,1041,1041,1040,1041,1041,1040,1040,1040,1041,1041,1041,1040,1041,1041,1042,1042,1041,1042,1042,1040,1041,1042,1040,1040,1041,1040,1041,1040,1041,1040,1042,1041,1042,1040,1042,1040,1040,1041,1041,
1041,1042,1041,1041,1040,1041,1042,1040,1041,1042,1042,1042,1041,1042,1042,1040,1042,1042,1040,1042,1041,1042,1040,1040,1041,1040,1040,1040,1041,1041,1040,1040,1042,1041,1042,1040,1041,1040,1041,1041,1040,1042,1040,1041,1042,1040,1042,1042,1042,1040,1041,1042,1042,1041,1041,1042,1041,1040,1040,1040,1042,1042,1041,1041,1042,1042,1042,1042,1041,1042,1042,1042,1040,1040,1041,1042,1041,1042,1041,1041,1042,1041,1042,1041,1041,1041,1040,1042,1042,1041,1042,1042,1040,1042,1042,1040,1042,1040,1041,1040,
1042,1042,1041,1040,1041,1041,1040,1041,1042,1040,1040,1040,1041,1041,1041,1041,1042,1040,1041,1041,1041,1042,1042,1040,1041,1041,1040,1041,1041,1040,1040,1041,1042,1041,1040,1041,1041,1041,1040,1040,1041,1041,1041,1041,1042,1040,1042,1042,1040,1042,1040,1042,1042,1040,1042,1040,1041,1042,1041,1040,1040,1040,1040,1042,1041,1040,1040,1041,1040,1040,1041,1042,1040,1041,1041,1041,1042,1040,1041,1042,1041,1041,1040,1040,1040,1042,1042,1040,1042,1041,1041,1042,1041,1041,1042,1042,1041,1041,1040,1042,
1041,1040,1040,1040,1041,1041,1040,1040,1040,1041,1040,1040,1042,1042,1041,1041,1040,1041,1041,1041,1042,1042,1041,1041,1042,1042,1040,1040,1042,1040,1042,1042,1042,1040,1041,1040,1042,1042,1041,1040,1042,1041,1041,1040,1040,1041,1041,1042,1042,1042,1042,1042,1041,1042,1042,1042,1041,1040,1040,1042,1042,1040,1042,1041,1041,1042,1041,1041,1041,1040,1040,1042,1041,1040,1042,1041,1040,1040,1040,1040,1042,1040,1040,1040,1041,1041,1042,1041,1041,1040,1041,1042,1040,1042,1042,1042,1040,1041,1040,1041,
1042,1042,1041,1041,1041,1042,1042,1042,1041,1041,1040,1041,1040,1042,1041,1040,1042,1040,1041,1040,1041,1040,1040,1041,1041,1041,1040,1042,1041,1040,1041,1041,1040,1042,1040,1040,1042,1041,1040,1042,1040,1040,1042,1041,1040,1041,1042,1040,1040,1041,1041,1040,1042,1042,1040,1040,1042,1041,1042,1040,1042,1040,1041,1041,1040,1042,1041,1041,1042,1040,1041,1041,1041,1042,1040,1040,1041,1040,1040,1042,1041,1041,1042,1041,1041,1040,1042,1042,1041,1042,1041,1041,1040,1041,1042,1041,1041,1042,1042,1042,
1040,1041,1041,1041,1041,1041,1041,1042,1040,1041,1042,1041,1040,1041,1041,1042,1041,1042,1041,1042,1040,1040,1042,1040,1042,1041,1042,1041,1041,1041,1040,1041,1040,1041,1041,1042,1041,1041,1042,1040,1042,1041,1041,1040,1041,1040,1041,1042,1040,1041,1040,1041,1041,1042,1040,1041,1042,1041,1041,1041,1041,1041,1041,1041,1041,1042,1041,1041,1041,1041,1041,1040,1041,1040,1040,1041,1041,1042,1041,1040,1040,1040,1041,1041,1040,1041,1042,1042,1040,1041,1041,1042,1040,1042,1042,1041,1040,1040,1042,1042,
1041,1042,1041,1041,1042,1042,1040,1041,1041,1041,1042,1042,1042,1041,1042,1040,1042,1040,1041,1041,1042,1042,1041,1040,1040,1041,1042,1042,1042,1041,1040,1042,1040,1040,1042,1040,1041,1042,1042,1041,1042,1040,1041,1040,1041,1042,1041,1041,1042,1042,1040,1041,1042,1040,1041,1042,1040,1041,1041,1040,1042,1041,1040,1040,1041,1040,1040,1040,1041,1040,1041,1040,1041,1041,1040,1040,1041,1042,1041,1040,1040,1041,1041,1042,1041,1042,1041,1042,1041,1042,1041,1040,1040,1040,1042,1040,1041,1040,1040,1042,
1042,1040,1041,1041,1041,1042,1040,1042,1040,1041,1042,1040,1040,1041,1042,1041,1041,1042,1042,1041,1042,1042,1040,1041,1040,1042,1040,1041,1041,1041,1042,1040,1042,1040,1041,1040,1042,1040,1042,1040,1041,1040,1041,1040,1041,1040,1042,1042,1041,1040,1041,1042,1040,1040,1042,1042,1042,1040,1041,1042,1041,1040,1041,1042,1041,1041,1040,1042,1042,1040,1042,1040,1041,1041,1041,1042,1040,1040,1040,1041,1042,1040,1041,1041,1042,1040,1042,1040,1042,1042,1042,1041,1040,1041,1042,1042,1041,1042,1041,1040,
1040,1041,1042,1040,1040,1042,1040,1041,1042,1042,1042,1041,1042,1042,1042,1041,1040,1041,1042,1041,1042,1040,1042,1042,1040,1040,1041,1041,1042,1042,1040,1042,1041,1042,1041,1042,1041,1041,1040,1040,1042,1040,1042,1041,1040,1041,1040,1040,1040,1041,1040,1042,1040,1042,1041,1042,1040,1042,1040,1041,1040,1041,1042,1040,1040,1041,1040,1041,1042,1040,1040,1040,1042,1042,1042,1042,1041,1042,1042,1040,1041,1041,1041,1040,1042,1040,1041,1040,1042,1041,1041,1042,1042,1040,1042,1042,1042,1042,1042,1041,
1041,1041,1040,1042,1042,1040,1040,1042,1042,1041,1042,1041,1042,1040,1040,1041,1042,1040,1041,1041,1040,1041,1040,1042,1042,1041,1040,1042,1041,1040,1040,1042,1040,1042,1042,1042,1040,1040,1040,1040,1040,1040,1041,1041,1041,1042,1040,1042,1042,1042,1040,1042,1041,1041,1041,1040,1041,1042,1040,1042,1041,1042,1040,1040,1042,1042,1041,1042,1040,1042,1041,1040,1042,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1040,1041,1042,1041,1040,1042,1042,1041,1042,1042,1040,1042,1042,1041,1041,
1042,1040,1040,1041,1040,1041,1042,1041,1040,1040,1040,1041,1042,1041,1041,1041,1041,1041,1041,1041,1040,1042,1041,1042,1042,1041,1040,1041,1042,1041,1042,1042,1042,1040,1042,1042,1040,1041,1042,1040,1042,1041,1040,1042,1042,1040,1040,1040,1040,1041,1042,1040,1040,1041,1040,1041,1040,1040,1040,1041,1042,1042,1042,1042,1040,1040,1040,1040,1041,1042,1040,1040,1040,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1042,1042,1041,1042,1041,1042,1041,1042,1042,1042,1041,1041,1040,
1042,1042,1040,1040,1042,1041,1040,1042,1040,1041,1041,1040,1041,1041,1041,1042,1041,1042,1042,1042,1040,1040,1042,1042,1040,1040,1042,1042,1040,1041,1041,1040,1041,1040,1041,1041,1042,1040,1042,1041,1042,1041,1041,1042,1040,1041,1040,1040,1042,1041,1040,1042,1040,1041,1040,1042,1040,1041,1042,1040,1041,1040,1042,1041,1040,1040,1042,1041,1041,1042,1042,1041,1040,1040,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1040,1042,1041,1041,1042,1042,1041,1041,1042,1041,1040,1041,1041,
1042,1040,1041,1042,1040,1042,1040,1042,1040,1041,1040,1042,1042,1041,1041,1042,1040,1040,1040,1042,1041,1041,1041,1040,1042,1042,1042,1040,1042,1040,1040,1040,1040,1042,1042,1041,1042,1040,1042,1042,1042,1042,1042,1040,1040,1040,1042,1040,1041,1040,1040,1041,1040,1042,1042,1040,1040,1042,1041,1040,1041,1042,1040,1042,1040,1042,1042,1040,1041,1041,1041,1041,1041,1040,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1040,1040,1040,1041,1042,1041,1042,1041,1040,1040,1042,
1040,1040,1042,1041,1040,1041,1040,1042,1042,1042,1042,1042,1042,1040,1041,1041,1040,1042,1040,1041,1042,1040,1042,1040,1041,1041,1042,1042,1042,1042,1041,1042,1042,1041,1040,1040,1041,1042,1042,1041,1040,1041,1042,1041,1041,1040,1041,1042,1042,1042,1042,1041,1042,1041,1041,1040,1040,1041,1041,1041,1042,1041,1040,1042,1040,1042,1041,1042,1042,1041,1042,1041,1040,1040,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1040,1042,1040,1040,1041,1040,1042,1040,1040,1041,1042,
1040,1040,1041,1040,1042,1040,1042,1041,1040,1041,1041,1040,1040,1040,1041,1042,1041,1042,1041,1041,1041,1040,1042,1041,1042,1041,1041,1041,1042,1042,1041,1040,1042,1042,1041,1040,1041,1042,1041,1042,1041,1042,1041,1041,1041,1041,1042,1040,1040,1042,1041,1041,1041,1042,1041,1042,1040,1042,1041,1041,1040,1040,1042,1040,1042,1040,1042,1040,1040,1042,1042,1040,1042,1042,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1041,1040,1042,1041,1042,1042,1041,1041,1040,1042,1041,1040,1040,1041,1041,
1040,1041,1040,1042,1041,1042,1040,1040,1040,1040,1042,1040,1040,1040,1042,1042,1041,1042,1042,1042,1042,1042,1041,1040,1042,1041,1041,1040,1040,1040,1040,1040,1042,1040,1040,1041,1040,1041,1042,1041,1040,1040,1042,1042,1042,1041,1041,1040,1040,1041,1042,1040,1042,1042,1042,1040,1042,1041,1041,1040,1041,1042,1040,1042,1042,1041,1042,1040,1042,1041,1042,1042,1041,1040,1042,1042,1042,1041,1040,1040,1041,1041,1040,1042,1041,1042,1042,1040,1041,1042,1042,1042,1041,1041,1042,1041,1041,1041,1041,1040,
1040,1042,1041,1041,1041,1042,1040,1041,1042,1042,1040,1040,1042,1042,1041,1042,1042,1040,1042,1041,1042,1041,1040,1042,1042,1042,1040,1040,1041,1042,1042,1042,1041,1040,1040,1041,1041,1041,1040,1042,1041,1041,1040,1042,1042,1042,1042,1040,1042,1041,1040,1042,1040,1042,1042,1042,1042,1042,1040,1041,1041,1040,1040,1040,1041,1042,1041,1040,1042,1042,1040,1040,1041,1041,1041,1040,1042,1041,1040,1041,1041,1040,1040,1042,1042,1042,1041,1042,1040,1040,1040,1040,1041,1041,1040,1041,1041,1041,1040,1040,
1040,1041,1040,1040,1042,1040,1041,1041,1040,1040,1042,1041,1040,1042,1042,1040,1041,1040,1042,1042,1040,1042,1041,1042,1040,1041,1042,1040,1042,1041,1041,1041,1040,1041,1041,1042,1041,1042,1042,1042,1041,1040,1040,1041,1042,1042,1041,1040,1041,1041,1041,1042,1041,1040,1042,1042,1042,1042,1040,1040,1040,1040,1040,1042,1041,1040,1041,1042,1040,1042,1041,1042,1042,1042,1041,1042,1042,1041,1040,1042,1041,1040,1042,1041,1040,1042,1040,1040,1041,1040,1042,1041,1041,1041,1040,1040,1042,1040,1040,1041,
1041,1041,1042,1040,1042,1042,1040,1040,1040,1041,1040,1042,1041,1041,1042,1042,1041,1041,1042,1041,1042,1040,1040,1042,1040,1042,1041,1042,1041,1042,1041,1040,1041,1042,1042,1042,1040,1042,1040,1042,1040,1042,1040,1040,1041,1041,1042,1042,1041,1042,1041,1040,1041,1041,1040,1040,1040,1040,1041,1041,1042,1041,1041,1040,1040,1042,1042,1040,1041,1041,1042,1042,1040,1040,1042,1040,1041,1041,1042,1040,1041,1042,1040,1042,1040,1040,1042,1041,1040,1041,1042,1042,1041,1041,1042,1040,1041,1041,1042,1041,
1042,1041,1040,1040,1042,1041,1042,1041,1040,1041,1041,1042,1041,1042,1040,1041,1042,1042,1041,1041,1041,1040,1041,1042,1041,1041,1040,1040,1042,1041,1042,1040,1041,1042,1040,1042,1042,1041,1041,1042,1041,1042,1041,1042,1042,1042,1041,1041,1042,1042,1040,1041,1042,1042,1042,1040,1042,1041,1041,1040,1042,1042,1041,1040,1041,1040,1042,1040,1040,1042,1042,1040,1041,1042,1040,1040,1042,1041,1040,1041,1042,1040,1042,1041,1040,1042,1041,1041,1041,1041,1040,1041,1040,1041,1042,1042,1040,1041,1041,1042,
1042,1041,1040,1042,1041,1042,1041,1041,1040,1042,1042,1041,1042,1040,1042,1041,1040,1040,1041,1042,1041,1042,1041,1041,1040,1041,1040,1042,1042,1040,1042,1042,1042,1040,1040,1040,1041,1041,1040,1041,1040,1040,1042,1042,1040,1042,1041,1041,1040,1040,1041,1041,1041,1040,1041,1040,1041,1041,1042,1042,1040,1042,1041,1041,1041,1040,1040,1041,1040,1041,1040,1040,1041,1042,1042,1042,1040,1041,1040,1042,1042,1042,1041,1041,1041,1041,1042,1042,1040,1041,1041,1040,1042,1042,1041,1042,1041,1042,1041,1041
</data>
</layer>
<layer id="4" name="Calque de Tuiles 2" width="100" height="100">
<data encoding="csv">
1121,1033,1078,1030,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1033,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,1121,1122,1122,1033,1078,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,1121,1122,1033,1078,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1032,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,1121,1122,1033,1078,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1121,1122,1033,1078,1030,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1032,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,1041,1041,0,0,1121,1033,1076,1076,1078,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,1041,1041,1029,1030,1030,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1030,1030,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1030,1079,1032,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1029,1079,1076,1076,1076,1076,1076,1076,1076,1032,1122,1033,1076,1076,1076,1076,1032,1033,1076,1076,1076,1076,1076,1076,1076,1078,1030,1031,0,0,0,0,0,0,0,1029,1030,1030,1030,1030,1079,1032,1122,1123,0,0,0,945,946,947,0,0,0,0,0,0,0,0,0,0,0,0,0,939,940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1031,0,0,0,0,0,0,1075,1076,1076,1076,1076,1076,1076,1076,1076,1078,1030,1079,1076,1076,1076,1076,1078,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1030,1030,1030,1031,1029,1030,1030,1079,1032,1122,1122,1122,1122,1123,0,0,0,0,945,995,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,985,986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1078,1030,1031,0,0,0,0,1075,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1079,1032,1122,1122,1123,0,0,0,0,0,0,0,0,945,995,950,993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1122,1033,1078,1031,0,0,0,1075,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1031,1121,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1033,1076,1076,1032,1122,1123,0,0,0,0,0,0,0,0,0,0,945,995,992,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,1121,1033,1078,1030,1031,0,1075,1076,1076,1076,1076,1076,1076,1076,1032,1033,1076,1076,1076,1078,1030,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1077,1075,1076,1076,1077,0,0,0,0,0,0,0,0,0,0,0,945,995,996,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,1121,1122,1033,1078,1030,1079,1076,1076,1076,1076,1076,1076,1076,1078,1079,1076,1076,1076,1032,1033,1076,1076,1032,1033,1076,1076,1076,1076,1076,1032,1122,1122,1123,1075,1076,1076,1077,0,0,0,0,0,0,0,0,0,0,0,991,996,992,993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,1121,1122,1122,1122,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1079,1076,1076,1078,1079,1076,1076,1076,1032,1033,1078,1030,1030,1030,1079,1076,1032,1123,0,0,0,0,0,0,0,0,0,0,945,995,992,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1029,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1079,1076,1076,1076,1032,1122,1122,1123,0,0,0,0,0,0,0,0,0,0,0,991,950,996,993,0,0,0,0,0,0,0,0,0,939,940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1029,1079,1076,1032,1033,1076,1076,1076,1076,1076,1032,1033,1032,1122,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1122,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,945,995,950,996,993,0,0,0,0,0,0,0,0,0,985,986,0,17,18,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1075,1076,1076,1077,1075,1076,1076,1076,1076,1076,1078,1079,1078,1030,1031,1075,1076,1076,1076,1076,1076,1076,1076,1076,1032,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,945,946,995,996,992,996,993,0,0,0,0,0,0,0,0,0,0,0,0,63,64,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1075,1076,1032,1123,1075,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1079,1076,1076,1076,1032,1033,1076,1032,1122,1123,0,0,0,0,0,0,0,0,0,0,0,945,946,946,995,996,950,996,992,950,994,947,0,0,0,0,0,0,0,0,0,0,0,109,110,111,195,196,56,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1075,1076,1078,1031,1121,1033,1076,1076,1076,1076,1032,1122,1033,1076,1076,1076,1076,1076,1032,1123,1075,1032,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,991,950,948,949,992,948,1038,1038,1038,949,994,946,947,0,0,945,947,0,0,0,0,0,155,156,157,241,242,102,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1075,1076,1076,1078,1030,1079,1076,1032,1122,1033,1078,1030,1079,1076,1076,1032,1033,1076,1078,1030,1079,1123,0,0,851,852,0,0,0,0,0,0,0,0,0,945,995,992,994,995,948,1039,0,0,0,1037,1038,949,994,946,946,995,993,0,0,945,947,0,201,202,203,0,35,36,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1121,1033,1076,1076,1076,1076,1076,1078,1030,1079,1076,1076,1076,1076,1076,1078,1079,1076,1076,1032,1123,0,0,0,897,898,0,0,0,0,0,0,0,945,946,995,996,996,948,1038,1039,0,0,0,0,0,0,1037,1038,949,996,992,994,946,946,995,994,946,946,946,946,947,81,82,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1121,1122,1122,1122,1033,1076,1076,1076,1076,1076,1032,1033,1076,1076,1076,1076,1076,1032,1123,0,0,0,0,0,0,0,0,0,0,0,0,945,995,996,996,992,948,1039,0,0,0,0,0,0,0,0,0,0,1037,1038,1038,1038,1038,1038,1038,1038,1038,949,992,996,993,127,128,129,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,1121,1122,1122,1122,1122,1122,1123,1121,1122,1122,1122,1122,1122,1123,0,0,0,0,0,0,0,0,0,0,0,945,946,995,950,996,948,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,1038,1038,1039,173,174,175,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,991,948,949,992,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,859,860,0,0,0,0,0,0,0,0,0,0,0,0,219,220,221,222,35,36,37,38,0,0,0,35,36,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,859,860,0,0,0,0,945,995,994,995,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,905,906,0,0,0,0,0,0,0,0,0,0,0,0,265,260,261,268,81,82,83,84,0,0,0,81,82,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
946,947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,906,0,0,945,946,995,950,948,1038,1039,0,859,860,0,0,4,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,311,306,307,314,127,128,129,130,0,0,0,127,128,129,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
950,994,946,946,946,947,0,0,945,946,946,946,946,946,947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,946,995,992,950,948,1039,0,0,0,905,906,0,286,50,51,52,290,0,0,851,852,0,0,0,0,0,0,0,0,0,0,0,0,0,35,36,37,38,0,0,173,174,175,176,0,0,0,173,174,175,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
950,992,950,992,950,994,946,946,995,992,950,950,996,992,994,946,947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,995,950,996,992,948,1039,0,702,703,702,703,0,0,332,333,334,335,336,0,0,897,898,0,0,856,0,0,0,0,0,0,0,0,0,0,81,82,83,84,0,0,219,220,221,222,0,0,0,219,220,221,222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1038,1038,1038,949,992,950,950,950,950,950,948,1038,949,992,996,950,994,946,946,946,946,946,946,946,946,946,946,947,945,946,946,995,950,996,996,948,1039,0,0,748,749,748,749,750,751,378,379,380,381,382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,128,129,130,0,0,265,260,261,268,0,0,0,265,266,267,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,1037,1038,1038,1038,1038,1038,1038,1039,0,1037,1038,949,950,992,992,996,950,950,992,996,992,992,950,950,994,995,996,948,949,950,948,1038,1039,0,0,0,794,795,794,795,796,797,424,425,426,427,428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,174,175,176,0,0,311,306,307,314,0,0,0,311,312,313,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,1038,1038,1038,1038,1038,1038,1038,1038,1038,1038,949,992,996,996,992,994,995,948,1039,0,0,0,0,0,0,0,0,0,516,517,470,694,695,696,474,0,0,0,0,0,0,277,278,279,280,281,282,283,0,0,0,0,219,220,221,222,0,0,0,0,0,0,35,36,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,1038,949,950,996,996,992,994,946,946,947,0,0,0,0,0,0,0,562,563,739,740,741,742,743,0,0,0,0,0,0,323,324,325,326,327,328,336,0,0,0,0,265,266,267,268,0,899,0,0,0,0,81,82,83,84,0,35,36,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,397,0,0,0,0,0,0,991,996,992,950,950,992,996,992,994,946,946,947,0,0,0,0,608,609,785,786,787,788,789,194,194,194,0,0,0,369,370,371,372,373,374,382,0,0,0,0,311,312,313,314,0,0,0,0,0,0,127,128,129,130,0,81,82,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,443,0,0,851,852,0,0,1037,949,996,950,992,948,1038,949,996,950,950,994,947,0,0,0,654,655,831,832,833,834,835,240,240,240,0,0,0,185,186,187,418,419,420,428,0,0,0,0,0,0,0,0,0,0,35,36,37,38,173,174,175,176,0,127,128,129,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,393,0,0,392,393,897,898,0,0,0,991,996,992,950,994,947,1037,1038,949,992,950,994,947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,232,233,464,465,466,474,0,859,860,0,0,0,0,0,0,0,81,82,83,84,219,220,221,222,0,173,174,175,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,439,0,0,438,439,0,0,0,0,0,1037,949,950,996,996,994,947,1041,1037,949,950,992,994,946,946,946,946,946,947,0,0,0,0,0,859,860,0,0,507,508,509,510,511,512,513,0,905,906,0,0,0,0,0,0,0,127,128,129,130,265,266,267,268,0,219,220,221,222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,393,0,0,0,991,992,950,992,992,994,947,1041,1037,949,992,996,992,950,996,996,992,994,946,946,946,947,0,905,906,0,0,553,554,555,556,557,558,559,0,0,0,0,0,0,0,0,0,0,173,174,175,176,311,312,313,314,0,265,260,261,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,439,0,0,0,1037,949,992,996,996,996,994,947,0,1037,1038,1038,1038,1038,1038,1038,949,996,992,996,992,994,947,0,0,0,0,599,600,601,602,603,604,605,0,0,0,0,0,0,0,0,0,0,219,220,221,222,0,0,0,0,0,311,306,307,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,397,0,396,397,0,0,0,0,0,0,0,991,950,950,996,996,996,994,947,0,0,0,0,0,0,0,1037,1038,1038,949,992,996,994,946,946,946,946,947,0,0,0,0,0,0,0,851,852,0,0,35,36,37,38,0,265,260,261,268,35,36,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,443,0,442,443,0,0,0,851,852,0,0,1037,949,996,992,996,950,996,994,947,0,0,0,0,0,0,0,0,0,1037,949,992,950,996,950,996,950,994,946,946,947,0,0,0,0,897,898,0,0,81,82,83,84,0,311,306,307,314,81,82,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,897,898,0,0,0,1037,949,950,996,996,950,996,994,947,0,0,0,984,0,291,292,293,0,1037,1038,1038,1038,1038,949,996,950,992,992,993,0,984,0,0,0,0,0,0,127,128,129,130,0,0,0,0,0,127,128,129,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,393,392,393,0,396,397,0,0,0,0,29,30,0,1037,949,992,950,996,996,992,994,947,0,197,198,199,337,338,339,886,887,754,755,754,755,1037,1038,1038,949,992,993,0,0,0,0,0,0,0,0,173,174,175,176,899,0,0,0,0,173,174,175,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,439,438,439,0,442,443,0,0,0,0,75,76,29,30,1037,949,950,996,996,950,996,993,0,243,244,245,383,384,385,932,933,800,801,800,801,0,0,0,1037,1038,1039,0,0,859,860,0,0,0,0,219,220,221,222,0,0,0,0,0,219,220,221,222,0,0,0,0,0,945,946,946,946,946,947,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,399,0,398,399,0,0,0,0,0,392,393,0,121,122,75,76,0,991,996,992,992,996,950,993,0,0,0,0,429,430,431,978,979,0,0,0,0,0,0,35,36,37,38,0,0,905,906,0,0,0,0,265,266,267,268,0,0,0,0,856,265,266,267,268,0,0,0,945,946,995,996,992,950,950,993,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,445,0,444,445,396,397,0,392,393,438,439,194,194,194,121,122,0,1037,949,992,992,996,950,993,0,0,0,0,475,476,477,1024,1025,0,0,851,852,0,0,81,82,83,84,0,0,0,0,0,0,0,0,311,312,313,314,0,0,0,0,0,311,312,313,314,0,945,946,995,996,992,950,948,1038,1038,1039,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,443,0,438,439,0,0,240,240,240,354,355,0,0,991,992,996,950,992,993,0,0,0,0,521,522,523,1070,1071,0,0,897,898,0,0,127,128,129,130,0,0,0,0,0,0,0,899,0,0,0,0,0,0,0,0,0,0,0,0,945,946,995,950,950,996,948,1038,1039,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,399,0,0,0,0,0,0,851,852,0,0,194,194,400,401,0,0,1037,949,992,992,996,994,947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,174,175,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,946,995,996,950,992,948,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,445,392,393,0,0,0,0,897,898,392,393,240,240,446,447,0,945,946,995,996,992,992,992,994,947,0,0,0,0,0,0,0,0,0,0,0,0,0,219,220,221,222,0,0,899,0,0,0,0,0,0,0,0,945,946,946,946,946,946,946,995,996,950,950,948,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,439,0,0,0,0,392,393,438,439,392,393,0,0,945,995,992,992,948,1038,949,996,996,994,947,0,0,0,0,0,0,0,0,0,0,0,0,265,266,267,268,0,0,0,0,0,0,0,945,946,946,946,995,996,950,992,992,950,992,992,948,1038,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,397,0,0,438,439,0,0,438,439,0,0,991,996,992,948,1039,0,1037,1038,949,992,993,0,0,0,0,0,0,0,0,0,0,0,0,311,312,313,314,0,945,946,946,946,946,946,995,996,996,950,996,996,948,1038,1038,1038,1038,1038,1039,0,0,35,36,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,443,0,392,393,0,396,397,0,0,0,0,991,992,948,1039,0,0,0,0,991,992,994,946,947,0,0,0,0,0,945,946,946,946,946,946,946,946,946,946,995,996,950,996,992,996,996,950,948,1038,1038,1038,1039,0,0,0,0,0,0,0,0,81,82,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,439,0,442,443,0,0,0,945,995,950,993,0,0,0,0,0,991,996,950,992,994,946,946,946,946,946,995,996,992,996,996,996,950,996,992,996,950,950,948,1038,1038,1038,1038,1038,1039,0,0,899,0,0,0,0,0,35,36,37,38,127,128,129,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,991,996,950,993,0,0,0,0,0,1037,1038,949,992,992,950,992,992,950,996,996,950,992,948,1038,1038,1038,1038,1038,1038,1038,1038,1039,0,0,0,0,0,0,0,0,899,0,0,0,0,0,81,82,83,84,173,174,175,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,995,950,948,1039,35,36,37,38,0,0,0,1037,1038,1038,1038,1038,1038,1038,949,996,992,996,993,0,0,0,0,0,0,0,0,0,0,0,35,36,37,38,0,0,0,0,35,36,37,38,127,128,129,130,219,220,221,222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,995,992,950,993,0,81,82,83,84,0,0,0,0,0,0,0,0,0,0,1037,949,996,996,993,0,0,0,0,0,0,0,0,0,0,0,81,82,83,84,0,0,0,0,81,82,83,84,173,174,175,176,265,266,267,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,995,950,992,948,1039,0,127,128,129,130,0,0,0,0,0,0,0,0,0,0,0,1037,949,992,994,947,0,0,0,0,0,0,0,0,0,0,127,128,129,130,0,0,0,0,127,128,129,130,219,220,221,222,311,312,313,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,946,995,996,950,948,1039,0,0,173,174,175,176,35,36,37,38,0,35,36,37,38,0,0,0,991,950,950,994,947,0,0,0,0,0,0,0,0,0,173,174,175,176,0,0,0,0,173,174,175,176,265,266,267,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,995,996,992,992,948,1039,0,0,0,219,220,221,222,81,82,83,84,0,81,82,83,84,0,0,0,1037,949,996,950,994,946,947,0,0,0,0,0,0,0,219,220,221,222,0,0,0,0,219,220,221,222,311,312,313,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,946,995,992,992,948,1038,1039,0,0,0,0,265,254,255,268,127,128,129,130,0,127,128,129,130,0,0,0,0,1037,949,950,996,992,994,946,947,0,0,0,0,0,265,266,267,268,0,0,0,0,265,266,267,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,995,950,950,950,948,1039,0,0,0,0,0,0,311,300,301,314,173,174,175,176,0,173,174,175,176,35,36,37,38,0,1037,1038,949,992,992,950,994,947,0,0,0,0,311,312,313,314,0,0,0,0,311,312,313,314,0,0,0,0,945,947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,946,995,950,992,948,1038,1039,0,0,0,0,0,0,0,0,0,0,0,219,220,221,222,0,219,220,221,222,81,82,83,84,0,0,0,1037,1038,949,996,950,994,946,947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,991,993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,995,996,996,950,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,265,260,261,268,0,265,266,267,268,127,128,129,130,0,0,0,0,0,1037,949,992,950,992,994,946,946,946,946,946,946,947,0,0,0,0,0,0,0,0,0,0,945,995,993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,946,995,950,992,948,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,306,307,314,0,311,312,313,314,173,174,175,176,0,0,0,0,0,0,1037,1038,949,996,996,996,992,996,996,996,992,994,946,947,0,0,0,0,0,0,0,945,995,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,995,950,950,992,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,220,221,222,0,0,0,0,0,0,0,0,1037,1038,1038,1038,1038,1038,1038,949,992,996,950,994,947,0,0,0,945,946,946,995,948,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,946,995,996,996,948,1038,1039,0,0,0,0,0,0,939,940,0,0,939,940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,266,267,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,1038,1038,949,996,994,946,946,946,995,948,1038,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,945,946,946,946,946,946,995,992,950,950,948,1039,0,0,0,0,0,0,0,0,985,986,0,0,985,986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,312,313,314,43,44,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,1038,1038,1038,1038,1038,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,945,946,995,996,950,950,996,996,950,996,948,1038,1039,0,0,0,0,0,0,0,0,0,0,0,846,0,984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,90,91,92,0,0,0,0,0,0,0,0,0,0,0,43,44,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,945,946,995,992,996,996,948,1038,1038,1038,1038,1038,1039,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,984,0,0,1029,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,135,136,137,138,0,0,0,0,0,0,0,0,0,0,0,89,90,91,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,991,996,950,996,948,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,938,892,0,778,868,779,780,0,0,0,0,1075,1078,1031,939,940,0,0,0,0,0,0,0,0,0,0,181,182,183,184,43,44,45,46,0,0,0,0,0,0,0,135,136,137,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,1037,1038,1038,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,0,984,0,0,0,824,825,825,867,780,0,846,0,1121,1033,1077,985,986,0,0,0,0,0,0,0,0,0,0,227,228,229,230,89,90,91,92,0,0,43,44,45,46,0,181,182,183,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984,0,0,0,0,0,0,824,825,825,775,872,0,0,0,0,1075,1078,1031,0,0,0,0,0,0,0,0,0,0,0,273,274,275,276,135,136,137,138,0,0,89,90,91,92,0,227,228,229,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,846,0,0,870,871,871,872,0,984,778,780,0,1121,1033,1077,0,0,0,0,0,0,0,43,44,45,46,319,320,321,322,181,182,183,184,0,0,135,136,137,138,0,273,274,275,276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,868,779,779,868,780,0,892,0,0,0,0,824,867,780,0,1075,1078,1031,0,0,0,0,0,0,89,90,91,92,0,0,0,0,227,228,229,230,0,0,181,182,183,184,0,319,320,321,322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,892,824,825,825,825,825,867,868,780,0,778,868,779,869,825,821,0,1121,1033,1078,1031,0,0,0,0,0,135,136,137,138,0,0,0,0,273,274,275,276,0,0,227,228,229,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1076,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,823,825,825,825,825,825,825,821,0,823,825,775,871,871,872,0,0,1121,1033,1078,1031,0,0,0,0,181,182,183,184,0,0,0,0,319,320,321,322,0,0,273,274,275,276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1076,1078,1030,1030,1030,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984,0,846,824,825,825,825,825,825,825,826,0,823,825,821,0,0,0,0,0,0,1121,1033,1077,0,0,0,0,227,228,229,230,0,0,0,0,0,0,0,0,0,0,319,320,321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1076,1076,1076,1076,1076,1076,1078,1030,1030,1030,1030,1030,1031,0,0,0,0,0,0,0,0,0,0,0,870,776,776,777,825,825,825,821,0,824,825,867,780,0,0,0,0,0,0,1075,1077,0,0,0,0,273,260,261,276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,870,871,776,871,872,0,870,776,871,872,0,0,0,0,0,0,1075,1078,1031,0,0,0,319,306,307,322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,
1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1033,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,
1122,1122,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1076,
0,0,0,1121,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1076,1076,
0,0,0,0,0,1121,1122,1122,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1076,1076,1076,
0,0,0,0,0,0,0,0,0,1121,1122,1122,1122,1033,1076,1076,1076,1076,1076,1076,1078,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1076,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1076,1076,1076,1076,
0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1033,1076,1076,1076,1076,1076,1076,1078,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1076,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1030,1079,1076,1076,1076,1076,1076,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1122,1033,1076,1076,1076,1076,1076,1078,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1076,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1030,1079,1076,1076,1076,1076,1076,1076,1076,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1033,1076,1076,1076,1076,1076,1076,1078,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1076,1078,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1076,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1030,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,
0,0,0,0,0,0,0,0,0,0,0,1029,1030,1030,1030,1030,1030,1079,1076,1076,1076,1076,1076,1076,1076,1078,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1076,1076,1076,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1030,1030,1031,0,0,1029,1079,1076,1076,1077,1029,1030,1030,1030,1030,1030,1031,0,0,0,0,1029,1030,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,
1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1079,1076,1076,1076,1076,1076,1032,1122,1122,1033,1076,1076,1076,1076,1076,1076,1078,1030,1030,1030,1030,1031,0,0,0,0,0,0,0,0,1029,1079,1076,1076,1076,1078,1030,1030,1031,0,0,0,0,0,0,0,0,0,0,0,0,1029,1030,1079,1032,1033,1078,1031,0,1075,1032,1122,1122,1123,1075,1076,1076,1076,1076,1076,1078,1030,1030,1030,1030,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,
1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1122,1122,1122,1123,0,0,1121,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1030,1030,1030,1030,1030,1030,1030,1030,1079,1076,1076,1076,1076,1032,1122,1033,1078,1030,1030,1030,1031,1029,1030,1030,1030,1031,0,1029,1030,1079,1032,1122,1123,1121,1033,1078,1030,1079,1077,0,1029,1030,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,
1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1033,1076,1032,1123,0,0,0,0,0,0,0,0,1121,1122,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1077,0,1121,1122,1122,1033,1076,1078,1079,1032,1033,1076,1078,1030,1079,1032,1122,1123,0,0,0,1075,1032,1122,1033,1078,1030,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,
0,0,0,0,0,0,0,0,0,0,1121,1122,1123,0,0,0,0,0,0,0,0,0,0,0,0,1121,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1078,1030,1030,1030,1030,1079,1076,1076,1076,1078,1079,1076,1076,1076,1076,1078,1030,1030,1030,1030,1030,1079,1078,1030,1079,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1122,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1122,1122,1033,1076,1076,1076,1076,1076,1032,1122,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1123,0,0,1075,1076,1076,1076,1076,1032,1123,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1122,1033,1076,1076,1076,1076,1076,1076,1076,1032,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1122,1123,0,0,0,1121,1122,1122,1122,1122,1123,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1122,1122,1123,0,1121,1122,1122,1122,1122,1122,1122,1122,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1122,1122,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1122,1033,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1076,1032,1122,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,1076,1076,1076,1076,1076,1076,1076,1032,1122,1122,1122,1122,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1079,1076,1076,1076,1076,1076,1032,1122,1123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
</data>
</layer>
<layer id="5" name="Calque de Tuiles 3" width="100" height="100">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,818,0,1137,0,0,0,0,0,0,908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,1076,1076,0,907,0,0,1137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,907,0,0,0,0,0,0,818,0,0,0,1076,1076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,0,0,907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1089,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,772,0,0,1137,0,0,0,1076,1076,1089,1089,0,0,0,0,0,0,0,0,908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,818,0,0,0,0,0,0,1076,1076,0,0,0,1076,1076,0,0,1076,1076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1076,1076,0,0,1076,1076,0,772,0,1076,1076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,861,0,0,0,0,0,0,0,0,0,0,861,0,0,818,0,1076,1076,0,1089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1076,1076,0,0,0,0,0,908,0,0,0,0,0,1089,1089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,1089,1089,0,0,1076,1076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,1089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1076,1076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1076,1076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,530,531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,576,577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,621,622,623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,533,534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,579,580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,625,626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,665,666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,711,712,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,757,758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
</data>
</layer>
</map>

32
assets-cg/converters.py Normal file
View File

@ -0,0 +1,32 @@
import fxconv
import json
def convert(input_name, output, params, target):
if params["custom-type"] == "map":
convert_map(input_name, output, params, target)
return 0
else:
return 1
def convert_map(input_name, output, params, target):
with open(input_name, "r") as file:
json_data = json.load(file)
data = fxconv.ObjectData()
data += fxconv.u32(json_data["width"]) + fxconv.u32(json_data["height"]) + fxconv.u32(len(json_data["layers"]))
for layer in json_data["layers"]:
layer_data = bytes()
for tile in layer["data"]:
layer_data += fxconv.u16(tile)
data += fxconv.ref(layer_data)
fxconv.elf(data, output, "_" + params["name"], **target)

View File

@ -0,0 +1,4 @@
*.png:
type: bopti-image
profile: p4
name_regex: (.*)\.png img_\1

BIN
assets-cg/icon-sel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
assets-cg/icon-uns.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -0,0 +1,3 @@
*.json:
custom-type: map
name_regex: (.*)\.json map_\1

56
assets-cg/maps/world.json Normal file

File diff suppressed because one or more lines are too long

BIN
assets-cg/tileset.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

28
src/display_engine.c Normal file
View File

@ -0,0 +1,28 @@
#include "display_engine.h"
void display_map(const int x_offset, const int y_offset)
{
extern const struct map map_world;
extern const bopti_image_t img_tileset;
for (int layer = 0 ; layer < map_world.nb_layers; layer++)
{
for (int y = 0 ; y <= SCREEN_HEIGHT; y ++)
{
for (int x = 0 ; x <= SCREEN_WIDTH; x ++)
{
unsigned int tile_id = 0;
if (x < map_world.width && y < map_world.height) tile_id = map_world.layers[layer][(y + y_offset / TILE_SIZE) * map_world.width + (x + x_offset / TILE_SIZE)];
if (tile_id != 0)
{
tile_id --;
unsigned int tile_x = TILE_SIZE * (tile_id % TILESET_WIDTH);
unsigned int tile_y = TILE_SIZE * (tile_id / TILESET_WIDTH);
dsubimage(x * TILE_SIZE - (x_offset % TILE_SIZE), y * TILE_SIZE - (y_offset % TILE_SIZE), &img_tileset, tile_x, tile_y, TILE_SIZE, TILE_SIZE, DIMAGE_NONE);
}
}
}
}
}

10
src/display_engine.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef _DISPLAY_ENGINE_H
#define _DISPLAY_ENGINE_H
#include <gint/display.h>
#include "map.h"
// display_map : show the current map with x, y offsets
void display_map(const int x_offset, const int y_offset);
#endif /* _DISPLAY_ENGINE_H */

113
src/game_engine.c Normal file
View File

@ -0,0 +1,113 @@
#include "game_engine.h"
int callback_tick(volatile int *tick)
{
*tick = 1;
return TIMER_CONTINUE;
}
int rtc_key(void)
{
int opt = GETKEY_DEFAULT & ~GETKEY_MOD_SHIFT & ~GETKEY_MOD_ALPHA & ~GETKEY_REP_ARROWS;
int timeout = 1;
key_event_t ev = getkey_opt(opt, &timeout);
if(ev.type == KEYEV_NONE) return 0;
return ev.key;
}
void mainloop(void)
{
static volatile int tick = 1;
int t = timer_configure(TIMER_ANY, ENGINE_TICK*1000, GINT_CALL(callback_tick, &tick));
if (t >= 0) timer_start(t);
int key = 0;
struct camera camera = {0, 0, 0, 0};
while (key != KEY_EXIT)
{
while (!tick) sleep();
tick = 0;
motion(&camera);
dclear(C_BLACK);
display_map(camera.x, camera.y);
dupdate();
key = rtc_key();
if (key) keyboard_manager(key, &camera);
}
if (t >= 0) timer_stop(t);
}
void keyboard_manager(const int key, struct camera *camera)
{
switch(key)
{
case KEY_UP:
camera->dy -= 10;
break;
case KEY_RIGHT:
camera->dx += 10;
break;
case KEY_DOWN:
camera->dy += 10;
break;
case KEY_LEFT:
camera->dx -= 10;
break;
}
}
void motion(struct camera *camera)
{
extern const struct map map_world;
if (camera->dx)
{
if (camera->x + camera->dx < 0)
{
camera->x = 0;
camera->dx = 0;
}
if (camera->x + camera->dx > map_world.width * TILE_SIZE - 396)
{
camera->x = map_world.width * TILE_SIZE - 396;
camera->dx = 0;
}
camera->x += camera->dx;
camera->dx = floor(camera->dx / 2);
}
if (camera->dy)
{
if (camera->y + camera->dy < 0)
{
camera->y = 0;
camera->dy = 0;
}
if (camera->y + camera->dy > map_world.height * TILE_SIZE - 224)
{
camera->y = map_world.height * TILE_SIZE - 224;
camera->dy = 0;
}
camera->y += camera->dy;
camera->dy = floor(camera->dy / 2);
}
}

22
src/game_engine.h Normal file
View File

@ -0,0 +1,22 @@
#ifndef _GAME_ENGINE_H
#define _GAME_ENGINE_H
#include <math.h>
#include <gint/timer.h>
#include <gint/clock.h>
#include <gint/keyboard.h>
#include "display_engine.h"
#include "map.h"
int callback_tick(volatile int *tick);
int rtc_key(void);
void mainloop(void);
void keyboard_manager(const int key, struct camera *camera);
void motion(struct camera *camera);
#endif /* _GAME_ENGINE_H */

15
src/main.c Normal file
View File

@ -0,0 +1,15 @@
/*
Name : Odyssée Game Engine
Version : dev
code provided with licence :
GNU General Public Licence v3.0
*/
#include "game_engine.h"
int main(void)
{
mainloop();
return 0;
}

29
src/map.h Normal file
View File

@ -0,0 +1,29 @@
#ifndef _MAP_H
#define _MAP_H
#include <stdlib.h>
#include <gint/display.h>
#define TILE_SIZE 16
#define TILESET_WIDTH 46
#define SCREEN_WIDTH 25
#define SCREEN_HEIGHT 14
#define ENGINE_TICK 100
struct map
{
int width, height, nb_layers;
// to get the (x; y) cell : layers[layer_number][y * map_width + x]
uint16_t *layers[];
};
struct camera
{
int x, y;
int dx, dy;
};
#endif /* _MAP_H */