-
Notifications
You must be signed in to change notification settings - Fork 1
/
ike-aggressive.nse
73 lines (63 loc) · 333 KB
/
ike-aggressive.nse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
-- Version 0.1
-- Created 20 May 2022 - v0.1 - created by Chapman Schleiss
description = [[
Performs ike-scan (required in path)
]]
author = "Chapman (R3naissance) Schleiss"
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
categories = {"intrusive", "vuln"}
-- Required stuff
local shortport = require "shortport"
local stdnse = require "stdnse"
portrule = shortport.version_port_or_service(500, "isakmp", "udp", "open")
local arg_timeout = stdnse.get_script_args(SCRIPT_NAME .. ".timeout") or "180"
function os.capture(cmd, raw)
local f = assert(io.popen(cmd, 'r'))
local s = assert(f:read('*a'))
f:close()
if raw then return s end
s = string.gsub(s, '^%s+', '')
s = string.gsub(s, '%s+$', '')
-- s = string.gsub(s, '[\n\r]+', ' ')
return s
end
-- Business end of script
action = function(host, port)
local trans_array = { '1,1,1,1','1,1,1,2','1,1,1,3','1,1,1,4','1,1,1,5','1,1,1,6','1,1,1,7','1,1,1,8','1,1,1,9','1,1,1,10','1,1,1,11','1,1,1,12','1,1,1,13','1,1,1,14','1,1,1,15','1,1,1,16','1,1,1,17','1,1,1,18','1,1,2,1','1,1,2,2','1,1,2,3','1,1,2,4','1,1,2,5','1,1,2,6','1,1,2,7','1,1,2,8','1,1,2,9','1,1,2,10','1,1,2,11','1,1,2,12','1,1,2,13','1,1,2,14','1,1,2,15','1,1,2,16','1,1,2,17','1,1,2,18','1,1,3,1','1,1,3,2','1,1,3,3','1,1,3,4','1,1,3,5','1,1,3,6','1,1,3,7','1,1,3,8','1,1,3,9','1,1,3,10','1,1,3,11','1,1,3,12','1,1,3,13','1,1,3,14','1,1,3,15','1,1,3,16','1,1,3,17','1,1,3,18','1,1,4,1','1,1,4,2','1,1,4,3','1,1,4,4','1,1,4,5','1,1,4,6','1,1,4,7','1,1,4,8','1,1,4,9','1,1,4,10','1,1,4,11','1,1,4,12','1,1,4,13','1,1,4,14','1,1,4,15','1,1,4,16','1,1,4,17','1,1,4,18','1,1,5,1','1,1,5,2','1,1,5,3','1,1,5,4','1,1,5,5','1,1,5,6','1,1,5,7','1,1,5,8','1,1,5,9','1,1,5,10','1,1,5,11','1,1,5,12','1,1,5,13','1,1,5,14','1,1,5,15','1,1,5,16','1,1,5,17','1,1,5,18','1,1,6,1','1,1,6,2','1,1,6,3','1,1,6,4','1,1,6,5','1,1,6,6','1,1,6,7','1,1,6,8','1,1,6,9','1,1,6,10','1,1,6,11','1,1,6,12','1,1,6,13','1,1,6,14','1,1,6,15','1,1,6,16','1,1,6,17','1,1,6,18','1,1,7,1','1,1,7,2','1,1,7,3','1,1,7,4','1,1,7,5','1,1,7,6','1,1,7,7','1,1,7,8','1,1,7,9','1,1,7,10','1,1,7,11','1,1,7,12','1,1,7,13','1,1,7,14','1,1,7,15','1,1,7,16','1,1,7,17','1,1,7,18','1,1,8,1','1,1,8,2','1,1,8,3','1,1,8,4','1,1,8,5','1,1,8,6','1,1,8,7','1,1,8,8','1,1,8,9','1,1,8,10','1,1,8,11','1,1,8,12','1,1,8,13','1,1,8,14','1,1,8,15','1,1,8,16','1,1,8,17','1,1,8,18','1,1,64221,1','1,1,64221,2','1,1,64221,3','1,1,64221,4','1,1,64221,5','1,1,64221,6','1,1,64221,7','1,1,64221,8','1,1,64221,9','1,1,64221,10','1,1,64221,11','1,1,64221,12','1,1,64221,13','1,1,64221,14','1,1,64221,15','1,1,64221,16','1,1,64221,17','1,1,64221,18','1,1,64222,1','1,1,64222,2','1,1,64222,3','1,1,64222,4','1,1,64222,5','1,1,64222,6','1,1,64222,7','1,1,64222,8','1,1,64222,9','1,1,64222,10','1,1,64222,11','1,1,64222,12','1,1,64222,13','1,1,64222,14','1,1,64222,15','1,1,64222,16','1,1,64222,17','1,1,64222,18','1,1,64223,1','1,1,64223,2','1,1,64223,3','1,1,64223,4','1,1,64223,5','1,1,64223,6','1,1,64223,7','1,1,64223,8','1,1,64223,9','1,1,64223,10','1,1,64223,11','1,1,64223,12','1,1,64223,13','1,1,64223,14','1,1,64223,15','1,1,64223,16','1,1,64223,17','1,1,64223,18','1,1,64224,1','1,1,64224,2','1,1,64224,3','1,1,64224,4','1,1,64224,5','1,1,64224,6','1,1,64224,7','1,1,64224,8','1,1,64224,9','1,1,64224,10','1,1,64224,11','1,1,64224,12','1,1,64224,13','1,1,64224,14','1,1,64224,15','1,1,64224,16','1,1,64224,17','1,1,64224,18','1,1,65001,1','1,1,65001,2','1,1,65001,3','1,1,65001,4','1,1,65001,5','1,1,65001,6','1,1,65001,7','1,1,65001,8','1,1,65001,9','1,1,65001,10','1,1,65001,11','1,1,65001,12','1,1,65001,13','1,1,65001,14','1,1,65001,15','1,1,65001,16','1,1,65001,17','1,1,65001,18','1,1,65002,1','1,1,65002,2','1,1,65002,3','1,1,65002,4','1,1,65002,5','1,1,65002,6','1,1,65002,7','1,1,65002,8','1,1,65002,9','1,1,65002,10','1,1,65002,11','1,1,65002,12','1,1,65002,13','1,1,65002,14','1,1,65002,15','1,1,65002,16','1,1,65002,17','1,1,65002,18','1,1,65003,1','1,1,65003,2','1,1,65003,3','1,1,65003,4','1,1,65003,5','1,1,65003,6','1,1,65003,7','1,1,65003,8','1,1,65003,9','1,1,65003,10','1,1,65003,11','1,1,65003,12','1,1,65003,13','1,1,65003,14','1,1,65003,15','1,1,65003,16','1,1,65003,17','1,1,65003,18','1,1,65004,1','1,1,65004,2','1,1,65004,3','1,1,65004,4','1,1,65004,5','1,1,65004,6','1,1,65004,7','1,1,65004,8','1,1,65004,9','1,1,65004,10','1,1,65004,11','1,1,65004,12','1,1,65004,13','1,1,65004,14','1,1,65004,15','1,1,65004,16','1,1,65004,17','1,1,65004,18','1,1,65005,1','1,1,65005,2','1,1,65005,3','1,1,65005,4','1,1,65005,5','1,1,65005,6','1,1,65005,7','1,1,65005,8','1,1,65005,9','1,1,65005,10','1,1,65005,11','1,1,65005,12','1,1,65005,13','1,1,65005,14','1,1,65005,15','1,1,65005,16','1,1,65005,17','1,1,65005,18','1,1,65006,1','1,1,65006,2','1,1,65006,3','1,1,65006,4','1,1,65006,5','1,1,65006,6','1,1,65006,7','1,1,65006,8','1,1,65006,9','1,1,65006,10','1,1,65006,11','1,1,65006,12','1,1,65006,13','1,1,65006,14','1,1,65006,15','1,1,65006,16','1,1,65006,17','1,1,65006,18','1,1,65007,1','1,1,65007,2','1,1,65007,3','1,1,65007,4','1,1,65007,5','1,1,65007,6','1,1,65007,7','1,1,65007,8','1,1,65007,9','1,1,65007,10','1,1,65007,11','1,1,65007,12','1,1,65007,13','1,1,65007,14','1,1,65007,15','1,1,65007,16','1,1,65007,17','1,1,65007,18','1,1,65008,1','1,1,65008,2','1,1,65008,3','1,1,65008,4','1,1,65008,5','1,1,65008,6','1,1,65008,7','1,1,65008,8','1,1,65008,9','1,1,65008,10','1,1,65008,11','1,1,65008,12','1,1,65008,13','1,1,65008,14','1,1,65008,15','1,1,65008,16','1,1,65008,17','1,1,65008,18','1,1,65009,1','1,1,65009,2','1,1,65009,3','1,1,65009,4','1,1,65009,5','1,1,65009,6','1,1,65009,7','1,1,65009,8','1,1,65009,9','1,1,65009,10','1,1,65009,11','1,1,65009,12','1,1,65009,13','1,1,65009,14','1,1,65009,15','1,1,65009,16','1,1,65009,17','1,1,65009,18','1,1,65010,1','1,1,65010,2','1,1,65010,3','1,1,65010,4','1,1,65010,5','1,1,65010,6','1,1,65010,7','1,1,65010,8','1,1,65010,9','1,1,65010,10','1,1,65010,11','1,1,65010,12','1,1,65010,13','1,1,65010,14','1,1,65010,15','1,1,65010,16','1,1,65010,17','1,1,65010,18','1,2,1,1','1,2,1,2','1,2,1,3','1,2,1,4','1,2,1,5','1,2,1,6','1,2,1,7','1,2,1,8','1,2,1,9','1,2,1,10','1,2,1,11','1,2,1,12','1,2,1,13','1,2,1,14','1,2,1,15','1,2,1,16','1,2,1,17','1,2,1,18','1,2,2,1','1,2,2,2','1,2,2,3','1,2,2,4','1,2,2,5','1,2,2,6','1,2,2,7','1,2,2,8','1,2,2,9','1,2,2,10','1,2,2,11','1,2,2,12','1,2,2,13','1,2,2,14','1,2,2,15','1,2,2,16','1,2,2,17','1,2,2,18','1,2,3,1','1,2,3,2','1,2,3,3','1,2,3,4','1,2,3,5','1,2,3,6','1,2,3,7','1,2,3,8','1,2,3,9','1,2,3,10','1,2,3,11','1,2,3,12','1,2,3,13','1,2,3,14','1,2,3,15','1,2,3,16','1,2,3,17','1,2,3,18','1,2,4,1','1,2,4,2','1,2,4,3','1,2,4,4','1,2,4,5','1,2,4,6','1,2,4,7','1,2,4,8','1,2,4,9','1,2,4,10','1,2,4,11','1,2,4,12','1,2,4,13','1,2,4,14','1,2,4,15','1,2,4,16','1,2,4,17','1,2,4,18','1,2,5,1','1,2,5,2','1,2,5,3','1,2,5,4','1,2,5,5','1,2,5,6','1,2,5,7','1,2,5,8','1,2,5,9','1,2,5,10','1,2,5,11','1,2,5,12','1,2,5,13','1,2,5,14','1,2,5,15','1,2,5,16','1,2,5,17','1,2,5,18','1,2,6,1','1,2,6,2','1,2,6,3','1,2,6,4','1,2,6,5','1,2,6,6','1,2,6,7','1,2,6,8','1,2,6,9','1,2,6,10','1,2,6,11','1,2,6,12','1,2,6,13','1,2,6,14','1,2,6,15','1,2,6,16','1,2,6,17','1,2,6,18','1,2,7,1','1,2,7,2','1,2,7,3','1,2,7,4','1,2,7,5','1,2,7,6','1,2,7,7','1,2,7,8','1,2,7,9','1,2,7,10','1,2,7,11','1,2,7,12','1,2,7,13','1,2,7,14','1,2,7,15','1,2,7,16','1,2,7,17','1,2,7,18','1,2,8,1','1,2,8,2','1,2,8,3','1,2,8,4','1,2,8,5','1,2,8,6','1,2,8,7','1,2,8,8','1,2,8,9','1,2,8,10','1,2,8,11','1,2,8,12','1,2,8,13','1,2,8,14','1,2,8,15','1,2,8,16','1,2,8,17','1,2,8,18','1,2,64221,1','1,2,64221,2','1,2,64221,3','1,2,64221,4','1,2,64221,5','1,2,64221,6','1,2,64221,7','1,2,64221,8','1,2,64221,9','1,2,64221,10','1,2,64221,11','1,2,64221,12','1,2,64221,13','1,2,64221,14','1,2,64221,15','1,2,64221,16','1,2,64221,17','1,2,64221,18','1,2,64222,1','1,2,64222,2','1,2,64222,3','1,2,64222,4','1,2,64222,5','1,2,64222,6','1,2,64222,7','1,2,64222,8','1,2,64222,9','1,2,64222,10','1,2,64222,11','1,2,64222,12','1,2,64222,13','1,2,64222,14','1,2,64222,15','1,2,64222,16','1,2,64222,17','1,2,64222,18','1,2,64223,1','1,2,64223,2','1,2,64223,3','1,2,64223,4','1,2,64223,5','1,2,64223,6','1,2,64223,7','1,2,64223,8','1,2,64223,9','1,2,64223,10','1,2,64223,11','1,2,64223,12','1,2,64223,13','1,2,64223,14','1,2,64223,15','1,2,64223,16','1,2,64223,17','1,2,64223,18','1,2,64224,1','1,2,64224,2','1,2,64224,3','1,2,64224,4','1,2,64224,5','1,2,64224,6','1,2,64224,7','1,2,64224,8','1,2,64224,9','1,2,64224,10','1,2,64224,11','1,2,64224,12','1,2,64224,13','1,2,64224,14','1,2,64224,15','1,2,64224,16','1,2,64224,17','1,2,64224,18','1,2,65001,1','1,2,65001,2','1,2,65001,3','1,2,65001,4','1,2,65001,5','1,2,65001,6','1,2,65001,7','1,2,65001,8','1,2,65001,9','1,2,65001,10','1,2,65001,11','1,2,65001,12','1,2,65001,13','1,2,65001,14','1,2,65001,15','1,2,65001,16','1,2,65001,17','1,2,65001,18','1,2,65002,1','1,2,65002,2','1,2,65002,3','1,2,65002,4','1,2,65002,5','1,2,65002,6','1,2,65002,7','1,2,65002,8','1,2,65002,9','1,2,65002,10','1,2,65002,11','1,2,65002,12','1,2,65002,13','1,2,65002,14','1,2,65002,15','1,2,65002,16','1,2,65002,17','1,2,65002,18','1,2,65003,1','1,2,65003,2','1,2,65003,3','1,2,65003,4','1,2,65003,5','1,2,65003,6','1,2,65003,7','1,2,65003,8','1,2,65003,9','1,2,65003,10','1,2,65003,11','1,2,65003,12','1,2,65003,13','1,2,65003,14','1,2,65003,15','1,2,65003,16','1,2,65003,17','1,2,65003,18','1,2,65004,1','1,2,65004,2','1,2,65004,3','1,2,65004,4','1,2,65004,5','1,2,65004,6','1,2,65004,7','1,2,65004,8','1,2,65004,9','1,2,65004,10','1,2,65004,11','1,2,65004,12','1,2,65004,13','1,2,65004,14','1,2,65004,15','1,2,65004,16','1,2,65004,17','1,2,65004,18','1,2,65005,1','1,2,65005,2','1,2,65005,3','1,2,65005,4','1,2,65005,5','1,2,65005,6','1,2,65005,7','1,2,65005,8','1,2,65005,9','1,2,65005,10','1,2,65005,11','1,2,65005,12','1,2,65005,13','1,2,65005,14','1,2,65005,15','1,2,65005,16','1,2,65005,17','1,2,65005,18','1,2,65006,1','1,2,65006,2','1,2,65006,3','1,2,65006,4','1,2,65006,5','1,2,65006,6','1,2,65006,7','1,2,65006,8','1,2,65006,9','1,2,65006,10','1,2,65006,11','1,2,65006,12','1,2,65006,13','1,2,65006,14','1,2,65006,15','1,2,65006,16','1,2,65006,17','1,2,65006,18','1,2,65007,1','1,2,65007,2','1,2,65007,3','1,2,65007,4','1,2,65007,5','1,2,65007,6','1,2,65007,7','1,2,65007,8','1,2,65007,9','1,2,65007,10','1,2,65007,11','1,2,65007,12','1,2,65007,13','1,2,65007,14','1,2,65007,15','1,2,65007,16','1,2,65007,17','1,2,65007,18','1,2,65008,1','1,2,65008,2','1,2,65008,3','1,2,65008,4','1,2,65008,5','1,2,65008,6','1,2,65008,7','1,2,65008,8','1,2,65008,9','1,2,65008,10','1,2,65008,11','1,2,65008,12','1,2,65008,13','1,2,65008,14','1,2,65008,15','1,2,65008,16','1,2,65008,17','1,2,65008,18','1,2,65009,1','1,2,65009,2','1,2,65009,3','1,2,65009,4','1,2,65009,5','1,2,65009,6','1,2,65009,7','1,2,65009,8','1,2,65009,9','1,2,65009,10','1,2,65009,11','1,2,65009,12','1,2,65009,13','1,2,65009,14','1,2,65009,15','1,2,65009,16','1,2,65009,17','1,2,65009,18','1,2,65010,1','1,2,65010,2','1,2,65010,3','1,2,65010,4','1,2,65010,5','1,2,65010,6','1,2,65010,7','1,2,65010,8','1,2,65010,9','1,2,65010,10','1,2,65010,11','1,2,65010,12','1,2,65010,13','1,2,65010,14','1,2,65010,15','1,2,65010,16','1,2,65010,17','1,2,65010,18','1,3,1,1','1,3,1,2','1,3,1,3','1,3,1,4','1,3,1,5','1,3,1,6','1,3,1,7','1,3,1,8','1,3,1,9','1,3,1,10','1,3,1,11','1,3,1,12','1,3,1,13','1,3,1,14','1,3,1,15','1,3,1,16','1,3,1,17','1,3,1,18','1,3,2,1','1,3,2,2','1,3,2,3','1,3,2,4','1,3,2,5','1,3,2,6','1,3,2,7','1,3,2,8','1,3,2,9','1,3,2,10','1,3,2,11','1,3,2,12','1,3,2,13','1,3,2,14','1,3,2,15','1,3,2,16','1,3,2,17','1,3,2,18','1,3,3,1','1,3,3,2','1,3,3,3','1,3,3,4','1,3,3,5','1,3,3,6','1,3,3,7','1,3,3,8','1,3,3,9','1,3,3,10','1,3,3,11','1,3,3,12','1,3,3,13','1,3,3,14','1,3,3,15','1,3,3,16','1,3,3,17','1,3,3,18','1,3,4,1','1,3,4,2','1,3,4,3','1,3,4,4','1,3,4,5','1,3,4,6','1,3,4,7','1,3,4,8','1,3,4,9','1,3,4,10','1,3,4,11','1,3,4,12','1,3,4,13','1,3,4,14','1,3,4,15','1,3,4,16','1,3,4,17','1,3,4,18','1,3,5,1','1,3,5,2','1,3,5,3','1,3,5,4','1,3,5,5','1,3,5,6','1,3,5,7','1,3,5,8','1,3,5,9','1,3,5,10','1,3,5,11','1,3,5,12','1,3,5,13','1,3,5,14','1,3,5,15','1,3,5,16','1,3,5,17','1,3,5,18','1,3,6,1','1,3,6,2','1,3,6,3','1,3,6,4','1,3,6,5','1,3,6,6','1,3,6,7','1,3,6,8','1,3,6,9','1,3,6,10','1,3,6,11','1,3,6,12','1,3,6,13','1,3,6,14','1,3,6,15','1,3,6,16','1,3,6,17','1,3,6,18','1,3,7,1','1,3,7,2','1,3,7,3','1,3,7,4','1,3,7,5','1,3,7,6','1,3,7,7','1,3,7,8','1,3,7,9','1,3,7,10','1,3,7,11','1,3,7,12','1,3,7,13','1,3,7,14','1,3,7,15','1,3,7,16','1,3,7,17','1,3,7,18','1,3,8,1','1,3,8,2','1,3,8,3','1,3,8,4','1,3,8,5','1,3,8,6','1,3,8,7','1,3,8,8','1,3,8,9','1,3,8,10','1,3,8,11','1,3,8,12','1,3,8,13','1,3,8,14','1,3,8,15','1,3,8,16','1,3,8,17','1,3,8,18','1,3,64221,1','1,3,64221,2','1,3,64221,3','1,3,64221,4','1,3,64221,5','1,3,64221,6','1,3,64221,7','1,3,64221,8','1,3,64221,9','1,3,64221,10','1,3,64221,11','1,3,64221,12','1,3,64221,13','1,3,64221,14','1,3,64221,15','1,3,64221,16','1,3,64221,17','1,3,64221,18','1,3,64222,1','1,3,64222,2','1,3,64222,3','1,3,64222,4','1,3,64222,5','1,3,64222,6','1,3,64222,7','1,3,64222,8','1,3,64222,9','1,3,64222,10','1,3,64222,11','1,3,64222,12','1,3,64222,13','1,3,64222,14','1,3,64222,15','1,3,64222,16','1,3,64222,17','1,3,64222,18','1,3,64223,1','1,3,64223,2','1,3,64223,3','1,3,64223,4','1,3,64223,5','1,3,64223,6','1,3,64223,7','1,3,64223,8','1,3,64223,9','1,3,64223,10','1,3,64223,11','1,3,64223,12','1,3,64223,13','1,3,64223,14','1,3,64223,15','1,3,64223,16','1,3,64223,17','1,3,64223,18','1,3,64224,1','1,3,64224,2','1,3,64224,3','1,3,64224,4','1,3,64224,5','1,3,64224,6','1,3,64224,7','1,3,64224,8','1,3,64224,9','1,3,64224,10','1,3,64224,11','1,3,64224,12','1,3,64224,13','1,3,64224,14','1,3,64224,15','1,3,64224,16','1,3,64224,17','1,3,64224,18','1,3,65001,1','1,3,65001,2','1,3,65001,3','1,3,65001,4','1,3,65001,5','1,3,65001,6','1,3,65001,7','1,3,65001,8','1,3,65001,9','1,3,65001,10','1,3,65001,11','1,3,65001,12','1,3,65001,13','1,3,65001,14','1,3,65001,15','1,3,65001,16','1,3,65001,17','1,3,65001,18','1,3,65002,1','1,3,65002,2','1,3,65002,3','1,3,65002,4','1,3,65002,5','1,3,65002,6','1,3,65002,7','1,3,65002,8','1,3,65002,9','1,3,65002,10','1,3,65002,11','1,3,65002,12','1,3,65002,13','1,3,65002,14','1,3,65002,15','1,3,65002,16','1,3,65002,17','1,3,65002,18','1,3,65003,1','1,3,65003,2','1,3,65003,3','1,3,65003,4','1,3,65003,5','1,3,65003,6','1,3,65003,7','1,3,65003,8','1,3,65003,9','1,3,65003,10','1,3,65003,11','1,3,65003,12','1,3,65003,13','1,3,65003,14','1,3,65003,15','1,3,65003,16','1,3,65003,17','1,3,65003,18','1,3,65004,1','1,3,65004,2','1,3,65004,3','1,3,65004,4','1,3,65004,5','1,3,65004,6','1,3,65004,7','1,3,65004,8','1,3,65004,9','1,3,65004,10','1,3,65004,11','1,3,65004,12','1,3,65004,13','1,3,65004,14','1,3,65004,15','1,3,65004,16','1,3,65004,17','1,3,65004,18','1,3,65005,1','1,3,65005,2','1,3,65005,3','1,3,65005,4','1,3,65005,5','1,3,65005,6','1,3,65005,7','1,3,65005,8','1,3,65005,9','1,3,65005,10','1,3,65005,11','1,3,65005,12','1,3,65005,13','1,3,65005,14','1,3,65005,15','1,3,65005,16','1,3,65005,17','1,3,65005,18','1,3,65006,1','1,3,65006,2','1,3,65006,3','1,3,65006,4','1,3,65006,5','1,3,65006,6','1,3,65006,7','1,3,65006,8','1,3,65006,9','1,3,65006,10','1,3,65006,11','1,3,65006,12','1,3,65006,13','1,3,65006,14','1,3,65006,15','1,3,65006,16','1,3,65006,17','1,3,65006,18','1,3,65007,1','1,3,65007,2','1,3,65007,3','1,3,65007,4','1,3,65007,5','1,3,65007,6','1,3,65007,7','1,3,65007,8','1,3,65007,9','1,3,65007,10','1,3,65007,11','1,3,65007,12','1,3,65007,13','1,3,65007,14','1,3,65007,15','1,3,65007,16','1,3,65007,17','1,3,65007,18','1,3,65008,1','1,3,65008,2','1,3,65008,3','1,3,65008,4','1,3,65008,5','1,3,65008,6','1,3,65008,7','1,3,65008,8','1,3,65008,9','1,3,65008,10','1,3,65008,11','1,3,65008,12','1,3,65008,13','1,3,65008,14','1,3,65008,15','1,3,65008,16','1,3,65008,17','1,3,65008,18','1,3,65009,1','1,3,65009,2','1,3,65009,3','1,3,65009,4','1,3,65009,5','1,3,65009,6','1,3,65009,7','1,3,65009,8','1,3,65009,9','1,3,65009,10','1,3,65009,11','1,3,65009,12','1,3,65009,13','1,3,65009,14','1,3,65009,15','1,3,65009,16','1,3,65009,17','1,3,65009,18','1,3,65010,1','1,3,65010,2','1,3,65010,3','1,3,65010,4','1,3,65010,5','1,3,65010,6','1,3,65010,7','1,3,65010,8','1,3,65010,9','1,3,65010,10','1,3,65010,11','1,3,65010,12','1,3,65010,13','1,3,65010,14','1,3,65010,15','1,3,65010,16','1,3,65010,17','1,3,65010,18','1,4,1,1','1,4,1,2','1,4,1,3','1,4,1,4','1,4,1,5','1,4,1,6','1,4,1,7','1,4,1,8','1,4,1,9','1,4,1,10','1,4,1,11','1,4,1,12','1,4,1,13','1,4,1,14','1,4,1,15','1,4,1,16','1,4,1,17','1,4,1,18','1,4,2,1','1,4,2,2','1,4,2,3','1,4,2,4','1,4,2,5','1,4,2,6','1,4,2,7','1,4,2,8','1,4,2,9','1,4,2,10','1,4,2,11','1,4,2,12','1,4,2,13','1,4,2,14','1,4,2,15','1,4,2,16','1,4,2,17','1,4,2,18','1,4,3,1','1,4,3,2','1,4,3,3','1,4,3,4','1,4,3,5','1,4,3,6','1,4,3,7','1,4,3,8','1,4,3,9','1,4,3,10','1,4,3,11','1,4,3,12','1,4,3,13','1,4,3,14','1,4,3,15','1,4,3,16','1,4,3,17','1,4,3,18','1,4,4,1','1,4,4,2','1,4,4,3','1,4,4,4','1,4,4,5','1,4,4,6','1,4,4,7','1,4,4,8','1,4,4,9','1,4,4,10','1,4,4,11','1,4,4,12','1,4,4,13','1,4,4,14','1,4,4,15','1,4,4,16','1,4,4,17','1,4,4,18','1,4,5,1','1,4,5,2','1,4,5,3','1,4,5,4','1,4,5,5','1,4,5,6','1,4,5,7','1,4,5,8','1,4,5,9','1,4,5,10','1,4,5,11','1,4,5,12','1,4,5,13','1,4,5,14','1,4,5,15','1,4,5,16','1,4,5,17','1,4,5,18','1,4,6,1','1,4,6,2','1,4,6,3','1,4,6,4','1,4,6,5','1,4,6,6','1,4,6,7','1,4,6,8','1,4,6,9','1,4,6,10','1,4,6,11','1,4,6,12','1,4,6,13','1,4,6,14','1,4,6,15','1,4,6,16','1,4,6,17','1,4,6,18','1,4,7,1','1,4,7,2','1,4,7,3','1,4,7,4','1,4,7,5','1,4,7,6','1,4,7,7','1,4,7,8','1,4,7,9','1,4,7,10','1,4,7,11','1,4,7,12','1,4,7,13','1,4,7,14','1,4,7,15','1,4,7,16','1,4,7,17','1,4,7,18','1,4,8,1','1,4,8,2','1,4,8,3','1,4,8,4','1,4,8,5','1,4,8,6','1,4,8,7','1,4,8,8','1,4,8,9','1,4,8,10','1,4,8,11','1,4,8,12','1,4,8,13','1,4,8,14','1,4,8,15','1,4,8,16','1,4,8,17','1,4,8,18','1,4,64221,1','1,4,64221,2','1,4,64221,3','1,4,64221,4','1,4,64221,5','1,4,64221,6','1,4,64221,7','1,4,64221,8','1,4,64221,9','1,4,64221,10','1,4,64221,11','1,4,64221,12','1,4,64221,13','1,4,64221,14','1,4,64221,15','1,4,64221,16','1,4,64221,17','1,4,64221,18','1,4,64222,1','1,4,64222,2','1,4,64222,3','1,4,64222,4','1,4,64222,5','1,4,64222,6','1,4,64222,7','1,4,64222,8','1,4,64222,9','1,4,64222,10','1,4,64222,11','1,4,64222,12','1,4,64222,13','1,4,64222,14','1,4,64222,15','1,4,64222,16','1,4,64222,17','1,4,64222,18','1,4,64223,1','1,4,64223,2','1,4,64223,3','1,4,64223,4','1,4,64223,5','1,4,64223,6','1,4,64223,7','1,4,64223,8','1,4,64223,9','1,4,64223,10','1,4,64223,11','1,4,64223,12','1,4,64223,13','1,4,64223,14','1,4,64223,15','1,4,64223,16','1,4,64223,17','1,4,64223,18','1,4,64224,1','1,4,64224,2','1,4,64224,3','1,4,64224,4','1,4,64224,5','1,4,64224,6','1,4,64224,7','1,4,64224,8','1,4,64224,9','1,4,64224,10','1,4,64224,11','1,4,64224,12','1,4,64224,13','1,4,64224,14','1,4,64224,15','1,4,64224,16','1,4,64224,17','1,4,64224,18','1,4,65001,1','1,4,65001,2','1,4,65001,3','1,4,65001,4','1,4,65001,5','1,4,65001,6','1,4,65001,7','1,4,65001,8','1,4,65001,9','1,4,65001,10','1,4,65001,11','1,4,65001,12','1,4,65001,13','1,4,65001,14','1,4,65001,15','1,4,65001,16','1,4,65001,17','1,4,65001,18','1,4,65002,1','1,4,65002,2','1,4,65002,3','1,4,65002,4','1,4,65002,5','1,4,65002,6','1,4,65002,7','1,4,65002,8','1,4,65002,9','1,4,65002,10','1,4,65002,11','1,4,65002,12','1,4,65002,13','1,4,65002,14','1,4,65002,15','1,4,65002,16','1,4,65002,17','1,4,65002,18','1,4,65003,1','1,4,65003,2','1,4,65003,3','1,4,65003,4','1,4,65003,5','1,4,65003,6','1,4,65003,7','1,4,65003,8','1,4,65003,9','1,4,65003,10','1,4,65003,11','1,4,65003,12','1,4,65003,13','1,4,65003,14','1,4,65003,15','1,4,65003,16','1,4,65003,17','1,4,65003,18','1,4,65004,1','1,4,65004,2','1,4,65004,3','1,4,65004,4','1,4,65004,5','1,4,65004,6','1,4,65004,7','1,4,65004,8','1,4,65004,9','1,4,65004,10','1,4,65004,11','1,4,65004,12','1,4,65004,13','1,4,65004,14','1,4,65004,15','1,4,65004,16','1,4,65004,17','1,4,65004,18','1,4,65005,1','1,4,65005,2','1,4,65005,3','1,4,65005,4','1,4,65005,5','1,4,65005,6','1,4,65005,7','1,4,65005,8','1,4,65005,9','1,4,65005,10','1,4,65005,11','1,4,65005,12','1,4,65005,13','1,4,65005,14','1,4,65005,15','1,4,65005,16','1,4,65005,17','1,4,65005,18','1,4,65006,1','1,4,65006,2','1,4,65006,3','1,4,65006,4','1,4,65006,5','1,4,65006,6','1,4,65006,7','1,4,65006,8','1,4,65006,9','1,4,65006,10','1,4,65006,11','1,4,65006,12','1,4,65006,13','1,4,65006,14','1,4,65006,15','1,4,65006,16','1,4,65006,17','1,4,65006,18','1,4,65007,1','1,4,65007,2','1,4,65007,3','1,4,65007,4','1,4,65007,5','1,4,65007,6','1,4,65007,7','1,4,65007,8','1,4,65007,9','1,4,65007,10','1,4,65007,11','1,4,65007,12','1,4,65007,13','1,4,65007,14','1,4,65007,15','1,4,65007,16','1,4,65007,17','1,4,65007,18','1,4,65008,1','1,4,65008,2','1,4,65008,3','1,4,65008,4','1,4,65008,5','1,4,65008,6','1,4,65008,7','1,4,65008,8','1,4,65008,9','1,4,65008,10','1,4,65008,11','1,4,65008,12','1,4,65008,13','1,4,65008,14','1,4,65008,15','1,4,65008,16','1,4,65008,17','1,4,65008,18','1,4,65009,1','1,4,65009,2','1,4,65009,3','1,4,65009,4','1,4,65009,5','1,4,65009,6','1,4,65009,7','1,4,65009,8','1,4,65009,9','1,4,65009,10','1,4,65009,11','1,4,65009,12','1,4,65009,13','1,4,65009,14','1,4,65009,15','1,4,65009,16','1,4,65009,17','1,4,65009,18','1,4,65010,1','1,4,65010,2','1,4,65010,3','1,4,65010,4','1,4,65010,5','1,4,65010,6','1,4,65010,7','1,4,65010,8','1,4,65010,9','1,4,65010,10','1,4,65010,11','1,4,65010,12','1,4,65010,13','1,4,65010,14','1,4,65010,15','1,4,65010,16','1,4,65010,17','1,4,65010,18','1,5,1,1','1,5,1,2','1,5,1,3','1,5,1,4','1,5,1,5','1,5,1,6','1,5,1,7','1,5,1,8','1,5,1,9','1,5,1,10','1,5,1,11','1,5,1,12','1,5,1,13','1,5,1,14','1,5,1,15','1,5,1,16','1,5,1,17','1,5,1,18','1,5,2,1','1,5,2,2','1,5,2,3','1,5,2,4','1,5,2,5','1,5,2,6','1,5,2,7','1,5,2,8','1,5,2,9','1,5,2,10','1,5,2,11','1,5,2,12','1,5,2,13','1,5,2,14','1,5,2,15','1,5,2,16','1,5,2,17','1,5,2,18','1,5,3,1','1,5,3,2','1,5,3,3','1,5,3,4','1,5,3,5','1,5,3,6','1,5,3,7','1,5,3,8','1,5,3,9','1,5,3,10','1,5,3,11','1,5,3,12','1,5,3,13','1,5,3,14','1,5,3,15','1,5,3,16','1,5,3,17','1,5,3,18','1,5,4,1','1,5,4,2','1,5,4,3','1,5,4,4','1,5,4,5','1,5,4,6','1,5,4,7','1,5,4,8','1,5,4,9','1,5,4,10','1,5,4,11','1,5,4,12','1,5,4,13','1,5,4,14','1,5,4,15','1,5,4,16','1,5,4,17','1,5,4,18','1,5,5,1','1,5,5,2','1,5,5,3','1,5,5,4','1,5,5,5','1,5,5,6','1,5,5,7','1,5,5,8','1,5,5,9','1,5,5,10','1,5,5,11','1,5,5,12','1,5,5,13','1,5,5,14','1,5,5,15','1,5,5,16','1,5,5,17','1,5,5,18','1,5,6,1','1,5,6,2','1,5,6,3','1,5,6,4','1,5,6,5','1,5,6,6','1,5,6,7','1,5,6,8','1,5,6,9','1,5,6,10','1,5,6,11','1,5,6,12','1,5,6,13','1,5,6,14','1,5,6,15','1,5,6,16','1,5,6,17','1,5,6,18','1,5,7,1','1,5,7,2','1,5,7,3','1,5,7,4','1,5,7,5','1,5,7,6','1,5,7,7','1,5,7,8','1,5,7,9','1,5,7,10','1,5,7,11','1,5,7,12','1,5,7,13','1,5,7,14','1,5,7,15','1,5,7,16','1,5,7,17','1,5,7,18','1,5,8,1','1,5,8,2','1,5,8,3','1,5,8,4','1,5,8,5','1,5,8,6','1,5,8,7','1,5,8,8','1,5,8,9','1,5,8,10','1,5,8,11','1,5,8,12','1,5,8,13','1,5,8,14','1,5,8,15','1,5,8,16','1,5,8,17','1,5,8,18','1,5,64221,1','1,5,64221,2','1,5,64221,3','1,5,64221,4','1,5,64221,5','1,5,64221,6','1,5,64221,7','1,5,64221,8','1,5,64221,9','1,5,64221,10','1,5,64221,11','1,5,64221,12','1,5,64221,13','1,5,64221,14','1,5,64221,15','1,5,64221,16','1,5,64221,17','1,5,64221,18','1,5,64222,1','1,5,64222,2','1,5,64222,3','1,5,64222,4','1,5,64222,5','1,5,64222,6','1,5,64222,7','1,5,64222,8','1,5,64222,9','1,5,64222,10','1,5,64222,11','1,5,64222,12','1,5,64222,13','1,5,64222,14','1,5,64222,15','1,5,64222,16','1,5,64222,17','1,5,64222,18','1,5,64223,1','1,5,64223,2','1,5,64223,3','1,5,64223,4','1,5,64223,5','1,5,64223,6','1,5,64223,7','1,5,64223,8','1,5,64223,9','1,5,64223,10','1,5,64223,11','1,5,64223,12','1,5,64223,13','1,5,64223,14','1,5,64223,15','1,5,64223,16','1,5,64223,17','1,5,64223,18','1,5,64224,1','1,5,64224,2','1,5,64224,3','1,5,64224,4','1,5,64224,5','1,5,64224,6','1,5,64224,7','1,5,64224,8','1,5,64224,9','1,5,64224,10','1,5,64224,11','1,5,64224,12','1,5,64224,13','1,5,64224,14','1,5,64224,15','1,5,64224,16','1,5,64224,17','1,5,64224,18','1,5,65001,1','1,5,65001,2','1,5,65001,3','1,5,65001,4','1,5,65001,5','1,5,65001,6','1,5,65001,7','1,5,65001,8','1,5,65001,9','1,5,65001,10','1,5,65001,11','1,5,65001,12','1,5,65001,13','1,5,65001,14','1,5,65001,15','1,5,65001,16','1,5,65001,17','1,5,65001,18','1,5,65002,1','1,5,65002,2','1,5,65002,3','1,5,65002,4','1,5,65002,5','1,5,65002,6','1,5,65002,7','1,5,65002,8','1,5,65002,9','1,5,65002,10','1,5,65002,11','1,5,65002,12','1,5,65002,13','1,5,65002,14','1,5,65002,15','1,5,65002,16','1,5,65002,17','1,5,65002,18','1,5,65003,1','1,5,65003,2','1,5,65003,3','1,5,65003,4','1,5,65003,5','1,5,65003,6','1,5,65003,7','1,5,65003,8','1,5,65003,9','1,5,65003,10','1,5,65003,11','1,5,65003,12','1,5,65003,13','1,5,65003,14','1,5,65003,15','1,5,65003,16','1,5,65003,17','1,5,65003,18','1,5,65004,1','1,5,65004,2','1,5,65004,3','1,5,65004,4','1,5,65004,5','1,5,65004,6','1,5,65004,7','1,5,65004,8','1,5,65004,9','1,5,65004,10','1,5,65004,11','1,5,65004,12','1,5,65004,13','1,5,65004,14','1,5,65004,15','1,5,65004,16','1,5,65004,17','1,5,65004,18','1,5,65005,1','1,5,65005,2','1,5,65005,3','1,5,65005,4','1,5,65005,5','1,5,65005,6','1,5,65005,7','1,5,65005,8','1,5,65005,9','1,5,65005,10','1,5,65005,11','1,5,65005,12','1,5,65005,13','1,5,65005,14','1,5,65005,15','1,5,65005,16','1,5,65005,17','1,5,65005,18','1,5,65006,1','1,5,65006,2','1,5,65006,3','1,5,65006,4','1,5,65006,5','1,5,65006,6','1,5,65006,7','1,5,65006,8','1,5,65006,9','1,5,65006,10','1,5,65006,11','1,5,65006,12','1,5,65006,13','1,5,65006,14','1,5,65006,15','1,5,65006,16','1,5,65006,17','1,5,65006,18','1,5,65007,1','1,5,65007,2','1,5,65007,3','1,5,65007,4','1,5,65007,5','1,5,65007,6','1,5,65007,7','1,5,65007,8','1,5,65007,9','1,5,65007,10','1,5,65007,11','1,5,65007,12','1,5,65007,13','1,5,65007,14','1,5,65007,15','1,5,65007,16','1,5,65007,17','1,5,65007,18','1,5,65008,1','1,5,65008,2','1,5,65008,3','1,5,65008,4','1,5,65008,5','1,5,65008,6','1,5,65008,7','1,5,65008,8','1,5,65008,9','1,5,65008,10','1,5,65008,11','1,5,65008,12','1,5,65008,13','1,5,65008,14','1,5,65008,15','1,5,65008,16','1,5,65008,17','1,5,65008,18','1,5,65009,1','1,5,65009,2','1,5,65009,3','1,5,65009,4','1,5,65009,5','1,5,65009,6','1,5,65009,7','1,5,65009,8','1,5,65009,9','1,5,65009,10','1,5,65009,11','1,5,65009,12','1,5,65009,13','1,5,65009,14','1,5,65009,15','1,5,65009,16','1,5,65009,17','1,5,65009,18','1,5,65010,1','1,5,65010,2','1,5,65010,3','1,5,65010,4','1,5,65010,5','1,5,65010,6','1,5,65010,7','1,5,65010,8','1,5,65010,9','1,5,65010,10','1,5,65010,11','1,5,65010,12','1,5,65010,13','1,5,65010,14','1,5,65010,15','1,5,65010,16','1,5,65010,17','1,5,65010,18','1,6,1,1','1,6,1,2','1,6,1,3','1,6,1,4','1,6,1,5','1,6,1,6','1,6,1,7','1,6,1,8','1,6,1,9','1,6,1,10','1,6,1,11','1,6,1,12','1,6,1,13','1,6,1,14','1,6,1,15','1,6,1,16','1,6,1,17','1,6,1,18','1,6,2,1','1,6,2,2','1,6,2,3','1,6,2,4','1,6,2,5','1,6,2,6','1,6,2,7','1,6,2,8','1,6,2,9','1,6,2,10','1,6,2,11','1,6,2,12','1,6,2,13','1,6,2,14','1,6,2,15','1,6,2,16','1,6,2,17','1,6,2,18','1,6,3,1','1,6,3,2','1,6,3,3','1,6,3,4','1,6,3,5','1,6,3,6','1,6,3,7','1,6,3,8','1,6,3,9','1,6,3,10','1,6,3,11','1,6,3,12','1,6,3,13','1,6,3,14','1,6,3,15','1,6,3,16','1,6,3,17','1,6,3,18','1,6,4,1','1,6,4,2','1,6,4,3','1,6,4,4','1,6,4,5','1,6,4,6','1,6,4,7','1,6,4,8','1,6,4,9','1,6,4,10','1,6,4,11','1,6,4,12','1,6,4,13','1,6,4,14','1,6,4,15','1,6,4,16','1,6,4,17','1,6,4,18','1,6,5,1','1,6,5,2','1,6,5,3','1,6,5,4','1,6,5,5','1,6,5,6','1,6,5,7','1,6,5,8','1,6,5,9','1,6,5,10','1,6,5,11','1,6,5,12','1,6,5,13','1,6,5,14','1,6,5,15','1,6,5,16','1,6,5,17','1,6,5,18','1,6,6,1','1,6,6,2','1,6,6,3','1,6,6,4','1,6,6,5','1,6,6,6','1,6,6,7','1,6,6,8','1,6,6,9','1,6,6,10','1,6,6,11','1,6,6,12','1,6,6,13','1,6,6,14','1,6,6,15','1,6,6,16','1,6,6,17','1,6,6,18','1,6,7,1','1,6,7,2','1,6,7,3','1,6,7,4','1,6,7,5','1,6,7,6','1,6,7,7','1,6,7,8','1,6,7,9','1,6,7,10','1,6,7,11','1,6,7,12','1,6,7,13','1,6,7,14','1,6,7,15','1,6,7,16','1,6,7,17','1,6,7,18','1,6,8,1','1,6,8,2','1,6,8,3','1,6,8,4','1,6,8,5','1,6,8,6','1,6,8,7','1,6,8,8','1,6,8,9','1,6,8,10','1,6,8,11','1,6,8,12','1,6,8,13','1,6,8,14','1,6,8,15','1,6,8,16','1,6,8,17','1,6,8,18','1,6,64221,1','1,6,64221,2','1,6,64221,3','1,6,64221,4','1,6,64221,5','1,6,64221,6','1,6,64221,7','1,6,64221,8','1,6,64221,9','1,6,64221,10','1,6,64221,11','1,6,64221,12','1,6,64221,13','1,6,64221,14','1,6,64221,15','1,6,64221,16','1,6,64221,17','1,6,64221,18','1,6,64222,1','1,6,64222,2','1,6,64222,3','1,6,64222,4','1,6,64222,5','1,6,64222,6','1,6,64222,7','1,6,64222,8','1,6,64222,9','1,6,64222,10','1,6,64222,11','1,6,64222,12','1,6,64222,13','1,6,64222,14','1,6,64222,15','1,6,64222,16','1,6,64222,17','1,6,64222,18','1,6,64223,1','1,6,64223,2','1,6,64223,3','1,6,64223,4','1,6,64223,5','1,6,64223,6','1,6,64223,7','1,6,64223,8','1,6,64223,9','1,6,64223,10','1,6,64223,11','1,6,64223,12','1,6,64223,13','1,6,64223,14','1,6,64223,15','1,6,64223,16','1,6,64223,17','1,6,64223,18','1,6,64224,1','1,6,64224,2','1,6,64224,3','1,6,64224,4','1,6,64224,5','1,6,64224,6','1,6,64224,7','1,6,64224,8','1,6,64224,9','1,6,64224,10','1,6,64224,11','1,6,64224,12','1,6,64224,13','1,6,64224,14','1,6,64224,15','1,6,64224,16','1,6,64224,17','1,6,64224,18','1,6,65001,1','1,6,65001,2','1,6,65001,3','1,6,65001,4','1,6,65001,5','1,6,65001,6','1,6,65001,7','1,6,65001,8','1,6,65001,9','1,6,65001,10','1,6,65001,11','1,6,65001,12','1,6,65001,13','1,6,65001,14','1,6,65001,15','1,6,65001,16','1,6,65001,17','1,6,65001,18','1,6,65002,1','1,6,65002,2','1,6,65002,3','1,6,65002,4','1,6,65002,5','1,6,65002,6','1,6,65002,7','1,6,65002,8','1,6,65002,9','1,6,65002,10','1,6,65002,11','1,6,65002,12','1,6,65002,13','1,6,65002,14','1,6,65002,15','1,6,65002,16','1,6,65002,17','1,6,65002,18','1,6,65003,1','1,6,65003,2','1,6,65003,3','1,6,65003,4','1,6,65003,5','1,6,65003,6','1,6,65003,7','1,6,65003,8','1,6,65003,9','1,6,65003,10','1,6,65003,11','1,6,65003,12','1,6,65003,13','1,6,65003,14','1,6,65003,15','1,6,65003,16','1,6,65003,17','1,6,65003,18','1,6,65004,1','1,6,65004,2','1,6,65004,3','1,6,65004,4','1,6,65004,5','1,6,65004,6','1,6,65004,7','1,6,65004,8','1,6,65004,9','1,6,65004,10','1,6,65004,11','1,6,65004,12','1,6,65004,13','1,6,65004,14','1,6,65004,15','1,6,65004,16','1,6,65004,17','1,6,65004,18','1,6,65005,1','1,6,65005,2','1,6,65005,3','1,6,65005,4','1,6,65005,5','1,6,65005,6','1,6,65005,7','1,6,65005,8','1,6,65005,9','1,6,65005,10','1,6,65005,11','1,6,65005,12','1,6,65005,13','1,6,65005,14','1,6,65005,15','1,6,65005,16','1,6,65005,17','1,6,65005,18','1,6,65006,1','1,6,65006,2','1,6,65006,3','1,6,65006,4','1,6,65006,5','1,6,65006,6','1,6,65006,7','1,6,65006,8','1,6,65006,9','1,6,65006,10','1,6,65006,11','1,6,65006,12','1,6,65006,13','1,6,65006,14','1,6,65006,15','1,6,65006,16','1,6,65006,17','1,6,65006,18','1,6,65007,1','1,6,65007,2','1,6,65007,3','1,6,65007,4','1,6,65007,5','1,6,65007,6','1,6,65007,7','1,6,65007,8','1,6,65007,9','1,6,65007,10','1,6,65007,11','1,6,65007,12','1,6,65007,13','1,6,65007,14','1,6,65007,15','1,6,65007,16','1,6,65007,17','1,6,65007,18','1,6,65008,1','1,6,65008,2','1,6,65008,3','1,6,65008,4','1,6,65008,5','1,6,65008,6','1,6,65008,7','1,6,65008,8','1,6,65008,9','1,6,65008,10','1,6,65008,11','1,6,65008,12','1,6,65008,13','1,6,65008,14','1,6,65008,15','1,6,65008,16','1,6,65008,17','1,6,65008,18','1,6,65009,1','1,6,65009,2','1,6,65009,3','1,6,65009,4','1,6,65009,5','1,6,65009,6','1,6,65009,7','1,6,65009,8','1,6,65009,9','1,6,65009,10','1,6,65009,11','1,6,65009,12','1,6,65009,13','1,6,65009,14','1,6,65009,15','1,6,65009,16','1,6,65009,17','1,6,65009,18','1,6,65010,1','1,6,65010,2','1,6,65010,3','1,6,65010,4','1,6,65010,5','1,6,65010,6','1,6,65010,7','1,6,65010,8','1,6,65010,9','1,6,65010,10','1,6,65010,11','1,6,65010,12','1,6,65010,13','1,6,65010,14','1,6,65010,15','1,6,65010,16','1,6,65010,17','1,6,65010,18','2,1,1,1','2,1,1,2','2,1,1,3','2,1,1,4','2,1,1,5','2,1,1,6','2,1,1,7','2,1,1,8','2,1,1,9','2,1,1,10','2,1,1,11','2,1,1,12','2,1,1,13','2,1,1,14','2,1,1,15','2,1,1,16','2,1,1,17','2,1,1,18','2,1,2,1','2,1,2,2','2,1,2,3','2,1,2,4','2,1,2,5','2,1,2,6','2,1,2,7','2,1,2,8','2,1,2,9','2,1,2,10','2,1,2,11','2,1,2,12','2,1,2,13','2,1,2,14','2,1,2,15','2,1,2,16','2,1,2,17','2,1,2,18','2,1,3,1','2,1,3,2','2,1,3,3','2,1,3,4','2,1,3,5','2,1,3,6','2,1,3,7','2,1,3,8','2,1,3,9','2,1,3,10','2,1,3,11','2,1,3,12','2,1,3,13','2,1,3,14','2,1,3,15','2,1,3,16','2,1,3,17','2,1,3,18','2,1,4,1','2,1,4,2','2,1,4,3','2,1,4,4','2,1,4,5','2,1,4,6','2,1,4,7','2,1,4,8','2,1,4,9','2,1,4,10','2,1,4,11','2,1,4,12','2,1,4,13','2,1,4,14','2,1,4,15','2,1,4,16','2,1,4,17','2,1,4,18','2,1,5,1','2,1,5,2','2,1,5,3','2,1,5,4','2,1,5,5','2,1,5,6','2,1,5,7','2,1,5,8','2,1,5,9','2,1,5,10','2,1,5,11','2,1,5,12','2,1,5,13','2,1,5,14','2,1,5,15','2,1,5,16','2,1,5,17','2,1,5,18','2,1,6,1','2,1,6,2','2,1,6,3','2,1,6,4','2,1,6,5','2,1,6,6','2,1,6,7','2,1,6,8','2,1,6,9','2,1,6,10','2,1,6,11','2,1,6,12','2,1,6,13','2,1,6,14','2,1,6,15','2,1,6,16','2,1,6,17','2,1,6,18','2,1,7,1','2,1,7,2','2,1,7,3','2,1,7,4','2,1,7,5','2,1,7,6','2,1,7,7','2,1,7,8','2,1,7,9','2,1,7,10','2,1,7,11','2,1,7,12','2,1,7,13','2,1,7,14','2,1,7,15','2,1,7,16','2,1,7,17','2,1,7,18','2,1,8,1','2,1,8,2','2,1,8,3','2,1,8,4','2,1,8,5','2,1,8,6','2,1,8,7','2,1,8,8','2,1,8,9','2,1,8,10','2,1,8,11','2,1,8,12','2,1,8,13','2,1,8,14','2,1,8,15','2,1,8,16','2,1,8,17','2,1,8,18','2,1,64221,1','2,1,64221,2','2,1,64221,3','2,1,64221,4','2,1,64221,5','2,1,64221,6','2,1,64221,7','2,1,64221,8','2,1,64221,9','2,1,64221,10','2,1,64221,11','2,1,64221,12','2,1,64221,13','2,1,64221,14','2,1,64221,15','2,1,64221,16','2,1,64221,17','2,1,64221,18','2,1,64222,1','2,1,64222,2','2,1,64222,3','2,1,64222,4','2,1,64222,5','2,1,64222,6','2,1,64222,7','2,1,64222,8','2,1,64222,9','2,1,64222,10','2,1,64222,11','2,1,64222,12','2,1,64222,13','2,1,64222,14','2,1,64222,15','2,1,64222,16','2,1,64222,17','2,1,64222,18','2,1,64223,1','2,1,64223,2','2,1,64223,3','2,1,64223,4','2,1,64223,5','2,1,64223,6','2,1,64223,7','2,1,64223,8','2,1,64223,9','2,1,64223,10','2,1,64223,11','2,1,64223,12','2,1,64223,13','2,1,64223,14','2,1,64223,15','2,1,64223,16','2,1,64223,17','2,1,64223,18','2,1,64224,1','2,1,64224,2','2,1,64224,3','2,1,64224,4','2,1,64224,5','2,1,64224,6','2,1,64224,7','2,1,64224,8','2,1,64224,9','2,1,64224,10','2,1,64224,11','2,1,64224,12','2,1,64224,13','2,1,64224,14','2,1,64224,15','2,1,64224,16','2,1,64224,17','2,1,64224,18','2,1,65001,1','2,1,65001,2','2,1,65001,3','2,1,65001,4','2,1,65001,5','2,1,65001,6','2,1,65001,7','2,1,65001,8','2,1,65001,9','2,1,65001,10','2,1,65001,11','2,1,65001,12','2,1,65001,13','2,1,65001,14','2,1,65001,15','2,1,65001,16','2,1,65001,17','2,1,65001,18','2,1,65002,1','2,1,65002,2','2,1,65002,3','2,1,65002,4','2,1,65002,5','2,1,65002,6','2,1,65002,7','2,1,65002,8','2,1,65002,9','2,1,65002,10','2,1,65002,11','2,1,65002,12','2,1,65002,13','2,1,65002,14','2,1,65002,15','2,1,65002,16','2,1,65002,17','2,1,65002,18','2,1,65003,1','2,1,65003,2','2,1,65003,3','2,1,65003,4','2,1,65003,5','2,1,65003,6','2,1,65003,7','2,1,65003,8','2,1,65003,9','2,1,65003,10','2,1,65003,11','2,1,65003,12','2,1,65003,13','2,1,65003,14','2,1,65003,15','2,1,65003,16','2,1,65003,17','2,1,65003,18','2,1,65004,1','2,1,65004,2','2,1,65004,3','2,1,65004,4','2,1,65004,5','2,1,65004,6','2,1,65004,7','2,1,65004,8','2,1,65004,9','2,1,65004,10','2,1,65004,11','2,1,65004,12','2,1,65004,13','2,1,65004,14','2,1,65004,15','2,1,65004,16','2,1,65004,17','2,1,65004,18','2,1,65005,1','2,1,65005,2','2,1,65005,3','2,1,65005,4','2,1,65005,5','2,1,65005,6','2,1,65005,7','2,1,65005,8','2,1,65005,9','2,1,65005,10','2,1,65005,11','2,1,65005,12','2,1,65005,13','2,1,65005,14','2,1,65005,15','2,1,65005,16','2,1,65005,17','2,1,65005,18','2,1,65006,1','2,1,65006,2','2,1,65006,3','2,1,65006,4','2,1,65006,5','2,1,65006,6','2,1,65006,7','2,1,65006,8','2,1,65006,9','2,1,65006,10','2,1,65006,11','2,1,65006,12','2,1,65006,13','2,1,65006,14','2,1,65006,15','2,1,65006,16','2,1,65006,17','2,1,65006,18','2,1,65007,1','2,1,65007,2','2,1,65007,3','2,1,65007,4','2,1,65007,5','2,1,65007,6','2,1,65007,7','2,1,65007,8','2,1,65007,9','2,1,65007,10','2,1,65007,11','2,1,65007,12','2,1,65007,13','2,1,65007,14','2,1,65007,15','2,1,65007,16','2,1,65007,17','2,1,65007,18','2,1,65008,1','2,1,65008,2','2,1,65008,3','2,1,65008,4','2,1,65008,5','2,1,65008,6','2,1,65008,7','2,1,65008,8','2,1,65008,9','2,1,65008,10','2,1,65008,11','2,1,65008,12','2,1,65008,13','2,1,65008,14','2,1,65008,15','2,1,65008,16','2,1,65008,17','2,1,65008,18','2,1,65009,1','2,1,65009,2','2,1,65009,3','2,1,65009,4','2,1,65009,5','2,1,65009,6','2,1,65009,7','2,1,65009,8','2,1,65009,9','2,1,65009,10','2,1,65009,11','2,1,65009,12','2,1,65009,13','2,1,65009,14','2,1,65009,15','2,1,65009,16','2,1,65009,17','2,1,65009,18','2,1,65010,1','2,1,65010,2','2,1,65010,3','2,1,65010,4','2,1,65010,5','2,1,65010,6','2,1,65010,7','2,1,65010,8','2,1,65010,9','2,1,65010,10','2,1,65010,11','2,1,65010,12','2,1,65010,13','2,1,65010,14','2,1,65010,15','2,1,65010,16','2,1,65010,17','2,1,65010,18','2,2,1,1','2,2,1,2','2,2,1,3','2,2,1,4','2,2,1,5','2,2,1,6','2,2,1,7','2,2,1,8','2,2,1,9','2,2,1,10','2,2,1,11','2,2,1,12','2,2,1,13','2,2,1,14','2,2,1,15','2,2,1,16','2,2,1,17','2,2,1,18','2,2,2,1','2,2,2,2','2,2,2,3','2,2,2,4','2,2,2,5','2,2,2,6','2,2,2,7','2,2,2,8','2,2,2,9','2,2,2,10','2,2,2,11','2,2,2,12','2,2,2,13','2,2,2,14','2,2,2,15','2,2,2,16','2,2,2,17','2,2,2,18','2,2,3,1','2,2,3,2','2,2,3,3','2,2,3,4','2,2,3,5','2,2,3,6','2,2,3,7','2,2,3,8','2,2,3,9','2,2,3,10','2,2,3,11','2,2,3,12','2,2,3,13','2,2,3,14','2,2,3,15','2,2,3,16','2,2,3,17','2,2,3,18','2,2,4,1','2,2,4,2','2,2,4,3','2,2,4,4','2,2,4,5','2,2,4,6','2,2,4,7','2,2,4,8','2,2,4,9','2,2,4,10','2,2,4,11','2,2,4,12','2,2,4,13','2,2,4,14','2,2,4,15','2,2,4,16','2,2,4,17','2,2,4,18','2,2,5,1','2,2,5,2','2,2,5,3','2,2,5,4','2,2,5,5','2,2,5,6','2,2,5,7','2,2,5,8','2,2,5,9','2,2,5,10','2,2,5,11','2,2,5,12','2,2,5,13','2,2,5,14','2,2,5,15','2,2,5,16','2,2,5,17','2,2,5,18','2,2,6,1','2,2,6,2','2,2,6,3','2,2,6,4','2,2,6,5','2,2,6,6','2,2,6,7','2,2,6,8','2,2,6,9','2,2,6,10','2,2,6,11','2,2,6,12','2,2,6,13','2,2,6,14','2,2,6,15','2,2,6,16','2,2,6,17','2,2,6,18','2,2,7,1','2,2,7,2','2,2,7,3','2,2,7,4','2,2,7,5','2,2,7,6','2,2,7,7','2,2,7,8','2,2,7,9','2,2,7,10','2,2,7,11','2,2,7,12','2,2,7,13','2,2,7,14','2,2,7,15','2,2,7,16','2,2,7,17','2,2,7,18','2,2,8,1','2,2,8,2','2,2,8,3','2,2,8,4','2,2,8,5','2,2,8,6','2,2,8,7','2,2,8,8','2,2,8,9','2,2,8,10','2,2,8,11','2,2,8,12','2,2,8,13','2,2,8,14','2,2,8,15','2,2,8,16','2,2,8,17','2,2,8,18','2,2,64221,1','2,2,64221,2','2,2,64221,3','2,2,64221,4','2,2,64221,5','2,2,64221,6','2,2,64221,7','2,2,64221,8','2,2,64221,9','2,2,64221,10','2,2,64221,11','2,2,64221,12','2,2,64221,13','2,2,64221,14','2,2,64221,15','2,2,64221,16','2,2,64221,17','2,2,64221,18','2,2,64222,1','2,2,64222,2','2,2,64222,3','2,2,64222,4','2,2,64222,5','2,2,64222,6','2,2,64222,7','2,2,64222,8','2,2,64222,9','2,2,64222,10','2,2,64222,11','2,2,64222,12','2,2,64222,13','2,2,64222,14','2,2,64222,15','2,2,64222,16','2,2,64222,17','2,2,64222,18','2,2,64223,1','2,2,64223,2','2,2,64223,3','2,2,64223,4','2,2,64223,5','2,2,64223,6','2,2,64223,7','2,2,64223,8','2,2,64223,9','2,2,64223,10','2,2,64223,11','2,2,64223,12','2,2,64223,13','2,2,64223,14','2,2,64223,15','2,2,64223,16','2,2,64223,17','2,2,64223,18','2,2,64224,1','2,2,64224,2','2,2,64224,3','2,2,64224,4','2,2,64224,5','2,2,64224,6','2,2,64224,7','2,2,64224,8','2,2,64224,9','2,2,64224,10','2,2,64224,11','2,2,64224,12','2,2,64224,13','2,2,64224,14','2,2,64224,15','2,2,64224,16','2,2,64224,17','2,2,64224,18','2,2,65001,1','2,2,65001,2','2,2,65001,3','2,2,65001,4','2,2,65001,5','2,2,65001,6','2,2,65001,7','2,2,65001,8','2,2,65001,9','2,2,65001,10','2,2,65001,11','2,2,65001,12','2,2,65001,13','2,2,65001,14','2,2,65001,15','2,2,65001,16','2,2,65001,17','2,2,65001,18','2,2,65002,1','2,2,65002,2','2,2,65002,3','2,2,65002,4','2,2,65002,5','2,2,65002,6','2,2,65002,7','2,2,65002,8','2,2,65002,9','2,2,65002,10','2,2,65002,11','2,2,65002,12','2,2,65002,13','2,2,65002,14','2,2,65002,15','2,2,65002,16','2,2,65002,17','2,2,65002,18','2,2,65003,1','2,2,65003,2','2,2,65003,3','2,2,65003,4','2,2,65003,5','2,2,65003,6','2,2,65003,7','2,2,65003,8','2,2,65003,9','2,2,65003,10','2,2,65003,11','2,2,65003,12','2,2,65003,13','2,2,65003,14','2,2,65003,15','2,2,65003,16','2,2,65003,17','2,2,65003,18','2,2,65004,1','2,2,65004,2','2,2,65004,3','2,2,65004,4','2,2,65004,5','2,2,65004,6','2,2,65004,7','2,2,65004,8','2,2,65004,9','2,2,65004,10','2,2,65004,11','2,2,65004,12','2,2,65004,13','2,2,65004,14','2,2,65004,15','2,2,65004,16','2,2,65004,17','2,2,65004,18','2,2,65005,1','2,2,65005,2','2,2,65005,3','2,2,65005,4','2,2,65005,5','2,2,65005,6','2,2,65005,7','2,2,65005,8','2,2,65005,9','2,2,65005,10','2,2,65005,11','2,2,65005,12','2,2,65005,13','2,2,65005,14','2,2,65005,15','2,2,65005,16','2,2,65005,17','2,2,65005,18','2,2,65006,1','2,2,65006,2','2,2,65006,3','2,2,65006,4','2,2,65006,5','2,2,65006,6','2,2,65006,7','2,2,65006,8','2,2,65006,9','2,2,65006,10','2,2,65006,11','2,2,65006,12','2,2,65006,13','2,2,65006,14','2,2,65006,15','2,2,65006,16','2,2,65006,17','2,2,65006,18','2,2,65007,1','2,2,65007,2','2,2,65007,3','2,2,65007,4','2,2,65007,5','2,2,65007,6','2,2,65007,7','2,2,65007,8','2,2,65007,9','2,2,65007,10','2,2,65007,11','2,2,65007,12','2,2,65007,13','2,2,65007,14','2,2,65007,15','2,2,65007,16','2,2,65007,17','2,2,65007,18','2,2,65008,1','2,2,65008,2','2,2,65008,3','2,2,65008,4','2,2,65008,5','2,2,65008,6','2,2,65008,7','2,2,65008,8','2,2,65008,9','2,2,65008,10','2,2,65008,11','2,2,65008,12','2,2,65008,13','2,2,65008,14','2,2,65008,15','2,2,65008,16','2,2,65008,17','2,2,65008,18','2,2,65009,1','2,2,65009,2','2,2,65009,3','2,2,65009,4','2,2,65009,5','2,2,65009,6','2,2,65009,7','2,2,65009,8','2,2,65009,9','2,2,65009,10','2,2,65009,11','2,2,65009,12','2,2,65009,13','2,2,65009,14','2,2,65009,15','2,2,65009,16','2,2,65009,17','2,2,65009,18','2,2,65010,1','2,2,65010,2','2,2,65010,3','2,2,65010,4','2,2,65010,5','2,2,65010,6','2,2,65010,7','2,2,65010,8','2,2,65010,9','2,2,65010,10','2,2,65010,11','2,2,65010,12','2,2,65010,13','2,2,65010,14','2,2,65010,15','2,2,65010,16','2,2,65010,17','2,2,65010,18','2,3,1,1','2,3,1,2','2,3,1,3','2,3,1,4','2,3,1,5','2,3,1,6','2,3,1,7','2,3,1,8','2,3,1,9','2,3,1,10','2,3,1,11','2,3,1,12','2,3,1,13','2,3,1,14','2,3,1,15','2,3,1,16','2,3,1,17','2,3,1,18','2,3,2,1','2,3,2,2','2,3,2,3','2,3,2,4','2,3,2,5','2,3,2,6','2,3,2,7','2,3,2,8','2,3,2,9','2,3,2,10','2,3,2,11','2,3,2,12','2,3,2,13','2,3,2,14','2,3,2,15','2,3,2,16','2,3,2,17','2,3,2,18','2,3,3,1','2,3,3,2','2,3,3,3','2,3,3,4','2,3,3,5','2,3,3,6','2,3,3,7','2,3,3,8','2,3,3,9','2,3,3,10','2,3,3,11','2,3,3,12','2,3,3,13','2,3,3,14','2,3,3,15','2,3,3,16','2,3,3,17','2,3,3,18','2,3,4,1','2,3,4,2','2,3,4,3','2,3,4,4','2,3,4,5','2,3,4,6','2,3,4,7','2,3,4,8','2,3,4,9','2,3,4,10','2,3,4,11','2,3,4,12','2,3,4,13','2,3,4,14','2,3,4,15','2,3,4,16','2,3,4,17','2,3,4,18','2,3,5,1','2,3,5,2','2,3,5,3','2,3,5,4','2,3,5,5','2,3,5,6','2,3,5,7','2,3,5,8','2,3,5,9','2,3,5,10','2,3,5,11','2,3,5,12','2,3,5,13','2,3,5,14','2,3,5,15','2,3,5,16','2,3,5,17','2,3,5,18','2,3,6,1','2,3,6,2','2,3,6,3','2,3,6,4','2,3,6,5','2,3,6,6','2,3,6,7','2,3,6,8','2,3,6,9','2,3,6,10','2,3,6,11','2,3,6,12','2,3,6,13','2,3,6,14','2,3,6,15','2,3,6,16','2,3,6,17','2,3,6,18','2,3,7,1','2,3,7,2','2,3,7,3','2,3,7,4','2,3,7,5','2,3,7,6','2,3,7,7','2,3,7,8','2,3,7,9','2,3,7,10','2,3,7,11','2,3,7,12','2,3,7,13','2,3,7,14','2,3,7,15','2,3,7,16','2,3,7,17','2,3,7,18','2,3,8,1','2,3,8,2','2,3,8,3','2,3,8,4','2,3,8,5','2,3,8,6','2,3,8,7','2,3,8,8','2,3,8,9','2,3,8,10','2,3,8,11','2,3,8,12','2,3,8,13','2,3,8,14','2,3,8,15','2,3,8,16','2,3,8,17','2,3,8,18','2,3,64221,1','2,3,64221,2','2,3,64221,3','2,3,64221,4','2,3,64221,5','2,3,64221,6','2,3,64221,7','2,3,64221,8','2,3,64221,9','2,3,64221,10','2,3,64221,11','2,3,64221,12','2,3,64221,13','2,3,64221,14','2,3,64221,15','2,3,64221,16','2,3,64221,17','2,3,64221,18','2,3,64222,1','2,3,64222,2','2,3,64222,3','2,3,64222,4','2,3,64222,5','2,3,64222,6','2,3,64222,7','2,3,64222,8','2,3,64222,9','2,3,64222,10','2,3,64222,11','2,3,64222,12','2,3,64222,13','2,3,64222,14','2,3,64222,15','2,3,64222,16','2,3,64222,17','2,3,64222,18','2,3,64223,1','2,3,64223,2','2,3,64223,3','2,3,64223,4','2,3,64223,5','2,3,64223,6','2,3,64223,7','2,3,64223,8','2,3,64223,9','2,3,64223,10','2,3,64223,11','2,3,64223,12','2,3,64223,13','2,3,64223,14','2,3,64223,15','2,3,64223,16','2,3,64223,17','2,3,64223,18','2,3,64224,1','2,3,64224,2','2,3,64224,3','2,3,64224,4','2,3,64224,5','2,3,64224,6','2,3,64224,7','2,3,64224,8','2,3,64224,9','2,3,64224,10','2,3,64224,11','2,3,64224,12','2,3,64224,13','2,3,64224,14','2,3,64224,15','2,3,64224,16','2,3,64224,17','2,3,64224,18','2,3,65001,1','2,3,65001,2','2,3,65001,3','2,3,65001,4','2,3,65001,5','2,3,65001,6','2,3,65001,7','2,3,65001,8','2,3,65001,9','2,3,65001,10','2,3,65001,11','2,3,65001,12','2,3,65001,13','2,3,65001,14','2,3,65001,15','2,3,65001,16','2,3,65001,17','2,3,65001,18','2,3,65002,1','2,3,65002,2','2,3,65002,3','2,3,65002,4','2,3,65002,5','2,3,65002,6','2,3,65002,7','2,3,65002,8','2,3,65002,9','2,3,65002,10','2,3,65002,11','2,3,65002,12','2,3,65002,13','2,3,65002,14','2,3,65002,15','2,3,65002,16','2,3,65002,17','2,3,65002,18','2,3,65003,1','2,3,65003,2','2,3,65003,3','2,3,65003,4','2,3,65003,5','2,3,65003,6','2,3,65003,7','2,3,65003,8','2,3,65003,9','2,3,65003,10','2,3,65003,11','2,3,65003,12','2,3,65003,13','2,3,65003,14','2,3,65003,15','2,3,65003,16','2,3,65003,17','2,3,65003,18','2,3,65004,1','2,3,65004,2','2,3,65004,3','2,3,65004,4','2,3,65004,5','2,3,65004,6','2,3,65004,7','2,3,65004,8','2,3,65004,9','2,3,65004,10','2,3,65004,11','2,3,65004,12','2,3,65004,13','2,3,65004,14','2,3,65004,15','2,3,65004,16','2,3,65004,17','2,3,65004,18','2,3,65005,1','2,3,65005,2','2,3,65005,3','2,3,65005,4','2,3,65005,5','2,3,65005,6','2,3,65005,7','2,3,65005,8','2,3,65005,9','2,3,65005,10','2,3,65005,11','2,3,65005,12','2,3,65005,13','2,3,65005,14','2,3,65005,15','2,3,65005,16','2,3,65005,17','2,3,65005,18','2,3,65006,1','2,3,65006,2','2,3,65006,3','2,3,65006,4','2,3,65006,5','2,3,65006,6','2,3,65006,7','2,3,65006,8','2,3,65006,9','2,3,65006,10','2,3,65006,11','2,3,65006,12','2,3,65006,13','2,3,65006,14','2,3,65006,15','2,3,65006,16','2,3,65006,17','2,3,65006,18','2,3,65007,1','2,3,65007,2','2,3,65007,3','2,3,65007,4','2,3,65007,5','2,3,65007,6','2,3,65007,7','2,3,65007,8','2,3,65007,9','2,3,65007,10','2,3,65007,11','2,3,65007,12','2,3,65007,13','2,3,65007,14','2,3,65007,15','2,3,65007,16','2,3,65007,17','2,3,65007,18','2,3,65008,1','2,3,65008,2','2,3,65008,3','2,3,65008,4','2,3,65008,5','2,3,65008,6','2,3,65008,7','2,3,65008,8','2,3,65008,9','2,3,65008,10','2,3,65008,11','2,3,65008,12','2,3,65008,13','2,3,65008,14','2,3,65008,15','2,3,65008,16','2,3,65008,17','2,3,65008,18','2,3,65009,1','2,3,65009,2','2,3,65009,3','2,3,65009,4','2,3,65009,5','2,3,65009,6','2,3,65009,7','2,3,65009,8','2,3,65009,9','2,3,65009,10','2,3,65009,11','2,3,65009,12','2,3,65009,13','2,3,65009,14','2,3,65009,15','2,3,65009,16','2,3,65009,17','2,3,65009,18','2,3,65010,1','2,3,65010,2','2,3,65010,3','2,3,65010,4','2,3,65010,5','2,3,65010,6','2,3,65010,7','2,3,65010,8','2,3,65010,9','2,3,65010,10','2,3,65010,11','2,3,65010,12','2,3,65010,13','2,3,65010,14','2,3,65010,15','2,3,65010,16','2,3,65010,17','2,3,65010,18','2,4,1,1','2,4,1,2','2,4,1,3','2,4,1,4','2,4,1,5','2,4,1,6','2,4,1,7','2,4,1,8','2,4,1,9','2,4,1,10','2,4,1,11','2,4,1,12','2,4,1,13','2,4,1,14','2,4,1,15','2,4,1,16','2,4,1,17','2,4,1,18','2,4,2,1','2,4,2,2','2,4,2,3','2,4,2,4','2,4,2,5','2,4,2,6','2,4,2,7','2,4,2,8','2,4,2,9','2,4,2,10','2,4,2,11','2,4,2,12','2,4,2,13','2,4,2,14','2,4,2,15','2,4,2,16','2,4,2,17','2,4,2,18','2,4,3,1','2,4,3,2','2,4,3,3','2,4,3,4','2,4,3,5','2,4,3,6','2,4,3,7','2,4,3,8','2,4,3,9','2,4,3,10','2,4,3,11','2,4,3,12','2,4,3,13','2,4,3,14','2,4,3,15','2,4,3,16','2,4,3,17','2,4,3,18','2,4,4,1','2,4,4,2','2,4,4,3','2,4,4,4','2,4,4,5','2,4,4,6','2,4,4,7','2,4,4,8','2,4,4,9','2,4,4,10','2,4,4,11','2,4,4,12','2,4,4,13','2,4,4,14','2,4,4,15','2,4,4,16','2,4,4,17','2,4,4,18','2,4,5,1','2,4,5,2','2,4,5,3','2,4,5,4','2,4,5,5','2,4,5,6','2,4,5,7','2,4,5,8','2,4,5,9','2,4,5,10','2,4,5,11','2,4,5,12','2,4,5,13','2,4,5,14','2,4,5,15','2,4,5,16','2,4,5,17','2,4,5,18','2,4,6,1','2,4,6,2','2,4,6,3','2,4,6,4','2,4,6,5','2,4,6,6','2,4,6,7','2,4,6,8','2,4,6,9','2,4,6,10','2,4,6,11','2,4,6,12','2,4,6,13','2,4,6,14','2,4,6,15','2,4,6,16','2,4,6,17','2,4,6,18','2,4,7,1','2,4,7,2','2,4,7,3','2,4,7,4','2,4,7,5','2,4,7,6','2,4,7,7','2,4,7,8','2,4,7,9','2,4,7,10','2,4,7,11','2,4,7,12','2,4,7,13','2,4,7,14','2,4,7,15','2,4,7,16','2,4,7,17','2,4,7,18','2,4,8,1','2,4,8,2','2,4,8,3','2,4,8,4','2,4,8,5','2,4,8,6','2,4,8,7','2,4,8,8','2,4,8,9','2,4,8,10','2,4,8,11','2,4,8,12','2,4,8,13','2,4,8,14','2,4,8,15','2,4,8,16','2,4,8,17','2,4,8,18','2,4,64221,1','2,4,64221,2','2,4,64221,3','2,4,64221,4','2,4,64221,5','2,4,64221,6','2,4,64221,7','2,4,64221,8','2,4,64221,9','2,4,64221,10','2,4,64221,11','2,4,64221,12','2,4,64221,13','2,4,64221,14','2,4,64221,15','2,4,64221,16','2,4,64221,17','2,4,64221,18','2,4,64222,1','2,4,64222,2','2,4,64222,3','2,4,64222,4','2,4,64222,5','2,4,64222,6','2,4,64222,7','2,4,64222,8','2,4,64222,9','2,4,64222,10','2,4,64222,11','2,4,64222,12','2,4,64222,13','2,4,64222,14','2,4,64222,15','2,4,64222,16','2,4,64222,17','2,4,64222,18','2,4,64223,1','2,4,64223,2','2,4,64223,3','2,4,64223,4','2,4,64223,5','2,4,64223,6','2,4,64223,7','2,4,64223,8','2,4,64223,9','2,4,64223,10','2,4,64223,11','2,4,64223,12','2,4,64223,13','2,4,64223,14','2,4,64223,15','2,4,64223,16','2,4,64223,17','2,4,64223,18','2,4,64224,1','2,4,64224,2','2,4,64224,3','2,4,64224,4','2,4,64224,5','2,4,64224,6','2,4,64224,7','2,4,64224,8','2,4,64224,9','2,4,64224,10','2,4,64224,11','2,4,64224,12','2,4,64224,13','2,4,64224,14','2,4,64224,15','2,4,64224,16','2,4,64224,17','2,4,64224,18','2,4,65001,1','2,4,65001,2','2,4,65001,3','2,4,65001,4','2,4,65001,5','2,4,65001,6','2,4,65001,7','2,4,65001,8','2,4,65001,9','2,4,65001,10','2,4,65001,11','2,4,65001,12','2,4,65001,13','2,4,65001,14','2,4,65001,15','2,4,65001,16','2,4,65001,17','2,4,65001,18','2,4,65002,1','2,4,65002,2','2,4,65002,3','2,4,65002,4','2,4,65002,5','2,4,65002,6','2,4,65002,7','2,4,65002,8','2,4,65002,9','2,4,65002,10','2,4,65002,11','2,4,65002,12','2,4,65002,13','2,4,65002,14','2,4,65002,15','2,4,65002,16','2,4,65002,17','2,4,65002,18','2,4,65003,1','2,4,65003,2','2,4,65003,3','2,4,65003,4','2,4,65003,5','2,4,65003,6','2,4,65003,7','2,4,65003,8','2,4,65003,9','2,4,65003,10','2,4,65003,11','2,4,65003,12','2,4,65003,13','2,4,65003,14','2,4,65003,15','2,4,65003,16','2,4,65003,17','2,4,65003,18','2,4,65004,1','2,4,65004,2','2,4,65004,3','2,4,65004,4','2,4,65004,5','2,4,65004,6','2,4,65004,7','2,4,65004,8','2,4,65004,9','2,4,65004,10','2,4,65004,11','2,4,65004,12','2,4,65004,13','2,4,65004,14','2,4,65004,15','2,4,65004,16','2,4,65004,17','2,4,65004,18','2,4,65005,1','2,4,65005,2','2,4,65005,3','2,4,65005,4','2,4,65005,5','2,4,65005,6','2,4,65005,7','2,4,65005,8','2,4,65005,9','2,4,65005,10','2,4,65005,11','2,4,65005,12','2,4,65005,13','2,4,65005,14','2,4,65005,15','2,4,65005,16','2,4,65005,17','2,4,65005,18','2,4,65006,1','2,4,65006,2','2,4,65006,3','2,4,65006,4','2,4,65006,5','2,4,65006,6','2,4,65006,7','2,4,65006,8','2,4,65006,9','2,4,65006,10','2,4,65006,11','2,4,65006,12','2,4,65006,13','2,4,65006,14','2,4,65006,15','2,4,65006,16','2,4,65006,17','2,4,65006,18','2,4,65007,1','2,4,65007,2','2,4,65007,3','2,4,65007,4','2,4,65007,5','2,4,65007,6','2,4,65007,7','2,4,65007,8','2,4,65007,9','2,4,65007,10','2,4,65007,11','2,4,65007,12','2,4,65007,13','2,4,65007,14','2,4,65007,15','2,4,65007,16','2,4,65007,17','2,4,65007,18','2,4,65008,1','2,4,65008,2','2,4,65008,3','2,4,65008,4','2,4,65008,5','2,4,65008,6','2,4,65008,7','2,4,65008,8','2,4,65008,9','2,4,65008,10','2,4,65008,11','2,4,65008,12','2,4,65008,13','2,4,65008,14','2,4,65008,15','2,4,65008,16','2,4,65008,17','2,4,65008,18','2,4,65009,1','2,4,65009,2','2,4,65009,3','2,4,65009,4','2,4,65009,5','2,4,65009,6','2,4,65009,7','2,4,65009,8','2,4,65009,9','2,4,65009,10','2,4,65009,11','2,4,65009,12','2,4,65009,13','2,4,65009,14','2,4,65009,15','2,4,65009,16','2,4,65009,17','2,4,65009,18','2,4,65010,1','2,4,65010,2','2,4,65010,3','2,4,65010,4','2,4,65010,5','2,4,65010,6','2,4,65010,7','2,4,65010,8','2,4,65010,9','2,4,65010,10','2,4,65010,11','2,4,65010,12','2,4,65010,13','2,4,65010,14','2,4,65010,15','2,4,65010,16','2,4,65010,17','2,4,65010,18','2,5,1,1','2,5,1,2','2,5,1,3','2,5,1,4','2,5,1,5','2,5,1,6','2,5,1,7','2,5,1,8','2,5,1,9','2,5,1,10','2,5,1,11','2,5,1,12','2,5,1,13','2,5,1,14','2,5,1,15','2,5,1,16','2,5,1,17','2,5,1,18','2,5,2,1','2,5,2,2','2,5,2,3','2,5,2,4','2,5,2,5','2,5,2,6','2,5,2,7','2,5,2,8','2,5,2,9','2,5,2,10','2,5,2,11','2,5,2,12','2,5,2,13','2,5,2,14','2,5,2,15','2,5,2,16','2,5,2,17','2,5,2,18','2,5,3,1','2,5,3,2','2,5,3,3','2,5,3,4','2,5,3,5','2,5,3,6','2,5,3,7','2,5,3,8','2,5,3,9','2,5,3,10','2,5,3,11','2,5,3,12','2,5,3,13','2,5,3,14','2,5,3,15','2,5,3,16','2,5,3,17','2,5,3,18','2,5,4,1','2,5,4,2','2,5,4,3','2,5,4,4','2,5,4,5','2,5,4,6','2,5,4,7','2,5,4,8','2,5,4,9','2,5,4,10','2,5,4,11','2,5,4,12','2,5,4,13','2,5,4,14','2,5,4,15','2,5,4,16','2,5,4,17','2,5,4,18','2,5,5,1','2,5,5,2','2,5,5,3','2,5,5,4','2,5,5,5','2,5,5,6','2,5,5,7','2,5,5,8','2,5,5,9','2,5,5,10','2,5,5,11','2,5,5,12','2,5,5,13','2,5,5,14','2,5,5,15','2,5,5,16','2,5,5,17','2,5,5,18','2,5,6,1','2,5,6,2','2,5,6,3','2,5,6,4','2,5,6,5','2,5,6,6','2,5,6,7','2,5,6,8','2,5,6,9','2,5,6,10','2,5,6,11','2,5,6,12','2,5,6,13','2,5,6,14','2,5,6,15','2,5,6,16','2,5,6,17','2,5,6,18','2,5,7,1','2,5,7,2','2,5,7,3','2,5,7,4','2,5,7,5','2,5,7,6','2,5,7,7','2,5,7,8','2,5,7,9','2,5,7,10','2,5,7,11','2,5,7,12','2,5,7,13','2,5,7,14','2,5,7,15','2,5,7,16','2,5,7,17','2,5,7,18','2,5,8,1','2,5,8,2','2,5,8,3','2,5,8,4','2,5,8,5','2,5,8,6','2,5,8,7','2,5,8,8','2,5,8,9','2,5,8,10','2,5,8,11','2,5,8,12','2,5,8,13','2,5,8,14','2,5,8,15','2,5,8,16','2,5,8,17','2,5,8,18','2,5,64221,1','2,5,64221,2','2,5,64221,3','2,5,64221,4','2,5,64221,5','2,5,64221,6','2,5,64221,7','2,5,64221,8','2,5,64221,9','2,5,64221,10','2,5,64221,11','2,5,64221,12','2,5,64221,13','2,5,64221,14','2,5,64221,15','2,5,64221,16','2,5,64221,17','2,5,64221,18','2,5,64222,1','2,5,64222,2','2,5,64222,3','2,5,64222,4','2,5,64222,5','2,5,64222,6','2,5,64222,7','2,5,64222,8','2,5,64222,9','2,5,64222,10','2,5,64222,11','2,5,64222,12','2,5,64222,13','2,5,64222,14','2,5,64222,15','2,5,64222,16','2,5,64222,17','2,5,64222,18','2,5,64223,1','2,5,64223,2','2,5,64223,3','2,5,64223,4','2,5,64223,5','2,5,64223,6','2,5,64223,7','2,5,64223,8','2,5,64223,9','2,5,64223,10','2,5,64223,11','2,5,64223,12','2,5,64223,13','2,5,64223,14','2,5,64223,15','2,5,64223,16','2,5,64223,17','2,5,64223,18','2,5,64224,1','2,5,64224,2','2,5,64224,3','2,5,64224,4','2,5,64224,5','2,5,64224,6','2,5,64224,7','2,5,64224,8','2,5,64224,9','2,5,64224,10','2,5,64224,11','2,5,64224,12','2,5,64224,13','2,5,64224,14','2,5,64224,15','2,5,64224,16','2,5,64224,17','2,5,64224,18','2,5,65001,1','2,5,65001,2','2,5,65001,3','2,5,65001,4','2,5,65001,5','2,5,65001,6','2,5,65001,7','2,5,65001,8','2,5,65001,9','2,5,65001,10','2,5,65001,11','2,5,65001,12','2,5,65001,13','2,5,65001,14','2,5,65001,15','2,5,65001,16','2,5,65001,17','2,5,65001,18','2,5,65002,1','2,5,65002,2','2,5,65002,3','2,5,65002,4','2,5,65002,5','2,5,65002,6','2,5,65002,7','2,5,65002,8','2,5,65002,9','2,5,65002,10','2,5,65002,11','2,5,65002,12','2,5,65002,13','2,5,65002,14','2,5,65002,15','2,5,65002,16','2,5,65002,17','2,5,65002,18','2,5,65003,1','2,5,65003,2','2,5,65003,3','2,5,65003,4','2,5,65003,5','2,5,65003,6','2,5,65003,7','2,5,65003,8','2,5,65003,9','2,5,65003,10','2,5,65003,11','2,5,65003,12','2,5,65003,13','2,5,65003,14','2,5,65003,15','2,5,65003,16','2,5,65003,17','2,5,65003,18','2,5,65004,1','2,5,65004,2','2,5,65004,3','2,5,65004,4','2,5,65004,5','2,5,65004,6','2,5,65004,7','2,5,65004,8','2,5,65004,9','2,5,65004,10','2,5,65004,11','2,5,65004,12','2,5,65004,13','2,5,65004,14','2,5,65004,15','2,5,65004,16','2,5,65004,17','2,5,65004,18','2,5,65005,1','2,5,65005,2','2,5,65005,3','2,5,65005,4','2,5,65005,5','2,5,65005,6','2,5,65005,7','2,5,65005,8','2,5,65005,9','2,5,65005,10','2,5,65005,11','2,5,65005,12','2,5,65005,13','2,5,65005,14','2,5,65005,15','2,5,65005,16','2,5,65005,17','2,5,65005,18','2,5,65006,1','2,5,65006,2','2,5,65006,3','2,5,65006,4','2,5,65006,5','2,5,65006,6','2,5,65006,7','2,5,65006,8','2,5,65006,9','2,5,65006,10','2,5,65006,11','2,5,65006,12','2,5,65006,13','2,5,65006,14','2,5,65006,15','2,5,65006,16','2,5,65006,17','2,5,65006,18','2,5,65007,1','2,5,65007,2','2,5,65007,3','2,5,65007,4','2,5,65007,5','2,5,65007,6','2,5,65007,7','2,5,65007,8','2,5,65007,9','2,5,65007,10','2,5,65007,11','2,5,65007,12','2,5,65007,13','2,5,65007,14','2,5,65007,15','2,5,65007,16','2,5,65007,17','2,5,65007,18','2,5,65008,1','2,5,65008,2','2,5,65008,3','2,5,65008,4','2,5,65008,5','2,5,65008,6','2,5,65008,7','2,5,65008,8','2,5,65008,9','2,5,65008,10','2,5,65008,11','2,5,65008,12','2,5,65008,13','2,5,65008,14','2,5,65008,15','2,5,65008,16','2,5,65008,17','2,5,65008,18','2,5,65009,1','2,5,65009,2','2,5,65009,3','2,5,65009,4','2,5,65009,5','2,5,65009,6','2,5,65009,7','2,5,65009,8','2,5,65009,9','2,5,65009,10','2,5,65009,11','2,5,65009,12','2,5,65009,13','2,5,65009,14','2,5,65009,15','2,5,65009,16','2,5,65009,17','2,5,65009,18','2,5,65010,1','2,5,65010,2','2,5,65010,3','2,5,65010,4','2,5,65010,5','2,5,65010,6','2,5,65010,7','2,5,65010,8','2,5,65010,9','2,5,65010,10','2,5,65010,11','2,5,65010,12','2,5,65010,13','2,5,65010,14','2,5,65010,15','2,5,65010,16','2,5,65010,17','2,5,65010,18','2,6,1,1','2,6,1,2','2,6,1,3','2,6,1,4','2,6,1,5','2,6,1,6','2,6,1,7','2,6,1,8','2,6,1,9','2,6,1,10','2,6,1,11','2,6,1,12','2,6,1,13','2,6,1,14','2,6,1,15','2,6,1,16','2,6,1,17','2,6,1,18','2,6,2,1','2,6,2,2','2,6,2,3','2,6,2,4','2,6,2,5','2,6,2,6','2,6,2,7','2,6,2,8','2,6,2,9','2,6,2,10','2,6,2,11','2,6,2,12','2,6,2,13','2,6,2,14','2,6,2,15','2,6,2,16','2,6,2,17','2,6,2,18','2,6,3,1','2,6,3,2','2,6,3,3','2,6,3,4','2,6,3,5','2,6,3,6','2,6,3,7','2,6,3,8','2,6,3,9','2,6,3,10','2,6,3,11','2,6,3,12','2,6,3,13','2,6,3,14','2,6,3,15','2,6,3,16','2,6,3,17','2,6,3,18','2,6,4,1','2,6,4,2','2,6,4,3','2,6,4,4','2,6,4,5','2,6,4,6','2,6,4,7','2,6,4,8','2,6,4,9','2,6,4,10','2,6,4,11','2,6,4,12','2,6,4,13','2,6,4,14','2,6,4,15','2,6,4,16','2,6,4,17','2,6,4,18','2,6,5,1','2,6,5,2','2,6,5,3','2,6,5,4','2,6,5,5','2,6,5,6','2,6,5,7','2,6,5,8','2,6,5,9','2,6,5,10','2,6,5,11','2,6,5,12','2,6,5,13','2,6,5,14','2,6,5,15','2,6,5,16','2,6,5,17','2,6,5,18','2,6,6,1','2,6,6,2','2,6,6,3','2,6,6,4','2,6,6,5','2,6,6,6','2,6,6,7','2,6,6,8','2,6,6,9','2,6,6,10','2,6,6,11','2,6,6,12','2,6,6,13','2,6,6,14','2,6,6,15','2,6,6,16','2,6,6,17','2,6,6,18','2,6,7,1','2,6,7,2','2,6,7,3','2,6,7,4','2,6,7,5','2,6,7,6','2,6,7,7','2,6,7,8','2,6,7,9','2,6,7,10','2,6,7,11','2,6,7,12','2,6,7,13','2,6,7,14','2,6,7,15','2,6,7,16','2,6,7,17','2,6,7,18','2,6,8,1','2,6,8,2','2,6,8,3','2,6,8,4','2,6,8,5','2,6,8,6','2,6,8,7','2,6,8,8','2,6,8,9','2,6,8,10','2,6,8,11','2,6,8,12','2,6,8,13','2,6,8,14','2,6,8,15','2,6,8,16','2,6,8,17','2,6,8,18','2,6,64221,1','2,6,64221,2','2,6,64221,3','2,6,64221,4','2,6,64221,5','2,6,64221,6','2,6,64221,7','2,6,64221,8','2,6,64221,9','2,6,64221,10','2,6,64221,11','2,6,64221,12','2,6,64221,13','2,6,64221,14','2,6,64221,15','2,6,64221,16','2,6,64221,17','2,6,64221,18','2,6,64222,1','2,6,64222,2','2,6,64222,3','2,6,64222,4','2,6,64222,5','2,6,64222,6','2,6,64222,7','2,6,64222,8','2,6,64222,9','2,6,64222,10','2,6,64222,11','2,6,64222,12','2,6,64222,13','2,6,64222,14','2,6,64222,15','2,6,64222,16','2,6,64222,17','2,6,64222,18','2,6,64223,1','2,6,64223,2','2,6,64223,3','2,6,64223,4','2,6,64223,5','2,6,64223,6','2,6,64223,7','2,6,64223,8','2,6,64223,9','2,6,64223,10','2,6,64223,11','2,6,64223,12','2,6,64223,13','2,6,64223,14','2,6,64223,15','2,6,64223,16','2,6,64223,17','2,6,64223,18','2,6,64224,1','2,6,64224,2','2,6,64224,3','2,6,64224,4','2,6,64224,5','2,6,64224,6','2,6,64224,7','2,6,64224,8','2,6,64224,9','2,6,64224,10','2,6,64224,11','2,6,64224,12','2,6,64224,13','2,6,64224,14','2,6,64224,15','2,6,64224,16','2,6,64224,17','2,6,64224,18','2,6,65001,1','2,6,65001,2','2,6,65001,3','2,6,65001,4','2,6,65001,5','2,6,65001,6','2,6,65001,7','2,6,65001,8','2,6,65001,9','2,6,65001,10','2,6,65001,11','2,6,65001,12','2,6,65001,13','2,6,65001,14','2,6,65001,15','2,6,65001,16','2,6,65001,17','2,6,65001,18','2,6,65002,1','2,6,65002,2','2,6,65002,3','2,6,65002,4','2,6,65002,5','2,6,65002,6','2,6,65002,7','2,6,65002,8','2,6,65002,9','2,6,65002,10','2,6,65002,11','2,6,65002,12','2,6,65002,13','2,6,65002,14','2,6,65002,15','2,6,65002,16','2,6,65002,17','2,6,65002,18','2,6,65003,1','2,6,65003,2','2,6,65003,3','2,6,65003,4','2,6,65003,5','2,6,65003,6','2,6,65003,7','2,6,65003,8','2,6,65003,9','2,6,65003,10','2,6,65003,11','2,6,65003,12','2,6,65003,13','2,6,65003,14','2,6,65003,15','2,6,65003,16','2,6,65003,17','2,6,65003,18','2,6,65004,1','2,6,65004,2','2,6,65004,3','2,6,65004,4','2,6,65004,5','2,6,65004,6','2,6,65004,7','2,6,65004,8','2,6,65004,9','2,6,65004,10','2,6,65004,11','2,6,65004,12','2,6,65004,13','2,6,65004,14','2,6,65004,15','2,6,65004,16','2,6,65004,17','2,6,65004,18','2,6,65005,1','2,6,65005,2','2,6,65005,3','2,6,65005,4','2,6,65005,5','2,6,65005,6','2,6,65005,7','2,6,65005,8','2,6,65005,9','2,6,65005,10','2,6,65005,11','2,6,65005,12','2,6,65005,13','2,6,65005,14','2,6,65005,15','2,6,65005,16','2,6,65005,17','2,6,65005,18','2,6,65006,1','2,6,65006,2','2,6,65006,3','2,6,65006,4','2,6,65006,5','2,6,65006,6','2,6,65006,7','2,6,65006,8','2,6,65006,9','2,6,65006,10','2,6,65006,11','2,6,65006,12','2,6,65006,13','2,6,65006,14','2,6,65006,15','2,6,65006,16','2,6,65006,17','2,6,65006,18','2,6,65007,1','2,6,65007,2','2,6,65007,3','2,6,65007,4','2,6,65007,5','2,6,65007,6','2,6,65007,7','2,6,65007,8','2,6,65007,9','2,6,65007,10','2,6,65007,11','2,6,65007,12','2,6,65007,13','2,6,65007,14','2,6,65007,15','2,6,65007,16','2,6,65007,17','2,6,65007,18','2,6,65008,1','2,6,65008,2','2,6,65008,3','2,6,65008,4','2,6,65008,5','2,6,65008,6','2,6,65008,7','2,6,65008,8','2,6,65008,9','2,6,65008,10','2,6,65008,11','2,6,65008,12','2,6,65008,13','2,6,65008,14','2,6,65008,15','2,6,65008,16','2,6,65008,17','2,6,65008,18','2,6,65009,1','2,6,65009,2','2,6,65009,3','2,6,65009,4','2,6,65009,5','2,6,65009,6','2,6,65009,7','2,6,65009,8','2,6,65009,9','2,6,65009,10','2,6,65009,11','2,6,65009,12','2,6,65009,13','2,6,65009,14','2,6,65009,15','2,6,65009,16','2,6,65009,17','2,6,65009,18','2,6,65010,1','2,6,65010,2','2,6,65010,3','2,6,65010,4','2,6,65010,5','2,6,65010,6','2,6,65010,7','2,6,65010,8','2,6,65010,9','2,6,65010,10','2,6,65010,11','2,6,65010,12','2,6,65010,13','2,6,65010,14','2,6,65010,15','2,6,65010,16','2,6,65010,17','2,6,65010,18','3,1,1,1','3,1,1,2','3,1,1,3','3,1,1,4','3,1,1,5','3,1,1,6','3,1,1,7','3,1,1,8','3,1,1,9','3,1,1,10','3,1,1,11','3,1,1,12','3,1,1,13','3,1,1,14','3,1,1,15','3,1,1,16','3,1,1,17','3,1,1,18','3,1,2,1','3,1,2,2','3,1,2,3','3,1,2,4','3,1,2,5','3,1,2,6','3,1,2,7','3,1,2,8','3,1,2,9','3,1,2,10','3,1,2,11','3,1,2,12','3,1,2,13','3,1,2,14','3,1,2,15','3,1,2,16','3,1,2,17','3,1,2,18','3,1,3,1','3,1,3,2','3,1,3,3','3,1,3,4','3,1,3,5','3,1,3,6','3,1,3,7','3,1,3,8','3,1,3,9','3,1,3,10','3,1,3,11','3,1,3,12','3,1,3,13','3,1,3,14','3,1,3,15','3,1,3,16','3,1,3,17','3,1,3,18','3,1,4,1','3,1,4,2','3,1,4,3','3,1,4,4','3,1,4,5','3,1,4,6','3,1,4,7','3,1,4,8','3,1,4,9','3,1,4,10','3,1,4,11','3,1,4,12','3,1,4,13','3,1,4,14','3,1,4,15','3,1,4,16','3,1,4,17','3,1,4,18','3,1,5,1','3,1,5,2','3,1,5,3','3,1,5,4','3,1,5,5','3,1,5,6','3,1,5,7','3,1,5,8','3,1,5,9','3,1,5,10','3,1,5,11','3,1,5,12','3,1,5,13','3,1,5,14','3,1,5,15','3,1,5,16','3,1,5,17','3,1,5,18','3,1,6,1','3,1,6,2','3,1,6,3','3,1,6,4','3,1,6,5','3,1,6,6','3,1,6,7','3,1,6,8','3,1,6,9','3,1,6,10','3,1,6,11','3,1,6,12','3,1,6,13','3,1,6,14','3,1,6,15','3,1,6,16','3,1,6,17','3,1,6,18','3,1,7,1','3,1,7,2','3,1,7,3','3,1,7,4','3,1,7,5','3,1,7,6','3,1,7,7','3,1,7,8','3,1,7,9','3,1,7,10','3,1,7,11','3,1,7,12','3,1,7,13','3,1,7,14','3,1,7,15','3,1,7,16','3,1,7,17','3,1,7,18','3,1,8,1','3,1,8,2','3,1,8,3','3,1,8,4','3,1,8,5','3,1,8,6','3,1,8,7','3,1,8,8','3,1,8,9','3,1,8,10','3,1,8,11','3,1,8,12','3,1,8,13','3,1,8,14','3,1,8,15','3,1,8,16','3,1,8,17','3,1,8,18','3,1,64221,1','3,1,64221,2','3,1,64221,3','3,1,64221,4','3,1,64221,5','3,1,64221,6','3,1,64221,7','3,1,64221,8','3,1,64221,9','3,1,64221,10','3,1,64221,11','3,1,64221,12','3,1,64221,13','3,1,64221,14','3,1,64221,15','3,1,64221,16','3,1,64221,17','3,1,64221,18','3,1,64222,1','3,1,64222,2','3,1,64222,3','3,1,64222,4','3,1,64222,5','3,1,64222,6','3,1,64222,7','3,1,64222,8','3,1,64222,9','3,1,64222,10','3,1,64222,11','3,1,64222,12','3,1,64222,13','3,1,64222,14','3,1,64222,15','3,1,64222,16','3,1,64222,17','3,1,64222,18','3,1,64223,1','3,1,64223,2','3,1,64223,3','3,1,64223,4','3,1,64223,5','3,1,64223,6','3,1,64223,7','3,1,64223,8','3,1,64223,9','3,1,64223,10','3,1,64223,11','3,1,64223,12','3,1,64223,13','3,1,64223,14','3,1,64223,15','3,1,64223,16','3,1,64223,17','3,1,64223,18','3,1,64224,1','3,1,64224,2','3,1,64224,3','3,1,64224,4','3,1,64224,5','3,1,64224,6','3,1,64224,7','3,1,64224,8','3,1,64224,9','3,1,64224,10','3,1,64224,11','3,1,64224,12','3,1,64224,13','3,1,64224,14','3,1,64224,15','3,1,64224,16','3,1,64224,17','3,1,64224,18','3,1,65001,1','3,1,65001,2','3,1,65001,3','3,1,65001,4','3,1,65001,5','3,1,65001,6','3,1,65001,7','3,1,65001,8','3,1,65001,9','3,1,65001,10','3,1,65001,11','3,1,65001,12','3,1,65001,13','3,1,65001,14','3,1,65001,15','3,1,65001,16','3,1,65001,17','3,1,65001,18','3,1,65002,1','3,1,65002,2','3,1,65002,3','3,1,65002,4','3,1,65002,5','3,1,65002,6','3,1,65002,7','3,1,65002,8','3,1,65002,9','3,1,65002,10','3,1,65002,11','3,1,65002,12','3,1,65002,13','3,1,65002,14','3,1,65002,15','3,1,65002,16','3,1,65002,17','3,1,65002,18','3,1,65003,1','3,1,65003,2','3,1,65003,3','3,1,65003,4','3,1,65003,5','3,1,65003,6','3,1,65003,7','3,1,65003,8','3,1,65003,9','3,1,65003,10','3,1,65003,11','3,1,65003,12','3,1,65003,13','3,1,65003,14','3,1,65003,15','3,1,65003,16','3,1,65003,17','3,1,65003,18','3,1,65004,1','3,1,65004,2','3,1,65004,3','3,1,65004,4','3,1,65004,5','3,1,65004,6','3,1,65004,7','3,1,65004,8','3,1,65004,9','3,1,65004,10','3,1,65004,11','3,1,65004,12','3,1,65004,13','3,1,65004,14','3,1,65004,15','3,1,65004,16','3,1,65004,17','3,1,65004,18','3,1,65005,1','3,1,65005,2','3,1,65005,3','3,1,65005,4','3,1,65005,5','3,1,65005,6','3,1,65005,7','3,1,65005,8','3,1,65005,9','3,1,65005,10','3,1,65005,11','3,1,65005,12','3,1,65005,13','3,1,65005,14','3,1,65005,15','3,1,65005,16','3,1,65005,17','3,1,65005,18','3,1,65006,1','3,1,65006,2','3,1,65006,3','3,1,65006,4','3,1,65006,5','3,1,65006,6','3,1,65006,7','3,1,65006,8','3,1,65006,9','3,1,65006,10','3,1,65006,11','3,1,65006,12','3,1,65006,13','3,1,65006,14','3,1,65006,15','3,1,65006,16','3,1,65006,17','3,1,65006,18','3,1,65007,1','3,1,65007,2','3,1,65007,3','3,1,65007,4','3,1,65007,5','3,1,65007,6','3,1,65007,7','3,1,65007,8','3,1,65007,9','3,1,65007,10','3,1,65007,11','3,1,65007,12','3,1,65007,13','3,1,65007,14','3,1,65007,15','3,1,65007,16','3,1,65007,17','3,1,65007,18','3,1,65008,1','3,1,65008,2','3,1,65008,3','3,1,65008,4','3,1,65008,5','3,1,65008,6','3,1,65008,7','3,1,65008,8','3,1,65008,9','3,1,65008,10','3,1,65008,11','3,1,65008,12','3,1,65008,13','3,1,65008,14','3,1,65008,15','3,1,65008,16','3,1,65008,17','3,1,65008,18','3,1,65009,1','3,1,65009,2','3,1,65009,3','3,1,65009,4','3,1,65009,5','3,1,65009,6','3,1,65009,7','3,1,65009,8','3,1,65009,9','3,1,65009,10','3,1,65009,11','3,1,65009,12','3,1,65009,13','3,1,65009,14','3,1,65009,15','3,1,65009,16','3,1,65009,17','3,1,65009,18','3,1,65010,1','3,1,65010,2','3,1,65010,3','3,1,65010,4','3,1,65010,5','3,1,65010,6','3,1,65010,7','3,1,65010,8','3,1,65010,9','3,1,65010,10','3,1,65010,11','3,1,65010,12','3,1,65010,13','3,1,65010,14','3,1,65010,15','3,1,65010,16','3,1,65010,17','3,1,65010,18','3,2,1,1','3,2,1,2','3,2,1,3','3,2,1,4','3,2,1,5','3,2,1,6','3,2,1,7','3,2,1,8','3,2,1,9','3,2,1,10','3,2,1,11','3,2,1,12','3,2,1,13','3,2,1,14','3,2,1,15','3,2,1,16','3,2,1,17','3,2,1,18','3,2,2,1','3,2,2,2','3,2,2,3','3,2,2,4','3,2,2,5','3,2,2,6','3,2,2,7','3,2,2,8','3,2,2,9','3,2,2,10','3,2,2,11','3,2,2,12','3,2,2,13','3,2,2,14','3,2,2,15','3,2,2,16','3,2,2,17','3,2,2,18','3,2,3,1','3,2,3,2','3,2,3,3','3,2,3,4','3,2,3,5','3,2,3,6','3,2,3,7','3,2,3,8','3,2,3,9','3,2,3,10','3,2,3,11','3,2,3,12','3,2,3,13','3,2,3,14','3,2,3,15','3,2,3,16','3,2,3,17','3,2,3,18','3,2,4,1','3,2,4,2','3,2,4,3','3,2,4,4','3,2,4,5','3,2,4,6','3,2,4,7','3,2,4,8','3,2,4,9','3,2,4,10','3,2,4,11','3,2,4,12','3,2,4,13','3,2,4,14','3,2,4,15','3,2,4,16','3,2,4,17','3,2,4,18','3,2,5,1','3,2,5,2','3,2,5,3','3,2,5,4','3,2,5,5','3,2,5,6','3,2,5,7','3,2,5,8','3,2,5,9','3,2,5,10','3,2,5,11','3,2,5,12','3,2,5,13','3,2,5,14','3,2,5,15','3,2,5,16','3,2,5,17','3,2,5,18','3,2,6,1','3,2,6,2','3,2,6,3','3,2,6,4','3,2,6,5','3,2,6,6','3,2,6,7','3,2,6,8','3,2,6,9','3,2,6,10','3,2,6,11','3,2,6,12','3,2,6,13','3,2,6,14','3,2,6,15','3,2,6,16','3,2,6,17','3,2,6,18','3,2,7,1','3,2,7,2','3,2,7,3','3,2,7,4','3,2,7,5','3,2,7,6','3,2,7,7','3,2,7,8','3,2,7,9','3,2,7,10','3,2,7,11','3,2,7,12','3,2,7,13','3,2,7,14','3,2,7,15','3,2,7,16','3,2,7,17','3,2,7,18','3,2,8,1','3,2,8,2','3,2,8,3','3,2,8,4','3,2,8,5','3,2,8,6','3,2,8,7','3,2,8,8','3,2,8,9','3,2,8,10','3,2,8,11','3,2,8,12','3,2,8,13','3,2,8,14','3,2,8,15','3,2,8,16','3,2,8,17','3,2,8,18','3,2,64221,1','3,2,64221,2','3,2,64221,3','3,2,64221,4','3,2,64221,5','3,2,64221,6','3,2,64221,7','3,2,64221,8','3,2,64221,9','3,2,64221,10','3,2,64221,11','3,2,64221,12','3,2,64221,13','3,2,64221,14','3,2,64221,15','3,2,64221,16','3,2,64221,17','3,2,64221,18','3,2,64222,1','3,2,64222,2','3,2,64222,3','3,2,64222,4','3,2,64222,5','3,2,64222,6','3,2,64222,7','3,2,64222,8','3,2,64222,9','3,2,64222,10','3,2,64222,11','3,2,64222,12','3,2,64222,13','3,2,64222,14','3,2,64222,15','3,2,64222,16','3,2,64222,17','3,2,64222,18','3,2,64223,1','3,2,64223,2','3,2,64223,3','3,2,64223,4','3,2,64223,5','3,2,64223,6','3,2,64223,7','3,2,64223,8','3,2,64223,9','3,2,64223,10','3,2,64223,11','3,2,64223,12','3,2,64223,13','3,2,64223,14','3,2,64223,15','3,2,64223,16','3,2,64223,17','3,2,64223,18','3,2,64224,1','3,2,64224,2','3,2,64224,3','3,2,64224,4','3,2,64224,5','3,2,64224,6','3,2,64224,7','3,2,64224,8','3,2,64224,9','3,2,64224,10','3,2,64224,11','3,2,64224,12','3,2,64224,13','3,2,64224,14','3,2,64224,15','3,2,64224,16','3,2,64224,17','3,2,64224,18','3,2,65001,1','3,2,65001,2','3,2,65001,3','3,2,65001,4','3,2,65001,5','3,2,65001,6','3,2,65001,7','3,2,65001,8','3,2,65001,9','3,2,65001,10','3,2,65001,11','3,2,65001,12','3,2,65001,13','3,2,65001,14','3,2,65001,15','3,2,65001,16','3,2,65001,17','3,2,65001,18','3,2,65002,1','3,2,65002,2','3,2,65002,3','3,2,65002,4','3,2,65002,5','3,2,65002,6','3,2,65002,7','3,2,65002,8','3,2,65002,9','3,2,65002,10','3,2,65002,11','3,2,65002,12','3,2,65002,13','3,2,65002,14','3,2,65002,15','3,2,65002,16','3,2,65002,17','3,2,65002,18','3,2,65003,1','3,2,65003,2','3,2,65003,3','3,2,65003,4','3,2,65003,5','3,2,65003,6','3,2,65003,7','3,2,65003,8','3,2,65003,9','3,2,65003,10','3,2,65003,11','3,2,65003,12','3,2,65003,13','3,2,65003,14','3,2,65003,15','3,2,65003,16','3,2,65003,17','3,2,65003,18','3,2,65004,1','3,2,65004,2','3,2,65004,3','3,2,65004,4','3,2,65004,5','3,2,65004,6','3,2,65004,7','3,2,65004,8','3,2,65004,9','3,2,65004,10','3,2,65004,11','3,2,65004,12','3,2,65004,13','3,2,65004,14','3,2,65004,15','3,2,65004,16','3,2,65004,17','3,2,65004,18','3,2,65005,1','3,2,65005,2','3,2,65005,3','3,2,65005,4','3,2,65005,5','3,2,65005,6','3,2,65005,7','3,2,65005,8','3,2,65005,9','3,2,65005,10','3,2,65005,11','3,2,65005,12','3,2,65005,13','3,2,65005,14','3,2,65005,15','3,2,65005,16','3,2,65005,17','3,2,65005,18','3,2,65006,1','3,2,65006,2','3,2,65006,3','3,2,65006,4','3,2,65006,5','3,2,65006,6','3,2,65006,7','3,2,65006,8','3,2,65006,9','3,2,65006,10','3,2,65006,11','3,2,65006,12','3,2,65006,13','3,2,65006,14','3,2,65006,15','3,2,65006,16','3,2,65006,17','3,2,65006,18','3,2,65007,1','3,2,65007,2','3,2,65007,3','3,2,65007,4','3,2,65007,5','3,2,65007,6','3,2,65007,7','3,2,65007,8','3,2,65007,9','3,2,65007,10','3,2,65007,11','3,2,65007,12','3,2,65007,13','3,2,65007,14','3,2,65007,15','3,2,65007,16','3,2,65007,17','3,2,65007,18','3,2,65008,1','3,2,65008,2','3,2,65008,3','3,2,65008,4','3,2,65008,5','3,2,65008,6','3,2,65008,7','3,2,65008,8','3,2,65008,9','3,2,65008,10','3,2,65008,11','3,2,65008,12','3,2,65008,13','3,2,65008,14','3,2,65008,15','3,2,65008,16','3,2,65008,17','3,2,65008,18','3,2,65009,1','3,2,65009,2','3,2,65009,3','3,2,65009,4','3,2,65009,5','3,2,65009,6','3,2,65009,7','3,2,65009,8','3,2,65009,9','3,2,65009,10','3,2,65009,11','3,2,65009,12','3,2,65009,13','3,2,65009,14','3,2,65009,15','3,2,65009,16','3,2,65009,17','3,2,65009,18','3,2,65010,1','3,2,65010,2','3,2,65010,3','3,2,65010,4','3,2,65010,5','3,2,65010,6','3,2,65010,7','3,2,65010,8','3,2,65010,9','3,2,65010,10','3,2,65010,11','3,2,65010,12','3,2,65010,13','3,2,65010,14','3,2,65010,15','3,2,65010,16','3,2,65010,17','3,2,65010,18','3,3,1,1','3,3,1,2','3,3,1,3','3,3,1,4','3,3,1,5','3,3,1,6','3,3,1,7','3,3,1,8','3,3,1,9','3,3,1,10','3,3,1,11','3,3,1,12','3,3,1,13','3,3,1,14','3,3,1,15','3,3,1,16','3,3,1,17','3,3,1,18','3,3,2,1','3,3,2,2','3,3,2,3','3,3,2,4','3,3,2,5','3,3,2,6','3,3,2,7','3,3,2,8','3,3,2,9','3,3,2,10','3,3,2,11','3,3,2,12','3,3,2,13','3,3,2,14','3,3,2,15','3,3,2,16','3,3,2,17','3,3,2,18','3,3,3,1','3,3,3,2','3,3,3,3','3,3,3,4','3,3,3,5','3,3,3,6','3,3,3,7','3,3,3,8','3,3,3,9','3,3,3,10','3,3,3,11','3,3,3,12','3,3,3,13','3,3,3,14','3,3,3,15','3,3,3,16','3,3,3,17','3,3,3,18','3,3,4,1','3,3,4,2','3,3,4,3','3,3,4,4','3,3,4,5','3,3,4,6','3,3,4,7','3,3,4,8','3,3,4,9','3,3,4,10','3,3,4,11','3,3,4,12','3,3,4,13','3,3,4,14','3,3,4,15','3,3,4,16','3,3,4,17','3,3,4,18','3,3,5,1','3,3,5,2','3,3,5,3','3,3,5,4','3,3,5,5','3,3,5,6','3,3,5,7','3,3,5,8','3,3,5,9','3,3,5,10','3,3,5,11','3,3,5,12','3,3,5,13','3,3,5,14','3,3,5,15','3,3,5,16','3,3,5,17','3,3,5,18','3,3,6,1','3,3,6,2','3,3,6,3','3,3,6,4','3,3,6,5','3,3,6,6','3,3,6,7','3,3,6,8','3,3,6,9','3,3,6,10','3,3,6,11','3,3,6,12','3,3,6,13','3,3,6,14','3,3,6,15','3,3,6,16','3,3,6,17','3,3,6,18','3,3,7,1','3,3,7,2','3,3,7,3','3,3,7,4','3,3,7,5','3,3,7,6','3,3,7,7','3,3,7,8','3,3,7,9','3,3,7,10','3,3,7,11','3,3,7,12','3,3,7,13','3,3,7,14','3,3,7,15','3,3,7,16','3,3,7,17','3,3,7,18','3,3,8,1','3,3,8,2','3,3,8,3','3,3,8,4','3,3,8,5','3,3,8,6','3,3,8,7','3,3,8,8','3,3,8,9','3,3,8,10','3,3,8,11','3,3,8,12','3,3,8,13','3,3,8,14','3,3,8,15','3,3,8,16','3,3,8,17','3,3,8,18','3,3,64221,1','3,3,64221,2','3,3,64221,3','3,3,64221,4','3,3,64221,5','3,3,64221,6','3,3,64221,7','3,3,64221,8','3,3,64221,9','3,3,64221,10','3,3,64221,11','3,3,64221,12','3,3,64221,13','3,3,64221,14','3,3,64221,15','3,3,64221,16','3,3,64221,17','3,3,64221,18','3,3,64222,1','3,3,64222,2','3,3,64222,3','3,3,64222,4','3,3,64222,5','3,3,64222,6','3,3,64222,7','3,3,64222,8','3,3,64222,9','3,3,64222,10','3,3,64222,11','3,3,64222,12','3,3,64222,13','3,3,64222,14','3,3,64222,15','3,3,64222,16','3,3,64222,17','3,3,64222,18','3,3,64223,1','3,3,64223,2','3,3,64223,3','3,3,64223,4','3,3,64223,5','3,3,64223,6','3,3,64223,7','3,3,64223,8','3,3,64223,9','3,3,64223,10','3,3,64223,11','3,3,64223,12','3,3,64223,13','3,3,64223,14','3,3,64223,15','3,3,64223,16','3,3,64223,17','3,3,64223,18','3,3,64224,1','3,3,64224,2','3,3,64224,3','3,3,64224,4','3,3,64224,5','3,3,64224,6','3,3,64224,7','3,3,64224,8','3,3,64224,9','3,3,64224,10','3,3,64224,11','3,3,64224,12','3,3,64224,13','3,3,64224,14','3,3,64224,15','3,3,64224,16','3,3,64224,17','3,3,64224,18','3,3,65001,1','3,3,65001,2','3,3,65001,3','3,3,65001,4','3,3,65001,5','3,3,65001,6','3,3,65001,7','3,3,65001,8','3,3,65001,9','3,3,65001,10','3,3,65001,11','3,3,65001,12','3,3,65001,13','3,3,65001,14','3,3,65001,15','3,3,65001,16','3,3,65001,17','3,3,65001,18','3,3,65002,1','3,3,65002,2','3,3,65002,3','3,3,65002,4','3,3,65002,5','3,3,65002,6','3,3,65002,7','3,3,65002,8','3,3,65002,9','3,3,65002,10','3,3,65002,11','3,3,65002,12','3,3,65002,13','3,3,65002,14','3,3,65002,15','3,3,65002,16','3,3,65002,17','3,3,65002,18','3,3,65003,1','3,3,65003,2','3,3,65003,3','3,3,65003,4','3,3,65003,5','3,3,65003,6','3,3,65003,7','3,3,65003,8','3,3,65003,9','3,3,65003,10','3,3,65003,11','3,3,65003,12','3,3,65003,13','3,3,65003,14','3,3,65003,15','3,3,65003,16','3,3,65003,17','3,3,65003,18','3,3,65004,1','3,3,65004,2','3,3,65004,3','3,3,65004,4','3,3,65004,5','3,3,65004,6','3,3,65004,7','3,3,65004,8','3,3,65004,9','3,3,65004,10','3,3,65004,11','3,3,65004,12','3,3,65004,13','3,3,65004,14','3,3,65004,15','3,3,65004,16','3,3,65004,17','3,3,65004,18','3,3,65005,1','3,3,65005,2','3,3,65005,3','3,3,65005,4','3,3,65005,5','3,3,65005,6','3,3,65005,7','3,3,65005,8','3,3,65005,9','3,3,65005,10','3,3,65005,11','3,3,65005,12','3,3,65005,13','3,3,65005,14','3,3,65005,15','3,3,65005,16','3,3,65005,17','3,3,65005,18','3,3,65006,1','3,3,65006,2','3,3,65006,3','3,3,65006,4','3,3,65006,5','3,3,65006,6','3,3,65006,7','3,3,65006,8','3,3,65006,9','3,3,65006,10','3,3,65006,11','3,3,65006,12','3,3,65006,13','3,3,65006,14','3,3,65006,15','3,3,65006,16','3,3,65006,17','3,3,65006,18','3,3,65007,1','3,3,65007,2','3,3,65007,3','3,3,65007,4','3,3,65007,5','3,3,65007,6','3,3,65007,7','3,3,65007,8','3,3,65007,9','3,3,65007,10','3,3,65007,11','3,3,65007,12','3,3,65007,13','3,3,65007,14','3,3,65007,15','3,3,65007,16','3,3,65007,17','3,3,65007,18','3,3,65008,1','3,3,65008,2','3,3,65008,3','3,3,65008,4','3,3,65008,5','3,3,65008,6','3,3,65008,7','3,3,65008,8','3,3,65008,9','3,3,65008,10','3,3,65008,11','3,3,65008,12','3,3,65008,13','3,3,65008,14','3,3,65008,15','3,3,65008,16','3,3,65008,17','3,3,65008,18','3,3,65009,1','3,3,65009,2','3,3,65009,3','3,3,65009,4','3,3,65009,5','3,3,65009,6','3,3,65009,7','3,3,65009,8','3,3,65009,9','3,3,65009,10','3,3,65009,11','3,3,65009,12','3,3,65009,13','3,3,65009,14','3,3,65009,15','3,3,65009,16','3,3,65009,17','3,3,65009,18','3,3,65010,1','3,3,65010,2','3,3,65010,3','3,3,65010,4','3,3,65010,5','3,3,65010,6','3,3,65010,7','3,3,65010,8','3,3,65010,9','3,3,65010,10','3,3,65010,11','3,3,65010,12','3,3,65010,13','3,3,65010,14','3,3,65010,15','3,3,65010,16','3,3,65010,17','3,3,65010,18','3,4,1,1','3,4,1,2','3,4,1,3','3,4,1,4','3,4,1,5','3,4,1,6','3,4,1,7','3,4,1,8','3,4,1,9','3,4,1,10','3,4,1,11','3,4,1,12','3,4,1,13','3,4,1,14','3,4,1,15','3,4,1,16','3,4,1,17','3,4,1,18','3,4,2,1','3,4,2,2','3,4,2,3','3,4,2,4','3,4,2,5','3,4,2,6','3,4,2,7','3,4,2,8','3,4,2,9','3,4,2,10','3,4,2,11','3,4,2,12','3,4,2,13','3,4,2,14','3,4,2,15','3,4,2,16','3,4,2,17','3,4,2,18','3,4,3,1','3,4,3,2','3,4,3,3','3,4,3,4','3,4,3,5','3,4,3,6','3,4,3,7','3,4,3,8','3,4,3,9','3,4,3,10','3,4,3,11','3,4,3,12','3,4,3,13','3,4,3,14','3,4,3,15','3,4,3,16','3,4,3,17','3,4,3,18','3,4,4,1','3,4,4,2','3,4,4,3','3,4,4,4','3,4,4,5','3,4,4,6','3,4,4,7','3,4,4,8','3,4,4,9','3,4,4,10','3,4,4,11','3,4,4,12','3,4,4,13','3,4,4,14','3,4,4,15','3,4,4,16','3,4,4,17','3,4,4,18','3,4,5,1','3,4,5,2','3,4,5,3','3,4,5,4','3,4,5,5','3,4,5,6','3,4,5,7','3,4,5,8','3,4,5,9','3,4,5,10','3,4,5,11','3,4,5,12','3,4,5,13','3,4,5,14','3,4,5,15','3,4,5,16','3,4,5,17','3,4,5,18','3,4,6,1','3,4,6,2','3,4,6,3','3,4,6,4','3,4,6,5','3,4,6,6','3,4,6,7','3,4,6,8','3,4,6,9','3,4,6,10','3,4,6,11','3,4,6,12','3,4,6,13','3,4,6,14','3,4,6,15','3,4,6,16','3,4,6,17','3,4,6,18','3,4,7,1','3,4,7,2','3,4,7,3','3,4,7,4','3,4,7,5','3,4,7,6','3,4,7,7','3,4,7,8','3,4,7,9','3,4,7,10','3,4,7,11','3,4,7,12','3,4,7,13','3,4,7,14','3,4,7,15','3,4,7,16','3,4,7,17','3,4,7,18','3,4,8,1','3,4,8,2','3,4,8,3','3,4,8,4','3,4,8,5','3,4,8,6','3,4,8,7','3,4,8,8','3,4,8,9','3,4,8,10','3,4,8,11','3,4,8,12','3,4,8,13','3,4,8,14','3,4,8,15','3,4,8,16','3,4,8,17','3,4,8,18','3,4,64221,1','3,4,64221,2','3,4,64221,3','3,4,64221,4','3,4,64221,5','3,4,64221,6','3,4,64221,7','3,4,64221,8','3,4,64221,9','3,4,64221,10','3,4,64221,11','3,4,64221,12','3,4,64221,13','3,4,64221,14','3,4,64221,15','3,4,64221,16','3,4,64221,17','3,4,64221,18','3,4,64222,1','3,4,64222,2','3,4,64222,3','3,4,64222,4','3,4,64222,5','3,4,64222,6','3,4,64222,7','3,4,64222,8','3,4,64222,9','3,4,64222,10','3,4,64222,11','3,4,64222,12','3,4,64222,13','3,4,64222,14','3,4,64222,15','3,4,64222,16','3,4,64222,17','3,4,64222,18','3,4,64223,1','3,4,64223,2','3,4,64223,3','3,4,64223,4','3,4,64223,5','3,4,64223,6','3,4,64223,7','3,4,64223,8','3,4,64223,9','3,4,64223,10','3,4,64223,11','3,4,64223,12','3,4,64223,13','3,4,64223,14','3,4,64223,15','3,4,64223,16','3,4,64223,17','3,4,64223,18','3,4,64224,1','3,4,64224,2','3,4,64224,3','3,4,64224,4','3,4,64224,5','3,4,64224,6','3,4,64224,7','3,4,64224,8','3,4,64224,9','3,4,64224,10','3,4,64224,11','3,4,64224,12','3,4,64224,13','3,4,64224,14','3,4,64224,15','3,4,64224,16','3,4,64224,17','3,4,64224,18','3,4,65001,1','3,4,65001,2','3,4,65001,3','3,4,65001,4','3,4,65001,5','3,4,65001,6','3,4,65001,7','3,4,65001,8','3,4,65001,9','3,4,65001,10','3,4,65001,11','3,4,65001,12','3,4,65001,13','3,4,65001,14','3,4,65001,15','3,4,65001,16','3,4,65001,17','3,4,65001,18','3,4,65002,1','3,4,65002,2','3,4,65002,3','3,4,65002,4','3,4,65002,5','3,4,65002,6','3,4,65002,7','3,4,65002,8','3,4,65002,9','3,4,65002,10','3,4,65002,11','3,4,65002,12','3,4,65002,13','3,4,65002,14','3,4,65002,15','3,4,65002,16','3,4,65002,17','3,4,65002,18','3,4,65003,1','3,4,65003,2','3,4,65003,3','3,4,65003,4','3,4,65003,5','3,4,65003,6','3,4,65003,7','3,4,65003,8','3,4,65003,9','3,4,65003,10','3,4,65003,11','3,4,65003,12','3,4,65003,13','3,4,65003,14','3,4,65003,15','3,4,65003,16','3,4,65003,17','3,4,65003,18','3,4,65004,1','3,4,65004,2','3,4,65004,3','3,4,65004,4','3,4,65004,5','3,4,65004,6','3,4,65004,7','3,4,65004,8','3,4,65004,9','3,4,65004,10','3,4,65004,11','3,4,65004,12','3,4,65004,13','3,4,65004,14','3,4,65004,15','3,4,65004,16','3,4,65004,17','3,4,65004,18','3,4,65005,1','3,4,65005,2','3,4,65005,3','3,4,65005,4','3,4,65005,5','3,4,65005,6','3,4,65005,7','3,4,65005,8','3,4,65005,9','3,4,65005,10','3,4,65005,11','3,4,65005,12','3,4,65005,13','3,4,65005,14','3,4,65005,15','3,4,65005,16','3,4,65005,17','3,4,65005,18','3,4,65006,1','3,4,65006,2','3,4,65006,3','3,4,65006,4','3,4,65006,5','3,4,65006,6','3,4,65006,7','3,4,65006,8','3,4,65006,9','3,4,65006,10','3,4,65006,11','3,4,65006,12','3,4,65006,13','3,4,65006,14','3,4,65006,15','3,4,65006,16','3,4,65006,17','3,4,65006,18','3,4,65007,1','3,4,65007,2','3,4,65007,3','3,4,65007,4','3,4,65007,5','3,4,65007,6','3,4,65007,7','3,4,65007,8','3,4,65007,9','3,4,65007,10','3,4,65007,11','3,4,65007,12','3,4,65007,13','3,4,65007,14','3,4,65007,15','3,4,65007,16','3,4,65007,17','3,4,65007,18','3,4,65008,1','3,4,65008,2','3,4,65008,3','3,4,65008,4','3,4,65008,5','3,4,65008,6','3,4,65008,7','3,4,65008,8','3,4,65008,9','3,4,65008,10','3,4,65008,11','3,4,65008,12','3,4,65008,13','3,4,65008,14','3,4,65008,15','3,4,65008,16','3,4,65008,17','3,4,65008,18','3,4,65009,1','3,4,65009,2','3,4,65009,3','3,4,65009,4','3,4,65009,5','3,4,65009,6','3,4,65009,7','3,4,65009,8','3,4,65009,9','3,4,65009,10','3,4,65009,11','3,4,65009,12','3,4,65009,13','3,4,65009,14','3,4,65009,15','3,4,65009,16','3,4,65009,17','3,4,65009,18','3,4,65010,1','3,4,65010,2','3,4,65010,3','3,4,65010,4','3,4,65010,5','3,4,65010,6','3,4,65010,7','3,4,65010,8','3,4,65010,9','3,4,65010,10','3,4,65010,11','3,4,65010,12','3,4,65010,13','3,4,65010,14','3,4,65010,15','3,4,65010,16','3,4,65010,17','3,4,65010,18','3,5,1,1','3,5,1,2','3,5,1,3','3,5,1,4','3,5,1,5','3,5,1,6','3,5,1,7','3,5,1,8','3,5,1,9','3,5,1,10','3,5,1,11','3,5,1,12','3,5,1,13','3,5,1,14','3,5,1,15','3,5,1,16','3,5,1,17','3,5,1,18','3,5,2,1','3,5,2,2','3,5,2,3','3,5,2,4','3,5,2,5','3,5,2,6','3,5,2,7','3,5,2,8','3,5,2,9','3,5,2,10','3,5,2,11','3,5,2,12','3,5,2,13','3,5,2,14','3,5,2,15','3,5,2,16','3,5,2,17','3,5,2,18','3,5,3,1','3,5,3,2','3,5,3,3','3,5,3,4','3,5,3,5','3,5,3,6','3,5,3,7','3,5,3,8','3,5,3,9','3,5,3,10','3,5,3,11','3,5,3,12','3,5,3,13','3,5,3,14','3,5,3,15','3,5,3,16','3,5,3,17','3,5,3,18','3,5,4,1','3,5,4,2','3,5,4,3','3,5,4,4','3,5,4,5','3,5,4,6','3,5,4,7','3,5,4,8','3,5,4,9','3,5,4,10','3,5,4,11','3,5,4,12','3,5,4,13','3,5,4,14','3,5,4,15','3,5,4,16','3,5,4,17','3,5,4,18','3,5,5,1','3,5,5,2','3,5,5,3','3,5,5,4','3,5,5,5','3,5,5,6','3,5,5,7','3,5,5,8','3,5,5,9','3,5,5,10','3,5,5,11','3,5,5,12','3,5,5,13','3,5,5,14','3,5,5,15','3,5,5,16','3,5,5,17','3,5,5,18','3,5,6,1','3,5,6,2','3,5,6,3','3,5,6,4','3,5,6,5','3,5,6,6','3,5,6,7','3,5,6,8','3,5,6,9','3,5,6,10','3,5,6,11','3,5,6,12','3,5,6,13','3,5,6,14','3,5,6,15','3,5,6,16','3,5,6,17','3,5,6,18','3,5,7,1','3,5,7,2','3,5,7,3','3,5,7,4','3,5,7,5','3,5,7,6','3,5,7,7','3,5,7,8','3,5,7,9','3,5,7,10','3,5,7,11','3,5,7,12','3,5,7,13','3,5,7,14','3,5,7,15','3,5,7,16','3,5,7,17','3,5,7,18','3,5,8,1','3,5,8,2','3,5,8,3','3,5,8,4','3,5,8,5','3,5,8,6','3,5,8,7','3,5,8,8','3,5,8,9','3,5,8,10','3,5,8,11','3,5,8,12','3,5,8,13','3,5,8,14','3,5,8,15','3,5,8,16','3,5,8,17','3,5,8,18','3,5,64221,1','3,5,64221,2','3,5,64221,3','3,5,64221,4','3,5,64221,5','3,5,64221,6','3,5,64221,7','3,5,64221,8','3,5,64221,9','3,5,64221,10','3,5,64221,11','3,5,64221,12','3,5,64221,13','3,5,64221,14','3,5,64221,15','3,5,64221,16','3,5,64221,17','3,5,64221,18','3,5,64222,1','3,5,64222,2','3,5,64222,3','3,5,64222,4','3,5,64222,5','3,5,64222,6','3,5,64222,7','3,5,64222,8','3,5,64222,9','3,5,64222,10','3,5,64222,11','3,5,64222,12','3,5,64222,13','3,5,64222,14','3,5,64222,15','3,5,64222,16','3,5,64222,17','3,5,64222,18','3,5,64223,1','3,5,64223,2','3,5,64223,3','3,5,64223,4','3,5,64223,5','3,5,64223,6','3,5,64223,7','3,5,64223,8','3,5,64223,9','3,5,64223,10','3,5,64223,11','3,5,64223,12','3,5,64223,13','3,5,64223,14','3,5,64223,15','3,5,64223,16','3,5,64223,17','3,5,64223,18','3,5,64224,1','3,5,64224,2','3,5,64224,3','3,5,64224,4','3,5,64224,5','3,5,64224,6','3,5,64224,7','3,5,64224,8','3,5,64224,9','3,5,64224,10','3,5,64224,11','3,5,64224,12','3,5,64224,13','3,5,64224,14','3,5,64224,15','3,5,64224,16','3,5,64224,17','3,5,64224,18','3,5,65001,1','3,5,65001,2','3,5,65001,3','3,5,65001,4','3,5,65001,5','3,5,65001,6','3,5,65001,7','3,5,65001,8','3,5,65001,9','3,5,65001,10','3,5,65001,11','3,5,65001,12','3,5,65001,13','3,5,65001,14','3,5,65001,15','3,5,65001,16','3,5,65001,17','3,5,65001,18','3,5,65002,1','3,5,65002,2','3,5,65002,3','3,5,65002,4','3,5,65002,5','3,5,65002,6','3,5,65002,7','3,5,65002,8','3,5,65002,9','3,5,65002,10','3,5,65002,11','3,5,65002,12','3,5,65002,13','3,5,65002,14','3,5,65002,15','3,5,65002,16','3,5,65002,17','3,5,65002,18','3,5,65003,1','3,5,65003,2','3,5,65003,3','3,5,65003,4','3,5,65003,5','3,5,65003,6','3,5,65003,7','3,5,65003,8','3,5,65003,9','3,5,65003,10','3,5,65003,11','3,5,65003,12','3,5,65003,13','3,5,65003,14','3,5,65003,15','3,5,65003,16','3,5,65003,17','3,5,65003,18','3,5,65004,1','3,5,65004,2','3,5,65004,3','3,5,65004,4','3,5,65004,5','3,5,65004,6','3,5,65004,7','3,5,65004,8','3,5,65004,9','3,5,65004,10','3,5,65004,11','3,5,65004,12','3,5,65004,13','3,5,65004,14','3,5,65004,15','3,5,65004,16','3,5,65004,17','3,5,65004,18','3,5,65005,1','3,5,65005,2','3,5,65005,3','3,5,65005,4','3,5,65005,5','3,5,65005,6','3,5,65005,7','3,5,65005,8','3,5,65005,9','3,5,65005,10','3,5,65005,11','3,5,65005,12','3,5,65005,13','3,5,65005,14','3,5,65005,15','3,5,65005,16','3,5,65005,17','3,5,65005,18','3,5,65006,1','3,5,65006,2','3,5,65006,3','3,5,65006,4','3,5,65006,5','3,5,65006,6','3,5,65006,7','3,5,65006,8','3,5,65006,9','3,5,65006,10','3,5,65006,11','3,5,65006,12','3,5,65006,13','3,5,65006,14','3,5,65006,15','3,5,65006,16','3,5,65006,17','3,5,65006,18','3,5,65007,1','3,5,65007,2','3,5,65007,3','3,5,65007,4','3,5,65007,5','3,5,65007,6','3,5,65007,7','3,5,65007,8','3,5,65007,9','3,5,65007,10','3,5,65007,11','3,5,65007,12','3,5,65007,13','3,5,65007,14','3,5,65007,15','3,5,65007,16','3,5,65007,17','3,5,65007,18','3,5,65008,1','3,5,65008,2','3,5,65008,3','3,5,65008,4','3,5,65008,5','3,5,65008,6','3,5,65008,7','3,5,65008,8','3,5,65008,9','3,5,65008,10','3,5,65008,11','3,5,65008,12','3,5,65008,13','3,5,65008,14','3,5,65008,15','3,5,65008,16','3,5,65008,17','3,5,65008,18','3,5,65009,1','3,5,65009,2','3,5,65009,3','3,5,65009,4','3,5,65009,5','3,5,65009,6','3,5,65009,7','3,5,65009,8','3,5,65009,9','3,5,65009,10','3,5,65009,11','3,5,65009,12','3,5,65009,13','3,5,65009,14','3,5,65009,15','3,5,65009,16','3,5,65009,17','3,5,65009,18','3,5,65010,1','3,5,65010,2','3,5,65010,3','3,5,65010,4','3,5,65010,5','3,5,65010,6','3,5,65010,7','3,5,65010,8','3,5,65010,9','3,5,65010,10','3,5,65010,11','3,5,65010,12','3,5,65010,13','3,5,65010,14','3,5,65010,15','3,5,65010,16','3,5,65010,17','3,5,65010,18','3,6,1,1','3,6,1,2','3,6,1,3','3,6,1,4','3,6,1,5','3,6,1,6','3,6,1,7','3,6,1,8','3,6,1,9','3,6,1,10','3,6,1,11','3,6,1,12','3,6,1,13','3,6,1,14','3,6,1,15','3,6,1,16','3,6,1,17','3,6,1,18','3,6,2,1','3,6,2,2','3,6,2,3','3,6,2,4','3,6,2,5','3,6,2,6','3,6,2,7','3,6,2,8','3,6,2,9','3,6,2,10','3,6,2,11','3,6,2,12','3,6,2,13','3,6,2,14','3,6,2,15','3,6,2,16','3,6,2,17','3,6,2,18','3,6,3,1','3,6,3,2','3,6,3,3','3,6,3,4','3,6,3,5','3,6,3,6','3,6,3,7','3,6,3,8','3,6,3,9','3,6,3,10','3,6,3,11','3,6,3,12','3,6,3,13','3,6,3,14','3,6,3,15','3,6,3,16','3,6,3,17','3,6,3,18','3,6,4,1','3,6,4,2','3,6,4,3','3,6,4,4','3,6,4,5','3,6,4,6','3,6,4,7','3,6,4,8','3,6,4,9','3,6,4,10','3,6,4,11','3,6,4,12','3,6,4,13','3,6,4,14','3,6,4,15','3,6,4,16','3,6,4,17','3,6,4,18','3,6,5,1','3,6,5,2','3,6,5,3','3,6,5,4','3,6,5,5','3,6,5,6','3,6,5,7','3,6,5,8','3,6,5,9','3,6,5,10','3,6,5,11','3,6,5,12','3,6,5,13','3,6,5,14','3,6,5,15','3,6,5,16','3,6,5,17','3,6,5,18','3,6,6,1','3,6,6,2','3,6,6,3','3,6,6,4','3,6,6,5','3,6,6,6','3,6,6,7','3,6,6,8','3,6,6,9','3,6,6,10','3,6,6,11','3,6,6,12','3,6,6,13','3,6,6,14','3,6,6,15','3,6,6,16','3,6,6,17','3,6,6,18','3,6,7,1','3,6,7,2','3,6,7,3','3,6,7,4','3,6,7,5','3,6,7,6','3,6,7,7','3,6,7,8','3,6,7,9','3,6,7,10','3,6,7,11','3,6,7,12','3,6,7,13','3,6,7,14','3,6,7,15','3,6,7,16','3,6,7,17','3,6,7,18','3,6,8,1','3,6,8,2','3,6,8,3','3,6,8,4','3,6,8,5','3,6,8,6','3,6,8,7','3,6,8,8','3,6,8,9','3,6,8,10','3,6,8,11','3,6,8,12','3,6,8,13','3,6,8,14','3,6,8,15','3,6,8,16','3,6,8,17','3,6,8,18','3,6,64221,1','3,6,64221,2','3,6,64221,3','3,6,64221,4','3,6,64221,5','3,6,64221,6','3,6,64221,7','3,6,64221,8','3,6,64221,9','3,6,64221,10','3,6,64221,11','3,6,64221,12','3,6,64221,13','3,6,64221,14','3,6,64221,15','3,6,64221,16','3,6,64221,17','3,6,64221,18','3,6,64222,1','3,6,64222,2','3,6,64222,3','3,6,64222,4','3,6,64222,5','3,6,64222,6','3,6,64222,7','3,6,64222,8','3,6,64222,9','3,6,64222,10','3,6,64222,11','3,6,64222,12','3,6,64222,13','3,6,64222,14','3,6,64222,15','3,6,64222,16','3,6,64222,17','3,6,64222,18','3,6,64223,1','3,6,64223,2','3,6,64223,3','3,6,64223,4','3,6,64223,5','3,6,64223,6','3,6,64223,7','3,6,64223,8','3,6,64223,9','3,6,64223,10','3,6,64223,11','3,6,64223,12','3,6,64223,13','3,6,64223,14','3,6,64223,15','3,6,64223,16','3,6,64223,17','3,6,64223,18','3,6,64224,1','3,6,64224,2','3,6,64224,3','3,6,64224,4','3,6,64224,5','3,6,64224,6','3,6,64224,7','3,6,64224,8','3,6,64224,9','3,6,64224,10','3,6,64224,11','3,6,64224,12','3,6,64224,13','3,6,64224,14','3,6,64224,15','3,6,64224,16','3,6,64224,17','3,6,64224,18','3,6,65001,1','3,6,65001,2','3,6,65001,3','3,6,65001,4','3,6,65001,5','3,6,65001,6','3,6,65001,7','3,6,65001,8','3,6,65001,9','3,6,65001,10','3,6,65001,11','3,6,65001,12','3,6,65001,13','3,6,65001,14','3,6,65001,15','3,6,65001,16','3,6,65001,17','3,6,65001,18','3,6,65002,1','3,6,65002,2','3,6,65002,3','3,6,65002,4','3,6,65002,5','3,6,65002,6','3,6,65002,7','3,6,65002,8','3,6,65002,9','3,6,65002,10','3,6,65002,11','3,6,65002,12','3,6,65002,13','3,6,65002,14','3,6,65002,15','3,6,65002,16','3,6,65002,17','3,6,65002,18','3,6,65003,1','3,6,65003,2','3,6,65003,3','3,6,65003,4','3,6,65003,5','3,6,65003,6','3,6,65003,7','3,6,65003,8','3,6,65003,9','3,6,65003,10','3,6,65003,11','3,6,65003,12','3,6,65003,13','3,6,65003,14','3,6,65003,15','3,6,65003,16','3,6,65003,17','3,6,65003,18','3,6,65004,1','3,6,65004,2','3,6,65004,3','3,6,65004,4','3,6,65004,5','3,6,65004,6','3,6,65004,7','3,6,65004,8','3,6,65004,9','3,6,65004,10','3,6,65004,11','3,6,65004,12','3,6,65004,13','3,6,65004,14','3,6,65004,15','3,6,65004,16','3,6,65004,17','3,6,65004,18','3,6,65005,1','3,6,65005,2','3,6,65005,3','3,6,65005,4','3,6,65005,5','3,6,65005,6','3,6,65005,7','3,6,65005,8','3,6,65005,9','3,6,65005,10','3,6,65005,11','3,6,65005,12','3,6,65005,13','3,6,65005,14','3,6,65005,15','3,6,65005,16','3,6,65005,17','3,6,65005,18','3,6,65006,1','3,6,65006,2','3,6,65006,3','3,6,65006,4','3,6,65006,5','3,6,65006,6','3,6,65006,7','3,6,65006,8','3,6,65006,9','3,6,65006,10','3,6,65006,11','3,6,65006,12','3,6,65006,13','3,6,65006,14','3,6,65006,15','3,6,65006,16','3,6,65006,17','3,6,65006,18','3,6,65007,1','3,6,65007,2','3,6,65007,3','3,6,65007,4','3,6,65007,5','3,6,65007,6','3,6,65007,7','3,6,65007,8','3,6,65007,9','3,6,65007,10','3,6,65007,11','3,6,65007,12','3,6,65007,13','3,6,65007,14','3,6,65007,15','3,6,65007,16','3,6,65007,17','3,6,65007,18','3,6,65008,1','3,6,65008,2','3,6,65008,3','3,6,65008,4','3,6,65008,5','3,6,65008,6','3,6,65008,7','3,6,65008,8','3,6,65008,9','3,6,65008,10','3,6,65008,11','3,6,65008,12','3,6,65008,13','3,6,65008,14','3,6,65008,15','3,6,65008,16','3,6,65008,17','3,6,65008,18','3,6,65009,1','3,6,65009,2','3,6,65009,3','3,6,65009,4','3,6,65009,5','3,6,65009,6','3,6,65009,7','3,6,65009,8','3,6,65009,9','3,6,65009,10','3,6,65009,11','3,6,65009,12','3,6,65009,13','3,6,65009,14','3,6,65009,15','3,6,65009,16','3,6,65009,17','3,6,65009,18','3,6,65010,1','3,6,65010,2','3,6,65010,3','3,6,65010,4','3,6,65010,5','3,6,65010,6','3,6,65010,7','3,6,65010,8','3,6,65010,9','3,6,65010,10','3,6,65010,11','3,6,65010,12','3,6,65010,13','3,6,65010,14','3,6,65010,15','3,6,65010,16','3,6,65010,17','3,6,65010,18','4,1,1,1','4,1,1,2','4,1,1,3','4,1,1,4','4,1,1,5','4,1,1,6','4,1,1,7','4,1,1,8','4,1,1,9','4,1,1,10','4,1,1,11','4,1,1,12','4,1,1,13','4,1,1,14','4,1,1,15','4,1,1,16','4,1,1,17','4,1,1,18','4,1,2,1','4,1,2,2','4,1,2,3','4,1,2,4','4,1,2,5','4,1,2,6','4,1,2,7','4,1,2,8','4,1,2,9','4,1,2,10','4,1,2,11','4,1,2,12','4,1,2,13','4,1,2,14','4,1,2,15','4,1,2,16','4,1,2,17','4,1,2,18','4,1,3,1','4,1,3,2','4,1,3,3','4,1,3,4','4,1,3,5','4,1,3,6','4,1,3,7','4,1,3,8','4,1,3,9','4,1,3,10','4,1,3,11','4,1,3,12','4,1,3,13','4,1,3,14','4,1,3,15','4,1,3,16','4,1,3,17','4,1,3,18','4,1,4,1','4,1,4,2','4,1,4,3','4,1,4,4','4,1,4,5','4,1,4,6','4,1,4,7','4,1,4,8','4,1,4,9','4,1,4,10','4,1,4,11','4,1,4,12','4,1,4,13','4,1,4,14','4,1,4,15','4,1,4,16','4,1,4,17','4,1,4,18','4,1,5,1','4,1,5,2','4,1,5,3','4,1,5,4','4,1,5,5','4,1,5,6','4,1,5,7','4,1,5,8','4,1,5,9','4,1,5,10','4,1,5,11','4,1,5,12','4,1,5,13','4,1,5,14','4,1,5,15','4,1,5,16','4,1,5,17','4,1,5,18','4,1,6,1','4,1,6,2','4,1,6,3','4,1,6,4','4,1,6,5','4,1,6,6','4,1,6,7','4,1,6,8','4,1,6,9','4,1,6,10','4,1,6,11','4,1,6,12','4,1,6,13','4,1,6,14','4,1,6,15','4,1,6,16','4,1,6,17','4,1,6,18','4,1,7,1','4,1,7,2','4,1,7,3','4,1,7,4','4,1,7,5','4,1,7,6','4,1,7,7','4,1,7,8','4,1,7,9','4,1,7,10','4,1,7,11','4,1,7,12','4,1,7,13','4,1,7,14','4,1,7,15','4,1,7,16','4,1,7,17','4,1,7,18','4,1,8,1','4,1,8,2','4,1,8,3','4,1,8,4','4,1,8,5','4,1,8,6','4,1,8,7','4,1,8,8','4,1,8,9','4,1,8,10','4,1,8,11','4,1,8,12','4,1,8,13','4,1,8,14','4,1,8,15','4,1,8,16','4,1,8,17','4,1,8,18','4,1,64221,1','4,1,64221,2','4,1,64221,3','4,1,64221,4','4,1,64221,5','4,1,64221,6','4,1,64221,7','4,1,64221,8','4,1,64221,9','4,1,64221,10','4,1,64221,11','4,1,64221,12','4,1,64221,13','4,1,64221,14','4,1,64221,15','4,1,64221,16','4,1,64221,17','4,1,64221,18','4,1,64222,1','4,1,64222,2','4,1,64222,3','4,1,64222,4','4,1,64222,5','4,1,64222,6','4,1,64222,7','4,1,64222,8','4,1,64222,9','4,1,64222,10','4,1,64222,11','4,1,64222,12','4,1,64222,13','4,1,64222,14','4,1,64222,15','4,1,64222,16','4,1,64222,17','4,1,64222,18','4,1,64223,1','4,1,64223,2','4,1,64223,3','4,1,64223,4','4,1,64223,5','4,1,64223,6','4,1,64223,7','4,1,64223,8','4,1,64223,9','4,1,64223,10','4,1,64223,11','4,1,64223,12','4,1,64223,13','4,1,64223,14','4,1,64223,15','4,1,64223,16','4,1,64223,17','4,1,64223,18','4,1,64224,1','4,1,64224,2','4,1,64224,3','4,1,64224,4','4,1,64224,5','4,1,64224,6','4,1,64224,7','4,1,64224,8','4,1,64224,9','4,1,64224,10','4,1,64224,11','4,1,64224,12','4,1,64224,13','4,1,64224,14','4,1,64224,15','4,1,64224,16','4,1,64224,17','4,1,64224,18','4,1,65001,1','4,1,65001,2','4,1,65001,3','4,1,65001,4','4,1,65001,5','4,1,65001,6','4,1,65001,7','4,1,65001,8','4,1,65001,9','4,1,65001,10','4,1,65001,11','4,1,65001,12','4,1,65001,13','4,1,65001,14','4,1,65001,15','4,1,65001,16','4,1,65001,17','4,1,65001,18','4,1,65002,1','4,1,65002,2','4,1,65002,3','4,1,65002,4','4,1,65002,5','4,1,65002,6','4,1,65002,7','4,1,65002,8','4,1,65002,9','4,1,65002,10','4,1,65002,11','4,1,65002,12','4,1,65002,13','4,1,65002,14','4,1,65002,15','4,1,65002,16','4,1,65002,17','4,1,65002,18','4,1,65003,1','4,1,65003,2','4,1,65003,3','4,1,65003,4','4,1,65003,5','4,1,65003,6','4,1,65003,7','4,1,65003,8','4,1,65003,9','4,1,65003,10','4,1,65003,11','4,1,65003,12','4,1,65003,13','4,1,65003,14','4,1,65003,15','4,1,65003,16','4,1,65003,17','4,1,65003,18','4,1,65004,1','4,1,65004,2','4,1,65004,3','4,1,65004,4','4,1,65004,5','4,1,65004,6','4,1,65004,7','4,1,65004,8','4,1,65004,9','4,1,65004,10','4,1,65004,11','4,1,65004,12','4,1,65004,13','4,1,65004,14','4,1,65004,15','4,1,65004,16','4,1,65004,17','4,1,65004,18','4,1,65005,1','4,1,65005,2','4,1,65005,3','4,1,65005,4','4,1,65005,5','4,1,65005,6','4,1,65005,7','4,1,65005,8','4,1,65005,9','4,1,65005,10','4,1,65005,11','4,1,65005,12','4,1,65005,13','4,1,65005,14','4,1,65005,15','4,1,65005,16','4,1,65005,17','4,1,65005,18','4,1,65006,1','4,1,65006,2','4,1,65006,3','4,1,65006,4','4,1,65006,5','4,1,65006,6','4,1,65006,7','4,1,65006,8','4,1,65006,9','4,1,65006,10','4,1,65006,11','4,1,65006,12','4,1,65006,13','4,1,65006,14','4,1,65006,15','4,1,65006,16','4,1,65006,17','4,1,65006,18','4,1,65007,1','4,1,65007,2','4,1,65007,3','4,1,65007,4','4,1,65007,5','4,1,65007,6','4,1,65007,7','4,1,65007,8','4,1,65007,9','4,1,65007,10','4,1,65007,11','4,1,65007,12','4,1,65007,13','4,1,65007,14','4,1,65007,15','4,1,65007,16','4,1,65007,17','4,1,65007,18','4,1,65008,1','4,1,65008,2','4,1,65008,3','4,1,65008,4','4,1,65008,5','4,1,65008,6','4,1,65008,7','4,1,65008,8','4,1,65008,9','4,1,65008,10','4,1,65008,11','4,1,65008,12','4,1,65008,13','4,1,65008,14','4,1,65008,15','4,1,65008,16','4,1,65008,17','4,1,65008,18','4,1,65009,1','4,1,65009,2','4,1,65009,3','4,1,65009,4','4,1,65009,5','4,1,65009,6','4,1,65009,7','4,1,65009,8','4,1,65009,9','4,1,65009,10','4,1,65009,11','4,1,65009,12','4,1,65009,13','4,1,65009,14','4,1,65009,15','4,1,65009,16','4,1,65009,17','4,1,65009,18','4,1,65010,1','4,1,65010,2','4,1,65010,3','4,1,65010,4','4,1,65010,5','4,1,65010,6','4,1,65010,7','4,1,65010,8','4,1,65010,9','4,1,65010,10','4,1,65010,11','4,1,65010,12','4,1,65010,13','4,1,65010,14','4,1,65010,15','4,1,65010,16','4,1,65010,17','4,1,65010,18','4,2,1,1','4,2,1,2','4,2,1,3','4,2,1,4','4,2,1,5','4,2,1,6','4,2,1,7','4,2,1,8','4,2,1,9','4,2,1,10','4,2,1,11','4,2,1,12','4,2,1,13','4,2,1,14','4,2,1,15','4,2,1,16','4,2,1,17','4,2,1,18','4,2,2,1','4,2,2,2','4,2,2,3','4,2,2,4','4,2,2,5','4,2,2,6','4,2,2,7','4,2,2,8','4,2,2,9','4,2,2,10','4,2,2,11','4,2,2,12','4,2,2,13','4,2,2,14','4,2,2,15','4,2,2,16','4,2,2,17','4,2,2,18','4,2,3,1','4,2,3,2','4,2,3,3','4,2,3,4','4,2,3,5','4,2,3,6','4,2,3,7','4,2,3,8','4,2,3,9','4,2,3,10','4,2,3,11','4,2,3,12','4,2,3,13','4,2,3,14','4,2,3,15','4,2,3,16','4,2,3,17','4,2,3,18','4,2,4,1','4,2,4,2','4,2,4,3','4,2,4,4','4,2,4,5','4,2,4,6','4,2,4,7','4,2,4,8','4,2,4,9','4,2,4,10','4,2,4,11','4,2,4,12','4,2,4,13','4,2,4,14','4,2,4,15','4,2,4,16','4,2,4,17','4,2,4,18','4,2,5,1','4,2,5,2','4,2,5,3','4,2,5,4','4,2,5,5','4,2,5,6','4,2,5,7','4,2,5,8','4,2,5,9','4,2,5,10','4,2,5,11','4,2,5,12','4,2,5,13','4,2,5,14','4,2,5,15','4,2,5,16','4,2,5,17','4,2,5,18','4,2,6,1','4,2,6,2','4,2,6,3','4,2,6,4','4,2,6,5','4,2,6,6','4,2,6,7','4,2,6,8','4,2,6,9','4,2,6,10','4,2,6,11','4,2,6,12','4,2,6,13','4,2,6,14','4,2,6,15','4,2,6,16','4,2,6,17','4,2,6,18','4,2,7,1','4,2,7,2','4,2,7,3','4,2,7,4','4,2,7,5','4,2,7,6','4,2,7,7','4,2,7,8','4,2,7,9','4,2,7,10','4,2,7,11','4,2,7,12','4,2,7,13','4,2,7,14','4,2,7,15','4,2,7,16','4,2,7,17','4,2,7,18','4,2,8,1','4,2,8,2','4,2,8,3','4,2,8,4','4,2,8,5','4,2,8,6','4,2,8,7','4,2,8,8','4,2,8,9','4,2,8,10','4,2,8,11','4,2,8,12','4,2,8,13','4,2,8,14','4,2,8,15','4,2,8,16','4,2,8,17','4,2,8,18','4,2,64221,1','4,2,64221,2','4,2,64221,3','4,2,64221,4','4,2,64221,5','4,2,64221,6','4,2,64221,7','4,2,64221,8','4,2,64221,9','4,2,64221,10','4,2,64221,11','4,2,64221,12','4,2,64221,13','4,2,64221,14','4,2,64221,15','4,2,64221,16','4,2,64221,17','4,2,64221,18','4,2,64222,1','4,2,64222,2','4,2,64222,3','4,2,64222,4','4,2,64222,5','4,2,64222,6','4,2,64222,7','4,2,64222,8','4,2,64222,9','4,2,64222,10','4,2,64222,11','4,2,64222,12','4,2,64222,13','4,2,64222,14','4,2,64222,15','4,2,64222,16','4,2,64222,17','4,2,64222,18','4,2,64223,1','4,2,64223,2','4,2,64223,3','4,2,64223,4','4,2,64223,5','4,2,64223,6','4,2,64223,7','4,2,64223,8','4,2,64223,9','4,2,64223,10','4,2,64223,11','4,2,64223,12','4,2,64223,13','4,2,64223,14','4,2,64223,15','4,2,64223,16','4,2,64223,17','4,2,64223,18','4,2,64224,1','4,2,64224,2','4,2,64224,3','4,2,64224,4','4,2,64224,5','4,2,64224,6','4,2,64224,7','4,2,64224,8','4,2,64224,9','4,2,64224,10','4,2,64224,11','4,2,64224,12','4,2,64224,13','4,2,64224,14','4,2,64224,15','4,2,64224,16','4,2,64224,17','4,2,64224,18','4,2,65001,1','4,2,65001,2','4,2,65001,3','4,2,65001,4','4,2,65001,5','4,2,65001,6','4,2,65001,7','4,2,65001,8','4,2,65001,9','4,2,65001,10','4,2,65001,11','4,2,65001,12','4,2,65001,13','4,2,65001,14','4,2,65001,15','4,2,65001,16','4,2,65001,17','4,2,65001,18','4,2,65002,1','4,2,65002,2','4,2,65002,3','4,2,65002,4','4,2,65002,5','4,2,65002,6','4,2,65002,7','4,2,65002,8','4,2,65002,9','4,2,65002,10','4,2,65002,11','4,2,65002,12','4,2,65002,13','4,2,65002,14','4,2,65002,15','4,2,65002,16','4,2,65002,17','4,2,65002,18','4,2,65003,1','4,2,65003,2','4,2,65003,3','4,2,65003,4','4,2,65003,5','4,2,65003,6','4,2,65003,7','4,2,65003,8','4,2,65003,9','4,2,65003,10','4,2,65003,11','4,2,65003,12','4,2,65003,13','4,2,65003,14','4,2,65003,15','4,2,65003,16','4,2,65003,17','4,2,65003,18','4,2,65004,1','4,2,65004,2','4,2,65004,3','4,2,65004,4','4,2,65004,5','4,2,65004,6','4,2,65004,7','4,2,65004,8','4,2,65004,9','4,2,65004,10','4,2,65004,11','4,2,65004,12','4,2,65004,13','4,2,65004,14','4,2,65004,15','4,2,65004,16','4,2,65004,17','4,2,65004,18','4,2,65005,1','4,2,65005,2','4,2,65005,3','4,2,65005,4','4,2,65005,5','4,2,65005,6','4,2,65005,7','4,2,65005,8','4,2,65005,9','4,2,65005,10','4,2,65005,11','4,2,65005,12','4,2,65005,13','4,2,65005,14','4,2,65005,15','4,2,65005,16','4,2,65005,17','4,2,65005,18','4,2,65006,1','4,2,65006,2','4,2,65006,3','4,2,65006,4','4,2,65006,5','4,2,65006,6','4,2,65006,7','4,2,65006,8','4,2,65006,9','4,2,65006,10','4,2,65006,11','4,2,65006,12','4,2,65006,13','4,2,65006,14','4,2,65006,15','4,2,65006,16','4,2,65006,17','4,2,65006,18','4,2,65007,1','4,2,65007,2','4,2,65007,3','4,2,65007,4','4,2,65007,5','4,2,65007,6','4,2,65007,7','4,2,65007,8','4,2,65007,9','4,2,65007,10','4,2,65007,11','4,2,65007,12','4,2,65007,13','4,2,65007,14','4,2,65007,15','4,2,65007,16','4,2,65007,17','4,2,65007,18','4,2,65008,1','4,2,65008,2','4,2,65008,3','4,2,65008,4','4,2,65008,5','4,2,65008,6','4,2,65008,7','4,2,65008,8','4,2,65008,9','4,2,65008,10','4,2,65008,11','4,2,65008,12','4,2,65008,13','4,2,65008,14','4,2,65008,15','4,2,65008,16','4,2,65008,17','4,2,65008,18','4,2,65009,1','4,2,65009,2','4,2,65009,3','4,2,65009,4','4,2,65009,5','4,2,65009,6','4,2,65009,7','4,2,65009,8','4,2,65009,9','4,2,65009,10','4,2,65009,11','4,2,65009,12','4,2,65009,13','4,2,65009,14','4,2,65009,15','4,2,65009,16','4,2,65009,17','4,2,65009,18','4,2,65010,1','4,2,65010,2','4,2,65010,3','4,2,65010,4','4,2,65010,5','4,2,65010,6','4,2,65010,7','4,2,65010,8','4,2,65010,9','4,2,65010,10','4,2,65010,11','4,2,65010,12','4,2,65010,13','4,2,65010,14','4,2,65010,15','4,2,65010,16','4,2,65010,17','4,2,65010,18','4,3,1,1','4,3,1,2','4,3,1,3','4,3,1,4','4,3,1,5','4,3,1,6','4,3,1,7','4,3,1,8','4,3,1,9','4,3,1,10','4,3,1,11','4,3,1,12','4,3,1,13','4,3,1,14','4,3,1,15','4,3,1,16','4,3,1,17','4,3,1,18','4,3,2,1','4,3,2,2','4,3,2,3','4,3,2,4','4,3,2,5','4,3,2,6','4,3,2,7','4,3,2,8','4,3,2,9','4,3,2,10','4,3,2,11','4,3,2,12','4,3,2,13','4,3,2,14','4,3,2,15','4,3,2,16','4,3,2,17','4,3,2,18','4,3,3,1','4,3,3,2','4,3,3,3','4,3,3,4','4,3,3,5','4,3,3,6','4,3,3,7','4,3,3,8','4,3,3,9','4,3,3,10','4,3,3,11','4,3,3,12','4,3,3,13','4,3,3,14','4,3,3,15','4,3,3,16','4,3,3,17','4,3,3,18','4,3,4,1','4,3,4,2','4,3,4,3','4,3,4,4','4,3,4,5','4,3,4,6','4,3,4,7','4,3,4,8','4,3,4,9','4,3,4,10','4,3,4,11','4,3,4,12','4,3,4,13','4,3,4,14','4,3,4,15','4,3,4,16','4,3,4,17','4,3,4,18','4,3,5,1','4,3,5,2','4,3,5,3','4,3,5,4','4,3,5,5','4,3,5,6','4,3,5,7','4,3,5,8','4,3,5,9','4,3,5,10','4,3,5,11','4,3,5,12','4,3,5,13','4,3,5,14','4,3,5,15','4,3,5,16','4,3,5,17','4,3,5,18','4,3,6,1','4,3,6,2','4,3,6,3','4,3,6,4','4,3,6,5','4,3,6,6','4,3,6,7','4,3,6,8','4,3,6,9','4,3,6,10','4,3,6,11','4,3,6,12','4,3,6,13','4,3,6,14','4,3,6,15','4,3,6,16','4,3,6,17','4,3,6,18','4,3,7,1','4,3,7,2','4,3,7,3','4,3,7,4','4,3,7,5','4,3,7,6','4,3,7,7','4,3,7,8','4,3,7,9','4,3,7,10','4,3,7,11','4,3,7,12','4,3,7,13','4,3,7,14','4,3,7,15','4,3,7,16','4,3,7,17','4,3,7,18','4,3,8,1','4,3,8,2','4,3,8,3','4,3,8,4','4,3,8,5','4,3,8,6','4,3,8,7','4,3,8,8','4,3,8,9','4,3,8,10','4,3,8,11','4,3,8,12','4,3,8,13','4,3,8,14','4,3,8,15','4,3,8,16','4,3,8,17','4,3,8,18','4,3,64221,1','4,3,64221,2','4,3,64221,3','4,3,64221,4','4,3,64221,5','4,3,64221,6','4,3,64221,7','4,3,64221,8','4,3,64221,9','4,3,64221,10','4,3,64221,11','4,3,64221,12','4,3,64221,13','4,3,64221,14','4,3,64221,15','4,3,64221,16','4,3,64221,17','4,3,64221,18','4,3,64222,1','4,3,64222,2','4,3,64222,3','4,3,64222,4','4,3,64222,5','4,3,64222,6','4,3,64222,7','4,3,64222,8','4,3,64222,9','4,3,64222,10','4,3,64222,11','4,3,64222,12','4,3,64222,13','4,3,64222,14','4,3,64222,15','4,3,64222,16','4,3,64222,17','4,3,64222,18','4,3,64223,1','4,3,64223,2','4,3,64223,3','4,3,64223,4','4,3,64223,5','4,3,64223,6','4,3,64223,7','4,3,64223,8','4,3,64223,9','4,3,64223,10','4,3,64223,11','4,3,64223,12','4,3,64223,13','4,3,64223,14','4,3,64223,15','4,3,64223,16','4,3,64223,17','4,3,64223,18','4,3,64224,1','4,3,64224,2','4,3,64224,3','4,3,64224,4','4,3,64224,5','4,3,64224,6','4,3,64224,7','4,3,64224,8','4,3,64224,9','4,3,64224,10','4,3,64224,11','4,3,64224,12','4,3,64224,13','4,3,64224,14','4,3,64224,15','4,3,64224,16','4,3,64224,17','4,3,64224,18','4,3,65001,1','4,3,65001,2','4,3,65001,3','4,3,65001,4','4,3,65001,5','4,3,65001,6','4,3,65001,7','4,3,65001,8','4,3,65001,9','4,3,65001,10','4,3,65001,11','4,3,65001,12','4,3,65001,13','4,3,65001,14','4,3,65001,15','4,3,65001,16','4,3,65001,17','4,3,65001,18','4,3,65002,1','4,3,65002,2','4,3,65002,3','4,3,65002,4','4,3,65002,5','4,3,65002,6','4,3,65002,7','4,3,65002,8','4,3,65002,9','4,3,65002,10','4,3,65002,11','4,3,65002,12','4,3,65002,13','4,3,65002,14','4,3,65002,15','4,3,65002,16','4,3,65002,17','4,3,65002,18','4,3,65003,1','4,3,65003,2','4,3,65003,3','4,3,65003,4','4,3,65003,5','4,3,65003,6','4,3,65003,7','4,3,65003,8','4,3,65003,9','4,3,65003,10','4,3,65003,11','4,3,65003,12','4,3,65003,13','4,3,65003,14','4,3,65003,15','4,3,65003,16','4,3,65003,17','4,3,65003,18','4,3,65004,1','4,3,65004,2','4,3,65004,3','4,3,65004,4','4,3,65004,5','4,3,65004,6','4,3,65004,7','4,3,65004,8','4,3,65004,9','4,3,65004,10','4,3,65004,11','4,3,65004,12','4,3,65004,13','4,3,65004,14','4,3,65004,15','4,3,65004,16','4,3,65004,17','4,3,65004,18','4,3,65005,1','4,3,65005,2','4,3,65005,3','4,3,65005,4','4,3,65005,5','4,3,65005,6','4,3,65005,7','4,3,65005,8','4,3,65005,9','4,3,65005,10','4,3,65005,11','4,3,65005,12','4,3,65005,13','4,3,65005,14','4,3,65005,15','4,3,65005,16','4,3,65005,17','4,3,65005,18','4,3,65006,1','4,3,65006,2','4,3,65006,3','4,3,65006,4','4,3,65006,5','4,3,65006,6','4,3,65006,7','4,3,65006,8','4,3,65006,9','4,3,65006,10','4,3,65006,11','4,3,65006,12','4,3,65006,13','4,3,65006,14','4,3,65006,15','4,3,65006,16','4,3,65006,17','4,3,65006,18','4,3,65007,1','4,3,65007,2','4,3,65007,3','4,3,65007,4','4,3,65007,5','4,3,65007,6','4,3,65007,7','4,3,65007,8','4,3,65007,9','4,3,65007,10','4,3,65007,11','4,3,65007,12','4,3,65007,13','4,3,65007,14','4,3,65007,15','4,3,65007,16','4,3,65007,17','4,3,65007,18','4,3,65008,1','4,3,65008,2','4,3,65008,3','4,3,65008,4','4,3,65008,5','4,3,65008,6','4,3,65008,7','4,3,65008,8','4,3,65008,9','4,3,65008,10','4,3,65008,11','4,3,65008,12','4,3,65008,13','4,3,65008,14','4,3,65008,15','4,3,65008,16','4,3,65008,17','4,3,65008,18','4,3,65009,1','4,3,65009,2','4,3,65009,3','4,3,65009,4','4,3,65009,5','4,3,65009,6','4,3,65009,7','4,3,65009,8','4,3,65009,9','4,3,65009,10','4,3,65009,11','4,3,65009,12','4,3,65009,13','4,3,65009,14','4,3,65009,15','4,3,65009,16','4,3,65009,17','4,3,65009,18','4,3,65010,1','4,3,65010,2','4,3,65010,3','4,3,65010,4','4,3,65010,5','4,3,65010,6','4,3,65010,7','4,3,65010,8','4,3,65010,9','4,3,65010,10','4,3,65010,11','4,3,65010,12','4,3,65010,13','4,3,65010,14','4,3,65010,15','4,3,65010,16','4,3,65010,17','4,3,65010,18','4,4,1,1','4,4,1,2','4,4,1,3','4,4,1,4','4,4,1,5','4,4,1,6','4,4,1,7','4,4,1,8','4,4,1,9','4,4,1,10','4,4,1,11','4,4,1,12','4,4,1,13','4,4,1,14','4,4,1,15','4,4,1,16','4,4,1,17','4,4,1,18','4,4,2,1','4,4,2,2','4,4,2,3','4,4,2,4','4,4,2,5','4,4,2,6','4,4,2,7','4,4,2,8','4,4,2,9','4,4,2,10','4,4,2,11','4,4,2,12','4,4,2,13','4,4,2,14','4,4,2,15','4,4,2,16','4,4,2,17','4,4,2,18','4,4,3,1','4,4,3,2','4,4,3,3','4,4,3,4','4,4,3,5','4,4,3,6','4,4,3,7','4,4,3,8','4,4,3,9','4,4,3,10','4,4,3,11','4,4,3,12','4,4,3,13','4,4,3,14','4,4,3,15','4,4,3,16','4,4,3,17','4,4,3,18','4,4,4,1','4,4,4,2','4,4,4,3','4,4,4,4','4,4,4,5','4,4,4,6','4,4,4,7','4,4,4,8','4,4,4,9','4,4,4,10','4,4,4,11','4,4,4,12','4,4,4,13','4,4,4,14','4,4,4,15','4,4,4,16','4,4,4,17','4,4,4,18','4,4,5,1','4,4,5,2','4,4,5,3','4,4,5,4','4,4,5,5','4,4,5,6','4,4,5,7','4,4,5,8','4,4,5,9','4,4,5,10','4,4,5,11','4,4,5,12','4,4,5,13','4,4,5,14','4,4,5,15','4,4,5,16','4,4,5,17','4,4,5,18','4,4,6,1','4,4,6,2','4,4,6,3','4,4,6,4','4,4,6,5','4,4,6,6','4,4,6,7','4,4,6,8','4,4,6,9','4,4,6,10','4,4,6,11','4,4,6,12','4,4,6,13','4,4,6,14','4,4,6,15','4,4,6,16','4,4,6,17','4,4,6,18','4,4,7,1','4,4,7,2','4,4,7,3','4,4,7,4','4,4,7,5','4,4,7,6','4,4,7,7','4,4,7,8','4,4,7,9','4,4,7,10','4,4,7,11','4,4,7,12','4,4,7,13','4,4,7,14','4,4,7,15','4,4,7,16','4,4,7,17','4,4,7,18','4,4,8,1','4,4,8,2','4,4,8,3','4,4,8,4','4,4,8,5','4,4,8,6','4,4,8,7','4,4,8,8','4,4,8,9','4,4,8,10','4,4,8,11','4,4,8,12','4,4,8,13','4,4,8,14','4,4,8,15','4,4,8,16','4,4,8,17','4,4,8,18','4,4,64221,1','4,4,64221,2','4,4,64221,3','4,4,64221,4','4,4,64221,5','4,4,64221,6','4,4,64221,7','4,4,64221,8','4,4,64221,9','4,4,64221,10','4,4,64221,11','4,4,64221,12','4,4,64221,13','4,4,64221,14','4,4,64221,15','4,4,64221,16','4,4,64221,17','4,4,64221,18','4,4,64222,1','4,4,64222,2','4,4,64222,3','4,4,64222,4','4,4,64222,5','4,4,64222,6','4,4,64222,7','4,4,64222,8','4,4,64222,9','4,4,64222,10','4,4,64222,11','4,4,64222,12','4,4,64222,13','4,4,64222,14','4,4,64222,15','4,4,64222,16','4,4,64222,17','4,4,64222,18','4,4,64223,1','4,4,64223,2','4,4,64223,3','4,4,64223,4','4,4,64223,5','4,4,64223,6','4,4,64223,7','4,4,64223,8','4,4,64223,9','4,4,64223,10','4,4,64223,11','4,4,64223,12','4,4,64223,13','4,4,64223,14','4,4,64223,15','4,4,64223,16','4,4,64223,17','4,4,64223,18','4,4,64224,1','4,4,64224,2','4,4,64224,3','4,4,64224,4','4,4,64224,5','4,4,64224,6','4,4,64224,7','4,4,64224,8','4,4,64224,9','4,4,64224,10','4,4,64224,11','4,4,64224,12','4,4,64224,13','4,4,64224,14','4,4,64224,15','4,4,64224,16','4,4,64224,17','4,4,64224,18','4,4,65001,1','4,4,65001,2','4,4,65001,3','4,4,65001,4','4,4,65001,5','4,4,65001,6','4,4,65001,7','4,4,65001,8','4,4,65001,9','4,4,65001,10','4,4,65001,11','4,4,65001,12','4,4,65001,13','4,4,65001,14','4,4,65001,15','4,4,65001,16','4,4,65001,17','4,4,65001,18','4,4,65002,1','4,4,65002,2','4,4,65002,3','4,4,65002,4','4,4,65002,5','4,4,65002,6','4,4,65002,7','4,4,65002,8','4,4,65002,9','4,4,65002,10','4,4,65002,11','4,4,65002,12','4,4,65002,13','4,4,65002,14','4,4,65002,15','4,4,65002,16','4,4,65002,17','4,4,65002,18','4,4,65003,1','4,4,65003,2','4,4,65003,3','4,4,65003,4','4,4,65003,5','4,4,65003,6','4,4,65003,7','4,4,65003,8','4,4,65003,9','4,4,65003,10','4,4,65003,11','4,4,65003,12','4,4,65003,13','4,4,65003,14','4,4,65003,15','4,4,65003,16','4,4,65003,17','4,4,65003,18','4,4,65004,1','4,4,65004,2','4,4,65004,3','4,4,65004,4','4,4,65004,5','4,4,65004,6','4,4,65004,7','4,4,65004,8','4,4,65004,9','4,4,65004,10','4,4,65004,11','4,4,65004,12','4,4,65004,13','4,4,65004,14','4,4,65004,15','4,4,65004,16','4,4,65004,17','4,4,65004,18','4,4,65005,1','4,4,65005,2','4,4,65005,3','4,4,65005,4','4,4,65005,5','4,4,65005,6','4,4,65005,7','4,4,65005,8','4,4,65005,9','4,4,65005,10','4,4,65005,11','4,4,65005,12','4,4,65005,13','4,4,65005,14','4,4,65005,15','4,4,65005,16','4,4,65005,17','4,4,65005,18','4,4,65006,1','4,4,65006,2','4,4,65006,3','4,4,65006,4','4,4,65006,5','4,4,65006,6','4,4,65006,7','4,4,65006,8','4,4,65006,9','4,4,65006,10','4,4,65006,11','4,4,65006,12','4,4,65006,13','4,4,65006,14','4,4,65006,15','4,4,65006,16','4,4,65006,17','4,4,65006,18','4,4,65007,1','4,4,65007,2','4,4,65007,3','4,4,65007,4','4,4,65007,5','4,4,65007,6','4,4,65007,7','4,4,65007,8','4,4,65007,9','4,4,65007,10','4,4,65007,11','4,4,65007,12','4,4,65007,13','4,4,65007,14','4,4,65007,15','4,4,65007,16','4,4,65007,17','4,4,65007,18','4,4,65008,1','4,4,65008,2','4,4,65008,3','4,4,65008,4','4,4,65008,5','4,4,65008,6','4,4,65008,7','4,4,65008,8','4,4,65008,9','4,4,65008,10','4,4,65008,11','4,4,65008,12','4,4,65008,13','4,4,65008,14','4,4,65008,15','4,4,65008,16','4,4,65008,17','4,4,65008,18','4,4,65009,1','4,4,65009,2','4,4,65009,3','4,4,65009,4','4,4,65009,5','4,4,65009,6','4,4,65009,7','4,4,65009,8','4,4,65009,9','4,4,65009,10','4,4,65009,11','4,4,65009,12','4,4,65009,13','4,4,65009,14','4,4,65009,15','4,4,65009,16','4,4,65009,17','4,4,65009,18','4,4,65010,1','4,4,65010,2','4,4,65010,3','4,4,65010,4','4,4,65010,5','4,4,65010,6','4,4,65010,7','4,4,65010,8','4,4,65010,9','4,4,65010,10','4,4,65010,11','4,4,65010,12','4,4,65010,13','4,4,65010,14','4,4,65010,15','4,4,65010,16','4,4,65010,17','4,4,65010,18','4,5,1,1','4,5,1,2','4,5,1,3','4,5,1,4','4,5,1,5','4,5,1,6','4,5,1,7','4,5,1,8','4,5,1,9','4,5,1,10','4,5,1,11','4,5,1,12','4,5,1,13','4,5,1,14','4,5,1,15','4,5,1,16','4,5,1,17','4,5,1,18','4,5,2,1','4,5,2,2','4,5,2,3','4,5,2,4','4,5,2,5','4,5,2,6','4,5,2,7','4,5,2,8','4,5,2,9','4,5,2,10','4,5,2,11','4,5,2,12','4,5,2,13','4,5,2,14','4,5,2,15','4,5,2,16','4,5,2,17','4,5,2,18','4,5,3,1','4,5,3,2','4,5,3,3','4,5,3,4','4,5,3,5','4,5,3,6','4,5,3,7','4,5,3,8','4,5,3,9','4,5,3,10','4,5,3,11','4,5,3,12','4,5,3,13','4,5,3,14','4,5,3,15','4,5,3,16','4,5,3,17','4,5,3,18','4,5,4,1','4,5,4,2','4,5,4,3','4,5,4,4','4,5,4,5','4,5,4,6','4,5,4,7','4,5,4,8','4,5,4,9','4,5,4,10','4,5,4,11','4,5,4,12','4,5,4,13','4,5,4,14','4,5,4,15','4,5,4,16','4,5,4,17','4,5,4,18','4,5,5,1','4,5,5,2','4,5,5,3','4,5,5,4','4,5,5,5','4,5,5,6','4,5,5,7','4,5,5,8','4,5,5,9','4,5,5,10','4,5,5,11','4,5,5,12','4,5,5,13','4,5,5,14','4,5,5,15','4,5,5,16','4,5,5,17','4,5,5,18','4,5,6,1','4,5,6,2','4,5,6,3','4,5,6,4','4,5,6,5','4,5,6,6','4,5,6,7','4,5,6,8','4,5,6,9','4,5,6,10','4,5,6,11','4,5,6,12','4,5,6,13','4,5,6,14','4,5,6,15','4,5,6,16','4,5,6,17','4,5,6,18','4,5,7,1','4,5,7,2','4,5,7,3','4,5,7,4','4,5,7,5','4,5,7,6','4,5,7,7','4,5,7,8','4,5,7,9','4,5,7,10','4,5,7,11','4,5,7,12','4,5,7,13','4,5,7,14','4,5,7,15','4,5,7,16','4,5,7,17','4,5,7,18','4,5,8,1','4,5,8,2','4,5,8,3','4,5,8,4','4,5,8,5','4,5,8,6','4,5,8,7','4,5,8,8','4,5,8,9','4,5,8,10','4,5,8,11','4,5,8,12','4,5,8,13','4,5,8,14','4,5,8,15','4,5,8,16','4,5,8,17','4,5,8,18','4,5,64221,1','4,5,64221,2','4,5,64221,3','4,5,64221,4','4,5,64221,5','4,5,64221,6','4,5,64221,7','4,5,64221,8','4,5,64221,9','4,5,64221,10','4,5,64221,11','4,5,64221,12','4,5,64221,13','4,5,64221,14','4,5,64221,15','4,5,64221,16','4,5,64221,17','4,5,64221,18','4,5,64222,1','4,5,64222,2','4,5,64222,3','4,5,64222,4','4,5,64222,5','4,5,64222,6','4,5,64222,7','4,5,64222,8','4,5,64222,9','4,5,64222,10','4,5,64222,11','4,5,64222,12','4,5,64222,13','4,5,64222,14','4,5,64222,15','4,5,64222,16','4,5,64222,17','4,5,64222,18','4,5,64223,1','4,5,64223,2','4,5,64223,3','4,5,64223,4','4,5,64223,5','4,5,64223,6','4,5,64223,7','4,5,64223,8','4,5,64223,9','4,5,64223,10','4,5,64223,11','4,5,64223,12','4,5,64223,13','4,5,64223,14','4,5,64223,15','4,5,64223,16','4,5,64223,17','4,5,64223,18','4,5,64224,1','4,5,64224,2','4,5,64224,3','4,5,64224,4','4,5,64224,5','4,5,64224,6','4,5,64224,7','4,5,64224,8','4,5,64224,9','4,5,64224,10','4,5,64224,11','4,5,64224,12','4,5,64224,13','4,5,64224,14','4,5,64224,15','4,5,64224,16','4,5,64224,17','4,5,64224,18','4,5,65001,1','4,5,65001,2','4,5,65001,3','4,5,65001,4','4,5,65001,5','4,5,65001,6','4,5,65001,7','4,5,65001,8','4,5,65001,9','4,5,65001,10','4,5,65001,11','4,5,65001,12','4,5,65001,13','4,5,65001,14','4,5,65001,15','4,5,65001,16','4,5,65001,17','4,5,65001,18','4,5,65002,1','4,5,65002,2','4,5,65002,3','4,5,65002,4','4,5,65002,5','4,5,65002,6','4,5,65002,7','4,5,65002,8','4,5,65002,9','4,5,65002,10','4,5,65002,11','4,5,65002,12','4,5,65002,13','4,5,65002,14','4,5,65002,15','4,5,65002,16','4,5,65002,17','4,5,65002,18','4,5,65003,1','4,5,65003,2','4,5,65003,3','4,5,65003,4','4,5,65003,5','4,5,65003,6','4,5,65003,7','4,5,65003,8','4,5,65003,9','4,5,65003,10','4,5,65003,11','4,5,65003,12','4,5,65003,13','4,5,65003,14','4,5,65003,15','4,5,65003,16','4,5,65003,17','4,5,65003,18','4,5,65004,1','4,5,65004,2','4,5,65004,3','4,5,65004,4','4,5,65004,5','4,5,65004,6','4,5,65004,7','4,5,65004,8','4,5,65004,9','4,5,65004,10','4,5,65004,11','4,5,65004,12','4,5,65004,13','4,5,65004,14','4,5,65004,15','4,5,65004,16','4,5,65004,17','4,5,65004,18','4,5,65005,1','4,5,65005,2','4,5,65005,3','4,5,65005,4','4,5,65005,5','4,5,65005,6','4,5,65005,7','4,5,65005,8','4,5,65005,9','4,5,65005,10','4,5,65005,11','4,5,65005,12','4,5,65005,13','4,5,65005,14','4,5,65005,15','4,5,65005,16','4,5,65005,17','4,5,65005,18','4,5,65006,1','4,5,65006,2','4,5,65006,3','4,5,65006,4','4,5,65006,5','4,5,65006,6','4,5,65006,7','4,5,65006,8','4,5,65006,9','4,5,65006,10','4,5,65006,11','4,5,65006,12','4,5,65006,13','4,5,65006,14','4,5,65006,15','4,5,65006,16','4,5,65006,17','4,5,65006,18','4,5,65007,1','4,5,65007,2','4,5,65007,3','4,5,65007,4','4,5,65007,5','4,5,65007,6','4,5,65007,7','4,5,65007,8','4,5,65007,9','4,5,65007,10','4,5,65007,11','4,5,65007,12','4,5,65007,13','4,5,65007,14','4,5,65007,15','4,5,65007,16','4,5,65007,17','4,5,65007,18','4,5,65008,1','4,5,65008,2','4,5,65008,3','4,5,65008,4','4,5,65008,5','4,5,65008,6','4,5,65008,7','4,5,65008,8','4,5,65008,9','4,5,65008,10','4,5,65008,11','4,5,65008,12','4,5,65008,13','4,5,65008,14','4,5,65008,15','4,5,65008,16','4,5,65008,17','4,5,65008,18','4,5,65009,1','4,5,65009,2','4,5,65009,3','4,5,65009,4','4,5,65009,5','4,5,65009,6','4,5,65009,7','4,5,65009,8','4,5,65009,9','4,5,65009,10','4,5,65009,11','4,5,65009,12','4,5,65009,13','4,5,65009,14','4,5,65009,15','4,5,65009,16','4,5,65009,17','4,5,65009,18','4,5,65010,1','4,5,65010,2','4,5,65010,3','4,5,65010,4','4,5,65010,5','4,5,65010,6','4,5,65010,7','4,5,65010,8','4,5,65010,9','4,5,65010,10','4,5,65010,11','4,5,65010,12','4,5,65010,13','4,5,65010,14','4,5,65010,15','4,5,65010,16','4,5,65010,17','4,5,65010,18','4,6,1,1','4,6,1,2','4,6,1,3','4,6,1,4','4,6,1,5','4,6,1,6','4,6,1,7','4,6,1,8','4,6,1,9','4,6,1,10','4,6,1,11','4,6,1,12','4,6,1,13','4,6,1,14','4,6,1,15','4,6,1,16','4,6,1,17','4,6,1,18','4,6,2,1','4,6,2,2','4,6,2,3','4,6,2,4','4,6,2,5','4,6,2,6','4,6,2,7','4,6,2,8','4,6,2,9','4,6,2,10','4,6,2,11','4,6,2,12','4,6,2,13','4,6,2,14','4,6,2,15','4,6,2,16','4,6,2,17','4,6,2,18','4,6,3,1','4,6,3,2','4,6,3,3','4,6,3,4','4,6,3,5','4,6,3,6','4,6,3,7','4,6,3,8','4,6,3,9','4,6,3,10','4,6,3,11','4,6,3,12','4,6,3,13','4,6,3,14','4,6,3,15','4,6,3,16','4,6,3,17','4,6,3,18','4,6,4,1','4,6,4,2','4,6,4,3','4,6,4,4','4,6,4,5','4,6,4,6','4,6,4,7','4,6,4,8','4,6,4,9','4,6,4,10','4,6,4,11','4,6,4,12','4,6,4,13','4,6,4,14','4,6,4,15','4,6,4,16','4,6,4,17','4,6,4,18','4,6,5,1','4,6,5,2','4,6,5,3','4,6,5,4','4,6,5,5','4,6,5,6','4,6,5,7','4,6,5,8','4,6,5,9','4,6,5,10','4,6,5,11','4,6,5,12','4,6,5,13','4,6,5,14','4,6,5,15','4,6,5,16','4,6,5,17','4,6,5,18','4,6,6,1','4,6,6,2','4,6,6,3','4,6,6,4','4,6,6,5','4,6,6,6','4,6,6,7','4,6,6,8','4,6,6,9','4,6,6,10','4,6,6,11','4,6,6,12','4,6,6,13','4,6,6,14','4,6,6,15','4,6,6,16','4,6,6,17','4,6,6,18','4,6,7,1','4,6,7,2','4,6,7,3','4,6,7,4','4,6,7,5','4,6,7,6','4,6,7,7','4,6,7,8','4,6,7,9','4,6,7,10','4,6,7,11','4,6,7,12','4,6,7,13','4,6,7,14','4,6,7,15','4,6,7,16','4,6,7,17','4,6,7,18','4,6,8,1','4,6,8,2','4,6,8,3','4,6,8,4','4,6,8,5','4,6,8,6','4,6,8,7','4,6,8,8','4,6,8,9','4,6,8,10','4,6,8,11','4,6,8,12','4,6,8,13','4,6,8,14','4,6,8,15','4,6,8,16','4,6,8,17','4,6,8,18','4,6,64221,1','4,6,64221,2','4,6,64221,3','4,6,64221,4','4,6,64221,5','4,6,64221,6','4,6,64221,7','4,6,64221,8','4,6,64221,9','4,6,64221,10','4,6,64221,11','4,6,64221,12','4,6,64221,13','4,6,64221,14','4,6,64221,15','4,6,64221,16','4,6,64221,17','4,6,64221,18','4,6,64222,1','4,6,64222,2','4,6,64222,3','4,6,64222,4','4,6,64222,5','4,6,64222,6','4,6,64222,7','4,6,64222,8','4,6,64222,9','4,6,64222,10','4,6,64222,11','4,6,64222,12','4,6,64222,13','4,6,64222,14','4,6,64222,15','4,6,64222,16','4,6,64222,17','4,6,64222,18','4,6,64223,1','4,6,64223,2','4,6,64223,3','4,6,64223,4','4,6,64223,5','4,6,64223,6','4,6,64223,7','4,6,64223,8','4,6,64223,9','4,6,64223,10','4,6,64223,11','4,6,64223,12','4,6,64223,13','4,6,64223,14','4,6,64223,15','4,6,64223,16','4,6,64223,17','4,6,64223,18','4,6,64224,1','4,6,64224,2','4,6,64224,3','4,6,64224,4','4,6,64224,5','4,6,64224,6','4,6,64224,7','4,6,64224,8','4,6,64224,9','4,6,64224,10','4,6,64224,11','4,6,64224,12','4,6,64224,13','4,6,64224,14','4,6,64224,15','4,6,64224,16','4,6,64224,17','4,6,64224,18','4,6,65001,1','4,6,65001,2','4,6,65001,3','4,6,65001,4','4,6,65001,5','4,6,65001,6','4,6,65001,7','4,6,65001,8','4,6,65001,9','4,6,65001,10','4,6,65001,11','4,6,65001,12','4,6,65001,13','4,6,65001,14','4,6,65001,15','4,6,65001,16','4,6,65001,17','4,6,65001,18','4,6,65002,1','4,6,65002,2','4,6,65002,3','4,6,65002,4','4,6,65002,5','4,6,65002,6','4,6,65002,7','4,6,65002,8','4,6,65002,9','4,6,65002,10','4,6,65002,11','4,6,65002,12','4,6,65002,13','4,6,65002,14','4,6,65002,15','4,6,65002,16','4,6,65002,17','4,6,65002,18','4,6,65003,1','4,6,65003,2','4,6,65003,3','4,6,65003,4','4,6,65003,5','4,6,65003,6','4,6,65003,7','4,6,65003,8','4,6,65003,9','4,6,65003,10','4,6,65003,11','4,6,65003,12','4,6,65003,13','4,6,65003,14','4,6,65003,15','4,6,65003,16','4,6,65003,17','4,6,65003,18','4,6,65004,1','4,6,65004,2','4,6,65004,3','4,6,65004,4','4,6,65004,5','4,6,65004,6','4,6,65004,7','4,6,65004,8','4,6,65004,9','4,6,65004,10','4,6,65004,11','4,6,65004,12','4,6,65004,13','4,6,65004,14','4,6,65004,15','4,6,65004,16','4,6,65004,17','4,6,65004,18','4,6,65005,1','4,6,65005,2','4,6,65005,3','4,6,65005,4','4,6,65005,5','4,6,65005,6','4,6,65005,7','4,6,65005,8','4,6,65005,9','4,6,65005,10','4,6,65005,11','4,6,65005,12','4,6,65005,13','4,6,65005,14','4,6,65005,15','4,6,65005,16','4,6,65005,17','4,6,65005,18','4,6,65006,1','4,6,65006,2','4,6,65006,3','4,6,65006,4','4,6,65006,5','4,6,65006,6','4,6,65006,7','4,6,65006,8','4,6,65006,9','4,6,65006,10','4,6,65006,11','4,6,65006,12','4,6,65006,13','4,6,65006,14','4,6,65006,15','4,6,65006,16','4,6,65006,17','4,6,65006,18','4,6,65007,1','4,6,65007,2','4,6,65007,3','4,6,65007,4','4,6,65007,5','4,6,65007,6','4,6,65007,7','4,6,65007,8','4,6,65007,9','4,6,65007,10','4,6,65007,11','4,6,65007,12','4,6,65007,13','4,6,65007,14','4,6,65007,15','4,6,65007,16','4,6,65007,17','4,6,65007,18','4,6,65008,1','4,6,65008,2','4,6,65008,3','4,6,65008,4','4,6,65008,5','4,6,65008,6','4,6,65008,7','4,6,65008,8','4,6,65008,9','4,6,65008,10','4,6,65008,11','4,6,65008,12','4,6,65008,13','4,6,65008,14','4,6,65008,15','4,6,65008,16','4,6,65008,17','4,6,65008,18','4,6,65009,1','4,6,65009,2','4,6,65009,3','4,6,65009,4','4,6,65009,5','4,6,65009,6','4,6,65009,7','4,6,65009,8','4,6,65009,9','4,6,65009,10','4,6,65009,11','4,6,65009,12','4,6,65009,13','4,6,65009,14','4,6,65009,15','4,6,65009,16','4,6,65009,17','4,6,65009,18','4,6,65010,1','4,6,65010,2','4,6,65010,3','4,6,65010,4','4,6,65010,5','4,6,65010,6','4,6,65010,7','4,6,65010,8','4,6,65010,9','4,6,65010,10','4,6,65010,11','4,6,65010,12','4,6,65010,13','4,6,65010,14','4,6,65010,15','4,6,65010,16','4,6,65010,17','4,6,65010,18','5,1,1,1','5,1,1,2','5,1,1,3','5,1,1,4','5,1,1,5','5,1,1,6','5,1,1,7','5,1,1,8','5,1,1,9','5,1,1,10','5,1,1,11','5,1,1,12','5,1,1,13','5,1,1,14','5,1,1,15','5,1,1,16','5,1,1,17','5,1,1,18','5,1,2,1','5,1,2,2','5,1,2,3','5,1,2,4','5,1,2,5','5,1,2,6','5,1,2,7','5,1,2,8','5,1,2,9','5,1,2,10','5,1,2,11','5,1,2,12','5,1,2,13','5,1,2,14','5,1,2,15','5,1,2,16','5,1,2,17','5,1,2,18','5,1,3,1','5,1,3,2','5,1,3,3','5,1,3,4','5,1,3,5','5,1,3,6','5,1,3,7','5,1,3,8','5,1,3,9','5,1,3,10','5,1,3,11','5,1,3,12','5,1,3,13','5,1,3,14','5,1,3,15','5,1,3,16','5,1,3,17','5,1,3,18','5,1,4,1','5,1,4,2','5,1,4,3','5,1,4,4','5,1,4,5','5,1,4,6','5,1,4,7','5,1,4,8','5,1,4,9','5,1,4,10','5,1,4,11','5,1,4,12','5,1,4,13','5,1,4,14','5,1,4,15','5,1,4,16','5,1,4,17','5,1,4,18','5,1,5,1','5,1,5,2','5,1,5,3','5,1,5,4','5,1,5,5','5,1,5,6','5,1,5,7','5,1,5,8','5,1,5,9','5,1,5,10','5,1,5,11','5,1,5,12','5,1,5,13','5,1,5,14','5,1,5,15','5,1,5,16','5,1,5,17','5,1,5,18','5,1,6,1','5,1,6,2','5,1,6,3','5,1,6,4','5,1,6,5','5,1,6,6','5,1,6,7','5,1,6,8','5,1,6,9','5,1,6,10','5,1,6,11','5,1,6,12','5,1,6,13','5,1,6,14','5,1,6,15','5,1,6,16','5,1,6,17','5,1,6,18','5,1,7,1','5,1,7,2','5,1,7,3','5,1,7,4','5,1,7,5','5,1,7,6','5,1,7,7','5,1,7,8','5,1,7,9','5,1,7,10','5,1,7,11','5,1,7,12','5,1,7,13','5,1,7,14','5,1,7,15','5,1,7,16','5,1,7,17','5,1,7,18','5,1,8,1','5,1,8,2','5,1,8,3','5,1,8,4','5,1,8,5','5,1,8,6','5,1,8,7','5,1,8,8','5,1,8,9','5,1,8,10','5,1,8,11','5,1,8,12','5,1,8,13','5,1,8,14','5,1,8,15','5,1,8,16','5,1,8,17','5,1,8,18','5,1,64221,1','5,1,64221,2','5,1,64221,3','5,1,64221,4','5,1,64221,5','5,1,64221,6','5,1,64221,7','5,1,64221,8','5,1,64221,9','5,1,64221,10','5,1,64221,11','5,1,64221,12','5,1,64221,13','5,1,64221,14','5,1,64221,15','5,1,64221,16','5,1,64221,17','5,1,64221,18','5,1,64222,1','5,1,64222,2','5,1,64222,3','5,1,64222,4','5,1,64222,5','5,1,64222,6','5,1,64222,7','5,1,64222,8','5,1,64222,9','5,1,64222,10','5,1,64222,11','5,1,64222,12','5,1,64222,13','5,1,64222,14','5,1,64222,15','5,1,64222,16','5,1,64222,17','5,1,64222,18','5,1,64223,1','5,1,64223,2','5,1,64223,3','5,1,64223,4','5,1,64223,5','5,1,64223,6','5,1,64223,7','5,1,64223,8','5,1,64223,9','5,1,64223,10','5,1,64223,11','5,1,64223,12','5,1,64223,13','5,1,64223,14','5,1,64223,15','5,1,64223,16','5,1,64223,17','5,1,64223,18','5,1,64224,1','5,1,64224,2','5,1,64224,3','5,1,64224,4','5,1,64224,5','5,1,64224,6','5,1,64224,7','5,1,64224,8','5,1,64224,9','5,1,64224,10','5,1,64224,11','5,1,64224,12','5,1,64224,13','5,1,64224,14','5,1,64224,15','5,1,64224,16','5,1,64224,17','5,1,64224,18','5,1,65001,1','5,1,65001,2','5,1,65001,3','5,1,65001,4','5,1,65001,5','5,1,65001,6','5,1,65001,7','5,1,65001,8','5,1,65001,9','5,1,65001,10','5,1,65001,11','5,1,65001,12','5,1,65001,13','5,1,65001,14','5,1,65001,15','5,1,65001,16','5,1,65001,17','5,1,65001,18','5,1,65002,1','5,1,65002,2','5,1,65002,3','5,1,65002,4','5,1,65002,5','5,1,65002,6','5,1,65002,7','5,1,65002,8','5,1,65002,9','5,1,65002,10','5,1,65002,11','5,1,65002,12','5,1,65002,13','5,1,65002,14','5,1,65002,15','5,1,65002,16','5,1,65002,17','5,1,65002,18','5,1,65003,1','5,1,65003,2','5,1,65003,3','5,1,65003,4','5,1,65003,5','5,1,65003,6','5,1,65003,7','5,1,65003,8','5,1,65003,9','5,1,65003,10','5,1,65003,11','5,1,65003,12','5,1,65003,13','5,1,65003,14','5,1,65003,15','5,1,65003,16','5,1,65003,17','5,1,65003,18','5,1,65004,1','5,1,65004,2','5,1,65004,3','5,1,65004,4','5,1,65004,5','5,1,65004,6','5,1,65004,7','5,1,65004,8','5,1,65004,9','5,1,65004,10','5,1,65004,11','5,1,65004,12','5,1,65004,13','5,1,65004,14','5,1,65004,15','5,1,65004,16','5,1,65004,17','5,1,65004,18','5,1,65005,1','5,1,65005,2','5,1,65005,3','5,1,65005,4','5,1,65005,5','5,1,65005,6','5,1,65005,7','5,1,65005,8','5,1,65005,9','5,1,65005,10','5,1,65005,11','5,1,65005,12','5,1,65005,13','5,1,65005,14','5,1,65005,15','5,1,65005,16','5,1,65005,17','5,1,65005,18','5,1,65006,1','5,1,65006,2','5,1,65006,3','5,1,65006,4','5,1,65006,5','5,1,65006,6','5,1,65006,7','5,1,65006,8','5,1,65006,9','5,1,65006,10','5,1,65006,11','5,1,65006,12','5,1,65006,13','5,1,65006,14','5,1,65006,15','5,1,65006,16','5,1,65006,17','5,1,65006,18','5,1,65007,1','5,1,65007,2','5,1,65007,3','5,1,65007,4','5,1,65007,5','5,1,65007,6','5,1,65007,7','5,1,65007,8','5,1,65007,9','5,1,65007,10','5,1,65007,11','5,1,65007,12','5,1,65007,13','5,1,65007,14','5,1,65007,15','5,1,65007,16','5,1,65007,17','5,1,65007,18','5,1,65008,1','5,1,65008,2','5,1,65008,3','5,1,65008,4','5,1,65008,5','5,1,65008,6','5,1,65008,7','5,1,65008,8','5,1,65008,9','5,1,65008,10','5,1,65008,11','5,1,65008,12','5,1,65008,13','5,1,65008,14','5,1,65008,15','5,1,65008,16','5,1,65008,17','5,1,65008,18','5,1,65009,1','5,1,65009,2','5,1,65009,3','5,1,65009,4','5,1,65009,5','5,1,65009,6','5,1,65009,7','5,1,65009,8','5,1,65009,9','5,1,65009,10','5,1,65009,11','5,1,65009,12','5,1,65009,13','5,1,65009,14','5,1,65009,15','5,1,65009,16','5,1,65009,17','5,1,65009,18','5,1,65010,1','5,1,65010,2','5,1,65010,3','5,1,65010,4','5,1,65010,5','5,1,65010,6','5,1,65010,7','5,1,65010,8','5,1,65010,9','5,1,65010,10','5,1,65010,11','5,1,65010,12','5,1,65010,13','5,1,65010,14','5,1,65010,15','5,1,65010,16','5,1,65010,17','5,1,65010,18','5,2,1,1','5,2,1,2','5,2,1,3','5,2,1,4','5,2,1,5','5,2,1,6','5,2,1,7','5,2,1,8','5,2,1,9','5,2,1,10','5,2,1,11','5,2,1,12','5,2,1,13','5,2,1,14','5,2,1,15','5,2,1,16','5,2,1,17','5,2,1,18','5,2,2,1','5,2,2,2','5,2,2,3','5,2,2,4','5,2,2,5','5,2,2,6','5,2,2,7','5,2,2,8','5,2,2,9','5,2,2,10','5,2,2,11','5,2,2,12','5,2,2,13','5,2,2,14','5,2,2,15','5,2,2,16','5,2,2,17','5,2,2,18','5,2,3,1','5,2,3,2','5,2,3,3','5,2,3,4','5,2,3,5','5,2,3,6','5,2,3,7','5,2,3,8','5,2,3,9','5,2,3,10','5,2,3,11','5,2,3,12','5,2,3,13','5,2,3,14','5,2,3,15','5,2,3,16','5,2,3,17','5,2,3,18','5,2,4,1','5,2,4,2','5,2,4,3','5,2,4,4','5,2,4,5','5,2,4,6','5,2,4,7','5,2,4,8','5,2,4,9','5,2,4,10','5,2,4,11','5,2,4,12','5,2,4,13','5,2,4,14','5,2,4,15','5,2,4,16','5,2,4,17','5,2,4,18','5,2,5,1','5,2,5,2','5,2,5,3','5,2,5,4','5,2,5,5','5,2,5,6','5,2,5,7','5,2,5,8','5,2,5,9','5,2,5,10','5,2,5,11','5,2,5,12','5,2,5,13','5,2,5,14','5,2,5,15','5,2,5,16','5,2,5,17','5,2,5,18','5,2,6,1','5,2,6,2','5,2,6,3','5,2,6,4','5,2,6,5','5,2,6,6','5,2,6,7','5,2,6,8','5,2,6,9','5,2,6,10','5,2,6,11','5,2,6,12','5,2,6,13','5,2,6,14','5,2,6,15','5,2,6,16','5,2,6,17','5,2,6,18','5,2,7,1','5,2,7,2','5,2,7,3','5,2,7,4','5,2,7,5','5,2,7,6','5,2,7,7','5,2,7,8','5,2,7,9','5,2,7,10','5,2,7,11','5,2,7,12','5,2,7,13','5,2,7,14','5,2,7,15','5,2,7,16','5,2,7,17','5,2,7,18','5,2,8,1','5,2,8,2','5,2,8,3','5,2,8,4','5,2,8,5','5,2,8,6','5,2,8,7','5,2,8,8','5,2,8,9','5,2,8,10','5,2,8,11','5,2,8,12','5,2,8,13','5,2,8,14','5,2,8,15','5,2,8,16','5,2,8,17','5,2,8,18','5,2,64221,1','5,2,64221,2','5,2,64221,3','5,2,64221,4','5,2,64221,5','5,2,64221,6','5,2,64221,7','5,2,64221,8','5,2,64221,9','5,2,64221,10','5,2,64221,11','5,2,64221,12','5,2,64221,13','5,2,64221,14','5,2,64221,15','5,2,64221,16','5,2,64221,17','5,2,64221,18','5,2,64222,1','5,2,64222,2','5,2,64222,3','5,2,64222,4','5,2,64222,5','5,2,64222,6','5,2,64222,7','5,2,64222,8','5,2,64222,9','5,2,64222,10','5,2,64222,11','5,2,64222,12','5,2,64222,13','5,2,64222,14','5,2,64222,15','5,2,64222,16','5,2,64222,17','5,2,64222,18','5,2,64223,1','5,2,64223,2','5,2,64223,3','5,2,64223,4','5,2,64223,5','5,2,64223,6','5,2,64223,7','5,2,64223,8','5,2,64223,9','5,2,64223,10','5,2,64223,11','5,2,64223,12','5,2,64223,13','5,2,64223,14','5,2,64223,15','5,2,64223,16','5,2,64223,17','5,2,64223,18','5,2,64224,1','5,2,64224,2','5,2,64224,3','5,2,64224,4','5,2,64224,5','5,2,64224,6','5,2,64224,7','5,2,64224,8','5,2,64224,9','5,2,64224,10','5,2,64224,11','5,2,64224,12','5,2,64224,13','5,2,64224,14','5,2,64224,15','5,2,64224,16','5,2,64224,17','5,2,64224,18','5,2,65001,1','5,2,65001,2','5,2,65001,3','5,2,65001,4','5,2,65001,5','5,2,65001,6','5,2,65001,7','5,2,65001,8','5,2,65001,9','5,2,65001,10','5,2,65001,11','5,2,65001,12','5,2,65001,13','5,2,65001,14','5,2,65001,15','5,2,65001,16','5,2,65001,17','5,2,65001,18','5,2,65002,1','5,2,65002,2','5,2,65002,3','5,2,65002,4','5,2,65002,5','5,2,65002,6','5,2,65002,7','5,2,65002,8','5,2,65002,9','5,2,65002,10','5,2,65002,11','5,2,65002,12','5,2,65002,13','5,2,65002,14','5,2,65002,15','5,2,65002,16','5,2,65002,17','5,2,65002,18','5,2,65003,1','5,2,65003,2','5,2,65003,3','5,2,65003,4','5,2,65003,5','5,2,65003,6','5,2,65003,7','5,2,65003,8','5,2,65003,9','5,2,65003,10','5,2,65003,11','5,2,65003,12','5,2,65003,13','5,2,65003,14','5,2,65003,15','5,2,65003,16','5,2,65003,17','5,2,65003,18','5,2,65004,1','5,2,65004,2','5,2,65004,3','5,2,65004,4','5,2,65004,5','5,2,65004,6','5,2,65004,7','5,2,65004,8','5,2,65004,9','5,2,65004,10','5,2,65004,11','5,2,65004,12','5,2,65004,13','5,2,65004,14','5,2,65004,15','5,2,65004,16','5,2,65004,17','5,2,65004,18','5,2,65005,1','5,2,65005,2','5,2,65005,3','5,2,65005,4','5,2,65005,5','5,2,65005,6','5,2,65005,7','5,2,65005,8','5,2,65005,9','5,2,65005,10','5,2,65005,11','5,2,65005,12','5,2,65005,13','5,2,65005,14','5,2,65005,15','5,2,65005,16','5,2,65005,17','5,2,65005,18','5,2,65006,1','5,2,65006,2','5,2,65006,3','5,2,65006,4','5,2,65006,5','5,2,65006,6','5,2,65006,7','5,2,65006,8','5,2,65006,9','5,2,65006,10','5,2,65006,11','5,2,65006,12','5,2,65006,13','5,2,65006,14','5,2,65006,15','5,2,65006,16','5,2,65006,17','5,2,65006,18','5,2,65007,1','5,2,65007,2','5,2,65007,3','5,2,65007,4','5,2,65007,5','5,2,65007,6','5,2,65007,7','5,2,65007,8','5,2,65007,9','5,2,65007,10','5,2,65007,11','5,2,65007,12','5,2,65007,13','5,2,65007,14','5,2,65007,15','5,2,65007,16','5,2,65007,17','5,2,65007,18','5,2,65008,1','5,2,65008,2','5,2,65008,3','5,2,65008,4','5,2,65008,5','5,2,65008,6','5,2,65008,7','5,2,65008,8','5,2,65008,9','5,2,65008,10','5,2,65008,11','5,2,65008,12','5,2,65008,13','5,2,65008,14','5,2,65008,15','5,2,65008,16','5,2,65008,17','5,2,65008,18','5,2,65009,1','5,2,65009,2','5,2,65009,3','5,2,65009,4','5,2,65009,5','5,2,65009,6','5,2,65009,7','5,2,65009,8','5,2,65009,9','5,2,65009,10','5,2,65009,11','5,2,65009,12','5,2,65009,13','5,2,65009,14','5,2,65009,15','5,2,65009,16','5,2,65009,17','5,2,65009,18','5,2,65010,1','5,2,65010,2','5,2,65010,3','5,2,65010,4','5,2,65010,5','5,2,65010,6','5,2,65010,7','5,2,65010,8','5,2,65010,9','5,2,65010,10','5,2,65010,11','5,2,65010,12','5,2,65010,13','5,2,65010,14','5,2,65010,15','5,2,65010,16','5,2,65010,17','5,2,65010,18','5,3,1,1','5,3,1,2','5,3,1,3','5,3,1,4','5,3,1,5','5,3,1,6','5,3,1,7','5,3,1,8','5,3,1,9','5,3,1,10','5,3,1,11','5,3,1,12','5,3,1,13','5,3,1,14','5,3,1,15','5,3,1,16','5,3,1,17','5,3,1,18','5,3,2,1','5,3,2,2','5,3,2,3','5,3,2,4','5,3,2,5','5,3,2,6','5,3,2,7','5,3,2,8','5,3,2,9','5,3,2,10','5,3,2,11','5,3,2,12','5,3,2,13','5,3,2,14','5,3,2,15','5,3,2,16','5,3,2,17','5,3,2,18','5,3,3,1','5,3,3,2','5,3,3,3','5,3,3,4','5,3,3,5','5,3,3,6','5,3,3,7','5,3,3,8','5,3,3,9','5,3,3,10','5,3,3,11','5,3,3,12','5,3,3,13','5,3,3,14','5,3,3,15','5,3,3,16','5,3,3,17','5,3,3,18','5,3,4,1','5,3,4,2','5,3,4,3','5,3,4,4','5,3,4,5','5,3,4,6','5,3,4,7','5,3,4,8','5,3,4,9','5,3,4,10','5,3,4,11','5,3,4,12','5,3,4,13','5,3,4,14','5,3,4,15','5,3,4,16','5,3,4,17','5,3,4,18','5,3,5,1','5,3,5,2','5,3,5,3','5,3,5,4','5,3,5,5','5,3,5,6','5,3,5,7','5,3,5,8','5,3,5,9','5,3,5,10','5,3,5,11','5,3,5,12','5,3,5,13','5,3,5,14','5,3,5,15','5,3,5,16','5,3,5,17','5,3,5,18','5,3,6,1','5,3,6,2','5,3,6,3','5,3,6,4','5,3,6,5','5,3,6,6','5,3,6,7','5,3,6,8','5,3,6,9','5,3,6,10','5,3,6,11','5,3,6,12','5,3,6,13','5,3,6,14','5,3,6,15','5,3,6,16','5,3,6,17','5,3,6,18','5,3,7,1','5,3,7,2','5,3,7,3','5,3,7,4','5,3,7,5','5,3,7,6','5,3,7,7','5,3,7,8','5,3,7,9','5,3,7,10','5,3,7,11','5,3,7,12','5,3,7,13','5,3,7,14','5,3,7,15','5,3,7,16','5,3,7,17','5,3,7,18','5,3,8,1','5,3,8,2','5,3,8,3','5,3,8,4','5,3,8,5','5,3,8,6','5,3,8,7','5,3,8,8','5,3,8,9','5,3,8,10','5,3,8,11','5,3,8,12','5,3,8,13','5,3,8,14','5,3,8,15','5,3,8,16','5,3,8,17','5,3,8,18','5,3,64221,1','5,3,64221,2','5,3,64221,3','5,3,64221,4','5,3,64221,5','5,3,64221,6','5,3,64221,7','5,3,64221,8','5,3,64221,9','5,3,64221,10','5,3,64221,11','5,3,64221,12','5,3,64221,13','5,3,64221,14','5,3,64221,15','5,3,64221,16','5,3,64221,17','5,3,64221,18','5,3,64222,1','5,3,64222,2','5,3,64222,3','5,3,64222,4','5,3,64222,5','5,3,64222,6','5,3,64222,7','5,3,64222,8','5,3,64222,9','5,3,64222,10','5,3,64222,11','5,3,64222,12','5,3,64222,13','5,3,64222,14','5,3,64222,15','5,3,64222,16','5,3,64222,17','5,3,64222,18','5,3,64223,1','5,3,64223,2','5,3,64223,3','5,3,64223,4','5,3,64223,5','5,3,64223,6','5,3,64223,7','5,3,64223,8','5,3,64223,9','5,3,64223,10','5,3,64223,11','5,3,64223,12','5,3,64223,13','5,3,64223,14','5,3,64223,15','5,3,64223,16','5,3,64223,17','5,3,64223,18','5,3,64224,1','5,3,64224,2','5,3,64224,3','5,3,64224,4','5,3,64224,5','5,3,64224,6','5,3,64224,7','5,3,64224,8','5,3,64224,9','5,3,64224,10','5,3,64224,11','5,3,64224,12','5,3,64224,13','5,3,64224,14','5,3,64224,15','5,3,64224,16','5,3,64224,17','5,3,64224,18','5,3,65001,1','5,3,65001,2','5,3,65001,3','5,3,65001,4','5,3,65001,5','5,3,65001,6','5,3,65001,7','5,3,65001,8','5,3,65001,9','5,3,65001,10','5,3,65001,11','5,3,65001,12','5,3,65001,13','5,3,65001,14','5,3,65001,15','5,3,65001,16','5,3,65001,17','5,3,65001,18','5,3,65002,1','5,3,65002,2','5,3,65002,3','5,3,65002,4','5,3,65002,5','5,3,65002,6','5,3,65002,7','5,3,65002,8','5,3,65002,9','5,3,65002,10','5,3,65002,11','5,3,65002,12','5,3,65002,13','5,3,65002,14','5,3,65002,15','5,3,65002,16','5,3,65002,17','5,3,65002,18','5,3,65003,1','5,3,65003,2','5,3,65003,3','5,3,65003,4','5,3,65003,5','5,3,65003,6','5,3,65003,7','5,3,65003,8','5,3,65003,9','5,3,65003,10','5,3,65003,11','5,3,65003,12','5,3,65003,13','5,3,65003,14','5,3,65003,15','5,3,65003,16','5,3,65003,17','5,3,65003,18','5,3,65004,1','5,3,65004,2','5,3,65004,3','5,3,65004,4','5,3,65004,5','5,3,65004,6','5,3,65004,7','5,3,65004,8','5,3,65004,9','5,3,65004,10','5,3,65004,11','5,3,65004,12','5,3,65004,13','5,3,65004,14','5,3,65004,15','5,3,65004,16','5,3,65004,17','5,3,65004,18','5,3,65005,1','5,3,65005,2','5,3,65005,3','5,3,65005,4','5,3,65005,5','5,3,65005,6','5,3,65005,7','5,3,65005,8','5,3,65005,9','5,3,65005,10','5,3,65005,11','5,3,65005,12','5,3,65005,13','5,3,65005,14','5,3,65005,15','5,3,65005,16','5,3,65005,17','5,3,65005,18','5,3,65006,1','5,3,65006,2','5,3,65006,3','5,3,65006,4','5,3,65006,5','5,3,65006,6','5,3,65006,7','5,3,65006,8','5,3,65006,9','5,3,65006,10','5,3,65006,11','5,3,65006,12','5,3,65006,13','5,3,65006,14','5,3,65006,15','5,3,65006,16','5,3,65006,17','5,3,65006,18','5,3,65007,1','5,3,65007,2','5,3,65007,3','5,3,65007,4','5,3,65007,5','5,3,65007,6','5,3,65007,7','5,3,65007,8','5,3,65007,9','5,3,65007,10','5,3,65007,11','5,3,65007,12','5,3,65007,13','5,3,65007,14','5,3,65007,15','5,3,65007,16','5,3,65007,17','5,3,65007,18','5,3,65008,1','5,3,65008,2','5,3,65008,3','5,3,65008,4','5,3,65008,5','5,3,65008,6','5,3,65008,7','5,3,65008,8','5,3,65008,9','5,3,65008,10','5,3,65008,11','5,3,65008,12','5,3,65008,13','5,3,65008,14','5,3,65008,15','5,3,65008,16','5,3,65008,17','5,3,65008,18','5,3,65009,1','5,3,65009,2','5,3,65009,3','5,3,65009,4','5,3,65009,5','5,3,65009,6','5,3,65009,7','5,3,65009,8','5,3,65009,9','5,3,65009,10','5,3,65009,11','5,3,65009,12','5,3,65009,13','5,3,65009,14','5,3,65009,15','5,3,65009,16','5,3,65009,17','5,3,65009,18','5,3,65010,1','5,3,65010,2','5,3,65010,3','5,3,65010,4','5,3,65010,5','5,3,65010,6','5,3,65010,7','5,3,65010,8','5,3,65010,9','5,3,65010,10','5,3,65010,11','5,3,65010,12','5,3,65010,13','5,3,65010,14','5,3,65010,15','5,3,65010,16','5,3,65010,17','5,3,65010,18','5,4,1,1','5,4,1,2','5,4,1,3','5,4,1,4','5,4,1,5','5,4,1,6','5,4,1,7','5,4,1,8','5,4,1,9','5,4,1,10','5,4,1,11','5,4,1,12','5,4,1,13','5,4,1,14','5,4,1,15','5,4,1,16','5,4,1,17','5,4,1,18','5,4,2,1','5,4,2,2','5,4,2,3','5,4,2,4','5,4,2,5','5,4,2,6','5,4,2,7','5,4,2,8','5,4,2,9','5,4,2,10','5,4,2,11','5,4,2,12','5,4,2,13','5,4,2,14','5,4,2,15','5,4,2,16','5,4,2,17','5,4,2,18','5,4,3,1','5,4,3,2','5,4,3,3','5,4,3,4','5,4,3,5','5,4,3,6','5,4,3,7','5,4,3,8','5,4,3,9','5,4,3,10','5,4,3,11','5,4,3,12','5,4,3,13','5,4,3,14','5,4,3,15','5,4,3,16','5,4,3,17','5,4,3,18','5,4,4,1','5,4,4,2','5,4,4,3','5,4,4,4','5,4,4,5','5,4,4,6','5,4,4,7','5,4,4,8','5,4,4,9','5,4,4,10','5,4,4,11','5,4,4,12','5,4,4,13','5,4,4,14','5,4,4,15','5,4,4,16','5,4,4,17','5,4,4,18','5,4,5,1','5,4,5,2','5,4,5,3','5,4,5,4','5,4,5,5','5,4,5,6','5,4,5,7','5,4,5,8','5,4,5,9','5,4,5,10','5,4,5,11','5,4,5,12','5,4,5,13','5,4,5,14','5,4,5,15','5,4,5,16','5,4,5,17','5,4,5,18','5,4,6,1','5,4,6,2','5,4,6,3','5,4,6,4','5,4,6,5','5,4,6,6','5,4,6,7','5,4,6,8','5,4,6,9','5,4,6,10','5,4,6,11','5,4,6,12','5,4,6,13','5,4,6,14','5,4,6,15','5,4,6,16','5,4,6,17','5,4,6,18','5,4,7,1','5,4,7,2','5,4,7,3','5,4,7,4','5,4,7,5','5,4,7,6','5,4,7,7','5,4,7,8','5,4,7,9','5,4,7,10','5,4,7,11','5,4,7,12','5,4,7,13','5,4,7,14','5,4,7,15','5,4,7,16','5,4,7,17','5,4,7,18','5,4,8,1','5,4,8,2','5,4,8,3','5,4,8,4','5,4,8,5','5,4,8,6','5,4,8,7','5,4,8,8','5,4,8,9','5,4,8,10','5,4,8,11','5,4,8,12','5,4,8,13','5,4,8,14','5,4,8,15','5,4,8,16','5,4,8,17','5,4,8,18','5,4,64221,1','5,4,64221,2','5,4,64221,3','5,4,64221,4','5,4,64221,5','5,4,64221,6','5,4,64221,7','5,4,64221,8','5,4,64221,9','5,4,64221,10','5,4,64221,11','5,4,64221,12','5,4,64221,13','5,4,64221,14','5,4,64221,15','5,4,64221,16','5,4,64221,17','5,4,64221,18','5,4,64222,1','5,4,64222,2','5,4,64222,3','5,4,64222,4','5,4,64222,5','5,4,64222,6','5,4,64222,7','5,4,64222,8','5,4,64222,9','5,4,64222,10','5,4,64222,11','5,4,64222,12','5,4,64222,13','5,4,64222,14','5,4,64222,15','5,4,64222,16','5,4,64222,17','5,4,64222,18','5,4,64223,1','5,4,64223,2','5,4,64223,3','5,4,64223,4','5,4,64223,5','5,4,64223,6','5,4,64223,7','5,4,64223,8','5,4,64223,9','5,4,64223,10','5,4,64223,11','5,4,64223,12','5,4,64223,13','5,4,64223,14','5,4,64223,15','5,4,64223,16','5,4,64223,17','5,4,64223,18','5,4,64224,1','5,4,64224,2','5,4,64224,3','5,4,64224,4','5,4,64224,5','5,4,64224,6','5,4,64224,7','5,4,64224,8','5,4,64224,9','5,4,64224,10','5,4,64224,11','5,4,64224,12','5,4,64224,13','5,4,64224,14','5,4,64224,15','5,4,64224,16','5,4,64224,17','5,4,64224,18','5,4,65001,1','5,4,65001,2','5,4,65001,3','5,4,65001,4','5,4,65001,5','5,4,65001,6','5,4,65001,7','5,4,65001,8','5,4,65001,9','5,4,65001,10','5,4,65001,11','5,4,65001,12','5,4,65001,13','5,4,65001,14','5,4,65001,15','5,4,65001,16','5,4,65001,17','5,4,65001,18','5,4,65002,1','5,4,65002,2','5,4,65002,3','5,4,65002,4','5,4,65002,5','5,4,65002,6','5,4,65002,7','5,4,65002,8','5,4,65002,9','5,4,65002,10','5,4,65002,11','5,4,65002,12','5,4,65002,13','5,4,65002,14','5,4,65002,15','5,4,65002,16','5,4,65002,17','5,4,65002,18','5,4,65003,1','5,4,65003,2','5,4,65003,3','5,4,65003,4','5,4,65003,5','5,4,65003,6','5,4,65003,7','5,4,65003,8','5,4,65003,9','5,4,65003,10','5,4,65003,11','5,4,65003,12','5,4,65003,13','5,4,65003,14','5,4,65003,15','5,4,65003,16','5,4,65003,17','5,4,65003,18','5,4,65004,1','5,4,65004,2','5,4,65004,3','5,4,65004,4','5,4,65004,5','5,4,65004,6','5,4,65004,7','5,4,65004,8','5,4,65004,9','5,4,65004,10','5,4,65004,11','5,4,65004,12','5,4,65004,13','5,4,65004,14','5,4,65004,15','5,4,65004,16','5,4,65004,17','5,4,65004,18','5,4,65005,1','5,4,65005,2','5,4,65005,3','5,4,65005,4','5,4,65005,5','5,4,65005,6','5,4,65005,7','5,4,65005,8','5,4,65005,9','5,4,65005,10','5,4,65005,11','5,4,65005,12','5,4,65005,13','5,4,65005,14','5,4,65005,15','5,4,65005,16','5,4,65005,17','5,4,65005,18','5,4,65006,1','5,4,65006,2','5,4,65006,3','5,4,65006,4','5,4,65006,5','5,4,65006,6','5,4,65006,7','5,4,65006,8','5,4,65006,9','5,4,65006,10','5,4,65006,11','5,4,65006,12','5,4,65006,13','5,4,65006,14','5,4,65006,15','5,4,65006,16','5,4,65006,17','5,4,65006,18','5,4,65007,1','5,4,65007,2','5,4,65007,3','5,4,65007,4','5,4,65007,5','5,4,65007,6','5,4,65007,7','5,4,65007,8','5,4,65007,9','5,4,65007,10','5,4,65007,11','5,4,65007,12','5,4,65007,13','5,4,65007,14','5,4,65007,15','5,4,65007,16','5,4,65007,17','5,4,65007,18','5,4,65008,1','5,4,65008,2','5,4,65008,3','5,4,65008,4','5,4,65008,5','5,4,65008,6','5,4,65008,7','5,4,65008,8','5,4,65008,9','5,4,65008,10','5,4,65008,11','5,4,65008,12','5,4,65008,13','5,4,65008,14','5,4,65008,15','5,4,65008,16','5,4,65008,17','5,4,65008,18','5,4,65009,1','5,4,65009,2','5,4,65009,3','5,4,65009,4','5,4,65009,5','5,4,65009,6','5,4,65009,7','5,4,65009,8','5,4,65009,9','5,4,65009,10','5,4,65009,11','5,4,65009,12','5,4,65009,13','5,4,65009,14','5,4,65009,15','5,4,65009,16','5,4,65009,17','5,4,65009,18','5,4,65010,1','5,4,65010,2','5,4,65010,3','5,4,65010,4','5,4,65010,5','5,4,65010,6','5,4,65010,7','5,4,65010,8','5,4,65010,9','5,4,65010,10','5,4,65010,11','5,4,65010,12','5,4,65010,13','5,4,65010,14','5,4,65010,15','5,4,65010,16','5,4,65010,17','5,4,65010,18','5,5,1,1','5,5,1,2','5,5,1,3','5,5,1,4','5,5,1,5','5,5,1,6','5,5,1,7','5,5,1,8','5,5,1,9','5,5,1,10','5,5,1,11','5,5,1,12','5,5,1,13','5,5,1,14','5,5,1,15','5,5,1,16','5,5,1,17','5,5,1,18','5,5,2,1','5,5,2,2','5,5,2,3','5,5,2,4','5,5,2,5','5,5,2,6','5,5,2,7','5,5,2,8','5,5,2,9','5,5,2,10','5,5,2,11','5,5,2,12','5,5,2,13','5,5,2,14','5,5,2,15','5,5,2,16','5,5,2,17','5,5,2,18','5,5,3,1','5,5,3,2','5,5,3,3','5,5,3,4','5,5,3,5','5,5,3,6','5,5,3,7','5,5,3,8','5,5,3,9','5,5,3,10','5,5,3,11','5,5,3,12','5,5,3,13','5,5,3,14','5,5,3,15','5,5,3,16','5,5,3,17','5,5,3,18','5,5,4,1','5,5,4,2','5,5,4,3','5,5,4,4','5,5,4,5','5,5,4,6','5,5,4,7','5,5,4,8','5,5,4,9','5,5,4,10','5,5,4,11','5,5,4,12','5,5,4,13','5,5,4,14','5,5,4,15','5,5,4,16','5,5,4,17','5,5,4,18','5,5,5,1','5,5,5,2','5,5,5,3','5,5,5,4','5,5,5,5','5,5,5,6','5,5,5,7','5,5,5,8','5,5,5,9','5,5,5,10','5,5,5,11','5,5,5,12','5,5,5,13','5,5,5,14','5,5,5,15','5,5,5,16','5,5,5,17','5,5,5,18','5,5,6,1','5,5,6,2','5,5,6,3','5,5,6,4','5,5,6,5','5,5,6,6','5,5,6,7','5,5,6,8','5,5,6,9','5,5,6,10','5,5,6,11','5,5,6,12','5,5,6,13','5,5,6,14','5,5,6,15','5,5,6,16','5,5,6,17','5,5,6,18','5,5,7,1','5,5,7,2','5,5,7,3','5,5,7,4','5,5,7,5','5,5,7,6','5,5,7,7','5,5,7,8','5,5,7,9','5,5,7,10','5,5,7,11','5,5,7,12','5,5,7,13','5,5,7,14','5,5,7,15','5,5,7,16','5,5,7,17','5,5,7,18','5,5,8,1','5,5,8,2','5,5,8,3','5,5,8,4','5,5,8,5','5,5,8,6','5,5,8,7','5,5,8,8','5,5,8,9','5,5,8,10','5,5,8,11','5,5,8,12','5,5,8,13','5,5,8,14','5,5,8,15','5,5,8,16','5,5,8,17','5,5,8,18','5,5,64221,1','5,5,64221,2','5,5,64221,3','5,5,64221,4','5,5,64221,5','5,5,64221,6','5,5,64221,7','5,5,64221,8','5,5,64221,9','5,5,64221,10','5,5,64221,11','5,5,64221,12','5,5,64221,13','5,5,64221,14','5,5,64221,15','5,5,64221,16','5,5,64221,17','5,5,64221,18','5,5,64222,1','5,5,64222,2','5,5,64222,3','5,5,64222,4','5,5,64222,5','5,5,64222,6','5,5,64222,7','5,5,64222,8','5,5,64222,9','5,5,64222,10','5,5,64222,11','5,5,64222,12','5,5,64222,13','5,5,64222,14','5,5,64222,15','5,5,64222,16','5,5,64222,17','5,5,64222,18','5,5,64223,1','5,5,64223,2','5,5,64223,3','5,5,64223,4','5,5,64223,5','5,5,64223,6','5,5,64223,7','5,5,64223,8','5,5,64223,9','5,5,64223,10','5,5,64223,11','5,5,64223,12','5,5,64223,13','5,5,64223,14','5,5,64223,15','5,5,64223,16','5,5,64223,17','5,5,64223,18','5,5,64224,1','5,5,64224,2','5,5,64224,3','5,5,64224,4','5,5,64224,5','5,5,64224,6','5,5,64224,7','5,5,64224,8','5,5,64224,9','5,5,64224,10','5,5,64224,11','5,5,64224,12','5,5,64224,13','5,5,64224,14','5,5,64224,15','5,5,64224,16','5,5,64224,17','5,5,64224,18','5,5,65001,1','5,5,65001,2','5,5,65001,3','5,5,65001,4','5,5,65001,5','5,5,65001,6','5,5,65001,7','5,5,65001,8','5,5,65001,9','5,5,65001,10','5,5,65001,11','5,5,65001,12','5,5,65001,13','5,5,65001,14','5,5,65001,15','5,5,65001,16','5,5,65001,17','5,5,65001,18','5,5,65002,1','5,5,65002,2','5,5,65002,3','5,5,65002,4','5,5,65002,5','5,5,65002,6','5,5,65002,7','5,5,65002,8','5,5,65002,9','5,5,65002,10','5,5,65002,11','5,5,65002,12','5,5,65002,13','5,5,65002,14','5,5,65002,15','5,5,65002,16','5,5,65002,17','5,5,65002,18','5,5,65003,1','5,5,65003,2','5,5,65003,3','5,5,65003,4','5,5,65003,5','5,5,65003,6','5,5,65003,7','5,5,65003,8','5,5,65003,9','5,5,65003,10','5,5,65003,11','5,5,65003,12','5,5,65003,13','5,5,65003,14','5,5,65003,15','5,5,65003,16','5,5,65003,17','5,5,65003,18','5,5,65004,1','5,5,65004,2','5,5,65004,3','5,5,65004,4','5,5,65004,5','5,5,65004,6','5,5,65004,7','5,5,65004,8','5,5,65004,9','5,5,65004,10','5,5,65004,11','5,5,65004,12','5,5,65004,13','5,5,65004,14','5,5,65004,15','5,5,65004,16','5,5,65004,17','5,5,65004,18','5,5,65005,1','5,5,65005,2','5,5,65005,3','5,5,65005,4','5,5,65005,5','5,5,65005,6','5,5,65005,7','5,5,65005,8','5,5,65005,9','5,5,65005,10','5,5,65005,11','5,5,65005,12','5,5,65005,13','5,5,65005,14','5,5,65005,15','5,5,65005,16','5,5,65005,17','5,5,65005,18','5,5,65006,1','5,5,65006,2','5,5,65006,3','5,5,65006,4','5,5,65006,5','5,5,65006,6','5,5,65006,7','5,5,65006,8','5,5,65006,9','5,5,65006,10','5,5,65006,11','5,5,65006,12','5,5,65006,13','5,5,65006,14','5,5,65006,15','5,5,65006,16','5,5,65006,17','5,5,65006,18','5,5,65007,1','5,5,65007,2','5,5,65007,3','5,5,65007,4','5,5,65007,5','5,5,65007,6','5,5,65007,7','5,5,65007,8','5,5,65007,9','5,5,65007,10','5,5,65007,11','5,5,65007,12','5,5,65007,13','5,5,65007,14','5,5,65007,15','5,5,65007,16','5,5,65007,17','5,5,65007,18','5,5,65008,1','5,5,65008,2','5,5,65008,3','5,5,65008,4','5,5,65008,5','5,5,65008,6','5,5,65008,7','5,5,65008,8','5,5,65008,9','5,5,65008,10','5,5,65008,11','5,5,65008,12','5,5,65008,13','5,5,65008,14','5,5,65008,15','5,5,65008,16','5,5,65008,17','5,5,65008,18','5,5,65009,1','5,5,65009,2','5,5,65009,3','5,5,65009,4','5,5,65009,5','5,5,65009,6','5,5,65009,7','5,5,65009,8','5,5,65009,9','5,5,65009,10','5,5,65009,11','5,5,65009,12','5,5,65009,13','5,5,65009,14','5,5,65009,15','5,5,65009,16','5,5,65009,17','5,5,65009,18','5,5,65010,1','5,5,65010,2','5,5,65010,3','5,5,65010,4','5,5,65010,5','5,5,65010,6','5,5,65010,7','5,5,65010,8','5,5,65010,9','5,5,65010,10','5,5,65010,11','5,5,65010,12','5,5,65010,13','5,5,65010,14','5,5,65010,15','5,5,65010,16','5,5,65010,17','5,5,65010,18','5,6,1,1','5,6,1,2','5,6,1,3','5,6,1,4','5,6,1,5','5,6,1,6','5,6,1,7','5,6,1,8','5,6,1,9','5,6,1,10','5,6,1,11','5,6,1,12','5,6,1,13','5,6,1,14','5,6,1,15','5,6,1,16','5,6,1,17','5,6,1,18','5,6,2,1','5,6,2,2','5,6,2,3','5,6,2,4','5,6,2,5','5,6,2,6','5,6,2,7','5,6,2,8','5,6,2,9','5,6,2,10','5,6,2,11','5,6,2,12','5,6,2,13','5,6,2,14','5,6,2,15','5,6,2,16','5,6,2,17','5,6,2,18','5,6,3,1','5,6,3,2','5,6,3,3','5,6,3,4','5,6,3,5','5,6,3,6','5,6,3,7','5,6,3,8','5,6,3,9','5,6,3,10','5,6,3,11','5,6,3,12','5,6,3,13','5,6,3,14','5,6,3,15','5,6,3,16','5,6,3,17','5,6,3,18','5,6,4,1','5,6,4,2','5,6,4,3','5,6,4,4','5,6,4,5','5,6,4,6','5,6,4,7','5,6,4,8','5,6,4,9','5,6,4,10','5,6,4,11','5,6,4,12','5,6,4,13','5,6,4,14','5,6,4,15','5,6,4,16','5,6,4,17','5,6,4,18','5,6,5,1','5,6,5,2','5,6,5,3','5,6,5,4','5,6,5,5','5,6,5,6','5,6,5,7','5,6,5,8','5,6,5,9','5,6,5,10','5,6,5,11','5,6,5,12','5,6,5,13','5,6,5,14','5,6,5,15','5,6,5,16','5,6,5,17','5,6,5,18','5,6,6,1','5,6,6,2','5,6,6,3','5,6,6,4','5,6,6,5','5,6,6,6','5,6,6,7','5,6,6,8','5,6,6,9','5,6,6,10','5,6,6,11','5,6,6,12','5,6,6,13','5,6,6,14','5,6,6,15','5,6,6,16','5,6,6,17','5,6,6,18','5,6,7,1','5,6,7,2','5,6,7,3','5,6,7,4','5,6,7,5','5,6,7,6','5,6,7,7','5,6,7,8','5,6,7,9','5,6,7,10','5,6,7,11','5,6,7,12','5,6,7,13','5,6,7,14','5,6,7,15','5,6,7,16','5,6,7,17','5,6,7,18','5,6,8,1','5,6,8,2','5,6,8,3','5,6,8,4','5,6,8,5','5,6,8,6','5,6,8,7','5,6,8,8','5,6,8,9','5,6,8,10','5,6,8,11','5,6,8,12','5,6,8,13','5,6,8,14','5,6,8,15','5,6,8,16','5,6,8,17','5,6,8,18','5,6,64221,1','5,6,64221,2','5,6,64221,3','5,6,64221,4','5,6,64221,5','5,6,64221,6','5,6,64221,7','5,6,64221,8','5,6,64221,9','5,6,64221,10','5,6,64221,11','5,6,64221,12','5,6,64221,13','5,6,64221,14','5,6,64221,15','5,6,64221,16','5,6,64221,17','5,6,64221,18','5,6,64222,1','5,6,64222,2','5,6,64222,3','5,6,64222,4','5,6,64222,5','5,6,64222,6','5,6,64222,7','5,6,64222,8','5,6,64222,9','5,6,64222,10','5,6,64222,11','5,6,64222,12','5,6,64222,13','5,6,64222,14','5,6,64222,15','5,6,64222,16','5,6,64222,17','5,6,64222,18','5,6,64223,1','5,6,64223,2','5,6,64223,3','5,6,64223,4','5,6,64223,5','5,6,64223,6','5,6,64223,7','5,6,64223,8','5,6,64223,9','5,6,64223,10','5,6,64223,11','5,6,64223,12','5,6,64223,13','5,6,64223,14','5,6,64223,15','5,6,64223,16','5,6,64223,17','5,6,64223,18','5,6,64224,1','5,6,64224,2','5,6,64224,3','5,6,64224,4','5,6,64224,5','5,6,64224,6','5,6,64224,7','5,6,64224,8','5,6,64224,9','5,6,64224,10','5,6,64224,11','5,6,64224,12','5,6,64224,13','5,6,64224,14','5,6,64224,15','5,6,64224,16','5,6,64224,17','5,6,64224,18','5,6,65001,1','5,6,65001,2','5,6,65001,3','5,6,65001,4','5,6,65001,5','5,6,65001,6','5,6,65001,7','5,6,65001,8','5,6,65001,9','5,6,65001,10','5,6,65001,11','5,6,65001,12','5,6,65001,13','5,6,65001,14','5,6,65001,15','5,6,65001,16','5,6,65001,17','5,6,65001,18','5,6,65002,1','5,6,65002,2','5,6,65002,3','5,6,65002,4','5,6,65002,5','5,6,65002,6','5,6,65002,7','5,6,65002,8','5,6,65002,9','5,6,65002,10','5,6,65002,11','5,6,65002,12','5,6,65002,13','5,6,65002,14','5,6,65002,15','5,6,65002,16','5,6,65002,17','5,6,65002,18','5,6,65003,1','5,6,65003,2','5,6,65003,3','5,6,65003,4','5,6,65003,5','5,6,65003,6','5,6,65003,7','5,6,65003,8','5,6,65003,9','5,6,65003,10','5,6,65003,11','5,6,65003,12','5,6,65003,13','5,6,65003,14','5,6,65003,15','5,6,65003,16','5,6,65003,17','5,6,65003,18','5,6,65004,1','5,6,65004,2','5,6,65004,3','5,6,65004,4','5,6,65004,5','5,6,65004,6','5,6,65004,7','5,6,65004,8','5,6,65004,9','5,6,65004,10','5,6,65004,11','5,6,65004,12','5,6,65004,13','5,6,65004,14','5,6,65004,15','5,6,65004,16','5,6,65004,17','5,6,65004,18','5,6,65005,1','5,6,65005,2','5,6,65005,3','5,6,65005,4','5,6,65005,5','5,6,65005,6','5,6,65005,7','5,6,65005,8','5,6,65005,9','5,6,65005,10','5,6,65005,11','5,6,65005,12','5,6,65005,13','5,6,65005,14','5,6,65005,15','5,6,65005,16','5,6,65005,17','5,6,65005,18','5,6,65006,1','5,6,65006,2','5,6,65006,3','5,6,65006,4','5,6,65006,5','5,6,65006,6','5,6,65006,7','5,6,65006,8','5,6,65006,9','5,6,65006,10','5,6,65006,11','5,6,65006,12','5,6,65006,13','5,6,65006,14','5,6,65006,15','5,6,65006,16','5,6,65006,17','5,6,65006,18','5,6,65007,1','5,6,65007,2','5,6,65007,3','5,6,65007,4','5,6,65007,5','5,6,65007,6','5,6,65007,7','5,6,65007,8','5,6,65007,9','5,6,65007,10','5,6,65007,11','5,6,65007,12','5,6,65007,13','5,6,65007,14','5,6,65007,15','5,6,65007,16','5,6,65007,17','5,6,65007,18','5,6,65008,1','5,6,65008,2','5,6,65008,3','5,6,65008,4','5,6,65008,5','5,6,65008,6','5,6,65008,7','5,6,65008,8','5,6,65008,9','5,6,65008,10','5,6,65008,11','5,6,65008,12','5,6,65008,13','5,6,65008,14','5,6,65008,15','5,6,65008,16','5,6,65008,17','5,6,65008,18','5,6,65009,1','5,6,65009,2','5,6,65009,3','5,6,65009,4','5,6,65009,5','5,6,65009,6','5,6,65009,7','5,6,65009,8','5,6,65009,9','5,6,65009,10','5,6,65009,11','5,6,65009,12','5,6,65009,13','5,6,65009,14','5,6,65009,15','5,6,65009,16','5,6,65009,17','5,6,65009,18','5,6,65010,1','5,6,65010,2','5,6,65010,3','5,6,65010,4','5,6,65010,5','5,6,65010,6','5,6,65010,7','5,6,65010,8','5,6,65010,9','5,6,65010,10','5,6,65010,11','5,6,65010,12','5,6,65010,13','5,6,65010,14','5,6,65010,15','5,6,65010,16','5,6,65010,17','5,6,65010,18','6,1,1,1','6,1,1,2','6,1,1,3','6,1,1,4','6,1,1,5','6,1,1,6','6,1,1,7','6,1,1,8','6,1,1,9','6,1,1,10','6,1,1,11','6,1,1,12','6,1,1,13','6,1,1,14','6,1,1,15','6,1,1,16','6,1,1,17','6,1,1,18','6,1,2,1','6,1,2,2','6,1,2,3','6,1,2,4','6,1,2,5','6,1,2,6','6,1,2,7','6,1,2,8','6,1,2,9','6,1,2,10','6,1,2,11','6,1,2,12','6,1,2,13','6,1,2,14','6,1,2,15','6,1,2,16','6,1,2,17','6,1,2,18','6,1,3,1','6,1,3,2','6,1,3,3','6,1,3,4','6,1,3,5','6,1,3,6','6,1,3,7','6,1,3,8','6,1,3,9','6,1,3,10','6,1,3,11','6,1,3,12','6,1,3,13','6,1,3,14','6,1,3,15','6,1,3,16','6,1,3,17','6,1,3,18','6,1,4,1','6,1,4,2','6,1,4,3','6,1,4,4','6,1,4,5','6,1,4,6','6,1,4,7','6,1,4,8','6,1,4,9','6,1,4,10','6,1,4,11','6,1,4,12','6,1,4,13','6,1,4,14','6,1,4,15','6,1,4,16','6,1,4,17','6,1,4,18','6,1,5,1','6,1,5,2','6,1,5,3','6,1,5,4','6,1,5,5','6,1,5,6','6,1,5,7','6,1,5,8','6,1,5,9','6,1,5,10','6,1,5,11','6,1,5,12','6,1,5,13','6,1,5,14','6,1,5,15','6,1,5,16','6,1,5,17','6,1,5,18','6,1,6,1','6,1,6,2','6,1,6,3','6,1,6,4','6,1,6,5','6,1,6,6','6,1,6,7','6,1,6,8','6,1,6,9','6,1,6,10','6,1,6,11','6,1,6,12','6,1,6,13','6,1,6,14','6,1,6,15','6,1,6,16','6,1,6,17','6,1,6,18','6,1,7,1','6,1,7,2','6,1,7,3','6,1,7,4','6,1,7,5','6,1,7,6','6,1,7,7','6,1,7,8','6,1,7,9','6,1,7,10','6,1,7,11','6,1,7,12','6,1,7,13','6,1,7,14','6,1,7,15','6,1,7,16','6,1,7,17','6,1,7,18','6,1,8,1','6,1,8,2','6,1,8,3','6,1,8,4','6,1,8,5','6,1,8,6','6,1,8,7','6,1,8,8','6,1,8,9','6,1,8,10','6,1,8,11','6,1,8,12','6,1,8,13','6,1,8,14','6,1,8,15','6,1,8,16','6,1,8,17','6,1,8,18','6,1,64221,1','6,1,64221,2','6,1,64221,3','6,1,64221,4','6,1,64221,5','6,1,64221,6','6,1,64221,7','6,1,64221,8','6,1,64221,9','6,1,64221,10','6,1,64221,11','6,1,64221,12','6,1,64221,13','6,1,64221,14','6,1,64221,15','6,1,64221,16','6,1,64221,17','6,1,64221,18','6,1,64222,1','6,1,64222,2','6,1,64222,3','6,1,64222,4','6,1,64222,5','6,1,64222,6','6,1,64222,7','6,1,64222,8','6,1,64222,9','6,1,64222,10','6,1,64222,11','6,1,64222,12','6,1,64222,13','6,1,64222,14','6,1,64222,15','6,1,64222,16','6,1,64222,17','6,1,64222,18','6,1,64223,1','6,1,64223,2','6,1,64223,3','6,1,64223,4','6,1,64223,5','6,1,64223,6','6,1,64223,7','6,1,64223,8','6,1,64223,9','6,1,64223,10','6,1,64223,11','6,1,64223,12','6,1,64223,13','6,1,64223,14','6,1,64223,15','6,1,64223,16','6,1,64223,17','6,1,64223,18','6,1,64224,1','6,1,64224,2','6,1,64224,3','6,1,64224,4','6,1,64224,5','6,1,64224,6','6,1,64224,7','6,1,64224,8','6,1,64224,9','6,1,64224,10','6,1,64224,11','6,1,64224,12','6,1,64224,13','6,1,64224,14','6,1,64224,15','6,1,64224,16','6,1,64224,17','6,1,64224,18','6,1,65001,1','6,1,65001,2','6,1,65001,3','6,1,65001,4','6,1,65001,5','6,1,65001,6','6,1,65001,7','6,1,65001,8','6,1,65001,9','6,1,65001,10','6,1,65001,11','6,1,65001,12','6,1,65001,13','6,1,65001,14','6,1,65001,15','6,1,65001,16','6,1,65001,17','6,1,65001,18','6,1,65002,1','6,1,65002,2','6,1,65002,3','6,1,65002,4','6,1,65002,5','6,1,65002,6','6,1,65002,7','6,1,65002,8','6,1,65002,9','6,1,65002,10','6,1,65002,11','6,1,65002,12','6,1,65002,13','6,1,65002,14','6,1,65002,15','6,1,65002,16','6,1,65002,17','6,1,65002,18','6,1,65003,1','6,1,65003,2','6,1,65003,3','6,1,65003,4','6,1,65003,5','6,1,65003,6','6,1,65003,7','6,1,65003,8','6,1,65003,9','6,1,65003,10','6,1,65003,11','6,1,65003,12','6,1,65003,13','6,1,65003,14','6,1,65003,15','6,1,65003,16','6,1,65003,17','6,1,65003,18','6,1,65004,1','6,1,65004,2','6,1,65004,3','6,1,65004,4','6,1,65004,5','6,1,65004,6','6,1,65004,7','6,1,65004,8','6,1,65004,9','6,1,65004,10','6,1,65004,11','6,1,65004,12','6,1,65004,13','6,1,65004,14','6,1,65004,15','6,1,65004,16','6,1,65004,17','6,1,65004,18','6,1,65005,1','6,1,65005,2','6,1,65005,3','6,1,65005,4','6,1,65005,5','6,1,65005,6','6,1,65005,7','6,1,65005,8','6,1,65005,9','6,1,65005,10','6,1,65005,11','6,1,65005,12','6,1,65005,13','6,1,65005,14','6,1,65005,15','6,1,65005,16','6,1,65005,17','6,1,65005,18','6,1,65006,1','6,1,65006,2','6,1,65006,3','6,1,65006,4','6,1,65006,5','6,1,65006,6','6,1,65006,7','6,1,65006,8','6,1,65006,9','6,1,65006,10','6,1,65006,11','6,1,65006,12','6,1,65006,13','6,1,65006,14','6,1,65006,15','6,1,65006,16','6,1,65006,17','6,1,65006,18','6,1,65007,1','6,1,65007,2','6,1,65007,3','6,1,65007,4','6,1,65007,5','6,1,65007,6','6,1,65007,7','6,1,65007,8','6,1,65007,9','6,1,65007,10','6,1,65007,11','6,1,65007,12','6,1,65007,13','6,1,65007,14','6,1,65007,15','6,1,65007,16','6,1,65007,17','6,1,65007,18','6,1,65008,1','6,1,65008,2','6,1,65008,3','6,1,65008,4','6,1,65008,5','6,1,65008,6','6,1,65008,7','6,1,65008,8','6,1,65008,9','6,1,65008,10','6,1,65008,11','6,1,65008,12','6,1,65008,13','6,1,65008,14','6,1,65008,15','6,1,65008,16','6,1,65008,17','6,1,65008,18','6,1,65009,1','6,1,65009,2','6,1,65009,3','6,1,65009,4','6,1,65009,5','6,1,65009,6','6,1,65009,7','6,1,65009,8','6,1,65009,9','6,1,65009,10','6,1,65009,11','6,1,65009,12','6,1,65009,13','6,1,65009,14','6,1,65009,15','6,1,65009,16','6,1,65009,17','6,1,65009,18','6,1,65010,1','6,1,65010,2','6,1,65010,3','6,1,65010,4','6,1,65010,5','6,1,65010,6','6,1,65010,7','6,1,65010,8','6,1,65010,9','6,1,65010,10','6,1,65010,11','6,1,65010,12','6,1,65010,13','6,1,65010,14','6,1,65010,15','6,1,65010,16','6,1,65010,17','6,1,65010,18','6,2,1,1','6,2,1,2','6,2,1,3','6,2,1,4','6,2,1,5','6,2,1,6','6,2,1,7','6,2,1,8','6,2,1,9','6,2,1,10','6,2,1,11','6,2,1,12','6,2,1,13','6,2,1,14','6,2,1,15','6,2,1,16','6,2,1,17','6,2,1,18','6,2,2,1','6,2,2,2','6,2,2,3','6,2,2,4','6,2,2,5','6,2,2,6','6,2,2,7','6,2,2,8','6,2,2,9','6,2,2,10','6,2,2,11','6,2,2,12','6,2,2,13','6,2,2,14','6,2,2,15','6,2,2,16','6,2,2,17','6,2,2,18','6,2,3,1','6,2,3,2','6,2,3,3','6,2,3,4','6,2,3,5','6,2,3,6','6,2,3,7','6,2,3,8','6,2,3,9','6,2,3,10','6,2,3,11','6,2,3,12','6,2,3,13','6,2,3,14','6,2,3,15','6,2,3,16','6,2,3,17','6,2,3,18','6,2,4,1','6,2,4,2','6,2,4,3','6,2,4,4','6,2,4,5','6,2,4,6','6,2,4,7','6,2,4,8','6,2,4,9','6,2,4,10','6,2,4,11','6,2,4,12','6,2,4,13','6,2,4,14','6,2,4,15','6,2,4,16','6,2,4,17','6,2,4,18','6,2,5,1','6,2,5,2','6,2,5,3','6,2,5,4','6,2,5,5','6,2,5,6','6,2,5,7','6,2,5,8','6,2,5,9','6,2,5,10','6,2,5,11','6,2,5,12','6,2,5,13','6,2,5,14','6,2,5,15','6,2,5,16','6,2,5,17','6,2,5,18','6,2,6,1','6,2,6,2','6,2,6,3','6,2,6,4','6,2,6,5','6,2,6,6','6,2,6,7','6,2,6,8','6,2,6,9','6,2,6,10','6,2,6,11','6,2,6,12','6,2,6,13','6,2,6,14','6,2,6,15','6,2,6,16','6,2,6,17','6,2,6,18','6,2,7,1','6,2,7,2','6,2,7,3','6,2,7,4','6,2,7,5','6,2,7,6','6,2,7,7','6,2,7,8','6,2,7,9','6,2,7,10','6,2,7,11','6,2,7,12','6,2,7,13','6,2,7,14','6,2,7,15','6,2,7,16','6,2,7,17','6,2,7,18','6,2,8,1','6,2,8,2','6,2,8,3','6,2,8,4','6,2,8,5','6,2,8,6','6,2,8,7','6,2,8,8','6,2,8,9','6,2,8,10','6,2,8,11','6,2,8,12','6,2,8,13','6,2,8,14','6,2,8,15','6,2,8,16','6,2,8,17','6,2,8,18','6,2,64221,1','6,2,64221,2','6,2,64221,3','6,2,64221,4','6,2,64221,5','6,2,64221,6','6,2,64221,7','6,2,64221,8','6,2,64221,9','6,2,64221,10','6,2,64221,11','6,2,64221,12','6,2,64221,13','6,2,64221,14','6,2,64221,15','6,2,64221,16','6,2,64221,17','6,2,64221,18','6,2,64222,1','6,2,64222,2','6,2,64222,3','6,2,64222,4','6,2,64222,5','6,2,64222,6','6,2,64222,7','6,2,64222,8','6,2,64222,9','6,2,64222,10','6,2,64222,11','6,2,64222,12','6,2,64222,13','6,2,64222,14','6,2,64222,15','6,2,64222,16','6,2,64222,17','6,2,64222,18','6,2,64223,1','6,2,64223,2','6,2,64223,3','6,2,64223,4','6,2,64223,5','6,2,64223,6','6,2,64223,7','6,2,64223,8','6,2,64223,9','6,2,64223,10','6,2,64223,11','6,2,64223,12','6,2,64223,13','6,2,64223,14','6,2,64223,15','6,2,64223,16','6,2,64223,17','6,2,64223,18','6,2,64224,1','6,2,64224,2','6,2,64224,3','6,2,64224,4','6,2,64224,5','6,2,64224,6','6,2,64224,7','6,2,64224,8','6,2,64224,9','6,2,64224,10','6,2,64224,11','6,2,64224,12','6,2,64224,13','6,2,64224,14','6,2,64224,15','6,2,64224,16','6,2,64224,17','6,2,64224,18','6,2,65001,1','6,2,65001,2','6,2,65001,3','6,2,65001,4','6,2,65001,5','6,2,65001,6','6,2,65001,7','6,2,65001,8','6,2,65001,9','6,2,65001,10','6,2,65001,11','6,2,65001,12','6,2,65001,13','6,2,65001,14','6,2,65001,15','6,2,65001,16','6,2,65001,17','6,2,65001,18','6,2,65002,1','6,2,65002,2','6,2,65002,3','6,2,65002,4','6,2,65002,5','6,2,65002,6','6,2,65002,7','6,2,65002,8','6,2,65002,9','6,2,65002,10','6,2,65002,11','6,2,65002,12','6,2,65002,13','6,2,65002,14','6,2,65002,15','6,2,65002,16','6,2,65002,17','6,2,65002,18','6,2,65003,1','6,2,65003,2','6,2,65003,3','6,2,65003,4','6,2,65003,5','6,2,65003,6','6,2,65003,7','6,2,65003,8','6,2,65003,9','6,2,65003,10','6,2,65003,11','6,2,65003,12','6,2,65003,13','6,2,65003,14','6,2,65003,15','6,2,65003,16','6,2,65003,17','6,2,65003,18','6,2,65004,1','6,2,65004,2','6,2,65004,3','6,2,65004,4','6,2,65004,5','6,2,65004,6','6,2,65004,7','6,2,65004,8','6,2,65004,9','6,2,65004,10','6,2,65004,11','6,2,65004,12','6,2,65004,13','6,2,65004,14','6,2,65004,15','6,2,65004,16','6,2,65004,17','6,2,65004,18','6,2,65005,1','6,2,65005,2','6,2,65005,3','6,2,65005,4','6,2,65005,5','6,2,65005,6','6,2,65005,7','6,2,65005,8','6,2,65005,9','6,2,65005,10','6,2,65005,11','6,2,65005,12','6,2,65005,13','6,2,65005,14','6,2,65005,15','6,2,65005,16','6,2,65005,17','6,2,65005,18','6,2,65006,1','6,2,65006,2','6,2,65006,3','6,2,65006,4','6,2,65006,5','6,2,65006,6','6,2,65006,7','6,2,65006,8','6,2,65006,9','6,2,65006,10','6,2,65006,11','6,2,65006,12','6,2,65006,13','6,2,65006,14','6,2,65006,15','6,2,65006,16','6,2,65006,17','6,2,65006,18','6,2,65007,1','6,2,65007,2','6,2,65007,3','6,2,65007,4','6,2,65007,5','6,2,65007,6','6,2,65007,7','6,2,65007,8','6,2,65007,9','6,2,65007,10','6,2,65007,11','6,2,65007,12','6,2,65007,13','6,2,65007,14','6,2,65007,15','6,2,65007,16','6,2,65007,17','6,2,65007,18','6,2,65008,1','6,2,65008,2','6,2,65008,3','6,2,65008,4','6,2,65008,5','6,2,65008,6','6,2,65008,7','6,2,65008,8','6,2,65008,9','6,2,65008,10','6,2,65008,11','6,2,65008,12','6,2,65008,13','6,2,65008,14','6,2,65008,15','6,2,65008,16','6,2,65008,17','6,2,65008,18','6,2,65009,1','6,2,65009,2','6,2,65009,3','6,2,65009,4','6,2,65009,5','6,2,65009,6','6,2,65009,7','6,2,65009,8','6,2,65009,9','6,2,65009,10','6,2,65009,11','6,2,65009,12','6,2,65009,13','6,2,65009,14','6,2,65009,15','6,2,65009,16','6,2,65009,17','6,2,65009,18','6,2,65010,1','6,2,65010,2','6,2,65010,3','6,2,65010,4','6,2,65010,5','6,2,65010,6','6,2,65010,7','6,2,65010,8','6,2,65010,9','6,2,65010,10','6,2,65010,11','6,2,65010,12','6,2,65010,13','6,2,65010,14','6,2,65010,15','6,2,65010,16','6,2,65010,17','6,2,65010,18','6,3,1,1','6,3,1,2','6,3,1,3','6,3,1,4','6,3,1,5','6,3,1,6','6,3,1,7','6,3,1,8','6,3,1,9','6,3,1,10','6,3,1,11','6,3,1,12','6,3,1,13','6,3,1,14','6,3,1,15','6,3,1,16','6,3,1,17','6,3,1,18','6,3,2,1','6,3,2,2','6,3,2,3','6,3,2,4','6,3,2,5','6,3,2,6','6,3,2,7','6,3,2,8','6,3,2,9','6,3,2,10','6,3,2,11','6,3,2,12','6,3,2,13','6,3,2,14','6,3,2,15','6,3,2,16','6,3,2,17','6,3,2,18','6,3,3,1','6,3,3,2','6,3,3,3','6,3,3,4','6,3,3,5','6,3,3,6','6,3,3,7','6,3,3,8','6,3,3,9','6,3,3,10','6,3,3,11','6,3,3,12','6,3,3,13','6,3,3,14','6,3,3,15','6,3,3,16','6,3,3,17','6,3,3,18','6,3,4,1','6,3,4,2','6,3,4,3','6,3,4,4','6,3,4,5','6,3,4,6','6,3,4,7','6,3,4,8','6,3,4,9','6,3,4,10','6,3,4,11','6,3,4,12','6,3,4,13','6,3,4,14','6,3,4,15','6,3,4,16','6,3,4,17','6,3,4,18','6,3,5,1','6,3,5,2','6,3,5,3','6,3,5,4','6,3,5,5','6,3,5,6','6,3,5,7','6,3,5,8','6,3,5,9','6,3,5,10','6,3,5,11','6,3,5,12','6,3,5,13','6,3,5,14','6,3,5,15','6,3,5,16','6,3,5,17','6,3,5,18','6,3,6,1','6,3,6,2','6,3,6,3','6,3,6,4','6,3,6,5','6,3,6,6','6,3,6,7','6,3,6,8','6,3,6,9','6,3,6,10','6,3,6,11','6,3,6,12','6,3,6,13','6,3,6,14','6,3,6,15','6,3,6,16','6,3,6,17','6,3,6,18','6,3,7,1','6,3,7,2','6,3,7,3','6,3,7,4','6,3,7,5','6,3,7,6','6,3,7,7','6,3,7,8','6,3,7,9','6,3,7,10','6,3,7,11','6,3,7,12','6,3,7,13','6,3,7,14','6,3,7,15','6,3,7,16','6,3,7,17','6,3,7,18','6,3,8,1','6,3,8,2','6,3,8,3','6,3,8,4','6,3,8,5','6,3,8,6','6,3,8,7','6,3,8,8','6,3,8,9','6,3,8,10','6,3,8,11','6,3,8,12','6,3,8,13','6,3,8,14','6,3,8,15','6,3,8,16','6,3,8,17','6,3,8,18','6,3,64221,1','6,3,64221,2','6,3,64221,3','6,3,64221,4','6,3,64221,5','6,3,64221,6','6,3,64221,7','6,3,64221,8','6,3,64221,9','6,3,64221,10','6,3,64221,11','6,3,64221,12','6,3,64221,13','6,3,64221,14','6,3,64221,15','6,3,64221,16','6,3,64221,17','6,3,64221,18','6,3,64222,1','6,3,64222,2','6,3,64222,3','6,3,64222,4','6,3,64222,5','6,3,64222,6','6,3,64222,7','6,3,64222,8','6,3,64222,9','6,3,64222,10','6,3,64222,11','6,3,64222,12','6,3,64222,13','6,3,64222,14','6,3,64222,15','6,3,64222,16','6,3,64222,17','6,3,64222,18','6,3,64223,1','6,3,64223,2','6,3,64223,3','6,3,64223,4','6,3,64223,5','6,3,64223,6','6,3,64223,7','6,3,64223,8','6,3,64223,9','6,3,64223,10','6,3,64223,11','6,3,64223,12','6,3,64223,13','6,3,64223,14','6,3,64223,15','6,3,64223,16','6,3,64223,17','6,3,64223,18','6,3,64224,1','6,3,64224,2','6,3,64224,3','6,3,64224,4','6,3,64224,5','6,3,64224,6','6,3,64224,7','6,3,64224,8','6,3,64224,9','6,3,64224,10','6,3,64224,11','6,3,64224,12','6,3,64224,13','6,3,64224,14','6,3,64224,15','6,3,64224,16','6,3,64224,17','6,3,64224,18','6,3,65001,1','6,3,65001,2','6,3,65001,3','6,3,65001,4','6,3,65001,5','6,3,65001,6','6,3,65001,7','6,3,65001,8','6,3,65001,9','6,3,65001,10','6,3,65001,11','6,3,65001,12','6,3,65001,13','6,3,65001,14','6,3,65001,15','6,3,65001,16','6,3,65001,17','6,3,65001,18','6,3,65002,1','6,3,65002,2','6,3,65002,3','6,3,65002,4','6,3,65002,5','6,3,65002,6','6,3,65002,7','6,3,65002,8','6,3,65002,9','6,3,65002,10','6,3,65002,11','6,3,65002,12','6,3,65002,13','6,3,65002,14','6,3,65002,15','6,3,65002,16','6,3,65002,17','6,3,65002,18','6,3,65003,1','6,3,65003,2','6,3,65003,3','6,3,65003,4','6,3,65003,5','6,3,65003,6','6,3,65003,7','6,3,65003,8','6,3,65003,9','6,3,65003,10','6,3,65003,11','6,3,65003,12','6,3,65003,13','6,3,65003,14','6,3,65003,15','6,3,65003,16','6,3,65003,17','6,3,65003,18','6,3,65004,1','6,3,65004,2','6,3,65004,3','6,3,65004,4','6,3,65004,5','6,3,65004,6','6,3,65004,7','6,3,65004,8','6,3,65004,9','6,3,65004,10','6,3,65004,11','6,3,65004,12','6,3,65004,13','6,3,65004,14','6,3,65004,15','6,3,65004,16','6,3,65004,17','6,3,65004,18','6,3,65005,1','6,3,65005,2','6,3,65005,3','6,3,65005,4','6,3,65005,5','6,3,65005,6','6,3,65005,7','6,3,65005,8','6,3,65005,9','6,3,65005,10','6,3,65005,11','6,3,65005,12','6,3,65005,13','6,3,65005,14','6,3,65005,15','6,3,65005,16','6,3,65005,17','6,3,65005,18','6,3,65006,1','6,3,65006,2','6,3,65006,3','6,3,65006,4','6,3,65006,5','6,3,65006,6','6,3,65006,7','6,3,65006,8','6,3,65006,9','6,3,65006,10','6,3,65006,11','6,3,65006,12','6,3,65006,13','6,3,65006,14','6,3,65006,15','6,3,65006,16','6,3,65006,17','6,3,65006,18','6,3,65007,1','6,3,65007,2','6,3,65007,3','6,3,65007,4','6,3,65007,5','6,3,65007,6','6,3,65007,7','6,3,65007,8','6,3,65007,9','6,3,65007,10','6,3,65007,11','6,3,65007,12','6,3,65007,13','6,3,65007,14','6,3,65007,15','6,3,65007,16','6,3,65007,17','6,3,65007,18','6,3,65008,1','6,3,65008,2','6,3,65008,3','6,3,65008,4','6,3,65008,5','6,3,65008,6','6,3,65008,7','6,3,65008,8','6,3,65008,9','6,3,65008,10','6,3,65008,11','6,3,65008,12','6,3,65008,13','6,3,65008,14','6,3,65008,15','6,3,65008,16','6,3,65008,17','6,3,65008,18','6,3,65009,1','6,3,65009,2','6,3,65009,3','6,3,65009,4','6,3,65009,5','6,3,65009,6','6,3,65009,7','6,3,65009,8','6,3,65009,9','6,3,65009,10','6,3,65009,11','6,3,65009,12','6,3,65009,13','6,3,65009,14','6,3,65009,15','6,3,65009,16','6,3,65009,17','6,3,65009,18','6,3,65010,1','6,3,65010,2','6,3,65010,3','6,3,65010,4','6,3,65010,5','6,3,65010,6','6,3,65010,7','6,3,65010,8','6,3,65010,9','6,3,65010,10','6,3,65010,11','6,3,65010,12','6,3,65010,13','6,3,65010,14','6,3,65010,15','6,3,65010,16','6,3,65010,17','6,3,65010,18','6,4,1,1','6,4,1,2','6,4,1,3','6,4,1,4','6,4,1,5','6,4,1,6','6,4,1,7','6,4,1,8','6,4,1,9','6,4,1,10','6,4,1,11','6,4,1,12','6,4,1,13','6,4,1,14','6,4,1,15','6,4,1,16','6,4,1,17','6,4,1,18','6,4,2,1','6,4,2,2','6,4,2,3','6,4,2,4','6,4,2,5','6,4,2,6','6,4,2,7','6,4,2,8','6,4,2,9','6,4,2,10','6,4,2,11','6,4,2,12','6,4,2,13','6,4,2,14','6,4,2,15','6,4,2,16','6,4,2,17','6,4,2,18','6,4,3,1','6,4,3,2','6,4,3,3','6,4,3,4','6,4,3,5','6,4,3,6','6,4,3,7','6,4,3,8','6,4,3,9','6,4,3,10','6,4,3,11','6,4,3,12','6,4,3,13','6,4,3,14','6,4,3,15','6,4,3,16','6,4,3,17','6,4,3,18','6,4,4,1','6,4,4,2','6,4,4,3','6,4,4,4','6,4,4,5','6,4,4,6','6,4,4,7','6,4,4,8','6,4,4,9','6,4,4,10','6,4,4,11','6,4,4,12','6,4,4,13','6,4,4,14','6,4,4,15','6,4,4,16','6,4,4,17','6,4,4,18','6,4,5,1','6,4,5,2','6,4,5,3','6,4,5,4','6,4,5,5','6,4,5,6','6,4,5,7','6,4,5,8','6,4,5,9','6,4,5,10','6,4,5,11','6,4,5,12','6,4,5,13','6,4,5,14','6,4,5,15','6,4,5,16','6,4,5,17','6,4,5,18','6,4,6,1','6,4,6,2','6,4,6,3','6,4,6,4','6,4,6,5','6,4,6,6','6,4,6,7','6,4,6,8','6,4,6,9','6,4,6,10','6,4,6,11','6,4,6,12','6,4,6,13','6,4,6,14','6,4,6,15','6,4,6,16','6,4,6,17','6,4,6,18','6,4,7,1','6,4,7,2','6,4,7,3','6,4,7,4','6,4,7,5','6,4,7,6','6,4,7,7','6,4,7,8','6,4,7,9','6,4,7,10','6,4,7,11','6,4,7,12','6,4,7,13','6,4,7,14','6,4,7,15','6,4,7,16','6,4,7,17','6,4,7,18','6,4,8,1','6,4,8,2','6,4,8,3','6,4,8,4','6,4,8,5','6,4,8,6','6,4,8,7','6,4,8,8','6,4,8,9','6,4,8,10','6,4,8,11','6,4,8,12','6,4,8,13','6,4,8,14','6,4,8,15','6,4,8,16','6,4,8,17','6,4,8,18','6,4,64221,1','6,4,64221,2','6,4,64221,3','6,4,64221,4','6,4,64221,5','6,4,64221,6','6,4,64221,7','6,4,64221,8','6,4,64221,9','6,4,64221,10','6,4,64221,11','6,4,64221,12','6,4,64221,13','6,4,64221,14','6,4,64221,15','6,4,64221,16','6,4,64221,17','6,4,64221,18','6,4,64222,1','6,4,64222,2','6,4,64222,3','6,4,64222,4','6,4,64222,5','6,4,64222,6','6,4,64222,7','6,4,64222,8','6,4,64222,9','6,4,64222,10','6,4,64222,11','6,4,64222,12','6,4,64222,13','6,4,64222,14','6,4,64222,15','6,4,64222,16','6,4,64222,17','6,4,64222,18','6,4,64223,1','6,4,64223,2','6,4,64223,3','6,4,64223,4','6,4,64223,5','6,4,64223,6','6,4,64223,7','6,4,64223,8','6,4,64223,9','6,4,64223,10','6,4,64223,11','6,4,64223,12','6,4,64223,13','6,4,64223,14','6,4,64223,15','6,4,64223,16','6,4,64223,17','6,4,64223,18','6,4,64224,1','6,4,64224,2','6,4,64224,3','6,4,64224,4','6,4,64224,5','6,4,64224,6','6,4,64224,7','6,4,64224,8','6,4,64224,9','6,4,64224,10','6,4,64224,11','6,4,64224,12','6,4,64224,13','6,4,64224,14','6,4,64224,15','6,4,64224,16','6,4,64224,17','6,4,64224,18','6,4,65001,1','6,4,65001,2','6,4,65001,3','6,4,65001,4','6,4,65001,5','6,4,65001,6','6,4,65001,7','6,4,65001,8','6,4,65001,9','6,4,65001,10','6,4,65001,11','6,4,65001,12','6,4,65001,13','6,4,65001,14','6,4,65001,15','6,4,65001,16','6,4,65001,17','6,4,65001,18','6,4,65002,1','6,4,65002,2','6,4,65002,3','6,4,65002,4','6,4,65002,5','6,4,65002,6','6,4,65002,7','6,4,65002,8','6,4,65002,9','6,4,65002,10','6,4,65002,11','6,4,65002,12','6,4,65002,13','6,4,65002,14','6,4,65002,15','6,4,65002,16','6,4,65002,17','6,4,65002,18','6,4,65003,1','6,4,65003,2','6,4,65003,3','6,4,65003,4','6,4,65003,5','6,4,65003,6','6,4,65003,7','6,4,65003,8','6,4,65003,9','6,4,65003,10','6,4,65003,11','6,4,65003,12','6,4,65003,13','6,4,65003,14','6,4,65003,15','6,4,65003,16','6,4,65003,17','6,4,65003,18','6,4,65004,1','6,4,65004,2','6,4,65004,3','6,4,65004,4','6,4,65004,5','6,4,65004,6','6,4,65004,7','6,4,65004,8','6,4,65004,9','6,4,65004,10','6,4,65004,11','6,4,65004,12','6,4,65004,13','6,4,65004,14','6,4,65004,15','6,4,65004,16','6,4,65004,17','6,4,65004,18','6,4,65005,1','6,4,65005,2','6,4,65005,3','6,4,65005,4','6,4,65005,5','6,4,65005,6','6,4,65005,7','6,4,65005,8','6,4,65005,9','6,4,65005,10','6,4,65005,11','6,4,65005,12','6,4,65005,13','6,4,65005,14','6,4,65005,15','6,4,65005,16','6,4,65005,17','6,4,65005,18','6,4,65006,1','6,4,65006,2','6,4,65006,3','6,4,65006,4','6,4,65006,5','6,4,65006,6','6,4,65006,7','6,4,65006,8','6,4,65006,9','6,4,65006,10','6,4,65006,11','6,4,65006,12','6,4,65006,13','6,4,65006,14','6,4,65006,15','6,4,65006,16','6,4,65006,17','6,4,65006,18','6,4,65007,1','6,4,65007,2','6,4,65007,3','6,4,65007,4','6,4,65007,5','6,4,65007,6','6,4,65007,7','6,4,65007,8','6,4,65007,9','6,4,65007,10','6,4,65007,11','6,4,65007,12','6,4,65007,13','6,4,65007,14','6,4,65007,15','6,4,65007,16','6,4,65007,17','6,4,65007,18','6,4,65008,1','6,4,65008,2','6,4,65008,3','6,4,65008,4','6,4,65008,5','6,4,65008,6','6,4,65008,7','6,4,65008,8','6,4,65008,9','6,4,65008,10','6,4,65008,11','6,4,65008,12','6,4,65008,13','6,4,65008,14','6,4,65008,15','6,4,65008,16','6,4,65008,17','6,4,65008,18','6,4,65009,1','6,4,65009,2','6,4,65009,3','6,4,65009,4','6,4,65009,5','6,4,65009,6','6,4,65009,7','6,4,65009,8','6,4,65009,9','6,4,65009,10','6,4,65009,11','6,4,65009,12','6,4,65009,13','6,4,65009,14','6,4,65009,15','6,4,65009,16','6,4,65009,17','6,4,65009,18','6,4,65010,1','6,4,65010,2','6,4,65010,3','6,4,65010,4','6,4,65010,5','6,4,65010,6','6,4,65010,7','6,4,65010,8','6,4,65010,9','6,4,65010,10','6,4,65010,11','6,4,65010,12','6,4,65010,13','6,4,65010,14','6,4,65010,15','6,4,65010,16','6,4,65010,17','6,4,65010,18','6,5,1,1','6,5,1,2','6,5,1,3','6,5,1,4','6,5,1,5','6,5,1,6','6,5,1,7','6,5,1,8','6,5,1,9','6,5,1,10','6,5,1,11','6,5,1,12','6,5,1,13','6,5,1,14','6,5,1,15','6,5,1,16','6,5,1,17','6,5,1,18','6,5,2,1','6,5,2,2','6,5,2,3','6,5,2,4','6,5,2,5','6,5,2,6','6,5,2,7','6,5,2,8','6,5,2,9','6,5,2,10','6,5,2,11','6,5,2,12','6,5,2,13','6,5,2,14','6,5,2,15','6,5,2,16','6,5,2,17','6,5,2,18','6,5,3,1','6,5,3,2','6,5,3,3','6,5,3,4','6,5,3,5','6,5,3,6','6,5,3,7','6,5,3,8','6,5,3,9','6,5,3,10','6,5,3,11','6,5,3,12','6,5,3,13','6,5,3,14','6,5,3,15','6,5,3,16','6,5,3,17','6,5,3,18','6,5,4,1','6,5,4,2','6,5,4,3','6,5,4,4','6,5,4,5','6,5,4,6','6,5,4,7','6,5,4,8','6,5,4,9','6,5,4,10','6,5,4,11','6,5,4,12','6,5,4,13','6,5,4,14','6,5,4,15','6,5,4,16','6,5,4,17','6,5,4,18','6,5,5,1','6,5,5,2','6,5,5,3','6,5,5,4','6,5,5,5','6,5,5,6','6,5,5,7','6,5,5,8','6,5,5,9','6,5,5,10','6,5,5,11','6,5,5,12','6,5,5,13','6,5,5,14','6,5,5,15','6,5,5,16','6,5,5,17','6,5,5,18','6,5,6,1','6,5,6,2','6,5,6,3','6,5,6,4','6,5,6,5','6,5,6,6','6,5,6,7','6,5,6,8','6,5,6,9','6,5,6,10','6,5,6,11','6,5,6,12','6,5,6,13','6,5,6,14','6,5,6,15','6,5,6,16','6,5,6,17','6,5,6,18','6,5,7,1','6,5,7,2','6,5,7,3','6,5,7,4','6,5,7,5','6,5,7,6','6,5,7,7','6,5,7,8','6,5,7,9','6,5,7,10','6,5,7,11','6,5,7,12','6,5,7,13','6,5,7,14','6,5,7,15','6,5,7,16','6,5,7,17','6,5,7,18','6,5,8,1','6,5,8,2','6,5,8,3','6,5,8,4','6,5,8,5','6,5,8,6','6,5,8,7','6,5,8,8','6,5,8,9','6,5,8,10','6,5,8,11','6,5,8,12','6,5,8,13','6,5,8,14','6,5,8,15','6,5,8,16','6,5,8,17','6,5,8,18','6,5,64221,1','6,5,64221,2','6,5,64221,3','6,5,64221,4','6,5,64221,5','6,5,64221,6','6,5,64221,7','6,5,64221,8','6,5,64221,9','6,5,64221,10','6,5,64221,11','6,5,64221,12','6,5,64221,13','6,5,64221,14','6,5,64221,15','6,5,64221,16','6,5,64221,17','6,5,64221,18','6,5,64222,1','6,5,64222,2','6,5,64222,3','6,5,64222,4','6,5,64222,5','6,5,64222,6','6,5,64222,7','6,5,64222,8','6,5,64222,9','6,5,64222,10','6,5,64222,11','6,5,64222,12','6,5,64222,13','6,5,64222,14','6,5,64222,15','6,5,64222,16','6,5,64222,17','6,5,64222,18','6,5,64223,1','6,5,64223,2','6,5,64223,3','6,5,64223,4','6,5,64223,5','6,5,64223,6','6,5,64223,7','6,5,64223,8','6,5,64223,9','6,5,64223,10','6,5,64223,11','6,5,64223,12','6,5,64223,13','6,5,64223,14','6,5,64223,15','6,5,64223,16','6,5,64223,17','6,5,64223,18','6,5,64224,1','6,5,64224,2','6,5,64224,3','6,5,64224,4','6,5,64224,5','6,5,64224,6','6,5,64224,7','6,5,64224,8','6,5,64224,9','6,5,64224,10','6,5,64224,11','6,5,64224,12','6,5,64224,13','6,5,64224,14','6,5,64224,15','6,5,64224,16','6,5,64224,17','6,5,64224,18','6,5,65001,1','6,5,65001,2','6,5,65001,3','6,5,65001,4','6,5,65001,5','6,5,65001,6','6,5,65001,7','6,5,65001,8','6,5,65001,9','6,5,65001,10','6,5,65001,11','6,5,65001,12','6,5,65001,13','6,5,65001,14','6,5,65001,15','6,5,65001,16','6,5,65001,17','6,5,65001,18','6,5,65002,1','6,5,65002,2','6,5,65002,3','6,5,65002,4','6,5,65002,5','6,5,65002,6','6,5,65002,7','6,5,65002,8','6,5,65002,9','6,5,65002,10','6,5,65002,11','6,5,65002,12','6,5,65002,13','6,5,65002,14','6,5,65002,15','6,5,65002,16','6,5,65002,17','6,5,65002,18','6,5,65003,1','6,5,65003,2','6,5,65003,3','6,5,65003,4','6,5,65003,5','6,5,65003,6','6,5,65003,7','6,5,65003,8','6,5,65003,9','6,5,65003,10','6,5,65003,11','6,5,65003,12','6,5,65003,13','6,5,65003,14','6,5,65003,15','6,5,65003,16','6,5,65003,17','6,5,65003,18','6,5,65004,1','6,5,65004,2','6,5,65004,3','6,5,65004,4','6,5,65004,5','6,5,65004,6','6,5,65004,7','6,5,65004,8','6,5,65004,9','6,5,65004,10','6,5,65004,11','6,5,65004,12','6,5,65004,13','6,5,65004,14','6,5,65004,15','6,5,65004,16','6,5,65004,17','6,5,65004,18','6,5,65005,1','6,5,65005,2','6,5,65005,3','6,5,65005,4','6,5,65005,5','6,5,65005,6','6,5,65005,7','6,5,65005,8','6,5,65005,9','6,5,65005,10','6,5,65005,11','6,5,65005,12','6,5,65005,13','6,5,65005,14','6,5,65005,15','6,5,65005,16','6,5,65005,17','6,5,65005,18','6,5,65006,1','6,5,65006,2','6,5,65006,3','6,5,65006,4','6,5,65006,5','6,5,65006,6','6,5,65006,7','6,5,65006,8','6,5,65006,9','6,5,65006,10','6,5,65006,11','6,5,65006,12','6,5,65006,13','6,5,65006,14','6,5,65006,15','6,5,65006,16','6,5,65006,17','6,5,65006,18','6,5,65007,1','6,5,65007,2','6,5,65007,3','6,5,65007,4','6,5,65007,5','6,5,65007,6','6,5,65007,7','6,5,65007,8','6,5,65007,9','6,5,65007,10','6,5,65007,11','6,5,65007,12','6,5,65007,13','6,5,65007,14','6,5,65007,15','6,5,65007,16','6,5,65007,17','6,5,65007,18','6,5,65008,1','6,5,65008,2','6,5,65008,3','6,5,65008,4','6,5,65008,5','6,5,65008,6','6,5,65008,7','6,5,65008,8','6,5,65008,9','6,5,65008,10','6,5,65008,11','6,5,65008,12','6,5,65008,13','6,5,65008,14','6,5,65008,15','6,5,65008,16','6,5,65008,17','6,5,65008,18','6,5,65009,1','6,5,65009,2','6,5,65009,3','6,5,65009,4','6,5,65009,5','6,5,65009,6','6,5,65009,7','6,5,65009,8','6,5,65009,9','6,5,65009,10','6,5,65009,11','6,5,65009,12','6,5,65009,13','6,5,65009,14','6,5,65009,15','6,5,65009,16','6,5,65009,17','6,5,65009,18','6,5,65010,1','6,5,65010,2','6,5,65010,3','6,5,65010,4','6,5,65010,5','6,5,65010,6','6,5,65010,7','6,5,65010,8','6,5,65010,9','6,5,65010,10','6,5,65010,11','6,5,65010,12','6,5,65010,13','6,5,65010,14','6,5,65010,15','6,5,65010,16','6,5,65010,17','6,5,65010,18','6,6,1,1','6,6,1,2','6,6,1,3','6,6,1,4','6,6,1,5','6,6,1,6','6,6,1,7','6,6,1,8','6,6,1,9','6,6,1,10','6,6,1,11','6,6,1,12','6,6,1,13','6,6,1,14','6,6,1,15','6,6,1,16','6,6,1,17','6,6,1,18','6,6,2,1','6,6,2,2','6,6,2,3','6,6,2,4','6,6,2,5','6,6,2,6','6,6,2,7','6,6,2,8','6,6,2,9','6,6,2,10','6,6,2,11','6,6,2,12','6,6,2,13','6,6,2,14','6,6,2,15','6,6,2,16','6,6,2,17','6,6,2,18','6,6,3,1','6,6,3,2','6,6,3,3','6,6,3,4','6,6,3,5','6,6,3,6','6,6,3,7','6,6,3,8','6,6,3,9','6,6,3,10','6,6,3,11','6,6,3,12','6,6,3,13','6,6,3,14','6,6,3,15','6,6,3,16','6,6,3,17','6,6,3,18','6,6,4,1','6,6,4,2','6,6,4,3','6,6,4,4','6,6,4,5','6,6,4,6','6,6,4,7','6,6,4,8','6,6,4,9','6,6,4,10','6,6,4,11','6,6,4,12','6,6,4,13','6,6,4,14','6,6,4,15','6,6,4,16','6,6,4,17','6,6,4,18','6,6,5,1','6,6,5,2','6,6,5,3','6,6,5,4','6,6,5,5','6,6,5,6','6,6,5,7','6,6,5,8','6,6,5,9','6,6,5,10','6,6,5,11','6,6,5,12','6,6,5,13','6,6,5,14','6,6,5,15','6,6,5,16','6,6,5,17','6,6,5,18','6,6,6,1','6,6,6,2','6,6,6,3','6,6,6,4','6,6,6,5','6,6,6,6','6,6,6,7','6,6,6,8','6,6,6,9','6,6,6,10','6,6,6,11','6,6,6,12','6,6,6,13','6,6,6,14','6,6,6,15','6,6,6,16','6,6,6,17','6,6,6,18','6,6,7,1','6,6,7,2','6,6,7,3','6,6,7,4','6,6,7,5','6,6,7,6','6,6,7,7','6,6,7,8','6,6,7,9','6,6,7,10','6,6,7,11','6,6,7,12','6,6,7,13','6,6,7,14','6,6,7,15','6,6,7,16','6,6,7,17','6,6,7,18','6,6,8,1','6,6,8,2','6,6,8,3','6,6,8,4','6,6,8,5','6,6,8,6','6,6,8,7','6,6,8,8','6,6,8,9','6,6,8,10','6,6,8,11','6,6,8,12','6,6,8,13','6,6,8,14','6,6,8,15','6,6,8,16','6,6,8,17','6,6,8,18','6,6,64221,1','6,6,64221,2','6,6,64221,3','6,6,64221,4','6,6,64221,5','6,6,64221,6','6,6,64221,7','6,6,64221,8','6,6,64221,9','6,6,64221,10','6,6,64221,11','6,6,64221,12','6,6,64221,13','6,6,64221,14','6,6,64221,15','6,6,64221,16','6,6,64221,17','6,6,64221,18','6,6,64222,1','6,6,64222,2','6,6,64222,3','6,6,64222,4','6,6,64222,5','6,6,64222,6','6,6,64222,7','6,6,64222,8','6,6,64222,9','6,6,64222,10','6,6,64222,11','6,6,64222,12','6,6,64222,13','6,6,64222,14','6,6,64222,15','6,6,64222,16','6,6,64222,17','6,6,64222,18','6,6,64223,1','6,6,64223,2','6,6,64223,3','6,6,64223,4','6,6,64223,5','6,6,64223,6','6,6,64223,7','6,6,64223,8','6,6,64223,9','6,6,64223,10','6,6,64223,11','6,6,64223,12','6,6,64223,13','6,6,64223,14','6,6,64223,15','6,6,64223,16','6,6,64223,17','6,6,64223,18','6,6,64224,1','6,6,64224,2','6,6,64224,3','6,6,64224,4','6,6,64224,5','6,6,64224,6','6,6,64224,7','6,6,64224,8','6,6,64224,9','6,6,64224,10','6,6,64224,11','6,6,64224,12','6,6,64224,13','6,6,64224,14','6,6,64224,15','6,6,64224,16','6,6,64224,17','6,6,64224,18','6,6,65001,1','6,6,65001,2','6,6,65001,3','6,6,65001,4','6,6,65001,5','6,6,65001,6','6,6,65001,7','6,6,65001,8','6,6,65001,9','6,6,65001,10','6,6,65001,11','6,6,65001,12','6,6,65001,13','6,6,65001,14','6,6,65001,15','6,6,65001,16','6,6,65001,17','6,6,65001,18','6,6,65002,1','6,6,65002,2','6,6,65002,3','6,6,65002,4','6,6,65002,5','6,6,65002,6','6,6,65002,7','6,6,65002,8','6,6,65002,9','6,6,65002,10','6,6,65002,11','6,6,65002,12','6,6,65002,13','6,6,65002,14','6,6,65002,15','6,6,65002,16','6,6,65002,17','6,6,65002,18','6,6,65003,1','6,6,65003,2','6,6,65003,3','6,6,65003,4','6,6,65003,5','6,6,65003,6','6,6,65003,7','6,6,65003,8','6,6,65003,9','6,6,65003,10','6,6,65003,11','6,6,65003,12','6,6,65003,13','6,6,65003,14','6,6,65003,15','6,6,65003,16','6,6,65003,17','6,6,65003,18','6,6,65004,1','6,6,65004,2','6,6,65004,3','6,6,65004,4','6,6,65004,5','6,6,65004,6','6,6,65004,7','6,6,65004,8','6,6,65004,9','6,6,65004,10','6,6,65004,11','6,6,65004,12','6,6,65004,13','6,6,65004,14','6,6,65004,15','6,6,65004,16','6,6,65004,17','6,6,65004,18','6,6,65005,1','6,6,65005,2','6,6,65005,3','6,6,65005,4','6,6,65005,5','6,6,65005,6','6,6,65005,7','6,6,65005,8','6,6,65005,9','6,6,65005,10','6,6,65005,11','6,6,65005,12','6,6,65005,13','6,6,65005,14','6,6,65005,15','6,6,65005,16','6,6,65005,17','6,6,65005,18','6,6,65006,1','6,6,65006,2','6,6,65006,3','6,6,65006,4','6,6,65006,5','6,6,65006,6','6,6,65006,7','6,6,65006,8','6,6,65006,9','6,6,65006,10','6,6,65006,11','6,6,65006,12','6,6,65006,13','6,6,65006,14','6,6,65006,15','6,6,65006,16','6,6,65006,17','6,6,65006,18','6,6,65007,1','6,6,65007,2','6,6,65007,3','6,6,65007,4','6,6,65007,5','6,6,65007,6','6,6,65007,7','6,6,65007,8','6,6,65007,9','6,6,65007,10','6,6,65007,11','6,6,65007,12','6,6,65007,13','6,6,65007,14','6,6,65007,15','6,6,65007,16','6,6,65007,17','6,6,65007,18','6,6,65008,1','6,6,65008,2','6,6,65008,3','6,6,65008,4','6,6,65008,5','6,6,65008,6','6,6,65008,7','6,6,65008,8','6,6,65008,9','6,6,65008,10','6,6,65008,11','6,6,65008,12','6,6,65008,13','6,6,65008,14','6,6,65008,15','6,6,65008,16','6,6,65008,17','6,6,65008,18','6,6,65009,1','6,6,65009,2','6,6,65009,3','6,6,65009,4','6,6,65009,5','6,6,65009,6','6,6,65009,7','6,6,65009,8','6,6,65009,9','6,6,65009,10','6,6,65009,11','6,6,65009,12','6,6,65009,13','6,6,65009,14','6,6,65009,15','6,6,65009,16','6,6,65009,17','6,6,65009,18','6,6,65010,1','6,6,65010,2','6,6,65010,3','6,6,65010,4','6,6,65010,5','6,6,65010,6','6,6,65010,7','6,6,65010,8','6,6,65010,9','6,6,65010,10','6,6,65010,11','6,6,65010,12','6,6,65010,13','6,6,65010,14','6,6,65010,15','6,6,65010,16','6,6,65010,17','6,6,65010,18','7/128,1,1,1','7/128,1,1,2','7/128,1,1,3','7/128,1,1,4','7/128,1,1,5','7/128,1,1,6','7/128,1,1,7','7/128,1,1,8','7/128,1,1,9','7/128,1,1,10','7/128,1,1,11','7/128,1,1,12','7/128,1,1,13','7/128,1,1,14','7/128,1,1,15','7/128,1,1,16','7/128,1,1,17','7/128,1,1,18','7/128,1,2,1','7/128,1,2,2','7/128,1,2,3','7/128,1,2,4','7/128,1,2,5','7/128,1,2,6','7/128,1,2,7','7/128,1,2,8','7/128,1,2,9','7/128,1,2,10','7/128,1,2,11','7/128,1,2,12','7/128,1,2,13','7/128,1,2,14','7/128,1,2,15','7/128,1,2,16','7/128,1,2,17','7/128,1,2,18','7/128,1,3,1','7/128,1,3,2','7/128,1,3,3','7/128,1,3,4','7/128,1,3,5','7/128,1,3,6','7/128,1,3,7','7/128,1,3,8','7/128,1,3,9','7/128,1,3,10','7/128,1,3,11','7/128,1,3,12','7/128,1,3,13','7/128,1,3,14','7/128,1,3,15','7/128,1,3,16','7/128,1,3,17','7/128,1,3,18','7/128,1,4,1','7/128,1,4,2','7/128,1,4,3','7/128,1,4,4','7/128,1,4,5','7/128,1,4,6','7/128,1,4,7','7/128,1,4,8','7/128,1,4,9','7/128,1,4,10','7/128,1,4,11','7/128,1,4,12','7/128,1,4,13','7/128,1,4,14','7/128,1,4,15','7/128,1,4,16','7/128,1,4,17','7/128,1,4,18','7/128,1,5,1','7/128,1,5,2','7/128,1,5,3','7/128,1,5,4','7/128,1,5,5','7/128,1,5,6','7/128,1,5,7','7/128,1,5,8','7/128,1,5,9','7/128,1,5,10','7/128,1,5,11','7/128,1,5,12','7/128,1,5,13','7/128,1,5,14','7/128,1,5,15','7/128,1,5,16','7/128,1,5,17','7/128,1,5,18','7/128,1,6,1','7/128,1,6,2','7/128,1,6,3','7/128,1,6,4','7/128,1,6,5','7/128,1,6,6','7/128,1,6,7','7/128,1,6,8','7/128,1,6,9','7/128,1,6,10','7/128,1,6,11','7/128,1,6,12','7/128,1,6,13','7/128,1,6,14','7/128,1,6,15','7/128,1,6,16','7/128,1,6,17','7/128,1,6,18','7/128,1,7,1','7/128,1,7,2','7/128,1,7,3','7/128,1,7,4','7/128,1,7,5','7/128,1,7,6','7/128,1,7,7','7/128,1,7,8','7/128,1,7,9','7/128,1,7,10','7/128,1,7,11','7/128,1,7,12','7/128,1,7,13','7/128,1,7,14','7/128,1,7,15','7/128,1,7,16','7/128,1,7,17','7/128,1,7,18','7/128,1,8,1','7/128,1,8,2','7/128,1,8,3','7/128,1,8,4','7/128,1,8,5','7/128,1,8,6','7/128,1,8,7','7/128,1,8,8','7/128,1,8,9','7/128,1,8,10','7/128,1,8,11','7/128,1,8,12','7/128,1,8,13','7/128,1,8,14','7/128,1,8,15','7/128,1,8,16','7/128,1,8,17','7/128,1,8,18','7/128,1,64221,1','7/128,1,64221,2','7/128,1,64221,3','7/128,1,64221,4','7/128,1,64221,5','7/128,1,64221,6','7/128,1,64221,7','7/128,1,64221,8','7/128,1,64221,9','7/128,1,64221,10','7/128,1,64221,11','7/128,1,64221,12','7/128,1,64221,13','7/128,1,64221,14','7/128,1,64221,15','7/128,1,64221,16','7/128,1,64221,17','7/128,1,64221,18','7/128,1,64222,1','7/128,1,64222,2','7/128,1,64222,3','7/128,1,64222,4','7/128,1,64222,5','7/128,1,64222,6','7/128,1,64222,7','7/128,1,64222,8','7/128,1,64222,9','7/128,1,64222,10','7/128,1,64222,11','7/128,1,64222,12','7/128,1,64222,13','7/128,1,64222,14','7/128,1,64222,15','7/128,1,64222,16','7/128,1,64222,17','7/128,1,64222,18','7/128,1,64223,1','7/128,1,64223,2','7/128,1,64223,3','7/128,1,64223,4','7/128,1,64223,5','7/128,1,64223,6','7/128,1,64223,7','7/128,1,64223,8','7/128,1,64223,9','7/128,1,64223,10','7/128,1,64223,11','7/128,1,64223,12','7/128,1,64223,13','7/128,1,64223,14','7/128,1,64223,15','7/128,1,64223,16','7/128,1,64223,17','7/128,1,64223,18','7/128,1,64224,1','7/128,1,64224,2','7/128,1,64224,3','7/128,1,64224,4','7/128,1,64224,5','7/128,1,64224,6','7/128,1,64224,7','7/128,1,64224,8','7/128,1,64224,9','7/128,1,64224,10','7/128,1,64224,11','7/128,1,64224,12','7/128,1,64224,13','7/128,1,64224,14','7/128,1,64224,15','7/128,1,64224,16','7/128,1,64224,17','7/128,1,64224,18','7/128,1,65001,1','7/128,1,65001,2','7/128,1,65001,3','7/128,1,65001,4','7/128,1,65001,5','7/128,1,65001,6','7/128,1,65001,7','7/128,1,65001,8','7/128,1,65001,9','7/128,1,65001,10','7/128,1,65001,11','7/128,1,65001,12','7/128,1,65001,13','7/128,1,65001,14','7/128,1,65001,15','7/128,1,65001,16','7/128,1,65001,17','7/128,1,65001,18','7/128,1,65002,1','7/128,1,65002,2','7/128,1,65002,3','7/128,1,65002,4','7/128,1,65002,5','7/128,1,65002,6','7/128,1,65002,7','7/128,1,65002,8','7/128,1,65002,9','7/128,1,65002,10','7/128,1,65002,11','7/128,1,65002,12','7/128,1,65002,13','7/128,1,65002,14','7/128,1,65002,15','7/128,1,65002,16','7/128,1,65002,17','7/128,1,65002,18','7/128,1,65003,1','7/128,1,65003,2','7/128,1,65003,3','7/128,1,65003,4','7/128,1,65003,5','7/128,1,65003,6','7/128,1,65003,7','7/128,1,65003,8','7/128,1,65003,9','7/128,1,65003,10','7/128,1,65003,11','7/128,1,65003,12','7/128,1,65003,13','7/128,1,65003,14','7/128,1,65003,15','7/128,1,65003,16','7/128,1,65003,17','7/128,1,65003,18','7/128,1,65004,1','7/128,1,65004,2','7/128,1,65004,3','7/128,1,65004,4','7/128,1,65004,5','7/128,1,65004,6','7/128,1,65004,7','7/128,1,65004,8','7/128,1,65004,9','7/128,1,65004,10','7/128,1,65004,11','7/128,1,65004,12','7/128,1,65004,13','7/128,1,65004,14','7/128,1,65004,15','7/128,1,65004,16','7/128,1,65004,17','7/128,1,65004,18','7/128,1,65005,1','7/128,1,65005,2','7/128,1,65005,3','7/128,1,65005,4','7/128,1,65005,5','7/128,1,65005,6','7/128,1,65005,7','7/128,1,65005,8','7/128,1,65005,9','7/128,1,65005,10','7/128,1,65005,11','7/128,1,65005,12','7/128,1,65005,13','7/128,1,65005,14','7/128,1,65005,15','7/128,1,65005,16','7/128,1,65005,17','7/128,1,65005,18','7/128,1,65006,1','7/128,1,65006,2','7/128,1,65006,3','7/128,1,65006,4','7/128,1,65006,5','7/128,1,65006,6','7/128,1,65006,7','7/128,1,65006,8','7/128,1,65006,9','7/128,1,65006,10','7/128,1,65006,11','7/128,1,65006,12','7/128,1,65006,13','7/128,1,65006,14','7/128,1,65006,15','7/128,1,65006,16','7/128,1,65006,17','7/128,1,65006,18','7/128,1,65007,1','7/128,1,65007,2','7/128,1,65007,3','7/128,1,65007,4','7/128,1,65007,5','7/128,1,65007,6','7/128,1,65007,7','7/128,1,65007,8','7/128,1,65007,9','7/128,1,65007,10','7/128,1,65007,11','7/128,1,65007,12','7/128,1,65007,13','7/128,1,65007,14','7/128,1,65007,15','7/128,1,65007,16','7/128,1,65007,17','7/128,1,65007,18','7/128,1,65008,1','7/128,1,65008,2','7/128,1,65008,3','7/128,1,65008,4','7/128,1,65008,5','7/128,1,65008,6','7/128,1,65008,7','7/128,1,65008,8','7/128,1,65008,9','7/128,1,65008,10','7/128,1,65008,11','7/128,1,65008,12','7/128,1,65008,13','7/128,1,65008,14','7/128,1,65008,15','7/128,1,65008,16','7/128,1,65008,17','7/128,1,65008,18','7/128,1,65009,1','7/128,1,65009,2','7/128,1,65009,3','7/128,1,65009,4','7/128,1,65009,5','7/128,1,65009,6','7/128,1,65009,7','7/128,1,65009,8','7/128,1,65009,9','7/128,1,65009,10','7/128,1,65009,11','7/128,1,65009,12','7/128,1,65009,13','7/128,1,65009,14','7/128,1,65009,15','7/128,1,65009,16','7/128,1,65009,17','7/128,1,65009,18','7/128,1,65010,1','7/128,1,65010,2','7/128,1,65010,3','7/128,1,65010,4','7/128,1,65010,5','7/128,1,65010,6','7/128,1,65010,7','7/128,1,65010,8','7/128,1,65010,9','7/128,1,65010,10','7/128,1,65010,11','7/128,1,65010,12','7/128,1,65010,13','7/128,1,65010,14','7/128,1,65010,15','7/128,1,65010,16','7/128,1,65010,17','7/128,1,65010,18','7/128,2,1,1','7/128,2,1,2','7/128,2,1,3','7/128,2,1,4','7/128,2,1,5','7/128,2,1,6','7/128,2,1,7','7/128,2,1,8','7/128,2,1,9','7/128,2,1,10','7/128,2,1,11','7/128,2,1,12','7/128,2,1,13','7/128,2,1,14','7/128,2,1,15','7/128,2,1,16','7/128,2,1,17','7/128,2,1,18','7/128,2,2,1','7/128,2,2,2','7/128,2,2,3','7/128,2,2,4','7/128,2,2,5','7/128,2,2,6','7/128,2,2,7','7/128,2,2,8','7/128,2,2,9','7/128,2,2,10','7/128,2,2,11','7/128,2,2,12','7/128,2,2,13','7/128,2,2,14','7/128,2,2,15','7/128,2,2,16','7/128,2,2,17','7/128,2,2,18','7/128,2,3,1','7/128,2,3,2','7/128,2,3,3','7/128,2,3,4','7/128,2,3,5','7/128,2,3,6','7/128,2,3,7','7/128,2,3,8','7/128,2,3,9','7/128,2,3,10','7/128,2,3,11','7/128,2,3,12','7/128,2,3,13','7/128,2,3,14','7/128,2,3,15','7/128,2,3,16','7/128,2,3,17','7/128,2,3,18','7/128,2,4,1','7/128,2,4,2','7/128,2,4,3','7/128,2,4,4','7/128,2,4,5','7/128,2,4,6','7/128,2,4,7','7/128,2,4,8','7/128,2,4,9','7/128,2,4,10','7/128,2,4,11','7/128,2,4,12','7/128,2,4,13','7/128,2,4,14','7/128,2,4,15','7/128,2,4,16','7/128,2,4,17','7/128,2,4,18','7/128,2,5,1','7/128,2,5,2','7/128,2,5,3','7/128,2,5,4','7/128,2,5,5','7/128,2,5,6','7/128,2,5,7','7/128,2,5,8','7/128,2,5,9','7/128,2,5,10','7/128,2,5,11','7/128,2,5,12','7/128,2,5,13','7/128,2,5,14','7/128,2,5,15','7/128,2,5,16','7/128,2,5,17','7/128,2,5,18','7/128,2,6,1','7/128,2,6,2','7/128,2,6,3','7/128,2,6,4','7/128,2,6,5','7/128,2,6,6','7/128,2,6,7','7/128,2,6,8','7/128,2,6,9','7/128,2,6,10','7/128,2,6,11','7/128,2,6,12','7/128,2,6,13','7/128,2,6,14','7/128,2,6,15','7/128,2,6,16','7/128,2,6,17','7/128,2,6,18','7/128,2,7,1','7/128,2,7,2','7/128,2,7,3','7/128,2,7,4','7/128,2,7,5','7/128,2,7,6','7/128,2,7,7','7/128,2,7,8','7/128,2,7,9','7/128,2,7,10','7/128,2,7,11','7/128,2,7,12','7/128,2,7,13','7/128,2,7,14','7/128,2,7,15','7/128,2,7,16','7/128,2,7,17','7/128,2,7,18','7/128,2,8,1','7/128,2,8,2','7/128,2,8,3','7/128,2,8,4','7/128,2,8,5','7/128,2,8,6','7/128,2,8,7','7/128,2,8,8','7/128,2,8,9','7/128,2,8,10','7/128,2,8,11','7/128,2,8,12','7/128,2,8,13','7/128,2,8,14','7/128,2,8,15','7/128,2,8,16','7/128,2,8,17','7/128,2,8,18','7/128,2,64221,1','7/128,2,64221,2','7/128,2,64221,3','7/128,2,64221,4','7/128,2,64221,5','7/128,2,64221,6','7/128,2,64221,7','7/128,2,64221,8','7/128,2,64221,9','7/128,2,64221,10','7/128,2,64221,11','7/128,2,64221,12','7/128,2,64221,13','7/128,2,64221,14','7/128,2,64221,15','7/128,2,64221,16','7/128,2,64221,17','7/128,2,64221,18','7/128,2,64222,1','7/128,2,64222,2','7/128,2,64222,3','7/128,2,64222,4','7/128,2,64222,5','7/128,2,64222,6','7/128,2,64222,7','7/128,2,64222,8','7/128,2,64222,9','7/128,2,64222,10','7/128,2,64222,11','7/128,2,64222,12','7/128,2,64222,13','7/128,2,64222,14','7/128,2,64222,15','7/128,2,64222,16','7/128,2,64222,17','7/128,2,64222,18','7/128,2,64223,1','7/128,2,64223,2','7/128,2,64223,3','7/128,2,64223,4','7/128,2,64223,5','7/128,2,64223,6','7/128,2,64223,7','7/128,2,64223,8','7/128,2,64223,9','7/128,2,64223,10','7/128,2,64223,11','7/128,2,64223,12','7/128,2,64223,13','7/128,2,64223,14','7/128,2,64223,15','7/128,2,64223,16','7/128,2,64223,17','7/128,2,64223,18','7/128,2,64224,1','7/128,2,64224,2','7/128,2,64224,3','7/128,2,64224,4','7/128,2,64224,5','7/128,2,64224,6','7/128,2,64224,7','7/128,2,64224,8','7/128,2,64224,9','7/128,2,64224,10','7/128,2,64224,11','7/128,2,64224,12','7/128,2,64224,13','7/128,2,64224,14','7/128,2,64224,15','7/128,2,64224,16','7/128,2,64224,17','7/128,2,64224,18','7/128,2,65001,1','7/128,2,65001,2','7/128,2,65001,3','7/128,2,65001,4','7/128,2,65001,5','7/128,2,65001,6','7/128,2,65001,7','7/128,2,65001,8','7/128,2,65001,9','7/128,2,65001,10','7/128,2,65001,11','7/128,2,65001,12','7/128,2,65001,13','7/128,2,65001,14','7/128,2,65001,15','7/128,2,65001,16','7/128,2,65001,17','7/128,2,65001,18','7/128,2,65002,1','7/128,2,65002,2','7/128,2,65002,3','7/128,2,65002,4','7/128,2,65002,5','7/128,2,65002,6','7/128,2,65002,7','7/128,2,65002,8','7/128,2,65002,9','7/128,2,65002,10','7/128,2,65002,11','7/128,2,65002,12','7/128,2,65002,13','7/128,2,65002,14','7/128,2,65002,15','7/128,2,65002,16','7/128,2,65002,17','7/128,2,65002,18','7/128,2,65003,1','7/128,2,65003,2','7/128,2,65003,3','7/128,2,65003,4','7/128,2,65003,5','7/128,2,65003,6','7/128,2,65003,7','7/128,2,65003,8','7/128,2,65003,9','7/128,2,65003,10','7/128,2,65003,11','7/128,2,65003,12','7/128,2,65003,13','7/128,2,65003,14','7/128,2,65003,15','7/128,2,65003,16','7/128,2,65003,17','7/128,2,65003,18','7/128,2,65004,1','7/128,2,65004,2','7/128,2,65004,3','7/128,2,65004,4','7/128,2,65004,5','7/128,2,65004,6','7/128,2,65004,7','7/128,2,65004,8','7/128,2,65004,9','7/128,2,65004,10','7/128,2,65004,11','7/128,2,65004,12','7/128,2,65004,13','7/128,2,65004,14','7/128,2,65004,15','7/128,2,65004,16','7/128,2,65004,17','7/128,2,65004,18','7/128,2,65005,1','7/128,2,65005,2','7/128,2,65005,3','7/128,2,65005,4','7/128,2,65005,5','7/128,2,65005,6','7/128,2,65005,7','7/128,2,65005,8','7/128,2,65005,9','7/128,2,65005,10','7/128,2,65005,11','7/128,2,65005,12','7/128,2,65005,13','7/128,2,65005,14','7/128,2,65005,15','7/128,2,65005,16','7/128,2,65005,17','7/128,2,65005,18','7/128,2,65006,1','7/128,2,65006,2','7/128,2,65006,3','7/128,2,65006,4','7/128,2,65006,5','7/128,2,65006,6','7/128,2,65006,7','7/128,2,65006,8','7/128,2,65006,9','7/128,2,65006,10','7/128,2,65006,11','7/128,2,65006,12','7/128,2,65006,13','7/128,2,65006,14','7/128,2,65006,15','7/128,2,65006,16','7/128,2,65006,17','7/128,2,65006,18','7/128,2,65007,1','7/128,2,65007,2','7/128,2,65007,3','7/128,2,65007,4','7/128,2,65007,5','7/128,2,65007,6','7/128,2,65007,7','7/128,2,65007,8','7/128,2,65007,9','7/128,2,65007,10','7/128,2,65007,11','7/128,2,65007,12','7/128,2,65007,13','7/128,2,65007,14','7/128,2,65007,15','7/128,2,65007,16','7/128,2,65007,17','7/128,2,65007,18','7/128,2,65008,1','7/128,2,65008,2','7/128,2,65008,3','7/128,2,65008,4','7/128,2,65008,5','7/128,2,65008,6','7/128,2,65008,7','7/128,2,65008,8','7/128,2,65008,9','7/128,2,65008,10','7/128,2,65008,11','7/128,2,65008,12','7/128,2,65008,13','7/128,2,65008,14','7/128,2,65008,15','7/128,2,65008,16','7/128,2,65008,17','7/128,2,65008,18','7/128,2,65009,1','7/128,2,65009,2','7/128,2,65009,3','7/128,2,65009,4','7/128,2,65009,5','7/128,2,65009,6','7/128,2,65009,7','7/128,2,65009,8','7/128,2,65009,9','7/128,2,65009,10','7/128,2,65009,11','7/128,2,65009,12','7/128,2,65009,13','7/128,2,65009,14','7/128,2,65009,15','7/128,2,65009,16','7/128,2,65009,17','7/128,2,65009,18','7/128,2,65010,1','7/128,2,65010,2','7/128,2,65010,3','7/128,2,65010,4','7/128,2,65010,5','7/128,2,65010,6','7/128,2,65010,7','7/128,2,65010,8','7/128,2,65010,9','7/128,2,65010,10','7/128,2,65010,11','7/128,2,65010,12','7/128,2,65010,13','7/128,2,65010,14','7/128,2,65010,15','7/128,2,65010,16','7/128,2,65010,17','7/128,2,65010,18','7/128,3,1,1','7/128,3,1,2','7/128,3,1,3','7/128,3,1,4','7/128,3,1,5','7/128,3,1,6','7/128,3,1,7','7/128,3,1,8','7/128,3,1,9','7/128,3,1,10','7/128,3,1,11','7/128,3,1,12','7/128,3,1,13','7/128,3,1,14','7/128,3,1,15','7/128,3,1,16','7/128,3,1,17','7/128,3,1,18','7/128,3,2,1','7/128,3,2,2','7/128,3,2,3','7/128,3,2,4','7/128,3,2,5','7/128,3,2,6','7/128,3,2,7','7/128,3,2,8','7/128,3,2,9','7/128,3,2,10','7/128,3,2,11','7/128,3,2,12','7/128,3,2,13','7/128,3,2,14','7/128,3,2,15','7/128,3,2,16','7/128,3,2,17','7/128,3,2,18','7/128,3,3,1','7/128,3,3,2','7/128,3,3,3','7/128,3,3,4','7/128,3,3,5','7/128,3,3,6','7/128,3,3,7','7/128,3,3,8','7/128,3,3,9','7/128,3,3,10','7/128,3,3,11','7/128,3,3,12','7/128,3,3,13','7/128,3,3,14','7/128,3,3,15','7/128,3,3,16','7/128,3,3,17','7/128,3,3,18','7/128,3,4,1','7/128,3,4,2','7/128,3,4,3','7/128,3,4,4','7/128,3,4,5','7/128,3,4,6','7/128,3,4,7','7/128,3,4,8','7/128,3,4,9','7/128,3,4,10','7/128,3,4,11','7/128,3,4,12','7/128,3,4,13','7/128,3,4,14','7/128,3,4,15','7/128,3,4,16','7/128,3,4,17','7/128,3,4,18','7/128,3,5,1','7/128,3,5,2','7/128,3,5,3','7/128,3,5,4','7/128,3,5,5','7/128,3,5,6','7/128,3,5,7','7/128,3,5,8','7/128,3,5,9','7/128,3,5,10','7/128,3,5,11','7/128,3,5,12','7/128,3,5,13','7/128,3,5,14','7/128,3,5,15','7/128,3,5,16','7/128,3,5,17','7/128,3,5,18','7/128,3,6,1','7/128,3,6,2','7/128,3,6,3','7/128,3,6,4','7/128,3,6,5','7/128,3,6,6','7/128,3,6,7','7/128,3,6,8','7/128,3,6,9','7/128,3,6,10','7/128,3,6,11','7/128,3,6,12','7/128,3,6,13','7/128,3,6,14','7/128,3,6,15','7/128,3,6,16','7/128,3,6,17','7/128,3,6,18','7/128,3,7,1','7/128,3,7,2','7/128,3,7,3','7/128,3,7,4','7/128,3,7,5','7/128,3,7,6','7/128,3,7,7','7/128,3,7,8','7/128,3,7,9','7/128,3,7,10','7/128,3,7,11','7/128,3,7,12','7/128,3,7,13','7/128,3,7,14','7/128,3,7,15','7/128,3,7,16','7/128,3,7,17','7/128,3,7,18','7/128,3,8,1','7/128,3,8,2','7/128,3,8,3','7/128,3,8,4','7/128,3,8,5','7/128,3,8,6','7/128,3,8,7','7/128,3,8,8','7/128,3,8,9','7/128,3,8,10','7/128,3,8,11','7/128,3,8,12','7/128,3,8,13','7/128,3,8,14','7/128,3,8,15','7/128,3,8,16','7/128,3,8,17','7/128,3,8,18','7/128,3,64221,1','7/128,3,64221,2','7/128,3,64221,3','7/128,3,64221,4','7/128,3,64221,5','7/128,3,64221,6','7/128,3,64221,7','7/128,3,64221,8','7/128,3,64221,9','7/128,3,64221,10','7/128,3,64221,11','7/128,3,64221,12','7/128,3,64221,13','7/128,3,64221,14','7/128,3,64221,15','7/128,3,64221,16','7/128,3,64221,17','7/128,3,64221,18','7/128,3,64222,1','7/128,3,64222,2','7/128,3,64222,3','7/128,3,64222,4','7/128,3,64222,5','7/128,3,64222,6','7/128,3,64222,7','7/128,3,64222,8','7/128,3,64222,9','7/128,3,64222,10','7/128,3,64222,11','7/128,3,64222,12','7/128,3,64222,13','7/128,3,64222,14','7/128,3,64222,15','7/128,3,64222,16','7/128,3,64222,17','7/128,3,64222,18','7/128,3,64223,1','7/128,3,64223,2','7/128,3,64223,3','7/128,3,64223,4','7/128,3,64223,5','7/128,3,64223,6','7/128,3,64223,7','7/128,3,64223,8','7/128,3,64223,9','7/128,3,64223,10','7/128,3,64223,11','7/128,3,64223,12','7/128,3,64223,13','7/128,3,64223,14','7/128,3,64223,15','7/128,3,64223,16','7/128,3,64223,17','7/128,3,64223,18','7/128,3,64224,1','7/128,3,64224,2','7/128,3,64224,3','7/128,3,64224,4','7/128,3,64224,5','7/128,3,64224,6','7/128,3,64224,7','7/128,3,64224,8','7/128,3,64224,9','7/128,3,64224,10','7/128,3,64224,11','7/128,3,64224,12','7/128,3,64224,13','7/128,3,64224,14','7/128,3,64224,15','7/128,3,64224,16','7/128,3,64224,17','7/128,3,64224,18','7/128,3,65001,1','7/128,3,65001,2','7/128,3,65001,3','7/128,3,65001,4','7/128,3,65001,5','7/128,3,65001,6','7/128,3,65001,7','7/128,3,65001,8','7/128,3,65001,9','7/128,3,65001,10','7/128,3,65001,11','7/128,3,65001,12','7/128,3,65001,13','7/128,3,65001,14','7/128,3,65001,15','7/128,3,65001,16','7/128,3,65001,17','7/128,3,65001,18','7/128,3,65002,1','7/128,3,65002,2','7/128,3,65002,3','7/128,3,65002,4','7/128,3,65002,5','7/128,3,65002,6','7/128,3,65002,7','7/128,3,65002,8','7/128,3,65002,9','7/128,3,65002,10','7/128,3,65002,11','7/128,3,65002,12','7/128,3,65002,13','7/128,3,65002,14','7/128,3,65002,15','7/128,3,65002,16','7/128,3,65002,17','7/128,3,65002,18','7/128,3,65003,1','7/128,3,65003,2','7/128,3,65003,3','7/128,3,65003,4','7/128,3,65003,5','7/128,3,65003,6','7/128,3,65003,7','7/128,3,65003,8','7/128,3,65003,9','7/128,3,65003,10','7/128,3,65003,11','7/128,3,65003,12','7/128,3,65003,13','7/128,3,65003,14','7/128,3,65003,15','7/128,3,65003,16','7/128,3,65003,17','7/128,3,65003,18','7/128,3,65004,1','7/128,3,65004,2','7/128,3,65004,3','7/128,3,65004,4','7/128,3,65004,5','7/128,3,65004,6','7/128,3,65004,7','7/128,3,65004,8','7/128,3,65004,9','7/128,3,65004,10','7/128,3,65004,11','7/128,3,65004,12','7/128,3,65004,13','7/128,3,65004,14','7/128,3,65004,15','7/128,3,65004,16','7/128,3,65004,17','7/128,3,65004,18','7/128,3,65005,1','7/128,3,65005,2','7/128,3,65005,3','7/128,3,65005,4','7/128,3,65005,5','7/128,3,65005,6','7/128,3,65005,7','7/128,3,65005,8','7/128,3,65005,9','7/128,3,65005,10','7/128,3,65005,11','7/128,3,65005,12','7/128,3,65005,13','7/128,3,65005,14','7/128,3,65005,15','7/128,3,65005,16','7/128,3,65005,17','7/128,3,65005,18','7/128,3,65006,1','7/128,3,65006,2','7/128,3,65006,3','7/128,3,65006,4','7/128,3,65006,5','7/128,3,65006,6','7/128,3,65006,7','7/128,3,65006,8','7/128,3,65006,9','7/128,3,65006,10','7/128,3,65006,11','7/128,3,65006,12','7/128,3,65006,13','7/128,3,65006,14','7/128,3,65006,15','7/128,3,65006,16','7/128,3,65006,17','7/128,3,65006,18','7/128,3,65007,1','7/128,3,65007,2','7/128,3,65007,3','7/128,3,65007,4','7/128,3,65007,5','7/128,3,65007,6','7/128,3,65007,7','7/128,3,65007,8','7/128,3,65007,9','7/128,3,65007,10','7/128,3,65007,11','7/128,3,65007,12','7/128,3,65007,13','7/128,3,65007,14','7/128,3,65007,15','7/128,3,65007,16','7/128,3,65007,17','7/128,3,65007,18','7/128,3,65008,1','7/128,3,65008,2','7/128,3,65008,3','7/128,3,65008,4','7/128,3,65008,5','7/128,3,65008,6','7/128,3,65008,7','7/128,3,65008,8','7/128,3,65008,9','7/128,3,65008,10','7/128,3,65008,11','7/128,3,65008,12','7/128,3,65008,13','7/128,3,65008,14','7/128,3,65008,15','7/128,3,65008,16','7/128,3,65008,17','7/128,3,65008,18','7/128,3,65009,1','7/128,3,65009,2','7/128,3,65009,3','7/128,3,65009,4','7/128,3,65009,5','7/128,3,65009,6','7/128,3,65009,7','7/128,3,65009,8','7/128,3,65009,9','7/128,3,65009,10','7/128,3,65009,11','7/128,3,65009,12','7/128,3,65009,13','7/128,3,65009,14','7/128,3,65009,15','7/128,3,65009,16','7/128,3,65009,17','7/128,3,65009,18','7/128,3,65010,1','7/128,3,65010,2','7/128,3,65010,3','7/128,3,65010,4','7/128,3,65010,5','7/128,3,65010,6','7/128,3,65010,7','7/128,3,65010,8','7/128,3,65010,9','7/128,3,65010,10','7/128,3,65010,11','7/128,3,65010,12','7/128,3,65010,13','7/128,3,65010,14','7/128,3,65010,15','7/128,3,65010,16','7/128,3,65010,17','7/128,3,65010,18','7/128,4,1,1','7/128,4,1,2','7/128,4,1,3','7/128,4,1,4','7/128,4,1,5','7/128,4,1,6','7/128,4,1,7','7/128,4,1,8','7/128,4,1,9','7/128,4,1,10','7/128,4,1,11','7/128,4,1,12','7/128,4,1,13','7/128,4,1,14','7/128,4,1,15','7/128,4,1,16','7/128,4,1,17','7/128,4,1,18','7/128,4,2,1','7/128,4,2,2','7/128,4,2,3','7/128,4,2,4','7/128,4,2,5','7/128,4,2,6','7/128,4,2,7','7/128,4,2,8','7/128,4,2,9','7/128,4,2,10','7/128,4,2,11','7/128,4,2,12','7/128,4,2,13','7/128,4,2,14','7/128,4,2,15','7/128,4,2,16','7/128,4,2,17','7/128,4,2,18','7/128,4,3,1','7/128,4,3,2','7/128,4,3,3','7/128,4,3,4','7/128,4,3,5','7/128,4,3,6','7/128,4,3,7','7/128,4,3,8','7/128,4,3,9','7/128,4,3,10','7/128,4,3,11','7/128,4,3,12','7/128,4,3,13','7/128,4,3,14','7/128,4,3,15','7/128,4,3,16','7/128,4,3,17','7/128,4,3,18','7/128,4,4,1','7/128,4,4,2','7/128,4,4,3','7/128,4,4,4','7/128,4,4,5','7/128,4,4,6','7/128,4,4,7','7/128,4,4,8','7/128,4,4,9','7/128,4,4,10','7/128,4,4,11','7/128,4,4,12','7/128,4,4,13','7/128,4,4,14','7/128,4,4,15','7/128,4,4,16','7/128,4,4,17','7/128,4,4,18','7/128,4,5,1','7/128,4,5,2','7/128,4,5,3','7/128,4,5,4','7/128,4,5,5','7/128,4,5,6','7/128,4,5,7','7/128,4,5,8','7/128,4,5,9','7/128,4,5,10','7/128,4,5,11','7/128,4,5,12','7/128,4,5,13','7/128,4,5,14','7/128,4,5,15','7/128,4,5,16','7/128,4,5,17','7/128,4,5,18','7/128,4,6,1','7/128,4,6,2','7/128,4,6,3','7/128,4,6,4','7/128,4,6,5','7/128,4,6,6','7/128,4,6,7','7/128,4,6,8','7/128,4,6,9','7/128,4,6,10','7/128,4,6,11','7/128,4,6,12','7/128,4,6,13','7/128,4,6,14','7/128,4,6,15','7/128,4,6,16','7/128,4,6,17','7/128,4,6,18','7/128,4,7,1','7/128,4,7,2','7/128,4,7,3','7/128,4,7,4','7/128,4,7,5','7/128,4,7,6','7/128,4,7,7','7/128,4,7,8','7/128,4,7,9','7/128,4,7,10','7/128,4,7,11','7/128,4,7,12','7/128,4,7,13','7/128,4,7,14','7/128,4,7,15','7/128,4,7,16','7/128,4,7,17','7/128,4,7,18','7/128,4,8,1','7/128,4,8,2','7/128,4,8,3','7/128,4,8,4','7/128,4,8,5','7/128,4,8,6','7/128,4,8,7','7/128,4,8,8','7/128,4,8,9','7/128,4,8,10','7/128,4,8,11','7/128,4,8,12','7/128,4,8,13','7/128,4,8,14','7/128,4,8,15','7/128,4,8,16','7/128,4,8,17','7/128,4,8,18','7/128,4,64221,1','7/128,4,64221,2','7/128,4,64221,3','7/128,4,64221,4','7/128,4,64221,5','7/128,4,64221,6','7/128,4,64221,7','7/128,4,64221,8','7/128,4,64221,9','7/128,4,64221,10','7/128,4,64221,11','7/128,4,64221,12','7/128,4,64221,13','7/128,4,64221,14','7/128,4,64221,15','7/128,4,64221,16','7/128,4,64221,17','7/128,4,64221,18','7/128,4,64222,1','7/128,4,64222,2','7/128,4,64222,3','7/128,4,64222,4','7/128,4,64222,5','7/128,4,64222,6','7/128,4,64222,7','7/128,4,64222,8','7/128,4,64222,9','7/128,4,64222,10','7/128,4,64222,11','7/128,4,64222,12','7/128,4,64222,13','7/128,4,64222,14','7/128,4,64222,15','7/128,4,64222,16','7/128,4,64222,17','7/128,4,64222,18','7/128,4,64223,1','7/128,4,64223,2','7/128,4,64223,3','7/128,4,64223,4','7/128,4,64223,5','7/128,4,64223,6','7/128,4,64223,7','7/128,4,64223,8','7/128,4,64223,9','7/128,4,64223,10','7/128,4,64223,11','7/128,4,64223,12','7/128,4,64223,13','7/128,4,64223,14','7/128,4,64223,15','7/128,4,64223,16','7/128,4,64223,17','7/128,4,64223,18','7/128,4,64224,1','7/128,4,64224,2','7/128,4,64224,3','7/128,4,64224,4','7/128,4,64224,5','7/128,4,64224,6','7/128,4,64224,7','7/128,4,64224,8','7/128,4,64224,9','7/128,4,64224,10','7/128,4,64224,11','7/128,4,64224,12','7/128,4,64224,13','7/128,4,64224,14','7/128,4,64224,15','7/128,4,64224,16','7/128,4,64224,17','7/128,4,64224,18','7/128,4,65001,1','7/128,4,65001,2','7/128,4,65001,3','7/128,4,65001,4','7/128,4,65001,5','7/128,4,65001,6','7/128,4,65001,7','7/128,4,65001,8','7/128,4,65001,9','7/128,4,65001,10','7/128,4,65001,11','7/128,4,65001,12','7/128,4,65001,13','7/128,4,65001,14','7/128,4,65001,15','7/128,4,65001,16','7/128,4,65001,17','7/128,4,65001,18','7/128,4,65002,1','7/128,4,65002,2','7/128,4,65002,3','7/128,4,65002,4','7/128,4,65002,5','7/128,4,65002,6','7/128,4,65002,7','7/128,4,65002,8','7/128,4,65002,9','7/128,4,65002,10','7/128,4,65002,11','7/128,4,65002,12','7/128,4,65002,13','7/128,4,65002,14','7/128,4,65002,15','7/128,4,65002,16','7/128,4,65002,17','7/128,4,65002,18','7/128,4,65003,1','7/128,4,65003,2','7/128,4,65003,3','7/128,4,65003,4','7/128,4,65003,5','7/128,4,65003,6','7/128,4,65003,7','7/128,4,65003,8','7/128,4,65003,9','7/128,4,65003,10','7/128,4,65003,11','7/128,4,65003,12','7/128,4,65003,13','7/128,4,65003,14','7/128,4,65003,15','7/128,4,65003,16','7/128,4,65003,17','7/128,4,65003,18','7/128,4,65004,1','7/128,4,65004,2','7/128,4,65004,3','7/128,4,65004,4','7/128,4,65004,5','7/128,4,65004,6','7/128,4,65004,7','7/128,4,65004,8','7/128,4,65004,9','7/128,4,65004,10','7/128,4,65004,11','7/128,4,65004,12','7/128,4,65004,13','7/128,4,65004,14','7/128,4,65004,15','7/128,4,65004,16','7/128,4,65004,17','7/128,4,65004,18','7/128,4,65005,1','7/128,4,65005,2','7/128,4,65005,3','7/128,4,65005,4','7/128,4,65005,5','7/128,4,65005,6','7/128,4,65005,7','7/128,4,65005,8','7/128,4,65005,9','7/128,4,65005,10','7/128,4,65005,11','7/128,4,65005,12','7/128,4,65005,13','7/128,4,65005,14','7/128,4,65005,15','7/128,4,65005,16','7/128,4,65005,17','7/128,4,65005,18','7/128,4,65006,1','7/128,4,65006,2','7/128,4,65006,3','7/128,4,65006,4','7/128,4,65006,5','7/128,4,65006,6','7/128,4,65006,7','7/128,4,65006,8','7/128,4,65006,9','7/128,4,65006,10','7/128,4,65006,11','7/128,4,65006,12','7/128,4,65006,13','7/128,4,65006,14','7/128,4,65006,15','7/128,4,65006,16','7/128,4,65006,17','7/128,4,65006,18','7/128,4,65007,1','7/128,4,65007,2','7/128,4,65007,3','7/128,4,65007,4','7/128,4,65007,5','7/128,4,65007,6','7/128,4,65007,7','7/128,4,65007,8','7/128,4,65007,9','7/128,4,65007,10','7/128,4,65007,11','7/128,4,65007,12','7/128,4,65007,13','7/128,4,65007,14','7/128,4,65007,15','7/128,4,65007,16','7/128,4,65007,17','7/128,4,65007,18','7/128,4,65008,1','7/128,4,65008,2','7/128,4,65008,3','7/128,4,65008,4','7/128,4,65008,5','7/128,4,65008,6','7/128,4,65008,7','7/128,4,65008,8','7/128,4,65008,9','7/128,4,65008,10','7/128,4,65008,11','7/128,4,65008,12','7/128,4,65008,13','7/128,4,65008,14','7/128,4,65008,15','7/128,4,65008,16','7/128,4,65008,17','7/128,4,65008,18','7/128,4,65009,1','7/128,4,65009,2','7/128,4,65009,3','7/128,4,65009,4','7/128,4,65009,5','7/128,4,65009,6','7/128,4,65009,7','7/128,4,65009,8','7/128,4,65009,9','7/128,4,65009,10','7/128,4,65009,11','7/128,4,65009,12','7/128,4,65009,13','7/128,4,65009,14','7/128,4,65009,15','7/128,4,65009,16','7/128,4,65009,17','7/128,4,65009,18','7/128,4,65010,1','7/128,4,65010,2','7/128,4,65010,3','7/128,4,65010,4','7/128,4,65010,5','7/128,4,65010,6','7/128,4,65010,7','7/128,4,65010,8','7/128,4,65010,9','7/128,4,65010,10','7/128,4,65010,11','7/128,4,65010,12','7/128,4,65010,13','7/128,4,65010,14','7/128,4,65010,15','7/128,4,65010,16','7/128,4,65010,17','7/128,4,65010,18','7/128,5,1,1','7/128,5,1,2','7/128,5,1,3','7/128,5,1,4','7/128,5,1,5','7/128,5,1,6','7/128,5,1,7','7/128,5,1,8','7/128,5,1,9','7/128,5,1,10','7/128,5,1,11','7/128,5,1,12','7/128,5,1,13','7/128,5,1,14','7/128,5,1,15','7/128,5,1,16','7/128,5,1,17','7/128,5,1,18','7/128,5,2,1','7/128,5,2,2','7/128,5,2,3','7/128,5,2,4','7/128,5,2,5','7/128,5,2,6','7/128,5,2,7','7/128,5,2,8','7/128,5,2,9','7/128,5,2,10','7/128,5,2,11','7/128,5,2,12','7/128,5,2,13','7/128,5,2,14','7/128,5,2,15','7/128,5,2,16','7/128,5,2,17','7/128,5,2,18','7/128,5,3,1','7/128,5,3,2','7/128,5,3,3','7/128,5,3,4','7/128,5,3,5','7/128,5,3,6','7/128,5,3,7','7/128,5,3,8','7/128,5,3,9','7/128,5,3,10','7/128,5,3,11','7/128,5,3,12','7/128,5,3,13','7/128,5,3,14','7/128,5,3,15','7/128,5,3,16','7/128,5,3,17','7/128,5,3,18','7/128,5,4,1','7/128,5,4,2','7/128,5,4,3','7/128,5,4,4','7/128,5,4,5','7/128,5,4,6','7/128,5,4,7','7/128,5,4,8','7/128,5,4,9','7/128,5,4,10','7/128,5,4,11','7/128,5,4,12','7/128,5,4,13','7/128,5,4,14','7/128,5,4,15','7/128,5,4,16','7/128,5,4,17','7/128,5,4,18','7/128,5,5,1','7/128,5,5,2','7/128,5,5,3','7/128,5,5,4','7/128,5,5,5','7/128,5,5,6','7/128,5,5,7','7/128,5,5,8','7/128,5,5,9','7/128,5,5,10','7/128,5,5,11','7/128,5,5,12','7/128,5,5,13','7/128,5,5,14','7/128,5,5,15','7/128,5,5,16','7/128,5,5,17','7/128,5,5,18','7/128,5,6,1','7/128,5,6,2','7/128,5,6,3','7/128,5,6,4','7/128,5,6,5','7/128,5,6,6','7/128,5,6,7','7/128,5,6,8','7/128,5,6,9','7/128,5,6,10','7/128,5,6,11','7/128,5,6,12','7/128,5,6,13','7/128,5,6,14','7/128,5,6,15','7/128,5,6,16','7/128,5,6,17','7/128,5,6,18','7/128,5,7,1','7/128,5,7,2','7/128,5,7,3','7/128,5,7,4','7/128,5,7,5','7/128,5,7,6','7/128,5,7,7','7/128,5,7,8','7/128,5,7,9','7/128,5,7,10','7/128,5,7,11','7/128,5,7,12','7/128,5,7,13','7/128,5,7,14','7/128,5,7,15','7/128,5,7,16','7/128,5,7,17','7/128,5,7,18','7/128,5,8,1','7/128,5,8,2','7/128,5,8,3','7/128,5,8,4','7/128,5,8,5','7/128,5,8,6','7/128,5,8,7','7/128,5,8,8','7/128,5,8,9','7/128,5,8,10','7/128,5,8,11','7/128,5,8,12','7/128,5,8,13','7/128,5,8,14','7/128,5,8,15','7/128,5,8,16','7/128,5,8,17','7/128,5,8,18','7/128,5,64221,1','7/128,5,64221,2','7/128,5,64221,3','7/128,5,64221,4','7/128,5,64221,5','7/128,5,64221,6','7/128,5,64221,7','7/128,5,64221,8','7/128,5,64221,9','7/128,5,64221,10','7/128,5,64221,11','7/128,5,64221,12','7/128,5,64221,13','7/128,5,64221,14','7/128,5,64221,15','7/128,5,64221,16','7/128,5,64221,17','7/128,5,64221,18','7/128,5,64222,1','7/128,5,64222,2','7/128,5,64222,3','7/128,5,64222,4','7/128,5,64222,5','7/128,5,64222,6','7/128,5,64222,7','7/128,5,64222,8','7/128,5,64222,9','7/128,5,64222,10','7/128,5,64222,11','7/128,5,64222,12','7/128,5,64222,13','7/128,5,64222,14','7/128,5,64222,15','7/128,5,64222,16','7/128,5,64222,17','7/128,5,64222,18','7/128,5,64223,1','7/128,5,64223,2','7/128,5,64223,3','7/128,5,64223,4','7/128,5,64223,5','7/128,5,64223,6','7/128,5,64223,7','7/128,5,64223,8','7/128,5,64223,9','7/128,5,64223,10','7/128,5,64223,11','7/128,5,64223,12','7/128,5,64223,13','7/128,5,64223,14','7/128,5,64223,15','7/128,5,64223,16','7/128,5,64223,17','7/128,5,64223,18','7/128,5,64224,1','7/128,5,64224,2','7/128,5,64224,3','7/128,5,64224,4','7/128,5,64224,5','7/128,5,64224,6','7/128,5,64224,7','7/128,5,64224,8','7/128,5,64224,9','7/128,5,64224,10','7/128,5,64224,11','7/128,5,64224,12','7/128,5,64224,13','7/128,5,64224,14','7/128,5,64224,15','7/128,5,64224,16','7/128,5,64224,17','7/128,5,64224,18','7/128,5,65001,1','7/128,5,65001,2','7/128,5,65001,3','7/128,5,65001,4','7/128,5,65001,5','7/128,5,65001,6','7/128,5,65001,7','7/128,5,65001,8','7/128,5,65001,9','7/128,5,65001,10','7/128,5,65001,11','7/128,5,65001,12','7/128,5,65001,13','7/128,5,65001,14','7/128,5,65001,15','7/128,5,65001,16','7/128,5,65001,17','7/128,5,65001,18','7/128,5,65002,1','7/128,5,65002,2','7/128,5,65002,3','7/128,5,65002,4','7/128,5,65002,5','7/128,5,65002,6','7/128,5,65002,7','7/128,5,65002,8','7/128,5,65002,9','7/128,5,65002,10','7/128,5,65002,11','7/128,5,65002,12','7/128,5,65002,13','7/128,5,65002,14','7/128,5,65002,15','7/128,5,65002,16','7/128,5,65002,17','7/128,5,65002,18','7/128,5,65003,1','7/128,5,65003,2','7/128,5,65003,3','7/128,5,65003,4','7/128,5,65003,5','7/128,5,65003,6','7/128,5,65003,7','7/128,5,65003,8','7/128,5,65003,9','7/128,5,65003,10','7/128,5,65003,11','7/128,5,65003,12','7/128,5,65003,13','7/128,5,65003,14','7/128,5,65003,15','7/128,5,65003,16','7/128,5,65003,17','7/128,5,65003,18','7/128,5,65004,1','7/128,5,65004,2','7/128,5,65004,3','7/128,5,65004,4','7/128,5,65004,5','7/128,5,65004,6','7/128,5,65004,7','7/128,5,65004,8','7/128,5,65004,9','7/128,5,65004,10','7/128,5,65004,11','7/128,5,65004,12','7/128,5,65004,13','7/128,5,65004,14','7/128,5,65004,15','7/128,5,65004,16','7/128,5,65004,17','7/128,5,65004,18','7/128,5,65005,1','7/128,5,65005,2','7/128,5,65005,3','7/128,5,65005,4','7/128,5,65005,5','7/128,5,65005,6','7/128,5,65005,7','7/128,5,65005,8','7/128,5,65005,9','7/128,5,65005,10','7/128,5,65005,11','7/128,5,65005,12','7/128,5,65005,13','7/128,5,65005,14','7/128,5,65005,15','7/128,5,65005,16','7/128,5,65005,17','7/128,5,65005,18','7/128,5,65006,1','7/128,5,65006,2','7/128,5,65006,3','7/128,5,65006,4','7/128,5,65006,5','7/128,5,65006,6','7/128,5,65006,7','7/128,5,65006,8','7/128,5,65006,9','7/128,5,65006,10','7/128,5,65006,11','7/128,5,65006,12','7/128,5,65006,13','7/128,5,65006,14','7/128,5,65006,15','7/128,5,65006,16','7/128,5,65006,17','7/128,5,65006,18','7/128,5,65007,1','7/128,5,65007,2','7/128,5,65007,3','7/128,5,65007,4','7/128,5,65007,5','7/128,5,65007,6','7/128,5,65007,7','7/128,5,65007,8','7/128,5,65007,9','7/128,5,65007,10','7/128,5,65007,11','7/128,5,65007,12','7/128,5,65007,13','7/128,5,65007,14','7/128,5,65007,15','7/128,5,65007,16','7/128,5,65007,17','7/128,5,65007,18','7/128,5,65008,1','7/128,5,65008,2','7/128,5,65008,3','7/128,5,65008,4','7/128,5,65008,5','7/128,5,65008,6','7/128,5,65008,7','7/128,5,65008,8','7/128,5,65008,9','7/128,5,65008,10','7/128,5,65008,11','7/128,5,65008,12','7/128,5,65008,13','7/128,5,65008,14','7/128,5,65008,15','7/128,5,65008,16','7/128,5,65008,17','7/128,5,65008,18','7/128,5,65009,1','7/128,5,65009,2','7/128,5,65009,3','7/128,5,65009,4','7/128,5,65009,5','7/128,5,65009,6','7/128,5,65009,7','7/128,5,65009,8','7/128,5,65009,9','7/128,5,65009,10','7/128,5,65009,11','7/128,5,65009,12','7/128,5,65009,13','7/128,5,65009,14','7/128,5,65009,15','7/128,5,65009,16','7/128,5,65009,17','7/128,5,65009,18','7/128,5,65010,1','7/128,5,65010,2','7/128,5,65010,3','7/128,5,65010,4','7/128,5,65010,5','7/128,5,65010,6','7/128,5,65010,7','7/128,5,65010,8','7/128,5,65010,9','7/128,5,65010,10','7/128,5,65010,11','7/128,5,65010,12','7/128,5,65010,13','7/128,5,65010,14','7/128,5,65010,15','7/128,5,65010,16','7/128,5,65010,17','7/128,5,65010,18','7/128,6,1,1','7/128,6,1,2','7/128,6,1,3','7/128,6,1,4','7/128,6,1,5','7/128,6,1,6','7/128,6,1,7','7/128,6,1,8','7/128,6,1,9','7/128,6,1,10','7/128,6,1,11','7/128,6,1,12','7/128,6,1,13','7/128,6,1,14','7/128,6,1,15','7/128,6,1,16','7/128,6,1,17','7/128,6,1,18','7/128,6,2,1','7/128,6,2,2','7/128,6,2,3','7/128,6,2,4','7/128,6,2,5','7/128,6,2,6','7/128,6,2,7','7/128,6,2,8','7/128,6,2,9','7/128,6,2,10','7/128,6,2,11','7/128,6,2,12','7/128,6,2,13','7/128,6,2,14','7/128,6,2,15','7/128,6,2,16','7/128,6,2,17','7/128,6,2,18','7/128,6,3,1','7/128,6,3,2','7/128,6,3,3','7/128,6,3,4','7/128,6,3,5','7/128,6,3,6','7/128,6,3,7','7/128,6,3,8','7/128,6,3,9','7/128,6,3,10','7/128,6,3,11','7/128,6,3,12','7/128,6,3,13','7/128,6,3,14','7/128,6,3,15','7/128,6,3,16','7/128,6,3,17','7/128,6,3,18','7/128,6,4,1','7/128,6,4,2','7/128,6,4,3','7/128,6,4,4','7/128,6,4,5','7/128,6,4,6','7/128,6,4,7','7/128,6,4,8','7/128,6,4,9','7/128,6,4,10','7/128,6,4,11','7/128,6,4,12','7/128,6,4,13','7/128,6,4,14','7/128,6,4,15','7/128,6,4,16','7/128,6,4,17','7/128,6,4,18','7/128,6,5,1','7/128,6,5,2','7/128,6,5,3','7/128,6,5,4','7/128,6,5,5','7/128,6,5,6','7/128,6,5,7','7/128,6,5,8','7/128,6,5,9','7/128,6,5,10','7/128,6,5,11','7/128,6,5,12','7/128,6,5,13','7/128,6,5,14','7/128,6,5,15','7/128,6,5,16','7/128,6,5,17','7/128,6,5,18','7/128,6,6,1','7/128,6,6,2','7/128,6,6,3','7/128,6,6,4','7/128,6,6,5','7/128,6,6,6','7/128,6,6,7','7/128,6,6,8','7/128,6,6,9','7/128,6,6,10','7/128,6,6,11','7/128,6,6,12','7/128,6,6,13','7/128,6,6,14','7/128,6,6,15','7/128,6,6,16','7/128,6,6,17','7/128,6,6,18','7/128,6,7,1','7/128,6,7,2','7/128,6,7,3','7/128,6,7,4','7/128,6,7,5','7/128,6,7,6','7/128,6,7,7','7/128,6,7,8','7/128,6,7,9','7/128,6,7,10','7/128,6,7,11','7/128,6,7,12','7/128,6,7,13','7/128,6,7,14','7/128,6,7,15','7/128,6,7,16','7/128,6,7,17','7/128,6,7,18','7/128,6,8,1','7/128,6,8,2','7/128,6,8,3','7/128,6,8,4','7/128,6,8,5','7/128,6,8,6','7/128,6,8,7','7/128,6,8,8','7/128,6,8,9','7/128,6,8,10','7/128,6,8,11','7/128,6,8,12','7/128,6,8,13','7/128,6,8,14','7/128,6,8,15','7/128,6,8,16','7/128,6,8,17','7/128,6,8,18','7/128,6,64221,1','7/128,6,64221,2','7/128,6,64221,3','7/128,6,64221,4','7/128,6,64221,5','7/128,6,64221,6','7/128,6,64221,7','7/128,6,64221,8','7/128,6,64221,9','7/128,6,64221,10','7/128,6,64221,11','7/128,6,64221,12','7/128,6,64221,13','7/128,6,64221,14','7/128,6,64221,15','7/128,6,64221,16','7/128,6,64221,17','7/128,6,64221,18','7/128,6,64222,1','7/128,6,64222,2','7/128,6,64222,3','7/128,6,64222,4','7/128,6,64222,5','7/128,6,64222,6','7/128,6,64222,7','7/128,6,64222,8','7/128,6,64222,9','7/128,6,64222,10','7/128,6,64222,11','7/128,6,64222,12','7/128,6,64222,13','7/128,6,64222,14','7/128,6,64222,15','7/128,6,64222,16','7/128,6,64222,17','7/128,6,64222,18','7/128,6,64223,1','7/128,6,64223,2','7/128,6,64223,3','7/128,6,64223,4','7/128,6,64223,5','7/128,6,64223,6','7/128,6,64223,7','7/128,6,64223,8','7/128,6,64223,9','7/128,6,64223,10','7/128,6,64223,11','7/128,6,64223,12','7/128,6,64223,13','7/128,6,64223,14','7/128,6,64223,15','7/128,6,64223,16','7/128,6,64223,17','7/128,6,64223,18','7/128,6,64224,1','7/128,6,64224,2','7/128,6,64224,3','7/128,6,64224,4','7/128,6,64224,5','7/128,6,64224,6','7/128,6,64224,7','7/128,6,64224,8','7/128,6,64224,9','7/128,6,64224,10','7/128,6,64224,11','7/128,6,64224,12','7/128,6,64224,13','7/128,6,64224,14','7/128,6,64224,15','7/128,6,64224,16','7/128,6,64224,17','7/128,6,64224,18','7/128,6,65001,1','7/128,6,65001,2','7/128,6,65001,3','7/128,6,65001,4','7/128,6,65001,5','7/128,6,65001,6','7/128,6,65001,7','7/128,6,65001,8','7/128,6,65001,9','7/128,6,65001,10','7/128,6,65001,11','7/128,6,65001,12','7/128,6,65001,13','7/128,6,65001,14','7/128,6,65001,15','7/128,6,65001,16','7/128,6,65001,17','7/128,6,65001,18','7/128,6,65002,1','7/128,6,65002,2','7/128,6,65002,3','7/128,6,65002,4','7/128,6,65002,5','7/128,6,65002,6','7/128,6,65002,7','7/128,6,65002,8','7/128,6,65002,9','7/128,6,65002,10','7/128,6,65002,11','7/128,6,65002,12','7/128,6,65002,13','7/128,6,65002,14','7/128,6,65002,15','7/128,6,65002,16','7/128,6,65002,17','7/128,6,65002,18','7/128,6,65003,1','7/128,6,65003,2','7/128,6,65003,3','7/128,6,65003,4','7/128,6,65003,5','7/128,6,65003,6','7/128,6,65003,7','7/128,6,65003,8','7/128,6,65003,9','7/128,6,65003,10','7/128,6,65003,11','7/128,6,65003,12','7/128,6,65003,13','7/128,6,65003,14','7/128,6,65003,15','7/128,6,65003,16','7/128,6,65003,17','7/128,6,65003,18','7/128,6,65004,1','7/128,6,65004,2','7/128,6,65004,3','7/128,6,65004,4','7/128,6,65004,5','7/128,6,65004,6','7/128,6,65004,7','7/128,6,65004,8','7/128,6,65004,9','7/128,6,65004,10','7/128,6,65004,11','7/128,6,65004,12','7/128,6,65004,13','7/128,6,65004,14','7/128,6,65004,15','7/128,6,65004,16','7/128,6,65004,17','7/128,6,65004,18','7/128,6,65005,1','7/128,6,65005,2','7/128,6,65005,3','7/128,6,65005,4','7/128,6,65005,5','7/128,6,65005,6','7/128,6,65005,7','7/128,6,65005,8','7/128,6,65005,9','7/128,6,65005,10','7/128,6,65005,11','7/128,6,65005,12','7/128,6,65005,13','7/128,6,65005,14','7/128,6,65005,15','7/128,6,65005,16','7/128,6,65005,17','7/128,6,65005,18','7/128,6,65006,1','7/128,6,65006,2','7/128,6,65006,3','7/128,6,65006,4','7/128,6,65006,5','7/128,6,65006,6','7/128,6,65006,7','7/128,6,65006,8','7/128,6,65006,9','7/128,6,65006,10','7/128,6,65006,11','7/128,6,65006,12','7/128,6,65006,13','7/128,6,65006,14','7/128,6,65006,15','7/128,6,65006,16','7/128,6,65006,17','7/128,6,65006,18','7/128,6,65007,1','7/128,6,65007,2','7/128,6,65007,3','7/128,6,65007,4','7/128,6,65007,5','7/128,6,65007,6','7/128,6,65007,7','7/128,6,65007,8','7/128,6,65007,9','7/128,6,65007,10','7/128,6,65007,11','7/128,6,65007,12','7/128,6,65007,13','7/128,6,65007,14','7/128,6,65007,15','7/128,6,65007,16','7/128,6,65007,17','7/128,6,65007,18','7/128,6,65008,1','7/128,6,65008,2','7/128,6,65008,3','7/128,6,65008,4','7/128,6,65008,5','7/128,6,65008,6','7/128,6,65008,7','7/128,6,65008,8','7/128,6,65008,9','7/128,6,65008,10','7/128,6,65008,11','7/128,6,65008,12','7/128,6,65008,13','7/128,6,65008,14','7/128,6,65008,15','7/128,6,65008,16','7/128,6,65008,17','7/128,6,65008,18','7/128,6,65009,1','7/128,6,65009,2','7/128,6,65009,3','7/128,6,65009,4','7/128,6,65009,5','7/128,6,65009,6','7/128,6,65009,7','7/128,6,65009,8','7/128,6,65009,9','7/128,6,65009,10','7/128,6,65009,11','7/128,6,65009,12','7/128,6,65009,13','7/128,6,65009,14','7/128,6,65009,15','7/128,6,65009,16','7/128,6,65009,17','7/128,6,65009,18','7/128,6,65010,1','7/128,6,65010,2','7/128,6,65010,3','7/128,6,65010,4','7/128,6,65010,5','7/128,6,65010,6','7/128,6,65010,7','7/128,6,65010,8','7/128,6,65010,9','7/128,6,65010,10','7/128,6,65010,11','7/128,6,65010,12','7/128,6,65010,13','7/128,6,65010,14','7/128,6,65010,15','7/128,6,65010,16','7/128,6,65010,17','7/128,6,65010,18','7/192,1,1,1','7/192,1,1,2','7/192,1,1,3','7/192,1,1,4','7/192,1,1,5','7/192,1,1,6','7/192,1,1,7','7/192,1,1,8','7/192,1,1,9','7/192,1,1,10','7/192,1,1,11','7/192,1,1,12','7/192,1,1,13','7/192,1,1,14','7/192,1,1,15','7/192,1,1,16','7/192,1,1,17','7/192,1,1,18','7/192,1,2,1','7/192,1,2,2','7/192,1,2,3','7/192,1,2,4','7/192,1,2,5','7/192,1,2,6','7/192,1,2,7','7/192,1,2,8','7/192,1,2,9','7/192,1,2,10','7/192,1,2,11','7/192,1,2,12','7/192,1,2,13','7/192,1,2,14','7/192,1,2,15','7/192,1,2,16','7/192,1,2,17','7/192,1,2,18','7/192,1,3,1','7/192,1,3,2','7/192,1,3,3','7/192,1,3,4','7/192,1,3,5','7/192,1,3,6','7/192,1,3,7','7/192,1,3,8','7/192,1,3,9','7/192,1,3,10','7/192,1,3,11','7/192,1,3,12','7/192,1,3,13','7/192,1,3,14','7/192,1,3,15','7/192,1,3,16','7/192,1,3,17','7/192,1,3,18','7/192,1,4,1','7/192,1,4,2','7/192,1,4,3','7/192,1,4,4','7/192,1,4,5','7/192,1,4,6','7/192,1,4,7','7/192,1,4,8','7/192,1,4,9','7/192,1,4,10','7/192,1,4,11','7/192,1,4,12','7/192,1,4,13','7/192,1,4,14','7/192,1,4,15','7/192,1,4,16','7/192,1,4,17','7/192,1,4,18','7/192,1,5,1','7/192,1,5,2','7/192,1,5,3','7/192,1,5,4','7/192,1,5,5','7/192,1,5,6','7/192,1,5,7','7/192,1,5,8','7/192,1,5,9','7/192,1,5,10','7/192,1,5,11','7/192,1,5,12','7/192,1,5,13','7/192,1,5,14','7/192,1,5,15','7/192,1,5,16','7/192,1,5,17','7/192,1,5,18','7/192,1,6,1','7/192,1,6,2','7/192,1,6,3','7/192,1,6,4','7/192,1,6,5','7/192,1,6,6','7/192,1,6,7','7/192,1,6,8','7/192,1,6,9','7/192,1,6,10','7/192,1,6,11','7/192,1,6,12','7/192,1,6,13','7/192,1,6,14','7/192,1,6,15','7/192,1,6,16','7/192,1,6,17','7/192,1,6,18','7/192,1,7,1','7/192,1,7,2','7/192,1,7,3','7/192,1,7,4','7/192,1,7,5','7/192,1,7,6','7/192,1,7,7','7/192,1,7,8','7/192,1,7,9','7/192,1,7,10','7/192,1,7,11','7/192,1,7,12','7/192,1,7,13','7/192,1,7,14','7/192,1,7,15','7/192,1,7,16','7/192,1,7,17','7/192,1,7,18','7/192,1,8,1','7/192,1,8,2','7/192,1,8,3','7/192,1,8,4','7/192,1,8,5','7/192,1,8,6','7/192,1,8,7','7/192,1,8,8','7/192,1,8,9','7/192,1,8,10','7/192,1,8,11','7/192,1,8,12','7/192,1,8,13','7/192,1,8,14','7/192,1,8,15','7/192,1,8,16','7/192,1,8,17','7/192,1,8,18','7/192,1,64221,1','7/192,1,64221,2','7/192,1,64221,3','7/192,1,64221,4','7/192,1,64221,5','7/192,1,64221,6','7/192,1,64221,7','7/192,1,64221,8','7/192,1,64221,9','7/192,1,64221,10','7/192,1,64221,11','7/192,1,64221,12','7/192,1,64221,13','7/192,1,64221,14','7/192,1,64221,15','7/192,1,64221,16','7/192,1,64221,17','7/192,1,64221,18','7/192,1,64222,1','7/192,1,64222,2','7/192,1,64222,3','7/192,1,64222,4','7/192,1,64222,5','7/192,1,64222,6','7/192,1,64222,7','7/192,1,64222,8','7/192,1,64222,9','7/192,1,64222,10','7/192,1,64222,11','7/192,1,64222,12','7/192,1,64222,13','7/192,1,64222,14','7/192,1,64222,15','7/192,1,64222,16','7/192,1,64222,17','7/192,1,64222,18','7/192,1,64223,1','7/192,1,64223,2','7/192,1,64223,3','7/192,1,64223,4','7/192,1,64223,5','7/192,1,64223,6','7/192,1,64223,7','7/192,1,64223,8','7/192,1,64223,9','7/192,1,64223,10','7/192,1,64223,11','7/192,1,64223,12','7/192,1,64223,13','7/192,1,64223,14','7/192,1,64223,15','7/192,1,64223,16','7/192,1,64223,17','7/192,1,64223,18','7/192,1,64224,1','7/192,1,64224,2','7/192,1,64224,3','7/192,1,64224,4','7/192,1,64224,5','7/192,1,64224,6','7/192,1,64224,7','7/192,1,64224,8','7/192,1,64224,9','7/192,1,64224,10','7/192,1,64224,11','7/192,1,64224,12','7/192,1,64224,13','7/192,1,64224,14','7/192,1,64224,15','7/192,1,64224,16','7/192,1,64224,17','7/192,1,64224,18','7/192,1,65001,1','7/192,1,65001,2','7/192,1,65001,3','7/192,1,65001,4','7/192,1,65001,5','7/192,1,65001,6','7/192,1,65001,7','7/192,1,65001,8','7/192,1,65001,9','7/192,1,65001,10','7/192,1,65001,11','7/192,1,65001,12','7/192,1,65001,13','7/192,1,65001,14','7/192,1,65001,15','7/192,1,65001,16','7/192,1,65001,17','7/192,1,65001,18','7/192,1,65002,1','7/192,1,65002,2','7/192,1,65002,3','7/192,1,65002,4','7/192,1,65002,5','7/192,1,65002,6','7/192,1,65002,7','7/192,1,65002,8','7/192,1,65002,9','7/192,1,65002,10','7/192,1,65002,11','7/192,1,65002,12','7/192,1,65002,13','7/192,1,65002,14','7/192,1,65002,15','7/192,1,65002,16','7/192,1,65002,17','7/192,1,65002,18','7/192,1,65003,1','7/192,1,65003,2','7/192,1,65003,3','7/192,1,65003,4','7/192,1,65003,5','7/192,1,65003,6','7/192,1,65003,7','7/192,1,65003,8','7/192,1,65003,9','7/192,1,65003,10','7/192,1,65003,11','7/192,1,65003,12','7/192,1,65003,13','7/192,1,65003,14','7/192,1,65003,15','7/192,1,65003,16','7/192,1,65003,17','7/192,1,65003,18','7/192,1,65004,1','7/192,1,65004,2','7/192,1,65004,3','7/192,1,65004,4','7/192,1,65004,5','7/192,1,65004,6','7/192,1,65004,7','7/192,1,65004,8','7/192,1,65004,9','7/192,1,65004,10','7/192,1,65004,11','7/192,1,65004,12','7/192,1,65004,13','7/192,1,65004,14','7/192,1,65004,15','7/192,1,65004,16','7/192,1,65004,17','7/192,1,65004,18','7/192,1,65005,1','7/192,1,65005,2','7/192,1,65005,3','7/192,1,65005,4','7/192,1,65005,5','7/192,1,65005,6','7/192,1,65005,7','7/192,1,65005,8','7/192,1,65005,9','7/192,1,65005,10','7/192,1,65005,11','7/192,1,65005,12','7/192,1,65005,13','7/192,1,65005,14','7/192,1,65005,15','7/192,1,65005,16','7/192,1,65005,17','7/192,1,65005,18','7/192,1,65006,1','7/192,1,65006,2','7/192,1,65006,3','7/192,1,65006,4','7/192,1,65006,5','7/192,1,65006,6','7/192,1,65006,7','7/192,1,65006,8','7/192,1,65006,9','7/192,1,65006,10','7/192,1,65006,11','7/192,1,65006,12','7/192,1,65006,13','7/192,1,65006,14','7/192,1,65006,15','7/192,1,65006,16','7/192,1,65006,17','7/192,1,65006,18','7/192,1,65007,1','7/192,1,65007,2','7/192,1,65007,3','7/192,1,65007,4','7/192,1,65007,5','7/192,1,65007,6','7/192,1,65007,7','7/192,1,65007,8','7/192,1,65007,9','7/192,1,65007,10','7/192,1,65007,11','7/192,1,65007,12','7/192,1,65007,13','7/192,1,65007,14','7/192,1,65007,15','7/192,1,65007,16','7/192,1,65007,17','7/192,1,65007,18','7/192,1,65008,1','7/192,1,65008,2','7/192,1,65008,3','7/192,1,65008,4','7/192,1,65008,5','7/192,1,65008,6','7/192,1,65008,7','7/192,1,65008,8','7/192,1,65008,9','7/192,1,65008,10','7/192,1,65008,11','7/192,1,65008,12','7/192,1,65008,13','7/192,1,65008,14','7/192,1,65008,15','7/192,1,65008,16','7/192,1,65008,17','7/192,1,65008,18','7/192,1,65009,1','7/192,1,65009,2','7/192,1,65009,3','7/192,1,65009,4','7/192,1,65009,5','7/192,1,65009,6','7/192,1,65009,7','7/192,1,65009,8','7/192,1,65009,9','7/192,1,65009,10','7/192,1,65009,11','7/192,1,65009,12','7/192,1,65009,13','7/192,1,65009,14','7/192,1,65009,15','7/192,1,65009,16','7/192,1,65009,17','7/192,1,65009,18','7/192,1,65010,1','7/192,1,65010,2','7/192,1,65010,3','7/192,1,65010,4','7/192,1,65010,5','7/192,1,65010,6','7/192,1,65010,7','7/192,1,65010,8','7/192,1,65010,9','7/192,1,65010,10','7/192,1,65010,11','7/192,1,65010,12','7/192,1,65010,13','7/192,1,65010,14','7/192,1,65010,15','7/192,1,65010,16','7/192,1,65010,17','7/192,1,65010,18','7/192,2,1,1','7/192,2,1,2','7/192,2,1,3','7/192,2,1,4','7/192,2,1,5','7/192,2,1,6','7/192,2,1,7','7/192,2,1,8','7/192,2,1,9','7/192,2,1,10','7/192,2,1,11','7/192,2,1,12','7/192,2,1,13','7/192,2,1,14','7/192,2,1,15','7/192,2,1,16','7/192,2,1,17','7/192,2,1,18','7/192,2,2,1','7/192,2,2,2','7/192,2,2,3','7/192,2,2,4','7/192,2,2,5','7/192,2,2,6','7/192,2,2,7','7/192,2,2,8','7/192,2,2,9','7/192,2,2,10','7/192,2,2,11','7/192,2,2,12','7/192,2,2,13','7/192,2,2,14','7/192,2,2,15','7/192,2,2,16','7/192,2,2,17','7/192,2,2,18','7/192,2,3,1','7/192,2,3,2','7/192,2,3,3','7/192,2,3,4','7/192,2,3,5','7/192,2,3,6','7/192,2,3,7','7/192,2,3,8','7/192,2,3,9','7/192,2,3,10','7/192,2,3,11','7/192,2,3,12','7/192,2,3,13','7/192,2,3,14','7/192,2,3,15','7/192,2,3,16','7/192,2,3,17','7/192,2,3,18','7/192,2,4,1','7/192,2,4,2','7/192,2,4,3','7/192,2,4,4','7/192,2,4,5','7/192,2,4,6','7/192,2,4,7','7/192,2,4,8','7/192,2,4,9','7/192,2,4,10','7/192,2,4,11','7/192,2,4,12','7/192,2,4,13','7/192,2,4,14','7/192,2,4,15','7/192,2,4,16','7/192,2,4,17','7/192,2,4,18','7/192,2,5,1','7/192,2,5,2','7/192,2,5,3','7/192,2,5,4','7/192,2,5,5','7/192,2,5,6','7/192,2,5,7','7/192,2,5,8','7/192,2,5,9','7/192,2,5,10','7/192,2,5,11','7/192,2,5,12','7/192,2,5,13','7/192,2,5,14','7/192,2,5,15','7/192,2,5,16','7/192,2,5,17','7/192,2,5,18','7/192,2,6,1','7/192,2,6,2','7/192,2,6,3','7/192,2,6,4','7/192,2,6,5','7/192,2,6,6','7/192,2,6,7','7/192,2,6,8','7/192,2,6,9','7/192,2,6,10','7/192,2,6,11','7/192,2,6,12','7/192,2,6,13','7/192,2,6,14','7/192,2,6,15','7/192,2,6,16','7/192,2,6,17','7/192,2,6,18','7/192,2,7,1','7/192,2,7,2','7/192,2,7,3','7/192,2,7,4','7/192,2,7,5','7/192,2,7,6','7/192,2,7,7','7/192,2,7,8','7/192,2,7,9','7/192,2,7,10','7/192,2,7,11','7/192,2,7,12','7/192,2,7,13','7/192,2,7,14','7/192,2,7,15','7/192,2,7,16','7/192,2,7,17','7/192,2,7,18','7/192,2,8,1','7/192,2,8,2','7/192,2,8,3','7/192,2,8,4','7/192,2,8,5','7/192,2,8,6','7/192,2,8,7','7/192,2,8,8','7/192,2,8,9','7/192,2,8,10','7/192,2,8,11','7/192,2,8,12','7/192,2,8,13','7/192,2,8,14','7/192,2,8,15','7/192,2,8,16','7/192,2,8,17','7/192,2,8,18','7/192,2,64221,1','7/192,2,64221,2','7/192,2,64221,3','7/192,2,64221,4','7/192,2,64221,5','7/192,2,64221,6','7/192,2,64221,7','7/192,2,64221,8','7/192,2,64221,9','7/192,2,64221,10','7/192,2,64221,11','7/192,2,64221,12','7/192,2,64221,13','7/192,2,64221,14','7/192,2,64221,15','7/192,2,64221,16','7/192,2,64221,17','7/192,2,64221,18','7/192,2,64222,1','7/192,2,64222,2','7/192,2,64222,3','7/192,2,64222,4','7/192,2,64222,5','7/192,2,64222,6','7/192,2,64222,7','7/192,2,64222,8','7/192,2,64222,9','7/192,2,64222,10','7/192,2,64222,11','7/192,2,64222,12','7/192,2,64222,13','7/192,2,64222,14','7/192,2,64222,15','7/192,2,64222,16','7/192,2,64222,17','7/192,2,64222,18','7/192,2,64223,1','7/192,2,64223,2','7/192,2,64223,3','7/192,2,64223,4','7/192,2,64223,5','7/192,2,64223,6','7/192,2,64223,7','7/192,2,64223,8','7/192,2,64223,9','7/192,2,64223,10','7/192,2,64223,11','7/192,2,64223,12','7/192,2,64223,13','7/192,2,64223,14','7/192,2,64223,15','7/192,2,64223,16','7/192,2,64223,17','7/192,2,64223,18','7/192,2,64224,1','7/192,2,64224,2','7/192,2,64224,3','7/192,2,64224,4','7/192,2,64224,5','7/192,2,64224,6','7/192,2,64224,7','7/192,2,64224,8','7/192,2,64224,9','7/192,2,64224,10','7/192,2,64224,11','7/192,2,64224,12','7/192,2,64224,13','7/192,2,64224,14','7/192,2,64224,15','7/192,2,64224,16','7/192,2,64224,17','7/192,2,64224,18','7/192,2,65001,1','7/192,2,65001,2','7/192,2,65001,3','7/192,2,65001,4','7/192,2,65001,5','7/192,2,65001,6','7/192,2,65001,7','7/192,2,65001,8','7/192,2,65001,9','7/192,2,65001,10','7/192,2,65001,11','7/192,2,65001,12','7/192,2,65001,13','7/192,2,65001,14','7/192,2,65001,15','7/192,2,65001,16','7/192,2,65001,17','7/192,2,65001,18','7/192,2,65002,1','7/192,2,65002,2','7/192,2,65002,3','7/192,2,65002,4','7/192,2,65002,5','7/192,2,65002,6','7/192,2,65002,7','7/192,2,65002,8','7/192,2,65002,9','7/192,2,65002,10','7/192,2,65002,11','7/192,2,65002,12','7/192,2,65002,13','7/192,2,65002,14','7/192,2,65002,15','7/192,2,65002,16','7/192,2,65002,17','7/192,2,65002,18','7/192,2,65003,1','7/192,2,65003,2','7/192,2,65003,3','7/192,2,65003,4','7/192,2,65003,5','7/192,2,65003,6','7/192,2,65003,7','7/192,2,65003,8','7/192,2,65003,9','7/192,2,65003,10','7/192,2,65003,11','7/192,2,65003,12','7/192,2,65003,13','7/192,2,65003,14','7/192,2,65003,15','7/192,2,65003,16','7/192,2,65003,17','7/192,2,65003,18','7/192,2,65004,1','7/192,2,65004,2','7/192,2,65004,3','7/192,2,65004,4','7/192,2,65004,5','7/192,2,65004,6','7/192,2,65004,7','7/192,2,65004,8','7/192,2,65004,9','7/192,2,65004,10','7/192,2,65004,11','7/192,2,65004,12','7/192,2,65004,13','7/192,2,65004,14','7/192,2,65004,15','7/192,2,65004,16','7/192,2,65004,17','7/192,2,65004,18','7/192,2,65005,1','7/192,2,65005,2','7/192,2,65005,3','7/192,2,65005,4','7/192,2,65005,5','7/192,2,65005,6','7/192,2,65005,7','7/192,2,65005,8','7/192,2,65005,9','7/192,2,65005,10','7/192,2,65005,11','7/192,2,65005,12','7/192,2,65005,13','7/192,2,65005,14','7/192,2,65005,15','7/192,2,65005,16','7/192,2,65005,17','7/192,2,65005,18','7/192,2,65006,1','7/192,2,65006,2','7/192,2,65006,3','7/192,2,65006,4','7/192,2,65006,5','7/192,2,65006,6','7/192,2,65006,7','7/192,2,65006,8','7/192,2,65006,9','7/192,2,65006,10','7/192,2,65006,11','7/192,2,65006,12','7/192,2,65006,13','7/192,2,65006,14','7/192,2,65006,15','7/192,2,65006,16','7/192,2,65006,17','7/192,2,65006,18','7/192,2,65007,1','7/192,2,65007,2','7/192,2,65007,3','7/192,2,65007,4','7/192,2,65007,5','7/192,2,65007,6','7/192,2,65007,7','7/192,2,65007,8','7/192,2,65007,9','7/192,2,65007,10','7/192,2,65007,11','7/192,2,65007,12','7/192,2,65007,13','7/192,2,65007,14','7/192,2,65007,15','7/192,2,65007,16','7/192,2,65007,17','7/192,2,65007,18','7/192,2,65008,1','7/192,2,65008,2','7/192,2,65008,3','7/192,2,65008,4','7/192,2,65008,5','7/192,2,65008,6','7/192,2,65008,7','7/192,2,65008,8','7/192,2,65008,9','7/192,2,65008,10','7/192,2,65008,11','7/192,2,65008,12','7/192,2,65008,13','7/192,2,65008,14','7/192,2,65008,15','7/192,2,65008,16','7/192,2,65008,17','7/192,2,65008,18','7/192,2,65009,1','7/192,2,65009,2','7/192,2,65009,3','7/192,2,65009,4','7/192,2,65009,5','7/192,2,65009,6','7/192,2,65009,7','7/192,2,65009,8','7/192,2,65009,9','7/192,2,65009,10','7/192,2,65009,11','7/192,2,65009,12','7/192,2,65009,13','7/192,2,65009,14','7/192,2,65009,15','7/192,2,65009,16','7/192,2,65009,17','7/192,2,65009,18','7/192,2,65010,1','7/192,2,65010,2','7/192,2,65010,3','7/192,2,65010,4','7/192,2,65010,5','7/192,2,65010,6','7/192,2,65010,7','7/192,2,65010,8','7/192,2,65010,9','7/192,2,65010,10','7/192,2,65010,11','7/192,2,65010,12','7/192,2,65010,13','7/192,2,65010,14','7/192,2,65010,15','7/192,2,65010,16','7/192,2,65010,17','7/192,2,65010,18','7/192,3,1,1','7/192,3,1,2','7/192,3,1,3','7/192,3,1,4','7/192,3,1,5','7/192,3,1,6','7/192,3,1,7','7/192,3,1,8','7/192,3,1,9','7/192,3,1,10','7/192,3,1,11','7/192,3,1,12','7/192,3,1,13','7/192,3,1,14','7/192,3,1,15','7/192,3,1,16','7/192,3,1,17','7/192,3,1,18','7/192,3,2,1','7/192,3,2,2','7/192,3,2,3','7/192,3,2,4','7/192,3,2,5','7/192,3,2,6','7/192,3,2,7','7/192,3,2,8','7/192,3,2,9','7/192,3,2,10','7/192,3,2,11','7/192,3,2,12','7/192,3,2,13','7/192,3,2,14','7/192,3,2,15','7/192,3,2,16','7/192,3,2,17','7/192,3,2,18','7/192,3,3,1','7/192,3,3,2','7/192,3,3,3','7/192,3,3,4','7/192,3,3,5','7/192,3,3,6','7/192,3,3,7','7/192,3,3,8','7/192,3,3,9','7/192,3,3,10','7/192,3,3,11','7/192,3,3,12','7/192,3,3,13','7/192,3,3,14','7/192,3,3,15','7/192,3,3,16','7/192,3,3,17','7/192,3,3,18','7/192,3,4,1','7/192,3,4,2','7/192,3,4,3','7/192,3,4,4','7/192,3,4,5','7/192,3,4,6','7/192,3,4,7','7/192,3,4,8','7/192,3,4,9','7/192,3,4,10','7/192,3,4,11','7/192,3,4,12','7/192,3,4,13','7/192,3,4,14','7/192,3,4,15','7/192,3,4,16','7/192,3,4,17','7/192,3,4,18','7/192,3,5,1','7/192,3,5,2','7/192,3,5,3','7/192,3,5,4','7/192,3,5,5','7/192,3,5,6','7/192,3,5,7','7/192,3,5,8','7/192,3,5,9','7/192,3,5,10','7/192,3,5,11','7/192,3,5,12','7/192,3,5,13','7/192,3,5,14','7/192,3,5,15','7/192,3,5,16','7/192,3,5,17','7/192,3,5,18','7/192,3,6,1','7/192,3,6,2','7/192,3,6,3','7/192,3,6,4','7/192,3,6,5','7/192,3,6,6','7/192,3,6,7','7/192,3,6,8','7/192,3,6,9','7/192,3,6,10','7/192,3,6,11','7/192,3,6,12','7/192,3,6,13','7/192,3,6,14','7/192,3,6,15','7/192,3,6,16','7/192,3,6,17','7/192,3,6,18','7/192,3,7,1','7/192,3,7,2','7/192,3,7,3','7/192,3,7,4','7/192,3,7,5','7/192,3,7,6','7/192,3,7,7','7/192,3,7,8','7/192,3,7,9','7/192,3,7,10','7/192,3,7,11','7/192,3,7,12','7/192,3,7,13','7/192,3,7,14','7/192,3,7,15','7/192,3,7,16','7/192,3,7,17','7/192,3,7,18','7/192,3,8,1','7/192,3,8,2','7/192,3,8,3','7/192,3,8,4','7/192,3,8,5','7/192,3,8,6','7/192,3,8,7','7/192,3,8,8','7/192,3,8,9','7/192,3,8,10','7/192,3,8,11','7/192,3,8,12','7/192,3,8,13','7/192,3,8,14','7/192,3,8,15','7/192,3,8,16','7/192,3,8,17','7/192,3,8,18','7/192,3,64221,1','7/192,3,64221,2','7/192,3,64221,3','7/192,3,64221,4','7/192,3,64221,5','7/192,3,64221,6','7/192,3,64221,7','7/192,3,64221,8','7/192,3,64221,9','7/192,3,64221,10','7/192,3,64221,11','7/192,3,64221,12','7/192,3,64221,13','7/192,3,64221,14','7/192,3,64221,15','7/192,3,64221,16','7/192,3,64221,17','7/192,3,64221,18','7/192,3,64222,1','7/192,3,64222,2','7/192,3,64222,3','7/192,3,64222,4','7/192,3,64222,5','7/192,3,64222,6','7/192,3,64222,7','7/192,3,64222,8','7/192,3,64222,9','7/192,3,64222,10','7/192,3,64222,11','7/192,3,64222,12','7/192,3,64222,13','7/192,3,64222,14','7/192,3,64222,15','7/192,3,64222,16','7/192,3,64222,17','7/192,3,64222,18','7/192,3,64223,1','7/192,3,64223,2','7/192,3,64223,3','7/192,3,64223,4','7/192,3,64223,5','7/192,3,64223,6','7/192,3,64223,7','7/192,3,64223,8','7/192,3,64223,9','7/192,3,64223,10','7/192,3,64223,11','7/192,3,64223,12','7/192,3,64223,13','7/192,3,64223,14','7/192,3,64223,15','7/192,3,64223,16','7/192,3,64223,17','7/192,3,64223,18','7/192,3,64224,1','7/192,3,64224,2','7/192,3,64224,3','7/192,3,64224,4','7/192,3,64224,5','7/192,3,64224,6','7/192,3,64224,7','7/192,3,64224,8','7/192,3,64224,9','7/192,3,64224,10','7/192,3,64224,11','7/192,3,64224,12','7/192,3,64224,13','7/192,3,64224,14','7/192,3,64224,15','7/192,3,64224,16','7/192,3,64224,17','7/192,3,64224,18','7/192,3,65001,1','7/192,3,65001,2','7/192,3,65001,3','7/192,3,65001,4','7/192,3,65001,5','7/192,3,65001,6','7/192,3,65001,7','7/192,3,65001,8','7/192,3,65001,9','7/192,3,65001,10','7/192,3,65001,11','7/192,3,65001,12','7/192,3,65001,13','7/192,3,65001,14','7/192,3,65001,15','7/192,3,65001,16','7/192,3,65001,17','7/192,3,65001,18','7/192,3,65002,1','7/192,3,65002,2','7/192,3,65002,3','7/192,3,65002,4','7/192,3,65002,5','7/192,3,65002,6','7/192,3,65002,7','7/192,3,65002,8','7/192,3,65002,9','7/192,3,65002,10','7/192,3,65002,11','7/192,3,65002,12','7/192,3,65002,13','7/192,3,65002,14','7/192,3,65002,15','7/192,3,65002,16','7/192,3,65002,17','7/192,3,65002,18','7/192,3,65003,1','7/192,3,65003,2','7/192,3,65003,3','7/192,3,65003,4','7/192,3,65003,5','7/192,3,65003,6','7/192,3,65003,7','7/192,3,65003,8','7/192,3,65003,9','7/192,3,65003,10','7/192,3,65003,11','7/192,3,65003,12','7/192,3,65003,13','7/192,3,65003,14','7/192,3,65003,15','7/192,3,65003,16','7/192,3,65003,17','7/192,3,65003,18','7/192,3,65004,1','7/192,3,65004,2','7/192,3,65004,3','7/192,3,65004,4','7/192,3,65004,5','7/192,3,65004,6','7/192,3,65004,7','7/192,3,65004,8','7/192,3,65004,9','7/192,3,65004,10','7/192,3,65004,11','7/192,3,65004,12','7/192,3,65004,13','7/192,3,65004,14','7/192,3,65004,15','7/192,3,65004,16','7/192,3,65004,17','7/192,3,65004,18','7/192,3,65005,1','7/192,3,65005,2','7/192,3,65005,3','7/192,3,65005,4','7/192,3,65005,5','7/192,3,65005,6','7/192,3,65005,7','7/192,3,65005,8','7/192,3,65005,9','7/192,3,65005,10','7/192,3,65005,11','7/192,3,65005,12','7/192,3,65005,13','7/192,3,65005,14','7/192,3,65005,15','7/192,3,65005,16','7/192,3,65005,17','7/192,3,65005,18','7/192,3,65006,1','7/192,3,65006,2','7/192,3,65006,3','7/192,3,65006,4','7/192,3,65006,5','7/192,3,65006,6','7/192,3,65006,7','7/192,3,65006,8','7/192,3,65006,9','7/192,3,65006,10','7/192,3,65006,11','7/192,3,65006,12','7/192,3,65006,13','7/192,3,65006,14','7/192,3,65006,15','7/192,3,65006,16','7/192,3,65006,17','7/192,3,65006,18','7/192,3,65007,1','7/192,3,65007,2','7/192,3,65007,3','7/192,3,65007,4','7/192,3,65007,5','7/192,3,65007,6','7/192,3,65007,7','7/192,3,65007,8','7/192,3,65007,9','7/192,3,65007,10','7/192,3,65007,11','7/192,3,65007,12','7/192,3,65007,13','7/192,3,65007,14','7/192,3,65007,15','7/192,3,65007,16','7/192,3,65007,17','7/192,3,65007,18','7/192,3,65008,1','7/192,3,65008,2','7/192,3,65008,3','7/192,3,65008,4','7/192,3,65008,5','7/192,3,65008,6','7/192,3,65008,7','7/192,3,65008,8','7/192,3,65008,9','7/192,3,65008,10','7/192,3,65008,11','7/192,3,65008,12','7/192,3,65008,13','7/192,3,65008,14','7/192,3,65008,15','7/192,3,65008,16','7/192,3,65008,17','7/192,3,65008,18','7/192,3,65009,1','7/192,3,65009,2','7/192,3,65009,3','7/192,3,65009,4','7/192,3,65009,5','7/192,3,65009,6','7/192,3,65009,7','7/192,3,65009,8','7/192,3,65009,9','7/192,3,65009,10','7/192,3,65009,11','7/192,3,65009,12','7/192,3,65009,13','7/192,3,65009,14','7/192,3,65009,15','7/192,3,65009,16','7/192,3,65009,17','7/192,3,65009,18','7/192,3,65010,1','7/192,3,65010,2','7/192,3,65010,3','7/192,3,65010,4','7/192,3,65010,5','7/192,3,65010,6','7/192,3,65010,7','7/192,3,65010,8','7/192,3,65010,9','7/192,3,65010,10','7/192,3,65010,11','7/192,3,65010,12','7/192,3,65010,13','7/192,3,65010,14','7/192,3,65010,15','7/192,3,65010,16','7/192,3,65010,17','7/192,3,65010,18','7/192,4,1,1','7/192,4,1,2','7/192,4,1,3','7/192,4,1,4','7/192,4,1,5','7/192,4,1,6','7/192,4,1,7','7/192,4,1,8','7/192,4,1,9','7/192,4,1,10','7/192,4,1,11','7/192,4,1,12','7/192,4,1,13','7/192,4,1,14','7/192,4,1,15','7/192,4,1,16','7/192,4,1,17','7/192,4,1,18','7/192,4,2,1','7/192,4,2,2','7/192,4,2,3','7/192,4,2,4','7/192,4,2,5','7/192,4,2,6','7/192,4,2,7','7/192,4,2,8','7/192,4,2,9','7/192,4,2,10','7/192,4,2,11','7/192,4,2,12','7/192,4,2,13','7/192,4,2,14','7/192,4,2,15','7/192,4,2,16','7/192,4,2,17','7/192,4,2,18','7/192,4,3,1','7/192,4,3,2','7/192,4,3,3','7/192,4,3,4','7/192,4,3,5','7/192,4,3,6','7/192,4,3,7','7/192,4,3,8','7/192,4,3,9','7/192,4,3,10','7/192,4,3,11','7/192,4,3,12','7/192,4,3,13','7/192,4,3,14','7/192,4,3,15','7/192,4,3,16','7/192,4,3,17','7/192,4,3,18','7/192,4,4,1','7/192,4,4,2','7/192,4,4,3','7/192,4,4,4','7/192,4,4,5','7/192,4,4,6','7/192,4,4,7','7/192,4,4,8','7/192,4,4,9','7/192,4,4,10','7/192,4,4,11','7/192,4,4,12','7/192,4,4,13','7/192,4,4,14','7/192,4,4,15','7/192,4,4,16','7/192,4,4,17','7/192,4,4,18','7/192,4,5,1','7/192,4,5,2','7/192,4,5,3','7/192,4,5,4','7/192,4,5,5','7/192,4,5,6','7/192,4,5,7','7/192,4,5,8','7/192,4,5,9','7/192,4,5,10','7/192,4,5,11','7/192,4,5,12','7/192,4,5,13','7/192,4,5,14','7/192,4,5,15','7/192,4,5,16','7/192,4,5,17','7/192,4,5,18','7/192,4,6,1','7/192,4,6,2','7/192,4,6,3','7/192,4,6,4','7/192,4,6,5','7/192,4,6,6','7/192,4,6,7','7/192,4,6,8','7/192,4,6,9','7/192,4,6,10','7/192,4,6,11','7/192,4,6,12','7/192,4,6,13','7/192,4,6,14','7/192,4,6,15','7/192,4,6,16','7/192,4,6,17','7/192,4,6,18','7/192,4,7,1','7/192,4,7,2','7/192,4,7,3','7/192,4,7,4','7/192,4,7,5','7/192,4,7,6','7/192,4,7,7','7/192,4,7,8','7/192,4,7,9','7/192,4,7,10','7/192,4,7,11','7/192,4,7,12','7/192,4,7,13','7/192,4,7,14','7/192,4,7,15','7/192,4,7,16','7/192,4,7,17','7/192,4,7,18','7/192,4,8,1','7/192,4,8,2','7/192,4,8,3','7/192,4,8,4','7/192,4,8,5','7/192,4,8,6','7/192,4,8,7','7/192,4,8,8','7/192,4,8,9','7/192,4,8,10','7/192,4,8,11','7/192,4,8,12','7/192,4,8,13','7/192,4,8,14','7/192,4,8,15','7/192,4,8,16','7/192,4,8,17','7/192,4,8,18','7/192,4,64221,1','7/192,4,64221,2','7/192,4,64221,3','7/192,4,64221,4','7/192,4,64221,5','7/192,4,64221,6','7/192,4,64221,7','7/192,4,64221,8','7/192,4,64221,9','7/192,4,64221,10','7/192,4,64221,11','7/192,4,64221,12','7/192,4,64221,13','7/192,4,64221,14','7/192,4,64221,15','7/192,4,64221,16','7/192,4,64221,17','7/192,4,64221,18','7/192,4,64222,1','7/192,4,64222,2','7/192,4,64222,3','7/192,4,64222,4','7/192,4,64222,5','7/192,4,64222,6','7/192,4,64222,7','7/192,4,64222,8','7/192,4,64222,9','7/192,4,64222,10','7/192,4,64222,11','7/192,4,64222,12','7/192,4,64222,13','7/192,4,64222,14','7/192,4,64222,15','7/192,4,64222,16','7/192,4,64222,17','7/192,4,64222,18','7/192,4,64223,1','7/192,4,64223,2','7/192,4,64223,3','7/192,4,64223,4','7/192,4,64223,5','7/192,4,64223,6','7/192,4,64223,7','7/192,4,64223,8','7/192,4,64223,9','7/192,4,64223,10','7/192,4,64223,11','7/192,4,64223,12','7/192,4,64223,13','7/192,4,64223,14','7/192,4,64223,15','7/192,4,64223,16','7/192,4,64223,17','7/192,4,64223,18','7/192,4,64224,1','7/192,4,64224,2','7/192,4,64224,3','7/192,4,64224,4','7/192,4,64224,5','7/192,4,64224,6','7/192,4,64224,7','7/192,4,64224,8','7/192,4,64224,9','7/192,4,64224,10','7/192,4,64224,11','7/192,4,64224,12','7/192,4,64224,13','7/192,4,64224,14','7/192,4,64224,15','7/192,4,64224,16','7/192,4,64224,17','7/192,4,64224,18','7/192,4,65001,1','7/192,4,65001,2','7/192,4,65001,3','7/192,4,65001,4','7/192,4,65001,5','7/192,4,65001,6','7/192,4,65001,7','7/192,4,65001,8','7/192,4,65001,9','7/192,4,65001,10','7/192,4,65001,11','7/192,4,65001,12','7/192,4,65001,13','7/192,4,65001,14','7/192,4,65001,15','7/192,4,65001,16','7/192,4,65001,17','7/192,4,65001,18','7/192,4,65002,1','7/192,4,65002,2','7/192,4,65002,3','7/192,4,65002,4','7/192,4,65002,5','7/192,4,65002,6','7/192,4,65002,7','7/192,4,65002,8','7/192,4,65002,9','7/192,4,65002,10','7/192,4,65002,11','7/192,4,65002,12','7/192,4,65002,13','7/192,4,65002,14','7/192,4,65002,15','7/192,4,65002,16','7/192,4,65002,17','7/192,4,65002,18','7/192,4,65003,1','7/192,4,65003,2','7/192,4,65003,3','7/192,4,65003,4','7/192,4,65003,5','7/192,4,65003,6','7/192,4,65003,7','7/192,4,65003,8','7/192,4,65003,9','7/192,4,65003,10','7/192,4,65003,11','7/192,4,65003,12','7/192,4,65003,13','7/192,4,65003,14','7/192,4,65003,15','7/192,4,65003,16','7/192,4,65003,17','7/192,4,65003,18','7/192,4,65004,1','7/192,4,65004,2','7/192,4,65004,3','7/192,4,65004,4','7/192,4,65004,5','7/192,4,65004,6','7/192,4,65004,7','7/192,4,65004,8','7/192,4,65004,9','7/192,4,65004,10','7/192,4,65004,11','7/192,4,65004,12','7/192,4,65004,13','7/192,4,65004,14','7/192,4,65004,15','7/192,4,65004,16','7/192,4,65004,17','7/192,4,65004,18','7/192,4,65005,1','7/192,4,65005,2','7/192,4,65005,3','7/192,4,65005,4','7/192,4,65005,5','7/192,4,65005,6','7/192,4,65005,7','7/192,4,65005,8','7/192,4,65005,9','7/192,4,65005,10','7/192,4,65005,11','7/192,4,65005,12','7/192,4,65005,13','7/192,4,65005,14','7/192,4,65005,15','7/192,4,65005,16','7/192,4,65005,17','7/192,4,65005,18','7/192,4,65006,1','7/192,4,65006,2','7/192,4,65006,3','7/192,4,65006,4','7/192,4,65006,5','7/192,4,65006,6','7/192,4,65006,7','7/192,4,65006,8','7/192,4,65006,9','7/192,4,65006,10','7/192,4,65006,11','7/192,4,65006,12','7/192,4,65006,13','7/192,4,65006,14','7/192,4,65006,15','7/192,4,65006,16','7/192,4,65006,17','7/192,4,65006,18','7/192,4,65007,1','7/192,4,65007,2','7/192,4,65007,3','7/192,4,65007,4','7/192,4,65007,5','7/192,4,65007,6','7/192,4,65007,7','7/192,4,65007,8','7/192,4,65007,9','7/192,4,65007,10','7/192,4,65007,11','7/192,4,65007,12','7/192,4,65007,13','7/192,4,65007,14','7/192,4,65007,15','7/192,4,65007,16','7/192,4,65007,17','7/192,4,65007,18','7/192,4,65008,1','7/192,4,65008,2','7/192,4,65008,3','7/192,4,65008,4','7/192,4,65008,5','7/192,4,65008,6','7/192,4,65008,7','7/192,4,65008,8','7/192,4,65008,9','7/192,4,65008,10','7/192,4,65008,11','7/192,4,65008,12','7/192,4,65008,13','7/192,4,65008,14','7/192,4,65008,15','7/192,4,65008,16','7/192,4,65008,17','7/192,4,65008,18','7/192,4,65009,1','7/192,4,65009,2','7/192,4,65009,3','7/192,4,65009,4','7/192,4,65009,5','7/192,4,65009,6','7/192,4,65009,7','7/192,4,65009,8','7/192,4,65009,9','7/192,4,65009,10','7/192,4,65009,11','7/192,4,65009,12','7/192,4,65009,13','7/192,4,65009,14','7/192,4,65009,15','7/192,4,65009,16','7/192,4,65009,17','7/192,4,65009,18','7/192,4,65010,1','7/192,4,65010,2','7/192,4,65010,3','7/192,4,65010,4','7/192,4,65010,5','7/192,4,65010,6','7/192,4,65010,7','7/192,4,65010,8','7/192,4,65010,9','7/192,4,65010,10','7/192,4,65010,11','7/192,4,65010,12','7/192,4,65010,13','7/192,4,65010,14','7/192,4,65010,15','7/192,4,65010,16','7/192,4,65010,17','7/192,4,65010,18','7/192,5,1,1','7/192,5,1,2','7/192,5,1,3','7/192,5,1,4','7/192,5,1,5','7/192,5,1,6','7/192,5,1,7','7/192,5,1,8','7/192,5,1,9','7/192,5,1,10','7/192,5,1,11','7/192,5,1,12','7/192,5,1,13','7/192,5,1,14','7/192,5,1,15','7/192,5,1,16','7/192,5,1,17','7/192,5,1,18','7/192,5,2,1','7/192,5,2,2','7/192,5,2,3','7/192,5,2,4','7/192,5,2,5','7/192,5,2,6','7/192,5,2,7','7/192,5,2,8','7/192,5,2,9','7/192,5,2,10','7/192,5,2,11','7/192,5,2,12','7/192,5,2,13','7/192,5,2,14','7/192,5,2,15','7/192,5,2,16','7/192,5,2,17','7/192,5,2,18','7/192,5,3,1','7/192,5,3,2','7/192,5,3,3','7/192,5,3,4','7/192,5,3,5','7/192,5,3,6','7/192,5,3,7','7/192,5,3,8','7/192,5,3,9','7/192,5,3,10','7/192,5,3,11','7/192,5,3,12','7/192,5,3,13','7/192,5,3,14','7/192,5,3,15','7/192,5,3,16','7/192,5,3,17','7/192,5,3,18','7/192,5,4,1','7/192,5,4,2','7/192,5,4,3','7/192,5,4,4','7/192,5,4,5','7/192,5,4,6','7/192,5,4,7','7/192,5,4,8','7/192,5,4,9','7/192,5,4,10','7/192,5,4,11','7/192,5,4,12','7/192,5,4,13','7/192,5,4,14','7/192,5,4,15','7/192,5,4,16','7/192,5,4,17','7/192,5,4,18','7/192,5,5,1','7/192,5,5,2','7/192,5,5,3','7/192,5,5,4','7/192,5,5,5','7/192,5,5,6','7/192,5,5,7','7/192,5,5,8','7/192,5,5,9','7/192,5,5,10','7/192,5,5,11','7/192,5,5,12','7/192,5,5,13','7/192,5,5,14','7/192,5,5,15','7/192,5,5,16','7/192,5,5,17','7/192,5,5,18','7/192,5,6,1','7/192,5,6,2','7/192,5,6,3','7/192,5,6,4','7/192,5,6,5','7/192,5,6,6','7/192,5,6,7','7/192,5,6,8','7/192,5,6,9','7/192,5,6,10','7/192,5,6,11','7/192,5,6,12','7/192,5,6,13','7/192,5,6,14','7/192,5,6,15','7/192,5,6,16','7/192,5,6,17','7/192,5,6,18','7/192,5,7,1','7/192,5,7,2','7/192,5,7,3','7/192,5,7,4','7/192,5,7,5','7/192,5,7,6','7/192,5,7,7','7/192,5,7,8','7/192,5,7,9','7/192,5,7,10','7/192,5,7,11','7/192,5,7,12','7/192,5,7,13','7/192,5,7,14','7/192,5,7,15','7/192,5,7,16','7/192,5,7,17','7/192,5,7,18','7/192,5,8,1','7/192,5,8,2','7/192,5,8,3','7/192,5,8,4','7/192,5,8,5','7/192,5,8,6','7/192,5,8,7','7/192,5,8,8','7/192,5,8,9','7/192,5,8,10','7/192,5,8,11','7/192,5,8,12','7/192,5,8,13','7/192,5,8,14','7/192,5,8,15','7/192,5,8,16','7/192,5,8,17','7/192,5,8,18','7/192,5,64221,1','7/192,5,64221,2','7/192,5,64221,3','7/192,5,64221,4','7/192,5,64221,5','7/192,5,64221,6','7/192,5,64221,7','7/192,5,64221,8','7/192,5,64221,9','7/192,5,64221,10','7/192,5,64221,11','7/192,5,64221,12','7/192,5,64221,13','7/192,5,64221,14','7/192,5,64221,15','7/192,5,64221,16','7/192,5,64221,17','7/192,5,64221,18','7/192,5,64222,1','7/192,5,64222,2','7/192,5,64222,3','7/192,5,64222,4','7/192,5,64222,5','7/192,5,64222,6','7/192,5,64222,7','7/192,5,64222,8','7/192,5,64222,9','7/192,5,64222,10','7/192,5,64222,11','7/192,5,64222,12','7/192,5,64222,13','7/192,5,64222,14','7/192,5,64222,15','7/192,5,64222,16','7/192,5,64222,17','7/192,5,64222,18','7/192,5,64223,1','7/192,5,64223,2','7/192,5,64223,3','7/192,5,64223,4','7/192,5,64223,5','7/192,5,64223,6','7/192,5,64223,7','7/192,5,64223,8','7/192,5,64223,9','7/192,5,64223,10','7/192,5,64223,11','7/192,5,64223,12','7/192,5,64223,13','7/192,5,64223,14','7/192,5,64223,15','7/192,5,64223,16','7/192,5,64223,17','7/192,5,64223,18','7/192,5,64224,1','7/192,5,64224,2','7/192,5,64224,3','7/192,5,64224,4','7/192,5,64224,5','7/192,5,64224,6','7/192,5,64224,7','7/192,5,64224,8','7/192,5,64224,9','7/192,5,64224,10','7/192,5,64224,11','7/192,5,64224,12','7/192,5,64224,13','7/192,5,64224,14','7/192,5,64224,15','7/192,5,64224,16','7/192,5,64224,17','7/192,5,64224,18','7/192,5,65001,1','7/192,5,65001,2','7/192,5,65001,3','7/192,5,65001,4','7/192,5,65001,5','7/192,5,65001,6','7/192,5,65001,7','7/192,5,65001,8','7/192,5,65001,9','7/192,5,65001,10','7/192,5,65001,11','7/192,5,65001,12','7/192,5,65001,13','7/192,5,65001,14','7/192,5,65001,15','7/192,5,65001,16','7/192,5,65001,17','7/192,5,65001,18','7/192,5,65002,1','7/192,5,65002,2','7/192,5,65002,3','7/192,5,65002,4','7/192,5,65002,5','7/192,5,65002,6','7/192,5,65002,7','7/192,5,65002,8','7/192,5,65002,9','7/192,5,65002,10','7/192,5,65002,11','7/192,5,65002,12','7/192,5,65002,13','7/192,5,65002,14','7/192,5,65002,15','7/192,5,65002,16','7/192,5,65002,17','7/192,5,65002,18','7/192,5,65003,1','7/192,5,65003,2','7/192,5,65003,3','7/192,5,65003,4','7/192,5,65003,5','7/192,5,65003,6','7/192,5,65003,7','7/192,5,65003,8','7/192,5,65003,9','7/192,5,65003,10','7/192,5,65003,11','7/192,5,65003,12','7/192,5,65003,13','7/192,5,65003,14','7/192,5,65003,15','7/192,5,65003,16','7/192,5,65003,17','7/192,5,65003,18','7/192,5,65004,1','7/192,5,65004,2','7/192,5,65004,3','7/192,5,65004,4','7/192,5,65004,5','7/192,5,65004,6','7/192,5,65004,7','7/192,5,65004,8','7/192,5,65004,9','7/192,5,65004,10','7/192,5,65004,11','7/192,5,65004,12','7/192,5,65004,13','7/192,5,65004,14','7/192,5,65004,15','7/192,5,65004,16','7/192,5,65004,17','7/192,5,65004,18','7/192,5,65005,1','7/192,5,65005,2','7/192,5,65005,3','7/192,5,65005,4','7/192,5,65005,5','7/192,5,65005,6','7/192,5,65005,7','7/192,5,65005,8','7/192,5,65005,9','7/192,5,65005,10','7/192,5,65005,11','7/192,5,65005,12','7/192,5,65005,13','7/192,5,65005,14','7/192,5,65005,15','7/192,5,65005,16','7/192,5,65005,17','7/192,5,65005,18','7/192,5,65006,1','7/192,5,65006,2','7/192,5,65006,3','7/192,5,65006,4','7/192,5,65006,5','7/192,5,65006,6','7/192,5,65006,7','7/192,5,65006,8','7/192,5,65006,9','7/192,5,65006,10','7/192,5,65006,11','7/192,5,65006,12','7/192,5,65006,13','7/192,5,65006,14','7/192,5,65006,15','7/192,5,65006,16','7/192,5,65006,17','7/192,5,65006,18','7/192,5,65007,1','7/192,5,65007,2','7/192,5,65007,3','7/192,5,65007,4','7/192,5,65007,5','7/192,5,65007,6','7/192,5,65007,7','7/192,5,65007,8','7/192,5,65007,9','7/192,5,65007,10','7/192,5,65007,11','7/192,5,65007,12','7/192,5,65007,13','7/192,5,65007,14','7/192,5,65007,15','7/192,5,65007,16','7/192,5,65007,17','7/192,5,65007,18','7/192,5,65008,1','7/192,5,65008,2','7/192,5,65008,3','7/192,5,65008,4','7/192,5,65008,5','7/192,5,65008,6','7/192,5,65008,7','7/192,5,65008,8','7/192,5,65008,9','7/192,5,65008,10','7/192,5,65008,11','7/192,5,65008,12','7/192,5,65008,13','7/192,5,65008,14','7/192,5,65008,15','7/192,5,65008,16','7/192,5,65008,17','7/192,5,65008,18','7/192,5,65009,1','7/192,5,65009,2','7/192,5,65009,3','7/192,5,65009,4','7/192,5,65009,5','7/192,5,65009,6','7/192,5,65009,7','7/192,5,65009,8','7/192,5,65009,9','7/192,5,65009,10','7/192,5,65009,11','7/192,5,65009,12','7/192,5,65009,13','7/192,5,65009,14','7/192,5,65009,15','7/192,5,65009,16','7/192,5,65009,17','7/192,5,65009,18','7/192,5,65010,1','7/192,5,65010,2','7/192,5,65010,3','7/192,5,65010,4','7/192,5,65010,5','7/192,5,65010,6','7/192,5,65010,7','7/192,5,65010,8','7/192,5,65010,9','7/192,5,65010,10','7/192,5,65010,11','7/192,5,65010,12','7/192,5,65010,13','7/192,5,65010,14','7/192,5,65010,15','7/192,5,65010,16','7/192,5,65010,17','7/192,5,65010,18','7/192,6,1,1','7/192,6,1,2','7/192,6,1,3','7/192,6,1,4','7/192,6,1,5','7/192,6,1,6','7/192,6,1,7','7/192,6,1,8','7/192,6,1,9','7/192,6,1,10','7/192,6,1,11','7/192,6,1,12','7/192,6,1,13','7/192,6,1,14','7/192,6,1,15','7/192,6,1,16','7/192,6,1,17','7/192,6,1,18','7/192,6,2,1','7/192,6,2,2','7/192,6,2,3','7/192,6,2,4','7/192,6,2,5','7/192,6,2,6','7/192,6,2,7','7/192,6,2,8','7/192,6,2,9','7/192,6,2,10','7/192,6,2,11','7/192,6,2,12','7/192,6,2,13','7/192,6,2,14','7/192,6,2,15','7/192,6,2,16','7/192,6,2,17','7/192,6,2,18','7/192,6,3,1','7/192,6,3,2','7/192,6,3,3','7/192,6,3,4','7/192,6,3,5','7/192,6,3,6','7/192,6,3,7','7/192,6,3,8','7/192,6,3,9','7/192,6,3,10','7/192,6,3,11','7/192,6,3,12','7/192,6,3,13','7/192,6,3,14','7/192,6,3,15','7/192,6,3,16','7/192,6,3,17','7/192,6,3,18','7/192,6,4,1','7/192,6,4,2','7/192,6,4,3','7/192,6,4,4','7/192,6,4,5','7/192,6,4,6','7/192,6,4,7','7/192,6,4,8','7/192,6,4,9','7/192,6,4,10','7/192,6,4,11','7/192,6,4,12','7/192,6,4,13','7/192,6,4,14','7/192,6,4,15','7/192,6,4,16','7/192,6,4,17','7/192,6,4,18','7/192,6,5,1','7/192,6,5,2','7/192,6,5,3','7/192,6,5,4','7/192,6,5,5','7/192,6,5,6','7/192,6,5,7','7/192,6,5,8','7/192,6,5,9','7/192,6,5,10','7/192,6,5,11','7/192,6,5,12','7/192,6,5,13','7/192,6,5,14','7/192,6,5,15','7/192,6,5,16','7/192,6,5,17','7/192,6,5,18','7/192,6,6,1','7/192,6,6,2','7/192,6,6,3','7/192,6,6,4','7/192,6,6,5','7/192,6,6,6','7/192,6,6,7','7/192,6,6,8','7/192,6,6,9','7/192,6,6,10','7/192,6,6,11','7/192,6,6,12','7/192,6,6,13','7/192,6,6,14','7/192,6,6,15','7/192,6,6,16','7/192,6,6,17','7/192,6,6,18','7/192,6,7,1','7/192,6,7,2','7/192,6,7,3','7/192,6,7,4','7/192,6,7,5','7/192,6,7,6','7/192,6,7,7','7/192,6,7,8','7/192,6,7,9','7/192,6,7,10','7/192,6,7,11','7/192,6,7,12','7/192,6,7,13','7/192,6,7,14','7/192,6,7,15','7/192,6,7,16','7/192,6,7,17','7/192,6,7,18','7/192,6,8,1','7/192,6,8,2','7/192,6,8,3','7/192,6,8,4','7/192,6,8,5','7/192,6,8,6','7/192,6,8,7','7/192,6,8,8','7/192,6,8,9','7/192,6,8,10','7/192,6,8,11','7/192,6,8,12','7/192,6,8,13','7/192,6,8,14','7/192,6,8,15','7/192,6,8,16','7/192,6,8,17','7/192,6,8,18','7/192,6,64221,1','7/192,6,64221,2','7/192,6,64221,3','7/192,6,64221,4','7/192,6,64221,5','7/192,6,64221,6','7/192,6,64221,7','7/192,6,64221,8','7/192,6,64221,9','7/192,6,64221,10','7/192,6,64221,11','7/192,6,64221,12','7/192,6,64221,13','7/192,6,64221,14','7/192,6,64221,15','7/192,6,64221,16','7/192,6,64221,17','7/192,6,64221,18','7/192,6,64222,1','7/192,6,64222,2','7/192,6,64222,3','7/192,6,64222,4','7/192,6,64222,5','7/192,6,64222,6','7/192,6,64222,7','7/192,6,64222,8','7/192,6,64222,9','7/192,6,64222,10','7/192,6,64222,11','7/192,6,64222,12','7/192,6,64222,13','7/192,6,64222,14','7/192,6,64222,15','7/192,6,64222,16','7/192,6,64222,17','7/192,6,64222,18','7/192,6,64223,1','7/192,6,64223,2','7/192,6,64223,3','7/192,6,64223,4','7/192,6,64223,5','7/192,6,64223,6','7/192,6,64223,7','7/192,6,64223,8','7/192,6,64223,9','7/192,6,64223,10','7/192,6,64223,11','7/192,6,64223,12','7/192,6,64223,13','7/192,6,64223,14','7/192,6,64223,15','7/192,6,64223,16','7/192,6,64223,17','7/192,6,64223,18','7/192,6,64224,1','7/192,6,64224,2','7/192,6,64224,3','7/192,6,64224,4','7/192,6,64224,5','7/192,6,64224,6','7/192,6,64224,7','7/192,6,64224,8','7/192,6,64224,9','7/192,6,64224,10','7/192,6,64224,11','7/192,6,64224,12','7/192,6,64224,13','7/192,6,64224,14','7/192,6,64224,15','7/192,6,64224,16','7/192,6,64224,17','7/192,6,64224,18','7/192,6,65001,1','7/192,6,65001,2','7/192,6,65001,3','7/192,6,65001,4','7/192,6,65001,5','7/192,6,65001,6','7/192,6,65001,7','7/192,6,65001,8','7/192,6,65001,9','7/192,6,65001,10','7/192,6,65001,11','7/192,6,65001,12','7/192,6,65001,13','7/192,6,65001,14','7/192,6,65001,15','7/192,6,65001,16','7/192,6,65001,17','7/192,6,65001,18','7/192,6,65002,1','7/192,6,65002,2','7/192,6,65002,3','7/192,6,65002,4','7/192,6,65002,5','7/192,6,65002,6','7/192,6,65002,7','7/192,6,65002,8','7/192,6,65002,9','7/192,6,65002,10','7/192,6,65002,11','7/192,6,65002,12','7/192,6,65002,13','7/192,6,65002,14','7/192,6,65002,15','7/192,6,65002,16','7/192,6,65002,17','7/192,6,65002,18','7/192,6,65003,1','7/192,6,65003,2','7/192,6,65003,3','7/192,6,65003,4','7/192,6,65003,5','7/192,6,65003,6','7/192,6,65003,7','7/192,6,65003,8','7/192,6,65003,9','7/192,6,65003,10','7/192,6,65003,11','7/192,6,65003,12','7/192,6,65003,13','7/192,6,65003,14','7/192,6,65003,15','7/192,6,65003,16','7/192,6,65003,17','7/192,6,65003,18','7/192,6,65004,1','7/192,6,65004,2','7/192,6,65004,3','7/192,6,65004,4','7/192,6,65004,5','7/192,6,65004,6','7/192,6,65004,7','7/192,6,65004,8','7/192,6,65004,9','7/192,6,65004,10','7/192,6,65004,11','7/192,6,65004,12','7/192,6,65004,13','7/192,6,65004,14','7/192,6,65004,15','7/192,6,65004,16','7/192,6,65004,17','7/192,6,65004,18','7/192,6,65005,1','7/192,6,65005,2','7/192,6,65005,3','7/192,6,65005,4','7/192,6,65005,5','7/192,6,65005,6','7/192,6,65005,7','7/192,6,65005,8','7/192,6,65005,9','7/192,6,65005,10','7/192,6,65005,11','7/192,6,65005,12','7/192,6,65005,13','7/192,6,65005,14','7/192,6,65005,15','7/192,6,65005,16','7/192,6,65005,17','7/192,6,65005,18','7/192,6,65006,1','7/192,6,65006,2','7/192,6,65006,3','7/192,6,65006,4','7/192,6,65006,5','7/192,6,65006,6','7/192,6,65006,7','7/192,6,65006,8','7/192,6,65006,9','7/192,6,65006,10','7/192,6,65006,11','7/192,6,65006,12','7/192,6,65006,13','7/192,6,65006,14','7/192,6,65006,15','7/192,6,65006,16','7/192,6,65006,17','7/192,6,65006,18','7/192,6,65007,1','7/192,6,65007,2','7/192,6,65007,3','7/192,6,65007,4','7/192,6,65007,5','7/192,6,65007,6','7/192,6,65007,7','7/192,6,65007,8','7/192,6,65007,9','7/192,6,65007,10','7/192,6,65007,11','7/192,6,65007,12','7/192,6,65007,13','7/192,6,65007,14','7/192,6,65007,15','7/192,6,65007,16','7/192,6,65007,17','7/192,6,65007,18','7/192,6,65008,1','7/192,6,65008,2','7/192,6,65008,3','7/192,6,65008,4','7/192,6,65008,5','7/192,6,65008,6','7/192,6,65008,7','7/192,6,65008,8','7/192,6,65008,9','7/192,6,65008,10','7/192,6,65008,11','7/192,6,65008,12','7/192,6,65008,13','7/192,6,65008,14','7/192,6,65008,15','7/192,6,65008,16','7/192,6,65008,17','7/192,6,65008,18','7/192,6,65009,1','7/192,6,65009,2','7/192,6,65009,3','7/192,6,65009,4','7/192,6,65009,5','7/192,6,65009,6','7/192,6,65009,7','7/192,6,65009,8','7/192,6,65009,9','7/192,6,65009,10','7/192,6,65009,11','7/192,6,65009,12','7/192,6,65009,13','7/192,6,65009,14','7/192,6,65009,15','7/192,6,65009,16','7/192,6,65009,17','7/192,6,65009,18','7/192,6,65010,1','7/192,6,65010,2','7/192,6,65010,3','7/192,6,65010,4','7/192,6,65010,5','7/192,6,65010,6','7/192,6,65010,7','7/192,6,65010,8','7/192,6,65010,9','7/192,6,65010,10','7/192,6,65010,11','7/192,6,65010,12','7/192,6,65010,13','7/192,6,65010,14','7/192,6,65010,15','7/192,6,65010,16','7/192,6,65010,17','7/192,6,65010,18','7/256,1,1,1','7/256,1,1,2','7/256,1,1,3','7/256,1,1,4','7/256,1,1,5','7/256,1,1,6','7/256,1,1,7','7/256,1,1,8','7/256,1,1,9','7/256,1,1,10','7/256,1,1,11','7/256,1,1,12','7/256,1,1,13','7/256,1,1,14','7/256,1,1,15','7/256,1,1,16','7/256,1,1,17','7/256,1,1,18','7/256,1,2,1','7/256,1,2,2','7/256,1,2,3','7/256,1,2,4','7/256,1,2,5','7/256,1,2,6','7/256,1,2,7','7/256,1,2,8','7/256,1,2,9','7/256,1,2,10','7/256,1,2,11','7/256,1,2,12','7/256,1,2,13','7/256,1,2,14','7/256,1,2,15','7/256,1,2,16','7/256,1,2,17','7/256,1,2,18','7/256,1,3,1','7/256,1,3,2','7/256,1,3,3','7/256,1,3,4','7/256,1,3,5','7/256,1,3,6','7/256,1,3,7','7/256,1,3,8','7/256,1,3,9','7/256,1,3,10','7/256,1,3,11','7/256,1,3,12','7/256,1,3,13','7/256,1,3,14','7/256,1,3,15','7/256,1,3,16','7/256,1,3,17','7/256,1,3,18','7/256,1,4,1','7/256,1,4,2','7/256,1,4,3','7/256,1,4,4','7/256,1,4,5','7/256,1,4,6','7/256,1,4,7','7/256,1,4,8','7/256,1,4,9','7/256,1,4,10','7/256,1,4,11','7/256,1,4,12','7/256,1,4,13','7/256,1,4,14','7/256,1,4,15','7/256,1,4,16','7/256,1,4,17','7/256,1,4,18','7/256,1,5,1','7/256,1,5,2','7/256,1,5,3','7/256,1,5,4','7/256,1,5,5','7/256,1,5,6','7/256,1,5,7','7/256,1,5,8','7/256,1,5,9','7/256,1,5,10','7/256,1,5,11','7/256,1,5,12','7/256,1,5,13','7/256,1,5,14','7/256,1,5,15','7/256,1,5,16','7/256,1,5,17','7/256,1,5,18','7/256,1,6,1','7/256,1,6,2','7/256,1,6,3','7/256,1,6,4','7/256,1,6,5','7/256,1,6,6','7/256,1,6,7','7/256,1,6,8','7/256,1,6,9','7/256,1,6,10','7/256,1,6,11','7/256,1,6,12','7/256,1,6,13','7/256,1,6,14','7/256,1,6,15','7/256,1,6,16','7/256,1,6,17','7/256,1,6,18','7/256,1,7,1','7/256,1,7,2','7/256,1,7,3','7/256,1,7,4','7/256,1,7,5','7/256,1,7,6','7/256,1,7,7','7/256,1,7,8','7/256,1,7,9','7/256,1,7,10','7/256,1,7,11','7/256,1,7,12','7/256,1,7,13','7/256,1,7,14','7/256,1,7,15','7/256,1,7,16','7/256,1,7,17','7/256,1,7,18','7/256,1,8,1','7/256,1,8,2','7/256,1,8,3','7/256,1,8,4','7/256,1,8,5','7/256,1,8,6','7/256,1,8,7','7/256,1,8,8','7/256,1,8,9','7/256,1,8,10','7/256,1,8,11','7/256,1,8,12','7/256,1,8,13','7/256,1,8,14','7/256,1,8,15','7/256,1,8,16','7/256,1,8,17','7/256,1,8,18','7/256,1,64221,1','7/256,1,64221,2','7/256,1,64221,3','7/256,1,64221,4','7/256,1,64221,5','7/256,1,64221,6','7/256,1,64221,7','7/256,1,64221,8','7/256,1,64221,9','7/256,1,64221,10','7/256,1,64221,11','7/256,1,64221,12','7/256,1,64221,13','7/256,1,64221,14','7/256,1,64221,15','7/256,1,64221,16','7/256,1,64221,17','7/256,1,64221,18','7/256,1,64222,1','7/256,1,64222,2','7/256,1,64222,3','7/256,1,64222,4','7/256,1,64222,5','7/256,1,64222,6','7/256,1,64222,7','7/256,1,64222,8','7/256,1,64222,9','7/256,1,64222,10','7/256,1,64222,11','7/256,1,64222,12','7/256,1,64222,13','7/256,1,64222,14','7/256,1,64222,15','7/256,1,64222,16','7/256,1,64222,17','7/256,1,64222,18','7/256,1,64223,1','7/256,1,64223,2','7/256,1,64223,3','7/256,1,64223,4','7/256,1,64223,5','7/256,1,64223,6','7/256,1,64223,7','7/256,1,64223,8','7/256,1,64223,9','7/256,1,64223,10','7/256,1,64223,11','7/256,1,64223,12','7/256,1,64223,13','7/256,1,64223,14','7/256,1,64223,15','7/256,1,64223,16','7/256,1,64223,17','7/256,1,64223,18','7/256,1,64224,1','7/256,1,64224,2','7/256,1,64224,3','7/256,1,64224,4','7/256,1,64224,5','7/256,1,64224,6','7/256,1,64224,7','7/256,1,64224,8','7/256,1,64224,9','7/256,1,64224,10','7/256,1,64224,11','7/256,1,64224,12','7/256,1,64224,13','7/256,1,64224,14','7/256,1,64224,15','7/256,1,64224,16','7/256,1,64224,17','7/256,1,64224,18','7/256,1,65001,1','7/256,1,65001,2','7/256,1,65001,3','7/256,1,65001,4','7/256,1,65001,5','7/256,1,65001,6','7/256,1,65001,7','7/256,1,65001,8','7/256,1,65001,9','7/256,1,65001,10','7/256,1,65001,11','7/256,1,65001,12','7/256,1,65001,13','7/256,1,65001,14','7/256,1,65001,15','7/256,1,65001,16','7/256,1,65001,17','7/256,1,65001,18','7/256,1,65002,1','7/256,1,65002,2','7/256,1,65002,3','7/256,1,65002,4','7/256,1,65002,5','7/256,1,65002,6','7/256,1,65002,7','7/256,1,65002,8','7/256,1,65002,9','7/256,1,65002,10','7/256,1,65002,11','7/256,1,65002,12','7/256,1,65002,13','7/256,1,65002,14','7/256,1,65002,15','7/256,1,65002,16','7/256,1,65002,17','7/256,1,65002,18','7/256,1,65003,1','7/256,1,65003,2','7/256,1,65003,3','7/256,1,65003,4','7/256,1,65003,5','7/256,1,65003,6','7/256,1,65003,7','7/256,1,65003,8','7/256,1,65003,9','7/256,1,65003,10','7/256,1,65003,11','7/256,1,65003,12','7/256,1,65003,13','7/256,1,65003,14','7/256,1,65003,15','7/256,1,65003,16','7/256,1,65003,17','7/256,1,65003,18','7/256,1,65004,1','7/256,1,65004,2','7/256,1,65004,3','7/256,1,65004,4','7/256,1,65004,5','7/256,1,65004,6','7/256,1,65004,7','7/256,1,65004,8','7/256,1,65004,9','7/256,1,65004,10','7/256,1,65004,11','7/256,1,65004,12','7/256,1,65004,13','7/256,1,65004,14','7/256,1,65004,15','7/256,1,65004,16','7/256,1,65004,17','7/256,1,65004,18','7/256,1,65005,1','7/256,1,65005,2','7/256,1,65005,3','7/256,1,65005,4','7/256,1,65005,5','7/256,1,65005,6','7/256,1,65005,7','7/256,1,65005,8','7/256,1,65005,9','7/256,1,65005,10','7/256,1,65005,11','7/256,1,65005,12','7/256,1,65005,13','7/256,1,65005,14','7/256,1,65005,15','7/256,1,65005,16','7/256,1,65005,17','7/256,1,65005,18','7/256,1,65006,1','7/256,1,65006,2','7/256,1,65006,3','7/256,1,65006,4','7/256,1,65006,5','7/256,1,65006,6','7/256,1,65006,7','7/256,1,65006,8','7/256,1,65006,9','7/256,1,65006,10','7/256,1,65006,11','7/256,1,65006,12','7/256,1,65006,13','7/256,1,65006,14','7/256,1,65006,15','7/256,1,65006,16','7/256,1,65006,17','7/256,1,65006,18','7/256,1,65007,1','7/256,1,65007,2','7/256,1,65007,3','7/256,1,65007,4','7/256,1,65007,5','7/256,1,65007,6','7/256,1,65007,7','7/256,1,65007,8','7/256,1,65007,9','7/256,1,65007,10','7/256,1,65007,11','7/256,1,65007,12','7/256,1,65007,13','7/256,1,65007,14','7/256,1,65007,15','7/256,1,65007,16','7/256,1,65007,17','7/256,1,65007,18','7/256,1,65008,1','7/256,1,65008,2','7/256,1,65008,3','7/256,1,65008,4','7/256,1,65008,5','7/256,1,65008,6','7/256,1,65008,7','7/256,1,65008,8','7/256,1,65008,9','7/256,1,65008,10','7/256,1,65008,11','7/256,1,65008,12','7/256,1,65008,13','7/256,1,65008,14','7/256,1,65008,15','7/256,1,65008,16','7/256,1,65008,17','7/256,1,65008,18','7/256,1,65009,1','7/256,1,65009,2','7/256,1,65009,3','7/256,1,65009,4','7/256,1,65009,5','7/256,1,65009,6','7/256,1,65009,7','7/256,1,65009,8','7/256,1,65009,9','7/256,1,65009,10','7/256,1,65009,11','7/256,1,65009,12','7/256,1,65009,13','7/256,1,65009,14','7/256,1,65009,15','7/256,1,65009,16','7/256,1,65009,17','7/256,1,65009,18','7/256,1,65010,1','7/256,1,65010,2','7/256,1,65010,3','7/256,1,65010,4','7/256,1,65010,5','7/256,1,65010,6','7/256,1,65010,7','7/256,1,65010,8','7/256,1,65010,9','7/256,1,65010,10','7/256,1,65010,11','7/256,1,65010,12','7/256,1,65010,13','7/256,1,65010,14','7/256,1,65010,15','7/256,1,65010,16','7/256,1,65010,17','7/256,1,65010,18','7/256,2,1,1','7/256,2,1,2','7/256,2,1,3','7/256,2,1,4','7/256,2,1,5','7/256,2,1,6','7/256,2,1,7','7/256,2,1,8','7/256,2,1,9','7/256,2,1,10','7/256,2,1,11','7/256,2,1,12','7/256,2,1,13','7/256,2,1,14','7/256,2,1,15','7/256,2,1,16','7/256,2,1,17','7/256,2,1,18','7/256,2,2,1','7/256,2,2,2','7/256,2,2,3','7/256,2,2,4','7/256,2,2,5','7/256,2,2,6','7/256,2,2,7','7/256,2,2,8','7/256,2,2,9','7/256,2,2,10','7/256,2,2,11','7/256,2,2,12','7/256,2,2,13','7/256,2,2,14','7/256,2,2,15','7/256,2,2,16','7/256,2,2,17','7/256,2,2,18','7/256,2,3,1','7/256,2,3,2','7/256,2,3,3','7/256,2,3,4','7/256,2,3,5','7/256,2,3,6','7/256,2,3,7','7/256,2,3,8','7/256,2,3,9','7/256,2,3,10','7/256,2,3,11','7/256,2,3,12','7/256,2,3,13','7/256,2,3,14','7/256,2,3,15','7/256,2,3,16','7/256,2,3,17','7/256,2,3,18','7/256,2,4,1','7/256,2,4,2','7/256,2,4,3','7/256,2,4,4','7/256,2,4,5','7/256,2,4,6','7/256,2,4,7','7/256,2,4,8','7/256,2,4,9','7/256,2,4,10','7/256,2,4,11','7/256,2,4,12','7/256,2,4,13','7/256,2,4,14','7/256,2,4,15','7/256,2,4,16','7/256,2,4,17','7/256,2,4,18','7/256,2,5,1','7/256,2,5,2','7/256,2,5,3','7/256,2,5,4','7/256,2,5,5','7/256,2,5,6','7/256,2,5,7','7/256,2,5,8','7/256,2,5,9','7/256,2,5,10','7/256,2,5,11','7/256,2,5,12','7/256,2,5,13','7/256,2,5,14','7/256,2,5,15','7/256,2,5,16','7/256,2,5,17','7/256,2,5,18','7/256,2,6,1','7/256,2,6,2','7/256,2,6,3','7/256,2,6,4','7/256,2,6,5','7/256,2,6,6','7/256,2,6,7','7/256,2,6,8','7/256,2,6,9','7/256,2,6,10','7/256,2,6,11','7/256,2,6,12','7/256,2,6,13','7/256,2,6,14','7/256,2,6,15','7/256,2,6,16','7/256,2,6,17','7/256,2,6,18','7/256,2,7,1','7/256,2,7,2','7/256,2,7,3','7/256,2,7,4','7/256,2,7,5','7/256,2,7,6','7/256,2,7,7','7/256,2,7,8','7/256,2,7,9','7/256,2,7,10','7/256,2,7,11','7/256,2,7,12','7/256,2,7,13','7/256,2,7,14','7/256,2,7,15','7/256,2,7,16','7/256,2,7,17','7/256,2,7,18','7/256,2,8,1','7/256,2,8,2','7/256,2,8,3','7/256,2,8,4','7/256,2,8,5','7/256,2,8,6','7/256,2,8,7','7/256,2,8,8','7/256,2,8,9','7/256,2,8,10','7/256,2,8,11','7/256,2,8,12','7/256,2,8,13','7/256,2,8,14','7/256,2,8,15','7/256,2,8,16','7/256,2,8,17','7/256,2,8,18','7/256,2,64221,1','7/256,2,64221,2','7/256,2,64221,3','7/256,2,64221,4','7/256,2,64221,5','7/256,2,64221,6','7/256,2,64221,7','7/256,2,64221,8','7/256,2,64221,9','7/256,2,64221,10','7/256,2,64221,11','7/256,2,64221,12','7/256,2,64221,13','7/256,2,64221,14','7/256,2,64221,15','7/256,2,64221,16','7/256,2,64221,17','7/256,2,64221,18','7/256,2,64222,1','7/256,2,64222,2','7/256,2,64222,3','7/256,2,64222,4','7/256,2,64222,5','7/256,2,64222,6','7/256,2,64222,7','7/256,2,64222,8','7/256,2,64222,9','7/256,2,64222,10','7/256,2,64222,11','7/256,2,64222,12','7/256,2,64222,13','7/256,2,64222,14','7/256,2,64222,15','7/256,2,64222,16','7/256,2,64222,17','7/256,2,64222,18','7/256,2,64223,1','7/256,2,64223,2','7/256,2,64223,3','7/256,2,64223,4','7/256,2,64223,5','7/256,2,64223,6','7/256,2,64223,7','7/256,2,64223,8','7/256,2,64223,9','7/256,2,64223,10','7/256,2,64223,11','7/256,2,64223,12','7/256,2,64223,13','7/256,2,64223,14','7/256,2,64223,15','7/256,2,64223,16','7/256,2,64223,17','7/256,2,64223,18','7/256,2,64224,1','7/256,2,64224,2','7/256,2,64224,3','7/256,2,64224,4','7/256,2,64224,5','7/256,2,64224,6','7/256,2,64224,7','7/256,2,64224,8','7/256,2,64224,9','7/256,2,64224,10','7/256,2,64224,11','7/256,2,64224,12','7/256,2,64224,13','7/256,2,64224,14','7/256,2,64224,15','7/256,2,64224,16','7/256,2,64224,17','7/256,2,64224,18','7/256,2,65001,1','7/256,2,65001,2','7/256,2,65001,3','7/256,2,65001,4','7/256,2,65001,5','7/256,2,65001,6','7/256,2,65001,7','7/256,2,65001,8','7/256,2,65001,9','7/256,2,65001,10','7/256,2,65001,11','7/256,2,65001,12','7/256,2,65001,13','7/256,2,65001,14','7/256,2,65001,15','7/256,2,65001,16','7/256,2,65001,17','7/256,2,65001,18','7/256,2,65002,1','7/256,2,65002,2','7/256,2,65002,3','7/256,2,65002,4','7/256,2,65002,5','7/256,2,65002,6','7/256,2,65002,7','7/256,2,65002,8','7/256,2,65002,9','7/256,2,65002,10','7/256,2,65002,11','7/256,2,65002,12','7/256,2,65002,13','7/256,2,65002,14','7/256,2,65002,15','7/256,2,65002,16','7/256,2,65002,17','7/256,2,65002,18','7/256,2,65003,1','7/256,2,65003,2','7/256,2,65003,3','7/256,2,65003,4','7/256,2,65003,5','7/256,2,65003,6','7/256,2,65003,7','7/256,2,65003,8','7/256,2,65003,9','7/256,2,65003,10','7/256,2,65003,11','7/256,2,65003,12','7/256,2,65003,13','7/256,2,65003,14','7/256,2,65003,15','7/256,2,65003,16','7/256,2,65003,17','7/256,2,65003,18','7/256,2,65004,1','7/256,2,65004,2','7/256,2,65004,3','7/256,2,65004,4','7/256,2,65004,5','7/256,2,65004,6','7/256,2,65004,7','7/256,2,65004,8','7/256,2,65004,9','7/256,2,65004,10','7/256,2,65004,11','7/256,2,65004,12','7/256,2,65004,13','7/256,2,65004,14','7/256,2,65004,15','7/256,2,65004,16','7/256,2,65004,17','7/256,2,65004,18','7/256,2,65005,1','7/256,2,65005,2','7/256,2,65005,3','7/256,2,65005,4','7/256,2,65005,5','7/256,2,65005,6','7/256,2,65005,7','7/256,2,65005,8','7/256,2,65005,9','7/256,2,65005,10','7/256,2,65005,11','7/256,2,65005,12','7/256,2,65005,13','7/256,2,65005,14','7/256,2,65005,15','7/256,2,65005,16','7/256,2,65005,17','7/256,2,65005,18','7/256,2,65006,1','7/256,2,65006,2','7/256,2,65006,3','7/256,2,65006,4','7/256,2,65006,5','7/256,2,65006,6','7/256,2,65006,7','7/256,2,65006,8','7/256,2,65006,9','7/256,2,65006,10','7/256,2,65006,11','7/256,2,65006,12','7/256,2,65006,13','7/256,2,65006,14','7/256,2,65006,15','7/256,2,65006,16','7/256,2,65006,17','7/256,2,65006,18','7/256,2,65007,1','7/256,2,65007,2','7/256,2,65007,3','7/256,2,65007,4','7/256,2,65007,5','7/256,2,65007,6','7/256,2,65007,7','7/256,2,65007,8','7/256,2,65007,9','7/256,2,65007,10','7/256,2,65007,11','7/256,2,65007,12','7/256,2,65007,13','7/256,2,65007,14','7/256,2,65007,15','7/256,2,65007,16','7/256,2,65007,17','7/256,2,65007,18','7/256,2,65008,1','7/256,2,65008,2','7/256,2,65008,3','7/256,2,65008,4','7/256,2,65008,5','7/256,2,65008,6','7/256,2,65008,7','7/256,2,65008,8','7/256,2,65008,9','7/256,2,65008,10','7/256,2,65008,11','7/256,2,65008,12','7/256,2,65008,13','7/256,2,65008,14','7/256,2,65008,15','7/256,2,65008,16','7/256,2,65008,17','7/256,2,65008,18','7/256,2,65009,1','7/256,2,65009,2','7/256,2,65009,3','7/256,2,65009,4','7/256,2,65009,5','7/256,2,65009,6','7/256,2,65009,7','7/256,2,65009,8','7/256,2,65009,9','7/256,2,65009,10','7/256,2,65009,11','7/256,2,65009,12','7/256,2,65009,13','7/256,2,65009,14','7/256,2,65009,15','7/256,2,65009,16','7/256,2,65009,17','7/256,2,65009,18','7/256,2,65010,1','7/256,2,65010,2','7/256,2,65010,3','7/256,2,65010,4','7/256,2,65010,5','7/256,2,65010,6','7/256,2,65010,7','7/256,2,65010,8','7/256,2,65010,9','7/256,2,65010,10','7/256,2,65010,11','7/256,2,65010,12','7/256,2,65010,13','7/256,2,65010,14','7/256,2,65010,15','7/256,2,65010,16','7/256,2,65010,17','7/256,2,65010,18','7/256,3,1,1','7/256,3,1,2','7/256,3,1,3','7/256,3,1,4','7/256,3,1,5','7/256,3,1,6','7/256,3,1,7','7/256,3,1,8','7/256,3,1,9','7/256,3,1,10','7/256,3,1,11','7/256,3,1,12','7/256,3,1,13','7/256,3,1,14','7/256,3,1,15','7/256,3,1,16','7/256,3,1,17','7/256,3,1,18','7/256,3,2,1','7/256,3,2,2','7/256,3,2,3','7/256,3,2,4','7/256,3,2,5','7/256,3,2,6','7/256,3,2,7','7/256,3,2,8','7/256,3,2,9','7/256,3,2,10','7/256,3,2,11','7/256,3,2,12','7/256,3,2,13','7/256,3,2,14','7/256,3,2,15','7/256,3,2,16','7/256,3,2,17','7/256,3,2,18','7/256,3,3,1','7/256,3,3,2','7/256,3,3,3','7/256,3,3,4','7/256,3,3,5','7/256,3,3,6','7/256,3,3,7','7/256,3,3,8','7/256,3,3,9','7/256,3,3,10','7/256,3,3,11','7/256,3,3,12','7/256,3,3,13','7/256,3,3,14','7/256,3,3,15','7/256,3,3,16','7/256,3,3,17','7/256,3,3,18','7/256,3,4,1','7/256,3,4,2','7/256,3,4,3','7/256,3,4,4','7/256,3,4,5','7/256,3,4,6','7/256,3,4,7','7/256,3,4,8','7/256,3,4,9','7/256,3,4,10','7/256,3,4,11','7/256,3,4,12','7/256,3,4,13','7/256,3,4,14','7/256,3,4,15','7/256,3,4,16','7/256,3,4,17','7/256,3,4,18','7/256,3,5,1','7/256,3,5,2','7/256,3,5,3','7/256,3,5,4','7/256,3,5,5','7/256,3,5,6','7/256,3,5,7','7/256,3,5,8','7/256,3,5,9','7/256,3,5,10','7/256,3,5,11','7/256,3,5,12','7/256,3,5,13','7/256,3,5,14','7/256,3,5,15','7/256,3,5,16','7/256,3,5,17','7/256,3,5,18','7/256,3,6,1','7/256,3,6,2','7/256,3,6,3','7/256,3,6,4','7/256,3,6,5','7/256,3,6,6','7/256,3,6,7','7/256,3,6,8','7/256,3,6,9','7/256,3,6,10','7/256,3,6,11','7/256,3,6,12','7/256,3,6,13','7/256,3,6,14','7/256,3,6,15','7/256,3,6,16','7/256,3,6,17','7/256,3,6,18','7/256,3,7,1','7/256,3,7,2','7/256,3,7,3','7/256,3,7,4','7/256,3,7,5','7/256,3,7,6','7/256,3,7,7','7/256,3,7,8','7/256,3,7,9','7/256,3,7,10','7/256,3,7,11','7/256,3,7,12','7/256,3,7,13','7/256,3,7,14','7/256,3,7,15','7/256,3,7,16','7/256,3,7,17','7/256,3,7,18','7/256,3,8,1','7/256,3,8,2','7/256,3,8,3','7/256,3,8,4','7/256,3,8,5','7/256,3,8,6','7/256,3,8,7','7/256,3,8,8','7/256,3,8,9','7/256,3,8,10','7/256,3,8,11','7/256,3,8,12','7/256,3,8,13','7/256,3,8,14','7/256,3,8,15','7/256,3,8,16','7/256,3,8,17','7/256,3,8,18','7/256,3,64221,1','7/256,3,64221,2','7/256,3,64221,3','7/256,3,64221,4','7/256,3,64221,5','7/256,3,64221,6','7/256,3,64221,7','7/256,3,64221,8','7/256,3,64221,9','7/256,3,64221,10','7/256,3,64221,11','7/256,3,64221,12','7/256,3,64221,13','7/256,3,64221,14','7/256,3,64221,15','7/256,3,64221,16','7/256,3,64221,17','7/256,3,64221,18','7/256,3,64222,1','7/256,3,64222,2','7/256,3,64222,3','7/256,3,64222,4','7/256,3,64222,5','7/256,3,64222,6','7/256,3,64222,7','7/256,3,64222,8','7/256,3,64222,9','7/256,3,64222,10','7/256,3,64222,11','7/256,3,64222,12','7/256,3,64222,13','7/256,3,64222,14','7/256,3,64222,15','7/256,3,64222,16','7/256,3,64222,17','7/256,3,64222,18','7/256,3,64223,1','7/256,3,64223,2','7/256,3,64223,3','7/256,3,64223,4','7/256,3,64223,5','7/256,3,64223,6','7/256,3,64223,7','7/256,3,64223,8','7/256,3,64223,9','7/256,3,64223,10','7/256,3,64223,11','7/256,3,64223,12','7/256,3,64223,13','7/256,3,64223,14','7/256,3,64223,15','7/256,3,64223,16','7/256,3,64223,17','7/256,3,64223,18','7/256,3,64224,1','7/256,3,64224,2','7/256,3,64224,3','7/256,3,64224,4','7/256,3,64224,5','7/256,3,64224,6','7/256,3,64224,7','7/256,3,64224,8','7/256,3,64224,9','7/256,3,64224,10','7/256,3,64224,11','7/256,3,64224,12','7/256,3,64224,13','7/256,3,64224,14','7/256,3,64224,15','7/256,3,64224,16','7/256,3,64224,17','7/256,3,64224,18','7/256,3,65001,1','7/256,3,65001,2','7/256,3,65001,3','7/256,3,65001,4','7/256,3,65001,5','7/256,3,65001,6','7/256,3,65001,7','7/256,3,65001,8','7/256,3,65001,9','7/256,3,65001,10','7/256,3,65001,11','7/256,3,65001,12','7/256,3,65001,13','7/256,3,65001,14','7/256,3,65001,15','7/256,3,65001,16','7/256,3,65001,17','7/256,3,65001,18','7/256,3,65002,1','7/256,3,65002,2','7/256,3,65002,3','7/256,3,65002,4','7/256,3,65002,5','7/256,3,65002,6','7/256,3,65002,7','7/256,3,65002,8','7/256,3,65002,9','7/256,3,65002,10','7/256,3,65002,11','7/256,3,65002,12','7/256,3,65002,13','7/256,3,65002,14','7/256,3,65002,15','7/256,3,65002,16','7/256,3,65002,17','7/256,3,65002,18','7/256,3,65003,1','7/256,3,65003,2','7/256,3,65003,3','7/256,3,65003,4','7/256,3,65003,5','7/256,3,65003,6','7/256,3,65003,7','7/256,3,65003,8','7/256,3,65003,9','7/256,3,65003,10','7/256,3,65003,11','7/256,3,65003,12','7/256,3,65003,13','7/256,3,65003,14','7/256,3,65003,15','7/256,3,65003,16','7/256,3,65003,17','7/256,3,65003,18','7/256,3,65004,1','7/256,3,65004,2','7/256,3,65004,3','7/256,3,65004,4','7/256,3,65004,5','7/256,3,65004,6','7/256,3,65004,7','7/256,3,65004,8','7/256,3,65004,9','7/256,3,65004,10','7/256,3,65004,11','7/256,3,65004,12','7/256,3,65004,13','7/256,3,65004,14','7/256,3,65004,15','7/256,3,65004,16','7/256,3,65004,17','7/256,3,65004,18','7/256,3,65005,1','7/256,3,65005,2','7/256,3,65005,3','7/256,3,65005,4','7/256,3,65005,5','7/256,3,65005,6','7/256,3,65005,7','7/256,3,65005,8','7/256,3,65005,9','7/256,3,65005,10','7/256,3,65005,11','7/256,3,65005,12','7/256,3,65005,13','7/256,3,65005,14','7/256,3,65005,15','7/256,3,65005,16','7/256,3,65005,17','7/256,3,65005,18','7/256,3,65006,1','7/256,3,65006,2','7/256,3,65006,3','7/256,3,65006,4','7/256,3,65006,5','7/256,3,65006,6','7/256,3,65006,7','7/256,3,65006,8','7/256,3,65006,9','7/256,3,65006,10','7/256,3,65006,11','7/256,3,65006,12','7/256,3,65006,13','7/256,3,65006,14','7/256,3,65006,15','7/256,3,65006,16','7/256,3,65006,17','7/256,3,65006,18','7/256,3,65007,1','7/256,3,65007,2','7/256,3,65007,3','7/256,3,65007,4','7/256,3,65007,5','7/256,3,65007,6','7/256,3,65007,7','7/256,3,65007,8','7/256,3,65007,9','7/256,3,65007,10','7/256,3,65007,11','7/256,3,65007,12','7/256,3,65007,13','7/256,3,65007,14','7/256,3,65007,15','7/256,3,65007,16','7/256,3,65007,17','7/256,3,65007,18','7/256,3,65008,1','7/256,3,65008,2','7/256,3,65008,3','7/256,3,65008,4','7/256,3,65008,5','7/256,3,65008,6','7/256,3,65008,7','7/256,3,65008,8','7/256,3,65008,9','7/256,3,65008,10','7/256,3,65008,11','7/256,3,65008,12','7/256,3,65008,13','7/256,3,65008,14','7/256,3,65008,15','7/256,3,65008,16','7/256,3,65008,17','7/256,3,65008,18','7/256,3,65009,1','7/256,3,65009,2','7/256,3,65009,3','7/256,3,65009,4','7/256,3,65009,5','7/256,3,65009,6','7/256,3,65009,7','7/256,3,65009,8','7/256,3,65009,9','7/256,3,65009,10','7/256,3,65009,11','7/256,3,65009,12','7/256,3,65009,13','7/256,3,65009,14','7/256,3,65009,15','7/256,3,65009,16','7/256,3,65009,17','7/256,3,65009,18','7/256,3,65010,1','7/256,3,65010,2','7/256,3,65010,3','7/256,3,65010,4','7/256,3,65010,5','7/256,3,65010,6','7/256,3,65010,7','7/256,3,65010,8','7/256,3,65010,9','7/256,3,65010,10','7/256,3,65010,11','7/256,3,65010,12','7/256,3,65010,13','7/256,3,65010,14','7/256,3,65010,15','7/256,3,65010,16','7/256,3,65010,17','7/256,3,65010,18','7/256,4,1,1','7/256,4,1,2','7/256,4,1,3','7/256,4,1,4','7/256,4,1,5','7/256,4,1,6','7/256,4,1,7','7/256,4,1,8','7/256,4,1,9','7/256,4,1,10','7/256,4,1,11','7/256,4,1,12','7/256,4,1,13','7/256,4,1,14','7/256,4,1,15','7/256,4,1,16','7/256,4,1,17','7/256,4,1,18','7/256,4,2,1','7/256,4,2,2','7/256,4,2,3','7/256,4,2,4','7/256,4,2,5','7/256,4,2,6','7/256,4,2,7','7/256,4,2,8','7/256,4,2,9','7/256,4,2,10','7/256,4,2,11','7/256,4,2,12','7/256,4,2,13','7/256,4,2,14','7/256,4,2,15','7/256,4,2,16','7/256,4,2,17','7/256,4,2,18','7/256,4,3,1','7/256,4,3,2','7/256,4,3,3','7/256,4,3,4','7/256,4,3,5','7/256,4,3,6','7/256,4,3,7','7/256,4,3,8','7/256,4,3,9','7/256,4,3,10','7/256,4,3,11','7/256,4,3,12','7/256,4,3,13','7/256,4,3,14','7/256,4,3,15','7/256,4,3,16','7/256,4,3,17','7/256,4,3,18','7/256,4,4,1','7/256,4,4,2','7/256,4,4,3','7/256,4,4,4','7/256,4,4,5','7/256,4,4,6','7/256,4,4,7','7/256,4,4,8','7/256,4,4,9','7/256,4,4,10','7/256,4,4,11','7/256,4,4,12','7/256,4,4,13','7/256,4,4,14','7/256,4,4,15','7/256,4,4,16','7/256,4,4,17','7/256,4,4,18','7/256,4,5,1','7/256,4,5,2','7/256,4,5,3','7/256,4,5,4','7/256,4,5,5','7/256,4,5,6','7/256,4,5,7','7/256,4,5,8','7/256,4,5,9','7/256,4,5,10','7/256,4,5,11','7/256,4,5,12','7/256,4,5,13','7/256,4,5,14','7/256,4,5,15','7/256,4,5,16','7/256,4,5,17','7/256,4,5,18','7/256,4,6,1','7/256,4,6,2','7/256,4,6,3','7/256,4,6,4','7/256,4,6,5','7/256,4,6,6','7/256,4,6,7','7/256,4,6,8','7/256,4,6,9','7/256,4,6,10','7/256,4,6,11','7/256,4,6,12','7/256,4,6,13','7/256,4,6,14','7/256,4,6,15','7/256,4,6,16','7/256,4,6,17','7/256,4,6,18','7/256,4,7,1','7/256,4,7,2','7/256,4,7,3','7/256,4,7,4','7/256,4,7,5','7/256,4,7,6','7/256,4,7,7','7/256,4,7,8','7/256,4,7,9','7/256,4,7,10','7/256,4,7,11','7/256,4,7,12','7/256,4,7,13','7/256,4,7,14','7/256,4,7,15','7/256,4,7,16','7/256,4,7,17','7/256,4,7,18','7/256,4,8,1','7/256,4,8,2','7/256,4,8,3','7/256,4,8,4','7/256,4,8,5','7/256,4,8,6','7/256,4,8,7','7/256,4,8,8','7/256,4,8,9','7/256,4,8,10','7/256,4,8,11','7/256,4,8,12','7/256,4,8,13','7/256,4,8,14','7/256,4,8,15','7/256,4,8,16','7/256,4,8,17','7/256,4,8,18','7/256,4,64221,1','7/256,4,64221,2','7/256,4,64221,3','7/256,4,64221,4','7/256,4,64221,5','7/256,4,64221,6','7/256,4,64221,7','7/256,4,64221,8','7/256,4,64221,9','7/256,4,64221,10','7/256,4,64221,11','7/256,4,64221,12','7/256,4,64221,13','7/256,4,64221,14','7/256,4,64221,15','7/256,4,64221,16','7/256,4,64221,17','7/256,4,64221,18','7/256,4,64222,1','7/256,4,64222,2','7/256,4,64222,3','7/256,4,64222,4','7/256,4,64222,5','7/256,4,64222,6','7/256,4,64222,7','7/256,4,64222,8','7/256,4,64222,9','7/256,4,64222,10','7/256,4,64222,11','7/256,4,64222,12','7/256,4,64222,13','7/256,4,64222,14','7/256,4,64222,15','7/256,4,64222,16','7/256,4,64222,17','7/256,4,64222,18','7/256,4,64223,1','7/256,4,64223,2','7/256,4,64223,3','7/256,4,64223,4','7/256,4,64223,5','7/256,4,64223,6','7/256,4,64223,7','7/256,4,64223,8','7/256,4,64223,9','7/256,4,64223,10','7/256,4,64223,11','7/256,4,64223,12','7/256,4,64223,13','7/256,4,64223,14','7/256,4,64223,15','7/256,4,64223,16','7/256,4,64223,17','7/256,4,64223,18','7/256,4,64224,1','7/256,4,64224,2','7/256,4,64224,3','7/256,4,64224,4','7/256,4,64224,5','7/256,4,64224,6','7/256,4,64224,7','7/256,4,64224,8','7/256,4,64224,9','7/256,4,64224,10','7/256,4,64224,11','7/256,4,64224,12','7/256,4,64224,13','7/256,4,64224,14','7/256,4,64224,15','7/256,4,64224,16','7/256,4,64224,17','7/256,4,64224,18','7/256,4,65001,1','7/256,4,65001,2','7/256,4,65001,3','7/256,4,65001,4','7/256,4,65001,5','7/256,4,65001,6','7/256,4,65001,7','7/256,4,65001,8','7/256,4,65001,9','7/256,4,65001,10','7/256,4,65001,11','7/256,4,65001,12','7/256,4,65001,13','7/256,4,65001,14','7/256,4,65001,15','7/256,4,65001,16','7/256,4,65001,17','7/256,4,65001,18','7/256,4,65002,1','7/256,4,65002,2','7/256,4,65002,3','7/256,4,65002,4','7/256,4,65002,5','7/256,4,65002,6','7/256,4,65002,7','7/256,4,65002,8','7/256,4,65002,9','7/256,4,65002,10','7/256,4,65002,11','7/256,4,65002,12','7/256,4,65002,13','7/256,4,65002,14','7/256,4,65002,15','7/256,4,65002,16','7/256,4,65002,17','7/256,4,65002,18','7/256,4,65003,1','7/256,4,65003,2','7/256,4,65003,3','7/256,4,65003,4','7/256,4,65003,5','7/256,4,65003,6','7/256,4,65003,7','7/256,4,65003,8','7/256,4,65003,9','7/256,4,65003,10','7/256,4,65003,11','7/256,4,65003,12','7/256,4,65003,13','7/256,4,65003,14','7/256,4,65003,15','7/256,4,65003,16','7/256,4,65003,17','7/256,4,65003,18','7/256,4,65004,1','7/256,4,65004,2','7/256,4,65004,3','7/256,4,65004,4','7/256,4,65004,5','7/256,4,65004,6','7/256,4,65004,7','7/256,4,65004,8','7/256,4,65004,9','7/256,4,65004,10','7/256,4,65004,11','7/256,4,65004,12','7/256,4,65004,13','7/256,4,65004,14','7/256,4,65004,15','7/256,4,65004,16','7/256,4,65004,17','7/256,4,65004,18','7/256,4,65005,1','7/256,4,65005,2','7/256,4,65005,3','7/256,4,65005,4','7/256,4,65005,5','7/256,4,65005,6','7/256,4,65005,7','7/256,4,65005,8','7/256,4,65005,9','7/256,4,65005,10','7/256,4,65005,11','7/256,4,65005,12','7/256,4,65005,13','7/256,4,65005,14','7/256,4,65005,15','7/256,4,65005,16','7/256,4,65005,17','7/256,4,65005,18','7/256,4,65006,1','7/256,4,65006,2','7/256,4,65006,3','7/256,4,65006,4','7/256,4,65006,5','7/256,4,65006,6','7/256,4,65006,7','7/256,4,65006,8','7/256,4,65006,9','7/256,4,65006,10','7/256,4,65006,11','7/256,4,65006,12','7/256,4,65006,13','7/256,4,65006,14','7/256,4,65006,15','7/256,4,65006,16','7/256,4,65006,17','7/256,4,65006,18','7/256,4,65007,1','7/256,4,65007,2','7/256,4,65007,3','7/256,4,65007,4','7/256,4,65007,5','7/256,4,65007,6','7/256,4,65007,7','7/256,4,65007,8','7/256,4,65007,9','7/256,4,65007,10','7/256,4,65007,11','7/256,4,65007,12','7/256,4,65007,13','7/256,4,65007,14','7/256,4,65007,15','7/256,4,65007,16','7/256,4,65007,17','7/256,4,65007,18','7/256,4,65008,1','7/256,4,65008,2','7/256,4,65008,3','7/256,4,65008,4','7/256,4,65008,5','7/256,4,65008,6','7/256,4,65008,7','7/256,4,65008,8','7/256,4,65008,9','7/256,4,65008,10','7/256,4,65008,11','7/256,4,65008,12','7/256,4,65008,13','7/256,4,65008,14','7/256,4,65008,15','7/256,4,65008,16','7/256,4,65008,17','7/256,4,65008,18','7/256,4,65009,1','7/256,4,65009,2','7/256,4,65009,3','7/256,4,65009,4','7/256,4,65009,5','7/256,4,65009,6','7/256,4,65009,7','7/256,4,65009,8','7/256,4,65009,9','7/256,4,65009,10','7/256,4,65009,11','7/256,4,65009,12','7/256,4,65009,13','7/256,4,65009,14','7/256,4,65009,15','7/256,4,65009,16','7/256,4,65009,17','7/256,4,65009,18','7/256,4,65010,1','7/256,4,65010,2','7/256,4,65010,3','7/256,4,65010,4','7/256,4,65010,5','7/256,4,65010,6','7/256,4,65010,7','7/256,4,65010,8','7/256,4,65010,9','7/256,4,65010,10','7/256,4,65010,11','7/256,4,65010,12','7/256,4,65010,13','7/256,4,65010,14','7/256,4,65010,15','7/256,4,65010,16','7/256,4,65010,17','7/256,4,65010,18','7/256,5,1,1','7/256,5,1,2','7/256,5,1,3','7/256,5,1,4','7/256,5,1,5','7/256,5,1,6','7/256,5,1,7','7/256,5,1,8','7/256,5,1,9','7/256,5,1,10','7/256,5,1,11','7/256,5,1,12','7/256,5,1,13','7/256,5,1,14','7/256,5,1,15','7/256,5,1,16','7/256,5,1,17','7/256,5,1,18','7/256,5,2,1','7/256,5,2,2','7/256,5,2,3','7/256,5,2,4','7/256,5,2,5','7/256,5,2,6','7/256,5,2,7','7/256,5,2,8','7/256,5,2,9','7/256,5,2,10','7/256,5,2,11','7/256,5,2,12','7/256,5,2,13','7/256,5,2,14','7/256,5,2,15','7/256,5,2,16','7/256,5,2,17','7/256,5,2,18','7/256,5,3,1','7/256,5,3,2','7/256,5,3,3','7/256,5,3,4','7/256,5,3,5','7/256,5,3,6','7/256,5,3,7','7/256,5,3,8','7/256,5,3,9','7/256,5,3,10','7/256,5,3,11','7/256,5,3,12','7/256,5,3,13','7/256,5,3,14','7/256,5,3,15','7/256,5,3,16','7/256,5,3,17','7/256,5,3,18','7/256,5,4,1','7/256,5,4,2','7/256,5,4,3','7/256,5,4,4','7/256,5,4,5','7/256,5,4,6','7/256,5,4,7','7/256,5,4,8','7/256,5,4,9','7/256,5,4,10','7/256,5,4,11','7/256,5,4,12','7/256,5,4,13','7/256,5,4,14','7/256,5,4,15','7/256,5,4,16','7/256,5,4,17','7/256,5,4,18','7/256,5,5,1','7/256,5,5,2','7/256,5,5,3','7/256,5,5,4','7/256,5,5,5','7/256,5,5,6','7/256,5,5,7','7/256,5,5,8','7/256,5,5,9','7/256,5,5,10','7/256,5,5,11','7/256,5,5,12','7/256,5,5,13','7/256,5,5,14','7/256,5,5,15','7/256,5,5,16','7/256,5,5,17','7/256,5,5,18','7/256,5,6,1','7/256,5,6,2','7/256,5,6,3','7/256,5,6,4','7/256,5,6,5','7/256,5,6,6','7/256,5,6,7','7/256,5,6,8','7/256,5,6,9','7/256,5,6,10','7/256,5,6,11','7/256,5,6,12','7/256,5,6,13','7/256,5,6,14','7/256,5,6,15','7/256,5,6,16','7/256,5,6,17','7/256,5,6,18','7/256,5,7,1','7/256,5,7,2','7/256,5,7,3','7/256,5,7,4','7/256,5,7,5','7/256,5,7,6','7/256,5,7,7','7/256,5,7,8','7/256,5,7,9','7/256,5,7,10','7/256,5,7,11','7/256,5,7,12','7/256,5,7,13','7/256,5,7,14','7/256,5,7,15','7/256,5,7,16','7/256,5,7,17','7/256,5,7,18','7/256,5,8,1','7/256,5,8,2','7/256,5,8,3','7/256,5,8,4','7/256,5,8,5','7/256,5,8,6','7/256,5,8,7','7/256,5,8,8','7/256,5,8,9','7/256,5,8,10','7/256,5,8,11','7/256,5,8,12','7/256,5,8,13','7/256,5,8,14','7/256,5,8,15','7/256,5,8,16','7/256,5,8,17','7/256,5,8,18','7/256,5,64221,1','7/256,5,64221,2','7/256,5,64221,3','7/256,5,64221,4','7/256,5,64221,5','7/256,5,64221,6','7/256,5,64221,7','7/256,5,64221,8','7/256,5,64221,9','7/256,5,64221,10','7/256,5,64221,11','7/256,5,64221,12','7/256,5,64221,13','7/256,5,64221,14','7/256,5,64221,15','7/256,5,64221,16','7/256,5,64221,17','7/256,5,64221,18','7/256,5,64222,1','7/256,5,64222,2','7/256,5,64222,3','7/256,5,64222,4','7/256,5,64222,5','7/256,5,64222,6','7/256,5,64222,7','7/256,5,64222,8','7/256,5,64222,9','7/256,5,64222,10','7/256,5,64222,11','7/256,5,64222,12','7/256,5,64222,13','7/256,5,64222,14','7/256,5,64222,15','7/256,5,64222,16','7/256,5,64222,17','7/256,5,64222,18','7/256,5,64223,1','7/256,5,64223,2','7/256,5,64223,3','7/256,5,64223,4','7/256,5,64223,5','7/256,5,64223,6','7/256,5,64223,7','7/256,5,64223,8','7/256,5,64223,9','7/256,5,64223,10','7/256,5,64223,11','7/256,5,64223,12','7/256,5,64223,13','7/256,5,64223,14','7/256,5,64223,15','7/256,5,64223,16','7/256,5,64223,17','7/256,5,64223,18','7/256,5,64224,1','7/256,5,64224,2','7/256,5,64224,3','7/256,5,64224,4','7/256,5,64224,5','7/256,5,64224,6','7/256,5,64224,7','7/256,5,64224,8','7/256,5,64224,9','7/256,5,64224,10','7/256,5,64224,11','7/256,5,64224,12','7/256,5,64224,13','7/256,5,64224,14','7/256,5,64224,15','7/256,5,64224,16','7/256,5,64224,17','7/256,5,64224,18','7/256,5,65001,1','7/256,5,65001,2','7/256,5,65001,3','7/256,5,65001,4','7/256,5,65001,5','7/256,5,65001,6','7/256,5,65001,7','7/256,5,65001,8','7/256,5,65001,9','7/256,5,65001,10','7/256,5,65001,11','7/256,5,65001,12','7/256,5,65001,13','7/256,5,65001,14','7/256,5,65001,15','7/256,5,65001,16','7/256,5,65001,17','7/256,5,65001,18','7/256,5,65002,1','7/256,5,65002,2','7/256,5,65002,3','7/256,5,65002,4','7/256,5,65002,5','7/256,5,65002,6','7/256,5,65002,7','7/256,5,65002,8','7/256,5,65002,9','7/256,5,65002,10','7/256,5,65002,11','7/256,5,65002,12','7/256,5,65002,13','7/256,5,65002,14','7/256,5,65002,15','7/256,5,65002,16','7/256,5,65002,17','7/256,5,65002,18','7/256,5,65003,1','7/256,5,65003,2','7/256,5,65003,3','7/256,5,65003,4','7/256,5,65003,5','7/256,5,65003,6','7/256,5,65003,7','7/256,5,65003,8','7/256,5,65003,9','7/256,5,65003,10','7/256,5,65003,11','7/256,5,65003,12','7/256,5,65003,13','7/256,5,65003,14','7/256,5,65003,15','7/256,5,65003,16','7/256,5,65003,17','7/256,5,65003,18','7/256,5,65004,1','7/256,5,65004,2','7/256,5,65004,3','7/256,5,65004,4','7/256,5,65004,5','7/256,5,65004,6','7/256,5,65004,7','7/256,5,65004,8','7/256,5,65004,9','7/256,5,65004,10','7/256,5,65004,11','7/256,5,65004,12','7/256,5,65004,13','7/256,5,65004,14','7/256,5,65004,15','7/256,5,65004,16','7/256,5,65004,17','7/256,5,65004,18','7/256,5,65005,1','7/256,5,65005,2','7/256,5,65005,3','7/256,5,65005,4','7/256,5,65005,5','7/256,5,65005,6','7/256,5,65005,7','7/256,5,65005,8','7/256,5,65005,9','7/256,5,65005,10','7/256,5,65005,11','7/256,5,65005,12','7/256,5,65005,13','7/256,5,65005,14','7/256,5,65005,15','7/256,5,65005,16','7/256,5,65005,17','7/256,5,65005,18','7/256,5,65006,1','7/256,5,65006,2','7/256,5,65006,3','7/256,5,65006,4','7/256,5,65006,5','7/256,5,65006,6','7/256,5,65006,7','7/256,5,65006,8','7/256,5,65006,9','7/256,5,65006,10','7/256,5,65006,11','7/256,5,65006,12','7/256,5,65006,13','7/256,5,65006,14','7/256,5,65006,15','7/256,5,65006,16','7/256,5,65006,17','7/256,5,65006,18','7/256,5,65007,1','7/256,5,65007,2','7/256,5,65007,3','7/256,5,65007,4','7/256,5,65007,5','7/256,5,65007,6','7/256,5,65007,7','7/256,5,65007,8','7/256,5,65007,9','7/256,5,65007,10','7/256,5,65007,11','7/256,5,65007,12','7/256,5,65007,13','7/256,5,65007,14','7/256,5,65007,15','7/256,5,65007,16','7/256,5,65007,17','7/256,5,65007,18','7/256,5,65008,1','7/256,5,65008,2','7/256,5,65008,3','7/256,5,65008,4','7/256,5,65008,5','7/256,5,65008,6','7/256,5,65008,7','7/256,5,65008,8','7/256,5,65008,9','7/256,5,65008,10','7/256,5,65008,11','7/256,5,65008,12','7/256,5,65008,13','7/256,5,65008,14','7/256,5,65008,15','7/256,5,65008,16','7/256,5,65008,17','7/256,5,65008,18','7/256,5,65009,1','7/256,5,65009,2','7/256,5,65009,3','7/256,5,65009,4','7/256,5,65009,5','7/256,5,65009,6','7/256,5,65009,7','7/256,5,65009,8','7/256,5,65009,9','7/256,5,65009,10','7/256,5,65009,11','7/256,5,65009,12','7/256,5,65009,13','7/256,5,65009,14','7/256,5,65009,15','7/256,5,65009,16','7/256,5,65009,17','7/256,5,65009,18','7/256,5,65010,1','7/256,5,65010,2','7/256,5,65010,3','7/256,5,65010,4','7/256,5,65010,5','7/256,5,65010,6','7/256,5,65010,7','7/256,5,65010,8','7/256,5,65010,9','7/256,5,65010,10','7/256,5,65010,11','7/256,5,65010,12','7/256,5,65010,13','7/256,5,65010,14','7/256,5,65010,15','7/256,5,65010,16','7/256,5,65010,17','7/256,5,65010,18','7/256,6,1,1','7/256,6,1,2','7/256,6,1,3','7/256,6,1,4','7/256,6,1,5','7/256,6,1,6','7/256,6,1,7','7/256,6,1,8','7/256,6,1,9','7/256,6,1,10','7/256,6,1,11','7/256,6,1,12','7/256,6,1,13','7/256,6,1,14','7/256,6,1,15','7/256,6,1,16','7/256,6,1,17','7/256,6,1,18','7/256,6,2,1','7/256,6,2,2','7/256,6,2,3','7/256,6,2,4','7/256,6,2,5','7/256,6,2,6','7/256,6,2,7','7/256,6,2,8','7/256,6,2,9','7/256,6,2,10','7/256,6,2,11','7/256,6,2,12','7/256,6,2,13','7/256,6,2,14','7/256,6,2,15','7/256,6,2,16','7/256,6,2,17','7/256,6,2,18','7/256,6,3,1','7/256,6,3,2','7/256,6,3,3','7/256,6,3,4','7/256,6,3,5','7/256,6,3,6','7/256,6,3,7','7/256,6,3,8','7/256,6,3,9','7/256,6,3,10','7/256,6,3,11','7/256,6,3,12','7/256,6,3,13','7/256,6,3,14','7/256,6,3,15','7/256,6,3,16','7/256,6,3,17','7/256,6,3,18','7/256,6,4,1','7/256,6,4,2','7/256,6,4,3','7/256,6,4,4','7/256,6,4,5','7/256,6,4,6','7/256,6,4,7','7/256,6,4,8','7/256,6,4,9','7/256,6,4,10','7/256,6,4,11','7/256,6,4,12','7/256,6,4,13','7/256,6,4,14','7/256,6,4,15','7/256,6,4,16','7/256,6,4,17','7/256,6,4,18','7/256,6,5,1','7/256,6,5,2','7/256,6,5,3','7/256,6,5,4','7/256,6,5,5','7/256,6,5,6','7/256,6,5,7','7/256,6,5,8','7/256,6,5,9','7/256,6,5,10','7/256,6,5,11','7/256,6,5,12','7/256,6,5,13','7/256,6,5,14','7/256,6,5,15','7/256,6,5,16','7/256,6,5,17','7/256,6,5,18','7/256,6,6,1','7/256,6,6,2','7/256,6,6,3','7/256,6,6,4','7/256,6,6,5','7/256,6,6,6','7/256,6,6,7','7/256,6,6,8','7/256,6,6,9','7/256,6,6,10','7/256,6,6,11','7/256,6,6,12','7/256,6,6,13','7/256,6,6,14','7/256,6,6,15','7/256,6,6,16','7/256,6,6,17','7/256,6,6,18','7/256,6,7,1','7/256,6,7,2','7/256,6,7,3','7/256,6,7,4','7/256,6,7,5','7/256,6,7,6','7/256,6,7,7','7/256,6,7,8','7/256,6,7,9','7/256,6,7,10','7/256,6,7,11','7/256,6,7,12','7/256,6,7,13','7/256,6,7,14','7/256,6,7,15','7/256,6,7,16','7/256,6,7,17','7/256,6,7,18','7/256,6,8,1','7/256,6,8,2','7/256,6,8,3','7/256,6,8,4','7/256,6,8,5','7/256,6,8,6','7/256,6,8,7','7/256,6,8,8','7/256,6,8,9','7/256,6,8,10','7/256,6,8,11','7/256,6,8,12','7/256,6,8,13','7/256,6,8,14','7/256,6,8,15','7/256,6,8,16','7/256,6,8,17','7/256,6,8,18','7/256,6,64221,1','7/256,6,64221,2','7/256,6,64221,3','7/256,6,64221,4','7/256,6,64221,5','7/256,6,64221,6','7/256,6,64221,7','7/256,6,64221,8','7/256,6,64221,9','7/256,6,64221,10','7/256,6,64221,11','7/256,6,64221,12','7/256,6,64221,13','7/256,6,64221,14','7/256,6,64221,15','7/256,6,64221,16','7/256,6,64221,17','7/256,6,64221,18','7/256,6,64222,1','7/256,6,64222,2','7/256,6,64222,3','7/256,6,64222,4','7/256,6,64222,5','7/256,6,64222,6','7/256,6,64222,7','7/256,6,64222,8','7/256,6,64222,9','7/256,6,64222,10','7/256,6,64222,11','7/256,6,64222,12','7/256,6,64222,13','7/256,6,64222,14','7/256,6,64222,15','7/256,6,64222,16','7/256,6,64222,17','7/256,6,64222,18','7/256,6,64223,1','7/256,6,64223,2','7/256,6,64223,3','7/256,6,64223,4','7/256,6,64223,5','7/256,6,64223,6','7/256,6,64223,7','7/256,6,64223,8','7/256,6,64223,9','7/256,6,64223,10','7/256,6,64223,11','7/256,6,64223,12','7/256,6,64223,13','7/256,6,64223,14','7/256,6,64223,15','7/256,6,64223,16','7/256,6,64223,17','7/256,6,64223,18','7/256,6,64224,1','7/256,6,64224,2','7/256,6,64224,3','7/256,6,64224,4','7/256,6,64224,5','7/256,6,64224,6','7/256,6,64224,7','7/256,6,64224,8','7/256,6,64224,9','7/256,6,64224,10','7/256,6,64224,11','7/256,6,64224,12','7/256,6,64224,13','7/256,6,64224,14','7/256,6,64224,15','7/256,6,64224,16','7/256,6,64224,17','7/256,6,64224,18','7/256,6,65001,1','7/256,6,65001,2','7/256,6,65001,3','7/256,6,65001,4','7/256,6,65001,5','7/256,6,65001,6','7/256,6,65001,7','7/256,6,65001,8','7/256,6,65001,9','7/256,6,65001,10','7/256,6,65001,11','7/256,6,65001,12','7/256,6,65001,13','7/256,6,65001,14','7/256,6,65001,15','7/256,6,65001,16','7/256,6,65001,17','7/256,6,65001,18','7/256,6,65002,1','7/256,6,65002,2','7/256,6,65002,3','7/256,6,65002,4','7/256,6,65002,5','7/256,6,65002,6','7/256,6,65002,7','7/256,6,65002,8','7/256,6,65002,9','7/256,6,65002,10','7/256,6,65002,11','7/256,6,65002,12','7/256,6,65002,13','7/256,6,65002,14','7/256,6,65002,15','7/256,6,65002,16','7/256,6,65002,17','7/256,6,65002,18','7/256,6,65003,1','7/256,6,65003,2','7/256,6,65003,3','7/256,6,65003,4','7/256,6,65003,5','7/256,6,65003,6','7/256,6,65003,7','7/256,6,65003,8','7/256,6,65003,9','7/256,6,65003,10','7/256,6,65003,11','7/256,6,65003,12','7/256,6,65003,13','7/256,6,65003,14','7/256,6,65003,15','7/256,6,65003,16','7/256,6,65003,17','7/256,6,65003,18','7/256,6,65004,1','7/256,6,65004,2','7/256,6,65004,3','7/256,6,65004,4','7/256,6,65004,5','7/256,6,65004,6','7/256,6,65004,7','7/256,6,65004,8','7/256,6,65004,9','7/256,6,65004,10','7/256,6,65004,11','7/256,6,65004,12','7/256,6,65004,13','7/256,6,65004,14','7/256,6,65004,15','7/256,6,65004,16','7/256,6,65004,17','7/256,6,65004,18','7/256,6,65005,1','7/256,6,65005,2','7/256,6,65005,3','7/256,6,65005,4','7/256,6,65005,5','7/256,6,65005,6','7/256,6,65005,7','7/256,6,65005,8','7/256,6,65005,9','7/256,6,65005,10','7/256,6,65005,11','7/256,6,65005,12','7/256,6,65005,13','7/256,6,65005,14','7/256,6,65005,15','7/256,6,65005,16','7/256,6,65005,17','7/256,6,65005,18','7/256,6,65006,1','7/256,6,65006,2','7/256,6,65006,3','7/256,6,65006,4','7/256,6,65006,5','7/256,6,65006,6','7/256,6,65006,7','7/256,6,65006,8','7/256,6,65006,9','7/256,6,65006,10','7/256,6,65006,11','7/256,6,65006,12','7/256,6,65006,13','7/256,6,65006,14','7/256,6,65006,15','7/256,6,65006,16','7/256,6,65006,17','7/256,6,65006,18','7/256,6,65007,1','7/256,6,65007,2','7/256,6,65007,3','7/256,6,65007,4','7/256,6,65007,5','7/256,6,65007,6','7/256,6,65007,7','7/256,6,65007,8','7/256,6,65007,9','7/256,6,65007,10','7/256,6,65007,11','7/256,6,65007,12','7/256,6,65007,13','7/256,6,65007,14','7/256,6,65007,15','7/256,6,65007,16','7/256,6,65007,17','7/256,6,65007,18','7/256,6,65008,1','7/256,6,65008,2','7/256,6,65008,3','7/256,6,65008,4','7/256,6,65008,5','7/256,6,65008,6','7/256,6,65008,7','7/256,6,65008,8','7/256,6,65008,9','7/256,6,65008,10','7/256,6,65008,11','7/256,6,65008,12','7/256,6,65008,13','7/256,6,65008,14','7/256,6,65008,15','7/256,6,65008,16','7/256,6,65008,17','7/256,6,65008,18','7/256,6,65009,1','7/256,6,65009,2','7/256,6,65009,3','7/256,6,65009,4','7/256,6,65009,5','7/256,6,65009,6','7/256,6,65009,7','7/256,6,65009,8','7/256,6,65009,9','7/256,6,65009,10','7/256,6,65009,11','7/256,6,65009,12','7/256,6,65009,13','7/256,6,65009,14','7/256,6,65009,15','7/256,6,65009,16','7/256,6,65009,17','7/256,6,65009,18','7/256,6,65010,1','7/256,6,65010,2','7/256,6,65010,3','7/256,6,65010,4','7/256,6,65010,5','7/256,6,65010,6','7/256,6,65010,7','7/256,6,65010,8','7/256,6,65010,9','7/256,6,65010,10','7/256,6,65010,11','7/256,6,65010,12','7/256,6,65010,13','7/256,6,65010,14','7/256,6,65010,15','7/256,6,65010,16','7/256,6,65010,17','7/256,6,65010,18','8,1,1,1','8,1,1,2','8,1,1,3','8,1,1,4','8,1,1,5','8,1,1,6','8,1,1,7','8,1,1,8','8,1,1,9','8,1,1,10','8,1,1,11','8,1,1,12','8,1,1,13','8,1,1,14','8,1,1,15','8,1,1,16','8,1,1,17','8,1,1,18','8,1,2,1','8,1,2,2','8,1,2,3','8,1,2,4','8,1,2,5','8,1,2,6','8,1,2,7','8,1,2,8','8,1,2,9','8,1,2,10','8,1,2,11','8,1,2,12','8,1,2,13','8,1,2,14','8,1,2,15','8,1,2,16','8,1,2,17','8,1,2,18','8,1,3,1','8,1,3,2','8,1,3,3','8,1,3,4','8,1,3,5','8,1,3,6','8,1,3,7','8,1,3,8','8,1,3,9','8,1,3,10','8,1,3,11','8,1,3,12','8,1,3,13','8,1,3,14','8,1,3,15','8,1,3,16','8,1,3,17','8,1,3,18','8,1,4,1','8,1,4,2','8,1,4,3','8,1,4,4','8,1,4,5','8,1,4,6','8,1,4,7','8,1,4,8','8,1,4,9','8,1,4,10','8,1,4,11','8,1,4,12','8,1,4,13','8,1,4,14','8,1,4,15','8,1,4,16','8,1,4,17','8,1,4,18','8,1,5,1','8,1,5,2','8,1,5,3','8,1,5,4','8,1,5,5','8,1,5,6','8,1,5,7','8,1,5,8','8,1,5,9','8,1,5,10','8,1,5,11','8,1,5,12','8,1,5,13','8,1,5,14','8,1,5,15','8,1,5,16','8,1,5,17','8,1,5,18','8,1,6,1','8,1,6,2','8,1,6,3','8,1,6,4','8,1,6,5','8,1,6,6','8,1,6,7','8,1,6,8','8,1,6,9','8,1,6,10','8,1,6,11','8,1,6,12','8,1,6,13','8,1,6,14','8,1,6,15','8,1,6,16','8,1,6,17','8,1,6,18','8,1,7,1','8,1,7,2','8,1,7,3','8,1,7,4','8,1,7,5','8,1,7,6','8,1,7,7','8,1,7,8','8,1,7,9','8,1,7,10','8,1,7,11','8,1,7,12','8,1,7,13','8,1,7,14','8,1,7,15','8,1,7,16','8,1,7,17','8,1,7,18','8,1,8,1','8,1,8,2','8,1,8,3','8,1,8,4','8,1,8,5','8,1,8,6','8,1,8,7','8,1,8,8','8,1,8,9','8,1,8,10','8,1,8,11','8,1,8,12','8,1,8,13','8,1,8,14','8,1,8,15','8,1,8,16','8,1,8,17','8,1,8,18','8,1,64221,1','8,1,64221,2','8,1,64221,3','8,1,64221,4','8,1,64221,5','8,1,64221,6','8,1,64221,7','8,1,64221,8','8,1,64221,9','8,1,64221,10','8,1,64221,11','8,1,64221,12','8,1,64221,13','8,1,64221,14','8,1,64221,15','8,1,64221,16','8,1,64221,17','8,1,64221,18','8,1,64222,1','8,1,64222,2','8,1,64222,3','8,1,64222,4','8,1,64222,5','8,1,64222,6','8,1,64222,7','8,1,64222,8','8,1,64222,9','8,1,64222,10','8,1,64222,11','8,1,64222,12','8,1,64222,13','8,1,64222,14','8,1,64222,15','8,1,64222,16','8,1,64222,17','8,1,64222,18','8,1,64223,1','8,1,64223,2','8,1,64223,3','8,1,64223,4','8,1,64223,5','8,1,64223,6','8,1,64223,7','8,1,64223,8','8,1,64223,9','8,1,64223,10','8,1,64223,11','8,1,64223,12','8,1,64223,13','8,1,64223,14','8,1,64223,15','8,1,64223,16','8,1,64223,17','8,1,64223,18','8,1,64224,1','8,1,64224,2','8,1,64224,3','8,1,64224,4','8,1,64224,5','8,1,64224,6','8,1,64224,7','8,1,64224,8','8,1,64224,9','8,1,64224,10','8,1,64224,11','8,1,64224,12','8,1,64224,13','8,1,64224,14','8,1,64224,15','8,1,64224,16','8,1,64224,17','8,1,64224,18','8,1,65001,1','8,1,65001,2','8,1,65001,3','8,1,65001,4','8,1,65001,5','8,1,65001,6','8,1,65001,7','8,1,65001,8','8,1,65001,9','8,1,65001,10','8,1,65001,11','8,1,65001,12','8,1,65001,13','8,1,65001,14','8,1,65001,15','8,1,65001,16','8,1,65001,17','8,1,65001,18','8,1,65002,1','8,1,65002,2','8,1,65002,3','8,1,65002,4','8,1,65002,5','8,1,65002,6','8,1,65002,7','8,1,65002,8','8,1,65002,9','8,1,65002,10','8,1,65002,11','8,1,65002,12','8,1,65002,13','8,1,65002,14','8,1,65002,15','8,1,65002,16','8,1,65002,17','8,1,65002,18','8,1,65003,1','8,1,65003,2','8,1,65003,3','8,1,65003,4','8,1,65003,5','8,1,65003,6','8,1,65003,7','8,1,65003,8','8,1,65003,9','8,1,65003,10','8,1,65003,11','8,1,65003,12','8,1,65003,13','8,1,65003,14','8,1,65003,15','8,1,65003,16','8,1,65003,17','8,1,65003,18','8,1,65004,1','8,1,65004,2','8,1,65004,3','8,1,65004,4','8,1,65004,5','8,1,65004,6','8,1,65004,7','8,1,65004,8','8,1,65004,9','8,1,65004,10','8,1,65004,11','8,1,65004,12','8,1,65004,13','8,1,65004,14','8,1,65004,15','8,1,65004,16','8,1,65004,17','8,1,65004,18','8,1,65005,1','8,1,65005,2','8,1,65005,3','8,1,65005,4','8,1,65005,5','8,1,65005,6','8,1,65005,7','8,1,65005,8','8,1,65005,9','8,1,65005,10','8,1,65005,11','8,1,65005,12','8,1,65005,13','8,1,65005,14','8,1,65005,15','8,1,65005,16','8,1,65005,17','8,1,65005,18','8,1,65006,1','8,1,65006,2','8,1,65006,3','8,1,65006,4','8,1,65006,5','8,1,65006,6','8,1,65006,7','8,1,65006,8','8,1,65006,9','8,1,65006,10','8,1,65006,11','8,1,65006,12','8,1,65006,13','8,1,65006,14','8,1,65006,15','8,1,65006,16','8,1,65006,17','8,1,65006,18','8,1,65007,1','8,1,65007,2','8,1,65007,3','8,1,65007,4','8,1,65007,5','8,1,65007,6','8,1,65007,7','8,1,65007,8','8,1,65007,9','8,1,65007,10','8,1,65007,11','8,1,65007,12','8,1,65007,13','8,1,65007,14','8,1,65007,15','8,1,65007,16','8,1,65007,17','8,1,65007,18','8,1,65008,1','8,1,65008,2','8,1,65008,3','8,1,65008,4','8,1,65008,5','8,1,65008,6','8,1,65008,7','8,1,65008,8','8,1,65008,9','8,1,65008,10','8,1,65008,11','8,1,65008,12','8,1,65008,13','8,1,65008,14','8,1,65008,15','8,1,65008,16','8,1,65008,17','8,1,65008,18','8,1,65009,1','8,1,65009,2','8,1,65009,3','8,1,65009,4','8,1,65009,5','8,1,65009,6','8,1,65009,7','8,1,65009,8','8,1,65009,9','8,1,65009,10','8,1,65009,11','8,1,65009,12','8,1,65009,13','8,1,65009,14','8,1,65009,15','8,1,65009,16','8,1,65009,17','8,1,65009,18','8,1,65010,1','8,1,65010,2','8,1,65010,3','8,1,65010,4','8,1,65010,5','8,1,65010,6','8,1,65010,7','8,1,65010,8','8,1,65010,9','8,1,65010,10','8,1,65010,11','8,1,65010,12','8,1,65010,13','8,1,65010,14','8,1,65010,15','8,1,65010,16','8,1,65010,17','8,1,65010,18','8,2,1,1','8,2,1,2','8,2,1,3','8,2,1,4','8,2,1,5','8,2,1,6','8,2,1,7','8,2,1,8','8,2,1,9','8,2,1,10','8,2,1,11','8,2,1,12','8,2,1,13','8,2,1,14','8,2,1,15','8,2,1,16','8,2,1,17','8,2,1,18','8,2,2,1','8,2,2,2','8,2,2,3','8,2,2,4','8,2,2,5','8,2,2,6','8,2,2,7','8,2,2,8','8,2,2,9','8,2,2,10','8,2,2,11','8,2,2,12','8,2,2,13','8,2,2,14','8,2,2,15','8,2,2,16','8,2,2,17','8,2,2,18','8,2,3,1','8,2,3,2','8,2,3,3','8,2,3,4','8,2,3,5','8,2,3,6','8,2,3,7','8,2,3,8','8,2,3,9','8,2,3,10','8,2,3,11','8,2,3,12','8,2,3,13','8,2,3,14','8,2,3,15','8,2,3,16','8,2,3,17','8,2,3,18','8,2,4,1','8,2,4,2','8,2,4,3','8,2,4,4','8,2,4,5','8,2,4,6','8,2,4,7','8,2,4,8','8,2,4,9','8,2,4,10','8,2,4,11','8,2,4,12','8,2,4,13','8,2,4,14','8,2,4,15','8,2,4,16','8,2,4,17','8,2,4,18','8,2,5,1','8,2,5,2','8,2,5,3','8,2,5,4','8,2,5,5','8,2,5,6','8,2,5,7','8,2,5,8','8,2,5,9','8,2,5,10','8,2,5,11','8,2,5,12','8,2,5,13','8,2,5,14','8,2,5,15','8,2,5,16','8,2,5,17','8,2,5,18','8,2,6,1','8,2,6,2','8,2,6,3','8,2,6,4','8,2,6,5','8,2,6,6','8,2,6,7','8,2,6,8','8,2,6,9','8,2,6,10','8,2,6,11','8,2,6,12','8,2,6,13','8,2,6,14','8,2,6,15','8,2,6,16','8,2,6,17','8,2,6,18','8,2,7,1','8,2,7,2','8,2,7,3','8,2,7,4','8,2,7,5','8,2,7,6','8,2,7,7','8,2,7,8','8,2,7,9','8,2,7,10','8,2,7,11','8,2,7,12','8,2,7,13','8,2,7,14','8,2,7,15','8,2,7,16','8,2,7,17','8,2,7,18','8,2,8,1','8,2,8,2','8,2,8,3','8,2,8,4','8,2,8,5','8,2,8,6','8,2,8,7','8,2,8,8','8,2,8,9','8,2,8,10','8,2,8,11','8,2,8,12','8,2,8,13','8,2,8,14','8,2,8,15','8,2,8,16','8,2,8,17','8,2,8,18','8,2,64221,1','8,2,64221,2','8,2,64221,3','8,2,64221,4','8,2,64221,5','8,2,64221,6','8,2,64221,7','8,2,64221,8','8,2,64221,9','8,2,64221,10','8,2,64221,11','8,2,64221,12','8,2,64221,13','8,2,64221,14','8,2,64221,15','8,2,64221,16','8,2,64221,17','8,2,64221,18','8,2,64222,1','8,2,64222,2','8,2,64222,3','8,2,64222,4','8,2,64222,5','8,2,64222,6','8,2,64222,7','8,2,64222,8','8,2,64222,9','8,2,64222,10','8,2,64222,11','8,2,64222,12','8,2,64222,13','8,2,64222,14','8,2,64222,15','8,2,64222,16','8,2,64222,17','8,2,64222,18','8,2,64223,1','8,2,64223,2','8,2,64223,3','8,2,64223,4','8,2,64223,5','8,2,64223,6','8,2,64223,7','8,2,64223,8','8,2,64223,9','8,2,64223,10','8,2,64223,11','8,2,64223,12','8,2,64223,13','8,2,64223,14','8,2,64223,15','8,2,64223,16','8,2,64223,17','8,2,64223,18','8,2,64224,1','8,2,64224,2','8,2,64224,3','8,2,64224,4','8,2,64224,5','8,2,64224,6','8,2,64224,7','8,2,64224,8','8,2,64224,9','8,2,64224,10','8,2,64224,11','8,2,64224,12','8,2,64224,13','8,2,64224,14','8,2,64224,15','8,2,64224,16','8,2,64224,17','8,2,64224,18','8,2,65001,1','8,2,65001,2','8,2,65001,3','8,2,65001,4','8,2,65001,5','8,2,65001,6','8,2,65001,7','8,2,65001,8','8,2,65001,9','8,2,65001,10','8,2,65001,11','8,2,65001,12','8,2,65001,13','8,2,65001,14','8,2,65001,15','8,2,65001,16','8,2,65001,17','8,2,65001,18','8,2,65002,1','8,2,65002,2','8,2,65002,3','8,2,65002,4','8,2,65002,5','8,2,65002,6','8,2,65002,7','8,2,65002,8','8,2,65002,9','8,2,65002,10','8,2,65002,11','8,2,65002,12','8,2,65002,13','8,2,65002,14','8,2,65002,15','8,2,65002,16','8,2,65002,17','8,2,65002,18','8,2,65003,1','8,2,65003,2','8,2,65003,3','8,2,65003,4','8,2,65003,5','8,2,65003,6','8,2,65003,7','8,2,65003,8','8,2,65003,9','8,2,65003,10','8,2,65003,11','8,2,65003,12','8,2,65003,13','8,2,65003,14','8,2,65003,15','8,2,65003,16','8,2,65003,17','8,2,65003,18','8,2,65004,1','8,2,65004,2','8,2,65004,3','8,2,65004,4','8,2,65004,5','8,2,65004,6','8,2,65004,7','8,2,65004,8','8,2,65004,9','8,2,65004,10','8,2,65004,11','8,2,65004,12','8,2,65004,13','8,2,65004,14','8,2,65004,15','8,2,65004,16','8,2,65004,17','8,2,65004,18','8,2,65005,1','8,2,65005,2','8,2,65005,3','8,2,65005,4','8,2,65005,5','8,2,65005,6','8,2,65005,7','8,2,65005,8','8,2,65005,9','8,2,65005,10','8,2,65005,11','8,2,65005,12','8,2,65005,13','8,2,65005,14','8,2,65005,15','8,2,65005,16','8,2,65005,17','8,2,65005,18','8,2,65006,1','8,2,65006,2','8,2,65006,3','8,2,65006,4','8,2,65006,5','8,2,65006,6','8,2,65006,7','8,2,65006,8','8,2,65006,9','8,2,65006,10','8,2,65006,11','8,2,65006,12','8,2,65006,13','8,2,65006,14','8,2,65006,15','8,2,65006,16','8,2,65006,17','8,2,65006,18','8,2,65007,1','8,2,65007,2','8,2,65007,3','8,2,65007,4','8,2,65007,5','8,2,65007,6','8,2,65007,7','8,2,65007,8','8,2,65007,9','8,2,65007,10','8,2,65007,11','8,2,65007,12','8,2,65007,13','8,2,65007,14','8,2,65007,15','8,2,65007,16','8,2,65007,17','8,2,65007,18','8,2,65008,1','8,2,65008,2','8,2,65008,3','8,2,65008,4','8,2,65008,5','8,2,65008,6','8,2,65008,7','8,2,65008,8','8,2,65008,9','8,2,65008,10','8,2,65008,11','8,2,65008,12','8,2,65008,13','8,2,65008,14','8,2,65008,15','8,2,65008,16','8,2,65008,17','8,2,65008,18','8,2,65009,1','8,2,65009,2','8,2,65009,3','8,2,65009,4','8,2,65009,5','8,2,65009,6','8,2,65009,7','8,2,65009,8','8,2,65009,9','8,2,65009,10','8,2,65009,11','8,2,65009,12','8,2,65009,13','8,2,65009,14','8,2,65009,15','8,2,65009,16','8,2,65009,17','8,2,65009,18','8,2,65010,1','8,2,65010,2','8,2,65010,3','8,2,65010,4','8,2,65010,5','8,2,65010,6','8,2,65010,7','8,2,65010,8','8,2,65010,9','8,2,65010,10','8,2,65010,11','8,2,65010,12','8,2,65010,13','8,2,65010,14','8,2,65010,15','8,2,65010,16','8,2,65010,17','8,2,65010,18','8,3,1,1','8,3,1,2','8,3,1,3','8,3,1,4','8,3,1,5','8,3,1,6','8,3,1,7','8,3,1,8','8,3,1,9','8,3,1,10','8,3,1,11','8,3,1,12','8,3,1,13','8,3,1,14','8,3,1,15','8,3,1,16','8,3,1,17','8,3,1,18','8,3,2,1','8,3,2,2','8,3,2,3','8,3,2,4','8,3,2,5','8,3,2,6','8,3,2,7','8,3,2,8','8,3,2,9','8,3,2,10','8,3,2,11','8,3,2,12','8,3,2,13','8,3,2,14','8,3,2,15','8,3,2,16','8,3,2,17','8,3,2,18','8,3,3,1','8,3,3,2','8,3,3,3','8,3,3,4','8,3,3,5','8,3,3,6','8,3,3,7','8,3,3,8','8,3,3,9','8,3,3,10','8,3,3,11','8,3,3,12','8,3,3,13','8,3,3,14','8,3,3,15','8,3,3,16','8,3,3,17','8,3,3,18','8,3,4,1','8,3,4,2','8,3,4,3','8,3,4,4','8,3,4,5','8,3,4,6','8,3,4,7','8,3,4,8','8,3,4,9','8,3,4,10','8,3,4,11','8,3,4,12','8,3,4,13','8,3,4,14','8,3,4,15','8,3,4,16','8,3,4,17','8,3,4,18','8,3,5,1','8,3,5,2','8,3,5,3','8,3,5,4','8,3,5,5','8,3,5,6','8,3,5,7','8,3,5,8','8,3,5,9','8,3,5,10','8,3,5,11','8,3,5,12','8,3,5,13','8,3,5,14','8,3,5,15','8,3,5,16','8,3,5,17','8,3,5,18','8,3,6,1','8,3,6,2','8,3,6,3','8,3,6,4','8,3,6,5','8,3,6,6','8,3,6,7','8,3,6,8','8,3,6,9','8,3,6,10','8,3,6,11','8,3,6,12','8,3,6,13','8,3,6,14','8,3,6,15','8,3,6,16','8,3,6,17','8,3,6,18','8,3,7,1','8,3,7,2','8,3,7,3','8,3,7,4','8,3,7,5','8,3,7,6','8,3,7,7','8,3,7,8','8,3,7,9','8,3,7,10','8,3,7,11','8,3,7,12','8,3,7,13','8,3,7,14','8,3,7,15','8,3,7,16','8,3,7,17','8,3,7,18','8,3,8,1','8,3,8,2','8,3,8,3','8,3,8,4','8,3,8,5','8,3,8,6','8,3,8,7','8,3,8,8','8,3,8,9','8,3,8,10','8,3,8,11','8,3,8,12','8,3,8,13','8,3,8,14','8,3,8,15','8,3,8,16','8,3,8,17','8,3,8,18','8,3,64221,1','8,3,64221,2','8,3,64221,3','8,3,64221,4','8,3,64221,5','8,3,64221,6','8,3,64221,7','8,3,64221,8','8,3,64221,9','8,3,64221,10','8,3,64221,11','8,3,64221,12','8,3,64221,13','8,3,64221,14','8,3,64221,15','8,3,64221,16','8,3,64221,17','8,3,64221,18','8,3,64222,1','8,3,64222,2','8,3,64222,3','8,3,64222,4','8,3,64222,5','8,3,64222,6','8,3,64222,7','8,3,64222,8','8,3,64222,9','8,3,64222,10','8,3,64222,11','8,3,64222,12','8,3,64222,13','8,3,64222,14','8,3,64222,15','8,3,64222,16','8,3,64222,17','8,3,64222,18','8,3,64223,1','8,3,64223,2','8,3,64223,3','8,3,64223,4','8,3,64223,5','8,3,64223,6','8,3,64223,7','8,3,64223,8','8,3,64223,9','8,3,64223,10','8,3,64223,11','8,3,64223,12','8,3,64223,13','8,3,64223,14','8,3,64223,15','8,3,64223,16','8,3,64223,17','8,3,64223,18','8,3,64224,1','8,3,64224,2','8,3,64224,3','8,3,64224,4','8,3,64224,5','8,3,64224,6','8,3,64224,7','8,3,64224,8','8,3,64224,9','8,3,64224,10','8,3,64224,11','8,3,64224,12','8,3,64224,13','8,3,64224,14','8,3,64224,15','8,3,64224,16','8,3,64224,17','8,3,64224,18','8,3,65001,1','8,3,65001,2','8,3,65001,3','8,3,65001,4','8,3,65001,5','8,3,65001,6','8,3,65001,7','8,3,65001,8','8,3,65001,9','8,3,65001,10','8,3,65001,11','8,3,65001,12','8,3,65001,13','8,3,65001,14','8,3,65001,15','8,3,65001,16','8,3,65001,17','8,3,65001,18','8,3,65002,1','8,3,65002,2','8,3,65002,3','8,3,65002,4','8,3,65002,5','8,3,65002,6','8,3,65002,7','8,3,65002,8','8,3,65002,9','8,3,65002,10','8,3,65002,11','8,3,65002,12','8,3,65002,13','8,3,65002,14','8,3,65002,15','8,3,65002,16','8,3,65002,17','8,3,65002,18','8,3,65003,1','8,3,65003,2','8,3,65003,3','8,3,65003,4','8,3,65003,5','8,3,65003,6','8,3,65003,7','8,3,65003,8','8,3,65003,9','8,3,65003,10','8,3,65003,11','8,3,65003,12','8,3,65003,13','8,3,65003,14','8,3,65003,15','8,3,65003,16','8,3,65003,17','8,3,65003,18','8,3,65004,1','8,3,65004,2','8,3,65004,3','8,3,65004,4','8,3,65004,5','8,3,65004,6','8,3,65004,7','8,3,65004,8','8,3,65004,9','8,3,65004,10','8,3,65004,11','8,3,65004,12','8,3,65004,13','8,3,65004,14','8,3,65004,15','8,3,65004,16','8,3,65004,17','8,3,65004,18','8,3,65005,1','8,3,65005,2','8,3,65005,3','8,3,65005,4','8,3,65005,5','8,3,65005,6','8,3,65005,7','8,3,65005,8','8,3,65005,9','8,3,65005,10','8,3,65005,11','8,3,65005,12','8,3,65005,13','8,3,65005,14','8,3,65005,15','8,3,65005,16','8,3,65005,17','8,3,65005,18','8,3,65006,1','8,3,65006,2','8,3,65006,3','8,3,65006,4','8,3,65006,5','8,3,65006,6','8,3,65006,7','8,3,65006,8','8,3,65006,9','8,3,65006,10','8,3,65006,11','8,3,65006,12','8,3,65006,13','8,3,65006,14','8,3,65006,15','8,3,65006,16','8,3,65006,17','8,3,65006,18','8,3,65007,1','8,3,65007,2','8,3,65007,3','8,3,65007,4','8,3,65007,5','8,3,65007,6','8,3,65007,7','8,3,65007,8','8,3,65007,9','8,3,65007,10','8,3,65007,11','8,3,65007,12','8,3,65007,13','8,3,65007,14','8,3,65007,15','8,3,65007,16','8,3,65007,17','8,3,65007,18','8,3,65008,1','8,3,65008,2','8,3,65008,3','8,3,65008,4','8,3,65008,5','8,3,65008,6','8,3,65008,7','8,3,65008,8','8,3,65008,9','8,3,65008,10','8,3,65008,11','8,3,65008,12','8,3,65008,13','8,3,65008,14','8,3,65008,15','8,3,65008,16','8,3,65008,17','8,3,65008,18','8,3,65009,1','8,3,65009,2','8,3,65009,3','8,3,65009,4','8,3,65009,5','8,3,65009,6','8,3,65009,7','8,3,65009,8','8,3,65009,9','8,3,65009,10','8,3,65009,11','8,3,65009,12','8,3,65009,13','8,3,65009,14','8,3,65009,15','8,3,65009,16','8,3,65009,17','8,3,65009,18','8,3,65010,1','8,3,65010,2','8,3,65010,3','8,3,65010,4','8,3,65010,5','8,3,65010,6','8,3,65010,7','8,3,65010,8','8,3,65010,9','8,3,65010,10','8,3,65010,11','8,3,65010,12','8,3,65010,13','8,3,65010,14','8,3,65010,15','8,3,65010,16','8,3,65010,17','8,3,65010,18','8,4,1,1','8,4,1,2','8,4,1,3','8,4,1,4','8,4,1,5','8,4,1,6','8,4,1,7','8,4,1,8','8,4,1,9','8,4,1,10','8,4,1,11','8,4,1,12','8,4,1,13','8,4,1,14','8,4,1,15','8,4,1,16','8,4,1,17','8,4,1,18','8,4,2,1','8,4,2,2','8,4,2,3','8,4,2,4','8,4,2,5','8,4,2,6','8,4,2,7','8,4,2,8','8,4,2,9','8,4,2,10','8,4,2,11','8,4,2,12','8,4,2,13','8,4,2,14','8,4,2,15','8,4,2,16','8,4,2,17','8,4,2,18','8,4,3,1','8,4,3,2','8,4,3,3','8,4,3,4','8,4,3,5','8,4,3,6','8,4,3,7','8,4,3,8','8,4,3,9','8,4,3,10','8,4,3,11','8,4,3,12','8,4,3,13','8,4,3,14','8,4,3,15','8,4,3,16','8,4,3,17','8,4,3,18','8,4,4,1','8,4,4,2','8,4,4,3','8,4,4,4','8,4,4,5','8,4,4,6','8,4,4,7','8,4,4,8','8,4,4,9','8,4,4,10','8,4,4,11','8,4,4,12','8,4,4,13','8,4,4,14','8,4,4,15','8,4,4,16','8,4,4,17','8,4,4,18','8,4,5,1','8,4,5,2','8,4,5,3','8,4,5,4','8,4,5,5','8,4,5,6','8,4,5,7','8,4,5,8','8,4,5,9','8,4,5,10','8,4,5,11','8,4,5,12','8,4,5,13','8,4,5,14','8,4,5,15','8,4,5,16','8,4,5,17','8,4,5,18','8,4,6,1','8,4,6,2','8,4,6,3','8,4,6,4','8,4,6,5','8,4,6,6','8,4,6,7','8,4,6,8','8,4,6,9','8,4,6,10','8,4,6,11','8,4,6,12','8,4,6,13','8,4,6,14','8,4,6,15','8,4,6,16','8,4,6,17','8,4,6,18','8,4,7,1','8,4,7,2','8,4,7,3','8,4,7,4','8,4,7,5','8,4,7,6','8,4,7,7','8,4,7,8','8,4,7,9','8,4,7,10','8,4,7,11','8,4,7,12','8,4,7,13','8,4,7,14','8,4,7,15','8,4,7,16','8,4,7,17','8,4,7,18','8,4,8,1','8,4,8,2','8,4,8,3','8,4,8,4','8,4,8,5','8,4,8,6','8,4,8,7','8,4,8,8','8,4,8,9','8,4,8,10','8,4,8,11','8,4,8,12','8,4,8,13','8,4,8,14','8,4,8,15','8,4,8,16','8,4,8,17','8,4,8,18','8,4,64221,1','8,4,64221,2','8,4,64221,3','8,4,64221,4','8,4,64221,5','8,4,64221,6','8,4,64221,7','8,4,64221,8','8,4,64221,9','8,4,64221,10','8,4,64221,11','8,4,64221,12','8,4,64221,13','8,4,64221,14','8,4,64221,15','8,4,64221,16','8,4,64221,17','8,4,64221,18','8,4,64222,1','8,4,64222,2','8,4,64222,3','8,4,64222,4','8,4,64222,5','8,4,64222,6','8,4,64222,7','8,4,64222,8','8,4,64222,9','8,4,64222,10','8,4,64222,11','8,4,64222,12','8,4,64222,13','8,4,64222,14','8,4,64222,15','8,4,64222,16','8,4,64222,17','8,4,64222,18','8,4,64223,1','8,4,64223,2','8,4,64223,3','8,4,64223,4','8,4,64223,5','8,4,64223,6','8,4,64223,7','8,4,64223,8','8,4,64223,9','8,4,64223,10','8,4,64223,11','8,4,64223,12','8,4,64223,13','8,4,64223,14','8,4,64223,15','8,4,64223,16','8,4,64223,17','8,4,64223,18','8,4,64224,1','8,4,64224,2','8,4,64224,3','8,4,64224,4','8,4,64224,5','8,4,64224,6','8,4,64224,7','8,4,64224,8','8,4,64224,9','8,4,64224,10','8,4,64224,11','8,4,64224,12','8,4,64224,13','8,4,64224,14','8,4,64224,15','8,4,64224,16','8,4,64224,17','8,4,64224,18','8,4,65001,1','8,4,65001,2','8,4,65001,3','8,4,65001,4','8,4,65001,5','8,4,65001,6','8,4,65001,7','8,4,65001,8','8,4,65001,9','8,4,65001,10','8,4,65001,11','8,4,65001,12','8,4,65001,13','8,4,65001,14','8,4,65001,15','8,4,65001,16','8,4,65001,17','8,4,65001,18','8,4,65002,1','8,4,65002,2','8,4,65002,3','8,4,65002,4','8,4,65002,5','8,4,65002,6','8,4,65002,7','8,4,65002,8','8,4,65002,9','8,4,65002,10','8,4,65002,11','8,4,65002,12','8,4,65002,13','8,4,65002,14','8,4,65002,15','8,4,65002,16','8,4,65002,17','8,4,65002,18','8,4,65003,1','8,4,65003,2','8,4,65003,3','8,4,65003,4','8,4,65003,5','8,4,65003,6','8,4,65003,7','8,4,65003,8','8,4,65003,9','8,4,65003,10','8,4,65003,11','8,4,65003,12','8,4,65003,13','8,4,65003,14','8,4,65003,15','8,4,65003,16','8,4,65003,17','8,4,65003,18','8,4,65004,1','8,4,65004,2','8,4,65004,3','8,4,65004,4','8,4,65004,5','8,4,65004,6','8,4,65004,7','8,4,65004,8','8,4,65004,9','8,4,65004,10','8,4,65004,11','8,4,65004,12','8,4,65004,13','8,4,65004,14','8,4,65004,15','8,4,65004,16','8,4,65004,17','8,4,65004,18','8,4,65005,1','8,4,65005,2','8,4,65005,3','8,4,65005,4','8,4,65005,5','8,4,65005,6','8,4,65005,7','8,4,65005,8','8,4,65005,9','8,4,65005,10','8,4,65005,11','8,4,65005,12','8,4,65005,13','8,4,65005,14','8,4,65005,15','8,4,65005,16','8,4,65005,17','8,4,65005,18','8,4,65006,1','8,4,65006,2','8,4,65006,3','8,4,65006,4','8,4,65006,5','8,4,65006,6','8,4,65006,7','8,4,65006,8','8,4,65006,9','8,4,65006,10','8,4,65006,11','8,4,65006,12','8,4,65006,13','8,4,65006,14','8,4,65006,15','8,4,65006,16','8,4,65006,17','8,4,65006,18','8,4,65007,1','8,4,65007,2','8,4,65007,3','8,4,65007,4','8,4,65007,5','8,4,65007,6','8,4,65007,7','8,4,65007,8','8,4,65007,9','8,4,65007,10','8,4,65007,11','8,4,65007,12','8,4,65007,13','8,4,65007,14','8,4,65007,15','8,4,65007,16','8,4,65007,17','8,4,65007,18','8,4,65008,1','8,4,65008,2','8,4,65008,3','8,4,65008,4','8,4,65008,5','8,4,65008,6','8,4,65008,7','8,4,65008,8','8,4,65008,9','8,4,65008,10','8,4,65008,11','8,4,65008,12','8,4,65008,13','8,4,65008,14','8,4,65008,15','8,4,65008,16','8,4,65008,17','8,4,65008,18','8,4,65009,1','8,4,65009,2','8,4,65009,3','8,4,65009,4','8,4,65009,5','8,4,65009,6','8,4,65009,7','8,4,65009,8','8,4,65009,9','8,4,65009,10','8,4,65009,11','8,4,65009,12','8,4,65009,13','8,4,65009,14','8,4,65009,15','8,4,65009,16','8,4,65009,17','8,4,65009,18','8,4,65010,1','8,4,65010,2','8,4,65010,3','8,4,65010,4','8,4,65010,5','8,4,65010,6','8,4,65010,7','8,4,65010,8','8,4,65010,9','8,4,65010,10','8,4,65010,11','8,4,65010,12','8,4,65010,13','8,4,65010,14','8,4,65010,15','8,4,65010,16','8,4,65010,17','8,4,65010,18','8,5,1,1','8,5,1,2','8,5,1,3','8,5,1,4','8,5,1,5','8,5,1,6','8,5,1,7','8,5,1,8','8,5,1,9','8,5,1,10','8,5,1,11','8,5,1,12','8,5,1,13','8,5,1,14','8,5,1,15','8,5,1,16','8,5,1,17','8,5,1,18','8,5,2,1','8,5,2,2','8,5,2,3','8,5,2,4','8,5,2,5','8,5,2,6','8,5,2,7','8,5,2,8','8,5,2,9','8,5,2,10','8,5,2,11','8,5,2,12','8,5,2,13','8,5,2,14','8,5,2,15','8,5,2,16','8,5,2,17','8,5,2,18','8,5,3,1','8,5,3,2','8,5,3,3','8,5,3,4','8,5,3,5','8,5,3,6','8,5,3,7','8,5,3,8','8,5,3,9','8,5,3,10','8,5,3,11','8,5,3,12','8,5,3,13','8,5,3,14','8,5,3,15','8,5,3,16','8,5,3,17','8,5,3,18','8,5,4,1','8,5,4,2','8,5,4,3','8,5,4,4','8,5,4,5','8,5,4,6','8,5,4,7','8,5,4,8','8,5,4,9','8,5,4,10','8,5,4,11','8,5,4,12','8,5,4,13','8,5,4,14','8,5,4,15','8,5,4,16','8,5,4,17','8,5,4,18','8,5,5,1','8,5,5,2','8,5,5,3','8,5,5,4','8,5,5,5','8,5,5,6','8,5,5,7','8,5,5,8','8,5,5,9','8,5,5,10','8,5,5,11','8,5,5,12','8,5,5,13','8,5,5,14','8,5,5,15','8,5,5,16','8,5,5,17','8,5,5,18','8,5,6,1','8,5,6,2','8,5,6,3','8,5,6,4','8,5,6,5','8,5,6,6','8,5,6,7','8,5,6,8','8,5,6,9','8,5,6,10','8,5,6,11','8,5,6,12','8,5,6,13','8,5,6,14','8,5,6,15','8,5,6,16','8,5,6,17','8,5,6,18','8,5,7,1','8,5,7,2','8,5,7,3','8,5,7,4','8,5,7,5','8,5,7,6','8,5,7,7','8,5,7,8','8,5,7,9','8,5,7,10','8,5,7,11','8,5,7,12','8,5,7,13','8,5,7,14','8,5,7,15','8,5,7,16','8,5,7,17','8,5,7,18','8,5,8,1','8,5,8,2','8,5,8,3','8,5,8,4','8,5,8,5','8,5,8,6','8,5,8,7','8,5,8,8','8,5,8,9','8,5,8,10','8,5,8,11','8,5,8,12','8,5,8,13','8,5,8,14','8,5,8,15','8,5,8,16','8,5,8,17','8,5,8,18','8,5,64221,1','8,5,64221,2','8,5,64221,3','8,5,64221,4','8,5,64221,5','8,5,64221,6','8,5,64221,7','8,5,64221,8','8,5,64221,9','8,5,64221,10','8,5,64221,11','8,5,64221,12','8,5,64221,13','8,5,64221,14','8,5,64221,15','8,5,64221,16','8,5,64221,17','8,5,64221,18','8,5,64222,1','8,5,64222,2','8,5,64222,3','8,5,64222,4','8,5,64222,5','8,5,64222,6','8,5,64222,7','8,5,64222,8','8,5,64222,9','8,5,64222,10','8,5,64222,11','8,5,64222,12','8,5,64222,13','8,5,64222,14','8,5,64222,15','8,5,64222,16','8,5,64222,17','8,5,64222,18','8,5,64223,1','8,5,64223,2','8,5,64223,3','8,5,64223,4','8,5,64223,5','8,5,64223,6','8,5,64223,7','8,5,64223,8','8,5,64223,9','8,5,64223,10','8,5,64223,11','8,5,64223,12','8,5,64223,13','8,5,64223,14','8,5,64223,15','8,5,64223,16','8,5,64223,17','8,5,64223,18','8,5,64224,1','8,5,64224,2','8,5,64224,3','8,5,64224,4','8,5,64224,5','8,5,64224,6','8,5,64224,7','8,5,64224,8','8,5,64224,9','8,5,64224,10','8,5,64224,11','8,5,64224,12','8,5,64224,13','8,5,64224,14','8,5,64224,15','8,5,64224,16','8,5,64224,17','8,5,64224,18','8,5,65001,1','8,5,65001,2','8,5,65001,3','8,5,65001,4','8,5,65001,5','8,5,65001,6','8,5,65001,7','8,5,65001,8','8,5,65001,9','8,5,65001,10','8,5,65001,11','8,5,65001,12','8,5,65001,13','8,5,65001,14','8,5,65001,15','8,5,65001,16','8,5,65001,17','8,5,65001,18','8,5,65002,1','8,5,65002,2','8,5,65002,3','8,5,65002,4','8,5,65002,5','8,5,65002,6','8,5,65002,7','8,5,65002,8','8,5,65002,9','8,5,65002,10','8,5,65002,11','8,5,65002,12','8,5,65002,13','8,5,65002,14','8,5,65002,15','8,5,65002,16','8,5,65002,17','8,5,65002,18','8,5,65003,1','8,5,65003,2','8,5,65003,3','8,5,65003,4','8,5,65003,5','8,5,65003,6','8,5,65003,7','8,5,65003,8','8,5,65003,9','8,5,65003,10','8,5,65003,11','8,5,65003,12','8,5,65003,13','8,5,65003,14','8,5,65003,15','8,5,65003,16','8,5,65003,17','8,5,65003,18','8,5,65004,1','8,5,65004,2','8,5,65004,3','8,5,65004,4','8,5,65004,5','8,5,65004,6','8,5,65004,7','8,5,65004,8','8,5,65004,9','8,5,65004,10','8,5,65004,11','8,5,65004,12','8,5,65004,13','8,5,65004,14','8,5,65004,15','8,5,65004,16','8,5,65004,17','8,5,65004,18','8,5,65005,1','8,5,65005,2','8,5,65005,3','8,5,65005,4','8,5,65005,5','8,5,65005,6','8,5,65005,7','8,5,65005,8','8,5,65005,9','8,5,65005,10','8,5,65005,11','8,5,65005,12','8,5,65005,13','8,5,65005,14','8,5,65005,15','8,5,65005,16','8,5,65005,17','8,5,65005,18','8,5,65006,1','8,5,65006,2','8,5,65006,3','8,5,65006,4','8,5,65006,5','8,5,65006,6','8,5,65006,7','8,5,65006,8','8,5,65006,9','8,5,65006,10','8,5,65006,11','8,5,65006,12','8,5,65006,13','8,5,65006,14','8,5,65006,15','8,5,65006,16','8,5,65006,17','8,5,65006,18','8,5,65007,1','8,5,65007,2','8,5,65007,3','8,5,65007,4','8,5,65007,5','8,5,65007,6','8,5,65007,7','8,5,65007,8','8,5,65007,9','8,5,65007,10','8,5,65007,11','8,5,65007,12','8,5,65007,13','8,5,65007,14','8,5,65007,15','8,5,65007,16','8,5,65007,17','8,5,65007,18','8,5,65008,1','8,5,65008,2','8,5,65008,3','8,5,65008,4','8,5,65008,5','8,5,65008,6','8,5,65008,7','8,5,65008,8','8,5,65008,9','8,5,65008,10','8,5,65008,11','8,5,65008,12','8,5,65008,13','8,5,65008,14','8,5,65008,15','8,5,65008,16','8,5,65008,17','8,5,65008,18','8,5,65009,1','8,5,65009,2','8,5,65009,3','8,5,65009,4','8,5,65009,5','8,5,65009,6','8,5,65009,7','8,5,65009,8','8,5,65009,9','8,5,65009,10','8,5,65009,11','8,5,65009,12','8,5,65009,13','8,5,65009,14','8,5,65009,15','8,5,65009,16','8,5,65009,17','8,5,65009,18','8,5,65010,1','8,5,65010,2','8,5,65010,3','8,5,65010,4','8,5,65010,5','8,5,65010,6','8,5,65010,7','8,5,65010,8','8,5,65010,9','8,5,65010,10','8,5,65010,11','8,5,65010,12','8,5,65010,13','8,5,65010,14','8,5,65010,15','8,5,65010,16','8,5,65010,17','8,5,65010,18','8,6,1,1','8,6,1,2','8,6,1,3','8,6,1,4','8,6,1,5','8,6,1,6','8,6,1,7','8,6,1,8','8,6,1,9','8,6,1,10','8,6,1,11','8,6,1,12','8,6,1,13','8,6,1,14','8,6,1,15','8,6,1,16','8,6,1,17','8,6,1,18','8,6,2,1','8,6,2,2','8,6,2,3','8,6,2,4','8,6,2,5','8,6,2,6','8,6,2,7','8,6,2,8','8,6,2,9','8,6,2,10','8,6,2,11','8,6,2,12','8,6,2,13','8,6,2,14','8,6,2,15','8,6,2,16','8,6,2,17','8,6,2,18','8,6,3,1','8,6,3,2','8,6,3,3','8,6,3,4','8,6,3,5','8,6,3,6','8,6,3,7','8,6,3,8','8,6,3,9','8,6,3,10','8,6,3,11','8,6,3,12','8,6,3,13','8,6,3,14','8,6,3,15','8,6,3,16','8,6,3,17','8,6,3,18','8,6,4,1','8,6,4,2','8,6,4,3','8,6,4,4','8,6,4,5','8,6,4,6','8,6,4,7','8,6,4,8','8,6,4,9','8,6,4,10','8,6,4,11','8,6,4,12','8,6,4,13','8,6,4,14','8,6,4,15','8,6,4,16','8,6,4,17','8,6,4,18','8,6,5,1','8,6,5,2','8,6,5,3','8,6,5,4','8,6,5,5','8,6,5,6','8,6,5,7','8,6,5,8','8,6,5,9','8,6,5,10','8,6,5,11','8,6,5,12','8,6,5,13','8,6,5,14','8,6,5,15','8,6,5,16','8,6,5,17','8,6,5,18','8,6,6,1','8,6,6,2','8,6,6,3','8,6,6,4','8,6,6,5','8,6,6,6','8,6,6,7','8,6,6,8','8,6,6,9','8,6,6,10','8,6,6,11','8,6,6,12','8,6,6,13','8,6,6,14','8,6,6,15','8,6,6,16','8,6,6,17','8,6,6,18','8,6,7,1','8,6,7,2','8,6,7,3','8,6,7,4','8,6,7,5','8,6,7,6','8,6,7,7','8,6,7,8','8,6,7,9','8,6,7,10','8,6,7,11','8,6,7,12','8,6,7,13','8,6,7,14','8,6,7,15','8,6,7,16','8,6,7,17','8,6,7,18','8,6,8,1','8,6,8,2','8,6,8,3','8,6,8,4','8,6,8,5','8,6,8,6','8,6,8,7','8,6,8,8','8,6,8,9','8,6,8,10','8,6,8,11','8,6,8,12','8,6,8,13','8,6,8,14','8,6,8,15','8,6,8,16','8,6,8,17','8,6,8,18','8,6,64221,1','8,6,64221,2','8,6,64221,3','8,6,64221,4','8,6,64221,5','8,6,64221,6','8,6,64221,7','8,6,64221,8','8,6,64221,9','8,6,64221,10','8,6,64221,11','8,6,64221,12','8,6,64221,13','8,6,64221,14','8,6,64221,15','8,6,64221,16','8,6,64221,17','8,6,64221,18','8,6,64222,1','8,6,64222,2','8,6,64222,3','8,6,64222,4','8,6,64222,5','8,6,64222,6','8,6,64222,7','8,6,64222,8','8,6,64222,9','8,6,64222,10','8,6,64222,11','8,6,64222,12','8,6,64222,13','8,6,64222,14','8,6,64222,15','8,6,64222,16','8,6,64222,17','8,6,64222,18','8,6,64223,1','8,6,64223,2','8,6,64223,3','8,6,64223,4','8,6,64223,5','8,6,64223,6','8,6,64223,7','8,6,64223,8','8,6,64223,9','8,6,64223,10','8,6,64223,11','8,6,64223,12','8,6,64223,13','8,6,64223,14','8,6,64223,15','8,6,64223,16','8,6,64223,17','8,6,64223,18','8,6,64224,1','8,6,64224,2','8,6,64224,3','8,6,64224,4','8,6,64224,5','8,6,64224,6','8,6,64224,7','8,6,64224,8','8,6,64224,9','8,6,64224,10','8,6,64224,11','8,6,64224,12','8,6,64224,13','8,6,64224,14','8,6,64224,15','8,6,64224,16','8,6,64224,17','8,6,64224,18','8,6,65001,1','8,6,65001,2','8,6,65001,3','8,6,65001,4','8,6,65001,5','8,6,65001,6','8,6,65001,7','8,6,65001,8','8,6,65001,9','8,6,65001,10','8,6,65001,11','8,6,65001,12','8,6,65001,13','8,6,65001,14','8,6,65001,15','8,6,65001,16','8,6,65001,17','8,6,65001,18','8,6,65002,1','8,6,65002,2','8,6,65002,3','8,6,65002,4','8,6,65002,5','8,6,65002,6','8,6,65002,7','8,6,65002,8','8,6,65002,9','8,6,65002,10','8,6,65002,11','8,6,65002,12','8,6,65002,13','8,6,65002,14','8,6,65002,15','8,6,65002,16','8,6,65002,17','8,6,65002,18','8,6,65003,1','8,6,65003,2','8,6,65003,3','8,6,65003,4','8,6,65003,5','8,6,65003,6','8,6,65003,7','8,6,65003,8','8,6,65003,9','8,6,65003,10','8,6,65003,11','8,6,65003,12','8,6,65003,13','8,6,65003,14','8,6,65003,15','8,6,65003,16','8,6,65003,17','8,6,65003,18','8,6,65004,1','8,6,65004,2','8,6,65004,3','8,6,65004,4','8,6,65004,5','8,6,65004,6','8,6,65004,7','8,6,65004,8','8,6,65004,9','8,6,65004,10','8,6,65004,11','8,6,65004,12','8,6,65004,13','8,6,65004,14','8,6,65004,15','8,6,65004,16','8,6,65004,17','8,6,65004,18','8,6,65005,1','8,6,65005,2','8,6,65005,3','8,6,65005,4','8,6,65005,5','8,6,65005,6','8,6,65005,7','8,6,65005,8','8,6,65005,9','8,6,65005,10','8,6,65005,11','8,6,65005,12','8,6,65005,13','8,6,65005,14','8,6,65005,15','8,6,65005,16','8,6,65005,17','8,6,65005,18','8,6,65006,1','8,6,65006,2','8,6,65006,3','8,6,65006,4','8,6,65006,5','8,6,65006,6','8,6,65006,7','8,6,65006,8','8,6,65006,9','8,6,65006,10','8,6,65006,11','8,6,65006,12','8,6,65006,13','8,6,65006,14','8,6,65006,15','8,6,65006,16','8,6,65006,17','8,6,65006,18','8,6,65007,1','8,6,65007,2','8,6,65007,3','8,6,65007,4','8,6,65007,5','8,6,65007,6','8,6,65007,7','8,6,65007,8','8,6,65007,9','8,6,65007,10','8,6,65007,11','8,6,65007,12','8,6,65007,13','8,6,65007,14','8,6,65007,15','8,6,65007,16','8,6,65007,17','8,6,65007,18','8,6,65008,1','8,6,65008,2','8,6,65008,3','8,6,65008,4','8,6,65008,5','8,6,65008,6','8,6,65008,7','8,6,65008,8','8,6,65008,9','8,6,65008,10','8,6,65008,11','8,6,65008,12','8,6,65008,13','8,6,65008,14','8,6,65008,15','8,6,65008,16','8,6,65008,17','8,6,65008,18','8,6,65009,1','8,6,65009,2','8,6,65009,3','8,6,65009,4','8,6,65009,5','8,6,65009,6','8,6,65009,7','8,6,65009,8','8,6,65009,9','8,6,65009,10','8,6,65009,11','8,6,65009,12','8,6,65009,13','8,6,65009,14','8,6,65009,15','8,6,65009,16','8,6,65009,17','8,6,65009,18','8,6,65010,1','8,6,65010,2','8,6,65010,3','8,6,65010,4','8,6,65010,5','8,6,65010,6','8,6,65010,7','8,6,65010,8','8,6,65010,9','8,6,65010,10','8,6,65010,11','8,6,65010,12','8,6,65010,13','8,6,65010,14','8,6,65010,15','8,6,65010,16','8,6,65010,17','8,6,65010,18' }
local result = {}
local domain = ""
if host.targetname then
domain = host.targetname
else
domain = host.ip
end
local cmd = "ike-scan -M -A -P -n 0xdeadbeef -d " .. port.number .. " " .. domain
stdnse.debug(3, "Command: %s", cmd)
local ret = os.capture(cmd)
if string.find(ret, "Aggressive Mode Handshake returned") then
result[#result + 1] = cmd
result[#result + 1] = ret
else
i = nmap.clock_ms()
stdnse.debug(1, "Timeout: %s sec", arg_timeout)
stdnse.debug(1, "Finding trans on %s", domain)
for _, trans in ipairs(trans_array) do
if (nmap.clock_ms() - i) / 1000 > tonumber(arg_timeout) then
result[#result + 1] = "Timeout reached"
stdnse.debug(1, "Timeout reached while finding a valid trans")
break
end
local cmd = "ike-scan -M -A -n 0xdeadbeef -d " .. port.number .. " -P --trans=" .. trans .. " " .. domain
stdnse.debug(3, "Command: %s", cmd)
local ret = os.capture(cmd)
if string.find(ret, "Aggressive Mode Handshake returned") then
stdnse.debug(1, "Trans found: %s", trans)
result[#result + 1] = cmd
result[#result + 1] = ret
break
end
end
end
-- Return result
return stdnse.format_output(true, result)
end