返回列表 发帖

[其他] 为什么我进入后直接按回车会直接关闭,如果输入p1或p2再按回车也会直接关闭

@echo off
:begin1
set /a a1=0
set /a a2=0
set /a a3=0
set /a a4=0
set /a a5=0
set /a b1=0
set /a b2=0
set /a b3=0
set /a b4=0
set /a b5=0
set /a c1=0
set /a c2=0
set /a c3=0
set /a c4=0
set /a c5=0
set /a d1=0
set /a d2=0
set /a d3=0
set /a d4=0
set /a d5=0
set /a h1=0
set /a h2=2
set /a h3=3
set /a h4=4
set /p r=输入先行方
if %r%==p1 (goto show2) else (goto rty)
:rty
if %r%==p2 (goto show1) else (goto begin1)
:p1
set /p n=P1请输入
if %n%==a1 (goto qaza1) else (goto next1)
:next1
if %n%==a2 (goto qaza2) else (goto next2)
:next2
if %n%==a3 (goto qaza3) else (goto next3)
:next3
if %n%==a4 (goto qaza4) else (goto next4)
:next4
if %n%==a5 (goto qaza5) else (goto next5)
:next5
if %n%==b1 (goto qazb1) else (goto next6)
:next6
if %n%==b2 (goto qazb2) else (goto next7)
:next7
if %n%==b3 (goto qazb3) else (goto next8)
:next8
if %n%==b4 (goto qazb4) else (goto next9)
:next9
if %n%==b5 (goto qazb5) else (goto next10)
:next10
if %n%==c1 (goto qazc1) else (goto next11)
:next11
if %n%==c2 (goto qazc2) else (goto next12)
:next12
if %n%==c3 (goto qazc3) else (goto next13)
:next13
if %n%==c4 (goto qazc4) else (goto next14)
:next14
if %n%==c5 (goto qazc5) else (goto next15)
:next15
if %n%==d1 (goto qazd1) else (goto next16)
:next16
if %n%==d2 (goto qazd2) else (goto next17)
:next17
if %n%==d3 (goto qazd3) else (goto next18)
:next18
if %n%==d4 (goto qazd4) else (goto next19)
:next19
if %n%==d5 (goto qazd5) else (goto p1)
:cha1
if %a1% gtr %h1% (goto sum) else (goto wsxa1)
:cha2
if %a2% gtr %h1% (goto sum) else (goto wsxa2)
:cha3
if %a3% gtr %h1% (goto sum) else (goto wsxa3)
:cha4
if %a4% gtr %h1% (goto sum) else (goto wsxa4)
:cha5
if %a5% gtr %h1% (goto sum) else (goto wsxa5)
:chb1
if %b1% gtr %h1% (goto sum) else (goto wsxb1)
:chb2
if %b2% gtr %h1% (goto sum) else (goto wsxb2)
:chb3
if %b3% gtr %h1% (goto sum) else (goto wsxb3)
:chb4
if %b4% gtr %h1% (goto sum) else (goto wsxb4)
:chb5
if %b5% gtr %h1% (goto sum) else (goto wsxb5)
:chc1
if %c1% gtr %h1% (goto sum) else (goto wsxc1)
:chc2
if %c2% gtr %h1% (goto sum) else (goto wsxc2)
:chc3
if %c3% gtr %h1% (goto sum) else (goto wsxc3)
:chc4
if %c4% gtr %h1% (goto sum) else (goto wsxc4)
:chc5
if %c5% gtr %h1% (goto sum) else (goto wsxc5)
:chd1
if %d1% gtr %h1% (goto sum) else (goto wsxd1)
:chd2
if %d2% gtr %h1% (goto sum) else (goto wsxd2)
:chd3
if %d3% gtr %h1% (goto sum) else (goto wsxd3)
:chd4
if %d4% gtr %h1% (goto sum) else (goto wsxd4)
:chd5
if %d5% gtr %h1% (goto sum) else (goto wsxd5)
:sum
if %a1% lss %h2% (goto sum1) else (goto changea1)
:sum1
if %a5% lss %h2% (goto sum2) else (goto changea5)
:sum2
if %d1% lss %h2% (goto sum3) else (goto changed1)
:sum3
if %d5% lss %h2% (goto sum4) else (goto changed5)
:sum4
if %a2% lss %h3% (goto sum5) else (goto changea2)
:sum5
if %a3% lss %h3% (goto sum6) else (goto changea3)
:sum6
if %a4% lss %h3% (goto sum7) else (goto changea4)
:sum7
if %b1% lss %h3% (goto sum8) else (goto changeb1)
:sum8
if %b5% lss %h3% (goto sum9) else (goto changeb5)
:sum9
if %c1% lss %h3% (goto sum10) else (goto changec1)
:sum10
if %c5% lss %h3% (goto sum11) else (goto changec5)
:sum11
if %d2% lss %h3% (goto sum12) else (goto changed2)
:sum12
if %d3% lss %h3% (goto sum13) else (goto changed3)
:sum13
if %d4% lss %h3% (goto sum14) else (goto changed4)
:sum14
if %b2% lss %h4% (goto sum15) else (goto changeb2)
:sum15
if %b3% lss %h4% (goto sum16) else (goto changeb3)
:sum16
if %b4% lss %h4% (goto sum17) else (goto changeb4)
:sum17
if %c2% lss %h4% (goto sum18) else (goto changec2)
:sum18
if %c3% lss %h4% (goto sum19) else (goto changec3)
:sum19
if %c4% lss %h4% (goto show1) else (goto changec4)
:changea1
set /a a1=0
if %a2% lss %h1% (set /a a2=1-a2) else (set /a a2=a2+1)
if %b1% lss %h1% (set /a b1=1-b1) else (set /a b1=b1+1)
goto p1win
:changea5
set /a a5=0
if %a4% lss %h1% (set /a a4=1-a4) else (set /a a4=a4+1)
if %b5% lss %h1% (set /a b5=1-b5) else (set /a b5=b5+1)
goto p1win
:changed1
set /a d1=0
if %c1% lss %h1% (set /a c1=1-c1) else (set /a c1=c1+1)
if %d2% lss %h1% (set /a d2=1-d2) else (set /a d2=d2+1)
goto p1win
:changed5
set /a d5=0
if %d4% lss %h1% (set /a d4=1-d4) else (set /a d4=d4+1)
if %c5% lss %h1% (set /a c5=1-c5) else (set /a c5=c5+1)
goto p1win
:changea2
set /a a2=0
if %a1% lss %h1% (set /a a1=1-a1) else (set /a a1=a1+1)
if %a3% lss %h1% (set /a a3=1-a3) else (set /a a3=a3+1)
if %b2% lss %h1% (set /a b2=1-b2) else (set /a b2=b2+1)
goto p1win
:changea3
set /a a3=0
if %a2% lss %h1% (set /a a2=1-a2) else (set /a a2=a2+1)
if %a4% lss %h1% (set /a a4=1-a4) else (set /a a4=a4+1)
if %b3% lss %h1% (set /a b3=1-b3) else (set /a b3=b3+1)
goto p1win
:changea4
set /a a4=0
if %a3% lss %h1% (set /a a3=1-a3) else (set /a a3=a3+1)
if %b4% lss %h1% (set /a b4=1-b4) else (set /a b4=b4+1)
if %a5% lss %h1% (set /a a5=1-a5) else (set /a a5=a5+1)
goto p1win
:changeb1
set /a b1=0
if %a1% lss %h1% (set /a a1=1-a1) else (set /a a1=a1+1)
if %b2% lss %h1% (set /a b2=1-b2) else (set /a b2=b2+1)
if %c1% lss %h1% (set /a c1=1-c1) else (set /a c1=c1+1)
goto p1win
:changec1
set /a c1=0
if %b1% lss %h1% (set /a b1=1-b1) else (set /a b1=b1+1)
if %c2% lss %h1% (set /a c2=1-c2) else (set /a c2=c2+1)
if %d1% lss %h1% (set /a d1=1-d1) else (set /a d1=d1+1)
goto p1win
:changeb5
set /a b5=0
if %a5% lss %h1% (set /a a5=1-a5) else (set /a a5=a5+1)
if %b4% lss %h1% (set /a b4=1-b4) else (set /a b4=b4+1)
if %c5% lss %h1% (set /a c5=1-c5) else (set /a c5=c5+1)
goto p1win
:changec5
set /a c5=0
if %b5% lss %h1% (set /a b5=1-b5) else (set /a b5=b5+1)
if %c4% lss %h1% (set /a c4=1-c4) else (set /a c4=c4+1)
if %d5% lss %h1% (set /a d5=1-d5) else (set /a d5=d5+1)
goto p1win
:changed4
set /a d4=0
if %c4% lss %h1% (set /a c4=1-c4) else (set /a c4=c4+1)
if %d3% lss %h1% (set /a d3=1-d3) else (set /a d3=d3+1)
if %d5% lss %h1% (set /a d5=1-d5) else (set /a d5=d5+1)
goto p1win
:changed2
set /a d2=0
if %d3% lss %h1% (set /a d3=1-d3) else (set /a d3=d3+1)
if %c2% lss %h1% (set /a c2=1-c2) else (set /a c2=c2+1)
if %d1% lss %h1% (set /a d1=1-d1) else (set /a d1=d1+1)
goto p1win
:changed3
set /a d3=0
if %d4% lss %h1% (set /a d4=1-d4) else (set /a d4=d4+1)
if %d2% lss %h1% (set /a d2=1-d2) else (set /a d2=d2+1)
if %c3% lss %h1% (set /a c3=1-c3) else (set /a c3=c3+1)
goto p1win
:changeb2
set /a b2=0
if %a2% lss %h1% (set /a a2=1-a2) else (set /a a2=a2+1)
if %b1% lss %h1% (set /a b1=1-b1) else (set /a b1=b1+1)
if %c2% lss %h1% (set /a c2=1-c2) else (set /a c2=c2+1)
if %b3% lss %h1% (set /a b3=1-b3) else (set /a b3=b3+1)
goto p1win
:changeb3
set /a b3=0
if %b2% lss %h1% (set /a b2=1-b2) else (set /a b2=b2+1)
if %a3% lss %h1% (set /a a3=1-a3) else (set /a a3=a3+1)
if %b4% lss %h1% (set /a b4=1-b4) else (set /a b4=b4+1)
if %c3% lss %h1% (set /a c3=1-c3) else (set /a c3=c3+1)
goto p1win
:changeb4
set /a b4=0
if %a4% lss %h1% (set /a a4=1-a4) else (set /a a4=a4+1)
if %b3% lss %h1% (set /a b3=1-b3) else (set /a b3=b3+1)
if %c4% lss %h1% (set /a c4=1-c4) else (set /a c4=c4+1)
if %b5% lss %h1% (set /a b5=1-b5) else (set /a b5=b5+1)
goto p1win
:changec2
set /a c2=0
if %b2% lss %h1% (set /a b2=1-b2) else (set /a b2=b2+1)
if %c1% lss %h1% (set /a c1=1-c1) else (set /a c1=c1+1)
if %d2% lss %h1% (set /a d2=1-d2) else (set /a d2=d2+1)
if %c3% lss %h1% (set /a c3=1-c3) else (set /a c3=c3+1)
goto p1win
:changec3
set /a c3=0
if %b3% lss %h1% (set /a b3=1-b3) else (set /a b3=b3+1)
if %c2% lss %h1% (set /a c2=1-c2) else (set /a c2=c2+1)
if %d3% lss %h1% (set /a d3=1-d3) else (set /a d3=d3+1)
if %c4% lss %h1% (set /a c4=1-c4) else (set /a c4=c4+1)
goto p1win
:changec4
set /a c4=0
if %b4% lss %h1% (set /a b4=1-b4) else (set /a b4=b4+1)
if %c3% lss %h1% (set /a c3=1-c3) else (set /a c3=c3+1)
if %d4% lss %h1% (set /a d4=1-d4) else (set /a d4=d4+1)
if %c5% lss %h1% (set /a c5=1-c5) else (set /a c5=c5+1)
goto p1win
:p1win
if %a1% lss %h1% (goto sum) else (goto next20)
:next20
if %a2% lss %h1% (goto sum) else (goto next21)
:next21
if %a3% lss %h1% (goto sum) else (goto next22)
:next22
if %a4% lss %h1% (goto sum) else (goto next23)
:next23
if %a5% lss %h1% (goto sum) else (goto next24)
:next24
if %b1% lss %h1% (goto sum) else (goto next25)
:next25
if %b2% lss %h1% (goto sum) else (goto next26)
:next26
if %b3% lss %h1% (goto sum) else (goto next27)
:next27
if %b4% lss %h1% (goto sum) else (goto next28)
:next28
if %b5% lss %h1% (goto sum) else (goto next29)
:next29
if %c1% lss %h1% (goto sum) else (goto next30)
:next30
if %c2% lss %h1% (goto sum) else (goto next31)
:next31
if %c3% lss %h1% (goto sum) else (goto next32)
:next32
if %c4% lss %h1% (goto sum) else (goto next33)
:next33
if %c5% lss %h1% (goto sum) else (goto next34)
:next34
if %d1% lss %h1% (goto sum) else (goto next35)
:next35
if %d2% lss %h1% (goto sum) else (goto next36)
:next36
if %d3% lss %h1% (goto sum) else (goto next37)
:next37
if %d4% lss %h1% (goto sum) else (goto next38)
:next38
if %d5% lss %h1% (goto sum) else (goto next39)
:next39
set /a v=a1+a2+a3+a4+a5+b1+b2+b3+b4+b5+c1+c2+c3+c4+c5+d1+d2+d3+d4+d5
if %v% lss %h2% (goto sum) else (goto final1)
:final1
cls
echo P1 WIN
pause
goto begin
:show1
cls
echo ┌───┬───┬───┬───┬───┐
if %a1%==0 (goto qwera10) else (goto next40)
:next40
if %a1%==1 (goto qwera11) else (goto next41)
:next41
if %a1%==-1 (goto qwera1-1) else (goto next42)
:next42
if %a2%==0 (goto qwera20) else (goto next43)
:next43
if %a2%==1 (goto qwera21) else (goto next44)
:next44
if %a2%==2 (goto qwera22) else (goto next45)
:next45
if %a2%==-1 (goto qwera2-1) else (goto next46)
:next46
if %a2%==-2 (goto qwera2-2) else (goto next47)
:next47
if %a3%==0 (goto qwera30) else (goto next48)
:next48
if %a3%==1 (goto qwera31) else (goto next49)
:next49
if %a3%==2 (goto qwera32) else (goto next50)
:next50
if %a3%==-1 (goto qwera3-1) else (goto next51)
:next51
if %a3%==-2 (goto qwera3-2) else (goto next52)
:next52
if %a4%==0 (goto qwera40) else (goto next53)
:next53
if %a4%==1 (goto qwera41) else (goto next54)
:next54
if %a4%==2 (goto qwera42) else (goto next55)
:next55
if %a4%==-1 (goto qwera4-1) else (goto next56)
:next56
if %a4%==-2 (goto qwera4-2) else (goto next57)
:next57
if %a5%==0 (goto qwera50) else (goto next58)
:next58
if %a5%==1 (goto qwera51) else (goto next59)
:next59
if %a5%==-1 (goto qwera5-1) else (goto next60)
:next60
echo                                       │   │   │   │   │   │ a
echo │   │   │   │   │   │
echo ├───┼───┼───┼───┼───┤
if %b1%==0 (goto qwerb10) else (goto next61)
:next61
if %b1%==1 (goto qwerb11) else (goto next62)
:next62
if %b1%==2 (goto qwerb12) else (goto next63)
:next63
if %b1%==-1 (goto qwerb1-1) else (goto next64)
:next64
if %b1%==-2 (goto qwerb1-2) else (goto next65)
:next65
if %b2%==0 (goto qwerb20) else (goto next66)
:next66
if %b2%==1 (goto qwerb21) else (goto next67)
:next67
if %b2%==2 (goto qwerb22) else (goto next68)
:next68
if %b2%==3 (goto qwerb23) else (goto next69)
:next69
if %b2%==-1 (goto qwerb2-1) else (goto next70)
:next70
if %b2%==-2 (goto qwerb2-2) else (goto next71)
:next71
if %b2%==-3 (goto qwerb2-3) else (goto next72)
:next72
if %b3%==0 (goto qwerb30) else (goto next73)
:next73
if %b3%==1 (goto qwerb31) else (goto next74)
:next74
if %b3%==2 (goto qwerb32) else (goto next75)
:next75
if %b3%==3 (goto qwerb33) else (goto next76)
:next76
if %b3%==-1 (goto qwerb3-1) else (goto next77)
:next77
if %b3%==-2 (goto qwerb3-2) else (goto next78)
:next78
if %b3%==-3 (goto qwerb3-3) else (goto next79)
:next79
if %b4%==0 (goto qwerb40) else (goto next80)
:next80
if %b4%==1 (goto qwerb41) else (goto next81)
:next81
if %b4%==2 (goto qwerb42) else (goto next82)
:next82
if %b4%==3 (goto qwerb43) else (goto next83)
:next83
if %b4%==-1 (goto qwerb4-1) else (goto next84)
:next84
if %b4%==-2 (goto qwerb4-2) else (goto next85)
:next85
if %b4%==-3 (goto qwerb4-3) else (goto next86)
:next86
if %b5%==0 (goto qwerb50) else (goto next87)
:next87
if %b5%==1 (goto qwerb51) else (goto next88)
:next88
if %b5%==2 (goto qwerb52) else (goto next89)
:next89
if %b5%==-1 (goto qwerb5-1) else (goto next90)
:next90
if %b5%==-2 (goto qwerb5-2) else (goto next91)
:next91
echo                                      │   │   │   │   │   │ b
set /p="│   "<nul
if %b2%==0 (goto qwer2b20) else (goto next92)
:next92
if %b2%==1 (goto qwer2b21) else (goto next93)
:next93
if %b2%==2 (goto qwer2b22) else (goto next94)
:next94
if %b2%==3 (goto qwer2b23) else (goto next95)
:next95
if %b2%==-1 (goto qwer2b2-1) else (goto next96)
:next96
if %b2%==-2 (goto qwer2b2-2) else (goto next97)
:next97
if %b2%==-3 (goto qwer2b2-3) else (goto next98)
:next98
if %b3%==0 (goto qwer2b30) else (goto next99)
:next99
if %b3%==1 (goto qwer2b31) else (goto next100)
:next100
if %b3%==2 (goto qwer2b32) else (goto next101)
:next101
if %b3%==3 (goto qwer2b33) else (goto next102)
:next102
if %b3%==-1 (goto qwer2b3-1) else (goto next103)
:next103
if %b3%==-2 (goto qwer2b3-2) else (goto next104)
:next104
if %b3%==-3 (goto qwer2b3-3) else (goto next105)
:next105
if %b4%==0 (goto qwer2b40) else (goto next106)
:next106
if %b4%==1 (goto qwer2b41) else (goto next107)
:next107
if %b4%==2 (goto qwer2b42) else (goto next108)
:next108
if %b4%==3 (goto qwer2b43) else (goto next109)
:next109
if %b4%==-1 (goto qwer2b4-1) else (goto next110)
:next110
if %b4%==-2 (goto qwer2b4-2) else (goto next111)
:next111
if %b4%==-3 (goto qwer2b4-3) else (goto next112)
:next112
set /p="│   │"<nul
echo                                      ├───┼───┼───┼───┼───┤
if %c1%==0 (goto qwerc10) else (goto next113)
:next113
if %c1%==1 (goto qwerc11) else (goto next114)
:next114
if %c1%==2 (goto qwerc12) else (goto next115)
:next115
if %c1%==-1 (goto qwerc1-1) else (goto next116)
:next116
if %c1%==-2 (goto qwerc1-2) else (goto next117)
:next117
if %c2%==0 (goto qwerc20) else (goto next118)
:next118
if %c2%==1 (goto qwerc21) else (goto next119)
:next119
if %c2%==2 (goto qwerc22) else (goto next120)
:next120
if %c2%==3 (goto qwerc23) else (goto next121)
:next121
if %c2%==-1 (goto qwerc2-1) else (goto next122)
:next122
if %c2%==-2 (goto qwerc2-2) else (goto next123)
:next123
if %c2%==-3 (goto qwerc2-3) else (goto next124)
:next124
if %c3%==0 (goto qwerc30) else (goto next125)
:next125
if %c3%==1 (goto qwerc31) else (goto next126)
:next126
if %c3%==2 (goto qwerc32) else (goto next127)
:next127
if %c3%==3 (goto qwerc33) else (goto next128)
:next128
if %c3%==-1 (goto qwerc3-1) else (goto next129)
:next129
if %c3%==-2 (goto qwerc3-2) else (goto next130)
:next130
if %c3%==-3 (goto qwerc3-3) else (goto next131)
:next131
if %c4%==0 (goto qwerc40) else (goto next132)
:next132
if %c4%==1 (goto qwerc41) else (goto next133)
:next133
if %c4%==2 (goto qwerc42) else (goto next134)
:next134
if %c4%==3 (goto qwerc43) else (goto next135)
:next135
if %c4%==-1 (goto qwerc4-1) else (goto next136)
:next136
if %c4%==-2 (goto qwerc4-2) else (goto next137)
:next137
if %c4%==-3 (goto qwerc4-3) else (goto next138)
:next138
if %c5%==0 (goto qwerc50) else (goto next139)
:next139
if %c5%==1 (goto qwerc51) else (goto next140)
:next140
if %c5%==2 (goto qwerc52) else (goto next141)
:next141
if %c5%==-1 (goto qwerc5-1) else (goto next142)
:next142
if %c5%==-2 (goto qwerc5-2) else (goto next143)
:next143
echo                                      │   │   │   │   │   │ c
set /p="│   "<nul
if %c2%==0 (goto qwer2c20) else (goto next144)
:next144
if %c2%==1 (goto qwer2c21) else (goto next145)
:next145
if %c2%==2 (goto qwer2c22) else (goto next146)
:next146
if %c2%==3 (goto qwer2c23) else (goto next147)
:next147
if %c2%==-1 (goto qwer2c2-1) else (goto next148)
:next148
if %c2%==-2 (goto qwer2c2-2) else (goto next149)
:next149
if %c2%==-3 (goto qwer2c2-3) else (goto next150)
:next150
if %c3%==0 (goto qwer2c30) else (goto next151)
:next151
if %c3%==1 (goto qwer2c31) else (goto next152)
:next152
if %c3%==2 (goto qwer2c32) else (goto next153)
:next153
if %c3%==3 (goto qwer2c33) else (goto next154)
:next154
if %c3%==-1 (goto qwer2c3-1) else (goto next155)
:next155
if %c3%==-2 (goto qwer2c3-2) else (goto next156)
:next156
if %c3%==-3 (goto qwer2c3-3) else (goto next157)
:next157
if %c4%==0 (goto qwer2c40) else (goto next158)
:next158
if %c4%==1 (goto qwer2c41) else (goto next159)
:next159
if %c4%==2 (goto qwer2c42) else (goto next160)
:next160
if %c4%==3 (goto qwer2c43) else (goto next161)
:next161
if %c4%==-1 (goto qwer2c4-1) else (goto next162)
:next162
if %c4%==-2 (goto qwer2c4-2) else (goto next163)
:next163
if %c4%==-3 (goto qwer2c4-3) else (goto next164)
:next164
set /p="│   │"<nul
echo                                      ├───┼───┼───┼───┼───┤
if %d1%==0 (goto qwerd10) else (goto next165)
:next165
if %d1%==1 (goto qwerd11) else (goto next166)
:next166
if %d1%==-1 (goto qwerd1-1) else (goto next167)
:next167
if %d2%==0 (goto qwerd20) else (goto next168)
:next168
if %d2%==1 (goto qwerd21) else (goto next169)
:next169
if %d2%==2 (goto qwerd22) else (goto next170)
:next170
if %d2%==-1 (goto qwerd2-1) else (goto next171)
:next171
if %d2%==-2 (goto qwerd2-2) else (goto next172)
:next172
if %d3%==0 (goto qwerd30) else (goto next173)
:next173
if %d3%==1 (goto qwerd31) else (goto next174)
:next174
if %d3%==2 (goto qwerd32) else (goto next175)
:next175
if %d3%==-1 (goto qwerd3-1) else (goto next176)
:next176
if %d3%==-2 (goto qwerd3-2) else (goto next177)
:next177
if %d4%==0 (goto qwerd40) else (goto next178)
:next178
if %d4%==1 (goto qwerd41) else (goto next179)
:next179
if %d4%==2 (goto qwerd42) else (goto next180)
:next180
if %d4%==-1 (goto qwerd4-1) else (goto next181)
:next181
if %d4%==-2 (goto qwerd4-2) else (goto next182)
:next182
if %d5%==0 (goto qwerd50) else (goto next183)
:next183
if %d5%==1 (goto qwerd51) else (goto next184)
:next184
if %d5%==-1 (goto qwerd5-1) else (goto next185)
:next185
echo                                      │   │   │   │   │   │ d
echo │   │   │   │   │   │
echo └───┴───┴───┴───┴───┘
echo     1        2       3       4      5
goto p2
:qaza1
set /a a1=%a1%+1
goto cha1
:qaza2
set /a a2=%a2%+1
goto cha2
:qaza3
set /a a3=%a3%+1
goto cha3
:qaza4
set /a a4=%a4%+1
goto cha4
:qaza5
set /a a5=%a5%+1
goto cha5
:qazb1
set /a b1=%b1%+1
goto chb1
:qazb2
set /a b2=%b2%+1
goto chb2
:qazb3
set /a b3=%b3%+1
goto chb3
:qazb4
set /a b4=%b4%+1
goto chb4
:qazb5
set /a b5=%b5%+1
goto chb5
:qazc1
set /a c1=%c1%+1
goto chc1
:qazc2
set /a c2=%c2%+1
goto chc2
:qazc3
set /a c3=%c3%+1
goto chc3
:qazc4
set /a c4=%c4%+1
goto chc4
:qazc5
set /a c5=%c5%+1
goto chc5
:qazd1
set /a d1=%d1%+1
goto chd1
:qazd2
set /a d2=%d2%+1
goto chd2
:qazd3
set /a d3=%d3%+1
goto chd3
:qazd4
set /a d4=%d4%+1
goto chd4
:qazd5
set /a d5=%d5%+1
goto chd5
:wsxa1
set /a a1=%a1%-1
goto p1
:wsxa2
set /a a2=%a2%-1
goto p1
:wsxa3
set /a a3=%a3%-1
goto p1
:wsxa4
set /a a4=%a4%-1
goto p1
:wsxa5
set /a a5=%a5%-1
goto p1
:wsxb1
set /a b1=%b1%-1
goto p1
:wsxb2
set /a b2=%b2%-1
goto p1
:wsxb3
set /a b3=%b3%-1
goto p1
:wsxb4
set /a b4=%b4%-1
goto p1
:wsxb5
set /a b5=%b5%-1
goto p1
:wsxc1
set /a c1=%c1%-1
goto p1
:wsxc2
set /a c2=%c2%-1
goto p1
:wsxc3
set /a c3=%c3%-1
goto p1
:wsxc4
set /a c4=%c4%-1
goto p1
:wsxc5
set /a c5=%c5%-1
goto p1
:wsxd1
set /a d1=%d1%-1
goto p1
:wsxd2
set /a d2=%d2%-1
goto p1
:wsxd3
set /a d3=%d3%-1
goto p1
:wsxd4
set /a d4=%d4%-1
goto p1
:wsxd5
set /a d5=%d5%-1
goto p1
:p2
set /p n=P2请输入
if %n%==a1 (goto qaz-a1) else (goto next-1)
:next-1
if %n%==a2 (goto qaz-a2) else (goto next-2)
:next-2
if %n%==a3 (goto qaz-a3) else (goto next-3)
:next-3
if %n%==a4 (goto qaz-a4) else (goto next-4)
:next-4
if %n%==a5 (goto qaz-a5) else (goto next-5)
:next-5
if %n%==b1 (goto qaz-b1) else (goto next-6)
:next-6
if %n%==b2 (goto qaz-b2) else (goto next-7)
:next-7
if %n%==b3 (goto qaz-b3) else (goto next-8)
:next-8
if %n%==b4 (goto qaz-b4) else (goto next-9)
:next-9
if %n%==b5 (goto qaz-b5) else (goto next-10)
:next-10
if %n%==c1 (goto qaz-c1) else (goto next-11)
:next-11
if %n%==c2 (goto qaz-c2) else (goto next-12)
:next-12
if %n%==c3 (goto qaz-c3) else (goto next-13)
:next-13
if %n%==c4 (goto qaz-c4) else (goto next-14)
:next-14
if %n%==c5 (goto qaz-c5) else (goto next-15)
:next-15
if %n%==d1 (goto qaz-d1) else (goto next-16)
:next-16
if %n%==d2 (goto qaz-d2) else (goto next-17)
:next-17
if %n%==d3 (goto qaz-d3) else (goto next-18)
:next-18
if %n%==d4 (goto qaz-d4) else (goto next-19)
:next-19
if %n%==d5 (goto qaz-d5) else (goto p2)
:ch-a1
if %a1% lss %h1% (goto sum-) else (goto wsx-a1)
:ch-a2
if %a2% lss %h1% (goto sum-) else (goto wsx-a2)
:ch-a3
if %a3% lss %h1% (goto sum-) else (goto wsx-a3)
:ch-a4
if %a4% lss %h1% (goto sum-) else (goto wsx-a4)
:ch-a5
if %a5% lss %h1% (goto sum-) else (goto wsx-a5)
:ch-b1
if %b1% lss %h1% (goto sum-) else (goto wsx-b1)
:ch-b2
if %b2% lss %h1% (goto sum-) else (goto wsx-b2)
:ch-b3
if %b3% lss %h1% (goto sum-) else (goto wsx-b3)
:ch-b4
if %b4% lss %h1% (goto sum-) else (goto wsx-b4)
:ch-b5
if %b5% lss %h1% (goto sum-) else (goto wsx-b5)
:ch-c1
if %c1% lss %h1% (goto sum-) else (goto wsx-c1)
:ch-c2
if %c2% lss %h1% (goto sum-) else (goto wsx-c2)
:ch-c3
if %c3% lss %h1% (goto sum-) else (goto wsx-c3)
:ch-c4
if %c4% lss %h1% (goto sum-) else (goto wsx-c4)
:ch-c5
if %c5% lss %h1% (goto sum-) else (goto wsx-c5)
:ch-d1
if %d1% lss %h1% (goto sum-) else (goto wsx-d1)
:ch-d2
if %d2% lss %h1% (goto sum-) else (goto wsx-d2)
:ch-d3
if %d3% lss %h1% (goto sum-) else (goto wsx-d3)
:ch-d4
if %d4% lss %h1% (goto sum-) else (goto wsx-d4)
:ch-d5
if %d5% lss %h1% (goto sum-) else (goto wsx-d5)
:sum-
if %a1% gtr -%h2% (goto sum-1) else (goto change-a1)
:sum-1
if %a5% gtr -%h2% (goto sum-2) else (goto change-a5)
:sum-2
if %d1% gtr -%h2% (goto sum-3) else (goto change-d1)
:sum-3
if %d5% gtr -%h2% (goto sum-4) else (goto change-d5)
:sum-4
if %a2% gtr -%h3% (goto sum-5) else (goto change-a2)
:sum-5
if %a3% gtr -%h3% (goto sum-6) else (goto change-a3)
:sum-6
if %a4% gtr -%h3% (goto sum-7) else (goto change-a4)
:sum-7
if %b1% gtr -%h3% (goto sum-8) else (goto change-b1)
:sum-8
if %b5% gtr -%h3% (goto sum-9) else (goto change-b5)
:sum-9
if %c1% gtr -%h3% (goto sum-10) else (goto change-c1)
:sum-10
if %c5% gtr -%h3% (goto sum-11) else (goto change-c5)
:sum-11
if %d2% gtr -%h3% (goto sum-12) else (goto change-d2)
:sum-12
if %d3% gtr -%h3% (goto sum-13) else (goto change-d3)
:sum-13
if %d4% gtr -%h3% (goto sum-14) else (goto change-d4)
:sum-14
if %b2% gtr -%h4% (goto sum-15) else (goto change-b2)
:sum-15
if %b3% gtr -%h4% (goto sum-16) else (goto change-b3)
:sum-16
if %b4% gtr -%h4% (goto sum-17) else (goto change-b4)
:sum-17
if %c2% gtr -%h4% (goto sum-18) else (goto change-c2)
:sum-18
if %c3% gtr -%h4% (goto sum-19) else (goto change-c3)
:sum-19
if %c4% gtr -%h4% (goto show2) else (goto change-c4)
:change-a1
set /a a1=0
if %a2% gtr %h1% (set /a a2=0-1-a2) else (set /a a2=a2+0-1)
if %b1% gtr %h1% (set /a b1=0-1-b1) else (set /a b1=b1+0-1)
goto p2win
:change-a5
set /a a5=0
if %a4% gtr %h1% (set /a a4=0-1-a4) else (set /a a4=a4+0-1)
if %b5% gtr %h1% (set /a b5=0-1-b5) else (set /a b5=b5+0-1)
goto p2win
:change-d1
set /a d1=0
if %c1% gtr %h1% (set /a c1=0-1-c1) else (set /a c1=c1+0-1)
if %d2% gtr %h1% (set /a d2=0-1-d2) else (set /a d2=d2+0-1)
goto p2win
:change-d5
set /a d5=0
if %d4% gtr %h1% (set /a d4=0-1-d4) else (set /a d4=d4+0-1)
if %c5% gtr %h1% (set /a c5=0-1-c5) else (set /a c5=c5+0-1)
goto p2win
:change-a2
set /a a2=0
if %a1% gtr %h1% (set /a a1=0-1-a1) else (set /a a1=a1+0-1)
if %a3% gtr %h1% (set /a a3=0-1-a3) else (set /a a3=a3+0-1)
if %b2% gtr %h1% (set /a b2=0-1-b2) else (set /a b2=b2+0-1)
goto p2win
:change-a3
set /a a3=0
if %a2% gtr %h1% (set /a a2=0-1-a2) else (set /a a2=a2+0-1)
if %a4% gtr %h1% (set /a a4=0-1-a4) else (set /a a4=a4+0-1)
if %b3% gtr %h1% (set /a b3=0-1-b3) else (set /a b3=b3+0-1)
goto p2win
:change-a4
set /a a4=0
if %a3% gtr %h1% (set /a a3=0-1-a3) else (set /a a3=a3+0-1)
if %b4% gtr %h1% (set /a b4=0-1-b4) else (set /a b4=b4+0-1)
if %a5% gtr %h1% (set /a a5=0-1-a5) else (set /a a5=a5+0-1)
goto p2win
:change-b1
set /a b1=0
if %a1% gtr %h1% (set /a a1=0-1-a1) else (set /a a1=a1+0-1)
if %b2% gtr %h1% (set /a b2=0-1-b2) else (set /a b2=b2+0-1)
if %c1% gtr %h1% (set /a c1=0-1-c1) else (set /a c1=c1+0-1)
goto p2win
:change-c1
set /a c1=0
if %b1% gtr %h1% (set /a b1=0-1-b1) else (set /a b1=b1+0-1)
if %c2% gtr %h1% (set /a c2=0-1-c2) else (set /a c2=c2+0-1)
if %d1% gtr %h1% (set /a d1=0-1-d1) else (set /a d1=d1+0-1)
goto p2win
:change-b5
set /a b5=0
if %a5% gtr %h1% (set /a a5=0-1-a5) else (set /a a5=a5+0-1)
if %b4% gtr %h1% (set /a b4=0-1-b4) else (set /a b4=b4+0-1)
if %c5% gtr %h1% (set /a c5=0-1-c5) else (set /a c5=c5+0-1)
goto p2win
:change-c5
set /a c5=0
if %b5% gtr %h1% (set /a b5=0-1-b5) else (set /a b5=b5+0-1)
if %c4% gtr %h1% (set /a c4=0-1-c4) else (set /a c4=c4+0-1)
if %d5% gtr %h1% (set /a d5=0-1-d5) else (set /a d5=d5+0-1)
goto p2win
:change-d4
set /a d4=0
if %c4% gtr %h1% (set /a c4=0-1-c4) else (set /a c4=c4+0-1)
if %d3% gtr %h1% (set /a d3=0-1-d3) else (set /a d3=d3+0-1)
if %d5% gtr %h1% (set /a d5=0-1-d5) else (set /a d5=d5+0-1)
goto p2win
:change-d2
set /a d2=0
if %d3% gtr %h1% (set /a d3=0-1-d3) else (set /a d3=d3+0-1)
if %c2% gtr %h1% (set /a c2=0-1-c2) else (set /a c2=c2+0-1)
if %d1% gtr %h1% (set /a d1=0-1-d1) else (set /a d1=d1+0-1)
goto p2win
:change-d3
set /a d3=0
if %d4% gtr %h1% (set /a d4=0-1-d4) else (set /a d4=d4+0-1)
if %d2% gtr %h1% (set /a d2=0-1-d2) else (set /a d2=d2+0-1)
if %c3% gtr %h1% (set /a c3=0-1-c3) else (set /a c3=c3+0-1)
goto p2win
:change-b2
set /a b2=0
if %a2% gtr %h1% (set /a a2=0-1-a2) else (set /a a2=a2+0-1)
if %b1% gtr %h1% (set /a b1=0-1-b1) else (set /a b1=b1+0-1)
if %c2% gtr %h1% (set /a c2=0-1-c2) else (set /a c2=c2+0-1)
if %b3% gtr %h1% (set /a b3=0-1-b3) else (set /a b3=b3+0-1)
goto p2win
:change-b3
set /a b3=0
if %b2% gtr %h1% (set /a b2=0-1-b2) else (set /a b2=b2+0-1)
if %a3% gtr %h1% (set /a a3=0-1-a3) else (set /a a3=a3+0-1)
if %b4% gtr %h1% (set /a b4=0-1-b4) else (set /a b4=b4+0-1)
if %c3% gtr %h1% (set /a c3=0-1-c3) else (set /a c3=c3+0-1)
goto p2win
:change-b4
set /a b4=0
if %a4% gtr %h1% (set /a a4=0-1-a4) else (set /a a4=a4+0-1)
if %b3% gtr %h1% (set /a b3=0-1-b3) else (set /a b3=b3+0-1)
if %c4% gtr %h1% (set /a c4=0-1-c4) else (set /a c4=c4+0-1)
if %b5% gtr %h1% (set /a b5=0-1-b5) else (set /a b5=b5+0-1)
goto p2win
:change-c2
set /a c2=0
if %b2% gtr %h1% (set /a b2=0-1-b2) else (set /a b2=b2+0-1)
if %c1% gtr %h1% (set /a c1=0-1-c1) else (set /a c1=c1+0-1)
if %d2% gtr %h1% (set /a d2=0-1-d2) else (set /a d2=d2+0-1)
if %c3% gtr %h1% (set /a c3=0-1-c3) else (set /a c3=c3+0-1)
goto p2win
:change-c3
set /a c3=0
if %b3% gtr %h1% (set /a b3=0-1-b3) else (set /a b3=b3+0-1)
if %c2% gtr %h1% (set /a c2=0-1-c2) else (set /a c2=c2+0-1)
if %d3% gtr %h1% (set /a d3=0-1-d3) else (set /a d3=d3+0-1)
if %c4% gtr %h1% (set /a c4=0-1-c4) else (set /a c4=c4+0-1)
goto p2win
:change-c4
set /a c4=0
if %b4% gtr %h1% (set /a b4=0-1-b4) else (set /a b4=b4+0-1)
if %c3% gtr %h1% (set /a c3=0-1-c3) else (set /a c3=c3+0-1)
if %d4% gtr %h1% (set /a d4=0-1-d4) else (set /a d4=d4+0-1)
if %c5% gtr %h1% (set /a c5=0-1-c5) else (set /a c5=c5+0-1)
goto p2win
:p2win
if %a1% gtr %h1% (goto sum-) else (goto next-20)
:next-20
if %a2% gtr %h1% (goto sum-) else (goto next-21)
:next-21
if %a3% gtr %h1% (goto sum-) else (goto next-22)
:next-22
if %a4% gtr %h1% (goto sum-) else (goto next-23)
:next-23
if %a5% gtr %h1% (goto sum-) else (goto next-24)
:next-24
if %b1% gtr %h1% (goto sum-) else (goto next-25)
:next-25
if %b2% gtr %h1% (goto sum-) else (goto next-26)
:next-26
if %b3% gtr %h1% (goto sum-) else (goto next-27)
:next-27
if %b4% gtr %h1% (goto sum-) else (goto next-28)
:next-28
if %b5% gtr %h1% (goto sum-) else (goto next-29)
:next-29
if %c1% gtr %h1% (goto sum-) else (goto next-30)
:next-30
if %c2% gtr %h1% (goto sum-) else (goto next-31)
:next-31
if %c3% gtr %h1% (goto sum-) else (goto next-32)
:next-32
if %c4% gtr %h1% (goto sum-) else (goto next-33)
:next-33
if %c5% gtr %h1% (goto sum-) else (goto next-34)
:next-34
if %d1% gtr %h1% (goto sum-) else (goto next-35)
:next-35
if %d2% gtr %h1% (goto sum-) else (goto next-36)
:next-36
if %d3% gtr %h1% (goto sum-) else (goto next-37)
:next-37
if %d4% gtr %h1% (goto sum-) else (goto next-38)
:next-38
if %d5% gtr %h1% (goto sum-) else (goto next-39)
:next-39
set /a v=a1+a2+a3+a4+a5+b1+b2+b3+b4+b5+c1+c2+c3+c4+c5+d1+d2+d3+d4+d5
if %v% gtr %h2% (goto sum-) else (goto final2)
:final2
cls
echo P2 WIN
pause
goto begin
:show2
cls
echo ┌───┬───┬───┬───┬───┐
if %a1%==0 (goto qwer-a10) else (goto next-40)
:next-40
if %a1%==1 (goto qwer-a11) else (goto next-41)
:next-41
if %a1%==-1 (goto qwer-a1-1) else (goto next-42)
:next-42
if %a2%==0 (goto qwer-a20) else (goto next-43)
:next-43
if %a2%==1 (goto qwer-a21) else (goto next-44)
:next-44
if %a2%==2 (goto qwer-a22) else (goto next-45)
:next-45
if %a2%==-1 (goto qwer-a2-1) else (goto next-46)
:next-46
if %a2%==-2 (goto qwer-a2-2) else (goto next-47)
:next-47
if %a3%==0 (goto qwer-a30) else (goto next-48)
:next-48
if %a3%==1 (goto qwer-a31) else (goto next-49)
:next-49
if %a3%==2 (goto qwer-a32) else (goto next-50)
:next-50
if %a3%==-1 (goto qwer-a3-1) else (goto next-51)
:next-51
if %a3%==-2 (goto qwer-a3-2) else (goto next-52)
:next-52
if %a4%==0 (goto qwer-a40) else (goto next-53)
:next-53
if %a4%==1 (goto qwer-a41) else (goto next-54)
:next-54
if %a4%==2 (goto qwer-a42) else (goto next-55)
:next-55
if %a4%==-1 (goto qwer-a4-1) else (goto next-56)
:next-56
if %a4%==-2 (goto qwer-a4-2) else (goto next-57)
:next-57
if %a5%==0 (goto qwer-a50) else (goto next-58)
:next-58
if %a5%==1 (goto qwer-a51) else (goto next-59)
:next-59
if %a5%==-1 (goto qwer-a5-1) else (goto next-60)
:next-60
echo                                       │   │   │   │   │   │ a
echo │   │   │   │   │   │
echo ├───┼───┼───┼───┼───┤
if %b1%==0 (goto qwer-b10) else (goto next-61)
:next-61
if %b1%==1 (goto qwer-b11) else (goto next-62)
:next-62
if %b1%==2 (goto qwer-b12) else (goto next-63)
:next-63
if %b1%==-1 (goto qwer-b1-1) else (goto next-64)
:next-64
if %b1%==-2 (goto qwer-b1-2) else (goto next-65)
:next-65
if %b2%==0 (goto qwer-b20) else (goto next-66)
:next-66
if %b2%==1 (goto qwer-b21) else (goto next-67)
:next-67
if %b2%==2 (goto qwer-b22) else (goto next-68)
:next-68
if %b2%==3 (goto qwer-b23) else (goto next-69)
:next-69
if %b2%==-1 (goto qwer-b2-1) else (goto next-70)
:next-70
if %b2%==-2 (goto qwer-b2-2) else (goto next-71)
:next-71
if %b2%==-3 (goto qwer-b2-3) else (goto next-72)
:next-72
if %b3%==0 (goto qwer-b30) else (goto next-73)
:next-73
if %b3%==1 (goto qwer-b31) else (goto next-74)
:next-74
if %b3%==2 (goto qwer-b32) else (goto next-75)
:next-75
if %b3%==3 (goto qwer-b33) else (goto next-76)
:next-76
if %b3%==-1 (goto qwer-b3-1) else (goto next-77)
:next-77
if %b3%==-2 (goto qwer-b3-2) else (goto next-78)
:next-78
if %b3%==-3 (goto qwer-b3-3) else (goto next-79)
:next-79
if %b4%==0 (goto qwer-b40) else (goto next-80)
:next-80
if %b4%==1 (goto qwer-b41) else (goto next-81)
:next-81
if %b4%==2 (goto qwer-b42) else (goto next-82)
:next-82
if %b4%==3 (goto qwer-b43) else (goto next-83)
:next-83
if %b4%==-1 (goto qwer-b4-1) else (goto next-84)
:next-84
if %b4%==-2 (goto qwer-b4-2) else (goto next-85)
:next-85
if %b4%==-3 (goto qwer-b4-3) else (goto next-86)
:next-86
if %b5%==0 (goto qwer-b50) else (goto next-87)
:next-87
if %b5%==1 (goto qwer-b51) else (goto next-88)
:next-88
if %b5%==2 (goto qwer-b52) else (goto next-89)
:next-89
if %b5%==-1 (goto qwer-b5-1) else (goto next-90)
:next-90
if %b5%==-2 (goto qwer-b5-2) else (goto next-91)
:next-91
echo                                      │   │   │   │   │   │ b
set /p="│   "<nul
if %b2%==0 (goto qwer-2b20) else (goto next-92)
:next-92
if %b2%==1 (goto qwer-2b21) else (goto next-93)
:next-93
if %b2%==2 (goto qwer-2b22) else (goto next-94)
:next-94
if %b2%==3 (goto qwer-2b23) else (goto next-95)
:next-95
if %b2%==-1 (goto qwer-2b2-1) else (goto next-96)
:next-96
if %b2%==-2 (goto qwer-2b2-2) else (goto next-97)
:next-97
if %b2%==-3 (goto qwer-2b2-3) else (goto next-98)
:next-98
if %b3%==0 (goto qwer-2b30) else (goto next-99)
:next-99
if %b3%==1 (goto qwer-2b31) else (goto next-100)
:next-100
if %b3%==2 (goto qwer-2b32) else (goto next-101)
:next-101
if %b3%==3 (goto qwer-2b33) else (goto next-102)
:next-102
if %b3%==-1 (goto qwer-2b3-1) else (goto next-103)
:next-103
if %b3%==-2 (goto qwer-2b3-2) else (goto next-104)
:next-104
if %b3%==-3 (goto qwer-2b3-3) else (goto next-105)
:next-105
if %b4%==0 (goto qwer-2b40) else (goto next-106)
:next-106
if %b4%==1 (goto qwer-2b41) else (goto next-107)
:next-107
if %b4%==2 (goto qwer-2b42) else (goto next-108)
:next-108
if %b4%==3 (goto qwer-2b43) else (goto next-109)
:next-109
if %b4%==-1 (goto qwer-2b4-1) else (goto next-110)
:next-110
if %b4%==-2 (goto qwer-2b4-2) else (goto next-111)
:next-111
if %b4%==-3 (goto qwer-2b4-3) else (goto next-112)
:next-112
set /p="│   │"<nul
echo                                      ├───┼───┼───┼───┼───┤
if %c1%==0 (goto qwer-c10) else (goto next-113)
:next-113
if %c1%==1 (goto qwer-c11) else (goto next-114)
:next-114
if %c1%==2 (goto qwer-c12) else (goto next-115)
:next-115
if %c1%==-1 (goto qwer-c1-1) else (goto next-116)
:next-116
if %c1%==-2 (goto qwer-c1-2) else (goto next-117)
:next-117
if %c2%==0 (goto qwer-c20) else (goto next-118)
:next-118
if %c2%==1 (goto qwer-c21) else (goto next-119)
:next-119
if %c2%==2 (goto qwer-c22) else (goto next-120)
:next-120
if %c2%==3 (goto qwer-c23) else (goto next-121)
:next-121
if %c2%==-1 (goto qwer-c2-1) else (goto next-122)
:next-122
if %c2%==-2 (goto qwer-c2-2) else (goto next-123)
:next-123
if %c2%==-3 (goto qwer-c2-3) else (goto next-124)
:next-124
if %c3%==0 (goto qwer-c30) else (goto next-125)
:next-125
if %c3%==1 (goto qwer-c31) else (goto next-126)
:next-126
if %c3%==2 (goto qwer-c32) else (goto next-127)
:next-127
if %c3%==3 (goto qwer-c33) else (goto next-128)
:next-128
if %c3%==-1 (goto qwer-c3-1) else (goto next-129)
:next-129
if %c3%==-2 (goto qwer-c3-2) else (goto next-130)
:next-130
if %c3%==-3 (goto qwer-c3-3) else (goto next-131)
:next-131
if %c4%==0 (goto qwer-c40) else (goto next-132)
:next-132
if %c4%==1 (goto qwer-c41) else (goto next-133)
:next-133
if %c4%==2 (goto qwer-c42) else (goto next-134)
:next-134
if %c4%==3 (goto qwer-c43) else (goto next-135)
:next-135
if %c4%==-1 (goto qwer-c4-1) else (goto next-136)
:next-136
if %c4%==-2 (goto qwer-c4-2) else (goto next-137)
:next-137
if %c4%==-3 (goto qwer-c4-3) else (goto next-138)
:next-138
if %c5%==0 (goto qwer-c50) else (goto next-139)
:next-139
if %c5%==1 (goto qwer-c51) else (goto next-140)
:next-140
if %c5%==2 (goto qwer-c52) else (goto next-141)
:next-141
if %c5%==-1 (goto qwer-c5-1) else (goto next-142)
:next-142
if %c5%==-2 (goto qwer-c5-2) else (goto next-143)
:next-143
echo                                      │   │   │   │   │   │ c
set /p="│   "<nul
if %c2%==0 (goto qwer-2c20) else (goto next-144)
:next-144
if %c2%==1 (goto qwer-2c21) else (goto next-145)
:next-145
if %c2%==2 (goto qwer-2c22) else (goto next-146)
:next-146
if %c2%==3 (goto qwer-2c23) else (goto next-147)
:next-147
if %c2%==-1 (goto qwer-2c2-1) else (goto next-148)
:next-148
if %c2%==-2 (goto qwer-2c2-2) else (goto next-149)
:next-149
if %c2%==-3 (goto qwer-2c2-3) else (goto next-150)
:next-150
if %c3%==0 (goto qwer-2c30) else (goto next-151)
:next-151
if %c3%==1 (goto qwer-2c31) else (goto next-152)
:next-152
if %c3%==2 (goto qwer-2c32) else (goto next-153)
:next-153
if %c3%==3 (goto qwer-2c33) else (goto next-154)
:next-154
if %c3%==-1 (goto qwer-2c3-1) else (goto next-155)
:next-155
if %c3%==-2 (goto qwer-2c3-2) else (goto next-156)
:next-156
if %c3%==-3 (goto qwer-2c3-3) else (goto next-157)
:next-157
if %c4%==0 (goto qwer-2c40) else (goto next-158)
:next-158
if %c4%==1 (goto qwer-2c41) else (goto next-159)
:next-159
if %c4%==2 (goto qwer-2c42) else (goto next-160)
:next-160
if %c4%==3 (goto qwer-2c43) else (goto next-161)
:next-161
if %c4%==-1 (goto qwer-2c4-1) else (goto next-162)
:next-162
if %c4%==-2 (goto qwer-2c4-2) else (goto next-163)
:next-163
if %c4%==-3 (goto qwer-2c4-3) else (goto next-164)
:next-164
set /p="│   │"<nul
echo                                      ├───┼───┼───┼───┼───┤
if %d1%==0 (goto qwer-d10) else (goto next-165)
:next-165
if %d1%==1 (goto qwer-d11) else (goto next-166)
:next-166
if %d1%==-1 (goto qwer-d1-1) else (goto next-167)
:next-167
if %d2%==0 (goto qwer-d20) else (goto next-168)
:next-168
if %d2%==1 (goto qwer-d21) else (goto next-169)
:next-169
if %d2%==2 (goto qwer-d22) else (goto next-170)
:next-170
if %d2%==-1 (goto qwer-d2-1) else (goto next-171)
:next-171
if %d2%==-2 (goto qwer-d2-2) else (goto next-172)
:next-172
if %d3%==0 (goto qwer-d30) else (goto next-173)
:next-173
if %d3%==1 (goto qwer-d31) else (goto next-174)
:next-174
if %d3%==2 (goto qwer-d32) else (goto next-175)
:next-175
if %d3%==-1 (goto qwer-d3-1) else (goto next-176)
:next-176
if %d3%==-2 (goto qwer-d3-2) else (goto next-177)
:next-177
if %d4%==0 (goto qwer-d40) else (goto next-178)
:next-178
if %d4%==1 (goto qwer-d41) else (goto next-179)
:next-179
if %d4%==2 (goto qwer-d42) else (goto next-180)
:next-180
if %d4%==-1 (goto qwer-d4-1) else (goto next-181)
:next-181
if %d4%==-2 (goto qwer-d4-2) else (goto next-182)
:next-182
if %d5%==0 (goto qwer-d50) else (goto next-183)
:next-183
if %d5%==1 (goto qwer-d51) else (goto next-184)
:next-184
if %d5%==-1 (goto qwer-d5-1) else (goto next-185)
:next-185
echo                                      │   │   │   │   │   │ d
echo │   │   │   │   │   │
echo └───┴───┴───┴───┴───┘
echo     1        2       3       4      5
goto p1
:qaz-a1
set /a a1=%a1%-1
goto ch-a1
:qaz-a2
set /a a2=%a2%-1
goto ch-a2
:qaz-a3
set /a a3=%a3%-1
goto ch-a3
:qaz-a4
set /a a4=%a4%-1
goto ch-a4
:qaz-a5
set /a a5=%a5%-1
goto ch-a5
:qaz-b1
set /a b1=%b1%-1
goto ch-b1
:qaz-b2
set /a b2=%b2%-1
goto ch-b2
:qaz-b3
set /a b3=%b3%-1
goto ch-b3
:qaz-b4
set /a b4=%b4%-1
goto ch-b4
:qaz-b5
set /a b5=%b5%-1
goto ch-b5
:qaz-c1
set /a c1=%c1%-1
goto ch-c1
:qaz-c2
set /a c2=%c2%-1
goto ch-c2
:qaz-c3
set /a c3=%c3%-1
goto ch-c3
:qaz-c4
set /a c4=%c4%-1
goto ch-c4
:qaz-c5
set /a c5=%c5%-1
goto ch-c5
:qaz-d1
set /a d1=%d1%-1
goto ch-d1
:qaz-d2
set /a d2=%d2%-1
goto ch-d2
:qaz-d3
set /a d3=%d3%-1
goto ch-d3
:qaz-d4
set /a d4=%d4%-1
goto ch-d4
:qaz-d5
set /a d5=%d5%-1
goto ch-d5
:wsx-a1
set /a a1=%a1%+1
goto p2
:wsx-a2
set /a a2=%a2%+1
goto p2
:wsx-a3
set /a a3=%a3%+1
goto p2
:wsx-a4
set /a a4=%a4%+1
goto p2
:wsx-a5
set /a a5=%a5%+1
goto p2
:wsx-b1
set /a b1=%b1%+1
goto p2
:wsx-b2
set /a b2=%b2%+1
goto p2
:wsx-b3
set /a b3=%b3%+1
goto p2
:wsx-b4
set /a b4=%b4%+1
goto p2
:wsx-b5
set /a b5=%b5%+1
goto p2
:wsx-c1
set /a c1=%c1%+1
goto p2
:wsx-c2
set /a c2=%c2%+1
goto p2
:wsx-c3
set /a c3=%c3%+1
goto p2
:wsx-c4
set /a c4=%c4%+1
goto p2
:wsx-c5
set /a c5=%c5%+1
goto p2
:wsx-d1
set /a d1=%d1%+1
goto p2
:wsx-d2
set /a d2=%d2%+1
goto p2
:wsx-d3
set /a d3=%d3%+1
goto p2
:wsx-d4
set /a d4=%d4%+1
goto p2
:wsx-d5
set /a d5=%d5%+1
goto p2
:end
pause
goto end
:qwera10
set /p="│   "<nul
goto next40
:qwera11
set /p="│●  "<nul
goto next41
:qwera1-1
set /p="│○  "<nul
goto next42
:qwera20
set /p="│   "<nul
goto next43
:qwera21
set /p="│●  "<nul
goto next44
:qwera22
set /p="│● ●"<nul
goto next45
:qwera2-1
set /p="│○  "<nul
goto next46
:qwera2-2
set /p="│○ ○"<nul
goto next47
:qwera30
set /p="│   "<nul
goto next48
:qwera31
set /p="│●  "<nul
goto next49
:qwera32
set /p="│● ●"<nul
goto next50
:qwera3-1
set /p="│○  "<nul
goto next51
:qwera3-2
set /p="│○ ○"<nul
goto next52
:qwera40
set /p="│   "<nul
goto next53
:qwera41
set /p="│●  "<nul
goto next54
:qwera42
set /p="│● ●"<nul
goto next55
:qwera4-1
set /p="│○  "<nul
goto next56
:qwera4-2
set /p="│○ ○"<nul
goto next57
:qwera50
set /p="│   │"<nul
goto next58
:qwera51
set /p="│●  │"<nul
goto next59
:qwera5-1
set /p="│○  │"<nul
goto next60
:qwerb10
set /p="│   "<nul
goto next61
:qwerb11
set /p="│●  "<nul
goto next62
:qwerb12
set /p="│● ●"<nul
goto next63
:qwerb1-1
set /p="│○  "<nul
goto next64
:qwerb1-2
set /p="│○ ○"<nul
goto next65
:qwerb20
set /p="│   "<nul
goto next66
:qwerb21
set /p="│●  "<nul
goto next67
:qwerb22
set /p="│● ●"<nul
goto next68
:qwerb23
set /p="│● ●"<nul
goto next69
:qwerb2-1
set /p="│○  "<nul
goto next70
:qwerb2-2
set /p="│○ ○"<nul
goto next71
:qwerb2-3
set /p="│○ ○"<nul
goto next72
:qwerb30
set /p="│   "<nul
goto next73
:qwerb31
set /p="│●  "<nul
goto next74
:qwerb32
set /p="│● ●"<nul
goto next75
:qwerb33
set /p="│● ●"<nul
goto next76
:qwerb3-1
set /p="│○  "<nul
goto next77
:qwerb3-2
set /p="│○ ○"<nul
goto next78
:qwerb3-3
set /p="│○ ○"<nul
goto next79
:qwerb40
set /p="│   "<nul
goto next80
:qwerb41
set /p="│●  "<nul
goto next81
:qwerb42
set /p="│● ●"<nul
goto next82
:qwerb43
set /p="│● ●"<nul
goto next83
:qwerb4-1
set /p="│○  "<nul
goto next84
:qwerb4-2
set /p="│○ ○"<nul
goto next85
:qwerb4-3
set /p="│○ ○"<nul
goto next86
:qwerb50
set /p="│   │"<nul
goto next87
:qwerb51
set /p="│●  │"<nul
goto next88
:qwerb52
set /p="│● ●│"<nul
goto next89
:qwerb5-1
set /p="│○  │"<nul
goto next90
:qwerb5-2
set /p="│○ ○│"<nul
goto next91
:qwer2b20
set /p="│   "<nul
goto next92
:qwer2b21
set /p="│   "<nul
goto next93
:qwer2b22
set /p="│   "<nul
goto next94
:qwer2b23
set /p="│●  "<nul
goto next95
:qwer2b2-1
set /p="│   "<nul
goto next96
:qwer2b2-2
set /p="│   "<nul
goto next97
:qwer2b2-3
set /p="│○  "<nul
goto next98
:qwer2b30
set /p="│   "<nul
goto next99
:qwer2b31
set /p="│   "<nul
goto next100
:qwer2b32
set /p="│   "<nul
goto next101
:qwer2b33
set /p="│●  "<nul
goto next102
:qwer2b3-1
set /p="│   "<nul
goto next103
:qwer2b3-2
set /p="│   "<nul
goto next104
:qwer2b3-3
set /p="│○  "<nul
goto next105
:qwer2b40
set /p="│   "<nul
goto next106
:qwer2b41
set /p="│   "<nul
goto next107
:qwer2b42
set /p="│   "<nul
goto next108
:qwer2b43
set /p="│●  "<nul
goto next109
:qwer2b4-1
set /p="│   "<nul
goto next110
:qwer2b4-2
set /p="│   "<nul
goto next111
:qwer2b4-3
set /p="│○  "<nul
goto next112
:qwerc10
set /p="│   "<nul
goto next113
:qwerc11
set /p="│●  "<nul
goto next114
:qwerc12
set /p="│● ●"<nul
goto next115
:qwerc1-1
set /p="│○  "<nul
goto next116
:qwerc1-2
set /p="│○ ○"<nul
goto next117
:qwerc20
set /p="│   "<nul
goto next118
:qwerc21
set /p="│●  "<nul
goto next119
:qwerc22
set /p="│● ●"<nul
goto next120
:qwerc23
set /p="│● ●"<nul
goto next121
:qwerc2-1
set /p="│○  "<nul
goto next122
:qwerc2-2
set /p="│○ ○"<nul
goto next123
:qwerc2-3
set /p="│○ ○"<nul
goto next124
:qwerc30
set /p="│   "<nul
goto next125
:qwerc31
set /p="│●  "<nul
goto next126
:qwerc32
set /p="│● ●"<nul
goto next127
:qwerc33
set /p="│● ●"<nul
goto next128
:qwerc3-1
set /p="│○  "<nul
goto next129
:qwerc3-2
set /p="│○ ○"<nul
goto next130
:qwerc3-3
set /p="│○ ○"<nul
goto next131
:qwerc40
set /p="│   "<nul
goto next132
:qwerc41
set /p="│●  "<nul
goto next133
:qwerc42
set /p="│● ●"<nul
goto next134
:qwerc43
set /p="│● ●"<nul
goto next135
:qwerc4-1
set /p="│○  "<nul
goto next136
:qwerc4-2
set /p="│○ ○"<nul
goto next137
:qwerc4-3
set /p="│○ ○"<nul
goto next138
:qwerc50
set /p="│   │"<nul
goto next139
:qwerc51
set /p="│●  │"<nul
goto next140
:qwerc52
set /p="│● ●│"<nul
goto next141
:qwerc5-1
set /p="│○  │"<nul
goto next142
:qwerc5-2
set /p="│○ ○│"<nul
goto next143
:qwer2c20
set /p="│   "<nul
goto next144
:qwer2c21
set /p="│   "<nul
goto next145
:qwer2c22
set /p="│   "<nul
goto next146
:qwer2c23
set /p="│●  "<nul
goto next147
:qwer2c2-1
set /p="│   "<nul
goto next148
:qwer2c2-2
set /p="│   "<nul
goto next149
:qwer2c2-3
set /p="│○  "<nul
goto next150
:qwer2c30
set /p="│   "<nul
goto next151
:qwer2c31
set /p="│   "<nul
goto next152
:qwer2c32
set /p="│   "<nul
goto next153
:qwer2c33
set /p="│●  "<nul
goto next154
:qwer2c3-1
set /p="│   "<nul
goto next155
:qwer2c3-2
set /p="│   "<nul
goto next156
:qwer2c3-3
set /p="│○  "<nul
goto next157
:qwer2c40
set /p="│   "<nul
goto next158
:qwer2c41
set /p="│   "<nul
goto next159
:qwer2c42
set /p="│   "<nul
goto next160
:qwer2c43
set /p="│●  "<nul
goto next161
:qwer2c4-1
set /p="│   "<nul
goto next162
:qwer2c4-2
set /p="│   "<nul
goto next163
:qwer2c4-3
set /p="│○  "<nul
goto next164
:qwerd10
set /p="│   "<nul
goto next165
:qwerd11
set /p="│●  "<nul
goto next166
:qwerd1-1
set /p="│○  "<nul
goto next167
:qwerd20
set /p="│   "<nul
goto next168
:qwerd21
set /p="│●  "<nul
goto next169
:qwerd22
set /p="│● ●"<nul
goto next170
:qwerd2-1
set /p="│○  "<nul
goto next171
:qwerd2-2
set /p="│○ ○"<nul
goto next172
:qwerd30
set /p="│   "<nul
goto next173
:qwerd31
set /p="│●  "<nul
goto next174
:qwerd32
set /p="│● ●"<nul
goto next175
:qwerd3-1
set /p="│○  "<nul
goto next176
:qwerd3-2
set /p="│○ ○"<nul
goto next177
:qwerd40
set /p="│   "<nul
goto next178
:qwerd41
set /p="│●  "<nul
goto next179
:qwerd42
set /p="│● ●"<nul
goto next180
:qwerd4-1
set /p="│○  "<nul
goto next181
:qwerd4-2
set /p="│○ ○"<nul
goto next182
:qwerd50
set /p="│   │"<nul
goto next183
:qwerd51
set /p="│●  │"<nul
goto next184
:qwerd5-1
set /p="│○  │"<nul
goto next185
:qwer-a10
set /p="│   "<nul
goto next-40
:qwer-a11
set /p="│●  "<nul
goto next-41
:qwer-a1-1
set /p="│○  "<nul
goto next-42
:qwer-a20
set /p="│   "<nul
goto next-43
:qwer-a21
set /p="│●  "<nul
goto next-44
:qwer-a22
set /p="│● ●"<nul
goto next-45
:qwer-a2-1
set /p="│○  "<nul
goto next-46
:qwer-a2-2
set /p="│○ ○"<nul
goto next-47
:qwer-a30
set /p="│   "<nul
goto next-48
:qwer-a31
set /p="│●  "<nul
goto next-49
:qwer-a32
set /p="│● ●"<nul
goto next-50
:qwer-a3-1
set /p="│○  "<nul
goto next-51
:qwer-a3-2
set /p="│○ ○"<nul
goto next-52
:qwer-a40
set /p="│   "<nul
goto next-53
:qwer-a41
set /p="│●  "<nul
goto next-54
:qwer-a42
set /p="│● ●"<nul
goto next-55
:qwer-a4-1
set /p="│○  "<nul
goto next-56
:qwer-a4-2
set /p="│○ ○"<nul
goto next-57
:qwer-a50
set /p="│   │"<nul
goto next-58
:qwer-a51
set /p="│●  │"<nul
goto next-59
:qwer-a5-1
set /p="│○  │"<nul
goto next-60
:qwer-b10
set /p="│   "<nul
goto next-61
:qwer-b11
set /p="│●  "<nul
goto next-62
:qwer-b12
set /p="│● ●"<nul
goto next-63
:qwer-b1-1
set /p="│○  "<nul
goto next-64
:qwer-b1-2
set /p="│○ ○"<nul
goto next-65
:qwer-b20
set /p="│   "<nul
goto next-66
:qwer-b21
set /p="│●  "<nul
goto next-67
:qwer-b22
set /p="│● ●"<nul
goto next-68
:qwer-b23
set /p="│● ●"<nul
goto next-69
:qwer-b2-1
set /p="│○  "<nul
goto next-70
:qwer-b2-2
set /p="│○ ○"<nul
goto next-71
:qwer-b2-3
set /p="│○ ○"<nul
goto next-72
:qwer-b30
set /p="│   "<nul
goto next-73
:qwer-b31
set /p="│●  "<nul
goto next-74
:qwer-b32
set /p="│● ●"<nul
goto next-75
:qwer-b33
set /p="│● ●"<nul
goto next-76
:qwer-b3-1
set /p="│○  "<nul
goto next-77
:qwer-b3-2
set /p="│○ ○"<nul
goto next-78
:qwer-b3-3
set /p="│○ ○"<nul
goto next-79
:qwer-b40
set /p="│   "<nul
goto next-80
:qwer-b41
set /p="│●  "<nul
goto next-81
:qwer-b42
set /p="│● ●"<nul
goto next-82
:qwer-b43
set /p="│● ●"<nul
goto next-83
:qwer-b4-1
set /p="│○  "<nul
goto next-84
:qwer-b4-2
set /p="│○ ○"<nul
goto next-85
:qwer-b4-3
set /p="│○ ○"<nul
goto next-86
:qwer-b50
set /p="│   │"<nul
goto next-87
:qwer-b51
set /p="│●  │"<nul
goto next-88
:qwer-b52
set /p="│● ●│"<nul
goto next-89
:qwer-b5-1
set /p="│○  │"<nul
goto next-90
:qwer-b5-2
set /p="│○ ○│"<nul
goto next-91
:qwer-2b20
set /p="│   "<nul
goto next-92
:qwer-2b21
set /p="│   "<nul
goto next-93
:qwer-2b22
set /p="│   "<nul
goto next-94
:qwer-2b23
set /p="│●  "<nul
goto next-95
:qwer-2b2-1
set /p="│   "<nul
goto next-96
:qwer-2b2-2
set /p="│   "<nul
goto next-97
:qwer-2b2-3
set /p="│○  "<nul
goto next-98
:qwer-2b30
set /p="│   "<nul
goto next-99
:qwer-2b31
set /p="│   "<nul
goto next-100
:qwer-2b32
set /p="│   "<nul
goto next-101
:qwer-2b33
set /p="│●  "<nul
goto next-102
:qwer-2b3-1
set /p="│   "<nul
goto next-103
:qwer-2b3-2
set /p="│   "<nul
goto next-104
:qwer-2b3-3
set /p="│○  "<nul
goto next-105
:qwer-2b40
set /p="│   "<nul
goto next-106
:qwer-2b41
set /p="│   "<nul
goto next-107
:qwer-2b42
set /p="│   "<nul
goto next-108
:qwer-2b43
set /p="│●  "<nul
goto next-109
:qwer-2b4-1
set /p="│   "<nul
goto next-110
:qwer-2b4-2
set /p="│   "<nul
goto next-111
:qwer-2b4-3
set /p="│○  "<nul
goto next-112
:qwer-c10
set /p="│   "<nul
goto next-113
:qwer-c11
set /p="│●  "<nul
goto next-114
:qwer-c12
set /p="│● ●"<nul
goto next-115
:qwer-c1-1
set /p="│○  "<nul
goto next-116
:qwer-c1-2
set /p="│○ ○"<nul
goto next-117
:qwer-c20
set /p="│   "<nul
goto next-118
:qwer-c21
set /p="│●  "<nul
goto next-119
:qwer-c22
set /p="│● ●"<nul
goto next-120
:qwer-c23
set /p="│● ●"<nul
goto next-121
:qwer-c2-1
set /p="│○  "<nul
goto next-122
:qwer-c2-2
set /p="│○ ○"<nul
goto next-123
:qwer-c2-3
set /p="│○ ○"<nul
goto next-124
:qwer-c30
set /p="│   "<nul
goto next-125
:qwer-c31
set /p="│●  "<nul
goto next-126
:qwer-c32
set /p="│● ●"<nul
goto next-127
:qwer-c33
set /p="│● ●"<nul
goto next-128
:qwer-c3-1
set /p="│○  "<nul
goto next-129
:qwer-c3-2
set /p="│○ ○"<nul
goto next-130
:qwer-c3-3
set /p="│○ ○"<nul
goto next-131
:qwer-c40
set /p="│   "<nul
goto next-132
:qwer-c41
set /p="│●  "<nul
goto next-133
:qwer-c42
set /p="│● ●"<nul
goto next-134
:qwer-c43
set /p="│● ●"<nul
goto next-135
:qwer-c4-1
set /p="│○  "<nul
goto next-136
:qwer-c4-2
set /p="│○ ○"<nul
goto next-137
:qwer-c4-3
set /p="│○ ○"<nul
goto next-138
:qwer-c50
set /p="│   │"<nul
goto next-139
:qwer-c51
set /p="│●  │"<nul
goto next-140
:qwer-c52
set /p="│● ●│"<nul
goto next-141
:qwer-c5-1
set /p="│○  │"<nul
goto next-142
:qwer-c5-2
set /p="│○ ○│"<nul
goto next-143
:qwer-2c20
set /p="│   "<nul
goto next-144
:qwer-2c21
set /p="│   "<nul
goto next-145
:qwer-2c22
set /p="│   "<nul
goto next-146
:qwer-2c23
set /p="│●  "<nul
goto next-147
:qwer-2c2-1
set /p="│   "<nul
goto next-148
:qwer-2c2-2
set /p="│   "<nul
goto next-149
:qwer-2c2-3
set /p="│○  "<nul
goto next-150
:qwer-2c30
set /p="│   "<nul
goto next-151
:qwer-2c31
set /p="│   "<nul
goto next-152
:qwer-2c32
set /p="│   "<nul
goto next-153
:qwer-2c33
set /p="│●  "<nul
goto next-154
:qwer-2c3-1
set /p="│   "<nul
goto next-155
:qwer-2c3-2
set /p="│   "<nul
goto next-156
:qwer-2c3-3
set /p="│○  "<nul
goto next-157
:qwer-2c40
set /p="│   "<nul
goto next-158
:qwer-2c41
set /p="│   "<nul
goto next-159
:qwer-2c42
set /p="│   "<nul
goto next-160
:qwer-2c43
set /p="│●  "<nul
goto next-161
:qwer-2c4-1
set /p="│   "<nul
goto next-162
:qwer-2c4-2
set /p="│   "<nul
goto next-163
:qwer-2c4-3
set /p="│○  "<nul
goto next-164
:qwer-d10
set /p="│   "<nul
goto next-165
:qwer-d11
set /p="│●  "<nul
goto next-166
:qwer-d1-1
set /p="│○  "<nul
goto next-167
:qwer-d20
set /p="│   "<nul
goto next-168
:qwer-d21
set /p="│●  "<nul
goto next-169
:qwer-d22
set /p="│● ●"<nul
goto next-170
:qwer-d2-1
set /p="│○  "<nul
goto next-171
:qwer-d2-2
set /p="│○ ○"<nul
goto next-172
:qwer-d30
set /p="│   "<nul
goto next-173
:qwer-d31
set /p="│●  "<nul
goto next-174
:qwer-d32
set /p="│● ●"<nul
goto next-175
:qwer-d3-1
set /p="│○  "<nul
goto next-176
:qwer-d3-2
set /p="│○ ○"<nul
goto next-177
:qwer-d40
set /p="│   "<nul
goto next-178
:qwer-d41
set /p="│●  "<nul
goto next-179
:qwer-d42
set /p="│● ●"<nul
goto next-180
:qwer-d4-1
set /p="│○  "<nul
goto next-181
:qwer-d4-2
set /p="│○ ○"<nul
goto next-182
:qwer-d50
set /p="│   │"<nul
goto next-183
:qwer-d51
set /p="│●  │"<nul
goto next-184
:qwer-d5-1
set /p="│○  │"<nul
goto next-185COPY

返回列表