diff --git a/core/js/global/DynamicLoad.js b/core/js/global/DynamicLoad.js index d7b4665cf18..89c2b19b834 100644 --- a/core/js/global/DynamicLoad.js +++ b/core/js/global/DynamicLoad.js @@ -1,7 +1,12 @@ const ContextifyModule = internalBinding('ContextifyModule'); global.dynamicLoad = (path, encode, cb) => { - console.log(`global.__HIPPYCURDIR__ = ${global.__HIPPYCURDIR__}, - encode = ${encode}, path = ${path}`); - ContextifyModule.LoadUriContent(global.__HIPPYCURDIR__ + path, encode, cb); + let requestPath = path; + const reg = /^(https?:)?\/\/.+$/; + if (path && !reg.test(path)) { + requestPath = global.__HIPPYCURDIR__ + path; + console.log(`global.__HIPPYCURDIR__: ${global.__HIPPYCURDIR__}`); + } + console.log(`requestPath:${requestPath}|path = ${path}`); + ContextifyModule.LoadUriContent(requestPath, encode, cb); }; diff --git a/core/src/napi/jsc/native_source_code_ios.cc b/core/src/napi/jsc/native_source_code_ios.cc index f5e5cdb481a..c56af854ea2 100644 --- a/core/src/napi/jsc/native_source_code_ios.cc +++ b/core/src/napi/jsc/native_source_code_ios.cc @@ -5,7 +5,7 @@ * js2cpp is maintenance by Hippy Team * Copyright © 2018-2021 Tencent. All rights reserved. * -* Generated at Mon Mar 08 2021 22:26:54 GMT+0800 (GMT+08:00). +* Generated at Tue Mar 23 2021 00:36:56 GMT+0800 (China Standard Time). * DO NOT EDIT IT. */ @@ -20,9 +20,9 @@ namespace { const uint8_t k_bootstrap[] = { 34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,102,117,110,99,116,105,111,110,32,95,99,108,97,115,115,67,97,108,108,67,104,101,99,107,40,105,110,115,116,97,110,99,101,44,32,67,111,110,115,116,114,117,99,116,111,114,41,32,123,32,105,102,32,40,33,40,105,110,115,116,97,110,99,101,32,105,110,115,116,97,110,99,101,111,102,32,67,111,110,115,116,114,117,99,116,111,114,41,41,32,123,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,59,32,125,32,125,10,10,102,117,110,99,116,105,111,110,32,95,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,97,114,103,101,116,44,32,112,114,111,112,115,41,32,123,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,59,32,105,32,60,32,112,114,111,112,115,46,108,101,110,103,116,104,59,32,105,43,43,41,32,123,32,118,97,114,32,100,101,115,99,114,105,112,116,111,114,32,61,32,112,114,111,112,115,91,105,93,59,32,100,101,115,99,114,105,112,116,111,114,46,101,110,117,109,101,114,97,98,108,101,32,61,32,100,101,115,99,114,105,112,116,111,114,46,101,110,117,109,101,114,97,98,108,101,32,124,124,32,102,97,108,115,101,59,32,100,101,115,99,114,105,112,116,111,114,46,99,111,110,102,105,103,117,114,97,98,108,101,32,61,32,116,114,117,101,59,32,105,102,32,40,34,118,97,108,117,101,34,32,105,110,32,100,101,115,99,114,105,112,116,111,114,41,32,100,101,115,99,114,105,112,116,111,114,46,119,114,105,116,97,98,108,101,32,61,32,116,114,117,101,59,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,97,114,103,101,116,44,32,100,101,115,99,114,105,112,116,111,114,46,107,101,121,44,32,100,101,115,99,114,105,112,116,111,114,41,59,32,125,32,125,10,10,102,117,110,99,116,105,111,110,32,95,99,114,101,97,116,101,67,108,97,115,115,40,67,111,110,115,116,114,117,99,116,111,114,44,32,112,114,111,116,111,80,114,111,112,115,44,32,115,116,97,116,105,99,80,114,111,112,115,41,32,123,32,105,102,32,40,112,114,111,116,111,80,114,111,112,115,41,32,95,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,67,111,110,115,116,114,117,99,116,111,114,46,112,114,111,116,111,116,121,112,101,44,32,112,114,111,116,111,80,114,111,112,115,41,59,32,105,102,32,40,115,116,97,116,105,99,80,114,111,112,115,41,32,95,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,67,111,110,115,116,114,117,99,116,111,114,44,32,115,116,97,116,105,99,80,114,111,112,115,41,59,32,114,101,116,117,114,110,32,67,111,110,115,116,114,117,99,116,111,114,59,32,125,10,10,102,117,110,99,116,105,111,110,32,95,116,121,112,101,111,102,40,111,98,106,41,32,123,32,105,102,32,40,116,121,112,101,111,102,32,83,121,109,98,111,108,32,61,61,61,32,34,102,117,110,99,116,105,111,110,34,32,38,38,32,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,61,61,61,32,34,115,121,109,98,111,108,34,41,32,123,32,95,116,121,112,101,111,102,32,61,32,102,117,110,99,116,105,111,110,32,95,116,121,112,101,111,102,40,111,98,106,41,32,123,32,114,101,116,117,114,110,32,116,121,112,101,111,102,32,111,98,106,59,32,125,59,32,125,32,101,108,115,101,32,123,32,95,116,121,112,101,111,102,32,61,32,102,117,110,99,116,105,111,110,32,95,116,121,112,101,111,102,40,111,98,106,41,32,123,32,114,101,116,117,114,110,32,111,98,106,32,38,38,32,116,121,112,101,111,102,32,83,121,109,98,111,108,32,61,61,61,32,34,102,117,110,99,116,105,111,110,34,32,38,38,32,111,98,106,46,99,111,110,115,116,114,117,99,116,111,114,32,61,61,61,32,83,121,109,98,111,108,32,38,38,32,111,98,106,32,33,61,61,32,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,32,63,32,34,115,121,109,98,111,108,34,32,58,32,116,121,112,101,111,102,32,111,98,106,59,32,125,59,32,125,32,114,101,116,117,114,110,32,95,116,121,112,101,111,102,40,111,98,106,41,59,32,125,10,10,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,32,110,111,45,117,110,117,115,101,100,45,101,120,112,114,101,115,115,105,111,110,115,32,42,47,10,10,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,32,102,117,110,99,45,110,97,109,101,115,32,42,47,10,40,102,117,110,99,116,105,111,110,32,40,103,101,116,73,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,10,32,32,103,108,111,98,97,108,46,72,105,112,112,121,32,61,32,123,125,59,10,32,32,118,97,114,32,98,105,110,100,105,110,103,79,98,106,32,61,32,123,125,59,10,10,32,32,118,97,114,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,32,61,32,102,117,110,99,116,105,111,110,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,109,111,100,117,108,101,41,32,123,10,32,32,32,32,105,102,32,40,95,116,121,112,101,111,102,40,98,105,110,100,105,110,103,79,98,106,91,109,111,100,117,108,101,93,41,32,33,61,61,32,39,111,98,106,101,99,116,39,41,32,123,10,32,32,32,32,32,32,98,105,110,100,105,110,103,79,98,106,91,109,111,100,117,108,101,93,32,61,32,103,101,116,73,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,109,111,100,117,108,101,41,59,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,32,98,105,110,100,105,110,103,79,98,106,91,109,111,100,117,108,101,93,59,10,32,32,125,59,10,10,32,32,118,97,114,32,67,111,110,116,101,120,116,105,102,121,83,99,114,105,112,116,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,39,41,59,10,10,32,32,118,97,114,32,78,97,116,105,118,101,77,111,100,117,108,101,32,61,10,32,32,47,42,35,95,95,80,85,82,69,95,95,42,47,10,32,32,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,102,117,110,99,116,105,111,110,32,78,97,116,105,118,101,77,111,100,117,108,101,40,102,105,108,101,110,97,109,101,41,32,123,10,32,32,32,32,32,32,95,99,108,97,115,115,67,97,108,108,67,104,101,99,107,40,116,104,105,115,44,32,78,97,116,105,118,101,77,111,100,117,108,101,41,59,10,10,32,32,32,32,32,32,116,104,105,115,46,102,105,108,101,110,97,109,101,32,61,32,102,105,108,101,110,97,109,101,59,10,32,32,32,32,32,32,116,104,105,115,46,101,120,112,111,114,116,115,32,61,32,123,125,59,10,32,32,32,32,125,10,10,32,32,32,32,95,99,114,101,97,116,101,67,108,97,115,115,40,78,97,116,105,118,101,77,111,100,117,108,101,44,32,91,123,10,32,32,32,32,32,32,107,101,121,58,32,34,99,111,109,112,105,108,101,34,44,10,32,32,32,32,32,32,118,97,108,117,101,58,32,102,117,110,99,116,105,111,110,32,99,111,109,112,105,108,101,40,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,102,110,32,61,32,67,111,110,116,101,120,116,105,102,121,83,99,114,105,112,116,46,82,117,110,73,110,84,104,105,115,67,111,110,116,101,120,116,40,116,104,105,115,46,102,105,108,101,110,97,109,101,41,59,10,32,32,32,32,32,32,32,32,102,110,40,116,104,105,115,46,101,120,112,111,114,116,115,44,32,78,97,116,105,118,101,77,111,100,117,108,101,46,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,44,32,123,10,32,32,32,32,32,32,107,101,121,58,32,34,99,97,99,104,101,34,44,10,32,32,32,32,32,32,118,97,108,117,101,58,32,102,117,110,99,116,105,111,110,32,99,97,99,104,101,40,41,32,123,10,32,32,32,32,32,32,32,32,78,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,91,116,104,105,115,46,102,105,108,101,110,97,109,101,93,32,61,32,116,104,105,115,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,93,44,32,91,123,10,32,32,32,32,32,32,107,101,121,58,32,34,114,101,113,117,105,114,101,34,44,10,32,32,32,32,32,32,118,97,108,117,101,58,32,102,117,110,99,116,105,111,110,32,114,101,113,117,105,114,101,40,102,105,108,101,80,97,116,104,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,102,105,108,101,80,97,116,104,65,114,114,32,61,32,102,105,108,101,80,97,116,104,46,115,112,108,105,116,40,39,47,39,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,102,105,108,101,110,97,109,101,32,61,32,102,105,108,101,80,97,116,104,65,114,114,91,102,105,108,101,80,97,116,104,65,114,114,46,108,101,110,103,116,104,32,45,32,49,93,59,10,32,32,32,32,32,32,32,32,118,97,114,32,99,97,99,104,101,100,32,61,32,78,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,91,102,105,108,101,110,97,109,101,93,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,99,97,99,104,101,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,97,99,104,101,100,46,101,120,112,111,114,116,115,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,118,97,114,32,110,97,116,105,118,101,77,111,100,117,108,101,32,61,32,110,101,119,32,78,97,116,105,118,101,77,111,100,117,108,101,40,102,105,108,101,110,97,109,101,41,59,10,32,32,32,32,32,32,32,32,110,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,40,41,59,10,32,32,32,32,32,32,32,32,110,97,116,105,118,101,77,111,100,117,108,101,46,99,111,109,112,105,108,101,40,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,97,116,105,118,101,77,111,100,117,108,101,46,101,120,112,111,114,116,115,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,93,41,59,10,10,32,32,32,32,114,101,116,117,114,110,32,78,97,116,105,118,101,77,111,100,117,108,101,59,10,32,32,125,40,41,59,10,10,32,32,78,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,32,61,32,123,125,59,32,47,47,32,83,116,97,114,116,117,112,10,10,32,32,78,97,116,105,118,101,77,111,100,117,108,101,46,114,101,113,117,105,114,101,40,39,104,105,112,112,121,46,106,115,39,41,59,10,125,41,59,0 }; // NOLINT const uint8_t k_hippy[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,47,47,32,105,110,105,116,32,103,108,111,98,97,108,32,112,97,114,97,109,115,44,32,103,108,111,98,97,108,32,105,115,32,116,104,101,32,116,111,112,32,39,116,104,105,115,39,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,79,116,104,101,114,115,46,106,115,39,41,59,32,47,47,32,97,100,100,32,103,108,111,98,97,108,32,102,117,110,99,116,105,111,110,115,44,32,100,111,32,110,111,116,32,99,104,97,110,103,101,32,116,104,105,115,32,111,114,100,101,114,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,68,121,110,97,109,105,99,76,111,97,100,46,106,115,39,41,59,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,80,108,97,116,102,111,114,109,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,98,114,105,100,103,101,47,105,111,115,47,106,115,50,110,97,116,105,118,101,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,98,114,105,100,103,101,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,84,105,109,101,114,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,115,101,116,84,105,109,101,111,117,116,32,99,108,101,97,114,84,105,109,101,111,117,116,32,115,101,116,73,110,116,101,114,118,97,108,32,99,108,101,97,114,73,110,116,101,114,118,97,108,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,105,111,115,47,112,114,111,109,105,115,101,46,106,115,39,41,59,32,47,47,32,97,100,100,32,80,114,111,109,105,115,101,32,119,104,101,110,32,105,111,115,86,101,114,115,105,111,110,32,60,32,57,44,32,116,111,95,100,111,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,67,111,110,115,111,108,101,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,99,111,110,115,111,108,101,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,100,111,99,117,109,101,110,116,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,78,101,116,119,111,114,107,46,106,115,39,41,59,32,47,47,32,72,101,97,100,101,114,115,32,102,101,116,99,104,32,82,101,115,112,111,110,115,101,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,83,116,111,114,97,103,101,46,106,115,39,41,59,32,47,47,32,108,111,99,97,108,83,116,114,111,114,97,103,101,65,115,121,110,99,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,69,118,101,110,116,46,106,115,39,41,59,32,47,47,32,100,101,97,108,108,111,99,32,101,118,101,110,116,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,105,111,115,47,68,105,109,101,110,115,105,111,110,115,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,101,118,105,99,101,46,119,105,110,100,111,119,32,72,105,112,112,121,46,100,101,118,105,99,101,46,115,99,114,101,101,110,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,105,120,101,108,82,97,116,105,111,32,32,32,116,111,95,100,111,32,105,111,115,32,116,104,101,32,115,97,109,101,32,97,115,32,97,110,100,114,111,105,100,44,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,68,105,109,101,110,115,105,111,110,115,228,184,139,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,85,116,105,108,115,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,101,118,105,99,101,46,118,105,98,114,97,116,101,32,72,105,112,112,121,46,100,101,118,105,99,101,46,99,97,110,99,101,108,86,105,98,114,97,116,101,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,111,95,100,111,32,105,111,115,32,116,104,101,32,115,97,109,101,32,97,115,32,97,110,100,114,111,105,100,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,105,111,115,47,103,108,111,98,97,108,46,106,115,39,41,59,32,47,47,32,95,95,71,76,79,66,65,76,95,95,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,109,111,100,117,108,101,115,47,105,111,115,47,106,115,84,105,109,101,114,115,69,120,101,99,117,116,105,111,110,46,106,115,39,41,59,32,47,47,32,105,111,115,32,109,111,100,117,108,101,44,32,102,111,114,32,46,104,32,98,117,105,108,100,10,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,98,114,105,100,103,101,47,105,111,115,47,110,97,116,105,118,101,50,106,115,46,106,115,39,41,59,10,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,105,111,115,47,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,46,106,115,39,41,59,32,47,47,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,10,47,47,32,97,108,105,97,115,10,10,10,103,108,111,98,97,108,46,108,111,99,97,108,83,116,111,114,97,103,101,32,61,32,72,105,112,112,121,46,97,115,121,110,99,83,116,111,114,97,103,101,59,125,41,59,0 }; // NOLINT const uint8_t k_ExceptionHandle[] = { 34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,40,102,117,110,99,116,105,111,110,32,101,120,99,101,112,116,105,111,110,72,97,110,100,108,101,114,40,101,118,101,110,116,78,97,109,101,44,32,101,114,114,41,32,123,10,32,32,105,102,32,40,103,108,111,98,97,108,46,72,105,112,112,121,41,32,123,10,32,32,32,32,103,108,111,98,97,108,46,72,105,112,112,121,46,101,109,105,116,40,39,117,110,99,97,117,103,104,116,69,120,99,101,112,116,105,111,110,39,44,32,101,114,114,41,59,10,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,45,110,101,120,116,45,108,105,110,101,32,110,111,45,99,111,110,115,111,108,101,32,42,47,10,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,101,118,101,110,116,78,97,109,101,44,32,101,114,114,41,59,10,32,32,125,10,125,41,59,0 }; // NOLINT - const uint8_t k_Others[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,103,108,111,98,97,108,46,95,95,73,83,72,73,80,80,89,95,95,32,61,32,116,114,117,101,59,10,103,108,111,98,97,108,46,95,95,71,76,79,66,65,76,95,95,32,61,32,123,10,32,32,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,58,32,123,125,10,125,59,10,47,42,42,10,32,42,32,82,101,103,105,115,116,101,114,32,116,104,101,32,72,105,112,112,121,32,97,112,112,32,101,110,116,114,121,32,102,117,110,99,116,105,111,110,44,32,116,104,101,32,110,97,116,105,118,101,32,119,105,108,108,32,116,114,105,103,103,101,114,32,97,110,32,101,118,101,110,116,32,116,111,32,101,120,101,99,117,116,101,32,116,104,101,32,102,117,110,99,116,105,111,110,10,32,42,32,97,110,100,32,115,116,97,114,116,32,116,104,101,32,97,112,112,46,10,32,42,10,32,42,32,84,104,101,32,100,105,102,102,101,114,101,110,116,32,112,108,97,116,102,111,114,109,115,32,116,104,101,32,101,118,101,110,116,32,110,97,109,101,32,105,115,32,100,105,102,102,101,114,101,110,116,44,32,102,111,114,32,65,110,100,114,111,105,100,32,105,116,39,115,32,39,108,111,97,100,73,110,115,116,97,110,99,101,39,44,10,32,42,32,102,111,114,32,105,79,83,32,105,116,39,115,32,39,114,117,110,65,112,112,108,105,99,97,116,105,111,110,39,46,10,32,42,10,32,42,32,70,111,114,32,116,104,101,32,115,97,109,101,32,97,112,112,32,115,116,97,114,116,117,112,32,109,117,108,116,105,112,108,101,32,116,105,109,101,115,44,32,105,116,32,110,101,101,100,115,32,116,111,32,117,115,101,32,97,32,100,105,102,102,101,114,101,110,116,32,74,97,118,97,115,99,114,105,112,116,32,67,111,110,116,101,120,116,10,32,42,32,102,111,114,32,116,104,101,32,101,110,118,105,114,111,110,109,101,110,116,32,105,115,111,108,97,116,105,111,110,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,97,112,112,78,97,109,101,32,45,32,84,104,101,32,97,112,112,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,103,105,115,116,101,114,46,10,32,42,32,64,112,97,114,97,109,32,123,42,125,32,101,110,116,114,121,70,117,110,99,32,45,32,84,104,101,32,101,110,116,114,121,32,102,117,110,99,116,105,111,110,32,119,105,108,108,32,98,101,32,101,120,101,99,117,116,101,32,97,102,116,101,114,32,110,97,116,105,118,101,32,99,97,108,108,101,100,46,10,32,42,47,10,10,102,117,110,99,116,105,111,110,32,104,105,112,112,121,82,101,103,105,115,116,101,114,40,97,112,112,78,97,109,101,44,32,101,110,116,114,121,70,117,110,99,41,32,123,10,32,32,47,47,32,67,97,108,108,32,116,104,101,32,105,79,83,32,110,97,116,105,118,101,32,102,111,114,32,114,101,110,97,109,101,32,116,104,101,32,99,111,110,116,101,120,116,32,116,111,32,97,112,112,78,97,109,101,46,10,32,32,105,102,32,40,103,108,111,98,97,108,46,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,74,83,67,69,120,101,99,117,116,111,114,39,44,32,39,115,101,116,67,111,110,116,101,120,116,78,97,109,101,39,44,32,34,72,105,112,112,121,67,111,110,116,101,120,116,58,32,34,46,99,111,110,99,97,116,40,97,112,112,78,97,109,101,41,41,59,10,32,32,125,10,10,32,32,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,97,112,112,78,97,109,101,93,32,61,32,123,10,32,32,32,32,114,117,110,58,32,101,110,116,114,121,70,117,110,99,10,32,32,125,59,10,125,10,47,42,42,10,32,42,32,82,101,103,105,115,116,101,114,32,97,32,108,105,115,116,101,110,101,114,32,102,111,114,32,97,32,115,112,101,99,105,102,105,99,32,101,118,101,110,116,44,32,97,110,100,32,116,104,101,32,108,105,115,116,101,110,101,114,32,119,105,108,108,32,98,101,32,99,97,108,108,101,100,10,32,42,32,119,104,101,110,32,116,104,101,32,101,118,101,110,116,32,105,115,32,116,114,105,103,103,101,114,101,100,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,103,105,115,116,101,114,101,100,46,10,32,42,32,64,112,97,114,97,109,32,123,70,117,110,99,116,105,111,110,125,32,108,105,115,116,101,110,101,114,32,45,32,69,118,101,110,116,32,99,97,108,108,98,97,99,107,46,10,32,42,32,64,114,101,116,117,114,110,115,32,123,83,101,116,125,32,45,32,83,101,116,32,111,102,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,115,10,32,42,47,10,10,10,102,117,110,99,116,105,111,110,32,111,110,40,101,118,101,110,116,78,97,109,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,108,105,115,116,101,110,101,114,32,33,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,111,110,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,32,97,110,100,32,97,32,102,117,110,99,116,105,111,110,32,97,115,32,108,105,115,116,101,110,101,114,39,41,59,10,32,32,125,10,10,32,32,118,97,114,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,10,32,32,105,102,32,40,33,40,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,83,101,116,41,41,32,123,10,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,32,61,32,110,101,119,32,83,101,116,40,41,59,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,125,10,10,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,97,100,100,40,108,105,115,116,101,110,101,114,41,59,10,32,32,114,101,116,117,114,110,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,59,10,125,10,47,42,42,10,32,42,32,82,101,109,111,118,101,32,115,112,101,99,105,102,105,99,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,44,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,109,111,118,101,100,46,10,32,42,32,64,112,97,114,97,109,32,123,70,117,110,99,116,105,111,110,125,32,108,105,115,116,101,110,101,114,32,45,32,83,112,101,99,105,102,105,99,32,101,118,101,110,116,32,99,97,108,108,98,97,99,107,32,119,105,108,108,32,98,101,32,114,101,109,111,118,101,100,44,10,32,42,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,101,32,108,105,115,116,101,110,101,114,115,32,119,105,108,108,32,99,108,101,97,110,32,97,108,108,32,105,102,32,110,111,116,32,115,112,101,99,105,102,105,99,46,10,32,42,32,64,114,101,116,117,114,110,115,32,123,83,101,116,32,124,32,110,117,108,108,125,32,45,32,83,101,116,32,111,102,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,115,44,32,111,114,32,110,117,108,108,32,111,102,32,101,109,112,116,121,46,10,32,42,47,10,10,10,102,117,110,99,116,105,111,110,32,111,102,102,40,101,118,101,110,116,78,97,109,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,111,102,102,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,39,41,59,10,32,32,125,10,10,32,32,118,97,114,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,10,32,32,105,102,32,40,33,40,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,83,101,116,41,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,125,10,10,32,32,105,102,32,40,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,114,101,116,117,114,110,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,59,10,32,32,125,10,10,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,99,108,101,97,114,40,41,59,10,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,125,10,47,42,42,10,32,42,32,84,114,105,103,103,101,114,32,97,32,101,118,101,110,116,32,119,105,116,104,32,97,114,103,117,109,101,110,116,115,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,116,114,105,103,103,101,114,46,10,32,42,32,64,112,97,114,97,109,32,32,123,97,110,121,125,32,97,114,103,115,32,45,32,69,118,101,110,116,32,99,97,108,108,98,97,99,107,32,97,114,103,117,109,101,110,116,115,46,10,32,42,47,10,10,10,102,117,110,99,116,105,111,110,32,101,109,105,116,40,101,118,101,110,116,78,97,109,101,41,32,123,10,32,32,102,111,114,32,40,118,97,114,32,95,108,101,110,32,61,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,32,97,114,103,115,32,61,32,110,101,119,32,65,114,114,97,121,40,95,108,101,110,32,62,32,49,32,63,32,95,108,101,110,32,45,32,49,32,58,32,48,41,44,32,95,107,101,121,32,61,32,49,59,32,95,107,101,121,32,60,32,95,108,101,110,59,32,95,107,101,121,43,43,41,32,123,10,32,32,32,32,97,114,103,115,91,95,107,101,121,32,45,32,49,93,32,61,32,97,114,103,117,109,101,110,116,115,91,95,107,101,121,93,59,10,32,32,125,10,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,101,109,105,116,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,39,41,59,10,32,32,125,10,10,32,32,118,97,114,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,10,32,32,105,102,32,40,33,101,118,101,110,116,76,105,115,116,101,110,101,114,115,41,32,123,10,32,32,32,32,105,102,32,40,101,118,101,110,116,78,97,109,101,32,61,61,61,32,34,117,110,99,97,117,103,104,116,69,120,99,101,112,116,105,111,110,34,32,38,38,32,97,114,103,115,91,48,93,41,32,123,10,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,97,114,103,115,91,48,93,46,116,111,83,116,114,105,110,103,40,41,41,59,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,59,10,32,32,125,10,10,32,32,116,114,121,32,123,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,102,111,114,69,97,99,104,40,102,117,110,99,116,105,111,110,32,40,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,108,105,115,116,101,110,101,114,46,97,112,112,108,121,40,118,111,105,100,32,48,44,32,97,114,103,115,41,59,10,32,32,32,32,125,41,59,10,32,32,125,32,99,97,116,99,104,32,40,101,114,114,41,32,123,10,32,32,32,32,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,45,110,101,120,116,45,108,105,110,101,32,110,111,45,99,111,110,115,111,108,101,32,42,47,10,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,101,114,114,41,59,10,32,32,125,10,125,10,10,72,105,112,112,121,46,100,101,118,105,99,101,32,61,32,123,125,59,10,72,105,112,112,121,46,98,114,105,100,103,101,32,61,32,123,125,59,10,72,105,112,112,121,46,114,101,103,105,115,116,101,114,32,61,32,123,10,32,32,114,101,103,105,115,116,58,32,104,105,112,112,121,82,101,103,105,115,116,101,114,10,125,59,10,72,105,112,112,121,46,111,110,32,61,32,111,110,59,10,72,105,112,112,121,46,111,102,102,32,61,32,111,102,102,59,10,72,105,112,112,121,46,101,109,105,116,32,61,32,101,109,105,116,59,125,41,59,0 }; // NOLINT - const uint8_t k_DynamicLoad[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,118,97,114,32,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,39,41,59,10,10,103,108,111,98,97,108,46,100,121,110,97,109,105,99,76,111,97,100,32,61,32,102,117,110,99,116,105,111,110,32,40,112,97,116,104,44,32,101,110,99,111,100,101,44,32,99,98,41,32,123,10,32,32,99,111,110,115,111,108,101,46,108,111,103,40,34,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,32,61,32,34,46,99,111,110,99,97,116,40,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,44,32,34,44,92,110,32,32,32,32,101,110,99,111,100,101,32,61,32,34,41,46,99,111,110,99,97,116,40,101,110,99,111,100,101,44,32,34,44,32,112,97,116,104,32,61,32,34,41,46,99,111,110,99,97,116,40,112,97,116,104,41,41,59,10,32,32,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,46,76,111,97,100,85,114,105,67,111,110,116,101,110,116,40,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,32,43,32,112,97,116,104,44,32,101,110,99,111,100,101,44,32,99,98,41,59,10,125,59,125,41,59,0 }; // NOLINT - const uint8_t k_Platform[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,47,42,13,10,32,32,73,79,83,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,58,32,123,13,10,32,32,32,32,68,101,118,105,99,101,32,58,32,39,105,80,104,111,110,101,32,88,82,39,44,13,10,32,32,32,32,83,68,75,86,101,114,115,105,111,110,32,58,32,39,48,46,50,46,49,39,44,13,10,32,32,32,32,79,83,32,239,188,154,39,105,111,115,39,44,13,10,32,32,32,32,79,83,86,101,114,115,105,111,110,32,58,32,39,49,50,46,48,39,13,10,32,32,125,13,10,13,10,32,32,65,110,100,114,111,105,100,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,58,32,123,13,10,32,32,32,32,80,108,97,116,102,111,114,109,32,58,32,123,13,10,32,32,32,32,32,32,79,83,32,58,32,39,97,110,100,114,111,105,100,39,44,13,10,32,32,32,32,32,32,65,80,73,76,101,118,101,108,32,58,32,39,120,120,120,39,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,32,61,32,123,13,10,32,32,32,32,39,79,83,39,58,32,39,119,101,98,39,44,13,10,32,32,32,32,39,68,101,118,105,99,101,39,58,32,39,39,44,13,10,32,32,32,32,39,79,83,86,101,114,115,105,111,110,39,58,32,39,39,44,32,47,47,32,102,111,114,32,105,111,115,13,10,32,32,32,32,39,83,68,75,86,101,114,115,105,111,110,39,58,32,39,39,44,13,10,32,32,32,32,39,65,80,73,76,101,118,101,108,39,58,32,39,39,44,32,47,47,32,102,111,114,32,97,110,100,114,111,105,100,13,10,32,32,32,32,39,65,112,112,86,101,114,115,105,111,110,39,58,32,39,39,44,32,47,47,32,116,111,95,100,111,13,10,32,32,32,32,39,80,105,120,101,108,82,97,116,105,111,39,32,58,32,49,44,32,47,47,32,116,111,95,100,111,13,10,32,32,32,32,39,68,105,109,101,110,115,105,111,110,115,39,32,58,32,123,32,47,47,32,116,111,95,100,111,13,10,32,32,32,32,32,32,119,105,110,100,111,119,32,58,32,123,13,10,32,32,32,32,32,32,32,32,119,105,100,116,104,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,115,99,97,108,101,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,32,58,32,49,13,10,32,32,32,32,32,32,125,44,13,10,32,32,32,32,32,32,115,99,114,101,101,110,32,58,32,123,13,10,32,32,32,32,32,32,32,32,119,105,100,116,104,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,115,99,97,108,101,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,32,58,32,49,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,125,13,10,32,32,125,59,13,10,42,47,10,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,32,61,32,123,125,59,10,10,105,102,32,40,116,121,112,101,111,102,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,10,32,32,105,102,32,40,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,68,101,118,105,99,101,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,68,101,118,105,99,101,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,86,101,114,115,105,111,110,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,86,101,114,115,105,111,110,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,83,68,75,86,101,114,115,105,111,110,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,83,68,75,86,101,114,115,105,111,110,59,10,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,80,108,97,116,102,111,114,109,46,79,83,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,65,80,73,76,101,118,101,108,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,80,108,97,116,102,111,114,109,46,65,80,73,76,101,118,101,108,59,10,32,32,125,10,125,125,41,59,0 }; // NOLINT + const uint8_t k_Others[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,103,108,111,98,97,108,46,95,95,73,83,72,73,80,80,89,95,95,32,61,32,116,114,117,101,59,10,103,108,111,98,97,108,46,95,95,71,76,79,66,65,76,95,95,32,61,32,123,10,32,32,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,58,32,123,125,10,125,59,10,47,42,42,10,32,42,32,82,101,103,105,115,116,101,114,32,116,104,101,32,72,105,112,112,121,32,97,112,112,32,101,110,116,114,121,32,102,117,110,99,116,105,111,110,44,32,116,104,101,32,110,97,116,105,118,101,32,119,105,108,108,32,116,114,105,103,103,101,114,32,97,110,32,101,118,101,110,116,32,116,111,32,101,120,101,99,117,116,101,32,116,104,101,32,102,117,110,99,116,105,111,110,10,32,42,32,97,110,100,32,115,116,97,114,116,32,116,104,101,32,97,112,112,46,10,32,42,10,32,42,32,84,104,101,32,100,105,102,102,101,114,101,110,116,32,112,108,97,116,102,111,114,109,115,32,116,104,101,32,101,118,101,110,116,32,110,97,109,101,32,105,115,32,100,105,102,102,101,114,101,110,116,44,32,102,111,114,32,65,110,100,114,111,105,100,32,105,116,39,115,32,39,108,111,97,100,73,110,115,116,97,110,99,101,39,44,10,32,42,32,102,111,114,32,105,79,83,32,105,116,39,115,32,39,114,117,110,65,112,112,108,105,99,97,116,105,111,110,39,46,10,32,42,10,32,42,32,70,111,114,32,116,104,101,32,115,97,109,101,32,97,112,112,32,115,116,97,114,116,117,112,32,109,117,108,116,105,112,108,101,32,116,105,109,101,115,44,32,105,116,32,110,101,101,100,115,32,116,111,32,117,115,101,32,97,32,100,105,102,102,101,114,101,110,116,32,74,97,118,97,115,99,114,105,112,116,32,67,111,110,116,101,120,116,10,32,42,32,102,111,114,32,116,104,101,32,101,110,118,105,114,111,110,109,101,110,116,32,105,115,111,108,97,116,105,111,110,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,97,112,112,78,97,109,101,32,45,32,84,104,101,32,97,112,112,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,103,105,115,116,101,114,46,10,32,42,32,64,112,97,114,97,109,32,123,42,125,32,101,110,116,114,121,70,117,110,99,32,45,32,84,104,101,32,101,110,116,114,121,32,102,117,110,99,116,105,111,110,32,119,105,108,108,32,98,101,32,101,120,101,99,117,116,101,32,97,102,116,101,114,32,110,97,116,105,118,101,32,99,97,108,108,101,100,46,10,32,42,47,10,10,102,117,110,99,116,105,111,110,32,104,105,112,112,121,82,101,103,105,115,116,101,114,40,97,112,112,78,97,109,101,44,32,101,110,116,114,121,70,117,110,99,41,32,123,10,32,32,47,47,32,67,97,108,108,32,116,104,101,32,105,79,83,32,110,97,116,105,118,101,32,102,111,114,32,114,101,110,97,109,101,32,116,104,101,32,99,111,110,116,101,120,116,32,116,111,32,97,112,112,78,97,109,101,46,10,32,32,105,102,32,40,103,108,111,98,97,108,46,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,74,83,67,69,120,101,99,117,116,111,114,39,44,32,39,115,101,116,67,111,110,116,101,120,116,78,97,109,101,39,44,32,34,72,105,112,112,121,67,111,110,116,101,120,116,58,32,34,46,99,111,110,99,97,116,40,97,112,112,78,97,109,101,41,41,59,10,32,32,125,10,10,32,32,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,97,112,112,78,97,109,101,93,32,61,32,123,10,32,32,32,32,114,117,110,58,32,101,110,116,114,121,70,117,110,99,10,32,32,125,59,10,125,10,47,42,42,10,32,42,32,82,101,103,105,115,116,101,114,32,97,32,108,105,115,116,101,110,101,114,32,102,111,114,32,97,32,115,112,101,99,105,102,105,99,32,101,118,101,110,116,44,32,97,110,100,32,116,104,101,32,108,105,115,116,101,110,101,114,32,119,105,108,108,32,98,101,32,99,97,108,108,101,100,10,32,42,32,119,104,101,110,32,116,104,101,32,101,118,101,110,116,32,105,115,32,116,114,105,103,103,101,114,101,100,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,103,105,115,116,101,114,101,100,46,10,32,42,32,64,112,97,114,97,109,32,123,70,117,110,99,116,105,111,110,125,32,108,105,115,116,101,110,101,114,32,45,32,69,118,101,110,116,32,99,97,108,108,98,97,99,107,46,10,32,42,32,64,114,101,116,117,114,110,115,32,123,83,101,116,125,32,45,32,83,101,116,32,111,102,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,115,10,32,42,47,10,10,10,102,117,110,99,116,105,111,110,32,111,110,40,101,118,101,110,116,78,97,109,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,108,105,115,116,101,110,101,114,32,33,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,111,110,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,32,97,110,100,32,97,32,102,117,110,99,116,105,111,110,32,97,115,32,108,105,115,116,101,110,101,114,39,41,59,10,32,32,125,10,10,32,32,118,97,114,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,10,32,32,105,102,32,40,33,40,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,83,101,116,41,41,32,123,10,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,32,61,32,110,101,119,32,83,101,116,40,41,59,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,125,10,10,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,97,100,100,40,108,105,115,116,101,110,101,114,41,59,10,32,32,114,101,116,117,114,110,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,59,10,125,10,47,42,42,10,32,42,32,82,101,109,111,118,101,32,115,112,101,99,105,102,105,99,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,44,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,109,111,118,101,100,46,10,32,42,32,64,112,97,114,97,109,32,123,70,117,110,99,116,105,111,110,125,32,108,105,115,116,101,110,101,114,32,45,32,83,112,101,99,105,102,105,99,32,101,118,101,110,116,32,99,97,108,108,98,97,99,107,32,119,105,108,108,32,98,101,32,114,101,109,111,118,101,100,44,10,32,42,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,101,32,108,105,115,116,101,110,101,114,115,32,119,105,108,108,32,99,108,101,97,110,32,97,108,108,32,105,102,32,110,111,116,32,115,112,101,99,105,102,105,99,46,10,32,42,32,64,114,101,116,117,114,110,115,32,123,83,101,116,32,124,32,110,117,108,108,125,32,45,32,83,101,116,32,111,102,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,115,44,32,111,114,32,110,117,108,108,32,111,102,32,101,109,112,116,121,46,10,32,42,47,10,10,10,102,117,110,99,116,105,111,110,32,111,102,102,40,101,118,101,110,116,78,97,109,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,111,102,102,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,39,41,59,10,32,32,125,10,10,32,32,118,97,114,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,10,32,32,105,102,32,40,33,40,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,83,101,116,41,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,125,10,10,32,32,105,102,32,40,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,114,101,116,117,114,110,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,59,10,32,32,125,10,10,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,99,108,101,97,114,40,41,59,10,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,125,10,47,42,42,10,32,42,32,84,114,105,103,103,101,114,32,97,32,101,118,101,110,116,32,119,105,116,104,32,97,114,103,117,109,101,110,116,115,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,116,114,105,103,103,101,114,46,10,32,42,32,64,112,97,114,97,109,32,32,123,97,110,121,125,32,97,114,103,115,32,45,32,69,118,101,110,116,32,99,97,108,108,98,97,99,107,32,97,114,103,117,109,101,110,116,115,46,10,32,42,47,10,10,10,102,117,110,99,116,105,111,110,32,101,109,105,116,40,101,118,101,110,116,78,97,109,101,41,32,123,10,32,32,102,111,114,32,40,118,97,114,32,95,108,101,110,32,61,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,32,97,114,103,115,32,61,32,110,101,119,32,65,114,114,97,121,40,95,108,101,110,32,62,32,49,32,63,32,95,108,101,110,32,45,32,49,32,58,32,48,41,44,32,95,107,101,121,32,61,32,49,59,32,95,107,101,121,32,60,32,95,108,101,110,59,32,95,107,101,121,43,43,41,32,123,10,32,32,32,32,97,114,103,115,91,95,107,101,121,32,45,32,49,93,32,61,32,97,114,103,117,109,101,110,116,115,91,95,107,101,121,93,59,10,32,32,125,10,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,101,109,105,116,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,39,41,59,10,32,32,125,10,10,32,32,118,97,114,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,10,32,32,105,102,32,40,33,101,118,101,110,116,76,105,115,116,101,110,101,114,115,41,32,123,10,32,32,32,32,105,102,32,40,101,118,101,110,116,78,97,109,101,32,61,61,61,32,39,117,110,99,97,117,103,104,116,69,120,99,101,112,116,105,111,110,39,32,38,38,32,97,114,103,115,91,48,93,41,32,123,10,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,97,114,103,115,91,48,93,46,116,111,83,116,114,105,110,103,40,41,41,59,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,59,10,32,32,125,10,10,32,32,116,114,121,32,123,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,102,111,114,69,97,99,104,40,102,117,110,99,116,105,111,110,32,40,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,108,105,115,116,101,110,101,114,46,97,112,112,108,121,40,118,111,105,100,32,48,44,32,97,114,103,115,41,59,10,32,32,32,32,125,41,59,10,32,32,125,32,99,97,116,99,104,32,40,101,114,114,41,32,123,10,32,32,32,32,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,45,110,101,120,116,45,108,105,110,101,32,110,111,45,99,111,110,115,111,108,101,32,42,47,10,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,101,114,114,41,59,10,32,32,125,10,125,10,10,72,105,112,112,121,46,100,101,118,105,99,101,32,61,32,123,125,59,10,72,105,112,112,121,46,98,114,105,100,103,101,32,61,32,123,125,59,10,72,105,112,112,121,46,114,101,103,105,115,116,101,114,32,61,32,123,10,32,32,114,101,103,105,115,116,58,32,104,105,112,112,121,82,101,103,105,115,116,101,114,10,125,59,10,72,105,112,112,121,46,111,110,32,61,32,111,110,59,10,72,105,112,112,121,46,111,102,102,32,61,32,111,102,102,59,10,72,105,112,112,121,46,101,109,105,116,32,61,32,101,109,105,116,59,125,41,59,0 }; // NOLINT + const uint8_t k_DynamicLoad[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,118,97,114,32,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,39,41,59,10,10,103,108,111,98,97,108,46,100,121,110,97,109,105,99,76,111,97,100,32,61,32,102,117,110,99,116,105,111,110,32,40,112,97,116,104,44,32,101,110,99,111,100,101,44,32,99,98,41,32,123,10,32,32,118,97,114,32,114,101,113,117,101,115,116,80,97,116,104,32,61,32,112,97,116,104,59,10,32,32,118,97,114,32,114,101,103,32,61,32,47,94,40,104,116,116,112,115,63,58,41,63,92,47,92,47,46,43,36,47,59,10,10,32,32,105,102,32,40,112,97,116,104,32,38,38,32,33,114,101,103,46,116,101,115,116,40,112,97,116,104,41,41,32,123,10,32,32,32,32,114,101,113,117,101,115,116,80,97,116,104,32,61,32,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,32,43,32,112,97,116,104,59,10,32,32,32,32,99,111,110,115,111,108,101,46,108,111,103,40,34,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,58,32,34,46,99,111,110,99,97,116,40,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,41,41,59,10,32,32,125,10,10,32,32,99,111,110,115,111,108,101,46,108,111,103,40,34,114,101,113,117,101,115,116,80,97,116,104,58,34,46,99,111,110,99,97,116,40,114,101,113,117,101,115,116,80,97,116,104,44,32,34,124,112,97,116,104,32,61,32,34,41,46,99,111,110,99,97,116,40,112,97,116,104,41,41,59,10,32,32,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,46,76,111,97,100,85,114,105,67,111,110,116,101,110,116,40,114,101,113,117,101,115,116,80,97,116,104,44,32,101,110,99,111,100,101,44,32,99,98,41,59,10,125,59,125,41,59,0 }; // NOLINT + const uint8_t k_Platform[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,47,42,10,32,32,73,79,83,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,58,32,123,10,32,32,32,32,68,101,118,105,99,101,32,58,32,39,105,80,104,111,110,101,32,88,82,39,44,10,32,32,32,32,83,68,75,86,101,114,115,105,111,110,32,58,32,39,48,46,50,46,49,39,44,10,32,32,32,32,79,83,32,239,188,154,39,105,111,115,39,44,10,32,32,32,32,79,83,86,101,114,115,105,111,110,32,58,32,39,49,50,46,48,39,10,32,32,125,10,10,32,32,65,110,100,114,111,105,100,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,58,32,123,10,32,32,32,32,80,108,97,116,102,111,114,109,32,58,32,123,10,32,32,32,32,32,32,79,83,32,58,32,39,97,110,100,114,111,105,100,39,44,10,32,32,32,32,32,32,65,80,73,76,101,118,101,108,32,58,32,39,120,120,120,39,10,32,32,32,32,125,10,32,32,125,10,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,32,61,32,123,10,32,32,32,32,39,79,83,39,58,32,39,119,101,98,39,44,10,32,32,32,32,39,68,101,118,105,99,101,39,58,32,39,39,44,10,32,32,32,32,39,79,83,86,101,114,115,105,111,110,39,58,32,39,39,44,32,47,47,32,102,111,114,32,105,111,115,10,32,32,32,32,39,83,68,75,86,101,114,115,105,111,110,39,58,32,39,39,44,10,32,32,32,32,39,65,80,73,76,101,118,101,108,39,58,32,39,39,44,32,47,47,32,102,111,114,32,97,110,100,114,111,105,100,10,32,32,32,32,39,65,112,112,86,101,114,115,105,111,110,39,58,32,39,39,44,32,47,47,32,116,111,95,100,111,10,32,32,32,32,39,80,105,120,101,108,82,97,116,105,111,39,32,58,32,49,44,32,47,47,32,116,111,95,100,111,10,32,32,32,32,39,68,105,109,101,110,115,105,111,110,115,39,32,58,32,123,32,47,47,32,116,111,95,100,111,10,32,32,32,32,32,32,119,105,110,100,111,119,32,58,32,123,10,32,32,32,32,32,32,32,32,119,105,100,116,104,32,58,32,49,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,32,58,32,49,44,10,32,32,32,32,32,32,32,32,115,99,97,108,101,32,58,32,49,44,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,32,58,32,49,10,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,115,99,114,101,101,110,32,58,32,123,10,32,32,32,32,32,32,32,32,119,105,100,116,104,32,58,32,49,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,32,58,32,49,44,10,32,32,32,32,32,32,32,32,115,99,97,108,101,32,58,32,49,44,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,32,58,32,49,44,10,32,32,32,32,32,32,32,32,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,32,58,32,49,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,125,59,10,42,47,10,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,32,61,32,123,125,59,10,10,105,102,32,40,116,121,112,101,111,102,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,10,32,32,105,102,32,40,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,68,101,118,105,99,101,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,68,101,118,105,99,101,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,86,101,114,115,105,111,110,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,86,101,114,115,105,111,110,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,83,68,75,86,101,114,115,105,111,110,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,83,68,75,86,101,114,115,105,111,110,59,10,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,80,108,97,116,102,111,114,109,46,79,83,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,65,80,73,76,101,118,101,108,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,80,108,97,116,102,111,114,109,46,65,80,73,76,101,118,101,108,59,10,32,32,125,10,125,125,41,59,0 }; // NOLINT const uint8_t k_js2native[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,102,117,110,99,116,105,111,110,32,95,116,111,67,111,110,115,117,109,97,98,108,101,65,114,114,97,121,40,97,114,114,41,32,123,32,114,101,116,117,114,110,32,95,97,114,114,97,121,87,105,116,104,111,117,116,72,111,108,101,115,40,97,114,114,41,32,124,124,32,95,105,116,101,114,97,98,108,101,84,111,65,114,114,97,121,40,97,114,114,41,32,124,124,32,95,110,111,110,73,116,101,114,97,98,108,101,83,112,114,101,97,100,40,41,59,32,125,10,10,102,117,110,99,116,105,111,110,32,95,110,111,110,73,116,101,114,97,98,108,101,83,112,114,101,97,100,40,41,32,123,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,34,41,59,32,125,10,10,102,117,110,99,116,105,111,110,32,95,105,116,101,114,97,98,108,101,84,111,65,114,114,97,121,40,105,116,101,114,41,32,123,32,105,102,32,40,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,105,116,101,114,41,32,124,124,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,105,116,101,114,41,32,61,61,61,32,34,91,111,98,106,101,99,116,32,65,114,103,117,109,101,110,116,115,93,34,41,32,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,105,116,101,114,41,59,32,125,10,10,102,117,110,99,116,105,111,110,32,95,97,114,114,97,121,87,105,116,104,111,117,116,72,111,108,101,115,40,97,114,114,41,32,123,32,105,102,32,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,114,114,41,41,32,123,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,44,32,97,114,114,50,32,61,32,110,101,119,32,65,114,114,97,121,40,97,114,114,46,108,101,110,103,116,104,41,59,32,105,32,60,32,97,114,114,46,108,101,110,103,116,104,59,32,105,43,43,41,32,123,32,97,114,114,50,91,105,93,32,61,32,97,114,114,91,105,93,59,32,125,32,114,101,116,117,114,110,32,97,114,114,50,59,32,125,32,125,10,10,102,117,110,99,116,105,111,110,32,95,115,108,105,99,101,100,84,111,65,114,114,97,121,40,97,114,114,44,32,105,41,32,123,32,114,101,116,117,114,110,32,95,97,114,114,97,121,87,105,116,104,72,111,108,101,115,40,97,114,114,41,32,124,124,32,95,105,116,101,114,97,98,108,101,84,111,65,114,114,97,121,76,105,109,105,116,40,97,114,114,44,32,105,41,32,124,124,32,95,110,111,110,73,116,101,114,97,98,108,101,82,101,115,116,40,41,59,32,125,10,10,102,117,110,99,116,105,111,110,32,95,110,111,110,73,116,101,114,97,98,108,101,82,101,115,116,40,41,32,123,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,100,101,115,116,114,117,99,116,117,114,101,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,34,41,59,32,125,10,10,102,117,110,99,116,105,111,110,32,95,105,116,101,114,97,98,108,101,84,111,65,114,114,97,121,76,105,109,105,116,40,97,114,114,44,32,105,41,32,123,32,105,102,32,40,33,40,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,97,114,114,41,32,124,124,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,97,114,114,41,32,61,61,61,32,34,91,111,98,106,101,99,116,32,65,114,103,117,109,101,110,116,115,93,34,41,41,32,123,32,114,101,116,117,114,110,59,32,125,32,118,97,114,32,95,97,114,114,32,61,32,91,93,59,32,118,97,114,32,95,110,32,61,32,116,114,117,101,59,32,118,97,114,32,95,100,32,61,32,102,97,108,115,101,59,32,118,97,114,32,95,101,32,61,32,117,110,100,101,102,105,110,101,100,59,32,116,114,121,32,123,32,102,111,114,32,40,118,97,114,32,95,105,32,61,32,97,114,114,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,44,32,95,115,59,32,33,40,95,110,32,61,32,40,95,115,32,61,32,95,105,46,110,101,120,116,40,41,41,46,100,111,110,101,41,59,32,95,110,32,61,32,116,114,117,101,41,32,123,32,95,97,114,114,46,112,117,115,104,40,95,115,46,118,97,108,117,101,41,59,32,105,102,32,40,105,32,38,38,32,95,97,114,114,46,108,101,110,103,116,104,32,61,61,61,32,105,41,32,98,114,101,97,107,59,32,125,32,125,32,99,97,116,99,104,32,40,101,114,114,41,32,123,32,95,100,32,61,32,116,114,117,101,59,32,95,101,32,61,32,101,114,114,59,32,125,32,102,105,110,97,108,108,121,32,123,32,116,114,121,32,123,32,105,102,32,40,33,95,110,32,38,38,32,95,105,91,34,114,101,116,117,114,110,34,93,32,33,61,32,110,117,108,108,41,32,95,105,91,34,114,101,116,117,114,110,34,93,40,41,59,32,125,32,102,105,110,97,108,108,121,32,123,32,105,102,32,40,95,100,41,32,116,104,114,111,119,32,95,101,59,32,125,32,125,32,114,101,116,117,114,110,32,95,97,114,114,59,32,125,10,10,102,117,110,99,116,105,111,110,32,95,97,114,114,97,121,87,105,116,104,72,111,108,101,115,40,97,114,114,41,32,123,32,105,102,32,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,114,114,41,41,32,114,101,116,117,114,110,32,97,114,114,59,32,125,10,10,118,97,114,32,103,101,116,77,111,100,117,108,101,78,97,109,101,32,61,32,102,117,110,99,116,105,111,110,32,103,101,116,77,111,100,117,108,101,78,97,109,101,40,111,114,105,103,105,110,77,111,100,117,108,101,78,97,109,101,41,32,123,10,32,32,105,102,32,40,111,114,105,103,105,110,77,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,39,85,73,77,97,110,97,103,101,114,39,59,10,32,32,125,10,10,32,32,105,102,32,40,111,114,105,103,105,110,77,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,39,65,115,121,110,99,83,116,111,114,97,103,101,39,59,10,32,32,125,10,10,32,32,114,101,116,117,114,110,32,111,114,105,103,105,110,77,111,100,117,108,101,78,97,109,101,59,10,125,59,10,10,118,97,114,32,103,101,116,77,101,116,104,111,100,78,97,109,101,32,61,32,102,117,110,99,116,105,111,110,32,103,101,116,77,101,116,104,111,100,78,97,109,101,40,111,114,105,103,105,110,77,101,116,104,111,100,78,97,109,101,44,32,115,101,116,78,97,109,101,41,32,123,10,32,32,105,102,32,40,115,101,116,78,97,109,101,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,115,101,116,78,97,109,101,59,10,32,32,125,10,10,32,32,105,102,32,40,111,114,105,103,105,110,77,101,116,104,111,100,78,97,109,101,32,61,61,61,32,39,99,114,101,97,116,101,78,111,100,101,39,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,39,105,110,115,101,114,116,67,104,105,108,100,114,101,110,39,59,10,32,32,125,10,10,32,32,114,101,116,117,114,110,32,111,114,105,103,105,110,77,101,116,104,111,100,78,97,109,101,59,10,125,59,10,10,118,97,114,32,103,101,116,67,111,109,112,111,110,101,110,116,78,97,109,101,32,61,32,102,117,110,99,116,105,111,110,32,103,101,116,67,111,109,112,111,110,101,110,116,78,97,109,101,40,111,114,105,103,105,110,67,111,109,112,111,110,101,110,116,78,97,109,101,41,32,123,10,32,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,32,38,38,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,46,76,105,115,116,86,105,101,119,32,38,38,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,46,83,99,114,111,108,108,86,105,101,119,32,38,38,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,46,84,101,120,116,73,110,112,117,116,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,111,114,105,103,105,110,67,111,109,112,111,110,101,110,116,78,97,109,101,59,10,32,32,125,32,47,47,32,70,73,88,77,69,58,32,115,104,111,117,108,100,32,114,101,109,111,118,101,32,115,111,111,110,46,10,10,10,32,32,115,119,105,116,99,104,32,40,111,114,105,103,105,110,67,111,109,112,111,110,101,110,116,78,97,109,101,41,32,123,10,32,32,32,32,99,97,115,101,32,39,76,105,115,116,86,105,101,119,39,58,10,32,32,32,32,99,97,115,101,32,39,81,66,76,105,115,116,86,105,101,119,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,81,66,78,97,116,105,118,101,76,105,115,116,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,76,105,115,116,86,105,101,119,73,116,101,109,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,81,66,78,97,116,105,118,101,78,111,100,101,39,59,10,10,32,32,32,32,99,97,115,101,32,39,73,109,97,103,101,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,82,67,84,73,109,97,103,101,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,83,99,114,111,108,108,86,105,101,119,73,79,83,39,58,10,32,32,32,32,99,97,115,101,32,39,83,99,114,111,108,108,86,105,101,119,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,82,67,84,83,99,114,111,108,108,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,77,111,100,97,108,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,82,67,84,77,111,100,97,108,72,111,115,116,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,86,82,73,109,97,103,101,86,105,101,119,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,81,66,82,78,86,82,73,109,97,103,101,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,84,97,98,72,111,115,116,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,82,67,84,81,66,84,97,98,72,111,115,116,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,84,97,98,86,105,101,119,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,82,67,84,81,66,84,97,98,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,87,101,98,86,105,101,119,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,82,67,84,87,101,98,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,87,97,116,101,114,102,97,108,108,86,105,101,119,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,81,66,82,78,87,97,116,101,114,102,97,108,108,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,87,97,116,101,114,102,97,108,108,86,105,101,119,73,116,101,109,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,81,66,82,78,87,97,116,101,114,102,97,108,108,73,116,101,109,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,76,111,111,112,83,99,114,111,108,108,73,109,97,103,101,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,77,116,116,82,78,76,111,111,112,83,99,114,111,108,108,73,109,97,103,101,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,86,105,101,119,76,105,115,116,80,97,103,101,114,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,81,66,82,78,76,105,115,116,80,97,103,101,114,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,75,101,121,98,111,97,114,100,65,99,99,101,115,115,111,114,121,73,116,101,109,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,81,66,82,78,75,101,121,66,111,97,114,100,65,99,99,101,115,115,111,114,121,73,116,101,109,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,81,66,75,101,121,98,111,97,114,100,65,99,99,101,115,115,111,114,121,86,105,101,119,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,81,66,82,78,75,101,121,66,111,97,114,100,65,99,99,101,115,115,111,114,121,86,105,101,119,39,59,10,10,32,32,32,32,99,97,115,101,32,39,84,101,120,116,73,110,112,117,116,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,82,67,84,84,101,120,116,86,105,101,119,39,59,10,10,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,111,114,105,103,105,110,67,111,109,112,111,110,101,110,116,78,97,109,101,46,105,110,100,101,120,79,102,40,39,81,66,39,41,32,62,32,45,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,81,66,82,78,34,46,99,111,110,99,97,116,40,111,114,105,103,105,110,67,111,109,112,111,110,101,110,116,78,97,109,101,46,115,112,108,105,116,40,39,81,66,39,41,91,49,93,41,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,82,67,84,34,46,99,111,110,99,97,116,40,111,114,105,103,105,110,67,111,109,112,111,110,101,110,116,78,97,109,101,41,59,10,32,32,32,32,32,32,125,10,32,32,125,10,125,59,10,10,118,97,114,32,103,101,116,80,97,114,97,109,32,61,32,102,117,110,99,116,105,111,110,32,103,101,116,80,97,114,97,109,40,109,111,100,117,108,101,78,97,109,101,44,32,109,101,116,104,111,100,78,97,109,101,44,32,111,114,105,103,105,110,80,97,114,97,109,41,32,123,10,32,32,105,102,32,40,109,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,32,38,38,32,109,101,116,104,111,100,78,97,109,101,32,61,61,61,32,39,117,112,100,97,116,101,78,111,100,101,39,41,32,123,10,32,32,32,32,118,97,114,32,110,101,119,80,97,114,97,109,32,61,32,91,93,59,10,32,32,32,32,110,101,119,80,97,114,97,109,46,112,117,115,104,40,111,114,105,103,105,110,80,97,114,97,109,91,49,93,91,48,93,46,105,100,41,59,10,32,32,32,32,110,101,119,80,97,114,97,109,46,112,117,115,104,40,103,101,116,67,111,109,112,111,110,101,110,116,78,97,109,101,40,111,114,105,103,105,110,80,97,114,97,109,91,49,93,91,48,93,46,110,97,109,101,41,41,59,10,32,32,32,32,118,97,114,32,110,97,116,105,118,101,80,114,111,112,115,32,61,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,111,114,105,103,105,110,80,97,114,97,109,91,49,93,91,48,93,46,112,114,111,112,115,44,32,111,114,105,103,105,110,80,97,114,97,109,91,49,93,91,48,93,46,112,114,111,112,115,46,115,116,121,108,101,41,59,10,32,32,32,32,100,101,108,101,116,101,32,110,97,116,105,118,101,80,114,111,112,115,46,115,116,121,108,101,59,10,32,32,32,32,110,101,119,80,97,114,97,109,46,112,117,115,104,40,110,97,116,105,118,101,80,114,111,112,115,41,59,10,32,32,32,32,114,101,116,117,114,110,32,110,101,119,80,97,114,97,109,59,10,32,32,125,10,10,32,32,105,102,32,40,109,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,32,38,38,32,109,101,116,104,111,100,78,97,109,101,32,61,61,61,32,39,100,101,108,101,116,101,78,111,100,101,39,41,32,123,10,32,32,32,32,118,97,114,32,95,110,101,119,80,97,114,97,109,32,61,32,91,93,59,10,10,32,32,32,32,95,110,101,119,80,97,114,97,109,46,112,117,115,104,40,111,114,105,103,105,110,80,97,114,97,109,91,49,93,91,48,93,46,112,73,100,41,59,10,10,32,32,32,32,95,110,101,119,80,97,114,97,109,46,112,117,115,104,40,117,110,100,101,102,105,110,101,100,41,59,10,10,32,32,32,32,95,110,101,119,80,97,114,97,109,46,112,117,115,104,40,117,110,100,101,102,105,110,101,100,41,59,10,10,32,32,32,32,95,110,101,119,80,97,114,97,109,46,112,117,115,104,40,117,110,100,101,102,105,110,101,100,41,59,10,10,32,32,32,32,95,110,101,119,80,97,114,97,109,46,112,117,115,104,40,117,110,100,101,102,105,110,101,100,41,59,10,10,32,32,32,32,118,97,114,32,95,111,114,105,103,105,110,80,97,114,97,109,36,49,36,32,61,32,111,114,105,103,105,110,80,97,114,97,109,91,49,93,91,48,93,44,10,32,32,32,32,32,32,32,32,112,73,100,32,61,32,95,111,114,105,103,105,110,80,97,114,97,109,36,49,36,46,112,73,100,44,10,32,32,32,32,32,32,32,32,105,100,32,61,32,95,111,114,105,103,105,110,80,97,114,97,109,36,49,36,46,105,100,59,10,32,32,32,32,118,97,114,32,112,78,111,100,101,32,61,32,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,112,73,100,93,59,10,10,32,32,32,32,105,102,32,40,112,78,111,100,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,100,101,108,101,116,101,73,110,100,101,120,32,61,32,112,78,111,100,101,46,105,110,100,101,120,79,102,40,105,100,41,59,10,10,32,32,32,32,32,32,105,102,32,40,100,101,108,101,116,101,73,110,100,101,120,32,62,32,45,49,41,32,123,10,32,32,32,32,32,32,32,32,95,110,101,119,80,97,114,97,109,46,112,117,115,104,40,91,100,101,108,101,116,101,73,110,100,101,120,93,41,59,10,10,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,111,114,105,103,105,110,80,97,114,97,109,91,49,93,91,48,93,46,112,73,100,93,46,115,112,108,105,99,101,40,100,101,108,101,116,101,73,110,100,101,120,44,32,49,41,59,10,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,95,110,101,119,80,97,114,97,109,59,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,125,10,10,32,32,114,101,116,117,114,110,32,111,114,105,103,105,110,80,97,114,97,109,59,10,125,59,10,10,118,97,114,32,110,101,101,100,82,101,106,101,99,116,32,61,32,102,117,110,99,116,105,111,110,32,110,101,101,100,82,101,106,101,99,116,40,109,111,100,117,108,101,78,97,109,101,44,32,109,101,116,104,111,100,78,97,109,101,41,32,123,10,32,32,105,102,32,40,109,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,32,124,124,32,109,101,116,104,111,100,78,97,109,101,32,61,61,61,32,39,109,117,108,116,105,71,101,116,39,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,125,10,10,32,32,114,101,116,117,114,110,32,116,114,117,101,59,10,125,59,10,10,118,97,114,32,110,101,101,100,82,101,115,111,108,118,101,32,61,32,102,117,110,99,116,105,111,110,32,110,101,101,100,82,101,115,111,108,118,101,40,41,32,123,10,32,32,114,101,116,117,114,110,32,116,114,117,101,59,10,125,59,10,10,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,32,61,32,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,102,111,114,32,40,118,97,114,32,95,108,101,110,32,61,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,32,61,32,110,101,119,32,65,114,114,97,121,40,95,108,101,110,41,44,32,95,107,101,121,32,61,32,48,59,32,95,107,101,121,32,60,32,95,108,101,110,59,32,95,107,101,121,43,43,41,32,123,10,32,32,32,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,95,107,101,121,93,32,61,32,97,114,103,117,109,101,110,116,115,91,95,107,101,121,93,59,10,32,32,125,10,10,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,32,50,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,114,103,117,109,101,110,116,115,32,108,101,110,103,116,104,32,109,117,115,116,32,98,101,32,108,97,114,103,101,114,32,116,104,97,110,32,50,39,41,59,10,32,32,125,10,10,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,61,61,61,32,50,41,32,123,10,32,32,32,32,118,97,114,32,78,97,116,105,118,101,77,111,100,117,108,101,32,61,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,91,103,101,116,77,111,100,117,108,101,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,41,93,59,10,10,32,32,32,32,105,102,32,40,78,97,116,105,118,101,77,111,100,117,108,101,32,38,38,32,78,97,116,105,118,101,77,111,100,117,108,101,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,41,93,41,32,123,10,32,32,32,32,32,32,78,97,116,105,118,101,77,111,100,117,108,101,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,41,93,40,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,32,32,125,32,101,108,115,101,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,32,61,61,61,32,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,32,38,38,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,32,61,61,61,32,39,99,97,108,108,85,73,70,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,118,97,114,32,109,111,100,117,108,101,78,97,109,101,32,61,32,103,101,116,67,111,109,112,111,110,101,110,116,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,50,93,91,48,93,41,59,10,10,32,32,32,32,105,102,32,40,33,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,91,109,111,100,117,108,101,78,97,109,101,93,41,32,123,10,32,32,32,32,32,32,109,111,100,117,108,101,78,97,109,101,32,43,61,32,39,77,97,110,97,103,101,114,39,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,33,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,91,109,111,100,117,108,101,78,97,109,101,93,41,32,123,10,32,32,32,32,32,32,105,102,32,40,109,111,100,117,108,101,78,97,109,101,46,105,110,100,101,120,79,102,40,39,82,67,84,39,41,32,62,32,45,49,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,95,109,111,100,117,108,101,78,97,109,101,36,115,112,108,105,116,32,61,32,109,111,100,117,108,101,78,97,109,101,46,115,112,108,105,116,40,39,82,67,84,39,41,59,10,10,32,32,32,32,32,32,32,32,118,97,114,32,95,109,111,100,117,108,101,78,97,109,101,36,115,112,108,105,116,50,32,61,32,95,115,108,105,99,101,100,84,111,65,114,114,97,121,40,95,109,111,100,117,108,101,78,97,109,101,36,115,112,108,105,116,44,32,50,41,59,10,10,32,32,32,32,32,32,32,32,109,111,100,117,108,101,78,97,109,101,32,61,32,95,109,111,100,117,108,101,78,97,109,101,36,115,112,108,105,116,50,91,49,93,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,10,32,32,32,32,118,97,114,32,109,101,116,104,111,100,78,97,109,101,32,61,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,50,93,91,50,93,59,10,32,32,32,32,118,97,114,32,112,97,114,97,109,32,61,32,91,99,97,108,108,65,114,103,117,109,101,110,116,115,91,50,93,91,49,93,93,59,10,32,32,32,32,112,97,114,97,109,32,61,32,112,97,114,97,109,46,99,111,110,99,97,116,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,50,93,91,51,93,41,59,10,32,32,32,32,118,97,114,32,95,78,97,116,105,118,101,77,111,100,117,108,101,32,61,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,91,109,111,100,117,108,101,78,97,109,101,93,59,10,10,32,32,32,32,105,102,32,40,95,78,97,116,105,118,101,77,111,100,117,108,101,32,38,38,32,95,78,97,116,105,118,101,77,111,100,117,108,101,91,109,101,116,104,111,100,78,97,109,101,93,41,32,123,10,32,32,32,32,32,32,95,78,97,116,105,118,101,77,111,100,117,108,101,91,109,101,116,104,111,100,78,97,109,101,93,46,97,112,112,108,121,40,95,78,97,116,105,118,101,77,111,100,117,108,101,44,32,95,116,111,67,111,110,115,117,109,97,98,108,101,65,114,114,97,121,40,112,97,114,97,109,41,41,59,10,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,118,97,114,32,115,101,116,78,97,109,101,32,61,32,39,39,59,10,10,32,32,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,32,61,61,61,32,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,32,38,38,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,32,61,61,61,32,39,99,114,101,97,116,101,78,111,100,101,39,41,32,123,10,32,32,32,32,32,32,115,101,116,78,97,109,101,32,61,32,39,99,114,101,97,116,101,86,105,101,119,39,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,32,61,61,61,32,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,32,38,38,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,32,61,61,61,32,39,117,112,100,97,116,101,78,111,100,101,39,41,32,123,10,32,32,32,32,32,32,115,101,116,78,97,109,101,32,61,32,39,117,112,100,97,116,101,86,105,101,119,39,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,32,61,61,61,32,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,32,38,38,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,32,61,61,61,32,39,100,101,108,101,116,101,78,111,100,101,39,41,32,123,10,32,32,32,32,32,32,115,101,116,78,97,109,101,32,61,32,39,109,97,110,97,103,101,67,104,105,108,100,114,101,110,39,59,10,32,32,32,32,125,10,10,32,32,32,32,118,97,114,32,95,78,97,116,105,118,101,77,111,100,117,108,101,50,32,61,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,91,103,101,116,77,111,100,117,108,101,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,41,93,59,10,10,32,32,32,32,105,102,32,40,95,78,97,116,105,118,101,77,111,100,117,108,101,50,32,38,38,32,95,78,97,116,105,118,101,77,111,100,117,108,101,50,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,115,101,116,78,97,109,101,41,93,41,32,123,10,32,32,32,32,32,32,118,97,114,32,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,32,61,32,95,78,97,116,105,118,101,77,111,100,117,108,101,50,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,115,101,116,78,97,109,101,41,93,59,10,10,32,32,32,32,32,32,118,97,114,32,95,112,97,114,97,109,32,61,32,91,93,59,10,10,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,105,32,61,32,50,59,32,105,32,60,32,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,95,112,97,114,97,109,46,112,117,115,104,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,41,59,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,32,61,61,61,32,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,32,38,38,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,32,61,61,61,32,39,99,114,101,97,116,101,78,111,100,101,39,41,32,123,10,32,32,32,32,32,32,32,32,40,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,115,101,116,67,104,105,108,100,114,101,110,32,61,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,46,85,73,77,97,110,97,103,101,114,46,115,101,116,67,104,105,108,100,114,101,110,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,117,105,76,105,115,116,32,61,32,91,93,59,10,10,32,32,32,32,32,32,32,32,32,32,95,112,97,114,97,109,91,49,93,46,102,111,114,69,97,99,104,40,102,117,110,99,116,105,111,110,32,40,117,105,73,116,101,109,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,110,97,116,105,118,101,80,114,111,112,115,32,61,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,117,105,73,116,101,109,46,112,114,111,112,115,44,32,117,105,73,116,101,109,46,112,114,111,112,115,46,115,116,121,108,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,110,97,116,105,118,101,80,114,111,112,115,46,115,116,121,108,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,117,105,80,97,114,97,109,32,61,32,91,117,105,73,116,101,109,46,105,100,44,32,103,101,116,67,111,109,112,111,110,101,110,116,78,97,109,101,40,117,105,73,116,101,109,46,110,97,109,101,41,44,32,95,112,97,114,97,109,91,48,93,44,32,110,97,116,105,118,101,80,114,111,112,115,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,46,97,112,112,108,121,40,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,44,32,117,105,80,97,114,97,109,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,117,105,76,105,115,116,46,112,117,115,104,40,117,105,73,116,101,109,41,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,108,111,111,112,32,61,32,102,117,110,99,116,105,111,110,32,95,108,111,111,112,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,115,105,98,108,105,110,103,76,105,115,116,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,115,105,98,108,105,110,103,80,105,100,32,61,32,117,105,76,105,115,116,91,48,93,46,112,73,100,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,101,108,101,116,101,73,110,100,101,120,76,105,115,116,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,117,105,76,105,115,116,46,101,118,101,114,121,40,102,117,110,99,116,105,111,110,32,40,117,105,73,116,101,109,44,32,105,110,100,101,120,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,117,105,73,116,101,109,46,112,73,100,32,61,61,61,32,115,105,98,108,105,110,103,80,105,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,105,98,108,105,110,103,76,105,115,116,46,112,117,115,104,40,117,105,73,116,101,109,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,73,110,100,101,120,76,105,115,116,46,112,117,115,104,40,105,110,100,101,120,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,117,105,73,116,101,109,46,112,73,100,32,62,32,115,105,98,108,105,110,103,80,105,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,105,98,108,105,110,103,76,105,115,116,46,115,111,114,116,40,102,117,110,99,116,105,111,110,32,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,46,105,110,100,101,120,32,45,32,98,46,105,110,100,101,120,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,105,110,115,101,114,116,67,104,105,108,100,73,100,115,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,105,98,108,105,110,103,76,105,115,116,46,102,111,114,69,97,99,104,40,102,117,110,99,116,105,111,110,32,40,105,116,101,109,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,110,115,101,114,116,67,104,105,108,100,73,100,115,46,112,117,115,104,40,105,116,101,109,46,105,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,115,105,98,108,105,110,103,80,105,100,93,32,38,38,32,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,115,105,98,108,105,110,103,80,105,100,93,46,108,101,110,103,116,104,32,62,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,97,100,100,67,104,105,108,100,84,97,103,115,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,97,100,100,67,104,105,108,100,73,110,100,101,120,115,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,111,102,102,115,101,116,73,110,100,101,120,32,61,32,48,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,115,105,98,108,105,110,103,76,105,115,116,91,48,93,46,105,110,100,101,120,32,62,32,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,115,105,98,108,105,110,103,80,105,100,93,46,108,101,110,103,116,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,111,102,102,115,101,116,73,110,100,101,120,32,61,32,115,105,98,108,105,110,103,76,105,115,116,91,48,93,46,105,110,100,101,120,32,45,32,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,115,105,98,108,105,110,103,80,105,100,93,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,105,98,108,105,110,103,76,105,115,116,46,102,111,114,69,97,99,104,40,102,117,110,99,116,105,111,110,32,40,105,116,101,109,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,100,100,67,104,105,108,100,84,97,103,115,46,112,117,115,104,40,105,116,101,109,46,105,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,100,100,67,104,105,108,100,73,110,100,101,120,115,46,112,117,115,104,40,105,116,101,109,46,105,110,100,101,120,32,45,32,111,102,102,115,101,116,73,110,100,101,120,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,115,105,98,108,105,110,103,80,105,100,93,46,115,112,108,105,99,101,40,105,116,101,109,46,105,110,100,101,120,44,32,48,44,32,105,116,101,109,46,105,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,46,85,73,77,97,110,97,103,101,114,46,109,97,110,97,103,101,67,104,105,108,100,114,101,110,40,115,105,98,108,105,110,103,80,105,100,44,32,117,110,100,101,102,105,110,101,100,44,32,117,110,100,101,102,105,110,101,100,44,32,97,100,100,67,104,105,108,100,84,97,103,115,44,32,97,100,100,67,104,105,108,100,73,110,100,101,120,115,44,32,117,110,100,101,102,105,110,101,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,101,116,67,104,105,108,100,114,101,110,40,115,105,98,108,105,110,103,80,105,100,44,32,105,110,115,101,114,116,67,104,105,108,100,73,100,115,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,97,99,104,101,73,100,115,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,99,104,101,73,100,115,32,61,32,74,83,79,78,46,112,97,114,115,101,40,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,105,110,115,101,114,116,67,104,105,108,100,73,100,115,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,99,104,101,73,100,115,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,110,115,101,114,116,67,104,105,108,100,73,100,115,46,102,111,114,69,97,99,104,40,102,117,110,99,116,105,111,110,32,40,105,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,99,104,101,73,100,115,46,112,117,115,104,40,105,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,115,105,98,108,105,110,103,80,105,100,93,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,115,105,98,108,105,110,103,80,105,100,93,32,61,32,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,115,105,98,108,105,110,103,80,105,100,93,46,99,111,110,99,97,116,40,99,97,99,104,101,73,100,115,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,73,111,115,78,111,100,101,84,114,101,101,91,115,105,98,108,105,110,103,80,105,100,93,32,61,32,99,97,99,104,101,73,100,115,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,73,110,100,101,120,76,105,115,116,46,102,111,114,69,97,99,104,40,102,117,110,99,116,105,111,110,32,40,105,100,120,44,32,105,110,100,101,120,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,101,108,101,116,101,73,110,100,101,120,32,61,32,105,100,120,32,45,32,105,110,100,101,120,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,117,105,76,105,115,116,46,115,112,108,105,99,101,40,100,101,108,101,116,101,73,110,100,101,120,44,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,125,59,10,10,32,32,32,32,32,32,32,32,32,32,119,104,105,108,101,32,40,117,105,76,105,115,116,46,108,101,110,103,116,104,32,62,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,95,108,111,111,112,40,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,41,40,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,110,97,116,105,118,101,80,97,114,97,109,32,61,32,103,101,116,80,97,114,97,109,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,95,112,97,114,97,109,41,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,32,33,61,61,32,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,32,124,124,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,32,33,61,61,32,39,100,101,108,101,116,101,78,111,100,101,39,32,124,124,32,110,97,116,105,118,101,80,97,114,97,109,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,46,97,112,112,108,121,40,95,78,97,116,105,118,101,77,111,100,117,108,101,50,44,32,110,97,116,105,118,101,80,97,114,97,109,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,34,78,97,116,105,118,101,32,34,46,99,111,110,99,97,116,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,34,46,34,41,46,99,111,110,99,97,116,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,34,40,41,32,110,111,116,32,102,111,117,110,100,34,41,41,59,10,125,59,10,10,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,32,61,32,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,102,111,114,32,40,118,97,114,32,95,108,101,110,50,32,61,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,32,61,32,110,101,119,32,65,114,114,97,121,40,95,108,101,110,50,41,44,32,95,107,101,121,50,32,61,32,48,59,32,95,107,101,121,50,32,60,32,95,108,101,110,50,59,32,95,107,101,121,50,43,43,41,32,123,10,32,32,32,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,95,107,101,121,50,93,32,61,32,97,114,103,117,109,101,110,116,115,91,95,107,101,121,50,93,59,10,32,32,125,10,10,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,32,50,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,114,103,117,109,101,110,116,115,32,108,101,110,103,116,104,32,109,117,115,116,32,98,101,32,50,39,41,59,10,32,32,125,10,10,32,32,118,97,114,32,78,97,116,105,118,101,77,111,100,117,108,101,32,61,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,91,103,101,116,77,111,100,117,108,101,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,41,93,59,10,10,32,32,105,102,32,40,78,97,116,105,118,101,77,111,100,117,108,101,32,38,38,32,78,97,116,105,118,101,77,111,100,117,108,101,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,41,93,41,32,123,10,32,32,32,32,118,97,114,32,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,32,61,32,78,97,116,105,118,101,77,111,100,117,108,101,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,41,93,59,10,32,32,32,32,118,97,114,32,112,97,114,97,109,32,61,32,91,93,59,10,10,32,32,32,32,102,111,114,32,40,118,97,114,32,105,32,61,32,50,59,32,105,32,60,32,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,41,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,46,116,121,112,101,32,61,61,61,32,39,112,114,111,109,105,115,101,39,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,46,97,112,112,108,121,40,78,97,116,105,118,101,77,111,100,117,108,101,44,32,103,101,116,80,97,114,97,109,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,112,97,114,97,109,41,41,59,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,102,117,110,99,116,105,111,110,32,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,123,10,32,32,32,32,32,32,105,102,32,40,110,101,101,100,82,101,106,101,99,116,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,41,41,32,123,10,32,32,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,114,101,106,101,99,116,41,59,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,105,102,32,40,110,101,101,100,82,101,115,111,108,118,101,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,41,41,32,123,10,32,32,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,114,101,115,111,108,118,101,41,59,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,46,97,112,112,108,121,40,78,97,116,105,118,101,77,111,100,117,108,101,44,32,103,101,116,80,97,114,97,109,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,112,97,114,97,109,41,41,59,10,32,32,32,32,125,41,59,10,32,32,125,10,10,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,34,78,97,116,105,118,101,32,34,46,99,111,110,99,97,116,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,34,46,34,41,46,99,111,110,99,97,116,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,34,40,41,32,110,111,116,32,102,111,117,110,100,34,41,41,41,59,10,125,59,10,10,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,67,97,108,108,98,97,99,107,73,100,32,61,32,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,105,102,32,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,32,51,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,114,103,117,109,101,110,116,115,32,108,101,110,103,116,104,32,109,117,115,116,32,98,101,32,108,97,114,103,101,114,32,116,104,97,110,32,51,39,41,59,10,32,32,125,10,10,32,32,105,102,32,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,61,61,61,32,51,41,32,123,10,32,32,32,32,118,97,114,32,78,97,116,105,118,101,77,111,100,117,108,101,32,61,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,91,103,101,116,77,111,100,117,108,101,78,97,109,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,48,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,48,93,41,93,59,10,10,32,32,32,32,105,102,32,40,78,97,116,105,118,101,77,111,100,117,108,101,32,38,38,32,78,97,116,105,118,101,77,111,100,117,108,101,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,49,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,49,93,41,93,41,32,123,10,32,32,32,32,32,32,105,102,32,40,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,50,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,50,93,41,32,61,61,61,32,102,97,108,115,101,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,78,97,116,105,118,101,77,111,100,117,108,101,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,49,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,49,93,41,93,40,123,10,32,32,32,32,32,32,32,32,32,32,110,111,116,68,101,108,101,116,101,58,32,116,114,117,101,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,114,101,116,117,114,110,32,78,97,116,105,118,101,77,111,100,117,108,101,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,49,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,49,93,41,93,40,41,59,10,32,32,32,32,125,10,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,118,97,114,32,95,78,97,116,105,118,101,77,111,100,117,108,101,51,32,61,32,95,95,71,76,79,66,65,76,95,95,46,78,97,116,105,118,101,77,111,100,117,108,101,115,91,103,101,116,77,111,100,117,108,101,78,97,109,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,48,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,48,93,41,93,59,10,10,32,32,32,32,105,102,32,40,95,78,97,116,105,118,101,77,111,100,117,108,101,51,32,38,38,32,95,78,97,116,105,118,101,77,111,100,117,108,101,51,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,49,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,49,93,41,93,41,32,123,10,32,32,32,32,32,32,118,97,114,32,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,32,61,32,95,78,97,116,105,118,101,77,111,100,117,108,101,51,91,103,101,116,77,101,116,104,111,100,78,97,109,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,49,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,49,93,41,93,59,10,10,32,32,32,32,32,32,118,97,114,32,112,97,114,97,109,32,61,32,91,93,59,10,10,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,105,32,61,32,51,59,32,105,32,60,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,105,32,60,32,48,32,124,124,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,105,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,105,93,41,59,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,118,97,114,32,99,117,114,114,101,110,116,67,97,108,108,73,100,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,59,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,32,43,61,32,49,59,10,32,32,32,32,32,32,118,97,114,32,110,97,116,105,118,101,80,97,114,97,109,32,61,32,91,93,59,10,10,32,32,32,32,32,32,105,102,32,40,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,50,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,50,93,41,32,61,61,61,32,102,97,108,115,101,41,32,123,10,32,32,32,32,32,32,32,32,110,97,116,105,118,101,80,97,114,97,109,46,112,117,115,104,40,123,10,32,32,32,32,32,32,32,32,32,32,110,111,116,68,101,108,101,116,101,58,32,116,114,117,101,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,110,97,116,105,118,101,80,97,114,97,109,46,112,117,115,104,40,99,117,114,114,101,110,116,67,97,108,108,73,100,41,59,10,32,32,32,32,32,32,110,97,116,105,118,101,80,97,114,97,109,32,61,32,110,97,116,105,118,101,80,97,114,97,109,46,99,111,110,99,97,116,40,112,97,114,97,109,41,59,10,32,32,32,32,32,32,99,97,108,108,77,111,100,117,108,101,77,101,116,104,111,100,46,97,112,112,108,121,40,95,78,97,116,105,118,101,77,111,100,117,108,101,51,44,32,103,101,116,80,97,114,97,109,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,48,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,48,93,44,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,49,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,49,93,44,32,110,97,116,105,118,101,80,97,114,97,109,41,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,99,117,114,114,101,110,116,67,97,108,108,73,100,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,34,78,97,116,105,118,101,32,34,46,99,111,110,99,97,116,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,48,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,48,93,44,32,34,46,34,41,46,99,111,110,99,97,116,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,61,32,49,32,63,32,117,110,100,101,102,105,110,101,100,32,58,32,97,114,103,117,109,101,110,116,115,91,49,93,44,32,34,40,41,32,110,111,116,32,102,111,117,110,100,34,41,41,59,10,125,59,10,10,72,105,112,112,121,46,98,114,105,100,103,101,46,114,101,109,111,118,101,78,97,116,105,118,101,67,97,108,108,98,97,99,107,32,61,32,102,117,110,99,116,105,111,110,32,40,41,32,123,125,59,125,41,59,0 }; // NOLINT const uint8_t k_TimerModule[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,118,97,114,32,116,105,109,101,114,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,84,105,109,101,114,77,111,100,117,108,101,39,41,59,10,10,103,108,111,98,97,108,46,115,101,116,84,105,109,101,111,117,116,32,61,32,102,117,110,99,116,105,111,110,32,40,99,98,44,32,115,108,101,101,112,84,105,109,101,41,32,123,10,32,32,114,101,116,117,114,110,32,116,105,109,101,114,46,83,101,116,84,105,109,101,111,117,116,40,99,98,44,32,115,108,101,101,112,84,105,109,101,41,59,10,125,59,10,10,103,108,111,98,97,108,46,99,108,101,97,114,84,105,109,101,111,117,116,32,61,32,102,117,110,99,116,105,111,110,32,40,116,105,109,101,114,73,100,41,32,123,10,32,32,105,102,32,40,78,117,109,98,101,114,46,105,115,73,110,116,101,103,101,114,40,116,105,109,101,114,73,100,41,32,38,38,32,116,105,109,101,114,73,100,32,62,32,48,41,32,123,10,32,32,32,32,116,105,109,101,114,46,67,108,101,97,114,84,105,109,101,111,117,116,40,116,105,109,101,114,73,100,41,59,10,32,32,125,10,125,59,10,10,103,108,111,98,97,108,46,115,101,116,73,110,116,101,114,118,97,108,32,61,32,102,117,110,99,116,105,111,110,32,40,99,98,44,32,105,110,116,101,114,118,97,108,84,105,109,101,41,32,123,10,32,32,114,101,116,117,114,110,32,116,105,109,101,114,46,83,101,116,73,110,116,101,114,118,97,108,40,99,98,44,32,105,110,116,101,114,118,97,108,84,105,109,101,41,59,10,125,59,10,10,103,108,111,98,97,108,46,99,108,101,97,114,73,110,116,101,114,118,97,108,32,61,32,102,117,110,99,116,105,111,110,32,40,116,105,109,101,114,73,100,41,32,123,10,32,32,105,102,32,40,78,117,109,98,101,114,46,105,115,73,110,116,101,103,101,114,40,116,105,109,101,114,73,100,41,32,38,38,32,116,105,109,101,114,73,100,32,62,32,48,41,32,123,10,32,32,32,32,116,105,109,101,114,46,67,108,101,97,114,73,110,116,101,114,118,97,108,40,116,105,109,101,114,73,100,41,59,10,32,32,125,10,125,59,125,41,59,0 }; // NOLINT const uint8_t k_promise[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,10,102,117,110,99,116,105,111,110,32,95,116,121,112,101,111,102,40,111,98,106,41,32,123,32,105,102,32,40,116,121,112,101,111,102,32,83,121,109,98,111,108,32,61,61,61,32,34,102,117,110,99,116,105,111,110,34,32,38,38,32,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,61,61,61,32,34,115,121,109,98,111,108,34,41,32,123,32,95,116,121,112,101,111,102,32,61,32,102,117,110,99,116,105,111,110,32,95,116,121,112,101,111,102,40,111,98,106,41,32,123,32,114,101,116,117,114,110,32,116,121,112,101,111,102,32,111,98,106,59,32,125,59,32,125,32,101,108,115,101,32,123,32,95,116,121,112,101,111,102,32,61,32,102,117,110,99,116,105,111,110,32,95,116,121,112,101,111,102,40,111,98,106,41,32,123,32,114,101,116,117,114,110,32,111,98,106,32,38,38,32,116,121,112,101,111,102,32,83,121,109,98,111,108,32,61,61,61,32,34,102,117,110,99,116,105,111,110,34,32,38,38,32,111,98,106,46,99,111,110,115,116,114,117,99,116,111,114,32,61,61,61,32,83,121,109,98,111,108,32,38,38,32,111,98,106,32,33,61,61,32,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,32,63,32,34,115,121,109,98,111,108,34,32,58,32,116,121,112,101,111,102,32,111,98,106,59,32,125,59,32,125,32,114,101,116,117,114,110,32,95,116,121,112,101,111,102,40,111,98,106,41,59,32,125,10,10,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,32,42,47,10,47,47,32,99,111,114,101,46,106,115,10,102,117,110,99,116,105,111,110,32,110,111,111,112,40,41,32,123,125,10,10,118,97,114,32,76,65,83,84,95,69,82,82,79,82,32,61,32,110,117,108,108,59,10,118,97,114,32,73,83,95,69,82,82,79,82,32,61,32,123,125,59,10,10,102,117,110,99,116,105,111,110,32,103,101,116,84,104,101,110,40,111,98,106,41,32,123,10,32,32,116,114,121,32,123,10,32,32,32,32,114,101,116,117,114,110,32,111,98,106,46,116,104,101,110,59,10,32,32,125,32,99,97,116,99,104,32,40,101,120,41,32,123,10,32,32,32,32,76,65,83,84,95,69,82,82,79,82,32,61,32,101,120,59,10,32,32,32,32,114,101,116,117,114,110,32,73,83,95,69,82,82,79,82,59,10,32,32,125,10,125,10,10,102,117,110,99,116,105,111,110,32,116,114,121,67,97,108,108,79,110,101,40,102,110,44,32,97,41,32,123,10,32,32,116,114,121,32,123,10,32,32,32,32,114,101,116,117,114,110,32,102,110,40,97,41,59,10,32,32,125,32,99,97,116,99,104,32,40,101,120,41,32,123,10,32,32,32,32,76,65,83,84,95,69,82,82,79,82,32,61,32,101,120,59,10,32,32,32,32,114,101,116,117,114,110,32,73,83,95,69,82,82,79,82,59,10,32,32,125,10,125,10,10,102,117,110,99,116,105,111,110,32,116,114,121,67,97,108,108,84,119,111,40,102,110,44,32,97,44,32,98,41,32,123,10,32,32,116,114,121,32,123,10,32,32,32,32,102,110,40,97,44,32,98,41,59,10,32,32,125,32,99,97,116,99,104,32,40,101,120,41,32,123,10,32,32,32,32,76,65,83,84,95,69,82,82,79,82,32,61,32,101,120,59,10,32,32,32,32,114,101,116,117,114,110,32,73,83,95,69,82,82,79,82,59,10,32,32,125,10,125,10,10,102,117,110,99,116,105,111,110,32,80,114,111,109,105,115,101,40,102,110,41,32,123,10,32,32,105,102,32,40,95,116,121,112,101,111,102,40,116,104,105,115,41,32,33,61,61,32,39,111,98,106,101,99,116,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,80,114,111,109,105,115,101,115,32,109,117,115,116,32,98,101,32,99,111,110,115,116,114,117,99,116,101,100,32,118,105,97,32,110,101,119,39,41,59,10,32,32,125,10,10,32,32,105,102,32,40,116,121,112,101,111,102,32,102,110,32,33,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,80,114,111,109,105,115,101,32,99,111,110,115,116,114,117,99,116,111,114,92,39,115,32,97,114,103,117,109,101,110,116,32,105,115,32,110,111,116,32,97,32,102,117,110,99,116,105,111,110,39,41,59,10,32,32,125,10,10,32,32,116,104,105,115,46,95,52,48,32,61,32,48,59,10,32,32,116,104,105,115,46,95,54,53,32,61,32,48,59,10,32,32,116,104,105,115,46,95,53,53,32,61,32,110,117,108,108,59,10,32,32,116,104,105,115,46,95,55,50,32,61,32,110,117,108,108,59,10,32,32,105,102,32,40,102,110,32,61,61,61,32,110,111,111,112,41,32,114,101,116,117,114,110,59,10,32,32,100,111,82,101,115,111,108,118,101,40,102,110,44,32,116,104,105,115,41,59,10,125,10,10,80,114,111,109,105,115,101,46,95,51,55,32,61,32,110,117,108,108,59,10,80,114,111,109,105,115,101,46,95,56,55,32,61,32,110,117,108,108,59,10,80,114,111,109,105,115,101,46,95,54,49,32,61,32,110,111,111,112,59,10,10,80,114,111,109,105,115,101,46,112,114,111,116,111,116,121,112,101,46,116,104,101,110,32,61,32,102,117,110,99,116,105,111,110,32,40,111,110,70,117,108,102,105,108,108,101,100,44,32,111,110,82,101,106,101,99,116,101,100,41,32,123,10,32,32,105,102,32,40,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,32,33,61,61,32,80,114,111,109,105,115,101,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,115,97,102,101,84,104,101,110,40,116,104,105,115,44,32,111,110,70,117,108,102,105,108,108,101,100,44,32,111,110,82,101,106,101,99,116,101,100,41,59,10,32,32,125,10,10,32,32,118,97,114,32,114,101,115,32,61,32,110,101,119,32,80,114,111,109,105,115,101,40,110,111,111,112,41,59,10,32,32,104,97,110,100,108,101,40,116,104,105,115,44,32,110,101,119,32,72,97,110,100,108,101,114,40,111,110,70,117,108,102,105,108,108,101,100,44,32,111,110,82,101,106,101,99,116,101,100,44,32,114,101,115,41,41,59,10,32,32,114,101,116,117,114,110,32,114,101,115,59,10,125,59,10,10,102,117,110,99,116,105,111,110,32,115,97,102,101,84,104,101,110,40,115,101,108,102,44,32,111,110,70,117,108,102,105,108,108,101,100,44,32,111,110,82,101,106,101,99,116,101,100,41,32,123,10,32,32,114,101,116,117,114,110,32,110,101,119,32,115,101,108,102,46,99,111,110,115,116,114,117,99,116,111,114,40,102,117,110,99,116,105,111,110,32,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,123,10,32,32,32,32,118,97,114,32,114,101,115,32,61,32,110,101,119,32,80,114,111,109,105,115,101,40,110,111,111,112,41,59,10,32,32,32,32,114,101,115,46,116,104,101,110,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,59,10,32,32,32,32,104,97,110,100,108,101,40,115,101,108,102,44,32,110,101,119,32,72,97,110,100,108,101,114,40,111,110,70,117,108,102,105,108,108,101,100,44,32,111,110,82,101,106,101,99,116,101,100,44,32,114,101,115,41,41,59,10,32,32,125,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,104,97,110,100,108,101,40,115,101,108,102,44,32,100,101,102,101,114,114,101,100,41,32,123,10,32,32,119,104,105,108,101,32,40,115,101,108,102,46,95,54,53,32,61,61,61,32,51,41,32,123,10,32,32,32,32,115,101,108,102,32,61,32,115,101,108,102,46,95,53,53,59,10,32,32,125,10,10,32,32,105,102,32,40,80,114,111,109,105,115,101,46,95,51,55,41,32,123,10,32,32,32,32,80,114,111,109,105,115,101,46,95,51,55,40,115,101,108,102,41,59,10,32,32,125,10,10,32,32,105,102,32,40,115,101,108,102,46,95,54,53,32,61,61,61,32,48,41,32,123,10,32,32,32,32,105,102,32,40,115,101,108,102,46,95,52,48,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,115,101,108,102,46,95,52,48,32,61,32,49,59,10,32,32,32,32,32,32,115,101,108,102,46,95,55,50,32,61,32,100,101,102,101,114,114,101,100,59,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,115,101,108,102,46,95,52,48,32,61,61,61,32,49,41,32,123,10,32,32,32,32,32,32,115,101,108,102,46,95,52,48,32,61,32,50,59,10,32,32,32,32,32,32,115,101,108,102,46,95,55,50,32,61,32,91,115,101,108,102,46,95,55,50,44,32,100,101,102,101,114,114,101,100,93,59,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,10,32,32,32,32,115,101,108,102,46,95,55,50,46,112,117,115,104,40,100,101,102,101,114,114,101,100,41,59,10,10,32,32,32,32,114,101,116,117,114,110,59,10,32,32,125,10,10,32,32,104,97,110,100,108,101,82,101,115,111,108,118,101,100,40,115,101,108,102,44,32,100,101,102,101,114,114,101,100,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,104,97,110,100,108,101,82,101,115,111,108,118,101,100,40,115,101,108,102,44,32,100,101,102,101,114,114,101,100,41,32,123,10,32,32,115,101,116,84,105,109,101,111,117,116,40,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,118,97,114,32,99,98,32,61,32,115,101,108,102,46,95,54,53,32,61,61,61,32,49,32,63,32,100,101,102,101,114,114,101,100,46,111,110,70,117,108,102,105,108,108,101,100,32,58,32,100,101,102,101,114,114,101,100,46,111,110,82,101,106,101,99,116,101,100,59,10,10,32,32,32,32,105,102,32,40,99,98,32,61,61,61,32,110,117,108,108,41,32,123,10,32,32,32,32,32,32,105,102,32,40,115,101,108,102,46,95,54,53,32,61,61,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,114,101,115,111,108,118,101,40,100,101,102,101,114,114,101,100,46,112,114,111,109,105,115,101,44,32,115,101,108,102,46,95,53,53,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,100,101,102,101,114,114,101,100,46,112,114,111,109,105,115,101,44,32,115,101,108,102,46,95,53,53,41,59,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,10,32,32,32,32,118,97,114,32,114,101,116,32,61,32,116,114,121,67,97,108,108,79,110,101,40,99,98,44,32,115,101,108,102,46,95,53,53,41,59,10,10,32,32,32,32,105,102,32,40,114,101,116,32,61,61,61,32,73,83,95,69,82,82,79,82,41,32,123,10,32,32,32,32,32,32,114,101,106,101,99,116,40,100,101,102,101,114,114,101,100,46,112,114,111,109,105,115,101,44,32,76,65,83,84,95,69,82,82,79,82,41,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,114,101,115,111,108,118,101,40,100,101,102,101,114,114,101,100,46,112,114,111,109,105,115,101,44,32,114,101,116,41,59,10,32,32,32,32,125,10,32,32,125,44,32,48,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,114,101,115,111,108,118,101,40,115,101,108,102,44,32,110,101,119,86,97,108,117,101,41,32,123,10,32,32,105,102,32,40,110,101,119,86,97,108,117,101,32,61,61,61,32,115,101,108,102,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,114,101,106,101,99,116,40,115,101,108,102,44,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,32,112,114,111,109,105,115,101,32,99,97,110,110,111,116,32,98,101,32,114,101,115,111,108,118,101,100,32,119,105,116,104,32,105,116,115,101,108,102,46,39,41,41,59,10,32,32,125,10,10,32,32,105,102,32,40,110,101,119,86,97,108,117,101,32,38,38,32,40,95,116,121,112,101,111,102,40,110,101,119,86,97,108,117,101,41,32,61,61,61,32,39,111,98,106,101,99,116,39,32,124,124,32,116,121,112,101,111,102,32,110,101,119,86,97,108,117,101,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,41,32,123,10,32,32,32,32,118,97,114,32,116,104,101,110,32,61,32,103,101,116,84,104,101,110,40,110,101,119,86,97,108,117,101,41,59,10,10,32,32,32,32,105,102,32,40,116,104,101,110,32,61,61,61,32,73,83,95,69,82,82,79,82,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,114,101,106,101,99,116,40,115,101,108,102,44,32,76,65,83,84,95,69,82,82,79,82,41,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,116,104,101,110,32,61,61,61,32,115,101,108,102,46,116,104,101,110,32,38,38,32,110,101,119,86,97,108,117,101,32,105,110,115,116,97,110,99,101,111,102,32,80,114,111,109,105,115,101,41,32,123,10,32,32,32,32,32,32,115,101,108,102,46,95,54,53,32,61,32,51,59,10,32,32,32,32,32,32,115,101,108,102,46,95,53,53,32,61,32,110,101,119,86,97,108,117,101,59,10,32,32,32,32,32,32,102,105,110,97,108,101,40,115,101,108,102,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,116,121,112,101,111,102,32,116,104,101,110,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,32,32,100,111,82,101,115,111,108,118,101,40,116,104,101,110,46,98,105,110,100,40,110,101,119,86,97,108,117,101,41,44,32,115,101,108,102,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,115,101,108,102,46,95,54,53,32,61,32,49,59,10,32,32,115,101,108,102,46,95,53,53,32,61,32,110,101,119,86,97,108,117,101,59,10,32,32,102,105,110,97,108,101,40,115,101,108,102,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,114,101,106,101,99,116,40,115,101,108,102,44,32,110,101,119,86,97,108,117,101,41,32,123,10,32,32,115,101,108,102,46,95,54,53,32,61,32,50,59,10,32,32,115,101,108,102,46,95,53,53,32,61,32,110,101,119,86,97,108,117,101,59,10,10,32,32,105,102,32,40,80,114,111,109,105,115,101,46,95,56,55,41,32,123,10,32,32,32,32,80,114,111,109,105,115,101,46,95,56,55,40,115,101,108,102,44,32,110,101,119,86,97,108,117,101,41,59,10,32,32,125,10,10,32,32,102,105,110,97,108,101,40,115,101,108,102,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,102,105,110,97,108,101,40,115,101,108,102,41,32,123,10,32,32,105,102,32,40,115,101,108,102,46,95,52,48,32,61,61,61,32,49,41,32,123,10,32,32,32,32,104,97,110,100,108,101,40,115,101,108,102,44,32,115,101,108,102,46,95,55,50,41,59,10,32,32,32,32,115,101,108,102,46,95,55,50,32,61,32,110,117,108,108,59,10,32,32,125,10,10,32,32,105,102,32,40,115,101,108,102,46,95,52,48,32,61,61,61,32,50,41,32,123,10,32,32,32,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,59,32,105,32,60,32,115,101,108,102,46,95,55,50,46,108,101,110,103,116,104,59,32,105,43,43,41,32,123,10,32,32,32,32,32,32,104,97,110,100,108,101,40,115,101,108,102,44,32,115,101,108,102,46,95,55,50,91,105,93,41,59,10,32,32,32,32,125,10,10,32,32,32,32,115,101,108,102,46,95,55,50,32,61,32,110,117,108,108,59,10,32,32,125,10,125,10,10,102,117,110,99,116,105,111,110,32,72,97,110,100,108,101,114,40,111,110,70,117,108,102,105,108,108,101,100,44,32,111,110,82,101,106,101,99,116,101,100,44,32,112,114,111,109,105,115,101,41,32,123,10,32,32,116,104,105,115,46,111,110,70,117,108,102,105,108,108,101,100,32,61,32,116,121,112,101,111,102,32,111,110,70,117,108,102,105,108,108,101,100,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,32,63,32,111,110,70,117,108,102,105,108,108,101,100,32,58,32,110,117,108,108,59,10,32,32,116,104,105,115,46,111,110,82,101,106,101,99,116,101,100,32,61,32,116,121,112,101,111,102,32,111,110,82,101,106,101,99,116,101,100,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,32,63,32,111,110,82,101,106,101,99,116,101,100,32,58,32,110,117,108,108,59,10,32,32,116,104,105,115,46,112,114,111,109,105,115,101,32,61,32,112,114,111,109,105,115,101,59,10,125,10,10,102,117,110,99,116,105,111,110,32,100,111,82,101,115,111,108,118,101,40,102,110,44,32,112,114,111,109,105,115,101,41,32,123,10,32,32,118,97,114,32,100,111,110,101,32,61,32,102,97,108,115,101,59,10,32,32,118,97,114,32,114,101,115,32,61,32,116,114,121,67,97,108,108,84,119,111,40,102,110,44,32,102,117,110,99,116,105,111,110,32,40,118,97,108,117,101,41,32,123,10,32,32,32,32,105,102,32,40,100,111,110,101,41,32,114,101,116,117,114,110,59,10,32,32,32,32,100,111,110,101,32,61,32,116,114,117,101,59,10,32,32,32,32,114,101,115,111,108,118,101,40,112,114,111,109,105,115,101,44,32,118,97,108,117,101,41,59,10,32,32,125,44,32,102,117,110,99,116,105,111,110,32,40,114,101,97,115,111,110,41,32,123,10,32,32,32,32,105,102,32,40,100,111,110,101,41,32,114,101,116,117,114,110,59,10,32,32,32,32,100,111,110,101,32,61,32,116,114,117,101,59,10,32,32,32,32,114,101,106,101,99,116,40,112,114,111,109,105,115,101,44,32,114,101,97,115,111,110,41,59,10,32,32,125,41,59,10,10,32,32,105,102,32,40,33,100,111,110,101,32,38,38,32,114,101,115,32,61,61,61,32,73,83,95,69,82,82,79,82,41,32,123,10,32,32,32,32,100,111,110,101,32,61,32,116,114,117,101,59,10,32,32,32,32,114,101,106,101,99,116,40,112,114,111,109,105,115,101,44,32,76,65,83,84,95,69,82,82,79,82,41,59,10,32,32,125,10,125,32,47,47,32,100,111,110,101,46,106,115,10,10,10,80,114,111,109,105,115,101,46,112,114,111,116,111,116,121,112,101,46,100,111,110,101,32,61,32,102,117,110,99,116,105,111,110,32,40,111,110,70,117,108,102,105,108,108,101,100,44,32,111,110,82,101,106,101,99,116,101,100,41,32,123,10,32,32,118,97,114,32,115,101,108,102,32,61,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,63,32,116,104,105,115,46,116,104,101,110,46,97,112,112,108,121,40,116,104,105,115,44,32,97,114,103,117,109,101,110,116,115,41,32,58,32,116,104,105,115,59,10,32,32,115,101,108,102,46,116,104,101,110,40,110,117,108,108,44,32,102,117,110,99,116,105,111,110,32,40,101,114,114,41,32,123,10,32,32,32,32,115,101,116,84,105,109,101,111,117,116,40,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,32,32,116,104,114,111,119,32,101,114,114,59,10,32,32,32,32,125,44,32,48,41,59,10,32,32,125,41,59,10,125,59,32,47,47,32,102,105,110,97,108,108,121,46,106,115,10,10,10,80,114,111,109,105,115,101,46,112,114,111,116,111,116,121,112,101,91,39,102,105,110,97,108,108,121,39,93,32,61,32,102,117,110,99,116,105,111,110,32,40,102,41,32,123,10,32,32,114,101,116,117,114,110,32,116,104,105,115,46,116,104,101,110,40,102,117,110,99,116,105,111,110,32,40,118,97,108,117,101,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,102,40,41,41,46,116,104,101,110,40,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,118,97,108,117,101,59,10,32,32,32,32,125,41,59,10,32,32,125,44,32,102,117,110,99,116,105,111,110,32,40,101,114,114,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,102,40,41,41,46,116,104,101,110,40,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,32,32,116,104,114,111,119,32,101,114,114,59,10,32,32,32,32,125,41,59,10,32,32,125,41,59,10,125,59,32,47,47,32,101,115,54,45,101,120,116,101,110,115,105,111,110,115,46,106,115,10,10,10,118,97,114,32,84,82,85,69,32,61,32,118,97,108,117,101,80,114,111,109,105,115,101,40,116,114,117,101,41,59,10,118,97,114,32,70,65,76,83,69,32,61,32,118,97,108,117,101,80,114,111,109,105,115,101,40,102,97,108,115,101,41,59,10,118,97,114,32,78,85,76,76,32,61,32,118,97,108,117,101,80,114,111,109,105,115,101,40,110,117,108,108,41,59,10,118,97,114,32,85,78,68,69,70,73,78,69,68,32,61,32,118,97,108,117,101,80,114,111,109,105,115,101,40,117,110,100,101,102,105,110,101,100,41,59,10,118,97,114,32,90,69,82,79,32,61,32,118,97,108,117,101,80,114,111,109,105,115,101,40,48,41,59,10,118,97,114,32,69,77,80,84,89,83,84,82,73,78,71,32,61,32,118,97,108,117,101,80,114,111,109,105,115,101,40,39,39,41,59,10,10,102,117,110,99,116,105,111,110,32,118,97,108,117,101,80,114,111,109,105,115,101,40,118,97,108,117,101,41,32,123,10,32,32,118,97,114,32,112,32,61,32,110,101,119,32,80,114,111,109,105,115,101,40,80,114,111,109,105,115,101,46,95,54,49,41,59,10,32,32,112,46,95,54,53,32,61,32,49,59,10,32,32,112,46,95,53,53,32,61,32,118,97,108,117,101,59,10,32,32,114,101,116,117,114,110,32,112,59,10,125,10,10,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,32,61,32,102,117,110,99,116,105,111,110,32,40,118,97,108,117,101,41,32,123,10,32,32,105,102,32,40,118,97,108,117,101,32,105,110,115,116,97,110,99,101,111,102,32,80,114,111,109,105,115,101,41,32,114,101,116,117,114,110,32,118,97,108,117,101,59,10,32,32,105,102,32,40,118,97,108,117,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,78,85,76,76,59,10,32,32,105,102,32,40,118,97,108,117,101,32,61,61,61,32,117,110,100,101,102,105,110,101,100,41,32,114,101,116,117,114,110,32,85,78,68,69,70,73,78,69,68,59,10,32,32,105,102,32,40,118,97,108,117,101,32,61,61,61,32,116,114,117,101,41,32,114,101,116,117,114,110,32,84,82,85,69,59,10,32,32,105,102,32,40,118,97,108,117,101,32,61,61,61,32,102,97,108,115,101,41,32,114,101,116,117,114,110,32,70,65,76,83,69,59,10,32,32,105,102,32,40,118,97,108,117,101,32,61,61,61,32,48,41,32,114,101,116,117,114,110,32,90,69,82,79,59,10,32,32,105,102,32,40,118,97,108,117,101,32,61,61,61,32,39,39,41,32,114,101,116,117,114,110,32,69,77,80,84,89,83,84,82,73,78,71,59,10,10,32,32,105,102,32,40,95,116,121,112,101,111,102,40,118,97,108,117,101,41,32,61,61,61,32,39,111,98,106,101,99,116,39,32,124,124,32,116,121,112,101,111,102,32,118,97,108,117,101,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,118,97,114,32,116,104,101,110,32,61,32,118,97,108,117,101,46,116,104,101,110,59,10,10,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,116,104,101,110,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,116,104,101,110,46,98,105,110,100,40,118,97,108,117,101,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,32,99,97,116,99,104,32,40,101,120,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,102,117,110,99,116,105,111,110,32,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,123,10,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,101,120,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,114,101,116,117,114,110,32,118,97,108,117,101,80,114,111,109,105,115,101,40,118,97,108,117,101,41,59,10,125,59,10,10,80,114,111,109,105,115,101,46,97,108,108,32,61,32,102,117,110,99,116,105,111,110,32,40,97,114,114,41,32,123,10,32,32,118,97,114,32,97,114,103,115,32,61,32,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,115,108,105,99,101,46,99,97,108,108,40,97,114,114,41,59,10,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,102,117,110,99,116,105,111,110,32,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,123,10,32,32,32,32,105,102,32,40,97,114,103,115,46,108,101,110,103,116,104,32,61,61,61,32,48,41,32,114,101,116,117,114,110,32,114,101,115,111,108,118,101,40,91,93,41,59,10,32,32,32,32,118,97,114,32,114,101,109,97,105,110,105,110,103,32,61,32,97,114,103,115,46,108,101,110,103,116,104,59,10,10,32,32,32,32,102,117,110,99,116,105,111,110,32,114,101,115,40,105,44,32,118,97,108,41,32,123,10,32,32,32,32,32,32,105,102,32,40,118,97,108,32,38,38,32,40,95,116,121,112,101,111,102,40,118,97,108,41,32,61,61,61,32,39,111,98,106,101,99,116,39,32,124,124,32,116,121,112,101,111,102,32,118,97,108,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,118,97,108,32,105,110,115,116,97,110,99,101,111,102,32,80,114,111,109,105,115,101,32,38,38,32,118,97,108,46,116,104,101,110,32,61,61,61,32,80,114,111,109,105,115,101,46,112,114,111,116,111,116,121,112,101,46,116,104,101,110,41,32,123,10,32,32,32,32,32,32,32,32,32,32,119,104,105,108,101,32,40,118,97,108,46,95,54,53,32,61,61,61,32,51,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,108,32,61,32,118,97,108,46,95,53,53,59,10,32,32,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,97,108,46,95,54,53,32,61,61,61,32,49,41,32,114,101,116,117,114,110,32,114,101,115,40,105,44,32,118,97,108,46,95,53,53,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,97,108,46,95,54,53,32,61,61,61,32,50,41,32,114,101,106,101,99,116,40,118,97,108,46,95,53,53,41,59,10,32,32,32,32,32,32,32,32,32,32,118,97,108,46,116,104,101,110,40,102,117,110,99,116,105,111,110,32,40,118,97,108,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,115,40,105,44,32,118,97,108,41,59,10,32,32,32,32,32,32,32,32,32,32,125,44,32,114,101,106,101,99,116,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,116,104,101,110,32,61,32,118,97,108,46,116,104,101,110,59,10,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,116,104,101,110,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,112,32,61,32,110,101,119,32,80,114,111,109,105,115,101,40,116,104,101,110,46,98,105,110,100,40,118,97,108,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,112,46,116,104,101,110,40,102,117,110,99,116,105,111,110,32,40,118,97,108,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,115,40,105,44,32,118,97,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,32,114,101,106,101,99,116,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,97,114,103,115,91,105,93,32,61,32,118,97,108,59,10,10,32,32,32,32,32,32,105,102,32,40,45,45,114,101,109,97,105,110,105,110,103,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,114,101,115,111,108,118,101,40,97,114,103,115,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,10,32,32,32,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,59,32,105,32,60,32,97,114,103,115,46,108,101,110,103,116,104,59,32,105,43,43,41,32,123,10,32,32,32,32,32,32,114,101,115,40,105,44,32,97,114,103,115,91,105,93,41,59,10,32,32,32,32,125,10,32,32,125,41,59,10,125,59,10,10,80,114,111,109,105,115,101,46,114,101,106,101,99,116,32,61,32,102,117,110,99,116,105,111,110,32,40,118,97,108,117,101,41,32,123,10,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,102,117,110,99,116,105,111,110,32,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,123,10,32,32,32,32,114,101,106,101,99,116,40,118,97,108,117,101,41,59,10,32,32,125,41,59,10,125,59,10,10,80,114,111,109,105,115,101,46,114,97,99,101,32,61,32,102,117,110,99,116,105,111,110,32,40,118,97,108,117,101,115,41,32,123,10,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,102,117,110,99,116,105,111,110,32,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,123,10,32,32,32,32,118,97,108,117,101,115,46,102,111,114,69,97,99,104,40,102,117,110,99,116,105,111,110,32,40,118,97,108,117,101,41,32,123,10,32,32,32,32,32,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,118,97,108,117,101,41,46,116,104,101,110,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,59,10,32,32,32,32,125,41,59,10,32,32,125,41,59,10,125,59,10,10,80,114,111,109,105,115,101,46,112,114,111,116,111,116,121,112,101,91,39,99,97,116,99,104,39,93,32,61,32,102,117,110,99,116,105,111,110,32,40,111,110,82,101,106,101,99,116,101,100,41,32,123,10,32,32,114,101,116,117,114,110,32,116,104,105,115,46,116,104,101,110,40,110,117,108,108,44,32,111,110,82,101,106,101,99,116,101,100,41,59,10,125,59,10,10,103,108,111,98,97,108,46,80,114,111,109,105,115,101,32,61,32,80,114,111,109,105,115,101,59,10,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,32,42,47,125,41,59,0 }; // NOLINT diff --git a/core/src/napi/v8/native_source_code_android.cc b/core/src/napi/v8/native_source_code_android.cc index 8d0b0072e3b..f15f9a84dff 100644 --- a/core/src/napi/v8/native_source_code_android.cc +++ b/core/src/napi/v8/native_source_code_android.cc @@ -5,7 +5,7 @@ * js2cpp is maintenance by Hippy Team * Copyright © 2018-2021 Tencent. All rights reserved. * -* Generated at Mon Mar 08 2021 22:26:54 GMT+0800 (GMT+08:00). +* Generated at Tue Mar 23 2021 00:36:56 GMT+0800 (China Standard Time). * DO NOT EDIT IT. */ @@ -17,24 +17,24 @@ // clang-format off namespace { - const uint8_t k_bootstrap[] = { 47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,32,110,111,45,117,110,117,115,101,100,45,101,120,112,114,101,115,115,105,111,110,115,32,42,47,13,10,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,32,102,117,110,99,45,110,97,109,101,115,32,42,47,13,10,40,102,117,110,99,116,105,111,110,32,40,103,101,116,73,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,13,10,32,32,103,108,111,98,97,108,46,72,105,112,112,121,32,61,32,123,125,59,13,10,13,10,32,32,99,111,110,115,116,32,98,105,110,100,105,110,103,79,98,106,32,61,32,123,125,59,13,10,32,32,99,111,110,115,116,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,32,61,32,102,117,110,99,116,105,111,110,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,109,111,100,117,108,101,41,32,123,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,98,105,110,100,105,110,103,79,98,106,91,109,111,100,117,108,101,93,32,33,61,61,32,39,111,98,106,101,99,116,39,41,32,123,13,10,32,32,32,32,32,32,98,105,110,100,105,110,103,79,98,106,91,109,111,100,117,108,101,93,32,61,32,103,101,116,73,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,109,111,100,117,108,101,41,59,13,10,32,32,32,32,125,13,10,32,32,32,32,114,101,116,117,114,110,32,98,105,110,100,105,110,103,79,98,106,91,109,111,100,117,108,101,93,59,13,10,32,32,125,59,13,10,13,10,32,32,99,111,110,115,116,32,67,111,110,116,101,120,116,105,102,121,83,99,114,105,112,116,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,39,41,59,13,10,13,10,32,32,99,108,97,115,115,32,78,97,116,105,118,101,77,111,100,117,108,101,32,123,13,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,102,105,108,101,110,97,109,101,41,32,123,13,10,32,32,32,32,32,32,116,104,105,115,46,102,105,108,101,110,97,109,101,32,61,32,102,105,108,101,110,97,109,101,59,13,10,32,32,32,32,32,32,116,104,105,115,46,101,120,112,111,114,116,115,32,61,32,123,125,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,115,116,97,116,105,99,32,114,101,113,117,105,114,101,40,102,105,108,101,80,97,116,104,41,32,123,13,10,32,32,32,32,32,32,99,111,110,115,116,32,102,105,108,101,80,97,116,104,65,114,114,32,61,32,102,105,108,101,80,97,116,104,46,115,112,108,105,116,40,39,47,39,41,59,13,10,32,32,32,32,32,32,99,111,110,115,116,32,102,105,108,101,110,97,109,101,32,61,32,102,105,108,101,80,97,116,104,65,114,114,91,102,105,108,101,80,97,116,104,65,114,114,46,108,101,110,103,116,104,32,45,32,49,93,59,13,10,32,32,32,32,32,32,99,111,110,115,116,32,99,97,99,104,101,100,32,61,32,78,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,91,102,105,108,101,110,97,109,101,93,59,13,10,32,32,32,32,32,32,105,102,32,40,99,97,99,104,101,100,41,32,123,13,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,97,99,104,101,100,46,101,120,112,111,114,116,115,59,13,10,32,32,32,32,32,32,125,13,10,13,10,32,32,32,32,32,32,99,111,110,115,116,32,110,97,116,105,118,101,77,111,100,117,108,101,32,61,32,110,101,119,32,78,97,116,105,118,101,77,111,100,117,108,101,40,102,105,108,101,110,97,109,101,41,59,13,10,13,10,32,32,32,32,32,32,110,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,40,41,59,13,10,32,32,32,32,32,32,110,97,116,105,118,101,77,111,100,117,108,101,46,99,111,109,112,105,108,101,40,41,59,13,10,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,110,97,116,105,118,101,77,111,100,117,108,101,46,101,120,112,111,114,116,115,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,99,111,109,112,105,108,101,40,41,32,123,13,10,32,32,32,32,32,32,99,111,110,115,116,32,102,110,32,61,32,67,111,110,116,101,120,116,105,102,121,83,99,114,105,112,116,46,82,117,110,73,110,84,104,105,115,67,111,110,116,101,120,116,40,116,104,105,115,46,102,105,108,101,110,97,109,101,41,59,13,10,32,32,32,32,32,32,102,110,40,116,104,105,115,46,101,120,112,111,114,116,115,44,32,78,97,116,105,118,101,77,111,100,117,108,101,46,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,99,97,99,104,101,40,41,32,123,13,10,32,32,32,32,32,32,78,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,91,116,104,105,115,46,102,105,108,101,110,97,109,101,93,32,61,32,116,104,105,115,59,13,10,32,32,32,32,125,13,10,32,32,125,13,10,32,32,78,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,32,61,32,123,125,59,13,10,13,10,32,32,47,47,32,83,116,97,114,116,117,112,13,10,32,32,78,97,116,105,118,101,77,111,100,117,108,101,46,114,101,113,117,105,114,101,40,39,104,105,112,112,121,46,106,115,39,41,59,13,10,125,41,59,13,10,0 }; // NOLINT - const uint8_t k_hippy[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,47,47,32,105,110,105,116,32,103,108,111,98,97,108,32,112,97,114,97,109,115,44,32,103,108,111,98,97,108,32,105,115,32,116,104,101,32,116,111,112,32,39,116,104,105,115,39,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,79,116,104,101,114,115,46,106,115,39,41,59,13,10,13,10,47,47,32,97,100,100,32,103,108,111,98,97,108,32,102,117,110,99,116,105,111,110,115,44,32,100,111,32,110,111,116,32,99,104,97,110,103,101,32,116,104,105,115,32,111,114,100,101,114,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,68,121,110,97,109,105,99,76,111,97,100,46,106,115,39,41,59,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,80,108,97,116,102,111,114,109,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,98,114,105,100,103,101,47,97,110,100,114,111,105,100,47,106,115,50,110,97,116,105,118,101,46,106,115,39,41,59,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,84,105,109,101,114,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,115,101,116,84,105,109,101,111,117,116,32,99,108,101,97,114,84,105,109,101,111,117,116,32,115,101,116,73,110,116,101,114,118,97,108,32,99,108,101,97,114,73,110,116,101,114,118,97,108,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,67,111,110,115,111,108,101,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,99,111,110,115,111,108,101,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,111,99,117,109,101,110,116,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,78,101,116,119,111,114,107,46,106,115,39,41,59,32,47,47,32,72,101,97,100,101,114,115,32,102,101,116,99,104,32,82,101,115,112,111,110,115,101,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,83,116,111,114,97,103,101,46,106,115,39,41,59,32,47,47,32,108,111,99,97,108,83,116,114,111,114,97,103,101,65,115,121,110,99,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,69,118,101,110,116,46,106,115,39,41,59,32,47,47,32,100,101,97,108,108,111,99,32,101,118,101,110,116,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,97,110,100,114,111,105,100,47,68,105,109,101,110,115,105,111,110,115,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,101,118,105,99,101,46,119,105,110,100,111,119,32,72,105,112,112,121,46,100,101,118,105,99,101,46,115,99,114,101,101,110,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,105,120,101,108,82,97,116,105,111,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,85,116,105,108,115,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,101,118,105,99,101,46,118,105,98,114,97,116,101,32,72,105,112,112,121,46,100,101,118,105,99,101,46,99,97,110,99,101,108,86,105,98,114,97,116,101,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,97,110,100,114,111,105,100,47,103,108,111,98,97,108,46,106,115,39,41,59,32,47,47,32,95,95,71,76,79,66,65,76,95,95,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,98,114,105,100,103,101,47,97,110,100,114,111,105,100,47,110,97,116,105,118,101,50,106,115,46,106,115,39,41,59,13,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,97,110,100,114,111,105,100,47,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,46,106,115,39,41,59,32,47,47,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,13,10,13,10,47,47,32,97,108,105,97,115,13,10,103,108,111,98,97,108,46,108,111,99,97,108,83,116,111,114,97,103,101,32,61,32,72,105,112,112,121,46,97,115,121,110,99,83,116,111,114,97,103,101,59,13,10,125,41,59,0 }; // NOLINT + const uint8_t k_bootstrap[] = { 47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,32,110,111,45,117,110,117,115,101,100,45,101,120,112,114,101,115,115,105,111,110,115,32,42,47,10,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,32,102,117,110,99,45,110,97,109,101,115,32,42,47,10,40,102,117,110,99,116,105,111,110,32,40,103,101,116,73,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,10,32,32,103,108,111,98,97,108,46,72,105,112,112,121,32,61,32,123,125,59,10,10,32,32,99,111,110,115,116,32,98,105,110,100,105,110,103,79,98,106,32,61,32,123,125,59,10,32,32,99,111,110,115,116,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,32,61,32,102,117,110,99,116,105,111,110,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,109,111,100,117,108,101,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,98,105,110,100,105,110,103,79,98,106,91,109,111,100,117,108,101,93,32,33,61,61,32,39,111,98,106,101,99,116,39,41,32,123,10,32,32,32,32,32,32,98,105,110,100,105,110,103,79,98,106,91,109,111,100,117,108,101,93,32,61,32,103,101,116,73,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,109,111,100,117,108,101,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,32,98,105,110,100,105,110,103,79,98,106,91,109,111,100,117,108,101,93,59,10,32,32,125,59,10,10,32,32,99,111,110,115,116,32,67,111,110,116,101,120,116,105,102,121,83,99,114,105,112,116,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,39,41,59,10,10,32,32,99,108,97,115,115,32,78,97,116,105,118,101,77,111,100,117,108,101,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,102,105,108,101,110,97,109,101,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,102,105,108,101,110,97,109,101,32,61,32,102,105,108,101,110,97,109,101,59,10,32,32,32,32,32,32,116,104,105,115,46,101,120,112,111,114,116,115,32,61,32,123,125,59,10,32,32,32,32,125,10,10,32,32,32,32,115,116,97,116,105,99,32,114,101,113,117,105,114,101,40,102,105,108,101,80,97,116,104,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,102,105,108,101,80,97,116,104,65,114,114,32,61,32,102,105,108,101,80,97,116,104,46,115,112,108,105,116,40,39,47,39,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,102,105,108,101,110,97,109,101,32,61,32,102,105,108,101,80,97,116,104,65,114,114,91,102,105,108,101,80,97,116,104,65,114,114,46,108,101,110,103,116,104,32,45,32,49,93,59,10,32,32,32,32,32,32,99,111,110,115,116,32,99,97,99,104,101,100,32,61,32,78,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,91,102,105,108,101,110,97,109,101,93,59,10,32,32,32,32,32,32,105,102,32,40,99,97,99,104,101,100,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,97,99,104,101,100,46,101,120,112,111,114,116,115,59,10,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,99,111,110,115,116,32,110,97,116,105,118,101,77,111,100,117,108,101,32,61,32,110,101,119,32,78,97,116,105,118,101,77,111,100,117,108,101,40,102,105,108,101,110,97,109,101,41,59,10,10,32,32,32,32,32,32,110,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,40,41,59,10,32,32,32,32,32,32,110,97,116,105,118,101,77,111,100,117,108,101,46,99,111,109,112,105,108,101,40,41,59,10,10,32,32,32,32,32,32,114,101,116,117,114,110,32,110,97,116,105,118,101,77,111,100,117,108,101,46,101,120,112,111,114,116,115,59,10,32,32,32,32,125,10,10,32,32,32,32,99,111,109,112,105,108,101,40,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,102,110,32,61,32,67,111,110,116,101,120,116,105,102,121,83,99,114,105,112,116,46,82,117,110,73,110,84,104,105,115,67,111,110,116,101,120,116,40,116,104,105,115,46,102,105,108,101,110,97,109,101,41,59,10,32,32,32,32,32,32,102,110,40,116,104,105,115,46,101,120,112,111,114,116,115,44,32,78,97,116,105,118,101,77,111,100,117,108,101,46,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,59,10,32,32,32,32,125,10,10,32,32,32,32,99,97,99,104,101,40,41,32,123,10,32,32,32,32,32,32,78,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,91,116,104,105,115,46,102,105,108,101,110,97,109,101,93,32,61,32,116,104,105,115,59,10,32,32,32,32,125,10,32,32,125,10,32,32,78,97,116,105,118,101,77,111,100,117,108,101,46,99,97,99,104,101,32,61,32,123,125,59,10,10,32,32,47,47,32,83,116,97,114,116,117,112,10,32,32,78,97,116,105,118,101,77,111,100,117,108,101,46,114,101,113,117,105,114,101,40,39,104,105,112,112,121,46,106,115,39,41,59,10,125,41,59,10,0 }; // NOLINT + const uint8_t k_hippy[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,47,47,32,105,110,105,116,32,103,108,111,98,97,108,32,112,97,114,97,109,115,44,32,103,108,111,98,97,108,32,105,115,32,116,104,101,32,116,111,112,32,39,116,104,105,115,39,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,79,116,104,101,114,115,46,106,115,39,41,59,10,10,47,47,32,97,100,100,32,103,108,111,98,97,108,32,102,117,110,99,116,105,111,110,115,44,32,100,111,32,110,111,116,32,99,104,97,110,103,101,32,116,104,105,115,32,111,114,100,101,114,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,68,121,110,97,109,105,99,76,111,97,100,46,106,115,39,41,59,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,80,108,97,116,102,111,114,109,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,98,114,105,100,103,101,47,97,110,100,114,111,105,100,47,106,115,50,110,97,116,105,118,101,46,106,115,39,41,59,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,84,105,109,101,114,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,115,101,116,84,105,109,101,111,117,116,32,99,108,101,97,114,84,105,109,101,111,117,116,32,115,101,116,73,110,116,101,114,118,97,108,32,99,108,101,97,114,73,110,116,101,114,118,97,108,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,67,111,110,115,111,108,101,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,99,111,110,115,111,108,101,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,111,99,117,109,101,110,116,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,78,101,116,119,111,114,107,46,106,115,39,41,59,32,47,47,32,72,101,97,100,101,114,115,32,102,101,116,99,104,32,82,101,115,112,111,110,115,101,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,83,116,111,114,97,103,101,46,106,115,39,41,59,32,47,47,32,108,111,99,97,108,83,116,114,111,114,97,103,101,65,115,121,110,99,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,69,118,101,110,116,46,106,115,39,41,59,32,47,47,32,100,101,97,108,108,111,99,32,101,118,101,110,116,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,97,110,100,114,111,105,100,47,68,105,109,101,110,115,105,111,110,115,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,101,118,105,99,101,46,119,105,110,100,111,119,32,72,105,112,112,121,46,100,101,118,105,99,101,46,115,99,114,101,101,110,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,105,120,101,108,82,97,116,105,111,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,85,116,105,108,115,77,111,100,117,108,101,46,106,115,39,41,59,32,47,47,32,72,105,112,112,121,46,100,101,118,105,99,101,46,118,105,98,114,97,116,101,32,72,105,112,112,121,46,100,101,118,105,99,101,46,99,97,110,99,101,108,86,105,98,114,97,116,101,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,97,110,100,114,111,105,100,47,103,108,111,98,97,108,46,106,115,39,41,59,32,47,47,32,95,95,71,76,79,66,65,76,95,95,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,98,114,105,100,103,101,47,97,110,100,114,111,105,100,47,110,97,116,105,118,101,50,106,115,46,106,115,39,41,59,10,114,101,113,117,105,114,101,40,39,46,46,47,46,46,47,103,108,111,98,97,108,47,97,110,100,114,111,105,100,47,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,46,106,115,39,41,59,32,47,47,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,10,10,47,47,32,97,108,105,97,115,10,103,108,111,98,97,108,46,108,111,99,97,108,83,116,111,114,97,103,101,32,61,32,72,105,112,112,121,46,97,115,121,110,99,83,116,111,114,97,103,101,59,10,125,41,59,0 }; // NOLINT const uint8_t k_ExceptionHandle[] = { 40,102,117,110,99,116,105,111,110,32,101,120,99,101,112,116,105,111,110,72,97,110,100,108,101,114,40,101,118,101,110,116,78,97,109,101,44,32,101,114,114,41,32,123,10,32,32,105,102,32,40,103,108,111,98,97,108,46,72,105,112,112,121,41,32,123,10,32,32,32,32,103,108,111,98,97,108,46,72,105,112,112,121,46,101,109,105,116,40,39,117,110,99,97,117,103,104,116,69,120,99,101,112,116,105,111,110,39,44,32,101,114,114,41,59,10,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,45,110,101,120,116,45,108,105,110,101,32,110,111,45,99,111,110,115,111,108,101,32,42,47,10,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,101,118,101,110,116,78,97,109,101,44,32,101,114,114,41,59,10,32,32,125,10,125,41,59,10,0 }; // NOLINT - const uint8_t k_Others[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,95,95,73,83,72,73,80,80,89,95,95,32,61,32,116,114,117,101,59,10,103,108,111,98,97,108,46,95,95,71,76,79,66,65,76,95,95,32,61,32,123,10,32,32,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,58,32,123,125,44,10,125,59,10,10,47,42,42,10,32,42,32,82,101,103,105,115,116,101,114,32,116,104,101,32,72,105,112,112,121,32,97,112,112,32,101,110,116,114,121,32,102,117,110,99,116,105,111,110,44,32,116,104,101,32,110,97,116,105,118,101,32,119,105,108,108,32,116,114,105,103,103,101,114,32,97,110,32,101,118,101,110,116,32,116,111,32,101,120,101,99,117,116,101,32,116,104,101,32,102,117,110,99,116,105,111,110,10,32,42,32,97,110,100,32,115,116,97,114,116,32,116,104,101,32,97,112,112,46,10,32,42,10,32,42,32,84,104,101,32,100,105,102,102,101,114,101,110,116,32,112,108,97,116,102,111,114,109,115,32,116,104,101,32,101,118,101,110,116,32,110,97,109,101,32,105,115,32,100,105,102,102,101,114,101,110,116,44,32,102,111,114,32,65,110,100,114,111,105,100,32,105,116,39,115,32,39,108,111,97,100,73,110,115,116,97,110,99,101,39,44,10,32,42,32,102,111,114,32,105,79,83,32,105,116,39,115,32,39,114,117,110,65,112,112,108,105,99,97,116,105,111,110,39,46,10,32,42,10,32,42,32,70,111,114,32,116,104,101,32,115,97,109,101,32,97,112,112,32,115,116,97,114,116,117,112,32,109,117,108,116,105,112,108,101,32,116,105,109,101,115,44,32,105,116,32,110,101,101,100,115,32,116,111,32,117,115,101,32,97,32,100,105,102,102,101,114,101,110,116,32,74,97,118,97,115,99,114,105,112,116,32,67,111,110,116,101,120,116,10,32,42,32,102,111,114,32,116,104,101,32,101,110,118,105,114,111,110,109,101,110,116,32,105,115,111,108,97,116,105,111,110,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,97,112,112,78,97,109,101,32,45,32,84,104,101,32,97,112,112,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,103,105,115,116,101,114,46,10,32,42,32,64,112,97,114,97,109,32,123,42,125,32,101,110,116,114,121,70,117,110,99,32,45,32,84,104,101,32,101,110,116,114,121,32,102,117,110,99,116,105,111,110,32,119,105,108,108,32,98,101,32,101,120,101,99,117,116,101,32,97,102,116,101,114,32,110,97,116,105,118,101,32,99,97,108,108,101,100,46,10,32,42,47,10,102,117,110,99,116,105,111,110,32,104,105,112,112,121,82,101,103,105,115,116,101,114,40,97,112,112,78,97,109,101,44,32,101,110,116,114,121,70,117,110,99,41,32,123,10,32,32,47,47,32,67,97,108,108,32,116,104,101,32,105,79,83,32,110,97,116,105,118,101,32,102,111,114,32,114,101,110,97,109,101,32,116,104,101,32,99,111,110,116,101,120,116,32,116,111,32,97,112,112,78,97,109,101,46,10,32,32,105,102,32,40,103,108,111,98,97,108,46,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,74,83,67,69,120,101,99,117,116,111,114,39,44,32,39,115,101,116,67,111,110,116,101,120,116,78,97,109,101,39,44,32,96,72,105,112,112,121,67,111,110,116,101,120,116,58,32,36,123,97,112,112,78,97,109,101,125,96,41,59,10,32,32,125,10,32,32,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,97,112,112,78,97,109,101,93,32,61,32,123,10,32,32,32,32,114,117,110,58,32,101,110,116,114,121,70,117,110,99,44,10,32,32,125,59,10,125,10,10,47,42,42,10,32,42,32,82,101,103,105,115,116,101,114,32,97,32,108,105,115,116,101,110,101,114,32,102,111,114,32,97,32,115,112,101,99,105,102,105,99,32,101,118,101,110,116,44,32,97,110,100,32,116,104,101,32,108,105,115,116,101,110,101,114,32,119,105,108,108,32,98,101,32,99,97,108,108,101,100,10,32,42,32,119,104,101,110,32,116,104,101,32,101,118,101,110,116,32,105,115,32,116,114,105,103,103,101,114,101,100,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,103,105,115,116,101,114,101,100,46,10,32,42,32,64,112,97,114,97,109,32,123,70,117,110,99,116,105,111,110,125,32,108,105,115,116,101,110,101,114,32,45,32,69,118,101,110,116,32,99,97,108,108,98,97,99,107,46,10,32,42,32,64,114,101,116,117,114,110,115,32,123,83,101,116,125,32,45,32,83,101,116,32,111,102,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,115,10,32,42,47,10,102,117,110,99,116,105,111,110,32,111,110,40,101,118,101,110,116,78,97,109,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,108,105,115,116,101,110,101,114,32,33,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,111,110,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,32,97,110,100,32,97,32,102,117,110,99,116,105,111,110,32,97,115,32,108,105,115,116,101,110,101,114,39,41,59,10,32,32,125,10,10,32,32,108,101,116,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,105,102,32,40,33,40,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,83,101,116,41,41,32,123,10,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,32,61,32,110,101,119,32,83,101,116,40,41,59,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,125,10,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,97,100,100,40,108,105,115,116,101,110,101,114,41,59,10,32,32,114,101,116,117,114,110,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,59,10,125,10,10,47,42,42,10,32,42,32,82,101,109,111,118,101,32,115,112,101,99,105,102,105,99,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,44,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,109,111,118,101,100,46,10,32,42,32,64,112,97,114,97,109,32,123,70,117,110,99,116,105,111,110,125,32,108,105,115,116,101,110,101,114,32,45,32,83,112,101,99,105,102,105,99,32,101,118,101,110,116,32,99,97,108,108,98,97,99,107,32,119,105,108,108,32,98,101,32,114,101,109,111,118,101,100,44,10,32,42,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,101,32,108,105,115,116,101,110,101,114,115,32,119,105,108,108,32,99,108,101,97,110,32,97,108,108,32,105,102,32,110,111,116,32,115,112,101,99,105,102,105,99,46,10,32,42,32,64,114,101,116,117,114,110,115,32,123,83,101,116,32,124,32,110,117,108,108,125,32,45,32,83,101,116,32,111,102,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,115,44,32,111,114,32,110,117,108,108,32,111,102,32,101,109,112,116,121,46,10,32,42,47,10,102,117,110,99,116,105,111,110,32,111,102,102,40,101,118,101,110,116,78,97,109,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,111,102,102,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,39,41,59,10,32,32,125,10,32,32,99,111,110,115,116,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,105,102,32,40,33,40,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,83,101,116,41,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,125,10,32,32,105,102,32,40,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,114,101,116,117,114,110,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,59,10,32,32,125,10,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,99,108,101,97,114,40,41,59,10,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,125,10,10,47,42,42,10,32,42,32,84,114,105,103,103,101,114,32,97,32,101,118,101,110,116,32,119,105,116,104,32,97,114,103,117,109,101,110,116,115,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,116,114,105,103,103,101,114,46,10,32,42,32,64,112,97,114,97,109,32,32,123,97,110,121,125,32,97,114,103,115,32,45,32,69,118,101,110,116,32,99,97,108,108,98,97,99,107,32,97,114,103,117,109,101,110,116,115,46,10,32,42,47,10,102,117,110,99,116,105,111,110,32,101,109,105,116,40,101,118,101,110,116,78,97,109,101,44,32,46,46,46,97,114,103,115,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,101,109,105,116,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,39,41,59,10,32,32,125,10,32,32,99,111,110,115,116,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,105,102,32,40,33,101,118,101,110,116,76,105,115,116,101,110,101,114,115,41,32,123,10,32,32,32,32,105,102,32,40,101,118,101,110,116,78,97,109,101,32,61,61,61,32,34,117,110,99,97,117,103,104,116,69,120,99,101,112,116,105,111,110,34,32,38,38,32,97,114,103,115,91,48,93,41,32,123,10,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,97,114,103,115,91,48,93,46,116,111,83,116,114,105,110,103,40,41,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,59,10,32,32,125,10,32,32,116,114,121,32,123,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,102,111,114,69,97,99,104,40,108,105,115,116,101,110,101,114,32,61,62,32,108,105,115,116,101,110,101,114,40,46,46,46,97,114,103,115,41,41,59,10,32,32,125,32,99,97,116,99,104,32,40,101,114,114,41,32,123,10,32,32,32,32,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,45,110,101,120,116,45,108,105,110,101,32,110,111,45,99,111,110,115,111,108,101,32,42,47,10,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,101,114,114,41,59,10,32,32,125,10,125,10,10,72,105,112,112,121,46,100,101,118,105,99,101,32,61,32,123,125,59,10,72,105,112,112,121,46,98,114,105,100,103,101,32,61,32,123,125,59,10,72,105,112,112,121,46,114,101,103,105,115,116,101,114,32,61,32,123,10,32,32,114,101,103,105,115,116,58,32,104,105,112,112,121,82,101,103,105,115,116,101,114,44,10,125,59,10,72,105,112,112,121,46,111,110,32,61,32,111,110,59,10,72,105,112,112,121,46,111,102,102,32,61,32,111,102,102,59,10,72,105,112,112,121,46,101,109,105,116,32,61,32,101,109,105,116,59,10,125,41,59,0 }; // NOLINT - const uint8_t k_DynamicLoad[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,39,41,59,13,10,13,10,103,108,111,98,97,108,46,100,121,110,97,109,105,99,76,111,97,100,32,61,32,40,112,97,116,104,44,32,101,110,99,111,100,101,44,32,99,98,41,32,61,62,32,123,13,10,32,32,99,111,110,115,111,108,101,46,108,111,103,40,96,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,32,61,32,36,123,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,125,44,13,10,32,32,32,32,101,110,99,111,100,101,32,61,32,36,123,101,110,99,111,100,101,125,44,32,112,97,116,104,32,61,32,36,123,112,97,116,104,125,96,41,59,13,10,32,32,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,46,76,111,97,100,85,114,105,67,111,110,116,101,110,116,40,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,32,43,32,112,97,116,104,44,32,101,110,99,111,100,101,44,32,99,98,41,59,13,10,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_Platform[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,47,42,13,10,32,32,73,79,83,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,58,32,123,13,10,32,32,32,32,68,101,118,105,99,101,32,58,32,39,105,80,104,111,110,101,32,88,82,39,44,13,10,32,32,32,32,83,68,75,86,101,114,115,105,111,110,32,58,32,39,48,46,50,46,49,39,44,13,10,32,32,32,32,79,83,32,239,188,154,39,105,111,115,39,44,13,10,32,32,32,32,79,83,86,101,114,115,105,111,110,32,58,32,39,49,50,46,48,39,13,10,32,32,125,13,10,13,10,32,32,65,110,100,114,111,105,100,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,58,32,123,13,10,32,32,32,32,80,108,97,116,102,111,114,109,32,58,32,123,13,10,32,32,32,32,32,32,79,83,32,58,32,39,97,110,100,114,111,105,100,39,44,13,10,32,32,32,32,32,32,65,80,73,76,101,118,101,108,32,58,32,39,120,120,120,39,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,32,61,32,123,13,10,32,32,32,32,39,79,83,39,58,32,39,119,101,98,39,44,13,10,32,32,32,32,39,68,101,118,105,99,101,39,58,32,39,39,44,13,10,32,32,32,32,39,79,83,86,101,114,115,105,111,110,39,58,32,39,39,44,32,47,47,32,102,111,114,32,105,111,115,13,10,32,32,32,32,39,83,68,75,86,101,114,115,105,111,110,39,58,32,39,39,44,13,10,32,32,32,32,39,65,80,73,76,101,118,101,108,39,58,32,39,39,44,32,47,47,32,102,111,114,32,97,110,100,114,111,105,100,13,10,32,32,32,32,39,65,112,112,86,101,114,115,105,111,110,39,58,32,39,39,44,32,47,47,32,116,111,95,100,111,13,10,32,32,32,32,39,80,105,120,101,108,82,97,116,105,111,39,32,58,32,49,44,32,47,47,32,116,111,95,100,111,13,10,32,32,32,32,39,68,105,109,101,110,115,105,111,110,115,39,32,58,32,123,32,47,47,32,116,111,95,100,111,13,10,32,32,32,32,32,32,119,105,110,100,111,119,32,58,32,123,13,10,32,32,32,32,32,32,32,32,119,105,100,116,104,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,115,99,97,108,101,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,32,58,32,49,13,10,32,32,32,32,32,32,125,44,13,10,32,32,32,32,32,32,115,99,114,101,101,110,32,58,32,123,13,10,32,32,32,32,32,32,32,32,119,105,100,116,104,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,115,99,97,108,101,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,32,58,32,49,44,13,10,32,32,32,32,32,32,32,32,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,32,58,32,49,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,125,13,10,32,32,125,59,13,10,42,47,13,10,13,10,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,32,61,32,123,125,59,13,10,13,10,105,102,32,40,116,121,112,101,111,102,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,13,10,32,32,105,102,32,40,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,13,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,59,13,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,68,101,118,105,99,101,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,68,101,118,105,99,101,59,13,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,86,101,114,115,105,111,110,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,86,101,114,115,105,111,110,59,13,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,83,68,75,86,101,114,115,105,111,110,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,83,68,75,86,101,114,115,105,111,110,59,13,10,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,80,108,97,116,102,111,114,109,46,79,83,59,13,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,65,80,73,76,101,118,101,108,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,80,108,97,116,102,111,114,109,46,65,80,73,76,101,118,101,108,59,13,10,32,32,125,13,10,125,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_js2native[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,47,42,42,13,10,32,42,32,109,111,100,117,108,101,67,97,108,108,76,105,115,116,47,99,97,108,108,98,97,99,107,47,116,121,112,101,239,188,154,13,10,32,42,32,32,48,32,58,32,110,97,116,105,118,101,32,99,97,108,108,32,99,97,108,108,98,97,99,107,44,32,100,101,108,101,116,101,32,99,97,99,104,101,32,102,114,111,109,32,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,105,109,109,101,100,105,97,116,101,108,121,13,10,32,42,32,32,49,32,58,32,110,97,105,118,101,32,99,97,108,108,32,99,97,108,108,98,97,99,107,44,32,100,101,108,101,116,101,32,99,97,99,104,101,32,102,114,111,109,32,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,98,121,32,106,115,13,10,32,42,32,32,50,32,58,32,100,101,108,101,116,101,32,99,97,99,104,101,32,102,114,111,109,32,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,119,104,101,110,101,118,101,114,32,106,115,32,119,97,110,116,13,10,32,42,47,13,10,13,10,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,32,61,32,40,46,46,46,99,97,108,108,65,114,103,117,109,101,110,116,115,41,32,61,62,32,123,13,10,32,32,105,102,32,40,116,121,112,101,111,102,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,61,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,13,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,39,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,110,111,116,32,100,101,102,105,110,101,100,39,41,59,13,10,32,32,125,13,10,13,10,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,32,50,41,32,123,13,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,114,103,117,109,101,110,116,115,32,108,101,110,103,116,104,32,109,117,115,116,32,98,101,32,108,97,114,103,101,114,32,116,104,97,110,32,50,39,41,59,13,10,32,32,125,13,10,13,10,32,32,99,111,110,115,116,32,99,117,114,114,101,110,116,67,97,108,108,73,100,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,59,13,10,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,32,43,61,32,49,59,13,10,13,10,32,32,99,111,110,115,116,32,112,97,114,97,109,32,61,32,91,93,59,13,10,32,32,108,101,116,32,99,98,67,111,117,110,116,32,61,32,48,59,13,10,13,10,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,50,59,32,105,32,60,32,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,32,38,38,32,99,98,67,111,117,110,116,32,61,61,61,32,48,41,32,123,13,10,32,32,32,32,32,32,99,98,67,111,117,110,116,32,43,61,32,49,59,13,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,117,114,114,101,110,116,67,97,108,108,73,100,93,32,61,32,123,13,10,32,32,32,32,32,32,32,32,99,98,58,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,44,13,10,32,32,32,32,32,32,32,32,116,121,112,101,58,32,48,44,13,10,32,32,32,32,32,32,125,59,13,10,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,41,59,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,108,101,116,32,109,111,100,117,108,101,67,97,108,108,98,97,99,107,73,100,32,61,32,45,49,59,13,10,32,32,105,102,32,40,99,98,67,111,117,110,116,32,62,32,48,41,32,123,13,10,32,32,32,32,109,111,100,117,108,101,67,97,108,108,98,97,99,107,73,100,32,61,32,99,117,114,114,101,110,116,67,97,108,108,73,100,59,13,10,32,32,125,13,10,13,10,32,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,40,109,111,100,117,108,101,67,97,108,108,98,97,99,107,73,100,46,116,111,83,116,114,105,110,103,40,41,41,44,32,112,97,114,97,109,41,59,13,10,125,59,13,10,13,10,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,32,61,32,40,46,46,46,99,97,108,108,65,114,103,117,109,101,110,116,115,41,32,61,62,32,123,13,10,32,32,105,102,32,40,116,121,112,101,111,102,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,61,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,39,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,110,111,116,32,100,101,102,105,110,101,100,39,41,41,59,13,10,32,32,125,13,10,13,10,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,32,50,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,114,103,117,109,101,110,116,115,32,108,101,110,103,116,104,32,109,117,115,116,32,98,101,32,108,97,114,103,101,114,32,116,104,97,110,32,50,39,41,41,59,13,10,32,32,125,13,10,13,10,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,114,101,115,111,108,118,101,44,32,114,106,41,32,61,62,32,123,13,10,32,32,32,32,99,111,110,115,116,32,99,117,114,114,101,110,116,67,97,108,108,73,100,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,59,13,10,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,32,43,61,32,49,59,13,10,13,10,32,32,32,32,99,111,110,115,116,32,112,97,114,97,109,32,61,32,91,93,59,13,10,32,32,32,32,108,101,116,32,99,98,67,111,117,110,116,32,61,32,48,59,13,10,13,10,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,50,59,32,105,32,60,32,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,13,10,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,32,38,38,32,99,98,67,111,117,110,116,32,61,61,61,32,48,41,32,123,13,10,32,32,32,32,32,32,32,32,99,98,67,111,117,110,116,32,43,61,32,49,59,13,10,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,117,114,114,101,110,116,67,97,108,108,73,100,93,32,61,32,123,13,10,32,32,32,32,32,32,32,32,32,32,99,98,58,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,44,13,10,32,32,32,32,32,32,32,32,32,32,114,101,106,101,99,116,58,32,114,106,44,13,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,48,44,13,10,32,32,32,32,32,32,32,32,125,59,13,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,41,59,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,105,102,32,40,99,98,67,111,117,110,116,32,61,61,61,32,48,41,32,123,13,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,117,114,114,101,110,116,67,97,108,108,73,100,93,32,61,32,123,13,10,32,32,32,32,32,32,32,32,99,98,58,32,114,101,115,111,108,118,101,44,13,10,32,32,32,32,32,32,32,32,114,101,106,101,99,116,58,32,114,106,44,13,10,32,32,32,32,32,32,32,32,116,121,112,101,58,32,48,44,13,10,32,32,32,32,32,32,125,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,40,99,117,114,114,101,110,116,67,97,108,108,73,100,46,116,111,83,116,114,105,110,103,40,41,41,44,32,112,97,114,97,109,41,59,13,10,32,32,125,41,59,13,10,125,59,13,10,13,10,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,67,97,108,108,98,97,99,107,73,100,32,61,32,40,46,46,46,99,97,108,108,65,114,103,117,109,101,110,116,115,41,32,61,62,32,123,13,10,32,32,105,102,32,40,116,121,112,101,111,102,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,61,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,13,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,39,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,110,111,116,32,100,101,102,105,110,101,100,39,41,59,13,10,32,32,125,13,10,13,10,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,32,51,41,32,123,13,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,114,103,117,109,101,110,116,115,32,108,101,110,103,116,104,32,109,117,115,116,32,98,101,32,108,97,114,103,101,114,32,116,104,97,110,32,51,39,41,59,13,10,32,32,125,13,10,13,10,32,32,99,111,110,115,116,32,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,61,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,59,13,10,32,32,99,111,110,115,116,32,99,97,108,108,70,117,110,99,78,97,109,101,32,61,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,59,13,10,32,32,99,111,110,115,116,32,97,117,116,111,68,101,108,101,116,101,32,61,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,50,93,59,13,10,13,10,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,99,97,108,108,70,117,110,99,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,97,117,116,111,68,101,108,101,116,101,32,33,61,61,32,39,98,111,111,108,101,97,110,39,41,32,123,13,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,115,39,41,59,13,10,32,32,125,13,10,13,10,32,32,99,111,110,115,116,32,99,117,114,114,101,110,116,67,97,108,108,73,100,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,59,13,10,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,32,43,61,32,49,59,13,10,32,32,99,111,110,115,116,32,112,97,114,97,109,32,61,32,91,93,59,13,10,13,10,32,32,105,102,32,40,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,65,110,105,109,97,116,105,111,110,77,111,100,117,108,101,39,32,38,38,32,40,99,97,108,108,70,117,110,99,78,97,109,101,32,61,61,61,32,39,99,114,101,97,116,101,65,110,105,109,97,116,105,111,110,39,32,124,124,32,99,97,108,108,70,117,110,99,78,97,109,101,32,61,61,61,32,39,99,114,101,97,116,101,65,110,105,109,97,116,105,111,110,83,101,116,39,41,41,32,123,13,10,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,99,117,114,114,101,110,116,67,97,108,108,73,100,41,59,13,10,32,32,125,13,10,13,10,32,32,108,101,116,32,99,98,67,111,117,110,116,32,61,32,48,59,13,10,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,51,59,32,105,32,60,32,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,32,38,38,32,99,98,67,111,117,110,116,32,61,61,61,32,48,41,32,123,13,10,32,32,32,32,32,32,99,98,67,111,117,110,116,32,43,61,32,49,59,13,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,117,114,114,101,110,116,67,97,108,108,73,100,93,32,61,32,123,13,10,32,32,32,32,32,32,32,32,99,98,58,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,44,13,10,32,32,32,32,32,32,32,32,116,121,112,101,58,32,97,117,116,111,68,101,108,101,116,101,32,63,32,49,32,58,32,50,44,13,10,32,32,32,32,32,32,125,59,13,10,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,41,59,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,105,102,32,40,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,84,105,109,101,114,77,111,100,117,108,101,39,32,124,124,32,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,111,100,117,108,101,39,41,32,123,13,10,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,40,99,117,114,114,101,110,116,67,97,108,108,73,100,46,116,111,83,116,114,105,110,103,40,41,41,41,59,13,10,32,32,125,13,10,13,10,32,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,40,99,97,108,108,77,111,100,117,108,101,78,97,109,101,44,32,99,97,108,108,70,117,110,99,78,97,109,101,44,32,40,99,117,114,114,101,110,116,67,97,108,108,73,100,46,116,111,83,116,114,105,110,103,40,41,41,44,32,112,97,114,97,109,41,59,13,10,13,10,32,32,114,101,116,117,114,110,32,99,117,114,114,101,110,116,67,97,108,108,73,100,59,13,10,125,59,13,10,13,10,72,105,112,112,121,46,98,114,105,100,103,101,46,114,101,109,111,118,101,78,97,116,105,118,101,67,97,108,108,98,97,99,107,32,61,32,40,99,97,108,108,73,100,41,32,61,62,32,123,13,10,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,73,100,32,33,61,61,32,39,110,117,109,98,101,114,39,32,124,124,32,99,97,108,108,73,100,32,60,32,48,41,32,123,13,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,115,39,41,59,13,10,32,32,125,13,10,13,10,32,32,105,102,32,40,116,121,112,101,111,102,32,95,95,71,76,79,66,65,76,95,95,32,33,61,61,32,39,111,98,106,101,99,116,39,32,124,124,32,116,121,112,101,111,102,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,33,61,61,32,39,111,98,106,101,99,116,39,41,32,123,13,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,39,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,110,111,116,32,100,101,102,105,110,101,100,39,41,59,13,10,32,32,125,13,10,13,10,32,32,99,111,110,115,116,32,99,97,108,108,98,97,99,107,79,98,106,101,99,116,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,73,100,93,59,13,10,32,32,105,102,32,40,99,97,108,108,98,97,99,107,79,98,106,101,99,116,32,38,38,32,40,99,97,108,108,98,97,99,107,79,98,106,101,99,116,46,116,121,112,101,32,61,61,61,32,49,32,124,124,32,99,97,108,108,98,97,99,107,79,98,106,101,99,116,46,116,121,112,101,32,61,61,61,32,50,41,41,32,123,13,10,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,73,100,93,59,13,10,32,32,125,13,10,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_TimerModule[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,116,105,109,101,114,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,84,105,109,101,114,77,111,100,117,108,101,39,41,59,13,10,13,10,103,108,111,98,97,108,46,115,101,116,84,105,109,101,111,117,116,32,61,32,40,99,98,44,32,115,108,101,101,112,84,105,109,101,41,32,61,62,32,116,105,109,101,114,46,83,101,116,84,105,109,101,111,117,116,40,99,98,44,32,115,108,101,101,112,84,105,109,101,41,59,13,10,13,10,103,108,111,98,97,108,46,99,108,101,97,114,84,105,109,101,111,117,116,32,61,32,40,116,105,109,101,114,73,100,41,32,61,62,32,123,13,10,32,32,105,102,32,40,78,117,109,98,101,114,46,105,115,73,110,116,101,103,101,114,40,116,105,109,101,114,73,100,41,32,38,38,32,116,105,109,101,114,73,100,32,62,32,48,41,32,123,13,10,32,32,32,32,116,105,109,101,114,46,67,108,101,97,114,84,105,109,101,111,117,116,40,116,105,109,101,114,73,100,41,59,13,10,32,32,125,13,10,125,59,13,10,13,10,103,108,111,98,97,108,46,115,101,116,73,110,116,101,114,118,97,108,32,61,32,40,99,98,44,32,105,110,116,101,114,118,97,108,84,105,109,101,41,32,61,62,32,116,105,109,101,114,46,83,101,116,73,110,116,101,114,118,97,108,40,99,98,44,32,105,110,116,101,114,118,97,108,84,105,109,101,41,59,13,10,13,10,103,108,111,98,97,108,46,99,108,101,97,114,73,110,116,101,114,118,97,108,32,61,32,40,116,105,109,101,114,73,100,41,32,61,62,32,123,13,10,32,32,105,102,32,40,78,117,109,98,101,114,46,105,115,73,110,116,101,103,101,114,40,116,105,109,101,114,73,100,41,32,38,38,32,116,105,109,101,114,73,100,32,62,32,48,41,32,123,13,10,32,32,32,32,116,105,109,101,114,46,67,108,101,97,114,73,110,116,101,114,118,97,108,40,116,105,109,101,114,73,100,41,59,13,10,32,32,125,13,10,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_ConsoleModule[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,99,111,110,115,111,108,101,77,111,100,117,108,101,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,67,111,110,115,111,108,101,77,111,100,117,108,101,39,41,59,13,10,13,10,99,111,110,115,116,32,105,110,100,101,110,116,32,61,32,40,108,101,118,101,108,41,32,61,62,32,123,13,10,32,32,108,101,116,32,116,97,98,32,61,32,39,39,59,13,10,32,32,119,104,105,108,101,32,40,116,97,98,46,108,101,110,103,116,104,32,60,32,108,101,118,101,108,32,42,32,50,41,32,123,13,10,32,32,32,32,116,97,98,32,43,61,32,39,32,32,39,59,13,10,32,32,125,13,10,32,32,114,101,116,117,114,110,32,116,97,98,59,13,10,125,59,13,10,13,10,108,101,116,32,105,110,115,112,101,99,116,79,98,106,101,99,116,32,61,32,110,117,108,108,59,13,10,108,101,116,32,105,110,115,112,101,99,116,32,61,32,110,117,108,108,59,13,10,13,10,102,117,110,99,116,105,111,110,32,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,112,97,114,97,109,41,32,123,13,10,32,32,99,111,110,115,116,32,114,101,115,117,108,116,32,61,32,123,125,59,13,10,32,32,99,111,110,115,116,32,112,114,111,112,75,101,121,115,32,61,32,79,98,106,101,99,116,46,107,101,121,115,40,112,97,114,97,109,41,59,13,10,32,32,112,114,111,112,75,101,121,115,46,102,111,114,69,97,99,104,40,40,107,101,121,44,32,105,110,100,101,120,41,32,61,62,32,123,13,10,32,32,32,32,114,101,115,117,108,116,91,112,114,111,112,75,101,121,115,91,105,110,100,101,120,93,93,32,61,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,112,97,114,97,109,44,32,112,114,111,112,75,101,121,115,91,105,110,100,101,120,93,41,59,13,10,32,32,125,41,59,13,10,32,32,114,101,116,117,114,110,32,114,101,115,117,108,116,59,13,10,125,13,10,13,10,105,110,115,112,101,99,116,79,98,106,101,99,116,32,61,32,40,118,97,108,117,101,44,32,108,101,118,101,108,32,61,32,48,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,61,32,50,44,32,108,105,110,101,98,114,101,97,107,32,61,32,39,92,110,39,41,32,61,62,32,123,13,10,32,32,105,102,32,40,118,97,108,117,101,32,61,61,61,32,110,117,108,108,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,39,110,117,108,108,39,59,13,10,32,32,125,13,10,32,32,105,102,32,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,118,97,108,117,101,41,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,96,91,32,36,123,118,97,108,117,101,46,109,97,112,40,105,116,101,109,32,61,62,32,105,110,115,112,101,99,116,40,105,116,101,109,44,32,108,101,118,101,108,32,43,32,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,41,41,46,106,111,105,110,40,39,44,32,39,41,125,32,93,96,59,13,10,32,32,125,13,10,13,10,32,32,115,119,105,116,99,104,32,40,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,41,32,123,13,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,68,97,116,101,93,39,58,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,116,111,73,83,79,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,82,101,103,69,120,112,93,39,58,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,69,114,114,111,114,93,39,58,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,36,123,118,97,108,117,101,46,115,116,97,99,107,32,124,124,32,69,114,114,111,114,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,125,96,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,83,101,116,93,39,58,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,83,101,116,32,123,32,36,123,91,46,46,46,118,97,108,117,101,93,46,109,97,112,40,105,116,101,109,32,61,62,32,105,110,115,112,101,99,116,40,105,116,101,109,44,32,108,101,118,101,108,32,43,32,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,44,32,108,105,110,101,98,114,101,97,107,41,41,46,106,111,105,110,40,39,44,32,39,41,125,32,125,96,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,87,101,97,107,83,101,116,93,39,58,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,87,101,97,107,83,101,116,32,123,32,91,105,116,101,109,115,32,117,110,107,110,111,119,110,93,32,125,39,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,77,97,112,93,39,58,32,123,13,10,32,32,32,32,32,32,99,111,110,115,116,32,101,110,116,114,105,101,115,32,61,32,91,93,59,13,10,32,32,32,32,32,32,118,97,108,117,101,46,102,111,114,69,97,99,104,40,40,118,97,108,44,32,107,101,121,41,32,61,62,32,123,13,10,32,32,32,32,32,32,32,32,101,110,116,114,105,101,115,46,112,117,115,104,40,96,36,123,105,110,115,112,101,99,116,40,107,101,121,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,42,32,45,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,44,32,39,39,41,125,32,61,62,32,36,123,105,110,115,112,101,99,116,40,118,97,108,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,42,32,45,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,44,32,39,39,41,125,96,41,59,13,10,32,32,32,32,32,32,125,41,59,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,77,97,112,32,123,32,36,123,101,110,116,114,105,101,115,46,106,111,105,110,40,39,44,32,39,41,125,32,125,96,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,87,101,97,107,77,97,112,93,39,58,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,87,101,97,107,77,97,112,32,123,32,91,105,116,101,109,115,32,117,110,107,110,111,119,110,93,32,125,39,59,13,10,32,32,32,32,125,13,10,32,32,32,32,100,101,102,97,117,108,116,58,32,123,13,10,32,32,32,32,32,32,98,114,101,97,107,59,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,105,102,32,40,118,97,108,117,101,32,105,110,115,116,97,110,99,101,111,102,32,69,114,114,111,114,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,96,36,123,118,97,108,117,101,46,115,116,97,99,107,32,124,124,32,69,114,114,111,114,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,125,96,59,13,10,32,32,125,13,10,32,32,99,111,110,115,116,32,100,101,115,99,115,32,61,32,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,118,97,108,117,101,41,59,13,10,32,32,99,111,110,115,116,32,107,101,121,115,32,61,32,79,98,106,101,99,116,46,107,101,121,115,40,100,101,115,99,115,41,59,13,10,32,32,99,111,110,115,116,32,112,97,105,114,115,32,61,32,91,93,59,13,10,32,32,107,101,121,115,46,102,111,114,69,97,99,104,40,40,107,101,121,41,32,61,62,32,123,13,10,32,32,32,32,99,111,110,115,116,32,100,101,115,99,32,61,32,100,101,115,99,115,91,107,101,121,93,59,13,10,32,32,32,32,99,111,110,115,116,32,105,116,101,109,80,114,101,102,105,120,32,61,32,96,36,123,105,110,100,101,110,116,40,108,101,118,101,108,32,43,32,49,41,125,36,123,107,101,121,125,32,58,32,96,59,13,10,32,32,32,32,105,102,32,40,100,101,115,99,46,103,101,116,41,32,123,13,10,32,32,32,32,32,32,105,102,32,40,100,101,115,99,46,115,101,116,41,32,123,13,10,32,32,32,32,32,32,32,32,112,97,105,114,115,46,112,117,115,104,40,96,36,123,105,116,101,109,80,114,101,102,105,120,125,91,71,101,116,116,101,114,47,83,101,116,116,101,114,93,96,41,59,13,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,32,32,112,97,105,114,115,46,112,117,115,104,40,96,36,123,105,116,101,109,80,114,101,102,105,120,125,91,71,101,116,116,101,114,93,96,41,59,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,100,101,115,99,46,115,101,116,41,32,123,13,10,32,32,32,32,32,32,112,97,105,114,115,46,112,117,115,104,40,96,36,123,105,116,101,109,80,114,101,102,105,120,125,91,83,101,116,116,101,114,93,96,41,59,13,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,100,101,115,99,46,118,97,108,117,101,41,32,123,13,10,32,32,32,32,32,32,112,97,105,114,115,46,112,117,115,104,40,96,36,123,105,116,101,109,80,114,101,102,105,120,125,36,123,105,110,115,112,101,99,116,40,100,101,115,99,46,118,97,108,117,101,44,32,108,101,118,101,108,32,43,32,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,44,32,108,105,110,101,98,114,101,97,107,41,125,96,41,59,13,10,32,32,32,32,125,13,10,32,32,125,41,59,13,10,32,32,114,101,116,117,114,110,32,96,123,36,123,108,105,110,101,98,114,101,97,107,125,36,123,112,97,105,114,115,46,106,111,105,110,40,96,44,32,36,123,108,105,110,101,98,114,101,97,107,125,96,41,125,36,123,108,105,110,101,98,114,101,97,107,125,36,123,105,110,100,101,110,116,40,108,101,118,101,108,41,125,125,96,59,13,10,125,59,13,10,13,10,105,110,115,112,101,99,116,32,61,32,40,118,97,108,117,101,44,32,108,101,118,101,108,32,61,32,48,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,61,32,50,44,32,108,105,110,101,98,114,101,97,107,32,61,32,39,92,110,39,41,32,61,62,32,123,13,10,32,32,115,119,105,116,99,104,32,40,116,121,112,101,111,102,32,118,97,108,117,101,41,32,123,13,10,32,32,32,32,99,97,115,101,32,39,115,116,114,105,110,103,39,58,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,39,36,123,118,97,108,117,101,125,39,96,59,13,10,32,32,32,32,99,97,115,101,32,39,115,121,109,98,111,108,39,58,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,118,97,108,117,101,46,116,111,83,116,114,105,110,103,40,41,59,13,10,32,32,32,32,99,97,115,101,32,39,102,117,110,99,116,105,111,110,39,58,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,91,70,117,110,99,116,105,111,110,36,123,118,97,108,117,101,46,110,97,109,101,32,63,32,96,58,32,36,123,118,97,108,117,101,46,110,97,109,101,125,96,32,58,32,39,39,125,93,96,59,13,10,32,32,32,32,99,97,115,101,32,39,111,98,106,101,99,116,39,58,13,10,32,32,32,32,32,32,105,102,32,40,114,101,99,117,114,115,101,84,105,109,101,115,32,60,32,48,41,32,123,13,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,39,91,79,98,106,101,99,116,93,39,59,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,112,101,99,116,79,98,106,101,99,116,40,118,97,108,117,101,44,32,108,101,118,101,108,44,32,114,101,99,117,114,115,101,84,105,109,101,115,44,32,108,105,110,101,98,114,101,97,107,41,59,13,10,32,32,32,32,99,97,115,101,32,39,98,105,103,105,110,116,39,58,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,110,36,123,118,97,108,117,101,125,96,59,13,10,32,32,32,32,99,97,115,101,32,39,117,110,100,101,102,105,110,101,100,39,58,13,10,32,32,32,32,99,97,115,101,32,39,110,117,109,98,101,114,39,58,13,10,32,32,32,32,99,97,115,101,32,39,98,111,111,108,101,97,110,39,58,13,10,32,32,32,32,100,101,102,97,117,108,116,58,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,36,123,118,97,108,117,101,125,96,59,13,10,32,32,125,13,10,125,59,13,10,13,10,108,101,116,32,118,109,67,111,110,115,111,108,101,59,13,10,105,102,32,40,116,121,112,101,111,102,32,99,111,110,115,111,108,101,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,13,10,32,32,118,109,67,111,110,115,111,108,101,32,61,32,99,111,110,115,111,108,101,59,13,10,125,13,10,13,10,103,108,111,98,97,108,46,99,111,110,115,111,108,101,32,61,32,123,13,10,32,32,114,101,112,111,114,116,85,110,99,97,117,103,104,116,69,120,99,101,112,116,105,111,110,40,101,114,114,111,114,41,32,123,13,10,32,32,32,32,105,102,32,40,101,114,114,111,114,32,38,38,32,101,114,114,111,114,32,105,110,115,116,97,110,99,101,111,102,32,69,114,114,111,114,41,32,123,13,10,32,32,32,32,32,32,116,104,114,111,119,32,101,114,114,111,114,59,13,10,32,32,32,32,125,13,10,32,32,125,44,13,10,125,59,13,10,13,10,91,39,108,111,103,39,44,32,39,105,110,102,111,39,44,32,39,119,97,114,110,39,44,32,39,101,114,114,111,114,39,44,32,39,100,101,98,117,103,39,93,46,102,111,114,69,97,99,104,40,40,97,112,105,41,32,61,62,32,123,13,10,32,32,103,108,111,98,97,108,46,99,111,110,115,111,108,101,91,97,112,105,93,32,61,32,40,46,46,46,97,114,103,115,41,32,61,62,32,123,13,10,32,32,32,32,99,111,110,115,116,32,108,111,103,32,61,32,97,114,103,115,46,109,97,112,40,97,114,103,32,61,62,32,105,110,115,112,101,99,116,40,97,114,103,41,41,46,106,111,105,110,40,39,32,39,41,59,13,10,32,32,32,32,99,111,110,115,111,108,101,77,111,100,117,108,101,46,76,111,103,40,108,111,103,41,59,13,10,32,32,32,32,105,102,32,40,118,109,67,111,110,115,111,108,101,41,32,123,13,10,32,32,32,32,32,32,118,109,67,111,110,115,111,108,101,91,97,112,105,93,40,46,46,46,97,114,103,115,41,59,13,10,32,32,32,32,125,13,10,32,32,125,59,13,10,125,41,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_UIManagerModule[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,72,105,112,112,121,46,100,111,99,117,109,101,110,116,32,61,32,123,13,10,32,32,99,114,101,97,116,101,78,111,100,101,40,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,32,123,13,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,99,114,101,97,116,101,78,111,100,101,39,44,32,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,59,13,10,32,32,125,44,13,10,32,32,117,112,100,97,116,101,78,111,100,101,40,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,32,123,13,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,117,112,100,97,116,101,78,111,100,101,39,44,32,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,59,13,10,32,32,125,44,13,10,32,32,100,101,108,101,116,101,78,111,100,101,40,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,32,123,13,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,100,101,108,101,116,101,78,111,100,101,39,44,32,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,59,13,10,32,32,125,44,13,10,32,32,102,108,117,115,104,66,97,116,99,104,40,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,32,123,13,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,102,108,117,115,104,66,97,116,99,104,39,44,32,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,59,13,10,32,32,125,44,13,10,32,32,115,116,97,114,116,66,97,116,99,104,40,114,101,110,100,101,114,73,100,41,32,123,13,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,115,116,97,114,116,66,97,116,99,104,39,44,32,40,96,36,123,114,101,110,100,101,114,73,100,125,96,41,41,59,13,10,32,32,125,44,13,10,32,32,101,110,100,66,97,116,99,104,40,114,101,110,100,101,114,73,100,41,32,123,13,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,101,110,100,66,97,116,99,104,39,44,32,40,96,36,123,114,101,110,100,101,114,73,100,125,96,41,41,59,13,10,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,102,108,117,115,104,81,117,101,117,101,73,109,109,101,100,105,97,116,101,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,13,10,32,32,32,32,32,32,102,108,117,115,104,81,117,101,117,101,73,109,109,101,100,105,97,116,101,40,41,59,13,10,32,32,32,32,125,13,10,32,32,125,44,13,10,32,32,115,101,110,100,82,101,110,100,101,114,69,114,114,111,114,40,101,114,114,111,114,41,32,123,13,10,32,32,32,32,105,102,32,40,101,114,114,111,114,41,32,123,13,10,32,32,32,32,32,32,116,104,114,111,119,32,101,114,114,111,114,59,13,10,32,32,32,32,125,13,10,32,32,125,44,13,10,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_Network[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,72,101,97,100,101,114,115,32,61,32,99,108,97,115,115,32,72,101,97,100,101,114,115,32,123,13,10,32,32,99,111,110,115,116,114,117,99,116,111,114,40,105,110,105,116,86,97,108,117,101,115,41,32,123,13,10,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,32,61,32,123,125,59,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,105,110,105,116,86,97,108,117,101,115,32,61,61,61,32,39,111,98,106,101,99,116,39,41,32,123,13,10,32,32,32,32,32,32,79,98,106,101,99,116,46,107,101,121,115,40,105,110,105,116,86,97,108,117,101,115,41,46,102,111,114,69,97,99,104,40,40,107,101,121,41,32,61,62,32,123,13,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,118,97,108,117,101,32,61,32,105,110,105,116,86,97,108,117,101,115,91,107,101,121,93,59,13,10,32,32,32,32,32,32,32,32,105,102,32,40,118,97,108,117,101,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,41,32,123,13,10,32,32,32,32,32,32,32,32,32,32,118,97,108,117,101,46,102,111,114,69,97,99,104,40,40,111,110,101,68,97,116,97,41,32,61,62,32,123,13,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,97,112,112,101,110,100,40,107,101,121,44,32,111,110,101,68,97,116,97,41,59,13,10,32,32,32,32,32,32,32,32,32,32,125,41,59,13,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,115,101,116,40,107,101,121,44,32,118,97,108,117,101,41,59,13,10,32,32,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,125,41,59,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,97,112,112,101,110,100,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,118,97,108,117,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,105,102,32,40,116,104,105,115,46,104,97,115,40,110,97,109,101,41,41,32,123,13,10,32,32,32,32,32,32,99,111,110,115,116,32,99,117,114,114,32,61,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,59,13,10,32,32,32,32,32,32,99,117,114,114,46,112,117,115,104,40,118,97,108,117,101,41,59,13,10,32,32,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,61,32,99,117,114,114,59,13,10,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,61,32,91,118,97,108,117,101,93,59,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,115,101,116,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,118,97,108,117,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,61,32,91,118,97,108,117,101,93,59,13,10,32,32,125,13,10,13,10,32,32,103,101,116,65,108,108,40,41,32,123,13,10,32,32,32,32,105,102,32,40,33,116,104,105,115,46,95,104,101,97,100,101,114,115,91,39,67,111,110,116,101,110,116,45,84,121,112,101,39,93,32,38,38,32,33,116,104,105,115,46,95,104,101,97,100,101,114,115,91,39,99,111,110,116,101,110,116,45,116,121,112,101,39,93,41,32,123,13,10,32,32,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,39,99,111,110,116,101,110,116,45,116,121,112,101,39,93,32,61,32,91,39,116,101,120,116,47,112,108,97,105,110,59,99,104,97,114,115,101,116,61,85,84,70,45,56,39,93,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,111,110,115,116,32,114,101,116,32,61,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,32,116,104,105,115,46,95,104,101,97,100,101,114,115,41,59,13,10,32,32,32,32,114,101,116,117,114,110,32,114,101,116,59,13,10,32,32,125,13,10,13,10,32,32,100,101,108,101,116,101,40,110,97,109,101,41,32,123,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,13,10,32,32,32,32,32,32,100,101,108,101,116,101,32,116,104,105,115,46,95,104,101,97,100,101,114,115,46,110,97,109,101,59,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,103,101,116,40,110,97,109,101,41,32,123,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,117,110,100,101,102,105,110,101,100,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,59,13,10,32,32,125,13,10,13,10,32,32,104,97,115,40,110,97,109,101,41,32,123,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,114,101,116,117,114,110,32,40,116,121,112,101,111,102,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,59,13,10,32,32,125,13,10,125,59,13,10,13,10,103,108,111,98,97,108,46,82,101,115,112,111,110,115,101,32,61,32,99,108,97,115,115,32,82,101,115,112,111,110,115,101,32,123,13,10,32,32,99,111,110,115,116,114,117,99,116,111,114,40,114,101,115,112,111,110,115,101,41,32,123,13,10,32,32,32,32,99,111,110,115,116,32,114,101,115,112,32,61,32,114,101,115,112,111,110,115,101,32,124,124,32,123,125,59,13,10,32,32,32,32,116,104,105,115,46,115,116,97,116,117,115,32,61,32,114,101,115,112,46,115,116,97,116,117,115,67,111,100,101,32,124,124,32,52,48,52,59,13,10,32,32,32,32,116,104,105,115,46,115,116,97,116,117,115,84,101,120,116,32,61,32,114,101,115,112,46,115,116,97,116,117,115,76,105,110,101,32,124,124,32,39,78,111,116,32,70,111,117,110,100,39,59,13,10,32,32,32,32,116,104,105,115,46,104,101,97,100,101,114,115,32,61,32,114,101,115,112,46,114,101,115,112,72,101,97,100,101,114,115,32,124,124,32,123,125,59,13,10,32,32,32,32,116,104,105,115,46,98,111,100,121,32,61,32,114,101,115,112,46,114,101,115,112,66,111,100,121,32,124,124,32,39,39,59,13,10,32,32,32,32,116,104,105,115,46,111,107,32,61,32,116,104,105,115,46,115,116,97,116,117,115,32,62,61,32,50,48,48,32,38,38,32,116,104,105,115,46,115,116,97,116,117,115,32,60,61,32,50,57,57,59,13,10,32,32,125,13,10,13,10,32,32,106,115,111,110,40,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,61,62,32,123,13,10,32,32,32,32,32,32,108,101,116,32,106,115,111,110,105,102,121,32,61,32,110,117,108,108,59,13,10,32,32,32,32,32,32,116,114,121,32,123,13,10,32,32,32,32,32,32,32,32,106,115,111,110,105,102,121,32,61,32,74,83,79,78,46,112,97,114,115,101,40,116,104,105,115,46,98,111,100,121,41,59,13,10,32,32,32,32,32,32,32,32,114,101,115,111,108,118,101,40,106,115,111,110,105,102,121,41,59,13,10,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,13,10,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,110,101,119,32,69,114,114,111,114,40,39,101,114,114,111,114,32,112,97,114,115,105,110,103,32,111,98,106,101,99,116,39,41,41,59,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,125,41,59,13,10,32,32,125,13,10,13,10,32,32,116,101,120,116,40,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,104,105,115,46,98,111,100,121,41,59,13,10,32,32,125,13,10,125,59,13,10,13,10,103,108,111,98,97,108,46,102,101,116,99,104,32,61,32,40,117,114,108,44,32,111,112,116,105,111,110,115,41,32,61,62,32,123,13,10,32,32,105,102,32,40,116,121,112,101,111,102,32,117,114,108,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,110,101,119,32,69,114,114,111,114,40,39,111,110,108,121,32,83,116,114,105,110,103,32,117,114,108,32,115,117,112,112,111,114,116,101,100,39,41,41,59,13,10,32,32,125,13,10,13,10,32,32,99,111,110,115,116,32,111,112,116,115,32,61,32,111,112,116,105,111,110,115,32,124,124,32,123,125,59,13,10,13,10,32,32,108,101,116,32,114,101,113,72,101,97,100,115,32,61,32,123,125,59,13,10,32,32,105,102,32,40,111,112,116,115,46,104,101,97,100,101,114,115,41,32,123,13,10,32,32,32,32,105,102,32,40,111,112,116,115,46,104,101,97,100,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,72,101,97,100,101,114,115,41,32,123,13,10,32,32,32,32,32,32,114,101,113,72,101,97,100,115,32,61,32,111,112,116,115,46,104,101,97,100,101,114,115,46,103,101,116,65,108,108,40,41,59,13,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,111,112,116,115,46,104,101,97,100,101,114,115,46,99,111,110,115,116,114,117,99,116,111,114,32,61,61,61,32,79,98,106,101,99,116,41,32,123,13,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,97,100,101,114,115,32,61,32,110,101,119,32,72,101,97,100,101,114,115,40,111,112,116,115,46,104,101,97,100,101,114,115,41,59,13,10,32,32,32,32,32,32,114,101,113,72,101,97,100,115,32,61,32,104,101,97,100,101,114,115,46,103,101,116,65,108,108,40,41,59,13,10,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,110,101,119,32,69,114,114,111,114,40,39,79,110,108,121,32,72,101,97,100,101,114,115,32,105,110,115,116,97,110,99,101,32,111,114,32,97,32,112,117,114,101,32,111,98,106,101,99,116,32,105,115,32,97,99,99,101,112,116,97,98,108,101,32,102,111,114,32,104,101,97,100,101,114,115,32,111,112,116,105,111,110,39,41,41,59,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,99,111,110,115,116,32,114,101,113,79,112,116,105,111,110,115,32,61,32,123,13,10,32,32,32,32,109,101,116,104,111,100,58,32,111,112,116,115,46,109,101,116,104,111,100,32,124,124,32,39,71,69,84,39,44,13,10,32,32,32,32,117,114,108,44,13,10,32,32,32,32,104,101,97,100,101,114,115,58,32,114,101,113,72,101,97,100,115,32,124,124,32,123,125,44,13,10,32,32,32,32,98,111,100,121,58,32,111,112,116,115,46,98,111,100,121,32,124,124,32,39,39,44,13,10,32,32,125,59,13,10,13,10,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,61,62,32,123,13,10,32,32,32,32,99,111,110,115,116,32,114,101,115,117,108,116,32,61,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,110,101,116,119,111,114,107,39,44,32,39,102,101,116,99,104,39,44,32,114,101,113,79,112,116,105,111,110,115,41,59,13,10,32,32,32,32,114,101,115,117,108,116,46,116,104,101,110,40,40,114,101,115,112,41,32,61,62,32,123,13,10,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,114,101,115,112,32,61,61,61,32,39,111,98,106,101,99,116,39,41,32,123,13,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,68,97,116,97,32,61,32,110,101,119,32,82,101,115,112,111,110,115,101,40,114,101,115,112,41,59,13,10,32,32,32,32,32,32,32,32,114,101,115,111,108,118,101,40,114,101,115,112,111,110,115,101,68,97,116,97,41,59,13,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,114,101,115,112,41,59,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,125,41,46,99,97,116,99,104,40,40,101,41,32,61,62,32,123,13,10,32,32,32,32,32,32,114,101,106,101,99,116,40,101,41,59,13,10,32,32,32,32,125,41,59,13,10,32,32,125,41,59,13,10,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_Storage[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,99,111,110,118,101,114,116,69,114,114,111,114,32,61,32,40,101,114,114,111,114,41,32,61,62,32,123,13,10,32,32,105,102,32,40,33,101,114,114,111,114,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,13,10,32,32,125,13,10,13,10,32,32,99,111,110,115,116,32,111,117,116,32,61,32,110,101,119,32,69,114,114,111,114,40,101,114,114,111,114,46,109,101,115,115,97,103,101,41,59,13,10,32,32,111,117,116,46,107,101,121,32,61,32,101,114,114,111,114,46,107,101,121,59,13,10,13,10,32,32,114,101,116,117,114,110,32,111,117,116,59,13,10,125,59,13,10,13,10,99,111,110,115,116,32,99,111,110,118,101,114,116,69,114,114,111,114,115,32,61,32,40,101,114,114,115,41,32,61,62,32,123,13,10,32,32,105,102,32,40,33,101,114,114,115,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,13,10,32,32,125,13,10,13,10,32,32,108,101,116,32,116,97,114,103,101,116,69,114,114,111,114,59,13,10,13,10,32,32,105,102,32,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,114,114,115,41,41,32,123,13,10,32,32,32,32,116,97,114,103,101,116,69,114,114,111,114,32,61,32,101,114,114,115,59,13,10,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,116,97,114,103,101,116,69,114,114,111,114,32,61,32,91,101,114,114,115,93,59,13,10,32,32,125,13,10,13,10,32,32,105,102,32,40,116,97,114,103,101,116,69,114,114,111,114,41,32,123,13,10,32,32,32,32,116,97,114,103,101,116,69,114,114,111,114,46,109,97,112,40,101,32,61,62,32,99,111,110,118,101,114,116,69,114,114,111,114,40,101,41,41,59,13,10,32,32,125,13,10,13,10,32,32,114,101,116,117,114,110,32,116,97,114,103,101,116,69,114,114,111,114,59,13,10,125,59,13,10,13,10,72,105,112,112,121,46,97,115,121,110,99,83,116,111,114,97,103,101,32,61,32,123,13,10,32,32,103,101,116,65,108,108,75,101,121,115,40,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,103,101,116,65,108,108,75,101,121,115,39,41,59,13,10,32,32,125,44,13,10,32,32,115,101,116,73,116,101,109,40,107,101,121,44,32,118,97,108,117,101,65,114,103,41,32,123,13,10,32,32,32,32,108,101,116,32,118,97,108,117,101,32,61,32,118,97,108,117,101,65,114,103,59,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,118,97,108,117,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,13,10,32,32,32,32,32,32,116,114,121,32,123,13,10,32,32,32,32,32,32,32,32,118,97,108,117,101,32,61,32,118,97,108,117,101,46,116,111,83,116,114,105,110,103,40,41,59,13,10,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,114,114,41,32,123,13,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,101,114,114,59,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,125,13,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,83,101,116,39,44,32,91,91,107,101,121,44,32,118,97,108,117,101,93,93,41,59,13,10,32,32,125,44,13,10,32,32,103,101,116,73,116,101,109,40,107,101,121,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,71,101,116,39,44,32,91,107,101,121,93,41,13,10,32,32,32,32,32,32,46,116,104,101,110,40,40,114,41,32,61,62,32,123,13,10,32,32,32,32,32,32,32,32,105,102,32,40,33,114,32,124,124,32,33,114,91,48,93,32,124,124,32,33,114,91,48,93,91,49,93,41,32,123,13,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,13,10,32,32,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,114,91,48,93,91,49,93,59,13,10,32,32,32,32,32,32,125,41,46,99,97,116,99,104,40,101,114,114,32,61,62,32,99,111,110,118,101,114,116,69,114,114,111,114,115,40,101,114,114,41,41,59,13,10,32,32,125,44,13,10,32,32,114,101,109,111,118,101,73,116,101,109,40,107,101,121,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,82,101,109,111,118,101,39,44,32,91,107,101,121,93,41,59,13,10,32,32,125,44,13,10,32,32,109,117,108,116,105,71,101,116,40,107,101,121,115,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,71,101,116,39,44,32,107,101,121,115,41,59,13,10,32,32,125,44,13,10,32,32,109,117,108,116,105,83,101,116,40,107,101,121,86,97,108,117,101,80,97,105,114,115,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,83,101,116,39,44,32,107,101,121,86,97,108,117,101,80,97,105,114,115,41,59,13,10,32,32,125,44,13,10,32,32,109,117,108,116,105,82,101,109,111,118,101,40,107,101,121,115,41,32,123,13,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,82,101,109,111,118,101,39,44,32,107,101,121,115,41,59,13,10,32,32,125,44,13,10,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_Event[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,72,105,112,112,121,68,101,97,108,108,111,99,32,61,32,40,41,32,61,62,32,123,13,10,32,32,105,102,32,40,103,108,111,98,97,108,46,72,105,112,112,121,41,32,123,13,10,32,32,32,32,103,108,111,98,97,108,46,72,105,112,112,121,46,101,109,105,116,40,39,100,101,97,108,108,111,99,39,41,59,13,10,32,32,125,13,10,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_Dimensions[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,68,105,109,101,110,115,105,111,110,115,32,61,32,123,13,10,32,32,103,101,116,40,107,101,121,41,32,123,13,10,32,32,32,32,99,111,110,115,116,32,100,101,118,105,99,101,32,61,32,72,105,112,112,121,46,100,101,118,105,99,101,32,124,124,32,123,125,59,13,10,32,32,32,32,114,101,116,117,114,110,32,100,101,118,105,99,101,91,107,101,121,93,59,13,10,32,32,125,44,13,10,32,32,115,101,116,40,110,97,116,105,118,101,68,105,109,101,110,115,105,111,110,115,41,32,123,13,10,32,32,32,32,105,102,32,40,33,110,97,116,105,118,101,68,105,109,101,110,115,105,111,110,115,41,32,123,13,10,32,32,32,32,32,32,114,101,116,117,114,110,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,111,110,115,116,32,123,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,32,61,32,110,117,108,108,44,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,32,61,32,110,117,108,108,32,125,32,61,32,110,97,116,105,118,101,68,105,109,101,110,115,105,111,110,115,59,13,10,32,32,32,32,105,102,32,40,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,41,32,123,13,10,32,32,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,119,105,110,100,111,119,32,61,32,123,13,10,32,32,32,32,32,32,32,32,119,105,100,116,104,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,119,105,100,116,104,32,47,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,13,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,104,101,105,103,104,116,32,47,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,13,10,32,32,32,32,32,32,32,32,115,99,97,108,101,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,13,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,102,111,110,116,83,99,97,108,101,44,13,10,32,32,32,32,32,32,32,32,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,32,47,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,13,10,32,32,32,32,32,32,32,32,110,97,118,105,103,97,116,111,114,66,97,114,72,101,105,103,104,116,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,110,97,118,105,103,97,116,105,111,110,66,97,114,72,101,105,103,104,116,32,47,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,13,10,32,32,32,32,32,32,125,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,105,102,32,40,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,41,32,123,13,10,32,32,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,115,99,114,101,101,110,32,61,32,123,13,10,32,32,32,32,32,32,32,32,119,105,100,116,104,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,119,105,100,116,104,32,47,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,13,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,104,101,105,103,104,116,32,47,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,13,10,32,32,32,32,32,32,32,32,115,99,97,108,101,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,13,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,102,111,110,116,83,99,97,108,101,44,13,10,32,32,32,32,32,32,32,32,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,44,32,47,47,32,112,120,32,117,110,105,116,13,10,32,32,32,32,32,32,32,32,110,97,118,105,103,97,116,111,114,66,97,114,72,101,105,103,104,116,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,110,97,118,105,103,97,116,105,111,110,66,97,114,72,101,105,103,104,116,32,47,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,13,10,32,32,32,32,32,32,125,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,105,120,101,108,82,97,116,105,111,32,61,32,72,105,112,112,121,46,100,101,118,105,99,101,46,119,105,110,100,111,119,46,115,99,97,108,101,59,13,10,32,32,125,44,13,10,32,32,105,110,105,116,40,41,32,123,13,10,32,32,32,32,99,111,110,115,116,32,123,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,44,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,32,125,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,68,105,109,101,110,115,105,111,110,115,59,13,10,32,32,32,32,116,104,105,115,46,115,101,116,40,123,13,10,32,32,32,32,32,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,44,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,44,13,10,32,32,32,32,125,41,59,13,10,32,32,125,44,13,10,125,59,13,10,13,10,68,105,109,101,110,115,105,111,110,115,46,105,110,105,116,40,41,59,13,10,13,10,95,95,71,76,79,66,65,76,95,95,46,106,115,77,111,100,117,108,101,76,105,115,116,32,61,32,123,13,10,32,32,68,105,109,101,110,115,105,111,110,115,44,13,10,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_UtilsModule[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,105,102,32,40,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,61,61,32,39,97,110,100,114,111,105,100,39,41,32,123,13,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,118,105,98,114,97,116,101,32,61,32,40,112,97,116,116,101,114,110,44,32,114,101,112,101,97,116,41,32,61,62,32,123,13,10,32,32,32,32,108,101,116,32,95,112,97,116,116,101,114,110,32,61,32,112,97,116,116,101,114,110,59,13,10,32,32,32,32,108,101,116,32,95,114,101,112,101,97,116,32,61,32,114,101,112,101,97,116,59,13,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,112,97,116,116,101,114,110,32,61,61,61,32,39,110,117,109,98,101,114,39,41,32,123,13,10,32,32,32,32,32,32,95,112,97,116,116,101,114,110,32,61,32,91,48,44,32,112,97,116,116,101,114,110,93,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,105,102,32,40,114,101,112,101,97,116,32,61,61,61,32,117,110,100,101,102,105,110,101,100,41,32,123,13,10,32,32,32,32,32,32,95,114,101,112,101,97,116,32,61,32,45,49,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,67,97,108,108,98,97,99,107,73,100,40,39,85,116,105,108,115,77,111,100,117,108,101,39,44,32,39,118,105,98,114,97,116,101,39,44,32,116,114,117,101,44,32,95,112,97,116,116,101,114,110,44,32,95,114,101,112,101,97,116,41,59,13,10,32,32,125,59,13,10,13,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,99,97,110,99,101,108,86,105,98,114,97,116,101,32,61,32,40,41,32,61,62,32,123,13,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,67,97,108,108,98,97,99,107,73,100,40,39,85,116,105,108,115,77,111,100,117,108,101,39,44,32,39,99,97,110,99,101,108,39,44,32,116,114,117,101,41,59,13,10,32,32,125,59,13,10,125,32,101,108,115,101,32,105,102,32,40,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,32,47,47,32,116,111,95,100,111,13,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,118,105,98,114,97,116,101,32,61,32,40,41,32,61,62,32,123,125,59,13,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,99,97,110,99,101,108,86,105,98,114,97,116,101,32,61,32,40,41,32,61,62,32,123,125,59,13,10,125,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_global[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,32,61,32,123,125,59,13,10,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,73,100,67,97,99,104,101,32,61,32,123,125,59,13,10,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,84,114,101,101,67,97,99,104,101,32,61,32,123,125,59,13,10,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,80,97,114,97,109,67,97,99,104,101,32,61,32,123,125,59,32,47,47,32,78,111,116,32,110,101,99,101,115,115,97,114,121,32,102,111,114,32,65,110,100,114,111,105,100,44,32,98,117,116,32,110,101,101,100,32,102,111,114,32,99,108,101,97,110,46,13,10,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,32,61,32,48,59,13,10,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,61,32,123,125,59,13,10,95,95,71,76,79,66,65,76,95,95,46,68,105,109,101,110,115,105,111,110,115,83,116,111,114,101,32,61,32,123,125,59,32,47,47,32,84,79,68,79,58,32,65,98,108,101,32,116,111,32,100,101,108,101,116,101,13,10,95,95,71,76,79,66,65,76,95,95,46,99,97,110,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,116,114,117,101,59,13,10,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,48,59,13,10,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,32,61,32,123,125,59,13,10,95,95,71,76,79,66,65,76,95,95,46,99,111,110,115,116,32,61,32,123,125,59,32,47,47,32,84,79,68,79,58,32,65,98,108,101,32,116,111,32,100,101,108,101,116,101,13,10,95,95,71,76,79,66,65,76,95,95,46,100,101,115,116,114,111,121,73,110,115,116,97,110,99,101,76,105,115,116,32,61,32,123,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_native2js[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,104,105,112,112,121,66,114,105,100,103,101,32,61,32,40,95,97,99,116,105,111,110,44,32,95,99,97,108,108,79,98,106,41,32,61,62,32,123,13,10,32,32,108,101,116,32,114,101,115,112,32,61,32,39,115,117,99,99,101,115,115,39,59,13,10,13,10,32,32,108,101,116,32,97,99,116,105,111,110,32,61,32,95,97,99,116,105,111,110,59,13,10,32,32,108,101,116,32,99,97,108,108,79,98,106,32,61,32,95,99,97,108,108,79,98,106,59,13,10,13,10,32,32,105,102,32,40,97,99,116,105,111,110,32,61,61,61,32,39,112,97,117,115,101,73,110,115,116,97,110,99,101,39,41,32,123,13,10,32,32,32,32,97,99,116,105,111,110,32,61,32,39,99,97,108,108,74,115,77,111,100,117,108,101,39,59,13,10,32,32,32,32,99,97,108,108,79,98,106,32,61,32,123,13,10,32,32,32,32,32,32,109,101,116,104,111,100,78,97,109,101,58,32,39,114,101,99,101,105,118,101,78,97,116,105,118,101,69,118,101,110,116,39,44,13,10,32,32,32,32,32,32,109,111,100,117,108,101,78,97,109,101,58,32,39,69,118,101,110,116,68,105,115,112,97,116,99,104,101,114,39,44,13,10,32,32,32,32,32,32,112,97,114,97,109,115,58,32,91,39,64,104,105,112,112,121,58,112,97,117,115,101,73,110,115,116,97,110,99,101,39,44,32,110,117,108,108,93,44,13,10,32,32,32,32,125,59,13,10,32,32,125,13,10,13,10,32,32,105,102,32,40,97,99,116,105,111,110,32,61,61,61,32,39,114,101,115,117,109,101,73,110,115,116,97,110,99,101,39,41,32,123,13,10,32,32,32,32,97,99,116,105,111,110,32,61,32,39,99,97,108,108,74,115,77,111,100,117,108,101,39,59,13,10,32,32,32,32,99,97,108,108,79,98,106,32,61,32,123,13,10,32,32,32,32,32,32,109,101,116,104,111,100,78,97,109,101,58,32,39,114,101,99,101,105,118,101,78,97,116,105,118,101,69,118,101,110,116,39,44,13,10,32,32,32,32,32,32,109,111,100,117,108,101,78,97,109,101,58,32,39,69,118,101,110,116,68,105,115,112,97,116,99,104,101,114,39,44,13,10,32,32,32,32,32,32,112,97,114,97,109,115,58,32,91,39,64,104,105,112,112,121,58,114,101,115,117,109,101,73,110,115,116,97,110,99,101,39,44,32,110,117,108,108,93,44,13,10,32,32,32,32,125,59,13,10,32,32,125,13,10,13,10,32,32,115,119,105,116,99,104,32,40,97,99,116,105,111,110,41,32,123,13,10,32,32,32,32,99,97,115,101,32,39,108,111,97,100,73,110,115,116,97,110,99,101,39,58,32,123,13,10,32,32,32,32,32,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,99,97,108,108,79,98,106,46,110,97,109,101,93,41,32,123,13,10,32,32,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,44,32,123,13,10,32,32,32,32,32,32,32,32,32,32,95,95,105,110,115,116,97,110,99,101,78,97,109,101,95,95,58,32,99,97,108,108,79,98,106,46,110,97,109,101,44,13,10,32,32,32,32,32,32,32,32,32,32,95,95,105,110,115,116,97,110,99,101,73,100,95,95,58,32,99,97,108,108,79,98,106,46,105,100,44,13,10,32,32,32,32,32,32,32,32,125,41,59,13,10,13,10,32,32,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,99,97,108,108,79,98,106,46,110,97,109,101,93,44,32,123,13,10,32,32,32,32,32,32,32,32,32,32,105,100,58,32,99,97,108,108,79,98,106,46,105,100,44,13,10,32,32,32,32,32,32,32,32,32,32,115,117,112,101,114,80,114,111,112,115,58,32,99,97,108,108,79,98,106,46,112,97,114,97,109,115,44,13,10,32,32,32,32,32,32,32,32,125,41,59,13,10,13,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,69,118,101,110,116,77,111,100,117,108,101,32,61,32,95,95,71,76,79,66,65,76,95,95,46,106,115,77,111,100,117,108,101,76,105,115,116,46,69,118,101,110,116,68,105,115,112,97,116,99,104,101,114,59,13,10,32,32,32,32,32,32,32,32,105,102,32,40,69,118,101,110,116,77,111,100,117,108,101,32,38,38,32,116,121,112,101,111,102,32,69,118,101,110,116,77,111,100,117,108,101,46,114,101,99,101,105,118,101,78,97,116,105,118,101,69,118,101,110,116,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,13,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,112,97,114,97,109,115,32,61,32,91,39,64,104,112,58,108,111,97,100,73,110,115,116,97,110,99,101,39,44,32,99,97,108,108,79,98,106,46,112,97,114,97,109,115,93,59,13,10,32,32,32,32,32,32,32,32,32,32,69,118,101,110,116,77,111,100,117,108,101,46,114,101,99,101,105,118,101,78,97,116,105,118,101,69,118,101,110,116,40,112,97,114,97,109,115,41,59,13,10,32,32,32,32,32,32,32,32,125,13,10,13,10,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,99,97,108,108,79,98,106,46,110,97,109,101,93,46,114,117,110,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,13,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,96,101,114,114,111,114,58,32,36,123,99,97,108,108,79,98,106,46,110,97,109,101,125,32,105,115,32,110,111,116,32,114,101,103,105,115,116,32,105,110,32,106,115,96,59,13,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,69,114,114,111,114,40,114,101,115,112,41,59,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,98,114,101,97,107,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,97,115,101,32,39,99,97,108,108,66,97,99,107,39,58,32,123,13,10,32,32,32,32,32,32,105,102,32,40,99,97,108,108,79,98,106,46,114,101,115,117,108,116,32,61,61,61,32,49,41,32,123,13,10,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,110,97,116,105,118,101,32,110,111,32,109,111,100,117,108,101,115,39,59,13,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,97,108,108,79,98,106,46,99,97,108,108,73,100,32,38,38,32,99,97,108,108,79,98,106,46,109,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,111,100,117,108,101,39,32,38,38,32,99,97,108,108,79,98,106,46,109,111,100,117,108,101,70,117,110,99,32,61,61,61,32,39,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,39,41,32,123,13,10,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,99,97,110,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,116,114,117,101,59,13,10,13,10,32,32,32,32,32,32,32,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,41,32,123,13,10,32,32,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,46,102,111,114,69,97,99,104,40,40,99,98,41,32,61,62,32,123,13,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,98,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,13,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,98,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,13,10,32,32,32,32,32,32,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,32,32,32,32,125,41,59,13,10,13,10,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,59,13,10,32,32,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,97,108,108,79,98,106,46,99,97,108,108,73,100,32,38,38,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,41,32,123,13,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,99,97,108,108,98,97,99,107,79,98,106,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,59,13,10,32,32,32,32,32,32,32,32,105,102,32,40,99,97,108,108,79,98,106,46,114,101,115,117,108,116,32,33,61,61,32,48,32,38,38,32,116,121,112,101,111,102,32,99,97,108,108,98,97,99,107,79,98,106,46,114,101,106,101,99,116,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,13,10,32,32,32,32,32,32,32,32,32,32,99,97,108,108,98,97,99,107,79,98,106,46,114,101,106,101,99,116,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,13,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,32,32,32,32,99,97,108,108,98,97,99,107,79,98,106,46,99,98,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,13,10,32,32,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,32,32,105,102,32,40,99,97,108,108,98,97,99,107,79,98,106,46,116,121,112,101,32,61,61,61,32,48,32,124,124,32,99,97,108,108,98,97,99,107,79,98,106,46,116,121,112,101,32,61,61,61,32,49,41,32,123,13,10,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,59,13,10,32,32,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,99,97,108,108,106,115,32,105,100,32,105,115,32,110,111,116,32,114,101,103,105,115,116,32,105,110,32,106,115,39,59,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,98,114,101,97,107,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,97,115,101,32,39,99,97,108,108,74,115,77,111,100,117,108,101,39,58,32,123,13,10,32,32,32,32,32,32,105,102,32,40,33,99,97,108,108,79,98,106,32,124,124,32,33,99,97,108,108,79,98,106,46,109,111,100,117,108,101,78,97,109,101,32,124,124,32,33,99,97,108,108,79,98,106,46,109,101,116,104,111,100,78,97,109,101,41,32,123,13,10,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,99,97,108,108,74,115,77,111,100,117,108,101,32,112,97,114,97,109,32,105,110,118,97,108,105,100,39,59,13,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,116,97,114,103,101,116,77,111,100,117,108,101,32,61,32,95,95,71,76,79,66,65,76,95,95,46,106,115,77,111,100,117,108,101,76,105,115,116,91,99,97,108,108,79,98,106,46,109,111,100,117,108,101,78,97,109,101,93,59,13,10,32,32,32,32,32,32,32,32,105,102,32,40,33,116,97,114,103,101,116,77,111,100,117,108,101,32,124,124,32,116,121,112,101,111,102,32,116,97,114,103,101,116,77,111,100,117,108,101,91,99,97,108,108,79,98,106,46,109,101,116,104,111,100,78,97,109,101,93,32,33,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,13,10,32,32,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,99,97,108,108,74,115,77,111,100,117,108,101,32,116,97,114,103,101,116,116,105,110,103,32,97,110,32,117,110,100,101,102,105,110,101,100,32,109,111,100,117,108,101,32,111,114,32,109,101,116,104,111,100,39,59,13,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,13,10,32,32,32,32,32,32,32,32,32,32,116,97,114,103,101,116,77,111,100,117,108,101,91,99,97,108,108,79,98,106,46,109,101,116,104,111,100,78,97,109,101,93,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,13,10,32,32,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,125,13,10,32,32,32,32,32,32,98,114,101,97,107,59,13,10,32,32,32,32,125,13,10,32,32,32,32,99,97,115,101,32,39,100,101,115,116,114,111,121,73,110,115,116,97,110,99,101,39,58,32,123,13,10,32,32,32,32,32,32,103,108,111,98,97,108,46,72,105,112,112,121,46,101,109,105,116,40,39,100,101,115,116,114,111,121,73,110,115,116,97,110,99,101,39,44,32,99,97,108,108,79,98,106,41,59,13,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,73,100,32,61,32,68,97,116,101,46,110,111,119,40,41,46,116,111,83,116,114,105,110,103,40,41,59,13,10,32,32,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,115,116,97,114,116,66,97,116,99,104,39,44,32,114,101,110,100,101,114,73,100,41,59,13,10,32,32,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,100,101,108,101,116,101,78,111,100,101,39,44,32,99,97,108,108,79,98,106,44,32,91,123,32,105,100,58,32,99,97,108,108,79,98,106,32,125,93,41,59,13,10,32,32,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,101,110,100,66,97,116,99,104,39,44,32,114,101,110,100,101,114,73,100,41,59,13,10,32,32,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,73,100,67,97,99,104,101,91,99,97,108,108,79,98,106,93,59,13,10,32,32,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,84,114,101,101,67,97,99,104,101,91,99,97,108,108,79,98,106,93,59,13,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,100,101,115,116,114,111,121,73,110,115,116,97,110,99,101,76,105,115,116,91,99,97,108,108,79,98,106,93,32,61,32,116,114,117,101,59,13,10,32,32,32,32,32,32,98,114,101,97,107,59,13,10,32,32,32,32,125,13,10,32,32,32,32,100,101,102,97,117,108,116,58,32,123,13,10,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,97,99,116,105,111,110,32,110,111,116,32,100,101,102,105,110,101,39,59,13,10,32,32,32,32,32,32,98,114,101,97,107,59,13,10,32,32,32,32,125,13,10,32,32,125,13,10,13,10,32,32,114,101,116,117,114,110,32,114,101,115,112,59,13,10,125,59,13,10,125,41,59,0 }; // NOLINT - const uint8_t k_requestAnimationFrame[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,40,99,98,41,32,61,62,32,123,13,10,32,32,105,102,32,40,99,98,41,32,123,13,10,32,32,32,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,99,97,110,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,41,32,123,13,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,59,13,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,93,32,61,32,91,93,59,13,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,93,46,112,117,115,104,40,99,98,41,59,13,10,13,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,99,97,110,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,102,97,108,115,101,59,13,10,13,10,32,32,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,67,97,108,108,98,97,99,107,73,100,40,39,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,111,100,117,108,101,39,44,32,39,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,39,44,32,116,114,117,101,41,59,13,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,93,41,32,123,13,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,93,46,112,117,115,104,40,99,98,41,59,13,10,32,32,32,32,125,13,10,13,10,32,32,32,32,114,101,116,117,114,110,32,39,39,59,13,10,32,32,125,13,10,13,10,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,115,39,41,59,13,10,125,59,13,10,13,10,103,108,111,98,97,108,46,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,40,41,32,61,62,32,123,125,59,13,10,125,41,59,0 }; // NOLINT + const uint8_t k_Others[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,95,95,73,83,72,73,80,80,89,95,95,32,61,32,116,114,117,101,59,10,103,108,111,98,97,108,46,95,95,71,76,79,66,65,76,95,95,32,61,32,123,10,32,32,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,58,32,123,125,44,10,125,59,10,10,47,42,42,10,32,42,32,82,101,103,105,115,116,101,114,32,116,104,101,32,72,105,112,112,121,32,97,112,112,32,101,110,116,114,121,32,102,117,110,99,116,105,111,110,44,32,116,104,101,32,110,97,116,105,118,101,32,119,105,108,108,32,116,114,105,103,103,101,114,32,97,110,32,101,118,101,110,116,32,116,111,32,101,120,101,99,117,116,101,32,116,104,101,32,102,117,110,99,116,105,111,110,10,32,42,32,97,110,100,32,115,116,97,114,116,32,116,104,101,32,97,112,112,46,10,32,42,10,32,42,32,84,104,101,32,100,105,102,102,101,114,101,110,116,32,112,108,97,116,102,111,114,109,115,32,116,104,101,32,101,118,101,110,116,32,110,97,109,101,32,105,115,32,100,105,102,102,101,114,101,110,116,44,32,102,111,114,32,65,110,100,114,111,105,100,32,105,116,39,115,32,39,108,111,97,100,73,110,115,116,97,110,99,101,39,44,10,32,42,32,102,111,114,32,105,79,83,32,105,116,39,115,32,39,114,117,110,65,112,112,108,105,99,97,116,105,111,110,39,46,10,32,42,10,32,42,32,70,111,114,32,116,104,101,32,115,97,109,101,32,97,112,112,32,115,116,97,114,116,117,112,32,109,117,108,116,105,112,108,101,32,116,105,109,101,115,44,32,105,116,32,110,101,101,100,115,32,116,111,32,117,115,101,32,97,32,100,105,102,102,101,114,101,110,116,32,74,97,118,97,115,99,114,105,112,116,32,67,111,110,116,101,120,116,10,32,42,32,102,111,114,32,116,104,101,32,101,110,118,105,114,111,110,109,101,110,116,32,105,115,111,108,97,116,105,111,110,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,97,112,112,78,97,109,101,32,45,32,84,104,101,32,97,112,112,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,103,105,115,116,101,114,46,10,32,42,32,64,112,97,114,97,109,32,123,42,125,32,101,110,116,114,121,70,117,110,99,32,45,32,84,104,101,32,101,110,116,114,121,32,102,117,110,99,116,105,111,110,32,119,105,108,108,32,98,101,32,101,120,101,99,117,116,101,32,97,102,116,101,114,32,110,97,116,105,118,101,32,99,97,108,108,101,100,46,10,32,42,47,10,102,117,110,99,116,105,111,110,32,104,105,112,112,121,82,101,103,105,115,116,101,114,40,97,112,112,78,97,109,101,44,32,101,110,116,114,121,70,117,110,99,41,32,123,10,32,32,47,47,32,67,97,108,108,32,116,104,101,32,105,79,83,32,110,97,116,105,118,101,32,102,111,114,32,114,101,110,97,109,101,32,116,104,101,32,99,111,110,116,101,120,116,32,116,111,32,97,112,112,78,97,109,101,46,10,32,32,105,102,32,40,103,108,111,98,97,108,46,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,74,83,67,69,120,101,99,117,116,111,114,39,44,32,39,115,101,116,67,111,110,116,101,120,116,78,97,109,101,39,44,32,96,72,105,112,112,121,67,111,110,116,101,120,116,58,32,36,123,97,112,112,78,97,109,101,125,96,41,59,10,32,32,125,10,32,32,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,97,112,112,78,97,109,101,93,32,61,32,123,10,32,32,32,32,114,117,110,58,32,101,110,116,114,121,70,117,110,99,44,10,32,32,125,59,10,125,10,10,47,42,42,10,32,42,32,82,101,103,105,115,116,101,114,32,97,32,108,105,115,116,101,110,101,114,32,102,111,114,32,97,32,115,112,101,99,105,102,105,99,32,101,118,101,110,116,44,32,97,110,100,32,116,104,101,32,108,105,115,116,101,110,101,114,32,119,105,108,108,32,98,101,32,99,97,108,108,101,100,10,32,42,32,119,104,101,110,32,116,104,101,32,101,118,101,110,116,32,105,115,32,116,114,105,103,103,101,114,101,100,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,103,105,115,116,101,114,101,100,46,10,32,42,32,64,112,97,114,97,109,32,123,70,117,110,99,116,105,111,110,125,32,108,105,115,116,101,110,101,114,32,45,32,69,118,101,110,116,32,99,97,108,108,98,97,99,107,46,10,32,42,32,64,114,101,116,117,114,110,115,32,123,83,101,116,125,32,45,32,83,101,116,32,111,102,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,115,10,32,42,47,10,102,117,110,99,116,105,111,110,32,111,110,40,101,118,101,110,116,78,97,109,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,108,105,115,116,101,110,101,114,32,33,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,111,110,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,32,97,110,100,32,97,32,102,117,110,99,116,105,111,110,32,97,115,32,108,105,115,116,101,110,101,114,39,41,59,10,32,32,125,10,10,32,32,108,101,116,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,105,102,32,40,33,40,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,83,101,116,41,41,32,123,10,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,32,61,32,110,101,119,32,83,101,116,40,41,59,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,125,10,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,97,100,100,40,108,105,115,116,101,110,101,114,41,59,10,32,32,114,101,116,117,114,110,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,59,10,125,10,10,47,42,42,10,32,42,32,82,101,109,111,118,101,32,115,112,101,99,105,102,105,99,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,44,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,114,101,109,111,118,101,100,46,10,32,42,32,64,112,97,114,97,109,32,123,70,117,110,99,116,105,111,110,125,32,108,105,115,116,101,110,101,114,32,45,32,83,112,101,99,105,102,105,99,32,101,118,101,110,116,32,99,97,108,108,98,97,99,107,32,119,105,108,108,32,98,101,32,114,101,109,111,118,101,100,44,10,32,42,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,101,32,108,105,115,116,101,110,101,114,115,32,119,105,108,108,32,99,108,101,97,110,32,97,108,108,32,105,102,32,110,111,116,32,115,112,101,99,105,102,105,99,46,10,32,42,32,64,114,101,116,117,114,110,115,32,123,83,101,116,32,124,32,110,117,108,108,125,32,45,32,83,101,116,32,111,102,32,101,118,101,110,116,32,108,105,115,116,101,110,101,114,115,44,32,111,114,32,110,117,108,108,32,111,102,32,101,109,112,116,121,46,10,32,42,47,10,102,117,110,99,116,105,111,110,32,111,102,102,40,101,118,101,110,116,78,97,109,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,111,102,102,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,39,41,59,10,32,32,125,10,32,32,99,111,110,115,116,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,105,102,32,40,33,40,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,83,101,116,41,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,125,10,32,32,105,102,32,40,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,114,101,116,117,114,110,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,59,10,32,32,125,10,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,99,108,101,97,114,40,41,59,10,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,125,10,10,47,42,42,10,32,42,32,84,114,105,103,103,101,114,32,97,32,101,118,101,110,116,32,119,105,116,104,32,97,114,103,117,109,101,110,116,115,46,10,32,42,10,32,42,32,64,112,97,114,97,109,32,123,115,116,114,105,110,103,125,32,101,118,101,110,116,78,97,109,101,32,45,32,84,104,101,32,101,118,101,110,116,32,110,97,109,101,32,119,105,108,108,32,98,101,32,116,114,105,103,103,101,114,46,10,32,42,32,64,112,97,114,97,109,32,32,123,97,110,121,125,32,97,114,103,115,32,45,32,69,118,101,110,116,32,99,97,108,108,98,97,99,107,32,97,114,103,117,109,101,110,116,115,46,10,32,42,47,10,102,117,110,99,116,105,111,110,32,101,109,105,116,40,101,118,101,110,116,78,97,109,101,44,32,46,46,46,97,114,103,115,41,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,101,118,101,110,116,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,72,105,112,112,121,46,101,109,105,116,40,41,32,111,110,108,121,32,97,99,99,101,112,116,32,97,32,115,116,114,105,110,103,32,97,115,32,101,118,101,110,116,32,110,97,109,101,39,41,59,10,32,32,125,10,32,32,99,111,110,115,116,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,32,61,32,95,95,71,76,79,66,65,76,95,95,46,103,108,111,98,97,108,69,118,101,110,116,72,97,110,100,108,101,91,101,118,101,110,116,78,97,109,101,93,59,10,32,32,105,102,32,40,33,101,118,101,110,116,76,105,115,116,101,110,101,114,115,41,32,123,10,32,32,32,32,105,102,32,40,101,118,101,110,116,78,97,109,101,32,61,61,61,32,39,117,110,99,97,117,103,104,116,69,120,99,101,112,116,105,111,110,39,32,38,38,32,97,114,103,115,91,48,93,41,32,123,10,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,97,114,103,115,91,48,93,46,116,111,83,116,114,105,110,103,40,41,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,59,10,32,32,125,10,32,32,116,114,121,32,123,10,32,32,32,32,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,102,111,114,69,97,99,104,40,108,105,115,116,101,110,101,114,32,61,62,32,108,105,115,116,101,110,101,114,40,46,46,46,97,114,103,115,41,41,59,10,32,32,125,32,99,97,116,99,104,32,40,101,114,114,41,32,123,10,32,32,32,32,47,42,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,45,110,101,120,116,45,108,105,110,101,32,110,111,45,99,111,110,115,111,108,101,32,42,47,10,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,101,114,114,41,59,10,32,32,125,10,125,10,10,72,105,112,112,121,46,100,101,118,105,99,101,32,61,32,123,125,59,10,72,105,112,112,121,46,98,114,105,100,103,101,32,61,32,123,125,59,10,72,105,112,112,121,46,114,101,103,105,115,116,101,114,32,61,32,123,10,32,32,114,101,103,105,115,116,58,32,104,105,112,112,121,82,101,103,105,115,116,101,114,44,10,125,59,10,72,105,112,112,121,46,111,110,32,61,32,111,110,59,10,72,105,112,112,121,46,111,102,102,32,61,32,111,102,102,59,10,72,105,112,112,121,46,101,109,105,116,32,61,32,101,109,105,116,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_DynamicLoad[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,39,41,59,10,10,103,108,111,98,97,108,46,100,121,110,97,109,105,99,76,111,97,100,32,61,32,40,112,97,116,104,44,32,101,110,99,111,100,101,44,32,99,98,41,32,61,62,32,123,10,32,32,108,101,116,32,114,101,113,117,101,115,116,80,97,116,104,32,61,32,112,97,116,104,59,10,32,32,99,111,110,115,116,32,114,101,103,32,61,32,47,94,40,104,116,116,112,115,63,58,41,63,92,47,92,47,46,43,36,47,59,10,32,32,105,102,32,40,112,97,116,104,32,38,38,32,33,114,101,103,46,116,101,115,116,40,112,97,116,104,41,41,32,123,10,32,32,32,32,114,101,113,117,101,115,116,80,97,116,104,32,61,32,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,32,43,32,112,97,116,104,59,10,32,32,32,32,99,111,110,115,111,108,101,46,108,111,103,40,96,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,58,32,36,123,103,108,111,98,97,108,46,95,95,72,73,80,80,89,67,85,82,68,73,82,95,95,125,96,41,59,10,32,32,125,10,32,32,99,111,110,115,111,108,101,46,108,111,103,40,96,114,101,113,117,101,115,116,80,97,116,104,58,36,123,114,101,113,117,101,115,116,80,97,116,104,125,124,112,97,116,104,32,61,32,36,123,112,97,116,104,125,96,41,59,10,32,32,67,111,110,116,101,120,116,105,102,121,77,111,100,117,108,101,46,76,111,97,100,85,114,105,67,111,110,116,101,110,116,40,114,101,113,117,101,115,116,80,97,116,104,44,32,101,110,99,111,100,101,44,32,99,98,41,59,10,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_Platform[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,47,42,10,32,32,73,79,83,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,58,32,123,10,32,32,32,32,68,101,118,105,99,101,32,58,32,39,105,80,104,111,110,101,32,88,82,39,44,10,32,32,32,32,83,68,75,86,101,114,115,105,111,110,32,58,32,39,48,46,50,46,49,39,44,10,32,32,32,32,79,83,32,239,188,154,39,105,111,115,39,44,10,32,32,32,32,79,83,86,101,114,115,105,111,110,32,58,32,39,49,50,46,48,39,10,32,32,125,10,10,32,32,65,110,100,114,111,105,100,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,58,32,123,10,32,32,32,32,80,108,97,116,102,111,114,109,32,58,32,123,10,32,32,32,32,32,32,79,83,32,58,32,39,97,110,100,114,111,105,100,39,44,10,32,32,32,32,32,32,65,80,73,76,101,118,101,108,32,58,32,39,120,120,120,39,10,32,32,32,32,125,10,32,32,125,10,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,32,61,32,123,10,32,32,32,32,39,79,83,39,58,32,39,119,101,98,39,44,10,32,32,32,32,39,68,101,118,105,99,101,39,58,32,39,39,44,10,32,32,32,32,39,79,83,86,101,114,115,105,111,110,39,58,32,39,39,44,32,47,47,32,102,111,114,32,105,111,115,10,32,32,32,32,39,83,68,75,86,101,114,115,105,111,110,39,58,32,39,39,44,10,32,32,32,32,39,65,80,73,76,101,118,101,108,39,58,32,39,39,44,32,47,47,32,102,111,114,32,97,110,100,114,111,105,100,10,32,32,32,32,39,65,112,112,86,101,114,115,105,111,110,39,58,32,39,39,44,32,47,47,32,116,111,95,100,111,10,32,32,32,32,39,80,105,120,101,108,82,97,116,105,111,39,32,58,32,49,44,32,47,47,32,116,111,95,100,111,10,32,32,32,32,39,68,105,109,101,110,115,105,111,110,115,39,32,58,32,123,32,47,47,32,116,111,95,100,111,10,32,32,32,32,32,32,119,105,110,100,111,119,32,58,32,123,10,32,32,32,32,32,32,32,32,119,105,100,116,104,32,58,32,49,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,32,58,32,49,44,10,32,32,32,32,32,32,32,32,115,99,97,108,101,32,58,32,49,44,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,32,58,32,49,10,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,115,99,114,101,101,110,32,58,32,123,10,32,32,32,32,32,32,32,32,119,105,100,116,104,32,58,32,49,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,32,58,32,49,44,10,32,32,32,32,32,32,32,32,115,99,97,108,101,32,58,32,49,44,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,32,58,32,49,44,10,32,32,32,32,32,32,32,32,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,32,58,32,49,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,125,59,10,42,47,10,10,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,32,61,32,123,125,59,10,10,105,102,32,40,116,121,112,101,111,102,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,10,32,32,105,102,32,40,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,68,101,118,105,99,101,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,68,101,118,105,99,101,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,86,101,114,115,105,111,110,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,79,83,86,101,114,115,105,111,110,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,83,68,75,86,101,114,115,105,111,110,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,83,68,75,86,101,114,115,105,111,110,59,10,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,80,108,97,116,102,111,114,109,46,79,83,59,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,65,80,73,76,101,118,101,108,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,80,108,97,116,102,111,114,109,46,65,80,73,76,101,118,101,108,59,10,32,32,125,10,125,10,125,41,59,0 }; // NOLINT + const uint8_t k_js2native[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,47,42,42,10,32,42,32,109,111,100,117,108,101,67,97,108,108,76,105,115,116,47,99,97,108,108,98,97,99,107,47,116,121,112,101,239,188,154,10,32,42,32,32,48,32,58,32,110,97,116,105,118,101,32,99,97,108,108,32,99,97,108,108,98,97,99,107,44,32,100,101,108,101,116,101,32,99,97,99,104,101,32,102,114,111,109,32,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,105,109,109,101,100,105,97,116,101,108,121,10,32,42,32,32,49,32,58,32,110,97,105,118,101,32,99,97,108,108,32,99,97,108,108,98,97,99,107,44,32,100,101,108,101,116,101,32,99,97,99,104,101,32,102,114,111,109,32,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,98,121,32,106,115,10,32,42,32,32,50,32,58,32,100,101,108,101,116,101,32,99,97,99,104,101,32,102,114,111,109,32,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,119,104,101,110,101,118,101,114,32,106,115,32,119,97,110,116,10,32,42,47,10,10,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,32,61,32,40,46,46,46,99,97,108,108,65,114,103,117,109,101,110,116,115,41,32,61,62,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,61,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,39,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,110,111,116,32,100,101,102,105,110,101,100,39,41,59,10,32,32,125,10,10,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,32,50,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,114,103,117,109,101,110,116,115,32,108,101,110,103,116,104,32,109,117,115,116,32,98,101,32,108,97,114,103,101,114,32,116,104,97,110,32,50,39,41,59,10,32,32,125,10,10,32,32,99,111,110,115,116,32,99,117,114,114,101,110,116,67,97,108,108,73,100,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,59,10,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,32,43,61,32,49,59,10,10,32,32,99,111,110,115,116,32,112,97,114,97,109,32,61,32,91,93,59,10,32,32,108,101,116,32,99,98,67,111,117,110,116,32,61,32,48,59,10,10,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,50,59,32,105,32,60,32,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,32,38,38,32,99,98,67,111,117,110,116,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,99,98,67,111,117,110,116,32,43,61,32,49,59,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,117,114,114,101,110,116,67,97,108,108,73,100,93,32,61,32,123,10,32,32,32,32,32,32,32,32,99,98,58,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,44,10,32,32,32,32,32,32,32,32,116,121,112,101,58,32,48,44,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,41,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,108,101,116,32,109,111,100,117,108,101,67,97,108,108,98,97,99,107,73,100,32,61,32,45,49,59,10,32,32,105,102,32,40,99,98,67,111,117,110,116,32,62,32,48,41,32,123,10,32,32,32,32,109,111,100,117,108,101,67,97,108,108,98,97,99,107,73,100,32,61,32,99,117,114,114,101,110,116,67,97,108,108,73,100,59,10,32,32,125,10,10,32,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,40,109,111,100,117,108,101,67,97,108,108,98,97,99,107,73,100,46,116,111,83,116,114,105,110,103,40,41,41,44,32,112,97,114,97,109,41,59,10,125,59,10,10,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,32,61,32,40,46,46,46,99,97,108,108,65,114,103,117,109,101,110,116,115,41,32,61,62,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,61,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,39,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,110,111,116,32,100,101,102,105,110,101,100,39,41,41,59,10,32,32,125,10,10,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,32,50,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,114,103,117,109,101,110,116,115,32,108,101,110,103,116,104,32,109,117,115,116,32,98,101,32,108,97,114,103,101,114,32,116,104,97,110,32,50,39,41,41,59,10,32,32,125,10,10,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,114,101,115,111,108,118,101,44,32,114,106,41,32,61,62,32,123,10,32,32,32,32,99,111,110,115,116,32,99,117,114,114,101,110,116,67,97,108,108,73,100,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,59,10,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,32,43,61,32,49,59,10,10,32,32,32,32,99,111,110,115,116,32,112,97,114,97,109,32,61,32,91,93,59,10,32,32,32,32,108,101,116,32,99,98,67,111,117,110,116,32,61,32,48,59,10,10,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,50,59,32,105,32,60,32,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,32,38,38,32,99,98,67,111,117,110,116,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,99,98,67,111,117,110,116,32,43,61,32,49,59,10,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,117,114,114,101,110,116,67,97,108,108,73,100,93,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,99,98,58,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,44,10,32,32,32,32,32,32,32,32,32,32,114,101,106,101,99,116,58,32,114,106,44,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,48,44,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,99,98,67,111,117,110,116,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,117,114,114,101,110,116,67,97,108,108,73,100,93,32,61,32,123,10,32,32,32,32,32,32,32,32,99,98,58,32,114,101,115,111,108,118,101,44,10,32,32,32,32,32,32,32,32,114,101,106,101,99,116,58,32,114,106,44,10,32,32,32,32,32,32,32,32,116,121,112,101,58,32,48,44,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,10,32,32,32,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,44,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,44,32,40,99,117,114,114,101,110,116,67,97,108,108,73,100,46,116,111,83,116,114,105,110,103,40,41,41,44,32,112,97,114,97,109,41,59,10,32,32,125,41,59,10,125,59,10,10,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,67,97,108,108,98,97,99,107,73,100,32,61,32,40,46,46,46,99,97,108,108,65,114,103,117,109,101,110,116,115,41,32,61,62,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,61,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,39,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,32,110,111,116,32,100,101,102,105,110,101,100,39,41,59,10,32,32,125,10,10,32,32,105,102,32,40,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,32,60,32,51,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,65,114,103,117,109,101,110,116,115,32,108,101,110,103,116,104,32,109,117,115,116,32,98,101,32,108,97,114,103,101,114,32,116,104,97,110,32,51,39,41,59,10,32,32,125,10,10,32,32,99,111,110,115,116,32,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,61,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,48,93,59,10,32,32,99,111,110,115,116,32,99,97,108,108,70,117,110,99,78,97,109,101,32,61,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,49,93,59,10,32,32,99,111,110,115,116,32,97,117,116,111,68,101,108,101,116,101,32,61,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,50,93,59,10,10,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,99,97,108,108,70,117,110,99,78,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,97,117,116,111,68,101,108,101,116,101,32,33,61,61,32,39,98,111,111,108,101,97,110,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,115,39,41,59,10,32,32,125,10,10,32,32,99,111,110,115,116,32,99,117,114,114,101,110,116,67,97,108,108,73,100,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,59,10,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,32,43,61,32,49,59,10,32,32,99,111,110,115,116,32,112,97,114,97,109,32,61,32,91,93,59,10,10,32,32,105,102,32,40,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,65,110,105,109,97,116,105,111,110,77,111,100,117,108,101,39,32,38,38,32,40,99,97,108,108,70,117,110,99,78,97,109,101,32,61,61,61,32,39,99,114,101,97,116,101,65,110,105,109,97,116,105,111,110,39,32,124,124,32,99,97,108,108,70,117,110,99,78,97,109,101,32,61,61,61,32,39,99,114,101,97,116,101,65,110,105,109,97,116,105,111,110,83,101,116,39,41,41,32,123,10,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,99,117,114,114,101,110,116,67,97,108,108,73,100,41,59,10,32,32,125,10,10,32,32,108,101,116,32,99,98,67,111,117,110,116,32,61,32,48,59,10,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,51,59,32,105,32,60,32,99,97,108,108,65,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,32,38,38,32,99,98,67,111,117,110,116,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,99,98,67,111,117,110,116,32,43,61,32,49,59,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,117,114,114,101,110,116,67,97,108,108,73,100,93,32,61,32,123,10,32,32,32,32,32,32,32,32,99,98,58,32,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,44,10,32,32,32,32,32,32,32,32,116,121,112,101,58,32,97,117,116,111,68,101,108,101,116,101,32,63,32,49,32,58,32,50,44,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,99,97,108,108,65,114,103,117,109,101,110,116,115,91,105,93,41,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,105,102,32,40,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,84,105,109,101,114,77,111,100,117,108,101,39,32,124,124,32,99,97,108,108,77,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,111,100,117,108,101,39,41,32,123,10,32,32,32,32,112,97,114,97,109,46,112,117,115,104,40,40,99,117,114,114,101,110,116,67,97,108,108,73,100,46,116,111,83,116,114,105,110,103,40,41,41,41,59,10,32,32,125,10,10,32,32,104,105,112,112,121,67,97,108,108,78,97,116,105,118,101,115,40,99,97,108,108,77,111,100,117,108,101,78,97,109,101,44,32,99,97,108,108,70,117,110,99,78,97,109,101,44,32,40,99,117,114,114,101,110,116,67,97,108,108,73,100,46,116,111,83,116,114,105,110,103,40,41,41,44,32,112,97,114,97,109,41,59,10,10,32,32,114,101,116,117,114,110,32,99,117,114,114,101,110,116,67,97,108,108,73,100,59,10,125,59,10,10,72,105,112,112,121,46,98,114,105,100,103,101,46,114,101,109,111,118,101,78,97,116,105,118,101,67,97,108,108,98,97,99,107,32,61,32,40,99,97,108,108,73,100,41,32,61,62,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,99,97,108,108,73,100,32,33,61,61,32,39,110,117,109,98,101,114,39,32,124,124,32,99,97,108,108,73,100,32,60,32,48,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,115,39,41,59,10,32,32,125,10,10,32,32,105,102,32,40,116,121,112,101,111,102,32,95,95,71,76,79,66,65,76,95,95,32,33,61,61,32,39,111,98,106,101,99,116,39,32,124,124,32,116,121,112,101,111,102,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,33,61,61,32,39,111,98,106,101,99,116,39,41,32,123,10,32,32,32,32,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,39,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,110,111,116,32,100,101,102,105,110,101,100,39,41,59,10,32,32,125,10,10,32,32,99,111,110,115,116,32,99,97,108,108,98,97,99,107,79,98,106,101,99,116,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,73,100,93,59,10,32,32,105,102,32,40,99,97,108,108,98,97,99,107,79,98,106,101,99,116,32,38,38,32,40,99,97,108,108,98,97,99,107,79,98,106,101,99,116,46,116,121,112,101,32,61,61,61,32,49,32,124,124,32,99,97,108,108,98,97,99,107,79,98,106,101,99,116,46,116,121,112,101,32,61,61,61,32,50,41,41,32,123,10,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,73,100,93,59,10,32,32,125,10,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_TimerModule[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,116,105,109,101,114,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,84,105,109,101,114,77,111,100,117,108,101,39,41,59,10,10,103,108,111,98,97,108,46,115,101,116,84,105,109,101,111,117,116,32,61,32,40,99,98,44,32,115,108,101,101,112,84,105,109,101,41,32,61,62,32,116,105,109,101,114,46,83,101,116,84,105,109,101,111,117,116,40,99,98,44,32,115,108,101,101,112,84,105,109,101,41,59,10,10,103,108,111,98,97,108,46,99,108,101,97,114,84,105,109,101,111,117,116,32,61,32,40,116,105,109,101,114,73,100,41,32,61,62,32,123,10,32,32,105,102,32,40,78,117,109,98,101,114,46,105,115,73,110,116,101,103,101,114,40,116,105,109,101,114,73,100,41,32,38,38,32,116,105,109,101,114,73,100,32,62,32,48,41,32,123,10,32,32,32,32,116,105,109,101,114,46,67,108,101,97,114,84,105,109,101,111,117,116,40,116,105,109,101,114,73,100,41,59,10,32,32,125,10,125,59,10,10,103,108,111,98,97,108,46,115,101,116,73,110,116,101,114,118,97,108,32,61,32,40,99,98,44,32,105,110,116,101,114,118,97,108,84,105,109,101,41,32,61,62,32,116,105,109,101,114,46,83,101,116,73,110,116,101,114,118,97,108,40,99,98,44,32,105,110,116,101,114,118,97,108,84,105,109,101,41,59,10,10,103,108,111,98,97,108,46,99,108,101,97,114,73,110,116,101,114,118,97,108,32,61,32,40,116,105,109,101,114,73,100,41,32,61,62,32,123,10,32,32,105,102,32,40,78,117,109,98,101,114,46,105,115,73,110,116,101,103,101,114,40,116,105,109,101,114,73,100,41,32,38,38,32,116,105,109,101,114,73,100,32,62,32,48,41,32,123,10,32,32,32,32,116,105,109,101,114,46,67,108,101,97,114,73,110,116,101,114,118,97,108,40,116,105,109,101,114,73,100,41,59,10,32,32,125,10,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_ConsoleModule[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,99,111,110,115,111,108,101,77,111,100,117,108,101,32,61,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,40,39,67,111,110,115,111,108,101,77,111,100,117,108,101,39,41,59,10,10,99,111,110,115,116,32,105,110,100,101,110,116,32,61,32,40,108,101,118,101,108,41,32,61,62,32,123,10,32,32,108,101,116,32,116,97,98,32,61,32,39,39,59,10,32,32,119,104,105,108,101,32,40,116,97,98,46,108,101,110,103,116,104,32,60,32,108,101,118,101,108,32,42,32,50,41,32,123,10,32,32,32,32,116,97,98,32,43,61,32,39,32,32,39,59,10,32,32,125,10,32,32,114,101,116,117,114,110,32,116,97,98,59,10,125,59,10,10,108,101,116,32,105,110,115,112,101,99,116,79,98,106,101,99,116,32,61,32,110,117,108,108,59,10,108,101,116,32,105,110,115,112,101,99,116,32,61,32,110,117,108,108,59,10,10,102,117,110,99,116,105,111,110,32,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,112,97,114,97,109,41,32,123,10,32,32,99,111,110,115,116,32,114,101,115,117,108,116,32,61,32,123,125,59,10,32,32,99,111,110,115,116,32,112,114,111,112,75,101,121,115,32,61,32,79,98,106,101,99,116,46,107,101,121,115,40,112,97,114,97,109,41,59,10,32,32,112,114,111,112,75,101,121,115,46,102,111,114,69,97,99,104,40,40,107,101,121,44,32,105,110,100,101,120,41,32,61,62,32,123,10,32,32,32,32,114,101,115,117,108,116,91,112,114,111,112,75,101,121,115,91,105,110,100,101,120,93,93,32,61,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,112,97,114,97,109,44,32,112,114,111,112,75,101,121,115,91,105,110,100,101,120,93,41,59,10,32,32,125,41,59,10,32,32,114,101,116,117,114,110,32,114,101,115,117,108,116,59,10,125,10,10,105,110,115,112,101,99,116,79,98,106,101,99,116,32,61,32,40,118,97,108,117,101,44,32,108,101,118,101,108,32,61,32,48,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,61,32,50,44,32,108,105,110,101,98,114,101,97,107,32,61,32,39,92,110,39,41,32,61,62,32,123,10,32,32,105,102,32,40,118,97,108,117,101,32,61,61,61,32,110,117,108,108,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,39,110,117,108,108,39,59,10,32,32,125,10,32,32,105,102,32,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,118,97,108,117,101,41,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,96,91,32,36,123,118,97,108,117,101,46,109,97,112,40,105,116,101,109,32,61,62,32,105,110,115,112,101,99,116,40,105,116,101,109,44,32,108,101,118,101,108,32,43,32,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,41,41,46,106,111,105,110,40,39,44,32,39,41,125,32,93,96,59,10,32,32,125,10,10,32,32,115,119,105,116,99,104,32,40,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,41,32,123,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,68,97,116,101,93,39,58,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,116,111,73,83,79,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,59,10,32,32,32,32,125,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,82,101,103,69,120,112,93,39,58,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,59,10,32,32,32,32,125,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,69,114,114,111,114,93,39,58,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,36,123,118,97,108,117,101,46,115,116,97,99,107,32,124,124,32,69,114,114,111,114,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,125,96,59,10,32,32,32,32,125,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,83,101,116,93,39,58,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,83,101,116,32,123,32,36,123,91,46,46,46,118,97,108,117,101,93,46,109,97,112,40,105,116,101,109,32,61,62,32,105,110,115,112,101,99,116,40,105,116,101,109,44,32,108,101,118,101,108,32,43,32,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,44,32,108,105,110,101,98,114,101,97,107,41,41,46,106,111,105,110,40,39,44,32,39,41,125,32,125,96,59,10,32,32,32,32,125,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,87,101,97,107,83,101,116,93,39,58,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,87,101,97,107,83,101,116,32,123,32,91,105,116,101,109,115,32,117,110,107,110,111,119,110,93,32,125,39,59,10,32,32,32,32,125,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,77,97,112,93,39,58,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,101,110,116,114,105,101,115,32,61,32,91,93,59,10,32,32,32,32,32,32,118,97,108,117,101,46,102,111,114,69,97,99,104,40,40,118,97,108,44,32,107,101,121,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,101,110,116,114,105,101,115,46,112,117,115,104,40,96,36,123,105,110,115,112,101,99,116,40,107,101,121,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,42,32,45,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,44,32,39,39,41,125,32,61,62,32,36,123,105,110,115,112,101,99,116,40,118,97,108,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,42,32,45,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,44,32,39,39,41,125,96,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,77,97,112,32,123,32,36,123,101,110,116,114,105,101,115,46,106,111,105,110,40,39,44,32,39,41,125,32,125,96,59,10,32,32,32,32,125,10,32,32,32,32,99,97,115,101,32,39,91,111,98,106,101,99,116,32,87,101,97,107,77,97,112,93,39,58,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,39,87,101,97,107,77,97,112,32,123,32,91,105,116,101,109,115,32,117,110,107,110,111,119,110,93,32,125,39,59,10,32,32,32,32,125,10,32,32,32,32,100,101,102,97,117,108,116,58,32,123,10,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,105,102,32,40,118,97,108,117,101,32,105,110,115,116,97,110,99,101,111,102,32,69,114,114,111,114,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,96,36,123,118,97,108,117,101,46,115,116,97,99,107,32,124,124,32,69,114,114,111,114,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,118,97,108,117,101,41,125,96,59,10,32,32,125,10,32,32,99,111,110,115,116,32,100,101,115,99,115,32,61,32,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,118,97,108,117,101,41,59,10,32,32,99,111,110,115,116,32,107,101,121,115,32,61,32,79,98,106,101,99,116,46,107,101,121,115,40,100,101,115,99,115,41,59,10,32,32,99,111,110,115,116,32,112,97,105,114,115,32,61,32,91,93,59,10,32,32,107,101,121,115,46,102,111,114,69,97,99,104,40,40,107,101,121,41,32,61,62,32,123,10,32,32,32,32,99,111,110,115,116,32,100,101,115,99,32,61,32,100,101,115,99,115,91,107,101,121,93,59,10,32,32,32,32,99,111,110,115,116,32,105,116,101,109,80,114,101,102,105,120,32,61,32,96,36,123,105,110,100,101,110,116,40,108,101,118,101,108,32,43,32,49,41,125,36,123,107,101,121,125,32,58,32,96,59,10,32,32,32,32,105,102,32,40,100,101,115,99,46,103,101,116,41,32,123,10,32,32,32,32,32,32,105,102,32,40,100,101,115,99,46,115,101,116,41,32,123,10,32,32,32,32,32,32,32,32,112,97,105,114,115,46,112,117,115,104,40,96,36,123,105,116,101,109,80,114,101,102,105,120,125,91,71,101,116,116,101,114,47,83,101,116,116,101,114,93,96,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,112,97,105,114,115,46,112,117,115,104,40,96,36,123,105,116,101,109,80,114,101,102,105,120,125,91,71,101,116,116,101,114,93,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,100,101,115,99,46,115,101,116,41,32,123,10,32,32,32,32,32,32,112,97,105,114,115,46,112,117,115,104,40,96,36,123,105,116,101,109,80,114,101,102,105,120,125,91,83,101,116,116,101,114,93,96,41,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,100,101,115,99,46,118,97,108,117,101,41,32,123,10,32,32,32,32,32,32,112,97,105,114,115,46,112,117,115,104,40,96,36,123,105,116,101,109,80,114,101,102,105,120,125,36,123,105,110,115,112,101,99,116,40,100,101,115,99,46,118,97,108,117,101,44,32,108,101,118,101,108,32,43,32,49,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,45,32,49,44,32,108,105,110,101,98,114,101,97,107,41,125,96,41,59,10,32,32,32,32,125,10,32,32,125,41,59,10,32,32,114,101,116,117,114,110,32,96,123,36,123,108,105,110,101,98,114,101,97,107,125,36,123,112,97,105,114,115,46,106,111,105,110,40,96,44,32,36,123,108,105,110,101,98,114,101,97,107,125,96,41,125,36,123,108,105,110,101,98,114,101,97,107,125,36,123,105,110,100,101,110,116,40,108,101,118,101,108,41,125,125,96,59,10,125,59,10,10,105,110,115,112,101,99,116,32,61,32,40,118,97,108,117,101,44,32,108,101,118,101,108,32,61,32,48,44,32,114,101,99,117,114,115,101,84,105,109,101,115,32,61,32,50,44,32,108,105,110,101,98,114,101,97,107,32,61,32,39,92,110,39,41,32,61,62,32,123,10,32,32,115,119,105,116,99,104,32,40,116,121,112,101,111,102,32,118,97,108,117,101,41,32,123,10,32,32,32,32,99,97,115,101,32,39,115,116,114,105,110,103,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,39,36,123,118,97,108,117,101,125,39,96,59,10,32,32,32,32,99,97,115,101,32,39,115,121,109,98,111,108,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,118,97,108,117,101,46,116,111,83,116,114,105,110,103,40,41,59,10,32,32,32,32,99,97,115,101,32,39,102,117,110,99,116,105,111,110,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,91,70,117,110,99,116,105,111,110,36,123,118,97,108,117,101,46,110,97,109,101,32,63,32,96,58,32,36,123,118,97,108,117,101,46,110,97,109,101,125,96,32,58,32,39,39,125,93,96,59,10,32,32,32,32,99,97,115,101,32,39,111,98,106,101,99,116,39,58,10,32,32,32,32,32,32,105,102,32,40,114,101,99,117,114,115,101,84,105,109,101,115,32,60,32,48,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,39,91,79,98,106,101,99,116,93,39,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,112,101,99,116,79,98,106,101,99,116,40,118,97,108,117,101,44,32,108,101,118,101,108,44,32,114,101,99,117,114,115,101,84,105,109,101,115,44,32,108,105,110,101,98,114,101,97,107,41,59,10,32,32,32,32,99,97,115,101,32,39,98,105,103,105,110,116,39,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,110,36,123,118,97,108,117,101,125,96,59,10,32,32,32,32,99,97,115,101,32,39,117,110,100,101,102,105,110,101,100,39,58,10,32,32,32,32,99,97,115,101,32,39,110,117,109,98,101,114,39,58,10,32,32,32,32,99,97,115,101,32,39,98,111,111,108,101,97,110,39,58,10,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,114,101,116,117,114,110,32,96,36,123,118,97,108,117,101,125,96,59,10,32,32,125,10,125,59,10,10,108,101,116,32,118,109,67,111,110,115,111,108,101,59,10,105,102,32,40,116,121,112,101,111,102,32,99,111,110,115,111,108,101,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,10,32,32,118,109,67,111,110,115,111,108,101,32,61,32,99,111,110,115,111,108,101,59,10,125,10,10,103,108,111,98,97,108,46,99,111,110,115,111,108,101,32,61,32,123,10,32,32,114,101,112,111,114,116,85,110,99,97,117,103,104,116,69,120,99,101,112,116,105,111,110,40,101,114,114,111,114,41,32,123,10,32,32,32,32,105,102,32,40,101,114,114,111,114,32,38,38,32,101,114,114,111,114,32,105,110,115,116,97,110,99,101,111,102,32,69,114,114,111,114,41,32,123,10,32,32,32,32,32,32,116,104,114,111,119,32,101,114,114,111,114,59,10,32,32,32,32,125,10,32,32,125,44,10,125,59,10,10,91,39,108,111,103,39,44,32,39,105,110,102,111,39,44,32,39,119,97,114,110,39,44,32,39,101,114,114,111,114,39,44,32,39,100,101,98,117,103,39,93,46,102,111,114,69,97,99,104,40,40,97,112,105,41,32,61,62,32,123,10,32,32,103,108,111,98,97,108,46,99,111,110,115,111,108,101,91,97,112,105,93,32,61,32,40,46,46,46,97,114,103,115,41,32,61,62,32,123,10,32,32,32,32,99,111,110,115,116,32,108,111,103,32,61,32,97,114,103,115,46,109,97,112,40,97,114,103,32,61,62,32,105,110,115,112,101,99,116,40,97,114,103,41,41,46,106,111,105,110,40,39,32,39,41,59,10,32,32,32,32,99,111,110,115,111,108,101,77,111,100,117,108,101,46,76,111,103,40,108,111,103,41,59,10,32,32,32,32,105,102,32,40,118,109,67,111,110,115,111,108,101,41,32,123,10,32,32,32,32,32,32,118,109,67,111,110,115,111,108,101,91,97,112,105,93,40,46,46,46,97,114,103,115,41,59,10,32,32,32,32,125,10,32,32,125,59,10,125,41,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_UIManagerModule[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,72,105,112,112,121,46,100,111,99,117,109,101,110,116,32,61,32,123,10,32,32,99,114,101,97,116,101,78,111,100,101,40,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,99,114,101,97,116,101,78,111,100,101,39,44,32,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,59,10,32,32,125,44,10,32,32,117,112,100,97,116,101,78,111,100,101,40,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,117,112,100,97,116,101,78,111,100,101,39,44,32,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,59,10,32,32,125,44,10,32,32,100,101,108,101,116,101,78,111,100,101,40,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,100,101,108,101,116,101,78,111,100,101,39,44,32,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,59,10,32,32,125,44,10,32,32,102,108,117,115,104,66,97,116,99,104,40,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,102,108,117,115,104,66,97,116,99,104,39,44,32,114,111,111,116,86,105,101,119,73,100,44,32,113,117,101,117,101,41,59,10,32,32,125,44,10,32,32,115,116,97,114,116,66,97,116,99,104,40,114,101,110,100,101,114,73,100,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,115,116,97,114,116,66,97,116,99,104,39,44,32,40,96,36,123,114,101,110,100,101,114,73,100,125,96,41,41,59,10,32,32,125,44,10,32,32,101,110,100,66,97,116,99,104,40,114,101,110,100,101,114,73,100,41,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,101,110,100,66,97,116,99,104,39,44,32,40,96,36,123,114,101,110,100,101,114,73,100,125,96,41,41,59,10,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,102,108,117,115,104,81,117,101,117,101,73,109,109,101,100,105,97,116,101,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,32,32,102,108,117,115,104,81,117,101,117,101,73,109,109,101,100,105,97,116,101,40,41,59,10,32,32,32,32,125,10,32,32,125,44,10,32,32,115,101,110,100,82,101,110,100,101,114,69,114,114,111,114,40,101,114,114,111,114,41,32,123,10,32,32,32,32,105,102,32,40,101,114,114,111,114,41,32,123,10,32,32,32,32,32,32,116,104,114,111,119,32,101,114,114,111,114,59,10,32,32,32,32,125,10,32,32,125,44,10,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_Network[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,72,101,97,100,101,114,115,32,61,32,99,108,97,115,115,32,72,101,97,100,101,114,115,32,123,10,32,32,99,111,110,115,116,114,117,99,116,111,114,40,105,110,105,116,86,97,108,117,101,115,41,32,123,10,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,32,61,32,123,125,59,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,105,110,105,116,86,97,108,117,101,115,32,61,61,61,32,39,111,98,106,101,99,116,39,41,32,123,10,32,32,32,32,32,32,79,98,106,101,99,116,46,107,101,121,115,40,105,110,105,116,86,97,108,117,101,115,41,46,102,111,114,69,97,99,104,40,40,107,101,121,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,118,97,108,117,101,32,61,32,105,110,105,116,86,97,108,117,101,115,91,107,101,121,93,59,10,32,32,32,32,32,32,32,32,105,102,32,40,118,97,108,117,101,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,108,117,101,46,102,111,114,69,97,99,104,40,40,111,110,101,68,97,116,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,97,112,112,101,110,100,40,107,101,121,44,32,111,110,101,68,97,116,97,41,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,115,101,116,40,107,101,121,44,32,118,97,108,117,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,97,112,112,101,110,100,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,118,97,108,117,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,116,104,105,115,46,104,97,115,40,110,97,109,101,41,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,99,117,114,114,32,61,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,59,10,32,32,32,32,32,32,99,117,114,114,46,112,117,115,104,40,118,97,108,117,101,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,61,32,99,117,114,114,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,61,32,91,118,97,108,117,101,93,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,115,101,116,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,32,124,124,32,116,121,112,101,111,102,32,118,97,108,117,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,10,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,61,32,91,118,97,108,117,101,93,59,10,32,32,125,10,10,32,32,103,101,116,65,108,108,40,41,32,123,10,32,32,32,32,105,102,32,40,33,116,104,105,115,46,95,104,101,97,100,101,114,115,91,39,67,111,110,116,101,110,116,45,84,121,112,101,39,93,32,38,38,32,33,116,104,105,115,46,95,104,101,97,100,101,114,115,91,39,99,111,110,116,101,110,116,45,116,121,112,101,39,93,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,39,99,111,110,116,101,110,116,45,116,121,112,101,39,93,32,61,32,91,39,116,101,120,116,47,112,108,97,105,110,59,99,104,97,114,115,101,116,61,85,84,70,45,56,39,93,59,10,32,32,32,32,125,10,32,32,32,32,99,111,110,115,116,32,114,101,116,32,61,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,32,116,104,105,115,46,95,104,101,97,100,101,114,115,41,59,10,32,32,32,32,114,101,116,117,114,110,32,114,101,116,59,10,32,32,125,10,10,32,32,100,101,108,101,116,101,40,110,97,109,101,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,32,123,10,32,32,32,32,32,32,100,101,108,101,116,101,32,116,104,105,115,46,95,104,101,97,100,101,114,115,46,110,97,109,101,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,103,101,116,40,110,97,109,101,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,117,110,100,101,102,105,110,101,100,59,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,59,10,32,32,125,10,10,32,32,104,97,115,40,110,97,109,101,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,110,97,109,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,32,40,116,121,112,101,111,102,32,116,104,105,115,46,95,104,101,97,100,101,114,115,91,110,97,109,101,93,32,33,61,61,32,39,117,110,100,101,102,105,110,101,100,39,41,59,10,32,32,125,10,125,59,10,10,103,108,111,98,97,108,46,82,101,115,112,111,110,115,101,32,61,32,99,108,97,115,115,32,82,101,115,112,111,110,115,101,32,123,10,32,32,99,111,110,115,116,114,117,99,116,111,114,40,114,101,115,112,111,110,115,101,41,32,123,10,32,32,32,32,99,111,110,115,116,32,114,101,115,112,32,61,32,114,101,115,112,111,110,115,101,32,124,124,32,123,125,59,10,32,32,32,32,116,104,105,115,46,115,116,97,116,117,115,32,61,32,114,101,115,112,46,115,116,97,116,117,115,67,111,100,101,32,124,124,32,52,48,52,59,10,32,32,32,32,116,104,105,115,46,115,116,97,116,117,115,84,101,120,116,32,61,32,114,101,115,112,46,115,116,97,116,117,115,76,105,110,101,32,124,124,32,39,78,111,116,32,70,111,117,110,100,39,59,10,32,32,32,32,116,104,105,115,46,104,101,97,100,101,114,115,32,61,32,114,101,115,112,46,114,101,115,112,72,101,97,100,101,114,115,32,124,124,32,123,125,59,10,32,32,32,32,116,104,105,115,46,98,111,100,121,32,61,32,114,101,115,112,46,114,101,115,112,66,111,100,121,32,124,124,32,39,39,59,10,32,32,32,32,116,104,105,115,46,111,107,32,61,32,116,104,105,115,46,115,116,97,116,117,115,32,62,61,32,50,48,48,32,38,38,32,116,104,105,115,46,115,116,97,116,117,115,32,60,61,32,50,57,57,59,10,32,32,125,10,10,32,32,106,115,111,110,40,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,61,62,32,123,10,32,32,32,32,32,32,108,101,116,32,106,115,111,110,105,102,121,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,106,115,111,110,105,102,121,32,61,32,74,83,79,78,46,112,97,114,115,101,40,116,104,105,115,46,98,111,100,121,41,59,10,32,32,32,32,32,32,32,32,114,101,115,111,108,118,101,40,106,115,111,110,105,102,121,41,59,10,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,110,101,119,32,69,114,114,111,114,40,39,101,114,114,111,114,32,112,97,114,115,105,110,103,32,111,98,106,101,99,116,39,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,32,32,125,10,10,32,32,116,101,120,116,40,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,104,105,115,46,98,111,100,121,41,59,10,32,32,125,10,125,59,10,10,103,108,111,98,97,108,46,102,101,116,99,104,32,61,32,40,117,114,108,44,32,111,112,116,105,111,110,115,41,32,61,62,32,123,10,32,32,105,102,32,40,116,121,112,101,111,102,32,117,114,108,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,110,101,119,32,69,114,114,111,114,40,39,111,110,108,121,32,83,116,114,105,110,103,32,117,114,108,32,115,117,112,112,111,114,116,101,100,39,41,41,59,10,32,32,125,10,10,32,32,99,111,110,115,116,32,111,112,116,115,32,61,32,111,112,116,105,111,110,115,32,124,124,32,123,125,59,10,10,32,32,108,101,116,32,114,101,113,72,101,97,100,115,32,61,32,123,125,59,10,32,32,105,102,32,40,111,112,116,115,46,104,101,97,100,101,114,115,41,32,123,10,32,32,32,32,105,102,32,40,111,112,116,115,46,104,101,97,100,101,114,115,32,105,110,115,116,97,110,99,101,111,102,32,72,101,97,100,101,114,115,41,32,123,10,32,32,32,32,32,32,114,101,113,72,101,97,100,115,32,61,32,111,112,116,115,46,104,101,97,100,101,114,115,46,103,101,116,65,108,108,40,41,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,111,112,116,115,46,104,101,97,100,101,114,115,46,99,111,110,115,116,114,117,99,116,111,114,32,61,61,61,32,79,98,106,101,99,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,97,100,101,114,115,32,61,32,110,101,119,32,72,101,97,100,101,114,115,40,111,112,116,115,46,104,101,97,100,101,114,115,41,59,10,32,32,32,32,32,32,114,101,113,72,101,97,100,115,32,61,32,104,101,97,100,101,114,115,46,103,101,116,65,108,108,40,41,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,110,101,119,32,69,114,114,111,114,40,39,79,110,108,121,32,72,101,97,100,101,114,115,32,105,110,115,116,97,110,99,101,32,111,114,32,97,32,112,117,114,101,32,111,98,106,101,99,116,32,105,115,32,97,99,99,101,112,116,97,98,108,101,32,102,111,114,32,104,101,97,100,101,114,115,32,111,112,116,105,111,110,39,41,41,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,99,111,110,115,116,32,114,101,113,79,112,116,105,111,110,115,32,61,32,123,10,32,32,32,32,109,101,116,104,111,100,58,32,111,112,116,115,46,109,101,116,104,111,100,32,124,124,32,39,71,69,84,39,44,10,32,32,32,32,117,114,108,44,10,32,32,32,32,104,101,97,100,101,114,115,58,32,114,101,113,72,101,97,100,115,32,124,124,32,123,125,44,10,32,32,32,32,98,111,100,121,58,32,111,112,116,115,46,98,111,100,121,32,124,124,32,39,39,44,10,32,32,125,59,10,10,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,61,62,32,123,10,32,32,32,32,99,111,110,115,116,32,114,101,115,117,108,116,32,61,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,110,101,116,119,111,114,107,39,44,32,39,102,101,116,99,104,39,44,32,114,101,113,79,112,116,105,111,110,115,41,59,10,32,32,32,32,114,101,115,117,108,116,46,116,104,101,110,40,40,114,101,115,112,41,32,61,62,32,123,10,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,114,101,115,112,32,61,61,61,32,39,111,98,106,101,99,116,39,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,68,97,116,97,32,61,32,110,101,119,32,82,101,115,112,111,110,115,101,40,114,101,115,112,41,59,10,32,32,32,32,32,32,32,32,114,101,115,111,108,118,101,40,114,101,115,112,111,110,115,101,68,97,116,97,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,114,101,115,112,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,41,46,99,97,116,99,104,40,40,101,41,32,61,62,32,123,10,32,32,32,32,32,32,114,101,106,101,99,116,40,101,41,59,10,32,32,32,32,125,41,59,10,32,32,125,41,59,10,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_Storage[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,99,111,110,118,101,114,116,69,114,114,111,114,32,61,32,40,101,114,114,111,114,41,32,61,62,32,123,10,32,32,105,102,32,40,33,101,114,114,111,114,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,125,10,10,32,32,99,111,110,115,116,32,111,117,116,32,61,32,110,101,119,32,69,114,114,111,114,40,101,114,114,111,114,46,109,101,115,115,97,103,101,41,59,10,32,32,111,117,116,46,107,101,121,32,61,32,101,114,114,111,114,46,107,101,121,59,10,10,32,32,114,101,116,117,114,110,32,111,117,116,59,10,125,59,10,10,99,111,110,115,116,32,99,111,110,118,101,114,116,69,114,114,111,114,115,32,61,32,40,101,114,114,115,41,32,61,62,32,123,10,32,32,105,102,32,40,33,101,114,114,115,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,125,10,10,32,32,108,101,116,32,116,97,114,103,101,116,69,114,114,111,114,59,10,10,32,32,105,102,32,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,114,114,115,41,41,32,123,10,32,32,32,32,116,97,114,103,101,116,69,114,114,111,114,32,61,32,101,114,114,115,59,10,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,116,97,114,103,101,116,69,114,114,111,114,32,61,32,91,101,114,114,115,93,59,10,32,32,125,10,10,32,32,105,102,32,40,116,97,114,103,101,116,69,114,114,111,114,41,32,123,10,32,32,32,32,116,97,114,103,101,116,69,114,114,111,114,46,109,97,112,40,101,32,61,62,32,99,111,110,118,101,114,116,69,114,114,111,114,40,101,41,41,59,10,32,32,125,10,10,32,32,114,101,116,117,114,110,32,116,97,114,103,101,116,69,114,114,111,114,59,10,125,59,10,10,72,105,112,112,121,46,97,115,121,110,99,83,116,111,114,97,103,101,32,61,32,123,10,32,32,103,101,116,65,108,108,75,101,121,115,40,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,103,101,116,65,108,108,75,101,121,115,39,41,59,10,32,32,125,44,10,32,32,115,101,116,73,116,101,109,40,107,101,121,44,32,118,97,108,117,101,65,114,103,41,32,123,10,32,32,32,32,108,101,116,32,118,97,108,117,101,32,61,32,118,97,108,117,101,65,114,103,59,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,118,97,108,117,101,32,33,61,61,32,39,115,116,114,105,110,103,39,41,32,123,10,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,118,97,108,117,101,32,61,32,118,97,108,117,101,46,116,111,83,116,114,105,110,103,40,41,59,10,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,114,114,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,101,114,114,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,83,101,116,39,44,32,91,91,107,101,121,44,32,118,97,108,117,101,93,93,41,59,10,32,32,125,44,10,32,32,103,101,116,73,116,101,109,40,107,101,121,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,71,101,116,39,44,32,91,107,101,121,93,41,10,32,32,32,32,32,32,46,116,104,101,110,40,40,114,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,114,32,124,124,32,33,114,91,48,93,32,124,124,32,33,114,91,48,93,91,49,93,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,114,91,48,93,91,49,93,59,10,32,32,32,32,32,32,125,41,46,99,97,116,99,104,40,101,114,114,32,61,62,32,99,111,110,118,101,114,116,69,114,114,111,114,115,40,101,114,114,41,41,59,10,32,32,125,44,10,32,32,114,101,109,111,118,101,73,116,101,109,40,107,101,121,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,82,101,109,111,118,101,39,44,32,91,107,101,121,93,41,59,10,32,32,125,44,10,32,32,109,117,108,116,105,71,101,116,40,107,101,121,115,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,71,101,116,39,44,32,107,101,121,115,41,59,10,32,32,125,44,10,32,32,109,117,108,116,105,83,101,116,40,107,101,121,86,97,108,117,101,80,97,105,114,115,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,83,101,116,39,44,32,107,101,121,86,97,108,117,101,80,97,105,114,115,41,59,10,32,32,125,44,10,32,32,109,117,108,116,105,82,101,109,111,118,101,40,107,101,121,115,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,80,114,111,109,105,115,101,40,39,83,116,111,114,97,103,101,77,111,100,117,108,101,39,44,32,39,109,117,108,116,105,82,101,109,111,118,101,39,44,32,107,101,121,115,41,59,10,32,32,125,44,10,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_Event[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,72,105,112,112,121,68,101,97,108,108,111,99,32,61,32,40,41,32,61,62,32,123,10,32,32,105,102,32,40,103,108,111,98,97,108,46,72,105,112,112,121,41,32,123,10,32,32,32,32,103,108,111,98,97,108,46,72,105,112,112,121,46,101,109,105,116,40,39,100,101,97,108,108,111,99,39,41,59,10,32,32,125,10,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_Dimensions[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,99,111,110,115,116,32,68,105,109,101,110,115,105,111,110,115,32,61,32,123,10,32,32,103,101,116,40,107,101,121,41,32,123,10,32,32,32,32,99,111,110,115,116,32,100,101,118,105,99,101,32,61,32,72,105,112,112,121,46,100,101,118,105,99,101,32,124,124,32,123,125,59,10,32,32,32,32,114,101,116,117,114,110,32,100,101,118,105,99,101,91,107,101,121,93,59,10,32,32,125,44,10,32,32,115,101,116,40,110,97,116,105,118,101,68,105,109,101,110,115,105,111,110,115,41,32,123,10,32,32,32,32,105,102,32,40,33,110,97,116,105,118,101,68,105,109,101,110,115,105,111,110,115,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,32,32,32,32,99,111,110,115,116,32,123,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,32,61,32,110,117,108,108,44,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,32,61,32,110,117,108,108,32,125,32,61,32,110,97,116,105,118,101,68,105,109,101,110,115,105,111,110,115,59,10,32,32,32,32,105,102,32,40,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,41,32,123,10,32,32,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,119,105,110,100,111,119,32,61,32,123,10,32,32,32,32,32,32,32,32,119,105,100,116,104,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,119,105,100,116,104,32,47,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,104,101,105,103,104,116,32,47,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,10,32,32,32,32,32,32,32,32,115,99,97,108,101,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,102,111,110,116,83,99,97,108,101,44,10,32,32,32,32,32,32,32,32,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,32,47,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,10,32,32,32,32,32,32,32,32,110,97,118,105,103,97,116,111,114,66,97,114,72,101,105,103,104,116,58,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,110,97,118,105,103,97,116,105,111,110,66,97,114,72,101,105,103,104,116,32,47,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,41,32,123,10,32,32,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,115,99,114,101,101,110,32,61,32,123,10,32,32,32,32,32,32,32,32,119,105,100,116,104,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,119,105,100,116,104,32,47,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,104,101,105,103,104,116,32,47,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,10,32,32,32,32,32,32,32,32,115,99,97,108,101,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,10,32,32,32,32,32,32,32,32,102,111,110,116,83,99,97,108,101,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,102,111,110,116,83,99,97,108,101,44,10,32,32,32,32,32,32,32,32,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,116,97,116,117,115,66,97,114,72,101,105,103,104,116,44,32,47,47,32,112,120,32,117,110,105,116,10,32,32,32,32,32,32,32,32,110,97,118,105,103,97,116,111,114,66,97,114,72,101,105,103,104,116,58,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,110,97,118,105,103,97,116,105,111,110,66,97,114,72,101,105,103,104,116,32,47,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,46,115,99,97,108,101,44,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,10,32,32,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,112,105,120,101,108,82,97,116,105,111,32,61,32,72,105,112,112,121,46,100,101,118,105,99,101,46,119,105,110,100,111,119,46,115,99,97,108,101,59,10,32,32,125,44,10,32,32,105,110,105,116,40,41,32,123,10,32,32,32,32,99,111,110,115,116,32,123,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,44,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,32,125,32,61,32,95,95,72,73,80,80,89,78,65,84,73,86,69,71,76,79,66,65,76,95,95,46,68,105,109,101,110,115,105,111,110,115,59,10,32,32,32,32,116,104,105,115,46,115,101,116,40,123,10,32,32,32,32,32,32,119,105,110,100,111,119,80,104,121,115,105,99,97,108,80,105,120,101,108,115,44,32,115,99,114,101,101,110,80,104,121,115,105,99,97,108,80,105,120,101,108,115,44,10,32,32,32,32,125,41,59,10,32,32,125,44,10,125,59,10,10,68,105,109,101,110,115,105,111,110,115,46,105,110,105,116,40,41,59,10,10,95,95,71,76,79,66,65,76,95,95,46,106,115,77,111,100,117,108,101,76,105,115,116,32,61,32,123,10,32,32,68,105,109,101,110,115,105,111,110,115,44,10,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_UtilsModule[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,105,102,32,40,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,61,61,32,39,97,110,100,114,111,105,100,39,41,32,123,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,118,105,98,114,97,116,101,32,61,32,40,112,97,116,116,101,114,110,44,32,114,101,112,101,97,116,41,32,61,62,32,123,10,32,32,32,32,108,101,116,32,95,112,97,116,116,101,114,110,32,61,32,112,97,116,116,101,114,110,59,10,32,32,32,32,108,101,116,32,95,114,101,112,101,97,116,32,61,32,114,101,112,101,97,116,59,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,112,97,116,116,101,114,110,32,61,61,61,32,39,110,117,109,98,101,114,39,41,32,123,10,32,32,32,32,32,32,95,112,97,116,116,101,114,110,32,61,32,91,48,44,32,112,97,116,116,101,114,110,93,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,114,101,112,101,97,116,32,61,61,61,32,117,110,100,101,102,105,110,101,100,41,32,123,10,32,32,32,32,32,32,95,114,101,112,101,97,116,32,61,32,45,49,59,10,32,32,32,32,125,10,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,67,97,108,108,98,97,99,107,73,100,40,39,85,116,105,108,115,77,111,100,117,108,101,39,44,32,39,118,105,98,114,97,116,101,39,44,32,116,114,117,101,44,32,95,112,97,116,116,101,114,110,44,32,95,114,101,112,101,97,116,41,59,10,32,32,125,59,10,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,99,97,110,99,101,108,86,105,98,114,97,116,101,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,67,97,108,108,98,97,99,107,73,100,40,39,85,116,105,108,115,77,111,100,117,108,101,39,44,32,39,99,97,110,99,101,108,39,44,32,116,114,117,101,41,59,10,32,32,125,59,10,125,32,101,108,115,101,32,105,102,32,40,72,105,112,112,121,46,100,101,118,105,99,101,46,112,108,97,116,102,111,114,109,46,79,83,32,61,61,61,32,39,105,111,115,39,41,32,123,32,47,47,32,116,111,95,100,111,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,118,105,98,114,97,116,101,32,61,32,40,41,32,61,62,32,123,125,59,10,32,32,72,105,112,112,121,46,100,101,118,105,99,101,46,99,97,110,99,101,108,86,105,98,114,97,116,101,32,61,32,40,41,32,61,62,32,123,125,59,10,125,10,125,41,59,0 }; // NOLINT + const uint8_t k_global[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,32,61,32,123,125,59,10,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,73,100,67,97,99,104,101,32,61,32,123,125,59,10,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,84,114,101,101,67,97,99,104,101,32,61,32,123,125,59,10,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,80,97,114,97,109,67,97,99,104,101,32,61,32,123,125,59,32,47,47,32,78,111,116,32,110,101,99,101,115,115,97,114,121,32,102,111,114,32,65,110,100,114,111,105,100,44,32,98,117,116,32,110,101,101,100,32,102,111,114,32,99,108,101,97,110,46,10,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,32,61,32,48,59,10,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,32,61,32,123,125,59,10,95,95,71,76,79,66,65,76,95,95,46,68,105,109,101,110,115,105,111,110,115,83,116,111,114,101,32,61,32,123,125,59,32,47,47,32,84,79,68,79,58,32,65,98,108,101,32,116,111,32,100,101,108,101,116,101,10,95,95,71,76,79,66,65,76,95,95,46,99,97,110,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,116,114,117,101,59,10,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,48,59,10,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,32,61,32,123,125,59,10,95,95,71,76,79,66,65,76,95,95,46,99,111,110,115,116,32,61,32,123,125,59,32,47,47,32,84,79,68,79,58,32,65,98,108,101,32,116,111,32,100,101,108,101,116,101,10,95,95,71,76,79,66,65,76,95,95,46,100,101,115,116,114,111,121,73,110,115,116,97,110,99,101,76,105,115,116,32,61,32,123,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_native2js[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,104,105,112,112,121,66,114,105,100,103,101,32,61,32,40,95,97,99,116,105,111,110,44,32,95,99,97,108,108,79,98,106,41,32,61,62,32,123,10,32,32,108,101,116,32,114,101,115,112,32,61,32,39,115,117,99,99,101,115,115,39,59,10,10,32,32,108,101,116,32,97,99,116,105,111,110,32,61,32,95,97,99,116,105,111,110,59,10,32,32,108,101,116,32,99,97,108,108,79,98,106,32,61,32,95,99,97,108,108,79,98,106,59,10,10,32,32,105,102,32,40,97,99,116,105,111,110,32,61,61,61,32,39,112,97,117,115,101,73,110,115,116,97,110,99,101,39,41,32,123,10,32,32,32,32,97,99,116,105,111,110,32,61,32,39,99,97,108,108,74,115,77,111,100,117,108,101,39,59,10,32,32,32,32,99,97,108,108,79,98,106,32,61,32,123,10,32,32,32,32,32,32,109,101,116,104,111,100,78,97,109,101,58,32,39,114,101,99,101,105,118,101,78,97,116,105,118,101,69,118,101,110,116,39,44,10,32,32,32,32,32,32,109,111,100,117,108,101,78,97,109,101,58,32,39,69,118,101,110,116,68,105,115,112,97,116,99,104,101,114,39,44,10,32,32,32,32,32,32,112,97,114,97,109,115,58,32,91,39,64,104,105,112,112,121,58,112,97,117,115,101,73,110,115,116,97,110,99,101,39,44,32,110,117,108,108,93,44,10,32,32,32,32,125,59,10,32,32,125,10,10,32,32,105,102,32,40,97,99,116,105,111,110,32,61,61,61,32,39,114,101,115,117,109,101,73,110,115,116,97,110,99,101,39,41,32,123,10,32,32,32,32,97,99,116,105,111,110,32,61,32,39,99,97,108,108,74,115,77,111,100,117,108,101,39,59,10,32,32,32,32,99,97,108,108,79,98,106,32,61,32,123,10,32,32,32,32,32,32,109,101,116,104,111,100,78,97,109,101,58,32,39,114,101,99,101,105,118,101,78,97,116,105,118,101,69,118,101,110,116,39,44,10,32,32,32,32,32,32,109,111,100,117,108,101,78,97,109,101,58,32,39,69,118,101,110,116,68,105,115,112,97,116,99,104,101,114,39,44,10,32,32,32,32,32,32,112,97,114,97,109,115,58,32,91,39,64,104,105,112,112,121,58,114,101,115,117,109,101,73,110,115,116,97,110,99,101,39,44,32,110,117,108,108,93,44,10,32,32,32,32,125,59,10,32,32,125,10,10,32,32,115,119,105,116,99,104,32,40,97,99,116,105,111,110,41,32,123,10,32,32,32,32,99,97,115,101,32,39,108,111,97,100,73,110,115,116,97,110,99,101,39,58,32,123,10,32,32,32,32,32,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,99,97,108,108,79,98,106,46,110,97,109,101,93,41,32,123,10,32,32,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,44,32,123,10,32,32,32,32,32,32,32,32,32,32,95,95,105,110,115,116,97,110,99,101,78,97,109,101,95,95,58,32,99,97,108,108,79,98,106,46,110,97,109,101,44,10,32,32,32,32,32,32,32,32,32,32,95,95,105,110,115,116,97,110,99,101,73,100,95,95,58,32,99,97,108,108,79,98,106,46,105,100,44,10,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,99,97,108,108,79,98,106,46,110,97,109,101,93,44,32,123,10,32,32,32,32,32,32,32,32,32,32,105,100,58,32,99,97,108,108,79,98,106,46,105,100,44,10,32,32,32,32,32,32,32,32,32,32,115,117,112,101,114,80,114,111,112,115,58,32,99,97,108,108,79,98,106,46,112,97,114,97,109,115,44,10,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,69,118,101,110,116,77,111,100,117,108,101,32,61,32,95,95,71,76,79,66,65,76,95,95,46,106,115,77,111,100,117,108,101,76,105,115,116,46,69,118,101,110,116,68,105,115,112,97,116,99,104,101,114,59,10,32,32,32,32,32,32,32,32,105,102,32,40,69,118,101,110,116,77,111,100,117,108,101,32,38,38,32,116,121,112,101,111,102,32,69,118,101,110,116,77,111,100,117,108,101,46,114,101,99,101,105,118,101,78,97,116,105,118,101,69,118,101,110,116,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,112,97,114,97,109,115,32,61,32,91,39,64,104,112,58,108,111,97,100,73,110,115,116,97,110,99,101,39,44,32,99,97,108,108,79,98,106,46,112,97,114,97,109,115,93,59,10,32,32,32,32,32,32,32,32,32,32,69,118,101,110,116,77,111,100,117,108,101,46,114,101,99,101,105,118,101,78,97,116,105,118,101,69,118,101,110,116,40,112,97,114,97,109,115,41,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,97,112,112,82,101,103,105,115,116,101,114,91,99,97,108,108,79,98,106,46,110,97,109,101,93,46,114,117,110,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,96,101,114,114,111,114,58,32,36,123,99,97,108,108,79,98,106,46,110,97,109,101,125,32,105,115,32,110,111,116,32,114,101,103,105,115,116,32,105,110,32,106,115,96,59,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,69,114,114,111,114,40,114,101,115,112,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,125,10,32,32,32,32,99,97,115,101,32,39,99,97,108,108,66,97,99,107,39,58,32,123,10,32,32,32,32,32,32,105,102,32,40,99,97,108,108,79,98,106,46,114,101,115,117,108,116,32,61,61,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,110,97,116,105,118,101,32,110,111,32,109,111,100,117,108,101,115,39,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,97,108,108,79,98,106,46,99,97,108,108,73,100,32,38,38,32,99,97,108,108,79,98,106,46,109,111,100,117,108,101,78,97,109,101,32,61,61,61,32,39,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,111,100,117,108,101,39,32,38,38,32,99,97,108,108,79,98,106,46,109,111,100,117,108,101,70,117,110,99,32,61,61,61,32,39,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,39,41,32,123,10,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,99,97,110,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,116,114,117,101,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,41,32,123,10,32,32,32,32,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,46,102,111,114,69,97,99,104,40,40,99,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,98,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,98,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,97,108,108,79,98,106,46,99,97,108,108,73,100,32,38,38,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,99,97,108,108,98,97,99,107,79,98,106,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,59,10,32,32,32,32,32,32,32,32,105,102,32,40,99,97,108,108,79,98,106,46,114,101,115,117,108,116,32,33,61,61,32,48,32,38,38,32,116,121,112,101,111,102,32,99,97,108,108,98,97,99,107,79,98,106,46,114,101,106,101,99,116,32,61,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,108,108,98,97,99,107,79,98,106,46,114,101,106,101,99,116,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,108,108,98,97,99,107,79,98,106,46,99,98,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,99,97,108,108,98,97,99,107,79,98,106,46,116,121,112,101,32,61,61,61,32,48,32,124,124,32,99,97,108,108,98,97,99,107,79,98,106,46,116,121,112,101,32,61,61,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,76,105,115,116,91,99,97,108,108,79,98,106,46,99,97,108,108,73,100,93,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,99,97,108,108,106,115,32,105,100,32,105,115,32,110,111,116,32,114,101,103,105,115,116,32,105,110,32,106,115,39,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,125,10,32,32,32,32,99,97,115,101,32,39,99,97,108,108,74,115,77,111,100,117,108,101,39,58,32,123,10,32,32,32,32,32,32,105,102,32,40,33,99,97,108,108,79,98,106,32,124,124,32,33,99,97,108,108,79,98,106,46,109,111,100,117,108,101,78,97,109,101,32,124,124,32,33,99,97,108,108,79,98,106,46,109,101,116,104,111,100,78,97,109,101,41,32,123,10,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,99,97,108,108,74,115,77,111,100,117,108,101,32,112,97,114,97,109,32,105,110,118,97,108,105,100,39,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,116,97,114,103,101,116,77,111,100,117,108,101,32,61,32,95,95,71,76,79,66,65,76,95,95,46,106,115,77,111,100,117,108,101,76,105,115,116,91,99,97,108,108,79,98,106,46,109,111,100,117,108,101,78,97,109,101,93,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,116,97,114,103,101,116,77,111,100,117,108,101,32,124,124,32,116,121,112,101,111,102,32,116,97,114,103,101,116,77,111,100,117,108,101,91,99,97,108,108,79,98,106,46,109,101,116,104,111,100,78,97,109,101,93,32,33,61,61,32,39,102,117,110,99,116,105,111,110,39,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,99,97,108,108,74,115,77,111,100,117,108,101,32,116,97,114,103,101,116,116,105,110,103,32,97,110,32,117,110,100,101,102,105,110,101,100,32,109,111,100,117,108,101,32,111,114,32,109,101,116,104,111,100,39,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,116,97,114,103,101,116,77,111,100,117,108,101,91,99,97,108,108,79,98,106,46,109,101,116,104,111,100,78,97,109,101,93,40,99,97,108,108,79,98,106,46,112,97,114,97,109,115,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,125,10,32,32,32,32,99,97,115,101,32,39,100,101,115,116,114,111,121,73,110,115,116,97,110,99,101,39,58,32,123,10,32,32,32,32,32,32,103,108,111,98,97,108,46,72,105,112,112,121,46,101,109,105,116,40,39,100,101,115,116,114,111,121,73,110,115,116,97,110,99,101,39,44,32,99,97,108,108,79,98,106,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,73,100,32,61,32,68,97,116,101,46,110,111,119,40,41,46,116,111,83,116,114,105,110,103,40,41,59,10,32,32,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,115,116,97,114,116,66,97,116,99,104,39,44,32,114,101,110,100,101,114,73,100,41,59,10,32,32,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,100,101,108,101,116,101,78,111,100,101,39,44,32,99,97,108,108,79,98,106,44,32,91,123,32,105,100,58,32,99,97,108,108,79,98,106,32,125,93,41,59,10,32,32,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,40,39,85,73,77,97,110,97,103,101,114,77,111,100,117,108,101,39,44,32,39,101,110,100,66,97,116,99,104,39,44,32,114,101,110,100,101,114,73,100,41,59,10,32,32,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,73,100,67,97,99,104,101,91,99,97,108,108,79,98,106,93,59,10,32,32,32,32,32,32,100,101,108,101,116,101,32,95,95,71,76,79,66,65,76,95,95,46,110,111,100,101,84,114,101,101,67,97,99,104,101,91,99,97,108,108,79,98,106,93,59,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,100,101,115,116,114,111,121,73,110,115,116,97,110,99,101,76,105,115,116,91,99,97,108,108,79,98,106,93,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,125,10,32,32,32,32,100,101,102,97,117,108,116,58,32,123,10,32,32,32,32,32,32,114,101,115,112,32,61,32,39,101,114,114,111,114,58,32,97,99,116,105,111,110,32,110,111,116,32,100,101,102,105,110,101,39,59,10,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,125,10,32,32,125,10,10,32,32,114,101,116,117,114,110,32,114,101,115,112,59,10,125,59,10,125,41,59,0 }; // NOLINT + const uint8_t k_requestAnimationFrame[] = { 40,102,117,110,99,116,105,111,110,40,101,120,112,111,114,116,115,44,32,114,101,113,117,105,114,101,44,32,105,110,116,101,114,110,97,108,66,105,110,100,105,110,103,41,32,123,103,108,111,98,97,108,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,40,99,98,41,32,61,62,32,123,10,32,32,105,102,32,40,99,98,41,32,123,10,32,32,32,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,99,97,110,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,41,32,123,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,95,95,71,76,79,66,65,76,95,95,46,109,111,100,117,108,101,67,97,108,108,73,100,59,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,93,32,61,32,91,93,59,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,93,46,112,117,115,104,40,99,98,41,59,10,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,99,97,110,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,102,97,108,115,101,59,10,10,32,32,32,32,32,32,72,105,112,112,121,46,98,114,105,100,103,101,46,99,97,108,108,78,97,116,105,118,101,87,105,116,104,67,97,108,108,98,97,99,107,73,100,40,39,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,111,100,117,108,101,39,44,32,39,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,39,44,32,116,114,117,101,41,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,93,41,32,123,10,32,32,32,32,32,32,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,81,117,101,117,101,91,95,95,71,76,79,66,65,76,95,95,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,93,46,112,117,115,104,40,99,98,41,59,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,32,39,39,59,10,32,32,125,10,10,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,115,39,41,59,10,125,59,10,10,103,108,111,98,97,108,46,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,32,40,41,32,61,62,32,123,125,59,10,125,41,59,0 }; // NOLINT } // namespace namespace hippy {