previndexinfonext

code guessing, round #38 (completed)

started at ; stage 2 at ; ended at

specification

a sequel to round 12, today's challenge is to calculate, I-style. submissions may be written in any language.

much like in the original, your program should take an expression consisting of single-digit numbers and the operators +, -, * and /, without any parentheses. there is no unary form of + and -, division rounds either towards -inf or 0, values are signed integers of at least 32 bits, and overflow/divison by zero are undefined.

however, this time around, precedence is a little different from usual. as inspired by the language I, precedence is defined by whitespace. the more spaces there are around an operator, the lower precedence it has. for example, 2*2 + 1 evaluates to 5, while 2 * 2+1 evaluates to 6. this extends to any number of spaces, as in the following examples:

9 / 1+2  -  1    /    2     -> ((9 / (1 + 2)) - 1) / 2 =   1
0-6 * 2                     -> (0 - 6) * 2             = -12
4  /  1 + 1                 -> 4 / (1 + 1)             =   2
2-4/2                       -> (2 - 4) / 2             =  -1
-4                          -> undefined
34                          -> undefined
1 / 0                       -> 1 / 0                   = undefined
9*9*9*9*9*9*9*9*9*9         -> 9 * 9 * 9 * 9 * 9 * ... = undefined

note that the default is to associate to the left regardless of the operators involved, e.g. 1+2*3 is 9. there will always be the same number of spaces on either side of an operator.

you may use any reasonable API for a function from a string to an integer.

results

  1. 👑 LyricLy +5 -1 = 4
    1. olus2000
    2. Palaiologos
    3. JJRubes (was luatic)
    4. Olivia
    5. razetime (was moshikoi)
    6. soup girl
    7. moshikoi (was razetime)
    8. luatic (was olive)
    9. olive (was JJRubes)
    10. seshoumara
  2. luatic +4 -1 = 3
    1. LyricLy (was olus2000)
    2. Palaiologos
    3. razetime (was Olivia)
    4. moshikoi
    5. soup girl
    6. Olivia (was razetime)
    7. JJRubes (was LyricLy)
    8. olus2000 (was olive)
    9. olive (was JJRubes)
    10. seshoumara
  3. olive +2 -0 = 2
    1. razetime (was olus2000)
    2. soup girl (was Palaiologos)
    3. luatic
    4. Palaiologos (was Olivia)
    5. Olivia (was moshikoi)
    6. LyricLy (was soup girl)
    7. JJRubes (was razetime)
    8. moshikoi (was LyricLy)
    9. olus2000 (was JJRubes)
    10. seshoumara
  4. razetime +2 -1 = 1
    1. olive (was olus2000)
    2. Palaiologos
    3. JJRubes (was luatic)
    4. LyricLy (was Olivia)
    5. soup girl (was moshikoi)
    6. Olivia (was soup girl)
    7. moshikoi (was LyricLy)
    8. olus2000 (was olive)
    9. luatic (was JJRubes)
    10. seshoumara
  5. olus2000 +2 -1 = 1
    1. razetime (was Palaiologos)
    2. moshikoi (was luatic)
    3. Palaiologos (was Olivia)
    4. soup girl (was moshikoi)
    5. Olivia (was soup girl)
    6. JJRubes (was razetime)
    7. LyricLy
    8. luatic (was olive)
    9. olive (was JJRubes)
    10. seshoumara
  6. JJRubes +1 -0 = 1
    1. Palaiologos (was olus2000)
    2. olus2000 (was Palaiologos)
    3. razetime (was luatic)
    4. moshikoi (was Olivia)
    5. LyricLy (was moshikoi)
    6. Olivia (was soup girl)
    7. olive (was razetime)
    8. soup girl (was LyricLy)
    9. luatic (was olive)
    10. seshoumara
  7. soup girl +2 -2 = 0
    1. moshikoi (was olus2000)
    2. razetime (was Palaiologos)
    3. LyricLy (was luatic)
    4. Olivia
    5. JJRubes (was moshikoi)
    6. Palaiologos (was razetime)
    7. olus2000 (was LyricLy)
    8. luatic (was olive)
    9. olive (was JJRubes)
    10. seshoumara
  8. Olivia +2 -3 = -1
    1. razetime (was olus2000)
    2. soup girl (was Palaiologos)
    3. JJRubes (was luatic)
    4. moshikoi
    5. LyricLy (was soup girl)
    6. olive (was razetime)
    7. Palaiologos (was LyricLy)
    8. olus2000 (was olive)
    9. luatic (was JJRubes)
    10. seshoumara
  9. Palaiologos +2 -3 = -1
    1. LyricLy (was olus2000)
    2. JJRubes (was luatic)
    3. Olivia
    4. razetime (was moshikoi)
    5. olive (was soup girl)
    6. moshikoi (was razetime)
    7. soup girl (was LyricLy)
    8. olus2000 (was olive)
    9. luatic (was JJRubes)
    10. seshoumara
  10. moshikoi +1 -2 = -1
    1. LyricLy (was olus2000)
    2. soup girl (was Palaiologos)
    3. Olivia (was luatic)
    4. razetime (was Olivia)
    5. olus2000 (was soup girl)
    6. Palaiologos (was razetime)
    7. JJRubes (was LyricLy)
    8. luatic (was olive)
    9. olive (was JJRubes)
    10. seshoumara
  11. seshoumara +1 -10 = -9
    1. JJRubes (was olus2000)
    2. soup girl (was Palaiologos)
    3. Olivia (was luatic)
    4. LyricLy (was Olivia)
    5. olive (was moshikoi)
    6. Palaiologos (was soup girl)
    7. razetime
    8. olus2000 (was LyricLy)
    9. luatic (was olive)
    10. moshikoi (was JJRubes)

entries

you can download all the entries

entry #1

written by olus2000
submitted at
2 likes

guesses
comments 0

post a comment


entry.i ASCII text
1
2
3
"// Code by SoundOfSpouting#6980 (UID: 151149148639330304)"
"To ensure compatibility with the limitations of the I language regarding character operations, the entry function expects the expression to be provided as an array of integers representing ASCII-encoded values."
'entry': ((,b32 o -b48 o (0.;B,o(Gb_1) h -.~ h ;.f o.~ (#oi \ =b_16=0 +1))h(] g [oG g [ogo- .f))o ([+1-1 (gH -b1  ,.o  (}H -b1 oG  B.o  }oG+6 o *;+,N,-,N,(/om)B}  ~.o  }H +b1 oG  o ;o;)  ,.o  ([\  #oi h< =0)H +b2).o (\H #oio(%b2)  o  [o#oi*2+1 \ #.fh= og H #.fo(m.r)))w(#>1)ogog)

entry #2

written by Palaiologos
submitted at
1 like

guesses
comments 0

post a comment


I.lisp ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
; -- // Code by SoundOfSpouting#6980 (UID: 319753218592866315)

(defun I expr (let-seq
  ; Turn the input into a sequence of tokens.
  (def lex ((str:lexer "[0-9]+" "[\\-+*/]" " *") expr))
  ; Build the AST (coalesce the whitespace around the operator to determine precedence).
  (def ast (append (filter #0 (:(lambda x (match x
    (((2 'x) (1 'y) (2 'x)) (tie y (tally x)))
    (((1 'x) (0 'y) 'z) (tie x 0))
    (((0 'x) 'y 'z) (tie (parse-number x)))
    ('_ 'nil))) (windows 3 lex))) (tie@tie@parse-number@car@cdar@reverse lex)))
  ; Perform one step of graph reduction on the AST.
  (defun step ast (let-seq
    ; Single constant: Nothing to do.
    (case (= 1 (tally ast)) ast)
    ; Find the leftmost operator with lowest precedence.
    (def wnd (* 2 (+ 1 ([car@index-of tie@$(foldl1 min) #0] (:cadr (filter [= 2 tally] ast))))))
    ; Evaluate the binary expression and adjoin the change to the AST.
    (def op (hashmap:get %{ "/" => /, "+" => +, "-" => -, "*" => * } ast$[- wnd 1].0))
    (foldl1 append (tie (take (- wnd 2) ast) (tie@tie (lift op (:car ast$[- wnd '(2 0)]))) (drop (+ wnd 1) ast)))))
  ; Converge the graph reduction step.
  (caar@converge step ast)))

entry #3

written by luatic
submitted at
0 likes

guesses
comments 0

post a comment


38.go ASCII text
  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
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
package main

import (
	"os"
	"fmt"
	"bufio"
)

func pop[T any](slice []T) ([]T, T) {
	return slice[:len(slice)-1], slice[len(slice) - 1]
}

func apply(op byte, a, b int32) int32 {
	switch op {
		case '+': return a + b
		case '-': return a - b
		case '*': return a * b
		case '/': return a / b
	}
	panic("invalid op")
}

// 1*1 + 2*2
// 1*1  +  2    *    3
// 3  -  2 - 1-1
func main() {
	var operands []int32
	var ops []byte
	var precedences []uint // higher is lower
	var eval func() int32
	eval = func() int32 {
		if len(operands) == 0 {
			panic("no operands")
		}
		if len(ops) == len(operands) {
			panic("too few operands")
		}
		for {
			if len(ops) == 0 {
				res := operands[0]
				operands = nil
				return res
			}
			var topOp byte
			var topPrec uint
			var lhs, rhs int32
			ops, topOp = pop(ops)
			precedences, topPrec = pop(precedences)
			operands, rhs = pop(operands)
			if len(ops) > 0 {
				botPrec := precedences[len(precedences) - 1]
				if botPrec <= topPrec {
					return apply(topOp, eval(), rhs)
				}
			}
			operands, lhs = pop(operands)
			operands = append(operands, apply(topOp, lhs, rhs))
		}
	}
	stdin := bufio.NewReader(os.Stdin)
	countSpaces := func() (spaces uint) {
		for {
			c, _ := stdin.ReadByte()
			if c != ' ' {
				break
			}
			spaces++
		}
		stdin.UnreadByte()
		return
	}
	for {
		leadingSpaces := countSpaces()
		c, err := stdin.ReadByte()
		if c == '\n' || err != nil {
			fmt.Println(eval())
		}
		if err != nil {
			return
		}
		if c >= '0' && c <= '9' {
			if len(operands) > len(ops) {
				panic("too many operands")
			}
			operand := int32(c - '0')
			for {
				c, _ := stdin.ReadByte()
				if c < '0' || c > '9' {
					break
				}
				operand = 10 * operand + int32(c - '0')
			}
			stdin.UnreadByte()
			operands = append(operands, operand)
		} else if c == '+' || c == '-' || c == '*' || c == '/' {
			if len(operands) < len(ops) {
				panic("no operand")
			}
			trailingSpaces := countSpaces()
			var precedence uint
			if trailingSpaces > leadingSpaces {
				precedence = trailingSpaces
			} else {
				precedence = leadingSpaces
			}
			precedences = append(precedences, precedence)
			ops = append(ops, c)
		}
	}
}

entry #4

written by Olivia
submitted at
2 likes

guesses
comments 0

post a comment


entry bzip3 compressed data, blocksize 16777216
dir pics
Unicode text, UTF-8 text, with no line terminators
1
🐾🧺🧶🐈💤
Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
🟥🟥🟥🟥🟥                                                 ⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛
🟥🟥🟥🟥🟥     🟥🟥🟥🟥🟥🟥🟥⬛🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨⬛
🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥⬛🟨🟨🟨🌸🌸🌸🌸🌸🌸🌸🌸🌸🌸🌸🌸🟨🟨🟨⬛
🟧🟧🟧🟧🟥🟥🟥🟥🟥🟥🟥🟥🟥⬛🟨🟨🌸🌸🌸🌸🌸🟪🌸🌸🟪🌸🌸🌸🌸🌸🟨🟨⬛
🟧🟧🟧🟧🟥🟥🟥🟧🟧🟧🟧🟧🟧⬛🟨🌸🌸🟪🌸🌸🌸🌸🌸🌸⬛⬛🌸🌸🌸🌸🌸🟨⬛     ⬛⬛
🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧⬛🟨🌸🌸🌸🌸🌸🌸🌸🌸⬛⬜⬜⬛🌸🟪🌸🌸🟨⬛⬛⬜⬜⬛
🟨🟨🟨🟨🟧🟧🟧🟧🟧🟧🟧🟧🟧⬛🟨🌸🌸🌸🌸🌸🌸🌸🌸⬛⬜⬜⬜⬛🌸🌸🌸🟨⬛⬜⬜⬜⬛
🟨🟨🟨🟨🟧🟧🟧🟨⬛⬛🟨🟨🟨⬛🟨🌸🌸🌸🌸🌸🟪🌸🌸⬛⬜⬜⬜⬜⬛⬛⬛⬛⬜⬜⬜⬜⬛
🟨🟨🟨🟨🟨🟨🟨⬛⬜⬜⬛🟨🟨⬛🟨🌸🌸🌸🌸🌸🌸🌸🌸⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬛
🟩🟩🟩🟩🟨🟨🟨⬛⬜⬜⬛⬛⬛⬛🟨🌸🌸🌸🟪🌸🌸🌸⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬛
🟩🟩🟩🟩🟨🟨🟨🟩⬛⬜⬜⬜⬜⬛🟨🌸🌸🌸🌸🌸🌸🟪⬛⬜⬜⬜⬜⬛⬜⬜⬜⬜⬜⬜⬛⬜⬜⬛
🟩🟩🟩🟩🟩🟩🟩🟩🟩⬛⬛⬜⬜⬛🟨🌸🟪🌸🌸🌸🌸🌸⬛⬜⬜⬜⬛⬛⬜⬜⬜⬛⬜⬛⬛⬜⬜⬛
🟦🟦🟦🟦🟩🟩🟩🟩🟩🟩🟩⬛⬛⬛🟨🌸🌸🌸🌸🌸🌸🌸⬛⬜👛👛⬜⬜⬜⬜⬜⬜⬜⬜⬜👛👛⬛
🟦🟦🟦🟦🟩🟩🟩🟦🟦🟦🟦🟦🟦⬛🟨🌸🌸🌸🌸🌸🟪🌸⬛⬜👛👛⬜⬛⬜⬜⬛⬜⬜⬛⬜👛👛⬛
🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦⬛🟨🟨🌸🟪🌸🌸🌸🌸🌸⬛⬜⬜⬜⬛⬛⬛⬛⬛⬛⬛⬜⬜⬛
🟪🟪🟪🟪🟦🟦🟦🟦🟦🟦🟦🟦⬛⬛🟨🟨🟨🌸🌸🌸🌸🌸🌸🌸⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬛
🟪🟪🟪🟪🟦🟦🟦🟪🟪🟪🟪⬛⬜⬛⬛🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛
🟪🟪🟪🟪🟪🟪🟪🟪🟪🟪⬛⬜⬜⬜⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬜⬛
               🟪🟪🟪🟪🟪🟪⬛⬜⬜⬛     ⬛⬜⬜⬛                    ⬛⬜⬜⬛     ⬛⬛⬜⬜⬛
               🟪🟪🟪               ⬛⬛⬛          ⬛⬛⬛                         ⬛⬛⬛               ⬛⬛⬛⬛
! ASCII text
1
2
3
4
   )\_/(
   'o.o'
  =(_ _)=
     U
" ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
                _                       
                \`*-.                   
                 )  _`-.                
                .  : `. .               
                : _   '  \              
                ; *` _.   `*-._         
                `-.-'          `-.      
                  ;       `       `.    
                  :.       .        \   
                  . \  .   :   .-'   .  
                  '  `+.;  ;  '      :  
                  :  '  |    ;       ;-.
                  ; '   : :`-:     _.`* ;
               .*' /  .*' ; .*`- +'  `*'
               `*-*   `*-*  `*-*'       
# Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
⠀⠀⢀⣤⣶⣾⣿⣿⣿⣶⣶⣐⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣔⢒⣛⣓⣲⢄⡀⠀⠀⠀⠀⠀⠀⠀
⠀⣴⣿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣝⠛⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣾⣷⣿⣿⣿⣿⡻⢿⣿⣷⠀⠀⠀⠀⠀⠀
⠼⣿⣿⣿⣿⣿⣿⣷⣦⣼⣿⡿⣿⣆⢹⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⣿⣿⣧⣩⣿⣷⠀⠙⢿⡇⠀⠀⠀⠀⠀
⠀⢿⣿⡿⣿⣿⣿⣿⣿⣿⣿⡇⠀⢿⡆⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢜⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⢸⣇⠀⠀⠀⠀⠀
⠀⠘⣿⣷⣿⣿⣿⣿⠻⣿⣿⢁⣀⣈⣷⡽⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠹⣧⣼⣿⣿⣿⣿⡟⠀⠀⢸⡏⠀⠀⠀⠀⠀
⠀⠀⠈⢻⣿⣿⣿⡟⠛⠉⠁⠀⠀⠚⠁⠁⣀⠀⢀⣀⣤⣤⣧⣄⠀⣄⠀⠀⠂⠀⠈⠛⠿⣿⣿⠋⠀⠀⣠⠞⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠈⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣇⣨⠿⠛⠛⠉⠉⠉⠛⠿⣇⠀⠀⠀⠀⠀⠀⠉⠉⠓⠋⠁⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣶⣖⠤⠀⠀⠀⠀⢀⣹⡏⠇⠀⠀⠀⣀⠀⢀⠔⠀⢀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⡠⠊⡡⠒⣁⠔⢁⠠⠀⠀⠀⠀⠀⠀⠀⠉⢻⣷⣄⣀⣠⣴⡿⠛⠁⠀⢀⠴⠊⡠⠖⠁⡠⠖⠁⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠐⠋⠐⠊⠀⠊⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⢿⣿⣛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠊⠀⠐⠊⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⢀⣣⣾⣷⡀⢀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⡴⠟⠛⠉⠉⠛⣷⣬⡑⠄⠈⠐⠈⠒⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⠛⠉⠀⠀⠀⠀⠀⠀⠉⠈⠻⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢄⠀⠀⠀⠀⠀⠀⠀⠁⢀⡀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠆⠀⠀⠀⠀⠀⠀⠀⠀⠙⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣤
$ Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
⠀⢠⣄⠀⠀⠀⠀⠀⠀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⢘⣾⣷⣤⣤⣤⣴⢟⣾⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠨⣿⣿⢿⣿⢟⣯⢷⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠈⣿⣳⣾⣭⡸⢰⡻⢿⣦⣤⣤⣶⣶⣾⣿⣿⣿⣿⣶⣶⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠙⢟⠛⡾⠡⠉⣲⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢱⣆⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢹⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠸⣹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇⠀⠀⠀⠀⠀⠀⠀⠀⢀⡀⠀⠀
⠀⠀⠀⠀⠀⠀⠙⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⡀⠀⠀⠀⠀⣠⣴⣾⣿⡿⠂⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠘⢿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⣠⣴⣿⣿⣿⠟⠋⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣾⣿⣿⣿⣿⡏⠀⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⠙⢿⣿⣿⣿⣿⣿⣿⠿⠁⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⣿⣿⣿⡇⠀⠀⠈⠙⣿⣿⣿⢿⣿⣿⣿⠂⠀⠉⠛⠛⠛⠋⠁⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢈⣿⣿⡿⣿⣿⡇⠀⠀⠀⠀⢼⣿⡏⢸⣿⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠿⠟⠀⣿⣿⡀⠀⠀⢀⠀⣿⣿⣧⣾⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢀⠀⠀⠀⠀⠄⠠⣤⠄⡠⠔⠶⠿⠿⠇⠀⠀⠈⠾⠟⠛⠻⠿⠛⠀⠠⠀⠀⠀⠀⠄⢀⠀⠀⠀⠀⠀⠈⠩⠂⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁
% Unicode text, UTF-8 text
 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
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⢻⢿⣶⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣤⣤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⠀⠑⣎⠉⠛⠿⣷⣦⣤⣤⣀⣀⣀⡀⠀⠀⠀⠀⠀⣠⣴⡾⠿⠛⠉⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⢀⣀⣘⢷⡄⢀⡀⠈⢩⠏⠛⠛⠛⢿⠿⢷⣶⣴⡿⠟⠉⠀⠀⠀⠀⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⡇⠠⡼⣯⠷⠋⠀⢠⢣⣤⢠⡦⣴⠊⢀⣠⠞⠋⠀⣀⡤⠔⠚⠁⢠⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣇⠀⠀⠁⠀⠀⠀⣯⢯⣿⠏⡷⠁⠀⠉⠀⠀⠀⠘⣿⣤⣤⠀⠀⣾⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡀⠀⠀⠀⠀⠀⠁⣼⡏⠘⠃⠀⠀⠀⠀⠀⠀⠀⠓⠃⠀⠀⢠⣿⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⡟⡟⠀⠀⠀⠀⠀⠀⢰⡿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⢿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⠟⠋⢰⣧⡀⠀⠀⠀⠀⠀⠀⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⢸⠛⠿⣶⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣼⡿⢁⡴⢃⣬⣇⡛⠒⠀⢤⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠂⠀⠀⠙⢿⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣤⣴⣶⣶⣶⣤⣼⡟⠀⣼⣱⠋⣥⠼⠳⣄⠀⠀⠹⡀⠀⠀⠀⡠⠒⠚⠋⠈⠉⠉⠛⠲⢦⣀⣀⣀⢄⡞⠀⠀⠀⠘⣄⠙⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⣰⡿⠋⢀⡠⠤⠄⣉⠛⠁⠀⠹⣿⡞⢋⡤⠞⠊⢧⡜⠦⠙⣔⡲⠀⣠⣠⡄⠀⠀⠀⠛⠛⢛⣒⣨⣏⠀⠈⠛⢶⣄⡀⠀⠘⣆⠙⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⢠⣿⠁⡔⣗⠃⠀⠐⠒⠃⠀⠀⠀⠘⣧⠟⢀⣀⡤⠞⠳⣄⠀⡸⣄⠀⠀⠉⡀⠀⢀⡠⠖⠚⠿⢦⣍⠉⠙⣦⠀⠀⣷⠙⣦⢀⣿⠀⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⢸⡏⠀⣷⠈⠀⣠⣄⡀⠀⠀⠀⠀⠀⢹⡛⠉⢡⣀⣠⡴⠋⠻⠬⡬⠭⠶⠊⢁⡴⠋⠙⠛⠶⣄⠀⠘⣧⠀⢸⡇⠀⠏⣀⣬⡾⠁⠀⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⢸⡇⠀⢿⡀⠐⣿⠉⠻⣦⠀⠀⠀⠀⠈⣧⠀⠀⠀⠀⠀⠀⠀⠀⢱⣤⣀⣀⡞⠀⠀⠀⠀⠀⠘⠓⠂⣹⣠⣼⣴⣶⠿⠛⠁⠀⠀⢀⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⢸⡇⠀⠀⠀⠀⣿⡆⠀⣿⡇⠀⠀⠀⠀⠘⢧⣸⡀⠀⣤⠀⠀⣹⠏⠉⠙⠛⡇⠀⠀⠀⠀⠀⠀⠀⢀⡏⢉⡉⠠⠤⣤⠀⠀⠀⠀⣸⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠸⣷⠀⠀⠀⠀⠸⣷⠀⣿⡇⠀⠀⠀⠀⠀⠀⠈⠓⠷⠾⠶⠚⠁⠫⢉⡀⠀⡇⠀⠀⠀⠀⠀⣀⢀⡾⠉⠀⣀⠤⠒⠉⠀⠀⠀⢀⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢿⡆⠀⠀⠀⠀⠹⣧⢹⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠹⢤⣜⣀⠀⣠⡾⠋⠀⢠⠋⠀⠀⠀⠀⠀⠀⠀⣸⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⡀⠀⠀⠀⠀⠹⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠁⠹⡀⠀⢸⠀⠀⠀⠀⠀⠀⠀⢠⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣷⡀⠀⠀⠀⠀⠹⠗⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⡘⠀⠀⠀⠀⠀⠀⠀⣾⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣷⡄⠀⠀⢸⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⣇⠀⠀⠀⠀⠀⠀⣸⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣆⠀⠀⠑⢷⡽⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠇⢰⠈⠀⠀⠀⠀⠀⢠⡿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣧⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⣌⠃⠀⠀⠀⠀⢀⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡘⢠⡋⠀⠀⠀⠀⠀⣼⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⠶⠾⠿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣧⠇⠀⠀⠀⠀⠀⣼⣏⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢀⣀⣤⠴⠖⠛⠋⠉⠁⠀⠀⠀⠀⠀⢳⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠀⠀⠀⢀⡼⠃⠉⠙⠛⠶⣤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⡤⠴⠚⠋⠉⠀⠀⣀⡀⠤⠤⠐⢒⣂⠩⠝⠃⠀⠈⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡞⠑⠀⢠⡤⣀⠀⠀⠈⠙⠓⠦⣤⡀⠀⠀⠀⠀⠀
⠀⠀⠀⢀⡔⣂⡩⠤⠔⠒⠊⠉⠀⠀⠀⠀⠀⠀⠀⠘⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠟⠀⠀⠀⠀⠁⠈⠰⣒⠠⠄⣀⠀⠀⠉⠓⠦⣄⡀⠀
⠀⠀⠀⠈⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⢦⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡴⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠢⠦⣉⠒⠤⡀⠀⠀⠙⠲
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⡶⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠚⠬⠧⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⢷⣤⣀⡀⠀⠀⠀⠀⠀⠀⣀⣠⣤⡾⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⠛⠻⠿⠿⠿⠿⠛⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⡀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
& ASCII text
1
2
3
4
5
   /\_/\
   >^.^<.---.
  _'-`-'     )\
 (6--\ |--\ (`.`-.
     --'  --'  ``-'
' Unicode text, UTF-8 text, with no line terminators
1
🐱
( ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
         *                  *
             __                *
          ,db'    *     *
         ,d8/       *        *    *
         888
         `db\       *     *
           `o`_                    **
      *               *   *    _      *
            *                 / )
         *    (\__/) *       ( (  *
       ,-.,-.,)    (.,-.,-.,-.) ).,-.,-.
      | @|  ={      }= | @|  / / | @|o |
     _j__j__j_)     `-------/ /__j__j__j_
     ________(               /___________
      |  | @| \              || o|O | @|
      |o |  |,'\       ,   ,'"|  |  |  |  hjw
     vV\|/vV|`-'\  ,---\   | \Vv\hjwVv\//v
                _) )    `. \ /
               (__/       ) )
                         (_/
) ASCII text
 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
                                                                                 .--.
                                                                                J    L
                                                                                |    |
                                                                                F    F
                                                                               J    J
                                                                              /    /
                                                                             /    /
                                                                           .'    /
                                                   .--""--._              /     /
                                               _.-'         `-.          /     /
                                    __       .'                `.       /     /
                                 _-'-."`-.  J                    \     /     /
                            .---(  `, _   `'|                     `.  J     /
                              `. )                                  ""     /
                               F                                          J
                               L                  |                      J
                               ` (/     /         |                      F
                                |    ._'          |                      |
                               /'`--'`.           |                      J
                               '||\   |-._        `.  ___.               |
                                 `     \  `.        |/    `-            J
                                        F   L       /       J           /
                                        |   J      J         F         J
                                        |    \     J         |        J
                                        |    |L    J         J        J
                                        |    FJ    |          L       |
                                        |   J  L   |          L\      F
                                        |   F  |   |           L\    J
                                        F  F   |   |           | L   |
                                       J  J    |   |           | |   F
                                       /  )    F  J            F F  J
                                      ( .'    )   F           J J  F
                                      `"     (   J           /.'  J
                                              `-'           ||-' |)
                                                              '-'
* ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
                      /^--^\     /^--^\     /^--^\
                      \____/     \____/     \____/
                     /      \   /      \   /      \
                    |        | |        | |        |
                     \__  __/   \__  __/   \__  __/
|^|^|^|^|^|^|^|^|^|^|^|^\ \^|^|^|^/ /^|^|^|^|^\ \^|^|^|^|^|^|^|^|^|^|^|^|
| | | | | | | | | | | | |\ \| | |/ /| | | | | | \ \ | | | | | | | | | | |
########################/ /######\ \###########/ /#######################
| | | | | | | | | | | | \/| | | | \/| | | | | |\/ | | | | | | | | | | | |
|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
+ Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
⠀⠀⠀⠀⠀⠀⣠⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣠⠎⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢀⣀⡀⠞⠁⠀⠀⠁⠁⠐⠒⠒⠋⡹⠀⠀⠀⠀
⠈⢢⠀⠾⠃⠀⠀⠀⠀⠀⠀⠀⡰⠁⠀⠀⠀⠀
⢰⠣⡄⠠⢄⠀⠾⠅⠀⠀⢠⣰⠁⠀⠀⠀⠀⠀
⠀⠀⠐⢤⣀⠀⣀⣆⢰⠉⠢⡇⠀⢀⠤⠤⣀⠀
⠀⠀⢸⠀⠀⠀⠀⠀⠙⠀⠈⠳⡀⠘⠤⡀⠀⢆
⠀⠀⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢄⡀⢸⠀⠸
⠀⠀⠁⠀⢥⠀⠀⡇⠀⠀⠀⠀⠀⠀⣱⠼⠀⡘
⠀⢀⡇⠀⠢⠄⢀⠃⠀⢐⠀⠀⠀⠀⡇⠤⠋⠀
⠀⠸⢄⣀⠜⠀⢸⡀⠴⠋⠀⠉⠁⠁⠀⠀⠀⠀
, Unicode text, UTF-8 text
1
2
3
4
5
6
     />  フ
     |  _  _ l
     /` ミ_xノ
     /      |
    /  ヽ   ノ
    │  | | |       im sorry lost energy to write have these
- ASCII text, with no line terminators
1
=^..^=
._ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._! AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._" AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._# AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._$ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._% AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._& AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._' AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._( AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._) AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._* AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._+ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._, AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._- AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._0 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._1 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._2 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._3 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._4 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._5 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._6 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._7 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._8 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._9 AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._; AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._< AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._= AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._> AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._? AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._@ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._[ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._\ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._] AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._^ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
.__ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._` AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._a AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._b AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._c AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._d AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._e AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._f AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._g AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._h AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._i AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._j AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._k AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._l AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._m AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._n AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._o AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._p AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._q AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._r AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._s AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._t AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._u AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._v AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._w AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._x AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._y AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._z AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._{ AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._| AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
._} AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents
0 ASCII text
1
2
3
4
5
           __..--''``\--....___   _..,_
       _.-'    .-/";  `        ``<._  ``-+'~=.
   _.-' _..--.'_    \                    `(^) )
  ((..-'    (< _     ;_..__               ; `'
             `-._,_)'      ``--...____..-'
1 Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
⠀⠀⠀🐈🐈‍⬛🐈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀🐈🐈‍⬛🐈
⠀⠀⠀⠀🐈‍⬛⠀⠀⠀⠀🐈‍⬛🐈⠀⠀⠀⠀🐈🐈‍⬛⠀⠀⠀⠀🐈‍⬛
⠀⠀⠀⠀⠀🐈⠀⠀⠀⠀⠀⠀⠀🐈‍⬛🐈‍⬛⠀⠀⠀⠀⠀⠀⠀🐈
⠀⠀⠀⠀⠀⠀⠀🐈‍⬛⠀⠀⠀🐈⠀⠀⠀⠀🐈⠀⠀⠀🐈‍⬛
⠀⠀⠀⠀⠀⠀⠀⠀🐈🐈‍⬛⠀⠀⠀⠀⠀⠀⠀⠀🐈‍⬛🐈
⠀⠀⠀⠀⠀🐈‍⬛🐈⠀🐈⠀⠀⠀⠀⠀⠀⠀⠀🐈⠀🐈🐈‍⬛
⠀⠀🐈‍⬛🐈⠀⠀⠀⠀⠀🐈‍⬛⠀⠀⠀⠀⠀⠀🐈‍⬛⠀⠀⠀⠀⠀⠀🐈🐈‍⬛
🐈🐈‍⬛🐈🐈‍⬛🐈🐈‍⬛🐈😽🐈‍⬛🐈🐈‍⬛🐈🐈‍⬛🐈🐈‍⬛🐈
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀🐈‍⬛⠀⠀⠀⠀🐈‍⬛
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀🐈⠀⠀🐈
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀🐈‍⬛🐈‍⬛
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀🐈
2 Unicode text, UTF-8 text
1
2
3
  /\   /\
(   .   . )
(     づ꒰~ meow ~ ꒱
3 Unicode text, UTF-8 text
 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
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⠀⠀⠀⠀⠀⠀⠀⡴⠖⢆⢀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣾⠛⠛⢹⡇⠀⠀⠀⠀⠀⠀⡇⠀⠈⠉⢹⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠳⠤⠟⠀⠀⠀⠀⠀⠀⠀⠻⠤⠤⠔⠋⠀⠀⠀⠀⣠⢤⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⠃⠈⢧⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡤⢤⡀⠀⠀⠀⠀⢰⠛⠲⢤⡀⠀⠀⠀⠀⠀⠀⠀⢀⡟⠀⠀⠈⣇⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⡤⠼⠀⠀⢹⡀⠀⠀⠀⢸⡀⠀⠀⠙⠦⣀⢀⡠⠤⠤⠖⠚⠁⣠⡤⣄⣸⡄⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⡀⠀⠀⠀⢰⠇⠀⠀⠀⠀⢧⠀⠀⠀⠀⠈⠣⣤⠖⠒⠀⠀⠀⠀⠀⣴⣮⠹⢦⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠓⠒⠒⠋⠀⠀⠀⠀⠀⠸⡆⠀⠀⠀⠀⠀⢀⣠⣤⡀⠀⠀⠀⠀⢹⣿⠀⣨⣷⡂⡒⠂
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⢹⡹⢿⣿⡇⠀⠀⣴⣿⡄⠘⠛⠹⡧⢌⡉
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠉⣉⢭⣶⡆⠀⠉⢹⡁⢀⠀⢠⠇⠀⠈
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢳⡄⠀⠀⠀⠀⠠⠊⡠⠃⡜⠐⠒⠤⠚⠉⠁⢀⡞⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠓⠤⣀⠀⠀⠰⠁⢠⡇⠀⠀⠀⠀⠀⢀⡞⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡖⠀⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀
⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠼⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣆⠀⠀⠀⠀
⢸⡏⠉⠉⠙⢦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠴⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⡆⠀⠀⠀
⠈⠓⠦⡄⠀⠀⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡴⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣧⠀⠀⠀
⠀⠀⢀⡇⠀⢠⠇⠀⠀⠀⠀⠀⠀⠀⠀⢀⡞⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀
⠀⢀⠞⠀⢠⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⡞⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀
⢀⡎⠀⢠⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠃⠀⠀⠀
⢸⠀⠀⡎⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀
⢸⡄⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⣀⡴⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⢀⠀⠀⡞⠀⠀⢸⠀⠀⠀⠀
⠀⢇⠀⢱⡀⠀⠀⠀⠀⠀⡴⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⡀⠀⠀⠀⠀⣸⠀⣰⠃⠀⠀⢸⠀⠀⠀⠀
⠀⠘⣆⠀⠹⣄⠀⠀⠀⠈⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⢀⡇⢠⠇⡇⠀⠀⢼⠀⠀⠀⠀
⠀⠀⠈⠣⡀⠀⠑⠦⣄⠀⠹⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⠀⠀⠀⢸⡷⠃⠘⡇⠀⠀⠘⣇⠀⠀⠀
⠀⠀⠀⠀⠈⠲⢤⣀⣀⣀⣀⣹⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡴⠀⠤⣤⡼⣇⠀⠀⠈⢷⡀⠀⢳⡀⠀⠀⠘⢳⡄⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠲⠤⣀⣀⠀⠀⠀⢀⡼⠁⠀⠰⡌⢳⠿⡄⠀⠀⠀⠱⡄⠀⠳⢤⣀⣼⠾⠃⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠚⠉⠳⠤⠼⠿⠛⠉⠀⠳⣄⣰⣤⣷⠗⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣈⣁⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀
4 Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
          /\       /\
        /    \ _ /   \
      /                  \
     |       0      0    \
      \          ^        /
         |              |
         |              \ 
        /                |
      /       |      |  /
    /          |    |   |
   |     |___|__\ _\   _
    \_____________/        🐾
5 Unicode text, UTF-8 text
1
2
3
4
5
6
7
8
⠀⠀⠀⠀⠀⠀⢀⡤⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢀⡏⠀⠀⠈⠳⣄⠀⠀⠀⠀⠀⣀⠴⠋⠉⠉⡆⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠈⠉⠉⠙⠓⠚⠁⠀⠀⠀⠀⣿⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢀⠞⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣄⠀⠀⠀⠀
⠀⠀⠀⠀⡞⠀⠀⠀⠀⠀⠶⠀⠀⠀⠀⠀⠀⠦⠀⠀⠀⠀⠀⠸⡆⠀⠀⠀
⢠⣤⣶⣾⣧⣤⣤⣀⡀⠀⠀⠀⠀⠈⠀⠀⠀⢀⡤⠴⠶⠤⢤⡀⣧⣀⣀⠀
⠻⠶⣾⠁⠀⠀⠀⠀⠙⣆⠀⠀⠀⠀⠀⠀⣰⠋⠀⠀⠀⠀⠀⢹⣿⣭⣽⠇
⠀⠀⠙⠤⠴⢤⡤⠤⠤⠋⠉⠉⠉⠉⠉⠉⠉⠳⠖⠦⠤⠶⠦⠞⠁⠀⠀⠀
6 Unicode text, UTF-8 text
 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
⣿⡿⣭⢻⣜⡳⣝⢮⣳⢭⣛⡬⠓⣭⡳⣭⢻⡜⣯⢳⡝⣮⠳⣏⢾⡱⣏⠾⣱⢫⡜⣧⢏⡷⣹⢞⣱⡹⣎⡳⣭⢳⣭⢻⡜⣯⢳⡽⣹⢮⡝⣧⡻⣿⣿⣿⣿⣟⣯⣿⣿⣿⣿⣿⣝⢮⡳⣭⢏⡿⣙⡯⡝⣎⣷⡹⣎⡳⣝⡎⢷⣙⢮⢳⢭⠞⣥⠻⡜⣥⢛⡬⢳⡹⣌⢳⡍⡞⣥⠻⣽⣻⢿⡿⣟⢟⡱⢪⣱⠞⣱⢪⡝⢿⡻⣟⠟⣏⢯⡱
⣿⣿⣚⡷⣺⡝⣞⢧⣛⢶⣙⢦⠁⡄⣳⣭⣗⡻⣜⡳⣞⡳⡟⣞⢧⣳⣛⢾⡱⣏⢾⣜⣻⣼⣣⢯⣭⢳⢭⡳⢭⣗⡞⣧⢟⡾⣣⣟⣳⣯⣾⣕⡻⣽⢿⣿⡿⣽⣞⣿⣿⣿⣿⣿⣻⢮⡽⣺⢭⣳⢻⣜⡿⣿⣾⣷⣯⣗⡾⣹⢎⢷⣚⠷⣺⠻⣜⡳⡝⢮⣙⡞⢧⢳⣝⡲⡝⣎⣳⡙⢶⣩⡞⣵⢫⢎⣵⡷⣡⢟⡬⣓⢞⣣⠳⣍⡞⣚⢖⡣
⣿⣷⡝⡾⣵⢻⡜⣧⣛⢮⡹⢆⠧⡰⢄⢛⣿⣵⢫⠷⣭⢳⡝⣮⢳⡶⣭⠞⣵⢫⡞⡽⣶⡹⣞⣳⣎⡟⣦⢿⡹⣼⡹⣞⡽⣺⢵⣞⣷⣿⣷⣞⣳⡽⣟⣾⣹⢞⡾⣻⣿⣿⣿⡿⣝⢮⡳⣝⣮⢳⢏⣾⣿⣿⣿⣿⣿⣾⣟⣧⢻⡎⣷⢫⢗⡻⡼⣱⣏⣷⢧⣟⣎⠷⣌⡳⡝⣬⢣⡝⣣⢏⣾⣭⣋⡮⢏⡴⣏⠞⣴⢋⡞⡴⣋⢶⡹⡜⢮⡱
⣿⣿⡞⣽⢞⣧⢻⡼⣹⢎⡳⢭⣒⡱⠌⢢⡐⠹⠿⣟⡼⣣⢟⣭⡳⣝⢶⡻⣎⠿⣜⣳⢳⢿⡜⣷⡮⣽⢻⣎⣷⢻⣳⣝⢾⣹⢮⣟⣿⣿⣿⣞⣧⠻⣿⣾⣵⡿⣞⡱⣟⣿⡯⢟⣞⣳⢻⡼⣎⡟⣮⣳⢿⣿⣿⣿⣿⣿⣿⣚⢧⡻⣼⡹⣎⢷⡹⣶⣿⣿⣿⣿⣿⣽⣲⡝⣮⢣⣏⡼⣯⣿⣿⣿⣿⣝⡯⣕⢮⡹⢦⣫⠼⣱⢭⠲⢧⣙⢦⡳
⣿⣿⡝⣯⢾⡱⣏⢷⡹⢮⣙⠦⣑⠎⣍⡂⢌⢣⡌⠩⠷⣏⡟⣶⢫⡽⢮⣳⢏⡿⣼⣩⢿⣎⢿⣖⠽⣗⡯⣷⢾⣛⣧⡟⣾⡹⣞⣿⢾⡿⣟⠬⢣⠓⡘⢿⡟⠘⠤⢑⠪⡖⠹⢈⠞⠬⡳⢝⠮⡽⢶⡹⢯⣿⢻⠿⣻⠽⡪⡝⢮⡳⢵⣛⡼⣣⢟⣿⣿⣿⣿⣿⣿⣷⣯⡗⣧⢋⡾⣵⢿⣿⣿⣿⣿⣾⣿⣏⢶⡩⢗⡬⢏⡳⢎⡏⢳⣉⢦⢳
⣿⣿⡽⣽⣺⢽⡹⣎⡟⣧⢹⠲⣉⠞⢤⡛⣮⣣⠝⣧⢣⠜⡹⢎⡯⡽⣏⢷⣫⢞⡵⣣⢯⣚⠷⣺⢯⣚⢷⡽⣯⢷⣻⡽⣖⢻⡽⣿⡎⢽⣯⢒⠡⢊⠡⢀⠁⠘⠀⠠⠄⠄⠡⠀⢈⠀⠐⠈⠃⠘⢀⠃⢣⡘⠣⢈⠡⠊⠔⠡⢃⠱⡋⢾⡱⣏⣾⡿⣿⣿⣿⣿⣿⣿⣷⢻⣼⢫⣟⢼⡿⢫⣿⣿⣿⠿⡟⣜⣣⡝⣎⣳⠭⣞⣱⡜⣧⠞⣭⣚
⣿⣿⣯⢷⡻⣮⢟⣵⢻⣜⢫⠳⣌⠞⡆⡵⢣⣿⣿⠽⣶⣎⡱⣈⢖⡻⣼⣣⢟⡺⣿⣭⣿⡽⣷⡩⢿⣷⢊⣿⡽⣿⣸⣿⣮⠏⡴⠉⢿⡀⡙⢃⠃⢀⠀⠀⡀⠠⠁⠠⠀⠀⠀⠁⢀⠀⠂⠁⠀⠀⠁⠀⠀⠀⠀⠁⡀⠁⠈⠄⢁⠒⡘⢬⠳⣏⡾⣽⣿⡿⣿⠿⣟⡟⣮⡷⣣⠿⣼⢫⡼⣟⡹⣎⢭⡳⡝⣖⣣⡽⣚⣥⢿⣙⠮⣜⢖⡫⢒⡉
⣿⣿⡷⣯⢟⣳⣻⠼⣏⢾⣩⠳⣌⠳⣘⠼⣡⢟⣿⣿⣵⣿⢻⣶⣎⡵⣋⢷⣋⣗⢻⣗⢻⣷⣭⠳⣩⢿⣷⡸⢟⣿⢷⡺⣵⡚⠤⠉⡀⠙⠀⠁⠀⠀⠠⠀⠀⠀⠀⢀⠀⠑⠀⠀⠠⠐⠀⠀⠀⠀⠄⠀⠀⠀⡀⠐⠀⢀⠂⠈⠄⠂⠌⢢⠱⢹⢺⠵⡺⣜⢧⣻⡼⣽⡞⣼⢯⢟⣱⡾⣹⡜⡧⡝⡮⣵⠽⣪⡵⢾⡹⢎⢧⣙⡾⢊⠔⣢⢵⣺
⣿⣿⡿⣽⢯⣯⢷⣻⡽⣚⡴⣋⡴⢣⢌⡲⢥⡺⣜⣿⣿⣿⣿⣞⡟⣾⣹⢲⡙⣬⠳⣌⣳⣎⣏⢷⡑⣎⠿⢧⢫⡔⢻⣷⣻⡇⠡⠂⠌⠀⢆⠁⠨⠀⠀⡀⠀⠀⠀⠀⠰⠀⠀⠂⠀⠀⠀⡁⠀⠀⠀⠀⠄⠀⠀⠠⠁⡀⡈⢀⡑⠀⠨⠀⡐⠤⠃⣉⠷⣸⡿⢿⣽⢿⣾⡿⣫⢾⣹⣱⢳⢎⣷⢝⣫⣵⣻⢓⢯⣣⡽⢞⣩⣷⡞⣧⣻⢮⣷⣻
⣿⣿⣿⣽⣻⣞⣯⣿⣽⣿⣜⣧⡓⣏⢎⡵⢫⡵⣻⢞⡿⣿⣿⣿⣜⢥⢣⠓⣜⠢⢽⣊⠷⣙⡳⣞⣷⣌⠫⡜⢂⡻⢠⠙⣁⠈⡀⠃⠌⠂⡄⠀⡄⠡⠀⠠⠀⠀⠡⢀⠠⠀⢀⠀⠀⡀⠄⠀⠀⠀⡀⠂⠀⠀⠈⠠⠀⠅⠠⢀⠀⠌⢠⠐⠀⡂⠡⠄⠒⠀⠈⠛⢁⣿⠏⠵⢋⢖⡳⣼⠟⣺⣴⡻⢧⣓⡮⠟⣋⠥⢒⣥⣾⢷⣹⡟⣏⡳⢆⣧
⣿⣿⣿⣞⡷⣯⣿⣿⣿⣿⣿⣷⣽⣮⡳⢞⣣⣝⡳⣟⣿⡵⣫⡝⠯⣓⠦⢡⢆⠋⣔⠪⠙⡬⠑⣌⠛⣉⠒⡌⢃⢢⢁⠂⢄⠡⠐⢈⠄⢡⠐⢂⠀⠆⢉⠀⠄⠉⠐⠀⠀⡐⠀⠀⠠⠀⡀⠂⠈⠄⢀⠂⠡⠐⠈⡐⡀⢂⠡⢀⠌⠂⠄⣂⠌⢐⡀⠂⠡⠈⠄⠁⢀⠠⠈⢂⠉⠆⡘⠤⡛⢿⠶⢟⡋⠥⢊⡕⢆⣳⣿⣿⡿⣭⢳⡹⡼⣹⢻⣶
⣿⣿⣿⡾⣽⣳⣿⣿⣿⣿⣿⣿⣿⣷⣿⣏⢷⣚⢷⢩⢎⠹⠡⡙⣰⢨⠙⡓⢮⡑⢤⠡⡑⠌⢃⠤⠙⡄⠣⠜⣡⠊⡄⠊⡄⠃⠌⡂⢨⠐⠤⢀⠃⡰⠈⢄⠂⡈⢄⠰⠀⠠⠈⠄⡐⢀⠀⠆⠠⠌⢂⠀⢂⡁⢐⢄⠙⠄⠣⢌⠌⠦⢱⢀⢎⠰⣐⡀⠃⠄⠊⡐⠈⢠⠡⢀⠂⠌⡁⠆⡑⠠⠚⠡⡘⢢⠣⢞⣬⠳⣍⣶⣹⣶⣳⡷⣽⢧⣟⣾
⣿⣿⣿⣽⢷⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⢮⢷⡙⢎⠡⠊⠄⠃⠔⠠⣁⠓⡈⢆⠛⣦⡷⣄⡑⠪⣌⠣⡈⣅⠚⣄⠣⡘⢆⠸⠌⠰⠐⡠⢂⠄⢂⠒⣀⠡⢂⠰⢐⠠⠠⠌⠄⡈⢄⠐⡀⠰⠀⢡⠐⡈⢒⡠⢌⠢⣌⠎⣍⡓⡜⢢⠚⣤⠣⣘⠄⠆⡄⠡⢈⠒⢀⠅⠃⡠⠊⢄⠂⠔⡀⢅⠡⠡⡑⣈⢣⡙⢎⡦⢛⣉⠦⣱⣬⣯⠽⣭⣛⡾⣽
⣿⣿⣿⣟⡾⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⠾⣜⠣⡜⡐⠢⠐⠤⡐⠢⡉⠤⢧⢼⣐⡩⢑⠻⢕⠆⠙⢆⣣⠙⢆⡉⢄⠣⢜⣀⠲⣀⠒⠡⢘⠠⠌⠄⡉⠠⡈⠄⣈⢂⠠⡀⠄⠃⢈⠠⢁⠂⠔⡈⠐⠅⣊⠣⢜⢢⡝⢦⡙⣕⢣⢎⡒⡍⢆⡙⡰⠄⡅⠢⠈⡐⢈⡀⠆⠡⡐⠈⠔⡠⠁⠜⠠⢀⠥⡙⢌⡳⡸⠥⣎⠟⣴⢻⣛⠯⣖⡻⣟⣷⣿
⣿⣿⣿⡿⣽⣳⣿⣿⣿⣿⣿⣿⣿⣿⣿⢻⡌⠓⠤⠁⠆⡁⠂⡑⠦⢡⠳⡸⢮⣝⡛⠷⣾⣔⠾⣆⠬⠄⣋⠶⣘⠢⡑⠎⣄⠳⡈⠆⠣⠈⡐⠈⠐⡀⠂⠌⡐⠠⠄⢢⠘⡐⠄⠂⡄⢁⠢⠘⠠⢉⠦⡑⡸⡌⢦⡙⡖⡹⣌⠳⡜⠴⣉⠎⡔⣑⠪⡐⢡⠐⡐⢂⠰⡀⠅⡰⢉⢒⠠⠙⡈⠥⡈⡔⢈⠲⡰⠱⣏⡼⣛⡯⣾⢽⣻⣼⣽⣳⣟⣾
⣿⣿⣿⣿⢷⣻⣿⣿⣿⣿⣿⣿⣿⣿⣯⡗⢎⠡⠂⠉⠤⣁⠧⣸⣽⣿⣿⣷⣿⣾⣿⣷⣶⣮⣵⣘⣛⢶⡭⣞⣬⡳⣽⡜⢦⡑⠰⡈⠄⢃⠐⠠⠁⡐⠨⡐⢌⢠⢑⢠⠒⣄⣈⡖⢶⠶⣬⠑⠯⣔⠲⣥⡒⢭⡃⢿⡸⣱⢎⡱⢎⠳⡥⡚⡜⢤⠣⡑⠤⡘⢄⡃⡒⠨⠔⡰⠊⢠⠢⢅⠱⢂⢡⡐⢌⠰⣁⠫⣔⠻⣟⣷⣯⣿⢷⣻⣿⣿⣿⣿
⣿⣿⣿⣿⣯⣟⣷⣿⣿⣿⣿⣿⣿⣿⣿⠏⠄⠃⠁⠌⢠⠐⠤⠁⢎⠹⢛⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣽⣾⣿⣽⣿⣦⣍⡒⠠⠁⡄⠐⡀⠡⠄⡥⠘⡄⢌⠲⣌⠹⡌⢥⡸⣌⢷⢎⣙⣦⢉⠷⣈⣏⢦⡹⣂⠷⡱⢞⡰⢭⢲⡱⡱⣘⢆⠣⣅⠳⡈⡦⢒⢅⠣⢡⡐⢢⢡⠘⠤⣌⠱⠄⡜⠠⢃⠰⡈⠴⡹⡜⢯⣟⣿⣻⣿⣿⣿⣿⢿
⣿⣿⣿⣿⡷⣯⣿⣿⣿⣿⣿⣿⣿⡿⠇⢈⠠⠈⠠⠐⠠⠈⡠⠁⠄⠐⠀⠈⠉⠝⠻⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣟⡅⠒⡀⠐⡠⢁⠚⣀⢃⠜⣈⠒⣄⢣⠸⣄⢱⣎⣽⢂⢦⣛⠝⡮⣱⣎⠶⡱⠽⣎⠷⣩⠜⣣⠣⡕⣣⢇⡎⡕⢢⢢⠽⣜⠱⣈⠦⡑⢈⡆⣆⣋⢔⡠⢃⠶⡀⠇⣌⠢⡘⠦⡑⢯⣛⡾⣽⣿⣿⣿⣿⣯⢟
⣿⣿⣿⣿⣟⣷⢿⣿⣿⣿⣿⡟⢫⠐⠈⡀⠀⠀⠄⠁⠠⠁⢀⠈⠠⠐⠀⠤⠌⡀⠑⠠⠀⠌⠉⠉⠋⠙⠛⠛⠛⡛⢛⢛⣛⣿⡿⢁⡃⠐⢡⠑⠆⡑⢠⣈⠜⠤⡍⢦⠑⢧⣈⣧⢝⠧⣻⡜⢿⡾⣹⣔⢎⡳⡍⢷⢹⢮⡱⡘⡄⢣⡙⢦⣳⠼⣌⢳⣡⣷⠚⣛⣡⢦⠷⣺⠝⣦⣙⡬⣁⣣⢆⡱⣩⢢⡑⡌⢣⡑⢫⣜⡿⣟⣿⣿⣿⣟⡾⣹
⣿⣿⣿⣿⣿⢾⣟⣿⣿⣿⣿⣿⡃⠌⠀⠄⠁⠂⡀⠂⢀⠐⠀⠀⠁⠀⠂⠀⠠⠀⠉⠓⠒⢂⠈⢀⠀⢂⠁⠌⡁⠐⠈⠱⠿⠉⢄⠣⡈⡑⢂⠜⠢⣑⠡⢎⡸⠱⣎⠼⣙⢲⠜⣜⢮⢻⣖⣻⣜⣳⡵⡮⣽⡜⣝⢎⡎⣳⡧⡵⢸⣧⡹⣶⣿⣿⣾⡿⣽⣲⣿⣭⣷⢫⢳⢡⠛⡴⢃⠞⡱⢊⠎⡱⠡⢆⡱⣈⢇⡘⢣⢮⡽⣯⣿⣿⣻⡞⣽⢳
⣿⣿⣿⣿⣿⣻⢾⣻⢟⡻⠛⠭⠐⠠⠁⢂⡐⠀⠀⠐⠀⠄⠐⠀⡀⠂⠀⠐⠀⠀⠂⠀⠀⡀⠈⠄⠠⠠⠔⠀⣀⠁⠆⡁⠠⠌⡐⡠⠅⣘⠡⢎⡑⣂⢯⠲⣍⠳⣌⠳⡜⡎⢯⡹⡾⣏⢷⣻⡹⣷⢯⣽⡶⣟⡽⢾⣸⢥⣚⣷⡭⢷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣷⣷⣯⣮⣵⣙⢦⡱⢌⠦⡙⣜⡲⣽⣻⣽⣿⡳⣏⢯⣻
⣿⣿⣿⣿⣿⡽⣯⠟⡮⡑⠉⠤⠈⠠⠘⠀⡄⠘⠀⠀⠂⢀⠀⠂⠀⢀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠂⡀⡀⠦⢐⠈⣂⠁⠌⣂⠦⡙⢦⣙⡴⢮⣙⠶⡹⣔⠳⡜⡜⢦⢓⡧⣿⠼⣶⣻⣭⢿⣺⣷⢯⣿⣿⣲⢣⣾⣽⣧⢻⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢷⣹⣎⢯⡝⢦⣛⡶⣿⣟⡾⣳⢯⣛⡶
⣿⣿⣿⣿⣿⡽⣏⡟⡱⢈⠒⡀⠴⠁⠢⡁⠄⡁⠈⢀⠁⠀⢈⠀⠀⢀⠀⠀⢀⠀⠈⠠⠀⠀⠀⠀⠈⢀⠁⡀⡐⠠⠂⠄⠂⢄⠈⡐⢢⢡⣹⡖⣧⣹⢲⡩⢖⡩⢆⢏⣩⡑⣣⢫⠴⣋⠷⣧⢻⡽⣞⣷⡯⣯⢿⣿⣧⡷⣎⢿⣏⡳⡌⠭⣓⢂⡒⠉⢍⠉⣉⠋⡙⠋⠛⠛⠛⢛⢋⠛⣉⠧⢱⡊⡝⢮⢳⡹⢞⡼⣣⠽⣼⣳⡽⣳⣏⢿⡼⡽
⣿⣿⣿⣿⣿⣝⢧⠣⠅⠂⡄⠐⡀⠃⢄⡐⠤⠀⠅⢂⢀⡁⠠⢀⠑⠠⠀⠐⠀⢀⠁⠀⠈⡀⠀⠁⠀⠀⠐⠀⡀⠌⠁⠌⠈⠠⢂⣱⣾⡟⢧⡻⡔⣏⠶⣙⢆⠳⣉⢖⢢⡓⢦⣋⠷⣩⠞⣭⡛⣼⢻⡼⣻⡿⣯⣿⣿⢿⣽⢾⣻⢵⣉⢦⠐⠢⠌⡓⠦⡑⠬⣀⡀⠳⢬⣀⠅⠢⠄⡁⠦⣀⠥⡘⢬⣃⠧⣍⡛⡴⣋⠿⣜⣳⡽⣳⢞⡧⡿⣝
⣿⣿⣿⣿⣷⣎⡡⢃⠈⠔⢀⠡⡐⢡⢂⠀⠦⡑⢌⠠⠂⠄⠁⠆⠀⠄⠒⣀⠐⠀⠠⡈⠀⡈⠠⢀⠂⠌⠂⡐⠀⠄⡃⠈⡅⠄⣶⣿⣿⣜⣧⣟⡵⣫⣝⡞⣮⢳⣭⣚⠶⣹⢎⢧⡛⣥⡛⢶⡹⢎⡷⣝⢷⣻⢿⣿⣿⣿⡿⡿⣝⢦⢃⠎⡌⢃⡐⠈⣄⠈⡑⠄⠑⠍⢄⠀⠌⠉⢐⠈⢓⠂⢒⣉⠰⠨⠜⠢⡝⢦⡹⣙⢮⣓⠿⣭⣟⣳⡽⣫
⣿⣿⣿⣿⢷⣊⠱⠀⢌⠂⠃⠄⡐⠆⠢⢌⠂⠤⢂⡠⢁⠂⠑⡐⠂⢄⠑⢀⠑⠄⢂⠈⠐⡀⠑⢀⢠⠀⡀⠐⡀⠡⠐⢤⠠⡘⣾⢻⣿⣿⣿⣯⣷⢿⣾⣽⣞⣳⢮⡳⣏⢷⡹⣞⡵⣣⢟⣥⢿⣹⣞⡽⣾⣭⣷⣻⣿⣿⣯⣓⠾⡌⢎⠪⢥⡁⠆⡅⢠⠀⠠⠀⠈⠀⠀⠀⠀⡐⠀⠐⠂⠌⠰⠠⢃⡍⡌⣑⠪⢔⣡⡙⢦⣋⢿⢶⡭⣗⣻⢵
⣿⣿⣿⣿⣷⡜⠤⢁⠂⡂⢃⠤⢁⢂⡑⠂⡌⠒⡠⠐⢂⠌⠌⢌⡐⢢⠱⢀⠁⡄⠀⠑⡀⠔⢈⡐⠠⠐⡀⠂⡘⠀⠡⢠⠁⡘⢌⢷⡹⢿⣿⣿⣿⣿⣿⣿⣿⣯⡿⣵⣻⢮⣷⣻⡼⣏⡾⣮⢷⣳⣾⣽⡷⣿⣾⣿⣷⡿⣿⣿⣜⡑⢢⡑⢠⢢⠑⢨⡀⢂⠀⢀⠀⠀⠀⠀⡁⠀⠄⡀⢃⠠⢑⢀⢂⠤⡐⢤⠃⠎⡴⣙⢮⡹⢮⡗⣯⣳⠽⣞
⣿⣿⣿⣿⢯⡘⠄⠃⡠⢁⠢⢀⡑⢂⡘⠃⡜⠰⠤⡉⣅⠢⡉⢄⠰⠄⠢⢀⠂⡀⠁⠐⢈⠀⡄⢒⡀⡑⢄⠒⠄⠁⡐⢀⠀⢡⠈⡌⢳⣩⣻⣿⣿⣿⣿⣿⣿⣿⣿⡷⣏⡿⣼⣷⣻⣽⣳⢯⣿⣻⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⠾⣜⠢⡜⣠⢃⡜⡠⠜⣠⠘⠠⢀⠂⠄⠑⠀⠂⡄⠐⢢⠀⣌⠄⣢⠡⡘⢤⡉⢗⡸⢥⡳⣝⢯⡞⣵⣫⢟⣭
⣿⣿⣿⠭⢆⠌⠤⡁⢄⠡⣈⠢⡘⠡⡌⠭⠨⠍⡒⡰⢀⡓⡐⡂⠄⠢⠁⠢⢀⠐⣈⠑⡄⠢⠈⡂⠄⠙⡀⠑⢂⠒⠤⠀⢨⢀⠢⠈⠔⢨⠳⣛⢿⣿⣿⣿⣿⣿⣿⢿⣽⣟⣿⣾⡷⣯⣿⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⢛⡔⣣⠕⠦⢅⡲⠱⣍⠢⡙⡰⢄⠡⠂⠌⠒⢁⡀⠣⡤⠑⡀⠒⡠⢡⠉⠦⡜⣬⠱⣣⡝⣬⢳⡹⢧⣛⢮⡳
⠿⢯⠽⢫⠜⠌⠢⠁⠎⠰⠐⠢⠌⠔⠦⠥⠓⠮⠴⠡⠖⠤⠥⡘⢂⠄⠉⠔⡀⠆⡀⠃⠤⠈⠄⠰⢌⠀⠤⠈⢀⠑⢌⡙⢄⡂⠤⡈⢐⠂⢣⠱⢾⣗⢾⣻⣿⢿⣻⣿⣻⣾⣿⣿⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣟⣿⢡⡛⡜⣥⢚⢬⠲⢍⡓⣌⠳⣡⡑⢢⣉⠒⢌⡒⠂⣌⡡⠴⢡⠬⡑⠤⢃⠜⠲⣐⠶⡹⢲⡝⣎⡳⡝⣧⣛⢮⡗
⢛⡜⣌⠣⠎⡌⢅⠃⡌⢘⡈⠴⢉⢒⡘⢂⢇⠺⣄⢓⣢⢖⡐⡐⠂⠐⡀⣀⠄⡐⢄⡑⡐⢌⠢⡱⢄⠢⣍⠒⢢⠰⣀⡐⣂⠘⠥⠜⡠⠝⣌⠳⣯⣿⣿⣳⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣟⠿⣜⢣⢋⠴⢎⢍⠦⢹⣒⠸⣌⠳⢢⠝⡢⢤⠹⢄⡌⢑⠒⠲⠩⢖⠱⠡⠇⡍⣎⠳⡝⢾⣹⡳⣝⢮⡳⣝⡶⣏⡾⣝
⣣⠼⣤⡙⠌⡐⠢⠌⡐⠄⡐⢂⡣⢌⡸⣩⢌⢣⡌⠦⠔⠢⠐⠠⣁⢆⡀⠆⡔⢒⡒⠆⠒⠆⠧⢌⡢⠓⠠⢍⠉⠆⠤⣌⣄⡋⡝⣮⡵⢻⣮⣿⣿⣿⣿⣻⣽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣯⣗⣯⡳⣍⣣⠝⣮⢋⠦⢫⡲⠌⡟⢦⡹⣑⠮⣑⢎⡒⠬⣈⠜⣤⠓⣉⡒⡍⠳⡚⠶⣬⣇⡻⣜⠶⣛⡼⣣⢟⡼⣳⢯⣽⢯
⣿⡽⢦⡙⢦⢁⢃⠘⡄⠑⡠⢃⠲⢌⡑⠦⡉⡆⣞⠲⠥⠣⠌⠱⠠⢂⠒⠠⠘⠂⢈⠑⢉⠌⠀⠔⡀⢈⠡⣀⠡⡘⠒⠈⠆⠉⠴⠷⢾⠗⣛⣹⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢾⣶⣹⣦⢏⡿⣰⡻⣕⢣⢳⡿⣟⣮⡱⣌⠝⣦⣚⠌⡲⢤⡉⢦⢩⡑⢦⣝⣳⢫⡽⣱⢮⣽⡹⣏⡷⣹⠵⣎⡳⣝⢯⡞⣯
⣿⣹⢧⡝⢢⠈⣄⠃⠌⠥⠒⡜⢒⣣⢉⠭⠥⢌⡐⠢⡐⢃⡘⠣⢉⡀⠉⢄⠡⠌⠠⠌⡀⢌⠨⣐⢈⠅⣂⡄⠦⡉⢌⡩⠔⡋⢢⠡⠢⢝⣹⣽⢟⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⢿⣯⣏⡟⣵⢧⣹⢮⣻⡢⣙⢿⣷⡵⣊⡱⣙⠾⠾⣬⣵⣛⢶⡣⣝⡳⢮⡵⣫⡳⣍⡞⣶⡹⢶⣭⢳⡻⣼⣱⢯⣞⣽⣳
⡽⣦⢗⡎⡥⡑⠤⠘⠦⠭⠝⣚⣡⠢⠥⠖⢚⣃⠌⡡⠐⠆⡘⢂⢆⡒⡙⢤⡒⣚⢆⢣⡓⠖⡖⠶⡈⢦⣒⣒⣬⡴⢢⠔⡛⢟⣛⡶⣷⣟⣻⣣⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣻⢿⣯⣻⣟⢿⡖⣯⡽⣎⢷⣍⡷⣦⣙⡳⢽⣿⠤⡹⡐⢦⡘⣛⢾⡷⣧⣽⣭⣞⡵⣫⢗⣾⡱⢯⠷⡾⢯⡗⣧⣛⣮⣟⣶⣻
⣿⢏⣻⣘⣥⡩⠔⠡⠒⣉⡩⣄⡒⠬⣉⡝⣆⠲⢎⡑⠦⢌⠱⣌⠶⡹⣜⡦⠷⠍⣚⠃⣍⠙⠬⣙⣂⠫⡐⢣⠶⡹⡷⢟⣻⢜⣽⡾⣍⣶⣭⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿⣿⡿⢿⣳⣯⢟⣾⡦⣹⡵⣻⣽⢻⣾⣻⣵⢦⡙⢦⡘⠽⢥⡓⣤⢣⠝⣦⡽⣭⣻⣳⡾⣽⢯⣟⡶⣟⣯⣟⡽⣳⢻⣜⣳⠾⣽⣞⣯
⣿⣛⣯⣭⢦⡑⠪⡅⠳⢬⣑⢦⡙⢧⢣⡚⡬⠹⢎⣩⣙⠬⠷⢘⠒⢋⠅⢢⢐⡡⢢⣉⠄⡉⢆⠂⣤⠣⣍⠳⡼⢋⣝⡾⣣⡿⣭⢟⣿⣟⣾⣿⣯⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡽⣟⣧⢳⣻⣭⡷⣟⢷⣚⢷⣬⢳⠿⣿⣟⠿⣽⣦⡓⣬⡡⢙⢦⣯⣿⣽⣾⣵⣳⢿⣿⣽⣷⣏⣿⡹⣞⢾⣝⡯⣟⣼⣣⣟⡷⣯⣻
⣿⣿⣿⣿⡳⣍⠳⣈⠳⣈⢒⠢⡝⡌⠦⡑⣚⣩⡭⠵⣒⣢⡵⣞⣚⡴⣚⡎⢦⣙⣶⣭⡿⣶⣞⣿⣠⣷⣞⣫⣼⣿⢻⣴⣿⣻⣿⣾⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣷⢾⣽⣾⣏⡿⣳⡜⣛⢶⣍⡻⢿⣶⢷⣟⣧⣛⢮⡓⣾⣭⣟⡾⢿⣿⣿⣾⣯⣿⣾⣽⣻⣽⣞⣮⡽⣏⣶⣻⢾⣽⣳⣟
⣿⣿⣿⣾⡷⣎⣳⡬⠵⢚⣊⣱⣴⣾⠿⣛⣭⣱⣬⠯⡗⠳⣍⢶⣩⢷⣯⡾⣿⡻⣧⢯⠷⡷⣿⣿⡯⣟⣾⣿⣷⣿⣻⣿⣿⣿⣿⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣷⣿⣿⣿⣿⣿⣜⣮⣳⡱⢎⡟⣿⣛⡿⣶⣽⣢⢛⠿⣿⣿⣾⣽⣻⢾⣽⣞⣷⣻⣞⢷⣻⢾⡽⣞⣭⡷⣯⢷⡾
⣿⣿⣟⣯⠷⣛⡩⠡⣔⡚⠯⢛⣋⡭⠶⣛⢛⣋⣍⣤⡷⣶⣟⡾⠿⢚⣫⣵⡻⢧⣽⣞⣶⢷⡻⣍⣷⣿⢿⣿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣽⣿⣿⣿⣿⣿⣻⢿⣿⣽⣿⣿⣯⡿⣧⢾⣡⡛⣿⢷⣯⣽⣻⢾⣦⣟⣿⢿⣿⣿⣾⣿⣻⢿⣯⣟⡾⣽⣚⣷⣻⣽⣳⣻⢮⣷
⣿⣿⣿⣾⣿⠿⢗⡩⠥⢖⡫⠝⣰⣡⢿⠶⣻⡝⣯⡿⢞⣫⣵⡾⣟⣿⣛⣷⣿⣿⠿⣚⣵⢯⣷⢿⣷⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣝⣻⢿⡿⣞⣿⣿⣿⣿⣿⣿⣿⣿⣽⣼⡹⢾⣝⡿⣷⣯⣟⡿⣿⣽⣻⢷⣟⣿⡻⣷⢾⣟⣷⠿⣮⡷⣯⢷⣯⣟⣾
⣿⣿⣯⡽⢞⣋⡥⠖⣋⠑⠲⡍⡓⢎⢎⣳⠷⣫⡵⣛⡿⣫⢯⢷⣫⣶⣿⠾⣫⣽⡿⢟⣽⣿⣟⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣿⣿⣽⣻⣞⡿⣿⣿⣻⣿⣿⣿⣷⣿⣳⡽⣻⢾⣽⣻⣿⣿⣿⣽⡿⣿⣳⣿⣭⣟⡾⣽⢻⡷⣿⣝⣻⢮⣟⣾
⣿⣻⣵⣟⣺⡵⣠⡡⠄⡩⠡⡘⠴⢋⠭⡖⡯⢓⡭⢳⣝⣳⣿⡿⢟⣭⣶⡿⣿⣵⣾⣿⣿⣿⣾⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣯⣿⣷⣿⣻⣾⣽⡾⢿⣿⣽⢿⣭⠿⣽⢿⣷⣿⣽⡿⣿⣿⣿⣷⡿⣽⣳⢯⣟⣳⣯⢿⡽⣞⡾⣽
⣿⣯⣿⣽⣻⢍⣡⠀⡌⠐⡑⠰⣉⠒⢎⠱⣌⠳⢎⣳⠼⣛⣵⣾⢿⡯⣷⢿⣵⣿⣻⣿⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣟⣿⣷⣯⣻⣿⣻⣿⣽⣻⣯⣿⣿⣿⣷⣯⣿⣽⣿⣷⣯⣟⡾⣭⣟⣯⣿⣽⣻⣽
⣿⣿⣿⣯⣷⠞⣄⠊⠄⢁⠂⡥⢠⠍⡜⢱⡨⢑⣯⢗⣻⣽⢿⡹⢧⡿⣽⣾⣟⣾⢿⣟⣾⣿⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣯⣿⣯⢻⣯⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⣯⣿⣽⣻⣿⣿⣯⣿⣾⣽⣾⣿⣻⣷⣯⣷⡻⣟⣿⣟⣯⣟⣶⢯⣷⣻
⣿⣿⡿⣃⢆⡉⢄⠠⠌⡀⠅⡂⢌⠊⡬⠡⢖⠫⠞⣜⢯⣛⢮⣽⢿⡽⣯⣿⢾⣿⣟⣿⡿⣷⣟⣿⡿⣟⣿⡿⣽⣷⡿⣿⢿⠻⣝⣳⣿⣿⢿⣿⣟⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣟⣿⣿⣿⣿⣿⣿⣷⣟⡿⣝⡿⣿⣯⣿⣷⣟⡿⣞⣯⢷⡿⣿⣽⡾⣟⣿⣽⣻⣞⣿
⣿⣿⡶⣍⠆⡑⢂⡐⢂⢈⠡⢈⡐⢂⠠⡑⢊⠭⣙⡜⢶⣹⡾⣯⣿⣟⣷⣿⣿⣿⣾⣟⣿⣿⣻⡽⣿⣯⢿⣿⣳⢞⡵⢯⡾⣿⢿⣿⠿⣽⣿⣿⣿⣿⣽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣿⣾⣽⣿⣾⣿⣟⣯⡿⣯⢿⣳⢯⡿⣟⣾⣳⢿⡾⣽
⣿⣿⡝⣎⠃⡐⠠⢐⠁⢂⡁⢂⡈⠄⠆⠱⡈⠒⢥⢚⡵⢲⣟⡿⣟⣿⣯⣿⡿⣿⣿⢿⣾⣳⢿⣽⣳⣿⣻⢮⣽⢾⣽⣳⣏⠿⣿⢫⣿⣿⣟⣾⣽⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣻⣷⣿⡷⣿⡽⣟⣯⣿⣯⡿⣽⢯⣷⣻⣟⣾⣽
⣿⣿⡽⢦⡙⠄⢃⠂⡱⢀⠔⠢⠤⠍⠌⣡⠄⡛⡰⠎⣜⡳⢮⣳⢯⢷⣻⣽⣻⣽⡿⣿⣻⣿⣿⣾⣟⣷⢿⣯⣿⡿⣟⡷⢮⣿⣾⣟⣯⣿⣼⣿⣟⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣾⣛⣿⣾⣛⢿⣯⢿⣾⣻⣽⣟⣾⣳⡿⣯⣿
⣿⣳⣝⢢⠀⠡⢂⠘⠠⢌⠊⣡⠃⡖⡡⠖⢌⡡⢃⡎⠵⣙⢦⡛⢮⡻⡵⣯⢿⣽⣿⣿⢿⣿⣽⣷⣿⡿⣿⣹⣾⡿⣝⣟⣿⢯⣽⣟⣿⣾⣿⣿⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣽⣿⣟⣿⣿⣿⣷⣟⣿⣿⣳⣽⢿⣷⣽⢿⣽⣟⣯⣟⣾⢯⣿⢿⣻
⣿⡿⢯⠆⡡⠈⢄⠘⠡⣈⠴⣁⠮⡐⠥⡑⡌⡔⠃⢌⠲⢁⡪⡝⢮⠵⣫⢽⣻⣞⣷⣿⡿⣿⣻⣽⣷⣿⣿⣿⣯⣷⣿⣻⣿⣯⣿⣿⣿⢿⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣿⣿⣿⣿⣯⣿⣟⣿⣿⣷⡻⣯⣿⣷⣟⣯⣿⣷⣟⢿⣿⣮⡿⣟⣿⣯⡿⣿⣿⣿
⣿⠟⡧⠇⠐⡀⠂⡄⠑⣀⠒⡤⠖⣉⠒⣅⠊⡔⠩⣀⠒⡉⠶⠙⣠⠛⡔⢫⣞⡯⣝⣮⣽⣷⣿⣿⢿⣿⣿⣻⣽⣿⣳⣟⣳⢿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿⣿⣻⣿⣽⣾⡽⣿⢿⣯⢷⣿⢾⣷⣟⣾⣿⣿⣽⢯⣿⣾⣽⢷⣿⣯⣷⣿
7 ASCII text
1
2
3
4
5
6
7
8
    ____
  (.   \
    \  |  
     \ |___(\--/)
   __/    (  . . )
  "'._.    '-.O.'
       '-.  \ "|\
          '.,,/'.,,
8 ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
              .__....._             _.....__,
                 .": o :':         ;': o :".
                 `. `-' .'.       .'. `-' .'  
                   `---'             `---' 

         _...----...      ...   ...      ...----..._
      .-'__..-""'----    `.  `"`  .'    ----'""-..__`-.
     '.-'   _.--"""'       `-._.-'       '"""--._   `-.`
     '  .-"'                  :                  `"-.  `
       '   `.              _.'"'._              .'   `
             `.       ,.-'"       "'-.,       .'
               `.                           .'
                 `-._                   _.-'
                     `"'--...___...--'"`
9 ASCII text
1
2
3
4
   |\      _,,,---,,_
   /,`.-'`'    -.  ;-;;,_
  |,4-  ) )-,_..;\ (  `'-'
 '---''(_/--'  `-'\_)
; ASCII text
1
2
3
 /\-/\    /\-/\    /\-/\    /\-/\    /\-/\    /\-/\    /\-/\    /\-/\
(=^Y^=)  (=^Y^=)  (=^Y^=)  (=^Y^=)  (=^Y^=)  (=^Y^=)  (=^Y^=)  (=^Y^=)
 (>o<)    (>o<)    (>o<)    (>o<)    (>o<)    (>o<)    (>o<)    (>o<)
< ASCII text
1
2
3
4
5
6
7
8
9
                         .--.       
                       ."  o \__    
                    _.-"    ,(  `   
                _.-"      ,;;|      
           _.-=" _,"    ,,;;;'      
       .-"`_.-"``-..,,;;;;:'        
       `"'`          `\`\           
                      /^\\\         
                                    
= ASCII text
1
2
3
4
5
6
7
8
          _,
         //      /)/)
        ||      / ..\
        \\.----' ,_Y/
         \        (
         l  \_/   |
         | /`/| //
         \_)_)\_))
> ASCII text
 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
74
75
76
77
78
79
80
81
82
83
          M.                                         .:M
           MMMM.                                   .:MMMM
           MMMMMMMM                             .:MMMMMMM
           :MMHHHMMMMHMM.  .:MMMMMMMMM:.      .:MMHHMHMM:
            :MMHHIIIHMMMM.:MMHHHHIIIHHMMMM. .:MMHIHIIHHM:
             MMMHIIIIHHMMMIIHHMHHIIIIIHHMMMMMMHHHIIIIHHM:
             :MMHIIIIIHMMMMMMMHHIIIIIIHHHMMMMMHHII:::IHM.
              MH:I:::IHHMMMMMHHII:::IIHHMMMHHHMMM:I:IHMM
              :MHI:HHIHMMHHIIHII::.::IIHMMHHIHHMMM::HMM:
               MI::HHMMIIM:IIHII::..::HM:MHHII:::IHHMM:
               MMMHII::..:::IHMMHHHMHHMMI:::...::IHM:
               :MHHI::....::::HMMMMMMHHI::.. ..:::HM:
                :MI:.:MH:.....:HMMMMHHMIHMMHHI:HH.:M
                M:.I..MHHHHHMMMIHMMMMHMMHHHHHMMH:.:M.
                M:.H..H  I:HM:MHMHI:IM:I:MM::  MMM:M:
                :M:HM:.M I:MHMIIMMIIHM I:MM::.:MMI:M.
                'M::MM:IMH:MMII MMHIMHI :M::IIHMM:MM
                 MH:HMMHIHMMMMMMHMMIMHIIHHHHIMMHHMM
                  MI:MMMMHI:::::IMM:MHI:::IMMMMHIM
                  :IMHIHMMMMMM:MMMMMHHHHMMMHI:M
                    HI:IMIHMMMM:MMMMMMHHHMI:.:M      .....
        ............M::..:HMMMMIMHIIHMMMMHII:M:::''''
            ....:::MHI:.:HMMMMMMMMHHHMHHI::M:::::::''''''
           ''   ...:MHI:.::MMHHHMHMIHMMMMHH.MI..........
              ''  ...MHI::.::MHHHHIHHMM:::IHM           '''
                 '  IMH.::..::HMMHMMMH::..:HM:
                   :M:.H.IHMIIII::IIMHMMM:H.MH
                    IMMMH:HI:MMIMI:IHI:HIMIHM:
                  .MMI:.HIHMIMI:IHIHMMHIHI:MIM.
                 .MHI:::HHIIIIIHHI:IIII::::M:IM.
                .MMHII:::IHIII::::::IIIIIIHMHIIM
                MHHHI::.:IHHII:::.:::IIIIHMHIIHM:
               MHHHII::..::MII::.. ..:IIIHHHII:IM.
              .MHHII::....:MHII::.  .:IHHHI::IIHMM.
              MMHHII::.....:IHMI:. ..:IHII::..:HHMM
              MHHII:::......:IIHI...:IHI::.....::HM:
             :MMH:::........ ...::..::....  ...:IHMM
             IMHIII:::..........     .........::IHMM.
             :MHIII::::......          .......::IHMM:
              MHHIII::::...             ......::IHMM:
              IMHHIII:::...             .....::IIHMM,
              :MHHIII:::I:::...     ....:::I:::IIHMM
               MMHHIII::IHI:::...........:::IIH:IHMM
               :MMHHII:IIHHI::::::.....:::::IH:IHMIM
                MMMHHII:IIHHI:::::::::::::IHI:IIHM:M.
                MMMHHIII::IHHII:::::::::IHI:IIIHMM:M:
                :MMHHHIII::IIIHHII::::IHI..IIIHHM:MHM
                :MMMHHII:..:::IHHMMHHHHI:IIIIHHMM:MIM
                .MMMMHHII::.:IHHMM:::IIIIIIHHHMM:MI.M
              .MMMMHHII::.:IHHMM:::IIIIIIHHHMM:MI.M
            .MMMMHHMHHII:::IHHMM:::IIIIIHHHHMM:MI.IM.
           .MMHMMMHHHII::::IHHMM::I&&&IHHHHMM:MMH::IM.
          .MMHHMHMHHII:::.::IHMM::IIIIHHHMMMM:MMH::IHM
          :MHIIIHMMHHHII:::IIHMM::IIIHHMMMMM::MMMMHHHMM.
          MMHI:IIHMMHHHI::::IHMM:IIIIHHHMMMM:MMMHI::IHMM.
          MMH:::IHMMHHHHI:::IHMM:IIIHHHHMMMM:MMHI:.:IHHMM.
          :MHI:::IHMHMHHII::IHMM:IIIHHHMMMMM:MHH::.::IHHM:
          'MHHI::IHMMHMHHII:IHMM:IIHHHHMMMM:MMHI:...:IHHMM.
           :MHII:IIHMHIHHIIIIHMM:IIHHHHMMMM:MHHI:...:IIHMM:
           'MHIII:IHHMIHHHIIHHHMM:IHHHMMMMM:MHHI:..::IIHHM:
            :MHHIIIHHMIIHHHIHHHMM:HHHHMMMMM:MHII::::IIIHHMM
             MHHIIIIHMMIHHHIIHHMM:HHHHMMMM:MMHHIIHIIIIIHHMM.
             'MHHIIIHHMIIHHIIIHMM:HHHMMMMH:MHHMHII:IIIHHHMM:
              'MHHIIIHMMIHHHIHHMM:HHHMMMHH:MMIMMMHHHIIIHHMM:
               'MHHIIHHMIHHHHHMMM:HHHMMMH:MIMMMMMMMMMMHIHHM:
                'MHIIIHMMIHHHHHMM:HHHMMMH:IMMMMMHHIHHHMMHHM'
                 :MHHIIHMIHHHHHMM:HHHMMMM:MMHMMHIHMHI:IHHHM
                  MHHIIHM:HHHHHMM:HHHMMMM:MMMHIHHIHMM:HHIHM
                   MHHIHM:IHHHHMM:HHHHMM:MMHMIIHMIMMMHMHIM:
                   :MHIHMH:HHHHMM:HHHHMM:MMHIIHMIIHHMMHIHM:
                    MMHHMH:HHHHMM:HHHHMM:MHHIHMMIIIMMMIIHM'
                    'MMMMH:HHHHMM:HHHMM:MHHHIMMHIIII::IHM:
                     :MMHM:HHHHMM:HHHMM:MHIHIMMHHIIIIIHM:
                      MMMM:HHHHMM:HHHHM:MHHMIMMMHHHIHHM:MMMM.
                      :MMM:IHHHMM:HHHMM:MHHMIIMMMHHMM:MMMMMMM:
                      :MMM:IHHHM:HHHHMM:MMHHHIHHMMM:MMMMMMMMMM
                       MHM:IHHHM:HHHMMM:MMHHHHIIIMMIIMMMMMMMMM
                       MHM:HHHHM:HHHMMM:HMMHHHHHHHHHMMMMMMMMM:
                    .MI:MM:MHHMM:MHMMHMHHMMMMHHHHHHHMMMMMMMMM'
                   :IM:MMIM:M:MM:MH:MM:MH:MMMMMHHHHHMMMMMMMM'
                   :IM:M:IM:M:HM:IMIHM:IMI:MMMMMHHHMMMMMM:'
                    'M:MHM:HM:MN:HMIHM::M'   '::MMMMMMM:'
                       'M'HMM'M''M''HM'I'
? Unicode text, UTF-8 text
 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
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠤⠀⠀⠀⠀⠀⠀⠀⣀⠀⣼⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⢸⣿⣶⣄⡀⠀⠀⣀⣬⣿⣾⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠈⢻⣿⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠜⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⠀⠀
⠀⠀⠀⠀⠀⠀⣸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣷⡆
⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⢀⣾⣿⣿⣿⡟⠁⠀
⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⣿⣿⣿⣿⠋⠀⠀⠀
⠀⠀⠀⠀⣸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡀⠀⠀⠀⢸⣿⣿⣿⠃⠀⠀⠀⠀
⠀⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀⠀⠀⢸⣿⣿⣿⠀⠀⠀⠀⠀
⠀⠀⢀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⢸⣿⣿⣿⡀⠀⠀⠀⠀
⠀⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡆⠀⠈⣿⣿⣿⡅⠀⠀⠀⠀
⠀⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀⠀⣿⣿⣿⡷⠀⠀⠀⠀
⠀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⣿⣿⣿⣿⠀⠀⠀⠀
⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⢰⣿⣿⣿⣿⠀⠀⠀⠀
⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⢀⣾⣿⣿⣿⡏⠀⠀⠀⠀
⠀⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇⣼⣿⣿⣿⣿⠃⠀⠀⠀⠀
⠀⠸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀
⠀⠀⠹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠋⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠁⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠙⠻⠿⠿⣿⢿⡿⣿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠉⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠢⠤⠰⠖⠶⠶⠴⠦⠶⠶⠦⡴⠺⣤⠤⠤⠦⡤⠤⣄⡀⠀⠈⠛⢻⠛⠟⠛⠚⠒⠒⠲⡖⢒⠒⠂⠀⠀
@ Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
        ./:::::\        /::::::ヽ
       /::::::::::::;ゝ--──-- 、._/::::::::::::::|
       /,.-‐''"´          \:::::::::|
     /              ヽ、::|
    /    ●                ヽ|
     l   、、、             ●     l
    .|        (_人__丿   、、、  |
     l                   l
    ` 、                    /
      `ー 、__             /
         /`'''ー‐‐──‐‐‐┬--- /
[ Unicode text, UTF-8 text, with no line terminators
1
/ᐠ. .ᐟ\ฅ/ᐠ. .ᐟ\ฅ
\ Unicode text, UTF-8 text, with no line terminators
1
𓃠
] Unicode text, UTF-8 text
1
2
3
4
5
6
7
☆  *    .      ☆

    . ∧_∧    ∩    * ☆
☆ ( ・∀・)/ .
. ⊂ ノ* ☆
☆ * (つ ノ .☆
          (ノ
^ Unicode text, UTF-8 text
1
2
3
4
──────▄▀▄─────▄▀▄
─────▄█░░▀▀▀▀▀░░█▄
─▄▄──█░░░░░░░░░░░█──▄▄
█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█
_ Unicode text, UTF-8 text, with no line terminators
1
🐈
` Unicode text, UTF-8 text
 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
⠐⠄⢂⠐⠠⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠈⡐⠠⢈⠠⠁⠠⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⢀⠀⠀
⡐⠠⢁⠄⡠⢈⠀⠄⠀⠂⠀⠀⠂⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠀⠀⠀⡀⠠⠐⠀⠄⡀⠂
⠄⡃⠄⠂⡐⠠⠈⠄⡐⠀⢁⠀⠄⠀⠐⠈⠀⠀⠄⠀⠀⠠⠀⠀⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠀⠂⠀⠀⠈⠀⠄⠐⠀⡀⠠⠐⠀⠄⡀⠐⠀⠠⠐⠀
⡊⠔⣈⠐⠄⡐⠀⠂⠄⠠⠀⢂⠀⠂⠐⢀⠈⠄⢀⠀⢂⠀⠠⠐⠀⠀⠀⠐⠀⠐⠀⠀⠠⠀⠀⠠⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠈⠀⠄⠀⠀⠀⠂⠀⠐⠀⠄⠂⠀⢀⠀⠄⠂⠁⠐⢀⠀⡀⠂⢀⠐⠠⠐⢀⠠⠁⡈⠐⡀⢁
⠐⡠⠄⡈⡐⠠⠁⠌⠠⢁⠐⠀⠂⠌⠐⢀⠠⠀⠂⠠⢀⠠⠐⠀⠄⠂⢀⠂⠠⠀⠄⡀⠄⠠⠀⠄⠀⠀⡀⠂⢀⠀⠀⠄⠀⠀⠀⠀⠀⢲⠍⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠄⠀⠀⠠⠀⠠⠀⠄⠈⢀⠀⠄⠀⠀⠂⢈⠀⠠⠀⡀⠁⠄⠐⠈⠀⠄⡀⠈⠠⠀⠄⠂⡀⠡⢈⠀⠄⠠⠁⠄⠠⠁⡐⢀⠂⡐⠠⢁⠰⠀
⠑⡄⠢⠁⠔⢡⠈⠄⡁⢂⠈⠄⡁⢂⠈⠠⢀⠁⠠⠁⡀⠄⠐⠈⠀⠄⡀⠠⠀⠄⡀⠀⡀⠄⠀⡀⠈⡀⠀⢀⠀⠀⠀⠀⠀⢆⡆⢦⣷⣤⣀⣀⣂⣀⡀⠀⠀⠂⠀⡂⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠠⠀⠀⠂⠀⠈⠀⠁⠀⠀⠁⠐⠀⠀⠄⠀⡀⠂⢀⠀⠠⠁⢀⠀⢀⠠⠀⡀⠄⠐⡀⠐⠈⠀⠄⡈⠐⢈⠀⡐⢀⠐⡀⢈⠐⠠⠁⠌⠠⢁⠐⡀⢂⡁⠂⢌⠠⢁
⢨⠐⡄⢉⠌⠠⢈⠒⡀⢂⠌⠐⡀⠂⠌⡐⠠⠈⠄⠡⢀⠈⠐⠠⠁⠄⠠⠐⢈⠀⡀⠁⡀⠐⠠⠀⠁⡀⠐⠀⡀⠈⠀⠄⠂⠀⢙⣾⣿⣿⣿⡿⢿⡿⣿⣿⣷⣶⣦⣤⣴⣌⡀⠈⠀⠄⡀⠈⠀⠄⠂⠀⠐⠀⠁⠀⡁⠈⢀⠈⢀⠈⠀⠂⢀⠀⠂⠀⠐⠀⠐⠀⠄⠂⠠⠀⠠⢁⠀⠌⢀⠠⠈⠠⠁⠄⠠⠈⠄⢂⠐⡀⠂⠌⢠⠈⢄⠡⢈⠐⡁⢂⡁⠂⡄⠡⢂⠂⡄
⠂⠥⢐⡈⠌⠄⠃⡄⠡⠂⠌⡐⠠⢁⠆⠠⠁⠌⡠⠁⠂⠌⡐⠠⠁⠌⡐⢈⠀⢂⠠⢁⠐⡈⠀⠌⡀⠄⠡⢀⠐⠀⠁⡀⠠⣹⣿⣿⣳⡿⣿⣟⡻⢽⣿⣽⣿⣿⣿⣿⣻⡿⣿⣷⣶⣶⡿⣷⣶⣶⣶⣦⣤⣭⣄⣰⣀⣐⠠⠀⢂⠠⢁⠈⢀⠠⠂⢁⠈⠄⡁⢈⠀⢂⠁⡈⠐⡀⠈⠄⠂⠄⡁⢂⠡⠈⠄⠡⠌⡀⠂⡄⠑⡈⠤⠈⠄⠂⡌⢐⡈⠄⡄⠣⡀⢅⠢⢁⡐
⢣⠘⡄⠸⢘⡘⠠⡘⢠⠃⢄⠠⠃⠄⡘⣀⠣⠘⡀⠃⠜⠠⢀⠃⡘⠠⠀⠄⡘⠀⠄⡀⠄⡀⠃⠄⡀⢀⠃⢀⠀⡘⠠⠀⣼⣿⣿⣿⣿⣧⢧⡻⣿⡸⢿⣼⣻⣿⣿⣿⣿⣿⣤⡟⣧⣿⣿⣿⣿⣼⣿⣟⠿⣻⢻⢿⣿⣿⣿⣿⣿⣤⣤⣜⣀⠠⠀⠄⡘⠠⠀⠄⡘⠀⠄⡀⢃⠀⠃⠜⠠⠘⠠⠀⠄⠃⡜⠠⢠⢀⠃⡀⠇⠠⢀⠛⡀⠇⠠⠄⡘⢠⢀⠣⠘⠄⡄⢃⠤
⢂⠱⣀⠃⢆⠨⠁⡔⠡⢈⠂⠆⡑⠌⡐⠠⢂⠡⠄⣉⠰⢁⠢⠄⡁⠆⠡⢈⠄⠡⠂⠔⡐⠠⢁⠂⡁⠂⠌⡀⠒⡀⢆⣴⣿⣿⣿⢻⡝⡻⣝⢳⣴⡹⣎⣿⠷⡿⣛⣿⠟⣽⣟⠹⣿⣽⡇⢿⣿⢯⣿⢻⣾⡙⢆⣋⣿⣿⡿⢿⣿⣿⣿⣿⣿⡿⠷⠶⣦⡔⣈⠐⠠⢁⢂⠰⠀⠎⡐⠌⠤⢁⢂⠁⠎⡐⠄⢡⠂⡄⢂⠅⢌⠡⠌⡠⠁⠎⣁⠒⢨⠐⢢⠘⢌⠰⡈⠆⡜
⡡⠣⢄⠋⡄⢃⠡⢌⡑⢨⠘⡐⠰⣈⠰⢁⢂⠡⠌⡀⠆⣂⠰⢈⡐⠌⡐⠂⢌⡐⠁⢆⡀⠃⢄⠒⢈⠡⠘⠠⢁⣢⣿⣿⣿⣿⣯⢳⢞⡱⣯⠿⣧⡽⢳⡎⣷⣱⡫⣝⣼⡿⠸⣏⢽⣿⢻⡟⣿⣾⢒⡧⣛⠿⢮⠧⣽⣯⡝⢧⣿⣫⣿⠛⣿⠿⢪⣀⣷⡨⠅⠌⡐⠂⡄⢂⠱⠀⡜⢀⠒⡈⢄⠊⠔⡐⠌⡰⠐⣀⠣⠌⡐⢌⠢⢁⠣⡘⠄⡊⠤⡉⢆⡉⢆⠱⣈⠒⠼
⡰⢉⠦⡑⣘⠢⡑⢢⠘⡄⢣⢈⡑⠄⡒⠌⡄⢃⠌⡐⢂⠄⡒⠤⠐⠢⡑⠌⡠⠄⢩⠀⠔⡉⠄⠌⠂⡄⠃⣁⢦⣿⣿⣿⣿⣿⣯⣟⣬⢳⣍⢳⢧⣯⡝⣞⠻⣯⡵⣈⢿⡿⠄⢹⡾⣿⣾⠃⢼⣿⡂⢼⣿⢯⢇⣻⣶⣟⡼⢏⣿⠿⠋⣰⠏⡠⠞⠡⢀⡐⢈⠰⠀⠥⡐⠨⡐⢡⠐⢢⠁⡜⢠⠘⡄⠱⡈⠔⡡⠂⡅⢊⠔⡈⢆⠡⢢⠑⡌⠔⡡⠜⡠⠜⡠⢃⢆⡩⢘
⠖⣉⠆⡱⢄⠣⡘⢄⢣⠘⡄⢢⠘⠤⡑⢌⠰⣁⠊⡜⢠⠊⠤⢡⠉⢆⠡⢊⠔⡨⠄⢊⠔⡈⠰⢉⠰⢀⠣⣼⣿⣿⣿⣿⣿⣿⣟⣿⡬⣷⢮⡱⣚⡧⣘⣤⣷⣦⣦⣌⡘⠏⠒⡄⢛⣿⠃⡈⠜⢫⣘⣣⣍⡚⣿⣊⣿⣿⣼⣿⣃⡟⢰⡤⢉⠂⡌⠰⡁⠰⡈⠤⣉⢂⠡⡑⠌⣂⠩⢄⠱⡈⢄⠣⢌⢡⠘⠤⣁⠣⡘⢌⢢⠑⣌⠢⢅⢎⡘⠬⣐⠣⡑⢎⠱⠌⠦⣡⠣
⠚⡔⢪⠑⡬⢡⢑⠪⣄⠣⡘⣄⢋⡔⢡⢊⠔⡠⢃⠜⡠⢉⢆⠡⠎⡄⠣⢌⠒⢄⠃⡌⠢⢌⠡⢂⠙⣤⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣿⡷⠾⠟⢩⣿⣿⣯⣿⣿⣷⡄⠐⡶⡄⢒⣃⠂⣼⣿⣿⣿⣿⡏⠷⣿⣿⣷⡿⠇⢪⡅⢌⡑⢂⠡⢌⡁⢆⠱⣀⠣⡐⢌⠒⡌⠒⡄⠣⢌⠢⡑⢌⠒⡌⢢⢉⡒⠤⢃⠜⣐⠢⣉⠤⢓⡌⡒⣌⠣⠜⢢⡙⣌⢣⡙⢦⢡⢚
⢭⡘⢥⢋⡔⡃⢎⡑⢢⠣⠱⠌⢆⡜⣠⠊⢆⡱⡈⠦⡑⢌⢢⠱⣈⠔⠣⢌⢊⠤⢃⠌⡑⢢⡡⢮⣰⣿⣿⣿⣿⣿⣞⡿⣿⣿⣿⣯⣽⢏⡲⣻⣏⢶⣀⠻⣿⣿⣿⣿⡿⣷⠀⡡⣭⣶⡨⢰⣿⣿⣿⣿⡿⠃⣼⣾⣿⢹⠏⣦⠇⡑⢢⠘⡄⢃⠆⡘⡄⠣⢄⢣⠘⡄⠣⢌⡱⢈⡱⢂⠵⡘⣄⠣⡌⢥⠒⡘⡜⡨⢜⡠⢓⡰⡘⠦⡘⢥⢢⡙⣌⢣⠒⣌⠲⡘⢆⠣⢎
⢆⡹⡐⢎⠴⣉⠦⡙⢦⡉⢧⡉⢖⣈⢆⡩⢒⠤⣃⠇⡜⢨⠢⡑⢤⠊⡵⢈⠆⢎⠌⢦⠉⡖⣵⣟⠎⠁⠠⠉⠩⠝⠻⠾⡿⣿⣿⣿⣾⣷⣦⣉⡻⣯⢽⡟⠶⣭⣉⠠⡱⣿⣤⡖⡁⡿⣷⣼⣏⣉⡉⡍⠴⣾⣿⡿⢻⠛⣶⡿⢃⠍⢢⡑⢌⠲⣈⠱⢨⡑⢪⠄⡓⣌⠓⡬⢐⡃⢦⡑⢢⡑⢦⠱⡘⠦⡙⠴⣡⢃⠦⣑⢃⠖⣩⠒⡍⢆⢣⠒⣬⢂⠯⡰⢣⠝⣬⠹⣌
⣎⠴⣉⢎⠲⣡⠒⣍⠲⡘⢆⡹⠰⣌⢢⠱⣉⠲⣁⠞⣈⢇⡱⢘⢢⡙⢤⢋⡜⢌⡚⡄⣋⢾⣟⣤⣤⣀⣀⡀⠀⠀⠀⠂⠂⠄⠅⡈⠙⠷⣿⣯⡟⣿⢿⣞⣧⡻⢃⢔⣻⣿⣽⣗⠄⡓⢸⣿⣿⡄⢻⣟⣾⡿⢋⡇⣋⣾⡏⡰⠡⢎⠥⡘⣌⠲⣁⢋⠦⣉⠦⡙⡔⢢⡙⡔⢣⠜⡢⢜⣡⠚⡤⢓⡍⢲⡉⢖⡡⢎⠲⡡⢎⡚⣤⠛⡜⣬⢣⡙⣤⢋⠶⣱⢩⡚⣤⠳⣜
⢬⡓⢬⢎⢳⠰⣉⢦⢹⡘⢦⢱⢃⢆⢣⠓⣌⠳⢌⡚⡔⢪⢔⡩⢆⡍⠲⡌⡜⢢⠱⡘⢤⠣⢜⡐⢢⢅⠫⣙⠛⡟⠶⡒⠖⡶⢲⠶⣤⢤⢬⣻⣿⣶⣮⢽⠥⠴⣴⣮⣄⡩⢿⣏⠠⡉⠤⣿⢍⣿⠾⢫⠏⣝⣤⠾⢋⡍⢣⠱⣉⠖⡬⠱⣌⠱⡌⢎⠲⣡⠚⡴⣉⠦⡱⡘⢥⢊⡵⢊⡴⢩⠖⣡⢎⠳⡌⠧⡜⢬⢓⡱⢎⡖⡥⢛⠼⣠⢇⡳⢬⡙⢶⡡⢧⡙⢦⡛⡼
⢧⡙⣖⢪⢣⡝⢬⡒⢧⡹⢌⡎⡭⢎⡲⢍⡼⡘⢦⠱⢎⡱⢪⡔⢣⠜⣱⡘⢬⢃⠧⡙⢆⡙⢦⡙⢆⢎⡱⢌⠣⡜⡱⢌⡓⣌⢣⢚⡰⢊⣦⣡⣭⣭⢿⣿⣯⣔⡂⣉⣛⡀⠛⠿⣷⣶⡷⠛⣺⣟⣀⢈⣏⣻⠤⣋⠖⣌⢣⠓⣌⠞⣰⢣⣌⢳⠸⣌⠳⢤⢋⡴⡡⢞⡡⡝⢎⡲⢥⢫⡔⣣⠏⡖⡎⢧⣍⠳⣍⡚⣬⢣⡝⡴⣩⢏⡺⢥⢎⡵⢣⡛⡦⡝⢶⡩⢧⠽⣼
⠶⡹⣌⢧⠳⣜⢣⡝⢦⣙⢎⠶⣱⢣⠞⣱⢲⡙⣬⢓⡣⡝⡲⣌⠧⣛⢤⡙⢦⡙⢦⡙⢦⡙⢦⡙⢬⢆⠳⣌⠳⢬⡑⢎⠴⡌⣦⡷⢞⣍⠣⡕⠦⣋⡞⣿⣽⣿⣧⣄⣀⣌⣰⣤⣽⣯⣤⣵⠾⣌⡹⠿⠿⢎⢲⢡⡚⣤⠣⢏⡲⡍⢦⢣⡜⢢⡛⡴⣋⢎⡣⢖⡙⢦⠳⣜⢣⢞⣡⠳⣜⡱⢎⡵⣚⠥⣎⢳⣌⢳⣌⡳⣜⡱⢣⡞⣱⣋⢞⡜⡧⡝⣶⢹⣣⡝⣮⢳⣽
⢯⣱⣚⡜⡯⡜⣦⢹⠲⣍⢮⢳⡱⢎⡝⢦⢧⡙⢦⣋⠶⣩⠕⡮⣜⡜⢦⡙⢦⡙⢦⡙⢦⡙⢦⡙⣖⢪⡓⣬⡙⢦⡙⣎⠾⣸⠱⡜⣎⠶⡹⡜⡳⣩⢏⡽⡛⣿⣿⣿⣿⣭⣇⣶⡶⢞⡛⣭⢚⡴⢣⡙⢮⣑⣋⢦⡱⢎⡽⢬⡱⢎⣇⠳⣜⢣⢳⡱⢎⢮⡱⢫⡜⣣⢛⡬⣓⢎⠶⣙⠦⣝⠺⡴⣩⠞⣬⠳⣬⠳⣬⠳⣜⡵⢫⡼⣱⢎⡯⣜⡳⢽⡜⣳⢦⣛⠶⣫⢾
⣳⢳⣬⢳⡵⣙⠦⢯⡹⣜⢎⡧⡝⢮⡜⢧⢎⡝⡦⡝⢮⣱⢫⢖⡱⢎⡧⡹⢎⡝⢦⡝⢦⡹⢎⡵⣊⢧⡹⢴⡙⡦⢽⡸⡜⣥⢛⡜⢦⢳⡱⣍⠶⡱⢎⠶⣙⢬⣹⠻⣟⡻⢏⠯⣜⢣⡝⢆⡏⣖⣣⠝⣦⠳⡜⢦⡝⣎⢖⡣⡝⢮⡜⡳⢬⢣⢧⣙⣎⢧⣙⠧⡞⣥⢏⠶⡭⢮⡝⣎⡳⢭⡳⣝⣬⢛⡶⡹⣖⡻⣬⣛⢦⡝⣧⢳⡝⣮⢳⡭⣝⢧⡻⣵⢫⡞⣽⢣⣿
⡳⣏⢶⣫⠼⣍⡟⣣⡝⣞⡺⣴⢫⡗⡽⣚⡞⡼⣱⡝⣲⢣⢏⣮⢹⣚⡴⣋⠷⣜⣣⢞⡣⣝⡺⢴⡙⣦⢛⠦⡝⣎⢧⢳⣙⢦⡛⣜⡣⢇⡳⢎⣳⡙⣎⡳⣍⠶⣡⡛⡴⣙⣎⢳⣬⠳⣜⢳⡚⢦⣣⢛⠶⣙⣞⣱⠺⣜⢮⡱⡝⡦⣏⡝⢮⡳⢞⡲⣎⡳⢮⡝⣞⡜⣮⣋⢷⣓⢮⣳⢹⣣⢗⡾⣜⡳⡞⣵⢣⡗⣧⡝⣮⡝⣮⡳⣝⣮⢳⡽⣎⡷⣻⡼⢧⣻⢎⡿⣼
⡿⣜⣳⢮⡟⣼⠳⣝⢾⣱⢳⣣⢗⡾⣱⢳⢞⡵⣓⢾⡱⢏⡾⣴⢫⡖⣳⢭⣛⠶⣱⢏⡶⣹⡜⢧⣝⡲⣫⢝⣳⠺⣜⣣⢞⣣⠻⣔⢯⣫⢵⣋⢶⡹⢶⡱⣋⡞⣥⢯⣱⢳⣬⢳⡬⣛⣬⢳⣭⢳⢎⡯⣝⡳⣜⡖⣻⡜⣶⢹⡞⣵⣋⢾⣣⢟⣭⢳⢧⣛⢧⡝⡾⣼⡱⣎⠷⣎⢷⣣⢟⡼⣫⠶⣭⢳⣽⣚⢧⡟⣶⣛⢶⣫⠷⣽⢳⡞⣯⢞⣽⣳⡽⣞⣯⠷⣏⡿⣽
⡿⣼⢣⣟⣼⢳⢯⡽⣎⢷⣫⢞⡭⣞⡵⣫⢾⣱⢏⡾⣍⠿⣴⣋⢾⡱⣏⢾⡱⣏⠷⣎⢷⣣⣝⡳⣎⢷⡣⣟⢼⣛⣬⢳⣎⢷⢻⡜⣶⡹⣞⡼⣣⢟⠶⣹⢵⣋⢮⡳⢎⡷⢎⡷⣭⢳⣎⠷⣮⡝⣮⢳⡽⡜⣧⣝⡳⣞⡵⣫⢞⣵⡹⣎⢷⣫⢞⡽⢮⣝⢮⡽⣳⢧⡻⣼⢻⡼⢧⣛⣮⠷⣏⣟⠾⣝⣶⢫⣟⢾⣣⢿⡭⣷⣻⣭⢷⣻⣭⣟⡾⣵⣻⡽⣞⡿⣽⢯⣿
⣿⣱⣟⢾⢮⣛⣮⢷⣫⢷⣫⣞⣳⡽⣞⣵⣫⢾⡹⣞⣭⣛⣶⡹⢧⣻⡜⣧⡟⣼⢻⡜⣧⣳⢎⣷⡹⣎⢷⡹⣎⢷⣚⠷⣎⡟⣮⣝⡶⡽⢶⡹⣧⢏⡿⣱⠿⣜⣳⡝⣯⢞⡽⣺⢵⣫⢞⣽⡲⡽⣎⣷⡹⣝⡶⣭⣳⢽⡺⣵⡻⣜⡷⣫⢷⡽⢾⣹⢷⡺⣏⣷⣛⣮⢷⣫⢷⣻⣝⣧⢯⣟⡾⣭⢿⡽⣮⣟⡾⣯⡽⣾⡽⣳⢷⣫⣟⡷⣞⡾⣽⣳⢯⣽⢯⡿⣽⢯⣿
⣷⢻⡞⣯⣯⠛⣾⣭⣷⣯⢳⡞⣧⡟⣾⣼⢣⣿⢹⣾⡜⣷⡞⣽⠛⣶⡏⣷⣽⣭⣷⢻⣵⢫⡟⣶⣽⢹⡎⣿⣽⢺⣭⡟⣧⣿⡜⣮⢳⣽⡏⣷⣽⣾⢹⣭⡟⣾⢱⡟⣮⣯⡗⡟⣮⣷⣯⣶⢻⡝⣾⡞⣽⢣⣿⢱⣯⣷⢻⣵⢻⣽⡞⣽⢳⣯⡟⣵⣯⡟⣵⡞⣧⡟⣾⣽⡞⢳⣾⣽⡞⣷⢻⣽⢳⡟⣷⣾⣽⢳⡟⣷⢻⣽⣯⣷⣯⣿⣽⢻⣷⡟⣿⣯⣿⣽⢻⣿⣿
⣿⢯⣟⡾⣽⣻⢧⣟⡾⣞⣯⡽⣾⡽⣧⢯⣟⣞⣟⣶⣻⣵⡻⣝⣯⢗⣻⢧⡷⣻⣼⡳⣏⡿⣼⣳⣭⢷⡻⣵⢯⢾⣹⣞⣳⢾⣹⡽⣫⣗⢯⣗⢷⡞⣯⣻⣼⡳⣯⣻⡼⣞⣽⣳⡟⣶⣫⣞⡷⣻⣵⣻⣭⣟⣾⣛⡾⣾⣽⣳⢯⣷⣻⣽⣳⢯⣷⣻⢾⣽⣳⢿⣽⣛⣷⣳⣟⡿⣞⣷⣻⡽⣯⣟⣯⣟⡷⣯⣟⣯⢿⡽⣯⣷⢯⣷⢿⡾⣽⣟⣾⣟⣷⣯⣷⣿⣟⣷⣿
⣿⣻⢾⣽⣳⢯⣟⡾⣽⣻⢾⣽⣳⢿⣽⣻⢾⡽⣞⡷⣯⢾⣽⣻⣞⣯⢯⣟⣳⣟⣶⣻⣽⣳⣟⣶⣻⢾⡽⣯⣞⣯⢷⣛⡾⣽⢧⣟⡷⣯⣟⣾⣫⣟⢷⣻⢶⣻⠷⣽⣳⣟⣾⡳⣟⣳⢿⣼⣻⣗⡿⣞⣧⣟⡾⣽⣻⢷⡾⣽⣻⢶⣻⢾⣽⣻⢾⣽⣻⢾⣽⣻⢾⡽⣞⡷⣯⢿⣽⣞⣷⣻⢷⣻⣾⣽⣻⢷⣻⣾⢿⣽⣷⣻⣯⣿⣯⣿⢿⣾⣟⣾⣿⣳⣿⣾⡿⣿⣿
⣿⡽⣿⣞⣯⡿⣞⣿⣳⣯⣟⣾⣽⣻⢾⡽⣯⢿⣽⣻⣽⣻⣞⣷⣻⣞⡿⣞⣷⣻⣞⣷⣳⣟⣾⣳⢯⡿⣽⣳⣟⡾⣯⢿⡽⣯⣟⡾⣽⣳⣟⣾⣳⢯⡿⣽⢯⣟⣿⣳⣟⣾⣳⢿⡽⣯⣟⣾⣳⢯⡿⣽⢾⣽⣻⢷⣯⢿⣽⣳⣯⢿⣽⣻⢾⣽⣻⢾⣽⣻⡾⣽⣯⢿⣻⣽⣟⣯⣷⢿⣽⣯⣿⣟⣾⣷⡿⣿⣿⣽⡿⣟⣾⣿⣽⣾⣿⣽⣿⢿⣾⣿⢿⣿⣿⣿⣿⣿⣿
⣿⣿⢷⡿⣯⣿⣟⣷⣯⣷⡿⣞⣷⣟⣿⣽⣟⡿⣞⣷⢯⣷⣻⣞⣷⣯⢿⣽⣞⣷⣻⣞⣷⣻⢾⡽⣯⣟⣷⣻⢾⣽⢯⡿⣽⣳⢯⣟⣷⣻⣞⡷⣯⡿⣽⢯⣟⣾⣳⣟⣾⣳⣯⡿⣽⣷⣻⡾⣽⡿⣽⣟⣿⡾⣽⡿⣾⣟⣾⣟⣾⣿⣳⣿⣯⣷⢿⣻⣯⣷⣿⢿⣽⣿⣟⣷⡿⣯⣿⢿⣻⣾⣟⣿⣿⣾⢿⣿⣾⣟⣿⣿⣿⣽⣿⣿⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⡿⣿⣟⣷⣿⢿⣾⣿⣽⡿⣟⣾⣯⣿⣾⢿⣿⢯⣿⣯⣷⣿⣻⣾⢿⣻⣾⢯⣷⣯⣿⢯⣿⡿⣽⣻⣾⣟⣯⡿⣿⣽⡿⣽⣟⣿⢾⣯⣿⣽⡷⣿⣻⣯⣿⢿⣽⣾⢿⣽⣷⡿⣿⣾⣽⡿⣟⣿⡿⣽⣾⣿⢿⣽⣿⣾⢿⣽⣷⣿⣻⣷⡿⣯⣿⣿⣻⣷⣿⣿⣯⣿⣾⣿⢿⣿⣿⣿⣿⢿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣿⢿⣿⣯⣷⣿⣿⢿⣿⣯⣷⣿⢿⣽⡿⣿⣟⣯⣿⣟⣷⣿⡿⣯⣿⢿⣟⣷⡿⣿⣽⣿⣷⡿⣟⣯⣿⢿⣻⣾⢿⣽⡿⣿⣽⡿⣿⣟⣿⡿⣿⣾⣿⢿⣽⣷⣿⣿⣟⣿⣿⣟⣾⣿⣿⣷⣿⣿⣿⣿⣽⣿⣟⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⢿⣟⣿⣿⣿⣿⣿⣿⣿⣟⣿⣯⣷⣿⣿⡿⣿⣻⣿⣿⣿⣿⣻⣾⣿⣿⣿⢿⣿⣿⣻⣿⣿⢿⣟⣿⣿⣿⣿⣿⣿⣿⣟⣿⣿⣿⣿⣿⣯⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
a ASCII text
1
2
3
4
5
   
            /\__/\
         =( o  o   )=
           /         \
          /_|_|_(_-|====,
b Unicode text, UTF-8 text
 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
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡜⢾⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⠁⡿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠘⡆⢣⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠇⢠⠇⠳⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡎⠀⢀⡇⠀⠙⣆⣀⣀⠀⠀⠀⠀⠀⠀⠀⢠⠞⠁⠀⡇⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡤⠤⠤⡗⠚⠁⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠓⠃⠀⠀⠸⠤⠤⠤⢽⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡤⠖⠒⠒⠒⠢⡀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡞⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠀⢀⠏⠀⠀⠀⠀⠀⠀⠈⢧⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⡏⠀⠀⠀⠀⠀⠀⠀⠀⣿⡷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⡆⠀⠀⠀⠀⠀⠡⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠉⠉⠉⠉⠉⠇⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢠⠋⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢸⡒⠒⠒⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠉⠉⠉⠉⠉⠍⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠑⡖⠒⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⢰⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⢸⠀⠀⠀⠤⠤⠤⠤⠤⠠⠅⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣆⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠓⠒⠊⠙⠦⠔⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡎⠀⠀⠀⠀⠀⠀⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠅⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⠲⠤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣞⣀⣀⣀⡀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠏⠉⠉⠉⠓⠒⠒⠒⠒⠒⠒⠂⠉⠉⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠡⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⡤⠖⠊⠉⢃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡤⠤⠤⠤⡖⠒⠊⠉⠁⠀⠀⠀⢸⠀⠀⠀⠀⠀⡅⠀⠀⠀⠀⠀⠀⢀⣉⣉⣉⡁⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⢨⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⡆⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⡄⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀⠀⢠⠊⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠣⣄⠀⠀⠀⠀⣰⠯⣄⣀⣀⡴⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⢆⣀⡀⡀⠠⠂⠈⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
c Unicode text, UTF-8 text
1
2
3
4
                            ╱|、
                          (˚ˎ 。7  
                           |、˜〵          
                          じしˍ,)ノ
d Unicode text, UTF-8 text, with no line terminators
1
ᓚᘏᗢ
e Unicode text, UTF-8 text
 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
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠛⠻⠿⠿⣿⣿⣿⣿⣿⢿⠿⠿⠟⠋⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣻⣉⡫⠒⢄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⠔⣐⡫⡑⢶⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣷⡿⣟⣜⣶⣨⡰⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡴⣊⠵⣿⣲⢺⡽⣄⡔⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣿⣻⡽⢶⣚⣵⢔⠬⠙⢶⣤⣄⡠⢀⣀⡀⡀⣀⡠⢄⠤⢦⠲⢦⣀⢀⣄⠀⡀⢀⠀⢀⣄⣤⡶⣛⡴⢞⣬⣿⡭⢟⣗⡶⣢⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣾⣟⡏⣭⣯⣭⣚⣐⢙⢻⣿⣷⡍⠀⣿⡱⢠⣟⢮⣺⡵⢎⡩⠃⡴⡟⢰⢌⢞⣫⡿⣋⢖⢭⣰⡩⡕⣫⠝⣾⣞⣿⡷⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣞⡕⠶⢴⣾⣷⣽⣯⡇⠹⠿⠌⠀⣵⣅⠺⢇⠺⣅⠒⣺⠅⢀⣿⠌⠀⠈⠢⠏⢼⣽⣿⣽⣽⣽⣷⢞⡿⣶⣽⣿⠃⠄⠘⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⣿⣿⣾⣦⣼⣿⣿⡻⣉⢴⡂⠀⡄⢠⣩⡏⠰⣈⠖⣌⡷⠡⠐⢸⡇⠀⠀⠀⠀⠀⠽⠻⣛⡭⠼⢶⢭⣿⢾⣿⡿⡝⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢨⣟⢿⣿⣿⡏⡧⢦⣄⣙⢬⡷⠚⡈⢺⣿⣤⠓⠬⣽⢸⡿⠠⢴⡀⡜⡀⠀⠀⠀⢂⠐⢩⢠⣾⢻⣿⣿⣿⢿⢯⣽⠄⠠⠁⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣯⣿⣿⣿⣿⣿⣿⣟⣧⢷⡤⢂⢥⢣⡿⣽⣶⣸⢿⣏⣾⣥⣿⡿⢓⠠⢂⠀⠀⠄⡈⢝⣷⢷⠟⡽⣽⢿⣅⠈⣟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢨⠟⠙⣿⣿⣾⣿⣷⣿⣟⢧⡒⢯⢾⣿⡿⠙⣿⡵⣾⣿⠏⣼⡟⠀⠐⢠⠂⠀⠀⠀⠀⠐⠙⠚⣩⣔⣿⣿⣿⠃⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⡸⡿⣿⢿⣟⣿⢋⡚⢣⠀⠀⢻⣿⡀⠸⣿⠴⣿⣿⠇⣿⡏⠀⢀⣂⢀⠀⠀⠀⠀⠀⠀⠀⢪⣵⣾⣛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⡑⢂⠣⣟⣺⡥⡋⠈⠭⣁⢤⣔⣻⠇⢠⡟⣃⠸⣿⢑⣸⡆⠀⣲⡗⡁⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠑⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⡜⣧⠍⠶⣨⢭⣰⣶⣷⣾⣷⣾⣿⣷⣫⣬⡈⠒⣊⠡⣬⣧⠂⣠⣶⣷⣾⣿⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣏⣾⣳⣷⡿⣿⣿⣿⣿⣿⣾⣿⡷⣿⣿⡀⡐⠀⠀⡸⠠⢠⣿⣿⣿⣯⣽⣿⣿⠷⣄⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⢿⣛⣏⣿⣿⣿⣿⣿⣿⣿⣿⠑⡿⠉⠁⠀⠀⠀⠀⢾⣿⣿⣿⣿⣿⣿⡿⠃⢈⢻⢥⡀⠀⠀⠀⠀⠀⠀⢀⡀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿⢯⣿⣾⣿⣿⣿⠿⠿⣛⣿⣇⡒⣤⢇⠜⠂⠀⢒⢠⣒⠙⠿⢿⣿⡿⠟⠀⣰⢺⠴⠘⠓⠢⠀⠀⠀⠀⢀⠀⠰⠄⠰⠐⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣏⣭⣽⣿⣿⣿⡶⣭⢵⣾⣿⣿⣿⡿⡁⠀⠀⠛⢯⣽⣿⣆⡐⠀⠀⡉⢰⣿⢷⠃⠂⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠘⢁⠀⠀⠂⣀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣯⣿⣿⣯⡽⣿⣶⡯⠿⠉⠻⣿⣷⣵⢩⣓⣶⣯⠏⠀⢨⠅⣁⠻⣤⣜⠦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⠀⠐⢀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠛⣿⢿⣹⣽⣩⠁⠀⠉⠀⠀⠉⠻⢿⣿⡿⠉⠁⠀⠀⠀⠉⠁⠉⠉⠀⠀⢶⠆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠊⠀⠀⠀⠀⢀⠠⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⡷⡯⣛⣤⣶⡦⣠⠐⡐⣼⣴⣫⣽⣿⣿⡵⡐⡢⠀⠀⠀⠀⠀⢤⣒⠶⠀⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠁⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣭⣷⣿⣷⣷⣧⣞⣵⢾⣐⠮⣟⠻⣛⠻⠟⡿⢿⠇⠀⡀⢠⢀⡐⢋⢍⠀⠠⠢⠄⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣸⣿⡿⣿⣿⣿⣿⣿⣾⣿⣯⣽⣢⣍⣠⠃⢂⣁⣢⣜⡞⣷⣆⣣⣰⣴⠲⣅⠀⠄⠤⠀⠀⠀⠀⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠁
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢤⣿⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣽⣾⣿⣿⠿⡿⠃⠙⡷⡤⠧⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⢀⠀⡈⠰⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⡿⣽⣿⣏⡶⣯⡿⢿⣿⣿⣿⣿⣿⣿⢿⢟⡛⠿⡏⢙⠻⣁⡐⢴⡞⠯⠘⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠌⠘⢠⠉⠄⠀
⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣽⣻⠿⣟⣷⡿⣛⡿⣜⢣⡿⣻⢽⠿⣫⠏⠜⡺⠔⠐⠙⠡⠳⠘⠋⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠠⠀⠈⠀⠀
⢰⠀⠀⠀⠈⠂⡄⠀⠀⡀⠀⠀⢸⣿⣽⣟⣯⡽⢿⡛⢶⣹⡾⣵⢧⠞⠔⠰⠀⠀⠀⡎⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢀⠠⠅⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢱⡀⠀⠀⠀⠀⠀⠁⠀⠀⠀⠀⣽⣿⣿⣿⣿⣛⡲⢍⢶⢭⣿⡽⡵⢤⠀⠜⢁⠀⠈⡅⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠠⡀⢀⢐⠏⠀⠈⠀⡀⠀⠀⠀⠀⠂⠀⠐⠀⠀⠀⠀
⢬⡃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣷⣯⠿⣟⣿⣿⣿⡶⢟⣵⣽⢞⠄⢀⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣞⠿⣽⡽⠟⠞⠀⠀⡀⣤⡄⠆⠂⢀⠂⠄⠄⠀⠀⠀⠘⢀⠀
⢨⢧⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢻⠻⣌⠀⣁⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⠏⢘⠃⠂⢑⢠⣄⡢⠉⠁⠀⠈⠁⠆⡄⠈⢠⠀⠀⠀⠈⠀⠀
⢎⡻⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣿⡭⣿⣿⣿⣿⣿⣿⣿⣮⢧⣛⢌⡽⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⣿⣿⣷⣼⣾⣟⠷⠬⢀⡀⠀⠀⠀⠀⠈⢌⠠⠁⠌⠘⢤⠀⠁⠀
⢞⡽⣟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣿⢟⠓⣻⣟⣿⣿⣿⣿⣿⣫⢎⣼⢂⡀⣷⢁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠟⡁⣍⠀⠀⠀⠀⠁⠀⠀⠀⠀⠄⠀⠀⠠⠀⠀⠈⡈⠨⠀
⢸⣣⢿⠀⠀⢀⡰⡂⠀⡀⠀⠀⠀⢙⣷⣫⣕⣟⣯⣿⣿⣿⣿⣯⢻⡛⣎⡥⣎⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣌⠢⡁⠃⠑⠀⠀⠀⠀⠀⠄⠀⠄⠀⠠⠠⡀⠀⠠⢌⠀⠄⠄
⢨⡳⣞⣯⠄⣫⠢⢎⢦⢨⠀⢁⠀⢠⡿⠟⠛⡻⡾⣿⣿⣿⣿⣎⢳⢽⢹⢸⢃⡞⠀⠀⠀⠀⠀⠀⠀⠀⢠⡟⠃⠐⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠠⠀⡔⠜⢰⢣⢁⠌⡈⠜⡀
⣸⢳⣽⣻⣼⣾⣵⣾⣹⣶⣏⣜⡦⢩⣔⡲⢷⡴⡟⣯⣿⣿⣿⣽⣿⡞⡾⣞⣸⢬⣇⠃⠀⠀⠀⠀⠀⠀⣸⣇⡠⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⡣⠕⠈⠐⢁⠀⠌⠞⠘⣲⢀⠀
⢾⣻⣾⣿⣾⣿⣿⣿⣿⣿⣿⣿⣯⡭⠿⢷⣷⢿⡳⢏⣿⣿⣿⣿⣻⡛⣯⢺⣼⢸⢷⢸⣰⠇⠀⠀⠀⢐⣻⣧⢧⢚⡼⡀⠀⠀⠀⠀⠀⠀⠀⠐⠐⡀⢣⠀⢀⡐⠠⡀⠂⠁⠁
⣿⣿⣿⣿⢿⣿⡾⣿⢿⣯⣿⣿⣯⠏⡹⠩⠂⠈⢰⠾⠶⣿⣿⣿⢿⣱⣿⢾⢻⢻⣼⠀⣏⠀⠀⠀⣣⡉⣿⣿⡄⡊⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠨⡂⢑⠊⠊⡌⠆⠀
⣽⣿⣿⣿⣿⣾⣿⣽⢷⣟⣿⣿⣿⢿⡈⠎⣖⣮⠯⠂⠀⣼⣿⣿⣝⣿⣿⢿⢾⣿⣿⣷⣿⡇⢇⡇⣷⣷⣿⣧⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡈⠠⠐⠐⢐⢰⠁⠀
⢾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⣚⣤⣠⢵⣾⣿⣿⠿⣾⢣⣿⣎⢷⣻⣌⢼⣫⠇⡸⣣⡼⣿⣿⣟⣮⠐⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢂⠚⠎⠈⠈⡂⡐⠀
⣿⣿⣿⣿⣿⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣏⢧⡛⢬⣷⣿⣿⣿⣿⡾⣿⡟⣮⣷⣻⣷⢿⣿⡿⣿⡛⠆⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠊⠈⠸⠀⣱⠄⠃⠂
⢿⣿⣿⣿⣿⣿⣿⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣭⡘⣏⠜⣫⢿⢿⣞⡿⢳⢿⣟⣿⢿⣋⠯⣗⠗⠃⠈⠀⠀⡠⠀⠀⠠⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠀⠣⠄⡙⠔⠀
⢾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣷⣿⢾⣸⣄⣋⡘⢚⢧⢞⣭⢄⣚⣾⡇⣗⠇⠀⠀⠀⠈⠂⠀⠀⠀⠈⠀⠀⠀⠀⠀⠠⠀⠠⠀⠀⠀⠀⠜⠈⠀⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣻⣿⣿⣿⣿⣿⣿⣟⣿⣻⣿⣾⣿⣾⣷⣾⡌⣰⢞⣺⣏⠅⢆⡉⡀⠡⡠⠀⠀⠁⠀⠀⠀⠄⠁⠀⠀⠀⠀⠀⠀⡀⠀⠠⠠⠀⢄⠈⠂⠀
⣼⢿⣿⠚⣿⣿⣽⢿⣿⢿⣿⣿⣿⣿⣷⣿⣟⣿⣿⣻⡾⣷⣻⣿⣿⣿⣿⣿⣿⣧⣿⣾⣿⣾⡇⣾⡿⡳⡍⠊⡰⡀⠀⠀⠀⠀⠀⠱⡀⠀⠀⠀⠀⠀⠁⠪⠀⢀⢠⠰⢀⠨⠀
⠈⠊⢞⠋⠌⠛⠈⡙⢎⠛⢿⡯⣿⢿⣿⣿⣿⣿⣷⠿⣙⣷⣻⣿⢏⣯⢿⣿⣿⣿⡛⠟⠹⠟⠁⠀⠁⠐⠘⠋⠀⠀⠀⠤⢀⢐⠀⠀⠀⠁⠀⠀⠀⠀⠀⠙⡠⢌⠁⠀⠀⠎⠀
⠀⠁⠀⠣⠀⠀⠀⠀⠀⡂⠀⠣⠇⢉⡋⠇⠇⠛⢿⣦⡽⠉⠁⠊⠁⠘⠉⠙⣿⡟⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⡀⠀⠀⠀⠡⠢⠈⡀
⠀⠀⢀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠐⠀⠁⠁⡀⠀⢀⠙⠿⠂⠘⠛⢂⠄⠂⠂⢝⢿⣆⠉⠢⠀⠀⠀⡀⠀⠀⢐⠀⠄⢀⠀⠀⠀⠀⠀⠂⠂⢠⠀⠀⠀⠀⢀⠂⠀⠀⡀⠘⠰⡀
⠀⠀⠀⠁⠀⠄⠄⠂⠀⠀⠀⠀⠀⠀⠀⠀⠤⠀⠠⠀⠰⠠⠀⠀⠀⠁⠀⢀⠀⠐⠙⠟⢷⢦⢀⠀⠀⠠⠐⢀⠨⠐⠘⠐⠁⠀⠀⠀⠘⠂⠁⠀⠀⠀⠀⠁⠀⢂⡀⢀⢋⠄⠂
⠀⠀⠀⠢⢁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠠⠀⠂⠊⠆⠂⠀⠀⠂⠀⠓⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀
f Unicode text, UTF-8 text, with no line terminators
1
/ᐠ - ˕ -マ Ⳋ
g Unicode text, UTF-8 text
 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
⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢺⣿⣿⡆⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⡇⠀⠀⠀⠀⠀⠀⣾⢡⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢢⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿⣷⡦⠀⠀⠀⠀⢰⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠃⣠⣾⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣿⣿⣿⣆⠀⠀⠀⣾⣿⣿⣿⣷⠄⠀⠰⠤⣀⠀⠀⣴⣿⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠃⢺⣿⣿⣿⣿⡄⠀⠀⣿⣿⢿⣿⣿⣦⣦⣦⣶⣼⣭⣼⣿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣿⣿⣷⡆⠂⣿⣿⣞⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢙⣿⣿⣿⣿⣷⠸⣿⣿⣿⣿⣿⣿⠟⠻⣿⣿⣿⣿⡿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⢿⣿⣿⣿⣿⡄⣿⣿⣿⣿⣿⣿⡀⢀⣿⣿⣿⣿⠀⢸⣿⣿⠅⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣿⣿⣿⣿⣇⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⢐⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⢀⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⡀⣠⣾⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡔⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢁⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠠⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣄⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣀⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣻⣿⣿⣿⣿⣿⡟⠋⠙⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠙⢿⣿⣿⣿⣿⣿⣿⣄⠀⠀⠀⠀⠀⠀
⠀⠀⠀⣿⣿⣿⣿⣿⡿⠋⠀⠀⠀⢿⣿⣿⣿⣿⣿⣿⠿⢿⡿⠛⠋⠁⠀⠀⠈⠻⣿⣿⣿⣿⣿⣿⣅⠀⠀⠀⠀⠀
⠀⠀⠀⣿⣿⣿⣿⡟⠃⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣿⣿⣿⣿⣤⡀⠀⠀⠀
⠀⠜⢠⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⣿⣗⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣿⣿⣿⣿⣿⣦⠄⣠⠀
⠠⢸⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠛⣿⣿⣿⡿⠏⠀⠀⠀⠀⠀⠀⢳⣾⣿⣿⣿⣿⣿⣿⡶⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿
⠀⢨⠀⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣿⡿⡿⠿⠛⠙⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⠏⠉⠻⠿⠟⠁
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
h Unicode text, UTF-8 text
1
2
3
4
5
6
7
∩――――∩
||     ∧ ヘ  ||
||    (* ´ ー`) ZZzz
|ノ^⌒⌒づ` ̄  \
( ノ  ⌒ ヽ \
\  || ̄ ̄ ̄ ̄ ̄||
  \,ノ||
i Unicode text, UTF-8 text, with no line terminators
1
>^•-•^<
j Unicode text, UTF-8 text
 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
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⣿⣯⣿⣾⢿⣿⣿⣿⠽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⡿⣿⢿⡿⣿⢿⣿⣿⣿⣿⣿⡀⠂⠀⠈⠙⠻⢿⣿⣿⣿⣏⢿⣿⣷⣯⣟⡷⣯⣿⢿⣽⣾⣻⣷⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⠁⠀⠀⢀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⡇⣿⢣⢟⡻⣛⢟⡤⢧⡜⣇⠿⣇⠀⠀⠀⠀⠀⠀⠛⢿⣼⡟⣼⣿⣧⢻⣼⣻⣧⢟⡿⣼⢧⣟⣧⣿⣼⣟⣿⣿⣼⣟⣿⣿⣿⠟⠃⠀⠀⠀⠀⣼⢼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣗⡌⣣⠏⡜⡭⣚⡜⣣⠞⡼⡸⢻⡤⠀⠀⠀⠀⠀⠀⠈⠙⠾⠿⢿⠿⠁⠉⠙⠛⠛⠛⠓⠛⠛⠋⠉⠛⠋⠁⠉⠘⠙⠛⠋⠀⠀⠀⠀⠀⠀⢰⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⠘⡤⢩⡘⠰⡡⢊⡕⠪⢔⢣⡙⢷⡀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⡆⡘⠤⣈⠣⡁⠧⡘⡑⢊⠔⠲⢈⠻⢦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣽⣷⣿
⣿⣿⣟⣿⣿⣿⣿⡇⠑⠒⡁⠛⠛⠛⠛⠛⠋⠛⡛⠛⠛⢻⡇⠀⠀⠀⠀⠀⠀⣀⡀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣠⣤⣀⡀⠀⠀⠀⠚⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣭⣋⠭⣍⢭⡙
⣿⣿⡿⣿⣿⣿⣿⣷⠀⠡⠐⠤⠣⠌⢡⢉⠡⡁⠒⡐⠂⣺⡷⠀⠀⠀⠀⠐⠿⣯⣭⣻⣿⣷⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠰⣿⣿⣿⢯⠽⠟⠛⠈⠀⠀⠀⢿⣿⢾⣿⣿⣿⣿⢿⣿⣿⢿⣿⣿⣿⣽⢯⡟⡿⣿⣿⣿⣟⠛⡋⠿⣛⣌⣲⡉⢦⠘
⣿⣿⢿⣿⣿⣿⣿⣿⠀⠐⠠⠐⢀⠂⡐⢈⠂⡁⠂⠙⣶⠟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠁⠀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣻⠟⣻⡟⠾⣌⢳⣽⣾⣿⣥⣩⣴⣸⣿⣿⣿⡳⠌⡜
⣿⣿⡿⣿⣾⣿⣿⣿⡆⠀⠀⠀⠀⢀⠀⠀⡐⣀⠠⠉⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣀⣀⡀⠀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⢯⣷⢿⡾⣿⣿⣿⣿⣿⣿⣿⣉⠆⠩⢾⣾⣿⣿⣷⡳⡴⣾⣿⢿⢫⡝⢆⠡
⣿⣿⣿⣿⣿⣿⣟⣿⡇⠀⠀⠐⠀⠀⠀⢀⠀⠀⢤⠀⢻⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢲⣶⣟⣈⣹⣷⣿⠟⠀⠀⠀⠀⠀⠀⠀⠤⠤⢤⣤⣀⣤⣠⣿⡶⣶⣷⡶⣶⠶⣶⠶⡿⢿⢿⡅⣈⡡⠈⢸⣿⣿⣿⣷⣳⣿⣟⠢⡃⡜⢄⢫
⣿⡿⢹⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣄⠀⣵⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⣿⠟⠁⠀⠀⠀⠀⠂⣈⣀⣤⡴⠦⠦⢤⣄⣤⣻⣛⣛⣛⣟⡛⠿⠷⠿⡳⡹⠀⢿⡃⠜⣀⣽⣿⣿⣿⣿⣿⣿⣿⢌⠳⡥⣘⢆⢣
⡷⣿⠸⣿⣿⣿⣿⢿⣿⡀⠠⠀⢀⣀⠀⠀⠀⠘⠛⠉⠉⠄⢻⠀⠀⠀⠀⠀⠀⠀⢀⣈⡉⠒⠒⠂⠒⠒⠒⢩⣿⡇⠐⠒⠒⢒⣺⡯⡍⠯⣉⠙⢶⡒⠦⣄⣀⣜⣿⡿⣿⣿⣿⣿⣿⣿⣷⣷⣶⣿⣯⣥⣔⣰⣿⣿⣿⣿⣿⣿⣿⣿⣎⣕⣒⣡⣚⠲
⣗⣿⡆⢿⣿⣿⣿⣿⣿⣇⣀⣠⣤⣤⣴⣶⣶⣶⣾⣷⠾⣻⣿⡧⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⢙⣷⣶⣶⠿⠿⠻⠛⠻⠿⠿⣿⣷⣦⠙⢦⡈⠳⢤⡉⠒⢦⣼⣿⣿⣿⣶⣯⣝⣛⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣍
⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣻⡽⣟⣫⣵⡾⠛⣫⣼⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠭⠄⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣻⣧⠠⣙⣶⡀⠙⠲⣄⣹⡿⣿⣿⣿⣿⣿⣿⣿⣶⣿⣝⡻⢯⣽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣯⡽⣟⣧⣿⠟⣋⣥⣶⣿⠿⣿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣷⢻⡱⢂⢿⣌⢳⡀⠘⢹⣿⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⡿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⢟⣵⣿⡟⡏⣼⣾⣿⣿⠟⣭⣾⣟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣾⠿⡹⠥⡉⠚⠙⠀⠚⠂⠈⢿⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⢿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⡟⣧⣿⡿⣫⣷⢿⣶⣿⣿⢟⣽⡾⣯⣾⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠐⡈⠀⠀⠀⠀⠴⡏⠰⡃⠅⠱⠀⠸⠀⠀⠀⠀⠈⣿⣿⣿⣿⣷⣿⣿⣿⡳⠜⣦⢳⡝⡶⣱⢎⡷⢭⡜⣭⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⡏⣷⣿⡟⣷⣿⣿⣽⣿⣿⣿⢱⣿⣯⣿⡟⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢡⠘⢠⠃⡆⠐⢨⢱⡌⠁⠈⡄⠁⡄⠐⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣷⣿⣿⣿⣤⣯⡜⢳⣭⣾⣽⣮⣵⣾⠛⠃⠈⠙⠛⠛⢻⣿⣿⣿
⣿⣿⣿⣿⣯⣿⡿⣿⣿⣿⣽⣿⣿⣿⢿⣼⣿⣳⡿⢿⣛⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠌⡐⢈⠱⣈⠂⡄⠁⠂⠀⡁⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣷⣾⣿⣶⣿⣷⣶⣶⣶⣶⣤⣤⣤⣄⣀⡉
⣿⣿⣿⣿⢿⣿⣿⣿⣿⣾⢿⣿⢿⣹⣾⣟⣶⡿⣿⢿⡱⣿⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡁⢆⠠⠃⠄⠂⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣟⣶⣿⣿⣿⢯⣷⣿⣻⣞⡾⣽⡽⣯⡟⣽⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠠⢈⠐⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢯⣿⣟⣷⣻⢾⡽⣞⣳⢯⣝⢮⢻⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠠⢁⠐⡀⠀⠀⠀⠀⠀⠀⠀⠀⢼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⢯⣿⣷⣻⡾⣽⢯⡿⣽⣫⣟⣮⢯⡻⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣯⣷⣿⡿⣟⣾⡿⣽⣯⢿⣽⣳⢿⡼⣞⣭⠷⡹⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿⣿⣻⣽⣷⢯⣟⡾⣽⣛⡾⣝⡞⣿⡱⢻⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠁⡀⠀⠀⠀⠀⠀⠐⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣻⣿⣿⣻⣟⣿⡾⣯⢿⣽⣳⢯⡽⢯⡽⡶⢯⡅⣈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⢁⠀⡀⠀⠠⢀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
k Unicode text, UTF-8 text
 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
⬛⬛⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬛⬛⬛
⬛🏿⬛⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬛⬛🏿⬛
⬛🏿🏿🏽⬛⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬛⬛🏽🏿🏿⬛
⬛🏿🏿🏿🏿🏽⬛⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬛⬛🏽🏿🏿🏿🏿⬛
⬛🏿🏿🏿🏿🏿🏽🏽⬛⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬛⬛🏽🏽🏿🏿🏿🏿🏿⬛
⬛🏿🏿🏿🏿🏿🏿🏽🏽🏽⬛⬛⬜⬜⬜⬜⬜⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬜⬜⬜⬜⬛⬛⬛🏽🏽🏿🏿🏿🏿🏿🏿⬛
⬜⬛🏽🏿🏿🏿🏿🏿🏽🏽🏽🏽⬛⬜⬜⬛⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛⬛⬜⬜⬛⬛🏽🏽🏽🏿🏿🏿🏿🏿🏽⬛⬜
⬜⬛🏽🏿🏿🏿🏿🏿🏿🏽🏽🏽🏽⬛⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛⬛⬛🏽🏽🏽🏿🏿🏿🏿🏿🏿🏽⬛⬜
⬜⬛🏽🏽🏿🏿🏿🏿🏿🏿🏽🏽🏽🏽🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏽🏽🏽🏽🏿🏿🏿🏿🏿🏿🏽🏽⬛⬜
⬜⬜⬛🏽🏽🏿🏿🏿🏿🏿🏿🏽🏽🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏽🏽🏿🏿🏿🏿🏿🏿🏽🏽⬛⬜⬜
⬜⬜⬛🏽🏽🏽🏿🏿🏿🏿🏿🏿🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏿🏿🏿🏿🏿🏿🏽🏽🏽⬛⬜⬜
⬜⬜⬜⬛🏽🏽🏿🏿🏿🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏿🏿🏿🏽🏽⬛⬜⬜⬜
⬜⬜⬜⬛🏽🏽🏽🏿🏿🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏿🏿🏽🏽🏽⬛⬜⬜⬜
⬜⬜⬜⬜⬛🏽🏽🏽🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼🏻🏻🏻🏻🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏽🏽🏽⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏽🏽🏻🏻🏻🏻🏻🏻🏻🏼🏼🏼🏼🏼🏼🏼🏼🏻🏻🏻🏻🏼🏼🏼🏼🏼🏼🏼🏼🏻🏻🏻🏻🏻🏻🏽🏽⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛⬛🏽🏻🏻🏻🏻🏻🏼🏼🏼🏼🏼🏼🏼🏼🏼🏼🏼🏻🏻🏼🏼🏼🏼🏼🏼🏼🏼🏼🏼🏻🏻🏻🏻🏻🏽🏽⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏻🏻🏻🏻🏼🏼🏼🏼🏼🏼🏼🏽🏼🏼🏼🏻🏻🏻🏻🏼🏼🏼🏽🏼🏼🏼🏼🏼🏼🏼🏻🏻🏻🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏻🏻🏻🏼🏼🏼🏼🏼🏼🏼🏼🏽🏽🏼🏻🏻🏻🏻🏻🏻🏼🏽🏽🏽🏼🏼🏼🏼🏼🏼🏻🏻🏻🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏻🏻🏼🏼🏼🏼🏼🏼🏼🏼🏽🏽🏽🏼🏻🏻🏼🏼🏻🏻🏼🏽🏽🏽🏼🏼🏼🏼🏼🏼🏼🏻🏻🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏻🏼🏼🏼🏼🏼🏼🏼🏼🏽🏽🏽🏽🏼🏽🏻🏼🏼🏻🏽🏼🏽🏽🏽🏽🏼🏼🏼🏼🏼🏼🏼🏻🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏻🏻🏼🏼🏼⬛⬛⬛⬛⬛⬛⬛⬛⬛🏽🏽🏽🏻🏻🏻🏻🏽🏽🏽⬛⬛⬛⬛⬛⬛⬛⬛⬛🏼🏼🏻🏻⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏻🏼🏼🏼🏼⬛⬛🟦🟦⬛⬛🟦🟦⬛⬛🏽🏽🏻🏻🏻🏻🏽🏽⬛⬛🟦🟦⬛⬛🟦🟦⬛⬛🏼🏼🏼🏻⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏻🏼🏼🏼🏼🏿⬛🟦🟦⬛⬛🟦🟦⬛⬛🏽🏻🏻🏻🏻🏻🏻🏽⬛⬛🟦🟦⬛⬛🟦🟦⬛🏿🏼🏼🏼🏻⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏻🏼🏼🏼🏼🏿⬛🟦⬜🟦🟦🟦🟦⬛🏿🏼🏻🏻🏻🏻🏻🏻🏼🏿⬛🟦🟦🟦🟦⬜🟦⬛🏿🏼🏼🏼🏻⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏼🏼🏼🏼🏽🏿⬛🟦🟦🟦🟦⬛🏿🏽🏻🏻🟥🏽🏽🟥🏻🏻🏽🏿⬛🟦🟦🟦🟦⬛🏿🏽🏼🏼🏼⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏼🏼🏼🏼🏽🏽🏿⬛⬛⬛⬛🏿🏽🏼🏻🏻🏻🟥🟥🏻🏻🏻🏽🏽🏿⬛⬛⬛⬛🏿🏽🏽🏼🏼🏼⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏼🏼🏼🏼🏽🏽🏽🏽🏽🏽🏽🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏽🏽🏽🏽🏽🏽🏽🏽🏼🏼🏼🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏼🏼🏼🏼🏼🏽🏽🏽🏽🏽🏽🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏽🏽🏽🏽🏽🏽🏼🏼🏼🏼🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬜⬛🏻🏼🏼🏼🏼🏼🏽🏽🏽🏽🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏽🏽🏽🏽🏽🏼🏼🏼🏻⬛⬜⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬜⬛🏻🏻🏼🏼🏼🏼🏽🏽🏽🏽🏻🏻🏻🏻⬛⬛⬛⬛⬛⬛🏻🏻🏻🏻🏽🏽🏽🏽🏼🏼🏼🏻🏻⬛⬜⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬜⬛🏼🏻🏻🏼🏼🏼🏼🏽🏽🏻🏻🏻🏻⬛🏻🏻🏻🏻🏻🏻⬛🏻🏻🏻🏻🏽🏽🏼🏼🏼🏻🏻🏼⬛⬜⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬜⬛🏻🏼🏼🏻🏻🏼🏼🏼🏼🏻🏻🏻⬛🏻🏻🏻🏻🏻🏻🏻🏻⬛🏻🏻🏻🏼🏼🏼🏼🏻🏼🏼🏻⬛⬜⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬜⬛🏻🏻🏻🏼🏻🏻🏻🏼🏼🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼🏼🏼🏻🏻🏼🏻🏻🏻⬛⬜⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬜⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼🏼🏻🏻🏻🏻🏻🏻🏻🏻⬛⬜⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬜⬛🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼🏻🏻🏻🏻🏻🏻🏻🏻🏼⬛⬜⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬜⬛🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼⬛⬜⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬜⬛🏻🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼🏻⬛⬜⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏻🏻🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼🏻🏻🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛⬛🏻🏻🏻🏻🏻⬛🏻🏻⬛⬛⬛⬛⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛🏻⬛🏻🏻🏻🏻⬛🏻⬛🏻🏻🏻🏻🏻⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏼🏼🏻🏼🏻🏻🏻🏻🏻🏻⬛🏻🏻⬛🏻🏻🏻⬛🏻⬛🏻🏻🏻🏻🏻⬛🏻🏻🏻🏻🏻🏻🏻🏼🏻🏼🏼⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛🏻🏻🏻⬛🏻🏻⬛🏻⬛🏻🏻🏻🏻🏻⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛🏻🏻🏻🏻⬛🏻⬛🏻⬛🏻🏻🏻🏻🏻⬛🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻⬛🏻🏻🏻🏻🏻⬛⬛🏻🏻⬛⬛⬛⬛⬛🏻🏻⬛🏻🏻🏻🏻🏻🏻🏻🏻🏼⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼⬛⬜⬜⬜⬜
⬜⬜⬜⬜⬛🏼🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏻🏼⬛⬜⬜⬜⬜
l Unicode text, UTF-8 text, with no line terminators
1
/ᐠ - ˕ -マ - ᶻ 𝗓 𐰁
m Unicode text, UTF-8 text
 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
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⡷⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣴⡟⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣷⣌⠙⢦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠞⣡⡶⡇⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⢻⡌⠳⣄⠉⠳⢤⠴⠒⠛⠛⠛⠛⠒⠦⢤⡤⠚⣡⠞⢁⣿⡇⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣽⡷⠒⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠛⠲⢾⣿⡇⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⡇⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⠀⠀⠀⠀⠀⢀⠀
⠀⠀⠀⠀⠙⠓⠦⢤⣀⡀⢸⠁⠀⠀⠀⣰⠟⠛⢦⠀⠀⠀⠀⠀⠀⠀⢠⣾⠛⢳⡆⠀⠀⠀⠸⣇⣀⣠⠤⠶⠛⠁
⠀⠀⠀⠀⢀⠀⠀⠀⠀⠉⣿⠒⠦⢄⠀⠻⣴⣳⠾⠁⠀⠰⣿⣿⠂⠀⠘⢿⣿⡽⠋⠀⣤⢖⠚⣏⠉⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠉⠉⠉⠉⠉⠙⢻⣍⣽⠿⠀⠀⠀⠀⠀⠀⠸⣦⣼⣷⣼⠆⠀⠀⠀⠀⠀⠐⠿⣍⣹⡏⠉⠉⠉⠉⠙⠁
⠀⠀⠀⠀⠀⣀⣠⠤⠶⠚⠛⢷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠈⠁⠀⠀⠀⠀⠀⠀⠀⠀⢀⡟⠉⠓⠲⠤⣄⣀⠀
⠀⠀⠀⠀⠉⠉⠀⠀⠀⠀⠀⠀⠱⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⡞⠀⠀⠀⠀⠀⠀⠉⠁
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡴⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠻⡄⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡾⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣆⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡼⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣆⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⡆⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢀⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⡀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢸⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⡇⠀⠀⠀⠀
⠀⢀⡴⠖⠲⢄⠀⠀⣼⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣇⠀⠀⠀⠀
⢠⠏⠀⠀⠀⠈⢧⠀⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡟⠀⠀⠀⠀
⣿⠀⠀⠀⠀⠀⢸⡄⢸⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡇⠀⠀⠀⠀
⢻⡀⠀⠀⠀⠀⠘⡇⠸⡇⠀⠀⠀⠀⢀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⢧⡀⠀⠀⠀
⠸⡇⠀⠀⠀⠀⠀⣧⠀⢻⡄⠀⠀⠀⠸⡇⠀⠀⠀⠀⠀⣠⠀⣠⠀⠀⠀⠀⠀⢈⣟⠀⠀⠀⠀⢠⡏⠈⢳⡀⠀⠀
⠀⢻⡄⠀⠀⠀⠀⢹⡄⠀⡳⡄⠀⠀⠀⣧⠀⠀⠀⠀⠀⢸⠀⣿⠀⠀⠀⠀⠀⢸⡇⠀⠀⠀⢠⣟⠀⠀⠈⣇⠀⠀
⠀⠀⢳⡄⠀⠀⠀⠀⠳⡄⠀⠙⢦⡀⠀⢹⡀⠀⠀⠀⠀⢸⠀⣿⠀⠀⠀⠀⠀⣼⠀⠀⢀⡴⠋⣿⠀⠀⠀⣿⠀⠀
⠀⠀⠀⠱⣄⠀⠀⠀⠀⠙⢦⡀⠀⠈⠓⠮⣧⠀⠀⢀⠀⡾⠀⢹⡀⢀⠀⠀⣸⣇⡤⠞⠉⢀⣴⠃⠀⠀⢀⣿⠀⠀
⠀⠀⠀⠀⠘⢦⡀⠀⠀⠀⠀⠉⠲⢤⣀⠀⠈⠳⣿⣸⡾⠛⠛⠚⢷⣟⣸⡴⠋⠀⠀⣀⡴⠚⠁⠀⠀⠀⣼⠁⠀⠀
⠀⠀⠀⠀⠀⠀⠙⠦⣀⠀⠀⠀⠀⠀⠈⠉⠓⠲⠶⠤⠤⣤⣤⣤⣤⠼⠵⠶⠖⠚⠉⠁⠀⠀⠀⠀⢀⡼⠁⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠓⠦⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠴⠋⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠓⠲⠤⣤⣀⣀⣀⠀⠀⠀⠀⠀⠀⣀⣀⣀⣤⠤⠴⠚⠉⠁⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⠈⠉⠉⠉⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
n Unicode text, UTF-8 text
 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
⠀⠁⢀⣍⠿⣷⣾⣿⣿⣿⣿⢷⣞⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠉⢦⣙⣿⣿⣿⡏⠁⠀⠙⣿⣻⣶⣦⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢩⣿⠟⠉⠁⠀⠀⠀⠺⢿⣿⣿⣿⡛⣶⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣰⠾⣿⣆⠀⠃⠀⡀⠀⠀⠀⠙⠛⠟⣯⣿⣯⡻⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⢀⣠⠾⣡⠞⠉⠉⢓⣀⠆⠘⡄⠀⠀⠀⠀⠐⣻⣹⣿⣹⢿⣿⡿⣶⢤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⣠⡿⠋⠀⠉⠀⠀⠀⢸⡏⠀⡀⠁⠀⠀⠀⢴⡖⢿⣸⣿⣿⣼⣿⣷⣿⣄⣯⢻⡷⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⣟⠁⣤⣤⣄⡀⠀⠀⢝⣿⡶⡇⢡⠀⠀⠀⢸⣤⣿⣿⣫⣽⣡⣿⣿⣿⣿⣿⣾⣿⣶⣿⣿⣶⣶⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠏⠀⠀⠙⠙⣿⣧⣄⣼⡟⢁⡉⢻⡄⠳⠠⢸⣷⣏⣼⣿⢏⠉⣽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠉⢻⠻⢿⠄⠀⠈⠛⠷⠀⠠⣿⣿⣿⣿⣿⣇⣴⣿⣏⣿⣿⣿⣿⣿⣿⣿⣹⣿⣿⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣁⠲⢨⡀⠈⢿⣦⠀⠀⠀⠀⢀⣿⣿⣿⡷⢻⣿⣿⣱⣿⣿⡟⣿⣿⣼⣿⢻⣿⣿⣿⣋⣤⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⢻⡀⢸⡞⠦⣷⡀⣿⣿⣿⣶⣄⠀⠀⢿⣿⣏⠀⣺⣿⡿⣿⣿⣿⣰⣿⣿⣿⣿⣿⣽⢿⣿⣧⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⢳⡀⢷⡄⠺⢧⡹⣿⡿⣿⣿⣷⣄⠀⠛⠁⠀⣴⣏⣿⣿⣿⢹⣿⣿⢹⣿⣿⣿⣷⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠙⢦⣝⣯⣘⣷⡝⢿⣿⣿⣿⣿⠄⠀⠀⢸⢏⣹⣿⣿⡟⣽⣿⡇⠈⣿⣿⠟⣋⣿⣯⣽⣿⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠙⠿⡮⣝⡿⣷⣯⡙⠛⠿⠃⠀⠀⠀⠀⣻⣿⡏⢹⣿⡿⠖⠀⠉⠁⣈⣭⡽⢿⣿⡷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠙⠪⡙⡚⣿⡿⣶⣶⣾⣁⠀⠀⢀⣼⣿⣿⣿⠏⣤⣴⣾⣿⣿⣿⣿⠟⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠐⠦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⢢⣸⣶⣿⠿⠋⢧⢠⣸⣿⣿⣿⣿⢠⣿⣿⣿⣿⣿⣿⢏⣴⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠢⣀⠀⠀⠀⡀⠲⢦⡒⣦⣝⢿⣧⣿⣿⣿⢙⢱⣿⣿⣿⣿⣿⣿⣿⣿⣿⣭⣷⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢒⣀⣀⣀⣚⣒⣄⠀⠉⠢⣄⠙⣿⡅⠈⣿⡿⠻⠃⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⡍⠠⣭⢥⡀⠀⠈⠣⠈⠻⣄⡻⡇⠀⠀⠀⠘⢿⣿⣿⣿⣿⡿⢿⣿⠿⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠐⠀⠀⠀⣶⣿⣷⡄⠀⠀⠀⠀⠀⠀⢳⡄⠀⠀⠀⣹⣿⡿⠫⣶⣾⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠁⣀⠀⠀⢒⣒⣛⣿⣻⣷⡀⠘⠓⠀⠀⠀⠈⣧⣼⠶⠛⠋⠛⠷⠿⣿⣗⣶⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠐⠠⢥⣠⣼⣿⣿⣌⣳⣄⠀⠀⠀⠀⣻⣯⣄⣀⣀⣀⣀⣤⣴⣾⣿⣿⡿⣿⣿⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢻⣿⣿⣿⣿⣿⣿⣿⢷⣄⣀⣀⠀⣀⣤⣽⣿⣿⣿⣿⣿⣿⣿⣿⣿⢯⡛⣻⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠛⡿⣿⣿⣿⣿⣿⣷⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⢿⣿⣤⠶⠒⠿⣧⡷⣦⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣘⣛⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠛⣯⣻⣿⣷⠦⠬⢅⡓⣶⣦⠅⢿⣮⣙⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠈⣫⡞⣸⡇⢙⢉⣿⢻⣿⠻⣧⡉⠛⢿⣛⣿⡿⣦⡙⠻⢦⣤⣄⡾⠛⣮⣭⣻⣦⡴⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⣠⣿⢡⣿⠐⣿⡀⢸⣄⠀⠀⠙⠇⠸⢳⣿⣿⣷⣌⢷⣤⣌⠉⢉⣿⣿⡷⢿⣟⢻⣧⠀⠀⠀⠄⠀⢀⣤⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢁⣿⡿⣇⠀⠸⣧⡄⡿⢱⡆⠀⠀⠀⠀⢻⣿⣿⡻⡟⠓⣛⣳⣾⣶⣿⢃⣽⠏⢸⣿⣀⣀⣀⣠⣿⣿⢟⣀⡀⢐⣄⠀⠀⢸
⠀⠀⠀⠀⢀⡼⣽⠁⣿⣴⣿⢸⢣⡌⠈⢿⣶⠀⢺⡷⡎⠿⠿⠽⠛⠓⢾⣭⢿⣿⡿⠿⢫⡏⠈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣿⣿⠀⠀⣿
⢀⠄⠀⠀⠈⢀⡉⢸⣿⣿⣧⡉⣿⣧⣠⣌⣻⡆⢳⡙⠻⣦⠄⠦⡀⢀⡀⢽⡛⠭⢀⣴⠏⠴⢺⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣆⣀⣹
⠀⠀⠀⠀⠀⠀⢡⠘⣿⡿⢿⢧⣹⣿⣯⢻⡻⣧⡓⠹⣦⡈⣳⡻⢻⣦⣁⣤⣤⠂⣈⡵⣛⣴⣿⠟⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
o empty
p Unicode text, UTF-8 text, with no line terminators
1
≽ܫ≼
q ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
NO|SN
IZ|PN|MN
LE|CIL
BT|F
s1ZPO|PxP(Sx)|MOZ|MSxMx
p1ZMO|MxM(Sx)|POZ|PSxPx
a2Zxx|xZx|POxsx|xPOsx|PSxys(a(Px)y)|MOxpx|xMOpx|MSxyp(a(Mx)y)
n1ZZ|PxMx|MxPx
m2xyax(ny)
t2ZxZ|xZZ|POxx|xPOx|MxMyt(Px)(Py)|PxMyn(t(Px)(Py))|MxPyn(t(Px)(Py))|PSxPya(Py)(t(Px)(Py))
g2ZZT|P_ZT|ZP_F|P_M_T|M_P_F|M_ZF|ZM_F|PxPyg(p(Px))(p(Py))|MxMyg(s(Mx))(s(My))
i3Tx_x|F_xx
d2MxMyd(Px)(Py)|PxMyn(d(Px)(Py))|MxPyn(d(Px)(Py))|xyi(gxy)[1_s(d(mxy)y)][1_Z]Z
^0Z
r JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, Exif Standard: [TIFF image data, little-endian, direntries=3, software=Google], baseline, precision 8, 1600x1000, components 3
s Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
⠀⠀⠀⢠⣾⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⣰⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⢰⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⣄⣀⣀⣤⣤⣶⣾⣿⣿⣿⡷
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠁
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠁⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀
⣿⣿⣿⡇⠀⡾⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⠀⠀⠀⠀
⣿⣿⣿⣧⡀⠁⣀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠉⢹⠉⠙⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣀⠀⣀⣼⣿⣿⣿⣿⡟⠀⠀⠀⠀⠀⠀⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠋⠀⠀⠀⠀⠀⠀⠀⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠀⠤⢀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⣿⣿⣿⣿⠿⣿⣿⣿⣿⣿⣿⣿⠿⠋⢃⠈⠢⡁⠒⠄⡀⠈⠁⠀⠀⠀⠀⠀⠀⠀
⣿⣿⠟⠁⠀⠀⠈⠉⠉⠁⠀⠀⠀⠀⠈⠆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
t Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
░░░░░░░░░░░░░░░░░░░░░▄▀░░▌
░░░░░░░░░░░░░░░░░░░▄▀▐░░░▌
░░░░░░░░░░░░░░░░▄▀▀▒▐▒░░░▌
░░░░░▄▀▀▄░░░▄▄▀▀▒▒▒▒▌▒▒░░▌
░░░░▐▒░░░▀▄▀▒▒▒▒▒▒▒▒▒▒▒▒▒█
░░░░▌▒░░░░▒▀▄▒▒▒▒▒▒▒▒▒▒▒▒▒▀▄
░░░░▐▒░░░░░▒▒▒▒▒▒▒▒▒▌▒▐▒▒▒▒▒▀▄
░░░░▌▀▄░░▒▒▒▒▒▒▒▒▐▒▒▒▌▒▌▒▄▄▒▒▐
░░░▌▌▒▒▀▒▒▒▒▒▒▒▒▒▒▐▒▒▒▒▒█▄█▌▒▒▌
░▄▀▒▐▒▒▒▒▒▒▒▒▒▒▒▄▀█▌▒▒▒▒▒▀▀▒▒▐░░░▄
▀▒▒▒▒▌▒▒▒▒▒▒▒▄▒▐███▌▄▒▒▒▒▒▒▒▄▀▀▀▀
▒▒▒▒▒▐▒▒▒▒▒▄▀▒▒▒▀▀▀▒▒▒▒▄█▀░░▒▌▀▀▄▄
▒▒▒▒▒▒█▒▄▄▀▒▒▒▒▒▒▒▒▒▒▒░░▐▒▀▄▀▄░░░░▀
▒▒▒▒▒▒▒█▒▒▒▒▒▒▒▒▒▄▒▒▒▒▄▀▒▒▒▌░░▀▄
▒▒▒▒▒▒▒▒▀▄▒▒▒▒▒▒▒▒▀▀▀▀▒▒▒▄▀
u Unicode text, UTF-8 text
1
2
3
4
5
6
7
8
⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⠿⢿⣶⡄⠀⠀⠀⠀⠀⢀⣴⣾⠿⢿⣶⣄⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣰⣿⠏⠀⠀⠀⠻⣿⣆⠀⠀⠀⢠⣿⡟⠁⠀⠀⠙⣿⣧⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⣰⣿⠋⠀⠀⠀⠀⠀⠘⣿⣿⣿⣿⣿⡏⠀⠀⠀⠀⠀⠈⢿⣧⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣰⣿⠇⠀⠀⠀⠀⠀⠀⠀⢧⠿⣧⠿⣴⠀⠀⠀⠀⠀⠀⠀⠘⣿⣧⠀⠀⠀⠀
⢰⣿⣿⣿⣿⣧⣤⠀⠀⠀⢀⣀⠀⠀⠀⠀⣤⡀⠀⠀⠀⣀⡀⠀⠀⠀⣤⣼⣿⣿⣿⣿⡆
⢀⣤⣿⣿⣯⣭⣭⠀⠀⠀⢿⣿⡇⠀⢀⣤⣿⣧⡄⠀⢸⣿⣿⠀⠀⠀⣭⣭⣽⣿⣯⣤⡀
⠘⢻⣿⠏⠉⠉⠉⠀⠀⠀⠈⠉⠀⠀⠀⠉⠉⠉⠁⠀⠀⠉⠁⠀⠀⠀⠉⠉⠉⠙⣿⣿⠃
⢀⣿⣟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣹⣿⡄
v Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
⠀⠀⠀⠀⠀⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢿⣧⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢸⣿⣇⠀⢸⣿⣿⣦⣤⣄⣀⣴⣿⣷⠀⠀⠀
⠀⠀⠀⠀⠀⢸⣿⣿⡆⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀
⠀⠀⠀⠀⢀⣼⣿⣿⣧⣿⣿⣿⣿⡟⣿⣿⣿⠻⣿⠂⡀⠀
⠀⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣧⣿⣿⣿⣦⣿⣏⠁⠀
⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀
⠀⠀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠋⠀⠀⠀
⠀⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀
⢠⣾⣿⡿⠋⠀⠈⠙⣿⣿⣿⡿⣿⡿⠿⠟⢿⣿⣿⣷⣄⠀
⠈⠿⡿⠃⠀⠀⠀⠀⣿⣿⣿⣧⠀⠀⠀⠀⠀⠉⠻⣿⡿⠂
⠀⠀⠀⠀⠀⠀⠀⠈⢿⡿⠟⠃⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀
w Unicode text, UTF-8 text, with no line terminators
1
ฅ^._.^ฅ
x Unicode text, UTF-8 text
1
2
⦮   ⦯
‎≽ܫ≼
y Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
⣤⣤⣄⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣾⡿⣿⣇⠀⠀⠀⠀
⣿⢏⣹⣳⣯⣗⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⡿⠃⠒⣜⣮⢧⡀⠀⠀
⣿⡞⠁⡉⠙⠻⣷⣿⢦⣤⣤⣶⣶⣶⣶⣶⣶⣾⣿⡿⠋⠀⠌⡐⠈⢿⣿⣣⠀⠀
⣿⠀⢂⠐⡁⢂⣬⣿⣿⢫⠉⠀⠀⠀⠀⠀⠀⠜⡹⢿⣿⣿⣶⣶⣤⣈⣿⣷⣗⠀
⡇⢀⣦⣼⣾⣿⣿⣿⡭⡃⠌⠀⠀⠀⠀⠀⠀⠀⠑⡹⣚⢿⣿⣿⣿⣿⣿⣿⣼⠀
⣿⣿⣿⣿⣿⣿⣟⢧⢃⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠉⢎⠳⢯⡟⣿⣻⢿⣯⡷
⣿⣿⡿⣟⡿⡓⢎⠂⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⣰⣬⣧⡝⢊⠙⣷
⠟⢧⠛⠥⠃⢉⠀⣴⣾⣿⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣿⣿⣿⣿⠀⠀⢸
⠈⠄⡈⠤⣁⠢⡀⢿⣿⣿⣿⠃⠀⠀⠀⠀⢠⡄⠀⣴⠀⠀⡀⢙⢛⡛⠭⢠⠃⢆
⠐⡠⢑⡒⡄⠓⡌⣌⢩⣩⠷⠶⣤⠀⠀⠀⠀⠳⠾⠃⢀⢸⡼⠋⠋⠛⢦⡃⠞⡠
⢀⠱⡈⢖⡈⢣⠜⣠⠟⠀⠀⠀⠀⢳⡄⠀⠀⠀⠀⠀⠐⣾⠁⠀⠀⠀⠈⢧⢣⢸
⣆⠠⢑⠢⣉⠆⢼⡟⠀⠀⠀⠀⠀⠈⣷⠀⠀⠀⠀⠀⢸⡇⠀⠀⠀⠀⠀⠈⣷⢯
⡏⠀⠀⢁⠂⢌⡟⠀⠀⠀⠀⠀⠀⠀⣿⠀⠀⠀⠀⠀⠈⣗⠀⠀⠀⠀⠀⠀⠈⢯
⠀⠀⠀⠀⠀⠋⠀⠀⠀⠀⠀⠀⠀⠀⣿⠀⠀⠀⠀⠀⠀⢿⡀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⡇⠀⠀⠀⠀⠀⠀⠘⣷⠀⠀⠀⠀⠀⠀⠀
z Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠔⠋⠁⠀⠀⠀⠉⠒⢤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⣠⡞⠁⠀⠀⠀⠀⠀⣀⣀⣀⡀⠙⠢⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⣀⣤⡴⠚⠁⣀⣀⠀⠉⠀⠀⠀⠀⠀⡾⢿⣽⣿⣿⣷⡄⠱⣤⣤⣴⣶⣶⣷⣿⣶⣶⣦⣄⡀⠀
⠀⠀⠀⣀⣴⣿⠏⠀⢠⣿⣿⣿⣷⣆⠀⠀⠀⠀⠀⢷⠒⣿⣿⣿⣷⣿⡄⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠃
⣤⣶⣿⣿⣿⡗⠀⢠⣿⠛⣿⣿⣿⣿⡇⠀⠀⠀⠀⠈⠳⣿⣿⣿⣿⣿⠃⢸⣿⠟⠛⠉⠉⠁⠀⠀⠀⠀⠀⠀
⠙⠻⢿⣿⣿⡇⠀⢸⣿⣬⡟⣿⣿⣿⣃⠀⠀⠀⠀⠀⠀⠀⠙⠛⠋⠁⢀⡜⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⢿⣿⡇⠀⠸⣿⣿⣿⣿⡿⠛⠁⠀⠀⠀⠀⠀⠀⣠⠄⠀⠀⣠⠎⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⣠⡟⠁⠤⣤⡘⠿⠛⠙⠒⠋⠀⠀⠀⢀⣀⣴⣿⡥⠶⠒⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠈⠻⠦⢤⣽⣄⣀⣀⣤⣤⣤⡤⠾⠛⠛⠋⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
{ Unicode text, UTF-8 text
1
2
3
    ∧,,,∧  
   („. .„)
 🍓⊂ )
| Unicode text, UTF-8 text
1
2
3
4
 Λ_Λ
(oωo)
( ^^  ) Ⳋ
  υυ
} Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
⠀⣠⣤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⡄⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⠀⠀⠀⠀⠀⠀⠀⠀
⢠⠏⠉⠳⣌⠙⠲⢄⡀⠀⠀⠀⠀⢀⣀⡤⠞⢡⠷⠊⢹⡀⠀⠀⠀⠀⣠⠴⠚⢉⡴⠋⠉⡇⠀⠀⠀⠀⠀⠀⠀
⢸⠀⠀⠀⠈⠳⣄⠀⢉⣶⠴⠚⠉⠁⠀⠀⠀⠀⠀⠀⠀⠉⠑⠲⢴⡋⠁⢀⡴⠋⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀
⢸⠀⠀⠀⠀⠀⣸⠗⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠳⣏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢸⡄⠀⠀⠀⡴⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢷⡀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀
⠀⣇⠀⠀⣼⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⢳⡀⠀⢠⠇⠀⠀⠀⠀⠀⠀⠀
⠀⠸⡄⢰⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣇⠀⡞⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠹⡾⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⡞⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⢠⠇⠀⠀⢠⣤⣴⣶⣦⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣤⣴⣶⣶⣤⡄⠀⢘⠀⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⣴⠏⠀⠀⠀⠀⠁⠀⠀⠀⠈⠙⠃⠀⠀⢤⣤⠄⠀⠀⠋⠉⠀⠀⠀⠀⠁⠀⢸⠀⠘⢦⡄⠀⠀⠀⠀⠀⠀⠀
⠀⠙⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠰⣄⣠⣧⣀⠆⠀⠀⠀⠀⠀⠀⠀⠀⢀⠞⠀⢀⠞⠁⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠈⣷⠖⠀⠀⠀⠀⠀⣀⣀⣀⣀⣀⣸⠀⠁⢻⣀⣀⣀⣀⣀⡀⠀⠀⠐⠃⠀⢶⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠘⠶⣄⠰⣾⣍⣉⣓⣲⡤⢭⣿⣿⣦⣤⣾⣦⡀⢀⣀⣈⣉⣩⣿⠖⢀⡴⠋⠀⠀⣀⣀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠈⠙⢺⣷⣄⠀⠈⠉⠉⠉⢹⠏⣉⢻⠉⠉⠉⠉⠀⣀⣴⣿⠚⠉⠀⠀⢠⡟⠉⠈⠉⠲⣄⠀⠀⠀
⠀⠀⠀⠀⠀⠀⡼⠉⠀⠛⢳⡀⠀⠀⢀⣸⠀⣿⢹⣀⣀⡀⠀⡼⠛⠂⠈⢳⡀⠀⠀⠀⠳⣄⠀⠈⠢⡈⢣⡀⠀
⠀⠀⠀⠀⠀⠀⣇⠀⠀⠠⢼⣧⠀⠀⣽⣙⣀⣙⣋⣀⣀⣉⣽⡷⠤⠀⠀⢨⠇⠀⠀⠀⠀⠈⢣⡀⠀⠱⡄⢣⠀
⠀⠀⠀⠀⠀⠀⠘⢶⣤⣤⡟⠙⠀⠀⡇⠀⠀⠉⠀⠀⠀⠀⠀⠙⡦⣤⣴⠋⠀⠀⠀⠀⠀⠀⠀⢳⠀⠀⠁⠘⡄
⠀⠀⠀⠀⠀⠀⠀⡟⠀⡇⡇⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠇⡇⢸⡀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⡇
⠀⠀⠀⠀⣠⣶⣿⣷⣤⣇⢱⠸⠀⠀⢸⠈⠻⠿⠃⠀⣾⡄⠀⢸⢸⣣⣾⣷⡶⣄⠀⠀⠀⠀⠀⡸⠀⠀⠀⣸⠀
⠀⠀⠀⢰⣿⣾⣿⣿⡟⢿⢼⠀⡇⠀⢸⣠⢿⠏⠁⠐⢙⡻⠃⡟⣸⠋⣿⣿⣿⣿⡇⠀⢀⣠⠞⠁⠀⠀⣰⠃⠀
⠀⠀⠀⠘⣟⠛⢻⠁⢹⣿⡘⡄⣇⠀⢸⣿⣧⣤⣿⣦⢾⣿⡆⡏⡿⣏⠉⢳⠻⢻⠟⠈⠉⠀⠀⢀⡠⠟⠁⠀⠀
⠀⠀⠀⠀⠘⢦⠈⠛⠉⠈⡇⡇⣿⠿⣧⣼⣿⡟⢻⣿⣶⠀⢠⠃⡇⠈⠛⠋⣠⣏⣀⣠⠤⠴⠚⠉⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠈⠳⡀⠀⠀⣇⠙⢮⣑⠛⠛⠿⠃⠘⠿⢏⡠⠞⢸⠃⠀⢀⡴⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠈⠲⠤⠼⠓⠦⠤⢭⣉⣉⣉⣉⣩⠥⠴⠒⠻⠤⠴⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
._pics AppleDouble encoded Macintosh file
1
cg: couldn't decode file contents

entry #5

written by moshikoi
submitted at
0 likes

guesses
comments 0

post a comment


calc.js ASCII text, with no line terminators
1
entry=s=>{while(s!=(s=s.replace(/-?[1-9]+[-+*/]-?[1-9]+/g,eval).replace(/ ( *)/g,(_,x)=>x)));return s;}

entry #6

written by soup girl
submitted at
0 likes

guesses
comments 0

post a comment


entrée.c ASCII text, with CRLF line terminators
  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
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

// Code by SoundOfSpouting#6980 (UID: 151149148639330304)

/*
    I CAN'T BELIEVE IT'S NOT DESMOS.c
    (c) oliriclusgos 2023

    This calculator works in three stages.  In the first,
    we convert the source text into a tokenised form in
    which operators are stored with their precedence
    using only a single byte.  This is easy to do, as
    fortunately the digit characters 0-9 and the operators
    + - * / are all different modulo 16.  As this leaves
    4 bits to store precedence, this approach is limited
    to a maximum of 16 spaces between operators and their
    operands.  If you need more, then may God help you.
    This transformation is done destructively, for two
    reasons, the first being: I wanted to.
*/
int lex(char *expr) {
/*
    As 0x00 is a valid token, the usual C-string API
    will not be applicable to this representation.
    Because of this, the number of tokens scanned must
    be recorded and returned.
*/
    int tokens = 0;
/*
    `c` will be used to store the current character
    being scanned over, and `spaces` (which the attentive
    reader may have ascertained) will keep track of how
    many spaces have been read.  `scan` will be used to
    scan the string, and `expr` will be repurposed to
    overwrite the string with the new tokens.

    As each individual token consists of at least one
    source characters, `expr` will never overwrite
    characters that have yet to be read.
*/
    char c, spaces, *scan=expr;
/*
    We assume the source expression is syntactically valid,
    and that there is no trailing whitespace.  Thus, the only
    necessary test for a null terminator is between tokens.
*/
    while (*scan) {
        spaces = 0;
/*
    Now we scan past all the spaces, keeping count of them.
    When this loop ends, `c` will contain the next token
    character, and `scan` will point to the character after.
*/
        while ((c=*scan++) == ' ')
            spaces++;
/*
    Next, we construct the token.  We replace the high 4 bits
    of the token character with the number of spaces, and store
    it at the 'write' head.
*/
        *expr++ = (c&0xF)|(spaces<<4);
/*
    Now that the token has been scanned, as we are assuming the
    expression is valid, we can safely skip past the spaces on
    the right-hand side, and increment the token counter, to
    indicate that a token has been scanned.  We do this because
    a token has been scanned.
*/
        scan += spaces;
        tokens++;
    }
/*
    Since the loop has ended, we have scanned all available tokens
    in the source expression.  Since we need to return the number
    of tokens scanned, we return the value of the variable `tokens`,
    because the value of the variable `tokens` happens to be equal
    to the number of tokens we've scanned, for some reason.
*/
    return tokens;
}

/*
    This condensed representation is useful, but is not yet
    easily executable.  In order to remedy this, w
*/

void m(char *e, int o, int w) {
    if (o==w) return;
    int ow=o;
    for (int mr=o;w>mr++;mr++)
      if ((mr[e]>>4)>=(e[ow]>>4))
        ow=mr;
    for (int r=ow;r>o;r--)
        e[r]^=e[r-1]^=e[r]^=e[r-1];
    m(e,-~o,ow);
    m(e,-~ow,w);
}

/*
    e transform the

    oh
    what

    uh, that's that sorted.

    rpn would have been nice but we
    can use the call stack ig
*/

int vm(char *expr) {
/*
    if vm is called with 0, the program will
    resume from the next unread character
*/
    static char *state;
    if (expr) state = expr;
/*
    ive lost steam with the comments icl
    is anyone still reading at this point
*/
    switch (*state++ & 0xF) {
        case 0xA: return vm(0) * vm(0);
        case 0xB: return vm(0) + vm(0);
        case 0xD: return vm(0) - vm(0);
        case 0xF: return vm(0) / vm(0);
        default: return *(state-1);
    }
/*
    https://web.archive.org/web/20090903184346/http://www.bobbemer.com/BRACES.HTM
*/
}

/*
    putting it all together, using a copy
    of the original string since the evaluation
    mutates the source.
*/

int entry(char *expr) {
    char *copy = malloc(strlen(expr)+1);
    strcpy(copy, expr);
    int length = lex(copy);
    m(copy, 0, length-1);
    int val = vm(copy);
    free(copy);
    return val;
}

/*
    i should do something funny here but i think i'll sleep instead
*/

entry #7

written by razetime
submitted at
1 like

guesses
comments 0

post a comment


calculator.js ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
entry = exp => {
    prec = 0
    while(isNaN(exp)){
       texp = ""
       spc = " ".repeat(prec)
       rspc = new RegExp("-?\\d"+spc+"[+\\-\\/*]"+spc+"-?\\d")
       do {
           texp = exp
           exp = exp.replace(rspc,
           (exp, _a, _b, _c, _d, _e, _f, _g) => eval(exp))
       } while (exp != texp)
       prec++
    }
    return exp
}
console.log("9 / 1+2  -  1    /    2 -> "+entry("9 / 1+2  -  1    /    2"))
console.log("0-6 * 2 -> "+entry("0-6 * 2"))
console.log("4  /  1 + 1 -> "+entry("4  /  1 + 1"))
console.log("2-4/2 -> "+entry("2-4/2"))
console.log("-4 -> "+entry("-4"))
console.log("34 -> "+entry("34"))
console.log("1 / 0 -> "+entry("1 / 0"))
console.log("9*9*9*9*9*9*9*9*9*9 -> "+entry("9*9*9*9*9*9*9*9*9*9"))

entry #8

written by LyricLy
submitted at
1 like

guesses
comments 0

post a comment


lol.sh ASCII text
1
2
3
4
5
x=$(sed 's/*/ */g;s/\// \//g' $1)
while [[ "$x" != ?(-)+([0-9]) ]];do
x=$(xargs -I{} -d' ' -n1 bash -c '{ echo "{}";echo "{}"|bc 2>/dev/null;}|tail -n1|tr "\n" " "'<<<"$x "|sed -r 's/ $//;s/(.) /\1/g')
done
echo "$x"

entry #9

written by olive
submitted at
0 likes

guesses
comments 0

post a comment


ahyes.lua ASCII text, with CRLF line terminators
 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
local function push(s, v)
	s[s.n+1], s.n = v, s.n+1
end
local function pop(s)
	local v = s[s.n]
	s[s.n], s.n = nil, s.n-1
	return v
end
local function peek(s)
	return s[s.n]
end

local function nextbyte(s, i)
	i = i + 1
	local b = s:byte(i)
	if b then
		return i, b
	else
		return
	end
end
function string.gbyte(s)
	return nextbyte, s, 0
end
local function B(s) return s:byte() end

local ops = {
	[B'+'] = function(s) push(s,   pop(s)+pop(s)) end,
	[B'-'] = function(s) push(s,  -pop(s)+pop(s)) end,
	[B'*'] = function(s) push(s,   pop(s)*pop(s)) end,
	[B'/'] = function(s) push(s, 1/pop(s)*pop(s)) end,
}

local function evaluate(expr)
	local p = 0
	local yardp = {n=0}
	local yard  = {n=0}
	local stack = {n=0}
	for i, c in expr:gbyte() do
		if     c == B' ' then
			p = p + 1
		elseif c == B'+' or c == B'-' or c == B'*' or c == B'/' then
			local tp = peek(yardp)
			while tp and tp <= p do
				if stack.n > 1 then
					pop(yardp)
					ops[pop(yard)](stack)
				else
					return nan, "unbalanced"
				end
				tp = peek(yardp)
			end
			push(yard, c)
			push(yardp, p)
			p = 0
		elseif B'0' <= c and c <= B'9' then
			push(stack, c-B'0')
			p = 0
		else
			-- ignore unknown char
		end
	end
	while yard.n > 0 and stack.n > 1 do
		ops[pop(yard)](stack)
	end
	if yard.n == 0 and stack.n == 1 then
		return pop(stack)
	else
		return nil, "unbalanced"
	end
end



-- tests --

local tests = {
	"9 / 1+2  -  1    /    2",
	"0-6 * 2",
	"4  /  1 + 1",
	"2-4/2",
	"-4",
	"34",
	"1 / 0",
	"9*9*9*9*9*9*9*9*9*9",
}

for i,test in ipairs(tests) do
	print(i, evaluate(test), "=", test)
end
print("done!")

entry #10

written by JJRubes
submitted at
0 likes

guesses
comments 0

post a comment


38.lua ASCII text
  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
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
-- Problem:
--   I-style calculator: solve an expression with space-based precedence
--   https://cg.esolangs.gay/38/
-- Restrinctions:
--   Precedence only works for balanced spaces

op_match = "[%+%-%*/]"

function get_value(s, i, values)
  value = string.sub(s, i, i)
  if value == "x" then
    value = values[i]
  end
  return value
end

function arith(s, a, b, i)
  op = string.sub(s, i, i)
  if op == "+" then
    return a + b
  elseif op == "-" then
    return a - b
  elseif op == "*" then
    return a * b
  elseif op == "/" then
    return a / b
  end
  print("Fuck")
end

function update_values(i, n, values)
  max_k = 1
  for k, val in pairs(values) do
    if k > max_k then
      max_k = k
    end
  end

  for k = i, max_k do
    val = values[k]
    if val then
      values[k - n] = val
      values[k] = nil
    end
  end
end

function increase_prec(s, values)
  start, finish = string.find(s, "%s*%s", start)
  while start do
    s = string.sub(s, 1, finish - 1)..string.sub(s, finish + 1)
    update_values(finish, 1, values)
    start, finish = string.find(s, "%s*%s", finish)
  end
  return s
end

function eval_current(s, values)
  start, finish = string.find(s, "[x%d]"..op_match.."[x%d]")
  if not start then
    return s
  end
  first = get_value(s, start, values)
  second = get_value(s, finish, values)
  update_values(finish, 2, values)
  values[start] = arith(s, first, second, start+1)
  s = string.gsub(s, "[x%d]"..op_match.."[x%d]", "x", 1)
  return s
end

function eval_and_prec(s, values)
  temp = eval_current(s, values)
  while temp ~= s do
    s = temp
    temp = eval_current(s, values)
  end
  s = increase_prec(s, values)
  return s
end

function eval(s)
  values = {}
  temp = eval_and_prec(s, values)
  while temp ~= s do
    s = temp
    temp = eval_and_prec(s, values)
  end
  return values[1]
end

-- s = "9 / 1+2  -  1    /    2"
-- print(eval(s)) -- 1
-- s = "0-6 * 2"
-- print(eval(s)) -- -12
-- s = "4  /  1 + 1"
-- print(eval(s)) -- 2
-- s = "2-4/2"
-- print(eval(s)) -- -1
-- s = "1 + 2   *   3/3 + 2  +  3"
-- print(eval(s)) -- 18

s = io.read()
print(eval(s))

entry #11

written by seshoumara
submitted at
2 likes

guesses
comments 1
seshoumara
--- cg38_I-calc_submitted.sed
+++ cg38_I-calc.sed
@@ -78 +78 @@
-    \:^([0-9]+)(,.*)(_?[0-9]+)#\1#>-(_?[0-9]+):{ #fix!
+    \:^([0-9]+)(,.*)\b(_?[0-9]+)#\1#>-(_?[0-9]+):{
@@ -80 +79,0 @@
-        s:(_?[0-9]+)(><SUB>):\2\1: #ugly workaround, not correct
@@ -90 +89 @@
-    \:^([0-9]+)(,.*)(_?[0-9]+)#\1#>\+(_?[0-9]+):{ #fix!
+    \:^([0-9]+)(,.*)\b(_?[0-9]+)#\1#>\+(_?[0-9]+):{
@@ -92 +90,0 @@
-        s:(_?[0-9]+)(><ADD>):\2\1: #ugly workaround, not correct
@@ -102 +100 @@
-    \:^([0-9]+)(,.*)(_?[0-9]+)#\1#>\*(_?[0-9]+):{ #fix!
+    \:^([0-9]+)(,.*)\b(_?[0-9]+)#\1#>\*(_?[0-9]+):{
@@ -104 +101,0 @@
-        s:(_?[0-9]+)(><MULT>):\2\1: #ugly workaround, not correct
@@ -114 +111 @@
-    \:^([0-9]+)(,.*)(_?[0-9]+)#\1#>/(_?[0-9]+):{ #fix!
+    \:^([0-9]+)(,.*)\b(_?[0-9]+)#\1#>/(_?[0-9]+):{
@@ -116 +112,0 @@
-        s:(_?[0-9]+)(><DIV>):\2\1: #ugly workaround, not correct

post a comment


cg38_I-calc.sed ASCII text
  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
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
#!/usr/bin/sed -nrf

:_Problem
	# I-calc: calculator with I-style operator precedence
	# https://cg.esolangs.gay/38/
:_Restrictions
    # Division by zero is currently defined as infinite runtime!
    # Division rounds down to closest int (ignores sign): truncates!
    # Incredibly slow computation beyond 4 digit numbers!


b DEBUG
:main
    #multiple-digit numbers
    /[0-9][0-9]+/b undefined
    #unary operators and uneven whitespace around operators
    h
    t loop_u
    :loop_u
        s:^[0-9]([ \t]*)[-+*/]\1([0-9]):\2:
    t loop_u
    /^[0-9]$/!b undefined
    g
    #compute and print expression result
    \:[-+*/]:b parse_expression
    :done
    p
b EOS


:parse_expression
l
    #loop one operator at a time, using ; to point to one
    s:^:>:
    :loop_pe_1
        s:>([ \t0-9]+):\1>:
        #count whitespaces around current operator
        s:>:#0>:
        :loop_pe_2
            \:(>[-+*/])[ \t]:{
                s::\1:
                s:#([0-9]+)>:#<INCp>\1#result_ip_pe<pCNI>>:
                b incr_pos
                :result_ip_pe
                    s:<INCp>([0-9]+)[^<]+<pCNI>:\1:
                b loop_pe_2
            }
        s:[ \t]*#([0-9]+)>([-+*/]):#\1#\2>:
    \:>.*[-+*/]:b loop_pe_1
    s:>::
l
    #new counter: highest precedence (0) first, lowest last
    s:^:-1,:
    :loop_pe_3
        s:^(-?[0-9]+):<INC>\1#result_i_pe<CNI>:
        b incr
        :result_i_pe
            s:<INC>([0-9]+)[^<]+<CNI>:\1:
        #match operator with whitespaces/precedence = counter
        s:,:,>:
        :loop_pe_4
            s:>([#_0-9]+):\1>:
l
            b calc_bracket
            :result_bracket
l
        \:>.*[-+*/]:b loop_pe_4
        s:>::
    \:[-+*/]:b loop_pe_3
    s:[0-9]+,::
    s:^_:-:
b done


#negative numbers are prefixed with _ instead, not - (like in dc)
:calc_bracket
    #sub
    \:^([0-9]+)(,.*)\b(_?[0-9]+)#\1#>-(_?[0-9]+):{
        s::\1\2><SUB>\3 \4#result_s_cb<BUS>:
        s:(<SUB>)_:\1-:
        s:(<SUB>-?[0-9]+ )_:\1-:
        b sub
        :result_s_cb
            s:(<SUB>)-:\1_:
            s:<SUB>(_?[0-9]+)[^<]+<BUS>:\1:
        b result_bracket
    }
    #add
    \:^([0-9]+)(,.*)\b(_?[0-9]+)#\1#>\+(_?[0-9]+):{
        s::\1\2><ADD>\3 \4#result_a_cb<DDA>:
        s:(<ADD>)_:\1-:
        s:(<ADD>-?[0-9]+ )_:\1-:
        b add
        :result_a_cb
            s:(<ADD>)-:\1_:
            s:<ADD>(_?[0-9]+)[^<]+<DDA>:\1:
        b result_bracket
    }
    #mult
    \:^([0-9]+)(,.*)\b(_?[0-9]+)#\1#>\*(_?[0-9]+):{
        s::\1\2><MULT>\3 \4#result_mm_cb<TLUM>:
        s:(<MULT>)_:\1-:
        s:(<MULT>-?[0-9]+ )_:\1-:
        b mult
        :result_mm_cb
            s:(<MULT>)-:\1_:
            s:<MULT>(_?[0-9]+)[^<]+<TLUM>:\1:
        b result_bracket
    }
    #div
    \:^([0-9]+)(,.*)\b(_?[0-9]+)#\1#>/(_?[0-9]+):{
        s::\1\2><DIV>\3 \4#result_dv_cb<VID>:
        s:(<DIV>)_:\1-:
        s:(<DIV>-?[0-9]+ )_:\1-:
        b div
        :result_dv_cb
            s:(<DIV>)-:\1_:
            s:<DIV>(_?[0-9]+)[^<]+<VID>:\1:
        b result_bracket
    }
    s:>([-+*/]):\1>:
b result_bracket


:undefined
    s:.*:undefined:p
b EOS


:user_redirects
    /##result_ip_pe<pCNI>/b result_ip_pe
    /##result_i_pe<CNI>/b result_i_pe
    /##result_s_cb<BUS>/b result_s_cb
    /##result_a_cb<DDA>/b result_a_cb
    /##result_mm_cb<TLUM>/b result_mm_cb
    /##result_dv_cb<VID>/b result_dv_cb
b EOS


:DEBUG
	#test if GNU extensions are supported
	1v
b main


######################### MATH LIB 2.0 #########################

#1-2: <DIV>14 5#label<VID> -> <DIV>2##label<VID>
#1-2: <DIV>-27 3#label<VID> -> <DIV>-9##label<VID>
#1-2: <DIV>0 -5#label<VID> -> <DIV>0##label<VID>
#1-2: <DIV>-15 -5#label<VID> -> <DIV>3##label<VID>
#1-2: <DIV>9 0#label<VID> -> INFINITE RUNTIME!!
:div
	s:<DIV>-?[0-9]+:&;:
    b next_dv
    :loop_dv
        /(<DIV>)-([0-9]+) -([0-9]+);/{
            s::\1<DIVp>\2 \3#result_dvp_dv_1<pVID>;:
            b div_pos
            :result_dvp_dv_1
                s:<DIVp>([0-9]+)[^<]+<pVID>:\1:
            b next_dv
        }
        /(<DIV>)-([0-9]+) ([0-9]+);/{
            s::\1<DIVp>\2 \3#result_dvp_dv_2<pVID>;:
            b div_pos
            :result_dvp_dv_2
                s:<DIVp>([0-9]+)[^<]+<pVID>:-\1:
            b next_dv
        }
        /(<DIV>)([0-9]+) -([0-9]+);/{
            s::\1<DIVp>\2 \3#result_dvp_dv_3<pVID>;:
            b div_pos
            :result_dvp_dv_3
                s:<DIVp>0[^<]+<pVID>:0:
                s:<DIVp>([0-9]+)[^<]+<pVID>:-\1:
            b next_dv
        }
        s:(<DIV>)([0-9]+) ([0-9]+);:\1<DIVp>\2 \3#result_dvp_dv_4<pVID>;:
        b div_pos
        :result_dvp_dv_4
            s:<DIVp>([0-9]+)[^<]+<pVID>:\1:
    :next_dv
        /;#[^<]+<VID>/b print_dv
        s:(<DIV>[^;]+);( -?[0-9]+):\1\2;:
    b loop_dv
    :print_dv
        s:;(#[^<]+<VID>):#\1:
b redirect


#1+: <MULT>9 1 -14 -10#label<TLUM> -> <MULT>1260##label<TLUM>
:mult
	s:<MULT>-?[0-9]+:&;:
    b next_mm
    :loop_mm
        /(<MULT>)-([0-9]+) -([0-9]+);/{
            s::\1<MULTp>\2 \3#result_mmp_mm_1<pTLUM>;:
            b mult_pos
            :result_mmp_mm_1
                s:<MULTp>([0-9]+)[^<]+<pTLUM>:\1:
            b next_mm
        }
        /(<MULT>)-([0-9]+) ([0-9]+);/{
            s::\1<MULTp>\2 \3#result_mmp_mm_2<pTLUM>;:
            b mult_pos
            :result_mmp_mm_2
                s:<MULTp>([0-9]+)[^<]+<pTLUM>:-\1:
            b next_mm
        }
        /(<MULT>)([0-9]+) -([0-9]+);/{
            s::\1<MULTp>\2 \3#result_mmp_mm_3<pTLUM>;:
            b mult_pos
            :result_mmp_mm_3
                s:<MULTp>([0-9]+)[^<]+<pTLUM>:-\1:
            b next_mm
        }
        s:(<MULT>)([0-9]+) ([0-9]+);:\1<MULTp>\2 \3#result_mmp_mm_4<pTLUM>;:
        b mult_pos
        :result_mmp_mm_4
            s:<MULTp>([0-9]+)[^<]+<pTLUM>:\1:
    :next_mm
        /;#[^<]+<TLUM>/b print_mm
        s:(<MULT>[^;]+);( -?[0-9]+):\1\2;:
    b loop_mm
    :print_mm
        s:;(#[^<]+<TLUM>):#\1:
b redirect


#1-2: <SUB>14 9#label<BUS> -> <SUB>5##label<BUS>
#1-2: <SUB>-14 9#label<BUS> -> <SUB>-23##label<BUS>
#1-2: <SUB>0 -9#label<BUS> -> <SUB>9##label<BUS>
#1-2: <SUB>-14 -9#label<BUS> -> <SUB>-5##label<BUS>
:sub
	s:<SUB>-?[0-9]+:&;:
    b next_s
    :loop_s
        /(<SUB>)-([0-9]+) -([0-9]+);/{
            s::\1<SUBp>\3 \2#result_sp_s_1<pBUS>;:
            b sub_pos
            :result_sp_s_1
                s:<SUBp>(-?[0-9]+)[^<]+<pBUS>:\1:
            b next_s
        }
        /(<SUB>)-([0-9]+) ([0-9]+);/{
            s::\1<ADDp>\2 \3#result_ap_s_1<pDDA>;:
            b add_pos
            :result_ap_s_1
                s:<ADDp>([0-9]+)[^<]+<pDDA>:-\1:
            b next_s
        }
        /(<SUB>)([0-9]+) -([0-9]+);/{
            s::\1<ADDp>\2 \3#result_ap_s_2<pDDA>;:
            b add_pos
            :result_ap_s_2
                s:<ADDp>([0-9]+)[^<]+<pDDA>:\1:
            b next_s
        }
        s:(<SUB>)([0-9]+) ([0-9]+);:\1<SUBp>\2 \3#result_sp_s_2<pBUS>;:
        b sub_pos
        :result_sp_s_2
            s:<SUBp>(-?[0-9]+)[^<]+<pBUS>:\1:
    :next_s
        /;#[^<]+<BUS>/b print_s
        s:(<SUB>[^;]+);( -?[0-9]+):\1\2;:
    b loop_s
    :print_s
        s:;(#[^<]+<BUS>):#\1:
b redirect


#1+: <ADD>9 14 0 -8 -16#label<DDA> -> <ADD>-1##label<DDA>
:add
	s:<ADD>-?[0-9]+:&;:
    b next_a
    :loop_a
        /(<ADD>)-([0-9]+) -([0-9]+);/{
            s::\1<ADDp>\2 \3#result_ap_a_1<pDDA>;:
            b add_pos
            :result_ap_a_1
                s:<ADDp>([0-9]+)[^<]+<pDDA>:-\1:
            b next_a
        }
        /(<ADD>)-([0-9]+) ([0-9]+);/{
            s::\1<SUBp>\3 \2#result_sp_a_1<pBUS>;:
            b sub_pos
            :result_sp_a_1
                s:<SUBp>(-?[0-9]+)[^<]+<pBUS>:\1:
            b next_a
        }
        /(<ADD>)([0-9]+) -([0-9]+);/{
            s::\1<SUBp>\2 \3#result_sp_a_2<pBUS>;:
            b sub_pos
            :result_sp_a_2
                s:<SUBp>(-?[0-9]+)[^<]+<pBUS>:\1:
            b next_a
        }
        s:(<ADD>)([0-9]+) ([0-9]+);:\1<ADDp>\2 \3#result_ap_a_2<pDDA>;:
        b add_pos
        :result_ap_a_2
            s:<ADDp>([0-9]+)[^<]+<pDDA>:\1:
    :next_a
        /;#[^<]+<DDA>/b print_a
        s:(<ADD>[^;]+);( -?[0-9]+):\1\2;:
    b loop_a
    :print_a
        s:;(#[^<]+<DDA>):#\1:
b redirect


#1+: <MAX>110 34 0 -34 -110#label<XAM> -> <MAX>110##label<XAM>
:max
    s:<MAX>-?[0-9]+:&;:
    b next_M
    :loop_M
        /(<MAX>)-([0-9]+) -([0-9]+);/{
            s::\1<MINp>\2 \3#result_mp_M<pNIM>;:
            b min_pos
            :result_mp_M
                s:<MINp>([0-9]+)[^<]+<pNIM>:-\1:
            b next_M
        }
        /(<MAX>)(-[0-9]+) ([0-9]+);/{
            s::\1\3;:
            b next_M
        }
        /(<MAX>)([0-9]+) (-[0-9]+);/{
            s::\1\2;:
            b next_M
        }
        s:(<MAX>)([0-9]+) ([0-9]+);:\1<MAXp>\2 \3#result_Mp_M<pXAM>;:
        b max_pos
        :result_Mp_M
            s:<MAXp>([0-9]+)[^<]+<pXAM>:\1:
    :next_M
        /;#[^<]+<XAM>/b print_M
        s:(<MAX>[^;]+);( -?[0-9]+):\1\2;:
    b loop_M
    :print_M
        s:;(#[^<]+<XAM>):#\1:
b redirect


#1+: <MIN>110 34 0 -34 -110#label<NIM> -> <MIN>-110##label<NIM>
:min
    s:<MIN>-?[0-9]+:&;:
    b next_m
    :loop_m
        /(<MIN>)-([0-9]+) -([0-9]+);/{
            s::\1<MAXp>\2 \3#result_Mp_m<pXAM>;:
            b max_pos
            :result_Mp_m
                s:<MAXp>([0-9]+)[^<]+<pXAM>:-\1:
            b next_m
        }
        /(<MIN>)(-[0-9]+) ([0-9]+);/{
            s::\1\2;:
            b next_m
        }
        /(<MIN>)([0-9]+) (-[0-9]+);/{
            s::\1\3;:
            b next_m
        }
        s:(<MIN>)([0-9]+) ([0-9]+);:\1<MINp>\2 \3#result_mp_m<pNIM>;:
        b min_pos
        :result_mp_m
            s:<MINp>([0-9]+)[^<]+<pNIM>:\1:
    :next_m
        /;#[^<]+<NIM>/b print_m
        s:(<MIN>[^;]+);( -?[0-9]+):\1\2;:
    b loop_m
    :print_m
        s:;(#[^<]+<NIM>):#\1:
b redirect


#1+: <DEC>10 0 -9#label<CED> -> <DEC>9 -1 -10##label<CED>
:decr
    s:<DEC>:&;:
    :loop_d
        /<DEC>[^;]*; ?-/{
            s:(<DEC>[^;]*; ?)-([0-9]+):\1<INCp>\2#result_ip_d<pCNI>:
            b incr_pos
            :result_ip_d
                s:<INCp>([0-9]+)[^<]+<pCNI>:-\1:
            b next_d
        }
        s:(<DEC>[^;]*; ?)([0-9]+):\1<DECp>\2#result_dp_d<pCED>:
        b decr_pos
        :result_dp_d
            s:<DECp>(-?[0-9]+)[^<]+<pCED>:\1:
    :next_d
        s:(<DEC>[^;]*);( ?-?[0-9]+):\1\2;:
    /;#[^<]+<CED>/!b loop_d
    s:;(#[^<]+<CED>):#\1:
b redirect


#1+: <INC>9 0 -10 -1#label<CNI> -> <INC>10 1 -9 0##label<CNI>
:incr
    s:<INC>:&;:
    :loop_i
        /<INC>[^;]*; ?-/{
            s:(<INC>[^;]*; ?)-([0-9]+):\1<DECp>\2#result_dp_i<pCED>:
            b decr_pos
            :result_dp_i
                s:<DECp>0#[^<]+<pCED>:0:
                s:<DECp>([0-9]+)[^<]+<pCED>:-\1:
            b next_i
        }
        s:(<INC>[^;]*; ?)([0-9]+):\1<INCp>\2#result_ip_i<pCNI>:
        b incr_pos
        :result_ip_i
            s:<INCp>([0-9]+)[^<]+<pCNI>:\1:
    :next_i
        s:(<INC>[^;]*);( ?-?[0-9]+):\1\2;:
    /;#[^<]+<CNI>/!b loop_i
    s:;(#[^<]+<CNI>):#\1:
b redirect


######################### BASE LIB 2.0 #########################

#1-2: <DIVp>14 5#label<pVID> -> <DIVp>2##label<pVID>
#1-2: <DIVp>5 14#label<pVID> -> <DIVp>0##label<pVID>
#1-2: <DIVp>9 0#label<pVID> -> INFINITE RUNTIME!!
:div_pos
    #TODO: write a much simpler algorithm, which also handles /0!
    /(<DIVp>)([0-9]+)#/{
        s::\1\2 1,\2 \2#:
        b print_dvp
    }
    s:#[^<]+<pVID>:,1&:
    :loop_dvp
        s: ([0-9]+),([0-9]+)(#[^<]+<pVID>): \1,\2 <MULTp>\2 \1#result_mmp_dvp<pTLUM>\3:
        b mult_pos
        :result_mmp_dvp
            s:<MULTp>([0-9]+)[^<]+<pTLUM>:\1:
        /<DIVp>([0-9]+) [0-9]+,[0-9]+ \1#/b print_dvp
        s:(<DIVp>)([0-9]+) ([0-9]+),([0-9]+) ([0-9]+):&;<MAXp>\2 \5#result_Mp_dvp<pXAM>:
        b max_pos
        :result_Mp_dvp
            s:<MAXp>([0-9]+)[^<]+<pXAM>:\1:
        / ([0-9]+);\1#([^<]+<pVID>)/{
            s:,([0-9]+) ([0-9]+);[0-9]+(#[^<]+<pVID>):,<DECp>\1#result_dp_dvp<pCED> \2\3:
            b decr_pos
            :result_dp_dvp
                s:<DECp>([0-9]+)[^<]+<pCED>:\1:
            b print_dvp
        }
        s:,([0-9]+) [0-9]+;[0-9]+(#[^<]+<pVID>):,<INCp>\1#result_ip_dvp<pCNI>\2:
        b incr_pos
        :result_ip_dvp
            s:<INCp>([0-9]+)[^<]+<pCNI>:\1:
    b loop_dvp
    :print_dvp
        s:(<DIVp>)[0-9]+ [0-9]+,([0-9]+) [0-9]+:\1\2#:
b redirect


#1-2: <MULTp>9 14#label<pTLUM> -> <MULTp>126##label<pTLUM>
:mult_pos
	/(<MULTp>)([0-9]+)#/{
        s::\10 \2,\2:
        b print_mmp
    }
    s:#[^<]+<pTLUM>:,0&:
	:loop_mmp
        /<MULTp>0/b print_mmp
        s:(<MULTp>)([0-9]+):\1<DECp>\2#result_dp_mmp<pCED>:
        b decr_pos
        :result_dp_mmp
            s:<DECp>([0-9]+)[^<]+<pCED>:\1:
        s:(<MULTp>[0-9]+ )([0-9]+),([0-9]+):\1\2,<ADDp>\3 \2#result_ap_mmp<pDDA>:
        b add_pos
        :result_ap_mmp
            s:<ADDp>([0-9]+)[^<]+<pDDA>:\1:
    b loop_mmp
	:print_mmp
		s:(<MULTp>)0 [0-9]+,([0-9]+):\1\2#:
b redirect


#1-2: <SUBp>9 14#label<pBUS> -> <SUBp>-5##label<pBUS>
#1-2: <SUBp>14 9#label<pBUS> -> <SUBp>5##label<pBUS>
:sub_pos
    /<SUBp>[0-9]+#/b print_sp
    :loop_sp
        /<SUBp>((0 )|([0-9]+ 0))/{
            s:(<SUBp>)([0-9]+) 0:\1\2:
            s:(<SUBp>)0 ([0-9]+):\1-\2:
            b print_sp
        }
        s:(<SUBp>)([0-9]+):\1<DECp>\2#result_dp_sp_1<pCED>:
        b decr_pos
        :result_dp_sp_1
            s:<DECp>([0-9]+)[^<]+<pCED>:\1:
        s:(<SUBp>[0-9]+ )([0-9]+):\1<DECp>\2#result_dp_sp_2<pCED>:
        b decr_pos
        :result_dp_sp_2
            s:<DECp>([0-9]+)[^<]+<pCED>:\1:
    b loop_sp
    :print_sp
        s:#[^<]+<pBUS>:#&:
b redirect


#1-2: <ADDp>9 14#label<pDDA> -> <ADDp>23##label<pDDA>
:add_pos
    /<ADDp>[0-9]+#/b print_ap
    :loop_ap
        /<ADDp>0/{
            s:(<ADDp>)0 :\1:
            b print_ap
        }
        s:(<ADDp>)([0-9]+):\1<DECp>\2#result_dp_ap<pCED>:
        b decr_pos
        :result_dp_ap
            s:<DECp>([0-9]+)[^<]+<pCED>:\1:
        s:(<ADDp>[0-9]+ )([0-9]+):\1<INCp>\2#result_ip_ap<pCNI>:
        b incr_pos
        :result_ip_ap
            s:<INCp>([0-9]+)[^<]+<pCNI>:\1:
    b loop_ap
    :print_ap
        s:#[^<]+<pDDA>:#&:
b redirect


#1-2: <MAXp>110 34#label<pXAM> -> <MAXp>110##label<pXAM>
:max_pos
    /(<MAXp>)([0-9]+)#/{
        s::\1A\2,0B\2,0M\2#:
        b print_Mp
    }
    s:(<MAXp>)([0-9]+) ([0-9]+):\1A\2,\2B\3,\3M\3:
    :loop_Mp
        /,0[BM][^<]+<pXAM>/{
            s:(<MAXp>)A([0-9]+),[1-9][0-9]*B[0-9]+,0M[0-9]+:\1A0,0B0,0M\2:
            b print_Mp
        }
        s:,([0-9]+)(B[^<]+<pXAM>):,<DECp>\1#result_dp_Mp_1<pCED>\2:
        b decr_pos
        :result_dp_Mp_1
            s:,<DECp>([0-9]+)#[^<]+<pCED>(B[^<]+<pXAM>):,\1\2:
        s:,([0-9]+)(M[^<]+<pXAM>):,<DECp>\1#result_dp_Mp_2<pCED>\2:
        b decr_pos
        :result_dp_Mp_2
            s:,<DECp>([0-9]+)#[^<]+<pCED>(M[^<]+<pXAM>):,\1\2:
    b loop_Mp
    :print_Mp
        s:(<MAXp>)A[0-9]+,[0-9]+B[0-9]+,[0-9]+M([0-9]+):\1\2:
        s:#[^<]+<pXAM>:#&:
b redirect


#1-2: <MINp>110 34#label<pNIM> -> <MINp>34##label<pNIM>
:min_pos
    /(<MINp>)([0-9]+)#/{
        s::\1A\2,0B\2,0m\2#:
        b print_mp
    }
    s:(<MINp>)([0-9]+) ([0-9]+):\1A\2,\2B\3,\3m\3:
    :loop_mp
        /,0[Bm][^<]+<pNIM>/{
            s:(<MINp>)A([0-9]+),0B[0-9]+,[1-9][0-9]*m[0-9]+:\1A0,0B0,0m\2:
            b print_mp
        }
        s:,([0-9]+)(B[^<]+<pNIM>):,<DECp>\1#result_dp_mp_1<pCED>\2:
        b decr_pos
        :result_dp_mp_1
            s:,<DECp>([0-9]+)#[^<]+<pCED>(B[^<]+<pNIM>):,\1\2:
        s:,([0-9]+)(m[^<]+<pNIM>):,<DECp>\1#result_dp_mp_2<pCED>\2:
        b decr_pos
        :result_dp_mp_2
            s:,<DECp>([0-9]+)#[^<]+<pCED>(m[^<]+<pNIM>):,\1\2:
    b loop_mp
    :print_mp
        s:(<MINp>)A[0-9]+,[0-9]+B[0-9]+,[0-9]+m([0-9]+):\1\2:
        s:#[^<]+<pNIM>:#&:
b redirect


#1: <DECp>10#label<pCED> -> <DECp>9##label<pCED>
#1: <DECp>0#label<pCED> -> <DECp>-1##label<pCED>
:decr_pos
	:zeros_dp
		s:0(@*)(#[^<]+<pCED>):@\1\2:
	t zeros_dp
	s:9(@*)(#[^<]+<pCED>):8\1\2:;t print_dp
	s:8(@*)(#[^<]+<pCED>):7\1\2:;t print_dp
	s:7(@*)(#[^<]+<pCED>):6\1\2:;t print_dp
	s:6(@*)(#[^<]+<pCED>):5\1\2:;t print_dp
	s:5(@*)(#[^<]+<pCED>):4\1\2:;t print_dp
	s:4(@*)(#[^<]+<pCED>):3\1\2:;t print_dp
	s:3(@*)(#[^<]+<pCED>):2\1\2:;t print_dp
	s:2(@*)(#[^<]+<pCED>):1\1\2:;t print_dp
	s:1(@*)(#[^<]+<pCED>):0\1\2:;t print_dp
	:print_dp
        s:(<DECp>)@#:\1-1#:
		s:(<DECp>)0@:\1@:
		:loop_dp
			s:(<DECp>[^#]*)@:\19:
		/<DECp>[^#]*@/b loop_dp
		s:#[^<]+<pCED>:#&:
b redirect


#1: <INCp>9#label<pCNI> -> <INCp>10##label<pCNI>
:incr_pos
	:nines_ip
		s:9(@*)(#[^<]+<pCNI>):@\1\2:
	t nines_ip
	s:0(@*)(#[^<]+<pCNI>):1\1\2:;t print_ip
	s:1(@*)(#[^<]+<pCNI>):2\1\2:;t print_ip
	s:2(@*)(#[^<]+<pCNI>):3\1\2:;t print_ip
	s:3(@*)(#[^<]+<pCNI>):4\1\2:;t print_ip
	s:4(@*)(#[^<]+<pCNI>):5\1\2:;t print_ip
	s:5(@*)(#[^<]+<pCNI>):6\1\2:;t print_ip
	s:6(@*)(#[^<]+<pCNI>):7\1\2:;t print_ip
	s:7(@*)(#[^<]+<pCNI>):8\1\2:;t print_ip
	s:8(@*)(#[^<]+<pCNI>):9\1\2:;t print_ip
	:print_ip
		s:(<INCp>)@:\11@:
		:loop_ip
			s:(<INCp>[^#]*)@:\10:
		/<INCp>[^#]*@/b loop_ip
		s:#[^<]+<pCNI>:#&:
b redirect


######################### FUNCTION GLUE #########################

:redirect
    b base_lib_redirects
    :continue_redirects_1
	b math_lib_redirects
	:continue_redirects_2
	b user_redirects


:base_lib_redirects
    /##result_dp_mp_1<pCED>/b result_dp_mp_1
    /##result_dp_mp_2<pCED>/b result_dp_mp_2
    /##result_dp_Mp_1<pCED>/b result_dp_Mp_1
    /##result_dp_Mp_2<pCED>/b result_dp_Mp_2
    /##result_dp_ap<pCED>/b result_dp_ap
    /##result_ip_ap<pCNI>/b result_ip_ap
    /##result_dp_sp_1<pCED>/b result_dp_sp_1
    /##result_dp_sp_2<pCED>/b result_dp_sp_2
    /##result_dp_mmp<pCED>/b result_dp_mmp
    /##result_ap_mmp<pDDA>/b result_ap_mmp
    /##result_mmp_dvp<pTLUM>/b result_mmp_dvp
    /##result_Mp_dvp<pXAM>/b result_Mp_dvp
    /##result_dp_dvp<pCED>/b result_dp_dvp
    /##result_ip_dvp<pCNI>/b result_ip_dvp
b continue_redirects_1


:math_lib_redirects
    /##result_dp_i<pCED>/b result_dp_i
	/##result_ip_i<pCNI>/b result_ip_i
	/##result_ip_d<pCNI>/b result_ip_d
	/##result_dp_d<pCED>/b result_dp_d
    /##result_Mp_m<pXAM>/b result_Mp_m
	/##result_mp_m<pNIM>/b result_mp_m
    /##result_mp_M<pNIM>/b result_mp_M
	/##result_Mp_M<pXAM>/b result_Mp_M
    /##result_ap_a_1<pDDA>/b result_ap_a_1
    /##result_ap_a_2<pDDA>/b result_ap_a_2
    /##result_sp_a_1<pBUS>/b result_sp_a_1
    /##result_sp_a_2<pBUS>/b result_sp_a_2
    /##result_ap_s_1<pDDA>/b result_ap_s_1
    /##result_ap_s_2<pDDA>/b result_ap_s_2
    /##result_sp_s_1<pBUS>/b result_sp_s_1
    /##result_sp_s_2<pBUS>/b result_sp_s_2
    /##result_mmp_mm_1<pTLUM>/b result_mmp_mm_1
    /##result_mmp_mm_2<pTLUM>/b result_mmp_mm_2
    /##result_mmp_mm_3<pTLUM>/b result_mmp_mm_3
    /##result_mmp_mm_4<pTLUM>/b result_mmp_mm_4
    /##result_dvp_dv_1<pVID>/b result_dvp_dv_1
    /##result_dvp_dv_2<pVID>/b result_dvp_dv_2
    /##result_dvp_dv_3<pVID>/b result_dvp_dv_3
    /##result_dvp_dv_4<pVID>/b result_dvp_dv_4
b continue_redirects_2


:EOS
:END_OF_SCRIPT
	#mainly used to skip over remaining code, when needed
cg38_example_inputs.txt ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
2*2 + 1
2 * 2+1
9 / 1+2  -  1    /    2
0-6 * 2
4  /  1 + 1
2-4/2
-4
34
7
1 / 0
9*9*9*9
1+2*3
cg38_example_outputs.txt ASCII text
  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
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
2*2 + 1$
2#0#*2#1#+1$
0,2#0#>*2#1#+1$
0,>4#1#+1$
0,4#1#>+1$
0,4#1#+>1$
1,4#1#>+1$
1,>5$
5

2 * 2+1$
2#1#*2#0#+1$
0,2#1#>*2#0#+1$
0,2#1#*>2#0#+1$
0,2#1#*2#0#>+1$
0,2#1#*>3$
1,2#1#>*3$
1,>6$
6

9 / 1+2  -  1    /    2$
9#1#/1#0#+2#2#-1#4#/2$
0,9#1#>/1#0#+2#2#-1#4#/2$
0,9#1#/>1#0#+2#2#-1#4#/2$
0,9#1#/1#0#>+2#2#-1#4#/2$
0,9#1#/>3#2#-1#4#/2$
0,9#1#/3#2#>-1#4#/2$
0,9#1#/3#2#->1#4#/2$
0,9#1#/3#2#-1#4#>/2$
0,9#1#/3#2#-1#4#/>2$
1,9#1#>/3#2#-1#4#/2$
1,>3#2#-1#4#/2$
1,3#2#>-1#4#/2$
1,3#2#->1#4#/2$
1,3#2#-1#4#>/2$
1,3#2#-1#4#/>2$
2,3#2#>-1#4#/2$
2,>2#4#/2$
2,2#4#>/2$
2,2#4#/>2$
3,2#4#>/2$
3,2#4#/>2$
4,2#4#>/2$
4,>1$
1

0-6 * 2$
0#0#-6#1#*2$
0,0#0#>-6#1#*2$
0,>_6#1#*2$
0,_6#1#>*2$
0,_6#1#*>2$
1,_6#1#>*2$
1,_>12$
-12

4  /  1 + 1$
4#2#/1#1#+1$
0,4#2#>/1#1#+1$
0,4#2#/>1#1#+1$
0,4#2#/1#1#>+1$
0,4#2#/1#1#+>1$
1,4#2#>/1#1#+1$
1,4#2#/>1#1#+1$
1,4#2#/1#1#>+1$
1,4#2#/>2$
2,4#2#>/2$
2,>2$
2

2-4/2$
2#0#-4#0#/2$
0,2#0#>-4#0#/2$
0,>_2#0#/2$
0,_2#0#>/2$
0,_>1$
-1

undefined

undefined

7

INFINITE RUNTIME!!

9*9*9*9$
9#0#*9#0#*9#0#*9$
0,9#0#>*9#0#*9#0#*9$
0,>81#0#*9#0#*9$
0,81#0#>*9#0#*9$
0,>729#0#*9$
0,729#0#>*9$
0,>6561$
6561

1+2*3$
1#0#+2#0#*3$
0,1#0#>+2#0#*3$
0,>3#0#*3$
0,3#0#>*3$
0,>9$
9