Skip to content

Instantly share code, notes, and snippets.

@Voltara
Created December 4, 2017 05:59
Show Gist options
  • Save Voltara/f67e880cf05df6666852dcd429f594ae to your computer and use it in GitHub Desktop.
Save Voltara/f67e880cf05df6666852dcd429f594ae to your computer and use it in GitHub Desktop.
Advent of Code 2017 Day 4, Perl regex
#! /usr/bin/env perl
use strict;
use warnings;
my @part;
for (<>) {
@_ = split;
$part[1]++ unless m/\b(\w+)\b.*\b\1\b/;
$part[2]++ unless m/\b(\w)(\w?+)(\w?+)(\w?+)(\w?+)(\w?+)(\w?+)\b.*\b(?:\1\2\3\4\5\6\7|\1\2\3\4\5\7\6|\1\2\3\4\6\5\7|\1\2\3\4\6\7\5|\1\2\3\4\7\5\6|\1\2\3\4\7\6\5|\1\2\3\5\4\6\7|\1\2\3\5\4\7\6|\1\2\3\5\6\4\7|\1\2\3\5\6\7\4|\1\2\3\5\7\4\6|\1\2\3\5\7\6\4|\1\2\3\6\4\5\7|\1\2\3\6\4\7\5|\1\2\3\6\5\4\7|\1\2\3\6\5\7\4|\1\2\3\6\7\4\5|\1\2\3\6\7\5\4|\1\2\3\7\4\5\6|\1\2\3\7\4\6\5|\1\2\3\7\5\4\6|\1\2\3\7\5\6\4|\1\2\3\7\6\4\5|\1\2\3\7\6\5\4|\1\2\4\3\5\6\7|\1\2\4\3\5\7\6|\1\2\4\3\6\5\7|\1\2\4\3\6\7\5|\1\2\4\3\7\5\6|\1\2\4\3\7\6\5|\1\2\4\5\3\6\7|\1\2\4\5\3\7\6|\1\2\4\5\6\3\7|\1\2\4\5\6\7\3|\1\2\4\5\7\3\6|\1\2\4\5\7\6\3|\1\2\4\6\3\5\7|\1\2\4\6\3\7\5|\1\2\4\6\5\3\7|\1\2\4\6\5\7\3|\1\2\4\6\7\3\5|\1\2\4\6\7\5\3|\1\2\4\7\3\5\6|\1\2\4\7\3\6\5|\1\2\4\7\5\3\6|\1\2\4\7\5\6\3|\1\2\4\7\6\3\5|\1\2\4\7\6\5\3|\1\2\5\3\4\6\7|\1\2\5\3\4\7\6|\1\2\5\3\6\4\7|\1\2\5\3\6\7\4|\1\2\5\3\7\4\6|\1\2\5\3\7\6\4|\1\2\5\4\3\6\7|\1\2\5\4\3\7\6|\1\2\5\4\6\3\7|\1\2\5\4\6\7\3|\1\2\5\4\7\3\6|\1\2\5\4\7\6\3|\1\2\5\6\3\4\7|\1\2\5\6\3\7\4|\1\2\5\6\4\3\7|\1\2\5\6\4\7\3|\1\2\5\6\7\3\4|\1\2\5\6\7\4\3|\1\2\5\7\3\4\6|\1\2\5\7\3\6\4|\1\2\5\7\4\3\6|\1\2\5\7\4\6\3|\1\2\5\7\6\3\4|\1\2\5\7\6\4\3|\1\2\6\3\4\5\7|\1\2\6\3\4\7\5|\1\2\6\3\5\4\7|\1\2\6\3\5\7\4|\1\2\6\3\7\4\5|\1\2\6\3\7\5\4|\1\2\6\4\3\5\7|\1\2\6\4\3\7\5|\1\2\6\4\5\3\7|\1\2\6\4\5\7\3|\1\2\6\4\7\3\5|\1\2\6\4\7\5\3|\1\2\6\5\3\4\7|\1\2\6\5\3\7\4|\1\2\6\5\4\3\7|\1\2\6\5\4\7\3|\1\2\6\5\7\3\4|\1\2\6\5\7\4\3|\1\2\6\7\3\4\5|\1\2\6\7\3\5\4|\1\2\6\7\4\3\5|\1\2\6\7\4\5\3|\1\2\6\7\5\3\4|\1\2\6\7\5\4\3|\1\2\7\3\4\5\6|\1\2\7\3\4\6\5|\1\2\7\3\5\4\6|\1\2\7\3\5\6\4|\1\2\7\3\6\4\5|\1\2\7\3\6\5\4|\1\2\7\4\3\5\6|\1\2\7\4\3\6\5|\1\2\7\4\5\3\6|\1\2\7\4\5\6\3|\1\2\7\4\6\3\5|\1\2\7\4\6\5\3|\1\2\7\5\3\4\6|\1\2\7\5\3\6\4|\1\2\7\5\4\3\6|\1\2\7\5\4\6\3|\1\2\7\5\6\3\4|\1\2\7\5\6\4\3|\1\2\7\6\3\4\5|\1\2\7\6\3\5\4|\1\2\7\6\4\3\5|\1\2\7\6\4\5\3|\1\2\7\6\5\3\4|\1\2\7\6\5\4\3|\1\3\2\4\5\6\7|\1\3\2\4\5\7\6|\1\3\2\4\6\5\7|\1\3\2\4\6\7\5|\1\3\2\4\7\5\6|\1\3\2\4\7\6\5|\1\3\2\5\4\6\7|\1\3\2\5\4\7\6|\1\3\2\5\6\4\7|\1\3\2\5\6\7\4|\1\3\2\5\7\4\6|\1\3\2\5\7\6\4|\1\3\2\6\4\5\7|\1\3\2\6\4\7\5|\1\3\2\6\5\4\7|\1\3\2\6\5\7\4|\1\3\2\6\7\4\5|\1\3\2\6\7\5\4|\1\3\2\7\4\5\6|\1\3\2\7\4\6\5|\1\3\2\7\5\4\6|\1\3\2\7\5\6\4|\1\3\2\7\6\4\5|\1\3\2\7\6\5\4|\1\3\4\2\5\6\7|\1\3\4\2\5\7\6|\1\3\4\2\6\5\7|\1\3\4\2\6\7\5|\1\3\4\2\7\5\6|\1\3\4\2\7\6\5|\1\3\4\5\2\6\7|\1\3\4\5\2\7\6|\1\3\4\5\6\2\7|\1\3\4\5\6\7\2|\1\3\4\5\7\2\6|\1\3\4\5\7\6\2|\1\3\4\6\2\5\7|\1\3\4\6\2\7\5|\1\3\4\6\5\2\7|\1\3\4\6\5\7\2|\1\3\4\6\7\2\5|\1\3\4\6\7\5\2|\1\3\4\7\2\5\6|\1\3\4\7\2\6\5|\1\3\4\7\5\2\6|\1\3\4\7\5\6\2|\1\3\4\7\6\2\5|\1\3\4\7\6\5\2|\1\3\5\2\4\6\7|\1\3\5\2\4\7\6|\1\3\5\2\6\4\7|\1\3\5\2\6\7\4|\1\3\5\2\7\4\6|\1\3\5\2\7\6\4|\1\3\5\4\2\6\7|\1\3\5\4\2\7\6|\1\3\5\4\6\2\7|\1\3\5\4\6\7\2|\1\3\5\4\7\2\6|\1\3\5\4\7\6\2|\1\3\5\6\2\4\7|\1\3\5\6\2\7\4|\1\3\5\6\4\2\7|\1\3\5\6\4\7\2|\1\3\5\6\7\2\4|\1\3\5\6\7\4\2|\1\3\5\7\2\4\6|\1\3\5\7\2\6\4|\1\3\5\7\4\2\6|\1\3\5\7\4\6\2|\1\3\5\7\6\2\4|\1\3\5\7\6\4\2|\1\3\6\2\4\5\7|\1\3\6\2\4\7\5|\1\3\6\2\5\4\7|\1\3\6\2\5\7\4|\1\3\6\2\7\4\5|\1\3\6\2\7\5\4|\1\3\6\4\2\5\7|\1\3\6\4\2\7\5|\1\3\6\4\5\2\7|\1\3\6\4\5\7\2|\1\3\6\4\7\2\5|\1\3\6\4\7\5\2|\1\3\6\5\2\4\7|\1\3\6\5\2\7\4|\1\3\6\5\4\2\7|\1\3\6\5\4\7\2|\1\3\6\5\7\2\4|\1\3\6\5\7\4\2|\1\3\6\7\2\4\5|\1\3\6\7\2\5\4|\1\3\6\7\4\2\5|\1\3\6\7\4\5\2|\1\3\6\7\5\2\4|\1\3\6\7\5\4\2|\1\3\7\2\4\5\6|\1\3\7\2\4\6\5|\1\3\7\2\5\4\6|\1\3\7\2\5\6\4|\1\3\7\2\6\4\5|\1\3\7\2\6\5\4|\1\3\7\4\2\5\6|\1\3\7\4\2\6\5|\1\3\7\4\5\2\6|\1\3\7\4\5\6\2|\1\3\7\4\6\2\5|\1\3\7\4\6\5\2|\1\3\7\5\2\4\6|\1\3\7\5\2\6\4|\1\3\7\5\4\2\6|\1\3\7\5\4\6\2|\1\3\7\5\6\2\4|\1\3\7\5\6\4\2|\1\3\7\6\2\4\5|\1\3\7\6\2\5\4|\1\3\7\6\4\2\5|\1\3\7\6\4\5\2|\1\3\7\6\5\2\4|\1\3\7\6\5\4\2|\1\4\2\3\5\6\7|\1\4\2\3\5\7\6|\1\4\2\3\6\5\7|\1\4\2\3\6\7\5|\1\4\2\3\7\5\6|\1\4\2\3\7\6\5|\1\4\2\5\3\6\7|\1\4\2\5\3\7\6|\1\4\2\5\6\3\7|\1\4\2\5\6\7\3|\1\4\2\5\7\3\6|\1\4\2\5\7\6\3|\1\4\2\6\3\5\7|\1\4\2\6\3\7\5|\1\4\2\6\5\3\7|\1\4\2\6\5\7\3|\1\4\2\6\7\3\5|\1\4\2\6\7\5\3|\1\4\2\7\3\5\6|\1\4\2\7\3\6\5|\1\4\2\7\5\3\6|\1\4\2\7\5\6\3|\1\4\2\7\6\3\5|\1\4\2\7\6\5\3|\1\4\3\2\5\6\7|\1\4\3\2\5\7\6|\1\4\3\2\6\5\7|\1\4\3\2\6\7\5|\1\4\3\2\7\5\6|\1\4\3\2\7\6\5|\1\4\3\5\2\6\7|\1\4\3\5\2\7\6|\1\4\3\5\6\2\7|\1\4\3\5\6\7\2|\1\4\3\5\7\2\6|\1\4\3\5\7\6\2|\1\4\3\6\2\5\7|\1\4\3\6\2\7\5|\1\4\3\6\5\2\7|\1\4\3\6\5\7\2|\1\4\3\6\7\2\5|\1\4\3\6\7\5\2|\1\4\3\7\2\5\6|\1\4\3\7\2\6\5|\1\4\3\7\5\2\6|\1\4\3\7\5\6\2|\1\4\3\7\6\2\5|\1\4\3\7\6\5\2|\1\4\5\2\3\6\7|\1\4\5\2\3\7\6|\1\4\5\2\6\3\7|\1\4\5\2\6\7\3|\1\4\5\2\7\3\6|\1\4\5\2\7\6\3|\1\4\5\3\2\6\7|\1\4\5\3\2\7\6|\1\4\5\3\6\2\7|\1\4\5\3\6\7\2|\1\4\5\3\7\2\6|\1\4\5\3\7\6\2|\1\4\5\6\2\3\7|\1\4\5\6\2\7\3|\1\4\5\6\3\2\7|\1\4\5\6\3\7\2|\1\4\5\6\7\2\3|\1\4\5\6\7\3\2|\1\4\5\7\2\3\6|\1\4\5\7\2\6\3|\1\4\5\7\3\2\6|\1\4\5\7\3\6\2|\1\4\5\7\6\2\3|\1\4\5\7\6\3\2|\1\4\6\2\3\5\7|\1\4\6\2\3\7\5|\1\4\6\2\5\3\7|\1\4\6\2\5\7\3|\1\4\6\2\7\3\5|\1\4\6\2\7\5\3|\1\4\6\3\2\5\7|\1\4\6\3\2\7\5|\1\4\6\3\5\2\7|\1\4\6\3\5\7\2|\1\4\6\3\7\2\5|\1\4\6\3\7\5\2|\1\4\6\5\2\3\7|\1\4\6\5\2\7\3|\1\4\6\5\3\2\7|\1\4\6\5\3\7\2|\1\4\6\5\7\2\3|\1\4\6\5\7\3\2|\1\4\6\7\2\3\5|\1\4\6\7\2\5\3|\1\4\6\7\3\2\5|\1\4\6\7\3\5\2|\1\4\6\7\5\2\3|\1\4\6\7\5\3\2|\1\4\7\2\3\5\6|\1\4\7\2\3\6\5|\1\4\7\2\5\3\6|\1\4\7\2\5\6\3|\1\4\7\2\6\3\5|\1\4\7\2\6\5\3|\1\4\7\3\2\5\6|\1\4\7\3\2\6\5|\1\4\7\3\5\2\6|\1\4\7\3\5\6\2|\1\4\7\3\6\2\5|\1\4\7\3\6\5\2|\1\4\7\5\2\3\6|\1\4\7\5\2\6\3|\1\4\7\5\3\2\6|\1\4\7\5\3\6\2|\1\4\7\5\6\2\3|\1\4\7\5\6\3\2|\1\4\7\6\2\3\5|\1\4\7\6\2\5\3|\1\4\7\6\3\2\5|\1\4\7\6\3\5\2|\1\4\7\6\5\2\3|\1\4\7\6\5\3\2|\1\5\2\3\4\6\7|\1\5\2\3\4\7\6|\1\5\2\3\6\4\7|\1\5\2\3\6\7\4|\1\5\2\3\7\4\6|\1\5\2\3\7\6\4|\1\5\2\4\3\6\7|\1\5\2\4\3\7\6|\1\5\2\4\6\3\7|\1\5\2\4\6\7\3|\1\5\2\4\7\3\6|\1\5\2\4\7\6\3|\1\5\2\6\3\4\7|\1\5\2\6\3\7\4|\1\5\2\6\4\3\7|\1\5\2\6\4\7\3|\1\5\2\6\7\3\4|\1\5\2\6\7\4\3|\1\5\2\7\3\4\6|\1\5\2\7\3\6\4|\1\5\2\7\4\3\6|\1\5\2\7\4\6\3|\1\5\2\7\6\3\4|\1\5\2\7\6\4\3|\1\5\3\2\4\6\7|\1\5\3\2\4\7\6|\1\5\3\2\6\4\7|\1\5\3\2\6\7\4|\1\5\3\2\7\4\6|\1\5\3\2\7\6\4|\1\5\3\4\2\6\7|\1\5\3\4\2\7\6|\1\5\3\4\6\2\7|\1\5\3\4\6\7\2|\1\5\3\4\7\2\6|\1\5\3\4\7\6\2|\1\5\3\6\2\4\7|\1\5\3\6\2\7\4|\1\5\3\6\4\2\7|\1\5\3\6\4\7\2|\1\5\3\6\7\2\4|\1\5\3\6\7\4\2|\1\5\3\7\2\4\6|\1\5\3\7\2\6\4|\1\5\3\7\4\2\6|\1\5\3\7\4\6\2|\1\5\3\7\6\2\4|\1\5\3\7\6\4\2|\1\5\4\2\3\6\7|\1\5\4\2\3\7\6|\1\5\4\2\6\3\7|\1\5\4\2\6\7\3|\1\5\4\2\7\3\6|\1\5\4\2\7\6\3|\1\5\4\3\2\6\7|\1\5\4\3\2\7\6|\1\5\4\3\6\2\7|\1\5\4\3\6\7\2|\1\5\4\3\7\2\6|\1\5\4\3\7\6\2|\1\5\4\6\2\3\7|\1\5\4\6\2\7\3|\1\5\4\6\3\2\7|\1\5\4\6\3\7\2|\1\5\4\6\7\2\3|\1\5\4\6\7\3\2|\1\5\4\7\2\3\6|\1\5\4\7\2\6\3|\1\5\4\7\3\2\6|\1\5\4\7\3\6\2|\1\5\4\7\6\2\3|\1\5\4\7\6\3\2|\1\5\6\2\3\4\7|\1\5\6\2\3\7\4|\1\5\6\2\4\3\7|\1\5\6\2\4\7\3|\1\5\6\2\7\3\4|\1\5\6\2\7\4\3|\1\5\6\3\2\4\7|\1\5\6\3\2\7\4|\1\5\6\3\4\2\7|\1\5\6\3\4\7\2|\1\5\6\3\7\2\4|\1\5\6\3\7\4\2|\1\5\6\4\2\3\7|\1\5\6\4\2\7\3|\1\5\6\4\3\2\7|\1\5\6\4\3\7\2|\1\5\6\4\7\2\3|\1\5\6\4\7\3\2|\1\5\6\7\2\3\4|\1\5\6\7\2\4\3|\1\5\6\7\3\2\4|\1\5\6\7\3\4\2|\1\5\6\7\4\2\3|\1\5\6\7\4\3\2|\1\5\7\2\3\4\6|\1\5\7\2\3\6\4|\1\5\7\2\4\3\6|\1\5\7\2\4\6\3|\1\5\7\2\6\3\4|\1\5\7\2\6\4\3|\1\5\7\3\2\4\6|\1\5\7\3\2\6\4|\1\5\7\3\4\2\6|\1\5\7\3\4\6\2|\1\5\7\3\6\2\4|\1\5\7\3\6\4\2|\1\5\7\4\2\3\6|\1\5\7\4\2\6\3|\1\5\7\4\3\2\6|\1\5\7\4\3\6\2|\1\5\7\4\6\2\3|\1\5\7\4\6\3\2|\1\5\7\6\2\3\4|\1\5\7\6\2\4\3|\1\5\7\6\3\2\4|\1\5\7\6\3\4\2|\1\5\7\6\4\2\3|\1\5\7\6\4\3\2|\1\6\2\3\4\5\7|\1\6\2\3\4\7\5|\1\6\2\3\5\4\7|\1\6\2\3\5\7\4|\1\6\2\3\7\4\5|\1\6\2\3\7\5\4|\1\6\2\4\3\5\7|\1\6\2\4\3\7\5|\1\6\2\4\5\3\7|\1\6\2\4\5\7\3|\1\6\2\4\7\3\5|\1\6\2\4\7\5\3|\1\6\2\5\3\4\7|\1\6\2\5\3\7\4|\1\6\2\5\4\3\7|\1\6\2\5\4\7\3|\1\6\2\5\7\3\4|\1\6\2\5\7\4\3|\1\6\2\7\3\4\5|\1\6\2\7\3\5\4|\1\6\2\7\4\3\5|\1\6\2\7\4\5\3|\1\6\2\7\5\3\4|\1\6\2\7\5\4\3|\1\6\3\2\4\5\7|\1\6\3\2\4\7\5|\1\6\3\2\5\4\7|\1\6\3\2\5\7\4|\1\6\3\2\7\4\5|\1\6\3\2\7\5\4|\1\6\3\4\2\5\7|\1\6\3\4\2\7\5|\1\6\3\4\5\2\7|\1\6\3\4\5\7\2|\1\6\3\4\7\2\5|\1\6\3\4\7\5\2|\1\6\3\5\2\4\7|\1\6\3\5\2\7\4|\1\6\3\5\4\2\7|\1\6\3\5\4\7\2|\1\6\3\5\7\2\4|\1\6\3\5\7\4\2|\1\6\3\7\2\4\5|\1\6\3\7\2\5\4|\1\6\3\7\4\2\5|\1\6\3\7\4\5\2|\1\6\3\7\5\2\4|\1\6\3\7\5\4\2|\1\6\4\2\3\5\7|\1\6\4\2\3\7\5|\1\6\4\2\5\3\7|\1\6\4\2\5\7\3|\1\6\4\2\7\3\5|\1\6\4\2\7\5\3|\1\6\4\3\2\5\7|\1\6\4\3\2\7\5|\1\6\4\3\5\2\7|\1\6\4\3\5\7\2|\1\6\4\3\7\2\5|\1\6\4\3\7\5\2|\1\6\4\5\2\3\7|\1\6\4\5\2\7\3|\1\6\4\5\3\2\7|\1\6\4\5\3\7\2|\1\6\4\5\7\2\3|\1\6\4\5\7\3\2|\1\6\4\7\2\3\5|\1\6\4\7\2\5\3|\1\6\4\7\3\2\5|\1\6\4\7\3\5\2|\1\6\4\7\5\2\3|\1\6\4\7\5\3\2|\1\6\5\2\3\4\7|\1\6\5\2\3\7\4|\1\6\5\2\4\3\7|\1\6\5\2\4\7\3|\1\6\5\2\7\3\4|\1\6\5\2\7\4\3|\1\6\5\3\2\4\7|\1\6\5\3\2\7\4|\1\6\5\3\4\2\7|\1\6\5\3\4\7\2|\1\6\5\3\7\2\4|\1\6\5\3\7\4\2|\1\6\5\4\2\3\7|\1\6\5\4\2\7\3|\1\6\5\4\3\2\7|\1\6\5\4\3\7\2|\1\6\5\4\7\2\3|\1\6\5\4\7\3\2|\1\6\5\7\2\3\4|\1\6\5\7\2\4\3|\1\6\5\7\3\2\4|\1\6\5\7\3\4\2|\1\6\5\7\4\2\3|\1\6\5\7\4\3\2|\1\6\7\2\3\4\5|\1\6\7\2\3\5\4|\1\6\7\2\4\3\5|\1\6\7\2\4\5\3|\1\6\7\2\5\3\4|\1\6\7\2\5\4\3|\1\6\7\3\2\4\5|\1\6\7\3\2\5\4|\1\6\7\3\4\2\5|\1\6\7\3\4\5\2|\1\6\7\3\5\2\4|\1\6\7\3\5\4\2|\1\6\7\4\2\3\5|\1\6\7\4\2\5\3|\1\6\7\4\3\2\5|\1\6\7\4\3\5\2|\1\6\7\4\5\2\3|\1\6\7\4\5\3\2|\1\6\7\5\2\3\4|\1\6\7\5\2\4\3|\1\6\7\5\3\2\4|\1\6\7\5\3\4\2|\1\6\7\5\4\2\3|\1\6\7\5\4\3\2|\1\7\2\3\4\5\6|\1\7\2\3\4\6\5|\1\7\2\3\5\4\6|\1\7\2\3\5\6\4|\1\7\2\3\6\4\5|\1\7\2\3\6\5\4|\1\7\2\4\3\5\6|\1\7\2\4\3\6\5|\1\7\2\4\5\3\6|\1\7\2\4\5\6\3|\1\7\2\4\6\3\5|\1\7\2\4\6\5\3|\1\7\2\5\3\4\6|\1\7\2\5\3\6\4|\1\7\2\5\4\3\6|\1\7\2\5\4\6\3|\1\7\2\5\6\3\4|\1\7\2\5\6\4\3|\1\7\2\6\3\4\5|\1\7\2\6\3\5\4|\1\7\2\6\4\3\5|\1\7\2\6\4\5\3|\1\7\2\6\5\3\4|\1\7\2\6\5\4\3|\1\7\3\2\4\5\6|\1\7\3\2\4\6\5|\1\7\3\2\5\4\6|\1\7\3\2\5\6\4|\1\7\3\2\6\4\5|\1\7\3\2\6\5\4|\1\7\3\4\2\5\6|\1\7\3\4\2\6\5|\1\7\3\4\5\2\6|\1\7\3\4\5\6\2|\1\7\3\4\6\2\5|\1\7\3\4\6\5\2|\1\7\3\5\2\4\6|\1\7\3\5\2\6\4|\1\7\3\5\4\2\6|\1\7\3\5\4\6\2|\1\7\3\5\6\2\4|\1\7\3\5\6\4\2|\1\7\3\6\2\4\5|\1\7\3\6\2\5\4|\1\7\3\6\4\2\5|\1\7\3\6\4\5\2|\1\7\3\6\5\2\4|\1\7\3\6\5\4\2|\1\7\4\2\3\5\6|\1\7\4\2\3\6\5|\1\7\4\2\5\3\6|\1\7\4\2\5\6\3|\1\7\4\2\6\3\5|\1\7\4\2\6\5\3|\1\7\4\3\2\5\6|\1\7\4\3\2\6\5|\1\7\4\3\5\2\6|\1\7\4\3\5\6\2|\1\7\4\3\6\2\5|\1\7\4\3\6\5\2|\1\7\4\5\2\3\6|\1\7\4\5\2\6\3|\1\7\4\5\3\2\6|\1\7\4\5\3\6\2|\1\7\4\5\6\2\3|\1\7\4\5\6\3\2|\1\7\4\6\2\3\5|\1\7\4\6\2\5\3|\1\7\4\6\3\2\5|\1\7\4\6\3\5\2|\1\7\4\6\5\2\3|\1\7\4\6\5\3\2|\1\7\5\2\3\4\6|\1\7\5\2\3\6\4|\1\7\5\2\4\3\6|\1\7\5\2\4\6\3|\1\7\5\2\6\3\4|\1\7\5\2\6\4\3|\1\7\5\3\2\4\6|\1\7\5\3\2\6\4|\1\7\5\3\4\2\6|\1\7\5\3\4\6\2|\1\7\5\3\6\2\4|\1\7\5\3\6\4\2|\1\7\5\4\2\3\6|\1\7\5\4\2\6\3|\1\7\5\4\3\2\6|\1\7\5\4\3\6\2|\1\7\5\4\6\2\3|\1\7\5\4\6\3\2|\1\7\5\6\2\3\4|\1\7\5\6\2\4\3|\1\7\5\6\3\2\4|\1\7\5\6\3\4\2|\1\7\5\6\4\2\3|\1\7\5\6\4\3\2|\1\7\6\2\3\4\5|\1\7\6\2\3\5\4|\1\7\6\2\4\3\5|\1\7\6\2\4\5\3|\1\7\6\2\5\3\4|\1\7\6\2\5\4\3|\1\7\6\3\2\4\5|\1\7\6\3\2\5\4|\1\7\6\3\4\2\5|\1\7\6\3\4\5\2|\1\7\6\3\5\2\4|\1\7\6\3\5\4\2|\1\7\6\4\2\3\5|\1\7\6\4\2\5\3|\1\7\6\4\3\2\5|\1\7\6\4\3\5\2|\1\7\6\4\5\2\3|\1\7\6\4\5\3\2|\1\7\6\5\2\3\4|\1\7\6\5\2\4\3|\1\7\6\5\3\2\4|\1\7\6\5\3\4\2|\1\7\6\5\4\2\3|\1\7\6\5\4\3\2|\2\1\3\4\5\6\7|\2\1\3\4\5\7\6|\2\1\3\4\6\5\7|\2\1\3\4\6\7\5|\2\1\3\4\7\5\6|\2\1\3\4\7\6\5|\2\1\3\5\4\6\7|\2\1\3\5\4\7\6|\2\1\3\5\6\4\7|\2\1\3\5\6\7\4|\2\1\3\5\7\4\6|\2\1\3\5\7\6\4|\2\1\3\6\4\5\7|\2\1\3\6\4\7\5|\2\1\3\6\5\4\7|\2\1\3\6\5\7\4|\2\1\3\6\7\4\5|\2\1\3\6\7\5\4|\2\1\3\7\4\5\6|\2\1\3\7\4\6\5|\2\1\3\7\5\4\6|\2\1\3\7\5\6\4|\2\1\3\7\6\4\5|\2\1\3\7\6\5\4|\2\1\4\3\5\6\7|\2\1\4\3\5\7\6|\2\1\4\3\6\5\7|\2\1\4\3\6\7\5|\2\1\4\3\7\5\6|\2\1\4\3\7\6\5|\2\1\4\5\3\6\7|\2\1\4\5\3\7\6|\2\1\4\5\6\3\7|\2\1\4\5\6\7\3|\2\1\4\5\7\3\6|\2\1\4\5\7\6\3|\2\1\4\6\3\5\7|\2\1\4\6\3\7\5|\2\1\4\6\5\3\7|\2\1\4\6\5\7\3|\2\1\4\6\7\3\5|\2\1\4\6\7\5\3|\2\1\4\7\3\5\6|\2\1\4\7\3\6\5|\2\1\4\7\5\3\6|\2\1\4\7\5\6\3|\2\1\4\7\6\3\5|\2\1\4\7\6\5\3|\2\1\5\3\4\6\7|\2\1\5\3\4\7\6|\2\1\5\3\6\4\7|\2\1\5\3\6\7\4|\2\1\5\3\7\4\6|\2\1\5\3\7\6\4|\2\1\5\4\3\6\7|\2\1\5\4\3\7\6|\2\1\5\4\6\3\7|\2\1\5\4\6\7\3|\2\1\5\4\7\3\6|\2\1\5\4\7\6\3|\2\1\5\6\3\4\7|\2\1\5\6\3\7\4|\2\1\5\6\4\3\7|\2\1\5\6\4\7\3|\2\1\5\6\7\3\4|\2\1\5\6\7\4\3|\2\1\5\7\3\4\6|\2\1\5\7\3\6\4|\2\1\5\7\4\3\6|\2\1\5\7\4\6\3|\2\1\5\7\6\3\4|\2\1\5\7\6\4\3|\2\1\6\3\4\5\7|\2\1\6\3\4\7\5|\2\1\6\3\5\4\7|\2\1\6\3\5\7\4|\2\1\6\3\7\4\5|\2\1\6\3\7\5\4|\2\1\6\4\3\5\7|\2\1\6\4\3\7\5|\2\1\6\4\5\3\7|\2\1\6\4\5\7\3|\2\1\6\4\7\3\5|\2\1\6\4\7\5\3|\2\1\6\5\3\4\7|\2\1\6\5\3\7\4|\2\1\6\5\4\3\7|\2\1\6\5\4\7\3|\2\1\6\5\7\3\4|\2\1\6\5\7\4\3|\2\1\6\7\3\4\5|\2\1\6\7\3\5\4|\2\1\6\7\4\3\5|\2\1\6\7\4\5\3|\2\1\6\7\5\3\4|\2\1\6\7\5\4\3|\2\1\7\3\4\5\6|\2\1\7\3\4\6\5|\2\1\7\3\5\4\6|\2\1\7\3\5\6\4|\2\1\7\3\6\4\5|\2\1\7\3\6\5\4|\2\1\7\4\3\5\6|\2\1\7\4\3\6\5|\2\1\7\4\5\3\6|\2\1\7\4\5\6\3|\2\1\7\4\6\3\5|\2\1\7\4\6\5\3|\2\1\7\5\3\4\6|\2\1\7\5\3\6\4|\2\1\7\5\4\3\6|\2\1\7\5\4\6\3|\2\1\7\5\6\3\4|\2\1\7\5\6\4\3|\2\1\7\6\3\4\5|\2\1\7\6\3\5\4|\2\1\7\6\4\3\5|\2\1\7\6\4\5\3|\2\1\7\6\5\3\4|\2\1\7\6\5\4\3|\2\3\1\4\5\6\7|\2\3\1\4\5\7\6|\2\3\1\4\6\5\7|\2\3\1\4\6\7\5|\2\3\1\4\7\5\6|\2\3\1\4\7\6\5|\2\3\1\5\4\6\7|\2\3\1\5\4\7\6|\2\3\1\5\6\4\7|\2\3\1\5\6\7\4|\2\3\1\5\7\4\6|\2\3\1\5\7\6\4|\2\3\1\6\4\5\7|\2\3\1\6\4\7\5|\2\3\1\6\5\4\7|\2\3\1\6\5\7\4|\2\3\1\6\7\4\5|\2\3\1\6\7\5\4|\2\3\1\7\4\5\6|\2\3\1\7\4\6\5|\2\3\1\7\5\4\6|\2\3\1\7\5\6\4|\2\3\1\7\6\4\5|\2\3\1\7\6\5\4|\2\3\4\1\5\6\7|\2\3\4\1\5\7\6|\2\3\4\1\6\5\7|\2\3\4\1\6\7\5|\2\3\4\1\7\5\6|\2\3\4\1\7\6\5|\2\3\4\5\1\6\7|\2\3\4\5\1\7\6|\2\3\4\5\6\1\7|\2\3\4\5\6\7\1|\2\3\4\5\7\1\6|\2\3\4\5\7\6\1|\2\3\4\6\1\5\7|\2\3\4\6\1\7\5|\2\3\4\6\5\1\7|\2\3\4\6\5\7\1|\2\3\4\6\7\1\5|\2\3\4\6\7\5\1|\2\3\4\7\1\5\6|\2\3\4\7\1\6\5|\2\3\4\7\5\1\6|\2\3\4\7\5\6\1|\2\3\4\7\6\1\5|\2\3\4\7\6\5\1|\2\3\5\1\4\6\7|\2\3\5\1\4\7\6|\2\3\5\1\6\4\7|\2\3\5\1\6\7\4|\2\3\5\1\7\4\6|\2\3\5\1\7\6\4|\2\3\5\4\1\6\7|\2\3\5\4\1\7\6|\2\3\5\4\6\1\7|\2\3\5\4\6\7\1|\2\3\5\4\7\1\6|\2\3\5\4\7\6\1|\2\3\5\6\1\4\7|\2\3\5\6\1\7\4|\2\3\5\6\4\1\7|\2\3\5\6\4\7\1|\2\3\5\6\7\1\4|\2\3\5\6\7\4\1|\2\3\5\7\1\4\6|\2\3\5\7\1\6\4|\2\3\5\7\4\1\6|\2\3\5\7\4\6\1|\2\3\5\7\6\1\4|\2\3\5\7\6\4\1|\2\3\6\1\4\5\7|\2\3\6\1\4\7\5|\2\3\6\1\5\4\7|\2\3\6\1\5\7\4|\2\3\6\1\7\4\5|\2\3\6\1\7\5\4|\2\3\6\4\1\5\7|\2\3\6\4\1\7\5|\2\3\6\4\5\1\7|\2\3\6\4\5\7\1|\2\3\6\4\7\1\5|\2\3\6\4\7\5\1|\2\3\6\5\1\4\7|\2\3\6\5\1\7\4|\2\3\6\5\4\1\7|\2\3\6\5\4\7\1|\2\3\6\5\7\1\4|\2\3\6\5\7\4\1|\2\3\6\7\1\4\5|\2\3\6\7\1\5\4|\2\3\6\7\4\1\5|\2\3\6\7\4\5\1|\2\3\6\7\5\1\4|\2\3\6\7\5\4\1|\2\3\7\1\4\5\6|\2\3\7\1\4\6\5|\2\3\7\1\5\4\6|\2\3\7\1\5\6\4|\2\3\7\1\6\4\5|\2\3\7\1\6\5\4|\2\3\7\4\1\5\6|\2\3\7\4\1\6\5|\2\3\7\4\5\1\6|\2\3\7\4\5\6\1|\2\3\7\4\6\1\5|\2\3\7\4\6\5\1|\2\3\7\5\1\4\6|\2\3\7\5\1\6\4|\2\3\7\5\4\1\6|\2\3\7\5\4\6\1|\2\3\7\5\6\1\4|\2\3\7\5\6\4\1|\2\3\7\6\1\4\5|\2\3\7\6\1\5\4|\2\3\7\6\4\1\5|\2\3\7\6\4\5\1|\2\3\7\6\5\1\4|\2\3\7\6\5\4\1|\2\4\1\3\5\6\7|\2\4\1\3\5\7\6|\2\4\1\3\6\5\7|\2\4\1\3\6\7\5|\2\4\1\3\7\5\6|\2\4\1\3\7\6\5|\2\4\1\5\3\6\7|\2\4\1\5\3\7\6|\2\4\1\5\6\3\7|\2\4\1\5\6\7\3|\2\4\1\5\7\3\6|\2\4\1\5\7\6\3|\2\4\1\6\3\5\7|\2\4\1\6\3\7\5|\2\4\1\6\5\3\7|\2\4\1\6\5\7\3|\2\4\1\6\7\3\5|\2\4\1\6\7\5\3|\2\4\1\7\3\5\6|\2\4\1\7\3\6\5|\2\4\1\7\5\3\6|\2\4\1\7\5\6\3|\2\4\1\7\6\3\5|\2\4\1\7\6\5\3|\2\4\3\1\5\6\7|\2\4\3\1\5\7\6|\2\4\3\1\6\5\7|\2\4\3\1\6\7\5|\2\4\3\1\7\5\6|\2\4\3\1\7\6\5|\2\4\3\5\1\6\7|\2\4\3\5\1\7\6|\2\4\3\5\6\1\7|\2\4\3\5\6\7\1|\2\4\3\5\7\1\6|\2\4\3\5\7\6\1|\2\4\3\6\1\5\7|\2\4\3\6\1\7\5|\2\4\3\6\5\1\7|\2\4\3\6\5\7\1|\2\4\3\6\7\1\5|\2\4\3\6\7\5\1|\2\4\3\7\1\5\6|\2\4\3\7\1\6\5|\2\4\3\7\5\1\6|\2\4\3\7\5\6\1|\2\4\3\7\6\1\5|\2\4\3\7\6\5\1|\2\4\5\1\3\6\7|\2\4\5\1\3\7\6|\2\4\5\1\6\3\7|\2\4\5\1\6\7\3|\2\4\5\1\7\3\6|\2\4\5\1\7\6\3|\2\4\5\3\1\6\7|\2\4\5\3\1\7\6|\2\4\5\3\6\1\7|\2\4\5\3\6\7\1|\2\4\5\3\7\1\6|\2\4\5\3\7\6\1|\2\4\5\6\1\3\7|\2\4\5\6\1\7\3|\2\4\5\6\3\1\7|\2\4\5\6\3\7\1|\2\4\5\6\7\1\3|\2\4\5\6\7\3\1|\2\4\5\7\1\3\6|\2\4\5\7\1\6\3|\2\4\5\7\3\1\6|\2\4\5\7\3\6\1|\2\4\5\7\6\1\3|\2\4\5\7\6\3\1|\2\4\6\1\3\5\7|\2\4\6\1\3\7\5|\2\4\6\1\5\3\7|\2\4\6\1\5\7\3|\2\4\6\1\7\3\5|\2\4\6\1\7\5\3|\2\4\6\3\1\5\7|\2\4\6\3\1\7\5|\2\4\6\3\5\1\7|\2\4\6\3\5\7\1|\2\4\6\3\7\1\5|\2\4\6\3\7\5\1|\2\4\6\5\1\3\7|\2\4\6\5\1\7\3|\2\4\6\5\3\1\7|\2\4\6\5\3\7\1|\2\4\6\5\7\1\3|\2\4\6\5\7\3\1|\2\4\6\7\1\3\5|\2\4\6\7\1\5\3|\2\4\6\7\3\1\5|\2\4\6\7\3\5\1|\2\4\6\7\5\1\3|\2\4\6\7\5\3\1|\2\4\7\1\3\5\6|\2\4\7\1\3\6\5|\2\4\7\1\5\3\6|\2\4\7\1\5\6\3|\2\4\7\1\6\3\5|\2\4\7\1\6\5\3|\2\4\7\3\1\5\6|\2\4\7\3\1\6\5|\2\4\7\3\5\1\6|\2\4\7\3\5\6\1|\2\4\7\3\6\1\5|\2\4\7\3\6\5\1|\2\4\7\5\1\3\6|\2\4\7\5\1\6\3|\2\4\7\5\3\1\6|\2\4\7\5\3\6\1|\2\4\7\5\6\1\3|\2\4\7\5\6\3\1|\2\4\7\6\1\3\5|\2\4\7\6\1\5\3|\2\4\7\6\3\1\5|\2\4\7\6\3\5\1|\2\4\7\6\5\1\3|\2\4\7\6\5\3\1|\2\5\1\3\4\6\7|\2\5\1\3\4\7\6|\2\5\1\3\6\4\7|\2\5\1\3\6\7\4|\2\5\1\3\7\4\6|\2\5\1\3\7\6\4|\2\5\1\4\3\6\7|\2\5\1\4\3\7\6|\2\5\1\4\6\3\7|\2\5\1\4\6\7\3|\2\5\1\4\7\3\6|\2\5\1\4\7\6\3|\2\5\1\6\3\4\7|\2\5\1\6\3\7\4|\2\5\1\6\4\3\7|\2\5\1\6\4\7\3|\2\5\1\6\7\3\4|\2\5\1\6\7\4\3|\2\5\1\7\3\4\6|\2\5\1\7\3\6\4|\2\5\1\7\4\3\6|\2\5\1\7\4\6\3|\2\5\1\7\6\3\4|\2\5\1\7\6\4\3|\2\5\3\1\4\6\7|\2\5\3\1\4\7\6|\2\5\3\1\6\4\7|\2\5\3\1\6\7\4|\2\5\3\1\7\4\6|\2\5\3\1\7\6\4|\2\5\3\4\1\6\7|\2\5\3\4\1\7\6|\2\5\3\4\6\1\7|\2\5\3\4\6\7\1|\2\5\3\4\7\1\6|\2\5\3\4\7\6\1|\2\5\3\6\1\4\7|\2\5\3\6\1\7\4|\2\5\3\6\4\1\7|\2\5\3\6\4\7\1|\2\5\3\6\7\1\4|\2\5\3\6\7\4\1|\2\5\3\7\1\4\6|\2\5\3\7\1\6\4|\2\5\3\7\4\1\6|\2\5\3\7\4\6\1|\2\5\3\7\6\1\4|\2\5\3\7\6\4\1|\2\5\4\1\3\6\7|\2\5\4\1\3\7\6|\2\5\4\1\6\3\7|\2\5\4\1\6\7\3|\2\5\4\1\7\3\6|\2\5\4\1\7\6\3|\2\5\4\3\1\6\7|\2\5\4\3\1\7\6|\2\5\4\3\6\1\7|\2\5\4\3\6\7\1|\2\5\4\3\7\1\6|\2\5\4\3\7\6\1|\2\5\4\6\1\3\7|\2\5\4\6\1\7\3|\2\5\4\6\3\1\7|\2\5\4\6\3\7\1|\2\5\4\6\7\1\3|\2\5\4\6\7\3\1|\2\5\4\7\1\3\6|\2\5\4\7\1\6\3|\2\5\4\7\3\1\6|\2\5\4\7\3\6\1|\2\5\4\7\6\1\3|\2\5\4\7\6\3\1|\2\5\6\1\3\4\7|\2\5\6\1\3\7\4|\2\5\6\1\4\3\7|\2\5\6\1\4\7\3|\2\5\6\1\7\3\4|\2\5\6\1\7\4\3|\2\5\6\3\1\4\7|\2\5\6\3\1\7\4|\2\5\6\3\4\1\7|\2\5\6\3\4\7\1|\2\5\6\3\7\1\4|\2\5\6\3\7\4\1|\2\5\6\4\1\3\7|\2\5\6\4\1\7\3|\2\5\6\4\3\1\7|\2\5\6\4\3\7\1|\2\5\6\4\7\1\3|\2\5\6\4\7\3\1|\2\5\6\7\1\3\4|\2\5\6\7\1\4\3|\2\5\6\7\3\1\4|\2\5\6\7\3\4\1|\2\5\6\7\4\1\3|\2\5\6\7\4\3\1|\2\5\7\1\3\4\6|\2\5\7\1\3\6\4|\2\5\7\1\4\3\6|\2\5\7\1\4\6\3|\2\5\7\1\6\3\4|\2\5\7\1\6\4\3|\2\5\7\3\1\4\6|\2\5\7\3\1\6\4|\2\5\7\3\4\1\6|\2\5\7\3\4\6\1|\2\5\7\3\6\1\4|\2\5\7\3\6\4\1|\2\5\7\4\1\3\6|\2\5\7\4\1\6\3|\2\5\7\4\3\1\6|\2\5\7\4\3\6\1|\2\5\7\4\6\1\3|\2\5\7\4\6\3\1|\2\5\7\6\1\3\4|\2\5\7\6\1\4\3|\2\5\7\6\3\1\4|\2\5\7\6\3\4\1|\2\5\7\6\4\1\3|\2\5\7\6\4\3\1|\2\6\1\3\4\5\7|\2\6\1\3\4\7\5|\2\6\1\3\5\4\7|\2\6\1\3\5\7\4|\2\6\1\3\7\4\5|\2\6\1\3\7\5\4|\2\6\1\4\3\5\7|\2\6\1\4\3\7\5|\2\6\1\4\5\3\7|\2\6\1\4\5\7\3|\2\6\1\4\7\3\5|\2\6\1\4\7\5\3|\2\6\1\5\3\4\7|\2\6\1\5\3\7\4|\2\6\1\5\4\3\7|\2\6\1\5\4\7\3|\2\6\1\5\7\3\4|\2\6\1\5\7\4\3|\2\6\1\7\3\4\5|\2\6\1\7\3\5\4|\2\6\1\7\4\3\5|\2\6\1\7\4\5\3|\2\6\1\7\5\3\4|\2\6\1\7\5\4\3|\2\6\3\1\4\5\7|\2\6\3\1\4\7\5|\2\6\3\1\5\4\7|\2\6\3\1\5\7\4|\2\6\3\1\7\4\5|\2\6\3\1\7\5\4|\2\6\3\4\1\5\7|\2\6\3\4\1\7\5|\2\6\3\4\5\1\7|\2\6\3\4\5\7\1|\2\6\3\4\7\1\5|\2\6\3\4\7\5\1|\2\6\3\5\1\4\7|\2\6\3\5\1\7\4|\2\6\3\5\4\1\7|\2\6\3\5\4\7\1|\2\6\3\5\7\1\4|\2\6\3\5\7\4\1|\2\6\3\7\1\4\5|\2\6\3\7\1\5\4|\2\6\3\7\4\1\5|\2\6\3\7\4\5\1|\2\6\3\7\5\1\4|\2\6\3\7\5\4\1|\2\6\4\1\3\5\7|\2\6\4\1\3\7\5|\2\6\4\1\5\3\7|\2\6\4\1\5\7\3|\2\6\4\1\7\3\5|\2\6\4\1\7\5\3|\2\6\4\3\1\5\7|\2\6\4\3\1\7\5|\2\6\4\3\5\1\7|\2\6\4\3\5\7\1|\2\6\4\3\7\1\5|\2\6\4\3\7\5\1|\2\6\4\5\1\3\7|\2\6\4\5\1\7\3|\2\6\4\5\3\1\7|\2\6\4\5\3\7\1|\2\6\4\5\7\1\3|\2\6\4\5\7\3\1|\2\6\4\7\1\3\5|\2\6\4\7\1\5\3|\2\6\4\7\3\1\5|\2\6\4\7\3\5\1|\2\6\4\7\5\1\3|\2\6\4\7\5\3\1|\2\6\5\1\3\4\7|\2\6\5\1\3\7\4|\2\6\5\1\4\3\7|\2\6\5\1\4\7\3|\2\6\5\1\7\3\4|\2\6\5\1\7\4\3|\2\6\5\3\1\4\7|\2\6\5\3\1\7\4|\2\6\5\3\4\1\7|\2\6\5\3\4\7\1|\2\6\5\3\7\1\4|\2\6\5\3\7\4\1|\2\6\5\4\1\3\7|\2\6\5\4\1\7\3|\2\6\5\4\3\1\7|\2\6\5\4\3\7\1|\2\6\5\4\7\1\3|\2\6\5\4\7\3\1|\2\6\5\7\1\3\4|\2\6\5\7\1\4\3|\2\6\5\7\3\1\4|\2\6\5\7\3\4\1|\2\6\5\7\4\1\3|\2\6\5\7\4\3\1|\2\6\7\1\3\4\5|\2\6\7\1\3\5\4|\2\6\7\1\4\3\5|\2\6\7\1\4\5\3|\2\6\7\1\5\3\4|\2\6\7\1\5\4\3|\2\6\7\3\1\4\5|\2\6\7\3\1\5\4|\2\6\7\3\4\1\5|\2\6\7\3\4\5\1|\2\6\7\3\5\1\4|\2\6\7\3\5\4\1|\2\6\7\4\1\3\5|\2\6\7\4\1\5\3|\2\6\7\4\3\1\5|\2\6\7\4\3\5\1|\2\6\7\4\5\1\3|\2\6\7\4\5\3\1|\2\6\7\5\1\3\4|\2\6\7\5\1\4\3|\2\6\7\5\3\1\4|\2\6\7\5\3\4\1|\2\6\7\5\4\1\3|\2\6\7\5\4\3\1|\2\7\1\3\4\5\6|\2\7\1\3\4\6\5|\2\7\1\3\5\4\6|\2\7\1\3\5\6\4|\2\7\1\3\6\4\5|\2\7\1\3\6\5\4|\2\7\1\4\3\5\6|\2\7\1\4\3\6\5|\2\7\1\4\5\3\6|\2\7\1\4\5\6\3|\2\7\1\4\6\3\5|\2\7\1\4\6\5\3|\2\7\1\5\3\4\6|\2\7\1\5\3\6\4|\2\7\1\5\4\3\6|\2\7\1\5\4\6\3|\2\7\1\5\6\3\4|\2\7\1\5\6\4\3|\2\7\1\6\3\4\5|\2\7\1\6\3\5\4|\2\7\1\6\4\3\5|\2\7\1\6\4\5\3|\2\7\1\6\5\3\4|\2\7\1\6\5\4\3|\2\7\3\1\4\5\6|\2\7\3\1\4\6\5|\2\7\3\1\5\4\6|\2\7\3\1\5\6\4|\2\7\3\1\6\4\5|\2\7\3\1\6\5\4|\2\7\3\4\1\5\6|\2\7\3\4\1\6\5|\2\7\3\4\5\1\6|\2\7\3\4\5\6\1|\2\7\3\4\6\1\5|\2\7\3\4\6\5\1|\2\7\3\5\1\4\6|\2\7\3\5\1\6\4|\2\7\3\5\4\1\6|\2\7\3\5\4\6\1|\2\7\3\5\6\1\4|\2\7\3\5\6\4\1|\2\7\3\6\1\4\5|\2\7\3\6\1\5\4|\2\7\3\6\4\1\5|\2\7\3\6\4\5\1|\2\7\3\6\5\1\4|\2\7\3\6\5\4\1|\2\7\4\1\3\5\6|\2\7\4\1\3\6\5|\2\7\4\1\5\3\6|\2\7\4\1\5\6\3|\2\7\4\1\6\3\5|\2\7\4\1\6\5\3|\2\7\4\3\1\5\6|\2\7\4\3\1\6\5|\2\7\4\3\5\1\6|\2\7\4\3\5\6\1|\2\7\4\3\6\1\5|\2\7\4\3\6\5\1|\2\7\4\5\1\3\6|\2\7\4\5\1\6\3|\2\7\4\5\3\1\6|\2\7\4\5\3\6\1|\2\7\4\5\6\1\3|\2\7\4\5\6\3\1|\2\7\4\6\1\3\5|\2\7\4\6\1\5\3|\2\7\4\6\3\1\5|\2\7\4\6\3\5\1|\2\7\4\6\5\1\3|\2\7\4\6\5\3\1|\2\7\5\1\3\4\6|\2\7\5\1\3\6\4|\2\7\5\1\4\3\6|\2\7\5\1\4\6\3|\2\7\5\1\6\3\4|\2\7\5\1\6\4\3|\2\7\5\3\1\4\6|\2\7\5\3\1\6\4|\2\7\5\3\4\1\6|\2\7\5\3\4\6\1|\2\7\5\3\6\1\4|\2\7\5\3\6\4\1|\2\7\5\4\1\3\6|\2\7\5\4\1\6\3|\2\7\5\4\3\1\6|\2\7\5\4\3\6\1|\2\7\5\4\6\1\3|\2\7\5\4\6\3\1|\2\7\5\6\1\3\4|\2\7\5\6\1\4\3|\2\7\5\6\3\1\4|\2\7\5\6\3\4\1|\2\7\5\6\4\1\3|\2\7\5\6\4\3\1|\2\7\6\1\3\4\5|\2\7\6\1\3\5\4|\2\7\6\1\4\3\5|\2\7\6\1\4\5\3|\2\7\6\1\5\3\4|\2\7\6\1\5\4\3|\2\7\6\3\1\4\5|\2\7\6\3\1\5\4|\2\7\6\3\4\1\5|\2\7\6\3\4\5\1|\2\7\6\3\5\1\4|\2\7\6\3\5\4\1|\2\7\6\4\1\3\5|\2\7\6\4\1\5\3|\2\7\6\4\3\1\5|\2\7\6\4\3\5\1|\2\7\6\4\5\1\3|\2\7\6\4\5\3\1|\2\7\6\5\1\3\4|\2\7\6\5\1\4\3|\2\7\6\5\3\1\4|\2\7\6\5\3\4\1|\2\7\6\5\4\1\3|\2\7\6\5\4\3\1|\3\1\2\4\5\6\7|\3\1\2\4\5\7\6|\3\1\2\4\6\5\7|\3\1\2\4\6\7\5|\3\1\2\4\7\5\6|\3\1\2\4\7\6\5|\3\1\2\5\4\6\7|\3\1\2\5\4\7\6|\3\1\2\5\6\4\7|\3\1\2\5\6\7\4|\3\1\2\5\7\4\6|\3\1\2\5\7\6\4|\3\1\2\6\4\5\7|\3\1\2\6\4\7\5|\3\1\2\6\5\4\7|\3\1\2\6\5\7\4|\3\1\2\6\7\4\5|\3\1\2\6\7\5\4|\3\1\2\7\4\5\6|\3\1\2\7\4\6\5|\3\1\2\7\5\4\6|\3\1\2\7\5\6\4|\3\1\2\7\6\4\5|\3\1\2\7\6\5\4|\3\1\4\2\5\6\7|\3\1\4\2\5\7\6|\3\1\4\2\6\5\7|\3\1\4\2\6\7\5|\3\1\4\2\7\5\6|\3\1\4\2\7\6\5|\3\1\4\5\2\6\7|\3\1\4\5\2\7\6|\3\1\4\5\6\2\7|\3\1\4\5\6\7\2|\3\1\4\5\7\2\6|\3\1\4\5\7\6\2|\3\1\4\6\2\5\7|\3\1\4\6\2\7\5|\3\1\4\6\5\2\7|\3\1\4\6\5\7\2|\3\1\4\6\7\2\5|\3\1\4\6\7\5\2|\3\1\4\7\2\5\6|\3\1\4\7\2\6\5|\3\1\4\7\5\2\6|\3\1\4\7\5\6\2|\3\1\4\7\6\2\5|\3\1\4\7\6\5\2|\3\1\5\2\4\6\7|\3\1\5\2\4\7\6|\3\1\5\2\6\4\7|\3\1\5\2\6\7\4|\3\1\5\2\7\4\6|\3\1\5\2\7\6\4|\3\1\5\4\2\6\7|\3\1\5\4\2\7\6|\3\1\5\4\6\2\7|\3\1\5\4\6\7\2|\3\1\5\4\7\2\6|\3\1\5\4\7\6\2|\3\1\5\6\2\4\7|\3\1\5\6\2\7\4|\3\1\5\6\4\2\7|\3\1\5\6\4\7\2|\3\1\5\6\7\2\4|\3\1\5\6\7\4\2|\3\1\5\7\2\4\6|\3\1\5\7\2\6\4|\3\1\5\7\4\2\6|\3\1\5\7\4\6\2|\3\1\5\7\6\2\4|\3\1\5\7\6\4\2|\3\1\6\2\4\5\7|\3\1\6\2\4\7\5|\3\1\6\2\5\4\7|\3\1\6\2\5\7\4|\3\1\6\2\7\4\5|\3\1\6\2\7\5\4|\3\1\6\4\2\5\7|\3\1\6\4\2\7\5|\3\1\6\4\5\2\7|\3\1\6\4\5\7\2|\3\1\6\4\7\2\5|\3\1\6\4\7\5\2|\3\1\6\5\2\4\7|\3\1\6\5\2\7\4|\3\1\6\5\4\2\7|\3\1\6\5\4\7\2|\3\1\6\5\7\2\4|\3\1\6\5\7\4\2|\3\1\6\7\2\4\5|\3\1\6\7\2\5\4|\3\1\6\7\4\2\5|\3\1\6\7\4\5\2|\3\1\6\7\5\2\4|\3\1\6\7\5\4\2|\3\1\7\2\4\5\6|\3\1\7\2\4\6\5|\3\1\7\2\5\4\6|\3\1\7\2\5\6\4|\3\1\7\2\6\4\5|\3\1\7\2\6\5\4|\3\1\7\4\2\5\6|\3\1\7\4\2\6\5|\3\1\7\4\5\2\6|\3\1\7\4\5\6\2|\3\1\7\4\6\2\5|\3\1\7\4\6\5\2|\3\1\7\5\2\4\6|\3\1\7\5\2\6\4|\3\1\7\5\4\2\6|\3\1\7\5\4\6\2|\3\1\7\5\6\2\4|\3\1\7\5\6\4\2|\3\1\7\6\2\4\5|\3\1\7\6\2\5\4|\3\1\7\6\4\2\5|\3\1\7\6\4\5\2|\3\1\7\6\5\2\4|\3\1\7\6\5\4\2|\3\2\1\4\5\6\7|\3\2\1\4\5\7\6|\3\2\1\4\6\5\7|\3\2\1\4\6\7\5|\3\2\1\4\7\5\6|\3\2\1\4\7\6\5|\3\2\1\5\4\6\7|\3\2\1\5\4\7\6|\3\2\1\5\6\4\7|\3\2\1\5\6\7\4|\3\2\1\5\7\4\6|\3\2\1\5\7\6\4|\3\2\1\6\4\5\7|\3\2\1\6\4\7\5|\3\2\1\6\5\4\7|\3\2\1\6\5\7\4|\3\2\1\6\7\4\5|\3\2\1\6\7\5\4|\3\2\1\7\4\5\6|\3\2\1\7\4\6\5|\3\2\1\7\5\4\6|\3\2\1\7\5\6\4|\3\2\1\7\6\4\5|\3\2\1\7\6\5\4|\3\2\4\1\5\6\7|\3\2\4\1\5\7\6|\3\2\4\1\6\5\7|\3\2\4\1\6\7\5|\3\2\4\1\7\5\6|\3\2\4\1\7\6\5|\3\2\4\5\1\6\7|\3\2\4\5\1\7\6|\3\2\4\5\6\1\7|\3\2\4\5\6\7\1|\3\2\4\5\7\1\6|\3\2\4\5\7\6\1|\3\2\4\6\1\5\7|\3\2\4\6\1\7\5|\3\2\4\6\5\1\7|\3\2\4\6\5\7\1|\3\2\4\6\7\1\5|\3\2\4\6\7\5\1|\3\2\4\7\1\5\6|\3\2\4\7\1\6\5|\3\2\4\7\5\1\6|\3\2\4\7\5\6\1|\3\2\4\7\6\1\5|\3\2\4\7\6\5\1|\3\2\5\1\4\6\7|\3\2\5\1\4\7\6|\3\2\5\1\6\4\7|\3\2\5\1\6\7\4|\3\2\5\1\7\4\6|\3\2\5\1\7\6\4|\3\2\5\4\1\6\7|\3\2\5\4\1\7\6|\3\2\5\4\6\1\7|\3\2\5\4\6\7\1|\3\2\5\4\7\1\6|\3\2\5\4\7\6\1|\3\2\5\6\1\4\7|\3\2\5\6\1\7\4|\3\2\5\6\4\1\7|\3\2\5\6\4\7\1|\3\2\5\6\7\1\4|\3\2\5\6\7\4\1|\3\2\5\7\1\4\6|\3\2\5\7\1\6\4|\3\2\5\7\4\1\6|\3\2\5\7\4\6\1|\3\2\5\7\6\1\4|\3\2\5\7\6\4\1|\3\2\6\1\4\5\7|\3\2\6\1\4\7\5|\3\2\6\1\5\4\7|\3\2\6\1\5\7\4|\3\2\6\1\7\4\5|\3\2\6\1\7\5\4|\3\2\6\4\1\5\7|\3\2\6\4\1\7\5|\3\2\6\4\5\1\7|\3\2\6\4\5\7\1|\3\2\6\4\7\1\5|\3\2\6\4\7\5\1|\3\2\6\5\1\4\7|\3\2\6\5\1\7\4|\3\2\6\5\4\1\7|\3\2\6\5\4\7\1|\3\2\6\5\7\1\4|\3\2\6\5\7\4\1|\3\2\6\7\1\4\5|\3\2\6\7\1\5\4|\3\2\6\7\4\1\5|\3\2\6\7\4\5\1|\3\2\6\7\5\1\4|\3\2\6\7\5\4\1|\3\2\7\1\4\5\6|\3\2\7\1\4\6\5|\3\2\7\1\5\4\6|\3\2\7\1\5\6\4|\3\2\7\1\6\4\5|\3\2\7\1\6\5\4|\3\2\7\4\1\5\6|\3\2\7\4\1\6\5|\3\2\7\4\5\1\6|\3\2\7\4\5\6\1|\3\2\7\4\6\1\5|\3\2\7\4\6\5\1|\3\2\7\5\1\4\6|\3\2\7\5\1\6\4|\3\2\7\5\4\1\6|\3\2\7\5\4\6\1|\3\2\7\5\6\1\4|\3\2\7\5\6\4\1|\3\2\7\6\1\4\5|\3\2\7\6\1\5\4|\3\2\7\6\4\1\5|\3\2\7\6\4\5\1|\3\2\7\6\5\1\4|\3\2\7\6\5\4\1|\3\4\1\2\5\6\7|\3\4\1\2\5\7\6|\3\4\1\2\6\5\7|\3\4\1\2\6\7\5|\3\4\1\2\7\5\6|\3\4\1\2\7\6\5|\3\4\1\5\2\6\7|\3\4\1\5\2\7\6|\3\4\1\5\6\2\7|\3\4\1\5\6\7\2|\3\4\1\5\7\2\6|\3\4\1\5\7\6\2|\3\4\1\6\2\5\7|\3\4\1\6\2\7\5|\3\4\1\6\5\2\7|\3\4\1\6\5\7\2|\3\4\1\6\7\2\5|\3\4\1\6\7\5\2|\3\4\1\7\2\5\6|\3\4\1\7\2\6\5|\3\4\1\7\5\2\6|\3\4\1\7\5\6\2|\3\4\1\7\6\2\5|\3\4\1\7\6\5\2|\3\4\2\1\5\6\7|\3\4\2\1\5\7\6|\3\4\2\1\6\5\7|\3\4\2\1\6\7\5|\3\4\2\1\7\5\6|\3\4\2\1\7\6\5|\3\4\2\5\1\6\7|\3\4\2\5\1\7\6|\3\4\2\5\6\1\7|\3\4\2\5\6\7\1|\3\4\2\5\7\1\6|\3\4\2\5\7\6\1|\3\4\2\6\1\5\7|\3\4\2\6\1\7\5|\3\4\2\6\5\1\7|\3\4\2\6\5\7\1|\3\4\2\6\7\1\5|\3\4\2\6\7\5\1|\3\4\2\7\1\5\6|\3\4\2\7\1\6\5|\3\4\2\7\5\1\6|\3\4\2\7\5\6\1|\3\4\2\7\6\1\5|\3\4\2\7\6\5\1|\3\4\5\1\2\6\7|\3\4\5\1\2\7\6|\3\4\5\1\6\2\7|\3\4\5\1\6\7\2|\3\4\5\1\7\2\6|\3\4\5\1\7\6\2|\3\4\5\2\1\6\7|\3\4\5\2\1\7\6|\3\4\5\2\6\1\7|\3\4\5\2\6\7\1|\3\4\5\2\7\1\6|\3\4\5\2\7\6\1|\3\4\5\6\1\2\7|\3\4\5\6\1\7\2|\3\4\5\6\2\1\7|\3\4\5\6\2\7\1|\3\4\5\6\7\1\2|\3\4\5\6\7\2\1|\3\4\5\7\1\2\6|\3\4\5\7\1\6\2|\3\4\5\7\2\1\6|\3\4\5\7\2\6\1|\3\4\5\7\6\1\2|\3\4\5\7\6\2\1|\3\4\6\1\2\5\7|\3\4\6\1\2\7\5|\3\4\6\1\5\2\7|\3\4\6\1\5\7\2|\3\4\6\1\7\2\5|\3\4\6\1\7\5\2|\3\4\6\2\1\5\7|\3\4\6\2\1\7\5|\3\4\6\2\5\1\7|\3\4\6\2\5\7\1|\3\4\6\2\7\1\5|\3\4\6\2\7\5\1|\3\4\6\5\1\2\7|\3\4\6\5\1\7\2|\3\4\6\5\2\1\7|\3\4\6\5\2\7\1|\3\4\6\5\7\1\2|\3\4\6\5\7\2\1|\3\4\6\7\1\2\5|\3\4\6\7\1\5\2|\3\4\6\7\2\1\5|\3\4\6\7\2\5\1|\3\4\6\7\5\1\2|\3\4\6\7\5\2\1|\3\4\7\1\2\5\6|\3\4\7\1\2\6\5|\3\4\7\1\5\2\6|\3\4\7\1\5\6\2|\3\4\7\1\6\2\5|\3\4\7\1\6\5\2|\3\4\7\2\1\5\6|\3\4\7\2\1\6\5|\3\4\7\2\5\1\6|\3\4\7\2\5\6\1|\3\4\7\2\6\1\5|\3\4\7\2\6\5\1|\3\4\7\5\1\2\6|\3\4\7\5\1\6\2|\3\4\7\5\2\1\6|\3\4\7\5\2\6\1|\3\4\7\5\6\1\2|\3\4\7\5\6\2\1|\3\4\7\6\1\2\5|\3\4\7\6\1\5\2|\3\4\7\6\2\1\5|\3\4\7\6\2\5\1|\3\4\7\6\5\1\2|\3\4\7\6\5\2\1|\3\5\1\2\4\6\7|\3\5\1\2\4\7\6|\3\5\1\2\6\4\7|\3\5\1\2\6\7\4|\3\5\1\2\7\4\6|\3\5\1\2\7\6\4|\3\5\1\4\2\6\7|\3\5\1\4\2\7\6|\3\5\1\4\6\2\7|\3\5\1\4\6\7\2|\3\5\1\4\7\2\6|\3\5\1\4\7\6\2|\3\5\1\6\2\4\7|\3\5\1\6\2\7\4|\3\5\1\6\4\2\7|\3\5\1\6\4\7\2|\3\5\1\6\7\2\4|\3\5\1\6\7\4\2|\3\5\1\7\2\4\6|\3\5\1\7\2\6\4|\3\5\1\7\4\2\6|\3\5\1\7\4\6\2|\3\5\1\7\6\2\4|\3\5\1\7\6\4\2|\3\5\2\1\4\6\7|\3\5\2\1\4\7\6|\3\5\2\1\6\4\7|\3\5\2\1\6\7\4|\3\5\2\1\7\4\6|\3\5\2\1\7\6\4|\3\5\2\4\1\6\7|\3\5\2\4\1\7\6|\3\5\2\4\6\1\7|\3\5\2\4\6\7\1|\3\5\2\4\7\1\6|\3\5\2\4\7\6\1|\3\5\2\6\1\4\7|\3\5\2\6\1\7\4|\3\5\2\6\4\1\7|\3\5\2\6\4\7\1|\3\5\2\6\7\1\4|\3\5\2\6\7\4\1|\3\5\2\7\1\4\6|\3\5\2\7\1\6\4|\3\5\2\7\4\1\6|\3\5\2\7\4\6\1|\3\5\2\7\6\1\4|\3\5\2\7\6\4\1|\3\5\4\1\2\6\7|\3\5\4\1\2\7\6|\3\5\4\1\6\2\7|\3\5\4\1\6\7\2|\3\5\4\1\7\2\6|\3\5\4\1\7\6\2|\3\5\4\2\1\6\7|\3\5\4\2\1\7\6|\3\5\4\2\6\1\7|\3\5\4\2\6\7\1|\3\5\4\2\7\1\6|\3\5\4\2\7\6\1|\3\5\4\6\1\2\7|\3\5\4\6\1\7\2|\3\5\4\6\2\1\7|\3\5\4\6\2\7\1|\3\5\4\6\7\1\2|\3\5\4\6\7\2\1|\3\5\4\7\1\2\6|\3\5\4\7\1\6\2|\3\5\4\7\2\1\6|\3\5\4\7\2\6\1|\3\5\4\7\6\1\2|\3\5\4\7\6\2\1|\3\5\6\1\2\4\7|\3\5\6\1\2\7\4|\3\5\6\1\4\2\7|\3\5\6\1\4\7\2|\3\5\6\1\7\2\4|\3\5\6\1\7\4\2|\3\5\6\2\1\4\7|\3\5\6\2\1\7\4|\3\5\6\2\4\1\7|\3\5\6\2\4\7\1|\3\5\6\2\7\1\4|\3\5\6\2\7\4\1|\3\5\6\4\1\2\7|\3\5\6\4\1\7\2|\3\5\6\4\2\1\7|\3\5\6\4\2\7\1|\3\5\6\4\7\1\2|\3\5\6\4\7\2\1|\3\5\6\7\1\2\4|\3\5\6\7\1\4\2|\3\5\6\7\2\1\4|\3\5\6\7\2\4\1|\3\5\6\7\4\1\2|\3\5\6\7\4\2\1|\3\5\7\1\2\4\6|\3\5\7\1\2\6\4|\3\5\7\1\4\2\6|\3\5\7\1\4\6\2|\3\5\7\1\6\2\4|\3\5\7\1\6\4\2|\3\5\7\2\1\4\6|\3\5\7\2\1\6\4|\3\5\7\2\4\1\6|\3\5\7\2\4\6\1|\3\5\7\2\6\1\4|\3\5\7\2\6\4\1|\3\5\7\4\1\2\6|\3\5\7\4\1\6\2|\3\5\7\4\2\1\6|\3\5\7\4\2\6\1|\3\5\7\4\6\1\2|\3\5\7\4\6\2\1|\3\5\7\6\1\2\4|\3\5\7\6\1\4\2|\3\5\7\6\2\1\4|\3\5\7\6\2\4\1|\3\5\7\6\4\1\2|\3\5\7\6\4\2\1|\3\6\1\2\4\5\7|\3\6\1\2\4\7\5|\3\6\1\2\5\4\7|\3\6\1\2\5\7\4|\3\6\1\2\7\4\5|\3\6\1\2\7\5\4|\3\6\1\4\2\5\7|\3\6\1\4\2\7\5|\3\6\1\4\5\2\7|\3\6\1\4\5\7\2|\3\6\1\4\7\2\5|\3\6\1\4\7\5\2|\3\6\1\5\2\4\7|\3\6\1\5\2\7\4|\3\6\1\5\4\2\7|\3\6\1\5\4\7\2|\3\6\1\5\7\2\4|\3\6\1\5\7\4\2|\3\6\1\7\2\4\5|\3\6\1\7\2\5\4|\3\6\1\7\4\2\5|\3\6\1\7\4\5\2|\3\6\1\7\5\2\4|\3\6\1\7\5\4\2|\3\6\2\1\4\5\7|\3\6\2\1\4\7\5|\3\6\2\1\5\4\7|\3\6\2\1\5\7\4|\3\6\2\1\7\4\5|\3\6\2\1\7\5\4|\3\6\2\4\1\5\7|\3\6\2\4\1\7\5|\3\6\2\4\5\1\7|\3\6\2\4\5\7\1|\3\6\2\4\7\1\5|\3\6\2\4\7\5\1|\3\6\2\5\1\4\7|\3\6\2\5\1\7\4|\3\6\2\5\4\1\7|\3\6\2\5\4\7\1|\3\6\2\5\7\1\4|\3\6\2\5\7\4\1|\3\6\2\7\1\4\5|\3\6\2\7\1\5\4|\3\6\2\7\4\1\5|\3\6\2\7\4\5\1|\3\6\2\7\5\1\4|\3\6\2\7\5\4\1|\3\6\4\1\2\5\7|\3\6\4\1\2\7\5|\3\6\4\1\5\2\7|\3\6\4\1\5\7\2|\3\6\4\1\7\2\5|\3\6\4\1\7\5\2|\3\6\4\2\1\5\7|\3\6\4\2\1\7\5|\3\6\4\2\5\1\7|\3\6\4\2\5\7\1|\3\6\4\2\7\1\5|\3\6\4\2\7\5\1|\3\6\4\5\1\2\7|\3\6\4\5\1\7\2|\3\6\4\5\2\1\7|\3\6\4\5\2\7\1|\3\6\4\5\7\1\2|\3\6\4\5\7\2\1|\3\6\4\7\1\2\5|\3\6\4\7\1\5\2|\3\6\4\7\2\1\5|\3\6\4\7\2\5\1|\3\6\4\7\5\1\2|\3\6\4\7\5\2\1|\3\6\5\1\2\4\7|\3\6\5\1\2\7\4|\3\6\5\1\4\2\7|\3\6\5\1\4\7\2|\3\6\5\1\7\2\4|\3\6\5\1\7\4\2|\3\6\5\2\1\4\7|\3\6\5\2\1\7\4|\3\6\5\2\4\1\7|\3\6\5\2\4\7\1|\3\6\5\2\7\1\4|\3\6\5\2\7\4\1|\3\6\5\4\1\2\7|\3\6\5\4\1\7\2|\3\6\5\4\2\1\7|\3\6\5\4\2\7\1|\3\6\5\4\7\1\2|\3\6\5\4\7\2\1|\3\6\5\7\1\2\4|\3\6\5\7\1\4\2|\3\6\5\7\2\1\4|\3\6\5\7\2\4\1|\3\6\5\7\4\1\2|\3\6\5\7\4\2\1|\3\6\7\1\2\4\5|\3\6\7\1\2\5\4|\3\6\7\1\4\2\5|\3\6\7\1\4\5\2|\3\6\7\1\5\2\4|\3\6\7\1\5\4\2|\3\6\7\2\1\4\5|\3\6\7\2\1\5\4|\3\6\7\2\4\1\5|\3\6\7\2\4\5\1|\3\6\7\2\5\1\4|\3\6\7\2\5\4\1|\3\6\7\4\1\2\5|\3\6\7\4\1\5\2|\3\6\7\4\2\1\5|\3\6\7\4\2\5\1|\3\6\7\4\5\1\2|\3\6\7\4\5\2\1|\3\6\7\5\1\2\4|\3\6\7\5\1\4\2|\3\6\7\5\2\1\4|\3\6\7\5\2\4\1|\3\6\7\5\4\1\2|\3\6\7\5\4\2\1|\3\7\1\2\4\5\6|\3\7\1\2\4\6\5|\3\7\1\2\5\4\6|\3\7\1\2\5\6\4|\3\7\1\2\6\4\5|\3\7\1\2\6\5\4|\3\7\1\4\2\5\6|\3\7\1\4\2\6\5|\3\7\1\4\5\2\6|\3\7\1\4\5\6\2|\3\7\1\4\6\2\5|\3\7\1\4\6\5\2|\3\7\1\5\2\4\6|\3\7\1\5\2\6\4|\3\7\1\5\4\2\6|\3\7\1\5\4\6\2|\3\7\1\5\6\2\4|\3\7\1\5\6\4\2|\3\7\1\6\2\4\5|\3\7\1\6\2\5\4|\3\7\1\6\4\2\5|\3\7\1\6\4\5\2|\3\7\1\6\5\2\4|\3\7\1\6\5\4\2|\3\7\2\1\4\5\6|\3\7\2\1\4\6\5|\3\7\2\1\5\4\6|\3\7\2\1\5\6\4|\3\7\2\1\6\4\5|\3\7\2\1\6\5\4|\3\7\2\4\1\5\6|\3\7\2\4\1\6\5|\3\7\2\4\5\1\6|\3\7\2\4\5\6\1|\3\7\2\4\6\1\5|\3\7\2\4\6\5\1|\3\7\2\5\1\4\6|\3\7\2\5\1\6\4|\3\7\2\5\4\1\6|\3\7\2\5\4\6\1|\3\7\2\5\6\1\4|\3\7\2\5\6\4\1|\3\7\2\6\1\4\5|\3\7\2\6\1\5\4|\3\7\2\6\4\1\5|\3\7\2\6\4\5\1|\3\7\2\6\5\1\4|\3\7\2\6\5\4\1|\3\7\4\1\2\5\6|\3\7\4\1\2\6\5|\3\7\4\1\5\2\6|\3\7\4\1\5\6\2|\3\7\4\1\6\2\5|\3\7\4\1\6\5\2|\3\7\4\2\1\5\6|\3\7\4\2\1\6\5|\3\7\4\2\5\1\6|\3\7\4\2\5\6\1|\3\7\4\2\6\1\5|\3\7\4\2\6\5\1|\3\7\4\5\1\2\6|\3\7\4\5\1\6\2|\3\7\4\5\2\1\6|\3\7\4\5\2\6\1|\3\7\4\5\6\1\2|\3\7\4\5\6\2\1|\3\7\4\6\1\2\5|\3\7\4\6\1\5\2|\3\7\4\6\2\1\5|\3\7\4\6\2\5\1|\3\7\4\6\5\1\2|\3\7\4\6\5\2\1|\3\7\5\1\2\4\6|\3\7\5\1\2\6\4|\3\7\5\1\4\2\6|\3\7\5\1\4\6\2|\3\7\5\1\6\2\4|\3\7\5\1\6\4\2|\3\7\5\2\1\4\6|\3\7\5\2\1\6\4|\3\7\5\2\4\1\6|\3\7\5\2\4\6\1|\3\7\5\2\6\1\4|\3\7\5\2\6\4\1|\3\7\5\4\1\2\6|\3\7\5\4\1\6\2|\3\7\5\4\2\1\6|\3\7\5\4\2\6\1|\3\7\5\4\6\1\2|\3\7\5\4\6\2\1|\3\7\5\6\1\2\4|\3\7\5\6\1\4\2|\3\7\5\6\2\1\4|\3\7\5\6\2\4\1|\3\7\5\6\4\1\2|\3\7\5\6\4\2\1|\3\7\6\1\2\4\5|\3\7\6\1\2\5\4|\3\7\6\1\4\2\5|\3\7\6\1\4\5\2|\3\7\6\1\5\2\4|\3\7\6\1\5\4\2|\3\7\6\2\1\4\5|\3\7\6\2\1\5\4|\3\7\6\2\4\1\5|\3\7\6\2\4\5\1|\3\7\6\2\5\1\4|\3\7\6\2\5\4\1|\3\7\6\4\1\2\5|\3\7\6\4\1\5\2|\3\7\6\4\2\1\5|\3\7\6\4\2\5\1|\3\7\6\4\5\1\2|\3\7\6\4\5\2\1|\3\7\6\5\1\2\4|\3\7\6\5\1\4\2|\3\7\6\5\2\1\4|\3\7\6\5\2\4\1|\3\7\6\5\4\1\2|\3\7\6\5\4\2\1|\4\1\2\3\5\6\7|\4\1\2\3\5\7\6|\4\1\2\3\6\5\7|\4\1\2\3\6\7\5|\4\1\2\3\7\5\6|\4\1\2\3\7\6\5|\4\1\2\5\3\6\7|\4\1\2\5\3\7\6|\4\1\2\5\6\3\7|\4\1\2\5\6\7\3|\4\1\2\5\7\3\6|\4\1\2\5\7\6\3|\4\1\2\6\3\5\7|\4\1\2\6\3\7\5|\4\1\2\6\5\3\7|\4\1\2\6\5\7\3|\4\1\2\6\7\3\5|\4\1\2\6\7\5\3|\4\1\2\7\3\5\6|\4\1\2\7\3\6\5|\4\1\2\7\5\3\6|\4\1\2\7\5\6\3|\4\1\2\7\6\3\5|\4\1\2\7\6\5\3|\4\1\3\2\5\6\7|\4\1\3\2\5\7\6|\4\1\3\2\6\5\7|\4\1\3\2\6\7\5|\4\1\3\2\7\5\6|\4\1\3\2\7\6\5|\4\1\3\5\2\6\7|\4\1\3\5\2\7\6|\4\1\3\5\6\2\7|\4\1\3\5\6\7\2|\4\1\3\5\7\2\6|\4\1\3\5\7\6\2|\4\1\3\6\2\5\7|\4\1\3\6\2\7\5|\4\1\3\6\5\2\7|\4\1\3\6\5\7\2|\4\1\3\6\7\2\5|\4\1\3\6\7\5\2|\4\1\3\7\2\5\6|\4\1\3\7\2\6\5|\4\1\3\7\5\2\6|\4\1\3\7\5\6\2|\4\1\3\7\6\2\5|\4\1\3\7\6\5\2|\4\1\5\2\3\6\7|\4\1\5\2\3\7\6|\4\1\5\2\6\3\7|\4\1\5\2\6\7\3|\4\1\5\2\7\3\6|\4\1\5\2\7\6\3|\4\1\5\3\2\6\7|\4\1\5\3\2\7\6|\4\1\5\3\6\2\7|\4\1\5\3\6\7\2|\4\1\5\3\7\2\6|\4\1\5\3\7\6\2|\4\1\5\6\2\3\7|\4\1\5\6\2\7\3|\4\1\5\6\3\2\7|\4\1\5\6\3\7\2|\4\1\5\6\7\2\3|\4\1\5\6\7\3\2|\4\1\5\7\2\3\6|\4\1\5\7\2\6\3|\4\1\5\7\3\2\6|\4\1\5\7\3\6\2|\4\1\5\7\6\2\3|\4\1\5\7\6\3\2|\4\1\6\2\3\5\7|\4\1\6\2\3\7\5|\4\1\6\2\5\3\7|\4\1\6\2\5\7\3|\4\1\6\2\7\3\5|\4\1\6\2\7\5\3|\4\1\6\3\2\5\7|\4\1\6\3\2\7\5|\4\1\6\3\5\2\7|\4\1\6\3\5\7\2|\4\1\6\3\7\2\5|\4\1\6\3\7\5\2|\4\1\6\5\2\3\7|\4\1\6\5\2\7\3|\4\1\6\5\3\2\7|\4\1\6\5\3\7\2|\4\1\6\5\7\2\3|\4\1\6\5\7\3\2|\4\1\6\7\2\3\5|\4\1\6\7\2\5\3|\4\1\6\7\3\2\5|\4\1\6\7\3\5\2|\4\1\6\7\5\2\3|\4\1\6\7\5\3\2|\4\1\7\2\3\5\6|\4\1\7\2\3\6\5|\4\1\7\2\5\3\6|\4\1\7\2\5\6\3|\4\1\7\2\6\3\5|\4\1\7\2\6\5\3|\4\1\7\3\2\5\6|\4\1\7\3\2\6\5|\4\1\7\3\5\2\6|\4\1\7\3\5\6\2|\4\1\7\3\6\2\5|\4\1\7\3\6\5\2|\4\1\7\5\2\3\6|\4\1\7\5\2\6\3|\4\1\7\5\3\2\6|\4\1\7\5\3\6\2|\4\1\7\5\6\2\3|\4\1\7\5\6\3\2|\4\1\7\6\2\3\5|\4\1\7\6\2\5\3|\4\1\7\6\3\2\5|\4\1\7\6\3\5\2|\4\1\7\6\5\2\3|\4\1\7\6\5\3\2|\4\2\1\3\5\6\7|\4\2\1\3\5\7\6|\4\2\1\3\6\5\7|\4\2\1\3\6\7\5|\4\2\1\3\7\5\6|\4\2\1\3\7\6\5|\4\2\1\5\3\6\7|\4\2\1\5\3\7\6|\4\2\1\5\6\3\7|\4\2\1\5\6\7\3|\4\2\1\5\7\3\6|\4\2\1\5\7\6\3|\4\2\1\6\3\5\7|\4\2\1\6\3\7\5|\4\2\1\6\5\3\7|\4\2\1\6\5\7\3|\4\2\1\6\7\3\5|\4\2\1\6\7\5\3|\4\2\1\7\3\5\6|\4\2\1\7\3\6\5|\4\2\1\7\5\3\6|\4\2\1\7\5\6\3|\4\2\1\7\6\3\5|\4\2\1\7\6\5\3|\4\2\3\1\5\6\7|\4\2\3\1\5\7\6|\4\2\3\1\6\5\7|\4\2\3\1\6\7\5|\4\2\3\1\7\5\6|\4\2\3\1\7\6\5|\4\2\3\5\1\6\7|\4\2\3\5\1\7\6|\4\2\3\5\6\1\7|\4\2\3\5\6\7\1|\4\2\3\5\7\1\6|\4\2\3\5\7\6\1|\4\2\3\6\1\5\7|\4\2\3\6\1\7\5|\4\2\3\6\5\1\7|\4\2\3\6\5\7\1|\4\2\3\6\7\1\5|\4\2\3\6\7\5\1|\4\2\3\7\1\5\6|\4\2\3\7\1\6\5|\4\2\3\7\5\1\6|\4\2\3\7\5\6\1|\4\2\3\7\6\1\5|\4\2\3\7\6\5\1|\4\2\5\1\3\6\7|\4\2\5\1\3\7\6|\4\2\5\1\6\3\7|\4\2\5\1\6\7\3|\4\2\5\1\7\3\6|\4\2\5\1\7\6\3|\4\2\5\3\1\6\7|\4\2\5\3\1\7\6|\4\2\5\3\6\1\7|\4\2\5\3\6\7\1|\4\2\5\3\7\1\6|\4\2\5\3\7\6\1|\4\2\5\6\1\3\7|\4\2\5\6\1\7\3|\4\2\5\6\3\1\7|\4\2\5\6\3\7\1|\4\2\5\6\7\1\3|\4\2\5\6\7\3\1|\4\2\5\7\1\3\6|\4\2\5\7\1\6\3|\4\2\5\7\3\1\6|\4\2\5\7\3\6\1|\4\2\5\7\6\1\3|\4\2\5\7\6\3\1|\4\2\6\1\3\5\7|\4\2\6\1\3\7\5|\4\2\6\1\5\3\7|\4\2\6\1\5\7\3|\4\2\6\1\7\3\5|\4\2\6\1\7\5\3|\4\2\6\3\1\5\7|\4\2\6\3\1\7\5|\4\2\6\3\5\1\7|\4\2\6\3\5\7\1|\4\2\6\3\7\1\5|\4\2\6\3\7\5\1|\4\2\6\5\1\3\7|\4\2\6\5\1\7\3|\4\2\6\5\3\1\7|\4\2\6\5\3\7\1|\4\2\6\5\7\1\3|\4\2\6\5\7\3\1|\4\2\6\7\1\3\5|\4\2\6\7\1\5\3|\4\2\6\7\3\1\5|\4\2\6\7\3\5\1|\4\2\6\7\5\1\3|\4\2\6\7\5\3\1|\4\2\7\1\3\5\6|\4\2\7\1\3\6\5|\4\2\7\1\5\3\6|\4\2\7\1\5\6\3|\4\2\7\1\6\3\5|\4\2\7\1\6\5\3|\4\2\7\3\1\5\6|\4\2\7\3\1\6\5|\4\2\7\3\5\1\6|\4\2\7\3\5\6\1|\4\2\7\3\6\1\5|\4\2\7\3\6\5\1|\4\2\7\5\1\3\6|\4\2\7\5\1\6\3|\4\2\7\5\3\1\6|\4\2\7\5\3\6\1|\4\2\7\5\6\1\3|\4\2\7\5\6\3\1|\4\2\7\6\1\3\5|\4\2\7\6\1\5\3|\4\2\7\6\3\1\5|\4\2\7\6\3\5\1|\4\2\7\6\5\1\3|\4\2\7\6\5\3\1|\4\3\1\2\5\6\7|\4\3\1\2\5\7\6|\4\3\1\2\6\5\7|\4\3\1\2\6\7\5|\4\3\1\2\7\5\6|\4\3\1\2\7\6\5|\4\3\1\5\2\6\7|\4\3\1\5\2\7\6|\4\3\1\5\6\2\7|\4\3\1\5\6\7\2|\4\3\1\5\7\2\6|\4\3\1\5\7\6\2|\4\3\1\6\2\5\7|\4\3\1\6\2\7\5|\4\3\1\6\5\2\7|\4\3\1\6\5\7\2|\4\3\1\6\7\2\5|\4\3\1\6\7\5\2|\4\3\1\7\2\5\6|\4\3\1\7\2\6\5|\4\3\1\7\5\2\6|\4\3\1\7\5\6\2|\4\3\1\7\6\2\5|\4\3\1\7\6\5\2|\4\3\2\1\5\6\7|\4\3\2\1\5\7\6|\4\3\2\1\6\5\7|\4\3\2\1\6\7\5|\4\3\2\1\7\5\6|\4\3\2\1\7\6\5|\4\3\2\5\1\6\7|\4\3\2\5\1\7\6|\4\3\2\5\6\1\7|\4\3\2\5\6\7\1|\4\3\2\5\7\1\6|\4\3\2\5\7\6\1|\4\3\2\6\1\5\7|\4\3\2\6\1\7\5|\4\3\2\6\5\1\7|\4\3\2\6\5\7\1|\4\3\2\6\7\1\5|\4\3\2\6\7\5\1|\4\3\2\7\1\5\6|\4\3\2\7\1\6\5|\4\3\2\7\5\1\6|\4\3\2\7\5\6\1|\4\3\2\7\6\1\5|\4\3\2\7\6\5\1|\4\3\5\1\2\6\7|\4\3\5\1\2\7\6|\4\3\5\1\6\2\7|\4\3\5\1\6\7\2|\4\3\5\1\7\2\6|\4\3\5\1\7\6\2|\4\3\5\2\1\6\7|\4\3\5\2\1\7\6|\4\3\5\2\6\1\7|\4\3\5\2\6\7\1|\4\3\5\2\7\1\6|\4\3\5\2\7\6\1|\4\3\5\6\1\2\7|\4\3\5\6\1\7\2|\4\3\5\6\2\1\7|\4\3\5\6\2\7\1|\4\3\5\6\7\1\2|\4\3\5\6\7\2\1|\4\3\5\7\1\2\6|\4\3\5\7\1\6\2|\4\3\5\7\2\1\6|\4\3\5\7\2\6\1|\4\3\5\7\6\1\2|\4\3\5\7\6\2\1|\4\3\6\1\2\5\7|\4\3\6\1\2\7\5|\4\3\6\1\5\2\7|\4\3\6\1\5\7\2|\4\3\6\1\7\2\5|\4\3\6\1\7\5\2|\4\3\6\2\1\5\7|\4\3\6\2\1\7\5|\4\3\6\2\5\1\7|\4\3\6\2\5\7\1|\4\3\6\2\7\1\5|\4\3\6\2\7\5\1|\4\3\6\5\1\2\7|\4\3\6\5\1\7\2|\4\3\6\5\2\1\7|\4\3\6\5\2\7\1|\4\3\6\5\7\1\2|\4\3\6\5\7\2\1|\4\3\6\7\1\2\5|\4\3\6\7\1\5\2|\4\3\6\7\2\1\5|\4\3\6\7\2\5\1|\4\3\6\7\5\1\2|\4\3\6\7\5\2\1|\4\3\7\1\2\5\6|\4\3\7\1\2\6\5|\4\3\7\1\5\2\6|\4\3\7\1\5\6\2|\4\3\7\1\6\2\5|\4\3\7\1\6\5\2|\4\3\7\2\1\5\6|\4\3\7\2\1\6\5|\4\3\7\2\5\1\6|\4\3\7\2\5\6\1|\4\3\7\2\6\1\5|\4\3\7\2\6\5\1|\4\3\7\5\1\2\6|\4\3\7\5\1\6\2|\4\3\7\5\2\1\6|\4\3\7\5\2\6\1|\4\3\7\5\6\1\2|\4\3\7\5\6\2\1|\4\3\7\6\1\2\5|\4\3\7\6\1\5\2|\4\3\7\6\2\1\5|\4\3\7\6\2\5\1|\4\3\7\6\5\1\2|\4\3\7\6\5\2\1|\4\5\1\2\3\6\7|\4\5\1\2\3\7\6|\4\5\1\2\6\3\7|\4\5\1\2\6\7\3|\4\5\1\2\7\3\6|\4\5\1\2\7\6\3|\4\5\1\3\2\6\7|\4\5\1\3\2\7\6|\4\5\1\3\6\2\7|\4\5\1\3\6\7\2|\4\5\1\3\7\2\6|\4\5\1\3\7\6\2|\4\5\1\6\2\3\7|\4\5\1\6\2\7\3|\4\5\1\6\3\2\7|\4\5\1\6\3\7\2|\4\5\1\6\7\2\3|\4\5\1\6\7\3\2|\4\5\1\7\2\3\6|\4\5\1\7\2\6\3|\4\5\1\7\3\2\6|\4\5\1\7\3\6\2|\4\5\1\7\6\2\3|\4\5\1\7\6\3\2|\4\5\2\1\3\6\7|\4\5\2\1\3\7\6|\4\5\2\1\6\3\7|\4\5\2\1\6\7\3|\4\5\2\1\7\3\6|\4\5\2\1\7\6\3|\4\5\2\3\1\6\7|\4\5\2\3\1\7\6|\4\5\2\3\6\1\7|\4\5\2\3\6\7\1|\4\5\2\3\7\1\6|\4\5\2\3\7\6\1|\4\5\2\6\1\3\7|\4\5\2\6\1\7\3|\4\5\2\6\3\1\7|\4\5\2\6\3\7\1|\4\5\2\6\7\1\3|\4\5\2\6\7\3\1|\4\5\2\7\1\3\6|\4\5\2\7\1\6\3|\4\5\2\7\3\1\6|\4\5\2\7\3\6\1|\4\5\2\7\6\1\3|\4\5\2\7\6\3\1|\4\5\3\1\2\6\7|\4\5\3\1\2\7\6|\4\5\3\1\6\2\7|\4\5\3\1\6\7\2|\4\5\3\1\7\2\6|\4\5\3\1\7\6\2|\4\5\3\2\1\6\7|\4\5\3\2\1\7\6|\4\5\3\2\6\1\7|\4\5\3\2\6\7\1|\4\5\3\2\7\1\6|\4\5\3\2\7\6\1|\4\5\3\6\1\2\7|\4\5\3\6\1\7\2|\4\5\3\6\2\1\7|\4\5\3\6\2\7\1|\4\5\3\6\7\1\2|\4\5\3\6\7\2\1|\4\5\3\7\1\2\6|\4\5\3\7\1\6\2|\4\5\3\7\2\1\6|\4\5\3\7\2\6\1|\4\5\3\7\6\1\2|\4\5\3\7\6\2\1|\4\5\6\1\2\3\7|\4\5\6\1\2\7\3|\4\5\6\1\3\2\7|\4\5\6\1\3\7\2|\4\5\6\1\7\2\3|\4\5\6\1\7\3\2|\4\5\6\2\1\3\7|\4\5\6\2\1\7\3|\4\5\6\2\3\1\7|\4\5\6\2\3\7\1|\4\5\6\2\7\1\3|\4\5\6\2\7\3\1|\4\5\6\3\1\2\7|\4\5\6\3\1\7\2|\4\5\6\3\2\1\7|\4\5\6\3\2\7\1|\4\5\6\3\7\1\2|\4\5\6\3\7\2\1|\4\5\6\7\1\2\3|\4\5\6\7\1\3\2|\4\5\6\7\2\1\3|\4\5\6\7\2\3\1|\4\5\6\7\3\1\2|\4\5\6\7\3\2\1|\4\5\7\1\2\3\6|\4\5\7\1\2\6\3|\4\5\7\1\3\2\6|\4\5\7\1\3\6\2|\4\5\7\1\6\2\3|\4\5\7\1\6\3\2|\4\5\7\2\1\3\6|\4\5\7\2\1\6\3|\4\5\7\2\3\1\6|\4\5\7\2\3\6\1|\4\5\7\2\6\1\3|\4\5\7\2\6\3\1|\4\5\7\3\1\2\6|\4\5\7\3\1\6\2|\4\5\7\3\2\1\6|\4\5\7\3\2\6\1|\4\5\7\3\6\1\2|\4\5\7\3\6\2\1|\4\5\7\6\1\2\3|\4\5\7\6\1\3\2|\4\5\7\6\2\1\3|\4\5\7\6\2\3\1|\4\5\7\6\3\1\2|\4\5\7\6\3\2\1|\4\6\1\2\3\5\7|\4\6\1\2\3\7\5|\4\6\1\2\5\3\7|\4\6\1\2\5\7\3|\4\6\1\2\7\3\5|\4\6\1\2\7\5\3|\4\6\1\3\2\5\7|\4\6\1\3\2\7\5|\4\6\1\3\5\2\7|\4\6\1\3\5\7\2|\4\6\1\3\7\2\5|\4\6\1\3\7\5\2|\4\6\1\5\2\3\7|\4\6\1\5\2\7\3|\4\6\1\5\3\2\7|\4\6\1\5\3\7\2|\4\6\1\5\7\2\3|\4\6\1\5\7\3\2|\4\6\1\7\2\3\5|\4\6\1\7\2\5\3|\4\6\1\7\3\2\5|\4\6\1\7\3\5\2|\4\6\1\7\5\2\3|\4\6\1\7\5\3\2|\4\6\2\1\3\5\7|\4\6\2\1\3\7\5|\4\6\2\1\5\3\7|\4\6\2\1\5\7\3|\4\6\2\1\7\3\5|\4\6\2\1\7\5\3|\4\6\2\3\1\5\7|\4\6\2\3\1\7\5|\4\6\2\3\5\1\7|\4\6\2\3\5\7\1|\4\6\2\3\7\1\5|\4\6\2\3\7\5\1|\4\6\2\5\1\3\7|\4\6\2\5\1\7\3|\4\6\2\5\3\1\7|\4\6\2\5\3\7\1|\4\6\2\5\7\1\3|\4\6\2\5\7\3\1|\4\6\2\7\1\3\5|\4\6\2\7\1\5\3|\4\6\2\7\3\1\5|\4\6\2\7\3\5\1|\4\6\2\7\5\1\3|\4\6\2\7\5\3\1|\4\6\3\1\2\5\7|\4\6\3\1\2\7\5|\4\6\3\1\5\2\7|\4\6\3\1\5\7\2|\4\6\3\1\7\2\5|\4\6\3\1\7\5\2|\4\6\3\2\1\5\7|\4\6\3\2\1\7\5|\4\6\3\2\5\1\7|\4\6\3\2\5\7\1|\4\6\3\2\7\1\5|\4\6\3\2\7\5\1|\4\6\3\5\1\2\7|\4\6\3\5\1\7\2|\4\6\3\5\2\1\7|\4\6\3\5\2\7\1|\4\6\3\5\7\1\2|\4\6\3\5\7\2\1|\4\6\3\7\1\2\5|\4\6\3\7\1\5\2|\4\6\3\7\2\1\5|\4\6\3\7\2\5\1|\4\6\3\7\5\1\2|\4\6\3\7\5\2\1|\4\6\5\1\2\3\7|\4\6\5\1\2\7\3|\4\6\5\1\3\2\7|\4\6\5\1\3\7\2|\4\6\5\1\7\2\3|\4\6\5\1\7\3\2|\4\6\5\2\1\3\7|\4\6\5\2\1\7\3|\4\6\5\2\3\1\7|\4\6\5\2\3\7\1|\4\6\5\2\7\1\3|\4\6\5\2\7\3\1|\4\6\5\3\1\2\7|\4\6\5\3\1\7\2|\4\6\5\3\2\1\7|\4\6\5\3\2\7\1|\4\6\5\3\7\1\2|\4\6\5\3\7\2\1|\4\6\5\7\1\2\3|\4\6\5\7\1\3\2|\4\6\5\7\2\1\3|\4\6\5\7\2\3\1|\4\6\5\7\3\1\2|\4\6\5\7\3\2\1|\4\6\7\1\2\3\5|\4\6\7\1\2\5\3|\4\6\7\1\3\2\5|\4\6\7\1\3\5\2|\4\6\7\1\5\2\3|\4\6\7\1\5\3\2|\4\6\7\2\1\3\5|\4\6\7\2\1\5\3|\4\6\7\2\3\1\5|\4\6\7\2\3\5\1|\4\6\7\2\5\1\3|\4\6\7\2\5\3\1|\4\6\7\3\1\2\5|\4\6\7\3\1\5\2|\4\6\7\3\2\1\5|\4\6\7\3\2\5\1|\4\6\7\3\5\1\2|\4\6\7\3\5\2\1|\4\6\7\5\1\2\3|\4\6\7\5\1\3\2|\4\6\7\5\2\1\3|\4\6\7\5\2\3\1|\4\6\7\5\3\1\2|\4\6\7\5\3\2\1|\4\7\1\2\3\5\6|\4\7\1\2\3\6\5|\4\7\1\2\5\3\6|\4\7\1\2\5\6\3|\4\7\1\2\6\3\5|\4\7\1\2\6\5\3|\4\7\1\3\2\5\6|\4\7\1\3\2\6\5|\4\7\1\3\5\2\6|\4\7\1\3\5\6\2|\4\7\1\3\6\2\5|\4\7\1\3\6\5\2|\4\7\1\5\2\3\6|\4\7\1\5\2\6\3|\4\7\1\5\3\2\6|\4\7\1\5\3\6\2|\4\7\1\5\6\2\3|\4\7\1\5\6\3\2|\4\7\1\6\2\3\5|\4\7\1\6\2\5\3|\4\7\1\6\3\2\5|\4\7\1\6\3\5\2|\4\7\1\6\5\2\3|\4\7\1\6\5\3\2|\4\7\2\1\3\5\6|\4\7\2\1\3\6\5|\4\7\2\1\5\3\6|\4\7\2\1\5\6\3|\4\7\2\1\6\3\5|\4\7\2\1\6\5\3|\4\7\2\3\1\5\6|\4\7\2\3\1\6\5|\4\7\2\3\5\1\6|\4\7\2\3\5\6\1|\4\7\2\3\6\1\5|\4\7\2\3\6\5\1|\4\7\2\5\1\3\6|\4\7\2\5\1\6\3|\4\7\2\5\3\1\6|\4\7\2\5\3\6\1|\4\7\2\5\6\1\3|\4\7\2\5\6\3\1|\4\7\2\6\1\3\5|\4\7\2\6\1\5\3|\4\7\2\6\3\1\5|\4\7\2\6\3\5\1|\4\7\2\6\5\1\3|\4\7\2\6\5\3\1|\4\7\3\1\2\5\6|\4\7\3\1\2\6\5|\4\7\3\1\5\2\6|\4\7\3\1\5\6\2|\4\7\3\1\6\2\5|\4\7\3\1\6\5\2|\4\7\3\2\1\5\6|\4\7\3\2\1\6\5|\4\7\3\2\5\1\6|\4\7\3\2\5\6\1|\4\7\3\2\6\1\5|\4\7\3\2\6\5\1|\4\7\3\5\1\2\6|\4\7\3\5\1\6\2|\4\7\3\5\2\1\6|\4\7\3\5\2\6\1|\4\7\3\5\6\1\2|\4\7\3\5\6\2\1|\4\7\3\6\1\2\5|\4\7\3\6\1\5\2|\4\7\3\6\2\1\5|\4\7\3\6\2\5\1|\4\7\3\6\5\1\2|\4\7\3\6\5\2\1|\4\7\5\1\2\3\6|\4\7\5\1\2\6\3|\4\7\5\1\3\2\6|\4\7\5\1\3\6\2|\4\7\5\1\6\2\3|\4\7\5\1\6\3\2|\4\7\5\2\1\3\6|\4\7\5\2\1\6\3|\4\7\5\2\3\1\6|\4\7\5\2\3\6\1|\4\7\5\2\6\1\3|\4\7\5\2\6\3\1|\4\7\5\3\1\2\6|\4\7\5\3\1\6\2|\4\7\5\3\2\1\6|\4\7\5\3\2\6\1|\4\7\5\3\6\1\2|\4\7\5\3\6\2\1|\4\7\5\6\1\2\3|\4\7\5\6\1\3\2|\4\7\5\6\2\1\3|\4\7\5\6\2\3\1|\4\7\5\6\3\1\2|\4\7\5\6\3\2\1|\4\7\6\1\2\3\5|\4\7\6\1\2\5\3|\4\7\6\1\3\2\5|\4\7\6\1\3\5\2|\4\7\6\1\5\2\3|\4\7\6\1\5\3\2|\4\7\6\2\1\3\5|\4\7\6\2\1\5\3|\4\7\6\2\3\1\5|\4\7\6\2\3\5\1|\4\7\6\2\5\1\3|\4\7\6\2\5\3\1|\4\7\6\3\1\2\5|\4\7\6\3\1\5\2|\4\7\6\3\2\1\5|\4\7\6\3\2\5\1|\4\7\6\3\5\1\2|\4\7\6\3\5\2\1|\4\7\6\5\1\2\3|\4\7\6\5\1\3\2|\4\7\6\5\2\1\3|\4\7\6\5\2\3\1|\4\7\6\5\3\1\2|\4\7\6\5\3\2\1|\5\1\2\3\4\6\7|\5\1\2\3\4\7\6|\5\1\2\3\6\4\7|\5\1\2\3\6\7\4|\5\1\2\3\7\4\6|\5\1\2\3\7\6\4|\5\1\2\4\3\6\7|\5\1\2\4\3\7\6|\5\1\2\4\6\3\7|\5\1\2\4\6\7\3|\5\1\2\4\7\3\6|\5\1\2\4\7\6\3|\5\1\2\6\3\4\7|\5\1\2\6\3\7\4|\5\1\2\6\4\3\7|\5\1\2\6\4\7\3|\5\1\2\6\7\3\4|\5\1\2\6\7\4\3|\5\1\2\7\3\4\6|\5\1\2\7\3\6\4|\5\1\2\7\4\3\6|\5\1\2\7\4\6\3|\5\1\2\7\6\3\4|\5\1\2\7\6\4\3|\5\1\3\2\4\6\7|\5\1\3\2\4\7\6|\5\1\3\2\6\4\7|\5\1\3\2\6\7\4|\5\1\3\2\7\4\6|\5\1\3\2\7\6\4|\5\1\3\4\2\6\7|\5\1\3\4\2\7\6|\5\1\3\4\6\2\7|\5\1\3\4\6\7\2|\5\1\3\4\7\2\6|\5\1\3\4\7\6\2|\5\1\3\6\2\4\7|\5\1\3\6\2\7\4|\5\1\3\6\4\2\7|\5\1\3\6\4\7\2|\5\1\3\6\7\2\4|\5\1\3\6\7\4\2|\5\1\3\7\2\4\6|\5\1\3\7\2\6\4|\5\1\3\7\4\2\6|\5\1\3\7\4\6\2|\5\1\3\7\6\2\4|\5\1\3\7\6\4\2|\5\1\4\2\3\6\7|\5\1\4\2\3\7\6|\5\1\4\2\6\3\7|\5\1\4\2\6\7\3|\5\1\4\2\7\3\6|\5\1\4\2\7\6\3|\5\1\4\3\2\6\7|\5\1\4\3\2\7\6|\5\1\4\3\6\2\7|\5\1\4\3\6\7\2|\5\1\4\3\7\2\6|\5\1\4\3\7\6\2|\5\1\4\6\2\3\7|\5\1\4\6\2\7\3|\5\1\4\6\3\2\7|\5\1\4\6\3\7\2|\5\1\4\6\7\2\3|\5\1\4\6\7\3\2|\5\1\4\7\2\3\6|\5\1\4\7\2\6\3|\5\1\4\7\3\2\6|\5\1\4\7\3\6\2|\5\1\4\7\6\2\3|\5\1\4\7\6\3\2|\5\1\6\2\3\4\7|\5\1\6\2\3\7\4|\5\1\6\2\4\3\7|\5\1\6\2\4\7\3|\5\1\6\2\7\3\4|\5\1\6\2\7\4\3|\5\1\6\3\2\4\7|\5\1\6\3\2\7\4|\5\1\6\3\4\2\7|\5\1\6\3\4\7\2|\5\1\6\3\7\2\4|\5\1\6\3\7\4\2|\5\1\6\4\2\3\7|\5\1\6\4\2\7\3|\5\1\6\4\3\2\7|\5\1\6\4\3\7\2|\5\1\6\4\7\2\3|\5\1\6\4\7\3\2|\5\1\6\7\2\3\4|\5\1\6\7\2\4\3|\5\1\6\7\3\2\4|\5\1\6\7\3\4\2|\5\1\6\7\4\2\3|\5\1\6\7\4\3\2|\5\1\7\2\3\4\6|\5\1\7\2\3\6\4|\5\1\7\2\4\3\6|\5\1\7\2\4\6\3|\5\1\7\2\6\3\4|\5\1\7\2\6\4\3|\5\1\7\3\2\4\6|\5\1\7\3\2\6\4|\5\1\7\3\4\2\6|\5\1\7\3\4\6\2|\5\1\7\3\6\2\4|\5\1\7\3\6\4\2|\5\1\7\4\2\3\6|\5\1\7\4\2\6\3|\5\1\7\4\3\2\6|\5\1\7\4\3\6\2|\5\1\7\4\6\2\3|\5\1\7\4\6\3\2|\5\1\7\6\2\3\4|\5\1\7\6\2\4\3|\5\1\7\6\3\2\4|\5\1\7\6\3\4\2|\5\1\7\6\4\2\3|\5\1\7\6\4\3\2|\5\2\1\3\4\6\7|\5\2\1\3\4\7\6|\5\2\1\3\6\4\7|\5\2\1\3\6\7\4|\5\2\1\3\7\4\6|\5\2\1\3\7\6\4|\5\2\1\4\3\6\7|\5\2\1\4\3\7\6|\5\2\1\4\6\3\7|\5\2\1\4\6\7\3|\5\2\1\4\7\3\6|\5\2\1\4\7\6\3|\5\2\1\6\3\4\7|\5\2\1\6\3\7\4|\5\2\1\6\4\3\7|\5\2\1\6\4\7\3|\5\2\1\6\7\3\4|\5\2\1\6\7\4\3|\5\2\1\7\3\4\6|\5\2\1\7\3\6\4|\5\2\1\7\4\3\6|\5\2\1\7\4\6\3|\5\2\1\7\6\3\4|\5\2\1\7\6\4\3|\5\2\3\1\4\6\7|\5\2\3\1\4\7\6|\5\2\3\1\6\4\7|\5\2\3\1\6\7\4|\5\2\3\1\7\4\6|\5\2\3\1\7\6\4|\5\2\3\4\1\6\7|\5\2\3\4\1\7\6|\5\2\3\4\6\1\7|\5\2\3\4\6\7\1|\5\2\3\4\7\1\6|\5\2\3\4\7\6\1|\5\2\3\6\1\4\7|\5\2\3\6\1\7\4|\5\2\3\6\4\1\7|\5\2\3\6\4\7\1|\5\2\3\6\7\1\4|\5\2\3\6\7\4\1|\5\2\3\7\1\4\6|\5\2\3\7\1\6\4|\5\2\3\7\4\1\6|\5\2\3\7\4\6\1|\5\2\3\7\6\1\4|\5\2\3\7\6\4\1|\5\2\4\1\3\6\7|\5\2\4\1\3\7\6|\5\2\4\1\6\3\7|\5\2\4\1\6\7\3|\5\2\4\1\7\3\6|\5\2\4\1\7\6\3|\5\2\4\3\1\6\7|\5\2\4\3\1\7\6|\5\2\4\3\6\1\7|\5\2\4\3\6\7\1|\5\2\4\3\7\1\6|\5\2\4\3\7\6\1|\5\2\4\6\1\3\7|\5\2\4\6\1\7\3|\5\2\4\6\3\1\7|\5\2\4\6\3\7\1|\5\2\4\6\7\1\3|\5\2\4\6\7\3\1|\5\2\4\7\1\3\6|\5\2\4\7\1\6\3|\5\2\4\7\3\1\6|\5\2\4\7\3\6\1|\5\2\4\7\6\1\3|\5\2\4\7\6\3\1|\5\2\6\1\3\4\7|\5\2\6\1\3\7\4|\5\2\6\1\4\3\7|\5\2\6\1\4\7\3|\5\2\6\1\7\3\4|\5\2\6\1\7\4\3|\5\2\6\3\1\4\7|\5\2\6\3\1\7\4|\5\2\6\3\4\1\7|\5\2\6\3\4\7\1|\5\2\6\3\7\1\4|\5\2\6\3\7\4\1|\5\2\6\4\1\3\7|\5\2\6\4\1\7\3|\5\2\6\4\3\1\7|\5\2\6\4\3\7\1|\5\2\6\4\7\1\3|\5\2\6\4\7\3\1|\5\2\6\7\1\3\4|\5\2\6\7\1\4\3|\5\2\6\7\3\1\4|\5\2\6\7\3\4\1|\5\2\6\7\4\1\3|\5\2\6\7\4\3\1|\5\2\7\1\3\4\6|\5\2\7\1\3\6\4|\5\2\7\1\4\3\6|\5\2\7\1\4\6\3|\5\2\7\1\6\3\4|\5\2\7\1\6\4\3|\5\2\7\3\1\4\6|\5\2\7\3\1\6\4|\5\2\7\3\4\1\6|\5\2\7\3\4\6\1|\5\2\7\3\6\1\4|\5\2\7\3\6\4\1|\5\2\7\4\1\3\6|\5\2\7\4\1\6\3|\5\2\7\4\3\1\6|\5\2\7\4\3\6\1|\5\2\7\4\6\1\3|\5\2\7\4\6\3\1|\5\2\7\6\1\3\4|\5\2\7\6\1\4\3|\5\2\7\6\3\1\4|\5\2\7\6\3\4\1|\5\2\7\6\4\1\3|\5\2\7\6\4\3\1|\5\3\1\2\4\6\7|\5\3\1\2\4\7\6|\5\3\1\2\6\4\7|\5\3\1\2\6\7\4|\5\3\1\2\7\4\6|\5\3\1\2\7\6\4|\5\3\1\4\2\6\7|\5\3\1\4\2\7\6|\5\3\1\4\6\2\7|\5\3\1\4\6\7\2|\5\3\1\4\7\2\6|\5\3\1\4\7\6\2|\5\3\1\6\2\4\7|\5\3\1\6\2\7\4|\5\3\1\6\4\2\7|\5\3\1\6\4\7\2|\5\3\1\6\7\2\4|\5\3\1\6\7\4\2|\5\3\1\7\2\4\6|\5\3\1\7\2\6\4|\5\3\1\7\4\2\6|\5\3\1\7\4\6\2|\5\3\1\7\6\2\4|\5\3\1\7\6\4\2|\5\3\2\1\4\6\7|\5\3\2\1\4\7\6|\5\3\2\1\6\4\7|\5\3\2\1\6\7\4|\5\3\2\1\7\4\6|\5\3\2\1\7\6\4|\5\3\2\4\1\6\7|\5\3\2\4\1\7\6|\5\3\2\4\6\1\7|\5\3\2\4\6\7\1|\5\3\2\4\7\1\6|\5\3\2\4\7\6\1|\5\3\2\6\1\4\7|\5\3\2\6\1\7\4|\5\3\2\6\4\1\7|\5\3\2\6\4\7\1|\5\3\2\6\7\1\4|\5\3\2\6\7\4\1|\5\3\2\7\1\4\6|\5\3\2\7\1\6\4|\5\3\2\7\4\1\6|\5\3\2\7\4\6\1|\5\3\2\7\6\1\4|\5\3\2\7\6\4\1|\5\3\4\1\2\6\7|\5\3\4\1\2\7\6|\5\3\4\1\6\2\7|\5\3\4\1\6\7\2|\5\3\4\1\7\2\6|\5\3\4\1\7\6\2|\5\3\4\2\1\6\7|\5\3\4\2\1\7\6|\5\3\4\2\6\1\7|\5\3\4\2\6\7\1|\5\3\4\2\7\1\6|\5\3\4\2\7\6\1|\5\3\4\6\1\2\7|\5\3\4\6\1\7\2|\5\3\4\6\2\1\7|\5\3\4\6\2\7\1|\5\3\4\6\7\1\2|\5\3\4\6\7\2\1|\5\3\4\7\1\2\6|\5\3\4\7\1\6\2|\5\3\4\7\2\1\6|\5\3\4\7\2\6\1|\5\3\4\7\6\1\2|\5\3\4\7\6\2\1|\5\3\6\1\2\4\7|\5\3\6\1\2\7\4|\5\3\6\1\4\2\7|\5\3\6\1\4\7\2|\5\3\6\1\7\2\4|\5\3\6\1\7\4\2|\5\3\6\2\1\4\7|\5\3\6\2\1\7\4|\5\3\6\2\4\1\7|\5\3\6\2\4\7\1|\5\3\6\2\7\1\4|\5\3\6\2\7\4\1|\5\3\6\4\1\2\7|\5\3\6\4\1\7\2|\5\3\6\4\2\1\7|\5\3\6\4\2\7\1|\5\3\6\4\7\1\2|\5\3\6\4\7\2\1|\5\3\6\7\1\2\4|\5\3\6\7\1\4\2|\5\3\6\7\2\1\4|\5\3\6\7\2\4\1|\5\3\6\7\4\1\2|\5\3\6\7\4\2\1|\5\3\7\1\2\4\6|\5\3\7\1\2\6\4|\5\3\7\1\4\2\6|\5\3\7\1\4\6\2|\5\3\7\1\6\2\4|\5\3\7\1\6\4\2|\5\3\7\2\1\4\6|\5\3\7\2\1\6\4|\5\3\7\2\4\1\6|\5\3\7\2\4\6\1|\5\3\7\2\6\1\4|\5\3\7\2\6\4\1|\5\3\7\4\1\2\6|\5\3\7\4\1\6\2|\5\3\7\4\2\1\6|\5\3\7\4\2\6\1|\5\3\7\4\6\1\2|\5\3\7\4\6\2\1|\5\3\7\6\1\2\4|\5\3\7\6\1\4\2|\5\3\7\6\2\1\4|\5\3\7\6\2\4\1|\5\3\7\6\4\1\2|\5\3\7\6\4\2\1|\5\4\1\2\3\6\7|\5\4\1\2\3\7\6|\5\4\1\2\6\3\7|\5\4\1\2\6\7\3|\5\4\1\2\7\3\6|\5\4\1\2\7\6\3|\5\4\1\3\2\6\7|\5\4\1\3\2\7\6|\5\4\1\3\6\2\7|\5\4\1\3\6\7\2|\5\4\1\3\7\2\6|\5\4\1\3\7\6\2|\5\4\1\6\2\3\7|\5\4\1\6\2\7\3|\5\4\1\6\3\2\7|\5\4\1\6\3\7\2|\5\4\1\6\7\2\3|\5\4\1\6\7\3\2|\5\4\1\7\2\3\6|\5\4\1\7\2\6\3|\5\4\1\7\3\2\6|\5\4\1\7\3\6\2|\5\4\1\7\6\2\3|\5\4\1\7\6\3\2|\5\4\2\1\3\6\7|\5\4\2\1\3\7\6|\5\4\2\1\6\3\7|\5\4\2\1\6\7\3|\5\4\2\1\7\3\6|\5\4\2\1\7\6\3|\5\4\2\3\1\6\7|\5\4\2\3\1\7\6|\5\4\2\3\6\1\7|\5\4\2\3\6\7\1|\5\4\2\3\7\1\6|\5\4\2\3\7\6\1|\5\4\2\6\1\3\7|\5\4\2\6\1\7\3|\5\4\2\6\3\1\7|\5\4\2\6\3\7\1|\5\4\2\6\7\1\3|\5\4\2\6\7\3\1|\5\4\2\7\1\3\6|\5\4\2\7\1\6\3|\5\4\2\7\3\1\6|\5\4\2\7\3\6\1|\5\4\2\7\6\1\3|\5\4\2\7\6\3\1|\5\4\3\1\2\6\7|\5\4\3\1\2\7\6|\5\4\3\1\6\2\7|\5\4\3\1\6\7\2|\5\4\3\1\7\2\6|\5\4\3\1\7\6\2|\5\4\3\2\1\6\7|\5\4\3\2\1\7\6|\5\4\3\2\6\1\7|\5\4\3\2\6\7\1|\5\4\3\2\7\1\6|\5\4\3\2\7\6\1|\5\4\3\6\1\2\7|\5\4\3\6\1\7\2|\5\4\3\6\2\1\7|\5\4\3\6\2\7\1|\5\4\3\6\7\1\2|\5\4\3\6\7\2\1|\5\4\3\7\1\2\6|\5\4\3\7\1\6\2|\5\4\3\7\2\1\6|\5\4\3\7\2\6\1|\5\4\3\7\6\1\2|\5\4\3\7\6\2\1|\5\4\6\1\2\3\7|\5\4\6\1\2\7\3|\5\4\6\1\3\2\7|\5\4\6\1\3\7\2|\5\4\6\1\7\2\3|\5\4\6\1\7\3\2|\5\4\6\2\1\3\7|\5\4\6\2\1\7\3|\5\4\6\2\3\1\7|\5\4\6\2\3\7\1|\5\4\6\2\7\1\3|\5\4\6\2\7\3\1|\5\4\6\3\1\2\7|\5\4\6\3\1\7\2|\5\4\6\3\2\1\7|\5\4\6\3\2\7\1|\5\4\6\3\7\1\2|\5\4\6\3\7\2\1|\5\4\6\7\1\2\3|\5\4\6\7\1\3\2|\5\4\6\7\2\1\3|\5\4\6\7\2\3\1|\5\4\6\7\3\1\2|\5\4\6\7\3\2\1|\5\4\7\1\2\3\6|\5\4\7\1\2\6\3|\5\4\7\1\3\2\6|\5\4\7\1\3\6\2|\5\4\7\1\6\2\3|\5\4\7\1\6\3\2|\5\4\7\2\1\3\6|\5\4\7\2\1\6\3|\5\4\7\2\3\1\6|\5\4\7\2\3\6\1|\5\4\7\2\6\1\3|\5\4\7\2\6\3\1|\5\4\7\3\1\2\6|\5\4\7\3\1\6\2|\5\4\7\3\2\1\6|\5\4\7\3\2\6\1|\5\4\7\3\6\1\2|\5\4\7\3\6\2\1|\5\4\7\6\1\2\3|\5\4\7\6\1\3\2|\5\4\7\6\2\1\3|\5\4\7\6\2\3\1|\5\4\7\6\3\1\2|\5\4\7\6\3\2\1|\5\6\1\2\3\4\7|\5\6\1\2\3\7\4|\5\6\1\2\4\3\7|\5\6\1\2\4\7\3|\5\6\1\2\7\3\4|\5\6\1\2\7\4\3|\5\6\1\3\2\4\7|\5\6\1\3\2\7\4|\5\6\1\3\4\2\7|\5\6\1\3\4\7\2|\5\6\1\3\7\2\4|\5\6\1\3\7\4\2|\5\6\1\4\2\3\7|\5\6\1\4\2\7\3|\5\6\1\4\3\2\7|\5\6\1\4\3\7\2|\5\6\1\4\7\2\3|\5\6\1\4\7\3\2|\5\6\1\7\2\3\4|\5\6\1\7\2\4\3|\5\6\1\7\3\2\4|\5\6\1\7\3\4\2|\5\6\1\7\4\2\3|\5\6\1\7\4\3\2|\5\6\2\1\3\4\7|\5\6\2\1\3\7\4|\5\6\2\1\4\3\7|\5\6\2\1\4\7\3|\5\6\2\1\7\3\4|\5\6\2\1\7\4\3|\5\6\2\3\1\4\7|\5\6\2\3\1\7\4|\5\6\2\3\4\1\7|\5\6\2\3\4\7\1|\5\6\2\3\7\1\4|\5\6\2\3\7\4\1|\5\6\2\4\1\3\7|\5\6\2\4\1\7\3|\5\6\2\4\3\1\7|\5\6\2\4\3\7\1|\5\6\2\4\7\1\3|\5\6\2\4\7\3\1|\5\6\2\7\1\3\4|\5\6\2\7\1\4\3|\5\6\2\7\3\1\4|\5\6\2\7\3\4\1|\5\6\2\7\4\1\3|\5\6\2\7\4\3\1|\5\6\3\1\2\4\7|\5\6\3\1\2\7\4|\5\6\3\1\4\2\7|\5\6\3\1\4\7\2|\5\6\3\1\7\2\4|\5\6\3\1\7\4\2|\5\6\3\2\1\4\7|\5\6\3\2\1\7\4|\5\6\3\2\4\1\7|\5\6\3\2\4\7\1|\5\6\3\2\7\1\4|\5\6\3\2\7\4\1|\5\6\3\4\1\2\7|\5\6\3\4\1\7\2|\5\6\3\4\2\1\7|\5\6\3\4\2\7\1|\5\6\3\4\7\1\2|\5\6\3\4\7\2\1|\5\6\3\7\1\2\4|\5\6\3\7\1\4\2|\5\6\3\7\2\1\4|\5\6\3\7\2\4\1|\5\6\3\7\4\1\2|\5\6\3\7\4\2\1|\5\6\4\1\2\3\7|\5\6\4\1\2\7\3|\5\6\4\1\3\2\7|\5\6\4\1\3\7\2|\5\6\4\1\7\2\3|\5\6\4\1\7\3\2|\5\6\4\2\1\3\7|\5\6\4\2\1\7\3|\5\6\4\2\3\1\7|\5\6\4\2\3\7\1|\5\6\4\2\7\1\3|\5\6\4\2\7\3\1|\5\6\4\3\1\2\7|\5\6\4\3\1\7\2|\5\6\4\3\2\1\7|\5\6\4\3\2\7\1|\5\6\4\3\7\1\2|\5\6\4\3\7\2\1|\5\6\4\7\1\2\3|\5\6\4\7\1\3\2|\5\6\4\7\2\1\3|\5\6\4\7\2\3\1|\5\6\4\7\3\1\2|\5\6\4\7\3\2\1|\5\6\7\1\2\3\4|\5\6\7\1\2\4\3|\5\6\7\1\3\2\4|\5\6\7\1\3\4\2|\5\6\7\1\4\2\3|\5\6\7\1\4\3\2|\5\6\7\2\1\3\4|\5\6\7\2\1\4\3|\5\6\7\2\3\1\4|\5\6\7\2\3\4\1|\5\6\7\2\4\1\3|\5\6\7\2\4\3\1|\5\6\7\3\1\2\4|\5\6\7\3\1\4\2|\5\6\7\3\2\1\4|\5\6\7\3\2\4\1|\5\6\7\3\4\1\2|\5\6\7\3\4\2\1|\5\6\7\4\1\2\3|\5\6\7\4\1\3\2|\5\6\7\4\2\1\3|\5\6\7\4\2\3\1|\5\6\7\4\3\1\2|\5\6\7\4\3\2\1|\5\7\1\2\3\4\6|\5\7\1\2\3\6\4|\5\7\1\2\4\3\6|\5\7\1\2\4\6\3|\5\7\1\2\6\3\4|\5\7\1\2\6\4\3|\5\7\1\3\2\4\6|\5\7\1\3\2\6\4|\5\7\1\3\4\2\6|\5\7\1\3\4\6\2|\5\7\1\3\6\2\4|\5\7\1\3\6\4\2|\5\7\1\4\2\3\6|\5\7\1\4\2\6\3|\5\7\1\4\3\2\6|\5\7\1\4\3\6\2|\5\7\1\4\6\2\3|\5\7\1\4\6\3\2|\5\7\1\6\2\3\4|\5\7\1\6\2\4\3|\5\7\1\6\3\2\4|\5\7\1\6\3\4\2|\5\7\1\6\4\2\3|\5\7\1\6\4\3\2|\5\7\2\1\3\4\6|\5\7\2\1\3\6\4|\5\7\2\1\4\3\6|\5\7\2\1\4\6\3|\5\7\2\1\6\3\4|\5\7\2\1\6\4\3|\5\7\2\3\1\4\6|\5\7\2\3\1\6\4|\5\7\2\3\4\1\6|\5\7\2\3\4\6\1|\5\7\2\3\6\1\4|\5\7\2\3\6\4\1|\5\7\2\4\1\3\6|\5\7\2\4\1\6\3|\5\7\2\4\3\1\6|\5\7\2\4\3\6\1|\5\7\2\4\6\1\3|\5\7\2\4\6\3\1|\5\7\2\6\1\3\4|\5\7\2\6\1\4\3|\5\7\2\6\3\1\4|\5\7\2\6\3\4\1|\5\7\2\6\4\1\3|\5\7\2\6\4\3\1|\5\7\3\1\2\4\6|\5\7\3\1\2\6\4|\5\7\3\1\4\2\6|\5\7\3\1\4\6\2|\5\7\3\1\6\2\4|\5\7\3\1\6\4\2|\5\7\3\2\1\4\6|\5\7\3\2\1\6\4|\5\7\3\2\4\1\6|\5\7\3\2\4\6\1|\5\7\3\2\6\1\4|\5\7\3\2\6\4\1|\5\7\3\4\1\2\6|\5\7\3\4\1\6\2|\5\7\3\4\2\1\6|\5\7\3\4\2\6\1|\5\7\3\4\6\1\2|\5\7\3\4\6\2\1|\5\7\3\6\1\2\4|\5\7\3\6\1\4\2|\5\7\3\6\2\1\4|\5\7\3\6\2\4\1|\5\7\3\6\4\1\2|\5\7\3\6\4\2\1|\5\7\4\1\2\3\6|\5\7\4\1\2\6\3|\5\7\4\1\3\2\6|\5\7\4\1\3\6\2|\5\7\4\1\6\2\3|\5\7\4\1\6\3\2|\5\7\4\2\1\3\6|\5\7\4\2\1\6\3|\5\7\4\2\3\1\6|\5\7\4\2\3\6\1|\5\7\4\2\6\1\3|\5\7\4\2\6\3\1|\5\7\4\3\1\2\6|\5\7\4\3\1\6\2|\5\7\4\3\2\1\6|\5\7\4\3\2\6\1|\5\7\4\3\6\1\2|\5\7\4\3\6\2\1|\5\7\4\6\1\2\3|\5\7\4\6\1\3\2|\5\7\4\6\2\1\3|\5\7\4\6\2\3\1|\5\7\4\6\3\1\2|\5\7\4\6\3\2\1|\5\7\6\1\2\3\4|\5\7\6\1\2\4\3|\5\7\6\1\3\2\4|\5\7\6\1\3\4\2|\5\7\6\1\4\2\3|\5\7\6\1\4\3\2|\5\7\6\2\1\3\4|\5\7\6\2\1\4\3|\5\7\6\2\3\1\4|\5\7\6\2\3\4\1|\5\7\6\2\4\1\3|\5\7\6\2\4\3\1|\5\7\6\3\1\2\4|\5\7\6\3\1\4\2|\5\7\6\3\2\1\4|\5\7\6\3\2\4\1|\5\7\6\3\4\1\2|\5\7\6\3\4\2\1|\5\7\6\4\1\2\3|\5\7\6\4\1\3\2|\5\7\6\4\2\1\3|\5\7\6\4\2\3\1|\5\7\6\4\3\1\2|\5\7\6\4\3\2\1|\6\1\2\3\4\5\7|\6\1\2\3\4\7\5|\6\1\2\3\5\4\7|\6\1\2\3\5\7\4|\6\1\2\3\7\4\5|\6\1\2\3\7\5\4|\6\1\2\4\3\5\7|\6\1\2\4\3\7\5|\6\1\2\4\5\3\7|\6\1\2\4\5\7\3|\6\1\2\4\7\3\5|\6\1\2\4\7\5\3|\6\1\2\5\3\4\7|\6\1\2\5\3\7\4|\6\1\2\5\4\3\7|\6\1\2\5\4\7\3|\6\1\2\5\7\3\4|\6\1\2\5\7\4\3|\6\1\2\7\3\4\5|\6\1\2\7\3\5\4|\6\1\2\7\4\3\5|\6\1\2\7\4\5\3|\6\1\2\7\5\3\4|\6\1\2\7\5\4\3|\6\1\3\2\4\5\7|\6\1\3\2\4\7\5|\6\1\3\2\5\4\7|\6\1\3\2\5\7\4|\6\1\3\2\7\4\5|\6\1\3\2\7\5\4|\6\1\3\4\2\5\7|\6\1\3\4\2\7\5|\6\1\3\4\5\2\7|\6\1\3\4\5\7\2|\6\1\3\4\7\2\5|\6\1\3\4\7\5\2|\6\1\3\5\2\4\7|\6\1\3\5\2\7\4|\6\1\3\5\4\2\7|\6\1\3\5\4\7\2|\6\1\3\5\7\2\4|\6\1\3\5\7\4\2|\6\1\3\7\2\4\5|\6\1\3\7\2\5\4|\6\1\3\7\4\2\5|\6\1\3\7\4\5\2|\6\1\3\7\5\2\4|\6\1\3\7\5\4\2|\6\1\4\2\3\5\7|\6\1\4\2\3\7\5|\6\1\4\2\5\3\7|\6\1\4\2\5\7\3|\6\1\4\2\7\3\5|\6\1\4\2\7\5\3|\6\1\4\3\2\5\7|\6\1\4\3\2\7\5|\6\1\4\3\5\2\7|\6\1\4\3\5\7\2|\6\1\4\3\7\2\5|\6\1\4\3\7\5\2|\6\1\4\5\2\3\7|\6\1\4\5\2\7\3|\6\1\4\5\3\2\7|\6\1\4\5\3\7\2|\6\1\4\5\7\2\3|\6\1\4\5\7\3\2|\6\1\4\7\2\3\5|\6\1\4\7\2\5\3|\6\1\4\7\3\2\5|\6\1\4\7\3\5\2|\6\1\4\7\5\2\3|\6\1\4\7\5\3\2|\6\1\5\2\3\4\7|\6\1\5\2\3\7\4|\6\1\5\2\4\3\7|\6\1\5\2\4\7\3|\6\1\5\2\7\3\4|\6\1\5\2\7\4\3|\6\1\5\3\2\4\7|\6\1\5\3\2\7\4|\6\1\5\3\4\2\7|\6\1\5\3\4\7\2|\6\1\5\3\7\2\4|\6\1\5\3\7\4\2|\6\1\5\4\2\3\7|\6\1\5\4\2\7\3|\6\1\5\4\3\2\7|\6\1\5\4\3\7\2|\6\1\5\4\7\2\3|\6\1\5\4\7\3\2|\6\1\5\7\2\3\4|\6\1\5\7\2\4\3|\6\1\5\7\3\2\4|\6\1\5\7\3\4\2|\6\1\5\7\4\2\3|\6\1\5\7\4\3\2|\6\1\7\2\3\4\5|\6\1\7\2\3\5\4|\6\1\7\2\4\3\5|\6\1\7\2\4\5\3|\6\1\7\2\5\3\4|\6\1\7\2\5\4\3|\6\1\7\3\2\4\5|\6\1\7\3\2\5\4|\6\1\7\3\4\2\5|\6\1\7\3\4\5\2|\6\1\7\3\5\2\4|\6\1\7\3\5\4\2|\6\1\7\4\2\3\5|\6\1\7\4\2\5\3|\6\1\7\4\3\2\5|\6\1\7\4\3\5\2|\6\1\7\4\5\2\3|\6\1\7\4\5\3\2|\6\1\7\5\2\3\4|\6\1\7\5\2\4\3|\6\1\7\5\3\2\4|\6\1\7\5\3\4\2|\6\1\7\5\4\2\3|\6\1\7\5\4\3\2|\6\2\1\3\4\5\7|\6\2\1\3\4\7\5|\6\2\1\3\5\4\7|\6\2\1\3\5\7\4|\6\2\1\3\7\4\5|\6\2\1\3\7\5\4|\6\2\1\4\3\5\7|\6\2\1\4\3\7\5|\6\2\1\4\5\3\7|\6\2\1\4\5\7\3|\6\2\1\4\7\3\5|\6\2\1\4\7\5\3|\6\2\1\5\3\4\7|\6\2\1\5\3\7\4|\6\2\1\5\4\3\7|\6\2\1\5\4\7\3|\6\2\1\5\7\3\4|\6\2\1\5\7\4\3|\6\2\1\7\3\4\5|\6\2\1\7\3\5\4|\6\2\1\7\4\3\5|\6\2\1\7\4\5\3|\6\2\1\7\5\3\4|\6\2\1\7\5\4\3|\6\2\3\1\4\5\7|\6\2\3\1\4\7\5|\6\2\3\1\5\4\7|\6\2\3\1\5\7\4|\6\2\3\1\7\4\5|\6\2\3\1\7\5\4|\6\2\3\4\1\5\7|\6\2\3\4\1\7\5|\6\2\3\4\5\1\7|\6\2\3\4\5\7\1|\6\2\3\4\7\1\5|\6\2\3\4\7\5\1|\6\2\3\5\1\4\7|\6\2\3\5\1\7\4|\6\2\3\5\4\1\7|\6\2\3\5\4\7\1|\6\2\3\5\7\1\4|\6\2\3\5\7\4\1|\6\2\3\7\1\4\5|\6\2\3\7\1\5\4|\6\2\3\7\4\1\5|\6\2\3\7\4\5\1|\6\2\3\7\5\1\4|\6\2\3\7\5\4\1|\6\2\4\1\3\5\7|\6\2\4\1\3\7\5|\6\2\4\1\5\3\7|\6\2\4\1\5\7\3|\6\2\4\1\7\3\5|\6\2\4\1\7\5\3|\6\2\4\3\1\5\7|\6\2\4\3\1\7\5|\6\2\4\3\5\1\7|\6\2\4\3\5\7\1|\6\2\4\3\7\1\5|\6\2\4\3\7\5\1|\6\2\4\5\1\3\7|\6\2\4\5\1\7\3|\6\2\4\5\3\1\7|\6\2\4\5\3\7\1|\6\2\4\5\7\1\3|\6\2\4\5\7\3\1|\6\2\4\7\1\3\5|\6\2\4\7\1\5\3|\6\2\4\7\3\1\5|\6\2\4\7\3\5\1|\6\2\4\7\5\1\3|\6\2\4\7\5\3\1|\6\2\5\1\3\4\7|\6\2\5\1\3\7\4|\6\2\5\1\4\3\7|\6\2\5\1\4\7\3|\6\2\5\1\7\3\4|\6\2\5\1\7\4\3|\6\2\5\3\1\4\7|\6\2\5\3\1\7\4|\6\2\5\3\4\1\7|\6\2\5\3\4\7\1|\6\2\5\3\7\1\4|\6\2\5\3\7\4\1|\6\2\5\4\1\3\7|\6\2\5\4\1\7\3|\6\2\5\4\3\1\7|\6\2\5\4\3\7\1|\6\2\5\4\7\1\3|\6\2\5\4\7\3\1|\6\2\5\7\1\3\4|\6\2\5\7\1\4\3|\6\2\5\7\3\1\4|\6\2\5\7\3\4\1|\6\2\5\7\4\1\3|\6\2\5\7\4\3\1|\6\2\7\1\3\4\5|\6\2\7\1\3\5\4|\6\2\7\1\4\3\5|\6\2\7\1\4\5\3|\6\2\7\1\5\3\4|\6\2\7\1\5\4\3|\6\2\7\3\1\4\5|\6\2\7\3\1\5\4|\6\2\7\3\4\1\5|\6\2\7\3\4\5\1|\6\2\7\3\5\1\4|\6\2\7\3\5\4\1|\6\2\7\4\1\3\5|\6\2\7\4\1\5\3|\6\2\7\4\3\1\5|\6\2\7\4\3\5\1|\6\2\7\4\5\1\3|\6\2\7\4\5\3\1|\6\2\7\5\1\3\4|\6\2\7\5\1\4\3|\6\2\7\5\3\1\4|\6\2\7\5\3\4\1|\6\2\7\5\4\1\3|\6\2\7\5\4\3\1|\6\3\1\2\4\5\7|\6\3\1\2\4\7\5|\6\3\1\2\5\4\7|\6\3\1\2\5\7\4|\6\3\1\2\7\4\5|\6\3\1\2\7\5\4|\6\3\1\4\2\5\7|\6\3\1\4\2\7\5|\6\3\1\4\5\2\7|\6\3\1\4\5\7\2|\6\3\1\4\7\2\5|\6\3\1\4\7\5\2|\6\3\1\5\2\4\7|\6\3\1\5\2\7\4|\6\3\1\5\4\2\7|\6\3\1\5\4\7\2|\6\3\1\5\7\2\4|\6\3\1\5\7\4\2|\6\3\1\7\2\4\5|\6\3\1\7\2\5\4|\6\3\1\7\4\2\5|\6\3\1\7\4\5\2|\6\3\1\7\5\2\4|\6\3\1\7\5\4\2|\6\3\2\1\4\5\7|\6\3\2\1\4\7\5|\6\3\2\1\5\4\7|\6\3\2\1\5\7\4|\6\3\2\1\7\4\5|\6\3\2\1\7\5\4|\6\3\2\4\1\5\7|\6\3\2\4\1\7\5|\6\3\2\4\5\1\7|\6\3\2\4\5\7\1|\6\3\2\4\7\1\5|\6\3\2\4\7\5\1|\6\3\2\5\1\4\7|\6\3\2\5\1\7\4|\6\3\2\5\4\1\7|\6\3\2\5\4\7\1|\6\3\2\5\7\1\4|\6\3\2\5\7\4\1|\6\3\2\7\1\4\5|\6\3\2\7\1\5\4|\6\3\2\7\4\1\5|\6\3\2\7\4\5\1|\6\3\2\7\5\1\4|\6\3\2\7\5\4\1|\6\3\4\1\2\5\7|\6\3\4\1\2\7\5|\6\3\4\1\5\2\7|\6\3\4\1\5\7\2|\6\3\4\1\7\2\5|\6\3\4\1\7\5\2|\6\3\4\2\1\5\7|\6\3\4\2\1\7\5|\6\3\4\2\5\1\7|\6\3\4\2\5\7\1|\6\3\4\2\7\1\5|\6\3\4\2\7\5\1|\6\3\4\5\1\2\7|\6\3\4\5\1\7\2|\6\3\4\5\2\1\7|\6\3\4\5\2\7\1|\6\3\4\5\7\1\2|\6\3\4\5\7\2\1|\6\3\4\7\1\2\5|\6\3\4\7\1\5\2|\6\3\4\7\2\1\5|\6\3\4\7\2\5\1|\6\3\4\7\5\1\2|\6\3\4\7\5\2\1|\6\3\5\1\2\4\7|\6\3\5\1\2\7\4|\6\3\5\1\4\2\7|\6\3\5\1\4\7\2|\6\3\5\1\7\2\4|\6\3\5\1\7\4\2|\6\3\5\2\1\4\7|\6\3\5\2\1\7\4|\6\3\5\2\4\1\7|\6\3\5\2\4\7\1|\6\3\5\2\7\1\4|\6\3\5\2\7\4\1|\6\3\5\4\1\2\7|\6\3\5\4\1\7\2|\6\3\5\4\2\1\7|\6\3\5\4\2\7\1|\6\3\5\4\7\1\2|\6\3\5\4\7\2\1|\6\3\5\7\1\2\4|\6\3\5\7\1\4\2|\6\3\5\7\2\1\4|\6\3\5\7\2\4\1|\6\3\5\7\4\1\2|\6\3\5\7\4\2\1|\6\3\7\1\2\4\5|\6\3\7\1\2\5\4|\6\3\7\1\4\2\5|\6\3\7\1\4\5\2|\6\3\7\1\5\2\4|\6\3\7\1\5\4\2|\6\3\7\2\1\4\5|\6\3\7\2\1\5\4|\6\3\7\2\4\1\5|\6\3\7\2\4\5\1|\6\3\7\2\5\1\4|\6\3\7\2\5\4\1|\6\3\7\4\1\2\5|\6\3\7\4\1\5\2|\6\3\7\4\2\1\5|\6\3\7\4\2\5\1|\6\3\7\4\5\1\2|\6\3\7\4\5\2\1|\6\3\7\5\1\2\4|\6\3\7\5\1\4\2|\6\3\7\5\2\1\4|\6\3\7\5\2\4\1|\6\3\7\5\4\1\2|\6\3\7\5\4\2\1|\6\4\1\2\3\5\7|\6\4\1\2\3\7\5|\6\4\1\2\5\3\7|\6\4\1\2\5\7\3|\6\4\1\2\7\3\5|\6\4\1\2\7\5\3|\6\4\1\3\2\5\7|\6\4\1\3\2\7\5|\6\4\1\3\5\2\7|\6\4\1\3\5\7\2|\6\4\1\3\7\2\5|\6\4\1\3\7\5\2|\6\4\1\5\2\3\7|\6\4\1\5\2\7\3|\6\4\1\5\3\2\7|\6\4\1\5\3\7\2|\6\4\1\5\7\2\3|\6\4\1\5\7\3\2|\6\4\1\7\2\3\5|\6\4\1\7\2\5\3|\6\4\1\7\3\2\5|\6\4\1\7\3\5\2|\6\4\1\7\5\2\3|\6\4\1\7\5\3\2|\6\4\2\1\3\5\7|\6\4\2\1\3\7\5|\6\4\2\1\5\3\7|\6\4\2\1\5\7\3|\6\4\2\1\7\3\5|\6\4\2\1\7\5\3|\6\4\2\3\1\5\7|\6\4\2\3\1\7\5|\6\4\2\3\5\1\7|\6\4\2\3\5\7\1|\6\4\2\3\7\1\5|\6\4\2\3\7\5\1|\6\4\2\5\1\3\7|\6\4\2\5\1\7\3|\6\4\2\5\3\1\7|\6\4\2\5\3\7\1|\6\4\2\5\7\1\3|\6\4\2\5\7\3\1|\6\4\2\7\1\3\5|\6\4\2\7\1\5\3|\6\4\2\7\3\1\5|\6\4\2\7\3\5\1|\6\4\2\7\5\1\3|\6\4\2\7\5\3\1|\6\4\3\1\2\5\7|\6\4\3\1\2\7\5|\6\4\3\1\5\2\7|\6\4\3\1\5\7\2|\6\4\3\1\7\2\5|\6\4\3\1\7\5\2|\6\4\3\2\1\5\7|\6\4\3\2\1\7\5|\6\4\3\2\5\1\7|\6\4\3\2\5\7\1|\6\4\3\2\7\1\5|\6\4\3\2\7\5\1|\6\4\3\5\1\2\7|\6\4\3\5\1\7\2|\6\4\3\5\2\1\7|\6\4\3\5\2\7\1|\6\4\3\5\7\1\2|\6\4\3\5\7\2\1|\6\4\3\7\1\2\5|\6\4\3\7\1\5\2|\6\4\3\7\2\1\5|\6\4\3\7\2\5\1|\6\4\3\7\5\1\2|\6\4\3\7\5\2\1|\6\4\5\1\2\3\7|\6\4\5\1\2\7\3|\6\4\5\1\3\2\7|\6\4\5\1\3\7\2|\6\4\5\1\7\2\3|\6\4\5\1\7\3\2|\6\4\5\2\1\3\7|\6\4\5\2\1\7\3|\6\4\5\2\3\1\7|\6\4\5\2\3\7\1|\6\4\5\2\7\1\3|\6\4\5\2\7\3\1|\6\4\5\3\1\2\7|\6\4\5\3\1\7\2|\6\4\5\3\2\1\7|\6\4\5\3\2\7\1|\6\4\5\3\7\1\2|\6\4\5\3\7\2\1|\6\4\5\7\1\2\3|\6\4\5\7\1\3\2|\6\4\5\7\2\1\3|\6\4\5\7\2\3\1|\6\4\5\7\3\1\2|\6\4\5\7\3\2\1|\6\4\7\1\2\3\5|\6\4\7\1\2\5\3|\6\4\7\1\3\2\5|\6\4\7\1\3\5\2|\6\4\7\1\5\2\3|\6\4\7\1\5\3\2|\6\4\7\2\1\3\5|\6\4\7\2\1\5\3|\6\4\7\2\3\1\5|\6\4\7\2\3\5\1|\6\4\7\2\5\1\3|\6\4\7\2\5\3\1|\6\4\7\3\1\2\5|\6\4\7\3\1\5\2|\6\4\7\3\2\1\5|\6\4\7\3\2\5\1|\6\4\7\3\5\1\2|\6\4\7\3\5\2\1|\6\4\7\5\1\2\3|\6\4\7\5\1\3\2|\6\4\7\5\2\1\3|\6\4\7\5\2\3\1|\6\4\7\5\3\1\2|\6\4\7\5\3\2\1|\6\5\1\2\3\4\7|\6\5\1\2\3\7\4|\6\5\1\2\4\3\7|\6\5\1\2\4\7\3|\6\5\1\2\7\3\4|\6\5\1\2\7\4\3|\6\5\1\3\2\4\7|\6\5\1\3\2\7\4|\6\5\1\3\4\2\7|\6\5\1\3\4\7\2|\6\5\1\3\7\2\4|\6\5\1\3\7\4\2|\6\5\1\4\2\3\7|\6\5\1\4\2\7\3|\6\5\1\4\3\2\7|\6\5\1\4\3\7\2|\6\5\1\4\7\2\3|\6\5\1\4\7\3\2|\6\5\1\7\2\3\4|\6\5\1\7\2\4\3|\6\5\1\7\3\2\4|\6\5\1\7\3\4\2|\6\5\1\7\4\2\3|\6\5\1\7\4\3\2|\6\5\2\1\3\4\7|\6\5\2\1\3\7\4|\6\5\2\1\4\3\7|\6\5\2\1\4\7\3|\6\5\2\1\7\3\4|\6\5\2\1\7\4\3|\6\5\2\3\1\4\7|\6\5\2\3\1\7\4|\6\5\2\3\4\1\7|\6\5\2\3\4\7\1|\6\5\2\3\7\1\4|\6\5\2\3\7\4\1|\6\5\2\4\1\3\7|\6\5\2\4\1\7\3|\6\5\2\4\3\1\7|\6\5\2\4\3\7\1|\6\5\2\4\7\1\3|\6\5\2\4\7\3\1|\6\5\2\7\1\3\4|\6\5\2\7\1\4\3|\6\5\2\7\3\1\4|\6\5\2\7\3\4\1|\6\5\2\7\4\1\3|\6\5\2\7\4\3\1|\6\5\3\1\2\4\7|\6\5\3\1\2\7\4|\6\5\3\1\4\2\7|\6\5\3\1\4\7\2|\6\5\3\1\7\2\4|\6\5\3\1\7\4\2|\6\5\3\2\1\4\7|\6\5\3\2\1\7\4|\6\5\3\2\4\1\7|\6\5\3\2\4\7\1|\6\5\3\2\7\1\4|\6\5\3\2\7\4\1|\6\5\3\4\1\2\7|\6\5\3\4\1\7\2|\6\5\3\4\2\1\7|\6\5\3\4\2\7\1|\6\5\3\4\7\1\2|\6\5\3\4\7\2\1|\6\5\3\7\1\2\4|\6\5\3\7\1\4\2|\6\5\3\7\2\1\4|\6\5\3\7\2\4\1|\6\5\3\7\4\1\2|\6\5\3\7\4\2\1|\6\5\4\1\2\3\7|\6\5\4\1\2\7\3|\6\5\4\1\3\2\7|\6\5\4\1\3\7\2|\6\5\4\1\7\2\3|\6\5\4\1\7\3\2|\6\5\4\2\1\3\7|\6\5\4\2\1\7\3|\6\5\4\2\3\1\7|\6\5\4\2\3\7\1|\6\5\4\2\7\1\3|\6\5\4\2\7\3\1|\6\5\4\3\1\2\7|\6\5\4\3\1\7\2|\6\5\4\3\2\1\7|\6\5\4\3\2\7\1|\6\5\4\3\7\1\2|\6\5\4\3\7\2\1|\6\5\4\7\1\2\3|\6\5\4\7\1\3\2|\6\5\4\7\2\1\3|\6\5\4\7\2\3\1|\6\5\4\7\3\1\2|\6\5\4\7\3\2\1|\6\5\7\1\2\3\4|\6\5\7\1\2\4\3|\6\5\7\1\3\2\4|\6\5\7\1\3\4\2|\6\5\7\1\4\2\3|\6\5\7\1\4\3\2|\6\5\7\2\1\3\4|\6\5\7\2\1\4\3|\6\5\7\2\3\1\4|\6\5\7\2\3\4\1|\6\5\7\2\4\1\3|\6\5\7\2\4\3\1|\6\5\7\3\1\2\4|\6\5\7\3\1\4\2|\6\5\7\3\2\1\4|\6\5\7\3\2\4\1|\6\5\7\3\4\1\2|\6\5\7\3\4\2\1|\6\5\7\4\1\2\3|\6\5\7\4\1\3\2|\6\5\7\4\2\1\3|\6\5\7\4\2\3\1|\6\5\7\4\3\1\2|\6\5\7\4\3\2\1|\6\7\1\2\3\4\5|\6\7\1\2\3\5\4|\6\7\1\2\4\3\5|\6\7\1\2\4\5\3|\6\7\1\2\5\3\4|\6\7\1\2\5\4\3|\6\7\1\3\2\4\5|\6\7\1\3\2\5\4|\6\7\1\3\4\2\5|\6\7\1\3\4\5\2|\6\7\1\3\5\2\4|\6\7\1\3\5\4\2|\6\7\1\4\2\3\5|\6\7\1\4\2\5\3|\6\7\1\4\3\2\5|\6\7\1\4\3\5\2|\6\7\1\4\5\2\3|\6\7\1\4\5\3\2|\6\7\1\5\2\3\4|\6\7\1\5\2\4\3|\6\7\1\5\3\2\4|\6\7\1\5\3\4\2|\6\7\1\5\4\2\3|\6\7\1\5\4\3\2|\6\7\2\1\3\4\5|\6\7\2\1\3\5\4|\6\7\2\1\4\3\5|\6\7\2\1\4\5\3|\6\7\2\1\5\3\4|\6\7\2\1\5\4\3|\6\7\2\3\1\4\5|\6\7\2\3\1\5\4|\6\7\2\3\4\1\5|\6\7\2\3\4\5\1|\6\7\2\3\5\1\4|\6\7\2\3\5\4\1|\6\7\2\4\1\3\5|\6\7\2\4\1\5\3|\6\7\2\4\3\1\5|\6\7\2\4\3\5\1|\6\7\2\4\5\1\3|\6\7\2\4\5\3\1|\6\7\2\5\1\3\4|\6\7\2\5\1\4\3|\6\7\2\5\3\1\4|\6\7\2\5\3\4\1|\6\7\2\5\4\1\3|\6\7\2\5\4\3\1|\6\7\3\1\2\4\5|\6\7\3\1\2\5\4|\6\7\3\1\4\2\5|\6\7\3\1\4\5\2|\6\7\3\1\5\2\4|\6\7\3\1\5\4\2|\6\7\3\2\1\4\5|\6\7\3\2\1\5\4|\6\7\3\2\4\1\5|\6\7\3\2\4\5\1|\6\7\3\2\5\1\4|\6\7\3\2\5\4\1|\6\7\3\4\1\2\5|\6\7\3\4\1\5\2|\6\7\3\4\2\1\5|\6\7\3\4\2\5\1|\6\7\3\4\5\1\2|\6\7\3\4\5\2\1|\6\7\3\5\1\2\4|\6\7\3\5\1\4\2|\6\7\3\5\2\1\4|\6\7\3\5\2\4\1|\6\7\3\5\4\1\2|\6\7\3\5\4\2\1|\6\7\4\1\2\3\5|\6\7\4\1\2\5\3|\6\7\4\1\3\2\5|\6\7\4\1\3\5\2|\6\7\4\1\5\2\3|\6\7\4\1\5\3\2|\6\7\4\2\1\3\5|\6\7\4\2\1\5\3|\6\7\4\2\3\1\5|\6\7\4\2\3\5\1|\6\7\4\2\5\1\3|\6\7\4\2\5\3\1|\6\7\4\3\1\2\5|\6\7\4\3\1\5\2|\6\7\4\3\2\1\5|\6\7\4\3\2\5\1|\6\7\4\3\5\1\2|\6\7\4\3\5\2\1|\6\7\4\5\1\2\3|\6\7\4\5\1\3\2|\6\7\4\5\2\1\3|\6\7\4\5\2\3\1|\6\7\4\5\3\1\2|\6\7\4\5\3\2\1|\6\7\5\1\2\3\4|\6\7\5\1\2\4\3|\6\7\5\1\3\2\4|\6\7\5\1\3\4\2|\6\7\5\1\4\2\3|\6\7\5\1\4\3\2|\6\7\5\2\1\3\4|\6\7\5\2\1\4\3|\6\7\5\2\3\1\4|\6\7\5\2\3\4\1|\6\7\5\2\4\1\3|\6\7\5\2\4\3\1|\6\7\5\3\1\2\4|\6\7\5\3\1\4\2|\6\7\5\3\2\1\4|\6\7\5\3\2\4\1|\6\7\5\3\4\1\2|\6\7\5\3\4\2\1|\6\7\5\4\1\2\3|\6\7\5\4\1\3\2|\6\7\5\4\2\1\3|\6\7\5\4\2\3\1|\6\7\5\4\3\1\2|\6\7\5\4\3\2\1|\7\1\2\3\4\5\6|\7\1\2\3\4\6\5|\7\1\2\3\5\4\6|\7\1\2\3\5\6\4|\7\1\2\3\6\4\5|\7\1\2\3\6\5\4|\7\1\2\4\3\5\6|\7\1\2\4\3\6\5|\7\1\2\4\5\3\6|\7\1\2\4\5\6\3|\7\1\2\4\6\3\5|\7\1\2\4\6\5\3|\7\1\2\5\3\4\6|\7\1\2\5\3\6\4|\7\1\2\5\4\3\6|\7\1\2\5\4\6\3|\7\1\2\5\6\3\4|\7\1\2\5\6\4\3|\7\1\2\6\3\4\5|\7\1\2\6\3\5\4|\7\1\2\6\4\3\5|\7\1\2\6\4\5\3|\7\1\2\6\5\3\4|\7\1\2\6\5\4\3|\7\1\3\2\4\5\6|\7\1\3\2\4\6\5|\7\1\3\2\5\4\6|\7\1\3\2\5\6\4|\7\1\3\2\6\4\5|\7\1\3\2\6\5\4|\7\1\3\4\2\5\6|\7\1\3\4\2\6\5|\7\1\3\4\5\2\6|\7\1\3\4\5\6\2|\7\1\3\4\6\2\5|\7\1\3\4\6\5\2|\7\1\3\5\2\4\6|\7\1\3\5\2\6\4|\7\1\3\5\4\2\6|\7\1\3\5\4\6\2|\7\1\3\5\6\2\4|\7\1\3\5\6\4\2|\7\1\3\6\2\4\5|\7\1\3\6\2\5\4|\7\1\3\6\4\2\5|\7\1\3\6\4\5\2|\7\1\3\6\5\2\4|\7\1\3\6\5\4\2|\7\1\4\2\3\5\6|\7\1\4\2\3\6\5|\7\1\4\2\5\3\6|\7\1\4\2\5\6\3|\7\1\4\2\6\3\5|\7\1\4\2\6\5\3|\7\1\4\3\2\5\6|\7\1\4\3\2\6\5|\7\1\4\3\5\2\6|\7\1\4\3\5\6\2|\7\1\4\3\6\2\5|\7\1\4\3\6\5\2|\7\1\4\5\2\3\6|\7\1\4\5\2\6\3|\7\1\4\5\3\2\6|\7\1\4\5\3\6\2|\7\1\4\5\6\2\3|\7\1\4\5\6\3\2|\7\1\4\6\2\3\5|\7\1\4\6\2\5\3|\7\1\4\6\3\2\5|\7\1\4\6\3\5\2|\7\1\4\6\5\2\3|\7\1\4\6\5\3\2|\7\1\5\2\3\4\6|\7\1\5\2\3\6\4|\7\1\5\2\4\3\6|\7\1\5\2\4\6\3|\7\1\5\2\6\3\4|\7\1\5\2\6\4\3|\7\1\5\3\2\4\6|\7\1\5\3\2\6\4|\7\1\5\3\4\2\6|\7\1\5\3\4\6\2|\7\1\5\3\6\2\4|\7\1\5\3\6\4\2|\7\1\5\4\2\3\6|\7\1\5\4\2\6\3|\7\1\5\4\3\2\6|\7\1\5\4\3\6\2|\7\1\5\4\6\2\3|\7\1\5\4\6\3\2|\7\1\5\6\2\3\4|\7\1\5\6\2\4\3|\7\1\5\6\3\2\4|\7\1\5\6\3\4\2|\7\1\5\6\4\2\3|\7\1\5\6\4\3\2|\7\1\6\2\3\4\5|\7\1\6\2\3\5\4|\7\1\6\2\4\3\5|\7\1\6\2\4\5\3|\7\1\6\2\5\3\4|\7\1\6\2\5\4\3|\7\1\6\3\2\4\5|\7\1\6\3\2\5\4|\7\1\6\3\4\2\5|\7\1\6\3\4\5\2|\7\1\6\3\5\2\4|\7\1\6\3\5\4\2|\7\1\6\4\2\3\5|\7\1\6\4\2\5\3|\7\1\6\4\3\2\5|\7\1\6\4\3\5\2|\7\1\6\4\5\2\3|\7\1\6\4\5\3\2|\7\1\6\5\2\3\4|\7\1\6\5\2\4\3|\7\1\6\5\3\2\4|\7\1\6\5\3\4\2|\7\1\6\5\4\2\3|\7\1\6\5\4\3\2|\7\2\1\3\4\5\6|\7\2\1\3\4\6\5|\7\2\1\3\5\4\6|\7\2\1\3\5\6\4|\7\2\1\3\6\4\5|\7\2\1\3\6\5\4|\7\2\1\4\3\5\6|\7\2\1\4\3\6\5|\7\2\1\4\5\3\6|\7\2\1\4\5\6\3|\7\2\1\4\6\3\5|\7\2\1\4\6\5\3|\7\2\1\5\3\4\6|\7\2\1\5\3\6\4|\7\2\1\5\4\3\6|\7\2\1\5\4\6\3|\7\2\1\5\6\3\4|\7\2\1\5\6\4\3|\7\2\1\6\3\4\5|\7\2\1\6\3\5\4|\7\2\1\6\4\3\5|\7\2\1\6\4\5\3|\7\2\1\6\5\3\4|\7\2\1\6\5\4\3|\7\2\3\1\4\5\6|\7\2\3\1\4\6\5|\7\2\3\1\5\4\6|\7\2\3\1\5\6\4|\7\2\3\1\6\4\5|\7\2\3\1\6\5\4|\7\2\3\4\1\5\6|\7\2\3\4\1\6\5|\7\2\3\4\5\1\6|\7\2\3\4\5\6\1|\7\2\3\4\6\1\5|\7\2\3\4\6\5\1|\7\2\3\5\1\4\6|\7\2\3\5\1\6\4|\7\2\3\5\4\1\6|\7\2\3\5\4\6\1|\7\2\3\5\6\1\4|\7\2\3\5\6\4\1|\7\2\3\6\1\4\5|\7\2\3\6\1\5\4|\7\2\3\6\4\1\5|\7\2\3\6\4\5\1|\7\2\3\6\5\1\4|\7\2\3\6\5\4\1|\7\2\4\1\3\5\6|\7\2\4\1\3\6\5|\7\2\4\1\5\3\6|\7\2\4\1\5\6\3|\7\2\4\1\6\3\5|\7\2\4\1\6\5\3|\7\2\4\3\1\5\6|\7\2\4\3\1\6\5|\7\2\4\3\5\1\6|\7\2\4\3\5\6\1|\7\2\4\3\6\1\5|\7\2\4\3\6\5\1|\7\2\4\5\1\3\6|\7\2\4\5\1\6\3|\7\2\4\5\3\1\6|\7\2\4\5\3\6\1|\7\2\4\5\6\1\3|\7\2\4\5\6\3\1|\7\2\4\6\1\3\5|\7\2\4\6\1\5\3|\7\2\4\6\3\1\5|\7\2\4\6\3\5\1|\7\2\4\6\5\1\3|\7\2\4\6\5\3\1|\7\2\5\1\3\4\6|\7\2\5\1\3\6\4|\7\2\5\1\4\3\6|\7\2\5\1\4\6\3|\7\2\5\1\6\3\4|\7\2\5\1\6\4\3|\7\2\5\3\1\4\6|\7\2\5\3\1\6\4|\7\2\5\3\4\1\6|\7\2\5\3\4\6\1|\7\2\5\3\6\1\4|\7\2\5\3\6\4\1|\7\2\5\4\1\3\6|\7\2\5\4\1\6\3|\7\2\5\4\3\1\6|\7\2\5\4\3\6\1|\7\2\5\4\6\1\3|\7\2\5\4\6\3\1|\7\2\5\6\1\3\4|\7\2\5\6\1\4\3|\7\2\5\6\3\1\4|\7\2\5\6\3\4\1|\7\2\5\6\4\1\3|\7\2\5\6\4\3\1|\7\2\6\1\3\4\5|\7\2\6\1\3\5\4|\7\2\6\1\4\3\5|\7\2\6\1\4\5\3|\7\2\6\1\5\3\4|\7\2\6\1\5\4\3|\7\2\6\3\1\4\5|\7\2\6\3\1\5\4|\7\2\6\3\4\1\5|\7\2\6\3\4\5\1|\7\2\6\3\5\1\4|\7\2\6\3\5\4\1|\7\2\6\4\1\3\5|\7\2\6\4\1\5\3|\7\2\6\4\3\1\5|\7\2\6\4\3\5\1|\7\2\6\4\5\1\3|\7\2\6\4\5\3\1|\7\2\6\5\1\3\4|\7\2\6\5\1\4\3|\7\2\6\5\3\1\4|\7\2\6\5\3\4\1|\7\2\6\5\4\1\3|\7\2\6\5\4\3\1|\7\3\1\2\4\5\6|\7\3\1\2\4\6\5|\7\3\1\2\5\4\6|\7\3\1\2\5\6\4|\7\3\1\2\6\4\5|\7\3\1\2\6\5\4|\7\3\1\4\2\5\6|\7\3\1\4\2\6\5|\7\3\1\4\5\2\6|\7\3\1\4\5\6\2|\7\3\1\4\6\2\5|\7\3\1\4\6\5\2|\7\3\1\5\2\4\6|\7\3\1\5\2\6\4|\7\3\1\5\4\2\6|\7\3\1\5\4\6\2|\7\3\1\5\6\2\4|\7\3\1\5\6\4\2|\7\3\1\6\2\4\5|\7\3\1\6\2\5\4|\7\3\1\6\4\2\5|\7\3\1\6\4\5\2|\7\3\1\6\5\2\4|\7\3\1\6\5\4\2|\7\3\2\1\4\5\6|\7\3\2\1\4\6\5|\7\3\2\1\5\4\6|\7\3\2\1\5\6\4|\7\3\2\1\6\4\5|\7\3\2\1\6\5\4|\7\3\2\4\1\5\6|\7\3\2\4\1\6\5|\7\3\2\4\5\1\6|\7\3\2\4\5\6\1|\7\3\2\4\6\1\5|\7\3\2\4\6\5\1|\7\3\2\5\1\4\6|\7\3\2\5\1\6\4|\7\3\2\5\4\1\6|\7\3\2\5\4\6\1|\7\3\2\5\6\1\4|\7\3\2\5\6\4\1|\7\3\2\6\1\4\5|\7\3\2\6\1\5\4|\7\3\2\6\4\1\5|\7\3\2\6\4\5\1|\7\3\2\6\5\1\4|\7\3\2\6\5\4\1|\7\3\4\1\2\5\6|\7\3\4\1\2\6\5|\7\3\4\1\5\2\6|\7\3\4\1\5\6\2|\7\3\4\1\6\2\5|\7\3\4\1\6\5\2|\7\3\4\2\1\5\6|\7\3\4\2\1\6\5|\7\3\4\2\5\1\6|\7\3\4\2\5\6\1|\7\3\4\2\6\1\5|\7\3\4\2\6\5\1|\7\3\4\5\1\2\6|\7\3\4\5\1\6\2|\7\3\4\5\2\1\6|\7\3\4\5\2\6\1|\7\3\4\5\6\1\2|\7\3\4\5\6\2\1|\7\3\4\6\1\2\5|\7\3\4\6\1\5\2|\7\3\4\6\2\1\5|\7\3\4\6\2\5\1|\7\3\4\6\5\1\2|\7\3\4\6\5\2\1|\7\3\5\1\2\4\6|\7\3\5\1\2\6\4|\7\3\5\1\4\2\6|\7\3\5\1\4\6\2|\7\3\5\1\6\2\4|\7\3\5\1\6\4\2|\7\3\5\2\1\4\6|\7\3\5\2\1\6\4|\7\3\5\2\4\1\6|\7\3\5\2\4\6\1|\7\3\5\2\6\1\4|\7\3\5\2\6\4\1|\7\3\5\4\1\2\6|\7\3\5\4\1\6\2|\7\3\5\4\2\1\6|\7\3\5\4\2\6\1|\7\3\5\4\6\1\2|\7\3\5\4\6\2\1|\7\3\5\6\1\2\4|\7\3\5\6\1\4\2|\7\3\5\6\2\1\4|\7\3\5\6\2\4\1|\7\3\5\6\4\1\2|\7\3\5\6\4\2\1|\7\3\6\1\2\4\5|\7\3\6\1\2\5\4|\7\3\6\1\4\2\5|\7\3\6\1\4\5\2|\7\3\6\1\5\2\4|\7\3\6\1\5\4\2|\7\3\6\2\1\4\5|\7\3\6\2\1\5\4|\7\3\6\2\4\1\5|\7\3\6\2\4\5\1|\7\3\6\2\5\1\4|\7\3\6\2\5\4\1|\7\3\6\4\1\2\5|\7\3\6\4\1\5\2|\7\3\6\4\2\1\5|\7\3\6\4\2\5\1|\7\3\6\4\5\1\2|\7\3\6\4\5\2\1|\7\3\6\5\1\2\4|\7\3\6\5\1\4\2|\7\3\6\5\2\1\4|\7\3\6\5\2\4\1|\7\3\6\5\4\1\2|\7\3\6\5\4\2\1|\7\4\1\2\3\5\6|\7\4\1\2\3\6\5|\7\4\1\2\5\3\6|\7\4\1\2\5\6\3|\7\4\1\2\6\3\5|\7\4\1\2\6\5\3|\7\4\1\3\2\5\6|\7\4\1\3\2\6\5|\7\4\1\3\5\2\6|\7\4\1\3\5\6\2|\7\4\1\3\6\2\5|\7\4\1\3\6\5\2|\7\4\1\5\2\3\6|\7\4\1\5\2\6\3|\7\4\1\5\3\2\6|\7\4\1\5\3\6\2|\7\4\1\5\6\2\3|\7\4\1\5\6\3\2|\7\4\1\6\2\3\5|\7\4\1\6\2\5\3|\7\4\1\6\3\2\5|\7\4\1\6\3\5\2|\7\4\1\6\5\2\3|\7\4\1\6\5\3\2|\7\4\2\1\3\5\6|\7\4\2\1\3\6\5|\7\4\2\1\5\3\6|\7\4\2\1\5\6\3|\7\4\2\1\6\3\5|\7\4\2\1\6\5\3|\7\4\2\3\1\5\6|\7\4\2\3\1\6\5|\7\4\2\3\5\1\6|\7\4\2\3\5\6\1|\7\4\2\3\6\1\5|\7\4\2\3\6\5\1|\7\4\2\5\1\3\6|\7\4\2\5\1\6\3|\7\4\2\5\3\1\6|\7\4\2\5\3\6\1|\7\4\2\5\6\1\3|\7\4\2\5\6\3\1|\7\4\2\6\1\3\5|\7\4\2\6\1\5\3|\7\4\2\6\3\1\5|\7\4\2\6\3\5\1|\7\4\2\6\5\1\3|\7\4\2\6\5\3\1|\7\4\3\1\2\5\6|\7\4\3\1\2\6\5|\7\4\3\1\5\2\6|\7\4\3\1\5\6\2|\7\4\3\1\6\2\5|\7\4\3\1\6\5\2|\7\4\3\2\1\5\6|\7\4\3\2\1\6\5|\7\4\3\2\5\1\6|\7\4\3\2\5\6\1|\7\4\3\2\6\1\5|\7\4\3\2\6\5\1|\7\4\3\5\1\2\6|\7\4\3\5\1\6\2|\7\4\3\5\2\1\6|\7\4\3\5\2\6\1|\7\4\3\5\6\1\2|\7\4\3\5\6\2\1|\7\4\3\6\1\2\5|\7\4\3\6\1\5\2|\7\4\3\6\2\1\5|\7\4\3\6\2\5\1|\7\4\3\6\5\1\2|\7\4\3\6\5\2\1|\7\4\5\1\2\3\6|\7\4\5\1\2\6\3|\7\4\5\1\3\2\6|\7\4\5\1\3\6\2|\7\4\5\1\6\2\3|\7\4\5\1\6\3\2|\7\4\5\2\1\3\6|\7\4\5\2\1\6\3|\7\4\5\2\3\1\6|\7\4\5\2\3\6\1|\7\4\5\2\6\1\3|\7\4\5\2\6\3\1|\7\4\5\3\1\2\6|\7\4\5\3\1\6\2|\7\4\5\3\2\1\6|\7\4\5\3\2\6\1|\7\4\5\3\6\1\2|\7\4\5\3\6\2\1|\7\4\5\6\1\2\3|\7\4\5\6\1\3\2|\7\4\5\6\2\1\3|\7\4\5\6\2\3\1|\7\4\5\6\3\1\2|\7\4\5\6\3\2\1|\7\4\6\1\2\3\5|\7\4\6\1\2\5\3|\7\4\6\1\3\2\5|\7\4\6\1\3\5\2|\7\4\6\1\5\2\3|\7\4\6\1\5\3\2|\7\4\6\2\1\3\5|\7\4\6\2\1\5\3|\7\4\6\2\3\1\5|\7\4\6\2\3\5\1|\7\4\6\2\5\1\3|\7\4\6\2\5\3\1|\7\4\6\3\1\2\5|\7\4\6\3\1\5\2|\7\4\6\3\2\1\5|\7\4\6\3\2\5\1|\7\4\6\3\5\1\2|\7\4\6\3\5\2\1|\7\4\6\5\1\2\3|\7\4\6\5\1\3\2|\7\4\6\5\2\1\3|\7\4\6\5\2\3\1|\7\4\6\5\3\1\2|\7\4\6\5\3\2\1|\7\5\1\2\3\4\6|\7\5\1\2\3\6\4|\7\5\1\2\4\3\6|\7\5\1\2\4\6\3|\7\5\1\2\6\3\4|\7\5\1\2\6\4\3|\7\5\1\3\2\4\6|\7\5\1\3\2\6\4|\7\5\1\3\4\2\6|\7\5\1\3\4\6\2|\7\5\1\3\6\2\4|\7\5\1\3\6\4\2|\7\5\1\4\2\3\6|\7\5\1\4\2\6\3|\7\5\1\4\3\2\6|\7\5\1\4\3\6\2|\7\5\1\4\6\2\3|\7\5\1\4\6\3\2|\7\5\1\6\2\3\4|\7\5\1\6\2\4\3|\7\5\1\6\3\2\4|\7\5\1\6\3\4\2|\7\5\1\6\4\2\3|\7\5\1\6\4\3\2|\7\5\2\1\3\4\6|\7\5\2\1\3\6\4|\7\5\2\1\4\3\6|\7\5\2\1\4\6\3|\7\5\2\1\6\3\4|\7\5\2\1\6\4\3|\7\5\2\3\1\4\6|\7\5\2\3\1\6\4|\7\5\2\3\4\1\6|\7\5\2\3\4\6\1|\7\5\2\3\6\1\4|\7\5\2\3\6\4\1|\7\5\2\4\1\3\6|\7\5\2\4\1\6\3|\7\5\2\4\3\1\6|\7\5\2\4\3\6\1|\7\5\2\4\6\1\3|\7\5\2\4\6\3\1|\7\5\2\6\1\3\4|\7\5\2\6\1\4\3|\7\5\2\6\3\1\4|\7\5\2\6\3\4\1|\7\5\2\6\4\1\3|\7\5\2\6\4\3\1|\7\5\3\1\2\4\6|\7\5\3\1\2\6\4|\7\5\3\1\4\2\6|\7\5\3\1\4\6\2|\7\5\3\1\6\2\4|\7\5\3\1\6\4\2|\7\5\3\2\1\4\6|\7\5\3\2\1\6\4|\7\5\3\2\4\1\6|\7\5\3\2\4\6\1|\7\5\3\2\6\1\4|\7\5\3\2\6\4\1|\7\5\3\4\1\2\6|\7\5\3\4\1\6\2|\7\5\3\4\2\1\6|\7\5\3\4\2\6\1|\7\5\3\4\6\1\2|\7\5\3\4\6\2\1|\7\5\3\6\1\2\4|\7\5\3\6\1\4\2|\7\5\3\6\2\1\4|\7\5\3\6\2\4\1|\7\5\3\6\4\1\2|\7\5\3\6\4\2\1|\7\5\4\1\2\3\6|\7\5\4\1\2\6\3|\7\5\4\1\3\2\6|\7\5\4\1\3\6\2|\7\5\4\1\6\2\3|\7\5\4\1\6\3\2|\7\5\4\2\1\3\6|\7\5\4\2\1\6\3|\7\5\4\2\3\1\6|\7\5\4\2\3\6\1|\7\5\4\2\6\1\3|\7\5\4\2\6\3\1|\7\5\4\3\1\2\6|\7\5\4\3\1\6\2|\7\5\4\3\2\1\6|\7\5\4\3\2\6\1|\7\5\4\3\6\1\2|\7\5\4\3\6\2\1|\7\5\4\6\1\2\3|\7\5\4\6\1\3\2|\7\5\4\6\2\1\3|\7\5\4\6\2\3\1|\7\5\4\6\3\1\2|\7\5\4\6\3\2\1|\7\5\6\1\2\3\4|\7\5\6\1\2\4\3|\7\5\6\1\3\2\4|\7\5\6\1\3\4\2|\7\5\6\1\4\2\3|\7\5\6\1\4\3\2|\7\5\6\2\1\3\4|\7\5\6\2\1\4\3|\7\5\6\2\3\1\4|\7\5\6\2\3\4\1|\7\5\6\2\4\1\3|\7\5\6\2\4\3\1|\7\5\6\3\1\2\4|\7\5\6\3\1\4\2|\7\5\6\3\2\1\4|\7\5\6\3\2\4\1|\7\5\6\3\4\1\2|\7\5\6\3\4\2\1|\7\5\6\4\1\2\3|\7\5\6\4\1\3\2|\7\5\6\4\2\1\3|\7\5\6\4\2\3\1|\7\5\6\4\3\1\2|\7\5\6\4\3\2\1|\7\6\1\2\3\4\5|\7\6\1\2\3\5\4|\7\6\1\2\4\3\5|\7\6\1\2\4\5\3|\7\6\1\2\5\3\4|\7\6\1\2\5\4\3|\7\6\1\3\2\4\5|\7\6\1\3\2\5\4|\7\6\1\3\4\2\5|\7\6\1\3\4\5\2|\7\6\1\3\5\2\4|\7\6\1\3\5\4\2|\7\6\1\4\2\3\5|\7\6\1\4\2\5\3|\7\6\1\4\3\2\5|\7\6\1\4\3\5\2|\7\6\1\4\5\2\3|\7\6\1\4\5\3\2|\7\6\1\5\2\3\4|\7\6\1\5\2\4\3|\7\6\1\5\3\2\4|\7\6\1\5\3\4\2|\7\6\1\5\4\2\3|\7\6\1\5\4\3\2|\7\6\2\1\3\4\5|\7\6\2\1\3\5\4|\7\6\2\1\4\3\5|\7\6\2\1\4\5\3|\7\6\2\1\5\3\4|\7\6\2\1\5\4\3|\7\6\2\3\1\4\5|\7\6\2\3\1\5\4|\7\6\2\3\4\1\5|\7\6\2\3\4\5\1|\7\6\2\3\5\1\4|\7\6\2\3\5\4\1|\7\6\2\4\1\3\5|\7\6\2\4\1\5\3|\7\6\2\4\3\1\5|\7\6\2\4\3\5\1|\7\6\2\4\5\1\3|\7\6\2\4\5\3\1|\7\6\2\5\1\3\4|\7\6\2\5\1\4\3|\7\6\2\5\3\1\4|\7\6\2\5\3\4\1|\7\6\2\5\4\1\3|\7\6\2\5\4\3\1|\7\6\3\1\2\4\5|\7\6\3\1\2\5\4|\7\6\3\1\4\2\5|\7\6\3\1\4\5\2|\7\6\3\1\5\2\4|\7\6\3\1\5\4\2|\7\6\3\2\1\4\5|\7\6\3\2\1\5\4|\7\6\3\2\4\1\5|\7\6\3\2\4\5\1|\7\6\3\2\5\1\4|\7\6\3\2\5\4\1|\7\6\3\4\1\2\5|\7\6\3\4\1\5\2|\7\6\3\4\2\1\5|\7\6\3\4\2\5\1|\7\6\3\4\5\1\2|\7\6\3\4\5\2\1|\7\6\3\5\1\2\4|\7\6\3\5\1\4\2|\7\6\3\5\2\1\4|\7\6\3\5\2\4\1|\7\6\3\5\4\1\2|\7\6\3\5\4\2\1|\7\6\4\1\2\3\5|\7\6\4\1\2\5\3|\7\6\4\1\3\2\5|\7\6\4\1\3\5\2|\7\6\4\1\5\2\3|\7\6\4\1\5\3\2|\7\6\4\2\1\3\5|\7\6\4\2\1\5\3|\7\6\4\2\3\1\5|\7\6\4\2\3\5\1|\7\6\4\2\5\1\3|\7\6\4\2\5\3\1|\7\6\4\3\1\2\5|\7\6\4\3\1\5\2|\7\6\4\3\2\1\5|\7\6\4\3\2\5\1|\7\6\4\3\5\1\2|\7\6\4\3\5\2\1|\7\6\4\5\1\2\3|\7\6\4\5\1\3\2|\7\6\4\5\2\1\3|\7\6\4\5\2\3\1|\7\6\4\5\3\1\2|\7\6\4\5\3\2\1|\7\6\5\1\2\3\4|\7\6\5\1\2\4\3|\7\6\5\1\3\2\4|\7\6\5\1\3\4\2|\7\6\5\1\4\2\3|\7\6\5\1\4\3\2|\7\6\5\2\1\3\4|\7\6\5\2\1\4\3|\7\6\5\2\3\1\4|\7\6\5\2\3\4\1|\7\6\5\2\4\1\3|\7\6\5\2\4\3\1|\7\6\5\3\1\2\4|\7\6\5\3\1\4\2|\7\6\5\3\2\1\4|\7\6\5\3\2\4\1|\7\6\5\3\4\1\2|\7\6\5\3\4\2\1|\7\6\5\4\1\2\3|\7\6\5\4\1\3\2|\7\6\5\4\2\1\3|\7\6\5\4\2\3\1|\7\6\5\4\3\1\2|\7\6\5\4\3\2\1)\b/;
}
print "Part $_: $part[$_]\n" for 1..2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment