blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
b37a8ba1baa4adf350f6a6d9b8921f990ed2f50f
014a31aba8fe42559b3d54cb51fe1845dd58bd0d
/proyecto2/parser.h
7b32499fa00183f76930b4df616db83fd8678b37
[ "MIT" ]
permissive
ErickTejaxun/coline-compiler-learning
4735a1a4c605371b6a2b8493ea92c373a6739e67
76654c82317d72f2b4ae7b743062eadd43cb235c
refs/heads/master
2022-09-14T20:51:48.507364
2020-05-29T18:36:54
2020-05-29T18:36:54
163,600,977
0
0
null
null
null
null
UTF-8
C++
false
false
4,192
h
/* A Bison parser, made by GNU Bison 3.1. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015, 2018 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ #ifndef YY_YY_PARSER_H_INCLUDED # define YY_YY_PARSER_H_INCLUDED /* Debug traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif #if YYDEBUG extern int yydebug; #endif /* Token type. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE enum yytokentype { entero = 258, decimal = 259, caracter = 260, booleano = 261, cadena = 262, id = 263, parA = 264, parC = 265, illave = 266, fllave = 267, iCor = 268, fCor = 269, dosP = 270, coma = 271, aumento = 272, decremento = 273, masigual = 274, porigual = 275, menosigual = 276, divigual = 277, suma = 278, menos = 279, multi = 280, division = 281, potencia = 282, mayor = 283, menor = 284, mayorigual = 285, menorigual = 286, igualigual = 287, desigual = 288, o = 289, y = 290, igual = 291, no = 292, interrogacion = 293, tipoBooleano = 294, tipoEntero = 295, tipoCaracter = 296, tipoDecimal = 297, imprimir = 298, concatenar = 299, tamanio = 300, verdadero = 301, falso = 302, convertirAcadena = 303, convertirAentero = 304, clase = 305, este = 306, publico = 307, privado = 308, protegido = 309, vacio = 310, heredade = 311, retornar = 312, importar = 313, sobreescribir = 314, principal = 315, nuevo = 316, nada = 317, detener = 318, continuar = 319, si = 320, sinosi = 321, sino = 322, selecciona = 323, caso = 324, defecto = 325, mientras = 326, hacer = 327, para = 328, lista = 329, insertar = 330, obtener = 331, buscar = 332, pila = 333, apilar = 334, desapilar = 335, cola = 336, encolar = 337, desencolar = 338, mostraredd = 339, leer_teclado = 340, puntoComa = 341, punto = 342, modulo = 343 }; #endif /* Value type. */ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED union YYSTYPE { #line 37 "sintactico.yy" /* yacc.c:1913 */ //se especifican los tipo de valores para los no terminales y lo terminales char TEXT [256]; class nodo *nodito; #line 149 "parser.h" /* yacc.c:1913 */ }; typedef union YYSTYPE YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define YYSTYPE_IS_DECLARED 1 #endif /* Location type. */ #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED typedef struct YYLTYPE YYLTYPE; struct YYLTYPE { int first_line; int first_column; int last_line; int last_column; }; # define YYLTYPE_IS_DECLARED 1 # define YYLTYPE_IS_TRIVIAL 1 #endif extern YYSTYPE yylval; extern YYLTYPE yylloc; int yyparse (void); #endif /* !YY_YY_PARSER_H_INCLUDED */
[ "201213050@ingenieria.usac.edu.gt" ]
201213050@ingenieria.usac.edu.gt
6f2ce5ee8396745bcb135dbefd97d77116b5399e
0fafbcc4fd752ab9ad9ea535d34b417b507336fc
/map.h
6fcefdebf85126740caf948fb45482923eb8b4aa
[]
no_license
kejbi/MapGeneratorTanks
c1f5dd0363fa50a7ff5b36818b571d6ecd37013d
142d00cecce4b32fb9ceba3114239a2ef792bf58
refs/heads/master
2021-04-15T04:13:13.491939
2018-03-28T22:48:59
2018-03-28T22:48:59
126,643,917
0
0
null
null
null
null
UTF-8
C++
false
false
762
h
// // Created by biega on 10.03.2018. // #ifndef TANKSMAPGENERATOR_MAP_H #define TANKSMAPGENERATOR_MAP_H #include <cstdlib> #include <string> #include <cstring> #include <vector> #include "bricks.h" //#include "inputvalidator.h" class Map{ private: int size; //size of map std::vector <std::string> tab; //contains symbols of map friend class MapReader; friend class MapModificator; friend std::ostream& operator<< (std::ostream&, Map* const&); //on output map with coordinates public: std::vector <std::string> getMap(); //returns vector of strings with symbols of map int getSize(); //returns size of map (square map) void setSize(int s); //sets size of the map }; #endif //TANKSMAPGENERATOR_MAP_H
[ "biegajski.kacper@gmail.com" ]
biegajski.kacper@gmail.com
ef0c4a8c016f5eeffae3293e0373d2b49bc3883b
5989ff95d2f0d6b744ef21f136bff451e450c8f4
/dominoes2/sol.cpp
b338f0b872a8fe2f946361836c5f5367f20f812f
[]
no_license
co-jo/kattis
755a1d0416db41602e5ce14fc561c5f35eb1aeb0
5b0354f3dd3cdfb377354f2b35cb20ac5ff0a520
refs/heads/master
2020-03-20T18:17:55.031158
2019-03-29T01:59:05
2019-03-29T01:59:05
137,581,494
0
1
null
null
null
null
UTF-8
C++
false
false
1,063
cpp
#include <iostream> #include <vector> #include <climits> using namespace std; // Depth-first-search, and returned the number of nodes marked. int dfs(int id, vector<vector<int>> &graph, vector<bool> &visited) { if (visited[id]) return 0; visited[id] = true; int num = 1; for (auto edge : graph[id]) { num += dfs(edge, graph, visited); } return num; } int main() { int cases; cin >> cases; int dominoes, links, pushed; for (int i = 0; i < cases; i++) { cin >> dominoes >> links >> pushed; int first, second, dominoe; vector<vector<int>> graph(dominoes+1); for (int j = 0; j < links; j++) { cin >> first >> second; graph[first].push_back(second); } int knocked = 0; vector<bool> visited(dominoes+1, false); // Potential components. for (int j = 0; j < pushed; j++) { cin >> dominoe; knocked += dfs(dominoe, graph, visited); } cout << knocked << endl; } return 0; }
[ "colin.hryniowski@unb.ca" ]
colin.hryniowski@unb.ca
852e42d8b71b98c02e5cd74f61b1d746dc352127
1f0cdc037859c403a4d60ab18b61e8ba886bf5aa
/lib/SpeedController/speed_controller.h
266121050c73e0d91f1cc750234e251da9e0c321
[]
no_license
cedrycm/autopilot-uno
47780cf2510a433fafc4bcc889b7f7f2dfdff9dd
b822c7a33d107920a6490e2645e4e0dee73bb3fd
refs/heads/master
2023-06-24T21:37:47.130953
2021-07-08T04:48:44
2021-07-08T04:48:44
373,922,742
0
0
null
2021-06-15T21:10:03
2021-06-04T18:00:47
C++
UTF-8
C++
false
false
984
h
#ifndef speed_controller_h #define speed_controller_h #ifdef NATIVE // include common file for the project in native env for gcc compiler #include <cstdint> #include <cstdio> #include <cmath> #define PI 3.14159265 #endif #ifdef ARDUINO // include common file for the project in native env for arduino compiler #include <Arduino.h> #endif #include "controller_structs.h" #define degreesToRadians(angleDegrees) (angleDegrees * PI / 180.0) #define radiansToDegrees(angleRadians) (angleRadians * 180.0 / PI) class SpeedController { private: public: SpeedController() { } void update_airspeed(Airspeed *zip_speed, float v_x_wind, float v_y_wind, int16_t d_x, int8_t d_y); void update_airspeed(Airspeed *zip_speed, float v_x_wind, float v_y_wind, float val1, float val2, bool avoid = false); void update_airspeed(Airspeed *zip_speed, float v_x_wind, float v_y_wind, float theta); void update_airspeed(Airspeed *zip_speed, float v_x_wind, float v_y_wind); }; #endif
[ "cedmidy78@gmail.com" ]
cedmidy78@gmail.com
8ae332b50357ca6788f31997e0129d4081f7122b
990c1ca9e3b15ac2e96480e3b4b5ab5217892605
/example_bpm_detection/src/ofApp.cpp
990c1803e8c5f0ca01587b8b23e05be6bb21f74f
[ "MIT" ]
permissive
PlaymodesStudio/ofxOceanode
beda4b90850603352950a830bcff31f792cb7a9d
01fe5c6e49350a3d17352cc5fb6514e93927d497
refs/heads/main
2023-07-21T09:37:17.054617
2023-07-21T09:30:55
2023-07-21T09:30:55
94,778,685
37
7
null
null
null
null
UTF-8
C++
false
false
1,755
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ auto reg = make_shared<ofxOceanodeNodeRegistry>(); container = make_shared<ofxOceanodeContainer>(reg); canvas.setContainer(container); canvas.setup(); controls = make_unique<ofxOceanodeControls>(container); } //-------------------------------------------------------------- void ofApp::update(){ } //-------------------------------------------------------------- void ofApp::draw(){ } //-------------------------------------------------------------- void ofApp::keyPressed(int key){ } //-------------------------------------------------------------- void ofApp::keyReleased(int key){ } //-------------------------------------------------------------- void ofApp::mouseMoved(int x, int y ){ } //-------------------------------------------------------------- void ofApp::mouseDragged(int x, int y, int button){ } //-------------------------------------------------------------- void ofApp::mousePressed(int x, int y, int button){ } //-------------------------------------------------------------- void ofApp::mouseReleased(int x, int y, int button){ } //-------------------------------------------------------------- void ofApp::mouseEntered(int x, int y){ } //-------------------------------------------------------------- void ofApp::mouseExited(int x, int y){ } //-------------------------------------------------------------- void ofApp::windowResized(int w, int h){ } //-------------------------------------------------------------- void ofApp::gotMessage(ofMessage msg){ } //-------------------------------------------------------------- void ofApp::dragEvent(ofDragInfo dragInfo){ }
[ "eduardfrigola@yahoo.com" ]
eduardfrigola@yahoo.com
38e710010b35cdef90e75fdfe0c4d14e8bef754e
f81124e4a52878ceeb3e4b85afca44431ce68af2
/re20_2/processor42/65/p
ef444b7489c9ac3f98c664333c8ceb8a505a1b04
[]
no_license
chaseguy15/coe-of2
7f47a72987638e60fd7491ee1310ee6a153a5c10
dc09e8d5f172489eaa32610e08e1ee7fc665068c
refs/heads/master
2023-03-29T16:59:14.421456
2021-04-06T23:26:52
2021-04-06T23:26:52
355,040,336
0
1
null
null
null
null
UTF-8
C++
false
false
8,627
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "65"; object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField nonuniform List<scalar> 392 ( -0.0362854 -0.0349038 -0.0335796 -0.0363018 -0.0349194 -0.0335946 -0.0363345 -0.0349507 -0.0336246 -0.0363835 -0.0349977 -0.0336696 -0.0364488 -0.0350603 -0.0337296 -0.0365304 -0.0351384 -0.0338045 -0.0325254 -0.0366282 -0.0352321 -0.0338942 -0.0326115 -0.0353413 -0.0339988 -0.0327117 -0.0354658 -0.0341181 -0.032826 -0.0356057 -0.0342521 -0.0329544 -0.0357608 -0.0344007 -0.0330968 -0.035931 -0.0345637 -0.033253 -0.0361161 -0.0347411 -0.0334229 -0.036316 -0.0349326 -0.0336064 -0.0365305 -0.0351381 -0.0338033 -0.0367595 -0.0353574 -0.0340134 -0.0370027 -0.0355903 -0.0342366 -0.03726 -0.0358367 -0.0344727 -0.0331647 -0.0360964 -0.0347214 -0.033403 -0.0363676 -0.0349812 -0.0336519 -0.0366482 -0.03525 -0.0339095 -0.0369503 -0.0355394 -0.0341867 -0.0373049 -0.0358785 -0.0345112 -0.0376338 -0.0361936 -0.0348129 -0.0377724 -0.0363295 -0.0349463 -0.0382142 -0.0367656 -0.0353761 -0.0386336 -0.0371818 -0.0357885 -0.0390631 -0.0376092 -0.0362128 -0.0395141 -0.0380589 -0.0366603 -0.0399794 -0.0385242 -0.0371244 -0.0404533 -0.0389994 -0.0375998 -0.0409306 -0.0394796 -0.0380814 -0.0414059 -0.0399595 -0.0385643 -0.041874 -0.0404339 -0.0390433 -0.0423299 -0.040898 -0.0395136 -0.0427694 -0.0413473 -0.0399708 -0.0431888 -0.0417782 -0.0404111 -0.0435852 -0.0421876 -0.0408314 -0.0439565 -0.0425734 -0.0412294 -0.0443012 -0.0429338 -0.0416033 -0.0446187 -0.043268 -0.041952 -0.0449088 -0.0435756 -0.0422749 -0.0451719 -0.0438569 -0.0425721 -0.0454087 -0.0441122 -0.0428439 -0.0456203 -0.0443427 -0.0430911 -0.0458081 -0.0445493 -0.0433145 -0.0459736 -0.0447335 -0.0435155 -0.0461184 -0.0448967 -0.0436953 -0.0462441 -0.0450405 -0.0438553 -0.0463526 -0.0451664 -0.043997 -0.0464454 -0.045276 -0.0441217 -0.0465242 -0.0453707 -0.044231 -0.0465906 -0.0454522 -0.0443262 -0.046646 -0.0455217 -0.0444086 -0.0466919 -0.0455806 -0.0444794 -0.0467294 -0.0456301 -0.0445398 -0.0467599 -0.0456713 -0.0445908 -0.0467842 -0.0457052 -0.0446334 -0.0468033 -0.0457325 -0.0446683 -0.0468181 -0.0457542 -0.0446963 -0.0468291 -0.0457708 -0.044718 -0.0436718 -0.0468369 -0.0457828 -0.0447338 -0.0436911 -0.0457906 -0.0447442 -0.0437038 -0.0457944 -0.0447493 -0.0437101 -0.0377724 -0.0382142 -0.0386336 -0.0390631 -0.0395141 -0.0399794 -0.0404533 -0.0409306 -0.0414059 -0.041874 -0.0423299 -0.0427694 -0.0431888 -0.0435852 -0.0439565 -0.0443012 -0.0446187 -0.0449089 -0.0451719 -0.0454087 -0.0456203 -0.0458081 -0.0459736 -0.0461184 -0.0462441 -0.0463526 -0.0464454 -0.0465242 -0.0465906 -0.046646 -0.0466919 -0.0467294 -0.0467599 -0.0467842 -0.0468033 -0.0468181 -0.0468291 -0.0468369 -0.0468419 -0.0468443 -0.0363296 -0.0367656 -0.0371818 -0.0376092 -0.0380589 -0.0385242 -0.0389994 -0.0394796 -0.0399595 -0.0404339 -0.040898 -0.0413473 -0.0417782 -0.0421876 -0.0425734 -0.0429338 -0.043268 -0.0435756 -0.0438569 -0.0441122 -0.0443427 -0.0445493 -0.0447335 -0.0448967 -0.0450405 -0.0451664 -0.045276 -0.0453707 -0.0454522 -0.0455217 -0.0455806 -0.0456301 -0.0456713 -0.0457052 -0.0457325 -0.0457542 -0.0457708 -0.0457828 -0.0457906 -0.0457944 -0.0349463 -0.0353761 -0.0357885 -0.0362128 -0.0366603 -0.0371244 -0.0375998 -0.0380814 -0.0385643 -0.0390433 -0.0395136 -0.0399708 -0.0404111 -0.0408314 -0.0412294 -0.0416033 -0.041952 -0.0422749 -0.0425721 -0.0428439 -0.0430911 -0.0433145 -0.0435155 -0.0436953 -0.0438553 -0.043997 -0.0441217 -0.044231 -0.0443262 -0.0444086 -0.0444794 -0.0445398 -0.0445908 -0.0446334 -0.0446683 -0.0446963 -0.044718 -0.0447338 -0.0447442 -0.0447493 -0.0376338 -0.0361936 -0.0348129 -0.0373049 -0.0358785 -0.0345112 -0.0369503 -0.0355394 -0.0341867 -0.0366482 -0.03525 -0.0339095 -0.0363676 -0.0349812 -0.0336519 -0.0360964 -0.0347214 -0.033403 -0.03726 -0.0358367 -0.0344727 -0.0331647 -0.0370027 -0.0355903 -0.0342366 -0.0367595 -0.0353574 -0.0340134 -0.0365305 -0.0351381 -0.0338033 -0.036316 -0.0349326 -0.0336064 -0.0361161 -0.0347411 -0.0334229 -0.035931 -0.0345637 -0.033253 -0.0357608 -0.0344007 -0.0330968 -0.0356057 -0.0342521 -0.0329544 -0.0354658 -0.0341181 -0.032826 -0.0353413 -0.0339988 -0.0327117 -0.0366282 -0.0352321 -0.0338942 -0.0326115 -0.0365304 -0.0351384 -0.0338045 -0.0325254 -0.0364488 -0.0350603 -0.0337296 -0.0363835 -0.0349977 -0.0336696 -0.0363345 -0.0349507 -0.0336246 -0.0363018 -0.0349194 -0.0335946 -0.0362854 -0.0349038 -0.0335796 ) ; boundaryField { inlet { type zeroGradient; } outlet { type fixedValue; value nonuniform 0(); } cylinder { type zeroGradient; } top { type symmetryPlane; } bottom { type symmetryPlane; } defaultFaces { type empty; } procBoundary42to41 { type processor; value nonuniform List<scalar> 133 ( -0.0377277 -0.0377447 -0.0377789 -0.0378301 -0.0378983 -0.0379835 -0.0380856 -0.0367422 -0.0367422 -0.0368722 -0.0370182 -0.0371801 -0.0373578 -0.0375511 -0.0377599 -0.0379839 -0.0382229 -0.0384769 -0.0387455 -0.0375311 -0.0375311 -0.0378142 -0.0381072 -0.0384227 -0.0387934 -0.0391368 -0.0392781 -0.0397251 -0.0401468 -0.0405776 -0.0410287 -0.0414929 -0.041964 -0.0424367 -0.0429057 -0.0433655 -0.0438113 -0.0442387 -0.0446444 -0.0450254 -0.0453798 -0.0457065 -0.0460049 -0.0462751 -0.0465177 -0.0467336 -0.0469242 -0.0470909 -0.0472356 -0.04736 -0.0474658 -0.0475551 -0.0476294 -0.0476907 -0.0477406 -0.0477806 -0.0478121 -0.0478367 -0.0478554 -0.0478694 -0.0478795 -0.0478868 -0.0478917 -0.0478949 -0.0468419 -0.0468419 -0.0468443 -0.0392781 -0.0397251 -0.0401468 -0.0405776 -0.0410287 -0.0414929 -0.041964 -0.0424367 -0.0429057 -0.0433655 -0.0438113 -0.0442387 -0.0446444 -0.0450254 -0.0453798 -0.0457065 -0.0460049 -0.0462751 -0.0465177 -0.0467336 -0.0469242 -0.047091 -0.0472356 -0.04736 -0.0474658 -0.0475551 -0.0476294 -0.0476907 -0.0477406 -0.0477806 -0.0478122 -0.0478367 -0.0478554 -0.0478694 -0.0478795 -0.0478868 -0.0478917 -0.0478949 -0.0478969 -0.0478978 -0.0391368 -0.0387934 -0.0384227 -0.0381072 -0.0378142 -0.0375311 -0.0375311 -0.0387455 -0.0384769 -0.0382229 -0.0379839 -0.0377599 -0.0375511 -0.0373578 -0.0371801 -0.0370182 -0.0368722 -0.0367422 -0.0367422 -0.0380856 -0.0379835 -0.0378983 -0.0378301 -0.0377789 -0.0377447 -0.0377277 ) ; } procBoundary42to43 { type processor; value nonuniform List<scalar> 133 ( -0.03231 -0.0323244 -0.0323531 -0.0323962 -0.0324537 -0.0324537 -0.0312986 -0.031381 -0.0314771 -0.0315867 -0.0317097 -0.0318462 -0.0319959 -0.0321587 -0.0323346 -0.0325233 -0.0327246 -0.0329384 -0.0329384 -0.0319099 -0.0321383 -0.0323768 -0.0326236 -0.0328892 -0.0331998 -0.0334888 -0.0336197 -0.0340428 -0.0344508 -0.0348713 -0.0353157 -0.0357777 -0.036252 -0.0367338 -0.0372182 -0.0377002 -0.038175 -0.0386382 -0.0390861 -0.0395154 -0.0399236 -0.0403089 -0.04067 -0.0410062 -0.0413173 -0.0416035 -0.0418654 -0.0421038 -0.0423198 -0.0425144 -0.042689 -0.0428449 -0.0429833 -0.0431057 -0.0432133 -0.0433074 -0.043389 -0.0434593 -0.0435193 -0.0435698 -0.0436116 -0.0436454 -0.0436454 -0.0426331 -0.0426557 -0.0426706 -0.0426779 -0.0336197 -0.0340428 -0.0344508 -0.0348713 -0.0353157 -0.0357777 -0.036252 -0.0367338 -0.0372182 -0.0377002 -0.038175 -0.0386382 -0.0390861 -0.0395154 -0.0399236 -0.0403089 -0.04067 -0.0410062 -0.0413173 -0.0416035 -0.0418654 -0.0421038 -0.0423198 -0.0425144 -0.042689 -0.0428449 -0.0429833 -0.0431057 -0.0432133 -0.0433074 -0.043389 -0.0434593 -0.0435193 -0.0435698 -0.0436116 -0.0436454 -0.0436718 -0.0436911 -0.0437038 -0.0437101 -0.0334888 -0.0331998 -0.0328892 -0.0326236 -0.0323768 -0.0321383 -0.0319099 -0.0329384 -0.0329384 -0.0327246 -0.0325233 -0.0323346 -0.0321587 -0.0319959 -0.0318462 -0.0317097 -0.0315867 -0.0314771 -0.031381 -0.0312986 -0.0324537 -0.0324537 -0.0323962 -0.0323531 -0.0323244 -0.03231 ) ; } } // ************************************************************************* //
[ "chaseh13@login4.stampede2.tacc.utexas.edu" ]
chaseh13@login4.stampede2.tacc.utexas.edu
5aa397730f6fc2a771459efa7811b4dd6b31fdbd
b9c1098de9e26cedad92f6071b060dfeb790fbae
/src/strings/conversion.h
e5207776795537bd6d74178a8320378db493d1fd
[]
no_license
vitamin-caig/zxtune
2a6f38a941f3ba2548a0eb8310eb5c61bb934dbe
9940f3f0b0b3b19e94a01cebf803d1a14ba028a1
refs/heads/master
2023-08-31T01:03:45.603265
2023-08-27T11:50:45
2023-08-27T11:51:26
13,986,319
138
13
null
2021-09-13T13:58:32
2013-10-30T12:51:01
C++
UTF-8
C++
false
false
1,415
h
/** * * @file * * @brief Types conversion utilities * * @author vitamin.caig@gmail.com * **/ #pragma once // common includes #include <types.h> // std includes #include <charconv> #include <type_traits> namespace Strings { template<class T> inline T ParsePartial(StringView& str) { if (str.empty()) { return T(); } else { auto result = T(); const auto* const it = str.begin(); const auto* const lim = str.end(); const auto res = std::from_chars(it + (it != lim && *it == '+'), lim, result); if (res.ec == std::errc::result_out_of_range) { using WiderType = std::conditional_t<std::is_signed_v<T>, std::intmax_t, std::uintmax_t>; return static_cast<T>(ParsePartial<WiderType>(str)); } str = {res.ptr, lim}; return result; } } // Transactional parsing template<class T> inline bool Parse(StringView str, T& value) { if (str.empty()) { return false; } else { const auto res = ParsePartial<T>(str); if (str.empty()) { value = res; return true; } else { return false; } } } template<class T> inline T ConvertTo(StringView str) { return ParsePartial<T>(str); } template<class T> inline String ConvertFrom(T val) { return std::to_string(val); } } // namespace Strings
[ "vitamin.caig@gmail.com" ]
vitamin.caig@gmail.com
16cf3215f14bb39b5b9e19b737316a96918c8c01
13676595f663ca4daea57d617ce766d87751e9cc
/GTKmmStack36/include/gtkmm-3.6.0/gtk/gtkmm/fontchooserdialog.h
0942c9c813bbf11f852984c7b1364e478ece05e4
[]
no_license
anroniogi/opros_knu
7b4f41b9d28ec41e41f6c2e29469f08ff87090ba
3c27522f2d1d948a7f4bd0b543d60a3bdc2115ef
refs/heads/master
2021-01-23T20:26:45.413064
2017-11-22T15:02:05
2017-11-22T15:02:05
102,856,847
1
0
null
null
null
null
UTF-8
C++
false
false
4,016
h
// -*- c++ -*- // Generated by gtkmmproc -- DO NOT MODIFY! #ifndef _GTKMM_FONTCHOOSERDIALOG_H #define _GTKMM_FONTCHOOSERDIALOG_H #include <glibmm/ustring.h> #include <sigc++/sigc++.h> /* Copyright (C) 2011 The gtkmm Development Team * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <gtkmm/dialog.h> #include <gtkmm/fontchooser.h> #ifndef DOXYGEN_SHOULD_SKIP_THIS typedef struct _GtkFontChooserDialog GtkFontChooserDialog; typedef struct _GtkFontChooserDialogClass GtkFontChooserDialogClass; #endif /* DOXYGEN_SHOULD_SKIP_THIS */ namespace Gtk { class FontChooserDialog_Class; } // namespace Gtk namespace Gtk { /** A dialog box for selecting fonts. It implements the #GtkFontChooser interface. * * To set the font which is initially selected, use set_font_name(). * * To get the selected font use get_font_name(). * * To change the text which is shown in the preview area, use set_preview_text(). * * @ingroup Dialogs * @ingroup FontChooser * @newin{3,2} */ class FontChooserDialog : public Dialog, public FontChooser { public: #ifndef DOXYGEN_SHOULD_SKIP_THIS typedef FontChooserDialog CppObjectType; typedef FontChooserDialog_Class CppClassType; typedef GtkFontChooserDialog BaseObjectType; typedef GtkFontChooserDialogClass BaseClassType; #endif /* DOXYGEN_SHOULD_SKIP_THIS */ virtual ~FontChooserDialog(); #ifndef DOXYGEN_SHOULD_SKIP_THIS private: friend class FontChooserDialog_Class; static CppClassType fontchooserdialog_class_; // noncopyable FontChooserDialog(const FontChooserDialog&); FontChooserDialog& operator=(const FontChooserDialog&); protected: explicit FontChooserDialog(const Glib::ConstructParams& construct_params); explicit FontChooserDialog(GtkFontChooserDialog* castitem); #endif /* DOXYGEN_SHOULD_SKIP_THIS */ public: /** Get the GType for this class, for use with the underlying GObject type system. */ static GType get_type() G_GNUC_CONST; #ifndef DOXYGEN_SHOULD_SKIP_THIS static GType get_base_type() G_GNUC_CONST; #endif ///Provides access to the underlying C GtkObject. GtkFontChooserDialog* gobj() { return reinterpret_cast<GtkFontChooserDialog*>(gobject_); } ///Provides access to the underlying C GtkObject. const GtkFontChooserDialog* gobj() const { return reinterpret_cast<GtkFontChooserDialog*>(gobject_); } public: //C++ methods used to invoke GTK+ virtual functions: protected: //GTK+ Virtual Functions (override these to change behaviour): //Default Signal Handlers:: private: public: FontChooserDialog(); explicit FontChooserDialog(const Glib::ustring& title); //Note: We renamed the parent parameter to transient_for because that is the property name. explicit FontChooserDialog(const Glib::ustring& title, Window& transient_for); }; } // namespace Gtk namespace Glib { /** A Glib::wrap() method for this object. * * @param object The C instance. * @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref. * @result A C++ instance that wraps this C instance. * * @relates Gtk::FontChooserDialog */ Gtk::FontChooserDialog* wrap(GtkFontChooserDialog* object, bool take_copy = false); } //namespace Glib #endif /* _GTKMM_FONTCHOOSERDIALOG_H */
[ "anroniogi@icloud.com" ]
anroniogi@icloud.com
8d4a8f70527502638f1ec1ac91796ead22c2b327
9a8a513f8509948cbb93a95ad40a7fd1f3ce3772
/src/build_db.cc
25309c7444fa44c270e6eb76335d2ab4e51f62f9
[ "MIT" ]
permissive
robmaz/kraken2
92f718ec5470d91addd630294a490674d38fc750
18f067da3620617d45f6251ced6c7f3260827704
refs/heads/master
2020-12-13T03:34:12.864931
2019-12-27T03:27:06
2019-12-27T03:27:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,253
cc
/* * Copyright 2013-2019, Derrick Wood <dwood@cs.jhu.edu> * * This file is part of the Kraken 2 taxonomic sequence classification system. */ #include "kraken2_headers.h" #include "taxonomy.h" #include "mmscanner.h" #include "seqreader.h" #include "compact_hash.h" #include "kv_store.h" #include "kraken2_data.h" #include "utilities.h" using std::string; using std::map; using std::cout; using std::queue; using std::cerr; using std::endl; using std::vector; using std::istringstream; using std::ifstream; using std::ofstream; using namespace kraken2; #define DEFAULT_BLOCK_SIZE (10 * 1024 * 1024) // 10 MB struct Options { string ID_to_taxon_map_filename; string ncbi_taxonomy_directory; string hashtable_filename; string options_filename; string taxonomy_filename; size_t block_size; int num_threads; bool input_is_protein; ssize_t k, l; size_t capacity; size_t maximum_capacity; uint64_t spaced_seed_mask; uint64_t toggle_mask; uint64_t min_clear_hash_value; }; void ParseCommandLine(int argc, char **argv, Options &opts); void usage(int exit_code = EX_USAGE); vector<string> ExtractNCBISequenceIDs(const string &header); void ProcessSequence(string &seq, uint64_t taxid, CompactHashTable &hash, Taxonomy &tax, MinimizerScanner &scanner, uint64_t min_clear_hash_value); void ProcessSequences(Options &opts, map<string, uint64_t> &ID_to_taxon_map, CompactHashTable &kraken_index, Taxonomy &taxonomy); void ReadIDToTaxonMap(map<string, uint64_t> &id_map, string &filename); void GenerateTaxonomy(Options &opts, map<string, uint64_t> &id_map); struct TaxonSeqPair { uint64_t taxon; string seq; }; int main(int argc, char **argv) { Options opts; opts.spaced_seed_mask = DEFAULT_SPACED_SEED_MASK; opts.toggle_mask = DEFAULT_TOGGLE_MASK; opts.input_is_protein = false; opts.num_threads = 1; opts.block_size = DEFAULT_BLOCK_SIZE; opts.min_clear_hash_value = 0; opts.maximum_capacity = 0; ParseCommandLine(argc, argv, opts); omp_set_num_threads( opts.num_threads ); map<string, uint64_t> ID_to_taxon_map; ReadIDToTaxonMap(ID_to_taxon_map, opts.ID_to_taxon_map_filename); GenerateTaxonomy(opts, ID_to_taxon_map); std::cerr << "Taxonomy parsed and converted." << std::endl; Taxonomy taxonomy(opts.taxonomy_filename.c_str()); taxonomy.GenerateExternalToInternalIDMap(); size_t bits_needed_for_value = 1; while ((1 << bits_needed_for_value) < (ssize_t) taxonomy.node_count()) bits_needed_for_value++; auto actual_capacity = opts.capacity; if (opts.maximum_capacity) { double frac = opts.maximum_capacity * 1.0 / opts.capacity; if (frac > 1) errx(EX_DATAERR, "maximum capacity larger than requested capacity"); opts.min_clear_hash_value = (uint64_t) ((1 - frac) * UINT64_MAX); actual_capacity = opts.maximum_capacity; } CompactHashTable kraken_index(actual_capacity, 32 - bits_needed_for_value, bits_needed_for_value); std::cerr << "CHT created with " << bits_needed_for_value << " bits reserved for taxid." << std::endl; ProcessSequences(opts, ID_to_taxon_map, kraken_index, taxonomy); std::cerr << "Writing data to disk... " << std::flush; kraken_index.WriteTable(opts.hashtable_filename.c_str()); IndexOptions index_opts; index_opts.k = opts.k; index_opts.l = opts.l; index_opts.spaced_seed_mask = opts.spaced_seed_mask; index_opts.toggle_mask = opts.toggle_mask; index_opts.dna_db = ! opts.input_is_protein; index_opts.minimum_acceptable_hash_value = opts.min_clear_hash_value; index_opts.revcom_version = CURRENT_REVCOM_VERSION; ofstream opts_fs(opts.options_filename); opts_fs.write((char *) &index_opts, sizeof(index_opts)); if (! opts_fs.good()) errx(EX_OSERR, "Unable to write options file %s", opts.options_filename.c_str()); opts_fs.close(); std::cerr << " complete." << std::endl; return 0; } void ProcessSequences(Options &opts, map<string, uint64_t> &ID_to_taxon_map, CompactHashTable &kraken_index, Taxonomy &taxonomy) { size_t processed_seq_ct = 0; size_t processed_ch_ct = 0; #pragma omp parallel { Sequence sequence; MinimizerScanner scanner(opts.k, opts.l, opts.spaced_seed_mask, ! opts.input_is_protein, opts.toggle_mask); BatchSequenceReader reader; while (true) { // Declaration of "ok" and break need to be done outside of critical // section to conform with OpenMP spec. bool ok; #pragma omp critical(reader) ok = reader.LoadBlock(std::cin, opts.block_size); if (! ok) break; while (reader.NextSequence(sequence)) { auto all_sequence_ids = ExtractNCBISequenceIDs(sequence.header); uint64_t taxid = 0; for (auto &seqid : all_sequence_ids) { if (ID_to_taxon_map.count(seqid) == 0) continue; auto ext_taxid = ID_to_taxon_map[seqid]; taxid = taxonomy.LowestCommonAncestor(taxid, taxonomy.GetInternalID(ext_taxid)); } if (taxid) { // Add terminator for protein sequences if not already there if (opts.input_is_protein && sequence.seq.back() != '*') sequence.seq.push_back('*'); ProcessSequence(sequence.seq, taxid, kraken_index, taxonomy, scanner, opts.min_clear_hash_value); #pragma omp atomic processed_seq_ct++; #pragma omp atomic processed_ch_ct += sequence.seq.size(); } } if (isatty(fileno(stderr))) { #pragma omp critical(status_update) std::cerr << "\rProcessed " << processed_seq_ct << " sequences (" << processed_ch_ct << " " << (opts.input_is_protein ? "aa" : "bp") << ")..."; } } } if (isatty(fileno(stderr))) std::cerr << "\r"; std::cerr << "Completed processing of " << processed_seq_ct << " sequences, " << processed_ch_ct << " " << (opts.input_is_protein ? "aa" : "bp") << std::endl; } // This function exists to deal with NCBI's use of \x01 characters to denote // the start of a new FASTA header in the same line (for non-redundant DBs). // We return all sequence IDs in a header line, not just the first. vector<string> ExtractNCBISequenceIDs(const string &header) { vector<string> list; string current_str; bool in_id = true; // start loop at first char after '>' for (size_t i = 1; i < header.size(); ++i) { if (header[i] == 0x01) { // 0x01 starts new ID at next char if (! current_str.empty()) list.push_back(current_str); current_str.clear(); in_id = true; } else if (in_id && isspace(header[i])) { // spaces end ID if (! current_str.empty()) list.push_back(current_str); current_str.clear(); in_id = false; } else if (in_id) { // Build ID string char by char current_str.push_back(header[i]); } } if (! current_str.empty()) list.push_back(current_str); return list; } void ParseCommandLine(int argc, char **argv, Options &opts) { int opt; long long sig; while ((opt = getopt(argc, argv, "?hB:c:H:m:n:o:t:k:l:s:S:T:p:M:X")) != -1) { switch (opt) { case 'h' : case '?' : usage(0); break; case 'B' : sig = atoll(optarg); if (sig < 1) errx(EX_USAGE, "can't have negative block size"); opts.block_size = sig; break; case 'p' : opts.num_threads = atoll(optarg); if (opts.num_threads < 1) errx(EX_USAGE, "can't have negative number of threads"); if (opts.num_threads > omp_get_max_threads()) errx(EX_USAGE, "OMP only wants you to use %d threads", omp_get_max_threads()); break; case 'H' : opts.hashtable_filename = optarg; break; case 'm' : opts.ID_to_taxon_map_filename = optarg; break; case 'n' : opts.ncbi_taxonomy_directory = optarg; break; case 'o' : opts.options_filename = optarg; break; case 't' : opts.taxonomy_filename = optarg; break; case 'S' : opts.spaced_seed_mask = strtol(optarg, nullptr, 2); break; case 'T' : opts.toggle_mask = strtol(optarg, nullptr, 2); break; case 'k' : sig = atoll(optarg); if (sig < 1) errx(EX_USAGE, "k must be positive integer"); opts.k = sig; break; case 'l' : sig = atoll(optarg); if (sig < 1) errx(EX_USAGE, "l must be positive integer"); if (sig > 31) errx(EX_USAGE, "l must be no more than 31"); opts.l = sig; break; case 'c' : sig = atoll(optarg); if (sig < 1) errx(EX_USAGE, "capacity must be positive integer"); opts.capacity = sig; break; case 'M' : sig = atoll(optarg); if (sig < 1) errx(EX_USAGE, "max capacity must be positive integer"); opts.maximum_capacity = sig; break; case 'X' : opts.input_is_protein = true; break; } } if (opts.spaced_seed_mask != DEFAULT_SPACED_SEED_MASK) ExpandSpacedSeedMask(opts.spaced_seed_mask, opts.input_is_protein ? BITS_PER_CHAR_PRO : BITS_PER_CHAR_DNA); if (opts.hashtable_filename.empty() || opts.ID_to_taxon_map_filename.empty() || opts.ncbi_taxonomy_directory.empty() || opts.options_filename.empty() || opts.taxonomy_filename.empty()) { cerr << "missing mandatory filename parameter" << endl; usage(); } if (opts.k == 0 || opts.l == 0 || opts.capacity == 0) { cerr << "missing mandatory integer parameter" << endl; usage(); } if (opts.k < opts.l) { cerr << "k cannot be less than l" << endl; usage(); } if (opts.maximum_capacity > opts.capacity) { cerr << "maximum capacity option shouldn't specify larger capacity than normal" << endl; usage(); } } void usage(int exit_code) { cerr << "Usage: build_db <options>\n" << "\n" << "Options (*mandatory):\n" << "* -H FILENAME Kraken 2 hash table filename\n" << "* -m FILENAME Sequence ID to taxon map filename\n" << "* -t FILENAME Kraken 2 taxonomy filename\n" << "* -n DIR NCBI taxonomy directory name\n" << "* -o FILENAME Kraken 2 options filename\n" << "* -k INT Set length of k-mers\n" << "* -l INT Set length of minimizers\n" << "* -c INT Set capacity of hash table\n" << " -M INT Set maximum capacity of hash table (MiniKraken)\n" << " -S BITSTRING Spaced seed mask\n" << " -T BITSTRING Minimizer toggle mask\n" << " -X Input seqs. are proteins\n" << " -p INT Number of threads\n" << " -B INT Read block size" << endl; exit(exit_code); } void ProcessSequence(string &seq, uint64_t taxid, CompactHashTable &hash, Taxonomy &tax, MinimizerScanner &scanner, uint64_t min_clear_hash_value) { scanner.LoadSequence(seq); uint64_t *minimizer_ptr; while ((minimizer_ptr = scanner.NextMinimizer())) { if (min_clear_hash_value && MurmurHash3(*minimizer_ptr) < min_clear_hash_value) continue; hvalue_t existing_taxid = 0; hvalue_t new_taxid = taxid; while (! hash.CompareAndSet(*minimizer_ptr, new_taxid, &existing_taxid)) { new_taxid = tax.LowestCommonAncestor(new_taxid, existing_taxid); } } } void ReadIDToTaxonMap(map<string, uint64_t> &id_map, string &filename) { ifstream map_file(filename.c_str()); if (! map_file.good()) err(EX_NOINPUT, "unable to read from '%s'", filename.c_str()); string line; while (getline(map_file, line)) { string seq_id; uint64_t taxid; istringstream iss(line); iss >> seq_id; iss >> taxid; id_map[seq_id] = taxid; } } void GenerateTaxonomy(Options &opts, map<string, uint64_t> &id_map) { NCBITaxonomy ncbi_taxonomy( opts.ncbi_taxonomy_directory + "/nodes.dmp", opts.ncbi_taxonomy_directory + "/names.dmp" ); for (auto &kv_pair : id_map) { if (kv_pair.second != 0) { ncbi_taxonomy.MarkNode(kv_pair.second); } } ncbi_taxonomy.ConvertToKrakenTaxonomy(opts.taxonomy_filename.c_str()); }
[ "dwood@cs.jhu.edu" ]
dwood@cs.jhu.edu
4ea49f86e52cb0fed3cfd579e4b3c014b9dd3836
16dc54384a53f8bcd6dfdecfbabd385d51acb7de
/2016_a_practice/week4/A - Big Number/main.cpp
2f9a3546406102453f0d3840542a0fa16927f307
[]
no_license
kkkkBlueSky/HUAS_ACM
629771b4b583a0725ee0955ddbf35cdfaddec652
3b9aad20476ec09bb5f12f951340829e68152094
refs/heads/master
2021-12-17T21:47:13.245217
2017-09-22T12:54:51
2017-09-22T12:54:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
274
cpp
#include <iostream> #include <cmath> using namespace std; int main() { int n, x; double ans; cin>>n; while(n--){ cin>>x; ans=1; for(int i=1;i<=x;i++)ans+=log10(i); cout<<(int)ans<<endl; } return 0; }
[ "woodcoding@gmail.com" ]
woodcoding@gmail.com
eb067506fb0df12f076ee8204a542902755c57aa
7937097b51d3c84edb0d854861dbdb41f2060505
/Graphics/Managers/QWorldManager.cpp
b174698a65965fb77028a2f03e29ad7cc7540492
[]
no_license
manufy/QEngine
583cc3af4baf6602f3844bc3d9cf64b4d820430f
5c33a56ecf19add131e00e39ac73f98bae495217
refs/heads/master
2021-01-23T09:29:30.050118
2012-08-04T21:11:45
2012-08-04T21:11:45
5,298,735
3
0
null
null
null
null
UTF-8
C++
false
false
203
cpp
#include "stdafx.h" #include ".\qworldmanager.h" QWorldManager::QWorldManager(void) { } QWorldManager::~QWorldManager(void) { } int QWorldManager::Add(QWorld *pWorld) { m_plast = NULL; return 0; }
[ "manu@tao.homeunix.net" ]
manu@tao.homeunix.net
abeb3ed12357e42a859843f2031d3b94174d02be
48be10325a7973f76166a3fe242b876912e768ac
/FFmpeg_Vul/cve-2011-3936.cpp
f8bb82b98c7bf166a878242f81db5e35d58510f8
[]
no_license
quyutest/CodeSmellTest
5c9b2a045396d122254a481d956557a1c58bb916
ffbc2fed091bb4ae16341ae42c4a4efd7282578c
refs/heads/master
2022-06-04T20:50:44.014451
2020-05-02T01:29:48
2020-05-02T01:29:48
260,587,045
0
0
null
null
null
null
UTF-8
C++
false
false
3,852
cpp
//CVE-2011-3936 /* * There's a couple of assumptions being made here: * 1. By default we silence erroneous (0x8000/16bit 0x800/12bit) audio samples. * We can pass them upwards when ffmpeg will be ready to deal with them. * 2. We don't do software emphasis. * 3. Audio is always returned as 16bit linear samples: 12bit nonlinear samples * are converted into 16bit linear ones. */ static int dv_extract_audio(uint8_t* frame, uint8_t* ppcm[4], const DVprofile *sys) { int size, chan, i, j, d, of, smpls, freq, quant, half_ch; uint16_t lc, rc; const uint8_t* as_pack; uint8_t *pcm, ipcm; as_pack = dv_extract_pack(frame, dv_audio_source); if (!as_pack) /* No audio ? */ return 0; smpls = as_pack[1] & 0x3f; /* samples in this frame - min. samples */ freq = (as_pack[4] >> 3) & 0x07; /* 0 - 48kHz, 1 - 44,1kHz, 2 - 32kHz */ quant = as_pack[4] & 0x07; /* 0 - 16bit linear, 1 - 12bit nonlinear */ if (quant > 1) return -1; /* unsupported quantization */ size = (sys->audio_min_samples[freq] + smpls) * 4; /* 2ch, 2bytes */ half_ch = sys->difseg_size / 2; /* We work with 720p frames split in half, thus even frames have * channels 0,1 and odd 2,3. */ ipcm = (sys->height == 720 && !(frame[1] & 0x0C)) ? 2 : 0; pcm = ppcm[ipcm++]; /* for each DIF channel */ for (chan = 0; chan < sys->n_difchan; chan++) { /* for each DIF segment */ for (i = 0; i < sys->difseg_size; i++) { frame += 6 * 80; /* skip DIF segment header */ if (quant == 1 && i == half_ch) { /* next stereo channel (12bit mode only) */ pcm = ppcm[ipcm++]; if (!pcm) break; } /* for each AV sequence */ for (j = 0; j < 9; j++) { for (d = 8; d < 80; d += 2) { if (quant == 0) { /* 16bit quantization */ of = sys->audio_shuffle[i][j] + (d - 8) / 2 * sys->audio_stride; if (of*2 >= size) continue; pcm[of*2] = frame[d+1]; // FIXME: maybe we have to admit pcm[of*2+1] = frame[d]; // that DV is a big-endian PCM if (pcm[of*2+1] == 0x80 && pcm[of*2] == 0x00) pcm[of*2+1] = 0; } else { /* 12bit quantization */ lc = ((uint16_t)frame[d] << 4) | ((uint16_t)frame[d+2] >> 4); rc = ((uint16_t)frame[d+1] << 4) | ((uint16_t)frame[d+2] & 0x0f); lc = (lc == 0x800 ? 0 : dv_audio_12to16(lc)); rc = (rc == 0x800 ? 0 : dv_audio_12to16(rc)); of = sys->audio_shuffle[i%half_ch][j] + (d - 8) / 3 * sys->audio_stride; if (of*2 >= size) continue; pcm[of*2] = lc & 0xff; // FIXME: maybe we have to admit pcm[of*2+1] = lc >> 8; // that DV is a big-endian PCM of = sys->audio_shuffle[i%half_ch+half_ch][j] + (d - 8) / 3 * sys->audio_stride; pcm[of*2] = rc & 0xff; // FIXME: maybe we have to admit pcm[of*2+1] = rc >> 8; // that DV is a big-endian PCM ++d; } } frame += 16 * 80; /* 15 Video DIFs + 1 Audio DIF */ } } /* next stereo channel (50Mbps and 100Mbps only) */ pcm = ppcm[ipcm++]; if (!pcm) break; } return size; }
[ "38280295+quyutest@users.noreply.github.com" ]
38280295+quyutest@users.noreply.github.com
59475fabbcd78e07ed6201de87da1a9e0fd9f6f8
611478e809fcf9f983c75d01086aecf70ae5b5ee
/include/utility/performance.hpp
ba73a96732f5dbc3650e78307169fa5d093b604a
[ "MIT" ]
permissive
waterben/LineExtraction
066977f8deb70a1d65b59f8774a6c51d660a4090
7d3ab108ff57d6facdab5e59825c80c48592f044
refs/heads/master
2023-07-29T03:01:01.411154
2023-07-05T20:06:11
2023-07-05T20:06:11
158,287,194
2
0
null
null
null
null
UTF-8
C++
false
false
4,467
hpp
#ifndef _PERFORMANCE_HPP_ #define _PERFORMANCE_HPP_ #ifdef __cplusplus #include <utility/task.hpp> namespace lsfm { struct PerformanceData : public TaskData { PerformanceData(const std::string& n, const cv::Mat& s); virtual ~PerformanceData() {} cv::Mat src_gray; }; //! Performance results in millisec struct PerformanceResult { PerformanceResult(double t = 0, double m = 0, double d = 0) : total(t), mean(m), stddev(d) {} double total; double mean; double stddev; }; //! Performance measurements struct PerformanceMeasure { PerformanceMeasure(const std::string& sn = std::string(), const std::string& fn = std::string(), double w = 0, double h = 0) : sourceName(sn), filterName(fn), width(w), height(h) {} std::string sourceName; // name of source image/file/set std::string filterName; // name of performed filter/algorithm double width, height; // image dimensions std::vector<uint64> measures; // measurements PerformanceResult computeResult() const { return computeResult(measures); } static PerformanceResult computeResult(const std::vector<uint64>& data); }; typedef std::vector<PerformanceMeasure> PerformanceMeasureVector; //! Base class for performance task struct PerformanceTaskBase : public TaskBase { PerformanceTaskBase(const std::string& taskName, int f = 0) : TaskBase(taskName, f) {} virtual ~PerformanceTaskBase() {} // data of performance task PerformanceMeasureVector measure; PerformanceMeasure accumulatedMeasure(const std::string& sourceName = std::string()) const { return accumulatedMeasure(measure, sourceName, name); } //! receive accumulated performance measure of all runs of this task static PerformanceMeasure accumulatedMeasure(const PerformanceMeasureVector& measure, const std::string sourceName = std::string(), const std::string filterName = std::string()); }; typedef std::shared_ptr<PerformanceTaskBase> PerformanceTaskPtr; typedef std::vector<PerformanceTaskPtr> PerformanceTaskList; //! Base class for performance task struct PerformanceTaskDefault : public PerformanceTaskBase { PerformanceTaskDefault(const std::string& taskName, int f = 0) : PerformanceTaskBase(taskName, f) {} virtual ~PerformanceTaskDefault() {} virtual void run(TaskData* data, int loops, bool verbose); virtual void run(const std::string& src_name, cv::Mat src, int loops, bool verbose) {}; }; //! full performance test based on performance tasks and data providers struct PerformanceTest : public TaskLoader { PerformanceTest(const std::string& testName = std::string()) : TaskLoader(testName), showTotal(false), showMean(true), showStdDev(true), showMegaPixel(true) {} virtual ~PerformanceTest() {} PerformanceTaskList tasks; DataProviderList data; bool showTotal, showMean, showStdDev, showMegaPixel, visualResults; virtual void run(int runs = 10, bool verbose = true); virtual StringTable resultTable(bool fullReport = false); protected: // prepare task data and source, e.g. blur etc. virtual void prepareSource(cv::Mat& src) {} // prepare task data virtual TaskData* prepareTaskData(const std::string& src_name, cv::Mat& src); private: struct DataProviderTaskMeasure { DataProviderTaskMeasure() {} DataProviderTaskMeasure(const std::string& p, const std::string& t, const PerformanceMeasureVector& r) : results(r), provider(p), task(t) {} PerformanceMeasureVector results; std::string provider, task; PerformanceMeasure accumulatedResult() const { return PerformanceTaskBase::accumulatedMeasure(results, provider, task); } }; std::vector<DataProviderTaskMeasure> results_; size_t providerRecords_; void writeMeasure(const PerformanceMeasure& pm, StringTable& StringTable, size_t col, size_t row); }; typedef std::shared_ptr<PerformanceTest> PerformanceTestPtr; } #endif #endif
[ "benjamin.wassermann@twt-gmbh.de" ]
benjamin.wassermann@twt-gmbh.de
f876cd53a7b87faf9e9a789d9e9833a366795f48
77dced9d1f95f7c9c62ed882c04ce807b5f6a4c3
/include/xml/Xml.h
008676ad38b700e76a4362769013d35f5de9e074
[]
no_license
ageev-aleksey/xml_lite
088a59f6a79d5d6bfc689aa4cb4d387debaa75c0
e51fea03687d25794356ba4a7cbc56b308b40ce4
refs/heads/master
2022-11-12T18:20:11.417131
2020-07-12T17:01:52
2020-07-12T17:01:52
278,333,001
0
0
null
null
null
null
UTF-8
C++
false
false
3,336
h
// // Created by nrx on 10.07.2020. // #ifndef XML_DEMON_XML_H #define XML_DEMON_XML_H #include "xml/exception/XmlParseError.h" #include "xml/XmlSerializer.h" #include "Parser.h" #include <unordered_map> class XmlDeserializeContext; /** * Контейнер сериализаторов для формата Xml. При сериализации и десериализации ищет соотвествующий класс сериализатор. * Объекты классов сериализаторов предварительно должны быть добавлены в контейнер. */ class Xml { public: /** * Добавление объекта класса выполняющий сериализацию объекта типа Т * @tparam T - тип объетка, для которого предназначен добавляемый сериализатор * @param serializer */ template<typename T> void addSerializer(std::shared_ptr<XmlSerializer<T>> serializer) { serializers.insert({typeid(T).hash_code(), serializer}); } /** * \brief Десериализация объекта типа Т * * Перед вызовом данного метода соответсвующий объект-сериализатор должен быть добавлен в контейнер * @tparam T - тип объекта который сериализуется из xml формата * @param str - строка содержащая объект типа T в формате xml * @throw XmlParserError Если в контейнере отсутсвует соответствующий сериализатор * @return десериализованный объект */ template<typename T> T deserialize(const std::string &str) { std::shared_ptr<XmlSerializer<T>> serializer = getSerializer<T>(); if(serializer) { Parser parser((Lexer(str))); Parser::XmlGraphPtr g = parser.parse(); auto documentNodeItr = g->begin(); auto rootNodeItr = *documentNodeItr.getChildren().begin(); return serializer->deserialize(std::make_unique<XmlDeserializeContext>(this, documentNodeItr, rootNodeItr)); } else { throw XmlParserError(std::string("deserializer for ") + typeid(T).name() + "not found"); } } // template<typename T> // T deserialize(const Parser::XmlGraph::Iterator &itr) { // std::shared_ptr<XmlSerializer<T>> serializer = getSerializer<T>(); // if(serializer) { // // serializer->deserialize(DeserializeContext(this, itr)); // }// // throw XmlParserError(std::string("deserializer for ") + typeid(T).name() + "not found"); // } friend class XmlDeserializeContext; private: template<typename T> std::shared_ptr<XmlSerializer<T>> getSerializer() { static const size_t hash = typeid(T).hash_code(); auto ptr = serializers.find(hash); if(ptr != serializers.end()) { return std::static_pointer_cast<XmlSerializer<T>>(ptr->second); } return nullptr; } std::unordered_map<size_t, std::shared_ptr<BaseXmlSerializer>> serializers; }; #endif //XML_DEMON_XML_H
[ "ageevav97@gmail.com" ]
ageevav97@gmail.com
9a4af520c35260df5605309d39191a15b35cea9b
3fa77cc391d27129901810a8a56494c1c641273c
/Output.h
378fb8c684f351a4cac3a86598a688416157b8a7
[]
no_license
bananu7/Lightstalker
614ec0ab26df08d122f645b06887be32b9691447
0000f797a8c8c44573116efcd2decba78a0e45f2
refs/heads/master
2016-09-06T20:06:37.303088
2014-03-18T15:03:03
2014-03-18T15:03:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
212
h
#pragma once #include "real.h" #include "RealRgba.h" struct Output { virtual void Set( real x, real y, const RealRgba& pixel ) { } virtual ~Output () { }; }; class NullOutput : public Output { };
[ "phdofthehouse@gmail.com" ]
phdofthehouse@gmail.com
e3a3dbdb7fdbe2944348e50f630252bbc5ee9f9c
2268671e572541cb1b1022ea5b777931a65497c2
/particleEditor/Sources/Shared/Utils/Hex/hexmove.h
f8f25e14c09f2386a56408e5f17db9d2331f3c9d
[]
no_license
KatekovAnton/Urho3DParticleEditor
6aba180647535fb6e249cfca21e842f70258f916
66504e3b1c5b164dfa33633c98640e35b418c559
refs/heads/master
2022-12-31T03:16:44.595274
2020-10-12T12:57:21
2020-10-12T12:57:21
299,917,308
1
0
null
null
null
null
UTF-8
C++
false
false
4,400
h
/* Package : libhex * hexmove.h Created : 2008/02/19 * Author : Alex Tingle * * Copyright (C) 2008, Alex Tingle. * * This file is part of the libhex application. * * libhex is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * libhex is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef FIRETREE__HEXMOVE_H #define FIRETREE__HEXMOVE_H 1 #include "hex.h" namespace hex { /** Find routes and movement horizons on a hex grid. */ namespace move { class no_solution: public hex::exception { public: no_solution(const std::string& w) throw(): hex::exception(w) {} virtual ~no_solution() throw() {} }; typedef double Cost; /** Models movement costs in a hex grid. */ class Topography { bool _has_default; /** Default cost to enter a hex. If NULL, unlisted hexes are off-limits */ Cost _default; /** Cost to enter a hex. key: hex.Hex, val: cost */ std::map<hex::Hex*,Cost> _hexes; /** Cost to cross an edge. key: hex.Edge, val: cost * *Over-rides* the normal costs. Must pay the cost of the * DESTINATION hex's edge. */ std::map<hex::Edge*,Cost> _edges; public: Topography(); Topography(Cost default_hex_cost); virtual ~Topography() {} /** Calculate set of accessible hexes. */ std::set<hex::Hex*> accessible(void) const; /** Increases the cost of hex h by c. */ void increase_hex_cost(hex::Hex* h, Cost c); /** Set the cost of hex h to c. */ void override_hex_cost(hex::Hex* h, Cost c); /** Increases the cost of edge e by c. */ void increase_edge_cost(hex::Edge* e, Cost c); /** Set the cost of edge e to c. */ void override_edge_cost(hex::Edge* e, Cost c); // Convenience functions. void increase_cost(const hex::Area& a, Cost c); void override_cost(const hex::Area& a, Cost c); void increase_cost(const std::set<hex::Hex*>& s, Cost c); void override_cost(const std::set<hex::Hex*>& s, Cost c); void increase_cost(const hex::Boundary& b, Cost c); void override_cost(const hex::Boundary& b, Cost c); /** Finds the least-cost hex::Path from start to goal. * Uses the A* algorithm. */ hex::Path best_path(hex::Hex* start, hex::Hex* goal) const; // throw(no_solution); /** Finds the hex::Area that can be reached from start with budget. */ hex::Area horizon(hex::Hex* start, Cost budget) const; // throw(no_solution); protected: struct Step { hex::Hex* to_hex; Cost cost; }; /** Calculates the cost to move one step from_hex in direction. * Returns tuple: (to_hex,cost) * If the move is off-limits, then returns (None,None). */ Step step(hex::Hex* from_hex, Direction direction) const; }; /** A partial solution to the A* algorithm. * Only used in the internal workings of the routing algorithms. You won't * need this class unless you are writing your own routing algorithms. */ class _Route { Cost _value; ///< cost + distance to goal (f() in A*) public: std::list<Hex*> path; ///< from start to current hex Cost cost; ///< sum of weights of hexes in path. (g() in A*) /** Generate an entirely new route, just one hex long. */ static _Route factory(hex::Hex* start, hex::Hex* goal=NULL); /** Return a new _Route based upon this one. */ _Route step(hex::Hex* next, Cost cost, hex::Hex* goal=NULL) const; /** Distance between the end of this route and the goal, if any. * Used for the h() heuristic function in A* algorithm. */ hex::Distance distance(hex::Hex* goal) const; /** Routes sort by value. */ bool operator<(const _Route& right) const { return _value < right._value; } }; } // end namespace move } // end namespace hex #endif
[ "void0main@gmail.com" ]
void0main@gmail.com
8e73afbf9d6ef723074e76fbf665fd566016ecab
83e9408e7a6c21d1357594715f631865142528e6
/C++/2.256-1.cpp
f7e0986358fd7d52793b9405f62e1776165805a8
[]
no_license
chill-cy/Data-Structure
0027ffbbc10c765f555951c678cf28b89494cb68
b325de5781f9f3f00aec7724dcbbb680b1e5dcc9
refs/heads/master
2022-03-28T15:29:37.437731
2020-01-12T09:01:20
2020-01-12T09:01:20
197,802,813
0
0
null
null
null
null
UTF-8
C++
false
false
945
cpp
/************************************************************************* > File Name: 2.256-1.cpp > Author:jiangxiaoyu > Mail:2291372880@qq.com > Created Time: 2020年01月04日 星期六 21时11分05秒 ************************************************************************/ #include<iostream> #include <vector> #include <algorithm> using namespace std; struct Data { int a, b; bool operator<(const Data & obj) { return a * b < obj.a * obj.b; } }; vector <Data> arr; int main() { int n, a, b; int k, t; cin >> k >> t; if (k - t) cout << t << endl; /* cin >> n; for (int i = 0; i <= n; i++) { cin >> a >> b; arr.push_back({a, b}); } sort(arr.begin() + 1, arr.end()); int p = arr[0].a, ans = 0; for (int i = 1; i <= n; i++) { if (p / arr[i].b > ans) ans = p / arr[i].b; p *= arr[i].a; } cout << ans << endl; */return 0; }
[ "2547116322@qq.com" ]
2547116322@qq.com
d5fb5cd635e5760f325c9d2ee542efafc171d008
4a463e2c626c91eaa1dc3c1f043eaf21058ac39c
/C++基础课程/Day07/08 const_cast和reinterpret_cast/08 const_cast和reinterpret_cast.cpp
5088d6abf0d6eab7f66f40cb019edd7051793f2d
[ "MIT" ]
permissive
huruiyi/Programming-in-CPP
5ae97f2008425e40fd921a95f56a1fc78e18854d
b93b15c48d55f98af81c50526d058fcaad53962b
refs/heads/master
2022-12-24T13:34:08.575464
2020-09-30T16:44:45
2020-09-30T16:44:45
91,866,245
0
0
null
null
null
null
GB18030
C++
false
false
357
cpp
#define _CRT_SECURE_NO_WARNINGS #include<iostream> using namespace std; void test01() { const int* p = NULL; int* pp = const_cast<int*>(p); //int *pp = (int *)p; const int* cp = const_cast<const int*>(pp); } //强制类型转换 void test02() { int a = 10; int* p = reinterpret_cast<int*>(a); } int main() { system("pause"); return EXIT_SUCCESS; }
[ "807776962@qq.com" ]
807776962@qq.com
be8b332aaba5ffa3f25ee221aa48d7142e2137d7
988ab828b4afc8ca56f408e26a21e7763600122c
/trie/trie insertion and searching.cpp
5ae5346042748667911ec584245b94c83d85690c
[]
no_license
prakharss/C-plus-plus-Programs
5c986a1ec1fb94311cf03ee3a7c0cf5ef7f84750
2ca1b5c276e69441203f58eb5c95cd636b506123
refs/heads/master
2022-12-16T02:37:59.554796
2020-09-05T18:20:57
2020-09-05T18:20:57
181,132,029
1
0
null
null
null
null
UTF-8
C++
false
false
1,312
cpp
//search - O(str.size()) and insert - O(26*str.size()) #include<bits/stdc++.h> using namespace std; struct TrieNode{ bool end; TrieNode *nextchar[26]; //int count; }; TrieNode* createNode() { TrieNode *temp; temp=new TrieNode; temp->end=false; for(int i=0;i<26;i++) temp->nextchar[i]=NULL; return temp; } void insert(TrieNode *node,string str) { //abc for(int i=0;i<str.size();i++) { if(node->nextchar[str[i]-'a']==NULL) { TrieNode *temp; temp=createNode(); node->nextchar[str[i]-'a']=temp; node=temp; } else node=node->nextchar[str[i]-'a']; } node->end=true; } bool search(TrieNode *root,string str) { for(int i=0;i<str.size();i++) { if(root->nextchar[str[i]-'a']==NULL) return false; else root=root->nextchar[str[i]-'a']; } return root->end; } void TrieDataStructure() { //we are searching some strings from set of all strings - trie is best for this one int i,n,q; string str; TrieNode *root; root=createNode(); //null creation //empty cin>>n; //"abc", "axy","aby"// for(i=0;i<n;i++) { cin>>str; insert(root,str); } cin>>str; if(search(root,str)) cout<<str<<" is present\n"; else cout<<str<<" is not present\n"; } int main() { ios_base::sync_with_stdio(false); cin.tie(0); TrieDataStructure(); return 0; }
[ "ps123sengar@gmail.com" ]
ps123sengar@gmail.com
57058d3e1151562d21e89ffbafbd826a0351afb4
6bbcaf1dea1af69e0cf9b21046295e808eae64b7
/MFSimSSA/Headers/WireRouter/paths.h
195350a16d7b875357ab116a512c813eef5584b1
[]
no_license
felcm4/MFSim
e9b26daaeab8ca750f5c2337d8d91cfeba72cba0
e8522f3f008f869bc75c409303d83f4d33f80ff2
refs/heads/master
2023-02-24T21:30:28.907471
2021-01-25T04:51:20
2021-01-25T04:51:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,699
h
/*------------------------------------------------------------------------------* * (c)2016, All Rights Reserved. * * ___ ___ ___ * * /__/\ / /\ / /\ * * \ \:\ / /:/ / /::\ * * \ \:\ / /:/ / /:/\:\ * * ___ \ \:\ / /:/ ___ / /:/~/:/ * * /__/\ \__\:\ /__/:/ / /\ /__/:/ /:/___ UCR DMFB Synthesis Framework * * \ \:\ / /:/ \ \:\ / /:/ \ \:\/:::::/ www.microfluidics.cs.ucr.edu * * \ \:\ /:/ \ \:\ /:/ \ \::/~~~~ * * \ \:\/:/ \ \:\/:/ \ \:\ * * \ \::/ \ \::/ \ \:\ * * \__\/ \__\/ \__\/ * *-----------------------------------------------------------------------------*/ /*---------------------------Implementation Details-----------------------------* * Source: paths.h * * Original Code Author(s): Jeff McDaniel * * Original Completion/Release Date: 1/24/2014 * * * * Details: N/A * * * * Revision History: * * WHO WHEN WHAT * * --- ---- ---- * * FML MM/DD/YY One-line description * *-----------------------------------------------------------------------------*/ #ifndef _PATHFINDER_PATHS_H_ #define _PATHFINDER_PATHS_H_ #include <vector> #include "../Resources/structs.h" struct WireRouteNode; class PathSegment { private: WireRouteNode* node; std::vector<PathSegment*> next_segments; public: PathSegment(WireRouteNode* new_node); ~PathSegment(); /* Mutators */ void setNode(WireRouteNode* new_node) {node = new_node;} void addSegment(PathSegment* new_segment); /* Accessors */ inline WireRouteNode* getNode() {return node;} inline unsigned nextSegmentsSize() {return next_segments.size();} PathSegment* nextSegmentsAt(unsigned index); }; /////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////// class Path { private: std::vector<int> shared_pins; int pin_number; int cost; int shared_nodes; std::vector<PathSegment*> path; public: Path(); Path(Path& copy_from); ~Path(); /* Mutators */ inline void setPinNumber(int new_pin_number) {pin_number = new_pin_number;} inline void setCost(int new_cost) {cost = new_cost;} inline void setSharedNodes(int new_shared_nodes) {shared_nodes = new_shared_nodes;} inline void addSharedNodes(int added_nodes = 1) {shared_nodes+=added_nodes;} void addPathSegment(WireRouteNode* new_node,WireRouteNode* parent = NULL); void addSharedPin(int new_pin); void clear(); void disallowSharing(); void allowSharing(); void rip_up(); /* Accessors */ inline unsigned sharedPinsSize() { return shared_pins.size(); } int sharedPinsAt(unsigned index); inline int getPinNumber() { return pin_number; } inline bool empty() { return path.empty(); } inline int getCost() { return cost; } inline int getSharedNodes() { return shared_nodes; } void removeSuper(); inline unsigned pathSize() { return path.size(); } PathSegment* segmentAt(unsigned index); WireRouteNode* nodeAt(unsigned index); PathSegment* findSegment(WireRouteNode* key); /* Print Functions */ void printPath(); }; #endif // _PATHFINDER_PATHS_H_
[ "dgrissom@apu.edu" ]
dgrissom@apu.edu
1763edbb15abf1b85cd8761877b56120383a9ffd
7e016d5751e7e80702876a8669394fb70b23f173
/test_c11/test_reflect.cpp
5d56aa4bede6f8791b8a47a5a4c9c71f55f7140a
[]
no_license
clauschen123/testcpp11
8ddad895f618c2d0564dc3e9c56053938582d694
b0e4b5ded58c9594b459060b1edf0d336b3433fb
refs/heads/master
2021-01-10T13:08:33.003766
2018-07-17T08:19:45
2018-07-17T08:19:45
44,799,518
0
0
null
null
null
null
GB18030
C++
false
false
2,531
cpp
#include "stdafx.h" #include <string> #include <map> #include <iostream> using namespace std; // #define DEFINE_DYN_CREATE(class_name) \ // static CBaseClass * CreateClass## class_name(); // // #define IMPLIMENT_DYN_CREATE(class_name) \ // static CBaseClass * CreateClass## class_name(){ \ // return new class_name; \ // }; #define DEFINE_CLASS(class_name) \ char NameArray[] = #class_name; \ class class_name : public Register<class_name, NameArray> #define DEFINE_CLASS_EX(class_name,father_class) \ char NameArray[] = #class_name; \ class class_name : public Register<class_name, NameArray>, public father_class namespace reflect { typedef void* (*CreateFuntion)(void); class ClassFactory { public: static void* GetClassByName(std::string name) { std::map<std::string, CreateFuntion>::const_iterator find; find = m_clsMap.find(name); if (find == m_clsMap.end()) { return nullptr; } else { return find->second(); } } static void RegistClass(std::string name, CreateFuntion method) { m_clsMap.insert(std::make_pair(name, method)); } private: static std::map<std::string, CreateFuntion> m_clsMap; }; std::map<std::string, CreateFuntion> ClassFactory::m_clsMap; class RegistyClass { public: RegistyClass(std::string name, CreateFuntion method) { ClassFactory::RegistClass(name, method); } }; template<class T, const char name[]> class Register { public: Register() { const RegistyClass tmp = rc; } static void* CreateInstance() { return new T; } public: static const RegistyClass rc;//这个为什么没有生成 }; template<class T, const char name[]> const RegistyClass Register<T, name>::rc(name, Register<T, name>::CreateInstance); DEFINE_CLASS(CG) { // int a_; public: void Display() { // cout << a_ << endl; printf("I am Here\n"); } }; int main1() { CG* tmp = (CG*)ClassFactory::GetClassByName("CG"); tmp->Display(); return 0; } } void reflect_main() { reflect::main1(); }
[ "ctj@kuka.com" ]
ctj@kuka.com
1e1b20c6ca64fa77bc3a5522addf999d9df061c3
bd98e37be6d8253dedc83e4790fd92740ecc5be2
/bitstream/pictureheader.cpp
706e5285ed5cba3543ba58fff83a0e0e13ccc79f
[ "WTFPL" ]
permissive
heismelody/Codec
e46ca99d95ab4a97921ed89db5552f3cf116bc31
ae6da33c73ec547ff2b51bc1e7e811a9c9b321b2
refs/heads/master
2021-01-18T05:00:23.323574
2017-03-12T04:17:46
2017-03-12T04:17:46
84,276,478
1
0
null
null
null
null
UTF-8
C++
false
false
1,198
cpp
#include "pictureheader.h" PictureHeader::PictureHeader() { } bool PictureHeader::parse(StreamReader * reader) { reader->readNBits_int(32); temporal_reference = reader->readNBits_int(10); pitcure_coding_type = reader->readNBits_int(3); vbv_delay = reader->readNBits_int(16); if(pitcure_coding_type == 2 || pitcure_coding_type == 3) { full_per_forward_vector = reader->readNBits_int(1); forward_f_code = reader->readNBits_int(3); } if(pitcure_coding_type == 3) { full_per_backward_vector = reader->readNBits_int(1); backward_f_code = reader->readNBits_int(3); } while (reader->nextbits(1,1)) { extra_bit_picture_1 = reader->readNBits_int(1); extra_information_picture = reader->readNBits_int(8); } extra_bit_picture_0 = reader->readNBits_int(1); reader->next_start_code(); qDebug() << "--------Pic header -------------"; qDebug() << "temporal_reference" << temporal_reference; qDebug() << "pitcure_coding_type" << pitcure_coding_type; qDebug() << "vbv_delay" << vbv_delay; return true; }
[ "826556077@qq.com" ]
826556077@qq.com
eb28737d432f020bb8eae20640bf46934859608f
41c811acfb3bcec1b87e2c668ae83542bd16f956
/LAB/Tree/evalution.cpp
e85ab4ab4d04946f31ac05622ad0cb716f9f5337
[]
no_license
harshitagarwal2/CS122
7ab5c8af414d6a12cd6e50241ff51ca5ad5c7394
d49fd2d6fef77e27af35abdab8ceec829e779fb2
refs/heads/master
2020-03-17T08:18:51.091910
2018-05-14T23:44:20
2018-05-14T23:44:20
133,433,789
0
0
null
null
null
null
UTF-8
C++
false
false
3,025
cpp
#include<iostream> #include<cstdlib> #include<ctype.h> using namespace std; const int Maxsize =100; class Bintree;//forward decln class Stack; class Node{ friend class Bintree; friend class Stack; private: char data; Node *rchild; Node *lchild; public: Node(int x =0){ data = x; rchild=NULL;lchild=NULL;} }; class Stack { Node * arr[Maxsize]; int top; public: Stack(){top=-1;} bool IsEmpty(){ return top==-1;} bool IsFull(){return top==Maxsize-1;} void Push(Node *item){ if (IsFull()) {cout<<"Stack Overflow";return;} arr[++top]=item; } Node* Pop(){ if (IsEmpty()){ cout<<"Stack Underflow";return NULL;} return (arr[top--]); } }; class Bintree{ Node *root; public: Bintree(){root = NULL;} void Inorder(Node *); void Preorder(Node *); void Postorder(Node *); Node *ExpressionTree(char postfix[]); Node *getRoot(){return root;} }; Node * Bintree::ExpressionTree(char postfix[]){ Node *temp; Stack s; int i=0, k=0; char symbol; while((symbol=postfix[i++])) { cout<<symbol; Node *temp = new Node(symbol); if(isdigit(symbol-'0')) // if operand push it { cout<<"\npush "<<temp->data; s.Push(temp); } else //else pop element add it to the { //right of operator node. Pop temp->rchild=s.Pop(); // next element and add to temp->lchild=s.Pop(); //left. Push operator node*/ cout<<"\npop "<<temp->rchild->data<<" "<<temp->lchild->data; s.Push(temp); } } Node *t=s.Pop(); return(t); } void Bintree::Inorder(Node *root){ if (root!=NULL){ Inorder(root->lchild); cout<<root->data<<" "; Inorder(root->rchild); } } void Bintree::Preorder(Node *root){ if (root!=NULL){ cout<<root->data<<" "; Preorder(root->lchild); Preorder(root->rchild); } } void Bintree::Postorder(Node *root){ if (root!=NULL){ Postorder(root->lchild); Postorder(root->rchild); cout<<root->data<<" "; } } // This function receives a node of the syntax tree // and recursively evaluates it /*int eval(node* root) { // empty tree if (!root) return 0; // leaf node i.e, an integer if (!root->left && !root->right) return toInt(root->info); // Evaluate left subtree int l_val = eval(root->left); // Evaluate right subtree int r_val = eval(root->right); // Check which operator to apply if (root->info=="+") return l_val+r_val; if (root->info=="-") return l_val-r_val; if (root->info=="*") return l_val*r_val; return l_val/r_val; }*/ int main(){ Bintree a; char postfix[15]; cin>>postfix; a.ExpressionTree(postfix); cout<<"Pre Order Traversal : "<<endl; a.Preorder(a.getRoot()); cout<<"In Order Traversal : "<<endl; a.Inorder(a.getRoot()); cout<<"Post Order Traversal : "<<endl; a.Postorder(a.getRoot()); return 0; }
[ "harshit_agrawal36@yahoo.com" ]
harshit_agrawal36@yahoo.com
6796e682d92354d55d4935709966b3be22f2f2ef
dd656493066344e70123776c2cc31dd13f31c1d8
/MITK/Applications/Tutorial/Step6.cpp
5252be0dacccb4a5c17f8d532b0d618fb480283e
[]
no_license
david-guerrero/MITK
e9832b830cbcdd94030d2969aaed45da841ffc8c
e5fbc9993f7a7032fc936f29bc59ca296b4945ce
refs/heads/master
2020-04-24T19:08:37.405353
2011-11-13T22:25:21
2011-11-13T22:25:21
2,372,730
0
1
null
null
null
null
UTF-8
C++
false
false
8,530
cpp
/*========================================================================= Program: Medical Imaging & Interaction Toolkit Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ #include "Step6.h" #include "QmitkRenderWindow.h" #include "QmitkSliceWidget.h" #include "mitkDataNodeFactory.h" #include "mitkProperties.h" #include "mitkRenderingManager.h" #include "mitkGlobalInteraction.h" #include "mitkPointSet.h" #include "mitkPointSetInteractor.h" #include "mitkImageAccessByItk.h" #include "mitkRenderingManager.h" #include <QHBoxLayout> #include <QVBoxLayout> #include <QPushButton> #include <QLabel> #include <QLineEdit> #include <QPushButton> //##Documentation //## @brief Start region-grower at interactively added points Step6::Step6(int argc, char* argv[], QWidget *parent) : QWidget(parent) { // load data as in the previous steps; a reference to the first loaded // image is kept in the member m_FirstImage and used as input for the // region growing Load(argc, argv); } void Step6::Initialize() { // setup the widgets as in the previous steps, but with an additional // QVBox for a button to start the segmentation this->SetupWidgets(); // Create controlsParent widget with horizontal layout QWidget *controlsParent = new QWidget(this); this->layout()->addWidget(controlsParent); QHBoxLayout* hlayout = new QHBoxLayout(controlsParent); hlayout->setSpacing(2); QLabel *labelThresholdMin = new QLabel("Lower Threshold:", controlsParent); hlayout->addWidget(labelThresholdMin); m_LineEditThresholdMin = new QLineEdit("-1000", controlsParent); hlayout->addWidget(m_LineEditThresholdMin); QLabel *labelThresholdMax = new QLabel("Upper Threshold:", controlsParent); hlayout->addWidget(labelThresholdMax); m_LineEditThresholdMax = new QLineEdit("-400", controlsParent); hlayout->addWidget(m_LineEditThresholdMax); // create button to start the segmentation and connect its clicked() // signal to method StartRegionGrowing QPushButton* startButton = new QPushButton("start region growing", controlsParent); hlayout->addWidget(startButton); connect(startButton, SIGNAL(clicked()), this, SLOT(StartRegionGrowing())); if (m_FirstImage.IsNull()) startButton->setEnabled(false); // as in Step5, create PointSet (now as a member m_Seeds) and // associate a interactor to it m_Seeds = mitk::PointSet::New(); mitk::DataNode::Pointer pointSetNode = mitk::DataNode::New(); pointSetNode->SetData(m_Seeds); pointSetNode->SetProperty("layer", mitk::IntProperty::New(2)); m_DataStorage->Add(pointSetNode); mitk::GlobalInteraction::GetInstance()->AddInteractor( mitk::PointSetInteractor::New("pointsetinteractor", pointSetNode)); } int Step6::GetThresholdMin() { return m_LineEditThresholdMin->text().toInt(); } int Step6::GetThresholdMax() { return m_LineEditThresholdMax->text().toInt(); } void Step6::StartRegionGrowing() { AccessByItk_1(m_FirstImage, RegionGrowing, this); mitk::RenderingManager::GetInstance()->RequestUpdateAll(); } void Step6::Load(int argc, char* argv[]) { //************************************************************************* // Part I: Basic initialization //************************************************************************* m_DataStorage = mitk::StandaloneDataStorage::New(); //************************************************************************* // Part II: Create some data by reading files //************************************************************************* int i; for (i = 1; i < argc; ++i) { // For testing if (strcmp(argv[i], "-testing") == 0) continue; // Create a DataNodeFactory to read a data format supported // by the DataNodeFactory (many image formats, surface formats, etc.) mitk::DataNodeFactory::Pointer nodeReader = mitk::DataNodeFactory::New(); const char * filename = argv[i]; try { nodeReader->SetFileName(filename); nodeReader->Update(); //********************************************************************* // Part III: Put the data into the datastorage //********************************************************************* // Since the DataNodeFactory directly creates a node, // use the iterator to add the read node to the tree mitk::DataNode::Pointer node = nodeReader->GetOutput(); m_DataStorage->Add(node); mitk::Image::Pointer image = dynamic_cast<mitk::Image*> (node->GetData()); if ((m_FirstImage.IsNull()) && (image.IsNotNull())) m_FirstImage = image; } catch (...) { fprintf(stderr, "Could not open file %s \n\n", filename); exit(2); } } } void Step6::SetupWidgets() { //************************************************************************* // Part I: Create windows and pass the datastorage to it //************************************************************************* // Create toplevel widget with vertical layout QVBoxLayout* vlayout = new QVBoxLayout(this); vlayout->setMargin(0); vlayout->setSpacing(2); // Create viewParent widget with horizontal layout QWidget* viewParent = new QWidget(this); vlayout->addWidget(viewParent); QHBoxLayout* hlayout = new QHBoxLayout(viewParent); hlayout->setMargin(0); hlayout->setSpacing(2); //************************************************************************* // Part Ia: 3D view //************************************************************************* // Create a renderwindow QmitkRenderWindow* renderWindow = new QmitkRenderWindow(viewParent); hlayout->addWidget(renderWindow); // Tell the renderwindow which (part of) the tree to render renderWindow->GetRenderer()->SetDataStorage(m_DataStorage); // Use it as a 3D view renderWindow->GetRenderer()->SetMapperID(mitk::BaseRenderer::Standard3D); //************************************************************************* // Part Ib: 2D view for slicing transversally //************************************************************************* // Create QmitkSliceWidget, which is based on the class // QmitkRenderWindow, but additionally provides sliders QmitkSliceWidget *view2 = new QmitkSliceWidget(viewParent); hlayout->addWidget(view2); // Tell the QmitkSliceWidget which (part of) the tree to render. // By default, it slices the data transversally view2->SetDataStorage(m_DataStorage); mitk::DataStorage::SetOfObjects::ConstPointer rs = m_DataStorage->GetAll(); view2->SetData(rs->Begin(), mitk::SliceNavigationController::Transversal); // We want to see the position of the slice in 2D and the // slice itself in 3D: add it to the tree! m_DataStorage->Add(view2->GetRenderer()->GetCurrentWorldGeometry2DNode()); //************************************************************************* // Part Ic: 2D view for slicing sagitally //************************************************************************* // Create QmitkSliceWidget, which is based on the class // QmitkRenderWindow, but additionally provides sliders QmitkSliceWidget *view3 = new QmitkSliceWidget(viewParent); hlayout->addWidget(view3); // Tell the QmitkSliceWidget which (part of) the tree to render // and to slice sagitally view3->SetDataStorage(m_DataStorage); view3->SetData(rs->Begin(), mitk::SliceNavigationController::Sagittal); // We want to see the position of the slice in 2D and the // slice itself in 3D: add it to the tree! m_DataStorage->Add(view3->GetRenderer()->GetCurrentWorldGeometry2DNode()); //************************************************************************* // Part II: handle updates: To avoid unnecessary updates, we have to //************************************************************************* // define when to update. The RenderingManager serves this purpose, and // each RenderWindow has to be registered to it. /*mitk::RenderingManager *renderingManager = mitk::RenderingManager::GetInstance(); renderingManager->AddRenderWindow( renderWindow ); renderingManager->AddRenderWindow( view2->GetRenderWindow() ); renderingManager->AddRenderWindow( view3->GetRenderWindow() );*/ } /** \example Step6.cpp */
[ "dav@live.ca" ]
dav@live.ca
226da3c0f560ac3da404afd8d083d924a4b09626
405f8fa1df1f7cbadcfa6fc5ae1fafb6713fb967
/canBus/include/myGlobal.h
7ac840b5be846a6bc7b1d33aaab5977d46609e14
[]
no_license
jmore-reachtech/reach-g3-qt5-sample-apps
5b5ba791d39aea82a7d53135fe18e4807a0d8bc8
65af4766ebca0842ea8c2c86d792bcbe62f88d62
refs/heads/main
2023-06-17T15:52:23.354174
2021-07-14T15:36:02
2021-07-14T15:36:02
335,760,274
0
0
null
null
null
null
UTF-8
C++
false
false
319
h
#ifndef MYGLOBAL_H #define MYGLOBAL_H #include <QQmlPropertyMap> class GlobalValues : public QQmlPropertyMap { Q_OBJECT public: GlobalValues(QObject* parent = nullptr); Q_INVOKABLE void startEngine(); QVariant doUpdate(const QString key, const QVariant input); //protected: }; #endif // MYGLOBAL_H
[ "mark.vanwagoner@reachtech.com" ]
mark.vanwagoner@reachtech.com
8cc2110d6e1e815289a0554cbc3e6dadd1524ac7
09b846344a9a9c4f4f02b12cecc733979f31b014
/1/1.3/1.3.14.cpp
4a63da2cbd26f57c783b4425cd51b42f5c52e10c
[]
no_license
colorfulclouds/algo
3375a01d145d0cf3808a9bac9b2adee0735e59c6
4bc4f5558d499ffc7640d9816165a8036ed8699a
refs/heads/master
2021-01-15T18:27:03.387607
2017-08-23T07:14:15
2017-08-23T07:14:15
99,786,995
0
0
null
null
null
null
UTF-8
C++
false
false
1,256
cpp
#include <iostream> #include <cstring> #include <cstdlib> using namespace std; template<class T> class queue { private: T *item; int count; int N; int front; int rear; public: queue(int N); ~queue(); void enqueue(T item) { if(count * 2 > this->N) { this->N *= 2; resize(this->N); } this->item[front ++] = item; count ++; } T dequeue() { count --; return this->item[rear ++]; } void resize(int N) { T *new_item = new T[N]; int i; for(i=rear;i<front;i++) { new_item[i] = item[i]; } delete(item); item = new_item; } void print() { int i; for(i=rear;i<front;i++) { printf("%d ", item[i]); } printf("\n"); } int sizequeue() { return N; } }; template<class T> queue<T>::queue(int N) { this->N = N; this->count = 0; this->item = new T[this->N]; this->front = 0; this->rear = 0; } template<class T> queue<T>::~queue() { delete item; } int main(void) { queue<int> inst(3); inst.enqueue(1); inst.enqueue(2); inst.enqueue(3); inst.dequeue(); inst.print(); printf("size:%d\n", inst.sizequeue()); return 0; }
[ "1228794458@qq.com" ]
1228794458@qq.com
ca1e2205b16893417a2eff09e6d6e94dd4539ede
2abefb9b5df4a5fdd782ac43cd1f6e94198fe43a
/C343 Data Structures/CppDevSp17/components/include/CeramicArray/CeramicArray1.hpp
4365759df471ea630bce56b05dfd4fd94a4555d6
[]
no_license
jb1361/Class-files-repo
e63d339fd9c9add23b78571b2258d6c836c329d4
b29b80a93655348067a5146a6c7d2d5186ba184a
refs/heads/master
2023-01-30T09:38:45.786561
2021-06-14T22:42:04
2021-06-14T22:42:04
92,340,613
0
0
null
2023-01-06T11:20:52
2017-05-24T22:05:32
Python
UTF-8
C++
false
false
5,478
hpp
#pragma once // // ceramicArray template // author: Dr. Holly // //----------------------------------------------------------------------- // Template Class Specification //----------------------------------------------------------------------- template <class T> class CeramicArray1 //! is modeled by tuple of //! contents: function from integer to T //! lowerBound: integer //! upperBound: integer //! constraint: for all i: integer //! ((i < self.lowerBound) or (i > self.upperBound) //! implies (self.contents(i) = T.init)) //! exemplar self { public: // Standard Operations CeramicArray1 (); //! replaces self //! ensures: self.lowerBound = 0 and self.upperBound = 0 and //! self.contents(0) = T.init ~CeramicArray1 (); void clear (void); //! clears self void transferFrom (CeramicArray1& source); //! replaces self //! clears source //! ensures self = #source and //! source.lowerBound = 0 and source.upperBound = 0 and //! source.contents(0) is initialized CeramicArray1& operator = (CeramicArray1& rhs); //! replaces self //! restores rhs //! ensures: self = rhs // CeramicArray1 Specific Operations void setBounds (Integer lower, Integer upper); //! updates self //! restores lower, upper //! requires: lower <= upper //! ensures: self.lowerBound = lower and self.upperBound = upper and //! for all i: integer //! ((i < self.lowerBound) or (i > self.upperBound) //! implies (self.contents(i) = T.init)) void getBounds (Integer& lower, Integer& upper); //! restores self //! replaces lower, upper //! ensures: lower = self.lowerBound and upper = self.upperBound T& operator [] (Integer index); //! restores self, index //! requires: index >= self.lowerBound and index <= self.upperBound //! ensures: operator [] = self.contents(index) friend wostream& operator<< <T>(wostream& os, CeramicArray1& a); //! updates os //! restores a private: // Representation Integer lowerBound; Integer upperBound; T* items; private: // Local Operations T* createNewRep(int lb, int ub); void reclaimRep(T* rep); private: // Disallowed CeramicArray1 Operations CeramicArray1 (const CeramicArray1& s); CeramicArray1* operator & (void) {return this;}; const CeramicArray1* operator & (void) const {return this;}; }; //----------------------------------------------------------------------- // Member Function Implementations //----------------------------------------------------------------------- template <class T> T* CeramicArray1<T>::createNewRep(int lb, int ub) { return new T[ub - lb + 1]; } //----------------------------------------------------------------------- template <class T> void CeramicArray1<T>::reclaimRep(T* rep) { delete [] rep; } //----------------------------------------------------------------------- // Exported Operations //----------------------------------------------------------------------- template <class T> CeramicArray1<T>::CeramicArray1 () { items = createNewRep(lowerBound, upperBound); } // CeramicArray1 () //----------------------------------------------------------------------- template <class T> CeramicArray1<T>::~CeramicArray1 () { reclaimRep(items); } // ~CeramicArray1 () //----------------------------------------------------------------------- template <class T> void CeramicArray1<T>::clear(void) { reclaimRep(items); lowerBound.clear(); upperBound.clear(); items = createNewRep(lowerBound, upperBound); } // clear //----------------------------------------------------------------------- template <class T> void CeramicArray1<T>::transferFrom(CeramicArray1& source) { reclaimRep(items); items = source.items; lowerBound.transferFrom(source.lowerBound); upperBound.transferFrom(source.upperBound); source.items = createNewRep(source.lowerBound, source.upperBound); } // transferFrom //----------------------------------------------------------------------- template <class T> CeramicArray1<T>& CeramicArray1<T>::operator = (CeramicArray1& rhs) { reclaimRep(items); items = createNewRep(rhs.lowerBound, rhs.upperBound); lowerBound = rhs.lowerBound; upperBound = rhs.upperBound; for (int index = 0, size = rhs.upperBound - rhs.lowerBound + 1; index < size; index++) { items[index] = rhs.items[index]; } // end for return *this; } // operator = //----------------------------------------------------------------------- template <class T> void CeramicArray1<T>::setBounds (Integer lower, Integer upper) { self.lowerBound = lower; self.upperBound = upper; reclaimRep(items); items = createNewRep(lower, upper); } // setBounds //----------------------------------------------------------------------- template <class T> void CeramicArray1<T>::getBounds (Integer& lower, Integer& upper) { lower = self.lowerBound; upper = self.upperBound; } // getBounds //----------------------------------------------------------------------- template <class T> T& CeramicArray1<T>::operator [] (Integer index) { return items[index - lowerBound]; } // operator [] //----------------------------------------------------------------------- template <class T> wostream& operator<<(wostream& os, CeramicArray1<T>& a) { Integer lb, ub; a.getBounds (lb, ub); os << L"["; for (int k = lb; k <= ub; k++) { os << a[k]; if (k < ub) { os << L","; } // endif } // end for os << L"]"; return os; } // operator<<
[ "justinbutler4@hotmail.com" ]
justinbutler4@hotmail.com
befa407c836cb682ccda5d7e8c6c9d0ab448adaa
0b7e5cef5dcca1f92df4ce42f1028ae648a47279
/src/Turn.cpp
ab3362e17a01c65e2a80f903f70a19c5fcf5bd7d
[ "MIT" ]
permissive
dominicmason555/ships
affeef58782c352a6f8a4a0561ba7c2a55e6949e
03a883baa70c6db70311d026c5590e22d84f8249
refs/heads/master
2020-06-07T06:21:20.479050
2019-06-20T17:32:13
2019-06-20T17:32:13
192,947,765
0
0
null
null
null
null
UTF-8
C++
false
false
672
cpp
#include "Turn.h" std::istream &operator>>(std::istream &in, Turn &t) { in >> t.player; in >> t.victim; in >> t.pos; in >> t.hit; in >> t.out; return in; } std::ostream &operator<<(std::ostream &outStream, const Turn &t) { outStream << t.player << " " << t.victim << " " << t.pos.y << " " << t.pos.x << " " << t.hit << " " << t.out; return outStream; } std::string Turn::explain() const { std::ostringstream out_str(std::ios_base::ate); out_str << "Player " << player; out_str << " fired at player " << victim; out_str << " at " << pos << " which "; out_str << (hit ? "hit!" : "missed."); return out_str.str(); }
[ "eeydem@nottingham.ac.uk" ]
eeydem@nottingham.ac.uk
e0449a8a3722c1489635098e9f47397717050b02
5cc426d2623392762d1f5e41cee58fe8e6556d39
/C&C++/Algorithm/Sorting/shell_sorting.cpp
8e74749b778d691d36e66bb4c02ba4c850aa8d7b
[]
no_license
leegoex/JoyCode
a6a36ae05a23d9b2184d1f296ba200082fa67763
c2d2a0bff3bcc3d7e22ba6f837ac36b8c3e8b169
refs/heads/master
2021-03-12T19:24:49.457062
2019-05-15T14:57:23
2019-05-15T14:57:23
6,663,876
0
0
null
null
null
null
UTF-8
C++
false
false
1,993
cpp
#include <iostream> using namespace std; #include "compare.h" #include "rdirect.h" int shellSort_1(int *arr, int size) { rdirect out("D:\\output.txt"); cout<<"**************** Shell sort 1 **************************"<<endl; int ret,comp; ret = comp = 0; int step_size = size / 2; while (step_size > 0) { int step_swap = 0; cout << "step size = " << step_size << ":"; for (int i = step_size; i < size; i += step_size) { int j = i; int temp = arr[i]; for (j = i; j >= step_size && less_than(temp, arr[j-step_size], &comp); j -= step_size) { arr[j] = arr[j-step_size]; ++ step_swap; ++ ret; } if (j != i) { arr[j] = temp; ++ step_swap; ++ ret; } } step_size /= 2; for(int n = 0; n < size; ++n) cout << arr[n] << " "; cout << "swap " << step_swap << " times"; cout<<endl; } cout << "compare :" << comp << " times\n"; cout << "swap :" << ret << " times\n"; return ret; } int shellSort_2(int *arr, int size) { rdirect out("D:\\output.txt"); cout<<"**************** Shell sort 2 **************************"<<endl; int ret,comp; ret = comp = 0; int step_size = 0; while (step_size < size) { step_size = step_size*3+1; } while (step_size > 0) { int step_swap = 0; cout << "step size = " << step_size << ":"; for (int i = step_size; i < size; i += step_size) { int j = i; int temp = arr[i]; for (j = i; j >= step_size && less_than(temp, arr[j-step_size], &comp); j -= step_size) { arr[j] = arr[j-step_size]; ++ step_swap; ++ ret; } if (j != i) { arr[j] = temp; ++ step_swap; ++ ret; } } step_size = (step_size-1)/3; for(int n = 0; n < size; ++n) cout << arr[n] << " "; cout << "swap " << step_swap << " times"; cout<<endl; } cout << "compare :" << comp << " times\n"; cout << "swap :" << ret << " times\n"; return ret; }
[ "leegoex@gmail.com" ]
leegoex@gmail.com
6a1b60d777f85f6af636241faa19cd69220a1631
e77cb8beb9e6e60dee05125c0c250946d73ee582
/Assignment3/parallel_blur.cpp
164579c04eca7d741756d6964c4a8497d4c3482e
[]
no_license
mincheolsung/Special-topic-parallel-programming
e252222eab6d852758ca70bba4620eccb2234729
edaeb36778e169fc7105603a11819fccd3923a2f
refs/heads/master
2023-03-15T07:15:46.127576
2021-02-24T17:09:37
2021-02-24T17:09:37
24,240,261
0
1
null
2021-02-24T17:09:38
2014-09-19T18:12:16
C++
UTF-8
C++
false
false
2,469
cpp
#include <cstdlib> #include <cstdio> #include <cstring> #include <algorithm> #include <unistd.h> #include <sys/time.h> #include <time.h> #include <omp.h> using namespace std; double timestamp() { struct timeval tv; gettimeofday (&tv, 0); return tv.tv_sec + 1e-6*tv.tv_usec; } // Simple Blur void simple_blur(float* out, int n, float* frame, int* radii){ for(int r=0; r<n; r++) for(int c=0; c<n; c++){ int rd = radii[r*n+c]; int num = 0; float avg = 0; for(int r2=max(0,r-rd); r2<=min(n-1, r+rd); r2++) for(int c2=max(0, c-rd); c2<=min(n-1, c+rd); c2++){ avg += frame[r2*n+c2]; num++; } out[r*n+c] = avg/num; } } // My Blur void my_blur(float* out, int n, float* frame, int* radii) { omp_set_num_threads(16); int r,c; #pragma omp parallel for private(c) for(r=0; r<n; r++) for(c=0; c<n; c++){ int rd = radii[r*n+c]; int c2; int num = 0; float avg = 0; for(int r2=max(0,r-rd); r2<=min(n-1, r+rd); r2++){ for(c2 = max(0, c-rd); c2<=min(n-1, c+rd); c2++){ avg += frame[r2*n+c2]; num++; } } out[r*n+c] = avg/num; } } int main(int argc, char *argv[]) { //Generate random radii srand(0); int n = 3000; int* radii = new int[n*n]; for(int i=0; i<n*n; i++) radii[i] = 6*i/(n*n) + rand()%6; //Generate random frame float* frame = new float[n*n]; for(int i=0; i<n*n; i++) frame[i] = rand()%256; //Blur using simple blur float* out = new float[n*n]; double time = timestamp(); simple_blur(out, n, frame, radii); time = timestamp() - time; //Blur using your blur float* out2 = new float[n*n]; double time2 = timestamp(); my_blur(out2, n, frame, radii); time2 = timestamp() - time2; //Check result for(int i=0; i<n; i++) for(int j=0; j<n; j++){ float dif = out[i*n+j] - out2[i*n+j]; if(dif*dif>1.0f){ printf("Your blur does not give the right result!\n"); printf("For element (row, column) = (%d, %d):\n", i, j); printf(" Simple blur gives %.2f\n", out[i*n+j]); printf(" Your blur gives %.2f\n", out2[i*n+j]); exit(-1); } } //Delete delete[] radii; delete[] frame; delete[] out; delete[] out2; //Print out Time printf("Time needed for naive blur = %.3f seconds.\n", time); printf("Time needed for your blur = %.3f seconds.\n", time2); }
[ "mincheolsung@gmail.com" ]
mincheolsung@gmail.com
af90f6bc5399084820c0c71aa7a73e38ba18f669
511d7cd374cf8ecdc6a9d72223bed16a32d83c78
/msdk/mscom/rsp2pclient/P2PDownloader.cpp
f82d2cb102f5f4d4de7a95b5a53e0e4def2207fd
[]
no_license
mynick777/msdk
1818c718a181de772b9a3e2dd6d7b9a66296dc86
4ee669c60148ad72e1d8af9bea05e05019af79e6
refs/heads/master
2020-05-18T00:56:37.308774
2019-05-01T16:19:13
2019-05-01T16:19:13
184,075,465
0
0
null
2019-04-29T13:22:32
2019-04-29T13:22:32
null
GB18030
C++
false
false
23,686
cpp
#include "stdafx.h" #include "P2PDownloader.h" #include "UrlToRid.h" #include "P2PConfiger.h" #include "downloader.h" #include "json\json.h" // ------------------------------------------------------------- // class CMsHttpDownloader #define HTTP_INTERNET_AGENT_NAME L"p2p_http_down_agent" #define P2P_HTTP_MAX_BUFFER_SIZE 1024 CMsHttpDownloader::CMsHttpDownloader(CMsBaseDownloaderContext* context) : CMsBaseDownloader(context, Mod_Http) , m_http(context) , m_filepath(NULL) {} CMsHttpDownloader::~CMsHttpDownloader() { Stop(); } int CMsHttpDownloader::Init() { // get file save dir to 'm_savepath' // get file name to 'm_file' return CMsBaseDownloader::Init(); } int CMsHttpDownloader::Uninit() { return CMsBaseDownloader::Uninit(); } int CMsHttpDownloader::Start() { CMsP2PHttpDownloaderContext* pContext = static_cast<CMsP2PHttpDownloaderContext*>(GetContext()); std::wstring file = pContext->SavePath(); if(m_filepath == NULL && pContext->FileName() != NULL) { file += pContext->FileName(); } else { // parse url to get file path const wchar_t* url = pContext->Url(); const wchar_t* p = wcsrchr(url, L'/'); if(p == NULL) { return -1; } file += p + 1; } return ERR_HTTP_SUCCESS == m_http.Download(pContext->Url(), file.c_str()) ? 0 : -1; } int CMsHttpDownloader::Stop() { m_http.StopDownload(); CMsP2PHttpDownloaderContext* pContext = static_cast<CMsP2PHttpDownloaderContext*>(GetContext()); BOOL bRemoveFile = FALSE; pContext->GetOpt(Opt_DownRemoveFile, &bRemoveFile, sizeof(bRemoveFile)); if(bRemoveFile) { std::wstring file = pContext->SavePath(); file += pContext->FileName(); if(!DeleteFile(file.c_str())) { DeleteFile((file + L".rs").c_str()); } } return 0; } int CMsHttpDownloader::Pause() { return Stop(); } int CMsHttpDownloader::Resume() { //if(ERR_HTTP_SUCCESS == m_http.Download(static_cast<CMsP2PHttpDownloaderContext*>(GetContext())->Url(), // m_filepath)) //{ // return static_cast<CMsP2PHttpDownloaderContext*>(GetContext())->ResetTimer(); //} return Start(); } int CMsHttpDownloader::Timeout() { return 0; } // ------------------------------------------------------------- // class CMsP2PDownloader CMsP2PDownloader::CMsP2PDownloader(CMsBaseDownloaderContext* context) : CMsBaseDownloader(context, Mod_P2P) , m_lpTrackers(NULL) , m_nTrackerSize(0) {} CMsP2PDownloader::~CMsP2PDownloader() {} int CMsP2PDownloader::Init() { return CMsBaseDownloader::Init(); } int CMsP2PDownloader::Uninit() { return CMsBaseDownloader::Uninit(); } int CMsP2PDownloader::Start() { CMsP2PHttpDownloaderContext* pContext = static_cast<CMsP2PHttpDownloaderContext*>(GetContext()); CVectorString trackers = static_cast<CMsP2PSetting*>(pContext->Setting())->TrackerList(); pContext->SetOpt(Opt_DownTrackerList, (void*)&trackers, trackers.size()); StartDownloadWithRIDW(pContext->Rid(), pContext->TrackerList(), pContext->UrlList(), pContext->SavePath()); return 0; } int CMsP2PDownloader::Stop() { CMsP2PHttpDownloaderContext* pContext = static_cast<CMsP2PHttpDownloaderContext*>(GetContext()); BOOL bRemoveFile = FALSE; pContext->GetOpt(Opt_DownRemoveFile, &bRemoveFile, sizeof(bRemoveFile)); StopDownload(pContext->Rid(), bRemoveFile); return 0; } int CMsP2PDownloader::Pause() { CMsP2PHttpDownloaderContext* pContext = static_cast<CMsP2PHttpDownloaderContext*>(GetContext()); //PauseDownload(pContext->Rid()); StopDownload(pContext->Rid(), FALSE); return 0; } int CMsP2PDownloader::Resume() { // 当 pause 时未加入 downloader 的 p2p 列表, resume 时就会出错. CMsP2PHttpDownloaderContext* pContext = static_cast<CMsP2PHttpDownloaderContext*>(GetContext()); //ResumeDownload(pContext->Rid()); StartDownloadWithRIDW(pContext->Rid(), pContext->TrackerList(), pContext->UrlList(), pContext->SavePath()); pContext->ResetTimer(); return 0; } int CMsP2PDownloader::Timeout() { return 0; } void CMsP2PDownloader::StartDownloadWithRIDW(const unsigned char* rid, const CVectorString& trackersw, const CVectorString& urlsw, const wchar_t* savepathw) { assert(trackersw.size() > 0); // size check before int i = 0; std::vector<std::string> trackersa; std::vector<std::string> urlsa; // add http url std::string stra; for(CVectorString::const_iterator it = urlsw.begin(); it != urlsw.end(); it++) { stra.clear(); CP2PClientTool::WideToMulti(it->c_str(), stra); urlsa.push_back(stra); } // add trackers for(CVectorString::const_iterator it = trackersw.begin(); it != trackersw.end(); it++) { stra.clear(); CP2PClientTool::WideToMulti(it->c_str(), stra); trackersa.push_back(stra); } // savepath stra.clear(); CP2PClientTool::WideToMulti(savepathw, stra); // start p2p down StartDownloadWithRIDx(rid, trackersa, urlsa, stra); } // ------------------------------------------------------------- // class CMsDownloaderContext int CMsP2PHttpDownloaderContext::LoadConfiger(const char* app) { CConfiger* configer = static_cast<CMsP2PSetting*>(m_setting)->Configer(); if(0 != configer->Load()) { return -1; } //configer->Get(app, "state", m_state); configer->Get(app, "mode", m_mode); configer->Get(app, "filesize", m_filelen); configer->Get(app, "downsize", m_downsize); configer->Get(app, "downtime", (int&)m_totaltimes); configer->Get(app, "upsize", m_upsize); configer->Get(app, "uptime", m_uptimes); configer->Get(app, "filename", m_file); configer->Get(app, "savepath", m_savepath); configer->Get(app, "url", m_url); configer->Get(app, "mchange", m_mchange); configer->Get(app, "result", m_result); configer->Get(app, "removefile", m_removefile); // urlhash be setted outside // rid configer->Get(app, "rid", m_srid); CP2PClientTool::FromHex(m_srid.c_str(), m_srid.length(), m_rid.hash); int count = 0; configer->Get(app, "trackercount", count); for(int i = 0; i < count; i++) { std::wstring wstr; char key[256] = {0}; sprintf_s(key, SIZEOFV(key), "tracker%d", i); configer->Get(app, key, wstr); m_trackers.push_back(wstr); } count = 0; configer->Get(app, "urlcount", count); for(int i = 0; i < count; i++) { std::wstring wstr; char key[256] = {0}; sprintf_s(key, SIZEOFV(key), "url%d", i); configer->Get(app, key, wstr); m_urls.push_back(wstr); } // if downer is not completion. reset 'result' if(!Finish()) m_result = Res_Waiting; return 0; } int CMsP2PHttpDownloaderContext::SaveConfiger(const char* app, bool update) { CConfiger* configer = static_cast<CMsP2PSetting*>(m_setting)->Configer(); // add time if(!update && m_result > Res_Waiting && m_result < Res_Finish) { m_totaltimes += (GetTickCount() - m_starttime)/1000; } //configer->Set(app, "state", m_state); configer->Set(app, "mode", m_mode); configer->Set(app, "filesize", m_filelen); configer->Set(app, "downsize", m_downsize); configer->Set(app, "downtime", m_totaltimes); configer->Set(app, "upsize", m_upsize); configer->Set(app, "uptime", m_uptimes); configer->Set(app, "filename", m_file); configer->Set(app, "savepath", m_savepath); configer->Set(app, "url", m_url); configer->Set(app, "mchange", m_mchange); configer->Set(app, "result", m_result); configer->Set(app, "removefile", m_removefile); char hash[P2P_HASH_SIZE * 2 + 1] = {0}; CP2PClientTool::ToHex(m_rid.hash, sizeof(m_rid.hash), hash); configer->Set(app, "rid", std::string(hash)); CP2PClientTool::ToHex(m_urlhash.hash, sizeof(m_urlhash.hash), hash); configer->Set(app, "urlhash", std::string(hash)); int i = 0; configer->Set(app, "trackercount", (int)m_trackers.size()); for(CVectorString::const_iterator it = m_trackers.begin(); it != m_trackers.end(); it++, i++) { char key[256] = {0}; sprintf_s(key, SIZEOFV(key), "tracker%d", i); configer->Set(app, key, *it); } i = 0; configer->Set(app, "urlcount", (int)m_urls.size()); for(CVectorString::const_iterator it = m_urls.begin(); it != m_urls.end(); it++, i++) { char key[256] = {0}; sprintf_s(key, SIZEOFV(key), "url%d", i); configer->Set(app, key, *it); } return 0; } int CMsP2PHttpDownloaderContext::SetOpt(int opt, void* data, size_t len) { VariantType_t vt(data, len); switch(opt) { case Opt_DownState: // -- for http downloader is finished, it will auto to stop. when user call stop, // we will not handle it. so add http mode, stop to delete file. if(Mod_Http == m_mode && vt.ival == State_Stop) { if(m_removefile && !m_file.empty()) { std::wstring file = m_savepath + m_file; if(!DeleteFile(file.c_str())) { DeleteFile((file + L".rs").c_str()); } } } // status tranfer check // context have not real status. if(Mod_Unknown == m_mode || !CMsBaseDownloader::StateCheck(vt.ival, m_state)) { // 如果此时文件下载状态不符,则开始下载 ??? // 仅仅处理下载完成后,使用者删除文件,但是没有停止(P2P),再次开始下载的时候 if(CheckFileState(vt.ival)) { MSP2PLOG_CONTEXT(this, MSP2PLOG_ERROR, "state change error! [%d --> %d] ***, %s", m_state, vt.ival, Mod_Unknown == m_mode ? "mode is unknown." : "state check."); return -1; } CMsBaseDownloaderContext::SetOpt(Opt_DownState, (void*)State_Stop, sizeof(State_Stop)); } // because of 'start' and 'resume' is synchronize, create new thread if(State_Downloading == vt.ival || State_Resume == vt.ival) { // 'm_state is stop' and 'thread is runing' ==> 'thread block', http. if(State_Unknown != m_state && NULL != m_thread && m_thread->Running()) { MSP2PLOG_CONTEXT(this, MSP2PLOG_ERROR, "start failed, it is blocking in stop, please wait ..."); // here, danger... may memory leak.or dead lock. // m_thread->Stop(); if(!Finish()) m_result = Res_StopBlock; static_cast<CMsP2PSetting*>(m_setting)->Manager()->SetDownError(P2P_BLOCK_IN_STOP); return -1; } if(!Finish()) m_result = Res_Downing; m_state = vt.ival; return StartDownThread(); } break; case Opt_DownMode: if(NULL != m_downer && m_mode != vt.ival) { assert(Mod_Unknown != m_mode); SetEvent(Event_DestoryDowner); m_file.clear(); // reset p2p file name. } m_mode = vt.ival; return 0; case Opt_DownUrl: if(m_url.empty()) { m_url = vt.sval; } m_urls.push_back(vt.sval); return 0; case Opt_DownUrlHash: assert(len == P2P_HASH_SIZE); memcpy(m_urlhash.hash, data, len); return 0; case Opt_DownRid: assert(len == P2P_HASH_SIZE); memcpy(m_rid.hash, data, len); return 0; case Opt_P2PTracker: case Opt_DownTracker: m_trackers.push_back(vt.sval); return 0; case Opt_P2PTrackerList: case Opt_DownTrackerList: for(CVectorString::const_iterator it1 = ((CVectorString*)data)->begin(); it1 != ((CVectorString*)data)->end(); it1++) { m_trackers.push_back(*it1); } return 0; case Opt_DownUrlsList: for(CVectorString::const_iterator it = ((CVectorString*)data)->begin(); it != ((CVectorString*)data)->end(); it++) { m_urls.push_back(*it); } return 0; case Opt_DownFileLen: ResetTimer(); GetDownFileName(); break; case Opt_RenameFileName: //if(m_mode == Mod_P2P) //{ // CopyP2PFile(); //} return 0; case Opt_DownModeChange: m_mchange = vt.ival; return 0; case Opt_DownResult: if(vt.ival == Res_Error) { if(m_result >= Res_Error) return 0; } else if(vt.ival == Res_ReFinish) { if(m_file.empty()) GetDownFileName(); if(m_filelen == 0) GetDownFileSize(); } break; } return CMsBaseDownloaderContext::SetOpt(opt, data, len); } int CMsP2PHttpDownloaderContext::GetOpt(int opt, void* data, size_t len) { switch(opt) { case Stat_FileName: case Opt_DownFileName: GetDownFileName(); wcscpy_s((wchar_t*)data, P2PStringSize(len), m_file.c_str()); return 0; case Stat_FileLength: case Opt_DownFileLen: GetDownFileSize(); *(int*)data = m_filelen; return 0; case Opt_DownUrl: wcscpy_s((wchar_t*)data, P2PStringSize(len), m_url.c_str()); return 0; case Opt_DownUrlHash: assert(len >= P2P_HASH_SIZE); memcpy(data, m_urlhash.hash, len); return 0; case Opt_DownRid: assert(len >= P2P_HASH_SIZE); memcpy(data, m_rid.hash, len); return 0; case Opt_DownTracker: if(m_trackers.size() == 0) { MSP2PLOG(MSP2PLOG_ERROR, "CMsP2PHttpDownloaderContext::GetOpt(), No Tracker."); return -1; } wcscpy_s((wchar_t*)data, P2PStringSize(len), m_trackers[0].c_str()); return 0; case Opt_DownTrackerList: for(CVectorString::const_iterator it = m_trackers.begin(); it != m_trackers.end(); it++) { ((CVectorString*)data)->push_back(*it); } return 0; case Opt_DownUrlsList: for(CVectorString::const_iterator it = m_urls.begin(); it != m_urls.end(); it++) { ((CVectorString*)data)->push_back(*it); } return 0; case Stat_DownloadTimes: *(int*)data = m_pdowntimes; return 0; } return CMsBaseDownloaderContext::GetOpt(opt, data, len); } int CMsP2PHttpDownloaderContext::CreatDownloader() { switch(m_mode) { case Mod_Http: m_downer = new CMsHttpDownloader(this); break; case Mod_P2P: if(!IsValidHash(m_rid)) { MSP2PLOG(MSP2PLOG_NOTICE, "CMsP2PHttpDownloaderContext::CreatDownloader(), 'rid' invalid."); return -1; } if(TrackerList().size() == 0 && static_cast<CMsP2PSetting*>(m_setting)->TrackerList().size() == 0) { MSP2PLOG(MSP2PLOG_ERROR, "CMsP2PHttpDownloaderContext::CreatDownloader(), No Tracker."); return -1; } m_downer = new CMsP2PDownloader(this); break; case Mod_P2SP: MSP2PLOG(MSP2PLOG_WARNING, "CMsP2PHttpDownloaderContext::CreatDownloader(), " \ "'Mod_P2SP' is no implement."); break; default: MSP2PLOG(MSP2PLOG_WARNING, "CMsP2PHttpDownloaderContext::CreatDownloader(), " \ "Unknown Downloader Mode(%d).", m_mode); break; } return m_downer != NULL ? 0 : -1; } int CMsP2PHttpDownloaderContext::DestroyDownloader() { if(m_downer == NULL) { return 0; } if(0 != CMsBaseDownloaderContext::DestroyDownloader()) { return -1; } switch(m_mode) { case Mod_Http: delete static_cast<CMsHttpDownloader*>(m_downer); break; case Mod_P2P: delete static_cast<CMsP2PDownloader*>(m_downer); break; case Mod_P2SP: MSP2PLOG(MSP2PLOG_WARNING, "CMsP2PHttpDownloaderContext::DestroyDownloader(), " \ "'Mod_P2SP' is no implement."); break; default: MSP2PLOG(MSP2PLOG_WARNING, "CMsP2PHttpDownloaderContext::DestroyDownloader(), " \ "Unknown Downloader Mode(%d).", m_mode); break; } m_downer = NULL; return 0; } int CMsP2PHttpDownloaderContext::DestroyDownloader(int mode) { if(m_downer == NULL) { return 0; } switch(mode) { case Mod_Http: delete static_cast<CMsHttpDownloader*>(m_downer); break; case Mod_P2P: delete static_cast<CMsP2PDownloader*>(m_downer); break; case Mod_P2SP: MSP2PLOG(MSP2PLOG_WARNING, "CMsP2PHttpDownloaderContext::DestroyDownloader(), " \ "'Mod_P2SP' is no implement."); break; default: MSP2PLOG(MSP2PLOG_WARNING, "CMsP2PHttpDownloaderContext::DestroyDownloader(), " \ "Unknown Downloader Mode(%d).", mode); break; } m_downer = NULL; return 0; } int CMsP2PHttpDownloaderContext::GetFileNameFromUrl(std::wstring & filename) { assert(m_url.c_str() != NULL); const wchar_t* name = wcsrchr(m_url.c_str(), L'/'); if(name != NULL) { filename = name + 1; return 0; } return -1; } int CMsP2PHttpDownloaderContext::CopyP2PFile() { assert(m_mode == Mod_P2P); // here, file name may is http_mode. std::wstring file; { size_t len = 0; GetState(m_rid.hash, (DownloaderState)Stat_FileName, NULL, len); std::string name(len, 0); GetState(m_rid.hash, (DownloaderState)Stat_FileName, &name[0], len); CP2PClientTool::MultiToWide(name.c_str(), file); } if(m_file.size() == 0) { m_file = file; } std::wstring realname; if(0 == GetFileNameFromUrl(realname)) { std::wstring src = m_savepath + file; std::wstring dst = m_savepath + realname; unsigned int times = 0; while(times < 1000) { if(CP2PClientTool::FindFileW(dst.c_str())) break; if(CopyFile(src.c_str(), dst.c_str(), TRUE)) break; // 此处增加 p2p 下载完成后重命名失败处理 std::wstring tmp = src + L"rs"; if(CP2PClientTool::FindFileW(tmp.c_str())) { MoveFileW(tmp.c_str(), src.c_str()); } Sleep(100); times += 100; MSP2PLOG(MSP2PLOG_ERROR, "CMsP2PHttpDownloaderContext::CopyP2PFile(), src = %S, dst = %S, err = %d", src.c_str(), dst.c_str(), GetLastError()); } } return 0; } bool CMsP2PHttpDownloaderContext::FindDownloadFile() { return CP2PClientTool::FindFileW((m_savepath + L"\\" + m_file).c_str()); } bool CMsP2PHttpDownloaderContext::CheckFileState(int state) { if(State_Downloading == state && Mod_P2P == m_mode && Finish()) return FindDownloadFile(); return true; } int CMsP2PHttpDownloaderContext::GetDownFileName() { if(!m_file.empty()) return 0; if(m_mode == Mod_P2P) { size_t len = 0; GetState(m_rid.hash, (DownloaderState)Stat_FileName, NULL, len); std::string name(len, 0); GetState(m_rid.hash, (DownloaderState)Stat_FileName, &name[0], len); CP2PClientTool::MultiToWide(name.c_str(), m_file); } return 0; } int CMsP2PHttpDownloaderContext::GetDownFileSize() { // 不能对未下载完成任务的文件长度计算. if(m_savepath.empty()) return -1; if(m_filelen > 0 || !Finish()) return 0; if(m_file.empty()) GetDownFileName(); if(m_file.empty()) return -2; m_filelen = CP2PClientTool::GetFileSize((m_savepath + L"\\" + m_file).c_str()); return 0; } // ------------------------------------------------------- /* * 上报url:http://u.Margin.cn/p2p/upinfo.php?info=[%info%] * %info%={rid:”rid信息”,speed:[speednum],downtime:[downtime]} * “pro”:”MSA”,”ver”:”01.00.00.82” * P2P下载成功,则 * %info%={”p2pflag”:1, “rid”:”rid信息”, “speed”:[speednum],“downtime”:[downtime]} * HTTP下载成功,则 * %info%={”p2pflag”:0, “url”:”url信息”,“urlhash”:”urlhash”,“speed”:[speednum],“downtime”:[downtime],“cause”:[原因标识int]} * 说明: cause 0:代表未获取到rid, 1:代表连接超时,2:代表速度太低 * 返回:无; */ int CMsP2PHttpDownloaderContext::Report() { // json Json::Value jsroot; // product id, version, module version. std::string stmp; CP2PClientTool::WideToMulti(static_cast<CMsP2PSetting*>(m_setting)->m_productid.c_str(), stmp); if(stmp.size() > 0) { jsroot["pro"] = stmp; stmp.clear(); } CP2PClientTool::WideToMulti(static_cast<CMsP2PSetting*>(m_setting)->m_pversion.c_str(), stmp); if(stmp.size() > 0) { jsroot["ver"] = stmp; stmp.clear(); } CP2PClientTool::WideToMulti(static_cast<CMsP2PSetting*>(m_setting)->m_mversion.c_str(), stmp); if(stmp.size() > 0) { jsroot["p2pver"] = stmp; stmp.clear(); } char hash[P2P_HASH_SIZE * 2 + 1] = {0}; if(m_mode == Mod_P2P) { jsroot["p2pflag"] = 1; CP2PClientTool::ToHex(m_rid.hash, P2P_HASH_SIZE, hash); jsroot["rid"] = hash; } else if(m_mode == Mod_Http) { jsroot["p2pflag"] = 0; std::string urla; CP2PClientTool::WideToMulti(m_url.c_str(), urla); jsroot["url"] = urla.c_str(); CP2PClientTool::ToHex(m_urlhash.hash, P2P_HASH_SIZE, hash); jsroot["urlhash"] = hash; assert(m_mchange > 0); jsroot["cause"] = m_mchange - 1; } else { MSP2PLOG(MSP2PLOG_ERROR, "CMsP2PHttpDownloaderContext::Report(), Unknown Down Mode = %d", m_mode); return -1; } // down type check int type = static_cast<CMsP2PSetting*>(m_setting)->Report(); if(Rep_TaskInfo & type) { // .. } if(Rep_DownInfo & type) { jsroot["speed"] = m_downrate; jsroot["downtime"] = m_totaltimes; } if(Rep_UpInfo & type) { jsroot["upsize"] = m_upsize; jsroot["upspeed"] = m_uprate; jsroot["uptime"] = m_uptimes; } // encrypt, widecode std::string eninfoa; CP2PClientTool::Encrypt(jsroot.toStyledString().c_str(), eninfoa); std::wstring eninfow; CP2PClientTool::MultiToWide(eninfoa.c_str(), eninfow); // report std::wstring reporturl = static_cast<CMsP2PSetting*>(m_setting)->ReportUrl();; reporturl += L"?info=" + eninfow; #ifdef _DEBUG MSP2PLOG_CONTEXT(this, MSP2PLOG_TEST, "report, size = %d, speed = %d, time = %d, url = '%S'", m_filelen, m_downrate, m_downtimes, reporturl.c_str()); #endif CHttpDownload http; http.Download(reporturl.c_str()); return 0; } // ------------------------------------------------------- // thread task int CMsP2PHttpDownloaderContext::StartDownThread() { if(m_thread == NULL) { m_thread = new CSimpleThread(this); } MSP2PLOG_CONTEXT(this, MSP2PLOG_TEST, "start thread, thread is %s ...", m_thread != NULL && m_thread->Running() ? "running" : "stop"); return (m_thread != NULL && !m_thread->Running()) ? m_thread->Start() : -1; } int CMsP2PHttpDownloaderContext::Task() { assert(m_url.c_str() != NULL && IsValidHash(m_urlhash)); assert(Mod_Unknown != m_mode); // 开始失败要加停止通知. ??? if(!IsEvent(Event_StartNotify)) { SetEvent(Event_StartNotify); MSP2PLOG_CONTEXT(this, MSP2PLOG_TEST, "Event_StartNotify ..."); ResetPtime(); static_cast<CMsP2PSetting*>(m_setting)->Manager()->OnNotify( m_urlhash.hash, Msg_StartDownload, m_state == State_Downloading ? 0 : 1, 0); } if(IsEvent(Event_Redowner)) { if(m_type == Type_UrlHash) { // if delete m_downer, libtorrent_callback to 'manager -> pid -> context' // rid, not support. assert(Mod_P2P == m_mode); m_rid = *(P2PHash_t*)&NullUrlHash; m_mchange = Change_No; SetEvent(Event_DestoryDowner); ResetEvent(Event_Redowner); } else if(m_type == Type_Rid) return -1; } if(IsEvent(Event_DestoryDowner)) { assert(NULL != m_downer); DestroyDownloader(m_downer->Key()); ResetEvent(Event_DestoryDowner); } if(NULL == m_downer && 0 != CreateDownMode()) { m_result = Res_Error; return -1; } return m_downer->UpdateState(); } int CMsP2PHttpDownloaderContext::CreateDownMode() { switch(m_mode) { case Mod_P2P: if(0 == IsValidP2PMode()) { static_cast<CMsP2PSetting*>(m_setting)->Manager()->InsertRidHashMap(m_rid.hash, m_urlhash.hash); } else { m_mode = Mod_Http; m_mchange = Change_NoRid; static_cast<CMsP2PSetting*>(m_setting)->Manager()->OnNotify(this, Msg_ModeChange, Mod_Http, NULL); } break; } if(m_mchange > 0) assert(m_mode != Mod_P2P); MSP2PLOG_CONTEXT(this, MSP2PLOG_TEST, "create mode, reason = %d ...", m_mchange); return CreatDownloader(); } int CMsP2PHttpDownloaderContext::IsValidP2PMode() { assert(Mod_P2P == m_mode); if(IsValidHash(m_rid)) { return 0; } CP2PRid cpr(static_cast<CMsP2PSetting*>(m_setting)->RidUrl()); if(0 == cpr.GetRidByUrlHash(m_urlhash.hash, m_rid.hash, sizeof(m_rid.hash))) { #ifdef _DEBUG char srid[41] = {0}; char surlhash[41] = {0}; CP2PClientTool::ToHex(m_rid.hash, 20, srid); CP2PClientTool::ToHex(m_urlhash.hash, 20, surlhash); MSP2PLOG(MSP2PLOG_TEST, "Get 'Rid' OK, 'Rid' = '%s', 'UrlHash' = '%s'...", srid, surlhash); #endif std::wstring strw; CP2PClientTool::MultiToWide(cpr.GetTracker(), strw); if(strw.size() > 0) { SetOpt(Opt_DownTracker, (void*)strw.c_str(), strw.length()); } std::vector<std::string> & urls = cpr.GetDownurl(); for(std::vector<std::string>::const_iterator it = urls.begin(); it != urls.end(); it++) { CP2PClientTool::MultiToWide(it->c_str(), strw); SetOpt(Opt_DownUrl, (void*)strw.c_str(), strw.length() * sizeof(wchar_t)); } return 0; } return -1; }
[ "maguojun123@126.com" ]
maguojun123@126.com
dd4383878a5666accc81fc7eced9c191a196e402
55ba956a151844d92f784627543b46592c9c4313
/bipartite.cpp
f7e621dc7a0ffe2bbf0be49a2bd1ee90fa14df0c
[]
no_license
sheenxavi004/Coding-Ninjas
9303574b4ee025ee05bb996783c0dc7ed3062eb6
6a38663bb5f179ea884e6369c75746e2004c3a89
refs/heads/master
2022-11-08T22:35:34.181417
2020-06-26T07:50:39
2020-06-26T07:50:39
275,101,177
0
0
null
null
null
null
UTF-8
C++
false
false
1,301
cpp
#include <bits/stdc++.h> using namespace std; bool bipartite(vector<int> * edges, int n, unordered_set<int> visited) { if(n == 0) return true; unordered_set<int> sets[2]; vector<int> pending; sets[0].insert(0); pending.push_back(0); visited.erase(0); while(pending.size() > 0) { int current = pending.back(); pending.pop_back(); int currentSet = sets[0].count(current) > 0 ? 0 : 1; for(int i = 0 ; i < edges[current].size(); i++) { int neighbour = edges[current][i]; if(sets[0].count(neighbour) == 0 && sets[1].count(neighbour)==0) { sets[1 - currentSet].insert(neighbour); pending.push_back(neighbour); visited.erase(neighbour); } else if(sets[currentSet].count(neighbour) > 0) return false; } } return true; } int main() { while(true) { int n; cin >> n; if(n == 0) break; vector<int> * edges = new vector<int>[n]; int m; cin >> m; unordered_set<int> visited; for(int i = 0 ; i < m ; i++) { int j, k; cin >> j >> k; edges[j].push_back(k); edges[k].push_back(j); visited.insert(j); visited.insert(k); } bool ans; while(visited.size() == 0) { ans = bipartite(edges, n, visited); if(ans == false) break; } if(ans){ cout << "yes" << endl; } else cout << "no" << endl; } }
[ "sheenxavi004@gmail.com" ]
sheenxavi004@gmail.com
ca26f319f31a30b1b553e72a25b0d862856876f0
3edd3da6213c96cf342dc842e8b43fe2358c960d
/abc/abc265/e/main.cpp
464f1ccd74565c5144d1fb0f014977e3d0749525
[]
no_license
tic40/atcoder
7c5d12cc147741d90a1f5f52ceddd708b103bace
3c8ff68fe73e101baa2aff955bed077cae893e52
refs/heads/main
2023-08-30T20:10:32.191136
2023-08-30T00:58:07
2023-08-30T00:58:07
179,283,303
0
0
null
null
null
null
UTF-8
C++
false
false
810
cpp
#include <bits/stdc++.h> #include <atcoder/all> using namespace std; using namespace atcoder; #define REP(i,n) for(int i=0;i<(n);i++) #define endl '\n' using ll = long long; using P = pair<ll,ll>; using mint = modint998244353; int main() { int n,m; cin >> n >> m; int a,b,c,d,e,f; cin >> a >> b >> c >> d >> e >> f; set<P> st; REP(i,m) { int x,y; cin >> x >> y; st.insert({x,y}); } map<P,mint> dp; dp[{0,0}] = 1; REP(i,n) { map<P,mint> p; swap(dp,p); for(auto [t,v]: p) { auto [x,y] = t; if (st.count({x+a, y+b}) == 0) dp[{x+a, y+b}] += v; if (st.count({x+c, y+d}) == 0) dp[{x+c, y+d}] += v; if (st.count({x+e, y+f}) == 0) dp[{x+e, y+f}] += v; } } mint ans = 0; for(auto [_,v]: dp) ans += v; cout << ans.val() << endl; return 0; }
[ "ccpzjoh@gmail.com" ]
ccpzjoh@gmail.com
d24279df104474d4e373cc0aada36102540b9eaa
c5e143d2e0a98dfe6746494f9c05fd25086b3b4a
/itlPlace/src/Plotter/Drawer.cpp
ea17bc6457287f88ef7aa9a0e4866430f208b79c
[]
no_license
babooppa6/vlsi-experimental
ff3d5a7f34d6034b1ca3c58a7ec6ea79ceb1bd2d
b1d1fbb88ef34ca75c2120481d180b503927dc0b
refs/heads/master
2023-07-23T09:48:03.106961
2014-02-13T05:05:38
2014-02-13T05:05:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,594
cpp
#include "OpenCVPlotter.h" #include "PlotterData.h" #include "HDesign.h" void OpenCVPlotter::DrawBar(double x1, double y1, double x2, double y2, Color col, bool doRefresh) { if (IsEnabled()) { CvPoint start, finish; start.x = DesignX2ImageX(x1); start.y = DesignY2ImageY(y1); finish.x = DesignX2ImageX(x2); finish.y = DesignY2ImageY(y2); cvRectangle(IMG, start, finish, GetCvColor(col), CV_FILLED); if (doRefresh) _AutoRefresh(); } } void OpenCVPlotter::DrawCircle(double x, double y, int radius, Color col, bool doRefresh, int thickness) { if (IsEnabled()) { CvPoint center; center.x = DesignX2ImageX(x); center.y = DesignY2ImageY(y); if (thickness > 0) cvCircle(IMG, center, radius, GetCvColor(col), thickness); else cvCircle(IMG, center, radius, GetCvColor(col), CV_FILLED); if (doRefresh) _AutoRefresh(); } } void OpenCVPlotter::DrawRectangle(double x1, double y1, double x2, double y2, Color col, bool doRefresh) { if (IsEnabled()) { CvPoint start, finish; start.x = DesignX2ImageX(x1); start.y = DesignY2ImageY(y1); finish.x = DesignX2ImageX(x2); finish.y = DesignY2ImageY(y2); cvRectangle(IMG, start, finish, GetCvColor(col), 1); if (doRefresh) _AutoRefresh(); } } void OpenCVPlotter::DrawFilledRectangle(double x, double y, double width, double height, Color col, bool doRefresh) { if (!IsEnabled()) return; CvPoint start, finish; CvScalar cellBorderColor = cvScalar(255.0, 0.0, 0.0); //draw border of cells start.x = DesignX2ImageX(x); start.y = DesignY2ImageY(y); finish.x = DesignX2ImageX(x + width); finish.y = DesignY2ImageY(y + height); cvRectangle(IMG, start, finish, cellBorderColor); // fill the cell start.x++; start.y++; finish.x--; finish.y--; CvScalar fillColor = GetCvColor(col); if (start.x <= finish.x && start.y <= finish.y) { cvRectangle(IMG, start, finish, fillColor, CV_FILLED); } if (doRefresh) _AutoRefresh(); } void OpenCVPlotter::DrawFilledRectangleWithBorder(double x1, double y1, double x2, double y2, Color borderColor, Color fillColor, bool doRefresh) { if (!IsEnabled()) return; CvPoint start, finish; start.x = DesignX2ImageX(x1); start.y = DesignY2ImageY(y1); finish.x = DesignX2ImageX(x2); finish.y = DesignY2ImageY(y2); //draw border cvRectangle(IMG, start, finish, GetCvColor(borderColor), 1); //fill rectangle start.x++; start.y++; finish.x--; finish.y--; if (start.x <= finish.x && start.y <= finish.y) cvRectangle(IMG, start, finish, GetCvColor(fillColor), CV_FILLED); if (doRefresh) _AutoRefresh(); } void OpenCVPlotter::DrawLine(double x1, double y1, double x2, double y2, Color col, bool doRefresh, int thickness, int lineType) { if (IsEnabled()) { CvPoint start, finish; start.x = DesignX2ImageX(x1); start.y = DesignY2ImageY(y1); finish.x = DesignX2ImageX(x2); finish.y = DesignY2ImageY(y2); cvLine(IMG, start, finish, GetCvColor(col), thickness, lineType); if (doRefresh) _AutoRefresh(); } } void OpenCVPlotter::DrawKiLine(double x1, double y1, double x2, double y2, Color col, bool doRefresh) { if (IsEnabled()) { CvPoint start, finish; start.x = HNormalX2ImageX(x1); start.y = HNormalY2ImageY(y1); finish.x = HNormalX2ImageX(x2); finish.y = HNormalY2ImageY(y2); cvLine(IMG, start, finish, GetCvColor(col), 1); if (doRefresh) _AutoRefresh(); } } void OpenCVPlotter::DrawText(string text, double textSize) { if (!IsEnabled()) return; if (textSize == -1) textSize = m_hd.cfg.ValueOf("plotter.textSize", 1.0); CvFont font; cvInitFont(&font, CV_FONT_HERSHEY_COMPLEX, textSize, textSize , 0.0, 1, 1); int start = 0; int t = 1; char* str = new char[text.length() * 4]; string bufText = text + text; for (unsigned int i = 0; i < text.length(); i++) { if ((text[i] == '\n') || (i == text.length() - 1)) { for (unsigned int j = start; j <= i; j++) bufText[j - start] = text[j]; bufText[i - start + 1] = '\0'; int j2 = 0; for (unsigned int j = 0; j < bufText.length(); j++) { if (bufText[j] == '\t') { str[j2] = ' '; j2++; str[j2] = ' '; j2++; str[j2] = ' '; j2++; str[j2] = ' '; } else str[j2] = bufText[j]; j2++; } CvPoint point; point.x = DesignX2ImageX(10); point.y = int(m_Data->textSpaceHeight - 30 * t * textSize); cvPutText(IMG, str, point, &font, GetCvColor(Color_Black)); start = i+1; t++; } } delete [] str; } void OpenCVPlotter::DrawTextInPoint(string text, double x, double y, double textSize) { if (!IsEnabled()) return; if (textSize == -1) textSize = m_hd.cfg.ValueOf("plotter.textSize", 1.0); CvFont font; cvInitFont(&font, CV_FONT_HERSHEY_COMPLEX, textSize, textSize , 0.0, 1, 1); int start = 0; int t = 1; char* str = new char[text.length() * 4]; string bufText = text + text; for (unsigned int i = 0; i < text.length(); i++) { if ((text[i] == '\n') || (i == text.length() - 1)) { for (unsigned int j = start; j <= i; j++) bufText[j - start] = text[j]; bufText[i - start + 1] = '\0'; int j2 = 0; for (unsigned int j = 0; j < bufText.length(); j++) { if (bufText[j] == '\t') { str[j2] = ' '; j2++; str[j2] = ' '; j2++; str[j2] = ' '; j2++; str[j2] = ' '; } else str[j2] = bufText[j]; j2++; } CvPoint point; point.x = DesignX2ImageX(x); point.y = DesignY2ImageY(y); cvPutText(IMG, str, point, &font, GetCvColor(Color_Black)); start = i+1; t++; } } delete [] str; } void OpenCVPlotter::DrawTextLine() { if (IsEnabled()) { CvPoint startTextLine, finishTextLine; startTextLine.x = 0; startTextLine.y = m_Data->textSpaceHeight; finishTextLine.x = IMG->width; finishTextLine.y = m_Data->textSpaceHeight; cvLine(IMG, startTextLine, finishTextLine, GetCvColor(Color_Black), 1); } } void OpenCVPlotter::InitFont() { CvFont font; cvInitFont( &font, CV_FONT_HERSHEY_COMPLEX, 1, 1, 0.0, 1, 1 ); }
[ "no-email@email.com" ]
no-email@email.com
8e2b9f287f3090f65bbff1c9667b49061680c03f
40e716042bcb224a7e8cddfe5aac31fcfd23a64a
/cocos2dx_lizi_1/游戏完成/Classes/GameSuccessfullyLayer.cpp
ef25eed3ad099bd5194672f25aa6bfda08387816
[]
no_license
wuxuanjian/cocos2d
23e27f109cf6044c323904adddf7b2c6f224380d
d79784550e3889b8fbe024f20b5ae03d820bdde5
refs/heads/master
2021-01-25T05:22:02.509034
2014-03-13T05:47:11
2014-03-13T05:47:11
17,437,864
4
5
null
null
null
null
UTF-8
C++
false
false
5,265
cpp
#include "GameSuccessfullyLayer.h" #include "DefenderGameLayer.h" USING_NS_CC; CCScene* GameSuccessfullyLayer::scene(){ CCScene* scene=CCScene::create(); GameSuccessfullyLayer* layer=GameSuccessfullyLayer::create(); scene->addChild(layer); return scene; } bool GameSuccessfullyLayer::init(){ bool isRet=false; do { CC_BREAK_IF(!BaseLayer::init()); CC_BREAK_IF(!setUpdateView()); isRet=true; } while (0); return isRet; } bool GameSuccessfullyLayer::setUpdateView(){ bool isRet=false; do { char temp[12]; // 添加背景图片 CCSprite* laybg=CCSprite::createWithTexture(CCTextureCache::sharedTextureCache()->textureForKey("stats_bg.png")); CC_BREAK_IF(!laybg); laybg->setPosition(getWinCenter()); this->addChild(laybg); // 添加当前关卡 CCLabelAtlas* stage= CCLabelAtlas::create("0","numtips.png",25,31,'0'); CC_BREAK_IF(!stage); int lve=CCUserDefault::sharedUserDefault()->getIntegerForKey("lve",1); sprintf(temp,"%d",lve); stage->setString(temp); stage->setAnchorPoint(ccp(0,0)); stage->setPosition(ccp(415,370)); this->addChild(stage,1); CCUserDefault::sharedUserDefault()->setIntegerForKey("lve",lve+1); // 添加击杀怪物数目 CCLabelAtlas* killcount= CCLabelAtlas::create("0","numtips.png",25,31,'0'); CC_BREAK_IF(!killcount); int killtemp=CCUserDefault::sharedUserDefault()->getIntegerForKey("killtemp",0); sprintf(temp,"%d",killtemp); killcount->setString(temp); killcount->setAnchorPoint(ccp(0,0)); killcount->setPosition(ccp(415,320)); this->addChild(killcount,1); CCUserDefault::sharedUserDefault()->setIntegerForKey("killtemp",0); // 显示剩余生命值 CCLabelAtlas* lifecount= CCLabelAtlas::create("0","numtips.png",25,31,'0'); CC_BREAK_IF(!lifecount); int lifetemp=CCUserDefault::sharedUserDefault()->getIntegerForKey("lifetemp",0); sprintf(temp,"%d",lifetemp); lifecount->setString(temp); lifecount->setAnchorPoint(ccp(0,0)); lifecount->setPosition(ccp(415,280)); this->addChild(lifecount,1); CCUserDefault::sharedUserDefault()->setIntegerForKey("lifetemp",0); // 显示击杀奖励 规定杀死一个怪经历1个金币 CCLabelAtlas* killbound= CCLabelAtlas::create("0","numtips.png",25,31,'0'); CC_BREAK_IF(!killbound); sprintf(temp,"%d",killtemp); killbound->setString(temp); killbound->setAnchorPoint(ccp(0,0)); killbound->setPosition(ccp(440,218)); this->addChild(killbound,1); // 显示生命值奖励 一点生命值奖励一个金币 CCLabelAtlas* lifebound= CCLabelAtlas::create("0","numtips.png",25,31,'0'); CC_BREAK_IF(!lifebound); sprintf(temp,"%d",lifetemp); lifebound->setString(temp); lifebound->setAnchorPoint(ccp(0,0)); lifebound->setPosition(ccp(440,170)); this->addChild(lifebound,1); // 显示关卡奖励 一个过一关奖励5个金币 CCLabelAtlas* goldbound= CCLabelAtlas::create("0","numtips.png",25,31,'0'); CC_BREAK_IF(!goldbound); sprintf(temp,"%d",lve*5); goldbound->setString(temp); goldbound->setAnchorPoint(ccp(0,0)); goldbound->setPosition(ccp(440,132)); this->addChild(goldbound,1); // 显示显示总奖励金币 CCLabelAtlas* total= CCLabelAtlas::create("0","numtips.png",25,31,'0'); CC_BREAK_IF(!total); int totalnum=lve*5+lifetemp+killtemp; sprintf(temp,"%d",totalnum); total->setString(temp); total->setAnchorPoint(ccp(0,0)); total->setPosition(ccp(415,80)); this->addChild(total,1); // 加上总金币 int goldnum=CCUserDefault::sharedUserDefault()->getIntegerForKey("goldNum",0); CCUserDefault::sharedUserDefault()->setIntegerForKey("goldNum",totalnum+goldnum); // 创建当前提示信息 CCSprite* tip=CCSprite::createWithTexture(CCTextureCache::sharedTextureCache()->textureForKey("statstip.png")); CC_BREAK_IF(!tip); tip->setPosition(ccp(this->getContentSize().width/2,30)); this->addChild(tip,1); tip->runAction(CCRepeatForever::create(CCBlink::create(1,1))); isRet=true; } while (0); return isRet; } GameSuccessfullyLayer::GameSuccessfullyLayer(){ } GameSuccessfullyLayer::~GameSuccessfullyLayer(){ } void GameSuccessfullyLayer::onEnter(){ BaseLayer::onEnter(); CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate( this,//在那个类中实现触屏回调函数 -128, //优先级 true);//触摸时间是否被该目标截获 } bool GameSuccessfullyLayer::ccTouchBegan(cocos2d::CCTouch *pTouch, cocos2d::CCEvent *pEvent){ CCScene* se=DefenderGameLayer::scene(); //CCScene* se=GameSuccessfullyLayer::scene(); CCDirector::sharedDirector()->replaceScene(CCTransitionSlideInR::create(1,se)); return true; } void GameSuccessfullyLayer::onExit(){ BaseLayer::onExit(); CCDirector::sharedDirector()->getTouchDispatcher()->removeDelegate(this); }
[ "xuanj_love@163.com" ]
xuanj_love@163.com
78e5e72ac80928ab11ca49c48323c58084144dfd
319bce001e1fada00eed0b316f0640429d4778b1
/ant.h
2830bc0064955ed7416e835968ae14e7d1b83e62
[]
no_license
rmeireles001/Propagacao_de_ondas_old
6aa7e87fc6b587f6c482d00396844edad54785e5
91924508b91168d2e62c56be9d53900a55ce5f85
refs/heads/master
2023-06-09T03:08:45.632582
2021-07-01T03:08:32
2021-07-01T03:08:32
253,087,956
0
0
null
null
null
null
UTF-8
C++
false
false
257
h
#ifndef ants_h #define ants_h #include <iostream> #include "parameters.h" using namespace std; class ants{ public: int variable; double ofn; double bestofn; int iter; ants(); void init(int itno, double iofn); void copy_from(ants *from); }; #endif
[ "noreply@github.com" ]
noreply@github.com
0faa46352034337f51218148e0c671ae7e127c6a
879f422c07fa21ffaa047d699452541822536627
/Source/Shooter/BTService_PlayerLocation.h
43719f698db800e511df55ddc1cd8fed6bf843f1
[]
no_license
skuttenkuler/UE4-FirstPersonShooter
65c863a95416efeb4c433d5f17c4416d7f694766
a9d2d1311f9267f94e3dfce966d4679227040cc0
refs/heads/master
2022-11-14T09:54:38.078560
2020-07-08T04:14:29
2020-07-08T04:14:29
277,023,642
0
0
null
null
null
null
UTF-8
C++
false
false
523
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "BehaviorTree/Services/BTService_BlackboardBase.h" #include "BTService_PlayerLocation.generated.h" /** * */ UCLASS() class SHOOTER_API UBTService_PlayerLocation : public UBTService_BlackboardBase { GENERATED_BODY() public: UBTService_PlayerLocation(); protected: virtual void TickNode(UBehaviorTreeComponent& OwnerComp, uint8* NodeMemory, float DeltaSeconds) override; };
[ "sam.kuttenk@gmail.com" ]
sam.kuttenk@gmail.com
4d45bda87e96d8d545ba169c0cfce694e7414802
f5c3238183bfc05720750aba5788a0e1df0332e3
/print_binary.cpp
1d81ca7df70ac96f23080f5ffa8dc7971c097ec9
[]
no_license
ScepticMatt/Cplusplus-experiments
81a56bf8784dc0ab758591453d005c54e0db3601
3fb2d11f080f1733319ce70f87764c9376a96942
refs/heads/master
2020-05-25T20:47:27.196477
2017-05-23T12:39:07
2017-05-23T12:39:07
84,967,027
0
0
null
null
null
null
UTF-8
C++
false
false
1,066
cpp
#include <bitset> #include <iostream> #include <cstdint> // prints bits in memory order template<typename T> void print_binary(std::ostream& os, const T& data){ const uint8_t* bytes = reinterpret_cast<const uint8_t*>(&data); for (unsigned i = 0; i != sizeof(data); ++i){ const std::bitset<8> currentByte(*bytes++); for (unsigned j = 0; j != 8; ++j) // normalize order, bitsets default is reverse os << std::noboolalpha << currentByte[j]; } } // prints bit in reverse memory order template<typename T> void print_binary_reverse(std::ostream& os, const T& data){ const uint8_t* bytes = reinterpret_cast<const uint8_t*>(&data); bytes += sizeof(data)-1; // start at the end for (unsigned i = 0; i != sizeof(data); ++i) os << std::bitset<8>(*bytes--); } // test with double int main(){ float value = 128; // may change and value for this test std::cout << "printing " << 8* sizeof(decltype(value)) << " bits:" << std::endl; print_binary(std::cout, value); std::cout << std::endl; print_binary_reverse(std::cout, value); }
[ "noreply@github.com" ]
noreply@github.com
3d6a1ed1899dbc95eb26c2eefa8da00c65c484c6
a01c112e7923dfad891c0c46100d6964ac1bd15c
/SuperMarioBros-C/source/Emulation/MemoryAccess.cpp
e06e1feb20d9eaadf5d66583530c8b7aa3f954dc
[]
no_license
RUB-SysSec/ijon-data
3e930101bbb305e34023fa3f76c959c25db39b72
c75433e1ce5252363803c2a9a221ee99808f796f
refs/heads/master
2022-11-19T18:18:01.385530
2020-07-21T11:05:51
2020-07-21T11:05:51
257,593,917
15
3
null
null
null
null
UTF-8
C++
false
false
2,938
cpp
#include "../SMB/SMBEngine.hpp" #include "MemoryAccess.hpp" MemoryAccess::MemoryAccess(SMBEngine& engine, uint8_t* value) : engine(engine) { this->value = value; } MemoryAccess::MemoryAccess(SMBEngine& engine, uint8_t constant) : engine(engine) { this->constant = constant; this->value = &constant; } MemoryAccess& MemoryAccess::operator = (uint8_t value) { *(this->value) = value; engine.setZN(value); return *this; } MemoryAccess& MemoryAccess::operator = (const MemoryAccess& rhs) { return ((*this) = *(rhs.value)); } MemoryAccess& MemoryAccess::operator += (uint8_t value) { uint16_t temp = *(this->value) + value + (engine.c ? 1 : 0); *(this->value) = temp & 0xff; engine.setZN(*(this->value)); engine.c = temp > 0xff; return *this; } MemoryAccess& MemoryAccess::operator -= (uint8_t value) { uint16_t temp = *(this->value) - value - (engine.c ? 0 : 1); *(this->value) = (temp & 0xff); engine.setZN(*(this->value)); engine.c = temp < 0x100; return *this; } MemoryAccess& MemoryAccess::operator ++ () { *(this->value) = *(this->value) + 1; engine.setZN(*(this->value)); return *this; } MemoryAccess& MemoryAccess::operator -- () { *(this->value) = *(this->value) - 1; engine.setZN(*(this->value)); return *this; } MemoryAccess& MemoryAccess::operator ++ (int unused) { return ++(*this); } MemoryAccess& MemoryAccess::operator -- (int unused) { return --(*this); } MemoryAccess& MemoryAccess::operator &= (uint8_t value) { *(this->value) &= value; engine.setZN(*(this->value)); return *this; } MemoryAccess& MemoryAccess::operator |= (uint8_t value) { *(this->value) |= value; engine.setZN(*(this->value)); return *this; } MemoryAccess& MemoryAccess::operator ^= (uint8_t value) { *(this->value) ^= value; engine.setZN(*(this->value)); return *this; } MemoryAccess& MemoryAccess::operator <<= (int shift) { for (int i = 0; i < shift; i++) { engine.c = *(this->value) & (1 << 7); *(this->value) = (*(this->value) << 1) & 0xfe; engine.setZN(*(this->value)); } return *this; } MemoryAccess& MemoryAccess::operator >>= (int shift) { for (int i = 0; i < shift; i++) { engine.c = *(this->value) & (1 << 0); *(this->value) = (*(this->value) >> 1) & 0x7f; engine.setZN(*(this->value)); } return *this; } MemoryAccess::operator uint8_t() { return *value; } void MemoryAccess::rol() { bool bit7 = *(this->value) & (1 << 7); *(this->value) <<= 1; if( engine.c ) { *(this->value) |= (1 << 0); } engine.c = bit7; engine.setZN(*(this->value)); } void MemoryAccess::ror() { bool bit0 = *(this->value) & (1 << 0); *(this->value) >>= 1; if( engine.c ) { *(this->value) |= (1 << 7); } engine.c = bit0; engine.setZN(*(this->value)); }
[ "cornelius@hexgolems.com" ]
cornelius@hexgolems.com
385278357dbfdafb640a461420b137033f52c0e0
6acbb93a4f0f6802a414a1d4e4d3b4457fc57d69
/src/Thunder/menu/mapWidget.h
a4c6192a2f6e19cd6c5c7e9ab95957480791e322
[]
no_license
wengmq/ThunderFighter
d021e5bac73720f2342dd4b111ad14feea82bde9
6973112a51c44d34b8864e662140125822e792b1
refs/heads/master
2022-01-26T02:01:56.739380
2019-06-01T03:19:54
2019-06-01T03:19:54
189,680,805
1
0
null
null
null
null
GB18030
C++
false
false
1,071
h
#ifndef MAPWIDGET_H #define MAPWIDGET_H #include <QWidget> #include <QtGui/QApplication> #include <QDesktopWidget> #include <QLabel> #include <QPixmap> #include <QLineEdit> #include <QPushButton> #include <QPalette> #include <QIcon> #include <QMessageBox> #include <QDebug> #include <QMouseEvent> #include<QPainter> class mapWidget : public QWidget { Q_OBJECT public: explicit mapWidget(QWidget *parent = 0); void mousePressEvent(QMouseEvent *event); void mouseMoveEvent(QMouseEvent *event); // void paint(QPainter *painter,const QStyleOptionGraphicsItem *option,QWidget *widget); void paintEvent( QPaintEvent* ) ; signals: public slots: void map1Btn_clicked(); void map2Btn_clicked(); void map3Btn_clicked(); void map4Btn_clicked(); private: QPushButton *closeBtn; QPoint windowPos; // 获得部件当前位置 QPoint mousePos; // 获得鼠标位置 QPoint dPos ; QPushButton *map1Btn; QPushButton *map2Btn; QPushButton *map3Btn; QPushButton *map4Btn; }; #endif // MAPWIDGET_H
[ "wengmq@163.com" ]
wengmq@163.com
fd1e3e15b2970da9fe9e428e894e8ace52aed224
11f8c62565512010ec8bd59d929a35063be7bb2a
/runtime/dynamic/State.h
2b03393a17de9a80551d412c023cdc281d93b791
[ "Apache-2.0" ]
permissive
etaoins/llambda
97b986e40d8aa6871a5ab1946b53c2898313776b
a2a5c212ebb56701fa28649c377d0ddd8b67da0b
refs/heads/master
2020-05-26T18:43:11.776115
2018-01-03T07:40:49
2018-01-03T07:40:49
9,960,891
71
7
null
null
null
null
UTF-8
C++
false
false
2,674
h
#ifndef _LLIBY_DYNAMIC_STATE_H #define _LLIBY_DYNAMIC_STATE_H #include "binding/AnyCell.h" #include "binding/ProcedureCell.h" #include "binding/TypedProcedureCell.h" #include <unordered_map> namespace lliby { namespace dynamic { class ParameterProcedureCell; /** * Represents a dynamic state created by (parameterize) * * This can be viewed as a parallel stack the the program's call stack. Arbitrary values can be attached to the state * with (make-parameter) and (parameterize) */ class State { public: typedef std::unordered_map<ParameterProcedureCell*, AnyCell*> ParameterValueMap; /** * Creates a new state with a specified parent and before/after procedures * * @param parent Pointer to the parent state or nullptr if this is a root state. */ State(State *parent = nullptr); /** * Returns the value for the passed parameter * * This will recurse up this state's ancestors. If no value is found the parameter's initial value will be returned. */ AnyCell *valueForParameter(ParameterProcedureCell *param) const; /** * Sets the value for the passed parameter * * This only sets the value for this State instance; ancestor states are unmodified */ void setValueForParameter(World &world, ParameterProcedureCell *param, AnyCell *value); /** * Returns a pointer to our parent state or nullptr if this is the root state */ State *parent() const { return m_parent; } /** * Returns the values of this state, excluding any ancestor states * * This is intended for use by the garbage collector */ const ParameterValueMap& selfValues() const { return m_selfValues; } /** * Sets the parameter values of this state * * This is intended for use by the garbage collector */ void setSelfValues(const ParameterValueMap &newValues) { m_selfValues = newValues; } /** * Returns the currently active state for this world */ static State* activeState(World &); /** * Creates a child active of the currently active state and makes it active * * @param world World the state is being pushed in to */ static void pushActiveState(World &world); /** * Makes the parent of the currently active state active * * @param world World the state is being popped from * * This may re-enter Scheme and invoke the garbage collector */ static void popActiveState(World &world); /** * Switches to the specified state cell * * All "after" procedures for exiting states will be called followed by all "before" procedures for entering states. */ static void popUntilState(World &world, State *); private: State *m_parent; ParameterValueMap m_selfValues; }; } } #endif
[ "etaoins@gmail.com" ]
etaoins@gmail.com
51c926ef8d0ea9930ea3fabe375e7bad9233c523
d2d8f7f45b09013523ca14e57ec0f9794f6fca7f
/src/net.h
b0ef8d56498985667b0ba1d088eb8f336e6b9061
[ "MIT" ]
permissive
antomcoin/Project-ANTOMCOIN
a08559cba5b05532bc17030cd553e2485487c356
f8d623b0eb13bada62d469e20c595d4cd736ecc5
refs/heads/master
2021-05-19T10:41:00.669382
2020-04-24T21:02:50
2020-04-24T21:02:50
258,617,697
1
0
null
null
null
null
UTF-8
C++
false
false
28,048
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2017 The Bitcoin Core developers // Copyright (c) 2020 The AntomCoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_NET_H #define BITCOIN_NET_H #include <addrdb.h> #include <addrman.h> #include <amount.h> #include <bloom.h> #include <compat.h> #include <hash.h> #include <limitedmap.h> #include <netaddress.h> #include <policy/feerate.h> #include <protocol.h> #include <random.h> #include <streams.h> #include <sync.h> #include <uint256.h> #include <threadinterrupt.h> #include <atomic> #include <deque> #include <stdint.h> #include <thread> #include <memory> #include <condition_variable> #ifndef WIN32 #include <arpa/inet.h> #endif class CScheduler; class CNode; namespace boost { class thread_group; } // namespace boost /** Time between pings automatically sent out for latency probing and keepalive (in seconds). */ static const int PING_INTERVAL = 2 * 60; /** Time after which to disconnect, after waiting for a ping response (or inactivity). */ static const int TIMEOUT_INTERVAL = 20 * 60; /** Run the feeler connection loop once every 2 minutes or 120 seconds. **/ static const int FEELER_INTERVAL = 120; /** The maximum number of entries in an 'inv' protocol message */ static const unsigned int MAX_INV_SZ = 50000; /** The maximum number of new addresses to accumulate before announcing. */ static const unsigned int MAX_ADDR_TO_SEND = 1000; /** Maximum length of incoming protocol messages (no message over 4 MB is currently acceptable). */ static const unsigned int MAX_PROTOCOL_MESSAGE_LENGTH = 4 * 1000 * 1000; /** Maximum length of strSubVer in `version` message */ static const unsigned int MAX_SUBVERSION_LENGTH = 256; /** Maximum number of automatic outgoing nodes */ static const int MAX_OUTBOUND_CONNECTIONS = 8; /** Maximum number of addnode outgoing nodes */ static const int MAX_ADDNODE_CONNECTIONS = 8; /** -listen default */ static const bool DEFAULT_LISTEN = true; /** -upnp default */ #ifdef USE_UPNP static const bool DEFAULT_UPNP = USE_UPNP; #else static const bool DEFAULT_UPNP = false; #endif /** The maximum number of entries in mapAskFor */ static const size_t MAPASKFOR_MAX_SZ = MAX_INV_SZ; /** The maximum number of entries in setAskFor (larger due to getdata latency)*/ static const size_t SETASKFOR_MAX_SZ = 2 * MAX_INV_SZ; /** The maximum number of peer connections to maintain. */ static const unsigned int DEFAULT_MAX_PEER_CONNECTIONS = 125; /** The default for -maxuploadtarget. 0 = Unlimited */ static const uint64_t DEFAULT_MAX_UPLOAD_TARGET = 0; /** The default timeframe for -maxuploadtarget. 1 day. */ static const uint64_t MAX_UPLOAD_TIMEFRAME = 60 * 60 * 24; /** Default for blocks only*/ static const bool DEFAULT_BLOCKSONLY = false; static const bool DEFAULT_FORCEDNSSEED = false; static const size_t DEFAULT_MAXRECEIVEBUFFER = 5 * 1000; static const size_t DEFAULT_MAXSENDBUFFER = 1 * 1000; // NOTE: When adjusting this, update rpcnet:setban's help ("24h") static const unsigned int DEFAULT_MISBEHAVING_BANTIME = 60 * 60 * 24; // Default 24-hour ban typedef int64_t NodeId; struct AddedNodeInfo { std::string strAddedNode; CService resolvedAddress; bool fConnected; bool fInbound; }; class CNodeStats; class CClientUIInterface; struct CSerializedNetMsg { CSerializedNetMsg() = default; CSerializedNetMsg(CSerializedNetMsg&&) = default; CSerializedNetMsg& operator=(CSerializedNetMsg&&) = default; // No copying, only moves. CSerializedNetMsg(const CSerializedNetMsg& msg) = delete; CSerializedNetMsg& operator=(const CSerializedNetMsg&) = delete; std::vector<unsigned char> data; std::string command; }; class NetEventsInterface; class CConnman { public: enum NumConnections { CONNECTIONS_NONE = 0, CONNECTIONS_IN = (1U << 0), CONNECTIONS_OUT = (1U << 1), CONNECTIONS_ALL = (CONNECTIONS_IN | CONNECTIONS_OUT), }; struct Options { ServiceFlags nLocalServices = NODE_NONE; int nMaxConnections = 0; int nMaxOutbound = 0; int nMaxAddnode = 0; int nMaxFeeler = 0; int nBestHeight = 0; CClientUIInterface* uiInterface = nullptr; NetEventsInterface* m_msgproc = nullptr; unsigned int nSendBufferMaxSize = 0; unsigned int nReceiveFloodSize = 0; uint64_t nMaxOutboundTimeframe = 0; uint64_t nMaxOutboundLimit = 0; std::vector<std::string> vSeedNodes; std::vector<CSubNet> vWhitelistedRange; std::vector<CService> vBinds, vWhiteBinds; bool m_use_addrman_outgoing = true; std::vector<std::string> m_specified_outgoing; std::vector<std::string> m_added_nodes; }; void Init(const Options& connOptions) { nLocalServices = connOptions.nLocalServices; nMaxConnections = connOptions.nMaxConnections; nMaxOutbound = std::min(connOptions.nMaxOutbound, connOptions.nMaxConnections); nMaxAddnode = connOptions.nMaxAddnode; nMaxFeeler = connOptions.nMaxFeeler; nBestHeight = connOptions.nBestHeight; clientInterface = connOptions.uiInterface; m_msgproc = connOptions.m_msgproc; nSendBufferMaxSize = connOptions.nSendBufferMaxSize; nReceiveFloodSize = connOptions.nReceiveFloodSize; { LOCK(cs_totalBytesSent); nMaxOutboundTimeframe = connOptions.nMaxOutboundTimeframe; nMaxOutboundLimit = connOptions.nMaxOutboundLimit; } vWhitelistedRange = connOptions.vWhitelistedRange; { LOCK(cs_vAddedNodes); vAddedNodes = connOptions.m_added_nodes; } } CConnman(uint64_t seed0, uint64_t seed1); ~CConnman(); bool Start(CScheduler& scheduler, const Options& options); void Stop(); void Interrupt(); bool GetNetworkActive() const { return fNetworkActive; }; void SetNetworkActive(bool active); void OpenNetworkConnection(const CAddress& addrConnect, bool fCountFailure, CSemaphoreGrant *grantOutbound = nullptr, const char *strDest = nullptr, bool fOneShot = false, bool fFeeler = false, bool manual_connection = false); bool CheckIncomingNonce(uint64_t nonce); bool ForNode(NodeId id, std::function<bool(CNode* pnode)> func); void PushMessage(CNode* pnode, CSerializedNetMsg&& msg); template<typename Callable> void ForEachNode(Callable&& func) { LOCK(cs_vNodes); for (auto&& node : vNodes) { if (NodeFullyConnected(node)) func(node); } }; template<typename Callable> void ForEachNode(Callable&& func) const { LOCK(cs_vNodes); for (auto&& node : vNodes) { if (NodeFullyConnected(node)) func(node); } }; template<typename Callable, typename CallableAfter> void ForEachNodeThen(Callable&& pre, CallableAfter&& post) { LOCK(cs_vNodes); for (auto&& node : vNodes) { if (NodeFullyConnected(node)) pre(node); } post(); }; template<typename Callable, typename CallableAfter> void ForEachNodeThen(Callable&& pre, CallableAfter&& post) const { LOCK(cs_vNodes); for (auto&& node : vNodes) { if (NodeFullyConnected(node)) pre(node); } post(); }; // Addrman functions size_t GetAddressCount() const; void SetServices(const CService &addr, ServiceFlags nServices); void MarkAddressGood(const CAddress& addr); void AddNewAddresses(const std::vector<CAddress>& vAddr, const CAddress& addrFrom, int64_t nTimePenalty = 0); std::vector<CAddress> GetAddresses(); // Denial-of-service detection/prevention // The idea is to detect peers that are behaving // badly and disconnect/ban them, but do it in a // one-coding-mistake-won't-shatter-the-entire-network // way. // IMPORTANT: There should be nothing I can give a // node that it will forward on that will make that // node's peers drop it. If there is, an attacker // can isolate a node and/or try to split the network. // Dropping a node for sending stuff that is invalid // now but might be valid in a later version is also // dangerous, because it can cause a network split // between nodes running old code and nodes running // new code. void Ban(const CNetAddr& netAddr, const BanReason& reason, int64_t bantimeoffset = 0, bool sinceUnixEpoch = false); void Ban(const CSubNet& subNet, const BanReason& reason, int64_t bantimeoffset = 0, bool sinceUnixEpoch = false); void ClearBanned(); // needed for unit testing bool IsBanned(CNetAddr ip); bool IsBanned(CSubNet subnet); bool Unban(const CNetAddr &ip); bool Unban(const CSubNet &ip); void GetBanned(banmap_t &banmap); void SetBanned(const banmap_t &banmap); // This allows temporarily exceeding nMaxOutbound, with the goal of finding // a peer that is better than all our current peers. void SetTryNewOutboundPeer(bool flag); bool GetTryNewOutboundPeer(); // Return the number of outbound peers we have in excess of our target (eg, // if we previously called SetTryNewOutboundPeer(true), and have since set // to false, we may have extra peers that we wish to disconnect). This may // return a value less than (num_outbound_connections - num_outbound_slots) // in cases where some outbound connections are not yet fully connected, or // not yet fully disconnected. int GetExtraOutboundCount(); bool AddNode(const std::string& node); bool RemoveAddedNode(const std::string& node); std::vector<AddedNodeInfo> GetAddedNodeInfo(); size_t GetNodeCount(NumConnections num); void GetNodeStats(std::vector<CNodeStats>& vstats); bool DisconnectNode(const std::string& node); bool DisconnectNode(NodeId id); ServiceFlags GetLocalServices() const; //!set the max outbound target in bytes void SetMaxOutboundTarget(uint64_t limit); uint64_t GetMaxOutboundTarget(); //!set the timeframe for the max outbound target void SetMaxOutboundTimeframe(uint64_t timeframe); uint64_t GetMaxOutboundTimeframe(); //!check if the outbound target is reached // if param historicalBlockServingLimit is set true, the function will // response true if the limit for serving historical blocks has been reached bool OutboundTargetReached(bool historicalBlockServingLimit); //!response the bytes left in the current max outbound cycle // in case of no limit, it will always response 0 uint64_t GetOutboundTargetBytesLeft(); //!response the time in second left in the current max outbound cycle // in case of no limit, it will always response 0 uint64_t GetMaxOutboundTimeLeftInCycle(); uint64_t GetTotalBytesRecv(); uint64_t GetTotalBytesSent(); void SetBestHeight(int height); int GetBestHeight() const; /** Get a unique deterministic randomizer. */ CSipHasher GetDeterministicRandomizer(uint64_t id) const; unsigned int GetReceiveFloodSize() const; void WakeMessageHandler(); private: struct ListenSocket { SOCKET socket; bool whitelisted; ListenSocket(SOCKET socket_, bool whitelisted_) : socket(socket_), whitelisted(whitelisted_) {} }; bool BindListenPort(const CService &bindAddr, std::string& strError, bool fWhitelisted = false); bool Bind(const CService &addr, unsigned int flags); bool InitBinds(const std::vector<CService>& binds, const std::vector<CService>& whiteBinds); void ThreadOpenAddedConnections(); void AddOneShot(const std::string& strDest); void ProcessOneShot(); void ThreadOpenConnections(std::vector<std::string> connect); void ThreadMessageHandler(); void AcceptConnection(const ListenSocket& hListenSocket); void ThreadSocketHandler(); void ThreadDNSAddressSeed(); uint64_t CalculateKeyedNetGroup(const CAddress& ad) const; CNode* FindNode(const CNetAddr& ip); CNode* FindNode(const CSubNet& subNet); CNode* FindNode(const std::string& addrName); CNode* FindNode(const CService& addr); bool AttemptToEvictConnection(); CNode* ConnectNode(CAddress addrConnect, const char *pszDest, bool fCountFailure); bool IsWhitelistedRange(const CNetAddr &addr); void DeleteNode(CNode* pnode); NodeId GetNewNodeId(); size_t SocketSendData(CNode *pnode) const; //!check is the banlist has unwritten changes bool BannedSetIsDirty(); //!set the "dirty" flag for the banlist void SetBannedSetDirty(bool dirty=true); //!clean unused entries (if bantime has expired) void SweepBanned(); void DumpAddresses(); void DumpData(); void DumpBanlist(); // Network stats void RecordBytesRecv(uint64_t bytes); void RecordBytesSent(uint64_t bytes); // Whether the node should be passed out in ForEach* callbacks static bool NodeFullyConnected(const CNode* pnode); // Network usage totals CCriticalSection cs_totalBytesRecv; CCriticalSection cs_totalBytesSent; uint64_t nTotalBytesRecv GUARDED_BY(cs_totalBytesRecv); uint64_t nTotalBytesSent GUARDED_BY(cs_totalBytesSent); // outbound limit & stats uint64_t nMaxOutboundTotalBytesSentInCycle GUARDED_BY(cs_totalBytesSent); uint64_t nMaxOutboundCycleStartTime GUARDED_BY(cs_totalBytesSent); uint64_t nMaxOutboundLimit GUARDED_BY(cs_totalBytesSent); uint64_t nMaxOutboundTimeframe GUARDED_BY(cs_totalBytesSent); // Whitelisted ranges. Any node connecting from these is automatically // whitelisted (as well as those connecting to whitelisted binds). std::vector<CSubNet> vWhitelistedRange; unsigned int nSendBufferMaxSize; unsigned int nReceiveFloodSize; std::vector<ListenSocket> vhListenSocket; std::atomic<bool> fNetworkActive; banmap_t setBanned; CCriticalSection cs_setBanned; bool setBannedIsDirty; bool fAddressesInitialized; CAddrMan addrman; std::deque<std::string> vOneShots; CCriticalSection cs_vOneShots; std::vector<std::string> vAddedNodes GUARDED_BY(cs_vAddedNodes); CCriticalSection cs_vAddedNodes; std::vector<CNode*> vNodes; std::list<CNode*> vNodesDisconnected; mutable CCriticalSection cs_vNodes; std::atomic<NodeId> nLastNodeId; /** Services this instance offers */ ServiceFlags nLocalServices; std::unique_ptr<CSemaphore> semOutbound; std::unique_ptr<CSemaphore> semAddnode; int nMaxConnections; int nMaxOutbound; int nMaxAddnode; int nMaxFeeler; std::atomic<int> nBestHeight; CClientUIInterface* clientInterface; NetEventsInterface* m_msgproc; /** SipHasher seeds for deterministic randomness */ const uint64_t nSeed0, nSeed1; /** flag for waking the message processor. */ bool fMsgProcWake; std::condition_variable condMsgProc; std::mutex mutexMsgProc; std::atomic<bool> flagInterruptMsgProc; CThreadInterrupt interruptNet; std::thread threadDNSAddressSeed; std::thread threadSocketHandler; std::thread threadOpenAddedConnections; std::thread threadOpenConnections; std::thread threadMessageHandler; /** flag for deciding to connect to an extra outbound peer, * in excess of nMaxOutbound * This takes the place of a feeler connection */ std::atomic_bool m_try_another_outbound_peer; friend struct CConnmanTest; }; extern std::unique_ptr<CConnman> g_connman; void Discover(boost::thread_group& threadGroup); void MapPort(bool fUseUPnP); unsigned short GetListenPort(); bool BindListenPort(const CService &bindAddr, std::string& strError, bool fWhitelisted = false); struct CombinerAll { typedef bool result_type; template<typename I> bool operator()(I first, I last) const { while (first != last) { if (!(*first)) return false; ++first; } return true; } }; /** * Interface for message handling */ class NetEventsInterface { public: virtual bool ProcessMessages(CNode* pnode, std::atomic<bool>& interrupt) = 0; virtual bool SendMessages(CNode* pnode, std::atomic<bool>& interrupt) = 0; virtual void InitializeNode(CNode* pnode) = 0; virtual void FinalizeNode(NodeId id, bool& update_connection_time) = 0; }; enum { LOCAL_NONE, // unknown LOCAL_IF, // address a local interface listens on LOCAL_BIND, // address explicit bound to LOCAL_UPNP, // address reported by UPnP LOCAL_MANUAL, // address explicitly specified (-externalip=) LOCAL_MAX }; bool IsPeerAddrLocalGood(CNode *pnode); void AdvertiseLocal(CNode *pnode); void SetLimited(enum Network net, bool fLimited = true); bool IsLimited(enum Network net); bool IsLimited(const CNetAddr& addr); bool AddLocal(const CService& addr, int nScore = LOCAL_NONE); bool AddLocal(const CNetAddr& addr, int nScore = LOCAL_NONE); bool RemoveLocal(const CService& addr); bool SeenLocal(const CService& addr); bool IsLocal(const CService& addr); bool GetLocal(CService &addr, const CNetAddr *paddrPeer = nullptr); bool IsReachable(enum Network net); bool IsReachable(const CNetAddr &addr); CAddress GetLocalAddress(const CNetAddr *paddrPeer, ServiceFlags nLocalServices); extern bool fDiscover; extern bool fListen; extern bool fRelayTxes; extern limitedmap<uint256, int64_t> mapAlreadyAskedFor; /** Subversion as sent to the P2P network in `version` messages */ extern std::string strSubVersion; struct LocalServiceInfo { int nScore; int nPort; }; extern CCriticalSection cs_mapLocalHost; extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost; typedef std::map<std::string, uint64_t> mapMsgCmdSize; //command, total bytes class CNodeStats { public: NodeId nodeid; ServiceFlags nServices; bool fRelayTxes; int64_t nLastSend; int64_t nLastRecv; int64_t nTimeConnected; int64_t nTimeOffset; std::string addrName; int nVersion; std::string cleanSubVer; bool fInbound; bool m_manual_connection; int nStartingHeight; uint64_t nSendBytes; mapMsgCmdSize mapSendBytesPerMsgCmd; uint64_t nRecvBytes; mapMsgCmdSize mapRecvBytesPerMsgCmd; bool fWhitelisted; double dPingTime; double dPingWait; double dMinPing; // Our address, as reported by the peer std::string addrLocal; // Address of this peer CAddress addr; // Bind address of our side of the connection CAddress addrBind; }; class CNetMessage { private: mutable CHash256 hasher; mutable uint256 data_hash; public: bool in_data; // parsing header (false) or data (true) CDataStream hdrbuf; // partially received header CMessageHeader hdr; // complete header unsigned int nHdrPos; CDataStream vRecv; // received message data unsigned int nDataPos; int64_t nTime; // time (in microseconds) of message receipt. CNetMessage(const CMessageHeader::MessageStartChars& pchMessageStartIn, int nTypeIn, int nVersionIn) : hdrbuf(nTypeIn, nVersionIn), hdr(pchMessageStartIn), vRecv(nTypeIn, nVersionIn) { hdrbuf.resize(24); in_data = false; nHdrPos = 0; nDataPos = 0; nTime = 0; } bool complete() const { if (!in_data) return false; return (hdr.nMessageSize == nDataPos); } const uint256& GetMessageHash() const; void SetVersion(int nVersionIn) { hdrbuf.SetVersion(nVersionIn); vRecv.SetVersion(nVersionIn); } int readHeader(const char *pch, unsigned int nBytes); int readData(const char *pch, unsigned int nBytes); }; /** Information about a peer */ class CNode { friend class CConnman; public: // socket std::atomic<ServiceFlags> nServices; SOCKET hSocket; size_t nSendSize; // total size of all vSendMsg entries size_t nSendOffset; // offset inside the first vSendMsg already sent uint64_t nSendBytes; std::deque<std::vector<unsigned char>> vSendMsg; CCriticalSection cs_vSend; CCriticalSection cs_hSocket; CCriticalSection cs_vRecv; CCriticalSection cs_vProcessMsg; std::list<CNetMessage> vProcessMsg; size_t nProcessQueueSize; CCriticalSection cs_sendProcessing; std::deque<CInv> vRecvGetData; uint64_t nRecvBytes; std::atomic<int> nRecvVersion; std::atomic<int64_t> nLastSend; std::atomic<int64_t> nLastRecv; const int64_t nTimeConnected; std::atomic<int64_t> nTimeOffset; // Address of this peer const CAddress addr; // Bind address of our side of the connection const CAddress addrBind; std::atomic<int> nVersion; // strSubVer is whatever byte array we read from the wire. However, this field is intended // to be printed out, displayed to humans in various forms and so on. So we sanitize it and // store the sanitized version in cleanSubVer. The original should be used when dealing with // the network or wire types and the cleaned string used when displayed or logged. std::string strSubVer, cleanSubVer; CCriticalSection cs_SubVer; // used for both cleanSubVer and strSubVer bool fWhitelisted; // This peer can bypass DoS banning. bool fFeeler; // If true this node is being used as a short lived feeler. bool fOneShot; bool m_manual_connection; bool fClient; const bool fInbound; std::atomic_bool fSuccessfullyConnected; std::atomic_bool fDisconnect; // We use fRelayTxes for two purposes - // a) it allows us to not relay tx invs before receiving the peer's version message // b) the peer may tell us in its version message that we should not relay tx invs // unless it loads a bloom filter. bool fRelayTxes; //protected by cs_filter bool fSentAddr; CSemaphoreGrant grantOutbound; CCriticalSection cs_filter; std::unique_ptr<CBloomFilter> pfilter; std::atomic<int> nRefCount; const uint64_t nKeyedNetGroup; std::atomic_bool fPauseRecv; std::atomic_bool fPauseSend; protected: mapMsgCmdSize mapSendBytesPerMsgCmd; mapMsgCmdSize mapRecvBytesPerMsgCmd; public: uint256 hashContinue; std::atomic<int> nStartingHeight; // flood relay std::vector<CAddress> vAddrToSend; CRollingBloomFilter addrKnown; bool fGetAddr; std::set<uint256> setKnown; int64_t nNextAddrSend; int64_t nNextLocalAddrSend; // inventory based relay CRollingBloomFilter filterInventoryKnown; // Set of transaction ids we still have to announce. // They are sorted by the mempool before relay, so the order is not important. std::set<uint256> setInventoryTxToSend; // List of block ids we still have announce. // There is no final sorting before sending, as they are always sent immediately // and in the order requested. std::vector<uint256> vInventoryBlockToSend; CCriticalSection cs_inventory; std::set<uint256> setAskFor; std::multimap<int64_t, CInv> mapAskFor; int64_t nNextInvSend; // Used for headers announcements - unfiltered blocks to relay // Also protected by cs_inventory std::vector<uint256> vBlockHashesToAnnounce; // Used for BIP35 mempool sending, also protected by cs_inventory bool fSendMempool; // Last time a "MEMPOOL" request was serviced. std::atomic<int64_t> timeLastMempoolReq; // Block and TXN accept times std::atomic<int64_t> nLastBlockTime; std::atomic<int64_t> nLastTXTime; // Ping time measurement: // The pong reply we're expecting, or 0 if no pong expected. std::atomic<uint64_t> nPingNonceSent; // Time (in usec) the last ping was sent, or 0 if no ping was ever sent. std::atomic<int64_t> nPingUsecStart; // Last measured round-trip time. std::atomic<int64_t> nPingUsecTime; // Best measured round-trip time. std::atomic<int64_t> nMinPingUsecTime; // Whether a ping is requested. std::atomic<bool> fPingQueued; // Minimum fee rate with which to filter inv's to this node CAmount minFeeFilter; CCriticalSection cs_feeFilter; CAmount lastSentFeeFilter; int64_t nextSendTimeFeeFilter; CNode(NodeId id, ServiceFlags nLocalServicesIn, int nMyStartingHeightIn, SOCKET hSocketIn, const CAddress &addrIn, uint64_t nKeyedNetGroupIn, uint64_t nLocalHostNonceIn, const CAddress &addrBindIn, const std::string &addrNameIn = "", bool fInboundIn = false); ~CNode(); CNode(const CNode&) = delete; CNode& operator=(const CNode&) = delete; private: const NodeId id; const uint64_t nLocalHostNonce; // Services offered to this peer const ServiceFlags nLocalServices; const int nMyStartingHeight; int nSendVersion; std::list<CNetMessage> vRecvMsg; // Used only by SocketHandler thread mutable CCriticalSection cs_addrName; std::string addrName; // Our address, as reported by the peer CService addrLocal; mutable CCriticalSection cs_addrLocal; public: NodeId GetId() const { return id; } uint64_t GetLocalNonce() const { return nLocalHostNonce; } int GetMyStartingHeight() const { return nMyStartingHeight; } int GetRefCount() const { assert(nRefCount >= 0); return nRefCount; } bool ReceiveMsgBytes(const char *pch, unsigned int nBytes, bool& complete); void SetRecvVersion(int nVersionIn) { nRecvVersion = nVersionIn; } int GetRecvVersion() const { return nRecvVersion; } void SetSendVersion(int nVersionIn); int GetSendVersion() const; CService GetAddrLocal() const; //! May not be called more than once void SetAddrLocal(const CService& addrLocalIn); CNode* AddRef() { nRefCount++; return this; } void Release() { nRefCount--; } void AddAddressKnown(const CAddress& _addr) { addrKnown.insert(_addr.GetKey()); } void PushAddress(const CAddress& _addr, FastRandomContext &insecure_rand) { // Known checking here is only to save space from duplicates. // SendMessages will filter it again for knowns that were added // after addresses were pushed. if (_addr.IsValid() && !addrKnown.contains(_addr.GetKey())) { if (vAddrToSend.size() >= MAX_ADDR_TO_SEND) { vAddrToSend[insecure_rand.randrange(vAddrToSend.size())] = _addr; } else { vAddrToSend.push_back(_addr); } } } void AddInventoryKnown(const CInv& inv) { { LOCK(cs_inventory); filterInventoryKnown.insert(inv.hash); } } void PushInventory(const CInv& inv) { LOCK(cs_inventory); if (inv.type == MSG_TX) { if (!filterInventoryKnown.contains(inv.hash)) { setInventoryTxToSend.insert(inv.hash); } } else if (inv.type == MSG_BLOCK) { vInventoryBlockToSend.push_back(inv.hash); } } void PushBlockHash(const uint256 &hash) { LOCK(cs_inventory); vBlockHashesToAnnounce.push_back(hash); } void AskFor(const CInv& inv); void CloseSocketDisconnect(); void copyStats(CNodeStats &stats); ServiceFlags GetLocalServices() const { return nLocalServices; } std::string GetAddrName() const; //! Sets the addrName only if it was not previously set void MaybeSetAddrName(const std::string& addrNameIn); }; /** Return a timestamp in the future (in microseconds) for exponentially distributed events. */ int64_t PoissonNextSend(int64_t nNow, int average_interval_seconds); #endif // BITCOIN_NET_H
[ "amtomrivas@gmail.com" ]
amtomrivas@gmail.com
2212e6b5ffca7bafd117fa3a88531c0d61231d6e
b9dbfaae3d2d7c73c235c246b2b5a4a08c84ff92
/src/render/norender.cpp
7824dfc90af27cf25f0a470a7df11ededed4d8ce
[ "BSD-2-Clause" ]
permissive
trantorrepository/vixen
edffd969c69ba637b2ca64b36efd15854ea7d199
b71e9415bbfa5f080aee30a831e3b0c8f70fcc7d
refs/heads/master
2023-01-11T21:38:56.745969
2017-08-07T01:42:46
2017-08-07T01:42:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
253
cpp
/**** * * These are the generic implementations of rendering. * They do not do anything! * ****/ #include "vixen.h" namespace Vixen { VX_IMPLEMENT_CLASS(DeviceInfo, SharedObj); Renderer* Renderer::CreateRenderer(int options) { return NULL; } };
[ "nola.donato@samsung.com" ]
nola.donato@samsung.com
567720f0433e5e5ed141d5b66c16265e46489e01
4c4ee482fb29c3947827c005c3eec40f1fa2b02f
/System/src/Timeout.cpp
840feb82cd63217fef4da2c60f4cf76811516b55
[]
no_license
m4x1m1l14n/System
2f20b706912d85db386d5c26fca9c679a9c40f6b
652228a76441ad74fc469a4ca2a0a8756a3639d0
refs/heads/master
2023-07-21T20:44:34.587906
2023-07-19T08:23:11
2023-07-19T08:23:11
127,102,603
2
2
null
2023-07-19T08:23:05
2018-03-28T07:39:19
C++
UTF-8
C++
false
false
1,702
cpp
#include <System/Timeout.hpp> #include <System/TimeoutException.hpp> #include <chrono> namespace System { namespace details { inline std::uint64_t current_time_ms() { return static_cast<std::uint64_t>( std::chrono::time_point_cast<std::chrono::milliseconds>( std::chrono::system_clock::now() ).time_since_epoch().count() ); } } const Timeout Timeout::Infinite = Timeout::CreateInfinite(); const Timeout Timeout::Zero = Timeout::CreateZero(); Timeout::Timeout() : Timeout(0) { } Timeout::Timeout(unsigned long long time) : m_time(time) { } Timeout::~Timeout() { } Timeout Timeout::ElapseAfter(unsigned long long milliseconds) { return Timeout(details::current_time_ms() + milliseconds); } Timeout Timeout::ElapseAfter(const TimeSpan & time) { const auto& duration = time.Duration(); return ElapseAfter(static_cast<unsigned long long>(duration.GetTotalMilliseconds())); } inline Timeout Timeout::CreateInfinite() { return Timeout( std::numeric_limits<unsigned long long>::max() ); } Timeout Timeout::CreateZero() { return Timeout(); } void Timeout::SetElapsed() { m_time = 0; } void Timeout::SetInfinite() { m_time = std::numeric_limits<unsigned long long>::max(); } bool Timeout::GetIsElapsed() const { return this->GetIsInfinite() ? false : details::current_time_ms() > m_time; } void Timeout::ThrowIfElapsed() const { if (GetIsElapsed()) { throw TimeoutException(); } } bool Timeout::GetIsInfinite() const { return (m_time == std::numeric_limits<unsigned long long>::max()); } }
[ "sepental.patrik@gmail.com" ]
sepental.patrik@gmail.com
9dd6377376a423643f128e321977922eb5d4b511
89dedd7f3c7acc81d12e2bcb2e716f9af9e5fa04
/components/cronet/android/cronet_url_request_adapter.h
66a7620a5124caddc5da3bf583f9f11300deb839
[ "BSD-3-Clause" ]
permissive
bino7/chromium
8d26f84a1b6e38a73d1b97fea6057c634eff68cb
4666a6bb6fdcb1114afecf77bdaa239d9787b752
refs/heads/master
2022-12-22T14:31:53.913081
2016-09-06T10:05:11
2016-09-06T10:05:11
67,410,510
1
3
BSD-3-Clause
2022-12-17T03:08:52
2016-09-05T10:11:59
null
UTF-8
C++
false
false
6,208
h
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_CRONET_ANDROID_CRONET_URL_REQUEST_ADAPTER_H_ #define COMPONENTS_CRONET_ANDROID_CRONET_URL_REQUEST_ADAPTER_H_ #include <jni.h> #include <memory> #include <string> #include "base/android/jni_android.h" #include "base/android/jni_array.h" #include "base/android/jni_string.h" #include "base/android/scoped_java_ref.h" #include "base/callback.h" #include "base/location.h" #include "base/macros.h" #include "base/memory/ref_counted.h" #include "net/base/request_priority.h" #include "net/url_request/url_request.h" #include "url/gurl.h" namespace base { class SingleThreadTaskRunner; } // namespace base namespace net { class HttpRequestHeaders; class HttpResponseHeaders; class SSLCertRequestInfo; class SSLInfo; class UploadDataStream; } // namespace net namespace cronet { class CronetURLRequestContextAdapter; class IOBufferWithByteBuffer; bool CronetUrlRequestAdapterRegisterJni(JNIEnv* env); // An adapter from Java CronetUrlRequest object to net::URLRequest. // Created and configured from a Java thread. Start, ReadData, and Destroy are // posted to network thread and all callbacks into the Java CronetUrlRequest are // done on the network thread. Java CronetUrlRequest is expected to initiate the // next step like FollowDeferredRedirect, ReadData or Destroy. Public methods // can be called on any thread. class CronetURLRequestAdapter : public net::URLRequest::Delegate { public: // Bypasses cache if |jdisable_cache| is true. If context is not set up to // use cache, |jdisable_cache| has no effect. |jdisable_connection_migration| // causes connection migration to be disabled for this request if true. If // global connection migration flag is not enabled, // |jdisable_connection_migration| has no effect. CronetURLRequestAdapter(CronetURLRequestContextAdapter* context, JNIEnv* env, jobject jurl_request, const GURL& url, net::RequestPriority priority, jboolean jdisable_cache, jboolean jdisable_connection_migration); ~CronetURLRequestAdapter() override; // Methods called prior to Start are never called on network thread. // Sets the request method GET, POST etc. jboolean SetHttpMethod(JNIEnv* env, const base::android::JavaParamRef<jobject>& jcaller, const base::android::JavaParamRef<jstring>& jmethod); // Adds a header to the request before it starts. jboolean AddRequestHeader(JNIEnv* env, const base::android::JavaParamRef<jobject>& jcaller, const base::android::JavaParamRef<jstring>& jname, const base::android::JavaParamRef<jstring>& jvalue); // Adds a request body to the request before it starts. void SetUpload(std::unique_ptr<net::UploadDataStream> upload); // Starts the request. void Start(JNIEnv* env, const base::android::JavaParamRef<jobject>& jcaller); void GetStatus( JNIEnv* env, const base::android::JavaParamRef<jobject>& jcaller, const base::android::JavaParamRef<jobject>& jstatus_listener) const; // Follows redirect. void FollowDeferredRedirect( JNIEnv* env, const base::android::JavaParamRef<jobject>& jcaller); // Reads more data. jboolean ReadData(JNIEnv* env, const base::android::JavaParamRef<jobject>& jcaller, const base::android::JavaParamRef<jobject>& jbyte_buffer, jint jposition, jint jcapacity); // Releases all resources for the request and deletes the object itself. // |jsend_on_canceled| indicates if Java onCanceled callback should be // issued to indicate when no more callbacks will be issued. void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& jcaller, jboolean jsend_on_canceled); // net::URLRequest::Delegate implementations: void OnReceivedRedirect(net::URLRequest* request, const net::RedirectInfo& redirect_info, bool* defer_redirect) override; void OnCertificateRequested( net::URLRequest* request, net::SSLCertRequestInfo* cert_request_info) override; void OnSSLCertificateError(net::URLRequest* request, const net::SSLInfo& ssl_info, bool fatal) override; void OnResponseStarted(net::URLRequest* request) override; void OnReadCompleted(net::URLRequest* request, int bytes_read) override; net::URLRequest* GetURLRequestForTesting(); private: void StartOnNetworkThread(); void GetStatusOnNetworkThread( const base::android::ScopedJavaGlobalRef<jobject>& jstatus_listener_ref) const; // Gets response headers on network thread. base::android::ScopedJavaLocalRef<jobjectArray> GetResponseHeaders( JNIEnv* env); void FollowDeferredRedirectOnNetworkThread(); void ReadDataOnNetworkThread( scoped_refptr<IOBufferWithByteBuffer> read_buffer, int buffer_size); void DestroyOnNetworkThread(bool send_on_canceled); // Checks status of the request_adapter, return false if |is_success()| is // true, otherwise report error and cancel request_adapter. bool MaybeReportError(net::URLRequest* request) const; CronetURLRequestContextAdapter* context_; // Java object that owns this CronetURLRequestContextAdapter. base::android::ScopedJavaGlobalRef<jobject> owner_; const GURL initial_url_; const net::RequestPriority initial_priority_; std::string initial_method_; int load_flags_; net::HttpRequestHeaders initial_request_headers_; std::unique_ptr<net::UploadDataStream> upload_; scoped_refptr<IOBufferWithByteBuffer> read_buffer_; std::unique_ptr<net::URLRequest> url_request_; DISALLOW_COPY_AND_ASSIGN(CronetURLRequestAdapter); }; } // namespace cronet #endif // COMPONENTS_CRONET_ANDROID_CRONET_URL_REQUEST_ADAPTER_H_
[ "bino.zh@gmail.com" ]
bino.zh@gmail.com
d2274b0b21abcf682626059292020efa4f198d47
7b134289c7e16ebf80f08dec18f96b26071c1165
/libvision/viso_mono.h
0c562495706d899840a4a221572191ca1253d192
[]
no_license
yellowy1990/MvgSoft
3fdb868196e0137b685f53cb4343673cf23cdeed
813592f2a2eea742cc34ed7ad1ab7db8cdd0025a
refs/heads/master
2021-01-18T02:52:05.007241
2015-04-17T01:25:28
2015-04-17T01:25:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,632
h
/* Copyright 2011. All rights reserved. Institute of Measurement and Control Systems Karlsruhe Institute of Technology, Germany This file is part of libviso2. Authors: Andreas Geiger libviso2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. libviso2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with libviso2; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #pragma once #include "viso.h" namespace libviso { class VisualOdometryMono : public VisualOdometry { public: // monocular-specific parameters (mandatory: height,pitch) struct parameters : public VisualOdometry::parameters { double height; // camera height above ground (meters) double pitch; // camera pitch (rad, negative=pointing down) int32_t ransac_iters; // number of RANSAC iterations double inlier_threshold; // fundamental matrix inlier threshold double motion_threshold; // directly return false on small motions parameters() { height = 1.0; pitch = 0.0; ransac_iters = 2000; inlier_threshold = 0.00001; motion_threshold = 100.0; } }; // constructor, takes as inpute a parameter structure VisualOdometryMono(parameters param); // deconstructor virtual ~VisualOdometryMono(); // process a new image, pushs the image back to an internal ring buffer. // valid motion estimates are available after calling process for two times. // inputs: I ......... pointer to rectified image (uint8, row-aligned) // dims[0] ... width of I // dims[1] ... height of I // dims[2] ... bytes per line (often equal to width) // replace ... replace current image with I, without copying last current // image to previous image internally. this option can be used // when small/no motions are observed to obtain Tr_delta wrt // an older coordinate system / time step than the previous one. // output: returns false if motion too small or an error occured bool process(uint8_t *I, int32_t* dims, bool replace = false); private: template<class T> struct idx_cmp { idx_cmp(const T arr) : arr(arr) {} bool operator()(const size_t a, const size_t b) const { return arr[a] < arr[b]; } const T arr; }; std::vector<double> estimateMotion(std::vector<Matcher::p_match> p_matched); Matrix smallerThanMedian(Matrix &X, double &median); bool normalizeFeaturePoints(std::vector<Matcher::p_match> &p_matched, Matrix &Tp, Matrix &Tc); void fundamentalMatrix(const std::vector<Matcher::p_match> &p_matched, const std::vector<int32_t> &active, Matrix &F); void EtoRt(Matrix &E, Matrix &K, std::vector<Matcher::p_match> &p_matched, Matrix &X, Matrix &R, Matrix &t); int32_t triangulateChieral(std::vector<Matcher::p_match> &p_matched, Matrix &K, Matrix &R, Matrix &t, Matrix &X); std::vector<int32_t> getInlier(std::vector<Matcher::p_match> &p_matched, Matrix &F); // parameters parameters param; }; }
[ "lilonghua.1987@gmail.com" ]
lilonghua.1987@gmail.com
b306ed7420e508ec9abfd172cea2b1de98b17f12
8744d0aed39fae7f3993e8a4378ee6ed700b1b1c
/PAT/Advanced/A051_stack.cpp
97cff1fd62ad97ef1dcf629e4274f231c4e8df03
[]
no_license
Aestheticism1/Leetcode-PAT-CCF
e10fdcc7130ba5847b19c76aac9d4bf9e0460c37
c28b81e5017ce34e0984bead5bc64c3de2392bff
refs/heads/master
2023-03-14T17:01:06.541883
2021-03-19T08:55:36
2021-03-19T08:55:36
302,590,867
2
0
null
null
null
null
UTF-8
C++
false
false
1,049
cpp
#include <iostream> #include <stack> using namespace std; int main() { int M, N, K; cin >> M >> N >> K; int a[N]; bool res[K]; fill(res, res+K, true); for(int k = 0; k < K; ++k){ for(int i = 0; i < N; ++i) cin >> a[i]; stack<int> s; int index = 0; for(int i = 0; i < N; ++i){ if(index < a[i]){ if(a[i] - index + s.size() > M){ res[k] = false; break; } for(int j = index+1; j < a[i]; ++j){ s.push(j); } index = a[i]; }else{ if(s.empty() || s.top() != a[i]){ res[k] = false; break; } s.pop(); } } } for(int i = 0; i < K; ++i){ if(i != K-1) res[i] ? cout << "YES" << endl : cout << "NO" << endl; else res[i] ? cout << "YES" : cout << "NO"; } return 0; }
[ "250202498@qq.com" ]
250202498@qq.com
952b1045242710d74b036f0a15cbfcb4a6773d37
4e681f0eb8f490c4f9800ca2112b71043e69b587
/include/logcpp/formatter/patternformatter.hpp
4ff4a9d52eb4b26a878e753da8efdab9229e2b06
[ "MIT" ]
permissive
andromeda0412/logcpp
dfc122205962e4516c68b6515d2b31bc74347a6a
57f1d13d74f0946a7cd32ccd74bcf341d13e60e9
refs/heads/master
2021-12-14T23:25:57.814081
2017-06-25T02:47:16
2017-06-25T02:47:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,457
hpp
#ifndef _LOGCPP_FORMATTER_PATTERNFORMATTER_HPP_ #define _LOGCPP_FORMATTER_PATTERNFORMATTER_HPP_ #include <logcpp/formatter/formatter.hpp> namespace logcpp { /** * Translate log entry into string representation. Default support for format * substitution: * * %t - Timestamp (based on m_DateTimeFormat) * %i - Milliseconds * %n - Logger name * %s - Logger severity (string representation) * %f - Logger facility (scope) * %l - Source line number (only set when using context logger) * %u - Source function name (only set when using context logger) * %i - Source filename (only set when using context logger) * %j - Source file basename (only set when using context logger) * %m - Log message * * If further formats are required (XML, JSON), simply inherit the Formatter * class and override the virtual ::Out method. */ class PatternFormatter : public Formatter { public: OBJECT_PTR(PatternFormatter); PatternFormatter(const std::string& format, const std::string& datetimeFormat); PatternFormatter(); virtual ~PatternFormatter(); void SetFormat(const std::string& format); void SetDateTimeFormat(const std::string& format); std::string GetFormat(void) const; std::string GetDateTimeFormat(void) const; std::string Out(const std::string& loggerName, const LogEntry& entry) const override; private: std::string m_Format, m_DateTimeFormat; }; }; #endif
[ "russkubik@gmail.com" ]
russkubik@gmail.com
f23e2bbfca9a2655e8049ec7313118ed5f1e62d1
4734e3f557b38881123f4193063cd41063a52bfc
/数据结构/二叉树/Stack.cpp
40fbc21c2a5fb7df510f8207ce104a3e38954bf9
[]
no_license
sandan07/codeblocks-
ff356458587910504bca3edc64187929cf887b7e
dc958d1eaeb5e300395f66587cc9cdc2f2a215dd
refs/heads/master
2020-03-27T14:44:29.367684
2018-09-22T00:30:46
2018-09-22T00:30:46
146,676,527
0
0
null
null
null
null
GB18030
C++
false
false
542
cpp
#include"Stack.h" bool IsFull( Stack S ) { return (S->Top == S->MaxSize-1); } bool Push( Stack S, ElementType X ) { if ( IsFull(S) ) { printf("堆栈满"); return false; } else { S->Data[++(S->Top)] = X; return true; } } bool IsEmpty( Stack S ) { return (S->Top == -1); } ElementType Pop( Stack S ) { if ( IsEmpty(S) ) { printf("堆栈空"); return -1; /* ERROR是ElementType的特殊值,标志错误 */ } else return ( S->Data[(S->Top)--] ); }
[ "dasandan97@gmail.com" ]
dasandan97@gmail.com
66fc3bea1566f95c3c6ceca3339b94e19f5ff4c5
22e00b16373de7b27407ef38972801fb53c96da1
/question5.cpp
b8dd99c98d9bcf47f0f1dee1c853d4d0912268bf
[]
no_license
srishti-shrivastava/OOP-ASSIGNMENT-1
2251538310301b1560096e566358a7f4cecacfed
d6e8b08f7b9a4b8087d5f5b2a0be5041fefa5ade
refs/heads/main
2023-01-20T17:29:51.523441
2020-11-26T02:37:14
2020-11-26T02:37:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,557
cpp
/*5. WAP using classes, objects and constructors to represent the class student with following specification  Private members  Roll no  Name  6 subjects mark  Total  Public members function to ASSIGNMENT Accept values from input device to calculate the grand total and display grade. Calculate the total marks*/ #include<iostream> #include<conio.h> #include<string.h> using namespace std; class student { int roll,ns; char name[20]; float total; float percentage; int *m; public: student(int r,char *n,int nos) { roll=r; strcpy(name,n); ns=nos; m=new int[ns]; } void get(); void cal(); void display(); }; void student :: get() { for (int i=0;i<ns;i++) { cout<<"enter the number of subject"<<i+1 <<" marks"; cin>>m[i]; } } void student ::cal() { total=0; for(int i=0;i<ns;i++) { total=total+m[i]; } percentage=total/ns; } void student :: display() { cal(); cout<<" name"<<name<<endl; cout<<"roll no."<<roll<<endl; for(int i=0;i<ns;i++) { cout<<" marks of "<<i+1 <<"subject "<<m[i]<<endl; } cout<<"total"<<total; cout<<"percentage"<<percentage<<endl; } int main() { int r,nos; char n[20]; cout<<"enter roll no name and no of subject"<<endl; cin>>r>>n>>nos; student st(r,n,nos); st.get(); st.display(); }
[ "noreply@github.com" ]
noreply@github.com
88035ee8c51e062c934b0ffb013d31e787df3767
bcd8f5a7352a1e0b2e1a83fea9ae2e4182eda805
/standard-cpp/cpp-OreCppCookbook/cpp-cookbook-ch0404/ExCpp_0409.cpp
75a0605c86ae64fb846dd3b23776801abcfdf4c8
[]
no_license
JediChou/jedichou-study-algo
455c7709250d424cad1b326efd99f0be7a000edc
4f0ce79556d7543870dfc13399c7ae85ba773508
refs/heads/master
2020-06-24T23:21:34.310122
2020-04-01T05:53:33
2020-04-01T05:53:33
199,122,658
0
1
null
null
null
null
UTF-8
C++
false
false
841
cpp
// check string size and capacity. #include <string> #include <iostream> using namespace std; int main() { string s = ""; string sr = ""; sr .reserve(9000); cout << "s.length = " << s.length() << '\n'; cout << "s.capacity = " << s.capacity() << '\n'; cout << "s.max_size = " << s.max_size() << '\n'; cout << "sr.length = " << sr.length() << '\n'; cout << "sr.capacity = " << sr.capacity() << '\n'; cout << "sr.max_size = " << sr.max_size() << '\n'; for( int i = 0; i < 10000; ++i ) { if ( s.length() == s.capacity() ) { cout << "s reached capacity of " << s.length() << ", growing...\n"; } if ( sr.length() == sr.capacity() ) { cout << "sr reached capacity of " << sr.length() << ", growing...\n"; } s += 'x'; sr += 'x'; } return 0; }
[ "jedigit@163.com" ]
jedigit@163.com
0333e04a151630644a94ef57ad0597712b07c916
43ea51859b6ae1b91417289e30979dd7f9f055d8
/Source/GameDevTVJam/GameDevTVJamGameMode.cpp
fa69a7355427bc7f6a231f3c1db7c67895c531b4
[]
no_license
TheCodingRook/GameDevTVJam
e8b47f8d3307c0ac08644f2d4cb8913388e05261
be69855c5c26ac8f2a003c6a27e5f20f46c05629
refs/heads/master
2022-12-08T19:14:12.663993
2020-09-04T20:47:03
2020-09-04T20:47:03
262,843,075
0
0
null
null
null
null
UTF-8
C++
false
false
5,334
cpp
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "GameDevTVJamGameMode.h" #include "GameDevTVJamCharacter.h" #include "UObject/ConstructorHelpers.h" #include "GameDevTVJamCharacter.h" #include "MyGameInstance.h" #include "Kismet/GameplayStatics.h" #include "GameHUDWidget.h" #include "PauseMenuWidget.h" #include "TimerManager.h" #include "Engine/EngineTypes.h" #include "Sound/SoundBase.h" #include "Components/AudioComponent.h" AGameDevTVJamGameMode::AGameDevTVJamGameMode() { // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. PrimaryActorTick.bCanEverTick = true; // set default pawn class to our Blueprinted character static ConstructorHelpers::FClassFinder<APawn> PlayerPawnBPClass(TEXT("/Game/Player/Blueprints/BP_PlayerCharacter")); if (PlayerPawnBPClass.Class != NULL) { DefaultPawnClass = PlayerPawnBPClass.Class; } } void AGameDevTVJamGameMode::PauseGame() { // Pause the game UGameplayStatics::SetGamePaused(GetWorld(), true); // Pause music GameMusicAudioComponent->SetPaused(true); if (!PauseMenu) { PauseMenu = CreateWidget<UPauseMenuWidget>(GetWorld(), PauseMenuClass, FName("Pause Menu")); PauseMenu->AddToViewport(); } else { PauseMenu->SetVisibility(ESlateVisibility::Visible); } PauseMenu->LoadWidget(); } void AGameDevTVJamGameMode::PlayerLost() { // Stop timer bCanUpdateTimer = false; FTimerHandle DelayAfterDeath; // Call the helper function to broadcast the notifier after a delay GetWorldTimerManager().SetTimer(DelayAfterDeath, this, &AGameDevTVJamGameMode::RestartGame_HelperFunc, 2.f, false, -1.f); } void AGameDevTVJamGameMode::PlayerWon() { // Stop ambient music if (GameMusicAudioComponent) { GameMusicAudioComponent->Stop(); } if (VictoryMusic) { VictoryMusicAudioComponent = UGameplayStatics::SpawnSound2D(this, VictoryMusic); } else { UE_LOG(LogTemp, Error, TEXT("You have not specified a victory music to play.")); } GameHUD->PlayVictoryAnimation(); // Short delay before we play victory dance/animation for player FTimerHandle DelayBeforeVictoryAnimation; // Call the helper function to handle character's victory animation GetWorldTimerManager().SetTimer(DelayBeforeVictoryAnimation, PlayerCharacter, &AGameDevTVJamCharacter::VictoryAnimation, 0.75f, false, -1.f); // Some delay after victory and before going back to main menu FTimerHandle DelayAfterVictory; // Call the helper function to broadcast the notifier after a delay GetWorldTimerManager().SetTimer(DelayAfterVictory, this, &AGameDevTVJamGameMode::RestartGame_HelperFunc, 12.f, false, -1.f); } void AGameDevTVJamGameMode::Tick(float DeltaTime) { ElapsedTime += DeltaTime; FrameCount++; if (bCanUpdateTimer && FrameCount >= FrameDelay && !PlayerCharacter->IsVictorious()) { GameInstance->SetCountDown(GameInstance->GetCountDown() - ElapsedTime); GameHUD->UpdateRemainingTime(GameInstance->GetCountDown()); // Reset the appropriate member fields FrameCount = 0; ElapsedTime = 0; if (GameInstance->GetCountDown() <= 0) { PlayerCharacter->DisableInput(UGameplayStatics::GetPlayerController(GetWorld(), 0)); GameHUD->TimesUp(); PlayerLost(); } } } void AGameDevTVJamGameMode::BeginPlay() { // Check for valid HUD if (!GameHUDClass) { UE_LOG(LogTemp, Error, TEXT("You have not defined a Widget Blueprint for the HUD")); } // Check for valid Pause Menu if (!PauseMenuClass) { UE_LOG(LogTemp, Error, TEXT("You have not defined a Widget Blueprint for the Pause Menu")); } if (GameMusic) { // Start music GameMusicAudioComponent = UGameplayStatics::SpawnSound2D(this, GameMusic); } else { UE_LOG(LogTemp, Error, TEXT("You have not specified a music loop to play during gameplay")); } // Save down the gameplay framework references to character and game instance PlayerCharacter = Cast<AGameDevTVJamCharacter>(UGameplayStatics::GetPlayerCharacter(this,0)); GameInstance = Cast<UMyGameInstance>(GetGameInstance()); GameHUD = CreateWidget<UGameHUDWidget>(GetWorld(),GameHUDClass,FName("Game HUD")); GameHUD->AddToViewport(); // Are we starting after losing a life? if (GameInstance->GetCurrentLives() < GameInstance->GetStartingLives()) //Load saved versions or set starting game data variables, depending on whether we start a fresh new game or not { GameInstance->LoadGameData(); } else { GameInstance->ReachedSavePoint(false, FVector(0.f,0.f,0.f)); } // Update HUD with game data variables GameHUD->UpdateRemainingLives(GameInstance->GetCurrentLives()); GameHUD->UpdateCurrentLevel(GameInstance->GetCurrentLevel()); GameHUD->UpdateKeysFound(GameInstance->GetSaveNumberOfKeys()); GameHUD->UpdateTreasuresFound(GameInstance->GetSaveNumberOfTreasures()); // Bind the FPlayerDied delegate PlayerCharacter->OnPlayerDied.AddDynamic(this, &AGameDevTVJamGameMode::PlayerLost); // Bind the FPlayerWon delegate PlayerCharacter->OnPlayerWon.AddDynamic(this, &AGameDevTVJamGameMode::PlayerWon); } void AGameDevTVJamGameMode::RestartGame_HelperFunc() { if (GameInstance->GetCurrentLives() <= 1 || PlayerCharacter->IsVictorious()) { UGameplayStatics::OpenLevel(GetWorld(), FName("MainMenu")); } else { UGameplayStatics::OpenLevel(GetWorld(), FName("PuzzleRun2")); GameInstance->LostLife(); } }
[ "" ]
cbca5d0d54a29a02cc449606f3e1007bf1e58d3f
3f63c0b6b6eb029ea9ec2db9c140db48fa284de7
/src/nav/nav_DataBase.cpp
77735503931321da7ad8f92d18a0c315a396bc7e
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
MohamedElfeky/mscsim
3b81d7d4e9b9fbb6befffbc71460da875527935e
8e9b4708d26e06aca9d5e7e78e421ed92ddf479e
refs/heads/master
2023-01-31T12:02:53.983608
2020-12-20T11:15:40
2020-12-20T11:15:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,901
cpp
/****************************************************************************//* * Copyright (C) 2020 Marek M. Cel * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom * the Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. ******************************************************************************/ #include <nav/nav_DataBase.h> #include <cstdio> #include <fstream> #include <QDomElement> #include <QFile> #include <fdm/utils/fdm_String.h> #include <fdm/utils/fdm_Units.h> #include <fdm/utils/fdm_WGS84.h> #include <nav/nav_Frequency.h> #include <sim/Path.h> //////////////////////////////////////////////////////////////////////////////// using namespace nav; //////////////////////////////////////////////////////////////////////////////// double DataBase::getTrueBearing( const char *str_bear, const char *str_magvar ) { double bear = fdm::Units::deg2rad( fdm::String::toDouble( str_bear ) ); bool true_bear = toupper( str_bear[ strlen( str_bear ) - 1 ] ) == 'T'; std::vector< std::string > temp = fdm::String::split( str_magvar, " " ); if ( temp.size() > 0 && !true_bear ) { double coef = toupper( temp.at( 0 ).c_str()[ 0 ] ) == 'E' ? 1.0 : -1.0; if ( temp.at( 0 ).length() >= 4 ) { std::string str_deg; str_deg += temp.at( 0 ).c_str()[ 1 ]; str_deg += temp.at( 0 ).c_str()[ 2 ]; str_deg += temp.at( 0 ).c_str()[ 3 ]; double magvar = fdm::String::toDouble( str_deg ); if ( temp.at( 0 ).length() == 7 ) { std::string str_dec; str_dec += temp.at( 0 ).c_str()[ 4 ]; str_dec += temp.at( 0 ).c_str()[ 5 ]; str_dec += temp.at( 0 ).c_str()[ 6 ]; magvar += fdm::String::toDouble( str_dec ) / 1000.0; } bear += coef * fdm::Units::deg2rad( magvar ); } } return bear; } //////////////////////////////////////////////////////////////////////////////// DataBase::DataBase() { QFile file( Path::get( "nav/nav_db.xml" ).c_str() ); if ( file.open(QFile::ReadOnly | QFile::Text) ) { QDomDocument doc; doc.setContent( &file, false ); QDomElement rootNode = doc.documentElement(); if ( rootNode.tagName() == "nav_db" ) { QDomElement nodeAPT = rootNode.firstChildElement( "apt" ); QDomElement nodeILS = rootNode.firstChildElement( "ils" ); QDomElement nodeNAV = rootNode.firstChildElement( "nav" ); QDomElement nodeRWY = rootNode.firstChildElement( "rwy" ); if ( !nodeAPT.isNull() ) { QDomElement fileNode = nodeAPT.firstChildElement( "file" ); while ( !fileNode.isNull() ) { parseAPT( fileNode.text().toStdString().c_str() ); fileNode = fileNode.nextSiblingElement( "file" ); } } if ( !nodeILS.isNull() ) { QDomElement fileNode = nodeILS.firstChildElement( "file" ); while ( !fileNode.isNull() ) { parseILS( fileNode.text().toStdString().c_str() ); fileNode = fileNode.nextSiblingElement( "file" ); } } if ( !nodeNAV.isNull() ) { QDomElement fileNode = nodeNAV.firstChildElement( "file" ); while ( !fileNode.isNull() ) { parseNAV( fileNode.text().toStdString().c_str() ); fileNode = fileNode.nextSiblingElement( "file" ); } } if ( !nodeRWY.isNull() ) { QDomElement fileNode = nodeRWY.firstChildElement( "file" ); while ( !fileNode.isNull() ) { parseRWY( fileNode.text().toStdString().c_str() ); fileNode = fileNode.nextSiblingElement( "file" ); } } } } } //////////////////////////////////////////////////////////////////////////////// DataBase::~DataBase() {} //////////////////////////////////////////////////////////////////////////////// void DataBase::parseAPT( const char *path ) { std::fstream file( Path::get( path ).c_str(), std::ios_base::in ); if ( file.is_open() ) { std::string line; int i_line = 0; while ( !file.eof() ) { getline( file, line ); if ( i_line > 0 ) { std::vector< std::string > cols = fdm::String::split( line, "\t" ); line.clear(); if ( cols.size() == 23 ) { APT apt; apt.ident = cols.at( 0 ); apt.name = cols.at( 1 ); apt.icao = cols.at( 3 ); apt.lat = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 8 ) ) ); apt.lon = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 10 ) ) ); _list_apt.push_back( apt ); } } i_line++; } } } //////////////////////////////////////////////////////////////////////////////// void DataBase::parseILS( const char *path ) { std::fstream file( Path::get( path ).c_str(), std::ios_base::in ); if ( file.is_open() ) { std::string line; int i_line = 0; while ( !file.eof() ) { getline( file, line ); if ( i_line > 0 ) { std::vector< std::string > cols = fdm::String::split( line, "\t" ); line.clear(); if ( cols.size() == 29 ) { if ( cols.at( 2 ).length() > 0 ) { ILS ils; switch( toupper( cols.at( 2 ).c_str()[ 0 ] ) ) { default: ils.type = ILS::NONE; break; case 'D': ils.type = ILS::DME; break; case 'Z': ils.type = ILS::LOC; break; case 'G': ils.type = ILS::GS; break; case 'B': ils.type = ILS::BCM; break; case 'I': ils.type = ILS::IM; break; case 'M': ils.type = ILS::MM; break; case 'O': ils.type = ILS::OM; break; } if ( ils.type != ILS::NONE ) { ils.lat = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 15 ) ) ); ils.lon = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 17 ) ) ); ils.elev = fdm::Units::ft2m( fdm::String::toDouble( cols.at( 10 ) ) ); ils.true_bearing = ils.type == ILS::LOC ? getTrueBearing( cols.at( 24 ).c_str(), cols.at( 22 ).c_str() ) : 0.0; ils.glide_slope = ils.type == ILS::GS ? fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 7 ) ) ) : 0.0; ils.freq = fdm::String::toDouble( cols.at( 5 ) ); if ( ils.type == ILS::DME && cols.at( 6 ).length() > 0 ) { ils.freq = Frequency::getFreqDME( cols.at( 6 ).c_str() ); } fdm::WGS84::Geo position_geo; position_geo.lat = ils.lat; position_geo.lon = ils.lon; position_geo.alt = ils.elev; ils.pos_wgs = fdm::WGS84::geo2wgs( position_geo ); _list_ils.push_back( ils ); } } } } i_line++; } } } //////////////////////////////////////////////////////////////////////////////// void DataBase::parseNAV( const char *path ) { std::fstream file( Path::get( path ).c_str(), std::ios_base::in ); if ( file.is_open() ) { std::string line; int i_line = 0; while ( !file.eof() ) { getline( file, line ); if ( i_line > 0 ) { std::vector< std::string > cols = fdm::String::split( line, "\t" ); line.clear(); if ( cols.size() == 32 ) { NAV nav; switch( fdm::String::toInt( cols.at( 1 ) ) ) { default: nav.type = NAV::NONE; break; case NAV::VOR: nav.type = NAV::VOR; break; case NAV::VORTAC: nav.type = NAV::VORTAC; break; case NAV::TACAN: nav.type = NAV::TACAN; break; case NAV::VOR_DME: nav.type = NAV::VOR_DME; break; case NAV::NDB: nav.type = NAV::NDB; break; case NAV::NDB_DME: nav.type = NAV::NDB_DME; break; case NAV::LOCATOR: nav.type = NAV::LOCATOR; break; case NAV::DME: nav.type = NAV::DME; break; } if ( nav.type != NAV::NONE ) { nav.lat = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 18 ) ) ); nav.lon = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 20 ) ) ); nav.elev = fdm::Units::ft2m( fdm::String::toDouble( cols.at( 23 ) ) ); nav.freq = fdm::String::toDouble( cols.at( 8 ) ); fdm::WGS84::Geo position_geo; position_geo.lat = nav.lat; position_geo.lon = nav.lon; position_geo.alt = nav.elev; nav.pos_wgs = fdm::WGS84::geo2wgs( position_geo ); _list_nav.push_back( nav ); } } } i_line++; } } } //////////////////////////////////////////////////////////////////////////////// void DataBase::parseRWY( const char *path ) { std::fstream file( Path::get( path ).c_str(), std::ios_base::in ); if ( file.is_open() ) { std::string line; int i_line = 0; while ( !file.eof() ) { getline( file, line ); if ( i_line > 0 ) { std::vector< std::string > cols = fdm::String::split( line, "\t" ); line.clear(); if ( cols.size() == 51 ) { RWY rwy; rwy.he_lat = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 10 ) ) ); rwy.he_lon = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 12 ) ) ); rwy.he_elev = fdm::Units::ft2m( fdm::String::toDouble( cols.at( 13 ) ) ); rwy.le_lat = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 27 ) ) ); rwy.le_lon = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 29 ) ) ); rwy.le_elev = fdm::Units::ft2m( fdm::String::toDouble( cols.at( 30 ) ) ); rwy.true_hdg = fdm::Units::deg2rad( fdm::String::toDouble( cols.at( 44 ) ) ); rwy.length = fdm::Units::ft2m( fdm::String::toDouble( cols.at( 5 ) ) ); rwy.width = fdm::Units::ft2m( fdm::String::toDouble( cols.at( 6 ) ) ); _list_rwy.push_back( rwy ); } } i_line++; } } }
[ "46421808+marek-cel@users.noreply.github.com" ]
46421808+marek-cel@users.noreply.github.com
83b055e4351dba27b2a99f6151ea548bfd20439d
17f6f3896c8f76788e4523aaa6483801bc910225
/simulations/FluidSPH_HalfGPU/include/MainWindow.h
bf1f9b2ea2761ffa6685923679f9908f29b41b2f
[]
no_license
erice4/OpenGL-GPGPU-and-SPH-Fluid
90917f0748976d60069ccb8d77e492927aca1fcf
1a22a182f1896f0cde0911dc7e97a1527de136d7
refs/heads/master
2020-12-25T16:48:30.001545
2016-09-04T13:41:36
2016-09-04T13:41:36
67,347,160
3
1
null
null
null
null
UTF-8
C++
false
false
3,345
h
#ifndef MAINWINDOW_H__ #define MAINWINDOW_H__ #include <QMainWindow> #include "NGLScene.h" #include <iostream> //---------------------------------------------------------------------------------------------------------------------- /// @file MainWindow.h /// @brief This class inherits from the QMainWindow and connects the UI buttons with set methods in NGLScene. /// @author Ewan Rice /// @version 1.0 /// @date 28/01/16 /// @class MainWindow /// @brief This class inherits from the QMainWindow and connects the UI buttons with set methods in NGLScene. /// This class was originally written by Jon Macey, and then modified. /// https://github.com/NCCA/MassSpring //---------------------------------------------------------------------------------------------------------------------- namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); private: Ui::MainWindow *m_ui; NGLScene *m_nglScene; private slots: //---------------------------------------------------------------------------------------------------------------------- /// @brief slot to set simulate void setSimulate(bool _s); //---------------------------------------------------------------------------------------------------------------------- /// @brief slot to set display flag for particles void setReset(); //---------------------------------------------------------------------------------------------------------------------- /// @brief slot to set wind void setWindX(double _x); //---------------------------------------------------------------------------------------------------------------------- /// @brief slot to set wind void setWindY(double _y); //---------------------------------------------------------------------------------------------------------------------- /// @brief set the kernel length void setKernel(double _v); //----------------------------------------------------------------------------------------------------------------------------------- /// @brief set the rest density void setRestDensity(double _v); //----------------------------------------------------------------------------------------------------------------------------------- /// @brief set the linear viscosity void setLinViscosity(double _v); //----------------------------------------------------------------------------------------------------------------------------------- /// @brief set the quadratic viscosity void setQuadViscosity(double _v); //----------------------------------------------------------------------------------------------------------------------------------- /// @brief set the stiffness void setStiffness(double _v); //----------------------------------------------------------------------------------------------------------------------------------- /// @brief set the near stiffness void setNearStiffness(double _v); //----------------------------------------------------------------------------------------------------------------------------------- /// @brief set the gravity void setGravity(double _v); //----------------------------------------------------------------------------------------------------------------------------------- }; #endif // MAINWINDOW_H__
[ "erice06@qub.ac.uk" ]
erice06@qub.ac.uk
7a9b2212a5178e36b36f7a7257de6a82898e186b
2bae78258c02feb9c059813d65347baab351b38e
/src/script.cpp
30f7d9eda79b19a01e0549e527604ffbdbe1e95f
[ "MIT" ]
permissive
AnsonYXJ/gtcoin
af366402fccab51fde09c45f24a5d94835602ce6
24f2915742b266d5db9430fd67285cda1e2dcf3c
refs/heads/master
2020-12-24T12:14:27.274754
2018-06-14T07:46:16
2018-06-14T07:46:16
73,058,556
0
0
null
null
null
null
UTF-8
C++
false
false
64,058
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <boost/foreach.hpp> #include <boost/tuple/tuple.hpp> using namespace std; using namespace boost; #include "script.h" #include "keystore.h" #include "bignum.h" #include "key.h" #include "main.h" #include "sync.h" #include "util.h" bool CheckSig(vector<unsigned char> vchSig, vector<unsigned char> vchPubKey, CScript scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType); typedef vector<unsigned char> valtype; static const valtype vchFalse(0); static const valtype vchZero(0); static const valtype vchTrue(1, 1); static const CBigNum bnZero(0); static const CBigNum bnOne(1); static const CBigNum bnFalse(0); static const CBigNum bnTrue(1); static const size_t nMaxNumSize = 4; CBigNum CastToBigNum(const valtype& vch) { if (vch.size() > nMaxNumSize) throw runtime_error("CastToBigNum() : overflow"); // Get rid of extra leading zeros return CBigNum(CBigNum(vch).getvch()); } bool CastToBool(const valtype& vch) { for (unsigned int i = 0; i < vch.size(); i++) { if (vch[i] != 0) { // Can be negative zero if (i == vch.size()-1 && vch[i] == 0x80) return false; return true; } } return false; } // // WARNING: This does not work as expected for signed integers; the sign-bit // is left in place as the integer is zero-extended. The correct behavior // would be to move the most significant bit of the last byte during the // resize process. MakeSameSize() is currently only used by the disabled // opcodes OP_AND, OP_OR, and OP_XOR. // void MakeSameSize(valtype& vch1, valtype& vch2) { // Lengthen the shorter one if (vch1.size() < vch2.size()) // PATCH: // +unsigned char msb = vch1[vch1.size()-1]; // +vch1[vch1.size()-1] &= 0x7f; // vch1.resize(vch2.size(), 0); // +vch1[vch1.size()-1] = msb; vch1.resize(vch2.size(), 0); if (vch2.size() < vch1.size()) // PATCH: // +unsigned char msb = vch2[vch2.size()-1]; // +vch2[vch2.size()-1] &= 0x7f; // vch2.resize(vch1.size(), 0); // +vch2[vch2.size()-1] = msb; vch2.resize(vch1.size(), 0); } // // Script is a stack machine (like Forth) that evaluates a predicate // returning a bool indicating valid or not. There are no loops. // #define stacktop(i) (stack.at(stack.size()+(i))) #define altstacktop(i) (altstack.at(altstack.size()+(i))) static inline void popstack(vector<valtype>& stack) { if (stack.empty()) throw runtime_error("popstack() : stack empty"); stack.pop_back(); } const char* GetTxnOutputType(txnouttype t) { switch (t) { case TX_NONSTANDARD: return "nonstandard"; case TX_PUBKEY: return "pubkey"; case TX_PUBKEYHASH: return "pubkeyhash"; case TX_SCRIPTHASH: return "scripthash"; case TX_MULTISIG: return "multisig"; } return NULL; } const char* GetOpName(opcodetype opcode) { switch (opcode) { // push value case OP_0 : return "0"; case OP_PUSHDATA1 : return "OP_PUSHDATA1"; case OP_PUSHDATA2 : return "OP_PUSHDATA2"; case OP_PUSHDATA4 : return "OP_PUSHDATA4"; case OP_1NEGATE : return "-1"; case OP_RESERVED : return "OP_RESERVED"; case OP_1 : return "1"; case OP_2 : return "2"; case OP_3 : return "3"; case OP_4 : return "4"; case OP_5 : return "5"; case OP_6 : return "6"; case OP_7 : return "7"; case OP_8 : return "8"; case OP_9 : return "9"; case OP_10 : return "10"; case OP_11 : return "11"; case OP_12 : return "12"; case OP_13 : return "13"; case OP_14 : return "14"; case OP_15 : return "15"; case OP_16 : return "16"; // control case OP_NOP : return "OP_NOP"; case OP_VER : return "OP_VER"; case OP_IF : return "OP_IF"; case OP_NOTIF : return "OP_NOTIF"; case OP_VERIF : return "OP_VERIF"; case OP_VERNOTIF : return "OP_VERNOTIF"; case OP_ELSE : return "OP_ELSE"; case OP_ENDIF : return "OP_ENDIF"; case OP_VERIFY : return "OP_VERIFY"; case OP_RETURN : return "OP_RETURN"; // stack ops case OP_TOALTSTACK : return "OP_TOALTSTACK"; case OP_FROMALTSTACK : return "OP_FROMALTSTACK"; case OP_2DROP : return "OP_2DROP"; case OP_2DUP : return "OP_2DUP"; case OP_3DUP : return "OP_3DUP"; case OP_2OVER : return "OP_2OVER"; case OP_2ROT : return "OP_2ROT"; case OP_2SWAP : return "OP_2SWAP"; case OP_IFDUP : return "OP_IFDUP"; case OP_DEPTH : return "OP_DEPTH"; case OP_DROP : return "OP_DROP"; case OP_DUP : return "OP_DUP"; case OP_NIP : return "OP_NIP"; case OP_OVER : return "OP_OVER"; case OP_PICK : return "OP_PICK"; case OP_ROLL : return "OP_ROLL"; case OP_ROT : return "OP_ROT"; case OP_SWAP : return "OP_SWAP"; case OP_TUCK : return "OP_TUCK"; // splice ops case OP_CAT : return "OP_CAT"; case OP_SUBSTR : return "OP_SUBSTR"; case OP_LEFT : return "OP_LEFT"; case OP_RIGHT : return "OP_RIGHT"; case OP_SIZE : return "OP_SIZE"; // bit logic case OP_INVERT : return "OP_INVERT"; case OP_AND : return "OP_AND"; case OP_OR : return "OP_OR"; case OP_XOR : return "OP_XOR"; case OP_EQUAL : return "OP_EQUAL"; case OP_EQUALVERIFY : return "OP_EQUALVERIFY"; case OP_RESERVED1 : return "OP_RESERVED1"; case OP_RESERVED2 : return "OP_RESERVED2"; // numeric case OP_1ADD : return "OP_1ADD"; case OP_1SUB : return "OP_1SUB"; case OP_2MUL : return "OP_2MUL"; case OP_2DIV : return "OP_2DIV"; case OP_NEGATE : return "OP_NEGATE"; case OP_ABS : return "OP_ABS"; case OP_NOT : return "OP_NOT"; case OP_0NOTEQUAL : return "OP_0NOTEQUAL"; case OP_ADD : return "OP_ADD"; case OP_SUB : return "OP_SUB"; case OP_MUL : return "OP_MUL"; case OP_DIV : return "OP_DIV"; case OP_MOD : return "OP_MOD"; case OP_LSHIFT : return "OP_LSHIFT"; case OP_RSHIFT : return "OP_RSHIFT"; case OP_BOOLAND : return "OP_BOOLAND"; case OP_BOOLOR : return "OP_BOOLOR"; case OP_NUMEQUAL : return "OP_NUMEQUAL"; case OP_NUMEQUALVERIFY : return "OP_NUMEQUALVERIFY"; case OP_NUMNOTEQUAL : return "OP_NUMNOTEQUAL"; case OP_LESSTHAN : return "OP_LESSTHAN"; case OP_GREATERTHAN : return "OP_GREATERTHAN"; case OP_LESSTHANOREQUAL : return "OP_LESSTHANOREQUAL"; case OP_GREATERTHANOREQUAL : return "OP_GREATERTHANOREQUAL"; case OP_MIN : return "OP_MIN"; case OP_MAX : return "OP_MAX"; case OP_WITHIN : return "OP_WITHIN"; // crypto case OP_RIPEMD160 : return "OP_RIPEMD160"; case OP_SHA1 : return "OP_SHA1"; case OP_SHA256 : return "OP_SHA256"; case OP_HASH160 : return "OP_HASH160"; case OP_HASH256 : return "OP_HASH256"; case OP_CODESEPARATOR : return "OP_CODESEPARATOR"; case OP_CHECKSIG : return "OP_CHECKSIG"; case OP_CHECKSIGVERIFY : return "OP_CHECKSIGVERIFY"; case OP_CHECKMULTISIG : return "OP_CHECKMULTISIG"; case OP_CHECKMULTISIGVERIFY : return "OP_CHECKMULTISIGVERIFY"; // expanson case OP_NOP1 : return "OP_NOP1"; case OP_NOP2 : return "OP_NOP2"; case OP_NOP3 : return "OP_NOP3"; case OP_NOP4 : return "OP_NOP4"; case OP_NOP5 : return "OP_NOP5"; case OP_NOP6 : return "OP_NOP6"; case OP_NOP7 : return "OP_NOP7"; case OP_NOP8 : return "OP_NOP8"; case OP_NOP9 : return "OP_NOP9"; case OP_NOP10 : return "OP_NOP10"; // template matching params case OP_PUBKEYHASH : return "OP_PUBKEYHASH"; case OP_PUBKEY : return "OP_PUBKEY"; case OP_INVALIDOPCODE : return "OP_INVALIDOPCODE"; default: return "OP_UNKNOWN"; } } bool EvalScript(vector<vector<unsigned char> >& stack, const CScript& script, const CTransaction& txTo, unsigned int nIn, int nHashType) { CAutoBN_CTX pctx; CScript::const_iterator pc = script.begin(); CScript::const_iterator pend = script.end(); CScript::const_iterator pbegincodehash = script.begin(); opcodetype opcode; valtype vchPushValue; vector<bool> vfExec; vector<valtype> altstack; if (script.size() > 10000) return false; int nOpCount = 0; try { while (pc < pend) { bool fExec = !count(vfExec.begin(), vfExec.end(), false); // // Read instruction // if (!script.GetOp(pc, opcode, vchPushValue)) return false; if (vchPushValue.size() > 520) return false; if (opcode > OP_16 && ++nOpCount > 201) return false; if (opcode == OP_CAT || opcode == OP_SUBSTR || opcode == OP_LEFT || opcode == OP_RIGHT || opcode == OP_INVERT || opcode == OP_AND || opcode == OP_OR || opcode == OP_XOR || opcode == OP_2MUL || opcode == OP_2DIV || opcode == OP_MUL || opcode == OP_DIV || opcode == OP_MOD || opcode == OP_LSHIFT || opcode == OP_RSHIFT) return false; if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) stack.push_back(vchPushValue); else if (fExec || (OP_IF <= opcode && opcode <= OP_ENDIF)) switch (opcode) { // // Push value // case OP_1NEGATE: case OP_1: case OP_2: case OP_3: case OP_4: case OP_5: case OP_6: case OP_7: case OP_8: case OP_9: case OP_10: case OP_11: case OP_12: case OP_13: case OP_14: case OP_15: case OP_16: { // ( -- value) CBigNum bn((int)opcode - (int)(OP_1 - 1)); stack.push_back(bn.getvch()); } break; // // Control // case OP_NOP: case OP_NOP1: case OP_NOP2: case OP_NOP3: case OP_NOP4: case OP_NOP5: case OP_NOP6: case OP_NOP7: case OP_NOP8: case OP_NOP9: case OP_NOP10: break; case OP_IF: case OP_NOTIF: { // <expression> if [statements] [else [statements]] endif bool fValue = false; if (fExec) { if (stack.size() < 1) return false; valtype& vch = stacktop(-1); fValue = CastToBool(vch); if (opcode == OP_NOTIF) fValue = !fValue; popstack(stack); } vfExec.push_back(fValue); } break; case OP_ELSE: { if (vfExec.empty()) return false; vfExec.back() = !vfExec.back(); } break; case OP_ENDIF: { if (vfExec.empty()) return false; vfExec.pop_back(); } break; case OP_VERIFY: { // (true -- ) or // (false -- false) and return if (stack.size() < 1) return false; bool fValue = CastToBool(stacktop(-1)); if (fValue) popstack(stack); else return false; } break; case OP_RETURN: { return false; } break; // // Stack ops // case OP_TOALTSTACK: { if (stack.size() < 1) return false; altstack.push_back(stacktop(-1)); popstack(stack); } break; case OP_FROMALTSTACK: { if (altstack.size() < 1) return false; stack.push_back(altstacktop(-1)); popstack(altstack); } break; case OP_2DROP: { // (x1 x2 -- ) if (stack.size() < 2) return false; popstack(stack); popstack(stack); } break; case OP_2DUP: { // (x1 x2 -- x1 x2 x1 x2) if (stack.size() < 2) return false; valtype vch1 = stacktop(-2); valtype vch2 = stacktop(-1); stack.push_back(vch1); stack.push_back(vch2); } break; case OP_3DUP: { // (x1 x2 x3 -- x1 x2 x3 x1 x2 x3) if (stack.size() < 3) return false; valtype vch1 = stacktop(-3); valtype vch2 = stacktop(-2); valtype vch3 = stacktop(-1); stack.push_back(vch1); stack.push_back(vch2); stack.push_back(vch3); } break; case OP_2OVER: { // (x1 x2 x3 x4 -- x1 x2 x3 x4 x1 x2) if (stack.size() < 4) return false; valtype vch1 = stacktop(-4); valtype vch2 = stacktop(-3); stack.push_back(vch1); stack.push_back(vch2); } break; case OP_2ROT: { // (x1 x2 x3 x4 x5 x6 -- x3 x4 x5 x6 x1 x2) if (stack.size() < 6) return false; valtype vch1 = stacktop(-6); valtype vch2 = stacktop(-5); stack.erase(stack.end()-6, stack.end()-4); stack.push_back(vch1); stack.push_back(vch2); } break; case OP_2SWAP: { // (x1 x2 x3 x4 -- x3 x4 x1 x2) if (stack.size() < 4) return false; swap(stacktop(-4), stacktop(-2)); swap(stacktop(-3), stacktop(-1)); } break; case OP_IFDUP: { // (x - 0 | x x) if (stack.size() < 1) return false; valtype vch = stacktop(-1); if (CastToBool(vch)) stack.push_back(vch); } break; case OP_DEPTH: { // -- stacksize CBigNum bn(stack.size()); stack.push_back(bn.getvch()); } break; case OP_DROP: { // (x -- ) if (stack.size() < 1) return false; popstack(stack); } break; case OP_DUP: { // (x -- x x) if (stack.size() < 1) return false; valtype vch = stacktop(-1); stack.push_back(vch); } break; case OP_NIP: { // (x1 x2 -- x2) if (stack.size() < 2) return false; stack.erase(stack.end() - 2); } break; case OP_OVER: { // (x1 x2 -- x1 x2 x1) if (stack.size() < 2) return false; valtype vch = stacktop(-2); stack.push_back(vch); } break; case OP_PICK: case OP_ROLL: { // (xn ... x2 x1 x0 n - xn ... x2 x1 x0 xn) // (xn ... x2 x1 x0 n - ... x2 x1 x0 xn) if (stack.size() < 2) return false; int n = CastToBigNum(stacktop(-1)).getint(); popstack(stack); if (n < 0 || n >= (int)stack.size()) return false; valtype vch = stacktop(-n-1); if (opcode == OP_ROLL) stack.erase(stack.end()-n-1); stack.push_back(vch); } break; case OP_ROT: { // (x1 x2 x3 -- x2 x3 x1) // x2 x1 x3 after first swap // x2 x3 x1 after second swap if (stack.size() < 3) return false; swap(stacktop(-3), stacktop(-2)); swap(stacktop(-2), stacktop(-1)); } break; case OP_SWAP: { // (x1 x2 -- x2 x1) if (stack.size() < 2) return false; swap(stacktop(-2), stacktop(-1)); } break; case OP_TUCK: { // (x1 x2 -- x2 x1 x2) if (stack.size() < 2) return false; valtype vch = stacktop(-1); stack.insert(stack.end()-2, vch); } break; // // Splice ops // case OP_CAT: { // (x1 x2 -- out) if (stack.size() < 2) return false; valtype& vch1 = stacktop(-2); valtype& vch2 = stacktop(-1); vch1.insert(vch1.end(), vch2.begin(), vch2.end()); popstack(stack); if (stacktop(-1).size() > 520) return false; } break; case OP_SUBSTR: { // (in begin size -- out) if (stack.size() < 3) return false; valtype& vch = stacktop(-3); int nBegin = CastToBigNum(stacktop(-2)).getint(); int nEnd = nBegin + CastToBigNum(stacktop(-1)).getint(); if (nBegin < 0 || nEnd < nBegin) return false; if (nBegin > (int)vch.size()) nBegin = vch.size(); if (nEnd > (int)vch.size()) nEnd = vch.size(); vch.erase(vch.begin() + nEnd, vch.end()); vch.erase(vch.begin(), vch.begin() + nBegin); popstack(stack); popstack(stack); } break; case OP_LEFT: case OP_RIGHT: { // (in size -- out) if (stack.size() < 2) return false; valtype& vch = stacktop(-2); int nSize = CastToBigNum(stacktop(-1)).getint(); if (nSize < 0) return false; if (nSize > (int)vch.size()) nSize = vch.size(); if (opcode == OP_LEFT) vch.erase(vch.begin() + nSize, vch.end()); else vch.erase(vch.begin(), vch.end() - nSize); popstack(stack); } break; case OP_SIZE: { // (in -- in size) if (stack.size() < 1) return false; CBigNum bn(stacktop(-1).size()); stack.push_back(bn.getvch()); } break; // // Bitwise logic // case OP_INVERT: { // (in - out) if (stack.size() < 1) return false; valtype& vch = stacktop(-1); for (unsigned int i = 0; i < vch.size(); i++) vch[i] = ~vch[i]; } break; // // WARNING: These disabled opcodes exhibit unexpected behavior // when used on signed integers due to a bug in MakeSameSize() // [see definition of MakeSameSize() above]. // case OP_AND: case OP_OR: case OP_XOR: { // (x1 x2 - out) if (stack.size() < 2) return false; valtype& vch1 = stacktop(-2); valtype& vch2 = stacktop(-1); MakeSameSize(vch1, vch2); // <-- NOT SAFE FOR SIGNED VALUES if (opcode == OP_AND) { for (unsigned int i = 0; i < vch1.size(); i++) vch1[i] &= vch2[i]; } else if (opcode == OP_OR) { for (unsigned int i = 0; i < vch1.size(); i++) vch1[i] |= vch2[i]; } else if (opcode == OP_XOR) { for (unsigned int i = 0; i < vch1.size(); i++) vch1[i] ^= vch2[i]; } popstack(stack); } break; case OP_EQUAL: case OP_EQUALVERIFY: //case OP_NOTEQUAL: // use OP_NUMNOTEQUAL { // (x1 x2 - bool) if (stack.size() < 2) return false; valtype& vch1 = stacktop(-2); valtype& vch2 = stacktop(-1); bool fEqual = (vch1 == vch2); // OP_NOTEQUAL is disabled because it would be too easy to say // something like n != 1 and have some wiseguy pass in 1 with extra // zero bytes after it (numerically, 0x01 == 0x0001 == 0x000001) //if (opcode == OP_NOTEQUAL) // fEqual = !fEqual; popstack(stack); popstack(stack); stack.push_back(fEqual ? vchTrue : vchFalse); if (opcode == OP_EQUALVERIFY) { if (fEqual) popstack(stack); else return false; } } break; // // Numeric // case OP_1ADD: case OP_1SUB: case OP_2MUL: case OP_2DIV: case OP_NEGATE: case OP_ABS: case OP_NOT: case OP_0NOTEQUAL: { // (in -- out) if (stack.size() < 1) return false; CBigNum bn = CastToBigNum(stacktop(-1)); switch (opcode) { case OP_1ADD: bn += bnOne; break; case OP_1SUB: bn -= bnOne; break; case OP_2MUL: bn <<= 1; break; case OP_2DIV: bn >>= 1; break; case OP_NEGATE: bn = -bn; break; case OP_ABS: if (bn < bnZero) bn = -bn; break; case OP_NOT: bn = (bn == bnZero); break; case OP_0NOTEQUAL: bn = (bn != bnZero); break; default: assert(!"invalid opcode"); break; } popstack(stack); stack.push_back(bn.getvch()); } break; case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: case OP_MOD: case OP_LSHIFT: case OP_RSHIFT: case OP_BOOLAND: case OP_BOOLOR: case OP_NUMEQUAL: case OP_NUMEQUALVERIFY: case OP_NUMNOTEQUAL: case OP_LESSTHAN: case OP_GREATERTHAN: case OP_LESSTHANOREQUAL: case OP_GREATERTHANOREQUAL: case OP_MIN: case OP_MAX: { // (x1 x2 -- out) if (stack.size() < 2) return false; CBigNum bn1 = CastToBigNum(stacktop(-2)); CBigNum bn2 = CastToBigNum(stacktop(-1)); CBigNum bn; switch (opcode) { case OP_ADD: bn = bn1 + bn2; break; case OP_SUB: bn = bn1 - bn2; break; case OP_MUL: if (!BN_mul(&bn, &bn1, &bn2, pctx)) return false; break; case OP_DIV: if (!BN_div(&bn, NULL, &bn1, &bn2, pctx)) return false; break; case OP_MOD: if (!BN_mod(&bn, &bn1, &bn2, pctx)) return false; break; case OP_LSHIFT: if (bn2 < bnZero || bn2 > CBigNum(2048)) return false; bn = bn1 << bn2.getulong(); break; case OP_RSHIFT: if (bn2 < bnZero || bn2 > CBigNum(2048)) return false; bn = bn1 >> bn2.getulong(); break; case OP_BOOLAND: bn = (bn1 != bnZero && bn2 != bnZero); break; case OP_BOOLOR: bn = (bn1 != bnZero || bn2 != bnZero); break; case OP_NUMEQUAL: bn = (bn1 == bn2); break; case OP_NUMEQUALVERIFY: bn = (bn1 == bn2); break; case OP_NUMNOTEQUAL: bn = (bn1 != bn2); break; case OP_LESSTHAN: bn = (bn1 < bn2); break; case OP_GREATERTHAN: bn = (bn1 > bn2); break; case OP_LESSTHANOREQUAL: bn = (bn1 <= bn2); break; case OP_GREATERTHANOREQUAL: bn = (bn1 >= bn2); break; case OP_MIN: bn = (bn1 < bn2 ? bn1 : bn2); break; case OP_MAX: bn = (bn1 > bn2 ? bn1 : bn2); break; default: assert(!"invalid opcode"); break; } popstack(stack); popstack(stack); stack.push_back(bn.getvch()); if (opcode == OP_NUMEQUALVERIFY) { if (CastToBool(stacktop(-1))) popstack(stack); else return false; } } break; case OP_WITHIN: { // (x min max -- out) if (stack.size() < 3) return false; CBigNum bn1 = CastToBigNum(stacktop(-3)); CBigNum bn2 = CastToBigNum(stacktop(-2)); CBigNum bn3 = CastToBigNum(stacktop(-1)); bool fValue = (bn2 <= bn1 && bn1 < bn3); popstack(stack); popstack(stack); popstack(stack); stack.push_back(fValue ? vchTrue : vchFalse); } break; // // Crypto // case OP_RIPEMD160: case OP_SHA1: case OP_SHA256: case OP_HASH160: case OP_HASH256: { // (in -- hash) if (stack.size() < 1) return false; valtype& vch = stacktop(-1); valtype vchHash((opcode == OP_RIPEMD160 || opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32); if (opcode == OP_RIPEMD160) RIPEMD160(&vch[0], vch.size(), &vchHash[0]); else if (opcode == OP_SHA1) SHA1(&vch[0], vch.size(), &vchHash[0]); else if (opcode == OP_SHA256) SHA256(&vch[0], vch.size(), &vchHash[0]); else if (opcode == OP_HASH160) { uint160 hash160 = Hash160(vch); memcpy(&vchHash[0], &hash160, sizeof(hash160)); } else if (opcode == OP_HASH256) { uint256 hash = Hash(vch.begin(), vch.end()); memcpy(&vchHash[0], &hash, sizeof(hash)); } popstack(stack); stack.push_back(vchHash); } break; case OP_CODESEPARATOR: { // Hash starts after the code separator pbegincodehash = pc; } break; case OP_CHECKSIG: case OP_CHECKSIGVERIFY: { // (sig pubkey -- bool) if (stack.size() < 2) return false; valtype& vchSig = stacktop(-2); valtype& vchPubKey = stacktop(-1); ////// debug print //PrintHex(vchSig.begin(), vchSig.end(), "sig: %s\n"); //PrintHex(vchPubKey.begin(), vchPubKey.end(), "pubkey: %s\n"); // Subset of script starting at the most recent codeseparator CScript scriptCode(pbegincodehash, pend); // Drop the signature, since there's no way for a signature to sign itself scriptCode.FindAndDelete(CScript(vchSig)); bool fSuccess = CheckSig(vchSig, vchPubKey, scriptCode, txTo, nIn, nHashType); popstack(stack); popstack(stack); stack.push_back(fSuccess ? vchTrue : vchFalse); if (opcode == OP_CHECKSIGVERIFY) { if (fSuccess) popstack(stack); else return false; } } break; case OP_CHECKMULTISIG: case OP_CHECKMULTISIGVERIFY: { // ([sig ...] num_of_signatures [pubkey ...] num_of_pubkeys -- bool) int i = 1; if ((int)stack.size() < i) return false; int nKeysCount = CastToBigNum(stacktop(-i)).getint(); if (nKeysCount < 0 || nKeysCount > 20) return false; nOpCount += nKeysCount; if (nOpCount > 201) return false; int ikey = ++i; i += nKeysCount; if ((int)stack.size() < i) return false; int nSigsCount = CastToBigNum(stacktop(-i)).getint(); if (nSigsCount < 0 || nSigsCount > nKeysCount) return false; int isig = ++i; i += nSigsCount; if ((int)stack.size() < i) return false; // Subset of script starting at the most recent codeseparator CScript scriptCode(pbegincodehash, pend); // Drop the signatures, since there's no way for a signature to sign itself for (int k = 0; k < nSigsCount; k++) { valtype& vchSig = stacktop(-isig-k); scriptCode.FindAndDelete(CScript(vchSig)); } bool fSuccess = true; while (fSuccess && nSigsCount > 0) { valtype& vchSig = stacktop(-isig); valtype& vchPubKey = stacktop(-ikey); // Check signature if (CheckSig(vchSig, vchPubKey, scriptCode, txTo, nIn, nHashType)) { isig++; nSigsCount--; } ikey++; nKeysCount--; // If there are more signatures left than keys left, // then too many signatures have failed if (nSigsCount > nKeysCount) fSuccess = false; } while (i-- > 0) popstack(stack); stack.push_back(fSuccess ? vchTrue : vchFalse); if (opcode == OP_CHECKMULTISIGVERIFY) { if (fSuccess) popstack(stack); else return false; } } break; default: return false; } // Size limits if (stack.size() + altstack.size() > 1000) return false; } } catch (...) { return false; } if (!vfExec.empty()) return false; return true; } uint256 SignatureHash(CScript scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType) { if (nIn >= txTo.vin.size()) { printf("ERROR: SignatureHash() : nIn=%d out of range\n", nIn); return 1; } CTransaction txTmp(txTo); // In case concatenating two scripts ends up with two codeseparators, // or an extra one at the end, this prevents all those possible incompatibilities. scriptCode.FindAndDelete(CScript(OP_CODESEPARATOR)); // Blank out other inputs' signatures for (unsigned int i = 0; i < txTmp.vin.size(); i++) txTmp.vin[i].scriptSig = CScript(); txTmp.vin[nIn].scriptSig = scriptCode; // Blank out some of the outputs if ((nHashType & 0x1f) == SIGHASH_NONE) { // Wildcard payee txTmp.vout.clear(); // Let the others update at will for (unsigned int i = 0; i < txTmp.vin.size(); i++) if (i != nIn) txTmp.vin[i].nSequence = 0; } else if ((nHashType & 0x1f) == SIGHASH_SINGLE) { // Only lock-in the txout payee at same index as txin unsigned int nOut = nIn; if (nOut >= txTmp.vout.size()) { printf("ERROR: SignatureHash() : nOut=%d out of range\n", nOut); return 1; } txTmp.vout.resize(nOut+1); for (unsigned int i = 0; i < nOut; i++) txTmp.vout[i].SetNull(); // Let the others update at will for (unsigned int i = 0; i < txTmp.vin.size(); i++) if (i != nIn) txTmp.vin[i].nSequence = 0; } // Blank out other inputs completely, not recommended for open transactions if (nHashType & SIGHASH_ANYONECANPAY) { txTmp.vin[0] = txTmp.vin[nIn]; txTmp.vin.resize(1); } // Serialize and hash CDataStream ss(SER_GETHASH, 0); ss.reserve(10000); ss << txTmp << nHashType; return Hash(ss.begin(), ss.end()); } // Valid signature cache, to avoid doing expensive ECDSA signature checking // twice for every transaction (once when accepted into memory pool, and // again when accepted into the block chain) class CSignatureCache { private: // sigdata_type is (signature hash, signature, public key): typedef boost::tuple<uint256, std::vector<unsigned char>, std::vector<unsigned char> > sigdata_type; std::set< sigdata_type> setValid; CCriticalSection cs_sigcache; public: bool Get(uint256 hash, const std::vector<unsigned char>& vchSig, const std::vector<unsigned char>& pubKey) { LOCK(cs_sigcache); sigdata_type k(hash, vchSig, pubKey); std::set<sigdata_type>::iterator mi = setValid.find(k); if (mi != setValid.end()) return true; return false; } void Set(uint256 hash, const std::vector<unsigned char>& vchSig, const std::vector<unsigned char>& pubKey) { // DoS prevention: limit cache size to less than 10MB // (~200 bytes per cache entry times 50,000 entries) // Since there are a maximum of 20,000 signature operations per block // 50,000 is a reasonable default. int64 nMaxCacheSize = GetArg("-maxsigcachesize", 50000); if (nMaxCacheSize <= 0) return; LOCK(cs_sigcache); while (static_cast<int64>(setValid.size()) > nMaxCacheSize) { // Evict a random entry. Random because that helps // foil would-be DoS attackers who might try to pre-generate // and re-use a set of valid signatures just-slightly-greater // than our cache size. uint256 randomHash = GetRandHash(); std::vector<unsigned char> unused; std::set<sigdata_type>::iterator it = setValid.lower_bound(sigdata_type(randomHash, unused, unused)); if (it == setValid.end()) it = setValid.begin(); setValid.erase(*it); } sigdata_type k(hash, vchSig, pubKey); setValid.insert(k); } }; bool CheckSig(vector<unsigned char> vchSig, vector<unsigned char> vchPubKey, CScript scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType) { static CSignatureCache signatureCache; // Hash type is one byte tacked on to the end of the signature if (vchSig.empty()) return false; if (nHashType == 0) nHashType = vchSig.back(); else if (nHashType != vchSig.back()) return false; vchSig.pop_back(); uint256 sighash = SignatureHash(scriptCode, txTo, nIn, nHashType); if (signatureCache.Get(sighash, vchSig, vchPubKey)) return true; CKey key; if (!key.SetPubKey(vchPubKey)) return false; if (!key.Verify(sighash, vchSig)) return false; signatureCache.Set(sighash, vchSig, vchPubKey); return true; } // // Return public keys or hashes from scriptPubKey, for 'standard' transaction types. // bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector<vector<unsigned char> >& vSolutionsRet) { // Templates static map<txnouttype, CScript> mTemplates; if (mTemplates.empty()) { // Standard tx, sender provides pubkey, receiver adds signature mTemplates.insert(make_pair(TX_PUBKEY, CScript() << OP_PUBKEY << OP_CHECKSIG)); // Gtcoin address tx, sender provides hash of pubkey, receiver provides signature and pubkey mTemplates.insert(make_pair(TX_PUBKEYHASH, CScript() << OP_DUP << OP_HASH160 << OP_PUBKEYHASH << OP_EQUALVERIFY << OP_CHECKSIG)); // Sender provides N pubkeys, receivers provides M signatures mTemplates.insert(make_pair(TX_MULTISIG, CScript() << OP_SMALLINTEGER << OP_PUBKEYS << OP_SMALLINTEGER << OP_CHECKMULTISIG)); } // Shortcut for pay-to-script-hash, which are more constrained than the other types: // it is always OP_HASH160 20 [20 byte hash] OP_EQUAL if (scriptPubKey.IsPayToScriptHash()) { typeRet = TX_SCRIPTHASH; vector<unsigned char> hashBytes(scriptPubKey.begin()+2, scriptPubKey.begin()+22); vSolutionsRet.push_back(hashBytes); return true; } // Scan templates const CScript& script1 = scriptPubKey; BOOST_FOREACH(const PAIRTYPE(txnouttype, CScript)& tplate, mTemplates) { const CScript& script2 = tplate.second; vSolutionsRet.clear(); opcodetype opcode1, opcode2; vector<unsigned char> vch1, vch2; // Compare CScript::const_iterator pc1 = script1.begin(); CScript::const_iterator pc2 = script2.begin(); loop { if (pc1 == script1.end() && pc2 == script2.end()) { // Found a match typeRet = tplate.first; if (typeRet == TX_MULTISIG) { // Additional checks for TX_MULTISIG: unsigned char m = vSolutionsRet.front()[0]; unsigned char n = vSolutionsRet.back()[0]; if (m < 1 || n < 1 || m > n || vSolutionsRet.size()-2 != n) return false; } return true; } if (!script1.GetOp(pc1, opcode1, vch1)) break; if (!script2.GetOp(pc2, opcode2, vch2)) break; // Template matching opcodes: if (opcode2 == OP_PUBKEYS) { while (vch1.size() >= 33 && vch1.size() <= 120) { vSolutionsRet.push_back(vch1); if (!script1.GetOp(pc1, opcode1, vch1)) break; } if (!script2.GetOp(pc2, opcode2, vch2)) break; // Normal situation is to fall through // to other if/else statements } if (opcode2 == OP_PUBKEY) { if (vch1.size() < 33 || vch1.size() > 120) break; vSolutionsRet.push_back(vch1); } else if (opcode2 == OP_PUBKEYHASH) { if (vch1.size() != sizeof(uint160)) break; vSolutionsRet.push_back(vch1); } else if (opcode2 == OP_SMALLINTEGER) { // Single-byte small integer pushed onto vSolutions if (opcode1 == OP_0 || (opcode1 >= OP_1 && opcode1 <= OP_16)) { char n = (char)CScript::DecodeOP_N(opcode1); vSolutionsRet.push_back(valtype(1, n)); } else break; } else if (opcode1 != opcode2 || vch1 != vch2) { // Others must match exactly break; } } } vSolutionsRet.clear(); typeRet = TX_NONSTANDARD; return false; } bool Sign1(const CKeyID& address, const CKeyStore& keystore, uint256 hash, int nHashType, CScript& scriptSigRet) { CKey key; if (!keystore.GetKey(address, key)) return false; vector<unsigned char> vchSig; if (!key.Sign(hash, vchSig)) return false; vchSig.push_back((unsigned char)nHashType); scriptSigRet << vchSig; return true; } bool SignN(const vector<valtype>& multisigdata, const CKeyStore& keystore, uint256 hash, int nHashType, CScript& scriptSigRet) { int nSigned = 0; int nRequired = multisigdata.front()[0]; for (unsigned int i = 1; i < multisigdata.size()-1 && nSigned < nRequired; i++) { const valtype& pubkey = multisigdata[i]; CKeyID keyID = CPubKey(pubkey).GetID(); if (Sign1(keyID, keystore, hash, nHashType, scriptSigRet)) ++nSigned; } return nSigned==nRequired; } // // Sign scriptPubKey with private keys stored in keystore, given transaction hash and hash type. // Signatures are returned in scriptSigRet (or returns false if scriptPubKey can't be signed), // unless whichTypeRet is TX_SCRIPTHASH, in which case scriptSigRet is the redemption script. // Returns false if scriptPubKey could not be completely satisfied. // bool Solver(const CKeyStore& keystore, const CScript& scriptPubKey, uint256 hash, int nHashType, CScript& scriptSigRet, txnouttype& whichTypeRet) { scriptSigRet.clear(); vector<valtype> vSolutions; if (!Solver(scriptPubKey, whichTypeRet, vSolutions)) return false; CKeyID keyID; switch (whichTypeRet) { case TX_NONSTANDARD: return false; case TX_PUBKEY: keyID = CPubKey(vSolutions[0]).GetID(); return Sign1(keyID, keystore, hash, nHashType, scriptSigRet); case TX_PUBKEYHASH: keyID = CKeyID(uint160(vSolutions[0])); if (!Sign1(keyID, keystore, hash, nHashType, scriptSigRet)) return false; else { CPubKey vch; keystore.GetPubKey(keyID, vch); scriptSigRet << vch; } return true; case TX_SCRIPTHASH: return keystore.GetCScript(uint160(vSolutions[0]), scriptSigRet); case TX_MULTISIG: scriptSigRet << OP_0; // workaround CHECKMULTISIG bug return (SignN(vSolutions, keystore, hash, nHashType, scriptSigRet)); } return false; } int ScriptSigArgsExpected(txnouttype t, const std::vector<std::vector<unsigned char> >& vSolutions) { switch (t) { case TX_NONSTANDARD: return -1; case TX_PUBKEY: return 1; case TX_PUBKEYHASH: return 2; case TX_MULTISIG: if (vSolutions.size() < 1 || vSolutions[0].size() < 1) return -1; return vSolutions[0][0] + 1; case TX_SCRIPTHASH: return 1; // doesn't include args needed by the script } return -1; } bool IsStandard(const CScript& scriptPubKey) { vector<valtype> vSolutions; txnouttype whichType; if (!Solver(scriptPubKey, whichType, vSolutions)) return false; if (whichType == TX_MULTISIG) { unsigned char m = vSolutions.front()[0]; unsigned char n = vSolutions.back()[0]; // Support up to x-of-3 multisig txns as standard if (n < 1 || n > 3) return false; if (m < 1 || m > n) return false; } return whichType != TX_NONSTANDARD; } unsigned int HaveKeys(const vector<valtype>& pubkeys, const CKeyStore& keystore) { unsigned int nResult = 0; BOOST_FOREACH(const valtype& pubkey, pubkeys) { CKeyID keyID = CPubKey(pubkey).GetID(); if (keystore.HaveKey(keyID)) ++nResult; } return nResult; } class CKeyStoreIsMineVisitor : public boost::static_visitor<bool> { private: const CKeyStore *keystore; public: CKeyStoreIsMineVisitor(const CKeyStore *keystoreIn) : keystore(keystoreIn) { } bool operator()(const CNoDestination &dest) const { return false; } bool operator()(const CKeyID &keyID) const { return keystore->HaveKey(keyID); } bool operator()(const CScriptID &scriptID) const { return keystore->HaveCScript(scriptID); } }; bool IsMine(const CKeyStore &keystore, const CTxDestination &dest) { return boost::apply_visitor(CKeyStoreIsMineVisitor(&keystore), dest); } bool IsMine(const CKeyStore &keystore, const CScript& scriptPubKey) { vector<valtype> vSolutions; txnouttype whichType; if (!Solver(scriptPubKey, whichType, vSolutions)) return false; CKeyID keyID; switch (whichType) { case TX_NONSTANDARD: return false; case TX_PUBKEY: keyID = CPubKey(vSolutions[0]).GetID(); return keystore.HaveKey(keyID); case TX_PUBKEYHASH: keyID = CKeyID(uint160(vSolutions[0])); return keystore.HaveKey(keyID); case TX_SCRIPTHASH: { CScript subscript; if (!keystore.GetCScript(CScriptID(uint160(vSolutions[0])), subscript)) return false; return IsMine(keystore, subscript); } case TX_MULTISIG: { // Only consider transactions "mine" if we own ALL the // keys involved. multi-signature transactions that are // partially owned (somebody else has a key that can spend // them) enable spend-out-from-under-you attacks, especially // in shared-wallet situations. vector<valtype> keys(vSolutions.begin()+1, vSolutions.begin()+vSolutions.size()-1); return HaveKeys(keys, keystore) == keys.size(); } } return false; } bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet) { vector<valtype> vSolutions; txnouttype whichType; if (!Solver(scriptPubKey, whichType, vSolutions)) return false; if (whichType == TX_PUBKEY) { addressRet = CPubKey(vSolutions[0]).GetID(); return true; } else if (whichType == TX_PUBKEYHASH) { addressRet = CKeyID(uint160(vSolutions[0])); return true; } else if (whichType == TX_SCRIPTHASH) { addressRet = CScriptID(uint160(vSolutions[0])); return true; } // Multisig txns have more than one address... return false; } bool ExtractDestinations(const CScript& scriptPubKey, txnouttype& typeRet, vector<CTxDestination>& addressRet, int& nRequiredRet) { addressRet.clear(); typeRet = TX_NONSTANDARD; vector<valtype> vSolutions; if (!Solver(scriptPubKey, typeRet, vSolutions)) return false; if (typeRet == TX_MULTISIG) { nRequiredRet = vSolutions.front()[0]; for (unsigned int i = 1; i < vSolutions.size()-1; i++) { CTxDestination address = CPubKey(vSolutions[i]).GetID(); addressRet.push_back(address); } } else { nRequiredRet = 1; CTxDestination address; if (!ExtractDestination(scriptPubKey, address)) return false; addressRet.push_back(address); } return true; } bool VerifyScript(const CScript& scriptSig, const CScript& scriptPubKey, const CTransaction& txTo, unsigned int nIn, bool fValidatePayToScriptHash, int nHashType) { vector<vector<unsigned char> > stack, stackCopy; if (!EvalScript(stack, scriptSig, txTo, nIn, nHashType)) return false; if (fValidatePayToScriptHash) stackCopy = stack; if (!EvalScript(stack, scriptPubKey, txTo, nIn, nHashType)) return false; if (stack.empty()) return false; if (CastToBool(stack.back()) == false) return false; // Additional validation for spend-to-script-hash transactions: if (fValidatePayToScriptHash && scriptPubKey.IsPayToScriptHash()) { if (!scriptSig.IsPushOnly()) // scriptSig must be literals-only return false; // or validation fails const valtype& pubKeySerialized = stackCopy.back(); CScript pubKey2(pubKeySerialized.begin(), pubKeySerialized.end()); popstack(stackCopy); if (!EvalScript(stackCopy, pubKey2, txTo, nIn, nHashType)) return false; if (stackCopy.empty()) return false; return CastToBool(stackCopy.back()); } return true; } bool SignSignature(const CKeyStore &keystore, const CScript& fromPubKey, CTransaction& txTo, unsigned int nIn, int nHashType) { assert(nIn < txTo.vin.size()); CTxIn& txin = txTo.vin[nIn]; // Leave out the signature from the hash, since a signature can't sign itself. // The checksig op will also drop the signatures from its hash. uint256 hash = SignatureHash(fromPubKey, txTo, nIn, nHashType); txnouttype whichType; if (!Solver(keystore, fromPubKey, hash, nHashType, txin.scriptSig, whichType)) return false; if (whichType == TX_SCRIPTHASH) { // Solver returns the subscript that need to be evaluated; // the final scriptSig is the signatures from that // and then the serialized subscript: CScript subscript = txin.scriptSig; // Recompute txn hash using subscript in place of scriptPubKey: uint256 hash2 = SignatureHash(subscript, txTo, nIn, nHashType); txnouttype subType; bool fSolved = Solver(keystore, subscript, hash2, nHashType, txin.scriptSig, subType) && subType != TX_SCRIPTHASH; // Append serialized subscript whether or not it is completely signed: txin.scriptSig << static_cast<valtype>(subscript); if (!fSolved) return false; } // Test solution return VerifyScript(txin.scriptSig, fromPubKey, txTo, nIn, true, 0); } bool SignSignature(const CKeyStore &keystore, const CTransaction& txFrom, CTransaction& txTo, unsigned int nIn, int nHashType) { assert(nIn < txTo.vin.size()); CTxIn& txin = txTo.vin[nIn]; assert(txin.prevout.n < txFrom.vout.size()); const CTxOut& txout = txFrom.vout[txin.prevout.n]; return SignSignature(keystore, txout.scriptPubKey, txTo, nIn, nHashType); } bool VerifySignature(const CTransaction& txFrom, const CTransaction& txTo, unsigned int nIn, bool fValidatePayToScriptHash, int nHashType) { assert(nIn < txTo.vin.size()); const CTxIn& txin = txTo.vin[nIn]; if (txin.prevout.n >= txFrom.vout.size()) return false; const CTxOut& txout = txFrom.vout[txin.prevout.n]; if (txin.prevout.hash != txFrom.GetHash()) return false; return VerifyScript(txin.scriptSig, txout.scriptPubKey, txTo, nIn, fValidatePayToScriptHash, nHashType); } static CScript PushAll(const vector<valtype>& values) { CScript result; BOOST_FOREACH(const valtype& v, values) result << v; return result; } static CScript CombineMultisig(CScript scriptPubKey, const CTransaction& txTo, unsigned int nIn, const vector<valtype>& vSolutions, vector<valtype>& sigs1, vector<valtype>& sigs2) { // Combine all the signatures we've got: set<valtype> allsigs; BOOST_FOREACH(const valtype& v, sigs1) { if (!v.empty()) allsigs.insert(v); } BOOST_FOREACH(const valtype& v, sigs2) { if (!v.empty()) allsigs.insert(v); } // Build a map of pubkey -> signature by matching sigs to pubkeys: assert(vSolutions.size() > 1); unsigned int nSigsRequired = vSolutions.front()[0]; unsigned int nPubKeys = vSolutions.size()-2; map<valtype, valtype> sigs; BOOST_FOREACH(const valtype& sig, allsigs) { for (unsigned int i = 0; i < nPubKeys; i++) { const valtype& pubkey = vSolutions[i+1]; if (sigs.count(pubkey)) continue; // Already got a sig for this pubkey if (CheckSig(sig, pubkey, scriptPubKey, txTo, nIn, 0)) { sigs[pubkey] = sig; break; } } } // Now build a merged CScript: unsigned int nSigsHave = 0; CScript result; result << OP_0; // pop-one-too-many workaround for (unsigned int i = 0; i < nPubKeys && nSigsHave < nSigsRequired; i++) { if (sigs.count(vSolutions[i+1])) { result << sigs[vSolutions[i+1]]; ++nSigsHave; } } // Fill any missing with OP_0: for (unsigned int i = nSigsHave; i < nSigsRequired; i++) result << OP_0; return result; } static CScript CombineSignatures(CScript scriptPubKey, const CTransaction& txTo, unsigned int nIn, const txnouttype txType, const vector<valtype>& vSolutions, vector<valtype>& sigs1, vector<valtype>& sigs2) { switch (txType) { case TX_NONSTANDARD: // Don't know anything about this, assume bigger one is correct: if (sigs1.size() >= sigs2.size()) return PushAll(sigs1); return PushAll(sigs2); case TX_PUBKEY: case TX_PUBKEYHASH: // Signatures are bigger than placeholders or empty scripts: if (sigs1.empty() || sigs1[0].empty()) return PushAll(sigs2); return PushAll(sigs1); case TX_SCRIPTHASH: if (sigs1.empty() || sigs1.back().empty()) return PushAll(sigs2); else if (sigs2.empty() || sigs2.back().empty()) return PushAll(sigs1); else { // Recur to combine: valtype spk = sigs1.back(); CScript pubKey2(spk.begin(), spk.end()); txnouttype txType2; vector<vector<unsigned char> > vSolutions2; Solver(pubKey2, txType2, vSolutions2); sigs1.pop_back(); sigs2.pop_back(); CScript result = CombineSignatures(pubKey2, txTo, nIn, txType2, vSolutions2, sigs1, sigs2); result << spk; return result; } case TX_MULTISIG: return CombineMultisig(scriptPubKey, txTo, nIn, vSolutions, sigs1, sigs2); } return CScript(); } CScript CombineSignatures(CScript scriptPubKey, const CTransaction& txTo, unsigned int nIn, const CScript& scriptSig1, const CScript& scriptSig2) { txnouttype txType; vector<vector<unsigned char> > vSolutions; Solver(scriptPubKey, txType, vSolutions); vector<valtype> stack1; EvalScript(stack1, scriptSig1, CTransaction(), 0, 0); vector<valtype> stack2; EvalScript(stack2, scriptSig2, CTransaction(), 0, 0); return CombineSignatures(scriptPubKey, txTo, nIn, txType, vSolutions, stack1, stack2); } unsigned int CScript::GetSigOpCount(bool fAccurate) const { unsigned int n = 0; const_iterator pc = begin(); opcodetype lastOpcode = OP_INVALIDOPCODE; while (pc < end()) { opcodetype opcode; if (!GetOp(pc, opcode)) break; if (opcode == OP_CHECKSIG || opcode == OP_CHECKSIGVERIFY) n++; else if (opcode == OP_CHECKMULTISIG || opcode == OP_CHECKMULTISIGVERIFY) { if (fAccurate && lastOpcode >= OP_1 && lastOpcode <= OP_16) n += DecodeOP_N(lastOpcode); else n += 20; } lastOpcode = opcode; } return n; } unsigned int CScript::GetSigOpCount(const CScript& scriptSig) const { if (!IsPayToScriptHash()) return GetSigOpCount(true); // This is a pay-to-script-hash scriptPubKey; // get the last item that the scriptSig // pushes onto the stack: const_iterator pc = scriptSig.begin(); vector<unsigned char> data; while (pc < scriptSig.end()) { opcodetype opcode; if (!scriptSig.GetOp(pc, opcode, data)) return 0; if (opcode > OP_16) return 0; } /// ... and return its opcount: CScript subscript(data.begin(), data.end()); return subscript.GetSigOpCount(true); } bool CScript::IsPayToScriptHash() const { // Extra-fast test for pay-to-script-hash CScripts: return (this->size() == 23 && this->at(0) == OP_HASH160 && this->at(1) == 0x14 && this->at(22) == OP_EQUAL); } class CScriptVisitor : public boost::static_visitor<bool> { private: CScript *script; public: CScriptVisitor(CScript *scriptin) { script = scriptin; } bool operator()(const CNoDestination &dest) const { script->clear(); return false; } bool operator()(const CKeyID &keyID) const { script->clear(); *script << OP_DUP << OP_HASH160 << keyID << OP_EQUALVERIFY << OP_CHECKSIG; return true; } bool operator()(const CScriptID &scriptID) const { script->clear(); *script << OP_HASH160 << scriptID << OP_EQUAL; return true; } }; void CScript::SetDestination(const CTxDestination& dest) { boost::apply_visitor(CScriptVisitor(this), dest); } void CScript::SetMultisig(int nRequired, const std::vector<CKey>& keys) { this->clear(); *this << EncodeOP_N(nRequired); BOOST_FOREACH(const CKey& key, keys) *this << key.GetPubKey(); *this << EncodeOP_N(keys.size()) << OP_CHECKMULTISIG; }
[ "root@ubuntu.(none)" ]
root@ubuntu.(none)
25c47bb3c8b68db9d743f265f92c8e70b14f640a
26ad4cc35496d364b31396e43a863aee08ef2636
/SDK/SoT_BP_fod_pineapple_01_a_Burnt_ItemDesc_functions.cpp
fc2e2fd1f30a5e4b54841e9888457d33ca4f2b3a
[]
no_license
cw100/SoT-SDK
ddb9b19ce6ae623299b2b02dee51c29581537ba1
3e6f12384c8e21ed83ef56f00030ca0506d297fb
refs/heads/master
2020-05-05T12:09:55.938323
2019-03-20T14:11:57
2019-03-20T14:11:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
373
cpp
// Sea of Thieves (1.4) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_BP_fod_pineapple_01_a_Burnt_ItemDesc_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- } #ifdef _MSC_VER #pragma pack(pop) #endif
[ "igromanru@yahoo.de" ]
igromanru@yahoo.de
002a70acbb2fa3f1523efbd7e7a930d1298115f3
a6b698105aec67701cdd509cb9a48528786049d2
/RegainEarthCheat/SDK/WB_ShineSmall_functions.cpp
0d84aa9a379f1ce8087cee01fe071ac26e330dcb
[]
no_license
ejiaogl/RegainEarth-Cheat
859d44d8400a3694b4e946061b20d30561c6304f
4136c2c11e78e9dbb305e55556928dfba7f4f620
refs/heads/master
2023-08-29T09:39:45.222291
2021-10-19T19:56:05
2021-10-19T19:56:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,495
cpp
// Name: RegainEart-FirtstStrike, Version: Version-1 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //--------------------------------------------------------------------------- // Function WB_ShineSmall.WB_ShineSmall_C.Construct // (BlueprintCosmetic, Event, Public, BlueprintEvent) void UWB_ShineSmall_C::Construct() { static auto fn = UObject::FindObject<UFunction>("Function WB_ShineSmall.WB_ShineSmall_C.Construct"); UWB_ShineSmall_C_Construct_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; } // Function WB_ShineSmall.WB_ShineSmall_C.ExecuteUbergraph_WB_ShineSmall // (Final, HasDefaults) // Parameters: // int EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UWB_ShineSmall_C::ExecuteUbergraph_WB_ShineSmall(int EntryPoint) { static auto fn = UObject::FindObject<UFunction>("Function WB_ShineSmall.WB_ShineSmall_C.ExecuteUbergraph_WB_ShineSmall"); UWB_ShineSmall_C_ExecuteUbergraph_WB_ShineSmall_Params params; params.EntryPoint = EntryPoint; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; } } #ifdef _MSC_VER #pragma pack(pop) #endif
[ "64608145+Fischsalat@users.noreply.github.com" ]
64608145+Fischsalat@users.noreply.github.com
840a11c66088430a67f568cf974fb2066a305acd
602e0f4bae605f59d23688cab5ad10c21fc5a34f
/MyToolKit/Stock/CapitalFlows163.h
60bf755ab364ca30ded88e757e9d0c08de7f572e
[]
no_license
yanbcxf/cpp
d7f26056d51f85254ae1dd2c4e8e459cfefb2fb6
e059b02e7f1509918bbc346c555d42e8d06f4b8f
refs/heads/master
2023-08-04T04:40:43.475657
2023-08-01T14:03:44
2023-08-01T14:03:44
172,408,660
8
5
null
null
null
null
GB18030
C++
false
false
1,280
h
#pragma once #include "stockdatamodel.h" // 网易 个股资金流向 class CCapitalFlows163 : public CStockDataModel { public: CCapitalFlows163(void); ~CCapitalFlows163(void); public: map<int, string> m_vec_report_date; map<int, double> m_vec_close; map<int, double> m_vec_change_rate; // 涨跌幅 map<int, double> m_vec_turnover_rate; // 换手率 map<int, double> m_vec_flow_in; map<int, double> m_vec_flow_out; map<int, double> m_vec_net_flow; map<int, double> m_vec_main_flow_in; map<int, double> m_vec_main_flow_out; map<int, double> m_vec_main_net_flow; string ModelType(){ return "CCapitalFlows163" /*"网易 个股资金流向"*/; } int CheckReport(vector<string>& arrayHeader, vector<vector<string>>& arrayData); void ParseCsvFile(vector<string>& arrayHeader, vector<vector<string>>& arrayData); bool ParseCsvFileName(string szFileName); void ParseXmlElement(void){} void ImportToDatabase(void); void ExportFromDatabase(double startTime = 0, double endTime = 0); CStockDataModel * NewCopy(){ return NULL; }; string GetDownloadUrl(){return "" ; }; string SaveAsCsv(); string SaveAsCsv_old(); string SqlScript(); string GetCsvFileName(); void NotifyDatabaseImportedToWindow(){} ; private: string LastTradeDateFromDatabase(); };
[ "yangbin@star-net.cn" ]
yangbin@star-net.cn
0a3ce7e183f2f6601f7faa02f4638c90de54ad81
1eb622e1f12c317a1bd0b2da117038c879438d1b
/src/host/os_stat.cpp
0cd52e6969aa7accf413ee0fb265d65288ba08a9
[]
no_license
jared-two-foxes/Build
6579c31520bacd85d31869f4b80e128b8b7bcc81
a6795661403495b588e687a88494bab499a93e9d
refs/heads/master
2021-01-20T00:21:42.190955
2017-05-31T23:48:27
2017-05-31T23:48:27
89,119,354
0
0
null
2017-05-30T05:00:44
2017-04-23T05:22:39
C++
UTF-8
C++
false
false
901
cpp
/** * \file os_stat.c * \brief Retrieve information about a file. * \author Copyright (c) 2011 Jason Perkins and the Premake project */ #include "build.h" #include <sys/stat.h> #include <errno.h> int os_stat(lua_State* L) { struct stat s; const char* filename = luaL_checkstring(L, 1); if (stat(filename, &s) != 0) { lua_pushnil(L); switch (errno) { case EACCES: lua_pushfstring(L, "'%s' could not be accessed", filename); break; case ENOENT: lua_pushfstring(L, "'%s' was not found", filename); break; default: lua_pushfstring(L, "An unknown error %d occured while accessing '%s'", errno, filename); break; } return 2; } lua_newtable(L); lua_pushstring(L, "mtime"); lua_pushinteger(L, (lua_Integer)s.st_mtime); lua_settable(L, -3); lua_pushstring(L, "size"); lua_pushnumber(L, (lua_Number)s.st_size); lua_settable(L, -3); return 1; }
[ "jared@rushdigital.co.nz" ]
jared@rushdigital.co.nz
0a6dc2453859f9054c31166a500361d6c7049122
fc833788e798460d3fb153fbb150ea5263daf878
/boj/2000~2999/2438.cpp
b12b55829900cf8f4856e04383f7ab83168732bd
[]
no_license
ydk1104/PS
a50afdc4dd15ad1def892368591d4bd1f84e9658
2c791b267777252ff4bf48a8f54c98bcdcd64af9
refs/heads/master
2021-07-18T08:19:34.671535
2020-09-02T17:45:59
2020-09-02T17:45:59
208,404,564
4
0
null
null
null
null
UTF-8
C++
false
false
166
cpp
#include<stdio.h> int main(void){ int N; scanf("%d", &N); for(int i=1; i<=N; i++){ for(int j=1; j<=i; j++){ printf("*"); } printf("\n"); } return 0; }
[ "ydk1104@naver.com" ]
ydk1104@naver.com
dd6ae92d2813f6391b38189576de9480820860a9
f77027202ebed6bd688d43804d131c79e9f8a74d
/Hacking/BitManipulation.cpp
7d291faa096fd92d01770c8635d031aab1ba23c9
[]
no_license
dekasthiti/Hacking
375e0fe7cbfd5c28deead724bc01bea2f1ee0ddb
d18286a1841c8bf6d23b06ca994c542570284a3e
refs/heads/master
2021-01-09T20:52:00.888264
2017-11-10T07:13:04
2017-11-10T07:13:04
59,034,184
0
0
null
null
null
null
UTF-8
C++
false
false
4,952
cpp
#include "BitManipulation.h" #include <iostream> #include <stack> #include <vector> #include <algorithm> #include <bitset> // For: Binary representation using namespace std; void decimalToBinary() { unsigned int N; // Only positive number? cout << "\nEnter the number you wish to convert: "; cin >> N; stack<unsigned int> s; vector<unsigned int> consecutiveOnes; // Convert to Binary while (N != 0) { unsigned int rem = N % 2; s.push(rem); N = N >> 1; } cout << "\nBinary :"; unsigned int oneCount = 0; unsigned int zeroCount = 0; while (s.size() != 0) { unsigned int tmp = s.top(); if (tmp == 1) { oneCount++; } else { consecutiveOnes.push_back(oneCount); // this is not optimal. Consider input 16. You will be inserting for every 0. zeroCount++; oneCount = 0; //reset } cout << tmp; s.pop(); } if (zeroCount == 0) { consecutiveOnes.push_back(oneCount); //if you never encountered a zero, you would never get a chance to push back } sort(consecutiveOnes.begin(), consecutiveOnes.end()); cout << "\nMaximum consecutive ones: " << consecutiveOnes.back(); return; } int setBit(int N, int i) { if (i >= 0 && i < 32) { unsigned mask = 1 << (i); N = N | mask; } else { if (i < 0) cout << "\nCannot set bit < 0!!" << endl; else if(i > 31) cout << "\nCannot set bit > 31!" << endl; } return N; } void setBit_main() { int N; cout << endl << "========Set Bit============" << endl; cout << "Enter a number: "; cin >> N; cout << "You entered 0x" << hex << N; bitset<32> x(N); cout << " (" << x << ")" << endl; int i; cout << "Enter the bit # you want to set: "; cin >> i; N = setBit(N, i); bitset<32> y(N); cout<< "Number after setting bit " << i << " is 0x" << hex << N << " (" << y << ")" << endl; } int getBit(int N, int i) { int bit = 0; if (i >= 0 && i < 32) { int getMask = (1); bit = (N >> i) & getMask; } else { if (i < 0) cout << "\nCannot get bit < 0!!" << endl; else if (i > 31) cout << "\nCannot get bit > 31!!" << endl; } return bit; } void getBit_main() { int N; cout << endl << "========Get Bit============" << endl; cout << "Enter a number: "; cin >> N; cout << "You entered 0x" << hex << N; bitset<32> x(N); cout << " (" << x << ")" << endl; int i; cout << "Enter the bit # you want to get "; cin >> i; int a = getBit(N, i); bitset<1> y(a); cout << i << "th bit is: " << y << endl; } int unsetBit(int N, int i) { if (i >= 0 && i < 32) { N = N & ~(1 << i); } else { if (i < 0) cout << "\nCannot unset bit < 0 !!" << endl; else if (i >= 32) cout << "\nCannot unset bit >= 32 !!" << endl; } return N; } void unsetBit_main() { int N; cout << endl << "========Unset Bit============" << endl; cout << "Enter a number: "; cin >> N; cout << "You entered 0x" << hex << N; bitset<32> x(N); cout << " (" << x << ")" << endl; int i; cout << "Enter the bit # you want to unset "; cin >> i; N = unsetBit(N, i); bitset<32> y(N); cout << "Number after unsetting bit " << i << " is 0x" << hex << N << " (" << y << ")" << endl; } int modifyBit(int N, int i) { int j = getBit(N, i); if (j == 1) N = unsetBit(N, i); else N = setBit(N, i); return N; } void modifyBit_main() { int N; cout << endl << "========Modify Bit============" << endl; cout << "Enter a number: "; cin >> N; cout << "You entered 0x" << hex << N; bitset<32> x(N); cout << " (" << x << ")" << endl; int i; cout << "Enter the bit # you want to modify "; cin >> i; N = modifyBit(N, i); bitset<32> y(N); cout << "Number after modifying bit " << i << " is 0x" << hex << N << " (" << y << ")" << endl; } int fitMinN(int N, int M, int j, int i) { int oneMask = 0; int zeroMask = 0; // First, the unset mask for N for (int a = i; a <= j; a++) { oneMask = oneMask | (1 << a); } cout << "One mask: " << bitset<32>(oneMask) << endl; // Negate the mask to get inverse zeroMask = ~oneMask; cout << "Zero mask: " << bitset<32>(zeroMask) << endl; // Modify N N = N & zeroMask; cout << "After masking N from i to j: " << bitset<32>(N) << endl; // Shift M to j cout << "Shifting M to " << j << endl; M = M << j; cout << bitset<32>(M) << endl; // So you get only i to j of M //M = M & oneMask; //cout << "After masking M so we get only i to j of M " << bitset<32>(M) << endl; // Insert M in N N = N | M; cout << "After inserting M in N: " << bitset<32>(N) << endl; return N; } void fitMinN_main() { int M, N, i, j; cout << endl << "========Fit M in N between j and i bit============" << endl; cout << "Enter N: "; cin >> N; bitset<32> n(N); cout << "You entered: " << N << "(" << n << ")" << endl; cout << "Enter M: "; cin >> M; bitset<32> m(M); cout << "You entered: " << M << "(" << m << ")" << endl; cout << "Enter j: "; cin >> j; cout << "Enter i: "; cin >> i; N = fitMinN(N, M, j, i); bitset<32> k(N); cout << "N after inserting M: " << k <<endl; }
[ "dekasthiti@gmail.com" ]
dekasthiti@gmail.com
4f395e7cedc474b85e1f07940c0d26530de479a8
4ad888ef067315ea9995c6a593bd3be6fdcd6ee4
/source/gsgamelib/src/gs/Rendering/GraphicsEngine.h
06ac4978c6304dfa1db73b26119f06a24f332ad8
[ "MIT" ]
permissive
amaiorano/StarFox
4314346e1368ab74ea49b6ddd62903be2de2a5f7
6e7751589c70fdf9d559ba300f220f08e37ca7f6
refs/heads/master
2021-01-10T18:41:51.931386
2016-11-15T03:22:33
2016-11-15T03:22:33
20,550,699
8
2
null
null
null
null
UTF-8
C++
false
false
2,120
h
#ifndef _GRAPHICS_ENGINE_H_ #define _GRAPHICS_ENGINE_H_ #include "gs/Base/Base.h" #include <functional> namespace ScreenMode { enum Type { FullScreen, Windowed }; } namespace VertSync { enum Type { Enable, Disable }; } class Viewport { public: Viewport(float32 x, float32 y, float32 width, float32 height) : m_x(x), m_y(y), m_width(width), m_height(height) {} float32 X() const { return m_x; } float32 Y() const { return m_y; } float32 Width() const { return m_width; } float32 Height() const { return m_height; } private: float32 m_x, m_y, m_width, m_height; }; // Base interface to graphics engine. class GraphicsEngine { protected: GraphicsEngine() {} public: virtual ~GraphicsEngine() {} // Returns singleton instance static GraphicsEngine& Instance(); // Initialize graphics engine, sets resolution, and sets up single viewport to fill screen/window virtual void Initialize(const char* title, int width, int height, int bpp, ScreenMode::Type screenMode, VertSync::Type vertSync) = 0; // Shuts down graphics engine virtual void Shutdown() = 0 ; // Call once per frame, sets bQuit to true if user tries to quit, false otherwise virtual void Update(bool& bQuit) = 0; // (Optional) If set, when window is resized, callback will be invoked with new window dimensions. // Set before invoking Initialize() to get the initial callback when the window is created. typedef std::function<void (GraphicsEngine& gfxEngine, float32 newWidth, float32 newHeight)> WindowResizedCallback; void SetWindowResizedCallback(const WindowResizedCallback& callback) { m_windowResizedCallback = callback; } // Sets the active viewport (portion of screen to start rendering to) void SetActiveViewport(const Viewport& viewport) { DoSetActiveViewport(viewport); } // Sets window title (if applicable) virtual void SetTitle(const char* title) = 0; // Returns true if the window has input focus virtual bool HasFocus() const = 0; protected: virtual void DoSetActiveViewport(const Viewport& viewport) = 0; WindowResizedCallback m_windowResizedCallback; }; #endif // _GRAPHICS_ENGINE_H_
[ "amaiorano@gmail.com" ]
amaiorano@gmail.com
19b52ec4e3eeb314b57cac7716fe7a102c26e8b4
781ed883fc72aad5d39d5e5709cff119c339f2f6
/Competencias/dia-6-Jul21/I-Island_Puzzle.cpp
12a3f492ba244ba6ed9eae19f3c1cb2f88d074c7
[]
no_license
AgustinDoige/Training_Camp_2020-NCN
16d9867eba6ef9a635e32a7e62a45ed1904a25a8
b60d3620e39ccf5078d9732a1e4816c63acc290e
refs/heads/master
2022-11-20T01:55:39.400758
2020-07-25T04:08:25
2020-07-25T04:08:25
278,958,507
0
0
null
null
null
null
UTF-8
C++
false
false
759
cpp
#include <bits/stdc++.h> using namespace std; #define DBG(x) cout << #x << " = " << (x) << "\n" #define END(e) {cout << (e) << "\n"; return EXIT_SUCCESS;} int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int n, aux, offset; cin >> n; --n; int configInicial[n], configFinal[n]; for(int i=0; i<n; ++i) { cin >> configInicial[i]; if(configInicial[i]==0)--i; } for(int i=0; i<n; ++i) { cin >> configFinal[i]; if(configFinal[i]==0)--i; } aux = configInicial[0]; for(offset=0; offset<n; ++offset) { if(configFinal[offset]==aux)break; } for(int i=1; i<n; ++i) { if(configInicial[i]!=configFinal[(i+offset)%n])END("NO") } END("YES") }
[ "agu-amd@hotmail.com" ]
agu-amd@hotmail.com
bc02fb26426ade561f34595b8586b84c2f1b8961
bb4def5f125dbfd542cde75c909b754c7b0d5dca
/JungWoo/myProject/pdkFileManagement/mainwindow.cpp
4100d5fe89a5b668056ffebf429efbd0336ade7c
[]
no_license
dlawjddnrj/git_test
ca69f5af4a32906432901c31d5c1ed8b74ffd824
8b2526fb3f6a606d4b8f2bd46b8a858142ee63d1
refs/heads/master
2023-04-17T22:58:54.912503
2021-04-21T07:46:30
2021-04-21T07:46:30
224,310,680
0
0
null
null
null
null
UTF-8
C++
false
false
4,862
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), // Qt::FramelessWindowHint를 parent, 옆에 쓰면 타이틀이 사라짐 ui(new Ui::MainWindow) { ui->setupUi(this); QString addStyle = "color: white; background: blue"; QString loadStyle = "color: white; background: green"; QString removeStyle = "color: white; background: red"; QString quitStyle = "color: white; background: black"; ui->pushButton_add->setStyleSheet(addStyle); ui->pushButton_load->setStyleSheet(loadStyle); ui->pushButton_delete->setStyleSheet(removeStyle); ui->pushButton_quit->setStyleSheet(quitStyle); QTimer *timer = new QTimer(this); connect(timer, SIGNAL(timeout()), this, SLOT(showTime())); timer->start(); /* { mainwindow의 배경화면 이미지 설정하는 코드. (이상해서 보완해야 함) QPixmap background(":/backgroundImage.png"); QPalette p(palette()); p.setBrush(QPalette::Background, background); setAutoFillBackground(true); setPalette(p); } */ } void MainWindow::showTime() { QTime time = QTime::currentTime(); QString time_text = time.toString("hh : mm : ss"); ui->label_nowTime->setText(time_text); QDateTime stCurrentDateTime; stCurrentDateTime = QDateTime::currentDateTimeUtc(); stCurrentDateTime = stCurrentDateTime.addSecs(9); QString date_text = stCurrentDateTime.toString(); // ui->label_nowDate->setText(date_text); } MainWindow::~MainWindow() { delete ui; } void MainWindow::keyPressEvent(QKeyEvent *event) { QString text; switch(event->key()) { case Qt::Key_Enter: text ="Key_Enter"; break; case 16777220: text = "Key_Enter"; break; default: break; } //qDebug() << QString::number(event->key()); if(text == "Key_Enter") { on_pushButton_add_clicked(); } else { return; } } void MainWindow::on_pushButton_add_clicked() { QTableWidgetItem *tableItem = new QTableWidgetItem(); QString path = "C:/Git_Group_Server/JungWoo/pdkFileManagement"; QDir dir(path); dir.mkpath(path); QString mFilename = "C:/Git_Group_Server/JungWoo/pdkFileManagement/pdklist.txt"; tableItem->setText(ui->lineEdit->text()); if(tableItem->text() != "") { for(int i = 0; i < 1; i++) { ui->tableWidget->insertRow(i); ui->tableWidget->setItem(i, 0, tableItem); } } QFile mFile(mFilename); QTextStream out(&mFile); if (!mFile.open(QFile::WriteOnly | QFile::Append | QFile::Text)) { QMessageBox::critical(this, "pdkFileManagement", "Input failed because file does not exist."); return; } int index = tableItem->row(); QString userInput = ui->tableWidget->item(index, 0)->text(); out << userInput << endl; ui->lineEdit->setText(""); // add 버튼을 누르고 .txt 파일에 저장 후 lineEdit에는 텍스트를 자동으로 지워주는 단계. mFile.flush(); mFile.close(); } void MainWindow::on_pushButton_quit_clicked() { close(); } void MainWindow::on_pushButton_delete_clicked() { QMessageBox::StandardButton reply = QMessageBox::question(this, "pdkFileManagement", "Will you really delete the text file?", QMessageBox::Yes | QMessageBox::No); if (reply == QMessageBox::Yes) { QFile::remove("C:/Git_Group_Server/JungWoo/pdkFileManagement/pdklist.txt"); // file 삭제 코드 for(int i = 0; i < ui->tableWidget->rowCount(); i++) { // row 삭제 코드 ui->tableWidget->setRowCount(0); ui->tableWidget->removeRow(i); if (ui->tableWidget->rowCount() == 0) { // 제대로 삭제 되었다면 row에는 0이 들어가기 때문에 row가 비어있으면 성공적으로 삭제되었다는 메시지 발생 QMessageBox::information(this, "pdkFileManagement", "The file was deleted successfully!"); } else { QMessageBox::critical(this, "pdkFileManagement", "The deletion failed because an error occurred while deleting the txt file."); return; } } } } void MainWindow::on_pushButton_load_clicked() { QFile mFile("pdklist.txt"); if (!mFile.open(QIODevice::ReadOnly | QIODevice::Text)) { QMessageBox::critical(this, "pdkFileManagement", "Failed to load file because file does not exist. (Make sure that the file exists.)"); return; } QTextStream in(&mFile); while( !in.atEnd() ) { QString line = in.readLine(); qDebug() << line << endl; ui->tableWidget->insertRow(0); ui->tableWidget->setItem(0, 0, new QTableWidgetItem(line)); } mFile.flush(); mFile.close(); }
[ "dlawjddnrj01@github.com" ]
dlawjddnrj01@github.com
d0df239ddad96bad685b57f87b2c1273fca16a3a
7a16692833b31e6bd8e21eb9d9ac5a373feb788e
/Project3/boj2661.cpp
7ceadce8dee8a9a084b0b901cd156c587dadd140
[]
no_license
rkdwlss2/Project3
558298cddb81a7427c68118bcc9406aac6695de1
efbf01e6bcde535b738ea7c55d9ca05a2e9c4571
refs/heads/master
2023-09-05T22:33:57.357142
2021-10-30T08:47:28
2021-10-30T08:47:28
365,490,758
0
0
null
null
null
null
UTF-8
C++
false
false
932
cpp
//#include <iostream> //#include <string> //#include <vector> //using namespace std; //int n; // //bool Check(vector<char>& str, int Len) { // bool Ok = true; // int left = str.size() - 2 * Len; // int right = str.size() - Len; // for (int i = 0; i < Len; i++) { // if (str[left + i] != str[right + i])return false; // } // return true; //} // //bool go(int index, vector<char>& str) { // if (index == n) { // for (auto i : str) { // cout << i; // } // exit(0); // } // for (int i = 1; i <= 3; i++) { // str.push_back('0' + i); // bool Ok = false; // for (int j = 1; j <= str.size() / 2; j++) { // if (Check(str, j )) { // Ok = true; // break; // } // } // if (Ok) { // str.pop_back(); // continue; // } // if (go(index + 1, str))return true; // str.pop_back(); // } // return false; //} // //int main() { // ios::sync_with_stdio(0); // cin.tie(0); // cin >> n; // vector<char> str; // go(0, str); // //}
[ "rkdwlss2@gmail.com" ]
rkdwlss2@gmail.com
f8b8ebf3d49aaef948422bae4900558bf1bdf2a3
d2d4821ca589dee366b0a5ed9c13278786577c57
/codeforces/1253/1253D.cpp
727dda8d26090c639e6f68d305f687a82812708c
[]
no_license
kb1875885205/ACM_ICPC_practice
834a33f7e58b0f91bd8f6a21fcf759e0e9ef4698
b3be1f6264b150e5e5de9192b5664d487825de72
refs/heads/master
2022-04-19T21:04:07.236574
2020-04-13T11:02:09
2020-04-13T11:02:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
791
cpp
#include <bits/stdc++.h> using namespace std; const int MAXN = 2e5 + 5; vector<int>G[MAXN]; bool vis[MAXN]; pair<int, int>pvec[MAXN]; void dfs(int u, int& minn, int& maxn) { vis[u] = 1; minn = min(minn, u); maxn = max(maxn, u); for (auto i : G[u]) if (!vis[i]) dfs(i, minn, maxn); } int main() { int n, m, a, b; scanf("%d%d", &n, &m); for (int i = 1; i <= m; ++i) { scanf("%d%d", &a, &b); G[a].push_back(b); G[b].push_back(a); } int top = 0; for (int i = 1; i <= n; ++i) if (!vis[i]) { pvec[++top].first = n; dfs(i, pvec[top].first, pvec[top].second); } sort(pvec + 1, pvec + top + 1); int cnt = 0, maxn = 0; for (int i = 1; i <= top; ++i) { if (pvec[i].first < maxn) ++cnt; maxn = max(maxn, pvec[i].second); } printf("%d\n", cnt); return 0; }
[ "organic_chemistry@foxmail.com" ]
organic_chemistry@foxmail.com
f11fca55b0cb15ba91fa5d535bbefb49fc3b44c6
6d4001778a2265306d18ff67777e616e695422ab
/include/jpeg/SOS.cpp
12fb478b4a26aed2a2be0bd4525450eae97452ef
[]
no_license
nonifier/back_to_the_picture
9d24d4164f339fcf873dc53a2ba32986642e0c87
bd4ec4b5ea55582ec23cbb5b29d8637720321ade
refs/heads/master
2021-05-06T01:43:17.081926
2017-12-16T12:39:38
2017-12-16T12:39:38
114,457,370
0
0
null
null
null
null
UTF-8
C++
false
false
1,016
cpp
#include "SOS.h" using namespace jpeg; SOS::SOS(Slice data) { header = Marker::ReinterpretSliceToMarkerHeader<decltype(header)>(data); size_t data_size = data.getSize() - sizeof(header); uint8_t* data_ptr = data.getPtr() + sizeof(header); Slice_const dataSlice(data_ptr, data_size); dataBuffer = std::move(Buffer(data_size)); dataBuffer << dataSlice; } SOS::~SOS() {} std::string SOS::getName() const { return "SOS"; } std::string SOS::getInfo() const { std::stringstream ss; ss << std::hex << std::showbase; ss << "code: " << int(header.code) << "\n"; ss << "id: " << int(header.id) << "\n"; ss.flags(0); ss << "data size: " << dataBuffer.getSize() << "\n"; return ss.str(); } uint16_t SOS::getSize() const { size_t header_size = sizeof(header); size_t data_size = dataBuffer.getSize(); return uint16_t( header_size + data_size ); } Slice_const SOS::getHeaderSlice() const { return Marker::getSliceFromHeader(header); } Slice_const SOS::getDataSlice() const { return dataBuffer; }
[ "ogeorget@gmail.com" ]
ogeorget@gmail.com
b997e9ad64b4b2cf31e234f4eced85fb10e30aca
389645a55b1106d35e4da79be677e0c9a382da0a
/timus-Online-Judge/1528.cpp
2c60f4450c78125356a1a565e649349565a311fa
[]
no_license
pacificabhi/CP-Solutions-Online-Judge
9cf1f3b58b19c3fbb8879e58391c1ba9ba304f8f
5e961e6d8f219bb76312b59323cb4da1cbd4aca6
refs/heads/master
2022-08-21T18:19:23.688688
2019-06-25T20:11:14
2019-06-25T20:11:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,162
cpp
#include <bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> #define mp make_pair #define pb push_back #define fi first #define se second #define all(a) a.begin(), a.end() #define fast ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0) #define debug(x) cerr<<#x<<" -> "<<x<<'\n' #define debug2(x,y) cerr<<#x<<" -> "<<x<<" "<<#y<<" -> "<<y<<'\n' #define debug3(x,y,z) cerr<<#x<<" -> "<<x<<" "<<#y<<" -> "<<y<<" "<<#z<<" -> "<<z<<'\n' using namespace std; using namespace __gnu_pbds; typedef long long ll; #define ordered_set tree<ll , null_type, less<ll>, rb_tree_tag, tree_order_statistics_node_update> const ll N = 1e4+7; const ll MOD = 1e9+7; ll g[N],f[N]; ll pf[N], pg[N]; int main(){ fast; ll n, p; while(1){ cin>>n>>p; if(n == 0 && p == 0) break; g[1] = pg[1] = 1; f[1] = pf[1] = 1; for(int i = 2; i < n; i++){ g[i] = (2 * pg[i - 1] + 1) % p; g[i] = (g[i] - ((g[i-1] * g[i-1]) % p) + p)%p; pg[i] = (g[i] + pg[i-1]) % p; } for(int i = 2; i <= n; i++){ f[i] = (pf[i-1] + 1)%p; pf[i] = (pf[i-1] + ((f[i] * g[i]) % p)) % p; } cout<<f[n]<<'\n'; } return 0; }
[ "abhishekad7@gmail.com" ]
abhishekad7@gmail.com
fd6fe12ca1f0fbff554755ad333d00b2d400652d
200f006c6cd1b8e817265ce79eeb563f42b79351
/Practico9/Padre.cpp
ec51ebc36e8e787f4df518e3a5426afc6a5fe1b7
[]
no_license
AgustinBorda/Comparativo
0f84042b2ae06390925b773bfc800940f3c3b440
cb2d0a842b1c0569578f1edd51674a2f99c63294
refs/heads/master
2021-07-08T15:49:01.100230
2020-11-30T15:23:31
2020-11-30T15:23:31
210,692,659
0
0
null
null
null
null
UTF-8
C++
false
false
526
cpp
#include <string> #include <iostream> using namespace std; class Padre { public: string yoSoy() { return "Padre"; } void quienSoy() { cout <<"padre:"<< yoSoy() << endl; } }; class Hijo : public Padre { public: string YoSoy() { return "Hijo"; } void quienSoy() { cout <<"hijo:"<< yoSoy() << endl; } }; int main() { Hijo* h1 = new Hijo(); h1 -> quienSoy(); Padre* p = new Padre(); p -> quienSoy(); Padre* h = new Hijo(); h -> quienSoy(); delete(h1); delete(p); delete(h); }
[ "agustinborda1998@gmail.com" ]
agustinborda1998@gmail.com
fbc3141c299efd7f1e058a2001e65a529c19e3ac
7158c8f383729d9c695238e5090a7770c43597b2
/volumn.cpp
c971a974d1782e77a4cbdfc33c7f674ec5d76ba4
[]
no_license
knoxxr/oddbot
1ae01ba22e8ba64fba4375febfbf463f7fdd8cc5
6c4f545ace3941977846aaad5efbf44477f33892
refs/heads/master
2023-04-24T16:23:21.400733
2021-05-04T13:11:14
2021-05-04T13:11:14
359,399,630
0
0
null
null
null
null
UTF-8
C++
false
false
275
cpp
#include "volumn.h" void volumn::Initialize() { } int volumn::ReadAxis1() { } int volumn::ReadAxis2() { } int volumn::ReadAxis3() { } int volumn::ReadAxis4() { } int volumn::ReadGripper() { }
[ "knoxxr@gmail.com" ]
knoxxr@gmail.com
07739dd39090f7d93ad259dddbf0b77b641d05dc
a9f03067ad951ef9c032d40563ab562b9e578f23
/src/sketch.ino
3e68089afc2df3bce7df026de017cfe072f397f6
[]
no_license
fatcloud/arduino-micro-saver
ac0a8bbdbdf6a8ee485fe9fa3a85e616a9d83507
b7b368a607d3986d0270e175ea2f5a25208bff19
refs/heads/master
2021-01-20T18:28:49.110060
2016-06-06T16:03:10
2016-06-06T16:03:10
60,524,354
0
0
null
null
null
null
UTF-8
C++
false
false
181
ino
#define LED_PIN 2 void setup() { pinMode(LED_PIN, OUTPUT); } void loop() { digitalWrite(LED_PIN, HIGH); delay(100); digitalWrite(LED_PIN, LOW); delay(900); }
[ "victor19871226@hotmail.com" ]
victor19871226@hotmail.com
c77ad692b4c39e2c72e7e42de065ed20abb2a410
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_new_log_4551.cpp
acb8b3d2f0134bb74ad719c77158a39cec716db1
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
200
cpp
ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(00936) "apr_socket_opt_set(SO_RCVBUF): Failed to set " "ProxyReceiveBufferSize, using default");
[ "993273596@qq.com" ]
993273596@qq.com
9eeccd5127f5adf6992c195916dc3dc10ef47484
d372357310af8903c4090e52900e8e92728f26a2
/RealComplexDemo/RealComplexDemo/main.cpp
f0745e6c3ffdbafeeb79854f8d22b1a5ba1adf70
[ "MIT" ]
permissive
RyanMCprog/RealComplexDemo
172fcf539849a792862f8370dd7fe6f73e88d056
745da78cafa571de937f578c979493f498c6d896
refs/heads/main
2023-01-11T11:34:12.908559
2020-11-10T19:43:53
2020-11-10T19:43:53
311,754,473
0
0
null
null
null
null
UTF-8
C++
false
false
553
cpp
#include <iostream> #include <thread> //std::thread #include <mutex> //std::mutex #include <atomic> //std::atomic std::atomic<int> increments = 0; void incrementValue() { for (int i = 0; i < 100000; ++i) { increments.fetch_add(1, std::memory_order_seq_cst); } } int main() { std::thread funThreads[100]; for (size_t i = 0; i < 100; ++i) { funThreads[i] = std::thread(incrementValue); } for (size_t i = 0; i < 100; ++i) { funThreads[i].join(); } std::cout << increments << std::endl; return 0; }
[ "ryanamccoy0@gmail.com" ]
ryanamccoy0@gmail.com
6699f94122438c552f04a20ba13152a9d510c630
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/ThirdParty/IntelTBB/IntelTBB-4.4u3/examples/parallel_for/tachyon/src/parse.cpp
e917833736db0cd8ad8d1dd1fe701ee5b4c44bad
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
19,988
cpp
/* Copyright 2005-2016 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Threading Building Blocks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Threading Building Blocks; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other files to produce an executable, this file does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ /* The original source for this example is Copyright (c) 1994-2008 John E. Stone All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* * parse.cpp - an UltraLame (tm) parser for simple data files... */ // Try preventing lots of GCC warnings about ignored results of fscanf etc. #if !__INTEL_COMPILER #if __GNUC__<4 || __GNUC__==4 && __GNUC_MINOR__<5 // For older versions of GCC, disable use of __wur in GLIBC #undef _FORTIFY_SOURCE #define _FORTIFY_SOURCE 0 #else // Starting from 4.5, GCC has a suppression option #pragma GCC diagnostic ignored "-Wunused-result" #endif #endif //__INTEL_COMPILER #include <stdio.h> #include <math.h> #include <string.h> #include <stdlib.h> #include <ctype.h> /* needed for toupper(), macro.. */ #include "types.h" #include "api.h" /* rendering API */ #define PARSE_INTERNAL #include "parse.h" /* self protos */ #undef PARSE_INTERNAL static texentry textable[NUMTEXS]; /* texture lookup table */ static texentry defaulttex; /* The default texture when a lookup fails */ static int numtextures; /* number of TEXDEF textures */ static int numobjectsparsed; /* total number of objects parsed so far */ static color scenebackcol; /* scene background color */ static int stringcmp(const char * a, const char * b) { size_t i, s, l; s=strlen(a); l=strlen(b); if (s != l) return 1; for (i=0; i<s; i++) { if (toupper(a[i]) != toupper(b[i])) { return 1; } } return 0; } static void reset_tex_table(void) { apitexture apitex; numtextures=0; memset(&textable, 0, sizeof(textable)); apitex.col.r=1.0; apitex.col.g=1.0; apitex.col.b=1.0; apitex.ambient=0.1; apitex.diffuse=0.9; apitex.specular=0.0; apitex.opacity=1.0; apitex.texturefunc=0; defaulttex.tex=rt_texture(&apitex); } static errcode add_texture(void * tex, char name[TEXNAMELEN]) { textable[numtextures].tex=tex; strcpy(textable[numtextures].name, name); numtextures++; if (numtextures > NUMTEXS) { fprintf(stderr, "Parse: %d textures allocated, texture slots full!\n", numtextures); numtextures--; /* keep writing over last texture if we've run out.. */ return PARSEALLOCERR; } return PARSENOERR; } static void * find_texture(char name[TEXNAMELEN]) { int i; for (i=0; i<numtextures; i++) { if (strcmp(name, textable[i].name) == 0) return textable[i].tex; } fprintf(stderr, "Undefined texture '%s', using default. \n",name); return(defaulttex.tex); } apiflt degtorad(apiflt deg) { apiflt tmp; tmp=deg * 3.1415926 / 180.0; return tmp; } static void degvectoradvec(vector * degvec) { vector tmp; tmp.x=degtorad(degvec->x); tmp.y=degtorad(degvec->y); tmp.z=degtorad(degvec->z); *degvec=tmp; } static void InitRot3d(RotMat * rot, apiflt x, apiflt y, apiflt z) { rot->rx1=cos(y)*cos(z); rot->rx2=sin(x)*sin(y)*cos(z) - cos(x)*sin(z); rot->rx3=sin(x)*sin(z) + cos(x)*cos(z)*sin(y); rot->ry1=cos(y)*sin(z); rot->ry2=cos(x)*cos(z) + sin(x)*sin(y)*sin(z); rot->ry3=cos(x)*sin(y)*sin(z) - sin(x)*cos(z); rot->rz1=sin(y); rot->rz2=sin(x)*cos(y); rot->rz3=cos(x)*cos(y); } static void Rotate3d(RotMat * rot, vector * vec) { vector tmp; tmp.x=(vec->x*(rot->rx1) + vec->y*(rot->rx2) + vec->z*(rot->rx3)); tmp.y=(vec->x*(rot->ry1) + vec->y*(rot->ry2) + vec->z*(rot->ry3)); tmp.z=(vec->x*(rot->rz1) + vec->y*(rot->rz2) + vec->z*(rot->rz3)); *vec=tmp; } static void Scale3d(vector * scale, vector * vec) { vec->x=vec->x * scale->x; vec->y=vec->y * scale->y; vec->z=vec->z * scale->z; } static void Trans3d(vector * trans, vector * vec) { vec->x+=trans->x; vec->y+=trans->y; vec->z+=trans->z; } static errcode GetString(FILE * dfile, const char * string) { char data[255]; fscanf(dfile,"%s",data); if (stringcmp(data, string) != 0) { fprintf(stderr, "parse: Expected %s, got %s \n",string, data); fprintf(stderr, "parse: Error while parsing object: %d \n",numobjectsparsed); return PARSEBADSYNTAX; } return PARSENOERR; } unsigned int readmodel(char * modelfile, SceneHandle scene) { FILE * dfile; errcode rc; reset_tex_table(); dfile=NULL; dfile=fopen(modelfile,"r"); if (dfile==NULL) { return PARSEBADFILE; } rc = GetScenedefs(dfile, scene); if (rc != PARSENOERR) return rc; scenebackcol.r = 0.0; /* default background is black */ scenebackcol.g = 0.0; scenebackcol.b = 0.0; numobjectsparsed=0; while ((rc = GetObject(dfile, scene)) == PARSENOERR) { numobjectsparsed++; } fclose(dfile); if (rc == PARSEEOF) rc = PARSENOERR; rt_background(scene, scenebackcol); return rc; } static errcode GetScenedefs(FILE * dfile, SceneHandle scene) { vector Ccenter, Cview, Cup; apiflt zoom, aspectratio; int raydepth, antialiasing; char outfilename[200]; int xres, yres, verbose; float a,b,c; errcode rc = PARSENOERR; rc |= GetString(dfile, "BEGIN_SCENE"); rc |= GetString(dfile, "OUTFILE"); fscanf(dfile, "%s", outfilename); #ifdef _WIN32 if (strcmp (outfilename, "/dev/null") == 0) { strcpy (outfilename, "NUL:"); } #endif rc |= GetString(dfile, "RESOLUTION"); fscanf(dfile, "%d %d", &xres, &yres); rc |= GetString(dfile, "VERBOSE"); fscanf(dfile, "%d", &verbose); rt_scenesetup(scene, outfilename, xres, yres, verbose); rc |= GetString(dfile, "CAMERA"); rc |= GetString(dfile, "ZOOM"); fscanf(dfile, "%f", &a); zoom=a; rc |= GetString(dfile, "ASPECTRATIO"); fscanf(dfile, "%f", &b); aspectratio=b; rc |= GetString(dfile, "ANTIALIASING"); fscanf(dfile, "%d", &antialiasing); rc |= GetString(dfile, "RAYDEPTH"); fscanf(dfile, "%d", &raydepth); rc |= GetString(dfile, "CENTER"); fscanf(dfile,"%f %f %f", &a, &b, &c); Ccenter.x = a; Ccenter.y = b; Ccenter.z = c; rc |= GetString(dfile, "VIEWDIR"); fscanf(dfile,"%f %f %f", &a, &b, &c); Cview.x = a; Cview.y = b; Cview.z = c; rc |= GetString(dfile, "UPDIR"); fscanf(dfile,"%f %f %f", &a, &b, &c); Cup.x = a; Cup.y = b; Cup.z = c; rc |= GetString(dfile, "END_CAMERA"); rt_camerasetup(scene, zoom, aspectratio, antialiasing, raydepth, Ccenter, Cview, Cup); return rc; } static errcode GetObject(FILE * dfile, SceneHandle scene) { char objtype[80]; fscanf(dfile, "%s", objtype); if (!stringcmp(objtype, "END_SCENE")) { return PARSEEOF; /* end parsing */ } if (!stringcmp(objtype, "TEXDEF")) { return GetTexDef(dfile); } if (!stringcmp(objtype, "TEXALIAS")) { return GetTexAlias(dfile); } if (!stringcmp(objtype, "BACKGROUND")) { return GetBackGnd(dfile); } if (!stringcmp(objtype, "CYLINDER")) { return GetCylinder(dfile); } if (!stringcmp(objtype, "FCYLINDER")) { return GetFCylinder(dfile); } if (!stringcmp(objtype, "POLYCYLINDER")) { return GetPolyCylinder(dfile); } if (!stringcmp(objtype, "SPHERE")) { return GetSphere(dfile); } if (!stringcmp(objtype, "PLANE")) { return GetPlane(dfile); } if (!stringcmp(objtype, "RING")) { return GetRing(dfile); } if (!stringcmp(objtype, "BOX")) { return GetBox(dfile); } if (!stringcmp(objtype, "SCALARVOL")) { return GetVol(dfile); } if (!stringcmp(objtype, "TRI")) { return GetTri(dfile); } if (!stringcmp(objtype, "STRI")) { return GetSTri(dfile); } if (!stringcmp(objtype, "LIGHT")) { return GetLight(dfile); } if (!stringcmp(objtype, "SCAPE")) { return GetLandScape(dfile); } if (!stringcmp(objtype, "TPOLYFILE")) { return GetTPolyFile(dfile); } fprintf(stderr, "Found bad token: %s expected an object type\n", objtype); return PARSEBADSYNTAX; } static errcode GetVector(FILE * dfile, vector * v1) { float a, b, c; fscanf(dfile, "%f %f %f", &a, &b, &c); v1->x=a; v1->y=b; v1->z=c; return PARSENOERR; } static errcode GetColor(FILE * dfile, color * c1) { float r, g, b; int rc; rc = GetString(dfile, "COLOR"); fscanf(dfile, "%f %f %f", &r, &g, &b); c1->r=r; c1->g=g; c1->b=b; return rc; } static errcode GetTexDef(FILE * dfile) { char texname[TEXNAMELEN]; fscanf(dfile, "%s", texname); add_texture(GetTexBody(dfile), texname); return PARSENOERR; } static errcode GetTexAlias(FILE * dfile) { char texname[TEXNAMELEN]; char aliasname[TEXNAMELEN]; fscanf(dfile, "%s", texname); fscanf(dfile, "%s", aliasname); add_texture(find_texture(aliasname), texname); return PARSENOERR; } static errcode GetTexture(FILE * dfile, void ** tex) { char tmp[255]; errcode rc = PARSENOERR; fscanf(dfile, "%s", tmp); if (!stringcmp("TEXTURE", tmp)) { *tex = GetTexBody(dfile); } else *tex = find_texture(tmp); return rc; } void * GetTexBody(FILE * dfile) { char tmp[255]; float a,b,c,d, phong, phongexp, phongtype; apitexture tex; void * voidtex; errcode rc; rc = GetString(dfile, "AMBIENT"); fscanf(dfile, "%f", &a); tex.ambient=a; rc |= GetString(dfile, "DIFFUSE"); fscanf(dfile, "%f", &b); tex.diffuse=b; rc |= GetString(dfile, "SPECULAR"); fscanf(dfile, "%f", &c); tex.specular=c; rc |= GetString(dfile, "OPACITY"); fscanf(dfile, "%f", &d); tex.opacity=d; fscanf(dfile, "%s", tmp); if (!stringcmp("PHONG", tmp)) { fscanf(dfile, "%s", tmp); if (!stringcmp("METAL", tmp)) { phongtype = RT_PHONG_METAL; } else if (!stringcmp("PLASTIC", tmp)) { phongtype = RT_PHONG_PLASTIC; } else { phongtype = RT_PHONG_PLASTIC; } fscanf(dfile, "%f", &phong); GetString(dfile, "PHONG_SIZE"); fscanf(dfile, "%f", &phongexp); fscanf(dfile, "%s", tmp); } else { phong = 0.0; phongexp = 100.0; phongtype = RT_PHONG_PLASTIC; } fscanf(dfile, "%f %f %f", &a, &b, &c); tex.col.r = a; tex.col.g = b; tex.col.b = c; rc |= GetString(dfile, "TEXFUNC"); fscanf(dfile, "%d", &tex.texturefunc); if (tex.texturefunc >= 7) { /* if its an image map, we need a filename */ fscanf(dfile, "%s", tex.imap); } if (tex.texturefunc != 0) { rc |= GetString(dfile, "CENTER"); rc |= GetVector(dfile, &tex.ctr); rc |= GetString(dfile, "ROTATE"); rc |= GetVector(dfile, &tex.rot); rc |= GetString(dfile, "SCALE"); rc |= GetVector(dfile, &tex.scale); } if (tex.texturefunc == 9) { rc |= GetString(dfile, "UAXIS"); rc |= GetVector(dfile, &tex.uaxs); rc |= GetString(dfile, "VAXIS"); rc |= GetVector(dfile, &tex.vaxs); } voidtex = rt_texture(&tex); rt_tex_phong(voidtex, phong, phongexp, (int) phongtype); return voidtex; } static errcode GetLight(FILE * dfile) { apiflt rad; vector ctr; apitexture tex; float a; errcode rc; memset(&tex, 0, sizeof(apitexture)); rc = GetString(dfile,"CENTER"); rc |= GetVector(dfile, &ctr); rc |= GetString(dfile,"RAD"); fscanf(dfile,"%f",&a); /* read in radius */ rad=a; rc |= GetColor(dfile, &tex.col); rt_light(rt_texture(&tex), ctr, rad); return rc; } static errcode GetBackGnd(FILE * dfile) { float r,g,b; fscanf(dfile, "%f %f %f", &r, &g, &b); scenebackcol.r=r; scenebackcol.g=g; scenebackcol.b=b; return PARSENOERR; } static errcode GetCylinder(FILE * dfile) { apiflt rad; vector ctr, axis; void * tex; float a; errcode rc; rc = GetString(dfile, "CENTER"); rc |= GetVector(dfile, &ctr); rc |= GetString(dfile, "AXIS"); rc |= GetVector(dfile, &axis); rc |= GetString(dfile, "RAD"); fscanf(dfile, "%f", &a); rad=a; rc |= GetTexture(dfile, &tex); rt_cylinder(tex, ctr, axis, rad); return rc; } static errcode GetFCylinder(FILE * dfile) { apiflt rad; vector ctr, axis; vector pnt1, pnt2; void * tex; float a; errcode rc; rc = GetString(dfile, "BASE"); rc |= GetVector(dfile, &pnt1); rc |= GetString(dfile, "APEX"); rc |= GetVector(dfile, &pnt2); ctr=pnt1; axis.x=pnt2.x - pnt1.x; axis.y=pnt2.y - pnt1.y; axis.z=pnt2.z - pnt1.z; rc |= GetString(dfile, "RAD"); fscanf(dfile, "%f", &a); rad=a; rc |= GetTexture(dfile, &tex); rt_fcylinder(tex, ctr, axis, rad); return rc; } static errcode GetPolyCylinder(FILE * dfile) { apiflt rad; vector * temp; void * tex; float a; int numpts, i; errcode rc; rc = GetString(dfile, "POINTS"); fscanf(dfile, "%d", &numpts); temp = (vector *) malloc(numpts * sizeof(vector)); for (i=0; i<numpts; i++) { rc |= GetVector(dfile, &temp[i]); } rc |= GetString(dfile, "RAD"); fscanf(dfile, "%f", &a); rad=a; rc |= GetTexture(dfile, &tex); rt_polycylinder(tex, temp, numpts, rad); free(temp); return rc; } static errcode GetSphere(FILE * dfile) { apiflt rad; vector ctr; void * tex; float a; errcode rc; rc = GetString(dfile,"CENTER"); rc |= GetVector(dfile, &ctr); rc |= GetString(dfile, "RAD"); fscanf(dfile,"%f",&a); rad=a; rc |= GetTexture(dfile, &tex); rt_sphere(tex, ctr, rad); return rc; } static errcode GetPlane(FILE * dfile) { vector normal; vector ctr; void * tex; errcode rc; rc = GetString(dfile, "CENTER"); rc |= GetVector(dfile, &ctr); rc |= GetString(dfile, "NORMAL"); rc |= GetVector(dfile, &normal); rc |= GetTexture(dfile, &tex); rt_plane(tex, ctr, normal); return rc; } static errcode GetVol(FILE * dfile) { vector min, max; int x,y,z; char fname[255]; void * tex; errcode rc; rc = GetString(dfile, "MIN"); rc |= GetVector(dfile, &min); rc |= GetString(dfile, "MAX"); rc |= GetVector(dfile, &max); rc |= GetString(dfile, "DIM"); fscanf(dfile, "%d %d %d ", &x, &y, &z); rc |= GetString(dfile, "FILE"); fscanf(dfile, "%s", fname); rc |= GetTexture(dfile, &tex); rt_scalarvol(tex, min, max, x, y, z, fname, NULL); return rc; } static errcode GetBox(FILE * dfile) { vector min, max; void * tex; errcode rc; rc = GetString(dfile, "MIN"); rc |= GetVector(dfile, &min); rc |= GetString(dfile, "MAX"); rc |= GetVector(dfile, &max); rc |= GetTexture(dfile, &tex); rt_box(tex, min, max); return rc; } static errcode GetRing(FILE * dfile) { vector normal; vector ctr; void * tex; float a,b; errcode rc; rc = GetString(dfile, "CENTER"); rc |= GetVector(dfile, &ctr); rc |= GetString(dfile, "NORMAL"); rc |= GetVector(dfile, &normal); rc |= GetString(dfile, "INNER"); fscanf(dfile, " %f ", &a); rc |= GetString(dfile, "OUTER"); fscanf(dfile, " %f ", &b); rc |= GetTexture(dfile, &tex); rt_ring(tex, ctr, normal, a, b); return rc; } static errcode GetTri(FILE * dfile) { vector v0,v1,v2; void * tex; errcode rc; rc = GetString(dfile, "V0"); rc |= GetVector(dfile, &v0); rc |= GetString(dfile, "V1"); rc |= GetVector(dfile, &v1); rc |= GetString(dfile, "V2"); rc |= GetVector(dfile, &v2); rc |= GetTexture(dfile, &tex); rt_tri(tex, v0, v1, v2); return rc; } static errcode GetSTri(FILE * dfile) { vector v0,v1,v2,n0,n1,n2; void * tex; errcode rc; rc = GetString(dfile, "V0"); rc |= GetVector(dfile, &v0); rc |= GetString(dfile, "V1"); rc |= GetVector(dfile, &v1); rc |= GetString(dfile, "V2"); rc |= GetVector(dfile, &v2); rc |= GetString(dfile, "N0"); rc |= GetVector(dfile, &n0); rc |= GetString(dfile, "N1"); rc |= GetVector(dfile, &n1); rc |= GetString(dfile, "N2"); rc |= GetVector(dfile, &n2); rc |= GetTexture(dfile, &tex); rt_stri(tex, v0, v1, v2, n0, n1, n2); return rc; } static errcode GetLandScape(FILE * dfile) { void * tex; vector ctr; apiflt wx, wy; int m, n; float a,b; errcode rc; rc = GetString(dfile, "RES"); fscanf(dfile, "%d %d", &m, &n); rc |= GetString(dfile, "SCALE"); fscanf(dfile, "%f %f", &a, &b); wx=a; wy=b; rc |= GetString(dfile, "CENTER"); rc |= GetVector(dfile, &ctr); rc |= GetTexture(dfile, &tex); rt_landscape(tex, m, n, ctr, wx, wy); return rc; } static errcode GetTPolyFile(FILE * dfile) { void * tex; vector ctr, rot, scale; vector v1, v2, v0; char ifname[255]; FILE *ifp; int v, totalpolys; RotMat RotA; errcode rc; totalpolys=0; rc = GetString(dfile, "SCALE"); rc |= GetVector(dfile, &scale); rc |= GetString(dfile, "ROT"); rc |= GetVector(dfile, &rot); degvectoradvec(&rot); InitRot3d(&RotA, rot.x, rot.y, rot.z); rc |= GetString(dfile, "CENTER"); rc |= GetVector(dfile, &ctr); rc |= GetString(dfile, "FILE"); fscanf(dfile, "%s", ifname); rc |= GetTexture(dfile, &tex); if ((ifp=fopen(ifname, "r")) == NULL) { fprintf(stderr, "Can't open data file %s for input!! Aborting...\n", ifname); return PARSEBADSUBFILE; } while (!feof(ifp)) { fscanf(ifp, "%d", &v); if (v != 3) { break; } totalpolys++; v=0; rc |= GetVector(ifp, &v0); rc |= GetVector(ifp, &v1); rc |= GetVector(ifp, &v2); Scale3d(&scale, &v0); Scale3d(&scale, &v1); Scale3d(&scale, &v2); Rotate3d(&RotA, &v0); Rotate3d(&RotA, &v1); Rotate3d(&RotA, &v2); Trans3d(&ctr, &v0); Trans3d(&ctr, &v1); Trans3d(&ctr, &v2); rt_tri(tex, v1, v0, v2); } fclose(ifp); return rc; }
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
8f332320ab64302552001d0592b0fd1e83eca15a
250b2bf594568671a278911b36d561ed6fb01b3d
/Dragon.h
7f8ba217655e95d762dcb439d755d75b1b3d69b9
[]
no_license
Pashka97/Fractal_Curves
b4f8c956f7dae68b1f9c9d7815e8e9e5de8f0514
23f449ff7ac8ce8a1fe7114ef05b84fd1d765669
refs/heads/master
2020-12-25T18:33:12.861145
2017-06-10T21:02:29
2017-06-10T21:02:29
93,965,038
0
0
null
null
null
null
UTF-8
C++
false
false
890
h
// --------------------------Dragon.h----------------------------------------- // Pavel Samsonov CSS 342 // 22 April 2017 // --------------------------------------------------------------------------- // Purpose - Provide a visual representation of the Dragon curve // --------------------------------------------------------------------------- // Notes on specifications, special algorithms, and assumptions. // n/a // --------------------------------------------------------------------------- // Dragon Class #ifndef DRAGON_H #define DRAGON_H #include "Turtle.h" #include <iostream> #include <math.h> using namespace std; class Dragon : Turtle { public: Dragon(float initX = 0.0, float initY = 0.0, float initAngle = 0.0); void leftCurve(int l, float d); //draw a level-l left curve with dist d void rightCurve(int l, float d); //draw a level-l right curve with dist d }; #endif
[ "pashkasams@gmail.com" ]
pashkasams@gmail.com
1a5c2bf0689217c7898ecac5d489052d2e1188b9
a20b9dca0e65480dbc0efc116d11d2a26ee0ba5a
/InterpreterInterface.cpp
4d09927ac1bb9457e2bc1e2da9397e306f31d1b1
[ "MIT" ]
permissive
Jagepard/CppDesignPatterns-Interpreter
d3704cf48259ca71e9055a070df6306bd31c04e8
1027d4f9a4eee7bf4d3aa7e81ff71d93645c7525
refs/heads/master
2021-02-15T12:14:12.642815
2020-03-04T13:33:25
2020-03-04T13:33:25
244,897,784
0
0
MIT
2020-03-04T13:33:26
2020-03-04T12:44:04
C++
UTF-8
C++
false
false
128
cpp
/** * @author : Jagepard <jagepard@yandex.ru> * @license https://mit-license.org/ MIT */ #include "InterpreterInterface.h"
[ "dankorot@gmail.com" ]
dankorot@gmail.com
1d3f4d6d419966ef62d22c270cca165e894d1612
fc960376277eebc97604f67b3a6552136856ce8f
/sdk/inc/datacontainer.h
ff6ab3bc722caafe300dd2ef83a42e368ea1a879
[]
no_license
KernelPanic-OpenSource/Win2K3_NT_public
c3a573fc62da9dec182f7fb55b1c74b5de4d35dd
44221d017659d6050f490d4e4c749d2aca1899b4
refs/heads/master
2023-04-06T21:18:57.161168
2021-04-17T17:24:50
2021-04-17T17:24:50
357,780,552
4
0
null
null
null
null
UTF-8
C++
false
false
50,120
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0361 */ /* Compiler settings for datacontainer.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c_ext, robust error checks: allocation ref bounds_check enum stub_data VC __declspec() decoration level: __declspec(uuid()), __declspec(selectany), __declspec(novtable) DECLSPEC_UUID(), MIDL_INTERFACE() */ //@@MIDL_FILE_HEADING( ) #pragma warning( disable: 4049 ) /* more than 64k source lines */ /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 #endif #include "rpc.h" #include "rpcndr.h" #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of <rpcndr.h> #endif // __RPCNDR_H_VERSION__ #ifndef COM_NO_WINDOWS_H #include "windows.h" #include "ole2.h" #endif /*COM_NO_WINDOWS_H*/ #ifndef __datacontainer_h__ #define __datacontainer_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif /* Forward Declarations */ #ifndef __IWMSDataSourcePlugin_FWD_DEFINED__ #define __IWMSDataSourcePlugin_FWD_DEFINED__ typedef interface IWMSDataSourcePlugin IWMSDataSourcePlugin; #endif /* __IWMSDataSourcePlugin_FWD_DEFINED__ */ #ifndef __IWMSDataSourcePluginCallback_FWD_DEFINED__ #define __IWMSDataSourcePluginCallback_FWD_DEFINED__ typedef interface IWMSDataSourcePluginCallback IWMSDataSourcePluginCallback; #endif /* __IWMSDataSourcePluginCallback_FWD_DEFINED__ */ #ifndef __IWMSDataContainer_FWD_DEFINED__ #define __IWMSDataContainer_FWD_DEFINED__ typedef interface IWMSDataContainer IWMSDataContainer; #endif /* __IWMSDataContainer_FWD_DEFINED__ */ #ifndef __IWMSDataContainerCallback_FWD_DEFINED__ #define __IWMSDataContainerCallback_FWD_DEFINED__ typedef interface IWMSDataContainerCallback IWMSDataContainerCallback; #endif /* __IWMSDataContainerCallback_FWD_DEFINED__ */ #ifndef __IWMSDirectory_FWD_DEFINED__ #define __IWMSDirectory_FWD_DEFINED__ typedef interface IWMSDirectory IWMSDirectory; #endif /* __IWMSDirectory_FWD_DEFINED__ */ /* header files for imported files */ #include "objidl.h" #include "WMSBuffer.h" #include "WMSContext.h" #include "DataContainerVersion.h" #include "wmsPacket.h" #ifdef __cplusplus extern "C"{ #endif void * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void * ); /* interface __MIDL_itf_datacontainer_0000 */ /* [local] */ //***************************************************************************** // // Microsoft Windows Media // Copyright (C) Microsoft Corporation. All rights reserved. // // Automatically generated by Midl from datacontainer.idl // // DO NOT EDIT THIS FILE. // //***************************************************************************** #define WMS_DATA_CONTAINER_NONSEEKABLE 0xFFFFFFFFFFFFFFFF EXTERN_GUID( IID_IWMSDataSourcePlugin, 0xE1CD3525,0x03D7,0x11d2,0x9E,0xED,0x00,0x60,0x97,0xD2,0xD7,0xCF ); EXTERN_GUID( IID_IWMSDataSourcePluginCallback, 0xE1CD3526,0x03D7,0x11d2,0x9E,0xED,0x00,0x60,0x97,0xD2,0xD7,0xCF ); EXTERN_GUID( IID_IWMSDataContainer, 0xE6EE9A13,0x0FCC,0x11d2,0x9E,0xEE,0x00,0x60,0x97,0xD2,0xD7,0xCF ); EXTERN_GUID( IID_IWMSDataContainerCallback, 0x2E34AB82,0x0D3D,0x11d2,0x9E,0xEE,0x00,0x60,0x97,0xD2,0xD7,0xCF ); EXTERN_GUID( IID_IWMSDirectory, 0x6fa365e7, 0xe8b9, 0x437a, 0x8c, 0x4b, 0x65, 0x52, 0xdf, 0xbb, 0xc, 0x57 ); EXTERN_GUID( IID_IWMSUnknownFormat, 0x9b6c9e51, 0x4813, 0x11d2, 0x9e, 0xff, 0x00, 0x60, 0x97, 0xd2, 0xd7, 0xcf ); EXTERN_GUID( IID_IWMSDirectoryFormat, 0x7408ceb0, 0x3a5a, 0x41b6, 0xa5, 0xec, 0x9a, 0x4e, 0x81, 0x1c, 0x96, 0x73 ); EXTERN_GUID( IID_IWMSPlaylistSmilFormat, 0xc34294ea, 0xe111, 0x4fb2, 0xbe, 0x6b, 0xec, 0x68, 0x6a, 0x1a, 0x97, 0x57 ); typedef /* [public] */ enum WMS_DATA_CONTAINER_OPEN_FLAGS { WMS_DATA_CONTAINER_READ_ACCESS = 0x1, WMS_DATA_CONTAINER_WRITE_ACCESS = 0x2, WMS_DATA_CONTAINER_CREATE_NEW_CONTAINER = 0x4, WMS_DATA_CONTAINER_ALLOW_BUFFER_IO = 0x8, WMS_DATA_CONTAINER_SHARED_SOURCE = 0x10 } WMS_DATA_CONTAINER_OPEN_FLAGS; typedef /* [public] */ enum WMS_DIRECTORY_ENTRY_FLAGS { WMS_DIRECTORY_ENTRY_IS_DIRECTORY = 0x1 } WMS_DIRECTORY_ENTRY_FLAGS; typedef /* [public] */ enum WMS_DATA_CONTAINER_GETINFO_VALUES { WMS_DATA_CONTAINER_SIZE = 1, WMS_DATA_CONTAINER_MAX_SUPPORTED_READ_SIZE = 2 } WMS_DATA_CONTAINER_GETINFO_VALUES; typedef /* [public] */ enum WMS_DATA_CONTAINER_GETINFO_FLAGS { WMS_SEEKABLE_CONTAINER = 0x1, WMS_LOCAL_DATA_CONTAINER = 0x2 } WMS_DATA_CONTAINER_GETINFO_FLAGS; typedef /* [public] */ enum WMS_DATA_CONTAINER_ATTRIBUTES { WMS_DATA_CONTAINER_SUPPORTS_ENUMERATION = 0x1 } WMS_DATA_CONTAINER_ATTRIBUTES; typedef unsigned __int64 QWORD; extern RPC_IF_HANDLE __MIDL_itf_datacontainer_0000_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_datacontainer_0000_v0_0_s_ifspec; #ifndef __IWMSDataSourcePlugin_INTERFACE_DEFINED__ #define __IWMSDataSourcePlugin_INTERFACE_DEFINED__ /* interface IWMSDataSourcePlugin */ /* [helpstring][version][uuid][unique][object] */ EXTERN_C const IID IID_IWMSDataSourcePlugin; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("E1CD3525-03D7-11d2-9EED-006097D2D7CF") IWMSDataSourcePlugin : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetDataSourceAttributes( /* [out] */ DWORD *pdwFlags) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetRootDirectories( /* [in] */ LPWSTR *pstrRootDirectoryList, /* [in] */ DWORD dwMaxRoots, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OpenDataContainer( /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUserContext, /* [in] */ IWMSContext *pPresentationContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSBufferAllocator *pBufferAllocator, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OpenDirectory( /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUserContext, /* [in] */ IWMSContext *pPresentationContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSBufferAllocator *pBufferAllocator, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE DeleteDataContainer( /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetDataContainerVersion( /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUserContext, /* [in] */ IWMSContext *pPresContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE CreateDataSourceDirectory( /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE DeleteDirectory( /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext) = 0; }; #else /* C style interface */ typedef struct IWMSDataSourcePluginVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IWMSDataSourcePlugin * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IWMSDataSourcePlugin * This); ULONG ( STDMETHODCALLTYPE *Release )( IWMSDataSourcePlugin * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetDataSourceAttributes )( IWMSDataSourcePlugin * This, /* [out] */ DWORD *pdwFlags); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetRootDirectories )( IWMSDataSourcePlugin * This, /* [in] */ LPWSTR *pstrRootDirectoryList, /* [in] */ DWORD dwMaxRoots, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OpenDataContainer )( IWMSDataSourcePlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUserContext, /* [in] */ IWMSContext *pPresentationContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSBufferAllocator *pBufferAllocator, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OpenDirectory )( IWMSDataSourcePlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUserContext, /* [in] */ IWMSContext *pPresentationContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSBufferAllocator *pBufferAllocator, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *DeleteDataContainer )( IWMSDataSourcePlugin * This, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetDataContainerVersion )( IWMSDataSourcePlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUserContext, /* [in] */ IWMSContext *pPresContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *CreateDataSourceDirectory )( IWMSDataSourcePlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *DeleteDirectory )( IWMSDataSourcePlugin * This, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); END_INTERFACE } IWMSDataSourcePluginVtbl; interface IWMSDataSourcePlugin { CONST_VTBL struct IWMSDataSourcePluginVtbl *lpVtbl; }; #ifdef COBJMACROS #define IWMSDataSourcePlugin_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define IWMSDataSourcePlugin_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define IWMSDataSourcePlugin_Release(This) \ (This)->lpVtbl -> Release(This) #define IWMSDataSourcePlugin_GetDataSourceAttributes(This,pdwFlags) \ (This)->lpVtbl -> GetDataSourceAttributes(This,pdwFlags) #define IWMSDataSourcePlugin_GetRootDirectories(This,pstrRootDirectoryList,dwMaxRoots,pCallback,qwContext) \ (This)->lpVtbl -> GetRootDirectories(This,pstrRootDirectoryList,dwMaxRoots,pCallback,qwContext) #define IWMSDataSourcePlugin_OpenDataContainer(This,pCommandContext,pUserContext,pPresentationContext,pszContainerName,dwFlags,pBufferAllocator,pCallback,qwContext) \ (This)->lpVtbl -> OpenDataContainer(This,pCommandContext,pUserContext,pPresentationContext,pszContainerName,dwFlags,pBufferAllocator,pCallback,qwContext) #define IWMSDataSourcePlugin_OpenDirectory(This,pCommandContext,pUserContext,pPresentationContext,pszContainerName,dwFlags,pBufferAllocator,pCallback,qwContext) \ (This)->lpVtbl -> OpenDirectory(This,pCommandContext,pUserContext,pPresentationContext,pszContainerName,dwFlags,pBufferAllocator,pCallback,qwContext) #define IWMSDataSourcePlugin_DeleteDataContainer(This,pszContainerName,dwFlags,pCallback,qwContext) \ (This)->lpVtbl -> DeleteDataContainer(This,pszContainerName,dwFlags,pCallback,qwContext) #define IWMSDataSourcePlugin_GetDataContainerVersion(This,pCommandContext,pUserContext,pPresContext,pszContainerName,dwFlags,pCallback,qwContext) \ (This)->lpVtbl -> GetDataContainerVersion(This,pCommandContext,pUserContext,pPresContext,pszContainerName,dwFlags,pCallback,qwContext) #define IWMSDataSourcePlugin_CreateDataSourceDirectory(This,pCommandContext,pszContainerName,dwFlags,pCallback,qwContext) \ (This)->lpVtbl -> CreateDataSourceDirectory(This,pCommandContext,pszContainerName,dwFlags,pCallback,qwContext) #define IWMSDataSourcePlugin_DeleteDirectory(This,pszContainerName,dwFlags,pCallback,qwContext) \ (This)->lpVtbl -> DeleteDirectory(This,pszContainerName,dwFlags,pCallback,qwContext) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePlugin_GetDataSourceAttributes_Proxy( IWMSDataSourcePlugin * This, /* [out] */ DWORD *pdwFlags); void __RPC_STUB IWMSDataSourcePlugin_GetDataSourceAttributes_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePlugin_GetRootDirectories_Proxy( IWMSDataSourcePlugin * This, /* [in] */ LPWSTR *pstrRootDirectoryList, /* [in] */ DWORD dwMaxRoots, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePlugin_GetRootDirectories_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePlugin_OpenDataContainer_Proxy( IWMSDataSourcePlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUserContext, /* [in] */ IWMSContext *pPresentationContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSBufferAllocator *pBufferAllocator, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePlugin_OpenDataContainer_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePlugin_OpenDirectory_Proxy( IWMSDataSourcePlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUserContext, /* [in] */ IWMSContext *pPresentationContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSBufferAllocator *pBufferAllocator, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePlugin_OpenDirectory_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePlugin_DeleteDataContainer_Proxy( IWMSDataSourcePlugin * This, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePlugin_DeleteDataContainer_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePlugin_GetDataContainerVersion_Proxy( IWMSDataSourcePlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUserContext, /* [in] */ IWMSContext *pPresContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePlugin_GetDataContainerVersion_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePlugin_CreateDataSourceDirectory_Proxy( IWMSDataSourcePlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePlugin_CreateDataSourceDirectory_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePlugin_DeleteDirectory_Proxy( IWMSDataSourcePlugin * This, /* [in] */ LPWSTR pszContainerName, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataSourcePluginCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePlugin_DeleteDirectory_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __IWMSDataSourcePlugin_INTERFACE_DEFINED__ */ #ifndef __IWMSDataSourcePluginCallback_INTERFACE_DEFINED__ #define __IWMSDataSourcePluginCallback_INTERFACE_DEFINED__ /* interface IWMSDataSourcePluginCallback */ /* [helpstring][version][uuid][unique][object] */ EXTERN_C const IID IID_IWMSDataSourcePluginCallback; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("E1CD3526-03D7-11d2-9EED-006097D2D7CF") IWMSDataSourcePluginCallback : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnOpenDataContainer( /* [in] */ HRESULT hr, /* [in] */ IWMSDataContainer *pDataContainer, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnOpenDirectory( /* [in] */ HRESULT hr, /* [in] */ IWMSDirectory *pDirectory, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnOpenPacketStreamDataContainer( /* [in] */ HRESULT hr, /* [in] */ IUnknown *pLiveDataContainer, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnDeleteDataContainer( /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnGetDataContainerVersion( /* [in] */ HRESULT hr, /* [in] */ IWMSDataContainerVersion *pVersion, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnGetRootDirectories( /* [in] */ HRESULT hr, /* [in] */ DWORD dwNumReturnedRoots, /* [in] */ DWORD dwTotalNumRoots, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnCreateDirectory( /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnDeleteDirectory( /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext) = 0; }; #else /* C style interface */ typedef struct IWMSDataSourcePluginCallbackVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IWMSDataSourcePluginCallback * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IWMSDataSourcePluginCallback * This); ULONG ( STDMETHODCALLTYPE *Release )( IWMSDataSourcePluginCallback * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnOpenDataContainer )( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IWMSDataContainer *pDataContainer, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnOpenDirectory )( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IWMSDirectory *pDirectory, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnOpenPacketStreamDataContainer )( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IUnknown *pLiveDataContainer, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnDeleteDataContainer )( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnGetDataContainerVersion )( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IWMSDataContainerVersion *pVersion, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnGetRootDirectories )( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ DWORD dwNumReturnedRoots, /* [in] */ DWORD dwTotalNumRoots, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnCreateDirectory )( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnDeleteDirectory )( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext); END_INTERFACE } IWMSDataSourcePluginCallbackVtbl; interface IWMSDataSourcePluginCallback { CONST_VTBL struct IWMSDataSourcePluginCallbackVtbl *lpVtbl; }; #ifdef COBJMACROS #define IWMSDataSourcePluginCallback_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define IWMSDataSourcePluginCallback_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define IWMSDataSourcePluginCallback_Release(This) \ (This)->lpVtbl -> Release(This) #define IWMSDataSourcePluginCallback_OnOpenDataContainer(This,hr,pDataContainer,qwContext) \ (This)->lpVtbl -> OnOpenDataContainer(This,hr,pDataContainer,qwContext) #define IWMSDataSourcePluginCallback_OnOpenDirectory(This,hr,pDirectory,qwContext) \ (This)->lpVtbl -> OnOpenDirectory(This,hr,pDirectory,qwContext) #define IWMSDataSourcePluginCallback_OnOpenPacketStreamDataContainer(This,hr,pLiveDataContainer,qwContext) \ (This)->lpVtbl -> OnOpenPacketStreamDataContainer(This,hr,pLiveDataContainer,qwContext) #define IWMSDataSourcePluginCallback_OnDeleteDataContainer(This,hr,qwContext) \ (This)->lpVtbl -> OnDeleteDataContainer(This,hr,qwContext) #define IWMSDataSourcePluginCallback_OnGetDataContainerVersion(This,hr,pVersion,qwContext) \ (This)->lpVtbl -> OnGetDataContainerVersion(This,hr,pVersion,qwContext) #define IWMSDataSourcePluginCallback_OnGetRootDirectories(This,hr,dwNumReturnedRoots,dwTotalNumRoots,qwContext) \ (This)->lpVtbl -> OnGetRootDirectories(This,hr,dwNumReturnedRoots,dwTotalNumRoots,qwContext) #define IWMSDataSourcePluginCallback_OnCreateDirectory(This,hr,qwContext) \ (This)->lpVtbl -> OnCreateDirectory(This,hr,qwContext) #define IWMSDataSourcePluginCallback_OnDeleteDirectory(This,hr,qwContext) \ (This)->lpVtbl -> OnDeleteDirectory(This,hr,qwContext) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePluginCallback_OnOpenDataContainer_Proxy( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IWMSDataContainer *pDataContainer, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePluginCallback_OnOpenDataContainer_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePluginCallback_OnOpenDirectory_Proxy( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IWMSDirectory *pDirectory, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePluginCallback_OnOpenDirectory_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePluginCallback_OnOpenPacketStreamDataContainer_Proxy( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IUnknown *pLiveDataContainer, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePluginCallback_OnOpenPacketStreamDataContainer_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePluginCallback_OnDeleteDataContainer_Proxy( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePluginCallback_OnDeleteDataContainer_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePluginCallback_OnGetDataContainerVersion_Proxy( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IWMSDataContainerVersion *pVersion, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePluginCallback_OnGetDataContainerVersion_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePluginCallback_OnGetRootDirectories_Proxy( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ DWORD dwNumReturnedRoots, /* [in] */ DWORD dwTotalNumRoots, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePluginCallback_OnGetRootDirectories_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePluginCallback_OnCreateDirectory_Proxy( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePluginCallback_OnCreateDirectory_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataSourcePluginCallback_OnDeleteDirectory_Proxy( IWMSDataSourcePluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataSourcePluginCallback_OnDeleteDirectory_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __IWMSDataSourcePluginCallback_INTERFACE_DEFINED__ */ /* interface __MIDL_itf_datacontainer_0136 */ /* [local] */ typedef /* [public][public] */ struct __MIDL___MIDL_itf_datacontainer_0136_0001 { LPOLESTR pstrName; DWORD dwFlags; QWORD qwSize; } WMSDirectoryEntryInfo; extern RPC_IF_HANDLE __MIDL_itf_datacontainer_0136_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_datacontainer_0136_v0_0_s_ifspec; #ifndef __IWMSDataContainer_INTERFACE_DEFINED__ #define __IWMSDataContainer_INTERFACE_DEFINED__ /* interface IWMSDataContainer */ /* [helpstring][version][uuid][unique][object] */ EXTERN_C const IID IID_IWMSDataContainer; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("E6EE9A13-0FCC-11d2-9EEE-006097D2D7CF") IWMSDataContainer : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetContainerFormat( /* [out] */ GUID *pFormat) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetDataSourcePlugin( /* [out] */ IWMSDataSourcePlugin **ppDataSource) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetInfo( /* [in] */ DWORD dwInfoValueId, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE Read( /* [in] */ BYTE *pbBuffer, /* [in] */ QWORD qwOffset, /* [in] */ DWORD dwMaxDataSize, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE Write( /* [in] */ BYTE *pbBuffer, /* [in] */ DWORD dwDataSize, /* [in] */ QWORD qwWritePosition, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetTransferParameters( /* [in] */ QWORD qwDesiredOffset, /* [in] */ DWORD dwDesiredMinSize, /* [in] */ DWORD dwDesiredMaxSize, /* [out] */ QWORD *pqwOffset, /* [out] */ DWORD *pdwSize, /* [out] */ DWORD *pdwBufferAlignment) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE DoDataContainerExtendedCommand( /* [in] */ LPWSTR szCommandName, /* [in] */ IWMSCommandContext *pCommand, /* [in] */ DWORD dwCallFlags, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE FinishParsingPacketlist( /* [in] */ IWMSPacketList *pPacketList) = 0; }; #else /* C style interface */ typedef struct IWMSDataContainerVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IWMSDataContainer * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IWMSDataContainer * This); ULONG ( STDMETHODCALLTYPE *Release )( IWMSDataContainer * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetContainerFormat )( IWMSDataContainer * This, /* [out] */ GUID *pFormat); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetDataSourcePlugin )( IWMSDataContainer * This, /* [out] */ IWMSDataSourcePlugin **ppDataSource); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetInfo )( IWMSDataContainer * This, /* [in] */ DWORD dwInfoValueId, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *Read )( IWMSDataContainer * This, /* [in] */ BYTE *pbBuffer, /* [in] */ QWORD qwOffset, /* [in] */ DWORD dwMaxDataSize, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *Write )( IWMSDataContainer * This, /* [in] */ BYTE *pbBuffer, /* [in] */ DWORD dwDataSize, /* [in] */ QWORD qwWritePosition, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetTransferParameters )( IWMSDataContainer * This, /* [in] */ QWORD qwDesiredOffset, /* [in] */ DWORD dwDesiredMinSize, /* [in] */ DWORD dwDesiredMaxSize, /* [out] */ QWORD *pqwOffset, /* [out] */ DWORD *pdwSize, /* [out] */ DWORD *pdwBufferAlignment); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *DoDataContainerExtendedCommand )( IWMSDataContainer * This, /* [in] */ LPWSTR szCommandName, /* [in] */ IWMSCommandContext *pCommand, /* [in] */ DWORD dwCallFlags, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *FinishParsingPacketlist )( IWMSDataContainer * This, /* [in] */ IWMSPacketList *pPacketList); END_INTERFACE } IWMSDataContainerVtbl; interface IWMSDataContainer { CONST_VTBL struct IWMSDataContainerVtbl *lpVtbl; }; #ifdef COBJMACROS #define IWMSDataContainer_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define IWMSDataContainer_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define IWMSDataContainer_Release(This) \ (This)->lpVtbl -> Release(This) #define IWMSDataContainer_GetContainerFormat(This,pFormat) \ (This)->lpVtbl -> GetContainerFormat(This,pFormat) #define IWMSDataContainer_GetDataSourcePlugin(This,ppDataSource) \ (This)->lpVtbl -> GetDataSourcePlugin(This,ppDataSource) #define IWMSDataContainer_GetInfo(This,dwInfoValueId,pCallback,qwContext) \ (This)->lpVtbl -> GetInfo(This,dwInfoValueId,pCallback,qwContext) #define IWMSDataContainer_Read(This,pbBuffer,qwOffset,dwMaxDataSize,dwFlags,pCallback,qwContext) \ (This)->lpVtbl -> Read(This,pbBuffer,qwOffset,dwMaxDataSize,dwFlags,pCallback,qwContext) #define IWMSDataContainer_Write(This,pbBuffer,dwDataSize,qwWritePosition,pCallback,qwContext) \ (This)->lpVtbl -> Write(This,pbBuffer,dwDataSize,qwWritePosition,pCallback,qwContext) #define IWMSDataContainer_GetTransferParameters(This,qwDesiredOffset,dwDesiredMinSize,dwDesiredMaxSize,pqwOffset,pdwSize,pdwBufferAlignment) \ (This)->lpVtbl -> GetTransferParameters(This,qwDesiredOffset,dwDesiredMinSize,dwDesiredMaxSize,pqwOffset,pdwSize,pdwBufferAlignment) #define IWMSDataContainer_DoDataContainerExtendedCommand(This,szCommandName,pCommand,dwCallFlags,pCallback,qwContext) \ (This)->lpVtbl -> DoDataContainerExtendedCommand(This,szCommandName,pCommand,dwCallFlags,pCallback,qwContext) #define IWMSDataContainer_FinishParsingPacketlist(This,pPacketList) \ (This)->lpVtbl -> FinishParsingPacketlist(This,pPacketList) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainer_GetContainerFormat_Proxy( IWMSDataContainer * This, /* [out] */ GUID *pFormat); void __RPC_STUB IWMSDataContainer_GetContainerFormat_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainer_GetDataSourcePlugin_Proxy( IWMSDataContainer * This, /* [out] */ IWMSDataSourcePlugin **ppDataSource); void __RPC_STUB IWMSDataContainer_GetDataSourcePlugin_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainer_GetInfo_Proxy( IWMSDataContainer * This, /* [in] */ DWORD dwInfoValueId, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataContainer_GetInfo_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainer_Read_Proxy( IWMSDataContainer * This, /* [in] */ BYTE *pbBuffer, /* [in] */ QWORD qwOffset, /* [in] */ DWORD dwMaxDataSize, /* [in] */ DWORD dwFlags, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataContainer_Read_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainer_Write_Proxy( IWMSDataContainer * This, /* [in] */ BYTE *pbBuffer, /* [in] */ DWORD dwDataSize, /* [in] */ QWORD qwWritePosition, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataContainer_Write_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainer_GetTransferParameters_Proxy( IWMSDataContainer * This, /* [in] */ QWORD qwDesiredOffset, /* [in] */ DWORD dwDesiredMinSize, /* [in] */ DWORD dwDesiredMaxSize, /* [out] */ QWORD *pqwOffset, /* [out] */ DWORD *pdwSize, /* [out] */ DWORD *pdwBufferAlignment); void __RPC_STUB IWMSDataContainer_GetTransferParameters_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainer_DoDataContainerExtendedCommand_Proxy( IWMSDataContainer * This, /* [in] */ LPWSTR szCommandName, /* [in] */ IWMSCommandContext *pCommand, /* [in] */ DWORD dwCallFlags, /* [in] */ IWMSDataContainerCallback *pCallback, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataContainer_DoDataContainerExtendedCommand_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainer_FinishParsingPacketlist_Proxy( IWMSDataContainer * This, /* [in] */ IWMSPacketList *pPacketList); void __RPC_STUB IWMSDataContainer_FinishParsingPacketlist_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __IWMSDataContainer_INTERFACE_DEFINED__ */ #ifndef __IWMSDataContainerCallback_INTERFACE_DEFINED__ #define __IWMSDataContainerCallback_INTERFACE_DEFINED__ /* interface IWMSDataContainerCallback */ /* [helpstring][version][uuid][unique][object] */ EXTERN_C const IID IID_IWMSDataContainerCallback; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("2E34AB82-0D3D-11d2-9EEE-006097D2D7CF") IWMSDataContainerCallback : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnGetInfo( /* [in] */ HRESULT hr, /* [in] */ DWORD dwFlags, /* [in] */ QWORD qwInfoValue, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnRead( /* [in] */ HRESULT hr, /* [in] */ DWORD dwActualBytesTransferred, /* [in] */ DWORD dwChangeType, /* [in] */ QWORD qwChangeParameter, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnWrite( /* [in] */ HRESULT hr, /* [in] */ DWORD dwActualBytesTransferred, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnDoDataContainerExtendedCommand( /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext) = 0; }; #else /* C style interface */ typedef struct IWMSDataContainerCallbackVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IWMSDataContainerCallback * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IWMSDataContainerCallback * This); ULONG ( STDMETHODCALLTYPE *Release )( IWMSDataContainerCallback * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnGetInfo )( IWMSDataContainerCallback * This, /* [in] */ HRESULT hr, /* [in] */ DWORD dwFlags, /* [in] */ QWORD qwInfoValue, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnRead )( IWMSDataContainerCallback * This, /* [in] */ HRESULT hr, /* [in] */ DWORD dwActualBytesTransferred, /* [in] */ DWORD dwChangeType, /* [in] */ QWORD qwChangeParameter, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnWrite )( IWMSDataContainerCallback * This, /* [in] */ HRESULT hr, /* [in] */ DWORD dwActualBytesTransferred, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnDoDataContainerExtendedCommand )( IWMSDataContainerCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext); END_INTERFACE } IWMSDataContainerCallbackVtbl; interface IWMSDataContainerCallback { CONST_VTBL struct IWMSDataContainerCallbackVtbl *lpVtbl; }; #ifdef COBJMACROS #define IWMSDataContainerCallback_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define IWMSDataContainerCallback_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define IWMSDataContainerCallback_Release(This) \ (This)->lpVtbl -> Release(This) #define IWMSDataContainerCallback_OnGetInfo(This,hr,dwFlags,qwInfoValue,qwContext) \ (This)->lpVtbl -> OnGetInfo(This,hr,dwFlags,qwInfoValue,qwContext) #define IWMSDataContainerCallback_OnRead(This,hr,dwActualBytesTransferred,dwChangeType,qwChangeParameter,qwContext) \ (This)->lpVtbl -> OnRead(This,hr,dwActualBytesTransferred,dwChangeType,qwChangeParameter,qwContext) #define IWMSDataContainerCallback_OnWrite(This,hr,dwActualBytesTransferred,qwContext) \ (This)->lpVtbl -> OnWrite(This,hr,dwActualBytesTransferred,qwContext) #define IWMSDataContainerCallback_OnDoDataContainerExtendedCommand(This,hr,qwContext) \ (This)->lpVtbl -> OnDoDataContainerExtendedCommand(This,hr,qwContext) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainerCallback_OnGetInfo_Proxy( IWMSDataContainerCallback * This, /* [in] */ HRESULT hr, /* [in] */ DWORD dwFlags, /* [in] */ QWORD qwInfoValue, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataContainerCallback_OnGetInfo_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainerCallback_OnRead_Proxy( IWMSDataContainerCallback * This, /* [in] */ HRESULT hr, /* [in] */ DWORD dwActualBytesTransferred, /* [in] */ DWORD dwChangeType, /* [in] */ QWORD qwChangeParameter, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataContainerCallback_OnRead_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainerCallback_OnWrite_Proxy( IWMSDataContainerCallback * This, /* [in] */ HRESULT hr, /* [in] */ DWORD dwActualBytesTransferred, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataContainerCallback_OnWrite_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDataContainerCallback_OnDoDataContainerExtendedCommand_Proxy( IWMSDataContainerCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext); void __RPC_STUB IWMSDataContainerCallback_OnDoDataContainerExtendedCommand_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __IWMSDataContainerCallback_INTERFACE_DEFINED__ */ #ifndef __IWMSDirectory_INTERFACE_DEFINED__ #define __IWMSDirectory_INTERFACE_DEFINED__ /* interface IWMSDirectory */ /* [helpstring][version][uuid][unique][object] */ EXTERN_C const IID IID_IWMSDirectory; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("6FA365E7-E8B9-437a-8C4B-6552DFBB0C57") IWMSDirectory : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetDataSourcePlugin( /* [out] */ IWMSDataSourcePlugin **ppDataSource) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetName( /* [out] */ LPOLESTR *pstrValue) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetChildInfo( /* [in] */ DWORD dwIndex, /* [out] */ WMSDirectoryEntryInfo *pInfo) = 0; }; #else /* C style interface */ typedef struct IWMSDirectoryVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IWMSDirectory * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IWMSDirectory * This); ULONG ( STDMETHODCALLTYPE *Release )( IWMSDirectory * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetDataSourcePlugin )( IWMSDirectory * This, /* [out] */ IWMSDataSourcePlugin **ppDataSource); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetName )( IWMSDirectory * This, /* [out] */ LPOLESTR *pstrValue); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetChildInfo )( IWMSDirectory * This, /* [in] */ DWORD dwIndex, /* [out] */ WMSDirectoryEntryInfo *pInfo); END_INTERFACE } IWMSDirectoryVtbl; interface IWMSDirectory { CONST_VTBL struct IWMSDirectoryVtbl *lpVtbl; }; #ifdef COBJMACROS #define IWMSDirectory_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define IWMSDirectory_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define IWMSDirectory_Release(This) \ (This)->lpVtbl -> Release(This) #define IWMSDirectory_GetDataSourcePlugin(This,ppDataSource) \ (This)->lpVtbl -> GetDataSourcePlugin(This,ppDataSource) #define IWMSDirectory_GetName(This,pstrValue) \ (This)->lpVtbl -> GetName(This,pstrValue) #define IWMSDirectory_GetChildInfo(This,dwIndex,pInfo) \ (This)->lpVtbl -> GetChildInfo(This,dwIndex,pInfo) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDirectory_GetDataSourcePlugin_Proxy( IWMSDirectory * This, /* [out] */ IWMSDataSourcePlugin **ppDataSource); void __RPC_STUB IWMSDirectory_GetDataSourcePlugin_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDirectory_GetName_Proxy( IWMSDirectory * This, /* [out] */ LPOLESTR *pstrValue); void __RPC_STUB IWMSDirectory_GetName_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSDirectory_GetChildInfo_Proxy( IWMSDirectory * This, /* [in] */ DWORD dwIndex, /* [out] */ WMSDirectoryEntryInfo *pInfo); void __RPC_STUB IWMSDirectory_GetChildInfo_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __IWMSDirectory_INTERFACE_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif
[ "polarisdp@gmail.com" ]
polarisdp@gmail.com
edd9faccfb6c5a4027798b777977382252a3475c
6a69d57c782e0b1b993e876ad4ca2927a5f2e863
/vendor/samsung/common/packages/apps/SBrowser/src/ash/wm/header_painter.h
5819b42168a60d9f8da4749dd6a887de8223784c
[ "BSD-3-Clause" ]
permissive
duki994/G900H-Platform-XXU1BOA7
c8411ef51f5f01defa96b3381f15ea741aa5bce2
4f9307e6ef21893c9a791c96a500dfad36e3b202
refs/heads/master
2020-05-16T20:57:07.585212
2015-05-11T11:03:16
2015-05-11T11:03:16
35,418,464
2
1
null
null
null
null
UTF-8
C++
false
false
5,681
h
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_WM_HEADER_PAINTER_H_ #define ASH_WM_HEADER_PAINTER_H_ #include "ash/ash_export.h" #include "base/basictypes.h" #include "base/compiler_specific.h" // OVERRIDE #include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" #include "ui/gfx/animation/animation_delegate.h" #include "ui/gfx/geometry/rect.h" namespace gfx { class Canvas; class FontList; class ImageSkia; class Point; class Size; class SlideAnimation; } namespace views { class View; class Widget; } namespace ash { class FrameCaptionButtonContainerView; // Helper class for painting the window header. class ASH_EXPORT HeaderPainter : public gfx::AnimationDelegate { public: HeaderPainter(); virtual ~HeaderPainter(); // None of the parameters are owned. void Init(views::Widget* frame, views::View* header_view, views::View* window_icon, FrameCaptionButtonContainerView* caption_button_container); // Returns the bounds of the client view for a window with |header_height| // and |window_bounds|. The return value and |window_bounds| are in the // views::NonClientView's coordinates. static gfx::Rect GetBoundsForClientView(int header_height, const gfx::Rect& window_bounds); // Returns the bounds of the window given |header_height| and |client_bounds|. // The return value and |client_bounds| are in the views::NonClientView's // coordinates. static gfx::Rect GetWindowBoundsForClientBounds( int header_height, const gfx::Rect& client_bounds); // Determines the window HT* code at |point|. Returns HTNOWHERE if |point| is // not within the top |header_height_| of |header_view_|. |point| is in the // coordinates of |header_view_|'s widget. The client view must be hittested // before calling this method because a browser's tabs are in the top // |header_height_| of |header_view_|. int NonClientHitTest(const gfx::Point& point) const; // Returns the header's minimum width. int GetMinimumHeaderWidth() const; // Returns the inset from the right edge. int GetRightInset() const; // Returns the amount that the theme background should be inset. int GetThemeBackgroundXInset() const; // Paints the header. // |theme_frame_overlay_id| is 0 if no overlay image should be used. void PaintHeader(gfx::Canvas* canvas, int theme_frame_id, int theme_frame_overlay_id); // Paints the header/content separator line. Exists as a separate function // because some windows with complex headers (e.g. browsers with tab strips) // need to draw their own line. void PaintHeaderContentSeparator(gfx::Canvas* canvas); // Returns size of the header/content separator line in pixels. int HeaderContentSeparatorSize() const; // Paint the title bar, primarily the title string. void PaintTitleBar(gfx::Canvas* canvas, const gfx::FontList& title_font_list); // Performs layout for the header based on whether we want the shorter // appearance. |shorter_layout| is typically used for maximized windows, but // not always. void LayoutHeader(bool shorter_layout); // Sets the height of the header. The height of the header affects painting, // and non client hit tests. It does not affect layout. void set_header_height(int header_height) { header_height_ = header_height; } // Returns the header height. int header_height() const { return header_height_; } // Schedule a re-paint of the entire title. void SchedulePaintForTitle(const gfx::FontList& title_font_list); // Called when the browser theme changes. void OnThemeChanged(); // Overridden from gfx::AnimationDelegate virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE; private: FRIEND_TEST_ALL_PREFIXES(HeaderPainterTest, TitleIconAlignment); // Returns the header bounds in the coordinates of |header_view_|. The header // is assumed to be positioned at the top left corner of |header_view_| and to // have the same width as |header_view_|. gfx::Rect GetHeaderLocalBounds() const; // Returns the offset between window left edge and title string. int GetTitleOffsetX() const; // Returns the vertical center of the caption button container in window // coordinates. int GetCaptionButtonContainerCenterY() const; // Returns the radius of the header's top corners. int GetHeaderCornerRadius() const; // Get the bounds for the title. The provided |title_font_list| is used to // determine the correct dimensions. gfx::Rect GetTitleBounds(const gfx::FontList& title_font_list); // Not owned views::Widget* frame_; views::View* header_view_; views::View* window_icon_; // May be NULL. FrameCaptionButtonContainerView* caption_button_container_; // The height of the header. int header_height_; // Window frame header/caption parts. const gfx::ImageSkia* top_left_corner_; const gfx::ImageSkia* top_edge_; const gfx::ImageSkia* top_right_corner_; const gfx::ImageSkia* header_left_edge_; const gfx::ImageSkia* header_right_edge_; // Image ids and opacity last used for painting header. int previous_theme_frame_id_; int previous_theme_frame_overlay_id_; // Image ids and opacity we are crossfading from. int crossfade_theme_frame_id_; int crossfade_theme_frame_overlay_id_; scoped_ptr<gfx::SlideAnimation> crossfade_animation_; DISALLOW_COPY_AND_ASSIGN(HeaderPainter); }; } // namespace ash #endif // ASH_WM_HEADER_PAINTER_H_
[ "duki994@gmail.com" ]
duki994@gmail.com
4ac4f66c6e0d11915c6eb38fc2e6a17b288c2d6d
2bdb8ad68ecae7ed34febf488814d06b39018ba1
/forms/settingsdialog.h
ce872f8395255a3add63ea0d87d187079d044d98
[]
no_license
QtPlay/DbLogViewer
d6eec019b98f8f8649770caf169b5884416a423a
6d3ced0019efb2c7ea5765a8235ace692b00f100
refs/heads/master
2020-12-02T21:20:19.212333
2015-05-17T04:08:51
2015-05-17T04:08:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
438
h
#ifndef SETTINGSDIALOG_H #define SETTINGSDIALOG_H #include <QDialog> namespace Ui { class SettingsDialog; } class SettingsDialog : public QDialog { Q_OBJECT public: explicit SettingsDialog(QWidget *parent = 0); ~SettingsDialog(); bool reload(); bool followMode() const; int limit() const; private slots: void on_buttonBox_accepted(); private: Ui::SettingsDialog *ui; }; #endif // SETTINGSDIALOG_H
[ "hkatz@gmx.at" ]
hkatz@gmx.at
c4b6c4af096764635583dfbe434510a21472db1c
cdd6500598b1d41d0652b7442e70ad465573655f
/CodeChef/CNOTE/solution.cpp
13febc1858e0c3106a9219c1f0755c971c9499dd
[]
no_license
svaderia/Competitive-Coding
c491ad12d95eded97fb6287f5c16a5320f3574a7
f42eb61c880c3c04e71e20eb0a0f1258e81629b1
refs/heads/master
2021-06-26T10:36:54.581095
2021-01-05T21:00:17
2021-01-05T21:00:17
185,184,785
1
0
null
null
null
null
UTF-8
C++
false
false
589
cpp
#include <iostream> using namespace std; int main(){ int T; int X, Y, K, N, P, C; int i, i2, i3; int truth = 0; cin >> T; for(i = 0; i < T; i++){ truth = 0; cin >> X >> Y >> K >> N ; int need = X - Y; for ( i2 = 0 ; i2 < N ; i2++){ cin >> P >> C; if( C <= K){ if( P >= need){ truth = 1; } } } if(truth == 0){ cout << "UnluckyChef\n"; }else{ cout << "LuckyChef\n"; } } return 0; }
[ "vaderiashyamal@gmail.com" ]
vaderiashyamal@gmail.com
e5abcd5de0217c27af0d14dc704584ed2bfff46d
b27656b03b9646904c39a4d026cc78aefd6e2cb2
/helpform.cpp
249ab1ff21f6bcd7618b8c26e5e36b92ca1a86c1
[]
no_license
KTS-Intek/Matilda-config
625e93417e72e723929b24e9644aa2f9cfece31d
0ba20040a58543bbe674a079e969ee86475131b3
refs/heads/master
2021-05-23T06:01:13.839057
2021-01-18T07:44:58
2021-01-18T07:44:58
55,237,371
0
0
null
null
null
null
UTF-8
C++
false
false
6,135
cpp
#include "helpform.h" #include "ui_helpform.h" #include <QDesktopServices> #include <QDesktopWidget> #include <QFileInfo> #include <QDir> #include <QSettings> #include "settloader.h" #include <QSaveFile> //-------------------------------------------------------------- HelpForm::HelpForm(QWidget *parent) : QWidget(parent), ui(new Ui::HelpForm) { ui->setupUi(this); myWeb = new WebTextDocument(false); myWeb->setSearchPathsExt(QString("").split(" "), ":/help", "qrc"); timerDec.setInterval(350); timerInc.setInterval(350); ui->vltWeb->addWidget(myWeb); connect(ui->pbBack, SIGNAL(clicked()), myWeb, SLOT(back())); connect(ui->pbForward, SIGNAL(clicked()), myWeb,SLOT(forward())); connect(ui->pbFontDec, SIGNAL(clicked()), this, SLOT(zoomDec())); connect(ui->pbFontInc, SIGNAL(clicked()), this, SLOT(zoomInc())); connect(ui->pbFontNorm, SIGNAL(clicked()), this, SLOT(zoomNorm())); connect(ui->pbFontDec, SIGNAL(pressed()), &timerDec, SLOT(start())); connect(ui->pbFontInc, SIGNAL(pressed()), &timerInc, SLOT(start())); connect(ui->pbFontDec,SIGNAL(released()), &timerDec, SLOT(stop())); connect(ui->pbFontInc,SIGNAL(released()), &timerInc, SLOT(stop())); connect(&timerDec,SIGNAL(timeout()), this, SLOT(zoomDec())); connect(&timerInc, SIGNAL(timeout()), this, SLOT(zoomInc())); connect(myWeb, SIGNAL(loadFinished(bool)), SLOT(slotFinished(bool))); // connect(ui->treeWidget, SIGNAL(itemClicked(QTreeWidgetItem*,int)), this, SLOT(itemClicked(QTreeWidgetItem*,int))); loadAvLang(); loadSettings(); ui->pbFontNorm->setToolTip(tr("x1")); QTimer::singleShot(50, this, SLOT(zoomChanged())); /* QTreeWidgetItem *vykor = new QTreeWidgetItem(myItem); vykor->setText(0, "Использование");*/ reloadLangSett(); connect(ui->cbLang, SIGNAL(currentIndexChanged(int)), SLOT(reloadLangSett()) ); } //-------------------------------------------------------------- HelpForm::~HelpForm() { saveSettings(); delete ui; } //-------------------------------------------------------------- void HelpForm::zoomDec() { myWeb->setZoomFactor(myWeb->zoomFactor()-0.05); zoomChanged(); } //-------------------------------------------------------------- void HelpForm::zoomInc() { myWeb->setZoomFactor(myWeb->zoomFactor()+0.05); zoomChanged(); } //-------------------------------------------------------------- void HelpForm::zoomNorm() { myWeb->setZoomFactor(1); zoomChanged(); } //-------------------------------------------------------------- void HelpForm::slotFinished(bool bOk) { if (!bOk) { myWeb->setHtml(tr("<CENTER>An error has occured while loading the web page</CENTER>")); } ui->pbBack->setEnabled(myWeb->canGoBack()); if(ui->pbBack->isEnabled()) ui->pbBack->setToolTip(myWeb->title()); else ui->pbBack->setToolTip(tr("Back")); ui->pbForward->setEnabled(myWeb->canGoForward()); if(ui->pbForward->isEnabled()) ui->pbForward->setToolTip(myWeb->title()); else ui->pbForward->setToolTip( tr("Forward")); } //-------------------------------------------------------------- void HelpForm::zoomChanged() { ui->pbFontDec->setToolTip(tr("x%1").arg(myWeb->zoomFactor()-0.05)); ui->pbFontInc->setToolTip(tr("x%1").arg(myWeb->zoomFactor()+0.05)); } //-------------------------------------------------------------- void HelpForm::loadSettings() { QString lang = SettLoader::loadSett(SETT_MAIN_CURRLANG).toString(); ui->cbLang->setCurrentIndex(ui->cbLang->findText(lang)); if(ui->cbLang->currentIndex() < 0 && ui->cbLang->count() > 0) ui->cbLang->setCurrentIndex(0); } //-------------------------------------------------------------- void HelpForm::saveSettings() { } //-------------------------------------------------------------- void HelpForm::on_goHome_clicked() { //:/help/help-uk.html myWeb->load(QUrl( QString("qrc:/help/help-%1.html").arg(ui->cbLang->currentText()) )); } //-------------------------------------------------------------- void HelpForm::loadAvLang() { QString pathToDir = ":/help"; // qDebug() << pathToDir; QDir dir(pathToDir); QStringList dirNames = dir.entryList(QStringList("help*")); for(int i = 0, iMax = dirNames.size(); i < iMax; i++){ QString s = dirNames.at(i); if(s.right(5) != ".html") continue; s = s.split("-").last(); s.chop(5); ui->cbLang->addItem(s); } } //-------------------------------------------------------------- void HelpForm::reloadLangSett() { on_goHome_clicked(); } //-------------------------------------------------------------- void HelpForm::on_toolButton_6_clicked() { myWeb->findTextInPage(ui->leFindPteLog_2->text(), ui->checkBox->isChecked()); } void HelpForm::on_toolButton_4_clicked() { myWeb->findTextInPage(ui->leFindPteLog_2->text(), ui->checkBox->isChecked(), true); } void HelpForm::on_pushButton_clicked() { // QProcess::startDetached(QString("qrc:/help/help-%1.").arg(ui->cbLang->currentText()) ); QString fileName = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + QString("/help-%1.pdf").arg(ui->cbLang->currentText()); QString sourceFileName = QString(":/help/help-%1.pdf").arg(ui->cbLang->currentText()); int sourceFileSize = 0; if(true){ QFileInfo fi(sourceFileName); sourceFileSize = fi.size(); } QFileInfo fi(fileName); if(!fi.exists() || fi.size() < 1000 || fi.size() != sourceFileSize){ QSaveFile sfile(fileName); QFile file(sourceFileName); if(sfile.open(QSaveFile::WriteOnly|QSaveFile::Unbuffered)){ file.open(QFile::ReadOnly); sfile.write(file.readAll()); sfile.commit(); file.close(); } } if(fileName.startsWith("/")) fileName = fileName.mid(1); fileName.prepend("file:///"); QDesktopServices::openUrl(QUrl(fileName )); } void HelpForm::on_leFindPteLog_2_returnPressed() { on_toolButton_6_clicked(); }
[ "bohdan@kts-intek.com.ua" ]
bohdan@kts-intek.com.ua
09f81c856ab9755a89231690b0c775538e811f4e
18d0cc08213575165190c02db69f99ce0907da9e
/89.cpp
18e60788e844c824efa6b451195eb22a7015cdd5
[]
no_license
eduardacalderan/exercicios-algoritmos
3a23bf273f79be24d77037c7ada6c3216ace2912
b70e8df5fc130cce1f24c9c757a4233e192e7075
refs/heads/main
2023-08-04T08:53:10.209321
2021-09-09T15:00:52
2021-09-09T15:00:52
404,765,113
0
0
null
null
null
null
ISO-8859-1
C++
false
false
771
cpp
#include <iostream> #include <iomanip> using namespace std; /*89) Faça um programa que receba dez números inteiros e mostre a quantidade de números primos dentre os números que foram digitados.*/ int main() { setlocale(LC_ALL, "Portuguese"); int num, soma, resultado=0, div=2, primo=0; for(int i=1; i<=10; i++) { cout << "Informe o " << i << "° número: "; cin >> num; soma += num; if(num%div==0) { resultado++; } if(resultado==1) { cout<< num <<": É um número primo!"<< endl; primo++; } else { cout<< num << ": Não é um número primo!"<< endl; } } }
[ "noreply@github.com" ]
noreply@github.com
782d7d5b004bf637292d21725c46ac668dcc6463
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14491/function14491_schedule_26/function14491_schedule_26.cpp
36470a668df2aec05d6df9a10a0fe19ee6e724e6
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
881
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14491_schedule_26"); constant c0("c0", 256), c1("c1", 256), c2("c2", 512); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"), i06("i06"); input input00("input00", {i0, i1}, p_int32); computation comp0("comp0", {i0, i1, i2}, input00(i0, i1)); comp0.tile(i0, i1, i2, 32, 128, 128, i01, i02, i03, i04, i05, i06); comp0.parallelize(i01); buffer buf00("buf00", {256, 256}, p_int32, a_input); buffer buf0("buf0", {256, 256, 512}, p_int32, a_output); input00.store_in(&buf00); comp0.store_in(&buf0); tiramisu::codegen({&buf00, &buf0}, "../data/programs/function14491/function14491_schedule_26/function14491_schedule_26.o"); return 0; }
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
f0ec836fdc2695ea938f3b0c99f2dd77a2db2308
e7b312b4cc3355f4ca98313ef2ac9f3b0d81f245
/abc/061/b/b.cpp
8297a3018ae373dec67aa86a8f5b88a250855259
[]
no_license
minus9d/programming_contest_archive
75466ab820e45ee0fcd829e6fac8ebc2accbbcff
0cb9e709f40460305635ae4d46c8ddec1e86455e
refs/heads/master
2023-02-16T18:08:42.579335
2023-02-11T14:10:49
2023-02-11T14:10:49
21,788,942
0
0
null
null
null
null
UTF-8
C++
false
false
925
cpp
#include <iostream> #include <sstream> #include <string> #include <cassert> #include <cmath> #include <climits> #include <cstdio> #include <vector> #include <map> #include <set> #include <queue> #include <deque> #include <algorithm> #include <functional> #include <numeric> #include <iomanip> using namespace std; typedef unsigned int uint; typedef long long ll; typedef unsigned long long ull; #define REP(i,n) for(int i = 0; i < (int)(n); ++i) #define FOR(i,a,b) for(int i = (a); i < (int)(b); ++i) #define ALL(c) (c).begin(), (c).end() #define SIZE(v) ((int)v.size()) #define pb push_back #define mp make_pair #define mt make_tuple int main(void) { cin.sync_with_stdio(false); int N, M; cin >> N >> M; vector<int> ans(N); REP(m, M) { int a, b; cin >> a >> b; --a; --b; ++ans[a]; ++ans[b]; } REP(n, N) { cout << ans[n] << endl; } return 0; }
[ "minus9d@gmail.com" ]
minus9d@gmail.com
42e4e50c266caa17f6381b59959a5f4daf8e8f01
9d06e4d62504a0d0703d2a452ab4d81c01eb5757
/src/Logic/CNF.cpp
7f54681281ef48dfb8d8d9fb0d2623fc9d103999
[]
no_license
wcphkust/tinysat
db63875fc1c8624077db18dfe07c98dab17dc2fd
b84eee99c97bd4a25f2d613a91a93ce651e82912
refs/heads/master
2020-12-14T08:38:37.596699
2020-02-05T09:21:35
2020-02-05T09:21:35
234,688,762
0
0
null
null
null
null
UTF-8
C++
false
false
1,539
cpp
/* * Created by Sunshine on 16/1/2020. */ # include "CNF.h" CNF::CNF(vector<DisClause> p_disjunctive_clause_items) { int size = p_disjunctive_clause_items.size(); for (int i = 0; i < size; i++) { disjunctive_clause_items.push_back(&p_disjunctive_clause_items[i]); } cnf_ip = undef; } CNF::~CNF() { } //TODO:polish const vector<DisClause>& CNF::getDisjunctiveClauseItems() { int size = disjunctive_clause_items.size(); vector<DisClause> disClauseVec; for (int i = 0; i < size; i++) { disClauseVec.push_back(*disjunctive_clause_items[i]); } return disClauseVec; } Value CNF::evaluate() { string str = ""; int size = disjunctive_clause_items.size(); Value evaluated_ip = (*disjunctive_clause_items[0]).getValue(); for (int i = 1; i < size; i++) { evaluated_ip = (evaluated_ip && (*disjunctive_clause_items[i]).getValue()); } echo_value(evaluated_ip); return evaluated_ip; } Value CNF::getValue() { if (cnf_ip == undef) { cnf_ip = evaluate(); } return cnf_ip; } string CNF::getString() { string str = ""; int size = disjunctive_clause_items.size(); if (size == 0) { return "EMPTY_CNF"; } else { str = (*disjunctive_clause_items[0]).getString(); for (int i = 1; i < size; i++) { str = str + " " + "and" + " " + (*disjunctive_clause_items[i]).getString(); } } str = "(" + str + ")"; return str; }
[ "mhnfwln@126.com" ]
mhnfwln@126.com
c2550e8221a4f6109acb357d13c92b5498fb229b
d2fb019e63eb66f9ddcbdf39d07f7670f8cf79de
/groups/bsl/bslstl/bslstl_forwarditerator.t.cpp
a683a7961d02aae09274f4c8377a9900fc086426
[ "MIT" ]
permissive
gosuwachu/bsl
4fa8163a7e4b39e4253ad285b97f8a4d58020494
88cc2b2c480bcfca19e0f72753b4ec0359aba718
refs/heads/master
2021-01-17T05:36:55.605787
2013-01-15T19:48:00
2013-01-15T19:48:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
44,772
cpp
// bslstl_forwarditerator.t.cpp -*-C++-*- #include <bslstl_forwarditerator.h> #include <bslstl_iterator.h> // for testing only #include <bslmf_issame.h> #include <bsls_unspecifiedbool.h> #include <climits> #include <cstdlib> #include <iostream> #include <sstream> using namespace BloombergLP; using namespace std; //============================================================================= // TEST PLAN //----------------------------------------------------------------------------- // Overview // -------- // 'bslstl::ForwardIterator' is an in-core value-semantic type that that adapts // a more limited type, which offers a basic set of operations, so that the // resulting 'bslstl::ForwardIterator' object meets all the requirements of a // standard Forward Iterator. These requirements are spelled out in // [forward.iterators], Table 103 - Forward iterator requirements. The primary // manipulator of an iterator is the pre-increment operator which, together // with a function that returns an iterator to the start of a sequence, and a // second function to return an iterator to the end of the same sequence, is // sufficient to attain any achievable state. While an iterator offers no // direct accessors, its state can be reasonably inferred by inspecting the // result of the dereference operator. // // In order to test this iterator adaptor, a simple container supporting // forward iterators will be implemented, to provide the basic type to be // adapted. This container will use the 'bslstl::ForwardIterator' template // to declare its iterators, as suggested in the usage example. // // SKETCH NOTES FOR A PLAN THAT NEEDS UPDATING // // The following is the set of direct accessors (i.e., accessors that have // direct contact with the physical state of the object): // - int value() const; // - ...; //----------------------------------------------------------------------------- // [ 2] bslstl::ForwardIterator(); // [ 3] bslstl::ForwardIterator(IMPL); // [ 7] bslstl::ForwardIterator(const bslstl::ForwardIterator& original); // [ 2] ~bslstl::ForwardIterator(); // [ 9] bslstl::ForwardIterator& operator=(const bslstl::ForwardIterator& rhs); // [ 2] bslstl::ForwardIterator& operator++(); // [11] bslstl::ForwardIterator operator++(bslstl::ForwardIterator&, int); // [ 4] T& operator*() const; // [10] T *operator->() const; // [ 6] bool operator==(const bslstl::ForwardIterator&, // const bslstl::ForwardIterator&); // [ 6] bool operator!=(const bslstl::ForwardIterator&, // const bslstl::ForwardIterator&); //----------------------------------------------------------------------------- // [ 1] BREATHING TEST // [ ] USAGE EXAMPLE is informative only, and does not compile independently //----------------------------------------------------------------------------- //============================================================================= // STANDARD BDE ASSERT TEST MACRO //----------------------------------------------------------------------------- static int testStatus = 0; static void aSsErT(int c, const char *s, int i) { if (c) { cout << "Error " << __FILE__ << "(" << i << "): " << s << " (failed)" << endl; if (0 <= testStatus && testStatus <= 100) ++testStatus; } } #define ASSERT(X) { aSsErT(!(X), #X, __LINE__); } //============================================================================= // STANDARD BDE LOOP-ASSERT TEST MACROS //----------------------------------------------------------------------------- #define LOOP_ASSERT(I,X) { \ if (!(X)) { cout << #I << ": " << I << "\n"; aSsErT(1, #X, __LINE__); }} #define LOOP2_ASSERT(I,J,X) { \ if (!(X)) { cout << #I << ": " << I << "\t" << #J << ": " \ << J << "\n"; aSsErT(1, #X, __LINE__); } } #define LOOP3_ASSERT(I,J,K,X) { \ if (!(X)) { cout << #I << ": " << I << "\t" << #J << ": " << J << "\t" \ << #K << ": " << K << "\n"; aSsErT(1, #X, __LINE__); } } #define LOOP4_ASSERT(I,J,K,L,X) { \ if (!(X)) { cout << #I << ": " << I << "\t" << #J << ": " << J << "\t" << \ #K << ": " << K << "\t" << #L << ": " << L << "\n"; \ aSsErT(1, #X, __LINE__); } } #define LOOP5_ASSERT(I,J,K,L,M,X) { \ if (!(X)) { cout << #I << ": " << I << "\t" << #J << ": " << J << "\t" << \ #K << ": " << K << "\t" << #L << ": " << L << "\t" << \ #M << ": " << M << "\n"; \ aSsErT(1, #X, __LINE__); } } #define LOOP6_ASSERT(I,J,K,L,M,N,X) { \ if (!(X)) { cout << #I << ": " << I << "\t" << #J << ": " << J << "\t" << \ #K << ": " << K << "\t" << #L << ": " << L << "\t" << \ #M << ": " << M << "\t" << #N << ": " << N << "\n"; \ aSsErT(1, #X, __LINE__); } } //============================================================================= // SEMI-STANDARD TEST OUTPUT MACROS //----------------------------------------------------------------------------- #define P(X) cout << #X " = " << (X) << endl; // Print identifier and value. #define Q(X) cout << "<| " #X " |>" << endl; // Quote identifier literally. #define P_(X) cout << #X " = " << (X) << ", "<< flush; // P(X) without '\n' #define T_ cout << "\t" << flush; // Print tab w/o newline #define L_ __LINE__ // current Line number //============================================================================= // GLOBAL TYPEDEFS/CONSTANTS FOR TESTING //----------------------------------------------------------------------------- enum { VERBOSE_ARG_NUM = 2, VERY_VERBOSE_ARG_NUM, VERY_VERY_VERBOSE_ARG_NUM }; //============================================================================= // GLOBAL HELPER FUNCTIONS/VARIABLES FOR TESTING //----------------------------------------------------------------------------- bool assertFailed = false; void testAssertionFailedHandler(const char *text, const char *file, int line) // A handler that sets the global flag 'assertFailed' when an assertion // fails. Due to its simplicity, it isn't tested in test case 3. { assertFailed = true; } //============================================================================= // ALGORITHMS FOR TESTING USAGE EXAMPLES //----------------------------------------------------------------------------- namespace { template<typename Iter> int testDistance( Iter first, Iter last ) { // A basic algorithm to verify the iterator can type walk the range // specified by the pair of iterators 'first' and 'last', and return at // end of the range. We choose to calculate distance as this might prove // useful in verifying the number of iterations and operations in further // tests. int result = 0; while( first != last ) { ++result; ++first; } return result; } // Create an overload set that can determine, using tag dispatch techniques, // exactly which iterator tag is declared for this iterator adaptor enum iter_tag_type { output_iterator, input_iterator, forward_iterator, bidirectional_iterator, random_access_iterator }; template<typename Iter> iter_tag_type testTagDispatch( Iter, Iter, std::output_iterator_tag* = (typename Iter::iterator_category*)0 ) { return output_iterator; } template<typename Iter> iter_tag_type testTagDispatch( Iter, Iter, std::input_iterator_tag* = (typename Iter::iterator_category*)0 ) { return input_iterator; } template<typename Iter> iter_tag_type testTagDispatch( Iter, Iter, std::forward_iterator_tag* = (typename Iter::iterator_category*)0 ) { return forward_iterator; } template<typename Iter> iter_tag_type testTagDispatch( Iter, Iter, std::bidirectional_iterator_tag* = (typename Iter::iterator_category*)0 ) { return bidirectional_iterator; } template<typename Iter> iter_tag_type testTagDispatch( Iter, Iter, std::random_access_iterator_tag* = (typename Iter::iterator_category*)0 ) { return random_access_iterator; } // Create a set of overloads to verify that appropriately tagged algorithms // can be called with this iterator adaptor, but not other categories. // To an extend this is duplicating work that should be part of the // bslstl_iterator test driver, consider moving as appropriate. template<typename Iter> bool testOutputTag( Iter, Iter ) { return true; } template<typename Iter> bool testOutputTag( Iter, Iter, std::output_iterator_tag* = (typename Iter::iterator_category*)0 ) { return false; } template<typename Iter> bool testInputTag( Iter, Iter ) { return false; } template<typename Iter> bool testInputTag( Iter, Iter, std::input_iterator_tag* = (typename Iter::iterator_category*)0 ) { return true; } template<typename Iter> bool testForwardTag( Iter, Iter ) { return false; } template<typename Iter> bool testForwardTag( Iter, Iter, std::forward_iterator_tag* = (typename Iter::iterator_category*)0 ) { return true; } template<typename Iter> bool testBidirectionalTag( Iter, Iter ) { return true; } template<typename Iter> bool testBidirectionalTag( Iter, Iter, std::bidirectional_iterator_tag* = (typename Iter::iterator_category*)0 ) { return false; } template<typename Iter> bool testRandomAccessTag( Iter, Iter ) { return true; } template<typename Iter> bool testRandomAccessTag( Iter, Iter, std::random_access_iterator_tag* = (typename Iter::iterator_category*)0 ) { return false; } struct Wrap { int data; }; } // close unnamed namespace //============================================================================= // CLASSES FOR TESTING USAGE EXAMPLES //----------------------------------------------------------------------------- // Minimal implementation of a singly linked list to validate basic iterator // operations with a suitably restricted container. The important feature for // validating the iterator adaptor is that the iterator-like class being // adapted for the container's iterators support only the minimum set of // operations required for the adaptor. If not for this requirement, we would // use 'slist' as an already well-tested component. Note that this simple // list container supports appending items to the front of the list, but does // not support insertion at any other location, nor erasure. This provides // the minimal set of facilities needed to validate the iterator under test. template <class T> class my_List { // PRIVATE TYPES struct Node { Node *d_next; T d_val; Node(const T& val, Node* next = 0) : d_next(next), d_val(val) { } }; class IteratorImp { private: // PRIVATE TYPES typedef bsls::UnspecifiedBool<IteratorImp> BoolHost; typedef typename BoolHost::BoolType BoolType; // DATA Node* d_node; public: IteratorImp(Node* node = 0) : d_node(node) { } // Compiler-generated copy and destruction // IteratorImp(const IteratorImp&); // IteratorImp& operator=(const IteratorImp&); // ~IteratorImp(); BoolType operator==(const IteratorImp& rhs) const { return d_node == rhs.d_node ? BoolHost::trueValue() : BoolHost::falseValue(); } T& operator*() const { return d_node->d_val; } void operator++() { d_node = d_node->d_next; } }; friend class bslstl::ForwardIterator<T,IteratorImp>; friend class bslstl::ForwardIterator<const T,IteratorImp>; // Private copy constructor and copy assignment operator. // This class does not have value semantics. my_List(const my_List&); my_List& operator=(const my_List&); // PRIVATE DATA Node * d_head; public: // Declare iterator types: typedef bslstl::ForwardIterator<T, IteratorImp> iterator; typedef bslstl::ForwardIterator<const T, IteratorImp> const_iterator; my_List() : d_head() {} ~my_List() { while (d_head) { Node *x = d_head; d_head = d_head->d_next; delete x; } } void push(const T& v) { d_head = new Node(v, d_head); } iterator begin() { return IteratorImp(d_head); } iterator end() { return IteratorImp(0); } const_iterator begin() const { return IteratorImp(d_head); } const_iterator end() const { return IteratorImp(0); } }; //============================================================================= // MAIN PROGRAM //----------------------------------------------------------------------------- int main(int argc, char *argv[]) { int test = argc > 1 ? atoi(argv[1]) : 0; int verbose = argc > 2; int veryVerbose = argc > 3; int veryVeryVerbose = argc > 4; int veryVeryVeryVerbose = argc > 5; cout << "TEST " << __FILE__ << " CASE " << test << endl; switch (test) { case 0: case 11: { // -------------------------------------------------------------------- // TESTING POST-INCREMENT OPERATOR // // Concerns: // The usage example provided in the component header file must // compile, link, and run on all platforms as shown. // // Plan: // Incorporate usage example from header into driver, remove leading // comment characters, and replace 'assert' with 'ASSERT'. // // Testing: // USAGE EXAMPLE // -------------------------------------------------------------------- if (verbose) cout << endl << "TESTING POST-INCREMENT OPERATOR" << endl << "===============================" << endl; int testData[4] = { 0, 1, 2, 3 }; typedef bslstl::ForwardIterator<int, int*> iterator; typedef bslstl::ForwardIterator<const int, int*> const_iterator; if (verbose) cout << "\nConstruct a basic iterator value" << endl; iterator it1 = testData; iterator it2 = it1; iterator it3 = it1; ++it2; ASSERT( it3++ == it1); ASSERT( it3 == it2); } break; case 10: { // -------------------------------------------------------------------- // TESTING OPERATOR-> // // // Concerns: // // Plan: // // Testing: // T *operator->() const // -------------------------------------------------------------------- if (verbose) cout << endl << "TESTING OPERATOR->" << endl << "==================" << endl; { if (verbose) cout << "\nVerify iterator properties with a" " directly examinable container" << endl; // Declare test data and types Wrap testData[2] = { {13}, {99} }; typedef bslstl::ForwardIterator<Wrap, Wrap*> iterator; typedef bslstl::ForwardIterator<const Wrap, Wrap*> const_iterator; const iterator itWritable = testData; // Obtain a fresh copy of an equivalent constant iterator const_iterator itReadable = testData; ASSERT(13 == itWritable->data); ASSERT(13 == itReadable->data); ASSERT(&itWritable->data == &testData[0].data); ASSERT(&itReadable->data == &testData[0].data); if (verbose) cout << "\nVerify can observe new value written through" << " the iterator" << endl; itWritable->data = 42; // Test itReadable before itWritable to be sure the update is not a // side effect of the reading! ASSERT(42 == itReadable->data); ASSERT(42 == itWritable->data); ASSERT(42 == testData[0].data); testData[0].data = 13; ASSERT(13 == itWritable->data); ASSERT(13 == itReadable->data); ASSERT(&itWritable->data == &testData[0].data); ASSERT(&itReadable->data == &testData[0].data); iterator itNext = itWritable; ++itNext; ASSERT(99 == itNext->data); ASSERT(13 == itWritable->data); ASSERT(&itNext->data == &testData[1].data); itNext->data = 42; ASSERT(42 == itNext->data); ASSERT(13 == itWritable->data); ASSERT(42 == testData[1].data); } } break; case 9: { // -------------------------------------------------------------------- // TESTING ASSIGNMENT OPERATOR // // Concerns: // // Plan: // // Testing: // bslstl::ForwardIterator& operator=(const bslstl::ForwardIterator&) // -------------------------------------------------------------------- if (verbose) cout << endl << "TESTING ASSIGNMENT OPERATOR" << endl << "===========================" << endl; if (verbose) cout << "\nTesting assignment u = v" << endl; typedef my_List<int> TestContainer; typedef TestContainer::iterator iterator; typedef TestContainer::const_iterator const_iterator; TestContainer testContainer; testContainer.push(42); testContainer.push(13); const iterator itBase = testContainer.begin(); const iterator itSecond = ++testContainer.begin(); iterator itTest = itBase; ASSERT(itBase == itTest); ASSERT(itSecond != itTest); itTest = itSecond; ASSERT(itBase != itTest); ASSERT(itSecond == itTest); itTest = itBase; ASSERT(itBase == itTest); ASSERT(itSecond != itTest); // Test const_iterator assignment const_iterator citTest = itBase; ASSERT(itBase == citTest); ASSERT(itSecond != citTest); citTest = itSecond; ASSERT(itBase != citTest); ASSERT(itSecond == citTest); citTest = itBase; ASSERT(itBase == citTest); ASSERT(itSecond != citTest); } break; case 8: { // -------------------------------------------------------------------- // TESTING VALUE CONSTRUCTOR // This iterator has two value constructors, // (1) construct from an iterator-like value pointing to host sequence // (2) const a constant iterator from a mutable iterator // Note that (1) has been thoroughly tested by the generator functions // in test [3], and (2) has been widely used in earlier tests to test // interoperability. // // Concerns: // // Plan: // // Testing: // -------------------------------------------------------------------- if (verbose) cout << endl << "TESTING VALUE CONSTRUCTOR" << endl << "=========================" << endl; // Declare test data and types int testData[1] = { 13 }; typedef bslstl::ForwardIterator<int, int*> iterator; typedef bslstl::ForwardIterator<const int, int*> const_iterator; const iterator itSource = testData; const_iterator itCopy = itSource; ASSERT(itSource == itCopy); } break; case 7: { // -------------------------------------------------------------------- // TESTING COPY CONSTRUCTOR // // Concerns: // // Plan: // // Testing: // -------------------------------------------------------------------- if (verbose) cout << endl << "TESTING COPY CONSTRUCTOR" << endl << "========================" << endl; // Declare test data and types int testData[1] = { 13 }; typedef bslstl::ForwardIterator<int, int*> iterator; typedef bslstl::ForwardIterator<const int, int*> const_iterator; const iterator itSource = testData; iterator itCopy = itSource; ASSERT(itSource == itCopy); const const_iterator citSource = testData; const_iterator citCopy = itSource; ASSERT(citSource == citCopy); } break; case 6: { // -------------------------------------------------------------------- // TESTING EQUALITY OPERATOR // The equality operator defines the notion of value for a type. It // shall return 'true' when two iterators have the same value, and // 'false' otherwise. Likewise, operator!= shall return // // Concerns: // Iterators must compare equal to themselves. // constant iterators can be compared with mutable iterators // constant and mutable iterators referring to the same element // shall compare equal // iterators that do not refer to the same element shall not compare // equal // tests based on the identity of the referenced element must be // valid, even when the referenced element overloads operator& // // Plan: // Create a list with a single element, so that the sequence is not // empty, but two increments will take an iterator from 'begin' to // 'end'. Validate that both the begin and end iterators compare // equal to themselves, and do not compare equal to each other. Then // verify that an iterator copied from a 'begin' iterator compares // equal to 'begin' and not 'end', after a single increment compares // equal to neither, and after a third increment compares equal to // the 'end' iterator. Validating two iterators compare equal means // asserting both the '==' and '!=' operators yield the correct // values. // // Testing: // bool operator==(const bslstl::ForwardIterator&, // const bslstl::ForwardIterator&); // bool operator!=(const bslstl::ForwardIterator&, // const bslstl::ForwardIterator&); // -------------------------------------------------------------------- if (verbose) cout << endl << "TESTING EQUALITY OPERATOR" << endl << "=========================" << endl; typedef my_List<int> TestContainer; typedef TestContainer::iterator iterator; typedef TestContainer::const_iterator const_iterator; TestContainer testContainer; testContainer.push(42); testContainer.push(13); if (verbose) cout << "\nvalidate self-equality" << endl; const iterator itBegin = testContainer.begin(); ASSERT(itBegin == itBegin); ASSERT(!(itBegin != itBegin)); ASSERT(testContainer.begin() == itBegin); if (verbose) cout << "\nvalidate inequality" << endl; const iterator itEnd = testContainer.end(); ASSERT(itBegin != itEnd); ASSERT(!(itBegin == itEnd)); ASSERT(itEnd == itEnd); ASSERT(!(itEnd != itEnd)); if (verbose) cout << "\nvalidate interoperability of types" << endl; const const_iterator citBegin = testContainer.begin(); const_iterator citEnd = testContainer.end(); ASSERT(citBegin == itBegin); ASSERT(citEnd == itEnd); if (verbose) cout << "\nvalidate transition to expected value" << endl; iterator itCursor = testContainer.begin(); ASSERT(itBegin == itCursor); ASSERT(citEnd != itCursor); ++itCursor; ASSERT(itBegin != itCursor); ASSERT(citEnd != itCursor); ++itCursor; ASSERT(itBegin != itCursor); ASSERT(citEnd == itCursor); } break; case 5: { // -------------------------------------------------------------------- // TESTING 'print' AND 'operator<<' // N/A for this component, although a debug printer might be // considered in the future. // -------------------------------------------------------------------- if (verbose) cout <<"\nThis is trivially satisfied for iterator types." "\nIterators do not support printing or streaming." << endl; } break; case 4: { // -------------------------------------------------------------------- // TESTING BASIC ACCESSORS // While an iterator has no named attributes, and so no basic // accessors, the -> operator acts as a basic accessor, returning the // // // Concerns: // Dereferencing an iterator should refer to the expected element // Must be able to check dereferenced object's identity, even if it // overloads operator& // Should be able to write through a mutable iterator, and observe // the effect through a constant iterator referring to the same // element. // // Plan: // Perform initial validation against an array of ints, that can be // directly manipulated to confirm iterators are operating correctly. // Repeat tests using the sample list container to verify that the // same operations work as advertised when the adapted iterator // offers only the minimal set of operations. // // Testing: // T& operator*() const; // -------------------------------------------------------------------- if (verbose) cout << endl << "TESTING BASIC ACCESSORS" << endl << "=======================" << endl; { if (verbose) cout << "\nVerify iterator properties with a" " directly examinable container" << endl; // Declare test data and types int testData[1] = { 13 }; typedef bslstl::ForwardIterator<int, int*> iterator; typedef bslstl::ForwardIterator<const int, int*> const_iterator; const iterator itWritable = testData; // Obtain a fresh copy of an equivalent constant iterator const_iterator itReadable = testData; ASSERT(13 == *itWritable); ASSERT(13 == *itReadable); ASSERT(&*itWritable == testData); ASSERT(&*itReadable == testData); if (verbose) cout << "\nVerify can observe new value written through" << " the iterator" << endl; *itWritable = 42; // Test itReadable before itWritable to be sure the update is not a // side effect of the reading! ASSERT(42 == *itReadable); ASSERT(42 == *itWritable); ASSERT(42 == testData[0]); testData[0] = 13; ASSERT(13 == *itWritable); ASSERT(13 == *itReadable); ASSERT(&*itWritable == testData); ASSERT(&*itReadable == testData); } { if (verbose) cout << "\nRepeat tests with a minimal adapted iterator" << endl; typedef my_List<int> test_container_type; typedef test_container_type::iterator iterator; typedef test_container_type::const_iterator const_iterator; test_container_type testContainer; testContainer.push(13); const iterator itWritable = testContainer.begin(); // Obtain a fresh copy of an equivalent constant iterator const_iterator itReadable = testContainer.begin(); ASSERT(13 == *itWritable); ASSERT(13 == *itReadable); ASSERT(&*itWritable == &*itReadable); if (verbose) cout << "\nVerify can observe new value written through" << " the iterator" << endl; *itWritable = 42; // Test itReadable before itWritable to be sure the update is not a // side effect of the reading! ASSERT(&*itWritable == &*itReadable); ASSERT(42 == *itReadable); ASSERT(42 == *itWritable); } } break; case 3: { // -------------------------------------------------------------------- // TESTING (PRIMITIVE) GENERATORS // The primitive generators for our iterator, the primary piece of // test apparatus, are the 'begin' and 'end' member functions of the // sample container type. It is difficult to test the value of these // iterators without any basic accessors, but we can assert several // basic properties: // .. // 1/ No generated iterator shall have the value of a default- // constructed iterator. // 2/ The generated iterators shall compare equal to themselves. // 3/ The iterators generated by 'begin' and 'end' shall compare // equal if, and only if, the underlying container is empty. // .. // Note that while it is not possible to compare an iterator with // the default-constructed iterator value in the general case, the // specific cases we are testing ensure this is well defined. This // is another facility of the iterator adaptors. // // Concerns: // 1. The test container may have some latent bug that yields bad // iterators. // // Testing: // class my_List<T> // my_List<T>::begin // my_List<T>::end // bslstl::ForwardIterator(IMPL); // -------------------------------------------------------------------- if (verbose) cout << endl << "TESTING (PRIMITIVE) GENERATORS" << endl << "==============================" << endl; if (verbose) cout << "\nValidating primitive test machinery" << endl; if (verbose) cout << "\nTesting class my_List<int>" << endl; typedef my_List<int> TestContainer; typedef TestContainer::iterator iterator; typedef TestContainer::const_iterator const_iterator; TestContainer testContainer; iterator itBegin = testContainer.begin(); iterator itEnd = testContainer.end(); ASSERT(itBegin == itEnd); testContainer.push(3); itBegin = testContainer.begin(); itEnd = testContainer.end(); ASSERT(itBegin != itEnd); ++itBegin; ASSERT(itBegin == itEnd); testContainer.push(2); testContainer.push(1); if (verbose) cout << "\nCheck iterator range has right length" << endl; int length = 0; itBegin = testContainer.begin(); while(itBegin != itEnd) { ++length; ++itBegin; } LOOP_ASSERT(length, 3 == length); if (verbose) cout << "\nCheck iterators refer to right values" << endl; itBegin = testContainer.begin(); ASSERT(1 == *(itBegin++)); ASSERT(2 == *(itBegin++)); ASSERT(3 == *(itBegin++)); if (verbose) cout << "\nRepeat the tests for const_iterators" << endl; const TestContainer& constContainer = testContainer; const_iterator itcBegin = testContainer.begin(); const const_iterator itcEnd = testContainer.end(); length = 0; while( itcBegin != itcEnd) { ++length; ++itcBegin; } ASSERT(3 == length); itcBegin = testContainer.begin(); ASSERT(1 == *itcBegin++); ASSERT(2 == *itcBegin++); ASSERT(3 == *itcBegin++); } break; case 2: { // -------------------------------------------------------------------- // TESTING PRIMARY MANIPULATORS // // Concerns: // // Plan: // // Testing: // bslstl::ForwardIterator(); // ~bslstl::ForwardIterator(); // bslstl::ForwardIterator& operator++(); // -------------------------------------------------------------------- if (verbose) cout << endl << "TESTING PRIMARY MANIPULATORS" << endl << "============================" << endl; if (verbose) cout << "\nTesting default constructor, destructor, " "and 'operator++'." << endl; // Declare test data and types int testData[4] = { 0, 1, 2, 3 }; typedef bslstl::ForwardIterator<int, int*> iterator; typedef bslstl::ForwardIterator<const int, int*> const_iterator; // Confirm that we can default-initialize const iterators. // Confirm that iterator and const_iterator can be compared. const iterator itDefault; const const_iterator itcDefault; ASSERT( itDefault == itcDefault); // Confirm that an iterator over our reference array does not have the // same value as a default constructed iterator. (Actually, this // comparison is undefined in general.) const const_iterator itcOrigin = testData; iterator itData = testData; ASSERT( itDefault != itData); ASSERT( itcOrigin == itData); // Confirm that an incremented iterator does not have the same value // as the initial iterator. ++itData; ASSERT( itcOrigin != itData); // Confirm that incrementing a second copy of the initial iterator // has the same value as the first incremented iterator. const_iterator itcCopy = itcOrigin; ASSERT( itcOrigin == itcCopy); ++itcCopy; ASSERT( itcOrigin != itcCopy); const_iterator itReader = testData; const int* itValidator = testData; for(int i = 0; i < sizeof(testData)/sizeof(int); ++itValidator, ++itReader, ++i) { LOOP2_ASSERT(*itValidator, *itReader, *itValidator == *itReader); } } break; case 1: { // -------------------------------------------------------------------- // BREATHING TEST // // Concerns: // That basic functionality appears to work as advertised before // before beginning testing in earnest: // - default and copy constructors // - assignment operator // - primary manipulators, basic accessors // - 'operator==', 'operator!=' // // Plan: // // Testing: // BREATHING TEST // -------------------------------------------------------------------- if (verbose) cout << endl << "BREATHING TEST" << endl << "==============" << endl; int testData[4] = { 0, 1, 2, 3 }; typedef bslstl::ForwardIterator<int, int*> iterator; typedef bslstl::ForwardIterator<const int, int*> const_iterator; if (verbose) cout << "\nConstruct a basic iterator value" << endl; iterator it1 = testData; LOOP_ASSERT( *it1, 0 == *it1); if (verbose) cout << "\nMake a copy of that iterator" << endl; iterator it2 = it1; LOOP_ASSERT( *it2, 0 == *it2); LOOP2_ASSERT(&*it1, &*it2, it1 == it2); LOOP2_ASSERT(&*it1, &*it2, &*it1 == &*it2); if (verbose) cout << "\nIncrement an iterator" << endl; ++it2; LOOP_ASSERT( *it2, 1 == *it2); LOOP2_ASSERT(&*it1, &*it2, it1 != it2); LOOP2_ASSERT(&*it1, &*it2, &*it1 != &*it2); // Increment the other iterator iterator, // verify both iterators have the same value again if (verbose) cout << "\nVerify multipass property of forward iterator" << endl; ++it1; LOOP_ASSERT( *it1, 1 == *it1); LOOP2_ASSERT(&*it1, &*it2, it1 == it2); LOOP2_ASSERT(&*it1, &*it2, &*it1 == &*it2); if (verbose) cout << "\nConstruct a const_iterator" << endl; const_iterator itEnd = testData + 4; // Verify const_iterator and iterator interoperate // Verify the expected number of iterations are required to traverse // the array. if (verbose) cout << "\nVerify multipass property of forward iterator" << endl; const_iterator itBegin = it1; int distance = testDistance( itBegin, itEnd ); LOOP_ASSERT(distance, 3 == distance); if (verbose) cout << "\nVerify writing through a dereferenced iterator" << endl; *it1 = 42; LOOP_ASSERT( *it1, 42 == *it1); if (verbose) cout << "\nVerify that writes through one iterator are" << " visible through another" << endl; LOOP_ASSERT( *it2, 42 == *it2); LOOP2_ASSERT(*it1, *it2, *it1 == *it2); // To test operator->, create an array of struct values Wrap testWrap[4] = { {0}, {1}, {2}, {3} }; typedef bslstl::ForwardIterator<Wrap, Wrap*> wrap_iterator; typedef bslstl::ForwardIterator<const Wrap, Wrap*> const_wrap_iterator; wrap_iterator wit1 = testWrap; LOOP_ASSERT(wit1->data, 0 == wit1->data ); const_wrap_iterator wit2 = wit1; LOOP_ASSERT(wit2->data, 0 == wit2->data); LOOP2_ASSERT(&*wit1, &*wit2, wit1 == wit2); LOOP2_ASSERT(&*wit1, &*wit2, &*wit1 == &*wit2); wit1->data = 13; LOOP_ASSERT(wit1->data, 13 == wit1->data ); LOOP_ASSERT(wit2->data, 13 == wit2->data); LOOP2_ASSERT(&*wit1, &*wit2, &*wit1 == &*wit2); // Confirm const_iterator can iterate, just like a non-const_iterator ++wit1; ++wit2; LOOP2_ASSERT(&*wit1, &*wit2, wit1 == wit2); // Tests for post-increment ASSERT(wit2++ == wit1); ASSERT(1 == (*(wit1++)).data); // Test for default constructor, which constructs a singular iterator // Can assign to a singular value, and destroy it // may not make a copy const_wrap_iterator x; // Test assignment safely overwrites the singular value x = wit1; LOOP2_ASSERT(&*wit1, &*x, wit1 == x); // Not yet validated constness of any APIs, e.g., operator* and // operator-> (are constness concerns appropriate for a breathing test, // we just want to confirm that each individual API can be called.) // -------------------------------------------------------------------- // (ORIGINAL) BREATHING/USAGE TEST // We retain the original breathing test supplied by Pablo when the // facility under test was a support class, rather than than a fully // detailed component. This section of the breathing test can be // retired once the new testing facility has passed review. // // Concerns: // // Plan: // Bring an iterator to life // Make a copy, and assert is has the same value // Increment the first iterator, assert no longer has the same value // Increment the second iterator and assert that it again has the // same value as the first // // Testing: // // -------------------------------------------------------------------- if (verbose) cout << endl << "(ORIGINAL BREATHING TEST)" << endl << "=========================" << endl; static const int DATA[] = { 1, 2, 3, 4, 5 }; static const int DATA_LEN = sizeof(DATA) / sizeof(DATA[0]); my_List<int> a; const my_List<int> &A = a; ASSERT(a.begin() == a.end()); ASSERT(A.begin() == A.end()); typedef my_List<int>::iterator iter_type; typedef my_List<int>::const_iterator const_iter_type; // Assert iterator_traits instantiates for these iterators // Assert iterator_traits finds the expected typedefs typedef bsl::iterator_traits<iter_type> IterTraits; typedef bsl::iterator_traits<const_iter_type> ConstIterTraits; ASSERT((bsl::is_same<IterTraits::difference_type, std::ptrdiff_t>::value)); ASSERT((bsl::is_same<IterTraits::value_type, int>::value)); ASSERT((bsl::is_same<IterTraits::pointer, int *>::value)); ASSERT((bsl::is_same<IterTraits::reference, int &>::value)); ASSERT((bsl::is_same<IterTraits::iterator_category, std::forward_iterator_tag>::value)); ASSERT((bsl::is_same<ConstIterTraits::difference_type, std::ptrdiff_t>::value)); ASSERT((bsl::is_same<ConstIterTraits::value_type, const int>::value)); ASSERT((bsl::is_same<ConstIterTraits::pointer, const int *>::value)); ASSERT((bsl::is_same<ConstIterTraits::reference, const int&>::value)); ASSERT((bsl::is_same<ConstIterTraits::iterator_category, std::forward_iterator_tag>::value)); if (verbose) cout << "\nPopulate the test list." << std::endl; int i; for (i = 0; i < DATA_LEN; ++i) { if(veryVerbose) { T_ P_(i) P(DATA[i]) } a.push(DATA[i]); } ASSERT(A.begin() == a.begin()); ASSERT(A.end() == a.end()); if (verbose) cout << "\nCompare iterated values to original source." << std::endl; i = DATA_LEN; for (my_List<int>::const_iterator it = A.begin(); it != A.end(); ++it){ // Note that we assume we can dereference without changing the // value of the iterator. This is a fair assumption for a // breathing test but should be checked strictly in the main // driver. if(veryVerbose) { T_ P_(i) P_(DATA[i]) P(*it) } ASSERT(DATA[--i] == *it); } for (my_List<int>::iterator it = a.begin(); it != a.end(); ) { // Each iteration of the loop shall advance 'it' exactly once. // Test that initialization from non-const to const iterator works. my_List<int>::const_iterator itc = it; ASSERT(itc == it); // Test assignment from non-const to const iterators ++itc; ASSERT(itc != it); itc = it; ASSERT(itc == it); // Test post-increment, including return value int val = *it; *it++ -= 2; ASSERT(*itc++ == (val-2)); // Test both post-increments were equivalent ASSERT(it == itc); if (it != a.end()) { ASSERT(*itc == *it); } // This shouldn't compile: // it = itc; // my_List<int>::iterator it2 = itc; } } break; default: { cerr << "WARNING: CASE `" << test << "' NOT FOUND." << endl; testStatus = -1; } } if (testStatus > 0) { cerr << "Error, non-zero test status = " << testStatus << "." << endl; } return testStatus; } // ---------------------------------------------------------------------------- // Copyright (C) 2012 Bloomberg L.P. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. // ----------------------------- END-OF-FILE ----------------------------------
[ "abeels@bloomberg.net" ]
abeels@bloomberg.net
9c98c44e2c7aeda1b128fc5498cdd501d651049f
5a90e6067568350d489b3d2f6564aaad07e6a50c
/Canonical-Flows/mixing1/mixing_amr_nut/constant/polyMesh/faces
44597fed14dcda1864612bbe8ae272f538baa53e
[ "MIT" ]
permissive
Aeroguyyy/OpenFOAM-Cases-Interfluo
97fdecc4ccf45c0d6db6031a38e0f86854315230
6d8ca5639d601e3d1766cc4edf32eba5db93bb2c
refs/heads/main
2023-07-12T03:35:05.621598
2021-08-20T02:00:31
2021-08-20T02:00:31
398,274,700
1
0
MIT
2021-08-20T12:49:52
2021-08-20T12:49:52
null
UTF-8
C++
false
false
291,711
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class faceList; location "constant/polyMesh"; object faces; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 13100 ( 4(1 12 463 452) 4(11 462 463 12) 4(451 452 463 462) 4(2 13 464 453) 4(12 463 464 13) 4(452 453 464 463) 4(3 14 465 454) 4(13 464 465 14) 4(453 454 465 464) 4(4 15 466 455) 4(14 465 466 15) 4(454 455 466 465) 4(5 16 467 456) 4(15 466 467 16) 4(455 456 467 466) 4(6 17 468 457) 4(16 467 468 17) 4(456 457 468 467) 4(7 18 469 458) 4(17 468 469 18) 4(457 458 469 468) 4(8 19 470 459) 4(18 469 470 19) 4(458 459 470 469) 4(9 20 471 460) 4(19 470 471 20) 4(459 460 471 470) 4(20 471 472 21) 4(460 461 472 471) 4(10 21 472 461) 4(12 23 474 463) 4(22 473 474 23) 4(462 463 474 473) 4(13 24 475 464) 4(23 474 475 24) 4(463 464 475 474) 4(14 25 476 465) 4(24 475 476 25) 4(464 465 476 475) 4(15 26 477 466) 4(25 476 477 26) 4(465 466 477 476) 4(16 27 478 467) 4(26 477 478 27) 4(466 467 478 477) 4(17 28 479 468) 4(27 478 479 28) 4(467 468 479 478) 4(18 29 480 469) 4(28 479 480 29) 4(468 469 480 479) 4(19 30 481 470) 4(29 480 481 30) 4(469 470 481 480) 4(20 31 482 471) 4(30 481 482 31) 4(470 471 482 481) 4(31 482 483 32) 4(471 472 483 482) 4(21 32 483 472) 4(23 34 485 474) 4(33 484 485 34) 4(473 474 485 484) 4(24 35 486 475) 4(34 485 486 35) 4(474 475 486 485) 4(25 36 487 476) 4(35 486 487 36) 4(475 476 487 486) 4(26 37 488 477) 4(36 487 488 37) 4(476 477 488 487) 4(27 38 489 478) 4(37 488 489 38) 4(477 478 489 488) 4(28 39 490 479) 4(38 489 490 39) 4(478 479 490 489) 4(29 40 491 480) 4(39 490 491 40) 4(479 480 491 490) 4(30 41 492 481) 4(40 491 492 41) 4(480 481 492 491) 4(31 42 493 482) 4(41 492 493 42) 4(481 482 493 492) 4(42 493 494 43) 4(482 483 494 493) 4(32 43 494 483) 4(34 45 496 485) 4(44 495 496 45) 4(484 485 496 495) 4(35 46 497 486) 4(45 496 497 46) 4(485 486 497 496) 4(36 47 498 487) 4(46 497 498 47) 4(486 487 498 497) 4(37 48 499 488) 4(47 498 499 48) 4(487 488 499 498) 4(38 49 500 489) 4(48 499 500 49) 4(488 489 500 499) 4(39 50 501 490) 4(49 500 501 50) 4(489 490 501 500) 4(40 51 502 491) 4(50 501 502 51) 4(490 491 502 501) 4(41 52 503 492) 4(51 502 503 52) 4(491 492 503 502) 4(42 53 504 493) 4(52 503 504 53) 4(492 493 504 503) 4(53 504 505 54) 4(493 494 505 504) 4(43 54 505 494) 4(45 56 507 496) 4(55 506 507 56) 4(495 496 507 506) 4(46 57 508 497) 4(56 507 508 57) 4(496 497 508 507) 4(47 58 509 498) 4(57 508 509 58) 4(497 498 509 508) 4(48 59 510 499) 4(58 509 510 59) 4(498 499 510 509) 4(49 60 511 500) 4(59 510 511 60) 4(499 500 511 510) 4(50 61 512 501) 4(60 511 512 61) 4(500 501 512 511) 4(51 62 513 502) 4(61 512 513 62) 4(501 502 513 512) 4(52 63 514 503) 4(62 513 514 63) 4(502 503 514 513) 4(53 64 515 504) 4(63 514 515 64) 4(503 504 515 514) 4(64 515 516 65) 4(504 505 516 515) 4(54 65 516 505) 4(56 67 518 507) 4(66 517 518 67) 4(506 507 518 517) 4(57 68 519 508) 4(67 518 519 68) 4(507 508 519 518) 4(58 69 520 509) 4(68 519 520 69) 4(508 509 520 519) 4(59 70 521 510) 4(69 520 521 70) 4(509 510 521 520) 4(60 71 522 511) 4(70 521 522 71) 4(510 511 522 521) 4(61 72 523 512) 4(71 522 523 72) 4(511 512 523 522) 4(62 73 524 513) 4(72 523 524 73) 4(512 513 524 523) 4(63 74 525 514) 4(73 524 525 74) 4(513 514 525 524) 4(64 75 526 515) 4(74 525 526 75) 4(514 515 526 525) 4(75 526 527 76) 4(515 516 527 526) 4(65 76 527 516) 4(67 78 529 518) 4(77 528 529 78) 4(517 518 529 528) 4(68 79 530 519) 4(78 529 530 79) 4(518 519 530 529) 4(69 80 531 520) 4(79 530 531 80) 4(519 520 531 530) 4(70 81 532 521) 4(80 531 532 81) 4(520 521 532 531) 4(71 82 533 522) 4(81 532 533 82) 4(521 522 533 532) 4(72 83 534 523) 4(82 533 534 83) 4(522 523 534 533) 4(73 84 535 524) 4(83 534 535 84) 4(523 524 535 534) 4(74 85 536 525) 4(84 535 536 85) 4(524 525 536 535) 4(75 86 537 526) 4(85 536 537 86) 4(525 526 537 536) 4(86 537 538 87) 4(526 527 538 537) 4(76 87 538 527) 4(78 89 540 529) 4(88 539 540 89) 4(528 529 540 539) 4(79 90 541 530) 4(89 540 541 90) 4(529 530 541 540) 4(80 91 542 531) 4(90 541 542 91) 4(530 531 542 541) 4(81 92 543 532) 4(91 542 543 92) 4(531 532 543 542) 4(82 93 544 533) 4(92 543 544 93) 4(532 533 544 543) 4(83 94 545 534) 4(93 544 545 94) 4(533 534 545 544) 4(84 95 546 535) 4(94 545 546 95) 4(534 535 546 545) 4(85 96 547 536) 4(95 546 547 96) 4(535 536 547 546) 4(86 97 548 537) 4(96 547 548 97) 4(536 537 548 547) 4(97 548 549 98) 4(537 538 549 548) 4(87 98 549 538) 4(89 100 551 540) 4(99 550 551 100) 4(539 540 551 550) 4(90 101 552 541) 4(100 551 552 101) 4(540 541 552 551) 4(91 102 553 542) 4(101 552 553 102) 4(541 542 553 552) 4(92 103 554 543) 4(102 553 554 103) 4(542 543 554 553) 4(93 104 555 544) 4(103 554 555 104) 4(543 544 555 554) 4(94 105 556 545) 4(104 555 556 105) 4(544 545 556 555) 4(95 106 557 546) 4(105 556 557 106) 4(545 546 557 556) 4(96 107 558 547) 4(106 557 558 107) 4(546 547 558 557) 4(97 108 559 548) 4(107 558 559 108) 4(547 548 559 558) 4(108 559 560 109) 4(548 549 560 559) 4(98 109 560 549) 4(100 111 562 551) 4(110 561 562 111) 4(550 551 562 561) 4(101 112 563 552) 4(111 562 563 112) 4(551 552 563 562) 4(102 113 564 553) 4(112 563 564 113) 4(552 553 564 563) 4(103 114 565 554) 4(113 564 565 114) 4(553 554 565 564) 4(104 115 566 555) 4(114 565 566 115) 4(554 555 566 565) 4(105 116 567 556) 4(115 566 567 116) 4(555 556 567 566) 4(106 117 568 557) 4(116 567 568 117) 4(556 557 568 567) 4(107 118 569 558) 4(117 568 569 118) 4(557 558 569 568) 4(108 119 570 559) 4(118 569 570 119) 4(558 559 570 569) 4(119 570 571 120) 4(559 560 571 570) 4(109 120 571 560) 4(111 122 573 562) 4(121 572 573 122) 4(561 562 573 572) 4(112 123 574 563) 4(122 573 574 123) 4(562 563 574 573) 4(113 124 575 564) 4(123 574 575 124) 4(563 564 575 574) 4(114 125 576 565) 4(124 575 576 125) 4(564 565 576 575) 4(115 126 577 566) 4(125 576 577 126) 4(565 566 577 576) 4(116 127 578 567) 4(126 577 578 127) 4(566 567 578 577) 4(117 128 579 568) 4(127 578 579 128) 4(567 568 579 578) 4(118 129 580 569) 4(128 579 580 129) 4(568 569 580 579) 4(119 130 581 570) 4(129 580 581 130) 4(569 570 581 580) 4(130 581 582 131) 4(570 571 582 581) 4(120 131 582 571) 4(122 133 584 573) 4(132 583 584 133) 4(572 573 584 583) 4(123 134 585 574) 4(133 584 585 134) 4(573 574 585 584) 4(124 135 586 575) 4(134 585 586 135) 4(574 575 586 585) 4(125 136 587 576) 4(135 586 587 136) 4(575 576 587 586) 4(126 137 588 577) 4(136 587 588 137) 4(576 577 588 587) 4(127 138 589 578) 4(137 588 589 138) 4(577 578 589 588) 4(128 139 590 579) 4(138 589 590 139) 4(578 579 590 589) 4(129 140 591 580) 4(139 590 591 140) 4(579 580 591 590) 4(130 141 592 581) 4(140 591 592 141) 4(580 581 592 591) 4(141 592 593 142) 4(581 582 593 592) 4(131 142 593 582) 4(133 144 595 584) 4(143 594 595 144) 4(583 584 595 594) 4(134 145 596 585) 4(144 595 596 145) 4(584 585 596 595) 4(135 146 597 586) 4(145 596 597 146) 4(585 586 597 596) 4(136 147 598 587) 4(146 597 598 147) 4(586 587 598 597) 4(137 148 599 588) 4(147 598 599 148) 4(587 588 599 598) 4(138 149 600 589) 4(148 599 600 149) 4(588 589 600 599) 4(139 150 601 590) 4(149 600 601 150) 4(589 590 601 600) 4(140 151 602 591) 4(150 601 602 151) 4(590 591 602 601) 4(141 152 603 592) 4(151 602 603 152) 4(591 592 603 602) 4(152 603 604 153) 4(592 593 604 603) 4(142 153 604 593) 4(144 155 606 595) 4(154 605 606 155) 4(594 595 606 605) 4(145 156 607 596) 4(155 606 607 156) 4(595 596 607 606) 4(146 157 608 597) 4(156 607 608 157) 4(596 597 608 607) 4(147 158 609 598) 4(157 608 609 158) 4(597 598 609 608) 4(148 159 610 599) 4(158 609 610 159) 4(598 599 610 609) 4(149 160 611 600) 4(159 610 611 160) 4(599 600 611 610) 4(150 161 612 601) 4(160 611 612 161) 4(600 601 612 611) 4(151 162 613 602) 4(161 612 613 162) 4(601 602 613 612) 4(152 163 614 603) 4(162 613 614 163) 4(602 603 614 613) 4(163 614 615 164) 4(603 604 615 614) 4(153 164 615 604) 4(155 166 617 606) 4(165 616 617 166) 4(605 606 617 616) 4(156 167 618 607) 4(166 617 618 167) 4(606 607 618 617) 4(157 168 619 608) 4(167 618 619 168) 4(607 608 619 618) 4(158 169 620 609) 4(168 619 620 169) 4(608 609 620 619) 4(159 170 621 610) 4(169 620 621 170) 4(609 610 621 620) 4(160 171 622 611) 4(170 621 622 171) 4(610 611 622 621) 4(161 172 623 612) 4(171 622 623 172) 4(611 612 623 622) 4(162 173 624 613) 4(172 623 624 173) 4(612 613 624 623) 4(163 174 625 614) 4(173 624 625 174) 4(613 614 625 624) 4(174 625 626 175) 4(614 615 626 625) 4(164 175 626 615) 4(166 177 628 617) 4(176 627 628 177) 4(616 617 628 627) 4(167 178 629 618) 4(177 628 629 178) 4(617 618 629 628) 4(168 179 630 619) 4(178 629 630 179) 4(618 619 630 629) 4(169 180 631 620) 4(179 630 631 180) 4(619 620 631 630) 4(170 181 632 621) 4(180 631 632 181) 4(620 621 632 631) 4(171 182 633 622) 4(181 632 633 182) 4(621 622 633 632) 4(172 183 634 623) 4(182 633 634 183) 4(622 623 634 633) 4(173 184 635 624) 4(183 634 635 184) 4(623 624 635 634) 4(174 185 636 625) 4(184 635 636 185) 4(624 625 636 635) 4(185 636 637 186) 4(625 626 637 636) 4(175 186 637 626) 4(177 188 639 628) 4(187 638 639 188) 4(627 628 639 638) 4(178 189 640 629) 4(188 639 640 189) 4(628 629 640 639) 4(179 190 641 630) 4(189 640 641 190) 4(629 630 641 640) 4(180 191 642 631) 4(190 641 642 191) 4(630 631 642 641) 4(181 192 643 632) 4(191 642 643 192) 4(631 632 643 642) 4(182 193 644 633) 4(192 643 644 193) 4(632 633 644 643) 4(183 194 645 634) 4(193 644 645 194) 4(633 634 645 644) 4(184 195 646 635) 4(194 645 646 195) 4(634 635 646 645) 4(185 196 647 636) 4(195 646 647 196) 4(635 636 647 646) 4(196 647 648 197) 4(636 637 648 647) 4(186 197 648 637) 4(188 199 650 639) 4(198 649 650 199) 4(638 639 650 649) 4(189 200 651 640) 4(199 650 651 200) 4(639 640 651 650) 4(190 201 652 641) 4(200 651 652 201) 4(640 641 652 651) 4(191 202 653 642) 4(201 652 653 202) 4(641 642 653 652) 4(192 203 654 643) 4(202 653 654 203) 4(642 643 654 653) 4(193 204 655 644) 4(203 654 655 204) 4(643 644 655 654) 4(194 205 656 645) 4(204 655 656 205) 4(644 645 656 655) 4(195 206 657 646) 4(205 656 657 206) 4(645 646 657 656) 4(196 207 658 647) 4(206 657 658 207) 4(646 647 658 657) 4(207 658 659 208) 4(647 648 659 658) 4(197 208 659 648) 4(199 210 661 650) 4(209 660 661 210) 4(649 650 661 660) 4(200 211 662 651) 4(210 661 662 211) 4(650 651 662 661) 4(201 212 663 652) 4(211 662 663 212) 4(651 652 663 662) 4(202 213 664 653) 4(212 663 664 213) 4(652 653 664 663) 4(203 214 665 654) 4(213 664 665 214) 4(653 654 665 664) 4(204 215 666 655) 4(214 665 666 215) 4(654 655 666 665) 4(205 216 667 656) 4(215 666 667 216) 4(655 656 667 666) 4(206 217 668 657) 4(216 667 668 217) 4(656 657 668 667) 4(207 218 669 658) 4(217 668 669 218) 4(657 658 669 668) 4(218 669 670 219) 4(658 659 670 669) 4(208 219 670 659) 4(210 221 672 661) 4(220 671 672 221) 4(660 661 672 671) 4(211 222 673 662) 4(221 672 673 222) 4(661 662 673 672) 4(212 223 674 663) 4(222 673 674 223) 4(662 663 674 673) 4(213 224 675 664) 4(223 674 675 224) 4(663 664 675 674) 4(214 225 676 665) 4(224 675 676 225) 4(664 665 676 675) 4(215 226 677 666) 4(225 676 677 226) 4(665 666 677 676) 4(216 227 678 667) 4(226 677 678 227) 4(666 667 678 677) 4(217 228 679 668) 4(227 678 679 228) 4(667 668 679 678) 4(218 229 680 669) 4(228 679 680 229) 4(668 669 680 679) 4(229 680 681 230) 4(669 670 681 680) 4(219 230 681 670) 4(221 232 683 672) 4(231 682 683 232) 4(671 672 683 682) 4(222 233 684 673) 4(232 683 684 233) 4(672 673 684 683) 4(223 234 685 674) 4(233 684 685 234) 4(673 674 685 684) 4(224 235 686 675) 4(234 685 686 235) 4(674 675 686 685) 4(225 236 687 676) 4(235 686 687 236) 4(675 676 687 686) 4(226 237 688 677) 4(236 687 688 237) 4(676 677 688 687) 4(227 238 689 678) 4(237 688 689 238) 4(677 678 689 688) 4(228 239 690 679) 4(238 689 690 239) 4(678 679 690 689) 4(229 240 691 680) 4(239 690 691 240) 4(679 680 691 690) 4(240 691 692 241) 4(680 681 692 691) 4(230 241 692 681) 4(232 243 694 683) 4(242 693 694 243) 4(682 683 694 693) 4(233 244 695 684) 4(243 694 695 244) 4(683 684 695 694) 4(234 245 696 685) 4(244 695 696 245) 4(684 685 696 695) 4(235 246 697 686) 4(245 696 697 246) 4(685 686 697 696) 4(236 247 698 687) 4(246 697 698 247) 4(686 687 698 697) 4(237 248 699 688) 4(247 698 699 248) 4(687 688 699 698) 4(238 249 700 689) 4(248 699 700 249) 4(688 689 700 699) 4(239 250 701 690) 4(249 700 701 250) 4(689 690 701 700) 4(240 251 702 691) 4(250 701 702 251) 4(690 691 702 701) 4(251 702 703 252) 4(691 692 703 702) 4(241 252 703 692) 4(243 254 705 694) 4(253 704 705 254) 4(693 694 705 704) 4(244 255 706 695) 4(254 705 706 255) 4(694 695 706 705) 4(245 256 707 696) 4(255 706 707 256) 4(695 696 707 706) 4(246 257 708 697) 4(256 707 708 257) 4(696 697 708 707) 4(247 258 709 698) 4(257 708 709 258) 4(697 698 709 708) 4(248 259 710 699) 4(258 709 710 259) 4(698 699 710 709) 4(249 260 711 700) 4(259 710 711 260) 4(699 700 711 710) 4(250 261 712 701) 4(260 711 712 261) 4(700 701 712 711) 4(251 262 713 702) 4(261 712 713 262) 4(701 702 713 712) 4(262 713 714 263) 4(702 703 714 713) 4(252 263 714 703) 4(254 265 716 705) 4(264 715 716 265) 4(704 705 716 715) 4(255 266 717 706) 4(265 716 717 266) 4(705 706 717 716) 4(256 267 718 707) 4(266 717 718 267) 4(706 707 718 717) 4(257 268 719 708) 4(267 718 719 268) 4(707 708 719 718) 4(258 269 720 709) 4(268 719 720 269) 4(708 709 720 719) 4(259 270 721 710) 4(269 720 721 270) 4(709 710 721 720) 4(260 271 722 711) 4(270 721 722 271) 4(710 711 722 721) 4(261 272 723 712) 4(271 722 723 272) 4(711 712 723 722) 4(262 273 724 713) 4(272 723 724 273) 4(712 713 724 723) 4(273 724 725 274) 4(713 714 725 724) 4(263 274 725 714) 4(265 276 727 716) 4(275 726 727 276) 4(715 716 727 726) 4(266 277 728 717) 4(276 727 728 277) 4(716 717 728 727) 4(267 278 729 718) 4(277 728 729 278) 4(717 718 729 728) 4(268 279 730 719) 4(278 729 730 279) 4(718 719 730 729) 4(269 280 731 720) 4(279 730 731 280) 4(719 720 731 730) 4(270 281 732 721) 4(280 731 732 281) 4(720 721 732 731) 4(271 282 733 722) 4(281 732 733 282) 4(721 722 733 732) 4(272 283 734 723) 4(282 733 734 283) 4(722 723 734 733) 4(273 284 735 724) 4(283 734 735 284) 4(723 724 735 734) 4(284 735 736 285) 4(724 725 736 735) 4(274 285 736 725) 4(276 287 738 727) 4(286 737 738 287) 4(726 727 738 737) 4(277 288 739 728) 4(287 738 739 288) 4(727 728 739 738) 4(278 289 740 729) 4(288 739 740 289) 4(728 729 740 739) 4(279 290 741 730) 4(289 740 741 290) 4(729 730 741 740) 4(280 291 742 731) 4(290 741 742 291) 4(730 731 742 741) 4(281 292 743 732) 4(291 742 743 292) 4(731 732 743 742) 4(282 293 744 733) 4(292 743 744 293) 4(732 733 744 743) 4(283 294 745 734) 4(293 744 745 294) 4(733 734 745 744) 4(284 295 746 735) 4(294 745 746 295) 4(734 735 746 745) 4(295 746 747 296) 4(735 736 747 746) 4(285 296 747 736) 4(287 298 749 738) 4(297 748 749 298) 4(737 738 749 748) 4(288 299 750 739) 4(298 749 750 299) 4(738 739 750 749) 4(289 300 751 740) 4(299 750 751 300) 4(739 740 751 750) 4(290 301 752 741) 4(300 751 752 301) 4(740 741 752 751) 4(291 302 753 742) 4(301 752 753 302) 4(741 742 753 752) 4(292 303 754 743) 4(302 753 754 303) 4(742 743 754 753) 4(293 304 755 744) 4(303 754 755 304) 4(743 744 755 754) 4(294 305 756 745) 4(304 755 756 305) 4(744 745 756 755) 4(295 306 757 746) 4(305 756 757 306) 4(745 746 757 756) 4(306 757 758 307) 4(746 747 758 757) 4(296 307 758 747) 4(298 309 760 749) 4(308 759 760 309) 4(748 749 760 759) 4(299 310 761 750) 4(309 760 761 310) 4(749 750 761 760) 4(300 311 762 751) 4(310 761 762 311) 4(750 751 762 761) 4(301 312 763 752) 4(311 762 763 312) 4(751 752 763 762) 4(302 313 764 753) 4(312 763 764 313) 4(752 753 764 763) 4(303 314 765 754) 4(313 764 765 314) 4(753 754 765 764) 4(304 315 766 755) 4(314 765 766 315) 4(754 755 766 765) 4(305 316 767 756) 4(315 766 767 316) 4(755 756 767 766) 4(306 317 768 757) 4(316 767 768 317) 4(756 757 768 767) 4(317 768 769 318) 4(757 758 769 768) 4(307 318 769 758) 4(309 320 771 760) 4(319 770 771 320) 4(759 760 771 770) 4(310 321 772 761) 4(320 771 772 321) 4(760 761 772 771) 4(311 322 773 762) 4(321 772 773 322) 4(761 762 773 772) 4(312 323 774 763) 4(322 773 774 323) 4(762 763 774 773) 4(313 324 775 764) 4(323 774 775 324) 4(763 764 775 774) 4(314 325 776 765) 4(324 775 776 325) 4(764 765 776 775) 4(315 326 777 766) 4(325 776 777 326) 4(765 766 777 776) 4(316 327 778 767) 4(326 777 778 327) 4(766 767 778 777) 4(317 328 779 768) 4(327 778 779 328) 4(767 768 779 778) 4(328 779 780 329) 4(768 769 780 779) 4(318 329 780 769) 4(320 331 782 771) 4(330 781 782 331) 4(770 771 782 781) 4(321 332 783 772) 4(331 782 783 332) 4(771 772 783 782) 4(322 333 784 773) 4(332 783 784 333) 4(772 773 784 783) 4(323 334 785 774) 4(333 784 785 334) 4(773 774 785 784) 4(324 335 786 775) 4(334 785 786 335) 4(774 775 786 785) 4(325 336 787 776) 4(335 786 787 336) 4(775 776 787 786) 4(326 337 788 777) 4(336 787 788 337) 4(776 777 788 787) 4(327 338 789 778) 4(337 788 789 338) 4(777 778 789 788) 4(328 339 790 779) 4(338 789 790 339) 4(778 779 790 789) 4(339 790 791 340) 4(779 780 791 790) 4(329 340 791 780) 4(331 342 793 782) 4(341 792 793 342) 4(781 782 793 792) 4(332 343 794 783) 4(342 793 794 343) 4(782 783 794 793) 4(333 344 795 784) 4(343 794 795 344) 4(783 784 795 794) 4(334 345 796 785) 4(344 795 796 345) 4(784 785 796 795) 4(335 346 797 786) 4(345 796 797 346) 4(785 786 797 796) 4(336 347 798 787) 4(346 797 798 347) 4(786 787 798 797) 4(337 348 799 788) 4(347 798 799 348) 4(787 788 799 798) 4(338 349 800 789) 4(348 799 800 349) 4(788 789 800 799) 4(339 350 801 790) 4(349 800 801 350) 4(789 790 801 800) 4(350 801 802 351) 4(790 791 802 801) 4(340 351 802 791) 4(342 353 804 793) 4(352 803 804 353) 4(792 793 804 803) 4(343 354 805 794) 4(353 804 805 354) 4(793 794 805 804) 4(344 355 806 795) 4(354 805 806 355) 4(794 795 806 805) 4(345 356 807 796) 4(355 806 807 356) 4(795 796 807 806) 4(346 357 808 797) 4(356 807 808 357) 4(796 797 808 807) 4(347 358 809 798) 4(357 808 809 358) 4(797 798 809 808) 4(348 359 810 799) 4(358 809 810 359) 4(798 799 810 809) 4(349 360 811 800) 4(359 810 811 360) 4(799 800 811 810) 4(350 361 812 801) 4(360 811 812 361) 4(800 801 812 811) 4(361 812 813 362) 4(801 802 813 812) 4(351 362 813 802) 4(353 364 815 804) 4(363 814 815 364) 4(803 804 815 814) 4(354 365 816 805) 4(364 815 816 365) 4(804 805 816 815) 4(355 366 817 806) 4(365 816 817 366) 4(805 806 817 816) 4(356 367 818 807) 4(366 817 818 367) 4(806 807 818 817) 4(357 368 819 808) 4(367 818 819 368) 4(807 808 819 818) 4(358 369 820 809) 4(368 819 820 369) 4(808 809 820 819) 4(359 370 821 810) 4(369 820 821 370) 4(809 810 821 820) 4(360 371 822 811) 4(370 821 822 371) 4(810 811 822 821) 4(361 372 823 812) 4(371 822 823 372) 4(811 812 823 822) 4(372 823 824 373) 4(812 813 824 823) 4(362 373 824 813) 4(364 375 826 815) 4(374 825 826 375) 4(814 815 826 825) 4(365 376 827 816) 4(375 826 827 376) 4(815 816 827 826) 4(366 377 828 817) 4(376 827 828 377) 4(816 817 828 827) 4(367 378 829 818) 4(377 828 829 378) 4(817 818 829 828) 4(368 379 830 819) 4(378 829 830 379) 4(818 819 830 829) 4(369 380 831 820) 4(379 830 831 380) 4(819 820 831 830) 4(370 381 832 821) 4(380 831 832 381) 4(820 821 832 831) 4(371 382 833 822) 4(381 832 833 382) 4(821 822 833 832) 4(372 383 834 823) 4(382 833 834 383) 4(822 823 834 833) 4(383 834 835 384) 4(823 824 835 834) 4(373 384 835 824) 4(375 386 837 826) 4(385 836 837 386) 4(825 826 837 836) 4(376 387 838 827) 4(386 837 838 387) 4(826 827 838 837) 4(377 388 839 828) 4(387 838 839 388) 4(827 828 839 838) 4(378 389 840 829) 4(388 839 840 389) 4(828 829 840 839) 4(379 390 841 830) 4(389 840 841 390) 4(829 830 841 840) 4(380 391 842 831) 4(390 841 842 391) 4(830 831 842 841) 4(381 392 843 832) 4(391 842 843 392) 4(831 832 843 842) 4(382 393 844 833) 4(392 843 844 393) 4(832 833 844 843) 4(383 394 845 834) 4(393 844 845 394) 4(833 834 845 844) 4(394 845 846 395) 4(834 835 846 845) 4(384 395 846 835) 4(386 397 848 837) 4(396 847 848 397) 4(836 837 848 847) 4(387 398 849 838) 4(397 848 849 398) 4(837 838 849 848) 4(388 399 850 839) 4(398 849 850 399) 4(838 839 850 849) 4(389 400 851 840) 4(399 850 851 400) 4(839 840 851 850) 4(390 401 852 841) 4(400 851 852 401) 4(840 841 852 851) 4(391 402 853 842) 4(401 852 853 402) 4(841 842 853 852) 4(392 403 854 843) 4(402 853 854 403) 4(842 843 854 853) 4(393 404 855 844) 4(403 854 855 404) 4(843 844 855 854) 4(394 405 856 845) 4(404 855 856 405) 4(844 845 856 855) 4(405 856 857 406) 4(845 846 857 856) 4(395 406 857 846) 4(397 408 859 848) 4(407 858 859 408) 4(847 848 859 858) 4(398 409 860 849) 4(408 859 860 409) 4(848 849 860 859) 4(399 410 861 850) 4(409 860 861 410) 4(849 850 861 860) 4(400 411 862 851) 4(410 861 862 411) 4(850 851 862 861) 4(401 412 863 852) 4(411 862 863 412) 4(851 852 863 862) 4(402 413 864 853) 4(412 863 864 413) 4(852 853 864 863) 4(403 414 865 854) 4(413 864 865 414) 4(853 854 865 864) 4(404 415 866 855) 4(414 865 866 415) 4(854 855 866 865) 4(405 416 867 856) 4(415 866 867 416) 4(855 856 867 866) 4(416 867 868 417) 4(856 857 868 867) 4(406 417 868 857) 4(408 419 870 859) 4(418 869 870 419) 4(858 859 870 869) 4(409 420 871 860) 4(419 870 871 420) 4(859 860 871 870) 4(410 421 872 861) 4(420 871 872 421) 4(860 861 872 871) 4(411 422 873 862) 4(421 872 873 422) 4(861 862 873 872) 4(412 423 874 863) 4(422 873 874 423) 4(862 863 874 873) 4(413 424 875 864) 4(423 874 875 424) 4(863 864 875 874) 4(414 425 876 865) 4(424 875 876 425) 4(864 865 876 875) 4(415 426 877 866) 4(425 876 877 426) 4(865 866 877 876) 4(416 427 878 867) 4(426 877 878 427) 4(866 867 878 877) 4(427 878 879 428) 4(867 868 879 878) 4(417 428 879 868) 4(419 430 881 870) 4(429 880 881 430) 4(869 870 881 880) 4(420 431 882 871) 4(430 881 882 431) 4(870 871 882 881) 4(421 432 883 872) 4(431 882 883 432) 4(871 872 883 882) 4(422 433 884 873) 4(432 883 884 433) 4(872 873 884 883) 4(423 434 885 874) 4(433 884 885 434) 4(873 874 885 884) 4(424 435 886 875) 4(434 885 886 435) 4(874 875 886 885) 4(425 436 887 876) 4(435 886 887 436) 4(875 876 887 886) 4(426 437 888 877) 4(436 887 888 437) 4(876 877 888 887) 4(427 438 889 878) 4(437 888 889 438) 4(877 878 889 888) 4(438 889 890 439) 4(878 879 890 889) 4(428 439 890 879) 4(430 441 892 881) 4(880 881 892 891) 4(431 442 893 882) 4(881 882 893 892) 4(432 443 894 883) 4(882 883 894 893) 4(433 444 895 884) 4(883 884 895 894) 4(434 445 896 885) 4(884 885 896 895) 4(435 446 897 886) 4(885 886 897 896) 4(436 447 898 887) 4(886 887 898 897) 4(437 448 899 888) 4(887 888 899 898) 4(438 449 900 889) 4(888 889 900 899) 4(889 890 901 900) 4(439 450 901 890) 4(452 463 914 903) 4(462 913 914 463) 4(902 903 914 913) 4(453 464 915 904) 4(463 914 915 464) 4(903 904 915 914) 4(454 465 916 905) 4(464 915 916 465) 4(904 905 916 915) 4(455 466 917 906) 4(465 916 917 466) 4(905 906 917 916) 4(456 467 918 907) 4(466 917 918 467) 4(906 907 918 917) 4(457 468 919 908) 4(467 918 919 468) 4(907 908 919 918) 4(458 469 920 909) 4(468 919 920 469) 4(908 909 920 919) 4(459 470 921 910) 4(469 920 921 470) 4(909 910 921 920) 4(460 471 922 911) 4(470 921 922 471) 4(910 911 922 921) 4(471 922 923 472) 4(911 912 923 922) 4(461 472 923 912) 4(463 474 925 914) 4(473 924 925 474) 4(913 914 925 924) 4(464 475 926 915) 4(474 925 926 475) 4(914 915 926 925) 4(465 476 927 916) 4(475 926 927 476) 4(915 916 927 926) 4(466 477 928 917) 4(476 927 928 477) 4(916 917 928 927) 4(467 478 929 918) 4(477 928 929 478) 4(917 918 929 928) 4(468 479 930 919) 4(478 929 930 479) 4(918 919 930 929) 4(469 480 931 920) 4(479 930 931 480) 4(919 920 931 930) 4(470 481 932 921) 4(480 931 932 481) 4(920 921 932 931) 4(471 482 933 922) 4(481 932 933 482) 4(921 922 933 932) 4(482 933 934 483) 4(922 923 934 933) 4(472 483 934 923) 4(474 485 936 925) 4(484 935 936 485) 4(924 925 936 935) 4(475 486 937 926) 4(485 936 937 486) 4(925 926 937 936) 4(476 487 938 927) 4(486 937 938 487) 4(926 927 938 937) 4(477 488 939 928) 4(487 938 939 488) 4(927 928 939 938) 4(478 489 940 929) 4(488 939 940 489) 4(928 929 940 939) 4(479 490 941 930) 4(489 940 941 490) 4(929 930 941 940) 4(480 491 942 931) 4(490 941 942 491) 4(930 931 942 941) 4(481 492 943 932) 4(491 942 943 492) 4(931 932 943 942) 4(482 493 944 933) 4(492 943 944 493) 4(932 933 944 943) 4(493 944 945 494) 4(933 934 945 944) 4(483 494 945 934) 4(485 496 947 936) 4(495 946 947 496) 4(935 936 947 946) 4(486 497 948 937) 4(496 947 948 497) 4(936 937 948 947) 4(487 498 949 938) 4(497 948 949 498) 4(937 938 949 948) 4(488 499 950 939) 4(498 949 950 499) 4(938 939 950 949) 4(489 500 951 940) 4(499 950 951 500) 4(939 940 951 950) 4(490 501 952 941) 4(500 951 952 501) 4(940 941 952 951) 4(491 502 953 942) 4(501 952 953 502) 4(941 942 953 952) 4(492 503 954 943) 4(502 953 954 503) 4(942 943 954 953) 4(493 504 955 944) 4(503 954 955 504) 4(943 944 955 954) 4(504 955 956 505) 4(944 945 956 955) 4(494 505 956 945) 4(496 507 958 947) 4(506 957 958 507) 4(946 947 958 957) 4(497 508 959 948) 4(507 958 959 508) 4(947 948 959 958) 4(498 509 960 949) 4(508 959 960 509) 4(948 949 960 959) 4(499 510 961 950) 4(509 960 961 510) 4(949 950 961 960) 4(500 511 962 951) 4(510 961 962 511) 4(950 951 962 961) 4(501 512 963 952) 4(511 962 963 512) 4(951 952 963 962) 4(502 513 964 953) 4(512 963 964 513) 4(952 953 964 963) 4(503 514 965 954) 4(513 964 965 514) 4(953 954 965 964) 4(504 515 966 955) 4(514 965 966 515) 4(954 955 966 965) 4(515 966 967 516) 4(955 956 967 966) 4(505 516 967 956) 4(507 518 969 958) 4(517 968 969 518) 4(957 958 969 968) 4(508 519 970 959) 4(518 969 970 519) 4(958 959 970 969) 4(509 520 971 960) 4(519 970 971 520) 4(959 960 971 970) 4(510 521 972 961) 4(520 971 972 521) 4(960 961 972 971) 4(511 522 973 962) 4(521 972 973 522) 4(961 962 973 972) 4(512 523 974 963) 4(522 973 974 523) 4(962 963 974 973) 4(513 524 975 964) 4(523 974 975 524) 4(963 964 975 974) 4(514 525 976 965) 4(524 975 976 525) 4(964 965 976 975) 4(515 526 977 966) 4(525 976 977 526) 4(965 966 977 976) 4(526 977 978 527) 4(966 967 978 977) 4(516 527 978 967) 4(518 529 980 969) 4(528 979 980 529) 4(968 969 980 979) 4(519 530 981 970) 4(529 980 981 530) 4(969 970 981 980) 4(520 531 982 971) 4(530 981 982 531) 4(970 971 982 981) 4(521 532 983 972) 4(531 982 983 532) 4(971 972 983 982) 4(522 533 984 973) 4(532 983 984 533) 4(972 973 984 983) 4(523 534 985 974) 4(533 984 985 534) 4(973 974 985 984) 4(524 535 986 975) 4(534 985 986 535) 4(974 975 986 985) 4(525 536 987 976) 4(535 986 987 536) 4(975 976 987 986) 4(526 537 988 977) 4(536 987 988 537) 4(976 977 988 987) 4(537 988 989 538) 4(977 978 989 988) 4(527 538 989 978) 4(529 540 991 980) 4(539 990 991 540) 4(979 980 991 990) 4(530 541 992 981) 4(540 991 992 541) 4(980 981 992 991) 4(531 542 993 982) 4(541 992 993 542) 4(981 982 993 992) 4(532 543 994 983) 4(542 993 994 543) 4(982 983 994 993) 4(533 544 995 984) 4(543 994 995 544) 4(983 984 995 994) 4(534 545 996 985) 4(544 995 996 545) 4(984 985 996 995) 4(535 546 997 986) 4(545 996 997 546) 4(985 986 997 996) 4(536 547 998 987) 4(546 997 998 547) 4(986 987 998 997) 4(537 548 999 988) 4(547 998 999 548) 4(987 988 999 998) 4(548 999 1000 549) 4(988 989 1000 999) 4(538 549 1000 989) 4(540 551 1002 991) 4(550 1001 1002 551) 4(990 991 1002 1001) 4(541 552 1003 992) 4(551 1002 1003 552) 4(991 992 1003 1002) 4(542 553 1004 993) 4(552 1003 1004 553) 4(992 993 1004 1003) 4(543 554 1005 994) 4(553 1004 1005 554) 4(993 994 1005 1004) 4(544 555 1006 995) 4(554 1005 1006 555) 4(994 995 1006 1005) 4(545 556 1007 996) 4(555 1006 1007 556) 4(995 996 1007 1006) 4(546 557 1008 997) 4(556 1007 1008 557) 4(996 997 1008 1007) 4(547 558 1009 998) 4(557 1008 1009 558) 4(997 998 1009 1008) 4(548 559 1010 999) 4(558 1009 1010 559) 4(998 999 1010 1009) 4(559 1010 1011 560) 4(999 1000 1011 1010) 4(549 560 1011 1000) 4(551 562 1013 1002) 4(561 1012 1013 562) 4(1001 1002 1013 1012) 4(552 563 1014 1003) 4(562 1013 1014 563) 4(1002 1003 1014 1013) 4(553 564 1015 1004) 4(563 1014 1015 564) 4(1003 1004 1015 1014) 4(554 565 1016 1005) 4(564 1015 1016 565) 4(1004 1005 1016 1015) 4(555 566 1017 1006) 4(565 1016 1017 566) 4(1005 1006 1017 1016) 4(556 567 1018 1007) 4(566 1017 1018 567) 4(1006 1007 1018 1017) 4(557 568 1019 1008) 4(567 1018 1019 568) 4(1007 1008 1019 1018) 4(558 569 1020 1009) 4(568 1019 1020 569) 4(1008 1009 1020 1019) 4(559 570 1021 1010) 4(569 1020 1021 570) 4(1009 1010 1021 1020) 4(570 1021 1022 571) 4(1010 1011 1022 1021) 4(560 571 1022 1011) 4(562 573 1024 1013) 4(572 1023 1024 573) 4(1012 1013 1024 1023) 4(563 574 1025 1014) 4(573 1024 1025 574) 4(1013 1014 1025 1024) 4(564 575 1026 1015) 4(574 1025 1026 575) 4(1014 1015 1026 1025) 4(565 576 1027 1016) 4(575 1026 1027 576) 4(1015 1016 1027 1026) 4(566 577 1028 1017) 4(576 1027 1028 577) 4(1016 1017 1028 1027) 4(567 578 1029 1018) 4(577 1028 1029 578) 4(1017 1018 1029 1028) 4(568 579 1030 1019) 4(578 1029 1030 579) 4(1018 1019 1030 1029) 4(569 580 1031 1020) 4(579 1030 1031 580) 4(1019 1020 1031 1030) 4(570 581 1032 1021) 4(580 1031 1032 581) 4(1020 1021 1032 1031) 4(581 1032 1033 582) 4(1021 1022 1033 1032) 4(571 582 1033 1022) 4(573 584 1035 1024) 4(583 1034 1035 584) 4(1023 1024 1035 1034) 4(574 585 1036 1025) 4(584 1035 1036 585) 4(1024 1025 1036 1035) 4(575 586 1037 1026) 4(585 1036 1037 586) 4(1025 1026 1037 1036) 4(576 587 1038 1027) 4(586 1037 1038 587) 4(1026 1027 1038 1037) 4(577 588 1039 1028) 4(587 1038 1039 588) 4(1027 1028 1039 1038) 4(578 589 1040 1029) 4(588 1039 1040 589) 4(1028 1029 1040 1039) 4(579 590 1041 1030) 4(589 1040 1041 590) 4(1029 1030 1041 1040) 4(580 591 1042 1031) 4(590 1041 1042 591) 4(1030 1031 1042 1041) 4(581 592 1043 1032) 4(591 1042 1043 592) 4(1031 1032 1043 1042) 4(592 1043 1044 593) 4(1032 1033 1044 1043) 4(582 593 1044 1033) 4(584 595 1046 1035) 4(594 1045 1046 595) 4(1034 1035 1046 1045) 4(585 596 1047 1036) 4(595 1046 1047 596) 4(1035 1036 1047 1046) 4(586 597 1048 1037) 4(596 1047 1048 597) 4(1036 1037 1048 1047) 4(587 598 1049 1038) 4(597 1048 1049 598) 4(1037 1038 1049 1048) 4(588 599 1050 1039) 4(598 1049 1050 599) 4(1038 1039 1050 1049) 4(589 600 1051 1040) 4(599 1050 1051 600) 4(1039 1040 1051 1050) 4(590 601 1052 1041) 4(600 1051 1052 601) 4(1040 1041 1052 1051) 4(591 602 1053 1042) 4(601 1052 1053 602) 4(1041 1042 1053 1052) 4(592 603 1054 1043) 4(602 1053 1054 603) 4(1042 1043 1054 1053) 4(603 1054 1055 604) 4(1043 1044 1055 1054) 4(593 604 1055 1044) 4(595 606 1057 1046) 4(605 1056 1057 606) 4(1045 1046 1057 1056) 4(596 607 1058 1047) 4(606 1057 1058 607) 4(1046 1047 1058 1057) 4(597 608 1059 1048) 4(607 1058 1059 608) 4(1047 1048 1059 1058) 4(598 609 1060 1049) 4(608 1059 1060 609) 4(1048 1049 1060 1059) 4(599 610 1061 1050) 4(609 1060 1061 610) 4(1049 1050 1061 1060) 4(600 611 1062 1051) 4(610 1061 1062 611) 4(1050 1051 1062 1061) 4(601 612 1063 1052) 4(611 1062 1063 612) 4(1051 1052 1063 1062) 4(602 613 1064 1053) 4(612 1063 1064 613) 4(1052 1053 1064 1063) 4(603 614 1065 1054) 4(613 1064 1065 614) 4(1053 1054 1065 1064) 4(614 1065 1066 615) 4(1054 1055 1066 1065) 4(604 615 1066 1055) 4(606 617 1068 1057) 4(616 1067 1068 617) 4(1056 1057 1068 1067) 4(607 618 1069 1058) 4(617 1068 1069 618) 4(1057 1058 1069 1068) 4(608 619 1070 1059) 4(618 1069 1070 619) 4(1058 1059 1070 1069) 4(609 620 1071 1060) 4(619 1070 1071 620) 4(1059 1060 1071 1070) 4(610 621 1072 1061) 4(620 1071 1072 621) 4(1060 1061 1072 1071) 4(611 622 1073 1062) 4(621 1072 1073 622) 4(1061 1062 1073 1072) 4(612 623 1074 1063) 4(622 1073 1074 623) 4(1062 1063 1074 1073) 4(613 624 1075 1064) 4(623 1074 1075 624) 4(1063 1064 1075 1074) 4(614 625 1076 1065) 4(624 1075 1076 625) 4(1064 1065 1076 1075) 4(625 1076 1077 626) 4(1065 1066 1077 1076) 4(615 626 1077 1066) 4(617 628 1079 1068) 4(627 1078 1079 628) 4(1067 1068 1079 1078) 4(618 629 1080 1069) 4(628 1079 1080 629) 4(1068 1069 1080 1079) 4(619 630 1081 1070) 4(629 1080 1081 630) 4(1069 1070 1081 1080) 4(620 631 1082 1071) 4(630 1081 1082 631) 4(1070 1071 1082 1081) 4(621 632 1083 1072) 4(631 1082 1083 632) 4(1071 1072 1083 1082) 4(622 633 1084 1073) 4(632 1083 1084 633) 4(1072 1073 1084 1083) 4(623 634 1085 1074) 4(633 1084 1085 634) 4(1073 1074 1085 1084) 4(624 635 1086 1075) 4(634 1085 1086 635) 4(1074 1075 1086 1085) 4(625 636 1087 1076) 4(635 1086 1087 636) 4(1075 1076 1087 1086) 4(636 1087 1088 637) 4(1076 1077 1088 1087) 4(626 637 1088 1077) 4(628 639 1090 1079) 4(638 1089 1090 639) 4(1078 1079 1090 1089) 4(629 640 1091 1080) 4(639 1090 1091 640) 4(1079 1080 1091 1090) 4(630 641 1092 1081) 4(640 1091 1092 641) 4(1080 1081 1092 1091) 4(631 642 1093 1082) 4(641 1092 1093 642) 4(1081 1082 1093 1092) 4(632 643 1094 1083) 4(642 1093 1094 643) 4(1082 1083 1094 1093) 4(633 644 1095 1084) 4(643 1094 1095 644) 4(1083 1084 1095 1094) 4(634 645 1096 1085) 4(644 1095 1096 645) 4(1084 1085 1096 1095) 4(635 646 1097 1086) 4(645 1096 1097 646) 4(1085 1086 1097 1096) 4(636 647 1098 1087) 4(646 1097 1098 647) 4(1086 1087 1098 1097) 4(647 1098 1099 648) 4(1087 1088 1099 1098) 4(637 648 1099 1088) 4(639 650 1101 1090) 4(649 1100 1101 650) 4(1089 1090 1101 1100) 4(640 651 1102 1091) 4(650 1101 1102 651) 4(1090 1091 1102 1101) 4(641 652 1103 1092) 4(651 1102 1103 652) 4(1091 1092 1103 1102) 4(642 653 1104 1093) 4(652 1103 1104 653) 4(1092 1093 1104 1103) 4(643 654 1105 1094) 4(653 1104 1105 654) 4(1093 1094 1105 1104) 4(644 655 1106 1095) 4(654 1105 1106 655) 4(1094 1095 1106 1105) 4(645 656 1107 1096) 4(655 1106 1107 656) 4(1095 1096 1107 1106) 4(646 657 1108 1097) 4(656 1107 1108 657) 4(1096 1097 1108 1107) 4(647 658 1109 1098) 4(657 1108 1109 658) 4(1097 1098 1109 1108) 4(658 1109 1110 659) 4(1098 1099 1110 1109) 4(648 659 1110 1099) 4(650 661 1112 1101) 4(660 1111 1112 661) 4(1100 1101 1112 1111) 4(651 662 1113 1102) 4(661 1112 1113 662) 4(1101 1102 1113 1112) 4(652 663 1114 1103) 4(662 1113 1114 663) 4(1102 1103 1114 1113) 4(653 664 1115 1104) 4(663 1114 1115 664) 4(1103 1104 1115 1114) 4(654 665 1116 1105) 4(664 1115 1116 665) 4(1104 1105 1116 1115) 4(655 666 1117 1106) 4(665 1116 1117 666) 4(1105 1106 1117 1116) 4(656 667 1118 1107) 4(666 1117 1118 667) 4(1106 1107 1118 1117) 4(657 668 1119 1108) 4(667 1118 1119 668) 4(1107 1108 1119 1118) 4(658 669 1120 1109) 4(668 1119 1120 669) 4(1108 1109 1120 1119) 4(669 1120 1121 670) 4(1109 1110 1121 1120) 4(659 670 1121 1110) 4(661 672 1123 1112) 4(671 1122 1123 672) 4(1111 1112 1123 1122) 4(662 673 1124 1113) 4(672 1123 1124 673) 4(1112 1113 1124 1123) 4(663 674 1125 1114) 4(673 1124 1125 674) 4(1113 1114 1125 1124) 4(664 675 1126 1115) 4(674 1125 1126 675) 4(1114 1115 1126 1125) 4(665 676 1127 1116) 4(675 1126 1127 676) 4(1115 1116 1127 1126) 4(666 677 1128 1117) 4(676 1127 1128 677) 4(1116 1117 1128 1127) 4(667 678 1129 1118) 4(677 1128 1129 678) 4(1117 1118 1129 1128) 4(668 679 1130 1119) 4(678 1129 1130 679) 4(1118 1119 1130 1129) 4(669 680 1131 1120) 4(679 1130 1131 680) 4(1119 1120 1131 1130) 4(680 1131 1132 681) 4(1120 1121 1132 1131) 4(670 681 1132 1121) 4(672 683 1134 1123) 4(682 1133 1134 683) 4(1122 1123 1134 1133) 4(673 684 1135 1124) 4(683 1134 1135 684) 4(1123 1124 1135 1134) 4(674 685 1136 1125) 4(684 1135 1136 685) 4(1124 1125 1136 1135) 4(675 686 1137 1126) 4(685 1136 1137 686) 4(1125 1126 1137 1136) 4(676 687 1138 1127) 4(686 1137 1138 687) 4(1126 1127 1138 1137) 4(677 688 1139 1128) 4(687 1138 1139 688) 4(1127 1128 1139 1138) 4(678 689 1140 1129) 4(688 1139 1140 689) 4(1128 1129 1140 1139) 4(679 690 1141 1130) 4(689 1140 1141 690) 4(1129 1130 1141 1140) 4(680 691 1142 1131) 4(690 1141 1142 691) 4(1130 1131 1142 1141) 4(691 1142 1143 692) 4(1131 1132 1143 1142) 4(681 692 1143 1132) 4(683 694 1145 1134) 4(693 1144 1145 694) 4(1133 1134 1145 1144) 4(684 695 1146 1135) 4(694 1145 1146 695) 4(1134 1135 1146 1145) 4(685 696 1147 1136) 4(695 1146 1147 696) 4(1135 1136 1147 1146) 4(686 697 1148 1137) 4(696 1147 1148 697) 4(1136 1137 1148 1147) 4(687 698 1149 1138) 4(697 1148 1149 698) 4(1137 1138 1149 1148) 4(688 699 1150 1139) 4(698 1149 1150 699) 4(1138 1139 1150 1149) 4(689 700 1151 1140) 4(699 1150 1151 700) 4(1139 1140 1151 1150) 4(690 701 1152 1141) 4(700 1151 1152 701) 4(1140 1141 1152 1151) 4(691 702 1153 1142) 4(701 1152 1153 702) 4(1141 1142 1153 1152) 4(702 1153 1154 703) 4(1142 1143 1154 1153) 4(692 703 1154 1143) 4(694 705 1156 1145) 4(704 1155 1156 705) 4(1144 1145 1156 1155) 4(695 706 1157 1146) 4(705 1156 1157 706) 4(1145 1146 1157 1156) 4(696 707 1158 1147) 4(706 1157 1158 707) 4(1146 1147 1158 1157) 4(697 708 1159 1148) 4(707 1158 1159 708) 4(1147 1148 1159 1158) 4(698 709 1160 1149) 4(708 1159 1160 709) 4(1148 1149 1160 1159) 4(699 710 1161 1150) 4(709 1160 1161 710) 4(1149 1150 1161 1160) 4(700 711 1162 1151) 4(710 1161 1162 711) 4(1150 1151 1162 1161) 4(701 712 1163 1152) 4(711 1162 1163 712) 4(1151 1152 1163 1162) 4(702 713 1164 1153) 4(712 1163 1164 713) 4(1152 1153 1164 1163) 4(713 1164 1165 714) 4(1153 1154 1165 1164) 4(703 714 1165 1154) 4(705 716 1167 1156) 4(715 1166 1167 716) 4(1155 1156 1167 1166) 4(706 717 1168 1157) 4(716 1167 1168 717) 4(1156 1157 1168 1167) 4(707 718 1169 1158) 4(717 1168 1169 718) 4(1157 1158 1169 1168) 4(708 719 1170 1159) 4(718 1169 1170 719) 4(1158 1159 1170 1169) 4(709 720 1171 1160) 4(719 1170 1171 720) 4(1159 1160 1171 1170) 4(710 721 1172 1161) 4(720 1171 1172 721) 4(1160 1161 1172 1171) 4(711 722 1173 1162) 4(721 1172 1173 722) 4(1161 1162 1173 1172) 4(712 723 1174 1163) 4(722 1173 1174 723) 4(1162 1163 1174 1173) 4(713 724 1175 1164) 4(723 1174 1175 724) 4(1163 1164 1175 1174) 4(724 1175 1176 725) 4(1164 1165 1176 1175) 4(714 725 1176 1165) 4(716 727 1178 1167) 4(726 1177 1178 727) 4(1166 1167 1178 1177) 4(717 728 1179 1168) 4(727 1178 1179 728) 4(1167 1168 1179 1178) 4(718 729 1180 1169) 4(728 1179 1180 729) 4(1168 1169 1180 1179) 4(719 730 1181 1170) 4(729 1180 1181 730) 4(1169 1170 1181 1180) 4(720 731 1182 1171) 4(730 1181 1182 731) 4(1170 1171 1182 1181) 4(721 732 1183 1172) 4(731 1182 1183 732) 4(1171 1172 1183 1182) 4(722 733 1184 1173) 4(732 1183 1184 733) 4(1172 1173 1184 1183) 4(723 734 1185 1174) 4(733 1184 1185 734) 4(1173 1174 1185 1184) 4(724 735 1186 1175) 4(734 1185 1186 735) 4(1174 1175 1186 1185) 4(735 1186 1187 736) 4(1175 1176 1187 1186) 4(725 736 1187 1176) 4(727 738 1189 1178) 4(737 1188 1189 738) 4(1177 1178 1189 1188) 4(728 739 1190 1179) 4(738 1189 1190 739) 4(1178 1179 1190 1189) 4(729 740 1191 1180) 4(739 1190 1191 740) 4(1179 1180 1191 1190) 4(730 741 1192 1181) 4(740 1191 1192 741) 4(1180 1181 1192 1191) 4(731 742 1193 1182) 4(741 1192 1193 742) 4(1181 1182 1193 1192) 4(732 743 1194 1183) 4(742 1193 1194 743) 4(1182 1183 1194 1193) 4(733 744 1195 1184) 4(743 1194 1195 744) 4(1183 1184 1195 1194) 4(734 745 1196 1185) 4(744 1195 1196 745) 4(1184 1185 1196 1195) 4(735 746 1197 1186) 4(745 1196 1197 746) 4(1185 1186 1197 1196) 4(746 1197 1198 747) 4(1186 1187 1198 1197) 4(736 747 1198 1187) 4(738 749 1200 1189) 4(748 1199 1200 749) 4(1188 1189 1200 1199) 4(739 750 1201 1190) 4(749 1200 1201 750) 4(1189 1190 1201 1200) 4(740 751 1202 1191) 4(750 1201 1202 751) 4(1190 1191 1202 1201) 4(741 752 1203 1192) 4(751 1202 1203 752) 4(1191 1192 1203 1202) 4(742 753 1204 1193) 4(752 1203 1204 753) 4(1192 1193 1204 1203) 4(743 754 1205 1194) 4(753 1204 1205 754) 4(1193 1194 1205 1204) 4(744 755 1206 1195) 4(754 1205 1206 755) 4(1194 1195 1206 1205) 4(745 756 1207 1196) 4(755 1206 1207 756) 4(1195 1196 1207 1206) 4(746 757 1208 1197) 4(756 1207 1208 757) 4(1196 1197 1208 1207) 4(757 1208 1209 758) 4(1197 1198 1209 1208) 4(747 758 1209 1198) 4(749 760 1211 1200) 4(759 1210 1211 760) 4(1199 1200 1211 1210) 4(750 761 1212 1201) 4(760 1211 1212 761) 4(1200 1201 1212 1211) 4(751 762 1213 1202) 4(761 1212 1213 762) 4(1201 1202 1213 1212) 4(752 763 1214 1203) 4(762 1213 1214 763) 4(1202 1203 1214 1213) 4(753 764 1215 1204) 4(763 1214 1215 764) 4(1203 1204 1215 1214) 4(754 765 1216 1205) 4(764 1215 1216 765) 4(1204 1205 1216 1215) 4(755 766 1217 1206) 4(765 1216 1217 766) 4(1205 1206 1217 1216) 4(756 767 1218 1207) 4(766 1217 1218 767) 4(1206 1207 1218 1217) 4(757 768 1219 1208) 4(767 1218 1219 768) 4(1207 1208 1219 1218) 4(768 1219 1220 769) 4(1208 1209 1220 1219) 4(758 769 1220 1209) 4(760 771 1222 1211) 4(770 1221 1222 771) 4(1210 1211 1222 1221) 4(761 772 1223 1212) 4(771 1222 1223 772) 4(1211 1212 1223 1222) 4(762 773 1224 1213) 4(772 1223 1224 773) 4(1212 1213 1224 1223) 4(763 774 1225 1214) 4(773 1224 1225 774) 4(1213 1214 1225 1224) 4(764 775 1226 1215) 4(774 1225 1226 775) 4(1214 1215 1226 1225) 4(765 776 1227 1216) 4(775 1226 1227 776) 4(1215 1216 1227 1226) 4(766 777 1228 1217) 4(776 1227 1228 777) 4(1216 1217 1228 1227) 4(767 778 1229 1218) 4(777 1228 1229 778) 4(1217 1218 1229 1228) 4(768 779 1230 1219) 4(778 1229 1230 779) 4(1218 1219 1230 1229) 4(779 1230 1231 780) 4(1219 1220 1231 1230) 4(769 780 1231 1220) 4(771 782 1233 1222) 4(781 1232 1233 782) 4(1221 1222 1233 1232) 4(772 783 1234 1223) 4(782 1233 1234 783) 4(1222 1223 1234 1233) 4(773 784 1235 1224) 4(783 1234 1235 784) 4(1223 1224 1235 1234) 4(774 785 1236 1225) 4(784 1235 1236 785) 4(1224 1225 1236 1235) 4(775 786 1237 1226) 4(785 1236 1237 786) 4(1225 1226 1237 1236) 4(776 787 1238 1227) 4(786 1237 1238 787) 4(1226 1227 1238 1237) 4(777 788 1239 1228) 4(787 1238 1239 788) 4(1227 1228 1239 1238) 4(778 789 1240 1229) 4(788 1239 1240 789) 4(1228 1229 1240 1239) 4(779 790 1241 1230) 4(789 1240 1241 790) 4(1229 1230 1241 1240) 4(790 1241 1242 791) 4(1230 1231 1242 1241) 4(780 791 1242 1231) 4(782 793 1244 1233) 4(792 1243 1244 793) 4(1232 1233 1244 1243) 4(783 794 1245 1234) 4(793 1244 1245 794) 4(1233 1234 1245 1244) 4(784 795 1246 1235) 4(794 1245 1246 795) 4(1234 1235 1246 1245) 4(785 796 1247 1236) 4(795 1246 1247 796) 4(1235 1236 1247 1246) 4(786 797 1248 1237) 4(796 1247 1248 797) 4(1236 1237 1248 1247) 4(787 798 1249 1238) 4(797 1248 1249 798) 4(1237 1238 1249 1248) 4(788 799 1250 1239) 4(798 1249 1250 799) 4(1238 1239 1250 1249) 4(789 800 1251 1240) 4(799 1250 1251 800) 4(1239 1240 1251 1250) 4(790 801 1252 1241) 4(800 1251 1252 801) 4(1240 1241 1252 1251) 4(801 1252 1253 802) 4(1241 1242 1253 1252) 4(791 802 1253 1242) 4(793 804 1255 1244) 4(803 1254 1255 804) 4(1243 1244 1255 1254) 4(794 805 1256 1245) 4(804 1255 1256 805) 4(1244 1245 1256 1255) 4(795 806 1257 1246) 4(805 1256 1257 806) 4(1245 1246 1257 1256) 4(796 807 1258 1247) 4(806 1257 1258 807) 4(1246 1247 1258 1257) 4(797 808 1259 1248) 4(807 1258 1259 808) 4(1247 1248 1259 1258) 4(798 809 1260 1249) 4(808 1259 1260 809) 4(1248 1249 1260 1259) 4(799 810 1261 1250) 4(809 1260 1261 810) 4(1249 1250 1261 1260) 4(800 811 1262 1251) 4(810 1261 1262 811) 4(1250 1251 1262 1261) 4(801 812 1263 1252) 4(811 1262 1263 812) 4(1251 1252 1263 1262) 4(812 1263 1264 813) 4(1252 1253 1264 1263) 4(802 813 1264 1253) 4(804 815 1266 1255) 4(814 1265 1266 815) 4(1254 1255 1266 1265) 4(805 816 1267 1256) 4(815 1266 1267 816) 4(1255 1256 1267 1266) 4(806 817 1268 1257) 4(816 1267 1268 817) 4(1256 1257 1268 1267) 4(807 818 1269 1258) 4(817 1268 1269 818) 4(1257 1258 1269 1268) 4(808 819 1270 1259) 4(818 1269 1270 819) 4(1258 1259 1270 1269) 4(809 820 1271 1260) 4(819 1270 1271 820) 4(1259 1260 1271 1270) 4(810 821 1272 1261) 4(820 1271 1272 821) 4(1260 1261 1272 1271) 4(811 822 1273 1262) 4(821 1272 1273 822) 4(1261 1262 1273 1272) 4(812 823 1274 1263) 4(822 1273 1274 823) 4(1262 1263 1274 1273) 4(823 1274 1275 824) 4(1263 1264 1275 1274) 4(813 824 1275 1264) 4(815 826 1277 1266) 4(825 1276 1277 826) 4(1265 1266 1277 1276) 4(816 827 1278 1267) 4(826 1277 1278 827) 4(1266 1267 1278 1277) 4(817 828 1279 1268) 4(827 1278 1279 828) 4(1267 1268 1279 1278) 4(818 829 1280 1269) 4(828 1279 1280 829) 4(1268 1269 1280 1279) 4(819 830 1281 1270) 4(829 1280 1281 830) 4(1269 1270 1281 1280) 4(820 831 1282 1271) 4(830 1281 1282 831) 4(1270 1271 1282 1281) 4(821 832 1283 1272) 4(831 1282 1283 832) 4(1271 1272 1283 1282) 4(822 833 1284 1273) 4(832 1283 1284 833) 4(1272 1273 1284 1283) 4(823 834 1285 1274) 4(833 1284 1285 834) 4(1273 1274 1285 1284) 4(834 1285 1286 835) 4(1274 1275 1286 1285) 4(824 835 1286 1275) 4(826 837 1288 1277) 4(836 1287 1288 837) 4(1276 1277 1288 1287) 4(827 838 1289 1278) 4(837 1288 1289 838) 4(1277 1278 1289 1288) 4(828 839 1290 1279) 4(838 1289 1290 839) 4(1278 1279 1290 1289) 4(829 840 1291 1280) 4(839 1290 1291 840) 4(1279 1280 1291 1290) 4(830 841 1292 1281) 4(840 1291 1292 841) 4(1280 1281 1292 1291) 4(831 842 1293 1282) 4(841 1292 1293 842) 4(1281 1282 1293 1292) 4(832 843 1294 1283) 4(842 1293 1294 843) 4(1282 1283 1294 1293) 4(833 844 1295 1284) 4(843 1294 1295 844) 4(1283 1284 1295 1294) 4(834 845 1296 1285) 4(844 1295 1296 845) 4(1284 1285 1296 1295) 4(845 1296 1297 846) 4(1285 1286 1297 1296) 4(835 846 1297 1286) 4(837 848 1299 1288) 4(847 1298 1299 848) 4(1287 1288 1299 1298) 4(838 849 1300 1289) 4(848 1299 1300 849) 4(1288 1289 1300 1299) 4(839 850 1301 1290) 4(849 1300 1301 850) 4(1289 1290 1301 1300) 4(840 851 1302 1291) 4(850 1301 1302 851) 4(1290 1291 1302 1301) 4(841 852 1303 1292) 4(851 1302 1303 852) 4(1291 1292 1303 1302) 4(842 853 1304 1293) 4(852 1303 1304 853) 4(1292 1293 1304 1303) 4(843 854 1305 1294) 4(853 1304 1305 854) 4(1293 1294 1305 1304) 4(844 855 1306 1295) 4(854 1305 1306 855) 4(1294 1295 1306 1305) 4(845 856 1307 1296) 4(855 1306 1307 856) 4(1295 1296 1307 1306) 4(856 1307 1308 857) 4(1296 1297 1308 1307) 4(846 857 1308 1297) 4(848 859 1310 1299) 4(858 1309 1310 859) 4(1298 1299 1310 1309) 4(849 860 1311 1300) 4(859 1310 1311 860) 4(1299 1300 1311 1310) 4(850 861 1312 1301) 4(860 1311 1312 861) 4(1300 1301 1312 1311) 4(851 862 1313 1302) 4(861 1312 1313 862) 4(1301 1302 1313 1312) 4(852 863 1314 1303) 4(862 1313 1314 863) 4(1302 1303 1314 1313) 4(853 864 1315 1304) 4(863 1314 1315 864) 4(1303 1304 1315 1314) 4(854 865 1316 1305) 4(864 1315 1316 865) 4(1304 1305 1316 1315) 4(855 866 1317 1306) 4(865 1316 1317 866) 4(1305 1306 1317 1316) 4(856 867 1318 1307) 4(866 1317 1318 867) 4(1306 1307 1318 1317) 4(867 1318 1319 868) 4(1307 1308 1319 1318) 4(857 868 1319 1308) 4(859 870 1321 1310) 4(869 1320 1321 870) 4(1309 1310 1321 1320) 4(860 871 1322 1311) 4(870 1321 1322 871) 4(1310 1311 1322 1321) 4(861 872 1323 1312) 4(871 1322 1323 872) 4(1311 1312 1323 1322) 4(862 873 1324 1313) 4(872 1323 1324 873) 4(1312 1313 1324 1323) 4(863 874 1325 1314) 4(873 1324 1325 874) 4(1313 1314 1325 1324) 4(864 875 1326 1315) 4(874 1325 1326 875) 4(1314 1315 1326 1325) 4(865 876 1327 1316) 4(875 1326 1327 876) 4(1315 1316 1327 1326) 4(866 877 1328 1317) 4(876 1327 1328 877) 4(1316 1317 1328 1327) 4(867 878 1329 1318) 4(877 1328 1329 878) 4(1317 1318 1329 1328) 4(878 1329 1330 879) 4(1318 1319 1330 1329) 4(868 879 1330 1319) 4(870 881 1332 1321) 4(880 1331 1332 881) 4(1320 1321 1332 1331) 4(871 882 1333 1322) 4(881 1332 1333 882) 4(1321 1322 1333 1332) 4(872 883 1334 1323) 4(882 1333 1334 883) 4(1322 1323 1334 1333) 4(873 884 1335 1324) 4(883 1334 1335 884) 4(1323 1324 1335 1334) 4(874 885 1336 1325) 4(884 1335 1336 885) 4(1324 1325 1336 1335) 4(875 886 1337 1326) 4(885 1336 1337 886) 4(1325 1326 1337 1336) 4(876 887 1338 1327) 4(886 1337 1338 887) 4(1326 1327 1338 1337) 4(877 888 1339 1328) 4(887 1338 1339 888) 4(1327 1328 1339 1338) 4(878 889 1340 1329) 4(888 1339 1340 889) 4(1328 1329 1340 1339) 4(889 1340 1341 890) 4(1329 1330 1341 1340) 4(879 890 1341 1330) 4(881 892 1343 1332) 4(1331 1332 1343 1342) 4(882 893 1344 1333) 4(1332 1333 1344 1343) 4(883 894 1345 1334) 4(1333 1334 1345 1344) 4(884 895 1346 1335) 4(1334 1335 1346 1345) 4(885 896 1347 1336) 4(1335 1336 1347 1346) 4(886 897 1348 1337) 4(1336 1337 1348 1347) 4(887 898 1349 1338) 4(1337 1338 1349 1348) 4(888 899 1350 1339) 4(1338 1339 1350 1349) 4(889 900 1351 1340) 4(1339 1340 1351 1350) 4(1340 1341 1352 1351) 4(890 901 1352 1341) 4(903 914 1365 1354) 4(913 1364 1365 914) 4(1353 1354 1365 1364) 4(904 915 1366 1355) 4(914 1365 1366 915) 4(1354 1355 1366 1365) 4(905 916 1367 1356) 4(915 1366 1367 916) 4(1355 1356 1367 1366) 4(906 917 1368 1357) 4(916 1367 1368 917) 4(1356 1357 1368 1367) 4(907 918 1369 1358) 4(917 1368 1369 918) 4(1357 1358 1369 1368) 4(908 919 1370 1359) 4(918 1369 1370 919) 4(1358 1359 1370 1369) 4(909 920 1371 1360) 4(919 1370 1371 920) 4(1359 1360 1371 1370) 4(910 921 1372 1361) 4(920 1371 1372 921) 4(1360 1361 1372 1371) 4(911 922 1373 1362) 4(921 1372 1373 922) 4(1361 1362 1373 1372) 4(922 1373 1374 923) 4(1362 1363 1374 1373) 4(912 923 1374 1363) 4(914 925 1376 1365) 4(924 1375 1376 925) 4(1364 1365 1376 1375) 4(915 926 1377 1366) 4(925 1376 1377 926) 4(1365 1366 1377 1376) 4(916 927 1378 1367) 4(926 1377 1378 927) 4(1366 1367 1378 1377) 4(917 928 1379 1368) 4(927 1378 1379 928) 4(1367 1368 1379 1378) 4(918 929 1380 1369) 4(928 1379 1380 929) 4(1368 1369 1380 1379) 4(919 930 1381 1370) 4(929 1380 1381 930) 4(1369 1370 1381 1380) 4(920 931 1382 1371) 4(930 1381 1382 931) 4(1370 1371 1382 1381) 4(921 932 1383 1372) 4(931 1382 1383 932) 4(1371 1372 1383 1382) 4(922 933 1384 1373) 4(932 1383 1384 933) 4(1372 1373 1384 1383) 4(933 1384 1385 934) 4(1373 1374 1385 1384) 4(923 934 1385 1374) 4(925 936 1387 1376) 4(935 1386 1387 936) 4(1375 1376 1387 1386) 4(926 937 1388 1377) 4(936 1387 1388 937) 4(1376 1377 1388 1387) 4(927 938 1389 1378) 4(937 1388 1389 938) 4(1377 1378 1389 1388) 4(928 939 1390 1379) 4(938 1389 1390 939) 4(1378 1379 1390 1389) 4(929 940 1391 1380) 4(939 1390 1391 940) 4(1379 1380 1391 1390) 4(930 941 1392 1381) 4(940 1391 1392 941) 4(1380 1381 1392 1391) 4(931 942 1393 1382) 4(941 1392 1393 942) 4(1381 1382 1393 1392) 4(932 943 1394 1383) 4(942 1393 1394 943) 4(1382 1383 1394 1393) 4(933 944 1395 1384) 4(943 1394 1395 944) 4(1383 1384 1395 1394) 4(944 1395 1396 945) 4(1384 1385 1396 1395) 4(934 945 1396 1385) 4(936 947 1398 1387) 4(946 1397 1398 947) 4(1386 1387 1398 1397) 4(937 948 1399 1388) 4(947 1398 1399 948) 4(1387 1388 1399 1398) 4(938 949 1400 1389) 4(948 1399 1400 949) 4(1388 1389 1400 1399) 4(939 950 1401 1390) 4(949 1400 1401 950) 4(1389 1390 1401 1400) 4(940 951 1402 1391) 4(950 1401 1402 951) 4(1390 1391 1402 1401) 4(941 952 1403 1392) 4(951 1402 1403 952) 4(1391 1392 1403 1402) 4(942 953 1404 1393) 4(952 1403 1404 953) 4(1392 1393 1404 1403) 4(943 954 1405 1394) 4(953 1404 1405 954) 4(1393 1394 1405 1404) 4(944 955 1406 1395) 4(954 1405 1406 955) 4(1394 1395 1406 1405) 4(955 1406 1407 956) 4(1395 1396 1407 1406) 4(945 956 1407 1396) 4(947 958 1409 1398) 4(957 1408 1409 958) 4(1397 1398 1409 1408) 4(948 959 1410 1399) 4(958 1409 1410 959) 4(1398 1399 1410 1409) 4(949 960 1411 1400) 4(959 1410 1411 960) 4(1399 1400 1411 1410) 4(950 961 1412 1401) 4(960 1411 1412 961) 4(1400 1401 1412 1411) 4(951 962 1413 1402) 4(961 1412 1413 962) 4(1401 1402 1413 1412) 4(952 963 1414 1403) 4(962 1413 1414 963) 4(1402 1403 1414 1413) 4(953 964 1415 1404) 4(963 1414 1415 964) 4(1403 1404 1415 1414) 4(954 965 1416 1405) 4(964 1415 1416 965) 4(1404 1405 1416 1415) 4(955 966 1417 1406) 4(965 1416 1417 966) 4(1405 1406 1417 1416) 4(966 1417 1418 967) 4(1406 1407 1418 1417) 4(956 967 1418 1407) 4(958 969 1420 1409) 4(968 1419 1420 969) 4(1408 1409 1420 1419) 4(959 970 1421 1410) 4(969 1420 1421 970) 4(1409 1410 1421 1420) 4(960 971 1422 1411) 4(970 1421 1422 971) 4(1410 1411 1422 1421) 4(961 972 1423 1412) 4(971 1422 1423 972) 4(1411 1412 1423 1422) 4(962 973 1424 1413) 4(972 1423 1424 973) 4(1412 1413 1424 1423) 4(963 974 1425 1414) 4(973 1424 1425 974) 4(1413 1414 1425 1424) 4(964 975 1426 1415) 4(974 1425 1426 975) 4(1414 1415 1426 1425) 4(965 976 1427 1416) 4(975 1426 1427 976) 4(1415 1416 1427 1426) 4(966 977 1428 1417) 4(976 1427 1428 977) 4(1416 1417 1428 1427) 4(977 1428 1429 978) 4(1417 1418 1429 1428) 4(967 978 1429 1418) 4(969 980 1431 1420) 4(979 1430 1431 980) 4(1419 1420 1431 1430) 4(970 981 1432 1421) 4(980 1431 1432 981) 4(1420 1421 1432 1431) 4(971 982 1433 1422) 4(981 1432 1433 982) 4(1421 1422 1433 1432) 4(972 983 1434 1423) 4(982 1433 1434 983) 4(1422 1423 1434 1433) 4(973 984 1435 1424) 4(983 1434 1435 984) 4(1423 1424 1435 1434) 4(974 985 1436 1425) 4(984 1435 1436 985) 4(1424 1425 1436 1435) 4(975 986 1437 1426) 4(985 1436 1437 986) 4(1425 1426 1437 1436) 4(976 987 1438 1427) 4(986 1437 1438 987) 4(1426 1427 1438 1437) 4(977 988 1439 1428) 4(987 1438 1439 988) 4(1427 1428 1439 1438) 4(988 1439 1440 989) 4(1428 1429 1440 1439) 4(978 989 1440 1429) 4(980 991 1442 1431) 4(990 1441 1442 991) 4(1430 1431 1442 1441) 4(981 992 1443 1432) 4(991 1442 1443 992) 4(1431 1432 1443 1442) 4(982 993 1444 1433) 4(992 1443 1444 993) 4(1432 1433 1444 1443) 4(983 994 1445 1434) 4(993 1444 1445 994) 4(1433 1434 1445 1444) 4(984 995 1446 1435) 4(994 1445 1446 995) 4(1434 1435 1446 1445) 4(985 996 1447 1436) 4(995 1446 1447 996) 4(1435 1436 1447 1446) 4(986 997 1448 1437) 4(996 1447 1448 997) 4(1436 1437 1448 1447) 4(987 998 1449 1438) 4(997 1448 1449 998) 4(1437 1438 1449 1448) 4(988 999 1450 1439) 4(998 1449 1450 999) 4(1438 1439 1450 1449) 4(999 1450 1451 1000) 4(1439 1440 1451 1450) 4(989 1000 1451 1440) 4(991 1002 1453 1442) 4(1001 1452 1453 1002) 4(1441 1442 1453 1452) 4(992 1003 1454 1443) 4(1002 1453 1454 1003) 4(1442 1443 1454 1453) 4(993 1004 1455 1444) 4(1003 1454 1455 1004) 4(1443 1444 1455 1454) 4(994 1005 1456 1445) 4(1004 1455 1456 1005) 4(1444 1445 1456 1455) 4(995 1006 1457 1446) 4(1005 1456 1457 1006) 4(1445 1446 1457 1456) 4(996 1007 1458 1447) 4(1006 1457 1458 1007) 4(1446 1447 1458 1457) 4(997 1008 1459 1448) 4(1007 1458 1459 1008) 4(1447 1448 1459 1458) 4(998 1009 1460 1449) 4(1008 1459 1460 1009) 4(1448 1449 1460 1459) 4(999 1010 1461 1450) 4(1009 1460 1461 1010) 4(1449 1450 1461 1460) 4(1010 1461 1462 1011) 4(1450 1451 1462 1461) 4(1000 1011 1462 1451) 4(1002 1013 1464 1453) 4(1012 1463 1464 1013) 4(1452 1453 1464 1463) 4(1003 1014 1465 1454) 4(1013 1464 1465 1014) 4(1453 1454 1465 1464) 4(1004 1015 1466 1455) 4(1014 1465 1466 1015) 4(1454 1455 1466 1465) 4(1005 1016 1467 1456) 4(1015 1466 1467 1016) 4(1455 1456 1467 1466) 4(1006 1017 1468 1457) 4(1016 1467 1468 1017) 4(1456 1457 1468 1467) 4(1007 1018 1469 1458) 4(1017 1468 1469 1018) 4(1457 1458 1469 1468) 4(1008 1019 1470 1459) 4(1018 1469 1470 1019) 4(1458 1459 1470 1469) 4(1009 1020 1471 1460) 4(1019 1470 1471 1020) 4(1459 1460 1471 1470) 4(1010 1021 1472 1461) 4(1020 1471 1472 1021) 4(1460 1461 1472 1471) 4(1021 1472 1473 1022) 4(1461 1462 1473 1472) 4(1011 1022 1473 1462) 4(1013 1024 1475 1464) 4(1023 1474 1475 1024) 4(1463 1464 1475 1474) 4(1014 1025 1476 1465) 4(1024 1475 1476 1025) 4(1464 1465 1476 1475) 4(1015 1026 1477 1466) 4(1025 1476 1477 1026) 4(1465 1466 1477 1476) 4(1016 1027 1478 1467) 4(1026 1477 1478 1027) 4(1466 1467 1478 1477) 4(1017 1028 1479 1468) 4(1027 1478 1479 1028) 4(1467 1468 1479 1478) 4(1018 1029 1480 1469) 4(1028 1479 1480 1029) 4(1468 1469 1480 1479) 4(1019 1030 1481 1470) 4(1029 1480 1481 1030) 4(1469 1470 1481 1480) 4(1020 1031 1482 1471) 4(1030 1481 1482 1031) 4(1470 1471 1482 1481) 4(1021 1032 1483 1472) 4(1031 1482 1483 1032) 4(1471 1472 1483 1482) 4(1032 1483 1484 1033) 4(1472 1473 1484 1483) 4(1022 1033 1484 1473) 4(1024 1035 1486 1475) 4(1034 1485 1486 1035) 4(1474 1475 1486 1485) 4(1025 1036 1487 1476) 4(1035 1486 1487 1036) 4(1475 1476 1487 1486) 4(1026 1037 1488 1477) 4(1036 1487 1488 1037) 4(1476 1477 1488 1487) 4(1027 1038 1489 1478) 4(1037 1488 1489 1038) 4(1477 1478 1489 1488) 4(1028 1039 1490 1479) 4(1038 1489 1490 1039) 4(1478 1479 1490 1489) 4(1029 1040 1491 1480) 4(1039 1490 1491 1040) 4(1479 1480 1491 1490) 4(1030 1041 1492 1481) 4(1040 1491 1492 1041) 4(1480 1481 1492 1491) 4(1031 1042 1493 1482) 4(1041 1492 1493 1042) 4(1481 1482 1493 1492) 4(1032 1043 1494 1483) 4(1042 1493 1494 1043) 4(1482 1483 1494 1493) 4(1043 1494 1495 1044) 4(1483 1484 1495 1494) 4(1033 1044 1495 1484) 4(1035 1046 1497 1486) 4(1045 1496 1497 1046) 4(1485 1486 1497 1496) 4(1036 1047 1498 1487) 4(1046 1497 1498 1047) 4(1486 1487 1498 1497) 4(1037 1048 1499 1488) 4(1047 1498 1499 1048) 4(1487 1488 1499 1498) 4(1038 1049 1500 1489) 4(1048 1499 1500 1049) 4(1488 1489 1500 1499) 4(1039 1050 1501 1490) 4(1049 1500 1501 1050) 4(1489 1490 1501 1500) 4(1040 1051 1502 1491) 4(1050 1501 1502 1051) 4(1490 1491 1502 1501) 4(1041 1052 1503 1492) 4(1051 1502 1503 1052) 4(1491 1492 1503 1502) 4(1042 1053 1504 1493) 4(1052 1503 1504 1053) 4(1492 1493 1504 1503) 4(1043 1054 1505 1494) 4(1053 1504 1505 1054) 4(1493 1494 1505 1504) 4(1054 1505 1506 1055) 4(1494 1495 1506 1505) 4(1044 1055 1506 1495) 4(1046 1057 1508 1497) 4(1056 1507 1508 1057) 4(1496 1497 1508 1507) 4(1047 1058 1509 1498) 4(1057 1508 1509 1058) 4(1497 1498 1509 1508) 4(1048 1059 1510 1499) 4(1058 1509 1510 1059) 4(1498 1499 1510 1509) 4(1049 1060 1511 1500) 4(1059 1510 1511 1060) 4(1499 1500 1511 1510) 4(1050 1061 1512 1501) 4(1060 1511 1512 1061) 4(1500 1501 1512 1511) 4(1051 1062 1513 1502) 4(1061 1512 1513 1062) 4(1501 1502 1513 1512) 4(1052 1063 1514 1503) 4(1062 1513 1514 1063) 4(1502 1503 1514 1513) 4(1053 1064 1515 1504) 4(1063 1514 1515 1064) 4(1503 1504 1515 1514) 4(1054 1065 1516 1505) 4(1064 1515 1516 1065) 4(1504 1505 1516 1515) 4(1065 1516 1517 1066) 4(1505 1506 1517 1516) 4(1055 1066 1517 1506) 4(1057 1068 1519 1508) 4(1067 1518 1519 1068) 4(1507 1508 1519 1518) 4(1058 1069 1520 1509) 4(1068 1519 1520 1069) 4(1508 1509 1520 1519) 4(1059 1070 1521 1510) 4(1069 1520 1521 1070) 4(1509 1510 1521 1520) 4(1060 1071 1522 1511) 4(1070 1521 1522 1071) 4(1510 1511 1522 1521) 4(1061 1072 1523 1512) 4(1071 1522 1523 1072) 4(1511 1512 1523 1522) 4(1062 1073 1524 1513) 4(1072 1523 1524 1073) 4(1512 1513 1524 1523) 4(1063 1074 1525 1514) 4(1073 1524 1525 1074) 4(1513 1514 1525 1524) 4(1064 1075 1526 1515) 4(1074 1525 1526 1075) 4(1514 1515 1526 1525) 4(1065 1076 1527 1516) 4(1075 1526 1527 1076) 4(1515 1516 1527 1526) 4(1076 1527 1528 1077) 4(1516 1517 1528 1527) 4(1066 1077 1528 1517) 4(1068 1079 1530 1519) 4(1078 1529 1530 1079) 4(1518 1519 1530 1529) 4(1069 1080 1531 1520) 4(1079 1530 1531 1080) 4(1519 1520 1531 1530) 4(1070 1081 1532 1521) 4(1080 1531 1532 1081) 4(1520 1521 1532 1531) 4(1071 1082 1533 1522) 4(1081 1532 1533 1082) 4(1521 1522 1533 1532) 4(1072 1083 1534 1523) 4(1082 1533 1534 1083) 4(1522 1523 1534 1533) 4(1073 1084 1535 1524) 4(1083 1534 1535 1084) 4(1523 1524 1535 1534) 4(1074 1085 1536 1525) 4(1084 1535 1536 1085) 4(1524 1525 1536 1535) 4(1075 1086 1537 1526) 4(1085 1536 1537 1086) 4(1525 1526 1537 1536) 4(1076 1087 1538 1527) 4(1086 1537 1538 1087) 4(1526 1527 1538 1537) 4(1087 1538 1539 1088) 4(1527 1528 1539 1538) 4(1077 1088 1539 1528) 4(1079 1090 1541 1530) 4(1089 1540 1541 1090) 4(1529 1530 1541 1540) 4(1080 1091 1542 1531) 4(1090 1541 1542 1091) 4(1530 1531 1542 1541) 4(1081 1092 1543 1532) 4(1091 1542 1543 1092) 4(1531 1532 1543 1542) 4(1082 1093 1544 1533) 4(1092 1543 1544 1093) 4(1532 1533 1544 1543) 4(1083 1094 1545 1534) 4(1093 1544 1545 1094) 4(1533 1534 1545 1544) 4(1084 1095 1546 1535) 4(1094 1545 1546 1095) 4(1534 1535 1546 1545) 4(1085 1096 1547 1536) 4(1095 1546 1547 1096) 4(1535 1536 1547 1546) 4(1086 1097 1548 1537) 4(1096 1547 1548 1097) 4(1536 1537 1548 1547) 4(1087 1098 1549 1538) 4(1097 1548 1549 1098) 4(1537 1538 1549 1548) 4(1098 1549 1550 1099) 4(1538 1539 1550 1549) 4(1088 1099 1550 1539) 4(1090 1101 1552 1541) 4(1100 1551 1552 1101) 4(1540 1541 1552 1551) 4(1091 1102 1553 1542) 4(1101 1552 1553 1102) 4(1541 1542 1553 1552) 4(1092 1103 1554 1543) 4(1102 1553 1554 1103) 4(1542 1543 1554 1553) 4(1093 1104 1555 1544) 4(1103 1554 1555 1104) 4(1543 1544 1555 1554) 4(1094 1105 1556 1545) 4(1104 1555 1556 1105) 4(1544 1545 1556 1555) 4(1095 1106 1557 1546) 4(1105 1556 1557 1106) 4(1545 1546 1557 1556) 4(1096 1107 1558 1547) 4(1106 1557 1558 1107) 4(1546 1547 1558 1557) 4(1097 1108 1559 1548) 4(1107 1558 1559 1108) 4(1547 1548 1559 1558) 4(1098 1109 1560 1549) 4(1108 1559 1560 1109) 4(1548 1549 1560 1559) 4(1109 1560 1561 1110) 4(1549 1550 1561 1560) 4(1099 1110 1561 1550) 4(1101 1112 1563 1552) 4(1111 1562 1563 1112) 4(1551 1552 1563 1562) 4(1102 1113 1564 1553) 4(1112 1563 1564 1113) 4(1552 1553 1564 1563) 4(1103 1114 1565 1554) 4(1113 1564 1565 1114) 4(1553 1554 1565 1564) 4(1104 1115 1566 1555) 4(1114 1565 1566 1115) 4(1554 1555 1566 1565) 4(1105 1116 1567 1556) 4(1115 1566 1567 1116) 4(1555 1556 1567 1566) 4(1106 1117 1568 1557) 4(1116 1567 1568 1117) 4(1556 1557 1568 1567) 4(1107 1118 1569 1558) 4(1117 1568 1569 1118) 4(1557 1558 1569 1568) 4(1108 1119 1570 1559) 4(1118 1569 1570 1119) 4(1558 1559 1570 1569) 4(1109 1120 1571 1560) 4(1119 1570 1571 1120) 4(1559 1560 1571 1570) 4(1120 1571 1572 1121) 4(1560 1561 1572 1571) 4(1110 1121 1572 1561) 4(1112 1123 1574 1563) 4(1122 1573 1574 1123) 4(1562 1563 1574 1573) 4(1113 1124 1575 1564) 4(1123 1574 1575 1124) 4(1563 1564 1575 1574) 4(1114 1125 1576 1565) 4(1124 1575 1576 1125) 4(1564 1565 1576 1575) 4(1115 1126 1577 1566) 4(1125 1576 1577 1126) 4(1565 1566 1577 1576) 4(1116 1127 1578 1567) 4(1126 1577 1578 1127) 4(1566 1567 1578 1577) 4(1117 1128 1579 1568) 4(1127 1578 1579 1128) 4(1567 1568 1579 1578) 4(1118 1129 1580 1569) 4(1128 1579 1580 1129) 4(1568 1569 1580 1579) 4(1119 1130 1581 1570) 4(1129 1580 1581 1130) 4(1569 1570 1581 1580) 4(1120 1131 1582 1571) 4(1130 1581 1582 1131) 4(1570 1571 1582 1581) 4(1131 1582 1583 1132) 4(1571 1572 1583 1582) 4(1121 1132 1583 1572) 4(1123 1134 1585 1574) 4(1133 1584 1585 1134) 4(1573 1574 1585 1584) 4(1124 1135 1586 1575) 4(1134 1585 1586 1135) 4(1574 1575 1586 1585) 4(1125 1136 1587 1576) 4(1135 1586 1587 1136) 4(1575 1576 1587 1586) 4(1126 1137 1588 1577) 4(1136 1587 1588 1137) 4(1576 1577 1588 1587) 4(1127 1138 1589 1578) 4(1137 1588 1589 1138) 4(1577 1578 1589 1588) 4(1128 1139 1590 1579) 4(1138 1589 1590 1139) 4(1578 1579 1590 1589) 4(1129 1140 1591 1580) 4(1139 1590 1591 1140) 4(1579 1580 1591 1590) 4(1130 1141 1592 1581) 4(1140 1591 1592 1141) 4(1580 1581 1592 1591) 4(1131 1142 1593 1582) 4(1141 1592 1593 1142) 4(1581 1582 1593 1592) 4(1142 1593 1594 1143) 4(1582 1583 1594 1593) 4(1132 1143 1594 1583) 4(1134 1145 1596 1585) 4(1144 1595 1596 1145) 4(1584 1585 1596 1595) 4(1135 1146 1597 1586) 4(1145 1596 1597 1146) 4(1585 1586 1597 1596) 4(1136 1147 1598 1587) 4(1146 1597 1598 1147) 4(1586 1587 1598 1597) 4(1137 1148 1599 1588) 4(1147 1598 1599 1148) 4(1587 1588 1599 1598) 4(1138 1149 1600 1589) 4(1148 1599 1600 1149) 4(1588 1589 1600 1599) 4(1139 1150 1601 1590) 4(1149 1600 1601 1150) 4(1589 1590 1601 1600) 4(1140 1151 1602 1591) 4(1150 1601 1602 1151) 4(1590 1591 1602 1601) 4(1141 1152 1603 1592) 4(1151 1602 1603 1152) 4(1591 1592 1603 1602) 4(1142 1153 1604 1593) 4(1152 1603 1604 1153) 4(1592 1593 1604 1603) 4(1153 1604 1605 1154) 4(1593 1594 1605 1604) 4(1143 1154 1605 1594) 4(1145 1156 1607 1596) 4(1155 1606 1607 1156) 4(1595 1596 1607 1606) 4(1146 1157 1608 1597) 4(1156 1607 1608 1157) 4(1596 1597 1608 1607) 4(1147 1158 1609 1598) 4(1157 1608 1609 1158) 4(1597 1598 1609 1608) 4(1148 1159 1610 1599) 4(1158 1609 1610 1159) 4(1598 1599 1610 1609) 4(1149 1160 1611 1600) 4(1159 1610 1611 1160) 4(1599 1600 1611 1610) 4(1150 1161 1612 1601) 4(1160 1611 1612 1161) 4(1600 1601 1612 1611) 4(1151 1162 1613 1602) 4(1161 1612 1613 1162) 4(1601 1602 1613 1612) 4(1152 1163 1614 1603) 4(1162 1613 1614 1163) 4(1602 1603 1614 1613) 4(1153 1164 1615 1604) 4(1163 1614 1615 1164) 4(1603 1604 1615 1614) 4(1164 1615 1616 1165) 4(1604 1605 1616 1615) 4(1154 1165 1616 1605) 4(1156 1167 1618 1607) 4(1166 1617 1618 1167) 4(1606 1607 1618 1617) 4(1157 1168 1619 1608) 4(1167 1618 1619 1168) 4(1607 1608 1619 1618) 4(1158 1169 1620 1609) 4(1168 1619 1620 1169) 4(1608 1609 1620 1619) 4(1159 1170 1621 1610) 4(1169 1620 1621 1170) 4(1609 1610 1621 1620) 4(1160 1171 1622 1611) 4(1170 1621 1622 1171) 4(1610 1611 1622 1621) 4(1161 1172 1623 1612) 4(1171 1622 1623 1172) 4(1611 1612 1623 1622) 4(1162 1173 1624 1613) 4(1172 1623 1624 1173) 4(1612 1613 1624 1623) 4(1163 1174 1625 1614) 4(1173 1624 1625 1174) 4(1613 1614 1625 1624) 4(1164 1175 1626 1615) 4(1174 1625 1626 1175) 4(1614 1615 1626 1625) 4(1175 1626 1627 1176) 4(1615 1616 1627 1626) 4(1165 1176 1627 1616) 4(1167 1178 1629 1618) 4(1177 1628 1629 1178) 4(1617 1618 1629 1628) 4(1168 1179 1630 1619) 4(1178 1629 1630 1179) 4(1618 1619 1630 1629) 4(1169 1180 1631 1620) 4(1179 1630 1631 1180) 4(1619 1620 1631 1630) 4(1170 1181 1632 1621) 4(1180 1631 1632 1181) 4(1620 1621 1632 1631) 4(1171 1182 1633 1622) 4(1181 1632 1633 1182) 4(1621 1622 1633 1632) 4(1172 1183 1634 1623) 4(1182 1633 1634 1183) 4(1622 1623 1634 1633) 4(1173 1184 1635 1624) 4(1183 1634 1635 1184) 4(1623 1624 1635 1634) 4(1174 1185 1636 1625) 4(1184 1635 1636 1185) 4(1624 1625 1636 1635) 4(1175 1186 1637 1626) 4(1185 1636 1637 1186) 4(1625 1626 1637 1636) 4(1186 1637 1638 1187) 4(1626 1627 1638 1637) 4(1176 1187 1638 1627) 4(1178 1189 1640 1629) 4(1188 1639 1640 1189) 4(1628 1629 1640 1639) 4(1179 1190 1641 1630) 4(1189 1640 1641 1190) 4(1629 1630 1641 1640) 4(1180 1191 1642 1631) 4(1190 1641 1642 1191) 4(1630 1631 1642 1641) 4(1181 1192 1643 1632) 4(1191 1642 1643 1192) 4(1631 1632 1643 1642) 4(1182 1193 1644 1633) 4(1192 1643 1644 1193) 4(1632 1633 1644 1643) 4(1183 1194 1645 1634) 4(1193 1644 1645 1194) 4(1633 1634 1645 1644) 4(1184 1195 1646 1635) 4(1194 1645 1646 1195) 4(1634 1635 1646 1645) 4(1185 1196 1647 1636) 4(1195 1646 1647 1196) 4(1635 1636 1647 1646) 4(1186 1197 1648 1637) 4(1196 1647 1648 1197) 4(1636 1637 1648 1647) 4(1197 1648 1649 1198) 4(1637 1638 1649 1648) 4(1187 1198 1649 1638) 4(1189 1200 1651 1640) 4(1199 1650 1651 1200) 4(1639 1640 1651 1650) 4(1190 1201 1652 1641) 4(1200 1651 1652 1201) 4(1640 1641 1652 1651) 4(1191 1202 1653 1642) 4(1201 1652 1653 1202) 4(1641 1642 1653 1652) 4(1192 1203 1654 1643) 4(1202 1653 1654 1203) 4(1642 1643 1654 1653) 4(1193 1204 1655 1644) 4(1203 1654 1655 1204) 4(1643 1644 1655 1654) 4(1194 1205 1656 1645) 4(1204 1655 1656 1205) 4(1644 1645 1656 1655) 4(1195 1206 1657 1646) 4(1205 1656 1657 1206) 4(1645 1646 1657 1656) 4(1196 1207 1658 1647) 4(1206 1657 1658 1207) 4(1646 1647 1658 1657) 4(1197 1208 1659 1648) 4(1207 1658 1659 1208) 4(1647 1648 1659 1658) 4(1208 1659 1660 1209) 4(1648 1649 1660 1659) 4(1198 1209 1660 1649) 4(1200 1211 1662 1651) 4(1210 1661 1662 1211) 4(1650 1651 1662 1661) 4(1201 1212 1663 1652) 4(1211 1662 1663 1212) 4(1651 1652 1663 1662) 4(1202 1213 1664 1653) 4(1212 1663 1664 1213) 4(1652 1653 1664 1663) 4(1203 1214 1665 1654) 4(1213 1664 1665 1214) 4(1653 1654 1665 1664) 4(1204 1215 1666 1655) 4(1214 1665 1666 1215) 4(1654 1655 1666 1665) 4(1205 1216 1667 1656) 4(1215 1666 1667 1216) 4(1655 1656 1667 1666) 4(1206 1217 1668 1657) 4(1216 1667 1668 1217) 4(1656 1657 1668 1667) 4(1207 1218 1669 1658) 4(1217 1668 1669 1218) 4(1657 1658 1669 1668) 4(1208 1219 1670 1659) 4(1218 1669 1670 1219) 4(1658 1659 1670 1669) 4(1219 1670 1671 1220) 4(1659 1660 1671 1670) 4(1209 1220 1671 1660) 4(1211 1222 1673 1662) 4(1221 1672 1673 1222) 4(1661 1662 1673 1672) 4(1212 1223 1674 1663) 4(1222 1673 1674 1223) 4(1662 1663 1674 1673) 4(1213 1224 1675 1664) 4(1223 1674 1675 1224) 4(1663 1664 1675 1674) 4(1214 1225 1676 1665) 4(1224 1675 1676 1225) 4(1664 1665 1676 1675) 4(1215 1226 1677 1666) 4(1225 1676 1677 1226) 4(1665 1666 1677 1676) 4(1216 1227 1678 1667) 4(1226 1677 1678 1227) 4(1666 1667 1678 1677) 4(1217 1228 1679 1668) 4(1227 1678 1679 1228) 4(1667 1668 1679 1678) 4(1218 1229 1680 1669) 4(1228 1679 1680 1229) 4(1668 1669 1680 1679) 4(1219 1230 1681 1670) 4(1229 1680 1681 1230) 4(1669 1670 1681 1680) 4(1230 1681 1682 1231) 4(1670 1671 1682 1681) 4(1220 1231 1682 1671) 4(1222 1233 1684 1673) 4(1232 1683 1684 1233) 4(1672 1673 1684 1683) 4(1223 1234 1685 1674) 4(1233 1684 1685 1234) 4(1673 1674 1685 1684) 4(1224 1235 1686 1675) 4(1234 1685 1686 1235) 4(1674 1675 1686 1685) 4(1225 1236 1687 1676) 4(1235 1686 1687 1236) 4(1675 1676 1687 1686) 4(1226 1237 1688 1677) 4(1236 1687 1688 1237) 4(1676 1677 1688 1687) 4(1227 1238 1689 1678) 4(1237 1688 1689 1238) 4(1677 1678 1689 1688) 4(1228 1239 1690 1679) 4(1238 1689 1690 1239) 4(1678 1679 1690 1689) 4(1229 1240 1691 1680) 4(1239 1690 1691 1240) 4(1679 1680 1691 1690) 4(1230 1241 1692 1681) 4(1240 1691 1692 1241) 4(1680 1681 1692 1691) 4(1241 1692 1693 1242) 4(1681 1682 1693 1692) 4(1231 1242 1693 1682) 4(1233 1244 1695 1684) 4(1243 1694 1695 1244) 4(1683 1684 1695 1694) 4(1234 1245 1696 1685) 4(1244 1695 1696 1245) 4(1684 1685 1696 1695) 4(1235 1246 1697 1686) 4(1245 1696 1697 1246) 4(1685 1686 1697 1696) 4(1236 1247 1698 1687) 4(1246 1697 1698 1247) 4(1686 1687 1698 1697) 4(1237 1248 1699 1688) 4(1247 1698 1699 1248) 4(1687 1688 1699 1698) 4(1238 1249 1700 1689) 4(1248 1699 1700 1249) 4(1688 1689 1700 1699) 4(1239 1250 1701 1690) 4(1249 1700 1701 1250) 4(1689 1690 1701 1700) 4(1240 1251 1702 1691) 4(1250 1701 1702 1251) 4(1690 1691 1702 1701) 4(1241 1252 1703 1692) 4(1251 1702 1703 1252) 4(1691 1692 1703 1702) 4(1252 1703 1704 1253) 4(1692 1693 1704 1703) 4(1242 1253 1704 1693) 4(1244 1255 1706 1695) 4(1254 1705 1706 1255) 4(1694 1695 1706 1705) 4(1245 1256 1707 1696) 4(1255 1706 1707 1256) 4(1695 1696 1707 1706) 4(1246 1257 1708 1697) 4(1256 1707 1708 1257) 4(1696 1697 1708 1707) 4(1247 1258 1709 1698) 4(1257 1708 1709 1258) 4(1697 1698 1709 1708) 4(1248 1259 1710 1699) 4(1258 1709 1710 1259) 4(1698 1699 1710 1709) 4(1249 1260 1711 1700) 4(1259 1710 1711 1260) 4(1699 1700 1711 1710) 4(1250 1261 1712 1701) 4(1260 1711 1712 1261) 4(1700 1701 1712 1711) 4(1251 1262 1713 1702) 4(1261 1712 1713 1262) 4(1701 1702 1713 1712) 4(1252 1263 1714 1703) 4(1262 1713 1714 1263) 4(1702 1703 1714 1713) 4(1263 1714 1715 1264) 4(1703 1704 1715 1714) 4(1253 1264 1715 1704) 4(1255 1266 1717 1706) 4(1265 1716 1717 1266) 4(1705 1706 1717 1716) 4(1256 1267 1718 1707) 4(1266 1717 1718 1267) 4(1706 1707 1718 1717) 4(1257 1268 1719 1708) 4(1267 1718 1719 1268) 4(1707 1708 1719 1718) 4(1258 1269 1720 1709) 4(1268 1719 1720 1269) 4(1708 1709 1720 1719) 4(1259 1270 1721 1710) 4(1269 1720 1721 1270) 4(1709 1710 1721 1720) 4(1260 1271 1722 1711) 4(1270 1721 1722 1271) 4(1710 1711 1722 1721) 4(1261 1272 1723 1712) 4(1271 1722 1723 1272) 4(1711 1712 1723 1722) 4(1262 1273 1724 1713) 4(1272 1723 1724 1273) 4(1712 1713 1724 1723) 4(1263 1274 1725 1714) 4(1273 1724 1725 1274) 4(1713 1714 1725 1724) 4(1274 1725 1726 1275) 4(1714 1715 1726 1725) 4(1264 1275 1726 1715) 4(1266 1277 1728 1717) 4(1276 1727 1728 1277) 4(1716 1717 1728 1727) 4(1267 1278 1729 1718) 4(1277 1728 1729 1278) 4(1717 1718 1729 1728) 4(1268 1279 1730 1719) 4(1278 1729 1730 1279) 4(1718 1719 1730 1729) 4(1269 1280 1731 1720) 4(1279 1730 1731 1280) 4(1719 1720 1731 1730) 4(1270 1281 1732 1721) 4(1280 1731 1732 1281) 4(1720 1721 1732 1731) 4(1271 1282 1733 1722) 4(1281 1732 1733 1282) 4(1721 1722 1733 1732) 4(1272 1283 1734 1723) 4(1282 1733 1734 1283) 4(1722 1723 1734 1733) 4(1273 1284 1735 1724) 4(1283 1734 1735 1284) 4(1723 1724 1735 1734) 4(1274 1285 1736 1725) 4(1284 1735 1736 1285) 4(1724 1725 1736 1735) 4(1285 1736 1737 1286) 4(1725 1726 1737 1736) 4(1275 1286 1737 1726) 4(1277 1288 1739 1728) 4(1287 1738 1739 1288) 4(1727 1728 1739 1738) 4(1278 1289 1740 1729) 4(1288 1739 1740 1289) 4(1728 1729 1740 1739) 4(1279 1290 1741 1730) 4(1289 1740 1741 1290) 4(1729 1730 1741 1740) 4(1280 1291 1742 1731) 4(1290 1741 1742 1291) 4(1730 1731 1742 1741) 4(1281 1292 1743 1732) 4(1291 1742 1743 1292) 4(1731 1732 1743 1742) 4(1282 1293 1744 1733) 4(1292 1743 1744 1293) 4(1732 1733 1744 1743) 4(1283 1294 1745 1734) 4(1293 1744 1745 1294) 4(1733 1734 1745 1744) 4(1284 1295 1746 1735) 4(1294 1745 1746 1295) 4(1734 1735 1746 1745) 4(1285 1296 1747 1736) 4(1295 1746 1747 1296) 4(1735 1736 1747 1746) 4(1296 1747 1748 1297) 4(1736 1737 1748 1747) 4(1286 1297 1748 1737) 4(1288 1299 1750 1739) 4(1298 1749 1750 1299) 4(1738 1739 1750 1749) 4(1289 1300 1751 1740) 4(1299 1750 1751 1300) 4(1739 1740 1751 1750) 4(1290 1301 1752 1741) 4(1300 1751 1752 1301) 4(1740 1741 1752 1751) 4(1291 1302 1753 1742) 4(1301 1752 1753 1302) 4(1741 1742 1753 1752) 4(1292 1303 1754 1743) 4(1302 1753 1754 1303) 4(1742 1743 1754 1753) 4(1293 1304 1755 1744) 4(1303 1754 1755 1304) 4(1743 1744 1755 1754) 4(1294 1305 1756 1745) 4(1304 1755 1756 1305) 4(1744 1745 1756 1755) 4(1295 1306 1757 1746) 4(1305 1756 1757 1306) 4(1745 1746 1757 1756) 4(1296 1307 1758 1747) 4(1306 1757 1758 1307) 4(1746 1747 1758 1757) 4(1307 1758 1759 1308) 4(1747 1748 1759 1758) 4(1297 1308 1759 1748) 4(1299 1310 1761 1750) 4(1309 1760 1761 1310) 4(1749 1750 1761 1760) 4(1300 1311 1762 1751) 4(1310 1761 1762 1311) 4(1750 1751 1762 1761) 4(1301 1312 1763 1752) 4(1311 1762 1763 1312) 4(1751 1752 1763 1762) 4(1302 1313 1764 1753) 4(1312 1763 1764 1313) 4(1752 1753 1764 1763) 4(1303 1314 1765 1754) 4(1313 1764 1765 1314) 4(1753 1754 1765 1764) 4(1304 1315 1766 1755) 4(1314 1765 1766 1315) 4(1754 1755 1766 1765) 4(1305 1316 1767 1756) 4(1315 1766 1767 1316) 4(1755 1756 1767 1766) 4(1306 1317 1768 1757) 4(1316 1767 1768 1317) 4(1756 1757 1768 1767) 4(1307 1318 1769 1758) 4(1317 1768 1769 1318) 4(1757 1758 1769 1768) 4(1318 1769 1770 1319) 4(1758 1759 1770 1769) 4(1308 1319 1770 1759) 4(1310 1321 1772 1761) 4(1320 1771 1772 1321) 4(1760 1761 1772 1771) 4(1311 1322 1773 1762) 4(1321 1772 1773 1322) 4(1761 1762 1773 1772) 4(1312 1323 1774 1763) 4(1322 1773 1774 1323) 4(1762 1763 1774 1773) 4(1313 1324 1775 1764) 4(1323 1774 1775 1324) 4(1763 1764 1775 1774) 4(1314 1325 1776 1765) 4(1324 1775 1776 1325) 4(1764 1765 1776 1775) 4(1315 1326 1777 1766) 4(1325 1776 1777 1326) 4(1765 1766 1777 1776) 4(1316 1327 1778 1767) 4(1326 1777 1778 1327) 4(1766 1767 1778 1777) 4(1317 1328 1779 1768) 4(1327 1778 1779 1328) 4(1767 1768 1779 1778) 4(1318 1329 1780 1769) 4(1328 1779 1780 1329) 4(1768 1769 1780 1779) 4(1329 1780 1781 1330) 4(1769 1770 1781 1780) 4(1319 1330 1781 1770) 4(1321 1332 1783 1772) 4(1331 1782 1783 1332) 4(1771 1772 1783 1782) 4(1322 1333 1784 1773) 4(1332 1783 1784 1333) 4(1772 1773 1784 1783) 4(1323 1334 1785 1774) 4(1333 1784 1785 1334) 4(1773 1774 1785 1784) 4(1324 1335 1786 1775) 4(1334 1785 1786 1335) 4(1774 1775 1786 1785) 4(1325 1336 1787 1776) 4(1335 1786 1787 1336) 4(1775 1776 1787 1786) 4(1326 1337 1788 1777) 4(1336 1787 1788 1337) 4(1776 1777 1788 1787) 4(1327 1338 1789 1778) 4(1337 1788 1789 1338) 4(1777 1778 1789 1788) 4(1328 1339 1790 1779) 4(1338 1789 1790 1339) 4(1778 1779 1790 1789) 4(1329 1340 1791 1780) 4(1339 1790 1791 1340) 4(1779 1780 1791 1790) 4(1340 1791 1792 1341) 4(1780 1781 1792 1791) 4(1330 1341 1792 1781) 4(1332 1343 1794 1783) 4(1782 1783 1794 1793) 4(1333 1344 1795 1784) 4(1783 1784 1795 1794) 4(1334 1345 1796 1785) 4(1784 1785 1796 1795) 4(1335 1346 1797 1786) 4(1785 1786 1797 1796) 4(1336 1347 1798 1787) 4(1786 1787 1798 1797) 4(1337 1348 1799 1788) 4(1787 1788 1799 1798) 4(1338 1349 1800 1789) 4(1788 1789 1800 1799) 4(1339 1350 1801 1790) 4(1789 1790 1801 1800) 4(1340 1351 1802 1791) 4(1790 1791 1802 1801) 4(1791 1792 1803 1802) 4(1341 1352 1803 1792) 4(1354 1365 1816 1805) 4(1364 1815 1816 1365) 4(1804 1805 1816 1815) 4(1355 1366 1817 1806) 4(1365 1816 1817 1366) 4(1805 1806 1817 1816) 4(1356 1367 1818 1807) 4(1366 1817 1818 1367) 4(1806 1807 1818 1817) 4(1357 1368 1819 1808) 4(1367 1818 1819 1368) 4(1807 1808 1819 1818) 4(1358 1369 1820 1809) 4(1368 1819 1820 1369) 4(1808 1809 1820 1819) 4(1359 1370 1821 1810) 4(1369 1820 1821 1370) 4(1809 1810 1821 1820) 4(1360 1371 1822 1811) 4(1370 1821 1822 1371) 4(1810 1811 1822 1821) 4(1361 1372 1823 1812) 4(1371 1822 1823 1372) 4(1811 1812 1823 1822) 4(1362 1373 1824 1813) 4(1372 1823 1824 1373) 4(1812 1813 1824 1823) 4(1373 1824 1825 1374) 4(1813 1814 1825 1824) 4(1363 1374 1825 1814) 4(1365 1376 1827 1816) 4(1375 1826 1827 1376) 4(1815 1816 1827 1826) 4(1366 1377 1828 1817) 4(1376 1827 1828 1377) 4(1816 1817 1828 1827) 4(1367 1378 1829 1818) 4(1377 1828 1829 1378) 4(1817 1818 1829 1828) 4(1368 1379 1830 1819) 4(1378 1829 1830 1379) 4(1818 1819 1830 1829) 4(1369 1380 1831 1820) 4(1379 1830 1831 1380) 4(1819 1820 1831 1830) 4(1370 1381 1832 1821) 4(1380 1831 1832 1381) 4(1820 1821 1832 1831) 4(1371 1382 1833 1822) 4(1381 1832 1833 1382) 4(1821 1822 1833 1832) 4(1372 1383 1834 1823) 4(1382 1833 1834 1383) 4(1822 1823 1834 1833) 4(1373 1384 1835 1824) 4(1383 1834 1835 1384) 4(1823 1824 1835 1834) 4(1384 1835 1836 1385) 4(1824 1825 1836 1835) 4(1374 1385 1836 1825) 4(1376 1387 1838 1827) 4(1386 1837 1838 1387) 4(1826 1827 1838 1837) 4(1377 1388 1839 1828) 4(1387 1838 1839 1388) 4(1827 1828 1839 1838) 4(1378 1389 1840 1829) 4(1388 1839 1840 1389) 4(1828 1829 1840 1839) 4(1379 1390 1841 1830) 4(1389 1840 1841 1390) 4(1829 1830 1841 1840) 4(1380 1391 1842 1831) 4(1390 1841 1842 1391) 4(1830 1831 1842 1841) 4(1381 1392 1843 1832) 4(1391 1842 1843 1392) 4(1831 1832 1843 1842) 4(1382 1393 1844 1833) 4(1392 1843 1844 1393) 4(1832 1833 1844 1843) 4(1383 1394 1845 1834) 4(1393 1844 1845 1394) 4(1833 1834 1845 1844) 4(1384 1395 1846 1835) 4(1394 1845 1846 1395) 4(1834 1835 1846 1845) 4(1395 1846 1847 1396) 4(1835 1836 1847 1846) 4(1385 1396 1847 1836) 4(1387 1398 1849 1838) 4(1397 1848 1849 1398) 4(1837 1838 1849 1848) 4(1388 1399 1850 1839) 4(1398 1849 1850 1399) 4(1838 1839 1850 1849) 4(1389 1400 1851 1840) 4(1399 1850 1851 1400) 4(1839 1840 1851 1850) 4(1390 1401 1852 1841) 4(1400 1851 1852 1401) 4(1840 1841 1852 1851) 4(1391 1402 1853 1842) 4(1401 1852 1853 1402) 4(1841 1842 1853 1852) 4(1392 1403 1854 1843) 4(1402 1853 1854 1403) 4(1842 1843 1854 1853) 4(1393 1404 1855 1844) 4(1403 1854 1855 1404) 4(1843 1844 1855 1854) 4(1394 1405 1856 1845) 4(1404 1855 1856 1405) 4(1844 1845 1856 1855) 4(1395 1406 1857 1846) 4(1405 1856 1857 1406) 4(1845 1846 1857 1856) 4(1406 1857 1858 1407) 4(1846 1847 1858 1857) 4(1396 1407 1858 1847) 4(1398 1409 1860 1849) 4(1408 1859 1860 1409) 4(1848 1849 1860 1859) 4(1399 1410 1861 1850) 4(1409 1860 1861 1410) 4(1849 1850 1861 1860) 4(1400 1411 1862 1851) 4(1410 1861 1862 1411) 4(1850 1851 1862 1861) 4(1401 1412 1863 1852) 4(1411 1862 1863 1412) 4(1851 1852 1863 1862) 4(1402 1413 1864 1853) 4(1412 1863 1864 1413) 4(1852 1853 1864 1863) 4(1403 1414 1865 1854) 4(1413 1864 1865 1414) 4(1853 1854 1865 1864) 4(1404 1415 1866 1855) 4(1414 1865 1866 1415) 4(1854 1855 1866 1865) 4(1405 1416 1867 1856) 4(1415 1866 1867 1416) 4(1855 1856 1867 1866) 4(1406 1417 1868 1857) 4(1416 1867 1868 1417) 4(1856 1857 1868 1867) 4(1417 1868 1869 1418) 4(1857 1858 1869 1868) 4(1407 1418 1869 1858) 4(1409 1420 1871 1860) 4(1419 1870 1871 1420) 4(1859 1860 1871 1870) 4(1410 1421 1872 1861) 4(1420 1871 1872 1421) 4(1860 1861 1872 1871) 4(1411 1422 1873 1862) 4(1421 1872 1873 1422) 4(1861 1862 1873 1872) 4(1412 1423 1874 1863) 4(1422 1873 1874 1423) 4(1862 1863 1874 1873) 4(1413 1424 1875 1864) 4(1423 1874 1875 1424) 4(1863 1864 1875 1874) 4(1414 1425 1876 1865) 4(1424 1875 1876 1425) 4(1864 1865 1876 1875) 4(1415 1426 1877 1866) 4(1425 1876 1877 1426) 4(1865 1866 1877 1876) 4(1416 1427 1878 1867) 4(1426 1877 1878 1427) 4(1866 1867 1878 1877) 4(1417 1428 1879 1868) 4(1427 1878 1879 1428) 4(1867 1868 1879 1878) 4(1428 1879 1880 1429) 4(1868 1869 1880 1879) 4(1418 1429 1880 1869) 4(1420 1431 1882 1871) 4(1430 1881 1882 1431) 4(1870 1871 1882 1881) 4(1421 1432 1883 1872) 4(1431 1882 1883 1432) 4(1871 1872 1883 1882) 4(1422 1433 1884 1873) 4(1432 1883 1884 1433) 4(1872 1873 1884 1883) 4(1423 1434 1885 1874) 4(1433 1884 1885 1434) 4(1873 1874 1885 1884) 4(1424 1435 1886 1875) 4(1434 1885 1886 1435) 4(1874 1875 1886 1885) 4(1425 1436 1887 1876) 4(1435 1886 1887 1436) 4(1875 1876 1887 1886) 4(1426 1437 1888 1877) 4(1436 1887 1888 1437) 4(1876 1877 1888 1887) 4(1427 1438 1889 1878) 4(1437 1888 1889 1438) 4(1877 1878 1889 1888) 4(1428 1439 1890 1879) 4(1438 1889 1890 1439) 4(1878 1879 1890 1889) 4(1439 1890 1891 1440) 4(1879 1880 1891 1890) 4(1429 1440 1891 1880) 4(1431 1442 1893 1882) 4(1441 1892 1893 1442) 4(1881 1882 1893 1892) 4(1432 1443 1894 1883) 4(1442 1893 1894 1443) 4(1882 1883 1894 1893) 4(1433 1444 1895 1884) 4(1443 1894 1895 1444) 4(1883 1884 1895 1894) 4(1434 1445 1896 1885) 4(1444 1895 1896 1445) 4(1884 1885 1896 1895) 4(1435 1446 1897 1886) 4(1445 1896 1897 1446) 4(1885 1886 1897 1896) 4(1436 1447 1898 1887) 4(1446 1897 1898 1447) 4(1886 1887 1898 1897) 4(1437 1448 1899 1888) 4(1447 1898 1899 1448) 4(1887 1888 1899 1898) 4(1438 1449 1900 1889) 4(1448 1899 1900 1449) 4(1888 1889 1900 1899) 4(1439 1450 1901 1890) 4(1449 1900 1901 1450) 4(1889 1890 1901 1900) 4(1450 1901 1902 1451) 4(1890 1891 1902 1901) 4(1440 1451 1902 1891) 4(1442 1453 1904 1893) 4(1452 1903 1904 1453) 4(1892 1893 1904 1903) 4(1443 1454 1905 1894) 4(1453 1904 1905 1454) 4(1893 1894 1905 1904) 4(1444 1455 1906 1895) 4(1454 1905 1906 1455) 4(1894 1895 1906 1905) 4(1445 1456 1907 1896) 4(1455 1906 1907 1456) 4(1895 1896 1907 1906) 4(1446 1457 1908 1897) 4(1456 1907 1908 1457) 4(1896 1897 1908 1907) 4(1447 1458 1909 1898) 4(1457 1908 1909 1458) 4(1897 1898 1909 1908) 4(1448 1459 1910 1899) 4(1458 1909 1910 1459) 4(1898 1899 1910 1909) 4(1449 1460 1911 1900) 4(1459 1910 1911 1460) 4(1899 1900 1911 1910) 4(1450 1461 1912 1901) 4(1460 1911 1912 1461) 4(1900 1901 1912 1911) 4(1461 1912 1913 1462) 4(1901 1902 1913 1912) 4(1451 1462 1913 1902) 4(1453 1464 1915 1904) 4(1463 1914 1915 1464) 4(1903 1904 1915 1914) 4(1454 1465 1916 1905) 4(1464 1915 1916 1465) 4(1904 1905 1916 1915) 4(1455 1466 1917 1906) 4(1465 1916 1917 1466) 4(1905 1906 1917 1916) 4(1456 1467 1918 1907) 4(1466 1917 1918 1467) 4(1906 1907 1918 1917) 4(1457 1468 1919 1908) 4(1467 1918 1919 1468) 4(1907 1908 1919 1918) 4(1458 1469 1920 1909) 4(1468 1919 1920 1469) 4(1908 1909 1920 1919) 4(1459 1470 1921 1910) 4(1469 1920 1921 1470) 4(1909 1910 1921 1920) 4(1460 1471 1922 1911) 4(1470 1921 1922 1471) 4(1910 1911 1922 1921) 4(1461 1472 1923 1912) 4(1471 1922 1923 1472) 4(1911 1912 1923 1922) 4(1472 1923 1924 1473) 4(1912 1913 1924 1923) 4(1462 1473 1924 1913) 4(1464 1475 1926 1915) 4(1474 1925 1926 1475) 4(1914 1915 1926 1925) 4(1465 1476 1927 1916) 4(1475 1926 1927 1476) 4(1915 1916 1927 1926) 4(1466 1477 1928 1917) 4(1476 1927 1928 1477) 4(1916 1917 1928 1927) 4(1467 1478 1929 1918) 4(1477 1928 1929 1478) 4(1917 1918 1929 1928) 4(1468 1479 1930 1919) 4(1478 1929 1930 1479) 4(1918 1919 1930 1929) 4(1469 1480 1931 1920) 4(1479 1930 1931 1480) 4(1919 1920 1931 1930) 4(1470 1481 1932 1921) 4(1480 1931 1932 1481) 4(1920 1921 1932 1931) 4(1471 1482 1933 1922) 4(1481 1932 1933 1482) 4(1921 1922 1933 1932) 4(1472 1483 1934 1923) 4(1482 1933 1934 1483) 4(1922 1923 1934 1933) 4(1483 1934 1935 1484) 4(1923 1924 1935 1934) 4(1473 1484 1935 1924) 4(1475 1486 1937 1926) 4(1485 1936 1937 1486) 4(1925 1926 1937 1936) 4(1476 1487 1938 1927) 4(1486 1937 1938 1487) 4(1926 1927 1938 1937) 4(1477 1488 1939 1928) 4(1487 1938 1939 1488) 4(1927 1928 1939 1938) 4(1478 1489 1940 1929) 4(1488 1939 1940 1489) 4(1928 1929 1940 1939) 4(1479 1490 1941 1930) 4(1489 1940 1941 1490) 4(1929 1930 1941 1940) 4(1480 1491 1942 1931) 4(1490 1941 1942 1491) 4(1930 1931 1942 1941) 4(1481 1492 1943 1932) 4(1491 1942 1943 1492) 4(1931 1932 1943 1942) 4(1482 1493 1944 1933) 4(1492 1943 1944 1493) 4(1932 1933 1944 1943) 4(1483 1494 1945 1934) 4(1493 1944 1945 1494) 4(1933 1934 1945 1944) 4(1494 1945 1946 1495) 4(1934 1935 1946 1945) 4(1484 1495 1946 1935) 4(1486 1497 1948 1937) 4(1496 1947 1948 1497) 4(1936 1937 1948 1947) 4(1487 1498 1949 1938) 4(1497 1948 1949 1498) 4(1937 1938 1949 1948) 4(1488 1499 1950 1939) 4(1498 1949 1950 1499) 4(1938 1939 1950 1949) 4(1489 1500 1951 1940) 4(1499 1950 1951 1500) 4(1939 1940 1951 1950) 4(1490 1501 1952 1941) 4(1500 1951 1952 1501) 4(1940 1941 1952 1951) 4(1491 1502 1953 1942) 4(1501 1952 1953 1502) 4(1941 1942 1953 1952) 4(1492 1503 1954 1943) 4(1502 1953 1954 1503) 4(1942 1943 1954 1953) 4(1493 1504 1955 1944) 4(1503 1954 1955 1504) 4(1943 1944 1955 1954) 4(1494 1505 1956 1945) 4(1504 1955 1956 1505) 4(1944 1945 1956 1955) 4(1505 1956 1957 1506) 4(1945 1946 1957 1956) 4(1495 1506 1957 1946) 4(1497 1508 1959 1948) 4(1507 1958 1959 1508) 4(1947 1948 1959 1958) 4(1498 1509 1960 1949) 4(1508 1959 1960 1509) 4(1948 1949 1960 1959) 4(1499 1510 1961 1950) 4(1509 1960 1961 1510) 4(1949 1950 1961 1960) 4(1500 1511 1962 1951) 4(1510 1961 1962 1511) 4(1950 1951 1962 1961) 4(1501 1512 1963 1952) 4(1511 1962 1963 1512) 4(1951 1952 1963 1962) 4(1502 1513 1964 1953) 4(1512 1963 1964 1513) 4(1952 1953 1964 1963) 4(1503 1514 1965 1954) 4(1513 1964 1965 1514) 4(1953 1954 1965 1964) 4(1504 1515 1966 1955) 4(1514 1965 1966 1515) 4(1954 1955 1966 1965) 4(1505 1516 1967 1956) 4(1515 1966 1967 1516) 4(1955 1956 1967 1966) 4(1516 1967 1968 1517) 4(1956 1957 1968 1967) 4(1506 1517 1968 1957) 4(1508 1519 1970 1959) 4(1518 1969 1970 1519) 4(1958 1959 1970 1969) 4(1509 1520 1971 1960) 4(1519 1970 1971 1520) 4(1959 1960 1971 1970) 4(1510 1521 1972 1961) 4(1520 1971 1972 1521) 4(1960 1961 1972 1971) 4(1511 1522 1973 1962) 4(1521 1972 1973 1522) 4(1961 1962 1973 1972) 4(1512 1523 1974 1963) 4(1522 1973 1974 1523) 4(1962 1963 1974 1973) 4(1513 1524 1975 1964) 4(1523 1974 1975 1524) 4(1963 1964 1975 1974) 4(1514 1525 1976 1965) 4(1524 1975 1976 1525) 4(1964 1965 1976 1975) 4(1515 1526 1977 1966) 4(1525 1976 1977 1526) 4(1965 1966 1977 1976) 4(1516 1527 1978 1967) 4(1526 1977 1978 1527) 4(1966 1967 1978 1977) 4(1527 1978 1979 1528) 4(1967 1968 1979 1978) 4(1517 1528 1979 1968) 4(1519 1530 1981 1970) 4(1529 1980 1981 1530) 4(1969 1970 1981 1980) 4(1520 1531 1982 1971) 4(1530 1981 1982 1531) 4(1970 1971 1982 1981) 4(1521 1532 1983 1972) 4(1531 1982 1983 1532) 4(1971 1972 1983 1982) 4(1522 1533 1984 1973) 4(1532 1983 1984 1533) 4(1972 1973 1984 1983) 4(1523 1534 1985 1974) 4(1533 1984 1985 1534) 4(1973 1974 1985 1984) 4(1524 1535 1986 1975) 4(1534 1985 1986 1535) 4(1974 1975 1986 1985) 4(1525 1536 1987 1976) 4(1535 1986 1987 1536) 4(1975 1976 1987 1986) 4(1526 1537 1988 1977) 4(1536 1987 1988 1537) 4(1976 1977 1988 1987) 4(1527 1538 1989 1978) 4(1537 1988 1989 1538) 4(1977 1978 1989 1988) 4(1538 1989 1990 1539) 4(1978 1979 1990 1989) 4(1528 1539 1990 1979) 4(1530 1541 1992 1981) 4(1540 1991 1992 1541) 4(1980 1981 1992 1991) 4(1531 1542 1993 1982) 4(1541 1992 1993 1542) 4(1981 1982 1993 1992) 4(1532 1543 1994 1983) 4(1542 1993 1994 1543) 4(1982 1983 1994 1993) 4(1533 1544 1995 1984) 4(1543 1994 1995 1544) 4(1983 1984 1995 1994) 4(1534 1545 1996 1985) 4(1544 1995 1996 1545) 4(1984 1985 1996 1995) 4(1535 1546 1997 1986) 4(1545 1996 1997 1546) 4(1985 1986 1997 1996) 4(1536 1547 1998 1987) 4(1546 1997 1998 1547) 4(1986 1987 1998 1997) 4(1537 1548 1999 1988) 4(1547 1998 1999 1548) 4(1987 1988 1999 1998) 4(1538 1549 2000 1989) 4(1548 1999 2000 1549) 4(1988 1989 2000 1999) 4(1549 2000 2001 1550) 4(1989 1990 2001 2000) 4(1539 1550 2001 1990) 4(1541 1552 2003 1992) 4(1551 2002 2003 1552) 4(1991 1992 2003 2002) 4(1542 1553 2004 1993) 4(1552 2003 2004 1553) 4(1992 1993 2004 2003) 4(1543 1554 2005 1994) 4(1553 2004 2005 1554) 4(1993 1994 2005 2004) 4(1544 1555 2006 1995) 4(1554 2005 2006 1555) 4(1994 1995 2006 2005) 4(1545 1556 2007 1996) 4(1555 2006 2007 1556) 4(1995 1996 2007 2006) 4(1546 1557 2008 1997) 4(1556 2007 2008 1557) 4(1996 1997 2008 2007) 4(1547 1558 2009 1998) 4(1557 2008 2009 1558) 4(1997 1998 2009 2008) 4(1548 1559 2010 1999) 4(1558 2009 2010 1559) 4(1998 1999 2010 2009) 4(1549 1560 2011 2000) 4(1559 2010 2011 1560) 4(1999 2000 2011 2010) 4(1560 2011 2012 1561) 4(2000 2001 2012 2011) 4(1550 1561 2012 2001) 4(1552 1563 2014 2003) 4(1562 2013 2014 1563) 4(2002 2003 2014 2013) 4(1553 1564 2015 2004) 4(1563 2014 2015 1564) 4(2003 2004 2015 2014) 4(1554 1565 2016 2005) 4(1564 2015 2016 1565) 4(2004 2005 2016 2015) 4(1555 1566 2017 2006) 4(1565 2016 2017 1566) 4(2005 2006 2017 2016) 4(1556 1567 2018 2007) 4(1566 2017 2018 1567) 4(2006 2007 2018 2017) 4(1557 1568 2019 2008) 4(1567 2018 2019 1568) 4(2007 2008 2019 2018) 4(1558 1569 2020 2009) 4(1568 2019 2020 1569) 4(2008 2009 2020 2019) 4(1559 1570 2021 2010) 4(1569 2020 2021 1570) 4(2009 2010 2021 2020) 4(1560 1571 2022 2011) 4(1570 2021 2022 1571) 4(2010 2011 2022 2021) 4(1571 2022 2023 1572) 4(2011 2012 2023 2022) 4(1561 1572 2023 2012) 4(1563 1574 2025 2014) 4(1573 2024 2025 1574) 4(2013 2014 2025 2024) 4(1564 1575 2026 2015) 4(1574 2025 2026 1575) 4(2014 2015 2026 2025) 4(1565 1576 2027 2016) 4(1575 2026 2027 1576) 4(2015 2016 2027 2026) 4(1566 1577 2028 2017) 4(1576 2027 2028 1577) 4(2016 2017 2028 2027) 4(1567 1578 2029 2018) 4(1577 2028 2029 1578) 4(2017 2018 2029 2028) 4(1568 1579 2030 2019) 4(1578 2029 2030 1579) 4(2018 2019 2030 2029) 4(1569 1580 2031 2020) 4(1579 2030 2031 1580) 4(2019 2020 2031 2030) 4(1570 1581 2032 2021) 4(1580 2031 2032 1581) 4(2020 2021 2032 2031) 4(1571 1582 2033 2022) 4(1581 2032 2033 1582) 4(2021 2022 2033 2032) 4(1582 2033 2034 1583) 4(2022 2023 2034 2033) 4(1572 1583 2034 2023) 4(1574 1585 2036 2025) 4(1584 2035 2036 1585) 4(2024 2025 2036 2035) 4(1575 1586 2037 2026) 4(1585 2036 2037 1586) 4(2025 2026 2037 2036) 4(1576 1587 2038 2027) 4(1586 2037 2038 1587) 4(2026 2027 2038 2037) 4(1577 1588 2039 2028) 4(1587 2038 2039 1588) 4(2027 2028 2039 2038) 4(1578 1589 2040 2029) 4(1588 2039 2040 1589) 4(2028 2029 2040 2039) 4(1579 1590 2041 2030) 4(1589 2040 2041 1590) 4(2029 2030 2041 2040) 4(1580 1591 2042 2031) 4(1590 2041 2042 1591) 4(2030 2031 2042 2041) 4(1581 1592 2043 2032) 4(1591 2042 2043 1592) 4(2031 2032 2043 2042) 4(1582 1593 2044 2033) 4(1592 2043 2044 1593) 4(2032 2033 2044 2043) 4(1593 2044 2045 1594) 4(2033 2034 2045 2044) 4(1583 1594 2045 2034) 4(1585 1596 2047 2036) 4(1595 2046 2047 1596) 4(2035 2036 2047 2046) 4(1586 1597 2048 2037) 4(1596 2047 2048 1597) 4(2036 2037 2048 2047) 4(1587 1598 2049 2038) 4(1597 2048 2049 1598) 4(2037 2038 2049 2048) 4(1588 1599 2050 2039) 4(1598 2049 2050 1599) 4(2038 2039 2050 2049) 4(1589 1600 2051 2040) 4(1599 2050 2051 1600) 4(2039 2040 2051 2050) 4(1590 1601 2052 2041) 4(1600 2051 2052 1601) 4(2040 2041 2052 2051) 4(1591 1602 2053 2042) 4(1601 2052 2053 1602) 4(2041 2042 2053 2052) 4(1592 1603 2054 2043) 4(1602 2053 2054 1603) 4(2042 2043 2054 2053) 4(1593 1604 2055 2044) 4(1603 2054 2055 1604) 4(2043 2044 2055 2054) 4(1604 2055 2056 1605) 4(2044 2045 2056 2055) 4(1594 1605 2056 2045) 4(1596 1607 2058 2047) 4(1606 2057 2058 1607) 4(2046 2047 2058 2057) 4(1597 1608 2059 2048) 4(1607 2058 2059 1608) 4(2047 2048 2059 2058) 4(1598 1609 2060 2049) 4(1608 2059 2060 1609) 4(2048 2049 2060 2059) 4(1599 1610 2061 2050) 4(1609 2060 2061 1610) 4(2049 2050 2061 2060) 4(1600 1611 2062 2051) 4(1610 2061 2062 1611) 4(2050 2051 2062 2061) 4(1601 1612 2063 2052) 4(1611 2062 2063 1612) 4(2051 2052 2063 2062) 4(1602 1613 2064 2053) 4(1612 2063 2064 1613) 4(2052 2053 2064 2063) 4(1603 1614 2065 2054) 4(1613 2064 2065 1614) 4(2053 2054 2065 2064) 4(1604 1615 2066 2055) 4(1614 2065 2066 1615) 4(2054 2055 2066 2065) 4(1615 2066 2067 1616) 4(2055 2056 2067 2066) 4(1605 1616 2067 2056) 4(1607 1618 2069 2058) 4(1617 2068 2069 1618) 4(2057 2058 2069 2068) 4(1608 1619 2070 2059) 4(1618 2069 2070 1619) 4(2058 2059 2070 2069) 4(1609 1620 2071 2060) 4(1619 2070 2071 1620) 4(2059 2060 2071 2070) 4(1610 1621 2072 2061) 4(1620 2071 2072 1621) 4(2060 2061 2072 2071) 4(1611 1622 2073 2062) 4(1621 2072 2073 1622) 4(2061 2062 2073 2072) 4(1612 1623 2074 2063) 4(1622 2073 2074 1623) 4(2062 2063 2074 2073) 4(1613 1624 2075 2064) 4(1623 2074 2075 1624) 4(2063 2064 2075 2074) 4(1614 1625 2076 2065) 4(1624 2075 2076 1625) 4(2064 2065 2076 2075) 4(1615 1626 2077 2066) 4(1625 2076 2077 1626) 4(2065 2066 2077 2076) 4(1626 2077 2078 1627) 4(2066 2067 2078 2077) 4(1616 1627 2078 2067) 4(1618 1629 2080 2069) 4(1628 2079 2080 1629) 4(2068 2069 2080 2079) 4(1619 1630 2081 2070) 4(1629 2080 2081 1630) 4(2069 2070 2081 2080) 4(1620 1631 2082 2071) 4(1630 2081 2082 1631) 4(2070 2071 2082 2081) 4(1621 1632 2083 2072) 4(1631 2082 2083 1632) 4(2071 2072 2083 2082) 4(1622 1633 2084 2073) 4(1632 2083 2084 1633) 4(2072 2073 2084 2083) 4(1623 1634 2085 2074) 4(1633 2084 2085 1634) 4(2073 2074 2085 2084) 4(1624 1635 2086 2075) 4(1634 2085 2086 1635) 4(2074 2075 2086 2085) 4(1625 1636 2087 2076) 4(1635 2086 2087 1636) 4(2075 2076 2087 2086) 4(1626 1637 2088 2077) 4(1636 2087 2088 1637) 4(2076 2077 2088 2087) 4(1637 2088 2089 1638) 4(2077 2078 2089 2088) 4(1627 1638 2089 2078) 4(1629 1640 2091 2080) 4(1639 2090 2091 1640) 4(2079 2080 2091 2090) 4(1630 1641 2092 2081) 4(1640 2091 2092 1641) 4(2080 2081 2092 2091) 4(1631 1642 2093 2082) 4(1641 2092 2093 1642) 4(2081 2082 2093 2092) 4(1632 1643 2094 2083) 4(1642 2093 2094 1643) 4(2082 2083 2094 2093) 4(1633 1644 2095 2084) 4(1643 2094 2095 1644) 4(2083 2084 2095 2094) 4(1634 1645 2096 2085) 4(1644 2095 2096 1645) 4(2084 2085 2096 2095) 4(1635 1646 2097 2086) 4(1645 2096 2097 1646) 4(2085 2086 2097 2096) 4(1636 1647 2098 2087) 4(1646 2097 2098 1647) 4(2086 2087 2098 2097) 4(1637 1648 2099 2088) 4(1647 2098 2099 1648) 4(2087 2088 2099 2098) 4(1648 2099 2100 1649) 4(2088 2089 2100 2099) 4(1638 1649 2100 2089) 4(1640 1651 2102 2091) 4(1650 2101 2102 1651) 4(2090 2091 2102 2101) 4(1641 1652 2103 2092) 4(1651 2102 2103 1652) 4(2091 2092 2103 2102) 4(1642 1653 2104 2093) 4(1652 2103 2104 1653) 4(2092 2093 2104 2103) 4(1643 1654 2105 2094) 4(1653 2104 2105 1654) 4(2093 2094 2105 2104) 4(1644 1655 2106 2095) 4(1654 2105 2106 1655) 4(2094 2095 2106 2105) 4(1645 1656 2107 2096) 4(1655 2106 2107 1656) 4(2095 2096 2107 2106) 4(1646 1657 2108 2097) 4(1656 2107 2108 1657) 4(2096 2097 2108 2107) 4(1647 1658 2109 2098) 4(1657 2108 2109 1658) 4(2097 2098 2109 2108) 4(1648 1659 2110 2099) 4(1658 2109 2110 1659) 4(2098 2099 2110 2109) 4(1659 2110 2111 1660) 4(2099 2100 2111 2110) 4(1649 1660 2111 2100) 4(1651 1662 2113 2102) 4(1661 2112 2113 1662) 4(2101 2102 2113 2112) 4(1652 1663 2114 2103) 4(1662 2113 2114 1663) 4(2102 2103 2114 2113) 4(1653 1664 2115 2104) 4(1663 2114 2115 1664) 4(2103 2104 2115 2114) 4(1654 1665 2116 2105) 4(1664 2115 2116 1665) 4(2104 2105 2116 2115) 4(1655 1666 2117 2106) 4(1665 2116 2117 1666) 4(2105 2106 2117 2116) 4(1656 1667 2118 2107) 4(1666 2117 2118 1667) 4(2106 2107 2118 2117) 4(1657 1668 2119 2108) 4(1667 2118 2119 1668) 4(2107 2108 2119 2118) 4(1658 1669 2120 2109) 4(1668 2119 2120 1669) 4(2108 2109 2120 2119) 4(1659 1670 2121 2110) 4(1669 2120 2121 1670) 4(2109 2110 2121 2120) 4(1670 2121 2122 1671) 4(2110 2111 2122 2121) 4(1660 1671 2122 2111) 4(1662 1673 2124 2113) 4(1672 2123 2124 1673) 4(2112 2113 2124 2123) 4(1663 1674 2125 2114) 4(1673 2124 2125 1674) 4(2113 2114 2125 2124) 4(1664 1675 2126 2115) 4(1674 2125 2126 1675) 4(2114 2115 2126 2125) 4(1665 1676 2127 2116) 4(1675 2126 2127 1676) 4(2115 2116 2127 2126) 4(1666 1677 2128 2117) 4(1676 2127 2128 1677) 4(2116 2117 2128 2127) 4(1667 1678 2129 2118) 4(1677 2128 2129 1678) 4(2117 2118 2129 2128) 4(1668 1679 2130 2119) 4(1678 2129 2130 1679) 4(2118 2119 2130 2129) 4(1669 1680 2131 2120) 4(1679 2130 2131 1680) 4(2119 2120 2131 2130) 4(1670 1681 2132 2121) 4(1680 2131 2132 1681) 4(2120 2121 2132 2131) 4(1681 2132 2133 1682) 4(2121 2122 2133 2132) 4(1671 1682 2133 2122) 4(1673 1684 2135 2124) 4(1683 2134 2135 1684) 4(2123 2124 2135 2134) 4(1674 1685 2136 2125) 4(1684 2135 2136 1685) 4(2124 2125 2136 2135) 4(1675 1686 2137 2126) 4(1685 2136 2137 1686) 4(2125 2126 2137 2136) 4(1676 1687 2138 2127) 4(1686 2137 2138 1687) 4(2126 2127 2138 2137) 4(1677 1688 2139 2128) 4(1687 2138 2139 1688) 4(2127 2128 2139 2138) 4(1678 1689 2140 2129) 4(1688 2139 2140 1689) 4(2128 2129 2140 2139) 4(1679 1690 2141 2130) 4(1689 2140 2141 1690) 4(2129 2130 2141 2140) 4(1680 1691 2142 2131) 4(1690 2141 2142 1691) 4(2130 2131 2142 2141) 4(1681 1692 2143 2132) 4(1691 2142 2143 1692) 4(2131 2132 2143 2142) 4(1692 2143 2144 1693) 4(2132 2133 2144 2143) 4(1682 1693 2144 2133) 4(1684 1695 2146 2135) 4(1694 2145 2146 1695) 4(2134 2135 2146 2145) 4(1685 1696 2147 2136) 4(1695 2146 2147 1696) 4(2135 2136 2147 2146) 4(1686 1697 2148 2137) 4(1696 2147 2148 1697) 4(2136 2137 2148 2147) 4(1687 1698 2149 2138) 4(1697 2148 2149 1698) 4(2137 2138 2149 2148) 4(1688 1699 2150 2139) 4(1698 2149 2150 1699) 4(2138 2139 2150 2149) 4(1689 1700 2151 2140) 4(1699 2150 2151 1700) 4(2139 2140 2151 2150) 4(1690 1701 2152 2141) 4(1700 2151 2152 1701) 4(2140 2141 2152 2151) 4(1691 1702 2153 2142) 4(1701 2152 2153 1702) 4(2141 2142 2153 2152) 4(1692 1703 2154 2143) 4(1702 2153 2154 1703) 4(2142 2143 2154 2153) 4(1703 2154 2155 1704) 4(2143 2144 2155 2154) 4(1693 1704 2155 2144) 4(1695 1706 2157 2146) 4(1705 2156 2157 1706) 4(2145 2146 2157 2156) 4(1696 1707 2158 2147) 4(1706 2157 2158 1707) 4(2146 2147 2158 2157) 4(1697 1708 2159 2148) 4(1707 2158 2159 1708) 4(2147 2148 2159 2158) 4(1698 1709 2160 2149) 4(1708 2159 2160 1709) 4(2148 2149 2160 2159) 4(1699 1710 2161 2150) 4(1709 2160 2161 1710) 4(2149 2150 2161 2160) 4(1700 1711 2162 2151) 4(1710 2161 2162 1711) 4(2150 2151 2162 2161) 4(1701 1712 2163 2152) 4(1711 2162 2163 1712) 4(2151 2152 2163 2162) 4(1702 1713 2164 2153) 4(1712 2163 2164 1713) 4(2152 2153 2164 2163) 4(1703 1714 2165 2154) 4(1713 2164 2165 1714) 4(2153 2154 2165 2164) 4(1714 2165 2166 1715) 4(2154 2155 2166 2165) 4(1704 1715 2166 2155) 4(1706 1717 2168 2157) 4(1716 2167 2168 1717) 4(2156 2157 2168 2167) 4(1707 1718 2169 2158) 4(1717 2168 2169 1718) 4(2157 2158 2169 2168) 4(1708 1719 2170 2159) 4(1718 2169 2170 1719) 4(2158 2159 2170 2169) 4(1709 1720 2171 2160) 4(1719 2170 2171 1720) 4(2159 2160 2171 2170) 4(1710 1721 2172 2161) 4(1720 2171 2172 1721) 4(2160 2161 2172 2171) 4(1711 1722 2173 2162) 4(1721 2172 2173 1722) 4(2161 2162 2173 2172) 4(1712 1723 2174 2163) 4(1722 2173 2174 1723) 4(2162 2163 2174 2173) 4(1713 1724 2175 2164) 4(1723 2174 2175 1724) 4(2163 2164 2175 2174) 4(1714 1725 2176 2165) 4(1724 2175 2176 1725) 4(2164 2165 2176 2175) 4(1725 2176 2177 1726) 4(2165 2166 2177 2176) 4(1715 1726 2177 2166) 4(1717 1728 2179 2168) 4(1727 2178 2179 1728) 4(2167 2168 2179 2178) 4(1718 1729 2180 2169) 4(1728 2179 2180 1729) 4(2168 2169 2180 2179) 4(1719 1730 2181 2170) 4(1729 2180 2181 1730) 4(2169 2170 2181 2180) 4(1720 1731 2182 2171) 4(1730 2181 2182 1731) 4(2170 2171 2182 2181) 4(1721 1732 2183 2172) 4(1731 2182 2183 1732) 4(2171 2172 2183 2182) 4(1722 1733 2184 2173) 4(1732 2183 2184 1733) 4(2172 2173 2184 2183) 4(1723 1734 2185 2174) 4(1733 2184 2185 1734) 4(2173 2174 2185 2184) 4(1724 1735 2186 2175) 4(1734 2185 2186 1735) 4(2174 2175 2186 2185) 4(1725 1736 2187 2176) 4(1735 2186 2187 1736) 4(2175 2176 2187 2186) 4(1736 2187 2188 1737) 4(2176 2177 2188 2187) 4(1726 1737 2188 2177) 4(1728 1739 2190 2179) 4(1738 2189 2190 1739) 4(2178 2179 2190 2189) 4(1729 1740 2191 2180) 4(1739 2190 2191 1740) 4(2179 2180 2191 2190) 4(1730 1741 2192 2181) 4(1740 2191 2192 1741) 4(2180 2181 2192 2191) 4(1731 1742 2193 2182) 4(1741 2192 2193 1742) 4(2181 2182 2193 2192) 4(1732 1743 2194 2183) 4(1742 2193 2194 1743) 4(2182 2183 2194 2193) 4(1733 1744 2195 2184) 4(1743 2194 2195 1744) 4(2183 2184 2195 2194) 4(1734 1745 2196 2185) 4(1744 2195 2196 1745) 4(2184 2185 2196 2195) 4(1735 1746 2197 2186) 4(1745 2196 2197 1746) 4(2185 2186 2197 2196) 4(1736 1747 2198 2187) 4(1746 2197 2198 1747) 4(2186 2187 2198 2197) 4(1747 2198 2199 1748) 4(2187 2188 2199 2198) 4(1737 1748 2199 2188) 4(1739 1750 2201 2190) 4(1749 2200 2201 1750) 4(2189 2190 2201 2200) 4(1740 1751 2202 2191) 4(1750 2201 2202 1751) 4(2190 2191 2202 2201) 4(1741 1752 2203 2192) 4(1751 2202 2203 1752) 4(2191 2192 2203 2202) 4(1742 1753 2204 2193) 4(1752 2203 2204 1753) 4(2192 2193 2204 2203) 4(1743 1754 2205 2194) 4(1753 2204 2205 1754) 4(2193 2194 2205 2204) 4(1744 1755 2206 2195) 4(1754 2205 2206 1755) 4(2194 2195 2206 2205) 4(1745 1756 2207 2196) 4(1755 2206 2207 1756) 4(2195 2196 2207 2206) 4(1746 1757 2208 2197) 4(1756 2207 2208 1757) 4(2196 2197 2208 2207) 4(1747 1758 2209 2198) 4(1757 2208 2209 1758) 4(2197 2198 2209 2208) 4(1758 2209 2210 1759) 4(2198 2199 2210 2209) 4(1748 1759 2210 2199) 4(1750 1761 2212 2201) 4(1760 2211 2212 1761) 4(2200 2201 2212 2211) 4(1751 1762 2213 2202) 4(1761 2212 2213 1762) 4(2201 2202 2213 2212) 4(1752 1763 2214 2203) 4(1762 2213 2214 1763) 4(2202 2203 2214 2213) 4(1753 1764 2215 2204) 4(1763 2214 2215 1764) 4(2203 2204 2215 2214) 4(1754 1765 2216 2205) 4(1764 2215 2216 1765) 4(2204 2205 2216 2215) 4(1755 1766 2217 2206) 4(1765 2216 2217 1766) 4(2205 2206 2217 2216) 4(1756 1767 2218 2207) 4(1766 2217 2218 1767) 4(2206 2207 2218 2217) 4(1757 1768 2219 2208) 4(1767 2218 2219 1768) 4(2207 2208 2219 2218) 4(1758 1769 2220 2209) 4(1768 2219 2220 1769) 4(2208 2209 2220 2219) 4(1769 2220 2221 1770) 4(2209 2210 2221 2220) 4(1759 1770 2221 2210) 4(1761 1772 2223 2212) 4(1771 2222 2223 1772) 4(2211 2212 2223 2222) 4(1762 1773 2224 2213) 4(1772 2223 2224 1773) 4(2212 2213 2224 2223) 4(1763 1774 2225 2214) 4(1773 2224 2225 1774) 4(2213 2214 2225 2224) 4(1764 1775 2226 2215) 4(1774 2225 2226 1775) 4(2214 2215 2226 2225) 4(1765 1776 2227 2216) 4(1775 2226 2227 1776) 4(2215 2216 2227 2226) 4(1766 1777 2228 2217) 4(1776 2227 2228 1777) 4(2216 2217 2228 2227) 4(1767 1778 2229 2218) 4(1777 2228 2229 1778) 4(2217 2218 2229 2228) 4(1768 1779 2230 2219) 4(1778 2229 2230 1779) 4(2218 2219 2230 2229) 4(1769 1780 2231 2220) 4(1779 2230 2231 1780) 4(2219 2220 2231 2230) 4(1780 2231 2232 1781) 4(2220 2221 2232 2231) 4(1770 1781 2232 2221) 4(1772 1783 2234 2223) 4(1782 2233 2234 1783) 4(2222 2223 2234 2233) 4(1773 1784 2235 2224) 4(1783 2234 2235 1784) 4(2223 2224 2235 2234) 4(1774 1785 2236 2225) 4(1784 2235 2236 1785) 4(2224 2225 2236 2235) 4(1775 1786 2237 2226) 4(1785 2236 2237 1786) 4(2225 2226 2237 2236) 4(1776 1787 2238 2227) 4(1786 2237 2238 1787) 4(2226 2227 2238 2237) 4(1777 1788 2239 2228) 4(1787 2238 2239 1788) 4(2227 2228 2239 2238) 4(1778 1789 2240 2229) 4(1788 2239 2240 1789) 4(2228 2229 2240 2239) 4(1779 1790 2241 2230) 4(1789 2240 2241 1790) 4(2229 2230 2241 2240) 4(1780 1791 2242 2231) 4(1790 2241 2242 1791) 4(2230 2231 2242 2241) 4(1791 2242 2243 1792) 4(2231 2232 2243 2242) 4(1781 1792 2243 2232) 4(1783 1794 2245 2234) 4(2233 2234 2245 2244) 4(1784 1795 2246 2235) 4(2234 2235 2246 2245) 4(1785 1796 2247 2236) 4(2235 2236 2247 2246) 4(1786 1797 2248 2237) 4(2236 2237 2248 2247) 4(1787 1798 2249 2238) 4(2237 2238 2249 2248) 4(1788 1799 2250 2239) 4(2238 2239 2250 2249) 4(1789 1800 2251 2240) 4(2239 2240 2251 2250) 4(1790 1801 2252 2241) 4(2240 2241 2252 2251) 4(1791 1802 2253 2242) 4(2241 2242 2253 2252) 4(2242 2243 2254 2253) 4(1792 1803 2254 2243) 4(1805 1816 2267 2256) 4(1815 2266 2267 1816) 4(1806 1817 2268 2257) 4(1816 2267 2268 1817) 4(1807 1818 2269 2258) 4(1817 2268 2269 1818) 4(1808 1819 2270 2259) 4(1818 2269 2270 1819) 4(1809 1820 2271 2260) 4(1819 2270 2271 1820) 4(1810 1821 2272 2261) 4(1820 2271 2272 1821) 4(1811 1822 2273 2262) 4(1821 2272 2273 1822) 4(1812 1823 2274 2263) 4(1822 2273 2274 1823) 4(1813 1824 2275 2264) 4(1823 2274 2275 1824) 4(1824 2275 2276 1825) 4(1814 1825 2276 2265) 4(1816 1827 2278 2267) 4(1826 2277 2278 1827) 4(1817 1828 2279 2268) 4(1827 2278 2279 1828) 4(1818 1829 2280 2269) 4(1828 2279 2280 1829) 4(1819 1830 2281 2270) 4(1829 2280 2281 1830) 4(1820 1831 2282 2271) 4(1830 2281 2282 1831) 4(1821 1832 2283 2272) 4(1831 2282 2283 1832) 4(1822 1833 2284 2273) 4(1832 2283 2284 1833) 4(1823 1834 2285 2274) 4(1833 2284 2285 1834) 4(1824 1835 2286 2275) 4(1834 2285 2286 1835) 4(1835 2286 2287 1836) 4(1825 1836 2287 2276) 4(1827 1838 2289 2278) 4(1837 2288 2289 1838) 4(1828 1839 2290 2279) 4(1838 2289 2290 1839) 4(1829 1840 2291 2280) 4(1839 2290 2291 1840) 4(1830 1841 2292 2281) 4(1840 2291 2292 1841) 4(1831 1842 2293 2282) 4(1841 2292 2293 1842) 4(1832 1843 2294 2283) 4(1842 2293 2294 1843) 4(1833 1844 2295 2284) 4(1843 2294 2295 1844) 4(1834 1845 2296 2285) 4(1844 2295 2296 1845) 4(1835 1846 2297 2286) 4(1845 2296 2297 1846) 4(1846 2297 2298 1847) 4(1836 1847 2298 2287) 4(1838 1849 2300 2289) 4(1848 2299 2300 1849) 4(1839 1850 2301 2290) 4(1849 2300 2301 1850) 4(1840 1851 2302 2291) 4(1850 2301 2302 1851) 4(1841 1852 2303 2292) 4(1851 2302 2303 1852) 4(1842 1853 2304 2293) 4(1852 2303 2304 1853) 4(1843 1854 2305 2294) 4(1853 2304 2305 1854) 4(1844 1855 2306 2295) 4(1854 2305 2306 1855) 4(1845 1856 2307 2296) 4(1855 2306 2307 1856) 4(1846 1857 2308 2297) 4(1856 2307 2308 1857) 4(1857 2308 2309 1858) 4(1847 1858 2309 2298) 4(1849 1860 2311 2300) 4(1859 2310 2311 1860) 4(1850 1861 2312 2301) 4(1860 2311 2312 1861) 4(1851 1862 2313 2302) 4(1861 2312 2313 1862) 4(1852 1863 2314 2303) 4(1862 2313 2314 1863) 4(1853 1864 2315 2304) 4(1863 2314 2315 1864) 4(1854 1865 2316 2305) 4(1864 2315 2316 1865) 4(1855 1866 2317 2306) 4(1865 2316 2317 1866) 4(1856 1867 2318 2307) 4(1866 2317 2318 1867) 4(1857 1868 2319 2308) 4(1867 2318 2319 1868) 4(1868 2319 2320 1869) 4(1858 1869 2320 2309) 4(1860 1871 2322 2311) 4(1870 2321 2322 1871) 4(1861 1872 2323 2312) 4(1871 2322 2323 1872) 4(1862 1873 2324 2313) 4(1872 2323 2324 1873) 4(1863 1874 2325 2314) 4(1873 2324 2325 1874) 4(1864 1875 2326 2315) 4(1874 2325 2326 1875) 4(1865 1876 2327 2316) 4(1875 2326 2327 1876) 4(1866 1877 2328 2317) 4(1876 2327 2328 1877) 4(1867 1878 2329 2318) 4(1877 2328 2329 1878) 4(1868 1879 2330 2319) 4(1878 2329 2330 1879) 4(1879 2330 2331 1880) 4(1869 1880 2331 2320) 4(1871 1882 2333 2322) 4(1881 2332 2333 1882) 4(1872 1883 2334 2323) 4(1882 2333 2334 1883) 4(1873 1884 2335 2324) 4(1883 2334 2335 1884) 4(1874 1885 2336 2325) 4(1884 2335 2336 1885) 4(1875 1886 2337 2326) 4(1885 2336 2337 1886) 4(1876 1887 2338 2327) 4(1886 2337 2338 1887) 4(1877 1888 2339 2328) 4(1887 2338 2339 1888) 4(1878 1889 2340 2329) 4(1888 2339 2340 1889) 4(1879 1890 2341 2330) 4(1889 2340 2341 1890) 4(1890 2341 2342 1891) 4(1880 1891 2342 2331) 4(1882 1893 2344 2333) 4(1892 2343 2344 1893) 4(1883 1894 2345 2334) 4(1893 2344 2345 1894) 4(1884 1895 2346 2335) 4(1894 2345 2346 1895) 4(1885 1896 2347 2336) 4(1895 2346 2347 1896) 4(1886 1897 2348 2337) 4(1896 2347 2348 1897) 4(1887 1898 2349 2338) 4(1897 2348 2349 1898) 4(1888 1899 2350 2339) 4(1898 2349 2350 1899) 4(1889 1900 2351 2340) 4(1899 2350 2351 1900) 4(1890 1901 2352 2341) 4(1900 2351 2352 1901) 4(1901 2352 2353 1902) 4(1891 1902 2353 2342) 4(1893 1904 2355 2344) 4(1903 2354 2355 1904) 4(1894 1905 2356 2345) 4(1904 2355 2356 1905) 4(1895 1906 2357 2346) 4(1905 2356 2357 1906) 4(1896 1907 2358 2347) 4(1906 2357 2358 1907) 4(1897 1908 2359 2348) 4(1907 2358 2359 1908) 4(1898 1909 2360 2349) 4(1908 2359 2360 1909) 4(1899 1910 2361 2350) 4(1909 2360 2361 1910) 4(1900 1911 2362 2351) 4(1910 2361 2362 1911) 4(1901 1912 2363 2352) 4(1911 2362 2363 1912) 4(1912 2363 2364 1913) 4(1902 1913 2364 2353) 4(1904 1915 2366 2355) 4(1914 2365 2366 1915) 4(1905 1916 2367 2356) 4(1915 2366 2367 1916) 4(1906 1917 2368 2357) 4(1916 2367 2368 1917) 4(1907 1918 2369 2358) 4(1917 2368 2369 1918) 4(1908 1919 2370 2359) 4(1918 2369 2370 1919) 4(1909 1920 2371 2360) 4(1919 2370 2371 1920) 4(1910 1921 2372 2361) 4(1920 2371 2372 1921) 4(1911 1922 2373 2362) 4(1921 2372 2373 1922) 4(1912 1923 2374 2363) 4(1922 2373 2374 1923) 4(1923 2374 2375 1924) 4(1913 1924 2375 2364) 4(1915 1926 2377 2366) 4(1925 2376 2377 1926) 4(1916 1927 2378 2367) 4(1926 2377 2378 1927) 4(1917 1928 2379 2368) 4(1927 2378 2379 1928) 4(1918 1929 2380 2369) 4(1928 2379 2380 1929) 4(1919 1930 2381 2370) 4(1929 2380 2381 1930) 4(1920 1931 2382 2371) 4(1930 2381 2382 1931) 4(1921 1932 2383 2372) 4(1931 2382 2383 1932) 4(1922 1933 2384 2373) 4(1932 2383 2384 1933) 4(1923 1934 2385 2374) 4(1933 2384 2385 1934) 4(1934 2385 2386 1935) 4(1924 1935 2386 2375) 4(1926 1937 2388 2377) 4(1936 2387 2388 1937) 4(1927 1938 2389 2378) 4(1937 2388 2389 1938) 4(1928 1939 2390 2379) 4(1938 2389 2390 1939) 4(1929 1940 2391 2380) 4(1939 2390 2391 1940) 4(1930 1941 2392 2381) 4(1940 2391 2392 1941) 4(1931 1942 2393 2382) 4(1941 2392 2393 1942) 4(1932 1943 2394 2383) 4(1942 2393 2394 1943) 4(1933 1944 2395 2384) 4(1943 2394 2395 1944) 4(1934 1945 2396 2385) 4(1944 2395 2396 1945) 4(1945 2396 2397 1946) 4(1935 1946 2397 2386) 4(1937 1948 2399 2388) 4(1947 2398 2399 1948) 4(1938 1949 2400 2389) 4(1948 2399 2400 1949) 4(1939 1950 2401 2390) 4(1949 2400 2401 1950) 4(1940 1951 2402 2391) 4(1950 2401 2402 1951) 4(1941 1952 2403 2392) 4(1951 2402 2403 1952) 4(1942 1953 2404 2393) 4(1952 2403 2404 1953) 4(1943 1954 2405 2394) 4(1953 2404 2405 1954) 4(1944 1955 2406 2395) 4(1954 2405 2406 1955) 4(1945 1956 2407 2396) 4(1955 2406 2407 1956) 4(1956 2407 2408 1957) 4(1946 1957 2408 2397) 4(1948 1959 2410 2399) 4(1958 2409 2410 1959) 4(1949 1960 2411 2400) 4(1959 2410 2411 1960) 4(1950 1961 2412 2401) 4(1960 2411 2412 1961) 4(1951 1962 2413 2402) 4(1961 2412 2413 1962) 4(1952 1963 2414 2403) 4(1962 2413 2414 1963) 4(1953 1964 2415 2404) 4(1963 2414 2415 1964) 4(1954 1965 2416 2405) 4(1964 2415 2416 1965) 4(1955 1966 2417 2406) 4(1965 2416 2417 1966) 4(1956 1967 2418 2407) 4(1966 2417 2418 1967) 4(1967 2418 2419 1968) 4(1957 1968 2419 2408) 4(1959 1970 2421 2410) 4(1969 2420 2421 1970) 4(1960 1971 2422 2411) 4(1970 2421 2422 1971) 4(1961 1972 2423 2412) 4(1971 2422 2423 1972) 4(1962 1973 2424 2413) 4(1972 2423 2424 1973) 4(1963 1974 2425 2414) 4(1973 2424 2425 1974) 4(1964 1975 2426 2415) 4(1974 2425 2426 1975) 4(1965 1976 2427 2416) 4(1975 2426 2427 1976) 4(1966 1977 2428 2417) 4(1976 2427 2428 1977) 4(1967 1978 2429 2418) 4(1977 2428 2429 1978) 4(1978 2429 2430 1979) 4(1968 1979 2430 2419) 4(1970 1981 2432 2421) 4(1980 2431 2432 1981) 4(1971 1982 2433 2422) 4(1981 2432 2433 1982) 4(1972 1983 2434 2423) 4(1982 2433 2434 1983) 4(1973 1984 2435 2424) 4(1983 2434 2435 1984) 4(1974 1985 2436 2425) 4(1984 2435 2436 1985) 4(1975 1986 2437 2426) 4(1985 2436 2437 1986) 4(1976 1987 2438 2427) 4(1986 2437 2438 1987) 4(1977 1988 2439 2428) 4(1987 2438 2439 1988) 4(1978 1989 2440 2429) 4(1988 2439 2440 1989) 4(1989 2440 2441 1990) 4(1979 1990 2441 2430) 4(1981 1992 2443 2432) 4(1991 2442 2443 1992) 4(1982 1993 2444 2433) 4(1992 2443 2444 1993) 4(1983 1994 2445 2434) 4(1993 2444 2445 1994) 4(1984 1995 2446 2435) 4(1994 2445 2446 1995) 4(1985 1996 2447 2436) 4(1995 2446 2447 1996) 4(1986 1997 2448 2437) 4(1996 2447 2448 1997) 4(1987 1998 2449 2438) 4(1997 2448 2449 1998) 4(1988 1999 2450 2439) 4(1998 2449 2450 1999) 4(1989 2000 2451 2440) 4(1999 2450 2451 2000) 4(2000 2451 2452 2001) 4(1990 2001 2452 2441) 4(1992 2003 2454 2443) 4(2002 2453 2454 2003) 4(1993 2004 2455 2444) 4(2003 2454 2455 2004) 4(1994 2005 2456 2445) 4(2004 2455 2456 2005) 4(1995 2006 2457 2446) 4(2005 2456 2457 2006) 4(1996 2007 2458 2447) 4(2006 2457 2458 2007) 4(1997 2008 2459 2448) 4(2007 2458 2459 2008) 4(1998 2009 2460 2449) 4(2008 2459 2460 2009) 4(1999 2010 2461 2450) 4(2009 2460 2461 2010) 4(2000 2011 2462 2451) 4(2010 2461 2462 2011) 4(2011 2462 2463 2012) 4(2001 2012 2463 2452) 4(2003 2014 2465 2454) 4(2013 2464 2465 2014) 4(2004 2015 2466 2455) 4(2014 2465 2466 2015) 4(2005 2016 2467 2456) 4(2015 2466 2467 2016) 4(2006 2017 2468 2457) 4(2016 2467 2468 2017) 4(2007 2018 2469 2458) 4(2017 2468 2469 2018) 4(2008 2019 2470 2459) 4(2018 2469 2470 2019) 4(2009 2020 2471 2460) 4(2019 2470 2471 2020) 4(2010 2021 2472 2461) 4(2020 2471 2472 2021) 4(2011 2022 2473 2462) 4(2021 2472 2473 2022) 4(2022 2473 2474 2023) 4(2012 2023 2474 2463) 4(2014 2025 2476 2465) 4(2024 2475 2476 2025) 4(2015 2026 2477 2466) 4(2025 2476 2477 2026) 4(2016 2027 2478 2467) 4(2026 2477 2478 2027) 4(2017 2028 2479 2468) 4(2027 2478 2479 2028) 4(2018 2029 2480 2469) 4(2028 2479 2480 2029) 4(2019 2030 2481 2470) 4(2029 2480 2481 2030) 4(2020 2031 2482 2471) 4(2030 2481 2482 2031) 4(2021 2032 2483 2472) 4(2031 2482 2483 2032) 4(2022 2033 2484 2473) 4(2032 2483 2484 2033) 4(2033 2484 2485 2034) 4(2023 2034 2485 2474) 4(2025 2036 2487 2476) 4(2035 2486 2487 2036) 4(2026 2037 2488 2477) 4(2036 2487 2488 2037) 4(2027 2038 2489 2478) 4(2037 2488 2489 2038) 4(2028 2039 2490 2479) 4(2038 2489 2490 2039) 4(2029 2040 2491 2480) 4(2039 2490 2491 2040) 4(2030 2041 2492 2481) 4(2040 2491 2492 2041) 4(2031 2042 2493 2482) 4(2041 2492 2493 2042) 4(2032 2043 2494 2483) 4(2042 2493 2494 2043) 4(2033 2044 2495 2484) 4(2043 2494 2495 2044) 4(2044 2495 2496 2045) 4(2034 2045 2496 2485) 4(2036 2047 2498 2487) 4(2046 2497 2498 2047) 4(2037 2048 2499 2488) 4(2047 2498 2499 2048) 4(2038 2049 2500 2489) 4(2048 2499 2500 2049) 4(2039 2050 2501 2490) 4(2049 2500 2501 2050) 4(2040 2051 2502 2491) 4(2050 2501 2502 2051) 4(2041 2052 2503 2492) 4(2051 2502 2503 2052) 4(2042 2053 2504 2493) 4(2052 2503 2504 2053) 4(2043 2054 2505 2494) 4(2053 2504 2505 2054) 4(2044 2055 2506 2495) 4(2054 2505 2506 2055) 4(2055 2506 2507 2056) 4(2045 2056 2507 2496) 4(2047 2058 2509 2498) 4(2057 2508 2509 2058) 4(2048 2059 2510 2499) 4(2058 2509 2510 2059) 4(2049 2060 2511 2500) 4(2059 2510 2511 2060) 4(2050 2061 2512 2501) 4(2060 2511 2512 2061) 4(2051 2062 2513 2502) 4(2061 2512 2513 2062) 4(2052 2063 2514 2503) 4(2062 2513 2514 2063) 4(2053 2064 2515 2504) 4(2063 2514 2515 2064) 4(2054 2065 2516 2505) 4(2064 2515 2516 2065) 4(2055 2066 2517 2506) 4(2065 2516 2517 2066) 4(2066 2517 2518 2067) 4(2056 2067 2518 2507) 4(2058 2069 2520 2509) 4(2068 2519 2520 2069) 4(2059 2070 2521 2510) 4(2069 2520 2521 2070) 4(2060 2071 2522 2511) 4(2070 2521 2522 2071) 4(2061 2072 2523 2512) 4(2071 2522 2523 2072) 4(2062 2073 2524 2513) 4(2072 2523 2524 2073) 4(2063 2074 2525 2514) 4(2073 2524 2525 2074) 4(2064 2075 2526 2515) 4(2074 2525 2526 2075) 4(2065 2076 2527 2516) 4(2075 2526 2527 2076) 4(2066 2077 2528 2517) 4(2076 2527 2528 2077) 4(2077 2528 2529 2078) 4(2067 2078 2529 2518) 4(2069 2080 2531 2520) 4(2079 2530 2531 2080) 4(2070 2081 2532 2521) 4(2080 2531 2532 2081) 4(2071 2082 2533 2522) 4(2081 2532 2533 2082) 4(2072 2083 2534 2523) 4(2082 2533 2534 2083) 4(2073 2084 2535 2524) 4(2083 2534 2535 2084) 4(2074 2085 2536 2525) 4(2084 2535 2536 2085) 4(2075 2086 2537 2526) 4(2085 2536 2537 2086) 4(2076 2087 2538 2527) 4(2086 2537 2538 2087) 4(2077 2088 2539 2528) 4(2087 2538 2539 2088) 4(2088 2539 2540 2089) 4(2078 2089 2540 2529) 4(2080 2091 2542 2531) 4(2090 2541 2542 2091) 4(2081 2092 2543 2532) 4(2091 2542 2543 2092) 4(2082 2093 2544 2533) 4(2092 2543 2544 2093) 4(2083 2094 2545 2534) 4(2093 2544 2545 2094) 4(2084 2095 2546 2535) 4(2094 2545 2546 2095) 4(2085 2096 2547 2536) 4(2095 2546 2547 2096) 4(2086 2097 2548 2537) 4(2096 2547 2548 2097) 4(2087 2098 2549 2538) 4(2097 2548 2549 2098) 4(2088 2099 2550 2539) 4(2098 2549 2550 2099) 4(2099 2550 2551 2100) 4(2089 2100 2551 2540) 4(2091 2102 2553 2542) 4(2101 2552 2553 2102) 4(2092 2103 2554 2543) 4(2102 2553 2554 2103) 4(2093 2104 2555 2544) 4(2103 2554 2555 2104) 4(2094 2105 2556 2545) 4(2104 2555 2556 2105) 4(2095 2106 2557 2546) 4(2105 2556 2557 2106) 4(2096 2107 2558 2547) 4(2106 2557 2558 2107) 4(2097 2108 2559 2548) 4(2107 2558 2559 2108) 4(2098 2109 2560 2549) 4(2108 2559 2560 2109) 4(2099 2110 2561 2550) 4(2109 2560 2561 2110) 4(2110 2561 2562 2111) 4(2100 2111 2562 2551) 4(2102 2113 2564 2553) 4(2112 2563 2564 2113) 4(2103 2114 2565 2554) 4(2113 2564 2565 2114) 4(2104 2115 2566 2555) 4(2114 2565 2566 2115) 4(2105 2116 2567 2556) 4(2115 2566 2567 2116) 4(2106 2117 2568 2557) 4(2116 2567 2568 2117) 4(2107 2118 2569 2558) 4(2117 2568 2569 2118) 4(2108 2119 2570 2559) 4(2118 2569 2570 2119) 4(2109 2120 2571 2560) 4(2119 2570 2571 2120) 4(2110 2121 2572 2561) 4(2120 2571 2572 2121) 4(2121 2572 2573 2122) 4(2111 2122 2573 2562) 4(2113 2124 2575 2564) 4(2123 2574 2575 2124) 4(2114 2125 2576 2565) 4(2124 2575 2576 2125) 4(2115 2126 2577 2566) 4(2125 2576 2577 2126) 4(2116 2127 2578 2567) 4(2126 2577 2578 2127) 4(2117 2128 2579 2568) 4(2127 2578 2579 2128) 4(2118 2129 2580 2569) 4(2128 2579 2580 2129) 4(2119 2130 2581 2570) 4(2129 2580 2581 2130) 4(2120 2131 2582 2571) 4(2130 2581 2582 2131) 4(2121 2132 2583 2572) 4(2131 2582 2583 2132) 4(2132 2583 2584 2133) 4(2122 2133 2584 2573) 4(2124 2135 2586 2575) 4(2134 2585 2586 2135) 4(2125 2136 2587 2576) 4(2135 2586 2587 2136) 4(2126 2137 2588 2577) 4(2136 2587 2588 2137) 4(2127 2138 2589 2578) 4(2137 2588 2589 2138) 4(2128 2139 2590 2579) 4(2138 2589 2590 2139) 4(2129 2140 2591 2580) 4(2139 2590 2591 2140) 4(2130 2141 2592 2581) 4(2140 2591 2592 2141) 4(2131 2142 2593 2582) 4(2141 2592 2593 2142) 4(2132 2143 2594 2583) 4(2142 2593 2594 2143) 4(2143 2594 2595 2144) 4(2133 2144 2595 2584) 4(2135 2146 2597 2586) 4(2145 2596 2597 2146) 4(2136 2147 2598 2587) 4(2146 2597 2598 2147) 4(2137 2148 2599 2588) 4(2147 2598 2599 2148) 4(2138 2149 2600 2589) 4(2148 2599 2600 2149) 4(2139 2150 2601 2590) 4(2149 2600 2601 2150) 4(2140 2151 2602 2591) 4(2150 2601 2602 2151) 4(2141 2152 2603 2592) 4(2151 2602 2603 2152) 4(2142 2153 2604 2593) 4(2152 2603 2604 2153) 4(2143 2154 2605 2594) 4(2153 2604 2605 2154) 4(2154 2605 2606 2155) 4(2144 2155 2606 2595) 4(2146 2157 2608 2597) 4(2156 2607 2608 2157) 4(2147 2158 2609 2598) 4(2157 2608 2609 2158) 4(2148 2159 2610 2599) 4(2158 2609 2610 2159) 4(2149 2160 2611 2600) 4(2159 2610 2611 2160) 4(2150 2161 2612 2601) 4(2160 2611 2612 2161) 4(2151 2162 2613 2602) 4(2161 2612 2613 2162) 4(2152 2163 2614 2603) 4(2162 2613 2614 2163) 4(2153 2164 2615 2604) 4(2163 2614 2615 2164) 4(2154 2165 2616 2605) 4(2164 2615 2616 2165) 4(2165 2616 2617 2166) 4(2155 2166 2617 2606) 4(2157 2168 2619 2608) 4(2167 2618 2619 2168) 4(2158 2169 2620 2609) 4(2168 2619 2620 2169) 4(2159 2170 2621 2610) 4(2169 2620 2621 2170) 4(2160 2171 2622 2611) 4(2170 2621 2622 2171) 4(2161 2172 2623 2612) 4(2171 2622 2623 2172) 4(2162 2173 2624 2613) 4(2172 2623 2624 2173) 4(2163 2174 2625 2614) 4(2173 2624 2625 2174) 4(2164 2175 2626 2615) 4(2174 2625 2626 2175) 4(2165 2176 2627 2616) 4(2175 2626 2627 2176) 4(2176 2627 2628 2177) 4(2166 2177 2628 2617) 4(2168 2179 2630 2619) 4(2178 2629 2630 2179) 4(2169 2180 2631 2620) 4(2179 2630 2631 2180) 4(2170 2181 2632 2621) 4(2180 2631 2632 2181) 4(2171 2182 2633 2622) 4(2181 2632 2633 2182) 4(2172 2183 2634 2623) 4(2182 2633 2634 2183) 4(2173 2184 2635 2624) 4(2183 2634 2635 2184) 4(2174 2185 2636 2625) 4(2184 2635 2636 2185) 4(2175 2186 2637 2626) 4(2185 2636 2637 2186) 4(2176 2187 2638 2627) 4(2186 2637 2638 2187) 4(2187 2638 2639 2188) 4(2177 2188 2639 2628) 4(2179 2190 2641 2630) 4(2189 2640 2641 2190) 4(2180 2191 2642 2631) 4(2190 2641 2642 2191) 4(2181 2192 2643 2632) 4(2191 2642 2643 2192) 4(2182 2193 2644 2633) 4(2192 2643 2644 2193) 4(2183 2194 2645 2634) 4(2193 2644 2645 2194) 4(2184 2195 2646 2635) 4(2194 2645 2646 2195) 4(2185 2196 2647 2636) 4(2195 2646 2647 2196) 4(2186 2197 2648 2637) 4(2196 2647 2648 2197) 4(2187 2198 2649 2638) 4(2197 2648 2649 2198) 4(2198 2649 2650 2199) 4(2188 2199 2650 2639) 4(2190 2201 2652 2641) 4(2200 2651 2652 2201) 4(2191 2202 2653 2642) 4(2201 2652 2653 2202) 4(2192 2203 2654 2643) 4(2202 2653 2654 2203) 4(2193 2204 2655 2644) 4(2203 2654 2655 2204) 4(2194 2205 2656 2645) 4(2204 2655 2656 2205) 4(2195 2206 2657 2646) 4(2205 2656 2657 2206) 4(2196 2207 2658 2647) 4(2206 2657 2658 2207) 4(2197 2208 2659 2648) 4(2207 2658 2659 2208) 4(2198 2209 2660 2649) 4(2208 2659 2660 2209) 4(2209 2660 2661 2210) 4(2199 2210 2661 2650) 4(2201 2212 2663 2652) 4(2211 2662 2663 2212) 4(2202 2213 2664 2653) 4(2212 2663 2664 2213) 4(2203 2214 2665 2654) 4(2213 2664 2665 2214) 4(2204 2215 2666 2655) 4(2214 2665 2666 2215) 4(2205 2216 2667 2656) 4(2215 2666 2667 2216) 4(2206 2217 2668 2657) 4(2216 2667 2668 2217) 4(2207 2218 2669 2658) 4(2217 2668 2669 2218) 4(2208 2219 2670 2659) 4(2218 2669 2670 2219) 4(2209 2220 2671 2660) 4(2219 2670 2671 2220) 4(2220 2671 2672 2221) 4(2210 2221 2672 2661) 4(2212 2223 2674 2663) 4(2222 2673 2674 2223) 4(2213 2224 2675 2664) 4(2223 2674 2675 2224) 4(2214 2225 2676 2665) 4(2224 2675 2676 2225) 4(2215 2226 2677 2666) 4(2225 2676 2677 2226) 4(2216 2227 2678 2667) 4(2226 2677 2678 2227) 4(2217 2228 2679 2668) 4(2227 2678 2679 2228) 4(2218 2229 2680 2669) 4(2228 2679 2680 2229) 4(2219 2230 2681 2670) 4(2229 2680 2681 2230) 4(2220 2231 2682 2671) 4(2230 2681 2682 2231) 4(2231 2682 2683 2232) 4(2221 2232 2683 2672) 4(2223 2234 2685 2674) 4(2233 2684 2685 2234) 4(2224 2235 2686 2675) 4(2234 2685 2686 2235) 4(2225 2236 2687 2676) 4(2235 2686 2687 2236) 4(2226 2237 2688 2677) 4(2236 2687 2688 2237) 4(2227 2238 2689 2678) 4(2237 2688 2689 2238) 4(2228 2239 2690 2679) 4(2238 2689 2690 2239) 4(2229 2240 2691 2680) 4(2239 2690 2691 2240) 4(2230 2241 2692 2681) 4(2240 2691 2692 2241) 4(2231 2242 2693 2682) 4(2241 2692 2693 2242) 4(2242 2693 2694 2243) 4(2232 2243 2694 2683) 4(2234 2245 2696 2685) 4(2235 2246 2697 2686) 4(2236 2247 2698 2687) 4(2237 2248 2699 2688) 4(2238 2249 2700 2689) 4(2239 2250 2701 2690) 4(2240 2251 2702 2691) 4(2241 2252 2703 2692) 4(2242 2253 2704 2693) 4(2243 2254 2705 2694) 4(2706 2716 3126 3116) 4(21 472 3126 2716) 4(461 3116 3126 472) 4(2707 2717 3127 3117) 4(2716 3126 3127 2717) 4(3116 3117 3127 3126) 4(2708 2718 3128 3118) 4(2717 3127 3128 2718) 4(3117 3118 3128 3127) 4(2709 2719 3129 3119) 4(2718 3128 3129 2719) 4(3118 3119 3129 3128) 4(2710 2720 3130 3120) 4(2719 3129 3130 2720) 4(3119 3120 3130 3129) 4(2711 2721 3131 3121) 4(2720 3130 3131 2721) 4(3120 3121 3131 3130) 4(2712 2722 3132 3122) 4(2721 3131 3132 2722) 4(3121 3122 3132 3131) 4(2713 2723 3133 3123) 4(2722 3132 3133 2723) 4(3122 3123 3133 3132) 4(2714 2724 3134 3124) 4(2723 3133 3134 2724) 4(3123 3124 3134 3133) 4(2724 3134 3135 2725) 4(3124 3125 3135 3134) 4(2716 2726 3136 3126) 4(32 483 3136 2726) 4(472 3126 3136 483) 4(2717 2727 3137 3127) 4(2726 3136 3137 2727) 4(3126 3127 3137 3136) 4(2718 2728 3138 3128) 4(2727 3137 3138 2728) 4(3127 3128 3138 3137) 4(2719 2729 3139 3129) 4(2728 3138 3139 2729) 4(3128 3129 3139 3138) 4(2720 2730 3140 3130) 4(2729 3139 3140 2730) 4(3129 3130 3140 3139) 4(2721 2731 3141 3131) 4(2730 3140 3141 2731) 4(3130 3131 3141 3140) 4(2722 2732 3142 3132) 4(2731 3141 3142 2732) 4(3131 3132 3142 3141) 4(2723 2733 3143 3133) 4(2732 3142 3143 2733) 4(3132 3133 3143 3142) 4(2724 2734 3144 3134) 4(2733 3143 3144 2734) 4(3133 3134 3144 3143) 4(2734 3144 3145 2735) 4(3134 3135 3145 3144) 4(2726 2736 3146 3136) 4(43 494 3146 2736) 4(483 3136 3146 494) 4(2727 2737 3147 3137) 4(2736 3146 3147 2737) 4(3136 3137 3147 3146) 4(2728 2738 3148 3138) 4(2737 3147 3148 2738) 4(3137 3138 3148 3147) 4(2729 2739 3149 3139) 4(2738 3148 3149 2739) 4(3138 3139 3149 3148) 4(2730 2740 3150 3140) 4(2739 3149 3150 2740) 4(3139 3140 3150 3149) 4(2731 2741 3151 3141) 4(2740 3150 3151 2741) 4(3140 3141 3151 3150) 4(2732 2742 3152 3142) 4(2741 3151 3152 2742) 4(3141 3142 3152 3151) 4(2733 2743 3153 3143) 4(2742 3152 3153 2743) 4(3142 3143 3153 3152) 4(2734 2744 3154 3144) 4(2743 3153 3154 2744) 4(3143 3144 3154 3153) 4(2744 3154 3155 2745) 4(3144 3145 3155 3154) 4(2736 2746 3156 3146) 4(54 505 3156 2746) 4(494 3146 3156 505) 4(2737 2747 3157 3147) 4(2746 3156 3157 2747) 4(3146 3147 3157 3156) 4(2738 2748 3158 3148) 4(2747 3157 3158 2748) 4(3147 3148 3158 3157) 4(2739 2749 3159 3149) 4(2748 3158 3159 2749) 4(3148 3149 3159 3158) 4(2740 2750 3160 3150) 4(2749 3159 3160 2750) 4(3149 3150 3160 3159) 4(2741 2751 3161 3151) 4(2750 3160 3161 2751) 4(3150 3151 3161 3160) 4(2742 2752 3162 3152) 4(2751 3161 3162 2752) 4(3151 3152 3162 3161) 4(2743 2753 3163 3153) 4(2752 3162 3163 2753) 4(3152 3153 3163 3162) 4(2744 2754 3164 3154) 4(2753 3163 3164 2754) 4(3153 3154 3164 3163) 4(2754 3164 3165 2755) 4(3154 3155 3165 3164) 4(2746 2756 3166 3156) 4(65 516 3166 2756) 4(505 3156 3166 516) 4(2747 2757 3167 3157) 4(2756 3166 3167 2757) 4(3156 3157 3167 3166) 4(2748 2758 3168 3158) 4(2757 3167 3168 2758) 4(3157 3158 3168 3167) 4(2749 2759 3169 3159) 4(2758 3168 3169 2759) 4(3158 3159 3169 3168) 4(2750 2760 3170 3160) 4(2759 3169 3170 2760) 4(3159 3160 3170 3169) 4(2751 2761 3171 3161) 4(2760 3170 3171 2761) 4(3160 3161 3171 3170) 4(2752 2762 3172 3162) 4(2761 3171 3172 2762) 4(3161 3162 3172 3171) 4(2753 2763 3173 3163) 4(2762 3172 3173 2763) 4(3162 3163 3173 3172) 4(2754 2764 3174 3164) 4(2763 3173 3174 2764) 4(3163 3164 3174 3173) 4(2764 3174 3175 2765) 4(3164 3165 3175 3174) 4(2756 2766 3176 3166) 4(76 527 3176 2766) 4(516 3166 3176 527) 4(2757 2767 3177 3167) 4(2766 3176 3177 2767) 4(3166 3167 3177 3176) 4(2758 2768 3178 3168) 4(2767 3177 3178 2768) 4(3167 3168 3178 3177) 4(2759 2769 3179 3169) 4(2768 3178 3179 2769) 4(3168 3169 3179 3178) 4(2760 2770 3180 3170) 4(2769 3179 3180 2770) 4(3169 3170 3180 3179) 4(2761 2771 3181 3171) 4(2770 3180 3181 2771) 4(3170 3171 3181 3180) 4(2762 2772 3182 3172) 4(2771 3181 3182 2772) 4(3171 3172 3182 3181) 4(2763 2773 3183 3173) 4(2772 3182 3183 2773) 4(3172 3173 3183 3182) 4(2764 2774 3184 3174) 4(2773 3183 3184 2774) 4(3173 3174 3184 3183) 4(2774 3184 3185 2775) 4(3174 3175 3185 3184) 4(2766 2776 3186 3176) 4(87 538 3186 2776) 4(527 3176 3186 538) 4(2767 2777 3187 3177) 4(2776 3186 3187 2777) 4(3176 3177 3187 3186) 4(2768 2778 3188 3178) 4(2777 3187 3188 2778) 4(3177 3178 3188 3187) 4(2769 2779 3189 3179) 4(2778 3188 3189 2779) 4(3178 3179 3189 3188) 4(2770 2780 3190 3180) 4(2779 3189 3190 2780) 4(3179 3180 3190 3189) 4(2771 2781 3191 3181) 4(2780 3190 3191 2781) 4(3180 3181 3191 3190) 4(2772 2782 3192 3182) 4(2781 3191 3192 2782) 4(3181 3182 3192 3191) 4(2773 2783 3193 3183) 4(2782 3192 3193 2783) 4(3182 3183 3193 3192) 4(2774 2784 3194 3184) 4(2783 3193 3194 2784) 4(3183 3184 3194 3193) 4(2784 3194 3195 2785) 4(3184 3185 3195 3194) 4(2776 2786 3196 3186) 4(98 549 3196 2786) 4(538 3186 3196 549) 4(2777 2787 3197 3187) 4(2786 3196 3197 2787) 4(3186 3187 3197 3196) 4(2778 2788 3198 3188) 4(2787 3197 3198 2788) 4(3187 3188 3198 3197) 4(2779 2789 3199 3189) 4(2788 3198 3199 2789) 4(3188 3189 3199 3198) 4(2780 2790 3200 3190) 4(2789 3199 3200 2790) 4(3189 3190 3200 3199) 4(2781 2791 3201 3191) 4(2790 3200 3201 2791) 4(3190 3191 3201 3200) 4(2782 2792 3202 3192) 4(2791 3201 3202 2792) 4(3191 3192 3202 3201) 4(2783 2793 3203 3193) 4(2792 3202 3203 2793) 4(3192 3193 3203 3202) 4(2784 2794 3204 3194) 4(2793 3203 3204 2794) 4(3193 3194 3204 3203) 4(2794 3204 3205 2795) 4(3194 3195 3205 3204) 4(2786 2796 3206 3196) 4(109 560 3206 2796) 4(549 3196 3206 560) 4(2787 2797 3207 3197) 4(2796 3206 3207 2797) 4(3196 3197 3207 3206) 4(2788 2798 3208 3198) 4(2797 3207 3208 2798) 4(3197 3198 3208 3207) 4(2789 2799 3209 3199) 4(2798 3208 3209 2799) 4(3198 3199 3209 3208) 4(2790 2800 3210 3200) 4(2799 3209 3210 2800) 4(3199 3200 3210 3209) 4(2791 2801 3211 3201) 4(2800 3210 3211 2801) 4(3200 3201 3211 3210) 4(2792 2802 3212 3202) 4(2801 3211 3212 2802) 4(3201 3202 3212 3211) 4(2793 2803 3213 3203) 4(2802 3212 3213 2803) 4(3202 3203 3213 3212) 4(2794 2804 3214 3204) 4(2803 3213 3214 2804) 4(3203 3204 3214 3213) 4(2804 3214 3215 2805) 4(3204 3205 3215 3214) 4(2796 2806 3216 3206) 4(120 571 3216 2806) 4(560 3206 3216 571) 4(2797 2807 3217 3207) 4(2806 3216 3217 2807) 4(3206 3207 3217 3216) 4(2798 2808 3218 3208) 4(2807 3217 3218 2808) 4(3207 3208 3218 3217) 4(2799 2809 3219 3209) 4(2808 3218 3219 2809) 4(3208 3209 3219 3218) 4(2800 2810 3220 3210) 4(2809 3219 3220 2810) 4(3209 3210 3220 3219) 4(2801 2811 3221 3211) 4(2810 3220 3221 2811) 4(3210 3211 3221 3220) 4(2802 2812 3222 3212) 4(2811 3221 3222 2812) 4(3211 3212 3222 3221) 4(2803 2813 3223 3213) 4(2812 3222 3223 2813) 4(3212 3213 3223 3222) 4(2804 2814 3224 3214) 4(2813 3223 3224 2814) 4(3213 3214 3224 3223) 4(2814 3224 3225 2815) 4(3214 3215 3225 3224) 4(2806 2816 3226 3216) 4(131 582 3226 2816) 4(571 3216 3226 582) 4(2807 2817 3227 3217) 4(2816 3226 3227 2817) 4(3216 3217 3227 3226) 4(2808 2818 3228 3218) 4(2817 3227 3228 2818) 4(3217 3218 3228 3227) 4(2809 2819 3229 3219) 4(2818 3228 3229 2819) 4(3218 3219 3229 3228) 4(2810 2820 3230 3220) 4(2819 3229 3230 2820) 4(3219 3220 3230 3229) 4(2811 2821 3231 3221) 4(2820 3230 3231 2821) 4(3220 3221 3231 3230) 4(2812 2822 3232 3222) 4(2821 3231 3232 2822) 4(3221 3222 3232 3231) 4(2813 2823 3233 3223) 4(2822 3232 3233 2823) 4(3222 3223 3233 3232) 4(2814 2824 3234 3224) 4(2823 3233 3234 2824) 4(3223 3224 3234 3233) 4(2824 3234 3235 2825) 4(3224 3225 3235 3234) 4(2816 2826 3236 3226) 4(142 593 3236 2826) 4(582 3226 3236 593) 4(2817 2827 3237 3227) 4(2826 3236 3237 2827) 4(3226 3227 3237 3236) 4(2818 2828 3238 3228) 4(2827 3237 3238 2828) 4(3227 3228 3238 3237) 4(2819 2829 3239 3229) 4(2828 3238 3239 2829) 4(3228 3229 3239 3238) 4(2820 2830 3240 3230) 4(2829 3239 3240 2830) 4(3229 3230 3240 3239) 4(2821 2831 3241 3231) 4(2830 3240 3241 2831) 4(3230 3231 3241 3240) 4(2822 2832 3242 3232) 4(2831 3241 3242 2832) 4(3231 3232 3242 3241) 4(2823 2833 3243 3233) 4(2832 3242 3243 2833) 4(3232 3233 3243 3242) 4(2824 2834 3244 3234) 4(2833 3243 3244 2834) 4(3233 3234 3244 3243) 4(2834 3244 3245 2835) 4(3234 3235 3245 3244) 4(2826 2836 3246 3236) 4(153 604 3246 2836) 4(593 3236 3246 604) 4(2827 2837 3247 3237) 4(2836 3246 3247 2837) 4(3236 3237 3247 3246) 4(2828 2838 3248 3238) 4(2837 3247 3248 2838) 4(3237 3238 3248 3247) 4(2829 2839 3249 3239) 4(2838 3248 3249 2839) 4(3238 3239 3249 3248) 4(2830 2840 3250 3240) 4(2839 3249 3250 2840) 4(3239 3240 3250 3249) 4(2831 2841 3251 3241) 4(2840 3250 3251 2841) 4(3240 3241 3251 3250) 4(2832 2842 3252 3242) 4(2841 3251 3252 2842) 4(3241 3242 3252 3251) 4(2833 2843 3253 3243) 4(2842 3252 3253 2843) 4(3242 3243 3253 3252) 4(2834 2844 3254 3244) 4(2843 3253 3254 2844) 4(3243 3244 3254 3253) 4(2844 3254 3255 2845) 4(3244 3245 3255 3254) 4(2836 2846 3256 3246) 4(164 615 3256 2846) 4(604 3246 3256 615) 4(2837 2847 3257 3247) 4(2846 3256 3257 2847) 4(3246 3247 3257 3256) 4(2838 2848 3258 3248) 4(2847 3257 3258 2848) 4(3247 3248 3258 3257) 4(2839 2849 3259 3249) 4(2848 3258 3259 2849) 4(3248 3249 3259 3258) 4(2840 2850 3260 3250) 4(2849 3259 3260 2850) 4(3249 3250 3260 3259) 4(2841 2851 3261 3251) 4(2850 3260 3261 2851) 4(3250 3251 3261 3260) 4(2842 2852 3262 3252) 4(2851 3261 3262 2852) 4(3251 3252 3262 3261) 4(2843 2853 3263 3253) 4(2852 3262 3263 2853) 4(3252 3253 3263 3262) 4(2844 2854 3264 3254) 4(2853 3263 3264 2854) 4(3253 3254 3264 3263) 4(2854 3264 3265 2855) 4(3254 3255 3265 3264) 4(2846 2856 3266 3256) 4(175 626 3266 2856) 4(615 3256 3266 626) 4(2847 2857 3267 3257) 4(2856 3266 3267 2857) 4(3256 3257 3267 3266) 4(2848 2858 3268 3258) 4(2857 3267 3268 2858) 4(3257 3258 3268 3267) 4(2849 2859 3269 3259) 4(2858 3268 3269 2859) 4(3258 3259 3269 3268) 4(2850 2860 3270 3260) 4(2859 3269 3270 2860) 4(3259 3260 3270 3269) 4(2851 2861 3271 3261) 4(2860 3270 3271 2861) 4(3260 3261 3271 3270) 4(2852 2862 3272 3262) 4(2861 3271 3272 2862) 4(3261 3262 3272 3271) 4(2853 2863 3273 3263) 4(2862 3272 3273 2863) 4(3262 3263 3273 3272) 4(2854 2864 3274 3264) 4(2863 3273 3274 2864) 4(3263 3264 3274 3273) 4(2864 3274 3275 2865) 4(3264 3265 3275 3274) 4(2856 2866 3276 3266) 4(186 637 3276 2866) 4(626 3266 3276 637) 4(2857 2867 3277 3267) 4(2866 3276 3277 2867) 4(3266 3267 3277 3276) 4(2858 2868 3278 3268) 4(2867 3277 3278 2868) 4(3267 3268 3278 3277) 4(2859 2869 3279 3269) 4(2868 3278 3279 2869) 4(3268 3269 3279 3278) 4(2860 2870 3280 3270) 4(2869 3279 3280 2870) 4(3269 3270 3280 3279) 4(2861 2871 3281 3271) 4(2870 3280 3281 2871) 4(3270 3271 3281 3280) 4(2862 2872 3282 3272) 4(2871 3281 3282 2872) 4(3271 3272 3282 3281) 4(2863 2873 3283 3273) 4(2872 3282 3283 2873) 4(3272 3273 3283 3282) 4(2864 2874 3284 3274) 4(2873 3283 3284 2874) 4(3273 3274 3284 3283) 4(2874 3284 3285 2875) 4(3274 3275 3285 3284) 4(2866 2876 3286 3276) 4(197 648 3286 2876) 4(637 3276 3286 648) 4(2867 2877 3287 3277) 4(2876 3286 3287 2877) 4(3276 3277 3287 3286) 4(2868 2878 3288 3278) 4(2877 3287 3288 2878) 4(3277 3278 3288 3287) 4(2869 2879 3289 3279) 4(2878 3288 3289 2879) 4(3278 3279 3289 3288) 4(2870 2880 3290 3280) 4(2879 3289 3290 2880) 4(3279 3280 3290 3289) 4(2871 2881 3291 3281) 4(2880 3290 3291 2881) 4(3280 3281 3291 3290) 4(2872 2882 3292 3282) 4(2881 3291 3292 2882) 4(3281 3282 3292 3291) 4(2873 2883 3293 3283) 4(2882 3292 3293 2883) 4(3282 3283 3293 3292) 4(2874 2884 3294 3284) 4(2883 3293 3294 2884) 4(3283 3284 3294 3293) 4(2884 3294 3295 2885) 4(3284 3285 3295 3294) 4(2876 2886 3296 3286) 4(208 659 3296 2886) 4(648 3286 3296 659) 4(2877 2887 3297 3287) 4(2886 3296 3297 2887) 4(3286 3287 3297 3296) 4(2878 2888 3298 3288) 4(2887 3297 3298 2888) 4(3287 3288 3298 3297) 4(2879 2889 3299 3289) 4(2888 3298 3299 2889) 4(3288 3289 3299 3298) 4(2880 2890 3300 3290) 4(2889 3299 3300 2890) 4(3289 3290 3300 3299) 4(2881 2891 3301 3291) 4(2890 3300 3301 2891) 4(3290 3291 3301 3300) 4(2882 2892 3302 3292) 4(2891 3301 3302 2892) 4(3291 3292 3302 3301) 4(2883 2893 3303 3293) 4(2892 3302 3303 2893) 4(3292 3293 3303 3302) 4(2884 2894 3304 3294) 4(2893 3303 3304 2894) 4(3293 3294 3304 3303) 4(2894 3304 3305 2895) 4(3294 3295 3305 3304) 4(2886 2896 3306 3296) 4(219 670 3306 2896) 4(659 3296 3306 670) 4(2887 2897 3307 3297) 4(2896 3306 3307 2897) 4(3296 3297 3307 3306) 4(2888 2898 3308 3298) 4(2897 3307 3308 2898) 4(3297 3298 3308 3307) 4(2889 2899 3309 3299) 4(2898 3308 3309 2899) 4(3298 3299 3309 3308) 4(2890 2900 3310 3300) 4(2899 3309 3310 2900) 4(3299 3300 3310 3309) 4(2891 2901 3311 3301) 4(2900 3310 3311 2901) 4(3300 3301 3311 3310) 4(2892 2902 3312 3302) 4(2901 3311 3312 2902) 4(3301 3302 3312 3311) 4(2893 2903 3313 3303) 4(2902 3312 3313 2903) 4(3302 3303 3313 3312) 4(2894 2904 3314 3304) 4(2903 3313 3314 2904) 4(3303 3304 3314 3313) 4(2904 3314 3315 2905) 4(3304 3305 3315 3314) 4(2896 2906 3316 3306) 4(230 681 3316 2906) 4(670 3306 3316 681) 4(2897 2907 3317 3307) 4(2906 3316 3317 2907) 4(3306 3307 3317 3316) 4(2898 2908 3318 3308) 4(2907 3317 3318 2908) 4(3307 3308 3318 3317) 4(2899 2909 3319 3309) 4(2908 3318 3319 2909) 4(3308 3309 3319 3318) 4(2900 2910 3320 3310) 4(2909 3319 3320 2910) 4(3309 3310 3320 3319) 4(2901 2911 3321 3311) 4(2910 3320 3321 2911) 4(3310 3311 3321 3320) 4(2902 2912 3322 3312) 4(2911 3321 3322 2912) 4(3311 3312 3322 3321) 4(2903 2913 3323 3313) 4(2912 3322 3323 2913) 4(3312 3313 3323 3322) 4(2904 2914 3324 3314) 4(2913 3323 3324 2914) 4(3313 3314 3324 3323) 4(2914 3324 3325 2915) 4(3314 3315 3325 3324) 4(2906 2916 3326 3316) 4(241 692 3326 2916) 4(681 3316 3326 692) 4(2907 2917 3327 3317) 4(2916 3326 3327 2917) 4(3316 3317 3327 3326) 4(2908 2918 3328 3318) 4(2917 3327 3328 2918) 4(3317 3318 3328 3327) 4(2909 2919 3329 3319) 4(2918 3328 3329 2919) 4(3318 3319 3329 3328) 4(2910 2920 3330 3320) 4(2919 3329 3330 2920) 4(3319 3320 3330 3329) 4(2911 2921 3331 3321) 4(2920 3330 3331 2921) 4(3320 3321 3331 3330) 4(2912 2922 3332 3322) 4(2921 3331 3332 2922) 4(3321 3322 3332 3331) 4(2913 2923 3333 3323) 4(2922 3332 3333 2923) 4(3322 3323 3333 3332) 4(2914 2924 3334 3324) 4(2923 3333 3334 2924) 4(3323 3324 3334 3333) 4(2924 3334 3335 2925) 4(3324 3325 3335 3334) 4(2916 2926 3336 3326) 4(252 703 3336 2926) 4(692 3326 3336 703) 4(2917 2927 3337 3327) 4(2926 3336 3337 2927) 4(3326 3327 3337 3336) 4(2918 2928 3338 3328) 4(2927 3337 3338 2928) 4(3327 3328 3338 3337) 4(2919 2929 3339 3329) 4(2928 3338 3339 2929) 4(3328 3329 3339 3338) 4(2920 2930 3340 3330) 4(2929 3339 3340 2930) 4(3329 3330 3340 3339) 4(2921 2931 3341 3331) 4(2930 3340 3341 2931) 4(3330 3331 3341 3340) 4(2922 2932 3342 3332) 4(2931 3341 3342 2932) 4(3331 3332 3342 3341) 4(2923 2933 3343 3333) 4(2932 3342 3343 2933) 4(3332 3333 3343 3342) 4(2924 2934 3344 3334) 4(2933 3343 3344 2934) 4(3333 3334 3344 3343) 4(2934 3344 3345 2935) 4(3334 3335 3345 3344) 4(2926 2936 3346 3336) 4(263 714 3346 2936) 4(703 3336 3346 714) 4(2927 2937 3347 3337) 4(2936 3346 3347 2937) 4(3336 3337 3347 3346) 4(2928 2938 3348 3338) 4(2937 3347 3348 2938) 4(3337 3338 3348 3347) 4(2929 2939 3349 3339) 4(2938 3348 3349 2939) 4(3338 3339 3349 3348) 4(2930 2940 3350 3340) 4(2939 3349 3350 2940) 4(3339 3340 3350 3349) 4(2931 2941 3351 3341) 4(2940 3350 3351 2941) 4(3340 3341 3351 3350) 4(2932 2942 3352 3342) 4(2941 3351 3352 2942) 4(3341 3342 3352 3351) 4(2933 2943 3353 3343) 4(2942 3352 3353 2943) 4(3342 3343 3353 3352) 4(2934 2944 3354 3344) 4(2943 3353 3354 2944) 4(3343 3344 3354 3353) 4(2944 3354 3355 2945) 4(3344 3345 3355 3354) 4(2936 2946 3356 3346) 4(274 725 3356 2946) 4(714 3346 3356 725) 4(2937 2947 3357 3347) 4(2946 3356 3357 2947) 4(3346 3347 3357 3356) 4(2938 2948 3358 3348) 4(2947 3357 3358 2948) 4(3347 3348 3358 3357) 4(2939 2949 3359 3349) 4(2948 3358 3359 2949) 4(3348 3349 3359 3358) 4(2940 2950 3360 3350) 4(2949 3359 3360 2950) 4(3349 3350 3360 3359) 4(2941 2951 3361 3351) 4(2950 3360 3361 2951) 4(3350 3351 3361 3360) 4(2942 2952 3362 3352) 4(2951 3361 3362 2952) 4(3351 3352 3362 3361) 4(2943 2953 3363 3353) 4(2952 3362 3363 2953) 4(3352 3353 3363 3362) 4(2944 2954 3364 3354) 4(2953 3363 3364 2954) 4(3353 3354 3364 3363) 4(2954 3364 3365 2955) 4(3354 3355 3365 3364) 4(2946 2956 3366 3356) 4(285 736 3366 2956) 4(725 3356 3366 736) 4(2947 2957 3367 3357) 4(2956 3366 3367 2957) 4(3356 3357 3367 3366) 4(2948 2958 3368 3358) 4(2957 3367 3368 2958) 4(3357 3358 3368 3367) 4(2949 2959 3369 3359) 4(2958 3368 3369 2959) 4(3358 3359 3369 3368) 4(2950 2960 3370 3360) 4(2959 3369 3370 2960) 4(3359 3360 3370 3369) 4(2951 2961 3371 3361) 4(2960 3370 3371 2961) 4(3360 3361 3371 3370) 4(2952 2962 3372 3362) 4(2961 3371 3372 2962) 4(3361 3362 3372 3371) 4(2953 2963 3373 3363) 4(2962 3372 3373 2963) 4(3362 3363 3373 3372) 4(2954 2964 3374 3364) 4(2963 3373 3374 2964) 4(3363 3364 3374 3373) 4(2964 3374 3375 2965) 4(3364 3365 3375 3374) 4(2956 2966 3376 3366) 4(296 747 3376 2966) 4(736 3366 3376 747) 4(2957 2967 3377 3367) 4(2966 3376 3377 2967) 4(3366 3367 3377 3376) 4(2958 2968 3378 3368) 4(2967 3377 3378 2968) 4(3367 3368 3378 3377) 4(2959 2969 3379 3369) 4(2968 3378 3379 2969) 4(3368 3369 3379 3378) 4(2960 2970 3380 3370) 4(2969 3379 3380 2970) 4(3369 3370 3380 3379) 4(2961 2971 3381 3371) 4(2970 3380 3381 2971) 4(3370 3371 3381 3380) 4(2962 2972 3382 3372) 4(2971 3381 3382 2972) 4(3371 3372 3382 3381) 4(2963 2973 3383 3373) 4(2972 3382 3383 2973) 4(3372 3373 3383 3382) 4(2964 2974 3384 3374) 4(2973 3383 3384 2974) 4(3373 3374 3384 3383) 4(2974 3384 3385 2975) 4(3374 3375 3385 3384) 4(2966 2976 3386 3376) 4(307 758 3386 2976) 4(747 3376 3386 758) 4(2967 2977 3387 3377) 4(2976 3386 3387 2977) 4(3376 3377 3387 3386) 4(2968 2978 3388 3378) 4(2977 3387 3388 2978) 4(3377 3378 3388 3387) 4(2969 2979 3389 3379) 4(2978 3388 3389 2979) 4(3378 3379 3389 3388) 4(2970 2980 3390 3380) 4(2979 3389 3390 2980) 4(3379 3380 3390 3389) 4(2971 2981 3391 3381) 4(2980 3390 3391 2981) 4(3380 3381 3391 3390) 4(2972 2982 3392 3382) 4(2981 3391 3392 2982) 4(3381 3382 3392 3391) 4(2973 2983 3393 3383) 4(2982 3392 3393 2983) 4(3382 3383 3393 3392) 4(2974 2984 3394 3384) 4(2983 3393 3394 2984) 4(3383 3384 3394 3393) 4(2984 3394 3395 2985) 4(3384 3385 3395 3394) 4(2976 2986 3396 3386) 4(318 769 3396 2986) 4(758 3386 3396 769) 4(2977 2987 3397 3387) 4(2986 3396 3397 2987) 4(3386 3387 3397 3396) 4(2978 2988 3398 3388) 4(2987 3397 3398 2988) 4(3387 3388 3398 3397) 4(2979 2989 3399 3389) 4(2988 3398 3399 2989) 4(3388 3389 3399 3398) 4(2980 2990 3400 3390) 4(2989 3399 3400 2990) 4(3389 3390 3400 3399) 4(2981 2991 3401 3391) 4(2990 3400 3401 2991) 4(3390 3391 3401 3400) 4(2982 2992 3402 3392) 4(2991 3401 3402 2992) 4(3391 3392 3402 3401) 4(2983 2993 3403 3393) 4(2992 3402 3403 2993) 4(3392 3393 3403 3402) 4(2984 2994 3404 3394) 4(2993 3403 3404 2994) 4(3393 3394 3404 3403) 4(2994 3404 3405 2995) 4(3394 3395 3405 3404) 4(2986 2996 3406 3396) 4(329 780 3406 2996) 4(769 3396 3406 780) 4(2987 2997 3407 3397) 4(2996 3406 3407 2997) 4(3396 3397 3407 3406) 4(2988 2998 3408 3398) 4(2997 3407 3408 2998) 4(3397 3398 3408 3407) 4(2989 2999 3409 3399) 4(2998 3408 3409 2999) 4(3398 3399 3409 3408) 4(2990 3000 3410 3400) 4(2999 3409 3410 3000) 4(3399 3400 3410 3409) 4(2991 3001 3411 3401) 4(3000 3410 3411 3001) 4(3400 3401 3411 3410) 4(2992 3002 3412 3402) 4(3001 3411 3412 3002) 4(3401 3402 3412 3411) 4(2993 3003 3413 3403) 4(3002 3412 3413 3003) 4(3402 3403 3413 3412) 4(2994 3004 3414 3404) 4(3003 3413 3414 3004) 4(3403 3404 3414 3413) 4(3004 3414 3415 3005) 4(3404 3405 3415 3414) 4(2996 3006 3416 3406) 4(340 791 3416 3006) 4(780 3406 3416 791) 4(2997 3007 3417 3407) 4(3006 3416 3417 3007) 4(3406 3407 3417 3416) 4(2998 3008 3418 3408) 4(3007 3417 3418 3008) 4(3407 3408 3418 3417) 4(2999 3009 3419 3409) 4(3008 3418 3419 3009) 4(3408 3409 3419 3418) 4(3000 3010 3420 3410) 4(3009 3419 3420 3010) 4(3409 3410 3420 3419) 4(3001 3011 3421 3411) 4(3010 3420 3421 3011) 4(3410 3411 3421 3420) 4(3002 3012 3422 3412) 4(3011 3421 3422 3012) 4(3411 3412 3422 3421) 4(3003 3013 3423 3413) 4(3012 3422 3423 3013) 4(3412 3413 3423 3422) 4(3004 3014 3424 3414) 4(3013 3423 3424 3014) 4(3413 3414 3424 3423) 4(3014 3424 3425 3015) 4(3414 3415 3425 3424) 4(3006 3016 3426 3416) 4(351 802 3426 3016) 4(791 3416 3426 802) 4(3007 3017 3427 3417) 4(3016 3426 3427 3017) 4(3416 3417 3427 3426) 4(3008 3018 3428 3418) 4(3017 3427 3428 3018) 4(3417 3418 3428 3427) 4(3009 3019 3429 3419) 4(3018 3428 3429 3019) 4(3418 3419 3429 3428) 4(3010 3020 3430 3420) 4(3019 3429 3430 3020) 4(3419 3420 3430 3429) 4(3011 3021 3431 3421) 4(3020 3430 3431 3021) 4(3420 3421 3431 3430) 4(3012 3022 3432 3422) 4(3021 3431 3432 3022) 4(3421 3422 3432 3431) 4(3013 3023 3433 3423) 4(3022 3432 3433 3023) 4(3422 3423 3433 3432) 4(3014 3024 3434 3424) 4(3023 3433 3434 3024) 4(3423 3424 3434 3433) 4(3024 3434 3435 3025) 4(3424 3425 3435 3434) 4(3016 3026 3436 3426) 4(362 813 3436 3026) 4(802 3426 3436 813) 4(3017 3027 3437 3427) 4(3026 3436 3437 3027) 4(3426 3427 3437 3436) 4(3018 3028 3438 3428) 4(3027 3437 3438 3028) 4(3427 3428 3438 3437) 4(3019 3029 3439 3429) 4(3028 3438 3439 3029) 4(3428 3429 3439 3438) 4(3020 3030 3440 3430) 4(3029 3439 3440 3030) 4(3429 3430 3440 3439) 4(3021 3031 3441 3431) 4(3030 3440 3441 3031) 4(3430 3431 3441 3440) 4(3022 3032 3442 3432) 4(3031 3441 3442 3032) 4(3431 3432 3442 3441) 4(3023 3033 3443 3433) 4(3032 3442 3443 3033) 4(3432 3433 3443 3442) 4(3024 3034 3444 3434) 4(3033 3443 3444 3034) 4(3433 3434 3444 3443) 4(3034 3444 3445 3035) 4(3434 3435 3445 3444) 4(3026 3036 3446 3436) 4(373 824 3446 3036) 4(813 3436 3446 824) 4(3027 3037 3447 3437) 4(3036 3446 3447 3037) 4(3436 3437 3447 3446) 4(3028 3038 3448 3438) 4(3037 3447 3448 3038) 4(3437 3438 3448 3447) 4(3029 3039 3449 3439) 4(3038 3448 3449 3039) 4(3438 3439 3449 3448) 4(3030 3040 3450 3440) 4(3039 3449 3450 3040) 4(3439 3440 3450 3449) 4(3031 3041 3451 3441) 4(3040 3450 3451 3041) 4(3440 3441 3451 3450) 4(3032 3042 3452 3442) 4(3041 3451 3452 3042) 4(3441 3442 3452 3451) 4(3033 3043 3453 3443) 4(3042 3452 3453 3043) 4(3442 3443 3453 3452) 4(3034 3044 3454 3444) 4(3043 3453 3454 3044) 4(3443 3444 3454 3453) 4(3044 3454 3455 3045) 4(3444 3445 3455 3454) 4(3036 3046 3456 3446) 4(384 835 3456 3046) 4(824 3446 3456 835) 4(3037 3047 3457 3447) 4(3046 3456 3457 3047) 4(3446 3447 3457 3456) 4(3038 3048 3458 3448) 4(3047 3457 3458 3048) 4(3447 3448 3458 3457) 4(3039 3049 3459 3449) 4(3048 3458 3459 3049) 4(3448 3449 3459 3458) 4(3040 3050 3460 3450) 4(3049 3459 3460 3050) 4(3449 3450 3460 3459) 4(3041 3051 3461 3451) 4(3050 3460 3461 3051) 4(3450 3451 3461 3460) 4(3042 3052 3462 3452) 4(3051 3461 3462 3052) 4(3451 3452 3462 3461) 4(3043 3053 3463 3453) 4(3052 3462 3463 3053) 4(3452 3453 3463 3462) 4(3044 3054 3464 3454) 4(3053 3463 3464 3054) 4(3453 3454 3464 3463) 4(3054 3464 3465 3055) 4(3454 3455 3465 3464) 4(3046 3056 3466 3456) 4(395 846 3466 3056) 4(835 3456 3466 846) 4(3047 3057 3467 3457) 4(3056 3466 3467 3057) 4(3456 3457 3467 3466) 4(3048 3058 3468 3458) 4(3057 3467 3468 3058) 4(3457 3458 3468 3467) 4(3049 3059 3469 3459) 4(3058 3468 3469 3059) 4(3458 3459 3469 3468) 4(3050 3060 3470 3460) 4(3059 3469 3470 3060) 4(3459 3460 3470 3469) 4(3051 3061 3471 3461) 4(3060 3470 3471 3061) 4(3460 3461 3471 3470) 4(3052 3062 3472 3462) 4(3061 3471 3472 3062) 4(3461 3462 3472 3471) 4(3053 3063 3473 3463) 4(3062 3472 3473 3063) 4(3462 3463 3473 3472) 4(3054 3064 3474 3464) 4(3063 3473 3474 3064) 4(3463 3464 3474 3473) 4(3064 3474 3475 3065) 4(3464 3465 3475 3474) 4(3056 3066 3476 3466) 4(406 857 3476 3066) 4(846 3466 3476 857) 4(3057 3067 3477 3467) 4(3066 3476 3477 3067) 4(3466 3467 3477 3476) 4(3058 3068 3478 3468) 4(3067 3477 3478 3068) 4(3467 3468 3478 3477) 4(3059 3069 3479 3469) 4(3068 3478 3479 3069) 4(3468 3469 3479 3478) 4(3060 3070 3480 3470) 4(3069 3479 3480 3070) 4(3469 3470 3480 3479) 4(3061 3071 3481 3471) 4(3070 3480 3481 3071) 4(3470 3471 3481 3480) 4(3062 3072 3482 3472) 4(3071 3481 3482 3072) 4(3471 3472 3482 3481) 4(3063 3073 3483 3473) 4(3072 3482 3483 3073) 4(3472 3473 3483 3482) 4(3064 3074 3484 3474) 4(3073 3483 3484 3074) 4(3473 3474 3484 3483) 4(3074 3484 3485 3075) 4(3474 3475 3485 3484) 4(3066 3076 3486 3476) 4(417 868 3486 3076) 4(857 3476 3486 868) 4(3067 3077 3487 3477) 4(3076 3486 3487 3077) 4(3476 3477 3487 3486) 4(3068 3078 3488 3478) 4(3077 3487 3488 3078) 4(3477 3478 3488 3487) 4(3069 3079 3489 3479) 4(3078 3488 3489 3079) 4(3478 3479 3489 3488) 4(3070 3080 3490 3480) 4(3079 3489 3490 3080) 4(3479 3480 3490 3489) 4(3071 3081 3491 3481) 4(3080 3490 3491 3081) 4(3480 3481 3491 3490) 4(3072 3082 3492 3482) 4(3081 3491 3492 3082) 4(3481 3482 3492 3491) 4(3073 3083 3493 3483) 4(3082 3492 3493 3083) 4(3482 3483 3493 3492) 4(3074 3084 3494 3484) 4(3083 3493 3494 3084) 4(3483 3484 3494 3493) 4(3084 3494 3495 3085) 4(3484 3485 3495 3494) 4(3076 3086 3496 3486) 4(428 879 3496 3086) 4(868 3486 3496 879) 4(3077 3087 3497 3487) 4(3086 3496 3497 3087) 4(3486 3487 3497 3496) 4(3078 3088 3498 3488) 4(3087 3497 3498 3088) 4(3487 3488 3498 3497) 4(3079 3089 3499 3489) 4(3088 3498 3499 3089) 4(3488 3489 3499 3498) 4(3080 3090 3500 3490) 4(3089 3499 3500 3090) 4(3489 3490 3500 3499) 4(3081 3091 3501 3491) 4(3090 3500 3501 3091) 4(3490 3491 3501 3500) 4(3082 3092 3502 3492) 4(3091 3501 3502 3092) 4(3491 3492 3502 3501) 4(3083 3093 3503 3493) 4(3092 3502 3503 3093) 4(3492 3493 3503 3502) 4(3084 3094 3504 3494) 4(3093 3503 3504 3094) 4(3493 3494 3504 3503) 4(3094 3504 3505 3095) 4(3494 3495 3505 3504) 4(3086 3096 3506 3496) 4(439 890 3506 3096) 4(879 3496 3506 890) 4(3087 3097 3507 3497) 4(3096 3506 3507 3097) 4(3496 3497 3507 3506) 4(3088 3098 3508 3498) 4(3097 3507 3508 3098) 4(3497 3498 3508 3507) 4(3089 3099 3509 3499) 4(3098 3508 3509 3099) 4(3498 3499 3509 3508) 4(3090 3100 3510 3500) 4(3099 3509 3510 3100) 4(3499 3500 3510 3509) 4(3091 3101 3511 3501) 4(3100 3510 3511 3101) 4(3500 3501 3511 3510) 4(3092 3102 3512 3502) 4(3101 3511 3512 3102) 4(3501 3502 3512 3511) 4(3093 3103 3513 3503) 4(3102 3512 3513 3103) 4(3502 3503 3513 3512) 4(3094 3104 3514 3504) 4(3103 3513 3514 3104) 4(3503 3504 3514 3513) 4(3104 3514 3515 3105) 4(3504 3505 3515 3514) 4(3096 3106 3516 3506) 4(890 3506 3516 901) 4(3097 3107 3517 3507) 4(3506 3507 3517 3516) 4(3098 3108 3518 3508) 4(3507 3508 3518 3517) 4(3099 3109 3519 3509) 4(3508 3509 3519 3518) 4(3100 3110 3520 3510) 4(3509 3510 3520 3519) 4(3101 3111 3521 3511) 4(3510 3511 3521 3520) 4(3102 3112 3522 3512) 4(3511 3512 3522 3521) 4(3103 3113 3523 3513) 4(3512 3513 3523 3522) 4(3104 3114 3524 3514) 4(3513 3514 3524 3523) 4(3514 3515 3525 3524) 4(3116 3126 3536 3526) 4(472 923 3536 3126) 4(912 3526 3536 923) 4(3117 3127 3537 3527) 4(3126 3536 3537 3127) 4(3526 3527 3537 3536) 4(3118 3128 3538 3528) 4(3127 3537 3538 3128) 4(3527 3528 3538 3537) 4(3119 3129 3539 3529) 4(3128 3538 3539 3129) 4(3528 3529 3539 3538) 4(3120 3130 3540 3530) 4(3129 3539 3540 3130) 4(3529 3530 3540 3539) 4(3121 3131 3541 3531) 4(3130 3540 3541 3131) 4(3530 3531 3541 3540) 4(3122 3132 3542 3532) 4(3131 3541 3542 3132) 4(3531 3532 3542 3541) 4(3123 3133 3543 3533) 4(3132 3542 3543 3133) 4(3532 3533 3543 3542) 4(3124 3134 3544 3534) 4(3133 3543 3544 3134) 4(3533 3534 3544 3543) 4(3134 3544 3545 3135) 4(3534 3535 3545 3544) 4(3126 3136 3546 3536) 4(483 934 3546 3136) 4(923 3536 3546 934) 4(3127 3137 3547 3537) 4(3136 3546 3547 3137) 4(3536 3537 3547 3546) 4(3128 3138 3548 3538) 4(3137 3547 3548 3138) 4(3537 3538 3548 3547) 4(3129 3139 3549 3539) 4(3138 3548 3549 3139) 4(3538 3539 3549 3548) 4(3130 3140 3550 3540) 4(3139 3549 3550 3140) 4(3539 3540 3550 3549) 4(3131 3141 3551 3541) 4(3140 3550 3551 3141) 4(3540 3541 3551 3550) 4(3132 3142 3552 3542) 4(3141 3551 3552 3142) 4(3541 3542 3552 3551) 4(3133 3143 3553 3543) 4(3142 3552 3553 3143) 4(3542 3543 3553 3552) 4(3134 3144 3554 3544) 4(3143 3553 3554 3144) 4(3543 3544 3554 3553) 4(3144 3554 3555 3145) 4(3544 3545 3555 3554) 4(3136 3146 3556 3546) 4(494 945 3556 3146) 4(934 3546 3556 945) 4(3137 3147 3557 3547) 4(3146 3556 3557 3147) 4(3546 3547 3557 3556) 4(3138 3148 3558 3548) 4(3147 3557 3558 3148) 4(3547 3548 3558 3557) 4(3139 3149 3559 3549) 4(3148 3558 3559 3149) 4(3548 3549 3559 3558) 4(3140 3150 3560 3550) 4(3149 3559 3560 3150) 4(3549 3550 3560 3559) 4(3141 3151 3561 3551) 4(3150 3560 3561 3151) 4(3550 3551 3561 3560) 4(3142 3152 3562 3552) 4(3151 3561 3562 3152) 4(3551 3552 3562 3561) 4(3143 3153 3563 3553) 4(3152 3562 3563 3153) 4(3552 3553 3563 3562) 4(3144 3154 3564 3554) 4(3153 3563 3564 3154) 4(3553 3554 3564 3563) 4(3154 3564 3565 3155) 4(3554 3555 3565 3564) 4(3146 3156 3566 3556) 4(505 956 3566 3156) 4(945 3556 3566 956) 4(3147 3157 3567 3557) 4(3156 3566 3567 3157) 4(3556 3557 3567 3566) 4(3148 3158 3568 3558) 4(3157 3567 3568 3158) 4(3557 3558 3568 3567) 4(3149 3159 3569 3559) 4(3158 3568 3569 3159) 4(3558 3559 3569 3568) 4(3150 3160 3570 3560) 4(3159 3569 3570 3160) 4(3559 3560 3570 3569) 4(3151 3161 3571 3561) 4(3160 3570 3571 3161) 4(3560 3561 3571 3570) 4(3152 3162 3572 3562) 4(3161 3571 3572 3162) 4(3561 3562 3572 3571) 4(3153 3163 3573 3563) 4(3162 3572 3573 3163) 4(3562 3563 3573 3572) 4(3154 3164 3574 3564) 4(3163 3573 3574 3164) 4(3563 3564 3574 3573) 4(3164 3574 3575 3165) 4(3564 3565 3575 3574) 4(3156 3166 3576 3566) 4(516 967 3576 3166) 4(956 3566 3576 967) 4(3157 3167 3577 3567) 4(3166 3576 3577 3167) 4(3566 3567 3577 3576) 4(3158 3168 3578 3568) 4(3167 3577 3578 3168) 4(3567 3568 3578 3577) 4(3159 3169 3579 3569) 4(3168 3578 3579 3169) 4(3568 3569 3579 3578) 4(3160 3170 3580 3570) 4(3169 3579 3580 3170) 4(3569 3570 3580 3579) 4(3161 3171 3581 3571) 4(3170 3580 3581 3171) 4(3570 3571 3581 3580) 4(3162 3172 3582 3572) 4(3171 3581 3582 3172) 4(3571 3572 3582 3581) 4(3163 3173 3583 3573) 4(3172 3582 3583 3173) 4(3572 3573 3583 3582) 4(3164 3174 3584 3574) 4(3173 3583 3584 3174) 4(3573 3574 3584 3583) 4(3174 3584 3585 3175) 4(3574 3575 3585 3584) 4(3166 3176 3586 3576) 4(527 978 3586 3176) 4(967 3576 3586 978) 4(3167 3177 3587 3577) 4(3176 3586 3587 3177) 4(3576 3577 3587 3586) 4(3168 3178 3588 3578) 4(3177 3587 3588 3178) 4(3577 3578 3588 3587) 4(3169 3179 3589 3579) 4(3178 3588 3589 3179) 4(3578 3579 3589 3588) 4(3170 3180 3590 3580) 4(3179 3589 3590 3180) 4(3579 3580 3590 3589) 4(3171 3181 3591 3581) 4(3180 3590 3591 3181) 4(3580 3581 3591 3590) 4(3172 3182 3592 3582) 4(3181 3591 3592 3182) 4(3581 3582 3592 3591) 4(3173 3183 3593 3583) 4(3182 3592 3593 3183) 4(3582 3583 3593 3592) 4(3174 3184 3594 3584) 4(3183 3593 3594 3184) 4(3583 3584 3594 3593) 4(3184 3594 3595 3185) 4(3584 3585 3595 3594) 4(3176 3186 3596 3586) 4(538 989 3596 3186) 4(978 3586 3596 989) 4(3177 3187 3597 3587) 4(3186 3596 3597 3187) 4(3586 3587 3597 3596) 4(3178 3188 3598 3588) 4(3187 3597 3598 3188) 4(3587 3588 3598 3597) 4(3179 3189 3599 3589) 4(3188 3598 3599 3189) 4(3588 3589 3599 3598) 4(3180 3190 3600 3590) 4(3189 3599 3600 3190) 4(3589 3590 3600 3599) 4(3181 3191 3601 3591) 4(3190 3600 3601 3191) 4(3590 3591 3601 3600) 4(3182 3192 3602 3592) 4(3191 3601 3602 3192) 4(3591 3592 3602 3601) 4(3183 3193 3603 3593) 4(3192 3602 3603 3193) 4(3592 3593 3603 3602) 4(3184 3194 3604 3594) 4(3193 3603 3604 3194) 4(3593 3594 3604 3603) 4(3194 3604 3605 3195) 4(3594 3595 3605 3604) 4(3186 3196 3606 3596) 4(549 1000 3606 3196) 4(989 3596 3606 1000) 4(3187 3197 3607 3597) 4(3196 3606 3607 3197) 4(3596 3597 3607 3606) 4(3188 3198 3608 3598) 4(3197 3607 3608 3198) 4(3597 3598 3608 3607) 4(3189 3199 3609 3599) 4(3198 3608 3609 3199) 4(3598 3599 3609 3608) 4(3190 3200 3610 3600) 4(3199 3609 3610 3200) 4(3599 3600 3610 3609) 4(3191 3201 3611 3601) 4(3200 3610 3611 3201) 4(3600 3601 3611 3610) 4(3192 3202 3612 3602) 4(3201 3611 3612 3202) 4(3601 3602 3612 3611) 4(3193 3203 3613 3603) 4(3202 3612 3613 3203) 4(3602 3603 3613 3612) 4(3194 3204 3614 3604) 4(3203 3613 3614 3204) 4(3603 3604 3614 3613) 4(3204 3614 3615 3205) 4(3604 3605 3615 3614) 4(3196 3206 3616 3606) 4(560 1011 3616 3206) 4(1000 3606 3616 1011) 4(3197 3207 3617 3607) 4(3206 3616 3617 3207) 4(3606 3607 3617 3616) 4(3198 3208 3618 3608) 4(3207 3617 3618 3208) 4(3607 3608 3618 3617) 4(3199 3209 3619 3609) 4(3208 3618 3619 3209) 4(3608 3609 3619 3618) 4(3200 3210 3620 3610) 4(3209 3619 3620 3210) 4(3609 3610 3620 3619) 4(3201 3211 3621 3611) 4(3210 3620 3621 3211) 4(3610 3611 3621 3620) 4(3202 3212 3622 3612) 4(3211 3621 3622 3212) 4(3611 3612 3622 3621) 4(3203 3213 3623 3613) 4(3212 3622 3623 3213) 4(3612 3613 3623 3622) 4(3204 3214 3624 3614) 4(3213 3623 3624 3214) 4(3613 3614 3624 3623) 4(3214 3624 3625 3215) 4(3614 3615 3625 3624) 4(3206 3216 3626 3616) 4(571 1022 3626 3216) 4(1011 3616 3626 1022) 4(3207 3217 3627 3617) 4(3216 3626 3627 3217) 4(3616 3617 3627 3626) 4(3208 3218 3628 3618) 4(3217 3627 3628 3218) 4(3617 3618 3628 3627) 4(3209 3219 3629 3619) 4(3218 3628 3629 3219) 4(3618 3619 3629 3628) 4(3210 3220 3630 3620) 4(3219 3629 3630 3220) 4(3619 3620 3630 3629) 4(3211 3221 3631 3621) 4(3220 3630 3631 3221) 4(3620 3621 3631 3630) 4(3212 3222 3632 3622) 4(3221 3631 3632 3222) 4(3621 3622 3632 3631) 4(3213 3223 3633 3623) 4(3222 3632 3633 3223) 4(3622 3623 3633 3632) 4(3214 3224 3634 3624) 4(3223 3633 3634 3224) 4(3623 3624 3634 3633) 4(3224 3634 3635 3225) 4(3624 3625 3635 3634) 4(3216 3226 3636 3626) 4(582 1033 3636 3226) 4(1022 3626 3636 1033) 4(3217 3227 3637 3627) 4(3226 3636 3637 3227) 4(3626 3627 3637 3636) 4(3218 3228 3638 3628) 4(3227 3637 3638 3228) 4(3627 3628 3638 3637) 4(3219 3229 3639 3629) 4(3228 3638 3639 3229) 4(3628 3629 3639 3638) 4(3220 3230 3640 3630) 4(3229 3639 3640 3230) 4(3629 3630 3640 3639) 4(3221 3231 3641 3631) 4(3230 3640 3641 3231) 4(3630 3631 3641 3640) 4(3222 3232 3642 3632) 4(3231 3641 3642 3232) 4(3631 3632 3642 3641) 4(3223 3233 3643 3633) 4(3232 3642 3643 3233) 4(3632 3633 3643 3642) 4(3224 3234 3644 3634) 4(3233 3643 3644 3234) 4(3633 3634 3644 3643) 4(3234 3644 3645 3235) 4(3634 3635 3645 3644) 4(3226 3236 3646 3636) 4(593 1044 3646 3236) 4(1033 3636 3646 1044) 4(3227 3237 3647 3637) 4(3236 3646 3647 3237) 4(3636 3637 3647 3646) 4(3228 3238 3648 3638) 4(3237 3647 3648 3238) 4(3637 3638 3648 3647) 4(3229 3239 3649 3639) 4(3238 3648 3649 3239) 4(3638 3639 3649 3648) 4(3230 3240 3650 3640) 4(3239 3649 3650 3240) 4(3639 3640 3650 3649) 4(3231 3241 3651 3641) 4(3240 3650 3651 3241) 4(3640 3641 3651 3650) 4(3232 3242 3652 3642) 4(3241 3651 3652 3242) 4(3641 3642 3652 3651) 4(3233 3243 3653 3643) 4(3242 3652 3653 3243) 4(3642 3643 3653 3652) 4(3234 3244 3654 3644) 4(3243 3653 3654 3244) 4(3643 3644 3654 3653) 4(3244 3654 3655 3245) 4(3644 3645 3655 3654) 4(3236 3246 3656 3646) 4(604 1055 3656 3246) 4(1044 3646 3656 1055) 4(3237 3247 3657 3647) 4(3246 3656 3657 3247) 4(3646 3647 3657 3656) 4(3238 3248 3658 3648) 4(3247 3657 3658 3248) 4(3647 3648 3658 3657) 4(3239 3249 3659 3649) 4(3248 3658 3659 3249) 4(3648 3649 3659 3658) 4(3240 3250 3660 3650) 4(3249 3659 3660 3250) 4(3649 3650 3660 3659) 4(3241 3251 3661 3651) 4(3250 3660 3661 3251) 4(3650 3651 3661 3660) 4(3242 3252 3662 3652) 4(3251 3661 3662 3252) 4(3651 3652 3662 3661) 4(3243 3253 3663 3653) 4(3252 3662 3663 3253) 4(3652 3653 3663 3662) 4(3244 3254 3664 3654) 4(3253 3663 3664 3254) 4(3653 3654 3664 3663) 4(3254 3664 3665 3255) 4(3654 3655 3665 3664) 4(3246 3256 3666 3656) 4(615 1066 3666 3256) 4(1055 3656 3666 1066) 4(3247 3257 3667 3657) 4(3256 3666 3667 3257) 4(3656 3657 3667 3666) 4(3248 3258 3668 3658) 4(3257 3667 3668 3258) 4(3657 3658 3668 3667) 4(3249 3259 3669 3659) 4(3258 3668 3669 3259) 4(3658 3659 3669 3668) 4(3250 3260 3670 3660) 4(3259 3669 3670 3260) 4(3659 3660 3670 3669) 4(3251 3261 3671 3661) 4(3260 3670 3671 3261) 4(3660 3661 3671 3670) 4(3252 3262 3672 3662) 4(3261 3671 3672 3262) 4(3661 3662 3672 3671) 4(3253 3263 3673 3663) 4(3262 3672 3673 3263) 4(3662 3663 3673 3672) 4(3254 3264 3674 3664) 4(3263 3673 3674 3264) 4(3663 3664 3674 3673) 4(3264 3674 3675 3265) 4(3664 3665 3675 3674) 4(3256 3266 3676 3666) 4(626 1077 3676 3266) 4(1066 3666 3676 1077) 4(3257 3267 3677 3667) 4(3266 3676 3677 3267) 4(3666 3667 3677 3676) 4(3258 3268 3678 3668) 4(3267 3677 3678 3268) 4(3667 3668 3678 3677) 4(3259 3269 3679 3669) 4(3268 3678 3679 3269) 4(3668 3669 3679 3678) 4(3260 3270 3680 3670) 4(3269 3679 3680 3270) 4(3669 3670 3680 3679) 4(3261 3271 3681 3671) 4(3270 3680 3681 3271) 4(3670 3671 3681 3680) 4(3262 3272 3682 3672) 4(3271 3681 3682 3272) 4(3671 3672 3682 3681) 4(3263 3273 3683 3673) 4(3272 3682 3683 3273) 4(3672 3673 3683 3682) 4(3264 3274 3684 3674) 4(3273 3683 3684 3274) 4(3673 3674 3684 3683) 4(3274 3684 3685 3275) 4(3674 3675 3685 3684) 4(3266 3276 3686 3676) 4(637 1088 3686 3276) 4(1077 3676 3686 1088) 4(3267 3277 3687 3677) 4(3276 3686 3687 3277) 4(3676 3677 3687 3686) 4(3268 3278 3688 3678) 4(3277 3687 3688 3278) 4(3677 3678 3688 3687) 4(3269 3279 3689 3679) 4(3278 3688 3689 3279) 4(3678 3679 3689 3688) 4(3270 3280 3690 3680) 4(3279 3689 3690 3280) 4(3679 3680 3690 3689) 4(3271 3281 3691 3681) 4(3280 3690 3691 3281) 4(3680 3681 3691 3690) 4(3272 3282 3692 3682) 4(3281 3691 3692 3282) 4(3681 3682 3692 3691) 4(3273 3283 3693 3683) 4(3282 3692 3693 3283) 4(3682 3683 3693 3692) 4(3274 3284 3694 3684) 4(3283 3693 3694 3284) 4(3683 3684 3694 3693) 4(3284 3694 3695 3285) 4(3684 3685 3695 3694) 4(3276 3286 3696 3686) 4(648 1099 3696 3286) 4(1088 3686 3696 1099) 4(3277 3287 3697 3687) 4(3286 3696 3697 3287) 4(3686 3687 3697 3696) 4(3278 3288 3698 3688) 4(3287 3697 3698 3288) 4(3687 3688 3698 3697) 4(3279 3289 3699 3689) 4(3288 3698 3699 3289) 4(3688 3689 3699 3698) 4(3280 3290 3700 3690) 4(3289 3699 3700 3290) 4(3689 3690 3700 3699) 4(3281 3291 3701 3691) 4(3290 3700 3701 3291) 4(3690 3691 3701 3700) 4(3282 3292 3702 3692) 4(3291 3701 3702 3292) 4(3691 3692 3702 3701) 4(3283 3293 3703 3693) 4(3292 3702 3703 3293) 4(3692 3693 3703 3702) 4(3284 3294 3704 3694) 4(3293 3703 3704 3294) 4(3693 3694 3704 3703) 4(3294 3704 3705 3295) 4(3694 3695 3705 3704) 4(3286 3296 3706 3696) 4(659 1110 3706 3296) 4(1099 3696 3706 1110) 4(3287 3297 3707 3697) 4(3296 3706 3707 3297) 4(3696 3697 3707 3706) 4(3288 3298 3708 3698) 4(3297 3707 3708 3298) 4(3697 3698 3708 3707) 4(3289 3299 3709 3699) 4(3298 3708 3709 3299) 4(3698 3699 3709 3708) 4(3290 3300 3710 3700) 4(3299 3709 3710 3300) 4(3699 3700 3710 3709) 4(3291 3301 3711 3701) 4(3300 3710 3711 3301) 4(3700 3701 3711 3710) 4(3292 3302 3712 3702) 4(3301 3711 3712 3302) 4(3701 3702 3712 3711) 4(3293 3303 3713 3703) 4(3302 3712 3713 3303) 4(3702 3703 3713 3712) 4(3294 3304 3714 3704) 4(3303 3713 3714 3304) 4(3703 3704 3714 3713) 4(3304 3714 3715 3305) 4(3704 3705 3715 3714) 4(3296 3306 3716 3706) 4(670 1121 3716 3306) 4(1110 3706 3716 1121) 4(3297 3307 3717 3707) 4(3306 3716 3717 3307) 4(3706 3707 3717 3716) 4(3298 3308 3718 3708) 4(3307 3717 3718 3308) 4(3707 3708 3718 3717) 4(3299 3309 3719 3709) 4(3308 3718 3719 3309) 4(3708 3709 3719 3718) 4(3300 3310 3720 3710) 4(3309 3719 3720 3310) 4(3709 3710 3720 3719) 4(3301 3311 3721 3711) 4(3310 3720 3721 3311) 4(3710 3711 3721 3720) 4(3302 3312 3722 3712) 4(3311 3721 3722 3312) 4(3711 3712 3722 3721) 4(3303 3313 3723 3713) 4(3312 3722 3723 3313) 4(3712 3713 3723 3722) 4(3304 3314 3724 3714) 4(3313 3723 3724 3314) 4(3713 3714 3724 3723) 4(3314 3724 3725 3315) 4(3714 3715 3725 3724) 4(3306 3316 3726 3716) 4(681 1132 3726 3316) 4(1121 3716 3726 1132) 4(3307 3317 3727 3717) 4(3316 3726 3727 3317) 4(3716 3717 3727 3726) 4(3308 3318 3728 3718) 4(3317 3727 3728 3318) 4(3717 3718 3728 3727) 4(3309 3319 3729 3719) 4(3318 3728 3729 3319) 4(3718 3719 3729 3728) 4(3310 3320 3730 3720) 4(3319 3729 3730 3320) 4(3719 3720 3730 3729) 4(3311 3321 3731 3721) 4(3320 3730 3731 3321) 4(3720 3721 3731 3730) 4(3312 3322 3732 3722) 4(3321 3731 3732 3322) 4(3721 3722 3732 3731) 4(3313 3323 3733 3723) 4(3322 3732 3733 3323) 4(3722 3723 3733 3732) 4(3314 3324 3734 3724) 4(3323 3733 3734 3324) 4(3723 3724 3734 3733) 4(3324 3734 3735 3325) 4(3724 3725 3735 3734) 4(3316 3326 3736 3726) 4(692 1143 3736 3326) 4(1132 3726 3736 1143) 4(3317 3327 3737 3727) 4(3326 3736 3737 3327) 4(3726 3727 3737 3736) 4(3318 3328 3738 3728) 4(3327 3737 3738 3328) 4(3727 3728 3738 3737) 4(3319 3329 3739 3729) 4(3328 3738 3739 3329) 4(3728 3729 3739 3738) 4(3320 3330 3740 3730) 4(3329 3739 3740 3330) 4(3729 3730 3740 3739) 4(3321 3331 3741 3731) 4(3330 3740 3741 3331) 4(3730 3731 3741 3740) 4(3322 3332 3742 3732) 4(3331 3741 3742 3332) 4(3731 3732 3742 3741) 4(3323 3333 3743 3733) 4(3332 3742 3743 3333) 4(3732 3733 3743 3742) 4(3324 3334 3744 3734) 4(3333 3743 3744 3334) 4(3733 3734 3744 3743) 4(3334 3744 3745 3335) 4(3734 3735 3745 3744) 4(3326 3336 3746 3736) 4(703 1154 3746 3336) 4(1143 3736 3746 1154) 4(3327 3337 3747 3737) 4(3336 3746 3747 3337) 4(3736 3737 3747 3746) 4(3328 3338 3748 3738) 4(3337 3747 3748 3338) 4(3737 3738 3748 3747) 4(3329 3339 3749 3739) 4(3338 3748 3749 3339) 4(3738 3739 3749 3748) 4(3330 3340 3750 3740) 4(3339 3749 3750 3340) 4(3739 3740 3750 3749) 4(3331 3341 3751 3741) 4(3340 3750 3751 3341) 4(3740 3741 3751 3750) 4(3332 3342 3752 3742) 4(3341 3751 3752 3342) 4(3741 3742 3752 3751) 4(3333 3343 3753 3743) 4(3342 3752 3753 3343) 4(3742 3743 3753 3752) 4(3334 3344 3754 3744) 4(3343 3753 3754 3344) 4(3743 3744 3754 3753) 4(3344 3754 3755 3345) 4(3744 3745 3755 3754) 4(3336 3346 3756 3746) 4(714 1165 3756 3346) 4(1154 3746 3756 1165) 4(3337 3347 3757 3747) 4(3346 3756 3757 3347) 4(3746 3747 3757 3756) 4(3338 3348 3758 3748) 4(3347 3757 3758 3348) 4(3747 3748 3758 3757) 4(3339 3349 3759 3749) 4(3348 3758 3759 3349) 4(3748 3749 3759 3758) 4(3340 3350 3760 3750) 4(3349 3759 3760 3350) 4(3749 3750 3760 3759) 4(3341 3351 3761 3751) 4(3350 3760 3761 3351) 4(3750 3751 3761 3760) 4(3342 3352 3762 3752) 4(3351 3761 3762 3352) 4(3751 3752 3762 3761) 4(3343 3353 3763 3753) 4(3352 3762 3763 3353) 4(3752 3753 3763 3762) 4(3344 3354 3764 3754) 4(3353 3763 3764 3354) 4(3753 3754 3764 3763) 4(3354 3764 3765 3355) 4(3754 3755 3765 3764) 4(3346 3356 3766 3756) 4(725 1176 3766 3356) 4(1165 3756 3766 1176) 4(3347 3357 3767 3757) 4(3356 3766 3767 3357) 4(3756 3757 3767 3766) 4(3348 3358 3768 3758) 4(3357 3767 3768 3358) 4(3757 3758 3768 3767) 4(3349 3359 3769 3759) 4(3358 3768 3769 3359) 4(3758 3759 3769 3768) 4(3350 3360 3770 3760) 4(3359 3769 3770 3360) 4(3759 3760 3770 3769) 4(3351 3361 3771 3761) 4(3360 3770 3771 3361) 4(3760 3761 3771 3770) 4(3352 3362 3772 3762) 4(3361 3771 3772 3362) 4(3761 3762 3772 3771) 4(3353 3363 3773 3763) 4(3362 3772 3773 3363) 4(3762 3763 3773 3772) 4(3354 3364 3774 3764) 4(3363 3773 3774 3364) 4(3763 3764 3774 3773) 4(3364 3774 3775 3365) 4(3764 3765 3775 3774) 4(3356 3366 3776 3766) 4(736 1187 3776 3366) 4(1176 3766 3776 1187) 4(3357 3367 3777 3767) 4(3366 3776 3777 3367) 4(3766 3767 3777 3776) 4(3358 3368 3778 3768) 4(3367 3777 3778 3368) 4(3767 3768 3778 3777) 4(3359 3369 3779 3769) 4(3368 3778 3779 3369) 4(3768 3769 3779 3778) 4(3360 3370 3780 3770) 4(3369 3779 3780 3370) 4(3769 3770 3780 3779) 4(3361 3371 3781 3771) 4(3370 3780 3781 3371) 4(3770 3771 3781 3780) 4(3362 3372 3782 3772) 4(3371 3781 3782 3372) 4(3771 3772 3782 3781) 4(3363 3373 3783 3773) 4(3372 3782 3783 3373) 4(3772 3773 3783 3782) 4(3364 3374 3784 3774) 4(3373 3783 3784 3374) 4(3773 3774 3784 3783) 4(3374 3784 3785 3375) 4(3774 3775 3785 3784) 4(3366 3376 3786 3776) 4(747 1198 3786 3376) 4(1187 3776 3786 1198) 4(3367 3377 3787 3777) 4(3376 3786 3787 3377) 4(3776 3777 3787 3786) 4(3368 3378 3788 3778) 4(3377 3787 3788 3378) 4(3777 3778 3788 3787) 4(3369 3379 3789 3779) 4(3378 3788 3789 3379) 4(3778 3779 3789 3788) 4(3370 3380 3790 3780) 4(3379 3789 3790 3380) 4(3779 3780 3790 3789) 4(3371 3381 3791 3781) 4(3380 3790 3791 3381) 4(3780 3781 3791 3790) 4(3372 3382 3792 3782) 4(3381 3791 3792 3382) 4(3781 3782 3792 3791) 4(3373 3383 3793 3783) 4(3382 3792 3793 3383) 4(3782 3783 3793 3792) 4(3374 3384 3794 3784) 4(3383 3793 3794 3384) 4(3783 3784 3794 3793) 4(3384 3794 3795 3385) 4(3784 3785 3795 3794) 4(3376 3386 3796 3786) 4(758 1209 3796 3386) 4(1198 3786 3796 1209) 4(3377 3387 3797 3787) 4(3386 3796 3797 3387) 4(3786 3787 3797 3796) 4(3378 3388 3798 3788) 4(3387 3797 3798 3388) 4(3787 3788 3798 3797) 4(3379 3389 3799 3789) 4(3388 3798 3799 3389) 4(3788 3789 3799 3798) 4(3380 3390 3800 3790) 4(3389 3799 3800 3390) 4(3789 3790 3800 3799) 4(3381 3391 3801 3791) 4(3390 3800 3801 3391) 4(3790 3791 3801 3800) 4(3382 3392 3802 3792) 4(3391 3801 3802 3392) 4(3791 3792 3802 3801) 4(3383 3393 3803 3793) 4(3392 3802 3803 3393) 4(3792 3793 3803 3802) 4(3384 3394 3804 3794) 4(3393 3803 3804 3394) 4(3793 3794 3804 3803) 4(3394 3804 3805 3395) 4(3794 3795 3805 3804) 4(3386 3396 3806 3796) 4(769 1220 3806 3396) 4(1209 3796 3806 1220) 4(3387 3397 3807 3797) 4(3396 3806 3807 3397) 4(3796 3797 3807 3806) 4(3388 3398 3808 3798) 4(3397 3807 3808 3398) 4(3797 3798 3808 3807) 4(3389 3399 3809 3799) 4(3398 3808 3809 3399) 4(3798 3799 3809 3808) 4(3390 3400 3810 3800) 4(3399 3809 3810 3400) 4(3799 3800 3810 3809) 4(3391 3401 3811 3801) 4(3400 3810 3811 3401) 4(3800 3801 3811 3810) 4(3392 3402 3812 3802) 4(3401 3811 3812 3402) 4(3801 3802 3812 3811) 4(3393 3403 3813 3803) 4(3402 3812 3813 3403) 4(3802 3803 3813 3812) 4(3394 3404 3814 3804) 4(3403 3813 3814 3404) 4(3803 3804 3814 3813) 4(3404 3814 3815 3405) 4(3804 3805 3815 3814) 4(3396 3406 3816 3806) 4(780 1231 3816 3406) 4(1220 3806 3816 1231) 4(3397 3407 3817 3807) 4(3406 3816 3817 3407) 4(3806 3807 3817 3816) 4(3398 3408 3818 3808) 4(3407 3817 3818 3408) 4(3807 3808 3818 3817) 4(3399 3409 3819 3809) 4(3408 3818 3819 3409) 4(3808 3809 3819 3818) 4(3400 3410 3820 3810) 4(3409 3819 3820 3410) 4(3809 3810 3820 3819) 4(3401 3411 3821 3811) 4(3410 3820 3821 3411) 4(3810 3811 3821 3820) 4(3402 3412 3822 3812) 4(3411 3821 3822 3412) 4(3811 3812 3822 3821) 4(3403 3413 3823 3813) 4(3412 3822 3823 3413) 4(3812 3813 3823 3822) 4(3404 3414 3824 3814) 4(3413 3823 3824 3414) 4(3813 3814 3824 3823) 4(3414 3824 3825 3415) 4(3814 3815 3825 3824) 4(3406 3416 3826 3816) 4(791 1242 3826 3416) 4(1231 3816 3826 1242) 4(3407 3417 3827 3817) 4(3416 3826 3827 3417) 4(3816 3817 3827 3826) 4(3408 3418 3828 3818) 4(3417 3827 3828 3418) 4(3817 3818 3828 3827) 4(3409 3419 3829 3819) 4(3418 3828 3829 3419) 4(3818 3819 3829 3828) 4(3410 3420 3830 3820) 4(3419 3829 3830 3420) 4(3819 3820 3830 3829) 4(3411 3421 3831 3821) 4(3420 3830 3831 3421) 4(3820 3821 3831 3830) 4(3412 3422 3832 3822) 4(3421 3831 3832 3422) 4(3821 3822 3832 3831) 4(3413 3423 3833 3823) 4(3422 3832 3833 3423) 4(3822 3823 3833 3832) 4(3414 3424 3834 3824) 4(3423 3833 3834 3424) 4(3823 3824 3834 3833) 4(3424 3834 3835 3425) 4(3824 3825 3835 3834) 4(3416 3426 3836 3826) 4(802 1253 3836 3426) 4(1242 3826 3836 1253) 4(3417 3427 3837 3827) 4(3426 3836 3837 3427) 4(3826 3827 3837 3836) 4(3418 3428 3838 3828) 4(3427 3837 3838 3428) 4(3827 3828 3838 3837) 4(3419 3429 3839 3829) 4(3428 3838 3839 3429) 4(3828 3829 3839 3838) 4(3420 3430 3840 3830) 4(3429 3839 3840 3430) 4(3829 3830 3840 3839) 4(3421 3431 3841 3831) 4(3430 3840 3841 3431) 4(3830 3831 3841 3840) 4(3422 3432 3842 3832) 4(3431 3841 3842 3432) 4(3831 3832 3842 3841) 4(3423 3433 3843 3833) 4(3432 3842 3843 3433) 4(3832 3833 3843 3842) 4(3424 3434 3844 3834) 4(3433 3843 3844 3434) 4(3833 3834 3844 3843) 4(3434 3844 3845 3435) 4(3834 3835 3845 3844) 4(3426 3436 3846 3836) 4(813 1264 3846 3436) 4(1253 3836 3846 1264) 4(3427 3437 3847 3837) 4(3436 3846 3847 3437) 4(3836 3837 3847 3846) 4(3428 3438 3848 3838) 4(3437 3847 3848 3438) 4(3837 3838 3848 3847) 4(3429 3439 3849 3839) 4(3438 3848 3849 3439) 4(3838 3839 3849 3848) 4(3430 3440 3850 3840) 4(3439 3849 3850 3440) 4(3839 3840 3850 3849) 4(3431 3441 3851 3841) 4(3440 3850 3851 3441) 4(3840 3841 3851 3850) 4(3432 3442 3852 3842) 4(3441 3851 3852 3442) 4(3841 3842 3852 3851) 4(3433 3443 3853 3843) 4(3442 3852 3853 3443) 4(3842 3843 3853 3852) 4(3434 3444 3854 3844) 4(3443 3853 3854 3444) 4(3843 3844 3854 3853) 4(3444 3854 3855 3445) 4(3844 3845 3855 3854) 4(3436 3446 3856 3846) 4(824 1275 3856 3446) 4(1264 3846 3856 1275) 4(3437 3447 3857 3847) 4(3446 3856 3857 3447) 4(3846 3847 3857 3856) 4(3438 3448 3858 3848) 4(3447 3857 3858 3448) 4(3847 3848 3858 3857) 4(3439 3449 3859 3849) 4(3448 3858 3859 3449) 4(3848 3849 3859 3858) 4(3440 3450 3860 3850) 4(3449 3859 3860 3450) 4(3849 3850 3860 3859) 4(3441 3451 3861 3851) 4(3450 3860 3861 3451) 4(3850 3851 3861 3860) 4(3442 3452 3862 3852) 4(3451 3861 3862 3452) 4(3851 3852 3862 3861) 4(3443 3453 3863 3853) 4(3452 3862 3863 3453) 4(3852 3853 3863 3862) 4(3444 3454 3864 3854) 4(3453 3863 3864 3454) 4(3853 3854 3864 3863) 4(3454 3864 3865 3455) 4(3854 3855 3865 3864) 4(3446 3456 3866 3856) 4(835 1286 3866 3456) 4(1275 3856 3866 1286) 4(3447 3457 3867 3857) 4(3456 3866 3867 3457) 4(3856 3857 3867 3866) 4(3448 3458 3868 3858) 4(3457 3867 3868 3458) 4(3857 3858 3868 3867) 4(3449 3459 3869 3859) 4(3458 3868 3869 3459) 4(3858 3859 3869 3868) 4(3450 3460 3870 3860) 4(3459 3869 3870 3460) 4(3859 3860 3870 3869) 4(3451 3461 3871 3861) 4(3460 3870 3871 3461) 4(3860 3861 3871 3870) 4(3452 3462 3872 3862) 4(3461 3871 3872 3462) 4(3861 3862 3872 3871) 4(3453 3463 3873 3863) 4(3462 3872 3873 3463) 4(3862 3863 3873 3872) 4(3454 3464 3874 3864) 4(3463 3873 3874 3464) 4(3863 3864 3874 3873) 4(3464 3874 3875 3465) 4(3864 3865 3875 3874) 4(3456 3466 3876 3866) 4(846 1297 3876 3466) 4(1286 3866 3876 1297) 4(3457 3467 3877 3867) 4(3466 3876 3877 3467) 4(3866 3867 3877 3876) 4(3458 3468 3878 3868) 4(3467 3877 3878 3468) 4(3867 3868 3878 3877) 4(3459 3469 3879 3869) 4(3468 3878 3879 3469) 4(3868 3869 3879 3878) 4(3460 3470 3880 3870) 4(3469 3879 3880 3470) 4(3869 3870 3880 3879) 4(3461 3471 3881 3871) 4(3470 3880 3881 3471) 4(3870 3871 3881 3880) 4(3462 3472 3882 3872) 4(3471 3881 3882 3472) 4(3871 3872 3882 3881) 4(3463 3473 3883 3873) 4(3472 3882 3883 3473) 4(3872 3873 3883 3882) 4(3464 3474 3884 3874) 4(3473 3883 3884 3474) 4(3873 3874 3884 3883) 4(3474 3884 3885 3475) 4(3874 3875 3885 3884) 4(3466 3476 3886 3876) 4(857 1308 3886 3476) 4(1297 3876 3886 1308) 4(3467 3477 3887 3877) 4(3476 3886 3887 3477) 4(3876 3877 3887 3886) 4(3468 3478 3888 3878) 4(3477 3887 3888 3478) 4(3877 3878 3888 3887) 4(3469 3479 3889 3879) 4(3478 3888 3889 3479) 4(3878 3879 3889 3888) 4(3470 3480 3890 3880) 4(3479 3889 3890 3480) 4(3879 3880 3890 3889) 4(3471 3481 3891 3881) 4(3480 3890 3891 3481) 4(3880 3881 3891 3890) 4(3472 3482 3892 3882) 4(3481 3891 3892 3482) 4(3881 3882 3892 3891) 4(3473 3483 3893 3883) 4(3482 3892 3893 3483) 4(3882 3883 3893 3892) 4(3474 3484 3894 3884) 4(3483 3893 3894 3484) 4(3883 3884 3894 3893) 4(3484 3894 3895 3485) 4(3884 3885 3895 3894) 4(3476 3486 3896 3886) 4(868 1319 3896 3486) 4(1308 3886 3896 1319) 4(3477 3487 3897 3887) 4(3486 3896 3897 3487) 4(3886 3887 3897 3896) 4(3478 3488 3898 3888) 4(3487 3897 3898 3488) 4(3887 3888 3898 3897) 4(3479 3489 3899 3889) 4(3488 3898 3899 3489) 4(3888 3889 3899 3898) 4(3480 3490 3900 3890) 4(3489 3899 3900 3490) 4(3889 3890 3900 3899) 4(3481 3491 3901 3891) 4(3490 3900 3901 3491) 4(3890 3891 3901 3900) 4(3482 3492 3902 3892) 4(3491 3901 3902 3492) 4(3891 3892 3902 3901) 4(3483 3493 3903 3893) 4(3492 3902 3903 3493) 4(3892 3893 3903 3902) 4(3484 3494 3904 3894) 4(3493 3903 3904 3494) 4(3893 3894 3904 3903) 4(3494 3904 3905 3495) 4(3894 3895 3905 3904) 4(3486 3496 3906 3896) 4(879 1330 3906 3496) 4(1319 3896 3906 1330) 4(3487 3497 3907 3897) 4(3496 3906 3907 3497) 4(3896 3897 3907 3906) 4(3488 3498 3908 3898) 4(3497 3907 3908 3498) 4(3897 3898 3908 3907) 4(3489 3499 3909 3899) 4(3498 3908 3909 3499) 4(3898 3899 3909 3908) 4(3490 3500 3910 3900) 4(3499 3909 3910 3500) 4(3899 3900 3910 3909) 4(3491 3501 3911 3901) 4(3500 3910 3911 3501) 4(3900 3901 3911 3910) 4(3492 3502 3912 3902) 4(3501 3911 3912 3502) 4(3901 3902 3912 3911) 4(3493 3503 3913 3903) 4(3502 3912 3913 3503) 4(3902 3903 3913 3912) 4(3494 3504 3914 3904) 4(3503 3913 3914 3504) 4(3903 3904 3914 3913) 4(3504 3914 3915 3505) 4(3904 3905 3915 3914) 4(3496 3506 3916 3906) 4(890 1341 3916 3506) 4(1330 3906 3916 1341) 4(3497 3507 3917 3907) 4(3506 3916 3917 3507) 4(3906 3907 3917 3916) 4(3498 3508 3918 3908) 4(3507 3917 3918 3508) 4(3907 3908 3918 3917) 4(3499 3509 3919 3909) 4(3508 3918 3919 3509) 4(3908 3909 3919 3918) 4(3500 3510 3920 3910) 4(3509 3919 3920 3510) 4(3909 3910 3920 3919) 4(3501 3511 3921 3911) 4(3510 3920 3921 3511) 4(3910 3911 3921 3920) 4(3502 3512 3922 3912) 4(3511 3921 3922 3512) 4(3911 3912 3922 3921) 4(3503 3513 3923 3913) 4(3512 3922 3923 3513) 4(3912 3913 3923 3922) 4(3504 3514 3924 3914) 4(3513 3923 3924 3514) 4(3913 3914 3924 3923) 4(3514 3924 3925 3515) 4(3914 3915 3925 3924) 4(3506 3516 3926 3916) 4(1341 3916 3926 1352) 4(3507 3517 3927 3917) 4(3916 3917 3927 3926) 4(3508 3518 3928 3918) 4(3917 3918 3928 3927) 4(3509 3519 3929 3919) 4(3918 3919 3929 3928) 4(3510 3520 3930 3920) 4(3919 3920 3930 3929) 4(3511 3521 3931 3921) 4(3920 3921 3931 3930) 4(3512 3522 3932 3922) 4(3921 3922 3932 3931) 4(3513 3523 3933 3923) 4(3922 3923 3933 3932) 4(3514 3524 3934 3924) 4(3923 3924 3934 3933) 4(3924 3925 3935 3934) 4(3526 3536 3946 3936) 4(923 1374 3946 3536) 4(1363 3936 3946 1374) 4(3527 3537 3947 3937) 4(3536 3946 3947 3537) 4(3936 3937 3947 3946) 4(3528 3538 3948 3938) 4(3537 3947 3948 3538) 4(3937 3938 3948 3947) 4(3529 3539 3949 3939) 4(3538 3948 3949 3539) 4(3938 3939 3949 3948) 4(3530 3540 3950 3940) 4(3539 3949 3950 3540) 4(3939 3940 3950 3949) 4(3531 3541 3951 3941) 4(3540 3950 3951 3541) 4(3940 3941 3951 3950) 4(3532 3542 3952 3942) 4(3541 3951 3952 3542) 4(3941 3942 3952 3951) 4(3533 3543 3953 3943) 4(3542 3952 3953 3543) 4(3942 3943 3953 3952) 4(3534 3544 3954 3944) 4(3543 3953 3954 3544) 4(3943 3944 3954 3953) 4(3544 3954 3955 3545) 4(3944 3945 3955 3954) 4(3536 3546 3956 3946) 4(934 1385 3956 3546) 4(1374 3946 3956 1385) 4(3537 3547 3957 3947) 4(3546 3956 3957 3547) 4(3946 3947 3957 3956) 4(3538 3548 3958 3948) 4(3547 3957 3958 3548) 4(3947 3948 3958 3957) 4(3539 3549 3959 3949) 4(3548 3958 3959 3549) 4(3948 3949 3959 3958) 4(3540 3550 3960 3950) 4(3549 3959 3960 3550) 4(3949 3950 3960 3959) 4(3541 3551 3961 3951) 4(3550 3960 3961 3551) 4(3950 3951 3961 3960) 4(3542 3552 3962 3952) 4(3551 3961 3962 3552) 4(3951 3952 3962 3961) 4(3543 3553 3963 3953) 4(3552 3962 3963 3553) 4(3952 3953 3963 3962) 4(3544 3554 3964 3954) 4(3553 3963 3964 3554) 4(3953 3954 3964 3963) 4(3554 3964 3965 3555) 4(3954 3955 3965 3964) 4(3546 3556 3966 3956) 4(945 1396 3966 3556) 4(1385 3956 3966 1396) 4(3547 3557 3967 3957) 4(3556 3966 3967 3557) 4(3956 3957 3967 3966) 4(3548 3558 3968 3958) 4(3557 3967 3968 3558) 4(3957 3958 3968 3967) 4(3549 3559 3969 3959) 4(3558 3968 3969 3559) 4(3958 3959 3969 3968) 4(3550 3560 3970 3960) 4(3559 3969 3970 3560) 4(3959 3960 3970 3969) 4(3551 3561 3971 3961) 4(3560 3970 3971 3561) 4(3960 3961 3971 3970) 4(3552 3562 3972 3962) 4(3561 3971 3972 3562) 4(3961 3962 3972 3971) 4(3553 3563 3973 3963) 4(3562 3972 3973 3563) 4(3962 3963 3973 3972) 4(3554 3564 3974 3964) 4(3563 3973 3974 3564) 4(3963 3964 3974 3973) 4(3564 3974 3975 3565) 4(3964 3965 3975 3974) 4(3556 3566 3976 3966) 4(956 1407 3976 3566) 4(1396 3966 3976 1407) 4(3557 3567 3977 3967) 4(3566 3976 3977 3567) 4(3966 3967 3977 3976) 4(3558 3568 3978 3968) 4(3567 3977 3978 3568) 4(3967 3968 3978 3977) 4(3559 3569 3979 3969) 4(3568 3978 3979 3569) 4(3968 3969 3979 3978) 4(3560 3570 3980 3970) 4(3569 3979 3980 3570) 4(3969 3970 3980 3979) 4(3561 3571 3981 3971) 4(3570 3980 3981 3571) 4(3970 3971 3981 3980) 4(3562 3572 3982 3972) 4(3571 3981 3982 3572) 4(3971 3972 3982 3981) 4(3563 3573 3983 3973) 4(3572 3982 3983 3573) 4(3972 3973 3983 3982) 4(3564 3574 3984 3974) 4(3573 3983 3984 3574) 4(3973 3974 3984 3983) 4(3574 3984 3985 3575) 4(3974 3975 3985 3984) 4(3566 3576 3986 3976) 4(967 1418 3986 3576) 4(1407 3976 3986 1418) 4(3567 3577 3987 3977) 4(3576 3986 3987 3577) 4(3976 3977 3987 3986) 4(3568 3578 3988 3978) 4(3577 3987 3988 3578) 4(3977 3978 3988 3987) 4(3569 3579 3989 3979) 4(3578 3988 3989 3579) 4(3978 3979 3989 3988) 4(3570 3580 3990 3980) 4(3579 3989 3990 3580) 4(3979 3980 3990 3989) 4(3571 3581 3991 3981) 4(3580 3990 3991 3581) 4(3980 3981 3991 3990) 4(3572 3582 3992 3982) 4(3581 3991 3992 3582) 4(3981 3982 3992 3991) 4(3573 3583 3993 3983) 4(3582 3992 3993 3583) 4(3982 3983 3993 3992) 4(3574 3584 3994 3984) 4(3583 3993 3994 3584) 4(3983 3984 3994 3993) 4(3584 3994 3995 3585) 4(3984 3985 3995 3994) 4(3576 3586 3996 3986) 4(978 1429 3996 3586) 4(1418 3986 3996 1429) 4(3577 3587 3997 3987) 4(3586 3996 3997 3587) 4(3986 3987 3997 3996) 4(3578 3588 3998 3988) 4(3587 3997 3998 3588) 4(3987 3988 3998 3997) 4(3579 3589 3999 3989) 4(3588 3998 3999 3589) 4(3988 3989 3999 3998) 4(3580 3590 4000 3990) 4(3589 3999 4000 3590) 4(3989 3990 4000 3999) 4(3581 3591 4001 3991) 4(3590 4000 4001 3591) 4(3990 3991 4001 4000) 4(3582 3592 4002 3992) 4(3591 4001 4002 3592) 4(3991 3992 4002 4001) 4(3583 3593 4003 3993) 4(3592 4002 4003 3593) 4(3992 3993 4003 4002) 4(3584 3594 4004 3994) 4(3593 4003 4004 3594) 4(3993 3994 4004 4003) 4(3594 4004 4005 3595) 4(3994 3995 4005 4004) 4(3586 3596 4006 3996) 4(989 1440 4006 3596) 4(1429 3996 4006 1440) 4(3587 3597 4007 3997) 4(3596 4006 4007 3597) 4(3996 3997 4007 4006) 4(3588 3598 4008 3998) 4(3597 4007 4008 3598) 4(3997 3998 4008 4007) 4(3589 3599 4009 3999) 4(3598 4008 4009 3599) 4(3998 3999 4009 4008) 4(3590 3600 4010 4000) 4(3599 4009 4010 3600) 4(3999 4000 4010 4009) 4(3591 3601 4011 4001) 4(3600 4010 4011 3601) 4(4000 4001 4011 4010) 4(3592 3602 4012 4002) 4(3601 4011 4012 3602) 4(4001 4002 4012 4011) 4(3593 3603 4013 4003) 4(3602 4012 4013 3603) 4(4002 4003 4013 4012) 4(3594 3604 4014 4004) 4(3603 4013 4014 3604) 4(4003 4004 4014 4013) 4(3604 4014 4015 3605) 4(4004 4005 4015 4014) 4(3596 3606 4016 4006) 4(1000 1451 4016 3606) 4(1440 4006 4016 1451) 4(3597 3607 4017 4007) 4(3606 4016 4017 3607) 4(4006 4007 4017 4016) 4(3598 3608 4018 4008) 4(3607 4017 4018 3608) 4(4007 4008 4018 4017) 4(3599 3609 4019 4009) 4(3608 4018 4019 3609) 4(4008 4009 4019 4018) 4(3600 3610 4020 4010) 4(3609 4019 4020 3610) 4(4009 4010 4020 4019) 4(3601 3611 4021 4011) 4(3610 4020 4021 3611) 4(4010 4011 4021 4020) 4(3602 3612 4022 4012) 4(3611 4021 4022 3612) 4(4011 4012 4022 4021) 4(3603 3613 4023 4013) 4(3612 4022 4023 3613) 4(4012 4013 4023 4022) 4(3604 3614 4024 4014) 4(3613 4023 4024 3614) 4(4013 4014 4024 4023) 4(3614 4024 4025 3615) 4(4014 4015 4025 4024) 4(3606 3616 4026 4016) 4(1011 1462 4026 3616) 4(1451 4016 4026 1462) 4(3607 3617 4027 4017) 4(3616 4026 4027 3617) 4(4016 4017 4027 4026) 4(3608 3618 4028 4018) 4(3617 4027 4028 3618) 4(4017 4018 4028 4027) 4(3609 3619 4029 4019) 4(3618 4028 4029 3619) 4(4018 4019 4029 4028) 4(3610 3620 4030 4020) 4(3619 4029 4030 3620) 4(4019 4020 4030 4029) 4(3611 3621 4031 4021) 4(3620 4030 4031 3621) 4(4020 4021 4031 4030) 4(3612 3622 4032 4022) 4(3621 4031 4032 3622) 4(4021 4022 4032 4031) 4(3613 3623 4033 4023) 4(3622 4032 4033 3623) 4(4022 4023 4033 4032) 4(3614 3624 4034 4024) 4(3623 4033 4034 3624) 4(4023 4024 4034 4033) 4(3624 4034 4035 3625) 4(4024 4025 4035 4034) 4(3616 3626 4036 4026) 4(1022 1473 4036 3626) 4(1462 4026 4036 1473) 4(3617 3627 4037 4027) 4(3626 4036 4037 3627) 4(4026 4027 4037 4036) 4(3618 3628 4038 4028) 4(3627 4037 4038 3628) 4(4027 4028 4038 4037) 4(3619 3629 4039 4029) 4(3628 4038 4039 3629) 4(4028 4029 4039 4038) 4(3620 3630 4040 4030) 4(3629 4039 4040 3630) 4(4029 4030 4040 4039) 4(3621 3631 4041 4031) 4(3630 4040 4041 3631) 4(4030 4031 4041 4040) 4(3622 3632 4042 4032) 4(3631 4041 4042 3632) 4(4031 4032 4042 4041) 4(3623 3633 4043 4033) 4(3632 4042 4043 3633) 4(4032 4033 4043 4042) 4(3624 3634 4044 4034) 4(3633 4043 4044 3634) 4(4033 4034 4044 4043) 4(3634 4044 4045 3635) 4(4034 4035 4045 4044) 4(3626 3636 4046 4036) 4(1033 1484 4046 3636) 4(1473 4036 4046 1484) 4(3627 3637 4047 4037) 4(3636 4046 4047 3637) 4(4036 4037 4047 4046) 4(3628 3638 4048 4038) 4(3637 4047 4048 3638) 4(4037 4038 4048 4047) 4(3629 3639 4049 4039) 4(3638 4048 4049 3639) 4(4038 4039 4049 4048) 4(3630 3640 4050 4040) 4(3639 4049 4050 3640) 4(4039 4040 4050 4049) 4(3631 3641 4051 4041) 4(3640 4050 4051 3641) 4(4040 4041 4051 4050) 4(3632 3642 4052 4042) 4(3641 4051 4052 3642) 4(4041 4042 4052 4051) 4(3633 3643 4053 4043) 4(3642 4052 4053 3643) 4(4042 4043 4053 4052) 4(3634 3644 4054 4044) 4(3643 4053 4054 3644) 4(4043 4044 4054 4053) 4(3644 4054 4055 3645) 4(4044 4045 4055 4054) 4(3636 3646 4056 4046) 4(1044 1495 4056 3646) 4(1484 4046 4056 1495) 4(3637 3647 4057 4047) 4(3646 4056 4057 3647) 4(4046 4047 4057 4056) 4(3638 3648 4058 4048) 4(3647 4057 4058 3648) 4(4047 4048 4058 4057) 4(3639 3649 4059 4049) 4(3648 4058 4059 3649) 4(4048 4049 4059 4058) 4(3640 3650 4060 4050) 4(3649 4059 4060 3650) 4(4049 4050 4060 4059) 4(3641 3651 4061 4051) 4(3650 4060 4061 3651) 4(4050 4051 4061 4060) 4(3642 3652 4062 4052) 4(3651 4061 4062 3652) 4(4051 4052 4062 4061) 4(3643 3653 4063 4053) 4(3652 4062 4063 3653) 4(4052 4053 4063 4062) 4(3644 3654 4064 4054) 4(3653 4063 4064 3654) 4(4053 4054 4064 4063) 4(3654 4064 4065 3655) 4(4054 4055 4065 4064) 4(3646 3656 4066 4056) 4(1055 1506 4066 3656) 4(1495 4056 4066 1506) 4(3647 3657 4067 4057) 4(3656 4066 4067 3657) 4(4056 4057 4067 4066) 4(3648 3658 4068 4058) 4(3657 4067 4068 3658) 4(4057 4058 4068 4067) 4(3649 3659 4069 4059) 4(3658 4068 4069 3659) 4(4058 4059 4069 4068) 4(3650 3660 4070 4060) 4(3659 4069 4070 3660) 4(4059 4060 4070 4069) 4(3651 3661 4071 4061) 4(3660 4070 4071 3661) 4(4060 4061 4071 4070) 4(3652 3662 4072 4062) 4(3661 4071 4072 3662) 4(4061 4062 4072 4071) 4(3653 3663 4073 4063) 4(3662 4072 4073 3663) 4(4062 4063 4073 4072) 4(3654 3664 4074 4064) 4(3663 4073 4074 3664) 4(4063 4064 4074 4073) 4(3664 4074 4075 3665) 4(4064 4065 4075 4074) 4(3656 3666 4076 4066) 4(1066 1517 4076 3666) 4(1506 4066 4076 1517) 4(3657 3667 4077 4067) 4(3666 4076 4077 3667) 4(4066 4067 4077 4076) 4(3658 3668 4078 4068) 4(3667 4077 4078 3668) 4(4067 4068 4078 4077) 4(3659 3669 4079 4069) 4(3668 4078 4079 3669) 4(4068 4069 4079 4078) 4(3660 3670 4080 4070) 4(3669 4079 4080 3670) 4(4069 4070 4080 4079) 4(3661 3671 4081 4071) 4(3670 4080 4081 3671) 4(4070 4071 4081 4080) 4(3662 3672 4082 4072) 4(3671 4081 4082 3672) 4(4071 4072 4082 4081) 4(3663 3673 4083 4073) 4(3672 4082 4083 3673) 4(4072 4073 4083 4082) 4(3664 3674 4084 4074) 4(3673 4083 4084 3674) 4(4073 4074 4084 4083) 4(3674 4084 4085 3675) 4(4074 4075 4085 4084) 4(3666 3676 4086 4076) 4(1077 1528 4086 3676) 4(1517 4076 4086 1528) 4(3667 3677 4087 4077) 4(3676 4086 4087 3677) 4(4076 4077 4087 4086) 4(3668 3678 4088 4078) 4(3677 4087 4088 3678) 4(4077 4078 4088 4087) 4(3669 3679 4089 4079) 4(3678 4088 4089 3679) 4(4078 4079 4089 4088) 4(3670 3680 4090 4080) 4(3679 4089 4090 3680) 4(4079 4080 4090 4089) 4(3671 3681 4091 4081) 4(3680 4090 4091 3681) 4(4080 4081 4091 4090) 4(3672 3682 4092 4082) 4(3681 4091 4092 3682) 4(4081 4082 4092 4091) 4(3673 3683 4093 4083) 4(3682 4092 4093 3683) 4(4082 4083 4093 4092) 4(3674 3684 4094 4084) 4(3683 4093 4094 3684) 4(4083 4084 4094 4093) 4(3684 4094 4095 3685) 4(4084 4085 4095 4094) 4(3676 3686 4096 4086) 4(1088 1539 4096 3686) 4(1528 4086 4096 1539) 4(3677 3687 4097 4087) 4(3686 4096 4097 3687) 4(4086 4087 4097 4096) 4(3678 3688 4098 4088) 4(3687 4097 4098 3688) 4(4087 4088 4098 4097) 4(3679 3689 4099 4089) 4(3688 4098 4099 3689) 4(4088 4089 4099 4098) 4(3680 3690 4100 4090) 4(3689 4099 4100 3690) 4(4089 4090 4100 4099) 4(3681 3691 4101 4091) 4(3690 4100 4101 3691) 4(4090 4091 4101 4100) 4(3682 3692 4102 4092) 4(3691 4101 4102 3692) 4(4091 4092 4102 4101) 4(3683 3693 4103 4093) 4(3692 4102 4103 3693) 4(4092 4093 4103 4102) 4(3684 3694 4104 4094) 4(3693 4103 4104 3694) 4(4093 4094 4104 4103) 4(3694 4104 4105 3695) 4(4094 4095 4105 4104) 4(3686 3696 4106 4096) 4(1099 1550 4106 3696) 4(1539 4096 4106 1550) 4(3687 3697 4107 4097) 4(3696 4106 4107 3697) 4(4096 4097 4107 4106) 4(3688 3698 4108 4098) 4(3697 4107 4108 3698) 4(4097 4098 4108 4107) 4(3689 3699 4109 4099) 4(3698 4108 4109 3699) 4(4098 4099 4109 4108) 4(3690 3700 4110 4100) 4(3699 4109 4110 3700) 4(4099 4100 4110 4109) 4(3691 3701 4111 4101) 4(3700 4110 4111 3701) 4(4100 4101 4111 4110) 4(3692 3702 4112 4102) 4(3701 4111 4112 3702) 4(4101 4102 4112 4111) 4(3693 3703 4113 4103) 4(3702 4112 4113 3703) 4(4102 4103 4113 4112) 4(3694 3704 4114 4104) 4(3703 4113 4114 3704) 4(4103 4104 4114 4113) 4(3704 4114 4115 3705) 4(4104 4105 4115 4114) 4(3696 3706 4116 4106) 4(1110 1561 4116 3706) 4(1550 4106 4116 1561) 4(3697 3707 4117 4107) 4(3706 4116 4117 3707) 4(4106 4107 4117 4116) 4(3698 3708 4118 4108) 4(3707 4117 4118 3708) 4(4107 4108 4118 4117) 4(3699 3709 4119 4109) 4(3708 4118 4119 3709) 4(4108 4109 4119 4118) 4(3700 3710 4120 4110) 4(3709 4119 4120 3710) 4(4109 4110 4120 4119) 4(3701 3711 4121 4111) 4(3710 4120 4121 3711) 4(4110 4111 4121 4120) 4(3702 3712 4122 4112) 4(3711 4121 4122 3712) 4(4111 4112 4122 4121) 4(3703 3713 4123 4113) 4(3712 4122 4123 3713) 4(4112 4113 4123 4122) 4(3704 3714 4124 4114) 4(3713 4123 4124 3714) 4(4113 4114 4124 4123) 4(3714 4124 4125 3715) 4(4114 4115 4125 4124) 4(3706 3716 4126 4116) 4(1121 1572 4126 3716) 4(1561 4116 4126 1572) 4(3707 3717 4127 4117) 4(3716 4126 4127 3717) 4(4116 4117 4127 4126) 4(3708 3718 4128 4118) 4(3717 4127 4128 3718) 4(4117 4118 4128 4127) 4(3709 3719 4129 4119) 4(3718 4128 4129 3719) 4(4118 4119 4129 4128) 4(3710 3720 4130 4120) 4(3719 4129 4130 3720) 4(4119 4120 4130 4129) 4(3711 3721 4131 4121) 4(3720 4130 4131 3721) 4(4120 4121 4131 4130) 4(3712 3722 4132 4122) 4(3721 4131 4132 3722) 4(4121 4122 4132 4131) 4(3713 3723 4133 4123) 4(3722 4132 4133 3723) 4(4122 4123 4133 4132) 4(3714 3724 4134 4124) 4(3723 4133 4134 3724) 4(4123 4124 4134 4133) 4(3724 4134 4135 3725) 4(4124 4125 4135 4134) 4(3716 3726 4136 4126) 4(1132 1583 4136 3726) 4(1572 4126 4136 1583) 4(3717 3727 4137 4127) 4(3726 4136 4137 3727) 4(4126 4127 4137 4136) 4(3718 3728 4138 4128) 4(3727 4137 4138 3728) 4(4127 4128 4138 4137) 4(3719 3729 4139 4129) 4(3728 4138 4139 3729) 4(4128 4129 4139 4138) 4(3720 3730 4140 4130) 4(3729 4139 4140 3730) 4(4129 4130 4140 4139) 4(3721 3731 4141 4131) 4(3730 4140 4141 3731) 4(4130 4131 4141 4140) 4(3722 3732 4142 4132) 4(3731 4141 4142 3732) 4(4131 4132 4142 4141) 4(3723 3733 4143 4133) 4(3732 4142 4143 3733) 4(4132 4133 4143 4142) 4(3724 3734 4144 4134) 4(3733 4143 4144 3734) 4(4133 4134 4144 4143) 4(3734 4144 4145 3735) 4(4134 4135 4145 4144) 4(3726 3736 4146 4136) 4(1143 1594 4146 3736) 4(1583 4136 4146 1594) 4(3727 3737 4147 4137) 4(3736 4146 4147 3737) 4(4136 4137 4147 4146) 4(3728 3738 4148 4138) 4(3737 4147 4148 3738) 4(4137 4138 4148 4147) 4(3729 3739 4149 4139) 4(3738 4148 4149 3739) 4(4138 4139 4149 4148) 4(3730 3740 4150 4140) 4(3739 4149 4150 3740) 4(4139 4140 4150 4149) 4(3731 3741 4151 4141) 4(3740 4150 4151 3741) 4(4140 4141 4151 4150) 4(3732 3742 4152 4142) 4(3741 4151 4152 3742) 4(4141 4142 4152 4151) 4(3733 3743 4153 4143) 4(3742 4152 4153 3743) 4(4142 4143 4153 4152) 4(3734 3744 4154 4144) 4(3743 4153 4154 3744) 4(4143 4144 4154 4153) 4(3744 4154 4155 3745) 4(4144 4145 4155 4154) 4(3736 3746 4156 4146) 4(1154 1605 4156 3746) 4(1594 4146 4156 1605) 4(3737 3747 4157 4147) 4(3746 4156 4157 3747) 4(4146 4147 4157 4156) 4(3738 3748 4158 4148) 4(3747 4157 4158 3748) 4(4147 4148 4158 4157) 4(3739 3749 4159 4149) 4(3748 4158 4159 3749) 4(4148 4149 4159 4158) 4(3740 3750 4160 4150) 4(3749 4159 4160 3750) 4(4149 4150 4160 4159) 4(3741 3751 4161 4151) 4(3750 4160 4161 3751) 4(4150 4151 4161 4160) 4(3742 3752 4162 4152) 4(3751 4161 4162 3752) 4(4151 4152 4162 4161) 4(3743 3753 4163 4153) 4(3752 4162 4163 3753) 4(4152 4153 4163 4162) 4(3744 3754 4164 4154) 4(3753 4163 4164 3754) 4(4153 4154 4164 4163) 4(3754 4164 4165 3755) 4(4154 4155 4165 4164) 4(3746 3756 4166 4156) 4(1165 1616 4166 3756) 4(1605 4156 4166 1616) 4(3747 3757 4167 4157) 4(3756 4166 4167 3757) 4(4156 4157 4167 4166) 4(3748 3758 4168 4158) 4(3757 4167 4168 3758) 4(4157 4158 4168 4167) 4(3749 3759 4169 4159) 4(3758 4168 4169 3759) 4(4158 4159 4169 4168) 4(3750 3760 4170 4160) 4(3759 4169 4170 3760) 4(4159 4160 4170 4169) 4(3751 3761 4171 4161) 4(3760 4170 4171 3761) 4(4160 4161 4171 4170) 4(3752 3762 4172 4162) 4(3761 4171 4172 3762) 4(4161 4162 4172 4171) 4(3753 3763 4173 4163) 4(3762 4172 4173 3763) 4(4162 4163 4173 4172) 4(3754 3764 4174 4164) 4(3763 4173 4174 3764) 4(4163 4164 4174 4173) 4(3764 4174 4175 3765) 4(4164 4165 4175 4174) 4(3756 3766 4176 4166) 4(1176 1627 4176 3766) 4(1616 4166 4176 1627) 4(3757 3767 4177 4167) 4(3766 4176 4177 3767) 4(4166 4167 4177 4176) 4(3758 3768 4178 4168) 4(3767 4177 4178 3768) 4(4167 4168 4178 4177) 4(3759 3769 4179 4169) 4(3768 4178 4179 3769) 4(4168 4169 4179 4178) 4(3760 3770 4180 4170) 4(3769 4179 4180 3770) 4(4169 4170 4180 4179) 4(3761 3771 4181 4171) 4(3770 4180 4181 3771) 4(4170 4171 4181 4180) 4(3762 3772 4182 4172) 4(3771 4181 4182 3772) 4(4171 4172 4182 4181) 4(3763 3773 4183 4173) 4(3772 4182 4183 3773) 4(4172 4173 4183 4182) 4(3764 3774 4184 4174) 4(3773 4183 4184 3774) 4(4173 4174 4184 4183) 4(3774 4184 4185 3775) 4(4174 4175 4185 4184) 4(3766 3776 4186 4176) 4(1187 1638 4186 3776) 4(1627 4176 4186 1638) 4(3767 3777 4187 4177) 4(3776 4186 4187 3777) 4(4176 4177 4187 4186) 4(3768 3778 4188 4178) 4(3777 4187 4188 3778) 4(4177 4178 4188 4187) 4(3769 3779 4189 4179) 4(3778 4188 4189 3779) 4(4178 4179 4189 4188) 4(3770 3780 4190 4180) 4(3779 4189 4190 3780) 4(4179 4180 4190 4189) 4(3771 3781 4191 4181) 4(3780 4190 4191 3781) 4(4180 4181 4191 4190) 4(3772 3782 4192 4182) 4(3781 4191 4192 3782) 4(4181 4182 4192 4191) 4(3773 3783 4193 4183) 4(3782 4192 4193 3783) 4(4182 4183 4193 4192) 4(3774 3784 4194 4184) 4(3783 4193 4194 3784) 4(4183 4184 4194 4193) 4(3784 4194 4195 3785) 4(4184 4185 4195 4194) 4(3776 3786 4196 4186) 4(1198 1649 4196 3786) 4(1638 4186 4196 1649) 4(3777 3787 4197 4187) 4(3786 4196 4197 3787) 4(4186 4187 4197 4196) 4(3778 3788 4198 4188) 4(3787 4197 4198 3788) 4(4187 4188 4198 4197) 4(3779 3789 4199 4189) 4(3788 4198 4199 3789) 4(4188 4189 4199 4198) 4(3780 3790 4200 4190) 4(3789 4199 4200 3790) 4(4189 4190 4200 4199) 4(3781 3791 4201 4191) 4(3790 4200 4201 3791) 4(4190 4191 4201 4200) 4(3782 3792 4202 4192) 4(3791 4201 4202 3792) 4(4191 4192 4202 4201) 4(3783 3793 4203 4193) 4(3792 4202 4203 3793) 4(4192 4193 4203 4202) 4(3784 3794 4204 4194) 4(3793 4203 4204 3794) 4(4193 4194 4204 4203) 4(3794 4204 4205 3795) 4(4194 4195 4205 4204) 4(3786 3796 4206 4196) 4(1209 1660 4206 3796) 4(1649 4196 4206 1660) 4(3787 3797 4207 4197) 4(3796 4206 4207 3797) 4(4196 4197 4207 4206) 4(3788 3798 4208 4198) 4(3797 4207 4208 3798) 4(4197 4198 4208 4207) 4(3789 3799 4209 4199) 4(3798 4208 4209 3799) 4(4198 4199 4209 4208) 4(3790 3800 4210 4200) 4(3799 4209 4210 3800) 4(4199 4200 4210 4209) 4(3791 3801 4211 4201) 4(3800 4210 4211 3801) 4(4200 4201 4211 4210) 4(3792 3802 4212 4202) 4(3801 4211 4212 3802) 4(4201 4202 4212 4211) 4(3793 3803 4213 4203) 4(3802 4212 4213 3803) 4(4202 4203 4213 4212) 4(3794 3804 4214 4204) 4(3803 4213 4214 3804) 4(4203 4204 4214 4213) 4(3804 4214 4215 3805) 4(4204 4205 4215 4214) 4(3796 3806 4216 4206) 4(1220 1671 4216 3806) 4(1660 4206 4216 1671) 4(3797 3807 4217 4207) 4(3806 4216 4217 3807) 4(4206 4207 4217 4216) 4(3798 3808 4218 4208) 4(3807 4217 4218 3808) 4(4207 4208 4218 4217) 4(3799 3809 4219 4209) 4(3808 4218 4219 3809) 4(4208 4209 4219 4218) 4(3800 3810 4220 4210) 4(3809 4219 4220 3810) 4(4209 4210 4220 4219) 4(3801 3811 4221 4211) 4(3810 4220 4221 3811) 4(4210 4211 4221 4220) 4(3802 3812 4222 4212) 4(3811 4221 4222 3812) 4(4211 4212 4222 4221) 4(3803 3813 4223 4213) 4(3812 4222 4223 3813) 4(4212 4213 4223 4222) 4(3804 3814 4224 4214) 4(3813 4223 4224 3814) 4(4213 4214 4224 4223) 4(3814 4224 4225 3815) 4(4214 4215 4225 4224) 4(3806 3816 4226 4216) 4(1231 1682 4226 3816) 4(1671 4216 4226 1682) 4(3807 3817 4227 4217) 4(3816 4226 4227 3817) 4(4216 4217 4227 4226) 4(3808 3818 4228 4218) 4(3817 4227 4228 3818) 4(4217 4218 4228 4227) 4(3809 3819 4229 4219) 4(3818 4228 4229 3819) 4(4218 4219 4229 4228) 4(3810 3820 4230 4220) 4(3819 4229 4230 3820) 4(4219 4220 4230 4229) 4(3811 3821 4231 4221) 4(3820 4230 4231 3821) 4(4220 4221 4231 4230) 4(3812 3822 4232 4222) 4(3821 4231 4232 3822) 4(4221 4222 4232 4231) 4(3813 3823 4233 4223) 4(3822 4232 4233 3823) 4(4222 4223 4233 4232) 4(3814 3824 4234 4224) 4(3823 4233 4234 3824) 4(4223 4224 4234 4233) 4(3824 4234 4235 3825) 4(4224 4225 4235 4234) 4(3816 3826 4236 4226) 4(1242 1693 4236 3826) 4(1682 4226 4236 1693) 4(3817 3827 4237 4227) 4(3826 4236 4237 3827) 4(4226 4227 4237 4236) 4(3818 3828 4238 4228) 4(3827 4237 4238 3828) 4(4227 4228 4238 4237) 4(3819 3829 4239 4229) 4(3828 4238 4239 3829) 4(4228 4229 4239 4238) 4(3820 3830 4240 4230) 4(3829 4239 4240 3830) 4(4229 4230 4240 4239) 4(3821 3831 4241 4231) 4(3830 4240 4241 3831) 4(4230 4231 4241 4240) 4(3822 3832 4242 4232) 4(3831 4241 4242 3832) 4(4231 4232 4242 4241) 4(3823 3833 4243 4233) 4(3832 4242 4243 3833) 4(4232 4233 4243 4242) 4(3824 3834 4244 4234) 4(3833 4243 4244 3834) 4(4233 4234 4244 4243) 4(3834 4244 4245 3835) 4(4234 4235 4245 4244) 4(3826 3836 4246 4236) 4(1253 1704 4246 3836) 4(1693 4236 4246 1704) 4(3827 3837 4247 4237) 4(3836 4246 4247 3837) 4(4236 4237 4247 4246) 4(3828 3838 4248 4238) 4(3837 4247 4248 3838) 4(4237 4238 4248 4247) 4(3829 3839 4249 4239) 4(3838 4248 4249 3839) 4(4238 4239 4249 4248) 4(3830 3840 4250 4240) 4(3839 4249 4250 3840) 4(4239 4240 4250 4249) 4(3831 3841 4251 4241) 4(3840 4250 4251 3841) 4(4240 4241 4251 4250) 4(3832 3842 4252 4242) 4(3841 4251 4252 3842) 4(4241 4242 4252 4251) 4(3833 3843 4253 4243) 4(3842 4252 4253 3843) 4(4242 4243 4253 4252) 4(3834 3844 4254 4244) 4(3843 4253 4254 3844) 4(4243 4244 4254 4253) 4(3844 4254 4255 3845) 4(4244 4245 4255 4254) 4(3836 3846 4256 4246) 4(1264 1715 4256 3846) 4(1704 4246 4256 1715) 4(3837 3847 4257 4247) 4(3846 4256 4257 3847) 4(4246 4247 4257 4256) 4(3838 3848 4258 4248) 4(3847 4257 4258 3848) 4(4247 4248 4258 4257) 4(3839 3849 4259 4249) 4(3848 4258 4259 3849) 4(4248 4249 4259 4258) 4(3840 3850 4260 4250) 4(3849 4259 4260 3850) 4(4249 4250 4260 4259) 4(3841 3851 4261 4251) 4(3850 4260 4261 3851) 4(4250 4251 4261 4260) 4(3842 3852 4262 4252) 4(3851 4261 4262 3852) 4(4251 4252 4262 4261) 4(3843 3853 4263 4253) 4(3852 4262 4263 3853) 4(4252 4253 4263 4262) 4(3844 3854 4264 4254) 4(3853 4263 4264 3854) 4(4253 4254 4264 4263) 4(3854 4264 4265 3855) 4(4254 4255 4265 4264) 4(3846 3856 4266 4256) 4(1275 1726 4266 3856) 4(1715 4256 4266 1726) 4(3847 3857 4267 4257) 4(3856 4266 4267 3857) 4(4256 4257 4267 4266) 4(3848 3858 4268 4258) 4(3857 4267 4268 3858) 4(4257 4258 4268 4267) 4(3849 3859 4269 4259) 4(3858 4268 4269 3859) 4(4258 4259 4269 4268) 4(3850 3860 4270 4260) 4(3859 4269 4270 3860) 4(4259 4260 4270 4269) 4(3851 3861 4271 4261) 4(3860 4270 4271 3861) 4(4260 4261 4271 4270) 4(3852 3862 4272 4262) 4(3861 4271 4272 3862) 4(4261 4262 4272 4271) 4(3853 3863 4273 4263) 4(3862 4272 4273 3863) 4(4262 4263 4273 4272) 4(3854 3864 4274 4264) 4(3863 4273 4274 3864) 4(4263 4264 4274 4273) 4(3864 4274 4275 3865) 4(4264 4265 4275 4274) 4(3856 3866 4276 4266) 4(1286 1737 4276 3866) 4(1726 4266 4276 1737) 4(3857 3867 4277 4267) 4(3866 4276 4277 3867) 4(4266 4267 4277 4276) 4(3858 3868 4278 4268) 4(3867 4277 4278 3868) 4(4267 4268 4278 4277) 4(3859 3869 4279 4269) 4(3868 4278 4279 3869) 4(4268 4269 4279 4278) 4(3860 3870 4280 4270) 4(3869 4279 4280 3870) 4(4269 4270 4280 4279) 4(3861 3871 4281 4271) 4(3870 4280 4281 3871) 4(4270 4271 4281 4280) 4(3862 3872 4282 4272) 4(3871 4281 4282 3872) 4(4271 4272 4282 4281) 4(3863 3873 4283 4273) 4(3872 4282 4283 3873) 4(4272 4273 4283 4282) 4(3864 3874 4284 4274) 4(3873 4283 4284 3874) 4(4273 4274 4284 4283) 4(3874 4284 4285 3875) 4(4274 4275 4285 4284) 4(3866 3876 4286 4276) 4(1297 1748 4286 3876) 4(1737 4276 4286 1748) 4(3867 3877 4287 4277) 4(3876 4286 4287 3877) 4(4276 4277 4287 4286) 4(3868 3878 4288 4278) 4(3877 4287 4288 3878) 4(4277 4278 4288 4287) 4(3869 3879 4289 4279) 4(3878 4288 4289 3879) 4(4278 4279 4289 4288) 4(3870 3880 4290 4280) 4(3879 4289 4290 3880) 4(4279 4280 4290 4289) 4(3871 3881 4291 4281) 4(3880 4290 4291 3881) 4(4280 4281 4291 4290) 4(3872 3882 4292 4282) 4(3881 4291 4292 3882) 4(4281 4282 4292 4291) 4(3873 3883 4293 4283) 4(3882 4292 4293 3883) 4(4282 4283 4293 4292) 4(3874 3884 4294 4284) 4(3883 4293 4294 3884) 4(4283 4284 4294 4293) 4(3884 4294 4295 3885) 4(4284 4285 4295 4294) 4(3876 3886 4296 4286) 4(1308 1759 4296 3886) 4(1748 4286 4296 1759) 4(3877 3887 4297 4287) 4(3886 4296 4297 3887) 4(4286 4287 4297 4296) 4(3878 3888 4298 4288) 4(3887 4297 4298 3888) 4(4287 4288 4298 4297) 4(3879 3889 4299 4289) 4(3888 4298 4299 3889) 4(4288 4289 4299 4298) 4(3880 3890 4300 4290) 4(3889 4299 4300 3890) 4(4289 4290 4300 4299) 4(3881 3891 4301 4291) 4(3890 4300 4301 3891) 4(4290 4291 4301 4300) 4(3882 3892 4302 4292) 4(3891 4301 4302 3892) 4(4291 4292 4302 4301) 4(3883 3893 4303 4293) 4(3892 4302 4303 3893) 4(4292 4293 4303 4302) 4(3884 3894 4304 4294) 4(3893 4303 4304 3894) 4(4293 4294 4304 4303) 4(3894 4304 4305 3895) 4(4294 4295 4305 4304) 4(3886 3896 4306 4296) 4(1319 1770 4306 3896) 4(1759 4296 4306 1770) 4(3887 3897 4307 4297) 4(3896 4306 4307 3897) 4(4296 4297 4307 4306) 4(3888 3898 4308 4298) 4(3897 4307 4308 3898) 4(4297 4298 4308 4307) 4(3889 3899 4309 4299) 4(3898 4308 4309 3899) 4(4298 4299 4309 4308) 4(3890 3900 4310 4300) 4(3899 4309 4310 3900) 4(4299 4300 4310 4309) 4(3891 3901 4311 4301) 4(3900 4310 4311 3901) 4(4300 4301 4311 4310) 4(3892 3902 4312 4302) 4(3901 4311 4312 3902) 4(4301 4302 4312 4311) 4(3893 3903 4313 4303) 4(3902 4312 4313 3903) 4(4302 4303 4313 4312) 4(3894 3904 4314 4304) 4(3903 4313 4314 3904) 4(4303 4304 4314 4313) 4(3904 4314 4315 3905) 4(4304 4305 4315 4314) 4(3896 3906 4316 4306) 4(1330 1781 4316 3906) 4(1770 4306 4316 1781) 4(3897 3907 4317 4307) 4(3906 4316 4317 3907) 4(4306 4307 4317 4316) 4(3898 3908 4318 4308) 4(3907 4317 4318 3908) 4(4307 4308 4318 4317) 4(3899 3909 4319 4309) 4(3908 4318 4319 3909) 4(4308 4309 4319 4318) 4(3900 3910 4320 4310) 4(3909 4319 4320 3910) 4(4309 4310 4320 4319) 4(3901 3911 4321 4311) 4(3910 4320 4321 3911) 4(4310 4311 4321 4320) 4(3902 3912 4322 4312) 4(3911 4321 4322 3912) 4(4311 4312 4322 4321) 4(3903 3913 4323 4313) 4(3912 4322 4323 3913) 4(4312 4313 4323 4322) 4(3904 3914 4324 4314) 4(3913 4323 4324 3914) 4(4313 4314 4324 4323) 4(3914 4324 4325 3915) 4(4314 4315 4325 4324) 4(3906 3916 4326 4316) 4(1341 1792 4326 3916) 4(1781 4316 4326 1792) 4(3907 3917 4327 4317) 4(3916 4326 4327 3917) 4(4316 4317 4327 4326) 4(3908 3918 4328 4318) 4(3917 4327 4328 3918) 4(4317 4318 4328 4327) 4(3909 3919 4329 4319) 4(3918 4328 4329 3919) 4(4318 4319 4329 4328) 4(3910 3920 4330 4320) 4(3919 4329 4330 3920) 4(4319 4320 4330 4329) 4(3911 3921 4331 4321) 4(3920 4330 4331 3921) 4(4320 4321 4331 4330) 4(3912 3922 4332 4322) 4(3921 4331 4332 3922) 4(4321 4322 4332 4331) 4(3913 3923 4333 4323) 4(3922 4332 4333 3923) 4(4322 4323 4333 4332) 4(3914 3924 4334 4324) 4(3923 4333 4334 3924) 4(4323 4324 4334 4333) 4(3924 4334 4335 3925) 4(4324 4325 4335 4334) 4(3916 3926 4336 4326) 4(1792 4326 4336 1803) 4(3917 3927 4337 4327) 4(4326 4327 4337 4336) 4(3918 3928 4338 4328) 4(4327 4328 4338 4337) 4(3919 3929 4339 4329) 4(4328 4329 4339 4338) 4(3920 3930 4340 4330) 4(4329 4330 4340 4339) 4(3921 3931 4341 4331) 4(4330 4331 4341 4340) 4(3922 3932 4342 4332) 4(4331 4332 4342 4341) 4(3923 3933 4343 4333) 4(4332 4333 4343 4342) 4(3924 3934 4344 4334) 4(4333 4334 4344 4343) 4(4334 4335 4345 4344) 4(3936 3946 4356 4346) 4(1374 1825 4356 3946) 4(1814 4346 4356 1825) 4(3937 3947 4357 4347) 4(3946 4356 4357 3947) 4(4346 4347 4357 4356) 4(3938 3948 4358 4348) 4(3947 4357 4358 3948) 4(4347 4348 4358 4357) 4(3939 3949 4359 4349) 4(3948 4358 4359 3949) 4(4348 4349 4359 4358) 4(3940 3950 4360 4350) 4(3949 4359 4360 3950) 4(4349 4350 4360 4359) 4(3941 3951 4361 4351) 4(3950 4360 4361 3951) 4(4350 4351 4361 4360) 4(3942 3952 4362 4352) 4(3951 4361 4362 3952) 4(4351 4352 4362 4361) 4(3943 3953 4363 4353) 4(3952 4362 4363 3953) 4(4352 4353 4363 4362) 4(3944 3954 4364 4354) 4(3953 4363 4364 3954) 4(4353 4354 4364 4363) 4(3954 4364 4365 3955) 4(4354 4355 4365 4364) 4(3946 3956 4366 4356) 4(1385 1836 4366 3956) 4(1825 4356 4366 1836) 4(3947 3957 4367 4357) 4(3956 4366 4367 3957) 4(4356 4357 4367 4366) 4(3948 3958 4368 4358) 4(3957 4367 4368 3958) 4(4357 4358 4368 4367) 4(3949 3959 4369 4359) 4(3958 4368 4369 3959) 4(4358 4359 4369 4368) 4(3950 3960 4370 4360) 4(3959 4369 4370 3960) 4(4359 4360 4370 4369) 4(3951 3961 4371 4361) 4(3960 4370 4371 3961) 4(4360 4361 4371 4370) 4(3952 3962 4372 4362) 4(3961 4371 4372 3962) 4(4361 4362 4372 4371) 4(3953 3963 4373 4363) 4(3962 4372 4373 3963) 4(4362 4363 4373 4372) 4(3954 3964 4374 4364) 4(3963 4373 4374 3964) 4(4363 4364 4374 4373) 4(3964 4374 4375 3965) 4(4364 4365 4375 4374) 4(3956 3966 4376 4366) 4(1396 1847 4376 3966) 4(1836 4366 4376 1847) 4(3957 3967 4377 4367) 4(3966 4376 4377 3967) 4(4366 4367 4377 4376) 4(3958 3968 4378 4368) 4(3967 4377 4378 3968) 4(4367 4368 4378 4377) 4(3959 3969 4379 4369) 4(3968 4378 4379 3969) 4(4368 4369 4379 4378) 4(3960 3970 4380 4370) 4(3969 4379 4380 3970) 4(4369 4370 4380 4379) 4(3961 3971 4381 4371) 4(3970 4380 4381 3971) 4(4370 4371 4381 4380) 4(3962 3972 4382 4372) 4(3971 4381 4382 3972) 4(4371 4372 4382 4381) 4(3963 3973 4383 4373) 4(3972 4382 4383 3973) 4(4372 4373 4383 4382) 4(3964 3974 4384 4374) 4(3973 4383 4384 3974) 4(4373 4374 4384 4383) 4(3974 4384 4385 3975) 4(4374 4375 4385 4384) 4(3966 3976 4386 4376) 4(1407 1858 4386 3976) 4(1847 4376 4386 1858) 4(3967 3977 4387 4377) 4(3976 4386 4387 3977) 4(4376 4377 4387 4386) 4(3968 3978 4388 4378) 4(3977 4387 4388 3978) 4(4377 4378 4388 4387) 4(3969 3979 4389 4379) 4(3978 4388 4389 3979) 4(4378 4379 4389 4388) 4(3970 3980 4390 4380) 4(3979 4389 4390 3980) 4(4379 4380 4390 4389) 4(3971 3981 4391 4381) 4(3980 4390 4391 3981) 4(4380 4381 4391 4390) 4(3972 3982 4392 4382) 4(3981 4391 4392 3982) 4(4381 4382 4392 4391) 4(3973 3983 4393 4383) 4(3982 4392 4393 3983) 4(4382 4383 4393 4392) 4(3974 3984 4394 4384) 4(3983 4393 4394 3984) 4(4383 4384 4394 4393) 4(3984 4394 4395 3985) 4(4384 4385 4395 4394) 4(3976 3986 4396 4386) 4(1418 1869 4396 3986) 4(1858 4386 4396 1869) 4(3977 3987 4397 4387) 4(3986 4396 4397 3987) 4(4386 4387 4397 4396) 4(3978 3988 4398 4388) 4(3987 4397 4398 3988) 4(4387 4388 4398 4397) 4(3979 3989 4399 4389) 4(3988 4398 4399 3989) 4(4388 4389 4399 4398) 4(3980 3990 4400 4390) 4(3989 4399 4400 3990) 4(4389 4390 4400 4399) 4(3981 3991 4401 4391) 4(3990 4400 4401 3991) 4(4390 4391 4401 4400) 4(3982 3992 4402 4392) 4(3991 4401 4402 3992) 4(4391 4392 4402 4401) 4(3983 3993 4403 4393) 4(3992 4402 4403 3993) 4(4392 4393 4403 4402) 4(3984 3994 4404 4394) 4(3993 4403 4404 3994) 4(4393 4394 4404 4403) 4(3994 4404 4405 3995) 4(4394 4395 4405 4404) 4(3986 3996 4406 4396) 4(1429 1880 4406 3996) 4(1869 4396 4406 1880) 4(3987 3997 4407 4397) 4(3996 4406 4407 3997) 4(4396 4397 4407 4406) 4(3988 3998 4408 4398) 4(3997 4407 4408 3998) 4(4397 4398 4408 4407) 4(3989 3999 4409 4399) 4(3998 4408 4409 3999) 4(4398 4399 4409 4408) 4(3990 4000 4410 4400) 4(3999 4409 4410 4000) 4(4399 4400 4410 4409) 4(3991 4001 4411 4401) 4(4000 4410 4411 4001) 4(4400 4401 4411 4410) 4(3992 4002 4412 4402) 4(4001 4411 4412 4002) 4(4401 4402 4412 4411) 4(3993 4003 4413 4403) 4(4002 4412 4413 4003) 4(4402 4403 4413 4412) 4(3994 4004 4414 4404) 4(4003 4413 4414 4004) 4(4403 4404 4414 4413) 4(4004 4414 4415 4005) 4(4404 4405 4415 4414) 4(3996 4006 4416 4406) 4(1440 1891 4416 4006) 4(1880 4406 4416 1891) 4(3997 4007 4417 4407) 4(4006 4416 4417 4007) 4(4406 4407 4417 4416) 4(3998 4008 4418 4408) 4(4007 4417 4418 4008) 4(4407 4408 4418 4417) 4(3999 4009 4419 4409) 4(4008 4418 4419 4009) 4(4408 4409 4419 4418) 4(4000 4010 4420 4410) 4(4009 4419 4420 4010) 4(4409 4410 4420 4419) 4(4001 4011 4421 4411) 4(4010 4420 4421 4011) 4(4410 4411 4421 4420) 4(4002 4012 4422 4412) 4(4011 4421 4422 4012) 4(4411 4412 4422 4421) 4(4003 4013 4423 4413) 4(4012 4422 4423 4013) 4(4412 4413 4423 4422) 4(4004 4014 4424 4414) 4(4013 4423 4424 4014) 4(4413 4414 4424 4423) 4(4014 4424 4425 4015) 4(4414 4415 4425 4424) 4(4006 4016 4426 4416) 4(1451 1902 4426 4016) 4(1891 4416 4426 1902) 4(4007 4017 4427 4417) 4(4016 4426 4427 4017) 4(4416 4417 4427 4426) 4(4008 4018 4428 4418) 4(4017 4427 4428 4018) 4(4417 4418 4428 4427) 4(4009 4019 4429 4419) 4(4018 4428 4429 4019) 4(4418 4419 4429 4428) 4(4010 4020 4430 4420) 4(4019 4429 4430 4020) 4(4419 4420 4430 4429) 4(4011 4021 4431 4421) 4(4020 4430 4431 4021) 4(4420 4421 4431 4430) 4(4012 4022 4432 4422) 4(4021 4431 4432 4022) 4(4421 4422 4432 4431) 4(4013 4023 4433 4423) 4(4022 4432 4433 4023) 4(4422 4423 4433 4432) 4(4014 4024 4434 4424) 4(4023 4433 4434 4024) 4(4423 4424 4434 4433) 4(4024 4434 4435 4025) 4(4424 4425 4435 4434) 4(4016 4026 4436 4426) 4(1462 1913 4436 4026) 4(1902 4426 4436 1913) 4(4017 4027 4437 4427) 4(4026 4436 4437 4027) 4(4426 4427 4437 4436) 4(4018 4028 4438 4428) 4(4027 4437 4438 4028) 4(4427 4428 4438 4437) 4(4019 4029 4439 4429) 4(4028 4438 4439 4029) 4(4428 4429 4439 4438) 4(4020 4030 4440 4430) 4(4029 4439 4440 4030) 4(4429 4430 4440 4439) 4(4021 4031 4441 4431) 4(4030 4440 4441 4031) 4(4430 4431 4441 4440) 4(4022 4032 4442 4432) 4(4031 4441 4442 4032) 4(4431 4432 4442 4441) 4(4023 4033 4443 4433) 4(4032 4442 4443 4033) 4(4432 4433 4443 4442) 4(4024 4034 4444 4434) 4(4033 4443 4444 4034) 4(4433 4434 4444 4443) 4(4034 4444 4445 4035) 4(4434 4435 4445 4444) 4(4026 4036 4446 4436) 4(1473 1924 4446 4036) 4(1913 4436 4446 1924) 4(4027 4037 4447 4437) 4(4036 4446 4447 4037) 4(4436 4437 4447 4446) 4(4028 4038 4448 4438) 4(4037 4447 4448 4038) 4(4437 4438 4448 4447) 4(4029 4039 4449 4439) 4(4038 4448 4449 4039) 4(4438 4439 4449 4448) 4(4030 4040 4450 4440) 4(4039 4449 4450 4040) 4(4439 4440 4450 4449) 4(4031 4041 4451 4441) 4(4040 4450 4451 4041) 4(4440 4441 4451 4450) 4(4032 4042 4452 4442) 4(4041 4451 4452 4042) 4(4441 4442 4452 4451) 4(4033 4043 4453 4443) 4(4042 4452 4453 4043) 4(4442 4443 4453 4452) 4(4034 4044 4454 4444) 4(4043 4453 4454 4044) 4(4443 4444 4454 4453) 4(4044 4454 4455 4045) 4(4444 4445 4455 4454) 4(4036 4046 4456 4446) 4(1484 1935 4456 4046) 4(1924 4446 4456 1935) 4(4037 4047 4457 4447) 4(4046 4456 4457 4047) 4(4446 4447 4457 4456) 4(4038 4048 4458 4448) 4(4047 4457 4458 4048) 4(4447 4448 4458 4457) 4(4039 4049 4459 4449) 4(4048 4458 4459 4049) 4(4448 4449 4459 4458) 4(4040 4050 4460 4450) 4(4049 4459 4460 4050) 4(4449 4450 4460 4459) 4(4041 4051 4461 4451) 4(4050 4460 4461 4051) 4(4450 4451 4461 4460) 4(4042 4052 4462 4452) 4(4051 4461 4462 4052) 4(4451 4452 4462 4461) 4(4043 4053 4463 4453) 4(4052 4462 4463 4053) 4(4452 4453 4463 4462) 4(4044 4054 4464 4454) 4(4053 4463 4464 4054) 4(4453 4454 4464 4463) 4(4054 4464 4465 4055) 4(4454 4455 4465 4464) 4(4046 4056 4466 4456) 4(1495 1946 4466 4056) 4(1935 4456 4466 1946) 4(4047 4057 4467 4457) 4(4056 4466 4467 4057) 4(4456 4457 4467 4466) 4(4048 4058 4468 4458) 4(4057 4467 4468 4058) 4(4457 4458 4468 4467) 4(4049 4059 4469 4459) 4(4058 4468 4469 4059) 4(4458 4459 4469 4468) 4(4050 4060 4470 4460) 4(4059 4469 4470 4060) 4(4459 4460 4470 4469) 4(4051 4061 4471 4461) 4(4060 4470 4471 4061) 4(4460 4461 4471 4470) 4(4052 4062 4472 4462) 4(4061 4471 4472 4062) 4(4461 4462 4472 4471) 4(4053 4063 4473 4463) 4(4062 4472 4473 4063) 4(4462 4463 4473 4472) 4(4054 4064 4474 4464) 4(4063 4473 4474 4064) 4(4463 4464 4474 4473) 4(4064 4474 4475 4065) 4(4464 4465 4475 4474) 4(4056 4066 4476 4466) 4(1506 1957 4476 4066) 4(1946 4466 4476 1957) 4(4057 4067 4477 4467) 4(4066 4476 4477 4067) 4(4466 4467 4477 4476) 4(4058 4068 4478 4468) 4(4067 4477 4478 4068) 4(4467 4468 4478 4477) 4(4059 4069 4479 4469) 4(4068 4478 4479 4069) 4(4468 4469 4479 4478) 4(4060 4070 4480 4470) 4(4069 4479 4480 4070) 4(4469 4470 4480 4479) 4(4061 4071 4481 4471) 4(4070 4480 4481 4071) 4(4470 4471 4481 4480) 4(4062 4072 4482 4472) 4(4071 4481 4482 4072) 4(4471 4472 4482 4481) 4(4063 4073 4483 4473) 4(4072 4482 4483 4073) 4(4472 4473 4483 4482) 4(4064 4074 4484 4474) 4(4073 4483 4484 4074) 4(4473 4474 4484 4483) 4(4074 4484 4485 4075) 4(4474 4475 4485 4484) 4(4066 4076 4486 4476) 4(1517 1968 4486 4076) 4(1957 4476 4486 1968) 4(4067 4077 4487 4477) 4(4076 4486 4487 4077) 4(4476 4477 4487 4486) 4(4068 4078 4488 4478) 4(4077 4487 4488 4078) 4(4477 4478 4488 4487) 4(4069 4079 4489 4479) 4(4078 4488 4489 4079) 4(4478 4479 4489 4488) 4(4070 4080 4490 4480) 4(4079 4489 4490 4080) 4(4479 4480 4490 4489) 4(4071 4081 4491 4481) 4(4080 4490 4491 4081) 4(4480 4481 4491 4490) 4(4072 4082 4492 4482) 4(4081 4491 4492 4082) 4(4481 4482 4492 4491) 4(4073 4083 4493 4483) 4(4082 4492 4493 4083) 4(4482 4483 4493 4492) 4(4074 4084 4494 4484) 4(4083 4493 4494 4084) 4(4483 4484 4494 4493) 4(4084 4494 4495 4085) 4(4484 4485 4495 4494) 4(4076 4086 4496 4486) 4(1528 1979 4496 4086) 4(1968 4486 4496 1979) 4(4077 4087 4497 4487) 4(4086 4496 4497 4087) 4(4486 4487 4497 4496) 4(4078 4088 4498 4488) 4(4087 4497 4498 4088) 4(4487 4488 4498 4497) 4(4079 4089 4499 4489) 4(4088 4498 4499 4089) 4(4488 4489 4499 4498) 4(4080 4090 4500 4490) 4(4089 4499 4500 4090) 4(4489 4490 4500 4499) 4(4081 4091 4501 4491) 4(4090 4500 4501 4091) 4(4490 4491 4501 4500) 4(4082 4092 4502 4492) 4(4091 4501 4502 4092) 4(4491 4492 4502 4501) 4(4083 4093 4503 4493) 4(4092 4502 4503 4093) 4(4492 4493 4503 4502) 4(4084 4094 4504 4494) 4(4093 4503 4504 4094) 4(4493 4494 4504 4503) 4(4094 4504 4505 4095) 4(4494 4495 4505 4504) 4(4086 4096 4506 4496) 4(1539 1990 4506 4096) 4(1979 4496 4506 1990) 4(4087 4097 4507 4497) 4(4096 4506 4507 4097) 4(4496 4497 4507 4506) 4(4088 4098 4508 4498) 4(4097 4507 4508 4098) 4(4497 4498 4508 4507) 4(4089 4099 4509 4499) 4(4098 4508 4509 4099) 4(4498 4499 4509 4508) 4(4090 4100 4510 4500) 4(4099 4509 4510 4100) 4(4499 4500 4510 4509) 4(4091 4101 4511 4501) 4(4100 4510 4511 4101) 4(4500 4501 4511 4510) 4(4092 4102 4512 4502) 4(4101 4511 4512 4102) 4(4501 4502 4512 4511) 4(4093 4103 4513 4503) 4(4102 4512 4513 4103) 4(4502 4503 4513 4512) 4(4094 4104 4514 4504) 4(4103 4513 4514 4104) 4(4503 4504 4514 4513) 4(4104 4514 4515 4105) 4(4504 4505 4515 4514) 4(4096 4106 4516 4506) 4(1550 2001 4516 4106) 4(1990 4506 4516 2001) 4(4097 4107 4517 4507) 4(4106 4516 4517 4107) 4(4506 4507 4517 4516) 4(4098 4108 4518 4508) 4(4107 4517 4518 4108) 4(4507 4508 4518 4517) 4(4099 4109 4519 4509) 4(4108 4518 4519 4109) 4(4508 4509 4519 4518) 4(4100 4110 4520 4510) 4(4109 4519 4520 4110) 4(4509 4510 4520 4519) 4(4101 4111 4521 4511) 4(4110 4520 4521 4111) 4(4510 4511 4521 4520) 4(4102 4112 4522 4512) 4(4111 4521 4522 4112) 4(4511 4512 4522 4521) 4(4103 4113 4523 4513) 4(4112 4522 4523 4113) 4(4512 4513 4523 4522) 4(4104 4114 4524 4514) 4(4113 4523 4524 4114) 4(4513 4514 4524 4523) 4(4114 4524 4525 4115) 4(4514 4515 4525 4524) 4(4106 4116 4526 4516) 4(1561 2012 4526 4116) 4(2001 4516 4526 2012) 4(4107 4117 4527 4517) 4(4116 4526 4527 4117) 4(4516 4517 4527 4526) 4(4108 4118 4528 4518) 4(4117 4527 4528 4118) 4(4517 4518 4528 4527) 4(4109 4119 4529 4519) 4(4118 4528 4529 4119) 4(4518 4519 4529 4528) 4(4110 4120 4530 4520) 4(4119 4529 4530 4120) 4(4519 4520 4530 4529) 4(4111 4121 4531 4521) 4(4120 4530 4531 4121) 4(4520 4521 4531 4530) 4(4112 4122 4532 4522) 4(4121 4531 4532 4122) 4(4521 4522 4532 4531) 4(4113 4123 4533 4523) 4(4122 4532 4533 4123) 4(4522 4523 4533 4532) 4(4114 4124 4534 4524) 4(4123 4533 4534 4124) 4(4523 4524 4534 4533) 4(4124 4534 4535 4125) 4(4524 4525 4535 4534) 4(4116 4126 4536 4526) 4(1572 2023 4536 4126) 4(2012 4526 4536 2023) 4(4117 4127 4537 4527) 4(4126 4536 4537 4127) 4(4526 4527 4537 4536) 4(4118 4128 4538 4528) 4(4127 4537 4538 4128) 4(4527 4528 4538 4537) 4(4119 4129 4539 4529) 4(4128 4538 4539 4129) 4(4528 4529 4539 4538) 4(4120 4130 4540 4530) 4(4129 4539 4540 4130) 4(4529 4530 4540 4539) 4(4121 4131 4541 4531) 4(4130 4540 4541 4131) 4(4530 4531 4541 4540) 4(4122 4132 4542 4532) 4(4131 4541 4542 4132) 4(4531 4532 4542 4541) 4(4123 4133 4543 4533) 4(4132 4542 4543 4133) 4(4532 4533 4543 4542) 4(4124 4134 4544 4534) 4(4133 4543 4544 4134) 4(4533 4534 4544 4543) 4(4134 4544 4545 4135) 4(4534 4535 4545 4544) 4(4126 4136 4546 4536) 4(1583 2034 4546 4136) 4(2023 4536 4546 2034) 4(4127 4137 4547 4537) 4(4136 4546 4547 4137) 4(4536 4537 4547 4546) 4(4128 4138 4548 4538) 4(4137 4547 4548 4138) 4(4537 4538 4548 4547) 4(4129 4139 4549 4539) 4(4138 4548 4549 4139) 4(4538 4539 4549 4548) 4(4130 4140 4550 4540) 4(4139 4549 4550 4140) 4(4539 4540 4550 4549) 4(4131 4141 4551 4541) 4(4140 4550 4551 4141) 4(4540 4541 4551 4550) 4(4132 4142 4552 4542) 4(4141 4551 4552 4142) 4(4541 4542 4552 4551) 4(4133 4143 4553 4543) 4(4142 4552 4553 4143) 4(4542 4543 4553 4552) 4(4134 4144 4554 4544) 4(4143 4553 4554 4144) 4(4543 4544 4554 4553) 4(4144 4554 4555 4145) 4(4544 4545 4555 4554) 4(4136 4146 4556 4546) 4(1594 2045 4556 4146) 4(2034 4546 4556 2045) 4(4137 4147 4557 4547) 4(4146 4556 4557 4147) 4(4546 4547 4557 4556) 4(4138 4148 4558 4548) 4(4147 4557 4558 4148) 4(4547 4548 4558 4557) 4(4139 4149 4559 4549) 4(4148 4558 4559 4149) 4(4548 4549 4559 4558) 4(4140 4150 4560 4550) 4(4149 4559 4560 4150) 4(4549 4550 4560 4559) 4(4141 4151 4561 4551) 4(4150 4560 4561 4151) 4(4550 4551 4561 4560) 4(4142 4152 4562 4552) 4(4151 4561 4562 4152) 4(4551 4552 4562 4561) 4(4143 4153 4563 4553) 4(4152 4562 4563 4153) 4(4552 4553 4563 4562) 4(4144 4154 4564 4554) 4(4153 4563 4564 4154) 4(4553 4554 4564 4563) 4(4154 4564 4565 4155) 4(4554 4555 4565 4564) 4(4146 4156 4566 4556) 4(1605 2056 4566 4156) 4(2045 4556 4566 2056) 4(4147 4157 4567 4557) 4(4156 4566 4567 4157) 4(4556 4557 4567 4566) 4(4148 4158 4568 4558) 4(4157 4567 4568 4158) 4(4557 4558 4568 4567) 4(4149 4159 4569 4559) 4(4158 4568 4569 4159) 4(4558 4559 4569 4568) 4(4150 4160 4570 4560) 4(4159 4569 4570 4160) 4(4559 4560 4570 4569) 4(4151 4161 4571 4561) 4(4160 4570 4571 4161) 4(4560 4561 4571 4570) 4(4152 4162 4572 4562) 4(4161 4571 4572 4162) 4(4561 4562 4572 4571) 4(4153 4163 4573 4563) 4(4162 4572 4573 4163) 4(4562 4563 4573 4572) 4(4154 4164 4574 4564) 4(4163 4573 4574 4164) 4(4563 4564 4574 4573) 4(4164 4574 4575 4165) 4(4564 4565 4575 4574) 4(4156 4166 4576 4566) 4(1616 2067 4576 4166) 4(2056 4566 4576 2067) 4(4157 4167 4577 4567) 4(4166 4576 4577 4167) 4(4566 4567 4577 4576) 4(4158 4168 4578 4568) 4(4167 4577 4578 4168) 4(4567 4568 4578 4577) 4(4159 4169 4579 4569) 4(4168 4578 4579 4169) 4(4568 4569 4579 4578) 4(4160 4170 4580 4570) 4(4169 4579 4580 4170) 4(4569 4570 4580 4579) 4(4161 4171 4581 4571) 4(4170 4580 4581 4171) 4(4570 4571 4581 4580) 4(4162 4172 4582 4572) 4(4171 4581 4582 4172) 4(4571 4572 4582 4581) 4(4163 4173 4583 4573) 4(4172 4582 4583 4173) 4(4572 4573 4583 4582) 4(4164 4174 4584 4574) 4(4173 4583 4584 4174) 4(4573 4574 4584 4583) 4(4174 4584 4585 4175) 4(4574 4575 4585 4584) 4(4166 4176 4586 4576) 4(1627 2078 4586 4176) 4(2067 4576 4586 2078) 4(4167 4177 4587 4577) 4(4176 4586 4587 4177) 4(4576 4577 4587 4586) 4(4168 4178 4588 4578) 4(4177 4587 4588 4178) 4(4577 4578 4588 4587) 4(4169 4179 4589 4579) 4(4178 4588 4589 4179) 4(4578 4579 4589 4588) 4(4170 4180 4590 4580) 4(4179 4589 4590 4180) 4(4579 4580 4590 4589) 4(4171 4181 4591 4581) 4(4180 4590 4591 4181) 4(4580 4581 4591 4590) 4(4172 4182 4592 4582) 4(4181 4591 4592 4182) 4(4581 4582 4592 4591) 4(4173 4183 4593 4583) 4(4182 4592 4593 4183) 4(4582 4583 4593 4592) 4(4174 4184 4594 4584) 4(4183 4593 4594 4184) 4(4583 4584 4594 4593) 4(4184 4594 4595 4185) 4(4584 4585 4595 4594) 4(4176 4186 4596 4586) 4(1638 2089 4596 4186) 4(2078 4586 4596 2089) 4(4177 4187 4597 4587) 4(4186 4596 4597 4187) 4(4586 4587 4597 4596) 4(4178 4188 4598 4588) 4(4187 4597 4598 4188) 4(4587 4588 4598 4597) 4(4179 4189 4599 4589) 4(4188 4598 4599 4189) 4(4588 4589 4599 4598) 4(4180 4190 4600 4590) 4(4189 4599 4600 4190) 4(4589 4590 4600 4599) 4(4181 4191 4601 4591) 4(4190 4600 4601 4191) 4(4590 4591 4601 4600) 4(4182 4192 4602 4592) 4(4191 4601 4602 4192) 4(4591 4592 4602 4601) 4(4183 4193 4603 4593) 4(4192 4602 4603 4193) 4(4592 4593 4603 4602) 4(4184 4194 4604 4594) 4(4193 4603 4604 4194) 4(4593 4594 4604 4603) 4(4194 4604 4605 4195) 4(4594 4595 4605 4604) 4(4186 4196 4606 4596) 4(1649 2100 4606 4196) 4(2089 4596 4606 2100) 4(4187 4197 4607 4597) 4(4196 4606 4607 4197) 4(4596 4597 4607 4606) 4(4188 4198 4608 4598) 4(4197 4607 4608 4198) 4(4597 4598 4608 4607) 4(4189 4199 4609 4599) 4(4198 4608 4609 4199) 4(4598 4599 4609 4608) 4(4190 4200 4610 4600) 4(4199 4609 4610 4200) 4(4599 4600 4610 4609) 4(4191 4201 4611 4601) 4(4200 4610 4611 4201) 4(4600 4601 4611 4610) 4(4192 4202 4612 4602) 4(4201 4611 4612 4202) 4(4601 4602 4612 4611) 4(4193 4203 4613 4603) 4(4202 4612 4613 4203) 4(4602 4603 4613 4612) 4(4194 4204 4614 4604) 4(4203 4613 4614 4204) 4(4603 4604 4614 4613) 4(4204 4614 4615 4205) 4(4604 4605 4615 4614) 4(4196 4206 4616 4606) 4(1660 2111 4616 4206) 4(2100 4606 4616 2111) 4(4197 4207 4617 4607) 4(4206 4616 4617 4207) 4(4606 4607 4617 4616) 4(4198 4208 4618 4608) 4(4207 4617 4618 4208) 4(4607 4608 4618 4617) 4(4199 4209 4619 4609) 4(4208 4618 4619 4209) 4(4608 4609 4619 4618) 4(4200 4210 4620 4610) 4(4209 4619 4620 4210) 4(4609 4610 4620 4619) 4(4201 4211 4621 4611) 4(4210 4620 4621 4211) 4(4610 4611 4621 4620) 4(4202 4212 4622 4612) 4(4211 4621 4622 4212) 4(4611 4612 4622 4621) 4(4203 4213 4623 4613) 4(4212 4622 4623 4213) 4(4612 4613 4623 4622) 4(4204 4214 4624 4614) 4(4213 4623 4624 4214) 4(4613 4614 4624 4623) 4(4214 4624 4625 4215) 4(4614 4615 4625 4624) 4(4206 4216 4626 4616) 4(1671 2122 4626 4216) 4(2111 4616 4626 2122) 4(4207 4217 4627 4617) 4(4216 4626 4627 4217) 4(4616 4617 4627 4626) 4(4208 4218 4628 4618) 4(4217 4627 4628 4218) 4(4617 4618 4628 4627) 4(4209 4219 4629 4619) 4(4218 4628 4629 4219) 4(4618 4619 4629 4628) 4(4210 4220 4630 4620) 4(4219 4629 4630 4220) 4(4619 4620 4630 4629) 4(4211 4221 4631 4621) 4(4220 4630 4631 4221) 4(4620 4621 4631 4630) 4(4212 4222 4632 4622) 4(4221 4631 4632 4222) 4(4621 4622 4632 4631) 4(4213 4223 4633 4623) 4(4222 4632 4633 4223) 4(4622 4623 4633 4632) 4(4214 4224 4634 4624) 4(4223 4633 4634 4224) 4(4623 4624 4634 4633) 4(4224 4634 4635 4225) 4(4624 4625 4635 4634) 4(4216 4226 4636 4626) 4(1682 2133 4636 4226) 4(2122 4626 4636 2133) 4(4217 4227 4637 4627) 4(4226 4636 4637 4227) 4(4626 4627 4637 4636) 4(4218 4228 4638 4628) 4(4227 4637 4638 4228) 4(4627 4628 4638 4637) 4(4219 4229 4639 4629) 4(4228 4638 4639 4229) 4(4628 4629 4639 4638) 4(4220 4230 4640 4630) 4(4229 4639 4640 4230) 4(4629 4630 4640 4639) 4(4221 4231 4641 4631) 4(4230 4640 4641 4231) 4(4630 4631 4641 4640) 4(4222 4232 4642 4632) 4(4231 4641 4642 4232) 4(4631 4632 4642 4641) 4(4223 4233 4643 4633) 4(4232 4642 4643 4233) 4(4632 4633 4643 4642) 4(4224 4234 4644 4634) 4(4233 4643 4644 4234) 4(4633 4634 4644 4643) 4(4234 4644 4645 4235) 4(4634 4635 4645 4644) 4(4226 4236 4646 4636) 4(1693 2144 4646 4236) 4(2133 4636 4646 2144) 4(4227 4237 4647 4637) 4(4236 4646 4647 4237) 4(4636 4637 4647 4646) 4(4228 4238 4648 4638) 4(4237 4647 4648 4238) 4(4637 4638 4648 4647) 4(4229 4239 4649 4639) 4(4238 4648 4649 4239) 4(4638 4639 4649 4648) 4(4230 4240 4650 4640) 4(4239 4649 4650 4240) 4(4639 4640 4650 4649) 4(4231 4241 4651 4641) 4(4240 4650 4651 4241) 4(4640 4641 4651 4650) 4(4232 4242 4652 4642) 4(4241 4651 4652 4242) 4(4641 4642 4652 4651) 4(4233 4243 4653 4643) 4(4242 4652 4653 4243) 4(4642 4643 4653 4652) 4(4234 4244 4654 4644) 4(4243 4653 4654 4244) 4(4643 4644 4654 4653) 4(4244 4654 4655 4245) 4(4644 4645 4655 4654) 4(4236 4246 4656 4646) 4(1704 2155 4656 4246) 4(2144 4646 4656 2155) 4(4237 4247 4657 4647) 4(4246 4656 4657 4247) 4(4646 4647 4657 4656) 4(4238 4248 4658 4648) 4(4247 4657 4658 4248) 4(4647 4648 4658 4657) 4(4239 4249 4659 4649) 4(4248 4658 4659 4249) 4(4648 4649 4659 4658) 4(4240 4250 4660 4650) 4(4249 4659 4660 4250) 4(4649 4650 4660 4659) 4(4241 4251 4661 4651) 4(4250 4660 4661 4251) 4(4650 4651 4661 4660) 4(4242 4252 4662 4652) 4(4251 4661 4662 4252) 4(4651 4652 4662 4661) 4(4243 4253 4663 4653) 4(4252 4662 4663 4253) 4(4652 4653 4663 4662) 4(4244 4254 4664 4654) 4(4253 4663 4664 4254) 4(4653 4654 4664 4663) 4(4254 4664 4665 4255) 4(4654 4655 4665 4664) 4(4246 4256 4666 4656) 4(1715 2166 4666 4256) 4(2155 4656 4666 2166) 4(4247 4257 4667 4657) 4(4256 4666 4667 4257) 4(4656 4657 4667 4666) 4(4248 4258 4668 4658) 4(4257 4667 4668 4258) 4(4657 4658 4668 4667) 4(4249 4259 4669 4659) 4(4258 4668 4669 4259) 4(4658 4659 4669 4668) 4(4250 4260 4670 4660) 4(4259 4669 4670 4260) 4(4659 4660 4670 4669) 4(4251 4261 4671 4661) 4(4260 4670 4671 4261) 4(4660 4661 4671 4670) 4(4252 4262 4672 4662) 4(4261 4671 4672 4262) 4(4661 4662 4672 4671) 4(4253 4263 4673 4663) 4(4262 4672 4673 4263) 4(4662 4663 4673 4672) 4(4254 4264 4674 4664) 4(4263 4673 4674 4264) 4(4663 4664 4674 4673) 4(4264 4674 4675 4265) 4(4664 4665 4675 4674) 4(4256 4266 4676 4666) 4(1726 2177 4676 4266) 4(2166 4666 4676 2177) 4(4257 4267 4677 4667) 4(4266 4676 4677 4267) 4(4666 4667 4677 4676) 4(4258 4268 4678 4668) 4(4267 4677 4678 4268) 4(4667 4668 4678 4677) 4(4259 4269 4679 4669) 4(4268 4678 4679 4269) 4(4668 4669 4679 4678) 4(4260 4270 4680 4670) 4(4269 4679 4680 4270) 4(4669 4670 4680 4679) 4(4261 4271 4681 4671) 4(4270 4680 4681 4271) 4(4670 4671 4681 4680) 4(4262 4272 4682 4672) 4(4271 4681 4682 4272) 4(4671 4672 4682 4681) 4(4263 4273 4683 4673) 4(4272 4682 4683 4273) 4(4672 4673 4683 4682) 4(4264 4274 4684 4674) 4(4273 4683 4684 4274) 4(4673 4674 4684 4683) 4(4274 4684 4685 4275) 4(4674 4675 4685 4684) 4(4266 4276 4686 4676) 4(1737 2188 4686 4276) 4(2177 4676 4686 2188) 4(4267 4277 4687 4677) 4(4276 4686 4687 4277) 4(4676 4677 4687 4686) 4(4268 4278 4688 4678) 4(4277 4687 4688 4278) 4(4677 4678 4688 4687) 4(4269 4279 4689 4679) 4(4278 4688 4689 4279) 4(4678 4679 4689 4688) 4(4270 4280 4690 4680) 4(4279 4689 4690 4280) 4(4679 4680 4690 4689) 4(4271 4281 4691 4681) 4(4280 4690 4691 4281) 4(4680 4681 4691 4690) 4(4272 4282 4692 4682) 4(4281 4691 4692 4282) 4(4681 4682 4692 4691) 4(4273 4283 4693 4683) 4(4282 4692 4693 4283) 4(4682 4683 4693 4692) 4(4274 4284 4694 4684) 4(4283 4693 4694 4284) 4(4683 4684 4694 4693) 4(4284 4694 4695 4285) 4(4684 4685 4695 4694) 4(4276 4286 4696 4686) 4(1748 2199 4696 4286) 4(2188 4686 4696 2199) 4(4277 4287 4697 4687) 4(4286 4696 4697 4287) 4(4686 4687 4697 4696) 4(4278 4288 4698 4688) 4(4287 4697 4698 4288) 4(4687 4688 4698 4697) 4(4279 4289 4699 4689) 4(4288 4698 4699 4289) 4(4688 4689 4699 4698) 4(4280 4290 4700 4690) 4(4289 4699 4700 4290) 4(4689 4690 4700 4699) 4(4281 4291 4701 4691) 4(4290 4700 4701 4291) 4(4690 4691 4701 4700) 4(4282 4292 4702 4692) 4(4291 4701 4702 4292) 4(4691 4692 4702 4701) 4(4283 4293 4703 4693) 4(4292 4702 4703 4293) 4(4692 4693 4703 4702) 4(4284 4294 4704 4694) 4(4293 4703 4704 4294) 4(4693 4694 4704 4703) 4(4294 4704 4705 4295) 4(4694 4695 4705 4704) 4(4286 4296 4706 4696) 4(1759 2210 4706 4296) 4(2199 4696 4706 2210) 4(4287 4297 4707 4697) 4(4296 4706 4707 4297) 4(4696 4697 4707 4706) 4(4288 4298 4708 4698) 4(4297 4707 4708 4298) 4(4697 4698 4708 4707) 4(4289 4299 4709 4699) 4(4298 4708 4709 4299) 4(4698 4699 4709 4708) 4(4290 4300 4710 4700) 4(4299 4709 4710 4300) 4(4699 4700 4710 4709) 4(4291 4301 4711 4701) 4(4300 4710 4711 4301) 4(4700 4701 4711 4710) 4(4292 4302 4712 4702) 4(4301 4711 4712 4302) 4(4701 4702 4712 4711) 4(4293 4303 4713 4703) 4(4302 4712 4713 4303) 4(4702 4703 4713 4712) 4(4294 4304 4714 4704) 4(4303 4713 4714 4304) 4(4703 4704 4714 4713) 4(4304 4714 4715 4305) 4(4704 4705 4715 4714) 4(4296 4306 4716 4706) 4(1770 2221 4716 4306) 4(2210 4706 4716 2221) 4(4297 4307 4717 4707) 4(4306 4716 4717 4307) 4(4706 4707 4717 4716) 4(4298 4308 4718 4708) 4(4307 4717 4718 4308) 4(4707 4708 4718 4717) 4(4299 4309 4719 4709) 4(4308 4718 4719 4309) 4(4708 4709 4719 4718) 4(4300 4310 4720 4710) 4(4309 4719 4720 4310) 4(4709 4710 4720 4719) 4(4301 4311 4721 4711) 4(4310 4720 4721 4311) 4(4710 4711 4721 4720) 4(4302 4312 4722 4712) 4(4311 4721 4722 4312) 4(4711 4712 4722 4721) 4(4303 4313 4723 4713) 4(4312 4722 4723 4313) 4(4712 4713 4723 4722) 4(4304 4314 4724 4714) 4(4313 4723 4724 4314) 4(4713 4714 4724 4723) 4(4314 4724 4725 4315) 4(4714 4715 4725 4724) 4(4306 4316 4726 4716) 4(1781 2232 4726 4316) 4(2221 4716 4726 2232) 4(4307 4317 4727 4717) 4(4316 4726 4727 4317) 4(4716 4717 4727 4726) 4(4308 4318 4728 4718) 4(4317 4727 4728 4318) 4(4717 4718 4728 4727) 4(4309 4319 4729 4719) 4(4318 4728 4729 4319) 4(4718 4719 4729 4728) 4(4310 4320 4730 4720) 4(4319 4729 4730 4320) 4(4719 4720 4730 4729) 4(4311 4321 4731 4721) 4(4320 4730 4731 4321) 4(4720 4721 4731 4730) 4(4312 4322 4732 4722) 4(4321 4731 4732 4322) 4(4721 4722 4732 4731) 4(4313 4323 4733 4723) 4(4322 4732 4733 4323) 4(4722 4723 4733 4732) 4(4314 4324 4734 4724) 4(4323 4733 4734 4324) 4(4723 4724 4734 4733) 4(4324 4734 4735 4325) 4(4724 4725 4735 4734) 4(4316 4326 4736 4726) 4(1792 2243 4736 4326) 4(2232 4726 4736 2243) 4(4317 4327 4737 4727) 4(4326 4736 4737 4327) 4(4726 4727 4737 4736) 4(4318 4328 4738 4728) 4(4327 4737 4738 4328) 4(4727 4728 4738 4737) 4(4319 4329 4739 4729) 4(4328 4738 4739 4329) 4(4728 4729 4739 4738) 4(4320 4330 4740 4730) 4(4329 4739 4740 4330) 4(4729 4730 4740 4739) 4(4321 4331 4741 4731) 4(4330 4740 4741 4331) 4(4730 4731 4741 4740) 4(4322 4332 4742 4732) 4(4331 4741 4742 4332) 4(4731 4732 4742 4741) 4(4323 4333 4743 4733) 4(4332 4742 4743 4333) 4(4732 4733 4743 4742) 4(4324 4334 4744 4734) 4(4333 4743 4744 4334) 4(4733 4734 4744 4743) 4(4334 4744 4745 4335) 4(4734 4735 4745 4744) 4(4326 4336 4746 4736) 4(2243 4736 4746 2254) 4(4327 4337 4747 4737) 4(4736 4737 4747 4746) 4(4328 4338 4748 4738) 4(4737 4738 4748 4747) 4(4329 4339 4749 4739) 4(4738 4739 4749 4748) 4(4330 4340 4750 4740) 4(4739 4740 4750 4749) 4(4331 4341 4751 4741) 4(4740 4741 4751 4750) 4(4332 4342 4752 4742) 4(4741 4742 4752 4751) 4(4333 4343 4753 4743) 4(4742 4743 4753 4752) 4(4334 4344 4754 4744) 4(4743 4744 4754 4753) 4(4744 4745 4755 4754) 4(4346 4356 4766 4756) 4(1825 2276 4766 4356) 4(4347 4357 4767 4757) 4(4356 4766 4767 4357) 4(4348 4358 4768 4758) 4(4357 4767 4768 4358) 4(4349 4359 4769 4759) 4(4358 4768 4769 4359) 4(4350 4360 4770 4760) 4(4359 4769 4770 4360) 4(4351 4361 4771 4761) 4(4360 4770 4771 4361) 4(4352 4362 4772 4762) 4(4361 4771 4772 4362) 4(4353 4363 4773 4763) 4(4362 4772 4773 4363) 4(4354 4364 4774 4764) 4(4363 4773 4774 4364) 4(4364 4774 4775 4365) 4(4356 4366 4776 4766) 4(1836 2287 4776 4366) 4(4357 4367 4777 4767) 4(4366 4776 4777 4367) 4(4358 4368 4778 4768) 4(4367 4777 4778 4368) 4(4359 4369 4779 4769) 4(4368 4778 4779 4369) 4(4360 4370 4780 4770) 4(4369 4779 4780 4370) 4(4361 4371 4781 4771) 4(4370 4780 4781 4371) 4(4362 4372 4782 4772) 4(4371 4781 4782 4372) 4(4363 4373 4783 4773) 4(4372 4782 4783 4373) 4(4364 4374 4784 4774) 4(4373 4783 4784 4374) 4(4374 4784 4785 4375) 4(4366 4376 4786 4776) 4(1847 2298 4786 4376) 4(4367 4377 4787 4777) 4(4376 4786 4787 4377) 4(4368 4378 4788 4778) 4(4377 4787 4788 4378) 4(4369 4379 4789 4779) 4(4378 4788 4789 4379) 4(4370 4380 4790 4780) 4(4379 4789 4790 4380) 4(4371 4381 4791 4781) 4(4380 4790 4791 4381) 4(4372 4382 4792 4782) 4(4381 4791 4792 4382) 4(4373 4383 4793 4783) 4(4382 4792 4793 4383) 4(4374 4384 4794 4784) 4(4383 4793 4794 4384) 4(4384 4794 4795 4385) 4(4376 4386 4796 4786) 4(1858 2309 4796 4386) 4(4377 4387 4797 4787) 4(4386 4796 4797 4387) 4(4378 4388 4798 4788) 4(4387 4797 4798 4388) 4(4379 4389 4799 4789) 4(4388 4798 4799 4389) 4(4380 4390 4800 4790) 4(4389 4799 4800 4390) 4(4381 4391 4801 4791) 4(4390 4800 4801 4391) 4(4382 4392 4802 4792) 4(4391 4801 4802 4392) 4(4383 4393 4803 4793) 4(4392 4802 4803 4393) 4(4384 4394 4804 4794) 4(4393 4803 4804 4394) 4(4394 4804 4805 4395) 4(4386 4396 4806 4796) 4(1869 2320 4806 4396) 4(4387 4397 4807 4797) 4(4396 4806 4807 4397) 4(4388 4398 4808 4798) 4(4397 4807 4808 4398) 4(4389 4399 4809 4799) 4(4398 4808 4809 4399) 4(4390 4400 4810 4800) 4(4399 4809 4810 4400) 4(4391 4401 4811 4801) 4(4400 4810 4811 4401) 4(4392 4402 4812 4802) 4(4401 4811 4812 4402) 4(4393 4403 4813 4803) 4(4402 4812 4813 4403) 4(4394 4404 4814 4804) 4(4403 4813 4814 4404) 4(4404 4814 4815 4405) 4(4396 4406 4816 4806) 4(1880 2331 4816 4406) 4(4397 4407 4817 4807) 4(4406 4816 4817 4407) 4(4398 4408 4818 4808) 4(4407 4817 4818 4408) 4(4399 4409 4819 4809) 4(4408 4818 4819 4409) 4(4400 4410 4820 4810) 4(4409 4819 4820 4410) 4(4401 4411 4821 4811) 4(4410 4820 4821 4411) 4(4402 4412 4822 4812) 4(4411 4821 4822 4412) 4(4403 4413 4823 4813) 4(4412 4822 4823 4413) 4(4404 4414 4824 4814) 4(4413 4823 4824 4414) 4(4414 4824 4825 4415) 4(4406 4416 4826 4816) 4(1891 2342 4826 4416) 4(4407 4417 4827 4817) 4(4416 4826 4827 4417) 4(4408 4418 4828 4818) 4(4417 4827 4828 4418) 4(4409 4419 4829 4819) 4(4418 4828 4829 4419) 4(4410 4420 4830 4820) 4(4419 4829 4830 4420) 4(4411 4421 4831 4821) 4(4420 4830 4831 4421) 4(4412 4422 4832 4822) 4(4421 4831 4832 4422) 4(4413 4423 4833 4823) 4(4422 4832 4833 4423) 4(4414 4424 4834 4824) 4(4423 4833 4834 4424) 4(4424 4834 4835 4425) 4(4416 4426 4836 4826) 4(1902 2353 4836 4426) 4(4417 4427 4837 4827) 4(4426 4836 4837 4427) 4(4418 4428 4838 4828) 4(4427 4837 4838 4428) 4(4419 4429 4839 4829) 4(4428 4838 4839 4429) 4(4420 4430 4840 4830) 4(4429 4839 4840 4430) 4(4421 4431 4841 4831) 4(4430 4840 4841 4431) 4(4422 4432 4842 4832) 4(4431 4841 4842 4432) 4(4423 4433 4843 4833) 4(4432 4842 4843 4433) 4(4424 4434 4844 4834) 4(4433 4843 4844 4434) 4(4434 4844 4845 4435) 4(4426 4436 4846 4836) 4(1913 2364 4846 4436) 4(4427 4437 4847 4837) 4(4436 4846 4847 4437) 4(4428 4438 4848 4838) 4(4437 4847 4848 4438) 4(4429 4439 4849 4839) 4(4438 4848 4849 4439) 4(4430 4440 4850 4840) 4(4439 4849 4850 4440) 4(4431 4441 4851 4841) 4(4440 4850 4851 4441) 4(4432 4442 4852 4842) 4(4441 4851 4852 4442) 4(4433 4443 4853 4843) 4(4442 4852 4853 4443) 4(4434 4444 4854 4844) 4(4443 4853 4854 4444) 4(4444 4854 4855 4445) 4(4436 4446 4856 4846) 4(1924 2375 4856 4446) 4(4437 4447 4857 4847) 4(4446 4856 4857 4447) 4(4438 4448 4858 4848) 4(4447 4857 4858 4448) 4(4439 4449 4859 4849) 4(4448 4858 4859 4449) 4(4440 4450 4860 4850) 4(4449 4859 4860 4450) 4(4441 4451 4861 4851) 4(4450 4860 4861 4451) 4(4442 4452 4862 4852) 4(4451 4861 4862 4452) 4(4443 4453 4863 4853) 4(4452 4862 4863 4453) 4(4444 4454 4864 4854) 4(4453 4863 4864 4454) 4(4454 4864 4865 4455) 4(4446 4456 4866 4856) 4(1935 2386 4866 4456) 4(4447 4457 4867 4857) 4(4456 4866 4867 4457) 4(4448 4458 4868 4858) 4(4457 4867 4868 4458) 4(4449 4459 4869 4859) 4(4458 4868 4869 4459) 4(4450 4460 4870 4860) 4(4459 4869 4870 4460) 4(4451 4461 4871 4861) 4(4460 4870 4871 4461) 4(4452 4462 4872 4862) 4(4461 4871 4872 4462) 4(4453 4463 4873 4863) 4(4462 4872 4873 4463) 4(4454 4464 4874 4864) 4(4463 4873 4874 4464) 4(4464 4874 4875 4465) 4(4456 4466 4876 4866) 4(1946 2397 4876 4466) 4(4457 4467 4877 4867) 4(4466 4876 4877 4467) 4(4458 4468 4878 4868) 4(4467 4877 4878 4468) 4(4459 4469 4879 4869) 4(4468 4878 4879 4469) 4(4460 4470 4880 4870) 4(4469 4879 4880 4470) 4(4461 4471 4881 4871) 4(4470 4880 4881 4471) 4(4462 4472 4882 4872) 4(4471 4881 4882 4472) 4(4463 4473 4883 4873) 4(4472 4882 4883 4473) 4(4464 4474 4884 4874) 4(4473 4883 4884 4474) 4(4474 4884 4885 4475) 4(4466 4476 4886 4876) 4(1957 2408 4886 4476) 4(4467 4477 4887 4877) 4(4476 4886 4887 4477) 4(4468 4478 4888 4878) 4(4477 4887 4888 4478) 4(4469 4479 4889 4879) 4(4478 4888 4889 4479) 4(4470 4480 4890 4880) 4(4479 4889 4890 4480) 4(4471 4481 4891 4881) 4(4480 4890 4891 4481) 4(4472 4482 4892 4882) 4(4481 4891 4892 4482) 4(4473 4483 4893 4883) 4(4482 4892 4893 4483) 4(4474 4484 4894 4884) 4(4483 4893 4894 4484) 4(4484 4894 4895 4485) 4(4476 4486 4896 4886) 4(1968 2419 4896 4486) 4(4477 4487 4897 4887) 4(4486 4896 4897 4487) 4(4478 4488 4898 4888) 4(4487 4897 4898 4488) 4(4479 4489 4899 4889) 4(4488 4898 4899 4489) 4(4480 4490 4900 4890) 4(4489 4899 4900 4490) 4(4481 4491 4901 4891) 4(4490 4900 4901 4491) 4(4482 4492 4902 4892) 4(4491 4901 4902 4492) 4(4483 4493 4903 4893) 4(4492 4902 4903 4493) 4(4484 4494 4904 4894) 4(4493 4903 4904 4494) 4(4494 4904 4905 4495) 4(4486 4496 4906 4896) 4(1979 2430 4906 4496) 4(4487 4497 4907 4897) 4(4496 4906 4907 4497) 4(4488 4498 4908 4898) 4(4497 4907 4908 4498) 4(4489 4499 4909 4899) 4(4498 4908 4909 4499) 4(4490 4500 4910 4900) 4(4499 4909 4910 4500) 4(4491 4501 4911 4901) 4(4500 4910 4911 4501) 4(4492 4502 4912 4902) 4(4501 4911 4912 4502) 4(4493 4503 4913 4903) 4(4502 4912 4913 4503) 4(4494 4504 4914 4904) 4(4503 4913 4914 4504) 4(4504 4914 4915 4505) 4(4496 4506 4916 4906) 4(1990 2441 4916 4506) 4(4497 4507 4917 4907) 4(4506 4916 4917 4507) 4(4498 4508 4918 4908) 4(4507 4917 4918 4508) 4(4499 4509 4919 4909) 4(4508 4918 4919 4509) 4(4500 4510 4920 4910) 4(4509 4919 4920 4510) 4(4501 4511 4921 4911) 4(4510 4920 4921 4511) 4(4502 4512 4922 4912) 4(4511 4921 4922 4512) 4(4503 4513 4923 4913) 4(4512 4922 4923 4513) 4(4504 4514 4924 4914) 4(4513 4923 4924 4514) 4(4514 4924 4925 4515) 4(4506 4516 4926 4916) 4(2001 2452 4926 4516) 4(4507 4517 4927 4917) 4(4516 4926 4927 4517) 4(4508 4518 4928 4918) 4(4517 4927 4928 4518) 4(4509 4519 4929 4919) 4(4518 4928 4929 4519) 4(4510 4520 4930 4920) 4(4519 4929 4930 4520) 4(4511 4521 4931 4921) 4(4520 4930 4931 4521) 4(4512 4522 4932 4922) 4(4521 4931 4932 4522) 4(4513 4523 4933 4923) 4(4522 4932 4933 4523) 4(4514 4524 4934 4924) 4(4523 4933 4934 4524) 4(4524 4934 4935 4525) 4(4516 4526 4936 4926) 4(2012 2463 4936 4526) 4(4517 4527 4937 4927) 4(4526 4936 4937 4527) 4(4518 4528 4938 4928) 4(4527 4937 4938 4528) 4(4519 4529 4939 4929) 4(4528 4938 4939 4529) 4(4520 4530 4940 4930) 4(4529 4939 4940 4530) 4(4521 4531 4941 4931) 4(4530 4940 4941 4531) 4(4522 4532 4942 4932) 4(4531 4941 4942 4532) 4(4523 4533 4943 4933) 4(4532 4942 4943 4533) 4(4524 4534 4944 4934) 4(4533 4943 4944 4534) 4(4534 4944 4945 4535) 4(4526 4536 4946 4936) 4(2023 2474 4946 4536) 4(4527 4537 4947 4937) 4(4536 4946 4947 4537) 4(4528 4538 4948 4938) 4(4537 4947 4948 4538) 4(4529 4539 4949 4939) 4(4538 4948 4949 4539) 4(4530 4540 4950 4940) 4(4539 4949 4950 4540) 4(4531 4541 4951 4941) 4(4540 4950 4951 4541) 4(4532 4542 4952 4942) 4(4541 4951 4952 4542) 4(4533 4543 4953 4943) 4(4542 4952 4953 4543) 4(4534 4544 4954 4944) 4(4543 4953 4954 4544) 4(4544 4954 4955 4545) 4(4536 4546 4956 4946) 4(2034 2485 4956 4546) 4(4537 4547 4957 4947) 4(4546 4956 4957 4547) 4(4538 4548 4958 4948) 4(4547 4957 4958 4548) 4(4539 4549 4959 4949) 4(4548 4958 4959 4549) 4(4540 4550 4960 4950) 4(4549 4959 4960 4550) 4(4541 4551 4961 4951) 4(4550 4960 4961 4551) 4(4542 4552 4962 4952) 4(4551 4961 4962 4552) 4(4543 4553 4963 4953) 4(4552 4962 4963 4553) 4(4544 4554 4964 4954) 4(4553 4963 4964 4554) 4(4554 4964 4965 4555) 4(4546 4556 4966 4956) 4(2045 2496 4966 4556) 4(4547 4557 4967 4957) 4(4556 4966 4967 4557) 4(4548 4558 4968 4958) 4(4557 4967 4968 4558) 4(4549 4559 4969 4959) 4(4558 4968 4969 4559) 4(4550 4560 4970 4960) 4(4559 4969 4970 4560) 4(4551 4561 4971 4961) 4(4560 4970 4971 4561) 4(4552 4562 4972 4962) 4(4561 4971 4972 4562) 4(4553 4563 4973 4963) 4(4562 4972 4973 4563) 4(4554 4564 4974 4964) 4(4563 4973 4974 4564) 4(4564 4974 4975 4565) 4(4556 4566 4976 4966) 4(2056 2507 4976 4566) 4(4557 4567 4977 4967) 4(4566 4976 4977 4567) 4(4558 4568 4978 4968) 4(4567 4977 4978 4568) 4(4559 4569 4979 4969) 4(4568 4978 4979 4569) 4(4560 4570 4980 4970) 4(4569 4979 4980 4570) 4(4561 4571 4981 4971) 4(4570 4980 4981 4571) 4(4562 4572 4982 4972) 4(4571 4981 4982 4572) 4(4563 4573 4983 4973) 4(4572 4982 4983 4573) 4(4564 4574 4984 4974) 4(4573 4983 4984 4574) 4(4574 4984 4985 4575) 4(4566 4576 4986 4976) 4(2067 2518 4986 4576) 4(4567 4577 4987 4977) 4(4576 4986 4987 4577) 4(4568 4578 4988 4978) 4(4577 4987 4988 4578) 4(4569 4579 4989 4979) 4(4578 4988 4989 4579) 4(4570 4580 4990 4980) 4(4579 4989 4990 4580) 4(4571 4581 4991 4981) 4(4580 4990 4991 4581) 4(4572 4582 4992 4982) 4(4581 4991 4992 4582) 4(4573 4583 4993 4983) 4(4582 4992 4993 4583) 4(4574 4584 4994 4984) 4(4583 4993 4994 4584) 4(4584 4994 4995 4585) 4(4576 4586 4996 4986) 4(2078 2529 4996 4586) 4(4577 4587 4997 4987) 4(4586 4996 4997 4587) 4(4578 4588 4998 4988) 4(4587 4997 4998 4588) 4(4579 4589 4999 4989) 4(4588 4998 4999 4589) 4(4580 4590 5000 4990) 4(4589 4999 5000 4590) 4(4581 4591 5001 4991) 4(4590 5000 5001 4591) 4(4582 4592 5002 4992) 4(4591 5001 5002 4592) 4(4583 4593 5003 4993) 4(4592 5002 5003 4593) 4(4584 4594 5004 4994) 4(4593 5003 5004 4594) 4(4594 5004 5005 4595) 4(4586 4596 5006 4996) 4(2089 2540 5006 4596) 4(4587 4597 5007 4997) 4(4596 5006 5007 4597) 4(4588 4598 5008 4998) 4(4597 5007 5008 4598) 4(4589 4599 5009 4999) 4(4598 5008 5009 4599) 4(4590 4600 5010 5000) 4(4599 5009 5010 4600) 4(4591 4601 5011 5001) 4(4600 5010 5011 4601) 4(4592 4602 5012 5002) 4(4601 5011 5012 4602) 4(4593 4603 5013 5003) 4(4602 5012 5013 4603) 4(4594 4604 5014 5004) 4(4603 5013 5014 4604) 4(4604 5014 5015 4605) 4(4596 4606 5016 5006) 4(2100 2551 5016 4606) 4(4597 4607 5017 5007) 4(4606 5016 5017 4607) 4(4598 4608 5018 5008) 4(4607 5017 5018 4608) 4(4599 4609 5019 5009) 4(4608 5018 5019 4609) 4(4600 4610 5020 5010) 4(4609 5019 5020 4610) 4(4601 4611 5021 5011) 4(4610 5020 5021 4611) 4(4602 4612 5022 5012) 4(4611 5021 5022 4612) 4(4603 4613 5023 5013) 4(4612 5022 5023 4613) 4(4604 4614 5024 5014) 4(4613 5023 5024 4614) 4(4614 5024 5025 4615) 4(4606 4616 5026 5016) 4(2111 2562 5026 4616) 4(4607 4617 5027 5017) 4(4616 5026 5027 4617) 4(4608 4618 5028 5018) 4(4617 5027 5028 4618) 4(4609 4619 5029 5019) 4(4618 5028 5029 4619) 4(4610 4620 5030 5020) 4(4619 5029 5030 4620) 4(4611 4621 5031 5021) 4(4620 5030 5031 4621) 4(4612 4622 5032 5022) 4(4621 5031 5032 4622) 4(4613 4623 5033 5023) 4(4622 5032 5033 4623) 4(4614 4624 5034 5024) 4(4623 5033 5034 4624) 4(4624 5034 5035 4625) 4(4616 4626 5036 5026) 4(2122 2573 5036 4626) 4(4617 4627 5037 5027) 4(4626 5036 5037 4627) 4(4618 4628 5038 5028) 4(4627 5037 5038 4628) 4(4619 4629 5039 5029) 4(4628 5038 5039 4629) 4(4620 4630 5040 5030) 4(4629 5039 5040 4630) 4(4621 4631 5041 5031) 4(4630 5040 5041 4631) 4(4622 4632 5042 5032) 4(4631 5041 5042 4632) 4(4623 4633 5043 5033) 4(4632 5042 5043 4633) 4(4624 4634 5044 5034) 4(4633 5043 5044 4634) 4(4634 5044 5045 4635) 4(4626 4636 5046 5036) 4(2133 2584 5046 4636) 4(4627 4637 5047 5037) 4(4636 5046 5047 4637) 4(4628 4638 5048 5038) 4(4637 5047 5048 4638) 4(4629 4639 5049 5039) 4(4638 5048 5049 4639) 4(4630 4640 5050 5040) 4(4639 5049 5050 4640) 4(4631 4641 5051 5041) 4(4640 5050 5051 4641) 4(4632 4642 5052 5042) 4(4641 5051 5052 4642) 4(4633 4643 5053 5043) 4(4642 5052 5053 4643) 4(4634 4644 5054 5044) 4(4643 5053 5054 4644) 4(4644 5054 5055 4645) 4(4636 4646 5056 5046) 4(2144 2595 5056 4646) 4(4637 4647 5057 5047) 4(4646 5056 5057 4647) 4(4638 4648 5058 5048) 4(4647 5057 5058 4648) 4(4639 4649 5059 5049) 4(4648 5058 5059 4649) 4(4640 4650 5060 5050) 4(4649 5059 5060 4650) 4(4641 4651 5061 5051) 4(4650 5060 5061 4651) 4(4642 4652 5062 5052) 4(4651 5061 5062 4652) 4(4643 4653 5063 5053) 4(4652 5062 5063 4653) 4(4644 4654 5064 5054) 4(4653 5063 5064 4654) 4(4654 5064 5065 4655) 4(4646 4656 5066 5056) 4(2155 2606 5066 4656) 4(4647 4657 5067 5057) 4(4656 5066 5067 4657) 4(4648 4658 5068 5058) 4(4657 5067 5068 4658) 4(4649 4659 5069 5059) 4(4658 5068 5069 4659) 4(4650 4660 5070 5060) 4(4659 5069 5070 4660) 4(4651 4661 5071 5061) 4(4660 5070 5071 4661) 4(4652 4662 5072 5062) 4(4661 5071 5072 4662) 4(4653 4663 5073 5063) 4(4662 5072 5073 4663) 4(4654 4664 5074 5064) 4(4663 5073 5074 4664) 4(4664 5074 5075 4665) 4(4656 4666 5076 5066) 4(2166 2617 5076 4666) 4(4657 4667 5077 5067) 4(4666 5076 5077 4667) 4(4658 4668 5078 5068) 4(4667 5077 5078 4668) 4(4659 4669 5079 5069) 4(4668 5078 5079 4669) 4(4660 4670 5080 5070) 4(4669 5079 5080 4670) 4(4661 4671 5081 5071) 4(4670 5080 5081 4671) 4(4662 4672 5082 5072) 4(4671 5081 5082 4672) 4(4663 4673 5083 5073) 4(4672 5082 5083 4673) 4(4664 4674 5084 5074) 4(4673 5083 5084 4674) 4(4674 5084 5085 4675) 4(4666 4676 5086 5076) 4(2177 2628 5086 4676) 4(4667 4677 5087 5077) 4(4676 5086 5087 4677) 4(4668 4678 5088 5078) 4(4677 5087 5088 4678) 4(4669 4679 5089 5079) 4(4678 5088 5089 4679) 4(4670 4680 5090 5080) 4(4679 5089 5090 4680) 4(4671 4681 5091 5081) 4(4680 5090 5091 4681) 4(4672 4682 5092 5082) 4(4681 5091 5092 4682) 4(4673 4683 5093 5083) 4(4682 5092 5093 4683) 4(4674 4684 5094 5084) 4(4683 5093 5094 4684) 4(4684 5094 5095 4685) 4(4676 4686 5096 5086) 4(2188 2639 5096 4686) 4(4677 4687 5097 5087) 4(4686 5096 5097 4687) 4(4678 4688 5098 5088) 4(4687 5097 5098 4688) 4(4679 4689 5099 5089) 4(4688 5098 5099 4689) 4(4680 4690 5100 5090) 4(4689 5099 5100 4690) 4(4681 4691 5101 5091) 4(4690 5100 5101 4691) 4(4682 4692 5102 5092) 4(4691 5101 5102 4692) 4(4683 4693 5103 5093) 4(4692 5102 5103 4693) 4(4684 4694 5104 5094) 4(4693 5103 5104 4694) 4(4694 5104 5105 4695) 4(4686 4696 5106 5096) 4(2199 2650 5106 4696) 4(4687 4697 5107 5097) 4(4696 5106 5107 4697) 4(4688 4698 5108 5098) 4(4697 5107 5108 4698) 4(4689 4699 5109 5099) 4(4698 5108 5109 4699) 4(4690 4700 5110 5100) 4(4699 5109 5110 4700) 4(4691 4701 5111 5101) 4(4700 5110 5111 4701) 4(4692 4702 5112 5102) 4(4701 5111 5112 4702) 4(4693 4703 5113 5103) 4(4702 5112 5113 4703) 4(4694 4704 5114 5104) 4(4703 5113 5114 4704) 4(4704 5114 5115 4705) 4(4696 4706 5116 5106) 4(2210 2661 5116 4706) 4(4697 4707 5117 5107) 4(4706 5116 5117 4707) 4(4698 4708 5118 5108) 4(4707 5117 5118 4708) 4(4699 4709 5119 5109) 4(4708 5118 5119 4709) 4(4700 4710 5120 5110) 4(4709 5119 5120 4710) 4(4701 4711 5121 5111) 4(4710 5120 5121 4711) 4(4702 4712 5122 5112) 4(4711 5121 5122 4712) 4(4703 4713 5123 5113) 4(4712 5122 5123 4713) 4(4704 4714 5124 5114) 4(4713 5123 5124 4714) 4(4714 5124 5125 4715) 4(4706 4716 5126 5116) 4(2221 2672 5126 4716) 4(4707 4717 5127 5117) 4(4716 5126 5127 4717) 4(4708 4718 5128 5118) 4(4717 5127 5128 4718) 4(4709 4719 5129 5119) 4(4718 5128 5129 4719) 4(4710 4720 5130 5120) 4(4719 5129 5130 4720) 4(4711 4721 5131 5121) 4(4720 5130 5131 4721) 4(4712 4722 5132 5122) 4(4721 5131 5132 4722) 4(4713 4723 5133 5123) 4(4722 5132 5133 4723) 4(4714 4724 5134 5124) 4(4723 5133 5134 4724) 4(4724 5134 5135 4725) 4(4716 4726 5136 5126) 4(2232 2683 5136 4726) 4(4717 4727 5137 5127) 4(4726 5136 5137 4727) 4(4718 4728 5138 5128) 4(4727 5137 5138 4728) 4(4719 4729 5139 5129) 4(4728 5138 5139 4729) 4(4720 4730 5140 5130) 4(4729 5139 5140 4730) 4(4721 4731 5141 5131) 4(4730 5140 5141 4731) 4(4722 4732 5142 5132) 4(4731 5141 5142 4732) 4(4723 4733 5143 5133) 4(4732 5142 5143 4733) 4(4724 4734 5144 5134) 4(4733 5143 5144 4734) 4(4734 5144 5145 4735) 4(4726 4736 5146 5136) 4(2243 2694 5146 4736) 4(4727 4737 5147 5137) 4(4736 5146 5147 4737) 4(4728 4738 5148 5138) 4(4737 5147 5148 4738) 4(4729 4739 5149 5139) 4(4738 5148 5149 4739) 4(4730 4740 5150 5140) 4(4739 5149 5150 4740) 4(4731 4741 5151 5141) 4(4740 5150 5151 4741) 4(4732 4742 5152 5142) 4(4741 5151 5152 4742) 4(4733 4743 5153 5143) 4(4742 5152 5153 4743) 4(4734 4744 5154 5144) 4(4743 5153 5154 4744) 4(4744 5154 5155 4745) 4(4736 4746 5156 5146) 4(4737 4747 5157 5147) 4(4738 4748 5158 5148) 4(4739 4749 5159 5149) 4(4740 4750 5160 5150) 4(4741 4751 5161 5151) 4(4742 4752 5162 5152) 4(4743 4753 5163 5153) 4(4744 4754 5164 5154) 4(440 891 892 441) 4(891 1342 1343 892) 4(1342 1793 1794 1343) 4(1793 2244 2245 1794) 4(2244 2695 2696 2245) 4(441 892 893 442) 4(892 1343 1344 893) 4(1343 1794 1795 1344) 4(1794 2245 2246 1795) 4(2245 2696 2697 2246) 4(442 893 894 443) 4(893 1344 1345 894) 4(1344 1795 1796 1345) 4(1795 2246 2247 1796) 4(2246 2697 2698 2247) 4(443 894 895 444) 4(894 1345 1346 895) 4(1345 1796 1797 1346) 4(1796 2247 2248 1797) 4(2247 2698 2699 2248) 4(444 895 896 445) 4(895 1346 1347 896) 4(1346 1797 1798 1347) 4(1797 2248 2249 1798) 4(2248 2699 2700 2249) 4(445 896 897 446) 4(896 1347 1348 897) 4(1347 1798 1799 1348) 4(1798 2249 2250 1799) 4(2249 2700 2701 2250) 4(446 897 898 447) 4(897 1348 1349 898) 4(1348 1799 1800 1349) 4(1799 2250 2251 1800) 4(2250 2701 2702 2251) 4(447 898 899 448) 4(898 1349 1350 899) 4(1349 1800 1801 1350) 4(1800 2251 2252 1801) 4(2251 2702 2703 2252) 4(448 899 900 449) 4(899 1350 1351 900) 4(1350 1801 1802 1351) 4(1801 2252 2253 1802) 4(2252 2703 2704 2253) 4(449 900 901 450) 4(900 1351 1352 901) 4(1351 1802 1803 1352) 4(1802 2253 2254 1803) 4(2253 2704 2705 2254) 4(450 901 3516 3106) 4(901 1352 3926 3516) 4(1352 1803 4336 3926) 4(1803 2254 4746 4336) 4(2254 2705 5156 4746) 4(3106 3516 3517 3107) 4(3516 3926 3927 3517) 4(3926 4336 4337 3927) 4(4336 4746 4747 4337) 4(4746 5156 5157 4747) 4(3107 3517 3518 3108) 4(3517 3927 3928 3518) 4(3927 4337 4338 3928) 4(4337 4747 4748 4338) 4(4747 5157 5158 4748) 4(3108 3518 3519 3109) 4(3518 3928 3929 3519) 4(3928 4338 4339 3929) 4(4338 4748 4749 4339) 4(4748 5158 5159 4749) 4(3109 3519 3520 3110) 4(3519 3929 3930 3520) 4(3929 4339 4340 3930) 4(4339 4749 4750 4340) 4(4749 5159 5160 4750) 4(3110 3520 3521 3111) 4(3520 3930 3931 3521) 4(3930 4340 4341 3931) 4(4340 4750 4751 4341) 4(4750 5160 5161 4751) 4(3111 3521 3522 3112) 4(3521 3931 3932 3522) 4(3931 4341 4342 3932) 4(4341 4751 4752 4342) 4(4751 5161 5162 4752) 4(3112 3522 3523 3113) 4(3522 3932 3933 3523) 4(3932 4342 4343 3933) 4(4342 4752 4753 4343) 4(4752 5162 5163 4753) 4(3113 3523 3524 3114) 4(3523 3933 3934 3524) 4(3933 4343 4344 3934) 4(4343 4753 4754 4344) 4(4753 5163 5164 4754) 4(3114 3524 3525 3115) 4(3524 3934 3935 3525) 4(3934 4344 4345 3935) 4(4344 4754 4755 4345) 4(4754 5164 5165 4755) 4(0 1 452 451) 4(451 452 903 902) 4(902 903 1354 1353) 4(1353 1354 1805 1804) 4(1804 1805 2256 2255) 4(1 2 453 452) 4(452 453 904 903) 4(903 904 1355 1354) 4(1354 1355 1806 1805) 4(1805 1806 2257 2256) 4(2 3 454 453) 4(453 454 905 904) 4(904 905 1356 1355) 4(1355 1356 1807 1806) 4(1806 1807 2258 2257) 4(3 4 455 454) 4(454 455 906 905) 4(905 906 1357 1356) 4(1356 1357 1808 1807) 4(1807 1808 2259 2258) 4(4 5 456 455) 4(455 456 907 906) 4(906 907 1358 1357) 4(1357 1358 1809 1808) 4(1808 1809 2260 2259) 4(5 6 457 456) 4(456 457 908 907) 4(907 908 1359 1358) 4(1358 1359 1810 1809) 4(1809 1810 2261 2260) 4(6 7 458 457) 4(457 458 909 908) 4(908 909 1360 1359) 4(1359 1360 1811 1810) 4(1810 1811 2262 2261) 4(7 8 459 458) 4(458 459 910 909) 4(909 910 1361 1360) 4(1360 1361 1812 1811) 4(1811 1812 2263 2262) 4(8 9 460 459) 4(459 460 911 910) 4(910 911 1362 1361) 4(1361 1362 1813 1812) 4(1812 1813 2264 2263) 4(9 10 461 460) 4(460 461 912 911) 4(911 912 1363 1362) 4(1362 1363 1814 1813) 4(1813 1814 2265 2264) 4(10 2706 3116 461) 4(461 3116 3526 912) 4(912 3526 3936 1363) 4(1363 3936 4346 1814) 4(1814 4346 4756 2265) 4(2706 2707 3117 3116) 4(3116 3117 3527 3526) 4(3526 3527 3937 3936) 4(3936 3937 4347 4346) 4(4346 4347 4757 4756) 4(2707 2708 3118 3117) 4(3117 3118 3528 3527) 4(3527 3528 3938 3937) 4(3937 3938 4348 4347) 4(4347 4348 4758 4757) 4(2708 2709 3119 3118) 4(3118 3119 3529 3528) 4(3528 3529 3939 3938) 4(3938 3939 4349 4348) 4(4348 4349 4759 4758) 4(2709 2710 3120 3119) 4(3119 3120 3530 3529) 4(3529 3530 3940 3939) 4(3939 3940 4350 4349) 4(4349 4350 4760 4759) 4(2710 2711 3121 3120) 4(3120 3121 3531 3530) 4(3530 3531 3941 3940) 4(3940 3941 4351 4350) 4(4350 4351 4761 4760) 4(2711 2712 3122 3121) 4(3121 3122 3532 3531) 4(3531 3532 3942 3941) 4(3941 3942 4352 4351) 4(4351 4352 4762 4761) 4(2712 2713 3123 3122) 4(3122 3123 3533 3532) 4(3532 3533 3943 3942) 4(3942 3943 4353 4352) 4(4352 4353 4763 4762) 4(2713 2714 3124 3123) 4(3123 3124 3534 3533) 4(3533 3534 3944 3943) 4(3943 3944 4354 4353) 4(4353 4354 4764 4763) 4(2714 2715 3125 3124) 4(3124 3125 3535 3534) 4(3534 3535 3945 3944) 4(3944 3945 4355 4354) 4(4354 4355 4765 4764) 4(0 451 462 11) 4(11 462 473 22) 4(22 473 484 33) 4(33 484 495 44) 4(44 495 506 55) 4(55 506 517 66) 4(66 517 528 77) 4(77 528 539 88) 4(88 539 550 99) 4(99 550 561 110) 4(110 561 572 121) 4(121 572 583 132) 4(132 583 594 143) 4(143 594 605 154) 4(154 605 616 165) 4(165 616 627 176) 4(176 627 638 187) 4(187 638 649 198) 4(198 649 660 209) 4(209 660 671 220) 4(220 671 682 231) 4(231 682 693 242) 4(242 693 704 253) 4(253 704 715 264) 4(264 715 726 275) 4(275 726 737 286) 4(286 737 748 297) 4(297 748 759 308) 4(308 759 770 319) 4(319 770 781 330) 4(330 781 792 341) 4(341 792 803 352) 4(352 803 814 363) 4(363 814 825 374) 4(374 825 836 385) 4(385 836 847 396) 4(396 847 858 407) 4(407 858 869 418) 4(418 869 880 429) 4(429 880 891 440) 4(451 902 913 462) 4(462 913 924 473) 4(473 924 935 484) 4(484 935 946 495) 4(495 946 957 506) 4(506 957 968 517) 4(517 968 979 528) 4(528 979 990 539) 4(539 990 1001 550) 4(550 1001 1012 561) 4(561 1012 1023 572) 4(572 1023 1034 583) 4(583 1034 1045 594) 4(594 1045 1056 605) 4(605 1056 1067 616) 4(616 1067 1078 627) 4(627 1078 1089 638) 4(638 1089 1100 649) 4(649 1100 1111 660) 4(660 1111 1122 671) 4(671 1122 1133 682) 4(682 1133 1144 693) 4(693 1144 1155 704) 4(704 1155 1166 715) 4(715 1166 1177 726) 4(726 1177 1188 737) 4(737 1188 1199 748) 4(748 1199 1210 759) 4(759 1210 1221 770) 4(770 1221 1232 781) 4(781 1232 1243 792) 4(792 1243 1254 803) 4(803 1254 1265 814) 4(814 1265 1276 825) 4(825 1276 1287 836) 4(836 1287 1298 847) 4(847 1298 1309 858) 4(858 1309 1320 869) 4(869 1320 1331 880) 4(880 1331 1342 891) 4(902 1353 1364 913) 4(913 1364 1375 924) 4(924 1375 1386 935) 4(935 1386 1397 946) 4(946 1397 1408 957) 4(957 1408 1419 968) 4(968 1419 1430 979) 4(979 1430 1441 990) 4(990 1441 1452 1001) 4(1001 1452 1463 1012) 4(1012 1463 1474 1023) 4(1023 1474 1485 1034) 4(1034 1485 1496 1045) 4(1045 1496 1507 1056) 4(1056 1507 1518 1067) 4(1067 1518 1529 1078) 4(1078 1529 1540 1089) 4(1089 1540 1551 1100) 4(1100 1551 1562 1111) 4(1111 1562 1573 1122) 4(1122 1573 1584 1133) 4(1133 1584 1595 1144) 4(1144 1595 1606 1155) 4(1155 1606 1617 1166) 4(1166 1617 1628 1177) 4(1177 1628 1639 1188) 4(1188 1639 1650 1199) 4(1199 1650 1661 1210) 4(1210 1661 1672 1221) 4(1221 1672 1683 1232) 4(1232 1683 1694 1243) 4(1243 1694 1705 1254) 4(1254 1705 1716 1265) 4(1265 1716 1727 1276) 4(1276 1727 1738 1287) 4(1287 1738 1749 1298) 4(1298 1749 1760 1309) 4(1309 1760 1771 1320) 4(1320 1771 1782 1331) 4(1331 1782 1793 1342) 4(1353 1804 1815 1364) 4(1364 1815 1826 1375) 4(1375 1826 1837 1386) 4(1386 1837 1848 1397) 4(1397 1848 1859 1408) 4(1408 1859 1870 1419) 4(1419 1870 1881 1430) 4(1430 1881 1892 1441) 4(1441 1892 1903 1452) 4(1452 1903 1914 1463) 4(1463 1914 1925 1474) 4(1474 1925 1936 1485) 4(1485 1936 1947 1496) 4(1496 1947 1958 1507) 4(1507 1958 1969 1518) 4(1518 1969 1980 1529) 4(1529 1980 1991 1540) 4(1540 1991 2002 1551) 4(1551 2002 2013 1562) 4(1562 2013 2024 1573) 4(1573 2024 2035 1584) 4(1584 2035 2046 1595) 4(1595 2046 2057 1606) 4(1606 2057 2068 1617) 4(1617 2068 2079 1628) 4(1628 2079 2090 1639) 4(1639 2090 2101 1650) 4(1650 2101 2112 1661) 4(1661 2112 2123 1672) 4(1672 2123 2134 1683) 4(1683 2134 2145 1694) 4(1694 2145 2156 1705) 4(1705 2156 2167 1716) 4(1716 2167 2178 1727) 4(1727 2178 2189 1738) 4(1738 2189 2200 1749) 4(1749 2200 2211 1760) 4(1760 2211 2222 1771) 4(1771 2222 2233 1782) 4(1782 2233 2244 1793) 4(1804 2255 2266 1815) 4(1815 2266 2277 1826) 4(1826 2277 2288 1837) 4(1837 2288 2299 1848) 4(1848 2299 2310 1859) 4(1859 2310 2321 1870) 4(1870 2321 2332 1881) 4(1881 2332 2343 1892) 4(1892 2343 2354 1903) 4(1903 2354 2365 1914) 4(1914 2365 2376 1925) 4(1925 2376 2387 1936) 4(1936 2387 2398 1947) 4(1947 2398 2409 1958) 4(1958 2409 2420 1969) 4(1969 2420 2431 1980) 4(1980 2431 2442 1991) 4(1991 2442 2453 2002) 4(2002 2453 2464 2013) 4(2013 2464 2475 2024) 4(2024 2475 2486 2035) 4(2035 2486 2497 2046) 4(2046 2497 2508 2057) 4(2057 2508 2519 2068) 4(2068 2519 2530 2079) 4(2079 2530 2541 2090) 4(2090 2541 2552 2101) 4(2101 2552 2563 2112) 4(2112 2563 2574 2123) 4(2123 2574 2585 2134) 4(2134 2585 2596 2145) 4(2145 2596 2607 2156) 4(2156 2607 2618 2167) 4(2167 2618 2629 2178) 4(2178 2629 2640 2189) 4(2189 2640 2651 2200) 4(2200 2651 2662 2211) 4(2211 2662 2673 2222) 4(2222 2673 2684 2233) 4(2233 2684 2695 2244) 4(2715 2725 3135 3125) 4(2725 2735 3145 3135) 4(2735 2745 3155 3145) 4(2745 2755 3165 3155) 4(2755 2765 3175 3165) 4(2765 2775 3185 3175) 4(2775 2785 3195 3185) 4(2785 2795 3205 3195) 4(2795 2805 3215 3205) 4(2805 2815 3225 3215) 4(2815 2825 3235 3225) 4(2825 2835 3245 3235) 4(2835 2845 3255 3245) 4(2845 2855 3265 3255) 4(2855 2865 3275 3265) 4(2865 2875 3285 3275) 4(2875 2885 3295 3285) 4(2885 2895 3305 3295) 4(2895 2905 3315 3305) 4(2905 2915 3325 3315) 4(2915 2925 3335 3325) 4(2925 2935 3345 3335) 4(2935 2945 3355 3345) 4(2945 2955 3365 3355) 4(2955 2965 3375 3365) 4(2965 2975 3385 3375) 4(2975 2985 3395 3385) 4(2985 2995 3405 3395) 4(2995 3005 3415 3405) 4(3005 3015 3425 3415) 4(3015 3025 3435 3425) 4(3025 3035 3445 3435) 4(3035 3045 3455 3445) 4(3045 3055 3465 3455) 4(3055 3065 3475 3465) 4(3065 3075 3485 3475) 4(3075 3085 3495 3485) 4(3085 3095 3505 3495) 4(3095 3105 3515 3505) 4(3105 3115 3525 3515) 4(3125 3135 3545 3535) 4(3135 3145 3555 3545) 4(3145 3155 3565 3555) 4(3155 3165 3575 3565) 4(3165 3175 3585 3575) 4(3175 3185 3595 3585) 4(3185 3195 3605 3595) 4(3195 3205 3615 3605) 4(3205 3215 3625 3615) 4(3215 3225 3635 3625) 4(3225 3235 3645 3635) 4(3235 3245 3655 3645) 4(3245 3255 3665 3655) 4(3255 3265 3675 3665) 4(3265 3275 3685 3675) 4(3275 3285 3695 3685) 4(3285 3295 3705 3695) 4(3295 3305 3715 3705) 4(3305 3315 3725 3715) 4(3315 3325 3735 3725) 4(3325 3335 3745 3735) 4(3335 3345 3755 3745) 4(3345 3355 3765 3755) 4(3355 3365 3775 3765) 4(3365 3375 3785 3775) 4(3375 3385 3795 3785) 4(3385 3395 3805 3795) 4(3395 3405 3815 3805) 4(3405 3415 3825 3815) 4(3415 3425 3835 3825) 4(3425 3435 3845 3835) 4(3435 3445 3855 3845) 4(3445 3455 3865 3855) 4(3455 3465 3875 3865) 4(3465 3475 3885 3875) 4(3475 3485 3895 3885) 4(3485 3495 3905 3895) 4(3495 3505 3915 3905) 4(3505 3515 3925 3915) 4(3515 3525 3935 3925) 4(3535 3545 3955 3945) 4(3545 3555 3965 3955) 4(3555 3565 3975 3965) 4(3565 3575 3985 3975) 4(3575 3585 3995 3985) 4(3585 3595 4005 3995) 4(3595 3605 4015 4005) 4(3605 3615 4025 4015) 4(3615 3625 4035 4025) 4(3625 3635 4045 4035) 4(3635 3645 4055 4045) 4(3645 3655 4065 4055) 4(3655 3665 4075 4065) 4(3665 3675 4085 4075) 4(3675 3685 4095 4085) 4(3685 3695 4105 4095) 4(3695 3705 4115 4105) 4(3705 3715 4125 4115) 4(3715 3725 4135 4125) 4(3725 3735 4145 4135) 4(3735 3745 4155 4145) 4(3745 3755 4165 4155) 4(3755 3765 4175 4165) 4(3765 3775 4185 4175) 4(3775 3785 4195 4185) 4(3785 3795 4205 4195) 4(3795 3805 4215 4205) 4(3805 3815 4225 4215) 4(3815 3825 4235 4225) 4(3825 3835 4245 4235) 4(3835 3845 4255 4245) 4(3845 3855 4265 4255) 4(3855 3865 4275 4265) 4(3865 3875 4285 4275) 4(3875 3885 4295 4285) 4(3885 3895 4305 4295) 4(3895 3905 4315 4305) 4(3905 3915 4325 4315) 4(3915 3925 4335 4325) 4(3925 3935 4345 4335) 4(3945 3955 4365 4355) 4(3955 3965 4375 4365) 4(3965 3975 4385 4375) 4(3975 3985 4395 4385) 4(3985 3995 4405 4395) 4(3995 4005 4415 4405) 4(4005 4015 4425 4415) 4(4015 4025 4435 4425) 4(4025 4035 4445 4435) 4(4035 4045 4455 4445) 4(4045 4055 4465 4455) 4(4055 4065 4475 4465) 4(4065 4075 4485 4475) 4(4075 4085 4495 4485) 4(4085 4095 4505 4495) 4(4095 4105 4515 4505) 4(4105 4115 4525 4515) 4(4115 4125 4535 4525) 4(4125 4135 4545 4535) 4(4135 4145 4555 4545) 4(4145 4155 4565 4555) 4(4155 4165 4575 4565) 4(4165 4175 4585 4575) 4(4175 4185 4595 4585) 4(4185 4195 4605 4595) 4(4195 4205 4615 4605) 4(4205 4215 4625 4615) 4(4215 4225 4635 4625) 4(4225 4235 4645 4635) 4(4235 4245 4655 4645) 4(4245 4255 4665 4655) 4(4255 4265 4675 4665) 4(4265 4275 4685 4675) 4(4275 4285 4695 4685) 4(4285 4295 4705 4695) 4(4295 4305 4715 4705) 4(4305 4315 4725 4715) 4(4315 4325 4735 4725) 4(4325 4335 4745 4735) 4(4335 4345 4755 4745) 4(4355 4365 4775 4765) 4(4365 4375 4785 4775) 4(4375 4385 4795 4785) 4(4385 4395 4805 4795) 4(4395 4405 4815 4805) 4(4405 4415 4825 4815) 4(4415 4425 4835 4825) 4(4425 4435 4845 4835) 4(4435 4445 4855 4845) 4(4445 4455 4865 4855) 4(4455 4465 4875 4865) 4(4465 4475 4885 4875) 4(4475 4485 4895 4885) 4(4485 4495 4905 4895) 4(4495 4505 4915 4905) 4(4505 4515 4925 4915) 4(4515 4525 4935 4925) 4(4525 4535 4945 4935) 4(4535 4545 4955 4945) 4(4545 4555 4965 4955) 4(4555 4565 4975 4965) 4(4565 4575 4985 4975) 4(4575 4585 4995 4985) 4(4585 4595 5005 4995) 4(4595 4605 5015 5005) 4(4605 4615 5025 5015) 4(4615 4625 5035 5025) 4(4625 4635 5045 5035) 4(4635 4645 5055 5045) 4(4645 4655 5065 5055) 4(4655 4665 5075 5065) 4(4665 4675 5085 5075) 4(4675 4685 5095 5085) 4(4685 4695 5105 5095) 4(4695 4705 5115 5105) 4(4705 4715 5125 5115) 4(4715 4725 5135 5125) 4(4725 4735 5145 5135) 4(4735 4745 5155 5145) 4(4745 4755 5165 5155) 4(0 11 12 1) 4(11 22 23 12) 4(22 33 34 23) 4(33 44 45 34) 4(44 55 56 45) 4(55 66 67 56) 4(66 77 78 67) 4(77 88 89 78) 4(88 99 100 89) 4(99 110 111 100) 4(110 121 122 111) 4(121 132 133 122) 4(132 143 144 133) 4(143 154 155 144) 4(154 165 166 155) 4(165 176 177 166) 4(176 187 188 177) 4(187 198 199 188) 4(198 209 210 199) 4(209 220 221 210) 4(220 231 232 221) 4(231 242 243 232) 4(242 253 254 243) 4(253 264 265 254) 4(264 275 276 265) 4(275 286 287 276) 4(286 297 298 287) 4(297 308 309 298) 4(308 319 320 309) 4(319 330 331 320) 4(330 341 342 331) 4(341 352 353 342) 4(352 363 364 353) 4(363 374 375 364) 4(374 385 386 375) 4(385 396 397 386) 4(396 407 408 397) 4(407 418 419 408) 4(418 429 430 419) 4(429 440 441 430) 4(1 12 13 2) 4(12 23 24 13) 4(23 34 35 24) 4(34 45 46 35) 4(45 56 57 46) 4(56 67 68 57) 4(67 78 79 68) 4(78 89 90 79) 4(89 100 101 90) 4(100 111 112 101) 4(111 122 123 112) 4(122 133 134 123) 4(133 144 145 134) 4(144 155 156 145) 4(155 166 167 156) 4(166 177 178 167) 4(177 188 189 178) 4(188 199 200 189) 4(199 210 211 200) 4(210 221 222 211) 4(221 232 233 222) 4(232 243 244 233) 4(243 254 255 244) 4(254 265 266 255) 4(265 276 277 266) 4(276 287 288 277) 4(287 298 299 288) 4(298 309 310 299) 4(309 320 321 310) 4(320 331 332 321) 4(331 342 343 332) 4(342 353 354 343) 4(353 364 365 354) 4(364 375 376 365) 4(375 386 387 376) 4(386 397 398 387) 4(397 408 409 398) 4(408 419 420 409) 4(419 430 431 420) 4(430 441 442 431) 4(2 13 14 3) 4(13 24 25 14) 4(24 35 36 25) 4(35 46 47 36) 4(46 57 58 47) 4(57 68 69 58) 4(68 79 80 69) 4(79 90 91 80) 4(90 101 102 91) 4(101 112 113 102) 4(112 123 124 113) 4(123 134 135 124) 4(134 145 146 135) 4(145 156 157 146) 4(156 167 168 157) 4(167 178 179 168) 4(178 189 190 179) 4(189 200 201 190) 4(200 211 212 201) 4(211 222 223 212) 4(222 233 234 223) 4(233 244 245 234) 4(244 255 256 245) 4(255 266 267 256) 4(266 277 278 267) 4(277 288 289 278) 4(288 299 300 289) 4(299 310 311 300) 4(310 321 322 311) 4(321 332 333 322) 4(332 343 344 333) 4(343 354 355 344) 4(354 365 366 355) 4(365 376 377 366) 4(376 387 388 377) 4(387 398 399 388) 4(398 409 410 399) 4(409 420 421 410) 4(420 431 432 421) 4(431 442 443 432) 4(3 14 15 4) 4(14 25 26 15) 4(25 36 37 26) 4(36 47 48 37) 4(47 58 59 48) 4(58 69 70 59) 4(69 80 81 70) 4(80 91 92 81) 4(91 102 103 92) 4(102 113 114 103) 4(113 124 125 114) 4(124 135 136 125) 4(135 146 147 136) 4(146 157 158 147) 4(157 168 169 158) 4(168 179 180 169) 4(179 190 191 180) 4(190 201 202 191) 4(201 212 213 202) 4(212 223 224 213) 4(223 234 235 224) 4(234 245 246 235) 4(245 256 257 246) 4(256 267 268 257) 4(267 278 279 268) 4(278 289 290 279) 4(289 300 301 290) 4(300 311 312 301) 4(311 322 323 312) 4(322 333 334 323) 4(333 344 345 334) 4(344 355 356 345) 4(355 366 367 356) 4(366 377 378 367) 4(377 388 389 378) 4(388 399 400 389) 4(399 410 411 400) 4(410 421 422 411) 4(421 432 433 422) 4(432 443 444 433) 4(4 15 16 5) 4(15 26 27 16) 4(26 37 38 27) 4(37 48 49 38) 4(48 59 60 49) 4(59 70 71 60) 4(70 81 82 71) 4(81 92 93 82) 4(92 103 104 93) 4(103 114 115 104) 4(114 125 126 115) 4(125 136 137 126) 4(136 147 148 137) 4(147 158 159 148) 4(158 169 170 159) 4(169 180 181 170) 4(180 191 192 181) 4(191 202 203 192) 4(202 213 214 203) 4(213 224 225 214) 4(224 235 236 225) 4(235 246 247 236) 4(246 257 258 247) 4(257 268 269 258) 4(268 279 280 269) 4(279 290 291 280) 4(290 301 302 291) 4(301 312 313 302) 4(312 323 324 313) 4(323 334 335 324) 4(334 345 346 335) 4(345 356 357 346) 4(356 367 368 357) 4(367 378 379 368) 4(378 389 390 379) 4(389 400 401 390) 4(400 411 412 401) 4(411 422 423 412) 4(422 433 434 423) 4(433 444 445 434) 4(5 16 17 6) 4(16 27 28 17) 4(27 38 39 28) 4(38 49 50 39) 4(49 60 61 50) 4(60 71 72 61) 4(71 82 83 72) 4(82 93 94 83) 4(93 104 105 94) 4(104 115 116 105) 4(115 126 127 116) 4(126 137 138 127) 4(137 148 149 138) 4(148 159 160 149) 4(159 170 171 160) 4(170 181 182 171) 4(181 192 193 182) 4(192 203 204 193) 4(203 214 215 204) 4(214 225 226 215) 4(225 236 237 226) 4(236 247 248 237) 4(247 258 259 248) 4(258 269 270 259) 4(269 280 281 270) 4(280 291 292 281) 4(291 302 303 292) 4(302 313 314 303) 4(313 324 325 314) 4(324 335 336 325) 4(335 346 347 336) 4(346 357 358 347) 4(357 368 369 358) 4(368 379 380 369) 4(379 390 391 380) 4(390 401 402 391) 4(401 412 413 402) 4(412 423 424 413) 4(423 434 435 424) 4(434 445 446 435) 4(6 17 18 7) 4(17 28 29 18) 4(28 39 40 29) 4(39 50 51 40) 4(50 61 62 51) 4(61 72 73 62) 4(72 83 84 73) 4(83 94 95 84) 4(94 105 106 95) 4(105 116 117 106) 4(116 127 128 117) 4(127 138 139 128) 4(138 149 150 139) 4(149 160 161 150) 4(160 171 172 161) 4(171 182 183 172) 4(182 193 194 183) 4(193 204 205 194) 4(204 215 216 205) 4(215 226 227 216) 4(226 237 238 227) 4(237 248 249 238) 4(248 259 260 249) 4(259 270 271 260) 4(270 281 282 271) 4(281 292 293 282) 4(292 303 304 293) 4(303 314 315 304) 4(314 325 326 315) 4(325 336 337 326) 4(336 347 348 337) 4(347 358 359 348) 4(358 369 370 359) 4(369 380 381 370) 4(380 391 392 381) 4(391 402 403 392) 4(402 413 414 403) 4(413 424 425 414) 4(424 435 436 425) 4(435 446 447 436) 4(7 18 19 8) 4(18 29 30 19) 4(29 40 41 30) 4(40 51 52 41) 4(51 62 63 52) 4(62 73 74 63) 4(73 84 85 74) 4(84 95 96 85) 4(95 106 107 96) 4(106 117 118 107) 4(117 128 129 118) 4(128 139 140 129) 4(139 150 151 140) 4(150 161 162 151) 4(161 172 173 162) 4(172 183 184 173) 4(183 194 195 184) 4(194 205 206 195) 4(205 216 217 206) 4(216 227 228 217) 4(227 238 239 228) 4(238 249 250 239) 4(249 260 261 250) 4(260 271 272 261) 4(271 282 283 272) 4(282 293 294 283) 4(293 304 305 294) 4(304 315 316 305) 4(315 326 327 316) 4(326 337 338 327) 4(337 348 349 338) 4(348 359 360 349) 4(359 370 371 360) 4(370 381 382 371) 4(381 392 393 382) 4(392 403 404 393) 4(403 414 415 404) 4(414 425 426 415) 4(425 436 437 426) 4(436 447 448 437) 4(8 19 20 9) 4(19 30 31 20) 4(30 41 42 31) 4(41 52 53 42) 4(52 63 64 53) 4(63 74 75 64) 4(74 85 86 75) 4(85 96 97 86) 4(96 107 108 97) 4(107 118 119 108) 4(118 129 130 119) 4(129 140 141 130) 4(140 151 152 141) 4(151 162 163 152) 4(162 173 174 163) 4(173 184 185 174) 4(184 195 196 185) 4(195 206 207 196) 4(206 217 218 207) 4(217 228 229 218) 4(228 239 240 229) 4(239 250 251 240) 4(250 261 262 251) 4(261 272 273 262) 4(272 283 284 273) 4(283 294 295 284) 4(294 305 306 295) 4(305 316 317 306) 4(316 327 328 317) 4(327 338 339 328) 4(338 349 350 339) 4(349 360 361 350) 4(360 371 372 361) 4(371 382 383 372) 4(382 393 394 383) 4(393 404 405 394) 4(404 415 416 405) 4(415 426 427 416) 4(426 437 438 427) 4(437 448 449 438) 4(9 20 21 10) 4(20 31 32 21) 4(31 42 43 32) 4(42 53 54 43) 4(53 64 65 54) 4(64 75 76 65) 4(75 86 87 76) 4(86 97 98 87) 4(97 108 109 98) 4(108 119 120 109) 4(119 130 131 120) 4(130 141 142 131) 4(141 152 153 142) 4(152 163 164 153) 4(163 174 175 164) 4(174 185 186 175) 4(185 196 197 186) 4(196 207 208 197) 4(207 218 219 208) 4(218 229 230 219) 4(229 240 241 230) 4(240 251 252 241) 4(251 262 263 252) 4(262 273 274 263) 4(273 284 285 274) 4(284 295 296 285) 4(295 306 307 296) 4(306 317 318 307) 4(317 328 329 318) 4(328 339 340 329) 4(339 350 351 340) 4(350 361 362 351) 4(361 372 373 362) 4(372 383 384 373) 4(383 394 395 384) 4(394 405 406 395) 4(405 416 417 406) 4(416 427 428 417) 4(427 438 439 428) 4(438 449 450 439) 4(10 21 2716 2706) 4(21 32 2726 2716) 4(32 43 2736 2726) 4(43 54 2746 2736) 4(54 65 2756 2746) 4(65 76 2766 2756) 4(76 87 2776 2766) 4(87 98 2786 2776) 4(98 109 2796 2786) 4(109 120 2806 2796) 4(120 131 2816 2806) 4(131 142 2826 2816) 4(142 153 2836 2826) 4(153 164 2846 2836) 4(164 175 2856 2846) 4(175 186 2866 2856) 4(186 197 2876 2866) 4(197 208 2886 2876) 4(208 219 2896 2886) 4(219 230 2906 2896) 4(230 241 2916 2906) 4(241 252 2926 2916) 4(252 263 2936 2926) 4(263 274 2946 2936) 4(274 285 2956 2946) 4(285 296 2966 2956) 4(296 307 2976 2966) 4(307 318 2986 2976) 4(318 329 2996 2986) 4(329 340 3006 2996) 4(340 351 3016 3006) 4(351 362 3026 3016) 4(362 373 3036 3026) 4(373 384 3046 3036) 4(384 395 3056 3046) 4(395 406 3066 3056) 4(406 417 3076 3066) 4(417 428 3086 3076) 4(428 439 3096 3086) 4(439 450 3106 3096) 4(2706 2716 2717 2707) 4(2716 2726 2727 2717) 4(2726 2736 2737 2727) 4(2736 2746 2747 2737) 4(2746 2756 2757 2747) 4(2756 2766 2767 2757) 4(2766 2776 2777 2767) 4(2776 2786 2787 2777) 4(2786 2796 2797 2787) 4(2796 2806 2807 2797) 4(2806 2816 2817 2807) 4(2816 2826 2827 2817) 4(2826 2836 2837 2827) 4(2836 2846 2847 2837) 4(2846 2856 2857 2847) 4(2856 2866 2867 2857) 4(2866 2876 2877 2867) 4(2876 2886 2887 2877) 4(2886 2896 2897 2887) 4(2896 2906 2907 2897) 4(2906 2916 2917 2907) 4(2916 2926 2927 2917) 4(2926 2936 2937 2927) 4(2936 2946 2947 2937) 4(2946 2956 2957 2947) 4(2956 2966 2967 2957) 4(2966 2976 2977 2967) 4(2976 2986 2987 2977) 4(2986 2996 2997 2987) 4(2996 3006 3007 2997) 4(3006 3016 3017 3007) 4(3016 3026 3027 3017) 4(3026 3036 3037 3027) 4(3036 3046 3047 3037) 4(3046 3056 3057 3047) 4(3056 3066 3067 3057) 4(3066 3076 3077 3067) 4(3076 3086 3087 3077) 4(3086 3096 3097 3087) 4(3096 3106 3107 3097) 4(2707 2717 2718 2708) 4(2717 2727 2728 2718) 4(2727 2737 2738 2728) 4(2737 2747 2748 2738) 4(2747 2757 2758 2748) 4(2757 2767 2768 2758) 4(2767 2777 2778 2768) 4(2777 2787 2788 2778) 4(2787 2797 2798 2788) 4(2797 2807 2808 2798) 4(2807 2817 2818 2808) 4(2817 2827 2828 2818) 4(2827 2837 2838 2828) 4(2837 2847 2848 2838) 4(2847 2857 2858 2848) 4(2857 2867 2868 2858) 4(2867 2877 2878 2868) 4(2877 2887 2888 2878) 4(2887 2897 2898 2888) 4(2897 2907 2908 2898) 4(2907 2917 2918 2908) 4(2917 2927 2928 2918) 4(2927 2937 2938 2928) 4(2937 2947 2948 2938) 4(2947 2957 2958 2948) 4(2957 2967 2968 2958) 4(2967 2977 2978 2968) 4(2977 2987 2988 2978) 4(2987 2997 2998 2988) 4(2997 3007 3008 2998) 4(3007 3017 3018 3008) 4(3017 3027 3028 3018) 4(3027 3037 3038 3028) 4(3037 3047 3048 3038) 4(3047 3057 3058 3048) 4(3057 3067 3068 3058) 4(3067 3077 3078 3068) 4(3077 3087 3088 3078) 4(3087 3097 3098 3088) 4(3097 3107 3108 3098) 4(2708 2718 2719 2709) 4(2718 2728 2729 2719) 4(2728 2738 2739 2729) 4(2738 2748 2749 2739) 4(2748 2758 2759 2749) 4(2758 2768 2769 2759) 4(2768 2778 2779 2769) 4(2778 2788 2789 2779) 4(2788 2798 2799 2789) 4(2798 2808 2809 2799) 4(2808 2818 2819 2809) 4(2818 2828 2829 2819) 4(2828 2838 2839 2829) 4(2838 2848 2849 2839) 4(2848 2858 2859 2849) 4(2858 2868 2869 2859) 4(2868 2878 2879 2869) 4(2878 2888 2889 2879) 4(2888 2898 2899 2889) 4(2898 2908 2909 2899) 4(2908 2918 2919 2909) 4(2918 2928 2929 2919) 4(2928 2938 2939 2929) 4(2938 2948 2949 2939) 4(2948 2958 2959 2949) 4(2958 2968 2969 2959) 4(2968 2978 2979 2969) 4(2978 2988 2989 2979) 4(2988 2998 2999 2989) 4(2998 3008 3009 2999) 4(3008 3018 3019 3009) 4(3018 3028 3029 3019) 4(3028 3038 3039 3029) 4(3038 3048 3049 3039) 4(3048 3058 3059 3049) 4(3058 3068 3069 3059) 4(3068 3078 3079 3069) 4(3078 3088 3089 3079) 4(3088 3098 3099 3089) 4(3098 3108 3109 3099) 4(2709 2719 2720 2710) 4(2719 2729 2730 2720) 4(2729 2739 2740 2730) 4(2739 2749 2750 2740) 4(2749 2759 2760 2750) 4(2759 2769 2770 2760) 4(2769 2779 2780 2770) 4(2779 2789 2790 2780) 4(2789 2799 2800 2790) 4(2799 2809 2810 2800) 4(2809 2819 2820 2810) 4(2819 2829 2830 2820) 4(2829 2839 2840 2830) 4(2839 2849 2850 2840) 4(2849 2859 2860 2850) 4(2859 2869 2870 2860) 4(2869 2879 2880 2870) 4(2879 2889 2890 2880) 4(2889 2899 2900 2890) 4(2899 2909 2910 2900) 4(2909 2919 2920 2910) 4(2919 2929 2930 2920) 4(2929 2939 2940 2930) 4(2939 2949 2950 2940) 4(2949 2959 2960 2950) 4(2959 2969 2970 2960) 4(2969 2979 2980 2970) 4(2979 2989 2990 2980) 4(2989 2999 3000 2990) 4(2999 3009 3010 3000) 4(3009 3019 3020 3010) 4(3019 3029 3030 3020) 4(3029 3039 3040 3030) 4(3039 3049 3050 3040) 4(3049 3059 3060 3050) 4(3059 3069 3070 3060) 4(3069 3079 3080 3070) 4(3079 3089 3090 3080) 4(3089 3099 3100 3090) 4(3099 3109 3110 3100) 4(2710 2720 2721 2711) 4(2720 2730 2731 2721) 4(2730 2740 2741 2731) 4(2740 2750 2751 2741) 4(2750 2760 2761 2751) 4(2760 2770 2771 2761) 4(2770 2780 2781 2771) 4(2780 2790 2791 2781) 4(2790 2800 2801 2791) 4(2800 2810 2811 2801) 4(2810 2820 2821 2811) 4(2820 2830 2831 2821) 4(2830 2840 2841 2831) 4(2840 2850 2851 2841) 4(2850 2860 2861 2851) 4(2860 2870 2871 2861) 4(2870 2880 2881 2871) 4(2880 2890 2891 2881) 4(2890 2900 2901 2891) 4(2900 2910 2911 2901) 4(2910 2920 2921 2911) 4(2920 2930 2931 2921) 4(2930 2940 2941 2931) 4(2940 2950 2951 2941) 4(2950 2960 2961 2951) 4(2960 2970 2971 2961) 4(2970 2980 2981 2971) 4(2980 2990 2991 2981) 4(2990 3000 3001 2991) 4(3000 3010 3011 3001) 4(3010 3020 3021 3011) 4(3020 3030 3031 3021) 4(3030 3040 3041 3031) 4(3040 3050 3051 3041) 4(3050 3060 3061 3051) 4(3060 3070 3071 3061) 4(3070 3080 3081 3071) 4(3080 3090 3091 3081) 4(3090 3100 3101 3091) 4(3100 3110 3111 3101) 4(2711 2721 2722 2712) 4(2721 2731 2732 2722) 4(2731 2741 2742 2732) 4(2741 2751 2752 2742) 4(2751 2761 2762 2752) 4(2761 2771 2772 2762) 4(2771 2781 2782 2772) 4(2781 2791 2792 2782) 4(2791 2801 2802 2792) 4(2801 2811 2812 2802) 4(2811 2821 2822 2812) 4(2821 2831 2832 2822) 4(2831 2841 2842 2832) 4(2841 2851 2852 2842) 4(2851 2861 2862 2852) 4(2861 2871 2872 2862) 4(2871 2881 2882 2872) 4(2881 2891 2892 2882) 4(2891 2901 2902 2892) 4(2901 2911 2912 2902) 4(2911 2921 2922 2912) 4(2921 2931 2932 2922) 4(2931 2941 2942 2932) 4(2941 2951 2952 2942) 4(2951 2961 2962 2952) 4(2961 2971 2972 2962) 4(2971 2981 2982 2972) 4(2981 2991 2992 2982) 4(2991 3001 3002 2992) 4(3001 3011 3012 3002) 4(3011 3021 3022 3012) 4(3021 3031 3032 3022) 4(3031 3041 3042 3032) 4(3041 3051 3052 3042) 4(3051 3061 3062 3052) 4(3061 3071 3072 3062) 4(3071 3081 3082 3072) 4(3081 3091 3092 3082) 4(3091 3101 3102 3092) 4(3101 3111 3112 3102) 4(2712 2722 2723 2713) 4(2722 2732 2733 2723) 4(2732 2742 2743 2733) 4(2742 2752 2753 2743) 4(2752 2762 2763 2753) 4(2762 2772 2773 2763) 4(2772 2782 2783 2773) 4(2782 2792 2793 2783) 4(2792 2802 2803 2793) 4(2802 2812 2813 2803) 4(2812 2822 2823 2813) 4(2822 2832 2833 2823) 4(2832 2842 2843 2833) 4(2842 2852 2853 2843) 4(2852 2862 2863 2853) 4(2862 2872 2873 2863) 4(2872 2882 2883 2873) 4(2882 2892 2893 2883) 4(2892 2902 2903 2893) 4(2902 2912 2913 2903) 4(2912 2922 2923 2913) 4(2922 2932 2933 2923) 4(2932 2942 2943 2933) 4(2942 2952 2953 2943) 4(2952 2962 2963 2953) 4(2962 2972 2973 2963) 4(2972 2982 2983 2973) 4(2982 2992 2993 2983) 4(2992 3002 3003 2993) 4(3002 3012 3013 3003) 4(3012 3022 3023 3013) 4(3022 3032 3033 3023) 4(3032 3042 3043 3033) 4(3042 3052 3053 3043) 4(3052 3062 3063 3053) 4(3062 3072 3073 3063) 4(3072 3082 3083 3073) 4(3082 3092 3093 3083) 4(3092 3102 3103 3093) 4(3102 3112 3113 3103) 4(2713 2723 2724 2714) 4(2723 2733 2734 2724) 4(2733 2743 2744 2734) 4(2743 2753 2754 2744) 4(2753 2763 2764 2754) 4(2763 2773 2774 2764) 4(2773 2783 2784 2774) 4(2783 2793 2794 2784) 4(2793 2803 2804 2794) 4(2803 2813 2814 2804) 4(2813 2823 2824 2814) 4(2823 2833 2834 2824) 4(2833 2843 2844 2834) 4(2843 2853 2854 2844) 4(2853 2863 2864 2854) 4(2863 2873 2874 2864) 4(2873 2883 2884 2874) 4(2883 2893 2894 2884) 4(2893 2903 2904 2894) 4(2903 2913 2914 2904) 4(2913 2923 2924 2914) 4(2923 2933 2934 2924) 4(2933 2943 2944 2934) 4(2943 2953 2954 2944) 4(2953 2963 2964 2954) 4(2963 2973 2974 2964) 4(2973 2983 2984 2974) 4(2983 2993 2994 2984) 4(2993 3003 3004 2994) 4(3003 3013 3014 3004) 4(3013 3023 3024 3014) 4(3023 3033 3034 3024) 4(3033 3043 3044 3034) 4(3043 3053 3054 3044) 4(3053 3063 3064 3054) 4(3063 3073 3074 3064) 4(3073 3083 3084 3074) 4(3083 3093 3094 3084) 4(3093 3103 3104 3094) 4(3103 3113 3114 3104) 4(2714 2724 2725 2715) 4(2724 2734 2735 2725) 4(2734 2744 2745 2735) 4(2744 2754 2755 2745) 4(2754 2764 2765 2755) 4(2764 2774 2775 2765) 4(2774 2784 2785 2775) 4(2784 2794 2795 2785) 4(2794 2804 2805 2795) 4(2804 2814 2815 2805) 4(2814 2824 2825 2815) 4(2824 2834 2835 2825) 4(2834 2844 2845 2835) 4(2844 2854 2855 2845) 4(2854 2864 2865 2855) 4(2864 2874 2875 2865) 4(2874 2884 2885 2875) 4(2884 2894 2895 2885) 4(2894 2904 2905 2895) 4(2904 2914 2915 2905) 4(2914 2924 2925 2915) 4(2924 2934 2935 2925) 4(2934 2944 2945 2935) 4(2944 2954 2955 2945) 4(2954 2964 2965 2955) 4(2964 2974 2975 2965) 4(2974 2984 2985 2975) 4(2984 2994 2995 2985) 4(2994 3004 3005 2995) 4(3004 3014 3015 3005) 4(3014 3024 3025 3015) 4(3024 3034 3035 3025) 4(3034 3044 3045 3035) 4(3044 3054 3055 3045) 4(3054 3064 3065 3055) 4(3064 3074 3075 3065) 4(3074 3084 3085 3075) 4(3084 3094 3095 3085) 4(3094 3104 3105 3095) 4(3104 3114 3115 3105) 4(2255 2256 2267 2266) 4(2266 2267 2278 2277) 4(2277 2278 2289 2288) 4(2288 2289 2300 2299) 4(2299 2300 2311 2310) 4(2310 2311 2322 2321) 4(2321 2322 2333 2332) 4(2332 2333 2344 2343) 4(2343 2344 2355 2354) 4(2354 2355 2366 2365) 4(2365 2366 2377 2376) 4(2376 2377 2388 2387) 4(2387 2388 2399 2398) 4(2398 2399 2410 2409) 4(2409 2410 2421 2420) 4(2420 2421 2432 2431) 4(2431 2432 2443 2442) 4(2442 2443 2454 2453) 4(2453 2454 2465 2464) 4(2464 2465 2476 2475) 4(2475 2476 2487 2486) 4(2486 2487 2498 2497) 4(2497 2498 2509 2508) 4(2508 2509 2520 2519) 4(2519 2520 2531 2530) 4(2530 2531 2542 2541) 4(2541 2542 2553 2552) 4(2552 2553 2564 2563) 4(2563 2564 2575 2574) 4(2574 2575 2586 2585) 4(2585 2586 2597 2596) 4(2596 2597 2608 2607) 4(2607 2608 2619 2618) 4(2618 2619 2630 2629) 4(2629 2630 2641 2640) 4(2640 2641 2652 2651) 4(2651 2652 2663 2662) 4(2662 2663 2674 2673) 4(2673 2674 2685 2684) 4(2684 2685 2696 2695) 4(2256 2257 2268 2267) 4(2267 2268 2279 2278) 4(2278 2279 2290 2289) 4(2289 2290 2301 2300) 4(2300 2301 2312 2311) 4(2311 2312 2323 2322) 4(2322 2323 2334 2333) 4(2333 2334 2345 2344) 4(2344 2345 2356 2355) 4(2355 2356 2367 2366) 4(2366 2367 2378 2377) 4(2377 2378 2389 2388) 4(2388 2389 2400 2399) 4(2399 2400 2411 2410) 4(2410 2411 2422 2421) 4(2421 2422 2433 2432) 4(2432 2433 2444 2443) 4(2443 2444 2455 2454) 4(2454 2455 2466 2465) 4(2465 2466 2477 2476) 4(2476 2477 2488 2487) 4(2487 2488 2499 2498) 4(2498 2499 2510 2509) 4(2509 2510 2521 2520) 4(2520 2521 2532 2531) 4(2531 2532 2543 2542) 4(2542 2543 2554 2553) 4(2553 2554 2565 2564) 4(2564 2565 2576 2575) 4(2575 2576 2587 2586) 4(2586 2587 2598 2597) 4(2597 2598 2609 2608) 4(2608 2609 2620 2619) 4(2619 2620 2631 2630) 4(2630 2631 2642 2641) 4(2641 2642 2653 2652) 4(2652 2653 2664 2663) 4(2663 2664 2675 2674) 4(2674 2675 2686 2685) 4(2685 2686 2697 2696) 4(2257 2258 2269 2268) 4(2268 2269 2280 2279) 4(2279 2280 2291 2290) 4(2290 2291 2302 2301) 4(2301 2302 2313 2312) 4(2312 2313 2324 2323) 4(2323 2324 2335 2334) 4(2334 2335 2346 2345) 4(2345 2346 2357 2356) 4(2356 2357 2368 2367) 4(2367 2368 2379 2378) 4(2378 2379 2390 2389) 4(2389 2390 2401 2400) 4(2400 2401 2412 2411) 4(2411 2412 2423 2422) 4(2422 2423 2434 2433) 4(2433 2434 2445 2444) 4(2444 2445 2456 2455) 4(2455 2456 2467 2466) 4(2466 2467 2478 2477) 4(2477 2478 2489 2488) 4(2488 2489 2500 2499) 4(2499 2500 2511 2510) 4(2510 2511 2522 2521) 4(2521 2522 2533 2532) 4(2532 2533 2544 2543) 4(2543 2544 2555 2554) 4(2554 2555 2566 2565) 4(2565 2566 2577 2576) 4(2576 2577 2588 2587) 4(2587 2588 2599 2598) 4(2598 2599 2610 2609) 4(2609 2610 2621 2620) 4(2620 2621 2632 2631) 4(2631 2632 2643 2642) 4(2642 2643 2654 2653) 4(2653 2654 2665 2664) 4(2664 2665 2676 2675) 4(2675 2676 2687 2686) 4(2686 2687 2698 2697) 4(2258 2259 2270 2269) 4(2269 2270 2281 2280) 4(2280 2281 2292 2291) 4(2291 2292 2303 2302) 4(2302 2303 2314 2313) 4(2313 2314 2325 2324) 4(2324 2325 2336 2335) 4(2335 2336 2347 2346) 4(2346 2347 2358 2357) 4(2357 2358 2369 2368) 4(2368 2369 2380 2379) 4(2379 2380 2391 2390) 4(2390 2391 2402 2401) 4(2401 2402 2413 2412) 4(2412 2413 2424 2423) 4(2423 2424 2435 2434) 4(2434 2435 2446 2445) 4(2445 2446 2457 2456) 4(2456 2457 2468 2467) 4(2467 2468 2479 2478) 4(2478 2479 2490 2489) 4(2489 2490 2501 2500) 4(2500 2501 2512 2511) 4(2511 2512 2523 2522) 4(2522 2523 2534 2533) 4(2533 2534 2545 2544) 4(2544 2545 2556 2555) 4(2555 2556 2567 2566) 4(2566 2567 2578 2577) 4(2577 2578 2589 2588) 4(2588 2589 2600 2599) 4(2599 2600 2611 2610) 4(2610 2611 2622 2621) 4(2621 2622 2633 2632) 4(2632 2633 2644 2643) 4(2643 2644 2655 2654) 4(2654 2655 2666 2665) 4(2665 2666 2677 2676) 4(2676 2677 2688 2687) 4(2687 2688 2699 2698) 4(2259 2260 2271 2270) 4(2270 2271 2282 2281) 4(2281 2282 2293 2292) 4(2292 2293 2304 2303) 4(2303 2304 2315 2314) 4(2314 2315 2326 2325) 4(2325 2326 2337 2336) 4(2336 2337 2348 2347) 4(2347 2348 2359 2358) 4(2358 2359 2370 2369) 4(2369 2370 2381 2380) 4(2380 2381 2392 2391) 4(2391 2392 2403 2402) 4(2402 2403 2414 2413) 4(2413 2414 2425 2424) 4(2424 2425 2436 2435) 4(2435 2436 2447 2446) 4(2446 2447 2458 2457) 4(2457 2458 2469 2468) 4(2468 2469 2480 2479) 4(2479 2480 2491 2490) 4(2490 2491 2502 2501) 4(2501 2502 2513 2512) 4(2512 2513 2524 2523) 4(2523 2524 2535 2534) 4(2534 2535 2546 2545) 4(2545 2546 2557 2556) 4(2556 2557 2568 2567) 4(2567 2568 2579 2578) 4(2578 2579 2590 2589) 4(2589 2590 2601 2600) 4(2600 2601 2612 2611) 4(2611 2612 2623 2622) 4(2622 2623 2634 2633) 4(2633 2634 2645 2644) 4(2644 2645 2656 2655) 4(2655 2656 2667 2666) 4(2666 2667 2678 2677) 4(2677 2678 2689 2688) 4(2688 2689 2700 2699) 4(2260 2261 2272 2271) 4(2271 2272 2283 2282) 4(2282 2283 2294 2293) 4(2293 2294 2305 2304) 4(2304 2305 2316 2315) 4(2315 2316 2327 2326) 4(2326 2327 2338 2337) 4(2337 2338 2349 2348) 4(2348 2349 2360 2359) 4(2359 2360 2371 2370) 4(2370 2371 2382 2381) 4(2381 2382 2393 2392) 4(2392 2393 2404 2403) 4(2403 2404 2415 2414) 4(2414 2415 2426 2425) 4(2425 2426 2437 2436) 4(2436 2437 2448 2447) 4(2447 2448 2459 2458) 4(2458 2459 2470 2469) 4(2469 2470 2481 2480) 4(2480 2481 2492 2491) 4(2491 2492 2503 2502) 4(2502 2503 2514 2513) 4(2513 2514 2525 2524) 4(2524 2525 2536 2535) 4(2535 2536 2547 2546) 4(2546 2547 2558 2557) 4(2557 2558 2569 2568) 4(2568 2569 2580 2579) 4(2579 2580 2591 2590) 4(2590 2591 2602 2601) 4(2601 2602 2613 2612) 4(2612 2613 2624 2623) 4(2623 2624 2635 2634) 4(2634 2635 2646 2645) 4(2645 2646 2657 2656) 4(2656 2657 2668 2667) 4(2667 2668 2679 2678) 4(2678 2679 2690 2689) 4(2689 2690 2701 2700) 4(2261 2262 2273 2272) 4(2272 2273 2284 2283) 4(2283 2284 2295 2294) 4(2294 2295 2306 2305) 4(2305 2306 2317 2316) 4(2316 2317 2328 2327) 4(2327 2328 2339 2338) 4(2338 2339 2350 2349) 4(2349 2350 2361 2360) 4(2360 2361 2372 2371) 4(2371 2372 2383 2382) 4(2382 2383 2394 2393) 4(2393 2394 2405 2404) 4(2404 2405 2416 2415) 4(2415 2416 2427 2426) 4(2426 2427 2438 2437) 4(2437 2438 2449 2448) 4(2448 2449 2460 2459) 4(2459 2460 2471 2470) 4(2470 2471 2482 2481) 4(2481 2482 2493 2492) 4(2492 2493 2504 2503) 4(2503 2504 2515 2514) 4(2514 2515 2526 2525) 4(2525 2526 2537 2536) 4(2536 2537 2548 2547) 4(2547 2548 2559 2558) 4(2558 2559 2570 2569) 4(2569 2570 2581 2580) 4(2580 2581 2592 2591) 4(2591 2592 2603 2602) 4(2602 2603 2614 2613) 4(2613 2614 2625 2624) 4(2624 2625 2636 2635) 4(2635 2636 2647 2646) 4(2646 2647 2658 2657) 4(2657 2658 2669 2668) 4(2668 2669 2680 2679) 4(2679 2680 2691 2690) 4(2690 2691 2702 2701) 4(2262 2263 2274 2273) 4(2273 2274 2285 2284) 4(2284 2285 2296 2295) 4(2295 2296 2307 2306) 4(2306 2307 2318 2317) 4(2317 2318 2329 2328) 4(2328 2329 2340 2339) 4(2339 2340 2351 2350) 4(2350 2351 2362 2361) 4(2361 2362 2373 2372) 4(2372 2373 2384 2383) 4(2383 2384 2395 2394) 4(2394 2395 2406 2405) 4(2405 2406 2417 2416) 4(2416 2417 2428 2427) 4(2427 2428 2439 2438) 4(2438 2439 2450 2449) 4(2449 2450 2461 2460) 4(2460 2461 2472 2471) 4(2471 2472 2483 2482) 4(2482 2483 2494 2493) 4(2493 2494 2505 2504) 4(2504 2505 2516 2515) 4(2515 2516 2527 2526) 4(2526 2527 2538 2537) 4(2537 2538 2549 2548) 4(2548 2549 2560 2559) 4(2559 2560 2571 2570) 4(2570 2571 2582 2581) 4(2581 2582 2593 2592) 4(2592 2593 2604 2603) 4(2603 2604 2615 2614) 4(2614 2615 2626 2625) 4(2625 2626 2637 2636) 4(2636 2637 2648 2647) 4(2647 2648 2659 2658) 4(2658 2659 2670 2669) 4(2669 2670 2681 2680) 4(2680 2681 2692 2691) 4(2691 2692 2703 2702) 4(2263 2264 2275 2274) 4(2274 2275 2286 2285) 4(2285 2286 2297 2296) 4(2296 2297 2308 2307) 4(2307 2308 2319 2318) 4(2318 2319 2330 2329) 4(2329 2330 2341 2340) 4(2340 2341 2352 2351) 4(2351 2352 2363 2362) 4(2362 2363 2374 2373) 4(2373 2374 2385 2384) 4(2384 2385 2396 2395) 4(2395 2396 2407 2406) 4(2406 2407 2418 2417) 4(2417 2418 2429 2428) 4(2428 2429 2440 2439) 4(2439 2440 2451 2450) 4(2450 2451 2462 2461) 4(2461 2462 2473 2472) 4(2472 2473 2484 2483) 4(2483 2484 2495 2494) 4(2494 2495 2506 2505) 4(2505 2506 2517 2516) 4(2516 2517 2528 2527) 4(2527 2528 2539 2538) 4(2538 2539 2550 2549) 4(2549 2550 2561 2560) 4(2560 2561 2572 2571) 4(2571 2572 2583 2582) 4(2582 2583 2594 2593) 4(2593 2594 2605 2604) 4(2604 2605 2616 2615) 4(2615 2616 2627 2626) 4(2626 2627 2638 2637) 4(2637 2638 2649 2648) 4(2648 2649 2660 2659) 4(2659 2660 2671 2670) 4(2670 2671 2682 2681) 4(2681 2682 2693 2692) 4(2692 2693 2704 2703) 4(2264 2265 2276 2275) 4(2275 2276 2287 2286) 4(2286 2287 2298 2297) 4(2297 2298 2309 2308) 4(2308 2309 2320 2319) 4(2319 2320 2331 2330) 4(2330 2331 2342 2341) 4(2341 2342 2353 2352) 4(2352 2353 2364 2363) 4(2363 2364 2375 2374) 4(2374 2375 2386 2385) 4(2385 2386 2397 2396) 4(2396 2397 2408 2407) 4(2407 2408 2419 2418) 4(2418 2419 2430 2429) 4(2429 2430 2441 2440) 4(2440 2441 2452 2451) 4(2451 2452 2463 2462) 4(2462 2463 2474 2473) 4(2473 2474 2485 2484) 4(2484 2485 2496 2495) 4(2495 2496 2507 2506) 4(2506 2507 2518 2517) 4(2517 2518 2529 2528) 4(2528 2529 2540 2539) 4(2539 2540 2551 2550) 4(2550 2551 2562 2561) 4(2561 2562 2573 2572) 4(2572 2573 2584 2583) 4(2583 2584 2595 2594) 4(2594 2595 2606 2605) 4(2605 2606 2617 2616) 4(2616 2617 2628 2627) 4(2627 2628 2639 2638) 4(2638 2639 2650 2649) 4(2649 2650 2661 2660) 4(2660 2661 2672 2671) 4(2671 2672 2683 2682) 4(2682 2683 2694 2693) 4(2693 2694 2705 2704) 4(2265 4756 4766 2276) 4(2276 4766 4776 2287) 4(2287 4776 4786 2298) 4(2298 4786 4796 2309) 4(2309 4796 4806 2320) 4(2320 4806 4816 2331) 4(2331 4816 4826 2342) 4(2342 4826 4836 2353) 4(2353 4836 4846 2364) 4(2364 4846 4856 2375) 4(2375 4856 4866 2386) 4(2386 4866 4876 2397) 4(2397 4876 4886 2408) 4(2408 4886 4896 2419) 4(2419 4896 4906 2430) 4(2430 4906 4916 2441) 4(2441 4916 4926 2452) 4(2452 4926 4936 2463) 4(2463 4936 4946 2474) 4(2474 4946 4956 2485) 4(2485 4956 4966 2496) 4(2496 4966 4976 2507) 4(2507 4976 4986 2518) 4(2518 4986 4996 2529) 4(2529 4996 5006 2540) 4(2540 5006 5016 2551) 4(2551 5016 5026 2562) 4(2562 5026 5036 2573) 4(2573 5036 5046 2584) 4(2584 5046 5056 2595) 4(2595 5056 5066 2606) 4(2606 5066 5076 2617) 4(2617 5076 5086 2628) 4(2628 5086 5096 2639) 4(2639 5096 5106 2650) 4(2650 5106 5116 2661) 4(2661 5116 5126 2672) 4(2672 5126 5136 2683) 4(2683 5136 5146 2694) 4(2694 5146 5156 2705) 4(4756 4757 4767 4766) 4(4766 4767 4777 4776) 4(4776 4777 4787 4786) 4(4786 4787 4797 4796) 4(4796 4797 4807 4806) 4(4806 4807 4817 4816) 4(4816 4817 4827 4826) 4(4826 4827 4837 4836) 4(4836 4837 4847 4846) 4(4846 4847 4857 4856) 4(4856 4857 4867 4866) 4(4866 4867 4877 4876) 4(4876 4877 4887 4886) 4(4886 4887 4897 4896) 4(4896 4897 4907 4906) 4(4906 4907 4917 4916) 4(4916 4917 4927 4926) 4(4926 4927 4937 4936) 4(4936 4937 4947 4946) 4(4946 4947 4957 4956) 4(4956 4957 4967 4966) 4(4966 4967 4977 4976) 4(4976 4977 4987 4986) 4(4986 4987 4997 4996) 4(4996 4997 5007 5006) 4(5006 5007 5017 5016) 4(5016 5017 5027 5026) 4(5026 5027 5037 5036) 4(5036 5037 5047 5046) 4(5046 5047 5057 5056) 4(5056 5057 5067 5066) 4(5066 5067 5077 5076) 4(5076 5077 5087 5086) 4(5086 5087 5097 5096) 4(5096 5097 5107 5106) 4(5106 5107 5117 5116) 4(5116 5117 5127 5126) 4(5126 5127 5137 5136) 4(5136 5137 5147 5146) 4(5146 5147 5157 5156) 4(4757 4758 4768 4767) 4(4767 4768 4778 4777) 4(4777 4778 4788 4787) 4(4787 4788 4798 4797) 4(4797 4798 4808 4807) 4(4807 4808 4818 4817) 4(4817 4818 4828 4827) 4(4827 4828 4838 4837) 4(4837 4838 4848 4847) 4(4847 4848 4858 4857) 4(4857 4858 4868 4867) 4(4867 4868 4878 4877) 4(4877 4878 4888 4887) 4(4887 4888 4898 4897) 4(4897 4898 4908 4907) 4(4907 4908 4918 4917) 4(4917 4918 4928 4927) 4(4927 4928 4938 4937) 4(4937 4938 4948 4947) 4(4947 4948 4958 4957) 4(4957 4958 4968 4967) 4(4967 4968 4978 4977) 4(4977 4978 4988 4987) 4(4987 4988 4998 4997) 4(4997 4998 5008 5007) 4(5007 5008 5018 5017) 4(5017 5018 5028 5027) 4(5027 5028 5038 5037) 4(5037 5038 5048 5047) 4(5047 5048 5058 5057) 4(5057 5058 5068 5067) 4(5067 5068 5078 5077) 4(5077 5078 5088 5087) 4(5087 5088 5098 5097) 4(5097 5098 5108 5107) 4(5107 5108 5118 5117) 4(5117 5118 5128 5127) 4(5127 5128 5138 5137) 4(5137 5138 5148 5147) 4(5147 5148 5158 5157) 4(4758 4759 4769 4768) 4(4768 4769 4779 4778) 4(4778 4779 4789 4788) 4(4788 4789 4799 4798) 4(4798 4799 4809 4808) 4(4808 4809 4819 4818) 4(4818 4819 4829 4828) 4(4828 4829 4839 4838) 4(4838 4839 4849 4848) 4(4848 4849 4859 4858) 4(4858 4859 4869 4868) 4(4868 4869 4879 4878) 4(4878 4879 4889 4888) 4(4888 4889 4899 4898) 4(4898 4899 4909 4908) 4(4908 4909 4919 4918) 4(4918 4919 4929 4928) 4(4928 4929 4939 4938) 4(4938 4939 4949 4948) 4(4948 4949 4959 4958) 4(4958 4959 4969 4968) 4(4968 4969 4979 4978) 4(4978 4979 4989 4988) 4(4988 4989 4999 4998) 4(4998 4999 5009 5008) 4(5008 5009 5019 5018) 4(5018 5019 5029 5028) 4(5028 5029 5039 5038) 4(5038 5039 5049 5048) 4(5048 5049 5059 5058) 4(5058 5059 5069 5068) 4(5068 5069 5079 5078) 4(5078 5079 5089 5088) 4(5088 5089 5099 5098) 4(5098 5099 5109 5108) 4(5108 5109 5119 5118) 4(5118 5119 5129 5128) 4(5128 5129 5139 5138) 4(5138 5139 5149 5148) 4(5148 5149 5159 5158) 4(4759 4760 4770 4769) 4(4769 4770 4780 4779) 4(4779 4780 4790 4789) 4(4789 4790 4800 4799) 4(4799 4800 4810 4809) 4(4809 4810 4820 4819) 4(4819 4820 4830 4829) 4(4829 4830 4840 4839) 4(4839 4840 4850 4849) 4(4849 4850 4860 4859) 4(4859 4860 4870 4869) 4(4869 4870 4880 4879) 4(4879 4880 4890 4889) 4(4889 4890 4900 4899) 4(4899 4900 4910 4909) 4(4909 4910 4920 4919) 4(4919 4920 4930 4929) 4(4929 4930 4940 4939) 4(4939 4940 4950 4949) 4(4949 4950 4960 4959) 4(4959 4960 4970 4969) 4(4969 4970 4980 4979) 4(4979 4980 4990 4989) 4(4989 4990 5000 4999) 4(4999 5000 5010 5009) 4(5009 5010 5020 5019) 4(5019 5020 5030 5029) 4(5029 5030 5040 5039) 4(5039 5040 5050 5049) 4(5049 5050 5060 5059) 4(5059 5060 5070 5069) 4(5069 5070 5080 5079) 4(5079 5080 5090 5089) 4(5089 5090 5100 5099) 4(5099 5100 5110 5109) 4(5109 5110 5120 5119) 4(5119 5120 5130 5129) 4(5129 5130 5140 5139) 4(5139 5140 5150 5149) 4(5149 5150 5160 5159) 4(4760 4761 4771 4770) 4(4770 4771 4781 4780) 4(4780 4781 4791 4790) 4(4790 4791 4801 4800) 4(4800 4801 4811 4810) 4(4810 4811 4821 4820) 4(4820 4821 4831 4830) 4(4830 4831 4841 4840) 4(4840 4841 4851 4850) 4(4850 4851 4861 4860) 4(4860 4861 4871 4870) 4(4870 4871 4881 4880) 4(4880 4881 4891 4890) 4(4890 4891 4901 4900) 4(4900 4901 4911 4910) 4(4910 4911 4921 4920) 4(4920 4921 4931 4930) 4(4930 4931 4941 4940) 4(4940 4941 4951 4950) 4(4950 4951 4961 4960) 4(4960 4961 4971 4970) 4(4970 4971 4981 4980) 4(4980 4981 4991 4990) 4(4990 4991 5001 5000) 4(5000 5001 5011 5010) 4(5010 5011 5021 5020) 4(5020 5021 5031 5030) 4(5030 5031 5041 5040) 4(5040 5041 5051 5050) 4(5050 5051 5061 5060) 4(5060 5061 5071 5070) 4(5070 5071 5081 5080) 4(5080 5081 5091 5090) 4(5090 5091 5101 5100) 4(5100 5101 5111 5110) 4(5110 5111 5121 5120) 4(5120 5121 5131 5130) 4(5130 5131 5141 5140) 4(5140 5141 5151 5150) 4(5150 5151 5161 5160) 4(4761 4762 4772 4771) 4(4771 4772 4782 4781) 4(4781 4782 4792 4791) 4(4791 4792 4802 4801) 4(4801 4802 4812 4811) 4(4811 4812 4822 4821) 4(4821 4822 4832 4831) 4(4831 4832 4842 4841) 4(4841 4842 4852 4851) 4(4851 4852 4862 4861) 4(4861 4862 4872 4871) 4(4871 4872 4882 4881) 4(4881 4882 4892 4891) 4(4891 4892 4902 4901) 4(4901 4902 4912 4911) 4(4911 4912 4922 4921) 4(4921 4922 4932 4931) 4(4931 4932 4942 4941) 4(4941 4942 4952 4951) 4(4951 4952 4962 4961) 4(4961 4962 4972 4971) 4(4971 4972 4982 4981) 4(4981 4982 4992 4991) 4(4991 4992 5002 5001) 4(5001 5002 5012 5011) 4(5011 5012 5022 5021) 4(5021 5022 5032 5031) 4(5031 5032 5042 5041) 4(5041 5042 5052 5051) 4(5051 5052 5062 5061) 4(5061 5062 5072 5071) 4(5071 5072 5082 5081) 4(5081 5082 5092 5091) 4(5091 5092 5102 5101) 4(5101 5102 5112 5111) 4(5111 5112 5122 5121) 4(5121 5122 5132 5131) 4(5131 5132 5142 5141) 4(5141 5142 5152 5151) 4(5151 5152 5162 5161) 4(4762 4763 4773 4772) 4(4772 4773 4783 4782) 4(4782 4783 4793 4792) 4(4792 4793 4803 4802) 4(4802 4803 4813 4812) 4(4812 4813 4823 4822) 4(4822 4823 4833 4832) 4(4832 4833 4843 4842) 4(4842 4843 4853 4852) 4(4852 4853 4863 4862) 4(4862 4863 4873 4872) 4(4872 4873 4883 4882) 4(4882 4883 4893 4892) 4(4892 4893 4903 4902) 4(4902 4903 4913 4912) 4(4912 4913 4923 4922) 4(4922 4923 4933 4932) 4(4932 4933 4943 4942) 4(4942 4943 4953 4952) 4(4952 4953 4963 4962) 4(4962 4963 4973 4972) 4(4972 4973 4983 4982) 4(4982 4983 4993 4992) 4(4992 4993 5003 5002) 4(5002 5003 5013 5012) 4(5012 5013 5023 5022) 4(5022 5023 5033 5032) 4(5032 5033 5043 5042) 4(5042 5043 5053 5052) 4(5052 5053 5063 5062) 4(5062 5063 5073 5072) 4(5072 5073 5083 5082) 4(5082 5083 5093 5092) 4(5092 5093 5103 5102) 4(5102 5103 5113 5112) 4(5112 5113 5123 5122) 4(5122 5123 5133 5132) 4(5132 5133 5143 5142) 4(5142 5143 5153 5152) 4(5152 5153 5163 5162) 4(4763 4764 4774 4773) 4(4773 4774 4784 4783) 4(4783 4784 4794 4793) 4(4793 4794 4804 4803) 4(4803 4804 4814 4813) 4(4813 4814 4824 4823) 4(4823 4824 4834 4833) 4(4833 4834 4844 4843) 4(4843 4844 4854 4853) 4(4853 4854 4864 4863) 4(4863 4864 4874 4873) 4(4873 4874 4884 4883) 4(4883 4884 4894 4893) 4(4893 4894 4904 4903) 4(4903 4904 4914 4913) 4(4913 4914 4924 4923) 4(4923 4924 4934 4933) 4(4933 4934 4944 4943) 4(4943 4944 4954 4953) 4(4953 4954 4964 4963) 4(4963 4964 4974 4973) 4(4973 4974 4984 4983) 4(4983 4984 4994 4993) 4(4993 4994 5004 5003) 4(5003 5004 5014 5013) 4(5013 5014 5024 5023) 4(5023 5024 5034 5033) 4(5033 5034 5044 5043) 4(5043 5044 5054 5053) 4(5053 5054 5064 5063) 4(5063 5064 5074 5073) 4(5073 5074 5084 5083) 4(5083 5084 5094 5093) 4(5093 5094 5104 5103) 4(5103 5104 5114 5113) 4(5113 5114 5124 5123) 4(5123 5124 5134 5133) 4(5133 5134 5144 5143) 4(5143 5144 5154 5153) 4(5153 5154 5164 5163) 4(4764 4765 4775 4774) 4(4774 4775 4785 4784) 4(4784 4785 4795 4794) 4(4794 4795 4805 4804) 4(4804 4805 4815 4814) 4(4814 4815 4825 4824) 4(4824 4825 4835 4834) 4(4834 4835 4845 4844) 4(4844 4845 4855 4854) 4(4854 4855 4865 4864) 4(4864 4865 4875 4874) 4(4874 4875 4885 4884) 4(4884 4885 4895 4894) 4(4894 4895 4905 4904) 4(4904 4905 4915 4914) 4(4914 4915 4925 4924) 4(4924 4925 4935 4934) 4(4934 4935 4945 4944) 4(4944 4945 4955 4954) 4(4954 4955 4965 4964) 4(4964 4965 4975 4974) 4(4974 4975 4985 4984) 4(4984 4985 4995 4994) 4(4994 4995 5005 5004) 4(5004 5005 5015 5014) 4(5014 5015 5025 5024) 4(5024 5025 5035 5034) 4(5034 5035 5045 5044) 4(5044 5045 5055 5054) 4(5054 5055 5065 5064) 4(5064 5065 5075 5074) 4(5074 5075 5085 5084) 4(5084 5085 5095 5094) 4(5094 5095 5105 5104) 4(5104 5105 5115 5114) 4(5114 5115 5125 5124) 4(5124 5125 5135 5134) 4(5134 5135 5145 5144) 4(5144 5145 5155 5154) 4(5154 5155 5165 5164) ) // ************************************************************************* //
[ "79390007+Interfluo@users.noreply.github.com" ]
79390007+Interfluo@users.noreply.github.com
495ed90cc3ff44985eaf0b4d954db7ca0503cc42
bb881f8c1335b905d31c13a8f0327c751175ffa0
/src/main/cpp/commands/MyAutoCommand.cpp
4dbdd3518df0f2a09984e1f2f8dd5414c15559af
[]
no_license
steamacrit/PizzaBotCB
e09cc9f1706695bc04f99f525b0a28c257dac780
eb17e21458d1323d0ad6d448f6e5db2401ae17ac
refs/heads/master
2020-07-22T09:39:27.474469
2019-09-08T18:26:50
2019-09-08T18:26:50
207,154,330
0
0
null
null
null
null
UTF-8
C++
false
false
2,798
cpp
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ #include "commands/MyAutoCommand.h" #include "Robot.h" MyAutoCommand::MyAutoCommand() { // Use Requires() here to declare subsystem dependencies Requires(&Robot::m_drive_system); SetInterruptible(true); } // Called just before this Command runs the first time void MyAutoCommand::Initialize() { m_is_finished = false; m_step = 0; m_stop_watch.Start(); } // Called repeatedly when this Command is scheduled to run void MyAutoCommand::Execute() { // Step 0 = Move forward for 5 seconds // Step 1 = Rotate left for 3 second // Step 2 = Move forward for 5 seconds switch (m_step) { case 0: if (m_stop_watch.HasPeriodPassedSec(5.0)) { m_step++; Robot::m_drive_system.SetMotorOutputByPercentage(0.0, 0.0); m_stop_watch.Reset(); } else Robot::m_drive_system.SetMotorOutputByPercentage(0.5, 0.5); break; case 1: if (m_stop_watch.HasPeriodPassedSec(3.0)) { m_step++; Robot::m_drive_system.SetMotorOutputByPercentage(0.0, 0.0); m_stop_watch.Reset(); } else Robot::m_drive_system.SetMotorOutputByPercentage(-0.25, 0.25); break; case 2: if (m_stop_watch.HasPeriodPassedSec(5.0)) { m_step++; Robot::m_drive_system.SetMotorOutputByPercentage(0.0, 0.0); m_stop_watch.Reset(); } else Robot::m_drive_system.SetMotorOutputByPercentage(0.5, 0.5); break; default: Robot::m_drive_system.SetMotorOutputByPercentage(0.0, 0.0); m_is_finished = true; } } // Make this return true when this Command no longer needs to run execute() bool MyAutoCommand::IsFinished() { return m_is_finished; } // Called once after isFinished returns true void MyAutoCommand::End() { Robot::m_drive_system.SetMotorOutputByPercentage(0.0, 0.0); } // Called when another command which requires one or more of the same // subsystems is scheduled to run void MyAutoCommand::Interrupted() { End(); }
[ "roll.your.crit@gmail.com" ]
roll.your.crit@gmail.com
2f501c122abf985d13c4fa47b02d0c4533cbe390
d32abd1ec324f854b5a0ed37bddada5d3c65db6b
/software/n3_ui_satellites.h
aa1e03de24d3be9231eaf088aabaa9a9dc18449b
[]
no_license
idaohang/n3
ad9636cce1fa0cf0d1964790b1e8dec8d52bc66a
be5b4f0563d9d93757f80be9241abf7510fd73bd
refs/heads/master
2021-01-15T11:25:31.435572
2013-12-22T22:26:45
2013-12-22T22:26:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,247
h
/** * Display information about visible satellites. */ #ifndef N3_UI_SATELLITES_H #define N3_UI_SATELLITES_H #include "n3_ui.h" #include "n3_gps.h" class N3_UI_Satellites_Window : public N3_UI_Window { public: /** * Indicates whether the window contains valid data. If false, it is only * legal to call is_valid() and unfocus(). */ virtual bool is_valid(void) { return true; } /** * Attempt to give this window focus. */ virtual void focus(void); /** * Update the screen. Called periodically while focused. */ virtual void update(void); /** * The window is nolonger focused, update will nolonger be called. */ virtual void unfocus(void) { /* Nothing to do. */ } /** * Returns a pointer to an array of 8 bytes containing the bitmap to display * on the left of the splash screen like so for a given character position: * * 012 * 345 */ virtual uint8 *get_splash_icon(int char_num); /** * Return the text to display on the splash screen. Must return a string for * the given line number. */ virtual const char *get_splash_text(int line_no); protected: int last_num_sats; n3_gps_fix_type_t last_fix_type; }; #endif
[ "mail@jhnet.co.uk" ]
mail@jhnet.co.uk
455b0d119a08ca26f0b607ab012b3fc0534239b2
2a148600ea66555e6e898c6f1ac3647beda7d4bd
/AOL/independent-globals.h
9a9db509904bf9f96b3287eeabc2b55ee672ae15
[]
no_license
DragonGamesStudios/Ages-of-Life
795e0f43958f2d80fa799befae7e9a4942259051
c21e6b0b020b0606bbff614179d2241db04d2e49
refs/heads/master
2023-04-17T08:15:28.391186
2020-10-09T14:12:24
2020-10-09T14:12:24
202,698,534
0
0
null
null
null
null
UTF-8
C++
false
false
1,327
h
#pragma once #include <string> #include <variant> #include <map> #include <functional> std::string get_string_representation(int v); std::string get_string_representation(std::string v); std::string get_string_representation(bool v); std::string get_string_representation(float v); std::string get_string_representation(void* v); std::string get_string_representation(void* v, std::string object_name); extern std::map<std::string, std::string> path_templates; std::string parse_path(std::string path); class Dumpable; class Dumpable : public std::variant<std::pair<std::string, std::map<std::string, Dumpable>>, std::pair<std::string, std::string>> { public: using base = std::variant<std::pair<std::string, std::map<std::string, Dumpable>>, std::pair<std::string, std::string>>; using base::base; using base::operator=; }; template<typename _T> Dumpable vector_to_dumpable(std::vector<_T> vec, std::function<std::string(_T)> parser, std::string type="notype") { std::map<std::string, Dumpable> buff; int i = 0; for (auto elem = vec.begin(); elem != vec.end(); elem++) { buff.insert({ get_string_representation(i), std::make_pair(type, parser(*elem)) }); i++; } return std::make_pair("std::vector<" + type + ">", buff); } void print_dumpable(Dumpable dumping, int indent = 0, std::string key = "dumping");
[ "margos.michal@gmail.com" ]
margos.michal@gmail.com
d0a7e1b8ae9b946c26bb20d7fe728143d3d3671b
3172e1455ae3d40289c122f1e39da054c3137f40
/Ishrakk_Tawsif-ac/LightOJ/1071/9027335_AC_108ms_10392kB.cpp
9946a714114ad4816f471ab2c3bb55f042d4c00d
[]
no_license
Ishrak-Tawsif/Accepted-Codes
959d2e1b444e3a7727ad78945f0590f62819ba31
24254c00e4b1c5a0b5ffc8eb2a01ee1d53f9a467
refs/heads/master
2020-12-26T19:36:15.048621
2020-02-01T13:27:56
2020-02-01T13:27:56
237,616,661
0
0
null
null
null
null
UTF-8
C++
false
false
1,364
cpp
#include<bits/stdc++.h> using namespace std; #define sf(nn) scanf ("%d", &nn) #define pf printf #define loop(var,till) for(int var=0; var<till; var++) #define loop1(var,till) for(int var=1; var<=till; var++) #define pb push_back #define mx 103 #define ll long long int #define mp make_pair #define mod 100000007 int dir_r_8[]={-1,-1,-1,0,0,1,1,1}; int dir_c_8[]={-1,0,1,-1,1,-1,0,1}; int dir_r_4[]={-1,1,0,0}; int dir_c_4[]={0,0,-1,1}; string str; ll dp[103][103][103],arr[103][103],row,col,vis[103][103]; ll call(int r1,int c1,int r2, int c2) { if(r1> row || r2>row || c1>col || c2>col || (r1 == r2 && c1 >= c2)) return 0; if(dp[r1][c1][c2] != -1) return dp[r1][c1][c2]; ll ans = LONG_MIN; ans = call(r1+1,c1,r2+1,c2); ans = max(ans,call(r1+1,c1,r2,c2+1)); ans = max(ans,call(r1,c1+1,r2+1,c2)); ans = max(ans,call(r1,c1+1,r2,c2+1)); return dp[r1][c1][c2] = ans + arr[r1][c1] + arr[r2][c2]; } int main() { int tc; sf(tc); loop1(tt,tc) { scanf("%lld %lld", &row,&col); loop1(i,row){ loop1(j,col) {scanf("%lld", &arr[i][j]);}} memset(dp,-1,sizeof(dp)); memset(vis,0,sizeof(vis)); pf("Case %d: %lld\n",tt,call(1,2,2,1)+arr[1][1]+arr[row][col]); } return 0; }
[ "israknirob@gmail.com" ]
israknirob@gmail.com
29067d6d2d4debbf1e54f85be559799e09ac6b4f
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-restbed-server/generated/model/ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo.cpp
495722f523958a64481aeffcd3a0763afd75ba89
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
2,728
cpp
/** * Adobe Experience Manager OSGI config (AEM) API * Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API * * OpenAPI spec version: 1.0.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI-Generator 3.2.1-SNAPSHOT. * https://openapi-generator.tech * Do not edit the class manually. */ #include "ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo.h" #include <string> #include <sstream> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/json_parser.hpp> using boost::property_tree::ptree; using boost::property_tree::read_json; using boost::property_tree::write_json; namespace org { namespace openapitools { namespace server { namespace model { ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo() { m_Pid = ""; m_Title = ""; m_Description = ""; } ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::~ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo() { } std::string ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::toJsonString() { std::stringstream ss; ptree pt; pt.put("Pid", m_Pid); pt.put("Title", m_Title); pt.put("Description", m_Description); write_json(ss, pt, false); return ss.str(); } void ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::fromJsonString(std::string const& jsonString) { std::stringstream ss(jsonString); ptree pt; read_json(ss,pt); m_Pid = pt.get("Pid", ""); m_Title = pt.get("Title", ""); m_Description = pt.get("Description", ""); } std::string ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::getPid() const { return m_Pid; } void ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::setPid(std::string value) { m_Pid = value; } std::string ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::getTitle() const { return m_Title; } void ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::setTitle(std::string value) { m_Title = value; } std::string ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::getDescription() const { return m_Description; } void ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::setDescription(std::string value) { m_Description = value; } std::shared_ptr<ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplProperties> ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::getProperties() const { return m_Properties; } void ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplInfo::setProperties(std::shared_ptr<ComDayCqDamCoreImplUiPreviewFolderPreviewUpdaterImplProperties> value) { m_Properties = value; } } } } }
[ "cliffano@gmail.com" ]
cliffano@gmail.com
27277de94acaca22fd04bc18ea045c8288932802
f3892a03ebdd38815b2a06da8f3372c8047d5648
/Figures/Pawn.hpp
02c0367ae8f0fe33b111d56d2cecf45edadaa961
[]
no_license
OlejnikKristina/ConsoleChessTask
15a3d0ac21db27f36ae6370ef226fc8253704f22
ecad4fba71474b0beb2ed507a2227959e7442a23
refs/heads/master
2022-11-10T05:37:43.168735
2020-06-27T01:28:46
2020-06-27T01:28:46
266,782,667
0
0
null
null
null
null
UTF-8
C++
false
false
371
hpp
#ifndef PAWN_HPP #define PAWN_HPP #include "Figure.hpp" class Pawn: public Figure { public: Pawn(); ~Pawn(); Pawn(char current[3], char dest[3], char color); bool checkMove(char board[9][8]) override; bool checkMoveWhitePawn(char board[9][8]); bool checkMoveBlackPawn(char board[9][8]); bool isCheckToKing(char board[9][8]); }; #endif
[ "kristina3138040@gmail.com" ]
kristina3138040@gmail.com
063fe9ee4d38d6c50dae10e640e38d33afb59997
b3710dfdd0eeb3e28d3a4c666af5df6558a03553
/cgodeps/godot_engine/servers/rendering/rendering_server_globals.cpp
5a270520a93c139617e247a438b64e297056e1b0
[ "MIT", "CC-BY-3.0", "CC-BY-4.0", "LicenseRef-scancode-free-unknown", "OFL-1.1", "BSD-3-Clause", "Bitstream-Vera", "FTL", "MPL-2.0", "Zlib", "LicenseRef-scancode-nvidia-2002", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
gabstv/godot-go
5befd7539ef35a9e459046644dd4b246a0db1ad9
e0e7f07e1e44716e18330f063c9b3fd3c2468d31
refs/heads/master
2021-05-21T23:48:25.434825
2020-08-27T16:52:18
2020-08-27T16:52:18
252,864,512
10
3
MIT
2020-08-27T16:52:20
2020-04-03T23:26:52
C++
UTF-8
C++
false
false
2,694
cpp
/*************************************************************************/ /* rendering_server_globals.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ /* "Software"), to deal in the Software without restriction, including */ /* without limitation the rights to use, copy, modify, merge, publish, */ /* distribute, sublicense, and/or sell copies of the Software, and to */ /* permit persons to whom the Software is furnished to do so, subject to */ /* the following conditions: */ /* */ /* The above copyright notice and this permission notice shall be */ /* included in all copies or substantial portions of the Software. */ /* */ /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "rendering_server_globals.h" RasterizerStorage *RenderingServerGlobals::storage = nullptr; RasterizerCanvas *RenderingServerGlobals::canvas_render = nullptr; RasterizerScene *RenderingServerGlobals::scene_render = nullptr; Rasterizer *RenderingServerGlobals::rasterizer = nullptr; RenderingServerCanvas *RenderingServerGlobals::canvas = nullptr; RenderingServerViewport *RenderingServerGlobals::viewport = nullptr; RenderingServerScene *RenderingServerGlobals::scene = nullptr;
[ "gabs@gabs.tv" ]
gabs@gabs.tv
7ba0de4eeb375e7b8d8587a0ec35623c303da9b5
8668bd27767f11b93fad07751c8afc179cebdfa3
/include/parametric-curves/linear-chirp.hpp
0c0bfa52d550e3c50a9882b637dcd36bc0fe2856
[]
no_license
nim65s/stack-of-tasks.github.com
531209ffacc4814d62d9763de546f7ccfe9a93df
07daa32ef0d2681edd184279bdba7518e99ce52a
refs/heads/master
2018-09-19T17:14:59.181259
2018-06-19T10:46:20
2018-06-19T13:41:25
113,837,391
0
0
null
2017-12-11T09:14:59
2017-12-11T09:14:58
null
UTF-8
C++
false
false
4,487
hpp
/** * \file linear-chirp.hpp * \brief Generates LinearChirp trajectory * \author Rohan Budhiraja * \date 2017 * */ #ifndef _parameteric_curves_linear_chirp_hpp #define _parameteric_curves_linear_chirp_hpp #include <parametric-curves/abstract-curve.hpp> namespace parametriccurves { /** \class LinearChirp * \brief Creates LinearChirp curve * Linear chirp trajectory generator. * A linear chirp is a sinusoid whose frequency is a linear function of time. * In particular the frequency starts from a value f0 and it increases linearly * up to a value f1. Then it goes back to f0 and the trajectory is ended. */ template<typename Numeric=double, std::size_t Dim=1, typename Point= Eigen::Matrix<Numeric, Dim, 1> > struct LinearChirp : public AbstractCurve<Numeric, Point> { typedef Point point_t; typedef Point freq_t; typedef Point phase_t; typedef Numeric time_t; typedef Numeric num_t; typedef AbstractCurve<Numeric, Point> curve_abc_t; public: ///\brief Constructor LinearChirp(const time_t& traj_time_, const point_t& x_init_= Eigen::Matrix<Numeric, Dim, 1>::Zero(), const point_t& x_final_= Eigen::Matrix<Numeric, Dim, 1>::Zero()) : curve_abc_t(0,traj_time_), x_init(x_init_), x_final(x_final_) { f0.setZero(Dim); f1.setZero(Dim); } LinearChirp(const time_t& traj_time_, const freq_t& f0_, const freq_t& f1_, const point_t& x_init_= Eigen::Matrix<Numeric, Dim, 1>::Zero(), const point_t& x_final_= Eigen::Matrix<Numeric, Dim, 1>::Zero()) : curve_abc_t(0,traj_time_), f0(f0_), f1(f1_), x_init(x_init_), x_final(x_final_) {} ///\brief Destructor ~LinearChirp(){} public: virtual const point_t operator()(const time_t& t) const { const point_t& m_p = 0.5*(1.0-phase(t).array().cos()); return x_init.array() + (x_final.array()-x_init.array())*m_p.array(); } virtual const point_t derivate(const time_t& t, const std::size_t& order) const { if(order==1) { const point_t& m_dp = M_PI*freq(t).array() * phase(t).array().sin(); return (x_final-x_init).array()*m_dp.array(); } else if(order==2) { const point_t& m_ddp = 2.0*M_PI*M_PI* freq(t).array()* freq(t).array()* phase(t).array().cos(); return (x_final-x_init).array()*m_ddp.array(); } else { std::cerr<<"Higher order derivatives not supported"<<std::endl; return point_t::Zero(Dim); } } public: /*Setters*/ virtual bool setInitialFrequency(const Eigen::VectorXd& f0_) { if(f0.size()!=f0_.size()) return false; f0 = f0_; return true; } virtual bool setInitialFrequency(const double& f0_) { if(Dim!=1) return false; f0[0] = f0_; return true; } virtual bool setFinalFrequency(const Eigen::VectorXd& f1_) { if(f1.size()!=f1_.size()) return false; f1 = f1_; return true; } virtual bool setFinalFrequency(const double& f1_) { if(Dim!=1) return false; f1[0] = f1_; return true; } virtual bool setInitialPoint(const point_t& x_init_) { if(x_init_.size()!=x_init.size()) return false; x_init = x_init_; } virtual bool setInitialPoint(const double& x_init_) { if(Dim!=1) return false; x_init[0] = x_init_; return true; } virtual bool setFinalPoint(const Eigen::VectorXd& x_final_) { if(x_final.size()!=x_final_.size()) return false; x_final = x_final_; return true; } virtual bool setFinalPoint(const double& x_final_) { if(Dim!=1) return false; x_final[0] = x_final_; return true; } protected: /*Attributes*/ freq_t f0; /// initial frequency freq_t f1; /// final frequency point_t x_init; point_t x_final; private: inline const freq_t freq(const time_t& t) const { const freq_t& m_k = 2.0*(f1-f0)/this->t_max; if(t<0.5*this->t_max) return f0 + m_k*t; else return f1 + m_k*(0.5*this->t_max - t); } inline const phase_t phase(const time_t& t) const { const freq_t& m_k = 2.0*(f1-f0)/this->t_max; const phase_t& m_phi_0 = M_PI*this->t_max*(f0-f1); if(t<0.5*this->t_max) return 2*M_PI*t*(f0 + 0.5*m_k*t); else return m_phi_0 + 2*M_PI*t*(f1 + 0.5*m_k*(this->t_max - t)); } }; } #endif //_CLASS_EXACTCUBIC
[ "ostasse@laas.fr" ]
ostasse@laas.fr
cd8d2638a4b05113a89907345b5c59b3e3ab6599
c6f23f49d2a8d5ac6c18aa039f5054df5f1cf23c
/QJson/serializer.h
e7e7cab7034f640c6c3eda7534a6daa4c95bd95c
[]
no_license
Allstar12345/Star-Browser-Symbian
ee4c8cfe0a03c9256b4de0c8871347f82383d94a
258b7a81f5964082db7751c50007b301073c342b
refs/heads/master
2022-12-14T09:45:34.610806
2020-09-11T21:45:56
2020-09-11T21:45:56
294,767,798
4
0
null
null
null
null
UTF-8
C++
false
false
1,511
h
#ifndef QJSON_SERIALIZER_H #define QJSON_SERIALIZER_H #include <QtCore/qglobal.h> class QIODevice; class QString; class QVariant; /** * @brief Main class used to convert QVariant objects to JSON data. * * QVariant objects are converted to a string containing the JSON data. * If QVariant object is empty or not valid a <em>null</em> json object is returned. */ class Serializer { public: Serializer(); ~Serializer(); /** * This method generates a textual JSON representation and outputs it to the * passed in I/O Device. * @param variant The JSON document in its in-memory representation as generated by the * parser. * @param out Input output device * @param ok if a conversion error occurs, *ok is set to false; otherwise *ok is set to true */ void serialize( const QVariant& variant, QIODevice* out, bool* ok = 0 ); /** * This is a method provided for convenience. It turns the passed in in-memory * representation of the JSON document into a textual one, which is returned. * If the returned string is empty, the document was empty. If it was null, there * was a parsing error. * * @param variant The JSON document in its in-memory representation as generated by the * parser. */ QByteArray serialize( const QVariant& variant ); private: Q_DISABLE_COPY(Serializer) class SerializerPrivate; SerializerPrivate* const d; }; #endif // QJSON_SERIALIZER_H
[ "Allstar12345@users.noreply.github.com" ]
Allstar12345@users.noreply.github.com
095c384434247d2d0b745ec1a9259745c85a2a89
dc4a282b7e604cb288375e7e2876ef36b6721aa8
/boj/3071/3071.cpp
b5d7ada39df226ff0e3a333ef4fa2d8545fa5a73
[]
no_license
yjbong/problem-solving
89be67ba24ad7495d82dcb0788dd7db1b849996a
c775271098daa05fcac269fd15de502e60592d49
refs/heads/master
2023-04-02T18:47:22.920512
2023-03-21T17:28:02
2023-03-21T17:28:02
70,111,700
0
0
null
null
null
null
UTF-8
C++
false
false
719
cpp
#include <cstdio> int main() { int T; scanf("%d",&T); while(T--){ int n, dgts=0, dgt[30]; int sign=1; scanf("%d",&n); if(n<0){ sign=-1, n=-n; } do{ dgt[dgts++]=n%3; n/=3; }while(n>0); int carry=0; for(int i=0; i<dgts; i++){ dgt[i]+=carry; carry=0; if(dgt[i]>=2){ dgt[i]-=3; carry=1; } } if(carry) dgt[dgts++]=1; for(int i=dgts-1; i>=0; i--){ int curDgt=sign*dgt[i]; if(curDgt==-1) printf("-"); else printf("%d",curDgt); } printf("\n"); } return 0; }
[ "yj24.bong@gmail.com" ]
yj24.bong@gmail.com
597ec06f03ce2d8fee51f425e701628c4a2763bb
9d4ea47b83cbc15a741d435503009443e8e4f393
/client/LeapListener.cpp
d1cb94603cde06864da925d5db8d53ab9c9a3977
[]
no_license
YourNerdyJoe/leapduel
358137678c0fb31db317740646044599870dfdc9
63fa268215d3a6d00977c4568ba7332433366edc
refs/heads/master
2020-08-01T10:44:58.025139
2017-01-19T18:41:17
2017-01-19T18:41:17
73,577,157
1
0
null
null
null
null
UTF-8
C++
false
false
979
cpp
// // Created by insi on 11/13/16. // #include <stdlib.h> #include <iostream> #include <Leap.h> #include <zconf.h> #include "LeapListener.h" #ifdef _DEBUG #define LEAP_DEBUG_ENABLED #endif void LeapListener::onConnect(const Leap::Controller& controller) { std::cout << "Connected" << std::endl; } void LeapListener::onFrame(const Leap::Controller& controller) { unsigned microseconds = 150; const Leap::Frame frame = controller.frame(); Leap::Finger pointable = frame.fingers().frontmost(); float scale_factor = 2; //Hand hand = frame.hands()[0]; //Finger pointer = frame.fingers().fingerType(Finger.Type.TYPE_INDEX).get(0); //Leap::Vector direction = index.direction(); std::cout << "Frame id: " << frame.id() << ", timestamp: " << frame.timestamp() << ", hands: " << frame.hands().count() << ", fingers: " << frame.fingers().count() << std::endl; std::cout << "Finger :" << pointable.stabilizedTipPosition().toString(); usleep(microseconds); }
[ "andrew.plaza15@gmail.com" ]
andrew.plaza15@gmail.com
1a8462144b416ec6531bbc7b0c95e10c562aa361
8ae3ba003dcd05538f79369a458bc550258f150f
/src/gl/glcourt.cpp
569b39e96934765a8b5381b6809ce4dd7e24886e
[]
no_license
lumagr99/viergewinnt
0d9ae744ca8537087566dcd47d700a93a0b3c12b
707eec7d8c8696196914d0eceeb3576d5af61825
refs/heads/master
2023-03-18T04:41:14.362605
2021-03-13T15:09:27
2021-03-13T15:09:27
341,590,303
2
0
null
null
null
null
UTF-8
C++
false
false
3,818
cpp
#include <iostream> #include <math.h> #include "glcourt.h" GLCourt::GLCourt(const QString& name, float radius, const GLColorRgba& color, const QString textureFile) : GLBody(name, radius, color, textureFile) { //Vektoren für die Positionsberechnung initialisieren m_vRow = v_Y * (HEIGHT / ROWS); m_vColumn = v_X * (WIDTH / COLUMNS); m_vCorner = -v_X * (WIDTH / 2) + v_Y * HEIGHT; m_vOffset = 0.5f * (m_vColumn - m_vRow); m_center = v_Zero; GLBody::readBinaryModelFile(":/models/Court.dat"); //m_court initialisieren for (int row = 0; row < ROWS; row++) { m_court.append(QVector<Player>(COLUMNS, Player::None)); } } GLCourt::~GLCourt() { //Texturobjekt löschen GLBody::destroyTextureObjects(); } QVector3D GLCourt::fieldToPosition(const QPoint& field) const { // Position des Feldes (0,0) - Zeilenhöhe * Zeile des feldes + Spaltenbreite * Spalte des Feldes return m_vCorner + m_vOffset - m_vRow * field.x() + m_vColumn * field.y(); } QVector3D GLCourt::calulateInsertPosition(const GLToken* token) { //Spalte des Tokens bestimmen int column = getColumnByPosition(token->getCenter()); // Position des Feldes (0,0) + Offset nach oben + Spaltenbreite * Spalte des Feldes return m_vCorner + v_X * m_vOffset.x() - v_Y * m_vOffset.y() + m_vColumn * column; } int GLCourt::getColumnByPosition(const QVector3D& position) const { // Da m_center = 0 muss die halbe Breite des Spielbretts auf die x-Position addiert werden return (position.x() + WIDTH / 2) / (WIDTH / COLUMNS); } QPoint GLCourt::getFreeField(GLint column) { //Unten beginnen for (int row = ROWS - 1; row >= 0; row--) { if (m_court[row][column] == Player::None) { return QPoint(row, column); } } return QPoint(-1, -1); } void GLCourt::setField(Player player, const QPoint& field) { int row = field.x(); int col = field.y(); if (row < 0 || row >= ROWS) { return; } if (col < 0 || col >= COLUMNS) { return; } if (m_court[row][col] == Player::None) { m_court[row][col] = player; } } Player GLCourt::checkWin() { for (int row = 0; row < ROWS; row++) { for (int col = 0; col < COLUMNS; col++) { Player player = m_court[row][col]; //Freie Felder nicht überprüfen if (player == Player::None) { continue; } //Vertikal überprüfen if (col + 3 < COLUMNS && player == m_court[row][col + 1] && player == m_court[row][col + 2] && player == m_court[row][col + 3]) { return player; } if (row + 3 < ROWS) { //Horizontal überprüfen if (player == m_court[row + 1][col] && player == m_court[row + 2][col] && player == m_court[row + 3][col]) return player; //Diagonal überprüfen if (col + 3 < COLUMNS && player == m_court[row + 1][col + 1] && player == m_court[row + 2][col + 2] && player == m_court[row + 3][col + 3]) return player; if (col - 3 >= 0 && player == m_court[row + 1][col - 1] && player == m_court[row + 2][col - 2] && player == m_court[row + 3][col - 3]) return player; } } } return Player::None; } bool GLCourt::isFull() { //Nur oberste Zeile überprüfen int row = 0; for (int col = 0; col < COLUMNS; col++) { if (m_court[row][col] == Player::None) { return false; } } return true; }
[ "witte.julian@fh-swf.de" ]
witte.julian@fh-swf.de
7d4b74c3127755ee9d6bb4bf7e02ba2667513fa9
fc832a45cd8a58ad15e801a1da7be7832375000e
/6/6.4.cpp
730a2d7f011bb77b3e3ececb7ff21bc62292ab4d
[]
no_license
drw0if/FdP
d56d655294941645afac87d34f82de041b8892b4
1f1ccab26018c03be6f831abef9644b09640d46e
refs/heads/master
2020-08-19T04:13:22.278439
2019-12-18T20:47:08
2019-12-18T20:47:08
215,876,267
0
0
null
null
null
null
UTF-8
C++
false
false
485
cpp
#include <iostream> using namespace std; void concatena(const int* v1, const int* v2, int n1, int n2, int* v3){ for(int i = 0; i < n1; i++) v3[i] = v1[i]; for(int i = 0; i < n2; i++) v3[n1+i] = v2[i]; } int main(){ int v1[] = {2, 6}; int v2[] = {3, 15, 4}; int n1 = sizeof(v1)/sizeof(int); int n2 = sizeof(v2)/sizeof(int); int v3[n1+n2]; concatena(v1, v2, n1, n2, v3); cout << "v3: "; for(int i = 0; i < n1+n2; i++) cout << v3[i] << " "; return 0; }
[ "drw0if@drw0if-laptop.localdomain" ]
drw0if@drw0if-laptop.localdomain